@import url('https://fonts.googleapis.com/css2?family=Sofia+Sans+Condensed:ital,wght@0,1..1000;1,1..1000&family=Sofia+Sans:ital,wght@0,1..1000;1,1..1000&display=swap');

*,:after,:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: #fff0;
    outline: 0;
    margin: 0;
    padding: 0;
}

a {
    color: #002041;
}

hr {
    margin: 10px 0;
    border: 1px solid #f9f9f9;
}

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

iframe {
    max-width: 100%;
}

body {
    background: #fff;
    color: #353535;
    font-family: "Sofia Sans", sans-serif;
    font-optical-sizing: auto;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    overflow-y: scroll;
}

body:not(.show)::before {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    content: "";
    background: #fff;
    z-index: 3;
}

/* body:not(.show)::after {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 250px;
    height: 250px;
    background: url(../img/lampa.svg) no-repeat center center;
    background-size: contain;
    content: "";
    z-index: 5;
} */
/* 
body.show {
	opacity: 1;
} */

#page {
    min-height: calc(100vh - 327px);
}

.alt {
    position: fixed;
    top: 18px;
    z-index: 14;
    background: #db0c0c;
    color: #fff;
    padding: 15px;
    border-radius: 10px;
    z-index: 999;
    transition: right .3s;
    right: -800px;
}

.alt.show {
	right: 25px;
}

.wrap,.container {
    width: auto;
    max-width: 1200px;
    margin: 20px auto
}

.header-phone {
    color: inherit;
    text-decoration: none
}

.header-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.header-icons>a {
    position: relative;
    margin: 0 20px;
    text-decoration: none
}

.logo-wrap {
    text-align: center;
    color: #9a9e9e;
    text-decoration: none!important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s
}

.logo-wrap:hover {
    color: #dcdcdc;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s
}

.logo-wrap>div:first-child {
    font-size: 32px;
    border-bottom: 1px solid #505258;
    margin-bottom: 5px;
    color: #fff;
}

.logo-wrap>div:last-child {
    font-size: 14px;
    text-transform: uppercase;
    color: #ec9a2a;
}

#button-cart:not([data-count=""])::after {
    content: attr(data-count);
    position: absolute;
    background: #D23242;
    min-width: 20px;
    padding: 0 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 17px;
    line-height: 16px;
    text-align: center;
    color: #fff;
    -webkit-transition: .4s all;
    -o-transition: .4s all;
    transition: .4s all;
    right: 0;
    top: 3px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 50%
}

header {
    position: sticky;
    top: 0;
    background: #002041;
    /* background: linear-gradient(0deg, #001225 0%, #003063 100%); */
    z-index: 2
}

header>.header {
    margin: 0px auto;
    padding: 10px 0
}

header>*,.header-menu>* {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 15px
}

.header-menu {
    position: relative;
    box-shadow: 1px 1px 1px #0000001a;
    margin: 0 !important;
    padding: 13px;
    max-width: 100%;
    z-index: 1;
}

.header-menu>ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1200px;
    margin: auto;
    }

.header-menu>ul>li {
    position: relative
}

.header-menu>ul>li>a {
    text-decoration: none;
    text-transform: uppercase;
    color: #353b41;
    font-size: 17px;
    font-weight: 600;
    padding: 14px 25px;
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    will-change: auto;
}

.header-menu>ul>li>a:hover {
    color: #002041;
    background: #fbfbfb;
}

.header-menu>ul>li>a::after {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -14px;
    content: "";
    height: 2px;
    width: 100%;
    background: #002041;
    -webkit-transition: width .3s;
    -o-transition: width .3s;
    transition: width .3s;
    width: 0%;
    transition: width .3s
}

.header-menu>ul>li>a:hover::after {
    width: 100%;
    -webkit-transition: width .3s;
    -o-transition: width .3s;
    transition: width .3s
}

.banner {
    width: 100%;
    height: auto;
    padding-bottom: calc(100% / 3.05);
    position: relative;
    overflow: hidden
}

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

.banner-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 25px
}

.banner-block>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px 20px 30px 20px;
    background: #fbfbfb;
    border-radius: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    cursor: help;
    transition: padding .3s;
    will-change: padding;
}

.banner-block>div:hover {
    padding: 20px 20px 40px 20px;
}

.banner-block>div>img {
    height: 60px;
}

.banner-block>div>div {
    margin-top: 10px;
    text-align: center
}

.products-wrap {
    margin-top: 0;
    display: flex;
    gap: 20px;
}

.products-wrap > *:last-child {
    flex: 1;
    padding: unset;
    border-radius: unset;
}

.categories {
    flex-basis: 275px;
    border-radius: 5px;
/*     overflow: hidden; */
}

.categories > h2 {
    border-bottom: 1px solid #f0f0f0;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.products {
}

.top-products {
    border-radius: 10px;
    padding: 40px 0;
}

.top-products>h2 {
    text-align: center;
    font-size: 36px;
    color: #353535;
    text-transform: uppercase
}

.top-products>.products {
    position: relative;
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-right: -10px;
    margin-left: -10px;
}

.top-products>.products>a {
    position: relative;
    max-width: calc(100% / 4);
    -ms-flex-preferred-size: calc(100% / 4);
    flex-basis: calc(100% / 4);
    margin-bottom: 30px;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
}

.top-products>.products>a>div {
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}

.top-products>.products>a>div>figure::after {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: '';
    padding-top: 100%;
    background: rgb(0 0 0 / 3%);
}

