@font-face {
    font-family: eternateTwoBold;
    src: url('fonts/sarahsloft/Eternate-TwoBold.woff');
}
@font-face {
    font-family: DINCondesnsedBold;
    src: url('fonts/sarahsloft/D-DINCondensed-Bold.woff');
}
@font-face {
    font-family: proximaNovalRegular;
    src: url('fonts/sarahsloft/ProximaNova-Regular.woff');
}
@font-face {
    font-family: proximaNovalSemiBold;
    src: url('fonts/sarahsloft/ProximaNova-Semibold.woff');
}

body {
	font-family: proximaNovalRegular, 'Open Sans', sans-serif;
	font-weight: normal;
	color: #000;
	/*font-size: calc(12px + (14 - 12) * (100vw - 375px) / (1900 - 375));*//*14*/
    
    font-size: 14px;
	line-height: 2;
	width: 100%;
    overflow-x: hidden;
}

@media (max-width: 991px){
    body {
        font-size: calc(12px + (14 - 12) * (100vw - 375px) / (1900 - 375));/*14*/
    }
}

/* --------------------------------------------------------------------------------------------
------------------------------------------ GLOBAL ---------------------------------------------
----------------------------------------------------------------------------------------------- */

p{margin-bottom: 10px;}
p:last-of-type{margin-bottom: 0px;}
.tac{text-align: center;}
@media (max-width: 767px){
    .tac767{
        text-align: center;
    }
}
.sharetext{font-family: proximaNovalSemiBold;}
.sharecontainer{margin: 20px 0 20px 10px;}

/* --------------- padding --------------- */
.p10{padding: 10px;}
.pt10{padding-top:10px;}
.pt20{padding-top:20px;}
.pt30{padding-top:30px;}

/* --------------- margin --------------- */
/* all */
.mauto{margin: auto;}
.m0{margin: 0;}
/* top */
.mt15{margin-top: 15px;}
/* bottom */
.mb0{margin-bottom: 0;}
.mb5{margin-bottom: 5px;}
.mb10{margin-bottom: 10px;}
.mb15{margin-bottom: 15px;}

/* --------------- to top --------------- */
#ToTop{z-index: 3;}

/* --------------- a link --------------- */
a {color: inherit;}
a:hover,a:focus,a:active {color: inherit;}
a:not(.btn):not(button):not(input):hover,
a:not(.btn):not(button):not(input):focus,
a:not(.btn):not(button):not(input):active{
    color: #797979;
}
.breadcrumb a:hover, .breadcrumb a:focus, .breadcrumb a:active,
header a:hover, header a:focus, header a:active,
footer a:hover, footer a:focus, footer a:active{
    text-decoration: none !important;
}

/* --------------- buttons --------------- */
.btn{
    font-family: proximaNovalSemiBold, 'Open Sans', sans-serif;
    font-size: calc(12px + (14 - 12) * (100vw - 375px) / (1900 - 375));/*14*/
    line-height: 1.5;
    min-width: 120px;
    border-radius: 5px;
    padding: 12px 15px;
    text-transform: uppercase;

    -webkit-transition: 100ms ease-in-out;
    -moz-transition: 100ms ease-in-out;
    -o-transition: 100ms ease-in-out;
    transition: 100ms ease-in-out;
}
.btn.wauto{width: auto;}
.btn.mwauto, .btn.no-custom{min-width: auto;}
.btn.btn-date{
    height: 100%;
    min-width: auto;
    border-radius: 0;
    padding: 0;
}
.btn.btn-date img{
    display: block;
    height: 16px;
    margin: auto;
}

/* btn black */ 
.btn.black{
    background-color: #000 !important;
    color: #fff !important;
    border: 1px solid #000;
}
.btn.black:hover, .btn.black:focus, .btn:active{
    background-color: #fff !important;
    color: #000 !important;
    border-color: #000;
}

/* btn primary - btn default */ 
.btn-primary, .btn-default:not(.btn-number){
    background-color: #fff !important;
    color: #000 !important;
    border: 1px solid #000;
    letter-spacing: 1px;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active,
.btn-default:not(.btn-number):hover, .btn-default:not(.btn-number):focus, .btn-default:not(.btn-number):active{
    background-color: #000 !important;
    color: #fff !important;
    border-color: #000;
}

/* btn disabled */
.btn.disabled, .btn[disabled], fieldset[disabled] .btn{
    background-color: #c9c8c8 !important;
    border: 1px solid #c9c8c8 !important;
}
.btn.disabled:hover, .btn.disabled:focus, .btn.disabled:active, 
.btn[disabled]:hover, .btn[disabled]:focus, .btn[disabled]:active, 
fieldset[disabled] .btn:hover, fieldset[disabled] .btn:focus, fieldset[disabled] .btn:active{
    background-color: #c9c8c8 !important;
    border: 1px solid #c9c8c8 !important;
}

/* filter button */
#filter_group_tigger_open{
    color: #000;
}
#filter_group_tigger_open:hover, #filter_group_tigger_open:focus, #filter_group_tigger_open:active{
    color: #000 !important;
    background-color: #fff !important;
    border-color: #000;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

/* --------------- heading --------------- */
body:not(.cke_editable) h2:not(.swal2-title):not([style])::after{
    display: none;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    font-family: DINCondesnsedBold;
    line-height: 1.5;
    color: #000;
}
h2{
    position: relative;
    font-weight: normal;
    font-size: calc(23px + (40 - 23) * (100vw - 375px) / (1900 - 375)) !important;/*40*/
    margin-bottom: calc(30px + (60 - 30) * (100vw - 375px) / (1900 - 375)) !important;/*60*/

    letter-spacing: 2px;
}
h3{
    font-size: calc(17px + (24 - 17) * (100vw - 375px) / (1900 - 375));/*24*/
    text-transform: uppercase;
    letter-spacing: 1px;
}
@media (max-width: 991px){

}

