@font-face 
{
	font-family: NunitoR_C;
	src: url("fonts/nunito/Nunito-Regular.ttf");
}

@font-face 
{
	font-family: NunitoB_C;
	src: url("fonts/nunito/Nunito-Bold.ttf");
}

@font-face 
{
	font-family: NunitoSB_C;
	src: url("fonts/nunito/Nunito-SemiBold.ttf");
}

@font-face 
{
	font-family: NunitoBlack_C;
	src: url("fonts/nunito/Nunito-Black.ttf");
}

p
{
    font-family: NunitoSB_C!important;
    color: #433e15!important;

    /* text-shadow: 0 0.3px 1px #433e15; */
}

.profile.active .account-sub-heading
{
    color: #ffffff;
}

.account-container a:hover, .account-container a:focus, .account-container a.active
{
    background: #e7b056!important;
    color: #ffffff !important;
}

.account-container a.active {
    border: 1px solid #e7b056!important;
}

.btn.btn-primary, body .btn-primary:not(.btn-mi), body .cart-buttons .btn-primary:not(.btn-mi)
{
    background-color: #e7b056!important;
    font-family: NunitoB_C!important;
    border-color:#e7b056;
    color: #fff!important;
    /* border-radius: 10px; */

    text-transform: capitalize;

}

.text_p_light_font, body .cart-buttons .btn-primary:not(.btn-mi), #enquiry .btn-primary, #cart .btn-primary
{
    background-color: #e7b056!important;
    font-family: NunitoB_C!important;
    color: white!important;
    /* border-radius: 10px; */
    text-transform: capitalize;

}

.btn.btn-default, body .btn-default:not(.btn-mi), body .cart-buttons .btn-default:not(.btn-mi)
{
    background-color: #fff!important;
    font-family: NunitoB_C!important;
    border-color:#e7b056!important;
    color: #e7b056!important;
    /* border-radius: 10px; */
    text-transform: capitalize;
}   

body .btn.btn-number
{
    background-color: #fff!important;
    font-family: NunitoB_C!important;
    border-color:#ccc!important;
    color: #000!important;
}




body .btn-default:not(.btn-mi):hover, body .cart-buttons .btn-default:not(.btn-mi):hover, body .cart-buttons .btn-default:not(.btn-mi):focus, body .btn-default:not(.btn-mi):focus, body .cart-buttons .btn-default:not(.btn-mi):hover:active, body .btn-default:not(.btn-mi):hover:active
{
    background-color: #e7b056!important;
}

.fixed-header .header_title {
    font-family: NunitoR_C;
    opacity: 0.9;
    /* font-size: 0.8em; */
    font-size: 1.1em;
    text-shadow: 0 0.3px 1px lightgrey;

}

.header-logo-image img
{
    width: 85px;
}

body header.fixed-header > .container
{
    width: 96%;
}

.section-space.slideshow
{
    margin-top: calc(((-130 /19.2) * 1vw));
}

body .section-space.slideshow + .section-space 
{
    margin-top: calc(((800 /19.2) * 1vw) + ((130 /19.2) * 1vw));
}

.fixed-header
{
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

body .header-container
{
    grid-template-columns: auto 1fr 1fr;
}

@media (min-width: 992px)
{
    body .search-custom .search-box {
        width: calc(250px + 10vw) !important;
        height: 46px;
    }
}

body .search-custom .search-box 
{
    padding:0;
    overflow: visible;
}

.search-custom {
    padding-right: 5px;

}

.search-custom .search-box button, .search-custom .search-box button:hover, .search-custom .search-box button:focus
{
    background: #e7b056 ;
}

body .search-custom .search-box
{
    position: relative;
    border: 0.5px solid #e7b056!important;
    background: #e7b056 ;
    
}

.header-container .header-top
{
    justify-content: space-evenly;
}


.header-container .header-links>a, .header-container #account>a[data-toggle="dropdown"], .header-container #enquiry>a, .header-container #cart>a, .header-container ._search>a, #wishlist-total
{
    width: auto;
}

.fixed-header .fa-search:before
{
    content: ' ';
    background: url(../../../../../image/catalog/header/search.png);
    width: 15px;
    height: 15px;
    background-size: contain;
    display: block;
    background-repeat: no-repeat;

}



.fixed-header .fa-user:before
{
    content: ' ';
    background: url(../../../../../image/catalog/header/account.png);
    width: 15px;
    height: 15px;
    background-size: contain;
    display: block;
    background-repeat: no-repeat;

}

 .fixed-header .fa-shopping-cart:before
{
    content: ' ';
    background: url(../../../../../image/catalog/header/cart.png);
    width: 15px;
    height: 15px;
    background-size: contain;
    display: block;
    background-repeat: no-repeat;

}

.fixed-header .fa-heart-o:before
{
    content: ' ';
    background: url(../../../../../image/catalog/header/wishlist.png);
    width: 15px;
    height: 15px;
    background-size: contain;
    display: block;
    background-repeat: no-repeat;

}

.search-custom .search-box button 
{
    padding: 0px 25px 0px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

.live-search
{
    margin-top: 46px!important;
}

.search-custom .search-box input
{
    padding-left: 8%;

}

.search-custom .search-box input, .search-custom .search-box input::placeholder
{
    font-family: NunitoB_C!important;
    color:#e7b056!important;
    font-style: normal;
    font-size:0.95em!important;
    letter-spacing: 0.5px;

    border-color: #e7b056!important;


}



#account span,#wishlist-total span
{
    font-family: NunitoB_C!important;
    color:#e7b056!important;
    font-size:0.85em!important;
    position: relative;
    top:-3px;
    padding-left: 8px;


}

#wishlist-total span
{
    padding-left: 3px;
}

body .header-container .header-menu #main-menu>li>a, .dropdown-menu>li>a
{
    font-family: NunitoB_C!important;
    color:#433e15!important;
    font-size:0.9em!important;
    text-shadow: 0 0.3px 1px #433e15;
}

body .header-container .header-menu #main-menu>li>a:hover
{
    text-shadow: 0 0.5px 1.5px #000;
}

.fixed-header .header-container .header-menu #main-menu li > ul > li.active a, .fixed-header .header-container .header-menu #main-menu li > ul > li:not(.active) a
{
    font-family: NunitoB_C!important;
    color:#433e15!important;
    font-size:0.9em!important;
    text-shadow: 0 0.3px 1px #433e15;
}

#main-menu
{
    width: 95%;
    margin-left: 5%;
    justify-content: space-evenly!important;
}

.slider-slideshow-description.background-type-light_image.position-center-center
{
    top: 75%;
    left: 48%;
}

.slider-slideshow-description .slider-slideshow-description-texts
{
    width: 50%;
    text-align: center;
    
}


body .slider-slideshow-description .slider-slideshow-description-texts .slideshow-text-0
{
    --stroke-color: #fff;
    --stroke-width: 8px;
    font-family: NunitoBlack_C!important;
    color: #e7b056!important;
    text-shadow: calc(var(--stroke-width) * 1) calc(var(--stroke-width) * 0) 0 var(--stroke-color), calc(var(--stroke-width) * 0.9239) calc(var(--stroke-width) * 0.3827) 0 var(--stroke-color), calc(var(--stroke-width) * 0.7071) calc(var(--stroke-width) * 0.7071) 0 var(--stroke-color), calc(var(--stroke-width) * 0.3827) calc(var(--stroke-width) * 0.9239) 0 var(--stroke-color), calc(var(--stroke-width) * 0) calc(var(--stroke-width) * 1) 0 var(--stroke-color), calc(var(--stroke-width) * -0.3827) calc(var(--stroke-width) * 0.9239) 0 var(--stroke-color), calc(var(--stroke-width) * -0.7071) calc(var(--stroke-width) * 0.7071) 0 var(--stroke-color), calc(var(--stroke-width) * -0.9239) calc(var(--stroke-width) * 0.3827) 0 var(--stroke-color), calc(var(--stroke-width) * -1) calc(var(--stroke-width) * 0) 0 var(--stroke-color), calc(var(--stroke-width) * -0.9239) calc(var(--stroke-width) * -0.3827) 0 var(--stroke-color), calc(var(--stroke-width) * -0.7071) calc(var(--stroke-width) * -0.7071) 0 var(--stroke-color), calc(var(--stroke-width) * -0.3827) calc(var(--stroke-width) * -0.9239) 0 var(--stroke-color), calc(var(--stroke-width) * 0) calc(var(--stroke-width) * -1) 0 var(--stroke-color), calc(var(--stroke-width) * 0.3827) calc(var(--stroke-width) * -0.9239) 0 var(--stroke-color), calc(var(--stroke-width) * 0.7071) calc(var(--stroke-width) * -0.7071) 0 var(--stroke-color), calc(var(--stroke-width) * 0.9239) calc(var(--stroke-width) * -0.3827) 0 var(--stroke-color);


    font-size: calc(22px + 2vw) !important;

    margin-bottom:0;

}

body .slider-slideshow-description .slider-slideshow-description-texts .slideshow-text-1
{
    font-family: NunitoB_C!important;
    color: #fff!important;
    font-size: calc(22px + .520833333vw) !important;
}

body .slider-slideshow-description .slider-slideshow-description-texts .btn.btn-primary
{
    font-family: NunitoB_C!important;
    color: #fff!important;
    background: #e7b056!important;
    border-color: #e7b056;
    border-radius: 25px;
    padding: 12px 25px;
    text-transform: none;
    font-size:  0.9em;
    box-shadow: 5px 5px 0px #946d2f;
}

body .slideshow .slider-custom-dots .owl-dot.active {
    background: #e7b056!important;
}


.header-container #enquiry>a .badge, .header-container #cart>a .badge {
    background-color: #fff!important;
    color: #e7b056!important;
}

body .header-container #enquiry>a .badge, body .header-container #cart>a .badge {
    top: 70%;
    left: 140%;
    display: block!important;
    animation: none !important;
    box-shadow: none;
}

