.woocommerce-button:not(.btn-link), .woocommerce .button:not(.btn-link) {
    text-transform: unset !important;
}
.top-divider {
    border-top: 1px solid #11141710;
    margin-top: 10px !important;
    padding-top: 10px !important;
}
.breadcrumbs-slug li {
    line-height: 1.2;
}
.animated_text:after {
    position: absolute;
    content: '';
    width: 140px;
    height: 140px;
    top: 27%;
    left: 32%;
    border: 20px solid #ff9000;
    border-radius: 50%;
    opacity: 1;
    z-index: 9999999;
}
/*
** Header styles
*/
.menu-optional .cart-total {
    line-height: 1.1;
}
.hamburger-holder {
    padding-bottom: 13px;
}
.hamburger-holder:after {
    position: absolute;
    content: 'Меню';
    font-size: 14px;
    font-family: 'TT Commons';
    bottom: -11px;
    text-transform: uppercase;
}
.callback {
    background: #f2f5f7;
    padding: 10px 30px;
    border-radius: 50px;
    box-shadow: 0 0 0 5px #f2f5f790;
}
.hamburger-nav .menu {
    width: 50%;
}
.woocommerce-mini-cart__buttons .button:first-child {
    display: none !important;
}
.header.-mobile .close-bar {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: -webkit-calc(100% - 56px);
    width: calc(100% - 56px);
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.-mobile .widget-title {
    font-size: 1.2rem;
    color: #111417;
    font-family: 'Nestors';
    margin: 10px 0px 20px;
}
.header.-mobile .menu_contacts .clb-social, .header.-mobile .menu_catalog .clb-social {
    margin-right: 0 !important;
}
.header.-mobile .close-bar:after {
    position: absolute;
    content: 'Закрити меню';
    top: calc(50% + 2px);
    left: 130px;
    transform: translate(-50%, -50%);
}
.submenu_cart.bottom-position {
    bottom: 80px;
    top: auto;
}
.mobile_menu-items-menu .btn-round i {
    background: transparent;
}
.mobile_menu-items-menu .hamburger-holder:after {
    bottom: -16px;
}
.mobile_menu-items-menu .hamburger-holder ._shape:first-child:after {
    position: absolute;
    content: '';
    width: 18px;
    height: 2px;
    top: 9px;
    left: 19px;
    background: #000;
}
.clb-back-link {
    top: 160px !important;
}
.clb-back-link-caption {
    visibility: hidden;
}
.header:not(.-mobile) .menu > .nav-item > a {
    padding: 0 0.8vw;
}
.header .branding .logo img, .header .branding .mobile-logo img, .header .branding .for-onepage img {
    max-height: 55px;
}
.clb-search-popup .search-holder form .select-holder {
    display: none;
}
#mega-menu-wrap .has-submenu {
    position: relative;
}
#mega-menu-wrap .has-submenu:after {
    position: absolute;
    content: '';
    width: 7px;
    height: 7px;
    right: 5px;
    top: 4px;
    border-top: 2px solid #000000;
    border-right: 2px solid #000000;
    transform: rotate(135deg);
}
.custom_search {
    position: absolute;
    background: #ffffff;
    top: 0px;
    width: 300px;
    left: -40px;
    display: flex;
    align-items: center;
    z-index: 98;
}
.search_form_custom, .search_form_custom .select-holder, .clb-search-popup.visible, .clb-search-popup {
    display: none;
}
.search_form_custom .search.search-submit i {
    background: transparent;
}
.search_form_custom.show {
    display: block;
    position: absolute;
    width: 350px;
    right: 0;
    background: #f7f7f7;
    padding: 10px;
    border-radius: 5px;
    z-index: 59;
}