.top-products>.products>a>div>figure>img {
    aspect-ratio: 1 / 1;
    border-radius: 10px;
    display: block;
    transform: scale(1.1);
    transition: transform 0.3s;
    margin: auto;
}

.top-products>.products>a>div>img.loaded {
    opacity: 1;
}

.top-products>.products>a>p {
    margin-top: 10px;
    color: #353535;
    height: 36px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.top-products>.products>a>span {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.top-products>.products>a>span>b {
    color: #353535;
    font-size: 16px;
    font-weight: 700;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    flex-direction: column;
}

.top-products>.products>a>span>b>span {
    display: flex;
    flex-wrap: wrap;
}

.top-products>.products>a>span>b.discount>span:first-of-type {
    color: #616161;
    font-size: 12px;
    margin-top: -13px;
    text-decoration: line-through;
}

.top-products>.products>a>span>b.discount>span:last-child {
    color: #db0c0c;
}

.top-products>.products>a>span>b>span>span {
    
white-space: nowrap;
}

.top-products>.products>a>span>img {
    margin-top: -5px;
    padding: 15px;
    margin: -15px
}

.top-products>.products>a>span>img:active {
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8)
}

footer>p {
    text-align: center;
    color: #fff;
}

footer>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

footer>div>div>h3 {
    color: #505258;
    margin-bottom: 10px
}

footer>div>div>p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 8px
}

footer>div>div>p>img {
    margin-right: 7px
}

.white-box {
    position: relative;
    border-radius: 10px
}

.http-error {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 180px 0
}

.http-error>div {
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    color: #505258
}

.breadc {
    list-style: none;
    margin: 0;
    padding: 10px 0;
}

.breadc>li {
    display: inline-block;
    vertical-align: baseline;
    color: #505258
}

.breadc>li>a {
    text-decoration: none;
    color: #505258;
    font-weight: 700
}

.breadc>li>a:hover {
    color: #1a73e8;
}

.product-view h1 {
    font-weight: 900;
    font-size: 25px;
    margin-bottom: 15px
}

.product-view>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.product-view>div>div:first-child {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 15px;
    padding: 15px;
    padding-top: 0;
}

.product-view>div>div:last-child {
    width: 320px;
    padding: 30px;
    padding-top: 0;
}

.product-view>div>div:last-child>button {
    width: 100%;
    background-color: #D23242;
    color: #fff;
    border: 2px solid #D23242;
    border-radius: 4px;
    padding: 15px 20px;
    font-size: 18px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.product-view>div>div:last-child>button:not(.availability) {
    opacity: .5;
    cursor: not-allowed
}

.product-view>div>div:last-child>h2 {
    position: relative;
    font-weight: 900;
    font-size: 27px;
    line-height: 140%;
    text-align: center;
    margin-top: 2px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
}

.product-view>div>div:last-child>h2>div {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.product-view>div>div:last-child>h2.discount>div:first-child {
    position: absolute;
    bottom: -22px;
    font-size: 16px;
    color: #616161;
    text-decoration: line-through;
}

.product-view>div>div:last-child>h2.discount>div:last-child {
    color: #db0c0c;
}

.product-view>div>div:last-child>h2 span {
    white-space: nowrap;
}

.product-view>div>div:last-child>button.availability:hover {
    border: 2px solid #D23242;
    color: #D23242;
    background: #fff;
    cursor: pointer
}

.wrapper {
    position: relative;
    width: 100%;
    height: 500px;
    margin-bottom: 10px
}

.slider-wrap {
    height: 100%;
    width: 100%;
    overflow: hidden
}

.slider {
    position: relative;
    left: 0;
    height: 100%;
    width: 2000%;
    -webkit-transition: 300ms ease-in-out;
    -o-transition: 300ms ease-in-out;
    transition: 300ms ease-in-out
}

.slider-wrap .slide {
    float: left;
    height: 100%;
    width: 5%;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.slider-wrap .slide > figure > img {
    display: block;
    max-height: 100%;
    max-width: 100%;
}

.slider-wrap .slide > figure.zoomed {
	position: relative;
	display: block;
	overflow: hidden;
	width: 500px;
	max-width: 100%;
	height: 500px;
	max-height: 100%;
	border: 1px solid #f7f7f7;
	cursor: zoom-in;
	border-radius: 8px;
}

.slider-wrap .slide > figure.zoomed > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 800px;
    height: 800px;
    max-height: unset !important;
    max-width: unset !important;
    pointer-events: none;
}

.btn {
    position: absolute;
    top: calc(50% - 15px);
    width: 40px;
    height: 40px;
    color: #FFF;
    background: #2a2a29;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: background 150ms ease-in-out;
    -o-transition: background 150ms ease-in-out;
    transition: background 150ms ease-in-out;
    border-radius: 4px;
    padding: 8px;
    background-image: url(../img/arrow.svg);
    background-repeat: no-repeat;
    background-position: center
}

.btn:first-child {
    left: -.5em;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1)
}

.btn:last-child {
    right: -.5em
}

.btn:active {
    -webkit-transform: scale(.97);
    -ms-transform: scale(.97);
    transform: scale(.97)
}

.btn:first-child:active {
    -webkit-transform: scaleX(-1) scale(.97);
    -ms-transform: scaleX(-1) scale(.97);
    transform: scaleX(-1) scale(.97)
}

.product-description {
    padding: 20px
}

.product-description h1, h2, h3, h4, h5, h6 {
    margin-top: 16px;
    margin-bottom: 16px;
}

.product-description ul {
    margin-top: 16px;
    padding-left: 16px;
}

.product-description ul > li {
    margin-top: 16px;
}

.product-description>h2 {
    padding-left: 10px;
    margin-bottom: 20px;
}

.product-description>p {
    line-height: 150%
}

.slider-images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.slider-images.hidden {
    visibility: hidden;
    height: 0;
    margin-top: -84px;
    margin-bottom: 84px;
}

.slider-images>div {
    margin: 0 3px;
    cursor: pointer;
    border-radius: 4px;
    overflow: hidden;
    border: solid 2px #fff0;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.slider-images>div.active {
    border: solid 2px #D23242
}

.slider-images>div>img {
    display: block
}

.availability {
    text-transform: uppercase;
    text-align: center;
    margin-top: 10px;
    font-size: 16px
}

.availability.availability-text {text-transform: lowercase;font-size: initial;}

.availability.green {
    color: #39b039
}

.availability.orange {
    color: #cc861d
}

.availability.red {
    color: #d23242cc
}

.availability.disabled {
    background-color: #f5f5f5;
    color: #999;
    cursor: not-allowed;
    opacity: 0.6;
    pointer-events: none;
    user-select: none;
}

img.disabled {
    opacity: 0.4;
    cursor: not-allowed;
    pointer-events: none;
}

.stock-info {
    margin: 20px 0;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 15px;
    background-color: #fbfbfb;
}

.stock-item {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e0e0e0;
}

.stock-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.stock-location {
    font-weight: 600;
    font-size: 14px;
    color: #333;
    margin-bottom: 8px;
    text-align: center;
}

.delivery-info {
    font-size: 12px;
    color: #666;
    margin-top: 5px;
    font-style: italic;
    text-align: center;
}

.spf {
    margin: 15px 0;
    font-size: 14px;
    font-weight: 400
}

.cat-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.cat-cards>a {
    background: url(../img/cart2.jpg?v=4);
    -webkit-box-shadow: 0 1px 3px rgb(172 160 132 / .2);
    box-shadow: 0 1px 3px rgb(172 160 132 / .2);
    border-radius: 10px;
    padding: 21px 17px 28px 39px;
    height: 300px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    background-size: cover;
}

.cat-cards>a:first-child {
    background: url(../img/cart1.jpg?v=4);
    background-size: cover;
    margin-right: 20px
}

.cat-cards>a>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 85%
}

