@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');
* {
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', sans-serif;
    background: #fff;
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}

#HeaderPlaceholder {
    z-index: 999999 !important;
}


/* #wisepops-root-267501,
#wisepops-root-267525 {
    display: none;
} */

#HeaderPlaceholder input::placeholder {
    font-size: 14px;
}

#cart-coupon-value input::placeholder {
    font-size: 14px;
}

#BreadcrumbBar {
    max-width: 1210px !important;
}

main {
    max-width: 1210px !important
}

#FooterColumns {
    max-width: 1210px !important
}

.cart-coupon-message-id {
    display: block;
    font-size: 11px;
    line-height: 1.4;
    margin: 5px 0 0 0;
}

.mas-adv-header {
    position: relative;
    width: 100%;
    height: 51px;
    background: #E8BEC2;
}

.mas-header {
    -webkit-box-shadow: 0px 10px 36px 0px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0px 10px 36px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 10px 36px 0px rgba(0, 0, 0, 0.06);
}

.mas-wrap {
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 20px;
    color: #000;
}

.mas-header-min {
    position: sticky;
    -webkit-box-shadow: 0px 10px 36px 0px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0px 10px 36px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 10px 36px 0px rgba(0, 0, 0, 0.06);
    z-index: 100;
    top: 0;
}

.mas-header-min.menu-is-show {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
}

