/* start header */
.logo_mobile {
    max-width: 160px;
}
.header__toolbar-mobile {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    border-bottom: 1px solid #eeebe2;
    background: #fff;
}
.toolbar-mobile__container {
    height: 45px;
    padding: 5px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.toolbar-mobile__item_1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.toolbar-mobile__item_2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 160px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.toolbar-mobile__item_3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.toolbar-mobile__button {
    display: inline-block;
    height: 25px;
    width: 25px;
    cursor: pointer;
}
.toolbar-mobile__btn-menu {
    background: url('/catalog/view/theme/default/image/header/menu_mobile.png') no-repeat center center transparent;
}
.toolbar-mobile__btn-search {
    margin: 0 0 0 5px;
    background: url('/catalog/view/theme/default/image/header/search_mobile.png') no-repeat center center transparent;
}
.toolbar-mobile__btn-cart {
    background: url('/catalog/view/theme/default/image/header/cart_mobile.png') no-repeat center center transparent;
}
@media (max-width: 991px) {
    .toolbar__menu {
        max-height: 480px;
        overflow-y: scroll;
    }
}
.toolbar-menu__item .toolbar-menu__item {
    padding: 0 0 12px;
}
.toolbar-menu__heading {
    position: relative;
    padding: 0 25px 0 0;
}
.toolbar-menu__heading:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.toolbar-menu__heading:before, .toolbar-menu__heading:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto 0;
    width: 10px;
    height: 2px;
    background: #000;
}
.toolbar-menu__active::after {
    visibility: hidden;
}
.toolbar-menu__link {
    display: block;
    cursor: pointer;
}
@media (max-width: 991px) {
    .header__container {
        padding: 45px 0 0 0;
    }
}
.header__toolbar-desctop {
    padding: 9px 0;
    background: #000;
}
.toolbar-desctop__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.toolbar-desctop__item {
    display: inline-block;
    margin: 0 30px 0 0;
}
.toolbar-desctop__item:last-child {
    margin: 0;
}
.toolbar-desctop__item_currency {
    margin: 0 60px 0 0;
}
.toolbar-desctop__item_language {
    margin: 0 60px 0 0;
}
.toolbar-desctop__link {
    color: #fff;
    font-size: 14px;
}
.toolbar-desctop__link:hover, .toolbar-desctop__link:active, .toolbar-desctop__link:focus {
    color: #fff;
    text-decoration: underline;
}
.toolbar-desctop__link_account {
    text-transform: uppercase;
    text-decoration: underline;
    padding: 0 0 0 40px;
    background: url('/catalog/view/theme/default/image/header/account.png') no-repeat 0 0 transparent;
    height: 26px;
    font-size: 13px;
    display: inline-block;
    line-height: 21px;
}
.toolbar-desctop__link_currency, .toolbar-desctop__link_currency:active, .toolbar-desctop__link_currency:hover, .toolbar-desctop__link_currency:focus {
    display: flex;
    align-items: center;
    color: #ed9bf1;
    text-decoration: underline;
    background: transparent;
    border: 0;
    padding: 0;
    outline: 0;
}
@media (max-width: 991px) {
    .toolbar-desctop__link_currency, .toolbar-desctop__link_currency:active, .toolbar-desctop__link_currency:hover, .toolbar-desctop__link_currency:focus {
        color: #000;
        font-size: 15px;
        font-weight: 600;
        text-transform: uppercase;
        text-decoration: none;
        border: 0;
        padding: 0;
        outline: 0;
    }
}
.toolbar-desctop__link_language, .toolbar-desctop__link_language:active, .toolbar-desctop__link_language:hover, .toolbar-desctop__link_language:focus {
    display: flex;
    align-items: center;
    color: #ed9bf1;
    text-decoration: underline;
    background: transparent;
    border: 0;
    padding: 0;
    outline: 0;
}
@media (max-width: 991px) {
    .toolbar-desctop__link_language, .toolbar-desctop__link_language:active, .toolbar-desctop__link_language:hover, .toolbar-desctop__link_language:focus {
        color: #000;
        font-size: 15px;
        font-weight: 600;
        text-transform: uppercase;
        text-decoration: none;
        border: 0;
        padding: 0;
        outline: 0;
    }
}
.header__ctrl {
    margin: 10px 0;
}
@media (max-width: 991px) {
    .header__ctrl {
        margin: 0 0 20px;
        padding: 80px 0 0 0px;
    }
}
@media (max-width: 767px) {
    .header__ctrl {
        margin: 0 0 25px;
        padding: 70px 0 0 0px;
    }
}
.header-ctrl__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header-ctrl__content_1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
}
@media (max-width: 991px) {
    .header-ctrl__content_1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}
.header-ctrl__content_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
}
@media (max-width: 1199px) {
    .header-ctrl__content_2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 55%;
        flex: 0 0 55%;
    }
}
.header-ctrl__content_3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
}
@media (max-width: 1199px) {
    .header-ctrl__content_3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 15%;
        flex: 0 0 15%;
    }
}
.header__contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 0 0 35px;
}
.header__contacts_telephone {
    background: url('/catalog/view/theme/default/image/header/telephone.png') no-repeat 0 center transparent;
}
.header__contacts_address {
    background: url('/catalog/view/theme/default/image/home/instagram.svg') no-repeat 0 center transparent;
	background-size: 25px 25px;
}


