.site-header{
    z-index: 101;
}
.menu{
    width: 160px;
}
.mobile-header__menu-button{
    width: 100px;
    background-color: #a32222;
}
.mobile-header__menu-text{
    color: #fff;
    margin-left: 10px;
}
.mobile-header__logo{
    margin: 0 auto;
}
.mobile-header__indicators{
    margin-left: 0;
}
.btn-shadow{
    box-shadow: 0px 3px 10px rgba(0,0,0,.5);
}
.block-features__title{
    /*font-size: 16px;*/
}
.product-card__image img{
    max-height: 100%;
    max-width: 100%;
}
.view-options__control{
    position: relative;
    height: 32px;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
}
.view-options__control .topbar-dropdown__btn svg{
    top: calc(50% - 1px);
}
.topbar-dropdown__body, .topbar-dropdown--opened .topbar-dropdown__body{
    z-index: 3;
}
.products-list{
    position: relative;
}
/*.block-products-carousel__slider{
    max-width: 100%;
}*/
.block-products-carousel{
    overflow: hidden;
}
.products-list .block-products-carousel__preloader{
    bottom: 0;
    z-index: 3;
}
.products-list .block-products-carousel__preloader:after{
    left: calc(50% - 50px);
    top: 50px;
}
.product__price-title{
    font-size: 1rem;
    margin-bottom: 0;
}
.menu__item-link:hover{
    background: #e2e2e2;
}
.menu__item-link.asc, .menu__item-link.active{
    background: #f2f2f2;
}
.block-slideshow__slide-blur .block-slideshow__slide-image:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    left: 0;
    top: 0;
    opacity: 1;
}
.block-slideshow__slide-title, .block-slideshow__slide-text{
    color: #fff;
    text-shadow: 0px 0px 5px #000;
}
.block-slideshow__slide-content {
    width: calc(100% - 46px);
}
.block-slideshow__slide-text{
    font-size: 16px;
    font-weight: 400;
    max-width: 90%;
}
.block-slideshow__slide-image--mobile{
    /*background-position: top left;*/
    background-size: cover;
}
@media (max-width: 767px) {
    .block-slideshow__slide-content {
        width: 90%;
    }
    .block-slideshow__slide-text{
        max-width: 100%;
    }
}
#cart{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#cart .empty{
    padding: 20px 16px;
    border-bottom: 1px solid #ebebeb;;
}
.cart__buttons {
    width: auto;
}
.cart__buttons dl{
    background: #f7f7f7;
    border: 1px solid #e5e5e5;
    font-size: 15px;
    display: flex;
    margin-bottom: 0;
    align-items: center;
    padding: 0 10px;
}
.cart__buttons dl:not(:last-child){
    margin-right: 10px;
}
.cart__buttons dt, .cart__buttons dd{
    margin-bottom: 0;
    font-weight: 400;
}
.cart__buttons dd{
    font-weight: 700;
    margin-left: 5px;
}
.cart__coupon-form{
    flex-wrap: nowrap;
    width: auto;
}
.cart__coupon-form .form-control {
    width: 45%;
}
.coupon{
    font-family: 'Gotham Pro Bold', sans-serif;
    font-size: 14px;
    color: #cc3333;
    margin-left: 15px;
    border: 2px solid #cc3333;
    padding: 5px 5px;
    vertical-align: middle;
    display: flex;
    align-items: center;
    white-space: nowrap;
}
.coupon .label{
    display: flex;
    align-items: center;
}
.coupon .close {
    opacity: 1;
    background-color: #cc3333;
    border: 1px solid #cc3333;
    color: #fff;
    margin-left: 5px;
    padding: 0 5px;
    font-size: 20px;
    -webkit-transition: all 100ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    transition: all 100ms ease;
}
.coupon .close:hover{
    color: #cc3333;
    background-color: #fff;
}
@media (min-width: 768px) and (max-width: 991px) {
    .cart__coupon-form {
        flex-wrap: wrap;
    }
    .coupon{
        margin: 10px 0 0;
    }
}
@media (max-width: 767px){
    .coupon{
        margin: 15px 0 0 0;
    }
    .cart__coupon-form {
        width: 100%;
        flex-wrap: wrap;
    }
    .cart__buttons{
        width: 100%;
    }
    .cart__buttons dl{
        padding: 2px 10px;
    }
    .cart__buttons dl:not(:last-child){
        margin: 0 0 5px 0;
    }
}
.payment-methods__item-description p:last-child{
    margin-bottom: 0;
}
.toast{
    border: none;
    font-size: 1rem;
    max-width: 500px;
}
.toast-message a{
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    color: currentColor;
    background: rgba(0, 0, 0, .2);
    border-radius: 2px;
    padding: 1px 5px 2px;
    transition: all 200ms;
}
.toast-message a:hover {
    background: rgba(0, 0, 0, .4);
    color: #fff;
}
.form-group.error .form-control{
    border-color: #cc3333;
}
.form-group .errorMessage{
    color: #cc3333;
}
.form-check, .form-check-label{
    cursor: pointer;
}
.reviews-content{
    margin-top: 0;
}
.reviews-page .product-tabs__content{
    /*padding: 25px 15px;*/
    padding-bottom: 15px;
}
.product-tabs__item{
    font-size: 16px;
    white-space: nowrap;
}
.product-tabs__list-container::after, .product-tabs__list-container::before {
    width: 0;
}
.alert{
    margin-top: 20px;
}
.alert p{
    margin-bottom: 0;
}
.alert a {
    padding: 3px 5px;
}
.review{
    position: relative;
}
.review__content{
    max-width: 100%;
}
.review__photo{
    margin-top: 15px;
    height: 200px;
    width: 400px;
    position: relative;
}
.review__photo img{
    max-width: 100%;
    max-height: 100%;
}
.page-link--with-two-arrow{
    white-space: nowrap;
}
.page-link--with-two-arrow .page-link__arrow{
    display: inline-block;
    position: absolute;
    fill: currentColor;
    top: 10px;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.page-link--with-two-arrow .page-link__arrow:first-child{
    left: 3px;
    right: auto;
}
.page-link--with-two-arrow .page-link__arrow:last-child{
    left: auto;
    right: 3px;
}
@media (max-width: 767px){
    .review__photo{
        max-width: 100%
    }
}
.review__text{
    overflow: hidden;
}
.review__text img{
    max-width: 350px;
    height: auto !important;
}
.spoiler__trigger-container{
    margin-top: 10px;
    display: none;
}
.spoiler__trigger{
    color: #9c9c9c;
    text-decoration: underline;
}
.spoiler__trigger:hover{
    color: #cc3333;
    text-decoration: none;
}
.reviews__pagination{
    margin-top: 15px;
}
.reviews-page .summary, .product-tabs__content .summary{
    text-align: center;
    font-size: 14px;
    margin-top: 5px;
}
@media (max-width: 767px){
    .reviews-page .summary, .product-tabs__content .summary{
        font-size: 12px;
    }
}
.reviews-page .reviews-view__form{
    margin-top: 0;
    padding-top: 0;
    border: none;
}
.choose-button input{
    display: block;
}
.reviews-list__content{
    margin-bottom: 36px;
}
.reviews-list__pagination{
    margin-top: 0;
}
.product-page .reviews-list__item:last-child{
    border-bottom: none;
}
.reviews-view__header{
    margin-bottom: 5px;
}
.reviews-view__header span{
    text-transform: lowercase;
}
@media (max-width: 1023px) {
    .reviews-view__header{
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .reviews-view__header{
        font-size: 21px;
    }
}
.product-page .reviews-list{
    margin-top: 25px;
}
.product-page .reviews-view__form{
    margin-top: 20px;
    padding-top: 30px;
}
@media (max-width: 767px){
    .block-slideshow__slide-text{
        display: block;
    }
}
.widget-posts__product .widget-posts__item {
    margin-top: 0;
}
.widget-posts__product .widget-posts__item:nth-child(n+3) {
    margin-top: 22px;
}
.widget-posts__product .widget-posts__read-more{
    margin-top: 10px;
}

@media (max-width: 767px){
    .widget-posts__product .widget-posts__item {
        margin-top: 0;
    }
    .widget-posts__product .widget-posts__item:nth-child(n+2) {
        margin-top: 22px;
    }
}

.order-list__column-price{
    text-align: center;
}

.order-list__footer .order-list__column-total{
    font-weight: 600;
    color: #cc3333;
}
.address-card__row-highlight{
    background-color: rgba(0,0,0,.1);
    border-radius: 5px;
}
.bounced-email{
    border: none;
    font-size: 15px;
    line-height: 20px;
    padding: .5rem .75rem;
    background: #ffb8b8;
    color: #473333;
}
.address-card__row-additional{
    display: none;
    border: none;
    font-size: 13px;
    line-height: 18px;
    margin-top: .5rem;
    padding: .5rem .75rem;
    background: #d9d9d9;
    color: #4d4d4d;
}
.bounced-email + .address-card__row-additional{
    display: block;
}
.address-card__row-additional a{
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    color: currentColor;
    background: hsla(0,0%,100%,.5);
    border-radius: 1.5px;
    padding: 0 3px;
}
.address-card__row-additional a:hover{
    background: hsla(0,0%,100%,.85);
}
@media (max-width: 575px) {
    .order-list__header .order-list__column-price,
    .order-list__subtotals .order-list__column-price,
    .order-list__footer .order-list__column-price {
        display: none;
    }
    .order-list__products .order-list__column-price:before {
        content: attr(data-title) " ";
    }
    .order-list__products .order-list__column-price{
        margin-top: .625rem;
        margin-bottom: -.125rem;
        margin-right: 1.25rem;
    }
    .order-list__footer{
        font-size: 18px;
    }
    .order-list__footer .order-list__column-total{
        width: 35%;
    }
}
.typography li{
    margin-bottom: .3em;
}
.products-view__description .typography{
    overflow-x: auto;
}
.typography table {
    border-collapse: collapse;
    font-size: 14px;
    width: 100%;
}

@media (max-width: 575px) {
    .typography table {
        font-size: 12px;
    }
    .typography h2{
        font-size: 28px;
    }
    .typography h3{
        font-size: 24px;
    }
    .typography h4{
        font-size: 20px;
    }
}
.typography table tr:nth-of-type(odd){
    background-color: #f9f9f9;
}
.typography table tr:hover{
    background-color: rgba(0,0,0,.05);
}
.typography table td,
.typography table th {
    padding: 5px;
    border: 1px solid #ddd;
    vertical-align: top;
}
.typography table thead td,
.typography table th {
    font-weight: bold;
    border-bottom-color: #888;
}
.typography iframe{
    max-width: 100%;
}
.footer-contacts__contacts a{
    color: inherit;
    -webkit-transition: .15s;
    transition: .15s;
}
.footer-contacts__contacts a:hover{
    color: #c33
}
.footer-contacts__contacts a.btn-primary{
    color: #fff;
    padding: .375rem .75rem;
}
.category-view .product-card__name{
    color: #c33
}
.category-view .product-card__name:hover{
    text-decoration: underline;
}
.category-view .product-card__features-list a:hover{
    text-decoration: underline;
}
.block-sidebar--offcanvas--mobile{
    z-index: 10001;
}
.widget-filters__actions{
    display: flex;
    position: sticky;
    bottom: 0;
    background: #f0f0f0;
    padding: 0;
    width: calc(100% + 40px);
    margin: 0 -20px;
    justify-content: space-between;
}
.widget-filters__items-found{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    font-size: 14px;
    padding: 10px 0;
}
#filter-items{
    margin-right: 2pt;
}
#clear-filter{
    margin-left: auto;
    border-left: 1px solid #cbcbcb;
    color: #cbcbcb;
    fill: #575757;
    border-radius: 0;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
#clear-filter:hover, #clear-filter:active{
    border-color: #cbcbcb;
    background: #cbcbcb;
}
.products-view__description{
    border: 2px solid #f0f0f0;
    border-radius: 2px;
    margin-bottom: 30px;
    padding: 0 0 30px;
}
.products-view__description-header{
    border-bottom: 2px solid #f0f0f0;
    padding: 15px 30px 15px 80px;
    position: relative;
    font-size: 28px;
    font-weight: 700;
}
.products-view__description-header:before{
    content: '';
    background: url(../images/info.svg) left center no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    left: 30px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 40px;
    height: 40px;
}
.products-view__description .typography{
    padding: 15px 30px 0;
}
.product-card__last-price{
    font-size: 14px !important;
}
.product-card__last-price .product-card__price-title{
    font-size: 14px;
    font-weight: normal;
}
@media (max-width: 767px){
    .products-view__description-header{
        padding-left: 65px;
        padding-right: 15px;
        font-size: 22px;
    }
    .products-view__description-header:before{
        left: 15px;
        width: 35px;
        height: 35px;
    }
    .products-view__description .typography{
        padding: 15px 15px 0;
    }
    .products-view__description .typography h3{
        font-size: 24px;
    }
}