.mas-header-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.mas-header-center {
    padding: 25px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mas-flex-header-rightside {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 80%;
}

.mas-header-top-nav {
    display: flex;
    align-items: center;
}

.mas-header-top-nav ul {
    margin: 0 0 0 -15px;
    padding: 0;
    display: flex;
    align-items: center;
}

.mas-header-top-nav ul li {
    list-style: none;
    position: relative;
    margin: 0 15px;
}

.mas-header-top-nav ul li a {
    text-decoration: none;
    color: #000;
    font-size: 13px;
    padding: 0;
    display: flex;
    position: relative;
    align-items: center;
}

.mas-header-top-nav ul li a span {
    display: block;
    position: relative;
    padding: 15px 0;
}

.mas-header-top-nav ul li a:before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient( 90deg, #e5004b 0, #e5004b 100%);
    -o-transition: 0.2s all;
    -moz-transition: 0.2s all;
    -webkit-transition: 0.2s all;
}

.mas-header-top-nav ul li a:hover:before {
    width: 100%;
}

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

.mas-header-top-user {
    display: flex;
    align-items: center;
    margin: 0 -25px 0 0;
}

.mas-header-top-user a {
    text-decoration: none;
    color: #000;
    font-size: 13px;
    position: relative;
    display: flex;
    align-items: center;
    padding: 15px 0;
    margin: 0 25px 0 0;
}

.mas-header-top-user a:before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient( 90deg, #6b22c3 0, #db495f 100%);
    -o-transition: 0.2s all;
    -moz-transition: 0.2s all;
    -webkit-transition: 0.2s all;
}

.mas-header-top-user a:hover:before {
    width: 100%;
}

.mas-header-top-user a span {
    display: block;
}

.mas-header-top-user a.mas-link-rep .mas-link-icon {
    background: url(./svg/user_rep.svg) no-repeat;
    width: 16px;
    height: 16px;
    margin: 0 10px 0 0;
}

.mas-header-top-user a.mas-link-customer .mas-link-icon {
    background: url(./svg/user_customer.svg) no-repeat;
    width: 16px;
    height: 16px;
    margin: 0 10px 0 0;
}

.mas-logo a {
    background: url(./logo.png) no-repeat;
    width: 117px;
    height: 26px;
    display: block;
    background-size: contain;
}

.mas-flex-header-rightside-search {
    width: 80%;
    position: relative;
}

.mas-flex-header-rightside-search::before {
    content: "";
    position: absolute;
    top: 16px;
    right: 16px;
    width: 17px;
    height: 17px;
    background: url(./svg/search.svg) no-repeat;
    opacity: 0.38;
}

.mas-flex-header-rightside-search input {
    width: 100%;
    padding: 15px 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    border: 1px solid rgba(0, 0, 0, 0.10);
    border-radius: 3px;
    outline: none;
    -o-transition: 0.2s all;
    -moz-transition: 0.2s all;
    font-size: 14px;
    -webkit-transition: 0.2s all;
}


/* .mas-flex-header-rightside-search input:focus+.mas-header-search-rezult {

    display: block;

} */

.mas-flex-header-rightside-search input:focus {
    border-color: #7e28c47e;
    -webkit-box-shadow: 0px 0px 0px 3px rgba(127, 40, 196, 0.13);
    -moz-box-shadow: 0px 0px 0px 3px rgba(127, 40, 196, 0.13);
    box-shadow: 0px 0px 0px 3px rgba(127, 40, 196, 0.13);
}

.mas-flex-header-rightside {
    width: 80%;
}

.mas-flex-header-rightside-favorites {
    margin: 0 0 0 20px;
}

.mas-flex-header-rightside-favorites a {
    display: flex;
    text-decoration: none;
    color: #000;
    font-size: 14px;
    padding: 17px 20px 14px 20px;
    -o-transition: 0.2s all;
    -moz-transition: 0.2s all;
    -webkit-transition: 0.2s all;
    border-radius: 5px;
}

.mas-flex-header-rightside-favorites a:hover {
    background: rgba(0, 0, 0, 0.04)
}

.mas-flex-header-rightside-favorites a span.mas-favorite-icon {
    width: 22px;
    height: 19px;
    display: block;
    background: url(./svg/favorite.svg) no-repeat;
    margin: 0 9px 0 0;
}

.mas-flex-header-rightside-basket {
    margin: 0 -20px 0 10px;
}

.mas-flex-header-rightside-basket a {
    display: flex;
    text-decoration: none;
    align-items: center;
    color: #000;
    font-size: 14px;
    padding: 9px 20px 9px 20px;
    -o-transition: 0.2s all;
    -moz-transition: 0.2s all;
    -webkit-transition: 0.2s all;
    border-radius: 5px;
    position: relative;
}

.mas-flex-header-rightside-basket a:hover {
    background: rgba(0, 0, 0, 0.04)
}

.mas-flex-header-rightside-basket a span.mas-basket-icon {
    width: 27px;
    height: 23px;
    display: block;
    background: url(./svg/basket.svg) no-repeat;
    margin: 0 9px 0 0;
    position: relative;
}

.mas-flex-header-rightside-basket a.more span.mas-basket-icon::before {
    content: "";
    position: absolute;
    top: -4px;
    left: 20px;
    width: 7px;
    height: 7px;
    border: 1px solid #fff;
    background: red;
    border-radius: 100px;
}

.mas-basket-min-text {
    display: block;
    font-size: 10px;
    color: rgba(0, 0, 0, 0.36);
}

#mas-quoproduct,
.mas-favorite-text {
    white-space: nowrap;
}

.mas-header-button-catalog a {
    display: block;
    background: linear-gradient( 90deg, #6b22c3 0, #db495f 100%);
    padding: 18px 25px 17px 25px;
    text-decoration: none;
    border-radius: 4px;
    display: flex;
    -o-transition: 0.2s all;
    -moz-transition: 0.2s all;
    -webkit-transition: 0.2s all;
    align-items: center;
}

.mas-header-button-catalog a:hover {
    opacity: 0.9;
}

.mas-header-button-icon {
    display: block;
    width: 18px;
    height: 18px;
    background: url(./svg/menu.svg) no-repeat;
    margin: 0 10px 0 0;
}

.mas-header-min-flex {
    display: flex;
    align-items: center;
    position: relative;
}

.mas-header-button-text {
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    white-space: nowrap;
}

.mas-header-min-menu-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 80%;
    margin: 0 0 0 40px;
}

.mas-flex-header-center {
    width: 260px;
}

.mas-header-manu-horizont ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

.mas-header-manu-horizont ul li {
    list-style: none;
    margin: 0 25px 0 0;
}

.mas-header-manu-horizont ul li:last-of-type {
    margin: 0;
}

.mas-header-manu-horizont ul li a {
    text-decoration: none;
    color: #000;
    font-weight: 500;
    font-size: 14px;
    display: block;
    padding: 23px 0;
    position: relative;
}

.mas-header-manu-horizont ul li a:before {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient( 90deg, #6b22c3 0, #db495f 100%);
    -o-transition: 0.2s all;
    -moz-transition: 0.2s all;
    -webkit-transition: 0.2s all;
}

.mas-header-manu-horizont ul li a:hover:before {
    width: 100%;
}

.mas-header-manu-horizont ul li a span {
    padding: 6px 10px 5px 10px;
    font-size: 10px;
    display: inline-block;
    border-radius: 4px;
    font-weight: 600;
    margin: 0 0 0 5px;
}

.mas-header-menu-right {
    padding: 0 0 0 20px;
    position: relative;
}

.mas-header-menu-right:before {
    content: '';
    position: absolute;
    top: 20%;
    left: 0;
    width: 1px;
    height: 40px;
    background: rgba(0, 0, 0, 0.09);
}

.mas-header-menu-right a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #000;
    padding: 23px 0;
    position: relative;
}

.mas-header-menu-right a:before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient( 90deg, #6b22c3 0, #db495f 100%);
    -o-transition: 0.2s all;
    -moz-transition: 0.2s all;
    -webkit-transition: 0.2s all;
}

.mas-header-menu-right a:hover:before {
    width: 100%;
}

.mas-header-menu-right-icon {
    width: 21px;
    height: 21px;
    display: block;
    background: url(./svg/avon_b.svg) no-repeat;
}

.mas-header-menu-right-text {
    display: block;
    margin: 0 0 0 10px;
    white-space: nowrap;
}

.mas-header-top-nav-inline {
    display: inline-block;
}

.mas-header-catalog-submenu {
    position: absolute;
    top: 63px;
    left: 0;
    width: 100%;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    -o-transition: 0.2s all;
    -moz-transition: 0.2s all;
    -webkit-transition: 0.2s all;
}

.mas-header-catalog-submenu.menu-is-open2 {
    opacity: 1;
    top: 68px;
    visibility: visible;
}

.mas-scroll-header .mas-header-catalog-submenu {
    top: 54px;
}

.mas-scroll-header .mas-header-catalog-submenu.menu-is-open2 {
    top: 58px;
}

.mas-header-catalog-submenu-absolute {
    width: 260px;
    background: #fff;
    -webkit-box-shadow: 0px 10px 36px 0px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0px 10px 36px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 10px 36px 0px rgba(0, 0, 0, 0.06);
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 10px 0 10px 0;
}

.mas-header-catalog-submenu:before {
    content: "";
    position: absolute;
    top: -14px;
    left: 18px;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 20px solid #fff;
    z-index: -1;
}

.mas-header-catalog-submenu-absolute .mas-header-catalog-submenu-main {
    margin: 0;
    padding: 0;
}

.mas-header-catalog-submenu-absolute .mas-header-catalog-submenu-main li {
    list-style: none;
}

.mas-header-catalog-submenu-absolute .mas-header-catalog-submenu-main li a {
    text-decoration: none;
    color: #000;
    padding: 11px 20px;
    display: flex;
    align-items: center;
    -o-transition: 0.2s all;
    -moz-transition: 0.2s all;
    -webkit-transition: 0.2s all;
    position: relative;
}

.mas-header-catalog-submenu-absolute .mas-header-catalog-submenu-main li a:hover {
    background: rgba(0, 0, 0, 0.04)
}

.mas-header-catalog-submenu-absolute .mas-header-catalog-submenu-main li ul.mas-header-sub {
    position: absolute;
    top: 0;
    left: 260px;
    width: calc(100% - 260px);
    min-height: 100%;
    background: #fff;
    -webkit-box-shadow: 0px 10px 36px 0px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0px 10px 36px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 10px 36px 0px rgba(0, 0, 0, 0.06);
    z-index: 20;
    margin: 0;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    padding: 0;
    overflow-x: auto;
    display: none;
}

.mas-header-catalog-submenu-absolute .mas-header-catalog-submenu-main li:hover ul.mas-header-sub {
    display: block;
}

.mas-header-catalog-submenu-absolute .mas-header-catalog-submenu-main li:hover a {
    background: rgba(0, 0, 0, 0.04)
}

.mas-header-catalog-ico {
    width: 17px;
    height: 17px;
    display: block;
    margin: 0 9px 0 0;
    opacity: 0.5;
}

.ico-icon {
    background: url(./svg/makeup.svg) no-repeat;
}

.ico-face {
    background: url(./svg/face.svg) no-repeat;
}

.ico-parfume {
    background: url(./svg/parfume.svg) no-repeat;
}

.mas-header-catalog-submenu-absolute .mas-header-catalog-submenu-column {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    margin: 0 20px;
    padding: 0 0 0 0;
}

.mas-header-catalog-submenu-absolute .mas-header-catalog-ico-arrow {
    display: block;
    width: 7px;
    height: 12px;
    position: absolute;
    top: 15px;
    right: 18px;
    background: url(./svg/arrow.svg) no-repeat;
    opacity: 0.5;
}

.mas-header-catalog-submenu-absolute .mas-header-catalog-submenu-column .mas-header-catalog-submenu-column-item {
    width: 100%;
}

.mas-header-catalog-submenu-absolute .mas-header-catalog-submenu-column .mas-header-catalog-submenu-column-item a {
    display: block;
    text-decoration: none;
    color: #000;
    font-size: 12px;
    padding: 10px 15px;
    -o-transition: 0.2s all;
    -moz-transition: 0.2s all;
    -webkit-transition: 0.2s all;
    text-align: center;
    border-radius: 4px;
}

.mas-header-catalog-submenu-absolute .mas-header-catalog-submenu-column .mas-header-catalog-submenu-column-item a:hover {
    background: rgba(0, 0, 0, 0.04)
}

.mas-header-catalog-submenu-title {
    margin: 10px 20px 0 20px;
    padding: 15px 0 8px 0;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 11px;
    color: rgba(0, 0, 0, 0.46);
    border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.mas-header-catalog-submenu-title.noborder {
    border: 0;
    margin: 10px 20px 8px 20px;
    padding: 0;
}

.mas-header-catalog-submenu-column-item-catalog {
    width: 18px;
    height: 18px;
    display: block;
    background: url(./svg/catalog.svg) no-repeat;
    margin: 0 auto;
    opacity: 0.5;
}

.mas-header-catalog-submenu-column-item-ordercode {
    width: 21px;
    height: 21px;
    display: block;
    background: url(./svg/ordercode.svg) no-repeat;
    margin: 0 auto;
    opacity: 0.5;
}

.mas-header-catalog-submenu-column-item-text {
    margin: 7px 0 0 0;
    display: block;
    line-height: 1.4;
    font-size: 12px;
}

.mas-header-catalog-submenu-column-item.bi {
    border-left: 0px solid rgba(0, 0, 0, 0.12)
}

.mas-header-catalog-menu {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
}

.mas-header-catalog-submenu-absolute .mas-header-catalog-menu-left {
    padding: 30px 30px 20px 30px;
    width: calc(100% - 300px)
}

.mas-header-catalog-menu-banner {
    height: 100%;
    width: 300px;
}

.mas-header-catalog-menu-banner a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 !important;
}

.mas-header-catalog-menu-banner a img {
    width: 100%;
}

.mas-header-catalog-submenu-absolute .mas-header-sub-sub {
    margin: 15px 0 0 0;
    padding: 0;
    width: 100%;
}

.mas-header-sub-title {
    font-size: 16px;
    font-weight: 600;
}

.mas-header-catalog-submenu-absolute .mas-header-sub-sub li a {
    padding: 0 0 2px 0;
    margin: 0 0 11px 0;
    display: inline-block;
    border-bottom: 1px solid rgba(127, 40, 196, 0.13);
    background: transparent !important
}

.mas-header-catalog-submenu-absolute .mas-header-sub-sub li a:hover {
    border-color: #6a22c344;
    background: none;
    color: #6b22c3
}

.mas-header-catalog-submenu-absolute .mas-header-sub-sub li:hover a {
    background: none;
}

.mas-header-catalog-submenu-absolute .mas-header-catalog-menu-left-menuha {
    margin: 0 20% 30px 0;
}

.mas-header-catalog-submenu-absolute .mas-header-flex-l {
    width: 100%;
    display: flex;
}

.mas-header-catalog-submenu-absolute .mas-header-row-2 {
    display: flex;
    width: 100%;
}

.mas-header-catalog-submenu-absolute .row2 .mas-header-catalog-menu-left-menuha {
    width: 100%;
    margin: 0 0 0 0;
}

.mas-header-catalog-submenu-absolute .ss {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #ddd;
}

.mas-scroll-header {
    position: fixed;
    top: -100px;
    left: 0;
    width: 100%;
    padding: 10px;
    z-index: 100;
    background: #fff;
    -webkit-box-shadow: 0px 10px 36px 0px rgb(0 0 0 / 6%);
    -moz-box-shadow: 0px 10px 36px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 10px 36px 0px rgb(0 0 0 / 6%);
    -o-transition: 0.2s all;
    -moz-transition: 0.2s all;
    -webkit-transition: 0.2s all;
    opacity: 0;
}

.mas-scroll-header.menu-is-show {
    top: 0;
    opacity: 1;
}

.mas-scroll-header-flex {
    display: flex;
    position: relative;
    align-items: center;
}

.mas-header-top-nav li ul {
    position: absolute;
    top: 55px;
    left: 0;
    background: #fff;
    -webkit-box-shadow: 0px 10px 36px 0px rgb(0 0 0 / 6%);
    -moz-box-shadow: 0px 10px 36px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 10px 36px 0px rgb(0 0 0 / 6%);
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    margin: 0;
    display: block;
    z-index: 510;
    width: 220px;
    padding: 10px 0;
    -o-transition: 0.2s all;
    -moz-transition: 0.2s all;
    -webkit-transition: 0.2s all;
    opacity: 0;
    visibility: hidden;
}

.mas-header-top-nav li ul li a {
    padding: 13px 18px;
    display: block;
    background: #fff;
    font-size: 13px;
    -o-transition: 0.2s all;
    -moz-transition: 0.2s all;
    -webkit-transition: 0.2s all;
    margin: 0;
}

.mas-header-top-nav li ul li {
    margin: 0;
}

.mas-header-top-nav li ul li a:before {
    display: none;
}

.mas-header-top-nav li ul li a:hover {
    background: rgba(0, 0, 0, 0.04)
}

.mas-min-rep {
    display: block;
    margin: 10px 18px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    padding: 0 0 18px 0;
}

.mas-min-rep-title {
    font-size: 11px;
    color: rgba(0, 0, 0, 0.46);
    margin: 0 0 1px 0;
    display: block;
}

.mas-min-rep-name {
    font-size: 13px;
}

.mas-header-top-nav ul li .mas-min-rep-name a {
    color: #6b22c3;
    padding: 0;
    margin: 0;
}

.mas-header-top-nav ul li .mas-min-rep-name a:before {
    display: none;
}

.mas-header-top-ico-arrow {
    display: block;
    width: 6px;
    height: 11px;
    background: url(./svg/arrow.svg) no-repeat;
    opacity: 0.5;
    transform: rotate(90deg);
    margin: 0 0 0 10px;
    -o-transition: 0.2s all;
    -moz-transition: 0.2s all;
    -webkit-transition: 0.2s all;
}

.mas-header-top-nav ul li:hover ul {
    top: 47px;
    opacity: 1;
    visibility: visible;
}

.mas-header-top-nav ul li:hover a:before {
    width: 100%;
}

.mas-header-top-nav ul li:hover .mas-header-top-ico-arrow {
    transform: rotate(270deg);
}

.mas-basket-after-header-b {
    background: transparent;
    border: 1px solid rgba(0, 0, 0, 0.17);
    padding: 25px 30px;
    border-radius: 5px;
    margin: 30px 0 30px 0;
}

.mas-basket-after-header-b {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mas-basket-after-header-left,
.mas-basket-after-header-right {
    display: flex;
    align-items: center;
}

.mas-basket-after-header-icon {
    margin: 0 15px 0 0;
}

.mas-basket-after-header-icon span {
    display: block;
    background: url(./svg/basket.svg) no-repeat;
    width: 35px;
    height: 32px;
}

.mas-basket-after-header-text-sum {
    color: #8D8D8D;
    margin: 4px 0 0 0;
    font-size: 13px;
}

.mas-basket-after-header-right-link a {
    color: #7f28c4;
    text-decoration: none;
    -o-transition: 0.2s all;
    -moz-transition: 0.2s all;
    -webkit-transition: 0.2s all;
}

.mas-basket-after-header-right-link a:hover {
    opacity: 0.9;
}

.mas-basket-after-header-right-buttonCheckout {
    margin: 0 20px;
}

.mas-basket-after-header-right-buttonCheckout a {
    background: #7f28c4;
    text-decoration: none;
    padding: 17px 30px;
    border-radius: 5px;
    color: #fff;
    font-weight: 600;
    -o-transition: 0.2s all;
    -moz-transition: 0.2s all;
    -webkit-transition: 0.2s all;
    display: block;
}

.mas-basket-after-header-right-buttonCheckout a:hover {
    opacity: 0.9;
    color: #fff;
}

.mas-basket-after-header-right-close {
    margin: 0 0 0 10px;
}

.mas-basket-after-header-right-close a {
    display: block;
    width: 10px;
    height: 10px;
    background: url(./svg/close.svg) no-repeat;
}

#mas-notifications {
    position: fixed;
    bottom: 20px;
    left: 0;
    z-index: 9999999;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.mas-notifications-error {
    padding: 20px 25px;
    border-radius: 5px;
    color: #b71c1c;
    background: #FFCCBC;
    display: flex;
    align-items: center;
    max-width: 500px;
}

.mas-notifications-error-icon {
    background: url(./svg/warning.svg) no-repeat;
    width: 20px;
    height: 20px;
    margin: 0 10px 0 0;
}

.mas-notifications-error-message {
    width: calc(100% - 30px)
}

.mas-notifications-success {
    padding: 20px 25px;
    border-radius: 5px;
    color: #33691E;
    background: #DCEDC8;
    display: flex;
    align-items: center;
}

.mas-notifications-success-icon {
    background: url(./svg/check.svg) no-repeat;
    width: 20px;
    height: 20px;
    margin: 0 10px 0 0;
}

.mas-notifications-success-message {}

.mas-header-search-rezult {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0px 10px 36px 0px rgb(0 0 0 / 6%);
    -moz-box-shadow: 0px 10px 36px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 10px 36px 0px rgb(0 0 0 / 6%);
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    z-index: 420;
    padding: 20px;
    display: none;
}

.mas-flex-header-rightside-search.rezult-show .mas-header-search-rezult {
    display: block;
}

.mas-search-loading {
    display: flex;
    justify-content: center;
}

.mas-search-loading span {
    display: block;
    width: 40px;
    height: 30px;
    background: url(./svg/loading.svg) no-repeat;
}

.mas-search-rez span {
    font-weight: 600;
}

.mas-norezult span {
    font-weight: 600;
}

.mas-norezult {
    text-align: center;
    font-size: 14px;
}

.mas-norezult div {
    margin: 4px 0 0 0;
    color: rgba(0, 0, 0, 0.76);
    font-size: 12px;
}

.searchProductList {
    max-height: 300px;
    overflow-x: auto;
}

.searchProductCategories {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    padding: 0 0 10px 0;
}

.searchProductCategories-title {
    margin: 10px 0 0 0;
    padding: 15px 0 8px 0;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 11px;
    color: rgba(0, 0, 0, 0.46);
    border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.searchProductCategories a {
    display: inline-block;
    text-decoration: none;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.16);
    color: #000;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 13px;
    -o-transition: 0.2s all;
    -moz-transition: 0.2s all;
    -webkit-transition: 0.2s all;
    margin: 0 0 5px 0;
}

.searchProductCategories a:hover {
    border-color: #7f28c4;
    color: #7f28c4
}

.searchProductList-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    padding: 5px 0;
    position: relative;
}

.searchProductList-item a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    display: block;
}

