@font-face {
    font-family: "Gilroy";
    src: url("/catalog/view/theme/default/fonts/Gilroy-Light.ttf");
    font-weight: 300;
}

@font-face {
    font-family: "Gilroy";
    src: url("/catalog/view/theme/default/fonts/Gilroy-Regular.ttf");
    font-weight: 400;
}

@font-face {
    font-family: "Gilroy";
    src: url("/catalog/view/theme/default/fonts/Gilroy-Medium.ttf");
    font-weight: 500;
}

@font-face {
    font-family: "Gilroy";
    src: url("/catalog/view/theme/default/fonts/Gilroy-SemiBold.ttf");
    font-weight: 600;
}

@font-face {
    font-family: "Gilroy";
    src: url("/catalog/view/theme/default/fonts/Gilroy-Bold.ttf");
    font-weight: bold;
}

@font-face {
    font-family: "Gilroy";
    src: url("/catalog/view/theme/default/fonts/Gilroy-ExtraBold.ttf");
    font-weight: 800;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Gilroy';
    font-weight: 400;
    color: #2E3230;
    font-size: 16px;
    line-height: 1.2;
    width: 100%;
    background: #F4F5F7;
    padding-right: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #2E3230;
}

/* default font size */
.fa {
    font-size: 14px;
}

/* Override the bootstrap defaults */
h1 {
    font-size: 33px;
}

h2 {
    font-size: 27px;
}

h3 {
    font-size: 21px;
}

h4 {
    font-size: 15px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 10.2px;
}

a {
    color: #6081FD;
}

a:hover {
    text-decoration: none;
}

legend {
    font-size: 18px;
    padding: 7px 0px
}

label {
    font-size: 12px;
    font-weight: normal;
}

select.form-control,
textarea.form-control,
input[type="text"].form-control,
input[type="password"].form-control,
input[type="datetime"].form-control,
input[type="datetime-local"].form-control,
input[type="date"].form-control,
input[type="month"].form-control,
input[type="time"].form-control,
input[type="week"].form-control,
input[type="number"].form-control,
input[type="email"].form-control,
input[type="url"].form-control,
input[type="search"].form-control,
input[type="tel"].form-control,
input[type="color"].form-control {
    font-size: 12px;
}

.input-group input,
.input-group select,
.input-group .dropdown-menu,
.input-group .popover {
    font-size: 12px;
}

.input-group .input-group-addon {
    font-size: 12px;
    height: 30px;
}

input[type="text"].form-control,
input[type="email"].form-control,
input[type="date"].form-control,
input[type="tel"].form-control {
    font-size: 14px;
}

/* Fix some bootstrap issues */
span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
    display: inline;
}

.nav-tabs {
    margin-bottom: 15px;
}

div.required .control-label:before {
    content: '* ';
    color: #F00;
    font-weight: bold;
}

/* Gradent to all drop down menus */
.dropdown-menu li>a:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
}

/* top */
#top {
    padding: 20px 0px 20px 0;
    min-height: 40px;
}

.social-buttons a img {
    width: 18px;
    margin-right: 7px;
}

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

#top #form-currency .currency-select,
#top #form-language .language-select {
    text-align: left;
}

#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
    text-shadow: none;
    color: #ffffff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
}

#top .btn-link,
#top-links li,
#top-links a {
    color: #888;
    text-shadow: 0 1px 0 #FFF;
    text-decoration: none;
}

#top .btn-link:hover,
#top-links a:hover {
    color: #444;
}

#top-links .dropdown-menu a {
    text-shadow: none;
}

#top-links .dropdown-menu a:hover {
    color: #FFF;
}

#top .btn-link strong {
    font-size: 14px;
    line-height: 14px;
}

#top-links {
    padding-top: 6px;
}

#top-links a+a {
    margin-left: 15px;
}

/* search */
#search {
    margin-bottom: 10px;
}

#search .input-lg {
    height: 40px;
    line-height: 20px;
    padding: 0 10px;
}

#search .btn-lg {
    font-size: 15px;
    line-height: 18px;
    padding: 10px 35px;
    text-shadow: 0 1px 0 #FFF;
}

#cart>.btn {
    font-size: 12px;
    line-height: 18px;
    color: #FFF;
}

#cart.open>.btn {
    background-image: none;
    background-color: #ff9213;
    border: 1px solid #E6E6E6;
    color: #fff;
    box-shadow: none;
    text-shadow: none;
}

#cart.open>.btn:hover {
    color: #444;
}

#cart .dropdown-menu {
    background: #eee;
    z-index: 1001;
}

#cart .dropdown-menu {
    min-width: 100%;
    overflow-y: auto;
    max-height: 800px;
    scrollbar-width: thin;
    overflow-x: hidden;
}

@media (max-width: 478px) {
    #cart .dropdown-menu {
        width: 100%;
    }
}

#cart .dropdown-menu table {
    margin-bottom: 10px;
}

#cart .dropdown-menu li>div {
    min-width: 427px;
    padding: 0 10px;
}

@media (max-width: 478px) {
    #cart .dropdown-menu li>div {
        min-width: 100%;
    }
}

#cart .dropdown-menu li p {
    margin: 20px 0;
}

/* menu */


#menu .btn-navbar {
    font-size: 15px;
    font-stretch: expanded;
    color: #FFF;
    padding: 2px 18px;
    float: right;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a;
}

#menu .btn-navbar:hover,
#menu .btn-navbar:focus,
#menu .btn-navbar:active,
#menu .btn-navbar.disabled,
#menu .btn-navbar[disabled] {
    color: #ffffff;
    background-color: #229ac8;
}

ul.nav.navbar-nav>li>a {
    font-family: Gilroy;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    color: #2E3230;
    padding: 20px 20px;
    position: relative;
}

.navbar-collapse {
    padding-left: 0px;
    padding-right: 0px;
}

.flex-bg-menu {
    background: #FFFFFF;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-logo-mobile {
    display: none;
}

nav#menu {
    margin-bottom: 0px;
}

a.dropdown-toggle:after {
    content: "";
    width: 6px;
    height: 6px;
    border: 1px solid #000;
    display: block;
    transform: rotate(45deg);
    border-left: 9px;
    border-top: 0px;
    position: absolute;
    right: 5px;
    top: 24px;
}



@media (min-width: 768px) {
    #menu .dropdown:hover .dropdown-menu {
        display: block;
    }
}

@media (max-width: 767px) {
    #menu {
        border-radius: 4px;
    }

    #menu div.dropdown-inner>ul.list-unstyled {
        display: block;
    }

    #menu div.dropdown-menu {
        margin-left: 0 !important;
        padding-bottom: 10px;
        background-color: rgba(0, 0, 0, 0.1);
    }

    #menu .dropdown-inner {
        display: block;
    }

    #menu .dropdown-inner a {
        width: 100%;
        color: #fff;
    }

    #menu .dropdown-menu a:hover,
    #menu .dropdown-menu ul li a:hover {
        background: rgba(0, 0, 0, 0.1);
    }

    #menu .see-all {
        margin-top: 0;
        border: none;
        border-radius: 0;
        color: #fff;
    }
}

/* content */
#content {
    min-height: 600px;
}

/* footer */

/* alert */
.alert {
    padding: 8px 14px 8px 14px;
}

/* breadcrumb */
.breadcrumb {
    margin: 10px 0;
    padding: 0px;
    border: none;
}

.breadcrumb i {
    font-size: 15px;
}

ul.breadcrumb li:first-child {
    padding-left: 0px;
}

.breadcrumb>li {
    padding: 0 10px;
    position: relative;
    white-space: nowrap;
}

.breadcrumb>li+li:before {
    content: '';
    padding: 0;
}

.breadcrumb>li:after {
    content: '';
    display: block;
    position: absolute;
    top: 8px;
    right: -4px;
    width: 6px;
    height: 6px;
    border-right: 1px solid #ff4921;
    border-bottom: 1px solid #ff4921;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

ul.breadcrumb li:last-child::after {
    display: none;
}

.flex-row-category {
    margin-bottom: 20px;
}

ul.breadcrumb a {
    font-size: 13px;
    line-height: 20px;
    color: #2E3230;
}

span.last-bread {
    color: #848987;
}

.pagination {
    margin: 0;
    gap: 5px;
    width: 100%;
}

/* buttons */
.buttons {
    margin: 1em 0;
}

.btn {
    padding: 7.5px 12px;
    font-size: 12px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
}

.btn-xs {
    font-size: 9px;
}

.btn-sm {
    font-size: 10.2px;
}

.btn-lg {
    padding: 10px 16px;
    font-size: 15px;
}

.btn-group>.btn,
.btn-group>.dropdown-menu,
.btn-group>.popover {
    font-size: 12px;
}

.btn-group>.btn-xs {
    font-size: 9px;
}

.btn-group>.btn-sm {
    font-size: 10.2px;
}

.btn-group>.btn-lg {
    font-size: 15px;
}

.btn-default {
    color: #777;
    /* text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); */
    background-color: #e7e7e7;
    background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
    background-repeat: repeat-x;
    border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}

.btn-primary {
    color: #ffffff;
    /* text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); */
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
    background-color: #1f90bb;
    background-position: 0 -15px;
}

.btn-warning {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #faa732;
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    border-color: #f89406 #f89406 #ad6704;
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-danger {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #da4f49;
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    background-repeat: repeat-x;
    border-color: #bd362f #bd362f #802420;
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-success {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #5bb75b;
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038;
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-info {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #df5c39;
    background-image: linear-gradient(to bottom, #e06342, #dc512c);
    background-repeat: repeat-x;
    border-color: #dc512c #dc512c #a2371a;
}

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

.btn-link {
    border-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    color: #23A1D1;
    border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    box-shadow: none;
}

.btn-inverse {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #363636;
    background-image: linear-gradient(to bottom, #444444, #222222);
    background-repeat: repeat-x;
    border-color: #222222 #222222 #000000;
}

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
    background-color: #222222;
    background-image: linear-gradient(to bottom, #333333, #111111);
}

/* list group */
.list-group a {
    border: 1px solid #DDDDDD;
    color: #888888;
    padding: 8px 12px;
}

.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
    color: #444444;
    background: #eeeeee;
    border: 1px solid #DDDDDD;
    text-shadow: 0 1px 0 #FFF;
}

/* carousel */
.carousel-caption {
    color: #FFFFFF;
    text-shadow: 0 1px 0 #000000;
}

.carousel-control .icon-prev:before {
    content: '\f053';
    font-family: FontAwesome;
}

.carousel-control .icon-next:before {
    content: '\f054';
    font-family: FontAwesome;
}

/* product list */
.product-thumb {
    margin-bottom: 20px;
    overflow: auto;
    background: #fff;
    border-radius: 20px;
}

#product-category .product-thumb {
    margin-bottom: 16px;
}

.product-thumb .image {
    text-align: center;
}

.product-thumb .image a {
    display: block;
}

.product-thumb .image a:hover {
    opacity: 0.8;
}

.product-thumb .image img {
    margin-left: auto;
    margin-right: auto;
}

.product-grid .product-thumb .image {
    float: none;
}

@media (min-width: 767px) {
    .product-list .product-thumb .image {
        float: left;
        padding: 0 15px;
    }
}

.product-thumb h4 {
    font-weight: bold;
}

.product-thumb .caption {
    padding: 0 15px;
    min-height: 44px;
}

#product-category .product-thumb .caption {
    min-height: 39px;
}

.product-thumb .rating {
    padding-bottom: 10px;
}

#product-product .latest-section {
    opacity: 1;
}

.rating .fa-stack {
    font-size: 8px;
}

.rating .fa-star-o {
    color: #999;
    font-size: 15px;
}

.rating .fa-star {
    color: #FC0;
    font-size: 15px;
}

.rating .fa-star+.fa-star-o {
    color: #E69500;
}

h2.price {
    margin: 0;
}

.product-thumb .price {
    color: #444;
}

.product-thumb .price-new {
    font-weight: 600;
}

.product-thumb .price-old {
    color: #999;
    text-decoration: line-through;
    margin-left: 5px;
    font-size: 16px;
}

.product-thumb .price-tax {
    color: #999;
    font-size: 12px;
    display: block;
}

.product-thumb .button-group {
    border-top: 1px solid #ddd;
    background-color: #eee;
    overflow: auto;
}

.product-list .product-thumb .button-group {
    border-left: 1px solid #ddd;
}

@media (max-width: 768px) {
    .product-list .product-thumb .button-group {
        border-left: none;
    }
}

.product-thumb .button-group button {
    width: 60%;
    border: none;
    display: inline-block;
    float: left;
    background-color: #eee;
    color: #888;
    line-height: 38px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.product-thumb .button-group button+button {
    width: 20%;
    border-left: 1px solid #ddd;
}

.product-thumb .button-group button:hover {
    color: #444;
    background-color: #ddd;
    text-decoration: none;
    cursor: pointer;
}

@media (max-width: 1200px) {

    .product-thumb .button-group button,
    .product-thumb .button-group button+button {
        width: 33.33%;
    }
}

@media (max-width: 767px) {

    .product-thumb .button-group button,
    .product-thumb .button-group button+button {
        width: 33.33%;
    }
}

.thumbnails {
    overflow: auto;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
}

.thumbnails>li {
    margin-left: 20px;
}

.thumbnails {
    display: flex;
}

.thumbnails>img {
    width: 100%;
}

.image-additional a {
    margin-bottom: 20px;
    padding: 5px;
    display: block;
    border: 1px solid #ddd;
}

.image-additional {
    max-width: 78px;
}

.thumbnails .image-additional {
    float: none;
    margin-left: 0px;
}

div#logo img {
    width: 185px;
}

div#logo {
    margin-bottom: 0px;
}

.logo-mobile {
    display: none;
}

img.icon-account {
    width: 14px;
}

.flex-row-top {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.btns-wish a img {
    width: 15px;
}

.social-buttons a {
    display: inline-block;
    background: #FFFFFF;
    border-radius: 7px;
    margin: 0px 6px;
    padding: 6px 10px 8px;
}

.telephone-head-block {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin: 0px -6px;
    flex-basis: 24%;
}

.telephone-head-block>div {
    /* flex-basis: calc(50% - 12px); */
    margin: 0px 6px;
}

.item-telephone a {
    font-family: Gilroy;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    /* identical to box height */
    color: #2E3230;
    display: block;
    margin: 3px 0px;
}

span.text-svyaz {
    font-size: 12px;
    line-height: 14px;
    /* identical to box height */
    color: #616661;
    margin: 5px 0px;
    display: block;
}

nav.nav-items-top a {
    font-size: 14px;
    line-height: 16px;
    color: #313830;
    margin: 0px 7px;
}

a.link-account {
    background: #FFFFFF;
    border-radius: 14px;
    width: 86px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.row-menu {
    padding: 3px;
    list-style: none;
    display: flex;
    background: #FFFFFF;
    border-radius: 18px;
    height: 32px;
    align-items: center;
    margin-bottom: 0px;
}

.language-block ul.row-menu {
    flex-direction: row-reverse;
}

ul.row-menu a {
    padding: 0px;
}

ul.row-menu a {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 10px;
    line-height: 12px;
    text-transform: uppercase;
    color: black !important;
    text-shadow: none !important;
}

a.btn.btn-link.btn-block.language-select.current-lang {
    color: #fff !important;
    background: #6081FD;
    border-radius: 16px;
}


#search button.btn.btn-default.btn-lg {
    padding: 0px;
    border: transparent;
    background: transparent;
    box-shadow: none;
    margin-right: 20px;
    position: relative;
    top: 1px;
}

img.icon-search {
    width: 14px;
    height: 14px;
}

.flex-bg-menu {
    position: relative;
}

#search .input-lg {
    height: 100%;
    margin-bottom: 0px;
    border: none;
    box-shadow: none;
    padding-left: 10px;
    padding-right: 0px;
}

div#search {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    margin-bottom: 0px !important;
    height: 100%;
    padding: 7px;
    background: #fff;
    border-radius: 12px;
}

#search button.btn.btn-default.btn-lg {
    background: linear-gradient(180deg, #ff9213 0%, #ff4921 100%);
    border-radius: 6px;
    box-shadow: none;
    text-shadow: none;
    width: 100%;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
    height: 100%;
    padding: 0px 30px;
}

.btn-search-row {
    position: relative;
    right: 20px;
}

span.search-btn-wrapper {
    cursor: pointer;
}

div#search {
    max-width: 0px;
    left: auto;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
}

div#search.open-search {
    opacity: 1;
    visibility: visible;
    max-width: 100%;
    z-index: 91;
}

.overlay-search.open-search-wrapper:before {
    content: "";
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(39, 39, 39, 0.61);
    z-index: 9;
}

#search input.form-control.input-lg {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #2E3230;
}


.parent-menu-block {
    display: flex;
    flex-wrap: wrap;
}

.flex-bg-menu {
    flex-basis: 88%;
}

.parent-menu-block.menu-scroll {
    /* background: white; */
    max-width: 1326px;
    margin: 0 auto;
    padding: 0 15px;
    isolation: isolate;
}

.parent-menu-block.menu-scroll:before {
    content: '';
    position: absolute;
    inset: 0;
    /* background: white; */
    width: 1000%;
    left: -100%;
    /* box-shadow: 0px 4px 12px rgb(52 87 10 / 16%); */
}

.btns-wish {
    flex-basis: 10%;
    margin-left: 20px;
    display: flex;
    align-items: center;
    background: #FFFFFF;
    border-radius: 12px;
    overflow: hidden;
}

.btns-wish>a {
    max-width: 55px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    flex-direction: column;
}

a#wishlist-total:before {
    content: attr(data-num-wishlist);
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    color: #000;
    margin-bottom: 7px;
}

a.not-empty-compare:before {
    content: attr(data-num-compare);
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    color: #ff9213;
    margin-bottom: 4px;
    position: relative;
    top: -2px;
}

a.not-empty-compare .icon-wishlist {
    content: url(/image/catalog/header/compare_not_empty.svg);
}

a#wishlist-total img {
    position: relative;
    top: -3px;
}

.not-empty-wishlist img.icon-wishlist {
    content: url(/image/catalog/header/wishlist_not_empty.svg);
    filter: brightness(0);
}

button.btn-show-cart {
    padding: 10px 8px !important;
    background: #6081FD;
    border-radius: 12px;
    border: none;
    height: 60px;
    margin-bottom: 0px !important;
    position: relative;
    display: block;
    text-align: left;
    margin-right: 0px !important;
    width: 100%;
}

img.icon-cart {
    width: 14px;
    position: relative;
    top: -4px;
}

span.count-product {
    position: absolute;
    top: 9px;
    right: 9px;
    width: 19px;
    height: 19px;
    background: white;
    border-radius: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #111;
    font-size: 12px;
    line-height: 14px;
    padding-top: 1px;
}

.not-empty-cart .count-product {
    background: #fff;
    color: #111;
    /* border: 1px solid transparent; */
}

/* button.not-empty-cart .icon-cart {
    content: url(/image/catalog/header/cart_not_empty.svg);
} */

span.sum-prod {
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    color: #FFFFFF;
    position: relative;
    margin-top: 6px;
    display: block;
    white-space: nowrap;
}

.btns-wish>a:first-child {
    border-right: 1px solid #F4F5F6;
}

.item.item-slide {
    min-height: 535px;
    background-size: cover;
}

.content-slider {
    margin-top: 50px;
}

.title-on-slider {
    font-weight: 800;
    font-size: 65px;
    line-height: 1.2;
    color: #ffffff;
}



p.desc-on-slider {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    margin-top: 8px;
    margin-bottom: 0;
}

.title-on-slider-black {
    color: #ffffff;
}

/* .desc-on-slider-black {
    color: #2E3230 !important;
} */

