/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.27.4.1763118102
Updated: 2025-11-14 11:01:42

*/




/* Apply only on desktop screens 981px and above */
@media (min-width: 981px) {

 .mobile-extra-item .et_pb_social_network_link {
        padding-left: 15px !important;
    }

    .mobile-extra-item .et_pb_social_media_follow {
        text-align: center !important;
    } 


.tax-product_cat ul.sub-menu {
width:200px !important;
}

.tax-product_cat .nav li li ul{
    left:199px !important;
}


.header-sec-1 .et_pb_menu .sub-menu {
    background: #ffffff;
    border-radius: 6px;
    min-width: 190px !important;
    width:100%;
    max-width:500px !important;
    box-shadow: 0 8px 20px rgba(0,0,0,0.12);
    border: 1px solid #eee;
    visibility: hidden;
    opacity: 0;
    transform: translateY(10px);
    transition: 0.3s ease;
    position: absolute;
    z-index: 9999;
    padding-top:0px !important;
    padding-bottom:0px !important;
    top:40px !important;
}

.header-sec-1 .et_pb_menu li:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.header-sec-1 .et_pb_menu .sub-menu .sub-menu {
    left: 94%;
    top: 10px !important;
    border-radius: 6px;
}

.header-sec-1 .et_pb_menu .sub-menu li {
    position: relative;
}

.header-sec-1 .sub-menu li.menu-item.menu-item-type-taxonomy.menu-item-object-product_cat {
    padding:0px !important;
}

} /* END DESKTOP ONLY */












.header-section-1 .header-menu-1  ul#menu-home-menu {
gap:15px
}
.header-section-1 .header-social-media{
display:flex;
justify-content:space-between;
align-items:center;
}
.header-section-1 .header-menu-1{
 width:90% !important;   
}
.header-section-1 .header-menu-1 {
 gap:15px !important;
}

.home-row-1 {
    display:flex;
    flex-direction:row;
    justify-content:center;
    align-items:center;
}
.home-col-1 {
    display:flex;
    flex-direction:column;
    gap:15px;
}
.row1-h1 h1 {
    padding-bottom:0px;
}

.home-sec-slide1 .slick-slide {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
}

.home-sec-slide1 .slick-track {
    display: flex !important;
}

.home-sec-slide1 .slick-slide {
    opacity: 0;
    transition: opacity .4s ease;
}

.home-sec-slide1 .slick-active {
    opacity: 1;
}
.home-sec-slide1 button.custom-next.slick-arrow {
    position: absolute;
    right: calc((100% - 1188px) / 2);
    width: 40px;
    height: 40px;
    padding: 0;
    background: #ffffff;
    border: 2px solid #7a1e1e !important;
    color: #7a1e1e;
    opacity: 1;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
}
.home-sec-slide1 button.slick-arrow{
    top:50% !important;
    transform:translateY(-50%) !important;
}
.home-sec-slide1 button.custom-prev.slick-arrow {
    left: calc((100% - 1188px) / 2);
    position: absolute;
    right: unset;
    width: 40px;
    height: 40px;
    padding: 0;
    background: #ffffff;
    border: 2px solid #7a1e1e !important;
    color: #7a1e1e;
    opacity: 1;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-sec-slide1 .slick-dots {
    list-style: none !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
    position: absolute;
left: 48%;
    top: 98%;
    transform: translateY(-50%);
    display: flex !important;
    flex-direction: row;
    gap: 10px;
}

/* NON-ACTIVE DOT → White background + border */
.home-sec-slide1 .slick-dots li .custom-dot {
    width: 12px;
    height: 12px;
    background: #ffffff;
    border: 2px solid #7A1E1E;
    display: block;
    border-radius: 0 !important; /* square */
}

/* ACTIVE DOT → Filled square */
.home-sec-slide1 .slick-dots li.slick-active .custom-dot {
    background: #7A1E1E;
    border: 2px solid #7A1E1E;
}

/* GRID LAYOUT */
.ts-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin-top: 50px;
}

@media (max-width: 1024px) {
    .ts-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .ts-grid {
        grid-template-columns: 1fr;
    }
}

