/*!
Theme Name: one-eight-lab
Theme URI: https://bazucompany.com/
Author: Bazucompany
Author URI: https://bazucompany.com/
Description: Description
Version: 1.0.0
*/

@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: "Victor Mono";
    src: local('Victor Mono'),
    url("./assets/fonts/VictorMono-Regular.woff2") format("woff2"),
    url("./assets/fonts/VictorMono-Regular.woff") format("woff"),
    url("./assets/fonts/VictorMono-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: "Victor Mono";
    src: local('Victor Mono'),
    url("./assets/fonts/VictorMono-Medium.woff2") format("woff2"),
    url("./assets/fonts/VictorMono-Medium.woff") format("woff"),
    url("./assets/fonts/VictorMono-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Victor Mono";
    src: local('Victor Mono'),
    url("./assets/fonts/VictorMono-SemiBold.woff2") format("woff2"),
    url("./assets/fonts/VictorMono-SemiBold.woff") format("woff"),
    url("./assets/fonts/VictorMono-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Victor Mono";
    src: local('Victor Mono'),
    url("./assets/fonts/VictorMono-Bold.woff2") format("woff2"),
    url("./assets/fonts/VictorMono-Bold.woff") format("woff"),
    url("./assets/fonts/VictorMono-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Victor Mono";
    src: local('Victor Mono'),
    url("./assets/fonts/VictorMono-BoldItalic.woff2") format("woff2"),
    url("./assets/fonts/VictorMono-BoldItalic.woff") format("woff"),
    url("./assets/fonts/VictorMono-BoldItalic.ttf") format("truetype");
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

/*reset css*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-style: normal;
    vertical-align: baseline;
    font-feature-settings: 'locl' 0;
    /*color: #1A1A1F;*/
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


* {
    box-sizing: border-box;
    font-family: 'Victor Mono', sans-serif;
}

button{
    cursor: pointer;
    border: none;
}

button,
button:hover,
button:focus {
    outline: none;
}

img {
    max-width: 100%;
    height: auto;
}

/*end reset css*/

body {
    position: relative;
}


body::-webkit-scrollbar {
    width: 6px;
}

body::-webkit-scrollbar-track {
    background: #3A332D;
}

body::-webkit-scrollbar-thumb {
    background: #9D9FB0;
    height: 94px;
}

.woocommerce-order-received{
    background: #f4f4f5;
}

.h0 {
    font-weight: 700;
    font-size: 36px;
    line-height: 144%;
    color: #dc2828;
}

.h0 span {
    display: inline-block;
    background: #fff;
    padding: 4px 16px;
    margin: 4px 0;
}

.text-center,
.has-text-align-center{
    text-align: center;
}

.button {
    display: inline-block;
    font-weight: 600;
    font-size: 20px;
    line-height: 160%;
    text-align: center;
    padding: 13px;
    text-decoration: none;
    width: 100%;
    transition: all 0.3s ease-out;
    cursor: pointer;
}

.button_attention {
    color: #dc2828;
    border: 1px solid #dc2828;
}

.button.loading{
    background: #dc2828 !important;
    color: #fff !important;
}

.button.button-load-more{
    border: 1px solid #dc2828;
    max-width: 320px;
}

.button.button-load-more:hover{
    background: #dc2828 !important;
    color: #fff !important;
}

.wc-forward {
    /*display: none !important;*/
}

.header {
    width: 100%;
    margin-bottom: -242px;
}

.header-menu-wrap {
    position: relative;
    background: #f4f4f5;
    min-height: 100px;
    height: max-content;
    opacity: 1;
    overflow: hidden;
    transition: all 0.3s ease-out;
}

.close-header-menu .header-menu-wrap {
    min-height: 0;
    height: 0 !important;
    opacity: 0;
}

.header-bottom-menu-wrap .header-bottom-menu .menu-item.show-menu,
.close-header-menu .header-bottom-menu-wrap .header-bottom-menu .menu-item.close-menu {
    display: none;
}

.close-header-menu .header-bottom-menu-wrap .header-bottom-menu .menu-item.show-menu {
    display: block;
}

.show-menu {
    background: rgba(93, 233, 118, 0.5);
}

.header-menu{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.header-menu-2{
    display: flex;
    gap: 24px;
    width: max-content;
}

.marquee-run{
    animation: marqueescroll 40s forwards linear infinite;
}

.header-menu .menu-item{
    transition: all 0.3s ease-out;
}

.menu-main-menu-container{
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 16px 0 8px;
    overflow: hidden;
}

.header-menu .sub-menu {
    display: flex;
    position: absolute;
    overflow-x: auto;
    left: 0;
    bottom: 8px;
    width: 100%;
    gap: 32px;
    pointer-events: none;
    opacity: 0;
    max-width: max-content;
    transition: opacity 0.3s ease-out;
}

.header-menu .menu-item-has-children {
    cursor: pointer;
}

/*.header-menu .menu-item-has-children > a {*/
/*    pointer-events: none;*/
/*}*/

.header-menu .current-menu-item,
.header-menu .menu-item-has-children.active {
    background: #FFFF54;
}

.header-menu .menu-item-has-children.active .sub-menu {
    pointer-events: all;
    opacity: 1;
}

.header-menu .menu-item-has-children.active .sub-menu:hover,
.header-menu-2:hover{
    animation-play-state: paused;
}

.header-menu-2 .menu-item{
    position: relative;
}

.header-menu-2 .menu-item:after{
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    bottom: -2px;
    background: transparent;
    transition: all 0.3s ease-out;
}

.header-menu-2 .menu-item:hover:after,
.header-menu-2 .current-menu-item:after{
    background: #0101FF;
}

.header-menu .sub-menu::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.header-menu .sub-menu::-webkit-scrollbar-track {
    background: #f4f4f5;
}

.header-menu .sub-menu::-webkit-scrollbar-thumb {
    background: #9D9FB0;
    height: 94px;
}

.header-menu .menu-item {
    flex-shrink: 0;
}

.header-menu > .menu-item > a {
    display: inline-block;
    font-weight: 600;
    font-size: 14px;
    line-height: 157%;
    text-align: center;
    color: #1a1a1a;
    text-decoration: none;
    padding: 7px 12px;
    border: 1px solid #1a1a1a;
}

.header-menu .sub-menu > .menu-item > a,
.header-menu-2 > .menu-item > a{
    font-weight: 400;
    font-size: 18px;
    line-height: 156%;
    text-align: center;
    color: #0101FF;
    text-decoration: none;
}

.header-menu .sub-menu > .menu-item > a:hover {
    color: #0101FF;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.header-bottom-menu-wrap .header-bottom-menu,
.service-page-nav-items{
    display: flex;
    width: 100%;
    gap: 8px;
    padding: 16px;
}

.header-bottom-menu-wrap .header-bottom-menu .menu-item,
.service-page-nav-item{
    display: inline-block;
    width: 25%;
    text-align: center;
    border: 1px solid #1a1a1a;
}

.header-bottom-menu-wrap .header-bottom-menu .menu-item a,
.service-page-nav-item{
    display: inline-block;
    width: 100%;
    padding: 10px;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #1a1a1a;
    text-decoration: none;
    transition: background 0.3s ease-out;
}

.header-bottom-menu-wrap .header-bottom-menu .menu-item a:hover,
.header-bottom-menu-wrap .header-bottom-menu .current-menu-item{
    background: #efde32;
}

.header-bottom-menu-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.header-bottom-menu-col {
    display: flex;
    gap: 32px;
}

.header-bottom-menu-row + .header-bottom-menu-row {
    margin: 32px 0;
}

/**
 * Header cart
 */
.site-header-cart {
    position: relative;
    margin: 0;
    padding: 0;
}

.site-header-cart .cart-contents {
    text-decoration: none;
    color: #000;
}

.site-header-cart .product_list_widget {
    margin: 0;
    padding: 0;
}

.site-header-cart .widget_shopping_cart {
    display: block;
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    opacity: 0;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    z-index: -1;
    transition: all .4s ease 1.5s;
}

.widget_shopping_cart_content{
    padding: 0 5px;
    background: #ffffff;
}

.site-header-cart:hover .widget_shopping_cart,
.site-header-cart:focus .widget_shopping_cart {
    z-index: 200;
    opacity: 1;
    transition: all .4s;
}

.close-menu a {
    background: rgba(220, 40, 40, 0.5);
}

.lang-menu .menu-item a {
    font-weight: 300;
    font-size: 24px;
    line-height: 133%;
    text-align: center;
    color: #000;
    text-decoration: none;
}

.header-cart-contents {
    position: relative;
    display: flex;
}

.header-cart-contents .count {
    position: absolute;
    right: -10px;
    top: -10px;
}

.section-page .wc-block-cart__empty-cart__title.with-empty-cart-icon:before{
    display: none;
}

.blockUI.blockOverlay{
    opacity: 0.1 !important;
}

.bread-crumbs {
    margin-bottom: 64px;
}

.bread-crumbs__link,
.bread-crumbs__text {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
}

.bread-crumbs__link {
    color: #1a1a1a;
    text-decoration: none;
}

.bread-crumbs__text {
    color: #dc2828;
    text-decoration: underline;
}

.site-header-cart .woocommerce-mini-cart {
    display: flex;
    flex-wrap: wrap;
}

.site-header-cart .woocommerce-mini-cart-item {
    width: 100%;
    border-bottom: 1px solid #1a1a1a;
}

.site-header-cart .widget_shopping_cart {
    width: 220px;
    box-shadow: none;
}

.site-header-cart .widget_shopping_cart img {
    width: 36px;
    height: 36px;
    object-fit: contain;
    object-position: center;
    flex-shrink: 0;
    margin-right: 8px;
    float: left;
}

.site-header-cart .woocommerce-mini-cart__buttons {
    padding-bottom: 32px;
}

.site-header-cart .woocommerce-mini-cart__buttons a {
    display: inline-block;
    font-weight: 600;
    font-size: 14px;
    line-height: 157%;
    text-align: center;
    color: #1a1a1a;
    text-decoration: none;
    padding: 7px 12px;
    border: 1px solid #1a1a1a;
    margin: 8px 0 0;
}

.site-header-cart .woocommerce-mini-cart__total {
    margin: 16px 0 8px;
}

.site-header-cart .quantity {
    display: block;
    font-size: 12px;
    margin: 8px 0;
}

.site-header-cart .woocommerce-mini-cart-item a {
    display: flex;
    text-decoration: none;
    align-items: center;
    color: #1a1a1a;
    font-size: 12px;
}

.site-header-cart .remove_from_cart_button {
    position: relative;
    width: 14px;
    height: 14px;
    top: 10px;
    left: -5px;
    padding: 2px;
    border: 1px solid #1a1a1a;
    border-radius: 50%;
}


.site-header-cart .woocommerce-mini-cart__empty-message {
    display: none;
}

.front-section-wrap {
    background: center / cover no-repeat url("/wp-content/themes/one-eight-lab/assets/img/front-page/background.jpg");
}

.section-front {
    padding: 300px 0 32px;
}

.section-front__content {
    max-width: 520px;
}

.front-wrap {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 32px;
    margin: auto;
}

.section-front__text,
.section-front__text a {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #dc2828;
    margin-top: 16px;
}

.section-front__button-wrap {
    max-width: 320px;
    margin: 16px 0 0;
}

.section-marquee {
    background: #FFFF54;
    overflow: hidden;
}

.section-marquee__wrap {
    max-width: 2560px;
    margin: auto;
    overflow: hidden;
}

.section-marquee__items {
    display: flex;
    overflow: hidden;
    animation: marqueescroll 40s forwards linear infinite;
    width: max-content;
}

.section-marquee__img {
    flex-shrink: 0;
    width: 312px;
    height: auto;
}

#woo-tabs-form-wrapper .u-column2 {
    display: none;
}

#woo-tabs-form-wrapper.form-register .u-column1 {
    display: none;
}

#woo-tabs-form-wrapper.form-register .u-column2 {
    display: block;
}

.woo-tabs-form {
    margin: 0 auto 40px;
}

.woo-tabs-form-item {
    display: inline-block;
    font-weight: 500;
    font-size: 18px;
    line-height: 156%;
    text-align: center;
    color: rgba(26, 26, 26, 0.7);
    text-decoration: none;
    cursor: pointer;
    background: #ffffff;
    width: 100%;
    min-width: 210px;
    border: 0;
    outline: none;
}

#woo-tabs-form-wrapper {
    max-width: 588px;
    gap: 8px;
    margin: 0 auto 40px;
}

#woo-tabs-form-wrapper .u-columns > *,
#woo-tabs-form-wrapper > form {
    border: 1px solid #202024;
    padding: 24px 32px 32px 32px;
    box-shadow: 4px 4px 0 0 #000;
}

#woo-tabs-form-wrapper .u-columns .u-column1,
#woo-tabs-form-wrapper .u-columns .u-column2 {
    width: 100%;
}

#woo-tabs-form-wrapper .u-columns {
    font-size: 24px;
}

#woo-tabs-form-wrapper .woocommerce-notices-wrapper{
    margin: 20px 0 0;
    outline: none;
    border: none;
}

#woo-tabs-form-wrapper .woocommerce-notices-wrapper .woocommerce-error,
#woo-tabs-form-wrapper .woocommerce-notices-wrapper .woocommerce-message{
    outline: none;
    border: none;
}

#woo-tabs-form-wrapper .woocommerce-notices-wrapper .woocommerce-error{
    color: #dc2828;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    word-wrap: normal !important;
    border: 0;
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    overflow-wrap: normal !important;
    padding: 0;
    position: absolute !important;
    width: 1px;
}

#woo-tabs-form-wrapper .screen-reader-text {
    display: none;
}

#woo-tabs-form-wrapper label {
    display: block;
    width: 100%;
    font-weight: 500;
    font-size: 18px;
    line-height: 156%;
    color: rgba(26, 26, 26, 0.7);
}

input:not([type="checkbox"]),
#woo-tabs-form-wrapper input:not([type="checkbox"]) {
    font-size: 18px;
    border: 0;
    border-bottom: 1px solid #e1e1e2;
    padding: 0 12px;
    width: 524px;
    max-width: 100%;
    height: 58px;
    outline: none;
}

input[type="checkbox"]{
    width: 32px;
    height: 32px;
    margin: 0 16px 0 0;
}

input:hover,
input:focus {
    outline: none;
    color: #1a1a1a;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    color: #1a1a1a !important;
}

input:-internal-autofill-selected {
    color: #1a1a1a !important;
}