.swal2-popup .swal2-title{
    margin-bottom: 20px !important;
}

/* --------------- breadcrumb --------------- */
.breadcrumb{text-align:center;margin-bottom:40px;}
.breadcrumb li::after{
    content: '';
    transform: translate(-3px, -60%);
    color: #797979;
    width: 1px;
    height: 10px;
    background: #797979;
}
.breadcrumb > li{padding: 0 6px;}
.breadcrumb > li > a{
    color: #797979;
    font-size: calc(11px + (14 - 12) * (100vw - 375px) / (1900 - 375));/*smaller then 14*/
    letter-spacing: 0;
}
@media (max-width: 991px){
    .breadcrumb > li > a{
        font-size: calc(12px + (14 - 12) * (100vw - 375px) / (1900 - 375));/*14*/
    }
}
.breadcrumb > li:last-child > a{
    color: #797979;
    font-weight: 400;
}
.breadcrumb > li > a:hover, .breadcrumb > li > a:focus, .breadcrumb > li > a:active{
    color: #000;
}
@media (max-width: 991px){
    .breadcrumb > li > a{
        font-size: calc(12px + (14 - 12) * (100vw - 375px) / (1900 - 375));/*14*/
    }
}

/* --------------- pagination --------------- */
ul.pagination li img{
    position: absolute;
    top: 50%;
    left: 50%;
    height: 12px;
}
ul.pagination li img.left{
    transform: translate(-60%, -50%);
}
ul.pagination li img.right{
    transform: translate(-40%, -50%);
}
ul.pagination li.first, ul.pagination li.last{
    display: none;
}

/* --------------- container --------------- */
@media (min-width: 768px){
    .container{
        width: 100%;
        max-width: 720px;
    } 
}
@media (min-width: 992px){
    .container{
        width: 100%;
        max-width: 90%;
    } 
}
@media (min-width: 1200px){
    .container{
        width: 90%;
        max-width: 1400px;
    } 
}
.custom-container{
    width: 100%;
    max-width: 900px;
    margin: auto;
}

/* --------------- slider --------------- */
.featured-module .slick-slide /* featured slick */{
    margin: 0px 10px !important;
}
.related-products .slick-slide /* related slick */{
    margin: 0px 20px !important;
}
.featured-module h2.target-heading, /* featured slick */
.related-module h2.target-heading /* related slick */{ 
    margin-bottom: 30px !important;
}
/* slide */
/*.featured-module .featured, / * featured slick */
.related-module .related /* related slick */{ 
    padding: 0 calc(32px + 7.5px);
    max-width: 820px;
    margin: auto;
}
.featured-module .featured/* featured slick */
/*.related-module .related / * related slick */{ 
    /*padding: 0;*/
}
/* arrow */
.featured-module .slick-nav, /* featured slick */
.related-module .slick-nav /* related slick */{ 
    position: absolute;
    width: 32px;
    height: 32px !important;
    z-index: 1;
    top: 50% !important;
    transform: translateY(-50%) !important;
}
.featured-module .slick-nav.prev, /* featured slick */
.related-module .slick-nav.prev /* related slick */{
    left: calc((32px + 7.5px) * (-1));
}
.featured-module .slick-nav.next, /* featured slick */
.related-module .slick-nav.next /* related slick */{
    right: calc((32px + 7.5px) * (-1));
}

.custom-slick-nav-container{
    position: absolute;
    top: -40px;
    right: 0;
    display: flex;
    align-items: center;
    margin: 0 -8px;
}
.custom-slick-nav.left, .custom-slick-nav.right{
    padding: 0 8px;
    line-height: 1;
    cursor: pointer;
}
.custom-slick-nav.left.slick-disabled, .custom-slick-nav.right.slick-disabled{
    opacity: 0.6;
    cursor: default;
}
.custom-slick-nav.left img, .custom-slick-nav.right img{
    width: 24px;
    height: auto;
}

/* arrow image */
/*.featured-module .slick-nav.prev img, .featured-module .slick-nav.next img, / * featured slick */
.related-module .slick-nav.prev img, .related-module .slick-nav.next img/* related slick */{
    width: 24px;
}
@media (max-width: 540px){
    .featured-module .featured, /* featured slick */
    .related-module .related /* related slick */{
        padding: 0;
    }
    .custom-slick-nav-container{
        display: none;
    }
}

/* disabled arrow */
.slick-slider .slick-arrow.slick-disabled{
    opacity: 0.4;
    cursor: default;
}

/* --------------- input --------------- */

.form-control{
    font-family: proximaNovalRegular;
    height: auto;
    border-color: #ddd;
    padding: 12px 16px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
}
.contact-body .form-control{
    padding: 8px 16px;
}
.form-control:focus{
    border-color: #000;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
}

input, optgroup, select, textarea{
    line-height: 1.5 !important;
}
label{
    font-family: proximaNovalSemiBold;
}

/* select */
select, select.form-control{
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;

    background-image: url('../image/Sarahsloft/caret-down.png');
    background-repeat: no-repeat;
    background-size: 8px;
    background-position: calc( 100% - 10px );
    padding-right: 25px;

    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;

    cursor: pointer;
}
select::-ms-expand {
    display: none;
}

/* checkbox */
input[type="checkbox"]{
    position: relative;
}
input[type="checkbox"]:before{
    content: '';
    position: relative;
    display: block;
    width: 15px;
    height: 15px;
    transform: translate(-1px, -1px);
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #fff;
}
input[type="checkbox"]:after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 15px;
    height: 15px;
}
input[type="checkbox"]:checked:before{
    background: #000;
    border: 1px solid #000;
}
input[type="checkbox"]:checked:after{
    background-image: url('../image/Sarahsloft/checked-white.png');
    background-size: calc(100% - 3px);
    background-repeat: no-repeat;
    background-position: center;
}