/* CARD */
.ts-card {
    background: #fff;
    border-radius: 12px;
    padding: 0px;
    border: 1px solid #F5DDBA;
    transition: all 0.3s ease;
    padding-bottom:20px;
    box-shadow: 0 5px 10px rgba(122, 32, 31, 0.36);
}

.ts-card:hover {
    box-shadow: 0 5px 10px rgba(0,0,0,0.08);
}

/* IMAGE SECTION */
.ts-img-wrap {
    position: relative;
    text-align: center;
    height: 335px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.ts-img img {
    width: auto !important;
    height: 100% !important;
    object-fit: contain;
}

/* "Top Selling" Tag */
.ts-tag {
    position: absolute;
    top: 5px;
    right: 5px;
    background: #018e42;
    color: #fff;
    font-size: 12px;
    padding: 4px 10px;
    border-radius: 4px;
    font-family: "Inter", sans-serif !important;
}

/* TOP ROW → Category + Stars */
.ts-top-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 12px;
    margin-bottom: 4px;
    padding-left:15px;
    padding-right:15px;
}

/* Category */
.ts-cat {
    font-size: 14px;
    color: #7a1e1e;
    font-weight: 600;
    font-family: "Inter", sans-serif !important;
}

/* Stars */
.ts-stars {
    display: flex;
    gap: 2px;
    font-size: 13px;
    color: #ffc107;
}
.ts-stars .star {
    color: #ddd;
}
.ts-stars .filled {
    color: #7a1e1e;
}

/* PRODUCT TITLE */
.ts-title {
    font-family: Mulish;
    font-size: 15px;
    font-weight:700;
    color: #000000;
    line-height: 1.4;
    padding-left:15px;
    padding-right:15px;
}

/* BOTTOM ROW → Price + Button */
.ts-bottom-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
    padding-left:15px;
    padding-right:15px;
}

/* PRICE */
.ts-price {
    font-size: 14px;
    font-weight: bold;
    font-family: "Inter", sans-serif !important;
    color: #7a1e1e;
}

.ts-price del {
    color: #000000 !important;
    opacity: 0.5;
    font-weight: normal;
}

.ts-price ins {
    color: #7a1e1e !important;
    text-decoration: none;
}

/* ADD BUTTON */
.ts-add {
    background: #7a1e1e;
    color: #fff !important;
    padding: 6px 16px;
    font-size: 14px;
    border-radius: 6px;
    text-decoration: none;
    transition: 0.3s;
    font-family: "Inter", sans-serif !important;
}

.ts-add:hover {
    background: #5e1616;
}

.ts-filter-buttons {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content:center;
}

.ts-btn-filter {
    font-family: "Inter", sans-serif !important;
    width:100%;
    max-width:200px;
    font-weight:600;
    padding: 10px 40px;
    border: 2px solid #7A1E1E;
    background: transparent;
    color: #7A1E1E;
    font-size: 14px;
    letter-spacing: 3px;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}

.ts-btn-filter.active {
    background: #7A1E1E;
    color: #fff;
}

.ts-btn-filter.active:hover {
    color: #7A1E1E;
    background: #fff;
}

.ts-btn-filter:hover {
    background: #7A1E1E;
    color: #fff;
}

.ts-img-wrap {
    position: relative;
    overflow: hidden;
}

.ts-img {
    width: 100%;
    display: block;
}

.ts-img-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: 0.3s ease;
    pointer-events: none;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.ts-img-wrap.playing .ts-img-video {
    opacity: 1;
}

.ts-img-wrap.playing .ts-img {
    opacity: 0;
}

.ts-grid-1 .ts-card {
    margin: 0 12px;
}

/* Slick dots container */
.ts-grid-1 .slick-dots {
    position: absolute !important;
    bottom: -330px;
    left: 50%;
    transform: translateX(-50%);
    display: flex !important;
    justify-content: center;
    align-items: center;
    flex-direction:row;
    gap: 10px;
    margin: 0;
    padding: 0;
}

.ts-grid-1 .slick-dots li {
    width: 12px;
    height: 12px;
    border: 2px solid #000;
    border-radius: 50%;
    list-style: none;
}

