/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

  .product-custom-info {
    background: #f7f7f7;
    padding: 20px;
    border-radius: 8px;
  }

  .info-row {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
  }

  .product-custom-info  .label {
    font-weight: bold;
    min-width: 150px;
  }

  .product-custom-info  .value {
    color: #333;
  }

.c-detail .iwithtext .iwt-icon img {
    width: 60px !important;
}
.c-detail .iwithtext .iwt-text {
    padding-left: 70px;
}
.c-detail .iwithtext .iwt-text a {
    text-decoration: none !important;
    word-break: break-word;
    color: #ffffff;
}
.c-detail .iwithtext .iwt-text h4{
	margin-bottom:0px!important;
}
.material #footer-outer #footer-widgets .col .address-box ul li i {
    margin-right: 10px;
}
.address-box ul li i {
    width: 28px !important;
    border-radius: 100%;
    height: 28px !important;
    font-size: 16px !important;
    padding-top: 7px;
    background-color: #d94540 !important;
    color: #ffffff !important;
    margin-left: -40px;
}
.address-box ul li{
	margin-bottom:15px!important;
}
#text-3 .textwidget {
    padding-left: 40px!important;
}
.msgg {
    height: 100px;
}
#footer-widgets .product-categories {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
}

#footer-widgets .product-categories li {
    width: 50%;
    box-sizing: border-box;
    margin-bottom: 5px;
}
.wc-category-image-widget{
    list-style:none;
    margin:0;
    padding:0;
}

.wc-category-image-widget li{
    margin-bottom:5px;
}

.wc-category-image-widget li a{
    display:flex!important;
    align-items:center;
    gap:12px;
    text-decoration:none;
}

.wc-category-image-widget img{
    width:40px!important;
    height:40px!important;
    object-fit:cover!important;
    border-radius:50%!important;
    flex-shrink:0;
    margin-bottom:0px!important;
    background:#ffffff!important;
}

.wc-category-image-widget small{
    color:#888;
}

.wc-category-image-widget li.active a span{
    color:#da4641;
}
.footer-logo{
	width:250px!important;
}
    .single-post #page-header-bg[data-post-hs="default_minimal"] {
           background: linear-gradient(90deg, #261856 0%, #da4540 100%)!important;
    }
#page-header-bg[data-post-hs="default_minimal"] .page-header-bg-image:after {
    background: linear-gradient(90deg, #261856 0%, #da4540 100%);
    opacity: 1;
}
body.single-post.material[data-bg-header=true] .container-wrap {
    padding-top: 10px !important;
}
.box-shadow-extra-large, .box-shadow-extra-large-hover:hover {
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
    -webkit-transition: all 350ms cubic-bezier(0.37, 0, 0.63, 1);
    transition: all 350ms cubic-bezier(0.37, 0, 0.63, 1);
}
.card .card-body.text-center{
	text-align:center;
    padding:10px 10px 20px 10px!important;
}
/* ===========================
   Pagination Design
=========================== */

ul.pagination.pagination-style-01{
    display:flex;
    justify-content:center;
    align-items:center;
    flex-wrap:wrap;
    gap:10px;
    margin:40px auto;
    padding:0;
    list-style:none;
}

ul.pagination.pagination-style-01 li.page-item{
    margin:0;
    padding:0;
    list-style: none;
}

ul.pagination.pagination-style-01 li.page-item .page-link{
    display:flex;
    align-items:center;
    justify-content:center;
    min-width:46px;
    height:46px;
    padding:0 18px;
    border:1px solid #e5e7eb;
    border-radius:12px;
    background:#ffffff;
    color:#222;
    font-size:15px;
    font-weight:500;
    text-decoration:none;
    transition:all .3s ease;
    box-shadow:0 5px 15px rgba(0,0,0,.08);
}

ul.pagination.pagination-style-01 li.page-item .page-link:hover{
    background:#da4641;
    border-color:#da4641;
    color:#fff;
    transform:translateY(-3px);
}

ul.pagination.pagination-style-01 li.page-item .page-link.current,
ul.pagination.pagination-style-01 li.page-item.active .page-link{
    background:#da4641;
    color:#fff;
    border-color:#da4641;
    box-shadow:0 8px 20px rgba(0,123,255,.30);
}

ul.pagination.pagination-style-01 li.page-item .page-link.dots{
    background:transparent;
    border:none;
    box-shadow:none;
    color:#777;
    cursor:default;
}

