/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
 @font-face {
  font-family: 'Roboto Flex';
  src: url('../fonts/RobotoFlex.woff2') format('woff2');
  font-weight: 100 1000; /* variable font range */
  font-style: normal;
  font-display: swap;
}
body, h1, h2, h3, h4, h5, h6, p, a, span, div {
    font-family: 'Roboto Flex', sans-serif;
}

.company-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 40px;
}

.col-12.p-4.text-white h2 {
    text-align: center;
    color: #FFF;
}

p.cnt-top {
    margin-top: -15px;
}
.rich-text .h2, .rich-text h2{
margin-top: 10px!important;
}
/* Row 2: Left content border */
.row.align-items-center:nth-of-type(2) .col-md-7 {
    border-left: 35px solid #0235ce; /* border color theme ke hisaab se change kare */
    padding: 20px; /* content spacing */
    box-sizing: border-box; /* ensures padding inside border */
}

/* Row 4: Right content border */
.row.align-items-center:nth-of-type(4) .col-md-7 {
    border-right: 35px solid #0235ce; /* border color theme ke hisaab se change kare */
    padding: 20px;
    box-sizing: border-box;
}
.col-12.p-4.text-white {
    text-align: center;
}
/* Font styling (theme default fonts) */
.row.align-items-center .col-md-7 h2 {
    font-family: inherit; /* theme ka heading font */
    font-size: 1.75rem;   /* adjust according to theme */
    font-weight: 700;     /* bold headings */
    margin-bottom: 15px;
    color: inherit;       /* theme color */
}

.row.align-items-center .col-md-7 p {
    font-family: inherit; /* theme ka body font */
    font-size: 1rem;      /* body text size */
    line-height: 1.6;
    color: inherit;       /* theme text color */
}

/* Optional: Icon spacing */
.hd-icon {
    margin-bottom: 15px;
}

/* Professional info boxes */
.info-box {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

label[for="field-newsletter"] {
    font-size: 0px;
}

label[for="field-newsletter"] em {
    font-size: 16px;
}


label[for="field-customer_privacy"] {
    font-size: 14px;
}
.form-check label em {
    font-style: normal !important;
}

label[for="field-customer_privacy"] .data-sign-in {
    font-size: 16px;
}

/* Hover effect (subtle premium feel) */
.info-box:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);
}
.heading-cnt {
    color: red;
    padding-bottom: 20px !important;
    font-weight: bold;
    text-align: center;
}

/* Box heading */
.info-box .box-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
}

/* Small underline under title */
.info-box .box-title::after {
    content: "";
    width: 50px;
    height: 3px;
    background: #000; /* theme primary color chaho to change */
    display: block;
    margin-top: 8px;
}

/* Text spacing */
.info-box p {
    margin-bottom: 10px;
    line-height: 1.6;
}

/* Links */
.info-box a {
    text-decoration: none;
}

.info-box a:hover {
    text-decoration: underline;
}



.hd-icon img {
    max-width: 50px; /* icon size, adjust if needed */
}


.company-col p {
  margin: 0 0 10px;
}
.left-block{
    border-bottom:none!important;
}
i.material-icons.header-block__icon {
    font-size: 26px!important;
}
.label {
  font-weight: 600;
  color: #333;
}

.value {
  color: #555;
  text-decoration: none;
}



/* Pagination Container */
.pagination--custom {
    display: flex;
    gap: 6px;
    padding: 0;
    margin: 0;
    list-style: none;
}

/* Items */
.pagination--custom .page-item {
    display: inline-flex;
}

/* Links */
.pagination--custom .page-link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 14px;
    font-size: 14px;
    color: #333;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    transition: all .25s ease;
    min-width: 38px;
}

/* Hover */
.pagination--custom .page-link:hover {
    background: #f5f5f5;
    border-color: #bbb;
    color: #000;
}

/* Active */
.pagination--custom .page-item.active .page-link {
    background: #f08938;
    color: #fff;
    border-color: #f08938;
    cursor: default;
}

/* Disabled */
.pagination--custom .page-item.disabled .page-link {
    background: #eee;
    color: #999;
    border-color: #e0e0e0;
    cursor: not-allowed;
}

/* Prev / Next Icons */
.pagination--custom .btn-with-icon i {
    font-size: 18px;
}

/* Prev / Next Padding */
.pagination--custom .previous,
.pagination--custom .next {
    padding: 8px 16px;
}