a.link-white-blue-text {
    background: linear-gradient(180deg, #ED5B78 0%, #C75480 100%);
    border-radius: 6px;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #ffffff;
    padding: 15px 25px;
    display: inline-block;
    margin-top: 15px;
    transition: 0.4s;
    border: 1px solid transparent;
}

section.home-slider {
    margin-top: 30px;
}

.home-slider .owl-nav {
    max-width: 1336px;
    margin: auto;
    padding: 0px 15px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
    z-index: 99;
}

.home-slider .owl-carousel button.owl-dot span {
    width: 27px;
    height: 7px;
    border-radius: 31px;
}

.home-slider button.owl-dot.active {
    /* border: 1px solid rgba(255, 255, 255, 0.27); */
    border-radius: 100%;
    height: 17px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding: 3px !important; */
    margin: 5px;
    position: relative;
    top: 1px;
}

span.arrow-btn-slider {
    background: rgba(255, 255, 255, 0.34);
    border: 1px solid rgba(255, 255, 255, 0.27);
    box-sizing: border-box;
    backdrop-filter: blur(4px);
    transform: matrix(-1, 0, 0, 1, 0, 0);
    width: 48px;
    height: 48px;
    display: inline-block;
    border-radius: 100%;
    margin-right: 7px;
    position: relative;
    transition: all 0.4s ease-in-out;
}

span.arrow-btn-slider:before {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    border: 2px solid #FFFFFF;
    border-radius: 2px;
    transform: rotate(45deg);
    left: 17px;
    top: 18px;
    border-left: 0px;
    border-bottom: 0px;
}

span.arrow-btn-slider.right-arrow:before {
    transform: rotate(-135deg);
}

span.arrow-btn-slider:hover {
    background: #fff;
}

span.arrow-btn-slider:hover:before {
    border-color: grey;
}

span.arrow-btn-slider:before {
    transition: all 0.4s ease-in-out;
}

.home-slider .owl-dots {
    position: absolute;
    bottom: 57px;
    left: 0;
    right: 0;
    max-width: 1336px;
    width: 100%;
    margin: auto;
    padding: 0px 15px 0px 150px;
    z-index: 10;
    display: flex;
    align-items: center;
}

.home-slider .owl-dots span {
    background: rgba(255, 255, 255, 0.27);
    transform: matrix(-1, 0, 0, 1, 0, 0);
    width: 8px;
    height: 8px;
    display: inline-block;
    margin-right: 0px;
    border-radius: 100%;
}

.home-slider button.owl-dot.active span {
    background: linear-gradient(0deg, #FFFFFF, #FFFFFF), #FFFFFF;
    border: 1px solid rgba(255, 255, 255, 0.27);
    box-sizing: border-box;
    transform: matrix(-1, 0, 0, 1, 0, 0);
    padding: 2px !important;
    margin: auto;
}

span.icon-block-feature img {
    width: 37px;
}

span.icon-block-feature {
    display: block;
    margin-bottom: 10px;
}

.inside-block-feature {
    text-align: center;
    position: relative;
    padding: 16px 0px;
}

span.desc-block-feature {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
    color: #2E3230;
    max-width: 250px;
    display: block;
    margin: auto;
}

.inside-block-feature:after {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    bottom: 0;
    right: 0;
    border-right: 1px solid #EFEFEF;
    height: 117px;
}


section.features-section {
    background: #fff;
    padding: 12px 0px;
}

section.categories-section {
    margin-top: 57px;
    margin-bottom: 32px;
}

.categories-indie {
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    min-height: 196px;
    margin-bottom: 30px;
}

#information-information .categories-indie {
    height: 196px;
}

.categories-indie-lilac {
    background-color: #EDB3FF;
}

.categories-indie-yellow {
    background-color: #E4E8A6;
}

.categories-indie-pink {
    background-color: #FFC8CE;
}

.categories-indie-green {
    background-color: #D3FFDC;
}

.categories-indie-cola {
    background-color: #CF8365;
}

.categories-indie-ananas {
    background-color: #FFE4B2;
}

.categories-indie-limonad {
    background-color: #FEC8D5;
}

.categories-indie-banan {
    background-color: #ECE5C3;
}

.categories-indie a {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    border-radius: 15px;
    z-index: 9;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 19px;
    transition: all 0.4s ease-in-out;
}

.categories-indie-link-1 {
    background: linear-gradient(0deg, #C88DDA 28.69%, rgba(237, 179, 255, 0) 138.62%);
}

.categories-indie-link-2 {
    background: linear-gradient(0deg, #E4E8A6 15.39%, rgba(228, 232, 166, 0) 51.46%);
}

.categories-indie-link-3 {
    background: linear-gradient(0deg, #FFC8CE 15.39%, rgba(255, 200, 206, 0) 51.46%);
}

.categories-indie-link-4 {
    background: linear-gradient(0deg, #D3FFDC 15.39%, rgba(211, 255, 220, 0) 51.46%);
}

.categories-indie-link-5 {
    background: linear-gradient(0deg, #CF8365 15.39%, rgba(207, 131, 101, 0) 51.46%);
}

.categories-indie-link-6 {
    background: linear-gradient(0deg, #FFE4B2 15.39%, rgba(255, 228, 178, 0) 51.46%);
}

.categories-indie-link-7 {
    background: linear-gradient(0deg, #FEC8D5 15.39%, rgba(254, 200, 213, 0) 51.46%);
}

.categories-indie-link-8 {
    background: linear-gradient(0deg, #ECE5C3 15.39%, rgba(236, 229, 195, 0) 51.46%);
}

.categories-indie a:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    opacity: 0;
    transition: all 0.4s ease-in-out;
}

.categories-indie-link-1:before {
    background: linear-gradient(360deg, #9141a9 0%, rgba(14, 46, 84, 0) 162.07%);
}

.categories-indie-link-2:before {
    background: linear-gradient(360deg, #bdc361 0%, rgba(14, 46, 84, 0) 162.07%);
}

.categories-indie-link-3:before {
    background: linear-gradient(360deg, #cd7680 0%, rgba(14, 46, 84, 0) 162.07%);
}

.categories-indie-link-4:before {
    background: linear-gradient(360deg, #81d090 0%, rgba(14, 46, 84, 0) 162.07%);
}

.categories-indie-link-5:before {
    background: linear-gradient(360deg, #be7457 0%, rgba(14, 46, 84, 0) 162.07%);
}

.categories-indie-link-6:before {
    background: linear-gradient(360deg, #d7ba85 0%, rgba(14, 46, 84, 0) 162.07%);
}

.categories-indie-link-7:before {
    background: linear-gradient(360deg, #e79eaf 0%, rgba(14, 46, 84, 0) 162.07%);
}

.categories-indie-link-8:before {
    background: linear-gradient(360deg, #d2c898 0%, rgba(14, 46, 84, 0) 162.07%);
}

.categories-indie a:hover:before {
    opacity: 1;
}

.categories-indie-yellow img {
    margin-top: 5px;
}

.categories-indie-pink img {
    margin-top: 10px;
}

.categories-indie-cat img {
    position: relative;
    z-index: 5;
    width: 27%;
}

.categories-indie-cat {
    height: 80px;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}

a.categories-indie-link,
div.categories-indie-link {
    transition: 0.3s;
    position: relative;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    height: 100%;
}

a.categories-indie-link-one {
    background: #B94ACB;
}

a.categories-indie-link-two {
    background: #F37148;
}

a.categories-indie-link-three,
div.categories-indie-link-three {
    background: #F39844;
}

a.categories-indie-link-four {
    background: #EEDC39;
}

a.categories-indie-link-five {
    background: #E85555;
}

a.categories-indie-link-six {
    background: #58DE55;
}

a.categories-indie-link-seven {
    background: #EEDA23;
}

a.categories-indie-link-eight,
div.categories-indie-link-eight {
    background: #4F96D8;
}

a.categories-indie-link-nine {
    background: #65D733;
}

a.categories-indie-link-ten {
    background: #82301B;
}

a.categories-indie-link-eleven {
    background: #ED758D;
}

a.categories-indie-link-twelve {
    background: #BC0115;
}

a.categories-indie-link-one:before,
a.categories-indie-link-two:before,
a.categories-indie-link-three:before,
a.categories-indie-link-four:before,
a.categories-indie-link-five:before,
a.categories-indie-link-six:before,
a.categories-indie-link-seven:before,
a.categories-indie-link-eight:before,
a.categories-indie-link-nine:before,
a.categories-indie-link-ten:before,
a.categories-indie-link-eleven:before,
a.categories-indie-link-twelve:before {
    content: '';
    position: absolute;
    top: 0;
    height: 0;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: 0.4s;
    z-index: 1;
    border-radius: 10px;
}

a.categories-indie-link-one:before,
div.categories-indie-link-one:before {
    background: linear-gradient(103.11deg, #F480DF 3.28%, #B94ACB 96.35%);
}

a.categories-indie-link-two:before,
div.categories-indie-link-two:before {
    background: linear-gradient(103deg, #FCAC5C 4.09%, #F37148 97.88%);
}

a.categories-indie-link-three:before,
div.categories-indie-link-three:before {
    background: linear-gradient(104.47deg, #FED66E 4.22%, #F39844 97.71%);
}

a.categories-indie-link-four:before,
div.categories-indie-link-four:before {
    background: linear-gradient(103.31deg, #FFE6A5 5.78%, #EEDC39 100%);
}

a.categories-indie-link-five:before,
div.categories-indie-link-five:before {
    background: linear-gradient(103.01deg, #F9758F 3.98%, #E14343 100%);
}

a.categories-indie-link-six:before,
div.categories-indie-link-six:before {
    background: linear-gradient(103.41deg, #B0FAAE 2.04%, #58DE55 98.39%);
}

a.categories-indie-link-seven:before,
div.categories-indie-link-seven:before {
    background: linear-gradient(103.44deg, #FEE483 0%, #EEDA23 100%);
}

a.categories-indie-link-eight:before,
div.categories-indie-link-eight:before {
    background: linear-gradient(103.33deg, #96C4EE 0%, #4F96D8 100%);
}

a.categories-indie-link-nine:before,
div.categories-indie-link-nine:before {
    background: linear-gradient(90deg, rgba(101, 215, 51, 1) 40%, rgba(83, 173, 43, 1) 100%);
}

a.categories-indie-link-ten:before,
div.categories-indie-link-ten:before {
    background: linear-gradient(90deg, rgb(141 68 49) 40%, rgba(130, 48, 27, 1) 100%);
}

a.categories-indie-link-eleven:before,
div.categories-indie-link-eleven:before {
    background: linear-gradient(90deg, rgb(233 136 155) 40%, rgba(237, 121, 145, 1) 100%);
}

a.categories-indie-link-twelve:before,
div.categories-indie-link-twelve:before {
    background: linear-gradient(90deg, rgb(197 35 52) 40%, rgba(190, 4, 23, 1) 100%);
}

a.categories-indie-link-one:hover:before,
a.categories-indie-link-two:hover:before,
a.categories-indie-link-three:hover:before,
a.categories-indie-link-four:hover:before,
a.categories-indie-link-five:hover:before,
a.categories-indie-link-six:hover:before,
a.categories-indie-link-seven:hover:before,
a.categories-indie-link-eight:hover:before,
a.categories-indie-link-nine:hover:before,
a.categories-indie-link-ten:hover:before,
a.categories-indie-link-eleven:hover:before,
a.categories-indie-link-twelve:hover:before {
    opacity: 0;
}

span.text-inside-categories {
    display: block;
    font-weight: 600;
    font-size: 22px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    /* text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.24); */
    text-shadow: 0px 2px 5px rgb(0 0 0 / 50%);
    position: relative;
    z-index: 10;
}

.heading-title-module {
    font-weight: bold;
    font-size: 32px;
    line-height: 1.2;
    text-align: center;
    color: #2E3230;
    margin-bottom: 40px;
    position: relative;
}

.heading-title-module span {
    position: relative;
    z-index: 5;
    background: #F4F5F7;
    padding: 5px 10px;
}

section.latest-section {
    margin-top: 55px;
}

.heading-title-module:after {
    content: "";
    width: calc(50% - 110px);
    position: absolute;
    right: 0;
    display: block;
    height: 1px;
    background: #D5DBD8;
    top: 20px;
}

.heading-title-module:before {
    content: "";
    width: calc(50% - 110px);
    position: absolute;
    left: 0;
    display: block;
    height: 1px;
    background: #D5DBD8;
    top: 20px;
}

.btns-on-card {
    position: absolute;
    right: 8px;
    top: 8px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 1px;
    padding-bottom: 1px;
}

.product-image-card {
    position: relative;
    text-align: center;
    padding: 0px;
    margin-bottom: 15px;
}

/* .product-image-card:before {
    content: 'НОВИНКА';
    position: absolute;
    top: 17px;
    left: -28px;
    background: #ff9213;
    width: 110px;
    height: 19px;
    color: white;
    font-weight: 700;
    font-size: 11px;
    line-height: 13px;
    text-align: center;
    transform: rotate(-45deg);
    padding-top: 3px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
} */

button.btn-transparent {
    background: transparent;
    border: none;
}

.product-image-card img.img-responsive {
    margin: auto;
}

.product-title-block a {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    color: #2E3230;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    height: auto;
}

p.price {
    font-weight: 600;
    font-size: 23px;
    line-height: 24px;
    color: #202020 !important;
    margin-bottom: 0px;
}

.button-group-on-card button {
    border: 1px solid #ff9213;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 13px 15px;
    font-weight: 600;
    font-size: 13px;
    line-height: 14px;
    color: #fff;
    transition: all 0.4s;
    position: relative;
    overflow: hidden;
    background: #ff9213;
}

.button-group-on-card button span {
    position: relative;
    z-index: 5;
}

.button-group-on-card button:hover {
    background: #fff;
    color: #ff4921;
    border: 1px solid #ff4921;
}

.button-group-on-card button:before {
    content: '';
    position: absolute;
    top: 0;
    height: 0;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 100%;
    /* background: linear-gradient(180deg, #ED5B78 0%, #C75480 100%); */
    background: linear-gradient(180deg, #ff9213 0%, #ff4921 100%);
    opacity: 1;
    transition: 0.4s;
    z-index: 1;
    border-radius: 10px;
}

.button-group-on-card button:hover:before {
    opacity: 0;
}

.icon-basket path {
    fill: #fff;
}

.button-group-on-card button:hover .icon-basket path {
    fill: #ff4921;
}

.button-group-on-card button .icon-basket path {
    transition: all 0.4s ease-in-out;
}

span.icon-basket {
    display: inline-block;
    margin-top: -7px;
    position: relative;
    top: 3px;
    transition: 0.4s;
}

img.icon-basket-on-card {
    position: relative;
    top: -2px;
    margin-right: 5px;
}

.button-group-on-card {
    padding: 0px 15px;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

span.text-attr {
    font-size: 14px;
    line-height: 16px;
    color: #8E9591;
    display: block;
    margin-top: 10px;
}

span.sticker {
    font-weight: bold;
    font-size: 11px;
    line-height: 13px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #2BA700;
    transform: rotate(-45deg);
    display: inline-block;
    width: 90px;
    position: absolute;
    left: -19px;
    top: 15px;
    padding: 3px 0px;
    z-index: 2;
}

.latest-section span.sticker {
    background: #ff9213;
}

.slider-mob.owl-carousel.owl-theme {
    display: block;
}

.arrow-up,
.arrow-down {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 22px;
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
    margin-left: 0 !important;
}



.quantity_div {
    display: flex;
    align-items: center;
    margin-right: 2px;
}

.btn-carb-block {
    display: flex;
    align-items: center;
}

.quantity-block {
    margin-right: 10px;
    max-width: 50px;
    display: none;
}

input.quantity_input {
    text-align: center;
    font-weight: 600;
    font-size: 13px;
    line-height: 14px;
    color: #2E3230;
    border: none;
    width: 14px;
    padding: 0px;
}

span.plus.arrow-up {
    position: relative;
    top: 0px;
}

span.minus.arrow-down {
    position: relative;
    bottom: 0px;
}

.flex-row-about {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -15px;
    align-items: center;
}

.column-about {
    flex-basis: calc(50% - 30px);
    margin: 15px;
}

.column-about.about-img {
    text-align: center;
}

section.about-text {
    /* backdrop-filter: blur(300px); */
    position: relative;
    /* background: radial-gradient(circle, rgba(49, 86, 129, 1) 6%, rgba(14, 46, 84, 1) 91%, rgba(14, 46, 84, 1) 100%); */
    background-image: url(/image/catalog/home/bg-gradient.png);
    background-repeat: no-repeat;
    background-size: cover;
}


h1.title-inside-text-about {
    font-weight: bold;
    font-size: 69px;
    line-height: 1;
    color: #FFFFFF;
    display: block;
    margin-bottom: 25px;
}

.inside-text-about p {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
}

.flex-row-about:first-child {
    position: relative;
    top: -100px;
    margin-bottom: -100px;
}

.column-about.about-img img {
    width: auto;
    max-width: 630px;
}

.flex-row-about:first-child .about-text {
    margin-top: 90px;
}

.flex-row-about:last-child {
    margin-top: 20px;
}

section.about-text {
    padding-bottom: 20px;
    padding-top: 5px;
    margin-top: 110px;
}

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

.item-other {
    position: relative;
    background: linear-gradient(103.39deg, #FD9251 45.26%, #ED6D86 120.21%);
    border-radius: 14px;
    display: flex;
    align-items: center;
    overflow: hidden;
    margin-bottom: 30px;
}

.item-other {
    transition: all 0.3s ease-in-out;
}

.item-other img {
    margin-right: 24px;
}

.item-other:hover {
    box-shadow: 0px 0px 30px 3px rgb(251 140 92 / 46%);
}

img.right-img-absolut {
    height: 400px;
    position: absolute;
    right: -80px;
    width: 270px;
}

.inside-mas-cats {
    padding: 30px 30px;
    width: 100%;
}

a.title-cat-other {
    font-weight: bold;
    font-size: 32px;
    line-height: 1.2;
    color: #FFFFFF;
    margin-bottom: 15px;
    display: block;
}

nav.inside-link-other-cats {
    display: flex;
    flex-wrap: nowrap;
    height: 85px;
    align-items: baseline;
    flex-direction: column;
}

nav.inside-link-other-cats a {
    flex-basis: 50%;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    color: #FFFFFF;
    text-shadow: none;
    position: relative;
}

nav.inside-link-other-cats a:after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    border-bottom: 2px solid white;
    width: 0;
    background-color: white;
    transition: 0.7s;
}

nav.inside-link-other-cats a:hover:after {
    width: 100%;
}

a.blue-link.link-to-cat {
    background: rgba(255, 255, 255, 0.16);
    border-radius: 6px;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    /* identical to box height, or 119% */
    color: #FFFFFF;
    padding: 12px 18px;
    display: inline-block;
    margin-top: 18px;
    transition: all 0.4s ease-in-out;
}

a.blue-link.link-to-cat:hover {
    background: #fff;
    color: #ff9213;
}

a.blue-link.link-to-cat:hover span {
    background: #ff9213;
}

a.blue-link.link-to-cat:hover span:after {
    border-color: #ff9213;
}


span.arrow-right-angle {
    display: inline-block;
    width: 10px;
    height: 1.5px;
    background: #fff;
    border-radius: 20px;
    position: relative;
    top: -3px;
    margin-left: 5px;
    transition: all 0.4s ease-in-out;
}

span.arrow-right-angle:after {
    content: "";
    transition: all 0.4s ease-in-out;
    width: 5px;
    height: 5px;
    display: inline-block;
    position: absolute;
    right: 0;
    border: 1px solid #fff;
    transform: rotate(45deg);
    border-left: 0px;
    border-bottom: 0px;
    right: -1px;
    top: -2px;
}

.form-right-other-cats {
    background: #FFFFFF;
    border-radius: 14px;
    padding: 32px 30px;
    height: 266px;
}

span.form-title {
    font-weight: bold;
    font-size: 31px;
    line-height: 37px;
    /* identical to box height, or 116% */
    letter-spacing: 0.02em;
    color: #2E3230;
    margin-bottom: 18px;
    display: block;
}

.flex-row-others {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;
    flex-direction: column;
}

.flex-row-others>* {
    flex-basis: 50%;
}

a.link-form-tel {
    text-align: right;
    font-weight: 800;
    font-size: 40px;
    line-height: 37px;
    /* identical to box height, or 116% */
    color: #ff9213;
    text-shadow: none;
    margin-top: 30px;
}

span.desc-form {
    font-size: 16px;
    line-height: 19px;
    color: #585C5A;
    width: 100%;
    max-width: 465px;
}

span.desc-form span {
    font-weight: bold;
}

div#form-inside-tel {
    display: flex;
    flex-wrap: wrap;
}

.inside-input-block input {
    border: 1px solid #DFDFDF;
    box-sizing: border-box;
    border-radius: 6px;
    height: 50px;
    font-size: 13px;
    line-height: 19px;
    color: #000;
    padding: 15px;
    margin-right: 10px;
}

button.type-submit {
    width: 100%;
    display: block;
    background: #ff9213;
    border-radius: 6px;
    height: 49px;
    border: none;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
}

button.type-submit-tab {
    width: 100%;
    max-width: 30px;
    height: 31px;
    display: block;
    background: #ff9213;
    border-radius: 3px;
    height: 31px;
    border: none;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    display: none;
    padding-bottom: 5px;
}

.inside-input-block {
    flex-basis: 36%;
    margin-right: 1%;
}

.inside-input-block:last-child {
    flex-basis: 26%;
    margin-right: 0px;
}

.inside-input-block input {
    width: 100%;
}

section.other-categories {
    margin-top: 50px;
}

.about-text-bg {
    background-image: url("/image/catalog/home/about.jpg");
    background-size: cover;
    border-radius: 29px;
    padding: 25px;
}

.about-text-inside-bg {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(40px);
    border-radius: 15px;
    padding: 25px 30px 1px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #2E3230;
}

.about-text-inside-bg p {
    margin-bottom: 25px;
}

section.about-company-before {
    margin-top: 25px;
}

section.review-section {
    margin-top: 60px;
}

.inside-reviw {
    display: flex;
    align-items: center;
}

.img-review img {
    border-radius: 100%;
}

.img-review {
    flex-basis: 40%;
    max-width: 184px;
    height: 184px;
    margin-right: 51px;
    background: linear-gradient(180deg, #8AC3FF 0%, #5894D3 100%);
    border-radius: 50%;
    position: relative;
}

.review-word-name {
    font-family: 'Gilroy';
    font-weight: 600;
    font-size: 84px;
    color: #FFFFFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.desc-review {
    flex-basis: 60%;
}

span.fio-text {
    font-weight: bold;
    font-size: 18px;
    line-height: 16px;
    color: #2E3230;
    display: block;
    margin-bottom: 15px;
}

span.text-review {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #2E3230;
    display: block;
}

span.date-review {
    display: block;
    font-size: 14px;
    line-height: 16px;
    color: #ACACAC;
    margin-top: 15px;
}

.review-section span.arrow-btn-slider {
    border: 1px solid rgba(235, 91, 119, 0.27);
}

.review-section span.arrow-btn-slider:before {
    border-color: #ff9213;
}

.review-section .owl-nav {
    text-align: center;
    max-width: 180px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    margin-top: 45px;
}

.review-section .owl-dots {
    max-width: 50px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 19px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.review-section button.owl-dot.active {
    border: 1px solid rgba(235, 91, 119, 0.27) !important;
    box-sizing: border-box;
    transform: matrix(-1, 0, 0, 1, 0, 0);
    border-radius: 100%;
    height: 18px;
    display: flex;
    align-items: center;
    margin: 0px !important;
}

.review-section button.owl-dot.active span {
    background: linear-gradient(0deg, #ff9213, #ff9213),
        #ff9213;
}

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

.review-section .owl-dots span {
    background: rgba(235, 91, 119, 0.27);
    transform: matrix(-1, 0, 0, 1, 0, 0);
    width: 8px;
    height: 8px;
    display: inline-block;
    margin: 0px 4px;
    border-radius: 100%;
}

.seo-text-footer .heading-title-module:before {
    width: calc(50% - 160px);
}

.seo-text-footer .heading-title-module:after {
    width: calc(50% - 160px);
}

.wrapper-text-seo {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #2E3230;
}

.wrapper-text-seo p {
    margin-bottom: 25px;
}

section.seo-text-footer {
    margin-top: 45px;
}

footer {
    background-color: #fff;
    padding: 45px 0px 35px;
    margin-top: 30px;
    background: url(/image/catalog/footer-bg-new.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.social-block-footer img {
    width: 14px;
    height: 14px;
    margin-right: 7px;
}

.social-block-footer a.telegram-1 {
    margin-bottom: 10px;
}

.social-block-footer a {
    background: #F4F5F6;
    border-radius: 7px;
    width: 72%;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 5px;
    transition: 0.4s;
    color: #2e3230;
}

.logo-img-footer {
    width: 100%;
}

.social-block-footer a:hover {
    color: black;
}

span.arrow-btn-slider.right-arrow:before {
    left: 19px;
}

nav.inside-link-other-cats.column-inside-cat {
    flex-wrap: nowrap;
    flex-direction: column;
    display: block;
}

nav.inside-link-other-cats.column-inside-cat a {
    display: block;
}

.social-block-footer {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    flex-direction: column;
    align-items: center;
}

span.title-menu-footer {
    font-weight: 600;
    font-size: 16px;
    line-height: 17px;
    color: #2E3230;
    display: block;
    margin-bottom: 15px;
}

nav.menu-inside-footer a {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #585C5A;
    flex-basis: 50%;
    margin-bottom: 15px;
}

.inside-menu-footer.padding-left-30 {
    padding-left: 30px;
}

.inside-menu-footer.padding-left-40 {
    padding-left: 60px;
}

.inside-menu-footer .column-menu {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 100%
        /*100px*/
    ;
}

.popular-link-item {
    margin-right: 20px;
}

nav.column-menu a {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #585C5A;
    display: block;
    margin-bottom: 15px;
}

.tel-right-footer a {
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    color: #2E3230;
    display: block;
    text-align: center;
    margin-bottom: 3px;
}

.mail-footer .mail-link {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #000000;
    margin-top: 10px;
    display: block;
    margin-bottom: 10px;
}

span.text-adress {
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    color: #2E3230;
    text-align: center;
    display: block;
    padding-left: 0;
    margin-top: 13px;
    display: none;
}

.row-copyright {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    font-size: 13px;
    line-height: 15px;
    color: #9A9A9A;
}


.text-right-copyright a {
    /* font-weight: bold; */
    color: #9A9A9A;
}

.nav>li>a {
    transition: all 0.4s ease-in-out;
}

.nav>li>a:after {
    transition: all 0.4s ease-in-out;
}

.nav>li>a:hover {
    background: transparent;
    color: #6081FD !important;
}

.nav>li>a:hover:after {
    border-color: #6081FD !important;
}

.nav.navbar-nav .dropdown-menu {
    float: none;
    background: #FFFFFF;
    box-shadow: 0px 4px 12px rgb(52 87 10 / 16%);
    border-radius: 6px;
    border: none;
    top: 46px;
    min-width: 200px;
    height: auto;
    padding: 0px;
    overflow: hidden;
    margin-left: 0 !important;
}

.dropdown-menu a:hover {
    background: #f4f5f7 !important;
    color: #6081FD !important;
}

.dropdown-menu a {
    font-weight: 500;
    font-size: 14px;
    line-height: 13px;
    color: #2E3230;
    padding: 10px 12px;
    height: 100% !important;
    position: relative;
    display: block;
    border-bottom: 2px solid #efefef;
}

#top #form-language .language-select:hover {
    background: transparent;
    color: #ff9213 !important;
    transition: all 0.4s ease-in-out;
}



@media (min-width: 1360px) {
    .container {
        max-width: 1326px;
        padding: 0px 15px;
        width: 100%;
    }
}

@media (min-width: 1200px) {

    #content .col-lg-2:nth-child(6n+1),
    #content .col-lg-3:nth-child(4n+1),
    #content .col-lg-4:nth-child(3n+1),
    #content .col-lg-6:nth-child(2n+1) {
        clear: left;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {

    #content .col-md-2:nth-child(6n+1),
    #content .col-md-3:nth-child(4n+1),
    #content .col-md-4:nth-child(3n+1),
    #content .col-md-6:nth-child(2n+1) {
        clear: left;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    #content .col-sm-2:nth-child(6n+1),
    #content .col-sm-3:nth-child(4n+1),
    #content .col-sm-4:nth-child(3n+1),
    #content .col-sm-6:nth-child(2n+1) {
        clear: left;
    }
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left .product-layout .col-md-3 {
        width: 100%;
    }

    #column-left+#content .product-layout .col-md-3 {
        width: 50%;
    }

    #column-left+#content+#column-right .product-layout .col-md-3 {
        width: 100%;
    }

    #content+#column-right .product-layout .col-md-3 {
        width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout,
#column-right .product-layout {
    width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
    min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

/* fix oclabs */
.alert-dismissable .close,
.alert-dismissible .close {
    right: -1px;
}

button.btn-transparent {
    padding: 0px !important;
    margin: 0px !important;
    transition: all 0.4s ease-in-out;
}



.inside-input-block input:focus {
    outline: none;
}

input.error-validate {
    border: 1px solid #FF6B6B;
    box-sizing: border-box;
    box-shadow: inset 0px 0px 13px rgba(255, 52, 50, 0.15);
    border-radius: 6px;
}

input.success-validate {
    border: 1px solid #ff9213;
}

#wishlist-total {
    position: relative;
}


a.not-empty-wishlist:after {
    content: attr(data-num-wishlist);
    font-size: 9px;
    line-height: 14px;
    color: #fff;
    margin-bottom: 4px;
    position: absolute;
    top: 2px;
    right: 5px;
    background: #ef5219;
    border: unset;
    width: 15px;
    height: 15px;
    display: flex;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    /* border: 0.5px solid var(--main-color); */
}

h1.category-title {
    font-weight: bold;
    font-size: 32px;
    line-height: 1.2;
    color: #2E3230;
    text-shadow: none;
    margin-top: 0px;
    margin-bottom: 0px;
}

label.input-group-addon {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #6D716E;
    background: transparent;
    border: none;
    text-align: right;
    padding: 0px !important;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    float: none;
}

.form-control:focus {
    border-color: transparent;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.change-sort {
    font-weight: 600;
    font-size: 16px !important;
    line-height: 17px;
    color: #2E3230;
    text-align: right;
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0px !important;
    margin-top: -10px !important;
}

.flex-row-category .row {
    display: flex;
    align-items: center !important;
}

.list-group-item {
    border: none;
    padding: 0px;
    border-bottom: 1px solid #F4F5F6;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.list-group-widget {
    background: #FFFFFF;
    border-radius: 20px;
    padding: 25px;
}

.list-group-item.ocfilter-option.price-block-option {
    margin-bottom: 20px;
}

.ocfilter-option .ocf-option-name {
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 19px;
    color: #2E3230;
    margin-bottom: 8px !important;
}

.ocfilter-option label {
    text-decoration: none;
    font-weight: 500;
    font-size: 14px !important;
    line-height: 16px !important;
    color: #4A4F4C !important;
    position: relative;
}

.ocfilter-option label input {
    position: relative;
    top: 2px;
}

small.badge {
    font-weight: 300;
    font-size: 12px !important;
    line-height: 14px;
    color: #8F8F8F;
    background: transparent !important;
    padding: 0px !important;
    position: relative;
    top: -1px;
}

span.custom-check {
    border: 1px solid #D2D2D2;
    box-sizing: border-box;
    border-radius: 3px;
    width: 18px;
    height: 18px;
    display: inline-block;
    position: relative;
    float: left;
    margin-right: 7px;
}

.ocfilter-option label input:checked~.custom-check {
    background: #ff4921;
    border-color: #ff4921;
}

.ocfilter-option label input:checked~.custom-check:before {
    content: "";
    display: block;
    position: absolute;
    left: 4px;
    right: 0;
    bottom: 0;
    top: 1px;
    width: 7px;
    height: 10px;
    border: 2px solid #fff;
    border-radius: 2px;
    transform: rotate(45deg);
    border-left: 0px;
    border-top: 0px;
}

.ocfilter-option label input {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    opacity: 0;
}

.relative-name-check {
    position: relative;
    top: 1px;
}

.noUi-origin.noUi-connect.noUi-draggable {
    background: #fbb8a9 !important;
    box-shadow: none !important;
    border: none !important;
    height: 7px !important;
}

.noUi-handle:after,
.noUi-handle:before {
    display: none !important;
}

div#scale-price {
    box-shadow: none !important;
    border: none;
    background: transparent;
    height: 7px;
}

.noUi-pips.noUi-pips-horizontal {
    display: none;
}

.noUi-horizontal .noUi-handle {
    width: 17px !important;
    height: 17px !important;
    left: -17px !important;
    top: -5px !important;
    background: #ff4921;
    border-radius: 50%;
    box-shadow: none;
    border: none;
}

.noUi-handle:after {
    content: "";
    display: block;
    position: absolute;
    height: 5px !important;
    width: 7px !important;
    background: transparent !important;
    left: 6px !important;
    top: 6px !important;
    border-left: 1px solid #F6DDE2;
    border-right: 1px solid #F6DDE2;
}

.quantity_div span {
    /* background: rgba(0, 77, 132, 0.14); */
    width: 18px;
    height: 18px;
    align-items: center;
    display: flex;
    justify-content: center;
    border-radius: 100%;
    transition: all 0.3s ease-in-out;
    border: 1px solid rgba(235, 91, 119, 0.27);
}

.quantity_div span:hover {
    background: rgba(235, 91, 119, 0.27);
    border: 1px solid rgba(235, 91, 119, 0.27);
}

.noUi-handle:before {
    content: "";
    display: block;
    position: absolute;
    height: 7px !important;
    width: 1px !important;
    background: #EABFC8 !important;
    left: 8px !important;
    top: 5px !important;
}

.noUi-handle:after {
    left: 5px !important;
}

div#scale-price {
    margin-bottom: 10px;
    margin-right: 0px;
}

.flex-price-block {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -10px;
}

.flex-price-block .item-price-block {
    flex-basis: calc(50% - 20px);
    margin: 10px;
}

.flex-price-block .item-price-block input {
    width: 100%;
    min-width: auto;
    background: #F4F5F6;
    border-radius: 7px;
    height: 38px;
    box-shadow: none;
    border: none;
    text-align: center;
    color: #2E3230;
    font-weight: 600;
    font-size: 14px;
}

.popover-content .btn.btn-primary {
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
    color: #ff4921;
    background-color: #fff !important;
    border: none !important;
    background-image: none !important;
    box-shadow: none !important;
    padding: 0px !important;
    text-shadow: none !important;
}

.popover-content .btn.btn-primary:focus {
    outline: none;
}

.category-desc img {
    border-radius: 10px;
}

/* .popover-content .btn.btn-primary:after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 5px;
    position: relative;
    top: 3px;
    background-image: url(/image/catalog/checkmarks1.png);
} */

.ocfilter-option-popover {
    background: #FFFFFF;
    border: 1px solid #FBE6EA;
    box-sizing: border-box;
    box-shadow: 0px 0px 14px rgba(186, 65, 89, 0.13);
    border-radius: 12px;
    height: 48px;
}

#product-category .popover.right>.arrow {
    border-right-color: #FBE6EA !important;
}

.list-group-item.selected-options {
    background: transparent !important;
}

.selected-options .ocfilter-option {
    background: transparent !important;
    padding: 0px !IMPORTANT;
}

button.btn.btn-xs.btn-danger:focus,
button.btn.btn-xs.btn-danger:active {
    outline: none;
    color: #6D716E;
    background: #E3E8EC;
}

.price-block-option .ocf-option-values {
    background: #F4F5F6;
    border-radius: 7px;
}

.noUi-background {
    background: #F4F5F6;
    /* border-radius: 7px !important; */
    box-shadow: none !important;
}

.noUi-origin.noUi-connect.noUi-draggable {
    border-radius: 7px !important;
    box-shadow: none !important;
}

.selected-options button.btn-danger {
    background: #E3E8EC;
    border-radius: 14px;
    border: none;
    font-size: 10px;
    line-height: 14px;
    color: #6D716E;
    height: 28px;
    padding: 0px 9px !important;
    margin-bottom: 5px;
    margin-right: 5px;
    box-shadow: none !important;
    text-shadow: none !important;
}

.selected-options button.btn.btn-block.btn-danger {
    width: auto;
    background: transparent;
    box-shadow: none;
    color: #6D716E;
    padding: 0px !important;
}

.list-group-item.selected-options {
    display: flex;
    flex-wrap: wrap;
    box-shadow: none;
    border: none;
}

span.del-block {
    display: inline-block;
    margin-left: 2px;
    font-size: 23px;
    transform: rotate(45deg);
    position: relative;
    top: 5px;
    line-height: 0;
    margin-right: -2px;
}


span.name-sort {
    display: flex;
    text-align: right;
    justify-content: flex-end;
    align-items: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    color: #2e3230;
}

span.name-sort .arrow-down {
    margin-left: 10px;
    position: relative;
    top: -2px;
}

.select-sort {
    margin-top: -5px;
    position: relative;
}

.dropdown-select {
    position: absolute;
    right: 0;
    z-index: 9;
    background: #FFFFFF;
    box-shadow: 0px 4px 12px rgb(52 87 10 / 16%);
    border-radius: 6px;
    top: 35px;
}

.sorting-block-blog .dropdown-select {
    z-index: 50;
}

.sorting-block-blog .control-label {
    margin-bottom: 8px;
}

.blog-header {
    display: flex;
    align-items: center;
}

/* .dropdown-select-style {
    min-height: 375px;
} */

.item-select {
    font-weight: 500;
    font-size: 14px;
    line-height: 13px;
    /* identical to box height */
    color: #2E3230;
    padding: 10px 12px;
    border-bottom: 1px solid #EFEFEF;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
}

.item-select:last-child {
    border: none;
}

.item-select.selected-block {
    color: #ff9213;
}

.item-select:hover {
    color: #ff9213;
}

.flex-btn-ocfilter {
    display: flex;
    justify-content: flex-end;
}

.dropdown-select {
    max-height: 0px;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
}

.select-sort {
    border: 1px solid #2e3230;
    border-radius: 6px;
    height: 35px;
    width: 140px;
    display: flex;
    justify-content: center;
    margin-left: auto;
}

.select-sort:hover .dropdown-select {
    max-height: 200px;
}

.select-sort:hover .dropdown-select-style {
    max-height: 375px;
}

ul.nav.nav-tabs.tabs-block-top {
    border: none;
}

.bg-row-block {
    /* background: #fff; */
    border-radius: 20px;
    padding: 0;
    padding-top: 20px;
    padding-bottom: 20px;
}

.flex-heading-row {
    display: flex;
    align-items: flex-start;
}

.btn-group.btn-group-heading {
    display: flex;
}

h1.product-title {
    font-weight: bold;
    font-size: 32px;
    line-height: 36px;
    /* or 112% */
    color: #2E3230;
    margin-top: 0px;
}

.btn-group.btn-group-heading button {
    border-radius: 8px;
    border: 1px solid rgba(46, 50, 48, 0.1);
    margin-left: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 37px;
    height: 35px;
}

.topicon-on-card {
    filter: brightness(0);
}

.flex-row-thumb {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    /* align-items: center; */
}

.thumbnail.item img {
    width: 100%;
}

.flex-row-thumb>div {
    flex: 1;
}

span.stock-item {
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(90, 166, 0, 0.1);
    border-radius: 50px;
    padding: 0 15px;
    height: 32px;
    gap: 7px;
    font-weight: 500;
    font-size: 12px;
    line-height: 167%;
    letter-spacing: -0.02em;
    color: #5aa600;
}

span.sku-item {
    font-weight: 500;
    font-size: 13px;
    line-height: 111%;
    letter-spacing: -0.02em;
    color: rgba(69, 69, 69, 0.65);
}

span.sku-item span {
    color: #8E9591;
}

.flex-stock-sku {
    margin-top: 10px;
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
    position: relative;
    justify-content: space-between;
}

.attribute-block {
    max-width: 400px;
    display: block;
    margin-top: 20px;
}

.flex-row-main {
    display: flex;
    flex-wrap: wrap;
}

.flex-row-main>div {
    flex-basis: 50%;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    /* or 171% */
    color: #2E3230;
}

.value-item-main {
    text-align: left;
}

.name-item-main {
    position: relative;
    background: #fff;
    z-index: 8;
}

.name-item-main span {
    background: #fff;
    position: relative;
    z-index: 9;
    padding-right: 2px;
}

.name-item-main:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 6px;
    border-bottom: 1px dashed #ADADAD;
    z-index: 1;
}

.option-wrapper .control-label {
    font-weight: 500;
    font-size: 14px;
    line-height: 136%;
    color: #2e3230;
    margin-bottom: 10px;
}

.flex-row-option {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.flex-row-option .radio {
    margin: 0px;
    margin-right: 10px;
    position: relative;
    flex-basis: 74px;
}

.flex-row-option .radio input {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0px !important;
    z-index: 9;
    opacity: 0;
}

.flex-row-option .radio label {
    padding: 0px;
    width: 100%;
    display: block;
}

span.custom-radio {
    display: flex;
    width: 100%;
    height: 44px;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    /* identical to box height, or 136% */
    color: #000000;
    border: 1px solid #E1E9EF;
    box-sizing: border-box;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
}

.flex-row-option .radio input:checked~.custom-radio {
    background: #ff9213;
    border-radius: 10px;
    color: #fff;
}

span.custom-radio:hover {
    background: #ff9213;
    border-radius: 10px;
    color: #fff;
}

.option-wrapper {
    margin-top: 25px;
    /* height: 105px; */
}

.option-wrapper .text-danger {
    margin-top: 12px;
}

span.price-text {
    font-weight: bold;
    font-size: 35px;
    line-height: 1.2;
    color: #ff4b21;
}

button#button-cart {
    background: linear-gradient(180deg, #ff9213 0%, #ff4921 100%);
    border: none;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    color: #fff;

    border-radius: 8px;
    padding: 0 17px;
    height: 42px;
}

span.icon-basket.icon-blue-basket svg {
    width: 17px;
    height: 17px;
}

span.icon-basket.icon-blue-basket path {
    fill: #fff;
}

.flex-input-block {
    display: flex;
    max-width: 100%;
    margin-top: 10px;
}

.input-group.number-spinner {
    display: flex;
    align-items: center;
}

.input-group.number-spinner span button {
    background: transparent;
    border-radius: 8px !important;
    border: 1px solid rgba(46, 50, 48, 0.1);
    box-sizing: border-box;
    /* Note: backdrop-filter has minimal browser support */
    box-shadow: none !important;
    text-shadow: none !important;
    display: flex;
    padding: 0px;
    float: none !important;
    min-width: 31px;
    min-height: 31px;
    align-items: center;
    justify-content: center;
}


.input-group.number-spinner .input-group-btn {
    box-shadow: none !important;
    text-shadow: none !important;
    display: block !important;
    float: none !important;
    width: auto;
}

span.icon-basket.icon-blue-basket {
    margin-left: 10px;
    margin-right: 0px;
}

li.image-additional .thumbnail img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

li.image-additional .thumbnail {
    height: 78px;
    width: 78px;
}

.number-spinner input#input-quantity {
    display: block !important;
    padding: 0px;
    width: auto;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    color: #2E3230;
    min-width: auto;
    text-align: center;
    border: none;
    box-shadow: none;
    margin-left: 5px;
    margin-right: 5px;
    width: 30px;
}

.form-group {
    margin-bottom: 0px;
}

.list-price {
    display: flex;
    flex-direction: column;
}

input.input-tel {
    border: 1px solid #DFDFDF;
    box-sizing: border-box;
    border-radius: 10px;
    height: 50px;
    padding-left: 15px;
    font-size: 13px;
    line-height: 19px;
    color: #2e3230;
    width: 230px;
}

button.quick-buy {
    background: #EEF5FA;
    border-radius: 10px;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #ff9213;
    height: 51px;
    border: none;
    padding: 0px 25px;
    margin-left: -20px;
    position: relative;
    top: 1px;
}


.quick-buyer-block {
    display: none;
    margin-top: 17px;
}

input.input-tel::placeholder {
    color: #AEAEAE;
}



input:focus,
button:focus {
    outline: none !important;
    box-shadow: none !important;
}

a.thumbnail {
    border: 1px solid #F3F3F3 !important;
    box-sizing: border-box !important;
    border-radius: 19px !important;
    margin-bottom: 0px;
    padding: 0px;
    overflow: hidden;
}

.dop-image-block {
    display: flex;
    flex-direction: column;
    align-self: center;
    /* justify-content: center; */
}

li.image-additional .thumbnail {
    border: 1px solid rgba(235, 91, 119, 0.63) !important;
    box-sizing: border-box;
    border-radius: 9px !important;
    margin: 10px 0px;
    overflow: hidden;
    padding: 0;
}

li.main-thumb-block {
    width: 100%;
    margin-left: 20px;
    padding-left: 0px;
    overflow: hidden;
    position: relative;
    border-radius: 20px;
}

span.sticker.product-sticker {
    text-align: center;
}

.dop-image-block {
    flex-basis: 124px;
    overflow-y: scroll;
    padding-right: 20px;
    max-height: 510px;
}

.dop-image-block::-webkit-scrollbar {
    width: 3px;
}

.dop-image-block::-webkit-scrollbar-track {
    background: #E0E7EC;
    border-radius: 3px;
}

.dop-image-block::-webkit-scrollbar-thumb {
    background: #ff9213;
    border-radius: 3px;
}

ul.tabs-block-top {
    padding: 14px;
    list-style: none;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    margin-top: 0;
    background-color: white;
    border-radius: 6px;
}

ul.tabs-block-top li {
    margin-right: 25px;
}

ul.tabs-block-top li a {
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    color: #2E3230;
    position: relative;
}


/* ul.tabs-block-top li a.active-tab-product {
    color: #ff9213;
} */

ul.tabs-block-top li a.active-tab-product:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    bottom: -15px;
    height: 2px;
    background-color: #ff4921;
}

span.title-attr-wrapper {
    font-weight: bold;
    font-size: 24px;
    line-height: 20px;
    /* identical to box height, or 83% */
    color: #2E3230;
    display: block;
    margin-bottom: 20px;
}

div#tab-specification {
    margin-top: 30px;
}

div#tab-dopusk {
    margin-top: 30px;
}

.flex-row-attribute:nth-child(odd) {
    background: #fff;
    border-radius: 6px;
}

.flex-row-attribute {
    display: flex;
    padding: 9px 30px;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    /* identical to box height, or 171% */
    color: #2E3230;
    /* flex-wrap: wrap; */
}

.name-attr {
    flex-basis: 44%;
    min-width: 44%;
    color: #7e7e7e;
}

.inside-description {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #2E3230;
    background: #fff;
    padding: 30px;
    border-radius: 20px;
}

.inside-description img {
    width: 100%;
    border-radius: 12px;
}

div#tab-description {
    margin-top: 40px;
}

.item-download {
    background: #FFFFFF;
    border-radius: 20px;
    padding: 20px 27px;
    margin-bottom: 10px;
}

.item-download a {
    display: flex;
    height: 100%;
    align-items: center;
}

.item-download a img {
    margin-right: 10px;
}

.item-download span {
    font-weight: bold;
    font-size: 14px;
    line-height: 11px;
    /* or 79% */
    color: #ff9213;
    border-bottom: 1px dashed;
}

div#tab-download {
    margin-top: 30px;
}

.sticky-review {
    position: sticky;
    top: 101px;
}

.review-wrapper {
    background: #FFFFFF;
    border-radius: 20px;
    padding: 30px;
}

div#tab-review {
    margin-top: 30px;
}

textarea#input-review,
input#input-name {
    border: 1px solid #DFDFDF;
    box-sizing: border-box;
    border-radius: 10px;
    box-shadow: none;
    font-size: 13px;
    line-height: 19px;
    color: #000;
    padding: 15px;
    resize: none;
}

input#input-name {
    height: 50px;
    margin-bottom: 15px;
}

.group-ocenka {
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    text-align: left;
    margin-top: 15px;
}

.buttons.btn-leave-review-block {
    margin: 0px;
    width: 100%;
    margin-top: 10px;
}

.rating-group label {
    font-size: 13px;
    line-height: 19px;
    color: #AEAEAE;
    display: block;
    text-align: center !important;
    margin-bottom: 5px !important;
}

.stars-rating .wrap {
    text-align: center;
}

.rating-group {
    text-align: center;
    width: 100%;
}

button#button-review {
    background: linear-gradient(180deg, #ff9213 0%, #ff4921 100%);
    border-radius: 10px;
    height: 50px;
    border: none;
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    color: #fff;
    padding: 15px 75px;
    width: 100%;
}

span.input-circle-rating {
    position: relative;
    top: 1px;
}

/* span.input-circle-rating:before {
    content: "";
    position: absolute;
    left: 1px;
    right: 1px;
    bottom: 1px;
    top: 1px;
    background: #ff9213;
    border-radius: 100%;
} */

.head-block-review {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.author-rating {
    display: flex;
    align-items: center;
}

span.author-review {
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #2e3230;
    margin-right: 10px;
}

.data-review {
    font-size: 14px;
    line-height: 16px;
    color: #ACACAC;
}

span.text-rating {
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    color: #ff9213;
    margin-left: 5px;
}

.description-block-review {
    font-weight: 500;
    font-size: 14px;
    line-height: 23px;
    color: #2E3230;
}

.item-review-block {
    /* border-bottom: 1px solid #F4F5F6; */

    margin-bottom: 15px;
    background: #fff;
    border-radius: 16px;
    padding: 15px 17px;
}

/* span.out-circle-rating {
    width: 13px;
    height: 13px;
    display: inline-block;
    border-radius: 100%;
    border: 1px solid rgba(0, 77, 132, 0.22);
    box-sizing: border-box;
    padding: 1px;
    position: relative;
    top: 2px;
} */

.stars-rating .wrap span {
    /* border: 1px solid rgba(235, 91, 119, 0.27); */
    box-sizing: border-box;
    width: 32px;
    height: 32px;
    display: inline-block;
    border-radius: 100%;
    padding-right: 2px;
    position: relative;
}

.stars-rating .wrap span:before {
    content: "";
    border-radius: 100%;
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    transition: all 0.3s ease-in-out;
}

.stars-rating .wrap span {
    transition: all 0.3s ease-in-out;
    margin: 0 4px;
}

.stars-rating .wrap:hover span:before {
    content: "";
    border-radius: 100%;
    /* background: #ff9213; */
    position: absolute;
}

.stars-rating .wrap:hover span {
    /* border: 1px solid rgba(235, 91, 119, 0.27); */
}

.stars-rating .wrap:hover span:hover~span:before {
    /* background: #fff; */
}



/* .stars-rating .wrap:hover span:hover~span {
    border: 1px solid rgba(235, 91, 119, 0.27);
} */

.stars-rating .wrap[data-rate="1"] span:nth-child(-n+1) path,
.stars-rating .wrap[data-rate="2"] span:nth-child(-n+2) path,
.stars-rating .wrap[data-rate="3"] span:nth-child(-n+3) path,
.stars-rating .wrap[data-rate="4"] span:nth-child(-n+4) path,
.stars-rating .wrap[data-rate="5"] span:nth-child(-n+5) path {
    /* background: #ff9213; */
    stroke: #FF7948;
    fill: #FF7948;
}

/* .stars-rating .wrap[data-rate="1"] span:nth-child(-n+1),
.stars-rating .wrap[data-rate="2"] span:nth-child(-n+2),
.stars-rating .wrap[data-rate="3"] span:nth-child(-n+3),
.stars-rating .wrap[data-rate="4"] span:nth-child(-n+4),
.stars-rating .wrap[data-rate="5"] span:nth-child(-n+5) {
    border: 1px solid #ff9213;
} */

.nav-fixed-top {
    position: fixed;
    left: 0;
    right: 0;
    top: 0px;
    background: #FFFFFF;
    border: 1px solid #F3F3F3;
    box-sizing: border-box;
    box-shadow: 0px 4px 6px rgb(5 49 80 / 7%);
    border-radius: 0px;
    padding: 4px 0px 5px;
    z-index: 9;
}

.flex-top-fixed {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flex-top-fixed {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.buttons-fixed-top {
    display: flex;
}

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

span.heading-fixed-title {
    display: block;
    text-align: right;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.1;
    /* identical to box height, or 225% */
    color: #2E3230;
}

span.price-fixed-top {
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #ff9213;
    text-align: right;
    display: block;
}


.buttons-fixed-top button:nth-child(1),
.buttons-fixed-top button:nth-child(2) {
    border: 1px solid #F2F2F2;
    box-sizing: border-box;
    border-radius: 10px;
    min-width: 45px;
    height: 45px;
    margin-left: 12px !important;
}

.buttons-fixed-top button#button-cart-fixed {
    height: 45px;
    margin-left: 10px;
}

.buttons-fixed-top {
    margin-left: 10px;
}

.flex-top-fixed ul.tabs-block-top {
    margin-top: -3px;
    margin-bottom: 0px;
}

.nav-fixed-top {
    transform: translate(0px, -80px);
    transition: all 0.4s ease-in-out;
}

.inside-description ul {
    padding-left: 25px;
}

.fixedCat .nav-fixed-top {
    transform: translate(0px, 62px);
}


/* CONTACTS ===========================*/

#information-information #content h1 {
    margin-bottom: 0;
    color: #2E3230;
    font-weight: bold;
    font-size: 32px;
    line-height: 20px;
}

#information-information #content {
    min-height: calc(100vh - 516px);
}

.contacts-content {
    margin-top: 28px;
}

.content__text-adress {
    /* width: 100%; */
    max-width: 636px;
    background: #FFFFFF;
    border-radius: 20px;
    padding: 23px 20px;
    margin-bottom: 40px;
}

.adress-warehouse {
    position: relative;
}

.adress-warehouse:after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    right: 9px;
    height: 67px;
    border-right: 1px solid #F0F0F0;
}

.adress-title {
    position: relative;
    padding-left: 26px;
    color: #2E3230;
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
    margin-bottom: 11px;
    display: block;
}

.adress-body span {
    color: #2E3230;
    font-size: 16px;
    line-height: 19px;
    display: block;
    padding-left: 4px;
}

.adress-title:before {
    content: '';
    position: absolute;
    left: 0;
    width: 21px;
    height: 21px;
    background-image: url(/image/catalog/adresspic.png);
}

.content__text-phone {
    margin-bottom: 40px;
}

.phone-block-second {
    padding-left: 12px;
}

.phone-title {
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #2E3230;
}

.phone-icon,
.contact-icon-text {
    display: block;
    font-size: 12px;
    line-height: 14px;
    color: #616661;
    position: relative;
    padding-left: 28px;
    margin: 10px 0;
}

.phone-icon:before {
    content: '';
    position: absolute;
    top: -2px;
    left: 0;
    width: 20px;
    height: 20px;
    background-image: url(/image/catalog/Calling.png);
}

.phone-numbers .phone-number {
    display: block;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #2E3230;
}

.contact-icon-text:before {
    content: '';
    position: absolute;
    left: 0;
    width: 19px;
    height: 19px;
    background-image: url(/image/catalog/Message.png);
    background-repeat: no-repeat;
}

.content__text-email {
    padding: 0;
}

.text-email-adress {
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    color: #2E3230;
}

.contacts-content__map {
    overflow: hidden;
    border-radius: 20px;
    max-width: 630px;
    height: 385px;
}



.contacts-content__map iframe {
    height: 100%;
    width: 100%;
}

/* END CONTACTS ========================= */


/* ABOUT-US ============================== */
.first-section {
    margin-top: 20px;
    margin-bottom: 30px;
}

.right-side-img {
    max-width: 700px;
    overflow: hidden;
    position: relative;
    top: -40px;
}

.right-side-img img {
    width: 100%;
    border-radius: 20px;
    padding: 0;
}

.text-block {
    font-size: 16px;
    line-height: 27px;
    color: #2E3230;
    font-weight: 500;
}

.advantages-block {
    background: #FFFFFF;
    border-radius: 13px;
    padding: 50px 45px;
    height: 390px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.advantage-item {
    text-align: center;
    padding: 0 20px;
}

.advantage-img {
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}

.advantage-text {
    font-size: 16px;
    line-height: 20px;
    color: #2E3230;
    font-weight: 500;

}

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

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

.right-side-text {
    padding-top: 50px;
}

.advantage-item-rightline {
    position: relative;
}

.advantage-item-rightline:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 117px;
    border-right: 1px solid #EFEFEF;
}

.advantage-item-gorline {
    position: relative;
}

.advantage-item-gorline:after {
    content: '';
    display: block;
    position: absolute;
    top: 170%;
    right: 50%;
    transform: translate(50%, 50%);
    width: 200px;
    border-top: 1px solid #EFEFEF;
}

.advantage-item-leftline {
    position: relative;
}

.advantage-item-leftline:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 117px;
    border-right: 1px solid #EFEFEF;
}

.advantage-item-topline {
    position: relative;
}

.advantage-item-topline:before {
    content: '';
    display: block;
    position: absolute;
    top: -36%;
    left: 50%;
    transform: translate(-50%, 50%);
    width: 200px;
    border-top: 1px solid #EFEFEF;
}

.text-block-benefits {
    margin-bottom: 25px;
}

.benefits-title {
    margin-top: 50px;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 22px;
    line-height: 27px;
    color: #2E3230;
}

.benefits-list {
    list-style: none;
    padding-left: 30px;
    margin-bottom: 25px;
}

.benefits-item {
    position: relative;
    font-size: 14px;
    line-height: 20px;
    color: #2E3230;
    margin-bottom: 15px;
    font-weight: 500;

}

.benefits-item:before {
    content: '';
    position: absolute;
    top: 6px;
    left: -15px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #ef5219;
}

.benefits-img {
    width: 100%;
}

.benefits-picture-block {
    margin-top: 95px;
}

.numbers-section {
    margin: 50px 0;
    background: #FFFFFF;
    border-radius: 13px;
    padding: 40px 10px 30px 28px;
}

.number-title {
    font-weight: 500;
    font-size: 50px;
    line-height: 20px;
    color: #ff9213;
    margin-bottom: 7px;
    display: block;
}

.numbers-description {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #2E3230;
    margin-top: 10px;
}

.numbers-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100px;
}

.numbers-item-line {
    position: relative;
}

.numbers-item-line:after {
    content: '';
    display: block;
    position: absolute;
    top: -13px;
    right: 10px;
    height: 117px;
    border-right: 1px solid #EFEFEF;
}

.viz {
    opacity: 1;
    transition: 1s;
}

#information-information .row #content div .other-categories .container {
    padding: 0;
}

/* END ABOUT US =============================*/



/* ДОСТАВКА И ОПЛАТА */
.delivery__content {
    margin-top: 20px;
}

.delivery-payment-title {
    font-weight: bold;
    font-size: 22px;
    line-height: 27px;
    color: #2E3230;
}

.block-content {
    background: #FFFFFF;
    border-radius: 11px;
    padding: 20px 22px;
    /* height: 100%; */
}

.text-content {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #2E3230;
    border-bottom: 1px solid #E7ECF0;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.text-content:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.text-content p {
    font-size: 14px;
    margin: 7px 0;
    line-height: 21px;
}

.text-content-numbers {
    color: #ff9213;
}

.text-icon-block {
    border-bottom: 1px solid #E7ECF0;
    padding-bottom: 23px;
    margin-bottom: 19px;
}

.text-icon-item {
    position: relative;
}

.text-icon-item:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    border-right: 1px solid #F4F4F4;
    height: 72px;
}

.text-icon-item:last-child::after {
    display: none;
}

.text-icon-item img {
    display: block;
}

.text-icon-item span {
    font-weight: 600;
    font-size: 13px;
    line-height: 14px;
    color: #2E3230;
    display: block;
    margin-top: 9px;
}

.text-section-title {
    font-weight: bold;
    font-size: 16px;
    line-height: 27px;
    color: #2E3230;
}

.text-section-content {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #2E3230;
}

.text-section-content-bottom {
    margin-bottom: 0;
}

/* END ДОСТАВКА И ОПЛАТА */



/* СТРАНИЦА НОВОСТЕЙ */

.content-links-wrapper {
    position: sticky;
    top: 127px;
}

.content-links {
    background: #FFFFFF;
    border-radius: 15px;
    padding: 22px 15px;
    position: relative;
    top: -84px;
}

.content-links-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    color: rgba(46, 50, 48, 0.9);
    margin-bottom: 18px;
    display: block;
}

.content-links-text {
    display: block;
    margin-bottom: 15px;
}

.content-links-text:last-child {
    margin-bottom: 0;
}

.content-links a {
    color: #C35380;
}

.text-content-title {
    font-weight: bold;
    font-size: 22px;
    line-height: 27px;
    color: #2E3230;
    margin-bottom: 11px;
    display: block;
}

.text-content-subtitle {
    font-weight: bold;
    font-size: 18px;
    line-height: 27px;
    color: #2E3230;
}

.text-block img {
    margin: 15px 0 0;
}

.article-text .text-block {
    margin-bottom: 20px;
}

.image-reviews-section .thumbnails li a.thumbnail {
    padding: 0;
    background-color: transparent;
    pointer-events: none;
}

.thanks-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.thanks-text-title {
    font-weight: bold;
    font-size: 15px;
    line-height: 27px;
    color: #464646;
    display: block;
    position: relative;
    z-index: 5;
    padding-right: 10px;
    background-color: #F4F5F7;
}

.date-title-bottom {
    font-size: 16px;
    line-height: 20px;
    color: #464646;
    margin-top: 0;
    display: block;
    position: relative;
    z-index: 5;
    padding-left: 10px;
    background-color: #F4F5F7;
}

.thanks-text:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    border-top: 1px solid #DDDFE1;
    top: 50%;
    transform: translate(0, -50%);
}

.vews-reviews-block {
    margin: 30px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 355px;
}

.title-views,
.reviews-wrapper {
    font-size: 14px;
    line-height: 20px;
    color: #757676;
    display: block;
}

.reviews-wrapper {
    margin-top: 30px;
}

.num-views,
.num-review {
    display: inline-block;
    position: relative;
    background: #FFFFFF;
    border-radius: 4px;
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    color: #707070;
    padding: 5px 10px 5px 27px;
    max-width: 55px;
    margin-top: 5px;
}

.num-views:before {
    content: '';
    position: absolute;
    display: block;
    background-image: url(/image/catalog/eye-views.png);
    top: 9px;
    left: 6px;
    width: 13px;
    height: 13px;
}

.num-review {
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color: #417295;
}

.num-review:before {
    content: '';
    position: absolute;
    display: block;
    background-image: url(/image/catalog/reviews-img.png);
    background-repeat: no-repeat;
    background-size: contain;
    top: 10px;
    left: 7px;
    width: 10px;
    height: 10px;
}

.date-title {
    font-size: 16px;
    line-height: 20px;
    color: #2E3230;
    display: block;
    margin-top: 26px;
}

.share-block {
    margin-bottom: 10px;
}

.share-block-title {
    margin-bottom: 5px;
}

.facebook-share,
.twitter-share {
    margin-right: 1px;
}

.reviews-container {
    background: #FFFFFF;
    border-radius: 15px;
    padding: 28px 20px;
    height: 322px;
}

.reviews-title {
    font-weight: bold;
    font-size: 32px;
    line-height: 27px;
    color: #2E3230;
    margin-bottom: 30px;
    display: block;
}

.reviews-container .text-right {
    border: none;
}

.reviews-container tr {
    background-color: white !important;
}

.table-bordered>tbody>tr>td {
    border: none;
    padding: 0;
}

.reviews-container .table-bordered {
    border: none;
    border-bottom: 1px solid #F4F5F6;
    ;
}

.reviews-container tr td {
    font-weight: bold;
    font-size: 18px;
    line-height: 16px;
    color: #2E3230;
}

.reviews-container tr td p {
    font-weight: 500;
    font-size: 14px;
    line-height: 23px;
    color: #2E3230;
    margin: 15px 0;
}

.reviews-container tr .text-right {
    font-size: 14px;
    line-height: 16px;
    color: #ACACAC;
    font-weight: 500;
    margin-top: 6px;
    display: block;
}

#review::-webkit-scrollbar {
    width: 3px;
    background-color: #F5F5F5;
}

#review::-webkit-scrollbar-thumb {
    background: #ACBECB;
    border-radius: 3px;
}

#review::-webkit-scrollbar-track {
    background: #E0E7EC;
    border-radius: 3px;
}

.review-block h2 {
    margin-top: 5px;
}

.review-button {
    margin: 0;
    float: right;
    padding-right: 0;
    max-width: 296px;
}

.review-button .pull-right {
    width: 100%;
}

.review-button .pull-right button {
    width: 100%;
}

.image-reviews-section .thumbnail {
    cursor: unset;
    border-radius: 15px;
}

.image-reviews-section .thumbnails {
    margin-left: -10px;
}

.image-reviews-section img {
    border-radius: 15px;
}

.thumbnails-pic-wrapper {
    width: 100%;
}

.image-reviews-section .thumbnail img {
    width: 100%;
    height: 425px;
    object-fit: cover;
}

.article-content .article-text img {
    border-radius: 15px;
    width: 100%;
}

.nameinput-button-block {
    margin-top: 15px;
}

.form-horizontal-review {
    padding-left: 30px;
}

.reviews-container .review-section {
    padding-right: 30px;
}

.share-items img {
    border-radius: unset !important;
}

.caption-article {
    margin-left: 0 !important;
}

/* END СТРАНИЦА НОВОСТЕЙ */


/* СТРАНИЦА КАТЕГОРИИ НОВОСТЕЙ */
.view-style {
    display: none;
}

.blog-categoey-title {
    margin: 0;
    margin-top: 5px;
}

.view-select {
    float: right;
    max-width: 116px;
}

.product-thumb-article-category {
    background-color: transparent;
    border-radius: unset;
}

.product-thumb-article-category .button-group {
    border-top: unset;
}

.product-thumb-article-category .image {
    height: 182px;
    width: 100%;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    padding: 0 !important;
    float: none !important;
}


.product-thumb-article-category .image a {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(360deg, #C35380 0%, rgba(0, 77, 132, 0) 100%);
    z-index: 9;
    transition: 0.5s;
}

.product-thumb-article-category .image a:hover {
    background: linear-gradient(360deg, #C35380 0%, rgba(0, 77, 132, 0) 100%);
}

.product-thumb-article-category .image img {
    object-fit: cover;
    margin-right: auto;
    width: 100%;
    height: 100%;
}

.article-short-info {
    font-size: 13px;
    line-height: 20px;
    color: #A3ABB0;
    margin: 14px 0 10px;
}

.caption-first-item .article-short-info {
    color: white;
}

.article-short-info .date-item {
    margin-right: 5px;
}

.article-short-info .num-reviews,
.article-short-info .num-viewed {
    position: relative;
    padding-left: 15px;
}

.article-short-info .num-viewed {
    padding-left: 18px;
    margin-left: 5px;
}

.article-short-info .num-reviews:before,
.article-short-info .num-viewed:before {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 12px;
    height: 12px;
}

.article-short-info .num-reviews:before {
    background-image: url(/image/catalog/review-cat.png);
    top: 2px;
}

.article-short-info .num-viewed:before {
    background-image: url(/image/catalog/cat-eye.png);
    width: 15px;
    height: 15px;

}

.product-thumb-article-category .caption {
    padding: 0;
}

.product-thumb-article-category .caption a {
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    color: #2E3230;
    min-height: 70px;
    display: block;
}

.category-article-items .caption {
    margin-left: 0 !important;
}



.article-category-form {
    min-height: 280px;
    margin-bottom: 23px;
    background: #FFFFFF;
    border-radius: 14px;
    padding: 45px 26px;
    position: relative;
    overflow: hidden;
    z-index: 10;
}

.article-category-form:after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    right: -75px;
    background-image: url(/image/catalog/circule-form.png);
    background-repeat: no-repeat;
    width: 222px;
    height: 222px;
    z-index: 2;
}

.article-category-form .category-form-title .form-title {
    font-weight: bold;
    font-size: 32px;
    line-height: 31px;
    letter-spacing: 0.02em;
    color: #2E3230;
}

.article-category-form .category-form-title .form-subtitle {
    font-size: 16px;
    line-height: 19px;
    color: #585C5A;
}

.cattegory-form-fields {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.category-mail-form {
    flex-basis: 70%;
}

.category-mail-form input {
    height: 51px;
    width: 100%;
    border: 1px solid #DFDFDF;
    border-radius: 6px;
    padding: 15px;
}

.category-submit-form {
    flex-basis: 28%;
}

.category-submit-form button {
    width: 100%;
}

.category-mail-form input::placeholder {
    color: #AEAEAE;
    font-size: 13px;
    line-height: 19px;
}

.caption-first-item {
    position: absolute;
    bottom: 25px;
    left: 40px;
    z-index: 20;
}

.first-article .caption-first-item a {
    min-height: 0;
    color: white;
    font-weight: 600;
    font-size: 22px;
    line-height: 20px;
}

.first-article .image {
    height: 283px;
}

.form-control-category-article {
    padding: 0;
    font-weight: 600;
    font-size: 14px !important;
    line-height: 17px;
    color: #2E3230;
    background-color: transparent;
    border: unset;
    height: 19px;
    margin-right: 0;
    box-shadow: unset;
}

.load-more-button {
    height: 66px;
    background: #FFFFFF;
    border-radius: 33px;
    border: none;
    outline: none;
    margin-bottom: 20px;
    width: 100%;
}

.load-more-button span {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #6D716E;
    position: relative;
}

.load-more-button span:after {
    content: '';
    position: absolute;
    right: -24px;
    top: 5px;
    background-image: url(/image/catalog/Arrow-down.png);
    background-repeat: no-repeat;
    width: 13px;
    height: 13px;
}

.title-views-mobile {
    display: block;
}

.tab-pane-reviews {
    margin: 50px 0 60px;
}

.reviews-row {
    padding: 0 15px;
}

.other-articles {
    font-weight: bold;
    font-size: 32px;
    line-height: 27px;
    color: #2E3230;
    margin-bottom: 27px;
}

.num-reviews-srticle .title-views-mobile,
.num-reviews-srticle .num-review {
    display: none !important;
}

.top-info-text {
    font-weight: bold;
    font-size: 22px;
    line-height: 21px;
    color: #E0E7EC;
    text-align: center;
}

.top-info img {
    display: block;
    margin: 0 auto;
}

.bottom-blocks {
    margin-top: 35px;
}

.bottom-blocks img {
    width: 100%;
}

.nameinput-button-block .form-group {
    width: 54%;
}

/* END СТРАНИЦА КАТЕГОРИИ НОВОСТЕЙ */



/* СТРАНИЦА ВХОДА */

.enter-form-title {
    font-weight: bold;
    font-size: 32px;
    line-height: 20px;
    text-align: center;
    color: #2E3230;
    margin-bottom: 30px;
    padding-top: 10px;

}

.login-form-title {
    position: relative;
    z-index: 50;
    width: 88px;
    margin: 23px auto 30px;
    background: #F4F5F6;
}

.popup-btn-close {
    font-size: 27px;
    font-weight: 400;
    line-height: 1;
}

.well-login {
    border: none;
    box-shadow: none;
    max-width: 320px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.well-login:after {
    content: '';
    position: absolute;
    top: 5%;
    width: 100%;
    border-top: 1px solid #D5DBD8;
    z-index: 1;
}

.forgot-password {
    text-align: end;
}

.control-label-enter {
    font-size: 13px;
    line-height: 19px;
    color: #626262;
}

.form-control-enter {
    height: 51px;
    width: 318px;
    background-color: #FFFFFF;

    border-radius: 6px;
    border: none;
    box-shadow: none;
    padding-left: 15px;
    position: relative;
}

.show-password-log {
    top: 60% !important;
    /* right: 33px !important; */
}

.form-group-password {
    margin-top: 15px;
}

.remember-checkbox-wrapper {
    margin-top: 20px;
}

.remember-title {
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    color: #545454;
}

.remember-checkbox-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.remember-checkbox-input+label {
    display: inline-flex;
    align-items: center;
    user-select: none;
}

.remember-checkbox-input+label::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    border: none;
    margin-right: 0.5em;
    background-color: #ff9213;
    border-radius: 3px;
}

.remember-checkbox-input:checked+label::before {
    background-image: url(/image/catalog/checkmarkss-login.png);
    background-repeat: no-repeat;
    background-position: center;
}

.login-button {
    background: linear-gradient(180deg, #ff9213 0%, #ff4921 100%);
    border-radius: 6px;
    outline: none;
    border: none;
    height: 51px;
    margin: 19px 0 14px;
    transition: 0.3s;
    font-weight: bold;
    font-size: 16px;
    line-height: 35px;
    color: #FFFFFF;
    width: 100%;
    border: 1px solid #ff9213;
}

.login-button:hover {
    background: white;
    color: #ff9213;
    border: 1px solid #ff9213;
}

/* .topicon-on-card {
    margin-top: 4px;
    margin-right: 2px;
} */

.register-link,
.register-link:hover {
    padding: 0;
    border: none;
    background: none;
    font-weight: 600;
    font-size: 14px;
    line-height: 11px;
    color: #ff9213;
    box-shadow: none;
    position: relative;
    max-width: 145px;
    display: block;
    margin: 0 auto 20px;
}

.register-link:after {
    content: '';
    position: absolute;
    display: block;
    bottom: -3px;
    right: 0;
    width: 100%;
}

.forgot-password {
    font-size: 14px;
    line-height: 19px;
    color: #B5B5B5;
    position: relative;
}

.forgot-password:hover {
    color: #ff9213;
}

.forgot-password:after {
    content: '';
    position: absolute;
    display: block;
    border-bottom: 1px dashed #B5B5B5;
    bottom: 0;
    right: 17px;
    width: 60%;
}

.face-google-title {
    font-size: 12px;
    line-height: 14px;
    color: #626262;
    text-align: center;
    margin-bottom: 16px;
    display: block;
}

.soc-buttons-wrapper {
    display: flex;
    justify-content: space-between;
}


.social-reg-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: white;
    width: 147px;
    height: 51px;
    border-radius: 6px;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    position: relative;
}

.social-reg-button img {
    margin-right: 5px;
}

.face-btn {
    color: #1976D2;
}

.google-btn {
    color: #EA4335;
}

.modal-content-login {
    background: #F4F5F6;
    max-width: 366px;
    padding-bottom: 25px;
    margin: 0 auto;
    border-radius: 15px;
}

.modal-dialog-reg {
    border-radius: 15px;
    width: 100%;
    max-width: 710px;
}

.modal-dialog {
    top: 50%;
    transform: translate(0, -50%) !important;
    margin-top: 0 !important;
}

/* END СТРАНИЦА ВХОДА */



/* СТРАНИЦА РЕГИСТРАЦИИ */
.forms-items-wrapper {
    width: 100%;
    margin: 0 auto;
    max-width: 662px;
}

.close-register {
    margin-right: 15px;
    margin-top: 8px;
}

div.required .control-label:before {
    display: none;
}

.control-label-register {
    font-size: 13px;
    line-height: 19px;
    color: #626262;
    margin-bottom: 6px !important;
    padding-top: 0 !important;
}

.register-form-title {
    position: relative;
    z-index: 50;
    width: 340px;
    margin: 23px auto 30px;
    background: #F4F5F6;
}

.form-control-wrapper {
    width: 100%;
    max-width: 318px;
}

.form-control-register {
    background: #FFFFFF;
    border-radius: 6px;
    height: 51px;
    border: unset;
    box-shadow: unset;
    margin-bottom: 15px;
}

.password-info-text {
    font-size: 12px;
    line-height: 15px;
    color: #626262;
    margin-left: -15px;
    margin-top: 28px;
}

.form-control-wrapper-pass {
    position: relative;
}

.eye-button-reg {
    position: absolute;
    top: 39%;
    right: 10px;
    display: block;
    width: 17px;
    height: 11px;
    cursor: pointer;
}

.eye-button-reg-page {
    top: 42% !important;
}

.button-wrappepr-reg {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

.button-register {
    width: 318px;
    margin: 0 0 12px 0;
}

.link-to-login a {
    font-weight: 600;
    font-size: 14px;
    line-height: 11px;
    color: #ff4921;
    position: relative;
}

.link-to-login a:after {
    content: '';
    position: absolute;
    display: block;
    border-bottom: 1px dashed #ff9213;
    bottom: 0px;
    right: 0px;
    width: 100%;
}

.modal-content-register {
    border-radius: 15px;
    background: #F4F5F6;
    padding: 15px 0;
    position: relative;
}

.modal-content-register:after {
    content: '';
    position: absolute;
    width: 94%;
    top: 11%;
    left: 3%;
    width: 94%;
    border-top: 1px solid #D5DBD8;
    z-index: 1;
}

.button-wrappepr-reg .buttons {
    margin-bottom: 0;
}

.form-group-right {
    margin-left: auto !important;
}

/* END СТРАНИЦА РЕГИСТРАЦИИ */




/* ВОССТАНОВЛЕНИЕ ПАРОЛЯ */
.recover-pass {
    width: 100%;
    max-width: 375px;
    margin: 0 auto;
}

.form-group-recover {
    display: flex;
    flex-direction: column;
}

.recovery-input {
    width: 318px;
    margin: 0 auto;
}

.control-label-recover {
    width: 100%;
    text-align: start !important;
    font-size: 13px;
    line-height: 19px;
    color: #626262;
    margin-bottom: 6px !important;
    display: block;
    padding-left: 0 !important;
}

.instruction-text {
    font-size: 12px;
    line-height: 15px;
    color: #626262;
    width: 318px;
    display: block;
    margin: 0 auto;
}

.form-control-recovery {
    margin-bottom: 10px !important;
}

.buttons-recovery-wrapper {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
}

.button-recovery {
    width: 100%;
    width: 318px;
    margin: 12px 0 14px;
}

.subscribe-block {
    background: transparent !important;
}

.link-rec-to-login {
    padding: 0;
    background: transparent;
    border: unset;
    outline: unset;
    box-shadow: unset;
    font-weight: 600;
    font-size: 14px;
    line-height: 11px;
    color: #ff9213;
    position: relative;
}

.link-rec-to-login:after {
    content: '';
    position: absolute;
    display: block;
    border-bottom: 1px dashed #ff9213;
    bottom: -3px;
    right: 0px;
    width: 100%;
}

.link-rec-to-login:hover {
    background: transparent;
    padding: 0;
}

.agree-text-checkbox {
    opacity: 0;
    visibility: hidden;
}

.pull-right {
    float: none !important;
}


/* END ВОССТАНОВЛЕНИЕ ПАРОЛЯ */


.reset-pass {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
}

.control-label-reset {
    text-align: start !important;
    font-size: 13px;
    line-height: 19px;
    color: #626262;
    display: block;
    margin-bottom: 5px !important;
}

.form-control-reset {
    margin-bottom: 0;
}

.password-info-text-reset {
    margin-left: 0;
    margin-top: 19px;
    margin-bottom: 19px;
}

.reset-button {
    margin-top: 0;
}

.success-page {
    text-align: center;
    margin-top: 100px;
    min-height: 290px !important;
}

.success-text-message {
    display: block;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}

.success-button {
    max-width: 300px;
}

.recover-pass {
    min-height: 350px !important;
}

.show-password {
    background: url(/image/catalog/eye-login.png);
}

.hide-password {
    background: url(/image/catalog/close-eye.png);
    top: 31%;
    height: 19px;
}

/* АККАУНТ -----------------*/

.account-title {
    font-weight: bold;
    font-size: 32px;
    line-height: 20px;
    margin-bottom: 17px;
}

.account-links {
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    color: #2E3230 !important;
    padding: 15px 19px 16px 19px !important;
    display: block;
    margin-bottom: 0 !important;
    border-radius: 6px;
    border: unset !important;
    background: #F4F5F7;
}

.account-links-active {
    color: #ff9213;
    background: #DBE3E8;
}

.account-content__right-side {
    background: #FFFFFF;
    border-radius: 15px;
    min-height: 283px !important;
    padding: 23px 30px;
}

.account-forms-title {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
}

.account-form-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
}

.account-form-wrapper {
    flex-basis: 33%;
}


.account-form-name {
    font-size: 13px;
    line-height: 19px;
    margin-bottom: 6px !important;
}

.account-input-wrapper .form-control-item {
    height: 51px;
    border-radius: 6px;
    border: 1px solid #F4F5F6;
    box-shadow: unset;
    cursor: default !important;
}

.account-form-row:not(:last-child) {
    margin-bottom: 26px;
}

.header-form-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 30px;
}

.button-save-form {
    margin: 0;
}

.style-data-button {
    padding: 0;
    border: unset;
    outline: unset;
    background: transparent;
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #7B91A2;
}

.style-data-button img {
    margin-left: 3px;
}

.edit-data-button {
    position: relative;
    padding-right: 15px;
}

.edit-data-button:after {
    content: '';
    display: block;
    position: absolute;
    width: 14px;
    height: 13px;
    background: url(/image/catalog/edit-form.png);
    background-position: center;
    background-size: contain;
    right: 0;
    top: 3px;
}

.save-data-button {
    color: #ff9213;
    box-shadow: unset;
}

.save-data-button:hover {
    color: #ff9213;
    background: transparent;
}

.edit-input-data {
    display: flex;
    align-items: center;
}

.button-save-form {
    display: none;
}

.cancel-edit-form {
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #595959;
    cursor: pointer;
    margin-right: 25px;
    display: none;
}

.subscribe-block {
    height: 51px;
    border-radius: 6px;
    background: #EEEEEE;
    margin-top: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.subscribe-checkbox-input+label {
    margin-right: 0;
    margin-bottom: 0;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.subscribe-checkbox-input+label::before {
    margin-left: 115px;
    margin-right: 0;
}

.subscribeto-title {
    font-weight: 500;
    font-size: 14px;
    color: #ff9213;
}


.wish-list-block {
    background: #FFFFFF;
    border-radius: 15px;
    padding: 30px 40px;
    border: unset;
}

.wish-list-block h2 {
    margin-top: 0;
    margin-bottom: 29px;
}

.product-items {
    display: flex;
    flex-wrap: wrap;
}

.product-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 305px;
    height: 291px;
    border: 1px solid #F3F3F3;
    border-radius: 20px;
    box-sizing: border-box;
    padding: 15px;
    margin-right: 39px;
    margin-bottom: 38px;
    flex-basis: 33%;
    position: relative;
}

.product-item:nth-child(3n+3) {
    margin-right: 0;
}

.product-item:nth-last-child(-n+3) {
    margin-bottom: 0;
}

.wishlist-price {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #ff9213;
}

.wishlist-product-img {
    height: 160px;
}

.wishlist-remove-item,
.wishlist-remove-item:hover {
    position: absolute;
    top: 5px;
    right: 5px;
    border: unset;
    outline: unset;
    background: transparent;
    box-shadow: unset;
    color: grey;
}

.wishlist-product-name {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #2E3230;
}

.wishlist-bottom-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.button-group-on-wishlist {
    padding: 0;
    margin: 0;
}

.account-right-content {
    margin-top: 60px;
    padding-left: 0;
}

.form-change-password {
    background: #FFFFFF;
    border-radius: 15px;
    padding: 30px;
    margin-top: 60px;
}

.password-form-block {
    padding-left: 0;
}

.password-form-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.password-form-group:not(:last-child) {
    margin-right: 37px !important;
    margin-left: 0 !important;

}

.password-form-group {
    width: 100%;
    max-width: 318px;
    margin-bottom: 0;
}


.form-account-title {
    font-weight: bold;
    font-size: 22px;
    line-height: 19px;
    margin-top: 0;
}

#input-password,
#input-confirm {
    cursor: text !important;
}

.form-account-title-pass {
    margin-bottom: 30px;
}

.account-input-wrapper-pass {
    max-width: 318px;
}

.account-input-wrapper-pass input {
    width: 100%;
}

.password-btn-submit {
    height: 51px;
    margin-bottom: 0;
}

.account-input-wrapper-pass {
    position: relative;
}

.password-form-subtitle {
    font-size: 12px;
    line-height: 15px;
    max-width: 660px;
    margin-top: 10px;
}

.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border: unset;
}

.table-bordered {
    border: unset;
}

.order-table-titles {
    font-size: 13px;
    line-height: 19px;
    color: #626262;
}

.order-column-titles {
    display: flex;
    /* justify-content: space-between; */
}

.order-all-info {
    background: #F4F5F6 !important;
    border-radius: 10px;
    margin-bottom: 12px;
    width: 100%;
    padding: 5px;
    display: block;
    max-height: 57px;
    overflow: hidden;
    transition: 0.4s;
}

.order-all-info-hide {
    max-height: 1000px;
    overflow: unset;
    /* transition: 0.6s; */
}

.order-all-info:last-child {
    margin-bottom: 0;
}

.order-form-wrapper {
    padding: 30px 23px 40px 40px;
}

.table-columns-block {
    margin-bottom: 10px;
}

.order-column-data {
    display: flex;
    align-items: center;
    position: relative;
}


.order-all-info-hide .order-column-data:after {
    content: '';
    display: block;
    position: absolute;
    left: 131px;
    bottom: 0;
    width: 463px;
    border-top: 1px solid #D3D8DC;
}

.order-table-status {
    width: 98px;
    height: 47px;
    background: rgb(255, 214, 137);
    border-radius: 6px;
    font-weight: 600;
    font-size: 13px;
    line-height: 19px;
    color: rgb(212, 138, 0);
    text-align: center;
    padding-top: 13px;
    margin-right: 33px;
}

.order-table-numbers {
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    /* margin-right: 125px; */
    flex-basis: 17%;
    text-align: start;
}

.order-table-date {
    /* margin-right: 53px; */
    flex-basis: 15%;
}

.order-table-total {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
}

.order-product-row {
    display: flex;
    align-items: center;
    align-self: flex-start;
    padding-left: 15px;
    position: relative;
    width: 100%;
}

.order-product-row:not(:last-child):after {
    content: '';
    position: absolute;
    bottom: -9px;
    left: 15px;
    display: block;
    width: 92%;
    height: 1px;
    background-color: #D3D8DC;

}

.order-product-row:not(:last-child) {
    margin-bottom: 17px;
}

.order-product-row:after .order-all-info-hide {
    content: '';
    position: absolute;
    display: block;
    bottom: -12px;
    left: 21px;
    width: 575px;
    border-top: 1px solid #D3D8DC;

}

.order-product-image {
    width: 47px;
    height: 47px;
    background: white;
    border-radius: 6px;
    flex-basis: unset;
}



.order-product-name {
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    color: #2E3230;
    /* margin-right: 70px; */
    flex-basis: 59%;
    padding-left: 12px;
}

.order-product-quantity {
    margin-right: 60px;
    text-align: start;
    flex-basis: 15%;
}

.order-row-title {
    font-size: 13px;
    line-height: 19px;
    color: #626262;

}

.order-row-number {
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    color: #2E3230;
}

.order-product-total {
    text-align: start;
    flex-basis: 15%;
}



.order-more-info {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    margin-top: 16px;
}

.order-more-info-wrapper {
    width: 70%;
}

.order-payment-shipping {
    padding-top: 4px;
    position: relative;
}

.order-payment-shipping:before {
    content: '';
    display: block;
    position: absolute;
    top: -3px;
    left: -19px;
    height: 107px;
    border-left: 1px solid #D3D8DC;
}

.order-payment {
    margin-bottom: 14px;
}

.img-thumbnail-order {
    width: 47px;
    height: 47px;
    border-radius: 4px;
}

.order-short-info {
    display: flex;
    justify-content: space-between;
    width: 100%;
    cursor: pointer;
    height: 47px;
}

.order-short-info-icon {
    background-image: url(/image/catalog/Arrowdownorder.png);
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    width: 45px;
    height: 45px;
}

.order-all-info-hide .order-short-info-icon {
    transform: rotate(180deg);
    transition: 0.3s;
}

.order-all-info-hide .order-product-image-top,
.order-all-info-hide .order-product-image-top-desktop {
    opacity: 0;
    visibility: hidden;
}

.order-table-title-status {
    margin-right: 70px;
}

.order-table-title-orderid {
    margin-right: 33px;
}

.order-table-title-date {
    margin-right: 70px;
}

.table-responsive-order {
    overflow: hidden;
}

.adress-add-item {
    display: flex;
    justify-content: center;
}

.adress-row-item {
    display: flex;
    align-items: center;
    box-shadow: 0px 2px 8px rgba(0, 77, 132, 0.04);
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 22px;
}

.adress-input-wrapper {
    margin-right: 25px;
    width: 100%;
}

.adress-input {
    height: 51px;
    border-radius: 6px;
    border: 1px solid #F4F5F6;
    box-shadow: unset;
    background: #F4F5F6;
}

.adress-input-wrapper-city {
    max-width: 158px;
}

.adress-input-wrapper-street {
    max-width: 379px;
}

.adress-input-wrapper-house {
    max-width: 85px;
}

.adress-input-wrapper-postcode {
    max-width: 105px;
}

.adress-input {
    width: 100%;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #2E3230;
    padding-left: 15px;
}

.adress-buttons {
    display: flex;
    flex-direction: column;
    align-items: self-end;
    margin-left: auto;
    height: 72px;
    justify-content: space-between;
}


.adress-buttons-added {
    justify-content: center;
}

.new-buttons-flex {
    justify-content: space-between;
}

.adress-buttons button,
.adress-delete-button {
    background: transparent;
    border: unset;
    outline: unset;
    padding: 0;
    color: #7B91A1;
    font-weight: 500;
    font-size: 13px;
    line-height: 19px;
}

.adress-buttons .adress-save-button {
    font-size: 16px;
    line-height: 19px;
    color: #ff9213;
}

.adress-buttons button img,
.adress-buttons a img {
    object-fit: contain;
    margin: 0 0 4px 4px;
    width: 13px;
    height: 13px;
}

.adress-buttons .adress-cancel-button {
    font-size: 16px;
    margin-top: 15px;
}

.adress-button-list {
    display: none;
}

.clearfix-add {
    margin-bottom: 0;
}

.adress-add-btn {
    background: unset;
    border: unset;
    box-shadow: unset;
    outline: unset;
    color: #7B91A1;
    font-weight: 500;
    font-size: 13px;
    line-height: 19px;
}

.adress-add-btn:hover,
.adress-add-btn:focus,
.adress-add-btn:active {
    background: unset;
    border: unset;
    box-shadow: unset;
    color: #7B91A1;
}

.adress-plus-icon {
    display: block;
    width: 20px;
    height: 20px;
    color: white;
    background-color: #7B91A1;
    border-radius: 5px;
    font-size: 16px;
    margin: 0 auto 3px;
    padding-top: 1px;
}

.button-list-open {
    display: none;
}

.adress-buttons-wrapper {
    margin-left: auto;
    min-width: 133px;
}

.new-input-button {
    display: none;
}

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

.order-title-mobile {
    display: none;
}

.order-product-image-top {
    display: none;
}

.order-product-image-top-desktop {
    display: block;
    margin-bottom: 5px;
    opacity: 0;
    transition: 0.3s;
}

.order-product-image-top-desktop:nth-child(1) {
    opacity: 1;
    transition: 0.3s;
}

.product-info-top {
    flex: 1;
    display: flex;
    align-items: center;
}

.product-info-top strong {
    display: block;
}

.mobile-edits-order,
.mobile-edits {
    min-height: 300px !important;

}

.shoping-cart {
    padding: 24px;
    position: fixed;
    left: 0;
    right: 0;
    max-width: 900px;
    width: 100%;
    margin: auto;
    background: #f4f5f7;
    border-radius: 20px;
    top: 20%;
    bottom: auto;
    /* max-height: 500px; */
    z-index: 91;
    opacity: 0;
    visibility: hidden;
    translate: 0 -50px;
    transition: all 0.3s ease-in-out;
    pointer-events: none;
}

.open_sub_tab {
    display: none;
}

.open .shoping-cart {
    opacity: 1;
    visibility: visible;
    translate: 0 0;
    pointer-events: unset;
}

.overlay-cart {
    display: none;
    background-color: rgba(39, 39, 39, 0.61);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 90;
}

.open .overlay-cart {
    display: block;
}

button.close-cart {
    background: transparent;
    position: absolute;
    top: 18px;
    right: 16px;
    border: none;
    padding: 0px;
}

.title-popup-cart {
    font-weight: bold;
    font-size: 32px;
    line-height: 62%;
    text-align: left;
    color: #2E3230;
    position: relative;
    margin-top: 0;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}




.shoping-cart-products-item {
    display: flex;
    align-items: center;
    gap: 20px;
    background: #FFFFFF;
    border-radius: 15px;
    padding: 10px;
    margin-bottom: 12px;
    position: relative;
}

.shoping-cart-products-item-image img {
    border: 1px solid #F4F4F4;
    box-sizing: border-box;
    border-radius: 6px;
    min-width: 85px;
    height: 90px;
    object-fit: cover;
    display: block;
}

.shoping-cart-products-item-image {
    flex-basis: 75px;
}

.shoping-cart-products-item-image a {
    display: block;
    width: 100%;
    height: 100%;
}

.shoping-cart-products-item-title {
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #2e3230;
}

.shoping-cart-products-item-caption {
    flex-basis: calc(52% - 15px);
    margin-left: 15px;
}

.shoping-cart-products-item-quantity {
    flex-basis: 43%;
    margin-left: 15px;
    width: 100%;
}

.shoping-cart-products-item-price {
    flex-basis: 35%;
}

.shoping-cart-products-item-quantity i {
    background: rgba(255, 255, 255, 0.34);
    border: 1px solid rgba(0, 77, 132, 0.18);
    box-sizing: border-box;
    backdrop-filter: blur(4px);
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    cursor: pointer;
    font-style: normal;
}

.shoping-cart-products-item-quantity span {
    display: flex;
    justify-content: space-between;
    max-width: 135px;
    margin: auto;
}

i.btn-up {
    transform: rotate(180deg);
}

input.quantity-block {
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    color: #2E3230;
    text-align: center;
    background: transparent;
    border: none;
    width: calc(100% - 84px);
    margin: 0px;
}

.shoping-cart-products-loop {
    margin-top: 20px;
}


.shoping-cart-products-item-price {
    font-weight: 600;
    font-size: 21px;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #2e3230;
    white-space: nowrap;
}

span#cart_remove_product {
    cursor: pointer;
}

.shoping-cart-empty {
    font-size: 18px;
    text-align: center;
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.options-text small {
    font-weight: 500;
    font-size: 12px;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: rgba(46, 50, 48, 0.55);
}

.shoping-cart-buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    padding-top: 20px;
    align-items: center;
}

a.link-continue {
    font-weight: 600;
    font-size: 14px;
    line-height: 79%;
    color: #ff9213;
    border-bottom: 1px dashed #ff9213;
    padding-bottom: 3px;
    cursor: pointer;
}

.shoping-cart-totals {
    display: flex;
}

a.btn-checkout {
    background: linear-gradient(180deg, #ff9213 0%, #ff4921 100%);
    border-radius: 8px;
    height: 49px;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #fff;
    padding: 0 17px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
}

.shoping-cart-totals-item {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

span.shoping-cart-totals-item-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 75%;
    color: #2e3230;
}

span.shoping-cart-totals-item-value {
    font-weight: 600;
    font-size: 26px;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #2e3230;
}

.shoping-cart-products-loop {
    max-height: 280px;
    overflow-y: scroll;
}

/* width */
.shoping-cart-products-loop::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.shoping-cart-products-loop::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.shoping-cart-products-loop::-webkit-scrollbar-thumb {
    background: #ff9213;
    border-radius: 10px;
}

/* Handle on hover */
.shoping-cart-products-loop::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.flex-to-btn {
    flex-basis: calc(100% - 52% - 15px - 73px);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

h1.title-page-checkout {
    font-weight: bold;
    font-size: 32px;
    line-height: 25px;
    /* identical to box height, or 62% */
    color: #2E3230;
    margin-top: 0px;
    margin-bottom: 0px;
}

.flex-row-checkout {
    display: flex;
    align-items: flex-end;
    margin-top: 35px;
    margin-bottom: 40px;
}

.soc-flex-block {
    margin-left: 20px;
}

button.new-customer-btn {
    font-weight: 600;
    font-size: 14px;
    color: #ff9213;
    background: transparent;
    padding: 0px;
    height: auto !important;
    border: none;
    border-bottom: 1px dashed #ff9213;
}

button.login-form {
    font-weight: 600;
    font-size: 14px;
    color: #505050;
    margin-left: 15px;
    background: transparent;
    border: none;
}

.checkout-profile {
    background: #FFFFFF;
    border-radius: 11px;
    max-width: 636px;
}

span.check-validate {
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    position: absolute;
    right: -16px;
    background: #F4F5F6;
    padding: 4px;
}

span.inside-check-validate {
    border: 2px solid #DBDBDB;
    box-sizing: border-box;
    width: 24px;
    height: 24px;
    display: block;
    border-radius: 100%;
}

span.inside-check-validate:before {
    content: "...";
    font-weight: bold;
    font-size: 10px;
    line-height: 19px;
    color: #B3B3B3;
    position: relative;
    left: 6px;
    top: -4px;
}

.checkout-profile-user {
    position: relative;
}

.checkout-profile-address {
    position: relative;
}

.checkout-profile-payment {
    position: relative;
}

.checkout-profile-user {
    padding: 28px;
    border-bottom: 2px solid #F4F5F6;
}

.checkout-profile-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    /* identical to box height, or 150% */
    color: #2E3230;
    margin-bottom: 10px;
}

.checkout-profile-user-fields input {
    border: 1px solid #DFDFDF;
    box-sizing: border-box;
    border-radius: 6px;
    height: 43px;
    padding-left: 15px;
    width: 100%;
}

.checkout-profile-user-fields {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -10px;
}

.checkout-profile-user-fields label {
    flex-basis: calc(50% - 20px);
    margin: 10px;
    width: 100%;
}

.checkout-profile-user-fields span {
    font-weight: 500;
    font-size: 13px;
    line-height: 19px;
    color: #545457;
}

.checkout-profile-address {
    padding: 28px;
    border-bottom: 2px solid #F4F5F6;
}

.cab-inputs {
    margin-top: 10px;
}

.cab-inputs label {
    width: 100%;
}

.checkout-profile-address-inputs input,
.cab-inputs input {
    border: 1px solid #DFDFDF;
    box-sizing: border-box;
    border-radius: 6px;
    height: 43px;
    padding-left: 15px;
    width: 100%;
}

.checkout-profile-address-inputs {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -10px;
}

.checkout-profile-address-inputs label {
    flex-basis: calc(50% - 20px);
    margin: 10px;
}

.checkout-profile-address-inputs span,
.cab-inputs span {
    font-weight: 500;
    font-size: 13px;
    line-height: 19px;
    color: #545457;
    display: block;
}

.checkout-profile-payment {
    padding: 28px;
    border-bottom: 2px solid #F4F5F6;
}

.comment-block {
    padding: 28px;
}

.comment-block textarea {
    border: 1px solid #DFDFDF;
    box-sizing: border-box;
    border-radius: 6px;
    width: 100%;
    display: block;
    height: 80px;
}

.inside-comment-block label {
    font-weight: 500;
    font-size: 13px;
    line-height: 19px;
    color: #545457;
}

.checkout-cart-products-loop {
    background: #FFFFFF;
    border-radius: 13px;
}

.checkout-cart-product-item {
    display: flex;
    /* flex-wrap: wrap; */
    align-items: center;
    padding: 7px;
    border-bottom: 2px solid #F4F5F6;
    position: relative;
}

.checkout-cart-product-item-image img {
    border: 1px solid #F4F4F4;
    box-sizing: border-box;
    border-radius: 6px;
}

.checkout-cart-product-item-name {
    flex-basis: calc(70% - 114px);
    margin-left: 10px;
}

.checkout-cart-product-item-name-text {
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    /* or 100% */
    color: #2E3230;
}

.checkout-cart-product-item-image {
    flex-basis: 73px;
}

.checkout-cart-product-item-name small {
    font-size: 12px;
    line-height: 14px;
    color: #8E9591;
}

.quantity-checkout-cart {
    flex-basis: 12%;
    text-align: center;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    color: #2E3230;
}

.checkout-cart-product-item-price {
    flex-basis: 13%;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    color: #2E3230;
    margin-left: -5px;
}

.checkout-submit-title-summ {
    padding: 28px;
    border-bottom: 2px solid #F4F5F6;
}

.checkout-submit-title {
    background: #FFFFFF;
    border-radius: 13px;
    margin-top: 23px;
}

button.submit-checkout-form {
    background: linear-gradient(180deg, #ff9213 0%, #ff4921 100%);
    border-radius: 8px;
    height: 49px;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #fff;
    width: 100%;
    border: none;
    margin-top: 17px;
}

.totals_order {
    padding: 23px;
    text-align: center;
}

span.text_order {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #747C82;
}

span.value_order {
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    color: #ff9213;
}

span.title-for-sub {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #747C82;
}

span.sum-for-sub {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    /* identical to box height */
    color: #2B2B2B;
}

.row-subsums {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    position: relative;
}

.row-subsums:before {
    content: "";
    height: 0px;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5px;
    border-bottom: 1px dashed #A3A9AD;
}

.row-subsums>span {
    background: #fff;
    position: relative;
    padding: 0px 2px;
}

.wrapper-shipping-method {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -10px;
}

.item-shipping-method {
    flex-basis: calc(33.333% - 20px);
    margin: 10px;
}

.item-shipping-method label {
    padding: 0px;
    position: relative;
}

.item-shipping-method label input {
    position: absolute !important;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    margin-left: 0px !important;
}

span.title-ship-item {
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    /* identical to box height, or 136% */
    color: #2E3230;
    display: block;
}

span.price-method-shipp {
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
    /* or 100% */
    color: #7A7A7A;
    display: block;
    margin-top: 4px;
}

span.title-image-shipping {
    /* background: #F1F1F2; */
    border-radius: 6px;
    min-width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 9px;
}

.item-shipping-method input:checked~.title-image-shipping {
    background: #fff;
}

.item-shipping-method input:checked~.inside-into-shipping {
    background: #ffe8e0;
    border: 1px solid transparent;
}

.inside-into-shipping {
    display: flex;
    align-items: center;
}

.inside-into-shipping {
    border-radius: 12px;
    padding: 8px;
    padding-bottom: 8px;
    border: 1px solid #dfdfdf;
}

.item-shipping-method input:checked~.inside-into-shipping .title-image-shipping {
    background: #fff;
}

.radio.item-shipping-method {
    margin-top: 10px !important;
}

input.error-input {
    border: 1px solid #FF6B6B;
    box-sizing: border-box;
    box-shadow: inset 0px 0px 13px rgb(255 52 50 / 15%);
}

.error-check span {
    border: 2px solid #FF6B6B;
}

.error-check span:before {
    color: #FF6B6B;
    content: "!";
    font-size: 15px;
    top: 0px;
    left: 8px;
}

.valid-check span {
    border: 2px solid #76B76C;
}

.valid-check span:before {
    content: "";
    width: 7px;
    height: 11px;
    border: 2px solid #76B76C;
    display: block;
    transform: rotate(45deg);
    top: 3px;
    border-left: 0px !important;
    border-top: 0px;
}


/* QUESTION-ANSWER/FAQ BLOCK===============  */

.faq-block {
    margin-top: 39px;
}

.question-answer-wrapper {
    background: #FFFFFF;
    border-radius: 12px;
    margin-bottom: 15px;
    /* height: 62px; */
    overflow: hidden;
}

.question-row {
    border-bottom: 2px solid #F4F5F6;
    position: relative;
    cursor: pointer;
}

.question-row:after {
    content: '';
    position: absolute;
    display: block;
    top: 50%;
    /* transform: translate(0, -50%); */
    translate: 0 -50%;
    right: 10px;
    width: 35px;
    height: 35px;
    background-image: url(/image/catalog/Arrowdownorder.png);
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    background-color: rgba(255, 68, 0, 0.08);
}

.question-row span {
    font-weight: bold;
    font-size: 18px;
    line-height: 27px;
    color: #2E3230;
    padding: 18px 55px 18px 24px;
    display: block;
}

.answer-block {
    padding: 15px 24px;
    display: none;
}

.answer-block p {
    font-size: 14px;
    line-height: 24px;
    color: #2E3230;
}

.answer-hide {
    height: auto;
}

.answer-hide .question-row:after {
    /* transform: rotate(180deg); */
    rotate: 180deg;
    transition: 0.3s ease-in-out;
    /* top: 21%; */
}

.answer-hide .answer-block {
    display: block !important;
}

.faq-block .form-right-other-cats {
    margin: 0;
}

form.form-horizontal input {
    box-shadow: none !important;
}

.heading-title-module h2 {
    background: #f4f5f7;
    position: relative;
    z-index: 1;
    padding: 0px 10px;
    font-size: 32px;
    font-weight: bold;
    display: inline;
}

.faq_title_t {
    margin-top: 50px;
}

span.icon_in_header {
    display: block;
}

.flex-row-compare {
    display: flex;
}

.flex-row-compare>div {
    flex-basis: 25%;
}

.item-compare img.img-thumbnail {
    border: none;
    margin: 0px;
    padding: 0px;
}

.item-compare .product-image-card {
    background: #fff;
}

.product-item-compare {
    border-left: 1px solid #E4E6E9;
}

.item-compare:nth-child(2) .product-item-compare {
    border-left: 0px;
}

.item-compare:nth-child(2) {
    border-radius: 20px 0px 0px 0px;
    overflow: hidden;
}

.item-compare:last-child {
    border-radius: 0px 20px 0px 0px;
    overflow: hidden;
}

.item-compare .product-title-block {
    padding: 0px 20px;
    background: #fff;
    min-height: 70px;
}

.price-product-compare {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 20px;
    background: #fff;
}

.price-product-compare .price {
    font-size: 20px;
}

.product-item-compare {
    min-height: 320px;
    background: #fff;
}

button.add-to-cart-button {
    width: 40px;
    height: 40px;
    background: #ff9213;
    border-radius: 10px;
    border: none;
}

.category-compare-list {
    min-height: 327px;
    max-height: 327px;
}

.item-name-attribute {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    /* identical to box height, or 150% */
    color: #2E3230;
    padding: 14px 12px;
    background: #fff;
    min-height: 52px;
    border-left: 1px solid #E4E6E9;
}

.category-compare-block .item-name-attribute {
    font-size: 16px;
}

.attribute-group-column .item-name-attribute:nth-child(even) {
    background: transparent;
}

.category-compare-block .item-name-attribute {
    border-left: 0px;
}

.item-compare:last-child .attribute-group-column .item-name-attribute:last-child {
    border-bottom-right-radius: 6px;
}

.category-compare-block .item-name-attribute:last-child {
    border-bottom-left-radius: 6px;
}

.category-compare-block .item-name-attribute:first-child {
    border-top-left-radius: 6px;
}

.product-item-compare {
    border-left: 1px solid #E4E6E9;
    border-bottom: 1px solid #E4E6E9;
    padding-bottom: 7px;
}

#product-compare h1 {
    font-weight: bold;
    font-size: 32px;
    line-height: 1.2;
    color: #2E3230;
    text-shadow: none;
    margin-top: 0px;
    margin-bottom: 20px;
}

.item-category-compare {
    max-width: calc(100% - 20px);
}

.item-category-compare a {
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    color: #2E3230;
    padding: 16px 19px;
    display: block;
}

.item-category-compare.active-menu {
    background: #DBE3E8;
    border-radius: 6px;
}

.item-category-compare.active-menu a {
    color: #ff9213;
}

h1.title-success-page {
    font-weight: bold;
    font-size: 44px;
    line-height: 20px;
    color: #2E3230;
    margin-bottom: 34px;
    margin-top: 80px;
}

.desc-success-page {
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    color: #585C5A;
}

.flex-form-success {
    margin-top: 80px;
    background: #FEFEFE;
    border-radius: 14px;
    padding: 30px;
}

span.title-success-form {
    font-weight: 600;
    font-size: 25px;
    line-height: 37px;
    letter-spacing: 0.02em;
    color: #2E3230;
    display: block;
    margin-bottom: 8px;
}

.flex-row-success-block {
    display: flex;
    align-items: center;
}

span.text-left-tel-success {
    flex-basis: 47%;
    font-size: 14px;
    line-height: 19px;
    /* or 136% */
    color: #585C5A;
    margin-right: 3%;
}

span.text-left-tel-success span {
    font-weight: bold;
}

a.tel-success-bottom-form {
    font-weight: 500;
    font-size: 24px;
    line-height: 37px;
    /* identical to box height, or 154% */
    color: #2E3230;
}

.flex-row-form-success {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
}

.flex-row-form-success input {
    border: 1px solid #DFDFDF;
    box-sizing: border-box;
    border-radius: 6px;
    height: 50px;
    font-size: 13px;
    line-height: 19px;
    /* identical to box height, or 146% */
    color: #000;
    padding: 15px;
    width: 100%;
}

.item-success-input {
    margin-right: 8px;
}

button.submit-form-success {
    background: #ff9213;
    border-radius: 6px;
    border: none;
    height: 50px;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    /* identical to box height, or 119% */
    color: #FFFFFF;
    padding: 0px 20px;
    width: 100%;
}

.item-success-input {
    flex-basis: calc(40% - 26px);
}

.btn-success-bottom-form {
    flex-basis: 26%;
}

.form-success-bottom {
    margin-top: 25px;
}

#common-success div#content {
    min-height: auto;
}

#product-manufacturer h1 {
    font-weight: bold;
    font-size: 32px;
    line-height: 20px;
    color: #2E3230;
    margin-bottom: 30px;
}

.animated {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    opacity: 0;
    animation-timing-function: cubic-bezier(.34, .88, .44, .95);
}

.slideUp {
    -webkit-animation-name: slideUp;
    animation-name: slideUp;
}

@keyframes slideUp {
    0% {
        opacity: 0;
    }

    to {
        transform: translate(0px, 0px);
        transform: scale(1) !important;
        opacity: 1
    }
}

.title-on-slider {
    animation-delay: 0.1s;
    animation-duration: 0.8s;
    transform: translate(0px, 20px);
}

.desc-on-slider {
    animation-delay: 0.2s;
    animation-duration: 0.6s;
    transform: translate(0px, 25px);
}

.content-slider a.link-white-blue-text {
    animation-delay: 0.3s;
    animation-duration: 0.6s;
    transform: translate(0px, 30px);
}

.inside1-feature {
    animation-delay: 0.2s;
    animation-duration: 0.8s;
    transform: translate(-10px, 0px);
}

.inside2-feature {
    animation-delay: 0.3s;
    animation-duration: 1s;
    transform: translate(-10px, 0px);
}

.inside3-feature {
    animation-delay: 0.4s;
    animation-duration: 1s;
    transform: translate(-10px, 0px);
}

.inside4-feature {
    animation-delay: 0.5s;
    animation-duration: 1s;
    transform: translate(-10px, 0px);
}

.categories-indie {
    animation-delay: 0.2s;
    animation-duration: 0.6s;
    transform: translate(0px, 20px);
}

section.home-slider {
    min-height: 535px;
}

.latest-section {
    animation-delay: 0.2s;
    animation-duration: 0.6s;
    transform: translate(0px, 20px);
}

.leftSlide {
    animation-delay: 0.2s;
    animation-duration: 1s;
    transform: translate(-30px, 0px);
}

.rightSlide {
    animation-delay: 0.2s;
    animation-duration: 1s;
    transform: translate(30px, 0px);
}

.item-other1 {
    animation-delay: 0.2s;
    animation-duration: 1s;
    transform: translate(0px, 20px);
}

.item-other2 {
    animation-delay: 0.3s;
    animation-duration: 1s;
    transform: translate(0px, 20px);
}

.item-other3 {
    animation-delay: 0.4s;
    animation-duration: 1s;
    transform: translate(0px, 20px);
}

.item-other4 {
    animation-delay: 0.5s;
    animation-duration: 1s;
    transform: translate(0px, 20px);
}

.about-company-before,
.review-section,
.seo-text-footer,
.popular-tastes-section,
.features-block {
    animation-delay: 0.2s;
    animation-duration: 1s;
    transform: translate(0px, 30px);
}

.absolut-img-slider {
    animation-delay: 0.2s;
    animation-duration: 1s;
    transform: scale(0.8);
}

.categories-indie:hover>img {
    transform: scale(1.04);
}

.categories-indie>img {
    transition: all 0.4s ease-in-out;
    display: block;
    margin: 0 auto;
}

.models-image {
    width: 60%;
    position: relative;
    z-index: 2;
}

.absolut-img-slider img {
    width: auto !important;
}

.absolut-img-slider {
    position: absolute;
    right: 0;
    top: 80px;
}

.item.item-slide .container {
    position: relative;
}

h3.widget-title {
    font-weight: bold;
    font-size: 32px;
    line-height: 1.2;
    text-align: left;
    color: #2E3230;
    margin-bottom: 30px;
    position: relative;
    margin-top: 40px;
}


.second-adress {
    display: block;
    margin-top: 10px;
}


.features-block {
    margin: 52px 0;
}

.feature-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgba(0, 0, 0, 0.04);
    border-radius: 14px;
    padding: 22px 15px 0 15px;
    min-height: 205px;
    max-width: 306px;
}

.desc-feature-content {
    margin-top: 15px;
    color: white;
    font-family: 'Gilroy';
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
}

.flex-row-about-howbuy {
    top: 0 !important;
    margin-bottom: 0 !important;
    margin-top: 90px !important;
}

.about-img-howbuy {
    border-radius: 20px;
    overflow: hidden;
}

.title-inside-howbuy {
    font-family: 'Gilroy';
    font-weight: 700;
    font-size: 65px;
    line-height: 70px;
    color: #2E3230;
}

.inside-text-howbuy p {
    font-family: 'Gilroy';
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #2E3230;
    margin-top: 20px;
}

.flex-row-about-howbuy:first-child .about-text {
    margin-top: 0;
}


.many-tastes-block {
    flex-basis: calc(50% - 30px);
    margin: 12px;
}

.many-tastes-pic {
    border-radius: 20px;
    overflow: hidden;
}

.flex-row-about img {
    width: 100%;
}

.many-tastes-text {
    font-family: 'Gilroy';
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #2E3230;
}

.many-tastes-text ul {
    list-style: none;
    padding-left: 20px;
}



.many-tastes {
    margin-top: 90px;
}

.popular-tastes-section {
    margin: 57px 0 62px;
}

.main-categories {
    margin-top: 47px;
}

.main-categories-inside {
    border-radius: 20px;
    min-height: 229px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    padding: 30px;
}

.main-categories-inside:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: white;
    z-index: -1;
    border-radius: 20px;
}

.main-categories-inside:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 0;
}

.main-categories-inside-1 {
    background-image: url(/image/catalog/home/main-cat-1.png);
}

.main-categories-inside-2 {
    background-image: url(/image/catalog/home/main-cat-2.png);
}

.main-categories-inside-3 {
    background-image: url(/image/catalog/home/main-cat-3.png);
}

.main-categories-inside-4 {
    background-image: url(/image/catalog/home/main-cat-4.png);
}

.main-categories-inside-1:after {
    background-image: url(/image/catalog/home/main-cat-text-1.png);
}

.main-categories-inside-2:after {
    background-image: url(/image/catalog/home/main-cat-text-2.png);
}

.main-categories-inside-3:after {
    background-image: url(/image/catalog/home/main-cat-text-3.png);
}

.main-categories-inside-4:after {
    background-image: url(/image/catalog/home/main-cat-text-4.png);
}


.main-categories-title {
    font-family: 'Gilroy';
    font-weight: 700;
    font-size: 23px;
    line-height: 28px;
    color: #2E3230;
    position: relative;
    z-index: 2;
}

.main-categorie-links {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    position: relative;
    z-index: 2;
}

.main-categorie-links a {
    font-family: 'Gilroy';
    font-weight: 600;
    font-size: 16px;
    line-height: 31px;
    color: #ff9213;
    position: relative;
}

.main-categorie-links a span {
    position: relative;
    padding-left: 18px;
}

.main-categorie-links a span:before {
    content: '';
    position: absolute;
    left: 3px;
    top: 10px;
    width: 7px;
    display: block;
    border-top: 2px solid #ff9213;
    transition: 0.5s;
}

.main-categorie-links a span:hover:before {
    animation: line 0.7s;
    width: 107%;
    top: 22px;
    transition: 0.5s;
    animation-direction: alternate;
}

@keyframes line {
    0% {
        width: 7px;
        top: 10px;
    }

    50% {
        top: 22px;
        width: 7px;
    }

    100% {
        top: 22px;
        width: 107%
    }
}

.show-content-btn {
    font-family: 'Gilroy';
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #ff9213;
    display: none;
    position: relative;
    top: -75px;
    left: 50%;
    transform: translate(-50%, 0);
}

.show-content-btn:after {
    content: '';
    position: absolute;
    top: 6px;
    transform: rotate(45deg);
    right: -12px;
    display: block;
    width: 7px;
    height: 7px;
    background-color: transparent;
    border-bottom: 2px solid rgba(235, 91, 119, 1);
    border-right: 2px solid rgba(235, 91, 119, 1);

}

.pagination>li * {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 4px !important;
    background: rgba(255, 67, 0, 0.12) !important;
}

.pagination>li.active * {
    background: linear-gradient(270deg, #ff9213 0%, #ff4921 100%) !important;
}

#product-category .text-left {
    max-width: 633px;
    height: auto;
    background-color: white;
    flex-basis: 74%;
    padding: 10px;
    margin-left: 15px;
    margin-right: 15px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: #fff;
}

.category-desc {
    padding-top: 15px;
}

#product-category .pagination {
    display: flex;
    align-items: center;
}