.checkbox, .radio{
    margin-top: 0;
    margin-bottom: 0;
}
.checkbox:not(:last-child), .radio:not(:last-child){
    margin-bottom: 10px;
}

::-webkit-input-placeholder { /* Edge */
    color: #999 !important;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #999 !important;
}
::placeholder{
    color: #999 !important;
}

/* required */
div.required .control-label:before{
    display: none;
}

/* --------------- input-wrap --------------- */
.input-wrap > *{height: inherit;}

/* quantity input */
.input-group .input-group-btn .btn-number{
    font-family: latoRegular;
    background-color: #ccc;
    color: #000;
    width: 30px !important;
    min-width: auto;
    border: 1px solid #ccc;
    margin: 0;
    padding: 0;
}
.input-group .input-group-btn .btn-number:not(.disabled):hover, .input-group .input-group-btn .btn-number:not(.disabled):focus,
.input-group .input-group-btn .btn-number:not(.disabled):active{
    background-color: #000 !important;
    color: #fff;
    border: 1px solid #000;
}

#input-quantity, input.update-cart{
    border-color: #ddd;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
}

form .custom-form-bottom, form .form-bottom-wrapper{
    width: 100%;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* --------------- custom form body --------------- */
form .custom-form-body .has-error .form-control{
    border-color: #ddd;
    -webkit-box-shadow: none;
    box-shadow: none;
}
/* main */
form .custom-form-body .form-group{
    flex: unset;
    min-width: unset;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
form .custom-form-body{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
form .custom-form-body .form-group:not(.full):not(.parent){
    width: 50%;
}
form .custom-form-body .form-group:not(.parent) .form-group-container, form .custom-form-body .form-group > .half > .form-group-container{
    width: 100%;
    display: flex;
    align-items: center;
}
form .custom-form-body .full, form .custom-form-body .parent, form .custom-form-body .parent > label{
    width: 100%;
}
form .custom-form-body .form-group:not(.separate-label) label{
    display: block;
    line-height: 1.5;
    margin-bottom: 0;
}
form .custom-form-body .form-group{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px 15px;
}
form .custom-form-body .form-group{
    padding: 0 15px;
}
form .custom-form-body .full .half:first-of-type{
    padding-right: 15px;
}
form .custom-form-body .full .half:nth-of-type(2){
    padding-left: 15px;
}
form .custom-form-body .form-group .inputerror{
    width: 90%;
}
form .custom-form-body .form-group.wlabel .inputerror, #servingsize_digitonly_err{
    padding-left: 110px;
}
form .custom-form-body > .form-group.lastgroup{
    margin: 0 -15px 0;
}
form .custom-form-body .form-group:not(.parent) .form-group-child:not(.input){
    width: 110px;
    display: flex;
    align-items: center;
    padding-right: 10px;
}
form .custom-form-body .form-group .form-group-child{
    /*padding: 0 15px;*/
}
form .custom-form-body .form-group .form-group-child.input{
    width: auto;
    flex: 1 1 auto;
}
/* date */
form .custom-form-body .form-group .form-group-child.input.date{
    display: flex;
}
form .custom-form-body .form-group .form-group-child.input.date input{
    background: #fff;
}
form .custom-form-body .form-group .form-group-child.input.date button{
    background: #e7e7e7;
    width: 54px;
    border: 0;
    border-radius: 0;
}
form .custom-form-body .form-group .form-group-child.input.date button img{
    width: 24px;
}
form .custom-form-body .form-group .form-group-child.input.date .inputerror{
    width: 100%;
}
/* upload */
form .custom-form-body .form-group .form-group-child.input.upload{
    display: flex;
}
form .custom-form-body .form-group .form-group-child.input.upload #uploadedIMGname{
    display: block;
    flex: 1 1 auto;
    border: 1px solid #ddd;
    color: #999;
    line-height: 1.5;
    padding: 12px 16px;
}
form .custom-form-body .form-group .form-group-child.input.upload .btn-uplaod{
    display: flex;
    align-items: center;
    background: #bfbfbf;
    color: #fff;
    border-radius: 0 5px 5px 0;
    padding: 5px 16px;
    margin-bottom: 0;
    letter-spacing: 2px;
    cursor: pointer;
}
form .custom-form-body .form-group .form-group-child.input.upload .fileselected{
    color: #000 !important;
}

/* half */
form .custom-form-body .full .half{
    width: 50%;
    display: flex;
    flex-wrap: wrap;
}

/* parent */
form .custom-form-body .form-group.parent{
    padding: 0;
}
form .custom-form-body .form-group.parent > label{
    padding: 0 15px;
}
form .custom-form-body .form-group.parent .form-group-child{
    width: 100%;
}

form .custom-form-body > .form-bottom-wrapper{
    margin-bottom: 0;
    padding: 0 15px;
}
form .custom-form-body > .form-bottom-wrapper .form-group{
    width: auto !important;
}
form .custom-form-body > .form-bottom-wrapper #google_recaptcha{
    padding: 0;
    margin-bottom: 0;
    flex-direction: column;
}
@media (max-width: 767px){
    form .custom-form-body .full .half, form .custom-form-body .form-group:not(.parent) .form-group-child:not(.input){
        width: 100%;
    }
    form .custom-form-body .form-group{
        align-items: baseline;
    }
    form .custom-form-body .form-group:not(.parent) .form-group-container, form .custom-form-body .form-group > .half > .form-group-container{
        flex-wrap: wrap;
    }
    form .custom-form-body .form-group.wlabel .inputerror{
        padding-left: 0;
    }
    form .custom-form-body .form-group:not(.separate-label) label{
        line-height: 2;
        margin-bottom: 5px;
    }
    form .custom-form-body .full .half:first-of-type{
        padding-right: 0;
    }
    form .custom-form-body .full .half:nth-of-type(2){
        padding-left: 0;
    }
    form .custom-form-bottom, form .custom-form-body > .form-bottom-wrapper{
        flex-direction: column;
    }
    form .custom-form-body > .form-bottom-wrapper #google_recaptcha{
        margin-bottom: 10px;
    }
    form .custom-form-body > .form-bottom-wrapper #google_recaptcha .text-danger{
        margin: auto;
    }
}
@media (max-width: 540px){
    form .custom-form-body > *{
        width: 100% !important;
    }
    form .custom-form-body .form-group:not(.full):not(.parent){
        width: 100%;
    }
}
@media (max-width: 420px){
    
}