.searchProductList-item:last-of-type {
    border: 0;
}

.searchProductList-item-image {
    max-width: 70px;
}

.searchProductList-item-image img {
    width: 100%;
}

.searchProductList-left {
    display: flex;
    align-items: center;
}

.searchProductList-item-name {
    max-width: 70%;
    line-height: 1.4;
    font-weight: 600;
    -o-transition: 0.2s all;
    -moz-transition: 0.2s all;
    -webkit-transition: 0.2s all;
}

.searchProductList-item:hover .searchProductList-item-name {
    color: #7f28c4
}

.searchProductList-item-price {
    width: 25%;
    text-align: right;
    margin: 0 20px 0 0;
}

.searchProductList-item-price-old {
    text-decoration: line-through;
    color: rgba(0, 0, 0, 0.56)
}

.searchProductList-item-price-total {
    font-size: 18px;
    margin: 4px 0 0 0;
}

.searchAllResult a {
    display: block;
    text-align: center;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    padding: 20px 0 0px 0;
    text-decoration: none;
    color: #000;
}

.mas-search-rez {
    padding: 0 0 20px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.mas-scroll-header-flex .mas-flex-header-rightside-search {
    width: 73%;
    margin: 0 0 0 10px;
}

.disable-scroll {
    overflow: hidden;
}

.mas-section-search-catalog .searchProductList-item-name {
    margin: 0 0 0 15px;
    max-width: 100%;
}

.mas-section-search-catalog .searchProductList-item-image {
    max-width: 54px;
}

.modal {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    background-color: rgba(0, 0, 0, 0.53);
    cursor: pointer;
    overflow-y: auto;
    overflow-x: hidden;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
}

.modal::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

button {
    outline: none;
}

.modal__container {
    position: relative;
    width: 960px;
    margin: 50px auto;
    display: inline-block;
    vertical-align: middle;
    background-color: #fff;
    border-radius: 5px;
    cursor: default;
    text-align: left;
    display: none;
}

@media (max-width: 1024px) {
    .modal__container {
        width: 90%;
    }
}

.cart-close {
    position: absolute;
    right: 25px;
    top: 28px;
    border: none;
    padding: 0;
    width: 20px;
    height: 20px;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512.001 512.001' style='enable-background:new 0 0 512.001 512.001;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M284.286,256.002L506.143,34.144c7.811-7.811,7.811-20.475,0-28.285c-7.811-7.81-20.475-7.811-28.285,0L256,227.717 L34.143,5.859c-7.811-7.811-20.475-7.811-28.285,0c-7.81,7.811-7.811,20.475,0,28.285l221.857,221.857L5.858,477.859 c-7.811,7.811-7.811,20.475,0,28.285c3.905,3.905,9.024,5.857,14.143,5.857c5.119,0,10.237-1.952,14.143-5.857L256,284.287 l221.857,221.857c3.905,3.905,9.024,5.857,14.143,5.857s10.237-1.952,14.143-5.857c7.811-7.811,7.811-20.475,0-28.285 L284.286,256.002z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    cursor: pointer;
}

.modal.is-open {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s, visibility 0.3s;
}

.modal__container.modal-open {
    display: inline-block;
}

.fade {
    opacity: 0;
    transition: opacity 0.3s;
}

.fade.animate-open {
    opacity: 1;
    transition: opacity 0.3s;
}

.fadeInUp {
    opacity: 0;
    transform: translateY(50px);
    transition: transform 0.3s, opacity 0.3s;
}

.fadeInUp.animate-open {
    opacity: 1;
    transform: translateY(0);
    transition: transform 0.3s, opacity 0.3s;
}

.cart-modal-title {
    padding: 25px 35px;
    font-size: 21px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.cart-modal-insert-content .mas-search-loading {
    padding: 30px 0;
}

.cart-modal-insert-content .mas-search-loading span {
    width: 60px;
    height: 50px;
}

.cart-modal-content-products {
    padding: 0 35px 0 18px;
}

.cart-modal-content-products-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    padding: 15px 0;
}

.cart-modal-content-products-item:last-of-type {
    border: 0;
}

.cart-modal-content-products-item-left {
    display: flex;
    align-items: center;
    width: calc(100% - 380px);
}

.cart-modal-content-products-image {
    max-width: 84px;
    margin: 0 10px 0;
    flex: none;
}

.cart-modal-content-products-image img {
    width: 100%;
}

.cart-modal-content-products-afterimage {
    max-width: 90%;
}

.cart-modal-content-products-item-right {
    display: flex;
    align-items: center;
    width: 200px;
    justify-content: flex-end;
}

.cart-modal-content-products-item-center {
    width: 130px;
}

.cart-change-qoun-container {
    display: flex;
    align-items: center;
}

.cart-change-qoun-container input {
    width: 50px;
    display: inline-block;
    border: 1px solid #E0E0E0;
    background: #fff;
    border-radius: 6px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    padding: 12px 0;
}

.cart-modal-content-products-title {
    line-height: 1.5;
}

.cart-modal-content-products-title a {
    color: #000;
    display: inline-block;
    text-decoration: none;
    -o-transition: 0.2s all;
    -moz-transition: 0.2s all;
    -webkit-transition: 0.2s all;
}

.cart-modal-content-products-title a:hover {
    color: #7f28c4
}


/* Chrome, Safari, Edge, Opera */

.cart-change-qoun::-webkit-outer-spin-button,
.cart-change-qoun::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.cart-change-qoun[type=number] {
    -moz-appearance: textfield;
}

.cart-change-qoun-container button {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 50px;
    height: 43px;
    cursor: pointer;
    background: #fff;
    border: 0;
}

.cart-change-qoun-container button:disabled {
    opacity: 0.2;
    cursor: default
}

.cart-quonminus span {
    display: block;
    width: 13px;
    height: 2px;
    background: url(./svg/minus.svg) no-repeat;
    border: 0;
    cursor: pointer;
}

.cart-quonplus span {
    display: block;
    width: 10px;
    height: 10px;
    background: url(./svg/plus.svg) no-repeat;
    border: 0;
}

.cart-delete-item {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
    width: 29px;
    height: 39px;
    cursor: pointer;
    background: #fff;
    border: 0;
    padding: 0;
}

.cart-delete-item:disabled {
    opacity: 0.4;
    cursor: default
}

.cart-delete-item span {
    display: block;
    width: 16px;
    height: 17px;
    background: url(./svg/delete.svg) no-repeat;
    border: 0;
    cursor: pointer;
    -o-transition: 0.2s all;
    -moz-transition: 0.2s all;
    -webkit-transition: 0.2s all;
    opacity: 0.8;
}

.cart-delete-item:hover span {
    opacity: 0.6;
}

.cart-modal-content-products-item-right-total-price {
    display: flex;
    align-content: center;
    align-items: center;
    margin: 3px 0;
}

.cart-modal-content-products-item-right-price-x {
    margin: 0 10px 0 0;
    color: rgba(0, 0, 0, 0.36)
}

.cart-modal-content-products-item-right-total-price-t {
    font-size: 21px;
}

.cart-modal-content-products-item-right-price {
    text-align: right;
}

.cart-modal-content-products-item-right-price-discount {
    color: #37AA35
}

.cart-modal-content-products-item-right-oldprice {
    text-decoration: line-through;
    color: rgba(0, 0, 0, 0.36);
}

.cart-modal-content-products-item-right-delete {
    width: 50px;
    display: flex;
    justify-content: flex-end;
}

.cart-modal-shadesifonlyOne {
    margin: 10px 0;
    display: flex;
    align-items: center;
}

.cart-modal-shadesifonlyOne-image {
    width: 21px;
    height: 21px;
    overflow: hidden;
    border-radius: 50%;
    border: 1px solid #ddd;
    margin: 0 7px 0 0;
    flex: none;
}

.cart-modal-shadesifonlyOne-image img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.cart-modal-shadesifonlyOne-name {
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cart-modal-shades-aftertwo {}

.cart-modal-shades-aftertwo-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, 0.17);
    padding: 11px 0;
}

