.loader-spinner {
  -webkit-animation: spin 2s linear infinite !important;
  animation: spin 2s linear infinite !important;
}
/* @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body, h1, h2, h3, h4, h5, h6, p, a, span, ul, li, div, strong {
  font-family: 'Poppins', sans-serif !important;
} */
body{    background-color: #ffffff !important;}
.header-top {
    display: none !important;
}
.order-confirm {
  width: 17%;
}

.courier {
  width: 40%;
}
.live-search-input .search .form-control {
    padding: 1rem 2rem;
    font-weight: 400;
    color: #000000 !important;
    font-family: 'Poppins', sans-serif !important;
}
.service-featured-icon::after {
    display: none;
}
span.service-featured-icon a {
    color: #417808 !important;
}
.categorie-item-content h4 a {
    color: #417808 !important;
    display: block;
    width: 100%;
}
.header-menu {
    background-color: #ffffff !important;
}
.header-action-icon {
    position: relative;
    z-index: 1;
    min-width: 40px;
    height: 40px;
    line-height:40px;border: none !important;
    background-color: #f4f4f4!important;
    border-radius: 50%;
    text-align: center;
    overflow: hidden;
}
.header-menu-container.d-flex.justify-content-between.align-items-center {
    border-top: 1px solid rgba(0, 0, 0, 10%);
}
.header-menu-container {
    height: 50px !important;
}
/* .border-top1{
    border-top: 1px solid rgba(0, 0, 0, 10%);
} */
.menu > .navLink {
    font-size: 1.5rem;
    font-weight: 500;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif !important;
    height: 48px;
    color: #222 !important;
    line-height: 48px;
}
.header-action-icon > svg {
    font-size: 2.2rem;
    fill: #3e3939;
    width: 24px;
    height: 24px;
    transition: 0.4s;
}
.menu > .navLink:hover::after {
    margin: 0px;     width: 80%;
}
.menu > .navLink {
        padding: 0px 15px !important;
    }
/* li.menu.nav-item.dropdown.position-static > a:first-child {
    padding-left: 0 !important;
} */
.header-contact-number {
    gap: 1rem !important;
}
.live-search-input input {
    width: 100%;
    height: 45px;
    background-color: #f4f4f4!important;
    border: 1px solid transparent!important;
}
.search .fa-search {
    color: #000000 !important;
}
.way {
  width: 62%;
}
.pickup {
  width: 100%;
}

.cate-menu-active {
  color: var(--primary) !important;
}

.search {
  position: relative;
}
.search input {
  line-height: 1.8rem;
  text-indent: 25px;
  border-radius: 30px;
}
.search input:focus {
  border: 2px solid var(--primary);
}

.search .fa-search {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  transition: 0.4s ease;
  color: var(--gray-3);
}
.search .fa-search:hover {
  color: var(--primary);
  transform: scale(1.05) translateY(-50%);
}

.search button {
  position: absolute;
  top: 5px;
  right: 5px;
  height: 35px;
  width: 60px;
  background: var(--primary);
}
.section-title-left h3 {
    text-transform: capitalize;
}
.title-left-content h3 {
    text-transform: capitalize;
}
.newsletter-submit {
  overflow: inherit !important;
}
.input-group-news {
  position: relative;
  background-color: var(--primary-light);
  margin-bottom: 2rem;
  border-radius: 50px;
  border: 1px solid var(--primary-light-border);
}
.input-group-news input {
  border: 0.1rem solid transparent;
  background-color: var(--primary-light);
  border-radius: 50px;
  -webkit-border-radius: 50px;
  width: 100%;
  padding: 1.5rem 10rem 1.5rem 2rem;
  box-sizing: border-box;
  font-size: 1.4rem;
  background-color: transparent;
  color: var(--gray-1);
}
.input-group-news .input-group-btn {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
}
.input-group-news .input-group-btn .btn {
  background: var(--primary);
  color: var(--text-primary);
  font-size: 1.4rem;
  min-height: 40px;
  height: 40px;
  min-width: 95px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
}
.footer-links li a {
    color: #e9e9e9;
    font-weight: 400;
    font-size: 1.3rem !important;
}
.footer-contact-link {
color: #e9e9e9;
    font-weight: 400;
    font-size: 1.3rem !important;
}
.footer-descrition {
color: #e9e9e9;
    font-weight: 400;
    font-size: 1.3rem !important;
}
.footer-contact-icon > svg {
    fill: #e9e9e9;
    stroke: #e9e9e9;
}
.footer-top-item-title {
    font-size: 1.6rem;
    margin-bottom: 2rem;
    font-weight: 500 !important;
    text-transform: capitalize !important;
    color: #ffecdc;
}
.input-group-news input:focus {
  outline: none;
  border-color: var(--primary);
  transition: border-color 0.2s ease-in-out;
}

.order-product-details h5 a {
  color: inherit !important;
}
section.recent-news h4 {
height: 58px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    color: #222222 !important;
    font-size: 16px;
    font-weight: 500 !important;
    padding: 10px 15px;
}
.btn-view {
    text-align: left;
}
/*.Today__Deal {display: none !important;}*/
/*.New___Arrivals{display: none !important;}*/
section.promotional-banner {display: none !important;}
.Digital___Products{display: none !important;}
/*.Best__Selling___Products{display: none !important;}*/

.header-middle {
    background-color: #417808;
    padding: 1rem 40px;
}
.blink {
  animation: blinkText 1s infinite; /* 1s duration, infinite loop */
}
span.service-featured-icon i {
    display: inline-block; /* rotation ke liye zaroori */
    transition: transform 0.5s ease; /* smooth animation */
}

span.service-featured-icon:hover i {
    transform: rotateY(180deg);
}
@keyframes blinkText {
  0%   { color: white; }
  50%  { color: transparent; } /* Hide in between */
  100% { color: white; }
}

.header-middle a span, small {
    color: #f7f7f7;
    font-weight: 400;
    font-size: 14px ;
}
    .navBar > a {
        padding: 0 0.8rem;
        border: none;
        letter-spacing: 0.5px;
    }
.header-middle .dropdown__button {
    color: #000000 !important;
    font-weight: 400;
    font-size: 13px;
}
.thesupplementstore .nav-link {
    font-size: 14px;
    margin: 0px 10px;
    padding: 0 10px;
    font-weight: 500;
    text-transform: uppercase;
    color: #949494;
    letter-spacing: 0;
}
.thesupplementstore .nav-link.active {
    color: #417808;
    background: none !important;
    border: none;
    border-bottom: 2px solid #417808;
}
ul#productTab {
    border: none !important;
}
.blog-desc {
    line-height: 1.8;
    font-size: 14px !important;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #6F6F6F;
    text-align: center;
    font-weight: 400 !important;
    padding: 0px 15px;
}
.blog_part {
    position: relative;
    display: inline-block;
    width: 100%;
    padding-bottom: 20px;
}
.blog_part h4 a {
    color: #222222 !important;
}
.thesupplementstore .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    isolation: isolate;
    border-color: #417808;
    color: #417808 !important;
}
.banner {
    position: relative;margin-top: 4px;
    background-color: #ffffff;
}
.service-featured-content > span {
    display: block !important;
    color: #222222 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
}
.service-featured-content > small {
    color: var(--gray-2);
    font-size: 1.3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #6F6F6F !important;
    font-weight: 400;
    font-size: 14px !important;
    margin-top: 0px;
}
@media only screen and (min-width: 768px) {
    .service-featured-icon {
        font-size: 3.5rem !important;
        width: 5rem !important;
    }
}
    .service-featured-item {
        padding: 15px;justify-content: center;
    background-color: #fafafa;
    }
