/* Custom CSS */
#header .sugar-menu{
    display: none;
}
body #header{
    background: #fff;
}
.header-container{
    height: 145px;
    position: fixed;
	top: 0;
    width: 100%;
    z-index: 10000;
    background: #fff;
    /* -webkit-box-shadow: 0px 1px 3px 1px rgba(199,199,199,0.7);
    -moz-box-shadow: 0px 1px 3px 1px rgba(199,199,199,0.7);
    box-shadow: 0px 1px 3px 1px rgba(199,199,199,0.7); */
}
.nav-container{
    height: 70px;
    line-height: 70px;
    position: relative;
	padding: 0 30px;
    width: 100%;
}
.header-container .sugar-menu ul{
    margin:0px;
}
#header .header-container .sugar-menu li{
    padding:0px 25px;
}
#header .header-container .sugar-menu li a {
    text-decoration: none;
    color:#000;
    font-family: 'Grotesk-semi';
	font-size: 14px;
}
#header .header-container .sugar-menu li a:hover {
    color:#808080;
}
.logo-container{
    display: none;
}
.burger-menu{
    text-align: center;
}
.sugar-icon-menu ul{
    margin-bottom: 0px;
}
#header .sugar-icon-menu .search-icon,
#header .sugar-icon-menu .search-form,
#header .sugar-icon-menu .account-icon{
    display: none;
}
.mobile-sidebar{
    z-index: 1000;
    position: fixed;
    height: 100%;
    overflow-y: auto;
    background-color:#fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 0px;
    top: auto;
    overflow-x: hidden;
    left: 0px;
}
.sidebar-content{
    color:#000;
    padding:30px 15px;
}
#header .fit-me-cont{
    border:1px solid #fff;
    margin:0 auto;
    width: 350px;
    text-align: center;
	padding:30px;
}

#header .fit-me-cont .fit-me-now{
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
}
#header .fit-me-cont p.big-label{
    color:#fff;
    font-size:30px;
    font-family: 'Grotesk-semi';
	line-height:32px;
}
#header .fit-me-cont p.small-label{
    color:#fff;
    font-size:12px;
    font-family: 'Grotesk-book';
    margin:0px;
    padding-top:10px;
}
#header .fit-me-cont a.fit-link{
    display: block;
    width: 100%;
    margin: 0 auto;
    text-decoration: none;
    padding: 5px 10px;
    letter-spacing: 1px;
    text-align: center;
    color: #a57168;
    background-color: #fff;
    border: 1px solid #fff;
    font-size:20px;
    font-family: 'Grotesk-bold';
}
#header .mob-cat-cont{
	width:350px;
    margin: 0 auto;
    text-align:center;
}
#header .mob-cat-cont .item-img{
    margin:30px 0px;
    text-align:center;
    position: relative;
}
#header .mob-cat-cont .cat-label{
    position:absolute;
    top:45%;
    left:28%;
    display: block;
    width: 160px;
    margin: 0 auto;
    text-decoration: none;
    padding: 5px 10px;
    letter-spacing: 1px;
    text-align: center;
    color: #000;
    background-color: #fff;
    border: 1px solid #fff;
    font-size: 20px;
    font-family: 'Grotesk-bold';
}
.mobile-menu-links{
    margin-bottom: 100px;
}
.mobile-menu-links li{
    text-align: center;
    margin-bottom:20px;
}
#header .mobile-menu-links a{
    color:#fff;
    font-family: 'Grotesk-bold';
    font-size: 16px;
    text-transform: uppercase;
}
#header .menu .mob-close-icon{
    display: none;
}

