/*валидация полей*/
.input-group span.error {
    position: absolute;
    top: 2px;
    left: auto;
    right: 5px;
    font-size: 12px;
    color: #dc0f0f;
    z-index: 1;
}

.input-group label.error {
    left: auto;
    right: 5px;
    color: #dc0f0f;
}

.input-group input.error {
    border-color: #dc0f0f;
}

.checkbox-group span.error {
	font-size: 12px;
	color: #dc0f0f;
}

.checkbox-group span.error ~ label:before {
	border-color: #dc0f0f;
}
/**/

/*категория товаров*/
.product-card-body {
    display: flex;
    flex-direction: column;
}

.product-card-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
    margin-bottom: 20px;
    padding: 0 15px;
}

.product-card-info a {
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
}

.product-card-info p {
    font-size: 12px;
}
/**/

/*продукт*/
.product-name {
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
}
.product-single-card.modal-content {
    cursor: auto;
}
.sostav-block .count-wrapper,
.product-description .count-wrapper {
    position: relative;
    width: auto;
    bottom: auto;
    justify-content: flex-end;
    margin-top: 20px;
}
@media (max-width: 576px) {
    .product-single-card p {
        font-size: 16px;
    }
    p.product-name {
        font-size: 20px;
        line-height: 24px;
    }
    .product-description p {
        font-size: 12px;
    }
}
/**/

/*конструктор*/
.nabor-list {
    display: none !important;
}

.nabor-list.active {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
}
/**/

/*страница мои бонусы*/
.bonus-table {
    display: inline-block;
    /* max-height: 260px; */
    overflow: hidden;
}

.bonus-table.visible {
    max-height: none;
}
/**/

.resized-image {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.category-image {
    max-width: 300px;
    height: auto;
    flex-shrink: 0;
    object-fit: cover;
}

.hidden-in-frontend {
    display: none;
}

.nabor-item-constructor {
    width: 130px;
    height: 130px;
    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;
    padding: 15px;
    cursor: pointer;
    background-color: #f5e49f;
    -webkit-transition: .2s;
    transition: .2s;
    margin:0 20px 20px 0
}

.select-text-constructor {
    font-size: 12px;
    color: #333;
}

.custom-set-constructor-padding {
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 100px;
    padding-bottom: 100px;
}

.nabor-img-small-stiker-constuctor {
    position: absolute;
    right: 7px;
    bottom: 7px;
    background-color: #fd742d;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background-position: center;
    background-size: cover;
    z-index: 100;

    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;
    word-break: break-word;
}

.uniform-postition {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.cart-nabor-item {
    width: 130px;
    height: 130px;
    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;
    padding: 15px;
    background-color: #f5e49f;
    -webkit-transition: .2s;
    transition: .2s;
    margin:0 20px 20px 0
}

.single-get-box {
    background-color: #f2f2f2;
    margin-bottom: 10px;
    cursor:pointer
}

.single-get-box .old-price {
    color: #7c7c7c;
    text-decoration: line-through;
    font-size: .9rem;
    padding-right:5px
}

.single-get-box-sm {
    background-color: #f2f2f2;
    margin-bottom:14px
}

.single-get-box .old-price {
    color: #7c7c7c;
    text-decoration: line-through;
    font-size: .7rem;
    padding-right:5px
}

.single-get-box > .name {
    font-size: 12px;
    padding: 5px 10px;
    font-weight:600
}

.single-get-box-sunmix {
    background-color: #f2f2f2;
    margin-bottom: 14px;
    min-height: 350px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top:5px
}

.bonus-table .t-col-8 {
    width: 370px;
    min-width:360px
}

.bonus-table .sub-t-col-1 {
    width: 90px;
    min-width: 90px;
    border-top: 1px solid #cfcfcf;
}

.bonus-table .sub-t-col-2 {
    width: 280px;
    min-width: 260px;
    border-top: 1px solid #cfcfcf;
}

.cart-count {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}

.catalog-table-col-m .old-price {
    color: #7c7c7c;
    text-decoration: line-through;
    font-size: .8rem;
}