/* .Home___Delivary {
    box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
    border-radius: 4px;
    border: none;
} */
.Top___Category {
    padding-top: 40px;
    padding-bottom: 40px;
}
.Top___Category .categorie-item {
    margin-bottom: 30px;
    padding: 15px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
    position: relative;
    height: 245px;
}
.category-overlay {
    background: rgb(0 148 180 / 54%);
}
.mentstoress{display: none !important;}
.banner-hover {
    position: relative;
    overflow: hidden;
    display: block;
}
.banner-grid .banner-content.text-left {
    left:30px;
}
.banner-grid .banner-content {
    position: absolute;
    bottom: 50%;
    transform: translateY(50%);
}
.banner-grid .banner-content h3 {
    font-size: 18px;
    margin-top: 5px;
    font-weight: 700;
}
.banner-grid .banner-content .banner-btn {
    color: #417808;
    display: block;
    margin-top: 8px;
    font-weight: 700;
    font-size: 14px;
}
.banner-grid .banner-content .banner-btn:after {
    content: "\f105";
    font: 14px / 1 FontAwesome;
    margin-left: 5px;
}
.banner-block.banner-hover {
    margin-bottom: 9px;
}
.p{font-size: 14px !important;}
.pasta_newsletter {
    height: 97% !important;
}
.middle-left p {
    font-size: 14px;
}
.navBar > a > span:hover {
    color: #000000;
}
.slider-side-banner.banner-grid P {
color: #333333;
    font-size: 18px;
    margin-top: 5px;
    font-weight: 700;
}
.title-left-content > h3::after {
display: none !important;
}
.title-left-content > h3 {
    font-weight: 600 !important;
}
section.pt-80.pb-80.Top__Products .section-title {display: none;
}
section.pt-80.pb-80.Top__Products {
    padding-top: 30px;
}
.thesupplementstore_det {
    background-color: #ffffff;
}
.product-detail-left.design-123 {
    background-color: #fafafa;
    padding: 20px;
    border: 1px solid #ece8e8;
    margin-bottom: 20px !important;
    border-radius: 5px;
}
.product-item-summery span {
font-size: 14px !important;
    line-height: 28px;
    color: #726f6f !important;
    font-weight: 400 !important;
}
.product-item-summery {
    padding-top: 0px !important;
}
.product-actions-type {
    padding: 5px 10px !important;
    background-color: #fafafa;
}
.product-detail-btn {
    margin-top: 7px;
}
.pay-method-img {
    width: 100% !important;
}
.product-colors > span, .product-size > span, .product-details-social > span {
    text-transform: capitalize !important;
}
.description-content.fs-14 p span{  font-size: 14px !important;
    line-height: 28px;
    color: #726f6f !important;
    font-weight: 400 !important;}