/*
** Font style
*/
.icon-box-title {
    font-family: 'Nestors';
    font-size: 1.1rem;
}
.first-screen-title .title {
    font-size: 3.5rem;
    line-height: 1;
}
.product-item-title {
	font-weight: 600;
}
.section-title, .title {
    font-family: 'Nestors';
    font-size: 1.5rem;
}
.block-title, .page-sidebar .widget-title {
	font-family: 'Nestors';
	font-size: 1.1rem;
}
.mini-title {
    font-weight: 500;
    font-size: 16px;
}
.site-footer .widget-title {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 20px;
}
.second-title {
    font-size: 1rem;
    font-family: 'Nestors';
}
h2 {
    font-size: 2rem;
}
.subheader ul li .label-sale, .label-sale {
    font-weight: 500;
    color: #F44336;
}
.sticky-product .title {
    font-size: 16px;
}
/*
** Categories carousel
*/
.home .categories-carousel .icon-box .icon-box-icon img {
    max-width: 250px;
    max-height: 250px;
}
.home .categories-carousel .icon-box .icon-box-icon {
    margin: 0 0 5px;
    height: 180px;
    width: 150px;
}
.categories-carousel .next-btn, .categories-carousel .prev-btn {
    background: #ffffff95;
    border-radius: 50%;
}
.categories-carousel .bg {
    position: relative;
    background: #ededed;
    padding: 20px;
    border-radius: 5px;
    overflow: hidden;
}
.categories-carousel .top-right-circle:before {
    position: absolute;
    content: '';
    top: -80px;
    right: -20px;
    width: 190px;
    height: 190px;
    border: 55px solid #ff9000;
    border-radius: 50%;
    opacity: .1;
    z-index: 0;
}
.categories-carousel .bottom-left-circle:before {
    position: absolute;
    content: '';
    bottom: -100px;
    left: 40px;
    width: 190px;
    height: 190px;
    border: 55px solid #ff9000;
    border-radius: 50%;
    opacity: .1;
    z-index: 0;
}
.categories-carousel .bottom-right-circle:before {
    position: absolute;
    content: '';
    bottom: -10px;
    right: -50px;
    width: 190px;
    height: 190px;
    border: 55px solid #ff9000;
    border-radius: 50%;
    opacity: .1;
    z-index: 0;
}
.categories-carousel .bg .btn {
    background: transparent;
    color: transparent !important;
    padding: 10px;
    border: 0px;
    text-decoration: underline;
    position: absolute;
    width: 100%;
    height: 100%;
    top: auto;
    left: 0;
    bottom: 10px;
}
.categories-carousel .bg .btn:hover {
    background: transparent !important;
    color: transparent !important;
    padding: 10px;
    border: 0px;
    text-decoration: underline;
}
.categories-carousel .prev-btn, .categories-carousel .next-btn {
    background: #ff900080;
}
/*
** General styles
*/
.scroll_text {
    max-height: 400px;
    overflow-y: scroll;
}
.scroll_text::-webkit-scrollbar {
    width: 5px;
    background: #dadada;
    border-radius: 5px;
}
.scroll_text::-webkit-scrollbar-button {
    height: 0px;
}
.scroll_text::-webkit-scrollbar-thumb {
    background: #ff9000;
    border-radius: 5px;
}
.ohio-heading-sc .subtitle {
    text-transform: uppercase;
    color: #8a8a8a;
}
.message-box {
    max-width: 100%;
    margin: 0 auto 30px;
}
/*.ohio-heading-sc .title {
    border-top: 1px solid #8a8a8a;
}*/
/*
** Product block
*/
.product-item-price {
    font-size: 1.05rem !important;
}
.product-item-price del {
    display: block;
    font-size: 14px;
    font-weight: 400;
    min-height: 32px;
    position: absolute;
    top: 0;
    left: 0;
}
.product-item-price {
    padding-top: 15px;
}
.product-item-bottom .product-buttons-item {
    max-width: 150px;
}
.product-item-bottom {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    position: relative;
}
.woo_c-products .product-item-details {
    background: rgba(136, 136, 136, 0.05);
    padding: 2.4vh 1.4vh 1.4vh 1.4vh;
}
.woo_c-products .product-item-details .product-item-title {
    min-height: 42px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.woo_c-products .product-item.product-item-boxed .product-item-details {
    padding: 2.4vh;
}
/*
** Single product
*/
.attributes_title-inner {
    font-size: 1.1rem;
    font-weight: 600;
}
.inner_attributes th {
    color: #6A696C;
}
.inner_attributes th, .inner_attributes td, .inner_attributes td p {
	font-weight: 400;
    padding: 0px;
    text-align: left;
}
.inner_attributes td p {
    margin: 3px auto 0px;
}
.woo_c-product-details-variations {
    border: 0px;
}
.buy1click_button {
    margin-left: 15px;
}
.buy1click_button .simple-button {
	background: #ffffff;
    color: #111417 !important;
    border: 2px solid #111417;
    padding: 13px 20px;
    transition: all .3s ease-out;
}
.buy1click_button .simple-button:hover {
    background: #f88f12;
    color: #fff !important;
    border: 2px solid #f88f12;
}
.sticky-nav-holder {
    background: #f9f9f9;
}
.woo-summary-content .price {
    font-size: 1.4rem !important;
}
.woo-summary-content .price del {
    display: block;
    font-size: 14px;
    font-weight: 400;
}
.out_of_stock_message {
	display: block;
    text-align: center;
	border: 2px solid #ebebeb;
    background: #ebebeb;
    padding: 10px 30px 8px;
    border-radius: 5px;
    font-size: 16px;
    transition: all .3s ease-out;
}
.out_of_stock_message:hover {
    border: 2px solid #f99a29;
    color: #f99a29;
    cursor: pointer;
}
.products .outofstock {
    opacity: .5;
}
/*
** Category page
*/
.product-item {
    border-radius: 10px;
    overflow: hidden;
}
.clb-page-headline-holder {
    padding-top: 5.2vh;
    padding-bottom: 5.2vh;
    border-bottom: 1px solid #11141730;
}
.animated_text {
    position: absolute;
    z-index: 9;
    bottom: -150px;
    right: 10vh;
}
svg { width: 100%; }
svg textPath {
    font-size: 26px;
    font-family: sans-serif;
    text-transform: uppercase;
    letter-spacing: 10px;
    fill: #111;
    background: #333;
}
.custom-filter {
    display: none;
    width: 100%;
}
.custom-filter .bapf_update {
    color: #111417 !important;
    text-transform: none !important;
}
.bapf_slidr_jqrui .bapf_from, .bapf_slidr_jqrui .bapf_to {
    margin-bottom: 10px;
    margin-top: 20px;
}
.page-sidebar .widget-title {
    color: #111417;
    margin-bottom: 15px;
    line-height: 1.2;
}
/*
** FAQ SECTION
*/
.faq_section {
    position: relative;
    margin-top: 40px;
}
.vallenato-header {
    overflow: hidden;
    margin-top: 5px;
}
.vallenato-header:hover {
    cursor: pointer;
}
.vallenato-content {
    overflow: hidden;
    padding: 10px 0;
    display: none;
}
.faq_inner-content-question-header {
    display: flex;
    align-items: center;
    padding: 5px 0px 10px;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0px;
}
.faq_inner-content-icon {
    position: relative;
    min-width: 35px;
    min-height: 35px;
}
.faq_inner-content-icon span {
    position: absolute;
    content: '';
    width: 16px;
    height: 2px;
    background: #212529;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.faq_inner-content-icon span:before {
    display: block;
    position: absolute;
    content: '';
    width: 2px;
    height: 15px;
    background: #212529;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.vallenato-active .faq_inner-content-icon span:before {
    display: none;
}
/*
** Modals style
*/
.modal_title-inner {
    font-family: 'Nestors';
    font-size: 1.3rem;
    font-weight: 600;
    text-align: center;
    margin: 15px 0px 20px;
}
.modal_subtitle-inner {
    font-size: 16px;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 25px;
    color: #9a9a9a;
}
.blocker {
    background-color: rgba(23, 22, 26, 0.82) !important;
    z-index: 9999 !important;
}
/*
** CF7 customization
*/
.wpcf7 .ajax-loader {
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%);
}
input[type="text"], input[type="password"], input[type="number"], input[type="email"], input[type="tel"], select, .select2-container--default .select2-selection--single, textarea {
    margin: 5px 0px 10px;
}
.wpcf7-submit {
    padding: 12px 25px !important;
    font-size: 15px !important;
}
.wpcf7-not-valid {
    border: 1px solid #f44336 !important;
}
.wpcf7-not-valid-tip {
    display: none;
}
.wpcf7 form.invalid .wpcf7-response-output {
    border: 0px;
    background: #ff572230;
    padding: 15px;
    border-radius: 5px;
    text-align: center;
    line-height: 1.3;
}
.wpcf7-form.sent p {
    display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
    font-size: 18px;
    text-align: center;
    line-height: 1.2;
    border: 0px;
}
.wpcf7 form.sent .wpcf7-response-output {
    position: relative;
    font-size: 18px;
    text-align: center;
    line-height: 1.2;
    border: 0px;
    padding-top: 100px;
}
.wpcf7 form.sent .wpcf7-response-output:before {
    position: absolute;
    content: '';
    width: 100px;
    height: 100px;
    background: url(/wp-content/uploads/2021/07/checked.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    top: 30px;
    left: 50%;
    transform: translate(-50%, -50%);
}
/*
** Categories
*/
.top-right-circle .woo_c-category .product-category--boxed:before {
    position: absolute;
    content: '';
    top: -80px;
    right: -20px;
    width: 190px;
    height: 190px;
    border: 55px solid #ff9000;
    border-radius: 50%;
    opacity: .1;
    z-index: 0;
}
.bottom-left-circle .woo_c-category .product-category--boxed:before {
    position: absolute;
    content: '';
    bottom: -100px;
    left: 40px;
    width: 190px;
    height: 190px;
    border: 55px solid #ff9000;
    border-radius: 50%;
    opacity: .1;
    z-index: 0;
}
.bottom-right-circle .woo_c-category .product-category--boxed:before {
    position: absolute;
    content: '';
    bottom: -10px;
    right: -50px;
    width: 190px;
    height: 190px;
    border: 55px solid #ff9000;
    border-radius: 50%;
    opacity: .1;
    z-index: 0;
}
/*
** Filter styles
*/
.bapf_head {
    font-size: 1.1rem;
    font-weight: 600;
    margin: 5px 0px 5px;
    border-bottom: 1px solid #11141710;
}
.bapf_body ul li {
    display: flex;
    align-items: center;
}
.bapf_body ul li label {
    font-size: 16px;
    margin: 5px 0px 0px;
}
.bapf_sfilter.bapf_ckbox input[type=checkbox] {
    border-radius: 5px;
}
.bapf_sfilter.bapf_ckbox input[type=checkbox]:checked, .bapf_radio_chck ul li input[type=checkbox]:checked:after {
    border-color: #f88f12;
}
.bapf_body ul li.checked {
    color: #f88f12;
}
.bapf_sfa_unall li a i, .bapf_sfa_taxonomy li a i {
    margin-right: 5px;
}
.bapf_sfa_unall {
    padding-top: 5px;
    margin-top: 5px;
    border-top: 1px solid #11141710;
}
.bapf_button {
    padding: 0px !important;
    text-align: center !important;
    width: 100%;
    background: transparent !important;
    color: #f88f12 !important;
    text-transform: lowercase !important;
    font-size: 16px !important;
}
/*
** Woocommerce fields
*/
.woocommerce h2, .woocommerce h3, .woocommerce h4, .woocommerce h5 {
    font-size: 1.2rem !important;
    font-family: 'TT Commons' !important;
}
.woocommerce .form-row {
    position: relative;
}
/*.woocommerce .form-row label {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translate(10px, -50%);
}*/
.woocommerce .form-row input, .woocommerce .form-row em {
    color: #111417;
}
.woocommerce .form-row input:active, .woocommerce .form-row input:focus {
    box-shadow: 0 0 0 1px #111417;
}
.form-row-last {
    float: right;
    width: 48%;
}
.form-row-first {
    float: left;
    width: 48%;
}
.woocommerce-custom-shipping-fields__field-wrapper {
    display: block;
    clear: both;
    position: relative;
}
.woocommerce-shipping-methods {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.woocommerce-shipping-methods li {
    flex: 1 45%;
}
.woocommerce-shipping-methods li:first-child {
    margin-right: 30px;
}
.woocommerce-shipping-methods li > input[type="radio"] {
    border: 0;
    clip: rect(1px,1px,1px,1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal!important;
}
.woocommerce-shipping-methods li > label {
    width: 100%;
    border: 2px solid #f6f6f6;
    background-color: #f6f6f6;
    transition: all 250ms ease-out;
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding: 10px 20px;
    border-radius: 5px;
}
.woocommerce #shipping_method li input[type=radio]:checked+label {
    border-color: #f88f12;
    color: #f88f12;
    border-radius: 5px;
}
/*
** Mobile menu
*/
.mobile_menu {
    display: none;
    position: fixed;
    width: 100%;
    left: 0;
    bottom: -90px;
    opacity: 0;
    z-index: 59;
    border-top: 2px solid #111417;
    border-radius: 10px;
    box-shadow: 0 10px 20px 10px #11141730;
    -webkit-transition-duration: .25s;
    -o-transition-duration: .25s;
    transition-duration: .25s;
}
.mobile_menu-inner {
    background: #F9F9F9;
    padding: 5px 10px 5px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin: 0px;

}
.mobile_menu-items {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0px 10px;
    width: 100%;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
}
.mobile_menu-items-home span img, .mobile_menu-items-catalog span img, .mobile_menu-items-callback_form span img {
    max-width: 26px;
    margin: 0 auto 5px;
    width: 100%;
    display: block;
}
.cons_callback {
    position: fixed;
    bottom: 30px;
    right: 40px;
    font-size: 14px;
    line-height: 1;
    background: #f2f5f7;
    padding: 5px 70px 5px 30px;
    border-radius: 50px;
    opacity: .9;
	z-index: 1;
    transition: all .3s ease-out;
}
.cons_callback:hover {
    cursor: pointer;
}
.cons_callback-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cons_callback-inner.hidden {
    display: none;
}
.cons_callback-inner-text {
	font-size: 14px;
    line-height: 1.3;
    margin: 5px 0px;
}
.cons_callback-inner-text span {
    font-family: 'Nestors';
    font-size: 16px;
    line-height: 1.2;
}
.cons_callback-inner-icon {
    max-width: 53px;
    position: absolute;
    top: 4px;
    right: 7px;
    padding: 4px 7px;
    background: #fff;
    border-radius: 50%;
}
.cons_callback-close {
    display: none;
}
.cons_callback-close.show {
    display: block;
}
.cons_callback-close {
    padding: 5px 10px;
    font-size: 24px;
}
.cons_callback.close {
    padding: 15px;
}
.cons_callback-form {
    position: fixed;
    bottom: 80px;
    right: 10px;
    padding: 0px 15px;
    background: #f2f5f7;
    border-radius: 10px;
    transition: all .3s ease-out;
    max-width: 360px;
    z-index: 99;
    transform: scale(0);
    transform-origin: right bottom;
    opacity: 0;
}
.cons_callback-form.visible {
    display: block;
    transform: scale(1);
}
#close_cons_callback-form {
    position: absolute;
    top: 10px;
    right: 20px;
}
.cons_callback-form_heading {
    margin: 15px 0px;
}
.cons_callback.hide {
    transform: scale(0);
    transform-origin: right bottom;
}
.nestors_widget_callback * {
    transition: all .3s ease-out;
}
.nestors_message_button {
    position: fixed;
    left: 10px;
    bottom: 80px;
    background: #ffffff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 10px solid #61cf71;
    z-index: 59;
}
.nestors_message_button.lower {
    bottom: 20px;
}
.nestors_message_button-icons-line img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 24px;
}
.nestors_message_button-close {
    transform: scale(0);
}
.nestors_message_button-close.show {
    transform: scale(1);
    font-size: 44px;
    line-height: 1;
    text-align: center;
}
.nestors_messagers_block {
    position: fixed;
    bottom: 150px;
    left: 10px;
    background: #f7f7f7;
    border-radius: 10px;
    width: 250px;
    max-width: 250px;
    padding: 20px;
    transform: scale(0);
    transform-origin: 0% 100%;
    z-index: 59;
}
.nestors_messagers_block.show_block {
    transform: scale(1);
}
.nestors_messagers_block .messangers-overlay a {
    display: flex;
    align-items: center;
    margin: 10px 0px;
}
.nestors_messagers_block .messangers-overlay a img {
    max-width: 36px;
    margin-right: 10px;
}