ul.pagination.pagination-style-01 li.page-item .next.page-link{
    min-width:auto;
    padding:0 22px;
    font-weight:500;
}
/* ===========================
   Alphabet Filter
=========================== */

.d-flex.flex-wrap.justify-content-center.gap-2.mb-5{
    display:flex;
    justify-content:center;
    align-items:center;
    flex-wrap:wrap;
    gap:5px !important;
    margin:40px auto !important;
}

.d-flex.flex-wrap.justify-content-center.gap-2.mb-5 a{
    display:flex;
    align-items: center;
    justify-content: center;
    min-width: 35px;
    height: 35px;
    padding: 0 8px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    color: #333;
    font-size: 15px;
    font-weight: 600 !important;
    text-decoration: none !important;
    transition: all .3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .06);
}

.d-flex.flex-wrap.justify-content-center.gap-2.mb-5 a:hover{
    background:#d94540 ;
    border-color:#d94540 ;
    color:#fff !important;
    transform:translateY(-3px);
    box-shadow:0 8px 20px rgba(0,123,255,.25);
}

/* ALL Button */
.d-flex.flex-wrap.justify-content-center.gap-2.mb-5 a.btn{
    background:#d94540 ;
    border-color:#d94540 ;
    color:#fff !important;
    padding:0 20px;
    min-width:70px;
}

/* Active Letter */
.d-flex.flex-wrap.justify-content-center.gap-2.mb-5 a.active,
.d-flex.flex-wrap.justify-content-center.gap-2.mb-5 a[aria-current="page"]{
    background:#007bff;
    border-color:#007bff;
    color:#fff !important;
}
/* ==========================================
   Salient WooCommerce Category Horizontal Scroll
========================================== */

.qm-product-cat .woocommerce,
.qm-product-cat .woocommerce.columns-0{
    width:100%;
    overflow:hidden;
}

/* Horizontal Scroll */
.qm-product-cat .woocommerce ul.products,
.qm-product-cat .woocommerce .products{
    display:flex !important;
    flex-wrap:nowrap !important;
    overflow-x:auto !important;
    overflow-y:hidden !important;
    gap:2px;
    padding:10px 0 10px;
    margin-bottom:40px!important;
    justify-content:flex-start !important;
    align-items:flex-start;
    scroll-behavior:smooth;
    -webkit-overflow-scrolling:touch;
}

/* Scrollbar */
.qm-product-cat .woocommerce ul.products::-webkit-scrollbar{
    height:6px;
}

.qm-product-cat .woocommerce ul.products::-webkit-scrollbar-thumb{
    background:#c5c5c5;
    border-radius:20px;
}

.qm-product-cat .woocommerce ul.products::-webkit-scrollbar-track{
    background:#f5f5f5;
}

/* Category Item */
.qm-product-cat .woocommerce ul.products li.product-category,
.qm-product-cat .woocommerce ul.products li.product{
    flex:0 0 140px !important;
    width:140px !important;
    min-width:140px !important;
    max-width:140px !important;
    margin:0 !important;
    float:none !important;
    clear:none !important;
    list-style:none;
    text-align:center;
}

/* Anchor */
.qm-product-cat .woocommerce ul.products li.product-category > a,
.qm-product-cat .woocommerce ul.products li.product > a{
    display:flex !important;
    flex-direction:column;
    align-items:center;
    justify-content:flex-start;
    width:100%;
    text-decoration:none;
}

/* Image */
.qm-product-cat .woocommerce ul.products li.product-category img,
.qm-product-cat .woocommerce ul.products li.product img{
    width:80px !important;
    height:80px !important;
    min-width:80px;
    max-width:80px;
    object-fit:cover;
    display:block;
    margin:0 auto 10px !important;
    border-radius:50%;
    background:#fff;
    border:1px solid #eee;
    box-shadow:0 5px 15px rgba(0,0,0,.05);
    transition:.3s ease;
}

/* Hover */
.qm-product-cat .woocommerce ul.products li.product-category:hover img,
.qm-product-cat .woocommerce ul.products li.product:hover img{
    transform:translateY(-5px);
    border-color:#da4540;
}
.qm-product-cat .woocommerce ul.products li.product-category:hover h2{
color:#da4540;	
}
/* Title */
.qm-product-cat .woocommerce ul.products li.product-category h2,
.qm-product-cat .woocommerce ul.products li.product h2{
    margin:0 !important;
    padding:0 !important;
    font-size:12px !important;
    line-height:1.3 !important;
    text-align:center;
    text-transform:uppercase;
    font-weight:600;
    width:100%;
}