/* .Top__Products .best-selling-item {
    display: inline-block;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
}
.Top__Products .best-selling-item .product-img {
    height: 284px;
} */

/* Mega menu container */
/* Mega menu as full width below nav */
.mega-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100% !important;
    max-width: 99%;
    margin: auto;
    padding: 20px 30px !important;
    background: #fff;
    border-radius: 6px;
    border: 1px solid #eee !important;
    z-index: 1000;
    box-shadow: 0 0 15px #0000001a !important;
}

/* Bootstrap override */
.dropdown-menu.mega-menu {
  display: none;
}
.menu.nav-item.dropdown:hover > .mega-menu {
  display: block;
}

/* Category column */
.mega-menu .col-md-3 {
  padding: 0 15px;
  border-right: 1px solid #f5f5f5;
}
.mega-menu .col-md-3:last-child {
  border-right: none;
}

/* Headings */
.mega-menu h6 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
}
.mega-menu h6 a {
text-decoration: none;
    color: #222 !important;
    display: block;
    font-size: 16px;
    width: 100%;
    padding-bottom: 20px;
    font-weight: 600;
}
.mega-menu h6 a:hover {
  color: #417808 !important;
}

/* Product links */
.mega-menu ul {
  padding-left: 0;
}
.mega-menu ul li {
  list-style: none;
  margin-bottom: 6px;
}
.mega-menu ul li a {
    font-size: 14px;
    color: #222222;
    text-decoration: none;
    transition: color 0.2s ease;
    text-transform: capitalize;
    font-weight: 400;
}
a.fw-bold.text-primary {
    color: #417808 !important;
    font-weight: 400 !important;
    font-size: 14px;
}
.mega-menu ul li a:hover {
    color: #417808;
    padding-left: 0px;
    font-weight: 400;
}
@media (max-width: 991px) {
  .mega-menu {
    position: static;   /* mobile par dropdown ke andar hi dikhao */
    box-shadow: none;
    border: none;
    padding: 15px;
  }
  .mega-menu .row {
    display: flex;
    flex-wrap: wrap;
  }
  .mega-menu .col-md-4 {
    flex: 0 0 50%;
    max-width: 50%;
    border-right: none;
    margin-bottom: 20px;
  }
}

