@charset "UTF-8";

.new-product-content {
    margin-top: 85px;
    padding-top: 30px;
}
.bot_b {
    padding-top: 3px;
}

.products-item__bottom .top_b .for {
    margin-bottom: 6px;
}

.products-item__bottom .top_b .for:nth-child(odd) {
    width: calc(50% - 5px);
    margin-right: 5px;
}

.products-item__bottom .top_b .for .text span {
    font-size: 12px;
    letter-spacing: -0.2px;
}

.products-item__bottom {
    padding: 5px 8px 9px;
}

.products-item__bottom .top_b .for .icon {
    margin-right: 5px;
    width: 30px;
    height: 30px;
}

.site-footer > a, .site-footer .popup-text {
    display: inline-block !important;
    margin: 15px 10px 0 !important;
}

.lg-backdrop {
    z-index: 100000040;
}

.lg-outer {
    z-index: 100000050;
}

.newcontent {
    margin: 85px 0 0;
}

.newcontent__title {
    text-align: center;
    color: #000;
    background-color: #fff2ef;
    padding: 40px 20px;
    margin: 0;
}

.newcontent__body {
    max-width: 1300px;
    padding: 20px;
    margin: 0 auto;
}

.products-item__sert, .products-item__garant, .products-item__zoom, .products-item__popup[data-text=""] {
    display: none;
}

.products-item__popup-text {
    position: absolute;
    right: 10px;
    bottom: 100%;
    margin-bottom: 20px;
    padding: 20px;
    width: 280px;
    border-radius: 10px;
    background: #fff;
    color: #000;
    font-size: 16px;
    line-height: 1.2;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    text-align: left;
    white-space: pre-line;
}

.products-item__popup-text:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    content: '';
    border-top: 20px solid transparent;
}

.products-item__popup-text:after {
    position: absolute;
    right: 20px;
    top: 100%;
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
}

@media all and (min-width: 1260px) {
    .products-item__popup:hover .products-item__popup-text, .products-item__popup-text:hover {
        opacity: 1;
        visibility: visible;
    }
}

.products-item__popup.active .products-item__popup-text {
    opacity: 1;
    visibility: visible;
}

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

.category-catalog-wr {
    overflow: hidden;
}

.category-catalog-wr-inner {
    background: url(img/background-img.png) 0 0 / auto repeat !important;
    padding-bottom: 7vw;
}

.main-title.pk {
    margin-top: 35px !important;
    justify-content: center;
}

.pic-mobile {
    padding: 30px 10px 0;
}

.utp-img {
    margin: -20px 0 10px;
    text-align: center;
}

.main-title img, .pic-mobile img, .utp-img img {
    max-width: 100%;
}

body .products-item__discount {
    background: url(img/stiker-img.png) 0 0 / 100% no-repeat;
    width: 127px;
    height: 116px;
    font-size: 27px;
    font-weight: normal;
    padding: 12px 0 0;
    text-align: center;
    top: -85px;
    right: -55px;
    box-shadow: none;
    border-radius: 0;
    color:#d74d9b;
}

