@import "./css/additional.default.shop.css";
.category-wrapper {}
.category-wrapper .contanier-2 {
    margin-bottom: 50px;
}

.category-grid {
    -ms-grid-columns: 275px ​1f;
    grid-template-columns: 275px 1fr;
}

.sorting {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding-bottom: 20px;
    padding-left: 0;
}
.sorting-name {
    color: #a19d9d;
}
.sorting  li {
    list-style: none;
} 
.sorting  li a {
    color: #000;
}
.sorting  li a:hover {
    color: #000;
    font-weight: 700;
}
.sorting  li.selected a {
    color: var(--Cool-Pink-Crayola);
    font-weight: 700;
}





/********************/
.breadcrumbs {}
.breadcrumbs .breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 1.7rem;
    list-style: none;
    background-color: #ffffff;
    border-radius: 0.25rem;
}
.breadcrumb-item {
    font-size: 14px;
    line-height: 20px;
}
.breadcrumb-item a {
    color: #000;
}
.breadcrumb-item a:hover {
    color: #fe6280;
}












.images {
    position: relative;
    background-color: #fff;
}
.images1 {
    position: relative;
    overflow: hidden;
    padding: 50% 50%;
}
.images2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.images3 {
    width: 100%;
    height: 100%;
}
.images4 {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.images4 img {
    width: 100%;
}

/************/
.product-list {
    margin: 0;
    padding: 0;
}
.product-list li {
    border: solid 16px #ffffff;
    list-style: none;
    overflow: initial;
    background-color: #f6f6f6;
    box-shadow: 0px 0px 0px 1px var(--Lavender-Crayola);
}
.product-list li .product-list_basc {
    position: relative;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.product-list_basc .svp-minus-percent {
    position: absolute;
    z-index: 1;
    right: 0;
}
.product-list__name {
    font-size: 14px;
    line-height: 1.3;
    color: #333;
    font-weight: 700;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 15px;
    margin: 0;
}


/***/
.grig-addtocart {
    grid-gap: 0;
    position: relative;
    display: grid;
    -ms-grid-columns: 1fr auto;
    grid-template-columns: 1fr auto;
}
.pricing {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}   
.pricing {
    font-size: 22px;
    line-height: 1;
    font-weight: 300;
    color: #000;
    font-weight: 800;
}
.pricing .price.nowrap {}
.pricing .compare-at-price.nowrap {
    font-size: 14px;
    text-decoration: line-through;
    padding-right: 6px;
    opacity: .5;
}
.pricing .price.nowrap .ruble {
    font-size: 14px;
    font-weight: 600;
}
/***/
.btn-input {
    position: relative;
    vertical-align: bottom;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.loading {
    position: absolute;
    left: 11px;
}
.btn-input .button-pavia {
    margin-right: 0rem;
    border-radius: 30px;
}







.summary-product_cart {
    padding-bottom: 20px;
}

/********************************/
.product-grid {
    -ms-grid-columns: 445px 1fr;
    grid-template-columns: 445px 1fr;
    grid-gap: 40px;
    padding-bottom: 60px;
}

/****/

.product-gallery {
    margin: 0;
}
.product-gallery.sticky {
    top: 10px;
}
.product-image {
    border: 1px solid var(--lighter);
}


.more-images {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 15px;
    padding-top: 15px;
}
.more-images .image {
    border: 2px solid var(--lighter);
    border-radius: 9px;
    overflow: hidden;
}
.more-images .image.selected {
    border: 2px solid #bd5387;
}
.more-images .image .product-image-id {
    cursor: pointer;
}
.more-images .image .product-image-id img {}



/***************/
.stocks {
    padding-top: 20px;
}


/**************************************/
.item-price {
    padding-top: 20px;
}
.price.nowrap {
    font-size: 32px;
    line-height: 1;
    color: #222;
    font-weight: 700;
}
.compare-at-price {
    font-size: 14px;
    color: #202020;
    line-height: 20px;
    text-decoration: line-through;
    font-weight: 300;
}
.svp-minus-percent {
    margin-left: 6px;
    letter-spacing: .4px;
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    display: inline-flex;
    padding: 3px 4px 2px;
    height: auto;
    color: #fff;
    align-items: center;
    border-radius: 9px 2px 2px 9px;
    background: #ec0000;
}












/**********************************/
.bbt-add2cart_grid {
    grid-gap: 15px;
    position: relative;
    display: grid;
    -ms-grid-columns: auto auto auto 1fr;
    grid-template-columns: auto auto auto 1fr;
}

.minus span, .plus span {cursor:pointer; }
.number {
    position: relative;
}
.minus, .plus {
    width: 30px;
    height: 30px;
    line-height: 23px;
    text-align: center;
    background: #b4447c;
    border-radius: 50%;
    padding: 3px 5px 3px 5px;
    border: 0px solid #b94c81;
    background-image: linear-gradient(153.43deg , #f7b2ca,#b4447c 83.33%);
    color: #fff;
    position: absolute;
    top: 15%;
    cursor: pointer;
}
.plus {
    right: 5%;
}
.minus {
    left: 5%;
}











input.quantity[type="text"] {
    color: #b94c81;
    border: 1px solid #b94c81;
    box-shadow: 0 0px 0px rgb(50 50 93 / 15%), 0 0px 0 rgb(0 0 0 / 2%);
    border-radius: 30px;
    width: 125px;
    padding: 0 40px;
    text-align: center;
    height: 41px;
}
input.quantity[type="text"]::-ms-expand {
    background-color: transparent;
    border: 0
}
input.quantity[type="text"]:focus {
     color: #b94c81;
    border: 1px solid #b94c81;
    box-shadow: 0 0px 0px rgb(50 50 93 / 15%), 0 0px 0 rgb(0 0 0 / 2%);
}
input.quantity[type="text"]::placeholder,
.wa-input::placeholder {
    color: #b94c81;
    border: 1px solid #b94c81;
    box-shadow: 0 0px 0px rgb(50 50 93 / 15%), 0 0px 0 rgb(0 0 0 / 2%);
}
input.quantity[type="text"]:disabled,
input.quantity[type="text"][readonly] {
    color: #b94c81;
    border: 1px solid #b94c81;
    box-shadow: 0 0px 0px rgb(50 50 93 / 15%), 0 0px 0 rgb(0 0 0 / 2%);
}





/***/
.item-add2cart .btn-input .btn {
    padding: 0.9rem 3.25rem;
}
.buy1click-open-button {
    margin-right: 0rem;
    border-radius: 30px;
    padding: 0.9rem 3.25rem;
    line-height: 20.5px;
}

































/***************************/
input[type="text"],
select,
.wa-input {
    display: block;
    width: 100%;
    height: calc(1.5em + 1.25rem + 2px) !important;
    padding: .625rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #888;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #cad1d7;
    border-radius: .25rem;
    box-shadow: 0 1px 3px rgb(50 50 93 / 15%), 0 1px 0 rgb(0 0 0 / 2%);
    transition: all .2s cubic-bezier(.68, -.55, .265, 1.55)
    box-shadow: 0 1px 3px rgba(50, 50, 93, .15), 0 1px 0 rgba(0, 0, 0, .02);
    transition: box-shadow .15s ease
}
input[type="text"]::-ms-expand,
.wa-input::-ms-expand {
    background-color: transparent;
    border: 0
}
input[type="text"]:focus,
.wa-input:focus {
    color: #8898aa;
    background-color: #fff;
    border: 1px solid #cad1d7;
    outline: 0;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08)
}
input[type="text"]::placeholder,
.wa-input::placeholder {
    color: #adb5bd;
    opacity: 1
}
input[type="text"]:disabled,
input[type="text"][readonly],
.wa-input:disabled,
.wa-input[readonly] {
    background-color: #e9ecef;
    opacity: 1
}



































/*---------------------------------------*/
.product-related {
    padding: var(--py-60) 0;
}
.related {
    padding: 0px 0;
}
.related+.related {
    padding: 30px 0;
}
.related .heading-22 {
    margin-bottom: 30px;
}
.related {}











/* Product reviews
------------------ */

table.rating-distribution td { padding: 2px 15px 2px 0; border: none; }
table.rating-distribution td .bar { background: #eee; width: 200px; height: 13px; }
table.rating-distribution td .bar .filling { background: #f7c854; height: 13px; }

.write-review { margin: 30px 0 40px; }

.review { margin-bottom: 30px; }
.review .summary { font-size: 0.9em; color: #777; }
.review .summary h6 { color: #000; font-size: 1.1em; margin-bottom: 0.3em; }
.review .summary a.username { color: #777; }
.review .summary a.username:hover { color: red; }
.review .summary a { display: inline; padding: 0; }
.review .summary .date { color:#aaa; }
.review p { margin-top: 5px; margin-bottom: 5px; line-height: 1.3em; }
.review .actions a { padding: 0 !important; }

.reviews { margin-bottom: 20px; }
.reviews ul { margin-left: 0; padding: 0; list-style: none; }
.reviews ul li ul { padding-left: 35px; }
.reviews ul li ul li .review h6 { color: #555; }
.reviews ul li .review-form { padding: 20px 0 0; }
.reviews ul li .review-form textarea { min-height: 100px; }
.reviews ul .in-reply-to { background: #eee; margin: -8px -8px 3px; padding: 8px 35px 0 8px; position: relative; }
.reviews ul .new { background: #ffc; margin: -8px -8px 22px; padding: 8px 35px 8px 8px; }
.reviews ul.menu-h.auth-type { padding: 0 0 40px; margin-left: -5px; }
.reviews ul.menu-h.auth-type li { padding-right: 10px; }
.reviews ul.menu-h.auth-type li a { padding: 5px 6px; }
.reviews ul.menu-h.auth-type li a img { top: 0; }
.reviews textarea { height: 100px; min-height: 100px; margin-top: 0; }

.review-form { padding: 0; margin-bottom: 0px; }
.review-form h4 { margin: 0 0 20px; font-weight: normal; }
.review-form-fields p { margin: 0 0 0px; }
.review-form-fields p.review-field a { display: inline; padding: 0; text-decoration: none; }
.review-form-fields label {display: block; float: left; margin: 0 10px 0 0; color: #aaa;}
.review-form-fields input[type="text"] { }
.review-form textarea { box-sizing: border-box; }
.review-form .review-submit { padding:0 0 20px 170px;}
.review-form .userpic { width: 20px; height: 20px; float: left; margin-right: 5px; border-radius: 50%; }
.review-form ul.menu-h.auth-type { padding-bottom: 20px; }
.review-form ul.menu-h.auth-type li { vertical-align: middle; }
.review-form ul.menu-h.auth-type li a img { float: left; margin-right: 3px; position: relative; top: 2px; }
.review-form label {display: block; float: left; margin: 0 10px 0 0; color: #AAA; }
.review-form .review-submit { margin-top: 0px; }
.reviews span.rate { line-height: 1.3em; display: block; margin: 0.5em 0; }
.reviews span.rate a { text-decoration: none !important; }
.reviews span.rate .icon10 { background-repeat: no-repeat; background-image: url(../../../../wa-content/img/icon10.png); height: 10px; width: 10px; display: inline-block; text-indent: -9999px; }
.reviews span.rate .icon10.star { background-position: -60px -40px; }
.reviews span.rate .icon10.star-empty { background-position: -80px -40px; }

input.error, textarea.error { border: 2px solid red; }
.errormsg { color: red; margin-left: 170px; display: block; }

.review-form .service-agreement-wrapper { width:100%; margin-bottom:14px; }

.review-field a {
    padding-left: 10px;
}
.wa-captcha {
    grid-gap: 5px;
    position: relative;
    display: grid;
}
.wa-captcha p:nth-child(1) {
    grid-gap: 10px;
    position: relative;
    display: grid;
    -ms-grid-columns: 120px 11px 1fr;
    grid-template-columns: 120px 11px 1fr;
}
.wa-captcha p strong {
    line-height: 46px;
}
a.wa-captcha-refresh {
    color: var(--Dull-grey);
}
a.wa-captcha-refresh:hover {
    color: var(--Cool-Pink-Crayola);
}
input.wa-captcha-input {
    width: 35%;
}

/************************************/
.options {
    margin-top: 0px;
}
.options+.options {
    margin-top: 20px;
}
.options-name {
    display: flex;
    align-items: center;
    color: #222;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    padding-bottom: 5px;
}
.options .inline-select {
}
.options .inline-select a {
    display: inline-block;
    padding: 7px 15px;
    margin: 4px 8px 4px 0;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
    border-style: dashed;
}
.options .inline-select a {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    max-height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #000;
}
.options .inline-select a.selected,
.options .inline-select a:hover.selected{
    padding: 6px 14px;
    border: 2px solid #bd5387;
    cursor: default;
}
.options .inline-select a:hover {
    border-color: #999;
}



/* Dialogs
---------- */

.dialog { display: none; }
.dialog-background { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: #fff; opacity: 0.8; filter: alpha(opacity=80); z-index: 99; }
.dialog-window .cart {
    position: fixed;
    top: 15%;
    left: 0;
    right: 0;
    opacity: 1;
    z-index: 100;
    overflow-x: hidden;
    box-shadow: 0 3px 15px #ddd;
    margin: 0 auto;
    text-align: left;
    width: 900px;
    bottom: 15%;
    background: #fff;
    padding: 25px;
    border-radius: 30px;
}
.dialog-window .cart .added2cart { font-style: italic; }
.dialog-window .cart .purchase { display: block; }
.dialog-window .dialog-close { float: right; color: #bbb; text-decoration: none; font-size: 200%; margin-top: -3px; }