#InfoTab .nav-tabs .nav-item .nav-link.active::after, #InfoTab .nav-tabs .nav-item .nav-link:hover::after {
  background-color: #00a1de;
}
#normalcalc .form-group label {
  white-space: wrap;
}

#middle-content .product-box .hover-box-shadow .card-body {
    padding-left: 15px !important;
    padding-right: 0px !important;
}

#productpricetotal #producttotalprice #disp_product_price {
  color: #00a1de !important;}
  
  .large-collection-slider .slick-slide .card a{
      display: flex !important;
  flex-wrap: wrap;
  }
  
    .large-collection-slider .slick-slide .card a .card-title{
      order: 1;
  width: 100%;
  }
    .large-collection-slider .slick-slide .card a .card-img-top{
      order: 2;
  }
  
#related-product .card:hover .card-body a .caption {
    color: #00a1de !important;
}

.deals {
    background-image: url(https://djuqbvg97u5zb.cloudfront.net/vmachonpr/images/contentimages/images/BANNER_WEB_1920x550.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
/*.print-section .card h3 {*/
/*  white-space: nowrap;*/
/*  overflow: hidden;*/
/*  text-overflow: ellipsis;*/
/*  max-width: 200px;*/
/*}*/
/*#product-info #related_products .product-box .caption {*/
/*  white-space: nowrap;*/
/*  overflow: hidden;*/
/*  text-overflow: ellipsis;*/
/*}*/
#product-info #related_products .product-box .caption {
 position: absolute;
 top: 0;
 left: 8px;
 background: #fff;
 padding: .7rem 1rem !important;
 text-align: center !important;
 width: calc(100% - 16px);
 font-size: 15px;
 line-height:1.2;
}
@media (min-width: 992px){
    .top-header .content {
     padding-right: .5rem;
    }    
}
/** Hide Quantity fields from specific Product**/
.hide_qty .prduct_qty {
    display: none;
}
.eapps-google-reviews-7c082679-192f-413d-b5e0-d2052c3f119b-custom-css-hook [class*="RatingItemFilledSvg__ContainerAbsolute-sc"] > svg path {
  fill: rgb(252, 191, 2) !important;
}
.large-collection-slider .slick-slide .card a .card-title {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (min-width:1440px){
    #product-info #related_products .product-box .caption{
      font-size: 16px;  
    }
}
#top-banner .carousel-caption:after{
    display: none;
}

.qtyrange .quantity_range_msg{
    display:none;
}
#myaccount_menu li:nth-child(4),#user_dashboard #account_btns .row.card-aligned .col-12.col-sm-6:nth-child(3){
    display: none !important;
}
/*#user_dashboard .row.card-aligned .col-12.col-sm-6.col-md-4:nth-child(2){*/
/*    display: none !important;*/
/*}*/
@media only screen and (min-width: 768px) {
  .navbar-collapse .navbar-nav .nav-item:last-child .dropdown-menu li:nth-child(4){
      display:none;
  }}

#producttotalprice{
    overflow:unset;
}