#header .sugar-icon-menu .search-icon,
#header .sugar-icon-menu .search-form,
#header .sugar-icon-menu .account-icon{
    display:none;
}
.dropdown-menu-cont{
    text-align:center;
	padding-right: 15px;
    padding-left: 5px;
}
.dropdown{
    display:none;
}
.drop-shop-cart-icon:hover {
    cursor: pointer;
}
/* Header Cart  CSS */
#header .dropcart{
    display:none;
}
#dropcart{
    width:350px;
    position: absolute;
    background:#f9f4ed;
    right: 0px;
    z-index: 999;
}
#dropcart .cart-container{
    width: 310px;
    margin: 0 auto;
}
#cartVoucherSection .proditem{
    margin-bottom:20px;
}
.prod-img-cont{
    width:75px;
    height:75px;
    position:relative;
}
.proditem .product-name{
    font-family: 'Grotesk-bold';
    font-size:14px;
}
.product-line-info .label{
    font-family: 'Grotesk-book';
    font-size:12px;
}
.product-line-info .value{
    font-family: 'Grotesk-book';
    font-size:12px;
    font-weight: bold;
}
.product-line-info{
    line-height: 13px;
}
.proditem .product-price{
    font-family: 'Grotesk-bold';
    font-size:14px;
    color:#000;
}
#cartVoucherSection .block-promo .promo-code{
    background: transparent;
    padding: 0px;
}
#totalSummaryDiv{
    margin-top:50px;
}
#cart-subtotal-products,
#cart-subtotal-shipping,
#cart-subtotal-discount{
    font-family: 'Grotesk-book';
    font-size:12px;
}
#totalSummaryDiv .card-block{
    padding:0px;
}
.cart-total{
    font-family: 'Grotesk-bold';
    font-size: 16px;
    margin:10px 0px;
}
#cartVoucherSection .block-promo .promo-input{
    width:100%;
    padding: 0 15px;
    margin: 0 auto;
    outline:0px;
    font-family: 'Grotesk-semi';
    font-size: 12px;
    border:1px solid #000000;
    background: none;
    color: #000000;
}
#cartVoucherSection .rem-icon{
    position:absolute;
    bottom: 84%;
    right: 6%;
}
.proditem .prod-dec-inc{
    font-size:12px;
}
.prod-dec-inc .product-quantity{
    font-family: 'Grotesk-book';
}
.prod-dec-inc .dec,
.prod-dec-inc .inc{
    font-family: 'Grotesk-bold';
}
#arrow-cart{
    cursor: pointer;
}
.dropcart-icon img,
.burger-menu img{
    width:30px;
    height:30px;
}
.bag-counter{
    position:absolute;
    top: 6px;
    left: 12px;
    font-size: 10px;
}
.dropcart-icon{
    position:relative;
}

#header .checkout-button-container a, 
#header .checkout-button-container button{
    text-align: center;
    background: #000;
    padding: 10px 20px;
    width: 100%;
    display: inline-block;
    font-family: 'Grotesk-bold';
    font-size:16px;
    color:#fff;
    border:2px solid #000;
}
#header .checkout-button-container a, 
#header .checkout-button-container button:hover{
    background: #fff;
    color:#000;
    border:2px solid #000;
}
#prom-input-cont{
    position: relative;
}
#addedVoucherSection{
    display: none;
}

.sidebar-content .search-form input{
    outline:none;
    background: #fff url(/themes/sugarcandybra/assets/img/header/icons/search.svg) no-repeat;
    background-size: 20px 20px;
    background-position: 4% 50%;
    padding-left: 45px;
}
.nav-container{
    padding:0px 15px;
}
.nav-burger{
	padding-left: 15px;
	padding-right: 5px;
}

.search-input {
    display: block;
    width:100%;
    margin:0 auto;
    border: 1px solid #fff;
    font-family: 'Grotesk-book';
}

.sidebar-content .search-form{
    width: 350px;
    margin:0 auto;
    padding-bottom:15px;
}

.search-input:focus{
    outline: none;
    border: 1px solid #fff;
}

.search-input::placeholder {
    color: #000;
}

#headerCartNotifications .alert-success {
	padding: 5px;
}

#sidebar .search-input{
    width:100%;
    max-width:100%;
}

/*header strip*/
.strip-ban-background {
    background-color: #da552c;
}

.dropcart .cart-options {
	margin-bottom: 30px;
}


.search-list-item{
    position: relative;
    padding: 5px 10px 5px 10px;
    cursor: pointer;
    width: auto;
    background-color: rgb(255, 255, 255, 0.9);
    border: 1px solid rgb(255, 255, 255, 0.9);
    width: 100%;
    display: none;
    font-family: 'Grotesk-book';
    z-index: 1;
}

.search-list-item:hover{
    background-color: rgb(242, 161, 159, 0.9);
    color: #fff;
    border: 1px solid rgb(228, 151, 149,0.5);
}