input::-webkit-input-placeholder {
    color: rgba(26, 26, 26, 0.7);
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

input::-moz-placeholder {
    color: rgba(26, 26, 26, 0.7);
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

input:-ms-input-placeholder {
    color: rgba(26, 26, 26, 0.7);
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

input::-ms-input-placeholder {
    color: rgba(26, 26, 26, 0.7);
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

input::placeholder {
    color: rgba(26, 26, 26, 0.7);
    -webkit-transition: all 0.2s;
}

.search-form{
    display: flex;
    align-items: center;
}

.search-form-wrap{
    position: absolute;
    left: 0;
    bottom: 0;
    top: -34px;
    margin: auto;
    height: 0;
    z-index: 120;
}

.search-box{
    position: relative;
    display: flex;
    align-items: center;
}

.search-box .search-form-wrap{
    transition: all 0.3s ease-out;
    transform: scaleY(0);
    opacity: 0;
    transform-origin: 0 0;
}

.search-form-block h3{
    padding: 20px;
    color: #1a1a1a;
}

.search-form-block a{
    padding: 0 10px;
}

.search-form-block a span{
    font-size: 18px;
    font-weight: 500;
    line-height: 156%;
    display: block;
    padding: 10px;
    color: #1a1a1a;
}

.search-form-block h3{
    background: #f4f4f5;
    font-weight: 700;
}

.search-form-block a{
    text-decoration: none;
    transition: all 0.3s ease-out;
}

.search-form-block a span{
    border: 2px solid transparent;
    transition: all 0.1s ease-out;
}

.search-form-block a span b{
    background: #f5c3c3;
}

.search-form-block a:hover span{
    border: 2px solid #dc2828;
}

.search-form-block_tag a{
    max-width: max-content;
    border: 2px solid #1a1a1a;
    padding: 0;
    margin: 16px 10px;
}

.search-form-block_tag a span{
    padding: 6px 10px;
    text-transform: uppercase;
}

.search-form-block_tag a:hover span{
    background: #ffff54;
    border: 2px solid transparent;
}

.search-form-results-wrap{
    position: absolute;
    top: 70px;
    width: 524px;
    background: #fff;
    padding: 0;
    z-index: 120;
    max-height: 700px;
    overflow: auto;
}

.search-form-results-wrap::-webkit-scrollbar {
    width: 6px;
}

.search-form-results-wrap::-webkit-scrollbar-track {
    background: #3A332D;
}

.search-form-results-wrap::-webkit-scrollbar-thumb {
    background: #9D9FB0;
    height: 94px;
}

.search-form-block{
    display: flex;
    flex-direction: column;
}

.search-form-block:not(:last-child){
    border-bottom: 1px solid black;
}

.search-form-block_tag{
    flex-direction: row;
    flex-wrap: wrap;
}

.search-form-block_tag h3{
    width: 100%;
}

.search-box .search-form{
    position: absolute;
    bottom: -50px;
}

.search-box.open .search-form-wrap{
    transform: scaleY(1);
    opacity: 1;
}

.search-input-wrap{
    position: relative;
}

.search-input-wrap svg{
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
}

.search-input-clear{
    display: none;
}

.search-input-clear.show{
    display: block;
}

input.search-input{
    display: flex;
    align-items: center;
    background: #f4f4f5;
    padding-left: 40px;
    font-weight: 700;
    border: 2px solid #1a1a1a;
    transition: all 0.3s ease-out;
}

.search-input-wrap:after{
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    left: 14px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: center / contain no-repeat url("/wp-content/themes/one-eight-lab/assets/img/search.svg");
}


.search-button-toggle{
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
}

.search-box-search-page{
    display: flex;
    align-items: center;
}

.search-box-search-page .search-form-wrap{
    position: relative;
}

#woo-tabs-form-wrapper .woocommerce-form__label-for-checkbox,
.woocommerce-form__label-for-checkbox{
    display: flex;
    align-items: center;
}

#woo-tabs-form-wrapper .woocommerce-password-strength {
    text-align: left;
}

.woocommerce-form__label-for-checkbox span{
    color: #1A1A1F;
}

.lost_password a{
    text-decoration: none;
}

.woocommerce-privacy-policy-text p a {
color: #dc2828;
}

.section-page .woo-form-subtitle {
    font-weight: 400;
    font-size: 18px;
    line-height: 156%;
    color: rgba(26, 26, 26, 0.7);
    margin: 0 0 32px;
}

button[type='submit'],
#woo-tabs-form-wrapper button[type='submit'] {
    font-weight: 600;
    font-size: 18px;
    line-height: 156%;
    text-align: center;
    color: #fff;
    box-shadow: 0 1px 2px 0 rgba(26, 26, 26, 0.08);
    background: #dc2828;
    border: 0;
    cursor: pointer;
    padding: 8px;
    margin: 32px auto 0;
}

.button.close {
    top: 0;
}

@keyframes marqueescroll {
from {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
}
to {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
}

.section-products-slider {
    position: relative;
}

.section-products-slider:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    filter: grayscale(1);
    backdrop-filter: sepia(90%);
}

.products-slider {
    position: relative;
    z-index: 2;
    overflow: hidden;
    max-width: 2560px;
    margin: auto;
    padding: 50px 0;
}

.products-slider__item {
    display: flex;
    flex-direction: column;
    width: 330px;
    padding: 16px;
    box-shadow: 4px 4px 0 0 #000;
    background: rgba(255, 255, 255, 0.8);
    border: 2px solid #000;
    cursor: pointer;
}

.slick-slide:not(.slick-current) .products-slider__item img {
    filter: grayscale(1);
}

.products-slider__item-title {
font-weight: 400;
font-size: 18px;
line-height: 156%;
text-align: center;
color: #000;
margin: 0 auto 16px;
}

.products-slider__item-link {
    display: block;
    width: 100%;
    font-weight: 600;
    font-size: 18px;
    line-height: 156%;
    text-align: center;
    color: #dc2828;
    padding: 8px;
    box-shadow: 0 1px 2px 0 rgba(26, 26, 26, 0.08);
    background: #ffff54;
    border: 1px solid #dc2828;
    white-space: nowrap;
    text-decoration: none;
    /*transition: all 0.3s ease-out;*/
}

.products-slider__item-img-wrap {
    position: relative;
}

.products-slider__item-img-background {
    width: 100%;
    height: auto;
    margin: 0 auto 16px;
}

.products-slider__item-img-background ~ img {
    position: absolute;
    width: 240px;
    height: 240px;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    object-fit: contain;
    object-position: center;
}

.products-slider__attributes {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 16px;
    gap: 4px;
}

.products-slider__attributes span {
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    padding: 10px 16px;
    color: #7a7a83;
    border: 1px solid #7a7a83;
}


.products-slider .slick-slide:not(.slick-current) .products-slider__item {
    background: transparent;
    border: none;
    box-shadow: none;
}

.products-slider .slick-slide:not(.slick-current) .products-slider__item * {
    visibility: hidden;
    opacity: 0;
}

.products-slider .slick-slide:not(.slick-current) .products-slider__item-img-wrap,
.products-slider .slick-slide:not(.slick-current) .products-slider__item-img-background ~ img {
    opacity: 1;
    visibility: visible;
}

.section-shop {
    padding: 64px 0;
    background: center / cover no-repeat url("/wp-content/themes/one-eight-lab/assets/img/front-page/slider-shop/slider-shop-background.jpg");
}

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

.shop-slider__item img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-shop .swiper-navigation-wrap {
    display: none;
}

.section-contact {
    padding: 64px;
    background: #000000;
    background-image: url("/wp-content/themes/one-eight-lab/assets/img/front-page/contact/contact-background.jpg");
    background-size: cover;
    background-position: center;
}

.contact-info-wrap {
    display: flex;
    /*justify-content: space-between;*/
    max-width: 790px;
    margin: auto;
    padding: 20px 0 20px 20px;
    background: rgba(255, 255, 255, .8);
}

.contact__logo {
    position: relative;
    top: -100px;
    margin-bottom: -80px;
}

.contact__title {
    font-style: italic;
    font-weight: 700;
    font-size: 32px;
    line-height: 200%;
    color: #030303;
}

.contact__tel {
    position: relative;
    font-size: 32px;
    line-height: 200%;
    font-weight: 700;
    text-align: center;
    color: #fff;
    padding: 6px 0;
    background: #000;
    text-decoration: none;
    white-space: nowrap;
    z-index: 1;
}

.contact__map {
    position: relative;
    width: 320px;
    min-width: 100%;
    height: 320px;
    max-width: 320px;
    left: -20px;
}

.social-menu {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 16px;
}

.social-menu .menu-item a {
    font-weight: 400;
    font-size: 16px;
    line-height: 200%;
    color: #0a0a0a;
    /*text-decoration: none;*/
}

.section-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 130px;
    background: center / cover no-repeat url("/wp-content/themes/one-eight-lab/assets/img/front-page/bottom-background.jpg");
}

.section-bottom svg {
    cursor: pointer;
}

.section-products,
.section-page {
    padding: 250px 0 100px;
}

.section-cookie-banner {
    background: #FFFF54;
    overflow: hidden;
    min-height: 224px;
    transition: min-height 0.3s ease-out;
}

.close-cookie-banner .section-cookie-banner {
    height: 0;
    min-height: 0;
}

.section-cookie-banner .container {
    padding: 32px;
}

.section-cookie-banner h4 {
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: #1a1a1a;
    margin-bottom: 12px;
}

.section-cookie-banner p {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #e52106;
}

.cookie-banner-buttons-wrap {
    display: flex;
    gap: 8px;
    margin-top: 32px;
}

.cookie-banner-buttons-wrap a {
    font-weight: 600;
    font-size: 18px;
    line-height: 156%;
    text-align: center;
    width: 33.3%;
    padding: 8px;
    text-decoration: none;
    color: #52525b;
}

.cookie-banner-buttons-wrap a[href='#agree'] {
    color: #dc2828;
    border: 1px solid #dc2828;
    box-shadow: 0 1px 2px 0 rgba(26, 26, 26, 0.08);
}

.cookie-banner-buttons-wrap a[href='#necessary'] {
    border: 1px solid #52525b;
    box-shadow: 0 1px 2px 0 rgba(26, 26, 26, 0.08);
}

.section-page h1 {
    font-weight: 700;
    font-size: 30px;
    line-height: 140%;
    color: #1a1a1a;
    margin-bottom: 32px;
}

.section-page h2 {
    font-weight: 700;
    font-size: 26px;
    line-height: 140%;
    color: #1a1a1a;
    margin-bottom: 24px;
}

.section-page p {
    font-weight: 500;
    font-size: 16px;
    line-height: 200%;
    color: #000;
    margin-bottom: 24px;
}

.section-page .page-checkout p{
    line-height: 100%;
}

.section-page a {
    color: #1a1a1a;
}

.products-wrap {
    display: flex;
    flex-direction: column;
    gap: 64px;
}

.woo-products-category-wrap-content {
    order: 1;
}

.search-no-results .woo-products-category-wrap-content{
    order: 0;
}

.products-wrap .products:not(.products-single) {
    grid-template-columns: 1fr;
    grid-column-gap: 0;
    order: 2;
}

.products-wrap .products:not(.products-single) img {
    width: 100%;
    height: 370px;
    object-fit: cover;
}

.products-wrap .products:not(.products-single) .slick-slide {
    margin: 0 12px;
}

.products-wrap .products:not(.products-single) .slick-slide a {
    text-decoration: none;
}

.products-wrap .products:not(.products-single) .woocommerce-loop-category__title {
    font-weight: 600;
    font-size: 18px;
    line-height: 156%;
    color: #1a1a1a;
    text-decoration: none;
    margin: 16px 0 0;
}

.products-wrap .products:not(.products-single) .woocommerce-loop-category__title mark {
    display: none;
}

.products,
.products-wrap .products-single {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 24px;
    grid-row-gap: 68px;
    margin-bottom: 24px;
}

.products-slider-sale-content-wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 64px;
}

.products-slider-sale-text-wrap {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.products-slider-sale-text-wrap .woo-products-category-text,
.products-slider-sale-text-wrap .woo-products-category-title {
    text-align: left;
    margin-left: 0;
}

.products-slider-sale-content-wrap .button {
    max-width: max-content;
    top: 0;
}

.products-slider-sale .button {
    display: block;
    top: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    height: max-content;
}

.products-slider-sale-item-wrap {
    position: relative;
    display: flex !important;
    flex-direction: column !important;
    padding: 0 0 50px;
}

.products-slider-sale-item .screen-reader-text {
    display: none;
}

.products-sale .slick-track {
    display: flex !important;
}

.products-sale .slick-slide,
.products-sale .slick-slide > div {
    display: flex;
    height: inherit !important;
}

.products-slider-sale-item-button-wrap {
    margin: 24px 0 0
}

.products-slider-sale-item-button-wrap .added_to_cart {
    display: none;
}

.added_to_cart {
    display: none;
}


.woocommerce-result-count {
    display: none;
}

.woocommerce-products-header__title,
.woo-products-category-title {
    font-weight: 700;
    font-size: 30px;
    line-height: 140%;
    text-align: center;
    color: #1a1a1a;
}

.woocommerce-products-header__title {
    margin-bottom: 16px;
}

.section-products .term-description {
    margin-bottom: 32px;
}

.section-products .term-description p,
.section-products .term-description * {
    font-weight: 400;
    font-size: 18px;
    line-height: 156%;
    text-align: center;
    color: #1a1a1a;
}

.section-products .woo-header-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.woocommerce-no-products-found {
    width: 100%;
    margin: 160px 0;
}


.woocommerce-no-products-found .woocommerce-info {
    font-weight: 700;
    font-size: 30px;
    line-height: 140%;
    text-align: center;
    color: #dc2828;
}

.woo-no-products-found-category-wrap{
    /*overflow: hidden;*/
}

.woo-no-products-found-category-wrap .products-sale{
    padding-bottom: 100px;
}

.single .section-products .woo-header-wrap {
    display: block;
}

.woo-header-wrap {
    margin: 0 auto 32px;
}

.woo-header-wrap .woocommerce-breadcrumb {
    display: flex;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    padding-bottom: 5px;
    overflow: auto;
    color: #dc2828;
    white-space: nowrap;
}

.woo-header-wrap .woocommerce-breadcrumb *{
    white-space: nowrap;
}

.woo-header-wrap .woocommerce-breadcrumb a {
    color: #1a1a1a;
    text-decoration: none;
    transition: all 0.3s ease-out;
    cursor: pointer;
}

.woo-header-wrap .woocommerce-breadcrumb a:hover {
    color: #dc2828;
}

.woo-products-category-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 156%;
    text-align: center;
    color: #1a1a1a;
    margin: 0 auto 16px;
}

.woo-ordering-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
}

.woo-header-wrap select {
    font-weight: 500;
    font-size: 16px;
    line-height: 156%;
    color: rgba(26, 26, 26, 0.7);
    height: 44px;
    padding: 8px 16px;
    outline: none;
}

.woo-ordering-label {
    font-size: 16px;
    line-height: 156%;
    color: #000;
}

.section-products .woocommerce-pagination .page-numbers {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
}

.section-products .woocommerce-pagination li .page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    font-weight: 500;
    font-size: 14px;
    line-height: 157%;
    text-align: center;
    color: rgba(26, 26, 26, 0.36);
    text-decoration: none;
    border: 1px solid transparent;
    transition: all 0.3s ease-out;
}

.section-products .woocommerce-pagination li .page-numbers:not(.current):hover {
    font-weight: 600;
    color: #000;
    background: #ffa0a0;
}

.section-products .woocommerce-pagination .page-numbers.current {
    font-weight: 600;
    color: #000;
    border: 1px solid #dc2828;
}

.section-products .woocommerce-pagination li .page-numbers.next,
.section-products .woocommerce-pagination li .page-numbers.prev {
    position: relative;
    width: 44px;
    height: 44px;
    border: 1px solid #e1e1e2;
    box-shadow: 0 1px 2px 0 rgba(26, 26, 26, 0.08);
    background: #fcfcfc;
    font-size: 0;
}

.section-products .woocommerce-pagination li .page-numbers.next:after,
.section-products .woocommerce-pagination li .page-numbers.prev:after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.section-products .woocommerce-pagination li .page-numbers.next:after {
    background: center / contain no-repeat url("/wp-content/themes/one-eight-lab/assets/img/next.svg");
}

.section-products .woocommerce-pagination li .page-numbers.prev:after {
    background: center / contain no-repeat url("/wp-content/themes/one-eight-lab/assets/img/prev.svg");
}

.section-products .products-sale {
    order: 3;
}

.product a {
    text-decoration: none;
}

.products-slider-sale .slick-slide {
    margin: 0 12px;
}

.products-slider-sale__item {
    display: block;
    text-decoration: none;
}

.products-slider-sale__item-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.products-slider-sale__item-img-wrap {
    height: 370px;
    margin-bottom: 24px;
}