.header__telephone {
    font-size: 18px;
    font-weight: 700;
}
.header__recall {
    text-decoration: underline;
    font-size: 12px;
    font-weight: 400;
}
.header__recall:hover, .header__recall:active, .header__recall:focus {
    text-decoration: underline;
}
.header__status {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.status__item {
    margin: 0 20px 0 0;
}
.status__item:last-child {
    margin: 0;
}
.status__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
    cursor: pointer;
}
.status__count_mobile {
    display: inline-block;
    margin: 0 0 0 5px;
    position: relative;
    top: -1px;
    height: 20px;
    width: 20px;
    line-height: 20px;
    font-size: 12px;
    font-weight: 500;
    border-radius: 50%;
    text-align: center;
    background: #96009f;
    color: #fff;
}
.status__count_cart_mobile {
    top: 2px;
    right: -9px;
}
.status__count {
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-weight: 700;
}
.status__image {
    /*height: 60px;
    width: 40px;*/

    height: 44px;
    width: 25px;
}
.status__image_compare {
    background: url('/catalog/view/theme/default/image/header/compare.png') no-repeat center center transparent;
}
.status__link:hover .status__image_compare {
    background: url('/catalog/view/theme/default/image/header/compare_hover.png') no-repeat center center transparent;
}
.status__image_wishlist {
    background: url('/catalog/view/theme/default/image/header/wishlist.png') no-repeat center center transparent;
}
.status__link:hover .status__image_wishlist {
    background: url('/catalog/view/theme/default/image/header/wishlist_hover.png') no-repeat center center transparent;
}
.status__image_cart {
    background: url('/catalog/view/theme/default/image/header/cart.svg') no-repeat center center transparent;
}
.status__link:hover .status__image_cart {
    background: url('/catalog/view/theme/default/image/header/cart_hover.png') no-repeat center center transparent;
}
.status__price {
    margin: 0 0 0 5px;
}
.header__navigate {
    background: #000;
    position: relative;
}
.header__navigate_home {
}
.navigate__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.navigate__content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 40px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 50px);
    flex: 0 0 calc(100% - 50px);
}
.navigate__item_search {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.navigate__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-transform: uppercase;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 400;
    font-size: 17px;
    cursor: pointer;
    color: #fff;
}
@media (max-width: 1199px) {
    .navigate__link {
        font-size: 13px;
    }
}
.navigate__item:hover .navigate__link {
    text-decoration: underline;
    color: #fff;
}
.navigate__link_special {
    padding: 0 40px;
    background: #96009f
}
.navigate__sub {
    background: none;
    border: 0;
    left: 0;
    right: 0;
    position: absolute;
    top: 100%;
}
.navigate-sub__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    left: 0;
    top: 0;
    padding: 20px 17px;
    min-width: 200px;
    max-width: 940px;
    z-index: 100000 !important; /*reset jquery ui*/
    -webkit-transition-property: opacity, visibility;
    transition-property: opacity, visibility;
    -webkit-transition-duration: .3s, .3s;
    transition-duration: .3s, .3s;
    -webkit-transition-delay: .3s, .3s;
    transition-delay: .3s, .3s;
    -webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.1);
    box-shadow: 0 2px 2px rgba(0,0,0,0.1);
    background: #fff;
}
.navigate__item:hover .navigate-sub__container {
    opacity: 1;
    visibility: visible;
}
.navigate-sub__content {
    padding: 0 20px 0 0;
}
.navigate-sub__content:last-child {
    padding: 0;
}
.navigate-sub__item {
    line-height: 20px;
    margin: 0 0 14px 0;
}
.navigate-sub__item:hover span,
.navigate-sub__item:hover a {
    color: #96009f;
    text-decoration: underline;
}
.navigate-sub__item:last-child {
    margin: 0;
}
.navigate-sub__link {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
}
.navigate-sub__link:hover, .navigate-sub__link:active, .navigate-sub__link:focus {
    text-decoration: underline;
}
.header__search {
    display: none;
    padding: 10px 0;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #000;
    z-index: 999;
}
@media (max-width: 992px) {
    .header__search {
        display: block !important;
        background: #fff;
    }
}
.header__search_home {
}
.search__container {
    position: relative;
    display: block;
}
.search__input {
    width: 100%;
    height: 40px;
    padding-right: 45px;
    background: transparent;
    border-radius: 0 !important; /*reset jquery ui*/
}
@media (min-width: 992px) {
    .search__input {
        border: 1px solid #fff;
        color: #fff;
    }
    .search__input:hover, .search__input:focus, .search__input:active {
        border: 1px solid #fff;
        outline:0;
        -webkit-box-shadow:none;
        box-shadow:none;
        opacity: 1;
        color: #fff;
    }
    .search__input::-moz-placeholder {
        color: #fff !important;
        opacity: 1;
    }
    .search__input:-moz-placeholder {
        color: #fff !important;
        opacity: 1;
    }
    .search__input::-ms-input-placeholder {
        color: #fff !important;
        opacity: 1;
    }
    .search__input::-webkit-input-placeholder {
        color: #fff !important;
        opacity: 1;
    }
}
.search__button {
    text-align: center;

    height: 40px;
    width: 40px;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent;
    background-image: url('/catalog/view/theme/default/image/header/search.svg');
    cursor: pointer;
}

.dropdown__button_js {
	margin-top: 12px;
	margin-right: 12px;
	height: 17px;
	width: 17px;
}
.toolbar-menu__item .dropdown__button_js {
	width: 100%;
	padding-right: 0;
    margin-right: 0;
	height: auto;
}
.search__button:hover {
    background-image: url('/catalog/view/theme/default/image/header/search_hover.png');
}
.search__button_2 {
    position: absolute;
    top: 1px;
    right: 1px;
    text-align: center;
    height: 38px;
    width: 38px;
	margin-top: 0px;
    	margin-right: 0px;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #fff;
    background-image: url('/catalog/view/theme/default/image/header/search_hover.png');
    cursor: pointer;
}
.currency__arrow {
    height: 6px;
    width: 6px;
    position: relative;
    display: inline-block;
    margin: 0 0 0 8px;
}
.currency__arrow:after {
    content: '';
    position: absolute;
    border: 6px solid transparent;
    border-top: 5px solid #000;
    top: 0;
    left: 0;
}
.language__arrow {
    height: 6px;
    width: 6px;
    position: relative;
    display: inline-block;
    margin: 0 0 0 8px;
}
.language__arrow:after {
    content: '';
    position: absolute;
    border: 6px solid transparent;
    border-top: 5px solid #000;
    top: 0;
    left: 0;
}
.currency__menu {
    min-width: 80px;
}
.currency__select {
    color: #000;
    display: flex;
    align-items: center;
}
.currency__select:hover, .currency__select:focus, .currency__select:active {
    color: #000;
    text-decoration: underline;
}
.currency__img {
    margin: 0 0 0 5px;
}
@media (min-width: 992px) {
    .currency__arrow:after {
        border-top: 5px solid #fff;
    }
    .language__arrow:after {
        border-top: 5px solid #fff;
    }    
}
/* end header */
/* start footer */
.footer__container {
    padding: 36px 0 0;
    background: #1d0132;
}
.footer__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 10px;
}
@media (max-width: 991px) {
    .footer__content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.footer__item {
    margin: 0 0 20px;
}
.footer__item_1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
}
.footer__item_2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 17%;
    flex: 0 0 17%;
}
.footer__item_3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
}
.footer__item_4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
}
.footer__item_5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
}
@media (max-width: 991px) {
    .footer__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
        flex: 0 0 33%;
    }
    .footer__item_5 {
        padding: 20px 0 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
    .footer__heading_b2b {
        text-align: center;
    }
}
@media (max-width: 767px) {
    .footer__item {
        margin: 0;
    }
    .footer__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}