.nav-search .srch-icon{
    display: inline-block;
}

.nav-search.open .srch-icon {
    display: none;
}

.nav-search .srch-cls-icn {
    display: none;
}

.nav-search.open .srch-cls-icn {
    display: inline-block;
}

#header .dsk-srch.nav-search {
    display: none;
}

/* START.Search Form */
.srch-cont-res {
    height: 1000px;
    overflow: scroll;
    padding: 0 15px;
    background: #fff;
    display: none;
    width: 100%;
}

.srch-sub-cont form {
    /* border-top: 1px solid #e5e5e5; */
    border-bottom: 1px solid #e5e5e5;
    height: 70px;
    position: relative;
}

.srch-sub-cont input[type="text"], 
.srch-sub-cont input[type="text"]:focus {
    border: none;
    font-family: 'Grotesk-Book';
    font-size: 18px;
    padding: 0;
    position: absolute;
    bottom: 10%;
    color: #424242;
    background: url(https://assets.sugarcandybra.com/themes/sugarcandybra/assets/img/header/icons/search.svg);
    background-repeat: no-repeat;
    background-position: right center;
    text-transform: inherit;
    height: 40px;
    outline: none;
}

.srch-sub-cont input[type="text"]::placeholder{
    color: #808080;
}

.search-input {
    display: block;
    width: 100%;
    margin: 0 auto;
    border: 1px solid #fff;
    font-family: 'Grotesk-book';
}

.result-scroll-container {
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    display: block;
    max-height: 500px;
}

.res-row .top-searches {
    padding-top: 25px;
}

.res-row .srch-lbl {
    color: #000;
    margin-bottom: 6px;
    font-family: 'Grotesk-Semi';
    font-size: 14px;
}

.srch-cont-res .top-searches li {
    line-height: 22px;
}

#header .res-row .top-searches li a {
    color: #808080;
    font-family: 'Grotesk-Book';
    line-height: 16px;
    font-size: 14px;
    display: inline-block;
}

.vw-all-res {
    display: none;
}

.res-row .vw-all-res p {
    cursor: pointer;
    margin-bottom: 5px;
    border-bottom: 1px solid #000;
    max-width: 95px;
    width: 100%;
    margin-top: 50px;
    font-family: 'Grotesk-SemiBold';
    font-size: 14px;
}

.res-cnt-lbl {
    display: none;
    font-family: 'Grotesk-Book';
    color: gray;
    font-size: 12px;
}

.res-cnt-lbl.no-res-found{
    font-family:'Grotesk-Book';
    color: #000;
    font-size: 14px;
    text-align: center;
}

.no-res-row {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.res-cnt-lbl span {
    font-family: 'Grotesk-Book';
    color: gray;
    font-size: 12px;
}

#srch-carousel .individual-product {
    margin-bottom: 30px;
}

#srch-carousel .individual-product.right-pads {
    padding-right: 6px;
}

#srch-carousel .individual-product.left-pads {
    padding-left: 6px;
}

#srch-carousel .individual-product .pl-name-with {
    font-family: 'Gothic-semi';
    line-height: 14px;
    font-size: 14px;
    margin-top: 12px;
    margin-bottom: 10px;
}

#srch-carousel .individual-product .pl-name-with a,
#srch-carousel .individual-product .pl-name-with a:hover,
#srch-carousel .individual-product .pl-name-with a:active,
#srch-carousel .individual-product .pl-name-with a:focus {
    color: #000;
}

#srch-carousel .cat-price span {
    font-size: 14px;
    color: #000;
    font-family: 'Grotesk-Semi';
}

#srch-carousel .cat-price span.discounted-sale {
    text-decoration: line-through;
    color: #ABA6A5;
}

#srch-carousel .prod-thumbnail {
    min-height: 185px;
    height: 100%;
}

.mbl-vw-all-res {
    margin: 30px 0 50px 0;
    transition: background 1.5s ease,background-color 1.5s ease,border 1.5s ease,color 1.5s ease;
    -webkit-transition: background 1.5s ease,background-color 1.5s ease,border 1.5s ease,color 1.5s ease;
    -moz-transition: background 1.5s ease,background-color 1.5s ease,border 1.5s ease,color 1.5s ease;
    -o-transition: background 1.5s ease,background-color 1.5s ease,border 1.5s ease,color 1.5s ease;
    border: 0 none;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
    padding: 5px 0;
    border-radius: 4px;
    width: 100%;
    border: .9px solid #000;
    font-family: 'Grotesk-bold';
}