body .products-item {
    background-image: url(img/card-header-img.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100%;
    text-align: center;
}

body .products-item__name {
    color: #fff;
    font-weight: bold;
    text-shadow: 0 2px 0 #00000040;
    margin-bottom: 1px;
    padding-top: 19px;
}

body .products-item__cat {
    display: inline-block;
    text-align: center;
    color: #575757;
    padding: 3px 5px 4px;
    background: #fff;
    margin-bottom: 11px;
}

body .products-item__bottom {
    text-align: left;
}

body .products-item__buy {
    font-size: 0;
    background: url(img/button.png) 50% 0 no-repeat !important;
    max-width: 190px;
    height: 48px;
    border-radius: 10px;
}

body .products-item__buy__text {
    font-size: 0;
}

body .products-item__buy:hover {
    opacity: 0.8;
}

body .products-item__price {
    margin-bottom: 0;
}

.delivery-payment {
    /*border-top: 30px solid #FAD5DC;*/
    border-top: none;
    background: #ffdbe6;
}

.site-footer {
    background: url(img/footer-img-part1.png) 0 50% no-repeat, url(img/footer-img-part2.png) 100% 50% no-repeat, url(img/footer-img-part3.png) 0 0 / 100% 100% no-repeat;
    padding: 0 0 63px;
}

.site-footer-contacts {
    background: none;
}

.site-footer-contacts-inner {
    padding: 47px 0 32px;
}

.site-footer__phone {
    background: none;
    color: #fff;
    margin: 0;
    width: 50%;
    padding: 0 200px 0 0;
    font-size: 25px;
    line-height: 27px;
    text-align: right;
}

.site-footer__phone a {
    color: #fff;
}

.site-footer__address {
    background: none;
    color: #fff;
    text-align: left;
    padding: 0 0 0 105px;
    margin: 0;
    font-size: 21px;
    line-height: 22px;
    width: 50%;
}

.site-footer__address-inner {
    width: 490px;
}

.site-footer > a {
    margin: 0 !important;
    color: #fff;
    display: inline-block !important;
}

body .products-item__image {
    background: #fff;
    height: auto;
}

body .smart-basket__add-item, body .smart-basket__remove-item {
    display: block;
    flex-shrink: 0;
}

body .smart-basket__product-delete {
    border: none;
}

body .formclose {
    height: 64px;
}

body .smart-basket__send-form{
    height: 64px;
}

body .lg-outer .products-item__buy {
    padding-left: 15px;
    padding-right: 15px;
    width: 130px;
    height: 48px;
    margin-top: 10px;
}

body .lg-outer .products-item__buy__text {
    font-size: 0;
}

body .smart-basket__form {
    background: #ffffff;
}

.order-note {
    margin: 10px 0;
    border: 2px solid #d74d9b;
    border-radius: 5px;
    position: relative;
    height: 44px;
    padding: 0 10px;
    overflow: hidden;
}

.order-note ~ .order-note {
    display: none;
}

.order-note::before, .order-note::after {
    position: absolute;
    top: 0;
    height: 40px;
    width: 28px;
    content: '';
}

.order-note::before {
    left: 0;
    border-left: 8px solid rgba(255, 255, 255, 1);
    background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0))
}

.order-note::after {
    right: 0;
    border-right: 8px solid rgba(255, 255, 255, 1);
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1))
}

.order-note__inner {
    width: 9999px;
    font-size: 20px;
    line-height: 40px;
    text-align: left;
}

.order-note__text {
    display: inline-block;
}

.products-item__popup {
    position: absolute;
    width: 133px;
    height: 33px;
    right: -10px;
    bottom: 29px;
    background: #4D2240;
    cursor: pointer;
}

.products-item__popup:before {
    position: absolute;
    content: 'Описание цвета';
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    right: 10px;
    top: 7px;
}

.products-item__popup.prod:before {
    position: absolute;
    content: 'Описание';
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    right: 10px;
    top: 7px;
}

.products-item__popup:after {
    position: absolute;
    content: '';
    top: -14px;
    left: -40px;
    width: 59px;
    height: 59px;
    background: url(../design/aromania/images/color-wheel.png) 0 0 no-repeat;
}

.product-color-popup {
    width: 100%;
    font-size: 16px;
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background: #171616ad;
    opacity: 0;
    visibility: hidden;
    bottom: 0;
    right: 0;
    max-height: 0;
    max-width: 0;
    padding: 20px 0;
    box-sizing: border-box;
    overflow: hidden;
    z-index: 100000001;
    transition: opacity 0.1s, top 0.3s, left 0.3s, max-height 0.3s, max-width 0.3s;
}

.product-color-popup.active {
    opacity: 1;
    max-height: 100%;
    max-width: 100%;
    visibility: visible;
    left: 0 !important;
    top: 0 !important;
}