.products-slider-sale__item-title,
.woocommerce-loop-product__title {
    font-weight: 700;
    font-size: 20px;
    line-height: 160%;
    color: #1a1a1a;
}

.section-products .price {
    font-weight: 400;
    font-size: 14px;
    line-height: 157%;
    color: rgba(26, 26, 26, 0.7);
    margin: 0 0 8px;
    text-decoration: none;
}

.section-products .price ins {
    color: #5de976;
    text-decoration: none;
}

.products-slider-sale-title-wrap {
    margin: 0 0 64px;
}

.product .woo-product-img-wrapper {
    position: relative;
    width: 100%;
    height: 370px;
    margin: 0 auto;
    overflow: hidden;
}

.product .woo-product-img-wrapper img {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product .woo-product-img-wrapper img:nth-child(1) {
    z-index: 4;
}


.product .woo-product-img-wrapper:hover img:nth-child(2) {
    z-index: 10;
}

.product,
.products-single .product {
    position: relative;
    display: flex;
    flex-direction: column;
}

.product .onsale,
.products-single .onsale {
    position: absolute;
    left: 10px;
    top: 20px;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #fff;
    background: #dc2828;
    padding: 4px 12px;
    z-index: 100;
    pointer-events: none;
}

.product .price,
.products-single .price {
    display: block;
    font-weight: 500;
    font-size: 18px;
    line-height: 156%;
    color: #5de976;
    margin: 16px 0 0;
}

.product .price del,
.products-single .price del {
    color: rgba(26, 26, 26, 0.7);
}

.product .button,
.products-single .button,
.button {
    position: relative;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #1a1a1a;
    text-decoration: none;
    box-shadow: 0 1px 2px 0 rgba(26, 26, 26, 0.08);
    background: #fcfcfc;
    border: 1px solid #e1e1e2;
    margin: auto auto 0;
    transition: all 0.3s ease-out;
}

.products-single .button {
    top: 24px;
}

.product .woocommerce-loop-product__title,
.products-single .woocommerce-loop-product__title {
    margin: 8px 0 0;
}

.product .woo-main-category a,
.products-single .woo-main-category a {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 157%;
    color: rgba(26, 26, 26, 0.7);
    text-decoration: none;
}

.product > .woocommerce-loop-product__link,
.products-single .product > .woocommerce-loop-product__link {
    display: block;
    margin: 0 0 24px;
}

.product .woo-main-category,
.products-single .woo-main-category {
    display: flex;
}

#woo-loadmore-products + .woocommerce-pagination{
    margin: 0 auto;
}

.woocommerce-pagination {
    margin: 64px auto;
}

.products-single + .woocommerce-pagination {
    margin: 0 auto;
}

.products-slider-sale__item .woo-main-category {
    font-weight: 500;
    font-size: 18px;
    line-height: 156%;
    color: rgba(26, 26, 26, 0.7);
    margin: 16px 0 0;
}

.products-sale .slick-dots li button {
    width: 12px;
    height: 12px;
    background: #f4f4f5;
    border: 0.50px solid #e1e1e2;
    border-radius: 50%;
}

.products-sale .slick-dots li {
    margin: 0 2px;
}

.products-sale .slick-dots li.slick-active button {
    background: #dc2828;
}

.products-sale .slick-dots {
    bottom: -100px;
}

.products-sale .slick-prev {
    left: 10px;
}

.slick-next,
.products-sale .slick-next {
    right: 10px;
}

.products .slick-prev{
    left: -42px;
}

.products .slick-next{
    right: -42px;
}

.slick-prev,
.slick-next {
    width: 44px;
    height: 44px;
    z-index: 2;
    cursor: pointer;
}

.products-sale .slick-prev,
.products-sale .slick-next {
    top: auto;
    bottom: -120px;
}

.slick-prev:before {
    display: block;
    content: '';
    width: 44px;
    height: 44px;
    background: #f4f4f5;
    background-image: url("/wp-content/themes/one-eight-lab/assets/img/prev.svg");
    background-size: 9px 16px;
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none;
}

.slick-next:before {
    display: block;
    content: '';
    width: 44px;
    height: 44px;
    background: #f4f4f5;
    background-image: url("/wp-content/themes/one-eight-lab/assets/img/next.svg");
    background-size: 9px 16px;
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.single-product div.product .woocommerce-product-gallery {
    flex-shrink: 0;
    position: relative;
    width: 500px;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    position: absolute;
    top: 0.875em;
    right: 0.875em;
    display: block;
    height: 2em;
    width: 2em;
    border-radius: 3px;
    z-index: 99;
    text-align: center;
}

.single-product div.product .woocommerce-product-gallery .flex-viewport {
    margin: 0 0 24px;
}

.single-product div.product .woocommerce-product-gallery img {
    width: 100%;
    height: 100%;
}

.single-product .product {
    flex-direction: row;
    gap: 64px;
    margin: 64px 0;
}

.single-product .buttons-quantity-wrap{
    display: flex;
    align-items: center;
}

.single-product form.cart{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 24px;
    margin: 24px 0;
}

.woocommerce-variation-add-to-cart{
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.single-product form.cart button[type='submit']{
    order: -1;
    width: 320px;
    height: 44px;
    margin: 0;
    background: #ffff54;
    transition: all 0.3s ease-out;
}

.single-product form.cart button[type='submit']:hover{
    background: #dc2828;
    color: #ffffff;
}

.single-product .buttons-quantity-wrap input[type="number"]{
    width: 64px;
    height: 44px;
    text-align: center;
    margin: 0 4px;
    border: 1px solid #e1e1e2;
}

.single-product .buttons-quantity-wrap input[type="number"]::-webkit-outer-spin-button,
.single-product .buttons-quantity-wrap input[type="number"]::-webkit-inner-spin-button{
    -webkit-appearance: none;
}

.single-product .buttons-quantity-wrap input[type="number"]{
    -moz-appearance: textfield;
}

.single-product button.minus,
.single-product button.plus{
    width: 44px;
    height: 44px;
    background: #fcfcfc;
    cursor: pointer;
    border: 1px solid #e1e1e2;
    transition: background 0.3s ease-out;
}

.single-product button.minus:hover,
.single-product button.plus:hover{
    background: #e1e1e2;
}

.single-product .product_meta{
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 12px 0 32px;
}

.single-product .variations label{
    margin-right: 10px;
}

.single-product .variations .reset_variations{
    margin-left: 10px;
    color: #1a1a1a;
}

.woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-main,
.woocommerce-cart .wc-block-cart .wc-block-components-sidebar{
    width: 50%;
}


.woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-main{
    padding-right: 16px;
}

.woocommerce-cart .wc-block-cart .wc-block-components-sidebar{
    padding: 0 16px;
    height: max-content;
    border: 1px solid #202024;
    box-shadow: 4px 4px 0 0 #000;
    margin-top: 48px !important;
}

.woocommerce-cart .wc-block-components-totals-wrapper + .wc-block-components-totals-wrapper{
    display: none;
}

.woocommerce-cart .wp-block-woocommerce-cart-order-summary-totals-block + .wc-block-components-totals-wrapper{
    font-size: 20px;
    border: 0;
    /*display: none;*/
}

.woocommerce-cart .wp-block-woocommerce-cart-order-summary-block{
    font-size: 20px;
    font-weight: 700;
}

.woocommerce-cart .wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
    position: relative;
    font-size: 0 !important;
}

.woocommerce-cart .wc-block-components-totals-footer-item .wc-block-components-totals-item__label::before {
    content: "Загалом";
    font-size: 20px !important;
}

.woocommerce-cart .wc-block-components-formatted-money-amount{
    font-size: 20px !important;
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-sale-badge,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-metadata {
    display: none;
}

.wc-block-cart-items__row{
    position: relative;
    border: 1px solid #202024;
    box-shadow: 4px 4px 0 0 #000;
}

.wc-block-cart-items{
    display: flex;
    flex-direction: column;
}

.wc-block-cart-items tbody{
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.wc-block-cart-item__image img{
    width: 96px;
    min-width: 96px;
    max-width: 96px;
    height: 96px;
    object-fit: cover;
}

.wc-block-cart-item__prices .wc-block-components-product-price{
    display: none;
}

.wc-block-cart-items__header-total{
    width: 100% !important;
}

.wc-block-cart-item__product{
    width: 100%;
}

.wc-block-components-product-name{
    font-weight: 700;
    font-size: 20px;
    line-height: 160%;
    color: #1a1a1a;
    text-decoration: none;
}


.wc-block-cart-items__header-image,
.woocommerce-cart .section-page .wc-block-cart .wc-block-cart__totals-title,
.wc-block-cart-items__header-total{
    font-weight: 700;
    font-size: 20px;
    line-height: 160%;
    color: #202024;
    text-transform: none;
}

.wc-block-components-product-price{
    font-weight: 500;
    font-size: 20px;
    line-height: 160%;
    text-align: right;
    color: #202024;
}

.wc-block-components-quantity-selector{
    width: 180px !important;
}

.wc-block-components-quantity-selector>.wc-block-components-quantity-selector__button--minus,
.wc-block-components-quantity-selector>.wc-block-components-quantity-selector__button--plus{
    padding: 0 24px !important;
    width: 58px;
    height: 58px;
    min-height: 58px;
    background: #f4f4f5 !important;
    flex-shrink: 0;
}

.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input{
    width: 58px;
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link{
    position: absolute;
    right: 14px;
    bottom: 44px;
}

.wc-block-components-button{
    padding: 0px 16px;
    width: 520px;
    height: 44px;
    min-height: 44px;
    text-decoration: none;
    background: #dc2828;
    color: #ffffff !important;
}

.woocommerce-cart .section-page .wc-block-cart .wc-block-cart__totals-title{
    position: absolute;
    top: 0;
}

.single-product .product_meta a{
    display: inline-block;
    padding: 7px 12px;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #1a1a1a;
    text-decoration: none;
    border: 1px solid #1a1a1a;
    transition: all 0.3s ease-out;
    margin: 3px 0;
}

.single-product .product_meta a:hover{
    background: #FFFF54;
}

.single-product .woocommerce-notices-wrapper{
    position: fixed;
    font-size: 12px;
    bottom: 20px;
    right: 20px;
    z-index: 1;
    width: 250px;
    box-shadow: 0 1px 2px 0 rgba(26, 26, 26, 0.08);
    background: #fcfcfc;
    outline: none;
}

.single-product .woocommerce-message{
    display: grid;
    gap: 12px;
    padding: 12px;
    outline: none;
    border: 1px solid #e1e1e2;
}

.single-product .woocommerce-notices-wrapper .button{
    font-size: 12px;
    padding: 7px 12px;
}

.woocommerce-product-gallery__trigger img {
    filter: grayscale(1);
}

.woocommerce-product-content {
    width: calc(100% - 64px);
}

.woocommerce-product-content-services .wapf{
    order: -1;
}

.section-products .woocommerce-tabs {
    margin: 32px auto 0;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
    opacity: .5;
    transition: all, ease, .2s;
    cursor: pointer;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
    opacity: 1;
}

.woocommerce-product-content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: rgba(26, 26, 26, 0.7);
    margin: 0 0 16px;
}

.single-product .product_title {
    font-weight: 700;
    font-size: 30px;
    line-height: 140%;
    color: #1a1a1a;
}

.single-product .price {
    margin: 12px 0;
}

.single-product .description_tab,
.single-product .description_tab a,
.reviews_tab,
.reviews_tab a {
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: #1a1a1a;
    text-decoration: none;
}

.single-product .wc-tabs li{
    padding: 10px;
    border: 1px solid #1a1a1a;
    transition: background 0.3s ease-out;
}

.single-product .wc-tabs li a{
    font-size: 16px;
    line-height: 150%;
    cursor: pointer;
}

.single-product .wc-tabs li.active{
    background: #FFFF54;
}

.single-product .wc-tabs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin: 0 0 32px;
}

.modal-form-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 158%;
    color: #1a1a1a;
    margin-bottom: 24px;
}

.single-product .wc-tabs a {
    color: #1a1a1a;
}

.woocommerce-Reviews-title {
    display: none;
}

.woocommerce-product-attributes {
    width: 100%;
    text-align: left;
    border: 1px solid #e1e1e2;
}

.woocommerce-product-attributes-item:nth-child(odd) {
    background: #e1e1e2;
}

.woocommerce-product-attributes-item th,
.woocommerce-product-attributes-item td {
    padding: 12px;
    font-size: 14px;
    color: #1A1A1F;
}

.woocommerce-product-attributes-item th p,
.woocommerce-product-attributes-item td p {
    font-size: 14px;
    color: #1A1A1F;
}

.woocommerce-product-attributes .woocommerce-product-attributes-item * {
    margin: 0;
}

.modal-form {
    position: fixed;
    display: flex;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    background: rgba(0, 0, 0, 0.50);
    backdrop-filter: blur(6px);
    pointer-events: none;
    opacity: 0;
    padding: 40px 0 40px;
    max-height: 100vh;
    overflow: auto;
    transition: all 0.3s ease-out;
    z-index: 100;
}

.modal-form-wrap {
    position: relative;
    width: 588px;
    padding: 24px 32px 32px 32px;
    margin: auto;
    background: #fff;
    height: max-content;
    transition: opacity 0.3s ease-out;
    opacity: 1;
    z-index: 1;
}

.modal-form-text p {
    font-weight: 400;
    font-size: 18px;
    line-height: 156%;
    color: rgba(26, 26, 26, 0.7);
}

.open-modal .modal-form {
    pointer-events: all;
    opacity: 1;
}

.modal-form-header {
    margin: 0 0 32px;
}

.modal-form input {
    font-size: 18px;
    line-height: 156%;
}

.form-buttons-wrap {
    display: flex;
    align-items: center;
    gap: 24px;
}

.form-buttons-wrap button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(50% - 12px);
    height: 44px;
}

.error-notice {
    display: block;
    min-height: 20px;
    color: #dc2828;
    padding: 0 12px;
}


.modal-form-success-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 24px 32px 32px 32px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease-out;
}

.show-modal-success .modal-form-content-wrap {
    opacity: 0;
    pointer-events: none;
}

.show-modal-success .modal-form-success-wrap {
    opacity: 1;
    pointer-events: all;
}

.error-404 {
    display: flex;
    position: relative;
    min-height: calc(100vh - 128px);
}

.error-404-background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.error-404 .row {
    height: 100%;
}

.error-404-content-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
}

.error-404 .home-link {
    position: absolute;
    left: 0;
    right: 0;
    top: 32px;
    max-width: max-content;
    margin: auto;
}

.error-404-img-wrap {
    padding: 150px 0;
}

.woocommerce-MyAccount-wrap{
    display: flex;
    justify-content: space-between;
    gap: 16px;
}

.woocommerce-MyAccount-navigation,
.woocommerce-MyAccount-content{
    width: 50%;
}

.woocommerce-MyAccount-content{
    display: flex;
    flex-direction: column;
}

.woocommerce-MyAccount-content table{
    width: 100%;
    text-align: left;
}

.woocommerce-MyAccount-orders thead th{
    font-size: 14px;
    font-weight: 700;
    padding: 18px 6px;
    color: rgba(26, 26, 26, 0.7);
}

.woocommerce-MyAccount-orders tbody th,
.woocommerce-MyAccount-orders tbody td{
    font-size: 14px;
    padding: 13px 6px;
}

.woocommerce-MyAccount-orders tbody td a{
    font-size: 14px;
    border: none;
    padding: 0;
    background: transparent;
}

.woocommerce-MyAccount-orders tbody td a:hover{
    background: transparent;
}

.woocommerce-MyAccount-orders .woocommerce-Price-amount{
    display: block;
    font-size: 14px;
    color: #dc2828;
}

.woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-total{
    font-size: 12px;
}

.woocommerce-MyAccount-content mark{
    background: transparent;
    font-weight: 700;
}

.section-page .woocommerce-MyAccount-content .woocommerce-order-details__title,
.section-page .woocommerce-MyAccount-content .woocommerce-column__title{
    font-size: 15px;
}

.woocommerce-MyAccount-content .woocommerce-table--order-downloads td,
.woocommerce-MyAccount-content .woocommerce-table--order-downloads th{
    font-size: 14px;
    padding: 18px 6px;
}

.woocommerce-MyAccount-content .woocommerce-table--order-downloads td a{
    border: none;
    background: transparent;
    padding: 0;
    font-size: 12px;
}

.woocommerce-MyAccount-content .woocommerce-Address{
    width: 100%;
}

.woocommerce-Address-title{
    margin: 0 0 20px;
}

.woocommerce-Address-title h2,
.woocommerce-MyAccount-content h2{
    font-size: 18px;
}

.woocommerce-MyAccount-content address br{
    content: ' ';
    display: block;
    margin: 20px 0;
}

.woocommerce-MyAccount-content address{
    font-size: 14px;
}

.woocommerce-MyAccount-content .woocommerce-Address{
    margin: 0 0 24px;
}

.woocommerce-MyAccount-content p{
    font-size: 14px;
}

.woocommerce-MyAccount-content .order-again{
    margin: 24px 0;
}

.woocommerce-MyAccount-content .order-again a{
    font-size: 14px;
}

.woocommerce-MyAccount-navigation-link{
    margin: 0 auto 8px;
}

.woocommerce-MyAccount-navigation-link a{
    display: inline-block;
    width: 100%;
    font-weight: 600;
    font-size: 18px;
    line-height: 156%;
    text-align: center;
    color: #1a1a1a;
    background: #fcfcfc;
    border: 1px solid #e1e1e2;
    padding: 8px;
    text-decoration: none;
    transition: background 0.3s ease-out;
    cursor: pointer;
}

.woocommerce-MyAccount-navigation-link:hover a{
    background: #efde32;
}

.woocommerce-MyAccount-navigation-link.is-active a{
    background: rgba(220, 40, 40, 0.5);
}

.woocommerce-MyAccount-content .woocommerce-order-details td,
.woocommerce-MyAccount-content .woocommerce-customer-details td,
.woocommerce-MyAccount-content .woocommerce-order-details th,
.woocommerce-MyAccount-content .woocommerce-customer-details th{
    font-size: 14px;
}

.woocommerce-MyAccount-content .woocommerce-info{
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.woocommerce-MyAccount-content .woocommerce-notices-wrapper{
    order: 2;
    margin: 24px 0 0;
}

.woocommerce-MyAccount-content .woocommerce-message{
    outline: none;
}

.woocommerce-MyAccount-content .woocommerce-notices-wrapper,
.woocommerce-MyAccount-content .woocommerce-error{
    font-size: 12px;
    outline: none;
    color: #dc2828;
}

.woocommerce-MyAccount-content .woocommerce-error{
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.woocommerce-MyAccount-content .woocommerce-info{
    gap: 24px;
}

.woocommerce-MyAccount-content .woocommerce-info .button{
    font-size: 14px;
}

.woocommerce-MyAccount-navigation-link a{
    text-decoration: none;
}

.woocommerce-MyAccount-content form input{
    font-size: 14px;
    width: 100%;
    height: 40px;
}

.woocommerce-MyAccount-content form span{
    /*display: inline-block;*/
    font-size: 12px;
    line-height: 120%;
    margin: 8px 0 0;
}

.woocommerce-MyAccount-content form label{
    font-size: 12px;
}

.woocommerce-MyAccount-content fieldset{
    margin: 40px 0 0;
}

.woocommerce-MyAccount-content legend{
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 16px;
    color: #1a1a1a;
}

.woocommerce-MyAccount-content form input + span{
    display: inline-block;
}

.woo-shop-header-separator{
    margin: 0 0 30px;
}

.page-content div.section-team{
    padding: 0;
    margin: 0 0 32px;
    box-shadow: none;
    border: none;
}

.section-team > .wp-block-group__inner-container{
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.section-team .wp-block-group{
    width:  calc(33.3% - 12px);
    border: 1px solid #000;
    box-shadow: 3px 3px 0 0 #000;
    background: rgba(255, 255, 255, 0.8);
    padding: 12px;
}

.page-content div.section-team .wp-block-group{
    padding: 11px;
}

.section-team .wp-block-group .wp-block-group__inner-container{
    display: flex;
    flex-direction: column;
}

.section-team .wp-block-group .wp-block-group__inner-container img{
    width: 100%;
    height: auto;
}

.section-team .wp-block-group__inner-container p{
    font-size: 11px;
    display: block;
    margin: 0 0 8px;
}

.section-team p:last-child{
    margin: 0;
}

.section-page p.section-team__position{
    display: inline-block;
    font-weight: 600;
    font-size: 10px;
    line-height: 157%;
    text-align: center;
    color: #7a7a83;
    padding: 7px 12px;
    border: 1px solid #7a7a83;
    max-width: max-content;
    margin: 16px auto 0;
}

.woocommerce-thankyou-order-details{
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 0 0 20px;
}

.woocommerce-thankyou-order-details strong{
    color: #dc2828;
}

.woocommerce-table--order-details{
    text-align: left;
}


.woocommerce-table--order-details th,
.woocommerce-table--order-details td{
    width: 320px;
    padding: 10px 10px 10px 0;
}

.woocommerce-table--order-details th a,
.woocommerce-table--order-details td a{
    text-decoration: none;
}

.woocommerce-columns--addresses{
    display: flex;
    flex-wrap: wrap;
}

.woocommerce-customer-details .woocommerce-column{
    width: 50%;
}

.section-page .woocommerce-order-details__title,
.section-page .woocommerce-column__title{
    font-size: 20px;
    margin-bottom: 12px;
}

.section-page .woocommerce-order-details{
    position: relative;
    margin: 0 0 24px;
    padding-top: 24px;
}

.section-page .woocommerce-order-details:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: calc(100% - 32px);
    height: 1px;
    background: linear-gradient(to right, transparent 50%, #000 50%);
    background-size: 24px 1px;
}

.woocommerce-order{
    display: flex;
    flex-direction: column;
    box-shadow: 4px 4px 0 0 #000;
    background: #fff;
    border: 1px solid #000;
    /*padding: 32px;*/
    max-width: 706px;
    margin: auto;
}

.woocommerce-order > *{
    padding: 0 16px;
}

.woocommerce-order .widget{
    padding: 0;
}

.woocommerce-order .widget h4{
    font-size: 16px;
    font-weight: 500;
}

.woocommerce-order-received .woocommerce-notice{
    position: relative;
    font-weight: 500;
    padding: 16px 16px 20px;
    order: -1;
    background: #E04727;
    color: #FFFFFF;
    margin-bottom: 0;
}

.woocommerce-order-received .woocommerce-notice + .woocommerce-info{
    margin-top: 24px;
}

.woocommerce-order-received .woocommerce-notice:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(to right, transparent 50%, #fff 50%);
    background-size: 40px 4px;
}

.woocommerce-order-received .woocommerce-order-overview{
    padding-top: 24px;
}

.woocommerce-order-received ul.woocommerce-order-overview li{
    display: flex;
    justify-content: space-between;
}

.woocommerce-order-received ul.wc-item-meta{
    margin-top: 20px;
}

.woocommerce-order-received ul.wc-item-meta *{
    font-size: 12px;
    padding: 2px 0;
}

.woocommerce-order-received ul.wc-item-meta li *{
    display: contents;
}

.woocommerce-order-received .woocommerce-table__product-table{
    width: 20%;
}

.woocommerce-order-received td small{
    display: block;
    font-size: 12px;
}

.woocommerce-order-received .woocommerce-table__product-total,
.woocommerce-order-received .woocommerce-table__product-table,
.woocommerce-order-received tfoot td{
    text-align: right;
    padding-right: 0;
}

.woo-services-info-header{
    position: relative;
    background: #E04727;
    padding: 16px 16px 0;
}

.woo-services-info-header:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(to right, transparent 50%, #fff 50%);
    background-size: 40px 4px;
}

.woo-services-info-header *{
    color: #fff;
}

.woo-services-info-header-content{
    display: flex;
    padding: 12px 24px 32px;
    gap: 18px;
}

.woocommerce-order-received .woo-services-info-header-content{
    flex-direction: column;
    padding: 0;
}

.woo-services-info-header-content ul{
    width: 100%;
}

.woo-services-info-header h4{
    margin-bottom: 24px;
}

.woo-services-info-header h4 span{
    position: relative;
    background: #fff;
    padding: 8px;
    color: #e04727;
    left: -16px;
    top: -8px;
}

.woo-services-info-header-content ul li{
    font-family: 'Victor Mono', sans-serif;
    margin: 12px 0;
    font-weight: 500;
}

.woo-services-info-header-content ul li span{
    display: inline-block;
    opacity: 0.8;
    margin-bottom: 8px;
}

.woo-services-info-header-content ul li b{
    font-weight: 700;
}

.woo-services-info-header-content ul li:first-child{
    display: flex;
    align-items: center;
}

.woo-services-info-header-content ul li img{
    flex-shrink: 0;
    margin-right: 14px;
}

.woo-services-info-header-content ul li a{
    color: #fff;
}

.map-icon{
    position: relative;
    padding-left: 32px;
}

.map-icon:after{
    content: '';
    position: absolute;
    left: 0;
    width: 17px;
    height: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: left center / contain no-repeat url("/wp-content/themes/one-eight-lab/assets/img/map.svg");
}

.woo-services-info-header h4 span{
    left: -16px;
    top: 8px;
}

.woocommerce-order-received .woo-services-info-header{
    padding-bottom: 20px;
}

.woocommerce-order-received li{
    font-size: 14px;
}

.woocommerce-order-received li br{
    display: none;
}

.woocommerce-order-received .woo-services-info-header-content{
    gap: 0;
}


.woo-services-info-header-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.button-info{
    padding: 8px 12px;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
}


.woocommerce-order address br{
    content: ' ';
    display: block;
    margin: 20px 0;
}

.woocommerce-customer-details address,
.woocommerce-customer-details address p{
    font-size: 14px;
}

.woocommerce-customer-details address br{
    content: ' ';
    display: block;
    margin: 20px 0;
}

/* editor styles */

.page-content{
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 800px;
    margin: auto;
    gap: 32px;
}

.page-template-normal-with-title .page-content{
    max-width: 706px;
}

.page-content .wp-block-group{
    box-shadow: 4px 4px 0 0 #000;
    background: #fff;
    border: 1px solid #000;
    padding: 32px;
}

.page-template-sheets .page-content .wp-block-group{
    width: 21cm;
    height: 29.7cm;
    padding: 2cm;
    margin: 0.4cm auto;
    border-radius: 5px;
    background: white;
    overflow: auto;
}

.page-template-checkout .col-1,
.page-template-checkout .col-2{
    width: 100%;
}

.page-template-checkout form{
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
}

.page-checkout .woocommerce-form-login{
    flex-direction: column;
    max-width: 600px;
    padding: 16px;
    height: max-content;
    border: 1px solid #202024;
    box-shadow: 4px 4px 0 0 #000;
    margin: 48px auto 0;
}

.page-checkout .col2-set,
.page-checkout .woo-review-wrap{
    width: calc(50% - 16px);
}

.page-template-checkout .woo-review-wrap,
.page-template-checkout .col2-set{
    padding: 16px;
    height: max-content;
    border: 1px solid #202024;
    box-shadow: 4px 4px 0 0 #000;
    margin-top: 48px !important;
}

.page-template-checkout .woo-review-wrap h3,
.page-template-checkout .col2-set h3{
    font-size: 20px;
    line-height: 160%;
}

.page-template-checkout input[type="radio"]{
    position: relative;
    width: 24px;
    height: 24px;
    border: 1px solid hsla(0,0%,7%,.8);
    appearance: none;
    border-radius: 50%;
    cursor: pointer;
}

.page-template-checkout input[type="radio"]:checked:before{
    background: #000;
    border-radius: 50%;
    content: "";
    display: block;
    height: 0.75em;
    left: 50%;
    margin: 0;
    min-height: 12px;
    min-width: 12px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 0.75em;
}

.page-template-checkout th,
.page-template-checkout td{
    text-align: left;
}

.page-template-checkout .woocommerce-NoticeGroup-checkout{
    width: 100%;
    order: 2;
}

.wc-block-components-shipping-address{
    display: none !important;
}

.wc-block-components-totals-shipping__change-address__link{
    display: none;
}

.page-template-checkout .woocommerce-shipping-methods li{
    display: flex;
    align-items: center;
    margin: 12px 0;
}

.page-template-checkout .woocommerce-shipping-methods li label{
    font-size: 14px;
    margin: 4px 0 0 6px;
}

.page-template-checkout #billing_country_field{
    display: none;
}

.page-template-checkout thead th,
.page-template-checkout tbody td,
.page-template-checkout tfoot th{
    padding: 10px 0;
}

.page-template-checkout tfoot th{
    padding: 10px 0 20px;
}

.page-template-checkout textarea{
    display: block;
    width: 100%;
    resize: none;
    height: 100px;
    outline: none;
    margin: 10px auto 0;
}

.page-template-checkout *::-webkit-scrollbar {
    width: 6px;
}

.page-template-checkout *::-webkit-scrollbar-track {
    background: #3A332D;
}

.page-template-checkout *::-webkit-scrollbar-thumb {
    background: #9D9FB0;
    height: 94px;
}

.page-template-checkout .select2-container .select2-selection--single{
    height: 38px;
    margin: 10px 0 0;
}

.page-template-checkout .select2-container--default .select2-selection--single .select2-selection__arrow{
    bottom: -3px;
    margin: auto;
}

.page-template-checkout .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 34px;
}

.page-template-checkout .woocommerce-invalid input,
.page-template-checkout .woocommerce-invalid .select2-container--default .select2-selection--single{
    border-color: #cc1818;
}

.page-template-checkout .woocommerce-error li{
    font-size: 12px;
    color: #cc1818;
    margin: 6px 0;
}

.page-template-checkout .select2-container--default .select2-search--dropdown .select2-search__field{
    height: 38px;
}

.page-template-checkout input{
    font-size: 14px;
    height: 48px;
}

.page-template-checkout input.search-input{
    height: 58px;
}

.page-template-checkout .select2-container--default .select2-selection--single .select2-selection__placeholder{
    font-size: 14px;
}

.page-content h3{
    font-weight: 700;
    font-size: 24px;
    line-height: 158%;
    color: #1a1a1a;
    margin-bottom: 12px;
}

.page-content h4{
    font-weight: 700;
    font-size: 20px;
    line-height: 158%;
    color: #1a1a1a;
    margin-bottom: 12px;
}

.page-content p,
.page-content li{
    font-weight: 400;
    font-size: 18px;
    line-height: 156%;
    color: rgba(26, 26, 26, 0.7);
}

.page-content p:last-child{
    margin-bottom: 0;
}

.page-content h1{
    margin: 0;
}

.page-content ul{
    padding-left: 24px;
}

.page-content ul li{
    list-style-type: disc;
}

.page-content li{
    margin: 0 0 10px;
}

.page-content li:last-child{
    margin: 0;
}

.page-content li::marker{
    color: #dc2828;
}

.page-content ol li{
    list-style-type: auto;
}

.page-content ol{
    padding: 0 0 0 32px;
}

.section-page .wp-block-columns{
    display: flex;
    gap: 24px;
}

.section-page .wp-block-column{
    width: 50%;
}

.section-page img[src*="plata.svg"]{
    display: inline-block;
    margin: 10px 0;
}
/* end editor styles */

/* custom select */

/* The container must be positioned relative: */
.custom-select {
    position: relative;
    z-index: 110;
}

.custom-select select {
    display: none; /*hide original SELECT element: */
}

.select-selected {
    padding: 16px;
    background: #fcfcfc;
    border: 1px solid #e1e1e2;
    color: rgba(26, 26, 26, 0.7);
    font-size: 16px;
    min-width: 220px;
    border: 1px solid #e1e1e2;
    box-shadow: 0 1px 3px 0 rgba(26, 26, 26, 0.08), 0 0 0 0 rgba(26, 26, 26, 0.08);
    cursor: pointer;
}

/* Style the arrow inside the select element: */
.select-selected:after {
    position: absolute;
    content: "";
    top: 22px;
    right: 10px;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-color: #a1a1aa transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
    border-color: transparent transparent #a1a1aa transparent;
    top: 15px;
}

/* style the items (options), including the selected item: */
.select-items div{
    color: rgba(26, 26, 26, 0.7);
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
}

.select-items div{
    padding: 16px;
}

.select-selected{
    padding: 16px 30px 16px 16px;
}

/* Style items (options): */
.select-items {
    position: absolute;
    background-color: #fcfcfc;
    top: 100%;
    left: 0;
    right: 0;
    border: 1px solid #e1e1e2;
    z-index: 99;
}

/* Hide the items when the select box is closed: */
.select-hide {
    display: none;
}

.select-items div:hover, .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}