.nav-search.mbl-srch {
    padding-left: 15px;
}

#srch-carousel .owl-nav {
    display: block;
}

#srch-carousel .owl-nav.disabled {
    display: none;
}

#srch-carousel .owl-nav .owl-next.disabled, 
#srch-carousel .owl-nav .owl-prev.disabled {
    opacity: .2;
}

#srch-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 25px;
}

#srch-carousel .owl-nav .owl-next {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 25px;
}

#srch-carousel .owl-nav button img {
    width: 100%;
    height: auto;
    background: #fff;
}

#header .vw-all-res a,
#header .vw-all-res a:hover,
#header .vw-all-res a:active {
    color: #000;
    text-decoration: none;
}
/* END.Search Form */

.header-divider-padding {
    padding-left: 0;
    padding-right: 0;
}

.header-divider {
    border-bottom: 1px solid #e5e5e5;
}

.fit-menu-link {
    background-color: #0f0f0f;
    border-radius: 20px;
    padding: 2px 10px;
    color: #fff;
    font-family: 'Grotesk-semi';
    font-size: 14px;
}
#header .header-container .sugar-menu li .fit-menu-link a {
    color: #fff;
}

#header .header-container .sugar-menu li:nth-child(1) {
    padding-left: 0;
}
.header-menu-title {
    font-family: 'Gothic-BoldItalic';
    font-size: 30px;
    margin-bottom: 36px;
}
.promotile-link {
    font-size: 14px;
    font-family: 'Grotesk-Book';
}
#header .promotile-link:hover,
#header .promotile-link:active,
#header .promotile-link:focus,
.header-menu-link a:active,
.header-menu-link a:focus {
    color: #000;
    text-decoration: none;
}
#header a:hover,
#header a:active,
#header a:focus {
    color: #000;
}
.promotile-link-container {
    text-align: left;
    margin-top: 5px;
    margin-bottom: 0;
    line-height: 24px;
}
.header-menu-text {
    font-family: 'Grotesk-book';
    font-size: 16px;
    line-height: 22px;
}
.header-menu-link {
    position: absolute;
    bottom: 0;
    margin-bottom: 0;
}
.header-menu-text-title {
    font-family: 'Grotesk-BoldItalic';
}
#dropblog .header-menu-link {
    margin-bottom: 60px;
}
.header-menu-link a {
    font-family: 'Grotesk-Bold';
    font-size: 14px;
    border-bottom: 1px solid #000;
}
#dropblog .owl-carousel .owl-item img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}
#dropblog .owl-item {
    overflow: visible;
    border: 1px solid #000;
    min-height: 280px;
    max-height: 100%;
}
.menu-blog-title {
    font-family: 'Gothic-semi';
    font-size: 18px;
    line-height: 24px;
}
.menu-blog-author {
    font-family: 'Grotesk-Bold';
    font-size: 11px;
    color: #000;
    opacity: 0.4;
    bottom: 0;
    position: absolute;
}
.menu-blog-container {
    padding: 20px;
    position: relative;
    height: 100%;
}
.menu-blog-category {
    font-family: 'Gothic-black';
    text-transform: uppercase;
    font-size: 8px;
    letter-spacing: 1px;
    line-height: 16px;
    background: #9ca3db;
    display: inline-block;
    border-radius: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
.menu-carousel-container {
    min-height: 280px;
}
#menuBlogSettings.owl-carousel .owl-nav {
    text-align: right;
    margin-top: 20px;
    display: block;

}
#menuBlogSettings.owl-carousel .owl-nav button.owl-prev,
#menuBlogSettings.owl-carousel .owl-nav button.owl-next {
    width: 40px;
}
#menuBlogSettings.owl-carousel.owl-hidden {
    opacity: 1;
}
#header a.menu-blog-link:active,
#header a.menu-blog-link:focus {
    text-decoration: none;
}