.product-color-popup__wrap {
    width: 100%;
    margin: 5% auto 0;
    box-shadow: 0 3px 25px rgba(0, 0, 0, .2);
    max-width: 800px;
    position: relative;
    border-radius: 20px;
    background: #ffffff;
    padding: 30px 30px 34px;
    font-size: 22px;
}

.product-color-popup__close {
    position: absolute;
    cursor: pointer;
    right: -20px;
    top: -20px;
    width: 40px;
    height: 40px;
    background: #d74d9b url(../popup-close.png) center no-repeat !important;
    box-shadow: 0 0 0 rgba(0, 0, 0, .23);
    border-radius: 50%;
}

.site-footer .popup-text {
    margin: 15px 10px 0 !important;
    cursor: pointer;
}

.popup-text__title {
    color: #ffffff;
    text-decoration: underline;
}

.popup-text.notlink {
    cursor: text;
    opacity: 0.6;
    font-size: 60%;
    display: block !important;
}

.popup-text.notlink .popup-text__title {
    text-decoration: none;
}

.popup-text__body {
    display: none;
}

.popup-text:hover .popup-text__title {
    text-decoration: none;
}

.products-item__image .owl-stage {
    display: flex;
}

.products-item__image .owl-item {
    display: flex;
}

.video-item {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.video-item:after {
    position: absolute;
    width: 60px;
    height: 60px;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    content: '';
    pointer-events: none;
    background: 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 245 245' style='enable-background:new 0 0 245 245;' xml:space='preserve'%3E%3Cpath fill='%23fff' d='M122.5,0C54.953,0,0,54.953,0,122.5S54.953,245,122.5,245S245,190.047,245,122.5S190.047,0,122.5,0z M122.5,230 C63.225,230,15,181.775,15,122.5S63.225,15,122.5,15S230,63.225,230,122.5S181.775,230,122.5,230z M91.094,200.659l93.981-78.159 l-93.98-78.159L91.094,200.659z M106.095,76.325l55.521,46.175l-55.522,46.175L106.095,76.325z'/%3E%3C/svg%3E") 0 0 no-repeat;
}

.video-item video {
    max-width: 100%;
    max-height: 100%;
}

.video-item video.playing {
    position: relative;
    z-index: 2;
}

@media all and (min-width: 1501px) {
    body .bot_b .products-item__buy {
        margin-right: auto;
    }
    body .bot_b .price_bl {
        width: 40%;
        margin-right: 10%;
    }
}

@media all and (max-width: 1100px) {
    .site-footer .static {
        padding: 0 60px;
    }

    .site-footer-contacts-inner {
        padding: 35px 0 35px;
        flex-direction: column;
    }

    .site-footer__phone {
        width: auto;
        margin: 0 0 35px;
        text-align: center;
        padding: 0;
    }

    .site-footer__address {
        width: auto;
        margin: 0;
        padding: 0;
        font-size: 16px;
        line-height: 18px;
        text-align: center;
    }

    .site-footer__address-inner {
        width: auto;
    }

    body .smart-basket__input-wrapper {
        width: 70%;
    }
}

@media all and (max-width: 1000px) {
    .newcontent {
        margin-top: 75px;
    }
}

@media all and (max-width: 860px) {
    .product-color-popup__wrap {
        margin: 30px;
        width: calc(100% - 60px);
    }
}

@media all and (max-width: 768px) {
    .products-item__slider.owl-carousel .owl-dots {
        bottom: 10px;
    }

    .products-item__popup {
        bottom: 40px;
    }

    .utp-img {
        margin: -50px -20px 10px;
    }

    body .smart-basket__product-item {
        flex-wrap: nowrap;
    }

    body .smart-basket__product-quantity {
        width: 100px;
        flex-shrink: 0;
    }

    body .smart-basket__product-quantity-state {
        width: 40px;
    }

    body .smart-basket__user-info {
        display: flex;
        justify-content: center;
    }

    body .formclose {
        height: 50px;
    }

    body .smart-basket__send-form{
        height: 50px;
    }

    body .smart-basket__input-wrapper {
        width: 100%;
    }
}

@media all and (max-width: 640px) {
    .newcontent {
        margin-top: 70px;
    }
}

@media all and (max-width: 560px) {
    body .formclose {
        width: 100%;
        margin: 20px 0 0;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 5px 10px;
        order: 5;
    }

    body .smart-basket__send-form{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 5px 10px;
    }
}

@media all and (max-width: 520px) {
    .order-note {
        margin-left: -10px;
        margin-right: -10px;
    }

    .order-note__inner {
        font-size: 17px;
    }

    body .products-item__discount {
        width: 102px;
        height: 93px;
        font-size: 21px;
        padding-top: 6px;
        top: -78px;
        right: -22px;
    }

    body .products-item__name {
        padding-left: 70px;
        padding-right: 70px;
    }

    body .products-item__cat {
        margin-left: 70px;
        margin-right: 70px;
    }

    .category-catalog-wr-inner .tmn {
        padding-left: 0;
        padding-right: 0;
    }

    .category-catalog-wr-inner .tmn ul li a {
        padding: 5px;
        font-size: 11px;
        font-weight: normal;
    }
    .category-catalog-wr-inner .tmn ul li {
        flex-grow: 1;
        width: auto;
        margin: 0 2px;
    }
}

@media all and (max-width: 480px) {
    .lg-outer .prices {
        display: flex;
    }

    body .lg-outer .products-item__buy {
        margin-left: 15px;
        margin-bottom: 0;
    }
}

@media all and (max-width: 460px) {
    .tmn ul li a {
        padding: 5px;
        font-size: 11px;
        font-weight: normal;
    }
    .tmn ul li {
        flex-grow: 1;
        width: auto;
        margin: 0 2px;
    }

    .site-footer .popup-text {
        margin-top: 8px !important;
    }
}

@media all and (max-width: 400px) {
    body .products-item__discount {
        top: -70px;
    }

    .utp-img {
        margin: -50px -10px 10px;
    }

    body .products-item__name {
        padding-top: 16px;
        font-size: 20px;
        line-height: 1;
        margin-bottom: 0;
    }

    body .products-item__cat {
        padding: 3px 5px;
        font-size: 12px;
        margin-bottom: 9px;
    }

    body .smart-basket__product-name img {
        margin-right: 5px;
        max-width: 50px;
        max-height: 50px;
    }

    .newcontent__title {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media all and (max-width: 360px) {
    .product-color-popup__wrap {
        margin: 20px;
        width: calc(100% - 40px);
        padding: 15px 15px 20px;
        font-size: 16px;
        word-break: break-word;
    }

    .product-color-popup__wrap h2{
        font-size: 20px;
    }

    .site-footer__phone {
        font-size: 22px;
    }

    .site-footer {
        padding: 0 0 80px;
    }

    .site-footer-contacts-inner {
        padding: 30px 0;
    }

    .site-footer__phone {
        margin: 0 0 30px;
    }

    body .products-item__name {
        font-size: 15px;
        letter-spacing: -0.3px;
    }

    body .smart-basket__product-quantity {
        width: 80px;
        margin-right: 10px;
    }

    body .smart-basket__add-item, body .smart-basket__remove-item {
        width: 20px;
    }
}

@media all and (max-width: 331px) {
    .order-note {
        margin-left: -15px;
        margin-right: -15px;
    }

    .order-note__inner {
        font-size: 16px;
    }

    .category-catalog-wr {
        margin-top: 179px !important;
    }
}
a.products-item__name {
    display: block;
    text-decoration: none;
}
a.products-item__name:hover {
    text-decoration: underline;
}
.products-item__slider .owl-item > a {
    display: block;
    width: 100%;
}