@import url(stylesheet.css);
@import url(popup.css);
:root {
    --logo-color: #77c119;
    --a-color: #003c47;
    --all-h-color: #1a2f10;
    --a-color-hover: #003c47;
    --button-color: #00a3b9;
    --button-color-hover: #0abab5;
    --h-color: #003c47;
    --text-danfer-color: rgb(255, 71, 71);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: 0;
    text-decoration: none;
}

body {
    font-family: 'Exo 2', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
}

main {
    min-height: 600px;
}

li {
    list-style: none;
}

button,
.button {
    background-color: var(--button-color);
    color: #fff;
    padding: 8px 18px;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    text-transform: uppercase;
    display: block;
    text-align: center;
    font-weight: 400 !important;
    font-family: 'Exo 2', sans-serif;
    max-height: 30px;
}

button:hover,
.button:hover {
    color: #fff;
    background-color: var(--button-color-hover);
}

input.button {
    height: 31px !important;
}

img {
    width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--h-color);
    font-weight: 400;
    letter-spacing: .01em;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
    font-family: 'Russo One', sans-serif;
}

h1 {
    font-size: 32px;
    font-weight: 400;
    background: -webkit-linear-gradient(45deg, #09009f, #00ff95 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
}

h2 {
    font-size: 26px;
    margin: 30px 0;
}

h3 {
    font-size: 25px;
    margin: 25px 0;
}

h4 {
    font-size: 20px;
    margin: 20px 0;
}

h5 {
    font-size: 18px;
}

h5 {
    font-size: 13px;
}

a {
    color: var(--a-color);
    font-weight: 300;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

a:hover {
    color: var(--a-color-hover);
}

.table-block {
    overflow: auto;
}

table {
    border-collapse: collapse;
    margin-bottom: 30px;
}

table,
tr,
td {
    /*border: 1px solid #f1f1f1;*/
}

.table {
    font-weight: 600;
}

.table td {
    padding: 5px;
    width: 15%;
    text-align: center;
}

.table td input {
    width: 30px;
    height: 30px;
    text-align: center;
    margin-right: 10px;
}

.table td button {
    text-align: center;
    background-color: transparent;
    padding: 0;
    margin-right: 10px;
}

.table td button>img {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.table-total {
    font-weight: 600;
}

.table-total td {
    padding: 10px;
    min-width: 90px;
}

.table-total strong {
    text-transform: uppercase;
    font-size: 15px;
    font-family: 'Dosis', sans-serif;
    font-size: 15px;
    letter-spacing: 0.05em;
    font-weight: 400;
}

.check,
.agree {
    margin-right: 10px;
}

.text-danger {
    color: rgb(255, 71, 71);
}


/* HEADER */

.nav-top-links {
    display: none;
}

.nav-top-links>span {
    color: #fff;
    font-weight: 500;
}

.nav-top-links>span:first-child {
    margin-right: 5px;
}

.nav-top-links>a {
    color: #fff;
    font-weight: 500;
}

.nav-top-links>a::after {
    content: '|';
    margin-right: 5px;
    margin-left: 5px;
}

.nav-top-links>a:last-child::after {
    content: '';
}

.header {
    background-color: rgba(255, 255, 255, 0.9);
    position: fixed;
    width: 100%;
    z-index: 9999;
    box-shadow: 1px 1px 4px -2px rgba(0, 0, 0, .1);
    transition: background-color .4s;
}

.main-header {
    height: 70px;
    z-index: 999;
}

.main-header>div {
    margin: 5px 0;
}

.main-header img.ico,
img.ico {
    height: 20px;
    width: 20px;
}

.main-header img.ico:hover,
img.ico:hover {
    cursor: pointer;
}

.sub-header {
    background-color: #0abab5;
    height: 30px;
    display: none;
}

.sub-header>div>div {
    height: 30px;
}

.sub-header>div>div>div {
    /* margin: 0px 20px; */
}

.sub-header .header-phone {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 10px;
}

.sub-header button:not(.currency-select) {
    height: 24px;
    padding: 4px 10px;
    background-color: #ed2939;
}

.sub-header .header-phone>a {
    font-weight: 600;
    color: #fff;
}

.sub-header .header-phone>a:hover {
    font-weight: 600;
    color: rgb(255, 255, 255);
}

.currency-block {
    height: 100%;
    display: flex;
    align-items: center;
    /* background-color: #ebebeb; */
    padding: 0;
}

.currency-select {
    background: transparent;
    color: #fff;
    font-size: 6px;
    font-weight: 600 !important;
    border: none;
    margin-right: 3px;
    padding: 0;
}

.currency-select:hover {
    background: transparent;
    color: rgb(252, 235, 235);
    font-weight: 600;
}

.currency-select:first-of-type::after {
    content: " | ";
    color: #fff;
    margin: 0 3px;
}

#logo {
    width: 100px;
    z-index: 9999;
    position: relative;
}

#logo>a {
    display: flex;
    color: white;
    font-family: 'Dosis', sans-serif;
    font-size: 30px;
    letter-spacing: 0.1em;
    font-weight: 300;
}

#logo img {
    width: 100%;
    /*max-height: 48px;*/
}