#menuTileCarousel .owl-item {
    max-width: 200px;
}
#header .sidebar-content .menu-shop-main li {
    font-family: 'GroteskPro-Book';
    margin: 0px;
    line-height: 34px;
    font-size: 18px;
}
.sdbr-mmain-cnt {
    position: relative;
    max-width: 100%;
}
#header .cat-menu {
    margin-bottom: 0px;
}
.collapsable-menu .menu-shop-main {
    /* padding: 15px 0px; */
    border-top: 1px solid #e5e5e5;
    position: relative;
    min-height: 60px;
    line-height: 60px;
}
.collapsable-menu .menu-shop-main:nth-last-child(1) {
    border-bottom: 1px solid #e5e5e5;
}
#header .menu-shop-main span, 
#header .menu-shop-main span a {
    text-decoration: none;
    color: #000;
    font-family: 'Gothic-semi';
    font-size: 20px;
    display: block;
    cursor: pointer;
}
.collapsable-menu .menu-shop-main .plus-minus-icon {
    background: url(https://assets.sugarcandybra.com/themes/sugarcandybra/assets/images/header/icons/plus.svg);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    height: 60px;
    width: 15px;
    margin-right: 5px;
}
.collapsable-menu .menu-shop-main .plus-minus-icon.minus {
    background: url(https://assets.sugarcandybra.com/themes/sugarcandybra/assets/images/header/icons/minus.svg);
    background-position: center;
    background-repeat: no-repeat;
}
#header .cat-sub-menu {
    height: 0px;
    transition: all .5s ease-in-out;
    overflow: hidden;
}
#header .cat-sub-menu.open {
    margin-top: 20px;
}
#header .sidebar-content .menu-shop-main li {
    font-family: 'Grotesk-Book';
    line-height: 29px;
    font-size: 16px;
}
ul.addtl-menu {
    margin-top: 10px;
}
.sidebar-container {
    margin: 30px 0 0 0;
    width: 414px;
}
.need-assist-cont {
    background-color: #053c29;
    padding: 30px 15px 150px 15px;
    width: 100%;
}
.need-assist-cont p.label {
    text-align: left;
    font-family: 'Grotesk-Bold';
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1.2px;
}
.need-assist-cont p.desc {
    color: #fff;
    font-family: 'Gothic-semi';
    font-size: 20px;
    line-height: 32px;
}
#header .need-assist-cont .contact-us a {
    color: #fff;
    font-family: 'Grotesk-Book';
    font-size: 16px;
    margin: 0 10px;
}
.menu-carousel-content {
    padding-top: 0;
    padding-bottom: 0;
}
#header .dropdown.dropdown-blog {
    display: block;
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
    opacity: 0;
}
.col-blog-img {
    max-width: 45%;
    flex: 0 0 45%;
}
.col-blog-content {
    max-width: 55%;
    flex: 0 0 55%;
}

.mobile-logo-container {
	padding-left: 15px;
}

/* Header Review */
.head-review-container {
	border: 1px solid #000;
	border-radius: 5px;
	padding: 5px;
	margin-right: 15px;
}

#header .header-container .sugar-icon-menu li a.head-review-link {
	height: 26px;
	padding: 0;
}

.head-review-left {
	padding: 5px;
	font-family: 'Gothic-bold';
	font-size: 12px;
}

.head-review-right {
	border-left: 1px solid #000;
	padding: 8px 5px 5px;
	font-family: 'Gothic-bold';
	font-size: 12px;
	display: none;
}

.head-review-img {
	height: 15px;
    margin-top: -5px;
}

.flex-end {
    display: flex;
    justify-content: flex-end;
}
@media (min-width: 320px) {
    #header .sidebar-content .menu-shop-main .sub-menu {
        color: #000;
        font-size: 16px;
        font-family: 'Grotesk-bold';
        margin-bottom: 0;
    }
}

