*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

a:hover {
    text-decoration: none;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    background: #F0F0F0;
}

.container {
    max-width: 1440px !important;
}

div#top {
    background: #f630f2;
    text-align: center;
    padding: 3px 0px;
}

div#top span {
    color: #202A33;
    text-align: center;
    font-family: Open Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
}

.main_nav {
    border-radius: 10px;
    background: #FFF;
    margin-top: 0px;
    padding: 24px 0px;
}

.content_header {
    background: #202a33;
}

.align-center {
    align-items: center;
}

.main_menu ul li a {
    color: #202A33;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0px 15px;
}

.contact_info-social a {
    margin: 0px 5px;
    display: block;
}

.contact_info-social {
    display: flex;
    align-items: center;
}

.main_link > * {
    margin-left: 15px !important;
}

.contact_info-phone {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
}

.main_contact_info {
    display: flex;
    align-items: center;
}

.contact_info-phone a {
    color: #202A33;
    text-align: center;
    font-family: Open Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3; /* 131.25% */
    letter-spacing: 0.8px;
}

.main_nav {
    justify-content: space-between;
}

.main_navbar {
    margin-top: 0px;
    border-radius: 0px;
    background: #202A33;
    position: relative;
    padding: 15px 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    z-index: 9;
    align-items: center;
}

.menu_navbar {
    flex-basis: 23%;
}

.dropdown_menu-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 23%;
    border-radius: 10px;
    background: transparent;
    padding-top: 80px;
    z-index: 2;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.search_navbar {
    flex-basis: calc(77% - 25px);
}

.btn_menu {
    display: flex;
    align-items: center;
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    border: 1px solid #fff;
    padding: 10px 20px;
    border-radius: 8px;
    width: fit-content;
    z-index: 5;
}

span.toggle-button {
    margin-right: 10px;
    position: relative;
    top: 1px;
}

span.toggle-button span {
    display: block;
    width: 15px;
    height: 2px;
    border-radius: 30px;
    background: #FFF;
    margin: 3px 0px;
}

span.toggle-button span:first-child {
    margin-top: 0;
}

span.toggle-button span:last-child {
    margin-bottom: 0px;
}

.search_navbar input {
    border-radius: 7px;
    background: #FFF;
    border: none;
    height: 40px;
    font-size: 15px;
    max-width: 90% !important;
    flex: 0 0 88%;
}

.search_navbar input:focus {
    outline: none;
    box-shadow: none;
}

.search_navbar button {
    border-radius: 7px;
    background: #CFF630;
    height: 40px;
    color: #202A33;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    border: none;
    padding: 0px 20px;
    width: calc(100% - 90%);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.search_navbar button img {
    margin-right: 10px;
}

.dropdown_menu-wrapper ul {
    padding: 0px;
}

ul.dropdown_menu li.nav-link > a {
    color:rgba(32, 42, 51, 1);
    font-family: Open Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16.1px;
}

ul.dropdown_menu li {
    padding: 0px !important;
}

ul.dropdown_menu li.nav-link > a {
    padding: 8px;
    transition: all 0.4s ease-in-out;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 40px;
    margin-bottom: 8px;
}

/* li.nav-link.has-child > a:after {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="9" height="14" viewBox="0 0 9 14" fill="none"><path d="M1.25984 13L7 7.10526L1.25984 1" stroke="white" stroke-width="2" stroke-linecap="round"/></svg>');
    position: absolute;
    right: 30px;
} */

span.arrow-right-menu {
    width: 10px;
    height: 13px;
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="9" height="14" viewBox="0 0 9 14" fill="none"><path d="M1.25984 13L7 7.10526L1.25984 1" stroke="rgba(32, 42, 51, 1)" stroke-width="2" stroke-linecap="round"/></svg>');
    position: absolute;
    right: 10px;
    top: 5px;
}

@media (min-width: 768px) {
    ul.dropdown_menu .nav-link > a:hover {
        background: rgba(32, 42, 51, 0.1);
    }
    
}

ul.dropdown_menu li.nav-link > a {
    border-radius: 8px;
}

li.nav-link.has-child:hover > a span {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="9" height="14" viewBox="0 0 9 14" fill="none"><path d="M1.25984 13L7 7.10526L1.25984 1" stroke="rgba(32, 42, 51, 1)" stroke-width="2" stroke-linecap="round"/></svg>');
}

li.nav-link.has-child > a {
    position: relative;
    width: 100%;
    display: block;
    color: #000;
}

.header_main {
    background-color: #fff;
}



.main-slider img {
    /* width: auto !important; */
    /* height: 100% !important; */
    /* object-fit: contain !important; */
    max-height: 400px;
    /* object-position: center; */
}

.main-slider .owl-stage .owl-item:nth-child(1) .item {
    background: #fff;
}

.main-slider .owl-stage .owl-item .item {
    display: flex;
    justify-content: center;
}

.main-slider .owl-stage .owl-item:nth-child(2) .item {
    background: #fff;
}

.main-slider .owl-stage .owl-item:nth-child(3) .item {
    background: #fff;
}

span.arrow-slide.arrow-left {
    transform: rotate(180deg);
}

.main_slider .owl-nav span {
    display: block;
}

span.arrow-slide.arrow-left {
    position: absolute;
    left: 15px;
    top: calc(50% - 15px);
}

span.arrow-slide.arrow-right {
    position: absolute;
    right: 15px;
    top: calc(50% - 15px);
}

.main_slider .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
}

.main_slider .owl-dots button span {
    display: block;
    border-radius: 60px;
    background: #D8D8D8;
    width: 70px;
    height: 5px;
}

.main_slider .owl-dots button {
    margin: 0px 5px;
}

.main_slider .owl-dots button.active span {
    background: #636E78;
}

button:focus {
    outline: none;
    box-shadow: none;
}

.category_lists {
    padding: 0px;
    margin: 0 -7px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin-top: 65px;
}

.category_lists li {
    flex-basis: calc(20% - 14px);
    padding: 20px;
    margin: 7px;
    border-radius: 10px;
    background: #FFF;
}

.category_item a {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

.category_item-img {
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.category_item-img img {
    width: auto;
    max-width: 100%;
}

.category_item-btn {
    display: flex;
    justify-content: space-between;
    color: #202A33;
    font-family: Open Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    align-items: center;
}

a {
    text-decoration: none;
}

.main_category_screen {
    margin: 20px 0px;
}

.main_category_lists {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -12px;
}

.item_main_category {
    flex-basis: calc(50% - 24px);
    margin: 12px;
    border-radius: 10px;
    background: radial-gradient(781.97% 806.43% at -155.93% 13.13%, #FFF 26.96%, #CFF630 27.76%, #FFF 34.29%);
    padding: 40px;
    position: relative;
    height: 240px;
    overflow: hidden;
}

.item_main_category a {
    display: flex;
    align-items: center;
    text-decoration: none;
    height: 100%;
}

span.category_name {
    color: #202A33;
    font-size: 32px;
    font-weight: 600;
    line-height: normal;
    display: block;
    text-decoration: none;
}

.main_category-img {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}

span.category_subname {
    color: #202A33;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    margin-top: 10px;
    display: block;
}

.widget_title {
    color: #212529;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 20px;
}

.flex_title {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    justify-content: space-between;
}

.flex_title .widget_title {
    margin-bottom: 0px;
}

.phone_category_lists {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -17px;
}

.phone_category_lists > div {
    flex-basis: calc(33.33% - 34px);
    margin: 0px 17px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #FFF;
    height: 100px;
}

.phone_category {
    margin: 40px 0px;
}

.latest_product {
    margin: 40px 0px;
}

.best_product {
    margin: 40px 0px;
}

.about_shop-inner {
    margin: 40px 0px;
}

.about_shop-inner h2 {
    color: #212529;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 15px;
}

.about_shop-inner p {
    color: #202A33;
    font-family: Open Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.about_shop-inner {
    max-height: 240px;
    overflow: hidden;
    position: relative;
    transition: all 0.4s ease-in-out;
}

.about_shop-inner:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(360deg, #F0F0F0 15.55%, rgba(240, 240, 240, 0.00) 100%);
    height: 90px;
}

.additional_lists {
    display: flex;
    margin: 0px -15px;
}

.additional_services {
    margin: 20px 0px;
}

.additional_item {
    flex-basis: calc(25% - 30px);
    margin: 15px;
    border-radius: 10px;
    background: #FFF;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease-in-out;
}

span.additional_title {
    color: #202A33;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-left: 20px;
}

.shop_news {
    margin: 20px 0px;
}

.news_lists {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -25px;
}

.news_item {
    flex-basis: calc(50% - 50px);
    margin: 20px 25px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    padding: 40px 20px 20px;
    display: flex;
}

.news_item-caption {
    margin-left: 40px;
}

a.news_item-title {
    color: #202A33;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
    display: block;
    margin-bottom: 20px;
}

.news_item-desc {
    color: #202A33;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
}

.news_item-btns {
    display: flex;
    justify-content: space-between;
    margin-top: 35px;
}

span.news_item-date {
    color: #202A33;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
}

a.read_more {
    border-radius: 10px;
    background: #CFF630;
    color: #202A33;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
    padding: 5px 10px;
    transition: all 0.4s ease-in-out;
}

.instagram_screen {
    background: rgba(255, 255, 255, 0.90);
    padding: 0px 15px;
    padding-bottom: 20px;
}

.instagram_lists {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -15px;
}

.instagram_lists > div {
    flex-basis: calc(20% - 30px);
    margin: 15px;
}

.instagram_item img {
    width: 100%;
}

.insta_logo {
    max-width: 580px;
    margin: auto;
    display: flex;
    align-items: center;
    margin-top: -15px;
}

.insta_title {
    color: #202A33;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 5px;
}

.insta_desc {
    color: #202A33;
    font-family: Open Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.insta_bottom-desc {
    margin-left: 20px;
}

.insta_logo img {
    position: relative;
    top: -10px;
}

footer#footer {
    background: #202A33;
}

.copyright {
    background: #CFF630;
    color: #202A33;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 5px 0px;
}

.footer-content {
    display: flex;
    align-items: center;
    padding: 40px 0px;
}

.footer_main {
    display: flex;
    align-items: center;
    flex-basis: 30%;
    justify-content: space-between;
    padding-right: 70px;
    border-right: 1px solid #fff;
}

.footer_menu nav a {
    display: block;
    color: #FFF;
    text-align: right;
    font-family: Open Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    margin: 5px 0px;
}

.footer_logo {
    text-align: center;
}

.social_footer ul {
    padding: 0px;
    list-style: none;
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social_footer ul li {
    margin: 0px 7px;
}

.social_footer ul li a svg {
    transition: all 0.4s ease-in-out;
}

.social_footer ul li a {
    transition: all 0.4s ease-in-out;
}

.footer_contact {
    flex-basis: 70%;
    padding-left: 70px;
    display: flex;
}

.footer_widget-item {
    flex-basis: 25%;
}

.footer_widget-title {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 15px;
}

.footer_widget_desc {
    color: #FFF;
    font-family: Open Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.6;
}

.footer_widget_desc a {
    color: #FFF;
    font-family: Open Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.5;
    display: block;
    margin-bottom: 1px;
}

.product_item {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    display: block;
    padding: 12px;
    transition: all 0.4s ease-in-out;
}

.product_item-img img {
    max-height: 180px;
    width: auto !important;
    max-width: 100%;
}

.product_item-img {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 0px;
    min-height: 180px;
    align-items: end;
}

.product_item-thumb {
    position: relative;
}

.product_item-sticker {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: baseline;
}

.sticker {
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5; /* 176% */
    text-transform: uppercase;
    border-radius: 16px;
    margin-bottom: 5px;
    padding: 5px 10px;
}

.sticker.green-sticker {
    background: #CFF630;
    color: #202A33;
}

.sticker.black-sticker {
    background: #202A33;
    color: #fff;
}

div#heart {
    position: absolute;
    top: 0;
    right: 25px;
    z-index: 8;
    cursor: pointer;
}

#heart {
    position: relative;
    height: 0px;
}
#heart:before,
#heart:after {
    position: absolute;
    content: "";
    left: 15px;
    top: 0;
    width: 15px;
    height: 25px;
    background: #ccc;
    -moz-border-radius: 15px 15px 0 0;
    border-radius: 15px 15px 0 0;
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transform-origin: 0 100%;
       -moz-transform-origin: 0 100%;
        -ms-transform-origin: 0 100%;
         -o-transform-origin: 0 100%;
            transform-origin: 0 100%;
}
#heart:after {
    left: 0;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transform-origin: 100% 100%;
       -moz-transform-origin: 100% 100%;
        -ms-transform-origin: 100% 100%;
         -o-transform-origin: 100% 100%;
            transform-origin :100% 100%;
}


/*после нажатия стили будут такими */
#heart2 {
    position: absolute;
    top: 0;
    right: 25px;
    z-index: 8;
    cursor: pointer;
}
#heart2:before,
#heart2:after {
    position: absolute;
    content: "";
    left: 15px;
    top: 0;
    width: 15px;
    height: 25px;
    background: #dc2f46;
    -moz-border-radius: 15px 15px 0 0;
    border-radius: 15px 15px 0 0;
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transform-origin: 0 100%;
       -moz-transform-origin: 0 100%;
        -ms-transform-origin: 0 100%;
         -o-transform-origin: 0 100%;
            transform-origin: 0 100%;
}
#heart2:after {
    left: 0;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transform-origin: 100% 100%;
       -moz-transform-origin: 100% 100%;
        -ms-transform-origin: 100% 100%;
         -o-transform-origin: 100% 100%;
            transform-origin :100% 100%;
}
/*//////////*/