/* Dots (… pagination) */
.pagination--custom .page-item.disabled span.page-link {
    background: transparent;
    border: none;
    color: #666;
    font-weight: bold;
}
.ct-cookies-txt .mb-4, .ct-cookies-txt1 .mb-4 {
    margin-bottom: 0.5rem !important;
}
.ct-cookies-txt1 .mb-4 p, .ct-cookies-txt1 p {
    margin-bottom: .50rem!important;
}
.info-box .box-title {
    margin-top: 10px;
}

/* Responsive */
@media (max-width: 576px) {
    .pagination--custom .page-link {
        padding: 7px 10px;
        font-size: 13px;
        min-width: 34px;
    }

    .pagination-number {
        text-align: center !important;
        margin-bottom: 10px;
    }
}



/* General page content */
#content.page-content {
 
    color: #333;
    line-height: 1.6;
   
}
/* Default about-section: image left, text right */
.about-section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
    margin-bottom: 50px;
}

/* Alternate sections: swap image and text */
.about-section:nth-child(even) {
    flex-direction: row-reverse;
}

/* Make sure image and text still flex nicely */
.about-section .about-image,
.about-section .about-text {
    flex: 1 1 45%;
}

@media (max-width: 992px) {
    /* For mobile, always stack vertically */
    .about-section {
        flex-direction: column !important;
        text-align: center;
    }
}


/* About sections */
.about-section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
    margin-bottom: 50px;
    padding: 20px;
  
}
.about-section.border-left {
  border-left: 35px solid #0235ce;
}

/* Right border */
.about-section.border-right {
  border-right: 35px solid #0235ce;
}

.about-section .about-image {
    flex: 1 1 40%;
    text-align: center;
}

.about-section .about-image img {
    max-width: 100%;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.about-section .about-text {
    flex: 1 1 55%;
}

.about-section .hd-icon {
    margin-bottom: 10px;
}

.about-section .hd-icon img {
    width: 40px;
    height: 40px;
}

.about-section h2 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #111;
}

.about-section p {
    font-size: 15px;
    color: #555;
}

/* Background section */
.about-bg {
    background-size: cover;
    background-position: center;
    padding: 60px 20px;
    border-radius: 12px;
    margin-bottom: 50px;
    color: #fff;
    text-align: center;
}

.about-bg .content {
    background: rgba(0,0,0,0.5);
    padding: 30px;
    border-radius: 10px;
}

.about-bg h2 {
    font-size: 26px;
    margin-bottom: 15px;
    color: #FFF;
}

.about-bg p {
    font-size: 15px;
    line-height: 1.8;
}



/* Two-column wrapper */
.two-col-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 30px;
    margin-bottom: 50px;
}

/* Left column */
.two-col-left {
    flex: 1 1 45%;
    display: flex;
    flex-direction: column;
   
}

/* Left top icon */
.left-top-icon img {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
}

/* Left column title */
.left-title {
    font-size: 18px;
    font-weight: 700;
    color: #212529;
    margin-bottom: 10px;
}

/* Left column content */
.left-content {
    font-size: 16px;
    color: #212529;
    line-height: 1.6;
}

