.filter ul {
    display: block
}

.product_list {
    min-height: 200px
}

.cart_images img {
    max-width: 88px;
    height: auto
}

.add2cart {
    background: url(../img/add-cart_white.svg) center center no-repeat;
    width: 22px;
    height: 26px;
    display: block;
    position: absolute;
    right: 28px;
    top: 50%;
    margin-top: 0;
    border: 0px;
    cursor: pointer
}

a.more_left {
    border: 0px solid #3b3b3b
}

a.more_left:hover {
    border: 0px solid #3b3b3b
}

a.more_right {
    border: 0px solid #3b3b3b
}

a.more_right:hover {
    border: 0px solid #3b3b3b
}

.card .row .col:not(.goods):last-child {
    min-height: 900px;
}

.errors-container {
    margin: 0px 0px 30px 0px;
    font-size: 14px;
    color: #e3b565;
    font-family: 'PT Serif'
}

.user-post-add-form {
    margin: 10px 0
}

.user-post-add-form .submit-button {
    line-height: 40px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    float: right;
    padding: 0 17px;
    background: #94caae;
    text-decoration: none;
    margin: 15px 4px 0 0;
    border: 0;
    cursor: pointer
}

.user-post-add-form textarea {
    height: 200px;
    width: 660px
}

.edit-card {
    padding-top: 15px
}

.edit-card .row {
    margin-bottom: 15px
}

.edit-card .row > span {
    color: #777;
    line-height: 25px
}

.edit-card .row [type=text] {
    border: 1px solid #aaa;
    line-height: 1.5;
    width: 600px
}

.edit-card .row .tag-input {
    width: 100px
}

.edit-card .row textarea {
    width: 900px;
    max-width: 900px;
    min-height: 400px
}

.edit-card .row img {
    max-width: 663px
}

.cart_zag {
    color: #040404;
    font-size: 36px;
    font-family: 'Circe'
}

.row.catalog.cartBlock {
    padding: 0;
    margin: 0;
    max-width: 1900px;
    margin: auto;
    padding-left: 48px;
    padding-right: 48px;
    margin-top: 40px
}

.cartBlock .table {
    margin-top: 30px;
    overflow: hidden
}

.cartBlock .table thead {
    font-size: 12px;
    color: #040404;
    white-space: nowrap
}

.cartBlock .table th {
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 10px;
    padding-right: 20px
}

.cartBlock .table td {
    padding: 0;
    margin: 0;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    border: 0
}

.cartBlock .table tr:last-child td {
    border-bottom: 1px solid #f2f2f2
}

.articl {
    color: #9e9d9d;
    font-size: 14px;
    font-weight: 600
}

.cartBlock .table td span.name_prod {
    color: #f04145;
    font-size: 14px;
    font-weight: 600;
    display: block
}

.cartBlock .table td p {
    color: #040404;
    font-size: 12px;
    margin-top: 5px
}

.price {
    color: #040404;
    font-size: 14px;
    font-weight: 600
}

.delete {
    background: url(../img/delete.jpg) 0px 0px no-repeat;
    width: 15px;
    height: 15px;
    display: block;
    cursor: pointer;
    margin-top: 2px
}

.itog {
    font-size: 36px;
    color: #fff;
    text-align: right;
    padding-right: 20px
}

#cart-full-price2 {
    font-size: 36px;
    color: #fff;
    text-align: right;
    padding-right: 0px;
}

.del {
    width: 100%
}

.del th {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding-top: 30px;
    padding-bottom: 20px
}

.del td {
    font-size: 12px;
    color: #fff;
    white-space: nowrap;
    border-bottom: 1px solid #f2f2f2;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
}

.del td:nth-child(2n) {
    text-align: right
}

.del td:nth-child(3) {
    text-align: right
}

input[type="radio"] {
}

.ttl_block p {
    width: 100%;
    margin-bottom: 0px
}

#cart-full-price {
    width: auto;
    display: inline-block;
    margin-right: 10px
}

.total span {
    display: inline-block
}

.orderForm input[type="submit"], .orderForm input[type="button"] {
    color: #e3b565;
    border: 2px solid rgba(255, 255, 255, .16);
    margin-top: 0px;
    background: transparent
}

.orderForm input[type="submit"]:hover, .orderForm input[type="button"]:hover {
	color: #e3b565;
    border: none;
	border: 2px solid rgba(255, 255, 255, .16);
}

.orderForm input[type="submit"]:before, .orderForm input[type="button"]:before {
    content: " ";
    background: url(../img/button_s.png) -17px 0px no-repeat;
    width: 16px;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 16px;
    margin-top: -6px
}

.header_content {
    z-index: 99
}
.index-menu{
    z-index: 9;
display: none;
}
.breadcrumbs {
    z-index: 6;
    position: relative
}

.add2cart {
    text-indent: -77777px
}
.link_burger_catalog{
    position: relative;
}
.link_burger_catalog:before{
    content: '';
    width: 200%;
    position: absolute;
    /* bottom: -16px; */
	bottom: 0;
    left: -35px;
    height: 30px;
}

.popup__button-item.success {
    border: 2px solid #ffffff;
}
.popup__button-item.success .popup__button-item-img {
    filter: brightness(7);
}
.popup__button-item.success .popup__button-item-text {
    color: #ffffff;
}

.card .label_block {
    left: auto;
    right: -12px;
}

.card .label_block:has( > .label_hit ) {
    top: -14px;
}

.label_block {
    position: absolute;
    top: 90px;
    left: auto;
    right: 0;
    z-index: 9;
    display: flex;
    flex-wrap: wrap;
}
.directory_news .label_block,
.complects .label_block{
    position: absolute;
    top: 30px;
    z-index: 9;
}
.product_list .label_block{
    top: 0
}

.card .complects .label_block:has( > .label_hit ) {
    right: 6px;
}

.card .complects .label_block:has( > .label_new ) {
    right: 8px;
}

.label_block .label_new,
.label_block .label_hit{
    padding: 25px;
    font-weight: 900;
    font-size: 18px;
    display: inline-block;
}
.label_block .label_new,
.label_block .label_hit{
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden;
    white-space: nowrap;
    color: transparent;
    width: 80px;
}

/* .label_block .label_new {
    background-image: url(/local/templates/solo/img/new_stuff.webp);
}

.label_block .label_hit {
    background-image: url(/local/templates/solo/img/bestsellers.webp);
} */

.label_block .label_new {
    background-image: url(/local/templates/solo/img/icon/NEW.svg);
}

.product_list .label_block:has( > .label_new ) {
    left: auto;
    right: 2px;
}

.label_block .label_hit {
    background-image: url(/local/templates/solo/img/icon/HIT.svg);
}

.product_list .label_block:has( > .label_hit ) {
    top: -10px;
    right: 0;
    left: auto;
}

.label_block .label_sale {
    /*padding: 10px;
    background: #d6a95b;*/
}

.label_block * {
    margin-top: 4px;
}
.label_block *:not(:first-of-type) {
    /*margin-left: 4px;*/
}
@media (max-width: 800px){
    .label_block {
        top: 15px;
    }
}