@media (max-width: 575px) {
  .mega-menu .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.header-menuLeft{
    flex: unset !important;
    position: unset !important;
}

/* body {
    background-color: #ffffff !important;
} */
@media only screen and (min-width: 768px) {
    .service-featured-content > span {
        font-size: 1.7rem;
    }
}
.same_bg {
    background-color: #0b3f4a !important;
}
.ct_none{display: none !important;}
.product-item {
    background-color: #ffffff;
    margin-bottom: 20px;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #eeeeee;
}
@media only screen and (min-width: 992px) {
    .offer-tag {
        top: 1rem;
        padding: 0.6rem 1rem;
        font-size: 1.2rem;
    }
}
.offer-tag {
    left: 9px !important;
    font-size: 1rem !important;
    border-radius: 2rem !important;
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
    -ms-border-radius:2rem;
    -o-border-radius:2rem;
}
.ratting {
    display: none;
}
.swiper-container {
    border: none !important;
}
@media only screen and (min-width: 768px) {
    .buy-now {
        padding: 0.9rem 1.4rem;
        font-size: 1.3rem;
    }
}
/* .category-product .product-img {
    width: 100%;
    height: 190px;
    position: relative;
    overflow: hidden;
    background: #f6f6f6;
    z-index: 1;
    object-fit: cover;
} */
.product-item .product-img a img {
    -o-object-fit: cover;
    object-fit: cover;
    transition: 0.4s 
ease-in-out;
    width: 100%;
    height: 100%;
}
@media only screen and (min-width: 1200px) {
    .categorie-item-img {
        width: 15rem;
        aspect-ratio: 1 / 1;
    }
}
.product-item .product-img::after {
    display: none !important;
}
section.our-products.bg-white.pt-80.pb-80 {
    padding-top: 0px;padding-bottom: 20px;
}
.swiper-button-prev.top-products-prev {
    display: none;
}
.swiper-button-next.top-products-next {
    display: none;
}
button.prev.next-prev-btn.todaysdeal-prev {
    display: none;
}
button.next.next-prev-btn.bestselling-next {
    display: none;
}
button.prev.next-prev-btn.bestselling-prev {
    display: none;
}
button.next.next-prev-btn.todaysdeal-next {
    display: none;
}
span.badge.bg-success {
    padding: 9px 20px;
    font-size: 15px;    color: #000000;
    margin-bottom: 15px;
    background-color: #FF9800 !important;
}
button.badge.bg-success.mb-3 {
    padding: 9px 15px;
    font-size: 15px;
    margin-bottom: 15px;
    background-color: #417808 !important;
}
.bg_newhi {
    background-color: #fafafa !important
}
.pay-item {
    margin-bottom: 0.3rem;
    background-color: #e4e4e4;
    padding: 1.2rem 1.5rem;
    border: 1px solid #417808;
}
button.btn.btn-success.btn-lg.fs-14.mt-4 {
    font-size: 16px !important;
    padding: 10px 25px !important;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
    background-color: #417808 !important;
    border: 1px solid #417808;
}
.pay-preview .form-control {
    display: block;
    width: 100%;
    padding: 1.2rem 1.5rem;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px, rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;
    border-radius: 50px !important;
    border: 1px solid #417808;
}
.pay-preview {
    background-color: #ffffff;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px, rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;
    padding: 0px 20px 21px 20px;
}
.card-body.cart-list.position-relative {
    background-color: #ffffff;
    box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
    border: 1px solid #417808;
}
.Shopping___Cart .card-header {
    background-color: #417808;
    padding: 7px 15px;
}
.Shopping___Cart a.view-more-btn {
    background-color: #ffffff;
}
.Shopping___Cart .card-title {
    font-size: 1.8rem;
    color: #fffbfb;
}
.table > tbody > tr > td {
    font-size: 1.4rem;
    padding: 1.5rem;
    border: 1px solid #c8c7c7;
}
.shopping-chat-table-bottom .text-start {
    padding: 1.1rem 20px;
    font-weight: 600;
    border: 1px solid #c8c7c7;
}
section.Checkout {
    background-color: #ffffff;
    padding-bottom: 60px;
}
@media only screen and (min-width: 992px) {
    .product-title {
        font-size: 1.5rem !important;
        font-weight: 500 !important;
        height: 70px;
        overflow: hidden;
    }
}
.profile-user-left.sticky-side-div {
        background-color: #413a3a !important;
}
.profile-user-name > h5 {
    font-size: 1.8rem;
    color: #ffffff;
}
.profile-user-name > a {
    font-size: 1.4rem;
    color: #ffffff;
    word-break: break-all;
}
.profile-user-right .overview-card {
    /* background-color: #eeeeee; */
    box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px, rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;
}
.contact-bg {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    z-index: 2 !important;
    background: url(/assets/images/communication.jpg) !important;
}
.login-bg {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    z-index: 2 !important;
    background: url(/assets/images/Login.jpg) !important;
}
@media only screen and (min-width: 992px) {
    .testi-single-two p {
        font-size: 14px;
    }
}
.nav-link.account-tab {
    font-weight: 400;
    color: #ffffff;}
.Shopping___Cart .payment-wrapper {
    background-color: #f6f6f6;
    padding: 35px;
    border-radius: 10px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px }
.breadcrumb-area {
    background: #fafafa;
}
.breadcrumb-area {
    position: relative;
    padding: 15px 0;
}
.breadcrumb-area:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000000;
    opacity: 0;
}
.navLink.navLink_active {
    opacity: 1;
    background: none;
}
@media only screen and (min-width:200px) and (max-width:767px){
   .Shop___now {
    display: inline-block;
    margin-top: 5px!important;
}
.banner-newsletter .banner-content h3.title {
    font-size: 11px!important;
    margin-top: 0px!important;
    font-weight: 400!important;
    color: #222222 !important;
}
.banner-newsletter .banner-content span.sub-title {
    color: var(--color-primary);
    font-size: 14px!important;
}
.section-title h2 {
    font-size: 16px !important;
    margin-bottom: 0px;
}
.payment-img {
    max-width: 240px;
}
.banner-newsletter .banner-content {
    bottom: 70%;
}
.pasta_newsletter {
    height: 100% !important;
}
.footer-social-content {
    margin-top: 1rem;
    margin-bottom: 14px;
}
.form-image-wrapper.img-adjust.login-bg {
    display: none;
}
.pasta_newsletter {
    padding: 10px;
}
.footer-top-item-title {
font-size: 1.5rem !important;
        margin-bottom: 0.5rem !important;
        margin-top: 15px;
}
.footer-links li {
    padding: 0;
    margin-bottom: 0.2rem !important;
    transition: 0.4s;
}
.footer-top-items {
    gap: 1.5rem !important;

}
.header-middle a span, small {
    color: #858585;
    font-weight: 500;
    font-size: 11px;
    text-transform: capitalize;
    margin-bottom: 5px ;
}
.navBar > a svg {
    stroke: var(--primary);
    text-align: center;
    width: 19px;
    height: 19px;
}
.navBar > a {
    padding: 7px 0px 0px 0px !important;
    border: none;
    letter-spacing: 0.5px;
}
section.newsletter.pb-80.pt-80.banner-newsletter .banner-block.banner-hover {
 height: auto !important;
}
section.recent-news {
    padding: 24px 0px !important;
}
.banner-block.banner-hover {
    margin-bottom: 10px;
    margin-top: 14px;    height: 180px !important;
}
.thesupplementstore .nav-link {
    font-size: 13px;
    margin: 4px 1px;
    padding: 0 10px;
    font-weight: 500;
    text-transform: uppercase;
    color: #949494;
    letter-spacing: 0;
}
section.our-products.bg-white.pt-80.pb-80 {
    padding-top: 0px;
}
.sidebar-top {
    padding: 1rem;
}
.sidebar-logo {
    width: 15rem;
}
.mt-4.mb-4.pb-3.d-flex.align-items-center.justify-content-between.gap-3 {
    margin: 0px !important;
}
.sidebar-middel-container .dropdown__button {
    font-size: 1.1rem;
    text-transform: uppercase;
    background-color: #f3f3f3;
    font-weight: 500;
}
.footer-logo {
    width: 15rem !important;
}
}
.Top__Products .best-selling-item {
    display: inline-block;
    width: 100%;
    box-shadow: none !important;
}

:root{    
    
    --gray-1: #222222 !important;
    --primary: #417808;
}
:root {
    --primary: #417808 !important;
    --secondary: #35363a;
    --text-primary: #fff !important;
    /* --primary-light: rgba(0, 148, 180, 0.05) !important; */
    --secondary-light: rgba(53, 54, 58, 0.2) !important;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 600 !important;
}
.w-75.mx-auto p {
    color: #222222d9;
    font-size: 14px;
    margin-bottom: 5px !important;
    display: inline-block;
    width: 100%;
    font-weight: 400;
}
/* .newsLetterModal{display:none !important;}
.modal-backdrop{display:none !important;} */
#warranty-tab{
    display: none;
}
.brand_list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px !important;
    list-style: none;
    padding: 0;
    margin: 0;
}
.all-brands-container p small {
    color: #417808;
}
.blogs img {
    width: 100%;
    height: 300px !important;
    -o-object-fit: cover !important;
    object-fit: cover !important;
    transition: 0.4s 
ease-in-out;
}
.blog-item.blog_list_pages img {
    width: 100%;
    height: 238px !important;
    -o-object-fit: cover !important;
    object-fit: cover !important;
}
@media only screen and (min-width: 1200px) {
    .all-brands-container .top-brand-info > h5 {
        font-size: 1.4rem ;
    }
}