.footer__heading {
    display: block;
    margin: 0 0 14px 0;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    font-size: 20px;
    font-family: 'Spectral', serif;
}
@media (max-width: 767px) {
    .footer__heading {
        position: relative;
        margin: 15px 0;
        padding: 0 25px 0 0;
        cursor: pointer;
    }
    .footer__heading:before, .footer__heading:after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto 0;
        width: 10px;
        height: 2px;
        background: #fff;
    }
    .footer__heading_active:after {
        visibility: hidden;
    }
    .footer__heading:after {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .footer__heading_b2b, .footer__heading_b2b:hover {
        cursor: text;
    }
    .footer__heading_b2b:before, .footer__heading_b2b:after {
        display: none;
    }
    .footer__heading_4, .footer__heading_4:hover {
        cursor: text;
    }
    .footer__heading_4:before, .footer__heading_4:after {
        display: none;
    }
}
@media (max-width: 767px) {
    .footer__menu {
        padding: 10px 20px;
        text-align: center;
    }
}
@media (min-width: 768px) {
    .footer-menu__item {
        margin: 0 0 10px 0;
    }
    .footer-menu__item:last-child {
        margin: 0;
    }
}
@media (max-width: 767px) {
    .footer-menu__item {
        padding: 10px 0;
    }
}
.footer-menu__link {
    display: inline-block;
    color: #fff;

}
.footer-menu__link:hover, .footer-menu__link:active, .footer-menu__link:focus {
    color: #fff;
    text-decoration: underline;
}
@media (max-width: 767px) {
    .footer-menu__link {
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 700;
    }
}
.footer__subscribe {
    position: relative;
    margin: 0 0 27px;
}
.footer__subscribe .error, .footer__subscribe .success_str {
    position: absolute;
    left: 0;
    color: #fff;

}
.subscribe__content {
    position: relative;
}
.subscribe__input {
    width: 100%;
    padding: 10px 45px 10px 15px;
    background: #fff;
    border: 1px solid transparent;
}
.subscribe__input:hover, .subscribe__input:focus,.subscribe__input:active {
    border-color:transparent;
    outline:0;
    -webkit-box-shadow:none;
    box-shadow:none;
}
.subscribe__button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 40px;
    text-align: center;
    background: url("../image/footer/send.png") no-repeat center center #96009f;
    cursor: pointer;
}
.footer__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 15px;
}
.footer-social__item {
    margin: 0 10px 5px 0;
    height: 40px;
    width: 40px;
    cursor: pointer;
    background-position: center center;
    background-repeat: no-repeat;
}
.footer-social__item:last-child {
    margin-bottom: 0;
}


.footer-social__item_home::before {
    left: 0;
    background: url('../image/footer/social_1_hover.png') no-repeat center center transparent;
	    vertical-align: middle;
}


.footer-social__item_1 {
    background-image: url("../image/footer/social_1.png");
}
.footer-social__item_1:hover {
    background-image: url("../image/footer/social_1_hover.png");
}
.footer-social__item_2 {
    background-image: url("../image/footer/social_2.png");
}
.footer-social__item_2:hover {
    background-image: url("../image/footer/social_2_hover.png");
}
.footer-social__item_3 {
    background-image: url("../image/footer/social_3.png");
}
.footer-social__item_3:hover {
    background-image: url("../image/footer/social_3_hover.png");
}
.footer-social__item_4 {
    background-image: url("../image/footer/social_4.png");
}
.footer-social__item_4:hover {
    background-image: url("../image/footer/social_4_hover.png");
}
.footer__payment {
    display: inline-block;
    margin: 0 0 10px;
}
.footer-payment__item {
    display: inline-block;
    margin: 0 20px 0 0;
    height: 45px;
    width: 215px;
    background-position: center center;
    background-repeat: no-repeat;
}
.footer-payment__item:last-child {
    margin-bottom: 0;
}