.pagination>li>a,
.pagination>li>span {
    border: unset;
    font-family: 'Gilroy';
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #6D716E;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span,
.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-radius: 15.5px;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #ff9213;
    border-color: #ff9213;
    border-radius: 50%;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    color: #ff9213;
    background-color: unset;
    border-color: unset;
}

.pagination>.active>span {
    background: #ff9213;
    border-radius: 15.5px;
    color: #FFFFFF;
}


.pagination>li>a.btn-pag-nav {
    font-size: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: 0.5s;
    background: #fff !important;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 1px solid #2e3230;
}

.pagination>li:has(.btn-pag-nav) a,
.pagination>li:has(.btn-pag-nav) span {
    background: #fff !important;
}



.pagination>li>a.btn-pag-nav:after {
    content: '';
    position: absolute;
    /* right: 21px;
    top: 21px; */
    width: 6px;
    height: 6px;
    border: 2px solid #2e3230;
    border-bottom: transparent;
    border-left: transparent;
    /* transform: rotate(45deg); */
    border-radius: 1px;
    transition: 0.3s;
}

.pagination>li>a.btn-pag-prev:after {
    left: 53%;
    top: 50%;
    translate: -50% -50%;
    transform: rotate(225deg);
}

.pagination>li>a.btn-pag-next:after {
    left: 46%;
    top: 50%;
    translate: -50% -50%;
    transform: rotate(45deg);
}