#language {
    font-size: 11px;
    line-height: 1.5;
    text-transform: uppercase;
}

.language li>a {
    color: var(--a-color-hover);
    font-weight: 600;
}

#language {
	display: none;
}
@media (min-width:768px) {
	#language {
	display: flex;
    margin-right: 10px;
	}
}
#language a{
	color: #fff;
    font-weight: 600;
}
#language a.lang-active{
	background-color: #003b46;
    border-radius: 3px;
    padding: 0 3px;
    width: 20px;
    margin-right: 5px;
    display: block;
}
#switcher {
    position: absolute;
    left: -999999px;
    visibility: hidden;
}


/* #search-block {
	position: absolute;
	top: -999999px;
	visibility: hidden;
} */

.close,
.open {
    display: flex;
    align-items: center;
    width: 35px;
    justify-content: center;
    z-index: 9999;
}

.open {
    order: 2;
}

.close>img,
.open>img {
    width: 100%;
}


/* #switcher:checked~.header-nav {
	left: 0;
	background-color: rgba(255, 255, 255, 1);
} */


/* #search-block:checked~#search {
	top: -30px;
} */

.header:has(#switcher.checked) {
    background-color: rgba(0, 0, 0, 1);
}

.close {
    position: absolute;
    right: 24px;
    top: 24px;
}


/*
.header-nav {
	position: fixed;
	left: 100%;
	padding-top: 100px;
	top: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.1);
	transition: left .4s, background-color .4s;
	z-index: 999;
} */

.header-more>.header-contact-us>button {
    padding: 5px;
}

.header-search {
    width: 85%;
    order: 2;
    z-index: 3;
}


/* #search {
	position: absolute;
	width: 100%;
	height: 140px;
	top: -9999px;
	left: 0;
	background-color: rgb(255, 255, 255);
	transition: top .4s, background-color .4s;
	z-index: 9999;
	box-shadow: 0 0 20px rgba(100, 100, 100, 0.1);
} */

#search .search-input-header {
    font-size: 13px;
    border-radius: 20px;
    height: 35px;
    border: 2px solid #003b46;
}

#search input.search-input-header::placeholder {
    color: rgb(29, 29, 29);
    font-weight: 300;
    text-align: left;
    padding-left: 40px;
}

#search button {
    padding: 0;
    left: 10px;
    height: 35px;
    width: 35px;
    background-color: inherit;
}

#search button>img {
    height: 15px;
    width: 15px;
}

.header-account button,
#cart>button {
    padding: 0;
    background-color: inherit;
}

#menu {
    height: 35px;
    border-bottom: none;
    overflow: hidden;
    transition: all 0.5s ease-out;
    border-radius: 0;
    position: relative;
    margin: -20px 0 0 0;
}