.product_item-title {
    color: #202A33;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    min-height: 50px;
    margin-bottom: 10px;
}

.product_item-caption {
    margin-top: 20px;
}

.product_item-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main_product-wrapper .product_item-price {
    flex-direction: row-reverse;
}

.wroldsum {
    text-decoration: line-through;
    font-size: 14px;
    margin-bottom: -5px;
    color: #f63030;
}

.product_item-price.no_price-sale {
    flex-direction: row;
}

.search_navbar button:hover {
    background: #000;
    color: #cff630;
    border: 1px solid #cff630;
}

.search_navbar button {
    transition: all 0.4s ease-in-out;
}

span.currency {
    color: #202A33;
    text-align: center;
    font-family: Open Sans;
    font-size: 15px;
    font-style: italic;
    font-weight: 700;
    line-height: 1.2; /* 140.8% */
    text-transform: uppercase;
    background: #CFF630;
    border-radius: 100%;
    width: 18px;
    height: 18px;
    display: block;
}

.ue_sum {
    display: flex;
    align-items: center;
}

span.sum {
    color: #202A33;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-left: 5px;
}

.uah_sum {
    color: #202A33;
    font-family: Open Sans;
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

button.addProduct {
    border-radius: 5px;
    background: #CFF630;
    border: none;
    padding: 8px 10px;
}

/* .product-slider .owl-stage-outer {
    padding-right: 100px;
} */

.product-slider .owl-stage {
    padding-left: 5px !important;
    padding-top: 5px;
    padding-bottom: 5px;
}

.slider_products-inner {
    margin-right: -30px;
}

.product_item:hover {
    box-shadow: 0px 0px 5px 0px #CFF630;
}

.product-slider button.owl-prev {
    display: none;
}

.product-slider .owl-stage-outer:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(270deg, #F0F0F0 0%, rgba(240, 240, 240, 0.00) 100%);
    width: 100px;
}

.owl-stage-outer {}

.colors span {
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin-right: 5px;
}

.colors {
    display: flex;
}

.about_shop {
    margin: 20px 0px;
}

.phone_category_item a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease-in-out;
    border-radius: 10px;
}

.phone_category_item a:hover {
    box-shadow: 0px 0px 15px -4px rgba(0, 0, 0, 0.4);
}

button.addProduct {
    cursor: pointer;
    transition: all 0.4s ease-in-out;
}

button.addProduct:hover {
    background: #bae029;
}

ul.category_lists li {
    transition: all 0.4s ease-in-out;
}

ul.category_lists li:hover {
    box-shadow:0px 0px 15px -4px #CFF630;
}

.item_main_category {
    transition: all 0.4s ease-in-out;
}

.item_main_category:hover {
    box-shadow:0px 0px 15px -4px #CFF630;
}

.category_item:hover span.arrow_right-cat {
    transform: translate(5px, 0px);
}

.category_item span.arrow_right-cat {
    transition: all 0.4s ease-in-out;
}

.additional_item:hover {
    box-shadow: 0px 0px 5px 0px #CFF630;
}

.main_navbar:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 23%;
    bottom: 0;
    z-index: 4;
    background: #202A33;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}

.btn_menu {
    position: relative;
}

.logo_mob {
    display: none;
}

.visible-xs {
    display: none;
}

/* .sticker.red-sticker {
    background: #f63030;
    color: #fff;
} */

.sticker.red-sticker {
    background: #000000;
    color: #ff9c40;
}

.sticker.yellow-sticker {
    background: linear-gradient(90deg, #FFAA00 0%, #FFC34B 100%);
    color: #fff;
}

.icon_right img {
    width: 30px !important;
}

.product_item-actions {
    position: absolute;
    right: 0;
    top: 35px;
    text-align: right;
}

.price_percent {
    margin-top: 5px;
    background: #CFF630;
    color: #202A33;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5;
    text-transform: uppercase;
    border-radius: 16px;
    margin-bottom: 5px;
    padding: 5px 10px;
}

.icon_right {
    text-align: right;
    display: flex;
    justify-content: end;
}

img.hover-img {
    position: absolute;
    z-index: 1;
    opacity: 0;
    transition: all 0.4s ease-in-out;
}

.product_item:hover .hover-img {
    opacity: 1 !important;
}

.error-img a.btn.btn-default {
    width: fit-content;
    margin: auto;
}

.product_item:hover .product_item-img.hover-second-img > img {
    opacity: 0;
}

.error-img img {
    width: 100%;
    max-width: 600px;
    margin: auto;
}

.error-img {
    text-align: center;
    margin: 30px 0px;
}

.product_item .product_item-img img {
    transition: all 0.4s ease-in-out;
}

.product_item-actions {
    z-index: 2;
}

.product_item-sticker {
    z-index: 2;
}

ul.dropdown_menu li {
    /* position: relative; */
}

.dropdown-menu-block {
    display: none;
}

.dropdown-menu-block ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.dropdown-menu-block ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

@media (min-width: 768px) {
    .has-child:hover .dropdown-menu-block {
        opacity: 1;
        visibility: visible;
    }
}


.dropdown-menu-block ul li {
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
}

.dropdown-menu-block ul li a {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    list-style: none;
    margin: 10px 0;
    position: relative;
    color: #002024;
}

.dropdown-menu-block ul li a span {
    display: block;
    margin-top: 12px;
}


.contact_info-social a svg path {
    transition: all 0.4s ease-in-out;
}

.contact_info-social a:hover svg path {stroke: #cff630;}

.contact_info-phone a {
    transition: all 0.4s ease-in-out;
}

.contact_info-phone a:hover {
    color: #000;
    text-decoration: underline;
}

button.about_btn_down {
    background: transparent;
    border: none;
    padding: 0;
    transform: rotate(90deg);
    margin: auto;
    max-width: 41px;
    cursor: pointer;
}

.btn-center {
    text-align: center;
}

.open_text .about_shop-inner {
    max-height: 1000px;
}

.open_text .about_shop-inner:after {
    opacity: 0;
}

.open_text button.about_btn_down {
    transform: rotate(270deg);
}

.dropdown_menu-wrapper {
    max-height: 0px;
    overflow: hidden;
    padding-top: 60px;
}

.btn_menu {
    cursor: pointer;
}

.subcategory_lists {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -8px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.subcategory_item {
    flex-basis: calc(33.33% - 16px);
    margin: 8px;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

a.wr_a {
    display: flex;
    flex-direction: row-reverse;
    text-align: left !important;
    justify-content: space-between !important;
    padding: 20px;
}

.subcategory_item img {
    max-width: 220px;
}

h4.subcategory_title {
    color: #000;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
}

.seoText {
    margin-bottom: 50px;
    margin-top: 30px;
}

.seoText img {
    border-radius: 10px;
}

.seoText h3, h2 {
    margin-bottom: 1.5rem;
}

.subcategory_item {
    transition: all 0.4s ease-in-out;
}

.subcategory_item:hover {
    box-shadow: 0px 0px 15px -4px #CFF630;
}

.breadcrumb-lists {
    padding: 0px;
    list-style: none;
    font-size: 14px;
}

h1.title_page {
    font-size: 32px;
    font-weight: bold;
}

.breadcrumb-lists a {
    color: #000;
}

.seo_block_upps a {
    text-decoration: underline;
    color: #000;
}

.flex_row-products {
    display: flex;
    align-items: flex-start;
}

.filter-wrapper {
    flex-basis: 20%;
}

.product_lists {
    display: flex;
    flex-wrap: wrap;
    flex-basis: 80%;
    /* align-items: baseline; */
    /* justify-content: space-between; */
}

.product_lists > div {
    flex-basis: calc(25% - 20px);
    margin: 10px;
}

.product_item-title a {
    color: #202A33;
}

form.form-inline.wr_sh.justify-content-between {
    margin-bottom: 0;
}

.main_product-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    margin-bottom: 30px;
}

.column-image {
    flex-basis: 35%;
    width: 35%;
}

.column-maininfo {
    flex-basis: calc(35% - 25px);
    width: calc(35% - 25px);
    margin-left: 25px;
}

.column-warranty {
    flex-basis: calc(30% - 25px);
    width: calc(30% - 25px);
    margin-left: 25px;
}

.slick-slide {
    height: auto;
}

.slide-image {
    position: relative;
    border-radius: 5px;
    border: 3px solid #F6F6F6;
    background: #FFF;
    margin-bottom: 20px;
}

.slider-for .slick-slide img {
    max-width: 100%;
    width: 100%;
}

button.slick-arrow:before {
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA0OTIuMDA0IDQ5Mi4wMDQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ5Mi4wMDQgNDkyLjAwNDsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSI1MTJweCIgaGVpZ2h0PSI1MTJweCI+CjxnPgoJPGc+CgkJPHBhdGggZD0iTTM4Mi42NzgsMjI2LjgwNEwxNjMuNzMsNy44NkMxNTguNjY2LDIuNzkyLDE1MS45MDYsMCwxNDQuNjk4LDBzLTEzLjk2OCwyLjc5Mi0xOS4wMzIsNy44NmwtMTYuMTI0LDE2LjEyICAgIGMtMTAuNDkyLDEwLjUwNC0xMC40OTIsMjcuNTc2LDAsMzguMDY0TDI5My4zOTgsMjQ1LjlsLTE4NC4wNiwxODQuMDZjLTUuMDY0LDUuMDY4LTcuODYsMTEuODI0LTcuODYsMTkuMDI4ICAgIGMwLDcuMjEyLDIuNzk2LDEzLjk2OCw3Ljg2LDE5LjA0bDE2LjEyNCwxNi4xMTZjNS4wNjgsNS4wNjgsMTEuODI0LDcuODYsMTkuMDMyLDcuODZzMTMuOTY4LTIuNzkyLDE5LjAzMi03Ljg2TDM4Mi42NzgsMjY1ICAgIGM1LjA3Ni01LjA4NCw3Ljg2NC0xMS44NzIsNy44NDgtMTkuMDg4QzM5MC41NDIsMjM4LjY2OCwzODcuNzU0LDIzMS44ODQsMzgyLjY3OCwyMjYuODA0eiIgZmlsbD0iIzAwMDAwMCIvPgoJPC9nPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);
}

button.slick-arrow {
    background: transparent;
    border: none;
    position: absolute;
    top: 50%;
    z-index: 1;
}

button.slick-arrow:before {
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: 100% 100%;
}

button.slick-arrow:before {
    content: "";
}

button.slick-next.slick-arrow {
    right: 0;
    z-index: 9;
}

button.slick-prev.slick-arrow {
    transform: rotate(180deg);
}

.slider-nav {
    max-width: 60%;
    margin: auto;
    padding-bottom: 15px;
}

.slider-for {
    padding: 20px;
}

button.slick-prev.slick-arrow {
    left: 0;
}

div#menu9 table tr td:first-child {
    width: 60%;
}

div#menu9 table tr td:last-child {
    width: 40%;
}