.products-list[data-layout="list"] .product-card .product-card__addtocart{
    display: block;
}
.products-list[data-layout="list"] .product-card .product-card__prices{
    font-size: 16px;
    margin-top: 10px;
}
.products-list[data-layout="list"] .product-card .product-card__old-price{
    margin-top: 5px;
    display: block;
}
.products-list[data-layout="list"] .product-card .product-card__actions{
    width: 210px;
}
.products-list[data-layout="list"]  .product-card__buttons{
    margin-top: 10px;
}
@media (min-width: 768px){
    .products-list[data-layout="list"] .product-card .product-card__image{
        width: 140px;
    }
}
.products-list[data-with-features="false"] .product-card .product-card__features-list li:nth-child(n+4){
    display: none;
}

@media (max-width: 767px){
    .product-tabs--stuck .product-tabs__item{
        font-size: 14px;
    }
}
.block-products-carousel[data-layout^="grid-"] .product-card .product-card__image{
    max-height: 350px;
}
.block-products-carousel[data-layout^="grid-"] .product-card .product-card__image>a{
    height: 100%;
    display: block;
}
.block-products-carousel[data-layout^="grid-"] .product-card .product-card__image img{
    width: auto;
    margin: 0 auto;
}
.subcat-card {
    padding: 10px 0;
}
.subcat-card .product-card__info{
    align-items: center;
    justify-content: center;
    text-align: center;
}
/*.reviews-page .reviews-list__content{*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*}*/
/*.reviews-page .reviews-list__item {*/
/*    width: 32%;*/
/*    margin-right: 2%;*/
/*}*/
/*.reviews-page .reviews-list__item:nth-child(3n){*/
/*    margin-right: 0;*/
/*}*/
.totop__body{
    bottom: 75px;
}

