
.slide-bottom-categories h6 {
    height: 21px;
    overflow: hidden;
}
.u-header-sidebar__content {
    padding: 2rem 2rem 2rem;
}
.pagination-shop-new .page-item {
    margin: 0 .15rem;
}
.pagination-shop-new .page-item a {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: 0;
    line-height: 1.25;
    color: #77838f;
    background-color: #fff;
    border: 0 solid #77838f;
}
.pagination-shop-new .page-item a {
    width: 35px;
    height: 35px;
    line-height: 34px;
    text-align: center;
    vertical-align: middle;
    border-radius: 20px;
    border: 1px solid #e6e6e6;
    padding: 0;
    color: #7d7d7d;
}
.pagination-shop-new .page-item a:hover {
    background-color: #e6e6e6;
}
.pagination-shop-new .page-item a.current {
    font-weight: 700;
    color: #262626;
    background-color: #fed700;
    border-color: #fed700;
}
.faqs p {
    margin-top: 0;
    margin-bottom: .6rem;
}
.faqs p:last-child {
    margin-top: 0;
    margin-bottom: 0rem;
}

.price .min_price, .price .max_price {
    width: 70px;
    padding: 6px;
    border: 1px solid #a8a8a8;
    border-radius: .2rem;
    font-size: 0.75rem;
}
.btn.price_search {
    color: #fff;
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    line-height: 1;
    border-radius: .2rem;
}

.content-items {
    border-left: 0px solid #f5f5f5;
    border-right: 0px solid #f5f5f5;
    border-bottom: 0px solid #f5f5f5;
}
.head-items {
    border-top-left-radius: 0.4375rem !important;
    border-top-right-radius: 0.4375rem !important;
}
.cart-price {
	width: 150px;
}
.cart-qty {
    width: 150px;
}
.cart-table2.table tr td {
    border-bottom: 1px solid #f5f5f5;
}
.cart-table2.table tr:last-child td {
    border-bottom: 0px solid #f5f5f5;
}
.width-100 {
    width: 100%;
}
.order-summary .td2 {
    width: 110px;
    text-align: right;
}
.order-summary td {
    padding: 5px 0 5px;
}
.order-summary .border-bottom td {
    padding-bottom: 10px;
}
.order-summary .total td {
    padding-top: 10px;
}
.cart-total-amount {
	font-weight: 700;
	color: #cbac00;
}
.pointer {
    cursor: pointer;
}
.address-type {
    background: #fed700;
    padding: 0px 10px;
    color: #fff;
    border-radius: 50px;
    font-weight: 600;
}
.add_new_address {
    color: #fed700;
    font-size: 18px;
}
.font-small {
    font-size: 12px;
    line-height: 16px;
}


/*---My account ---*/
.sidebar {
    border: 1px solid #ddd;
}
.sidebar-menu {
    padding: 0px;
    list-style: none;
}
.sidebar-menu li {
    margin-bottom: 8px;
}
.sidebar-menu li a {
    font-size: 17px;
    color: #747474;
}
.sidebar-menu li.active a {
    color: #222222;
}
.myaccount .block-profile, .myaccount .block-shipping, .myaccount .block-billing {
    min-height: 180px;
}
.my-picture img {
    border: 2px solid #fed700;
}
.clear{
	clear: both;
}
.manage {
    line-height: 39px;
    text-transform: uppercase;
}
.border-top-1 {
    border-top: 1px solid #eee;
}
.table.table-orders td {
    border-top: 0px solid #ecedf2;
}
.orders-status {
    background: #eee;
    padding: 2px 10px;
    border-radius: 50px;
    font-size: 13px;
}


.custom_nav .nav-link {
    position: relative;
    cursor: pointer;
    text-decoration: none;
    margin-left: 20px;
    margin-right: 20px;
}
.custom_nav .nav-link {
    -webkit-transition: color .4s cubic-bezier(.23,1,.32,1);
    transition: color .4s cubic-bezier(.23,1,.32,1);
    padding: 0;
    font-weight: bold;
    color: #9e9e9e;
    line-height: 50px;
    height: 50px;
}
.custom_nav .nav-link.active {
    color: #fed700;
    background-color: #fff;
}