.ts-grid-1 .slick-dots li button {
    width: 100%;
    height: 100%;
    opacity: 0;
}

.ts-grid-1 .slick-dots li.slick-active {
    background: #7A1E1E;
    border-color: #7A1E1E;
}

.ts-btn-filter-1 {
    font-family: "Inter", sans-serif !important;
    width:100%;
    max-width:200px;
    font-weight:600;
    padding: 10px 40px;
    border: 2px solid #7A1E1E;
    background: transparent;
    color: #7A1E1E;
    font-size: 14px;
    letter-spacing: 3px;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}

.ts-btn-filter-1.active {
    background: #7A1E1E;
    color: #fff;
}




.our-product-row .ts-grid-1{
    padding-top:50px
}
.ts-grid-1 .slick-track {
    padding-bottom: 30px;
}


.wrapper-about {
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding-top:20px;
}
.wrapper-about h4.et_pb_module_header {
    padding-bottom:0px
}
.wrapper-about .et_pb_blurb_content {
    display:flex !important;
    justify-content:center !important;
    align-items:center !important;
    gap:20px
}
.wrapper-about .et_pb_main_blurb_image {
 margin-bottom:0px;   
}

.insta-feed .instagram-gallery-item {
border-radius:10px;
}




.kaveri-testimonial-slider .slick-slide {
    transition: all 0.4s ease;
    padding: 15px;
}

.kaveri-testimonial-box {
    background: #ffffff;
    border-radius: 16px;
    padding: 25px;
    text-align: center;
    color: #000;
    border: 1px solid #ddd;
    transform: scale(0.9);
    transition: all 0.4s ease;
}

/* ⭐ Center Slide Active Design */
.kaveri-testimonial-slider .slick-center .kaveri-testimonial-box {
    background: #8a2323 !important;
    color: #fff !important;
    transform: scale(1.08);
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

/* Stars */
.testimonial-stars .star {
    font-size: 18px;
    color: #ccc;
}
.testimonial-stars .filled {
    color: #FFD700;
}

/* Slick Dots */
.kaveri-testimonial-slider .slick-dots li button:before {
    font-size: 10px;
    color: #8a2323;
}
.kaveri-testimonial-slider .slick-dots li.slick-active button:before {
    color: #8a2323;
}


/* Custom Slick Arrow Style */
.custom-arrow {
    font-size:0;
    background: #8a2323;
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    z-index: 10;
    transform: translateY(-50%);
}

/* Arrow icons using pseudo elements */
.custom-arrow::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(135deg);
}
.slick-current .testimonial-title{
    color:#fff;
}
.slick-prev {
    left: -50px;
}

.slick-prev::before {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.slick-next {
    right: -50px;
}

.slick-next::before {
    transform: translate(-50%, -50%) rotate(135deg);
}


/* All Tab Buttons (Inactive Default Style) */
#tab-description,
#tab-features,
#tab-ingredients,
#tab-howtouse {
    border: 1px solid #7A1E1E;
    padding: 10px 15px;
    cursor: pointer;
    color: #7A1E1E;
    background: white;
    display: inline-block;
    margin-right: 5px;
    transition: 0.3s;
}

/* Active Tab Style */
.active-tab {
    background: #7A1E1E !important;
    color: white !important;
    border-color: #7A1E1E !important;
}



 .spec-row {
            display: flex;
            justify-content: space-between;
            gap: 20px;
            margin-bottom: 25px;
        }
        .spec-box {
            flex: 1;
            background: #fff;
            border: 1px solid #e5e5e5;
            padding: 25px 20px;
            border-radius: 12px;
            text-align: center;
        }
        .spec-box h4 {
            font-size: 18px;
            margin-bottom: 5px;
            font-weight: 600;
        }
        .spec-box .underline {
            width: 40px;
            height: 2px;
            background: #000;
            margin: 8px auto 14px;
        }
        .spec-box p {
            margin: 0;
            font-size: 15px;
            color: #444;
            line-height: 22px;
        }


 .marketplace-button {
    padding: 12px 25px;
    background: #79221e;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 17px;
    border-radius: 5px;
    font-family: 'Mulish';
    transition: 0.3s ease;
}
.marketplace-button:hover {
    background: #ffffff;
    color: #7A1E1E;
    border: 1px solid #5e1a17;
}


        .marketplace-popup {
            display: none;
            position: fixed;
            z-index: 99999;
            left: 0; top: 0;
            width: 100%; height: 100%;
            background: rgba(0,0,0,0.6);
            justify-content: center;
            align-items: center;
        }