/* end custom select */

div.nsl-container .nsl-container-buttons{
    width: 100%;
    margin: 0 auto 20px;
}

div.nsl-container .nsl-container-buttons .nsl-button-label-container{
    color: #1a1a1a;
}

/* wapf */

.section-products .wapf-wrapper{
    position: relative;
    padding: 0 32px 32px;
    background: #E04727;
}

.section-products .wapf-wrapper:before,
.section-products .wapf-wrapper:after,
.section-products .wapf-product-totals:after{
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
}

.section-products .wapf-wrapper:before{
    top: 0;
    background: linear-gradient(to right, transparent 50%, #E04727 50%);
    background-size: 32px 2px;
}

.section-products .wapf-wrapper:after,
.section-products .wapf-product-totals:after{
    bottom: 0;
    background: linear-gradient(to right, transparent 50%, #fff 50%);
    background-size: 32px 2px;
}

.section-products .wapf-product-totals{
    position: relative;
    padding: 32px;
    background: #E04727;
}

.section-products .wapf--inner{
    padding: 20px;
    background: #ffffff;
}

.section-products .wapf-field-container{
    position: relative;
    padding: 8px 0;
}

.section-products .wapf-field-container:before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 8px;
    background: #E04727;
}

.section-products .wapf input{
    width: auto;
    height: auto;
    float: none;
}

.section-products .wapf-checkable {
    clear: both;
}

.section-products .wapf input{
    padding: 0.6180469716em;
    background-color: #f2f2f2;
    color: #43454b;
    -webkit-appearance: none;
    box-sizing: border-box;
    font-weight: 400;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.125);
    border: 2px solid #dc2828;
    margin-top: 0;
    outline: 1px solid transparent;
}

.section-products .wapf input:checked{
    border: 2px solid transparent;
    background-image: url("/wp-content/themes/one-eight-lab/assets/img/checked.svg");
    background-size: 12px;
    background-position: center;
    background-repeat: no-repeat;
    outline: 1px solid #dc2828;
}


.section-products .wapf-field-radio .wapf-radios,
.section-products .wapf-checkboxes{
    display: flex;
    flex-wrap: wrap;
    padding: 20px 10px;
    gap: 16px;
    column-gap: 40px;
}

.section-products .wapf-field-input{
    display: flex;
    gap: 4px;
    padding: 18px 0 6px;
}

.wapf-field-label label{
    padding: 0;
}

.wapf-field-label label span{
    padding: 8px;
}

.wapf-field-label label{
    display: inline-block;
    color: #E04727;
    padding-bottom: 8px;
}

.wapf-field-label--red .wapf-field-label label span,
.wapf-field-label--red-and-wapf-pricing-hint--hiden .wapf-field-label label span{
    background: #E04727;
    color: #fff;
}

.wapf-field-number .wapf-field-label label{
    font-weight: 500;
    color: #202024;
}

.section-products .wapf .wapf-field-row{
    margin: 0;
    background: #ffffff;
}

.section-products .wapf-label-text{
    font-size: 16px;
    padding-left: 12px;
}

.section-products .wapf-input-label{
    display: flex;
    align-items: center;
}

.wapf-product-totals{
    padding: 0 20px;
    margin: 32px 0 0 0;
    background: #ffffff;
}

.wapf-product-totals .price{
    margin: 0;
}

.wapf-product-totals .wapf--inner div{
    display: none;
}

.wapf-product-totals .wapf--inner div:last-child{
    display: block;
    color: #43454b;
}

.wapf-product-totals .wapf--inner div *{
    color: #43454b;
}

.section-products .notice-text{
    display: none;
    padding: 10px 0 12px;
}

.section-products .notice-text.show{
    display: block;
}

.section-products .notice-text .wapf-field-input{
    display: none;
}

.section-products .border-right-8{
    border-right: 8px solid #E04727;
}

.notice-required{
    height: 0;
    overflow: hidden;
    padding: 0 !important;
}

.woocommerce-cart .wp-block-woocommerce-cart-order-summary-shipping-block{
    display: none;
}

.woo-product-content-services-header{
    width: 100%;
    order: -2;
}

.wapf-pricing-hint--hiden .wapf-pricing-hint,
.wapf-field-label--red-and-wapf-pricing-hint--hiden .wapf-pricing-hint{
    display: none;
}

.wapf-field-input input[type="checkbox"],
.wapf-field-input input[type="radio"]{
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    cursor: pointer;
}

.wapf-field-input input[type="radio"]{
    border-radius: 0;
}

.wapf-field-input input[type="checkbox"]{
    margin: 0;
}

.wapf-field-input input[type="number"]{
    margin: 8px 0;
    max-width: 50px;
    -moz-appearance:textfield;
    text-align: center;
}

.wapf-field-input input[type="number"]::-webkit-outer-spin-button,
.wapf-field-input input[type="number"]::-webkit-inner-spin-button{
    -webkit-appearance: none;
    margin: 0;
}

.wapf-field-description{
    color: #E04727;
    padding: 0 16px 16px;
}

.wapf-field-radio--rounded input[type="radio"],
.wapf-field-radio--rounded input[type="checkbox"],
.border-right-8 input[type="radio"]{
    font-size: 10px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 6px solid transparent;
    outline: none;
}

.wapf-field-radio--rounded input[type="radio"]:checked,
.wapf-field-radio--rounded input[type="checkbox"]:checked,
.border-right-8 input[type="radio"]:checked{
    border: 6px solid #E04727;
    background: #ffffff;
}

.section-products .wapf input[type="text"]{
    width: calc(100% - 32px);
    margin: 16px;
    background: transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-top: 1px solid transparent;
    outline: none;
    border-bottom: 2px solid #e1e1e2;
    box-shadow: none;
}

.wapf-field-radio--rounded .wapf-checkboxes,
.wapf-field-radio--rounded .wapf-radios,
.border-right-8 .wapf-radios{
    column-gap: 90px !important;
}

.input-number-minus,
.input-number-plus{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background: #f4f4f5;
    border: 1px solid #f4f4f5;
    flex-shrink: 0;
    transition: all 0.3s ease-out;
}

.input-number-minus:hover,
.input-number-plus:hover{
    background: #fff;
    border: 1px solid #E04727;
}

.wapf-field-label--number,
.wapf-field-label--number-0,
.wapf-field-label--number-1,
.wapf-field-label--number-2,
.wapf-field-label--number-3,
.wapf-field-label--number-4,
.wapf-field-label--number-5{
    display: flex;
    flex-direction: column;
}

.wapf-field-label--number.wapf-hide{
    display: none;
}

.wapf-field-label--number .wapf-field-input,
.wapf-field-label--number-0 .wapf-field-input,
.wapf-field-label--number-1 .wapf-field-input,
.wapf-field-label--number-2 .wapf-field-input,
.wapf-field-label--number-3 .wapf-field-input,
.wapf-field-label--number-4 .wapf-field-input,
.wapf-field-label--number-5 .wapf-field-input{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    margin: auto auto 0;
}

.section-products .wapf-field-label--number,
.section-products .wapf-field-label--number-0,
.section-products .wapf-field-label--number-1,
.section-products .wapf-field-label--number-2,
.section-products .wapf-field-label--number-3,
.section-products .wapf-field-label--number-4,
.section-products .wapf-field-label--number-5{
    height: 140px;
}

.section-products .wapf-field-label--number-1,
.section-products .wapf-field-label--number-2,
.section-products .wapf-field-label--number-3,
.section-products .wapf-field-label--number-4,
.section-products .wapf-field-label--number-5{
    position: absolute;
    top: 0;
    border-left: 1px solid #E04727;
}

.section-products .wapf-field-label--number-1{
    left: calc(16.6% + 20px);
}

.section-products .wapf-field-label--number-2{
    left: calc(33.2% + 10px);
}

.section-products .wapf-field-label--number-3{
    left: 50%;
}

.section-products .wapf-field-label--number-4{
    left: 66%;
}

.section-products .wapf-field-label--number-5{
    left: 82%;
}

.wapf-field-label--number + .wapf-field-label--number{
    border-left: 1px solid #E04727;
}

.section-products .wapf-field-label--number-1,
.section-products .wapf-field-label--number-2,
.section-products .wapf-field-label--number-3,
.section-products .wapf-field-label--number-4,
.section-products .wapf-field-label--number-5{
    width: calc(16.6% - 5px) !important;
}

.wapf-field-label--number .wapf-field-label,
.wapf-field-label--number-0 .wapf-field-label,
.wapf-field-label--number-1 .wapf-field-label,
.wapf-field-label--number-2 .wapf-field-label,
.wapf-field-label--number-3 .wapf-field-label,
.wapf-field-label--number-4 .wapf-field-label,
.wapf-field-label--number-5 .wapf-field-label{
    text-align: center;
}

.show-section-0 .section-1,
.show-section-0 .section-2,
.show-section-0 .section-3,
.show-section-0 .section-4,
.show-section-0 .section-5{
    display: none;
}

.show-section-1 .section-0,
.show-section-1 .section-2,
.show-section-1 .section-3,
.show-section-1 .section-4,
.show-section-1 .section-5{
    display: none;
}

.show-section-2 .section-0,
.show-section-2 .section-1,
.show-section-2 .section-3,
.show-section-2 .section-4,
.show-section-2 .section-5{
    display: none;
}

.show-section-3 .section-0,
.show-section-3 .section-1,
.show-section-3 .section-2,
.show-section-3 .section-4,
.show-section-3 .section-5{
    display: none;
}

.show-section-4 .section-0,
.show-section-4 .section-1,
.show-section-4 .section-2,
.show-section-4 .section-3,
.show-section-4 .section-5{
    display: none;
}

.show-section-5 .section-0,
.show-section-5 .section-1,
.show-section-5 .section-2,
.show-section-5 .section-3,
.show-section-5 .section-4{
    display: none;
}

.wapf-field-label--number .wapf-field-input,
.wapf-field-label--number-0 .wapf-field-input,
.wapf-field-label--number-1 .wapf-field-input,
.wapf-field-label--number-2 .wapf-field-input,
.wapf-field-label--number-3 .wapf-field-input,
.wapf-field-label--number-4 .wapf-field-input,
.wapf-field-label--number-5 .wapf-field-input{
    pointer-events: none;
    transition: 0.3s ease-out;
}

.wapf-field-label--number .wapf-field-label label,
.wapf-field-label--number-0 .wapf-field-label label,
.wapf-field-label--number-1 .wapf-field-label label,
.wapf-field-label--number-2 .wapf-field-label label,
.wapf-field-label--number-3 .wapf-field-label label,
.wapf-field-label--number-4 .wapf-field-label label,
.wapf-field-label--number-5 .wapf-field-label label{
    padding: 4px;
}

.wapf-field-label--number .wapf-field-label span,
.wapf-field-label--number-0 .wapf-field-label span,
.wapf-field-label--number-1 .wapf-field-label span,
.wapf-field-label--number-2 .wapf-field-label span,
.wapf-field-label--number-3 .wapf-field-label span,
.wapf-field-label--number-4 .wapf-field-label span,
.wapf-field-label--number-5 .wapf-field-label span{
    padding: 0;
    cursor: pointer;
}


.wapf-field-label--number .wapf-field-input,
.wapf-field-label--number-0 .wapf-field-input,
.wapf-field-label--number-1 .wapf-field-input,
.wapf-field-label--number-2 .wapf-field-input,
.wapf-field-label--number-3 .wapf-field-input,
.wapf-field-label--number-4 .wapf-field-input,
.wapf-field-label--number-5 .wapf-field-input{
    opacity: 0.5;
    transition: all 0.3s ease-out;
}

.show-section-0 .wapf-field-label--number-0,
.show-section-1 .wapf-field-label--number-1,
.show-section-2 .wapf-field-label--number-2,
.show-section-3 .wapf-field-label--number-3,
.show-section-4 .wapf-field-label--number-4,
.show-section-5 .wapf-field-label--number-5{
    background: #E04727;
}

.show-section-0 .wapf-field-label--number-0 .wapf-field-input,
.show-section-1 .wapf-field-label--number-1 .wapf-field-input,
.show-section-2 .wapf-field-label--number-2 .wapf-field-input,
.show-section-3 .wapf-field-label--number-3 .wapf-field-input,
.show-section-4 .wapf-field-label--number-4 .wapf-field-input,
.show-section-5 .wapf-field-label--number-5 .wapf-field-input{
    pointer-events: all;
}

.show-section-0 .wapf-field-label--number-0 .wapf-field-input,
.show-section-0 .wapf-field-label--number-0 .wapf-field-label,
.show-section-1 .wapf-field-label--number-1 .wapf-field-input,
.show-section-1 .wapf-field-label--number-1 .wapf-field-label,
.show-section-2 .wapf-field-label--number-2 .wapf-field-input,
.show-section-2 .wapf-field-label--number-2 .wapf-field-label,
.show-section-3 .wapf-field-label--number-3 .wapf-field-input,
.show-section-3 .wapf-field-label--number-3 .wapf-field-label,
.show-section-4 .wapf-field-label--number-4 .wapf-field-input,
.show-section-4 .wapf-field-label--number-4 .wapf-field-label,
.show-section-5 .wapf-field-label--number-5 .wapf-field-input,
.show-section-5 .wapf-field-label--number-5 .wapf-field-label{
    opacity: 1;
}

.show-section-0 .wapf-field-label--number-0 label,
.show-section-1 .wapf-field-label--number-1 label,
.show-section-2 .wapf-field-label--number-2 label,
.show-section-3 .wapf-field-label--number-3 label,
.show-section-4 .wapf-field-label--number-4 label,
.show-section-5 .wapf-field-label--number-5 label{
    color: #fff;
}

.show-section-0 .wapf-field-label--number-0 .input-number-minus,
.show-section-0 .wapf-field-label--number-0 .input-number-plus,
.show-section-1 .wapf-field-label--number-1 .input-number-minus,
.show-section-1 .wapf-field-label--number-1 .input-number-plus,
.show-section-2 .wapf-field-label--number-2 .input-number-minus,
.show-section-2 .wapf-field-label--number-2 .input-number-plus,
.show-section-3 .wapf-field-label--number-3 .input-number-minus,
.show-section-3 .wapf-field-label--number-3 .input-number-plus,
.show-section-4 .wapf-field-label--number-4 .input-number-minus,
.show-section-4 .wapf-field-label--number-4 .input-number-plus,
.show-section-5 .wapf-field-label--number-5 .input-number-minus,
.show-section-5 .wapf-field-label--number-5 .input-number-plus{
    background: #E04727;
    border: 1px solid #f4f4f5;
    color: #f4f4f5;
}


