@media (min-width: 576px) {
  .cart {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    align-items: stretch;
  }
  .cart > #button-cart,
  .cart > #button-ukrcredits {
    flex: 1 1 0;
    min-width: 0;
  }
  .cart .btn { white-space: normal; }
  .cart[style] { gap: 8px !important; }
}

@media (max-width: 500) {
  .cart { display: block; }
  #button-ukrcredits {
    display: block;
    width: 100%;
  }
}

@media (max-width: 575.98px) {
  .cart { display: block; }
  #button-ukrcredits {
    margin-top: 1rem;
  }
}

.stock-status {
  white-space: normal !important;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.ch-g-dots .ch-g-line.active-line {
border-color: #FF5D9E!important;
}

.light-theme .product-thumb .product-name a:hover {
color: #FF5D9E!important;
}

.chm-btn-black {
background-color: #FF5D9E!important;
}

.btn-primary:hover, .btn-primary:active {
background-color: #3F9136!important;
}
.btn-primary:focus, .btn-primary:focus, .btn-primary {
background-color: #61C956!important;
}

.free-shipping-left .free-ship-bar-fill {
background: #FF5D9E!important;
}
.free-shipping-left .sum-free-shipping-left {
color: #FF5D9E!important;
}

.free-ship-info.active-free-ship {
color: #3F9136!important;
border: 2px dashed #3F9136!important;
}

.light-theme .subcategory:hover .sc-name {
color: #FF5D9E!important;
}

.info-manufacturer a {
color: #FF5D9E!important;
}
/*Доставка з різних складів*/
.warehouse-notification {
margin-top: 25px;
border: 1px solid #FF5D9E;
border-radius: .5rem;
padding-top: .7rem;
padding-right: 1rem;
padding-left: 1rem;
background-color: rgba(255,94,139,0.1);
}
/*підписка в підвалі*/
footer .btn-subscribe {
border: 1.5px solid #FF5D9E!important;
color: #FF5D9E!important;
}
footer .btn-newsletter {
background-color: #FF5D9E!important;
}
.btn-subscribe svg path {
  fill: #FF5D9E !important;
  transition: fill .2s ease;
}

.btn-subscribe:hover svg path {
  fill: #ff3e8c !important;
}

.btn-subscribe:active svg path {
  fill: #e6357f !important;
}
/*кольори фільтру*/
.ocf-noUi-connect:before, .ocf-noUi-handle {
background-color: #FF5D9E!important;
}
.ocf-btn-link {
color: #FF5D9E!important;
}
.ocf-btn-link:hover, .ocf-btn-link:focus {
color: #CE214E!important;
}
.ocf-theme-light-block.ocf-vertical .ocf-filter {
background-color: #ffffff!important;
border-color: #E3E3E3;
border: 1px solid #E3E3E3;
}
.ocf-scroll-y::-webkit-scrollbar-thumb {
background-color: #FF5D9E!important;
}

/*серії товарів*/
.product-groups {
border-bottom: none !important;
}
/*картинка категорії в описі*/
.category_description img {
display: none!important;
}
.category_description .psfl-l {
padding: 0 0px 0px 0;
}

/*чекбокс*/
.checkbox-input[type="radio"]:checked, .chm-radio label input[type="radio"]:checked {
background-color: #FF5D9E!important;
border-color: #FF5D9E!important;
}
/*кошик*/
.chm-btn-outline-primary {
border: 1px solid #FF5D9E!important;
color: #FF5D9E!important;
}
.chm-btn-outline-primary:hover {
background: #FF5D9E!important;
border: 1px solid #FF5D9E!important;
color: #fff!important;
}
/*картинка в статті блогу*/
.image-atricle {
float: left;
margin-right: 2rem !important;
}
/*колір назви статті в списку при наведенні*/
.articles__title a:hover, .module-articles__title a:hover {
color: #FF5D9E!important;
}
/*значки групування в мобільній версії*/
@media (max-width: 991px){
.product-groups-list {
left: 20px!important;
}
}
@media (max-width: 991px){
.product-groups-list.expanded {
top: 50px!important;
}
}
@media (max-width: 991px){
.product-groups-list .product-groups-list-wrap {
max-height: 140px!important;
}
}
/*таблиця розмірів*/
.lz-size-table-wrapper {
  overflow-x: auto;
}
.lz-size-table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  font-family: Arial, sans-serif;
}
.lz-size-table thead {
  background-color: #FF5D9E;
  color: white;
}
.lz-size-table thead span {
  color: #000000;
}
.lz-size-table th,
.lz-size-table td {
  padding: 12px;
  border: 1px solid #ddd;
}
.lz-size-table tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}
.lz-size-table td:first-child {
  font-weight: normal;
}
/*прибрати кількість в картці товару*/
#product .cart, #popup-quickview .cart {
margin-left: 0px!important;
}
#popup-quickview .quantity-adder, #product .quantity-adder {
display: none!important;
}