:root {
    --dark: #000000;
    --white: #ffffff;
    --orange: #ff6f61;
    --icon_dark: #000000;
    --icon_white: #ffffff;
    --color_dark: #1D1D1F;
    --color_white: #ffffff;
    --color_red: #d9534f;
    --theme_bg: #f9f6f1;
    --theme_bg_2: #C98C4E;
    --icon_light_grayish_orange:#ede4d5;
    --page_heading_green: #8ea265;
    --font_family_OLDTT: 'Old Standard TT',serif;
    --font_familyRegular: 'Lora-Regular',serif;
    --font_familyLora:'Lora',serif;
    --scroll_bar_color: #e9dfd4;
    --error_select_outline:#ff4c4c;
    --error_textarea:#f13340;
    --ok_form_border: #46a74e;
    --ok_input_color:#35b33f;
    --ok_input_bg:#ddf9e1;
    --error_input_bg:#fff1f2;
    --colorWhiteAuthentication: #fffaf4;
    --colorBlackFormLabel: #333;
    --colorFormInput: #f6f1ea;
    --colorFormInputGroup: #fbfbfb;
    --colorBtnGreen: #43b754;
    --colorBtnGreenTopBottom: #399a49;
    --colorBtnGreenRight: #247f32;
    --colorBtnGreenLeft: #1a6d27;
    --colorBtnGreenHover: #3aa04c;
    --colorBtnGrennHoverBorder: #258033;
    --colorBtnGrennHoverBorderTop: #196f28;
    --colorOrangeBorder: #fd7065;
    --colorDarkGray: #7a7a7a;
    --colorLightGray: #c2c2c2;
    --colorMostlyBlack: #111111;
    --colorGrayishOrange: #d5cdc3;
    --colorVeryDarkGray: #232323;
    --fontFamilyPoppins: 'Poppins',sans-serif;
    --colorSoftRed: #fd7166;
    --colorBorder: #dbdbdb;
    --colorLimeGreen: #4cbb6c;
    --colorLightLimeGreen: #ddf9e2;
    --colorSearchWidgetBordoer: #bcb2ae;
    --dividerBorderColor: #e5e2de;
}

@media (min-width: 1200px){
    .container {
        width: 1415px;
        max-width: 100%;
    }

    .no-padding{
        padding-left: 0;
        padding-right: 0;
    }
}

.float-left{
    float: left;
}

.float-right{
    float: right;
}

.hidden{
    display: none;
}

.no-padding{
    padding-left: 0;
    padding-right: 0;
}

#header .header-top {
    padding: 1rem 0 0;
}

#header{
    background: var(--theme_bg);
    box-shadow: none;
}

#header .header-nav{
    border-bottom: 0;
}

#header, #header .header-top {
    background-color: var(--theme_bg);
}

#header .header-slogen {
    width: 100%;
    float: left;
    text-align: left;
    font-weight: 700;
    color: var(--color_dark);
    font-family: var(--font_family_OLDTT);
    margin-top: 40px;
}

.header-slogen p{
    color: var(--color_dark);
}

.header-slogen p.page-name {
    margin: 0 0 10px 0;
    font-size: 34px;
}

.header-slogen p.stie-slogen {
    margin: 0;
    font-size: 20px;
}

.contact-header-phone {
    font-size: 22px;
    float: left;
    width: 100%;
}

#header .contact-header-phone a{
    color: var(--color_dark);
    position: relative;
    top: 4px;
}

#header_top{
    float: left;
    margin-top: 37px;
}

.contact-header-phone.phone-incon-before:before {
    background: var(--icon_dark);
    width: 25px;
    height: 25px;
    float: left;
    position: relative;
    top: 0;
    margin-right: 11px;
}

#header #_desktop_user_info {
    background: var(--white);
    width: 50px;
    height: 50px;
    position: relative;
    float: right;
}

#header #_desktop_user_info .user-icon-before{
    height: 50px;
}

#header #_desktop_user_info .user-icon-before:before {
    background-color: var(--icon_dark);
    margin: 0 auto;
    position:relative;
    top: calc(50% - 15px);
}

#header #_desktop_user_info #nav_userinfo_slide {
    font-family: var(--font_familyRegular);
    display: none;
    position: absolute;
    text-align: center;
    background: var(--white);
    z-index: 13;
    top: 100%;
    width: 250px;
    padding: 11px 0;
}

#header #_desktop_user_info #nav_userinfo_slide a{
    color: var(--color_dark);
    font-weight: bold;
    font-size: 1.3em;
}

#header #_desktop_cart{
    background: var(--orange);
    width: 50px;
    height: 50px;
    position: relative;
    float: right;
    border-radius: 50%;
}

#header .activ-fixed-menu #_desktop_user_info, #header .activ-fixed-menu #_desktop_cart {
    margin-top: -17px;
}

.activ-fixed-menu #_desktop_logo {
    margin-top: -8px;
}

.activ-fixed-menu #sticky-menu {
    margin-top: -6px;
    display: inline-block;
}

#header #_desktop_cart .blockcart,
#header #_desktop_cart .header{
    height: 50px;
}

#header #_desktop_cart .shopping-cart-icon-before:before {
    background: var(--icon_white);
    margin: 0 auto;
    position:relative;
    top: calc(50% - 15px);
}

#header #_desktop_cart .cart-products-count{
    background: var(--dark);
    font-family: var(--font_familyLora);
    border-radius: 100%;
    text-align: center;
    color: var(--color_white);
    font-size: 16px;
    font-weight: 700;
    position: absolute;
    height: 25px;
    width: 25px;
    top: -11px;
    right: -11px;
    display: inline-grid;
    align-items: center;
}

#header #_desktop_cart .cart-products-count.hidden{
    display: none;
}

#sticky-menu .sticky-menu-icon{
    position: relative;
    float: left;
    background: var(--white);
    width: 52px;
    height: 52px;
    cursor: pointer;
    margin-top: 40px;
}

#sticky-menu .sticky-menu-icon.sticky-menu-icon-before:before {
    background-color: var(--icon_dark);
    width: 38px;
    height: 38px;
    margin: 0 auto;
    position:relative;
    top: calc(50% - 18px);
}

#sticky-menu #_desktop_top_menu{
    width: 320px;
    display: none;
    padding: 0;
    position: absolute;
    height: 800px;
    z-index: 74;
    background: var(--white);
    top: -20px;
    left: 0;
    font-family: var(--font_family_OLDTT);
}

#sticky-menu #_desktop_top_menu .sticky-menu-icon {
    float: none;
    position: unset;
    height: unset;
}

#sticky-menu #_desktop_top_menu .sticky-menu-icon.x-letter-icon-before:before {
    background-color: var(--icon_dark);
    width: 35px;
    height: 35px;
    margin-top: 70px;
    margin-left: 17px;
}

#header .header-top a[data-depth="0"] {
    color: var(--color_dark);
    text-transform: uppercase;
    line-height: 40px;
}


#header .menu>ul>li {
    display: inline-block;
    width: 100%;
    line-height: 40px;
    height: 40px;
}

.top-menu a[data-depth="0"] {
    line-height: 30px;
    font-size: 1.3em;
    padding: 0 15px;
}



.top-menu[data-depth="0"] {

    margin-bottom: 0;

    padding: 57px 0;

}



#header .top-menu a[data-depth="0"]:hover {

    color: var(--color_dark);

    text-decoration: none;

}



#header .top-menu a[data-depth="0"] span.right-arrow-after:after {

    display: inline-block;

    background-color: var(--icon_light_grayish_orange);

    float: right;

    width: 20px;

    height: 20px;

    margin-top: 10px;

}