.logos-wrapper {
    display: flex; 
    justify-content:center;
    align-items:center;
}
       .popup-content {
            background: #fff;
            padding: 0px;
            border-radius: 10px;
            width: 400px;
            text-align: center;
            position: relative;
            display:flex;
            justify-content: center;
        }
.prod-sec-1 
{
z-index:9999;
}
        .close-popup {
            position: absolute;
            right: 15px; top: 10px;
            cursor: pointer;
            font-size: 25px;
        }

        .logos-wrapper a {
            display: inline-block;
            margin: 15px;
        }

        .market-logo {
            width: 120px;
            height: auto;
        }

.single-page-cat{
    margin-bottom:10px !important;
}

.single-pro-col1{
 display:flex;
justify-content:center;
 align-items:center;
gap:40px;
}

.kaveri-spec-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 25px;
    font-family: 'Mulish';
    background: #7a1e1e;
    border-radius: 20px;
    overflow: hidden;
}
.kaveri-spec-table th {
    width: 20%;
    background: #7a1e1e;
    font-weight: 600;
     font-size:14px !important;
    padding: 10px 10px !important;
    border: 1px solid #ddd;
    color: #ffffff;
    font-family: 'Mulish';
    text-align: left;
}
.kaveri-spec-table td {
    width: 80%;
    font-size:14px !important;
    padding: 10px 10px !important;
    border: 1px solid #ddd;
    color: #ffffff;
    font-weight: 700;
    font-family: 'Mulish';
}

/* FAQ Wrapper */
.product-faq-wrapper {
    margin-top: 25px;
    border-radius: 8px;
    overflow: hidden;
}

/* FAQ Box */
.faq-box {
    border-bottom: 1px solid #ddd;
    padding: 0;
}
/* Question Style */
.faq-q {
    background: #ffffff;
    padding: 14px 18px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    position: relative;
    transition: background 0.3s;
    color: black;
    font-family: 'Mulish';
}
/* Hover Effect */
.faq-q:hover {
    background: #eee;
}

/* Plus / Minus Icon */
.faq-q::after {
    content: "+";
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    transition: transform 0.3s;
}

/* Active State (Minus Icon) */
.faq-q.active::after {
    content: "-";
}
/* Answer Box */
.faq-a {
    display: none;
    padding: 15px 18px;
    background: #7a1e1e;
    color: #ffffff;
    line-height: 1.6;
    border-top: 1px solid #eee;
    font-size: 16px;
    font-family: 'Mulish';
}


.ap-filter-buttons {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content:center;
}
.ap-btn-filter  {
    font-family: 'Inter', sans-serif !important;
    width:100%;
    max-width:200px;
    font-weight:600;
    padding: 10px 40px;
    border: 2px solid #7A1E1E;
    background: transparent;
    color: #7A1E1E;
    font-size: 14px;
    letter-spacing: 3px;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}
.ap-btn-filter.active {
    background: #7A1E1E;
    color: #fff;
}
 .ap-btn-filter.active:hover{
    color: #7A1E1E;
    background: #fff;
}
.ap-btn-filter:hover {
    background: #7A1E1E;
    color: #fff;
} 

h1.velnik-cat-title {
        font-family: 'Mulish', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 700;
    font-size: 45px;
    color: #FFFFFF !important;
}

.about-slider{
    display:flex;
    gap:20px;
    justify-content:center;
}

	
/* CONTACT PAGE CSS START */
.contact-row {
   display:grid;
   grid-template-columns:1fr 1fr !important;
   /* column-gap: 50px; */
}
.contact-columns-first{
   width:100% !important;
}  

