@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: #fff !important;
    padding-right: 0 !important;
    padding-top: 165px;
}

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

.container {
    width: 100%;
    max-width: 1430px;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    isolation: isolate;
    background-image: url(/image/new-design/header/bg-header-mob.jpg);
    background-size: cover;
}

body:has(#common-home) header {
    background-image: unset;
}


header:before {
    content: '';
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-image: url(/image/new-design/header/bg-header-mob.jpg);
    background-size: cover;
    transition: 0.4s;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}


header.sticky:before {
    opacity: 1;
    visibility: visible;
}

.flex-block-tel-add {
    flex-basis: 70%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.flex-new-head-row {
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: space-between;
    align-items: center;
    padding-top: 21px;
    transition: 0.3s;
}

.block-telegram {
    background: rgb(255 255 255 / 20%);
    border-radius: 44px;
    padding: 12px 25px;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #fff;
    margin-right: 37px;
}

.block-telegram a {
    color: #fff;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.container-carousel {
    /* background-image: url(/image/new-design/home/Background-top.png); */
    background-size: cover;
    height: 95vh;
    padding-top: 0;
}

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

span.icon-tel-add {
    width: 47px;
    height: 47px;
    display: flex;
    text-align: center;
    justify-content: center;
    border-radius: 100%;
    margin-right: 10px;
}

span.icon-tel-add img {
    width: 100%;
    height: 100%;
}

span.tel-link {
    position: relative;
}

span.tel-link a {
    display: block;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    white-space: nowrap;
    line-height: 25px;
    margin-bottom: 6px;
}

span.tel-hidden {
    display: none;
    position: absolute;
    top: 24px;
    left: 0;
    z-index: 9;
    background: linear-gradient(179deg, #4594E2 0.59%, #9993e5 100.59%);
    border-radius: 10px;
    padding: 10px;
    width: 175px;
}

span.left-down-arrow {
    position: relative;
    right: -8px;
    top: 1px;
}

span.left-down-arrow i {
    font-size: 25px;
    color: #fff;
}

.block-tel:hover .tel-hidden {
    display: block;
    max-height: 140px;
    overflow: visible;
}

span.tel-link a.telegram_hidden_ahref {
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-weight: 400;
    margin-bottom: 6px;
}

span.tel-link a.telegram_hidden_ahref img {
    width: 29px;
}

span.tel-link a.telegram_hidden_ahref span {
    width: 100%;
    text-align: center;
}

.column-header-logo {
    flex-basis: 52%;
    display: flex;
    align-items: center;
}

div#search {
    width: 100%;
    max-width: 470px;
}

#search input.form-control {
    background: rgb(255 255 255 / 20%);
    border-radius: 44px;
    border: none;
    height: 47px;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    color: #FFFFFF;
    padding: 0px 24px;
    width: 100%;
}

#search input.form-control::placeholder {
    font-size: 18px;
    line-height: 25px;
    color: #FFFFFF;
}

.column-search-logo {
    flex-basis: 48%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.item-search-block {
    width: 100%;
}

.btn-search-row {
    position: absolute;
    top: 16px;
    right: 20px;
}

.tel-link>a {
    margin-bottom: 0 !important;
}

.comp_wish_block {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-right: 15px;
}

.comp-icon-wrap {
    position: relative;
    display: flex;
}

.compare-counter {
    position: absolute;
    right: -8px;
    top: -5px;
    background: #F0133B;
    width: 16px;
    height: 16px;
    font-size: 10px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    border-radius: 100%;
    pointer-events: none;
}

.comp_wish_block a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 16px;
    height: 16px;
}

.comp_wish_block a img {
    filter: brightness(11);
    width: 20px;
    height: 20px;
}

.login-link img {
    width: 18px;
    height: 18px;
}


.sum-prod {
    display: none;
}

.btn-show-cart {
    padding: 0;
    border: unset;
    background: transparent;
    position: relative;
}

.btn-show-cart img {
    width: 20px;
}

#cart-total {
    position: absolute;
    right: -5px;
    top: -2px;
    background: #F0133B;
    width: 16px;
    height: 16px;
    font-size: 10px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    border-radius: 100%;

}

.login-block {
    display: flex;
    align-items: center;
    margin-right: 12px;
}

.header_burger {
    width: 30px;
    height: 20px;
    position: relative;
    border-top: 1px solid #fff;
    margin-left: 25px;
}

.header_burger:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    translate: 0 -50%;
    width: 100%;
    border-top: 1px solid #fff;
}

.header_burger:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #fff;
}

.header_burger_wrapper {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: -10px;
}

.header_burger_menu {
    position: absolute;
    left: auto;
    top: 25px;
    right: 0;
    background: #FFFFFF;
    border-radius: 5px !important;
    padding: 10px !important;
    min-width: 160px;
    font-size: 14px;
    text-align: left;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
    z-index: 100;
}

.header_burger_menu_link {
    color: #333333;
    display: block;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    padding: 5px 0px;
    transition: 0.3s;
    border-bottom: 1px solid #EAEAEA !important;
    white-space: nowrap;
}

.header_burger_menu_link:hover {
    text-decoration: none;
    background-color: #f5f5f5;
    color: #333333;
}

.header_burger_wrapper:hover .header_burger_menu {
    opacity: 1;
    visibility: visible;
}

.header_burger_menu_link_scroll {
    display: none;
}

header.sticky .header_burger_menu_link_scroll {
    display: block;
}

header.sticky .header_burger_menu_link_top {
    display: none;
}

.header_menu_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #fff;
    /* border-bottom: 1px solid #fff; */
    margin-top: 25px;
    /* overflow: hidden; */
    transition: 0.3s;
    max-height: 57px;
}

header.sticky .header_menu_bottom {
    max-height: 0;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    margin-top: 12px;
    opacity: 0;
}

header.sticky .flex-new-head-row {
    padding-top: 12px;
}

.header_menu_bottom_l a {
    color: #fff !important;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    padding: 13px 15px;
    background: transparent !important;
}

.navbar-collapse-menu {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#form-language ul {
    display: flex;
    align-items: center;
    padding: 0px;
    margin-top: 16px;
    list-style: none;
    margin-right: 10px;
}

#form-language ul li a {
    opacity: 0.5;
    font-weight: 500;
    font-size: 18px;
    padding: 0;
    margin: 0px 15px !important;
    color: #fff;
}

#form-language ul li a.current-lang {
    opacity: 1;
}

#form-language ul li:first-child {
    position: relative;
}

#form-language ul li:first-child:after {
    content: "";
    margin-left: 15px;
    width: 2px;
    height: 25px;
    background: #fff;
    display: inline-block;
    position: absolute;
    right: -15px;
    top: 0px;
}

.header_menu_bottom .navbar {
    margin-bottom: 0 !important;
}

.overlay-cart {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-out;
    z-index: 998;
}

#cart.open .overlay-cart {
    opacity: 1;
    visibility: visible;
}

.shoping-cart {
    position: fixed;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    padding: 10px 30px 20px;
    border-radius: 12px;
    box-shadow: 0 10px 75px rgba(0, 0, 0, .5);
    background-color: #fff;
    max-width: 900px !important;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-out;
    -webkit-transform: translateY(-17px) perspective(700px) rotateX(7deg);
    -ms-transform: translateY(-17px) perspective(700px) rotateX(7deg);
    transform: translateY(-17px) perspective(700px) rotateX(7deg);
}

#cart.open .shoping-cart {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0) perspective(700px) rotateX(0);
    -ms-transform: translateY(0) perspective(700px) rotateX(0);
    transform: translateY(0) perspective(700px) rotateX(0);
}

.cart_hover {
    position: absolute;
    top: 10%;
    z-index: 1000;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    display: none;
}

.close_cart {
    position: absolute;
    top: 15px;
    right: 15px;
    height: 20px;
    width: 20px;
    opacity: 0.8;
    background: transparent;
    border: unset;
    padding: 0;
}

.close_cart img {
    width: 100%;
    height: 100%;
}





.home_slider_wrapper .slick-arrow {
    position: absolute;
    top: 44%;
    /* translate: 0 -50%; */
    z-index: 5;
    width: 74px;
    height: 135px;
    border: 1px solid transparent;
    background: transparent;
    color: transparent;
    font-size: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.4s;
    overflow: hidden;
}

.home_slider_wrapper .slick-arrow:hover {
    border: 1px solid white;
}

.home_slider_wrapper .slick-arrow:before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    background: rgba(255, 255, 255, 0.2);
}

.home_slider_wrapper .slick-arrow:after {
    content: '';
    position: relative;
    width: 13px;
    height: 25px;
    background-image: url(/image/catalog/banners/arrow-slider.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.home_slider_wrapper .slick-prev {
    left: 0;
    rotate: 180deg;
    border-radius: 5px 0 0 5px;
}

.home_slider_wrapper .slick-next {
    border-radius: 5px 0 0 5px;
    right: 0;
}

.slider-homes>div,
.slider-homes .container-carousel,
.slider-homes .home_slider_wrapper,
.home_slider_wrapper .slick-list,
.home_slider_wrapper .slick-track {
    height: 100%;
}

.slider-homes {
    padding-top: 150px;
}

.home_slider_item {
    position: relative;
    isolation: isolate;
    display: flex !important;
}

.home_slider_item .item_slide {
    padding-top: 50px;
}

.home_slider_item img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: left;
    position: absolute;
    z-index: -1;
    /* mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1) 10%, rgba(0, 0, 0, 1) 100%, rgba(255, 255, 255, 0));
    -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1) 10%, rgba(0, 0, 0, 1) 100%, rgba(255, 255, 255, 0)); */
}

.home_slider_item_img_mob {
    display: none !important;
}


.home_slider_item_title {
    font-weight: 500;
    font-size: 43px;
    line-height: 123%;
    text-transform: uppercase;
    color: #fff;
    max-width: 910px;
    margin-bottom: 39px;
}

.home_slider_item_subtitle {
    font-weight: 500;
    font-size: 33px;
    line-height: 120%;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 40px;
}


.home_slider_item_btn {
    border-radius: 45px;
    width: 276px;
    height: 67px;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;

    font-weight: 400;
    font-size: 24px;
    line-height: 104%;
    text-align: center;
    color: #3b579a;
    border: 2px solid white;
    transition: 0.5s;
}

.home_slider_item_btn:hover {
    color: white;
    background: transparent;
    border: 2px solid white;
    text-decoration: none;
}

.home_slider_item_1 .home_slider_item_title.home_slider_item img {
    max-width: 700px;
}

.home_slider_item_3 .home_slider_item_title {
    max-width: 820px;
}

.quantity-comp-wish-btn label {
    width: 0;
    height: 0;
    opacity: 0;
}

.home_slider_wrapper {
    height: 100%;
}

#logo {
    margin-right: 60px;
}


.row-category-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -7px;
}

.column-category {
    flex-basis: calc(33.33% - 14px);
    margin: 7px;
}

.item-category {
    background: #F6F7F9;
    border-radius: 20px;
    position: relative;
    padding: 38px;
    overflow: hidden;
    margin-bottom: 14px;
}

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

span.title-category-block {
    display: block;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 22px;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #312F44;
}

.list-category-block ul li a {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #595C7D;
    text-decoration: none;
    margin: 4px 0px;
    display: block;
    transition: 0.3s;
}

.list-category-block ul li a:hover {
    color: #242bff;
}

.bottom-image {
    margin: 64px 0px -38px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.list-category-block ul {
    list-style: none;
    padding: 0px;
}

/* .list-category-block ul li:before {
    content: "";
    background: linear-gradient(180deg, #4594E2 0%, #786FE7 100%), #D9D9D9;
    min-width: 4px;
    min-height: 4px;
    display: block;
    border-radius: 100%;
    width: 4px;
    height: 4px;
    margin-right: 14px;
} */

.bottom-image.bottom-image-1 img {
    width: 100%;
}

.list-category-block ul li {
    display: flex;
    align-items: center;
}

.btn-category-block {
    margin-top: 20px;
}

a.in-category {
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    padding: 15px 30px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    background: linear-gradient(90deg, #cc21d1 0%, #2d36f3 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    flex: 1;
}

.grid_block_wrapper a.in-category {
    background-clip: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    color: #fff;
    height: 45px;
    max-height: 45px;
    min-height: 45px;
    border-radius: 15px;
    transition: 0.3s;
}

.grid_block_wrapper a.in-category:hover {
    filter: hue-rotate(-25deg);
}

a.in-category.category-top-link:before {
    content: '';
    background: unset;
    background-image: url(/image/perelink-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    opacity: 1;
    width: 100%;
    display: block;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: -1;
    transition: 0.3s;
}

a.in-category:hover:before {
    filter: brightness(0.95);
}

.description-accordion a.in-category span {
    color: #FFFFFF !important;
}


a.in-category:hover {
    text-decoration: none;
}

a.in-category:hover::before {
    opacity: 1;
    -webkit-animation: gradient 3s ease infinite;
    -moz-animation: gradient 3s ease infinite;
    animation: gradient 3s ease infinite;
}

.item-category.min-height-category {
    min-height: unset;
}

.right-image {
    position: absolute;
    right: 0;
    bottom: 0;
}

.bottom-image {
    margin: 0 0 -120px;
    position: relative;
    bottom: 80px;
    left: 0;
    right: 0;
}

.category-title {
    font-weight: 500;
    font-size: 36px;
    line-height: 49px;
    text-transform: uppercase;
    color: #595C7D;
}

.column-category-2 .item-category {
    flex-basis: 100%;
}

.column-category-2 {
    display: flex;
    flex-direction: column;
}

.grid_block {
    position: relative;
    isolation: isolate;
    padding: 54px 0;
    margin-bottom: 50px;
    margin-top: 40px;
}

.grid_block_bg {
    position: absolute;
    inset: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.grid_block_wrapper {
    display: flex;
    gap: 15px;
}

.grid_block_left {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 20px;
    padding: 45px 0 0 0;
    background: white;
    max-width: 500px;
    width: 100%;
    height: 500px;
    overflow: hidden;
    justify-content: space-between;
}

.grid_block_left_title {
    font-weight: 500;
    font-size: 32px;
    line-height: 106%;
    text-transform: uppercase;
    color: #595c7d;
    margin-bottom: 17px;
    text-align: center;
}

.grid_block_left a {
    margin-bottom: 42px;
    min-height: 52px;
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    isolation: isolate;
}

.grid_block_left img {
    width: 100%;
}

.grid_blocks_right {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}



.grid_blocks_right_top {
    display: flex;
    gap: 15px;
}

.grid_blocks_right_top_item {
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
    height: 194px;
    border-radius: 20px;
    flex: 1;
}

.grid_blocks_right .grid_blocks_right_top_item,
.grid_blocks_right .grid_blocks_right_bottom_item {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(3px);
    border-top: 1px solid rgba(255, 255, 255, 0.7);
    border-left: 1px solid #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    border-right: 1px solid rgba(255, 255, 255, 0.4);
    box-shadow: inset 0 10px 25px -21px rgba(0, 0, 0, 0.2);
}

.grid_blocks_right .grid_blocks_right_top_item img {
    filter: invert(1) brightness(11);
}

.grid_blocks_right_bottom {
    display: flex;
    gap: 15px;
}

.grid_blocks_right_bottom_item {
    background: white;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 42px;
    flex: 1;
    color: #fff !important;
}

.grid_blocks_right_top_item img {
    transition: 0.3s;
}

.grid_blocks_right_top_item:hover img {
    scale: 1.1;
}

.grid_blocks_right_bottom_item_title {
    font-weight: 500;
    font-size: 19px;
    line-height: 114%;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    margin-bottom: 12px;
    transition: 0.3s;
}

.grid_blocks_right_bottom_item img {
    transition: 0.8s;
    height: 217px;
}

.grid_blocks_right_bottom_item:hover img {
    scale: 1.05;
}

p.h2 {
    color: #595C7D;
    font-weight: 500;
    font-size: 60px;
    line-height: 1.2;
    text-transform: uppercase;
    text-align: left !important;
    margin-bottom: 35px;
    margin-top: 0px;
}

#common-home .product-layout.product-grid {
    width: 25%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

#common-home .product-layout.product-grid .product-thumb {
    margin-bottom: 10px;
    border: 1.5px solid #DEDEE5;
    border-radius: 20px;
    transition: 0.4s;
}

.row.latest_wrapper_prod {
    display: flex;
}

.catalog-stickers {
    position: absolute;
    top: 20px;
    z-index: 1;
}

.catalog-sticker {
    padding: 5px;
    border-radius: 0 10px 10px 0;
    background: red;
    color: white;
}

#common-home.product-thumb .image {
    padding: 15px;
    border-radius: 20px;
    margin-bottom: 25px;
    transition: all 0.3s ease-in-out;
    text-align: center;
    position: relative;
}

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

.product-thumb .image img {
    margin-left: auto;
    margin-right: auto;
    transition: 0.5s;
    margin-bottom: 15px;
}

.product_page_i_bottom {
    padding: 0 15px;
}

div>.rating {
    position: relative;
    right: 0;
    display: flex;
    flex-direction: row-reverse;
    margin-left: 0;
    justify-content: left;
    margin-bottom: 15px;
    padding: 0;
    padding-left: 15px;
}

.product_page_i_bottom .rating {
    padding: 0;
}

.rating i {
    color: #ccc;
    font-size: 20px;
    margin-right: 5px;
}

.product-thumb .caption {
    text-align: left;
    color: #595C7D;
    min-height: 53px;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    font-size: 14px;
}

.product-thumb .caption a {
    color: #312f44;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
    text-transform: uppercase;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box !important;
    max-height: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.price-btns.flex-option {
    align-items: center;
    justify-content: space-between;
    display: flex;
    margin-bottom: 15px;
    height: 56px;
}

.product-thumb span.just_price,
.price-new.price-oldd {
    padding-left: 0px !important;
    text-fill-color: transparent !important;
    font-size: 32px;
    font-weight: 600;
    line-height: 100%;
    background: linear-gradient(90deg, #5890ff 0%, #242bff 100%) !important;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

.price_old_top {
    display: flex;
    align-items: center;
    gap: 3px;
}

.price_old_top .price-oldd {
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    text-decoration: line-through;
    text-align: center;
    color: #595C7D;
}

.price_old_perc,
.cart_recomend_product_discount {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #242bff !important;
    border-radius: 4px;
    padding: 0 4px;
    height: 23px;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    color: #fff;

    -webkit-background-clip: initial !important;
    -webkit-text-fill-color: initial !important;
    background-clip: initial !important;
}

.cart_recomend_product_discount {
    height: 20px;
    font-size: 12px;
}

.cart_recomend_product_prices {
    display: flex;
    align-items: center;
    gap: 6px;
}


span.text-currency,
.price-new.price-oldd>span {
    color: #595C7D;
    font-weight: 300;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: #595C7D;
    font-size: 20px;

}

.price-new.price-oldd+.price-oldd {
    color: #999;
    text-decoration: line-through;
    font-size: 18px;
    white-space: nowrap;
}

.price-oldd {
    background: none !important;
    -webkit-background-clip: initial !important;
    -webkit-text-fill-color: initial !important;
    background-clip: initial !important;
}

.btn-group.btn-group-sm-flex {
    width: 100%;
}

.product-thumb button.btn.btn-primary {
    width: 50px;
    height: 50px;
    font-size: 16px;
    background-image: url(/image/new-design/home/category/but-gradient.png);
    border-radius: 50% !important;
    background-size: cover;
    width: 50px;
    height: 50px;
    font-weight: 500;
    line-height: 25px;
    color: #FFFFFF;
    padding: 0;
    border: unset;
}

.product-thumb button.btn.btn-primary:before,
.btn-custom-cart:before,
.article-product-button:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0;
    bottom: 0;
    transition: all 0.4s ease-in-out;
    background-size: cover;
    border-radius: 30px;
    pointer-events: none;
    background-image: url(/image/new-design/home/category/but-gradient.png);
}


.title-menu-footer img {
    display: none;
}


.rev_cat_wrapper {
    padding: 80px 0;
    position: relative;
    isolation: isolate;
    margin-top: 70px;
}

.rev_cat_wrapper_bg {
    position: absolute;
    inset: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.rev_cat_wrapper_title {
    margin-top: 0;
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 34px;
    line-height: 82%;
    text-transform: uppercase;
    color: #fff;
}

.tab_content_item {
    padding: 30px;
    background: white;
    border-radius: 20px;
    overflow: hidden;
}

.tab_content_item_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 9px;
}


.tab_content_item_head span {
    font-weight: 500;
    font-size: 18px;
    line-height: 113%;
    color: #595c7d;
}

.tab_content_date {
    font-weight: 400;
    font-size: 13px;
    line-height: 154%;
    color: #9c9c9c;
}

.tab_content_review {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #595c7d;
    margin-top: 25px;
    margin-bottom: 25px;
    height: 103px;
}

.tab_content_producr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 20px;
}

.tab_content_producr_img {
    width: 84px;
    min-width: 84px;
    height: 84px;
    border: 1px solid #dedee5;
    border-radius: 5px;
    display: block;
    padding: 10px;
}

.tab_content_producr_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tab_content_producr a:last-child {
    font-weight: 500;
    font-size: 15px;
    line-height: 147%;
    color: #595c7d;
}

.rev_tabs {
    display: flex;
    gap: 25px;
    align-items: center;
    margin-bottom: 30px;
}



.tab-button {
    cursor: pointer;
    font-size: 16px;
    color: #333;
    transition: 0.3s;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    height: 35px;
    padding: 0 15px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(6px);
}

.tab-button.active {
    background: #fff;
    color: #1805FD;
}

.tab-button:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 14px;
    width: 71%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
    height: 1px;
}

.tab-button:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 10px;
    width: 71%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.2) 100%);
    height: 1px;
}

.tab_round_after {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 50%;
    display: block;
    width: 35px;
    height: 35px;
    z-index: 1;
    /* border-top: 1px solid #fff; */
    border-bottom: 1px solid #fff;
    rotate: -69deg;
    transition: 0.4s;
}

.tab_round_before {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    display: block;
    width: 35px;
    height: 35px;
    z-index: 1;
    border-top: 1px solid #fff;
    rotate: -50deg;
    transition: 0.4s;
}

.tab_content {
    display: none;
}

.tab_content.active {
    display: grid;
}