/* Thumbnails in left column */
.left-thumbnails {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.left-thumbnails .thumb img {
    width: 175px;
    height: 100px;
    object-fit: cover;
   
}

.left-thumbnails .thumb img:hover {
    transform: scale(1.1);
}

/* Right column (large image) */
.two-col-right {
    flex: 1 1 50%;
    text-align: center;
}

.two-col-right img {
    width: 100%;
    max-width: 570px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.card.cart-summary .accordion-button {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

/* FAQ section styling */
.cms-id-7 h3{
   
    padding: 10px;
    display: block;
}
.faq-content {
    margin-top: 20px;
    padding-left: 15px;
}

.faq-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 15px;          /* very small width */
  height: 20px;         /* very small height */
  font-size: 10px;      /* for font icons */
  color: #999999;
 
  line-height: 1;
}

/* Headings */
h3 {
    font-size: 20px;
    font-weight: 700;
    color: #212529;
    margin-top: 30px;
    margin-bottom: 15px;
}

/* Responsive for smaller screens */
@media (max-width: 992px) {
    .two-col-wrapper {
        flex-direction: column;
    }
    .two-col-left, .two-col-right {
        flex: 1 1 100%;
    }
    .two-col-right img {
        max-width: 100%;
    }
    .left-thumbnails {
        justify-content: center;
    }
}



/* Features section */
.features {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.feature-box {
    flex: 1 1 200px;
    background: #f9f9f9;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.15);
}

.feature-icon {
    font-size: 30px;
    margin-bottom: 10px;
}

.feature-box p {
    font-weight: bold;
    margin-bottom: 5px;
}

.feature-box span {
    font-size: 14px;
    color: #777;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .about-section {
        flex-direction: column;
        text-align: center;
    }

    .about-section .about-text {
        flex: 1 1 100%;
    }

    .about-section .about-image {
        flex: 1 1 100%;
    }

    .features {
        flex-direction: column;
    }
}


/* category plus minus icon */
#_desktop_contact_link #contact-link {
  display: flex;        /* Arrange children in a row */
  align-items: center;  /* Vertically center items */
  gap: 6px;            /* Space between phone and email columns */
}
span.space-gap {
    padding-left: 15px;
}
.left-block {
   
    padding-bottom: 0rem; 
}

/* Default icon = + */
.accordion-button .acc-icon {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
}

.clear-all-wrapper {
    display: none;
}
.search-filters .search-filters-title {
    display: none !important;
}

.accordion-button .acc-icon:before,
.accordion-button .acc-icon:after {
  content: "";
  position: absolute;
  background: #000;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* vertical bar (+) */
.accordion-button .acc-icon:before {
  width: 2px;
  height: 14px;
}

/* horizontal bar (+) */
.accordion-button .acc-icon:after {
  width: 14px;
  height: 2px;
}

/* When accordion is opened → show minus (-) */
.accordion-button:not(.collapsed) .acc-icon:before {
  display: none; /* vertical line hide */
}
.accordion-button::after {
  display: none !important;
}




/* Plus minus icon code end here  */


.breadcrumb-item+.breadcrumb-item:before {
    color: #FFF;
    
}


/* left sidebar filter css code start */
/* ================================
   LEFT SIDEBAR FULL BACKGROUND
================================ */
.ps_categorytree.category-tree.left-block,
#search_filters_wrapper .search-filters{
    background:#F4F4F4; /* Sidebar full background */
    border: 1px solid #dce3ed;
    border-radius: 8px;
    padding: 0;
    overflow: hidden;
}

/* ================================
   SIDEBAR TITLE / HEADING
================================ */
.left-block__title {
    background: #0235CE;
    padding: 14px 16px;
}

.left-block__title__link {
    color: #fff !important;
    font-size: 17px;
    font-weight: 600;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* ================================
   MAIN CATEGORY LEVEL (Parent)
================================ */
.category-tree__item__header.parent {
    background: transparent;
    padding: 4px 10px;
    border-bottom: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 0.3s;
    flex-direction: row-reverse;
}


/* Main category link */
.category-tree__item__header.parent > a {
    color: #212529;
    font-weight: 600;
    font-size: 14px;
    text-transform: capitalize;
    margin-left: 11px;
}

/* ================================
   ACCORDION ICON STYLING
================================ */
.accordion-button {
    width: 22px;
    height: 22px;
    border-radius: 15%;
    border: 1px solid #b8c4d3;
    background: #fff !important;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.accordion-button .acc-icon {
    width: 8px;
    height: 8px;
    background: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjNDE0MTQxIiB2aWV3Qm94PSIwIDAgMjQgMjQiPjxwYXRoIGQ9Ik0xMiAxNS43bC02LjMtNi4zLjctLjcgNS41IDUuNSA1LjUtNS41LjcuN3oiLz48L3N2Zz4=') 
                no-repeat center center;
    background-size: 8px;
}

.accordion-button.collapsed .acc-icon {
    transform: rotate(-90deg);
}

/* ================================
   SUB CATEGORY LIST
================================ */
.accordion-body .category-tree__item__header {
    background: #f9fbff;
    padding: 10px 20px;
    border-bottom: 1px solid #eef1f6;
}

.accordion-body .category-tree__item__header a {
    color: #374151;
    font-weight: 500;
    font-size: 14px;
}

/* Hover effects */
.accordion-body .category-tree__item__header:hover {
    background: #eaf1fd;
}

.accordion-body .category-tree__item__header:hover a {
    color: #0235CE;
}

/* ================================
   DEEP SUB LEVELS
================================ */
.category-tree__list[data-depth="2"] .category-tree__item__header {
    padding-left: 0;
    background: transparent;
}

.category-tree__list[data-depth="3"] .category-tree__item__header {
    padding-left: 0px;
}

/* ================================
   REMOVE DEFAULT BS ACCORDION STYLES
================================ */
.accordion-button::after {
    display: none !important;
}
.accordion-button {
    box-shadow: none !important;
}
.accordion-button:not(.collapsed) {
    background: #ffffff !important;
}
/* end left sidebar filter code */
.breadcrumb__wrapper{
    background:none;
    margin-bottom:0px!important;
}
.breadcrumb-banner {
    background-size: cover;
    background-position: center;
    padding: 60px 0;
    text-align: center;
    color: #fff;
    margin-bottom: 40px;
}
.ct-cookies-txt {
 
    padding-left: 35px;
}
.cms-id-8 .rich-text .h2, .rich-text h2 {
    font-size: 18px!important;
    margin-bottom: 1rem;
    margin-top: 2rem;
}
/*div#captcha-box {
    display: none;
  
}*/
.blockreassurance_product .invisible {
 visibility: visible !important;
}

.footer__main {
    margin-top: 40px;
}
div#_desktop_user_info {
    width: auto !important;
    order: 5!important;
}
button.btn.btn-primary.flex-grow-1.flex-md-grow-0 {
    width: 100%;
    background-color: #0235CE;
    border-color: #0235CE;
}
.product-miniature .product-miniature__quickview{
    padding: 0;
}
.tcs-slider-wrapper {
    width: 100%;
    margin: 70px auto;
    overflow: hidden;
}
.featured-products .h2.section-title {
    text-align: left;
}
section.featured-products {
    margin-bottom: 50px;
}
.tcs-slider {
    display: flex;
    gap: 20px;
}

.tcs-slide:nth-child(1) {
    flex: 2; /* First column bigger */
}

.tcs-slide:nth-child(2),
.tcs-slide:nth-child(3) {
    flex: 1; /* Remaining columns equal */
}
.tcs-slide {
    position: relative;
    height: 290px;
    background-size: cover;
    background-position: center;
    border-radius: 12px;
    overflow: hidden;
}

.tcs-content-box {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #F08938;
    padding: 20px;
    width: 85%;
    color: #FFF;
    clip-path: polygon(0 0, 95% 0, 100% 100%, 0 100%);
}

.tcs-content-box h3 {
    margin: 0 0 5px;
    font-size: 23px;
    color: #fff!important;
}
.tcs-content-box p {
    margin:0 0 7px 0;
    letter-spacing: .5px;
}

.tcs-btn {
    background: transparent;
    color: #fff;
    padding: 0;
    border-radius: 0;
    text-decoration: underline !important;
    font-weight: 400;
}

.tcs-pagination {
    text-align: center;
    margin-top: 15px;
}
.bnrbotm .tcs-pagination {
    display: none;
}
.dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 5px;
    border-radius: 50%;
    background: #ccc;
    cursor: pointer;
}