.main_product-content {
    border-radius: 5px;
    border: 3px solid #F6F6F6;
    background: #FFF;
    padding: 20px;
}

div#menu9 {
    padding: 0px;
}

div#menu9 td {
    color: #222;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
}

div#menu9 table tr td {padding-bottom: 10px;}

.main_product-wrapper .nav-tabs .nav-link {
    border-radius: 10px;
    border: 1px solid #202a33;
    margin: 0px 3px;
    font-weight: 500;
    font-size: 16px;
}

.nav-tabs {
    border-bottom: navajowhite;
}

.main_product-wrapper .nav-tabs .nav-link.active {
    background: #CFF630;
    color: #202a33;
    border-color: #202a33;
}

.main_product-wrapper .nav-tabs .nav-link:hover {
    background: #CFF630;
    color: #202a33;
    border-color: #202a33;
}

.product-options ul {
    list-style: none;
    padding: 0px;
}

li.item_color {
    margin-right: 15px;
}

.title_option {
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 10px;
}

.product-options {
    border-radius: 5px;
    border: 3px solid #F6F6F6;
    background: #FFF;
    padding: 20px;
    margin-top: 20px;
}

li.item_color a {
    display: block;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #fff;
}

li.item_color a:hover {
    border-color: #cff630;
}

.item-option {
    margin-bottom: 30px;
}

.item-option:last-child {
    margin-bottom: 0;
}

li.item_val_option {
    margin-right: 15px;
}

li.item_val_option a {
    color: #202a33;
    border: 1px solid #cff630;
    border-radius: 10px;
    padding: 6px 10px;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
}

.product_add_cart {
    border-radius: 8px;
    border: 3px solid rgba(0, 0, 0, 0.03);
    margin-top: 20px;
    padding: 30px 15px;
}

input#calc {
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.10);
    border: none;
    text-align: center;
    width: 70px !important;
    height: 60px !important;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 1; /* 58.065% */
    text-transform: uppercase;
    margin-right: 5px;
}

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

.d-flex.direction-column button {
    border-radius: 44px;
    border: 1px solid rgba(137, 137, 137, 0.06);
    background: #cff630;
    height: 25px;
    margin: 3px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #202a33;
    font-size: 18px;
    font-weight: 500;
}

input#calc:focus {
    outline: none;
}

button.btn.add-cart {
    border-radius: 61px;
    border: 1px solid #cff630;
    background: #FFF;
    color: #202a33;
    padding: 16px;
    max-width: 160px;
    margin: 0px 20px;
    white-space: pre-line;
    line-height: 1.3;
}

button.btn.add-cart:hover {
    background: #cff630;
}

button.btn.add-cart:active {
    background: #cff630 !important;
    color: #000 !important;
    border-color: #cff630 !important;
}