/* Hide Count */
.qm-product-cat .woocommerce ul.products .count{
    display:none !important;
}

/* Remove Salient Grid */
.qm-product-cat .woocommerce ul.products li.first,
.qm-product-cat .woocommerce ul.products li.last{
    clear:none !important;
}
.nectar_woocommerce_before_shop_loop .container{
	padding:0px!important;
}
.qm-product-faq .toggle>.toggle-title a {
    font-size: 18px !important;
    color: #261856 !important;
    font-weight: bold;
}


/*====Product Page Model Css===*/
  .req-modal.modal {
 display: none;
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    z-index: 99999 !important;
    overflow-y: auto;
  }

  .req-modal .modal-content {
    position: relative;
    background-color: white;
    margin: 120px auto 40px;
    padding: 2rem;
    width: 100%;
    max-width: 900px;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  }

  .req-modal .close-button {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 28px;
    border: none;
    background: none;
    cursor: pointer;
    color: #333;
    transition: color 0.2s ease;
  }

  .close-button:hover {
    color: #000;
  }

  .req-modal.modal h2 {
    font-size: 28px;
    color: #291759;
    margin-bottom: 0.5rem;
    text-align: center;
    font-weight: 600;
  }

  .modal-subtitle {
    color: #666;
    margin-bottom: 2rem;
    text-align: center;
    font-size: 1.1rem;
    line-height: 1.6;
  }

 .steps-container{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
    margin:40px 0;
}

.step-arrow{
    display:none;
}

.step{
    position:relative;
    background:#fff;
    border:1px solid #edf2f7;
    border-radius:10px;
    padding:5px;
    text-align:center;
    transition:.35s ease;
    box-shadow:0 8px 25px rgba(0,0,0,.05);
    overflow:visible;
}

.step:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 40px rgba(0,0,0,.12);
    border-color:#bd4d41;
}

.step-icon{
    width:75px;
    height:75px;
    margin:0 auto 18px;
    background:#f4f8ff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    transition:.3s;
}

.step:hover .step-icon{
    background:#cc433b;
    transform:scale(1.08);
}

.step-icon img{
    height:40px;
    transition:.3s;
}

.step:hover .step-icon img{
    filter:brightness(0) invert(1);
}

.step p{
    margin:0;
    font-size:13px;
    line-height:1.3;
    font-weight:500;
    color:#2d3748;
}

.step:not(:last-child)::after{
    content:"➜";
    position:absolute;
    right:-20px;
    top:50%;
    transform:translateY(-50%);
    width:35px;
    height:35px;
    border-radius:50%;
    background:#cc433b;
    color:#fff;
    font-size:16px;
    display:flex;
    align-items:center;
    justify-content:center;
    box-shadow:0 6px 15px rgba(37,99,235,.35);
    z-index:10;
}
  .request-form {
    margin-top: 2rem;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding:10px;
    background-color: #f8f9fa;
    border-radius: 8px;
  }

  .form-column {
    flex: 0 0 calc(50% - 1rem);
  }

  .form-column.full-width {
    flex: 0 0 100%;
  }

  .form-group {
    margin-bottom: 5px;
  }

  .form-group input,
  .form-group textarea {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    font-size: 0.95rem;
    transition: border-color 0.2s ease;
  }

  .form-group input:focus,
  .form-group textarea:focus {
    border-color: #1E90FF;
    outline: none;
  }

  .upload-prescription {
    margin:0px;
  }

  .upload-label {
    display: block;
    font-size: 1rem;
    color: #333;
    margin-bottom: 1rem;
    font-weight: 500;
  }

  .upload-wrapper {
    position: relative;
    border: 2px dashed #e0e0e0;
    border-radius: 8px;
    text-align: center;
    background: white;
    transition: border-color 0.3s ease;
    cursor: pointer;
  }

  .upload-wrapper:hover {
    border-color: #1E90FF;
  }

  .file-input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
  }

  .upload-button {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
  }

  .upload-button span {
    font-weight: 500;
    color: #333;
  }

  .upload-button small {
    color: #666;
    font-size: 0.85rem;
  }

  .submit-button {
    width: 100%;
    padding: 1rem;
    background-color: #291759 !important;
    color: white !important;
    border: none;
    border-radius: 4px;
    font-size: 1.1rem;
    font-weight: bold;
    cursor: pointer;
    margin-top: 1rem;
    transition: background-color 0.2s ease, transform 0.2s ease;
  }

  .submit-button:hover {
    background-color: #ED3237 !important;
    transform: translateY(-2px);
  }

  .input-box {
    border-radius: 0px !important;
  }

  #our_process_tab p1 {
    justify-content: center;
    display: flex;
  }