.pagination>li>a.btn-pag-nav:hover:after {
    border: 2px solid white;
    border-bottom: transparent;
    border-left: transparent;
}

.pagination>li>a.btn-pag-nav:hover {
    color: white;
    background-color: #ff9213;
}

.wrapper-btn-pagination-next {
    margin-left: auto;
}



.wrapper-btn-pagination-prev {
    margin-right: auto;
}

#review .pagination {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    justify-content: center;
}

#review .col-sm-6:has(.pagination) {
    width: 100%;
}

.wrapper-btn-pagination-prev {
    left: 11px;
}

button.btn-load-pagination {
    margin: 0;
    border-radius: 33px;
    border: unset;
    height: 48px;
    color: #6D716E;
    font-family: 'Open Sans';
    font-size: 14px;
    line-height: 19px;
    width: 100%;
    top: 50%;
    transform: translate(-50%, 0);
    align-items: center;
    justify-content: center;
    border: 1px solid #2e3230;
    border-radius: 10px;
    transition: 0.5s;
    background: transparent;
}

div.title-button {
    margin: 0;
    position: relative;
}

div.title-button:after {
    content: '';
    position: absolute;
    right: -13px;
    top: 5px;
    width: 7px;
    height: 7px;
    border: 2px solid #6D716E;
    border-bottom: transparent;
    border-left: transparent;
    transform: rotate(45deg);
    border-radius: 1px;
    transition: 0.3s;
    transform: rotate(135deg);
}

button.btn-load-pagination:hover div.title-button:after {
    border: 2px solid white;
    border-bottom: transparent;
    border-left: transparent;
}


button.btn-load-pagination:hover {
    background-color: #ff9213;
    color: white;
}


.video-wrapper {
    overflow: hidden;
    border-radius: 20px;
    height: 150px;
}

.video-title {
    font-family: 'Gilroy';
    font-weight: 500;
    font-size: 15px;
    line-height: 23px;
    color: #2E3230;
    margin: 10px 0 20px;
}

.all-info-link {
    white-space: nowrap;
}


section.categories-section-cat {
    margin-top: 0;
    margin-bottom: 0;
}

.categories-section-cat .categories-indie {
    height: 93px;
    min-height: unset;
}

.categories-section-cat .categories-indie-link-1 {
    align-items: center;
    padding-bottom: 0;
}

.categories-section-cat .categories-indie a {
    align-items: center;
    padding-bottom: 0;
}


/* FIXED HEADER */
@media (min-width: 992px) {

    .logo-menu-wrapper .flex-bg-menu,
    .logo-menu-wrapper .btns-wish {
        height: 100%;
        transition: 0.3s;
    }


    .menu-scroll {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        z-index: 70;
        height: 62px;
        transition: 0.5s;
        /* box-shadow: 0px 4px 12px rgb(52 87 10 / 16%); */
    }

    .menu-scroll .flex-bg-menu,
    .menu-scroll .btns-wish {
        border-radius: 0;
        transition: 0.3s;
    }

    .menu-scroll .flex-bg-menu {
        flex-basis: 88%;
    }

    .menu-scroll .btn-block {
        width: 30%;
        min-width: 70px;
    }

    .menu-scroll .btns-wish>a {
        width: 30%;
    }

    .menu-scroll button.btn-show-cart {
        height: 50px;

    }

    .menu-scroll span.sum-prod {
        margin-top: 0;
    }

    .menu-scroll .btns-wish {
        margin-left: 0;
        /* border-left: 1px solid #F4F5F6; */
        flex-basis: 12%;
        justify-content: flex-end;
    }

    .menu-scroll .btns-wish>a:hover {
        border-radius: 0;
        transition: 0.3s;
    }

    .menu-scroll .btns-wish a {
        /* height: 100%; */
        /* border-left: 1px solid #F4F5F6; */
    }

    .menu-scroll .logo-mobile {
        order: 1;
        flex-basis: 12%;
        display: flex;
        justify-content: center;
    }

    .menu-scroll .logo-mobile img {
        width: 115px !important;
    }

    .menu-scroll .item-menu-block {
        order: 2;
        flex-basis: 78%;
    }

    .menu-scroll .item-search-block {
        order: 3;
        flex-basis: 10%;
    }

    .menu-scroll .btn-search-row {
        display: flex;
        flex-direction: row-reverse;
    }

    .menu-scroll #search input.form-control.input-lg {
        border: 1px solid lightgrey;
    }

    .menu-scroll span.count-product {
        width: 16px;
        height: 16px;
        top: 10px;
    }

    .menu-scroll .navbar-nav {
        margin-right: -75px;
    }


}

/* END FIXED HEADER */

.inside-form-other {
    display: flex;
}

.form-right-send {
    position: relative;
}

.success-message {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 10px;
    z-index: 10;
    width: 300px;
    height: 100px;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    background: rgba(38, 52, 139, 0.8);
    backdrop-filter: blur(6px);
    border-radius: 12px;
    color: white;
}

.active-message {
    opacity: 1;
    visibility: visible;
}

.unactive-message {
    opacity: 0;
    visibility: hidden;
}

.pagination-block-search {
    width: 100%;
    display: flex;
    justify-content: center;
}

.pagination-block-search ul {
    width: 100%;
    max-width: 700px;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 50px;
    padding: 13px;
}

.pagination-block-search .wrapper-btn-pagination {
    position: inherit;
}

#product-search .product-thumb {
    margin-bottom: 30px;
}


.text-content .del-top-block,
.text-section .del-top-block {
    padding-bottom: 20px !important;
    font-size: 14px;
    margin: 7px 0;
    line-height: 21px;
    border-bottom: 1.5px solid #F5F5F5;
}

.del-bottom-block {
    margin-top: 20px;
    display: block;
}

.delivery-side,
.payment-side {
    /* height: 285px; */
}


.plus-minus-block h3 {
    font-weight: 700;
    font-size: 21px;
    line-height: 20px;
    color: #2E3230;
    margin-bottom: 0;
    margin-top: 40px;
    margin-bottom: 20px;
}


.plus-minus-block p {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #2E3230;
    margin: 20px 0;
}

.plus-minus-block ul,
.descr_list_style {
    background: #FFFFFF;
    box-shadow: 0px 0px 37px rgba(0, 0, 0, 0.06);
    border-radius: 20px;
    padding: 30px;
    list-style: none;
    margin-bottom: 20px;
}

.plus-minus-block li,
.descr_list_style li {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #2E3230;
    position: relative;
    padding-left: 26px;
}

.plus-minus-block li:not(:last-child),
.descr_list_style li:not(:last-child) {
    margin-bottom: 15px;
}


.plus-list-item:before,
.minus-list-item:before {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: 3px;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.plus-list-item:before {
    background-image: url(/image/catalog/category/check-list-icon.svg);
}

.minus-list-item:before {
    background-image: url(/image/catalog/category/check-list-icon-red.svg);
}

.cat-footer-img {
    border-radius: 20px;
}

.work-time-text {
    display: none;
}

.parent-menu-block .list-unstyled {
    width: 225px;
}

.display-none-block {
    height: 0px;
    margin: 0;
}

.dropdown-menu .link-to-all {
    font-weight: 700;
}

.categories-indie-models {
    position: relative;
    min-height: 200px;
    margin-bottom: 25px;
    border-radius: 15px;
    overflow: hidden;
    text-align: center;
}

.categories-indie-models a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 15px;
    z-index: 9;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 19px;
}

.categories-indie-500 {
    background: #B94ACB;
}

.categories-indie-600 {
    /* background: #EEDA23; */
    background: grey;
}

.categories-indie-800 {
    /* background: #FD9CA7; */
    background: grey;
}

.categories-indie-800t {
    /* background: #52AC39; */
    background: grey;
}

.categories-indie-1500 {
    background: #58DE55;
}

.categories-indie-1500chr {
    background: #FF6060;
}

.categories-indie-1500lux {
    /* background: #F37148; */
    background: grey;
}

.categories-indie-1600 {
    /* background: #4F96D8; */
    background: grey;
}

.categories-indie-1800 {
    background: #F85151;
}

.categories-indie-2000 {
    background: #F35EA8;
}

.categories-indie-2000lux {
    background: #21AB81;
}

.categories-indie-2200 {
    /* background: #F09A5B; */
    background: grey;
}

.categories-indie-2500 {
    background: #AA4B7C;

}

.categories-indie-2500crys {
    /* background: #3E6AC1; */
    background: grey;
}

.categories-indie-3000bc {
    background: #31B5B0;
}

.categories-indie-3500 {
    /* background: #5B84D3; */
    background: grey;

}

.categories-indie-3600 {
    background: #DA3A8C;
}

.categories-indie-4000 {
    background: #B94ACB;
}

.categories-indie-5000 {
    /* background: #DDD740; */
    background: grey;

}

.categories-indie-5000bc {
    /* background: #B16ADD; */
    background: grey;

}



.categories-indie-models:after {
    content: '';
    position: absolute;
    top: 0;
    height: 0;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: 0.4s;
    z-index: -1;
    border-radius: 15px;
}