.cart-modal-shades-aftertwo-item:last-of-type {
    border: 0;
    padding: 11px 0 0 0;
}

.cart-modal-content-products-item-left.cart-twoshades {
    width: calc(100% - 30px);
}

.cart-modal-shades-aftertwo-item-center {
    width: 95px;
}

.cart-modal-shades-aftertwo-item-left {
    display: flex;
    align-items: center;
    width: calc(100% - 105px);
}

.cart-modal-shades-aftertwo-item-right {
    width: 36px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.cart-modal-shades-aftertwo-item-image {
    width: 21px;
    height: 21px;
    overflow: hidden;
    border-radius: 50%;
    border: 1px solid #ddd;
    margin: 0 7px 0 0;
    flex: none;
}

.cart-modal-shades-aftertwo-item-image img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.cart-modal-shades-aftertwo-item-name {
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cart-modal-promocode {
    background: #FFF1C0;
    display: inline-block;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    padding: 7px 12px;
    margin: 10px 0 0 0;
    border-radius: 5px;
}

.cart-modal-content-products {
    height: 43vh;
    overflow-y: auto;
}

.cart-modal-insert-content {
    position: relative;
}

.mas-loading-min {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 300;
}

.mas-loading-min span {
    display: block;
    width: 40px;
    height: 30px;
    background: url(./svg/loading.svg) no-repeat;
}

.freeDeliveryPrice {
    background: rgba(127, 40, 196, 0.1);
    display: flex;
    align-items: center;
    padding: 15px 50px;
    border-radius: 5px;
    margin: 0;
    color: #000;
    font-size: 14px;
}

.freeDeliveryPrice-icon {
    background: url(https://service.avon.ua/mas/page/images/delivery-truck.svg) no-repeat;
    width: 30px;
    height: 30px;
    margin: 0 20px 0 0;
}

.freeDeliveryPrice-icon-sale {
    background: url(https://service.avon.ua/mas/page/images/discount.svg) no-repeat;
    width: 30px;
    height: 30px;
    margin: 0 20px 0 0;
}

.freeDeliveryPrice-text {
    line-height: 1.4;
}

.freeDeliveryPrice-text span {
    font-weight: 600;
}

.freeDeliveryPrice-text div {
    font-size: 11px;
    margin: 5px 0 0 0;
    opacity: 0.7;
}

.cart-bottom-price {
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    padding: 25px 50px 0 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cart-couponLabel {
    display: flex;
    align-items: center;
}

input#applyCoupon {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}

.cart-applyCoupon-l {
    position: relative;
    width: 21px;
    height: 21px;
    border-radius: 0px;
    transform: scale(1);
    vertical-align: middle;
    border: 2px solid #D6AAEB;
    display: inline-block;
    transform: translate3d(0, 0, 0);
    -o-transition: 0.2s all;
    -moz-transition: 0.2s all;
    -webkit-transition: 0.2s all;
    border-radius: 3px;
    flex: none;
}

.cart-applyCoupon-l:before {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 11px;
    height: 11px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiBmaWxsPSIjZmZmIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDUxMiA1MTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA1MTI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxnPg0KCQk8cGF0aCBkPSJNNTA0LjUwMiw3NS40OTZjLTkuOTk3LTkuOTk4LTI2LjIwNS05Ljk5OC0zNi4yMDQsMEwxNjEuNTk0LDM4Mi4yMDNMNDMuNzAyLDI2NC4zMTFjLTkuOTk3LTkuOTk4LTI2LjIwNS05Ljk5Ny0zNi4yMDQsMA0KCQkJYy05Ljk5OCw5Ljk5Ny05Ljk5OCwyNi4yMDUsMCwzNi4yMDNsMTM1Ljk5NCwxMzUuOTkyYzkuOTk0LDkuOTk3LDI2LjIxNCw5Ljk5LDM2LjIwNCwwTDUwNC41MDIsMTExLjcNCgkJCUM1MTQuNSwxMDEuNzAzLDUxNC40OTksODUuNDk0LDUwNC41MDIsNzUuNDk2eiIvPg0KCTwvZz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjwvc3ZnPg0K) no-repeat;
    transform: scale(0);
    -o-transition: 0.2s all;
    -moz-transition: 0.2s all;
    -webkit-transition: 0.2s all;
}

.cart-couponLabel {
    cursor: pointer;
}

.cart-applyCoupon-text {
    margin: 0 0 0 10px;
}

#applyCoupon:checked+.cart-couponLabel .cart-applyCoupon-l {
    background: #7f28c4;
    border-color: #7f28c4
}

#applyCoupon:checked+.cart-couponLabel .cart-applyCoupon-l:before {
    transform: scale(1);
}

.cart-coupon-code {
    color: rgba(0, 0, 0, 0.46);
    font-size: 14px;
}

.cart-coupon-field {
    margin: 12px 0 0 30px;
    display: flex;
    align-items: flex-start;
}

.cart-coupon-field input {
    width: 100%;
    padding: 15px 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    border: 1px solid rgba(0, 0, 0, 0.10);
    border-radius: 3px;
    outline: none;
    -o-transition: 0.2s all;
    -moz-transition: 0.2s all;
    -webkit-transition: 0.2s all;
}

.cart-coupon-field input:focus {
    border-color: #7e28c47e;
    -webkit-box-shadow: 0px 0px 0px 3px rgba(127, 40, 196, 0.13);
    -moz-box-shadow: 0px 0px 0px 3px rgba(127, 40, 196, 0.13);
    box-shadow: 0px 0px 0px 3px rgba(127, 40, 196, 0.13);
}

.cart-coupon-field button {
    height: 100%;
    width: 100%;
    padding: 15px 5px;
    border: 0;
    outline: none;
    background: #7f28c4;
    font-size: 13px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    margin: 0 0 0 7px;
    border-radius: 5px;
    cursor: pointer;
    -o-transition: 0.2s all;
    -moz-transition: 0.2s all;
    -webkit-transition: 0.2s all;
    position: relative;
}

.cart-coupon-field button:hover {
    opacity: 0.9;
}

.cart-bottom-price-left {
    width: 50%;
}

.cart-coupin-field-flex-input {
    width: 100%;
}

.cart-coupin-field-flex-button {
    width: 230px;
}

.coupon-error {
    color: red;
    font-size: 12px;
    margin: 8px 0 0 32px;
    display: block;
    line-height: 1.5;
}

#cart-apply-promo span {
    display: block;
    padding: 9px 0;
}

#cart-apply-promo span img {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    max-width: 30px;
}