@media only screen and (min-width:200px) and (max-width:767px){

    header.sticky {
    margin-bottom: 10px;
}
.product-title > a {
    height: 63px;
    overflow: hidden;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 500 !important;
}
    .middle-left {
        display: block;text-align: center;
    }
/* section.our-products.bg-white.pt-80.pb-80.all_width_fix .product-item .product-img {
    width: 100%;
    height: 150px !important;
}
section.our-products.bg-white.pt-80.pb-80.all_width_fix .product-img {
    width: 100%;
    height: 150px !important;
} */
.w-75 {
    width: 100% !important;
}
.page-Breadcrumb {
    padding: 10px 0 !important;
}
.order-summary-table {
    min-height: 139px !important;
    max-height: 400px !important;
    overflow-y: auto !important;
}
.contact-list li .content a {
    font-size: 13px;
    color: var(--white);
}
.blogs img {
    width: 100%;
        height: auto !important;
        -o-object-fit: cover !important;
        object-fit: cover !important;
        transition: 0.4s 
ease-in-out;
}
.contact-list {
    padding: 0px;
}
.banner-newsletter .banner-content {
    width: 100% !important;
}
    .showMobileSearch {
        top: 120px;
    }
    .details-product-title {
        font-size: 1.5rem;
        font-weight: 500 !important;
        line-height: 23px !important;
    }
.product-item-summery h3 {
    font-size: 1.3rem;
    font-weight: 500 !important;
    line-height: 23px !important;
}
    .product-details-container {
        grid-template-columns: repeat(1, 1fr);
        gap: 1rem;
    }
span.badge.bg-success {
    padding: 9px 20px;
    font-size: 14px !important;
    margin-bottom: 1px;
    background-color: #FF9800 !important;
    color: #000000 !important;
    font-weight: 500;
}
.product-detail-middle .product-price > span {
    font-size: 2.1rem;
    font-weight: 600;
    color: var(--primary);
}
    .product-price > del {
        font-size: 1.3rem;
    }
button.badge.bg-success.mb-3 {
    padding: 9px 15px;
    font-size: 13px;
    margin-bottom: 15px;
    background-color: #417808 !important;
}
    .breadcrumb-banner-img {
        width: 100%;
        height: 9rem;
    }
.breadcrumb-banner-img img {
    width: 100%;
    height: 100% !important;
    display: block;
}
    .breadcrumb-title {
        font-size: 2rem !important;
    }
    .product-filter-right {
    padding: 10px;
}
.breadcrumb-banner {
    position: relative;
    margin-bottom: 2rem;
    overflow: hidden;
}
.form-control {
    border-radius: 5px;
}
.testimonial-slider .swiper-slide {
    width: inherit !important;
    flex-shrink: 0;
}
section.testimonial-section.pt-80.pb-80.bg-white {
    padding-bottom: 0px !important;
}
.testimonial-single p {
    font-size: 14px !important;
    text-align: left;padding: 10px;
    line-height: 24px!important;
    color: #6F6F6F;
    margin-top: 15px;
}
    .product-info {
        padding: 1rem;
    }
.blog_part {
    position: relative;
    text-align: center;
    padding: 5px !important;
}
.blog-desc {
    font-weight: 400;
    line-height: 1.8;
    font-size: 13px !important;
    -webkit-line-clamp: 4;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #6F6F6F;
    text-align: left;
}
section.recent-news h4 {
    height: auto !important;
}
.testimonial-single {
    padding: 0px;
}
.categorie-item-img {
    flex-shrink: 0;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    position: relative;
    z-index: 1;
    width: 16rem;
    border-radius: 5%;
    transition: var(--transition-4);
}
.recent-post-item > a {
    font-size: 1.3rem;
    font-weight: 500;
    color: var(--gray-1);
    margin-bottom: 1.1rem;
}
section.newsletter.pb-80.pt-80.banner-newsletter {
    padding: 20px 0px !important;
}
section.recent-news h4 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    font-size: 15px;
    font-weight: 500 !important;
    padding: 0px;
}
.footer-copyright p {
    font-size: 13px !important;
    font-weight: 400;
}
/* .magnify-container .magnified {
    display: block;
    z-index: 10;        background-color: #ffffff;
            height: 217px !important;
    overflow: hidden;
    width: 100%;
} */
}