.categories-indie-500:after {
    background: linear-gradient(160.38deg, #F480DF 13.14%, #B94ACB 86.86%);
}

.categories-indie-600:after {
    /* background: linear-gradient(160.43deg, #FEE483 13.11%, #EEDA23 86.89%); */
    background: lightgray;
}

.categories-indie-800:after {
    /* background: linear-gradient(180deg, #FFDEC8 0%, #FD9CA7 100%); */
    background: lightgray;
}

.categories-indie-800t:after {
    /* background: linear-gradient(160.38deg, #A5EA92 13.14%, #52AC39 86.86%); */
    background: lightgray;
}

.categories-indie-1500:after {
    background: linear-gradient(160.13deg, #B0FAAE 13.27%, #58DE55 85.26%);
}

.categories-indie-1500chr:after {
    background: linear-gradient(160.38deg, rgba(255, 148, 148, 0.73) 13.14%, #FF6060 86.05%);
}

.categories-indie-1500lux:after {
    /* background: linear-gradient(160.49deg, #FCAC5C 13.08%, #F37148 86.92%); */
    background: lightgray;
}

.categories-indie-1600:after {
    /* background: linear-gradient(160.19deg, #96C4EE 13.24%, #4F96D8 86.76%); */
    background: lightgray;
}

.categories-indie-1800:after {
    background: linear-gradient(160.48deg, #FF8EA4 13.09%, #F85151 86.91%);
}

.categories-indie-2000:after {
    background: linear-gradient(160.38deg, #FC94C8 13.14%, #F35EA8 86.86%);
}

.categories-indie-2000lux:after {
    background: linear-gradient(160.38deg, #65EAC2 13.14%, #21AB81 86.86%);
}

.categories-indie-2200:after {
    /* background: linear-gradient(160.38deg, #FFBA88 13.14%, #F09A5B 86.86%); */
    background: lightgray;
}

.categories-indie-2500:after {
    background: linear-gradient(160.38deg, #BC6C95 13.14%, #AA4B7C 86.86%);
}

.categories-indie-2500crys:after {
    /* background: linear-gradient(160.38deg, #80A7F4 13.14%, #3E6AC1 86.86%); */
    background: lightgray;
}

.categories-indie-3000bc:after {
    background: linear-gradient(160.38deg, #68EAE5 13.14%, #31B5B0 86.86%);
}

.categories-indie-3500:after {
    /* background: linear-gradient(160.38deg, #8EAFEF 13.14%, #5B84D3 86.86%); */
    background: lightgray;
}

.categories-indie-3600:after {
    background: linear-gradient(160.38deg, #EF69AE 13.14%, #DA3A8C 86.86%);
}

.categories-indie-4000:after {
    background: linear-gradient(160.38deg, #F480DF 13.14%, #B94ACB 86.86%);
}

.categories-indie-5000:after {
    /* background: linear-gradient(160.38deg, #EAE568 13.14%, #DDD740 86.86%); */
    background: lightgray;
}

.categories-indie-5000bc:after {
    /* background: linear-gradient(160.38deg, #CA8EEF 13.14%, #B16ADD 86.86%); */
    background: lightgray;
}

.categories-indie-models:hover:after {
    opacity: 0;
}







.categories-indie-models:before {
    content: '';
    position: absolute;
    top: -31px;
    left: 50%;
    transform: translate(-50%, 0);
    font-size: 108px;
    font-weight: 900;
    z-index: 1;
    color: transparent;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.3);
}

.categories-indie-500:before {
    content: '500';
}

.categories-indie-600:before {
    content: '600';
}

.categories-indie-800:before {
    content: '800';
}

.categories-indie-800t:before {
    content: 'T800';
}

.categories-indie-1500:before {
    content: '1500';
}

.categories-indie-1500chr:before {
    content: '1500';
}

.categories-indie-1500lux:before {
    content: '1500';
}

.categories-indie-1600:before {
    content: '1600';
}

.categories-indie-1800:before {
    content: '1800';
}

.categories-indie-2000:before {
    content: '2000';
}

.categories-indie-2000lux:before {
    content: '2000';
}

.categories-indie-2200:before {
    content: '2200';
}

.categories-indie-2500:before {
    content: '2500';
}

.categories-indie-2500crys:before {
    content: '2500';
}

.categories-indie-3000bc:before {
    content: '3000';
}

.categories-indie-3500:before {
    content: '3500';
}

.categories-indie-3600:before {
    content: '3600';
}

.categories-indie-4000:before {
    content: '4000';
}

.categories-indie-5000:before {
    content: '5000';
}

.categories-indie-5000bc:before {
    content: '5000';
}

.categories-indie-models img {
    width: 60%;
    position: absolute;
    left: 50%;
    top: 43%;
    z-index: 2;
    transform: translate(-50%, -50%);
}

.categories-indie-models .models-image-2 {
    width: 55%;
    top: 48%;
}

.categories-indie-models .models-image-3 {
    width: 80%;
}

.categories-indie-models .models-image-6 {
    width: 73%;
}

.categories-indie-models .models-image-7 {
    width: 53%;
}

.categories-indie-models .models-image-8 {
    width: 76%;
}

.categories-indie-models .models-image-9 {
    width: 73%;
    top: 50%;
}

.categories-indie-models .models-image-11 {
    top: 50%;
    width: 63%;
}

.categories-indie-models .models-image-13,
.categories-indie-models .models-image-14 {
    width: 70%;
}

.categories-indie-models .models-image-15 {
    width: 65%;
}

.categories-indie-models .models-image-16 {
    width: 41%;
}

.categories-indie-models .models-image-17 {
    width: 55%;
}

.buttons-cart-cat-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 5px;
}

.buttons-cart-cat-block a.cat-link-item {
    background: #ff9213;
    border-radius: 6px;
    outline: none;
    border: none;
    margin: 19px 0 14px;
    transition: 0.3s;
    font-weight: bold;
    font-size: 15px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 150px;
}

.buttons-cart-cat-block a .cat-link-item:hover {
    color: #ff9213;
    border: 1px solid #ff9213;
    background: white;
}


.add-to-cart-catalog-disabled {
    background-color: grey !important;
    border: 1px solid grey !important;
}

.button-group-on-card button.add-to-cart-catalog-disabled:before {
    background: grey;
}

.button-group-on-card button.add-to-cart-catalog-disabled:hover {
    color: white;
}

.img-responsive-disabled {
    filter: grayscale(100%);
    width: 100%;
}

.category-desc .faq-block h3 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

span.stock-item-disabled {
    background-color: #F4F5F7 !important;
    color: #000 !important;
    opacity: 0.7;
}

.stock-item-disabled svg {
    filter: brightness(0);
    opacity: 0.5;
}

body:has(.img-responsive-disabled) .image-additional img {
    filter: grayscale(1);
}

span.stock-item-disabled:before {
    background-color: grey !important;
}

button.disabled-button {
    background: grey !important;
    cursor: auto !important;
}

.option-item {
    position: relative;
}

.option-item__input {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
}

.option-item__button {
    background: #fff;
    border: 1px solid rgba(255, 89, 30, 0.5);
    border-radius: 8px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;

    font-weight: 500;
    font-size: 12px;
    line-height: 120%;
    text-align: center;
    color: #ff4921;
    cursor: pointer;
    padding: 0 15px;
}

.option-item__input:checked~.option-item__button {
    background: linear-gradient(270deg, #ff9213 0%, #ff4921 100%);
    color: #fff;
}

.options-block-wrapper .form-control {
    border: none;
    box-shadow: none;
    padding-left: 0;
    height: auto;
    padding: 0;
    background: transparent;
}

.title-image-shipping img {
    width: 40px;
}

div#shipping_method_block .wrapper-shipping-method .radio.item-shipping-method:first-child {
    flex-basis: calc(66.667% - 20px);
    margin: 10px;
    display: flex;
    justify-content: space-between;
}

div#shipping_method_block .wrapper-shipping-method .radio.item-shipping-method:first-child>div {
    flex-basis: calc(50% - 10px);
}

.bingc-phone-button {
    bottom: 3% !important;
}

.free-delivery-info {
    height: 30px;
    background: #DAF2FF;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 15px;
}

.free-delivery-info span {
    font-size: 14px;
    color: #4C514A;
}

.car-del-icon {
    width: 17px;
}

.del-info-icon {
    width: 19px;
    cursor: pointer;
}

.del-info-text {
    font-size: 15px;
    position: absolute;
    right: 69px;
    bottom: 41px;
    background: white;
    /* border: 1px solid #a2d08a; */
    background-color: #c8e9b6;
    border-radius: 7px;
    padding: 10px;
    text-align: center;
    max-width: 400px;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
    translate: 0 10px;
}

.del-info-text.show-del-info {
    opacity: 1;
    visibility: visible;
    translate: 0;
}

.cashback-block {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    line-height: 18px;
    font-weight: 600;
    color: white;
    height: 50px;
    padding: 0 14px;
    background: linear-gradient(95.5deg, #6FB2DC 0%, #9AB8E0 50%, #BF9FDE 100%);
    border-radius: 10px;
    margin-left: 27px;
    text-transform: uppercase;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
    gap: 5px;
    position: relative;
    isolation: isolate;
}

.cashback-block:before {
    content: '';
    position: absolute;
    top: 3px;
    left: 4%;
    display: block;
    width: 43px;
    height: 43px;
    background-image: url(/image/catalog/products/round-arrows.svg);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    animation: 4s linear 0s reverse none infinite running rotate-arrows;
}

@keyframes rotate-arrows {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.cashback-block span {
    color: #72B2DC;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-color: white; */
    border-radius: 50%;
    width: 23px;
    height: 23px;
    text-shadow: none;
    line-height: unset;
    margin-right: 6px;
}

.cashback_block-text {
    margin-top: 20px;
    text-align: center;
}

.cashback_block-text span {
    display: block;
}

.cashback_block_mobile {
    display: none;
}

.cashback_block-text>span {
    margin-bottom: 7px;
}

.remove-product {
    /* display: none; */
    border: none;
    background: none;
    box-shadow: none;
    background-image: url(/image/removebasketicon.svg);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    right: 18px;
}

.remove-product:hover,
.remove-product:active,
.remove-product:focus {
    background-color: unset !important;
    border: none;
    box-shadow: none;
}

.qnt_checkout {
    /* display: none; */
    flex-basis: 75px;
    margin-left: 11px;
    margin-right: 10px;
}


.qnt_checkout i {
    width: 23px;
    height: 23px;
}

.qnt_checkout i img {
    width: 9px;
}

.qnt_checkout input {
    width: auto;
}

.chosen_del-block {
    margin-top: 14px;
}

.chosen_del-block {
    font-size: 14px;
}

.chosen_del-value {
    font-weight: 600;
}

.reg_log_cashback {
    margin-bottom: 7px;
}

.reg_log_cashback button {
    font-weight: 600;
    font-size: 16px;
    border-bottom: unset;
    margin: 0;
    padding: 0;
    color: #ff9213;
}

.shipping_pay_text {
    display: block;
    margin-top: 5px;
    /* text-align: center; */
}

.to_free_del {
    /* display: none; */
    text-align: center;
    margin-top: 15px;
}

.to_free_del_text {
    padding: 16px;
    padding-left: 100px;
    display: inline-block;
    border-radius: 13px;
    font-size: 14px;
    overflow: hidden;
    position: relative;
    background: #DAF2FF;
}

.to_free_del_checkout {
    /* display: none; */
    margin-top: 18px;
}

.to_free_del_checkout .to_free_del_text {
    padding: 16px;
    padding-left: 60px;
    border-radius: 15px;
    width: 100%;
    text-align: center;
}

.to_free_del_text strong {
    color: #ff9213;
    font-size: 16px;
}

.free-del-pic {
    position: absolute;
    left: 2px;
    top: 50%;
    translate: 0 -50%;
    width: 86px;
}

.free-del-pic-2 {
    position: absolute;
    right: 0;
    top: 8px;
}

.category-desc img {
    width: 100%;
}

.blog-article-content img {
    width: 100%;
}


.tags {
    margin-top: 50px;
}

.tag_block {
    display: flex;
    align-items: center;
    margin-bottom: 0 25px;
}

.tag_title {
    font-size: 20px;
    flex-basis: 24%;
    margin: 0;
}

.tags_wrapper {
    flex-basis: 76%;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.tags_wrapper_width.tags_wrapper {
    flex-basis: 100%;
}

.tag_item a {
    font-size: 14px;
    padding: 5px 8px;
    border-radius: 15px;
    background: white;
    border: 1px solid #ff9213;
    transition: 0.3s;
    display: block;
}

.tag_item a:hover {
    background: #ff9213;
    border: 1px solid #ff9213;
    color: white;
}

.input-circle-rating_added {
    margin-right: 4px;
}

.load_more_comm_btn {
    margin: 0 auto 25px;
    display: block;
    border: unset;
    background: linear-gradient(180deg, #ff9213 0%, #ff4921 100%);
    color: white;
    width: 170px;
    height: 40px;
    border-radius: 10px;
    transition: 0.3s;
}

.load_more_comm_btn:hover {
    background-color: white;
    border: 1px solid #ff9213;
    color: #ff9213;
}

.flex-mob-with-icon {
    margin-top: 47px;
}

.tel-right-footer {
    margin-top: 15px;
}

.footerMenuOpen img {
    display: none;
}





.block_circle {
    background-color: #f9f9f9;
    width: 915px;
    max-width: 915px;
    width: 100%;
    min-height: 74px;
    max-height: 135px;
    /*  border-radius: 37px 37px 37px 37px; */
    border-radius: 20px;
    display: flex;
    align-items: center;
    overflow: hidden;
    margin-top: 15px;
    margin-bottom: 15px;
}

.container_circle {
    box-sizing: content-box;
}

.circle {
    background: rgba(206, 86, 127, 0.26);
    border-radius: 0px 50% 50% 0px;
    width: 125px;
    height: 160px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.circle img {
    display: flex;
    flex-direction: row;
    align-items: center;
    opacity: 0.8;
    margin-left: 36px;
    width: 36.81px;
    height: 108.43px;
}

.block_circle_text {
    min-height: 100px !important;
    max-height: 300px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 20px;
}

.block_circle_text p.title {
    color: #2E3230;
    margin: 0px;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
}

.block_circle_text p {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #8A8D8D;
    margin: 5px 0px 0px 0px;
}

@media (max-width: 767px) {
    .block_circle {
        position: relative;
        max-height: 100%;
        padding: 0px;
        border-radius: 0px;
    }

    .circle {
        position: absolute;
        top: 0px;
        max-height: 100%;
        height: 100%;
    }

    .block_circle_text {
        min-height: 74px;
        max-height: 300px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 26px 20px 30px 90px;
    }
}

.header_mob_num {
    display: none;
}



.product_kinks_block_title {
    margin-bottom: 7px !important;
}

.product_kinks_block_subtitle {
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    color: #2e3230;
}

.product_kinks_block_wrapper {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.product_kinks_block_item {
    position: relative;
    display: flex;
    align-items: center;
    border-radius: 12px;
    padding: 15px;
    padding: 60px 15px;
    overflow: hidden;
    isolation: isolate;
    min-height: 285px;
}

.product_kinks_block_item_img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.product_kinks_block_item_link {
    display: block;
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #fff;
    margin-bottom: 14px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 7px;
}

.product_kinks_block_item_link:hover {
    text-decoration: underline;
    color: #fff;
}

.product_kinks_block_item_link:last-child {
    margin-bottom: 0;
}

.product_kinks_block_item_link:before {
    content: '';
    position: relative;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.25);
    background-image: url(/image/catalog/arrow-list.svg);
    background-repeat: no-repeat;
    background-size: 5px;
    background-position: 7px center;
}

.product_kinks_block_item_link br {
    display: none;
}

.product-layout-latest {
    padding: 0;
}


.prod_review_block {
    margin-top: 30px;
    overflow: hidden;

}

.prod_review_block_title {
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 19px;
    line-height: 120%;
    text-align: center;
    color: #2e3230;
}

.prod_review_block_item {
    background: #fff;
    border-radius: 10px;
    padding: 16px 18px;
}

.prod_review_block_item_user {
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    color: #2e3230;
}

.prod_review_block_item_head {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 15px;
}

.prod_review_block_item_rate {
    width: 90px;
    margin-top: 5px;
}

.prod_review_block_item_date {
    font-weight: 500;
    font-size: 13px;
    line-height: 150%;
    color: rgba(46, 50, 48, 0.35);
}

.prod_review_block_item_txt {
    font-weight: 400;
    font-size: 13px;
    line-height: 150%;
    color: #2e3230;
}

@media(min-width: 993px) {

    .prod_review_block {
        padding: 0 15px;
        max-width: 1326px;
        width: 100%;
        margin: 30px auto 12px;
    }

    .prod_review_block_item {
        margin: 0 8px;
    }

    .prod_review_block_wrapper {
        margin: 0 -8px;
    }

    .latest_wrapper {
        display: flex;
        gap: 0;
    }

    .product-layout-latest {
        flex: 1;
        max-width: 245px;
    }

    .product-layout-latest .img-responsive {
        width: 100%;
    }

    .basket_txt {
        display: none;
    }

    .product-layout-latest p.price {
        font-size: 20px;
    }

    .button-group-on-card button {
        width: 39px;
        height: 39px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    p.desc-on-slider {
        font-size: 22px;
        margin-top: 12px;
    }

    p.desc-on-slider br {
        display: none;
    }

    .latest-section .heading-title-module br {
        display: none;
    }

    .latest_wrapper_fea .product-layout.product-layout-latest:last-child {
        display: none;
    }
}

@media(min-width: 600px) {
    .latest_wrapper .product-layout {
        margin: 0 10px;
    }
}

.home_slider_wrapper .item-slide {
    margin-right: 10px;
}

/* 
.home_slider_wrapper .slick-list {
    overflow: unset;
} */

.home_slider_wrapper .item.item-slide {
    border-radius: 12px;
    overflow: hidden;
    min-height: 270px;
}

.home_slider_wrapper .title-on-slider {
    font-size: 28px;
}

.home_slider_wrapper p.desc-on-slider {
    font-size: 18px;
}

section.home-slider:has(.home_slider_wrapper) {
    height: auto !important;
    min-height: unset !important;
}

.home_slider_wrapper .col-sm-6 {
    width: 80%;
}

.home_slider_wrapper a.link-white-blue-text {
    padding: 11px 25px;
}


.shop_review_block_wrapper .prod_review_block_item_head {
    justify-content: flex-start;
    gap: 12px;
    align-items: center;
}

.prod_review_block_item_head_icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 21px;
    line-height: 100%;
    color: #fff;
}

.prod_review_block_item_head_icon_1 {
    background-image: url(/image/catalog/rev-icon-1.png);
    background-size: cover;
}

.prod_review_block_item_head_icon_2 {
    background-image: url(/image/catalog/rev-icon-2.png);
    background-size: cover;
}

.prod_review_block_item_head_icon_3 {
    background-image: url(/image/catalog/icon_background_3.jpg);
    background-size: cover;
}

.prod_review_block_item_head_icon_4 {
    background-image: url(/image/catalog/icon_background_4.jpg);
    background-size: cover;
}

.prod_review_block_item_head_icon_5 {
    background-image: url(/image/catalog/icon_background_5.jpg);
    background-size: cover;
}

.prod_review_block_item_head_icon_6 {
    background-image: url(/image/catalog/icon_background_6.jpg);
    background-size: cover;
}

.prod_review_block_item_head_icon_7 {
    background-image: url(/image/catalog/rev-icon-2.png);
    background-size: cover;
}

.prod_review_block_item_head_icon_8 {
    background-image: url(/image/catalog/icon_background_4.jpg);
    background-size: cover;
}

.prod_review_block_wrapper .slick-dots {
    display: none !important;
}

.shop_review_block_wrapper .slick-dots {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    list-style: none;
    padding: 0 !important;
    margin-top: 20px;
}

.shop_review_block_wrapper .slick-dots button {
    font-size: 0;
    padding: 0;
    height: 7px;
    width: 30px;
    border-radius: 31px;
    background: rgba(236, 62, 0, 0.2);
    border: unset;
}

.shop_review_block_wrapper .slick-dots .slick-active button {
    background: #ec3e00;
}

.home_title_h1 h1 {
    display: inline-block;
    background: #F4F5F7;
    position: relative;
    z-index: 10;
    padding: 0 15px;
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    margin-top: 0;
}

.seotxt_wrapper .heading-title-module:before,
.seotxt_wrapper .heading-title-module:after {
    display: none;
}

.seotxt_wrapper .heading-title-module h2 {
    padding: 0;
}

.many-tastes-content-w .many-tastes-block {
    flex-basis: 100%;
}

body .prod_review_block_item {
    min-height: 150px;
}

.home_footer_links {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin: 50px 0;
}

.home_footer_link {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff0eb;
    border: 1px solid rgba(239, 82, 25, 0.18);
    border-radius: 12px;
    height: 45px;
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    color: #ef5219;
    transition: 0.4s;
}

.home_footer_link:hover {
    border: 1px solid rgba(239, 82, 25, 1);
    color: #ef5219;
}

.menu_bottom_fixed,
.mob_menu_head,
.menu_img,
.parent-menu-block .account-block,
.telephone-head-block.mob-in-menu-block,
.header_menu_txt,
.drop_head_name span {
    display: none;
}

.shoping-cart-products-item-right {
    width: 100%;
}



.free-delivery-box {
    display: flex;
    gap: 12px;
    align-items: center;
    background: #FFE9D6;
    margin-top: 30px;
    border-radius: 15px;
    padding: 15px 10px;
    background: #ffdec9;
    height: 97px;
}

.free-delivery-icon {
    position: relative;
    width: 65px;
    height: 65px;
    isolation: isolate;
    border-radius: 50%;
    transition: 0.4s;
}

.free-delivery-icon:before {
    content: '';
    position: absolute;
    inset: 0;
    scale: 0.8;
    background: #fff;
    z-index: -1;
    border-radius: 50%;
}

.progress-ring {
    width: 100%;
    height: 100%;
    /* transform: rotate(-90deg); */
}

.ring-bg {
    fill: none;
    stroke: #ffd3ad;
    stroke-width: 3;
}

.ring-progress {
    fill: none;
    stroke: #ff6a00;
    stroke-width: 3;
    transition: stroke-dasharray 0.4s ease;
}

.icon-inner {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 18px;
}

.icon-inner small {
    font-size: 11px;
    font-weight: bold;
}

.free-delivery-text {
    font-weight: 500;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: -0.03em;
    color: #2e3230;
    transition: 0.3s;
    max-height: 50px;
}

.free-delivery-box:has(.full) .free-delivery-text {
    opacity: 0;
    visibility: hidden;
    max-height: 0;
}

.progress-ring {
    width: 65px;
    height: 65px;
}

.progress-ring .ring-bg {
    fill: none;
    stroke: #FFB889;
    stroke-width: 4;
}

.progress-ring .ring-progress {
    fill: none;
    stroke: linear-gradient(180deg, #ff9213 0%, #ff4921 100%);
    stroke-width: 4;
    stroke-linecap: round;
    transition: stroke-dasharray 0.3s ease;
}

.icon-inner>span {
    display: flex;
    align-items: center;
}

.free-delivery-cat {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 6px;
    transition: 0.3s;
    max-height: 50px;
}

.free-delivery-box:has(.full) .free-delivery-cat {
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    width: 0;
}

.sum-for-sub:empty {
    display: none;
}

.free-delivery-cat a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(180deg, #ff9213 0%, #ff4921 100%);
    border-radius: 5px;
    padding: 0 10px;
    height: 25px;
    font-weight: 600;
    font-size: 11px;
    letter-spacing: -0.02em;
    color: #fff !important;
    transition: 0.4s;
}

.icon_car_check {
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    position: absolute;
    top: 31%;
    left: 46%;
    translate: -50% -50%;
}

.free-delivery-box:has(.full) .icon_car_check {
    opacity: 1;
    visibility: visible;
}

.free-delivery-box:has(.full) .free-delivery-icon {
    box-shadow: 0 0 32px 0 rgba(255, 128, 0, 0.75);
}

.free-del-success-txt {
    transition: 0.3s;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
}

.free-delivery-box:has(.full) .free-del-success-txt {
    opacity: 1;
    visibility: visible;
    max-height: unset;
    font-weight: 500;
    font-size: 15px;
    line-height: 130%;
    letter-spacing: -0.03em;
    color: #2e3230;
    margin-bottom: 6px;
}

/* .shoping-cart-content {
    padding-right: 12px;
} */

.shoping-cart-products-featured .img-responsive {
    width: 100%;
}

.shoping-cart-products-featured-wrapper {
    margin-top: 35px;
}

.desc-flex .attribute-block {
    display: none;
}



@media(min-width: 992px) {

    .shoping-cart {
        top: 0;
        bottom: 0;
        height: 100vh;
    }

    .shoping-cart {
        max-height: unset !important;
    }

    button.close-cart {
        top: 30px;
        right: 27px;
    }

    .shoping-cart-products-item-title {
        font-size: 18px;
    }

    .options-text small {
        font-size: 14px;
    }

    .shoping-cart-products-item-r-b {
        margin-top: 15px;
    }

    .shoping-cart-products-loop .quantity-block {
        display: block;
    }

    .shoping-cart-products-item-quantity {
        margin-left: 0px;
        flex-basis: unset;
        width: auto;
    }

    .flex-to-btn {
        justify-content: unset;
        gap: 30px;
    }

    #cart_remove_product {
        flex-grow: 1;
        display: flex;
        justify-content: flex-end;
    }

    .free-delivery-box {
        margin-top: 15px;
        height: auto;
    }

    .shoping-cart-buttons {
        margin-top: 0;
    }

    .free-delivery-text {
        font-size: 18px;
        width: 100%;
        max-width: 400px;
        max-height: unset;
    }

    .free-delivery-text-wrapper {
        display: flex;
        gap: 0;
        align-items: flex-start;
        flex-direction: column;
        width: 100%;
    }

    .free-delivery-box:has(.full) .free-delivery-text-wrapper {
        flex-direction: row-reverse;
        justify-content: flex-end;
    }

    .free-delivery-cat {
        flex-direction: row;
        max-height: unset;
        align-items: flex-start;
        margin-top: 10px;
    }

    .free-delivery-cat a {
        width: 110px;
        justify-content: center;
    }

    .shoping-cart-totals {
        flex-direction: row;
        align-items: center;
        width: 100%;
        justify-content: space-between;
    }

    .shoping-cart-totals-item {
        flex-direction: row;
        gap: 25px;
    }

    span.shoping-cart-totals-item-title {
        font-size: 18px;
    }

    a.btn-checkout {
        font-size: 19px;
        margin-top: 0;
    }

    .cart_featured_title {
        font-size: 26px;
        margin-bottom: 25px;
    }

    .button-group-on-card button span {
        display: none;
    }

    .button-group-on-card button span.icon-basket {
        display: block;
    }
}

.cashback_block-text {
    display: none;
}

.product-layout.product-grid {
    padding: 0 8px;
}




.flex-row-thumb>div.thumb-flex {
    position: relative;
}

.product_marquee {
    overflow: hidden;
    width: 100%;
    background: #597cfd;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}

.product_marquee:after,
.product_marquee:before {
    content: '';
    background: linear-gradient(270deg, rgba(89, 124, 253, 0) 0%, #597cfd 100%);
    transform: rotate(180deg);
    width: 32px;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 10;
}

.product_marquee:before {
    left: 0;
    transform: rotate(0deg);
}

.product_marquee:after {
    right: 0;
    transform: rotate(180deg);
}

.marquee_track {
    display: flex;
    width: max-content;
    animation: marquee 18s linear infinite;
}

.marquee_item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 10px;
    white-space: nowrap;
    font-weight: 600;
    font-size: 13px;
    line-height: 108%;
    color: #fff;
    height: 32px;
}

.marquee_item img {
    height: 20px;
    width: auto;
}

@keyframes marquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

.item-pricespec-wrapper {
    display: flex;
    align-items: center;
    gap: 9px;
    width: 205px;
}

.special-text {
    font-weight: 500;
    font-size: 38px;
    line-height: 80%;
    color: #ff4b21;
}

.special-percent {
    background: linear-gradient(90deg, #ff9213 0%, #ff4921 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    padding: 0 9px;
    height: 29px;
    font-weight: 600;
    font-size: 16px;
    line-height: 75%;
    letter-spacing: -0.02em;
    text-align: center;
    color: #fff;
}



.price-old-prod {
    font-weight: 400;
    font-size: 21px;
    line-height: 80%;
    color: #7e7e7e;
    position: relative;
    display: inline-block;
    margin-top: 5px;
}

.price-old-prod:before {
    content: '';
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    left: 0;
    width: 100%;
    border-top: 1px solid #7e7e7e;
}

.grn-text-old {
    font-weight: 500;
    font-size: 14px;
    line-height: 73%;
    color: #7e7e7e;
}

.prod_info_tabs {
    margin: 50px 0 40px;
    align-items: center;
    gap: 5px;
    display: none;
}

.prod_info_tabs a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 67, 0, 0.1);
    border-radius: 8px;
    padding: 0 15px;
    height: 36px;
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    color: #434343;
    flex: 1;
}

.price_prod_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.price_prod_top_cahback {
    background: #fff3ed;
    border-radius: 44px;
    padding: 0 10px;
    height: 29px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    font-weight: 600;
    font-size: 14px;
    line-height: 86%;
    letter-spacing: -0.02em;
    text-align: center;
    color: #2e3230;
}

.price_prod_middle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-top: 15px;
}

.add-to-cart-catalog-disabled {
    display: none !important;
}

.item-slide .link-white-blue-text {
    color: #ff4921 !important;
}

.item-slide .link-white-blue-text:hover {
    color: #0073ff !important;
    border: 1px solid transparent !important;
}

.face-google-reg {
    display: none;
}

.soc-flex-block-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 0;
}

.soc-flex-block-btns button {
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    padding: 0 17px;
    height: 42px;
    min-height: 42px;
    font-weight: 600;
    font-size: 13px;
    line-height: 108%;
    text-align: center;
    color: #2e3230;
    flex: 1;
    margin: 0 !important;
    border: unset !important;
    white-space: nowrap;
}

.soc-flex-block-btns button.new-customer-btn {
    color: #ff4921;
}







.radio_group_checkout label {
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
    font-weight: 400;
    font-size: 13px;
    line-height: 154%;
    letter-spacing: -0.02em;
    color: #2e3230;
}

.radio_group_checkout label input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.radio_custom_checkout {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #d6d6d6;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
}

.radio_custom_checkout_inn {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #f1c6b7;
    transition: 0.3s;
    opacity: 0;
}

.radio_group_checkout label:has(input:checked) .radio_custom_checkout_inn {
    opacity: 1;
}

.radio_group_checkout label:has(input:checked) .radio_custom_checkout {
    border: 1px solid #f1c6b7;
}

.check_commen {
    margin-top: 15px;
    width: 100%;
    height: 162px !important;
    resize: none;
    border: 1px solid #dfdfdf;
    border-radius: 10px;
    padding: 17px 18px;
}

.check_commen::placeholder {
    font-weight: 400;
    font-size: 14px;
    color: #7e7e7e;
}






#order-preloader {
    position: fixed;
    inset: 0;
    z-index: 999999;
    pointer-events: none;
    /* щоб кліки проходили крізь, якщо треба */
}

.preloader-overlay {
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0);
    backdrop-filter: blur(9px);
    -webkit-backdrop-filter: blur(9px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.preloader-inner {
    text-align: center;
}

.spinner {
    width: 64px;
    height: 64px;
    border: 7px solid #f0f0f0;
    border-top: 7px solid #ff6b00;
    /* твій помаранчевий */
    border-radius: 50%;
    animation: spin 0.9s linear infinite;
    margin: 0 auto 16px;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.product-image-card a:focus {
    border: unset !important;
    outline: unset !important;
}


.cashback_logged {
    background: #fff;
    border-radius: 10px;
    padding: 15px;
}

.cashback_logged_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.cashback_logged_l {
    display: flex;
    align-items: center;
    gap: 12px;
}

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

.cashback_logged_number {
    font-weight: 600;
    font-size: 14px;
    line-height: 86%;
    color: #282828;
    margin-bottom: 7px;
    display: block;
}

.cashback_logged_bonus {
    font-weight: 600;
    font-size: 13px;
    line-height: 92%;
    color: #597cfd;
}

.cashback_logged_r {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: 0.3s;
    width: 34px;
    height: 34px;
    background: #f4f5f7;
    border: unset;
}

.cashback_logged_r svg {
    transition: 0.3s;
}

.cashback_logged:has(.show) .cashback_logged_r svg {
    rotate: 180deg;
}

.cashback_logged_menu {
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    padding: 0 10px;
}

.cashback_logged_menu.show {
    opacity: 1;
    visibility: visible;
    max-height: 300px;
    margin-top: 12px;
    padding: 10px 10px;
}

.cashback_logged_menu_item {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 500;
    font-size: 13px;
    line-height: 92%;
    color: #282828;
}

.cashback_logged_menu_item:last-child {
    margin-bottom: 0;
}

.cashback_bottom_block_head {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 12px;
}

.cashback_bottom_block {
    background: #fff;
    border-radius: 16px;
    padding: 20px;
    margin: 30px 0;
}

.cashback_bottom_block_head_icon {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    isolation: isolate;
    width: 70px;
    min-width: 62px;
    height: 70px;
}

.cashback_bottom_block_head_icon img {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
}

.cashback_bottom_block_head_icon span {
    font-weight: 700;
    font-size: 17px;
    line-height: 120%;
    text-align: center;
    color: #fff;
}

.cashback_bottom_title {
    font-weight: 600;
    font-size: 16px;
    line-height: 75%;
    color: #2e3230;
    margin-bottom: 8px;
}

.cashback_bottom_subtitle {
    font-weight: 400;
    font-size: 13px;
    line-height: 130%;
    letter-spacing: -0.02em;
    color: rgba(46, 50, 48, 0.65);
}

.header_menu_sec {
    position: relative;
}

.dropdown_menu_th {
    position: absolute;
    left: 100%;
    top: 0;
    transition: 0.3s;
    background: #fff;
    z-index: 100;
    translate: -15px 0;
    opacity: 0;
    visibility: hidden;
    padding-left: 0;
    list-style: none;
    width: 100%;
    border-radius: 0 6px 6px 6px;
    box-shadow: 0px 4px 12px rgb(52 87 10 / 16%);
}

.dropdown_menu_th li a {
    white-space: nowrap;
}

.header_menu_sec:last-child a {
    border: unset;
}

@media(min-width: 993px) {
    .header_menu_sec:hover .dropdown_menu_th {
        opacity: 1;
        visibility: visible;
        translate: 0 0;
    }

    .dropdown_menu_th li:last-child a {
        border: unset;
    }

    .header_menu_sec:has(.dropdown_menu_th):after {
        content: "";
        width: 6px;
        height: 6px;
        border: 1px solid #000;
        display: block;
        transform: rotate(-45deg);
        border-left: 9px;
        border-top: 0px;
        position: absolute;
        right: 10px;
        top: 12px;
    }

    .dropdown-menu a {
        padding: 8px 12px;
    }

    /* .menu_hight {
        height: 70vh;
        overflow: scroll;
    } */

    /* .dropdown_menu_th li a {
        font-weight: 300;
        font-size: 13px;
        padding: 6px 12px;
    }

    .header_menu_sec {
        border-bottom: 2px solid #efefef;
    }

    .header_menu_sec a {
        border: unset !important;
        white-space: nowrap;
    } */
}



.nav.navbar-nav .dropdown-menu.dropdown_menu_head {
    overflow: unset;
}



.header_menu_sec:hover:after {
    border: 1px solid #6081FD;
    border-left: 9px;
    border-top: 0px;
}














































































@media(min-width: 992px) {

    .submenu_toggle_th {
        display: none;
    }

    .soc-flex-block {
        background: #ffe7dd;
        border-radius: 16px;
        padding: 17px;
        margin: 0 !important;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        width: 100%;
    }

    .soc-flex-block-txt {
        font-weight: 500;
        font-size: 18px;
        line-height: 140%;
        text-align: center;
        color: #322e2e;
        /* max-width: 400px; */
    }

    .flex-row-checkout {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
    }

    .Check_total_sum {
        display: none;
    }

    .checkout-cart-product-item-b {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .checkout-cart-product-item-image {
        flex-basis: 70px !important;
        min-width: 70px;
        margin-right: 15px;
    }

    .checkout-cart-product-item-name {
        margin-left: 0 !important;
        margin-bottom: 7px;
    }

    .checkout-cart-product-item-name-text {
        font-size: 16px;
    }

    .shoping-cart-products-item-quantity span {
        min-width: 70px;
    }

    .checkout-cart-product-item-r .quantity-block {
        display: block;
    }

    /* 
    .remove-product {
        position: relative;
        top: 0;
        right: 0;
        translate: 0 0;
    } */

    .checkout-cart-product-item {
        flex-wrap: nowrap;
    }

    .checkout-cart-product-item-r {
        width: 100%;
    }

    .checkout-cart-product-item-price {
        flex-basis: unset;
        font-size: 20px;
        position: absolute;
        right: 70px;
        top: 50%;
        translate: 0 -50%;
    }

    button.submit-checkout-form {
        margin-top: 25px;
    }

    .flex-row-checkout {
        margin-top: 15px;
    }

    .flex-row-checkout:has(.cashback_logged) {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }


}

@media(min-width: 700px) {

    .shoping-cart {
        overflow: auto;
    }

    .cashback_bottom_block {
        margin: 10px 0;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .shoping-cart::-webkit-scrollbar-thumb {
        background: #ff9213;
        border-radius: 10px;
    }

    .shoping-cart::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    .icons-cart-block {
        height: 100% !important;
        padding-bottom: 50px !important;
    }

    .shoping-cart-products-loop {
        max-height: 255px;
    }

    span.price-text {
        width: 130px;
        display: block;
    }

    button#button-cart {
        font-size: 18px;
    }

    .grn-text {
        font-size: 20px;
        margin-left: -7px;
    }

    .stars-rating .wrap svg {
        width: 100%;
        height: 100%;
    }

    .stars-rating .wrap span {
        width: 25px;
        height: 25px;
        margin: 0;
    }

    .breadcrumb>li>span {
        font-size: 14px;
        padding-left: 6px;
        margin-top: 3px;
        display: block;
    }

    .wrapper-btn-pagination-next {
        margin-left: unset;
    }

    #product-category .pagination {
        justify-content: center;
    }

    .pagination>li {
        width: 42px;
    }

    button.btn-load-pagination {
        height: 62px;
    }

    button.btn-load-pagination:hover {
        border: 1px transparent;
        color: #fff;
        background: linear-gradient(270deg, #ff9213 0%, #ff4921 100%) !important;
    }

    .flex_heading_row_wrapper,
    .option-wrapper,
    .price_prod_wrapper {
        border-radius: 15px;
        background: #fff;
        padding: 12px 15px;
    }

    h1.product-title {
        margin-bottom: 0;
        line-height: 29px;
    }

    .price_prod_wrapper {
        margin-top: 25px;
    }



    .description-wrapper.tab-content-block p,
    .description-wrapper.tab-content-block li {
        font-size: 16px;
    }
}


@media (min-width: 993px) {

    .prod_show_more_options {
        display: none;
    }

    .parent-menu-block.menu-scroll:before {
        background: #fff;
    }

    .nav .open>a,
    .nav .open>a:focus,
    .nav .open>a:hover {
        background: transparent;
    }

    .open>.dropdown-menu {
        display: none;
    }

    .rating-group {
        display: flex;
        justify-content: space-between;
    }

    .products_mob_wrapper {
        padding: 30px;
    }

    .products_mob_wrapper .free-delivery-text-wrapper {
        gap: 8px;
        flex-wrap: wrap;
    }

    .products_mob_wrapper .free-delivery-cat {
        flex-direction: row;
    }

    .products_mob_wrapper .free-delivery-box:has(.full) .free-del-success-txt {
        width: 100%;
    }

    .products_mob_wrapper .free-delivery-box:has(.full) .free-delivery-text-wrapper {
        gap: 0;
    }

    .products_mob_wrapper .free-delivery-cat a {
        justify-content: center;
    }

    .products_mob_title {
        display: none;
    }

    .products_mob_wrapper .free-delivery-box {
        margin-top: 7px;
    }

    .checkout-profile-address {
        padding-top: 0;
    }

    .checkout-profile-payment .radio.item-shipping-method {
        flex-basis: unset !important;
        flex: 1 !important;
    }

    .checkout-profile-address .wrapper-shipping-method {
        width: 100%;
        margin: 0 !important;
    }

    .checkout-profile-address .wrapper-shipping-method .item-shipping-method {
        flex-basis: 100% !important;
        margin: 0 !important;
        flex-wrap: wrap;
    }

    div#shipping_method_block .wrapper-shipping-method .radio.item-shipping-method:first-child>div:last-child {
        margin-top: 20px;
    }

    .inside-comment-block>label {
        display: none;
    }

    .radio_group_checkout {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .comment_block_subtxt {
        margin-bottom: 15px;
    }

    .inside-comment-block label {
        display: flex;
        align-items: center;
    }

    .inside-comment-block>label {
        font-weight: 600;
        font-size: 18px;
        line-height: 27px;
        color: #2E3230;
        margin-bottom: 10px;
    }

    .checkout-cart-product-item-image img {
        width: 75px;
        height: 75px;
        min-width: 75px;
    }
}

@media (min-width: 992px) and (max-width: 1360px) {
    #product-category .text-left {
        max-width: unset;
        flex-basis: unset;
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 1360px) {

    .absolut-img-slider {
        right: 65px;
    }

    .telephone-head-block {
        flex-basis: 25%;
    }

    .title-on-slider {
        font-size: 50px;
    }

    .home-slider .owl-nav {
        max-width: 1165px;
    }

    .home-slider .owl-dots {
        right: auto;
        width: auto;
        padding: 0;
        left: 252px;
        bottom: 56px;
    }

    p.price {
        font-size: 16px;
    }

    .button-group-on-card button {
        padding: 12px 5px;
        font-weight: 600;
        font-size: 13px;
    }
}

@media (max-width: 1300px) {
    .flex-row-form-success {
        flex-wrap: wrap;
    }

}

@media (max-width: 1280px) {
    .column-about.about-img img {
        max-width: 473px;
        width: 100%;
    }

    .about-img-howbuy img {
        max-width: 1300px !important;
        width: 100%;
    }

    h1.title-inside-text-about {
        font-size: 55px;
    }

    .mail-footer a {
        font-weight: 500;
        font-size: 14px;
    }

    .tel-right-footer a {
        font-size: 18px;
    }

    .content-slider {
        margin-top: 75px;
    }

    a.link-form-tel {
        font-size: 26px;
    }

    span.form-title {
        font-size: 28px;
        line-height: 28px;
        margin-bottom: 15px;
    }

    .flex-row-others {
        margin-bottom: 25px;
    }

    .flex-bg-menu {
        flex-basis: 87%;
    }

    .btns-wish {
        flex-basis: 10.6%;
    }

    .latest_wrapper {
        gap: 0;
    }

    .home_slider_wrapper .item.item-slide {
        height: 270px;
    }

    .latest_wrapper_fea .product-layout-latest:last-child {
        display: none;
    }
}

@media (max-width: 1200px) {

    #product-category #column-left {
        padding-right: 7px;
    }

    #product-category #content {
        padding-right: 25px;
    }

    #product-category #content .price-old {
        display: block;
        margin-left: 0;
        line-height: 18px;
        font-size: 12px;
    }

    .checkout-cart-product-item-image {
        flex-basis: 56px;
    }

    .checkout-cart-product-item-image img {
        width: 100%;
    }

    nav.nav-items-top a {
        font-size: 12px;
        margin: 0px 5px;
    }

    .desc-on-slider {
        max-width: 670px;
    }

    .item-telephone a {
        font-size: 13px;
        margin: 3px 0px;
    }

    .item-slide .col-sm-6 {
        width: 100%;
    }

    .item.item-slide {
        min-height: auto;
        background-size: cover;
        /* background-position-x: -165px; */
    }

    section.home-slider {
        min-height: auto;
    }

    .content-slider {
        margin-top: 50px;
        margin-bottom: 150px;
    }

    .home-slider .owl-nav {
        max-width: 970px;
    }

    .button-group-on-card button {
        padding: 9px 7px 7px;
        font-weight: 600;
        font-size: 13px;
    }

    img.icon-basket-on-card {
        margin: 0px;
    }

    a.link-form-tel {
        font-size: 21px;
    }

    .flex-row-others {
        margin-bottom: 18px;
    }

    span.form-title {
        font-size: 22px;
        line-height: 17px;
        margin-bottom: 15px;
    }

    .tel-right-footer a {
        font-size: 14px;
        line-height: 1.3;
    }

    span.text-adress {
        font-size: 14px;
        line-height: 1.2;
        padding-left: 0px;
    }

    nav.column-menu a {
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 10px;
    }

    .mail-footer a {
        font-weight: 500;
        font-size: 14px;
        margin-left: 0px;
    }

    .mail-footer .mail-link {
        font-size: 13px;
    }

    .social-block-footer a {
        font-size: 12px;
        white-space: nowrap;
        width: 100%;
    }

    nav.menu-inside-footer a {
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 10px;
        padding-right: 5px;
    }

    .social-block-footer {
        margin-top: 15px;
    }

    a.link-account {
        border-radius: 10px;
        width: 40px;
        height: 45px;
        margin-left: 10px;
    }

    .social-buttons a {
        border-radius: 7px;
        margin: 0px 4px;
        padding: 6px 10px 8px;
    }

    h1.title-inside-text-about {
        font-size: 46px;
    }

    .inside-text-about p {
        font-weight: 500;
        font-size: 14px;
        line-height: 1.5;
        color: #FFFFFF;
    }

    .inside-text-howbuy p {
        color: #2E3230 !important;
    }


    a.title-cat-other {
        font-size: 28px;
        line-height: 1.2;
    }

    nav.inside-link-other-cats a {
        font-size: 13px;
        line-height: 16px;
    }

    a.blue-link.link-to-cat {
        background: rgba(255, 255, 255, 0.16);
        border-radius: 6px;
        font-weight: bold;
        font-size: 14px;
        line-height: 20px;
        color: #FFFFFF;
        padding: 12px 18px;
        display: inline-block;
        margin-top: 18px;
    }

    .item-other {
        height: 230px;
    }

    span.desc-form {
        font-size: 14px;
    }

    .form-right-other-cats {
        padding: 28px 25px;
    }

    .about-text-inside-bg {
        font-size: 14px;
    }

    span.text-review {
        font-size: 14px;
    }

    .wrapper-text-seo {
        font-size: 14px;
    }

    .heading-title-module {
        margin-bottom: 25px;
    }

}

@media (min-width: 768px) {
    .container {
        width: 100%;
    }
}

@media (max-width: 992px) {

    .dropdown_menu_th {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        translate: 110% 0;
        height: auto;
        min-height: 100vh;
    }

    .header_menu_sec.open>.dropdown_menu_th {
        translate: 0 0;
        opacity: 1;
        visibility: visible;
    }

    .header_menu_sec .submenu-toggle {
        position: absolute;
        right: 20px;
        top: 50%;
        translate: 0 -50%;
        width: 34px;
        height: 34px;
        border-radius: 50%;
        border: unset;
        background-color: #f4f5f7;
        background-image: url(/image/catalog/arrow-menu.svg);
        background-repeat: no-repeat;
        background-position: 14px center;
        background-size: 9px;
        transform: rotate(0deg);
    }

    a.btn-checkout {
        font-size: 18px;
        font-weight: 500;
    }

    .flex-row-checkout {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        margin-bottom: 20px;
    }

    .checkout-profile-user-fields {
        flex-direction: column;
        margin: 0;
    }

    .checkout-profile-user {
        padding: 20px;
    }

    .products_mob_wrapper {
        padding: 20px;
    }

    .products_mob_wrapper .free-delivery-box {
        margin-top: 0;
    }

    .item-shipping-method label {
        width: 100%;
    }

    .products_mob_title {
        display: none;
    }

    .checkout-profile-user-fields label {
        flex-basis: 100%;
        margin: 0;
        margin-bottom: 15px;
    }

    .checkout-profile-user-fields label:last-child {
        margin-bottom: 0;
    }

    .checkout-profile-address {
        padding: 20px;
        padding-top: 0;
    }

    .soc-flex-block-btns {
        margin-top: 15px;
    }

    .prod_show_more_options {
        margin-top: 7px;
        background: #fff;
        border-radius: 8px;
        padding: 0 17px;
        height: 36px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-weight: 600;
        font-size: 12px;
        line-height: 100%;
        color: #2e3230;
    }

    .prod_show_more_options.is-hidden {
        display: none;
    }

    .row:has(>.sticky-review) {
        margin: 0;
    }

    .prod_info_tabs {
        display: flex;
        margin: 30px 0 40px;
    }

    .ocfilter-mobile {
        overflow: auto;
        padding-bottom: 77px !important;
    }

    #content .price-old {
        display: inline !important;
        margin-left: 8px !important;
        font-size: 16px !important;
    }

    .product-thumb .price {
        text-align: center;
    }

    .product-title-block a {
        text-align: center;
    }

    .mob_menu_head,
    .menu_img,
    .parent-menu-block .account-block,
    .header_menu_txt,
    .drop_head_name span {
        display: block;
    }

    .telephone-head-block.mob-in-menu-block {
        display: flex;
    }

    #menu div.dropdown-menu {
        height: 100vh !important;
        display: block !important;
    }

    #product-product .latest-section .container {
        padding: 0;
    }


    .latest_wrapper .slick-list {
        margin-left: 15px;
    }

    .shoping-cart-products-featured .slick-list {
        margin-left: 0;
    }

    .latest_wrapper .product-layout {
        margin-right: 10px;
        max-width: 200px;
    }

    .prod_review_block_wrapper {
        margin-left: 15px;
    }

    .product_kinks_block_item {
        padding: 15px;
        min-height: 180px;
    }

    .product_kinks_block_item_link br {
        display: block;
    }

    .product_kinks_block_item_link {
        font-size: 13px;
        margin-bottom: 9px;
    }

    .product_kinks_block_wrapper {
        grid-template-columns: repeat(1, 1fr);
    }

    .item.item-slide {
        min-height: 370px;
        height: 370px;
    }

    .footerMenuOpen {
        position: relative;
    }

    span.title-menu-footer {
        display: inline-block;
    }

    .footerMenuOpen img {
        display: block;
        position: absolute;
        right: -20px;
        top: 50%;
        translate: 0 -50%;
        transition: 0.4s;
        width: 17px;
        height: 17px;
    }

    .inside-menu-footer:has(.open_footer_menu) .footerMenuOpen img {
        rotate: 180deg;
    }

    .checkout-cart-product-item-name-text {
        font-size: 12px;
    }

    .checkout-cart-product-item-image {
        flex-basis: 70px;
        min-width: 70px;
        margin-right: 15px;
    }

    .checkout-cart-product-item-r {
        width: 100%;
    }

    .remove-product {
        right: 0;
        top: 0;
        translate: 0 0;
        position: relative;
    }

    .to_free_del_checkout .to_free_del_text {
        padding-left: 70px;
    }

    .footer-bottom {
        position: inherit;
    }

    .checkout-profile-address-inputs {
        flex-direction: column;
    }

    .checkout-profile-address-inputs label {
        margin: 0;
        padding: 0 10px;
    }

    .checkout-profile-address-inputs span,
    .cab-inputs span {
        font-weight: 400;
        padding-left: 10px;
        margin-bottom: 8px;
    }

    div#shipping_method_block .wrapper-shipping-method .radio.item-shipping-method:first-child {
        display: flex;
        flex-direction: column;
        flex-basis: 100%;
        margin-bottom: 15px;
    }

    .checkout-profile-payment-fields .item-shipping-method {
        margin: 0 !important;
        flex-basis: 100%;
        padding: 0 10px;
    }

    .checkout-profile-payment {
        padding: 15px;
        background: #fff;
        border-radius: 16px;
    }

    .checkout-profile-address-inputs label.address-city {
        margin-bottom: 15px;
    }

    .checkout-profile-payment {
        margin-top: 0;
        padding: 20px !important;
    }

    .checkout-profile-address-inputs input,
    .cab-inputs input {
        height: 51px;
        border: 1px solid #dfdfdf;
        border-radius: 10px;
        padding: 17px 18px;
    }

    .inside-ship-item:has(input[value="novaposhta.department"]) {
        order: 1;
    }

    .inside-ship-item:has(input[value="novaposhta.poshtomat"]) {
        order: 2;
        margin-bottom: 10px !important;
    }

    .inside-ship-item:has(input[value="novaposhta.doors"]) {
        order: 3;
        margin-bottom: 0 !important;
    }

    div#shipping_method_block .wrapper-shipping-method .radio.item-shipping-method:first-child>div {
        margin-bottom: 10px;
    }

    .navbar-collapse.navbar-ex1-collapse.collapse.in {
        overflow-x: hidden;
    }

    div#shipping_method_block .wrapper-shipping-method .radio.item-shipping-method:first-child>div:last-child {
        margin-bottom: 0;
    }

    .parent-menu-block .list-unstyled {
        width: auto;
    }

    ul.tabs-block-top li {
        margin-right: 8px;
    }

    #product-product .owl-carousel button.owl-dot {
        padding: unset !important;
        width: 35px;
        /* border: 1px solid rgba(235, 91, 119, 0.27); */
        border-radius: 5px;
        background-color: rgba(235, 91, 119, 0.27);
        height: 3px;
    }

    #product-product .owl-carousel button.owl-dot.active {
        background-color: rgba(235, 91, 119, 0.27);
        background-color: #ff9213;
    }

    #product-product .owl-dots {
        display: flex;
        justify-content: space-evenly;
        margin: 10px 0;
    }


    span.arrow-btn-slider {
        display: none;
    }

    span.shoping-cart-totals-item-title {
        font-size: 20px;
    }

    .tel-right-footer {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
    }

    .order-form-wrapper {
        overflow: scroll;
    }

    .table-responsive-order {
        width: 1028px;
    }

    .option-wrapper {
        height: auto;
    }

    .many-tastes-pic img {
        width: 100%;
    }

    .logo-mobile {
        display: block;
        margin-right: 0;
        margin-left: 0;
        position: absolute;
        left: 50%;
        translate: -50% -50%;
        top: 50%;
    }

    div#logo img {
        width: 110px;
    }

    .btns-wish {
        margin-right: 1%;
        margin-left: 0;
        background: transparent;
    }

    .open-search-mob .input.form-control.input-lg {
        left: 10px !important;
    }

    /* .open-search-mob .btn-search-row {
        left: -20px !important;
        top: 5px !important;
    } */

    .open-search-mob .btn-search-row {
        top: 25px !important;
        right: unset !important;
        left: 21px !important;
    }

    .sorting-block-blog .control-label {
        margin-bottom: 0;
    }


    .blog-header {
        display: flex;
        align-items: center;
    }

    .manufacturer-breadcrumb,
    .category-breadcrumb {
        overflow-y: scroll;
    }

    .manufacturer-breadcrumb .breadcrumb,
    .category-breadcrumb .breadcrumb {
        display: flex;
    }

    .header-logo-mobile {
        display: flex;
    }

    #column-right {
        display: block !important;
    }

    .absolut-img-slider {
        position: absolute;
        right: 0;
        top: 18px;
        height: 85%;
        right: 40px;
    }

    .absolut-img-slider img {
        width: auto !important;
        height: 100% !important;
    }

    .leftSlide {
        animation-delay: 0.2s;
        animation-duration: 1s;
        transform: translate(0px, 20px);
    }

    .rightSlide {
        animation-delay: 0.2s;
        animation-duration: 1s;
        transform: translate(0px, 20px);
    }

    a.btn.btn-link.btn-block.language-select.current-lang {
        background: #282828;
        border-radius: 6px;
        font-weight: 600;
        line-height: 92%;
        text-transform: uppercase;
        text-align: center;
        color: #fff;
        height: 34px;
    }

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

    .language-block ul.row-menu {
        border-radius: 10px;
        height: 40px;
    }

    ul.row-menu a {
        font-size: 13px !important;
        width: 40px;
    }

    span.title-success-form {
        font-size: 20px;
    }

    span.text-left-tel-success {
        font-size: 12px;
        line-height: 1.2;
    }

    .item-success-input {
        flex-basis: calc(50% - 8px);
    }

    .btn-success-bottom-form {
        flex-basis: calc(100% - 8px);
        margin-top: 8px;
    }


    .form-success-bottom {
        margin-top: 0px;
    }

    .flex-form-success {
        margin-top: 25px;
    }

    h1.title-success-page {
        font-weight: bold;
        font-size: 36px;
        line-height: 1.1;
        color: #2E3230;
        margin-bottom: 25px;
        margin-top: 40px;
    }

    a.tel-success-bottom-form {
        font-size: 20px;
    }

    .list-price .input-group-btn button {
        margin: 0px !important;
    }

    .heading-title-module:before,
    .heading-title-module:after {
        top: 15px;
    }

    header .container {
        padding: 0px;
    }

    button.btn-show-cart {
        height: auto;
        background: transparent;
        /* padding: 0px !important; */
        padding: 0 !important;
        background: #fff;
        border-radius: 8px;
        width: 34px;
        height: 34px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 8px !important;
    }

    nav#top {
        display: none;
    }

    .product-layout.product-grid.col-lg-4.col-md-4.col-sm-6.col-xs-6 {
        padding: 0px 5px;
    }

    .slider-mob.owl-carousel.owl-theme {
        display: block;
        width: 100%;
    }

    .owl-item .thumbnail img {
        width: auto !important;
    }

    #product-product .owl-item .thumbnail img {
        width: 100% !important;
    }

    .bottom-inline-buttons img {
        width: 15px;
    }

    button.btn.btn-inverse.btn-block.btn-lg.dropdown-toggle {
        height: 50px;
    }


    ul.nav.navbar-nav {
        height: auto;
    }

    .account-block {
        margin: 20px 15px 30px;
    }

    .account-block a {
        font-weight: 600;
        font-size: 14px;
        line-height: 120%;
        letter-spacing: -0.02em;
        text-align: center;
        color: #313131;
        white-space: nowrap;
        width: auto;
        height: auto;
        background: transparent !important;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
        border: 2px solid #597cfd;
        border-radius: 10px;
        padding: 0 25px;
        height: 55px;
        margin: 0;
    }

    .account-block a svg {
        min-width: 21px;
    }

    .navbar-nav .dropdown-menu {
        position: fixed !important;
        right: 0;
        left: 0;
        background: #fff !important;
        transform: translate(500px, 0px);
        opacity: 0;
        visibility: hidden;
        /* height: 300px !important; */
        box-shadow: none !important;
        transition: all 0.4s ease-in-out;
    }

    .navbar-nav .open .dropdown-menu {
        transform: translate(0px, 0px);
        opacity: 1;
        visibility: visible;
        transition: all 0.4s ease-in-out;
    }


    li.dropdown.open>a:first-child {
        visibility: hidden;
    }

    .btn-back {
        margin: 15px 20px 3px;
        display: block;
    }

    .btn-back {
        font-size: 14px;
        line-height: 30px;
        color: #313830;
        margin-bottom: 10px;
        font-weight: 550;
    }

    span.arrow-left:before {
        display: inline-block;
        content: "";
        width: 8px;
        height: 8px;
        border: 1px solid #000;
        transform: rotate(45deg);
        border-right: 0px;
        border-top: 0px;
        margin-right: 8px;
        position: relative;
        top: -1px;
    }

    .checkout-cart-product-item-b {
        display: flex;
        align-items: center;
    }

    #menu .dropdown-inner a {
        font-size: 14px;
        line-height: 30px;
        color: #313830;
        padding: 15px;
        margin: 0px 20px !important;
        width: auto;
        border-bottom: 1px solid #efefef;
    }

    #menu .dropdown-inner a span {
        background: #597cfd;
        border-radius: 5px;
        padding: 0 10px;
        height: 28px;
        min-height: 28px;
        font-weight: 600;
        font-size: 14px;
        line-height: 86%;
        color: #fff;
        display: inline-flex;
        justify-content: center;
        align-items: center;
    }

    .bottom-inline-buttons img {
        width: 15px;
    }

    .bottom-block-in-menu {
        margin: 20px;
    }

    .menu-after-menu {
        margin: 0 20px;
    }

    .visible-xs {
        display: block !important;
    }

    nav.pod-menu a {
        display: block;
        font-size: 14px;
        line-height: 30px;
        color: #313830;
    }

    .shipping_pay_text {
        max-width: 166px;
    }

    .checkout-profile-payment-fields .shipping_pay_text {
        max-width: 200px;
    }

    .checkout-profile-payment-fields .wrapper-shipping-method {
        gap: 10px;
    }

    .bottom-block-in-menu .row-in-head-wishlist a {
        background: #F4F5F6;
        margin-left: 0px;
    }

    .telephone-head-block.mob-in-menu-block a {
        font-weight: 600;
        font-size: 22px;
        line-height: 136%;
        text-align: center;
        color: #2e3230;
    }

    .telephone-head-block.mob-in-menu-block {
        margin-top: 0;
        justify-content: center;
    }

    span.text-svyaz {
        font-size: 15px;
        margin-bottom: 7px;
    }

    .bottom-block-in-menu {
        position: relative;
        left: 0;
        right: 0;
        bottom: 0;
    }

    header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 991;
    }

    body {
        padding-top: 45px;
        padding-right: 0 !important;
    }

    .row-in-head-wishlist {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .home-slider .owl-dots {
        justify-content: center;
    }

    ul.row-menu {
        background: #F4F5F6;
    }

    .bottom-inline-buttons {
        margin-top: 10px;
        display: flex;
        justify-content: space-between;
        margin-left: -7px;
        margin-right: -7px;
    }

    .radio_group_checkout {
        padding: 0 10px;
    }

    .shoping-cart-products-item-quantity span {
        max-width: 100px;
    }

    .inside-comment-block>label {
        font-weight: 700;
        font-size: 18px;
        line-height: 111%;
        color: #2e3230;
        margin-bottom: 8px;
        padding-left: 10px;
    }

    .comment-block {
        margin-top: 15px;
        background: #fff;
        padding: 15px !important;
        border-radius: 16px;
    }

    .bottom-inline-buttons a {
        flex-basis: 100%;
        margin: 7px;
        background: #F4F5F6;
        border-radius: 7px;
        font-weight: 500;
        font-size: 14px;
        line-height: 12px;
        text-align: center;
        color: #2E3230;
        padding: 17px;
    }

    .comment_block_subtxt {
        margin-bottom: 12px;
        font-weight: 400;
        font-size: 13px;
        line-height: 154%;
        letter-spacing: -0.02em;
        color: #2e3230;
        padding: 0 10px;
    }

    .bottom-inline-buttons a img {
        position: relative;
        top: -1px;
        margin-right: 2px;
    }

    ul.nav.navbar-nav {
        margin: 0px;
    }




    #menu .navbar-nav .pod-menu a {
        padding: 24px 0px !important;
        border-bottom: 1px solid rgba(49, 49, 49, 0.1);
        font-weight: 600;
        font-size: 15px;
        line-height: 80%;
        color: #313131;
    }

    a.dropdown-toggle:after {
        content: "";
        width: 34px;
        height: 34px;
        display: flex;
        justify-content: center;
        align-items: center;
        border: unset;
        position: absolute;
        right: -3px;
        top: 50%;
        translate: 0 -50%;
        border-radius: 50%;
        background-color: #f4f5f7;
        background-image: url(/image/catalog/arrow-menu.svg);
        background-repeat: no-repeat;
        background-position: 14px center;
        background-size: 9px;
        transform: rotate(0deg);
    }


    #menu .dropdown:hover .dropdown-menu {
        margin-left: 0 !important;
    }

    .nav .open>a,
    .nav .open>a:focus,
    .nav .open>a:hover {
        background: transparent;
    }

    button.btn.btn-navbar.navbar-toggle:focus,
    button.btn.btn-navbar.navbar-toggle:active {
        box-shadow: none;
        outline: none;
    }

    ul.nav.navbar-nav>li>a {
        font-weight: 600;
        font-size: 14px;
        line-height: 14px;
        padding: 12px 0px;
        border-bottom: 1px solid #ECEEEE;
        margin: 0px 20px;
        display: flex;
        align-items: center;
        gap: 15px;
        padding-right: 35px;
    }

    ul.nav.navbar-nav>li>a span {
        display: flex;
        justify-content: center;
        align-items: center;
        background: #597cfd;
        border-radius: 5px;
        padding: 0 9px;
        height: 26px;
        font-weight: 600;
        font-size: 15px;
        line-height: 80%;
        color: #fff;
    }

    span.toggle-navbar-icon,
    span.toggle-navbar-icon:after,
    span.toggle-navbar-icon:before {
        transition: all 0.4s ease-in-out;
    }

    /* 
    .open-menu-drop span.toggle-navbar-icon {
        transform: rotate(45deg);
        width: 20px;
    }

    .open-menu-drop span.toggle-navbar-icon:after {
        opacity: 0;
    }

    .open-menu-drop span.toggle-navbar-icon:before {
        transform: rotate(-90deg);
        top: 0px;
    } */

    .product-thumb .caption {
        padding: 0 10px;
        margin-bottom: 10px;
    }

    .navbar-collapse {
        position: fixed;
        left: 0;
        right: 0;
        top: 0px;
        background: #fff;
        z-index: 1000;
        width: 100%;
        height: 100vh !important;
        opacity: 0;
        visibility: hidden;
        display: block !important;
        translate: -110% 0;
        transition: 0.4s;
    }



    .navbar-collapse.in {
        translate: 0 0;
    }

    .navbar-collapse.menuOpen {
        opacity: 0;
        visibility: hidden;
        translate: -120% 0;
    }

    .collapse.in {
        display: block;
        opacity: 1;
        visibility: visible;
        /* height: calc(100vh - 49px) !important; */
    }

    .product-thumb {
        border-radius: 10px;
    }

    .title-on-slider {
        font-size: 26px;
        line-height: 110%;
        max-width: 300px;
    }

    /* p.desc-on-slider {
        display: none;
    } */

    a.link-white-blue-text.link-in-category {
        margin-top: 11px;
        padding: 7px 16px;
    }

    .content-slider {
        margin-top: 15px;
        margin-bottom: 75px;
    }

    p.desc-on-slider {
        font-size: 14px;
        line-height: 120%;
    }

    .home-slider .owl-nav {
        bottom: 12px;
        justify-content: space-between;
        width: 100%;
        display: flex;
    }

    .btns-wish>a {
        /* display: none; */
        width: 34px;
        min-width: 34px;
        height: 34px;
        background: #fff;
        border-radius: 8px;
    }

    span.icon_in_header {
        display: flex;
        align-items: center;
    }

    a#wishlist-total img {
        top: 0;
    }

    a#wishlist-total:before {
        display: none;
    }

    .home-slider .owl-dots {
        right: 0;
        width: auto;
        padding: 0;
        left: 11px;
        bottom: 10px;
        text-align: center;
        max-width: 100px;
        margin: unset;
        justify-content: unset;
    }

    .categories-indie img {
        width: 100%;
    }

    .categories-indie {
        margin-bottom: 30px;
    }

    section.categories-section {
        margin-top: 15px;
    }

    .categories-indie {
        height: 180px;
    }

    section.latest-section {
        margin-top: 15px;
    }

    .heading-title-module {
        margin-bottom: 20px;
        font-size: 22px;
        font-weight: 500;
    }

    .quantity-block {
        display: none;
    }

    .qnt_checkout .quantity-block {
        display: block;
    }

    .button-group-on-card {
        display: block;
        margin-top: 0px;
        padding: 0px 10px;
    }

    p.price {
        font-size: 18px;
        line-height: 1.2;
        margin-bottom: 10px;
    }

    span.text-attr {
        font-size: 12px;
        line-height: 16px;
        margin-top: 2px;
        margin-bottom: 2px;
    }

    h1.category-title {
        margin-bottom: 15px;
    }

    .flex-btn-ocfilter {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
    }

    .flex-btn-ocfilter>div {
        flex: 1;
    }

    .btns-on-card {
        padding-bottom: 0;
        padding-top: 1px;
    }

    button.show-filter-block {
        background: linear-gradient(180deg, #ff9213 0%, #ff4921 100%);
        border-radius: 6px;
        height: 42px;
        display: block;
        width: 100%;
        border: none;
        font-size: 14px;
        line-height: 14px;
        color: #F4F5F6;
    }

    img.icon-filter-btn {
        position: relative;
        top: -1px;
        margin-right: 3px;
    }

    .flex-row-category .row {
        display: block;
    }

    h1.category-title {
        font-size: 25px;
        line-height: 30px;
    }

    .ocf-offcanvas {
        background: #F4F5F6 !important;
    }

    .active div#ocfilter-button {
        position: fixed;
        display: block !important;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 5;
    }

    button.btn-apply-filter {
        border: unset;
        box-sizing: border-box;
        border-radius: 4px;
        width: 100%;
        font-weight: 600;
        font-size: 16px;
        line-height: 100%;
        color: #fff;
        border: none !important;
        text-shadow: none !important;
        padding: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 4px;
        height: 60px;
        background: linear-gradient(180deg, #ff9213 0%, #ff4921 100%);
    }

    button.btn-apply-filter.active,
    .btn-primary:active:hover {
        background: linear-gradient(180deg, #ff9213 0%, #ff4921 100%) !important;
        background-color: unset !important;
    }

    .btn-apply-filter:after {
        content: url(/image/catalog/checkmarks.png);
        display: inline-block;
        margin-left: 10px;
        position: relative;
        top: 4px;
        filter: brightness(11);
    }

    button.close-filter {
        border: none;
        background: transparent !important;
        padding: 0px 7px;
        box-shadow: none !important;
        color: #888D8B !important;
    }

    .list-group-widget {
        margin: 0px 15px;
    }

    .heading-ocfilter {
        font-weight: bold;
        font-size: 25px;
        line-height: 20px;
        color: #2E3230;
        display: block;
    }

    button.btn.btn-primary.close-filter span {
        font-size: 32px;
        transform: rotate(45deg);
        display: block;
        line-height: 1;
    }

    label.input-group-addon {
        margin-bottom: 0px;
    }

    .button-group-on-card button {
        padding: 10px 7px 9px;
        font-weight: 600;
        font-size: 13px;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .flex-row-about {
        display: flex;
        flex-direction: column;
    }

    .flex-row-about-howbuy {
        flex-direction: column-reverse;
    }

    .flex-row-about:first-child .about-text {
        margin-top: 0px;
    }

    .inside-block-feature:after {
        display: none;
    }

    h1.title-inside-text-about {
        font-size: 31px;
        margin-bottom: 10px;
    }

    .flex-row-about:last-child {
        margin-top: 0;
        display: flex;
        flex-direction: column-reverse;
    }

    .column-about.about-img {
        text-align: center;
        margin: 0px 15px;
    }

    .button-group-on-card button span {
        display: block;
    }

    img.icon-basket-on-card {
        margin: 0px;
        margin-right: 5px;
        position: relative;
        top: -3px;
    }

    .inside-mas-cats {
        padding: 15px 15px;
        width: 100%;
    }

    a.title-cat-other {
        font-size: 16px;
        line-height: 1.2;
    }

    .item-other {
        height: auto;
        align-items: flex-start;
    }

    img.left-image-absolut {
        height: 167px;
    }

    nav.inside-link-other-cats {
        display: block;
        height: auto;
    }

    nav.inside-link-other-cats a {
        font-size: 12px;
        line-height: 7px;
        display: block;
    }

    .flex-row-others {
        display: flex;
        margin-bottom: 10px;
    }

    .form-right-other-cats {
        padding: 20px 15px;
        margin: 0px;
    }

    .inside-input-block {
        flex-basis: 44%;
        margin-right: 0;
        margin-bottom: 10px;
        height: 100%;
    }

    .inside-input-block:last-child {
        flex-basis: 8%;
    }

    .inside-input-block input {
        width: 100%;
    }

    .about-text-inside-bg {
        font-size: 14px;
        padding: 10px 15px 1px;
        line-height: 1.5;
    }

    .about-text-bg {
        padding: 15px;
    }

    section.review-section {
        margin-top: 25px;
    }

    section.seo-text-footer {
        margin-top: 30px;
    }

    .tel-right-footer a {
        font-size: 22px;
        line-height: 30px;
        text-align: left;
        font-weight: 600;
    }

    span.text-adress {
        font-size: 14px;
        text-align: left;
        margin-top: 15px;
        margin-bottom: 40px;
        text-align: center;
    }

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

    .header_menu_txt {
        font-weight: 600;
        font-size: 14px;
        line-height: 120%;
        text-align: center;
        color: #2e3230;
    }

    .nav.navbar-nav .dropdown-menu {
        top: 0;
    }

    .drop_head,
    .menu_th_head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 18px 15px;
        border-bottom: 1px solid rgba(49, 49, 49, 0.1);
    }

    .drop_head .drop_head_back,
    .menu_th_head_btn {
        display: flex !important;
        justify-content: center !important;
        margin: 0 !important;
        align-items: center;
        border-radius: 50%;
        width: 34px;
        height: 34px;
        background: #f4f5f7;
    }

    .drop_head_name {
        display: flex;
        align-items: center;
        gap: 15px;
        font-weight: 600;
        font-size: 15px;
        line-height: 80%;
        color: #313131;
    }

    img.logo-img-footer {
        width: 86%;
    }

    .inside-menu-footer.padding-left-30 {
        padding-left: 0;
        margin-bottom: 15px;
    }

    .inside-menu-footer.padding-left-10 {
        margin-top: 0;
        display: block;
        margin-bottom: 20px;
    }

    footer .row {
        display: flex;
        flex-wrap: wrap;
    }

    footer .row .col-sm-2:nth-child(1) {
        width: 100%;
        /*order: 5;*/
    }

    footer .row .col-sm-2:nth-child(4) {
        width: 100%;
        /*order: 1;*/
    }

    footer .row .col-sm-4 {
        width: 100%;
        /*order: 2;*/
    }

    footer .row .col-sm-2:nth-child(2) {
        width: 22%;
        /*order: 3;*/
    }

    footer .row .col-sm-2:nth-child(3) {
        width: 46%;
        /*order: 4;*/
    }

    .contact-footer.text-align-right {
        margin-bottom: 20px;
    }

    footer {
        background-color: #fff;
        padding: 50px 0px 92px;
        margin-top: 30px;
    }

    span.desc-form {
        display: block;
        font-size: 12px;
        line-height: 13px;
    }

    a.link-form-tel {
        font-size: 16px;
        line-height: 22px;
    }

    a.blue-link.link-to-cat {
        background: rgba(255, 255, 255, 0.16);
        border-radius: 6px;
        font-weight: 500;
        font-size: 12px;
        line-height: 9px;
        color: #FFFFFF;
        padding: 12px 18px;
        display: inline-block;
        margin-top: 65px;
    }

    button.navbar-toggle {
        background: transparent !important;
        background-image: none !important;
        border: none;
        box-shadow: none !important;
    }

    span.toggle-navbar-icon {
        display: block;
        width: 10px;
        height: 2px;
        background: #2e3230;
        border-radius: 3px;
    }

    .checkout-cart-product-item-name {
        margin-left: 0;
        margin-bottom: 5px;
    }

    .checkout-cart-product-item-b {
        justify-content: space-between;
    }

    .Check_total_sum {
        display: none;
    }

    .checkout-cart-product-item-price {
        white-space: nowrap;
    }

    span.toggle-navbar-icon:before {
        content: "";
        display: block;
        width: 15px;
        height: 2px;
        background: #2e3230;
        border-radius: 3px;
        margin-bottom: 3px;
        position: relative;
        top: -4px;
    }

    span.toggle-navbar-icon:after {
        content: "";
        display: block;
        width: 15px;
        height: 2px;
        background: #2e3230;
        border-radius: 3px;
        margin-bottom: 3px;
        position: relative;
        top: -1px;
    }

    .navbar-toggle {
        display: block;
    }

    span.sum-prod {
        display: none;
    }

    .btns-wish {
        flex-basis: auto;
    }

    nav#menu {
        min-height: auto;
    }

    section.home-slider {
        margin-top: 0;
    }

    .parent-menu-block {
        display: flex;
        flex-wrap: wrap;
        background: #fff;
        padding: 5px 0px;
        max-height: 55px;
        background: #f4f5f7;
        /* margin: 0px -15px; */
        justify-content: space-between;
        position: relative;
    }

    .parent-menu-block.menu-scroll {
        padding: 5px 0px;
    }

    div.btn-group.btn-block {
        margin-left: 5px;
    }

    .flex-bg-menu {
        flex-basis: unset;
        background: transparent;
        position: unset;
    }

    button.btn.btn-inverse.btn-block.btn-lg.dropdown-toggle {
        background: transparent;
        box-shadow: none;
    }

    span.desc-block-feature {
        font-weight: 500;
        font-size: 12px;
        line-height: 1.2;
        min-height: 30px;
    }


    #search input.form-control.input-lg {
        height: 45px;
        width: 100%;
        background: #fff;
        border-radius: 7px;
        max-width: 100%;
        border: none;
        padding-left: 34px !important;
    }

    div#search {
        display: flex;
        align-items: center;
        margin-bottom: 0px;
    }

    .item-search-block {
        position: relative;
        position: fixed;
        bottom: 0;
        right: -1px;
        left: 0;
        height: 75%;
        z-index: 998;
        transition: 0.2s;
        opacity: 0;
        visibility: hidden;
        translate: 0 15px;
        border-radius: 15px 15px 0 0;
        overflow: hidden;
        padding: 10px;
        background: #f4f5f7;
        box-shadow: 0px 0px 16px 1px rgba(0, 0, 0, 0.2);
    }

    .live-search .product-name {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 8px;
    }

    .live-search .product-price .price {
        font-weight: 600;
        font-size: 18px;
        line-height: 120%;
        letter-spacing: -0.02em;
        color: #2e3230 !important;
    }

    .live-search .product-price .special {
        font-weight: 500;
        font-size: 16px;
        line-height: 120%;
        letter-spacing: -0.02em;
        color: #2e3230 !important;
        opacity: 0.5;
    }

    .open-search-mob #search input.form-control.input-lg {
        left: 0 !important;
    }

    .item-search-block.open_search {
        opacity: 1;
        visibility: visible;
        translate: 0 0;
    }

    /* #search .live-search, */
    #search .input-group-btn {
        display: none !important;
    }

    .live-search {
        margin-left: 0 !important;
        padding-left: 0 !important;
        padding-top: 10px !important;
        background: transparent !important;
    }

    a.view-all-results {
        border-bottom: unset !important;
    }

    .live-search ul li {
        margin: 9px 0px !important;
        border-radius: 7px;
        padding: 10px !important;
    }

    .live-search .product-image img {
        width: 55px !important;
        height: 100% !important;
        object-fit: cover;
    }

    .live-search ul li .product-image {
        margin-right: 12px !important;
    }

    .live-search .list-categories {
        display: none !important;
    }

    .header_mob_num {
        display: flex;
        justify-content: center;
        align-items: center;
        background: #fff;
        border-radius: 8px;
        width: 34px;
        height: 34px;
        margin-left: 5px;
        z-index: 90;
    }

    .inside-menu-footer.padding-left-40 {
        padding: 0px;
    }

    footer .row .col-sm-3:nth-child(2) {
        order: 3;
    }

    span.input-group-btn {
        width: fit-content;
        display: block !important;
        height: 100%;
        font-size: 14px;
    }

    span.input-group-btn {
        width: 0px;
        overflow: hidden;
    }

    img.icon-cart {
        content: url(/image/catalog/basket-pink-new.svg);
        width: 16px;
        position: unset;
    }

    /* 
    button.not-empty-cart img.icon-cart {
        content: url(/image/catalog/header/cart_active_mob.svg);
    } */

    button.navbar-toggle {
        margin: 0px;
        margin-left: 10px !important;
        border-radius: 8px;
        width: 34px;
        height: 34px;
        padding: 0 !important;
        padding-left: 9px !important;
        margin-left: 10px;
        background: #fff !important;
    }

    span.count-product {
        top: 2px;
        right: 5px;
        width: 15px;
        height: 15px;
        font-size: 9px;
        border: unset !important;
        color: #fff !important;
        background: #ef5219 !important;
    }

    .inside-block-footer {
        margin-bottom: 0px;
        flex-direction: column;
    }

    .about-text-inside-bg p {
        margin-bottom: 10px;
    }

    .inside-reviw {
        display: block;
    }

    .img-review img {
        max-width: 100px;
        margin: auto;
        margin-bottom: 20px;
    }

    .review-section .owl-dots {
        display: none;
    }

    .review-section span.arrow-btn-slider {
        border: 0.584088px solid rgba(100, 185, 0, 0.27);
    }

    .review-section span.arrow-btn-slider:before {
        border-color: #64B900;
    }

    .review-section .owl-nav {
        text-align: center;
        max-width: 100%;
        margin: auto;
        display: flex;
        justify-content: space-between;
        margin-top: 0;
        position: absolute;
        left: 0;
        right: 0;
        top: 25px;
    }

    span.fio-text {
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 5px;
    }

    .desc-review {
        display: flex;
        flex-wrap: wrap;
    }

    span.fio-text {
        order: 1;
    }

    span.text-review {
        order: 3;
    }

    span.date-review {
        order: 2;
        margin-top: 0px;
        margin-left: 10px;
    }

    .row-copyright {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 20px;
    }

    span.text-copyright {
        display: block;
        margin-bottom: 10px;
        color: #2e3230;
        font-size: 13px;
    }

    .text-right-copyright a {
        color: #2e3230;
    }

    section.flex-mob-with-icon {
        display: flex;
        flex-direction: column-reverse;
    }

    span.icon-basket {
        margin-right: 10px;
    }

    .hidden-text-on-mob {
        max-height: 380px;
        overflow: hidden;
        position: relative;
    }

    span.btn-read-more {
        font-weight: bold;
        font-size: 16px;
        line-height: 19px;
        color: #ff9213;
        text-align: center;
        display: block;
        margin-top: 10px;
    }

    span.btn-read-more:after {
        content: "";
        display: inline-block;
        width: 8px;
        height: 8px;
        border: 1px solid #ff9213;
        transform: rotate(45deg);
        margin-left: 10px;
        border-left: 0px;
        border-top: 0px;
        position: relative;
        top: -3px;
    }

    .options-block-wrapper .form-control {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 10px;
    }

    .options-block-wrapper .option-item {
        margin-bottom: 0;
        transition: 0.4s;
    }

    .hidden-text-on-mob.show-text-all {
        max-height: 1200px;
        transition: all 0.3s ease-in-out;
    }

    .show-text-all {
        transition: all 0.3s ease-in-out;
    }

    .hidden-text-on-mob.show-text-all:before {
        display: none;
    }

    .select-sort {
        margin-top: 0;
        width: 100%;
        height: 42px;
    }

    span.last-bread {
        font-size: 13px;
    }

    .dropdown-select {
        min-width: 100%;
    }

    .dropdown-select {
        top: 44px;
    }

    .ocf-offcanvas.active {
        left: 0 !important;
    }

    div#content .row {
        margin: 0px -15px;
    }

    .fixedCat .flex-btn-ocfilter {
        position: fixed;
        left: 0;
        right: 0;
        top: 45px;
        background: #fff;
        z-index: 9;
        padding: 5px 15px;
        box-shadow: 0px 2px 7px rgb(53 95 4 / 6%);
        border-radius: 0px 0px 8px 8px;
    }

    .group-ocenka {
        display: block;
    }

    .rating-group {
        margin-bottom: 10px;
    }

    .flex-row-attribute {
        padding: 9px 15px;
    }

    /* .main-thumb-block img {
        max-height: 290px;
    } */

    h1.product-title {
        font-size: 24px;
        margin-bottom: 10px;
        line-height: 1.2;
    }

    .flex-stock-sku {
        margin-top: 0;
    }

    .review-wrapper {
        background: transparent;
        border-radius: 20px;
        padding: 15px 0;
    }

    .flex-input-block {
        display: flex;
    }

    .btn-group.btn-group-heading.button-in-mob.visible-xs {
        display: flex !important;
    }

    .flex-input-block button#button-cart {
        height: 40px;
    }

    span.price-text {
        font-size: 28px;
    }

    .desc-flex {
        padding: 0;
    }

    .flex-input-block .input-group.number-spinner {
        display: none;
    }

    .input-group.number-spinner {
        margin-left: 0px;
    }

    .input-group.number-spinner .input-group-btn {
        position: relative;
        top: 0;
    }

    .item-download {
        background: #FFFFFF;
        border-radius: 13px;
        padding: 13px 15px;
        margin-bottom: 10px;
    }

    .open_sub_tab {
        position: absolute;
        top: 50%;
        right: 18px;
        translate: 0 -50%;
        z-index: 100;
        width: 34px;
        height: 34px;
        opacity: 0;
        display: block;
    }

    body.fixedCat {
        padding-top: 90px;
    }

    .fixedCat header {
        border-bottom: 1px solid #F4F5F6;
    }

    .tabTops {
        position: fixed;
        top: 49px;
        left: 0;
        padding-left: 18px;
        background: transparent;
        right: 0;
        overflow-x: scroll;
        padding-bottom: 9px;
        margin-top: 42px;
        z-index: 99;
        transition: 0.1s;
        display: none;
    }

    .tabTops-fixed {
        margin-top: 0;
        background: #fff;

    }

    .flex-row-thumb>div {
        flex-basis: 100%;
        margin: 0px 0px;
        width: 100% !important;
    }

    .slider-mob span.arrow-btn-slider.left-arrow {
        position: absolute;
        top: 50%;
        background: rgba(255, 255, 255, 0.75);
        border: 1px solid rgba(0, 77, 132, 0.27);
        box-sizing: border-box;
        left: 7px;
    }

    .slider-mob span.arrow-btn-slider.right-arrow {
        position: absolute;
        top: 50%;
        background: rgba(255, 255, 255, 0.75);
        border: 1px solid rgba(0, 77, 132, 0.27);
        box-sizing: border-box;
        right: 0;
    }

    .slider-mob span.arrow-btn-slider:before {
        border-color: #ff9213;
    }

    .options-block-wrapper .option-item.is-hidden {
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        pointer-events: none;
        display: none;
    }

    .options-block-wrapper .option-item.is-visible {
        max-height: 100px;
        opacity: 1;
        display: block;
    }

    .slider-mob span.arrow-btn-slider.right-arrow:before {
        border-color: #ff9213;
    }

    ul.tabs-block-top li a {
        font-size: 13px;
        line-height: 20px;
        border: 1px solid lightgrey;
        border-radius: 5px;
        padding: 1px 4px;
    }

    ul.tabs-block-top {
        margin-bottom: 0px;
        padding: 0;
        background-color: transparent;
        margin-top: 5px;
    }

    .nav-fixed-top {
        top: auto;
        bottom: 0;
        transform: translate(0px, 0px) !important;
        padding: 0px 0px 0px;
        border: none;
        box-shadow: 0px -5px 7px rgb(53 95 4 / 6%);
        border-radius: 8px 8px 0px 0px;
        overflow: hidden;
    }

    .product-breadcrumb .breadcrumb {
        display: flex;
        /* margin-right: -10px !important; */
    }

    .product-breadcrumb {
        margin-top: 0;
        overflow-y: auto;
        margin-right: -10px;
    }

    .inside-description {
        padding: 10px;
        border-radius: 20px;
    }

    form#quick-buy-form {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    span.title-attr-wrapper {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .dop-image-block {
        display: none;
    }

    .bg-row-block {
        padding: 0;
        margin-top: 0;
    }

    span.heading-fixed-title {
        display: none;
    }

    .flex-top-fixed .nav-lists {
        display: none;
    }

    .flex-row-thumb {
        margin: 0px 0px;
    }

    .buttons-fixed-top {
        margin-left: 0;
    }

    .nav-fixed-top .container {
        padding: 0px !important;
    }

    .buttons-fixed-top button.btn-transparent {
        margin: 0px !important;
        border-radius: 0px;
        border: none;
        border-left: 1px solid #F2F2F2;
        min-width: 38px;
        height: 38px;
    }

    span.price-fixed-top {
        display: block;
        width: 100%;
        text-align: center;
    }

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

    .buttons-fixed-top button#button-cart {
        height: 45px;
        margin-left: 0;
    }

    a.thumbnail {
        border: none !important;
    }

    .buttons-fixed-top button#button-cart {
        height: 38px;
        margin-left: 0;
        border-radius: 0px;
    }

    li.main-thumb-block {
        width: 100%;
        margin-left: 0;
        padding-left: 0px;
        overflow: hidden;
        position: relative;
    }

    .title-product-fixed {
        width: 100%;
        justify-content: space-between;
        display: none;
    }



    input.input-tel {
        border: 1px solid #DFDFDF;
        box-sizing: border-box;
        border-radius: 10px;
        height: 38px;
        padding-left: 15px;
        font-size: 13px;
        line-height: 19px;
        color: #2e3230;
        width: 100%;
        flex-basis: 55%;
    }

    button.quick-buy {
        height: 38px;
        flex-basis: calc(45% + 15px);
        margin-left: -15px;
        font-size: 12px;
        border-radius: 10px !important;
        top: 0;
    }

    .shoping-cart-products-loop {
        max-height: 244px;
        overflow-y: scroll;
        padding-right: 7px;
    }

    .list-price {
        display: flex;
        /* align-items: center; */
    }

    .input-group.number-spinner.spinner-in-mob {
        display: flex !important;
        margin-left: 20px;
    }

    .number-spinner input#input-quantity {
        margin-left: 5px;
    }

    .list-price .number-spinner input#input-quantity {
        margin-left: 5px;
    }

    .shoping-cart {
        top: 0;
        max-height: 100vh;
        bottom: auto;
        overflow-y: scroll;
    }

    .hidden-xs {
        display: none !important;
    }

    .buttons-fixed-top button#button-cart-fixed {
        height: 42px;
        margin-left: 0px;
        border-radius: 0px 8px 0px 0px;
    }

    .shoping-cart {
        padding: 16px 12px;
        padding-right: 0;
        border-radius: 0;
        border-bottom-right-radius: 15px;
        border-bottom-left-radius: 15px;
    }

    .title-popup-cart {
        margin-top: 0px;
        font-weight: 700;
        font-size: 20px;
        line-height: 67%;
        color: #2e3230;
    }




    .flex-to-btn {
        flex-basis: 100%;
        border-top: 1px solid #F4F4F4;
        margin-top: 10px;
        padding-top: 10px;
    }

    .shoping-cart-products-item-caption {
        flex-basis: calc(100% - 55px);
        margin-left: 15px;
    }

    .flex-to-btn input.quantity-block {
        display: block;
    }

    .shoping-cart-products-item-quantity {
        margin-left: 0px;
        flex-basis: unset;
        width: auto;
    }

    .shoping-cart-products-item-quantity i {
        width: 29px !important;
        height: 29px !important;
        min-width: 29px;
    }



    .shoping-cart-buttons {
        flex-direction: column-reverse;
    }

    .shoping-cart-totals {
        flex-direction: column;
        width: 100%;
    }



    .shoping-cart-totals-item {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    span.shoping-cart-totals-item-value {
        font-size: 23px;
    }

    div#search {
        opacity: 1;
        visibility: visible;
        max-width: 100%;
        position: relative;
        padding: 0px;
        height: 50px;
    }

    .btn-search-row {
        position: absolute;
        right: auto;
        top: 25px;
        z-index: 9;
        left: 21px;
    }

    .category-article-items .product-list {
        width: 50%;
    }

    .sorting-block-blog {
        width: 100%;
    }

    .article-category-form .category-form-title .form-title {
        font-size: 24px;
        line-height: 28px;
    }

    .article-category-form {
        padding: 26px;
        margin-bottom: 36px;
    }

    span.form-title {
        margin-bottom: 5px;
        font-size: 19px;
        line-height: 22px;
    }

    .vews-reviews-block {
        height: 313px;
        margin: 0;
    }

    .image-reviews-section .thumbnails {
        height: auto;
    }

    .image-reviews-section ul {
        width: 80%;
    }

    .image-reviews-section .vews-reviews-block {
        width: 20%;
    }

    .content-links-wrapper {
        width: 30%;
    }

    .reviews-container {
        padding: 26px 20px 28px;
    }

    .advantage-item-topline:before {
        top: -42%;
        width: 135px;
    }

    .advantage-item-gorline:after {
        width: 135px;
    }

    .main-categories-inside {
        padding: 23px;
        min-height: 165px;
    }

    .main-categories-title {
        font-size: 18px;

    }

    .main-categorie-links a {
        font-size: 13px;
        line-height: 28px;
    }

    #product-category .text-left {
        max-width: 1000px;
    }

    .pagination-text-justify {
        margin-top: 28px;
    }

    .footer_block {
        overflow: hidden;
        max-height: 0;
        opacity: 0;
        transition: 0.8s cubic-bezier(.34, .88, .44, .95);
    }

    .footer_block.open_footer_menu {
        max-height: 800px;
        opacity: 1;
    }

    .prod_review_block_item {
        margin: 0 7px;
    }

    .home_slider_wrapper .item.item-slide {
        height: 200px;
    }

    #search {
        pointer-events: none;
    }

    .open_search #search {
        pointer-events: unset;
    }

    .soc-flex-block {
        background: #ffe7dd;
        border-radius: 16px;
        padding: 17px;
        margin: 0 !important;
        width: 100%;
    }

    .soc-flex-block-icon {
        margin: 0 auto 10px;
        display: block;
    }

    .soc-flex-block-txt {
        font-weight: 500;
        font-size: 14px;
        line-height: 140%;
        text-align: center;
        color: #322e2e;
    }



}