.mac-icon a {
    padding-left: 40px !important;
}
.mac-icon a:before {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    background: url(/wp-content/themes/nestors/assets/images/icons/apple-line.svg);
    background-repeat: no-repeat;
    background-size: contain;
    top: 8px;
    left: 15px;
}
.win-icon a {
    padding-left: 40px !important;
}
.win-icon a:before {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    background: url(/wp-content/themes/nestors/assets/images/icons/windows-line.svg);
    background-repeat: no-repeat;
    background-size: contain;
    top: 8px;
    left: 15px;
}
.parts-icon a {
    padding-left: 40px !important;
}
.parts-icon a:before {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    background: url(/wp-content/themes/nestors/assets/images/icons/parts.svg);
    background-repeat: no-repeat;
    background-size: contain;
    top: 8px;
    left: 15px;
}
.charge-icon a {
    padding-left: 40px !important;
}
.charge-icon a:before {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    background: url(/wp-content/themes/nestors/assets/images/icons/charger.svg);
    background-repeat: no-repeat;
    background-size: contain;
    top: 8px;
    left: 15px;
}
.bags-icon a {
    padding-left: 40px !important;
}
.bags-icon a:before {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    background: url(/wp-content/themes/nestors/assets/images/icons/backpack.svg);
    background-repeat: no-repeat;
    background-size: contain;
    top: 8px;
    left: 15px;
}
/*
** Checkout page
*/
.clb-woo-sidebar .shop_table tr th:first-child, .clb-woo-sidebar .shop_table tr td:first-child {
    position: relative;
}
.cart_item {
    position: relative;
}
.cart_item a.remove {
    color: #f00 !important;
    position: absolute;
    font-size: 25px;
    top: 5px;
    right: -60%;
    border: 1px solid #f0000030;
    padding: 16px 10px;
    line-height: 0;
    border-radius: 50%;
}
.clear-both {
    clear: both;
}
.close-bar .search_form_custom.show {
    display: none;
}
/*
** Media styles
*/
@media (max-width: 1240px) and (min-width: 769px) {
    .header .branding .logo img, .header .branding .mobile-logo img, .header .branding .for-onepage img {
        max-height: 40px;
    }
    .header:not(.-mobile) .menu li span, .header-wrap .callback {
        font-size: 14px !important;
    }
}
@media screen and (max-width: 1024px) {
    .woo_c-products .product-item.product-item-boxed .product-item-details {
        padding: 10px;
    }
    .nav {
        display: none;
    }
    .woo_c-products .product, .woo_c-products li {
        width: calc(100% / 2);
    }
}
@media (max-width: 769px) {
    .hidden-md {
        display: none;
    }
    .subheader {
        display: none;
    }
    .animated_text {
        right: -15vh;
    }
    .custom-filter {
        display: block;
    }
    .clb-popup-holder {
        height: 100%;
    }
    .callback, .sticky-product.visible {
        display: none;
    }
}
@media (max-width: 415px) {
    .mobile_menu-show {
        display: block;
        opacity: 1;
        bottom: 0px;
    }
	.cons_callback {
		bottom: 80px;
		right: 10px;
	}
    .cons_callback.lower {
        bottom: 20px;
    }
    .buy1click_button {
        margin-left: 0px;
    }
    .callback, .sticky-product.visible {
        display: none;
    }
    .inline_block .wpb_column .wpb_wrapper {
        display: block;
        width: 230px;
    }

    .inline_block {
        display: flex;
        flex-wrap: nowrap;
        overflow-y: scroll;
        padding-bottom: 20px;
    }
    .home .categories-carousel .icon-box .icon-box-icon img {
        max-width: 200px;
        max-height: 160px;
    }
    .home .woo_c-products .product, .woo_c-products li {
        width: 50%;
    }
    .search_form_custom.show {
        right: 45px;
    }
    .header.-mobile .mbl-overlay .search_form_custom {
        right: 50px;
        max-width: 350px;
        z-index: 59;
    }
}

