
.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: 1px solid #f5f5f5;
    border-right: 1px solid #f5f5f5;
    border-bottom: 1px 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: #F8F8F8;
    border-bottom: 1px solid #dddddd;
}
.sticky .u-header__navbar-brand img {
    max-width: 63%;
}

.prodcut-price {
    width: 100%;
}
.products-group .prodcut-price {
    width: 55%;
}
.bottom-75 {
    bottom: 75%;
}

@media (min-width: 992px){
	.sticky .sticky_navbar_desktop {
	    display: block !important;
	}
}
@media (min-width: 1200px){
	.max-height-345-xl21 {
		max-height: 27.563rem;
	}
	.max-width-660-xl2 {
		max-width: 56.25rem;
	}
}
@media (min-width: 1480px){
	.max-width-890-wd2 {
		max-width: 70.625rem;
	}
	.max-height-348-wd21 {
		max-height: 30.75rem;
	}
}
@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;
	}
}