@media only screen and (min-width:1200px) and (max-width:1400px){

.blogs img {
    width: 100%;
    height: 223px !important;
    -o-object-fit: cover !important;
    object-fit: cover !important;
    transition: 0.4s 
ease-in-out;
}
    .product-info {
        padding: 1rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}


@media only screen and (min-width:1200px) and (max-width:1600px){

.banner-block.banner-hover {
    height: 183px !important;
}
}

















.Best__Selling___Products .best-selling-item {
    display: inline-block;
    width: 100%;
    box-shadow: none !important;
}

section.our-products.bg-white.pt-80.pb-80.all_width_fix .product-img a img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover !important;
    object-fit: cover !important;
    transition: 0.4s ease-in-out;
}
    .breadcrumb-title {
        font-size: 3rem;
        margin-bottom: 1rem;
    }
/* section.our-products.bg-white.pt-80.pb-80.all_width_fix .product-item .product-img {
    width: 100%;
    height: 250px;
}
section.our-products.bg-white.pt-80.pb-80.all_width_fix .product-img {
    width: 100%;
    height: 250px;
} */


/* Remove overlay by making container normal flow */
.breadcrumb-banner {
    position: relative;
}

/* Image full width */
.breadcrumb-banner-img img {
    width: 100%;
    height: auto;
    display: block;
}

