main {
    margin-top: -1px;
}
.bg-dark {
    background-color: #000 !important;
}
.bg-info,
.woocommerce-template .entry-header {
    background-color: #eee !important;
}
.btn:focus,
.button:focus[name="woocommerce_checkout_place_order"],
.product-card .add_to_cart_button:focus,
.single-product .reset_variations:focus,
.cart_totals .shipping-calculator-button:focus,
.wc-proceed-to-checkout .checkout-button:focus,
.woocommerce-form-coupon .form-row .button:focus,
form#order_review #place_order:focus,
.no-results .search-form .search-submit:focus {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.text-dark {
    color: #000 !important;
}
.text-white {
    color: #fff !important;
}
@media (max-width: 991.98px) {
    .text-dark.carousel-item.heroCarousel__item {
        color: #FFF !important;
    }

    .text-dark.carousel-item.heroCarousel__item .heroCarousel__bottom-mobile a {
        color: #FFF !important;
        border-color: #FFF !important;
    }
}
.second-font,
.showroom-section h1 {
    font-family: "Roboto Condensed", sans-serif;
}
a {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}
a:hover {
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}
.btn,
.button[name="woocommerce_checkout_place_order"],
.product-card .add_to_cart_button,
.single-product .reset_variations,
.cart_totals .shipping-calculator-button,
.wc-proceed-to-checkout .checkout-button,
.woocommerce-form-coupon .form-row .button,
form#order_review #place_order,
.no-results .search-form .search-submit {
    border-radius: 0;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    line-height: 1;
    padding: 1rem 1.25rem 0.875rem;
    position: relative;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}
.btn::before,
.button[name="woocommerce_checkout_place_order"]::before,
.product-card .add_to_cart_button::before,
.single-product .reset_variations::before,
.cart_totals .shipping-calculator-button::before,
.wc-proceed-to-checkout .checkout-button::before,
.woocommerce-form-coupon .form-row .button::before,
form#order_review #place_order::before,
.no-results .search-form .search-submit::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.48, -0.3, 0, 1.3);
    transition: -webkit-transform 0.3s cubic-bezier(0.48, -0.3, 0, 1.3);
    transition: transform 0.3s cubic-bezier(0.48, -0.3, 0, 1.3);
    transition: transform 0.3s cubic-bezier(0.48, -0.3, 0, 1.3), -webkit-transform 0.3s cubic-bezier(0.48, -0.3, 0, 1.3);
    -webkit-transition: transform 0.3s cubic-bezier(0.48, -0.3, 0, 1.3);
    -moz-transition: transform 0.3s cubic-bezier(0.48, -0.3, 0, 1.3);
}
.btn-outline-dark,
.product-card .add_to_cart_button {
    border: 2px solid #000;
    color: #000;
    text-transform: uppercase;
}
.btn-outline-dark::before,
.product-card .add_to_cart_button::before {
    background-color: #000;
}
.btn-outline-dark:hover,
.product-card .add_to_cart_button:hover {
    background-color: transparent;
    border-color: #000;
}
.btn-outline-dark:hover::before,
.product-card .add_to_cart_button:hover::before {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.48, -0.3, 0, 1.3);
    transition: -webkit-transform 0.3s cubic-bezier(0.48, -0.3, 0, 1.3);
    transition: transform 0.3s cubic-bezier(0.48, -0.3, 0, 1.3);
    transition: transform 0.3s cubic-bezier(0.48, -0.3, 0, 1.3), -webkit-transform 0.3s cubic-bezier(0.48, -0.3, 0, 1.3);
    -webkit-transition: transform 0.3s cubic-bezier(0.48, -0.3, 0, 1.3);
    -moz-transition: transform 0.3s cubic-bezier(0.48, -0.3, 0, 1.3);
}
.btn-outline-light,
.btn-outline-white {
    border: 2px solid #fff;
    color: #fff;
    text-transform: uppercase;
}
.btn-outline-light::before,
.btn-outline-white::before {
    background-color: #fff;
}
.btn-outline-light:hover,
.btn-outline-white:hover {
    background-color: transparent;
    border-color: #fff;
}
.btn-outline-light:hover::before,
.btn-outline-white:hover::before {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.48, -0.3, 0, 1.3);
    transition: -webkit-transform 0.3s cubic-bezier(0.48, -0.3, 0, 1.3);
    transition: transform 0.3s cubic-bezier(0.48, -0.3, 0, 1.3);
    transition: transform 0.3s cubic-bezier(0.48, -0.3, 0, 1.3), -webkit-transform 0.3s cubic-bezier(0.48, -0.3, 0, 1.3);
    -webkit-transition: transform 0.3s cubic-bezier(0.48, -0.3, 0, 1.3);
    -moz-transition: transform 0.3s cubic-bezier(0.48, -0.3, 0, 1.3);
}
.btn-outline-primary {
    border: 2px solid #0379bf;
    color: #0379bf;
    text-transform: uppercase;
}
.btn-outline-primary::before {
    background-color: #0379bf;
}
.btn-outline-primary:hover {
    background-color: #0379bf;
    color: #fff;
}
.btn-outline-primary:hover::before {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.48, -0.3, 0, 1.3);
    transition: -webkit-transform 0.3s cubic-bezier(0.48, -0.3, 0, 1.3);
    transition: transform 0.3s cubic-bezier(0.48, -0.3, 0, 1.3);
    transition: transform 0.3s cubic-bezier(0.48, -0.3, 0, 1.3), -webkit-transform 0.3s cubic-bezier(0.48, -0.3, 0, 1.3);
    -webkit-transition: transform 0.3s cubic-bezier(0.48, -0.3, 0, 1.3);
    -moz-transition: transform 0.3s cubic-bezier(0.48, -0.3, 0, 1.3);
}
.btn-primary,
.button[name="woocommerce_checkout_place_order"],
.cart_totals .shipping-calculator-button,
.wc-proceed-to-checkout .checkout-button,
.woocommerce-form-coupon .form-row .button,
form#order_review #place_order,
.no-results .search-form .search-submit {
    background-color: #0379bf;
    border: 2px solid #0379bf;
    color: #fff;
}
.btn-primary::before,
.button[name="woocommerce_checkout_place_order"]::before,
.cart_totals .shipping-calculator-button::before,
.wc-proceed-to-checkout .checkout-button::before,
.woocommerce-form-coupon .form-row .button::before,
form#order_review #place_order::before,
.no-results .search-form .search-submit::before {
    background-color: #fff;
}
.btn-primary:hover,
.button:hover[name="woocommerce_checkout_place_order"],
.cart_totals .shipping-calculator-button:hover,
.wc-proceed-to-checkout .checkout-button:hover,
.woocommerce-form-coupon .form-row .button:hover,
form#order_review #place_order:hover,
.no-results .search-form .search-submit:hover {
    background-color: transparent;
    border-color: #0379bf;
    color: #0379bf;
}
.btn-primary:hover::before,
.button[name="woocommerce_checkout_place_order"]:hover::before,
.cart_totals .shipping-calculator-button:hover::before,
.wc-proceed-to-checkout .checkout-button:hover::before,
.woocommerce-form-coupon .form-row .button:hover::before,
form#order_review #place_order:hover::before,
.no-results .search-form .search-submit:hover::before {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.48, -0.3, 0, 1.3);
    transition: -webkit-transform 0.3s cubic-bezier(0.48, -0.3, 0, 1.3);
    transition: transform 0.3s cubic-bezier(0.48, -0.3, 0, 1.3);
    transition: transform 0.3s cubic-bezier(0.48, -0.3, 0, 1.3), -webkit-transform 0.3s cubic-bezier(0.48, -0.3, 0, 1.3);
    -webkit-transition: transform 0.3s cubic-bezier(0.48, -0.3, 0, 1.3);
    -moz-transition: transform 0.3s cubic-bezier(0.48, -0.3, 0, 1.3);
}
.btn-danger,
.single-product .reset_variations {
    background-color: #ff4200;
    border-color: #ff4200;
}
.btn:focus,
.button:focus[name="woocommerce_checkout_place_order"],
.product-card .add_to_cart_button:focus,
.single-product .reset_variations:focus,
.cart_totals .shipping-calculator-button:focus,
.wc-proceed-to-checkout .checkout-button:focus,
.woocommerce-form-coupon .form-row .button:focus,
form#order_review #place_order:focus,
.no-results .search-form .search-submit:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
}
.btn:hover,
.button:hover[name="woocommerce_checkout_place_order"],
.product-card .add_to_cart_button:hover,
.single-product .reset_variations:hover,
.cart_totals .shipping-calculator-button:hover,
.wc-proceed-to-checkout .checkout-button:hover,
.woocommerce-form-coupon .form-row .button:hover,
form#order_review #place_order:hover,
.no-results .search-form .search-submit:hover {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}
@media (min-width: 1460px) and (max-width: 1920.99px) {
    .col-xl-mofified {
        min-width: 90%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 90%;
        flex: 0 0 90%;
    }
}
@media (min-width: 1200px) and (max-width: 1459px) {
    .col-xl-mofified {
        min-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}
.pagination {
    border-radius: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.pagination .page-item {
    list-style: none;
    margin: 0.5rem;
}
.pagination .page-item .page-link {
    border: 1px solid #000;
    border-radius: 0 !important;
    color: #000;
    display: block;
    padding: 0.5rem 0.75rem;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.pagination .page-item .page-link.current {
    background-color: #000;
    color: #fff;
}
.woocommerce-pagination {
    min-width: 100%;
    padding: 0 0.9375rem;
}
.woocommerce-pagination .page-numbers {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.button[name="woocommerce_checkout_place_order"] {
    text-transform: uppercase;
    font-size: 1rem;
    padding: 0.625rem 1.875rem;
}
body {
    color: #000;
    font-family: "Roboto", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -o-object-fit: contain;
    object-fit: contain;
}
body .site {
    position: relative;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
body .site main {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
strong {
    font-weight: 700;
}
h1 {
    font-size: 2.25rem;
}
h2 {
    font-size: 1.875rem;
}
h3 {
    font-size: 1.5rem;
}
h4 {
    font-size: 1.125rem;
}
.font-weight-bolder {
    font-weight: 800 !important;
}
.preloader {
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
}
.preloader__elements img:first-of-type {
    width: 7.5rem;
    height: 7.5rem;
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: 3s;
    -webkit-animation-name: rotating;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-delay: 0s;
    -moz-animation-duration: 3s;
    -moz-animation-name: rotating;
    -moz-animation-fill-mode: forwards;
    -o-animation-delay: 0s;
    -o-animation-duration: 3s;
    -o-animation-name: rotating;
    -o-animation-fill-mode: forwards;
    animation-delay: 0s;
    animation-duration: 3s;
    animation-name: rotating;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.preloader__elements img:last-of-type {
    margin-left: 0.9375rem;
    height: 5.3125rem;
}
.navbar {
    color: #000;
    font-family: "Roboto Condensed", sans-serif;
    line-height: 1;
    padding-top: 0.9375rem;
    padding-bottom: 1rem;
    z-index: 1999;
}
.navbar-brand {
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 11;
}
.navbar-brand img {
    width: 8.75rem;
    height: auto;
}
.navbar-nav {
    font-weight: 700;
    text-transform: uppercase;
}
.navbar-nav .menu-item a {
    color: inherit;
    padding: 0.6875rem 0.625rem;
}
.navbar-nav .menu-item a.mega-toggler {
    position: relative;
}
.navbar-nav .menu-item a.mega-toggler::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
    margin-top: 0.8125rem;
    z-index: 10;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}
.navbar-nav .menu-item a.mega-toggler:hover::before {
    opacity: 1;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}
@media (min-width: 992px) {
    .navbar-nav .menu-item:hover .mega-menu__wrapp,
    .navbar-nav .menu-item:focus .mega-menu__wrapp {
        display: block;
    }
}
@media (max-width: 1120px) {
    .navbar-nav .menu-item:hover .mega-menu__wrapp,
    .navbar-nav .menu-item:focus .mega-menu__wrapp {
        top: 1.25rem;
    }
}
.navbar-nav .menu-item.single-column .sub-menu .col-md-3 {
    max-width: 100%;
    min-width: 100%;
}
.navbar-nav .menu-item.single-column .sub-menu .sub-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 37.5em) {
    .navbar-nav .menu-item.single-column .sub-menu .sub-menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.navbar__working-hours {
    line-height: 1.25rem;
    margin-right: 1.875rem;
    margin-bottom: 0;
    position: relative;
    z-index: 10;
}
.navbar__working-hours li:first-child {
    font-size: 0.875rem;
}
.navbar__working-hours li:last-child a {
    color: #000;
    text-decoration: underline;
}
.navbar__utilities {
    z-index: 11;
}
.navbar__utilities .search-icon {
    cursor: pointer;
}
.navbar__utilities .search-icon svg {
    width: 1.125rem;
    height: 1rem;
}
.navbar__utilities .cart-link {
    display: block;
    margin-left: 0.875rem;
    position: relative;
}
.navbar__utilities .cart-link img {
    width: 1.875rem;
    height: 1.875rem;
}
.navbar__utilities .cart-link .count {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: -10px;
    margin-right: -10px;
    width: 1.625rem;
    height: 1.625rem;
    border-radius: 50%;
    background-color: #000;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.navbar__search-wrapp {
    border: 1px solid #000;
    top: -4px;
    right: 2.8125rem;
    background-color: #fff;
    padding-right: 2.5rem;
    display: none;
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: 0.3s;
    -webkit-animation-name: fadeInRight;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-delay: 0s;
    -moz-animation-duration: 0.3s;
    -moz-animation-name: fadeInRight;
    -moz-animation-fill-mode: forwards;
    -o-animation-delay: 0s;
    -o-animation-duration: 0.3s;
    -o-animation-name: fadeInRight;
    -o-animation-fill-mode: forwards;
    animation-delay: 0s;
    animation-duration: 0.3s;
    animation-name: fadeInRight;
    animation-fill-mode: forwards;
}
.navbar__search-wrapp .close-form {
    cursor: pointer;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0.625rem 0.9375rem 0.625rem 0;
}
.navbar__search-wrapp .close-form svg {
    width: 1rem;
    height: 1rem;
}
.navbar__search-wrapp form {
    position: relative;
    z-index: 99;
}
.navbar__search-wrapp .form-control {
    border-radius: 0;
    border: none;
    color: #000;
    min-width: 13.75rem;
    padding-left: 1.875rem;
}
.navbar__search-wrapp .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
@media (max-width: 85em) {
    .navbar-expand-lg .container-fluid {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .navbar-collapse {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        position: relative;
        margin-top: 1.125rem;
        padding-top: 1.125rem;
    }
    .navbar-collapse::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        margin-left: -31px;
        width: 100vw;
        height: 1px;
        background-color: #e4e4e4;
    }
    .navbar-collapsing {
        -webkit-transition: none !important;
        transition: none !important;
    }
    .navbar__working-hours {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-left: 1.875rem;
        min-width: 70%;
    }
}
@media (max-width: 70em) {
    .navbar-nav .menu-item a {
        padding: 0 0.4375rem;
    }
    .navbar-nav .menu-item a.mega-toggler::before {
        top: 0.625rem;
    }
}
@media (max-width: 62em) {
    .navbar-toggler {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .navbar-toggler .animated-icon {
        width: 1.875rem;
        height: 1.25rem;
        position: relative;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
    }
    .navbar-toggler .animated-icon span {
        background-color: #000;
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        border-radius: 0.5625rem;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        transition: all 0.25s ease-in-out;
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
    }
    .navbar-toggler .animated-icon span:nth-child(1) {
        top: 0;
    }
    .navbar-toggler .animated-icon span:nth-child(2) {
        top: 0.625rem;
    }
    .navbar-toggler .animated-icon span:nth-child(3) {
        top: 1.25rem;
    }
    .navbar-toggler .animated-icon.open span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    .navbar-toggler .animated-icon.open span:nth-child(2) {
        opacity: 0;
        left: -60px;
    }
    .navbar-toggler .animated-icon.open span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }
    .navbar-brand {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #fff;
        border-top: 2px solid #000;
        z-index: 9999;
        padding-top: 0;
        height: calc(100vh - 71px);
        line-height: 3;
        overflow-x: hidden;
        overflow-y: auto;
        margin: 0;
        opacity: 0;
    }
    .navbar-collapse.collapsing {
        -webkit-transition: none !important;
        transition: none !important;
    }
    .navbar-collapse.show {
        -webkit-animation-name: fadeInRight;
        animation-name: fadeInRight;
        -webkit-animation-direction: normal;
        animation-direction: normal;
        -webkit-animation-duration: 0.6s;
        animation-duration: 0.6s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .navbar-collapse #main-menu {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        min-width: 100%;
    }
    .navbar-collapse .mega-toggler::before {
        display: none;
    }
    .navbar-collapse .mega-toggler i {
        position: absolute;
        right: 0;
        width: 1rem;
        height: 1rem;
        margin: 17px 30px 0;
    }
    .navbar-collapse .mega-toggler i::before,
    .navbar-collapse .mega-toggler i::after {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        background-color: #000;
        transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
    }
    .navbar-collapse .mega-toggler i::before {
        width: 100%;
        height: 0.125rem;
        margin: 7px -7px 0;
    }
    .navbar-collapse .mega-toggler i::after {
        width: 0.125rem;
        height: 100%;
    }
    .navbar-collapse .mega-toggler.show i::after {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
    }
    .navbar__utilities {
        margin-right: 0;
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .navbar__working-hours {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
        min-width: auto;
    }
    .navbar__search-wrapp .form-control {
        padding-left: 1rem;
    }
    .navbar .info-menu {
        background-color: #000;
        color: #fff;
        margin-top: 1.875rem;
        margin-bottom: 0;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        min-width: 100%;
    }
    .navbar .info-menu li {
        border: none;
    }
    .navbar .info-menu li a {
        color: inherit;
        padding: 0 0.625rem;
    }
    .navbar .menu-item {
        position: relative;
        margin: 0;
        border-bottom: 2px solid #e4e4e4;
    }
    .navbar .menu-item a {
        display: block;
        padding: 0 1.875rem;
    }
    .navbar .menu-item.show .mega-menu__wrapp {
        display: block;
    }
    .navbar .menu-item.show .mega-toggler i::after {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
    }
}
@media (max-width: 37.5em) {
    .navbar-toggler {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .navbar-collapse {
        border: none;
        height: calc(100vh - 61px);
        padding: 0 0 1.25rem;
        opacity: 0;
    }
    .navbar-collapse.collapsing {
        -webkit-transition: none !important;
        transition: none !important;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
        -webkit-animation: none !important;
        animation: none !important;
    }
    .navbar-collapse .menu-item a {
        padding: 0 0.9375rem;
    }
    .navbar-collapse .menu-item .mega-toggler i {
        margin-right: 1.4375rem;
    }
    .navbar-collapse .info-menu {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 1.25rem 0;
    }
    .navbar__utilities {
        margin-right: 0;
    }
    .navbar__utilities .search-icon {
        display: none;
    }
    .navbar__utilities .cart-link {
        margin-left: 0;
    }
    .navbar__working-hours {
        display: none;
    }
    .navbar__search-wrapp {
        margin: 0 0.9375rem 1.25rem;
        min-width: calc(100% - 30px);
        -webkit-animation: none !important;
        animation: none !important;
        z-index: 1;
    }
    .navbar__search-wrapp .close-form {
        display: none;
    }
}
.navbar #menu-item-12721 {
    display: none !important;
}
.second-navbar {
    padding: 0.125rem 0.9375rem;
}
.second-navbar__delivery-info p {
    margin-bottom: 0;
}
.second-navbar .info-menu {
    color: #fff;
    font-size: 0.875rem;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    line-height: 1.5625rem;
    margin-bottom: 0;
}
.second-navbar .info-menu .menu-item {
    position: relative;
}
.second-navbar .info-menu .menu-item:not(:last-child) {
    margin-right: 1.75rem;
}
.second-navbar .info-menu .menu-item a {
    color: inherit;
    position: relative;
}
@media (max-width: 1470px) {
    .second-navbar .info-menu .menu-item:not(:last-child) {
        margin-right: 0.9375rem;
    }
}
@media (max-width: 85em) {
    .second-navbar .info-menu .menu-item:not(:last-child) {
        margin-right: 0.5625rem;
    }
}
@media (max-width: 62em) {
    .second-navbar__delivery-info {
        text-align: center;
    }
}
@media (max-width: 37.5em) {
    .second-navbar {
        font-size: 0.75rem;
        padding: 0.1875rem 0;
    }
    .second-navbar .info-menu {
        display: none !important;
    }
}
.mega-menu__wrapp {
    display: none;
    padding: 5.125rem 0 3.125rem;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    border-bottom: 2px solid #e4e4e4;
    color: #333;
    font-size: 1rem;
    font-weight: 400;
    text-transform: initial;
    z-index: 9;
    margin-top: -32px;
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: 0.4s;
    -webkit-animation-name: fadeIn;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-delay: 0s;
    -moz-animation-duration: 0.4s;
    -moz-animation-name: fadeIn;
    -moz-animation-fill-mode: forwards;
    -o-animation-delay: 0s;
    -o-animation-duration: 0.4s;
    -o-animation-name: fadeIn;
    -o-animation-fill-mode: forwards;
    animation-delay: 0s;
    animation-duration: 0.4s;
    animation-name: fadeIn;
    animation-fill-mode: forwards;
}
.mega-menu__wrapp::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 30px);
    border-top: 2px solid #e4e4e4;
    background-color: #fff;
}
.mega-menu__wrapp .container-fluid {
    max-width: 106.25rem;
}
.mega-menu__wrapp .container-fluid .col-lg-8 .dropdown-content {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.mega-menu__wrapp .menu-item-has-children > a.mega-toggler {
    display: none;
}
.mega-menu__wrapp .menu-item-has-children .dropdown-content .menu-item:not(:last-child) {
    margin-bottom: 0.9375rem;
}
.mega-menu__wrapp .menu-item-has-children .dropdown-content a:hover {
    color: #000;
    text-decoration: underline;
}
.mega-menu__wrapp .sub-menu a:hover {
    color: #000;
    text-decoration: underline;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}
.mega-menu__featured-cat {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid #e4e4e4;
    color: #000;
    font-size: 1.125rem;
    line-height: 1.4;
    text-transform: initial;
    font-weight: 400;
    padding: 1.5625rem 1.875rem 1.25rem;
}
.mega-menu__featured-cat .cat-link {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.mega-menu__featured-cat h4 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.125rem;
}
.mega-menu__featured-cat p {
    margin-bottom: 1rem;
}
.mega-menu__featured-cat .price {
    color: #999;
}
.mega-menu__featured-cat .price strong {
    color: #000;
}
.mega-menu__featured-cat .content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.mega-menu__featured-cat img {
    width: 40%;
    min-width: 9.375rem;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
}
@media (max-width: 70em) {
    .mega-menu__wrapp {
        font-size: 0.875rem;
        min-width: 100vw;
        margin-left: -31px;
        margin-top: 0;
    }
    .mega-menu__wrapp .menu-item-has-children .dropdown-content .menu-item {
        white-space: nowrap;
    }
    .mega-menu__featured-cat {
        font-size: 0.875rem;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }
    .mega-menu__featured-cat h4 {
        font-size: 1.25rem;
    }
    .mega-menu__featured-cat .pr-lg-4 {
        padding-right: 0 !important;
    }
    .mega-menu__featured-cat img {
        min-width: 7.25rem;
        width: 30%;
    }
}
@media (max-width: 62em) {
    .mega-menu__wrapp {
        width: 100vw;
        text-align: left;
        line-height: 1.4;
        margin: 0;
        position: relative;
        padding: 1.5rem 0;
        border-top: 2px solid #e4e4e4;
        border-bottom: none;
    }
    .mega-menu__wrapp::before {
        display: none;
    }
    .mega-menu__wrapp .menu-item {
        border-bottom: none;
    }
    .mega-menu__wrapp .menu-item a {
        padding: 0 0.625rem;
    }
    .mega-menu__wrapp .container-fluid .col-lg-8 .dropdown-content {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}
@media (max-width: 37.5em) {
    .mega-menu__wrapp {
        top: 0;
    }
    .mega-menu__wrapp .container-fluid {
        padding: 0;
    }
    .mega-menu__wrapp .dropdown-content .sub-menu {
        margin-bottom: 0.875rem;
    }
}
#menu-item-12010 .mega-menu__wrapp,
#menu-item-12011 .mega-menu__wrapp,
#menu-item-12013 .mega-menu__wrapp {
    padding-bottom: 1.6875rem;
}
#menu-item-12010 .col-lg-8,
#menu-item-12011 .col-lg-8,
#menu-item-12013 .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    min-width: 100%;
    max-width: 100%;
}
#menu-item-12010 .col-lg-8 .sub-menu,
#menu-item-12011 .col-lg-8 .sub-menu,
#menu-item-12013 .col-lg-8 .sub-menu {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 70em) {
    #menu-item-12010 .mega-menu__wrapp,
    #menu-item-12011 .mega-menu__wrapp,
    #menu-item-12013 .mega-menu__wrapp {
        padding-bottom: 7px;
    }
    #menu-item-12010 .sub-menu .menu-item,
    #menu-item-12011 .sub-menu .menu-item,
    #menu-item-12013 .sub-menu .menu-item {
        margin-bottom: 20px;
    }
}
@media (max-width: 62em) {
    #menu-item-12010 .mega-menu__wrapp .sub-menu .menu-item,
    #menu-item-12011 .mega-menu__wrapp .sub-menu .menu-item,
    #menu-item-12013 .mega-menu__wrapp .sub-menu .menu-item {
        margin: 0 10px 15px;
    }
}
.site-footer {
    padding-top: 3.375rem;
    padding-bottom: 3.375rem;
}
.site-footer h1 {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 3rem;
    margin-bottom: 2.375rem;
}
.site-footer__contacts--blk {
    line-height: 1.875rem;
    margin-bottom: 1.375rem;
}
.site-footer__contacts--blk h5 {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.875rem;
    margin-bottom: 0;
}
.site-footer__contacts--blk address {
    margin-bottom: 0;
}
.site-footer__contacts--blk a {
    color: #fff;
    text-decoration: underline;
}
.site-footer__contacts--blk .cards {
    margin-top: 0.375rem;
}
.site-footer__contacts--blk .cards img {
    width: 4.6875rem;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
}
.site-footer__description {
    line-height: 1.875rem;
}
.site-footer__description h3 {
    font-weight: 700;
    line-height: 2.25rem;
    margin-bottom: 2.75rem;
}
.site-footer__separator {
    border-color: #fff;
    border-width: 2px;
    margin-top: 1.875rem;
    margin-bottom: 1.0625rem;
}
.site-footer .footer-menu {
    color: #fff;
    font-size: 0.875rem;
    line-height: 2.25rem;
    margin-bottom: 0;
}
.site-footer .footer-menu .menu-item:not(:last-child) {
    margin-right: 0.9375rem;
}
.site-footer .footer-menu .menu-item a {
    color: inherit;
    text-decoration: underline;
}
.site-footer .footer-menu .menu-item.current-menu-item a {
    text-decoration: none;
}
.site-footer__social-media {
    text-align: right;
    margin-bottom: 0;
}
.site-footer__social-media li a {
    display: block;
}
.site-footer__social-media li img {
    -webkit-filter: invert(1);
    filter: invert(1);
    min-width: 1.375rem;
}
.site-footer .copyright {
    font-size: 0.875rem;
    margin-top: 0.25rem;
}
@media (max-width: 37.5em) {
    .site-footer {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
        text-align: center;
    }
    .site-footer .footer-menu {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .site-footer__social-media {
        text-align: center;
        margin: 14px 0 16px;
    }
}
.hero-carousel {
    position: relative;
    overflow: hidden;
    margin-top: -1px;
}
.hero-carousel .carousel-item {
    font-size: 1.125rem;
    line-height: 1.875rem;
    padding: 0 6%;
}
.hero-carousel .carousel-item__content.text-dark::before {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0) 50%);
}
.hero-carousel .carousel-item__content.text-white::before {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 50%);
}
.hero-carousel .carousel-item .description {
    opacity: 0;
}
.hero-carousel .carousel-item h1 {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    font-size: 2.5rem;
    text-transform: uppercase;
    line-height: 3rem;
    margin-bottom: 0.5625rem;
}
.hero-carousel .carousel-item p {
    margin-bottom: 1.3125rem;
}
.hero-carousel .carousel-item.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.hero-carousel .carousel-item.active .description {
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: 0.7s;
    -webkit-animation-name: backInLeft;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-delay: 0s;
    -moz-animation-duration: 0.7s;
    -moz-animation-name: backInLeft;
    -moz-animation-fill-mode: forwards;
    -o-animation-delay: 0s;
    -o-animation-duration: 0.7s;
    -o-animation-name: backInLeft;
    -o-animation-fill-mode: forwards;
    animation-delay: 0s;
    animation-duration: 0.7s;
    animation-name: backInLeft;
    animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.hero-carousel .carousel-control {
    width: 3.75rem;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}
.hero-carousel .carousel-control-prev {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
}
.hero-carousel .carousel-control-next {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
}
.hero-carousel .carousel-control-icon {
    background-image: none;
    width: 40px;
    height: 40px;
}
.hero-carousel:hover .carousel-control {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1500px) {
    .hero-carousel br {
        display: none;
    }
}
@media (max-width: 62em) {
    .hero-carousel .carousel-item.text-dark::before {
        background: rgba(255, 255, 255, 0.5);
    }
    .hero-carousel .carousel-item.text-white::before {
        background: rgba(0, 0, 0, 0.5);
    }
}
@media (max-width: 37.5em) {
    .hero-carousel {
        text-align: center;
    }

    .hero-carousel .carousel-item h1 {
        font-size: 2.25rem;
        line-height: 2.625rem;
    }
}
.popular-products__intro {
    margin-bottom: 23px;
    padding: 1rem 0.9375rem 1rem;
}
.popular-products__intro::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    height: 0;
    border: solid transparent;
    border-color: transparent;
    border-top-color: #000;
    border-width: 20px;
    margin-left: -20px;
}
.popular-products__intro h2 {
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 0.9rem;
}
.popular-products .container-fluid {
    padding: 0;
}
.popular-products .slick-arrow {
    position: absolute;
    top: 50%;
    background-color: #000;
    border: none;
    color: #fff;
    width: 3.75rem;
    height: 3.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    text-indent: -9999px;
    z-index: 9;
}
.popular-products .slick-arrow svg {
    width: 1.25rem;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}