a.btn.btn-dark-gray.btn-very-small.btn-round-edge{
    width: 100% !important;
    margin-top: 20px;
    display: block;
    padding: 10px 5px !important;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    color: #fff !important;
    border: none !important;
    border-radius: 10px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-align: center !important;
    text-decoration: none !important;
    cursor: pointer !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3) !important;
}
a.btn.btn-dark-gray.btn-very-small.btn-round-edge:hover{
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 25px rgba(102, 126, 234, 0.5) !important;
    background: linear-gradient(135deg, #764ba2 0%, #667eea 100%) !important;
}
.col-lg-3 .box-shadow-extra-large{
    background: #fff !important;
    border-radius: 16px !important;
    overflow: hidden !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08) !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
    border: 1px solid #f0f0f0 !important; 
    position: relative !important;
}
.box-shadow-extra-large:hover{
    transform: translateY(-8px) !important;
    box-shadow: 0 12px 40px rgba(102, 126, 234, 0.2) !important;
    border-color: #667eea !important;
}
.box-shadow-extra-large img{
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}
.box-shadow-extra-large:hover img {
    transform: scale(1.05) !important;
}
.card .card-body.text-center .card-title {
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.3s ease;
}
.products li.product.minimal .product-add-to-cart a{
	opacity:1!important;
    width: 100% !important;
    padding: 15px 5px !important;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    color: #fff !important;
    border: none !important;
    border-radius: 10px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-align: center !important;
    text-decoration: none !important;
    cursor: pointer !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3) !important;
}
.products li.product.minimal .product-add-to-cart a:hover{
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 25px rgba(102, 126, 234, 0.5) !important;
    background: linear-gradient(135deg, #764ba2 0%, #667eea 100%) !important;
}
.products li.product.minimal .product-add-to-cart a i{
	display:none!important;
}
.products li.product.minimal .product-add-to-cart a span{
	background-image:none!important;
}
.products li.product.minimal .product-add-to-cart{
	position:relative;
}
.products li.product.minimal .product-meta {
    padding: 0px;
}
ul.products li.minimal.product .product-wrap {
    padding: 20px!important;
    background: #fff !important;
    border-radius: 16px !important;
    overflow: hidden !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08) !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
    border: 1px solid #f0f0f0 !important;
    position: relative !important;
}
.page page-id-2897 .container.main-content{
	background:#f5f7fa;
}
.products li.product.minimal .price-hover-wrap {
    width: 100%;
    display: block;
    height: 50px;
    margin-top: 15px;
}
ul.products li.minimal.product .product-wrap:hover{
    transform: translateY(-8px) !important;
    box-shadow: 0 12px 40px rgba(102, 126, 234, 0.2) !important;
    border-color: #667eea !important;
}
.request-button {
    width: 100%;
    background-color: #291759;
    color: white;
    border: none;
    padding: 0.6rem 1.5rem;
    border-radius: 10px;
    font-weight: bold;
    cursor: pointer;
}
.qm-tab-content{
    display:none;
}

.qm-tab-content.qm-active{
    display:block;
}

.qm-tab-button.qm-active{
    background:#2d1b69;
    color:#fff;
}
/* ==========================
   Product Tabs
========================== */
/* ==========================
   Product Tabs
========================== */
.product-tabs-section {
  margin-top: 40px;
  max-width: 1200px;
}

.tabs-navigation {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 24px;
  overflow: visible; /* make sure nothing forces scrolling */
}

.tab-button {
  background: none;
  border: none;
  border-bottom: 3px solid transparent;
  padding: 14px 20px;
  font-size: 15px;
  font-weight: 600;
  color: #666;
  cursor: pointer;
  transition: color 0.2s ease, border-color 0.2s ease;
  white-space: normal;
}

.tab-button:hover {
  color: #222;
}