/* Move breadcrumb-text below image */
/* .page-Breadcrumb {
    position: static !important;
    padding: 25px 0;
    background: #fff;
    text-align: center;
} */

/* Remove any negative margin that pulls text upward */
/* .breadcrumb-container {
    margin-top: 0 !important;
}

.breadcrumb-title,.breadcrumb-item,.breadcrumb-item:is(.active){
    color:#000;
} */

/* STOP overlay layout */
/* Remove absolute layout so content flows normally */
/* .page-Breadcrumb {
    position: relative !important;
    transform: none !important;
    top: auto !important;
    left: auto !important;
    padding: 40px 0;
    background: #fff !important;
    z-index: 2;
} */

/* .breadcrumb-banner::after {
    height: auto !important;
    bottom: auto !important;
    display: none !important;
}
.breadcrumb-banner {
    height: auto !important;
    min-height: auto !important;
    margin-bottom: unset;
}

.breadcrumb-banner-img img {
    width: 100%;
    height: auto;
    display: block;
} */

/* .Top_____Related_____Products.py-5 .best-selling-item .product-img {
    width: 100%;
    height: 250px;
} */
@media only screen and (min-width: 992px) {
    .product-title > a {
               -webkit-line-clamp: 3 !important;
        line-clamp: 3!important;
        line-height: 23px;
    }
}