.dot.active {
    background: #F08938;
}

.tci-wrapper {
  padding: 20px 0 0 0;
}
.footer-bottom-section {
    border-top: 1px solid;
    color: #FFF;
    padding-top:20px;
}

.footer-left p {
    margin: 0;
}
.footer .copyright {
    margin-bottom: 0;
    text-align: left !important;
    font-size: 15px;
    font-weight: 300;
}
.tci-box {
    
    padding: 10px!important;
}
.footer-right {
    display: flex;
  /*  justify-content: flex-end;*/
    align-items: center;
    gap: 15px;
}
.footer-right p {
    margin: 0;
    font-weight: 300;
    color:#fff;
    font-size: 15px;
}
.footer-right img {
    height: 20px; /* adjust icon size */
    display: inline-block;
}

.footer-subscribe .footer-logo img {
    max-width: 150px;
    margin-bottom: 15px;
}

.footer-subscribe-form input[type="email"] {
    width: 100%;
    padding: 8px;
    margin-bottom: 10px;
    border-radius: 4px;
    border: 1px solid #ccc;
}

.footer-subscribe-form .subscribe-checkbox {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.footer-subscribe-form .subscribe-checkbox input[type="checkbox"] {
    margin-right: 8px;
}

.footer-subscribe-form button {
    background: #F08938;
    color: #fff;
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
}

.footer-subscribe-form button:hover {
    background: #d77b2f;
}
.footer .footer__block__title {
    font-size: 21px;
    margin: 0 0 5px 0;
}
.footer .footer__block__content-list a {
    font-weight: 300;
    font-size: 15px;
}
.footer .footer__block__content-contact .contact__infos {
    font-size: 15px;
}
.footer .footer__block__content-contact {
    font-size: 15px;
    font-weight: 300;
}
#content-wrapper .page-footer{
    margin-top: 0px!important;
}
.featured-products .featured-products-footer {
 padding-bottom: 0px!important; 
     padding-top: 0px!important;
}
.tci-box {
  text-align: center;
  padding: 20px;
}
.tci-icon {
     max-width: 60px;
    margin-bottom: 12px;
    height: 50px;
}
.tci-title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 4px;
    color: #000;
}
.tci-text {
    font-size: 15px;
    color: #000;
    margin: 0;
}
.row.tci-row {
    text-align: center;
}
.shopbanner-module {
    width: 100%;
    margin:60px 0;
}