#menu>.open-menu {
    position: absolute;
    width: 35px;
    height: 35px;
    top: 0;
    right: 0;
    background-image: url(/image/catalog/mini-img/open-menu.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 2;
}

#menu>ul {
    flex-wrap: wrap;
    display: flex;
    flex-direction: column;
    position: absolute;
    height: 250px;
}

.op-men {
    height: 250px !important;
}

#menu>ul>li {
    height: 2em;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#menu li>a {
    color: #000;
    display: block;
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
}

.header-tel {
    display: none;
}

@media (min-width:1024px) {
    #menu {
        height: 35px;
        border-bottom: 2px solid #000;
        margin: 0;
    }
    #menu>.open-menu {
        display: none;
    }
    #menu>ul {
        flex-wrap: nowrap;
        display: flex;
        flex-direction: row;
        position: unset;
        height: unset;
    }
    #menu>ul>li {
        margin: 0 15px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: unset;
    }
    .sub-header {
        display: block;
    }
    .header-search {
        width: 40%;
        order: unset;
    }
    .header-tel {
        display: flex;
    }
    .header-tel > a{
        font-weight: 500;
        font-size: 15px;
    }
}


/*
#menu {
	margin-bottom: 50px;
}

#menu>ul {
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#menu li {
	width: 100%;
	border-bottom: 1px solid #f5f5f5;
}

#menu li:first-child {
	border-top: 1px solid #f5f5f5;
}

#menu li>a {
	color: rgba(0, 0, 0, 0.8);
	display: block;
	font-size: 15px;
	line-height: 60px;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
}

#menu li>a:hover {
	color: rgba(0, 0, 0, 1);
}
 */

.header-more>div {
    margin: 0 5px;
}

#content,
.container {
    padding-top: 100px;
}

#cart {
    position: relative;
}

#cart-total {
    position: absolute;
    color: #fff;
    font-size: 10px;
    top: -5px;
    right: -8px;
    background-color: #003b46;
    border-radius: 50%;
    width: 13px;
    height: 13px;
    text-align: center;
    vertical-align: middle;
    line-height: 12px;
}

.more-info {
    background-color: #f5f5f5;
}

.info {
    padding: 10px 0;
}

.info>.info-img {
    width: 30px;
    margin-right: 20px;
}

.info>.info-img>img {
    width: 100%;
}

.info>.info-text>a,
.info>.info-text {
    color: rgba(0, 0, 0, 0.8);
    font-size: 15px;
}


/* END HEADER */


/* breadcrumb */

.breadcrumb {
    margin: 20px 0;
}

.breadcrumb li {
    margin-right: 5px;
}

.breadcrumb li a {
    color: var(--a-color);
    text-transform: lowercase;
    font-size: 13px;
    letter-spacing: 0.1em;
}

.breadcrumb li:last-child a {
    font-weight: 400;
    color: var(--a-color-hover);
}

.breadcrumb li::after {
    content: ' / ';
    color: var(--a-color-hover);
}

.breadcrumb li:last-child::after {
    content: '';
}


/* end breadcrumb */


/* alert */

.alert {
    position: fixed;
    height: 100%;
    z-index: 999;
    width: 100%;
    left: 0;
    top: 0;
}

.alert a {
    margin: 5px 0;
    font-weight: 400;
    text-transform: uppercase;
    display: block;
    text-align: center;
    font-size: 17px;
}

.alert a.button {
    color: #fff;
    text-align: center;
    font-weight: 500;
    max-width: 45%;
    font-size: 15px;
    min-width: 135px;
}

.alert a.button:hover {
    background-color: var(--button-color-hover);
}

.alert-center {
    height: 350px;
    min-width: 370px;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 0 20px rgba(100, 100, 100, 0.1);
    border-radius: 20px;
    border: 2px solid #f6f6f6;
    font-size: 18px;
    position: relative;
    font-weight: 100;
    line-height: 1.1;
}

.alert-center>div {
    width: 100%;
}