.popular-products .slick-arrow.slick-next {
    right: 0;
    margin-right: -15px;
}
.popular-products .slick-arrow.slick-next:hover svg {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}
.popular-products .slick-arrow.slick-prev {
    left: 0;
    margin-left: -15px;
}
.popular-products .slick-arrow.slick-prev:hover svg {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}
@media (max-width: 37.5em) {
    .popular-products .slick-arrow {
        width: 2.5rem;
        height: 2.5rem;
        margin-top: -40px;
    }
}
.slick-slide {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.sale-info {
    color: #fff;
    margin-bottom: 1.875rem;
}
.sale-info .container-fluid {
    padding: 0 2.8125rem;
}
.sale-info .container-fluid > .row .col-lg-4:last-of-type {
    padding-right: 3.75rem;
}
.sale-info__text {
    line-height: 8vw;
    font-weight: 700;
    font-size: 11vw;
    margin-bottom: -6px;
    margin-left: -5px;
    display: block;
}
.sale-info h3 {
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    margin-bottom: 0.375rem;
}
.sale-info p {
    margin-bottom: 0;
}
.sale-info .btn,
.sale-info .button[name="woocommerce_checkout_place_order"],
.sale-info .product-card .add_to_cart_button,
.product-card .sale-info .add_to_cart_button,
.sale-info .single-product .reset_variations,
.single-product .sale-info .reset_variations,
.sale-info .cart_totals .shipping-calculator-button,
.cart_totals .sale-info .shipping-calculator-button,
.sale-info .wc-proceed-to-checkout .checkout-button,
.wc-proceed-to-checkout .sale-info .checkout-button,
.sale-info .woocommerce-form-coupon .form-row .button,
.woocommerce-form-coupon .form-row .sale-info .button,
.sale-info form#order_review #place_order,
form#order_review .sale-info #place_order,
.sale-info .no-results .search-form .search-submit,
.no-results .search-form .sale-info .search-submit {
    max-width: 20rem;
}
@media (max-width: 70em) {
    .sale-info .row {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
    }
    .sale-info__text {
        font-size: 13vw;
        margin-left: -5%;
        letter-spacing: -5px;
    }
}
@media (max-width: 62em) {
    .sale-info {
        text-align: center;
    }
    .sale-info__text {
        margin-left: 0;
        margin-bottom: 0.9375rem;
        letter-spacing: 0;
    }
    .sale-info p {
        margin-bottom: 15px;
    }
    .sale-info .container-fluid > .row .col-lg-4:last-of-type {
        padding-right: 0.9375rem;
    }
}
.category-layout {
    padding-top: 1.25rem;
    padding-bottom: 3.75rem;
}
.category-layout h3 {
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    margin-bottom: 1.0625rem;
}
.category-layout p {
    margin-bottom: 1.4375rem;
}
.category-layout img {
    opacity: 0;
}
@media (max-width: 37.5em) {
    .category-layout {
        padding-bottom: 1.875rem;
    }
}
.tacx-layout {
    border-left: 1.875rem solid #fff;
    border-right: 1.875rem solid #fff;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.3);
    background-blend-mode: multiply;
    color: #fff;
    position: relative;
    min-height: 29.375rem;
    height: 50vh;
    font-size: 1.125rem;
    line-height: 1.875rem;
}
.tacx-layout::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#00000000',GradientType=1 );
}
.tacx-layout .container-fluid {
    padding: 0 3.75rem;
    position: relative;
    z-index: 3;
}
.tacx-layout h1 {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    font-size: 2.5rem;
    margin-bottom: 1.25rem;
}
.tacx-layout h3 {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    margin-bottom: 1.3125rem;
}
.tacx-layout p {
    margin-bottom: 1.375rem;
}
.tacx-layout__apps {
    border-width: 0.125rem 1.875rem 1.875rem 1.875rem;
    border-color: #fff;
    border-style: solid;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
}
.tacx-layout__apps .media {
    border-right: 2px solid #fff;
    padding: 1.875rem 0;
}
.tacx-layout__apps .media-body {
    font-family: "Roboto Condensed", sans-serif;
}
.tacx-layout__apps .media-body h5 {
    font-weight: 700;
    font-size: 1rem;
}
.tacx-layout__apps .media-body h2 {
    font-weight: 700;
    line-height: 1;
}
.tacx-layout__apps p {
    margin-bottom: 0;
    font-size: 1.125rem;
    max-width: 33.3333%;
}
.tacx-layout__apps ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 0;
    margin-left: 1.75rem;
}
.tacx-layout__apps ul li {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
}
.tacx-layout__apps ul li:not(:last-child) {
    margin-right: 1.875rem;
}
.tacx-layout__apps ul .btn,
.tacx-layout__apps ul .button[name="woocommerce_checkout_place_order"],
.tacx-layout__apps ul .product-card .add_to_cart_button,
.product-card .tacx-layout__apps ul .add_to_cart_button,
.tacx-layout__apps ul .single-product .reset_variations,
.single-product .tacx-layout__apps ul .reset_variations,
.tacx-layout__apps ul .cart_totals .shipping-calculator-button,
.cart_totals .tacx-layout__apps ul .shipping-calculator-button,
.tacx-layout__apps ul .wc-proceed-to-checkout .checkout-button,
.wc-proceed-to-checkout .tacx-layout__apps ul .checkout-button,
.tacx-layout__apps ul .woocommerce-form-coupon .form-row .button,
.woocommerce-form-coupon .form-row .tacx-layout__apps ul .button,
.tacx-layout__apps ul form#order_review #place_order,
form#order_review .tacx-layout__apps ul #place_order,
.tacx-layout__apps ul .no-results .search-form .search-submit,
.no-results .search-form .tacx-layout__apps ul .search-submit {
    font-size: 0.875rem;
    min-width: 5rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.tacx-layout__apps ul .btn img,
.tacx-layout__apps ul .button[name="woocommerce_checkout_place_order"] img,
.tacx-layout__apps ul .product-card .add_to_cart_button img,
.product-card .tacx-layout__apps ul .add_to_cart_button img,
.tacx-layout__apps ul .single-product .reset_variations img,
.single-product .tacx-layout__apps ul .reset_variations img,
.tacx-layout__apps ul .single-product .summary .single_add_to_cart_button img,
.tacx-layout__apps ul .cart_totals .shipping-calculator-button img,
.cart_totals .tacx-layout__apps ul .shipping-calculator-button img,
.tacx-layout__apps ul .wc-proceed-to-checkout .checkout-button img,
.wc-proceed-to-checkout .tacx-layout__apps ul .checkout-button img,
.tacx-layout__apps ul .woocommerce-form-coupon .form-row .button img,
.woocommerce-form-coupon .form-row .tacx-layout__apps ul .button img,
.tacx-layout__apps ul form#order_review #place_order img,
form#order_review .tacx-layout__apps ul #place_order img,
.tacx-layout__apps ul .no-results .search-form .search-submit img,
.no-results .search-form .tacx-layout__apps ul .search-submit img {
    width: 1rem;
    height: 1rem;
    -webkit-filter: invert(1) brightness(1);
    filter: invert(1) brightness(1);
    margin-right: 0.5rem;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}
.tacx-layout__apps ul .btn:hover img,
.tacx-layout__apps ul .button:hover[name="woocommerce_checkout_place_order"] img,
.tacx-layout__apps ul .product-card .add_to_cart_button:hover img,
.product-card .tacx-layout__apps ul .add_to_cart_button:hover img,
.tacx-layout__apps ul .single-product .reset_variations:hover img,
.single-product .tacx-layout__apps ul .reset_variations:hover img,
.tacx-layout__apps ul .cart_totals .shipping-calculator-button:hover img,
.cart_totals .tacx-layout__apps ul .shipping-calculator-button:hover img,
.tacx-layout__apps ul .wc-proceed-to-checkout .checkout-button:hover img,
.wc-proceed-to-checkout .tacx-layout__apps ul .checkout-button:hover img,
.tacx-layout__apps ul .woocommerce-form-coupon .form-row .button:hover img,
.woocommerce-form-coupon .form-row .tacx-layout__apps ul .button:hover img,
.tacx-layout__apps ul form#order_review #place_order:hover img,
form#order_review .tacx-layout__apps ul #place_order:hover img,
.tacx-layout__apps ul .no-results .search-form .search-submit:hover img,
.no-results .search-form .tacx-layout__apps ul .search-submit:hover img {
    -webkit-filter: invert(0) brightness(0);
    filter: invert(0) brightness(0);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1500px) {
    .tacx-layout__apps .media h5 {
        font-size: 0.875rem;
    }
}
@media (max-width: 70em) {
    .tacx-layout__apps p {
        max-width: 100%;
    }
    .tacx-layout__apps ul {
        margin-left: 0;
    }
}
@media (max-width: 62em) {
    .tacx-layout__apps .media {
        border-right: 0;
        border-bottom: 2px solid #fff;
        margin-bottom: 1.25rem;
    }
    .tacx-layout__apps ul {
        margin: 0.875rem 0 1.25rem;
    }
    .tacx-layout__apps ul .btn img,
    .tacx-layout__apps ul .button[name="woocommerce_checkout_place_order"] img,
    .tacx-layout__apps ul .product-card .add_to_cart_button img,
    .product-card .tacx-layout__apps ul .add_to_cart_button img,
    .tacx-layout__apps ul .single-product .reset_variations img,
    .single-product .tacx-layout__apps ul .reset_variations img,
    .tacx-layout__apps ul .cart_totals .shipping-calculator-button img,
    .cart_totals .tacx-layout__apps ul .shipping-calculator-button img,
    .tacx-layout__apps ul .wc-proceed-to-checkout .checkout-button img,
    .wc-proceed-to-checkout .tacx-layout__apps ul .checkout-button img,
    .tacx-layout__apps ul .woocommerce-form-coupon .form-row .button img,
    .woocommerce-form-coupon .form-row .tacx-layout__apps ul .button img,
    .tacx-layout__apps ul form#order_review #place_order img,
    form#order_review .tacx-layout__apps ul #place_order img,
    .tacx-layout__apps ul .no-results .search-form .search-submit img,
    .no-results .search-form .tacx-layout__apps ul .search-submit img {
        height: 1rem;
    }
}
@media (max-width: 37.5em) {
    .tacx-layout {
        overflow: hidden;
        border-left: 0.9375rem;
        border-right: 0.9375rem;
    }
    .tacx-layout .container-fluid {
        padding-left: 1.875rem;
        padding-right: 1.875rem;
        text-align: center;
    }
    .tacx-layout__apps {
        border-left: 0.9375rem;
        border-right: 0.9375rem;
        overflow: hidden;
    }
    .tacx-layout__apps .col-lg-8 {
        text-align: center;
    }
    .tacx-layout__apps ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: -10px;
        margin-right: -10px;
    }
    .tacx-layout__apps ul li {
        margin: 0 0.625rem 0.625rem;
    }
    .tacx-layout__apps ul li:not(:last-child) {
        margin-right: 10px;
    }
}
.our-location {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50vh;
    min-height: 35.625rem;
    font-size: 1.125rem;
    line-height: 1.875rem;
    margin-bottom: 1.875rem;
}
.our-location__carousel {
    top: 0;
    left: 0;
    width: 100%;
}
.our-location__carousel .carousel-item img {
    width: 100%;
    height: 50vh;
    min-height: 35.625rem;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: right;
    object-position: right;
    opacity: 0.5;
}
.our-location__carousel .carousel-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.our-location .carousel-indicators {
    margin: 0 3.75rem 7.5rem;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.our-location .carousel-indicators li {
    width: 0.625rem;
    height: 0.625rem;
    border: none;
    border-radius: 50%;
}
.our-location__description {
    z-index: 9;
}
.our-location__description h1 {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    font-size: 2.5rem;
    text-transform: uppercase;
    margin-bottom: 0.75rem;
}
.our-location__description h3 {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 2.25rem;
    margin-bottom: 0.75rem;
}
.our-location__description p {
    margin-bottom: 1.3125rem;
}
.our-location .container-fluid {
    padding: 3.75rem !important;
}
@media screen and (max-width: 1500px) {
    .our-location {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}
@media (max-width: 37.5em) {
    .our-location {
        text-align: center;
    }
    .our-location .container-fluid {
        padding: 1.875rem 0.9375rem !important;
    }
    .our-location__description {
        padding: 0 1.875rem;
    }
    .our-location .carousel-indicators {
        margin-bottom: 2.5rem;
    }
}
.garmin-utilities {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
}
.garmin-utilities__pay {
    font-size: 1.125rem;
    line-height: 1.875rem;
    padding-left: 15%;
    padding-right: 15%;
}
.garmin-utilities__pay img {
    margin-bottom: 1.25rem;
}
.garmin-utilities__pay h1 {
    font-size: 2.5rem;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    margin-bottom: 1rem;
}
.garmin-utilities__pay h3 {
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    margin-bottom: 0.875rem;
}
.garmin-utilities__pay p {
    margin-bottom: 1.3125rem;
}
.garmin-utilities__pay p a {
    color: #fff;
    text-decoration: underline;
}
.garmin-utilities__connect {
    border: 2px solid #fff;
    max-width: 33.75rem;
    padding-bottom: 1.875rem;
}
.garmin-utilities__connect .preview {
    border-bottom: 2px solid #fff;
    width: 100%;
    height: 14.6875rem;
}
.garmin-utilities__connect .media {
    font-family: "Roboto Condensed", sans-serif;
    padding: 1.875rem 1.875rem 0.75rem;
}
.garmin-utilities__connect .media img {
    width: 3.75rem;
    height: 3.75rem;
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: 1.875rem;
}
.garmin-utilities__connect .media h5 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 0;
}
.garmin-utilities__connect .media h1 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 0;
}
.garmin-utilities__connect p {
    font-size: 1.125rem;
    line-height: 1.875rem;
    margin: 0 30px 21px;
}
.garmin-utilities__connect ul {
    margin-bottom: 0;
    padding: 0 1.875rem;
}
.garmin-utilities__connect ul li {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
}
.garmin-utilities__connect ul li:not(:last-child) {
    margin-right: 1.875rem;
}
.garmin-utilities__connect ul .btn,
.garmin-utilities__connect ul .button[name="woocommerce_checkout_place_order"],
.garmin-utilities__connect ul .product-card .add_to_cart_button,
.product-card .garmin-utilities__connect ul .add_to_cart_button,
.garmin-utilities__connect ul .single-product .reset_variations,
.single-product .garmin-utilities__connect ul .reset_variations,
.garmin-utilities__connect ul .cart_totals .shipping-calculator-button,
.cart_totals .garmin-utilities__connect ul .shipping-calculator-button,
.garmin-utilities__connect ul .wc-proceed-to-checkout .checkout-button,
.wc-proceed-to-checkout .garmin-utilities__connect ul .checkout-button,
.garmin-utilities__connect ul .woocommerce-form-coupon .form-row .button,
.woocommerce-form-coupon .form-row .garmin-utilities__connect ul .button,
.garmin-utilities__connect ul form#order_review #place_order,
form#order_review .garmin-utilities__connect ul #place_order,
.garmin-utilities__connect ul .no-results .search-form .search-submit,
.no-results .search-form .garmin-utilities__connect ul .search-submit {
    font-size: 0.875rem;
    min-width: 100%;
    padding: 0.4375rem 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.garmin-utilities__connect ul .btn img,
.garmin-utilities__connect ul .button[name="woocommerce_checkout_place_order"] img,
.garmin-utilities__connect ul .product-card .add_to_cart_button img,
.product-card .garmin-utilities__connect ul .add_to_cart_button img,
.garmin-utilities__connect ul .single-product .reset_variations img,
.single-product .garmin-utilities__connect ul .reset_variations img,
.garmin-utilities__connect ul .cart_totals .shipping-calculator-button img,
.cart_totals .garmin-utilities__connect ul .shipping-calculator-button img,
.garmin-utilities__connect ul .wc-proceed-to-checkout .checkout-button img,
.wc-proceed-to-checkout .garmin-utilities__connect ul .checkout-button img,
.garmin-utilities__connect ul .woocommerce-form-coupon .form-row .button img,
.woocommerce-form-coupon .form-row .garmin-utilities__connect ul .button img,
.garmin-utilities__connect ul form#order_review #place_order img,
form#order_review .garmin-utilities__connect ul #place_order img,
.garmin-utilities__connect ul .no-results .search-form .search-submit img,
.no-results .search-form .garmin-utilities__connect ul .search-submit img {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: 0.375rem;
    -webkit-filter: invert(1) brightness(1);
    filter: invert(1) brightness(1);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}
.garmin-utilities__connect ul .btn:hover img,
.garmin-utilities__connect ul .button:hover[name="woocommerce_checkout_place_order"] img,
.garmin-utilities__connect ul .product-card .add_to_cart_button:hover img,
.product-card .garmin-utilities__connect ul .add_to_cart_button:hover img,
.garmin-utilities__connect ul .single-product .reset_variations:hover img,
.single-product .garmin-utilities__connect ul .reset_variations:hover img,
.garmin-utilities__connect ul .single-product .summary .single_add_to_cart_button:hover img,
.single-product .summary .garmin-utilities__connect ul .single_add_to_cart_button:hover img,
.garmin-utilities__connect ul .cart_totals .shipping-calculator-button:hover img,
.cart_totals .garmin-utilities__connect ul .shipping-calculator-button:hover img,
.garmin-utilities__connect ul .wc-proceed-to-checkout .checkout-button:hover img,
.wc-proceed-to-checkout .garmin-utilities__connect ul .checkout-button:hover img,
.garmin-utilities__connect ul .woocommerce-form-coupon .form-row .button:hover img,
.woocommerce-form-coupon .form-row .garmin-utilities__connect ul .button:hover img,
.garmin-utilities__connect ul form#order_review #place_order:hover img,
form#order_review .garmin-utilities__connect ul #place_order:hover img,
.garmin-utilities__connect ul .no-results .search-form .search-submit:hover img,
.no-results .search-form .garmin-utilities__connect ul .search-submit:hover img {
    -webkit-filter: invert(0) brightness(0);
    filter: invert(0) brightness(0);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1925px) {
    .garmin-utilities__pay {
        padding-left: 13%;
        padding-right: 13%;
    }
}
@media screen and (max-width: 1500px) {
    .garmin-utilities__pay {
        padding-left: 9%;
        padding-right: 9%;
    }
}
@media (max-width: 70em) {
    .garmin-utilities__pay {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (max-width: 62em) {
    .garmin-utilities__pay {
        margin-bottom: 1.875rem;
    }
}
@media (max-width: 37.5em) {
    .garmin-utilities__connect {
        text-align: center;
    }
    .garmin-utilities__connect .preview {
        height: auto;
    }
    .garmin-utilities__connect ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .garmin-utilities__connect ul li {
        min-width: 100%;
    }
    .garmin-utilities__connect ul li:first-child {
        margin-bottom: 1.25rem;
    }
    .garmin-utilities__connect ul .btn,
    .garmin-utilities__connect ul .button[name="woocommerce_checkout_place_order"],
    .garmin-utilities__connect ul .product-card .add_to_cart_button,
    .product-card .garmin-utilities__connect ul .add_to_cart_button,
    .garmin-utilities__connect ul .single-product .reset_variations,
    .single-product .garmin-utilities__connect ul .reset_variations,
    .single-product .summary .garmin-utilities__connect ul .single_add_to_cart_button,
    .garmin-utilities__connect ul .cart_totals .shipping-calculator-button,
    .cart_totals .garmin-utilities__connect ul .shipping-calculator-button,
    .garmin-utilities__connect ul .wc-proceed-to-checkout .checkout-button,
    .wc-proceed-to-checkout .garmin-utilities__connect ul .checkout-button,
    .garmin-utilities__connect ul .woocommerce-form-coupon .form-row .button,
    .woocommerce-form-coupon .form-row .garmin-utilities__connect ul .button,
    .garmin-utilities__connect ul form#order_review #place_order,
    form#order_review .garmin-utilities__connect ul #place_order,
    .garmin-utilities__connect ul .no-results .search-form .search-submit,
    .no-results .search-form .garmin-utilities__connect ul .search-submit {
        padding-top: 0.875rem;
        padding-bottom: 0.875rem;
    }
    .garmin-utilities__connect .media {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: left;
    }
    .garmin-utilities__connect .media h1 {
        font-size: 1.5rem;
    }
}
.simple-category .preview {
    background-size: cover;
    background-position: center;
    min-height: 31.25rem;
    height: 50vh;
}
.simple-category .description {
    padding: 0 3.75rem;
    font-size: 1.125rem;
    line-height: 1.875rem;
}
.simple-category .description h1 {
    font-size: 2.5rem;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    margin-bottom: 0.75rem;
}
.simple-category .description p {
    margin-bottom: 1.375rem;
}
@media (max-width: 62em) {
    .simple-category .description {
        padding: 0 1.875rem 0 0.9375rem;
    }
}
@media (max-width: 37.5em) {
    .simple-category .description {
        font-size: 1rem;
        text-align: center;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .simple-category .description h1 {
        font-size: 1.875rem;
    }
    .simple-category .preview {
        min-height: auto;
        height: 30vh;
    }
}
.product-card {
    border: 1px solid #e4e4e4;
    font-size: 0.875rem;
    line-height: 1.5rem;
    text-align: center;
    margin-bottom: 1.875rem;
    padding: 0.875rem 1.875rem 1.875rem;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}
.product-card a {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.product-card__preview img {
    width: 100%;
    height: 15rem;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    margin: 0 auto;
}
.product-card .badges {
    top: 0;
    right: 0;
}
.product-card h3 {
    color: #000;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    margin-bottom: 0;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product-card h3 a {
    color: inherit;
}
.product-card__description {
    height: 4.5rem;
    overflow: hidden;
}
.product-card .product-price {
    color: #000;
    font-size: 1.125rem;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    margin-bottom: 1.375rem;
}
.product-card .product-price .from {
    color: #999;
    font-size: 0.875rem;
    font-weight: 400;
}
.product-card .product-price del {
    color: #999;
}
.product-card .btn,
.product-card .button[name="woocommerce_checkout_place_order"],
.product-card .add_to_cart_button,
.product-card .single-product .reset_variations,
.single-product .product-card .reset_variations,
.product-card .single-product .summary .single_add_to_cart_button,
.single-product .summary .product-card .single_add_to_cart_button,
.product-card .cart_totals .shipping-calculator-button,
.cart_totals .product-card .shipping-calculator-button,
.product-card .wc-proceed-to-checkout .checkout-button,
.wc-proceed-to-checkout .product-card .checkout-button,
.product-card .woocommerce-form-coupon .form-row .button,
.woocommerce-form-coupon .form-row .product-card .button,
.product-card form#order_review #place_order,
form#order_review .product-card #place_order,
.product-card .no-results .search-form .search-submit,
.no-results .search-form .product-card .search-submit {
    min-width: 100%;
}
.product-card:hover {
    box-shadow: 0 10px 6px 0 rgba(51, 51, 51, 0.2);
    -webkit-box-shadow: 0 10px 6px 0 rgba(51, 51, 51, 0.2);
    -moz-box-shadow: 0 10px 6px 0 rgba(51, 51, 51, 0.2);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}
.product-card .onsale {
    color: #fff;
}
.product-card .woocommerce-loop-product__link {
    display: block;
    position: relative;
}
.product-card .add_to_cart_button {
    display: block;
}
@media (max-width: 70em) {
    .product-card__description {
        height: auto;
    }
}
.product-card.small {
    font-size: 1rem;
    text-align: left;
    padding: 1.3125rem 1.875rem 1.3125rem 1.1875rem;
    overflow: hidden;
}
.product-card.small .badges {
    padding-left: 2.8125rem;
    right: 0.5625rem;
}
.product-card.small .badges .badge {
    width: auto;
    height: auto;
    border-radius: 0.375rem;
    padding: 0.3125rem 0.9375rem;
}
.product-card.small .small-link {
    min-width: 5.625rem;
    width: 5.625rem;
}
.product-card.small .title {
    color: #000;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    text-decoration: underline;
    margin-bottom: 0.3125rem;
}
.product-card.small .product-price {
    margin-bottom: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.product-card.small .product-price.visible {
    opacity: 1 !important;
}
.product-card.small .quantity-label {
    display: none;
}
.product-card.small .single_add_to_cart_button {
    min-width: auto;
    padding: 0.25rem 0.9375rem;
    position: absolute;
    bottom: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
}

.product-card.small.in-cart form.cart {
    display: none !important;
}
.product-card.small.outofstock .product-price,
.product-card.small.in-cart .product-price {
    opacity: 1 !important;
}
@media (min-width: 1461px) and (max-width: 1681px) {
    .custom-column-width {
        -webkit-box-flex: 25%;
        -ms-flex: 25%;
        flex: 25%;
        max-width: 25%;
    }
}
@media (min-width: 960px) and (max-width: 1460px) {
    .custom-column-width {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }
}
.badge {
    width: 5.625rem;
    height: 5.625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 0.875rem;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.25);
    margin: 0 -10px;
}
.badge-info {
    background-color: #999;
    z-index: 3;
}
.badge-dark {
    background-color: #000;
}
.badge-danger {
    background-color: #c2102f;
}
.woocommerce-info {
    background-color: #0379bf;
    color: #fff;
    font-size: 1.125rem;
    margin: 0 0 1.875rem;
    padding: 1rem 1.875rem;
}
.woocommerce-info a {
    color: #fff;
    text-decoration: underline;
    font-weight: 700;
}
@media (max-width: 37.5em) {
    .woocommerce-info {
        font-size: 0.875rem;
        margin-left: 0;
        margin-right: 0;
        text-align: center;
    }
}
.woocommerce-notices-wrapper a {
    color: #fff;
    margin-right: 0.625rem;
    text-decoration: underline;
    font-weight: 700;
}
.woocommerce-error {
    list-style-type: none;
    margin-bottom: 0;
    padding: 0 1.875rem;
}
.woocommerce-error li {
    padding: 1.0625rem 0;
    text-align: center;
}
.woocommerce-message {
    color: #fff;
    padding: 1.0625rem 1.875rem;
    background-color: #0379bf;
    text-align: center;
    margin-bottom: 1.875rem;
}
.woocommerce-message a {
    text-decoration: underline;
    font-weight: 700;
}
.single-product .woocommerce-notices-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1999;
}
.single-product #wc_content.container-fluid {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
}
.single-product .iconic-was-swatches--radio-buttons .iconic-was-swatch:before {
    display: none;
}
.single-product .iconic-was-swatches--radio-buttons .iconic-was-swatches__item {
    display: inline-block;
}
.single-product .site {
    overflow-x: unset;
}
.single-product .onsale,
.single-product .itsnew {
    position: absolute;
    top: 0;
    right: 1.0625rem;
    margin: 2.8125rem 0.9375rem 0 0;
    z-index: 2;
}
.single-product__breadcrums {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
}
.single-product__breadcrums ul {
    padding: 0.8125rem 0;
}
.single-product__breadcrums ul li {
    padding: 0 0.625rem;
}
.single-product__breadcrums ul li:not(:last-child) {
    border-right: 1px solid #cbcbcb;
}
.single-product__breadcrums ul a {
    color: #000;
}
.single-product .iconic-woothumbs-all-images-wrap {
    float: right;
    max-width: 35.625rem;
    margin-top: 1.875rem;
}
.single-product .iconic-woothumbs-all-images-wrap .iconic-woothumbs-images-wrap {
    border: 2px solid #cbcbcb;
}
.single-product .iconic-woothumbs-thumbnails__image-wrapper {
    border: 2px solid #cbcbcb;
}
.single-product .iconic-woothumbs-thumbnails__slide--active {
    opacity: 1;
}
.single-product .iconic-woothumbs-thumbnails__slide--active .iconic-woothumbs-thumbnails__image-wrapper {
    border-color: #333;
}
.single-product .iconic-woothumbs-thumbnails__control {
    background-color: #cbcbcb;
    opacity: 1;
    width: 15%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.single-product .iconic-woothumbs-thumbnails__control i {
    color: #fff;
    font-size: 1.5rem;
    position: static;
    width: auto;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.single-product .woo-variation-product-gallery {
    float: right !important;
    max-width: 35.625rem;
    margin-top: 1.875rem;
}
.single-product .woo-variation-product-gallery .woo-variation-gallery-slider-wrapper {
    border: 2px solid #cbcbcb;
    margin-bottom: 0.625rem !important;
}
.single-product .woo-variation-product-gallery .wvg-single-gallery-image-container {
    padding: 3.75rem;
}
.single-product .woo-variation-product-gallery .woo-variation-gallery-trigger {
    display: none;
}
.single-product .woo-variation-gallery-thumbnail-slider .wvg-gallery-thumbnail-image div {
    border: 2px solid #cbcbcb;
}
.single-product .single_variation {
    display: none !important;
}
.single-product .single_variation_wrap .single_add_to_cart_button {
    min-width: 100%;
    margin-right: 0;
}
.single-product table.variations {
    margin-bottom: 0.375rem;
}
.single-product .reset_variations {
    color: #fff;
    visibility: hidden;
    bottom: 0 !important;
    margin: 0.9375rem 0 0 !important;
    text-align: center;
    min-width: 100%;
    float: left;
}
.single-product .summary {
    margin-bottom: 0.375rem;
    padding-top: 1.5rem;
}
.single-product .summary .product_title {
    font-size: 2.5rem;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    margin-bottom: 0.75rem;
}
.single-product .summary .woocommerce-product-details__short-description {
    font-size: 1.125rem;
    margin-bottom: 0.375rem;
}
.single-product .summary .woocommerce-product-details__short-description p {
    margin-bottom: 0;
}
.single-product .summary .product_meta {
    margin-bottom: 0.75rem;
}
.single-product .summary .product_meta .sku_wrapper {
    color: #666;
    font-size: 0.875rem;
}
.single-product .summary .product_meta .posted_in {
    display: none;
}
.single-product .summary .quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    margin-bottom: 1.875rem;
}
.single-product .summary .quantity .qty {
    border-radius: 0;
    outline: 0;
    height: auto;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    margin: 0;
    padding: 0.625rem;
    width: 3.125rem;
    text-align: center;
    pointer-events: none;
}
.single-product .summary .quantity button {
    background-color: #d9d9d9;
    border: none;
    border-radius: 0;
    width: 35px;
    height: 46px;
    padding: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.single-product .summary .quantity button:hover {
    background-color: #333;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.single-product .summary .product-controls {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.single-product .summary .product-controls .out-of-stock,
.single-product .summary .product-controls .available-on-backorder,
.single-product .summary .product-controls .in-stock {
    display: none;
}
.single-product .summary .product-controls .backorder-info {
    min-width: 100%;
}
.single-product .summary .price {
    font-size: 1.875rem;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    line-height: 1;
    margin-bottom: 0;
    margin-right: 0.625rem;
}
.single-product .summary .price del {
    color: #666;
    font-weight: 400;
}
.single-product .summary .price ins {
    text-decoration: none;
}
.single-product .summary .badge {
    width: auto;
    height: auto;
    border: none;
    border-radius: 0;
    margin: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0.3125rem 0.5rem;
}
.single-product .summary .saved-sale {
    background-color: #777b00;
    color: #fff;
    padding: 0.4375rem 0.9375rem;
    margin-bottom: 0.25rem;
    margin-top: 0.9375rem;
    width: -webkit-fit-content;
    width: fit-content;
    width: -moz-fit-content;
}
.single-product .summary .iconic-wlv-variations {
    margin-top: 0.6875rem;
    margin-bottom: 1.25rem;
}
.single-product .summary .iconic-wlv-variations__row {
    display: inherit;
    margin-bottom: 0;
}
.single-product .summary .iconic-wlv-variations__label {
    color: #000;
    margin-bottom: 0;
}
.single-product .summary .iconic-wlv-variations__label .iconic-wlv-variations__selection {
    display: none;
}
.single-product .summary .iconic-wlv-variations__value .iconic-wlv-terms {
    margin: 13px 0 5px !important;
}
.single-product .summary .iconic-wlv-variations__value .iconic-was-swatches {
    margin-top: 0.8125rem;
    margin-bottom: 0.3125rem;
}
.single-product .summary .iconic-wlv-variations__value .iconic-was-swatches__item {
    margin: 0 10px 15px 0;
    opacity: 1;
}
.single-product .summary .iconic-wlv-variations__value .iconic-was-swatches__item .iconic-was-swatch {
    border-radius: 0;
    border: 2px solid #cdcdcd;
    color: #000;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.6;
    padding: 0.4375rem 0.8125rem;
    display: inline-block;
    min-width: 4.375rem;
    text-align: center;
}
.single-product .summary .iconic-wlv-variations__value .iconic-was-swatches__item .iconic-was-swatch--selected {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.single-product .summary .iconic-wlv-variations__value .iconic-was-swatches.iconic-was-swatches--image-swatch .iconic-was-swatch {
    opacity: 0.5;
}
.single-product .summary .iconic-wlv-variations__value .iconic-was-swatches.iconic-was-swatches--image-swatch .iconic-was-swatch--selected {
    background-color: transparent;
    opacity: 1;
}
.single-product .summary .vi-wpvs-variation-style:last-of-type {
    margin-bottom: 0.5625rem;
}
.single-product .summary .vi-wpvs-variation-style label {
    color: #000;
    font-weight: 700;
    margin-bottom: 0.5rem;
}
.single-product .summary .vi-wpvs-variation-style .vi-wpvs-option-wrap {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 2px solid #cdcdcd;
    font-size: 0.875rem;
    font-weight: 700;
    padding: 0.6875rem 0.8125rem;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}
.single-product .summary .vi-wpvs-variation-style .vi-wpvs-option-wrap .vi-wpvs-option-button {
    color: #000;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}
.single-product .summary .vi-wpvs-variation-style .vi-wpvs-option-wrap.vi-wpvs-option-wrap-selected,
.single-product .summary .vi-wpvs-variation-style .vi-wpvs-option-wrap.vi-wpvs-option-wrap-hover {
    background-color: #000 !important;
    border-color: #000 !important;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}
.single-product .summary .vi-wpvs-variation-style .vi-wpvs-option-wrap.vi-wpvs-option-wrap-selected .vi-wpvs-option-button,
.single-product .summary .vi-wpvs-variation-style .vi-wpvs-option-wrap.vi-wpvs-option-wrap-hover .vi-wpvs-option-button {
    color: #fff;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}
.single-product .summary .single_add_to_cart_button .sk-chase {
    width: 1.125rem;
    height: 1.125rem;
    position: relative;
    margin-left: 1.25rem;
    display: none;
    -webkit-animation: sk-chase 2.5s infinite linear both;
    animation: sk-chase 2.5s infinite linear both;
}
.single-product .summary .single_add_to_cart_button .sk-chase-dot {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-animation: sk-chase-dot 2s infinite ease-in-out both;
    animation: sk-chase-dot 2s infinite ease-in-out both;
}
.single-product .summary .single_add_to_cart_button .sk-chase-dot::before {
    content: "";
    display: block;
    width: 25%;
    height: 25%;
    background-color: #000;
    border-radius: 100%;
    -webkit-animation: sk-chase-dot-before 2s infinite ease-in-out both;
    animation: sk-chase-dot-before 2s infinite ease-in-out both;
}
.single-product .summary .single_add_to_cart_button .sk-chase .sk-chase-dot:nth-child(1) {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}
.single-product .summary .single_add_to_cart_button .sk-chase .sk-chase-dot:nth-child(2) {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
.single-product .summary .single_add_to_cart_button .sk-chase .sk-chase-dot:nth-child(3) {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}
.single-product .summary .single_add_to_cart_button .sk-chase .sk-chase-dot:nth-child(4) {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}
.single-product .summary .single_add_to_cart_button .sk-chase .sk-chase-dot:nth-child(5) {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}
.single-product .summary .single_add_to_cart_button .sk-chase .sk-chase-dot:nth-child(6) {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}
.single-product .summary .single_add_to_cart_button .sk-chase .sk-chase-dot:nth-child(1):before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}
.single-product .summary .single_add_to_cart_button .sk-chase .sk-chase-dot:nth-child(2):before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
.single-product .summary .single_add_to_cart_button .sk-chase .sk-chase-dot:nth-child(3):before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}
.single-product .summary .single_add_to_cart_button .sk-chase .sk-chase-dot:nth-child(4):before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}
.single-product .summary .single_add_to_cart_button .sk-chase .sk-chase-dot:nth-child(5):before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}
.single-product .summary .single_add_to_cart_button .sk-chase .sk-chase-dot:nth-child(6):before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}
.single-product .summary .single_add_to_cart_button.loading .sk-chase {
    display: block;
}
.single-product .summary .single_add_to_cart_button.added {
    background-color: #777b00;
    border-color: #777b00;
}
.single-product .summary .scroll_to_contact {
    width: 16.5625rem;
    padding: 0.6875rem 1.25rem;
}
.single-product .summary.in-cart .added_to_cart {
    display: none;
}
.single-product .nav-tabs {
    border-bottom: 0;
}
.single-product .nav-tabs .nav-item {
    margin: 0 0.9375rem;
}
.single-product .nav-tabs .nav-link {
    border: none;
    border-bottom: 2px solid transparent;
    border-radius: 0;
    color: #333;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    margin-bottom: 0;
    padding: 1.0625rem 0;
}
.single-product .nav-tabs .nav-link.active {
    background-color: transparent;
    border-bottom-color: #333;
}
.single-product .video-presentation {
    background-size: cover;
    background-position: center;
    height: 55vh;
    min-height: 28.125rem;
    cursor: pointer;
}
.single-product .video-presentation iframe {
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}
.single-product .video-presentation .btn-play {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 0;
    -webkit-transform: translate(-50px, -50px);
    transform: translate(-50px, -50px);
    opacity: 0.7;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}
.single-product .video-presentation .btn-play svg {
    width: 6.25rem;
    height: 6.25rem;
}
.single-product .video-presentation:hover .btn,
.single-product .video-presentation:hover .button[name="woocommerce_checkout_place_order"],
.single-product .video-presentation:hover .product-card .add_to_cart_button,
.product-card .single-product .video-presentation:hover .add_to_cart_button,
.single-product .video-presentation:hover .reset_variations,
.single-product .video-presentation:hover .summary .single_add_to_cart_button,
.single-product .summary .video-presentation:hover .single_add_to_cart_button,
.single-product .video-presentation:hover .cart_totals .shipping-calculator-button,
.cart_totals .single-product .video-presentation:hover .shipping-calculator-button,
.single-product .video-presentation:hover .wc-proceed-to-checkout .checkout-button,
.wc-proceed-to-checkout .single-product .video-presentation:hover .checkout-button,
.single-product .video-presentation:hover .woocommerce-form-coupon .form-row .button,
.woocommerce-form-coupon .form-row .single-product .video-presentation:hover .button,
.single-product .video-presentation:hover form#order_review #place_order,
form#order_review .single-product .video-presentation:hover #place_order,
.single-product .video-presentation:hover .no-results .search-form .search-submit,
.no-results .search-form .single-product .video-presentation:hover .search-submit {
    opacity: 1;
}
.single-product .video-presentation.running iframe {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}
.single-product .video-presentation.running .btn,
.single-product .video-presentation.running .button[name="woocommerce_checkout_place_order"],
.single-product .video-presentation.running .product-card .add_to_cart_button,
.product-card .single-product .video-presentation.running .add_to_cart_button,
.single-product .video-presentation.running .reset_variations,
.single-product .video-presentation.running .summary .single_add_to_cart_button,
.single-product .summary .video-presentation.running .single_add_to_cart_button,
.single-product .video-presentation.running .cart_totals .shipping-calculator-button,
.cart_totals .single-product .video-presentation.running .shipping-calculator-button,
.single-product .video-presentation.running .wc-proceed-to-checkout .checkout-button,
.wc-proceed-to-checkout .single-product .video-presentation.running .checkout-button,
.single-product .video-presentation.running .woocommerce-form-coupon .form-row .button,
.woocommerce-form-coupon .form-row .single-product .video-presentation.running .button,
.single-product .video-presentation.running form#order_review #place_order,
form#order_review .single-product .video-presentation.running #place_order,
.single-product .video-presentation.running .no-results .search-form .search-submit,
.no-results .search-form .single-product .video-presentation.running .search-submit {
    opacity: 0;
}
.single-product .intro-description {
    padding-top: 3.375rem;
    padding-bottom: 2.3125rem;
}
.single-product .intro-description .intro {
    margin-bottom: 3.1875rem;
}
.single-product .intro-description .intro h2 {
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    margin-bottom: 1.3125rem;
}
.single-product .intro-description .intro p {
    font-size: 1.125rem;
    line-height: 1.875rem;
    margin-bottom: 0;
}
.single-product .intro-description__item {
    padding: 0 20%;
}
.single-product .intro-description__item .icon {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 4.375rem;
    height: 4.375rem;
    margin: 0 auto 21px;
}
.single-product .intro-description__preview {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 50vh;
    margin-bottom: 3.375rem;
}
.single-product .intro-description .info-block {
    font-size: 1.125rem;
    line-height: 1.875rem;
}
.single-product .intro-description .info-block h3 {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
}
.single-product .intro-description .info-block a {
    color: inherit;
    text-decoration: underline;
}
.single-product .description-tab__characteristic .characteristic-intro {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 50vh;
    margin-bottom: 3.4375rem;
    position: relative;
}
.single-product .description-tab__characteristic .characteristic-intro.covered::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(65%, rgba(255, 255, 255, 0)));
    background: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, 0) 65%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
    opacity: 0.8;
}
.single-product .description-tab__characteristic .characteristic-intro h2 {
    font-size: 2.5rem;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    line-height: 3rem;
    margin: 0 0 3.125rem 3.625rem;
}
.single-product .description-tab__characteristic .characteristic-blk {
    margin-bottom: 3.3125rem;
}
.single-product .description-tab__characteristic .characteristic-blk img {
    margin-bottom: 1.6875rem;
    max-width: 11.4375rem;
}
.single-product .description-tab__characteristic .characteristic-blk h3 {
    font-size: 1.125rem;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    line-height: 1.5rem;
    text-transform: uppercase;
    margin-bottom: 0;
}
.single-product .description-tab__characteristic .characteristic-blk a {
    color: #333;
    text-decoration: underline;
}
.single-product .descriere-informativa {
    font-size: 0.875rem;
    margin-bottom: 3.75rem;
    padding-top: 3.4375rem;
    padding-bottom: 3.75rem;
}
.single-product .descriere-informativa p {
    margin-bottom: 0;
}
.single-product .descriere-informativa p:not(:last-of-type) {
    margin-bottom: 0.625rem;
}
.single-product .descriere-informativa p img:not(:last-of-type) {
    margin-right: 1.875rem;
}
.single-product .descriere-informativa p a {
    color: #000;
    text-decoration: underline;
}
.single-product .specifications-tab {
    padding-top: 3.4375rem;
}
.single-product .specifications-tab table {
    border-spacing: 0;
    border-collapse: collapse;
    table-layout: fixed;
    margin-bottom: 1.625rem;
    max-width: 100%;
    min-width: 100%;
}
.single-product .specifications-tab table tr td,
.single-product .specifications-tab table tr th {
    border: 2px solid #f9f9f9;
    vertical-align: middle;
    padding: 0.75rem 1.875rem;
}
.single-product .specifications-tab table tr.title td {
    border: none;
    padding: 0;
}
.single-product .specifications-tab table tr.title td h3 {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 1.4375rem;
}
.single-product .specifications-tab table tr td.yes::before {
    content: "";
    width: 100%;
    height: 11px;
    display: inline-block;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MCA0OC43NSI+PHBhdGggZD0iTTQ5LjI4IDBMMjEgMjcuNzlsLTEwLjQ4LTEwLjNMMCAyOC4wMWwyMSAyMC43NCAzOS0zOC41MXoiLz48L3N2Zz4=) 0 4px
    no-repeat;
    background-position-x: 0px;
    background-position-y: 4px;
    background-position: 3px;
    margin-top: 5px;
}
.single-product .specifications-tab table tr th {
    width: 40%;
}
.single-product .specifications-tab table tr a {
    color: inherit;
    text-decoration: underline;
}
.single-product .accesories {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-bottom: 2px solid #f9f9f9;
    height: 50vh;
    margin-bottom: 1.5rem;
}
.single-product .accesories h2 {
    font-size: 2.5rem;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    line-height: 3rem;
    margin: 0 0 3.125rem 4.625rem;
}
.single-product .accesories a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.single-product .accesories-container {
    padding: 3.75rem 1.875rem 0;
}
.single-product .accesories-container .group-title {
    text-align: center;
    margin-bottom: 1.5rem;
}
.single-product .accesories-container .group-title h3 {
    font-size: 1.875rem;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
}
.single-product .upsells {
    padding: 1.875rem 1.875rem 0;
}
.single-product .upsells h2 {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 1.375rem;
}
.single-product .downloads {
    margin: 0;
    padding: 0 0.9375rem;
}
.single-product .downloads__intro {
    border: 1px solid #e4e4e4;
    height: 100%;
    padding: 0 1.875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.single-product .downloads__intro h2 {
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    margin-bottom: 0;
}
.single-product .downloads__item {
    border: 1px solid #e4e4e4;
    color: #000;
    font-weight: 700;
    padding: 1.875rem 0.9375rem 1.625rem;
}
.single-product .downloads__item svg {
    width: 3.125rem;
    margin-bottom: 0.875rem;
}
.single-product .downloads__item span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.single-product .downloads__item span .arrow {
    margin-left: 0.9375rem;
    margin-bottom: 0;
    width: 0.625rem;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}
.single-product .downloads__item:hover span .arrow {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}
.single-product .related {
    padding: 1.5rem 1.875rem 0;
}
.single-product .related h2 {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 1.375rem;
}
.single-product .srcoll-top {
    position: fixed;
    bottom: 3.75rem;
    right: 3.75rem;
    background-color: transparent;
    border: none;
    z-index: 3;
    color: #0379bf;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
}
.single-product .srcoll-top::before {
    display: none;
}
.single-product .srcoll-top svg {
    width: 2.5rem;
    height: 2.5rem;
}
.single-product .srcoll-top:hover {
    background-color: transparent;
    color: #333;
}
.single-product .srcoll-top.inview {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.single-product .simple-product-description h3,
.single-product .simple-product-description h2,
.single-product .simple-product-description h1 {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 1.3125rem;
}
.single-product .simple-product-description ul,
.single-product .simple-product-description ol {
    line-height: 1.875rem;
    margin-bottom: 1.3125rem;
    padding-left: 0.9375rem;
}
.single-product .simple-product-description p {
    margin-bottom: 1.3125rem !important;
}
.single-product .simple-product-description .intro {
    margin-bottom: 0;
}
.single-product .simple-product-description img.alignright {
    float: right;
    margin-left: 1.25rem;
}
.single-product .simple-product-description img.alignleft {
    float: left;
    margin-right: 1.25rem;
}
@media (min-width: 1439px) and (max-width: 1689px) {
    .single-product .woo-variation-product-gallery {
        max-width: 75% !important;
    }
}
@media (max-width: 85em) {
    .single-product .woo-variation-product-gallery {
        max-width: 85% !important;
    }
    .single-product .intro-description__item {
        padding: 0 0.9375rem;
    }
}
@media (max-width: 70em) {
    .single-product .woo-variation-product-gallery {
        max-width: 100% !important;
    }
    .single-product .intro-description__preview {
        padding-top: 21.25rem;
    }
    .single-product .characteristic-intro,
    .single-product .accesories {
        height: 21.875rem !important;
    }
    .single-product .downloads__intro {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: calc(100% - 30px);
        margin-bottom: 1.875rem;
    }
    .single-product .downloads__item {
        margin-bottom: 1.875rem;
    }
}
@media (max-width: 62em) {
    .single-product .summary .product_title {
        font-size: 1.875rem;
    }
    .single-product .summary .price {
        font-size: 1.5rem;
        margin-right: 0;
    }
    .single-product .summary .saved-sale {
        font-size: 0.875rem;
    }
    .single-product .summary .badge {
        margin-top: 1.25rem;
    }
    .single-product .product-controls {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .single-product .product-controls .cart {
        margin-bottom: 1.875rem;
    }
    .single-product .intro-description__preview {
        padding-top: 12.5rem;
    }
    .single-product .srcoll-top {
        bottom: 1.875rem;
        right: 1.875rem;
    }
}
@media (max-width: 37.5em) {
    .single-product .badge {
        width: 4.125rem;
        height: 4.125rem;
        font-size: 0.75rem;
    }
    .single-product__breadcrums {
        font-size: 0.875rem;
    }
    .single-product .woo-variation-product-gallery {
        width: 100%;
        padding: 0 0.9375rem;
    }
    .single-product .summary {
        text-align: center;
        padding: 0 0.9375rem;
    }
    .single-product .summary .saved-sale {
        white-space: nowrap;
        margin: 14px auto 0;
    }
    .single-product .summary .badge {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        margin-bottom: 1rem;
    }
    .single-product .product-controls .cart,
    .single-product .product-controls .scroll_to_contact,
    .single-product .product-controls .single_add_to_cart_button {
        min-width: 100%;
    }
    .single-product .nav-tabs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .single-product .nav-tabs .nav-item {
        margin: 0 5px;
    }
    .single-product .nav-tabs .nav-link {
        padding-top: 0.625rem;
        padding-bottom: 0.375rem;
    }
    .single-product .tab-content {
        margin-bottom: 1.875rem;
        margin-top: 1.875rem;
    }
    .single-product .specifications-tab {
        padding: 1.875rem 0.9375rem 0;
    }
    .single-product .specifications-tab table tr td,
    .single-product .specifications-tab table tr th {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }
    .single-product .intro-description {
        padding: 1.5rem 0.9375rem 1.25rem;
        text-align: center;
    }
    .single-product .intro-description .intro h2 {
        font-size: 1.5rem;
    }
    .single-product .intro-description .intro p {
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .single-product .intro-description__item {
        font-size: 0.875rem;
        padding: 0;
        margin-bottom: 1.3125rem;
    }
    .single-product .intro-description__item .icon {
        margin-bottom: 0.6875rem;
    }
    .single-product .intro-description__preview {
        padding-top: 9.375rem;
        margin-bottom: 0;
    }
    .single-product .intro-description .info-block {
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .single-product .intro-description .info-block h3 {
        font-size: 1.25rem;
        margin-bottom: 0.875rem;
    }
    .single-product .video-presentation {
        background-image: none !important;
        margin: 0;
        min-height: auto;
        height: 18.75rem;
    }
    .single-product .video-presentation .btn-play {
        display: none;
    }
    .single-product .video-presentation iframe {
        opacity: 1;
        visibility: visible;
    }
    .single-product .description-tab__characteristic {
        padding-bottom: 1.125rem;
    }
    .single-product .description-tab__characteristic .characteristic-intro {
        width: auto !important;
        height: 18.75rem !important;
        margin-bottom: 1.875rem;
    }
    .single-product .description-tab__characteristic .characteristic-intro h2 {
        font-size: 1.875rem;
        line-height: 1.875rem;
        margin: 0 1.25rem 1.5rem;
        text-align: center;
    }
    .single-product .description-tab__characteristic .characteristic-intro::before {
        background: none !important;
        background-color: rgba(255, 255, 255, 0.5) !important;
    }
    .single-product .description-tab__characteristic .characteristic-blk {
        margin-bottom: 0;
    }
    .single-product .description-tab__characteristic .characteristic-blk img {
        margin-bottom: 0;
        width: 100%;
        height: 12.5rem;
        -o-object-fit: contain;
        object-fit: contain;
    }
    /*.single-product .accordion-control {*/
    /*    border-top: 1px solid #000;*/
    /*    border-bottom: 1px solid #000;*/
    /*    margin-bottom: -1px;*/
    /*    padding: 0.625rem 1.875rem;*/
    /*    position: relative;*/
    /*}*/
    /*.single-product .accordion-control::after,*/
    /*.single-product .accordion-control::before {*/
    /*    content: "";*/
    /*    position: absolute;*/
    /*    right: 0.9375rem;*/
    /*    width: 1.25rem;*/
    /*    height: 0.125rem;*/
    /*    background-color: #000;*/
    /*    top: 50%;*/
    /*    margin-top: -1px;*/
    /*    margin-right: 0.9375rem;*/
    /*    transition: all 0.3s ease-in-out;*/
    /*    -webkit-transition: all 0.3s ease-in-out;*/
    /*    -moz-transition: all 0.3s ease-in-out;*/
    /*}*/
    /*.single-product .accordion-control::before {*/
    /*    -webkit-transform: rotate(90deg);*/
    /*    transform: rotate(90deg);*/
    /*}*/
    /*.single-product .accordion-control[aria-expanded="true"]::before {*/
    /*    top: 110%;*/
    /*    opacity: 0;*/
    /*}*/
    /*.single-product .accordion-control h3 {*/
    /*    font-weight: 700;*/
    /*    font-family: "Roboto Condensed", sans-serif;*/
    /*    line-height: 1;*/
    /*    margin-bottom: 0;*/
    /*}*/
    .single-product .accesories {
        height: 18.75rem !important;
        margin-bottom: 0;
    }
    .single-product .accesories h2 {
        font-size: 1.875rem;
        line-height: 3rem;
        margin: 0 1.25rem 1.5rem;
    }
    .single-product .accesories-container {
        padding-top: 1.875rem;
    }
    .single-product div.product {
        padding-left: 0;
        padding-right: 0;
        overflow: hidden;
    }
    .single-product .upsells .slick-slider {
        margin-bottom: 3.125rem;
    }
    .single-product .upsells .slick-slider .product-card {
        margin-bottom: 0.625rem;
    }
    .single-product .downloads {
        margin: 0 -0.9375rem;
    }
    .single-product .downloads__intro h2 {
        font-size: 1.5rem;
        line-height: 3.75rem;
    }
    .single-product .related {
        padding-bottom: 1.875rem;
    }
}
.btn-hide-filters,
.show-filters {
    display: none;
}
@media screen and (min-width: 767px) {
    .category-featured-cats.clean-cat {
        height: auto;
        aspect-ratio: 320/91;
        padding: 0;
    }
}
.category-featured-cats {
    background-color: #fff;
    padding-top: 3.1875rem;
    padding-bottom: 3.375rem;
    overflow-x: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    margin-bottom: 30px;
    height: 570px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.category-featured-cats__preview {
    top: 0;
    left: 0;
    width: 100%;
    height: 55%;
    background-size: cover;
    background-position: center;
}
.category-featured-cats__preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.category-top-terms {
    flex: 0 0 240px;
    width: 240px;
    padding: 0 1rem;
}
.category-featured-cats__wrapp {
    flex-wrap: nowrap;
    justify-content: flex-start !important;
    overflow-x: scroll;
    overflow-y: hidden;
    margin: 0 auto;
    -ms-overflow-style: none;
    scrollbar-width: thin;
    scrollbar-color: transparent transparent;
}
.category-featured-cats__wrapp::-webkit-scrollbar {
    width: 0;
    height: 0;
}
@media screen and (max-width: 1240px) {
    .category-featured-cats__wrapp {
        margin: 0;
    }

    .category-top-terms {
        padding: 0 1rem 1rem 0;
    }
}
@media screen and (max-width: 767px) {
    .category-featured-cats__preview img {
        object-position: top;
    }
    .category-featured-cats.clean-cat {
        height: 330px;
    }

    .category-featured-cats__wrapp {
        padding-top: 16px;
        padding-bottom: 16px;
    }
}
@media screen and (max-width: 576px) {
    .category-top-terms {
        flex: 0 0 40vw;
        width: 40vw;
        padding: 0 10px;
    }

    .category-featured-cats__wrapp {
        padding-left: 30vw;
        padding-right: 30vw;
    }

    .category-featured-cats {
        max-height: 570px;
    }
}
@media screen and (max-width: 460px) {

    .category-top-terms {
        flex: 0 0 50vw;
        width: 50vw;
    }

    /*.category-top-terms {*/
    /*    padding: 0 24vw;*/
    /*}*/

    .category-featured-cats__item h3 {
        font-size: 18px;
    }

    .category-featured-cats__wrapp {
        padding-left: 25vw;
        padding-right: 25vw;
    }
}

.category-featured-cats h1 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 2.5rem;
}
.category-featured-cats__item {
    position: relative;
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
}
.category-featured-cats__item input[type="radio"] {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.category-featured-cats__item.active,
.category-featured-cats__item:hover {
    opacity: 0.75;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
}
.category-featured-cats__item a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
}
.category-featured-cats__item h3 {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    margin-bottom: 24px;
    margin-top: 24px;
}
@media (max-width: 62em) {
    .category-featured-cats h1 {
        font-size: 2.25rem;
    }
}
@media (max-width: 37.5em) {
    .category-featured-cats__wrapp .slick-arrow {
        z-index: 9;
        width: 2.5rem;
        height: 2.5rem;
        background-color: #000;
        color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-indent: -99999px;
        margin-top: -1.875rem;
    }
    .category-featured-cats__wrapp .slick-arrow svg {
        width: 1.25rem;
        height: 1.25rem;
    }
    .category-featured-cats__wrapp .slick-arrow.slick-prev {
        left: 0;
        margin-left: 1.875rem;
    }
    .category-featured-cats__wrapp .slick-arrow.slick-next {
        right: 0;
        margin-right: 1.875rem;
    }
    .category-featured-cats__item img {
        margin: 0 auto;
    }
}
.woocommerce-products-header {
    margin-bottom: 1.875rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
}
.woocommerce-products-header__title {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 1.4375rem;
    margin-bottom: 0.625rem;
}
.woocommerce-products-header .term-description {
    font-size: 1.125rem;
    text-align: center;
    min-width: 100%;
    padding-bottom: 1.4375rem;
}
.woocommerce-products-header .term-description p {
    margin-bottom: 0;
}
@media (max-width: 70em) {
    .woocommerce-products-header .term-description {
        font-size: 1.25rem;
    }
}
.archive-filters {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    margin-bottom: 1.875rem;
    padding-bottom: 1.3125rem;
    height: 100vh;
    overflow: auto;
}
.archive-filters__item.parent-item {
    font-size: 1.125rem;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-transform: uppercase;
    padding: 1.625rem 1.25rem 0;
    margin-bottom: 0;
}
.archive-filters__item.parent-item label {
    pointer-events: none;
}
.archive-filters__item.parent-item input[type="checkbox"],
.archive-filters__item.parent-item .count {
    display: none;
    pointer-events: none;
    z-index: -1;
}
.archive-filters__item.parent-item .parent-item {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}
.archive-filters__item.parent-item .parent-item > label {
    pointer-events: none !important;
}
.archive-filters__item.parent-item .parent-item > label .title {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0.625rem;
}
.archive-filters__item h4 {
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    margin-bottom: 1.25rem;
}
.archive-filters__item .children {
    margin: 0;
    min-width: 100%;
    padding-left: 0;
}
.archive-filters__item .children li {
    font-size: 1rem;
    font-weight: 400;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 2;
    text-transform: none;
    padding: 0;
}
.archive-filters__item .children li:not(:last-child) {
    margin-bottom: 0.375rem;
}
.archive-filters__item .children li .count {
    display: block;
}
.archive-filters__item .children li .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-transform: inherit;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 1rem;
}
.archive-filters__item .children li .title::before {
    display: inline-block;
}
.archive-filters__item .children li label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
}
.archive-filters__item .children li label,
.archive-filters__item .children li input[type="checkbox"] {
    cursor: pointer;
    pointer-events: all;
    z-index: 3;
}
.archive-filters .custom-checkbox {
    font-size: 1rem;
    text-transform: uppercase;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-transform: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.archive-filters .custom-checkbox .count {
    color: #ccc;
}
.archive-filters .custom-checkbox label {
    white-space: nowrap;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 0.3125rem;
}
.archive-filters .custom-checkbox label .title::before {
    content: "";
    display: inline-block;
    width: 0.9375rem;
    height: 0.9375rem;
    border: 1px solid #ccc;
    margin: 0.1875rem 0.9375rem 0 0;
    transition: background-color 0.3s ease-in-out;
    -webkit-transition: background-color 0.3s ease-in-out;
    -moz-transition: background-color 0.3s ease-in-out;
}
.archive-filters .custom-checkbox label input[type="checkbox"] {
    opacity: 0;
    display: none;
}
.archive-filters .custom-checkbox label input[type="checkbox"]:checked + .title::before {
    background-image: url("../images/check.svg");
    background-size: 0.75rem;
    background-position: center;
    background-repeat: no-repeat;
}
.archive-filters .custom-checkbox .children {
    min-width: 100%;
}
.archive-filters__functions-list {
    padding: 1.625rem 1.875rem 0;
}
.archive-filters__functions-list .parent {
    font-size: 1.125rem;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}
@media (max-width: 85em) {
    .archive-filters {
        margin-bottom: 0;
        height: 100%;
        overflow-y: auto;
    }
}
.archive-filters .wpc-posts-found,
.archive-filters .wpc-edit-filter-set {
    display: none;
}
.archive-filters .wpc-filter-title {
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    margin-bottom: 1.25rem;
}
.archive-filters .wpc-filter-content {
    max-height: 100% !important;
}
@media (max-width: 62em) {
    .filters-wrapp {
        padding: 0;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        max-width: 360px;
        z-index: 1099;
        -webkit-transform: translateX(-110%);
        transform: translateX(-110%);
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
    }
    .filters-wrapp.visible {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
    }
    .filters-wrapp .btn-hide-filters {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 3.125rem;
        height: 3.125rem;
        padding: 0;
        z-index: 1;
    }
    .filters-wrapp .btn-hide-filters svg {
        width: 1.25rem;
        height: 1.5rem;
    }
    .filters-wrapp .archive-filters {
        padding-top: 3.125rem;
        height: 100vh;
    }
}
.products-orderby {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.custom-select {
    border-radius: 0;
    border: 2px solid #000;
    height: 3.125rem;
    background: #fff url("../images/caret-down.svg") no-repeat calc(100% - 15px) 50%;
    background-size: 1.125rem;
    padding-right: 2.5rem;
}
.custom-select:focus {
    border-color: #000;
    outline: none;
}
.products-ordering-controls {
    margin-bottom: 1.875rem;
}
.products-ordering-controls .itemsorder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 1.875rem;
}
.products-ordering-controls .itemsorder .sortby {
    max-width: 9.375rem;
}
@media (max-width: 62em) {
    .products-ordering-controls .show-filters {
        display: block;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-right: 1.875rem;
    }
}
@media (max-width: 37.5em) {
    .products-ordering-controls .itemsorder {
        padding-right: 0;
    }
    .products-ordering-controls .woocommerce-ordering {
        margin-top: 0.9375rem;
        min-width: 100%;
    }
}
.woocommerce-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 3.75rem;
}
.woocommerce-pagination .page-numbers li {
    margin: 0 0.4375rem;
}
.woocommerce-pagination .page-numbers li .page-numbers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 3.125rem;
    height: 3.125rem;
    border: 2px solid #000;
    color: #000;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}
.woocommerce-pagination .page-numbers li .page-numbers:hover {
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}
.woocommerce-pagination .page-numbers li .page-numbers.current {
    background-color: #000;
    color: #fff;
}
.woocommerce-pagination .page-numbers li .page-numbers.dots {
    border: none;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.woocommerce-pagination .page-numbers li .page-numbers.dots:hover {
    background-color: transparent;
    color: inherit;
}
.products-preloader {
    height: 100vh;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.55);
}
.products-preloader__items {
    height: 3.125rem;
    width: 4.375rem;
    overflow: hidden;
}
.products-preloader__items i {
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    background: black;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -8px 0 0 -8px;
    opacity: 1;
    -webkit-transform: translate3d(60px, 0, 0);
    transform: translate3d(60px, 0, 0);
    overflow: hidden;
    text-indent: -9999px;
    border: 1px solid #fff;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}
.products-preloader__items i:nth-child(1) {
    background: #d14836;
    -webkit-animation-delay: 0;
    -webkit-animation-duration: 1.75s;
    -webkit-animation-name: googleDotA;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-delay: 0;
    -moz-animation-duration: 1.75s;
    -moz-animation-name: googleDotA;
    -moz-animation-fill-mode: forwards;
    -o-animation-delay: 0;
    -o-animation-duration: 1.75s;
    -o-animation-name: googleDotA;
    -o-animation-fill-mode: forwards;
    animation-delay: 0;
    animation-duration: 1.75s;
    animation-name: googleDotA;
    animation-fill-mode: forwards;
}
.products-preloader__items i:nth-child(2) {
    background: #e9b330;
    -webkit-animation-delay: 0;
    -webkit-animation-duration: 1.75s;
    -webkit-animation-name: googleDotB;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-delay: 0;
    -moz-animation-duration: 1.75s;
    -moz-animation-name: googleDotB;
    -moz-animation-fill-mode: forwards;
    -o-animation-delay: 0;
    -o-animation-duration: 1.75s;
    -o-animation-name: googleDotB;
    -o-animation-fill-mode: forwards;
    animation-delay: 0;
    animation-duration: 1.75s;
    animation-name: googleDotB;
    animation-fill-mode: forwards;
}
.products-preloader__items i:nth-child(3) {
    background: #4285f4;
    -webkit-animation-delay: 0;
    -webkit-animation-duration: 1.75s;
    -webkit-animation-name: googleDotC;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-delay: 0;
    -moz-animation-duration: 1.75s;
    -moz-animation-name: googleDotC;
    -moz-animation-fill-mode: forwards;
    -o-animation-delay: 0;
    -o-animation-duration: 1.75s;
    -o-animation-name: googleDotC;
    -o-animation-fill-mode: forwards;
    animation-delay: 0;
    animation-duration: 1.75s;
    animation-name: googleDotC;
    animation-fill-mode: forwards;
}
.product-category__item {
    border: 1px solid #e4e4e4;
    margin-bottom: 1.875rem;
    min-height: 31.25rem;
    padding: 1.875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: calc(100% - 30px);
}
.product-category__item > a {
    display: block;
    position: relative;
}
.product-category__item .woocommerce-loop-category__title {
    color: #000;
    font-size: 1.5rem;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    line-height: 1.875rem;
    text-transform: uppercase;
    margin-bottom: 0;
    min-height: 3.75rem;
}
.product-category__item .woocommerce-loop-category__title .count {
    display: none;
}
.product-category__item img {
    width: 100%;
    height: 15rem;
    -o-object-fit: contain;
    object-fit: contain;
    margin-bottom: 3.0625rem;
}
.product-category__item .subcategory__desc {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 0.5rem;
}
.product-category__item .subcategory_prices {
    color: #999;
    font-size: 0.875rem;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
}
.product-category__item .subcategory_prices .amount {
    color: #000;
    font-size: 1.125rem;
    font-weight: 700;
}
.product-category__item .subcategory_prices del {
    color: #999;
}
.product-category__item .subcategory_prices del .amount {
    color: #999;
}
.product-category__item .badge {
    position: absolute;
    bottom: 3.75rem;
    left: 50%;
    margin-left: -45px;
    width: 5.625rem;
    height: 5.625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 0.875rem;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.25);
}
.product-category__item .badge-info {
    background-color: #999;
}
.product-category__item .badge-dark {
    background-color: #000;
}
.product-category__item .badge-danger {
    background-color: #c2102f;
}
.product-category__item .btn,
.product-category__item .button[name="woocommerce_checkout_place_order"],
.product-category__item .product-card .add_to_cart_button,
.product-card .product-category__item .add_to_cart_button,
.product-category__item .single-product .reset_variations,
.single-product .product-category__item .reset_variations,
.product-category__item .single-product .summary .single_add_to_cart_button,
.single-product .summary .product-category__item .single_add_to_cart_button,
.product-category__item .cart_totals .shipping-calculator-button,
.cart_totals .product-category__item .shipping-calculator-button,
.product-category__item .wc-proceed-to-checkout .checkout-button,
.wc-proceed-to-checkout .product-category__item .checkout-button,
.product-category__item .woocommerce-form-coupon .form-row .button,
.woocommerce-form-coupon .form-row .product-category__item .button,
.product-category__item form#order_review #place_order,
form#order_review .product-category__item #place_order,
.product-category__item .no-results .search-form .search-submit,
.no-results .search-form .product-category__item .search-submit {
    margin-top: 1.4375rem;
}
@media (max-width: 85em) {
    .category-taxonomy .filters-wrapp {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        margin: 0;
        padding: 0;
        height: 100%;
        overflow-y: auto;
        width: 20.625rem;
        z-index: 1050;
        -webkit-animation-delay: 0s;
        -webkit-animation-duration: 0.6s;
        -webkit-animation-name: fadeOutLeft;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-delay: 0s;
        -moz-animation-duration: 0.6s;
        -moz-animation-name: fadeOutLeft;
        -moz-animation-fill-mode: forwards;
        -o-animation-delay: 0s;
        -o-animation-duration: 0.6s;
        -o-animation-name: fadeOutLeft;
        -o-animation-fill-mode: forwards;
        animation-delay: 0s;
        animation-duration: 0.6s;
        animation-name: fadeOutLeft;
        animation-fill-mode: forwards;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    .category-taxonomy .filters-wrapp .btn-hide-filters {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1;
        padding: 0.75rem;
    }
    .category-taxonomy .filters-wrapp .btn-hide-filters svg {
        width: 20px;
        height: 20px;
    }
    .category-taxonomy .filters-wrapp.visible {
        -webkit-animation-delay: 0s;
        -webkit-animation-duration: 0.6s;
        -webkit-animation-name: fadeInLeft;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-delay: 0s;
        -moz-animation-duration: 0.6s;
        -moz-animation-name: fadeInLeft;
        -moz-animation-fill-mode: forwards;
        -o-animation-delay: 0s;
        -o-animation-duration: 0.6s;
        -o-animation-name: fadeInLeft;
        -o-animation-fill-mode: forwards;
        animation-delay: 0s;
        animation-duration: 0.6s;
        animation-name: fadeInLeft;
        animation-fill-mode: forwards;
    }
    .category-taxonomy .shop-filtered-grid {
        min-width: 100%;
    }
    .category-taxonomy .shop-filtered-grid .show-filters {
        display: block;
        min-width: 19.4375rem;
        margin-bottom: 1.875rem;
        width: 100%;
    }
}
.woocommerce-cart-form__cart-item {
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 1px 0 rgba(60, 64, 67, 0.08), 0 1px 3px 1px rgba(60, 64, 67, 0.16);
    box-shadow: 0 1px 1px 0 rgba(60, 64, 67, 0.08), 0 1px 3px 1px rgba(60, 64, 67, 0.16);
    -webkit-transition: width 235ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 135ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: width 235ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 135ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: box-shadow 135ms cubic-bezier(0.4, 0, 0.2, 1), width 235ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: box-shadow 135ms cubic-bezier(0.4, 0, 0.2, 1), width 235ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 135ms cubic-bezier(0.4, 0, 0.2, 1);
    margin-bottom: 1.875rem;
    padding: 0.9375rem 1.875rem 0.9375rem;
}
.woocommerce-cart-form__cart-item .product-remove {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.1875rem 0.625rem;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1;
}
.woocommerce-cart-form__cart-item .product-remove a {
    color: #000;
}
.woocommerce-cart-form__cart-item .product-thumbnail img {
    max-width: 18.75rem;
    height: auto;
}
.woocommerce-cart-form__cart-item .prooduct-box-content {
    margin-bottom: 1.4375rem;
}
.woocommerce-cart-form__cart-item .prooduct-box-content h4 {
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
}
.woocommerce-cart-form__cart-item .prooduct-box-content ul,
.woocommerce-cart-form__cart-item .prooduct-box-content ol {
    list-style-type: none;
    margin-bottom: 0;
    padding-left: 0;
    color: #999;
}
.woocommerce-cart-form__cart-item .product-name {
    color: #000;
    font-size: 1.5rem;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    margin-top: 0.625rem;
    margin-bottom: 0.5625rem;
}
.woocommerce-cart-form__cart-item .product-name a {
    color: inherit;
}
.woocommerce-cart-form__cart-item .product-name a:hover {
    text-decoration: underline;
}
.woocommerce-cart-form__cart-item .product-name .variation {
    font-size: 1rem;
    font-family: "Roboto", sans-serif;
    text-transform: initial;
}
.woocommerce-cart-form__cart-item .product-sku {
    font-size: 0.875rem;
    font-weight: 400;
}
.woocommerce-cart-form__cart-item .product-price {
    font-size: 1.125rem;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    margin-top: 0.5rem;
    margin-bottom: 0.625rem;
}
.woocommerce-cart-form__cart-item .product-price del {
    color: #999;
    font-weight: 400;
}
.woocommerce-cart-form__cart-item .product-price .saved-sale {
    display: none;
}
.woocommerce-cart-form__cart-item .quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 1.875rem;
}
.woocommerce-cart-form__cart-item .quantity .qty {
    border-radius: 0;
    outline: 0;
    height: auto;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    margin: 0;
    padding: 0.625rem;
    width: 3.125rem;
    text-align: center;
    pointer-events: none;
}
.woocommerce-cart-form__cart-item .quantity button {
    background-color: #d9d9d9;
    border: none;
    border-radius: 0;
    width: 35px;
    height: 46px;
    padding: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.woocommerce-cart-form__cart-item .quantity button:hover {
    background-color: #333;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
@media (max-width: 70em) {
    .woocommerce-cart-form__cart-item .product-thumbnail img {
        max-width: 15.625rem;
    }
}
@media (max-width: 37.5em) {
    .woocommerce-cart-form__cart-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }
    .woocommerce-cart-form__cart-item .product-thumbnail img {
        max-width: 9.375rem;
    }
}
.cart_totals .wc-proceed-to-checkout {
    display: none;
}
.cart_totals .cart-subtotal {
    margin-bottom: 1.1875rem;
}
.cart_totals .cart-subtotal h4 {
    margin-bottom: 0 !important;
}
.cart_totals .cart-subtotal .wc-proceed-to-checkout {
    display: none;
}
.cart_totals--wrapp {
    min-height: 360px;
    padding: 1.625rem 1.875rem 1.875rem;
    top: 1.875rem;
}
.cart_totals--wrapp .coupon {
    margin-bottom: 0;
}
.cart_totals--wrapp .coupon label {
    font-size: 1.125rem;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    margin-bottom: 0.3125rem;
}
.cart_totals--wrapp .coupon .form-control {
    border-radius: 0;
    border: 1px solid #d9d9d9;
    display: inline-block;
    max-width: calc(100% - 100px);
    padding: 0.625rem 0.9375rem;
}
.cart_totals--wrapp .coupon .btn-outline-dark,
.cart_totals--wrapp .coupon .product-card .add_to_cart_button,
.product-card .cart_totals--wrapp .coupon .add_to_cart_button {
    padding: 0.5625rem 0.9375rem;
    float: right;
}
.cart_totals h2 {
    display: none;
}
.cart_totals h4 {
    color: #333;
    font-size: 1.125rem;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    margin-bottom: 0;
}
.cart_totals .woocommerce-shipping-methods {
    list-style-type: none;
    margin-top: 0.3125rem;
    margin-bottom: 0;
    padding-left: 0 !important;
    font-size: 0.875rem;
    color: #999;
}
.cart_totals .woocommerce-shipping-methods li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.cart_totals .woocommerce-shipping-methods li:not(:last-child) {
    margin-bottom: 0.6875rem;
}
.cart_totals .woocommerce-shipping-methods li input[type="radio"] {
    margin-right: 0.5rem;
}
.cart_totals .woocommerce-shipping-methods li label {
    margin-bottom: 0;
    font-size: 1rem;
    color: #000;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.cart_totals .woocommerce-shipping-methods li label .amount {
    float: right;
    font-weight: 700;
}
.cart_totals .woocommerce-shipping-methods li .shipping-method-desc {
    min-width: 100%;
    display: none !important;
}
.cart_totals .cart-delivery {
    color: #999;
    font-size: 0.875rem;
}
.cart_totals .cart-delivery strong {
    color: #333;
}
.cart_totals .cart-delivery .woocommerce-shipping-destination {
    font-size: 16px;
    margin-bottom: 0;
    padding-top: 14px;
    color: #999;
}
.cart_totals .cart-delivery .woocommerce-shipping-destination strong {
    color: #333;
}
.cart_totals .woocommerce-shipping-destination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0 !important;
    font-size: 0.875rem;
    color: #999;
}
.cart_totals .woocommerce-shipping-destination strong {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: right;
    color: #333;
    font-weight: 700;
}
.cart_totals .shipping-calculator-button {
    display: block;
    max-width: -webkit-max-content;
    max-width: max-content;
    max-width: -moz-max-content;
    padding: 0.3125rem 0.9375rem;
    margin-top: 0.875rem;
}
.cart_totals .shipping-calculator-form {
    margin-top: 1.25rem;
}
.cart_totals .shipping-calculator-form .form-row {
    margin: 0 0 0.9375rem;
}
.cart_totals .shipping-calculator-form .form-row > span {
    display: block;
    min-width: 100%;
}
.cart_totals .shipping-calculator-form button[name="calc_shipping"] {
    display: none;
}
.cart_totals .shipping-calculator-form #calc_shipping_country_field,
.cart_totals .shipping-calculator-form #calc_shipping_postcode_field,
.cart_totals .shipping-calculator-form #calc_shipping_city {
    display: none !important;
}
.cart_totals .order-total {
    font-size: 1.125rem;
    font-family: "Roboto Condensed", sans-serif;
    line-height: 1;
    clear: both;
    margin-top: 1.875rem;
    margin-bottom: 1.4375rem;
    position: relative;
    padding: 1rem 0;
}
.cart_totals .order-total:after,
.cart_totals .order-total:before {
    content: "";
    position: absolute;
    left: -30px;
    right: -30px;
    height: 0.125rem;
    background-color: #333;
}
.cart_totals .order-total:after {
    top: 0;
}
.cart_totals .order-total:before {
    bottom: 0;
}
.cart_totals .order-total h4 {
    margin-bottom: 0 !important;
}
.cart_totals.calculated_shipping h2,
.cart_totals.calculated_shipping .wc-proceed-to-checkout {
    display: none;
}
.cart_totals.calculated_shipping .shop_table {
    display: block;
    min-width: 100%;
}
.cart_totals.calculated_shipping .shop_table tbody {
    display: block;
}
.cart_totals.calculated_shipping .cart-subtotal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.cart_totals.calculated_shipping .cart-subtotal th {
    color: #333;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1.125rem;
}
.cart_totals.calculated_shipping .woocommerce-shipping-totals {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.cart_totals.calculated_shipping .woocommerce-shipping-methods {
    padding-left: 0;
    margin-top: 0;
}
.cart_totals.calculated_shipping .woocommerce-shipping-destination {
    color: #333;
    font-size: 1rem;
    margin-bottom: 0;
}
.cart_totals.calculated_shipping .order-total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.cart_totals.calculated_shipping .order-total th {
    font-family: "Roboto Condensed", sans-serif;
}
.cart_totals .shop_table {
    min-width: 100%;
}
.cart_totals .shop_table tbody,
.cart_totals .shop_table td {
    display: block;
}
.cart_totals .shop_table .cart-subtotal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.cart_totals .shop_table .woocommerce-shipping-totals {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.cart_totals .shop_table .order-total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.wc-proceed-to-checkout .checkout-button {
    text-transform: uppercase;
    display: block;
    text-align: center;
    line-height: 1;
    margin-top: 1.875rem;
}
.cross-sells {
    padding-top: 1.6875rem;
}
.cross-sells h2 {
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    margin-bottom: 1.4375rem;
}
.woocommerce-template .entry-header {
    margin-bottom: 1.875rem;
    padding: 0.8125rem 0;
}
.woocommerce-template .entry-header .entry-title {
    font-size: 1rem;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    margin-bottom: 0;
}
.woocommerce-template .return-to-shop {
    padding: 0 1.875rem;
}
.cart-empty.woocommerce-info {
    background-color: transparent;
    padding: 0;
    text-align: center;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0 !important;
}
.woocommerce-checkout .woocommerce-NoticeGroup {
    padding: 0 0.9375rem;
    min-width: 100%;
    margin-bottom: 1.875rem;
    color: #fff;
}
.woocommerce-checkout .woocommerce-NoticeGroup li:not(:last-child) {
    padding-bottom: 0;
}
.woocommerce-checkout form.woocommerce-checkout {
    padding-bottom: 3.3125rem;
}
.woocommerce-checkout .woocommerce-info {
    margin-left: 0;
    margin-right: 0;
    text-align: center;
}
.woocommerce-checkout #billing_country_field,
.woocommerce-checkout #shipping_country_field {
    display: none;
}
.woocommerce-checkout .woocommerce-billing-fields h3 {
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    margin-bottom: 1.1875rem;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
    margin: 0 -0.9375rem;
    min-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row {
    margin: 0 0 25px;
    min-width: 33.3333%;
    max-width: 33.3333%;
    padding: 0 0.9375rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row label {
    font-weight: 700;
    margin-bottom: 0.5625rem;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper {
    display: block;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row .input-text {
    border-radius: 0;
    border: 1px solid #d9d9d9;
    display: block;
    padding: 0.625rem 0.9375rem;
    min-width: 100%;
    width: 100%;
}
.woocommerce-checkout .woocommerce-shipping-fields h3 {
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    margin-bottom: 1.1875rem;
}
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper {
    margin: 0 -0.9375rem;
    min-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .form-row {
    margin: 0 0 25px;
    min-width: 33.3333%;
    max-width: 33.3333%;
    padding: 0 0.9375rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .form-row label {
    font-weight: 700;
    margin-bottom: 0.5625rem;
}
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .form-row .woocommerce-input-wrapper {
    display: block;
}
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .form-row .input-text {
    border-radius: 0;
    border: 1px solid #d9d9d9;
    display: block;
    padding: 0.625rem 0.9375rem;
    min-width: 100%;
    width: 100%;
}
.woocommerce-checkout .woocommerce-additional-fields h3 {
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    margin-bottom: 1.1875rem;
}
.woocommerce-checkout .woocommerce-additional-fields__field-wrapper {
    margin: 0 -0.9375rem;
}
.woocommerce-checkout .woocommerce-additional-fields__field-wrapper .form-row {
    margin: 0 0 25px;
    padding: 0 0.9375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.woocommerce-checkout .woocommerce-additional-fields__field-wrapper .form-row label {
    font-weight: 700;
    margin-bottom: 0.5625rem;
}
.woocommerce-checkout .woocommerce-additional-fields__field-wrapper .form-row .woocommerce-input-wrapper {
    display: block;
}
.woocommerce-checkout .woocommerce-additional-fields__field-wrapper .form-row .input-text {
    border-radius: 0;
    border: 1px solid #d9d9d9;
    display: block;
    padding: 0.625rem 0.9375rem;
    min-width: 100%;
    height: 9.375rem;
}
.woocommerce-checkout .woocommerce-additional-fields .payments-title {
    font-size: 1.5rem;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    margin-bottom: 1.1875rem;
    margin-top: 0;
}
.woocommerce-checkout .order-review-wrapp {
    margin-bottom: 1.875rem;
    padding: 1.625rem 1.875rem 1.875rem;
    z-index: 3;
}
.woocommerce-checkout .order-review-wrapp #order_review_heading {
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}
.woocommerce-checkout-review-order-table {
    min-width: 100%;
}
.woocommerce-checkout-review-order-table thead {
    display: none;
}
.woocommerce-checkout-review-order-table .product-total,
.woocommerce-checkout-review-order-table tfoot td {
    text-align: right;
}
.woocommerce-checkout-review-order-table .cart_item {
    background-color: #fff;
    vertical-align: baseline;
}
.woocommerce-checkout-review-order-table .cart_item .product-name {
    padding: 0.875rem 0.625rem 0.3125rem 0.625rem;
    width: 100%;
}
.woocommerce-checkout-review-order-table .cart_item .product-name h4 {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    margin-bottom: 0.5rem;
    margin-top: 0.375rem;
}
.woocommerce-checkout-review-order-table .cart_item .product-name .sku {
    color: #666;
    margin-bottom: 0.375rem;
}
.woocommerce-checkout-review-order-table .cart_item .product-total {
    padding: 0.875rem 1.25rem 0.3125rem 0.625rem;
}
.woocommerce-checkout-review-order-table .cart_item .product-total h4 {
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    margin-bottom: 0.5rem;
}
.woocommerce-checkout-review-order-table .cart_item .variation {
    display: none;
}
.woocommerce-checkout-review-order-table .order-total {
    font-size: 1.5rem;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    line-height: 1;
}
.woocommerce-checkout-review-order-table .order-total th,
.woocommerce-checkout-review-order-table .order-total td {
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    padding: 0.8125rem 0;
}
.woocommerce-checkout-review-order-table .cart-subtotal th,
.woocommerce-checkout-review-order-table .cart-subtotal td {
    padding: 0.875rem 0 0.3125rem 0;
}
.woocommerce-checkout-review-order-table .cart-subtotal th {
    font-size: 1.125rem;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
}
.woocommerce-checkout-review-order-table .woocommerce-shipping-totals th,
.woocommerce-checkout-review-order-table .woocommerce-shipping-totals td {
    padding-bottom: 1.5rem;
}
.woocommerce-checkout-review-order-table .woocommerce-shipping-totals h4 {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    margin-bottom: 0;
}
.woocommerce-checkout-review-order-table .woocommerce-shipping-totals .woocommerce-shipping-methods {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}
.woocommerce-checkout-review-order-table .woocommerce-shipping-totals .woocommerce-shipping-methods li:not(:last-child) {
    margin-bottom: 1rem;
}
.woocommerce-checkout-review-order-table .woocommerce-shipping-totals .woocommerce-shipping-methods li label {
    margin-bottom: 0;
}
.woocommerce-checkout .payments-title {
    font-size: 1.125rem;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    margin-bottom: 0.75rem;
    margin-top: 1.625rem;
}
.woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods {
    list-style-type: none;
    margin-bottom: 0;
    padding: 0;
}
.woocommerce-checkout .woocommerce-checkout-payment .wc_payment_method {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.woocommerce-checkout .woocommerce-checkout-payment .wc_payment_method:not(:last-child) {
    margin-bottom: 0.5625rem;
}
.woocommerce-checkout .woocommerce-checkout-payment .wc_payment_method .input-radio {
    margin-right: 0.5rem;
}
.woocommerce-checkout .woocommerce-checkout-payment .wc_payment_method label {
    cursor: pointer;
    margin-bottom: 0;
}
.woocommerce-checkout .woocommerce-checkout-payment .wc_payment_method .payment_box {
    color: #666;
    min-width: 100%;
    font-size: 0.875rem;
    display: block !important;
    padding-left: 1.375rem;
}
.woocommerce-checkout .woocommerce-checkout-payment .wc_payment_method .payment_box p {
    margin-bottom: 0;
}
.woocommerce-checkout .woocommerce-checkout-payment .wc_payment_method.payment_method_victoriabank label {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.woocommerce-checkout .woocommerce-checkout-payment .wc_payment_method.payment_method_victoriabank label img {
    float: right;
    max-width: 7.5rem;
}
.woocommerce-checkout .woocommerce-checkout-review-order .form-row {
    color: #666;
    font-size: 0.875rem;
    line-height: 1.5rem;
    margin: 1.4375rem 0 0;
}
.woocommerce-checkout .woocommerce-form__label-for-checkbox {
    margin-bottom: 0;
}
.woocommerce-checkout .woocommerce-form__label-for-checkbox .input-checkbox {
    margin-right: 0.5rem;
}
.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
    margin-bottom: 0.875rem;
}
.woocommerce-checkout .select2-container {
    display: block;
}
.woocommerce-checkout .select2-selection {
    border-radius: 0;
    border: 1px solid #d9d9d9;
    height: 2.875rem;
}
.woocommerce-checkout .select2-selection__rendered {
    line-height: 2.875rem !important;
    padding: 0 1.25rem 0 0.9375rem !important;
}
.woocommerce-checkout .select2-selection__arrow {
    height: 2.875rem !important;
    right: 0.625rem !important;
}
@media (max-width: 37.5em) {
    .woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row,
    .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .form-row {
        min-width: 100%;
        max-width: 100%;
    }
    .woocommerce-checkout .woocommerce-checkout-payment .wc_payment_method {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .woocommerce-checkout .woocommerce-checkout-payment .wc_payment_method .payment_box {
        min-width: 100%;
        text-align: left;
    }
}
.garmin-shipping-table {
    margin-bottom: 2.25rem;
}
.garmin-shipping-table h4 {
    font-size: 1.5rem;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    margin-bottom: 1.1875rem;
}
.garmin-shipping-table .woocommerce-shipping-methods {
    list-style-type: none;
    padding-left: 0 !important;
    margin-bottom: 0;
}
.garmin-shipping-table .woocommerce-shipping-methods li:not(:last-child) {
    margin-bottom: 0.5625rem;
}
.garmin-shipping-table .woocommerce-shipping-methods li input[type="radio"] {
    margin-right: 0.5rem;
}
.garmin-shipping-table .woocommerce-shipping-methods li label {
    margin-bottom: 0;
}
.garmin-shipping-table .woocommerce-shipping-methods li .woocommerce-Price-amount {
    font-weight: 700;
    padding-left: 0.625rem;
}
.garmin-shipping-table .woocommerce-shipping-methods li .shipping-method-desc {
    color: #999;
    font-size: 0.875rem;
    padding-left: 1.375rem;
}
.woocommerce-form-coupon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 1.875rem;
}
.woocommerce-form-coupon p {
    margin-bottom: 0;
}
.woocommerce-form-coupon p:first-of-type {
    margin-right: 1.25rem;
}
.woocommerce-form-coupon .form-row {
    margin: 0;
}
.woocommerce-form-coupon .form-row .input-text {
    border-radius: 0 !important;
    border: 1px solid #d9d9d9;
    display: block;
    padding: 0.75rem 1rem;
}
.woocommerce-form-coupon .form-row .input-text:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #000;
}
form#order_review .shop_table {
    min-width: 50%;
    font-size: 1.125rem;
    line-height: 1.875rem;
}
form#order_review .shop_table th {
    font-family: "Roboto Condensed", sans-serif;
}
form#order_review .wc_payment_methods {
    padding-left: 0;
    list-style-type: none;
    margin: 11px 0 13px;
}
form#order_review .wc_payment_methods li img {
    height: 2.1875rem;
}
form#order_review .form-row {
    margin: 0;
}
form#order_review .woocommerce-terms-and-conditions-wrapper {
    min-width: 100%;
}
.woocommerce-order-received .entry-header {
    display: none;
}
.woocommerce-order {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
}
.woocommerce-order .woocommerce-notice h1,
.woocommerce-order .woocommerce-notice h3 {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
}
.woocommerce-order .woocommerce-notice h1 {
    margin-bottom: 0.9375rem;
}
.woocommerce-order .woocommerce-notice h3 {
    margin-bottom: 1.5rem;
}
.woocommerce-order-overview--excerpt {
    font-size: 1.125rem;
    font-family: "Roboto Condensed", sans-serif;
    line-height: 1.875rem;
    padding: 1.375rem 1.875rem 1.3125rem;
}
.woocommerce-order-overview {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1.125rem;
    line-height: 1.875rem;
    color: #666;
}
.woocommerce-order-overview strong {
    color: #000;
}
.woocommerce-order-overview li {
    border-bottom: 2px solid #eee;
    padding: 0.6875rem 0 0.75rem;
}
.woocommerce-order-overview li:nth-child(2n) {
    text-align: right;
}
.woocommerce-order-details {
    font-size: 1.125rem;
    font-family: "Roboto Condensed", sans-serif;
    color: #666;
    line-height: 1.875rem;
}
.woocommerce-order-details h3,
.woocommerce-order-details h2 {
    border-bottom: 2px solid #000;
    color: #000;
    font-family: "Roboto Condensed", sans-serif;
    margin-bottom: 1.375rem;
    padding-bottom: 0.875rem;
}
.woocommerce-order-details h2 {
    font-size: 1.5rem;
    text-transform: uppercase;
}
.woocommerce-order-totals {
    padding: 1.625rem 1.875rem 0.75rem;
}
.woocommerce-order-totals__title {
    font-family: "Roboto Condensed", sans-serif;
    margin-bottom: 1.5rem;
}
.woocommerce-order .woocommerce-table--order-details {
    min-width: 100%;
}
.woocommerce-order .woocommerce-table .order_item {
    padding: 0.625rem 1.25rem 0.625rem 0.6875rem;
}
.woocommerce-order .woocommerce-table .order_item img {
    float: left;
    width: 6.25rem;
    height: 6.25rem;
    -o-object-fit: cover;
    object-fit: cover;
    margin-right: 0.5625rem;
}
.woocommerce-order .woocommerce-table .order_item--meta {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    line-height: 1.5rem;
}
.woocommerce-order .woocommerce-table .order_item--meta a {
    display: block;
    font-size: 1.125rem;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    color: #000;
}
.woocommerce-order .woocommerce-table .order_item--meta .product-sku {
    color: #333;
    display: block;
}
.woocommerce-order .woocommerce-table .order_item--price h4 {
    font-family: "Roboto Condensed", sans-serif;
}
.woocommerce-order .woocommerce-table .order-totals {
    font-size: 1.125rem;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    line-height: 1.875rem;
}
.woocommerce-order .woocommerce-table .order-totals__item {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.75rem 0 0.6875rem;
}
.woocommerce-order .woocommerce-table .order-totals__item:not(:last-of-type) {
    border-bottom: 0.125rem solid #000;
}
.woocommerce-order .woocommerce-table .order-totals__item:last-of-type {
    font-size: 1.5rem;
}
.woocommerce-order .woocommerce-table .order-totals__item:last-of-type h4 {
    font-size: inherit;
}
.woocommerce-order .woocommerce-table .order-totals__item label {
    margin-bottom: 0;
}
.woocommerce-order .woocommerce-table .order-totals__item h4 {
    line-height: inherit;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: right;
}
.woocommerce-order .woocommerce-table .order-totals__item .shipped_via {
    float: left;
    font-weight: 400;
    font-size: 1.125rem;
    margin-left: 0.3125rem;
}
.woocommerce-order .woocommerce-table .order-totals .notes {
    color: #666;
    font-size: 1rem;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    padding-top: 0.6875rem;
    padding-bottom: 0.5rem;
}
.woocommerce-order .woocommerce-table .order-totals .notes label {
    color: #000;
    font-weight: 700;
    margin-bottom: 0;
}
@media (max-width: 62em) {
    .woocommerce-order .woocommerce-notice--success {
        text-align: center;
    }
    .woocommerce-order .woocommerce-customer-details {
        margin-bottom: 1.5rem;
    }
}
@media (max-width: 37.5em) {
    .woocommerce-order-overview--excerpt {
        text-align: center;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }
    .woocommerce-order .order_details li.w-50 {
        min-width: 100% !important;
        text-align: center;
    }
    .woocommerce-order .woocommerce-order-overview li:nth-child(2n) {
        text-align: center;
    }
    .woocommerce-order .woocommerce-order-totals {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }
    .woocommerce-order .woocommerce-table .order_item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .woocommerce-order .woocommerce-table .order_item--meta {
        min-width: 100%;
    }
    .woocommerce-order .woocommerce-table .order_item--price {
        padding-left: 0.875rem;
    }
}
.woocommerce-bacs-bank-details .wc-bacs-bank-details-account-name {
    border-bottom: 2px solid #000;
    padding-bottom: 0.875rem;
}
.woocommerce-bacs-bank-details .wc-bacs-bank-details {
    color: #666;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1.125rem;
    list-style-type: none;
    padding-left: 0 !important;
    margin-bottom: 0;
}
.woocommerce-bacs-bank-details .wc-bacs-bank-details strong {
    color: #000;
}
.search-results__intro {
    padding-top: 1.4375rem;
    margin-bottom: 0.75rem;
}
.search-results .page-title {
    font-family: "Roboto Condensed", sans-serif;
}
.search-results .page-title span {
    font-weight: 700;
}
.search-results .product-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: calc(100% - 30px);
}
.search-results .product-card h3 {
    white-space: inherit;
    overflow: auto;
    text-overflow: initial;
}
.search-results .product-card__description {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
@media (min-width: 1200px) and (max-width: 1600px) {
    .search-results .col-xl-2 {
        min-width: 25%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    }
}
.no-results .search-form .search-field {
    border-radius: 0;
    border: 1px solid #d9d9d9;
    display: inline-block;
    padding: 0.625rem 0.9375rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.no-results .search-form .search-submit {
    padding: 0.8125rem 1.875rem;
}
.showroom-section {
    line-height: 1.875rem;
    margin-bottom: 3.75rem;
}
.showroom-section .description {
    padding: 1.375rem 0.9375rem 1.875rem 1.875rem;
}
.showroom-section h1 {
    font-size: 2.375rem;
    font-weight: 700;
    line-height: 3rem;
    text-transform: uppercase;
    padding-right: 15%;
    margin-bottom: 0.6875rem;
}
.showroom-section h4 {
    font-weight: 400;
    line-height: 1.875rem;
    margin-bottom: 0.75rem;
}
.showroom-section h4.second-font {
    font-weight: 700;
}
.showroom-section p {
    margin-bottom: 0.75rem;
}
.showroom-section p:last-of-type {
    margin-bottom: 0;
}
.showroom-section .btn,
.showroom-section .button[name="woocommerce_checkout_place_order"],
.showroom-section .product-card .add_to_cart_button,
.product-card .showroom-section .add_to_cart_button,
.showroom-section .single-product .reset_variations,
.single-product .showroom-section .reset_variations,
.showroom-section .single-product .summary .single_add_to_cart_button,
.single-product .summary .showroom-section .single_add_to_cart_button,
.showroom-section .cart_totals .shipping-calculator-button,
.cart_totals .showroom-section .shipping-calculator-button,
.showroom-section .wc-proceed-to-checkout .checkout-button,
.wc-proceed-to-checkout .showroom-section .checkout-button,
.showroom-section .woocommerce-form-coupon .form-row .button,
.woocommerce-form-coupon .form-row .showroom-section .button,
.showroom-section form#order_review #place_order,
form#order_review .showroom-section #place_order,
.showroom-section .no-results .search-form .search-submit,
.no-results .search-form .showroom-section .search-submit {
    min-width: 15rem;
}
.showroom-section .showroom--cover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 18.75rem;
}
.showroom-section__gallery a {
    margin-bottom: 1.875rem;
    overflow: hidden;
}
.showroom-section__gallery a.wide-blk {
    height: 14.375rem;
}
.showroom-section__gallery a.square {
    height: 100%;
    min-height: 18.75rem;
}
.showroom-section__gallery a.border {
    border-width: 0.125rem !important;
}
.showroom-section__gallery a img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}
.showroom-section__gallery a:hover img {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}
.showroom-section.showroom {
    margin-top: 3.75rem;
}
.showroom-section.guaranties .description {
    padding-top: 3.25rem;
    padding-bottom: 3.125rem;
}
.showroom-section.assistance .description {
    padding: 0;
}
.showroom-section.demonstration .description {
    padding: 0 1.875rem 0 0.9375rem;
}
.showroom-section.comparation {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
}
.showroom-section.accessories {
    margin-top: -10px;
}
.showroom-section.accessories h1 {
    padding-right: 0;
}
.showroom-section.accessories .accesories-preview {
    margin-top: -60px;
}
.showroom-section.demonstration {
    min-height: 37.5rem;
}
.showroom-section.demonstration h1 {
    margin-bottom: 1.3125rem;
}
.showroom-section.demonstration h4 {
    margin-bottom: 1.375rem;
}
.showroom-section.learning {
    margin-bottom: 1.875rem;
    padding-top: 3.75rem;
    font-size: 1.125rem;
    line-height: 1.875rem;
}
.showroom-section.learning .showroom-section__gallery a {
    height: 20.625rem;
}
.showroom-section.payments {
    font-size: 1.125rem;
    min-height: 31.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.showroom-section.payments h1 {
    padding-right: 0;
}
.showroom-section.payments .description a {
    color: inherit;
    text-decoration: underline;
}
.showroom-section.testing {
    font-size: 1.125rem;
    margin-bottom: 0;
}
.showroom-section.testing h1 {
    padding: 0;
}
.showroom-section.testing img {
    margin-top: -60px;
    height: 340px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
}
.showroom-section.testing .description {
    padding: 3.25rem 0 0;
}
.showroom-section.maps {
    padding: 3.75rem 0 1.875rem;
}
.showroom-section.maps .showroom-section__gallery a img {
    min-height: 16.875rem;
}
.showroom-section.overlay {
    position: relative;
    padding: 3.75rem 0;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    background-blend-mode: multiply;
}
@media (max-width: 70em) {
    .showroom-section h1 {
        padding-right: 0;
    }
}
@media (max-width: 62em) {
    .showroom-section {
        font-size: 0.875rem;
        line-height: 1.5rem;
    }
    .showroom-section h1 br {
        display: none;
    }
    .showroom-section h4 {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}
@media (max-width: 37.5em) {
    .showroom-section {
        text-align: center;
        margin-bottom: 1.875rem;
    }
    .showroom-section .description {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .showroom-section h1 {
        font-size: 1.875rem;
    }
    .showroom-section__gallery a.square {
        margin-bottom: 1.875rem;
        min-height: auto;
        height: auto;
    }
    .showroom-section.showroom {
        margin-top: 1.875rem;
    }
    .showroom-section.showroom .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .showroom-section.comparation {
        padding-top: 1.875rem;
        padding-bottom: 0;
    }
    .showroom-section.accessories .accesories-preview {
        margin-top: 0;
    }
    .showroom-section.learning .showroom-section__gallery .col-md-6:first-of-type {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .showroom-section.guaranties .description {
        padding-top: 1.875rem;
        padding-bottom: 1.875rem;
    }
    .showroom-section.testing img {
        margin-top: 1.875rem;
        -o-object-position: center;
        object-position: center;
    }
    .showroom-section.testing .description {
        padding-top: 1.875rem;
        padding-bottom: 1.25rem;
    }
    .showroom-section.demonstration {
        min-height: 25rem;
    }
    .showroom-section.maps,
    .showroom-section.learning {
        padding-top: 1.875rem;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .showroom-section.overlay {
        background-attachment: scroll;
        padding: 1.875rem 0 0;
    }
    .showroom-section.payments {
        padding-top: 0;
    }
}
.parallax {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
@media (max-width: 70em) {
    .parallax {
        background-attachment: scroll;
    }
}
.page-template-clean .page-title {
    margin-bottom: 1.875rem;
    padding: 0.8125rem 0;
}
.page-template-clean .page-title .entry-title {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
}
.page-intro {
    font-size: 1.125rem;
    line-height: 1.875rem;
    min-height: 28.125rem;
}
.page-intro h1 {
    font-size: 2.5rem;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    line-height: 3rem;
    text-transform: uppercase;
    margin-bottom: 0.6875rem;
}
@media (max-width: 37.5em) {
    .page-intro {
        text-align: center;
    }
}
.page-template-default .page-title,
.page-template-full-width .page-title {
    margin-bottom: 1.875rem;
    padding: 0.8125rem 0;
}
.page-template-default .page-title .entry-title,
.page-template-full-width .page-title .entry-title {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
}
.page-template-default .main-content h1,
.page-template-default .main-content h2,
.page-template-default .main-content h3,
.page-template-default .main-content h4,
.page-template-full-width .main-content h1,
.page-template-full-width .main-content h2,
.page-template-full-width .main-content h3,
.page-template-full-width .main-content h4 {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    margin-bottom: 1.1875rem;
}
.page-template-default .main-content p,
.page-template-full-width .main-content p {
    margin-bottom: 1.1875rem;
}
.page-template-default .main-content ol,
.page-template-default .main-content ul,
.page-template-full-width .main-content ol,
.page-template-full-width .main-content ul {
    line-height: 1.875rem;
    padding-left: 0.9375rem;
    margin-bottom: 1.1875rem;
}
.page-template-default .main-content ol.list-unstyled,
.page-template-default .main-content ul.list-unstyled,
.page-template-full-width .main-content ol.list-unstyled,
.page-template-full-width .main-content ul.list-unstyled {
    padding-left: 0;
}
.garmin-pay__intro {
    font-size: 1.125rem;
    line-height: 1.875rem;
    padding-top: 3.25rem;
    padding-bottom: 1.875rem;
}
.garmin-pay__intro h1 {
    font-size: 2.5rem;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    margin-bottom: 0.6875rem;
}
.garmin-pay__intro p {
    margin-bottom: 0;
}
.garmin-pay__intro p:not(:last-of-type) {
    margin-bottom: 1.875rem;
}
.garmin-pay__intro p:last-of-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1.3125rem;
}
.garmin-pay__intro p:last-of-type img {
    margin-left: 1.375rem;
}
.garmin-pay__intro .cover img {
    width: 22.5rem;
    max-width: 22.5rem;
}
@media (max-width: 70em) {
    .garmin-pay__intro .cover img {
        max-width: 100%;
    }
}
@media (max-width: 62em) {
    .garmin-pay__intro {
        text-align: center;
    }
}
@media (max-width: 37.5em) {
    .garmin-pay__intro {
        padding-top: 1.375rem;
    }
    .garmin-pay__intro h1 {
        font-size: 1.875rem;
    }
    .garmin-pay__intro p:not(:last-of-type) {
        margin-bottom: 0.875rem;
    }
    .garmin-pay__intro p:last-of-type {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .garmin-pay__intro p:last-of-type img {
        margin-bottom: 15px;
    }
}
.garmin-pay__plati {
    font-size: 0.875rem;
    line-height: 1.5rem;
}
.garmin-pay__plati img {
    height: 27.5rem;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
}
.garmin-pay__plati--description {
    padding: 3.25rem 2.8125rem;
}
.garmin-pay__plati--description h1 {
    font-size: 2.5rem;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    line-height: 3rem;
    margin-bottom: 0.6875rem;
}
.garmin-pay__plati--description h4 {
    line-height: 1.875rem;
    margin-bottom: 1.5rem;
}
.garmin-pay__plati--description p {
    margin-bottom: 0;
}
@media (max-width: 70em) {
    .garmin-pay__plati--description {
        padding: 1.75rem 1.875rem;
    }
}
@media (max-width: 37.5em) {
    .garmin-pay__plati--description {
        text-align: center;
    }
    .garmin-pay__plati--description h1 {
        font-size: 1.875rem;
    }
    .garmin-pay__plati--description img {
        height: auto;
    }
}
.garmin-pay__advantages {
    padding-top: 3.75rem;
}
.garmin-pay__advantages .intro {
    margin-bottom: 2.1875rem;
}
.garmin-pay__advantages .intro img {
    max-width: 20.625rem;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    margin-bottom: 1.25rem;
}
.garmin-pay__advantages .intro h1 {
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    margin-bottom: 0;
}
.garmin-pay__advantages .item {
    font-size: 0.875rem;
    line-height: 1.5rem;
    padding: 0 1.875rem;
}
.garmin-pay__advantages .item h3 {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0.9375rem;
}
.garmin-pay__advantages .advantages-gallery {
    margin-top: 2.0625rem;
    margin-bottom: 1.875rem;
}
.garmin-pay__advantages .advantages-gallery img {
    width: 100%;
    height: auto;
    margin-bottom: 1.875rem;
    -o-object-fit: cover;
    object-fit: cover;
}
.garmin-pay__advantages .advantages-gallery .thumbs img {
    height: calc(50% - 30px);
}
@media (max-width: 37.5em) {
    .garmin-pay__advantages .intro h1 {
        font-size: 1.875rem;
    }
    .garmin-pay__advantages .advantages-gallery {
        margin-bottom: 0;
    }
}
.garmin-pay__extract {
    padding-top: 3.75rem;
    padding-bottom: 2.375rem;
}
.garmin-pay__extract .intro {
    font-size: 0.875rem;
    line-height: 1.5rem;
    padding-right: 3.75rem;
}
.garmin-pay__extract .intro h1 {
    font-size: 2.5rem;
    line-height: 3rem;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    margin-bottom: 1.3125rem;
}
.garmin-pay__extract .intro h4 {
    line-height: 1.875rem;
    margin-bottom: 0.9375rem;
}
.garmin-pay__extract .atm-item {
    height: calc(100% - 22px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.875rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.garmin-pay__extract .atm-item .btn,
.garmin-pay__extract .atm-item .button[name="woocommerce_checkout_place_order"],
.garmin-pay__extract .atm-item .product-card .add_to_cart_button,
.product-card .garmin-pay__extract .atm-item .add_to_cart_button,
.garmin-pay__extract .atm-item .single-product .reset_variations,
.single-product .garmin-pay__extract .atm-item .reset_variations,
.garmin-pay__extract .atm-item .single-product .summary .single_add_to_cart_button,
.single-product .summary .garmin-pay__extract .atm-item .single_add_to_cart_button,
.garmin-pay__extract .atm-item .cart_totals .shipping-calculator-button,
.cart_totals .garmin-pay__extract .atm-item .shipping-calculator-button,
.garmin-pay__extract .atm-item .wc-proceed-to-checkout .checkout-button,
.wc-proceed-to-checkout .garmin-pay__extract .atm-item .checkout-button,
.garmin-pay__extract .atm-item .woocommerce-form-coupon .form-row .button,
.woocommerce-form-coupon .form-row .garmin-pay__extract .atm-item .button,
.garmin-pay__extract .atm-item form#order_review #place_order,
form#order_review .garmin-pay__extract .atm-item #place_order,
.garmin-pay__extract .atm-item .no-results .search-form .search-submit,
.no-results .search-form .garmin-pay__extract .atm-item .search-submit {
    min-width: 100%;
    padding-top: 9px;
    padding-bottom: 8px;
}
@media (max-width: 62em) {
    .garmin-pay__extract .intro {
        text-align: center;
        padding-right: 0;
        margin-bottom: 0.875rem;
    }
    .garmin-pay__extract .atm-item {
        min-height: 18.75rem;
    }
}
@media (max-width: 37.5em) {
    .garmin-pay__extract {
        padding-top: 1.875rem;
        padding-bottom: 0;
    }
    .garmin-pay__extract .intro h1 {
        font-size: 1.875rem;
    }
    .garmin-pay__extract .atm-item {
        margin-bottom: 1.875rem;
    }
}
.garmin-pay__activation {
    padding-top: 3.75rem;
    padding-bottom: 2.9375rem;
}
.garmin-pay__activation h1,
.garmin-pay__activation h3 {
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
}
.garmin-pay__activation h1 {
    font-size: 40px;
    margin-top: -8px;
    margin-bottom: 0.6875rem;
}
.garmin-pay__activation h3 {
    margin-bottom: 1.1875rem;
}
.garmin-pay__activation ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
    line-height: 2.25rem;
}
.garmin-pay__activation ul li {
    position: relative;
    padding-left: 1.875rem;
}
.garmin-pay__activation ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.625rem;
    width: 1rem;
    height: 1rem;
    background-image: url("../images/check.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-filter: invert(1);
    filter: invert(1);
}
.garmin-pay__activation .app-blk {
    border: 2px solid #fff;
    padding: 1.875rem;
}
.garmin-pay__activation .app-blk .name {
    text-transform: uppercase;
    font-size: 1.125rem;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    margin-bottom: 1.875rem;
}
.garmin-pay__activation .app-blk .name img {
    min-width: 3.75rem;
    margin-right: 1.875rem;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
}
.garmin-pay__activation .app-blk .name h2 {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 2.6875rem;
    margin-bottom: 0;
}
.garmin-pay__activation .app-blk ul {
    margin: 0 -15px;
}
.garmin-pay__activation .app-blk ul li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 0.9375rem;
}
.garmin-pay__activation .app-blk ul li::before {
    display: none;
}
.garmin-pay__activation .app-blk ul li:not(:last-child) {
    margin-right: 0;
}
.garmin-pay__activation .app-blk ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 100%;
}
.garmin-pay__activation .app-blk ul li a img {
    width: 0.875rem;
    height: 0.875rem;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-filter: invert(1);
    filter: invert(1);
    margin-right: 0.625rem;
}
.garmin-pay__activation .app-blk ul li a:hover img {
    -webkit-filter: invert(0);
    filter: invert(0);
}
@media (max-width: 70em) {
    .garmin-pay__activation .app-blk .name h2 {
        font-size: 2.25rem;
    }
}
@media (max-width: 62em) {
    .garmin-pay__activation ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .garmin-pay__activation ul li {
        min-width: 100%;
    }
    .garmin-pay__activation ul li:not(:last-child) {
        margin-bottom: 1.875rem;
    }
}
@media (max-width: 37.5em) {
    .garmin-pay__activation {
        padding-top: 1.875rem;
        padding-bottom: 1.875rem;
    }
    .garmin-pay__activation h1 {
        font-size: 1.875rem;
        text-align: center;
    }
    .garmin-pay__activation ul {
        line-height: 1.875rem;
        margin-bottom: 1.5rem;
    }
    .garmin-pay__activation ul li:not(:last-child) {
        margin-bottom: 0.9375rem;
    }
}
.garmin-pay__steps {
    padding-top: 3.75rem;
    padding-bottom: 1.4375rem;
}
.garmin-pay__steps .steps-item {
    font-size: 0.875rem;
    line-height: 1.5rem;
    padding: 1.5625rem 1.875rem 3.3125rem;
    height: calc(100% - 30px);
    margin-bottom: 1.875rem;
}
.garmin-pay__steps .steps-item.last {
    background-image: url("../images/pay-bg-icon.png");
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
}
.garmin-pay__steps .steps-item h1 {
    font-size: 1.5rem;
    line-height: 1.875rem;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    margin-bottom: 1.5625rem;
}
.garmin-pay__steps .steps-item p {
    font-size: 1.125rem;
    line-height: 1.875rem;
    margin-bottom: 0.8125rem;
}
.garmin-pay__steps .steps-item p a {
    color: inherit;
    text-decoration: underline;
}
.garmin-pay__steps .steps-item ul,
.garmin-pay__steps .steps-item ol {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}
.garmin-pay__steps .steps-item ul li,
.garmin-pay__steps .steps-item ol li {
    position: relative;
    padding-left: 2.1875rem;
}
.garmin-pay__steps .steps-item ul li:not(:last-child),
.garmin-pay__steps .steps-item ol li:not(:last-child) {
    margin-bottom: 1.625rem;
}
.garmin-pay__steps .steps-item ul li::before,
.garmin-pay__steps .steps-item ol li::before {
    content: "";
    position: absolute;
    left: 0;
}
.garmin-pay__steps .steps-item ol {
    counter-reset: section;
}
.garmin-pay__steps .steps-item ol li::before {
    counter-increment: section;
    content: counters(section, ".") ". ";
}
.garmin-pay__steps .steps-item ul li::before {
    width: 1rem;
    height: 1rem;
    background-image: url("../images/check.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    top: 0.375rem;
}
@media (max-width: 37.5em) {
    .garmin-pay__steps {
        padding-top: 1.875rem;
    }
    .garmin-pay__steps .steps-item {
        padding-bottom: 1.8125rem;
    }
    .garmin-pay__steps .steps-item.last {
        padding-bottom: 7.5rem;
    }
}
.asociated-products .intro {
    margin-bottom: 1.375rem;
}
.asociated-products .intro h1 {
    font-size: 1.875rem;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    margin-bottom: 0;
}
@media (max-width: 37.5em) {
    .page-template-garmin-pay .page-intro {
        position: relative;
    }
    .page-template-garmin-pay .page-intro::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.35);
    }
}
.contacts-wrapp {
    font-size: 1.125rem;
    line-height: 1.875rem;
    padding-top: 3.25rem;
}
.contacts-wrapp h1 {
    font-size: 2.5rem;
    margin-bottom: 2.8125rem;
}
.contacts-wrapp .wp-block-column {
    color: #000;
}
.contacts-wrapp .wp-block-column h3 {
    margin-bottom: 1.1875rem;
}
.contacts-wrapp .wp-block-column .wp-block-group {
    margin-bottom: 1.625rem;
}
.contacts-wrapp .wp-block-column .wp-block-group p {
    margin-bottom: 0;
}
.contacts-wrapp .wp-block-column .wp-block-group p:first-of-type {
    color: #666;
    font-size: 1rem;
    line-height: 1.5rem;
}
.contacts-wrapp .wp-block-column .wp-block-group a {
    color: inherit;
}
.contacts-wrapp .wp-block-column .wp-block-group ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}
@media (max-width: 37.5em) {
    .contacts-wrapp {
        text-align: center;
        padding-top: 1.375rem;
    }
}
.error-404 {
    min-height: 100vh;
    padding: 1.875rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
}
.error-404::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.35);
}
.error-404 h1 {
    font-size: 7.5rem;
    line-height: 1;
    margin-bottom: 2.1875rem;
}
.error-404 h2 {
    font-size: 3rem;
    line-height: 1;
    margin-bottom: 0.6875rem;
}
.error-404 p {
    margin-bottom: 0.3125rem;
}
@media (max-width: 62em) {
    .error-404 h1 {
        font-size: 3rem;
        line-height: 1.4;
    }
    .error-404 h2 {
        font-size: 2.25rem;
    }
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}
@media (min-width: 1279px) and (max-width: 1689px) {
    .archive #wc_content .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .archive #wc_content .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .archive #productsWrapp .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }
}
.animate__animated {
    -webkit-animation-duration: 1.1s;
    animation-duration: 1.1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
.animate__animated-fast {
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
.animate__fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.animate__backInUp {
    -webkit-animation-name: backInUp;
    animation-name: backInUp;
}
@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@-webkit-keyframes inM {
    50% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(45deg);
    }
}
@keyframes inM {
    50% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}
@-webkit-keyframes outM {
    50% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(45deg);
    }
}
@keyframes outM {
    50% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}
@-webkit-keyframes inT {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }
    50% {
        -webkit-transform: translateY(9px) rotate(0deg);
    }
    100% {
        -webkit-transform: translateY(9px) rotate(135deg);
    }
}
@keyframes inT {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        -webkit-transform: translateY(9px) rotate(0deg);
        transform: translateY(9px) rotate(0deg);
    }
    100% {
        -webkit-transform: translateY(9px) rotate(135deg);
        transform: translateY(9px) rotate(135deg);
    }
}
@-webkit-keyframes outT {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }
    50% {
        -webkit-transform: translateY(9px) rotate(0deg);
    }
    100% {
        -webkit-transform: translateY(9px) rotate(135deg);
    }
}
@keyframes outT {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        -webkit-transform: translateY(9px) rotate(0deg);
        transform: translateY(9px) rotate(0deg);
    }
    100% {
        -webkit-transform: translateY(9px) rotate(135deg);
        transform: translateY(9px) rotate(135deg);
    }
}
@-webkit-keyframes inBtm {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }
    50% {
        -webkit-transform: translateY(-9px) rotate(0deg);
    }
    100% {
        -webkit-transform: translateY(-9px) rotate(135deg);
    }
}
@keyframes inBtm {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        -webkit-transform: translateY(-9px) rotate(0deg);
        transform: translateY(-9px) rotate(0deg);
    }
    100% {
        -webkit-transform: translateY(-9px) rotate(135deg);
        transform: translateY(-9px) rotate(135deg);
    }
}
@-webkit-keyframes outBtm {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
    }
    50% {
        -webkit-transform: translateY(-9px) rotate(0deg);
    }
    100% {
        -webkit-transform: translateY(-9px) rotate(135deg);
    }
}
@keyframes outBtm {
    0% {
        -webkit-transform: translateY(0px) rotate(0deg);
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        -webkit-transform: translateY(-9px) rotate(0deg);
        transform: translateY(-9px) rotate(0deg);
    }
    100% {
        -webkit-transform: translateY(-9px) rotate(135deg);
        transform: translateY(-9px) rotate(135deg);
    }
}
@-webkit-keyframes backInLeft {
    0% {
        -webkit-transform: translateX(-2000px) scale(0.7);
        transform: translateX(-2000px) scale(0.7);
        opacity: 0.7;
    }
    80% {
        -webkit-transform: translateX(0px) scale(0.7);
        transform: translateX(0px) scale(0.7);
        opacity: 0.7;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}
@keyframes backInLeft {
    0% {
        -webkit-transform: translateX(-2000px) scale(0.7);
        transform: translateX(-2000px) scale(0.7);
        opacity: 0.7;
    }
    80% {
        -webkit-transform: translateX(0px) scale(0.7);
        transform: translateX(0px) scale(0.7);
        opacity: 0.7;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}
@-webkit-keyframes backInUp {
    0% {
        -webkit-transform: translateY(1200px) scale(0.7);
        transform: translateY(1200px) scale(0.7);
        opacity: 0.7;
    }
    80% {
        -webkit-transform: translateY(0px) scale(0.7);
        transform: translateY(0px) scale(0.7);
        opacity: 0.7;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}
@keyframes backInUp {
    0% {
        -webkit-transform: translateY(1200px) scale(0.7);
        transform: translateY(1200px) scale(0.7);
        opacity: 0.7;
    }
    80% {
        -webkit-transform: translateY(0px) scale(0.7);
        transform: translateY(0px) scale(0.7);
        opacity: 0.7;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}
@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
@keyframes fadeOutLeft {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
@-webkit-keyframes sk-chase {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes sk-chase {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes sk-chase-dot {
    80%,
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes sk-chase-dot {
    80%,
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes sk-chase-dot-before {
    50% {
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
    }
    100%,
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes sk-chase-dot-before {
    50% {
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
    }
    100%,
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@-webkit-keyframes googleDotA {
    0% {
        opacity: 0;
        transform: translate3d(60px, 0, 0);
        -webkit-transform: translate3d(60px, 0, 0);
    }
    30% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
    }
    70% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
    }
    100% {
        opacity: 0;
        transform: translate3d(-300px, 0, 0);
        -webkit-transform: translate3d(-300px, 0, 0);
    }
}
@keyframes googleDotA {
    0% {
        opacity: 0;
        transform: translate3d(60px, 0, 0);
        -webkit-transform: translate3d(60px, 0, 0);
    }
    30% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
    }
    70% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
    }
    100% {
        opacity: 0;
        transform: translate3d(-300px, 0, 0);
        -webkit-transform: translate3d(-300px, 0, 0);
    }
}
@-webkit-keyframes googleDotB {
    0% {
        opacity: 0;
        transform: translate3d(180px, 0, 0);
        -webkit-transform: translate3d(180px, 0, 0);
    }
    35% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
    }
    77% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
    }
    100% {
        opacity: 0;
        transform: translate3d(-180px, 0, 0);
        -webkit-transform: translate3d(-180px, 0, 0);
    }
}
@keyframes googleDotB {
    0% {
        opacity: 0;
        transform: translate3d(180px, 0, 0);
        -webkit-transform: translate3d(180px, 0, 0);
    }
    35% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
    }
    77% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
    }
    100% {
        opacity: 0;
        transform: translate3d(-180px, 0, 0);
        -webkit-transform: translate3d(-180px, 0, 0);
    }
}
@-webkit-keyframes googleDotC {
    0% {
        opacity: 0;
        transform: translate3d(300px, 0, 0);
        -webkit-transform: translate3d(300px, 0, 0);
    }
    40% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
    }
    80% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
    }
    100% {
        opacity: 0;
        transform: translate3d(-60px, 0, 0);
        -webkit-transform: translate3d(-60px, 0, 0);
    }
}
@keyframes googleDotC {
    0% {
        opacity: 0;
        transform: translate3d(300px, 0, 0);
        -webkit-transform: translate3d(300px, 0, 0);
    }
    40% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
    }
    80% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
    }
    100% {
        opacity: 0;
        transform: translate3d(-60px, 0, 0);
        -webkit-transform: translate3d(-60px, 0, 0);
    }
}
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.animate__slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}
@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.animate__slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}
@-webkit-keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}
@keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.added_to_cart.wc-forward {
    display: none;
}