.footer-payment__item_1 {
    background-image: url("../image/footer/payment_1.svg");
}
.footer-payment__item_2 {
    background-image: url("../image/footer/payment_2.svg");
}
.footer-payment__item_3 {
    background-image: url("../image/footer/payment_3.png");
}
.footer-payment__item_4 {
    background-image: url("../image/footer/payment_4.png");
}
.footer-payment__item_5 {
    padding: 10px 0 0 0;
    width: 153px;
    height: 70px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    background: url("../image/footer/payment_5.png") no-repeat center left;
}
.footer__powered {
    padding: 15px 0;
    color: #fff;
    font-size: 12px;
    background: #000;
    text-align: center;
}
.footer-powered__item {
    display: inline-block;
}
.footer-powered__link {
    color: #fff;
    font-size: 12px;
}
.footer-powered__link:hover, .footer-powered__link:active, .footer-powered__link:focus {
    color: #fff;
    text-decoration: underline;
}
@media (min-width: 992px) {
    .footer-powered__image {
        padding: 5px 0 0 0;
    }
}
.footer__info {
    color: #fff;
    margin: 0 0 30px;
}
/* end footer */
/* start home */
#content.home {
    padding: 0;
}
.home__slideshow {
    padding: 3px 0 0 0;
    margin: 0 auto;
    width: 100%;
    position: relative;
}
.home__banner {
    padding: 3px 0 0 0;
    margin: 0 0 20px;
}
.banner__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 767px) {
    .banner__content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.banner__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.1%;
    flex: 0 0 33.1%;
}
@media (max-width: 991px) {
    .banner__item {
        -webkit-box-flex: 0;
       -ms-flex: 0 0 33%;
       flex: 0 0 33%;
    }
}
@media (max-width: 641px) {
    .banner__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin: 0 0 4px;
    }
}
.banner__title {
    display: none;
}
.home-gallery__container {
    padding: 40px 0 40px;
    background: url("../image/home/bg_instagram.jpg") no-repeat center top;
    background-size: auto 100%;
}
.home-gallery__heading {
    text-align: center;
}
.home-gallery__link {
    display: inline-block;
    padding: 45px 0 0 0;
    margin: 0 0 47px;
    background: url("../image/instagram.png") no-repeat center top;
}
.home__brands {
    margin: 0 0 50px;
    padding: 40px 0 20px;
    border-top: 1px solid #eeebe2;
    border-bottom: 1px solid #eeebe2;
}
.home__product {
    padding: 30px 0 10px;
    margin: 0 0 30px;
}
.home__about {
    padding: 65px 0 70px;
    background: url("../image/home/bg_about.jpg") no-repeat center center;
    background-size: auto 100%;
}
@media(max-width: 1199px) {
    .home__about {
        background: #eaeaea;
    }
}
@media (min-width: 1200px) {
    .home-about__container {
        float: right;
        max-width: 800px;
    }
}
.home-about__heading {
    margin: 0 0 36px;
    padding: 0 0 16px;
    position: relative;
}
.home-about__heading:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    width: 66px;
    height: 1px;
    background: #96009f;
}
.home-about__button {
    text-align: center;
    padding: 33px 0 0 0px;
}
.home-about__content {
    margin: 0 0 80px;
    line-height: 26px;
    font-size: 20px;
}
.home-about__content p {
    margin: 0px 0 29px;
}
.home-about__content p:last-child {
    margin: 0;
}
.home__review {
    padding: 65px 0 70px;
    background: url("../image/home/bg_review.jpg") no-repeat center center;
}
@media (max-width: 991px) {
    .home__review {
        background: url("../image/home/bg_review_mobile.png") no-repeat bottom center #171719;
        padding: 65px 0 650px;
    }
}
@media (max-width: 450px) {
    .home__review {
        padding: 65px 0 600px;
        background-size: auto 100%;
    }
}
.home-review__heading {
    color: #fff;
    text-align: left;
    padding: 0 0 20px;
    position: relative;
}
.home-review__heading:before {
    content: '';
    position: absolute;
    left: 0;
    height: 1px;
    width: 80px;
    background: #96009f;
    bottom: 0;
}
.home-review__description {
    font-weight: 500;
    color: #fff;
    font-size: 15px;
    line-height: 24px;
    max-width: 560px;
    margin: 0 0 50px;
}
.home-review__name {
    color: #d4b99c;
    font-weight: 500;
    font-family: 'Merriweather', serif;
    font-size: 16px;
    font-style: italic;
    margin: 0 0 7px;
}
.home-review__address {
    color: #fff;
    font-weight: 500;
    margin: 0 0 40px;
}
.home-review__button:hover, .home-review__button:active, .home-review__button:focus {
    background: #96009f;
    color: #fff;
}
.home-review__button:hover:before {
    border-color: #fff;
}
.home-review__button:hover:after {
    background-color: #fff;
}
.home-info__content {
    margin: 0 0 40px;
}
.home-info__content .col-sm-4 {
    display: flex;
}
.home-info__item {
    margin: 0 0 20px;
    font-weight: 700;
    line-height: 19px;
    flex: 1;
}
.home-info__item p {
    margin-bottom: 5px;
}
.home-info__item p + p {
    margin-top: 20px;
}
.home-info__link {
    display: block;
    padding: 20px;
    color: #fff;
    font-size: 17px;
}
.home-info__link:hover, .home-info__link:active, .home-info__link:focus {
    color: #fff;
}
.home-info__item_1 {
    background: linear-gradient(to bottom, #7e74f1, #b176d2, #e477b0);
}
.home-info__item_2 {
    background: linear-gradient(to bottom, #fc696f, #fc805e, #fe914c);
}
.home-info__item_3 {
    background: linear-gradient(to bottom, #6e87d7, #56afe7, #49c4ee);
}
.home-info__title {
    text-transform: uppercase;
    margin: 0 0 30px;
    font-size: 20px;
    margin: 0 0 15px;
    display: block;
}
/* end home */
/*start vertical menu */
@media (min-width: 992px) {
    .filter__container {
    }
    .vertical-menu__container {
    }
    .vertical-menu__container + #ocfilter {
        padding: 30px 0 0 0;
        margin: 30px 0 0;
        border-top: 1px solid #e9e9e9;
    }
}
.vertical-menu__item {
    margin: 0 0 25px 0;
}
.vertical-menu__item:last-child {
    margin: 0;
}
.vertical-menu__link {
    font-weight: 700;
    text-transform: uppercase;
}
.vertical-menu__link:hover {
    text-decoration: underline;
}
@media (max-width: 991px) {
    .filter__dropdown {
        padding: 0;
        margin-bottom: 20px;
        border-top: 1px solid #eeebe2;
    }
}
.filter__content { /*for ocfilter.js*/
    padding: 0;
    overflow: visible !important;
}
.filter__item {
    position: relative;
    padding: 20px;
    border: 1px solid #eeebe2;
    border-top: 0;
}
.filter__title {
    display: inline-block;
}
.filter__title_dropdown {
    display: block;
    position: relative;
    padding-right: 25px;
    cursor: pointer;
}
.filter__title_dropdown:hover {
    color: #96009f;
}
.filter__title_dropdown:before, .filter__title_dropdown::after {
    content: '';
    position: absolute;
    top: 9px;
    right: 0;
    width: 10px;
    height: 2px;
    background: #eeebe2;
}
.filter__title_dropdown:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.filter__title_dropdown:hover:before, .filter__title_dropdown:hover:after {
    background: #96009f;
}
.filter__title_active:after { /*for ocfilter.js*/
    visibility: hidden;
}
.filter__title_indent {
    margin: 0 0 20px;
}
.filter__container_dropdown {
    display: none;
    margin: 20px 0 0 0;
}
.filter-option__item {
    margin: 0 0 5px 0;
}
.filter-option__item:last-child {
    margin: 0;
}
.filter__help {
    background: url('/catalog/view/theme/default/image/help.png') no-repeat center center;
    height: 21px;
    width:21px;
    vertical-align: middle;
    display: inline-block;
    cursor: pointer;
}
.help__description {
    display: none;
}
.filter__label {
    cursor: pointer;
}
.filter__input {
    margin: 0 5px 0 0;
    vertical-align: top;
}
.filter__option_price {
    padding: 0 5px;
}
/*end vertical menu */
/* start category */
.category__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    position: relative;
    margin: 0 0 50px;
    padding: 30px 0;
    min-height: 208px;
    color: #fff;
    background-color: #96009f;
    background-repeat: no-repeat;
    background-position: top center;
}
.category-header__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.category__heading {
    margin: 0 0 10px;
    font-size: 36px;
    text-transform: uppercase;

}
.category-breadcrumb__container {
    margin: 0;
}
.category-breadcrumb__item, .category-breadcrumb__item:hover, .category-breadcrumb__item:active, .category-breadcrumb__item:focus {
    color: #fff;
}
.category-menu__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
    margin: 0 0 20px 0;
}
.category-menu__button {
    width: 48%;
}
.category-menu__button+.category-menu__button {
}
@media (max-width: 450px) {
    .category-menu__button {
        font-size: 14px;
    }
}
.category-menu__container {
    margin-bottom: 50px;
    display: flex;
    overflow-x: auto;
	gap: 0 10px;
}
.category-menu__item {
    text-align: center;
    margin-bottom: 15px;
    display: flex;
}
.category-menu__item span {
    font-size: 13px;
}
.category__banner {
    margin-bottom: 30px;
}
.category__sub {
    margin-bottom: 50px;
}
.category-sub__item {
    margin-bottom: 30px;
}
.category-sub__img {
    margin-bottom: 15px;
}
.category-sub__title {
    text-transform: uppercase;
    font-size: 16px;
}
.category-sub__item:hover .category-sub__title {
    color: #96009f;
}
.category__sort {
    margin: 0 0 20px;
}
.category__sort .selectboxit-container {
    margin: 0 0 0 -5px;
}
.category__sort .selectboxit-arrow-container {
    width: 30px;
    float: right;
    position: relative;
}
.category__sort .selectboxit .selectboxit-option-icon-container {
    margin: 0 0 0 6px;
}
.category__sort .selectboxit-container span {
    height: 36px;
    line-height: 36px;
}
.sort__item {
    display: inline-block;
    line-height: 32px;
    margin-right: 20px;
}
.category__info {
    display: block;
    margin: 0 0 30px;
    padding: 30px 0 0;
    line-height: 22px;
}
.category-sort__select, .category-sort__select:active, .category-sort__select:focus, .selectboxit-container:hover .category-sort__select.selectboxit-btn {
    border-color: transparent;
}
.category__sort .selectboxit-container .category-sort__select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.category-units__container {
    padding: 20px 0 0;
}
.category-pagination__container {
    margin: 10px 0 0 0;
    padding: 20px 0 0;
    border-top: 1px solid #eeebe2;
}
.category-pagination__container_type-2 {
    margin: 0 0 30px 0;
    padding: 0;
    border: 0;
}
/* end category */
/* start manufacturer */
.manufacturer__category {
    margin: 0 0 50px;
}
.manufacturer-category__link {
    font-weight: 700;
    font-size: 16px;

    margin: 0 15px 5px 0;
}
.manufacturer__container {
    margin-bottom: 50px;
}
.manufacturer__container:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.manufacturer__heading {

    font-weight: 700;
    font-size: 24px;
    color: #96009f;
}
.manufacturer__link {
    display: block;/*fix ie*/
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
}
.manufacturer__title:hover, .manufacturer__title:active, .manufacturer__title:focus {
    text-decoration: underline;
}
.manufacturer__img {
    margin: 0 0 20px;
}
/* end manufacturer */
/* start product */
.goods__container {
    margin: 0 0 20px;
}
.goods__title {
    margin: 0 0 20px;
}
@media (max-width: 767px) {
    .goods__title {
        border: 0;
    }
}
.goods__image {
    position: relative;
    display: block !important; /*fix IE easyzoom*/
}
.goods__images {
    
}
.goods__property {
    margin: 0 0 30px;
}
.property__item {
    margin: 0 20px 0 0;
    font-size: 18px;
}
.property__link:hover, .property__link:active, .property__link:focus {
    color: #b9b9b9;
    text-decoration: underline;
}
.stock_in {
    color: #54ac24;
}
.stock_out {
    color: #ea0b0c;
}