@media (min-width: 768px) {
    .burger-menu{
        text-align: left;
    }
    .dropdown-menu-cont{
        text-align: right;
    }
    .sidebar-content .search-form,
    #header .fit-me-cont,
    #header .mob-cat-cont{
        width:300px;
    }

	.dropcart .cart-options {
		margin-bottom: 0;
	}
    
    .res-row .prod-res {
        padding-top: 25px;
    }

    .vw-all-res a {
        font-family: 'Grotesk-Semi';
    }

    .srch-cont-res {
        height: auto;
        padding: 0 30px 20px;
    }

    .result-scroll-container {
        height: auto;
        max-height: 100%;
        overflow: hidden;
    }

    .srch-cont-res {
        height: auto;
        overflow: auto;
    }

    #srch-carousel .owl-nav button {
        height: 70%;
    }
    
    .header-divider-padding {
        padding-left: 30px;
        padding-right: 30px;
    }

    .nav-container {
        padding-left: 30px;
        padding-right: 30px;
    }

    .sidebar-container {
        width: 368px;
    }

    .mobile-sidebar {
        max-width: 368px;
    }
    #header .sidebar-content .menu-shop-main .sub-menu {
        color: #000;
        font-size: 16px;
        font-family: 'Grotesk-bold';
    }
    .res-cnt-lbl.no-res-found br{
        display: none;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
	.search-list{
        position: relative;
        max-width: 250px;
        display: block;
        overflow: auto;
	}
}

@media (min-width: 992px) {
    #header .sugar-icon-menu .search-icon,
    #header .sugar-icon-menu .search-form,
    #header .sugar-icon-menu .account-icon{
        display:inline-block;
    }

    .dropdown{
        display:block;
    }

    .logo-container{
        width: 100%;
        margin: 0 auto;
        display: block;
    }
    .burger-menu{
        display: none;
    }
    #header .sugar-menu{
        display: block;
    }
    .mobile-logo-container{
        display: none;
        cursor:pointer;
    }
    #header .sugar-icon-menu li{
        display: inline-block;
    }


    .header-container .sugar-icon-menu{
        height: 60px;
    }
    .header-container .sugar-icon-menu li a {
        text-decoration: none;
        padding: 0px 15px;
    }
    .header-container li:last-child a {
        border-right: none;
    }
    .dropdown{
        z-index: 1;
    }
    .dropdown#dropshop{
        width:100%;
        /* position:absolute; */
        /* background-color:#a57168; */
        padding:40px;
        height: 100%;
        z-index: 2;
    }
    .dropdown .sub-menus{
        width:100%;
        /* max-width:900px; */
        margin: 0 auto;
    }
    #header .sub-menus .cat-menu a,
    #header .sub-menus .cat-menu p{
        color:#000;
        font-size:14px;
        font-family: 'Grotesk-bold';
        margin-bottom: 0;
    }
    #header .sub-menus .cat-menu li{
        line-height: 25px;
    }
    #header .sub-menus .cat-sub-menu a{
        color:#000;
        font-family: 'Grotesk-book';
        font-size:14px;
    }
    #header .sub-menus .cat-menu a:hover{
        color:#000;
    }
    #header .sub-menus .cat-sub-menu a:hover{
        color:#000;
    }

    #header .cat-image-container a{
        color:#fff;
        font-size:12px;
        font-family: 'Grotesk-bold';
        text-align:center;
    }
    #header .cat-image-container a:hover{
        color:#e0a0a7;
    }
    #header .dropdown{
        display:none;
        padding: 40px 30px;
    }

    #header .cart-container .cart-price-cont .label{
        font-family: 'Grotesk-book';
        font-size:12px;
        color:#fff;
    }
    #header .link-label{
        text-align: left;
    }
    #header .total-label{
        font-family: 'Grotesk-bold';
        font-size:16px;
        color:#fff;
        margin-top:20px;
    }
    #header .checkout-button-container{
        margin-top:15px;
        margin-bottom:25px;
    }
    #header .checkout-button-container a, 