@media screen and (max-width: 1199.98px) {
    .sales-order {
        max-width: 33.3%!important;
    }
}

@media screen and (max-width: 991.98px) {
    .sales-order {
        max-width: 49%!important;
    }
}

@media screen and (max-width: 767px) {
    .bg-info {
        display:none;
    }

    .bg-info.order-review-wrapp {
        display: block;
    }

    .woocommerce-cart .bg-info {
        display:block;
    }

    .filters-wrapp .bg-info {
        display:block;
    }

    .sales-order {
        max-width: 100% !important;
    }
}

.fancybox-overlay{z-index:9999 !important}
.fancybox-wrap{z-index:99999 !important}

.sales-order {
    margin-bottom: 20px;
    max-width: 23.8%;
}

.full-width-image img{
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: center;
}

.full-width-image-sales img{
    width: 100%;
    height: auto;
}

.sales-title {
    padding: 15px 0;
}

.product-popular__slide {
    position: relative;
}

.popular-products__item {
    padding: 32px 0 16px 0;
    max-width: calc(22.22222% - 24px);
    margin: 0 12px;
}

.swiper-slide.popular-products__item {
    height: auto;
}

.popular-swiper {
    padding: 20px 0 30px 0 !important;
}

/* Arrows */
.popular-products .popular-swiper .featured-products__arrow {
    display: block;
    width: 56px;
    height: 56px;
    cursor: pointer;
    transition: left .3s ease-in, right .3s ease-in;
    border: none;
    background-color: transparent;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0px;
}