.close-alert {
    width: 15px;
    position: absolute;
    top: 20px;
    right: 20px;
}

.text-danger {
    color: var(--text-danfer-color);
}


/* end alert */


/* category */

.sub-category-block>ul {
    background: linear-gradient(90deg, #BDE5DA 0%, #BDE2EA 100%);
    padding: 20px 40px;
    border-radius: 15px;
    position: relative;
    min-height: 191px;
}

.sub-category-block>ul::before {
    position: absolute;
    right: 15px;
    bottom: 10px;
    content: url(/image/catalog/mini-img/flower.svg);
    opacity: 0.3;
    width: 45%;
}

.sub-category-block>ul>li {
    position: relative;
    padding-left: 10px;
}

.sub-category-block>ul>li::before {
    content: '';
    height: 1px;
    width: 35px;
    background-color: #6AB5BA;
    position: absolute;
    left: -40px;
    top: 6px;
}

.sub-category-block>ul>li::after {
    content: '';
    height: 5px;
    width: 5px;
    border-radius: 50%;
    background-color: #6AB5BA;
    position: absolute;
    left: -5px;
    top: 4px;
}

.sub-category-block>ul>li>a {
    text-transform: uppercase;
    color: #000;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.sub-category-block>ul>li>a:hover {
    color: #003b46;
}

.sub-category-block>ul>li:last-of-type>a {
    margin-bottom: unset;
}

.category-top-block>div:last-child>div {
    background-image: url(/image/catalog/baner/banerglavnaya2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 191px;
    max-height: 100%;
    box-sizing: border-box;
    border-radius: 15px;
    overflow: hidden;
    width: 100%;
}

.category-top-block>div:first-child {
    margin-bottom: 20px;
}

@media (min-width:1024px) {
    .category-top-block>div:first-child {
        padding-right: 35px;
        margin-bottom: unset;
    }
    .category-top-block>div:last-child {
        padding-left: 35px;
    }
}

.product-block {
    padding: 5px;
}

.product-block>.product {
    padding: 0px;
    border-radius: 10px;
    /*box-shadow: 0 0 7px -5px #000000;*/
    min-height: 300px;
}

.product-block>.product .caption .price {
    margin-bottom: 10px;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
}

.product-block>.product .caption .price>.price-old {
    font-weight: 400;
    font-size: 13px;
    margin-right: 5px;
    text-decoration: line-through;
}

.product-block>.product .caption .price>.price-new {
    color: #ed2939;
}

.product-block>.product .caption>h4 {
    display: flex;
    min-height: 50px;
    align-items: center;
}

.product-block>.product .caption>h4>a {
    font-size: 13px;
    color: black;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    font-family: 'Exo 2', sans-serif;
}

.product-block>.product .caption>.module-attr {
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 300;
    text-align: center;
}

.category-description h2 {
    letter-spacing: 0;
    line-height: 1.4;
    font-size: 22px;
}

.category-description p {
    font-weight: 300;
    line-height: 1.3em;
    margin-bottom: 10px;
    font-size: 14px;
}

.category-description li {
    font-weight: 300;
    line-height: 1.4em;
    margin-bottom: 10px;
    font-size: 14px;
    padding-left: 10px;
}

.category-description li::before {
    content: '-';
    margin-right: 5px;
}

@media (min-width:1024px) {
    .category-description {
        column-count: 2;
        column-gap: 40px;
    }
    .category-description h2:first-of-type {
        column-span: all;
    }
}

.text-desc-univ {
    background: #edfffe;
    border-left: 10px solid #42beb7;
    padding: 0.5em 10px;
    quotes: "\201C""\201D""\2018""\2019";
    font-weight: 300;
    border-radius: 20px;
    line-height: 1.5em;
    font-size: 15px;
    margin: 30px 0;
}

.pagination-block {
    margin: 30px 0 0;
}

.pagination>li {
    margin: 0;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 22px;
    border: 1px solid transparent;
}

.pagination>li:hover {
    border-radius: 50%;
}

.pagination>li span,
.pagination>li a {
    font-size: 13px;
}

.pagination>li.active {
    /*border: 1px solid rgb(128 0 32);*/
    border-radius: 15%;
    color: white;
    background-color: #00a3b9;
}


/* end category */


/*  product page */

.product-img>img {
    max-height: 500px;
    max-width: 500px;
}

.wishlist {
    background-color: transparent;
    position: absolute;
    padding: 0;
    left: 0;
    opacity: 0.6;
    transition: all 0.5s;

}
button.wishlist:hover {
    background-color: transparent;
    opacity: 1;
}

.wishlist img {
    width: 35px;
    height: 35px;
}

.header-h1 {
    text-align: left;
    font-size: 30px;
    margin-bottom: 30px;
    font-weight: 400;
}

.sku>span {
    text-transform: lowercase;
    font-weight: 300;
    font-size: 13px;
    /*letter-spacing: 0.1em;*/
    margin-bottom: 5px;
}

.product-info-block>div:nth-child(1) {
    order: 2;
}

.product-info-block>div:nth-child(2) {
    order: 0;
}

.product-info-block>div:nth-child(3) {
    order: 1;
}

.product-info {
    position: relative;
    margin-bottom: 30px;
}

.attr-info {
    margin: 20px 0 30px;
}

.attr-info>.fbc {
    margin-bottom: 5px;
}

.attr-info .fbc>div {
    font-size: 20px;
    font-weight: 300;
    line-height: initial;
    text-transform: lowercase;
    letter-spacing: 0.01em;
}

.attr-info .fbc>div.sex {
    font-size: 19px;
    font-weight: 100;
    font-family: sans-serif;
    line-height: initial;
    letter-spacing: initial;
    margin: initial;
    letter-spacing: 0.07em;
}

.attr-info .fbc>div:first-child {
    color: #8C8C8C;
    text-transform: lowercase;
    font-weight: 100;
    font-size: 13px;
    letter-spacing: 0.1em;
    font-family: sans-serif;
}

.product-info span>a {
    font-size: 19px;
    font-weight: 800;
    color: #003c47;
    /*letter-spacing: 0.2em;*/
    margin-bottom: 15px;
    display: block;
}

.product-price {
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 20px;
    letter-spacing: 0.1em;
}

.product-price>.price-usuall {
    text-decoration: line-through;
    margin-right: 5px;
    font-size: 18px;
    letter-spacing: 0;
    font-weight: 400;
}

.product-price>.price-special {
    color: #ed2939;
}


/* .product-price span {
	font-weight: 100;
	line-height: initial;
	letter-spacing: 0.07em;
	text-transform: lowercase;
	font-size: 11px;
	display: block;
	margin-top: 10px;
} */

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

.select-option label {
    font-weight: 100;
    line-height: initial;
    letter-spacing: 0.07em;
    text-transform: lowercase;
}

.select-option select {
    height: 35px;
    text-align: center;
    text-align-last: center;
    width: 100%;
    border: 1px solid #0e181d;
    border-radius: 5px;
    text-transform: lowercase;
    font-weight: 100;
}

.cart-form .buy-button {
    width: 80%;
}

.cart-form .buy-button>button {
    width: 100%;
    height: 35px;
}

.cart-input-quntity {
    height: 35px;
    text-align: center;
    width: 15%;
    border: 1px solid #0e181d;
    border-radius: 5px;
}

.quantity-box {
    width: 17%;
    height: 100%;
    align-self: flex-end;
}


/* .quantity-box::before {
	content: 'кол-во';
	position: absolute;
	font-weight: 100;
    line-height: initial;
    letter-spacing: 0.07em;
    text-transform: lowercase;
	top: -22px;
} */

#input-quantity {
    position: absolute;
    width: 100%;
    z-index: -1;
    top: 0;
    left: 0;
}

.qty_change {
    display: block;
    font-weight: 700;
    color: #1d1d1b;
    line-height: 35px;
    cursor: pointer;
}

.qty_change.sub {
    padding-left: 5px;
}

.qty_change.add {
    padding-right: 5px;
}

.quantity-box-cart>.quantity-box {
    width: 60px;
    margin-right: 10px;
}

.quantity-box-cart>.quantity-box input {
    position: absolute;
    z-index: -1;
    width: 60px;
}

.header-desc {
    color: #003b46;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.text-desc {
    font-size: 16px;
    clear: both;
    font-weight: 100;
    line-height: 2em;
    letter-spacing: 0.05em;
}

.notes {
    font-size: 16px;
    font-weight: 100;
    line-height: 2em;
    min-height: 3.5em;
    padding: 5px 0;
    letter-spacing: 0.05em;
    vertical-align: top;
    text-transform: lowercase;
    border-bottom: solid 1px #E9E9E9;
}

.notes>div {
    width: 70%;
}

.notes>div:first-child {
    width: 30%;
    padding-right: 5px;
}

.notes:last-child {
    border: none;
}

.product-tags {
    font-size: 15px;
    text-transform: lowercase;
}


/* end product page */


/* form */

input,
select {
    height: 35px;
    text-align: center;
    width: 100%;
    border: 0px solid #0e181d;
    border-radius: 5px;
    margin-right: 5px;
}

input[type="radio"] {
    width: 15px;
    height: 15px;
}

input::placeholder {
    color: #c5c5c5;
}

fieldset {
    border: none;
}

fieldset>legend {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
    padding: 20px 0;
}

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

.control-label {
    margin-right: 20px;
    min-width: 50px;
}

.form-control {

    text-align: left;
    padding-left: 10px;
}


/* end form */


/* cart page */

.cart-img {
    max-width: 200px;
}

.cart-td {
    width: 100% !important;
    height: 100% !important;
    min-height: 190px;
}


/* end cart page */


/* module news */

.news-item img {
    border-radius: 5px;
}

.news-desc {
    font-weight: 300;
    line-height: 1.2;
    text-align: justify;
    min-height: 132px;
}

.news-name {
    font-weight: 500;
    font-size: 16px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    color: var(--h-color);
    min-height: 32px;
}

.news-more span {
    font-size: 12px;
    font-weight: 300;
    color: var(--a-color);
}


/* end module news */


/* footer */

footer {
    margin-top: 50px;
    background-color: #fff;
    padding: 20px 0 0;
}

footer>div:first-child>div>div {
    border-top: 2px solid #000;
    padding-top: 40px;
}

footer img {
    max-width: 230px;
    margin-bottom: 20px;
    align-self: center;
}

footer h5 {
    align-self: flex-start;
    margin-bottom: 15px;
}

footer a {
    color: #212121;
}

footer ul {
    margin-bottom: 20px;
}

footer li {
    font-weight: 300;
    line-height: 1.5em;
    font-size: 14px;
}

.footer-bottom-block {
    background-color: #10bab5;
    color: #fff;
    padding: 7px 0;
    text-align: center;
    margin: 20px 0 0;
    font-size: 12px;
    font-weight: 500;
}


/* search page */

.search-input {
    padding: 30px 0;
}

.search-input input {
    height: 35px;
    text-align: center;
    width: 35%;
    border: 1px solid #0e181d;
    border-radius: 5px;
    font-size: 16px;
    text-align: left;
    padding-left: 20px;
    margin-right: 20px;
}


/* end search page */


/* news */

.news-page h1 {
    margin-bottom: 30px;
}

.news-desc h4 {
    text-align: left;
}

.news-desc ul,
.text-desc ul {
    margin: 10px 20px 0;
}

.news-desc li,
.text-desc li {
    margin-bottom: 5px;
}

.news-desc li::before,
.text-desc li::before {
    content: "-";
    padding-right: 5px;
}

.news-desc ul {
    margin: 10px 20px 0;
}

.news-page .news-img {
    max-width: 400px;
}

.news-desc,
.text-desc {
    font-weight: 300;
    line-height: 1.5em;
    font-size: 15px;
    margin-bottom: 30px;
}

.news-desc p,
.text-desc p {
    margin-bottom: 5px;
}

.posted,
.viewed {
    font-weight: 400;
    line-height: 2em;
    font-size: 15px;
    margin-bottom: 30px;
}

.posted {
    margin-right: 30px;
}


/* end news */


/* account */

.account-block {
    padding: 5px;
    display: flex;
    flex-direction: column;
    width: 200px;
    height: 140px;
    /*border: 1px solid #ccc;*/
    border-radius: 20px;
    background: linear-gradient(90deg, rgb(0 174 137 / 29%) 0%, rgb(220 250 255) 100%);
    font-size: 14px;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    margin-bottom: 20px;
}

.account-block img {
    height: 80px;
    /*opacity: 0.6;*/
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.account-block .img {
    margin-bottom: 20px;
}

.well p {
    font-size: 14px;
    line-height: 1.4;
    font-weight: 200;
    margin-bottom: 20px;
}

.well strong {
    font-size: 20px;
    color: #212121;
    margin-bottom: 20px;
    display: block;
    font-weight: 400;
}


/* end account */


/* information page */

.information-page h4 {
    text-align: left;
}

.information-page p {
    line-height: 1.2;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 5px;
}


/* end information page */


/* contact page */

.contact-block {
    min-width: 250px;
    min-height: 250px;
    padding: 20px;
}

.contact-block>.contact-information {
    width: 100%;
    height: 100%;
    /*border: 1px solid #8e8e8e;*/
    border-radius: 20px;
    background: -webkit-linear-gradient(51deg, #afeeff78, #49eda921 80%);
}

.contact-block>.contact-information>img {
    max-height: 40px;
    min-width: 40px;
    margin-bottom: 20px;
}

.contact-block>.contact-information>.name {
    color: #202020;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    line-height: 1.2;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 15px;
}

.contact-block>.contact-information>.info {
    margin-bottom: 10px;
    font-weight: 300;
}

.contact-block>.contact-information .social-img {
    width: 25px;
    margin-right: 10px;
    margin-top: 10px;
}


/* end contact page */

@media (min-width:768px) {
    #logo {
        width: 150px;
    }
    input,
    select {
        width: auto;
    }
    .alert a {
        width: 75%;
    }
    .header-more>div {
        margin: 0 10px;
    }
    .header-more>.header-contact-us>button {
        padding: 8px 10px;
    }
    .popup-block {
        padding: 80px 30px 50px 30px;
        top: 15%;
    }
    .popup-block .log:last-of-type {
        margin-bottom: 50px;
    }
    .product-block>.product .caption>h4>a {
        font-size: 14px;
    }
    /* .text-desc {
        width: 80%;
    } */
    .currency-select {
        font-size: 13px;
    }
    .control-label {
        margin-right: 30px;
        min-width: 150px;
    }
    .form-control {
        min-width: 200px;
        text-align: left;
        padding-left: 10px;
        border-radius: 8px;
        background: linear-gradient(90deg, rgb(88 195 171 / 8%) 0%, rgb(231 246 249 / 41%) 100%);
    }
    .product-info-block>div:nth-child(1) {
        order: 0;
    }
    .product-info-block>div:nth-child(2) {
        order: 1;
    }
    .product-info-block>div:nth-child(3) {
        order: 2;
    }
}

@media (min-width:1024px) {
    .close,
    .open,
    .more-info {
        display: none;
    }
    .nav-top-links {
        display: block;
    }
    /* #menu {
		margin-bottom: inherit;
	}
	#menu>ul {
		flex-direction: row;
		justify-content: space-between;
		flex-wrap: nowrap;
	}
	#menu a {
		margin-right: 20px;
	}
	#menu li>a {
		line-height: unset;
	}
	#menu li {
		border-bottom: none;
	}
	#menu li:first-child {
		border-top: none;
	} */
    /* .header-nav {
		position: inherit;
		width: inherit;
		height: inherit;
		background-color: transparent;
		transition: left .4s;
		z-index: inherit;
		display: flex;
		align-items: center;
		padding-top: inherit;
	} */
    .header-contact-us {
        display: block;
    }
    .open {
        order: inherit;
    }
    #menu li {
        border: none;
    }
    .currency-block {
        padding: 0 10px;
    }
    .product-block {
        padding: 30px;
    }
    .product-block>.product {
        min-height: 420px;
    }
}

@media (min-width:1280px) {
    /* #menu li>a::before {
		content: '';
		position: absolute;
		bottom: -5px;
		left: 50%;
		width: 0;
		height: 1px;
		background: black;
		-ms-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		-webkit-transition: width 0.2s cubic-bezier(0.4, 0, 0.2, 1);
		transition: width 0.2s cubic-bezier(0.4, 0, 0.2, 1);
	}
	#menu li:hover>a::before {
		width: 100%;
	}
	#menu li>a {
		position: relative;
	} */
    #logo {
        width: 230px;
    }
    .main-header {
        height: 90px;
    }
    #content,
    .container {
        padding-top: 150px;
    }
    #content>div.block:first-of-type {
        margin-top: 20px;
    }
    .header-more div.header-phone {
        display: block;
        margin-right: 40px;
    }
}