.tab_content {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.btn-category-block .mp-2ndblock-linkname {
    position: relative;
    border-radius: 15px;
    padding: 0 25px;
    height: 45px;
    display: inline-flex;
    justify-content: center;
    align-items: center;

    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -0.02em;
    text-align: center;
    color: #242bff;
    position: relative;
    z-index: 10;
    isolation: isolate;
    overflow: hidden;

}

.btn-category-block .mp-2ndblock-linkname span {
    text-align: center;
    background: linear-gradient(90deg, #5890ff 0%, #242bff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.btn-category-block .mp-2ndblock-linkname:hover {
    text-decoration: unset;
}

.btn-category-block .mp-2ndblock-linkname:before {
    content: '';
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    background: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(6px);
    border: 1px solid #fff;
    border-radius: 15px;
    box-shadow: inset 0 10px 25px -21px rgba(0, 0, 0, 0.2);
}

.btn-category-block .mp-2ndblock-linkname:after {
    content: '';
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(19px);
    border: 1px solid #fff;
    border-radius: 15px;
    box-shadow: inset 0 10px 25px -21px rgba(0, 0, 0, 0.2);
    opacity: 0;
    transition: 0.3s;
}

.btn-category-block .mp-2ndblock-linkname:hover:after {
    opacity: 1;
}

.h2.qwe {
    font-weight: 600;
    font-size: 34px;
    line-height: 100%;
    text-transform: uppercase;
    color: #312F44;
    margin-bottom: 25px;
    margin-top: 0;
}

.special_home {
    margin-top: 50px;
}

.latest_blog {
    margin: 70px 0;
}

.news-blog-container {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -25px;
}

a.podrob-link {
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -0.02em;
    text-align: center;
    background: linear-gradient(90deg, #5890ff 0%, #242bff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


img.arrow-right {
    margin-left: 10px;
    transition: 0.3s;
}

a.podrob-link:hover .arrow-right {
    transform: translate(10px);
    transition: 0.3s;
}

.bsmp-slide {
    margin: 0 0 30px;
    border-radius: 8px;
    margin: 0px 25px;
    flex-basis: calc(25% - 50px);
}

.bsmps-image {
    height: 0;
    overflow: hidden;
    padding: 60% 0 0 0;
    position: relative;
    border-radius: 20px;
    min-height: 230px;
}

.bsmps-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.bsmps-content h4,
.bsmps-content h3 {
    margin: 0 0 15px;
    min-height: 48px;
}

.bsmps-content h4 a,
.bsmps-content h3 a {
    text-decoration: none;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2;
    font-family: 'Gilroy';
    color: #312F44;
    margin-top: 15px;
    display: block;
}

.bsmps-content-text {
    font-size: 14px;
    color: #312f44;
    line-height: 18px;
    font-weight: 300;
    margin: 0 0 15px;
    /* min-height: 90px; */
    display: -webkit-box;
    display: box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

span.date {
    color: #595C7D;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    margin-top: 25px;
}

.bsmps-date {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.geo_section {
    padding: 70px 0;
    background-image: url(/image/new-design/home/geo-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.geo_tab_button {
    font-weight: 500;
    font-size: 22px;
    line-height: 216%;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.65);
    cursor: pointer;
    position: relative;
}

.geo_tab_button.active {
    color: #fff;
}

.geo_tab_button.active:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -6px;
    width: 100%;
    border-top: 2px solid #fff;
}

.geo_rev_tabs {
    display: flex;
    align-items: center;
    gap: 50px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.65);
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 5px;
}

.geo_tab_content {
    display: none;
    grid-template-columns: repeat(6, 1fr);
    gap: 15px;
}

.cart_page_img {
    width: 67px;
    height: 67px;
    border: unset;
}

.cart_page_name_pr {
    background: linear-gradient(90deg, #242bff 0%, #5890ff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.quantity-group {
    display: flex;
    align-items: center;
    text-align: center;
    max-width: 110px;
    border: 1px solid #DEDEE5;
    border-radius: 40px;
    overflow: hidden;
    margin-right: 10px;
}

.quantity-group button {
    color: #595C7D;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    border: none;
    padding: 0px !important;
    min-width: 30px !important;
    width: 30px !important;
    height: 30px !important;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}

.quantity-group input.form-control {
    border: none;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #595C7D;
}

.text-price-table {
    color: #595C7D;
    font-weight: 500 !important;
    font-size: 22px !important;
    line-height: 1 !important;
}

.remove-product {
    margin-left: 20px;
    position: relative;
    top: -10px;
}

button:has(.remove-product) {
    padding: 0;
}

.cart_page_btn_block {
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
    max-width: 100% !important;
    width: 100%;
}

.card_page_sum_b {
    display: flex;
    justify-content: center;
}

.card_page_sum_b .total-text-cart {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
}

.card_page_sum_b .sum-total-cart {
    background: linear-gradient(90deg, #242bff 0%, #5890ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-weight: 500;
    font-size: 25px;
    line-height: 1.2;
    margin-left: 15px;
}

.buttons-checkout-cart {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    margin-top: 30px;
}

.btn-continue-link {
    background: linear-gradient(90deg, #242bff 0%, #5890ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-size: 16px;
}

.btn-link-checkout {
    border-radius: 50px;
    padding: 10px 30px;
    border: unset;
    color: #fff !important;
    background: linear-gradient(90deg, #242bff 0%, #5890ff 100%);
}

span.remove-product:before {
    content: "";
    display: block;
    width: 20px;
    background: #595C7D;
    border-radius: 31px;
    transform: matrix(-0.71, -0.71, -0.71, 0.71, 0, 0);
    height: 1px;
}

span.remove-product:after {
    content: "";
    display: block;
    width: 20px;
    background: #595C7D;
    border-radius: 31px;
    height: 1px;
    transform: rotate(-45deg);
    position: relative;
    top: -1px;
}

.quantity-group .minus {
    border-right: 1px solid #DEDEE5;
}

.geo_tab_content.active {
    display: grid;
}

.geo_tab_content_item {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 50px;
    height: 47px;
    padding: 0 15px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(7px);
    position: relative;
    text-align: center;
}

.geo_tab_content_item:focus {
    outline: unset !important;
    outline-offset: 0px !important;
    border: unset !important;
}

.geo_tab_content_item:hover {
    color: #fff;
    text-decoration: none;
}

.geo_tab_content_item:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 20px;
    width: 71%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
    height: 1px;
}

.geo_tab_content_item:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 15px;
    width: 71%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.2) 100%);
    height: 1px;
}

.geo_tab_content_item_before {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    display: block;
    width: 47px;
    height: 47px;
    z-index: 1;
    border-top: 1px solid #fff;
    rotate: -63deg;
    transition: 0.4s;
}

.geo_tab_content_item_after {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 50%;
    display: block;
    width: 47px;
    height: 47px;
    z-index: 1;
    /* border-top: 1px solid #fff; */
    border-bottom: 1px solid #fff;
    rotate: -69deg;
    transition: 0.4s;
}

h1.h2.text-center.content-title {
    margin-top: 55px;
    font-size: 44px;
    line-height: 1.3;
    margin-bottom: 20px;
    color: #312F44;
    text-align: left;
}

.about-text-row p {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #595C7D;
    margin-bottom: 25px;
}

.row-text-image-block {
    display: flex;
    /* flex-wrap: wrap; */
    gap: 40px;
    justify-content: space-between;
}

.row-text-image-block-top {
    margin-bottom: 40px;
}

.image-seo-text {
    flex-basis: calc(50% - 10px);
}

.row.catalog-descr img {
    position: relative;
    display: block;
    width: auto;
    height: auto;
    left: 0;
}

.new-callback-form {
    margin: 70px 0 70px;
    display: flex;
    align-items: center;
    padding: 50px 40px;
    background: #F5F7F9;
    border-radius: 20px;
    text-align: center;
    justify-content: center;
}

.ncf-title {
    margin: 0 0 20px;
    color: #595C7D;
    font-weight: 500;
    font-size: 36px;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.ncf-text {
    color: #595C7D;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    max-width: 700px;
    margin: 0px auto 30px;
}

.ncf-phones {
    margin: 0 0 0 30px;
    display: flex;
    flex-flow: column;
    padding: 0 30px 0 0;
}

.ncf-phones a {
    white-space: nowrap;
    color: #fff;
    text-decoration: none;
    font-weight: 900;
    font-size: 24px;
    line-height: 35px;
}

.ncf-form form {
    display: flex;
    flex-wrap: wrap;
    max-width: 700px;
    margin: auto;
}

.input-form-block {
    flex-basis: 50%;
}

.btn-form-wrapper {
    flex-basis: 100%;
    text-align: center;
    margin-top: 45px;
}

.ncf-form input {
    background-color: transparent;
    border: none;
    border-bottom: 1.5px solid #595C7D;
    outline: 0;
    box-shadow: none;
    padding: 10px 15px;
    border-radius: 0;
    margin: 0 10px 0 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 36px;
    color: #595C7D;
    width: calc(100% - 80px);
}

.ncf-form input[type="submit"] {
    width: auto;
    background: linear-gradient(90deg, rgba(204, 33, 209, 0.9) 0%, rgba(45, 54, 243, 0.9) 100%);
    border-radius: 53px;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    text-transform: none;
    padding: 13px 35px;
    border: none;
    box-shadow: none;
    position: relative;
    transition: 0.3s;
}

.ncf-form input[type="submit"]:hover {
    filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.3));
}

.about-text-box ul {
    list-style: none !important;
    padding: 0;
    padding-left: 15px;
}

.about-text-box h2 {
    margin-bottom: 20px;
}

.about-text-box ul li {
    font-size: 16px;
    line-height: 1.2;
    padding: 0 0 10px 0;
    color: #595C7D;
    margin: 10px 0px;
    font-weight: 400;
}

.about-text-box ul li:before {
    content: "";
    width: 4px;
    height: 4px;
    background: linear-gradient(180deg, #4594E2 0%, #786FE7 100%), #D9D9D9;
    display: inline-block;
    border-radius: 100%;
    margin-left: -9px;
    margin-right: 15px;
    position: relative;
    top: -2px;
}

.faq .faq {
    background: #f0f0fd;
    border-radius: 30px;
    padding: 18px 25px;
    margin-bottom: 20px;
}

.faq .card-body {
    background: transparent;
    border: none;
    box-shadow: none;
    margin: 0px;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 20px;
}

.faq-link {
    border: none;
    background: transparent;
    box-shadow: none;
    margin-top: 0px !important;
    color: #595C7D;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.about-text-box .faq-link {
    color: #000;
    text-decoration: unset !important;
}

.faq-link:hover {
    text-decoration: none !important;
    color: #595C7D;
}

footer {
    background-color: transparent !important;
    border-top: none !important;
    color: #777777;
    padding: 70px 0px 0px !important;
    background-image: url(/image/new-design/home/footer/reviews-bg.jpg);
    margin-top: 100px;
    background-size: cover;
    background-position: center;
}

body:has(.product-product) footer {
    margin-top: 48px;
}

footer .h5.text-muted {
    color: #fff !important;
    font-size: 18px !important;
    margin-bottom: 20px;
    font-weight: 600;
    line-height: 25px;
}

.logotype-footer {
    margin-bottom: 15px;
}

footer ul {
    margin-bottom: 15px;
}

footer a {
    color: #fff !important;
    font-size: 14px;
    margin-bottom: 8px;
    display: inline-block;
    margin-top: 8px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
}

footer a:focus {
    outline: unset;
    border: unset;
}

footer .h5.text-muted.statti_footer_link {
    margin: 35px 0px 0px 0px;
    padding-bottom: 8px;
}

.item-contact-footer.contact-footer-center {
    align-items: center;
    display: flex;
    margin-bottom: 25px;
}

.item-contact-footer {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}


.item-contact-footer span {
    color: #fff;
    font-size: 16px;
    line-height: 1.4;
}

.bottom-top-footer {
    border-top: 2px solid #fff;
    padding-top: 10px;
    padding-bottom: 25px;
    padding-left: 12px;
}

.work-on {
    margin-top: 20px;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
}

.bottom-new-custom .col-sm-5 .work-on a {
    margin: 0;
}

.footer_icon_wrapper {
    position: relative;
    width: 47px;
    height: 47px;
    margin-right: 20px;
}

.footer_icon_wrapper:before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 50%;
    display: block;
    width: 100%;
    height: 100%;
    /* background-image: url(/image/catalog/icon/mob-btn-bg.svg) !important; */
    background-repeat: no-repeat !important;
    z-index: 1;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    rotate: -45deg;
    transition: 0.4s;
    pointer-events: none;
}

.text-seo-block {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #595C7D;
    flex-basis: calc(50% - 40px);
}

.image-seo-text img {
    width: 100%;
}



ul.breadcrumb {
    text-align: left;
    float: none !important;
    background: 0 0;
    border: 0;
    margin-bottom: 10px;
    padding: 0;
    font-size: 14px;
}

ul.breadcrumb a {
    background: linear-gradient(90deg, #242bff 0%, #5890ff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.breadcrumb>.active {
    color: #000;
    font-weight: 500;
}

ul.breadcrumb>li.active a {
    color: #000 !important;
    pointer-events: none;
}

.content-title {
    margin-bottom: 0;
}

.product-category .text-left.content-title,
.product-special .text-left.content-title {
    font-weight: 500;
    font-size: 36px;
    line-height: 49px;
    text-transform: uppercase;
    color: #312F44;
    margin-bottom: 25px;
    margin-top: 22px;
}

@media (max-width: 1480px) {

    .product-category .text-left.content-title,
    .product-special .text-left.content-title {
        font-size: 32px;
        line-height: 49px;
        margin-bottom: 20px;
        margin-top: 15px;
    }
}

.h2.text-left.content-title {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

#product-category .h2.text-left.content-title,
#product-special .h2.text-left.content-title {
    margin-bottom: 30px;
}

h1.h2.main-page-title {
    font-weight: 500;
    font-size: 32px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #111;
    margin-top: 10px;
    margin-bottom: 15px;
}

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

.flex-product-content {
    flex-basis: 75%;
    margin-right: 28px;
    display: flex;
    flex-wrap: wrap;
    width: 75%;
}

.fixed_block-price {
    flex-basis: calc(26% - 46px);
}

.compact-price-quantity-buy {
    margin-bottom: 25px;
    background: #f6f7f9;
    border-radius: 10px;
    padding: 20px;
}

.compact-price-quantity-buy:has(.color_first_btn) {
    background: #e0e3ff;

}

.fixed_block-price .compact-price-quantity-buy {
    position: sticky;
    top: 100px;
}

.product_cart-thumb {
    flex-basis: 58%;
    width: 58%;
    margin-right: 24px;
}

.color-rating-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.color-rating-block {
    position: absolute;
    top: 10px;
    z-index: 9;
    left: 35px;
}

.rating-block {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    margin-top: 15px;
}

.rating-block-top {
    cursor: pointer;
}

.rating-block {
    margin: 0px;
}

.color-rating-block a {
    margin: 0px;
}

.average-rating i {
    color: #FDDB2C;
    font-size: 18px;
    position: relative;
    top: 2px;
}

span.text-rating-average {
    background: linear-gradient(90deg, #4396E2 0.77%, #776FE7 98.46%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-weight: 700;
    font-size: 30px;
    line-height: 1;
    margin-left: 15px;
    position: relative;
    top: 2px;
}

span.text-rating-average {
    margin-right: 10px;
    position: relative;
    top: 0px;
}

.rating-block-top span.text-rating-average {
    font-size: 14px;
    margin-left: 10px;
    position: relative;
    top: 4px;
}

.thumbnails.image-thumb {
    padding: 0;
    margin-top: 0px;
    position: relative;
}

.thumbnails_stickers {
    position: absolute;
    z-index: 50;
    top: 10px;
    right: 10px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.cashback-stickers,
.sale_sticker {
    background: linear-gradient(90deg, rgba(88, 144, 255, 0.75) 0%, rgba(36, 43, 255, 0.75) 100%);
    box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    padding: 0;
    width: 76px;
    height: 68px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
}

.sale_sticker {
    background: rgba(255, 0, 0, 0.65);
}

span.cashback_text {
    margin-top: 10px;
    display: block;
}

span.cashback_text {
    margin-top: 0px;
    font-size: 44px;
    display: block;
    line-height: 0.8;
    color: #fff;
    font-weight: 800;
}

span.cashback_text-title {
    font-size: 16px;
    color: #fff;
}

.carousel-height {
    min-height: 490px !important;
    display: block !important;
}

.thumbnails .thumbnail {
    padding: 0;
    border-width: 0;
    margin-bottom: 0;
    background-color: transparent;
}

.thumbnails.image-thumb .thumbnail {
    border: 1px solid #DEDEE5;
    padding: 40px 0px 65px;
    border-radius: 20px;
    margin-right: 1px;
    overflow: hidden;
}

.carousel-thumb .owl-controls {
    position: absolute;
    bottom: 57px;
    left: 0;
    right: 0;
}

.carousel-thumb .owl-controls .owl-page {
    margin: 0px 10px;
}

.product-thumb-inner .carousel-thumb .owl-controls .owl-page {
    margin: 0px 5px;
}

.carousel-thumb .owl-page.active {
    position: relative;
}

.carousel-thumb .owl-controls .owl-page span {
    display: block;
    width: 10px;
    height: 10px;
    background: #DEDEE5;
    border-radius: 20px;
    box-shadow: none;
}

.carousel-thumb .owl-controls .owl-page.active span {
    background: linear-gradient(180deg, #4395E2 0%, #786FE7 100%);
}

.carousel-thumb .owl-page.active:after {
    content: "";
    width: 23px;
    height: 23px;
    background: linear-gradient(180deg, rgba(70, 146, 226, 0.2) 0%, rgba(116, 113, 230, 0.2) 100%);
    display: block;
    border-radius: 100%;
    position: absolute;
    left: -6px;
    top: -6px;
}

.product_banner {
    width: 100%;
    padding: 10px 15px;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    z-index: 20;
    margin-top: 0;
    gap: 15px;
}

.product_banner_item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.product_banner_item img {
    width: 28px;
}

.product_banner_item span {
    font-size: 13px;
    line-height: 140%;
    color: #FFFFFF;
    text-align: left;
}

.product_banner_item span strong {
    font-weight: 600;
}

.vert-arrow {
    height: 42px;
    border-right: 1px solid #C6CADC;
}

.product_cart-main_block {
    flex-basis: calc(42% - 24px);
}

#product {
    padding: 0px 0px 22px;
    border-radius: 0px;
    background-color: transparent;
}

#product .options .form-group {
    display: flex;
    flex-flow: column;
}

div#options-combinations-container div.form-group>label:before {
    content: '* ';
    color: #F00;
    font-weight: bold;
    margin-right: 3px;
}

#product .options .form-group .inputs-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -10px;
}

#product .options .form-group .inputs-wrap {
    order: 10;
}

#product .checkbox,
#product .radio {
    display: block;
    margin: 0px -1px -1px 0px !important;
    width: auto !important;
}

#product .options .checkbox,
#product .options .radio {
    margin-top: 0;
}

#product .options .form-group .inputs-wrap .radio {
    flex-basis: calc(33.33% - 10px);
    margin: 5px !important;
}

#product .checkbox label,
#product .radio label {
    border-radius: 0;
    border: 0;
    font-weight: 400;
    font-size: 15px;
    line-height: 1;
    text-transform: none;
    color: #595C7D;
    height: 100%;
    background-color: #fff;
    text-align: center;
    display: block;
    padding: 0;
}

.flex-row-product .owl-wrapper-outer {
    padding: 0;
    margin: 0;
    border: none;
    box-shadow: none;
}

#product .checkbox input,
#product .radio input,
#product .radio label>div,
#product .checkbox label>div {
    display: none !important;
}

#product .checkbox label,
#product .radio label {
    position: relative;
    isolation: isolate;
}

#product .checkbox label span,
#product .radio label span {
    padding: 10px;
    color: #5f5e6a;
    font-size: 12px;
    border-radius: 30px;
    font-weight: 500;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.2;
    background: linear-gradient(90deg, #4495E2 0%, #7A6EE8 100%);
    -webkit-background: linear-gradient(90deg, #4495E2 0%, #7A6EE8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    border-color: #7A6EE8;
    transition: 0.3s;
}

#product .checkbox label span:hover,
#product .radio label span:hover {
    filter: hue-rotate(45deg);
}

#product .checkbox label:before,
#product .radio label:before {
    content: '';
    background: unset;
    background-image: url(/image/perelink-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    opacity: 1;
    width: 100%;
    display: block;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: -1;
}



.product_related_link {
    display: flex;
    flex-flow: wrap;
    padding: 0px 0 20px;
    margin: 0px -10px;
    position: relative;
}

.product_related_link {
    margin-bottom: 0;
    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;
}

.product_related_link a {
    transition: all 0.3s ease-in-out;
}

.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;
    font-weight: 600;
    background: linear-gradient(90deg, #4396E2 3.03%, #697AE6 31.7%, #786FE7 42.8%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    line-height: 1;
    font-size: 19px;
}

span.ro_inner-currency {
    font-size: 19px;
    color: #595C7D;
    background: none;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(89, 92, 125, 1);
    background-clip: text;
    text-fill-color: transparent;
    font-weight: 400;
    text-transform: none;
    margin-left: 5px;
}

#product .checkbox label span:hover,
#product .radio label span:hover {
    border-color: rgba(68, 149, 226, 1);
    background: linear-gradient(90deg, #4495E2 0%, #7A6EE8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

div#product .options .radio label input[type="radio"]:checked~span {
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff;
    background-clip: text;
    text-fill-color: transparent;
    background: linear-gradient(90deg, #cc21d1 0%, #2d36f3 100%);
    color: #fff !important;
    border-color: #EA7A7A;
    border: 0px;
}

/* .access-quantity.danger-quantity {
    display: none;
} */

.tooltip-inner,
.tooltip-arrow {
    display: none;
}

.tab_methods {
    margin-top: 0;
}


.nav_link-methods ul {
    display: flex;
    list-style: none;
    padding: 0px;
    margin: 0px;
    margin-bottom: 20px;
}

.nav_link-methods ul li {
    font-size: 18px;
    text-transform: uppercase;
    color: #000;
    /* opacity: 0.3; */
    margin-right: 25px;
    cursor: pointer;
    font-weight: 200;
}

.nav_link-methods ul li.active {
    color: #000;
    opacity: 1;
    font-weight: 500;
    border-bottom: 1px dashed;
}

.item_content {
    display: none;
}

.item_content.active {
    display: block;
}

.item_method_cart {
    display: flex;
    align-items: center;
    background: #F5F7F9;
    margin-bottom: 10px;
    padding: 20px 20px;
    border-radius: 10px;
}

.item_method_cart span {
    font-size: 18px;
    margin-left: 25px;
    color: #595C7D;
}

.item_method_cart span {
    font-size: 18px;
    margin-left: 25px;
    color: #595C7D;
}

.item_method_cart small {
    display: block;
    font-size: 13px;
    line-height: 1.3;
    margin-top: 3px;
}



.accordion_item-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 0px 15px;
    cursor: pointer;
}

.faq .faq {
    background: #f5f7f980;
}

.desc-category-block.catalog-descr .faq .faq {
    background: #fff;
}

.desc-category-block.catalog-descr .faq .faq .faq-link {
    font-size: 19px;
}

.desc-category-block.catalog-descr .faq .faq .card-body {
    font-size: 16px;
}

.product-product h2,
.product-product #tab-description h2.text-center {
    font-size: 26px;
}

.accordion_item-head h2,
.accordion_item-head h3,
.accordion_item-head div {
    margin: 0;
    padding: 0;
    font-size: 21px;
    font-weight: 400;
    color: #595C7D;
    color: #777;
    background-color: transparent;
    border-radius: 0px;
    border: none;
    font-weight: 500;
    background: linear-gradient(90deg, #4396E2 0.77%, #776FE7 98.46%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.accordion_item-head img {
    margin: 0 !important;
}

.accordion_item {
    margin-bottom: 40px;
}

.accordion_item .accordion_item-body {
    transition: all 0.4s ease-in-out;
    display: none;
}

.accordion_item.active .accordion_item-body {
    display: block;
}

.accordion_item .accordion_item-head {
    background: #F5F7F9;
    border-radius: 30px;
    padding: 25px 25px;
    margin-bottom: 20px;
}

.attribute_block-wrapper {
    max-width: 100%;
}

.accordion_item-body span.text-block-attr {
    display: flex;
    justify-content: space-between;
    padding: 8px;
    border-radius: 8px;
}

.accordion_item-body span.text-block-attr>span.name-attr-value {
    flex-basis: 30%;
    font-size: 14px;
    line-height: 20px;
}

.accordion_item-body span.text-block-attr>span.value-attr-value {
    flex-basis: 70%;
    text-align: right;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.accordion_item-body span.text-block-attr:nth-child(even) {
    background: #f5f7f980;
}

#accordion .accordion_item.active .accordion_item-head img {
    transform: rotate(180deg);
}

.accordion_item-head img {
    width: 38px;
    height: 38px;
    min-width: 38px;
    border-radius: 100%;
}



.text-seo-block a,
.about-text-box a,
.desc-category-block a,
.accordion_item-body-inner span a {
    color: #00266f;
    text-decoration: underline;
}


.description-accordion {
    background: #f5f7f9;
    border-radius: 15px;
    padding: 35px 35px 50px 35px;
    position: relative;
    isolation: isolate;
}

.product_related_link a {
    transition: all 0.3s ease-in-out;
}

.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;
}

.related_option_inner>img {
    border-radius: 5px;
}

.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: 5px;
}

button.btn-show-more {
    flex-basis: 100%;
    margin: 5px;
    text-align: center;
    border-radius: 59px;
    padding: 10px 10px;
    font-weight: 500;
    font-size: 10px;
    line-height: 1;
    border: unset;
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    background: linear-gradient(90deg, #242bff 0%, #5890ff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}

button.btn-show-more:before {
    content: '';
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: url(/image/sh-more-btn-cover.png);
    background-size: 100% 100%;
    z-index: -1;
    background-repeat: no-repeat;
}

button.btn-show-more {
    order: 99;
}

.btn-show-more span {
    font-weight: 600;
    font-size: 13px;
    background: linear-gradient(90deg, #4594E2 0.59%, #786FE7 129.82%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}





@media (max-width: 860px) {
    .attribute_block-wrapper {
        max-width: 100%;
    }
}

@media (max-width: 560px) {

    .accordion_item-head h2,
    .accordion_item-head h3,
    .accordion_item-head div {
        font-size: 16px;
    }

    .accordion_item .accordion_item-head {
        padding: 15px 20px;
        border-radius: 20px;
    }

    .accordion_item {
        margin-bottom: 20px;
    }

    .accordion-wrapper {
        margin-top: 10px !important;
    }
}

.description-accordion p,
.description-accordion h4,
.description-accordion span,
.description-accordion font {
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 25px !important;
    color: #595C7D !important;
    font-family: 'Gilroy' !important;
    text-align: center;
    display: block;
    margin-top: 0;
    margin-bottom: 25px;
}

.accordion_item-body p.new_seo_p,
.description-accordion span,
.desc-category-block p.new_seo_p {
    font-weight: 300 !important;
    font-size: 17px;
    line-height: 150% !important;
    text-align: center;
    color: #43455d !important;
    margin-top: 0;
    margin-bottom: 25px;
}

.new_seo_important_title .seo_important_txt_title,
.faq_ques.question-row span {
    margin-bottom: 0 !important;
}

.faq_ques.question-row span {
    text-align: left !important;
}

.new_seo_p a {
    font-weight: 500;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #5c94ff;
}

[data-template-id="photo-full"] {
    margin-bottom: 30px;
}

.new_seo_img {
    width: 100%;
    /* max-width: 675px; */
    display: block;
    margin: 0 auto !important;
}

.description-accordion img {
    border-radius: 10px;
}

.new_seo_title {
    font-weight: 700 !important;
    font-size: 29px !important;
    line-height: 120% !important;
    text-transform: uppercase !important;
    color: #43455d !important;
    margin-bottom: 25px !important;
    margin-top: 42px;
    text-align: center;
}


.block_review-center {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 0;
    flex-direction: column;
}


.average-rating.rating {
    margin-bottom: 0px;
}

span.text-rating-average {
    margin-right: 10px;
    position: relative;
    top: 0px;
}

.block_review-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: -0.02em;
    text-align: right;
    color: #312F44;
    margin-bottom: 10px;
}

.rating_pro_head .rating-block {
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.rating-right i {
    color: #FDDB2C;
    font-size: 20px;
}

.review-wrapper-block {
    border: 1px solid #D6D6D6;
    border-radius: 25px;
    padding: 40px;
}

.review-wrapper-block .buttons.clearfix {
    text-align: center;
}

.average-rating i {
    color: #FDDB2C;
    font-size: 18px;
    position: relative;
    top: 2px;
}

.rating_pro_head .average-rating i {
    font-size: 45px;
}

.review-heading-l {
    display: flex;
    align-items: center;
    gap: 15px;
}


.review-heading {
    display: flex;
    justify-content: space-between;
}

.rating-block-count {
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -0.02em;
    text-align: right;
    color: rgba(49, 47, 68, 0.45);
}


button#button-review {
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    border: 1px solid rgba(119, 111, 231, 1);
    border-radius: 50px;
    padding: 8px 40px;
    margin-top: 15px;
    margin-left: auto;
    position: relative;
    overflow: hidden;
    background: transparent;
    margin: auto;
}

button#button-review:before {
    content: "";
    position: absolute;
    background: linear-gradient(90deg, #4396E2 0.77%, #776FE7 98.46%);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

button#button-review:hover::before {
    opacity: 1;
}

button#button-review:hover span {
    color: #fff;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: white;
    background: transparent;
}

button#button-review span {
    position: relative;
    z-index: 9;
    background: linear-gradient(90deg, #242bff 0%, #5890ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

button#button-review:hover span {
    color: #fff;

}

.panel-review {
    display: flex;
    justify-content: space-between;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid rgba(49, 47, 68, 0.15);
}

.panel-review-5 {
    padding-bottom: 0;
    border-bottom: unset;
}

.review-heading {
    flex-basis: 140px;
}

.review-body {
    flex-basis: calc(100% - 160px);
}

.author-heading {
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: -0.02em;
    text-align: right;
    color: #312F44;
    padding-bottom: 4px;
}

.review-heading time {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: -0.02em;
    text-align: right;
    color: rgba(49, 47, 68, 0.35);
}

.inside-review-body p {
    font-weight: 400;
    font-size: 14px;
    line-height: 143%;
    letter-spacing: -0.02em;
    color: #312F44;
    margin-bottom: 0;
}

.rating-right {
    margin-bottom: 0;
}

span.star-fa {
    margin-right: 5px;
}

span.star-fa img {
    width: 20px;
}

img.big-star {
    max-width: 30px;
    margin-right: 10px;
}

.rating-block {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    margin-top: 15px;
    text-decoration: unset !important;
}

.rating-block:focus {
    outline: unset !important;
}

span.text-rating-average {
    background: linear-gradient(90deg, #242bff 0%, #5890ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-weight: 700;
    font-size: 30px;
    line-height: 1;
    margin-left: 15px;
    position: relative;
    top: 2px;
}

.sku-text {
    display: block;
    margin-bottom: 5px;
    color: #000;
    font-size: 13px;
    line-height: 1.2;
}

.stock>div {
    display: flex;
    align-items: center;
    font-size: 10px;
    text-transform: uppercase;
    color: #003d0a;
    font-weight: 500;
    line-height: 20px;
}

.stock>div img {
    margin-right: 5px;
}

span.price-text {
    font-size: 50px;
    font-weight: 600;
    margin-left: 10px;
    background: linear-gradient(90deg, #242bff 0%, #5890ff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1;
}

span.price-text span {
    font-size: 33px;
    color: #595C7D;
    background: none;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(89, 92, 125, 1);
    background-clip: text;
    text-fill-color: transparent;
    font-weight: 400;
}



.rating-block {
    margin: 0px;
}


.charge_blocks {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-bottom: 23px;
}

.charge_blocks .new_seo_b_item:nth-child(1) {
    background: #E6F8E8;
}

.charge_blocks .new_seo_b_item:nth-child(2) {
    background: #E5EFFA;
}

.charge_blocks .new_seo_b_item:nth-child(3) {
    background: #F6E6EE;
}

.charge_blocks .new_seo_b_item:nth-child(4) {
    background: #E5EFFA;
}

.charge_blocks .new_seo_b_item:nth-child(5) {
    background: #F6E6EE;
}

.charge_blocks .new_seo_b_item:nth-child(6) {
    background: #E6F8E8;
}

.charge_blocks .new_seo_b_item:nth-child(7) {
    background: #E6F8E8;
}

.charge_blocks .new_seo_b_item:nth-child(8) {
    background: #E5EFFA;
}

.charge_blocks .new_seo_b_item:nth-child(9) {
    background: #F6E6EE;
}

.charge_blocks .new_seo_b_item:nth-child(10) {
    background: #F6E6EE;
}

.charge_blocks .new_seo_b_item:nth-child(11) {
    background: #E6F8E8;
}

.charge_blocks .new_seo_b_item:nth-child(12) {
    background: #E5EFFA;
}

.charge_blocks .new_seo_b_item:nth-child(13) {
    background: #E6F8E8;
}

.charge_blocks .new_seo_b_item:nth-child(14) {
    background: #E5EFFA;
}

.charge_blocks .new_seo_b_item:nth-child(15) {
    background: #F6E6EE;
}

.charge_blocks .new_seo_b_item:nth-child(16) {
    background: #E5EFFA;
}

.charge_blocks .new_seo_b_item:nth-child(17) {
    background: #F6E6EE;
}

.charge_blocks .new_seo_b_item:nth-child(18) {
    background: #E6F8E8;
}

.charge_blocks .new_seo_b_item:nth-child(19) {
    background: #F6E6EE;
}

.charge_blocks .new_seo_b_item:nth-child(20) {
    background: #E6F8E8;
}

.charge_blocks .new_seo_b_item:nth-child(21) {
    background: #E5EFFA;
}

.charge_blocks .new_seo_b_item:nth-child(22) {
    background: #E5EFFA;
}

.charge_blocks .new_seo_b_item:nth-child(23) {
    background: #F6E6EE;
}

.charge_blocks .new_seo_b_item:nth-child(24) {
    background: #E6F8E8;
}

.charge_blocks .new_seo_b_item:nth-child(25) {
    background: #E6F8E8;
}

.charge_blocks .new_seo_b_item:nth-child(26) {
    background: #E5EFFA;
}

.charge_blocks .new_seo_b_item:nth-child(27) {
    background: #F6E6EE;
}

.charge_blocks .new_seo_b_item:nth-child(28) {
    background: #E5EFFA;
}

.charge_blocks .new_seo_b_item:nth-child(29) {
    background: #E6F8E8;
}

[data-template-id="photo-full"] {
    margin-bottom: 30px;
}

.new_seo_b_item {
    border-radius: 7px;
    padding: 20px 25px;
    font-weight: 400;
    font-size: 17px;
    line-height: 150%;
    color: #43455d;
}


.blocks_color_dots {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-bottom: 30px;
}

.blocks_color_dots_item {
    background: rgba(67, 69, 93, 0.05);
    border-radius: 7px;
    padding: 20px 25px 20px 43px;
    font-weight: 400;
    font-size: 17px;
    line-height: 150%;
    color: #43455d;
    position: relative;
}

.blocks_color_dots_item:before {
    content: '';
    position: absolute;
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ff78d7;
    top: 27px;
    left: 25px;
}

.blocks_color_dots_item:nth-child(2):before {
    background: #5c94ff;
}

.blocks_color_dots_item:nth-child(3):before {
    background: #ab5cff;
}

.blocks_color_dots_item:nth-child(4):before {
    background: #5cd4ff;
}

.blocks_color_dots_item:nth-child(5):before {
    background: #ec5cff;
}

.blocks_color_dots_item:nth-child(6):before {
    background: #5c94ff;
}

.blocks_color_dots_item:nth-child(7):before {
    background: #ab5cff;
}

.blocks_color_dots_item:nth-child(8):before {
    background: #5cd4ff;
}

.blocks_color_dots_item strong {
    display: block;
    margin-bottom: 3px;
}

.new_seo_adv,
.seo_plus_minus {
    margin-top: 42px;
}

.new_seo_adv_block {
    margin-bottom: 45px;
}

.new_seo_adv_block_p {
    position: relative;
    isolation: isolate;
}

.new_seo_adv_block_title {
    display: flex;
    align-items: center;
    gap: 15px;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    text-transform: uppercase;
    color: #43455d;
    margin-bottom: 20px;
}

.seo_plus_minus_icon {
    margin: 0 !important;
}

.new_seo_adv_block_title img {
    margin-bottom: 0 !important;
}


.new_seo_adv_block_title img {
    margin-bottom: 0 !important;
}

.new_seo_adv_item {
    backdrop-filter: blur(55px);
    background: rgba(67, 69, 93, 0.05);
    border-radius: 7px;
    padding: 18px 25px 18px 50px;
    margin-bottom: 10px;
    position: relative;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: #43455d;
}

.new_seo_adv_item:before {
    content: '';
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    left: 20px;
    background-size: 18px;
    background-repeat: no-repeat;
    width: 18px;
    height: 14px;
}

.new_seo_adv_block_p .new_seo_adv_item {
    border: 1px solid #41D878;
}

.new_seo_adv_block_m .new_seo_adv_item {
    border: 1px solid gray;
}

.new_seo_adv_block_p .new_seo_adv_item:before {
    background-image: url(/image/check-green.svg);
}

.new_seo_adv_block_m .new_seo_adv_item:before {
    background-image: url(/image/check-min.svg);
    height: 4px;
}

.new_seo_p a {
    font-weight: 500;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #5c94ff;
}


.new_seo_important {
    background: rgba(255, 0, 0, 0.05);
    border: 1px solid #f00;
    border-radius: 7px;
    padding: 30px 25px;
    margin-top: 35px;
    margin-bottom: 35px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.new_seo_important_title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.new_seo_important_title span {
    font-weight: 700 !important;
    font-size: 28px !important;
    line-height: 140% !important;
    text-transform: uppercase;
    text-align: center;
    color: #43455d;
}

.new_seo_important_descr {
    font-weight: 500;
    font-size: 17px;
    line-height: 150%;
    text-align: center;
    color: #43455d;
}

.new_seo_img_top_a {
    width: auto;
    position: absolute;
    left: 68px;
    top: 0;
    border-radius: 0 !important;
}

.new_seo_img_wrapper_t_r {
    font-weight: 700;
    font-size: 50px;
    line-height: 110%;
    color: #3a3b42;
    width: 45%;
}

.new_seo_img_wrapper_border:has(.new_seo_img_wrapper_t_r) {
    display: flex;
    justify-content: flex-end;
    height: 240px;
    align-items: center;
}


.question-answer-wrapper {
    background: #fff;
    border-radius: 30px;
    padding: 25px 35px;
    margin-bottom: 10px;
}

.question-answer-wrapper:last-child {
    margin-bottom: 0;
}


.faq_ques.active+.faq_answ.answer-block {
    opacity: 1;
    visibility: visible;
    margin-top: 10px;
}

.faq_ques.question-row {
    font-weight: 400;
    font-size: 18px;
    line-height: 139%;
    color: #595c7d;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.faq_ques span {
    font-size: 19px !important;
}

.faq_answ.answer-block {
    transition: 0.3s;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    margin-top: 0;
}

.faq_answ.answer-block p {
    text-align: left !important;
    margin-bottom: 0 !important;
}

.faq_answ.answer-block span {
    margin-bottom: 0 !important;
}

.answer-hide .faq_answ.answer-block {
    opacity: 1;
    visibility: visible;
    margin-top: 10px;
    /* max-height: 1500px; */
}

.faq_ques.question-row:after {
    content: '';
    position: relative;
    width: 14px;
    min-width: 14px;
    height: 10px;
    display: block;
    background-image: url(/image/new-design/home/seo-home-text/arrow-down.svg);
    transition: 0.4s;
    background-repeat: no-repeat;
    background-size: contain;
}

.faq_ques.question-row.active:after {
    rotate: 180deg;
}





span.price-text span {
    font-size: 18px;
}

.product-product span.price-text .special_value {
    background: linear-gradient(90deg, #242bff 0%, #5890ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 36px;
    font-weight: 600;
}

.product-product span.price-text .special_currency {
    background: linear-gradient(90deg, #242bff 0%, #5890ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 16px;
    margin-left: -5px;
}

.product-product span.price-text span.old-price {
    font-size: 18px;
}

.product-product span.price-text span.old-price span {
    text-decoration: line-through;
}

.cashback-product-cart {
    margin-bottom: 0;
}

.cashback-product-cart>img {
    margin-right: 5px;
    position: relative;
    top: -2px;
}

span.cashback-product-text {
    color: #595C7D;
    font-size: 17px;
    font-weight: 500;
}

span.cashback-inner-block-text {
    color: #312F44;
    font-size: 16px;
}

.quantity-comp-wish-btn {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.input-group-btn-flex {
    display: flex;
    border: 1px solid #DEDEE5;
    border-radius: 30px;
    align-items: center;
    padding: 0;
    max-width: 140px;
}

.input-group-btn-flex {
    margin-right: 10px;
    max-width: 150px;
}

.input-group-btn-flex button {
    background: transparent;
    border: none;
    color: #888888;
    font-size: 18px;
}

button.minus {
    border-right: 1px solid #DEDEE5;
    padding: 5px 8px 7px;
    font-size: 18px;
    height: 38px;
    min-width: 38px;
}

.input-group-btn-flex button {
    width: 44px;
    height: 32px;
}

.input-group-btn-flex label {
    font-size: 16px;
    margin-bottom: 0;
}

.quantity-comp-wish-btn label {
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
}

input#score {
    border: none;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    color: #595C7D;
    width: 60px;
    background-color: transparent;
    box-shadow: none;
    height: 33px;
}

button.plus {
    border-left: 1px solid #DEDEE5;
    padding: 0;
    height: 33px;
    width: 40px;
    min-width: 38px;
}

.comparison-button {
    margin-right: 0;
}

.cw-btn {
    width: 34px;
    height: 34px;
    border-radius: 100%;
    border: 1px solid #DEDEE5;
    background: transparent;
}

.cw-btn img {
    position: relative;
    top: -2px;
}

.btn-group-flex {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.btn-custom-cart {
    border-radius: 30px;
    padding: 10px 40px;
    margin-left: 20px;
    margin-right: 20px;
    background: linear-gradient(90deg, rgba(204, 33, 209, 0.9) 0%, rgba(45, 54, 243, 0.9) 100%);
    min-width: 200px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    height: 40px;
    color: #fff;
}

.product-thumb button.btn.btn-primary,
.btn-custom-cart {
    position: relative;
    overflow: hidden;
}

.btn-custom-cart {
    margin-left: 0;
    color: #fff;
    width: 100%;
    margin-right: 0;
    transition: 0.3s;
}

.btn-custom-cart:hover {
    filter: hue-rotate(24deg);
    color: #fff;
}

span.access-quantity {
    margin-top: -10px;
    margin-bottom: 10px;
    color: #000;
    background: #EAF5ED;
    border-radius: 5px;
    display: inline-block;
    padding: 5px 10px 5px 30px;
    font-size: 14px;
    position: relative;
}

span.access-quantity:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 11px;
    width: 12px;
    height: 8px;
    margin-top: -6px;
    border-left: 2px solid #279C43;
    border-bottom: 2px solid #279C43;
    transform: rotate(-45deg);
}

.load_more_comm_btn {
    margin-top: 0 !important;
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    border-radius: 50px;
    padding: 8px 40px;
    border: unset;
    position: relative;
    overflow: hidden;
    width: 100%;
    background: transparent;
    background-image: url(/image/more_rev_btn_bg.png);
}

.load_more_comm_btn:before {
    content: "";
    position: absolute;
    background: linear-gradient(90deg, #242bff 0%, #5890ff 100%);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.load_more_comm_btn span {
    position: relative;
    z-index: 9;
    background: linear-gradient(90deg, #242bff 0%, #5890ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    /* transition: 0.3s; */
}

.all_comments_under {
    display: block;
    font-size: 18px;
    margin-top: 10px;
    position: relative;
    z-index: 9;
    background: linear-gradient(90deg, #242bff 0%, #5890ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin-bottom: 33px;
}

.review-wrapper-block h4.h3.text-center,
.review-wrapper-block h3.h3.text-center {
    font-weight: 500;
    font-size: 21px;
    line-height: 1.2;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #595C7D;
    border-bottom: 0px !important;
    padding-bottom: 0px !important;
    margin-top: 0px !important;
}

.item-input-review input {
    border: none;
    border-bottom: 1px solid #D6D6D6;
    margin-bottom: 25px;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 40px;
    padding-bottom: 15px;
    height: 45px;
    padding-left: 0px;
    border-radius: 0px;
    box-shadow: none;
}

textarea#input-review {
    border: none;
    border-bottom: 1px solid #D6D6D6;
    margin-bottom: 25px;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 40px;
    padding-bottom: 15px;
    height: 110px;
    padding-left: 0px;
    border-radius: 0px;
    box-shadow: none;
}

.statya-dima .statya-dima-element-plus,
.statya-dima .statya-dima-element-minus {
    padding: 70px 25px 25px;
    margin-bottom: 15px;
    position: relative;
    margin-top: 60px;
    background: #F5F7F9;
    box-shadow: 0px 0px 34px rgba(222, 222, 222, 0.1);
    border-radius: 12px;
}

.statya-dima .statya-dima-element-plus:before,
.statya-dima .statya-dima-element-minus:before {
    position: absolute;
    content: '';
    width: 100px;
    height: 100px;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    border-radius: 50%;
    z-index: 1;
}

.statya-dima p {
    font-size: 14px;
    line-height: 25px;
    color: #000;
    margin-bottom: 30px;
}

.statya-dima .title-plus-minus {
    color: #000;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    margin-bottom: 15px;
}

.description-accordion ul,
.container_list_statya ul {
    list-style: none;
    padding-left: 13px;
}

.statya-dima .list-plus-minus {
    padding-left: 20px;
    list-style: none;
    margin-bottom: 0;
}

.description-accordion .statya-dima .list-plus-minus,
.ocdw_blog-content .statya-dima .list-plus-minus {
    padding-left: 0;
}

#tab-description .statya-dima .statya-dima-element-plus .list-plus-minus li,
.statya-dima .statya-dima-element-plus .list-plus-minus li,
.statya-dima .statya-dima-element-plus .list-plus-minus li {
    position: relative;
    font-weight: 500;
    margin-bottom: 15px;
    color: #000;
    border-bottom: 1px solid #E1E1E1;
    padding-left: 35px !important;
    padding-bottom: 15px;
}

.statya-dima .statya-dima-element-minus .list-plus-minus li,
.description-accordion .statya-dima .statya-dima-element-minus .list-plus-minus li {
    position: relative;
    font-weight: 500;
    margin-bottom: 15px;
    color: #7C7C7C;
    border-bottom: 1px solid #E1E1E1;
    padding-left: 35px !important;
    padding-bottom: 15px;
}

.statya-dima .statya-dima-element-plus .list-plus-minus li:before {
    position: absolute;
    top: 0;
    left: 0;
    content: url(/image/catalog/category/cat-seo-list-tip.png);
    background: none;
}

.statya-dima .statya-dima-element-minus:before {
    background-color: #C2C2C2;
}

.statya-dima .statya-dima-element-minus .list-plus-minus li:after,
.description-accordion .statya-dima .statya-dima-element-minus .list-plus-minus li:after {
    content: '';
    width: 15px;
    height: 2px;
    background-color: rgba(69, 148, 226, 1);
    display: block;
    position: absolute;
    border-radius: 1px;
    top: 10px;
    left: 0px;
}

.statya-dima .statya-dima-element-plus:before {
    box-shadow: 0 0 25px rgba(113, 181, 125, .4);
    background-color: #67B985;
}

.statya-dima .statya-dima-element-plus:after {
    position: absolute;
    content: "+";
    top: -7px;
    left: calc(50% - 21.5px);
    font-size: 82px;
    color: #fff;
    z-index: 2;
    line-height: 0.3;
}

.statya-dima .statya-dima-element-minus:after {
    position: absolute;
    content: "-";
    top: -10px;
    left: calc(50% - 21.5px);
    font-size: 82px;
    color: #fff;
    z-index: 2;
    line-height: 0.3;
}

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

.accordion_item-body .flex-rating {
    justify-content: center;
}

span.text-rating {
    font-weight: 400;
    font-size: 16px;
    line-height: 40px;
    color: #747474;
    margin-right: 10px;
}

.product-layout .product-thumb {
    margin-bottom: 30px;
    border: 1.5px solid #DEDEE5;
    border-radius: 20px;
    transition: 0.4s;
    overflow: hidden;
}

.product-layout .product-thumb .image {
    padding: 0px 15px;
}

div#ocfilter {
    background: #fff;
    border-radius: 20px !important;
    padding: 7px 20px;
    overflow: hidden;
}

.product-category aside#column-left .panel {
    border: 0;
    border-radius: 14px;
}

.product-category aside#column-left .panel .panel-heading {
    display: none;
}

.product-category aside#column-left .ocfilter .list-group-item {
    border-bottom: 1.5px solid #D6D8E0;
    padding-bottom: 12px;
    margin-bottom: 10px;
    border-top: 0px;
    padding-left: 0;
    padding-right: 0;
}

.product-category aside#column-left .ocfilter .list-group-item:last-of-type {
    border-bottom: 0;
    padding-bottom: 0px;
}

.product-category aside#column-left .ocfilter .collapse-value button {
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    margin-top: 10px;
    padding-left: 2px;
}

.product-category aside#column-left .ocfilter .collapse-value button span {
    background: linear-gradient(90deg, #4594E2 0.59%, #786FE7 123.25%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.product-category aside#column-left .collapse-value>button[aria-expanded="true"] .fa:before {
    content: '\f106';
}

.product-category aside#column-left .ocfilter-option .ocf-option-name {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.3;
    color: #595C7D;
}

.product-category aside#column-left .ocfilter-option label {
    padding: 4px 0;
    font-weight: 400;
    font-size: 13px;
    line-height: 1;
    color: #595C7D;
}

.product-category aside#column-left .ocfilter-option label input {
    margin: 3px 5px 0 0;
    border-color: #e4e4e4;
}