@media (min-width: 768px) and (max-width: 992px) {

    footer .row {
        display: block;
        /* flex-wrap: nowrap; */
        flex-direction: column-reverse;
    }

    footer .row .col-sm-2:nth-child(1) {
        width: 100%;
    }

    .inside-block-footer {
        display: flex;
        flex-direction: column;
        margin-bottom: 25px;
    }

    .public-block-footer {
        display: block !important;
    }

    footer .row .col-sm-3:nth-child(2) {
        width: 23%;
    }

    footer .row .col-sm-2:nth-child(3) {
        width: 18%;
    }

    footer .row .col-sm-2:nth-child(4) {
        width: 20%;
    }

    footer .row .col-sm-2:nth-child(5) {
        width: 20%;
    }

    nav.column-menu {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        height: 100px;
    }

    nav.column-menu a:nth-child(4),
    nav.column-menu a:nth-child(5) {
        width: 108px;
    }

    .tel-right-footer a {
        font-size: 15px;
        line-height: 20px;
    }

    .mail-footer {
        display: block;
        order: 5;

    }

    .mail-footer a {
        text-align: start;
        margin: 0;
        margin-bottom: 2px;
    }

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

    span.text-adress {
        margin-top: 4px;
    }

    .adress-header {
        display: block;
        font-size: 12px;
        line-height: 14px;
        color: #646866;
        margin-bottom: 7px;
    }

    .mail-footer {
        flex-basis: 21%;
    }

    span.text-adress {
        flex-basis: unset;
        display: flex;
    }

    span.text-adress>span {
        font-size: 14px;
        line-height: 16px;
        color: #2E3230;
        flex-basis: unset;
        padding: 0;
    }

    .contact-footer.text-align-right {
        margin-bottom: 4px;
    }

    .public-block-footer {
        top: 0 !important;
    }

    .inside-menu-footer.padding-left-10 {
        margin-bottom: 0;
    }

    .mail-footer .mail-link {
        margin: 0;
    }

    .second-adress {
        margin-top: 0;
    }

    .mail-footer .mail-link {
        font-size: 15px;
        text-align: left;
    }


    .telephone-head-block>div {
        margin: 10px 6px 10px 6px;
    }

    .telephone-head-block.mob-in-menu-block a {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 5px;
    }

    .second-section .right-side-text {
        padding-top: 0;
    }

    button.type-submit {
        display: none;
    }

    button.type-submit-tab {
        display: block;
    }

    .inside-input-block input {
        height: 100%;
    }

    div#form-inside-tel {
        display: flex;
        height: 31px;
        justify-content: space-between;
    }

}