form .contact-body > *{
    flex: unset !important;
    min-width: unset !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
form .contact-body{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}
form .contact-body > *{
    padding: 0 5px;
    margin-bottom: 10px;
}
form .contact-body > *:not(.full){
    width: 50%;
}
form .contact-body > .full{
    width: 100%;
}
form .contact-body > *:last-child{
    margin-bottom: 0;
}

/* ---------------  --------------- */

/* --------------------------------------------------------------------------------------------
------------------------------------------ PAGES ---------------------------------------------
----------------------------------------------------------------------------------------------- */

/* ------------------------------------ HOMEPAGE ------------------------------------ */
.common-home #content .section-space:not(:last-of-type){
    border-bottom: 1px solid #ddd;
}

/* --------- BANNER --------- */
/* image */
#slideshow0 .owl-item > div .img-responsive{
    height: 100% !important;
    object-fit: cover;
}

/* content */
.slider-slideshow-description h2{
    margin-bottom: 0 !important;
}
.slider-slideshow-description h2 span{
    font-size: calc(27px + (50 - 27) * (100vw - 375px) / (1900 - 375)) !important;/*50*/
}
.slider-slideshow-description h2.title{
    font-family: eternateTwoBold;
    font-size: calc(32px + (60 - 32) * (100vw - 375px) / (1900 - 375)) !important;/*60*/
    color: #fff;
    margin-bottom: 0 !important;
}
.slider-slideshow-description h2.desc{
    
}
.slider-slideshow-description .slider-slideshow-description-link{
    padding-top: 20px;
}

/* ------------------------------------ INFORMATION ------------------------------------ */
.information-information #content .section-space:first-of-type{
    padding-top: 0;
}
.information-information h4{
    font-size: calc(15px + (20 - 15) * (100vw - 375px) / (1900 - 375));/*20*/
    text-transform: uppercase;
}

/* ------------------------------------- CONTACT ------------------------------------- */
.information-contact .equiry-btn-wrapper{
    text-align: right;
    margin-bottom: 10px;
}
.information-contact .equiry-btn-wrapper .btn{
    width: 100%;
    min-width: unset;
    max-width: 250px;
    white-space: break-spaces;
}
@media (max-width: 1200px){
    /*.information-contact .equiry-btn-wrapper .btn{
        width: 100%;
        min-width: unset;
        max-width: 250px;
        white-space: break-spaces;
    }*/
}
@media (max-width: 767px){
    .information-contact .contact-info{
        padding-top: 30px;
    }
    .information-contact .contact-info, .information-contact .equiry-btn-wrapper{
        text-align: center;
    }
}

/* ----------------------------- CUSTOMIZED CAKE ENQUIRIES ----------------------------- */


/* ------------------------- CUSTOMIZED DESSERT TABLE ENQUIRIES ------------------------- */


/* ------------------------------------ GALLERY ------------------------------------ */
.gallery-album #content{
    float: right;
}
.gallalbum{
    padding: 0;
}
.gallalbum .gallalbum-item{
    width: 33.33%;
    float: left;
    padding: 0 12px;
}
.gallery-listing .g-thumb-item .album-image{
    width: 100%;
}

/* modal */
.gallalbum .modal{
    background: rgba(0,0,0,0.6);
    padding: 0 !important;
}
.gallalbum .modal .modal-content{
    background: transparent;
    border: 0;
    box-shadow: none;
}
.gallalbum .modal .modal-body{
    padding: 0;
}

/* main image */
.gallalbum .product-product .product-image-main-container{
    margin-bottom: 10px;
    overflow: unset;
}

/* additional images */
.gallalbum .product-image-additional{
    overflow-x: hidden;
}
.gallalbum .product-image-additional .slick-list{
    margin: 0 -5px;
}
.gallalbum .product-image-additional .slick-list .slick-slide > div{
    padding: 0 5px;
}
.gallalbum .product-product .product-image-additional-container{
    padding: 0;
}
.gallalbum .product-product .product-image-additional-container img{
    padding: 0;
    border: 0;
}
.gallalbum .product-product .product-image-additional-container img:hover{
    border: 0;
}

/* nav */
.gallalbum .product-product .product-image-main-container .slick-nav{
    opacity: 1;
}
.gallalbum .product-product .product-image-main-container .slick-nav.slick-disabled{
    opacity: 0.6;
}
.gallalbum .product-product .product-image-main-container .slick-nav img{
    display: block;
}
.gallalbum .product-product .product-image-main-container:hover .slick-nav.left{
    transform: translateX(-100%) !important;
} 
.gallalbum .product-product .product-image-main-container:hover .slick-nav.right{
    transform: translateX(100%) !important;
}