.contact-columns-second{
   width:100% !important;
}
 
/* Default label color */
.wpcf7 form label {
  font-size: 12px;
  font-weight: 500;
  color: #8D8D8D;
  display: block;
  margin-bottom: 25px;
  transition: color 0.3s ease;
  font-family: 'Poppins';
}
 
/* Highlight label when its input/textarea is focused */
.wpcf7 form label:focus-within {
  color: #000000;
}
 
/* Inputs & textarea default */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #8D8D8D;
  padding: 8px 0;
  font-size: 14px;
  background: transparent;
  outline: none;
  color: #8D8D8D;
  transition: border-color 0.3s ease, color 0.3s ease;
}
 
/* Focus/active state */
.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 textarea:focus {
  border-bottom: 1px solid #000000;
  color: #000000;
}
 
/* Textarea height */
.wpcf7 textarea {
  /* min-height: 90px; */
  resize: none;
  height: 56px;
}
 
/* Submit button styling (unchanged from image) */
.wpcf7 input[type="submit"] {
  background: #000;
  color: #fff;
  padding: 15px 48px;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.3s ease;
}
 
.wpcf7 input[type="submit"]:hover {
  background: #333;
}
 
/* Two-column rows */
.wpcf7 form .row {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 20px;
  text-align: left;
}
 
.wpcf7 form .row .half {
  flex: 1;
  text-align: left;
}
 
/* Align last row (button) to right */
.wpcf7 form .row:last-of-type {
  justify-content: flex-end;
}
 
 
.wpcf7 form .row.button {
    display: block !important;
    text-align: left;
}
.contact-row .msg p{
  width:100%;
}
.contact-row .wpcf7-spinner{
  display:none;
}
.contact-columns-second{
  padding-left:50px;
}
.contact-row .social-wrapper{
  display:flex;
  gap:24px;
}
.contact-row .et_pb_blurb_container{
  padding-left:20px;
}
/* CONTACT PAGE CSS END */


.row.msg {
    display: block !important;
}
.header-col-2 
{
width: 62% !important;
}

@media (max-width: 425px) {
button.ts-btn-filter 
 {
  letter-spacing: 1px;
  }
button.ts-btn-filter-1 {
     padding:10px;
    letter-spacing: 1px;
}

button.ap-btn-filter {
    padding-left:5px;
   padding-right:5px;
} 

h1.velnik-cat-title{
    font-size:26px;
}

}

.bought-text {
    font-size: 14px;
    color: #7a1e1e;
    font-weight: 600;
    font-family: "Inter", sans-serif !important;
    padding: 5px 15px;
}

span.bought-number {
    padding: 3px 10px;
    background: #7a1e1e;
    border-radius: 10px;
    color: white;
    animation: colorBlink 1.9s infinite;
}
/* Color Changing Animation */
@keyframes colorBlink {
    0%, 100% {
        background: #7a1e1e;   /* dark red */
        color: white;
    }
    50% {
        background: #fff;
        color: #7a1e1e;        
    }
}

.cat-heading {
margin-bottom:0px !important;
}

.why-flex .et_pb_main_blurb_image{
    margin-bottom: 15px;
}

.insta-feed .instagram-gallery-item:hover .instagram-gallery-item__media-mask{
  opacity:0.5 !important;
}

.pro-button-tab {
padding-top:10px !important;
}

@media (max-width: 900px) {
    .single-pro-col1 {
        display: flex;
        overflow-x: auto;
        white-space: nowrap;
        gap: 15px;
        scrollbar-width: thin; /* Firefox */
        justify-content:start;
    }

    .single-pro-col1 .et_pb_button_module_wrapper {
        flex: 0 0 auto; /* Prevent shrinking, make scroll work */
    }

    /* Optional: Smooth scroll */
    .single-pro-col1 {
        scroll-behavior: smooth;
    }

    /* Optional: Hide scrollbar on mobile Chrome/Safari */
    .single-pro-col1::-webkit-scrollbar {
        height: 6px;
    }
}


.post-sec-1 .et_pb_title_container {
    padding-top:30px; 
}
