@media screen and (min-width:728px) {
.similar-products, .related-products {
  width:184px!important;
}

} 
@media screen and (min-width:1026px) {
  .desktopvers{
    display:none;
  }
} 

@media screen and (max-width:1024px) {
  
  .showdesktop{
       display:none;
  }
} 

.collection-order-wrapper, .collection-order {
  width: 100%;
}
.collection-order-row {
  display: inline-block;
}

.collection-order-field.page-size {
  line-height: 23px;
  padding-top: 0px;
  padding-bottom: 0px;
}

@media (max-width: 400px) {
  .top .is-page-size {
    display: none;
  }
}
.shopcart-widget-icon:before {
font-size: 2rem;
}

.is-special-products .product-cart-control .button-buy {
  min-width: 7rem;
}

.feedback-form .form-row.recaptcha-wide {
  flex-basis: 100%;
  justify-content: center;
  max-width: 100%;
}