/* close */
button.gallery-modal-close{
    position: absolute;
    top: -18px;
    right: -18px;
    width: 18px;
    height: 18px;
    opacity: 1;
}
button.gallery-modal-close img{
    display: block;
    width: 100%;
    height: auto;
}

/* side */
#album-categories > .list-group-item.categories > a{
    display: block;
    padding: 10px 8px;
    border-bottom: 1px solid #ddd;
}
#album-categories > .list-group-item.categories > a.active{
    font-family: proximaNovalSemiBold;
}

@media (max-width: 991px){ 
    .gallalbum .gallalbum-item{
        width: 50%;
    }
}
@media (max-width: 767px){ 
    button.gallery-modal-close{
        top: -24px;
        right: 0;
    }
    .gallalbum .modal {
        padding: 0 64px !important;
    }
}
@media (max-width: 540px){ 
    .gallalbum .modal {
        padding: 0 0 !important;
    }
}
@media (max-width: 374px){ 
    .gallalbum .gallalbum-item{
        width: 100%;
    }
}

/* -------------------------------------------------------------------------------------------------
--------------------------------------------- PRODUCTS ---------------------------------------------
---------------------------------------------------------------------------------------------------- */

/* ---------------------------------- PRODUCT INFO ---------------------------------- */

.product-block{
    border: 0;
}

/* --------- image --------- */
.product-block .product-image-block{
    cursor: pointer;
}
.product-block .product-image-block .product-image{
    display: block;
}
.product-block .product-image-block .product-view-hover{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255,255,255,0.5);
    opacity: 0;
    z-index: 1;

    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
}
.product-block .product-image-block .product-view-hover img{
    width: 18px;
    height: auto;
}
.product-block .product-image-block:hover .product-view-hover{
    opacity: 1;
}

/* --------- name --------- */
.product-block .product-name{
    padding-bottom: 0;
}

/* --------- price --------- */
.product-block .product-details{
    padding: 0;
}
.product-block .product-details .price{
    font-size: inherit;
    display: flex;
}
.product-block .product-details .price > *{
    display: block;
}
.product-block .product-details .price > *:not(:last-child){
    margin-right: 5px;
}
/* new */ 
.product-block .product-details .price .price-new{
    color: #767676;
}
/* discount */
.product-block .product-details .price .price-discount{
    color: #ca1c1c;
}
/* old */
.product-block .product-details .price .price-old{
    position: relative;
    color: #767676;
    font-size: inherit;
    opacity: 1;
}
.product-block .product-details .price .price-old:after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -100%);
    width: 100%;
    height: 1px;
    background: #767676;
}
/* --------- Small candle / plastice knife side by side --------- */
#smallcandles {
    width: 49%;
    display: inline-flex !important;
}
#smallcandles .form-control {
    width: 80% !important;
}

#bigcandles {
    width: 50%;
    display: inline-flex !important;
}
#smallcandles label, #bigcandles label {
    width: 100% !important;
}
/* --------- Small candle / plastice knife side by side --------- */

/* --------- sticker --------- */
.sticker, .special-sticker{
    top: 10px;
    right: calc( 100% - 10px );
    transform: translateX( 100% );
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 50px;
    line-height: 1;
    text-transform: uppercase;
    font-size: 11px;
    padding: 0;
}
.sticker:hover, .sticker:focus, .sticker:active, 
.special-sticker:hover, .special-sticker:focus, .special-sticker:active{
    text-decoration: none !important;
}

.product-block .product-details .enquiry-label{
    color: #797979;
}

/* ----------------------------- PRODUCT LIST / CATEGORY ----------------------------- */

.product-category #content{
    float: right;
}

@media (min-width: 1200px){ 
    .product-view > .product-gutter{
        width: 33.33%;
    }
}
.product-view > .product-gutter{
    padding-left: 12px;
    padding-right: 12px;
}

/* --------- SORT --------- */
.flex-wrap.filters-wrap .form-group{
    margin-bottom: 0;
}
.flex-wrap.filters-wrap{
    justify-content: flex-end;
    align-items: center;
    margin: 0 -10px 20px -10px;
}
.flex-wrap.filters-wrap > *{
    padding: 0 10px;
}
.productlist-sort-order select.form-control{
    padding: 6px 16px;
}
#filter_group_tigger_open{
    font-family: proximaNovalRegular;
    border: 1px solid #e8e8e8;
}
#filter_group_tigger_close{
    min-width: auto;
    border-radius: 0;
}
@media (max-width: 767px){
    .flex-wrap.filters-wrap{
        align-items: initial;
        margin: 0;
    }
    .flex-wrap.filters-wrap button{
        border-radius: 0;
    }
    .flex-wrap.filters-wrap > *{
        height: inherit;
        width: 50%;
        padding: 0;
    }
    .productlist-sort-order .form-group{
        height: 100%;
    }
    .productlist-sort-order select.form-control{
        border-color: #e8e8e8;
    }
    .productlist-sort-order select.form-control:hover, .productlist-sort-order select.form-control:focus, .productlist-sort-order select.form-control:active{
        border-color: #000;
    }
}

/* --------- FILTER --------- */

#side-sort label, #filter-groups .item-header{
    font-family: DINCondesnsedBold;
    font-size: calc(16px + (22 - 16) * (100vw - 375px) / (1900 - 375));
    text-transform: uppercase;
    letter-spacing: 2px;
}
#filter-groups .item-header{
    padding: 0 0 10px !important;
}
#filter-groups .list-group-item{
    padding: 0;
}