.cat-cards>a>div>p {
    font-size: 26px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: .02em;
    text-transform: uppercase;
    color: #fbf5f0;
    text-shadow: 1px 1px 7px #000
}

.cat-cards>a>div>button {
    width: 200px;
    height: 40px;
    border: 0;
    border-radius: 4px;
    cursor: pointer;
    background: #fff0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    color: #fff;
    background: #002041;
}

.cat-cards>a:hover>div>button {
    color: #002041;
    background: #ffffff;
}

.wrap-cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.wrap-cart>div:first-child {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 15px;
    padding: 15px
}

.wrap-cart>div:first-child>h2 {
    padding: 10px
}

.wrap-cart>div:last-child {
    width: 370px;
    padding: 30px
}

.wrap-cart>div:last-child>div {
    position: relative;
    font-size: 20px;
    margin: 15px 0
}

#total-discount-price {
    color: #db0c0c;
}

#total-price.discount {
    position: absolute;
    top: -12px;
    font-size: 14px;
    color: #616161;
    text-decoration: line-through;
}

.wrap-cart>div:last-child button {
    width: 100%;
    background-color: #002041;
    color: #fff;
    border: 2px solid #002041;
    border-radius: 4px;
    padding: 15px 20px;
    font-size: 18px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.wrap-cart>div:last-child button:hover {
    border: 2px solid #002041;
    color: #002041;
    background: #fff;
    cursor: pointer
}

.products-cart {
    margin-top: 20px
}

.products-cart>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 10px
}

.products-cart>div:not(:last-child) {
    padding-bottom: 10px;
    border-bottom: 1px solid #efefef;
}

