@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
.page-wrapper .cdz-horizontal-menu{
width:74% !important;
margin: 0 auto;
position: relative;
}
.catalog-product-view .product-info-main .product-info-stock-sku .stock.available::before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f058";
  font-size: 25px;
  vertical-align: middle;
  color: #39b54a;
}
.catalog-product-view .product-info-main .product-info-stock-sku .stock::before {
  margin-right: 5px;
  margin-top: -3px;
}
.product-info-main .stock.available{
    display: inline-block;
    width:100%;
    margin:10px 0px;
}
.product-reviews-summary .reviews-actions{
    display:inherit;
}
.catalog-product-view .product-info-main .product-social-links{
  border-bottom: 1px solid #e9eaec !important; 
  margin-bottom: 15px;
  float: left;
}
.aboutus-subtitle p,
.returns-policy-subtitle li,
.delivery-terms-shipping-information-subtitle li
{
  font-family: "Montserrat", serif;
  font-size:11px;
  font-optical-sizing: auto;
  font-style: normal;
}
.product-item-info .comming_soon{
    position: absolute;
  z-index: 999;
  right: 0;
  padding: 5px;
  background: black;
  color: wheat;
}
.page-footer .footer-social .social a{
    display: inline-block;
}
.page-footer .footer-social .social a img{
    

width: 30px;
  height: 25px;
  display: inline-block;
}
.product-info-main .price-box .special-price .price{
    color:#F00 !important;
}
.gallery-container .cdz-product-labels .label-item.sale{
    background:#F00 !important;
}

.cdz-menu .item.level-top > .groupmenu-drop > .tablet-item{
    display:none;
}