.item-compare {
    min-width: 250px;
}

h2.title-inside-text-about {
    color: #fff;
    font-size: 51px;
    line-height: 53px;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}

@media (max-width: 768px) {


    div.shoping-cart {
        max-height: unset;
        height: 90vh;
    }

    div.icons-cart-block {
        height: auto;
        padding-bottom: 50px;
        flex-direction: column;
        flex-wrap: nowrap;
    }

    div.icons-cart-block img {
        width: 88px;
    }

    .buttons-cart-cat-block {
        justify-content: space-evenly;
        align-items: center;
        flex-wrap: wrap;
    }

    .video-wrapper iframe {
        width: 100%;
        height: 50%;
    }

    .video-wrapper {
        height: auto;
    }

    .feature-content {
        max-width: 800px;
        margin-bottom: 30px;
    }

    a.link-form-tel {
        font-size: 21px;
        margin-bottom: 18px;
    }

    span.desc-form {
        font-size: 14px;
        line-height: 19px;
        margin-bottom: 8px;
    }

    .flex-row-others {
        display: block;
    }

    div#form-inside-tel {
        display: block;
    }

    img.left-image-absolut {
        height: 115px;
    }

    a.blue-link.link-to-cat {
        margin-top: 19px;
    }

    .image-reviews-section ul {
        width: 100%;
    }

    .image-reviews-section .vews-reviews-block {
        width: 100%;
    }

    .category-article-items .product-list {
        width: 100%;
    }

    h3.widget-title {
        margin-top: 20px;
        font-size: 25px;
        margin-bottom: 20px;
    }

    .inside-menu-footer {
        margin-bottom: 25px;
    }

    span.title-inside-text-about {
        color: #fff;
        font-size: 18px;
        font-weight: bold;
        display: block;
        line-height: 1.2;
        margin-bottom: 10px;
    }

    .column-about.about-img img {
        max-width: 473px;
        width: 100%;
    }

    .inside-wrapper-compare {
        padding-top: 65px;
        position: relative;
    }

    h1.title-success-page {
        font-size: 22px;
        color: #2E3230;
        margin-bottom: 10px;
        margin-top: 20px;
    }

    .flex-form-success {
        margin-top: 25px;
        padding: 15px;
    }

    a.tel-success-bottom-form {
        display: block;
        margin-top: 5px;
        margin-bottom: 15px;
    }

    .item-success-input {
        margin-right: 0px;
        flex-basis: 100%;
        margin-bottom: 8px;
    }

    .btn-success-bottom-form {
        flex-basis: 100%;
        margin-top: 0px;
    }

    .flex-row-success-block {
        display: block;
        margin-bottom: 10px;
    }

    span.title-success-form {
        font-size: 20px;
        line-height: 1.2;
    }

    .desc-success-page {
        font-weight: 500;
        font-size: 14px;
        line-height: 1.3;
        color: #585C5A;
    }

    .item-category-compare.active-menu {
        max-width: 100%;
    }

    .item-category-compare.hidden-item-menu {
        max-height: 0px !important;
        overflow: hidden;
        z-index: 9;
        background: #f4f5f7;
        width: 100%;
        max-width: 100%;
        transition: all 0.4s ease-in-out;
    }

    .inside-category-list.show-all-compare .hidden-item-menu {
        max-height: 50px !important;
        border: 1px solid #dbe3e8;
        border-top: 0px;
        border-radius: 0px 0px 6px 6px;
        margin-top: -3px;
    }

    .inside-category-list {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 9;
    }

    .inside-category-list {
        display: flex;
        width: 100%;
        flex-direction: column;
    }

    .inside-category-list>div {
        order: 2;
    }

    .inside-category-list>div.active-menu {
        order: 1;
        position: relative;
    }

    span.arrow-down-compare {
        display: inline-block;
        width: 8px;
        height: 8px;
        border: 1.5px solid #ff9213;
        transform: rotate(45deg);
        position: absolute;
        right: 14px;
        top: 18px;
        border-left: 0px;
        border-top: 0px;
    }

    .checkout-profile-user-fields input {
        padding-left: 18px;
        height: 51px;
        border: 1px solid #dfdfdf;
        border-radius: 10px;
        margin-bottom: 15px;
    }

    .well-login .remember-checkbox-input+label::before {
        /* position: absolute;
        right: -35px; */
    }

    .inside-wrapper-compare {
        overflow-x: scroll;
    }

    .item-compare .product-title-block {
        padding: 0px 6px;
        background: #fff;
        min-height: 40px;
    }

    .price-product-compare {
        padding: 0px 7px;
    }

    .price-product-compare .price {
        font-size: 14px;
        margin-bottom: 0px;
    }

    .item-compare button.btn-transparent {
        width: 30px;
        height: 30px;
    }

    .item-name-attribute {
        font-size: 12px;
        padding: 5px 10px;
        background: #fff;
        min-height: 34px;
        border-left: 1px solid #E4E6E9;
    }

    .product-item-compare {
        min-height: 175px;
    }

    .category-compare-list {
        min-height: 175px;
        max-height: 175px;
    }

    .item-compare img.img-thumbnail {
        max-width: 100px;
    }

    .item-compare .product-image-card {
        padding: 5px 0px;
    }

    button.add-to-cart-button {
        width: 30px;
        height: 30px;
        border-radius: 6px;
        border: none;
    }

    .mail-footer .mail-link {
        text-align: left;
    }

    #content {
        min-height: auto;
    }

    .item-compare {
        min-width: 50vw;
    }

    .inside-description {
        margin: 0px -15px;
    }

    #product-product .inside-description {
        margin: 0px 0;
    }

    input.quantity-block {
        width: 35px;
        color: #000;
    }

    /* .review-wrapper {
        margin: 0px -15px;
    } */

    #column-right {
        display: block !important;
    }

    .flex-row-checkout {
        display: block;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    body:has(.checkout-section) .breadcrumb {
        margin-bottom: 0;
    }

    h1.title-page-checkout {
        font-size: 24px;
        margin-bottom: 10px;
    }

    soc-flex-block .soc-flex-block {
        margin-left: 0px;
    }

    .checkout-profile-user {
        padding: 15px;
        margin-bottom: 15px;
        background: #fff;
        border-radius: 16px;
    }

    .products_mob_title {
        font-weight: 700;
        font-size: 18px;
        line-height: 111%;
        text-align: center;
        color: #2e3230;
        margin-bottom: 15px;
    }

    .checkout-profile-user-fields label:last-child input {
        margin-bottom: 0 !important;
    }

    .checkout-profile-payment {
        margin-top: 15px;
    }

    .checkout-profile {
        background: transparent;
        width: 100%;
        max-width: 100%;
    }

    .mob-column-type {
        padding: 0 !important;
    }

    .checkout-profile-user-fields span {
        margin-left: 10px;
        margin-bottom: 8px;
        display: block;
    }

    .checkout-profile-title {
        font-weight: 700;
        padding-left: 10px;
    }

    .checkout-profile-user-fields label {
        margin: 0;
    }

    .checkout-profile-address {
        padding: 15px;
        margin-top: 30px;
        background: #fff;
        border-radius: 16px;
    }

    .checkout-profile-address .checkout-profile-title {
        margin-bottom: 5px;
    }

    .item-shipping-method {
        flex-basis: calc(100% - 20px);
        margin: 10px;
    }

    .checkout-cart-product-item-image img {
        width: 100%;
    }

    .checkout-cart-product-item-price {
        flex-basis: unset;
        margin-left: 0;
        font-weight: 600;
        font-size: 21px;
        line-height: 120%;
        letter-spacing: -0.02em;
        color: #2e3230;
    }

    .wrapper-cart-checkout {
        margin-top: 25px;
    }

    .item-shipping-method label {
        width: 100%;
    }

    .comment-block {
        padding: 10px;
    }

    .checkout-cart-product-item-image {
        flex-basis: unset;
    }

    .checkout-cart-product-item-image img {
        width: 85px;
        height: 90px;
        display: block;
    }

    .checkout-cart-product-item {
        flex-wrap: nowrap;
        gap: 12px;
        align-items: flex-start;
        border: unset !important;
        margin-bottom: 12px;
        background: #fff;
        border-radius: 15px;
    }

    .checkout-cart-products-loop {
        background: transparent;
    }

    .checkout-cart-product-item-b {
        display: flex;
        justify-content: space-between;
        gap: 10px;
        margin-top: 12px;
        align-items: center;
    }

    .remove-product {
        position: relative;
        top: 0;
        right: 0 !important;
        left: 0;
        bottom: 0;
        translate: 0 0;
    }

    .checkout-cart-product-item-name {
        margin-left: 0;
    }

    .checkout-profile-payment {
        padding: 10px;
    }

    #information-information #content h1 {
        margin: 5px 0 25px;
    }

    .contacts-content__text {
        margin-bottom: 40px;
    }

    .content__text-adress {
        width: 100%;
        max-width: 800px;
        padding: 20px;
        margin-bottom: 25px;
    }

    .adress-warehouse {
        margin-bottom: 35px;
    }

    .adress-warehouse:after {
        top: 140%;
        right: 50%;
        transform: translate(50%, 50%);
        height: 0;
        border-top: 1px solid #F0F0F0;
        width: 90%;
    }

    .adress-title {
        margin-bottom: 5px;
    }


    .phone-block {
        margin-bottom: 25px;
    }

    .contact-icon-text {
        margin-top: 0;
    }

    .content__text-phone {
        margin-bottom: 7px;
    }

    .first-section .row {
        display: flex;
        flex-direction: column-reverse;
    }

    .right-side-img {
        margin-bottom: 20px;
        top: 0;
    }

    .advantages-block-wrapper {
        padding: 0;
    }

    .advantage-text {
        font-size: 12px;
    }

    .row-top {
        display: flex;
        margin-bottom: 65px !important;
    }

    .row-bottom {
        display: flex;
    }

    .advantages-block {
        background: #FFFFFF;
        border-radius: unset;
        padding: 41px 9px;
        height: auto;
    }

    .advantages-block-wrapper {
        padding: 0;
    }

    .advantage-item {
        flex-basis: 50%;
    }

    .advantages-block {
        position: relative;
    }

    .advantages-block:before,
    .advantages-block:after {
        content: '';
        display: block;
        position: absolute;
        top: 50%;

        transform: translate(0, 50%);
        width: 29%;
        border-top: 1px solid #EFEFEF;
    }

    .advantages-block:before {
        left: 11%;
    }

    .advantages-block:after {
        right: 11%;
    }

    .advantage-item-gorline:after {
        display: none;
    }

    .advantage-item-topline:before {
        display: none;
    }

    .left-side-text {
        padding: 0;
    }

    .benefits-section {
        display: flex;
        flex-direction: column-reverse;
    }

    .benefits-title {
        margin-top: 20px;
    }

    .benefits-picture-block {
        margin-top: 40px;
        padding: 0;
    }

    .numbers-section {
        display: flex;
        flex-direction: column;
        align-items: center;
        height: auto;
        width: 100%;
        max-width: 750px;
        padding: 20px;
        text-align: center;
    }

    .numbers-item {
        margin-top: 50px;
        height: auto;
        width: 100%;
    }

    .numbers-item:last-child {
        margin-bottom: 30px;
    }

    .numbers-item-line:after {
        display: none;
    }

    .sorting-block {
        display: none;
    }

    .article-short-info {
        margin: 8px 0 0;
    }

    .first-article .image {
        height: 182px;
    }

    .content-links {
        display: none;
    }

    .image-reviews-section .thumbnails {
        margin-left: 0 !important;
        padding: 0 15px;
    }

    .image-reviews-section .thumbnails li {
        margin-left: 0 !important;
    }

    .image-reviews-section .thumbnail img {
        height: 100%;
    }

    .vews-reviews-block {
        flex-direction: row;
        height: auto;
        margin: 8px 0 15px;
    }

    .vews-reviews-block .num-views {
        margin-right: 8px;
    }

    .title-views-mobile {
        display: none;
    }

    .first-two-blocks {
        display: flex;
    }

    .reviews-wrapper {
        margin-top: 0;
    }

    .share-block {
        display: flex;
        align-items: center;
        margin-bottom: 0;
    }

    .title-views {
        margin-right: 8px;
        margin-bottom: 0;
    }

    .num-review,
    .num-views {
        margin-top: 0;
    }

    .article-content-block {
        margin-top: 0 !important;
    }

    .date-title {
        padding: 0;
    }

    .article-title {
        margin-top: 5px;
        font-size: 25px;
    }

    .reviews-container {
        height: auto;
        display: flex;
        flex-direction: column-reverse;
        padding-top: 8px;
    }

    .reviews-title {
        font-size: 25px;
        line-height: 27px;
        margin-bottom: 15px;
        padding: 0 15px;
    }

    .reviews-row {
        padding: 0;
    }

    .form-horizontal {
        padding: 0;
    }

    .review-block h2 {
        font-weight: bold;
        font-size: 18px;
        line-height: 27px;
        color: #2E3230;
    }

    .review-button {
        width: 100%;
        max-width: 800px;
        padding: 0;
    }

    .reviews-container .review-section {
        padding: 0;
        margin-top: 22px;
    }

    .review-section {
        height: 355px;
    }

    .reviews-container tr td {
        font-size: 16px;
        line-height: 16px;
    }

    .no-comments {
        margin: 0 !important;
    }

    .bottom-blocks {
        margin-top: 100px;
    }

    .caption-first-item {
        left: 20px;
        right: 10px;
    }

    .first-article .caption-first-item a {
        font-size: 14px;
        line-height: 15px;
    }

    .product-thumb-article-category .caption a {
        font-size: 16px;
        min-height: 40px;
    }

    .text-icon-item {
        text-align: center;
        padding: 0 66px;
        margin-bottom: 25px;
    }

    .text-icon-item:after {
        display: none;
    }

    .text-icon-item img {
        margin: 0 auto;
    }

    .text-icon-title br {
        display: none;
    }

    .text-icon-block {
        padding-bottom: 0;
    }

    .delivery-payment-title {
        margin-top: 5px;
        font-size: 20px;
    }

    .delivery-content {
        margin-bottom: 23px;
    }

    .form-control-wrapper {
        width: 100%;
        max-width: 800px;
    }

    .form-group-reg {
        padding: 0 15px;
    }

    .password-info-text {
        padding: 0 15px;
        margin-top: 0;
    }

    .enter-form-title {
        font-size: 25px;
        margin: 5px auto 11px;
    }

    .login-content {
        min-height: 455px !important;
    }

    .well-login {
        max-width: 700px;
    }

    .form-control-enter {
        width: 100%;
    }

    .remember-checkbox {
        display: inline-block;
    }

    .login-button {
        margin: 0 0 14px;
    }

    .social-reg-button {
        width: 300px;
    }

    .face-btn {
        margin-right: 15px;
    }

    .button-register {
        margin-top: 0;
    }

    .modal-content-login {
        padding: 20px;
    }

    .well-login:after {
        display: none;
    }

    .forgot-password {
        float: right;
    }

    .forgot-password:after {
        width: 77%;
    }

    .modal-dialog {
        margin: 0;
    }

    .modal-content-register:after {
        display: none;
    }

    .col-sm-6-mob {
        padding-left: 0 !important;
    }

    .form-change-password {
        padding: 15px;
    }

    .password-form-block {
        padding: 0;
    }

    .password-form-wrapper {
        flex-direction: column;
    }

    .password-form-group:not(:last-child) {
        margin-right: -15px !important;
        margin-left: -15px !important;
    }

    .password-form-group,
    .account-input-wrapper-pass {
        max-width: 800px;
    }

    .form-account-title {
        display: none;
    }

    .account-content__right-side {
        padding: 15px;
    }

    .account-form-row {
        flex-direction: column;
        padding: 0;
    }

    .account-form-row:not(:last-child) {
        margin-bottom: 0;
    }

    .account-form-wrapper {
        width: 100%;
        margin-bottom: 15px;
    }

    .account-input-wrapper .form-control-item {
        height: 40px;
    }

    .subscribe-block {
        margin-top: 0;
        margin-bottom: 0;
        height: 40px;
        padding: 0 15px;
        flex-basis: unset;
        justify-content: flex-start;
    }

    .remember-checkbox-input+label::before {
        /* position: absolute;
        right: 30px; */
    }

    .account-right-content {
        padding-right: 0;
    }

    .table-responsive {
        border: unset;
    }

    .wish-list-block {
        padding: 15px;
    }

    .product-items {
        justify-content: space-between;
    }

    .product-item {
        margin-right: 0;
        margin-bottom: 15px;
        flex-basis: 48%;
    }

    .wishlist-product-name {
        font-size: 12px;
    }

    .wishlist-price {
        font-size: 15px;
    }

    .wishlist-product-img {
        height: 98px;
    }

    .adress-row-item {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .adress-buttons {
        height: auto;
        align-items: self-start;
        margin-right: auto;
        margin-left: 0;

    }

    .button-list-open {
        display: block;
        transform: rotate(90deg);
        font-size: 23px;
        color: #ff9213;
    }

    .adress-buttons-wrapper {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        order: -1;
        margin-bottom: 15px;
    }

    .adress-edit-button,
    .adress-delete-button {
        display: none;
    }

    .button-list-open-active {
        display: block;
        align-self: flex-start;
    }

    .adress-input-wrapper-city,
    .adress-input-wrapper-street {
        max-width: 800px;
    }

    .adress-input-wrapper-house,
    .adress-input-wrapper-postcode {
        max-width: 800px;
        width: 47%;
    }

    .adress-input-wrapper-house {
        margin-right: 13px !important;
    }

    .adress-input-wrapper {
        margin-right: 0;
    }

    .account-right-content-adres {
        min-height: 412px !important;
    }

    .account-menu {
        position: relative;
    }

    .dropdown-account-menu {
        display: block;
        position: absolute;
        top: 2px;
        right: 4px;
        width: 40px;
        height: 40px;
        z-index: 100;
    }

    .account-menu {
        height: 47px;
        overflow: hidden;
        transition: 0.3s;
        display: flex;
        flex-direction: column;
    }

    .account-menu-active {
        height: auto;
        overflow: auto;
    }

    .account-links-active {
        order: -1;
    }

    .mobile-edits {
        margin-top: 0;
        min-height: 200px !important;
    }

    .mobile-height {
        min-height: 300px !important;
    }

    .password-form-group:not(:last-child) {
        margin-bottom: 15px;
    }

    .table-responsive-order {
        width: 700px;
    }

    .order-form-wrapper {
        overflow: scroll;
    }

    .order-more-info {
        flex-wrap: wrap;
    }

    .order-product-row {
        flex-basis: 100%;
        padding-left: 14px;
        padding-top: 4px;
        position: relative;
    }



    .order-short-info {
        position: relative;
        justify-content: start;
        align-items: center;
    }

    .order-short-info-icon-mobile {
        position: absolute;
        left: 6px;
        height: 30px;
        width: 30px;
    }

    .order-table-status {
        margin-left: 47px;
        margin-right: 23px;
        width: 95px;
        height: auto;
        padding-top: 3px;
    }

    .order-all-info {
        padding: 7px 5px 5px;
        height: 55px;
    }

    .order-all-info-hide .order-column-data:after {
        left: 13px;
        bottom: -10px;
    }

    .order-all-info-hide {
        height: auto;
    }

    .order-column-titles {
        display: none;
    }

    .product-top-hide {
        display: none;
    }

    .product-info-top {
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
        flex-basis: 50%;
        justify-content: space-between;
    }

    .order-table-numbers {
        text-align: left;
        font-size: 13px;
        flex-basis: 30%;
    }

    .order-table-label {
        display: block;
    }

    .order-table-total {
        font-weight: 500;
        /* margin-left: 15px; */
        text-align: left;
        font-size: 13px;
    }

    /* .order-table-date {
        margin-left: 30px;
    } */

    .order-product-image {
        width: 40px;
        height: 40px;
    }

    .order-product-image img {
        width: 100%;
        height: 100%;
        border-radius: 4px;
    }

    .table-responsive-order {
        margin-bottom: 0;
    }

    .order-product-name {
        font-size: 12px;
    }

    .order-payment-shipping-block {
        display: flex;
        width: 100%;
        padding-left: 15px;
        margin-top: 15px;
    }

    .order-payment {
        margin-bottom: 0;
    }

    .order-payment-wrapper {
        margin-right: 30px;
    }

    .order-title-mobile {
        display: inline;
    }

    .order-product-image-top {
        display: block;
        margin-right: 6px;
    }

    .order-product-image-top-desktop {
        display: none;
    }

    .order-all-info-hide .order-column-data:after {
        width: 557px;
    }

    .order-more-info {
        position: relative;
    }

    .order-more-info:after {
        content: '';
        position: absolute;
        bottom: 45px;
        left: 12px;
        width: 100%;
        border-top: 1px solid #D3D8DC;
        width: 557px;
    }

    .main-categories .row,
    .categories-section .row {
        margin-right: -10px;
        margin-left: -10px;
    }

    .main-categories .col-sm-3.col-xs-6,
    .categories-section .col-sm-3.col-xs-6 {
        padding-right: 10px;
        padding-left: 10px;
    }

    .main-categories-inside,
    .categories-indie {
        margin-bottom: 20px;
    }

    .order-column-data {
        flex-basis: 50%;
    }

    .checkout-cart-product-item-r {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

}

@media (max-width: 441px) {

    .text-rating {
        display: none;
    }

    span.author-review {
        font-size: 14px;
    }

    .description-block-review {
        font-size: 13px;
        line-height: 20px;
    }

    .title-on-slider span {
        font-size: 24px;
    }

    .tags {
        padding: 0 15px;
    }

    .tag_block {
        flex-direction: column;
        padding: 20px 0;
        border-top: 1px solid lightgrey;
        margin-bottom: 0;
    }

    .tag_title {
        font-size: 16px;
        margin-bottom: 10px;
        text-align: center;
    }

    .tags_wrapper {
        gap: 13px;
        column-gap: 10px;
        justify-content: center;
    }


    .checkout-cart-product-item-name-text {
        font-weight: 600;
        font-size: 14px !important;
        line-height: 120%;
        letter-spacing: -0.02em;
        color: #2e3230;
    }

    .remove-product {
        right: 7px;
    }

    .qnt_checkout {
        margin-right: 0;
    }

    .qnt_checkout i {
        width: 23px;
        height: 23px;
    }

    .qnt_checkout input.quantity-block {
        width: auto;
    }

    .qnt_checkout span {
        max-width: 73px;
    }

    .cashback_block-text {
        display: none;
    }

    .cashback_block_mobile {
        display: block;
        margin-top: 11px;
        margin-bottom: 3px;
    }

    .cashback_block_mobile>span {
        margin-bottom: 3px;
    }

    .list-price {
        justify-content: space-between;
    }

    .input-group.number-spinner.spinner-in-mob {
        margin-left: 0;
    }

    .cashback-block {
        margin-left: 0;
        font-size: 12px;
        height: 39px;
        padding: 0 11px;
        gap: 5px;
    }

    .cashback-block:before {
        width: 35px;
        height: 35px;
        top: 2px;
        left: 4%;
    }

    .cashback-block span {
        margin-right: 2px;
    }

    .del-info-text {
        right: 0;
    }



    .option-wrapper {
        height: auto;
        margin-top: 13px;
    }

    .option-wrapper .control-label {
        margin-bottom: 7px;
    }

    .options-block-wrapper .form-control {
        height: auto;
    }

    h2.title-inside-text-about {
        font-size: 31px;
        line-height: 1;
    }

    #menu div.dropdown-menu {
        min-height: 350px;
    }

    .flex-row-category {
        margin-bottom: 10px;
    }

    .pagination-text-justify {
        margin-top: 15px;
    }

    /* #product-category .product-grid:nth-child(odd) {
        padding-right: 7px;
    }

    #product-category .product-grid:nth-child(even) {
        padding-left: 7px;
    } */

    .product-layout.product-grid {
        padding: 0 8px;
    }

    #product-category #content {
        padding-right: 21px;
        padding-left: 21px;
    }

    .pagination>li>a,
    .pagination>li>span {
        font-size: 11px;
        padding: 4px 11px;
    }



    .text-pagination {
        display: none;
    }



    #product-category .product-thumb {
        margin-bottom: 13px;
    }

    .categories-indie-cat {
        margin-bottom: 10px;
    }

    .video-wrapper {
        height: 150px;
    }

    .video-wrapper iframe {
        height: auto;
    }

    .form-right-other-cats {
        height: auto;
    }

    .item.item-slide {
        height: 190px;
        min-height: 190px;
    }

    .home_slider_wrapper .item.item-slide {
        min-height: 220px;
        height: 220px;
        border-radius: 12px;
        overflow: hidden;
        width: 340px !important;
        min-width: 340px;
    }

    .home_slider_wrapper .title-on-slider {
        font-size: 26px;
    }

    .home_slider_wrapper p.desc-on-slider {
        font-size: 16px;
    }

    .home-slider .home_slider_wrapper .slick-list {
        /* overflow: visible; */
    }

    .home-slider:has(.home_slider_wrapper) .container {
        padding: 0;
        padding-left: 15px;
    }

    .main-categories {
        margin-top: 18px;
    }

    .ocf-offcanvas {
        overflow: unset !important;
    }

    .ocfilter-mobile {
        overflow: auto !important;
        padding-bottom: 20px !important;
    }

    /* .home_slider_wrapper .slick-track {
        display: flex;
    } */

    .list-group-widget {
        margin-bottom: 60px;
        position: relative;
        z-index: 1;
    }

    .name-item-main span,
    .name-item-main {
        z-index: 5;
    }

    .question-row span {
        font-size: 16px;
        line-height: 130%;
    }

    #information-information #content h1 {
        font-size: 28px;
    }

    .inside-block-feature {
        min-height: 115px;
        padding-bottom: 0px !important;
    }

    .categories-indie img {
        width: 55%;
        /* height: 100%; */
        object-fit: cover;
    }

    .categories-indie a {
        padding-bottom: 10px;
    }

    .categories-indie {
        height: 90px;
        min-height: 85px;
    }

    span.text-inside-categories {
        display: block;
        font-weight: 600;
        font-size: 16px;
        line-height: 1.2;
        text-align: center;
        color: #FFFFFF;
        text-shadow: 0px 0.456018px 1.82407px rgba(0, 0, 0, 0.24);
    }

    .product-title-block a {
        font-weight: 600;
        font-size: 13px;
    }

    p.price {
        font-size: 19px;
    }

    .product-layout.col-lg-3.col-md-3.col-sm-6.col-xs-6 {
        padding: 0px 10px;
    }

    section.other-categories {
        margin-top: 10px;
    }

    .item-other {
        margin-bottom: 10px;
        max-height: 150px;
    }

    .form-side .form-title {
        line-height: 24px;
    }

    .inside-input-block input {
        font-size: 15px;
    }

    .main-categories .row,
    .categories-section .row {
        margin-right: -5px;
        margin-left: -5px;
    }

    .main-categories .col-sm-3.col-xs-6,
    .categories-section .col-sm-3.col-xs-6 {
        padding-right: 15px;
        padding-left: 15px;
    }



    .categories-section-cat .col-sm-3.col-xs-6:nth-child(odd) {
        padding-right: 7px;
    }

    .categories-section-cat .col-sm-3.col-xs-6:nth-child(even) {
        padding-left: 7px;
    }

    .main-categories-inside,
    .categories-indie {
        margin-bottom: 10px;
    }

    .main-categories-title {
        font-size: 14px;
        line-height: 13px;
    }

    .main-categorie-links a {
        font-size: 11px;
        line-height: 23px;
    }

    .main-categorie-links {
        margin-top: 10px;
    }

    .main-categories-inside {
        padding: 13px 5px 13px 13px;
        min-height: 100px;
    }

    span.desc-block-feature {
        font-size: 10px;
        line-height: 12px;
        color: #2E3230;
    }

    section.latest-section {
        margin-top: 26px;
    }

    .product-thumb {
        border-radius: 16px;
    }

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

    .product-title-block a {
        height: 45px;
    }

    #product-category .product-title-block a {
        height: unset;

    }

    #product-category .product-thumb .caption {
        min-height: 35px;
        margin-bottom: 5px;
    }

    .inside-form-other {
        display: none;
    }

    .social-block-footer {
        width: 100%;
        flex-direction: row;
        gap: 10px;
    }

    .social-block-footer a.telegram-1 {
        margin: 0;
    }

    .mail-footer {
        display: none;
    }

    .social-block-footer a {
        width: auto;
        font-size: 18px;
        margin: 0;
        line-height: 107%;
        text-align: center;
        color: #2e3230;
        font-weight: 500;
        border-radius: 15px;
        height: 52px;
        padding: 0 20px;
    }

    .logo-mobile img {
        max-width: 130%;
    }

    span.title-inside-text-about {
        font-size: 31px;
    }

    .flex-row-about:nth-child(2) {
        flex-direction: column-reverse;
    }

    .features-block {
        margin: 15px 0;
    }

    .feature-content {
        margin-bottom: 10px;
        flex-direction: row;
        min-height: 90px;
        padding: 13px 15px 15px 15px;
        background: rgba(255, 255, 255, 0.11);
    }

    .desc-feature-content {
        margin-top: 0;
        font-size: 12px;
        line-height: 16px;
        margin-left: 15px;
        display: block;
    }

    a.title-cat-other {
        font-size: 15px;
        line-height: 15px;
        margin-bottom: 9px;
    }

    nav.inside-link-other-cats a {
        font-size: 11px;
        line-height: 8px;
    }

    a.blue-link.link-to-cat {
        margin-top: 0;
        padding: 9px 12px;
        font-size: 10px;
    }

    nav.inside-link-other-cats a {
        margin-bottom: 12px;
    }

    span.arrow-right-angle {
        width: 6px;
        top: -2px;
    }

    img.left-image-absolut {
        align-self: center;
    }

    a.link-form-tel {
        font-size: 28px;
        line-height: 37px;
        display: block;
        text-align: center;
        margin-bottom: 0;
    }

    .title-inside-howbuy {
        font-size: 25px;
        line-height: 25px;
        text-align: center;
        display: block;
    }

    span.text-review {
        line-height: 19px;
    }

    .flex-row-about-howbuy {
        margin-top: 45px !important;
    }

    .many-tastes {
        margin-top: 45px;
    }

    /* .mt-pic-2 {
        display: none;
    } */

    .mobile-hide-content {
        display: none;
    }

    .show-content-btn {
        display: inline-block;
    }

    .inside-text-howbuy .mobile-style {
        margin-top: 0;
    }

    .inside-text-howbuy-shadow {
        background: linear-gradient(180deg, #2E3230 48.88%, rgba(46, 50, 48, 0) 94.16%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
    }

    .many-tastes-text {
        font-size: 14px;
        line-height: 1.5;
    }

    .inside-menu-footer-catalog .column-menu {
        height: 150px;
    }

    .inside-menu-footer-popular .column-menu {
        height: 133px;
    }

    .popular-link-item {
        width: 142px;
        margin-right: 0;
    }

    .item-other img {
        margin-right: 12px;
    }

    p.price,
    .text-attr,
    .product-title-block {
        text-align: center;
    }


    .img-review {
        flex-basis: 100%;
        max-width: 100px;
        height: 100px;
        margin: 10px auto;
    }

    .review-word-name {
        font-size: 60px;
    }

    .review-section {
        height: auto;
    }

    .work-time-text {
        display: block;
        font-size: 18px;
        line-height: 24px;
        margin: 0 7px;

    }

}

