
.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: #FFFFFF;
    box-shadow: 0px 5px 5px -5px #000;
}
.sticky .u-header__navbar-brand img {
    max-width: 63%;
}

.prodcut-price {
    width: 100%;
}
.products-group .prodcut-price {
    width: 55%;
}
.bottom-75 {
    bottom: 75%;
}
.u-header-topbar {
    border-bottom: 1px solid #eee;
    background: #fff;
}
.u-header-topbar__nav-link {
    color: #000 !important;
}
.slider-bg {
    background-color: inherit;
    margin: 10px;
}
.slick-slide img {
    border-radius: 0px;
}
.promotional_new {
    background: #fff;
    margin: 10px;
    padding: 10px;
    border-radius: 0px;
}
#basicsAccordion {
    margin-top: 10px;
}
.card-header.top_cat_head {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}
.vertical-menu .navbar-expand-xl .u-header__navbar-nav {
    padding: 0 0;
}
.home_right_login {
    margin-top: 10px;
}
._1kB2E {
    width: 240px;
    min-height: 414px;
    padding: 15px 15px 0;
    box-sizing: border-box;
    border-radius: 0px;
    background-size: 240px 101px;
    background-repeat: no-repeat;
    background-color: #fff;
}
._86U7Z {
}
._1a8KA {
    position: relative;
    display: block;
    margin: 0 auto;
    cursor: pointer;
}
._1a8KA, ._1a8KA img {
    width: 48px;
    height: 48px;
}
.new_shop_cat_brand {
    text-align: center;
    margin-bottom: .6rem;
}
.new_shop_cat_brand li {
    list-style: none;
}
.new_shop_cat_brand .nav-item2::before {
    content: '|';
    color: #333e48;
    margin: 0 .375rem;
}
.new_shop_cat_brand .nav-item2:first-child::before {
    content: '';
    color: #333e48;
    margin: 0 0rem;
}
.new_shop_cat_brand .list-inline-item:not(:last-child) {
    margin-right: 0rem;
}
.new_shop_cat_brand .list-inline-item a {
    color: #333e48;
    font-weight: 600;
}
._1_3UD {
    text-align: center;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 15px;
}
.join-button, .signin-button{
    padding: 0.37rem 1rem;
    width: 100%;
}
.signin-button{
    background-color: #1B773E !important;
    border-color: #1B773E !important;
    color: #ffffff;
}
.latest_new_deals {
    margin-top: 35px;
}
.latest_new_deals img {
    border-radius: 5px;
}
.latest_new_deals p {
    text-align: center;
    margin-top: -15px;
    margin-bottom: 20px;
}
.latest_new_deals p span.btn {
    padding: 2px 8px;
    font-weight: 400;
    line-height: 15px;
}
.u-header + main .vertical-menu .u-header__nav-item {
    padding: 0 0.375rem;
}
.u-header + main .vertical-menu .u-header__nav-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: left;
    border-bottom: 0px solid #ddd;
    font-weight: 400;
    text-align: left;
}
.cat-icon {
    margin-right: 8px;
}
.u-header + main .vertical-menu .u-header__nav-link-toggle::after {
    display: none;
}
.u-header + main .vertical-menu .u-header__navbar-nav {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.vertical-menu .navbar-expand-xl .u-header__navbar-nav .u-header__nav-link {
    padding-top: 0.320rem;
    padding-bottom: 0.320rem;
}
footer, .foot-menu a {
    color: #333e48 !important;
}
.foot2 {
    color: #fff !important;
    background-color: #FE0000 !important;
}
.new_section_title {
    background: #008836;
    padding: 5px 10px;
    color: #fff;
    margin: -16px -16px 0 -16px;
}
.new_section_title .section-title::after {
    content: ' ';
    height: 0px;
    width: 114px;
    display: block;
    background-color: #fed700;
    position: absolute;
    bottom: -1px;
    left: 0;
}
.new_section_title .see_all {
    color: #fff;
}
.product-item__footer {
  display: inherit;
}

.returns_refunds .section_title2 {
    background: #008836;
    padding: 5px 10px;
    color: #fff;
}
.returns_refunds .returns_refunds_des {
    border: 1px solid #008836;
}

.u-header__section {
    box-shadow: 0px 0px 0px 0px #000;
}
.u-header__navbar--wide.navbar-expand-md .u-header__navbar-nav .nav-item + .nav-item .u-header__nav-link {
    border-left: 1px solid #fff;
}
.u-header__navbar-nav .u-header__nav-link {
    color: #fff;
}
.u-header__navbar-nav .hs-sub-menu-opened > .u-header__sub-menu-nav-link-toggle {
  background-color: #FE0000;
  color: #333e48;
}


.btn-primary.mchealthservice_botton {
    border-radius: 5px;
    padding: 6px 10px;
    background: #FF4A5B !important;
    border-color: #FF4A5B !important;
}
.btn-primary.mchealthservice_botton.active {
    background: #008836 !important;
    border-color: #008836 !important;
}


.bg_headline {
    background: #f5f5f5;
}
p.trand {
    float: left;
    margin-right: 10px;
    margin-bottom: 0px;
    padding: 12px 14px;
    background: #008836;
    font-size: 16px;
    font-weight: 500;
    color: #fff !important;
    line-height: 17px;
}
.healline_area {
    float: left;
    width: 88%;
    /* padding-top: 5px; */
    line-height: 19px;
}
.healline_area marquee {
    /* margin-top: 5px; */
    padding-top: 5px;
    line-height: 31px;
}

@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 (min-width: 1480px){
	.container {
        max-width: 1200px;
    }
    .max-width-890-wd {
        max-width: 41.25rem;
    }
}
@media (max-width: 1199px){
	.u-header__navbar-brand, .u-header__navbar-brand > img {
	    width: 6.375rem
	}
}

@media (max-width: 767.98px){
    .healline_area {
        width: 68%;
    }

	.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;
	}
	
	.myaccount-content form .form-group .text-right {
	  text-align: left !important;
	}
}