.home_deals_banners_wrap img
{
    width: 100%;
}

.common-home .home_deals_banners_wrap .slick-slide
{
    margin: 0;
}

.section-space.home_deals 
{
    padding-top: 0;
}

.home_deals_products_wrap
{
    background: url(../../../../../image/catalog/home2/bg-1.jpg);
    background-size: cover;
    padding: 5% 8.5%;

    position: relative;

}

.home_deals_banners_wrap .slick-slide
{
    line-height: 0;
}

.flex.flex-wrap.price_button {
    align-items: center!important;
    flex-direction: row!important;
    flex-wrap: nowrap!important;
}

.flex.flex-wrap.price_button .form-group {
    margin-bottom: 0px;
    flex: 1;
}

.flex.flex-wrap.price_button .cart-buttons {
    flex: 1;
    justify-content: flex-start;
}

.product-block .product-details, .product-block .cart-buttons {
    width: 100%;
}

.home_deals_products_wrap .prev.absolute.slick-arrow
{
    display: block;
    position: absolute;
    left: 1%;
    bottom: 5%;
    top: auto;
    margin: 0 0 5% 8.5%;
}

.home_deals_products_wrap .next.absolute.slick-arrow
{
    display: block;
    position: absolute;
    left: 1%;
    bottom: 5%;
    top: auto;
    right:auto;
    margin: 0 0 5% 11.5%;
}

.home_deals_products_loop 
{
    position: unset;
}

.home_deals_products_wrap .next.absolute.slick-arrow img, .home_deals_products_wrap .prev.absolute.slick-arrow img
{
    width: 25px;
}

body:not(.cke_editable) h2:not(.swal2-title):not([style])
{
    font-family: NunitoBlack_C!important;
    color:#433e15!important;


    font-size: calc( (38px /1.5 ) + (((38/3)/19.2) * 1vw))!important;
    text-shadow: 0 0.3px 1px #433e15!important;
}

.home_deals_products_wrap p
{
    font-family: NunitoSB_C!important;
    color:#433e15!important;
    font-size: calc( (15.5px / 1.1) + (((15.5/11)/19.2) * 1vw))!important;

    text-shadow: 0 0.3px 1px #433e15;
    opacity: 0.85;
}
body:not(.cke_editable) .home_deals_products_wrap h2:not(.swal2-title):not([style])
{
    text-align: left;
}

.home_deals_products_wrap .home_deals_button_wrap
{
    margin-top: 15%;
}

.home_deals_products_wrap .home_deals_button_wrap a
{
    font-family: NunitoB_C!important;
    color: #fff!important;
    background: #e7b056!important;
    border-color: #e7b056;
    border-radius: 25px;
    padding: 15px 28px;
    text-transform: none;
    font-size: 0.9em;
    box-shadow: 5px 5px 0px #946d2f;
}

.home_deals_products_wrap > div:first-child
{
    margin-bottom: 5%;
    margin-top: 20px;
}

.special-sticker, .sticker ,.special-sticker:hover, .sticker:hover
{
    /*width: 35.5px;
    height: 35px;*/
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    /*border-radius: 50%!important;*/

    font-family: NunitoB_C!important;

    font-size: calc( (11px / 1.1) + (((11/11)/19.2) * 1vw))!important;

    text-transform: capitalize;
    /*padding:0px!important;*/
    line-height: 0;

    color: white!important;
}

.product-gutter .product-block
{
    border-radius: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    height: calc(100% - 30px);

    overflow: hidden;
}

.product-gutter .product-block:hover
{
    box-shadow: 0px 5px 10px lightgray;

}


.product-block
{

    text-align: left!important;
}

.product-block .product-name a
{
    font-family: NunitoB_C!important;
    color: #433e15!important;

    font-size: 0.9em!important;

    text-shadow: 0 0.3px 1px #433e15;
    opacity: 0.9;


}

.product-block .product-name, .product-block .product-details, .product-block .price_button
{
    padding-left: 15px!important;
    padding-right: 15px!important;
}

body .product-block .product-details .price
{
    font-family: NunitoB_C!important;
    color:#e7b056!important;
    text-shadow: 0 0.3px 1px #e7b056;
}

.product-block .product-details .price .price-old
{
    /* color: #dadada!important; */
    color: #1f1f1f !important;
    font-family: NunitoR_C!important;
    text-shadow: 0 0.3px 1px #dadada;
}

.product-block .product-details .price .price-special
{
    color: #f14d32!important;
    font-family: NunitoB_C!important;
    text-shadow: 0 0.3px 1px #f14d32;
}

body .product-block .product-details .price
{
    font-size: 0.9em;
}

body .product-block .btn-number.plus, body .product-block .btn-number.minus, body .product-block .btn-number.plus:hover, body .product-block .btn-number.minus:hover
{
    padding:0;
    color: #e7b056!important;
    border-color: #e7b056!important;
    font-family: NunitoB_C!important;
    height: 40px;
    background-color:white!important;
}

.glyphicon-minus:before
{
    font-family: NunitoB_C!important;
}

.glyphicon-plus:before
{
    font-family: NunitoB_C!important;
}

body .product-block .btn.btn-primary.btn-cart
{
    background: #e7b056!important;
    border-color: #e7b056!important;
    font-family: NunitoB_C!important;

    border-bottom-right-radius: 25px;
    border-top-right-radius: 25px;

    font-size: 0.9em!important;

    text-transform: capitalize;

    height:40px;
    width: 100%;
}

.product-block .input-group .form-control[name^=quantity]
{
    border-color: #e7b056!important;
    font-family: NunitoB_C!important;
    color: #e7b056!important;

    height: 40px;
}

body .product-block .btn-number.plus, body .product-block .btn-number.plus:hover
{
    border-right:none!important;
    padding-left: 10px;

    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}

body .product-block .btn-number.minus, body .product-block .btn-number.minus:hover
{
    border-left:none!important;
    padding-right: 10px;


}

.home_cat_wrap
{
    width: 83%;
    margin:auto;


}

.home_cat_wrap img
{
    width: 100%;
}

.home_cat_hover
{
    position: relative;
}

body:not(.cke_editable) .home_cat_loop h2:not(.swal2-title):not([style])
{
    position: absolute;
    height:100%;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    top:0;
    bottom:0;
    left:0;
    right:0;
    color: #fff!important;
}

body:not(.cke_editable) h2:not(.swal2-title):not([style])::before
{
    content: none;
}

.home_subcat_loop
{
    position: relative;
    padding: 15px 0px;
    margin: 0px 20px;
    border-bottom: 1px solid #bfc9c0;
}

a:last-child .home_subcat_loop
{
    border-bottom:none;
}

