#product_images .carousel-thumbs, .kit_product_info .carousel-thumbs {
  width: 100%;
}
#action-btn .btn-img-text {
  height: 100%;
}
#footer ul li a {
  white-space: nowrap;
}
  #footer .fotter_bottom .container .support_info ul {
    column-count: 1;
  }
  
.breadcrumb_container::after {
  top: 0;
  transform: translate(-50.2%);
}
@media only screen and (min-width: 1440px) {
  #footer .fotter_bottom .container .support_info ul li {
    width: 100%;
  }
}

/*hide price for specific products*/

.hideprice  #productpricetotal {

    display: none;

}

/*hide shipping price calculator */

.hideprice #shippingcalc{
    display: none;
}

@media only screen and (min-width:1280px){
    .breadcrumb_container::after{
left: 33%;
  width: 99.5vw;
}
}
 
#sidebar-left{
margin-top: 60px;
}

#product_info .breadcrumb_container::after{
left: 50%;
  width: 99.5vw;
}