.top-menu .sub-menu{

    background: var(--theme_bg);

    box-shadow: none;

    left: 100%;

    margin: 0;

    font-size: 16px;

    font-family: var(--font_familyLora);

    width: calc(100% + 705px);

    top: 0 !important;

    height: 800px;

}

.top-menu .sub-menu ul[data-depth="1"]>li{
    margin: 0;
}

.top-menu .sub-menu .top-menu > li {
    width: calc((100% - 4%)/8);
    height: 180px;
    float: left;
    text-align: center;
    /*position: relative;*/
    margin-left: 36px !important;
    margin-bottom: 20px !important;
}

.top-menu[data-depth="2"] > li{
    height: 150px !important;
}

.top-menu .sub-menu .top-menu > li:nth-child(5n+1) {
    margin-left: 27px !important;
}

#header .top-menu div.category_image img{
    width: 100%;
    display: block;
    margin: 0 0 8px 0;
}

.top-menu .sub-menu .top-menu > li div{
    position: relative;
}

.top-menu .sub-menu .top-menu > li div > a {
    color: var(--color_dark) !important;
    font-size: 15px;
    font-family: var(--font_familyLora);
    font-weight: normal;
    white-space: normal;
    text-transform: none;
}

.top-menu .sub-menu .top-menu .collapse{
    display: none;
    position: absolute;
    z-index: 99;
    background: #d4cdc3;
    left: 0;
    width: 100%;
}


.top-menu .sub-menu .top-menu .collapse div.subcategory_bg span {
    color: var(--color_dark);
    font-size: 20px;
    font-weight: 600;
    font-family: var(--font_familyLora);
    border-bottom: 1px solid var(--white);
    padding-bottom: 6px;
    text-align: left;
    margin: 10px 0 10px 27px;
    float: left;
    width: 97%;
}

#header .top-menu li.promotion-menu-bg{
    background: var(--orange);
    color: var(--color_white);
}

#header .top-menu li.promotion-menu-bg div.category_image img{
    width: 71px;
    height: auto;
    display: block;
    margin: 0 auto;
}


#header .top-menu .sub-menu .top-menu > li > .category_image a:after,
#header .top-menu .sub-menu .top-menu > li > .category_image a:before {
    position: absolute;
    top: 6px;
    right: 15px;
    bottom: 24px;
    left: 5px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s,-webkit-transform 0.35s;
    transition: opacity 0.35s,transform 0.35s;
    z-index: 999;
}


#header .top-menu .sub-menu .top-menu > li > .category_image a:before {
    border-top: 1px solid var(--dark);
    border-bottom: 1px solid var(--dark);
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
}

#header .top-menu .sub-menu .top-menu > li > .category_image a:after {
    border-right: 1px solid var(--dark);
    border-left: 1px solid var(--dark);
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
}


#header .top-menu .sub-menu .top-menu > li:hover > .category_image a:after,
#header .top-menu .sub-menu .top-menu > li:hover > .category_image a:before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

#header .top-menu .sub-menu .top-menu > li[data-parent="22"]:hover > .category_image a:after,
#header .top-menu .sub-menu .top-menu > li[data-parent="22"]:hover > .category_image a:before {
    opacity: 0;
}

#header .top-menu .sub-menu .top-menu{
    width: 100%;
}

#header .top-menu .sub-menu .top-menu > li:hover > .collapse{
    display: block;
}

.mobile-menu,
.header-banner,
#mobile_search,
.phone-close-search{
    display: none;
}

.program-site {
    text-align: center;
    font-size: 15px;
    font-family: var(--font_family_OLDTT);
    color: var(--color_dark);
    margin-bottom: 0;
}


@media (max-width: 1194px) {
    .top-menu .sub-menu{
        width: calc(100% + 523px);
    }

    .top-menu .sub-menu .top-menu .collapse{
        margin-top: -28px;
    }
}

@media (max-width: 1024px) {
    .top-menu .sub-menu {
        width: calc(100% + 396px);
        overflow-x: scroll;
        height: 700px;
        margin-top: 17px;
    }

    .top-menu .sub-menu .top-menu>li{
        width: calc((100% - 4%) / 5);
    }

    .top-menu .sub-menu .top-menu .collapse{
        margin-top: -20px;
    }

    #sticky-menu #_desktop_top_menu{
        position: fixed;
    }
}

.mobile-custom{
    display: none;
}

@media (max-width: 980px) {
    .mobile-custom{
        display: block;
    }

    .desktop-header{
        display: none;
    }

    #header .header-top {
        padding: 10px 0;
        float: left;
        width: 100%;
        position: relative;
    }

    .mobile-menu{
        display: block;
        background: var(--dark);
        color: var(--color_white);
        font-size: 27px;
        font-family: var(--font_family_OLDTT);
        font-weight: 700;
        text-transform: uppercase;
        padding: 24px 20px 17px;
        position: relative;
    }

    .mobile-menu .mobile-menu-bg{
        float: left;
        width: 100%;
        text-align: left;
    }

    .mobile-menu-bg.sticky-menu-icon-after:after {
        background-color: var(--icon_white);
        width: 38px;
        height: 38px;
        display: inline-block;
        float: right;
        margin-top: -14px;
    }

    #mobile_top_menu_wrapper #top-menu{
        margin-bottom: 0;
    }

    .top-menu[data-depth="0"]{
        padding: 0;
    }

    #mobile_top_menu_wrapper .top-menu a[data-depth="0"]{
        border-bottom: none;
        font-family: var(--font_family_OLDTT);
    }

    #header .top-menu a[data-depth="0"] span.right-arrow-after:after{
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    #header .top-menu a[data-depth="0"] span.right-arrow-after[aria-expanded="true"]:after{
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    #mobile_top_menu_wrapper .top-menu .sub-menu{
        background: var(--theme_bg);
        height: auto;
    }

    .top-menu .sub-menu .top-menu > li:nth-child(5n+1) {
        margin-left: 0 !important;
    }

    .top-menu .sub-menu .top-menu > li{
        width: 100%;
        height: auto;
        margin-left: 0 !important;
        margin-bottom: 0 !important;
    }

    .top-menu .sub-menu .top-menu > li div > a{
        text-align: left;
        font-size: 18px;
    }

    /*#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="1"]>li {
        float: none;
        margin: 0;
        height: 40px;
        line-height: 40px;
        padding-left: 0.625rem;
    }*/

    #mobile_top_menu_wrapper .top-menu .sub-menu .top-menu{
        margin: 0 !important;
    }

    #mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="1"]>li{
        margin-bottom: 10px !important;
    }

    .header-banner{
        display: block;
        float: left;
        width: 100%;
        background: rgb(226, 215, 201);
        text-align: center;
        margin-top: 0;
        margin-bottom: 12px;
    }

    .header-banner ul{
        float: left;
        width: 100%;
        margin-bottom: 0;
    }

    .header-banner ul li {
        display: inline-flex;
        font-family: var(--font_family_OLDTT);
        font-size: 22px;
        margin-right: 20px;
    }

    .header-banner ul li a{
        padding-top: 15px;
    }

    .header-banner .contact-header-phone.phone-incon-before:before{
        top: 4px;
    }

    .contact-header-phone.phone-incon-before:before{
        width: 31px;
        height: 31px;
    }

    .program-site {
        text-align: center;
        font-size: 20px;
        font-family: var(--font_family_OLDTT);
        color: var(--color_dark);
        margin-bottom: 10px;
    }

    .header-top .program-site {
        display: none;
    }
}