.shopbanner-bg {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 350px; /* actual image height */
    position: relative;
    border-radius: 15px;
}

.shopbanner-inner {
    display: flex;
    justify-content: flex-start; /* box on left side */
    align-items: center;         /* vertically centered */
    height: 100%;
    padding-left: 20px;          /* space from left edge */
}

.shopbanner-content {
    color: #fff;
    padding: 20px;
    max-width: 500px;
    border-radius: 4px;
    text-align: left; /* content aligned left inside box */
}

.shopbanner-content .sb-title {
    font-family: 'Roboto Flex', sans-serif;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 6px;
}

.shopbanner-content .sb-text {
    font-family: 'Roboto Flex', sans-serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 10px;
}

.shopbanner-content .sb-btn {
    display: inline-block;
    padding: 0;
    background: transparent;
    color: #fff;
    text-decoration: underline;
    border-radius: 0;
    font-weight: 300;
}




.product-miniature__prices,
.product-miniature__price,
.product-miniature__discount-price,
.product-miniature__regular-price {
    display: inline-block !important;
    vertical-align: middle;
    white-space: nowrap;
}
.product-miniature__discount-price {
    margin-left: 6px;
}
.footer__before {
    display: none;
}
a.all-product-link.btn.btn-outline-primary {
    display: none;
}
div#_desktop_cart {
    width: auto !important;
    order: 6!important;
}
.mhm-footer-block.text-center {
    width: auto !important;
}
.header-top{
    background-color: #F08938;
    padding: 6px;
    color: #FFF;
}
span.space-gap a {
  
    color: #FFF !important;
}

div#contact-link img {
    padding-right: 8px;
   
}
.ratio-homeSlider {
    min-height: 300px;
    --bs-aspect-ratio: 35.85714% !important;
}
.header-top-desktop div#contact-link {
    font-size: 14px;
}
div#_desktop_user_info a.header-block__action-btn i {
    font-size: 21px;
}
div#_desktop_user_info a.header-block__action-btn {
    color: #fff;
    font-size: 14px;
}
.header-bottom {
/*    padding-top: 10px;
    padding-bottom: 10px;*/
    border-bottom: 0.5px solid;
    border-color: #0235CE;
}
.footer .footer__main {
    background-image: url('../img/footer_bgimg.png');
    background-size: cover;
    background-repeat: no-repeat;
    
}
.product-miniature .product-miniature__image-container { padding: 15px 15px 10px 15px!important;background-color: #f3f3f3; border-radius: 10px 10px 0 0;}

.product-miniature .product-miniature__infos__top {
    background-color: #f3f3f3;
    padding: 5px 15px;
}
.product-miniature .product-miniature__infos__bottom{
    background-color: #f3f3f3;
    padding: 5px 15px 15px;
    margin: 0;
    border-radius: 0 0 10px 10px;
}
.product-miniature__quickview {
    background: #0235CE !important;
}

.product-miniature .product-miniature__quickview_button {
    align-items: center;
    color: #FFF !important;
    border-radius:10px!important;
    font-weight: 300;
    font-size: 14px;
}
.product-miniature__infos__top a p {
    text-align: center;
    color: #000;
    font-size: 14px !important;
    display: -webkit-box;        
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden; 
}
.product-flags li.badge {
    padding: 5px;
    font-size: 11px;
}
.h2.section-title {
    margin: 0 0 20px 0;
    text-align: center;
    color: #000;
    font-weight: 700;
    font-size: 26px;
}
.product-miniature .product-list-reviews{
    padding-top:0px!important;
    position: absolute!important;
}
.product-miniature .product-miniature__prices {
    text-align: center !important;
   display: block!important;
}
.product-miniature .product-miniature__infos__bottom a.btn.btn-outline-primary {
    background-color: #0235ce;
    color: #fff;
    border: none;
    width: 100%;
    font-size: 16px;
}
.footer__main__top.row {
    padding-top: 35px;
    padding-bottom: 15px;
}
.products article .wishlist-button-add {
    display: none;
}
#content-wrapper{
    padding-bottom: 0px!important;
}
span.header-block__action-btn {
    padding-top: 20px;
}
@media (min-width: 768px) {
    
  
    .footer-right {
        justify-content: flex-end;
    }

    
    .header-block__action-btn {
       header-block-spacing-x: 0.45rem;
        header-block-spacing-y: 0.45rem;
    }
}