/*
* SERVICES PAGE
*/

.services_section-inner__content_items {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    column-gap: 30px;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
}

.services_section-inner__content_items-single {
    flex: 1 600px;
}

.content_items-single-content {
    padding: 7px 20px 7px;
    background: #ffffff;
    margin: 7px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.services_section-inner__content_items .callback {
    display: block;
    background: #ff8f01;
    color: #ffffff;
    padding: 4px 20px;
    border-radius: 10px;
    box-shadow: 0 0 0 3px #ff8f0130;
}

.services_section-inner__content_items .callback:hover {
    color: #ffffff;
}

.modal .wpcf7-spinner {
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%);
}

.wpcf7-list-item {
    margin: 0;
}

.wpcf7-radio {
    width: 100%;
    display: flex;
    margin: 20px 0;
    align-items: center;
    column-gap: 20px;
}

.wpcf7-radio span {
    display: block;
    width: 100%;
}

input[type="radio"] {
    position: absolute;
    left: 0;
    background: transparent !important;
    border: 0 !important;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
}

input[type="radio"] + span {
    margin-left: 0;
}

.wpcf7-list-item-label {
    background: #ebebeb;
    padding: 12px 10px 10px;
    cursor: pointer;
    border: 1px solid #ebebeb;
    font-size: 16px !important;
    font-weight: 400 !important;
    border-radius: 5px;
    text-align: center;
}

input[type="radio"]:checked + .wpcf7-list-item-label {
    background: #ff8f01 !important;
    color: #fff !important;
    border: 1px solid #ff8f01;
}

.blocker {
    padding: 0;
}

.services-button {
    display: block;
    border-radius: 5px;
    width: fit-content;
    margin: 0 auto;
}

@media (max-width: 464px) {
    .first-screen-title.services .title {
        font-size: 2.5rem;
    }

    .services_subtitle .title {
        font-size: 18px;
    }

    .wpcf7-list-item-label {
        padding: 7px 3px 5px;
    }

    .wpcf7-radio {
        column-gap: 5px;
    }
}

.wc_payment_method label {
    position: relative;
    background: #ffffff;
    margin: 10px 0px;
    padding: 10px !important;
    border: 2px solid #dadada;
    border-radius: 5px;
    width: 100%;
}

.wc_payment_method input:checked ~ label {
    border-color: #f88f11;
    color: #f88f11;
}

#order_review h3:nth-child(3) {
    display: none !important;
}