.popular-products .popular-swiper .featured-products__arrow.swiper-button-disabled {
    display: none;
}

@media (max-width: 1024px) {
    .popular-products .popular-swiper .featured-products__arrow.featured-products__arrow--left,
    .popular-products .popular-swiper .featured-products__arrow.featured-products__arrow--right {
        /*display: none;*/
    }
}

.popular-products .popular-swiper .featured-products__arrow .products__arrow__icon {
    display: inline-block;
    position: absolute;
    transform: translate(-50%, -50%);
}

.popular-products .popular-swiper .featured-products__arrow .visually-hidden {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.popular-products .popular-swiper .featured-products__arrow.featured-products__arrow--left {
    left: 0;
    z-index: 9;
    margin-left: 0px;
}

.popular-products .popular-swiper .featured-products__arrow.featured-products__arrow--right {
    right: 0;
    z-index: 9;
    margin-right: 10px;
}

.kicker-wrapper {
    position: absolute;
    top: -25px;
    padding: 5px 12px;
    z-index: 5;
}

.kicker-wrapper svg {
    width: 96px;
    height: auto;
}

.product-popular__image__container {
    height: 16vw;
    width: 100%;
    margin-top: 1em;
    display: flex;
    justify-content: center;
}

.product-popular__slide__img {
    object-fit: contain;
    object-position: center;
}

.product-popular__slide__img {
    max-width: 80%
}

@media screen and (min-width: 480px) {
    .product-popular__slide__img {
        max-width:9em
    }
}

@media screen and (min-width: 768px) {
    .product-popular__slide__img {
        max-width:13em
    }
}

@media screen and (min-width: 1350px) {
    .product-popular__slide__img {
        max-width:15em
    }
}

.product-popular__title {
    color: #000;
    font-size: 30px;
    text-transform: uppercase;
    margin: 1.5rem 0;
}

.product-popular__slide__copy {
    font-size: 14.4px;
    text-align: center;
    color: #000;
    margin: .5rem 0;
}

.product-popular__text__container {
    padding: 0 16px;
}

.popular-products__item {
    box-shadow: 0 2px 3px 1px #d9d9d9 !important;
}

.slick-initialized .slick-slide {
    margin: 0 12px;
}

.popular-products__carousel {
    padding: 0 0 20px 0;
}

.description__desktop {
    display: block;
}

.description__mobile {
    display: none;
}

@media (max-width: 1199.98px) {
    .product-popular__title {
        font-size: 26px;
        text-transform: uppercase;
    }
    .product-popular__slide__copy {
        padding: 0;
    }

    .kicker-wrapper svg {
        width: 60px;
    }

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

@media (max-width: 767.98px) {
    .product-popular__image__container {
        height: 200px;
        align-items: center;
    }

    .description__desktop {
        display: none;
    }

    .description__mobile {
        display: block;
    }

    .product-popular__slide__img {
        height: 144px;
    }
}

@media (max-width: 575.98px) {
    .product-popular__image__container {
        height: 65vw;
    }

    .product-popular__slide__img {
        height: 230px;
    }
}

.popular-products__carousel .slick-list {
    padding: 20px 0;
}

.heroCarousel__bottom-mobile {
    background: #000;
    width: 100%;
    display: none;
}


.carousel-item__content {
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
}

.heroCarousel__image-mobile {
    display: none;
}

.heroCarousel__image {
    width: 100%;
    height: auto;
}

.heroCarousel__container {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.heroCarousel__container .description {
    padding: 0 6%;
}

.hero-carousel .carousel-item {
    padding: 0 !important;
}

@media (max-width: 991.98px) {
    .heroCarousel__bottom-mobile {
        display: flex;
        flex-direction: column;
        align-items:center;
        flex-grow: 1;
        max-height: 280px;
        padding-bottom: 20px;
    }

    .heroCarousel__image-mobile {
        display: block;
    }

    .heroCarousel__image-desktop {
        display: none;
    }

    .hero-carousel .carousel-item {
        display: flex;
        flex-direction: column;
    }

    .hero-carousel .carousel-item .description {
        display: none;
    }

    .heroCarousel__mobile-description {
        text-align: center;
        padding: 20px 20px 0 20px;
    }

    .hero-carousel {
        min-height: 0;
    }

    .hero-carousel .carousel-item h1 {
        font-size: 1.7rem;
        line-height: 2rem;
        margin: 1rem 0;
    }

    .hero-carousel .carousel-item p {
        margin-bottom: 0;
        font-size: 1rem;
        line-height: 1.2rem;
        margin: 1rem 0;
    }

    .hero-carousel .carousel-item .btn-outline-white {
        padding: 0.8rem 1rem;
        font-size: 0.8rem;
        margin-top: 1rem;
    }

    .heroCarousel__container {
        display: none;
    }

    .carousel-item__content {
        height: auto;
    }

    .product-popular__text__container {
        margin-top: 15px;
    }
}

@media (max-width: 767.98px) {
    .popular-products__item {
        padding: 32px 0;
    }
}

.popular-products__item {
    min-width: 75vw;
}

@media screen and (min-width: 576px) {
    .popular-products__item {
        min-width:52vw
    }
}

@media screen and (min-width: 768px) {
    .popular-products__item {
        min-width:calc(40% - 24px)
    }
}

@media screen and (min-width: 1024px) {
    .popular-products__item {
        min-width:calc(28.57143% - 24px)
    }
}

@media screen and (min-width: 1350px) {
    .popular-products__item {
        min-width:calc(22.22222% - 24px)
    }
}

.sales-subtitle {
    font-size: 1.125rem;
    text-align: center;
    min-width: 100%;
}

.sales-subtitle a {
    color: #007bff;
    transition: 0.5s;
}

.sales-subtitle a:hover {
    text-decoration: underline;
    transition: 0.5s;
}

.bg-info.bg-sales {
    display: block !important;
}

.woocommerce-Price-amount {
    margin-right: 5px;
}

ul .wc_payment_method.payment_method_victoriabank label img {
    max-width: 200px !important;
}

footer .site-footer__contacts .list-inline__v2 {
    display: flex;
    flex-wrap: wrap;
    row-gap: 12px;
}

footer .site-footer__contacts .list-inline__v2 .list-inline-item-apple img {
    max-height: 34px;
}
footer .site-footer__contacts .list-inline__v2 img {
    max-width: 64px;
}

.badge-new-v2 {
    background-color: transparent;
    border: none;
    box-shadow: none;
}