@media (max-width: 812px){
    .header-banner ul li {
        font-size: 16px;
        margin-right: 0;
        float: left;
    }

    .program-site,
    .contact-header-phone{
        font-size: 18px;
    }

    .header-banner ul li a,
    .header-banner ul li span{
        padding-top: 11px;
    }

    #search_block_top #search_widget .program-site{
        display: none;
    }
}

@media (max-width: 580px){
    .header-banner ul li {
        font-size: 14px;
        margin-right: 0;
        float: left;
    }

    .program-site {
        font-size: 14px;
    }

    .contact-header-phone {
        font-size: 14px;
    }

    .contact-header-phone.phone-incon-before:before{
        width: 25px;
        height: 25px;
    }

    .header-banner ul li a,
    .header-banner ul li span{
        padding-top: 11px;
    }

    #mobile_search{
        display: block;
    }

    .phone-search.header-search-icon-before:before {
        background-color: var(--color_dark);
        margin: 0 auto;
        position: relative;
        top: 0;
        width: 44px;
        height: 44px;
    }

    #header #_desktop_user_info #nav_userinfo_slide{
        left: -200px;
    }

    .phone-close-search{
        display: block;
    }

    .x-letter-icon-before:before {
        background-color: var(--icon_dark);
        float: left;
        display: block;
        margin-left: 0;
        margin-top: 5px;
        width: 31px;
        height: 31px;
    }
}

@media (max-width: 360px) {
    .header-banner ul li,
    .contact-header-phone,
    .program-site{
        font-size: 14px;
    }
}

@media (max-width: 320px){
    .header-banner ul li, .contact-header-phone, .program-site {
        font-size: 12px;
    }

    #header .contact-header-phone a {
        width: 151px;
    }
}

.activ-fixed-menu {
    position: fixed;
    width: 100%;
    border-bottom: 1px solid var(--colorSearchWidgetBordoer);
    padding-bottom: 5px !important;
}

.activ-fixed-menu img.logo.img-fluid {
    margin: 0 auto 0;
    width: 73px;
}

#header .activ-fixed-menu .header-slogen,
#header .activ-fixed-menu #sticky-menu .sticky-menu-icon{
    margin-top: 0;
}

.footer-container{
    background: var(--white);
}

.ets_baw_display_banner.displayfooter p{
    font-family: var(--font_familyLora);
    font-weight: 400;
    font-size: 14px;
    color: var(--color_dark);
    margin-top: 0;
}

.footer-container h4 {
    font-family: var(--font_family_OLDTT);
    font-size: 21px;
    text-align: left;
    font-weight: 700;
    color: var(--color_dark);
    text-transform: uppercase;
    padding-left: 0;
    margin-top: 15px;
    padding-right: 0;
    margin-bottom: 2px;
}

.footer-container ul{
    margin-top: 31px;
    width: max-content;
}

.footer-container ul li a {
    font-family: var(--font_familyLora);
    font-size: 14px;
    font-weight: 400;
    color: var(--color_dark);
}

.footer-container ul li:hover a{
    color: var(--color_dark);
    text-decoration: underline;
}

.ets_baw_display_banner.displaycartgridbodybefore1, .ets_baw_display_banner{
    margin-top: 15px;
}

.facebook-fanbox {
    overflow-x: hidden;
    margin-top: 37px;
}

#footer_sub_menu_2{
    margin-bottom: 66px;
}

#footer_sub_menu_3{
    margin-top: 10px;
}

.footer-bottom{
    float: left;
    width: 100%;
    border-top: 1px solid var(--icon_light_grayish_orange);
    margin-top: 27px;
    padding: 20px 0;
}

.footer-container .footer-bottom div,
.footer-container .footer-bottom div a{
    padding: 0;
    font-family: var(--font_familyLora);
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    color: var(--color_dark);
}

.footer-container ul li a img{
    width: 250px;
    height: auto;
}

.footer-container ul#footer_sub_menu_1 li a img{
    margin-top: 14px;
}

@media (max-width: 844px) {
    .footer-container{
        padding-top: 0;
    }

    .ets_baw_display_banner.displaycartgridbodybefore1, .ets_baw_display_banner{
        margin-top: 0;
    }

    .facebook-fanbox{
        margin-top: 0;
        margin-bottom: 0;
        overflow: hidden;
    }
}

@media (max-width: 767px){
    .footer-container .links ul {
        margin-bottom: 0;
        background-color: transparent;
    }

    .footer-container .links .h3{
        font-family: var(--font_family_OLDTT);
        font-size: 22px;
        text-align: left;
        font-weight: 700;
        color: var(--color_dark);
        text-transform: uppercase;
    }

    .links .title{
        border-bottom: 0;
    }

    .footer-container .links ul>li a {
        font-size: 14px;
        color: var(--color_dark);
    }

    .footer-container .links ul,
    #footer_sub_menu_3{
        margin-top: 0;
    }

    #footer_sub_menu_2 {
        margin-bottom: 20px;
    }

    .footer-container .links ul>li {
        padding: 0.325rem 0.625rem;
        font-weight: 600;
        border-bottom: 1px solid transparent;
    }
}

#wrapper{
    padding-top: 0;
    background: var(--white);
}

.carousel{
    margin-bottom: 0;
    background: #f5efe8;
}

.carousel .carousel-inner {
    height: auto;
    margin-bottom: 0;
}

.carousel-control{
    left: 10px;
}

.carousel-control.right{
    right: 10px;
}

.carousel .carousel-control .icon-next i:hover,
.carousel .carousel-control .icon-prev i:hover{
    color: var(--color_dark);
}

@media (min-width: 992px){
    .carousel .carousel-indicators {
        display: block;
    }
}

.carousel-indicators{
    left: 10%;
}

.carousel-indicators li {
    border-color: transparent;
}

.carousel-indicators li{
    width: 18px;
    height: 18px;
    background-color: var(--icon_light_grayish_orange);
    border: none;
}

.carousel-indicators .active {
    background-color: var(--icon_dark);
    width: 18px;
    height: 18px;
}

@media (max-width: 991px){
    .carousel {
        padding-bottom: 0;
        margin-left: -50vw;
        background-color: transparent;
        box-shadow: none;
        left: 48%;
        width: 105vw;
    }
}

@media (max-width: 580px){
    .carousel-indicators li,
    .carousel-indicators .active{
        width: 12px;
        height: 12px;
    }
}

.homepage-category-list-bg{
    background: var(--theme_bg);
    text-align: center;
    padding-bottom: 30px;
    margin-bottom: 20px;
    padding-top: 20px;
}

.homepage-category-list-bg #subcategories.card{
    background: transparent;
}

.homepage-category-list-bg #subcategories.card h2 {
    font-family: var(--font_family_OLDTT);
    font-weight: bold;
    font-size: 32px;
    color: var(--color_dark);
    text-transform: uppercase;
    margin: 20px 0 40px;
}

.homepage-category-list-bg #subcategories.card h2:after {
    content: '';
    display: block;
    background-image: url(../img/title-bg.png);
    width: 30px;
    height: 9px;
    margin: 9px auto 0;
}

.homepage-category-list-bg .subcategory-image {
    margin-bottom: 13px;
    position: relative;
    padding: 0;
}

.homepage-category-list-bg .subcategory-image img {
    width: 100%;
    height: auto;
}