/***acsius css**/
#_desktop_cart span.header-block__action-btn .header-block__badge {
    background: #F08938;
    color: #fff;
    font-size: 12px;
    margin: 0;
}
#_desktop_cart span.header-block__action-btn .header-block__icon {
 
    font-size: 30px;
    color: #0235ce;
}

#_desktop_cart span.header-block__action-btn .header-block__title {
    font-size: 0;
}
#_desktop_cart span.header-block__action-btn {
    padding: 6px 0 0 0;
}
.main-menu__tree>li>a{
    padding: 10px;
    font-size: 16px;
}
.main-menu {
    justify-content: center;
}
#search_widget form input.js-search-input {
    border: #999999 solid 1px;
    border-radius: 50px;
    background-color: transparent;
    font-size: 14px;
    padding: 10px 45px 10px 15px;
}
#search_widget form i {
    font-size: 19px;
    left: auto;
    padding: 0;
    color: #fff;
    background-color: #0235CE;
    border-radius: 50%;
    width: 30px;
    height: 31px;
    line-height: 32px;
    text-align: center;
    top: 4px;
    right: 5px;
}
.accordion--category .accordion-button {
    cursor: pointer;
    font-weight: 700;
    padding: 7px;
    width: auto;
    width: 22px;
    height: 22px;
    border-radius: 15%;
    border: 1px solid #929292;
    background: #ffffff00 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.accordion--category .accordion-button .acc-icon {
    width: 6px;
    height: 6px;
    background: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjNDE0MTQxIiB2aWV3Qm94PSIwIDAgMjQgMjQiPjxwYXRoIGQ9Ik0xMiAxNS43bC02LjMtNi4zLjctLjcgNS41IDUuNSA1LjUtNS41LjcuN3oiLz48L3N2Zz4=) no-repeat center center;
    background-size: 6px;
}
.accordion--category .accordion-button .acc-icon:before {
    width: 2px;
    height: 11px;
}
.accordion--category .accordion-button .acc-icon:after {
    width: 11px;
    height: 2px;
}
.ps_categorytree .left-block__title {
    background: #0235CE;
    padding: 5px 16px;
}
.category-tree__item__header.split .accordion-button{
    margin:0;
}
.category-tree .accordion {
    padding-bottom: 15px;
}
.category-tree__child ul .category-tree__list {
    background-color: #E7E7ED;
    margin: 0 15px 0 35px;
    padding: 15px 0;
}
.accordion-body .category-tree__item__header {
    background: transparent;
    padding: 2px 5px;
    border-bottom: none;
}
.page-product .product__name {
    color: #000000;
    margin-bottom: 20px;
    font-weight: 700;
}
.page-product .product__add-to-cart .product-actions__button button {
    border-radius: 15px;
    background-color: #0235CE;
    width: auto;
    padding: 10px 20px;
    border: none;
}
.social-sharing {
    color: #6C6C6C;
    font-size: 15px;
}
.social-sharing ul li {
    width: 30px;
    height: 30px;
    color: #cccccc;
    text-align: center;
    border-radius: 50%;
}
.social-sharing ul li:hover{
    color: #0235CE !important;
}
body#contact main {
    background-color: #EAEAEA;
}
section.contact-form {
    background-color: #fff;
    padding: 30px;
    margin-bottom: 50px;
}
section.contact-form .form-control, section.contact-form .form-select {
    background-color: #F0F0F0;
    border-radius: 50px;
    font-size: 14px;
    height: 45px;
}
section.contact-form .form-control::placeholder{
    color: #343a40;
}
section.contact-form textarea.form-control {
    height: 120px;
    border-radius: 20px;
}
.contact__details .contact__title {
    font-size: 26px;
}
section.form-fields h1.h2 {
    font-size: 26px;
}
section.form-fields label {
    font-size: 15px;
    font-weight: 500;
    color: #474747;
}
.contact__details {
    background-color: #fff;
    padding: 30px 25px;
}
.form-footer input.btn-primary {
    background-color: #0235CE;
    border: none;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 11px 35px;
    line-height: 25px;
}
p.contact_head,
p.contact_head_phone,
p.contact_head_email{
    color: #0235CE;
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 500;
}
.contact__details hr {
    display: none;
}
.contact__details .contact__item {
    padding: 0;
    margin-bottom: 30px;
    font-size: 15px;
}
.contact__details i {
    margin-right: 11px;
    color: #1E1E1E;
}
.contact__details .contact__item a {
    color: #474747;
}
.contact__info {
    color: #474747;
}
.header-bottom .navbar-brand {
    max-height: max(100px, 10vh) !important;
}
.header-bottom .navbar-brand .logo {
    padding: 8px 0;
}
.header-bottom .align-items-stretch.header-bottom__row{
    align-items: center !important;
}
.footer-newsletter-form .input-group {
    gap: 0;
    flex-wrap: nowrap;
    border: 1px solid;
    border-radius: 5px;
}
.footer-newsletter-form .footer-submit-btn svg {
    transform: rotate(180deg);
}
.footer-newsletter-form .footer-submit-btn {
    background: transparent;
    /*border: 1px solid;*/
}
.footer-newsletter-form  .footer-input{
    width: 90%;
    background: none;
}
.footer-newsletter-form .footer-input:focus-visible{
    outline: none;
}
.footer-checkbox-label br{
    display: none;
}
.footer-checkbox-label {
    font-weight: 200;
}
.material-icons {
    font-size: 17px;
}
.footer-social a {
    border-radius: 50%;
}
.promotion-widget {
    border-radius: 5px;
    margin-bottom: 15px;
    text-align: left !important;
}
.promotion-widget a{
    font-size: 14px;
    color: #ffffff;
    font-weight: 500;
    text-decoration: underline;
    margin-top: 100px;
    display: block;
}
.promotion-widget a:hover{
    color: #F08938;
}
.product__left .carousel .carousel-control-prev {
    left: 0rem;
}
.product__left .carousel .carousel-control-next {
    right: 0;
}
.subcategory {
    display: block;
    text-align: center;
    border-radius: 10px; 
}
.subcategory__image {
    width: 100%;
    text-align: center;
}