.custom_nav .nav-link.active:before {
    height: 5px;
    width: calc(100% + 0px - 0px);
    left: 0;
    bottom: 0;
    background: #fed700;
    content: "";
    position: absolute;
    transition: all .4s cubic-bezier(.23,1,.32,1);
}
.btn-primary.out-of-stock {
    color: #ffffff;
    background-color: #de4437;
    border-color: #de4437;
}

.trackorder {
    border: 1px solid #fed700;
    padding: 15px 10px 15px;
    margin: 0 auto;
    text-align: center;
    border-radius: 10px;
}
.trackorder .place-info {
    margin-top: 33px; 
    text-align: center; 
    float: left; 
    color: #fff; 
    font-size: 12px;
    margin-left: 6px;
}
.trackorder .place-info b {
    color: #F8F8D4;
}
.trackorder .orderupdateinfo4 {
    text-align: center;
    font-size: 14px;
    padding: 10px;
}
.trackorder label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0px;
    font-weight: 500;
    padding-right: 10px;
    /* margin-top: 9px; */
    line-height: 37px;
}
.form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}
.trackorder .form-control {
    border: 1px solid #dedede;
    box-shadow: none;
    height: 36px;
    border-radius: 0px;
    font-size: 14px;
    margin-top: -2px;
    width: 200px !important;
}
.trackorder .btn-default {
    color: #fff;
    border: 1px solid #2BC13A;
}
.trackorder .orderupdate{
	padding-top: 20px;
}
.trackorder .orderupdateinfo {
    padding: 0px;
    width: 100%;
}
.trackorder .orderupdateinfo1 {
    max-width: 130px;
    height: 130px;
    border: 3px solid #fed700;
    background-color: #2BC13A;
    border-radius: 50%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.trackorder .orderupdateinfo2 {
    width: 130px;
    height: auto;
    margin: auto;
}
.trackorder .orderupdateinfo2 img {
    max-height: 100%;
    max-width: 100%;
    width: 38px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}
.trackorder .orderupdateinfo3 {
    max-width: 170px;
    height: auto;
    background-color: #E6E7E9;
    border: 2px solid #2BC13A;
    border-radius: 5px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    color: #918F79; 
}
.trackorder .orderupdateinfo3.delivery {
    background-color: #2BC13A;
    border: 3px solid #2BC13A;
    color: #fff; 
}
.trackorder .orderupdateinfo3.cancel {
    background-color: #dc3545;
    border: 3px solid #dc3545;
    color: #fff; 
}
.del{
	text-decoration: line-through;
}
.g-thumbnails {
    margin-top: 10px;
    text-align: center;
    position: relative;
    display: block;
    box-sizing: border-box;
}
.g-thumbnails ul.thumbnails {
    list-style: none;
    margin: 0px;
    padding: 0px;
    position: relative;
    display: block;
    width: 100%;
}
.g-thumbnails ul.thumbnails li {
    width: 80px;
    display: inline-block;
    margin: 0 2px 0 2px;
}
.g-thumbnails ul.thumbnails img {
    width: 100%;
    height: auto;
    border: 1px solid #eaeaea;
    padding: 8px;
}
.g-thumbnails ul.thumbnails li a.active img {
    border-bottom-width: 2px;
    border-bottom-color: #fed700;
}

/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky #sticky_header {
  	position: fixed;
  	top: 0;
  	width: 100%;
    background: #ffffff;
    border-bottom: 1px solid #dddddd;
    z-index: 9999;
}
.sticky .u-header__navbar-brand img {
    max-height: 50px;
}

.prodcut-price {
    width: 100%;
}
.products-group .prodcut-price {
    width: 100%;
}
.bottom-75 {
    bottom: 80%;
}

