.navbar .container .collapse .navbar-nav .nav-item .dropdown-menu li > .dropdown-item::after,.navbar .container .collapse .navbar-nav .nav-item .dropdown-menu .dropdown-menu{
display:none;
}
#productpricetotal #producttotalprice span {
  display: none;
}
#productpricetotal .cal-summary-pipline small {
  font-size: 22px;
  font-weight: 800;
}
#product_images .carousel-thumbs, .kit_product_info .carousel-thumbs {
  width: 100%;
}
#product_price_table #price_list_table .product-amount {
  display: none;
}
.home_page_body #main-content {
  /* padding: 4rem 0rem; */
}

.product-box .hover-box-shadow .card-footer {
    text-align: center !Important;
}

.MultiCarousel-inner{
    Width: auto !important;
}
.trending .MultiCarousel .carousel-control-prev {
  display: none;
}
.visualcal .show-tick .dropdown-menu img {
  width: 90px;
}
.dynamicHelpTemplateMain .row.mt-4.mb-5.narrow-gutter .col-6 {
  display: none;
}
.dynamicHelpTemplateMain .orientation_div {
    display: none;
}
@media only screen and (min-width: 768px){
    .product-box .hover-box-shadow .thumbnail img {
width: fit-content;
}
}
.custom_slider .carouselimages .carousel-control-prev, .custom_slider .carouselimages .carousel-control-next {
  display: none !important;
}
/**/
#calsummaryproductpricetotaldiv .cal-summary-pipline .sub-total span {
    display: flex;
}
#calsummaryproductpricetotaldiv .cal-summary-pipline .sub-total span small.pr-1 {
    order: 1;
    padding-left: 7px;
}
#calsummaryproductpricetotaldiv .cal-summary-pipline .sub-total span small.unit_price {
    order: 0;
}