@import url("woocommerce.css?v1.53");
@import url("../icons/fontawesome/css/all.min.css");
@import url("../icons/icomoon/style.css");
@import url("../plugins/fancybox/jquery.fancybox.min.css");
@import url("../plugins/slick/slick.css");
@import url("../plugins/slick/slick-theme.css");

/* -------------------*
 *       GLOBAL       
 *------------------- */
html,
body { font-size: 15px; font-weight: 500; color: #2b2a29; background:#fefdfb; font-family:'Raleway', Helvetica, Arial, sans-serif; /*-webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;*/ }
input, select, textarea, button { font-size:15px; font-family:'Raleway', Helvetica, Arial, sans-serif; }
ol, ul, p { margin-bottom: 1.5rem; line-height: 1.6em; }
a { color:#B72221; text-decoration:underline; -webkit-transition:0.3s; -moz-transition:0.3s; -ms-transition:0.3s; -o-transition:0.3s; transition:0.3s; }
a:hover, a:focus { color:#B72221; text-decoration: none; } 
.nowrap { white-space:nowrap; }
img { max-width:100%; height:auto; }
button { width:auto; padding:0; overflow:visible; cursor:pointer; line-height:normal !important; }
button::-moz-focus-inner { border:0; padding:0;  margin:-1px 0 0 0; }
button:active { box-shadow:inset 1px 1px 2px rgba(0,0,0,0.3); }
.lead { font-size: 17px; line-height: 1.5em; font-weight: 500; }
.caps { text-transform:uppercase; }
hr { margin-top:30px; margin-bottom:30px; height: 1px; background: #DDD; opacity: 1; border: 0; }
strong { font-weight: 700; }
[data-href] { cursor: pointer; }
.img-rounded { border-radius: 10px; }
.overflow { overflow: hidden; }

.text-primary { color: #B72221 !important; }
.text-info { color: #00b3e0 !important; }
.bg-primary { background: #B72221 !important; }

.grayscale { opacity: 0.5; filter: grayscale(100%); -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%); filter: url('../images/layout/grayscale.svg#greyscale'); filter: gray; -webkit-filter: grayscale(1); -webkit-transition:0.4s; -moz-transition:0.4s; -ms-transition:0.4s; -o-transition:0.4s; transition:0.4s; }
.grayscale:hover { opacity: 1; -webkit-filter: grayscale(0%); -moz-filter: grayscale(0%); -ms-filter: grayscale(0%); -o-filter: grayscale(0%); filter: none; }

img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 .07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; }

/* headlines
----------------------------------------- */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 { font-weight: 700; font-family:'Raleway', Helvetica, Arial, sans-serif; }
h1, .h1 { font-size: 42px; line-height: 1.1em; margin-bottom: 1.5rem; }
h2, .h2 { font-size: 35px; line-height: 1.1em; margin-bottom: 1rem; }
h3, .h3 { font-size: 24px; line-height: 1.2em; font-weight: 700; margin-bottom: 1rem; }
h4, .h4 { font-size: 20px; margin-top: 0; font-weight: 700; }
h5, .h5 { font-size: 15px; margin-top: 0; font-weight: 700; }

.variant-tooltip.show { opacity: 1 !important; }
.tooltip.variant-tooltip .tooltip-arrow { display: none !important; }
.tooltip.variant-tooltip .tooltip-inner{
  max-width: 380px;
  padding: 14px 16px;
  font-size: 15px;
  line-height: 1.6em;
  color: #000;
  border-radius: 10px;
  background:  #fff;
  opacity: 1 !important;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

/* šípka */
.tooltip.variant-tooltip .tooltip-arrow::before{
  border-bottom-color: #111;
}

/* ================================
   SPOLOČNÝ ZÁKLAD (shipping + payment)
================================ */

.woocommerce-shipping-methods,
.wc_payment_methods {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* položka */
.woocommerce-shipping-methods > li,
.wc_payment_methods > li {
    position: relative;
    margin-bottom: 10px !important;
}

/* skryjeme iba HLAVNÉ radio (nie vnorené) */
.woocommerce-shipping-methods > li > input[type="radio"],
.wc_payment_methods > li > input[type="radio"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

/* label = klikateľná karta */
.woocommerce-shipping-methods > li > label,
.wc_payment_methods > li > label {
    display: flex !important;
    align-items: center;
    gap: 14px;
    padding: 14px 16px;
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    cursor: pointer;
    transition: all .2s ease;
    font-weight: 500;
    background: #fff;
}

/* hover */
.woocommerce-shipping-methods > li > label:hover,
.wc_payment_methods > li > label:hover {
    border-color: #c7cdd4;
    background: #fafafa;
}

/* custom radio kruh */
.woocommerce-shipping-methods > li > label::before,
.wc_payment_methods > li > label::before {
    content: "";
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 2px solid #c7cdd4;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .2s ease;
    background: #fff;
}

/* CHECKED STAV */
.woocommerce-shipping-methods > li > input[type="radio"]:checked + label,
.wc_payment_methods > li > input[type="radio"]:checked + label {
    border-color: #111827;
    background: #f9fafb;
}

/* CHECK IKONA */
.woocommerce-shipping-methods > li > input[type="radio"]:checked + label::before,
.wc_payment_methods > li > input[type="radio"]:checked + label::before {
    content: "\f00c"; /* fa-check */
    font-family: "Font Awesome 7 Pro";
    font-weight: 900;
    font-size: 12px;
    color: #fff;
    background: #111827;
    border-color: #111827;
}

/* cena dopravy vpravo */
.woocommerce-shipping-methods .amount {
    margin-left: auto;
    white-space: nowrap;
    font-weight: 600;
}

/* ================================
   PAYMENT BOX (rozbalený obsah)
================================ */

.wc_payment_methods .payment_box {
    margin: 10px 0 0 36px;
    padding: 12px 14px;
    background: #f9fafb;
    border-radius: 10px;
    border: 1px solid #e5e7eb;
}

/* text v payment boxe */
.wc_payment_methods .payment_box p {
    margin: 0;
    font-size: 14px;
    color: #374151;
}

html .wpb_wrapper { overflow: hidden; }

html .woocommerce-shipping-methods > li > div,
html .woocommerce-checkout #payment div.payment_box { margin: 0; padding: 1rem; background: transparent; border: 2px solid #000; border-top: 0 !important; border-radius: 0; border-bottom-right-radius: 10px; border-bottom-left-radius: 10px; }


html .woocommerce-shipping-methods > li:has(div) > input[type="radio"]:checked + label, 
html .wc_payment_methods > li:has(div) > input[type="radio"]:checked + label { border-bottom-left-radius: 0; border-bottom-right-radius: 0; border-bottom-width: 0; }
html .woocommerce-checkout #payment div.payment_box:before { display: none; }
html .woocommerce-checkout #payment div.payment_box .form-row { margin-bottom: 0; }
html .woocommerce-checkout #trustpay_gateway_form input { position: absolute; left: -9999px; }

html .woocommerce-shipping-methods > li:has(div) > input[type="radio"] + label + div, 
html .wc_payment_methods > li:has(div) > input[type="radio"] + label + div { display: none !important; }
html .woocommerce-shipping-methods > li:has(div) > input[type="radio"]:checked + label + div, 
html .wc_payment_methods > li:has(div) > input[type="radio"]:checked + label + div { display: block !important; }

#ship-to-different-address { font-size: 1rem; font-weight: 500; padding-top: 1rem; }

html .woocommerce form .form-row .input-text,
html .woocommerce form .form-row select { padding: 0.8rem 1rem; border-color: #ddd; }
html .select2-container .select2-dropdown,
html .select2-container .select2-selection { border-color: #ddd; }
html .select2-container .select2-selection--single .select2-selection__rendered { padding: 0.8rem 1rem; }

html .woocommerce-checkout form.woocommerce-form-coupon .form-row-last { float: left; width: auto; }
html .woocommerce-checkout form.woocommerce-form-coupon button { height: 44px; background: #000; color: #fff !important; border-radius: 5px; }
html .woocommerce-checkout form.woocommerce-form-coupon button:hover { background: #333; }

html .bapf_sfilter.brchecked_default input:checked+label .bapf_clr_span,
html .bapf_sfilter.brchecked_default input:checked+label .bapf_img_span,
html .bapf_sfilter.brchecked_rotate input:checked+label .bapf_clr_span,
html .bapf_sfilter.brchecked_rotate input:checked+label .bapf_img_span { border-color: #B72221; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); }

/* clear 
----------------------------------------- */
.clear { clear:both; }

/* -------------------*
 *       LAYOUT       *
 *------------------- */

/*.toolbar { font-size: 13px; color: #fff; background: #2b2a29; padding: 5px 0; }*/

/* header
---------------------------------------- */
header { border: 0; z-index: 50; background: rgba(255, 255, 255, 0.8); background: #fefdfb; position: relative; z-index: 51; -webkit-backdrop-filter: blur(15px); -moz-backdrop-filter: blur(15px); -ms-backdrop-filter: blur(15px); backdrop-filter: blur(15px); }
.show-overlay header { background: rgba(255, 255, 255, 0.8); }
header .navbar { padding: 15px 0; border-radius: 0; position: relative; top: 0; left: 0; right: 0; z-index: 51; }

header .navbar-brand { padding: 0; margin: 0 1rem 0 0; }

header .navbar-icons a { font-size: 22px; color: #2b2a29; position: relative; padding: 0 5px; }
header .navbar-icons a .badge { font-size: 10px; padding: 0 5px; min-width: 18px; line-height: 18px; border-radius: 9px; position: absolute; top: -8px; right: -2px; }
header .navbar-icons a:hover { color: #B72221; }

html .select2-container { z-index: 9990; }
.navbar-panel { color: #fff; background: #B72221; position: sticky; z-index: 9995; top: 0; }
.fancybox-slide { z-index: 9999; }
.admin-bar .navbar-panel { top: 32px; }
.navbar-panel .navbar-nav { list-style: none; }
.navbar-panel .navbar-nav > li > a { color: #fff; text-decoration: none; padding: 13px 15px; display: block; font-weight: 600; }
.navbar-panel .navbar-nav > li > a:hover { background: rgba(0, 0, 0, 0.1); }
.navbar-panel .navbar-nav > li.menu-item-has-children { position: relative; }
.navbar-panel .navbar-nav li.menu-item-has-children > a { padding-right: 30px; }
.navbar-panel .navbar-nav li.menu-item-has-children > a:before { font-size: 12px; content: "\f107"; position: absolute; top: 50%; transform: translateY(-50%); right: 15px; font-family: 'Font Awesome 7 Pro' !important; font-weight: 400; font-style: normal; font-variant: normal; line-height: 1; text-rendering: auto; display: inline-block; text-transform: none; speak: none; -webkit-font-smoothing: antialiased; }

.bapf_colaps_smb { font-family: 'Font Awesome 7 Pro' !important; }

.navbar-panel .navbar-nav li.divider { border-top: 1px dashed #ddd; margin: 10px 0; }
.navbar-panel .navbar-nav li ul { display: none; min-width: 150px; background: #fff; position: absolute; top: 100%; left: 0; list-style: none; padding: 10px 0; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); border-radius: 10px; }
.navbar-panel .navbar-nav li:hover ul { display: block; }
.navbar-panel .navbar-nav ul li a { color: #2b2a29; text-decoration: none; padding: 10px 15px; }
.navbar-panel .navbar-nav ul li a:hover { color: #B72221; }

.navbar-panel .navbar-nav-links li > a { padding-left: 20px; padding-right: 20px; }

.navbar-panel .navbar-nav .navbar-contact a { display: inline; padding: 0; background: transparent !important; }

.navbar-categories { position: relative; }
.navbar-categories .navbar-nav { flex-direction: column; }

.navbar-panel .navbar-categories .navbar-nav li.menu-item-has-children > a:before { transform: rotate(-90deg); top: 12px; }

.navbar-categories ul { position: relative; padding: 0; width: 100%; }
.navbar-categories .btn { padding-top: 8px; padding-bottom: 8px; }
.navbar-categories .btn i { margin-left: 0; margin-right: 10px; }
.show-categories .navbar-categories .btn i:before { content: '\f00d';  }
/*.home .navbar-categories .btn,*/
.show-categories .navbar-categories .btn { background: #fff; color: #2b2a29; border-bottom-left-radius: 0 !important; border-bottom-right-radius: 0 !important; }
/*.home .navbar-categories .btn:after,*/
.show-categories .navbar-categories .btn:after { content: ''; display: block; height: 10px; position: absolute; z-index: 55; left: 0px; bottom: -6px; right: 0px; background: #fff; }
.navbar-categories .navbar-nav-products { width: 100vw; display: none; flex-wrap: wrap; position: absolute; top: calc(100% + 4px); left: -10px; padding: 0 0 0 10px; max-height: calc(100vh - 60px); height: 100vh; overflow-y: auto; }
.navbar-categories .navbar-nav-products > ul { padding-top: 10px; width: 300px; background: #fff; border-top: 0; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; }
/*.home .navbar-categories .navbar-nav-products { display: flex !important; align-content: space-between; }
.home .navbar-categories .navbar-nav-products > ul { min-height: 482px; padding-bottom: 100px; }
.home .navbar-categories .navbar-nav-products .navbar-contact { position: absolute; bottom: 0; left: 0; }*/
.show-categories .navbar-categories .navbar-nav-products { display: block; }
.show-categories/*:not(.home)*/ .navbar-categories .navbar-nav-products > ul { box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); }

.navbar-categories .navbar-nav li a { font-weight: 500; color: #2b2a29; text-decoration: none; padding: 6px 20px 6px 50px; position: relative; }
.navbar-categories .navbar-nav li a:hover { color: #B72221; background: transparent; }
.navbar-categories .navbar-nav li a i { color: #B72221; position: absolute; top: 8px; left: 15px; font-size: 20px; }
.navbar-categories .navbar-nav li.menu-item-has-children:hover { background: #FFFFFF; background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(244, 244, 244, 1) 100%); background: -moz-linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(244, 244, 244, 1) 100%); background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(244, 244, 244, 1) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#F6EFE5", GradientType=1);}
.navbar-categories .navbar-nav li.menu-item-has-children:hover > a:after { content: ''; display: block; position: absolute; z-index: 60; top: 8px; right: -1px; border-right: 10px solid #DDD; border-top: 10px solid transparent; border-bottom: 10px solid transparent; }
.navbar-categories .navbar-nav li.menu-item-has-children:hover > a:before { content: ''; transform: none !important; display: block; position: absolute; z-index: 61; top: 9px; right: -1px; border-right: 9px solid #fff; border-top: 9px solid transparent; border-bottom: 9px solid transparent; }
.navbar-categories .navbar-nav ul li.menu-item-has-children:hover > a:after { top: 7px !important; }
.navbar-categories .navbar-nav ul li.menu-item-has-children:hover > a:before { top: 8px !important; }
.navbar-categories .navbar-nav .navbar-contact { width: 100%; font-size: 0.95em; margin-top: 10px; padding: 15px 20px; color: #2b2a29; background: #fff; border-top: 1px dashed #ddd; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; }
.navbar-categories .navbar-nav .navbar-contact i { margin-right: 5px; }
.navbar-categories .navbar-nav .navbar-contact a { color: #2b2a29 !important; text-decoration: none; display: inline; padding: 0; }
.navbar-categories .navbar-nav .navbar-contact a i { position: static; top: auto; left: auto; font-size: 1em; }
.navbar-categories .navbar-nav .navbar-contact a:hover { text-decoration: underline; }

.navbar-categories li.large-submenu { position: static !important; }
.navbar-categories li.large-submenu li.menu-item-has-children { position: relative !important; }
.navbar-categories .navbar-nav.navbar-nav-categories ul { padding: 10px 0; display: block; position: absolute; background: transparent; z-index: 50; left: calc(100%); border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; top: 0px; /* width: 995px; min-height: 482px; max-height: calc(100vh - 100px); overflow-y: auto;*/ border-top: 0; }
.navbar-categories .navbar-nav.navbar-nav-categories li.large-submenu-reverse ul { top: auto; bottom: -10px; }
.navbar-categories .navbar-nav.navbar-nav-categories ul { background: #fff !important; border: 1px solid #ddd !important; border-radius: 10px; box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1) !important; }
.navbar-categories .navbar-nav.navbar-nav-categories li:hover > a { color: #B72221; }
.navbar-categories .navbar-nav.navbar-nav-categories > li ul { display: none; }
.navbar-categories .navbar-nav.navbar-nav-categories li:hover > ul { display: block; }
.navbar-categories .navbar-nav.navbar-nav-categories ul { white-space: nowrap; } 
.navbar-categories .navbar-nav.navbar-nav-categories > ul {   display: block; flex-direction: column; flex-wrap: wrap; list-style: none; }
.navbar-categories .navbar-nav.navbar-nav-categories > ul ul { display: none !important; }
.navbar-categories .navbar-nav.navbar-nav-categories > li ul ul { position: absolute; left: 100%; top: -11px; z-index: 51; }
.navbar-categories .navbar-nav.navbar-nav-categories > ul > li.menu-item-has-children > a:before { top: 10px; }
.navbar-categories .navbar-nav.navbar-nav-categories > ul > li:hover > ul { display: block !important; }

.navbar-categories .navbar-nav.navbar-nav-categories ul a { display: block; padding: 4px 40px 4px 20px; }

header .navbar-toggler { display: none; padding: 0; margin: 0 -3px 0 10px; width: 38px; height: 38px; outline: none !important; box-shadow: none !important; background: transparent; border-radius: 50%; border: 2px solid #B72221; }
header .navbar-toggler .navbar-toggler-text { display: inline-block; vertical-align: middle; text-transform: uppercase; font-weight: 600; }
header .navbar-toggler .burger { display:inline-block; vertical-align:middle; margin: -3px 0 0 0; }
header .navbar-toggler .burger span { width:20px; height: 2px; border-radius: 2px; background: #B72221; display:block; margin: 4px 0; -webkit-transition:0.5s; -moz-transition:0.5s; -ms-transition:0.5s; -o-transition:0.5s; transition:0.5s; }
header .navbar-toggler .burger span.line-top { margin-top: 3px; -ms-transform: rotate(135deg); -webkit-transform: rotate(135deg); transform: rotate(135deg); }
header .navbar-toggler .burger span.line-middle { width: 15px; }
header .navbar-toggler:hover .burger span.line-middle { width: 20px; }
header .navbar-toggler .burger span.line-bottom { margin-top: -6px; -ms-transform: rotate(-135deg); -webkit-transform: rotate(-135deg); transform: rotate(-135deg); }
.show-navigation header .navbar-toggler .burger span.line-middle { display: none; }
body:not(.show-navigation) header .navbar-toggler .burger span.line-top { margin-top:3px; -ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); transform: rotate(0deg); }
body:not(.show-navigation) header .navbar-toggler .burger span.line-bottom { margin-top:3px; -ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); transform: rotate(0deg); }

.scroll header { box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1); }

.overlay { display: none; position: fixed; z-index: 50; top: 0; bottom: 0; right: 0; left: 0; background: rgba(255, 255, 255, 0.4); -webkit-backdrop-filter: blur(15px); -moz-backdrop-filter: blur(15px); -ms-backdrop-filter: blur(15px); backdrop-filter: blur(15px); }

.show-categories/*:not(.home)*/ .overlay,
.show-overlay .overlay { display: block; }

.navbar-search { width: 60%; margin: 0 auto; }
.navbar-search .input-group { position: relative; }
.navbar-search .input-group .form-control { padding: 10px 50px 10px 20px; background: #F6EFE5; border-color: #F6EFE5 !important; border-radius: 25px !important; }
.navbar-search .input-group .btn { color: #2b2a29; font-size: 20px; padding: 5px; width: 40px; height: 40px; position: absolute; top: 1px; right: 15px; text-align: center; z-index: 40; }
.navbar-search .input-group .btn i { margin: 0; font-size: 20px; }
.navbar-search .input-group .btn:hover { color: #B72221; }

header .navbar-search .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input { font-weight: 500; font-size: 15px; background: #F6EFE5; padding-top: 10px; padding-bottom: 10px; font-family:'Raleway', Helvetica, Arial, sans-serif; }
header .navbar-search .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:hover { background: #F6EFE5; }
header .navbar-search .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::placeholder { font-weight: 500; }
header .navbar-search .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp { background: transparent; }
header .navbar-search .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit { top: 18px; right: 25px; }
html .dgwt-wcas-suggestions-wrapp { border-radius: 10px; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); }
html .dgwt-wcas-suggestions-wrapp a { text-decoration: none !important; }
html .dgwt-wcas-suggestions-wrapp .dgwt-wcas-sp { display: block; }
html .dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion-selected { background-color: #f4f4f4 !important; }
html .dgwt-wcas-style-pirx.dgwt-wcas-search-filled .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input { padding-right: 24px; padding-left: 48px !important; }
html.dgwt-wcas-overlay-mobile-on .dgwt-wcas-style-pirx.dgwt-wcas-search-filled .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input { padding-left: 13px !important; }

/* headline
---------------------------------------- */
.headline { padding: 50px 0 40px; background: #FFF; }

.headline-home { padding: 30px 0; background: #fff; }
.headline-banners { /*margin-left: 320px;*/ margin-bottom: 0 !important; }
.headline-banner { border-radius: 10px; position: relative; background: #F6EFE5; min-height: 100%; overflow: hidden; }
.headline-banner > .row { height: 460px; z-index: 2; position: relative; }
.headline-banners .slick-slide > div { height: 100%; min-height: 100%; }

.headline-banners:not(.slick-initialized) .headline-banner:not(:first-child) { display: none !important; }

.headline-home .slick-dots { bottom: 30px; text-align: left; left: 40px; width: auto; }
.headline-home .slick-arrow { transform: none; top: auto; bottom: 20px; left: auto; right: 45%; }
.headline-home .slick-prev { transform: translateX(-50px); }
.section-gray .slick-dots li button,
.headline-home .slick-dots li button { background: #fff; }

.headline-banner .headline-banner-image { text-align: right; background-size: auto 100%; background-repeat: no-repeat; background-position: center; position: absolute; top: 0; right: 0; bottom: 0; width: 40%; }
.headline-banner:not(.headline-banner-fullimage) .headline-banner-image:after { content: ''; display: block; position: absolute; top: 0; bottom: 0; left: 10%; width: 100%; background: #EADDD1; transform: rotate(45deg) scale(1.5);  }
.headline-banner .headline-banner-image img { width: auto; max-height: 100%; display: inline-block; position: relative; z-index: 2; }
.headline-banner.headline-banner-fullimage { }
.headline-banner.headline-banner-fullimage .headline-banner-image { display: block; width: 100%; position: absolute; z-index: 1; top: 0; right: 0; bottom: 0; left: 0; background-size: cover; background-position: center; }
.headline-banner.headline-banner-fullimage .headline-banner-image:after { content: ''; display: block; position: absolute; top: 0; bottom: 0; left: -35%; width: 100%; background: #EADDD1; transform: rotate(-45deg) scale(1.3);  }

.headline-banner.headline-banner-fullimage .headline-banner-image img { width: 100%; height: 100%; max-height: none; object-fit: cover; position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 0; }
.headline-banner.headline-banner-fullimage .headline-banner-image:after { z-index: 1; }
.headline-banner:not(.headline-banner-fullimage) .headline-banner-image img { position: relative; z-index: 2; }

.headline-subpage { background: #F6EFE5; position: relative; }
.headline-subpage .lead { opacity: 0.8; }
.headline-subpage .lead:last-child,
.headline-subpage .lead:last-child p { margin-bottom: 0; }
.headline-subpage.headline-with-bg { padding: 60px 0; background-size: cover; background-position: center; overflow: hidden; }
.headline-subpage:before { content: ''; width: 35%; max-width: 350px; opacity: 0.1; z-index: 3; display: block; position: absolute; top: 0; bottom: 0; left: 0; background: url(../images/layout/pattern-1.svg) no-repeat bottom left; background-size: 100% auto; }
.headline-subpage.headline-with-bg:after { content: ''; display: block; position: absolute; z-index: 2; top: 0; left:  0; bottom: 0; width: 100%; background: #F6EFE5; background: -webkit-linear-gradient(240deg, rgba(246, 239, 229, 0) 0%, rgba(246, 239, 229, 1) 60%); background: -moz-linear-gradient(240deg, rgba(246, 239, 229, 0) 0%, rgba(246, 239, 229, 1) 60%); background: linear-gradient(240deg, rgba(246, 239, 229, 0) 0%, rgba(246, 239, 229, 1) 60%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#F6EFE5", endColorstr="#F6EFE5", GradientType=0); }
.headline-subpage .container-lg { position: relative; z-index: 5; }
.headline-subpage.headline-with-bg .headline-bg-image { background-size: auto 100%; background-repeat: no-repeat; background-position: center right; position: absolute; top: 0; right: 0; bottom: 0; max-width: 850px; width: 50%; z-index: 1; text-align: right; display: flex; justify-content: flex-end; align-items: center; }
.headline-subpage.headline-with-bg .headline-bg-image:after { content: ''; display: block; position: absolute; z-index: 2; top: 0; left:  0; bottom: 0; width: 20%; background: #F6EFE5; background: -webkit-linear-gradient(270deg, rgba(246, 239, 229, 0) 0%, rgba(246, 239, 229, 1) 100%); background: -moz-linear-gradient(270deg, rgba(246, 239, 229, 0) 0%, rgba(246, 239, 229, 1) 100%); background: linear-gradient(270deg, rgba(246, 239, 229, 0) 0%, rgba(246, 239, 229, 1) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#F6EFE5", endColorstr="#F6EFE5", GradientType=0); }
.headline-subpage.headline-with-bg .headline-bg-image img { width: 100%; }

/* section
---------------------------------------- */
.section { padding: 80px 0; position: relative; }
.woocommerce-checkout .section:not(.benefits),
.woocommerce-cart .section:not(.benefits),
.section-gray { background: #F6EFE5; }
.section-primary { color: #fff; background: #B72221; }

.section-head { padding-bottom: 1rem; }
.section-head.text-center { width: 620px; margin: 0 auto; max-width: 100%; }

.socials a { font-size: 20px; }

/* benefits
---------------------------------------- */
.benefits { padding: 2rem 2rem 1rem; background:  #EADDD1; z-index: 2; }
.benefits-item { display: flex; gap: 1rem; margin-bottom: 1rem; align-items: flex-start; }
.benefits-icon { margin-top: -3px; width: 60px; height: 60px; display: flex; align-items: center; justify-content: center; }
.benefits-icon img { width: auto; max-height: 100%; }
.benefits-icon i { font-size: 1.9rem; color: #B72221; line-height: 1;}
.benefits-text strong { display: block; font-weight: 700; margin-bottom: 0.15rem; }
.benefits-text span { display: block; font-size: 0.95rem; opacity: 0.9; line-height: 1.3em; }

.section-about { background-image: url(../images/layout/pattern-1-reverse.svg); background-repeat: no-repeat; background-position: bottom right; background-size: auto 32%; }

/* categories
---------------------------------------- */
.section-categories { position: relative; overflow: hidden; }
.section-categories:after { content: ''; display: block; position: absolute; top: -10%; right: -15%; bottom: -10%; left: -15%; z-index: 1; opacity: 0.06; background-image: url(../images/layout/bg-structure.svg); background-repeat: no-repeat; background-position: center; background-size: cover; }
.section-categories .container-lg { position: relative; z-index: 2; }
/*.cards>.card-col:nth-child(1) .card-item { background: url(../images/layout/pattern-1.svg) no-repeat left calc(100% - 10px); background-size: 100% auto; }*/
.cards { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; grid-auto-flow: row dense; }
.cards>.card-col { position: relative; }
.cards>.card-col:nth-child(1) { grid-column: 1 / span 2; grid-row: 1 / span 2 }
.cards>.card-col:nth-child(2) { grid-column: 3 / span 1; grid-row: 1 / span 1 }
.cards>.card-col:nth-child(3) { grid-column: 4 / span 1; grid-row: 1 / span 1 }
.cards>.card-col:nth-child(4) { grid-column: 3 / span 1; grid-row: 2 / span 1 }
.cards>.card-col:nth-child(5) { grid-column: 4 / span 1; grid-row: 2 / span 1 }

.cards .card-item { padding: 20px; background: #FFF; border-radius: 10px; min-height: 100%; position: relative; }
.cards .card-item h3 i { color: #B72221; margin-right: 10px; }
.cards .card-item ul { list-style: none; padding-left: 0; position: relative; z-index: 2; }
.cards .card-item ul li { padding: 2px 0 2px 20px; position: relative; }
.cards .card-item ul li:after { content: ''; display: block; width: 10px; height: 1px; background: #B72221; position: absolute; top: 14px; left: 0; }
.cards .card-item ul a { color: #2b2a29; text-decoration: none; }
.cards .card-item ul a:hover { color: #B72221; text-decoration: underline; }
.cards .card-item-bg { width: 120px; height: 280px; background-size: auto 100%; background-repeat: no-repeat; background-position: bottom left; position: absolute; z-index: 1; bottom: 10px; right: 0; }

.cards>.card-col:nth-child(1) .card-item-img { height: 405px; margin: -20px -20px 20px; border-top-left-radius: 10px; border-top-right-radius: 10px; }
.cards>.card-col:nth-child(1) .card-item-img { background-size: cover; background-position: center; background-repeat: no-repeat; }

/* product lines
---------------------------------------- */
.products-lines { display: flex; flex-wrap: wrap; margin: 0 -10px; }
.products-lines:not(.slick-initialized) .product-line { width: 33.333%; padding: 0 10px 20px; }
.products-lines a { color: #fff; text-decoration: none; display: block; background-size: cover; background-position: center; aspect-ratio: 12 / 10; border-radius: 5px; position: relative; overflow: hidden; }
.products-lines a:after { content: ''; display: block; position: absolute; z-index: 1; bottom: 0; left: 0; right: 0; opacity: 0.9; height: 30%; background: #2B2A29; background: -webkit-linear-gradient(180deg, rgba(43, 42, 41, 0) 0%, rgba(43, 42, 41, 1) 100%); background: -moz-linear-gradient(180deg, rgba(43, 42, 41, 0) 0%, rgba(43, 42, 41, 1) 100%); background: linear-gradient(180deg, rgba(43, 42, 41, 0) 0%, rgba(43, 42, 41, 1) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2B2A29", endColorstr="#2B2A29", GradientType=0); -webkit-transition:0.3s; -moz-transition:0.3s; -ms-transition:0.3s; -o-transition:0.3s; transition:0.3s; }
/*.products-lines a:hover:after { height: 50%; }*/
.products-lines .product-line-title { position: absolute; bottom: 0; left: 0; padding: 15px 20px; z-index: 2; -webkit-transition:0.3s; -moz-transition:0.3s; -ms-transition:0.3s; -o-transition:0.3s; transition:0.3s; }
.products-lines a:hover { box-shadow: 0 0 0 4px #B72221; }
/*.products-lines a:hover .product-line-title { left: 50%; transform: translateX(-50%);}*/

/* testimonials
---------------------------------------- */
.section-testimonials { position: relative; overflow: hidden; }
/*.section-testimonials:after { content: ''; display: block; position: absolute; top: -10%; right: -15%; bottom: -10%; left: -15%; z-index: 1; opacity: 0.08; background-image: url(../images/layout/bg-structure.svg); background-repeat: no-repeat; background-position: center; background-size: cover; }
.section-testimonials .container-lg { position: relative; z-index: 2; }*/
/*.section-testimonials { padding-bottom: 120px; background-image: url(../images/layout/pattern-3.svg); background-repeat: repeat-x; background-position: bottom center; background-size: auto 100px; }*/
.testimonials .col-lg-4 { margin-bottom: 2rem; }
.testimonials .testimonial-item { padding: 2rem; min-height: 100%; background: #fff; border-radius: 10px; position: relative; }
.testimonials .testimonial-item-head { padding: 0 0 1rem; text-align: center; border-bottom: 1px dashed #ddd; margin-bottom: 1rem; }
.testimonials .testimonial-item-head strong { display: block; }
.testimonials .testimonial-item-head span i { margin-right: 3px; }
.testimonials .testimonial-item-product { margin-bottom: 1rem; padding-left: 60px; position: relative; display: flex; align-items: center; min-height: 50px; }
.testimonials .testimonial-item-product img { position: absolute; width: 50px; height: 50px; left: 0; top: 0; border-radius: 50%; border: 1px solid #ddd; }
.testimonials .testimonial-item-product a { font-weight: 600; color: #2b2a29; text-decoration: none; }
.testimonials .testimonial-item-product a:hover { text-decoration: underline; }
.testimonials .testimonial-item-footer { position: absolute; bottom: 1.5rem; left: 0; right: 0; padding: 0 2rem; }
.testimonials .testimonial-stars { position: relative; color: #FFBC00; display: inline-block; white-space: nowrap; }
.testimonials .testimonial-stars-current { position: absolute; top: 0; left: 0; right: 0; width: 0px; overflow: hidden; }
.testimonials-wrap .slick-initialized .slick-list { overflow: visible; }
.testimonials-wrap .slick-initialized .slick-slide { padding: 0 calc(var(--bs-gutter-x) * 0.5); }
.testimonials-wrap .slick-initialized .slick-slide > div,
.testimonials-wrap .slick-initialized .slick-slide > div > div { min-height: 100%; display: block; margin-bottom: 0; height: 100%; }

.testimonials-footer { text-align: center; position: relative; height: 48px; }
.testimonials-footer .btn { position: relative; z-index: 40; }
.slider-active .testimonials-footer { text-align: right; }
.testimonials-footer .slick-dots { bottom: 17px; left: -10px; text-align: left; }
.testimonials-footer .slick-prev { left: auto; right: 50px; }
.testimonials-footer .slick-next { right: 0; }

.slick-list { min-width: 100%; }

/* breadcrumbs
---------------------------------------- */
.breadcrumbs { font-size: 13px; color: #888; margin-bottom: 10px; }
.breadcrumbs a { color: #888; text-decoration: none; }
.breadcrumbs a:hover { color: #222; text-decoration: underline; }
.breadcrumbs i { font-size: 11px; }
.breadcrumbs .breadcrumb_last { color: #222; }

/* articles
---------------------------------------- */
.articles > div { padding-bottom: 1.5rem; }
.articles .article-item { color: #000; display: block; text-decoration: none; min-height: 100%; background: #fff; border-radius: 10px; border: 1px solid #ddd; overflow: hidden; position: relative; }
body:not(.touch) .articles .article-item:hover { transform: translateY(-5px); box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08); }
.articles .article-item-img { height: 220px; background-size: cover; background-position: center; }
.articles .article-item-content h2 { margin-bottom: 1rem; }
.articles .article-item-content { font-size: 14px; padding: 20px 20px 40px; min-height: 100%; }
.articles .article-item-content .btn { position: absolute; bottom: 20px; left: 20px; }

.articles .slick-slide { padding: 1rem 0.75rem 0; }
.articles .slick-dots { text-align: center; bottom: -1rem; }
.articles .slick-dots button { background: #fff; }

/*.article-detail { width: 820px; max-width: 100%; margin: 0 auto; }*/

.sidebar-box { background: #F6EFE5; padding: 20px 20px 10px; border-radius: 10px; }
.sidebar-box ul { list-style: none; padding-left: 0; margin-bottom: 0; }
.sidebar-box ul li { padding: 10px 0; border-top: 1px dashed rgba(0, 0, 0, 0.1); }
.sidebar-box ul li:first-child { border-top: 0; padding-top: 0; }
.sidebar-box ul li a { color: #000; text-decoration: none; }
.sidebar-box ul li a:hover { text-decoration: underline; }
.sidebar-box ul li.current-cat a { font-weight: 600; }

/* pagination
---------------------------------------- */
.wp-pagenavi { text-align: center; padding: 3rem 0 0; }
.wp-pagenavi:after { content: ''; display: block; clear: both; }
.wp-pagenavi .pages { float: left; line-height: 40px; opacity: 0.5; border: 0; display: none; }
html .woocommerce .woocommerce-pagination ul .current,
.wp-pagenavi .current { font-weight: 500; opacity: 1; min-width: 40px; line-height: 40px; padding-top: 0; padding-bottom: 0; border-radius: 50%; color: #FFF !important; border: 0; background: #B72221 !important; display: inline-block; text-align: center; margin: 0 2px; }
html .woocommerce .woocommerce-pagination ul a,
.wp-pagenavi a { color: #72645A; font-weight: 500; min-width: 40px !important; line-height: 40px !important; padding-top: 0 !important; padding-bottom: 0 !important; text-decoration: none; display: inline-block; text-align: center; border-radius: 50%; margin: 0 2px; }
html .woocommerce .woocommerce-pagination ul a i,
.wp-pagenavi a i { display: inline-block; vertical-align: middle; font-size: 1em; margin-top: -2px; }
.wp-pagenavi .extend { padding: 0 4px; }
html .woocommerce .woocommerce-pagination ul a:hover,
.wp-pagenavi a:hover { color: #B72221 !important; text-decoration: none; background: transparent !important; }

/* text page
---------------------------------------- */
.text-page blockquote { font-size: 38px; font-style: italic; text-transform: uppercase; font-family: 'Raleway', Helvetica, Arial, sans-serif; }
.text-page blockquote p { line-height: 1.2em; letter-spacing: -1px; }
.custom-ul ul,
.text-page ul,
.text-page ol { list-style: none; padding-left: 0; }
.custom-ul ul:not(.tabs) li,
body:not(.woocommerce-page) .text-page ul li { padding-left: 20px; padding-top: 4px; padding-bottom: 4px; position: relative; }
.custom-ul ul:not(.tabs) li:before,
body:not(.woocommerce-page) .text-page ul li:before { content: ''; display: block; width: 8px; height: 8px; background: transparent; border: 2px solid #B72221; border-radius: 50%; position: absolute; top: 11px; left: 0; }
.custom-ul ul:not(.tabs) li:hover:before,
body:not(.woocommerce-page) .text-page ul li:hover:before { background: #B72221; }
.text-page ol li { counter-increment: step-counter; position: relative; padding-left: 20px;  }
.text-page ol li:before { font-weight: 400; width: 20px; text-align: left; position: absolute; top: -1px; left: 0; content: counter(step-counter)'.'; }
.text-page a:not(.btn) { text-decoration: underline; background-image: none; }
.text-page a:not(.btn):hover { text-decoration: none; }
.text-page img.alignnone { border-radius: 20px; margin: 0 0 2rem 0; }

.ratio .cmplz-placeholder-parent,
.ratio .cmplz-placeholder-parent iframe { width: 100% !important; height: 100% !important; max-width: 100%; display: block; }

html .attachments li { padding-left: 30px !important; }
html .attachments li:before { display: none !important; }
html .attachments li i { position: absolute; top: 5px; left: 0; font-size: 22px; }

/* boxes
---------------------------------------- */
/*.boxes { padding: 2rem 0; }
.boxes:first-child { padding-top: 0; }
.boxes:last-child { padding-bottom: 0; }*/
.boxes .box { padding: 1rem 0; }
.boxes .box:first-child { padding-top: 0; }
.boxes .box:last-child { padding-bottom: 0; }
.boxes .box .box-media { border-radius: 0; overflow: hidden; min-height: 100%; }
.boxes .box .box-media-item { min-height: 100%; background-size: cover; background-position: center; }

.boxes .box .box-media img { border-radius: 10px; width: 100%; height: auto; }
.boxes .box .box-media.no-shadow { border-radius: 0; box-shadow: none; }
.boxes .box .box-media.box-media-large { overflow: visible; margin: 0; }
.boxes .box .box-media.box-media-large img { width: 50vw; max-width: 1100px; float: right; border-radius: 0; }
.boxes .box .box-media.box-media-large.no-shadow img { border-radius: 0; box-shadow: none; }
.boxes .box:nth-child(even) .box-media.box-media-large img { float: none; }
.boxes .box .box-content { padding: 2rem 0 2rem 3rem; }
.boxes .box:nth-child(even) .row > div:first-child { order: 2; }
.boxes .box:nth-child(even) .box-content { padding-right: 3rem; padding-left: 0; }

.product-content-head-left .boxes .box .box-content { padding: 0 0 0 1rem; }
.product-content-head-left .boxes .box:nth-child(even) .box-content { padding-right: 1rem; padding-left: 0; }

.boxes .box .slick-initialized { margin-bottom: 0 !important; }
.boxes .box .slick-initialized .slick-arrow { opacity: 0; -webkit-transition:0.3s; -moz-transition:0.3s; -ms-transition:0.3s; -o-transition:0.3s; transition:0.3s; }
.boxes .box .slick-initialized:hover .slick-arrow { opacity: 1; }
.boxes .box .slick-prev { left: 15px; }
.boxes .box .slick-next { right: 15px; }
.boxes .box .slick-dots { position: static; bottom: auto; }
.boxes .box .box-media.box-media-large .slick-prev { left: 25px; }
.boxes .box .box-media.box-media-large .slick-next { right: 25px; }

.boxes .box.parallax { min-height: 80vh; align-items: center; display: flex; }
.boxes .box.parallax .box-media { right: 350px; position: relative; }
.boxes .box.parallax .box-content { right: -350px; position: relative; }
.boxes .box.parallax:nth-child(even) .box-media { right: -350px; }
.boxes .box.parallax:nth-child(even) .box-content { right: 350px; }

.boxes .box .slider-box-media.box-media-large { width: 50vw; max-width: 1100px; float: right; }
.boxes .box:nth-child(even) .slider-box-media.box-media-large { float: none; }
/*.boxes .box .slider-box-media.box-media-large .slick-arrow { display: none !important; }*/
.boxes .box .slider-box-media.box-media-large .slick-dots li button { background: #e0e2e8; }
.boxes .box .slider-box-media.box-media-large .slick-dots li button:hover,
.boxes .box .slider-box-media.box-media-large .slick-dots li.slick-active button { background: #ff8400; }

.boxes .box { background-position: center; background-attachment: fixed;}
.boxes .box.bg-gray { background-color: #eff1f5 !important; }
.boxes .box.bg-dark { color: #fff; background-color: #172a53 !important; }
.boxes .box.box-offset { padding: 4rem 0; margin: 0 -1rem; }

.section-cols { border-radius: 10px; }
.boxes-icons { text-align: center; padding: 2rem 0; }
.boxes-icons:first-child { padding-top: 0; }
.boxes-icons .boxes-icons-item { padding: 1.5rem 1rem 5.2rem; position: relative; min-height: 100%; }
.boxes-icons .boxes-icons-item p { margin: 0; font-size: 0.95em; opacity: 0.8; }
.boxes-icons .boxes-icons-item-icon { width: 100px; height: 100px; line-height: 60px; padding: 20px; text-align: center; margin: 0 auto 1rem; border-radius: 50%; background: #F6EFE5; }
.boxes-icons .boxes-icons-item-icon img { max-width: 100%; max-height: 100%; width: auto; height: auto; vertical-align: middle; margin-top: -3px; }
.boxes-icons .boxes-icons-item .btn { margin-top: 1rem; position: absolute; bottom: 1.5rem; left: 50%; transform: translateX(-50%); white-space: nowrap; }
.section-gray .boxes-icons .boxes-icons-item-icon { background: rgba(255, 255, 255, 0.5); }

/* gallery
---------------------------------------- */
.gallery { margin: 0 -4px; }
.gallery > div { padding: 4px; }
.gallery a { display: block; overflow: hidden; border-radius: 10px; }
.gallery a img { -webkit-transition:0.3s; -moz-transition:0.3s; -ms-transition:0.3s; -o-transition:0.3s; transition:0.3s; }
.gallery a:hover img { transform: scale(1.1); }

/* accordion
---------------------------------------- */
.accordion { padding: 0.5rem 0 2.5rem; }
.accordion .accordion-button { font-size: 1.1rem; color: #2b2a29; font-weight: 700; padding: 1rem 3rem 1rem 1.5rem; background: transparent !important; outline: none !important; box-shadow: none !important; }
.accordion .accordion-button:hover { background: none; color: #B72221; }
.accordion .accordion-button:after { display: none !important; }
.accordion .accordion-button i { font-size: 1.2rem; position: absolute; top: 0.9rem; right: 1rem; transform: rotate(180deg); }
.accordion .accordion-button:not(.collapsed) i { transform: rotate(0); }
.accordion .accordion-body { padding: 0.3rem 1.5rem 1px; }

/* slider
---------------------------------------- */
.slick-arrow { box-shadow: none !important; width: 40px; height: 40px; border-radius: 50%; }
.slick-arrow.slick-disabled,
.slick-arrow.slick-disabled:focus,
.slick-arrow.slick-disabled:active,
.slick-arrow.slick-disabled:hover { opacity: 0.3; color: #000; background: transparent; cursor: default; }
.slick-arrow,
.slick-arrow:focus,
.slick-arrow:active { z-index: 10; color: #fff; background: #B72221; }
.slick-arrow:hover { color: #fff; background: #000; border-color: #000; }
.slick-arrow:after { font-size: 20px; display: block; font-family: "Font Awesome 7 Pro" !important; speak: never; font-style: normal; font-weight: 400; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.slick-arrow:before { display: none; }
.slick-prev { left: 30px; }
.slick-prev:after { content: "\f104"; }
.slick-next { right: 30px; }
.slick-next:after { content: "\f105"; margin-right: -2px; }

.slick-dots { bottom: -2rem; padding: 0 5px; }
.slick-dots li { width: 24px; height: auto;  text-align: center; margin: 0 !important; padding: 0 !important; -webkit-transition:0.3s; -moz-transition:0.3s; -ms-transition:0.3s; -o-transition:0.3s; transition:0.3s; }
.slick-dots li:before { display: none !important; }
.slick-dots li button { width: 12px; height: 12px; border-radius: 6px; background: #F6EFE5; display: inline-block; -webkit-transition:0.3s; -moz-transition:0.3s; -ms-transition:0.3s; -o-transition:0.3s; transition:0.3s; }
.slick-dots li button:hover { background: #B72221; }
.slick-dots li.slick-active { margin: 0 5px !important; }
.slick-dots li.slick-active button { width: 25px; background: #B72221; }
.slick-dots li button:before { display: none; }

.slick-track { min-width: 100%; }

/* newsletter
---------------------------------------- */
/*.newsletter-box:not(.no-benefits) { background: #F6EFE5; }
.newsletter-box.no-benefits { background:  #EADDD1; }*/
.newsletter-box { background: rgba(255, 255, 255, 0.9); }
.newsletter-box.no-benefits { border-top: 1px solid #eee; }
.newsletter-box .form-control { height: 42px; }

/* footer
---------------------------------------- */
footer { background: #fff; background: #F6EFE5; position: relative; overflow: hidden; }
footer:after { content: ''; display: block; position: absolute; top: -10%; right: -15%; bottom: -10%; left: -15%; z-index: 1; opacity: 0.06; background-image: url(../images/layout/bg-structure.svg); background-repeat: no-repeat; background-position: center; background-size: cover; }
footer .container-lg { position: relative; z-index: 2; }
footer a { color: #2b2a29; text-decoration: none; }
footer a:hover { text-decoration: underline; }
.footer-content { font-size: 14px; padding: 40px 0 15px; }
.footer-content-title { display: block; margin-bottom: 0.8rem; font-weight: 700; }
.footer-content ul { list-style: none; padding-left: 0; margin-bottom: 1rem; }
.footer-content ul li { padding-bottom: 9px; line-height: 1.3em; }

.footer-content .footer-content-link { text-decoration: none !important; display: none; padding: 10px 20px 10px 0; font-size: 15px; font-weight: 600; position: relative; }
.footer-content .footer-content-link i { display: block; position: absolute; top: 15px; right: 0;  -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition:0.4s; -moz-transition:0.4s; -ms-transition:0.4s; -o-transition:0.4s; transition:0.4s; }
.footer-content .footer-content-link.collapsed i { -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }

.list-check li { padding-left: 25px; position: relative; }
.list-check li i { color: #B72221; position: absolute; top: 2px; left: 0; }


.footer-copy { font-size: 13px; padding: 10px 0 40px; }

/* buttons
---------------------------------------- */
.woocommerce form.login button.button,
.woocommerce form.register button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt,
html body .product-action .button,
.product-content-head-right .button,
html body .main .section ul.products li.product .button,
.wc-block-components-checkout-place-order-button,
.wp-block-woocommerce-proceed-to-checkout-block .wc-block-cart__submit-button,
.btn { font-size: 15px; font-weight: 600; letter-spacing: 0; padding: 9px 20px; white-space: normal; border-radius: 5px !important; text-decoration: none !important; font-family:'Raleway', Helvetica, Arial, sans-serif; -webkit-transition:0.3s; -moz-transition:0.3s; -ms-transition:0.3s; -o-transition:0.3s; transition:0.3s; }
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order,
.btn.btn-lg { font-size: 16px; padding: 16px 30px; }
.btn.btn-xs { font-size: 13px; padding: 6px 15px; }
.btn.btn-sm { font-size: 14px; padding: 7px 13px; }
.btn.btn-sm i { margin-left: 1px; margin-right: -2px; }
.btn i { font-size: 15px; margin: -2px -5px 0 4px; vertical-align: middle; display:  inline-block;}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order,
.btn-block { width: 100%; }

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt,
html body .product-action .button,
.product-content-head-right .button,
html body .main .section ul.products li.product .button,
.wc-block-components-checkout-place-order-button,
.wp-block-woocommerce-proceed-to-checkout-block .wc-block-cart__submit-button,
.woocommerce form.login button.button,
.woocommerce form.register button.button,
.btn-primary,
.btn-primary:focus,
.btn-primary:active { color: #fff; background: #b72221 !important; border: 0; box-shadow: none !important; position: relative; z-index: 5; }

.woocommerce form.login button.button:hover,
.woocommerce form.register button.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:hover,
html body .product-action .button:hover,
.product-content-head-right .button:hover,
html body .main .section ul.products li.product .button:hover,
.wc-block-components-checkout-place-order-button:hover,
.wp-block-woocommerce-proceed-to-checkout-block .wc-block-cart__submit-button:hover,
.btn-primary:hover { background: #891413 !important; }

.btn-success,
.btn-success:focus,
.btn-success:active { color: #fff; background: #5cb85c !important; border: 0; box-shadow: none !important; position: relative; z-index: 5; }
.btn-success:hover { color: #fff !important; background: #449d44 !important; }

.btn-outline-light,
.btn-outline-light:focus,
.btn-outline-light:active { color: #fff; border: 1px solid #fff !important; box-shadow: none !important; position: relative; z-index: 5; }
.btn-outline-light:hover { color: #2b2a29 !important; background: #fff !important; }

.btn-outline-dark { border-width: 2px; }

.btn-light,
.btn-light:focus,
.btn-light:active { background: #fff; }

.btn-secondary,
.btn-secondary.active,
.btn-secondary:focus,
.btn-secondary:active { color: #00459c; background: #ffe700 !important; border: 0; box-shadow: none !important; position: relative; z-index: 5; }
.btn-secondary:hover { color: #fff !important; background: #000 !important; }

.btn.btn-link { color: #B72221; padding: 0 10px; margin: 0 -10px; position: relative; z-index: 1; }
.btn.btn-link:hover { color: #B72221; text-decoration: underline !important; }
/*.btn.btn-link:hover i { left: 110%; opacity: 0; }*/
.btn.btn-link:hover:before { width: 100%; }

.btn-more-text { outline: none; box-shadow: none !important; margin-top: -10px !important; }
.btn-more-text.collapsed i { transform: rotate(180deg); }

/* forms
---------------------------------------- */
.form-group { margin-bottom: 1rem; }
.form-group label { font-size: 13px; font-weight: 600; display: block; margin-bottom: 5px; }
.woocommerce-ordering .orderby,
.form-control { font-size: 15px; color: #000; padding: 10px 15px; border: 1px solid #ddd !important; background-color: #fff; border-radius: 4px; -webkit-transition:0.3s; -moz-transition:0.3s; -ms-transition:0.3s; -o-transition:0.3s; transition:0.3s; }
.woocommerce-ordering .orderby,
.form-select { font-size: 15px; color: #000; padding: 10px 15px; border-color: #ddd; }
.woocommerce-ordering .orderby { font-size: 14px; padding: 5px 10px; margin-top: -4px; }
.form-control:focus { background: #fff; color: #000; box-shadow: 0 0 0 3px rgba(0, 69, 156, 0.1) !important; box-shadow: none; }
.form-select:focus { box-shadow: 0 0 0 3px rgba(0, 69, 156, 0.1) !important; }
.form-check-input { margin-top: 3px; }

.req { color: #ff0000; }

html .woocommerce ul.order_details { background: #fff; border-radius: 10px; padding: 1rem 1.2rem; margin-bottom: 1.5rem; }
html .woocommerce table.shop_table.order_details { background: #fff; }

html .wpcf7 form p { margin-bottom: 0; }
html .wpcf7 form .wpcf7-not-valid-tip { font-size: 13px; font-weight: 500; padding: 5px 0 0; color: #ff0000; }
html .wpcf7 form .wpcf7-response-output { font-size: 15px; margin: 0 0 30px 0; padding: 1rem 1.5rem !important; border-radius: 12px; }
html .wpcf7 form.invalid .wpcf7-response-output,
html .wpcf7 form.unaccepted .wpcf7-response-output,
html .wpcf7 form.payment-required .wpcf7-response-output { border: 0 !important; color: #fff; background: #ff0000 !important }
html .wpcf7 form.sent .wpcf7-response-output { border: 0 !important; color: #fff; background: green !important }
html .wpcf7 form .wpcf7-list-item { margin-left: 0; }

.woocommerce-Address-title h2 { font-size: 20px; margin-bottom: 5px; }
.woocommerce-account .addresses .title .edit { float: none !important; margin-bottom: 1rem; display: inline-block; }

/* Wrapper – nech je to vždy s odstupom */
.woocommerce-notices-wrapper{
  margin: 0;
}

/* Base alert */
.woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-notices-wrapper .woocommerce-info,
.woocommerce-notices-wrapper .woocommerce-error{
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 14px 14px 52px;
  border-radius: 14px;
  border: 1px solid rgba(0,0,0,.08);
  background: linear-gradient(180deg, #fff 0%, #fbfbfb 100%);
  box-shadow: 0 10px 26px rgba(0,0,0,.08);
  line-height: 1.35;
  font-size: 14px;
  margin: 0 0 12px;
}

/* Ľavý farebný pás */
.woocommerce-notices-wrapper .woocommerce-message::before,
.woocommerce-notices-wrapper .woocommerce-info::before,
.woocommerce-notices-wrapper .woocommerce-error::before{
  content:"";
  position:absolute;
  left:0; top:0; bottom:0;
  width:5px;
  border-radius: 14px 0 0 14px;
  opacity: .85;
}

/* ICON BADGE */
.woocommerce-notices-wrapper .woocommerce-message::after,
.woocommerce-notices-wrapper .woocommerce-info::after,
.woocommerce-notices-wrapper .woocommerce-error::after{
  content:"";
  position:absolute;
  left:14px;
  top:50%;
  width:30px;
  height:30px;
  transform: translateY(-50%);
  border-radius:999px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-family: "Font Awesome 7 Pro";
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
}
.woocommerce-notices-wrapper .woocommerce-message::after{
  content: "\f00c"; /* check */
  color: #2f7a52;
  background: rgba(85,151,115,.15);
}
.woocommerce-notices-wrapper .woocommerce-message::after{
  content: "\f00c"; /* check */
  color: #2f7a52;
  background: rgba(85,151,115,.15);
}
.woocommerce-notices-wrapper .woocommerce-error::after{
  content: "\f071"; /* exclamation-triangle */
  color: #c43c3c;
  background: rgba(196,60,60,.15);
}

/* Farby podľa typu */
.woocommerce-notices-wrapper .woocommerce-message{
  color: #173b2a;
}
.woocommerce-notices-wrapper .woocommerce-message::before{
  background: linear-gradient(180deg, #74c39a, #3f8b60);
}
.woocommerce-notices-wrapper .woocommerce-message::after{
  /* zelený badge */
  background: rgba(85,151,115,.14);
}

/* INFO */
.woocommerce-notices-wrapper .woocommerce-info{
  color: #11364f;
}
.woocommerce-notices-wrapper .woocommerce-info::before{
  background: linear-gradient(180deg, #7bb7e6, #2e79b8);
}
.woocommerce-notices-wrapper .woocommerce-info::after{
  background: rgba(46,121,184,.14);
}

/* ERROR */
.woocommerce-notices-wrapper .woocommerce-error{
  color: #4a0f10;
}
.woocommerce-notices-wrapper .woocommerce-error::before{
  background: linear-gradient(180deg, #f08b8b, #c43c3c);
}
.woocommerce-notices-wrapper .woocommerce-error::after{
  background: rgba(196,60,60,.14);
}

/* Ak Woo používa UL pre error, upracme to */
.woocommerce-notices-wrapper .woocommerce-error{
  list-style: none;
  padding-left: 52px;
}
.woocommerce-notices-wrapper .woocommerce-error li{
  margin: 0;
}

/* Linky v texte */
.woocommerce-notices-wrapper .woocommerce-message a:not(.button),
.woocommerce-notices-wrapper .woocommerce-info a:not(.button),
.woocommerce-notices-wrapper .woocommerce-error a:not(.button){
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  opacity: .9;
}
.woocommerce-notices-wrapper .woocommerce-message a:not(.button):hover,
.woocommerce-notices-wrapper .woocommerce-info a:not(.button):hover,
.woocommerce-notices-wrapper .woocommerce-error a:not(.button):hover{
  opacity: 1;
}

/* Tlačidlo "Zobraziť košík" */
.woocommerce-notices-wrapper .button.wc-forward{
  margin-left: auto;
  border: 0;
  border-radius: 10px;
  padding: 10px 12px;
  line-height: 1;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  background: #222;
  color: #fff;
  white-space: nowrap;
  box-shadow: 0 8px 16px rgba(0,0,0,.12);
  transition: transform .12s ease, box-shadow .12s ease, opacity .12s ease;
}
.woocommerce-notices-wrapper .button.wc-forward:hover{
  transform: translateY(-1px);
  box-shadow: 0 12px 22px rgba(0,0,0,.16);
  opacity: .95;
}

/* Mobile: tlačidlo pod text, nech sa to nezalamuje divne */
@media (max-width: 480px){
  .woocommerce-notices-wrapper .woocommerce-message,
  .woocommerce-notices-wrapper .woocommerce-info,
  .woocommerce-notices-wrapper .woocommerce-error{
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding-right: 14px;
  }
  .woocommerce-notices-wrapper .button.wc-forward{
    margin-left: 0;
    width: 100%;
    text-align: center;
  }
}

/* Coupon callout */
.woocommerce-form-coupon-toggle .woocommerce-info{
  background: #FFF;
  border: 0;
  border-radius: 10px;
}

/* Skry default Woo ikonku pri coupon info */
.woocommerce-form-coupon-toggle .woocommerce-info::before{
  display: none !important;
}

/* Ikonka: percento / ticket */
.woocommerce-form-coupon-toggle .woocommerce-info::after{
  content: "\f02c"; /* ticket */
  font-family: "Font Awesome 7 Pro";
  font-weight: 400;
  color: #B72221;
  position: absolute;
  top: 1rem;
  left: 1.5rem;
}

.woocommerce-form-coupon-toggle .woocommerce-info .showcoupon{
  margin-left: auto;
  padding: 10px 14px;
  border-radius: 10px;
  background: #222;
  color: #fff !important;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  transition: transform .12s ease, box-shadow .12s ease;
}

.woocommerce-form-coupon-toggle .woocommerce-info .showcoupon:hover{
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(0,0,0,.2);
}

@media (max-width: 480px){
  .woocommerce-form-coupon-toggle .woocommerce-info{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .woocommerce-form-coupon-toggle .woocommerce-info .showcoupon{
    width: 100%;
    text-align: center;
  }
}

html .wc-block-components-button:not(.is-link) { color: #fff; font-weight: 500; background: #000; border-radius: 5px; font-family:'Raleway', Helvetica, Arial, sans-serif; }
html .wc-block-components-button:not(.is-link):hover { background: #222; }
html .wc-block-components-button:not(.is-link):disabled .wc-block-components-button__text { opacity: 1; }

.wc-block-cart .wp-block-woocommerce-cart-order-summary-block { font-size: 15px !important; }

html #wcf_cf_gdpr_message_block { display: block; }
html #wcf_cf_gdpr_message_block span { font-size: 13px !important; color: #888; padding-top: 10px; padding-bottom: 5px; display: block; line-height: 1.3em; }

html .packeta-widget.after-rate { padding: 0; margin: 0; }
html .packeta-widget.after-rate .packeta-widget-button { display: flex !important; align-content: center; padding-bottom: 10px; }
html .packeta-widget.after-rate .packeta-widget-button img { width: 60px; margin-right: 10px; }

.wc-bacs-bank-details-heading,
.woocommerce-order-details__title,
.woocommerce-column__title { font-size: 20px; }
.woocommerce-column.woocommerce-column--billing-address { margin-bottom: 2rem; }
.woocommerce .woocommerce-customer-details address { border: 0; background: #FFF; }
ul.wc-bacs-bank-details:not(:has(li)) { display: none !important; }

.au-variant-stock-toggle{
  width:100%;
  margin:0 0 10px;
  padding:12px 14px;
  border:1px solid rgba(0,0,0,.12);
  background:#fff;
  cursor:pointer;
  font-weight:600;
}

.au-variant-stock-panel{
  overflow:hidden;
}

.dubu-selected-variant-stock__row p.stock { display: block !important; }

.product-categories.product-categories-noimg li { width: 25%; }
.product-categories.product-categories-noimg li a { padding-left: 35px; }
.product-categories.product-categories-noimg li a:before { content: '\f105'; color: #B72221; position: absolute; font-family: 'Font Awesome 7 Pro' !important; display: block; top: 10px; left: 15px; }

/* -------------------*
 *         IE         *
 *------------------- */
.clearfix { zoom:1\9; }

/* -------------------*
 *     RESPONSIVE     *
 *------------------- */
@media all and (max-width:1399px) {
    .section-about { background-size: auto 36%; }
    .section-categories { background-size: 340px auto; }

    .cards { display: flex; flex-wrap: wrap; gap: 0; margin: 0 -10px; }
    .cards>.card-col { width: 50%; padding: 10px; }
    .cards>.card-col:nth-child(1) { width: 100%; }
    .cards>.card-col:nth-child(1) .card-item { display: flex; }
    .cards>.card-col:nth-child(1) .card-item-img { width: 50%; height: auto; position: absolute; margin: 0; top: 0; left: 0; bottom: 0; border-top-right-radius: 0; border-bottom-left-radius: 10px; }
    .cards>.card-col:nth-child(1) .card-item-content { padding-left: calc(50% + 30px); }
    .cards .card-item-bg { right: 10px; }

    .boxes .box .slider-box-media.box-media-large,
    .boxes .box .box-media.box-media-large img { max-width: 130%; }
}
@media all and (max-width:1199px) {
    .navbar-panel .navbar-nav-links > li > a { padding-left: 12px; padding-right: 12px; }

    .section-about { background-size: auto 30%; }


}
@media all and (max-width:991px) {
    .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl { padding-left: 20px; padding-right: 20px; }

    h1, .h1 { font-size: 38px; }
    h2, .h2 { font-size: 32px; }

    header { position: sticky; top: 0; }
    header .navbar { padding: 10px 0; }
    .show-navigation header { position: fixed; right: 0; left: 0; }
    header .navbar-toggler { display: block; }

    .navbar-panel { display: none; }
    .navbar-panel .row { display: block; margin: 0; }
    .navbar-panel .row > div { padding: 0; }
    .navbar-panel .container-lg { padding: 0; }
    .show-navigation .navbar-panel { display: block; position: fixed !important; z-index: 100; overflow-y: auto; top: 68px !important; left: auto; right: 0; bottom: 0; width: 100%; padding-top: 0px; background: rgba(255, 255, 255, 0.9); -webkit-backdrop-filter: blur(15px); -moz-backdrop-filter: blur(15px); -ms-backdrop-filter: blur(15px); backdrop-filter: blur(15px); }
    .show-navigation .navbar-categories .btn { display: none; }

    .navbar-categories .navbar-nav-products { display: block !important; position: relative; width: 100%; top: auto; left: auto; height: auto; max-height: inherit; overflow: visible; }
    .navbar-categories .navbar-nav-products > ul { width: 100%; display: block; border-radius: 0; border: 0; background: transparent; }
    .navbar-categories .navbar-nav.navbar-nav-categories ul { padding: 0; position: relative; top: auto; left: auto; border: 0 !important; background: #F6EFE5 !important; box-shadow: none !important; border-radius: 0 !important; }
    .navbar-categories .navbar-nav li a { padding-top: 8px; padding-bottom: 8px; }
    .navbar-categories .navbar-nav li a i { left: 20px; }

    .navbar-panel .navbar-nav { width: 100%; display: block; }
    .navbar-panel .navbar-nav > li > a { color: #2b2a29; }

    .navbar-categories .navbar-nav-products > ul { padding: 0 !important; min-height: 1px !important; }
    .navbar-categories .navbar-nav.navbar-nav-categories ul a { padding: 6px 20px; }
    .navbar-categories .navbar-nav li.menu-item-has-children:hover > a:after { display: none; }

    .navbar-panel .navbar-categories .navbar-nav li.menu-item-has-children > a:before { display: none; }
    .navbar-panel .navbar-nav li { border-top: 1px solid #ddd; }
    .navbar-panel .navbar-nav li:first-child { border-top: 0; }
    .navbar-panel .navbar-nav li.divider { display: none; }
    .navbar-panel .navbar-nav li:hover ul { display: none !important; }
    .navbar-panel .navbar-nav li.menu-item-has-children > a { position: relative; }
    .navbar-panel .navbar-nav li.menu-item-has-children > a:before {  }
    .navbar-panel .navbar-nav li.menu-item-has-children > a .navbar-arrow { cursor: pointer; display: block; aspect-ratio: 1 / 1; position: absolute; top: 5px; right: 1rem; bottom: 5px; background: #B72221; border-radius: 5px; }
    .navbar-panel .navbar-nav ul li.menu-item-has-children > a .navbar-arrow { top: 5px; bottom: 5px; right: 1.15rem }
    .navbar-panel .navbar-nav ul li.menu-item-has-children > a .navbar-arrow:after { font-size: 12px; }
    .navbar-panel .navbar-nav li.menu-item-has-children > a .navbar-arrow:after { content: '\2b'; color: #FFF; display: block; position: absolute; top: 50%; left: 50%; transform: translateX(-50%) translateY(-50%); font-family: 'Font Awesome 7 Pro' !important; }
    .navbar-panel .navbar-nav li.menu-item-has-children.show-ul { background: #F6EFE5 !important; }
    .navbar-panel .navbar-nav li.menu-item-has-children.show-ul > a .navbar-arrow:after { content: '\f068'; color: #B72221; }
    .navbar-panel .navbar-nav li.menu-item-has-children.show-ul > a .navbar-arrow { background: transparent; box-shadow: inset 0 0 0 1px #B72221; }
    .navbar-panel .navbar-nav li.menu-item-has-children.show-ul > ul { display: block !important; position: static; top: auto; left: auto; }
    .navbar-panel .navbar-nav li.menu-item-has-children.show-ul .show-ul { background: #fff !important; }
    .navbar-panel .navbar-nav li.menu-item-has-children > ul { margin: 0 0 0 30px; width: auto; }
    .navbar-panel .navbar-nav li.menu-item-has-children > ul ul { font-size: 0.9em; padding: 0 0 10px 0; margin-left: 0; margin-right: 20px; background: #fff !important; border-radius: 10px; }
    .navbar-panel .navbar-nav li.menu-item-has-children > ul ul li { border: 0; }

    .navbar-panel .navbar-nav-links { border-top: 1px solid #ddd; padding: 0; margin-top: 0px; }
    .navbar-panel .navbar-nav-links > li > a { padding: 8px 20px; cursor: pointer; }
    .navbar-panel .navbar-nav-links > li > a:hover { background: transparent; color: #B72221; }
    .navbar-panel .navbar-nav-links a i { color: #B72221; }

    .navbar-categories .navbar-nav .navbar-contact { display: none; }

    .headline-home { padding-top: 0; }

    .headline-subpage { overflow: hidden; }
    .headline-subpage.headline-with-bg .headline-bg-image { width: 50%; }
    .headline-subpage.headline-with-bg { padding: 40px 0 40px; }
    .headline-subpage.headline-with-bg:after { width: 140%; opacity: 0.95; }
    .headline-subpage.headline-with-bg .lead { font-size: 16px; opacity: 1; }

    .headline-banners { margin-left: 0px; }
    .headline-banner > .row { height: auto; }
    .headline-banner .headline-banner-image { width: 40%; display: flex; align-items: flex-end; }

    .section-about { background-size: 100% auto; position: relative; }
    .section-about .container-lg { position: relative; z-index: 2; }
    .section-about:before { content: ''; display: block; background: #fff; position: absolute; z-index: 1; top: 0; right: 0; bottom: 0; left: 0; opacity: 0.85; }

    html .woocommerce div.product .woocommerce-tabs .tabs-wrap { top: 88px; }

    .boxes .box { display: block; padding-top: 1rem; }
    .boxes .box .slider-box-media.box-media-large,
    .boxes .box .box-media.box-media-large img { max-width: 100%; float: none; width: 100%; }
    .boxes .box .box-media.box-media-large { margin: 0; }
    .boxes .box .box-content { padding: 1.5rem 0 1rem 0 !important;  }
    .boxes .box .slider-box-media.box-media-large { margin-bottom: 2rem; }

    .boxes .box:nth-child(even) .row > div:first-child { order: 1; }
    .boxes .box:nth-child(even) .row > div:last-child { order: 2; }

    .product-categories.product-categories-noimg li { width: 33.3333%; }
}
@media all and (min-width:768px) {
    .footer-content .footer-content-col .collapse { display: block; }
}
@media all and (max-width:767px) {
    html .woocommerce div.product .product_title,
    h1, .h1 { font-size: 35px; }
    h2, .h2 { font-size: 32px; }
    .lead { font-size: 18px; }

    header { background: rgba(255, 255, 255, 1); }
    .navbar-search { display: none; }
    .show-search .navbar-search { display: block; background:#fefdfb; position: fixed; top: 68px; left: 0; right: 0; width: 100%; padding: 10px 25px 10px 25px; }
    .navbar-search .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp { padding: 0; }
    header .navbar-search .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit { top: 7px; left: 17px; }

    .headline-banner { display: flex !important; flex-wrap: wrap; overflow: hidden; text-align: center; align-items: flex-start; align-content: flex-start; }
    .headline-banner .row { order: 1; display: block !important; width: 100%; margin: 0; }
    .headline-banner .headline-banner-image { width: 100%; position: relative; top: auto; right: auto; bottom: auto; order: 2; display: flex; align-items: center; justify-content: center; }
    .headline-home .slick-dots { text-align: center; left: 0; right: 0; bottom: 20px; }

    .headline-banner:not(.headline-banner-fullimage) .headline-banner-image:after { left: 0; transform: rotate(-15deg) scale(2) translateY(-20%) translateY(-40%); }
    .headline-banner.headline-banner-fullimage { display: flex; align-content: center; }
    .headline-banner.headline-banner-fullimage .headline-banner-image:after { top: 0; bottom: 0; left: 0; opacity: 0.8; transform: rotate(0); }

    .headline-subpage.headline-with-bg { background-position: right center; padding: 30px 0 0; }
    .headline-subpage.headline-with-bg .headline-bg-image { margin-top: 1.5rem; width: 100%; height: 55vw; background-size: cover; background-position: center; position: relative; top: auto; left: auto; bottom: auto; right: auto; }
    .archive .headline-subpage.headline-with-bg:after,
    .archive .headline-subpage.headline-with-bg .headline-bg-image:after { display: none; }
    .headline-subpage:before { opacity: 0; width: 50%; }

    .section { padding: 50px 0; }

    .product-categories li,
    .product-categories.product-categories-noimg li { width: 50%; }

    .testimonials .slick-list { overflow: visible !important; }

    .product-content-head-left { position: static; }
    html .woocommerce div.product .woocommerce-tabs .tabs-wrap { top: 68px; }

    .boxes { padding: 1rem 0; }

    .footer-content { padding-bottom: 0px; }
    .footer-content .footer-content-title { display: none; }
    .footer-content .footer-content-link { display: block; border-top: 1px solid rgba(0, 0, 0, 0.1); }
    .footer-content-col:first-child .footer-content-link { border-top: 0; }

    html .cmplz-cookiebanner .cmplz-buttons { flex-direction: row !important; }
}
@media all and (max-width:575px) {
    html .woocommerce div.product .product_title,
    h1, .h1 { font-size: 30px; }
    h2, .h2 { font-size: 28px; }
    h3, .h3 { font-size: 22px; }

    .lead { font-size: 17px; }

    .benefits { padding: 1.5rem 1rem 1rem; }

    .headline-banner-text h1,
    .headline-banner-text .h1 { font-size: 28px; }
    .headline-banner-text .lead { font-size: 15px; }
    .headline-banner:not(.headline-banner-fullimage) .headline-banner-image { justify-content: flex-end; }
    .headline-banner:not(.headline-banner-fullimage) .headline-banner-image img { width: 80%; }

    .cards>.card-col { width: 100%; }
    .cards>.card-col:nth-child(1) .card-item { display: block; }
    .cards>.card-col:nth-child(1) .card-item-img { width: auto; height: 50vw; position: static; margin: -20px -20px 20px; top: auto; left: auto; bottom: auto; border-top-right-radius: 10px; border-bottom-left-radius: 0; }
    .cards>.card-col:nth-child(1) .card-item-content { width: 100%; padding-left: 0; }

    .articles .article-item-img { height: 65vw; }

    .product-categories li,
    .product-categories.product-categories-noimg li { width: 100%; }

    .cards .card-item-bg { height: 260px; }
    .cards .card-item ul li { padding-bottom: 4px; }
    .cards .card-item ul a { display: block; font-size: 1rem; font-weight: 600; }

    .section-categories:after { background-repeat: repeat-y; background-size: 220% auto; opacity: 0.1; background-position: top center; }
    .section-testimonials { background-size: auto 50px; }

    .benefits-item { padding-left: 0; }

    html .woocommerce .woocommerce-pagination ul .current,
    .wp-pagenavi .current,
    html .woocommerce .woocommerce-pagination ul a,
    .wp-pagenavi a { min-width: 30px !important; line-height: 30px !important; }

    .product-categories li a { padding: 10px 10px 10px 50px }
    .product-categories li .cat-img { width: 38px; height: 38px; }

    html .woocommerce ul.order_details li { width: 100%; float: none; border-right: 0; border-top: 1px dashed #ddd !important; padding: 10px 0 }
    html .woocommerce ul.order_details li:first-child { border-top: 0 !important; }

    html .cmplz-cookiebanner { padding: 10px !important; max-width: 360px !important; max-height: 260px !important; overflow: auto !important; font-size: 14px !important; }

    .product-content-gallery .slick-dots { display: none !important; }
    html.touch .product-content-gallery .slick-arrow { display: block !important; }

    .tooltip.variant-tooltip .tooltip-inner{ padding: 10px 10px; font-size: 14px; }
}
@media all and (max-width:475px) {
    header .navbar-brand { width: 120px; }
    .show-navigation .navbar-panel,
    .show-search .navbar-search { top: 61px !important; }

    html .woocommerce div.product .woocommerce-tabs .tabs-wrap { top: 60px; }
}
@media all and (max-width:370px) {
    header .navbar-brand { margin-right: 0; }
    header .navbar-icons a { font-size: 20px; padding: 0 2px; }
}

@media all and (min-width:992px) {
    .navbar-open .btn-menu,
    .navbar-open .btn-menu:active,
    .navbar-open .btn-menu:focus { background: #fff !important; color: #000 !important; }
    .navbar-open .navbar-categories { display: block; box-shadow: none !important; }
    .navbar-open .btn-menu { border-bottom-left-radius: 0 !important; border-bottom-right-radius: 0 !important; }
    .navbar-open .btn-menu:after { content: ''; display: block; position: absolute; top: 100%; left: 0; right: 0; height: 6px; background: #fff; z-index: 6; }
    .navbar-open .btn-menu i { transform: rotate(180deg); }
}

.onlyprint { display: none; }

@media print {
    .noprint,
    header,
    footer { display: none !important; }
}