.facebook_login {
    background: #3b5998;
    color: #fff;
}
.google_login {
    background: #d34836;
    color: #fff;
}
.facebook_login:hover, .google_login:hover {
    color: #fff;
}
.facebook_login i, .google_login i {
    margin-right: 10px;
}
.vertical-menu .navbar-expand-xl .u-header__navbar-nav {
    padding: 0rem 0;
}
.vertical-menu .navbar-expand-xl .u-header__navbar-nav .u-header__nav-link {
    padding-top: 0.300rem;
    padding-bottom: 0.300rem;
}
.u-header .vertical-menu, .u-header + main .vertical-menu {
    border-bottom-right-radius: 0rem;
    border-bottom-left-radius: 0rem;
}

.btn-WhatsApp {
  background-color: #16884d;
  border-color: #16884d;
  color: #fff;
}
.btn-WhatsApp:hover {
  background-color: #16884d;
  border-color: #16884d;
  color: #fff;
}
.btn-call {
  background-color: #193276;
  border-color: #193276;
  color: #fff;
}
.btn-call:hover {
  background-color: #193276;
  border-color: #193276;
  color: #fff;
}

.payment-method-input {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.payment-option {
  padding: 6px 6px;
  border: 1px solid #888888;
  border-radius: 8px;
  font-weight: 600;
  background: #fff;
  display: flex;
  cursor: pointer;
  text-align: center;
  position: relative;
  min-width: 48%;
  align-items: center;
  gap: 4px;
}
.payment-option.selected {
  border-color: var(--primary-color);
  background-color: #dde8ff;
}
.payment-method-info {
  display: flex;
  align-items: center;
  gap: 4px;
}
.payment-method-input img {
  max-width: 30px;
  border-radius: 4px;
  height: 30px;
  object-fit: contain;
}
.payment-method-info p {
  margin: 0;
  font-size: 13px;
  font-weight: 500;
}
.selection-indicator {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  position: relative;
  margin-left: auto;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
.payment-option.selected .selection-indicator {
  border-color: var(--primary-color);
  background-color: var(--primary-color);
}
.payment-option.selected .selection-indicator {
  display: block;
}
.payment-option.selected .selection-indicator::after {
  content: "✓";
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  top: -1px;
  position: absolute;
  left: 3px;
}
.checkout-table {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.cart-table .table tbody tr:first-child td, .wishlist-table .table tbody tr:first-child td {
  padding-top: 1.188rem;
}

#differentBill {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
#diffBillAdd {
  width: 20px;
  height: 20px;
  min-width: 20px;
  margin-top: 3px;
  /*background: var(--white-color);*/
  border: 2px solid var(--primary-color);
  border-radius: 100%;
  cursor: pointer;
}
.diffBillAdd {
  cursor: pointer;
}
.checkout-alert {
  padding-bottom: 24px;
}
.checkout-alert-inner {
  padding: 8px 16px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border: 1px solid #666;
}
.checkout-alert-text {
  color: var(--title-color);
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  margin: 0;
}
.checkout-alert-action {
  display: flex;
  justify-content: right;
  align-items: center;
  gap: 12px;
}
.checkout-alert-action .c-alert-btn {
  border-radius: 4px;
  display: inline-block;
  padding: 4px 16px;
  font-size: 14px;
  line-height: 150%;
  font-weight: 500;
  color: var(--title-color);
  background: transparent;
  border: 1px solid var(--primary-color);
  transition: all 0.3s ease;
}
.discount-percentage {
  background: #16884d;
  padding: 1px 5px 2px;
  line-height: 20px;
  border-radius: 5px;
  color: #fff !important;
  margin-left: 10px;
  font-size: 10px;
}

/* Shake Animation  */
.rsi-shake {
    animation: rsiShaker 0.86s cubic-bezier(0.35, 0.06, 0.2, 0.98) infinite;
    animation-iteration-count: 1;
}
@keyframes rsiShaker {
    0%,
    to {
        transform: scaleX(1);
    }
    10%,
    20% {
        transform: scale3d(0.97, 0.97, 0.97) rotate(-1deg);
    }
    30%,
    50%,
    70%,
    90% {
        transform: scale3d(1.03, 1.03, 1.03) rotate(1deg);
    }
    40%,
    60%,
    80% {
        transform: scale3d(1.03, 1.03, 1.03) rotate(-1deg);
    }
}

.pbutton .btn {
  padding: 0.67rem .40rem;
  font-size: 0.630rem;
}

.btn-add-cart {
  width: 100%;
}
.btn-add-cart i {
  font-size: 1.25rem;
  margin-right: 3px;
}
.prodcut-add-cart {
  margin-top: 8px;
}

/*.g-thumbnails ul.thumbnails i {
  width: 100%;
  height: auto;
  border: 1px solid #eaeaea;
  padding: 12px 8px;
  vertical-align: middle;
  font-size: 56px;
}*/
.youtube_video{
	position: relative;
}
.g-thumbnails ul.thumbnails i {
  font-size: 23px;
  position: absolute;
  left: 26px;
  top: 0px;
}
.product-item__title a {
	display: -webkit-box;
	overflow: hidden;
}
.product-item__title a {
    min-height: 2.25rem;
}

@media (max-width: 1199px){
	.vertical-menu .navbar-expand-xl .u-header__navbar-nav .u-header__nav-link {
        font-size: 12px;
    }
    .u-header .vertical-menu .u-header__nav-link-toggle::after {
        margin-top: 0.1rem;
    }
}
@media (min-width: 768px){
	.bg-img-hero .min-height-420 {
        min-height: 344px;
    }
}
@media (min-width: 992px){
	.sticky .sticky_navbar_desktop {
	    display: block !important;
	}
}

@media (min-width: 1200px){
	.u-header__navbar-brand, .u-header__navbar-brand > img {
	    width: 12.4rem;
	}
	
	.vertical-menu .navbar-expand-xl .u-header__navbar-nav .u-header__mega-menu-wrapper {
	    padding-top: 1rem;
	    padding-bottom: 1rem;
	    background-color: #fff;
	}
	.navbar-expand-xl .u-header__mega-menu-wrapper {
	    padding: 0.5rem;
	}
	.navbar-expand-xl .u-header__mega-menu-wrapper .col{
		padding-right: 7px;
    	padding-left: 7px;
	}
	.u-header__sub-menu-title {
	    font-size: 0.7rem;
	    font-weight: 700;
	    margin-bottom: 0.4rem;
	}
	.u-header__sub-menu-nav-link {
	    font-size: 0.7rem;
	}
	.u-header__navbar-nav .u-header__sub-menu-nav-link {
	    padding-top: 0.1rem;
	    padding-bottom: 0.2rem;
	}
}
@media (max-width: 1199px){
	.u-header__navbar-brand, .u-header__navbar-brand > img {
	    width: 6.375rem
	}
}

@media (max-width: 767.98px){
	.cart-table .cart-table2.table tr td {
	    display: inline-block;
	}
	.cart-table .cart-table2.table tr td.product-basic {
	    width: 100%;
	}
	.cart-table .cart-table2.table tr td.cart-qty>div {
	    width: 130px;
	    display: inherit;
	}
	.cart-table2.table tr td.product-basic {
    	text-align: left;
    	border-bottom: 0px solid #f5f5f5;
    }
    .cart-table .cart-table2.table td.cart-price {
	    width: 100%;
	    border-bottom: 0px solid #f5f5f5;
	    padding-top: 0px;
	}
	.cart-table .cart-table2.table tr td::before {
	    content: attr(data-title) "";
	    font-weight: 700;
	}
	.cart-table2.table td.cart-price p, .cart-table2.table td.cart-price a {
	    width: 100%;
	}
	.cart-table .cart-table2.table tr td.cart-qty {
	    width: 100%;
	    padding-top: 0px;
	}
	.u-header-topbar__nav-item + .u-header-topbar__nav-item-border::before, .u-header-topbar__nav-item + .u-header-topbar__nav-item-border-single > div::before {
	    margin: 0 .2rem;
	}
}