.tab-button.active {
  color: #222;
  border-bottom-color: currentColor;
}

.tab-content {
  display: none;
  line-height: 1.7;
  color: #444;
  font-size: 15px;
}

.tab-content.active {
  display: block;
  animation: fadeInTab 0.25s ease;
}

@keyframes fadeInTab {
  from { opacity: 0; transform: translateY(4px); }
  to   { opacity: 1; transform: translateY(0); }
}

.tab-content p:last-child {
  margin-bottom: 0;
}
.container-wrap #author-bio #author-info p{
	max-width:100%!important;
}
.container-wrap #author-bio #author-info p a{
    display: block !important;
    color: #251856;
    font-weight: bold;
    opacity: 1;
}
#footer-outer{
border-top:1px solid rgba(255,255,255,.1);
}
#footer-outer #footer-widgets .widget h4{
	position:relative;
    margin-bottom:30px!important;
}
#footer-outer #footer-widgets .widget h4::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 80px;
    height: 3px;
    background: rgba(255, 255, 255, .1);
    border-radius: 50px;
}
.masonry.material .masonry-blog-item h3 {
    font-size: 22px;
    line-height: 30px;
}
.row.g-4:has(.pazf-no-results) {
    display: block !important;
}

.pazf-no-results{
    max-width:550px;
    margin:10px auto;
    padding:40px 30px;
    background:#fff;
    border:1px solid #ececec;
    border-radius:15px;
    text-align:center;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    font-size:18px;
    color:#666;
    position:relative;
}

.pazf-no-results::before{
    content:"📦";
    display:block;
    font-size:55px;
    margin-bottom:15px;
}

.pazf-no-results strong{
    color:#ef4b43;
    font-size:22px;
}