a.wr_clik {
    border-radius: 48px;
    background: linear-gradient(270deg, #cff630, #fff, #cff630);
    background-size: 400% 400%;
    color: #202a33 !important;
    font-size: 16px;
    font-weight: 400;
    padding: 16px;
    line-height: 1.3;
    border: 1px solid #cff630;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
    animation: gradientShift 6s ease infinite;
}

@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

a.wr_clik:hover {
    background: #fff;
}

.price-item.truePriceJS {
    color: #000;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

b.wr-add-p {
    margin-left: 10px;
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    max-width: 90px;
    text-align: left;
}

.wishlist_telegram {
    margin-top: 20px;
}

.see-in-tg {
    margin-left: 20px;
    color: #202a33;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    background: #cff630;
    padding: 12px 20px;
    border-radius: 60px;
    max-width: 160px;
    text-align: center;
}

.garant-desc {
    border-radius: 5px;
    border: 3px solid rgba(0, 0, 0, 0.03);
    background: #FFF;
    padding: 30px;
    margin-top: 25px;
}

.myTabContent4 img {
    max-width: 56px;
    margin-right: 15px;
}

li.item_val_option:last-child {
    margin-right: 0;
}

.groupBy-widget {
    border-radius: 5px;
    border: 3px solid #F6F6F6;
    background: #FFF;
    padding: 20px;
}

.groupBy-title {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}

.groupBuy-img img {
    max-width: 80px;
}

.groupBuy-img {
    margin-right: 10px;
}

.groupBuy-info-name {
    color: #212529;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 5px;
}

.groupBuy-info-price {
    color: #000;
    font-size: 15px;
    font-weight: 500;
}

.groupBuy-item {
    margin-bottom: 20px;
    border: 1px solid #cff630;
    border-radius: 10px;
    overflow: hidden;
    padding: 5px;
}

.groupBuy-item:last-child {
    margin-bottom: 0;
}

.groupBuy-item {
    transition: all 0.4s ease-in-out;
}

.groupBuy-item:hover {
    box-shadow: 0px 0px 5px 0px #CFF630;
}

.web {
    display: block;
}

.mob {
    display: none;
}

.column-left {
    flex-basis: 20%;
    margin-right: 30px;
}

.filterH1 {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
    line-height: 1.3;
}

.filterTitle {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    padding-left: 0;
    padding-bottom: 10px;
    line-height: 1.2;
}

.filterItem {
    margin-bottom: 30px;
}

.filterItem.filterPanelPrice input {
    width: 45%;
    padding: 5px 5px;
    margin-right: 5px;
    text-align: center;
    border: 1px solid #b5b5b5;
    border-radius: 7px;
}

button.filterPanelPriceButton {
    margin-top: 10px;
    border-radius: 7px;
    background: #CFF630;
    height: 40px;
    color: #202A33;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    border: none;
    padding: 0px 35px;
    width: calc(90% + 10px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.irs--round .irs-bar {
    background: #202a33 !important;
}

.irs--round .irs-handle {
    border-color: #202a33 !important;
}

.irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single {
    background: #202a33 !important;
}

.irs--round .irs-from:before, .irs--round .irs-to:before, .irs--round .irs-single:before {
    border-top-color: #202a33 !important;
}

.filterValue {
    padding: 5px 10px 5px 30px;
    position: relative;
    cursor: pointer;
}
.filterValue:after {
    content: " ";
    display: block;
    width: 14px;
    height: 14px;
    border: 1px solid #d8d8d8;
    position: absolute;
    top: 12px;
    left: 0px;
    margin: auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 2px;
}

.filterValue:before {
    content: " ";
    display: block;
    width: 15px;
    height: 10px;
    border-left: 4px solid #202a33;
    border-bottom: 4px solid #202a33;
    position: absolute;
    top: 0px;
    left: 3px;
    margin: auto;
    z-index: 2;
    transform: rotateZ(316deg);
    opacity: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.filterValueLoad:before {
    content: " ";
    display: block;
    position: absolute;
    top: 12px !important;
    left: 22px;
    margin: auto;
    z-index: 2;                
    opacity: 1;
    -webkit-transition: -webkit-transform .3s ease;
    -moz-transition: -moz-transform .3s ease;
    -o-transition: -o-transform .3s ease;
    transition: transform .3s ease;
    width: 8px;
    height: 8px;
    border-top: 4px solid #ffffff;
    border-right: 4px solid #126fa2;
    border-bottom: 4px solid #ffffff;
    border-left: 4px solid #126fa2;
    border-width: 2px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    
    opacity: 1 !important;
    
    transform: rotateZ(0);
    
    -webkit-animation:spin .8s linear infinite;
    -moz-animation:spin .8s linear infinite;
    animation:spin .8s linear infinite;    
    
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }


/* .filterValueEmpty {
    opacity: 0.5;
} */

.filterValueShow:before {
    top: 8px;
    opacity: 1;
}

.filterInfo {
    margin-top: -10px;
    padding: 0px 0px 0px 0px;   
}
.filterInfoItem {
    display: inline-block;
    margin: 10px 10px 0px 0px;
    background: #126fa2;
    padding: 5px 10px;
    color: #fff;
    padding-right: 25px;
    
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;   
    position: relative; 
    cursor: pointer;  
}
.filterInfoItem:hover {
    color: #fff;
}
.filterInfoItem:before {
    content: "X";
    display: block;
    width: 15px;
    height: 10px;
    position: absolute;
    top: 5px;
    /* bottom: 0px; */
    right: 1px;
    margin: auto;
    z-index: 2;
    opacity: 1;
    transform: scale(1.2, 1);    
}

.filterValue a {
    color: #7e7e7e;
    font-size: 14px;
}

.filterClose {
    background: #7d7d7d;
    color: #fff;
    padding: 10px 20px 11px;
    font-size: 13px;
    
    width: 110px;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px; 
    display: none;   
    cursor: pointer;
}
.filterMake {
    background: #cff630;
    border: 1px solid #cff630;
    color: #000;
    padding: 10px 20px 11px;
    font-size: 13px;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;   
    display: none; 
    cursor: pointer;
}

.flex-row-search .product_lists > div {
    flex-basis: calc(25% - 20px);
}

.flex_row-products.flex-row-search .product_lists {
    flex-basis: 100%;
}

.main_cat_wrapper {
    margin-top: 30px;
}

.filterH1 {
    margin-bottom: 20px;
}

.dropdown_menu-wrapper.menu_active {
    background: #fff;
}

ul.dropdown_menu li:last-child a {
    margin-bottom: 0 !important;
}

.dropdown_menu-wrapper ul {
    margin-bottom: 7px;
}


.contact_info-icon {
    position: relative;
}

.contact_info-icon svg {
    margin-right: 10px;
    position: relative;
    top: -2px;
}

.contact_info-icon:after {
    content: "";
    position: absolute;
    right: -20px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="9" height="14" viewBox="0 0 9 14" fill="none"><path d="M1.25984 13L7 7.10526L1.25984 1" stroke="rgba(32, 42, 51, 1)" stroke-width="2" stroke-linecap="round"/></svg>');
    width: 9px;
    height: 14px;
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(90deg);
    top: 5px;
}

.contact_phone-lists {
    position: absolute;
    right: 0;
    opacity: 0;
    transition: all 0.4s ease-in-out;
}

.contact_info-icon:hover .contact_phone-lists {
    opacity: 1;
}

.main_contact-list {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
}

.main_contact-list > div {
    flex-basis: calc(33.33% - 16px);
    margin: 8px;
    background: #fff;
    border-radius: 8px;
    padding: 16px 24px;
}

.contact_item-head {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    font-family: Open Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    text-align: left;
    color: rgba(32, 42, 51, 0.5);
}

.contact_item-head img {
    margin-right: 15px;
}

.contact-list-tel a {
    color: rgba(32, 42, 51, 1);
    font-weight: 700;
    display: block;
    margin-bottom: 5px;
}

.contact-list-tel a:last-child {
    margin-bottom: 0;
}

.work-time-item {
    display: flex;
}

.work-time-item span:last-child {
    color: rgba(32, 42, 51, 1);
    font-weight: 700;
    margin-left: 10px;
}

.work-time-item span:first-child {
    color: rgba(32, 42, 51, 1);
    font-weight: 400;
}

.contact_shops {
    margin-top: 40px;
    display: flex;
}

.contact_shops-list {
    flex-basis: 45%;
    padding-right: 20px;
}

.contact_shops-map {
    flex-basis: 55%;
}

.contact_shop-item {
    padding: 24px;
    border-radius: 8px;
    background: #ffff;
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
}

.contact_shop-item:last-child {
    margin-bottom: 0;
}

.contact_shop-item > div {
    flex-basis: 50%;
}

.city_shop {
    font-weight: 600;
    color: rgba(32, 42, 51, 0.5);
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.city_shop img {
    margin-right: 10px;
}

.address_shop {
    display: block;
    color: rgba(32, 42, 51, 1);
    font-weight: 600;
    max-width: 190px;
}

.timeline_shop-text {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    color: rgba(32, 42, 51, 0.5);
    font-weight: 400;
}

.timeline_shop-text img {
    margin-right: 10px;
}

span.time-title {
    color: rgba(32, 42, 51, 1);
    font-weight: 400;
    margin-right: 15px;
}

span.time-value {
    color: rgba(32, 42, 51, 1);
    font-weight: 700;
}

.shop_map_item {
    display: none;
}

.shop_map_item.active {
    display: block;
}

.contact_shop-item {
    transition: all 0.4s ease-in-out;
}

.contact_shop-item:hover {
    box-shadow: 0px 0px 15px -4px #CFF630;
    cursor: pointer;
}

h2.default_title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 40px;
}

.form_container {
    margin-top: 50px;
    margin-bottom: 50px;
}

.form_container form {
    border-radius: 8px;
    background: #fff;
    padding: 40px 30px;
    margin: 0px 0px;
}

.form_item-send {
    flex-basis: calc(50% - 24px);
    margin: 12px;
    position: relative;
}

.form_item-send input {
    border: 1px solid rgba(32, 42, 51, 0.5);
    border-radius: 8px;
    height: 50px;
    padding: 20px;
    width: 100%;
}

.form_item-send:nth-child(3) {
    flex-basis: calc(100% - 24px);
}

.form_item-send label {
    color: rgba(32, 42, 51, 1);
    font-size: 12px;
    font-weight: 400;
    display: block;
    margin-bottom: 0;
    padding: 0px 4px;
    background: #fff;
    position: absolute;
    top: -8px;
    left: 10px;
}

.price-item-cart-eu .ue_sum {
    margin-bottom: 7px;
}

.form_item-send textarea {
    border: 1px solid rgba(32, 42, 51, 0.5);
    border-radius: 8px;
    height: 50px;
    padding: 20px;
    width: 100%;
    height: 150px;
}

.form_container button.btn.default-btn {
    margin-left: 12px;
}


.open_inner_menu .dropdown_menu-wrapper {
    max-height: 500px;
    background: #fff;
    padding-top: 80px;
    overflow: visible;
}

.inner_wrapper .dropdown_menu-wrapper {
    transition: all 0.4s ease-in-out;
}

.open_inner_menu span.toggle-button span:nth-child(2) {
    opacity: 0;
}

span.toggle-button span {
    transition: all 0.4s ease-in-out;
}

.open_inner_menu span.toggle-button span:nth-child(1) {
    transform: rotate(45deg);
    position: relative;
    top: 3px;
}

.open_inner_menu span.toggle-button span:nth-child(3) {
    transform: rotate(-45deg);
    position: relative;
    top: -7px;
}

.footer_widget_desc {
    margin-bottom: 20px;
    padding-right: 10px;
}

.wr_ser_t {
    /* font-family: 'Saira Semi Condensed', sans-serif; */
    font-family: 'Bai Jamjuree', sans-serif;
    /* font-family: Open Sans; */
    /* font-style: normal; */
    font-weight: 600;
    font-size: 46px;
    /* line-height: 33px; */
    margin: 15px 0px;
}

.wr_color_trade {
    margin: 30px 10px;
    background: #F4F4F4;
    padding: 30px;
    font-size: 18px;
}

.wrapper-content-tradein {
    padding: 30px 0px;
    background: #fff;
}

.tradein_form {
    width: 100%;
    max-width: 80%;
    padding: 10px 0px;
    background: #fff;
}

.instagram_item img {
    transition: all 0.4s ease-in-out;
}

.instagram_item img:hover {
    box-shadow: 0px 0px 5px 0px #CFF630;
    transform: scale(1.05);
}

.instagram_item a {
    display: block;
    overflow: hidden;
}

.news_item-img img {
    width: 200px;
    object-fit: cover;
    border-radius: 8px;
}

.blog-content {
    max-width: 950px;
    margin: auto;
}

.blog-content h1 {
    margin-bottom: 20px;
}

.proserviceLayer .text-center {
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 10px;
}


.product_item-price.price-no-stock {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.product_item-price.price-no-stock .ue_sum {
    justify-content: center;
    font-size: 12px;
}

.price-no-stock .price_inner {
    font-size: 14px;
}

.price-no-stock .price_inner .uah_sum {
    font-size: 18px;
    font-weight: 600;
}

.product_item-price.price-no-stock .ue_sum .sum {
    font-size: 13px;
}

.product_item-title a {
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 66px;
}

.product_item-img.no-stock img.hover-img {
    opacity: 0 !important;
}

.product_item:hover .product_item-img.hover-second-img.no-stock > img {
    opacity: 0.6;
}

.dropdown-menu-block img {
    max-width: 80px;
    /* height: auto; */
    object-fit: contain;
}








@media screen and (min-width: 900px) {
    .filterMakeShow {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        padding: 5px; 
        z-index: 2;
    }    
}




@media screen and (max-width: 990px) {
   
    .filterLayer {
        position: absolute;
        top: 0px;
        right: 0px;
        left: 0px;
    }       
    .filterH1 {
        text-align: center;
        padding: 0px 10px;
        display: block !important;
        background: #cff630;
        height: 44px;
        line-height: 44px;
        position: relative;
        z-index: 9;
        border-radius: 5px;
    }

    .filterItem {
        display: none;
    }
    .listLayer {
        width: 100%;
    }
    .fade:not(.show) {
        opacity: 1;
    }
    
    .filterLayerShow {
        position: fixed;
        overflow: scroll;
        width: 100%;
        height: 103%;
        z-index: 20;
        text-align: left !important; 
    }
    .filterLayerShow .filterItem {
        display: block;
        max-width: 300px;
        margin: auto;        
    }
    .filterLayerShow .filterClose, .filterLayerShow .filterMake {
        display: block;  
    }
    .filterLayerShow .filterItemPanel {
        display: flex;     
        flex-direction: row;
        justify-content: space-around;   
        align-items: center; 
        margin-bottom: 20px;       
    }
    
    .filterLayerShow .filterH1 {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 20;
    }
    
    .filterLayerShow .filterItemPanel {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;           
        z-index: 20;
        margin: auto;
        padding-bottom: 10px;
        background: #fff;
        padding-top: 15px;            
        border-top: 1px solid #eaeaea;
    }
    .filterLayerShow .filterItem:nth-last-child(2) {
        margin-bottom: 80px;
    }
    
    .filterLayerShow .filterPanelPrice {
        margin-top: 40px;
    }
    

    .filterInfo span {
        display: block;
    }
    .filterSelTitle {
        padding-top: 5px;
        display: none !important;    
    }
    
}









@media (max-width: 1440px) {

    .main_nav {
        padding: 15px 20px;
    }
    
    .main_navbar {
        padding: 10px 15px;
    }
    
    a.main_link-wishlist svg {
        width: 25px;
        height: 25px;
    }
    
    a.main_link-account svg {
        width: 25px;
        height: 25px;
    }
    
    .cart1App svg {
        width: 25px;
        height: 25px;
    }
    
    .btn_menu {
        font-size: 18px;
    }
    
    .dropdown_menu-wrapper {
        padding-top: 72px;
    }
    
    ul.dropdown_menu li a {
        font-size: 15px;
        line-height: 1;
        padding: 14px 30px;
    }
    
    .main-slider img {
        max-height: 100%;
    }
    
    ul.category_lists {
        margin-top: 15px;
    }
    
    .category_lists li {
        padding: 15px;
    }
    
    .widget_title {
        font-size: 28px;
    }
    
    .phone_category_item img {
        max-height: 70px;
        max-width: 180px;
    }
    
    .phone_category_lists > div {
        height: 80px;
    }
    
    .widget_desc {
        font-size: 16px;
    }
    
    /* .product_item-title {
        font-size: 18px;
    } */
    
    .uah_sum {
        font-size: 20px;
    }
    
    .about_shop-inner h2 {
        font-size: 28px;
    }
    
    .about_shop-inner p {
        font-size: 16px;
    }
    
    .additional_item img {
        max-height: 85px;
    }
    
    span.additional_title {
        font-size: 18px;
    }
    
    .news_item {
        margin: 10px 25px;
        padding: 20px;
    }
    
    a.news_item-title {
        font-size: 20px;
    }
    
    .news_item-desc {
        font-size: 16px;
    }
    
    span.news_item-date {
        font-size: 16px;
    }
    
    a.read_more {
        font-size: 16px;
    }
    
    .insta_title {
        font-size: 20px;
    }
    
    .insta_desc {
        font-size: 16px;
    }
    
    .insta_logo {
        max-width: 500px;
    }

    .subcategory_item img {
        max-width: 190px;
        width: 100%;
    }

    h4.subcategory_title {
        font-size: 1.3rem;
    }

    .main_navbar:before {
        content: "";
        position: absolute;
        left: -1px;
        top: 0;
        width: 24%;
    }

    .product_item-title a {
        height: 57px;
    }
}

@media (max-width: 1320px) {
    .product_item-title {
        font-size: 14px;
    }
}


@media (max-width: 1280px) {
    ul.dropdown_menu li a {
        font-size: 14px;
        padding: 12px 20px;
    }

    button.btn.btn-primary.colorast.add-cart {
        padding: 10px;
        border-radius: 30px;
        margin: 0px 10px;
        font-size: 14px;
    }
    
    a.wr_clik {
        padding: 10px;
        font-size: 14px;
    }
    
    .form-check {
        padding-left: 0;
    }

    
    ul.category_lists {
        margin-top: 10px;
    }

    .product-slider span.arrow-slide.arrow-right {
        right: 30px;
    }
    
    .category_item-img img {
        max-height: 120px;
    }

    .news_lists {
        margin: 0px;
    }
    
    .news_item:first-child {
        margin-left: 0px;
    }
    
    .news_item:last-child {
        margin-right: 0px !important;
    }
    
    .news_item {
        flex-basis: calc(50% - 15px);
        margin: 10px 15px;
    }
    
    .additional_lists {
        margin: 0px;
    }
    
    .additional_item:first-child {
        margin-left: 0px;
    }
    
    .additional_item:last-child {
        margin-right: 0px;
    }
    
    .additional_item {
        flex-basis: calc(25% - 15px);
    }
    
    .slider_products-inner {
        margin-right: 0px;
    }
    
    .phone_category_lists {
        margin: 0px -10px;
    }
    
    .phone_category_lists > div {
        flex-basis: calc(33.33% - 20px);
        margin: 10px;
    }

    ul.dropdown_menu li.nav-link > a {
        padding: 10px 30px;
    }

    .dropdown-menu-block {
        min-height: 310px;
    }

}

@media (max-width: 1180px) {
    .product_lists > div {
        flex-basis: calc(33.33% - 20px);
    }
}

@media (max-width: 1140px) {
    .main_menu ul li a {
        font-size: 14px;
        margin: 0px 6px;
    }

    .checkbox-ios .checkbox-ios-switch {
        width: 40px !important;
    }

    .checkbox-ios input[type=checkbox]:checked + .checkbox-ios-switch:before {
        transform: translateX(11px) !important;
    }
    
    label.form-check-label.checkbox-ios {
        margin-right: 0 !important;
    }
    
    .contact_info-phone a {
        font-size: 14px;
    }
    
    .main_link > * {
        margin-left: 10px !important;
    }

    .product_item-img img {
        max-width: 100%;
    }

    .subcategory_item img {
        max-width: 160px;
    }

    .main_logo img {
        max-width: 90px;
    }

    .groupBy-title {
        font-size: 18px;
        margin-bottom: 10px;
    }
    
    .groupBy-widget {
        padding: 15px;
    }
    
    .product_add_cart {
        padding: 10px;
    }
    
    button.btn.add-cart {
        padding: 10px;
        border-radius: 30px;
        margin: 0px 10px;
        font-size: 14px;
    }
    
    input#calc {
        width: 50px !important;
        font-size: 21px;
        border-radius: 15px;
    }
    
    a.wr_clik {
        padding: 10px;
        font-size: 14px;
    }
    
    .garant-desc {
        padding: 10px;
    }
    
    .main_product-wrapper .nav-tabs .nav-link {
        font-size: 14px;
    }
    
    .myTabContent4 {
        font-size: 14px;
    }
    
    .main_product-content {
        padding: 15px;
    }
    
    .product-options {
        padding: 15px;
    }

    .groupBuy-info-name {
        font-size: 12px;
    }

    .product_lists > div {
        flex-basis: calc(50% - 20px);
    }
}

@media (max-width: 1050px) {
    a.main_link-account {
        display: none;
    }
    
    a.main_link-wishlist {
        display: none;
    }
}

@media (max-width: 991px) {
    a.main_link-account {
        display: none;
    }
    
    a.main_link-wishlist {
        display: none;
    }
    
    .dropdown_menu-wrapper {
        display: none;
    }
    
    .main_screen {
        padding-left: 0;
    }
    
    .main_nav {
        display: none !important;
    }
    
    .item_main_category {
        padding: 20px;
        height: 200px;
    }
    
    .main_category-name {
        position: relative;
        z-index: 9;
    }
    
    span.category_name {
        font-size: 22px;
    }
    
    span.category_subname {
        font-size: 18px;
        margin-top: 0px;
    }
    
    .main_category-img img {
        /* max-width: 70%; */
        width: 100%;
    }
    
    .main_category-img {
        /* display: flex; */
        /* align-items: center; */
        max-width: 65%;
    }
    
    .additional_item {
        padding: 10px;
        flex-basis: calc(25% - 10px);
        margin: 5px;
    }
    
    span.additional_title {
        font-size: 16px;
    }
    
    .additional_lists {
        justify-content: space-between;
    }
    
    .news_item-img {
        width: 100%;
    }
    
    .news_item-img img {
        width: 100%;
    }
    
    .news_item-caption {
        margin-left: 20px;
    }
    
    a.news_item-title {
        font-size: 16px;
    }
    
    .news_item-desc {
        font-size: 14px;
    }
    
    span.news_item-date {
        line-height: 1.2;
        font-size: 14px;
    }
    
    .news_item-btns {
        align-items: center;
        margin-top: 15px;
    }
    
    .footer_main {
        padding-right: 20px;
    }
    
    .footer_contact {
        padding-left: 20px;
        flex-wrap: wrap;
    }
    
    .footer_widget-title {
        font-size: 14px;
        margin-bottom: 10px;
    }
    
    .footer_widget_desc {
        font-size: 12px;
    }
    
    .footer_widget-item {
        flex-basis: 50%;
        margin-bottom: 20px;
    }
    
    .footer_menu nav a {
        font-size: 13px;
    }
    
    .insta_title {
        font-size: 16px;
    }
    
    .insta_desc {
        font-size: 14px;
    }
    
    .insta_logo img {
        max-width: 100px;
    }

    .menu_navbar {
        flex-basis: 20%;
    }
    
    .search_navbar {
        flex-basis: calc(100% - 20% - 25px);
    }

    .logo_mob {
        display: block;
    }

    .search_navbar {
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: end;
    }
    
    .search_navbar form {
        display: flex;
        flex-wrap: nowrap;
        width: 100%;
    }
    
    .slide-image {
        margin-bottom: 0;
    }
    
    .logo_mob img {
        max-width: 100px;
    }
    
    .logo_mob {
        margin-left: 20px;
    }
    
    .search_navbar button {
        width: 16%;
        height: 35px;
    }
    
    .main_navbar {
        padding: 7px 10px;
    }
    
    .search_navbar input {
        height: 35px;
    }

    .main_screen {
        margin-top: 0px;
    }

    .main_slider .owl-dots {
        position: relative;
        top: -10px;
    }

    .category_item-btn {
        font-size: 14px;
        line-height: 1.4;
    }

    .has-child .dropdown-menu-block {
        max-height: 1200px;
        border-radius: 0;
    }

    .subcategory_item {
        flex-basis: calc(50% - 16px);
    }

    .main_product-wrapper {
        flex-direction: column;
    }

    .main_product-wrapper > div {
        width: 100%;
        flex-basis: 100%;
        margin: 0px;
        margin-bottom: 20px;
    }

    h1.title_page {
        font-size: 18px;
        margin-bottom: 10px;
    }
    
    .main_product-wrapper {
        margin-top: 10px;
    }

    .web {
        display: none;
    }
    
    .mob {
        display: block;
    }

    .main_product-content.mob {
        margin-top: 20px;
    }


    .product_lists > div {
        padding: 10px;
        flex-basis: calc(50% - 10px);
        margin: 5px;
    }
    
    .product_lists {
        flex-basis: 100%;
    }
    
    .product_item-img {
        min-height: 140px;
    }
    
    .product_item-actions {
        top: 0px;
    }

    .product_item-title {
        font-size: 12px;
    }
    
    .uah_sum {
        font-size: 18px;
    }
    
    span.sum {
        font-size: 12px;
        margin-left: 2px;
    }
    
    button.addProduct {
        padding: 5px;
    }
    
    button.addProduct img {
        width: 20px;
    }
    
    .flex_row-products {
        position: relative;
        flex-direction: column;
    }
    
    .filterLayer {
        flex-basis: 100%;
        width: 100%;
        margin-right: 0;
    }

    .filterLayer.filterLayerShow {
        background: #fff;
        padding-top: 75px;
    }
    
    .filter_wrapper-lists {
        padding-bottom: 50px;
    }
    
    .filterItem {
        margin-bottom: 20px !important;
    }
    
    .filterItem.filterItemPanel {
        margin-bottom: 0px !important;
    }

    .column-left {
        margin-right: 0;
        flex-basis: 100%;
    }

    .flex-row-search .product_lists > div {
        flex-basis: calc(25% - 20px);
    }
    
    .flex_row-products.flex-row-search .product_lists {
        flex-basis: 100%;
    }
    
    .flex-row-search .product_lists > div {
        flex-basis: calc(50% - 10px);
    }
    
    .product_item-img img {
        max-height: 150px;
    }

    .btn_menu {
        font-size: 14px;
        padding: 8px 14px;
        border-radius: 6px;
    }

    .main_contact-list > div {
        padding: 16px;
        flex-basis: calc(100% - 16px);
    }
    
    .contact-list-tel {
        display: flex;
    }
    
    .contact-list-tel a {
        margin-right: 15px;
    }
    
    .work-time {
        display: flex;
    }
    
    .work-time > div:first-child {
        margin-right: 15px;
    }
    
    h2.default_title {
        font-size: 26px;
        margin-bottom: 20px;
    }
    
    .contact_shops {
        flex-direction: column;
    }
    
    .contact_shops-list {
        flex-basis: 100%;
        padding-right: 0;
    }
    
    .form_container form {
        padding: 20px;
    }
    
    .form_item-send input, .form_item-send textarea {
        font-size: 15px;
        padding: 12px;
    }

    .product_item-title a {
        height: 54px;
    }

}

@media (max-width: 768px) {
    .search_navbar {
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: end;
    }
    
    .search_navbar form {
        display: flex;
        flex-wrap: nowrap;
        width: 100%;
    }
    
    ul.d-flex.flex-row.mt-3.flex-wrap.breadcrumb-lists {
        flex-wrap: nowrap !important;
        overflow-x: scroll;
        white-space: nowrap;
    }

    .logo_mob img {
        max-width: 100px;
    }
    
    .logo_mob {
        margin-left: 20px;
    }
    
    .search_navbar button {
        width: 29%;
        height: 35px;
    }
    
    .main_navbar {
        padding: 7px 10px;
    }
    
    .search_navbar input {
        height: 35px;
    }
    
    .main_screen {
        margin-top: 0px;
    }
    
    .main_slider .owl-dots {
        position: relative;
        top: -10px;
    }
    
    .category_item-btn {
        font-size: 14px;
        line-height: 1.4;
    }
    
    .additional_lists {
        flex-wrap: wrap;
        margin: 0px -5px;
    }
    
    .additional_item {
        flex-basis: calc(50% - 10px);
        margin: 5px !important;
    }
    
    .about_shop-inner h2 {
        font-size: 20px;
    }
    
    .widget_title {
        font-size: 20px;
    }
    
    .about_shop-inner p {
        line-height: 1.5;
    }
    
    .search_navbar input {
        flex-basis: 70%;
    }

    .contact_shop-item {
        padding: 16px;
        flex-direction: column;
        flex-wrap: nowrap;
        min-width: 260px;
        margin-right: 20px;
    }
    
    .shops_list-inner {
        display: flex;
        overflow-x: scroll;
    }
    
    .address-shop-block {
        margin-bottom: 0px;
    }
    
    .contact_shop-item > div {
        flex-basis: 100%;
    }
    
    .address-shop-block {
        margin-bottom: 20px;
    }
    
    .address_shop {
        font-size: 14px;
    }
    
    .timeline_shop-body {
        font-size: 14px;
    }
    
    .timeline_shop-text {
        margin-bottom: 10px;
        font-size: 14px;
    }
    
    .city_shop {
        margin-bottom: 10px;
        font-size: 14px;
    }
}

@media (max-width: 680px) {
    .main-slider img {
        max-height: max-content;
        width: 100% !important;
    }

    .main_navbar {
        margin-top: 0px;
        border-radius: 0px;
    }
    
    div#top {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        z-index: 991;
        padding-top: 0px;
    }
    
    div#top span {
        font-size: 13px;
        white-space: nowrap;
    }

    .content_header .container {
        padding: 0px;
    }
    
    span.hidden-xs {
        display: none;
    }
    
    .search_navbar input {
        flex-basis: 77%;
        height: 30px;
        border-radius: 5px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    .search_navbar button img {
        margin: 0px;
    }
    
    .search_navbar button {
        height: 30px;
        width: 50%;
    }
    
    .logo_mob img {
        max-width: 80px;
    }
    
    .menu_navbar {
        flex-basis: 30px;
    }
    
    .search_navbar {
        flex-basis: calc(100% - 45px);
    }
    
    .logo_mob {
        margin-left: 10px;
    }
    
    .search_navbar button {
        padding: 0px;
        width: 40%;
        border-radius: 4px;
        height: 30px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        font-size: 14px;
    }
    
    .cart1App svg {
        width: 20px;
        height: 20px;
    }

    .category_lists li {
        flex-basis: calc(100% - 14px);
    }

    .category_item a {
        flex-direction: row;
    }
    
    .category_item-img img {
        max-width: 84px;
    }
    
    .category_item-btn {
        width: 100%;
        padding-left: 15px;
    }
    
    .item_main_category {
        flex-basis: 100%;
        margin: 10px 0px;
    }
    
    .main_category_lists {
        margin: 0px;
    }
    
    .latest_product {
        margin: 20px 0px;
    }
    
    .flex_title {
        flex-direction: column;
        text-align: left;
        align-items: baseline;
    }
    
    .widget_desc {
        font-size: 14px;
        margin-top: 5px;
    }
    
    .phone_category_lists > div {
        flex-basis: 100%;
        margin: 10px 0px;
    }
    
    .phone_category_lists {
        margin: 0px;
    }
    
    .additional_item {
        flex-basis: 100%;
        margin: 5px 0px !important;
        justify-content: flex-start;
    }
    
    .additional_lists {
        margin: 0px;
    }
    
    .news_lists {}
    
    .news_item {
        flex-basis: 100%;
        margin: 10px 0px;
    }
    
    .wr_ser_t {
        font-size: 27px;
    }
    
    .wr_color_trade {
        margin: 10px 0px;
        font-size: 16px;
    }
    
    .tradein_form {
        max-width: 100%;
    }
    
    h3.txt_footer.text-center {
        font-size: 24px;
        margin-bottom: 30px;
    }

    a.read_more {
        font-size: 12px;
        border-radius: 5px;
    }

    .dropdown_menu-wrapper svg {
        visibility: visible;
    }
    
    a.news_item-title {
        margin-bottom: 10px;
        font-size: 14px;
    }
    
    .news_item-desc {
        font-size: 12px;
    }
    
    .instagram_lists > div {
        flex-basis: calc(50% - 30px);
    }
    
    .instagram_item:last-child {
        display: none;
    }
    
    .insta_logo {
        margin-top: 10px;
    }
    
    .footer-content {
        flex-direction: column;
        flex-wrap: wrap;
    }
    
    .footer_main {
        flex-basis: 100%;
        border-right: 0;
        border-bottom: 1px solid #fff;
        padding-bottom: 20px;
        margin-bottom: 20px;
        width: 100%;
    }
    
    .footer_contact {
        padding-left: 0px;
    }

    .search_navbar form {
        position: fixed;
        left: 0;
        right: 0;
        top: 63px;
        background: #202a33;
        padding: 5px 10px;
    }

    .visible-xs {
        display: block;
    }

    span.toggle-button {
        margin-right: 0;
    }
    
    .search_navbar form {
        max-height: 0px;
        overflow: hidden;
        padding-top: 0;
        padding-bottom: 0;
    }

    .cart1App svg path {
        fill: #fff;
    }

    .logo_mob {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .dropdown_menu-wrapper {
        width: 100%;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: 0;
        padding-top: 0px;
        top: 0px;
        transform: translate(-100%, 0px);
        opacity: 0;
        transition: all 0.4s ease-in-out;
        visibility: hidden;
        display: block;
        background: #fff;
        z-index: 9;
    }

    .content_wrapper {
        padding-top: 63px;
    }

    .main_screen {
        margin-left: -15px;
        width: calc(100% + 30px);
    }
    
    .main_navbar {
        position: fixed;
        left: 0;
        right: 0;
        top: 21px;
        z-index: 999;
    }
    
    .open-menu .dropdown_menu-wrapper {
        visibility: visible;
        opacity: 1;
        transform: translate(0px, 0px);
        overflow-y: scroll;
        width: 96%;
        overflow-x: hidden;
    }

    span.toggle-button span {
        transition: all 0.4s ease-in-out;
    }
    
    .open-menu span.toggle-button span:nth-child(2) {
        opacity: 0;
        display: none;
    }
    
    .open-menu span.toggle-button span:nth-child(1) {
        transform: rotate(45deg);
        position: relative;
        top: 0px;
    }
    
    .open-menu span.toggle-button span:nth-child(3) {
        transform: rotate(-45deg);
        position: relative;
        top: -5px;
    }

    h4.subcategory_title {
        font-size: 1.3rem;
    }
    
    .subcategory_item img {
        max-width: 160px;
    }
    
    .subcategory_item {
        flex-basis: calc(50% - 16px);
    }
    
    .subcategory_item {
        flex-basis: calc(50% - 16px);
    }
    
    a.wr_a {
        flex-direction: column;
        text-align: center !important;
        justify-content: center !important;
    }
    
    h4.subcategory_title {
        font-size: 18px;
        margin-bottom: 0;
        margin-top: 10px;
    }

    .bottom_menu-social svg path, .bottom_menu-social svg rect {
        fill: #000;
    }
    
    .bottom_menu-social ul li:nth-child(2) svg path {
        fill: #fff;
    }
    
    .bottom_menu-social ul {
        display: flex;
        list-style: none;
    }
    
    .bottom_menu-social ul li {
        margin-right: 10px;
    }
    
    .bottom_menu-social {
        border-top: 1px solid rgba(32, 42, 51, 0.05);
        padding-top: 20px;
        margin-top: 20px;
        margin-left: 9px;
        margin-right: 9px;
    }
    
    .contact-list-mob div {
        display: flex;
        align-items: center;
        margin-bottom: 15px;
    }
    
    .contact-list-mob {
        padding-left: 9px;
    }
    
    .contact-list-mob div a {
        color: rgba(32, 42, 51, 1);
        font-size: 16px;
        line-height: 1.5;
        margin-left: 10px;
        font-weight: 700;
    }

    .wr-ios-txt {
        display: block;
        font-size: 13px;
    }
    
    .form-check {
        padding-left: 0px;
    }

}






.checkout_wrapper {
    padding: 60px 0px;
}

.title-checkout-item {
    font-weight: 600;
    font-size: 26px;
    line-height: 1.2;
    color: #000000;
    margin-bottom: 40px;
}

.checkout-item .form-control {
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    color: #000;
    font-family: 'Bai Jamjuree', sans-serif;
    background: #FFFFFF;
    border: 1px solid #BBBBBB;
    border-radius: 10px;
    padding: 10px 20px;
}

.checkout-item .form-control:focus {
    outline: none;
    box-shadow: none;
}

.checkout-item {
    margin-bottom: 50px;
}

label[for="callme"] {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2;
    display: flex;
    align-items: center;
    color: #000000;
    position: relative;
    margin-bottom: 0px;
    margin-top: 10px;
}

label[for="callme"] input {
    width: auto;
}

span.custom-checkbox {
    margin-right: 13px;
    width: 50px;
    height: 24px;
    background: #BBBBBB;
    border: 1px solid #BBBBBB;
    border-radius: 33px;
    position: relative;
    transition: all 0.4s ease-in-out;
}

input#callme {
    /* left: 0;
    position: absolute;
    opacity: 0; */
    margin-right: 10px;
}

span.custom-checkbox:after {
    content: "";
    position: absolute;
    left: 2px;
    background: #fff;
    width: 19px;
    height: 19px;
    background: #FFFFFF;
    border-radius: 33px;
    top: 1px;
    transition: all 0.4s ease-in-out;
}

input#callme:checked ~ .custom-checkbox {
    background: #000;
    border-color: #000;
}

input#callme:checked ~ .custom-checkbox:after {
    left: 27px;
}

.form-row {}

.payment-flex-form {
    display: flex;
    flex-wrap: wrap;
    margin: 0px;
    width: 100%;
}

.item-payment {
    position: relative;
    margin: 0px 10px 10px;
}

.custom-radio {
    background: #FFFFFF;
    border: 1px solid #000000;
    border-radius: 10px;
    padding: 12px 20px;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2;
/* identical to box height */
    display: flex;
    align-items: center;
    text-align: center;
    color: #000000;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}

.item-payment input {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
}

.item-payment input:checked ~ .custom-radio, .item-shipping input:checked ~ .custom-radio {
    background: #000;
    color: #fff;
}

.prompt-payment {
    background: rgba(187, 169, 11, 0.1);
    border: 1px solid #BBA90B;
    border-radius: 10px;
    display: block;
    width: 100%;
    margin-top: 10px;
    padding: 14px 25px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
/* identical to box height */
    color: #BBA90B;
}

.item-shipping {
    position: relative;
    margin: 0px 10px 10px;
}

.shipping-flex-form {
    display: flex;
    flex-wrap: wrap;
    margin: 0px;
}

.item-shipping input {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.inner-datetime .custom-radio {
    font-size: 15px;
    padding: 6px;
}

.shipping-item-content {
    background: #FFFFFF;
    border: 1px solid #BBBBBB;
    border-radius: 15px;
    padding: 30px;
    margin-top: 40px;
    display: none;
}

.shipping-item-content.active {
    display: block;
}

.head-shipping-item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.title-shipping-item {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    color: #000;
}

.total-shipp {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
    color: #000000;
}

.adress-map {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.schedule {
    flex-basis: 40%;
}

.maps-image {
    flex-basis: 60%;
}

.maps-image img {
    width: 100%;
}

.shedule-item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 5px;
}

.shedule-item > div {
    flex-basis: 50%;
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
}

.title-choice-date {
    font-weight: 400;
    font-size: 15px;
    line-height: 1.2;
    margin-bottom: 0px;
}

.datetime-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -8px;
}

.inner-datetime {
    position: relative;
    margin: 8px 0px;
}

.inner-datetime input {}

.inner-datetime input {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; 
    
    opacity: 0;
    width: 100%;
    height: 100%;   
}

.item-date {
    flex-basis: calc(20% - 16px);
    margin: 8px;
}

.inner-datetime input:checked ~ .custom-radio {
    background: #000;
    color: #fff;
}

.prompt {
    background: rgba(187, 169, 11, 0.1);
    border: 1px solid #BBA90B;
    border-radius: 10px;
    padding: 20px;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.3;
    color: #BBA90B;
    margin-top: 10px;
}

.form-shipping-submit {
    margin-top: 30px;
    text-align: right;
}

.def-btn {
    padding: 12px 25px;
    background: #40BFFF;
    border-radius: 15px;
    border: none;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    line-height: 19px;
}

.custom-select-dropdown select {
    font-family: 'Bai Jamjuree', sans-serif;
    background: #FFFFFF;
    border: 1px solid #BBBBBB;
    border-radius: 15px;
    padding: 12px 20px;
    width: 100%;
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    color: #000000;
}

.select-np.custom-select-dropdown label {
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
}

.cart-wrapper {
    background: #FFFFFF;
    border: 1px solid #BBBBBB;
    border-radius: 15px;
    padding: 18px;
    position: relative;
}

button.remove-product {}

.product-item {
    position: relative;
}

button.remove-product {
    color: #BBBBBB;
    border: none;
    background: transparent;
    line-height: 0.5;
    padding: 0;
    margin: 0;
    transform: rotate(45deg);
    position: absolute;
    right: 0;
    font-size: 40px;
    font-weight: 100;
    top: -5px;
}

.product-item-inner {
    display: flex;
}

.product-image {
    margin-right: 10px;
}

.main-product {
    display: flex;
    margin-bottom: 30px;
    margin-top: 15px;
}

.name-quantity {
    flex-basis: 65%;
}

.sum-main {
    flex-basis: 28%;
    text-align: right;
    margin-top: 9px;
    font-weight: 700;
    font-size: 17px;
    line-height: 25px;
/* identical to box height */
    color: #000000;
}

.name-product {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2;
    color: #000000;
    margin-bottom: 10px;
}

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

.quantity-product button {
    font-weight: 500;
    font-size: 20px;
    line-height: 0;
    color: #fff;
    padding: 0px;
    background: #BBBBBB;
    border: 1px solid #BBBBBB;
    border-radius: 4px;
    width: 16px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.quantity-product input {
    border: none;
    outline: none;
    width: 30px;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
/* identical to box height, or 106% */
    text-align: center;
    color: #000000;
}

.title-option {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
/* or 106% */
    color: #000000;
    margin-bottom: 10px;
}

.option-input {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.1;
/* or 106% */
    display: flex;
    color: #BBBBBB;
    justify-content: space-between;
    margin-bottom: 3px;
}

.product-option {
    margin-bottom: 20px;
}

.option-input.active {
    /*color: #000000;*/
}

.option-input label {
    position: relative;
    display: flex;
    align-items: center;
}

.option-input label input {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    opacity: 0;
    z-index: 9;
}

.custom-checkbox-option {
    margin-right: 6px;
    width: 30px;
    height: 17px;
    background: #BBBBBB;
    border: 1px solid #BBBBBB;
    border-radius: 33px;
    position: relative;
    transition: all 0.4s ease-in-out;
}

.custom-checkbox-option:after {}

span.custom-checkbox-option:after {
    content: "";
    position: absolute;
    left: 1px;
    width: 13px;
    height: 13px;
    background: #FFFFFF;
    border-radius: 33px;
    top: 1px;
    transition: all 0.4s ease-in-out;
}

.option-input input:checked ~ .custom-checkbox-option {
    background: #000;
}
 

.option-input input:checked ~ .custom-checkbox-option:after { 
    left: 13px;
}

.option-input input:checked ~ span {
    color: #000;
}

.total-sum {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
}

.total-cart {
    margin-top: 30px;
}

.btn-submit-checkout {
    margin-top: 30px;
    text-align: right;
}

button.default-btn {
    border-radius: 8px;
    border: none;
    font-weight: 600;
    font-size: 16px;
    padding: 10px 30px;
    color: #000;
    background: rgba(207, 246, 48, 1);
}

.checkout-item.other-product {
    background: #FFFFFF;
    border: 1px solid #BBBBBB;
    border-radius: 15px;
    padding: 18px;
    position: relative;
    margin-top: 50px;
}

.default-block-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
/* or 240% */
    display: flex;
    align-items: center;
    color: #212529;
    margin-bottom: 10px;
}

.other-product-item {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.other-product-item:last-child {
    margin-bottom: 0px;
}

.other-product-image {
    margin-right: 10px;
}

.other-product-image img {
    max-width: 120px;
}

.other-product-content {
    display: flex;
    align-items: center;
}

.oher-product-name {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    color: #212529;
    margin-bottom: 4px;
}

span.sum-other-product {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2;
    color: #212529;
}

button.add-other-product {
    padding: 0px;
    border: none;
    background: transparent;
    line-height: 0.5;
    color: #40BFFF;
    position: relative;
}

button.add-other-product:before {
    content: "";
    width: 15px;
    height: 1px;
    background: #40BFFF;
    display: block;
}

button.add-other-product:after {
    content: "";
    width: 15px;
    height: 1px;
    background: #40BFFF;
    display: block;
    position: absolute;
    top: 0;
    transform: rotate(90deg);
}

.cart1App {
    position: relative;
    margin-left: 25px !important;
}

span.count_cart {
    position: absolute;
    min-width: 20px;
    height: 20px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50%;
    /* position: absolute; */
    border: 1px solid #F44336;
    background-color: #F44336;
    margin-bottom: 0;
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    top: -5px;
    right: -10px;
    text-align: center;
}

span.invalid-feedback {
    display: block !important;
}

a.btn.btn-default {
    border-radius: 7px;
    background: #CFF630;
    height: 40px;
    color: #202A33;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    border: none;
    padding: 0px 35px;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.success_text-wrapper {
    max-width: 360px;
    margin: auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.success_text-wrapper a {
    margin-bottom: 20px;
}

.success_text-wrapper p {
    color: #000;
    font-size: 18px;
    margin-top: 20px;
    font-weight: 500;
}

.attentionPic {
    display: inline-block;
    position: relative;
}

.attentionPic span {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    
    width: 150px;
    background: aqua;
    border: 1px solid #CACACA!important;
    border-radius: 5px;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s ease, visibility .2s ease;
    padding: 5px;
}
.attentionPic:hover span {
    opacity: 1;
    visibility: visible;
    
}

.shop_map_item iframe {
    height: 705px;
}

@media (max-width: 1440px) {
    .d-flex.align-items-center.product-cart-btns {
        flex-wrap: wrap;
    }
    
    .qunatity-btn-wrapper {
        width: 100%;
    }
    
    .qunatity-btn-wrapper > button {
        margin-right: 0 !important;
        max-width: 100% !important;
        width: 100%;
        font-size: 18px;
    }
    
    a.wr_clik {
        width: 100%;
        margin-top: 10px;
        font-size: 18px;
    }
    
    .privatCreditButton.wr_clik2 {
        margin-top: 10px !important;
        width: 100% !important;
        font-size: 18px !important;
        max-width: 100% !important;
    }
}


@media (max-width: 768px) {
    button.btn.btn-primary.colorast.add-cart {
        font-size: 16px;
        padding: 16px;
    }
    
    a.wr_clik {
        padding: 14px;
        font-size: 16px;
    }
    
    .privatCreditButton.wr_clik2 {
        padding: 14px !important;
        font-size: 16px !important;
    }
}








@media (min-width: 767px) {
    .product-slider .owl-item .item .product_item {
        height: 380px;
        min-height: 370px;
    }

    .product-slider .product_item-caption {
        height: calc(100% - 200px);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
}


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

@media (max-width: 1140px) {
    .title-checkout-item {
        font-size: 21px;
        margin-bottom: 25px;
    }
    
    .checkout-item .form-control {
        padding: 7px 15px;
        font-size: 14px;
    }
    
    label[for="callme"] {
        font-size: 14px;
        margin-top: 0px;
    }
    
    span.custom-checkbox {
        width: 40px;
        height: 20px;
    }
    
    span.custom-checkbox:after {
        width: 16px;
        height: 16px;
    }
    
    .checkout-item {
        margin-bottom: 30px;
    }
    
    .custom-radio {
        font-size: 14px;
        padding: 8px;
    }
    
    .item-payment {
        margin: 0px 5px 5px;
    }
    
    .payment-flex-form {
        margin: 0px;
    }
    
    .item-shipping {
        margin: 0px 5px 5px;
    }
    
    .shipping-flex-form {
        margin: 0px;
    }
    
    .shipping-item-content {
        padding: 15px;
    }
    
    .head-shipping-item {
        margin-bottom: 20px;
    }
    
    .title-shipping-item {
        font-size: 16px;
    }
    
    .total-shipp {
        font-size: 16px;
    }
    
    .custom-select-dropdown select {
        padding: 8px 15px;
        border-radius: 10px;
    }
    
    .shedule-item > div {
        font-size: 13px;
        line-height: 1.3;
    }
    
    .title-choice-date {
        font-size: 14px;
    }
    
    .datetime-row {
        margin: 0px -4px;
    }
    
    .item-date {
        flex-basis: calc(20% - 8px);
        margin: 4px;
    }
    
    .inner-datetime .custom-radio {
        font-size: 12px;
        padding: 5px 0px;
    }
    
    .prompt {
        padding: 10px;
        font-size: 13px;
    }
    
    .form-shipping-submit {
        margin-top: 20px;
    }
    
    .prompt-payment {
        padding: 10px;
        font-size: 14px;
    }
    
    button.default-btn {
        padding: 6px 25px;
        font-size: 18px;
        border-radius: 10px;
    }
    
    .cart-wrapper {
        padding: 10px;
    }
    
    .name-product {
        font-size: 14px;
        margin-bottom: 5px;
    }
    
    .sum-main {
        font-size: 14px;
        line-height: 1.1;
        flex-basis: 32%;
    }
    
    .name-quantity {
        flex-basis: 63%;
    }
    
    button.remove-product {
        font-size: 30px;
    }
    
    .title-option {
        font-size: 13px;
        margin-bottom: 5px;
    }
    
    .option-input {
        font-size: 14px;
    }
    
    .product-image img {
        max-width: 75px;
    }
    
    .total-sum {
        font-size: 18px;
    }
    
    .total-cart {
        margin-top: 20px;
    }
    
    .btn-submit-checkout {
        margin-top: 20px;
    }
    
    .checkout-item.other-product {
        padding: 10px;
        border: 1px solid #bbbbbb;
    }
    
    .default-block-title {
        font-size: 16px;
    }
    
    .other-product-image img {
        max-width: 85px;
    }
    
    .oher-product-name {
        font-size: 13px;
        margin-bottom: 0px;
    }
    
    span.sum-other-product {
        font-size: 13px;
    }
}

@media (max-width: 991px) {
    .title-shipping-item {
        font-size: 14px;
    }
    
    .total-shipp {
        font-size: 14px;
    }
    
    .total-sum {
        font-size: 16px;
    }
    
    .btn-submit-checkout {
        margin-top: 15px;
    }
    
    button.default-btn {
        font-size: 16px;
    }
    
    .select-np.custom-select-dropdown label {
        font-size: 14px;
        margin-bottom: 5px;
    }
    
    .custom-select-dropdown select {
        padding: 6px 15px;
    }
    
    .form-group.select-np.custom-select-dropdown {
        margin-bottom: 10px;
    }
    
    .form-shipping-submit {
        margin-top: 10px;
    }
    
    .shipping-item-content {
        margin-top: 20px;
    }
    
    .other-product-image img {
        max-width: 70px;
    }
    
    .payment-flex-form > div:first-child {
        flex-basis: 100%;
    }
    
    .payment-flex-form > div {
        flex-basis: calc(50% - 10px);
    }
    
    .item-date {
        flex-basis: calc(33.33% - 4px);
        margin: 2px;
    }
    
    .inner-datetime {
        margin: 4px 0px;
    }
    
    .datetime-row > div:nth-child(4), .datetime-row > div:nth-child(5) {
        display: none;
    }
    
    .schedule {
        flex-basis: 50%;
    }
    
    .maps-image {
        flex-basis: 50%;
    }

    a#bingc-phone-button {
        left: auto !important;
        right: 2% !important;
    }

}
.sale_error {
    color: red;
    margin: 0px 0px 5px 5px;
}
.select2-container--default .select2-selection--single {
    border-radius: 10px;  
    padding: 0px 15px;
    width: 100%;
    font-weight: 400;
    font-size: 15px;
    line-height: 19px; 
}

body .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 8px 8px 0 8px;
    height: 0px;
    left: 0%;
    margin-left: -4px;
    margin-top: -4px;
    position: absolute;
    top: 50%;
    width: 0;
}
body .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;       
    border-width: 0px 8px 8px 8px;
}
.select2-container {
    display: block !important;
    min-width: 100%;
}
.shipping-content {
    width: 100%;
}
.cartCreditMakeButton {
    background: #40BFFF;
    border-radius: 8px;
    border: none;
    font-weight: 600;
    font-size: 16px;
    padding: 10px 30px;
    color: #fff;
    width: auto;
    float: left;
    cursor: default;
}
@media (max-width: 991px) {
    .cartCreditMakeButton {
        font-size: 16px;
        width: 220px;
    }    
}

span.select2-container.select2-container--default.select2-container--open {
    top: 70px !important;
}

span.select2.select2-container.select2-container--default.select2-container--below.select2-container--open {
    top: 0px !important;
}

.checkout-item {
    margin-bottom: 50px;
}



@media (max-width: 991px) {
    .main_slider .owl-dots button span {
        width: 15px;
    }
}



@media (max-width: 680px) {
    .mobile_menu-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 30px 7px;
    }
    
    span.toggle-button.mobile-toggle-button span {
        background: #000;
        width: 18px;
    }
    
    .main_menu-mob {
        padding: 0px 8px;
    }
    
    .main_menu-mob button.btn.btn-default {
        width: 100%;
        margin-bottom: 10px;
        border-radius: 8px;
        background: rgba(207, 246, 48, 1);
        font-size: 14px;
        color: rgba(32, 42, 51, 1);
        letter-spacing: .1px;
        font-weight: 500;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 7px;
        margin-bottom: 20px;
    }
    
    .main_menu-mob button.btn.btn-default:before {
        width: 14px;
        height: 14px;
        content: "";
        background: url('data:image/svg+xml,<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.25 0.25V6.25H6.25V0.25H0.25ZM4.75 4.75H1.75V1.75H4.75V4.75ZM0.25 7.75V13.75H6.25V7.75H0.25ZM4.75 12.25H1.75V9.25H4.75V12.25ZM7.75 0.25V6.25H13.75V0.25H7.75ZM12.25 4.75H9.25V1.75H12.25V4.75ZM7.75 7.75V13.75H13.75V7.75H7.75ZM12.25 12.25H9.25V9.25H12.25V12.25Z" fill="%23202A33"/></svg>');
        background-size: cover;
        display: block;
        margin-right: 10px;
    }
    
    .main_menu-mob a {
        color: rgba(32, 42, 51, 1);
        display: block;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.5;
        text-align: left;
        margin-bottom: 20px;
    }

    ul.dropdown_menu {
        position: absolute;
        right: 0;
        left: 0;
        top: 0;
        background: #fff;
        bottom: 0;
        overflow-y: scroll;
        transform: translate(100%, 0px);
        transition: all 0.4s ease-in-out;
        padding: 30px 15px;
    }
    
    .open-drop ul.dropdown_menu {
        transform: translate(0px, 0px);
        padding: 30px 15px;
        overflow-x: hidden;
    }

    .dropdown-menu-block {
        position: absolute;
        right: 0;
        left: 0;
        top: 0;
        background: #fff;
        bottom: 0;
        overflow-y: scroll;
        transform: translate(100%, 0px);
        transition: all 0.4s ease-in-out;
        display: block;
        z-index: 9;
    }
    
    .has-child.show-drop .dropdown-menu-block {
        transform: translate(0px, 0px);
        padding: 30px 15px;
        opacity: 1;
        visibility: visible;
    }

    ul.dropdown_menu li.nav-link > a {
        padding: 10px 30px 10px 10px;
    }

    .menu_mob_drop-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 20px;
        padding: 0px 7px;
    }
    
    span.back-align {
        width: 10px;
        height: 13px;
        content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="9" height="14" viewBox="0 0 9 14" fill="none"><path d="M1.25984 13L7 7.10526L1.25984 1" stroke="rgba(32, 42, 51, 1)" stroke-width="2" stroke-linecap="round"/></svg>');
        right: 10px;
        transform: rotate(180deg);
    }

    ul.dropdown_menu li a {
        font-size: 14px;
        padding: 12px 20px;
        border: none !important;
        text-align: left !important;
        justify-content: flex-start !important;
        align-items: baseline;
        padding-left: 10px;
    }

    .dropdown-menu-block ul li img {
        display: none;
    }
    
    .dropdown-menu-block ul li {
        flex-basis: 100%;
        text-align: left;
        margin: 0px;
    }
    
    ul.dropdown_menu li a span {
        text-align: left !important;
    }
    
    ul.dropdown_menu li a span {
        margin-top: 0;
    }

    .has-child .dropdown-menu-block {
        padding: 30px 15px;
    }

    .inner_wrapper .dropdown_menu-wrapper {
        max-height: 100%;
        padding-top: 0px;
    }

    .active_search form.form-inline.wr_sh.justify-content-between {
        max-height: 60px;
        padding-bottom: 10px;
    }

    form.form-inline.wr_sh.justify-content-between {
        transition: all 0.4s ease-in-out;
    }

    div#top .container {
        padding: 0px;
    }

    .attentionPic span {
        transform: translateX(-70%);
        left: 0;
    }

}




@media (max-width: 560px) {
    .contact_shop-item {
        padding: 16px;
        flex-direction: column;
        flex-wrap: nowrap;
        min-width: 260px;
        margin-right: 20px;
    }
    
    .shops_list-inner {
        display: flex;
        overflow-x: scroll;
    }
    
    .address-shop-block {
        margin-bottom: 0px;
    }
    
    .contact_shop-item > div {
        flex-basis: 100%;
    }
    
    .address-shop-block {
        margin-bottom: 20px;
    }
    
    .address_shop {
        font-size: 14px;
    }
    
    .timeline_shop-body {
        font-size: 14px;
    }
    
    .timeline_shop-text {
        margin-bottom: 10px;
        font-size: 14px;
    }
    
    .city_shop {
        margin-bottom: 10px;
        font-size: 14px;
    }
    
    .contact-list-tel a {
        font-size: 14px;
    }
    
    .contact_item-head {
        margin-bottom: 10px;
        font-size: 14px;
    }
    
    .work-time-item {
        font-size: 14px;
    }
    
    .form_item-send {
        flex-basis: calc(100% - 24px);
    }
    
    .form_container button.btn.default-btn {
        width: 100%;
        padding: 10px;
        border-radius: 8px;
    }
    
    .form_container form {
        padding: 10px;
    }

    .main_contact-list {
        margin-top: 15px;
    }
    
    h2.default_title {
        font-size: 20px;
    }
    
    .contact_shops {
        margin-top: 20px;
    }
    
    .shop_map_item iframe {
        height: 350px;
    }
    
    .form_container {
        margin-top: 20px;
    }

    .btn_menu {
        border: none;
        padding: 0px 10px;
    }
}


/* DISCOUNT TIMER START */

.discount_timer {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex: 0 1 190px;
    margin-top: 15px;
}

.discount_timer_inner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    width: auto;
    padding: 3px 7px 3px 4px;
    border-radius: 13px;
    background: rgba(245, 58, 66, 0.1);
}