.cart-price-total {
    display: flex;
    align-items: center;
}

.cart-price-total-sum {
    display: flex;
    align-items: flex-end;
}

.cart-price-total-sum-s {
    font-size: 29px;
    font-weight: 700;
}

.cart-price-total-sum-gr {
    margin: 0 0 6px 5px;
}

.cart-price-total-l {
    font-size: 16px;
    margin: 0 20px 0 0;
}

.cart-price-total-discount {
    text-align: right;
    margin: 6px 0 0 0;
    color: #37AA35;
    font-size: 16px;
}

.cart-bottom-buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 25px 50px 0 50px;
}

.cart-bottom-buttons a.cart-ordertogo {
    background: #7f28c4;
    text-decoration: none;
    padding: 18px 35px;
    border-radius: 5px;
    color: #fff;
    font-weight: 600;
    -o-transition: 0.2s all;
    -moz-transition: 0.2s all;
    -webkit-transition: 0.2s all;
}

.cart-bottom-buttons a.cart-ordertogo:hover {
    opacity: 0.9;
}

.cart-bottom-buttons a.cart-closebasket {
    background: #fff;
    border: 1px solid #E0E0E0;
    text-decoration: none;
    padding: 17px 30px;
    border-radius: 5px;
    color: #000;
    font-weight: 500;
    -o-transition: 0.2s all;
    -moz-transition: 0.2s all;
    -webkit-transition: 0.2s all;
}