#header .checkout-button-container button{
        text-align: center;
        background: #000;
        padding: 10px 20px;
        width: 100%;
        display: inline-block;
        font-family: 'Grotesk-bold';
        font-size:16px;
        color:#fff;
    }

    #header .burger-menu img{
        width:20px;
        height:20px;
    }

    #header .sub-menus .fit-me-cont{
        width:100%;
		max-width:190px;
		margin:0 auto;
		height:140px;
    }
    .dropdown-menu-cont {
        text-align: right;
    }
    .dropdown-menu-link {
        text-align: left;
    }
    #header .header-container .sugar-menu li {
        padding: 0 5px;
    }
	#header .menu-img-container{
		width:100%;
		max-width:120px;
		margin:0 auto;
		min-height:140px;
    }

	#header .menu-img-container p{
		margin:5px 0px;
    }

	#header .fit-me-cont p.big-label{
		font-size:17px;
        line-height:21px;
        margin-bottom:10px;
    }

	#header .fit-me-cont .fit-me-now{
        width: 100%;
        max-width: 200px;
        margin: 0 auto;
    }

    #header .fit-me-cont{
        padding: 15px 25px;
    }

    #header .fit-me-cont a.fit-link{
        font-size:15px;
    }

    #header .fit-me-cont p.small-label{
        font-size:10px;
        padding-top:10px;
    }

    .search-form-container {
        display: none;
        max-width: 210px;
        width: 100%;
    }
    .search-bar-overflow{
        overflow: hidden;
    }
    .search-form {
        max-width: 200px;
        width: 100%;
        -webkit-transition: width 0.25s;
        transition: width 0.25s;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        margin-right: 10px;
        position: relative;
    }

    .search-input {
        max-width: 200px;
        width: 200px;
        background: transparent;
        outline: none;
        display: none;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        right:0;
        border: #000 solid 1px;
    }

    .srch-cont-res .search-input {
        display: block;
        max-width: 100%;
        width: 100%;
    }

    .search-input:focus{
      outline: none;
      border: #000 solid 1px;
    }

    .search-list {
        position: relative;
        min-width: 250px;
        display: block;
        overflow: auto;
        line-height: 22px;
        border-left: 1px solid  rgb(228, 151, 149,0.5);
        border-bottom: 1px solid rgb(228, 151, 149,0.5);
        border-right: 1px solid rgb(228, 151, 149,0.5);
        text-align: left;
    }

    /*header strip*/

    #header .upper-strip-hdr .strip-content{
        height: 40px;
        line-height: 40px;
        width: 100%;
        max-width: 930px;
        margin: 0 auto;
        display: block;
    }

    .search-form .search-input,
    .search-form .search-input:focus {
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
        text-align: center;
        color: #000000;
        box-shadow: none;
        height: 32px;
        font-size: 14px;
        font-family: 'Grotesk-book';
        padding-left: 25px;
        background: url(https://assets.cakematernity.com/themes/cakematernity/assets/img/header/icons/search.svg);
        background-repeat: no-repeat;
        background-position: 7px 50%;
        background-color: #f2f2f2;
        border: none;
        border-radius: 5px;
        display: inline-block;
    }

    .header-banner-strip .header-container {
        height: 135px;
    }
    
    #header .dsk-srch.nav-search{
        display: inline-block;
    }

    .nav-search.mbl-srch {
        display: none;
    }

    #srch-carousel .owl-nav button {
        height: 65%;
    }

    #header .sugar-menu {
        height: 70px;
    }

    #header .dropcart-bg a {
        padding-right: 0;
    }

    #header .cat-sub-menu {
        height: 100%;
    }
	
	.head-review-right {
		display: inline;
	}
    .head-review-container {
        margin-right: 0;
    }
}

@media (min-width: 1200px) {
    .search-form-container {
        max-width: 200px;
    }

    #srch-carousel .owl-nav button {
        height: 72%;
    }
    
    .header-divider-padding {
        padding-left: 40px;
        padding-right: 40px;
    }

    .nav-container {
        padding-left: 40px;
        padding-right: 40px;
    }

    #header .header-container .sugar-menu li {
        padding: 0 10px;
    }

    .srch-cont-res {
        padding: 0 40px 20px;
    }

    #header .dropdown{
        padding-left: 40px;
        padding-right: 40px;
    }
    .head-review-container {
        margin-right: 15px;
    }
}

@media (max-width: 375px) {
    .sidebar-content .search-form,
    #header .fit-me-cont,
    #header .mob-cat-cont{
        width:320px;
    }
    .sidebar-container {
        width: 375px;
    }
    .head-review-container {
        padding: 5px;
        margin-right: 5px;
    }
}

@media (max-width: 320px){
    .sidebar-container {
        width: 320px;
    }
    .head-review-container {
        margin-right: 5px;
        padding: 5px;
    }
}

@media (min-width: 1400px) {
    #srch-carousel .owl-nav button {
        height: 78%;
    }
}