#subcategories h3 {
    font-family: var(--font_familyLora);
    margin-top: 20px;
    margin-bottom: 0;
    min-height: 20px;
    font-weight: 400;
    text-align: center;
    font-size: 18px;
    padding: 0;
}

.subcategory-bg{
    float: left;
    margin-bottom: 20px;
}

#subcategories h3 a {
    color: var(--color_dark);
}

#subcategories .subcategory-image a::before,
#subcategories .subcategory-image a::after {
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
    content: "";
    opacity: 0;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}

#subcategories .subcategory-image a::before {
    transform: scale(0, 1);
    border-top: 1px solid var(--icon_dark);
    border-bottom: 1px solid var(--icon_dark);
}

#subcategories .subcategory-image a::after {
    transform: scale(1, 0);
    border-right: 1px solid var(--icon_dark);
    border-left: 1px solid var(--icon_dark);
}

#subcategories .subcategory-bg:hover a::before,
#subcategories .subcategory-bg:hover a::after {
    opacity: 1;
    transform: scale(1);
}

.homepage-category-list-bg a.tot_category_link {
    font-family: var(--font_family_OLDTT);
    font-weight: bold;
    font-size: 20px;
    color: var(--color_dark);
    text-transform: uppercase;
    text-decoration: underline;
    display: block;
    margin-top: 20px;
}

.footer-before-bg{
    background-image: url(../img/newsletter-bg.jpg);
    background-position: center;
    width: 100%;
    margin-bottom: 30px;
}

.footer-before-bg .block_newsletter{
    background: transparent;
    text-align: center;
    margin-bottom: 16px;
}

.footer-before-bg .block_newsletter p#block-newsletter-label{
    font-family: var(--font_family_OLDTT);
    font-size: 32px;
    text-align: center;
    text-transform: uppercase;
    color: var(--color_dark);
    display: inline-flex;
    align-items: end;
    margin: 0 0 20px 0;
}

#footer .block_newsletter #block-newsletter-label{
    padding-top: 30px;
}

.block_newsletter form input[type="email"]:focus {
    padding: 8px 8px 9px;
    border: none;
    outline: 0;
}

.footer-before-bg .block_newsletter p#block-newsletter-label.newsletter-icon-after:after {
    background: var(--page_heading_green);
    width: 58px;
    height: 58px;
    display: inline-block;
    margin: 0 0 0 10px;
}

.footer-before-bg .block_newsletter form {
    width: 569px;
    margin: 0 auto;
}

.footer-before-bg .block_newsletter form .ps-17-newsletter-checkbox{
    float: left;
}

.block_newsletter form input[type="email"] {
    background: var(--white);
    float: left;
    height: 50px;
    border: 1px solid #ede8e4;
    width: 348px;
    color: var(--color_dark);
    font-family: var(--font_familyLora);
    font-size: 14px;
    font-weight: 400;
    margin-right: 17px;
    padding-left: 10px;
}

.block_newsletter form input[type="submit"]{
    font-family: var(--font_family_OLDTT);
    font-size: 20px;
    font-weight: 700;
    color: var(--color_white);
    background: var(--dark);
    border: 2px solid var(--dark);
    padding: 0 40px 0;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    line-height: 50px;
    height: 50px;
    text-transform: uppercase;
}

@media (max-width: 980px) {
    .ets_baw_display_banner.displaycontentwrappertop p span{
        font-size: 16px !important;
    }
}

@media (max-width: 580px) {
    .ets_baw_display_banner.displaycontentwrappertop p span{
        font-size: 12px !important;
    }

    .footer-before-bg .block_newsletter form,
    .block_newsletter form input[type="email"]{
        width: 100%;
    }

    .block_newsletter form input[type="email"]{
        margin-bottom: 10px;
    }

    #footer .block_newsletter #block-newsletter-label{
        font-size: 23px;
    }

    .footer-before-bg .block_newsletter p#block-newsletter-label.newsletter-icon-after:after{
        width: 34px;
        height: 34px;
    }

    .block_newsletter form input[type="submit"]{
        display: block;
        margin: 0 auto;
    }

    #footer .block_newsletter #block-newsletter-label span{
        position: relative;
        top: 4px;
    }
}

@media (max-width: 390px) {
    .homepage-category-list-bg h1,
    .footer-before-bg .block_newsletter p#block-newsletter-label{
        font-size: 25px;
    }

    #header #_desktop_cart .cart-products-count{
        top: -5px;
    }
}

.footer-after-bg{
    background: var(--dark);
    padding: 34px 0 18px;
}

@media (max-width: 428px){
    .footer-after-bg{
        overflow-x: scroll;
    }

    .hmtlcontent-footer {
        width: 1000px;
        margin-left: 35px;
    }
}

.home-page-tab-bg {
    width: 100%;
    float: left;
    margin: 40px 0;
}

.home-page-tab-bg h2 {
    text-align: center;
    font-family: var(--font_family_OLDTT);
    font-weight: 700;
    font-size: 32px;
    color: var(--color_dark);
    text-transform: uppercase;
}

.home-page-tab-bg h2:after {
    content: '';
    display: block;
    background-image: url(../img/title-bg.png);
    width: 30px;
    height: 9px;
    margin: 9px auto 0;
}

#home-page-tabs {
    border: none;
    background: var(--white);
    margin: 32px 0 50px;
    text-align: center;
}

#home-page-tabs > li {
    margin-bottom: 0;
    float: none;
    display: inline-block;
}

#home-page-tabs > li a {
    font-family: var(--font_familyLora);
    font-size: 18px;
    font-weight: 400;
    color: var(--color_dark);
}

#home-page-tabs > li a.active,
#home-page-tabs > li a:hover {
    background: var(--dark);
    color: var(--color_white);
}

@media (min-width: 991px){
    #home-page-tabs > li {
        padding: 0;
        margin-right: 17px;
    }
}

@media (min-width: 768px){
    #home-page-tabs {
        padding: 0;
        margin: 32px 0 50px;
        text-align: center;
    }

    #home-page-tabs > li a {
        padding: 7px 38px;
    }

    #header #_desktop_user_info {
        background: var(--white);
        width: 50px;
        height: 50px;
        position: relative;
        float: right;
        border-radius: 50%;
    }
    #header .header-slogen {
        width: 100%;
        float: left;
        text-align: left;
        font-weight: 700;
        color: var(--color_dark);
        font-family: var(--font_family_OLDTT);
        margin-top: 20px;
    }

    #header_top {
        float: right;
        margin-top: 12px;
        width: auto;
    }
}

#index .tab-content,
#index .tab-content .product_list{
    float: left;
    width: 100%;
}

@media (max-width: 580px){
    #home-page-tabs > li {
        width: 100%;
    }

    #home-page-tabs > li{
        display: block;
        max-width: 580px;
        line-height: 44px;
    }
}

.product-miniature{
    margin-bottom: 40px;
}

.product-flags{
    left: 38px;
    top: -36px;
}

.product-miniature .product-flags li.product-flag{
    min-width: 35px;
    min-height: 93px;
}

.product-flags li.product-flag.new{
    background: var(--page_heading_green);
    position: absolute;
    width: 35px;
    height: 93px;
    word-break: unset;
}

.thumbnail-container .wishlist-button-add{
    display: none !important;
}

.product-flags li.product-flag span,
.product-percentage-bg .price-percent-reduction {
    font-family: var(--font_family_OLDTT);
    font-weight: 700;
    font-size: 18px;
    color: var(--color_white);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    position: absolute;
    top: 27%;
    left: 70%;
    text-transform: uppercase;
}