.subcategory:hover{
    border-color: #0235CE;
}
.subcategory__name{
    margin-left: 0;
}
.subcategory:hover .subcategory__name{
    color: #0235CE;
}
.contact__item .contact__info br{
    display: none;
}
.page-product .product__images .carousel {
    border: 1px solid #cccccc;
}
.page-product .product__images__modal-opener{
    right: auto;
    left: .635rem;
}
.thumbnails__container .thumbnail img {
    border: 1px solid #cccccc;
    cursor: pointer;
}
.thumbnails__container .thumbnail.active img {
    border: 1px solid #0d6efd;
}
.wrapper__content .prices__wrapper {
    align-items: center;
    flex-direction: unset !important;
    gap: 20px !important;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 10px;
}
.product-actions__quantity .input-group {
    gap: 0;
    border: 1px solid #cccccc;
    border-radius: 5px;
    width: 120px;
}
.product-actions__quantity .input-group *{
    border: 0 !important;
}
.product__add-to-cart .row{
    justify-content: space-between;
}
.product__add-to-cart .product-actions__button{
    margin-top: 5px;
}
.carousel .carousel-control-next, .carousel .carousel-control-prev{
    background: transparent;
    opacity: 1;
    color: #000000;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    height: 2.5rem;
    width: 2.5rem;
}
.product__infos .tab-content {
    margin-top: -2px !important;
    background: #f6f8f8;
    padding: 20px;
    border-top: 1px solid #cccccc;
}
.product__infos .nav-link{
    padding: 10px 0;
    margin-right: 20px;
}
.product__infos .nav-link::last-child{
     margin-right: 0px;
}
.product__infos .nav-link.active{
    color: #000000;
    border-bottom-color: #000000;
}
.breadcrumb-title {
    font-size: 28px;
}
.category-products{
    padding-top: 20px;
}