.cart-bottom-buttons a.cart-closebasket:hover {
    opacity: 0.9;
}

.cart-bottom-container {
    padding: 0 0 45px 0;
}

.cart-noProducts {
    text-align: center;
    padding: 40px;
    font-size: 16px;
}

.cart-name-hide .mas-basket-text {
    display: none;
}

.mas-flex-header-rightside-basket a.cart-name-hide span.mas-basket-icon {
    margin: 0;
}

input {
    -webkit-appearance: none;
    -moz-appearance: none;
}

.mas-mobile-header-container {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    -webkit-box-shadow: 0px 10px 36px 0px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0px 10px 36px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 10px 36px 0px rgba(0, 0, 0, 0.06);
    z-index: 999999;
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.16);
    padding: 0 15px;
}

.mas-mobile-header-height {
    width: 100%;
}

#mas-mobile-header {
    height: 116px;
}

.Layout_Phone #HeaderPlaceholder {
    min-height: auto !important;
}

.mas-header-burger-menu button {
    width: 35px;
    height: 35px;
    display: block;
    background: #fff;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    border: 0;
}

.mas-header-burger-menu-line1 {
    background: #000;
    width: 18px;
    height: 2px;
}

.mas-header-burger-menu-line2 {
    background: #000;
    width: 18px;
    height: 2px;
    margin: 4px 0 0 0;
}

.mas-header-burger-menu-line3 {
    background: #000;
    width: 13px;
    height: 2px;
    margin: 4px 0 0 0;
}

.mas-mobile-header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mas-mobile-header-logo a {
    background: url(./logo.png) no-repeat;
    width: 80px;
    height: 19px;
    display: block;
    background-size: contain;
    margin: 0 0 0 15px;
}

.mas-mobile-header-flex-left {
    display: flex;
    align-items: center;
}

.mas-mobile-header-basket a span.mas-basket-icon {
    width: 27px;
    height: 23px;
    display: block;
    background: url(./svg/basket.svg) no-repeat;
    margin: 0 5px 0 0;
    position: relative;
}

.mas-mobile-header-basket a.more span.mas-basket-icon::before {
    content: "";
    position: absolute;
    top: -4px;
    left: 17px;
    width: 7px;
    height: 7px;
    border: 3px solid #fff;
    background: red;
    border-radius: 100px;
}

.mas-mobile-header-basket a {
    display: flex;
    text-decoration: none;
    align-items: center;
    color: #000;
    font-size: 14px;
    padding: 9px 0px 9px 10px;
    -o-transition: 0.2s all;
    -moz-transition: 0.2s all;
    -webkit-transition: 0.2s all;
    border-radius: 5px;
    position: relative;
}