@media (max-width: 418px) {
    .adress-warehouse:after {
        top: 125%;
    }
}

@media (max-width: 391px) {
    .checkout-cart-product-item-name-text {
        font-size: 11px;
    }
}

@media (max-width: 370px) {

    .input-group.number-spinner span button {
        min-width: 30px;
        min-height: 30px;
    }

    .buttons-cart-cat-block {
        margin-top: 12px;
    }

    .price-text .grn-text {
        font-size: 13px;
    }

    .price-product {
        font-size: 20px;
    }
}

@media (max-width: 350px) {
    #button-cart-fixed {
        font-size: 11px;
    }

    .inside-block-footer {
        flex-direction: column;
    }

    .product-title-block a {
        height: auto;
    }

    .option-item__button {
        padding: 8px;
    }

    p.price {
        font-size: 15px;
        height: 20px;
    }

    #content .price-old {
        font-size: 11px;
    }

    .price-product {
        font-size: 15px;
    }
}

.public-block-footer a {
    font-weight: 500;
    font-size: 12px;
    line-height: 8px;
    color: #585C5A;
    display: block;
    margin-bottom: 10px;
}

.public-block-footer {
    margin-top: 0px;
    position: relative;
    top: 10px;
}

.public-block-footer a:hover {
    text-decoration: underline;
}

@media(max-width: 1200px) {
    .public-block-footer a {
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 0px;
    }
}

@media(max-width: 992px) {
    .public-block-footer {
        display: flex;
        justify-content: space-between;
        /* display: none; */
    }


    .Check_total_sum .totals_order {
        padding: 0;
        margin: 30px 0;
    }



}

@media(max-width: 767px) {
    .row.flex-row-items {
        display: flex;
        flex-wrap: wrap;
    }

    .text-icon-item {
        padding: 0;
        flex-basis: 50%;
    }


    .product-thumb .caption {
        min-height: 60px;
    }

    .hidden-text-on-mob:before {
        box-shadow: none !important;
    }

    .absolut-img-slider {
        position: absolute;
        right: 0;
        top: 18px;
        height: 75%;
        right: 6px;
        width: auto;
        left: unset;
    }
}


#top .social-buttons a.telegram {
    padding: 6px 7px 8px;
    display: flex;
    width: auto;
}

#top .social-buttons a.viber {
    padding: 5px 8px 8px 6px;
    width: 33px;
    height: 33px;
}

#top .social-buttons a.viber img {
    width: 23px;
}

#top .social-buttons a {
    width: 33px;
    height: 33px;
}

.review-section .owl-carousel .owl-item img {
    width: 184px;
}

.review-section .inside-reviw {
    align-items: center;
}


#account-login .enter-form-title.login-form-title {
    width: 100%;
    line-height: 30px;
}

#top .social-buttons a.viber:hover,
#top .social-buttons a.telegram:hover {
    background-color: #d3d9de;
    -webkit-transition: all 0.7s 0s ease;
    -moz-transition: all 0.7s 0s ease;
    -o-transition: all 0.7s 0s ease;
    transition: all 0.7s 0s ease;
}

.menu-top nav.nav-items-top a:hover {
    color: #ff9213;
    -webkit-transition: all 0.4s 0s ease;
    -moz-transition: all 0.4s 0s ease;
    -o-transition: all 0.4s 0s ease;
    transition: all 0.4s 0s ease;
}

a.link-account:hover {
    background-color: #e8ecf1;
    -webkit-transition: all 0.7s 0s ease;
    -moz-transition: all 0.7s 0s ease;
    -o-transition: all 0.7s 0s ease;
    transition: all 0.7s 0s ease;
}

.btns-wish>a:hover {
    background-color: #e8ecf1;
    -webkit-transition: all 0.7s 0s ease;
    -moz-transition: all 0.7s 0s ease;
    -o-transition: all 0.7s 0s ease;
    transition: all 0.7s 0s ease;
    border-radius: 12px 0px 0px 12px;
}

.btns-wish>a#wishlist-total:hover {
    border-radius: 0px;
}

.content-slider a.link-white-blue-text:hover {
    color: #ff9213;
    background: white;
    border: 1px solid #ff9213;
    /* transition: 0.4s; */
}

a.link-white-blue-text {
    background: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 136%;
}

.item-slide-2 a.link-white-blue-text {
    color: #ff733f;
}

.item-slide-3 a.link-white-blue-text {
    color: #0073ff;
}

button.type-submit:hover {
    background: #ee889d;
    -webkit-transition: all 0.4s 0s ease;
    -moz-transition: all 0.4s 0s ease;
    -o-transition: all 0.4s 0s ease;
    transition: all 0.4s 0s ease;
}

.inside-input-block input:focus {
    border-color: #ff9213;
    -webkit-transition: all 0.4s 0s ease;
    -moz-transition: all 0.4s 0s ease;
    -o-transition: all 0.4s 0s ease;
    transition: all 0.4s 0s ease;
}

.social-block-footer a:hover {
    background: #e6eaee;
    -webkit-transition: all 0.4s 0s ease;
    -moz-transition: all 0.4s 0s ease;
    -o-transition: all 0.4s 0s ease;
    transition: all 0.4s 0s ease;
}

footer nav.column-menu a:hover {
    color: #ff9213;
    -webkit-transition: all 0.4s 0s ease;
    -moz-transition: all 0.4s 0s ease;
    -o-transition: all 0.4s 0s ease;
    transition: all 0.4s 0s ease;
}






.col-sm-12>.well.well-login .form-group.form-group-password .eye-button-reg {
    top: 43.5% !important;
}



.compare-remove-item,
.compare-remove-item:hover {
    position: absolute;
    top: 5px;
    right: 5px;
    border: unset;
    outline: unset;
    background: transparent;
    box-shadow: unset;
    color: grey;
}


span.access-quantity {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #5aa600;
    background: rgba(90, 166, 0, 0.1);
    border-radius: 50px;
    display: inline-block;
    padding: 9px 12px 9px 32px;
    font-size: 12px;
    position: relative;
}

span.access-quantity:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 13px;
    width: 12px;
    height: 8px;
    margin-top: -6px;
    border-left: 2px solid #279C43;
    border-bottom: 2px solid #279C43;
    transform: rotate(-45deg);
}

.price_prod_top_cahback_num {
    width: 22px;
}


.pull-right a.btn-primary {
    background: #ff9213;
    border-radius: 6px;
    border: 1px solid #ff9213;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    padding: 15px 10px;
    transition: .5s ease;
}

.pull-right a.btn-primary:hover {
    background-color: white;
    border: 1px solid #ff9213;
    color: #ff9213;
}

.shoping-cart-products-loop .alert.alert-danger {
    margin-top: 10px;
    margin-bottom: 0;
    position: absolute;
    width: auto;
    bottom: 6px;
    right: 9px;
    padding: 0;
    background: transparent;
    border: unset;
    font-size: 14px;
}

a.btn-checkout.disabled {
    user-select: none;
    cursor: not-allowed;
    background: #bbbbbb;
}




@media(min-width: 816px) and (max-width: 991px) {
    .hidden-text-on-mob {
        margin-bottom: 20px;
    }
}

@media(min-width: 768px) and (max-width: 991px) {
    .btn-search-row {
        left: 10px;
    }

    .navbar-collapse.navbar-ex1-collapse.collapse.in {
        display: flex !important;
        flex-direction: column;
    }

    .mob_menu_head {
        display: flex;
        justify-content: space-between;
        padding: 0 10px;
    }

    .mob_menu_head+.nav.navbar-nav {
        display: flex;
        flex-direction: column;
    }

    #menu .navbar-nav .pod-menu a {
        padding: 14px 0px !important;
    }

    .parent-menu-block.menu-scroll .navbar-nav a {
        padding: 8px 0px !important;
    }

    .account-block {
        margin: 20px 15px 7px;
    }

    .title-on-slider {
        max-width: none;
        font-size: 31px;
    }

    .bottom-block-in-menu {
        margin-top: 0;
    }

    .header_menu_txt {
        padding-bottom: 20px;
    }

    .categories-indie img {
        height: 100%;
        object-fit: cover;
    }

    .hidden-text-on-mob {
        margin-bottom: 0px;
    }

    #information-information #content h1 {
        margin: 5px 0 25px;
    }

    .advantages-block {
        position: relative;
        background: #FFFFFF;
        border-radius: 20px;
        padding: 41px 9px;
        height: auto;
        font-size: 12px;
    }

    .advantage-text {
        font-size: 12px;
    }

    .row-top {
        margin-bottom: 65px !important;
    }

    .text-icon-item {
        width: 100%;
        text-align: center;
        padding: 0 66px;
        margin-bottom: 25px;
    }

    .text-icon-item img {
        margin: 0 auto;
    }

    span.form-title {
        line-height: 29px;
    }

    button#button-review {
        padding: 7.5px 12px;
    }

    .numbers-section {
        padding: 40px 10px 30px 10px;
    }

    .benefits-section .left-side.left-side-text.col-sm-6 {
        padding-right: 0;
        padding-left: 0;
    }

    .image-reviews-section .thumbnail img {
        height: 100%;
    }

}

@media(max-width: 767px) {
    div#tab-review {
        margin-bottom: 10px;
    }

    .product-thumb .caption {
        min-height: 0;
    }

    .product-thumb-article-category .caption a {
        min-height: 0;
    }
}

.error-text {
    font-family: Gilroy;
}

span.cashback_text {
    font-size: 14px;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 35px;
    padding: 0 15px;
    color: #fff;
    border-radius: 10px;
    background: linear-gradient(180deg, #ff9213 0%, #ff4921 100%);
}

span.cashback_text span {
    font-weight: 600;
}

span.text-nologged {
    padding: 0px 20px 20px;
    text-align: center;
    display: block;
}

.text-nologged button {
    font-size: 16px;
    border-bottom: none;
}

.input-block-cashback {
    text-align: center;
    padding-bottom: 15px;
}

button.use-cashback {
    background: linear-gradient(180deg, #ff9213 0%, #ff4921 100%);
    border-radius: 8px;
    height: 40px;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    border: none;
    padding: 10px 10px;
}

input#total-cashback {
    border: 1px solid #DFDFDF;
    box-sizing: border-box;
    border-radius: 6px;
    height: 40px;
    padding-left: 15px;
    padding-right: 20px;
    margin-right: 10px;
}

.cahsback-input {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}





.category-desc .recommend-seo-block {
    background: url('/image/catalog/product_photo_desc/vs_recommend_bg_2.jpg');
    padding: 50px 46px;
    background-color: #fff;
    border-radius: 12px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 24px;
}

.category-desc .recommend-block-title {
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    color: #2E3230;
    margin-bottom: 20px;
}

.category-desc .recommend-block-text {
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    color: #2E3230;
    margin-bottom: 20px;
}

.category-desc .recommend-block-links-wrapper {
    display: flex;
    justify-content: space-around;
}

.category-desc a.recommend-block-link {
    border-radius: 44px;
    background: linear-gradient(90.35deg, #00B0E6 0.3%, #08E68D 101.85%);
    width: 186px;
    height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #fff;
    background: linear-gradient(90.35deg, #ffbe26 0.3%, #ff9213 101.85%);
    background: linear-gradient(180deg, #ED5B78 0%, #C75480 100%);
}

.category-desc a.recommend-block-link:hover {
    background: #ff9213;
}

@media(max-width: 1220px) {
    .parent-menu-block.menu-scroll .navbar-nav a {
        padding: 20px 17px;
        font-size: 13px;
    }
}

@media(max-width: 1199px) {
    .category-desc .recommend-seo-block {
        background-position: right;
    }
}

@media(max-width: 1180px) {
    .category-desc .recommend-block-links-wrapper {
        display: grid;
        justify-content: center;
        gap: 31px 86px;
        justify-items: stretch;
    }

    .category-desc a.recommend-block-link:nth-child(1) {
        grid-column-start: 1;
    }

    .category-desc a.recommend-block-link:nth-child(2) {
        grid-column-start: 2;
    }
}

@media(max-width: 767px) {

    .category-desc .recommend-block-links-wrapper {
        display: unset;
        justify-content: unset;
        gap: unset;
        justify-items: unset;
    }

    .category-desc a.recommend-block-link:nth-child(1) {
        grid-column-start: unset;
    }

    .category-desc a.recommend-block-link:nth-child(2) {
        grid-column-start: unset;
    }




    .category-desc .recommend-block-links-wrapper {
        flex-direction: column;
    }

    .category-desc a.recommend-block-link {
        width: 100%;
    }

    .category-desc .recommend-seo-block {
        padding: 30px;
    }

    .category-desc .recommend-block-title {
        text-align: left;
        font-size: 32px;
        line-height: 39px;
    }

    .category-desc .recommend-block-text {
        text-align: left;
        font-size: 16px;
        line-height: 19px;
    }

    .category-desc a.recommend-block-link {
        margin-bottom: 20px;
    }

    .category-desc a.recommend-block-link:nth-last-child(1) {
        margin-bottom: 0;
    }
}






/* pagination-blog */
.pagination-blog .pagination {
    display: flex;
    align-items: center;
}

.pagination-blog .text-left {
    max-width: 633px;
    height: 66px;
    background-color: white;
    flex-basis: 74%;
    padding: 0;
    margin-left: 15px;
    margin-right: 15px;
    border-radius: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}


.pagination-blog .load-more-button {
    width: 50%;
}

@media(max-width: 767px) {

    .pagination-blog .load-more-button {
        width: calc(100% - 30px);
        margin-left: 15px;
        margin-right: 15px;
        margin-top: 15px;
    }

}


@media (max-width: 768px) {

    .article-content .row {
        display: flex;
        flex-direction: column-reverse;
    }

    .article-content .article-text.col-sm-6 {
        margin-top: 15px;
    }

    .content-links-wrapper {
        position: relative;
        top: unset;
        width: 100%;
        margin-top: 15px;
    }

    .content-links {
        display: block;
        top: unset;
    }


}

.inside-menu-footer .column-menu {
    flex-wrap: nowrap;
}

@media (max-width: 600px) {

    .wrapper-cart-checkout {
        margin-top: 0;
    }

    span.text-adress {
        display: block;
    }

    .inside-block-footer {
        flex-direction: column;
    }

    footer .row .col-sm-2:nth-child(1) {
        order: 0;
    }

    footer .row .col-sm-2 {
        width: 100% !important;
    }

    span.title-menu-footer {
        font-size: 18px;
        margin-bottom: 0;
    }

    .inside-menu-footer {
        margin-bottom: 15px;
        border-bottom: unset;
        padding: 20px 25px;
        margin-bottom: 10px;
        background: #fff;
        border-radius: 15px;
    }

    .footer_block.open_footer_menu {
        max-height: 500px;
        margin-top: 20px;
    }

    nav.column-menu a {
        font-size: 16px;
    }

    .home_title_h1 h1 {
        font-size: 27px;
    }

    .heading-title-module h2 {
        font-size: 25px;
        padding: 0;
        margin-top: 0;
    }

    .home_title_h1:before,
    .home_title_h1:after {
        display: none;
    }

    .many-tastes-block {
        margin: 0 15px;
    }

    .seotxt_wrapper {
        height: 415px;
        overflow-y: auto;
        overflow-x: hidden;
        padding-right: 10px;
    }

    .seotxt_wrapper::-webkit-scrollbar {
        width: 5px;
        height: 5px;
        border-radius: 20px;
        background: rgba(236, 62, 0, 0.25);
    }

    .seotxt_wrapper::-webkit-scrollbar-thumb {
        background-color: #EC3E00;
        outline: 1px solid transparent;
        border-radius: 20px;
    }

    .home_footer_links {
        grid-template-columns: repeat(2, 1fr);
        margin: 12px 0 0px;
    }

    .home_footer_link {
        font-size: 13px;
        height: 37px;
    }

    .products_mob_title {
        display: block;
    }

    .menu_bottom_fixed {
        display: flex;
        align-items: center;
        padding: 5px;
        background: linear-gradient(90deg, #ff4921 0%, #ff9213 100%);
        border-radius: 15px;
        overflow: hidden;
        position: fixed;
        bottom: 5px;
        left: 5px;
        right: 5px;
        z-index: 999;
    }

    header:has(.collapse.in) .menu_bottom_fixed {
        opacity: 0;
        visibility: hidden;
    }

    .menu_bottom_fixed_item {
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 5px;
        font-weight: 600;
        font-size: 12px;
        line-height: 100%;
        letter-spacing: -0.02em;
        color: #fff;
        transition: 0.4s;
        height: 60px;
        border-radius: 10px;
    }

    .bottom_fixed_cart {
        position: relative;
    }

    body:has(#cart.open) .bottom_fixed_cart {
        background: #fff;
        color: #2e3230;
    }

    body:has(#cart.open) .bottom_fixed_cart path {
        fill: #2e3230;
    }

    body:has(#cart.open) .bottom_fixed_cart .cart_count_fixed {
        background: #ff661c;
    }

    .cart_count_fixed {
        position: absolute;
        top: 5px;
        right: 23px;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: #2e3230;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        font-size: 10px;
    }

    .submit-checkout-form {
        margin-top: 15px !important;
    }

    .menu_bottom_fixed_item.open_search_btn_active {
        background: #fff;
        color: #2e3230;
    }

    .menu_bottom_fixed_item.open_search_btn_active path {
        fill: #2e3230;
    }

    .menu_bottom_fixed_item a {
        font-weight: 600;
        font-size: 12px;
        line-height: 100%;
        letter-spacing: -0.02em;
        color: #fff;
    }



    .mob_menu_head {
        padding: 18px 25px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid rgba(49, 49, 49, 0.1);
    }

    .navbar-collapse {
        top: 0;
    }

    .mob_menu_head .img-responsive {
        width: 146px !important;
    }

    .shoping-cart-products-item:has(.alert-danger) {
        padding-bottom: 27px;
    }

    body .prod_review_block_item {
        min-height: 160px;
    }

    .product_kinks_block_subtitle {
        font-size: 13px;
    }

    .topicon-on-card {
        margin-top: 0;
        margin-right: 0;
    }

    .prod_review_block_item {
        width: 80vw !important;
        margin: 0 7px;
    }

    .breadcrumb>li:has(>span) {
        padding-left: 15px;
    }

    .breadcrumb>li:last-child:has(>span) span {
        color: #434343 !important;
    }

    .breadcrumb>li span {
        font-weight: 500;
        font-size: 12px;
        line-height: 120%;
        letter-spacing: -0.02em;
        color: #ff4921 !important;
    }

    .product-thumb .price-old {
        font-size: 14px;
    }

    .category-desc {
        height: 415px;
        overflow-y: auto;
        overflow-x: hidden;
        margin-right: 15px;
        padding-right: 5px;
    }

    .checkout-profile-payment {
        padding: 15px !important;
    }

    .products_mob_wrapper {
        padding: 0;
    }

    .category-desc::-webkit-scrollbar {
        width: 5px;
        height: 5px;
        border-radius: 20px;
    }

    .category-desc::-webkit-scrollbar-thumb {
        background-color: #ff4921;
        border-radius: 20px;
    }

    h1.product-title {
        font-size: 24px;
        margin-bottom: 10px;
        line-height: 1.2;
    }

    .flex-stock-sku {
        margin-top: 0;
        justify-content: space-between;
    }

    .options-block-wrapper .form-control {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 5px;
    }




    .flex-row-thumb {
        gap: 0;
    }

    li.main-thumb-block {
        border-radius: 0;
    }



    .options-block-wrapper .option-item .option-item__button {
        font-size: 12px;
    }



    .flex_heading_row_wrapper {
        background: #fff;
        position: relative;
        isolation: isolate;
        padding: 15px 15px 0;
    }

    .flex_heading_row_wrapper:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: -1;
        height: 70px;
        background: linear-gradient(0deg, rgba(244, 245, 247, 1) 18%, rgba(255, 255, 255, 0) 120%);
    }

    .block_circle_text {
        max-height: 400px !important;
        padding: 26px 20px 30px 20px !important;
    }

    .block_circle {
        border-radius: 10px;
    }

    .circle img {
        display: none !important;
    }

    .circle {
        background-color: rgba(255, 68, 0, 0.08) !important;
        width: 100% !important;
        border-radius: 10px !important;
        border-bottom: 5px solid #ff4b21;
    }

    .price_prod_wrapper {
        background: #fff;
        border-radius: 16px;
        padding: 15px;
        margin-top: 18px;
    }

    .list-price {
        margin-top: 0;
    }

    #product-product .price-product {
        font-weight: 500;
        font-size: 38px;
        line-height: 80%;
        color: #ff4b21;
    }

    .grn-text {
        font-weight: 600;
        font-size: 18px;
        line-height: 100%;
        color: #ff4b21;
        position: relative;
        left: -5px;
    }

    .input-group-btn:first-child>.btn,
    .input-group-btn:first-child>.btn-group {
        margin-right: 0 !important;
    }

    .price_prod_top {
        flex-wrap: wrap;
        gap: 8px;
    }

    .item-pricespec-wrapper {
        width: 190px;
    }

    span.access-quantity {
        margin-top: 6px;
        margin-bottom: 0px;
    }

    .category-desc p,
    .category-desc li {
        font-size: 14px;
    }

    .shoping-cart-content {
        padding-right: 12px;
    }

    .open_sub_tab {
        display: none;
    }

    span.title-menu-footer {
        display: block;
    }

    .footerMenuOpen img {
        right: -7px;
    }

    span.text-copyright {
        text-align: center;
    }

    .faq_title_t {
        margin-top: 33px;
    }

    .wrapper-cart-checkout .checkout-submit-title-summ,
    .wrapper-cart-checkout .text-nologged {
        display: none;
    }

    .wrapper-cart-checkout .checkout-submit-title {
        background: transparent;
        margin: 30px 0;
    }

    .wrapper-cart-checkout .totals_order {
        padding: 0;
    }

    .wrapper-cart-checkout .inside_order,
    .Check_total_sum .inside_order {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .wrapper-cart-checkout .inside_order .text_order,
    .Check_total_sum .inside_order .text_order {
        font-weight: 700;
        font-size: 16px;
        line-height: 75%;
        color: #2e3230;
    }

    .wrapper-cart-checkout .inside_order .value_order,
    .Check_total_sum .inside_order .value_order {
        font-weight: 600;
        font-size: 26px;
        line-height: 120%;
        letter-spacing: -0.02em;
        color: #2e3230;
    }

    #menu .dropdown-inner a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #menu div.dropdown-menu {
        min-height: 100vh;
        height: auto !important;
        padding-bottom: 70px;
    }



    li.dropdown.open .dropdown-menu.dropdown_menu_head {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }


}

@media (max-width: 360px) {
    .special-text {
        font-size: 25px;
    }

    .item-pricespec-wrapper {
        width: 151px;
    }

    #menu .navbar-nav .pod-menu a {
        padding: 15px 0px !important;
    }

    .parent-menu-block.menu-scroll .navbar-nav a {
        padding: 11px 0px !important;
    }

    .account-block a {
        height: 47px;
    }

    .account-block {
        margin: 18px 15px 15px;
    }

    .telephone-head-block.mob-in-menu-block a {
        font-size: 18px;
    }

    .social-block-footer a {
        height: 40px;
    }

    .shoping-cart-products-item-quantity {
        flex-basis: 66px;
    }

    .shoping-cart-products-item {
        gap: 12px;
    }

    .shoping-cart-products-item-quantity i {
        width: 23px;
        height: 23px;
    }

    input.quantity-block {
        width: 40%;
    }

    .shoping-cart-products-item-price {
        font-size: 15px;
    }

    .free-delivery-box {
        margin-top: 15px;
    }

    .soc-flex-block-btns {
        flex-direction: column;
    }

    .soc-flex-block-btns button {
        width: 100%;
    }

    .checkout-cart-product-item-image img {
        width: 50px;
        height: 50px;
        object-fit: cover;
    }

    .checkout-cart-product-item-price {
        font-size: 15px;
    }

    .checkout-cart-product-item-image {
        min-width: unset;
        margin-right: 0;
    }

    .shoping-cart-products-item-quantity i {
        width: 19px !important;
        height: 19px !important;
        min-width: 19px;
    }
}


.product_related_link {
    display: flex;
    flex-flow: wrap;
    padding: 0px 0 0;
    margin: 0px -10px;
    position: relative;
}

.product_related_link {
    /* border-bottom: 1px solid #DEDEE5; */
    /* margin-bottom: 20px; */
    margin-left: -5px;
    margin-right: -5px;
}

.product_related_link a,
span.active-link-related {
    flex-basis: calc(50% - 10px);
    margin: 5px;
    text-align: center;
    border: 1.5px solid rgba(89, 92, 125, 0.2);
    border-radius: 10px;
    padding: 10px 10px;
    font-weight: 500;
    font-size: 10px;
    line-height: 1;
    text-transform: uppercase;
    color: #595C7D;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: left;
    text-align: left;
}

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

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

.ro_inner-content {
    display: flex;
    flex-direction: column;
    align-items: baseline;
}

.inside-link-active {
    transition: all 0.3s ease-in-out;
}

span.inside-link-active {
    color: #595C7D;
    font-size: 13px;
    text-transform: none;
    line-height: 1.2;
    margin-bottom: 4px;
}

span.ro_inner-price {
    display: flex;
    align-items: flex-end;
    font-weight: 600;
    color: #ff4921;
    line-height: 1;
    font-size: 19px;
}

span.ro_inner-currency {
    font-size: 15px;
    color: #ff4921;
    font-weight: 400;
    text-transform: none;
    margin-left: 5px;
}

.product_related_link .hidden-related-block {
    max-height: 0px;
    overflow: hidden;
    border: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 0px;
    transition: all 0.3s ease-in-out;
}

.product_related_link.show-hidden .hidden-related-block {
    max-height: 100px;
    border: 1.5px solid rgba(89, 92, 125, 0.2);
    margin: 5px;
    transition: all 0.3s ease-in;
    padding: 10px 10px;
}

button.btn-show-more {
    flex-basis: 100%;
    margin: 5px;
    text-align: center;
    border: 1px solid rgba(89, 92, 125, 0.2);
    border-radius: 59px;
    padding: 10px 10px;
    font-weight: 500;
    font-size: 10px;
    line-height: 1;
    background: transparent;
}

.btn-show-more span {
    font-weight: 600;
    font-size: 13px;
    color: #ff4921;
}



@media (max-width: 1200px) {

    .product_related_link a,
    span.active-link-related {
        padding: 5px;
    }

    .related_option_inner>img {
        margin-right: 5px;
        max-width: 45px;
    }

    span.inside-link-active.product-link-option {
        font-size: 12px;
    }

    span.ro_inner-price {
        font-size: 16px;
    }

    span.ro_inner-currency {
        font-size: 14px;
    }

}