.wapf-field-radio[for="67cab152e87ba"] .wapf-field-label span,
.wapf-field-radio[for="67cab152e87c5"] .wapf-field-label span,
.wapf-field-radio[for="67cab152e87d9"] .wapf-field-label span,
.wapf-field-radio[for="67cab152e87d4"] .wapf-field-label span,
.wapf-field-radio[for="67cab152e87e7"] .wapf-field-label span,
.wapf-field-radio[for="67cab152e87ec"] .wapf-field-label span,
.wapf-field-radio[for="67cab152e87f1"] .wapf-field-label span,
.wapf-field-radio[for="67cab152e8805"] .wapf-field-label span,
.wapf-field-radio[for="67cab152e8800"] .wapf-field-label span,
.wapf-field-radio[for="67caf6f401e42"] .wapf-field-label span,
.wapf-field-radio[for="67cab152e8813"] .wapf-field-label span,
.wapf-field-radio[for="67caf4050ec74"] .wapf-field-label span,
.wapf-field-radio[for="67caf5828042c"] .wapf-field-label span,
.wapf-field-radio[for="67cab152e8818"] .wapf-field-label span,
.wapf-field-radio[for="67caf79d5dc5f"] .wapf-field-label span,
.wapf-field-radio[for="67caf79d5dc5f"] .wapf-field-label span,
.wapf-field-radio[for="67caf986b1122"] .wapf-field-label span,
.wapf-field-radio[for="67caf92fec907"] .wapf-field-label span,
.wapf-field-radio[for="67cab152e881d"] .wapf-field-label span,
.wapf-field-radio[for="67cafe20463ac"] .wapf-field-label span,
.wapf-field-radio[for="67cafef0a5e2d"] .wapf-field-label span,
.wapf-field-radio[for="67caff2b12d19"] .wapf-field-label span,
.wapf-field-radio[for="67cab152e8822"] .wapf-field-label span,
.wapf-field-radio[for="67cb0054f8b06"] .wapf-field-label span,
.wapf-field-radio[for="67cb017b8d88f"] .wapf-field-label span,
.wapf-field-radio[for="67cb012ba6714"] .wapf-field-label span{
    background: #E04727;
    color: #f4f4f5;
}

.wapf-field-radio[for="67d06b3b496ad"] .wapf-field-label span,
.wapf-field-radio[for="67d138f636ee3"] .wapf-field-label span,
.wapf-field-radio[for="67d13a58891d4"] .wapf-field-label span,
.wapf-field-radio[for="67d13a97a552b"] .wapf-field-label span,
.wapf-field-radio[for="67d13b7821ef3"] .wapf-field-label span,
.wapf-field-radio[for="67d14021f745f"] .wapf-field-label span,
.wapf-field-radio[for="67d1407081f5b"] .wapf-field-label span,
.wapf-field-radio[for="67d141547cb73"] .wapf-field-label span,
.wapf-field-radio[for="67d141754fc22"] .wapf-field-label span,
.wapf-field-radio[for="67d1445d66408"] .wapf-field-label span,
.wapf-field-radio[for="67d144c778f6a"] .wapf-field-label span,
.wapf-field-radio[for="67d1455b24f2f"] .wapf-field-label span,
.wapf-field-radio[for="67d1455b24f2f"] .wapf-field-label span,
.wapf-field-radio[for="67d14585afe67"] .wapf-field-label span,
.wapf-field-radio[for="67d14e942e6b6"] .wapf-field-label span,
.wapf-field-radio[for="67d14ed274ef4"] .wapf-field-label span,
.wapf-field-radio[for="67d1522b81faa"] .wapf-field-label span,
.wapf-field-radio[for="67d15266f0156"] .wapf-field-label span,
.wapf-field-radio[for="67d14f6774477"] .wapf-field-label span,
.wapf-field-radio[for="67d14f958eb5d"] .wapf-field-label span,
.wapf-field-radio[for="67d152e8b063b"] .wapf-field-label span,
.wapf-field-radio[for="67d1530ed7b65"] .wapf-field-label span,
.wapf-field-radio[for="67d154a60fe7e"] .wapf-field-label span,
.wapf-field-radio[for="67d154ec51ac9"] .wapf-field-label span,
.wapf-field-radio[for="67d15587bdc93"] .wapf-field-label span,
.wapf-field-radio[for="67d155b0d772a"] .wapf-field-label span{
    background: #E04727;
    color: #f4f4f5;
    white-space: nowrap;
}


.wapf-field-container[for="67cab152e87cf"] input[type="checkbox"],
.wapf-field-container[for="67cab152e87fb"] input[type="checkbox"],
.wapf-field-container[for="67caf519e2b9f"] input[type="checkbox"],
.wapf-field-container[for="67caf9042ca9f"] input[type="checkbox"],
.wapf-field-container[for="67cafebb92b43"] input[type="checkbox"],
.wapf-field-container[for="67cb00ffe4521"] input[type="checkbox"],
.wapf-field-container[for="67cab152e87de"] input[type="radio"],
.wapf-field-container[for="67cab152e87e2"] input[type="radio"],
.wapf-field-container[for="67cab152e880a"] input[type="radio"],
.wapf-field-container[for="67cab152e880e"] input[type="radio"],
.wapf-field-container[for="67caf5ac79072"] input[type="radio"],
.wapf-field-container[for="67caf5d4482a3"] input[type="radio"],
.wapf-field-container[for="67caf9042ca9f"] input[type="radio"],
.wapf-field-container[for="67cafa1c9c3eb"] input[type="radio"],
.wapf-field-container[for="67cafa4ca183d"] input[type="radio"],
.wapf-field-container[for="67caff9c52e73"] input[type="radio"],
.wapf-field-container[for="67caffcbf2887"] input[type="radio"],
.wapf-field-container[for="67cb01ac96ec1"] input[type="radio"],
.wapf-field-container[for="67cb01dd9e3ab"] input[type="radio"]{
    font-size: 10px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 6px solid transparent;
    outline: none;
}


.wapf-field-container[for="67d139bab64e1"] input[type="checkbox"],
.wapf-field-container[for="67d141297eb12"] input[type="checkbox"],
.wapf-field-container[for="67d14527a029b"] input[type="checkbox"],
.wapf-field-container[for="67d14f33c649b"] input[type="checkbox"],
.wapf-field-container[for="67d152b6a23c4"] input[type="checkbox"],
.wapf-field-container[for="67d15544cb610"] input[type="checkbox"],
.wapf-field-container[for="67d13ae1f3d87"] input[type="radio"],
.wapf-field-container[for="67d13b27c3fe6"] input[type="radio"],
.wapf-field-container[for="67d1419d0e35b"] input[type="radio"],
.wapf-field-container[for="67d141bf4374f"] input[type="radio"],
.wapf-field-container[for="67d145abbc5f5"] input[type="radio"],
.wapf-field-container[for="67d145d20abcd"] input[type="radio"],
.wapf-field-container[for="67d14fb9a572a"] input[type="radio"],
.wapf-field-container[for="67d14fe20ae66"] input[type="radio"],
.wapf-field-container[for="67d1532f57f20"] input[type="radio"],
.wapf-field-container[for="67d1535c8c93c"] input[type="radio"],
.wapf-field-container[for="67d155da0aaf3"] input[type="radio"],
.wapf-field-container[for="67d1560253152"] input[type="radio"]{
    font-size: 10px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 6px solid transparent;
    outline: none;
}

.wapf-field-container[for="67cab152e87cf"] input[type="checkbox"]:checked,
.wapf-field-container[for="67cab152e87fb"] input[type="checkbox"]:checked,
.wapf-field-container[for="67caf519e2b9f"] input[type="checkbox"]:checked,
.wapf-field-container[for="67caf9042ca9f"] input[type="checkbox"]:checked,
.wapf-field-container[for="67cafebb92b43"] input[type="checkbox"]:checked,
.wapf-field-container[for="67cb00ffe4521"] input[type="checkbox"]:checked,
.wapf-field-container[for="67cab152e87de"] input[type="radio"]:checked,
.wapf-field-container[for="67cab152e87e2"] input[type="radio"]:checked,
.wapf-field-container[for="67cab152e880a"] input[type="radio"]:checked,
.wapf-field-container[for="67cab152e880e"] input[type="radio"]:checked,
.wapf-field-container[for="67caf5ac79072"] input[type="radio"]:checked,
.wapf-field-container[for="67caf5d4482a3"] input[type="radio"]:checked,
.wapf-field-container[for="67cafa1c9c3eb"] input[type="radio"]:checked,
.wapf-field-container[for="67cafa4ca183d"] input[type="radio"]:checked,
.wapf-field-container[for="67caff9c52e73"] input[type="radio"]:checked,
.wapf-field-container[for="67caffcbf2887"] input[type="radio"]:checked,
.wapf-field-container[for="67cb01ac96ec1"] input[type="radio"]:checked,
.wapf-field-container[for="67cb01dd9e3ab"] input[type="radio"]:checked{
    border: 6px solid #E04727;
    background: #ffffff;
}


.wapf-field-container[for="67d139bab64e1"] input[type="checkbox"]:checked,
.wapf-field-container[for="67d141297eb12"] input[type="checkbox"]:checked,
.wapf-field-container[for="67d14527a029b"] input[type="checkbox"]:checked,
.wapf-field-container[for="67d14f33c649b"] input[type="checkbox"]:checked,
.wapf-field-container[for="67d152b6a23c4"] input[type="checkbox"]:checked,
.wapf-field-container[for="67d15544cb610"] input[type="checkbox"]:checked,
.wapf-field-container[for="67d13ae1f3d87"] input[type="radio"]:checked,
.wapf-field-container[for="67d13b27c3fe6"] input[type="radio"]:checked,
.wapf-field-container[for="67d1419d0e35b"] input[type="radio"]:checked,
.wapf-field-container[for="67d141bf4374f"] input[type="radio"]:checked,
.wapf-field-container[for="67d145abbc5f5"] input[type="radio"]:checked,
.wapf-field-container[for="67d145d20abcd"] input[type="radio"]:checked,
.wapf-field-container[for="67d14fb9a572a"] input[type="radio"]:checked,
.wapf-field-container[for="67d14fe20ae66"] input[type="radio"]:checked,
.wapf-field-container[for="67d1532f57f20"] input[type="radio"]:checked,
.wapf-field-container[for="67d1535c8c93c"] input[type="radio"]:checked,
.wapf-field-container[for="67d155da0aaf3"] input[type="radio"]:checked,
.wapf-field-container[for="67d1560253152"] input[type="radio"]:checked{
    border: 6px solid #E04727;
    background: #ffffff;
}

/* end wapf */

.woocommerce-product-content-services button[type='submit']{
    border: 3px solid #dc2828;
    background: #fff !important;
    min-width: 50%;
}

.woocommerce-product-content-services button[type='submit']:hover{
    background: #dc2828 !important;
}

/* services page */

.page-template-services .service-page .container{
    max-width: 1080px;
}

.page-template-services .service-page .service-page-content--additional .container{
    max-width: 1200px;
}

.page-template-services .service-page{
    position: relative;
    background: #FBD15A;
    margin-top: 250px;
    padding-top: 12px;
    padding-bottom: 64px;
    min-height: calc(100vh - 350px);
}

.service-page-nav-items{
    padding: 0;
    margin-bottom: 24px;
}

.service-page-nav-item{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding: 12px 0 12px;
    transition: all 0.3s ease-out;
}

.service-page-nav-item.active,
.service-page-nav-item:hover{
    background: #e04727;
    border: 1px solid #e04727;
    color: #fff
}

