.head_cont{
    display: none !important;
}
.product-box .card .card-body .card-text,.product-box .card .card-footer{display:none !important;}

@media only screen and (min-width: 768px) {
.head_cont{
    display: flex !important;
}
}
/*@media only screen and (min-width: 768px) {*/
/*  .navbar-collapse .navbar-nav .nav-item:nth-child(4),.navbar-collapse .navbar-nav .nav-item:nth-child(5),.navbar-collapse .navbar-nav .nav-item:nth-child(6) {*/
/*   display: none !important;*/
/*  }*/
/*}*/
.middle_inner_section .productdatalayer{
    padding-left: 16px;
    padding-right: 16px;
}
@media only screen and (min-width: 1440px) {
  .special_offer_badge .h4 {
    line-height: 15px;font-size: 0.75rem;
  }
}
@media only screen and (min-width: 768px) {
  .special_offer_badge {
    max-width: 100px;
    max-height: 100px;
  }
}
.home_page_body .body-container {
  padding-top: 0;
}
.home_page_body .HomePage_Title {
  margin-bottom: 10px !important;
}
@media only screen and (min-width:1100px) {
  .home_page_body .header_cms_page .container, .home_page_body .body-container.container{
    max-width: 1000px;
  }
}
.card {
  border-radius: 1rem;
  overflow: hidden;
}