@media(min-width: 768px) {
	.goods__images_container {
		display: flex;
		gap: 0 10px;
    }
	.goods__images {
		max-width: 100px;
	}
	.owl-carousel.thumbs_owl_js {
		display: flex;
        flex-flow: column;
        gap: 5px 0;
	}
	.thumbnail_js {
		border: 1px solid #dfdfdf;
		display: flex;
	}
}
@media(max-width: 450px) {
    .property__item {
        margin: 0 20px 10px 0;
    }
    .property__item:last-child {
        margin: 0;
    }
}
.goods__option {
    margin: 0 0 20px 0;
}
.option__container {
    margin: 0 0 10px;
}
.option__container:last-child {
    margin: 0;
}
.option__title {
    margin: 0 0 10px 0;
    font-size: 18px;
}
.option__item_size {
    width: 70px;
    margin: 5px;
    padding: 7px 5px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #eeebe2;
}
.option__item_size:hover {
    border: 1px solid #96009f;
}
.option__item_current {
    background-color: #96009f;
    color: #fff;
}
.option__item_current:hover {
    border: 1px solid #eeebe2;
}
.option__item_image {
    margin: 5px;
}
.option__image {
    border: 1px solid transparent;
}
.option__radio:checked+.option__label .option__image, .option__image:hover {
    border: 1px solid #96009f;
}
.option__label {
    margin: 0;
}
.option__radio+.option__label:before, .option__radio:checked+.option__label:before {/* reset label */
    content: unset;
}
.option__radio+.option__label:after, .option__radio:checked+.option__label:after {/* reset label */
    content: unset;
}
.option__checkbox + .option__label_checkbox {
    font-size: 13px;
    line-height: 22px;
    display: inline-block;
}
.option-checkbox__price {
    font-weight: 700;
    font-size: 14px;
    margin: 0 0 0 5px;
}
.option-color__container {
    margin: 0 -5px;
}
.goods-color__item {
    display: inline-block;
    max-width: 80px;
    margin: 5px;
    padding: 3px;
    text-align: center;
    background-color: #fff;
    border: 2px solid transparent;
}
.goods-color__item:hover, .goods-color__item_active {
    border: 2px solid #96009f;
}
.goods__price {
    margin: 0 0 35px;
    font-size: 38px;
    font-weight: 700;
}
.goods-price__item_old {
    position: relative;
    padding: 0 0 0 15px;
    font-size: 30px;
    font-weight: 500;
    text-decoration: line-through;
    color: #b9b9b9;
}
.goods__buttons {
    margin-bottom: 20px;
}
.goods-buttons__container {
    margin-bottom: 50px;
}
.goods-buttons__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 15px;
}
@media (max-width: 450px) {
    .goods-buttons__content {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.goods-buttons__content:last-child {
    margin: 0;
}
.goods-buttons__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 50px;
    margin: 0 2% 2% 0;
}
.goods-buttons__item:last-child {
    margin: 0;
}
.goods-buttons__count {
    font-size: 12px;
}
.goods-quantity__content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1px solid #e9e9e9;
}
.goods-quantity__edit:before, .goods-quantity__edit:after {
    position: absolute;
    content: '';
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 12px;
    height: 1px;
    background: #cfcfcf;
}
.goods-quantity__edit:hover:before, .goods-quantity__edit:hover:after {
    background: #000;
}
.goods-quantity__edit_plus:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.goods-quantity__edit {
    position: relative;
    width: 35px;
    height: 35px;
    display: inline-block;
    cursor: pointer;
}
.goods-quntity__input, .goods-quntity__input:hover, .goods-quntity__input:focus, .goods-quntity__input:active {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    padding: 0;
}
.goods-buttons__button {
    padding: 0 5px;
    cursor: pointer;
    color: #fff;
    font-weight: 700;
    background-color: #96009f;
    text-transform: uppercase;
}
.goods-buttons__button:hover {
    background: #96009f;
}
.goods-buttons__button_type-2 {
    margin: 0 30px 0 0;
    padding: 5px 0 5px 35px;
    color: #b9b9b9;
    cursor: pointer;
}
.goods-buttons__button_type-2:hover, .goods-buttons__button_type-2:active, .goods-buttons__button_type-2:focus {
    color: #96009f;
}
@media (max-width: 450px) {
    .goods-buttons__button_type-2 {
        margin: 2% 2% 0 0;
    }
}
.goods-buttons__wishlist {
    background: url('/catalog/view/theme/default/image/product/wishlist.png') no-repeat left center;
}
.goods-buttons__wishlist:hover {
    background: url('/catalog/view/theme/default/image/product/wishlist_hover.png') no-repeat left center;
}
.goods-buttons__compare {
    background: url('/catalog/view/theme/default/image/product/compare.png') no-repeat left center;
}
.goods-buttons__compare:hover {
    background: url('/catalog/view/theme/default/image/product/compare_hover.png') no-repeat left center;
}
.goods-buttons__cart {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 36%;
    flex: 0 0 36%;
    background-color: #000;
}
@media (max-width: 450px) {
    .goods-buttons__cart {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 65%;
        flex: 0 0 65%;
        margin: 0 0 2%;
    }
}
.goods-buttons__cart:hover {
    background: #221d1a;
}
.goods-buttons__callback {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
}
@media (max-width: 450px) {
    .goods-buttons__callback {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}
.goods__descriptions {
}
.goods-description__container {
}
.goods-description__information {
}
.goods-description__title_active + .goods-description__information {
}
.goods-download__item {
    margin: 7px 0;
}
.goods-download__icon {
    margin-right: 10px;
    font-size: 13px;
}
.goods-download__icon:hover, .goods-download__icon:focus, .goods-download__icon:active {
    text-decoration: underline;
}
.tabs__content {
    display: inline-block;
    width: 100%;
    padding: 20px;
    margin-bottom: 40px;
}
.tabs {
    display: table;
    width: 100%;
    border-bottom: 1px solid #eeebe2;
}
.tabs__link {
    float: left;
    z-index: 999;
    margin: 0 2px -1px 0;
    padding: 18px 30px;
    border-top: 1px solid #eeebe2;
    border-left: 1px solid #eeebe2;
    border-right: 1px solid #eeebe2;
    border-bottom: 1px solid #eeebe2;
    text-transform: uppercase;
    font-weight: 700;

}
.tabs__link.active, .tabs__link:hover {
    color: #96009f;
    border-bottom: 1px solid #fff;
}
@media (max-width: 767px) {
    .tabs__link {
        padding: 12px 15px;
        font-size: 14px;
    }
}
@media (max-width: 450px) {
    .tabs__link {
        width: 100%;
        text-align: center;
        font-size: 16px;
    }
    .tabs__link.active, .tabs__link:hover {
        border-bottom: 1px solid #eeebe2;
    }
}
.tabs__container {
    margin: 0 0 50px;
    padding: 30px 0 30px;
    border-bottom: 1px solid #eeebe2;
}
.tabs__description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.tabs-description__item {
}
@media(max-width: 991px){
    .tabs-description__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}
.tabs__information {
    line-height: 24px;
}
.tabs__information_max {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}
.goods__attribute {
    margin: 0 0 30px;
}
.goods__attribute:last-child {
    margin: 0;
}
.goods-attribute__tabl {
    border-top: 1px solid #eeebe2;
    border-bottom: 1px solid #eeebe2;
}
.goods-attribute__str {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.goods-attribute__str:first-child {
}
.goods-attribute__str:nth-of-type(odd) {
    background-color: #f9f6f1;
}
.goods-attribute__row {
    padding: 7px 10px;
}
.goods-attribute__heading {
    margin: 0 0 15px;
    font-size: 15px;
    font-weight: 700;
}
.goods-attribute__title {
    width: 50%;
}
.goods__module {
    margin: 0 0 50px;
    padding: 0 0 30px;
    border-bottom: 1px solid #eeebe2;
}
.goods__module:last-child {
    margin: 0;
    padding: 0;
    border: 0;
}
.goods__share {
    margin: 0 0 30px;
}
.good-table__scroll {
    margin: 0 0 30px;
}
.good-table__link {
    padding: 0 35px;
    position: relative;
    font-size: 18px;
    display: block;
    cursor: pointer;
}
.good-table__link:before, .good-table__link:after {
    position: absolute;
    content: '';
    width: 30px;
    height: 20px;
    top: 2px;
}
.good-table__link:before {
    left: 0;
    background: url('/catalog/view/theme/default/image/product/table.png') no-repeat center center transparent;
}
.good-table__link:after {
    right: 0;
    background: url('/catalog/view/theme/default/image/product/scroll.png') no-repeat center center transparent;
}
.goods-table__buttons {
    padding: 40px 0 0;
    text-align: right;
}
@media (max-width: 450px) {
    .goods-table__buttons {
        text-align: center;
    }
}
.goods-table__button {
    cursor: pointer;
    display: inline-block;
    border: 2px solid #000;
    padding: 17px 30px 17px 80px;
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: url('/catalog/view/theme/default/image/product/cart.png') no-repeat 25px center transparent;
}
@media (max-width: 450px) {
    .goods-table__button {
        padding: 17px 20px 17px 50px;
        font-size: 16px;
        background-position-x: 15px;
    }
}
.goods-table__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.goods-table__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.goods-table__col:nth-of-type(2n) .goods-table__row {
    background-color: #f1f1f18c;
}
@media (min-width: 992px) {
	.goods-table__col:hover .goods-table__row {
	    background-color: #7f7f7f63;
	}
}
@media (max-width: 991px) {
    .goods-table__col {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        border-bottom: 2px solid #000;
    }
    .goods-table__head {
        display: none;
    }
}
.goods-table__row:last-child {
    border-right: 0;
}
.goods-table__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    padding: 12px 17px;
    border: 1px solid #eeebe2;
    border-left: 0;
    border-top: 0;
    overflow: hidden;
}
.goods-table__row_2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
}
.goods-table__row_3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
}
@media (max-width: 991px) {
    .goods-table__row {
	padding: 7px 10px;
        -webkit-box-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        border-right: 0;
    }
}
@media (min-width: 992px) {
    .goods-table__col:last-child .goods-table__row {
        border-bottom: 0;
    }
}
.goods-table__title {
    font-size: 18px;
    text-align: center;
    font-weight: 700;
}
.goods-table__select {
    display: block;
    padding: 6px 15px;
    /*background: #ca80cf;*/
}
.goods-table__quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 991px) {
    .goods-table__quantity {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}
.goods-table__input, .goods-table__input:hover, .goods-table__input:focus, .goods-table__input:active {
    border: 0;
}
.goods-table__edit {
    position: relative;
    width: 20px;
    height: 20px;
    display: inline-block;
    cursor: pointer;
}
@media (max-width: 991px) {
	.goods-table__edit {
		margin: 0 10px;
	}
}
.goods-table__edit:before, .goods-table__edit:after {
    position: absolute;
    content: '';
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 12px;
    height: 1px;
    background: #000;
}
.goods-table__edit_plus:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.goods-table__subtitle {
    font-weight: 700;
    font-size: 16px;
    display: none;
    margin: 0 0 5px 0;
}
@media (max-width: 991px) {
    .goods-table__subtitle {
        display: block;
        width: 100%;
    }
}
.goods-table__heading {
    display: none;
    margin: 0 0 20px;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    padding: 0 10px;
}
@media (max-width: 991px) {
	.goods-table__heading {
		display: block;
	}
}
/* end product */

/*.goods-table__col.deactivate {*/
/*   !* background-color: #7f7f7f40;*!*/
/*}*/
/*.goods-table__col.deactivate> .goods-table__row> .goods-table__quantity{*/
/*    //display: none;*/
/*}*/
/*.goods-table__col.deactivate> .goods-table__row> .goods-table__price_4{*/
/*    //display: none;*/
/*}*/
/*.goods-table__col.deactivate> .goods-table__row> .goods-table__price_10{*/
/*    //display: none;*/
/*}*/
/*.goods-table__col.deactivate> .goods-table__row> .goods-table__price{*/
/*    //display: none;*/
/*}*/
.goods-table__col.deactivate> .goods-table__row> .goods-table__price> .goods-table__select,
.goods-table__col.deactivate> .goods-table__row> .goods-table__price_4> .goods-table__select,
.goods-table__col.deactivate> .goods-table__row> .goods-table__price_10> .goods-table__select,
.goods-table__col.deactivate> .goods-table__row> .goods-table__price_50> .goods-table__select{
    background-color: #7f7f7f40;
}
.goods-table__col.deactivate> .goods-table__row> .goods-table__quantity> input{
    background-color: #7f7f7f40;
}




.goods-buttons__cart_pre {
    font-size: 9px;
    white-space: nowrap;
    height: 29px;
}

.goods-table__row_3 {
    font-size: 11px;
}

.text_info_7 {
    font-size: 15pt;
    display: none;
    margin: 20px;
    font-weight: bold;
    /* transform: scaleY(1.5); */
    text-transform: uppercase;
	color: #ca80cf;
}


@media (max-width: 991px) {
	.goods-table__row_3 {
        font-size: 13px;
    }
	.goods-table__row_price,
    .goods-table__row_price_4,
    .goods-table__row_price_10,
    .goods-table__row_price_50 {
	    flex: 0 0 33.333333%;
        display: none;
        padding-right: 0;
	}
	.goods-table__row_price.price-active,
    .goods-table__row_price_4.price-active,
    .goods-table__row_price_10.price-active,
    .goods-table__row_price_50.price-active {
        display: flex;
	}

	.goods-table__row_quantity {
	    flex: 0 0 33.333333%;
	    display: flex;
	    justify-content: center;
	}
	.goods-table__row_total {
	    flex: 0 0 33.333333%;
	    display: flex;
	    justify-content: right;
	    text-align: right;
	}
	.unit__price {
    		font-size: 15px;
	}
	.text_info_7 {
		display: block;
	}
	.goods-table__select {
    		width: 100%;
	}

	.toolbar-menu__heading:before, .toolbar-menu__heading:after {
    		top: -13px;
    		right: 10px;
	}
	.dropdown__button_js {
    		height: 34px;
        margin-top: 0;
	}
	h1, .welcome {
    		margin: 0 0 15px;
	}
}

.simplecheckout-block-content .form-group.required label:before {
    content: '*';
    /* position: absolute; */
    top: -24px;
    bottom: 0;
    /* right: 0; */
    left: -8px;
    margin: auto 0;
    font-size: 14pt;
    /* width: 10px; */
    /* height: 2px; */
    /* background: #fb0534; */
    color: red;
}

.row-customer_email label:before {
    content: '*';
    /* position: absolute; */
    top: -24px;
    bottom: 0;
    /* right: 0; */
    left: -8px;
    margin: auto 0;
    font-size: 14pt;
    /* width: 10px; */
    /* height: 2px; */
    /* background: #fb0534; */
    color: red;
}

.header__toolbar-desctop_info {
	padding: 9px 0;
    	background: #1d0132;
    	color: white;
    	font-weight: 500;
    	font-size: 13pt;
    	padding-left: 0px;
    	margin-left: 0px;
    	text-align: center;
}

.header__toolbar-desctop_info a {
	color: #96009f;
}

.pink_color {
	background: #ca80cf;
}

.option_image_table {
	width: 20px;
    	height: auto;
	border-radius: 100px;
    	box-shadow: 0 0 7px #666;
	margin-right: 7px;
}

.no_image_icon .selectboxit-option-icon-container {
	display:none;
}

.simplecheckout-block-content .selectboxit-container .selectboxit-option-icon {
    display: none;
}

.goods-table__quantity input {
	width: 55px;
}
.category__sort .selectboxit .selectboxit-option-icon-container {
    display: none!important;
}

.category__sort .selectboxit-option-icon-container {
    display: none!important;
}

.footer-social__item_home img {
	width: 30px;
}
.footer-social__item_home img + .sih-text {
    position: relative;
    display: inline-block;
    padding-top: 3px;
    padding-left: 0.4em;
}
.footer-social__item_home {
	font-size: 20px;
    display: inline-flex;
    align-items: center;
}

.header-social__item_home img {
	width: 25px;
}
.header-social__item_home {
	font-size: 14px;
}

.dropdown__item .header-social__item_home {
	font-size: 14px;
    	margin-left: 32px;
    	display: block;
}


.cart__priceline {
    position: relative;
    margin-bottom: 25px;
}

.cart__priceline_labels {
    display: flex;
    flex-wrap: wrap;
}
.cart__priceline_label {
    position: relative;
}
.cart__priceline_label:before {
    display: block;
    content: '';
    top: 2.1em;
    height: calc(1em + 10px);
    width: 1px;
    position: absolute;
    left: 0;
    background: #000000;
}
.cart__priceline_label-0 {
    flex: 1;
    max-width: 100%;
}
.cart__priceline_label-1 {
    flex: 1;
    max-width: 100%;
}
.cart__priceline_label-2 {
    max-width: 33.333333333333%;
    flex: 0 0 33.333333333333%;
}
.cart__priceline_label-3 {
    flex: 1;
    max-width: 100%;
}
.cart__priceline_label-4 {
    flex: 1;
    max-width: 100%;
}
.cart__priceline_label-name {
    position: relative;
    line-height: 1em;
    padding-bottom: 1.1em;
    height: 3.1em;
    display: flex;
    align-items: flex-end;
}
.cart__priceline_label-descr {
    position: relative;
    line-height: 1em;
    padding-top: 0.3em;
    margin-top: 10px;
    color: #999;
    display: inline-flex;
    transform: translateX(-50%);
}
.cart__priceline_line {
    background: #e7e6e4;
    position: absolute;
    top: 3.1em;
    left: 0;
    right: 0;
    height: 10px;
    z-index: -1;
    display: flex;
    flex-wrap: wrap;
}
.cart__priceline_subline {
    position: relative;
    height: 10px;
}
.cart__priceline_subline-progress {
    background: #96009f;
    height: 10px;
    display: block;
    top: 0;
    left: 0;
    position: absolute;
}
@media screen and (max-width: 767.98px) {
    .cart__priceline_label-descr {
        font-size: 12px;
    }
    .cart__priceline_label-0 {
        flex: 0 0 15%;
        max-width: 15%;
    }
    .cart__priceline_label-2 {
        flex: 1;
        max-width: 100%;
    }
}
@media screen and (max-width: 991.98px) {
    .header__toolbar-desctop_info {
        padding-left: 15px;
        padding-right: 15px;
    }
    .goods-table__row_total {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .goods-table__select {
        margin-left: auto;
        width: auto;
    }
    .goods-buttons__cart_pre {
        margin-left: auto;
    }
    .goods-buttons__container {
        margin-bottom: 30px;
    }
    .goods__text_info_7 {
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 0;
    }
}
@media screen and (max-width: 767.98px) {
    .goods-table__content {
        position: relative;
        margin-left: -15px;
        margin-right: -15px;
    }
    .goods-table__row_price, .goods-table__row_price_4, .goods-table__row_price_10, .goods-table__row_price_50 {
        flex: 0 0 37%;
        padding-right: 0;
    }
    .goods-table__row_quantity {
        flex: 0 0 26%;
    }
    .goods-table__row_quantity .goods-table__quantity input {
        width: 45px;
        padding-left: 2px;
        padding-right: 2px;
        font-size: 13px;
    }
    .goods-table__row_quantity .goods-table__edit {
        margin-left: 2px;
        margin-right: 2px;

    }
    .goods-table__row_total {
        flex: 0 0 37%;
    }
    .goods-buttons__cart_pre {
        font-size: 8px;
    }

    .goods__property {
        margin-bottom: 20px;
    }
    .good-table__scroll {
        margin-bottom: 20px;
    }
    .goods__price {
        margin-bottom: 15px;
    }
    .goods-buttons__cart {
        flex: 1;
    }
    .goods-buttons__container {
        margin-bottom: 30px;
    }
    .goods__container {
        margin-bottom: 30px;
    }
    .tabs {
        border-bottom-color: transparent;
    }
    .tabs__container {
        padding-top: 10px;
    }
    .goods-table__buttons {
        padding-top: 30px;
    }
    .goods__text_info_7 {
        margin-top: 15px;
        position: relative;
        margin-left: -5px;
        margin-right: -5px;
    }
}

.toolbar-desctop__link_language {
    display: none;
}

#total_shipping {
    display: none;
}
.captcha .g-recaptcha {
    display: flex;
    justify-content: center;
    margin: 10px 0;
}
.action_pro__stickers{
	right:10px;
	left:auto!important;
	margin-top:3px;
}