.g-recaptcha{
    margin-bottom: 15px;
}

.search--location--widget{
    position: relative;
    z-index: 1;
}
.suggestions--location--widget {
    position: absolute;
    -webkit-box-shadow: 0 1px 15px rgba(0,0,0,.2);
    box-shadow: 0 1px 15px rgba(0,0,0,.2);
    background: #fff;
    color: #3d464d;
    left: -12px;
    top: -12px;
    width: calc(100% + 24px);
    padding-top: 60px;
    padding-bottom: 10px;
    border-radius: 2px;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity .2s,visibility 0s .2s;
    transition: opacity .2s,visibility 0s .2s;
    z-index: -1;
}
.search--location--widget.search--has-suggestions.search--suggestions-open .search__suggestions {
    -webkit-transition-delay: 0s,0s;
    transition-delay: 0s,0s;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.suggestions--location--widget .suggestions__item:hover:before {
    background: rgba(0, 0, 0, 0.03);
}

.suggestions--location--widget .suggestions__item-meta {
    color: #999;
}
.site-header__topbar{
    margin-bottom: 10px;
}
.site-footer{
    padding-bottom: 50px;
}
.alert-top{
    /*background-color: #cc3333;*/
    /*color: #fff;*/
    margin: 0;
    text-align: center;
}
.chatbro_container .chatbro_movable_chat{
    z-index: 10000 !important;
}
#toast-container.toast-copied .toast.toast-success {
    background-image: none !important;
    width: auto;
    padding: 7px 15px;
    opacity: .9;
    font-size: .925rem;
}
.order-pay{
    display: flex;
    width: 100%;
}
.pay-btn{
    /*display: block;*/
    /*width: auto;*/
    /*height: auto;*/
    /*padding: .5em 2em;*/
    margin: 2rem auto 0;
}
.pay-btn.btn-loading {
    color: #ffffff;
}
.pay-container{
    width: 100%;
    max-width: 720px;
    text-align: center;
    text-align-last: center;
}
.pay__back-link{
    display: inline-block;
    font-size: 14px;
    color: #afafaf;
    border: 1px solid #ddd;
    border-radius: 50px;
    margin-top: 1rem;
    padding: .5em 1em;
}
.pay-card__badge {
    right: auto;
    left: .75rem;
    line-height: inherit;
}
.pay-data{
    /*margin-top: 2rem;*/
    /*border: 2px solid #cc3333;*/
    /*border-radius: 2px;*/
    /*padding: 1rem;*/
    /*line-height: 1.4;*/
}
.order-pay .payment-methods__item-title {
    text-align: left;
    text-align-last: left;
}
.pay-data p{
    margin: 0;
}
.pay-data__card-info{
    border: 1px solid #cc3333;
    padding: .75rem;
    border-radius: 2px;
}
.pay-timer{
    display: flex;
    justify-content: center;
    color: #cc3333;
}
.pay-success{
    /*border: 2px solid #cc3333;*/
    /*border-radius: 5px;*/
    font-size: 21px;
    margin: 2rem;
    /*padding: 1rem;*/
}
.pay-success .order-success__icon {
    margin-bottom: 1rem;
}
.pay__bank-name{
    margin-top: 1rem;
}
.pay-data__notification{
    margin-bottom: 1rem;
}
.pay-data .box{
    display: inline-flex;
    font-size: 16px;
    margin: 1rem auto;
    padding: .5rem;
    background: #f7f7f7;
    border: 1px solid #e5e5e5;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: 0.2s all ease;
    transition: 0.2s all ease;
}
.pay-data .box:hover, .pay-data .box:focus{
    background-color: #f1f1f1;
    border-color: #e5e5e5;
}
.pay-data__notification-check {
    cursor: pointer;
}
.notification-checked{
    background-color: #dafec1 !important;
    border-color: #90c66a !important
}
.pay-data .checkmark{
    align-self: center;
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    margin-right: 1rem;
    min-width: 20px;
}
.box input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 1px solid #b6c5d7;
    border-radius: 15%;
}
.box input:checked ~ .checkmark {
    background-color: #cc3333;
    border-color: #cc3333;
    -webkit-transition: 0.2s all ease;
    transition: 0.2s all ease;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.box input:checked ~ .checkmark:after {
    display: block;
}
.box .checkmark:after {
    left: 6px;
    top: 3px;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.pay-data__notification-text{
    order: 1;
}
.pay-data__hidden{
    margin-bottom: 1rem;
}
.copy-block {
    cursor: pointer;
    display: inline-flex;
    margin: 0 auto;
    padding: 0 .5rem;
    align-items: center;
    justify-content: center;
}
.copy-block:active{
    background-color: #dcdcdc;
}
.copy-icon {
    opacity: .5;
    margin-left: 8px;
}
.copy-block:hover .copy-icon{
    opacity: 1;
}

.pay__bank-name{
    margin-top: 1rem;
}
.radarpay-wrapper .box{
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    position: relative;
    margin-bottom: 1rem;
    cursor: pointer;
    font-size: 16px;
    color: #1a1a1a;
    line-height: 1.5em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
@media screen and (max-width: 560px) {
    .pay-container {
        /*font-size: 16px;*/
    }

    .pay-data {
        /*padding: .5rem;*/
        /*line-height: 1.25;*/
    }

    .pay-data .box {
        font-size: 13px;
        text-align: left;
    }

    .pay-success {
        font-size: 18px;
        margin: 1rem 0;
    }
}
@media all and (max-width: 374px) {
    .pay-container{
        /*font-size: 14px;*/
    }
    .pay-success{
        /*font-size: 16px;*/
    }
}