.home_subcat_wrap
{
    background-color: #daf1dd;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.home_subcat_loop p
{
    margin:0;
    font-family: NunitoSB_C!important;
    color: #777777!important;
    font-size: calc( (12px / 1.1) + (((12/11)/19.2) * 1vw))!important;

    text-shadow: 0 0.3px 1px #777;

}

.home_subcat_loop:hover p
{
    color: #000!important;
    text-shadow: 0 0.3px 1px #000;
}

.home_subcat_loop:hover::after
{
    content: ' ';
    background: url(../../../../../image/catalog/home/next.png);
    width: 10px;
    height: 100%;
    background-size: contain;
    display: block;
    background-repeat: no-repeat;

    background-position: center ;

    position: absolute;
    top: 0;
    right:-5px;
    left:auto;
    bottom:0;
}

.home_subcat_loop::after
{
    content: ' ';
    background: url(../../../../../image/catalog/home/next.png);
    width: 10px;
    height: 100%;
    background-size: contain;
    display: block;
    background-repeat: no-repeat;

    background-position: center ;

    position: absolute;
    top: 0;
    right:0px;
    left:auto;
    bottom:0;
}

.home_cat_all_button
{
    text-align: center;
    margin-top: 5%;
}

.home_cat_all_button a 
{
    font-family: NunitoB_C!important;
    color: #fff!important;
    background: #e7b056!important;
    border-color: #e7b056;
    border-radius: 25px;
    padding: 15px 40px;
    text-transform: none;
    font-size: 0.9em;
    box-shadow: 5px 5px 0px #946d2f;
}

.section-space.home_deals
{
    padding-bottom: 0;
} 

.home_cat_wrap h2
{
    padding-bottom: 10px;
}

.home_cat_loop
{
    border-radius: 10px;
    margin-bottom: 15px;
  
}

.home_cat_loop:hover
{
    box-shadow: 0px 5px 15px lightgray;
}

.section-space.featured > div
{
    width: 83%;
    margin:auto;

    position: relative;

}

.featured-module .featured
{
    padding:0;
    position: unset;
}

.featured-module .featured .slick-slider 
{
    position: unset;
}



.featured-module .slick-slide, .related-products .slick-slide
{
    margin: 0px 15px;
}

.featured-module .slick-slide .product-block, .related-products .slick-slide .product-block
{
    height: calc(100% - 30px);
}

body:not(.cke_editable) .featured-module h2:not(.swal2-title):not([style])
{
    text-align: left;
}

.featured-module .slick-nav
{
    height:auto;
    top:2%;
}

.featured-module .slick-nav.left, .featured-module .slick-nav.prev
{
    left:auto;
    right: 4%;
}

.featured-module .slick-nav.right, .featured-module .slick-nav.next
{
    left:auto;
    right: 0%;
}

.featured-module .slick-nav img
{
    width: 25px;
}

.slick-dots li button 
{
    width: 12px!important;
    height: 12px!important;
    font-size: 0!important;
    border: none!important;
    padding: 0!important;
    background: #f5ead8!important;

    border-radius: 50%;
}

.slick-dots .slick-active button, body .slideshow .slider-custom-dots.active .owl-dot 
{
    background: #e7b056!important;
}

body .section-space.featured
{
    padding-bottom: 0px;
}

.home_lover_wrap_bg
{

    background-size: 80%!important;
    background-position: bottom right!important;
    background-repeat: no-repeat!important;
    padding-top: 0;
    padding-bottom: 34%;
    position: relative;

}

.home_lover_wrap
{
    position: absolute;
    width: 30%;
    top: 0;
    bottom: 0;
    left: 8%;
    right: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
}



body:not(.cke_editable) .home_lover_wrap h2:not(.swal2-title):not([style])
{
    text-align: left;
}

.home_lover_wrap p
{
    font-family: NunitoSB_C!important;
    color: #777777!important;
    font-size: calc( (13px / 1.1) + (((13/11)/19.2) * 1vw))!important;

    text-shadow: 0 0.3px 1px #777;
    line-height: 2.3em!important;
}

body .section-space.home_lover.max-offset:last-child
{
    padding:0;
    
}

.section-space.home_lover 
{
    padding:0;
    background-attachment: fixed;
}

.home_icons_wrap
{
    width: 83%;
    margin:auto;
}

.home_icons_loop
{
    text-align: center;
    padding-left: 25px;
    padding-right: 25px;

}

.home_icons_loop h4
{
    color: #433e15!important;
    font-family: NunitoB_C!important;
    text-transform: capitalize;
    text-shadow: 0 0.3px 1px #433e15;
    opacity: 0.9;
    margin-bottom: 10px;
    margin-top: 10px;
}

.home_icons_loop p
{
    font-family: NunitoSB_C!important;
    color: #777777!important;
    font-size: calc( (13px / 1.1) + (((13/11)/19.2) * 1vw))!important;

    text-shadow: 0 0.3px 0.5px #777;
    line-height: 1.5em!important;
    opacity: 0.9;
}

.home_icons_loop img
{
    width: 80px;
}

.home_brands_wrap
{
    width: 80%;
    margin:auto;
}

.home_brands_loop
{
    margin-top: 10px;
    box-shadow: 0px 5px 10px lightgray;
    margin-bottom: 10px;
    border-radius: 10px;
}

.home_brands_loop:hover
{
    box-shadow: 0px 5px 15px #CCC;
}

.home_brands_loop img
{
    width: 100%;
    height: 125px;
    object-fit: cover;
    border-radius: 10px;
}

.home_brands_wrap .next.absolute.slick-arrow img, .home_brands_wrap .prev.absolute.slick-arrow img 
{
    width: 25px;
}

.home_brands_wrap .slick-nav.left, .home_brands_wrap .slick-nav.right
{
    top: 0;
    bottom: 25%;
    display: flex;
    align-items: center;
    align-content: center;
}

.wrap_bg
{
    background: url(../../../../../image/catalog/home/bg-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding:0!important;
}

.wrap_bg2
{
    background: url(../../../../../image/catalog/home/bg-3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding:0!important;
}

.wrap_bg3
{
    background: url(../../../../../image/catalog/subscriptions/bg-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding:0!important;


}

.section-space.home_cat,.section-space.featured
{
    background:transparent!important;
}

.section-space.home_icons ,.section-space.home_brands
{
    background:transparent!important;
}

.section-space.sub_steps ,.section-space.sub_details
{
    background:transparent!important;
}

.section-space.sub_steps
{
    padding-bottom: 0;
} 





.container > ul.breadcrumb
{
    opacity: 0;
}

.information-information.iid-13 .container > ul.breadcrumb, .information-contact .container > ul.breadcrumb, .product-special .container > ul.breadcrumb, .product-category .container > ul.breadcrumb, .product-product .container > ul.breadcrumb
{
    display: none;
}

#pg-banner-wrap .container > ul.breadcrumb
{
    display: block;
    opacity: 1;
}

.banner_title
{
    font-family: NunitoBlack_C!important;
    color: #433e15!important;
    line-height: 1.5;
}

.page-banner-title
{
    text-align: center;
    font-size: 3.3em;
    line-height: 1;
}

.breadcrumb li:last-child
{
    padding-right: 0;
}

.breadcrumb > li > a
{
    font-family: NunitoB_C!important;
    color: #433e15!important;
    font-size: 13px!important;
    text-shadow: 0 0.3px 1px #433e15!important;
    

}

.breadcrumb > li
{
    padding: 0 5px;
}

.breadcrumb li::after
{
    content: '/';
    font-family: FontAwesome;
    font-size: 18px;
    border: 0px;
    transform: translateY(-50%);
    width: auto;
    height: auto;
    top: 65%;

    font-family: NunitoB_C!important;
    color: #433e15!important;

    font-size: 13px!important;
    text-shadow: 0 0.3px 1px #433e15!important;
}

.information-information.iid-13 #content
{
    display: none!important;
}

.sub_details_wrap
{
    width: 60%;
    margin:auto;
}

.sub_details_loop
{
    border:2px solid #e7b056;
    border-radius: 15px;
    margin-bottom: 25px;
    padding:5%;
    padding-left: 0;
}

.sub_details_image_wrap img
{
    width: 100px;
}

.sub_details_loop h4
{
    color: #433e15!important;
    font-family: NunitoB_C!important;
    text-transform: capitalize;
    text-shadow: 0 0.3px 1px #433e15;
    opacity: 0.9;
    margin-bottom: 10px;
    margin-top: 10px;
}

.sub_details_loop p
{
    font-family: NunitoSB_C!important;
    color: #777777!important;
    font-size: calc( (13px / 1.1) + (((13/11)/19.2) * 1vw))!important;
    text-shadow: 0 0.3px 0.5px #777;
    line-height: 1.8em!important;
    opacity: 0.8;
}

.sub_details_image_wrap
{
    text-align: center;
}

.home_icons_loop.sub_steps p
{
    font-family: NunitoSB_C!important;
    color: #777777!important;
    font-size: calc( (13px / 1.1) + (((13/11)/19.2) * 1vw))!important;

    text-shadow: 0 0.3px 0.5px #777;
    line-height: 1.8em!important;
    opacity: 0.8;
}

.sub_plans_wrap
{
    width: 80%;
    margin:auto;
}

.sub_plans_slider .slick-slide 
{
    margin: 0 40px;
}

.sub_plans_slider  .product-block img
{
    height: 16em!important;
    object-fit: cover;

    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.sub_button_wrap
{
    margin: 10% 0;
    margin-bottom: 7%;
}

.sub_button_wrap a
{
    padding: 4% 10%;
    font-family: NunitoB_C!important;
    color: #e7b056!important;
    border: 3px solid #e7b056;
    border-radius: 25px;
    font-size: calc( (12px / 1.1) + (((12/11)/19.2) * 1vw))!important;
}


.sub_button_wrap a:hover
{
    color: #fff!important;
    border: 3px solid #e7b056;
    background: #e7b056;
}

.product-block .product-desc 
{
    padding: 7px 15px 7px!important;
}

.product-block .product-desc  a
{
    font-family: NunitoSB_C!important;
    color: #777777!important;
    font-size: calc( (13px / 1.1) + (((13/11)/19.2) * 1vw))!important;
    text-shadow: 0 0.3px 0.5px #777;
    line-height: 1.8em!important;
    opacity: 0.8;
}

.sub_plans_slider .product-block .product-name
{
    margin-top: 15px;
}

.sub_plans_slider .product-block .product-name a
{
    font-family: NunitoB_C!important;
    color: #433e15!important;
    font-size: 1.4em!important;
    text-shadow: 0 0.3px 1px #433e15;
    opacity: 0.9;
    line-height: 1.5em;
}

.sub_plans_slider .price_button.org
{
    display: none;
}

.sub_button_wrap
{
    display: none;
}

.sub_plans_slider .sub_button_wrap
{
    display: block;
}

.sub_plans_slider .product-desc
{
    display: block!important;
}

.information-contact #content
{
    padding-top: 5%;
}

body.information-contact .container
{
    width: 85%;
}

.iframe-wrap iframe
{
    border-radius: 10px!important;
}

body.information-contact .bg_container
{
    background: url(../../../../../image/catalog/subscriptions/bg-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding:0!important;

}

body.information-contact h3
{
    font-family: NunitoBlack_C!important;
    color: #433e15!important;
    font-size: calc( (26px / 1.5) + (((26/3)/19.2) * 1vw))!important;
}

.contact_desc
{
    font-family: NunitoSB_C!important;
    color: #777777!important;
    font-size: calc( (13px / 1.1) + (((13/11)/19.2) * 1vw))!important;
    text-shadow: 0 0.3px 0.5px #777;
    line-height: 1.8em!important;
    opacity: 0.9;
}

.contact_desc a
{
    font-family: NunitoSB_C!important;
    color: #777777!important;
    font-size: calc( (13px / 1.1) + (((13/11)/19.2) * 1vw))!important;
    text-shadow: 0 0.3px 0.5px #777;
}

.contact-body input
{
    height: 45px;
}

.contact-body input, .contact-body textarea
{
    border: 2px solid #f3f3f3!important;
    font-family: NunitoR_C!important;
    color: #949494!important;
    box-shadow: none;
    text-shadow: 0 0.3px 0.5px #949494;
    padding-left: 20px;

    font-size: 0.9em!important;


}

.contact-body input::placeholder, .contact-body textarea::placeholder
{
    opacity: 0.7;
}

.contact-body textarea
{
    padding-top: 10px;
}

.contact-body .form-group {
    margin-bottom: 10px;
}

body.information-contact #google_recaptcha .g-recaptcha {
    transform: scale(0.7);
}

.contact-footer input.btn-primary:not(.btn-mi)
{
    font-family: NunitoB_C!important;
    color: #fff!important;
    background: #e7b056!important;
    border-color: #e7b056;
    border-radius: 25px!important;
    text-transform: none;
    font-size: 0.9em;
    box-shadow: 5px 5px 0px #946d2f;
    width: 145px;
    height: 50px;
}
.contact-footer
{
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
}

.contact-footer #google_recaptcha
{
    margin-bottom: 0;
}

#contact-us-form
{
    padding-left: 8%;
}

footer
{
    background: url(../../../../../image/catalog/footer/bg-footer.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;

}

.footer-bottom
{
    background: transparent!important;
    padding-bottom: 5%;
}

body .footer-upper-contet > *:nth-child(1)
{
    flex:1;
    padding-right: 0;
}

footer .newsletter-module .title 
{
    display: block;
}


.footer_news_leter_wrap
{
    width: 84%;
    margin: auto;
    background: url(../../../../../image/catalog/home/1545276542.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 10px;
    padding: 4% 5%;

    position: relative;
    margin-top: -125px;
    margin-bottom: 80px;
    
}

footer
{
    margin-top:0px;
}

.news_all_wrap
{
    display: flex;
    width: 100%;
}

.news_desc_wrap, .news_form_wrap
{
    flex: 1;
}

.news_desc_wrap .title .orange
{
    font-family: NunitoBlack_C!important;
    color: #433e15!important;
    text-align: left;
    font-size: 2.5em;
    padding-bottom: 15px;

    text-shadow: 0 0.3px 1px #433e15;
}

.news_desc
{
    font-family: NunitoSB_C!important;
    color: #433e15!important;
    text-align: left;
    font-size: 1.1em;

    text-shadow: 0 0.3px 0.5px #433e15;
    opacity: 0.9;

}

footer .newsletter-module .email-field input
{
    height: 55px;
}

body footer .newsletter-module .btn-primary:not(.btn-mi)
{
    height: 100%;
    width: 150px;

    position: absolute;
    right: 0px;
    top: 0px;
    background-color: transparent!important;
    border: none!important;
    background: none;
    background-repeat: no-repeat;
    background-position: center center;
    font-size: 1em;
    background: #e7b056!important;

    font-family: NunitoB_C!important;
    color: #fff!important;

    text-transform: none;
    font-size: 0.9em;

    border-top-right-radius: 25px!important;
    border-bottom-right-radius: 25px!important;

}

footer .newsletter-module .email-field input
{
    border:none;
    width: 80%;
    margin-left: auto;

    font-family: NunitoB_C!important;
    color:#433e15!important;
    padding-left: 5%;
    font-size:0.9em;

border-radius: 25px;
}

footer .newsletter-module .email-field input::placeholder
{
    font-family: NunitoB_C!important;
    color:#433e15!important;

    text-shadow: 0 0.3px 1px #433e15!important;
    opacity: 0.8;
}

footer .btn-primary:hover {
    transform: translateX(0px) translateY(0px);
}

body #footer-area
{
    margin-top: 0;
}

.section-space.home_cat, .section-space.home_icons
{
    padding-bottom: 20px;
}

body .section-space.max-offset:last-child
{
    padding-bottom: 75px;
}

body  #content > h2:first-child
{
    display: none;
}


/* Special for half newsletter banner */



.section-space.sub_slider 
{
    padding-bottom: calc(150px);
}

body .wrap_bg2 .section-space.max-offset:last-child
{
    padding-bottom: calc(20px + 150px);
}

body.information-contact .bg_container
{
    padding-bottom: calc(150px)!important;
}

body > .container
{
    padding-bottom: calc(150px)!important;
}

body.common-home > .container, body.information-information.iid-13 > .container
{
    padding-bottom: calc(0px)!important;
}



/* Special for half newsletter banner END */

.footer-upper-contet
{
    text-align: center;
}

.footer_image
{
    width: 85px;
}

.footer-contact-info > div
{
    margin-top: 5%;
}

.footer-contact-info
{
    font-family: NunitoR_C!important;
    font-size: 0.95em;

    text-shadow: 0 0.3px 1px lightgray;
    opacity: 0.9;

}

.footer-contact-links h5,footer h5
{
    font-family: NunitoB_C!important;
    text-transform: none;

    margin-bottom: 2vw;
}

.footer-contact-links ul li a
{
    font-family: NunitoR_C!important;
    font-size: 0.95em;

    text-shadow: 0 0.3px 1px lightgray;
    opacity: 0.9;
}

.footer-contact-links li
{
    margin-bottom: 7px;
}



.footer-social-icons
{
    padding:0;
}


.footer-bottom p
{
    font-family: NunitoR_C!important;
    font-size: 0.8em!important;

    text-shadow: 0 0.3px 1px lightgray;
    opacity: 0.85;
}

.footer-bottom a
{
    text-decoration: none;
}

.footer-bottom .container .row > div p
{
    text-align: left;
}

.footer-bottom .container .row > div:first-child p
{
    text-align: center;

}

.footer-bottom .container .row
{
    display: flex;
}

.footer-bottom .container .row > span
{
    position: relative;
    top: -3px;

    text-shadow: 0 0.3px 0.5px lightgray;
    opacity: 0.85;
}

.footer-upper-row > .container
{
    width: 90%!important;
}

#product-filter-replace >  h2
{
    display: none;
}

.product-category .container > .row > h2:first-child
{
    display: none;
}

.product-special #column-left {
    padding-right: 50px;
}

.product-special .item-header,.product-special .list-group-item 
{

    padding: 0!important;
}

.product-special .item-header
{
    padding: 15px 0!important;
}

.page-banner-title h3
{
    --stroke-color: #fff;
    --stroke-width: 8px;
    font-family: NunitoBlack_C!important;
    color: #433e15!important;
    text-shadow: calc(var(--stroke-width) * 1) calc(var(--stroke-width) * 0) 0 var(--stroke-color), calc(var(--stroke-width) * 0.9239) calc(var(--stroke-width) * 0.3827) 0 var(--stroke-color), calc(var(--stroke-width) * 0.7071) calc(var(--stroke-width) * 0.7071) 0 var(--stroke-color), calc(var(--stroke-width) * 0.3827) calc(var(--stroke-width) * 0.9239) 0 var(--stroke-color), calc(var(--stroke-width) * 0) calc(var(--stroke-width) * 1) 0 var(--stroke-color), calc(var(--stroke-width) * -0.3827) calc(var(--stroke-width) * 0.9239) 0 var(--stroke-color), calc(var(--stroke-width) * -0.7071) calc(var(--stroke-width) * 0.7071) 0 var(--stroke-color), calc(var(--stroke-width) * -0.9239) calc(var(--stroke-width) * 0.3827) 0 var(--stroke-color), calc(var(--stroke-width) * -1) calc(var(--stroke-width) * 0) 0 var(--stroke-color), calc(var(--stroke-width) * -0.9239) calc(var(--stroke-width) * -0.3827) 0 var(--stroke-color), calc(var(--stroke-width) * -0.7071) calc(var(--stroke-width) * -0.7071) 0 var(--stroke-color), calc(var(--stroke-width) * -0.3827) calc(var(--stroke-width) * -0.9239) 0 var(--stroke-color), calc(var(--stroke-width) * 0) calc(var(--stroke-width) * -1) 0 var(--stroke-color), calc(var(--stroke-width) * 0.3827) calc(var(--stroke-width) * -0.9239) 0 var(--stroke-color), calc(var(--stroke-width) * 0.7071) calc(var(--stroke-width) * -0.7071) 0 var(--stroke-color), calc(var(--stroke-width) * 0.9239) calc(var(--stroke-width) * -0.3827) 0 var(--stroke-color);
    text-transform: capitalize;

    font-size: calc(22px + 2vw) !important;

    margin-bottom:10px;
}

.page-banner-title h4
{
    font-family: NunitoB_C!important;
    color: #333333!important;
    font-size: calc(22px + .520833333vw) !important;
    text-transform: capitalize;
    text-shadow: 0 0.3px 1px #333333;
}

.page-banner-title.promo
{
    top: 45%;
    left: auto;
    right:-51%;
}

/* Product Listing Page Start */

@media (min-width: 1200px)
{
.product-category #product-filter-detect .product-view>.product-gutter {
    width: calc(100% / 4);
}
}

body.product-category  > div > .container,
body.product-special  > div > .container
{
    width:85%;
}

body.product-category .product-view>.product-gutter
{
    padding-left: calc(15px / 1);
    padding-right: calc(15px / 1);
    padding-bottom: 15px;

}

#filter-groups .item-header
{
    font-family: NunitoBlack_C!important;
    color: hsl(53, 52%, 17%)!important;
    font-size: calc( (24px / 1.5) + (((24/3)/19.2) * 1vw))!important;
    text-shadow: 0 0.3px 1px hsl(53, 52%, 17%)!important;
    margin-bottom: 15px;
}

body.product-category  > div > .container,
body.product-special  > div > .container
{
    padding-top: 5%;
}

#side-price .item-header
{
    margin-bottom: 0px;
    padding-bottom: 0!important;
}

body #side-categories .group .item a
{
    font-family: NunitoB_C!important;
    font-size: 0.9em!important;
    text-shadow: 0 0.3px 1px #433e15;
    opacity: 0.9;
    padding: 10px 20px!important;
}

body #side-categories .item.level-2 a
{
    padding: 0px 30px!important;
}

#side-categories .level-1.pointer:after, #side-categories .level-2.pointer:after, #side-categories .level-3.pointer:after
{
    content: '+';
    font-family: NunitoB_C!important;
    transform: rotate(
        0deg);
}

#side-categories .level-1.active .level-1.pointer:after,#side-categories .level-1:hover .level-1.pointer:after
{
    content: '-';
    color:#fff;
    transform: rotate(
        0deg);

}

#side-categories .item.level-1 
{
    margin: 10px 0!important;
    border-radius: 5px!important;
}

body #side-manufacturer label
{
    font-family: NunitoB_C!important;
    font-size: 0.9em!important;
    text-shadow: 0 0.3px 1px #433e15;
    opacity: 0.75;
}

.product-category .checkmark,
.product-special .checkmark
{
    border: 1px solid #cccccc!important;
    height: 14px;
    width: 14px;
    top: 3px;
    left: 0px;
    position: absolute;
    background: transparent;
}

.product-category .container .checkmark:after, 
.product-special .container .checkmark:after 
{
    left: 4px;
    top: 0.5px;
}

#filter-groups>div
{
    margin-bottom: 35px;
}

#filter-groups .item-header
{
    padding-top: 35px!important;
}

#filter-groups #side-categories .item-header
{
    padding-top: 15px!important;
}

#side-price, #side-manufacturer 
{
    border-top: 2px solid #dddddd;
}

#side-price .ui-slider-handle
{
    width: 12px;
    height: 12px;
    border: 1px solid #e7b056;
    box-shadow: 0 0 1px lightgray;
}

#side-price .ui-slider-horizontal {
    height: 4px;
    margin-top: 13px;
}

#side-price #max, #side-price #min
{
    color: #333333!important;
    font-family: 'NunitoSB_C';
    color: #333333;
    text-shadow: 0 0.3px 1px #333333;
    opacity: 0.95;
    font-size: 0.9em;
}

#input-sort
{
    height: 40px;
    border-radius: 5px;
    font-family: 'NunitoSB_C';
    color: #333333;
    text-shadow: 0 0.3px 1px #333333;
    opacity: 0.85;
    font-size: 0.9em;
}

body.product-category .bg_container,
body.product-special .bg_container
{
    background: url(../../../../../image/catalog/promotions/bg-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding:0!important;
    padding-bottom:150px!important;

}



/* Product Listing Page END */




body.product-product  #content
{
    padding-top: 5%;
}

body.product-product > .container
{
    width: 85%;
}

#input-payment-captcha > div {
    margin: 0;
}

body:not(.cke_editable) .related-module h2:not(.swal2-title):not([style])
{
    font-size: calc( (26px /1.5 ) + (((26/3)/19.2) * 1vw))!important;
}

.product-product .product-title
{
    font-family: NunitoB_C!important;
    color: #433e15!important;
    font-size: 1.1em!important;
    text-shadow: 0 0.3px 1px #433e15;
    opacity: 0.95;
    margin-bottom: 10px;
}

@media (min-width: 1200px)
{
    .product-product .pd-lg-r60 
    {
        padding-right: 15px;
    }

    .product-product .vertical .product-image-additional-container
    {
        padding-top: 2%;
    }
}

body.product-product .product-image-additional-container img
{
    border-radius: 15px;

}

.product-product .vertical .product-image-additional-container .slick-nav.prev
{
    top: -30px;
}

.product-product .vertical .product-image-additional-container .slick-nav.next
{
    bottom: -30px;
}

.product-product .old-prices
{
    font-family: NunitoB_C!important;
    color: #e7b056!important;
    text-shadow: 0 0.3px 1px #e7b056;

    font-size: 1.1em!important;
}

.product-product .product-special-price
{
    color: #f14d32!important;
    font-family: NunitoB_C!important;
    text-shadow: 0 0.3px 1px #f14d32;
    margin-left: 5px;
    font-size: 1.1em!important;
}

.product-product .old-prices.withnew
{
    color: #dadada!important;
    font-family: NunitoR_C!important;
    text-shadow: 0 0.3px 1px #dadada;
    font-weight: 100;
    font-size: 1.1em!important;
}



.price-wrapper
{
    margin-bottom: 15px;
}

.product-description p
{
    font-family: NunitoR_C!important;
    color: #777777!important;
    font-size: calc( (13px / 1.1) + (((13/11)/19.2) * 1vw))!important;
    text-shadow: 0 0.3px 1px #777;
    line-height: 1.6em!important;
    opacity: 0.75;
}

#product > .form-group
{
    margin-bottom: 25px!important;
}

.product-product #product>.form-group>div.add-to-cart-button-wrapper
{
    flex-direction: column;
    padding-left:0;
    margin-top: 15px;
    align-content:  flex-start ;
}
.product-product #product>.form-group>div:not(.input-group).social-sharing 

{
    margin: 20px 0!important;
    align-self: flex-start;
    margin-bottom: 0!important;

    margin-top:0!important;
    border-top:none!important;
}

.product-product #product>.form-group>div:not(.input-group).social-sharing 
{
    margin: 20px 0!important;
    align-self: flex-start;
    margin-bottom: 0!important;

    margin-top:0!important;
    border-top:none!important;
}

.social-sharing
{
    align-self: flex-start;
}

.product-description
{
    padding-bottom: 0;
}




.product-product .quantity-wrapper, .product-product #product .form-group:not(.product-button-group)
{
    max-width: 200px;
}

 .product-product #product .form-group:not(.product-button-group).text_special
{
    max-width: 600px;
}


.product-product #product .btn-number
{
    width: 20px;
}

.product-product .quantity-wrapper
{
    max-width: 120px;
}

#product > .form-group:last-child
{
    margin-bottom: 0!important;
}

.product-product #product .form-group>label
{
    font-family: NunitoSB_C!important;
    color: #000!important;
    text-shadow: 0 0.3px 1px #000;
    font-size: 0.9em!important;
}

.product-product #product label.special
{
    font-family: NunitoSB_C!important;
    color: #000!important;
    text-shadow: 0 0.3px 1px #000;
    font-size: 0.9em!important;
}

.product-product #product .form-group .form-control:not(.input-number)
{
    height: 45px;
    border-color: #e3e3e3!important;
    box-shadow: none;

    color: #767676!important;
    font-family: NunitoR_C!important;
    text-shadow: 0 0.3px 1px #767676;

    font-size: 0.9em!important;
}

.product-product #product .form-group.text_special .form-control:not(.input-number)
{
    height: auto;
}

.product-product  #product  .input-group .form-control[name^=quantity]
{   
    height: 45px;
    border-color: #e3e3e3!important;
    box-shadow: none;

    color: #000!important;
    font-family: NunitoB_C!important;
    text-shadow: 0 0.3px 1px #000;

    font-size: 0.9em!important;
}

.product-product  #product  .glyphicon-minus:before,.product-product  #product .glyphicon-plus:before
{
    top: 0px;
    position: relative;
    font-weight: bold;
    font-size: 1.2em!important;
}

.product-product #product .btn-number.plus
{

    color:black!important;
    border-color: #e3e3e3!important;
    border-left:none;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    padding-right: 5px;
    padding-right: 5px;
}

.product-product #product .btn-number.minus
{
    color:black!important;
    border-color: #e3e3e3!important;
    border-right:none;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    padding-left: 5px;
    padding-right: 5px;
}

.product-product #product .btn-number.minus:hover
{
    color:white!important;
}

.product-product #product .btn-number.plus:hover
{
    color:white!important;
}

#button-cart
{
    font-family: NunitoB_C!important;
    color: #fff!important;
    background: #e7b056!important;
    border-color: #e7b056;
    border-radius: 25px;
    text-transform: none;
    font-size: 0.9em;
    box-shadow: 5px 5px 0px #946d2f;
    width: 150px;
    height: 45px;
}

.social-sharing > span
{
    font-family: NunitoSB_C!important;
    color: #000!important;
    text-shadow: 0 0.3px 1px #000;
    font-size: 0.9em!important;
    text-transform: none;
}

.at-resp-share-element .at-icon, .at-resp-share-element .at-label
{
    fill: #000!important;
}

.rating a
{
    font-family: NunitoSB_C!important;
    color: #6d6d6d!important;
    font-size: calc( (13px / 1.1) + (((13/11)/19.2) * 1vw))!important;
    text-shadow: 0 0.3px 1px #6d6d6d;
    line-height: 1.6em!important;
    opacity: 1;
}

.rating .fa-star + .fa-star-o
{
    color: #ffc905;
}

#product-tabs li.active a
{
    font-family: NunitoB_C!important;
    color: #000!important;
    text-shadow: 0 0.3px 1px #000;
    letter-spacing: 1px;
}

.product-product .tab-content {
    border: 1px solid #eee;
    padding: 20px 20px 5px 20px;
    border-radius: 5px!important;
}

.product-product .table>tbody>tr>td
{
    padding: 8px 15px;
}

.table-bordered
{
    border: 1px solid #eee;
    border-radius: 5px!important;
}

#review p
{
    font-family: NunitoR_C!important;
    color: #777777!important;
    font-size: calc( (13px / 1.1) + (((13/11)/19.2) * 1vw))!important;
    text-shadow: 0 0.3px 1px #777;
    line-height: 1.6em!important;
    opacity: 0.95;
}

#review td
{
    font-family: NunitoSB_C!important;
    color: #000!important;
    text-shadow: 0 0.3px 1px #777;
}

#review td.text-right
{
    font-family: NunitoR_C!important;
    color: #777777!important;
    font-size: calc( (13px / 1.1) + (((13/11)/19.2) * 1vw))!important;
    text-shadow: 0 0.3px 1px #777;
    line-height: 1.6em!important;
    opacity: 1;
}



.fa-stack {
    position: relative;
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1em;
    vertical-align: middle;
}

.fa-stack-2x
{
    color: #ffc905;
}

.rating .fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

#form-review h3
{
    font-family: NunitoB_C!important;
    color: #000!important;
    text-shadow: 0 0.3px 1px #000;
    letter-spacing: 1px;
    font-size: calc( (20px / 1.5) + (((20/3)/19.2) * 1vw))!important;
}

#form-review .control-label
{
    display: none;
}

#form-review input[type='text']
{
    height: 40px;
    box-shadow: none;
    border: 1px solid #eee;

    font-family: NunitoR_C!important;
    color: #777777!important;
    font-size: calc( (13px / 1.1) + (((13/11)/19.2) * 1vw))!important;
    text-shadow: 0 0.3px 0.5px #777;
    line-height: 1.6em!important;
    opacity: 0.75;
}

#form-review textarea{
    border: 1px solid #eee;
    box-shadow: none;

    font-family: NunitoR_C!important;
    color: #777777!important;
    font-size: calc( (13px / 1.1) + (((13/11)/19.2) * 1vw))!important;
    text-shadow: 0 0.3px 0.5px #777;
    line-height: 1.6em!important;
    opacity: 0.75;
}

#form-review.form-horizontal .form-group
{
    margin-bottom: 15px;
}

.help-block, .help-block span
{
    font-family: NunitoR_C!important;
    color: #949494!important;
    font-size: 0.9em;
}

#form-review .control-label.ratt
{
    display: inline-block!important;

    font-family: NunitoR_C!important;
    color: #777777!important;
    font-size: calc( (13px / 1.1) + (((13/11)/19.2) * 1vw))!important;
    text-shadow: 0 0.3px 1px #777;
    line-height: 1.6em!important;
    opacity: 0.95;
}

.ratta
{
    font-family: NunitoR_C!important;
    color: #777777!important;
    font-size: calc( (13px / 1.1) + (((13/11)/19.2) * 1vw))!important;
    text-shadow: 0 0.3px 1px #777;
    line-height: 1.6em!important;
    opacity: 0.95;
}

.text_review_login
{
    font-family: NunitoR_C!important;
    color: #777777!important;
    font-size: calc( (13px / 1.1) + (((13/11)/19.2) * 1vw))!important;
    text-shadow: 0 0.3px 1px #777;
    line-height: 1.6em!important;
    opacity: 0.95;
}

body #form-review #google_recaptcha .g-recaptcha {
    transform: scale(0.7);
}

.reviews_buttons_wrap 
{
    display: flex!important;

}

.reviews_buttons_wrap > *
{
    flex:1;
}

.reviews_buttons_wrap .buttons
{
    text-align: end;
    align-self:center;

}

#button-review
{
    font-family: NunitoB_C!important;
    color: #fff!important;
    background: #e7b056!important;
    border-color: #e7b056;
    border-radius: 25px;
    text-transform: none;
    font-size: 0.9em;
    box-shadow: 5px 5px 0px #946d2f;
    width: 150px;
    height: 45px;
}

.product-product #google_recaptcha
{
    margin-bottom: 0!important;
}

.ratta input
{
   position: relative;
   top:3px;
}

#waiting_list .waiting_list_container
{
    border:none;
    box-shadow: 0 0 15px lightgray;
    border-radius: 5px;
    padding: 15px 20px;
    margin-top: 25px!important;
}

.waiting_list_container h3
{
    font-family: NunitoB_C!important;
    color: black!important;
    font-size: 1.4em!important;
    text-transform: uppercase!important;
    text-shadow: 0 0.3px 1px black;
    margin-bottom: 10px;

}

.waiting_list_description p
{
    font-family: NunitoR_C!important;
    color: #777777!important;
    font-size: calc( (13px / 1.1) + (((13/11)/19.2) * 1vw))!important;
    text-shadow: 0 0.3px 1px #777;
    line-height: 1.6em!important;
    opacity: 0.95;
}

#waiting_list .flex-group button
{
    font-family: NunitoB_C!important;
    color: #fff!important;
    background: #e7b056!important;
    border-color: #e7b056;
    border-radius: 25px;
    text-transform: none;
    font-size: 0.9em;
    width: 130px;
    height: 40px;
    border: none!important;
    position: absolute;
    right: 4%;

}

#waiting_list .flex-group input {
    width: 100%!important;
    height:40px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;

    box-shadow: none;
    border:1px solid #d7d7d7;

    font-family: NunitoR_C!important;
    color: #777777!important;
    font-size: calc( (13px / 1.1) + (((13/11)/19.2) * 1vw))!important;
    text-shadow: 0 0.3px 1px #777;
    line-height: 1.6em!important;
    opacity: 0.75;

    padding-left: 15px;
}


#recurring-description
{
    display: none!important;
}

.home_deals_products_loop .slick-track
{
    display: flex;
}

.home_deals_products_loop .slick-track .slick-slide
{
    height:inherit;
}

.home_deals_products_loop .slick-track .slick-slide > div
{
    height:100%;
}

.popup_contents_wrap
{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.popup_contents_wrap img
{
    width: 90%;
    min-width: 120px;
    margin-bottom: 25px;
}

.popup_contents_button
{
    padding: 25px 0;
}

body:not(.cke_editable) .popup_contents_wrap h2:not(.swal2-title):not([style])
{
    margin-bottom: 0!important;
    font-size: calc( (30px /1.5 ) + (((30/3)/19.2) * 1vw))!important;
    width: 90%;
}

.popup_contents_button a
{
    font-family: NunitoB_C!important;
    color: #fff!important;
    background: #e7b056!important;
    border-color: #e7b056;
    border-radius: 25px;
    text-transform: none;
    font-size: 0.9em;
    width: 110px;
    height: 40px;
    display: flex;
    box-shadow: 5px 5px 0px #946d2f;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.popup_contents_button a:hover
{
    color: #fff!important;
    background: #e7b056!important;
    border-color: #e7b056;
    box-shadow: 1px 1px 0px #946d2f;
    transform: translate(4px,4px);
}

#popup-modal .modal-dialog {
    width: 30vw;
    max-width: 900px;
  
}

.modal-content
{
    border-radius: 15px;
}

/* Mobile responsive start */

@media (max-width: 1400px)
{

}

@media (max-width: 1300px)
{

    body .search-custom .search-box 
    {
        width: calc(200px + 10vw) !important;
        height: 40px;
    }

    .slider-slideshow-description .slider-slideshow-description-texts
    {
        width: 55%;
    }

    body .product-block .btn.btn-primary.btn-cart
    {
        padding: 3px 6px;
        font-size: 0.75em!important;
    }

    .product-block .product-name, .product-block .product-details, .product-block .price_button
    {
        padding-left: 10px!important;
        padding-right: 10px!important;
    }

    .home_lover_wrap
    {
        width: 35%;
    }

    .home_lover_wrap_bg {
        background-size: 70%!important;
    }

    .home_brands_loop img
    {
        height: 100px;
    }

    .sub_plans_slider .slick-slide {
        margin: 0 20px;
    }

    #popup-modal .modal-dialog {
        width: 40vw;
        max-width: 900px;
    }

}

@media (max-width: 1200px)
{
    body .search-custom .search-box 
    {
        width: calc(100px + 10vw) !important;
        height: 35px;
    }

    body header.fixed-header > .container
    {
        width: 100%;
    }

    .header-logo-image 
    {
        width: auto;
    }

    #main-menu
    {
        width: 99%;
        margin-left: 1%;
    }

    .header-container #account>a[data-toggle="dropdown"]
    {
        padding:0;
    }

    body .header-container {
        grid-template-columns: auto 1.2fr 1fr;
    }


    body:not(.cke_editable) h2:not(.swal2-title):not([style]) {
        font-family: NunitoBlack_C!important;
        color: #433e15!important;
        font-size: calc( (30px /1.5 ) + (((30/3)/19.2) * 1vw))!important;
        text-shadow: 0 0.3px 1px #433e15!important;
    }

    .home_deals_products_wrap p 
    {
        font-size: calc( (13px / 1.1) + (((13/11)/19.2) * 1vw))!important;
    }

    .home_deals_products_wrap .home_deals_button_wrap a
    {
        padding: 10px 18px;
    }

    .home_lover_wrap
    {
        width: 45%;
    }

    .home_lover_wrap_bg 
    {
        background-size: 60%!important;
    }

    .slick-nav
    {
        height: auto;
    }

    .sub_plans_slider .slick-slide {
        margin: 0 10px;
    }

    .home_icons_loop {
        text-align: center;
        padding-left: 15px;
        padding-right: 15px;
    }

    .page-banner-title {
        text-align: center;
        font-size: 2.5em;
    }

    footer .newsletter-module .email-field input
    {
        width:100%;
    }

    .page-banner-title.promo {
        top: 45%;
        left: auto;
        right: -25%;
        width: 50%;
        min-width: 50%;
    }

    body.product-category > div > .container, body.product-special > div > .container {
        width: 95%;
    }

    .product-special #column-left, .product-category #column-left {
        padding-right: 20px;
    }

    #popup-modal .modal-dialog {
        width: 50vw;
        max-width: 900px;
    }

    
}