.pazf-no-results::after{
    content:"Please try another alphabet.";
    display:block;
    margin-top:15px;
    font-size:15px;
    color:#999;
}
.qm-blog .nectar-post-grid-wrap .nectar-post-grid .nectar-post-grid-item .content{
padding:15px!important;	
}
.qm-blog .nectar-post-grid-wrap .nectar-post-grid .nectar-post-grid-item{
	 box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08) !important;
}  
.related-posts .article-content-wrap .post-header h3.title{
	font-size:17px!important;
	line-height:1.3!important;
    padding-top:15px!important;
}
.related-posts[data-style=material] .meta-category{
	display:none!important;
}
.ascend .related-post-wrap h3.related-title, .material .related-post-wrap h3.related-title
 {
    padding-top: 4%;
}
.ascend .blog-recent.related-posts, .material .blog-recent.related-posts {
    padding: 0 0 4% 0;
}
body .swiper-container .slider-next .slide-count, body .swiper-container .slider-prev .slide-count{
	display:none!important;
}
.masonry.material .masonry-blog-item .meta-category{
	display:none!important;
}
.masonry.material .masonry-blog-item .article-content-wrap, .related-posts[data-style=material] .article-content-wrap {
    padding: 30px 30px 30px 30px !important;
}
.masonry.material .masonry-blog-item h3 {
    font-size: 17px;
    line-height: 26px;
}
body .swiper-container .slider-prev, body .swiper-container .slider-next {
	width:50px!important;
}
.single-product .products.related, .single-product .products.upsells{
	display:none!important;
}
.ww-delivery p{
	font-size:14px!important;
}
.qm-testimonial .testimonial_slider[data-style="minimal"] .controls{
	display:none!important;
	
}
#our_process_tab img.aligncenter {
    display: inline!important;
    margin: 15px auto;
}
#author-bio .avatar {
    display: none!important;
}
.container-wrap #author-bio #author-info {
    vertical-align: middle;
    display: inline-block;
    padding-left: 0px;
    width: 100% !important;
    padding: 20px;
 box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08) !important;
} 
.woocommerce-page ul.products li.product.minimal .background-color-expand {
    background-color: transparent;
}
#page-header-bg[data-post-hs="default_minimal"] .inner-wrap > a{
	display:none!important;
}
#chaty-widget-0 .chaty-i-trigger .chaty-cta-button {
    border-radius: 50px !important;
    overflow: hidden;
    right: -18px!important;
    bottom: -18px!important;
}
.nectar-post-grid-item__meta-wrap {
    font-size: 12px;
}
 @media (max-width: 1000px) {
body.woocommerce-page ul.products[data-product-style=minimal] li.product.minimal {
        display: flex;
    }
.woocommerce ul.products li.product.minimal .product-wrap {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.woocommerce ul.products li.product.minimal .product-meta {
    display: flex;
    flex-direction: column;
    flex: 1;
}

/* Equal title height */
.woocommerce ul.products li.product.minimal .woocommerce-loop-product__title {
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 15px;
}

/* Button always at bottom */
.woocommerce ul.products li.product.minimal .price-hover-wrap {
    margin-top: auto;
}
	 .hide-small{
		 display:none!important;
	 }
.row.g-4 .col-12:has(.pazf-no-results) {
    width: 100% !important;
	max-width: 100% !important;
}

.wpb_wrapper h3.vc_custom_heading.contact-box-subheading{
   font-size: 18px !important;
   line-height: 20px !important;
   margin-bottom: 15px;
	 }
  .tabs-navigation {
    border-bottom: none;
    overflow: visible !important;
    flex-wrap: unset;
    gap: 3px;
  }

  .tab-button {
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    padding: 10px 8px;
    font-size: 12.5px;
    text-align: center;
    line-height: 1.3;
    white-space: normal !important;
    flex: unset;
  }

  .tab-button.active {
        background: #cc433b;
        color: #fff;
  }

  .tab-content {
    font-size: 14px;
  }
    .row.g-4 {
        display: flex !important;
        flex-wrap: wrap !important;
    }

    .row.g-4 > * {
        width: 50% !important;
        max-width: 50% !important;
        flex: 0 0 50% !important;
        padding: 5px;
        box-sizing: border-box;
    }
.card .card-body.text-center .card-title {
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.3s ease;
    line-height: 15px !important;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    line-height: 16px;
    font-size: 15px;
}
.products[data-rm-m-hover="1"] li.product.minimal .background-color-expand, .products[data-rm-m-hover="1"] li.product.minimal .product-add-to-cart {
       display: block !important; 
    }
.step-icon {
    width: 40px;
    height: 40px;
    margin: 0 auto 10px;
 }
    .modal-content {
      margin: 1vh auto;
      padding: 2rem;
      width: 95%;
    }

    .form-column {
      flex: 0 0 100%;
    }

    .steps-container {
      flex-direction: row;
      align-items: top;
      gap: 5px;
      padding: 0;
    }

    .step {
      max-width: 100%;
    }

    .step-arrow {
      transform: rotate(0deg);
      margin: 0;
      font-size: 20px;
    }

    .form-row {
      flex-direction: column;
      gap: 0;
    }

    .help-section {
      background-size: cover;
    }

    .modal h2 {
      font-size: 15px;
    }

    .step p {
        font-size: 0.56em;
        color: #333;
        margin: 0;
        font-weight: 600;
        line-height: 13px;
    }

    .step-icon img {
      width: 30px;
      height: 30px;
      object-fit: contain;
      transition: transform 0.2s ease;
    }

    .request-form {
      margin-top: 2rem;
      display: flex;
      flex-wrap: wrap;
      gap: 0rem;
      padding: 1.5rem;
      background-color: #f8f9fa;
      border-radius: 8px;
    }
.step:not(:last-child)::after {
    content: "➜";
    position: absolute;
    right: -13px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #cc433b;
    color: #fff;
    font-size: 12px;
	  }
.req-modal.modal h2 {
    font-size: 20px;
    color: #291759;
    margin-bottom: 0px;
    text-align: center;
    font-weight: 600;
    line-height: 30px;
}
.req-modal .close-button {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 30px;
    border: none;
    background: none;
    cursor: pointer;
    color: #cc433b!important;
    transition: color 0.2s ease;
}
  }
/*===END===*/
/* Mobile */
@media (max-width:1000px){
.card .card-body.text-center {
    line-height: 18px!important;
}
.col-lg-3 .card-body{
    display:flex;
    flex-direction:column;
    flex:1;
}

/* Same height for all product titles */
.col-lg-3 .card-title{
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    line-height:1.4;
    margin-bottom:10px !important;
    min-height:45px!important;
}
	a.btn.btn-dark-gray.btn-very-small.btn-round-edge{
		margin-top:0px!important;
	}
/* Button always at bottom */
.col-lg-3 .mt-auto{
    margin-top:auto !important;
}
    .qm-product-cat .woocommerce ul.products{
        gap:15px;
    }

    .qm-product-cat .woocommerce ul.products li.product-category,
    .qm-product-cat .woocommerce ul.products li.product{
        flex:0 0 80px !important;
        width:80px !important;
        min-width:80px !important;
        max-width:80px !important;
    }

    .qm-product-cat .woocommerce ul.products li.product-category img,
    .qm-product-cat .woocommerce ul.products li.product img{
        width:50px !important;
        height:50px !important;
        min-width:50px;
        max-width:50px;
    }

    .qm-product-cat .woocommerce ul.products li.product-category h2,
    .qm-product-cat .woocommerce ul.products li.product h2{
        font-size:9px !important;
    }
}

@media(min-width:1000px){
	.footer-cr-menu{
		margin-left:40px;
	}
    body #footer-outer .row {
        padding: 45px 0;
    }
	.tax-product_cat #page-header-bg, .tax-product_cat.woocommerce #page-header-wrap{
		height:200px!important;
	}