.service-page-nav-development-scanning{
    display: flex;
    gap: 20px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.service-page-nav-dev-scan-item{
    font-weight: 600;
    font-size: 12px;
    line-height: 183%;
    text-align: center;
    color: #1a1a1a;
    text-decoration: none;
    padding: 7px 12px;
    background: #fff;
    border: 1px solid #1a1a1a;
    transition: all 0.3s ease-out;
}

.service-page-nav-dev-scan-item:hover,
.service-page-nav-dev-scan-item.active{
    background: #f7ac39;
}

.service-page-nav-development-scanning .service-page-nav-items{
    max-width: max-content;
}

.scan-service-items{
    column-count: 3;
    gap: 24px;
    margin-bottom: 120px;
}

.scan-service-items--2,
.scan-service-items--3{
    display: flex;
    flex-wrap: wrap;
}

.scan-service-item{
    display: inline-block;
    padding: 16px;
    background: #fff;
    box-shadow: 4px 4px 0 0 #000;
    height: max-content;
    margin-bottom: 24px;
    page-break-inside: avoid;
    break-inside: avoid;
}

.scan-service-items--2 .scan-service-item,
.scan-service-items--3 .scan-service-item{
    width: calc(33.3% - 16px);
    margin-bottom: 0;
}

.scan-service-items--4 .scan-service-item:nth-child(1){
    display: block;
}

.scan-service-item img{
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.scan-service-item__info{
    display: flex;
    flex-direction: column;
    width: 50%;
    flex-shrink: 0;
}

.scan-service-item__content{
    display: flex;
    justify-content: space-between;
    gap: 20px;
    font-weight: 500;
    font-size: 18px;
    line-height: 156%;
    color: #5de976;
}

.service-page-content--development{
    position: relative;
    background: #F6BBCD;
    padding: 64px 0 20px;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    margin-bottom: 120px;
}

.service-page-content--development ul{
    position: relative;
    max-width: 300px;
    background: #FAFAFA;
    padding: 12px 24px;
    margin: auto;
    border: 1px solid #000000;
    border-bottom: none;
    transform-style: preserve-3d;
}

.service-page-content--development ul:before{
    content: '';
    position: absolute;
    width: calc(100% + 80px);
    height: 64px;
    left: -40px;
    top: -32px;
    background: #000;
    border-radius: 40px;
    transform: translateZ(-1px);
}

.service-page-content--development ul:after{
    content: '';
    position: absolute;
    width: calc(100% + 2px);
    height: 134px;
    left: -1px;
    bottom: -130px;
    background-image: url("/wp-content/themes/one-eight-lab/assets/img/services/development-card.png");
    background-size: 100%;
    background-repeat: no-repeat;
}

.service-page-content--development ul li{
    display: flex;
    justify-content: space-between;
}

.additional-service-row{
    display: flex;
    flex-wrap: wrap;
}

.additional-service-type{
    display: flex;
    justify-content: center;
    width: 50%;
    align-items: center;
    min-height: 420px;
}

.additional-service-type--1{
    background: center / cover no-repeat url('/wp-content/themes/one-eight-lab/assets/img/services/additional/1.jpg');
}

.additional-service-type--1 .additional-service-content{
    padding: 40px;
    margin: 24px;
}

.additional-service-type--1 h4,
.additional-service-type--2 h4{
    -webkit-text-shadow: -0.5px -0.5px 0 rgb(0,0,0), 0.5px -0.5px 0 rgb(0,0,0), -0.5px 0.5px 0 rgb(0,0,0), 0.5px 0.5px 0 rgb(0,0,0);
    text-shadow: -0.5px -0.5px 0 rgb(0,0,0), 0.5px -0.5px 0 rgb(0,0,0), -0.5px 0.5px 0 rgb(0,0,0), 0.5px 0.5px 0 rgb(0,0,0);
}

.additional-service-type--2{
    background: center / cover no-repeat url('/wp-content/themes/one-eight-lab/assets/img/services/additional/2.jpg');
}

.additional-service-type--4{
    background: #8AB9DD;
}

.additional-service-type--4 .additional-service-content{
    position: relative;
}

.additional-service-type--4 .additional-service-content:after{
    content: '';
    position: absolute;
    left: 0;
    top: 24px;
    width: 100%;
    height: 12px;
    background: center / contain no-repeat url("/wp-content/themes/one-eight-lab/assets/img/services/additional/dots.svg");
}

.additional-service-type--4 .additional-service-content{
    background: #fff;
    padding: 60px 24px 24px;
    border: 1px solid #000;
}

.additional-service-type--5{
    background: #F6BBCD;
}

.additional-service-content{
    width: 100%;
}

.additional-service-type--3 .additional-service-content,
.additional-service-type--4 .additional-service-content,
.additional-service-type--5 .additional-service-content{
    margin: 24px;
}

.additional-service-type--3 .additional-service-content td:last-child,
.additional-service-type--4 .additional-service-content td:last-child,
.additional-service-type--5 .additional-service-content td:last-child{
    text-align: right;
    white-space: nowrap;
}

.additional-service-content h3{
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    text-align: center;
    color: #000;
}

.additional-service-content h4{
    font-family: 'Victor Mono', sans-serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 100%;
    text-align: center;
    color: #000;
}

.additional-service-content h4 strong{
    font-weight: 700;
}

.additional-service-type--2{
    position: relative;
}

.additional-service-type--2 h4{
    position: absolute;
    right: 20px;
    top: 28px;
}

.additional-service-type--2 ul{
   position: absolute;
   width: 170px;
   left: 90px;
   top: 0;
   bottom: 0;
   margin: auto;
   text-align: center;
    height: max-content;
}

.additional-service-type--2 ul li{
    padding-bottom: 20px;
}

.additional-service-type--2 ul li:nth-child(even){
    padding-bottom: 44px;
}

.additional-service-content table{
    margin-top: 24px;
    text-align: left;
    width: 100%;
}

.additional-service-content table th,
.additional-service-content table td{
    font-weight: 500;
    font-size: 18px;
    line-height: 133%;
    color: #000;
    padding: 12px;
    text-transform: uppercase;
}

.additional-service-type--1 table th,
.additional-service-type--1 table td{
    padding: 8px;
    font-size: 14px;
    white-space: nowrap;
}

.additional-service-type--1 table th:not(:first-child),
.additional-service-type--1 table td:not(:first-child){
    text-align: center;
}

.scan-service-item-empty{
    position: absolute;
    left: 0;
    right: 0;
    font-weight: 700;
    font-size: 20px;
    line-height: 160%;
    color: #1a1a1a;
    width: 100%;
    text-align: center;
    margin: 40px auto;
    max-width: 320px;
}

.scan-service-item__title{
    display: inline-block;
    font-weight: 700;
    font-size: 20px;
    line-height: 160%;
    color: #1a1a1a;
    margin-bottom: 16px;
}

.scan-service-item__type{
    margin-top: 16px;
}

.scan-service-item__type-title{
    font-weight: 400;
    font-size: 14px;
    line-height: 157%;
    color: rgba(26, 26, 26, 0.7);
    margin-bottom: 8px;
}

.scan-service-item__info{
    font-weight: 700;
    font-size: 20px;
    line-height: 160%;
    color: #1a1a1a;
}

.service-page-nav-label{
    font-weight: 500;
    font-size: 18px;
    line-height: 156%;
    color: #000;
    flex-shrink: 0;
    padding: 7px 0;
}

.development-content-wrap ul{
    min-width: 320px;
}

.development-content-wrap ul li{
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #000;
    padding: 12px 0;
    border-bottom: 1px dashed #000000;
}

.development-content-wrap ul li strong{
    white-space: nowrap;
    padding-left: 10px;
}

.development-content-wrap ul li:last-child{
    border-bottom: none;
}

/* services page */

@media (min-width: 2560px) {
    .section-marquee__wrap {
        -webkit-mask: linear-gradient(90deg, transparent, #fff 20%, #fff 80%, transparent);
        mask: linear-gradient(90deg, transparent, #fff 20%, #fff 80%, transparent);
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1200px;
    }
}

@media (min-width: 1200px) {
    .shop-slider .swiper-wrapper {
        transform: none !important;
    }
}

@media (min-width: 768px) {
    .button:hover {
        background: #efde32;
    }

    .product .button:hover,
    .products-single .button:hover {
        background: #ffff54;
    }

    .header-menu .menu-item:hover{
        background: #ffff54;
    }
}

@media (max-width: 1399px) {
    .woo-services-info-header-content{
        padding: 12px 0 24px;
    }

    .wapf-field-input input[type="number"]{
        max-width: 45px;
    }
}

@media (max-width: 1199px) {
    .h0 {
        font-size: 20px;
    }

    .section-shop {
        overflow: hidden;
    }

    .section-shop {
        padding: 64px 0 100px;
    }

    .section-shop .slick-dots li button {
        width: 14px;
        height: 14px;
        border-radius: 50%;
        background: #fff;
    }

    .section-shop .slick-dots .slick-active button {
        background: #dc2828;
    }

    .section-shop .slick-dots {
        bottom: -50px;
    }

    .single-product div.product .woocommerce-product-gallery{
        width: 400px;
    }

    .single-product form.cart button[type='submit']{
        width: 290px;
    }

    .products .slick-prev{
        left: -24px;
    }

    .products .slick-next{
        right: -24px;
    }

    .woo-services-info-header-content ul li{
        font-size: 12px;
    }

    .wapf-field-radio--rounded .wapf-checkboxes,
    .wapf-field-radio--rounded .wapf-radios,
    .border-right-8 .wapf-radios{
        column-gap: 40px !important;
    }

    .wapf-field-label--number{
        width: 33.33% !important;
    }

    .section-products .wapf-field-label--number,
    .section-products .wapf-field-label--number-0{
        width: 33.3% !important;
    }

    .section-products .wapf-field-label--number-2,
    .section-products .wapf-field-label--number-3,
    .section-products .wapf-field-label--number-5{
        width: calc(33.3% - 16px) !important;
    }

    .section-products .wapf-field-label--number-1,
    .section-products .wapf-field-label--number-4{
        width: calc(33.6% - 16px) !important;
    }

    .section-products .wapf-field-label--number,
    .section-products .wapf-field-label--number-0{
        margin-bottom: 140px;
    }

    .section-products .wapf-field-label--number-1{
        left: calc(33.3% + 10px);
    }

    .section-products .wapf-field-label--number-2{
        left: 66%;
    }

    .section-products .wapf-field-label--number-3{
        left: 30px;
        top: 140px;
    }

    .section-products .wapf-field-label--number-4{
        left: calc(33.3% + 10px);
        top: 140px;
    }

    .section-products .wapf-field-label--number-5{
        left: 66%;
        top: 140px;
    }

    .wapf-field-input input[type="number"]{
        max-width: 50px;
        height: 50px;
    }

    /* services page */

    .page-template-services .service-page .service-page-content--additional .container{
        max-width: 960px;
    }

    .service-page-nav-dev-scan-item{
        padding: 7px;
    }

    .additional-service-type--1 .additional-service-content{
        padding: 16px;
    }

    .additional-service-type{
        min-height: 320px;
    }

    .additional-service-content table th,
    .additional-service-content table td{
        font-size: 16px;
        padding: 8px;
    }

    .additional-service-type--1 table th,
    .additional-service-type--1 table td{
        font-size: 12px;
    }

    .additional-service-content h4{
        font-size: 13px;
    }

    .additional-service-type--2 h4{
        right: 10px;
        top: 18px;
    }

    .additional-service-type--2 ul{
        left: 50px;
    }

    .additional-service-type--4 .additional-service-content:after{
        height: 8px;
    }

    /* services page */
}


@media (max-width: 991px) {
    .h0 {
        font-size: 32px;
    }

    .h0 span {
        margin: 8px 0;
    }

    .site-header-cart .widget_shopping_cart {
        right: -160px;
        left: auto;
    }

    .front-wrap {
        flex-direction: column;
        align-items: start;
    }

    .section-front__content {
        width: 100%;
        max-width: 100%;
    }

    .section-contact {
        padding: 64px 32px;
    }

    .section-front__button-wrap {
        max-width: 100%;
    }

    .section-front__img {
        margin: auto;
    }

    .contact-info-wrap {
        position: relative;
    }

    .contact__map {
        position: absolute;
        width: 240px;
        height: 240px;
        max-width: 240px;
        min-width: 240px;
        right: 20px;
        left: auto;
    }

    .contact__logo {
        top: -60px;
        margin-bottom: -40px;
    }

    .section-marquee__img {
        width: 135px;
    }

    .shop-slider__item img {
        height: 700px;
    }

    .products-slider .slick-slide {
        width: 340px !important;
    }

    .section-products .products {
        grid-template-columns: repeat(2, 1fr);
    }


    .slick-prev,
    .slick-prev:before,
    .slick-next,
    .slick-next:before {
        width: 25px;
    }

    .single-product .product{
        flex-direction: column;
    }

    .single-product div.product .woocommerce-product-gallery{
        width: 100%;
    }

    .woocommerce-product-content{
        width: 100%;
    }

    .single-product .product{
        margin: 32px 0;
    }

    table.wc-block-cart-items .wc-block-cart-items__row{
        display: flex !important;
        padding: 8px !important;
    }

    .woocommerce-cart .wc-block-cart .wc-block-components-sidebar{
        padding: 8px !important;
    }

    .woocommerce-cart .section-page .wc-block-cart .wc-block-cart__totals-title{
        position: relative !important;
        display: block !important;
        margin-bottom: 10px;
    }

    table.wc-block-cart-items .wc-block-cart-items__header{
        display: block !important;
    }

    .wc-block-components-radio-control .wc-block-components-radio-control__input{
        left: 0 !important;
    }

    .wc-block-cart table.wc-block-cart-items thead{
        margin-bottom: 20px;
    }

    .woocommerce-cart .wc-block-cart .wc-block-components-sidebar{
        margin-top: 8px !important;
    }

    #woo-tabs-form-wrapper .u-columns > *,
    #woo-tabs-form-wrapper > form{
        padding: 24px;
    }

    .section-page .woo-form-subtitle,
    #woo-tabs-form-wrapper label,
    input:not([type="checkbox"]),
    #woo-tabs-form-wrapper input:not([type="checkbox"]){
        font-size: 16px;
    }

    input:not([type="checkbox"]),
    #woo-tabs-form-wrapper input:not([type="checkbox"]){
        height: 44px;
    }

    .section-page .woo-form-subtitle{
        margin-bottom: 24px;
    }

    input[type="checkbox"] {
        width: 24px;
        height: 24px;
        margin: 0 16px 0 0;
    }

    .search-input-wrap{
        max-width: 330px;
    }

    .search-box .search-form{
        bottom: -30px;
    }

    .search-form-results-wrap{
        top: 50px;
    }

    .section-page .wp-block-columns{
        flex-direction: column;
     }

    .section-page .wp-block-column{
        width: 100%;
    }

    .section-team .wp-block-group{
        width: calc(50% - 12px);
    }

    .woocommerce-MyAccount-wrap{
        flex-direction: column;
    }

    .woocommerce-MyAccount-navigation,
    .woocommerce-MyAccount-content{
        width: 100%;
    }

    .woocommerce-no-products-found{
        margin: 100px 0;
    }

    .woocommerce-no-products-found .woocommerce-info{
        font-size: 24px;
    }

    .page-template-sheets .page-content .wp-block-group{
        width: 14.8cm;
        height: 21cm;
        padding: 1.2cm;
    }

    .page-template-sheets .page-content .wp-block-group p,
    .page-template-sheets .page-content .wp-block-group li{
        font-size: 13px;
        margin-bottom: 16px;
    }

    .page-template-sheets .page-content .wp-block-group h4{
        font-size: 15px;
    }

    .page-template-checkout form{
        gap: 16px;
    }

    .page-template-checkout form{
        flex-direction: column;
    }

    .page-checkout .col2-set,
    .page-checkout .woo-review-wrap{
        width: 100%;
    }

    .page-template-checkout .woo-review-wrap,
    .page-template-checkout .col2-set{
        margin-top: 0 !important;
    }

    .woo-services-info-header-content{
        flex-wrap: wrap;
        gap: 0;
    }

    .woo-services-info-header-content br{
        display: none;
    }

    .woo-services-info-header-content ul li{
        margin: 10px 0;
    }

    .woocommerce-product-content-services button[type='submit']{
        min-width: 100%;
    }

    .section-products .border-right-8,
    .wapf-field-radio {
        width: 100% !important;
        border: 0;
    }

    .section-products .wapf-field-label--number,
    .section-products .wapf-field-label--number-0{
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        width: 100% !important;
        margin-bottom: 400px;
        height: 80px;
    }

    .section-products .wapf-field-label--number-1,
    .section-products .wapf-field-label--number-2,
    .section-products .wapf-field-label--number-3,
    .section-products .wapf-field-label--number-4,
    .section-products .wapf-field-label--number-5{
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        width: calc(100% - 64px) !important;
        left: 32px;
        height: 80px;
        padding-top: 0;
    }

    .section-products .wapf-field-label--number-1{
        top: 80px;
    }

    .section-products .wapf-field-label--number-2{
        top: 160px;
    }

    .section-products .wapf-field-label--number-3{
        top: 240px;
    }

    .section-products .wapf-field-label--number-4{
        top: 320px;
    }

    .section-products .wapf-field-label--number-5{
        top: 400px;
    }

    .wapf-field-label--number .wapf-field-input,
    .wapf-field-label--number-0 .wapf-field-input,
    .wapf-field-label--number-1 .wapf-field-input,
    .wapf-field-label--number-2 .wapf-field-input,
    .wapf-field-label--number-3 .wapf-field-input,
    .wapf-field-label--number-4 .wapf-field-input,
    .wapf-field-label--number-5 .wapf-field-input{
        margin: auto 0 auto 0;
        padding: 0 8px 4px 0;
    }

    .wapf-field-input input[type="number"]{
        max-width: 250px;
    }

    .wapf-field-label--number .wapf-field-label,
    .wapf-field-label--number-0 .wapf-field-label,
    .wapf-field-label--number-1 .wapf-field-label,
    .wapf-field-label--number-2 .wapf-field-label,
    .wapf-field-label--number-3 .wapf-field-label,
    .wapf-field-label--number-4 .wapf-field-label,
    .wapf-field-label--number-5 .wapf-field-label{
        padding: 8px;
    }

    /* services page */

    .header-bottom-menu-wrap .header-bottom-menu .menu-item a,
    .service-page-nav-item{
        font-size: 12px;
    }

    .scan-service-items{
        column-count: 2;
    }

    .scan-service-items--2 .scan-service-item,
    .scan-service-items--3 .scan-service-item{
        width: calc(50% - 12px);
    }

    .service-page-nav-development-scanning{
        flex-wrap: wrap;
    }

    .service-page-nav-label{
        margin: auto;
    }

    .page-template-services .service-page{
        padding-bottom: 100px;
    }

    .additional-service-type{
        min-height: 260px;
    }

    .additional-service-content h3{
        font-size: 18px;
    }

    .additional-service-type--3 .additional-service-content,
    .additional-service-type--4 .additional-service-content,
    .additional-service-type--5 .additional-service-content {
        margin: 18px 12px;
    }

    .additional-service-type--4 .additional-service-content{
        padding: 60px 8px 8px;
    }

    .additional-service-content table{
        margin-top: 12px;
    }

    .additional-service-content table th,
    .additional-service-content table td{
        font-size: 14px;
    }

    .additional-service-type--1 table th,
    .additional-service-type--1 table td{
        font-size: 9px;
        padding: 8px 4px;
    }

    .additional-service-content h4{
        font-size: 10px;
    }

    .additional-service-type--2 ul{
        width: 120px;
    }

    .additional-service-type--2 ul li{
        font-size: 12px;
        padding-bottom: 10px;
    }

    .additional-service-type--2 ul li:nth-child(even){
        padding-bottom: 24px;
    }

    .additional-service-type--4 .additional-service-content:after {
        height: 7px;
    }

    /* services page */

    .woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-main,
    .woocommerce-cart .wc-block-cart .wc-block-components-sidebar{
        width: 100%;
    }

}

@media (max-width: 767px) {
    .search-box-search-page .header-bottom-menu-wrap .logo{
        width: 80px;
        margin-right: -20px;
    }

    .search-form-wrap{
        top: 105px;
        bottom: 0;
    }

    .header-bottom-menu-row + .header-bottom-menu-row {
        margin: 0 0 12px;
    }

    .header-bottom-menu-wrap .header-bottom-menu {
        flex-wrap: wrap;
    }

    .header-bottom-menu-wrap .header-bottom-menu .menu-item {
        width: calc(33.3% - 8px);
    }

    .header-bottom-menu-wrap .header-bottom-menu .menu-item.close-menu,
    .header-bottom-menu-wrap .header-bottom-menu .menu-item.show-menu {
        width: 100%;
    }

    .search-input-wrap:after{
        width: 16px;
        height: 16px;
    }

    .search-input-wrap{
        width: 524px;
        max-width: 524px;
    }

    .contact__logo {
        width: 120px;
        height: 80px;
    }

    .contact__map {
        position: static;
        width: 100%;
        max-width: 100%;
        height: auto;
        margin: 16px auto 0;
    }

    .contact-info-wrap {
        flex-wrap: wrap;
    }

    .cookie-banner-buttons-wrap {
        flex-wrap: wrap;
    }

    .cookie-banner-buttons-wrap a {
        width: 100%;
    }

    .modal-form-wrap {
        max-width: calc(100% - 32px);
    }

    .search-box .search-form{
        bottom: -50px;
        left: -140px;
    }

    .header-bottom-menu-row{
        position: relative;
    }

    .search-form-results-wrap{
        left: -140px;
        top: 60px;
    }

    .search-box-search-page{
        height: 100px;
        margin-bottom: 20px;
    }

    .search-box-search-page .search-form-wrap{
        position: absolute;
        bottom: -40px;
    }

    .search-box-search-page .search-form-results-wrap{
        left: 0;
    }

    .page-template-sheets .page-content .wp-block-group{
        width: 500px;
        height: 707px;
        padding: 30px;
    }

    .page-template-sheets .page-content .wp-block-group p,
    .page-template-sheets .page-content .wp-block-group li{
        font-size: 12px;
        margin-bottom: 12px;
    }

    .page-template-sheets .page-content .wp-block-group h4{
        font-size: 14px;
    }

    .woo-services-info-header h4,
    .woocommerce-order .widget h4,
    .button-info{
        font-size: 10px;
    }

    .woocommerce-order-received input:not([type="checkbox"]),
    .woocommerce-order-received #woo-tabs-form-wrapper input:not([type="checkbox"]){
        width: 100%;
        max-width: 100%;
    }

    .product .woo-product-img-wrapper{
        height: 270px;
    }

    .wapf-field-input input[type="number"]{
        max-width: 150px;
    }

    .page-template-services .service-page .container{
        max-width: 540px;
    }

    .service-page-nav-items{
        flex-wrap: wrap;
    }

    .service-page-nav-item{
        width: calc(50% - 4px);
    }

    .scan-service-items{
        gap: 16px;
    }

    .scan-service-items--2 .scan-service-item,
    .scan-service-items--3 .scan-service-item{
        width: calc(50% - 8px);
    }

    .scan-service-item__title{
        font-size: 18px;
    }

    .scan-service-item__content,
    .scan-service-item__info{
        font-size: 18px;
    }

    .additional-service-type{
        width: 100%;
        min-height: 320px;
    }

    .additional-service-type--1,
    .additional-service-type--2{
        min-height: 370px;
    }

    .page-template-services .service-page .service-page-content--additional .container{
        max-width: 540px;
    }

    .additional-service-type--4 .additional-service-content:after {
        height: 11px;
    }

    .additional-service-content h4 {
        font-size: 14px;
    }

    .additional-service-type--1 table th, .additional-service-type--1 table td {
        font-size: 13px;
    }

    .additional-service-type--2 h4{
        top: 24px;
    }

    .additional-service-type--2 ul {
        left: 90px;
    }

    .additional-service-type--2 ul li{
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    .header {
        margin-bottom: -214px;
    }

    .search-input-wrap{
        width: calc(100vw - 40px);
        left: 0;
    }

    .search-box .search-form{
        max-width: calc(100vw - 40px);
        left: -90px;
    }

    .search-form-results-wrap{
        max-width: calc(100vw - 40px);
        left: -90px;
    }

    .select-selected{
        min-width: 210px;
    }

    .custom-logo {
        width: 88px;
        height: auto;
    }

    .section-front {
        padding: 270px 0 32px;
    }

    .section-front__img {
        max-width: 100%;
        height: auto;
    }

    .header-bottom-menu-wrap .header-bottom-menu {
        padding: 16px 0;
    }

    .header-bottom-menu-wrap .header-bottom-menu .menu-item a {
        font-size: 14px;
        padding: 10px 2px;
    }

    .header-bottom-menu-col {
        gap: 8px;
    }

    .header-bottom-menu-row{
        position: relative;
    }

    .search-box-search-page{
        height: 70px;
    }

    .search-form-wrap{
        top: 68px;
    }

    .contact__tel {
        font-size: 16px;
    }

    .shop-slider__item img {
        height: 500px;
    }

    .contact-info-wrap {
        padding: 20px;
    }


    .woo-header-wrap {
        flex-wrap: wrap;
        gap: 20px;
    }

    .products,
    .products-wrap .products-single{
        grid-column-gap: 16px;
    }

    .product .woo-product-img-wrapper{
        height: calc(50vw - 40px);
        border-radius: 12px;
    }

    .products-slider-sale-content-wrap {
        flex-direction: column;
        margin-bottom: 32px;
    }

    .products-slider-sale-content-wrap .button {
        width: 100%;
        max-width: 100%;
        margin: 16px auto 0;
    }

    .product .woo-main-category a,
    .products-single .woo-main-category a{
        font-size: 12px;
    }

    .products .woo-main-category{
        flex-wrap: wrap;
    }

    .products-slider-sale__item-title,
    .woocommerce-loop-product__title{
        font-size: 16px;
    }

    .product .price{
        font-size: 14px;
    }

    .single-product .price{
        font-size: 18px;
    }

    .product .onsale,
    .products-single .onsale{
        font-size: 12px;
        top: 12px;
    }

    .product .button{
        font-size: 14px;
        padding: 10px;
    }

    .woocommerce-products-header__title{
        margin: 16px 0;
    }

    .site-header-cart .widget_shopping_cart {
        right: -90px;
        left: auto;
    }

    .slick-prev {
        left: -10px;
    }

    .slick-next {
        right: -10px;
    }

    .products .slick-prev{
        left: -10px;
    }

    .products .slick-next{
        right: -10px;
    }

    .woo-header-wrap select {
        font-size: 14px;
    }

    .modal-form-title {
        font-size: 20px;
    }

    .form-buttons-wrap {
        flex-wrap: wrap;
    }

    .form-buttons-wrap button {
        width: 100%;
    }

    .modal-form-text p,
    .modal-form input {
        font-size: 14px;
    }

    .home-link svg {
        width: 88px;
        height: auto;
    }

    table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link{
        position: static;
    }

    .wc-block-cart-item__image img{
        min-width: 60px;
        max-width: 60px;
        height: 60px;
    }

    .wc-block-cart-item__total-price-and-sale-badge-wrapper{
        position: absolute;
        right: 15px;
        bottom: 0;
    }

    table.wc-block-cart-items .wc-block-cart-items__row{
        padding-bottom: 40px !important;
    }

    #woo-tabs-form-wrapper .u-columns > *, #woo-tabs-form-wrapper > form {
        padding: 16px;
    }

    input:not([type="checkbox"]), #woo-tabs-form-wrapper input:not([type="checkbox"]) {
        height: 36px;
    }

    .page-content p,
    .page-content li{
        font-size: 16px;
        -ms-hyphens: auto;
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        hyphens: auto;
        overflow-wrap: break-word;
    }

    .page-content p br{
        display: none;
    }

    .section-team > .wp-block-group__inner-container{
        gap: 24px;
    }

    .section-team .wp-block-group{
        width: 100%;
    }

    .woocommerce-customer-details .woocommerce-column{
        width: 100%;
    }

    .section-page .woocommerce-notice{
        font-size: 14px;
        line-height: 120%;
    }

    .woocommerce-order-overview li{
        font-size: 14px;
    }

    .section-page .woocommerce-order-details__title,
    .section-page .woocommerce-column__title{
        font-size: 16px;
    }

    .woocommerce-table--order-details th,
    .woocommerce-table--order-details td{
        font-size: 14px;
    }

    .woocommerce-order p{
        font-size: 14px;
        line-height: 120%;
    }

    .woocommerce-order address{
        font-size: 14px;
        line-height: 120%;
    }

    .page-content .wp-block-group{
        padding: 16px;
    }

    .woocommerce-MyAccount-content{
        overflow: auto;
    }

    .woocommerce-MyAccount-orders thead th{
        font-size: 11px;
    }

    .woocommerce-MyAccount-orders tbody th,
    .woocommerce-MyAccount-orders tbody td{
        font-size: 11px;
    }

    .woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-total{
        font-size: 8px;
    }

    .woocommerce-MyAccount-orders .woocommerce-Price-amount{
        font-size: 11px;
    }

    .woocommerce-MyAccount-orders tbody td a{
        font-size: 11px;
    }

    .woocommerce-MyAccount-navigation-link{
        font-size: 14px;
    }

    .woocommerce-MyAccount-content .woocommerce-order-details td,
    .woocommerce-MyAccount-content .woocommerce-customer-details td,
    .woocommerce-MyAccount-content .woocommerce-order-details th,
    .woocommerce-MyAccount-content .woocommerce-customer-details th{
        font-size: 11px;
    }

    .woocommerce-customer-details address,
    .woocommerce-customer-details address p{
        font-size: 11px;
    }

    .woocommerce-MyAccount-content .woocommerce-table--order-downloads td,
    .woocommerce-MyAccount-content .woocommerce-table--order-downloads th{
        font-size: 11px;
    }

    .woocommerce-MyAccount-content p{
        font-size: 12px;
    }

    .woocommerce-MyAccount-content address{
        font-size: 12px;
    }

    .woocommerce-MyAccount-content .woocommerce-Address-title a{
        font-size: 12px;
    }

    .woocommerce-MyAccount-content form button[type='submit']{
        font-size: 14px;
    }

    .page-template-sheets .page-content .wp-block-group{
        width: 330px;
        height: 467px;
        padding: 16px;
    }

    .page-template-sheets .page-content .wp-block-group p,
    .page-template-sheets .page-content .wp-block-group li{
        font-size: 8px;
        margin-bottom: 8px;
    }

    .page-template-sheets .page-content .wp-block-group h4{
        font-size: 10px;
    }

    .single-product .product_title{
        font-size: 22px;
    }

    .woo-services-info-header h4{
        flex-shrink: 0;
    }

    .button-info{
        max-width: 50px;
        padding: 4px;
    }

    .section-products .wapf-field-label--number,
    .section-products .wapf-field-label--number-0,
    .section-products .wapf-field-label--number-1,
    .section-products .wapf-field-label--number-2,
    .section-products .wapf-field-label--number-3,
    .section-products .wapf-field-label--number-4,
    .section-products .wapf-field-label--number-5{
        flex-direction: column;
        height: 140px;
    }

    .section-products .wapf-wrapper{
        padding: 0 16px 16px;
    }

    .section-products .wapf-product-totals{
        padding: 16px;
    }

    .section-products .wapf-field-radio .wapf-radios,
    .section-products .wapf-checkboxes{
        flex-direction: column;
    }

    .wapf-field-label--number,
    .wapf-field-label--number-0{
        width: 100% !important;
    }

    .wapf-field-label--number + .wapf-field-label--number{
        border-left: 0;
    }

    .wapf-field-input input[type="number"]{
        max-width: calc(100vw - 200px);
    }

    .section-products .wapf-field-label--number,
    .section-products .wapf-field-label--number-0{
        margin-bottom: 700px;
    }

    .section-products .wapf-field-label--number,
    .section-products .wapf-field-label--number-0{
        width: 100% !important;
    }

    .section-products .wapf-field-label--number-1,
    .section-products .wapf-field-label--number-2,
    .section-products .wapf-field-label--number-3,
    .section-products .wapf-field-label--number-4,
    .section-products .wapf-field-label--number-5{
        width: calc(100% - 32px) !important;
        left: 16px;
    }

    .section-products .wapf-field-label--number-1{
        top: 140px;
    }

    .section-products .wapf-field-label--number-2{
        top: 280px;
    }

    .section-products .wapf-field-label--number-3{
        top: 420px;
    }

    .section-products .wapf-field-label--number-4{
        top: 560px;
    }

    .section-products .wapf-field-label--number-5{
        top: 700px;
    }

    .scan-service-items {
        column-count: 1;
        max-width: 360px;
        margin: auto;
    }

    .scan-service-items--2 .scan-service-item,
    .scan-service-items--3 .scan-service-item{
        width:100%;
    }

    .additional-service-type--1,
    .additional-service-type--2{
        min-height: calc(100vw / 1.45);
    }

    .additional-service-type--4 .additional-service-content:after {
        height: 8px;
    }

    .additional-service-type--1 table th,
    .additional-service-type--1 table td{
        font-size: 9px;
    }

    .development-content-wrap ul{
        min-width: 300px;
    }

    .service-page-content--development ul:before{
        width: calc(100% + 60px);
        left: -30px;
    }

    .additional-service-type--1 .additional-service-content{
        padding: 16px;
        margin: 12px;
    }

    .additional-service-type--1 table{
        max-width: calc(100vw - 60px);
        margin: auto;
    }

    .additional-service-type--1 table th,
    .additional-service-type--1 table td{
        white-space: normal;
    }

    .additional-service-type--2 h4{
        top: 4.5vw;
        font-size: 2.5vw;
    }

    .additional-service-type--2 ul{
        left: 0;
        width: 100px;
        right: calc(120px + (100vw - 320px) / 2.3);
        margin: auto;
    }

    .additional-service-type--2 ul li{
        font-size: 3vw;
    }

}


@media (max-width: 360px) {
    .development-content-wrap ul {
        min-width: 280px;
        max-width: 280px;
        padding: 12px 12px;
    }

    .service-page-content--development ul:before {
        width: calc(100% + 50px);
        left: -25px;
    }

    .additional-service-type--1 table th,
    .additional-service-type--1 table td{
        font-size: 8px;
    }
}

@media (max-width: 340px) {
    .header-bottom-menu-wrap .header-bottom-menu .menu-item a {
        font-size: 11px;
    }

    .products-slider__item {
        width: 300px;
    }

    .section-contact {
        padding: 64px 16px;
    }

    .products-slider .slick-slide {
        width: 280px !important;
    }

    .page-template-sheets .page-content .wp-block-group{
        width: 300px;
        height: 424px;
        padding: 12px;
    }

    .woo-services-info-header h4,
    .woocommerce-order .widget h4{
        font-size: 8px;
    }
}

/* check commit */