/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
 .activenow {
    background-color: #eb7025; }

/* Custom css for product page */
@media screen and (max-width: 480px) {
  #product .product-add-to-cart .add button {
      width: 100%;
  }

  #product .leo-compare-wishlist-button {
      display: block;
      margin-top: 30px;
  }
}
.product-miniature .product-thumbnail {
  position: static!important;
}
.leoproductsearch-result .all-search-product {
display:none!important;
}
/*
body#checkout section.checkout-step .payment-options .payment-option {
  background: #f6f6f6;
  padding: 15px 10px;
  margin: 0 0 25px;
  display: flex;
  align-items: center;
  min-height: 70px;
}
*/
body#checkout section.checkout-step .payment-options .payment-option {
  padding: 0px 10px;
  display: flex;
  align-items: center;
  min-height: 30px;
}
body#checkout section.checkout-step .payment-options .custom-radio {
  margin-right: 10px;
  margin-top: -7px;
}
@media (max-width: 767px) {
.highlighted-informations.hidden-sm-down {
  display: block!important;
}
}

#product-accessories-scroll .owl-theme .owl-buttons div:before {
  font-size: 23px;
}
@media (min-width: 980px) {
#product-accessories-scroll  .owl-theme .owl-buttons div.owl-prev {
  left: 15px;
}
#product-accessories-scroll   .owl-theme .owl-buttons div.owl-next {
  right: 15px;
}
}
@media (max-width: 480px) and (min-width:320px){
.ajax_block_product.col-sp-12  {
width:50%!important
}
.thumbnail-container .product-title a {
  height: 105px;
}
.plist-modern .thumbnail-container .product-meta {
  padding: 10px;
}
}

@media (max-width: 768px) and (min-width:320px){
.product_list.grid .row .ajax_block_product:nth-child(2n+1) {
  clear: both!important;
} 
}
.sidebar>div.contact-rich  {
  padding: 20px 10px;
}
.sidebar>div.contact-rich .block  {
  padding: 0;
  border: 0;
}

#subcategories {
margin-top: 15px;
}
.subcategories-list {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 15px;
text-align: center;
}
.subcategories-list li {
box-shadow: 0 1px 4px 1px rgba(0,0,0,.06),0 4px 4px 2px rgba(0,0,0,.04);
padding-bottom: 20px;
}
.back-block-category {
text-transform: none;
position: relative;
padding-left: 15px;
}
.back-block-category::before {
content: "\f104";
font-size: 21px;
font-family: "FontAwesome";
top: 0px;
position: absolute;
left: 0px;
}


@media (max-width: 768px) {
  .subcategories-list {
      display: block;
  }
  #subcategories .subcategory-image .img-fluid {
    max-width: 100px;
  }
  #subcategories li {
    display: flex;
    padding: 0;
    margin-bottom: 10px;
  }
  #subcategories li h5 {
    margin: auto 0 auto 10px;
  }
}