.product-flags li.product-flag.discount{
    background: #ff6f61;
    position: absolute;
    right: 20%;
    word-break: unset;
}

.product-flags li.product-flag.discount.out_of_stock{
    display: none;
}

.product-flags li.product-flag.discount span{
    -webkit-transform: rotate(-270deg);
    transform: rotate(-270deg);
}

.product-miniature .regular-price {
    display: inline-block;
    font-size: 17px;
    color: #000;
    text-decoration: line-through;
    font-family: 'Old Standard TT',serif;
}

.product-miniature .product-price-and-shipping .price.has_discount{
    font-size: 28px;
    color: #ff6f61;
}

.product-miniature .thumbnail-container,
.product-miniature .product-description{
    background: var(--theme_bg);
}

.product-miniature .product-description{
    padding: 10px 15px;
}

.product-miniature .product-title{
    text-align: left;
    font-family: var(--font_familyLora);
    height: 100px;
}

.product-miniature .product-title a{
    font-size: 16px;
    font-weight: 400;
    color: var(--color_dark);
}

.product-miniature .product-price-and-shipping{
    font-family: var(--font_family_OLDTT);
    font-weight: 700;
    font-size: 28px;
    color: var(--color_dark);
    text-align: left;
}

.product-reference{
    font-family: var(--font_familyLora);
    font-weight: 400;
    font-size: 14px;
    color: var(--color_dark);
    text-align: left;
    margin-bottom: 10px;
    display: block;
}

.product_list_finisaje {
    font-family: var(--font_familyLora);
    font-weight: 400;
    font-size: 14px;
    color: var(--color_dark)    ;
}

.page-heading, .page-header{
    margin: 30px 0 0 0;
}

/*.page-heading, .page-header {
    background: var(--page_heading_green);
    width: 100%;
    position: relative;
    z-index: 1;
    height: auto;
    float: left;
    padding: 6px 12px 0;
    margin-bottom: 10px;
    margin-top: 18px;
}

.page-heading h1, .page-header h1,
.page-heading h2, .page-header h2,
.page-heading h3, .page-header h3{
    margin-bottom: 0;
    line-height: 44px;
    font-family: var(--font_family_OLDTT);
    font-size: 32px;
    text-transform: uppercase;
    color: var(--color_white);
    font-weight: 700;
    float: left;
}

.page-heading h1:after, .page-header h1:after,
.page-heading h2:after, .page-header h2:after,
.page-heading h3:after, .page-header h3:after{
    content: '';
    background-image: url(../img/title-bg-white.png);
    width: 27px;
    height: 9px;
    display: inline-block;
    position: relative;
    top: -6px;
    right: -6px;
}*/

.total-products{
    float: right;
    line-height: 44px;
    font-family: var(--font_familyLora);
    color: var(--color_white);
    margin-top: -3px;
}

.total-products p{
    color: var(--color_white);
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 0;
}

#subcategories{
    border-top: none;
    padding: 0;
}

.subcategory-bg {
    margin-bottom: 10px;
    min-height: 210px;
    padding-top: 14px;
}

.subcategory-image {
    padding: 0;
    margin-bottom: 13px;
    position: relative;
}

.subcategory-image img {
    width: 100%;
    height: auto;
}

.subcategory-bg:hover {
    background: var(--theme_bg);
}

#subcategories.card h2 {
    font-family: var(--font_familyLora);
    margin-top: 20px;
    margin-bottom: 0;
    padding: 0;
    min-height: 20px;
    font-weight: 400;
    text-align: center;
    font-size: 18px;
}

#subcategories.card h2 a {
    color: var(--dark);
}

.breadcrumb {
    font-family: var(--font_familyLora);
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    min-height: 6px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin-top: 10px;
    margin-bottom: 5px;
}

.row-margin-top{
    margin-top: 0;
}

#wrapper .breadcrumb li a{
    color: var(--color_dark);
}

@media (max-width: 430px) {
    #wrapper .breadcrumb{
        margin-top: 10px;
    }

    #wrapper .breadcrumb li a,
    #wrapper .breadcrumb li span{
        font-size: 12px;
        line-height: 14px;
        font-weight: 600;
    }

    #wrapper .breadcrumb li::after{
        font-size: 12px;
    }
}

#wrapper .breadcrumb li a:hover{
    text-decoration: underline;
}

#left-column{
    padding-left: 0;
}

#search_filters, #search_filters_brands, #search_filters_suppliers{
    padding: 0;
}

#search_filters .filter-title-block{
    color: var(--color_dark);
    background: var(--theme_bg);
    text-transform: uppercase;
    padding: 20px 0 15px 9px;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 24px;
    font-family: var(--font_family_OLDTT);
}

#search_filters .facet{
    background: var(--theme_bg);
    padding: 0 11px;
    margin-bottom: 3px;
}

#search_filters .facet .facet-title{
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--color_dark);
    font-size: 24px;
    font-family:  var(--font_family_OLDTT);
    margin-top: 20px;
    margin-bottom: 6px;
}

#search_filters .facet .collapse.scroll-box{
    max-height: 200px;
    overflow-x: auto;
}

/* width */
#search_filters .facet .collapse.scroll-box::-webkit-scrollbar {
    width: 7px;
}

/* Track */
#search_filters .facet .collapse.scroll-box::-webkit-scrollbar-track {
    background: var(--scroll_bar_color);
}

/* Handle */
#search_filters .facet .collapse.scroll-box::-webkit-scrollbar-thumb {
    background: var(--color_dark);
}

#search_filters .facet .collapse.faceted-slider li p{
    font-weight: 400;
    color: var(--color_dark);
    font-size: 16px;
    font-family: var(--font_familyLora)
}

#search_filters .ui-slider-horizontal{
    border: none;
    border-radius: unset;
}

#search_filters .ui-widget-header{
    background: var(--scroll_bar_color);
    border-radius: unset
}

#search_filters .ui-slider .ui-slider-handle{
    border: none;
    background: var(--dark);
    height: 6px;
    width: 9px;
    top: 0;
    border-radius: unset;
}

.sort-by-text{
    color: var(--color_dark);
    font-size: 14px;
    font-weight: 700;
    font-family: var(--font_familyLora);
}

.pagination .page-list{
    float: right;
}

.pagination .page-list li{
    font-weight: 400;
    font-family: var(--font_familyLora);
    margin-left: 4px;
}

.pagination .page-list li a{
    color: var(--color_dark);
    font-size: 12px;
    background: var(--colorFormInput);
    text-align: center;
    letter-spacing: normal;
    padding: 7px 12px;
}

.pagination a:not(.previous):not(.next) {
    letter-spacing: normal;
}

.pagination .page-list li.current a{
    color: var(--color_white);
    background: var(--color_dark);
}

.pagination .page-list li a.next,
.pagination .page-list li a.previous{
    background: transparent;
    padding: 0;
}

.pagination .next{
    float: none;
}

@media (max-width: 812px) {
    .page-heading{
        height: unset;
        padding: 5px 14px;
        float: left;
        width: 100%;
    }

    .page-heading h1{
        font-size: 20px;
        line-height: unset;
        margin-bottom: 0;
        float: unset;
        width: 100%;
    }

    .total-products{
        float: left;
        line-height: unset;
    }

    .page-heading h1:after{
        display: none;
    }
}

p.required {
    color: var(--color_red);
    margin: 9px 0 16px 9px;
    font-size: 13px;
}

.form-group.has-error input, .form-group.has-error select {
    outline: 2px solid var(--error_select_outline);
}

.alert-danger {
    font-weight: 600;
}