.product-category aside#column-left .ocfilter-option .collapse hr {
    border: 0;
    margin: 0;
}

.container_acf_descr.desc-category-block {
    margin-top: 50px;
}

ul.pagination {
    margin: 20px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.pagination li span,
ul.pagination li span:hover,
ul.pagination li span:active {
    background-color: transparent;
}

ul.pagination li a,
ul.pagination li a:hover,
ul.pagination li a:active {
    background-color: transparent;
}

ul.pagination li.pag-next a:hover,
ul.pagination li.pag-prev a:hover {
    color: #fff;
    background: linear-gradient(90deg, #4594E2 0.59%, #786FE7 100.59%);
    border: 1px solid #0079ba;
}

ul.pagination li:not(.pag-prev):not(.pag-next) a {
    border: 1.5px solid #DEDEE5;
    border-radius: 7px;
    width: 37px;
    margin: 0px 4px;
    font-weight: 400;
    font-size: 16px;
    color: #595C7D;
    text-align: center;
}

ul.pagination li.active span,
ul.pagination li:not(.pag-prev):not(.pag-next) a:hover {
    background: linear-gradient(90deg, #5890ff 0%, #242bff 100%) !important;
    border-radius: 7px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    padding: 6px 5px;
    width: 37px;
    height: 37px;
    border: none;
    text-align: center;
}

li.pag-next {
    margin-left: 5px;
}

li.pag-prev {
    margin-right: 5px;
}

#ocfilter .list-group-item {
    background: transparent;
}

.product-category .list-group-item {
    color: #595C7D;
}

.list-group-item,
.panel>.panel-collapse>.list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}

.product-category aside#column-left .ocfilter-option label {
    padding: 4px 0;
    font-weight: 400;
    font-size: 13px;
    line-height: 1;
    color: #595C7D;
    margin-bottom: 3px;
}

.product-category aside#column-left .ocfilter-option label {
    display: inline-flex;
    align-items: center;
    user-select: none;
}

.product-category aside#column-left .ocfilter .collapse-value button {
    background: linear-gradient(90deg, #4594E2 0.59%, #786FE7 123.25%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.product-category aside#column-left .ocfilter-option label::before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #e4e4e4;
    border-radius: 0.25em;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.product-category aside#column-left .ocfilter-option label.ocf-selected::before {
    border-color: #0b76ef;
    background-color: #0b76ef;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.product-category aside#column-left .ocfilter-option label input[type="checkbox"] {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.selected-options button {
    border-radius: 10px !important;
    height: 25px;
    padding: 2px 10px 0 !important;
    background: linear-gradient(90deg, #5890ff 0%, #242bff 100%);
    overflow: hidden;
    opacity: 0.7;
    transition: 0.4s;
    margin-bottom: 5px;
    border: none;
}

.selected-options button i {
    margin-right: 3px;
    position: relative;
    top: -1px;
}

.flex-price-block {
    display: flex;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 25px;
}

.item-price-block input {
    border-radius: 59px;
    background-image: url(/image/price-filter-input.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    font-weight: 400;
    font-size: 16px !important;
    line-height: 30px !important;
    color: #312F44;
    height: 40px;
    width: 100% !important;
    box-shadow: none;
    border: unset;
}

.item-price-block:first-child::after {
    content: "-";
}

.form-group.item-price-block:first-child {
    display: flex;
    align-items: center;
    margin: 0px 1px;
}

span.ocf-option-m {
    font-size: 10px;
    font-weight: 600;
}

.ocfilter-option label small {
    background-color: transparent !important;
    color: rgba(89, 92, 125, 0.5) !important;
    color: rgba(89, 92, 125, 1) !important;
    font-size: 13px !important;
    padding: 0px;
    position: relative;
    top: -1px;
}


.desc-category-block>.col-sm-12 {
    background: #f5f7f9;
    border-radius: 15px;
    padding: 70px 90px 90px 90px;
    margin-top: 50px;
}

.category-desc>div:first-child h2 {
    margin-top: 0;
}

.new_seo_img {
    display: block;
    border-radius: 8px;
}

.new_seo_adv_block_p .new_seo_adv_item:before {
    background-image: url(/image/check-green.svg);
}

.new_seo_adv_block_m .new_seo_adv_item:before {
    background-image: url(/image/check-min.svg);
    height: 4px;
}

body #information-information:has(.zmi_wrapper) h1 {
    padding-bottom: 0 !important;
    border: unset !important;
    color: #312F44;
    font-size: 36px;
    line-height: 100%;
    margin-bottom: 0px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 20px;
}

.zmi_wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-bottom: 10px;
}

.zmi_block {
    background: #f6f7f9;
    transition: 0.3s;
    border-radius: 15px;
    padding: 10px;
    min-height: 123px;
}

.zmi_block_txt {
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: -0.02em;
    color: #312F44;
    transition: 0.3s;
    padding: 5px;
}