.mas-mobile-header-flex-right {
    display: flex;
    align-items: center;
}

.mas-mobile-header-search button.mas-search-open {
    border: 0;
    background: none;
    outline: none;
    width: 40px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.mas-mobile-header-search button.mas-search-open span {
    width: 22px;
    height: 22px;
    background: url(./svg/search.svg) no-repeat;
    display: block;
}

.mas-mobile-menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    overflow-x: auto;
    z-index: 999999;
    background: #fff;
    -o-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -webkit-transition: 0.3s all;
    visibility: hidden;
}

.mas-mobile-menu.mobile-menu-active {
    left: 0;
    visibility: visible;
}

.mas-mobile-menu-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, 0.16);
    padding: 0 15px;
    height: 70px;
    margin: 0 0 15px 0;
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    z-index: 1000;
    background: #fff;
    -o-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -webkit-transition: 0.3s all;
}

.mas-mobile-menu.mobile-menu-active .mas-mobile-menu-top {
    left: 0;
}

.mas-mobile-logo a {
    background: url(./logo_mobile.png) no-repeat;
    width: 25px;
    height: 25px;
    display: block;
    background-size: contain;
}

.mas-mobile-right-close button {
    border: none;
    padding: 0;
    width: 16px;
    height: 16px;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512.001 512.001' style='enable-background:new 0 0 512.001 512.001;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M284.286,256.002L506.143,34.144c7.811-7.811,7.811-20.475,0-28.285c-7.811-7.81-20.475-7.811-28.285,0L256,227.717 L34.143,5.859c-7.811-7.811-20.475-7.811-28.285,0c-7.81,7.811-7.811,20.475,0,28.285l221.857,221.857L5.858,477.859 c-7.811,7.811-7.811,20.475,0,28.285c3.905,3.905,9.024,5.857,14.143,5.857c5.119,0,10.237-1.952,14.143-5.857L256,284.287 l221.857,221.857c3.905,3.905,9.024,5.857,14.143,5.857s10.237-1.952,14.143-5.857c7.811-7.811,7.811-20.475,0-28.285 L284.286,256.002z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    cursor: pointer;
}

.mas-mobile-nav .mas-header-catalog-menu-banner {
    display: none;
}


/* .mas-mobile-nav .mas-header-sub {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background: #fff;

    z-index: 300;

    left: -100%;

    -o-transition: 0.3s all;

    -moz-transition: 0.3s all;

    -webkit-transition: 0.3s all;

}



.mas-mobile-nav .mas-header-sub.show-submenu {

    left: 0;

} */

.multi-menu ul {
    display: block;
    min-height: 100%;
    transition: transform 0.3s ease-in-out;
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
    background: #fff;
}

.mobilenav ul li.mas-header-li {
    list-style: none;
}

.mobilenav ul li.mas-header-li a {
    text-decoration: none;
    color: #000;
    padding: 11px 20px;
    display: flex;
    align-items: center;
    -o-transition: 0.2s all;
    -moz-transition: 0.2s all;
    -webkit-transition: 0.2s all;
    position: relative;
}

.mobilenav ul li.mas-header-li a .mas-header-catalog-ico-arrow {
    display: block;
    width: 7px;
    height: 12px;
    position: absolute;
    top: 15px;
    right: 18px;
    background: url(./svg/arrow.svg) no-repeat;
    opacity: 0.5;
}

.multi-menu {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.multi-menu ul {
    display: block;
    min-height: 100%;
    transition: transform 0.3s ease-in-out;
    width: 100%;
    display: block;
}

.multi-menu ul[data-parent-id] {
    position: absolute;
    top: 0;
    left: 0;
}

[data-id] {
    position: relative;
}

.mobilenav ul[data-level] {
    height: calc(100vh - 100px);
    overflow-y: auto;
}

.mas-mobile-nav {
    margin: 70px 0 0 0;
}

.mas-mobile-search::before {
    display: none !important;
}

.js-menu-back-btn {
    position: fixed;
    top: 70px;
    left: 0;
    width: 100%;
    padding: 11px 20px;
    color: #000;
    text-decoration: none;
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.16);
    left: -100%;
    -o-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -webkit-transition: 0.3s all;
}

.mas-mobile-menu.mobile-menu-active .js-menu-back-btn {
    left: 0;
}

.mobile-nav-submenu {
    margin: 21px 0 0 0;
}

.mobile-nav-submenu-title {
    font-weight: 600;
    font-size: 16px;
    padding: 20px 20px 10px 20px;
}

.mobile-nav-submenu li a {
    padding: 9px 20px;
    text-decoration: none;
    display: block;
    color: #000;
}

.mobileselect {
    display: none;
}

.mobile-ss {
    display: flex;
}

.cart-del-promDes {
    display: block;
}

.delete-mobile {
    display: none;
}

.cart-st-s {
    display: flex;
    align-items: center;
}

.cart-st-prom {
    display: flex;
    align-items: center;
}

.del-mobile-after-title {
    display: none;
}

.delete-shade-mob {
    display: none;
}

.mas-min-menu-mobile {
    width: 100%;
    overflow-x: auto;
}

.mas-min-menu-mobile {
    -webkit-box-shadow: 0px 10px 36px 0px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0px 10px 36px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 10px 36px 0px rgba(0, 0, 0, 0.06);
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.16);
}

.mas-min-menu-mobile ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    white-space: pre;
}

.mas-min-menu-mobile ul li {
    list-style: none;
}

.mas-min-menu-mobile ul li a {
    padding: 20px 22px;
    display: block;
    width: 100%;
    text-decoration: none;
    color: #000;
}

.mas-min-menu-mobile ul li a span {
    padding: 6px 10px 5px 10px;
    font-size: 10px;
    display: inline-block;
    border-radius: 4px;
    font-weight: 600;
    margin: 0 0 0 5px;
}

.mas-user-profile-mobile {
    display: flex;
    align-items: center;
    margin: 10px 10px 20px 10px;
}

.mas-user-profile-mobile div {
    margin: 0 10px;
}

.mas-user-profile-mobile-customer {
    width: 100%;
}

.mas-user-profile-mobile a {
    background: #fff;
    display: block;
    text-decoration: none;
    color: #000;
    border: 1px solid rgba(0, 0, 0, 0.16);
    border-radius: 5px;
    text-align: center;
    font-size: 13px;
    padding: 15px 10px;
}

.mas-user-profile-mobile-rep {
    width: 100%;
}

.mas-user-profile-mobile-customer a span.mas-user-customer-ico {
    display: block;
    width: 20px;
    height: 20px;
    background: url(./svg/user_customer.svg) no-repeat;
    margin: 0 auto;
}

.mas-user-profile-mobile-rep a span.mas-user-customer-ico {
    display: block;
    width: 20px;
    height: 20px;
    background: url(./svg/user_rep.svg) no-repeat;
    margin: 0 auto;
}

#userIsNotLogin,
#userIsLogin {
    display: none;
}

.mas-user-customer-text {
    display: block;
    margin: 5px 0 0 0;
}

.mas-mobile-header-search .mas-flex-header-rightside-search {
    width: 100%;
}