.dt_title {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1px 7px;
    gap: 8px;
    border-radius: 12px;
    background-color: #e83d45;
    transition: background-color 0.3s ease;
}

.dt_separation {
    margin: 0px 2px;
}

.dt_title span {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 142%;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
}

.dt_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3px;
}

.dt_days, .dt_hours, .dt_minutes, .dt_seconds, .dt_separation {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 142%;
    letter-spacing: 0.32px;
    color: #f18b8f;
    transition: color 0.3s ease;
}

.dt_days, .dt_hours_block {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.dt_day_title {
    margin: 0 0 0 2px;
}

@media (max-width: 991px) {
    .btn-submit-checkout * {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
        height: 44px;
    }

    .btn-submit-checkout {
        display: flex;
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    .discount_timer {
        margin-top: 0;
        margin-bottom: 10px;
    }

    .hidden-xs {
        display: none;
    }
}

/* DISCOUNT TIMER END */


.product_item-img.no-stock img {
    opacity: 0.6;
}

@media (max-width: 576px) {
    .news_item-img img {
        width: 100px;
    }

    .slider-nav .slick-slide img {
        width: 100%;
    }
    
    .slider-nav .slick-slide {
        margin: 0px 5px;
    }
}

.slide-image .slider-for .slick-slide img {
    max-height: 500px;
    /* width: auto; */
    object-fit: contain;
}

@media (min-width: 1900px) {
    .container {
        max-width: 1900px !important;
    }
}


.wr-present2 {
    position: absolute;
    background-color: #fff;
    box-shadow: rgb(0 0 0 / 24%) 0px 0px 5px 0px;
    border-radius: 4px;
    border: 1px solid #cff630;
    bottom: 0%;
    margin-left: 0;
    z-index: 11;
    right: 20px;
    bottom: 20px;
}

.txt-present {
    background: linear-gradient(45deg, #cff630 0%, #e8ff8a 100%) #cff630;
    text-align: center;
    justify-content: center;
    color: #000;
    padding: 5px;
    font-weight: 500;
}

.wr-present2 img {
    width: 80px;
    height: 80px;
    border-radius: 4px;
    margin: 5px auto;
}

.slider-for-wrapper {
    position: relative;
}

@keyframes pulseBorder {
    0% {
      box-shadow: 0 0 5px #cff630;
    }
    50% {
      box-shadow: 0 0 15px #cff630;
    }
    100% {
      box-shadow: 0 0 5px #cff630;
    }
  }
  
  .wr-present2 {
    animation: fadeInUp 0.8s ease-out, pulseBorder 2s infinite;
  }

  @keyframes fadeInUp {
    from {
      opacity: 0;
      transform: translateY(20px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }


  @keyframes blinkText {
    0%, 100% {
      opacity: 1;
    }
    50% {
      opacity: 0.6;
    }
  }
  
  .txt-present {
    animation: blinkText 1.5s infinite;
  }

.wr-present2.cat-present img {
    margin: 2px auto;
    width: 50px;
    height: 50px;
}

.cat-present .txt-present {
    font-size: 12px;
}

.wr-present2.cat-present {
    right: 0px;
    bottom: 0px;
}

.btn-primary {
    background: #cff630;
    border-color: #cff630;
    color: #000;
    font-weight: 600;
}

.btn-primary:hover {
    color: #cff630;
    background: #000;
    border-color: #cff630;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #000;
    background: transparent;
    border-color: #000;
}

.nav-pills .nav-link {
    color: #000;
    border-radius: 0;
    background: transparent;
    border-bottom: 1px solid #bababa;
    height: 50px;
    margin: 0px 10px;
    padding: 5px 15px;
}

img.img-service-item {
    height: 150px;
    object-fit: contain;
    width: 100%;
}

.img-service-item-wrap {
    margin-bottom: 20px;
    margin-top: 20px;
}

.img-service-item-wrap a span {
    color: #000;
    display: block;
    margin-top: 7px;
    font-weight: 500;
    font-size: 16px;
}

.main-wrapper-service {
    margin-bottom: 30px;
}

h3.text_head {
    font-size: 32px;
    margin-top: 0;
    margin-bottom: 30px;
}

.wr_tablet {
    border-bottom: 1px solid #747474;
    /* font-family: 'Saira Semi Condensed', sans-serif; */
    font-family: 'Bai Jamjuree', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #333333;
}

.wr_name_price{
    color: #000;
    font-weight: 800;
    font-size: 20px;
    line-height: 1.5;
    height: 35px;
}
.price_head{
    color: #000;
    font-weight: 800;
    font-size: 20px;
    line-height: 1.5;
    height: 35px;
}

.tab-content img {
    width: 100% !important;
    height: auto !important;
}

.wr_prise_time{
    color: #000;
    font-weight: 800;
    font-size: 20px;
    line-height: 1.5;
    height: 35px;
}

.d-flex.flex-column.justify-content-between.align-items-center {
    width: 100%;
}

.wr_tablet_li {
    border-bottom: 1px solid #C3C3C3;
}

.info_txt{
    font-family: 'Bai Jamjuree', sans-serif;
 }
 .info_txt>b{
    margin-top: 5px;
    margin-left: 0px;
    font-family: 'Bai Jamjuree', sans-serif;
 }

.info_txt>p{
    margin-bottom: 0px;
    margin-left: 10px;
 }
 .wr_name_fix{
    color: #000;
    font-weight: 700;
 }

 li.nav-item.ww img {
    max-width: 35px;
}




.menu-content {
    display: flex;
    flex-wrap: wrap;
}

.menu-item-sidebar ul {
    padding: 0;
    margin: 0;
}

.menu-item-sidebar {
    border-right: 1px solid #E5E9E9;
    width: 280px;
    padding-top: 20px;
    padding-right: 20px;
}

.new_menu-header {
    background: #fff;
}

.menu-item-general {
    width: calc(100% - 300px);
    padding-bottom: 20px;
}

.dropdown-menu-block.show-menu {
    display: block;
    padding: 5px 0 10px 20px;
    column-count: 4;
    column-gap: 20px;
    column-fill: auto;
    height: calc(100vh - 200px);
}

button.large-catalog-menu__blockNavsButton {
    /* display: none; */
}

.menu-item-general .head {
    display: none;
}

.menu-item-general .dropdown-menu-block nav {
    width: 100%;
    float: none;
    break-inside: avoid;
    margin-bottom: 7px;
    margin-left: 0;
    margin-right: 0;
}

.menu-item-general .dropdown-menu-block nav ul {
    margin-top: 20px;
    margin-bottom: 20px;
}

.menu-item-general .dropdown-menu-block nav p.h3 {
    font-size: 16px;
    line-height: 24px;
    position: relative;
    font-weight: 700;
    margin: 5px 0 0;
    width: 100%;
}

.menu-item-general .dropdown-menu-block nav p.h3 button {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    height: 25px;
    position: absolute;
    right: 5px;
    transform: translateY(-50%);
    top: 50%;
    width: 50px;
    background: transparent;
    border: none;
}

.menu-item-sidebar ul li {
    margin-bottom: 8px;
    padding: 8px;
    transition: all 0.4s ease-in-out;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 40px;
    cursor: pointer;
}

li.nav-link.has-child > a:hover {
    background: transparent;
}

.menu-item-general .dropdown-menu-block nav p.h3 a {
    color: #000;
}

li.nav-link.has-child.active {
    background: #cff62f;
    border-radius: 8px;
}

.menu-item-general {
    height: calc(100vh - 179px);
    overflow-y: scroll;
}

.new_menu-header {
    display: none;
}

.open_inner_menu .new_menu-header, .open-menu .new_menu-header {
    display: block;
}













@media (max-width: 1440px) {
    .menu-item-general {
        height: calc(100vh - 161px);
    }
}

@media (max-width: 1280px) {
    .dropdown-menu-block.show-menu {
        column-count: 4;
    }
}


@media (max-width: 1200px) {
    .menu-item-sidebar {
        width: 240px;
    }

    .menu-item-general {
        width: calc(100% - 240px);
    }

    .dropdown-menu-block.show-menu {
        column-count: 4;
    }
}


@media (max-width: 991px) {
    .dropdown-menu-block.show-menu {
        column-count: 3;
    }
}

@media (max-width: 768px) {
    .menu-item-general {
        height: calc(100dvh - 63px);
    }

    .menu-item-sidebar {
        width: 100%;
        border: none;
        padding-right: 0;
        padding-top: 10px;
    }
    
    .menu-item-general {
        width: 100%;
        background-color: #fff;
        left: 0;
        padding-bottom: 0;
        position: fixed;
        top: 77px;
    }
    
    .dropdown-menu-block.show-menu {
        padding-left: 0;
    }
    
    .menu-item-general .dropdown-menu-block nav {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    
    .menu-item-general .dropdown-menu-block nav ul {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    
    .menu-item-general .dropdown-menu-block nav p.h3 {
        margin: 0;
    }
    
    .menu-item-general {
        display: none;
    }
    
    .new_menu-header {
        z-index: 91;
        position: fixed;
        left: 0;
        right: 0;
        padding: 0px;
        height: calc(100dvh - 63px);
        top: 63px;
        padding-bottom: 40px;
    }

    .new_menu-header {
        overflow: scroll;
    }
    
    li.nav-link.has-child.active {
        background: transparent;
    }

    .menu-item-general:has(.show-menu) {
        display: block;
    }

    .dropdown-menu-block.show-menu {
        position: relative;
        /* float: none; */
        transform: none;
        padding: 15px 15px;
    }
    
    .menu-item-general:has(.show-menu) {
        top: 63px;
    }

    .menu-item-general .head {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
        margin-left: -6px;
    }

    .menu-item-general .head p {
        margin: 0;
        margin-left: 10px;
        font-size: 18px;
        font-weight: bold;
    }
    
    button.large-catalog-menu__blockNavsButton {
        background: transparent;
        border: none;
    }

    .dropdown-menu-block {
        display: none;
    }

    .dropdown-menu-block.show-menu {
        display: block;
        padding-bottom: 50px;
    }

    body.open-menu {
        overflow: hidden;
    }
}


@media (min-width: 768px) {
    .main_screen {
        margin-top: 10px;
    }
    
    .main_screen .owl-carousel img {
        border-radius: 15px;
    }
}