.product-info.todays-deal-product-info {
   text-align: left;
    align-items: start;
}
.weight {
    display: none;
}
/* .product-thumbnail-slider {
    width: 100%;
    max-height: 51rem;
    overflow: hidden;
} */
.magnify-container .magnified img {
    overflow: hidden;
    border-radius: 0.4rem;
    width: 100%;
    height: 100%;
    -o-object-fit: scale-down !important;
    object-fit: scale-down;
    transition: 0.4s ease-in-out;
}
/* .magnify-container .magnified {
    display: block;
    z-index: 10;
    height: 508px;
    overflow: hidden;
    width: 100%;
} */

.blog-left-contents h1 {
    font-weight: 400 !important;
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 15px;
}

.blog-left-contents h2 {
    font-weight: 300 !important;
    font-size: 16px;
    margin-bottom: 10px;
}

.blog-left-contents h3 {
    font-weight: 300 !important;
    font-size: 16px;
    margin-bottom: 5px;
}

.blog-left-contents dl,
.blog-left-contents ol,
.blog-left-contents ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

.blog-left-contents ul,
.blog-left-contents ol,
.blog-left-contents li {
    list-style-type: circle;
    padding: revert;
    margin: auto;
    font-size: 14px;
    margin-bottom: 5px;
}
.product-title > a {
    color: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    transition: var(--transition-3);
}

.categorie-item-content > h4 {
    font-size: 1.6rem;
}
.categorie-item-content > p {
    font-size: 1.4rem;
}
body section.testimonial-section.pt-80.pb-80 {
    padding: 40px 0px !important;
    background-color: #ffefd3 !important;
}
.section-big-title {
    max-width: 100%;
    width: 100%;
}
.testimonial-single p {
    font-size: 15px;
}
section.recent-news {
    display: inline-block;
    width: 100%;
    margin-bottom: 40px;
    padding: 30px 0px;
}
section.recent-news .blogs {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
    position: relative;
    text-align: center;
    margin-bottom: 25px;
    padding: 7px;
    border-radius: 5px;
    border: 1px solid #e6e6faba;
}
a.social-link-linkedin {
    background: linear-gradient(45deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);
}
.footer-social-content a.social-link-whatsapp {
    background-color: #FF0000 !important;
}
.footer-social-content a.social-link-google {
    background-color: #0A66C2 !important;
}
div#nav-tabContent ul li {
    list-style: circle;
    padding: inherit;
    margin: auto;
    line-height: 27px;    font-family: var(--font-secondary) !important;
}
.product-item-summery p,
.product-item-summery div,
.product-item-summery li,
.product-item-summery ul {
    font-family: var(--font-secondary) !important;
}

div#nav-tabContent ul {
    padding: 0px 19px;
    margin: auto !important;
    line-height: 27px;
    margin-bottom: 20px !important;    font-family: var(--font-secondary) !important;
}

div#nav-tabContent h4,
div#nav-tabContent h3 {
    margin-bottom: 15px !important;
    font-weight: 400 !important;    font-family: var(--font-secondary) !important;
}

div#nav-tabContent tbody,
div#nav-tabContent td,
div#nav-tabContent tfoot,
div#nav-tabContent th,
div#nav-tabContent thead,
div#nav-tabContent tr {
    border: 1px solid #b5b5bf;
    width: 50%;
    padding: 5px 15px;
    position: relative;    font-family: var(--font-secondary) !important;
}

div#nav-tabContent .description-content > p {
    font-size: 1.4rem;
    color: var(--gray-2);
    line-height: 2.6rem;    font-family: var(--font-secondary) !important;
}