/* CATEGORY */
#filter-groups > div{
    margin-bottom: 40px;
}
#side-categories .group:not(:last-child){
    border-bottom: 0;
}
#side-categories .group .item a{
    color: #000;
    padding: 10px 8px !important;
}
#side-categories .group .item a span{
    position: relative;
    display: inline-block;
}
#side-categories .group .item a:hover{
    color: #797979 !important;
}
#side-categories .group .item a:hover span:before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 3px;
    background: inherit;
}
#side-categories .group .item.active a:hover span:before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 3px;
    background: #000;
}
#side-categories .side-categories-level-1:not(:last-child){
    margin-bottom: 12px;
}
#side-categories .item.level-1{
    border-bottom: 1px solid #ddd;
}
#side-categories .item.level-1 > *{
    border: 0 !important;
}
#side-categories .item.level-1 > *:not(.caret):hover{
    background: unset !important;
}
#side-categories .item.level-1 .caret span{
    color: #000;
    font-family: sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 2;
}
#side-categories .item.level-1:not(.active) .caret .minus{
    display: none;
}
#side-categories .item.level-1.active .caret .plus{
    display: none;
}
#side-categories .item.level-1.active{
    font-family: proximaNovalSemiBold;
    background: inherit;
    border-color: inherit;
    border-bottom: 1px solid #ddd;
    color: #fff;
}
#side-categories .item.level-1 .caret{
    width: 100%;
    height: 100%;
    margin-left: 0;
    line-height: 1;
    border: 0;
}
#side-categories .item.level-1 .caret:hover span{
    color: #797979;
}

/* lvl2 */

#side-categories .group .item.active+.sub{
    border-top: 0 !important; 
}
#side-categories .sub.level-2{
    padding-left: 20px;
}
#side-categories .item.level-2 > a:hover{
    background: unset !important;
    color: #797979 !important;
}
#side-categories .item.level-2.active > a{
    font-family: proximaNovalSemiBold;
}

/* PRICE */
#side-price .price-container{
    margin-bottom: 0 !important;
}
#side-price > *:nth-child(2){
    font-family: proximaNovalSemiBold;
    padding: 0 !important;
}
#side-price .ui-slider-horizontal, #side-price .ui-slider-range{
    height: 2px;
}
#side-price .ui-slider-range{
    background: #000;
}
#side-price #slider-price{
    background: #bfbfbf;
}
#side-price .ui-slider-handle{
    top: 1px;
}
#side-price .ui-slider-handle, #side-price span.ui-slider-range{
    background: #000;
    width: 12px;
    height: 12px;
    border-radius: 6px;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none;
}

@media (min-width: 1200px){
    .product-view > .product-gutter {
        width: 33.33%;
    }
}

/* --------------------------------- PRODUCT SINGLE --------------------------------- */

.product-product #content{
    max-width: 1000px;
    margin: auto;
    float: unset;
}

/* ---------- IMAGES ---------- */
/* main images */
.product-product .product-image-main-container{
    margin-bottom: 10px;
}
.product-product .product-image-main .main_images{
    max-height: 540px;
    object-fit: cover;
}
.product-product .product-mainimage-zoom{
    position: absolute;
    bottom: 24px;
    right: 20px;
    width: 24px;
    z-index: 1;
    cursor: pointer;
}
.product-product .product-image-main-container .slick-nav{
    top: 50%;
    height: auto;
}
.product-product .product-image-main-container .slick-nav.left > div, .product-product .product-image-main-container .slick-nav.prev > div,
.product-product .product-image-main-container .slick-nav.right > div, .product-product .product-image-main-container .slick-nav.next > div{
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-product .product-image-main-container .slick-nav.slick-disabled{
    opacity: 0.6;
}
/* additional images */
.product-product .product-image-additional-container{
    padding: 0 42px;
}
.product-product .product-image-additional-container .slick-nav{
    width: 42px;
}
.product-product .product-image-additional-container .slick-nav.left, 
.product-product .product-image-additional-container .slick-nav.prev{
    left: -42px;
}
.product-product .product-image-additional-container .slick-nav.right, 
.product-product .product-image-additional-container .slick-nav.next{
    right: -42px;
}
.product-product .product-image-additional-container img.product-additional-images-nav{
    display: block;
    width: 24px;
}

.product-product .product-image-additional .prod-additional-img{
    max-height: 106px;
    object-fit: cover;
}
.product-product .product-image-additional-container img{
    padding: 0;
    border: 0;
}

@media (max-width: 767px){
    .product-product .product-image-main .main_images{
        max-height: 640px;
    }
}
@media (max-width: 541px){
    .product-product .product-image-additional-container{
        padding: 0;
    }
}

/* ---------- NAME ---------- */
.product-product h3.prodname{
    font-family: proximaNovalSemiBold;
    text-transform: none;
    margin-bottom: 0;
}

/* ---------- PRICE ---------- */
.product-product .price-wrapper{
    display: flex;
    margin: 0 -5px;
    padding-bottom: 20px;
}
.product-product .price-wrapper > *{
    font-size: calc(17px + (24 - 17) * (100vw - 375px) / (1900 - 375));/*24*/
    color: #797979;
    padding: 0 5px;
}
.product-product .price-wrapper > * .product-special-price{
    color: #ca1c1c;
}


/* ---------- OPTIONS ---------- */
.product-product #product .form-group.full > *{
    width: 100% !important;
}
@media (min-width: 768px) and (max-width: 991px){
    .product-product #product .form-group > *{
        width: 100% !important;
    }
}
@media (max-width: 540px){
    .product-product #product .form-group > *{
        width: 100% !important;
    }
}