.category-products .h2.section-title{
    text-align: left;
}
.layout-left-column #left-column {
    padding-right: 2rem;
}
#search_filters_wrapper .search-filters{
   padding: 12px; 
}
#search_filters_wrapper .facet.accordion-item{
    background-color: transparent !important;
    border: 0;
}
#search_filters_wrapper .facet.accordion-item hr{
    display: none;
}
#search_filters_wrapper .accordion-button:not(.collapsed) {
    background: transparent !important;
    border: 0;
}
.payment-section.payment-box {
    display: flex;
    gap: 70px;
    margin-bottom: 30px;
    padding: 35px;
    border-left: 35px solid #0235ce;
}
.payment-section.payment-box h2 {
    color: #000000;
    font-size: 28px;
    margin: 10px 0 10px;
}
/*.page-content.page-cms.rich-text p> strong:first-child{
    border: 1px solid #cccccc;
    padding: 10px;
    display: block;
}*/

.header{
    max-width:100%!important;
}

#productTabsContent #description{
    overflow: overlay;
    height: 500px;
    margin: -5px;
}
 
#productTabsContent #description::-webkit-scrollbar {
  width: 5px;
}
 
/* Track */
#productTabsContent #description::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #e4e3e3;
  border-radius: 100px;
}
 
/* Handle */
#productTabsContent #description::-webkit-scrollbar-thumb {
  background: #cccccc;
  border-radius: 100px;
}
 
/* Handle on hover */
#productTabsContent #description::-webkit-scrollbar-thumb:hover {
  background: #b30000;
}
 
.header-block--active .header-block, .header-block--active .header-block__icon {
    color: #0235ce;
}

.cms-id-7 .internal-box h3, .internal-box h2 {
    padding: 20px;
    display: block;
    border: 1px solid #BCBCBC;
    background: #F0F0F0;
    font-size: 18px;
}

.internal-box ul li {
    margin: 0 0 8px 0;
}
.rich-text .internal-box ul{
    list-style: disc;
    padding-left: 2.5rem;
}

#content-wrapper .page-header {
    margin-bottom: 1rem;
    text-transform: uppercase;
}

@media (max-width: 767px) {
  .products > article.product-miniature {
    width: 100% !important;
  }
}

/* ===== MOBILE (phones) ===== */
@media (max-width: 575px) {
  .products > .col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* ===== SMALL TABLET (portrait) ===== */
@media (min-width: 576px) and (max-width: 767px) {
  .products > .col {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* ===== TABLET (landscape) ===== */
@media (min-width: 768px) and (max-width: 991px) {
  .products > .col {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

/* ===== LAPTOP / SMALL DESKTOP ===== */
@media (min-width: 992px) and (max-width: 1199px) {
  .products > .col {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

/* ===== LARGE DESKTOP (5 columns) ===== */
@media (min-width: 1200px) {
  .products > .col {
    flex: 0 0 20%;
    max-width: 20%;
  }
}


@media (max-width: 767px) {
 
  .header-top{
      padding: 0px!important;
  }
    .tcs-slider .tcs-slide {
        margin-bottom: 15px;
    }
    .tcs-slider {
        display: block;
    }
    .tcs-slider-wrapper {
        margin: 40px auto;
    }
    .h2.section-title {
        margin: 0 0 10px 0;
        font-size: 20px;
    }
    .shopbanner-inner {
        padding-left: 0;
    }
    .shopbanner-bg {
        height: 290px;
    }
    .shopbanner-content .sb-text {
        font-size: 20px;
    }
    .shopbanner-module {
        margin: 20px 0 40px;
    }
    .offcanvas-body span.space-gap {
        padding-left: 0;
        display: block;
    }
     .offcanvas-body span.space-gap a {
        color: #32373d !important;
    }
    .products.row .col-xs-6{
        width: 100% !important;
    }
    
.ratio-homeSlider {
    min-height: 100%;
    margin-bottom: 80px;
}
#home-slider .carousel-indicators {
    bottom: -40px;
}
#home-slider .carousel .carousel-control-prev {
    left: 0.5rem;
}
#home-slider .carousel .carousel-control-next {
    right: 0.5rem;
}
#home-slider .carousel-control-next-icon, .carousel-control-prev-icon {
    height: 1.5rem;
    width: 1.5rem;
}
#home-slider .carousel .carousel-control-next, #home-slider .carousel .carousel-control-prev {
    transform: translateY(150%);
    background: #fff;
    border: 4px solid #ccc;
    width:45px;
    height:45px;
}
.tcs-content-box {
    padding: 10px 20px;
    width: 90%;
}
.material-icons {
    font-size: 30px;
}
.header-bottom .navbar-brand {
    max-height: max(50px, 8vh) !important;
    max-width: 100%;
}
.header-bottom .align-items-stretch.header-bottom__row {
    padding: 10px 0px;
}
.row.tci-row{
    margin:0px;
    padding:0px;
}

}