.form-group .form-error input, .form-group .form-error textarea {
    border: 1px solid var(--error_textarea);
    color: var(--error_textarea);
    background: url(../img/icon/form-error.png) 98% 5px no-repeat var(--error_input_bg);
}

.form-group .form-ok input, .form-group .form-ok textarea {
    border: 1px solid var(--ok_form_border);
    color: var(--ok_input_color);
    background: url(../img/icon/form-ok.png) 98% 11px no-repeat var(--ok_input_bg);
}

p.required {
    color: var(--color_red);
    margin: 9px 0 16px 9px;
    font-size: 13px;
}

.alert {
    margin-top: 1rem;
}

#checkout #search_widget{
    display: block;
}

h1.product-listing-search {
    color: var(--color_white);
    line-height: initial;
}

/**
 * Responsive
 */
@media (max-width: 580px) {
    .page-heading h1, .page-header h1 {
        font-size: 14px;
    }

    section .container {
        padding-left: 5px;
        padding-right: 5px;
    }
}

.active_filters{
    background: var(--theme_bg);
}

.active_filters .filter-block{
    background: var(--scroll_bar_color);
    color: var(--color_dark);
}

.active_filters .active-filter-title{
    font-family: var(--font_family_OLDTT);
    color: var(--color_dark);
    font-size: 16px;
}

.active_filters .filter-block .close{
    text-shadow: none;
    color: var(--icon_dark);
}

.btn-tertiary.js-search-filters-clear-all{
    background: var(--dark);
    color: var(--white);
    font-family: var(--font_family_OLDTT);
    border-radius: 50px;
    padding-right: 10px;
}

.btn-tertiary.js-search-filters-clear-all:active:hover{
    background: var(--dark);
    color: white;
}

.btn-tertiary.js-search-filters-clear-all:focus{
    outline: none;
    outline-offset: unset;
}

#products .all-product-link,
.featured-products .all-product-link,
.product-accessories .all-product-link{
    font-family: 'Lora',serif;
    color: var(--dark);
    font-weight: 700;
    text-decoration: underline;
    font-size: 14px;
    margin-top: 7px;
    margin-left: 10px;
}

#products .all-product-link:hover,
.featured-products .all-product-link:hover,
.product-accessories .all-product-link:hover{
    text-decoration: none;
}

.carousel .carousel-item figure{
    width: 100%;
}

.brands-sort .select-title,
.products-sort-order .select-title,
.suppliers-sort .select-title {
    border-radius: 15px;
    padding: 5px 10px;
    background: #f5efe8;
    border: none;
}

#js-product-list a.btn-secondary,
#search_filter_controls .btn-secondary,
.filter-button .btn-secondary,
.filter-button .btn-secondary:hover,
.filter-button .btn-secondary:focus,
#js-product-list a.btn-secondary:hover,
#js-product-list a.btn-secondary:focus,
#search_filter_controls .btn-secondary:hover,
#search_filter_controls .btn-secondary:focus{
    background: var(--dark);
    color: var(--white) !important;
    font-family: var(--font_family_OLDTT);
    border-radius: 50px
}

.filter-button .btn-secondary:focus,
#js-product-list .btn-secondary:focus,
#search_filter_controls .btn-secondary:focus{
    outline: none;
    outline-offset: unset;
}

.brands-sort .dropdown-menu,
.products-sort-order .dropdown-menu,
.suppliers-sort .dropdown-menu{
    background: var(--theme_bg);
    font-family: var(--font_family_OLDTT);
    color: var(--color_dark);
}

.brands-sort .select-list:hover,
.products-sort-order .select-list:hover,
.suppliers-sort .select-list:hover,
.products-sort-order .dropdown-menu .select-list.current{
    color: var(--color_dark);
    text-decoration: none;
    background: var(--scroll_bar_color);
}

.grecaptcha-badge {
    width: 70px !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
    left: 4px !important;
}

.grecaptcha-badge:hover {
    width: 256px !important;
}

@media (max-width: 926px) {
    .product-miniature .product-title{
        height: 130px;
    }
}

@media (max-width: 840px) {
    #header #_desktop_user_info{
        background: transparent;
    }

    .user-icon-before:before{
        width: 40px;
        height: 40px;
    }

    #header .top-menu a[data-depth="0"] span.right-arrow-after:after{
        display: none;
    }

    #header .top-menu li.promotion-menu-bg a[data-depth="0"] span.right-arrow-after:after{
        background-color: var(--white);
        width: 40px;
        height: 40px;
        margin-top: -5px;
        display: block;
    }
}

.products-selection .sort-by-row{
    margin-top: 17px;
}

.product-miniature .thumbnail-top{
    height: 293px;
}

@media (max-width: 926px) {
    .product-miniature .thumbnail-top{
        height: 209px;
    }
}

@media (max-width: 780px) {
    .product-miniature .thumbnail-top{
        height: auto;
    }
}

@media (max-width: 435px) {
    .product-miniature .thumbnail-top{
        height: auto;
    }
}

@media (max-width: 360px) {
    .product-miniature .thumbnail-top{
        height: 297px;
    }
}

#search #js-product-list .product-miniature .thumbnail-top{
    height: 410px;
}

@media (max-width: 932px){
    #search #js-product-list .product-miniature .thumbnail-top{
        height: 320px;
    }
}

@media (max-width: 432px){
    #search #js-product-list .product-miniature .thumbnail-top{
        height: unset;
    }
}

.mobile_top_menu_wrapper_bg{
    float: left;
    width: 100%;
    background: var(--icon_dark);
    color: var(--color_white);
    font-size: 27px;
    font-family: var(--font_family_OLDTT);
    font-weight: 700;
    text-transform: uppercase;
    padding: 17px 10px;
}

#_desktop_logo .contact-header-phone.phone-incon-before{
    display: none;
}

.header_search_bar{
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

@media (max-width: 935px) {
    #_desktop_logo .contact-header-phone.phone-incon-before{
        display: inline-block;
        float: right;
        width: unset;
        margin: 10px 0 0;
    }

    #header_top{
        margin-top: 0;
    }

    #menu-icon .mobile-menu-bg {
        right: -72px !important;
    }

    #_desktop_logo{
        padding-left: 0;
        padding-right: 0;
    }

    .contact-header-phone.phone-incon-before:before{
        display: none;
    }

    #_desktop_logo h1{
        float: left;
    }

    #header .logo{
        width: 100px;
        max-width: unset;
    }

    #header .contact-header-phone a{
        display: block;
    }

    .program-site, .contact-header-phone {
        font-size: 18px;
        float: left;
        margin-top: 16px;
        margin-left: 0;
    }

    .contact-header-phone.phone-incon-before a span:before {
        content: '';
        mask: url("../img/svg/phone.svg") no-repeat;
        -webkit-mask: url("../img/svg/phone.svg") no-repeat;
        background: var(--icon_dark);
        width: 18px;
        height: 18px;
        display: inline-block;
        margin-right: 10px;
    }

    #header #_desktop_user_info,
    #header #_desktop_cart{
        margin-top: 12px;
    }

    #menu-icon .mobile-menu-bg{
        background: var(--icon_dark);
        width: unset;
        height: unset;
        position: absolute;
        z-index: 9;
        top: -11px;
    }

    .mobile-menu-bg.sticky-menu-icon-after:after{
        float: left;
        margin: 29px 20px;
    }

    .mobile-menu-bg.open-mobile-menu.sticky-menu-icon-after:after{
        mask: url(../img/svg/x-letter.svg) no-repeat;
        -webkit-mask: url(../img/svg/x-letter.svg) no-repeat;
        width: 38px;
        height: 38px;
        display: inline-block;
        float: right;
        margin: 29px 20px;
        background: var(--icon_white);
    }

    #header .top-menu li.promotion-menu-bg div.category_image img{
        float:left;
    }

    #mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="1"]>li{
        width: 100%;
        display: flex;
        border-bottom: 1px solid var(--icon_dark);
    }

    .top-menu .sub-menu .top-menu > li div{
        display: flex;
        align-items: center;
    }

    .top-menu a[data-depth="1"], .top-menu a[data-depth="2"]{
        padding: 10px 20px;
    }

    #header .top-menu li.promotion-menu-bg div.category_image img{
        width: 61px;
    }
}