/* ---------- WAITING LIST ---------- */
.product-product .waiting_list_container{
    background: #f2f2f2;
    border: 0;
    border-radius: 5px;
    padding: 20px;
}
.product-product .waiting_list_container h3{
    text-transform: none;
    margin-bottom: 0;
}
.product-product .waiting_list_container .waiting_list_description{
    font-family: proximaNovalSemiBold;
}
.product-product .waiting_list_container input{
    border: 1px solid #ddd;
    padding: 10px 15px 10px 10px;
    margin-right: -5px;
}
.product-product .waiting_list_container input:focus{
    border-color: #000;
}
@media (max-width: 420px){
    .product-product .waiting_list_container .flex-group{
        flex-direction: column;
        align-items: center;
    }
    .product-product .waiting_list_container input{
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
}

/* ---------- BUTTONS and SHARE ---------- */
.product-product-bottom-formgroup{
    justify-content: flex-end;
}
.product-product-bottom-formgroup.prodnotavail{
    justify-content: flex-start;
}
.product-product-bottom-formgroup.prodnotavail .sharecontainer{
    margin-left: 0;
}

/* --------------------------------------------------------------------------------------------
------------------------------------------ MODULES ---------------------------------------------
----------------------------------------------------------------------------------------------- */

/* ------------------------------------ ABOUT US ------------------------------------ */
.aboutus_page h2{
    margin-bottom: 20px !important;
    text-align: left !important;
}
.aboutus_page .main-content{
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.aboutus_page .mission{
    margin-bottom: 30px;
}

/* ------------------------------------ JOIN US ------------------------------------ */


/* ------------------------------------ INSTAGRAM ------------------------------------ */
.module-instagram{
    padding-top: 60px;
}
.module-instagram h2{
    margin-bottom: 0 !important;
}
.module-instagram .subtitle{
    font-size: calc(20px + (30 - 20) * (100vw - 375px) / (1900 - 375));/*30*/
}
.module-instagram img.ig-icon{
    width: 32px;
    height: 32px;
}

.header-social-icons, .footer-social-icons{
    display: flex;
    display: flex;
    align-items: center;
    margin: 0 -5px;
}
.header-social-icons a, .footer-social-icons a{
    display: block;
    padding: 0 5px;
    margin-left: 0;
}
.header-social-icons a:hover, .footer-social-icons a:hover{
    opacity: 0.6;
}
.header-social-icons img, .footer-social-icons img{
    width: auto;
    height: 16px !important;
    display: block;
}
@media (max-width: 991px){
    /*.header-social-icons img, .footer-social-icons img{
        height: 14px !important;
        display: block;
    }*/
}

/* ------------------------------------ NEWSLETTER ------------------------------------ */
.btn-newsletter{
    background: transparent;
    border: 0;
    padding: 0;
    display: flex;
    align-items: center;
    height: 100%;
}
.btn-newsletter:hover{
    opacity: 0.6;
}
.newsletter-input{
    align-items: center;
    border-bottom: 2px solid #797979;
    padding-bottom: 5px;
}
.newsletter-input input{
    border: 0;
    padding: 0 10px;
}
.newsletter-input button img{
    height: 12px;   
}

/* ------------------------ FEATURED SLICK / RELATED SLICK ------------------------ */
.related-module{padding-top: calc(30px + (60 - 30) * (100vw - 375px) / (1900 - 375));}/*60*/
.related-module .related-products .slick-track{
    padding-top: 5px;
}

/* ------------------------------------------------------------------------------------------
------------------------------------------ CART ---------------------------------------------
--------------------------------------------------------------------------------------------- */

/* quantity btn - (CART) */
.quantity button{
    width: 40px !important;
    min-width: 40px !important;
    padding: 0;
}


/* -----------------------------------------------------------------------------------------------------
------------------------------------------ HEADER / NAVBAR ---------------------------------------------
-------------------------------------------------------------------------------------------------------- */
header.fixed-header{
    font-family: proximaNovalSemiBold, 'Open Sans', sans-serif;

    left: 0;
    right: 0;
    top: 0;
    -webkit-transition: 300ms ease-in-out, left 200ms ease !important;
    -moz-transition: 300ms ease-in-out, left 200ms ease !important;
    -o-transition: 300ms ease-in-out, left 200ms ease !important;
    transition: 300ms ease-in-out, left 200ms ease !important;
}
header .header-logo-image img{
    width: 100%;
    max-width: 120px;
    vertical-align: baseline;
}
header.fixed-header > .container{
    width: 90%;
    max-width: 100%;
    margin: auto;
}
.header-container{
    text-transform: uppercase;
}

/* ----- CART ----- */
.header-container #enquiry>a .badge, .header-container #cart>a .badge{
    background: #000;
    color: #fff;
    height: 16px;
    width: 16px;
    font-size: 12px;
}

/* ----- HEADER ACCOUNT ----- */
.header_account{
    height: 100%;
}
.header_account #account{
    height: 100%;
    display: flex;
    align-items: center;
}
.header_account #account > ul.dropdown-menu{
    margin: 0;
}