.bf-attr-header {
    background-color: #fff !important;
    border-bottom: 1px solid #fafafa !important;
    font-size: 11px;
    line-height: 2em;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: #4D4D4D !important;
}

.bf-cell label {
    color: #000;
    font-size: 11px;
    letter-spacing: .03em;
}

.bf-count {
    background: #fff !important;
    color: #000 !important;
    font-size: 11px;
}

.bf-count::before {
    content: "( ";
    position: absolute;
    left: -1px;
}

.bf-count::after {
    content: " )";
    position: absolute;
    right: -1px;
}

.bf-responsive.bf-active .bf-check-position {
    top: 94px !important;
}

.bf-btn-show {
    background: var(--button-color) !important;
}

.menu-home-page h2 {
    color: #fff;
    margin: 10px 0;
    font-size: 22px;
}

.menu-home-page ul {
    padding: 20px;
    background: rgb(255 255 255 / 20%);
    min-height: 165px;
}

.menu-home-page a {
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    display: block;
    height: 20px;
}

.menu-home-page>div>div {
    border-radius: 20px;
}

.menu-home-page>div:nth-child(1)>div {
    background: rgb(0, 174, 137);
    background: linear-gradient(90deg, rgba(0, 174, 137, 1) 0%, rgba(0, 163, 190, 1) 100%);
}

