/* footer */
@media (min-width: 576px) {
  .hide-menu {
    display: none;
  }
}

/* product detail */
.product-models a,
.product-models span {
  text-align: center;
}

.detail_service-link{
  position: relative;
  display: inline-block;
}

.detail_service-link:hover::after{
  background-color: #999;
}

.detail_service-link::after{
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #222222;
  transition: all 0.3s ease 0s;
}

.product-models img {
  max-height: 100% !important;
}

/* catalog section */
.product-bottom{
  padding: 14px 14px 6px 14px !important;
}

.product-colors{
  display: flex;
  flex-wrap:wrap;
  padding: 0px 14px;
  justify-content: flex-start;
  opacity:0;
  transform: translateY(-10px);
  transition: all 0.3s ease 0s;
}

.product-colors-link{
  border-radius:50%;
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 5px 5px 0px;
}

.product-fav-btn{
	display: flex;
	justify-content: center;
	align-items: center;
}

@media (max-width: 768px){
  .product-colors{
    opacity: 1;
    transform: translate(0px,0px);
  }

  .product-colors-link{
    width: 15px;
    height: 15px;
  }
}
@media (any-hover: hover){
  .product-wrapper:hover > .product-colors{
    opacity: 1;
    transform: translate(0px,0px);
    transition: all 0.3s ease 0s;
  }
}

/* video banner */
video.mobile {
  display: block;
  aspect-ratio: auto 3/4;
}

video.desktop {
  display: none;
}

@media screen and (min-width: 800px) {
  video.mobile {
    display: none;
  }

  video.desktop {
    display: block;
    aspect-ratio: 16/9 auto;
  }
}

/* cart modal */
#cart-modal{
  z-index: 1350; 
  -webkit-transform: translateZ(0);
}

#checkout-order-form{
  position: relative;
  z-index: 255;
  -webkit-transform: translateZ(0);
}

#basket-coupon-btn,
#checkout-coupon-btn{
  min-width: 140px;
}

.basket-counter[data-counter="minus"].disabled{
  opacity:0.3;
  pointer-events:none;
}

/* checkout */
.payment-error-text{
  color:red;
}

#checkout-coupon-block-button{
  min-width: 140px;
}

.ui-helper-hidden-accessible {
  display: none;
}

.ui-autocomplete {
  position: absolute;
  left: 0;
  z-index: 255;
  border-right: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
  border-left: 1px solid #EEEEEE;
}

.ui-autocomplete .ui-menu-item {
  box-sizing: border-box;
  border-bottom: 1px solid #EEEEEE;
  background-color: #FFFFFF;
}

.ui-autocomplete .ui-menu-item:last-child {
  border-bottom: none;
}

.ui-autocomplete .ui-menu-item > div {
  font-size: 13px;
  line-height: 13px;
  padding: 8px 30px 8px 10px;
}

.ui-autocomplete .ui-state-focus,
.ui-autocomplete .ui-state-active {
  background-color: #EEEEEE;
}

@media (max-width: 1100px) and (min-width:992px){
	.counter-block{
		flex-wrap: wrap;
	}
	.item-price{
		flex: 1 1 100%;
		margin-top: 10px;
		text-align: left;
	}
}
@media (max-width: 450px){
	.counter-block{
		flex-wrap: wrap;
	}
	.item-price{
		flex: 1 1 100%;
		margin-top: 10px;
		text-align: left;
	}
}

/*  */