.row.g-4 {
    display: flex;
    flex-wrap: wrap;
}

.col-lg-3 {
    width: 25% !important;
    flex: 0 0 25%;
    padding: 7px;
    box-sizing: border-box;
    display: flex;
    flex-direction:column;
	}
.col-lg-3 .card-body {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.col-lg-3 .card-title {
    min-height: 60px; /* Adjust as needed */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.col-lg-3 .mt-auto {
    margin-top: auto !important;
}

.single-post #page-header-wrap{
height:350px!important;	
}
.single-post #page-header-bg[data-post-hs="default_minimal"]{
   height:350px!important;
}
#footer-widgets .product-categories li {
    width: 33.33%;
    box-sizing: border-box;
    margin-bottom: 5px;
}
	#footer-outer .col:nth-child(1) {
    width: 50%;
}

#footer-outer .col:nth-child(2) {
    width: 15%;
}

#footer-outer .col:nth-child(3) {
    width: 31%;
}
.is-menu.default form {
    max-width: 400px;
    width: 400px;
}
	.qm-mobile-title{
		display:none!important;
	}
/* Equal height cards */
.woocommerce ul.products li.product {
    display: flex;
}

.woocommerce ul.products li.product .product-wrap {
    display: flex;
    flex-direction: column;
    width: 100%;
}

/* Product meta takes remaining height */
.woocommerce ul.products li.product .product-meta {
    display: flex;
    flex-direction: column;
    flex: 1;
}

/* Same height for title */
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    min-height: 60px; /* Adjust if needed */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

/* Push button to bottom */
.woocommerce ul.products li.product .price-hover-wrap {
    margin-top: auto;
}
}
@media(max-width:1000px){
.footer-logo {
    width: 180px !important;
	}
.req-modal .modal-content {
    margin: 80px auto 40px!important;
}
.steps-container {
    margin: 20px 0!important;
}
.product-custom-info .label {
    font-weight: bold;
    min-width: 100px;
    font-size:14px!important;
    line-height: 20px;
    width:100px
}
.product-custom-info .value {
    color: #333;
    font-size: 14px;
    line-height: 22px;
}
.mobile-header .is-form-style input.is-search-input {
    width: 120px!important;
	}

    .d-flex.flex-wrap.justify-content-center.gap-2.mb-5{
        gap:4px !important;
    }

    .d-flex.flex-wrap.justify-content-center.gap-2.mb-5 a{
        min-width:28px;
        height:28px;
        font-size:12px;
        padding:0 5px;
    }

    .d-flex.flex-wrap.justify-content-center.gap-2.mb-5 a.btn{
        min-width:60px;
    }

    ul.pagination.pagination-style-01{
        gap:6px;
    }

    ul.pagination.pagination-style-01 li.page-item .page-link{
        min-width:40px;
        height:40px;
        font-size:14px;
        padding:0 14px;
    }

    ul.pagination.pagination-style-01 li.page-item .next.page-link{
        padding:0 16px;
    }
	.qm-desktop-title{
		display:none!important;
	}
 .woocommerce-page div.product div.summary {
        float: inline-end!important;
        width: 100%;
    }
.qm-product-faq .toggle>.toggle-title a {
    font-size: 15px !important;
    color: #261856 !important;
    font-weight: bold;
   line-height: 20px;
}
h1.product-title {
    font-size: 24px!important;
    line-height: 35px!important;
}
	h2.vc_do_custom_heading{
		font-size:26px!important;
        line-height:35px!important;
	}
}