@media (max-width: 993px)
{   

}

@media (max-width: 769px)
{

    body .header-container 
    {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .header-container .header-top 
    {
        justify-content: space-evenly;
        margin-right: 5%;
    }

    #mobileNav
    {
        display: flex;
    }

    .slider-slideshow-description .slider-slideshow-description-texts
    {
        width: 85%;

    }

    .slider-slideshow-description.background-type-light_image.position-center-center 
    {
        top: 65%;
        left: 40%;
    }

    .home_deals_products_wrap > div:first-child
    {
        text-align: center;
    }

    body:not(.cke_editable) .home_deals_products_wrap h2:not(.swal2-title):not([style])
    {
        text-align: center;
    }

    .home_deals_products_wrap .home_deals_button_wrap
    {
        margin-top: 25px;
    }

    .home_deals_products_wrap .prev.absolute.slick-arrow
    {
        left: -25px;
        right:auto;
        bottom: auto;
        top: 50%;

        margin: 0 ;
    }

    .home_deals_products_wrap .next.absolute.slick-arrow
    {
        right: -25px;
        left: auto;
        bottom: auto;
        top: 50%;
        margin: 0 ;
    }

    .home_deals_products_loop
    {
        position: relative;
    }

    .product-button .btn-cart
    {
        display: none;
    }



    body .product-gutter .cart-buttons .btn {
        display: block;
    }


    .input-group .form-control[name^=quantity] {
        min-width: 20px;
    }

    body .product-block .btn-number.plus, body .product-block .btn-number.plus:hover
    {
        padding-left: 5px;
    }

    body .product-block .btn-number.minus, body .product-block .btn-number.minus:hover
    {
        padding-right: 5px;
    }

    .home_lover_wrap
    {
        width: 45%;
    }

    .home_lover_wrap_bg 
    {
        background-size: 60%!important;
    }

    body:not(.cke_editable) .home_lover_wrap h2:not(.swal2-title):not([style])
    {
        margin-bottom: calc(10px + 0vw)!important;
    }

    .home_lover_wrap p {

        font-size: calc( (13px / 1.1) + (((13/11)/19.2) * 1vw))!important;

        line-height: 1.5em!important;
    }

    .news_all_wrap
    {
        flex-direction: column;
    }

    .news_desc_wrap, .news_form_wrap, .news_desc_wrap .title .orange, .news_desc
    {
        text-align: center;
    }

    footer .newsletter-module .email-field input
    {
        margin: auto;
        width: 90%;
    }

    body footer .newsletter-module .btn-primary:not(.btn-mi)
    {
        right:5%;
    }

    .news_desc_wrap
    {
        margin-bottom: 15px;
    }

    .sub_details_wrap {
        width: 75%;
        margin: auto;
    }

    .contact_desc, body.information-contact h3
    {
        text-align: center;
    }

    #contact-us-form
    {
        padding-left: 0;
    }



    body .search-custom .search-box
    {
        width: 100%!important;
    }

    body .search-custom .search-box {
        position: relative;
        border: 1px solid #fff!important;
        background: #e7b056;
    }

    .cd-accordion-menu a, .cd-accordion-menu label
    {
        font-family: NunitoB_C!important;
        color: #000!important;
        
    }

    .live-search {
        margin-top: 35px!important;
    }

    
    

}

@media (max-width: 600px)
{

    .header-logo-image img
    {
        width:65px;
    }

    #wishlist-total span
    {
        display: none;
    }

    body .header-container 
    {
        padding: 10px 0px;
    }

    .slider-slideshow-description .slider-slideshow-description-texts
    {
        width: 100%;
        margin:auto;

    }

    .slider-slideshow-description.background-type-light_image.position-center-center {
        top: 65%;
        left: 50%;
    }

    body .slider-slideshow-description .slider-slideshow-description-texts .slideshow-text-1 
    {
        font-family: NunitoB_C!important;
        color: #fff!important;
        font-size: calc(14px + .520833333vw) !important;
    }

    body .slider-slideshow-description .slider-slideshow-description-texts .btn.btn-primary {
        font-family: NunitoB_C!important;
        color: #fff!important;
        background: #e7b056!important;
        border-color: #e7b056;
        border-radius: 25px;
        padding: 6px 15px;
        text-transform: none;
        font-size: 0.9em;
        box-shadow: 5px 5px 0px #946d2f;
    }

    body .slider-slideshow-description .slider-slideshow-description-texts .slideshow-text-0 
    {

        font-size: calc(18px + 2vw) !important;

    }

    .slider-slideshow-description .slider-slideshow-description-link
    {
        padding-top:2px;
    }

    .home_cat_all_button a
    {
        padding: 10px 18px;
    }

    .featured-module .slick-slide, .related-products .slick-slide
    {
        margin: 0px 5px;
    }

    body:not(.cke_editable) .featured-module h2:not(.swal2-title):not([style])
    {
        text-align: center;
    }

    .home_lover_wrap_bg 
    {
        background-size: 80%!important;
        padding-bottom: auto;
    }

    .home_lover_wrap
    {
        width: 90%;
        left: 5%;
        text-align: center;
        justify-content: flex-start;
        position: relative;
        margin-top: 10%;

    }

    body:not(.cke_editable) .home_lover_wrap h2:not(.swal2-title):not([style])
    {
        text-align: center;
    }

    .home_brands_loop img
    {
        height: 75px;
    }

    .news_desc_wrap .title .orange {
        font-family: NunitoBlack_C!important;
        color: #433e15!important;
        text-align: left;
        font-size: 1.5em;
        padding-bottom: 0px;
        text-shadow: 0 0.3px 1px #433e15;
        line-height: 1.5em;
        text-align: center;
    }

    footer .newsletter-module .email-field input
    {
        width: 100%;
    }

    body footer .newsletter-module .btn-primary:not(.btn-mi)
    {
        font-size: 0.8em;
        width: 70px;
        right:0;

        min-width: fit-content
    }

    .footer_news_leter_wrap {
        width: 90%;
        margin-bottom: 40px;
    }

    .footer-upper-contet
    {
        display: block;
    }

    .footer-contact-links
    {
        width: 49%;
        display: inline-flex;
        flex-direction: column;
    }

    body .footer-upper-contet>*:last-child
    {
        width: 100%;
        padding:0;
        margin-top:25px;
    }

    .footer-newsletter .title
    {
        text-align: center;
    }

    .contact_details, .information-contact h3
    {
        text-align: center;
    }

    .common-home .slick-slide {
        margin: 0 5px;
    }

    .page-banner-title {
        text-align: center;
        font-size: 2.2em;
    }

    .sub_details_loop
    {
        text-align: center;
    }

    .contact-footer
    {
        flex-direction: column;
    }

    .contact-footer input.btn-primary:not(.btn-mi)
    {
        width: 100px;
        height: 40px;
    }

    footer .newsletter-module .email-field input {
        height: 40px;
    }

    .page-banner-title.promo {
        top: 30%;
        left: 0;
        right: 0;
        width: fit-content;
        min-width: 50%;
        position: absolute;
        display: block;
        transform: translate(0, 0);
        padding: 5%;
        padding-bottom: 2%;
        background: rgba(255,255,255,0.5);
        border-radius: 10px;
    }

    #filter_group_tigger_open
    {
        height: 40px;
        border-radius: 5px;
        font-family: 'NunitoSB_C';
        color: #333333!important;
        background: white!important;
        text-shadow: 0 0.3px 1px #333333;
        opacity: 0.85;
        font-size: 0.9em;
    }

    body.product-category .product-view>.product-gutter {
        padding-left: calc(5px / 1);
        padding-right: calc(5px / 1);
    }



    #pg-banner-wrap .container > ul.breadcrumb
    {
        width: 70%;
        margin:auto;
    }

    .breadcrumb
    {
        color: #433e15!important;
    }

    body.product-product #content
    {
        padding-top: 10%;
    }

    .reviews_buttons_wrap {
        display: flex!important;
        flex-direction: column;
    }

    .home_deals_products_wrap
    {
        padding: 5% 10px;
    }

    .section-space.featured > div
    {
        width: 95%;
    }


    #popup-modal .modal-dialog {
        width: 80vw;
        max-width: 900px;
    }

    body:not(.cke_editable) .popup_contents_wrap h2:not(.swal2-title):not([style]) {
        margin-bottom: 0!important;
        font-size: calc( (25px /1.5 ) + (((25/3)/19.2) * 1vw))!important;
        width: 90%;
    }

}

@media (max-width: 376px)
{

}

@media (max-width: 320px)
{

    body .slider-slideshow-description .slider-slideshow-description-texts .slideshow-text-0 
    {

        font-size: calc(16px + 2vw) !important;

    }


}



.fa-th-large:before, .fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    color: #e7b056;
}
.home_deals_wrap .slick-nav.right{
    right: 0;
}
.home_deals_wrap .slick-nav.left{
    left: 0;
}
.buymore{
    font-size: 16px;
    color: #800000;
    font-weight: bold;
}

body.account-register #google_recaptcha .g-recaptcha {
  transform: none !important;
}

/* .fixed-header .header-container .header-menu ul#main-menu > li > ul > li.active > a,  */
/* .fixed-header .header-container .header-menu ul#main-menu > li > ul > li:not(.active) > a:hover { */
/* } */


.loader {
  background-size: 120px !important;
}