@media (max-width: 1194px) {
    .header-slogen p.page-name{
        font-size: 24px;
    }

    .header-slogen p.stie-slogen {
        font-size: 15px;
    }

    .contact-header-phone{
        font-size: 16px;
    }
}

@media (max-width: 935px) {
    .header_search_bar{
        display: block;
        float: left;
        width: 100%;
        background: rgb(226,215,201);
        margin: 0;
    }
}


@media (max-width: 932px) {
    .contact-header-phone{
        font-size: 14px;
    }

    #search_widget form input{
        border: 1px solid var(--colorSearchWidgetBordoer);
        height: 30px;
        border-radius: 50px;
    }

    #search_widget form i{
        right: 3px;
        top: 3px;
        background: var(--orange);
        border-radius: 100%;
        width: 25px;
        height: 25px;
    }

    #search_widget form i.header-search-icon-before:before {
        background-color: var(--white);
        width: 18px;
        height: 18px;
        margin: 5px auto 5px auto;
    }
}

@media (max-width: 852px) {
    #menu-icon .mobile-menu-bg{
        right: 0;
    }

    #_desktop_logo{
        margin-left: -15px;
    }
}

@media (max-width: 834px) {
    .program-site, .contact-header-phone{
        font-size: 14px;
    }
}

@media (max-width: 812px) {
    .program-site, .contact-header-phone{
        margin-left: 0;
    }
}

@media (max-width: 780px) {
    #menu-icon .mobile-menu-bg{
        right: -30px;
    }

    #header_top {
        margin-top: 0;
        float: right;
        position: relative;
        left: -32px;
    }
}

@media (max-width: 430px) {
    .carousel-indicators {
        left: 15%;
    }

    #header .logo{
        width: 80px;
    }

    .program-site, .contact-header-phone{
        font-size: 12px;
        margin-top: 12px;
        margin-left: 5px;
    }

    .contact-header-phone.phone-incon-before a span:before{
        width: 14px;
        height: 14px;
    }

    #menu-icon .mobile-menu-bg{
        width: unset;
        height: unset;
        position: absolute;
        z-index: 9;
        right: -14px;
        top: -9px;
    }

    .mobile-menu-bg.sticky-menu-icon-after:after,
    .mobile-menu-bg.open-mobile-menu.sticky-menu-icon-after:after{
        float: left;
        margin: 21px 10px;
    }

    #header #_desktop_user_info .user-icon-before,
    #header #_desktop_cart .blockcart,
    #header #_desktop_cart .header{
        height: unset;
    }

    .mobile-search-bg{
        display: block;
        float: left;
        width: 100%;
        background: rgb(226,215,201);
    }

    h1.product-listing-search{
        font-size: 18px;
        margin: 5px 0 15px;
    }

    #search .products-selection .sort-by-row.row{
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 0;
    }

    .product-miniature .product-title {
        height: auto;
        margin-bottom: 20px;
    }

    .page-heading{
        margin-bottom: 0;
    }

    #menu-icon .mobile-menu-bg {
        right: -50px !important;
    }

    .user-icon-before:before,
    #header #_desktop_user_info{
        height: 30px;
        width: 30px;
    }

    #header #_desktop_cart{
        height: 40px;
        width: 40px;
    }

    .shopping-cart-icon-before:before {
        top: 4px !important;
    }

    #menu-icon .mobile-menu-bg {
        right: -62px !important;
        top: -10px;
    }

    #header #_desktop_cart {
        margin-left: 0;
    }

    #header #_desktop_user_info .user-icon-before{
        margin-top: 6px;
    }
}

@media (max-width: 418px) {
    #_desktop_logo .contact-header-phone.phone-incon-before{
        margin: 0 8px;
    }

    #header .logo {
        width: 50px;
    }

    .program-site, .contact-header-phone{
        margin-top: 0;
        margin-left: 5px;
    }

    .mobile-menu-bg.sticky-menu-icon-after:after,
    .mobile-menu-bg.open-mobile-menu.sticky-menu-icon-after:after{
        margin: 11px 10px;
    }

    #header #_desktop_user_info,
    #header #_desktop_cart{
        margin-top: 0;
    }

    .page-heading h1:after{
        display: none;
    }

    #wrapper .breadcrumb{
        margin-top: 10px;
    }

    #wrapper .breadcrumb li a,
    #wrapper .breadcrumb li span{
        font-size: 12px;
        line-height: 14px;
        font-weight: 600;
    }

    #wrapper .breadcrumb li::after{
        font-size: 12px;
    }

    .page-heading h1:after{
        display: none;
    }
}

@media (max-width: 375px) {
    .program-site, .contact-header-phone{
        margin-top: 0;
        margin-left: 5px !important;
    }

    .user-icon-before:before,
    #header #_desktop_user_info{
        height: 30px;
        width: 30px;
    }

    #header #_desktop_cart{
        height: 40px;
        width: 40px;
    }

    .shopping-cart-icon-before:before {
        top: 4px !important;
    }

    #menu-icon .mobile-menu-bg {
        right: -62px !important;
    }

    .program-site, .contact-header-phone{
        font-size: 11px;
    }

    #header #_desktop_cart {
        margin-left: 0;
    }

    .mobile-menu-bg.sticky-menu-icon-after:after, .mobile-menu-bg.open-mobile-menu.sticky-menu-icon-after:after {
        margin: 11px 10px;
    }

    #header #_desktop_user_info .user-icon-before{
        margin-top: 6px;
    }
}

@media (max-width: 360px){
    #smartsupp-widget-container div[data-testid="widgetButtonFrame"]{
        right: 40px !important;
        bottom: 70px !important;
    }

    .program-site, .contact-header-phone{
        font-size: 8px;
    }
}

@media (max-width: 320px){
    #_desktop_logo .contact-header-phone.phone-incon-before{
        display: none;
    }
}

a.show-gdpr-modal{
    font-family: var(--font_family_OLDTT);
    font-size: 14px;
    font-weight: 700;
    color: var(--color_white) !important;
    background: var(--dark) !important;
    border: 2px solid var(--dark) !important;
    padding: 0 10px;
    border-radius: 10px;
    line-height: 35px;
    text-transform: uppercase;
}

#smartsupp-widget-container div{
    z-index: 999 !important;
}

.page-home .tab-content .product-price-and-shipping,
#products #content.page-not-found .product-price-and-shipping{
    height: 48px;
}

#products #content.page-not-found .product-miniature .thumbnail-top{
	height: auto;
}

@media (max-width: 928px) {
    .footer-container ul li a img{
        width: 100%;
    }
}

@media (max-width: 430px) {
    .footer-container ul li a img{
        width: 240px;
    }
}

.carousel-inner {
    width: 100%;
    max-width: 1355px;
    overflow: hidden;
    margin: auto;
}