.products-cart>div>* {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.products-cart>div>a {
    text-decoration: none;
    color: #353535;
}

.products-cart>div>div:last-child {
    max-width: 160px;
    min-width: 140px;
    text-align: right
}

.products-cart>div>div:last-child>span {
    display: block;
    color: #d23242;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.products-cart>div>div:last-child>span:hover {
    text-decoration: underline
}

.products-cart>div>*:first-child {
    position: relative;
    max-width: 120px;
    min-width: 100px
}

.products-cart>div>*:first-child > span {
    top: 0px;
    left: -10px;
    padding: 6px 8px;
    font-size: 11px;
    border-radius: 5px;
    background-image: linear-gradient(287deg, #ff1d25 0%, #c4171b 100%);
}

.products-cart>div>*:first-child>img {
    display: block;
    border-radius: 50%;
    background: rgb(0 0 0 / 3%);
    border: 1px solid #f3f3f3;
}

.counter {
    display: block;
    margin-bottom: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.counter>i {
    font-style: normal;
    vertical-align: middle
}

.counter>i:nth-child(1),.counter>i:nth-child(3) {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #f7f7f7;
    font-size: 14px;
    line-height: 19px;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: background .2s;
    will-change: background;
}

.counter>i:nth-child(1):hover, .counter>i:nth-child(3):hover {
    background: #dfdfdf;
}

.counter>i:nth-child(2) {
    padding: 0 5px
}

.counter>i:nth-child(3) {
    line-height: 22px
}

.cart-form {
    margin-bottom: 15px;
    position: relative
}

.address-fields {
    display: none;
}

.cart-form>label {
    display: block;
    margin-bottom: 10px
}

.cart-form>label.required {
    cursor: help
}

.cart-form>label.required::before {
    position: absolute;
    font-size: 23px;
    color: #d23242;
    content: "*";
    margin-left: -12px
}

.cart-form>input,.cart-form>textarea {
    width: 100%;
    padding: 14px 15px;
    border: 2px solid #00204103;
    border-radius: 4px;
    max-width: 100%;
    background: #fbfbfb;
}

.cart-form>input:focus,.cart-form>textarea:focus {
    border: 2px solid #002041;
}

.cart-form>textarea {
    min-height: 50px
}

.cart-form>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #ffffff;
    background: #f5f5f5;
    border-radius: 4px;
    overflow: hidden
}

.cart-form>div>* {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    cursor: pointer
}

.cart-form>div>*.active {
    background: #4a60c1;
    color: #fff
}

.cart-form>div>div>span {
    display: block;
    padding: 10px
}

.cart-form>div>div>input:checked+span {
    background: #002041;
    color: #fff
}

.cart-info {
    display: block;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    font-size: 16px;
    line-height: 150%
}

.cart-info>a {
    display: block
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@-webkit-keyframes fadeInScale {
    from {
        opacity: 0;
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes fadeInScale {
    from {
        opacity: 0;
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes fadeOutScale {
    from {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }
}

@keyframes fadeOutScale {
    from {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }
}

.bg-modal {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgb(24 24 24 / 78%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    -webkit-animation: fadeIn .3s forwards;
    animation: fadeIn .3s forwards;
    z-index: 999
}

.modal-box {
    min-width: 380px;
    background: #ffffff;
    border-radius: 10px;
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
    opacity: 0;
    -webkit-animation: fadeInScale .3s forwards;
    animation: fadeInScale .3s forwards;
    width: 450px;
    max-width: 98%;
}

.bg-modal.closeout {
    opacity: 1;
    -webkit-animation: fadeOut .3s forwards;
    animation: fadeOut .3s forwards
}

.bg-modal.closeout .modal-box {
    opacity: 1;
    -webkit-animation: fadeOutScale .3s forwards;
    animation: fadeOutScale .3s forwards
}

.modal-title {
    position: relative;
    padding: 20px;
    border-bottom: 1px solid #f5f5f5;
    text-transform: uppercase;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.modal-close {
    position: absolute;
    padding: 28px 28px;
    background: url(../img/close.svg);
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: center;
    width: 18px;
    height: 18px;
    top: 0;
    right: 0;
    cursor: pointer
}

.modal-close:focus {
    fill: #000
}

.modal-content {
    padding: 35px;
}

.modal-content button {
    width: 100%;
    background: #002041;
    color: #fff;
    border: 2px solid transparent;
    border-radius: 4px;
    padding: 12px 20px;
    font-size: 18px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.modal-content button[disabled] {
    user-select: none;
    pointer-events: none;
    opacity: .8;
}

.modal-content button:hover {
    border: 2px solid #002041;
    color: #002041;
    background: #fff;
    cursor: pointer
}

.tabs-content {
    display: none
}

.tabs-header {
    margin: -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.tabs-header>label {
    padding: 15px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    border-bottom: 2px solid #d9d9d9;
    text-transform: uppercase;
    cursor: pointer
}

.modal-content .rtabs:nth-of-type(1):checked~.tabs-header>label:nth-of-type(1),.modal-content .rtabs:nth-of-type(2):checked~.tabs-header>label:nth-of-type(2) {
    color: #002041;
    border-bottom: 2px solid #002041;
}

.modal-content .rtabs:nth-of-type(1):checked~.tabs-content:nth-of-type(2),.modal-content .rtabs:nth-of-type(2):checked~.tabs-content:nth-of-type(3) {
    display: block
}

#page.pending::after {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    background: url(../img/spinner.svg?v=3), #00000014;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 90px;
}

.wrap-account {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.wrap-account>*:first-child {
    min-width: 235px;
    margin-right: 20px
}

.wrap-account>*:first-child>ul {
    list-style: none;
    margin: 15px;
}

.wrap-account>*:first-child>ul>li>a {
    display: block;
    padding: 15px 20px;
    text-decoration: none;
    color: initial;
    border-right: 2px solid #fff0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    font-size: 16px;
    font-weight: bold;
}

.wrap-account>*:first-child>ul>li>a.active {
    padding: 15px 22px;
    background: #002041;
    color: #ffffff;
    border-radius: 5px;
    font-weight: bold;
}

.wrap-account>*:first-child>ul>li>a:not(.active):hover {
    color: #1a73e8;
    padding: 15px 22px
}

.wrap-account>*:last-child {
    padding: 30px;
    padding-left: 25px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.wrap-account button {
    width: 100%;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    background-color: #002041;
    color: #fff;
    border: 2px solid #002041;
    box-shadow: rgb(0 0 0 / 5%) 0 0 8px;
    border-radius: 4px;
    padding: 10px 20px;
    font-size: 18px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.wrap-account button:hover {
    border: 2px solid #002041;
    color: #002041;
    background: #fff;
    cursor: pointer
}

.incomplete>h3 {
    display: block;
    text-align: center;
    color: #c8c8c8
}

.incomplete>div {
    margin-top: 15px;
    background-image: url(../img/complete.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100px;
    height: 100px
}

.orders {
    margin-top: 15px
}

.orders>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 10px;
    border-radius: 10px;
    cursor: pointer
}

.orders>div:hover {
    background: #f1f1f1;
}

.orders>div>* {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.cats-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.cats-wrap>a {
    text-decoration: none;
    margin: 5px;
    padding: 10px;
    background: #28394b;
    border-radius: 4px;
    border: 1px solid #21201e;
    color: #ffffff;
}

.cats-wrap>a.active {
    color: #fff;
    background: #002041;
}

.cats-wrap>a:not(.active):hover {
    background: #191817
}

.products-search>input {
    width: 100%;
    padding: 13px 20px 13px 40px;
    border: 1px solid #fff0;
    border-radius: 5px;
    border: 2px solid #ebebeb;
    outline: none;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'><path fill-rule='evenodd' clip-rule='evenodd' d='M11 5C7.68629 5 5 7.68629 5 11C5 14.3137 7.68629 17 11 17C14.3137 17 17 14.3137 17 11C17 7.68629 14.3137 5 11 5ZM3 11C3 6.58172 6.58172 3 11 3C15.4183 3 19 6.58172 19 11C19 12.8487 18.3729 14.551 17.3199 15.9056L20.7071 19.2929C21.0976 19.6834 21.0976 20.3166 20.7071 20.7071C20.3166 21.0976 19.6834 21.0976 19.2929 20.7071L15.9056 17.3199C14.551 18.3729 12.8487 19 11 19C6.58172 19 3 15.4183 3 11Z' fill='%23363636'/></svg>") no-repeat left 10px center;
    background-size: 20px;
}

.products-search>input:focus {
    border: 2px solid #002041;
}

.top-products h4 {
    margin-top: 10px;
    margin-left: 5px
}

.wrap-text {
    margin-top: 20px;
    font-size: 16px;
    line-height: 2.1
}

.wrap-text p {
    margin-bottom: 10px
}

.wrap-text ul,.wrap-text ol {
    padding-left: 27px
}

.wrap-text a {
    color: cornflowerblue;
    font-weight: 700;
    text-decoration: none
}

.wrap-text a:hover {
    text-decoration: underline
}

.mobile {
    display: none
}

.vproducts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    margin: 6px -3px 0 -3px
}

.vproducts>a {
    -ms-flex-preferred-size: 17.7%;
    flex-basis: 17.7%;
    margin: 3px
}

.vproducts>a>img {
    display: block;
    border-radius: 4px
}

.vproducts>a.ended>img {
    opacity: .6;
    border: dotted 2px #505258
}

.vproducts>a.active>img {
    border: solid 2px #D23242!important
}

.sel-list {
    list-style: none;
    position: absolute;
    background: #fff;
    width: 100%;
    z-index: 1;
    border-radius: 4px;
    margin-top: 10px;
    overflow-y: auto;
    max-height: 150px;
    display: none
}

.sel-list.show:not(:empty) {
    border: 1px solid #ccc
}

.sel-list.show {
    display: block
}

.sel-list>li {
    padding: 10px
}

.sel-list>li:hover {
    cursor: pointer;
    background: #f5f5f5
}

.sel-list>li:not(:first-child) {
    border-top: 1px solid #ccc
}

.sel-list>li::after {
    display: block;
    font-size: 10px;
    content: attr(data-address);
    color: #7d7d7d
}

.form-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -5px -5px 10px -5px
}

.form-flex>* {
    margin: 5px
}

.sel-spinner::after {
    position: absolute;
    right: 10px;
    top: 43px;
    display: block;
    background: url(../img/aspinner.svg) no-repeat;
    width: 16px;
    height: 16px;
    content: ""
}

.bottom-loader {
    position: absolute;
    width: 140px;
    bottom: -25px;
    margin: auto;
    left: 0;
    right: 0;
    text-align: center;
    background: #e4e4e4;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #ddd
}

.bottom-loader:hover {
    cursor: pointer;
    background: #cfcfcf
}

footer {
    margin-top: 40px;
    padding: 20px 0;
    background: #002041;
}

.footer-logo {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 15px
}

@-webkit-keyframes cookie {
    from {
        bottom: -155px
    }

    to {
        bottom: -1px
    }
}

@keyframes cookie {
    from {
        bottom: -155px
    }

    to {
        bottom: -1px
    }
}

.cookies-panel {
    position: fixed;
    width: 100%;
    bottom: -1px;
    background: #000000e6;
    color: #fff;
    padding: 35px 20px;
    text-align: center;
    -webkit-animation-name: cookie;
    animation-name: cookie;
    -webkit-animation-duration: 300ms;
    animation-duration: 300ms;
    z-index: 9;
    font-size: 16px;
}

.cookies-panel button {
    background: #0082e6;
    background: linear-gradient(0deg, #003163 0%, #0073eb 100%);
    border: 0;
    padding: 10px 15px;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    margin: 20px 5px 0px 5px;
}

.cookies-panel button:hover {background: linear-gradient(0deg, #00458b 0%, #0075ef 100%);}

.cookies-panel a {
    color: #fff
}

.cookies-panel>img {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -35px;
    width: 90px;
    background: var(--gray);
    padding: 20px;
    border-radius: 50%
}

.cookies-panel>svg {
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 10px;
    width: 25px
}

.animate-img {
    position: absolute;
    -webkit-transition: all 10s ease-in-out;
    -o-transition: all 10s ease-in-out;
    transition: all 10s ease-in-out;
    z-index: 1000
}

.product-view h1 {
    position: relative
}

.admedt {
    position: absolute;
    display: block;
    top: -25px;
    right: 0;
    color: #4a60c1;
}

.admedt:hover {
    color: #516bdb
}

.favorite-item-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 35px;
    height: 35px;
    background: #0000000a;
    padding: 5px;
    border-radius: 4px;
    transition: .1s;
	user-select: none;
}

.favorite-item-icon > img {
    pointer-events: none;
}

.favorite-item-icon:hover {
    cursor: pointer;
    background: #00000014;
    padding: 3px;
}

.sidebar {
    width: 300px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    padding: 10px 0;
}
.menu, .submenu {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
}
.menu li {
    position: relative;
    user-select: none;
}
.menu li > svg {
    display: block;
    margin-top: 10px;
    margin-right: 10px;
    float: left;
}
.menu a, .menu label, .menu span {
    display: block;
    padding: 12px 15px 12px 0px;
    color: #333;
    text-decoration: none;
    cursor: pointer;
    border-bottom: 1px solid #f0f0f0;
    transition: padding .3s;
    will-change: padding;
}

.menu a:hover, .menu label:hover, .menu span:hover {
    padding: 12px 15px 12px 4px;
}
.menu li:last-child > a,
.menu li:last-child > label,
.menu li:last-child > span {
    border-bottom: none;
}
.menu a:hover, .menu label:hover {
    color: #1a73e8;
}
/* Ð¡Ñ‚Ð¸Ð»Ð¸ Ð´Ð»Ñ Ð°ÐºÑ‚Ð¸Ð²Ð½Ð¾Ð³Ð¾ Ð¿ÑƒÐ½ÐºÑ‚Ð° Ð¼ÐµÐ½ÑŽ */
.menu li.active > a,
.menu li.active > label,
.menu li.active > span {
    color: #1a73e8;
    font-weight: 500;
}
.submenu {
    padding-left: 15px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.toggle {
    display: none;
}
.toggle:checked + label + .submenu {
    max-height: 1000px;
    transition: max-height 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.menu label::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-19.04 0 75.804 75.804'><g transform='translate(-831.568 -384.448)'><path d='M833.068,460.252a1.5,1.5,0,0,1-1.061-2.561l33.557-33.56a2.53,2.53,0,0,0,0-3.564l-33.557-33.558a1.5,1.5,0,0,1,2.122-2.121l33.556,33.558a5.53,5.53,0,0,1,0,7.807l-33.557,33.56A1.5,1.5,0,0,1,833.068,460.252Z' fill='%23333'/></g></svg>");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 3px;
  transition: transform 0.3s, color 0.2s;
}
.toggle:checked + label::after {
    content: '';
    transform: rotate(270deg);
}
.menu li.active > label::after {
    color: #1a73e8;
}

.item-img-error {
    
}

select {
    width: 100%;
    border: 1px solid #e0dfe0;
    color: #989898;
    height: 37px;
    padding-left: 13px;
    border-radius: 5px;
    font-size: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    vertical-align: middle;
    background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAHCAYAAADebrddAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NzE3ODI2REZCRkJFMTFFN0I1ODQ5QkY4RUVBNDUwODciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NzE3ODI2RTBCRkJFMTFFN0I1ODQ5QkY4RUVBNDUwODciPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3MTc4MjZEREJGQkUxMUU3QjU4NDlCRjhFRUE0NTA4NyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo3MTc4MjZERUJGQkUxMUU3QjU4NDlCRjhFRUE0NTA4NyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PusAAroAAACcSURBVHjaYjSwcLRlYGAoAeIIIP7OgAk4gHgFEPeyAIkaIHYD4rVAHADEv5AUskHFvYCYkwlIhAHxWSD2BOKVQMwKVcgKNRGk8BxIHUjxRyB2B+JLUJOXQE0E0YFAfBkq/5EFaspbIHYB4oNQm8yBWB6IrwOxMxC/ASliQnLfa6iGO1CFd6D81zAFTGg+fwbEjkC8D0o/Q5YECDAAhlwd1R488KEAAAAASUVORK5CYII=) no-repeat right 15px center;
    cursor: pointer;
}

.attributes {

}
.attributes > div {
    margin-bottom: 10px;
}
.attributes > div > label {
    display: block;
    margin-bottom: 5px;
}

.search-cat-btn {
    display: none;
}

.attr-wrap-table {
    border: 1px solid #efefef;
    border-radius: 7px;
    overflow: auto;
}

.attr-table {
    table-layout: auto;
    width: 100%;
    word-wrap: break-word;
    word-break: keep-all;
    border-collapse: collapse;
    border-spacing: 0px;
}
.attr-table tr {
    border-bottom: 1px solid #efefef;
}

.attr-table tr:nth-child(even){
    background: #f2f2f254;
}
.attr-table td {
    padding: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.bg-menu-mob {
    display: none;
}

.mob-search-btn {
    display: none;
}

.langs {
    position: relative;
    width: 25px;
    height: 35px;
    margin: 0 20px;
}
.langs > div {
    position: absolute;
    background: #002041;
    width: max-content;
    top: 3px;
    right: 0;
    writing-mode: vertical-rl;
}
.langs a {
    display: inline-block;
    text-decoration: none;
    padding-left: 10px;
    visibility: hidden;
    opacity: 0;
    transition: all .2s ease;
}

.langs a:not(.active) {
    transform: translateX(35px);
}

.langs a.active {
    visibility: visible;
    opacity: 1;
}

.langs > div:hover a:not(.active) {
    visibility: visible;
    opacity: 1;
    transform: translateX(0px);
}

.langs img {
    height: 25px;
    border: 2px solid #9b9ea5;
    border-radius: 50%;
    transition: all .3s ease;
}

.langs a:not(.active):hover img {
    border-color: #fff;
}

.item-discount {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    background: #db0c0c;
    padding: 7px;
    border-bottom-right-radius: 10px;
    font-size: 14px;
}

.product-discount {
    position: absolute;
    user-select: none;
    top: 10px;
    left: 20px;
    background: url(../img/sales.svg) no-repeat;
    height: 55px;
    width: 55px;
    transform: rotateZ(-10deg);
}

.product-discount::after {
    position: absolute;
    font-size: 18px;
    width: 48px;
    padding: 3px 0;
    top: 13px;
    right: 3px;
    color: #fff;
    background: #ff1d25;
    content: attr(data-label);
    text-align: center;
    border-radius: 50%;
}

.sort-wrap {
    text-align: right;
    padding-top: 15px;
    margin-bottom: -15px;
}
.sort-wrap > a {
    text-decoration: none;
}
.sort-wrap > a:hover {
    text-decoration: underline;
}

.sort-wrap > a.active {
	font-weight: bold;
}

.hot-sale {
	position: absolute;
	top: 12px;
	left: 8px;
	filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.2));
	cursor: help;
}

.in-data-fields {
	display: none;
}

.checkbox-wrap > input {
    display: none;
}
.checkbox-wrap > label {
    user-select: none;
    width: 100%;
    padding: 14px 15px;
    border: 2px solid #353535;
    border-radius: 4px;
    max-width: 100%;
    cursor: pointer;
}

.checkbox-wrap > label::after {
    display: block;
    position: absolute;
    right: 17px;
    top: 17px;
    width: 15px;
    height: 15px;
    content: "";
    border: 2px solid #353535;
    border-radius: 50%;
}

.checkbox-wrap > input:checked + label::after {
    background: #012040;
}
.checkbox-wrap > input:checked + label {
	border: 2px solid #012040;
}

@media screen and (min-width: 1921px) {
    .banner {
        width:100%;
        height: auto;
        position: relative
    }
}

@media screen and (max-width: 1350px) {
    .wrap,.container {
        margin-left:35px;
        margin-right: 35px
    }
}

@media screen and (max-width: 1250px) {
    .top-products>.products>a {
        max-width: calc(100% / 3);
        -ms-flex-preferred-size: calc(100% / 3);
        flex-basis: calc(100% / 3);
    }

    .cat-cards>a>img {
        width: 250px
    }
    .categories {
        flex-basis: 250px;
    }
    
    .wrap-cart>div:last-child {
        width: 340px;
    }
}

@media screen and (max-width: 930px) {
    .top-products>.products>a {
        max-width: calc(100% / 2);
        -ms-flex-preferred-size: calc(100% / 2);
        flex-basis: calc(100% / 2);
    }

    .cat-cards>a>img {
        width: 220px
    }
    .header-menu>ul>li>a:hover {
        background: unset;
        color: unset;
    }
    .wrap-account,.wrap-cart {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .wrap-cart>*,.wrap-account>* {
        width: 100%!important;
        margin-right: 0!important;
        border-radius: 0!important;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

@media screen and (max-width: 800px) {

    .langs {
        display: none;
    }

    #page {
        min-height: calc(100vh - 271px);
    }
    
    .wrap, .container {
        margin-left: 10px;
        margin-right: 10px;
    }
    
    .top-products>.products>a {
        max-width: calc(100% / 3);
        -ms-flex-preferred-size: calc(100% / 3);
        flex-basis: calc(100% / 3);
    }
    
    .header-menu {
        margin:0;
        padding: 0;
    }

    .header-menu>ul {
        visibility: hidden;
        opacity: 0;
        position: fixed;
        width: 100%;
        height: 100%;
        display: block;
        margin: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 0;
        margin-bottom: -10px;
        z-index: 1;
        background: rgb(0 32 65);
        padding-top: calc(50% - 150px);
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        will-change: auto
    }

    .header-menu>ul.open {
        opacity: 1;
        visibility: visible
    }

    .header-menu>ul>li {
        text-align: center;
        width: 100%;
        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        -o-transition: transform .3s;
        transition: transform .3s;
        transition: transform .3s,-webkit-transform .3s;
        -webkit-transform: rotate3d(1,1,1,-120deg);
        transform: rotate3d(1,1,1,-120deg);
        will-change: auto
    }

    .header-menu>ul.open>li {
        -webkit-transform: rotate3d(1,1,1,0deg);
        transform: rotate3d(1,1,1,0deg)
    }

    .header-menu>ul>li>a {
        display: block;
        padding: 20px 0
    }

    .header-menu>ul>li>a::after {
        content: none
    }

    .banner {
        height: auto
    }

    .banner>img {
        height: auto
    }

    .banner-block {
        display: block;
        margin: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        margin-top: 10px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .banner-block>div {
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left;
        margin-bottom: 10px
    }

    .top-products>h2 {
        font-size: 25px;
        padding-top: 20px
    }

    .top-products {
        padding: 0;
        margin: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .top-products>.products {
        margin-top: 20px
    }

    .product-view>div {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .product-view>div>* {
        width: 100%!important;
        margin-right: 0!important;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    body>header {
        margin: 0!important;
        padding-bottom: 10px
    }

    body>header>div {
        padding-top: 8px!important;
        padding: 0px!important;
        margin: 0px!important
    }

    header>.header>a {
        margin-top: 2px;
        margin-bottom: -2px
    }

    header>.header>*:first-child,header>.header>*:last-child {
        margin-top: 10px
    }

    .product-view h1 {
        padding: 0;
        font-size: 20px
    }

    .breadc>li {
        font-size: 12px
    }

    .product-description {
        padding: 20px 0
    }

   .wrap-account>*:last-child > .top-products {
       margin: 30px -30px -70px -30px;
   }

    .orders>div {
        background: #fbfbfb;
        margin-left: -10px;
        margin-right: -10px;
    }

    .orders>* {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .orders>*>* {
        text-align: left
    }

    .breadc {
        padding: 0;
    }

    .desktop {
        display: none
    }

    .mobile {
        display: block
    }

.langs.mobile {
    margin: auto;
}

.langs.mobile > div > a {
    visibility: visible;
    opacity: 1;
    transform: translateX(15px);
}

    .logo {
        height: 30px;
        margin-left: 10px
    }

    .products-search {
        padding: 15px 10px;
    }

    .products-search>input {
        margin: 0
    }

    .top-products h4 {
        margin-left: 10px
    }

    .cats-wrap {
        margin: 0 7px
    }

    .cats-wrap>a {
        margin: 3px;
        padding: 6px;
        font-size: 13px
    }

    .page-container {
        padding: 20px 10px
    }

    .products-cart>div>a:nth-of-type(1) {
        min-width: 50px;
        max-width: 50px;
        margin-right: 10px
    }

    .products-cart>div>*:first-child > span {
        background: transparent;
        color: #ff1d25;
        font-weight: bold;
        font-size: 14px;
        top: unset;
    }

    .products-cart>div>div:nth-of-type(1) {
        max-width: 90px;
        min-width: 90px
    }

    .top-products>.products>a>p {
        font-size: 12px;
        height: 31px
    }

    .wrapper {
        height: 350px
    }

    .cat-cards>a {
        height: 220px
    }

    .cat-cards>a>img {
        width: 150px
    }
    
    .top-products>.products {
        margin-right: unset;
        margin-left: unset;
    }
    .header-menu>ul>li>a {
        color: #ffffff;
    }
    
    .categories {
        position: fixed;
        top: 0;
        width: 75%;
        height: 100%;
        z-index: 9;
        background: #fff;
        overflow: auto;
        padding-left: 20px;
        padding-right: 20px;
        left: -100%;
        transition: left .3s;
        will-change: left;
        border-radius: 0;
    }
    .products-wrap.mob-menu .categories {
        left: 0%;
    }
    .products-wrap.mob-menu .bg-menu-mob {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: #000000b3;
        display: block;
        z-index: 1;
    }

    .attributes {
        margin: 0;
    }
    
    .search-cat-btn {
        padding-left: 5px;
        display: block;
        cursor: pointer;
    }
    .search-cat-btn > img {
        margin-top: 2px;
        margin-bottom: -2px;
        height: 39px;
    }


    .mob-search-btn {
        display: flex;
        margin-top: 15px;
        width: 100%;
        gap: 7px;
    }
    .mob-search-btn > button {
        border: 0;
        background: #002041;
        background: linear-gradient(0deg, #002041 0%, #003c7b 100%);
        color: #fff;
        padding: 10px 5px;
        border-radius: 5px;
        box-shadow: rgb(0 0 0 / 5%) 0 0 8px;
    }
    .mob-search-btn > * {
        flex: 1;
    }
    .products-search{
        padding: 15px 10px;
    }
    
    .banner-block>div {
        pointer-events: none;
    }
}

@media screen and (max-width: 680px) {

    #page{
        min-height: calc(100vh - 251px);
    }
    
    .top-products>.products>a {
        max-width: calc(100% / 3);
        -ms-flex-preferred-size: calc(100% / 3);
        flex-basis: calc(100% / 3);
    }
    
    .cat-cards {
        margin:0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .cat-cards>a {
        margin-right: 0!important;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 0;
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left;
        margin-bottom: 5px;
        padding: 40px 10px 40px 15px;
        margin: 15px !important;
        border-radius: 10px;
    }

    .cat-cards>a>img {
        width: 120px
    }

    .cat-cards>a>div>p {
        font-size: 18px;
        margin-bottom: 20px
    }
    
    .logo-wrap > img {
        height: 40px;
        margin-top: 10px;
    }

	.product-view>div>div:last-child {
		padding: 15px;
	}

}

@media screen and (max-width: 525px) {
    
    .products-search {
        padding: 15px 20px;
    }
    
    .top-products>.products>a {
        max-width: calc(100% / 2);
        -ms-flex-preferred-size: calc(100% / 2);
        flex-basis: calc(100% / 2);
    }
    
    .banner-block>div {
        padding:12px 7px;
        margin-bottom: 5px;
        border-radius: 0;
        border-radius: 10px;
        margin: 15px;
        display: flex;
        flex-direction: row;
        gap: 10px;
        justify-content: space-around;
    }

    .logo-wrap>div:first-child {
        font-size: 25px
    }

    .logo-wrap>div:last-child {
        font-size: 11px
    }

    .header-icons>a {
        margin: 0 8px
    }

    .wrap,.container {
        margin-left: inherit;
        margin-right: inherit
    }

    .banner-block {
        margin-top: 5px
    }

    .banner {
        padding-bottom: calc(100% / 2.0)
    }
    
    .banner > img {
        height: 100%;
    }
    .top-products>.products {
        margin-right: 10px;
        margin-left: 10px;
    }
    .top-products>.products>a {
        padding: 0 10px;
    }

    dwb-slider.container {
        margin-right: 16px;
        margin-left: 16px;
    }
}

.min-order-info {
    background-color: #fff3cd;
    border: 1px solid #ffeaa7;
    border-radius: 4px;
    padding: 10px 15px;
    margin: 10px 0;
    text-align: center;
    font-size: 14px;
    color: #856404;
}

.min-order-info b {
    color: #d63031;
    font-weight: 600;
}