.menu-home-page>div {
    position: relative;
}

.menu-home-page>div::before {
    position: absolute;
    right: 15px;
    bottom: 10px;
    content: url(/image/catalog/mini-img/flower.svg);
    opacity: 0.3;
    width: 45%;
}

.menu-home-page>div:nth-child(2)>div {
    background: rgb(0, 162, 191);
    background: linear-gradient(90deg, rgba(0, 162, 191, 1) 0%, rgba(153, 116, 199, 1) 100%);
}

.menu-home-page>div:nth-child(3)>div {
    background: rgb(255, 110, 194);
    background: linear-gradient(90deg, rgba(255, 110, 194, 1) 0%, rgba(255, 145, 82, 1) 100%);
}

.success {
    line-height: 2em;
    margin-bottom: 50px;
}

.button-al-wish{
    min-height: 98px;
}
@media (min-width:768px) {
    .button-al-wish{
        min-height: 124px;
    }
}
@media (min-width:1024px) {
    .button-al-wish{
        min-height: 167px;
    }
}
@media (min-width:1280px) {
    .button-al-wish{
        min-height: 205px;
    }
}
@media (min-width:1366px) {
    .button-al-wish{
        min-height: 220px;
    }
}
@media (min-width:1440px) {
    .button-al-wish{
        min-height: 230px;
    }
}