.carousel-indicators {
    left: 50%;
}

.category_description,
.category-additional-description{
    float: left;
    width: 100%;
    display: block;
}

@media (max-width: 852px) {
    .category-additional-description{
        margin: 30px 0 0 0;
    }
}

@media (max-width: 780px) {
    .category-additional-description{
        margin: 0;
        padding: 0;
    }
}

@media (max-width: 430px) {
    .category_description{
        margin: 30px 0 20px;
    }

    .category-additional-description{
        margin: 10px 0 0 0;
    }
}

.ps_categorytree_footer{
    float: left;
    width: 100%;
    display: block;
}

.footer-bottom .footer-bottom-left{
    display: flex;
    align-items: center;
}

.footer-bottom ul.link-anpc{
    margin: 0 0 0 10px;
    padding: 0;
    list-style-type: none;
    width: 760px;
}

.footer-bottom ul.link-anpc li{
    float: left;
    margin-right: 10px;
}

.footer-bottom ul.link-anpc li img{
    width: 186px;
    height: auto;
    display: block;
}

.grecaptcha-badge{
    z-index: 999;
}

@media (min-width: 1195px) {
    .ets_baw_display_banner.displayfooter .content_after_image{
        padding-right: 89px;
    }
}

@media (max-width: 1280px) {
    .footer-bottom ul.link-anpc{
        width: 530px;
    }
}

@media (max-width: 932px) {
    .footer-bottom .footer-bottom-left{
        display: grid;
        float: left;
        width: 100%;
        justify-content: center;
    }

    .footer-bottom ul.link-anpc{
        margin: 10px 0;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .powerby{
        float: left;
        width: 100%;
    }

    .footer-container .footer-bottom div,
    .footer-container .footer-bottom div a{
        text-align: center;
    }
}

@media (max-width: 430px) {
    .ps_categorytree_footer{
        margin-left: -10px;
        margin-right: -10px;
    }
}

@media (max-width: 393px) {
    .footer-bottom ul.link-anpc li img{
        width: 150px;
    }
}

#pagenotfound .page-not-found,
#product #content.page-not-found{
    max-width: 100%;
    padding: 0;
    margin: 20px 0 0 0;
    text-align: center;
    overflow: unset;
    font-size: .875rem;
    color: var(--colorDarkGray);
    background: var(--white);
    float: left;
    width: 100%;
}

#pagenotfound #main .page-header,
#products #main .page-header{
    margin: 0;
}

#pagenotfound .page-not-found h4,
#product .page-not-found h4 {
    margin: .5rem 0 1rem;
    font-size: 1rem;
    font-weight: 700;
}

.footer-after-bg .block-social {
    display: none;
}

#block-product-nout-found{
    float: left;
    width: 100%;
    display: block;
    margin: 40px 0 0 0;
}

.page-heading h1, .page-header h1{
    line-height: normal;
    padding: 5px 0;
}

#pagenotfound .page-header,
#products .page-header,
#product .page-header{
    float: left;
    height: auto;
}

@media (max-width: 932px) {
    #pagenotfound .page-header h1,
    #products .page-header h1{
        font-size: 20px;
        padding: 10px 0;
    }

    .page-header h1:after{
        display: none;
    }
}

@media (max-width: 780px) {
    #pagenotfound .page-header h1,
    #products .page-header h1{
        font-size: 18px;
    }
    
    @media (max-width: 767px) {
    .block_newsletter {
        padding-left: 10px;
        padding-right: 10px;
    }
}
}

@media (max-width: 384px) {
    .homepage-category-list-bg #subcategories.card h2{
        font-size: 28px;
    }
}


@media (max-width: 896px) {
    .page-customer-account #content{
        padding: 0;
    }
}

@media (max-width: 430px) {
    .myaccount_link,
    .my-account-table{
        padding-right: 0;
        padding-left: 0;
    }
}

@media (max-width: 428px) {
    #footer .block_newsletter #block-newsletter-label{
        font-size: 20px;
    }

    .footer-before-bg .block_newsletter p#block-newsletter-label.newsletter-icon-after:after {
        width: 30px;
        height: 30px;
    }
}

@media (max-width: 360px) {
    #footer .block_newsletter #block-newsletter-label{
        font-size: 19px;
    }
}

.page-content.page-cms{
    float: left;
    width: 100%;
}

.definition-list dl{
    margin-bottom: 0;
}

.bankinfo{
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    margin: 10px 0 !important;
}

.elementor-gap-20{
    gap: 20px;
}

.ce-contact-form{
    float: left;
    width: 100%;
    display: block;
}

.ce-contact-form .elementor-form-fields-wrapper {
    row-gap: 20px;
}

#products-catalog .card-block{
    padding: 1.25rem 0;
}

.df-container>.df-ui-next, .df-container>.df-ui-prev{
    color: var(--theme_bg_2);
    opacity: 1;
}

.definition-list dl dd, .definition-list dl dt,
.definition-list dl dd:nth-of-type(even), .definition-list dl dt:nth-of-type(even), .product-features>dl.data-sheet dd.value:nth-of-type(even), .product-features>dl.data-sheet dt.name:nth-of-type(even){
    background: var(--theme_bg);
}

.padding-left-30{
    padding-left: 30px;
}

@media (max-width: 568px) {
    .padding-left-30{
        padding-left: 0;
    }
}

.ce-product-variants__pattern{
    position: relative;
}

.ce-product-variants input:checked ~ .ce-product-variants__pattern:before{
    content: '';
    background-color:rgba(255,255,255,0.5);
    position: absolute;
    display: block;
    z-index: 9;
    width: 56px;
    height: 50px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

/*
#onepagecheckout-footer .blockreassurance_product{
    margin-top: 0;
}

#onepagecheckout-footer .blockreassurance_product svg{
    width: 30px !important;
    height: 30px !important;
}

#onepagecheckout-footer .blockreassurance_product a{
    font-size: 14px;
    display: flex;
    justify-content: flex-start;
}

#onepagecheckout-footer .blockreassurance_product a span{
    align-content: end;
    display: flow;
}

#onepagecheckout-footer .blockreassurance_product a:hover{
    color: #B77D47;
}

#onepagecheckout-footer .blockreassurance_product p{
    margin: 10px 0 20px 0;
}

@media (min-width: 1281px) {
    #onepagecheckout-footer .blockreassurance_product span.mobile_link{
        display: none;
    }
}

@media (max-width: 1280px) {
    #onepagecheckout-footer .elementor-column.elementor-col-33{
        width: 100%;
    }

    #onepagecheckout-footer .blockreassurance_product{
        margin-top: 10px;
        margin-bottom: 10px;
        display: flex;
        align-content: center;
        align-items: center;
        column-gap: 10px;
    }

    #onepagecheckout-footer .blockreassurance_product p{
        margin: 0;
    }

    #onepagecheckout-footer .blockreassurance_product svg{
        width: 50px !important;
        height: 50px !important;
    }

    #onepagecheckout-footer .blockreassurance_product span.pc_link{
        display: none;
    }

    #onepagecheckout-footer .blockreassurance_product a{
        font-size: 18px;
    }

    #onepagecheckout-footer .elementor-row.block-reassurance-item{
        flex-wrap: wrap;
    }
}
 */

a:focus{
    color: #C98C4E;
}

.gdpr-consent-tabs-v2 .div_accept_moreinfo{
    display: inline-block;
    width: 100% !important;
}

.ce-product-variants__radio-wrapper {
    display: grid;
}

.variant-title {
    width: 60px;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
}