.zmi_block_img {
    border-radius: 7px;
    padding: 10px 11px;
    height: 52px;
    width: fit-content;
    max-width: 150px;
    display: flex;
    align-items: center;
    position: relative;
    background-image: url(/image/catalog/zmi-logo-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 5px;
}

.zmi_block_img img {
    width: auto;
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.zmi_block:hover {
    background: rgba(36, 43, 255, 0.05);
}

.zmi_block_txt:hover {
    color: #242BFF;
}

.category-desc:has([data-template-id])>div span {
    font-weight: 300 !important;
    font-size: 17px;
    line-height: 150% !important;
    text-align: center;
    color: #43455d !important;
    margin-top: 0;
    margin-bottom: 25px;
    display: block;
}

.new_seo_blocks {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-bottom: 25px;
}

.new_seo_b_item {
    border-radius: 7px;
    padding: 20px 25px;
    font-weight: 400;
    font-size: 17px;
    line-height: 150%;
    color: #43455d;
}


.new_seo_blocks_color_rep .new_seo_b_item:nth-child(4n+1) {
    background: rgba(80, 94, 255, 0.1);
}

.new_seo_blocks_color_rep .new_seo_b_item:nth-child(4n+2) {
    background: rgba(225, 57, 255, 0.1);
}

.new_seo_blocks_color_rep .new_seo_b_item:nth-child(4n+3) {
    background: rgba(133, 81, 255, 0.1);
}

.new_seo_blocks_color_rep .new_seo_b_item:nth-child(4n+4) {
    background: rgba(81, 162, 255, 0.1);
}

.desc-category-block p.seo_descr {
    text-align: center;
    color: #43455d !important;
    line-height: 150% !important;
    font-weight: 300 !important;
    margin-bottom: 25px;
}

body .category-desc span.seo_important_txt_title {
    font-weight: 700 !important;
    font-size: 28px !important;
    line-height: 140% !important;
    text-transform: uppercase;
    text-align: center;
    color: #43455d;
}

.category-desc:has([data-template-id])>div span.blocks_color_dots_brand {
    text-align: left;
    font-weight: 400 !important;
    margin-bottom: 0;
}

.category-desc:has([data-template-id])>div span.pm-title-plus,
.category-desc:has([data-template-id])>div span.pm-title-minus {
    font-weight: 700 !important;
    font-size: 24px;
    line-height: 120%;
    text-transform: uppercase;
    color: #43455d;
    margin-bottom: 0;
    text-align: left !important;
}

.shoping-cart-products-item-l-t {
    display: flex;
    align-items: center;
    gap: 20px;
}


.title-popup-cart span {
    color: #312F44;
    font-weight: 600;
    font-size: 18px;
    line-height: 67%;
}

.shoping-cart-products-loop {
    margin-top: 20px;
}



.shoping-cart-products-item-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.shoping-cart-products-item-bottom-l {
    display: flex;
    align-items: center;
    gap: 15px;
}

.shoping-cart-products-item-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 12px;
}

.shoping-cart-products-item-image img {
    border-radius: 10px;
    width: 90px;
    height: 90px;
    min-width: 90px;
}

.shoping-cart-products-item .alert.alert-danger {
    padding: 0;
    border: unset;
    border-radius: unset;
    background: transparent;
    font-size: 14px;
    margin: 8px 0 0;
}

.shoping-cart-products-item {
    margin-bottom: 17px;
    padding-bottom: 17px;
    border-bottom: 1px solid rgba(49, 49, 49, 0.1);
}

.shoping-cart-products-item-quantity>span i {
    font-weight: 500;
    font-size: 14px;
    line-height: 103%;
    letter-spacing: -0.02em;
    font-style: normal;
}

.shoping-cart-products-item-quantity input {
    background: transparent;
    border: unset;
    height: auto;
    font-weight: 500;
    font-size: 14px;
    line-height: 103%;
    letter-spacing: -0.02em;
    text-align: center;
}

.shoping-cart-products-item-quantity>span {
    border: 1px solid rgba(49, 47, 68, 0.08);
    border-radius: 8px;
    width: 88px;
    height: 35px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    box-shadow: inset 6px 2px 10px -4px rgba(0, 0, 0, 0.12);
}


.shoping-cart-cashback-info {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    padding: 0 17px;
    height: 35px;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 13px;
    line-height: 111%;
    letter-spacing: -0.02em;

    /* Градієнт для тексту */
    background: linear-gradient(90deg, #2d36f3 0%, #cc21d1 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;

    /* Бордер через ::before */
    border-radius: 16px;
}

.shoping-cart-cashback-info::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 8px;
    padding: 1px;
    background: linear-gradient(90deg, #2d36f3 0%, #cc21d1 100%);
    -webkit-mask:
        linear-gradient(white, white) content-box,
        linear-gradient(white, white);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.shoping-cart-products-item-price {
    font-weight: 500;
    font-size: 22px;
    line-height: 120%;
    letter-spacing: -0.02em;
}

.cart_recomend_products {
    margin-top: 20px;
}

.cart_recomend_products_title {
    font-weight: 600;
    font-size: 20px;
    line-height: 75%;
    color: #312F44;
    margin-bottom: 15px;
}

.cart_recomend_product_item {
    margin-right: 8px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #EAEAFF;
}


.cart_recomend_products_middle {
    padding: 0 10px;
}

.cart_recomend_product_title {
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #312F44;
    margin-top: 0;
    margin-bottom: 20px;
    min-height: 38px;
}

.cart_recomend_product_link:hover {
    text-decoration: none;
}

.cart_recomend_products_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 0 10px 10px;
}

.cart_recomend_product_price_new {
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    background: linear-gradient(90deg, #5890ff 0%, #242bff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cart_recomend_product_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: 35px;
    min-width: 35px;
    height: 35px;
    background: linear-gradient(59deg, #ff0096 0%, #3f45ff 91.62%);
    border: unset;
}

.cart_recomend_product_price_old {
    color: #999;
    font-size: 13px;
    text-decoration: line-through;
}

.free_delivery_block_container button {
    position: relative;
    width: 141px;
    height: 37px;
    border: none;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    box-shadow: none;
    white-space: nowrap;
}

.free_delivery_block_container button::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 8px;
    padding: 1px;
    background: linear-gradient(135deg,
            rgba(255, 255, 255, 0.7) 0%,
            rgba(255, 255, 255, 0.1) 50%,
            rgba(255, 255, 255, 0.0) 100%);
    -webkit-mask:
        linear-gradient(white, white) content-box,
        linear-gradient(white, white);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.shoping-cart-totals-item {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.shoping-cart-totals-item-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 75%;
    color: #312F44;
    display: block;
    margin-bottom: 5px;
}

.shoping-cart-totals-item-value {
    font-weight: 600;
    font-size: 26px;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #312F44;
}


.shoping-cart-cashback-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 8px;
}

.shoping-cart-cashback-bottom-title {
    font-weight: 400;
    font-size: 14px;
    line-height: 86%;
    letter-spacing: -0.02em;
    text-align: center;
    color: #312F44;
}

.shoping-cart-cashback-bottom-num {
    display: flex;
    align-items: center;
    background: rgba(45, 115, 255, 0.1);
    border-radius: 5px;
    padding: 0 10px;
    height: 30px;
    font-weight: 600;
    font-size: 14px;
    line-height: 86%;
    letter-spacing: -0.02em;
    text-align: center;
    color: #312F44;
    gap: 7px;
}

.card_popup_padd {
    padding: 0 16px;
}


.shoping-cart-totals a {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(90deg, #cc21d1 0%, #2d36f3 100%);
    border-radius: 8px;
    padding: 0 17px;
    height: 49px;
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #fff;
    margin-top: 15px;
    text-decoration: none;
}

.shoping-cart-buttons .link-continue {
    border-radius: 8px;
    padding: 0 17px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    background: linear-gradient(90deg, #242bff 0%, #5890ff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 5px;
    text-decoration: none;
    cursor: pointer;
}

.cart_recomend_product_images img {
    width: 100%;
}


.shoping-cart-buttons .link-continue:before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 8px;
    padding: 2px;
    background: linear-gradient(90deg, #2d36f3 0%, #cc21d1 100%);
    -webkit-mask: linear-gradient(white, white) content-box, linear-gradient(white, white);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.shoping-cart-products-item-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #312F44;
    margin-bottom: 4px;
}







@media(min-width: 600px) {
    .shoping-cart {
        height: 95vh;
        overflow: auto;
    }

    .card_popup_padd {}

    .shoping-cart-totals a,
    .shoping-cart-buttons .link-continue {
        margin-top: 0;
    }

    .shoping-cart-buttons.card_popup_padd {
        display: flex;
        align-items: center;
        gap: 15px;
        padding: 0;
        flex-direction: row-reverse;
        justify-content: flex-start;
        margin-top: 15px;


    }
}

.dropdown_sub_block {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;

    left: 0;
    right: auto;
    background: #FFFFFF;
    border-radius: 12px !important;
    padding: 0 0 0 15px;
    padding-right: 0;
    min-width: 240px !important;
}

.dropdown_sub_block {
    position: absolute;
    top: 100%;
}

@media(min-width: 993px) {
    .dropdown_sub_menu:hover .dropdown_sub_block {
        opacity: 1;
        visibility: visible;
    }
}


.dropdown_sub_menu {
    position: relative;
}

.dropdown_sub_menu:after {
    content: '';
    position: absolute;
    right: 3px;
    top: 54%;
    translate: 0 -50%;
    background-image: url(/image/white-arrow.svg);
    width: 8px;
    height: 8px;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 1;
    transition: 0.4s;
}

.dropdown_sub_block li a {
    display: block;
    padding: 8px 0px;
    padding-right: 0;
    margin-right: 15px;
    clear: both;
    color: #595C7D !important;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    border-bottom: 1px solid #EAEAEA;
    text-decoration: none !important;
}

.dropdown_sub_block li a:hover {
    background: linear-gradient(180deg, #4493E2 0%, #7770E7 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text;
    text-fill-color: transparent;
}


@media(min-width: 993px) {
    .submenu-level-2>li:hover .submenu-level-3 {
        opacity: 1;
        visibility: visible;
        translate: 0 0;
    }

    .wrapper-categories {
        margin-top: 50px;
    }

    .bottom-image.bottom-image-1 img {
        width: auto;
    }

    .bottom-image {
        display: flex;
        justify-content: flex-end;
        margin: 0;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .item-category,
    .item-category.min-height-category {
        min-height: 380px;
    }

    .product-thumb .image img {
        width: 100%;
    }

    .product-layout .product-thumb .image {
        padding: 0;
    }

    .banners_home {
        margin-top: 30px;
    }

    .grid_block {
        margin-top: 48px;
    }

    .banners_home_wrapper {
        display: flex;
        gap: 15px;
    }

    .banners_home_wrapper a {
        flex: 1;
    }

    .banners_home_wrapper a img {
        width: 100%;
    }

    .grid_blocks_right .grid_blocks_right_bottom_item {
        overflow: hidden;
        padding-bottom: 20px;
    }

    .grid_blocks_right_bottom_item img {
        height: 195px;
    }

    .footer_menu_btn {
        display: none;
    }

    .item-contact-footer svg {
        display: none;
    }

    .bottom-top-footer .col-sm-3 {
        display: none;
    }

    .bottom-top-footer .row {
        display: flex;
        justify-content: space-between;
    }

    .mobile_menu_addrs,
    .submenu-level-2-item-btn {
        display: none;
    }

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

    .rating_pro_head .rating i {
        font-size: 45px;
    }

    .bsmps-date {
        margin-top: 20px;
    }

    .submenu-level-2>li {
        position: unset !important;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .submenu-level-2>li>a {
        width: 100%;
    }

    .submenu-level-2 {
        position: relative;
    }
}

.submenu-level-2>li {
    position: relative;
}

.submenu-level-3 {
    position: absolute;
    left: 224px;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    background: #FFFFFF;
    border-radius: 12px !important;
    padding: 0 0 0 15px;
    padding-right: 0;
    min-width: 240px !important;
    translate: -10px 0;
    transition: 0.3s;
}

/* .submenu-level-2>li:has(.submenu-level-3):after {
    content: '';
    position: absolute;
    right: 12px;
    top: 48%;
    translate: -3px -50%;
    background-image: url(/image/white-arrow.svg);
    width: 8px;
    height: 8px;
    background-repeat: no-repeat;
    background-size: contain;
} */

.submenu-level-2-item-arrow {
    filter: invert(1);
    transition: 0.4s;
    rotate: -90deg;
    width: 10px;
    position: relative;
    right: 10px;
}

.submenu-level-2>li:hover:after {
    opacity: 1;
    translate: 0px -50%;
}

.container_list_statya ul>li:not(:last-child) {
    margin-bottom: 10px;
}

.container_list_statya ul>li:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    background-size: cover;
    margin-right: 10px;
    position: relative;
    top: -2px;
    background: linear-gradient(180deg, #4594E2 0%, #786FE7 100%), #D9D9D9;
    border-radius: 100%;
}

.statya-dima-element table,
.statya-dima-element th,
.statya-dima-element td {
    border: 1px solid #ddd;
}

.statya-dima-element table {
    border-collapse: collapse;
    width: 100%;
}

.statya-dima-element table,
.statya-dima-element th,
.statya-dima-element td {
    border: 1px solid #ddd;
}

.statya-dima-element th,
.statya-dima-element td {
    padding: 8px 10px;
}

.faq img {
    width: 24px !important;
    height: auto;
}

.container {
    padding-top: 0 !important;
}

.container_list_statya ol li {
    margin-bottom: 10px;
}

.mob_menubar {
    display: none;
}

body:has(#common-home) {
    padding-top: 0 !important;
}










/* LOGIN STYLES START */
body.account-login {
    padding-top: 185px;
}

h1.h2.text-center.content-title.content-login-title {
    font-size: 36px;
    text-align: center;
}

.form-group-login {
    margin-bottom: 20px;
    display: flex;
}

.catalog-thumb {
    display: none !important;
}

.login-input-wrapper {
    width: 100%;
    max-width: 545px;
    margin: 0 auto;
}

.form-control-login {
    border: 1px solid #D6D6D6;
    border-radius: 72px !important;
    width: 100%;
    height: 50px;
    background: transparent;
    padding-left: 20px;
    margin: 0 auto;
}

a.forgot-pass-link {
    font-family: 'Gilroy';
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    color: #595C7D !important;
    display: block;
    margin-top: 12px;
}

.form-group input.btn-primary-login,
.button-register {
    max-width: 230px;
    width: 100%;
    font-size: 18px;
    background: linear-gradient(90deg, #5890ff 0%, #242bff 100%);
    border-radius: 50px;
    padding: 10px 12px;
}

legend.new-user-title {
    align-items: center;
    text-transform: uppercase;
    color: #595C7D;
    padding-top: 40px;
    text-align: center;
    padding-bottom: 10px;
    font-size: 24px;
    font-weight: 300;
}

.text-desc-login {
    width: 100%;
    max-width: 900px;
    text-align: center;
    margin: 0 auto 50px;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    display: flex;
    align-items: center;
    color: #595C7D;
}

.btn-default-login {
    border-radius: 72px;
    width: 230px;
    height: 45px;
    border: 1.5px solid #4493E2;
    background-color: white;
    padding-top: 8px;
    background: linear-gradient(90deg, #242bff 0%, #5890ff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 16px;
    border: 1px solid #242bff;
}

.main-content-wrapper {
    box-shadow: 0px 0px 7px rgba(197, 197, 197, 0.25);
    border-radius: 12px;
    padding: 50px;
    margin: 14px auto 0;
    width: 100%;
}

/* LOGIN STYLES END */


/* REGISTER STYLES START */
.enter-form-title {
    text-align: center;
}

.main-content-wrapper>.col-sm-12 {
    float: unset;
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
}

.main-content-wrapper .control-label {
    margin-bottom: 5px;
}

.main-content-wrapper .agree-text-checkbox {
    opacity: 0;
}

.button-register {
    margin: 0 auto;
}

.button-wrappepr-reg {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.link-to-login a {
    background: linear-gradient(90deg, #242bff 0%, #5890ff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* REGISTER STYLES END */


.success-title {
    font-weight: 500;
    font-size: 36px;
    line-height: 140%;
    text-align: center;
    color: #111;
    margin: 40px 0 10px;
}

.success-description {
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    color: #111;
    margin: 20px auto;
    width: 100%;
    max-width: 900px;
}

.enter-form-title-pass {
    margin-bottom: 20px;
}

.recovery-input input {
    max-width: 515px;
    width: 100%;
    margin: 0 auto;
}

.instruction-text {
    max-width: 650px;
    font-size: 18px;
    text-align: center;
    margin: 0 auto;
    padding: 15px 0;
    border-top: 1px solid #E1E1E1;
    border-bottom: 1px solid #E1E1E1;
    margin-bottom: 30px;
}

.buttons-recovery-wrapper {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
}

.buttons-recovery-wrapper input {
    background: linear-gradient(90deg, #5890ff 0%, #242bff 100%);
    border-radius: 53px;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 14px;
    line-height: 25px;
    padding: 10px 20px;
    display: inline-block;
    position: relative;
    width: 230px;
    transition: 0.3s;
}

.buttons-recovery-wrapper input:hover {
    opacity: 0.8;
}

.buttons-recovery-wrapper a {
    border: unset;
    padding: 0;
    background: transparent !important;
}

.buttons-recovery-wrapper a:hover {
    text-decoration: underline;
}

.account-title {
    display: none;
}

.account-content__left-side aside {
    float: unset;
    width: auto;
    padding: 0;
}

.account-content__left-side {
    width: 400px;
    min-width: 400px;
}

.acc_wrapper {
    display: flex;
    flex-direction: row-reverse;
    gap: 12px;
    margin-top: 16px;
}

.account-right-content {
    width: 100%;
}

.account_content_user {
    background: #FFFFFF;
    box-shadow: 0px 0px 7px rgba(197, 197, 197, 0.25);
    border-radius: 12px;
    padding: 25px;
    margin-bottom: 12px;
}

.account_content_user_head {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px;
}

.account_content_user_head_i {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: linear-gradient(90deg, #5890ff 0%, #242bff 100%) !important;
}

.account_content_user_head_n {
    font-size: 24px;
}

.account-menu {
    background: #FFFFFF;
    box-shadow: 0px 0px 7px rgba(197, 197, 197, 0.25);
    border-radius: 12px;
    padding: 30px;
}

.account-links {
    border: unset;
    border-bottom: 1px solid #E1E1E1 !important;
    border-top: 1px solid #E1E1E1 !important;
}



.account-right-content {
    box-shadow: 0px 0px 7px rgba(197, 197, 197, 0.25);
    border-radius: 12px;
    padding: 50px;
    margin-top: 0;
}

.account-forms-title {
    text-align: center;
    margin-top: 0;
}

.account-form-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.account-form-wrapper label {
    text-align: start !important;
    font-weight: 400;
    font-size: 18px;
    color: #111;
    padding-top: 0 !important;
    flex-basis: 30%;
    min-width: 30%;
    opacity: 0.8;
    margin-bottom: 0 !important;
}

.account-input-wrapper {
    width: 100%;
}

.account-form-wrapper input.form-control-item {
    border: 1px solid #D6D6D6;
    border-radius: 72px;
    width: 100%;
    max-width: 380px;
    height: 55px;
    font-weight: 500;
    font-size: 18px;
    color: #111;
}

.subscribe-block {
    display: flex;
    align-items: center;
    gap: 4px;
}

.subscribe-block input {
    margin-top: 0 !important;
}

.save-data-button {
    background: linear-gradient(90deg, #5890ff 0%, #242bff 100%) !important;
    border-radius: 53px;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 14px;
    line-height: 25px;
    padding: 10px 30px;
    display: inline-block;
    position: relative;
    border: unset;
    transition: 0.3s;
}

.save-data-button:hover {
    opacity: 0.8;
}

.edit-input-data {
    display: flex;
    justify-content: center;
}


.form-account-title {
    margin-top: 0;
    text-align: center;
}

.adress-row-item {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #C4C4C4;
    display: flex;
    justify-content: space-between;
}

.adresses-block h2 {
    margin-bottom: 50px;
}

.adress-delete-button,
.adress-cancel-button {
    display: flex;
    align-items: center;
    gap: 3px;
    color: #C4C4C4;
    font-size: 18px;
    background: transparent;
    border: unset;
}

.adress-edit-button {
    display: flex;
    align-items: center;
    gap: 3px;
    background: linear-gradient(90deg, #242bff 0%, #5890ff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 18px;
    border: unset;
    padding-right: 10px;
}

.adress-delete-button img {
    padding-bottom: 3px;
    display: block;
}

.adress-buttons {
    display: flex;
    align-items: center;
}

.adress-mane-button {
    background: transparent;
    border: unset;
    font-size: 18px;
    display: none;
}

.adress-save-button {
    background: transparent;
    border: unset;
    font-size: 18px;
    background: linear-gradient(90deg, #242bff 0%, #5890ff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: none;
}

.adress-input-wrapper input {
    background: transparent !important;
    border: unset;
}

.adress-input-wrapper label {
    min-width: 80px;
    font-weight: 400;
    opacity: 0.7;
}

.blue_btn_main {
    background: linear-gradient(90deg, #5890ff 0%, #242bff 100%) !important;
    border-radius: 53px;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 14px;
    line-height: 25px;
    padding: 10px 30px;
    display: inline-block;
    position: relative;
    border: unset;
    transition: 0.3s;
}

.addr_edit {
    border: 1px solid #cecece !important;
    color: gray;
}

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

.comment_options_title {
    font-weight: 600;
    font-size: 16px;
    line-height: 75%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #312F44;
    margin-bottom: 12px;
    display: block;
}

.mob_menu_kabinet,
.mob_menu_kabinet_head {
    display: none;
}

.rating_pro_head {
    background: #fffae3;
    padding: 25px;
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
}



.top_seller_badge {
    width: 100%;
    max-width: 98px;
    font-size: 12px !important;
    padding: 0 8px !important;
}

































































@media(max-width: 1460px) {

    .desc-category-block.catalog-descr {
        margin-right: 0;
        margin-left: 0;
    }

    div#ocfilter {
        padding: 10px 20px;
    }

    .product-category .list-group-item {
        padding: 10px 20px;
        font-size: 15px;
        line-height: 1.2;
    }

    .product-category aside#column-left .ocfilter .list-group-item {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .fixed_block-price .compact-price-quantity-buy {
        padding: 15px;
    }

    input#score {
        width: 40px;
    }

    .input-group-btn-flex button {
        width: 35px;
    }

    span.price-text {
        font-size: 36px;
    }

    span.price-text span {
        font-size: 25px;
    }

    span.cashback-product-text {
        font-size: 14px;
    }

    .cashback-product-cart>img {
        margin-right: 2px;
    }

    .flex-product-content {
        margin-right: 20px;
        width: 76%;
        flex-basis: 76%;
    }

    .review-wrapper-block {
        padding: 20px;
    }

    .item_method_cart span {
        font-size: 16px;
        margin-left: 15px;
    }

    .item_method_cart {
        padding: 15px;
    }

    .product_banner {
        padding: 8px 6px;
        margin-top: 0;
        gap: 5px;
    }

    .product_banner_item {
        gap: 5px;
    }

    .product_banner_item img {
        width: 20px;
    }

    .product_banner_item span {
        font-size: 12px;
    }

    .vert-arrow {
        height: 27px;
    }

    .item_method_cart {
        padding: 15px;
    }

    .item_method_cart span {
        font-size: 16px;
        margin-left: 15px;
    }

    .description-accordion {
        margin-right: 0;
    }

    span.price-text {
        font-size: 36px;
    }

    span.price-text span {
        font-size: 25px;
    }

    .product-category aside#column-left .ocfilter-option .ocf-option-name {
        font-size: 16px;
    }

    .product-category aside#column-left .ocfilter .collapse-value button {
        font-size: 16px;
        margin-top: 5px;
    }

    .product-category aside#column-left .ocfilter-option label {
        padding: 5px 0;
        font-weight: 400;
        font-size: 14px;
        line-height: 1.2;
        color: #595C7D;
    }
}

@media (max-width: 1200px) {

    a.in-category.category-top-link:before {
        background-image: unset;
        border: 1px solid #F6E8FB;
        border-radius: 50px;
    }

    .desc-category-block>.col-sm-12 {
        padding: 55px 35px;
    }

    .flex-product-content {
        margin-right: 20px;
        width: 70%;
        flex-basis: 70%;
    }

    #product .options .form-group .inputs-wrap .radio {
        flex-basis: calc(50% - 10px);
    }

    span.ro_inner-price {
        font-size: 16px;
    }

    span.ro_inner-currency {
        font-size: 14px;
    }

    span.inside-link-active.product-link-option {
        font-size: 12px;
    }

    .product_cart-main_block {
        flex-basis: calc(50% - 15px);
    }

    .related_option_inner>img {
        margin-right: 5px;
        max-width: 45px;
    }

    .product_related_link a,
    span.active-link-related {
        padding: 5px;
    }

    .nav_link-methods ul li {
        font-size: 16px;
    }

    .item_method_cart {
        padding: 15px 20px;
    }

    .item_method_cart span {
        font-size: 16px;
        margin-left: 15px;
    }

    .product_cart-thumb {
        width: 48%;
        flex-basis: 48%;
    }

    .product_banner {
        flex-direction: column !important;
    }

    .product_banner {
        padding: 7px;
    }

    .product_banner_item {
        gap: 5px;
    }

    .product_banner_item img {
        width: 21px;
    }

    .product_banner_item span {
        font-size: 14px;
    }

    .vert-arrow {
        display: none;
    }

    .product_cart-main_block {
        flex-basis: calc(50% - 15px);
    }

    #product .options .form-group .inputs-wrap .radio {
        flex-basis: calc(50% - 10px);
    }

    .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;
    }

    .item_method_cart {
        padding: 15px 20px;
    }

    .item_method_cart span {
        font-size: 16px;
        margin-left: 15px;
    }
}

@media (max-width: 1024px) {
    .container-carousel {
        height: 80vh;
    }

    .bsmps-image {
        min-height: 143px;
    }
}


@media (min-width: 991px) {
    .product-thumb-inner {
        position: sticky;
        top: 100px;
    }
}

@media (min-width: 769px) {
    .options label.control-label {
        font-weight: 400;
        font-size: 20px;
        line-height: 1.2;
        text-transform: uppercase;
        color: #595C7D;
        margin-bottom: 20px;
    }

    .compact-price-quantity-buy span.price-text {
        margin-left: 0px;
    }
}

@media (max-width: 1460px) {
    .cashback-product-cart>img {
        margin-right: 2px;
    }

    span.cashback-product-text {
        font-size: 14px;
    }

    .input-group-btn-flex button {
        width: 35px;
    }

    input#score {
        width: 40px;
    }
}

@media(max-width: 1380px) {
    .geo_tab_content_item {
        font-size: 14px;
    }

    #common-home {
        overflow: hidden;
    }
}

@media(max-width: 1280px) {
    #logo {
        margin-right: 20px;
    }

    .block-telegram {
        margin-right: 10px;
    }

    .item-search-block {
        margin-right: 15px;
    }
}

@media(max-width: 1024px) {
    .column-header-logo .block-telegram span {
        display: none;
    }

    .grid_block_left {
        max-width: 100%;
        height: 370px;
    }

    .grid_block_wrapper {
        flex-direction: column;
    }

    .grid_block_left img {
        width: auto;
        height: 200px;
    }

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

    .tab_content_review {
        height: 70px;
    }

    .geo_tab_content {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media(max-width: 992px) {

    .mob_menu_kabinet_head {
        display: flex;
        align-items: center;
        gap: 15px;
        position: relative;
    }

    .mob_menu_kabinet_head_btn {
        position: absolute;
        right: 5px;
        top: 50%;
        translate: 0 -50%;
        width: 38px;
        height: 38px;
        border-radius: 50%;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        background-image: url(/image/acc-h-btn.png);
        background-size: cover;
        padding-left: 2px;
    }

    .mob_menu_kabinet_phone {
        font-weight: 500;
        font-size: 14px;
        line-height: 86%;
        color: #312F44;
        margin-bottom: 7px;
    }

    .mob_menu_kabinet_bonus {
        font-weight: 500;
        font-size: 13px;
        line-height: 92%;
        color: rgba(89, 92, 125, 0.6);
    }

    .mob_menu_kabinet_name {
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 55px;
        height: 55px;
        background: linear-gradient(90deg, #cc21d1 0%, #2d36f3 100%);
        font-weight: 400;
        font-size: 30px;
        line-height: 84%;
        color: #fff;
    }

    .mob_menu_kabinet {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        margin: 16px 0 30px;
        padding: 0 10px;
        transition: 0.4s;
        overflow: hidden;
        max-height: 300px;
    }

    .mob_menu_kabinet.close_cab {
        margin-top: 0;
        opacity: 0;
        visibility: hidden;
        max-height: 0;
    }

    .mob_menu_kabinet_head_btn svg {
        transition: 0.3s;
    }

    .mob_menu_kabinet_head:has(+.close_cab) .mob_menu_kabinet_head_btn svg {
        rotate: 180deg;
    }

    .mob_menu_kabinet a {
        padding: 0;
        display: flex;
        align-items: center;
        gap: 12px;
        font-weight: 500;
        font-size: 13px;
        line-height: 92%;
        color: #312F44;
    }

    .mob_menu_kabinet a svg {
        width: 20px;
        min-width: 20px;
    }


    body {
        padding-top: 88px;
    }

    .container-carousel {
        height: 55vh;
    }


    #grid-view,
    #list-view {
        display: none;
    }

    .cat_reviews {
        height: 34px !important;
        margin-right: 0 !important;
    }
}

@media(min-width: 769px) {
    .compact-price-quantity-buy .input-group-btn-flex * {
        line-height: 0;
    }

    .compact-price-quantity-buy .btn-group-flex {
        margin-top: 0;
    }
}

/* store reviews */

.store_reviews_title {
    font-size: 36px;
    font-weight: 300;
    line-height: 100%;
    margin-top: 0;
}

.store_reviews_wrapper {
    background: #f5f7f9;
    border-radius: 10px;
    padding: 25px;
    border: unset;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin-top: 20px;
    margin-bottom: 50px;
}

.store_rating,
.site_rating {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.store_rating .title,
.site_rating .title {
    font-size: 18px;
    font-weight: 500;
    line-height: 111%;
    background: linear-gradient(90deg, #4594e2 0.59%, #786fe7 100%);
    -webkit-background-clip: text;
    color: transparent;
}

.store_rating .rating,
.site_rating .rating {
    background: #fff;
    border-radius: 8px;
    border: unset;
    width: 201px;
    height: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 12px;
}

.store_rating .rating span,
.site_rating .rating span {
    font-size: 85px;
    font-weight: 700;
    line-height: 151%;
    background: linear-gradient(90deg, #4594e2 0.59%, #786fe7 100%);
    -webkit-background-clip: text;
    color: transparent;
}

.store_rating .stars,
.site_rating .stars {
    width: 116px;
    height: 20px;
    background: url(/image/catalog/rate-stars.png) repeat-x 0 0;
}

.store_rating .stars .active,
.site_rating .stars .active {
    height: 20px;
    background: url(/image/catalog/rate-stars.png) repeat-x 0 -28px;
}

.summary_rating {
    margin-left: 15px;
    width: auto;
    position: relative;
}

.summary_rating .stars {
    display: flex;
    align-items: center;
}

.summary_rating .stars:not(:first-child) {
    margin-top: 14px;
}

.summary_rating .stars .title {
    font-size: 19px;
    font-weight: 600;
    line-height: 98%;
    text-align: center;
    color: #333;
    width: 12px;
    min-width: 12px;
    display: block;
    margin-right: 12px;
}

.summary_rating .percent_line_wrapper {
    width: 165px;
    height: 10px;
    position: relative;
    margin-left: 8px;
}

.summary_rating .percent_line_wrapper:before {
    content: "";
    position: absolute;
    display: block;
    background: #c7d5e2;
    border-radius: 32px;
    width: 165px;
    height: 10px;
}

.summary_rating .percent_line_wrapper:after {
    content: "";
    position: absolute;
    display: block;
    background: linear-gradient(90deg, #4594e2 0.59%, #786fe7 100%);
    border-radius: 32px;
    height: 10px;
}

.add_review {
    text-align: center;
    width: 33%;
}

.add_review .auth_text {
    font-size: 18px;
    background: linear-gradient(90deg, #4594e2 0.59%, #786fe7 100%);
    -webkit-background-clip: text;
    color: transparent;
    width: 95%;
}

.add_review .auth_text a {
    background: linear-gradient(90deg, #4594e2 0.59%, #786fe7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    text-decoration: underline;
    opacity: 1;
    transition: all .3s;
}

.add_review .auth_text a:hover {
    opacity: .9;
    transition: all .3s;
}

.add_review .total_reviews_text {
    font-size: 18px;
    background: linear-gradient(90deg, #4594e2 0.59%, #786fe7 100%);
    -webkit-background-clip: text;
    color: transparent;
    margin-top: 15px;
}

.store_reviews .review {
    display: flex;
    margin-bottom: 35px;
    padding-bottom: 25px;
    border: unset;
    border-bottom: 1px solid #d6d6d6;
}

.store_reviews .review .author {
    width: 25%;
}

.store_reviews .review .body {
    width: 75%;
}

.store_reviews .review .body .rates {
    display: flex;
}

.store_reviews .review .body .rates .service_rates,
.store_reviews .review .body .rates .site_rates {
    width: 50%;
}

.store_reviews .review .body .rates .service_rates .rates-title {
    margin-left: 15px;
}

.store_reviews .review .body .rates .service_rates .rates-start,
.store_reviews .review .body .rates .site_rates .rates-start {
    display: flex;
    margin-top: 8px;
    margin-bottom: 5px;
    gap: 5px;
}

.store_reviews .review .body .rates .service_rates .rates-start {
    margin-left: 15px;
}

.store_reviews .review .body .rates .service_rates .rates-start .star,
.store_reviews .review .body .rates .site_rates .rates-start .star {
    width: 21px;
    height: 20px;
    background: url(/image/catalog/rate-stars.png) top center no-repeat;
    background-size: 100% auto;
}

.store_reviews .review .body .rates .service_rates .rates-start .star.active,
.store_reviews .review .body .rates .site_rates .rates-start .star.active {
    background-position: bottom;
}

.store_reviews .review .body .text .comment {
    font-size: 16px;
    margin: 15px;
}

.store_reviews .review .body .text .reply {
    font-size: 14px;
    background: #f5f7f9;
    border-radius: 10px;
    padding: 15px 20px;
    margin: 15px 0;
}

.store_reviews .review .body .text .author {
    font-weight: 700;
    line-height: 120%;
    color: #333;
    margin-bottom: 8px;
    padding: 0;
}

.store_reviews {
    font-size: 14px;
}

.btn-new-review {
    font-size: 18px;
    color: #fff;
    background: linear-gradient(90deg, #4594e2 0.59%, #786fe7 100%);
    border: unset;
    border-radius: 53px;
    height: 55px;
    padding: 0 35px;
    opacity: 1;
    transition: all .3s;
}

.btn-new-review:hover {
    opacity: .9;
    transition: all .3s;
}

.btn-new-review.cancel {
    color: #9c9c9c;
    background: #F0F0F0;
}

.btn-new-review.cancel:hover {
    color: #9c9c9c;
    background: #d9d9d9;
}

.modal-dialog {
    position: relative;
    top: 25%;
    transform: translateY(-25%);
}

.modal-header {
    display: flex;
    border: unset;
}

.modal-body {
    padding: 35px;
}

.modal-body .close {
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 30px;
    font-weight: 400;
    transition: all .3s;
}

.modal_title {
    text-align: center;
    background: linear-gradient(90deg, #4594e2 0.59%, #786fe7 100%);
    -webkit-background-clip: text;
    color: transparent;
    margin: unset;
    margin-bottom: 10px;
}

.modal_two_columns {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.column {
    width: 45%;

}

.column_label {
    font-size: 12px;
    width: 100%;
}

.column_label input {
    font-size: 12px;
    font-weight: 400;
    border-radius: 10px;
    margin-top: 5px;
}

.comment {
    display: flex;
    flex-direction: column;
    margin-top: 15px;
}

.comment_label {
    font-size: 12px;
    border-radius: 10px;
    margin-top: 5px;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.comment_label textarea {
    font-size: 12px;
    font-weight: 400;
    border-radius: 10px;
    margin-top: 10px;
}

.rate-stars,
.rate-stars2 {
    box-sizing: border-box;
}

.rate-star,
.rate-star2 {
    width: 21px;
    height: 23px;
    background: url(/image/catalog/rate-stars.png) top center no-repeat;
    display: inline-block;
    cursor: pointer;
}

.star-hover,
.star-change,
.star-hover2,
.star-change2 {
    background-position: bottom;
}

.buttons {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 15px;
}

@media (max-width: 1050px) {
    .store_reviews_wrapper {
        flex-wrap: wrap;
    }
}

@media (max-width: 768px) {
    .store_reviews_wrapper {
        flex-direction: column;
    }

    .add_review {
        width: 100%;
    }
}

@media (max-width: 500px) {
    .site_rates {
        margin-left: 15px;
    }

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

@media (max-width: 420px) {
    .store_reviews_wrapper {
        flex-direction: column;
    }

    .percent_line_wrapper {
        display: none;
    }
}

@media (max-width: 350px) {
    .review {
        flex-direction: column;
        align-items: flex-start;
    }

    .rates-start .star {
        max-width: 14px;
        height: 18px !important;
    }

    .review .author {
        margin-left: 15px;
        margin-bottom: 15px;
    }

    .review .author,
    .review .body {
        width: 100%;
    }
}

/* blog category */

h1.blog_title {
    font-weight: 500;
    font-size: 36px;
    line-height: 49px;
    text-transform: uppercase;
    color: #595C7D;
    margin-bottom: 25px;
    margin-top: 22px;
    border: none !important;
    padding-left: 15px;
    padding-bottom: 10px;
}

.articles_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 30px;
    padding: 0 15px;
}

.articles_wrapper>.article_cart {
    flex: 1 1 23%;
    box-sizing: border-box;
}

@media (max-width: 1024px) {
    .articles_wrapper>.article_cart {
        flex: 1 1 33%;
        box-sizing: border-box;
    }
}

@media (max-width: 768px) {
    .articles_wrapper>.article_cart {
        flex: 1 1 50%;
        box-sizing: border-box;
    }
}

@media (max-width: 500px) {
    .articles_wrapper>.article_cart {
        flex: 1 1 100%;
        box-sizing: border-box;
    }
}

.article_cart .article_image {
    width: 100%;
    border-radius: 20px;
    min-height: 230px;
    object-fit: cover;
    object-position: center;
    display: block;
}

/* .article_image {
  transition: transform 0.3s ease;
}

.article_image:hover {
  transform: scale(1.1);
} */

.article_cart_date {
    margin-top: 25px;
}

.article_cart_date span {
    color: #595C7D;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
}

.article_cart_description {
    padding: 17px 0;
}

.article_cart_description_href {
    /* box-sizing: border-box;
    display: block;
    min-height: 50px; */
}

.article_cart_description_href:hover {
    text-decoration: none;
}

.article_cart_description_href span {
    font-weight: 600;
    font-size: 21px;
    line-height: 1.2;
    font-family: 'Gilroy';
    color: #595C7D;
    text-transform: uppercase;
}

.article_cart_description_description {
    font-size: 14px;
    color: #312f44;
    line-height: 18px;
    font-weight: 300;
    margin: 15px 0;
    /* box-sizing: border-box;
    display: block;
    min-height: 54px; */
}

.article_cart_description_arrow_href {
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    background: linear-gradient(90deg, #4593E2 0.72%, #7770E7 100.36%);
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-right: 10px;
}

.article_cart_description_arrow:hover .article_cart_description_arrow_href {
    margin-right: 20px;
    transition: all .3s;
}

/* blog article */

.article_title {
    font-size: 36px;
    font-weight: 500;
    line-height: 49px;
    text-transform: uppercase;
    color: #595C7D;
    margin-bottom: 25px;
    margin-top: 22px;
    border: none !important;
}

.article_top_bar {
    display: block;
    margin-bottom: 15px;
}

.article_top_bar span {
    font-family: 'Gilroy';
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-right: 10px;
}

.article_description {
    display: flex;
}

.article_description img {
    width: 100%;
    border-radius: 15px;
}

.article_description .col-md-8 {
    width: 100%;
}

.article_description .article_description_left {
    flex: 1;
}

.article_description .article_description_right {
    flex: 0 0 33%;
    padding: 0 20px;
}

.article_img img {
    width: 100%;
    border-radius: 15px;
}

.article_img {
    margin-bottom: 30px;
}

@media (max-width: 900px) {
    .article_description {
        flex-direction: column-reverse;
    }

    .article_description .article_description_right {
        width: 100%;
        padding: 0;
        margin-bottom: 15px;
    }

    .article_description .article_description_left {
        width: 100%;
        padding: 0;
    }

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

.article_description_right_toc {
    position: sticky;
    top: 100px;
    padding: 25px 20px;
    border-radius: 15px;
    border: 1px solid #eff2f4;
    box-shadow: 0 0 70px rgba(0, 0, 0, 0.05);
}

.article_description_right_toc_title {
    text-align: left;
}

.article_description_right_toc_content {
    padding: 20px;
    padding-right: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.article_description_right_toc_content li::marker {
    color: #4594E2;
}

.article_description_right_toc_content>li:not(:last-child) {
    margin-bottom: 10px;
}

.article_description_right_toc_content li a {
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    background: linear-gradient(90deg, #4594E2 35.11%, #776FE7 65.05%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.article_description_new_review_title {
    font-size: 24px;
    font-weight: 300;
}

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

.article_description_new_review_body label {
    font-weight: 400;
}

.article_description_new_review_body .form-group {
    margin: unset;
    margin-top: 10px;
}

.btn_article_review {
    background: linear-gradient(90deg, #4594E2 0.59%, #786FE7 100.59%);
    border-radius: 53px;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 14px;
    line-height: 25px;
    border: unset;
    padding: 10px 20px;
    margin-top: 20px;
    opacity: 1;
    transition: all .3s;
}

.btn_article_review:hover {
    opacity: .9;
}

/* Rating Stars Styles */
.rating-stars-wrapper {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    direction: ltr;
}

.rating-stars-wrapper input[type="radio"] {
    display: none;
}

.rating-stars-wrapper label {
    cursor: pointer;
    margin: 0;
    padding: 0;
    transition: all 0.2s ease;
}

.rating-stars-wrapper label i {
    font-size: 24px;
    color: #ddd;
    transition: color 0.2s ease;
}

/* Hover effect - highlight current and all previous stars */
.rating-stars-wrapper label:hover i,
.rating-stars-wrapper label:hover~label i {
    color: #776FE7;
}

/* Active state - when radio is checked */
.rating-stars-wrapper input[type="radio"]:checked~label i {
    color: #776FE7;
}

/* Fix reverse order for checked state */
.rating-stars-wrapper input[type="radio"]#star-1:checked~label i,
.rating-stars-wrapper input[type="radio"]#star-2:checked~label i,
.rating-stars-wrapper input[type="radio"]#star-3:checked~label i,
.rating-stars-wrapper input[type="radio"]#star-4:checked~label i,
.rating-stars-wrapper input[type="radio"]#star-5:checked~label i {
    color: #ddd;
}

.rating-stars-wrapper input[type="radio"]#star-1:checked~label[for="star-1"] i {
    color: #776FE7;
}

.rating-stars-wrapper input[type="radio"]#star-2:checked~label[for="star-1"] i,
.rating-stars-wrapper input[type="radio"]#star-2:checked~label[for="star-2"] i {
    color: #776FE7;
}

.rating-stars-wrapper input[type="radio"]#star-3:checked~label[for="star-1"] i,
.rating-stars-wrapper input[type="radio"]#star-3:checked~label[for="star-2"] i,
.rating-stars-wrapper input[type="radio"]#star-3:checked~label[for="star-3"] i {
    color: #776FE7;
}

.rating-stars-wrapper input[type="radio"]#star-4:checked~label[for="star-1"] i,
.rating-stars-wrapper input[type="radio"]#star-4:checked~label[for="star-2"] i,
.rating-stars-wrapper input[type="radio"]#star-4:checked~label[for="star-3"] i,
.rating-stars-wrapper input[type="radio"]#star-4:checked~label[for="star-4"] i {
    color: #776FE7;
}

.rating-stars-wrapper input[type="radio"]#star-5:checked~label[for="star-1"] i,
.rating-stars-wrapper input[type="radio"]#star-5:checked~label[for="star-2"] i,
.rating-stars-wrapper input[type="radio"]#star-5:checked~label[for="star-3"] i,
.rating-stars-wrapper input[type="radio"]#star-5:checked~label[for="star-4"] i,
.rating-stars-wrapper input[type="radio"]#star-5:checked~label[for="star-5"] i {
    color: #776FE7;
}

/* Rating Stars Styles */
.rating-stars-wrapper {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.rating-stars-wrapper input[type="radio"] {
    display: none;
}

.rating-stars-wrapper label {
    cursor: pointer;
    margin: 0;
    padding: 0;
}

.rating-stars-wrapper label i {
    font-size: 24px;
    transition: all 0.2s ease;
}

.rating-stars-wrapper label i.fa-star-o {
    color: #ddd;
}

.rating-stars-wrapper label i.fa-star {
    color: #776FE7;
}

.sku-text {
    color: #000 !important;
}

.product-category .row.limits,
.product-special .row.limits {
    padding-top: 0px;
    padding-bottom: 15px;
    display: flex;
    align-items: center;
}


.product-category .row.limits .count-products,
.product-special .row.limits .count-products {
    font-size: 16px;
    color: #111;
}

.product-category .row.limits .text-right>.btn-group,
.product-special .row.limits .text-right>.btn-group {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.cat_reviews_count {
    padding-right: 15px;
    white-space: nowrap;
}

.cat_reviews {
    margin-right: 25px;
    color: #03009f;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #7371e6;
    padding: 0 20px;
    transition: 0.4s;
    border-radius: 50px;
    /* display: none; */
    font-size: 13px;
    white-space: nowrap;
}

.cat_reviews:hover {
    color: #7371e6;
    background: #f0f0ff;
    border: 1px solid #7371e6;
    text-decoration: none;
}

.mobileShow {
    display: none;
}

.product-category .row.limits .text-right>.btn-group>button.active,
.product-special .row.limits .text-right>.btn-group>button.active {
    color: #4478b5;
}

button#grid-view {
    background: #fff;
}

.product-category .row.limits .text-right>.btn-group>.btn-group,
.product-special .row.limits .text-right>.btn-group>.btn-group {
    margin-left: 20px;
}

.limits button.btn.btn-default.dropdown-toggle {
    padding-top: 0px;
    background: #fff;
    padding: 0px;
    border: none !important;
    box-shadow: none !important;
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

span.list-drop-block {
    border: 1.5px solid #4C77FF;
    border-radius: 73px;
    display: flex !important;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    height: 40px;
    min-width: 170px;
    padding: 0px 15px;
    margin-top: 0px;
    font-size: 16px !important;
    color: #535c7d;
    font-weight: 400 !important;
}

.product-category .row.limits .dropdown-menu,
.product-special .row.limits .dropdown-menu {
    left: unset;
    right: 8px;
    border-radius: 7px;
    overflow: hidden;
    padding-top: 0;
}

.product-category .row.limits div.btn-group button>span:first-of-type,
.product-special .row.limits div.btn-group button>span:first-of-type {
    color: #595C7D;
    padding-right: 4px;
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    background: linear-gradient(90deg, #5890ff 0%, #242bff 100%) !important;
}

.category-top-links-block.three-link {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 15px;
    column-gap: 10px;
}



a.in-category.category-top-link {
    display: block;
    min-width: 170px;
    padding: 7px 15px;
    text-align: center;
}

a.in-category.category-top-link:nth-last-child(1) {
    margin-right: 0;
}

.category-top-links-block {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

@media(max-width: 1199px) {
    .category-top-links-block {
        flex-wrap: wrap;
    }

    a.in-category.category-top-link {
        flex-basis: 48%;
        margin-bottom: 15px;
    }
}

@media(max-width: 767px) {
    .category-top-links-block {
        margin-bottom: 0;
    }

    a.in-category.category-top-link {
        margin-bottom: 15px;
        font-size: 12px;
        padding: 7px 12px;
        line-height: 18px;
        min-width: auto;
        flex-basis: 47.399%;
    }

}


.comp_page_btn_add_cart {
    width: 160px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(90deg, #cc21d1 0%, #2d36f3 100%);
    border: unset;
    border-radius: 30px;
}


.cat_wishcomp {
    display: flex;
    align-items: center;
    /* gap: 10px; */
    position: absolute;
    top: 10px;
    right: 25px;
    z-index: 100;
    gap: 5px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.price-old-comp {
    text-decoration: line-through;
}

.cat_wishcomp button {
    background: #fff;
    transition: 0.3s;
}

.cat_wishcomp button:hover {
    background: #f0f0ff;
}

.rating_reviews_wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    height: 17px;
}

.rating_reviews_wrapper .rating {
    margin-bottom: 0;
}

.cat_reviews_count {
    padding-right: 15px;
    white-space: nowrap;
}

.cat_reviews:hover {
    color: #7371e6;
    background: #f0f0ff;
    border: 1px solid #7371e6;
    text-decoration: none;
}

.cat_rev_ankor {
    padding-top: 50px;
    margin-top: -50px;
}

.compwish_added {
    background: linear-gradient(90deg, #5890ff 0%, #242bff 100%) !important;
}

.compwish_added img {
    filter: brightness(11);
}

.caption-product {
    padding: 0 15px;
}

.btn-group.btn-group-sm-flex {
    display: flex;
    flex-direction: column;
    height: auto !important;
}

.product-thumb span.price {
    background-clip: text;
    text-fill-color: transparent;
    font-weight: 500;
    font-size: 32px;
    line-height: 1;

    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    /* background: linear-gradient(90deg, #5890ff 0%, #242bff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
}

#product-category .product-thumb span.price,
#product-special .product-thumb span.price,
#product-search .product-thumb span.price {
    background: linear-gradient(90deg, #5890ff 0%, #242bff 100%) !important;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    font-size: 30px;
}

.product-thumb span.price {
    padding-left: 0px !important;
}

.product-category .price-new,
.product-special .price-new,
.product-search .price-new {
    background: linear-gradient(90deg, #5890ff 0%, #242bff 100%) !important;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

.product-category .price-new span,
.product-special .price-new span,
.product-search .price-new span {
    color: #595C7D;
    font-weight: 300;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: #595C7D;
    font-size: 20px;
}

.product-category .price-new .currency_special,
.product-special .price-new .currency_special,
.product-search .price-new .currency_special {
    font-size: 16px;
}


.price-oldd {
    background: none !important;
    -webkit-background-clip: initial !important;
    -webkit-text-fill-color: initial !important;
    background-clip: initial !important;
}

.product-category .price-oldd,
.product-special .price-oldd,
.product-search .price-oldd {
    color: #999;
    font-size: 24px;
}

.product-category .price-oldd,
.product-special .price-oldd,
.product-search .price-oldd {
    text-decoration: line-through;
    font-size: 18px;
}


button#grid-view,
button#list-view {
    border: none;
    background: transparent !important;
    box-shadow: none !important;
}

.product-category .product-layout.product-grid .product-thumb:hover,
.product-special .product-layout.product-grid .product-thumb:hover,
.product-search .product-layout.product-grid .product-thumb:hover {
    box-shadow: 0px 0px 10.4533px #dedee5;
    border-color: #fff;
}

.product-thumb:hover img {
    scale: 1.08;
}

li.dots span {
    border: none;
    padding-bottom: 0;
}

a.btn-pag-nav.btn-pag-next,
a.btn-pag-nav.btn-pag-prev {
    border: none !important;
    padding: 0;
}

button.btn.btn-block i {
    font-size: 17px;
    display: inline-block;
    margin-left: 2px;
    color: #fff;
    position: relative;
    top: 1px;
}



.product-category .list-group-item {
    color: #595C7D;
}

button.btn.btn-primary {
    box-shadow: none;
}

#content .product-layout.product-list {
    width: 100%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.product-category .product-layout.product-list .product-thumb,
.product-special .product-layout.product-list .product-thumb {
    display: flex;
    overflow: unset;
    border: none;
    border-bottom: 1px solid #DEDEE5;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-radius: 0;
}

.product-list .image-rating {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.popover-content .btn.btn-primary {
    background: linear-gradient(90deg, #4594E2 0.59%, #786FE7 100.59%);
    border-radius: 10px !important;
    font-family: 'Gilroy';
}

span.price {
    padding: 0px 10px !important;
}

.product-category .product-layout.product-list .product-thumb .image,
.product-special .product-layout.product-list .product-thumb .image {
    padding: 10px;
    max-width: 220px;
    margin-left: 0px;
    margin-bottom: 0px;
}

.product-list .caption-product {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 25px;
}

.product-list .price-btns.flex-option {
    max-width: 190px;
    position: absolute;
    right: 0;
    top: 10px;
    min-width: 170px;
    justify-content: flex-end;
}

.product-list button.btn.btn-primary {
    float: none !important;
    max-width: 170px;
}

.product-list .caption {
    margin-top: 10px !important;
}

.product-list .caption {
    width: calc(100% - 200px);
}

.product-list .btn-group.btn-group-sm-flex {
    position: unset;
    display: flex;
    justify-content: flex-end;
}


/* CATEGORY REVIEW START */

h2.default-title {
    font-weight: 500;
    font-size: 36px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #312F44;
    margin-bottom: 30px;
}

.category_review {
    margin-top: 50px;
}

.category_review-lists {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -10px;
}

.category_review-lists>div {
    flex-basis: calc(25% - 20px);
    margin: 10px;
    background: #fff;
    border-radius: 15px;
    border: 1.5px solid #DEDEE5;
}

.review_item-heading {
    padding: 10px 15px;
    border-bottom: 1px solid #DEDEE5;
}

.review_item-author-block {
    padding: 10px 15px;
    display: flex;
    align-items: center;
}

.review_item-body {
    padding: 10px 15px;
}

.review_item-heading a {
    display: flex;
    align-items: center;
    line-height: 1.3;
}

.review_item-heading a img {
    margin-right: 10px;
    border-radius: 5px;
}

.review_item-author {
    color: #595C7D;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 0;
    margin-top: 3px;
    margin-right: 5px;
}

.review_item-rating span {
    margin-right: 0px;
}

.review_item-rating .rating {
    margin-bottom: 0;
    position: relative;
    top: 2px;
    padding-left: 5px;
}

.review_item-rating .rating i {
    margin-right: 2px;
}

.rating i.active {
    color: #FDDB2C;
}

a.cat_reviews_count {
    font-size: 14px;
    color: #242BFF;
}


.block_tel_mob {
    display: none;
}

.mob_menu_head,
.mob_login_burger,
.menu-item-image,
.dropdown_sub_menu_mob_btn,
.mob_menu_nums {
    display: none;
}










.calculator_page {
    display: flex;
    justify-content: space-between;
}

.calculator_opts {
    width: 55%;
}

#calculator_results {
    width: 40%;
}

.opt_block-title,
.calculator_rec-title {
    color: #312f44;
    font-size: 16px;
    line-height: 40px;
    font-weight: bold;
}

.opt_block.opt_block-flex {
    display: flex;
    justify-content: space-between;
}

.opt_block.opt_block-flex>* {
    width: calc(50% - 12.5px);
}

.calculator_page input[type=range] {
    -webkit-appearance: none;
    margin: 18px 0;
    width: 100%;
}

.calculator_page input[type=range]:focus {
    outline: none;
}

.calculator_page input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 0px;
    cursor: pointer;
    background: #82919e00;
    border-radius: 1.3px;
    border: none;
}

.calculator_page input[type=range]::-webkit-slider-thumb {
    border: 3px solid #a1d4eb;
    height: 29px;
    width: 29px;
    border-radius: 300px;
    background: linear-gradient(90deg, #4594E2 0.59%, #786FE7 100.59%);
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -14px;
    box-sizing: border-box;
}

.pgvgrange-names {
    display: flex;
}

.pgvgrange-names>* {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.pgvgrange {
    position: relative;
    height: 49px;
}

#pgrange_name {
    background: linear-gradient(to left, #424242, #1e1e1e);
    box-sizing: content-box;
    height: 39px;
    border-radius: 50px 0 0 50px;
    border-right: 0;
}

#vgrange_name {
    background: linear-gradient(to left, #00aaee, #0076b7);
    box-sizing: content-box;
    height: 39px;
    border-radius: 0 50px 50px 0;
    border-left: 0;
}

.pgvgrange input {
    position: absolute;
    top: 3px;
}

.pgvgrange-names {
    display: flex;
    border-radius: 100px;
    overflow: hidden;
    border: 3px solid #f0f0f0;
}

.nicotine_value_range {
    height: 49px;
    background: #f0f0f0;
    padding: 5px 5px;
    border-radius: 50px;
    position: relative;
}

.calculator_page .nicotine_value_range input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 39px !important;
    cursor: pointer;
    background: #008dce !important;
    border-radius: 50px;
    border: none;
    margin: -18px 0;
    padding: 0 5px;
}

.calculator_page .nicotine_value_range input[type=range]::-webkit-slider-thumb {
    margin: 4px 0px;
}

.result_amount input,
.water_amount input,
.nicotine_value_num input,
.nicotine_amount input,
.arom_index_amount input,
.drops_amount input {
    border-radius: 50px;
    border: none;
    background: #f0f0f0;
    height: 48px;
    text-align: center;
    color: #0079ba;
    font-size: 21px;
    line-height: 25px;
    font-weight: 600;
    outline: none;
}

.nicotine_value_num_range {
    display: flex;
}

.nicotine_value_num input {
    max-width: 90px;
    margin-right: 15px;
}

.nicotine_value_btns input,
.nicbase_type input,
.arom_index_nic_type input {
    display: none;
}

.nicotine_value_btns label,
.nicbase_type label,
.arom_index_nic_type label {
    font-size: 16px;
    line-height: 25px;
    font-weight: bold;
    padding: 10px 20px;
    border: 2px solid #f3f3f3;
    border-radius: 100px;
    cursor: pointer;
    margin-bottom: 18px;
    margin-top: 15px;
    margin-right: 5px;
    position: relative;
    overflow: hidden;
}

input[name="nicotine_value"]:checked~span::before,
.nicbase_type input:checked~span::before,
.arom_index_nic_type input:checked~span::before {
    content: '';
    position: absolute;
    background: #f3f3f3;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

input[name="nicotine_value"]:checked~span,
.nicbase_type input:checked~span,
.arom_index_nic_type input:checked~span {
    color: #0079ba;
}

.arom-block>input {
    font-size: 16px;
    line-height: 25px;
    font-weight: bold;
    padding: 10px 20px;
    border: 2px solid #f3f3f3;
    border-radius: 100px;
    margin-bottom: 18px;
    margin-top: 15px;
    margin-right: 5px;
    outline: none;
}

#aroms_amount>* {
    display: flex;
    align-items: center;
}

.arom_index_nic_type {
    display: flex;
    margin: 0 10px;
}

.arom_index_amount {
    margin: 0 10px 0;
}

#add_arom_amount {
    color: #0079ba;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 17px;
    font-weight: bold;
    border-bottom: 2px dashed;
    display: inline-block;
    cursor: pointer;
}

#add_arom_amount::before {
    content: '+ ';
}

.arom_index_amount input {
    max-width: 100px;
}

.delete_arom_index {
    cursor: pointer;
}

#calculator_rec_table th {
    text-align: right;
    padding-right: 0;
    padding-left: 40px;
}

#calculator_rec_table tr:nth-of-type(2n-1)>td {
    background: #eee;
}

#calculator_rec_table tr td:first-of-type {
    padding-left: 5px;
}

#calculator_rec_table tr>*:last-of-type {
    padding-right: 5px;
}

#calculator_rec_table tr:last-of-type {
    font-weight: bold;
}

#calculator_rec_table tr>* {
    padding-top: 5px;
    padding-bottom: 5px;
}

#calculator_rec_table td {
    text-align: right;
}

#calculator_rec_table tr td:first-of-type {
    text-align: left;
}

.calculator_page {
    margin-bottom: 50px;
}

.delete_arom_index {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs' version='1.1' x='0' y='0' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512' xml:space='preserve'%3E%3Cg%3E%3Cg xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m424 64h-88v-16c0-26.51-21.49-48-48-48h-64c-26.51 0-48 21.49-48 48v16h-88c-22.091 0-40 17.909-40 40v32c0 8.837 7.163 16 16 16h384c8.837 0 16-7.163 16-16v-32c0-22.091-17.909-40-40-40zm-216-16c0-8.82 7.18-16 16-16h64c8.82 0 16 7.18 16 16v16h-96z' fill='%23c2c2c2' data-original='%23000000' style=''/%3E%3Cpath d='m78.364 184c-2.855 0-5.13 2.386-4.994 5.238l13.2 277.042c1.22 25.64 22.28 45.72 47.94 45.72h242.98c25.66 0 46.72-20.08 47.94-45.72l13.2-277.042c.136-2.852-2.139-5.238-4.994-5.238zm241.636 40c0-8.84 7.16-16 16-16s16 7.16 16 16v208c0 8.84-7.16 16-16 16s-16-7.16-16-16zm-80 0c0-8.84 7.16-16 16-16s16 7.16 16 16v208c0 8.84-7.16 16-16 16s-16-7.16-16-16zm-80 0c0-8.84 7.16-16 16-16s16 7.16 16 16v208c0 8.84-7.16 16-16 16s-16-7.16-16-16z' fill='%23c2c2c2' data-original='%23000000' style=''/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    font-size: 0;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
}

@media(max-width: 770px) {
    .calculator_page {
        flex-flow: column;
    }

    .calculator_page>* {
        width: 100%;
    }

    .opt_block-title,
    .calculator_rec-title {
        line-height: 26px;
        margin: 12px 0;
    }

    .opt_block.opt_block-flex {
        flex-flow: column;
    }

    #aroms_amount>* {
        flex-flow: wrap;
    }

    .arom-block>input {
        width: 100%;
        margin-bottom: 0;
    }

    .arom_index_amount input {
        max-width: 80px;
    }

    .arom_index_amount {
        margin-left: 0;
        margin-right: 0;
    }

    .calculator_page>#calculator_results {
        width: 100%;
        margin-top: 30px;
    }

    #calculator_rec_table tr td:first-of-type {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 12px;
    }

    #calculator_rec_table tr {
        display: flex;
        justify-content: space-between;
    }

    #calculator_rec_table tr>* {
        width: 100%;
    }

    #calculator_rec_table table {
        width: 100%;
    }
}

.link_calc {
    width: 60px;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    background: linear-gradient(90deg, #4594E2 0.59%, #786FE7 100.59%) !important;
    border-radius: 0 7px 7px 0;
    padding: 10px;
    z-index: 100000;
}

.link_calc svg {
    max-width: 40px;
    height: 40px;
    fill: #fff;
    animation: puls 2s linear infinite;
}

.link_calc a {
    display: block;
    margin: 0;
    transform: rotate(-90deg);
    transform-origin: center;
    white-space: nowrap;
    width: 196px;
    height: 180px;
    top: -12px;
    position: relative;

}

.link_calc a:hover {
    text-decoration: none;
}

@keyframes puls {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

@media (max-width: 991px) {
    .link_calc {
        top: calc(100% - 375px);
        transform: translateY(0);
    }
}

@media (max-width: 769px) {


    .main-content #content {
        width: 100%;
    }

    .link_calc {
        display: flex;
        flex-direction: row-reverse;
        width: 250px;
        left: -190px;
        transition: left 0.4s;
    }

    .link_calc:hover {
        left: -0px;
    }

    .link_calc a {
        display: flex;
        align-items: center;
        padding-right: 20px;
        margin: 0;
        transform: none;
        transform-origin: center;
        white-space: nowrap;
        width: auto;
        height: auto;
        top: 0px;
        position: relative;
    }
}

.content_order {
    width: 100%;
}

.content-order-title {
    margin-top: 0 !important;
}

/* ORDER LIST STYLES */

.main-content-wrapper-order-list h1.h2.text-center.content-title {
    margin-bottom: 0;
    padding-bottom: 30px;
}

.table-header-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #9E9E9E;
}

.table-header-text:first-child,
.table-body-text:first-child {
    text-align: start;
}

.table-body-text {
    font-weight: 500;
    font-size: 15px;
    color: #595C7D;
    border-top: none !important;
    vertical-align: middle !important;
}

.table-body-text-count {
    text-align: left;
}

.table-header-text-count {
    text-align: left;
}

.table-order-header {
    border-bottom: 1px solid #ddd;
}

.table-body-text-status label {
    width: 100%;
    text-align: center;
    border-radius: 72px !important;
    margin-bottom: 0 !important;
}

.table-header-text-status {
    text-align: left;
}

/* ORDER INFO STYLES */

.main-content-wrapper h1.h2.text-center.content-title.order-info-title {
    margin-bottom: 15px;
    padding-bottom: 30px;
    border-bottom: 1px solid #EFEFEF;
}

.catalog-descr p.content-order-details {
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 0 !important;
    padding-bottom: 15px;
    border-bottom: 1px solid #EFEFEF;
}

.table-header-details {
    font-size: 16px;
    color: #595C7D;
    margin-top: 20px;
    margin-bottom: 0;
}

.table.table-header-details th {
    border-top: unset !important;
}

.table-header-details th b {
    margin-bottom: 20px;
    display: inline-block;
}

.main-content .text-center.order-address-details {
    font-weight: 500;
    font-size: 24px;
    color: #595C7D;
    margin: 0;
    padding: 15px 10px;
    border-bottom: 1px solid #EFEFEF;
    border-top: 1px solid #EFEFEF;
}

.order-address-body {
    border-bottom: 1px solid #EFEFEF;
    margin-top: 5px;
}

.order-address-body tr th {
    font-weight: 400;
    font-size: 16px;
    color: #595C7D;
}

.product-info-order {
    background: #F1F1F1;
}

.order-table-wrapper {
    border: 0.670165px solid #F1F1F1;
    border-radius: 8px;
}

.order-table-wrapper table {
    margin-bottom: 0;
}

.order-info-wrapper img {
    width: 80%;
}

.order-product-name {
    font-weight: 500;
    font-size: 14px;
    background: linear-gradient(180deg, #4493E2 0%, #7770E7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.order-product-name small {
    font-size: 12px;
    background: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: #6B6B6B;
    background-clip: unset;
}

.order-quantity-value {
    text-align: center;
}

.order-total-info {
    border-top: 0.670165px solid #F1F1F1 !important;
}

.order-product-total {
    background: linear-gradient(90deg, #4396E2 3.03%, #697AE6 31.7%, #786FE7 42.8%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.product-left-order-border {
    border-top-left-radius: 8px;
}

.product-right-order-border {
    border-top-right-radius: 8px;
}

.order-history-title {
    font-size: 24px;
    color: #595C7D;
}

.order-history-title td {
    font-weight: 500;
    font-size: 14px;
    color: #595C7D;
}

.order-history-body td {
    border-top: 1px solid #EFEFEF !important;
}

.order-info-wrapper td {
    border-top: 1px solid #F1F1F1 !important;
}

/* CHECKOUT STYLES START */

.d-flex {
    display: flex;
}

.checkout-profile {
    flex-basis: 57%;
    margin-right: 5%;
}

.checkout-submit {
    flex-basis: 38%;
}



.checkout-cart-product-item {
    display: flex;
    align-items: center;
}

.checkout-cart-product-item-image a img {
    max-width: 73px;
}

.checkout-cart-product-item-image {
    border-radius: 15px;
    border: 1.288px solid #ECE2E2;
    overflow: hidden;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.checkout-cart-product-item-name {
    margin-left: 15px;
}

.checkout-cart-product-item-name-text {
    background: linear-gradient(180deg, #4493E2 0%, #7770E7 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
}

.option-text {
    margin-top: 5px;
    color: #989898;
    font-family: Gilroy;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
}

.checkout-cart-product-quantity span i {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #D3D3D3;
    border-radius: 100%;
    font-style: normal;
    background: linear-gradient(180deg, #4493E2 0%, #7770E7 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 17px;
    font-weight: 500;
    cursor: pointer;
}

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

.checkout-cart-product-quantity span input {
    color: #595C7D;
    font-family: Gilroy;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    text-align: center;
    background: transparent;
    border: none;
    margin: 0px 5px;
}

.checkout-cart-product-quantity {
    margin-right: 30px;
}

.checkout-cart-product-item-price {
    color: #595C7D;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
    margin-right: 30px;
    white-space: nowrap;
}

button.btn-remove-product {
    background: transparent;
    border: none;
    padding: 0px;
    margin: 0px;
    display: flex;
}

.checkout-cart-image-name {
    display: flex;
    align-items: center;
}

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

.checkout-cart-product-item {
    justify-content: space-between;
}

.checkout-cart-product-item {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #d3d3d3;
}

.checkout-cart-product-item:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border: none;
}

.checkout-total-products {
    background: #fff;
    border-radius: 10px;
    margin-top: 20px;
    padding: 0;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    position: relative;
}

.checkout-total-products>div {
    background: #fff;
}

.cart_total-product {
    font-weight: 600;
    font-size: 16px;
    line-height: 75%;
    color: #312F44;
}

.cart_total-sum {
    font-weight: 600;
    font-size: 26px;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #312F44;
}

.checkout-total-products:before {
    content: "";
    position: absolute;
    left: 30px;
    right: 30px;
    height: 1px;
    background: #E8E8F5;
    z-index: -1;
    bottom: 35px;
}

.checkout-action-row {
    background-image: url('/image/catalog/checkout/bg.jpg');
    background-size: cover;
    border-radius: 20px;
    overflow: hidden;
}

.action-row-inner {
    display: flex;
    align-items: center;
    padding-left: 10px;
    padding-right: 20px;
}

.text_action-card {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    line-height: 30px;
    font-weight: 500;
}

.text_action-card span {
    font-weight: bold;
}

span#total_sum-action {
    font-size: 24px;
}

.action-delivery-cab img {
    min-width: 100px;
}

.text_action-card {
    margin-left: 20px;
    margin-right: 20px;
}

a.link-banner.checkout-link {
    padding-left: 20px;
    padding-right: 20px;
    white-space: nowrap;
}

.checkout-action-row {
    margin-top: 40px;
    margin-bottom: 40px;
}

.checkout_info_block_u {
    padding: 50px;
    padding: 20px 15px;
    border-radius: 18px;
    background: #f6f7f9;
    margin-bottom: 15px;
}

.checkout_block_title {
    font-weight: 600;
    font-size: 16px;
    line-height: 75%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #312F44;
    margin-bottom: 12px;
}

.checkout_profile-inner .mob_login_burger {
    margin-bottom: 18px;
}



.checkout-profile-user-fields {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -10px;
}

.checkout-profile-user-fields label {
    flex-basis: calc(50% - 20px);
    margin: 10px;
    margin-top: 0;
    margin-bottom: 10px !important;
}

.checkout-profile-user-fields label:last-child {
    margin-bottom: 0 !important;
}

.checkout_profile-inner label input {
    border: 1px solid #d6d6d6;
    border-radius: 8px;
    padding: 14px 21px;
    height: 42px;
    font-weight: 400;
    font-size: 13px;
    line-height: 154%;
    letter-spacing: -0.02em;
    color: rgba(49, 47, 68, 0.9);
    background: #fff;
}

.checkout_profile-inner label input::placeholder {
    font-weight: 400;
    font-size: 13px;
    line-height: 154%;
    letter-spacing: -0.02em;
    color: rgba(49, 47, 68, 0.45);
}

.checkout-profile-user-fields label span {
    font-weight: 400;
    font-size: 12px;
    line-height: 167%;
    letter-spacing: -0.02em;
    color: #312F44;
    margin-bottom: 5px;
    padding-left: 8px;
    display: block;
}

.checkout-profile-user {
    margin-top: 20px;
}

.comment-block {
    padding: 0;
    background: #fff;
    border-radius: 0px;
    margin-top: 30px;
}

.inside-comment-block textarea {
    display: block;
    border-radius: 12px;
    border: 1px solid #EAEAEA;
    width: 100%;
    padding: 15px;
    height: 100px;
}

.checkout-profile-subtitle {
    margin-top: 5px;
    margin-bottom: 20px;
    font-size: 16px;
    font-style: normal;
    font-weight: 399;
    line-height: 1.2;
    color: #9E9E9E;
}

.checkout-profile-subtitle a {
    background: linear-gradient(180deg, #4493E2 0%, #7770E7 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.wrapper-shipping-method {
    display: flex;
    flex-wrap: nowrap;
    margin: 0px -10px;
    gap: 0;
}

.item-shipping-method {
    flex-basis: calc(33.333% - 20px);
    margin: 10px;
}

.radio.item-shipping-method {
    gap: 15px;
}

.item-shipping-method label {
    padding: 0px;
    position: relative;
    width: 100%;
}

#cart_remove_product {
    cursor: pointer;
}

.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: 12px;
    line-height: 120%;
    color: #312F44;
    display: block;
    margin-bottom: 2px !important;
}

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: #fff;
    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: linear-gradient(-90deg, #cc21d1 0%, #2d36f3 100%);
}

.item-shipping-method input:checked~.inside-into-shipping .title-ship-item {
    color: #fff;
}

.item-shipping-method input:checked~.inside-into-shipping .shipping_pay_text {
    color: rgba(255, 255, 255, 0.75);
}

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

.inside-into-shipping {
    border-radius: 12px;
    padding: 7px;
}

.item-shipping-method input:checked~.inside-into-shipping .title-image-shipping {
    background: #fff;
}

.radio.item-shipping-method {
    margin-top: 0 !important;
    flex-basis: 100%;
}

input.error-input {
    border: 1px solid #FF6B6B;
    box-sizing: border-box;
    /* box-shadow: inset 0px 0px 13px rgb(255 52 50 / 15%); */
    box-shadow: inset 0px 0px 5px rgb(255 5 6 / 99%);
}

.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;
}

div#shipping_method_block .wrapper-shipping-method .radio.item-shipping-method:first-child {
    flex-basis: calc(66.667% - 20px);
    flex-basis: 100%;

    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);
}

.checkout-profile-address-inputs {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -10px;
}

.checkout-profile-address-inputs label {
    flex-basis: calc(50% - 20px);
    margin: 10px;
}

.delivery-inputs input {
    border-radius: 72px;
    border: 1px solid #D6D6D6;
    height: 50px;
    width: 100%;
    font-size: 14px;
    padding: 10px 20px;
}

.checkout-profile-address-inputs label span {
    color: #595C7D;
    font-family: Gilroy;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 5px;
    display: block;
}

span.shipping_pay_text {
    font-weight: 400;
    font-size: 11px;
    line-height: 120%;
    display: block;
    line-height: 115%;
    letter-spacing: -0.02em;
    color: rgba(49, 47, 68, 0.7);
}

.checkout-profile-address-fields {
    margin-top: 0;
}

.checkout-profile-user-fields label input {
    font-size: 14px;
    padding: 10px 20px;
}

div#payment_method_block {
    margin-top: 15px;
}

.cashback_wrapper {
    background: #F5F7F9;
    padding: 30px;
    border-radius: 15px;
    margin-bottom: 10px;
}

span.register-link-text {
    color: #9E9E9E;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 25px;
}

span.register-link-text a {
    background: var(--1, linear-gradient(180deg, #4493E2 0%, #7770E7 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.checkout-submit-container {
    background: #fff;
    padding: 0;
    border-radius: 0;
}

.checkout-total-title {
    color: #595C7D;
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 175%;
}

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

.checkout-total-title {
    margin-bottom: 5px;
}

.checkout-total-item-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 75%;
    color: #312F44;
}

.checkout-total-item-value {
    font-weight: 600;
    font-size: 26px;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #312F44;
}

.checkout_profile-inner {
    width: 100%;
}

button.submit-checkout {
    width: 100%;
    border-radius: 8px;
    background: linear-gradient(-90deg, #cc21d1 0%, #2d36f3 100%);
    border: none;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
    padding-top: 18px;
    padding-bottom: 18px;
    margin-top: 20px;
    transition: 0.3s;
}

button.submit-checkout:hover {
    filter: hue-rotate(-25deg);
}

.checkout_total-sum {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.total_sum-title {
    color: #989898;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 135%;
}

.total_sum-value {
    background: var(--1, linear-gradient(180deg, #4493E2 0%, #7770E7 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
}

.cashback-form-title {
    color: #595C7D;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
    margin-bottom: 10px;
}

.cahsback-input {
    display: flex;
}

input#total-cashback {
    padding: 0 20px;
    margin-right: 10px;
    background: transparent;
    font-size: 14px;
    width: 60%;
    min-width: 60%;
    border: 1px solid #d6d6d6;
    border-radius: 8px;
    height: 42px;
}

button.use-cashback {
    background: linear-gradient(to right, #5890ff, #242bff);
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    text-align: center;
    font-style: normal;

    border-radius: 8px;
    padding: 0 18px;
    height: 42px;

    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #fff;
    width: 100%;
    white-space: nowrap;
}

span.use-cashback-icon {
    display: flex;
    margin-left: 10px;
}

.checkout-submit-inner {
    position: sticky;
    top: 100px;
}

#checkout-form input:focus {
    outline: none;
    box-shadow: none;
}

.cashback_inner-row {
    display: flex;
    justify-content: space-between;
}

.cashback_inner-row>div {
    color: #595C7D;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
}

span.check-validate {
    display: none !important;
}

.cab-inputs input {
    border-radius: 72px;
    border: 1px solid #D6D6D6;
    height: 50px;
    width: 100%;
    font-size: 14px;
    padding: 10px 20px;
}

.cab-inputs label {
    width: 100%;
}

.cab-inputs span {
    color: #595C7D;
    font-family: Gilroy;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 5px;
    display: block;
}

.checkout-profile-user,
.checkout-profile-address,
.checkout-profile-payment {
    display: flex;
    align-items: self-start;
}

.checkout-number {
    min-width: 40px;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg, #4594E2 0.59%, #786FE7 100.59%);
    border-radius: 100%;
    position: relative;
    margin-right: 15px;
}

.checkout-number:before {
    content: "";
    position: absolute;
    left: 1px;
    top: 1px;
    bottom: 1px;
    right: 1px;
    background: #fff;
    border-radius: 100%;
}

.checkout-number span {
    position: relative;
    background: var(--1, linear-gradient(180deg, #4493E2 0%, #7770E7 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 500;
    font-size: 20px;
}

.checkout-action-row.checkout-cart-container {
    max-width: 880px;
    margin: auto;
    margin-bottom: 20px;
}

/* CUSTOM CHECKOUT END */

span.cashback_text span {
    font-weight: bold;
}






/* LOADER STYLE START */
.loader__container {
    --dot-size: 15px;
    --bs-white-rgb: 255, 255, 255;
    position: fixed;
    inset: 0;
    background-color: rgb(var(--bs-white-rgb), 0.1);
    backdrop-filter: blur(0.21rem);
    z-index: 10;
    display: flex;
    place-items: center;
    place-content: center;
    gap: calc(var(--dot-size) / 4);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.loader__dot {
    width: var(--dot-size);
    height: var(--dot-size);
    aspect-ratio: 1/1;
    border-radius: calc(var(--dot-size) / 2);
    background-color: var(--bs-primary);
    animation: slide 1.5s infinite;
}

.loader__dot:nth-child(1) {
    animation-delay: 0.1s;
    background: #01539D;
}

.loader__dot:nth-child(2) {
    animation-delay: 0.2s;
    background: #3D5F83;
}

.loader__dot:nth-child(3) {
    animation-delay: 0.3s;
    background: #786B6A;
}

.loader__dot:nth-child(4) {
    animation-delay: 0.4s;
    background: #B47750;
}

.loader__dot:nth-child(5) {
    animation-delay: 0.5s;
    background: #EF8336;
}

@keyframes slide {
    0% {
        scale: 1;
    }

    50% {
        scale: 2;
        opacity: 0.3;
    }

    100% {
        scale: 1;
    }
}

/* Стилі для статусів замовлень */
.order-status {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
}

.status-processing {
    background-color: #c9bbac;
    color: #fff;
}

.main-content-wrapper,
.order-info-title {
    margin-top: 0 !important;
}

.status-shipped {
    background-color: #7eb5e0;
    color: #fff;
}

.status-complete {
    background-color: #7fb77e;
    color: #fff;
}

.status-canceled {
    background-color: #d9534f;
    color: #fff;
}

.status-denied {
    background-color: #c9302c;
    color: #fff;
}

.status-failed {
    background-color: #f0ad4e;
    color: #fff;
}

.status-refunded {
    background-color: #5bc0de;
    color: #fff;
}

/* Logout page styles */
.logout-continue:before,
.logout-continue:after {
    display: none;
}

.logout-continue {
    margin-top: 50px;
}

.main-content #content.logout-content {
    width: 100%;
}

.logout-wrapper {
    margin-top: 35px;
}

.logout-wrapper .col-sm-12 p.logout-first-text {
    font-size: 36px;
    font-weight: 500;
    line-height: 45px;
    margin-bottom: 10px;
    margin-top: 30px;
    display: block;
    color: #595C7D;
}

.logout-wrapper .col-sm-12 p.logout-second-text {
    font-size: 24px;
    font-weight: 400;
    color: #595C7D;
}

@media (max-width: 767px) {
    .logout-wrapper .col-sm-12 p.logout-first-text {
        font-size: 18px;
        padding: 0 15px;
    }

    .logout-wrapper .col-sm-12 p.logout-second-text {
        font-size: 14px;
        padding: 0 15px;
    }

    .logout-continue {
        margin-top: 20px;
    }

    .logout-continue a {
        width: 100%;
    }

    .logout-wrapper img {
        width: 35%;
    }
}

/* Compare page styles */
.compare-chart {
    height: 250px;
    margin-bottom: 35px;
}

.table>tbody>tr>th {
    border-top: 0;
    font-weight: 400;
}

.table>tbody+tbody {
    border-width: 0;
}

.table-responsive .attribute,
.table-responsive .description,
.table-responsive .name {
    word-break: break-all;
}

img.compare-icon {
    width: 20px;
    height: auto;
}

/* Wishlist page styles */
.table-wishlist img.img-wishlist {
    max-width: 100px;
    height: auto;
}

.table-wishlist .text-nowrap {
    white-space: nowrap;
}

.table-wishlist .text-special {
    color: #d9534f;
    margin-left: 10px;
}

/* Search page styles */
.row.search-options {
    background: #fff;
    border-radius: 14px;
    margin: 10px -15px;
    padding: 20px 0px;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
}

.row.search-options .label-checkbox-inline input[type="checkbox"] {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.row.search-options label::after {
    content: '';
    display: inline-block;
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #e4e4e4;
    background-color: #fff;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    vertical-align: middle;
    margin-left: 10px;
    transition: 0.1s all ease;
}

.row.search-options .label-checkbox-inline input[type="checkbox"]:checked+label::after {
    border-color: #0079ba;
    background: url('/image/catalog/check_search.svg'), linear-gradient(144.09deg, #4495E2 12.78%, #7A6EE8 84%);
    border: none !important;
    background-position: center !important;
    background-repeat: no-repeat;
}

.row.search-options .label-checkbox-inline input[type="checkbox"]:disabled+label::after {
    background-color: #eff2f4 !important;
    border: 1px solid #e4e4e4 !important;
    box-shadow: none !important;
}

.row.search-options .label-checkbox-inline:hover label::after {
    border-color: #786FE7;
    box-shadow: 0px 0px 4px 1px #786fe7;
}

.row.search-options .col-xs-12.col-sm-12 {
    margin-top: 20px;
    margin-bottom: 0;
    padding: 0 !important;
}

.row.search-options .col-xs-12.col-sm-12>div {
    margin-bottom: 0;
}

.row.search-options .col-xs-12.col-sm-12 input[type="text"] {
    height: 50px;
    border-radius: 30px 0 0 30px;
    font-size: 14px;
    font-weight: bold;
    padding: 0 60px 0 20px;
    color: #292929;
    border-color: #e4e4e4;
    position: relative;
    right: -15px;
    border-right: 0;
}

.row.search-options .col-xs-12.col-sm-12 input[type="text"]:focus {
    outline: unset !important;
    box-shadow: unset !important;
}

.search_sort_wrapper button {
    padding-top: 35px;
}

.row.search-options .col-xs-12.col-sm-12 input[type="button"] {
    border-radius: 50px;
    height: 50px;
    position: relative;
    left: -15px;
    border: 2px solid #786FE7;
    font-size: 14px;
    font-weight: bold;
    padding: 0 20px;
    background: linear-gradient(90deg, #242bff 0%, #5890ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.row.search-options .col-xs-12.col-sm-12 input[type="button"]:hover {
    background: linear-gradient(90deg, #242bff 0%, #5890ff 100%);
    color: #fff;
    -webkit-background-clip: #fff;
    -webkit-text-fill-color: #fff;
    border-color: #548ae4;
}

.row.search-options select[name="category_id"] {
    border-radius: 30px;
    padding: 5px 20px;
    height: 50px;
    color: #292929;
    font-size: 14px;
    font-weight: bold;
    border-color: #e4e4e4;
    border-radius: 40px;
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E);
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-repeat: no-repeat, repeat;
    background-position: right 1.5em top 50%;
    background-size: .65em auto;
}

.row.search-options select[name="category_id"]:focus,
.row.search-options .col-xs-12.col-sm-12 input[type="text"]:focus {
    border-color: #31b5fb;
}

.row.search-options label {
    font-size: 14px;
    font-weight: bold;
    color: #292929;
    padding: 8px 8px 8px 25px;
    background: #f5f5f5;
    border-radius: 80px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.row.search-options>div {
    padding: 0 15px !important;
}

.row.limits {
    padding-bottom: 22px;
    padding-top: 22px;
    display: flex;
    align-items: center;
}

.row.limits .count-products {
    font-size: 16px;
    color: #111;
}

.row.limits .btn-default {
    background: transparent;
}

.row.limits div.btn-group button>span {
    font-size: 14px;
    font-weight: bold;
    color: #312f44;
    text-align: left;
    display: block;
}

.row.limits div.btn-group button>span:first-of-type {
    color: #595C7D;
    padding-right: 4px;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
}

.row.limits .dropdown-menu {
    left: unset;
    right: 8px;
    border-radius: 7px;
    overflow: hidden;
    padding-top: 0;
}

.row.limits .text-right>.btn-group {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.row.limits .text-right>.btn-group>.btn-group {
    margin-left: 20px;
}

.row.limits .text-right>.btn-group>button {
    color: #9a9a9a;
}

.row.limits .text-right>.btn-group>button.active {
    color: #4478b5;
}

@media (max-width: 992px) {
    .row.search-options>div {
        margin: 10px 0;
    }
}

/* LOADER STYLE END */

.password-form-block .password-form-group input {
    border: 1px solid #D6D6D6;
    border-radius: 72px;
    width: 100%;
    max-width: 515px;
    height: 50px;
    font-weight: 500;
    font-size: 15px;
    color: #111;
}

.account-input-wrapper-pass {
    display: flex;
    justify-content: center;
}

.form-account-title-pass {
    border-bottom: 1px solid #EFEFEF;
    margin-bottom: 40px;
    padding-bottom: 30px;
}

.password-btn-submit {
    margin-top: 25px;
    max-width: 230px !important;
    width: 230px !important;
    color: #fff !important;
    background: linear-gradient(90deg, #5890ff 0%, #242bff 100%) !important;
}


.spasibo-continue-btn {
    background: linear-gradient(90deg, #242bff 0%, #5890ff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 10px 25px;
    font-size: 15px;
    font-weight: bold;
    border-radius: 30px;
    border: 1px solid #242bff;
}

.remove_compare {
    border-radius: 30px;
    padding: 5px 25px;
    margin-top: 10px;
    background-color: #e8e8e8;
    font-size: 17px;
}

.cat_link_compare {
    color: #595c7d;
    white-space: normal;
    background-color: #fff;
    padding: 11.51px 35px;
    margin-right: 30px;
    margin-bottom: 10px;
    border: 1.5px solid rgba(89, 92, 125, 0.2);
    border-radius: 59px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    text-decoration: none !important;
}

.cat_link_compare:hover {
    background: linear-gradient(90deg, #4593E2 24.59%, #7770E7 75.68%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    border-color: #4593E2;
}

.product_img_compare {
    border: unset !important;
}

.product_wish_name_link {
    background: linear-gradient(90deg, #242bff 0%, #5890ff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.img-wishlist {
    border-radius: 8px;
}

.wish_add_prod {
    background: linear-gradient(90deg, #242bff 0%, #5890ff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.live-search {
    box-shadow: 0px 0px 10.4533px #dedee5;
}

.live-search ul li {
    margin-bottom: 10px !important;
    padding-bottom: 10px !important;
    border-bottom: 1px solid #EAEAEA;
}

a.view-all-results {
    background: linear-gradient(90deg, #242bff 0%, #5890ff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 16px !important;
}

.acc_img_closed {
    display: block;
}

.acc_img_opened {
    rotate: 180deg;
    display: none;
}

.accordion_item.active .acc_img_opened {
    display: block;
}

.accordion_item.active .acc_img_closed {
    display: none;
}

.accordion_item-head {
    position: relative;
}

.accordion_item.active .accordion_item-head:before {
    content: '';
    position: absolute;
    inset: -1px;
    z-index: -1;
    background: linear-gradient(90deg, #2d36f3 0%, #cc21d1 100%);
    border-radius: 32px
}

.accordion_item .accordion_item-head {
    background: linear-gradient(90deg, #cc21d1 0%, #2d36f3 100%);
}

.accordion_item.active .accordion_item-head {
    background: #F5F7F9;
}

.accordion_item .accordion_item-head h2 {
    color: #fff !important;
    background: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    background-clip: unset;
    text-fill-color: unset;
}

.accordion_item.active .accordion_item-head h2 {
    color: #312F44 !important;
}

.top_seller_title {
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    text-transform: uppercase;
    color: #312F44;
    margin-bottom: 20px;
}

.top_seller_wrapper {
    overflow: hidden;
}

.main_img_prod {
    width: 100%;
}

.thumbnails.image-thumb .thumbnail {
    padding: 0;
}

.stock .in-stock {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 7px;
    background: #eaf5ed;
    border-radius: 5px;
    padding: 0 10px;
    height: 30px;
    font-weight: 500;
    font-size: 13px;
    line-height: 154%;
    letter-spacing: -0.02em;
    color: #009c19;
    text-transform: none;
}

.sku-text {
    margin-bottom: 0 !important;
    font-weight: 500;
    font-size: 13px;
    line-height: 111%;
    letter-spacing: -0.02em;
    color: rgba(49, 47, 68, 0.55) !important;
}

.cashback-product-cart {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(45, 115, 255, 0.1);
    gap: 5px;
    border-radius: 5px;
    padding: 0 10px;
    height: 36px;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

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

.quantity-comp-wish-btn {
    margin-top: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.quantity-comp-wish-btn-r {
    display: flex;
    align-items: center;
    gap: 10px;
}

.input-group-btn-flex {
    position: relative;
    isolation: isolate;
}

.input-group-btn-flex:before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url(/image/prod-count-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: -1;
}

.quantity-comp-wish-btn-r button {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    position: relative;
    isolation: isolate;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    border: unset;
}

.quantity-comp-wish-btn-r button img {
    width: 18px;
    height: 18px;
    top: 0;
}

.quantity-comp-wish-btn-r button:before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    rotate: -45deg;
}

.accordion-wrapper {
    width: 100%;
}

.product_banner_item {
    background: linear-gradient(90deg, rgba(88, 144, 255, 0.89) 0%, rgba(36, 43, 255, 0.89) 100%);
    border-radius: 10px;
    padding: 12px 15px;
    width: 100%;
}

.inside-ship-item:not(:last-child) {
    margin-bottom: 8px !important;
}

/* .inside-ship-item,
.radio.item-shipping-method {
    background-image: url(/image/check-choose-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
} */

.item-shipping-method label {
    background-image: url(/image/check-choose-bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.success_confirm {
    margin-top: 20px;
}

.success_confirm_image {
    position: relative;
}

.success_confirm_image_img {
    width: 100%;
    max-width: 500px;
}

.success_confirm_image_icon {
    position: absolute;
    left: 50%;
    translate: -50% 0;
    bottom: -40px;
}

.success_confirm_title {
    margin: 50px 0 10px;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -0.02em;
    text-align: center;
    color: #312F44;
}

.success_confirm_login {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    text-align: center;
    color: #312F44;
    margin-bottom: 45px;
}

.success_confirm_login a {
    font-weight: 500;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #cc21d1;
}

.success_confirm_telegram {
    background: #f6f7f9;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
}

.success_confirm_telegram_txt {
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: -0.01em;
    text-align: center;
    color: #312F44;
    margin-bottom: 14px;
}

.success_confirm_telegram_txt a {
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #242bff;
}

.success_confirm_telegram_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 30px;
    height: 49px;
    position: relative;
    isolation: isolate;
    width: 100%;
    text-decoration: none !important;
}

.success_confirm_telegram_btn span {
    font-weight: 500;
    font-size: 14px;
    line-height: 179%;
    background: linear-gradient(90deg, #242bff 0%, #5890ff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    z-index: 1;
    text-decoration: none !important;

}

.success_confirm_telegram_btn:before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url(/image/btn-cover.png);
    background-size: 100% 100%;
    z-index: -2;
}

.success_confirm_bottom_txt {
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -0.02em;
    text-align: center;
    color: #312F44;
    margin-bottom: 20px;
}

.success_confirm_bottom_btn {
    width: 100%;
    max-width: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    padding: 0 17px;
    height: 46px;
    border: 1px solid #3347FF;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    background: linear-gradient(90deg, #242bff 0%, #5890ff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-decoration: none !important;
}

.order_num {
    display: none;
}

.success_order_num .order_num {
    display: inline;
}

.checkout-total-lists-cashback {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.checkout-total-lists-cashback-title {
    font-weight: 400;
    font-size: 14px;
    line-height: 86%;
    letter-spacing: -0.02em;
    text-align: center;
    color: #312F44;
}

.checkout-total-lists-cashback-val {
    display: flex;
    align-items: center;
    gap: 7px;
    background: rgba(45, 115, 255, 0.1);
    border-radius: 5px;
    padding: 6px 10px;
    font-weight: 600;
    font-size: 14px;
    line-height: 86%;
    letter-spacing: -0.02em;
    text-align: center;
    color: #312F44;
}

.comment_options_subtitle {
    font-weight: 400;
    font-size: 14px;
    line-height: 154%;
    letter-spacing: -0.02em;
    color: #312F44;
    margin-bottom: 12px;
    display: block;
}

.custom-radio-label {
    display: block;
    margin-bottom: 11px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
}

.custom-radio-text {
    font-weight: 400;
    font-size: 13px;
    line-height: 154%;
    letter-spacing: -0.02em;
    color: #312F44;
}

.native-radio {
    position: absolute;
    opacity: 0;
}

.custom-radio-label .custom-radio {
    width: 20px;
    min-width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #d6d6d6;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.custom-radio-label .custom-radio:before {
    content: '';
    position: relative;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: linear-gradient(-90deg, #cc21d1 0%, #2d36f3 100%);
    transition: 0.3s;
    opacity: 0;
}

.custom-radio-label:has(input:checked) .custom-radio:before {
    opacity: 1;
}

.shoping-cart:has(.cart-popup-empty) {
    top: 10px;
    bottom: unset;
    left: 10px;
    right: 10px;
    height: auto;
    width: 94%;
}

.shoping-cart-empty {
    font-size: 16px;
    text-align: center;
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #E7E7E7;
    margin: 0 15px 10px;
}

.cart-popup-empty .icons-cart-block {
    text-align: center;
    font-size: 18px;
}

.content-reset-title {
    text-align: center !important;
    display: block;
}

.reset_content ul.breadcrumb {
    background: transparent;
}

.password-info-text.password-info-text-reset {
    max-width: 465px;
    text-align: center;
    margin: 0 auto 22px;
}

.rev_top_wrapper_bestsell {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg, #ff5858 0%, #ff2424 100%);
    height: 36px;
    border-radius: 10px;
    padding: 0 15px;
    gap: 8px;
    font-weight: 600;
    font-size: 13px;
    line-height: 100%;
    color: #fff;
}

.rev_top_wrapper {
    margin: 15px 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.table-container {
    max-width: 100%;
    margin: 20px auto;
    border: 1px solid rgba(67, 69, 93, 0.1);
    border-radius: 10px;
    overflow: hidden;
}

.table-container table {
    width: 100%;
    border-collapse: collapse;
}

.table-container th,
.table-container td {
    padding: 10px;
    text-align: left;
    border-bottom: 1px solid rgba(67, 69, 93, 0.1);
    border-right: 1px solid rgba(67, 69, 93, 0.1);
}

.table-container td:last-child,
.table-container th:last-child {
    border-right: unset;
}

.table-container th {
    background-color: #f0e6ff;
    font-weight: bold;
    text-align: left;
}

.table-container td:first-child {
    font-weight: bold;
    background-color: #f9f9f9;
}

.table-container tr:last-child td {
    border-bottom: none;
}

.table-container thead th:first-child {
    background: rgba(80, 94, 255, 0.1);
    border-right: 1px solid rgba(67, 69, 93, 0.1);
}

.table-container thead th:nth-child(3) {
    background: rgba(81, 162, 255, 0.1);
    border-left: 1px solid rgba(67, 69, 93, 0.1);
}

.table-container tbody tbody td:first-child {
    border-right: 1px solid rgba(67, 69, 93, 0.1);
}


.list-group-widget button.btn-default {
    background: linear-gradient(90deg, #cc21d1 0%, #2d36f3 100%);
    border: unset;
    border-radius: 20px !important;
}

.list-group-widget button.btn-default:focus {
    outline: unset;
}

.checkout-submit-confirm-label {
    background: #f6f7f9;
    border-radius: 18px;
    padding: 20px;
    margin-bottom: 40px;
}

.cashback-form-title span {
    font-weight: 600;
    font-size: 16px;
    line-height: 75%;
    color: #312F44;
    margin-bottom: 10px;
}

.cashback-form-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.cashback-form-title-num {
    background: rgba(45, 115, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    padding: 0 8px;
    height: 32px;
    gap: 7px;
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    color: #312F44;
}

.cashback-form-descr {
    font-weight: 400;
    font-size: 13px;
    line-height: 140%;
    letter-spacing: -0.02em;
    color: #312F44;
    margin-bottom: 12px;
}


.seo_comment_wrapper_side_c {
    background: #fff;
    border: 1px solid #d35aff;
    border-radius: 7px;
    padding: 20px;
}

.seo_comment_head_img {
    width: 50px !important;
    height: 50px !important;
    object-fit: contain;
    margin: unset !important;
}

.seo_comment_head {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: unset !important;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #dedee5;
}

.seo_comment_body_user img {
    margin: 0 !important;
}

.seo_comment_body_user span img {
    display: none !important;
}


.seo_comment_body_user {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.seo_comment_wrapper_side .seo_comment_body_user span {
    display: flex !important;
    align-items: center;
    gap: 10px !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 120% !important;
    color: #595c7d !important;
    margin-bottom: 0 !important;
}

.seo_comment_body_user img:first-child {
    display: block !important;
}

.seo_comment_head span {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #0079ba;
}

.seo_comment_body_txt {
    font-weight: 300;
    font-size: 13px;
    line-height: 140%;
    color: #333;
}

.seo_comment_wrapper_side_c:has(.seo_comment_body_notxt) .seo_comment_head {
    padding-bottom: 0;
    margin-bottom: 0;
    border: unset !important;
}

.seo_comment_wrapper {
    background: rgba(67, 69, 93, 0.05);
    border-radius: 15px;
    padding: 20px 25px;
    position: relative;
    isolation: isolate;
    margin-bottom: 30px;
    overflow: hidden;
}

.seo_comment_item {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 30px;
}

.seo_comment_item:nth-child(even) {
    flex-direction: row-reverse;
}


.seo_comment_item:nth-child(2) .seo_comment_wrapper_side_c {
    border: 1px solid #5ac0ff;
}

.seo_comment_item:nth-child(3) .seo_comment_wrapper_side_c {
    border: 1px solid #ff5ae3;
}

.seo_comment_item:nth-child(4) .seo_comment_wrapper_side_c {
    border: 1px solid #5a5fff;
}

.seo_comment_wrapper_side {
    flex-basis: 50%;
}

body .seo_comment_item span.review-desc {
    padding: 0 20px !important;
    font-size: 16px !important;
    line-height: 150% !important;
    display: block !important;
    font-weight: 400 !important;
    color: #43455d !important;
    text-align: left !important;
}

.review-desc a {
    font-weight: 600;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #4594e2;
}

.seo_comment_head span {
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 130% !important;
    color: #0079ba !important;
    margin-bottom: 0 !important;
}

.seo_comment_wrapper:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    translate: 0 -50%;
    height: 500px;
    width: 110%;
    background-image: url(/image/elipse-bg-rev.svg);
    background-repeat: no-repeat;
    /* background-size: contain; */
    z-index: -1;
}

.description-accordion h3,
.desc-category-block h3 {
    text-align: center;
    font-weight: 700;
    font-size: 23px;
    line-height: 120%;
    text-transform: uppercase;
    color: #43455d;
}

body:has(.contacts-wrapper) h1 {
    font-size: 36px;
    line-height: 100%;
    margin-bottom: 0px;
    padding-bottom: 15px !important;
    text-transform: uppercase;
}


.contacts-wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.contacts-block__title {
    font-weight: 500;
    font-size: 28px;
    line-height: 49px;
    color: #595C7D;
    display: block;
    margin-bottom: 30px;
}

.contacts-page-icons {
    width: 47px;
    height: 47px;
    background: rgba(139, 142, 174, 0.2);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
}

.c-page-info-block {
    display: flex;
    margin-bottom: 30px;
}

.info-block__phone-num,
.info-block__schedule-num {
    display: flex;
    flex-direction: column;
}

.info-block__schedule-num span {
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    color: #585858;
}

.info-block__phone-num a {
    font-weight: 600;
    font-size: 22px;
    line-height: 25px;
    color: #585858;
    display: block;
    margin-bottom: 10px;
}

.info-block__mail-num a {
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    color: #585858;
}

.info-block__mail,
.info-block__schedule {
    align-items: center;
}

.info-block__social {
    display: flex;
    justify-content: center;
}

.contacts-page-links-wrapper {
    display: flex;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #FFFFFF;
    box-shadow: 0px 0px 14.4681px rgba(115, 115, 115, 0.25);
    justify-content: center;
    align-items: center;
}

.contacts-page-links-wrapper:not(:last-child) {
    margin-right: 20px;
}

.info-block__social a {
    font-weight: 400;
    font-size: 15px;
    line-height: 59px;
    background: linear-gradient(180deg, #4493E2 0%, #7770E7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}


.map-block {
    max-width: 490px;
    height: 400px;
    border-radius: 12px;
    overflow: hidden;
}

.form-block {
    max-width: 470px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.input-contact-form {
    margin-bottom: 30px;
}

.input-contact-form input,
.input-contact-form textarea {
    width: 100%;
    padding: 15px;
    border: none;
    border-bottom: 1.5px solid #595C7D;
    opacity: 0.5;
}

.input-contact-form textarea {
    height: 100px;
}

.btn-form-contact-wrapper input {
    background: linear-gradient(90deg, #cc21d1 0%, #2d36f3 100%);
    border-radius: 53px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 220px;
    width: 100%;
    height: 44px;
    color: white;
    border: none;
}

.success-msg-contact {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 18px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(13px);
    top: -10px;
    bottom: -10px;
    right: -10px;
    left: -10px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.active-message {
    opacity: 1;
    visibility: visible;
}

.unactive-message {
    opacity: 0;
    visibility: hidden;
}

.product_out_stock .img-responsive,
.product_out_stock .btn.btn-primary {
    filter: grayscale(1);
}

.product_out_stock .btn.btn-primary {
    pointer-events: none;
}




















@media (min-width: 600px) {

    .rev_top_wrapper {
        margin-top: 0;
    }

    .shoping-cart:has(.cart-popup-empty) {
        left: 50%;
        top: 50%;
    }

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

    .load_more_comm_btn {
        width: auto;
    }

    .review-heading {
        flex-basis: unset;
        margin-bottom: 12px;
    }

    .success_confirm {
        margin: 20px auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        max-width: 600px;
    }

    .success_confirm_title {
        font-size: 28px;
    }

    .success_confirm_login {
        font-size: 18px;
    }

    .success_confirm_telegram_txt {
        font-size: 18px;
    }

    .success_confirm_telegram_btn span {
        font-size: 16px;
    }

    .success_confirm_bottom_btn {
        font-size: 16px;
    }

    .success_confirm_telegram {
        max-width: 400px;
    }

    .product_cart-thumb span.cashback_text {
        font-size: 30px;
    }

    .accordion_item {
        margin-bottom: 20px;
    }

    .product_banner {
        flex-direction: row;
        padding: 0;
        padding-bottom: 20px;
    }

    /* .rev_top_wrapper {
        display: none;
    } */

    .topsell_wrapper_prod {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 15px;
    }

    .item-search-block {
        margin-right: 25px;
    }

    .submenu-level-3 {
        box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
        min-height: 100%;
    }

}








































































@media (max-width: 1440px) {




    .fixed_block-price {
        flex-basis: calc(26% - 48px);
    }

    .review_item-body {
        padding-top: 0;
        font-size: 13px;
        line-height: 1.4;
    }

    h2.default-title {
        font-size: 28px;
    }

    .product-category #content .product-thumb .caption a,
    .product-special #content .product-thumb .caption a {
        font-size: 15px;
    }

    .checkout-cart-product-item-image {
        min-width: 90px;
        min-height: 90px;
        height: 90px;
    }

    .checkout-total-products {
        padding: 20px;
    }

    .checkout-action-row {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .checkout-profile-user {
        margin-top: 20px;
    }

    .text_action-card {
        font-size: 18px;
        line-height: 1.2;
    }

    span#total_sum-action {
        font-size: 20px;
    }

    .action-row-inner {
        padding-right: 10px;
    }

    .checkout-profile-user {
        padding: 25px;
    }

    .checkout-number {
        min-width: 30px;
        min-height: 30px;
        position: relative;
        top: 0px;
    }

    .checkout-number span {
        font-size: 16px;
    }

    .checkout-profile-title {
        font-size: 21px;
    }

    .checkout-profile-subtitle {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .checkout-profile-user-fields label input {
        height: 42px;
    }

    .checkout-profile-user-fields label {
        margin-bottom: 5px;
    }

    .checkout-profile-user-fields label span {
        font-size: 14px;
    }

    .checkout-profile-address {
        padding: 25px;
    }


    div#shipping_method_block .wrapper-shipping-method .radio.item-shipping-method:first-child {
        flex-basis: 100%;
        margin: 0;
    }

    div#shipping_method_block .wrapper-shipping-method .radio.item-shipping-method:first-child>div {
        flex-basis: 100%;
    }

    .wrapper-shipping-method {
        margin: 0px -5px;
    }

    .item-shipping-method {
        flex-basis: 50%;
        margin: 0;
    }

    span.title-ship-item {
        font-size: 14px;
    }

    span.title-image-shipping {
        margin-right: 12px;
    }

    .checkout-profile-address-inputs label span {
        font-size: 14px;
    }

    .delivery-inputs input {
        height: 42px;
    }

    .checkout-profile-payment {
        padding: 25px;
    }

    .comment-block {
        padding: 25px;
    }

    .cashback_wrapper {
        padding: 20px;
    }

    .checkout-submit-container {
        padding: 20px;
    }

    .checkout-total-title {
        font-size: 21px;
        line-height: 150%;
    }

    .checkout-total-item-value {
        font-size: 18px;
    }

    .checkout_total-sum {
        padding-top: 15px;
        margin-top: 15px;
    }

    .total_sum-title {
        font-size: 16px;
    }

    .total_sum-value {
        font-size: 20px;
    }

    button.submit-checkout {
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: 16px;
    }

    .checkout-total-products:before {
        bottom: 25px;
    }

    .checkout-profile {
        margin-right: 3%;
    }

    .checkout-submit {
        flex-basis: 40%;
    }

    .checkout-cart-product-quantity {
        margin-right: 10px;
        margin-left: 10px;
    }

    .checkout-cart-product-item-price {
        margin-right: 10px;
    }

    .checkout-cart-product-item-name-text {
        font-size: 14px;
    }

    .checkout-total-item {
        margin-bottom: 10px;
    }

    .inside-into-shipping {
        border-radius: 10px;
        padding: 5px;
    }

    a.link-banner span {
        font-size: 16px;
        line-height: 1.2;
    }
}

@media (max-width: 1380px) {
    .contacts-wrapper {
        flex-wrap: wrap;
    }

    .map-block {
        max-width: 1500px;
        width: 100%;
        margin-top: 50px;
    }

    .map-block iframe {
        width: 100%;
    }
}

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

    .text_action-card {
        font-size: 14px;
        margin-left: 10px;
        margin-right: 10px;
    }

    span#total_sum-action {
        font-size: 14px;
    }

    a.link-banner span {
        font-size: 16px;
        line-height: 1.2;
    }

    .checkout-profile-user {
        padding: 15px;
    }

    .checkout-profile-subtitle {
        font-size: 12px;
    }

    .checkout-profile-user-fields label {
        margin-bottom: 0px;
    }

    .checkout-profile-address {
        padding: 15px;
    }

    span.title-image-shipping {
        min-width: 50px;
        min-height: 50px;
        height: 50px;
    }

    .inside-into-shipping {
        padding: 5px;
    }

    .checkout-number {
        margin-right: 5px;
        top: 0px;
    }

    div#payment_method_block {
        margin-top: 0px;
    }

    .checkout-profile-payment {
        padding: 15px;
    }

    .comment-block {
        padding: 0;
    }

    span.register-link-text {
        font-size: 14px;
    }

    .cashback_wrapper {
        padding: 15px;
    }

    .checkout-submit-container {
        padding: 15px;
    }

    .checkout-total-title {
        font-size: 18px;
    }

    .block-telegram {
        margin-right: 5px;
    }
}

@media (max-width: 991px) {

    #product .options .form-group .inputs-wrap .radio {
        flex-basis: calc(24% - 10px);
    }

    h2.default-title {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .top_seller_wrapper .product-layout .product-thumb {
        margin-bottom: 0;
    }

    .topsell_wrapper_prod {
        grid-template-columns: repeat(2, 1fr);

    }
}

@media (max-width: 768px) {
    .review_item-heading {
        padding: 5px;
    }

    .review_item-heading a {
        font-size: 13px;
    }

    .review_item-author-block {
        padding: 5px;
    }

    .review_item-body {
        padding: 5px;
    }
}

@media (max-width: 680px) {

    .category_review-lists>div {
        flex-basis: calc(100% - 10px);
        margin: 5px;
    }

    .category_review-lists {
        margin: 0px -5px;
    }

    .review_item-heading a img {
        max-width: 35px;
        margin-right: 5px;
    }

    .review_item-heading a {
        font-size: 12px;
    }

    .review_item-author {
        font-size: 14px;
        margin-bottom: 0;
    }

    .review_item-rating span {
        margin-right: -1px;
    }

    .review_item-body {
        font-size: 12px;
    }
}

/* CATEGORY REVIEW END*/



@media (max-width: 1480px) {
    span.list-drop-block {
        font-size: 14px !important;
    }

    .product-thumb span.price {
        font-size: 20px;
    }

    .product-category .list-group-item {
        padding: 10px 20px;
        font-size: 15px;
        line-height: 1.2;
    }
}

@media (max-width: 1199px) {
    a.in-category.category-top-link {
        flex-basis: 48%;
        margin-bottom: 15px;
    }

    .category-top-links-block {
        flex-wrap: wrap;
    }

    a.in-category.category-top-link {
        position: relative;
    }

    .block-new-three.category-top-links-block.three-link.float-block {
        float: right;
    }

    .block-new-three.category-top-links-block.three-link {
        display: flex;
        justify-content: flex-start;
        justify-content: space-between;
        margin-bottom: 0px;
        flex-direction: column;
        width: 47%;
    }

    .category-top-links-block.three-link a.in-category.category-top-link:nth-last-child(1),
    .category-top-links-block.three-link a.in-category.category-top-link:nth-last-child(2) {
        margin-left: unset;
    }
}

@media(min-width: 650px) and (max-width: 991px) {
    .item-category.min-height-category {
        min-height: 370px;
        height: 370px;
        padding-right: 0;
    }

    div#shipping_method_block .wrapper-shipping-method .radio.item-shipping-method:first-child {
        flex-direction: column;
        gap: 0;
    }

    .wrapper-shipping-method {
        flex-direction: column;
        gap: 9px;
    }

    .bottom-image {
        bottom: 174px;
    }

    #common-home .product-layout.product-grid {
        width: 50%;
        padding: 0 8px;
    }

    #common-home .product-layout.product-grid .product-thumb {
        margin-bottom: 16px;
    }

    .row.latest_wrapper_prod {
        flex-wrap: wrap;
        margin: 0;
    }

    .banners_home_wrapper {
        display: flex;
        gap: 15px;
    }

    .banners_home_wrapper a {
        flex: 1;
    }

    .banners_home_wrapper a img {
        width: 100%;
    }

    .grid_blocks_right_bottom_item img {
        height: 165px;
    }

    .product-thumb .image img {
        width: 100%;
    }

    .product-layout .product-thumb .image {
        padding: 0;
    }

    .news-blog-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        margin: 0;
        /* gap: 15px; */
    }

    .bsmps-date {
        margin-top: 20px;
    }

    .bsmp-slide {
        margin: 0 10px;
    }

    .footer_menu_btn {
        display: none;
    }

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

    .row.mobile_menu_new>div {
        flex-basis: 33%;
        width: 33%;
    }

    .row.mobile_menu_new>div:last-child {
        width: 100%;
        flex-basis: 100%;
    }

    .nav.navbar-nav.navbar-nav-mob {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .navbar-collapse-menu-mob.open_menu {
        display: flex !important;
        flex-direction: column;
        align-items: center;
        overflow: auto !important;
    }

    .mob_menu_head {
        width: 100%;
    }

    .mob_menu_body {
        width: 100%;
    }
}

@media (max-width: 991px) {

    .comp_wish_block {
        display: none;
    }

    .comp_wish_block_mob {
        display: flex;
        gap: 22px;
        justify-content: center;
        margin-right: 0;
    }

    .comp_wish_block_mob a {
        width: 20px;
        height: 20px;
    }

    .comp_wish_block_mob a img {
        filter: unset;
        width: 100%;
        height: 100%;
    }

    .geo_tab_content {
        grid-template-columns: repeat(4, 1fr);
    }

    .rev_cat_wrapper_title {
        font-size: 36px;
    }

    .slider-homes {
        padding-top: 65px !important;
    }

    .home_slider_item_title {
        font-size: 36px;
        margin-bottom: 20px;
    }

    .home_slider_item_subtitle {
        font-size: 25px;
        margin-bottom: 25px;
    }

    .slider-homes .slick-dots {
        position: absolute;
        bottom: 78px;
        list-style: none;
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 0;
        margin: 0;
        left: 50%;
        translate: -50% 0;
    }



    .row-category-wrapper {
        flex-direction: column;
    }

    .slider-homes .slick-dots button {
        width: 17px;
        height: 17px;
        border-radius: 50%;
        border: unset;
        background: #fff;
        color: transparent;
        font-size: 0;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
    }

    .slider-homes .slick-dots .slick-active button:before {
        content: '';
        display: block;
        border-radius: 50%;
        width: 7px;
        height: 7px;
        background: #786FE7;
    }

    .product_cart-thumb {
        width: 100%;
        flex-basis: 100%;
    }

    .flex-product-content {
        width: 100%;
        flex-basis: 100%;
        margin-right: 0;
        flex-direction: column;
        flex-wrap: nowrap;
        gap: 50px;
    }

    .product_cart-main_block {
        flex-basis: calc(50% - 15px);
        margin-right: 0;
    }

    .fixed_block-price {
        display: none;
    }

    .compact-price-quantity-buy span.price-text-block {
        text-align: left;
    }

    .cashback-product-cart {
        text-align: left;
    }

    .quantity-comp-wish-btn {
        text-align: left;
    }

    .input-group-btn-flex {
        margin-left: 0;
    }

    .product_related_link a,
    span.active-link-related {
        flex-basis: calc(50% - 10px);
    }

    .home_slider_item_btn {
        font-size: 20px;
        width: 218px;
        height: 50px;
    }

    .product-thumb button.btn.btn-primary span {
        display: none;
    }

    .price-btns .visible-xs {
        display: flex !important;
        justify-content: center;
    }

    .product-thumb button.btn.btn-primary img {
        width: 18px;
        position: relative;
    }

    .product-thumb button.btn.btn-primary {
        flex-basis: 50%;
        margin-top: 0;
    }

    .product-thumb button.btn.btn-primary {
        max-width: 40px;
        max-height: 40px;
        padding-top: 0px;
        margin-bottom: 10px;
    }

    .product-category .row.limits .text-right>.btn-group,
    .product-special .row.limits .text-right>.btn-group {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .product-special .row.limits .text-right>.btn-group {
        grid-template-columns: repeat(1, 1fr);

    }

    .ocfilter-mobile-handle.mobileShow {
        width: 100%;
    }

    .product-category .row.limits div.btn-group button>span,
    .product-special .row.limits div.btn-group button>span {
        font-size: 12px !important;
        line-height: 11px;
        align-items: center;
        color: #595C7D;
        height: 34px;
        min-width: 100%;
        font-weight: 500;
        font-size: 12px;
        line-height: 100%;
        background: linear-gradient(90deg, #5890ff 0%, #242bff 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .ocfilter-mobile-handle.mobileShow button.btn.btn-primary {
        border: 1.5px solid rgba(89, 92, 125, 0.2) !important;
        color: black !important;
        background: white !important;
        border-radius: 30px;
    }

    .product-category .row.limits .btn-default span,
    .product-special .row.limits .btn-default span {
        font-weight: 500 !important;
        color: black !important;
        padding-left: 15px;
    }


    .product-category .row.limits div.btn-group button>span:first-of-type,
    .product-special .row.limits div.btn-group button>span:first-of-type {
        padding-right: 15px;
    }

    .product-category .row.limits .text-right>.btn-group>.btn-group,
    .product-special .row.limits .text-right>.btn-group>.btn-group {
        width: calc(50% - 10px);
    }

    .ocfilter-mobile-handle.mobileShow button.btn.btn-primary {
        height: 34px;
        border-radius: 30px;
        width: 100%;
        font-weight: 500;
        font-size: 12px;
        line-height: 17px;
        background: linear-gradient(90deg, #5890ff 0%, #242bff 100%) !important;
        color: #fff !important;
        border: unset !important;
    }

    .product-category .row.limits .text-right>.btn-group>.btn-group,
    .product-special .row.limits .text-right>.btn-group>.btn-group {
        margin-left: 0 !important;
        width: auto !important;
    }

    .product-category .row.limits .btn-default,
    .product-special .row.limits .btn-default {
        padding: 0px;
        width: 100%;
    }

    div#ocfilter {
        padding: 10px;
    }

    .col-md-4.hidden-xs.text-left.count-products {
        display: none;
    }

    .header_burger_wrapper,
    .flex-block-tel-add {
        display: none;
    }

    .navbar-collapse-menu-mob {
        display: block;
        position: fixed;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background: #fff;
        z-index: 9999;
        overflow: auto;
        transition: 0.4s ease-in-out;
        opacity: 0;
        visibility: hidden;
        translate: -110% 0;
    }

    .header_menu_bottom_l {
        height: 0;
    }

    .header_menu_bottom_r {
        display: none;
    }

    .navbar-collapse-menu-mob.open_menu {
        opacity: 1;
        visibility: visible;
        translate: 0 0;
    }

    .mob_menu_head {
        padding: 15px 30px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 15px;
    }

    .mob_menu_head_cw a {
        padding: 0;
        display: flex;
        align-items: center;
    }

    .mob_menu_head_cw {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    a.mob_login_burger {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        gap: 0;
        background: linear-gradient(90deg, #5890ff 0%, #242bff 100%) !important;
        border-radius: 10px;
        width: 100%;
        height: 54px;
        margin-bottom: 30px;
    }

    .mob_login_burger span {
        font-weight: 500;
        font-size: 14px;
        line-height: 120%;
        letter-spacing: -0.02em;
        text-align: center;
        color: #fff;
    }

    .mob_menu_body {
        padding: 0 10px;
    }

    #form-language ul {
        margin: 0;
    }

    .header_menu_bottom_l a {
        font-weight: 500;
        font-size: 14px;
        line-height: 143%;
        color: #312F44 !important;
    }

    #form-language ul li:first-child:after {
        background: #312F44;
    }

    .navbar-nav-mob {
        margin: 0 !important;
    }

    .nav.navbar-nav.navbar-nav-mob>li {
        background: linear-gradient(90deg, #cc21d1 0%, #2d36f3 100%);
        border-radius: 10px;
        height: auto;
        margin-bottom: 7px;
        display: flex !important;
        align-items: flex-start;
        padding: 15px 15px 15px 20px;
        flex-direction: column;
        transition: 0.3s;
    }

    .nav.navbar-nav.navbar-nav-mob>li:before {
        content: '';
        position: absolute;
        inset: 0;
        border-radius: 8px;
        padding: 1px;
        background: linear-gradient(90deg, #2d36f3 0%, #cc21d1 100%);
        -webkit-mask: linear-gradient(white, white) content-box, linear-gradient(white, white);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        pointer-events: none;
        transition: 0.3s;
        opacity: 0;
    }

    .nav.navbar-nav.navbar-nav-mob>li:has(.open_sub):before {
        opacity: 1;
    }

    .nav.navbar-nav.navbar-nav-mob>li:has(.open_sub) {
        background: white;
        transition: 0.3s;
    }



    .nav.navbar-nav.navbar-nav-mob>li>a {
        font-weight: 700 !important;
        font-size: 14px !important;
        line-height: 86%;
        color: #fff !important;
        display: flex !important;
        align-items: center;
        padding: 0 !important;
        gap: 15px;
    }

    .nav.navbar-nav.navbar-nav-mob>li:has(.open_sub)>a {
        color: #312F44 !important;
    }

    .dropdown_sub_menu:has(.open_sub) .menu-item-image {
        filter: unset;
    }

    .menu-item-image {
        display: block;
        filter: brightness(11);
    }



    .dropdown_sub_menu:after {
        display: none;
    }

    .dropdown_sub_menu_mob_btn {
        display: block;
    }

    .dropdown_sub_menu_mob_btn {
        position: absolute;
        top: 11px;
        right: 16px;
        width: 38px;
        height: 38px;
        transition: 0.3s;
    }

    .dropdown_sub_menu_mob_btn img {
        width: 100%;
        height: 100%;
        transition: 0.3s;
    }

    .dropdown_sub_block {
        position: relative;
        top: 0;
        margin-left: 0 !important;
        opacity: 1;
        visibility: visible;
        background: transparent !important;
        border-radius: 0 !important;
        box-shadow: none;
        border: unset !important;
        padding-left: 0 !important;
        overflow: hidden;
        max-height: 0;
        opacity: 0;
        transition: all .3s ease;
    }

    .dropdown_sub_block.open_sub {
        max-height: 1000px;
        opacity: 1;
        margin-top: 20px !important;
        width: 100%;
    }

    .ocf-offcanvas {
        width: 300px !important;
        left: -300px !important;
        background: #fff !important;
    }

    .ocf-offcanvas.active {
        left: 0 !important;
    }

    .dropdown_sub_block.open_sub+.dropdown_sub_menu_mob_btn img {
        transform: rotate(180deg);
    }

    .visible-xs.btn-back {
        display: none !important;
    }

    .dropdown_sub_block li a {
        border-bottom: unset !important;
        font-weight: 500 !important;
        font-size: 14px;
        line-height: 100%;
        letter-spacing: -0.03em;
        padding: 10px 0px;
        color: #312F44 !important;
    }

    .submenu-level-2>li:has(.submenu-level-3):after,
    .submenu-level-2-item-arrow {
        display: none;
    }

    .header_menu_bottom {
        display: block;
        border: unset !important;
    }

    #top+.container {
        height: 0;
        overflow: hidden;
    }

    header.sticky .header_menu_bottom {
        opacity: 1;
    }

    .pod-menu-mobile {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        row-gap: 15px;
        margin-top: 35px;
    }

    .pod-menu-mobile a {
        display: flex;
        justify-content: center;
        padding: 0;
        font-weight: 400;
        font-size: 14px;
        line-height: 100%;
        color: #313131;
    }

    .mob_menu_nums {
        margin: 30px 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .mob_menu_nums a {
        padding: 0;
        display: flex;
        align-items: center;
        gap: 12px;
        font-weight: 600;
        font-size: 18px;
        line-height: 78%;
        color: #313131;
    }

    .social-buttons-mob {
        padding: 0 15px;
    }

    .social-buttons-mob a {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
        font-weight: 500;
        font-size: 15px;
        line-height: 167%;
        border-radius: 30px;
        width: 100%;
        height: 49px;
        padding: 0;
        position: relative;
        isolation: isolate;
        color: #242bff !important;
        margin-bottom: 10px;
    }

    .social-buttons-mob a:before {
        content: '';
        position: absolute;
        z-index: -1;
        background-image: url(/image/catalog/icons/overlay-telegram.png);
        background-repeat: no-repeat;
        background-size: contain;
        inset: 0;
    }

    .mobile_menu_addrs {
        margin: 25px 0;
        text-align: center;
        font-weight: 400;
        font-size: 16px;
        line-height: 123%;
        color: #313131;
    }

    .submenu-level-3 {
        position: relative;
        left: 0;
        padding: 0;
        border-radius: unset !important;
        min-width: unset !important;
        translate: 0 0;
        width: 100%;
        opacity: 0;
        visibility: hidden;
        max-height: 0;
        transition: all 0.4s ease;
    }

    .dropdown_sub_block .submenu-level-3 li {
        width: 100%;
        position: relative;
    }

    .submenu-level-3.open_sub_l3 {
        opacity: 1;
        visibility: visible;
        max-height: 1000px;
        margin-top: 20px;

    }

    .submenu-level-2-item-btn {
        position: absolute;
        right: 6px;
        top: 4px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        width: 26px;
        height: 26px;
        background-image: url(/image/catalog/icons/sub-btn-icon.svg);
        background-repeat: no-repeat;
        background-size: cover;
    }

    .submenu-level-2-item:has(.open_sub_l3) .submenu-level-2-item-btn {
        background-image: url(/image/catalog/icons/sub-btn-icon-b.png);
    }

    .submenu-level-2-item:has(.open_sub_l3) .submenu-level-2-item-btn svg {
        display: none;
    }

    .dropdown_sub_block .submenu-level-3 a {
        font-weight: 300 !important;
        font-size: 13px !important;
        line-height: 108% !important;
        letter-spacing: 0 !important;
        color: #313131 !important;
        padding: 0 !important;
        padding: 0 15px !important;
        margin-bottom: 15px;
        padding-bottom: 15px !important;
        border-bottom: 1px solid rgba(49, 49, 49, 0.1) !important;
        width: 100%;
    }

    .flex-new-head-row {
        padding: 10px 0;
    }

    header.sticky .flex-new-head-row {
        padding-top: 10px;
    }


    .mobile_burger_menu {
        position: relative;
        width: 25px;
        height: 17px;
        border-top: 1px solid #fff;
        margin-right: 15px;
    }

    .mobile_burger_menu:before {
        content: '';
        position: absolute;
        top: 50%;
        translate: 0 -50%;
        width: 100%;
        border-top: 1px solid #fff;
    }

    .mobile_burger_menu:after {
        content: '';
        position: absolute;
        bottom: 0;
        width: 100%;
        border-top: 1px solid #fff;
    }

    .home_slider_wrapper .slick-dots {
        position: absolute;
        bottom: 16px;
        list-style: none;
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 0;
        margin: 0;
        left: 50%;
        translate: -50% 0;
    }


    .home_slider_wrapper .slick-dots li {
        position: relative;
    }

    .home_slider_wrapper .slick-dots li:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        border-radius: 50%;
        display: block;
        width: 14px;
        height: 14px;
        z-index: 1;
        border-top: 1px solid #fff;
        rotate: -45deg;
        transition: 0.4s;
    }

    .home_slider_wrapper .slick-dots li:after {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        right: 0;
        border-radius: 50%;
        display: block;
        width: 14px;
        height: 14px;
        z-index: 1;
        /* border-top: 1px solid #fff; */
        border-bottom: 1px solid #fff;
        rotate: -45deg;
        transition: 0.4s;
    }


    .home_slider_wrapper .slick-dots button {
        width: 14px;
        height: 14px;
        border-radius: 50%;
        color: transparent;
        font-size: 0;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
        border: unset;
        background: rgba(255, 255, 255, 0.3);
        backdrop-filter: blur(2px);
    }

    .home_slider_wrapper .slick-dots .slick-active button:before {
        content: '';
        display: block;
        border-radius: 50%;
        width: 7px;
        height: 7px;
        background: #fff;
    }

    .bottom-image.bottom-image-1 img {
        width: auto;
    }

    .bottom-image {
        display: flex;
        justify-content: flex-end;
    }

    #product-special .ocfilter-mobile-handle {
        display: none;
    }
}

@media (max-width: 770px) {
    .thumbnails.image-thumb .thumbnail img {
        /* height: 100%; */
        width: 100%;
        object-fit: cover;
        max-height: unset;
    }

    .options label.control-label {
        color: #312F44;
        text-transform: uppercase;
        margin-bottom: 18px;
        display: block;
        font-weight: 600;
        font-size: 16px;
        line-height: 75%;
        letter-spacing: -0.02em;
        text-align: center;
    }

    #product .options .form-group {
        margin-bottom: 20px;
    }

    span.price-text {
        margin-left: 0;
        margin-bottom: 10px;
    }

    span.price-text {
        margin-left: 0;
        margin-bottom: 0;
    }

    div#ocfilter {
        padding: 0px;
    }

    .nav_link-methods ul {
        justify-content: center;
    }

    .tab_methods {
        margin-top: 0;
    }

    .compact-price-quantity-buy {
        display: block;
        padding: 20px;
    }

    div#product {
        padding-bottom: 5px;
    }

    div#accordion {
        margin-top: 40px;
    }

    .accordion_item-body img {
        max-width: 100%;
    }

    .description-accordion p,
    .description-accordion h4,
    .description-accordion span,
    .description-accordion font {
        font-weight: 400 !important;
        font-size: 14px !important;
        line-height: 20px !important;
        color: #595C7D !important;
        font-family: 'Gilroy' !important;
    }

    .product-product h2,
    .product-product .description-accordion h2.text-center,
    .product-product .description-accordion h2 {
        font-size: 20px;
    }

    .description-accordion {
        padding: 35px 15px;
    }

    #tab-description .statya-dima .statya-dima-element-plus .list-plus-minus li,
    .statya-dima .statya-dima-element-plus .list-plus-minus li,
    .statya-dima .statya-dima-element-plus .list-plus-minus li {
        font-size: 14px;
    }

    .panel-review {
        display: block;
    }

    .review-heading {
        margin-bottom: 12px;

    }

    .new_seo_title {
        font-size: 19px !important;
    }

    .product-category .desc-category-block>.col-sm-12,
    .product-special .desc-category-block>.col-sm-12 {
        padding: 42px 20px 60px 20px;
    }

    #product-category .product-thumb span.price,
    #product-special .product-thumb span.price {
        font-size: 18px;
        padding-left: 0px !important;
    }

    .product-category span.text-currency,
    .product-special span.text-currency {
        font-weight: 300;
    }

    span.text-currency,
    .price-new.price-oldd>span {
        font-size: 14px;
    }

    .mobileShow {
        display: block;
    }

    .product-category #content .product-thumb .caption a {
        font-size: 13px;
    }

    .product-thumb .caption {
        min-height: 38px;
    }

    .product-category .text-left.content-title {
        font-weight: 500;
        font-size: 24px;
        line-height: 29px;
    }

    .h2.text-left.content-title {
        margin-bottom: 10px;
        padding-bottom: 0px;
        margin-top: 9px;
    }

    div#ocfilter {
        border-radius: 0px !important;
    }

    .ocfilter-mobile-handle {
        display: block;
    }

    #ocfilter .panel-heading {
        text-transform: uppercase;
        color: #595C7D;
        padding-left: 0px;
        font-size: 15px;
        font-weight: 600;
        line-height: 20px;
    }

    .ocf-offcanvas .ocfilter-mobile-handle:not(.mobileShow) {
        left: calc(100% - 35px);
        transition: left .3s;
    }

    .ocf-offcanvas.ocfilter-mobile.hidden-sm.hidden-md.hidden-lg.active .ocfilter-mobile-handle:not(.mobileShow) {
        transition: left .3s;
        top: 18px;
        right: 10px;
    }

    .ocfilter-mobile-handle:not(.mobileShow) button {
        width: 35px;
        height: 35px;
        position: relative;
    }

    .ocfilter-mobile-handle:not(.mobileShow) button:after,
    .ocfilter-mobile-handle:not(.mobileShow) button:before {
        position: absolute;
        content: '';
        display: block;
        width: 20px;
        height: 2px;
        background-color: #456AFF;
        left: 50%;
        right: 50%;
        transform: translate(-50%, -50%) rotate(45deg);
    }

    .ocfilter-mobile-handle:not(.mobileShow) button:before {
        transform: translate(-50%, -50%) rotate(-45deg);
    }

    .ocfilter-mobile>.panel-heading {
        color: #333;
        background-color: #f5f5f5;
    }

    .ocfilter-mobile .panel-heading {
        color: #312F44;
        padding-left: 0px;
        font-weight: 600;
        font-size: 16px;
        line-height: 130%;
        background-color: transparent;
    }

    .ocfilter-mobile.ocf-offcanvas {
        padding: 15px;
    }

    .ocfilter-mobile-handle:not(.mobileShow) button {
        background-color: transparent !important;
        z-index: 9;
        border: none;
        padding: 0;
        width: 38px;
        height: 38px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        background-image: url(/image/close-filter.png);
        background-repeat: no-repeat;
        background-size: cover;
        right: 17px;
        top: -5px;
    }

    #ocfilter .list-group-item {
        padding-left: 0px;
        padding-right: 0px;
        border: none;
        border-bottom: 1px solid #e7e8e9;
        margin-bottom: 8px;
    }

    .relative-name-check {
        font-weight: 400;
        font-size: 14px;
        line-height: 120%;
        color: #312F44;
    }

    .list-group-item.ocfilter-option.price-block-option {
        border: none;
    }

    .form-group.item-price-block {
        margin-bottom: 0;
    }

    div#scale-price {
        width: calc(100% - 15px);
        padding-left: 3px;
    }

    .ocfilter-option label {
        display: flex !important;
    }

    .ocf-offcanvas.ocfilter-mobile.active {
        overflow-y: auto;
    }

    .hidden-xxs {
        display: none !important;
    }

    .block-telegram {
        margin-right: 5px;
    }


    .checkout-container h1.h2.main-page-title {
        margin-bottom: 20px;
        margin-top: 10px;
    }

    .checkout-profile {
        flex-basis: 100%;
        width: 100%;
    }

    .checkout-submit {
        flex-basis: 100%;
    }

    .d-flex.flex-row-checkout {
        flex-wrap: wrap;
    }

    .checkout-cart-products-loop {
        padding: 0;
    }

    .checkout-cart-product-item-image {
        min-width: 55px;
        height: 55px;
        min-height: 55px;
    }

    .checkout-cart-product-item-image img {
        width: 100%;
        object-fit: cover;
    }

    .checkout-cart-product-item-name-text {
        font-size: 12px;
    }

    .checkout-cart-product-item-name {
        margin-left: 5px;
    }

    .option-text {
        font-size: 12px;
        margin-top: 0px;
    }

    .checkout-cart-product-quantity {
        margin-left: 5px;
        margin-right: 5px;
    }

    .checkout-cart-product-quantity span input {
        margin: 0px;
    }

    .checkout-cart-product-quantity span i {
        width: 25px;
        height: 25px;
    }

    .checkout-cart-product-item-price {
        font-size: 14px;
    }



    .checkout-number {
        display: none;
    }

    .checkout-profile-user-fields label {
        flex-basis: calc(100% - 20px);
    }

    .action-delivery-cab {
        display: none;
    }

    .action-row-inner {
        padding: 10px;
    }

    .text_action-card {
        margin-left: 0px;
    }


    div#shipping_method_block .wrapper-shipping-method .radio.item-shipping-method:first-child {
        flex-basis: 100%;
    }

    .item-shipping-method {
        flex-basis: 100%;
    }

    .checkout-profile-address-inputs label {
        flex-basis: calc(100% - 20px);
        margin-bottom: 5px;
    }

    .checkout-profile-title {
        font-size: 18px;
    }



    .checkout-profile-payment .item-shipping-method {
        flex-basis: 47%;
    }

    .checkout-submit {
        margin-top: 40px;
    }

    .cashback_wrapper {
        padding: 10px;
    }

    .checkout-submit-container {
        padding: 10px;
    }

    .checkout-total-products {
        padding: 0;
    }


    .checkout-total-products:before {
        bottom: 14px;
    }

    .checkout-cart-product-item-image a img {
        max-width: 50px;
    }

    .checkout-profile {
        margin-right: 0;
    }

    .checkout-action-row a.link-banner.checkout-link {
        margin-top: 10px;
    }

    .action-row-inner {
        display: block;
    }

    .message-central-cart>div {
        font-size: 16px;
        line-height: 1.4;
    }

    .total-item {
        padding: 5px 30px;
    }

    .name-prodcut-cart a {
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        display: -webkit-box !important;
        max-height: 120px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
    }

    span.item-option small {
        display: block;
        margin-top: 5px;
    }

}

@media (max-width: 600px) {

    .rating-block-top span.text-rating-average {
        top: 2px;
    }

    .rev_top_wrapper .average-rating i {
        letter-spacing: -3px;
    }



    .thumbnails.image-thumb .thumbnail {
        padding: 0;


    }

    h1.h2.prod_page_title {
        font-weight: 600;
        font-size: 24px;
        line-height: 100%;
        text-transform: uppercase;
        color: #312F44;
    }

    ul.breadcrumb {
        display: flex;
        flex-wrap: nowrap;
        background: #f6f7f9;
        padding: 11px 0;
        position: relative;
        isolation: isolate;
        overflow: hidden;
    }

    .checkout-section ul.breadcrumb {
        background: transparent !important;
    }

    ul.breadcrumb:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: -20px;
        right: -20px;
        background: #f6f7f9;
        z-index: -1;
    }

    ul.breadcrumb * {
        white-space: nowrap;
    }

    ul.breadcrumb a {
        font-weight: 500;
        font-size: 12px;
        line-height: 100%;
        letter-spacing: -0.02em;
        background: linear-gradient(90deg, #242bff 0%, #5890ff 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    ul.breadcrumb span {
        font-weight: 500;
        font-size: 12px;
        line-height: 100%;
        letter-spacing: -0.02em;
    }

    .breadcrumb>li+li:before {
        color: #2E3230;
        padding-left: 8px;
        padding-right: 0;
    }

    #product-category .h2.text-left.content-title,
    #product-special .h2.text-left.content-title {
        font-weight: 600;
        font-size: 24px;
        line-height: 100%;
        text-transform: uppercase;
        color: #312F44;
        margin: 13px 0 20px;
    }

    .cat_reviews {
        display: none;
    }

    .block-new-three.category-top-links-block.three-link {
        width: 49.5%;
    }

    a.in-category.category-top-link {
        position: relative;
        isolation: isolate;
    }

    .cat_wishcomp {
        display: flex;
        top: 8px;
        right: 7px;
    }

    .top_seller_badge {
        max-width: 75px;
        font-size: 10px !important;
        padding: 0 4px !important;
        height: 27px !important;
    }

    #product-category .product-layout.product-grid,
    #product-special .product-layout.product-grid {
        padding: 0;
        width: 48.6%;
    }

    .row.limits+.row {
        margin: 0;
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }


    .row.limits+.row:before {
        display: none;
    }

    .product-layout .product-thumb {
        margin-bottom: 0;
    }

    a.in-category.category-top-link:before {
        background: unset;
        background-image: url(/image/perelink-bg.png);
        background-repeat: no-repeat;
        background-size: cover;
        opacity: 1;
        width: 100%;
        display: block;
        height: 100%;
        top: 0;
        right: 0;
        bottom: 0;
        position: absolute;
        z-index: -1;
    }

    a.in-category.category-top-link {
        margin-bottom: 5px;
        background: transparent;
    }

    .description_top {
        margin-bottom: 30px;
    }

    a.in-category.category-top-link span {

        font-weight: 500;
        font-size: 12px;
        line-height: 120%;
        text-align: center;
        background: linear-gradient(90deg, #cc21d1 0%, #2d36f3 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .wrapper-categories-title {
        font-weight: 600;
        font-size: 24px;
        line-height: 100%;
        text-transform: uppercase;
        color: #312F44;
    }

    .column-category {
        min-width: 330px;
        width: 330px;
    }

    .wrapper-categories .container {
        padding-right: 0;
    }

    .item-category {
        padding: 22px;
    }

    span.title-category-block {
        font-size: 18px;
        font-weight: 600;
    }

    .list-category-block ul li a {
        font-weight: 400;
        font-size: 15px;
        line-height: 100%;
        letter-spacing: -0.02em;
        color: #595C7D;
        margin: 0;
        margin-bottom: 12px;
    }

    .item-category .bottom-image {
        margin: 0;
        position: absolute;
        right: 0;
        bottom: 0;
        left: unset;
        top: unset;
    }

    .item-category img {
        height: 237px;
    }

    .item-category {
        min-height: 308px !important;
        height: 308px;
    }

    .btn-category-block {
        position: absolute;
        bottom: 22px;
        left: 22px;
    }

    #common-home .container-carousel {
        height: 317px;
        padding-top: 0;
    }



    .home_slider_item_img_desk {
        display: none;
    }



    .column-header-logo .img-responsive {
        width: 83px;
    }

    div#search.active:before {
        rotate: -70deg;
    }

    div#search.active:after {
        rotate: -70deg;
    }

    .opened_wrapper {
        position: relative;
    }

    .opened_wrapper:before {
        content: '';
        position: absolute;
        top: 0;
        left: 12px;
        width: 86%;
        background: linear-gradient(to right, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 100%);
        height: 1px;
        opacity: 0;
        transition: 0.3s;
    }

    .opened_wrapper:after {
        content: '';
        position: absolute;
        bottom: 0;
        right: 12px;
        width: 86%;
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.4) 100%);
        height: 1px;
        transition: 0.3s;
        opacity: 0;
    }

    #search input.form-control.input-lg {
        padding-left: 34px !important;
    }

    div#search.active .opened_wrapper:before {
        opacity: 1;
    }

    div#search.active .opened_wrapper:after {
        opacity: 1;
    }

    /* div#search.active {
        overflow: hidden;
    } */

    #search .live-search {
        display: none !important;
    }

    div#search {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        width: 32px;
        height: 32px;
        position: absolute;
        top: 10px;
        right: 141px;
        transition: 0.4s;
        border-radius: 45px;
        max-width: none;
        background-image: url(/image/catalog/icon/search-mob-bg.svg) !important;
        background-repeat: no-repeat !important;
        background-size: 100%;
        background-position: center;
    }

    div#search:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        border-radius: 50%;
        display: block;
        width: 32px;
        height: 32px;
        z-index: 1;
        border-top: 1px solid #fff;
        rotate: -45deg;
        transition: 0.4s;
    }

    div#search:after {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        right: 0;
        border-radius: 50%;
        display: block;
        width: 32px;
        height: 32px;
        z-index: 1;
        /* border-top: 1px solid #fff; */
        border-bottom: 1px solid #fff;
        rotate: -45deg;
        transition: 0.4s;
    }

    div#search.active {
        width: 51vw;
    }

    div#search input.form-control {
        width: 100%;
        height: 32px;
        background: transparent !important;
        border: none;
        border-radius: 45px;
        padding: 0 12px 0 35px;
        font-size: 14px;
        line-height: 18px;
        color: #FFFFFF;
        box-shadow: none;
    }

    div#search input.form-control::placeholder {
        opacity: 0;
        transition: 0.3s;
        color: #FFFFFF;
        font-size: 14px;
    }

    div#search.active input.form-control::placeholder {
        opacity: 1;
    }

    .btn-search-row {
        position: absolute;
        inset: 0;
        z-index: 10;
        display: flex;
        align-items: center;
        justify-content: center;
        right: auto;
        top: auto;
    }

    .search-btn-wrapper {
        width: 32px;
        height: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

    .search-btn-wrapper svg {
        width: 14px;
        height: 14px;
    }

    .input-group-btn .cancel-search {
        display: none;
    }

    div#search.active .btn-search-row {
        pointer-events: none;
    }

    #logo {
        transition: 0.3s;
    }

    .flex-new-head-row:has(div#search.active) #logo {
        opacity: 0;
        visibility: hidden;
    }

    .home_slider_item_img_mob {
        display: block !important;
    }

    .product-category .row.limits .text-right>.btn-group {
        flex-wrap: wrap;
    }

    .cat_reviews {
        margin-right: 0;
        width: 100%;
        height: 32px;
        margin-bottom: 14px;
    }

    button.cw-btn {
        padding: 0px !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .cw-btn img {
        width: 18px;
        height: 18px;
        min-width: 18px;
        min-height: 18px;
    }




    .block_tel_mob {
        display: block;
    }

    .column-search-logo {
        gap: 10px;
        flex-basis: unset;
    }

    .block_tel_mob .icon-tel-add {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 32px !important;
        height: 32px !important;
        border-radius: 50%;
        position: relative;
        margin: 0;
    }

    .mob_btn_bg:before {
        content: '';
        position: absolute;
        inset: 0;
        border-radius: 50%;
        display: block;
        width: 100%;
        height: 100%;
        z-index: 1;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        rotate: -45deg;
        transition: 0.4s;
        background-image: url(/image/catalog/icon/mob-btn-bg.svg) !important;
        background-repeat: no-repeat !important;
    }

    .mobBtnPhone.ph_open:before {
        background-color: rgba(255, 255, 255, 0.2);
    }

    .block_tel_mob_sub {
        transition: 0.4s;
        position: absolute;
        top: 60px;
        right: 0;
        background: #fff;
        border-radius: 15px;
        padding: 20px;
        z-index: 40;
        opacity: 0;
        visibility: hidden;
        translate: 0 20px;
        box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.10);
    }

    .block_tel_mob_sub.ph_open {
        opacity: 1;
        visibility: visible;
        translate: 0 0;
    }

    .block_tel_mob_sub .telegram_hidden_ahref {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
        background: linear-gradient(90deg, rgba(45, 54, 243, 0.75) 0%, rgba(204, 33, 209, 0.75) 100%);
        border-radius: 63px;
        padding: 0 20px;
        height: 49px;
        width: 100%;
        font-weight: 500;
        font-size: 13px;
        line-height: 192%;
        color: #fff;
    }

    .block_tel_mob_ph {
        display: flex;
        align-items: center;
        gap: 13px;
        font-weight: 600;
        font-size: 18px;
        line-height: 78%;
        color: #313131;
        margin-bottom: 15px;
    }

    .block_tel_mob_sub_graf {
        margin: 20px 0;
    }

    .block_tel_mob_sub_graf span {
        font-weight: 400;
        font-size: 16px;
        line-height: 123%;
        color: #313131;
        display: block;
        text-align: center;
    }

    .block_tel_mob_sub_graf span strong {
        font-weight: 600;
    }

    .btn-show-cart {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 32px;
        height: 32px;
        border-radius: 50%;
        position: relative;
    }

    .open-search-mob #search input.form-control.input-lg {
        left: 0 !important;
    }

    .open-search-mob .btn-search-row {
        left: 0 !important;
        top: 0 !important;
        padding-left: 0 !important;
    }

    .btn-show-cart:before {
        content: '';
        position: absolute;
        inset: 0;
        border-radius: 50%;
        display: block;
        width: 100%;
        height: 100%;
        z-index: 1;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        rotate: -45deg;
        background-image: url(/image/catalog/icon/mob-btn-bg.svg) !important;
        background-repeat: no-repeat !important;
    }

    .category-desc:has([data-template-id])>div span.pm-title-plus,
    .category-desc:has([data-template-id])>div span.pm-title-minus {
        font-size: 20px;
    }

    .item-search-block {
        display: block;
    }

    .login-block {
        display: block;
        width: auto;
        height: auto;
        margin: 0;
    }

    .login-block .login-link {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 32px;
        min-width: 32px;
        height: 32px;
        transition: 0.4s;
        border-radius: 50%;
        position: relative;
    }

    .login-block .login-link:before {
        content: '';
        position: absolute;
        inset: 0;
        border-radius: 50%;
        display: block;
        width: 100%;
        height: 100%;
        background-image: url(/image/catalog/icon/mob-btn-bg.svg) !important;
        background-repeat: no-repeat !important;
        z-index: 1;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        rotate: -45deg;
        transition: 0.4s;
        pointer-events: none;
    }

    .login-block .login-link img {
        width: 14px;
    }

    .zmi_wrapper {
        grid-template-columns: repeat(1, 1fr);
    }

    .container_acf_descr {
        padding: 0;
    }

    .charge_blocks {
        grid-template-columns: repeat(1, 1fr);
    }

    .product-category .desc-category-block>.col-sm-12 {
        padding: 2px 20px 60px 20px;
    }

    .new_seo_adv_block_title {
        font-size: 18px;
    }

    .blocks_color_dots {
        grid-template-columns: repeat(1, 1fr);
    }

    .block-tel {
        display: none;
    }

    .desc-category-block>.col-sm-12 {
        padding: 30px 15px;
        margin-top: 0;
    }

    .question-answer-wrapper {
        padding: 20px;
        border-radius: 20px;
    }

    .faq_ques span {
        padding-right: 10px;
    }

    .new_seo_b_item {
        padding: 15px 20px;
        font-size: 15px;
        line-height: 138%;
    }

    .new_seo_important_title span {
        font-weight: 700 !important;
        font-size: 20px !important;
    }

    .faq_ques.question-row span {
        font-size: 16px !important;
    }

    .cat_reviews {
        height: auto;
        min-height: 32px;
    }

    .rating_reviews_wrapper {
        height: 20px;
        justify-content: flex-start;
        gap: 0;
    }

    .rating_reviews_wrapper .rating i {
        font-size: 13px;
    }

    .cat_reviews_count {
        font-size: 9px;
    }

    .rating i {
        margin-right: 0;
    }

    .cat_wishcomp .cw-btn {
        width: 26px;
        height: 26px;
    }

    .cat_wishcomp .cw-btn img {
        width: 13px;
        height: 13px;
        min-width: 13px;
        min-height: 13px;
    }

    .shoping-cart {
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        translate: 0 0;
        padding: 16px 0;
        height: 100dvh;
        overflow: auto;
    }




    .close_cart {
        top: 17px;
    }


    .shoping-cart-products-item-image img {
        width: 68px;
        min-width: 68px;
        height: 68px;
        border-radius: 5px;
        display: block;
    }

    .shoping-cart-products-item-title {
        font-weight: 500;
        font-size: 14px;
        line-height: 120%;
        letter-spacing: -0.02em;
        color: #312F44;
        margin-bottom: 4px;
    }

    .options-text {
        font-weight: 500;
        font-size: 12px;
        line-height: 120%;
        letter-spacing: -0.02em;
        color: rgba(49, 47, 68, 0.55);
    }




    .shoping-cart-totals a {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        background: linear-gradient(90deg, #cc21d1 0%, #2d36f3 100%);
        border-radius: 8px;
        padding: 0 17px;
        height: 49px;
        font-weight: 600;
        font-size: 14px;
        line-height: 120%;
        letter-spacing: -0.02em;
        color: #fff;
        margin-top: 15px;
    }

    .shoping-cart-buttons .link-continue {
        border-radius: 8px;
        padding: 0 17px;
        height: 46px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        font-weight: 600;
        font-size: 14px;
        line-height: 100%;
        background: linear-gradient(90deg, #242bff 0%, #5890ff 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        margin-top: 5px;
    }



    .shoping-cart-buttons .link-continue:before {
        content: '';
        position: absolute;
        inset: 0;
        border-radius: 8px;
        padding: 2px;
        background: linear-gradient(90deg, #2d36f3 0%, #cc21d1 100%);
        -webkit-mask: linear-gradient(white, white) content-box, linear-gradient(white, white);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        pointer-events: none;
    }








    .free_delivery_block_container_out {
        padding: 0 16px;
    }

    .checkout-section .free_delivery_block_container_out {
        padding: 0;
    }

    .cart_recomend_products {
        padding-left: 16px;
        overflow: hidden;
        height: 340px;
    }





    .cart_recomend_products_title {
        font-weight: 600;
        font-size: 16px;
        line-height: 75%;
        color: #312F44;
        margin-bottom: 15px;
    }

    .cart_recomend_product_item {
        min-width: 175px;
        width: 175px;
        margin-right: 8px;
        border-radius: 10px;
        overflow: hidden;
        border: 1px solid #EAEAFF;
    }

    .cart_recomend_product_images img {
        width: 100%;
    }

    .cart_recomend_product_rating {
        margin: 10px 0;
    }

    .cart_recomend_product_title {
        font-weight: 500;
        font-size: 12px;
        line-height: 120%;
        letter-spacing: -0.02em;
        text-transform: uppercase;
        color: #312F44;
        margin-top: 0;
        margin-bottom: 20px;
        min-height: unset;
    }



    .cart_recomend_products_bottom {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        padding: 0 10px 10px;
    }


    .top_seller_wrapper {
        padding-left: 0;
        padding-right: 0;
    }

    .top_seller_wrapper .container {
        padding-right: 0;
    }

    .top_seller_wrapper .product-thumb .caption a {
        font-size: 14px;
    }

    /* Плавна анімація для слайдера рекомендованих товарів */
    .cart_recomend_products_wrapper {
        transition: opacity 0.3s ease-in-out;
        opacity: 1;
    }

    .cart_recomend_products_wrapper.loading {
        opacity: 0;
        min-height: 230px;
        /* Встановлюємо мінімальну висоту щоб уникнути стрибка */
    }

    .cart_recomend_products_wrapper.loaded {
        opacity: 1;
    }

    .latest_wrapper_prod .product-layout,
    .topsell_wrapper_prod .product-layout {
        width: 190px !important;
        min-width: 190px !important;
        padding: 0 !important;
        margin-right: 8px !important;
    }

    .product-layout .product-thumb .image {
        padding: 0;
    }

    .latest_wrapper_prod {
        margin: 0 !important;
    }

    .product_page_i_bottom {
        padding: 10px;
    }

    .container:has(.latest_wrapper_prod) {
        padding-right: 0;
    }

    .h2.qwe {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .latest_wrapper_prod .rating i {
        font-size: 18px;
    }

    .latest_wrapper_prod .product-thumb .caption a {
        font-size: 14px;
    }

    .price_old_top .price-oldd {
        font-size: 13px;
        color: #595C7D;
        opacity: 0.7;
    }

    .price_old_perc {
        font-weight: 600;
        font-size: 9px;
        line-height: 100%;
        text-align: center;
        color: #fff;
        height: 18px;
        width: 30px;
    }



    .price-new.price-oldd {
        font-size: 18px;
    }

    .price-btns.flex-option,
    .product-thumb button.btn.btn-primary {
        margin-bottom: 5px;
    }

    .caption-product {
        padding: 0 10px;
    }

    div>.rating {
        margin-right: unset;
        padding: 0 10px;
    }

    .banners_home_wrapper {
        margin-top: 50px;
    }

    .banners_home_item {
        min-width: 330px;
        width: 330px;
        margin-right: 10px;
    }

    .banners_home .container {
        padding-right: 0;
    }

    #common-home .product-layout.product-grid .product-thumb {
        margin-bottom: 0;
    }

    .grid_block {
        margin: 50px 0;
    }

    .grid_block_left_title {
        font-size: 24px;
    }

    .grid_block_left {
        padding-top: 30px;
    }

    .grid_blocks_right_top_item {
        width: 100%;
        /* min-width: 155px; */
        height: 121px;
    }

    .grid_blocks_right_top_item img {
        height: 70px;
        width: 100%;
        max-width: 111px;
    }

    .grid_blocks_right_top {
        /* overflow: auto; */
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .grid_blocks_right_bottom {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }

    .grid_blocks_right_bottom_item img {
        height: auto;
        width: 100%;
        max-width: 185px;

    }

    .grid_blocks_right_bottom_item {
        padding-bottom: 20px;
        padding-top: 33px;
    }

    .rev_cat_wrapper_title {
        font-size: 24px;
    }

    .rev_cat_wrapper {
        padding: 50px 0;
        margin-top: 50px;
    }

    .rev_tabs {
        flex-wrap: wrap;
    }

    .rev_tabs {
        gap: 10px;
    }

    .tab-button {
        font-size: 14px;
    }

    .tab_content {
        grid-template-columns: repeat(1, 1fr);
    }

    .tab_content_review {
        height: auto;
    }

    .latest_blog {
        margin: 50px 0;
    }

    .news-blog-container {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 25px;
    }

    .news-blog-container .bsmp-slide {
        background: #f6f7f9;
        padding: 10px;
        padding-bottom: 20px;
        border-radius: 20px;
    }

    .bsmps-date {
        margin-top: 10px;
        padding: 0 10px;
    }

    .bsmps-content h3 a,
    a.podrob-link,
    .bsmps-content-text {
        padding: 0 10px;
    }

    .geo_tab_button {
        font-size: 17px;
    }

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

    .geo_section {
        padding: 50px 0;
    }

    .geo_tab_content_item {
        font-size: 12px;
    }

    h1.h2.text-center.content-title {
        font-size: 23px;
        margin-top: 45px;
    }

    .row-text-image-block-top {
        flex-direction: column;
        gap: 0;
    }

    .about-text-row p {
        font-size: 14px;
        line-height: 140%;
    }

    .about-text-box h2 {
        font-size: 23px;
    }

    .about-text-box {
        height: 450px;
        overflow: auto;
    }

    .ncf-title {
        font-size: 20px;
    }

    .new-callback-form {
        padding: 35px 20px;
    }

    .ncf-form input {
        width: 100%;
    }

    .about-text-box .faq-link {
        text-align: left;
    }

    .about-text-box .faq .faq {
        padding: 15px 15px;
    }

    .about-text-box .faq-link {
        font-size: 16px;
        gap: 15px;
    }

    div#accordion {
        margin-top: 25px;
    }

    footer {
        margin-top: 50px;
        padding-top: 50px !important;
        padding-bottom: 80px !important;
    }

    .logotype-footer {
        display: flex;
        justify-content: center;
        margin-bottom: 40px;
    }

    .logotype-footer img {
        margin-bottom: 0;
        width: 280px;
    }

    .footer_menu_block {
        background: rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(6px);
        border-top: 1px solid rgba(255, 255, 255, 0.7);
        border-left: 1px solid #fff;
        border-bottom: 1px solid rgba(255, 255, 255, 0.4);
        border-right: 1px solid rgba(255, 255, 255, 0.4);
        box-shadow: inset 0 10px 25px -21px rgba(0, 0, 0, 0.2);
        padding: 16px 25px;
        border-radius: 15px;
        margin-bottom: 10px;
    }

    footer .h5.text-muted {
        margin-top: 0;
        margin-bottom: 0;
        font-weight: 600;
        font-size: 16px;
        line-height: 150%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .footer_menu_block li a {
        font-weight: 400;
        font-size: 14px;
        line-height: 150%;
        margin-top: 0;
        margin-bottom: 15px;
    }

    .footer_menu_block li:last-child a {
        margin-bottom: 0;
    }

    .footer_menu_block ul {
        margin-bottom: 0;
    }

    .footer_menu_btn {
        width: 30px;
        min-width: 30px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        right: -12px;
        transition: 0.3s;
    }

    .footer_menu_block:has(.open_menu_footer) .footer_menu_btn {
        rotate: 180deg;
    }

    .footer_menu_block_list {
        transition: 0.4s;
        opacity: 0;
        visibility: hidden;
        overflow: hidden;
        max-height: 0;
    }

    .open_menu_footer {
        opacity: 1;
        visibility: visible;
        max-height: 500px;
        margin-top: 20px;
    }

    footer .h5.text-muted.statti_footer_link {
        margin-top: 0;
        padding-bottom: 0;
    }

    .footer_icon_wrapper {
        display: none;
    }

    .item-contact-footer-addr {
        margin: 40px 0;
        justify-content: center;
    }

    .item-contact-footer-addr span {
        display: block;
        text-align: center;
        font-size: 18px;
    }

    .item-contact-footer-nums .footer_icon_wrapper {
        display: none;
    }

    .item-contact-footer-nums {
        justify-content: center;
        margin-bottom: 0;
    }

    .item-contact-footer-nums span a {
        display: flex;
        align-items: center;
        gap: 10px;
        font-weight: 600;
        font-size: 27px;
        line-height: 52%;
        margin-bottom: 25px;
    }

    .item-contact-footer-telegram .footer_icon_wrapper {
        display: none;
    }

    .item-contact-footer-telegram a {
        display: flex;
        align-items: center;
        gap: 12px;
        font-weight: 500;
        font-size: 15px;
        line-height: 167%;
        color: #fff;
        background: rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(6px);
        border-top: 1px solid rgba(255, 255, 255, 0.7);
        /* border-left: 1px solid #fff; */
        border-bottom: 1px solid rgba(255, 255, 255, 0.4);
        /* border-right: 1px solid rgba(255, 255, 255, 0.4); */
        box-shadow: inset 0 10px 25px -21px rgba(0, 0, 0, 0.2);
        padding: 12px 25px;
        border-radius: 63px;
        width: 100%;
    }

    .item-contact-footer-telegram span {
        display: block;
        width: 100%;
    }

    .bottom-top-footer {
        border-top: unset;
        padding-top: 0;
    }

    .work-on {
        margin-top: 0;
        font-weight: 400;
        font-size: 12px;
        line-height: 120%;
        text-align: center;
    }

    .work-on-top {
        margin-bottom: 10px;
    }

    .item-price-block input {
        font-weight: 400;
        font-size: 16px;
        text-align: center;
        color: #312F44;
        background-image: url(/image/price-filter-input.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        border: unset;
    }

    .form-group.item-price-block:first-child {
        justify-content: space-between;
        gap: 10px;
    }

    .flex-price-block {
        gap: 10px;
        margin-bottom: 20px;
    }

    .form-group.item-price-block:first-child input {
        width: 120px !important;
    }

    .product-category .price-new span {
        font-size: 14px;
    }

    body:has(.calculator_page) h1 {
        font-size: 28px;
    }

    body {
        padding-top: 50px;
    }

    .article_title {
        font-size: 26px;
        line-height: 130%;
    }

    .mob_menubar {
        display: flex;
        align-items: center;
        position: fixed;
        z-index: 998;
        bottom: 10px;
        right: 5px;
        left: 5px;
        background: linear-gradient(90deg, rgba(45, 54, 243, 0.75) 0%, rgba(204, 33, 209, 0.75) 100%);
        border: 1px solid rgba(255, 255, 255, 0.3);
        border-radius: 82px;
        padding: 5px;
        backdrop-filter: blur(7px);
    }

    .mob_menubar_item {
        display: flex;
        flex-direction: column;
        gap: 5px;
        align-items: center;
        flex: 1;
        background: transparent;
        border: unset;
        color: #fff !important;
        text-decoration: unset !important;
        font-weight: 500;
        font-size: 12px;
        line-height: 100%;
        letter-spacing: -0.02em;
        border-radius: 50px;
        height: 59px;
        justify-content: center;
    }

    .mob_menubar_item:focus {
        border: unset;
        outline: none;
    }

    .mob_menubar_item svg {
        height: 21px;
    }

    .article_description_right_toc {
        padding: 20px 15px;
    }

    .article_description_right_toc_content li a {
        line-height: 130%;
        font-size: 16px;
    }

    span.cashback_text {
        font-size: 29px;
    }

    span.cashback_text-title {
        font-size: 14px;
    }

    .product_banner {
        gap: 5px;
        padding: 0;
    }



    #product .radio label span {
        font-weight: 500;
        font-size: 12px;
        line-height: 120%;
        text-align: center;
        background: linear-gradient(90deg, #cc21d1 0%, #2d36f3 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .hidden-related-block {
        display: none !important;
    }

    .show-hidden .hidden-related-block {
        display: block !important;
    }



    span.price-text span {
        font-size: 22px;
    }





    .radio-plus .text-danger {
        display: none;
    }

    .main-content-wrapper {
        padding: 20px;
    }

    .enter-form-title,
    h1.h2.text-center.content-title.content-login-title {
        margin-top: 0;
        font-size: 28px;
    }

    #account-register ul.breadcrumb,
    ul.breadcrumb:before {
        background: transparent;
    }

    .container_list_statya ul>li {
        font-size: 14px;
    }

    .statya-dima-element h2 {
        font-size: 20px;
    }

    .statya-dima-element h3 {
        font-size: 19px;
    }

    .success-title {
        font-size: 26px;
    }

    .success-description-small a {
        display: block;
    }

    .main-content {
        padding-top: 60px;
    }

    .account-content__left-side {
        display: none;
    }

    .account-right-content {
        padding: 20px;
    }

    .account-form-wrapper {
        flex-direction: column;
        gap: 7px;
        align-items: flex-start;
        margin: 0 !important;
    }

    .account-form-wrapper label {
        font-size: 16px;
    }

    .cashback_text {
        display: none !important;
    }

    .flex-product-content .cashback_text {
        display: block !important;
    }

    .subscribe-block {
        flex-direction: row;
        align-items: center;
    }

    .subscribeto-title {
        width: 100%;
        min-width: 100% !important;
        flex-basis: 100% !important;
    }

    .save-data-button {
        margin-top: 20px;
    }

    .adress-row-item {
        flex-direction: column;
        gap: 20px;
    }

    .content-order-title {
        margin-bottom: 0 !important;
        padding-bottom: 20px !important;
    }

    .checkout-cart-product-item-name-text {
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box !important;
        max-height: 120px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        max-width: 120px;
    }

    .checkout-cart-product-item-image {
        max-width: 55px;
    }

    .main-content-wrapper-order-list .table-responsive,
    .wishlist_page .table-responsive {
        border: unset;
    }

    .form-account-title-pass {
        margin-bottom: 25px;
        padding-bottom: 20px;
    }

    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>td,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>thead>tr>th {
        white-space: unset !important;
    }

    #content .table-responsive .tab_whitespace {
        white-space: nowrap !important;
    }

    .main-content:has(.wishlist_page) {
        padding-top: 0;
    }

    .row_search {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px !important;
    }

    .row_search>div {
        padding: 0;
        width: 100%;
        max-width: 100%;
        flex-basis: 100%;
    }

    .flex-product-content {
        gap: 20px;
    }

    .accordion_item-head h2 {
        font-weight: 500;
        font-size: 16px;
        line-height: 120%;
        letter-spacing: -0.02em;
        color: #312F44 !important;
        background: unset !important;
        -webkit-background-clip: unset;
        -webkit-text-fill-color: unset;
        background-clip: unset;
        text-fill-color: unset;
    }

    .accordion_item.active .accordion_item-head:before {
        border-radius: 21px
    }

    #product .options .form-group .inputs-wrap .radio {
        flex-basis: calc(50% - 10px);
    }

    .dropdown_sub_block .submenu-level-3 a {
        margin-bottom: 10px;
        padding-bottom: 10px !important;
    }

    .checkout-section h1.h2.main-page-title {
        font-weight: 600;
        font-size: 22px;
        line-height: 100%;
        text-transform: uppercase;
        color: #312F44;
        margin-top: 0 !important;
    }

    .radio.item-shipping-method {
        flex-direction: column;
        gap: 0;
    }

    .item-shipping-method label {
        width: 100%;
    }

    .wrapper-shipping-method {
        flex-direction: column;
        gap: 8px;
    }

    .btn-group-flex {
        margin-top: 20px;
    }

    .checkout_profile-inner .mob_login_burger {
        margin-top: 15px;
    }

    .checkout-submit-container {
        padding: 0;
    }

    input#total-cashback {
        width: 53%;
        min-width: 53%;
    }


    .seo_comment_item {
        flex-direction: column;
        gap: 10px;
        margin-bottom: 34px;
    }

    .seo_comment_wrapper {
        padding: 20px 18px;
    }

    .review-desc {
        padding: 0;
    }

    .seo_comment_item:nth-child(even) {
        flex-direction: column;
    }

    body .seo_comment_item span.review-desc {
        margin-bottom: 0 !important;
        padding: 0 !important;
    }

    .desc-category-block h3 {
        font-size: 18px;
    }

    .seo_comment_wrapper_side_c {
        width: 100%;
    }

    #information-information ul.breadcrumb {
        background: transparent;
    }

    body:has(.contacts-wrapper) h1 {
        font-size: 28px;
    }

    .contacts-block__title {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .info-block__phone-num a {
        font-size: 20px;
    }

    .form-block {
        margin-top: 20px;
    }

    .btn-form-contact-wrapper input {
        max-width: 100%;
    }

    .price-btns.flex-option {
        height: 45px;
    }

    .cart_page_table thead tr td {
        white-space: nowrap !important;
        font-size: 14px;
    }

    .cart_page_table .price-default,
    .cart_page_table .total-default {
        white-space: nowrap !important;
        font-size: 18px;
    }

    .quantity-group input.form-control {
        padding: 0;
        width: 30px;
        font-size: 13px;
    }

    .cart_page_name_pr {
        font-size: 12px;
        white-space: nowrap;
    }

    .text-left.name-product small {
        font-size: 11px;
    }
}

@media (max-width: 361px) {

    #product-category .product-layout.product-grid,
    #product-special .product-layout.product-grid {
        padding: 0;
        width: 47.6%;
    }
}

.main-thumb-block .owl-carousel img {
    width: 100%;
}