@media (min-width: 992px){

    header #main-menu a{
        color: #797979 !important;
    }
    header #main-menu a:hover{
        color: #000 !important;
    }

    /* -------- header logo -------- */
    .header-container .header-logo{
        grid-column: 1 / 2 !important;
        grid-row: 1 / 2 !important;
        -ms-grid-column: 1 !important;
        -ms-grid-row: 1 !important;
        -ms-grid-row-span: 1 !important;

        padding: 10px 0;
    }
    
    /* -------- header menu -------- */
    .header-container .header-menu{
        grid-column: 2 / 3 !important;
        grid-row: 1 / 2 !important;
        -ms-grid-column: 2 !important;
        -ms-grid-row: 1 !important;
        justify-content: center;
        align-items: center;

        margin-left: 40px;
    }
    #main-menu{
        height: 100%;
        margin: 0 -15px;
        display: flex;
        width: 100%;
        justify-content: space-between;
    }
    #main-menu > li{
        position: relative;
        display: flex;
        height: 100%;
        margin: 0 15px;
    }
    #main-menu > li > a{
        padding: 0 !important;
    }

    /* dropdown */
    #main-menu > li > ul{
        top: 100% !important;
    }
    #main-menu > li > ul .sub-arrow{
        top: -1px !important;
    }

    /* -------- header top -------- */
    .header-container .header-top{
        grid-column: 3 / 4 !important;
        grid-row: 1 / 2 !important;
        -ms-grid-column: 3 !important;
        -ms-grid-row: 1 !important;
    }

}
@media (max-width: 991px){
    header .header-logo-image img{
        max-width: 80px;
    }
}
.search_container .btn-popupsearch{
    display: none;
    background: transparent;
    border: 0;
    padding: 0;
    margin-left: 12px;
}
.search_container .search-custom.visible{
    display: block;
}
@media (min-width: 991px) and (max-width: 1200px){
    .search-custom{
        padding-left: 0;
    }
    .search_container .btn-popupsearch{
        display: block;
    }
    .search_container .search-custom{
        display: none;
        position: absolute;
        right: 0;
        top: 100%;
        background: #fff;
        padding: 10px;
        border: 1px solid rgba(0,0,0,.15);
        box-shadow: 0 6px 12px rgba(0,0,0,0.18);
        -moz-box-shadow: 0 6px 12px rgba(0,0,0,0.18);;
        -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.18);;
    }
}

.header-container #account > a[data-toggle="dropdown"], .header-container #cart > a{
    width: auto;
}

.header-container .header-menu #main-menu a .sub-arrow{
    top: 2px;
}
.sm-blue a .sub-arrow{
    border-color: #797979 transparent transparent;
}
.sm-blue ul a .sub-arrow{
    border-color: transparent transparent transparent #797979;
}

/* cart */
#cart > ul.dropdown-menu{
    text-transform: initial;
}

/* serach */
.search-custom{
    padding-right: 0;
    padding-left: 15px;
}
.search-custom .search-box{
    width: 160px;
    background: #f2f2f2;
    border-radius: 0;
}
.search-custom .search-box input{
    line-height: 1 !important;
    background: transparent;
    padding: 5px;
    border-radius: 0;
}
.search-custom .search-box button{
    padding: 0px 8px 0px;
}
.header-container #account > a[data-toggle="dropdown"] img, .header-container #cart > a img, .header-container ._search > a img{
    display: block;
    height: 14px;
}

/* ------------------------ ANNOUNCEMENT / NAV HEADER TOP ------------------------ */
header .nav-header-top a:hover{
    opacity: 0.6;
}

header .nav-header-top{
    font-family: proximaNovalRegular;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 5px 0;
    display: none;
}
.common-home header .nav-header-top{
    display: block;
}
header .nav-header-top > .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header .nav-header-top > .container > *{
    flex: 1;
}
/* email */
header .nav-header-top .header_email a{
    display: flex;
    align-items: center;
}
header .nav-header-top .header_email a img{
    width: 16px;
    margin-top: -1px;
    margin-right: 5px;
}

/* announcement */
header .nav-header-top .header_banner{
    overflow: hidden;
}
/* social */
.header-social-icons{
    justify-content: flex-end;
}

@media (max-width: 1200px){
    
}
@media (max-width: 991px){
    header .nav-header-top {
        font-size: 10px;
    }
}
@media (max-width: 767px){
    header .nav-header-top .header_email, 
    header .nav-header-top .header_social{
        display: none;
    }
}

/* mobile */
#mobileNav > .fa{
    display: block;
}

/* --------------------------------------------------------------------------------------------
------------------------------------------ FOOTER ---------------------------------------------
----------------------------------------------------------------------------------------------- */

footer > .container{
    width: 100%;
    max-width: 90%;
}
.footer-wrapper{
    display: flex;
    flex-wrap: wrap;
}
.footer-wrapper .footer-logo{
    width: 30%;
    align-self: center;
}
.footer-logo-image img{
    width: 100%;
    max-width: 160px;
}
.footer-wrapper .footer-upper-contet{
    width: 70%;
}
.footer-upper-contet>*:last-child{
    flex: 1;
}
.footer-upper-contet ul{
    margin-bottom: 0;
}

.footer-bottom{
    padding-top: 30px;
}
.footer-bottom p{
    margin-bottom: 0;
}

.footer-newsletter button{
    color: #555;
    padding: 0 10px;;
    height: 100%;
    min-width: unset !important;
}
.footer-newsletter button:hover, .footer-newsletter button:focus, .footer-newsletter button:active{
    color: #555 !important;
}

@media (max-width: 1200px){
    .footer-upper-contet .footer-contact-info{
        flex: unset;
        width: 100% !important;
        padding-bottom: 60px;
    }
    .footer-upper-contet .footer-upper-contet{
        width: 100%;
    }
}

@media (max-width: 991px){
    .footer-upper-contet .footer-contact-info{
        padding-bottom: 30px;
    }
    .footer-upper-contet > .footer-newsletter{
        width: 100%;
        flex: 1 1 auto;
        padding-top: 30px;
    }
}

@media (max-width: 767px){
    .footer-upper-contet .footer-contact-info , .footer-wrapper .footer-upper-contet {
        text-align: center;
    }
    .footer-upper-contet > .footer-contact-links {
        width: 100%;
        flex: initial;
        -ms-flex: initial;
        text-align: center;
        padding-bottom: 30px;
    }
    .footer-upper-contet > *:nth-child(even) {
        padding-left: 0;
    }
    .footer-upper-contet > .footer-newsletter{
        padding: 0;
        text-align: center;
    }
    .footer-upper-contet > .footer-newsletter .footer-social-icons{
        justify-content: center;
    }
    .footer-bottom {
        text-align: center;
    }
}

img.footer-logo{
    max-width: 160px;
}