.mas-mobile-search {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    z-index: 400;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    -o-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -webkit-transition: 0.3s all;
}

.mas-mobile-search.mobile-search-active {
    opacity: 1;
    visibility: visible;
    left: 0;
}


/* .mas-flex-header-rightside-search::before {

    display: none;

} */

.mas-mob-search-container {
    margin: 0 10px 10px 10px;
    position: relative;
}

.mas-mob-search-container:before {
    content: "";
    position: absolute;
    top: 16px;
    right: 16px;
    width: 17px;
    height: 17px;
    background: url(./svg/search.svg) no-repeat;
    opacity: 0.38;
}

.mas-mobile-search .mas-header-search-rezult {
    padding: 0;
}

.mas-mobile-search .mas-search-rez {
    padding: 20px;
}

.mas-mobile-search .searchProductList-item-price {
    width: 150px;
}

.mas-mobile-search .searchProductList-left {
    width: calc(100% - 100px);
}

.mas-mob-search-title {
    font-size: 16px;
    font-weight: 600;
    padding: 20px;
    color: #000;
}

.mas-mobile-search .mas-header-search-rezult-pretext {
    padding: 20px;
}

.mas-mobile-search .mas-norezult {
    padding: 20px;
}

.mas-mobile-search .searchAllResult a {
    padding: 20px 0 20px 0;
}

.mas-mobile-search .searchProductList {
    max-height: calc(100vh - 360px);
}

.mas-search-mobile-close {
    position: absolute;
    top: 22px;
    right: 28px;
    border: none;
    padding: 0;
    width: 20px;
    height: 20px;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512.001 512.001' style='enable-background:new 0 0 512.001 512.001;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M284.286,256.002L506.143,34.144c7.811-7.811,7.811-20.475,0-28.285c-7.811-7.81-20.475-7.811-28.285,0L256,227.717 L34.143,5.859c-7.811-7.811-20.475-7.811-28.285,0c-7.81,7.811-7.811,20.475,0,28.285l221.857,221.857L5.858,477.859 c-7.811,7.811-7.811,20.475,0,28.285c3.905,3.905,9.024,5.857,14.143,5.857c5.119,0,10.237-1.952,14.143-5.857L256,284.287 l221.857,221.857c3.905,3.905,9.024,5.857,14.143,5.857s10.237-1.952,14.143-5.857c7.811-7.811,7.811-20.475,0-28.285 L284.286,256.002z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    cursor: pointer;
}

.mas-mobile-search .mas-header-search-rezult {
    display: block;
}

.mas-mobile-search .mas-header-search-rezult {
    top: 52px;
}

@media screen and (max-width:820px) {
    .mas-basket-after-header-b {
        display: block;
        position: relative;
        margin: 10px 0 10px 0;
        padding: 18px 30px;
    }
    .mas-basket-after-header-right {
        flex-direction: row-reverse;
        justify-content: flex-end;
        padding: 16px 0 0 0;
    }
    .mas-basket-after-header-right-close {
        position: absolute;
        top: 15px;
        right: 15px;
    }
    .mas-basket-after-header-right-buttonCheckout {
        margin: 0 20px 0 0;
    }
    .cart-coupon-field {
        margin: 12px 0 0 0;
    }
    .coupon-error {
        margin: 8px 0 0 0;
    }
}

@media screen and (max-width:790px) {
    .modal__container {
        margin: 0 auto;
        min-height: 100%;
        border-radius: 0px;
        width: 100%;
    }
    .modal::before {
        display: none;
    }
    .cart-modal-content-products-image {
        max-width: 46px;
    }
    .cart-modal-content-products-item-center {
        width: 50px;
    }
    .cart-modal-shadesifonlyOne-name {
        max-width: 77%;
    }
}

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

@media screen and (max-width:640px) {
    .delete-shade-desk {
        display: none;
    }
    .delete-shade-mob {
        display: block;
        margin: 0 0 0 15px;
    }
    .cart-modal-content-products-item-left.cart-twoshades {
        width: calc(100% - 131px);
    }
    .cart-modal-content-products-item-left {
        width: calc(100% - 170px);
    }
    .cart-modal-content-products-item-right-total-price-t {
        font-size: 16px;
    }
    .cart-modal-content-products-item-right {
        width: 175px;
    }
    .cart-modal-content-products {
        padding: 0 10px 0 0px;
    }
    .cart-modal-title {
        padding: 25px 20px;
    }
    .freeDeliveryPrice {
        padding: 15px 20px;
    }
    .mobileselect {
        display: flex;
        width: 88px;
    }
    .mobileselect.cart-change-qoun-container input {
        width: 35px;
        padding: 5px 0;
        font-size: 12px;
    }
    .mobile-ss {
        display: none;
    }
    .cart-modal-content-products-item-center {
        display: none;
    }
    .cart-modal-content-products-item-left.cart-twoshades .cart-change-qoun-container input {
        width: 35px;
        padding: 5px 0;
        font-size: 12px;
    }
    .cart-modal-content-products-item {
        position: relative;
    }
    /* .cart-modal-content-products-item-right-delete {

        position: absolute;

        top: 0;

        right: 0;

    }

    .cart-modal-shades-aftertwo-item-right {

        position: absolute;

        bottom: 0;

        right: 15px;

    } */
    .cart-modal-shades-aftertwo-item-left {
        width: calc(100% - 0px);
    }
    .cart-modal-shades-aftertwo-item {
        max-width: 100%;
        position: relative;
        display: inline-block;
    }
    .cart-modal-shades-aftertwo-item-center {
        width: 100%;
        display: flex;
        align-items: center;
    }
    .cart-change-qoun-container {
        width: 88px;
    }
    .cart-bottom-price {
        padding: 25px 20px 0 20px;
    }
    .cart-bottom-buttons {
        margin: 25px 20px 0 20px;
    }
    .cart-modal-content-products-afterimage {
        max-width: 90%;
    }
    .cart-del-prom {
        display: block;
    }
    .cart-del-promDes {
        display: none;
    }
    .cart-bottom-price {
        display: block;
    }
    .cart-bottom-price-left {
        width: 100%;
    }
    .cart-bottom-price-right {
        margin: 20px 0;
    }
    .cart-price-total {
        justify-content: space-between;
    }
}

@media screen and (max-width:545px) {
    .cart-bottom-buttons {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .cart-bottom-buttons a {
        display: block;
        text-align: center;
        width: 100%;
    }
    .cart-bottom-buttons a.cart-closebasket {
        margin: 10px 0 0 0;
    }
}

@media screen and (max-width:520px) {
    .mas-basket-after-header-right {
        display: block;
    }
    .mas-basket-after-header-right-link {
        margin: 0 0 0 10px;
        text-align: center;
    }
    .mas-basket-after-header-right-buttonCheckout {
        margin: 10px 0 0 0;
    }
    .mas-basket-after-header-right-buttonCheckout a {
        text-align: center;
    }
    .delete-desktop {
        display: none;
    }
    .delete-mobile {
        display: block;
        margin: 0 0 0 15px;
    }
    .del-mobile-after-title {
        display: block;
        margin: 10px 0 0 10px;
    }
    .mobhide {
        display: none;
    }
}