.layout-switcher__button i {
    color: #a1abb3;
    font-size: 16px;
}
.layout-switcher__button.layout-switcher__button--active i {
    color: #fff;
}
.product__quantity{
    width: 85px;
}
.view-options__control select {
    min-width: 50px;
}
/* 2020.06.17 Uniser */
.card-table > .orders tbody > tr {
    cursor: pointer;
}

/* 2020.06.24 Uniser */
.site-header__nav-panel .menu {
    width: 290px;
    min-width: 290px;
}

.product-card__badge--new {
  background: #00a046;
  color: #fff;
}
.product-card__badge--promo {
  background: #ff4040;
  color: #fff;
}
.product-card__badge--left {
  background: #ff8126;
  color: #fff;
}
.product-card__badge--not_available {
  background: #ff4040;
  color: #fff;
}

.products-table td:first-child {
    border-left-style: solid;
    border-left-width: 3px;
}

.products-table tr.badge-new   td:first-child { border-left-color: #3d6dcc; }
.products-table tr.badge-promo td:first-child { border-left-color: #ff4040; }
.products-table tr.badge-left  td:first-child { border-left-color: #ff8126; }

/* 2020.06.25 Uniser */
.cart__buttons {
    width: 100%;
    display: block;
}

/* 2020.06.26 Uniser */
.mobile-links--level--0 > .mobile-links__item > .mobile-links__item-title {
    height: auto;
    min-height: 48px;
}
/*@media (max-width: 575px) {
    .cart .row {
        display: block;
    }
}*/
.custom-control-input:checked~.custom-control-label::before{
    border-color: #E30714;
    background-color: #E30714;
}
.block-features__item a {
    display: contents;
}
.block-features__subtitle {
    font-size: 14px;
    color: #3d464d;
}

/* cart begin */
.cart-table__body .cart-table__row.disabled {
    background-color: #eee;
    opacity: 50%;
}
.cart-table__body .cart-table__column--price,
.cart-table__body .cart-table__column--total
{
    white-space: nowrap;
}
.cart-table__body .cart-table__column--total .product-card__badges-list {
    position: relative;
    left: inherit;
    top: inherit;
    display: inline-block;
}
.cart-table__body .cart-table__column--total .product-card__badges-list .product-card__badge {
    margin-right: 0;
}
.cart__totals .cart__discount {
    font-size: 16px;
    color: #ff2626;
}
.dropcart__products-list {
    padding: 10px 0;
}
.dropcart__product {
    padding: 7px;
    margin-top: 5px;
}
.dropcart__product + .dropcart__product {
    margin-top: 5px;
}
.dropcart__product.disabled {
    background-color: #eee;
    opacity: 50%;
}
.dropcart__product .dropcart__product-meta .product-card__badges-list {
    position: relative;
    left: inherit;
    top: inherit;
    display: inline-block;
}
.dropcart__product .dropcart__product-meta .input-number {
    display: inline-block;
    width: 50px;
    height: 16px;
    top: 3px;
}
.indicator__value {
    background: none;
    color: inherit;
}
@media (max-width: 767px) {
    .cart-table__head {
        display: inherit;
    }
    .cart-table__head .cart-table__row:first-of-type {
        padding: 10px;
        text-align: center;
        background-color: #32323A;
        color: #fff;
        font-weight: normal;
        border-color: #32323A;
    }
    .cart-table__head .cart-table__row:first-of-type th {
        font-weight: normal;
    }
    .cart-table__head .cart-table__row:last-of-type {
        display: none;
    }
    .cart-table__body .cart-table__row {
        margin-top: 15px;
        display: flex;
        flex-flow: wrap;
    }
    .cart-table__column--product {
        border-bottom: none;
        padding: 5px 30px 10px 0;
        width: calc(100% - 110px);
        text-align: left;
    }
    .product-image__body {
        position: inherit;
        padding-bottom: 0;
    }
    .product-image__img {
        position: inherit;
    }
    .cart-table__column--price {
        display: none;
    }
    .cart-table__column--price::before,
    .cart-table__column--quantity::before,
    .cart-table__column--total::before {
        display: none;
    }
    .cart-table__column--image {
        padding: 5px 10px 10px 5px;
    }
    .cart-table__column--image .product-image {
        max-width: 95px;
    }
    [dir=ltr] .cart-table__options li:before {
        display: block !important;
    }
    .cart-table__column--quantity {
        padding: 0 5px 10px;
    }
    .cart-table__column--total {
        padding: 0px 10px 10px 0px;
        width: calc(100% - 120px);
        justify-content: flex-end;
    }
    .discount .posts-list--layout--grid2 .posts-list__item {
        width: 100%;
    }
    .block-header__title {
        font-size: 18px;
    }
}
.product-tabs .product-tabs__content #tab-description .typography .product-view-table-grid,
.post .typography .product-view-table-grid {
    width: 100% !important;
}
.product-tabs .product-tabs__content #tab-description .typography .product-view-table-grid td img,
.post .typography .product-view-table-grid td img {
    height: auto !important;
}
@media (min-width: 992px) {
    .product-tabs .product-tabs__content #tab-description .typography .product-view-table-grid td:first-child,
    .product-tabs .product-tabs__content #tab-description .typography .product-view-table-grid td:nth-child(3n),
    .post .typography .product-view-table-grid td:first-child,
    .post .typography .product-view-table-grid td:nth-child(3n) {
        width: 48% !important;
    }
}
@media (max-width: 991px) {
    .product-tabs .product-tabs__content #tab-description .typography .product-view-table-grid,
    .post .typography .product-view-table-grid {
        display: block;
        text-align: left !important;
    }
    .product-tabs .product-tabs__content #tab-description .typography .product-view-table-grid tbody,
    .post .typography .product-view-table-grid tbody {
        display: block;
        width: 100%;
    }
    .product-tabs .product-tabs__content #tab-description .typography .product-view-table-grid tr,
    .post .typography .product-view-table-grid tr {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }
    .product-tabs .product-tabs__content #tab-description .typography .product-view-table-grid .product-content-item-image,
    .post .typography .product-view-table-grid .product-content-item-image {
        order: 1;
    }
    .product-tabs .product-tabs__content #tab-description .typography .product-view-table-grid td,
    .post .typography .product-view-table-grid td {
        display: block;
    }
    .product-tabs .product-tabs__content #tab-description .typography .product-view-table-grid td:nth-child(2n),
    .post .typography .product-view-table-grid td:nth-child(2n){
        display: none;
    }
}
/* cart end */
.departments__item-link {
    font-weight: 500;
    padding: 15px 16px;
}
.category-count {
    display: block;
    color: #6C757D;
    font-weight: 400;
    margin-top: 5px;
}
.gifts_block {
    margin-top: 50px;
}
.actionButtons .btn-sm {
    height: auto;
    padding: 5px 8px;
}
#compare-block .indicator__area {
    float: left;
    height: 27px;
}
.wishlist .indicator__area {
    float: left;
    height: 27px;
}
.wishlist__column--tocart button{
    width: max-content;
}
.wishlist__column--price {
    white-space: nowrap;
}
.checkout__totals-footer .comment_block {
    font-size: 15px;
}