.c-product-add-to-cart__button, .c-product__add-to-cart-form .c-button, .c-order-cart-decorator .wa-cart-details .wa-coupon-section .wa-inactive-state .wa-button, .wa-submit-button{
    background-color: #e10374;
}

.c-product-add-to-cart__button:hover, .c-product__add-to-cart-form .c-button:hover, .c-order-cart-decorator .wa-cart-details .wa-coupon-section .wa-inactive-state .wa-button:hover, .wa-submit-button:hover{
    background-color: #c60469;
}

.c-header-middle-bar__container-logo img{
    max-height: 90px;
}

.l-blocks__item_slider_shifted-adaptive .l-content-columns__sidebar{
    display: none;
}

.l-blocks__item_slider_shifted-adaptive .l-content-columns__content{
    flex: 0 0 100%;
    max-width: 100%;
}

.c-advantage__icon-box{
    vertical-align: top;
}

.c-header-middle-bar-contacts__phone-container_phone-2 .c-header-middle-bar-phone__hint{
    margin-top: 0;
}

@media (max-width: 767px){
    .c-advantage__body{
        display: none;
    }
}

.c-product-cart-form__block .msgorder__share {
    flex-wrap: nowrap;
}

.c-product-thumb__main .c-product-thumb__custom-text{
    display: none;
}

.r-header__list-item-link_phone circle{
    fill: #e10374;
}

.c-block__content .c-brand-page__tabs-container{
    display: none;
}

.c-product-feature-select__value_selected, .c-product-feature-select__value_selected:hover{
    background-color: #e10374;
    color: #fff;
    border-color: #e10374;
}

/* for cart */

.c-order-cart-decorator .wa-products .wa-column-quantity{
    width: 88px;
}

.wa-quantity-cart-section .wa-section-body{
    display: flex;
}

.c-order-cart-decorator .wa-quantity-cart-section .wa-button {
  flex: none;
  width: 19px;
  border: 1px solid #e0e0e0;
  transition: background-color .2s ease-in-out;
  cursor: pointer;
  background: none;
  height: 29px;
}

.c-order-cart-decorator .wa-quantity-cart-section .wa-button-wrapper:first-child .wa-button {
  border-right: 0;
  border-radius: 5px 0 0 5px;
  width: 32px;
}

.c-order-cart-decorator .wa-quantity-cart-section .wa-button-wrapper:last-child .wa-button {
  border-left: 0;
  border-radius: 0 5px 5px 0;
  width: 32px;
}

.c-order-cart-decorator .wa-quantity-cart-section .wa-field {
  width: 40px;
  border: 1px solid #e0e0e0;
  padding: 3px 3px 4px;
  text-align: center;
  border-radius: 0;
}

.c-order-cart-decorator .wa-quantity-cart-section .wa-unit,
.c-order-cart-decorator .wa-quantity-cart-section .wa-description{
    display: none!important;
}

.c-order-cart-decorator .wa-cart-details .wa-coupon-section .flexdiscount-form{
    display: flex;
    flex-wrap: wrap;
}

.c-order-cart-decorator .wa-cart-details .wa-coupon-section .flexdiscount-form .wa-input {
    flex: auto;
    width: 1px;
    max-width: 100%;
    line-height: 1.2;
    padding: 8px 14px 9px;
    font-size: 14px;
    border: 1px solid #ededed;
    border-radius: 4px;
    outline: 0;
    background: #fff;
    transition: border-color .2s ease-in-out;
}

.c-order-cart-decorator .wa-cart-details .wa-coupon-section .flexdiscount-form .wa-button {
    margin-left: 10px;
    flex: none;
    background-color: #e10374;
    display: inline-block;
    line-height: 1.2;
    vertical-align: top;
    padding: 8px 14px 9px;
    cursor: pointer;
    transition: background-color .2s ease-in-out;
    text-align: center;
    text-decoration: none;
    color: var(--button-text-color);
    border: 1px solid transparent;
    border-radius: 4px;
    font-weight: 500;
    user-select: none;
    text-shadow: none;
    outline: 0;
}

.c-order-cart-decorator .wa-cart-details .wa-coupon-section .flexdiscount-form .wa-button:hover{
    background-color: #c60469;
}

.c-order-cart-decorator .wa-cart-details .wa-coupon-section .wa-inactive-state{
    display: none;
}

.flexdiscount-coup-del-block{
    flex: 0 0 100%;
    width: 100%;
    margin-top: 5px;
}

.flexdiscount-coupon-delete{
    color: #c60469;
}

.flexdiscount-coupon-delete::before{
    font-size: 6px!important;
    display: inline-flex!important;
    justify-content: center!important;
    align-items: center!important;
}

.c-product-add-to-cart__flexdiscount{
    display: none;
}

.custom-pagination{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-pagination li.selected a{
    background-color: var(--light-color);
    color: var(--link-color);
    text-decoration: none;
    cursor: pointer;
    transition: color ease-in-out .2s;
}

.custom-pagination li a,
.custom-pagination li span{
    display: block;
    padding: 7px;
    min-width: 30px;
    height: 30px;
    text-align: center;
    color: #333;
    border-radius: 3px;
    text-decoration: none;
    transition: background-color .2s ease-in-out,color .2s ease-in-out;
    line-height: 1;
}


/* end */