.body-innerwrapper {
  background: #fafafa;
}
p:last-child {
  margin-bottom: 0px;
}
img {
  display: unset;
}



.breadcrumb .float-start {
  padding-right: 10px;
}
.breadcrumb-item + .breadcrumb-item::before
{
  content: "";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
.article-details .featured-article-badge, .article-list .article .featured-article-badge {
  display: none;
}



#sp-header-top {
  padding: 15px 0;
}


.sp-megamenu-parent {
  margin: 0;
}
.sp-megamenu-parent > li:last-child > a {
  padding: 0px 15px;
}

#sp-header {
  background: #2c3e50;
}
#sp-header .mod-finder {
  line-height: 60px;
}






.pagination-wrapper, .com-content-category-blog__navigation {
  text-align: center;
  display: block !important;
}
.pagination-wrapper .pagination, .com-content-category-blog__navigation .pagination {
  display: block;
}
.pagination-wrapper .pagination li, .com-content-category-blog__navigation .pagination li {
  display: inline-block;
}
.page-item:nth-child(2) .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}


/* VM Cart Module */
.vmCartModule {
  color: #fff;
  background: #F97316;
  padding: 5px 10px;
  float: right;
  border-radius: 4px;
  font-size: 12px;
}
.vmCartModule:hover {
  background: #EA580C;
}

.vmCartModule .cart-wrapper{
    position: relative;
    display: inline-block;
    font-size: 20px;
}

.vmCartModule .total_products.cart_not_empty {
  position: absolute;
  top: -2px;
  right: -9px;
  padding-left: 0px;
  background: #ff0000bd;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vmCartModule .total_products {
  font-size: 12px;
  display: inline-block;
}

.vmCartModule .total.hide {
  display: none;
}
.vmCartModule .total.show {
  display: inline-block;
}
.vmCartModule .total {
  padding-left: 5px;
}
.vmCartModule .show_cart {
  display: none;
}
.vmCartModule .show_cart a, .show_cart a:hover, .show_cart a:focus, .show_cart a:active {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  padding-left: 5px;
}
.vmCartModule:hover .show_cart {
  display: inline-block;
}
.vmCartModule:hover .total.show {
  display: none;
}

/* VM Component */
.vm-product-grid .product-container {
  border: 1px solid #e7e6e6;
  border-radius: 3px;
  background-color: #FFF;
  padding: 15px;
  transition: all 0.2s linear 0s;
}



@media (min-width: 576px) {
.container, .container-sm {
  max-width: 98%;
}
}
@media (min-width: 768px) {
.container, .container-md, .container-sm {
  max-width: 98%;
}
}
@media (min-width: 992px) {
.container, .container-lg, .container-md, .container-sm {
  max-width: 98%;
}
#sp-menu .justify-content-end {
  justify-content: flex-start !important;
}
}
@media (min-width: 1200px) {
.container, .container-lg, .container-md, .container-sm, .container-xl {
  max-width: 1180px;
}
}
@media (min-width: 1400px) {
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  max-width: 1400px;
}
}


@media (max-width: 992px) {

}
@media (max-width:991.99px) {

}
@media (max-width:767.99px) {

}
@media (max-width: 576px) {

}
@media (max-width:575.99px) {

}