@charset "UTF-8";
/*
Theme Name: Dusktheory
Author: Dusktheory
Author URI: 
Description:
Tags: 
*/

/* CSS Document */
/*----------------------------------------------------------------------------- */
@font-face { font-family: 'Montserrat-black'; src: url('css/fonts/Montserrat-Black.eot'); src: url('css/fonts/Montserrat-Black.eot?#iefix') format('embedded-opentype'), url('css/fonts/Montserrat-Black.woff2') format('woff2'), url('css/fonts/Montserrat-Black.woff') format('woff'), url('css/fonts/Montserrat-Black.ttf') format('truetype'), url('css/fonts/Montserrat-Black.svg#Montserrat-Black') format('svg'); font-weight: 900; font-style: normal; font-display: swap; }
@font-face { font-family: 'Montserrat-bold'; src: url('css/fonts/Montserrat-Bold.eot'); src: url('css/fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'), url('css/fonts/Montserrat-Bold.woff2') format('woff2'), url('css/fonts/Montserrat-Bold.woff') format('woff'), url('css/fonts/Montserrat-Bold.ttf') format('truetype'), url('css/fonts/Montserrat-Bold.svg#Montserrat-Bold') format('svg'); font-weight: bold; font-style: normal; font-display: swap; }
@font-face { font-family: 'Montserrat-medium'; src: url('css/fonts/Montserrat-Medium.eot'); src: url('css/fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'), url('css/fonts/Montserrat-Medium.woff2') format('woff2'), url('css/fonts/Montserrat-Medium.woff') format('woff'), url('css/fonts/Montserrat-Medium.ttf') format('truetype'), url('css/fonts/Montserrat-Medium.svg#Montserrat-Medium') format('svg'); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: 'Montserrat-Regular'; src: url('css/fonts/Montserrat-Regular.eot'); src: url('css/fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'), url('css/fonts/Montserrat-Regular.woff2') format('woff2'), url('css/fonts/Montserrat-Regular.woff') format('woff'), url('css/fonts/Montserrat-Regular.ttf') format('truetype'), url('css/fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg'); font-weight: normal; font-style: normal; font-display: swap; }
@font-face { font-family: 'Montserrat-SemiBold'; src: url('css/fonts/Montserrat-SemiBold.eot'); src: url('css/fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'), url('css/fonts/Montserrat-SemiBold.woff2') format('woff2'), url('css/fonts/Montserrat-SemiBold.woff') format('woff'), url('css/fonts/Montserrat-SemiBold.ttf') format('truetype'), url('css/fonts/Montserrat-SemiBold.svg#Montserrat-SemiBold') format('svg'); font-weight: 600; font-style: normal; font-display: swap; }

:root{
--body-color: rgb(0, 0, 0);;
--header: rgb(0, 0, 0); 
--black-color:rgba(0, 0, 0, 1);
--primary-color:rgb(161, 58, 57);
--second-primary-color: rgb(239, 90, 44);
--white-color:rgba(255, 255, 255, 1);


--body-font: 'Montserrat-Regular';
--heading-font: 'Montserrat-bold';
--font-semibold:'Montserrat-SemiBold';
--font-medium:'Montserrat-medium';
--font-black:'Montserrat-black';

}


/* ::selection{
color: var(--body-color);
background-color: var(--white-color);
} */
/* 1. Create a Clean Base
------------------------------------------------------------------------------*/

html, body, br, hr, div, span, a, object, iframe, ul, ol, dl, li, dt, dd, h1, h2, h3, h4, h5, h6, p, blockquote, q, address,
small, big, cite, dfn, ins, del, i, em, b, strong, sup, sub, strike, pre, code, samp, kbd, var, tt, form, fieldset, legend, label,input, textarea, option, .nobox 
{background: transparent; border: 0; font-size: 100%; margin: 0; outline: 0; padding: 0; vertical-align: baseline;}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {display: block;}

blockquote, q {quotes: none;}
br {height: 0;}
ul, ol, dl, li {margin:0; padding:0; list-style-type: none;}
ul, ol {margin:0 0 0 0px;}
html, body{ border:none; -webkit-text-size-adjust:none;}


/* 2. Define Base Typography
------------------------------------------------------------------------------*/
body{padding: 0;margin: 0;font-family: var(--body-font); font-size: 16px; color: var(--body-color); line-height: 1.5; box-sizing: border-box; overflow-x: hidden;}
*, *:after, *:before {box-sizing: border-box;}

svg path{ transition: all 0.3s; }

/* Create the Default Headers  */
h1, h2, h3, h4, h5, h6 {margin: 0; font-weight: normal;color: var(--header); line-height:1.2; font-family: var(--heading-font);}

/* Specific Header Settings */
h1,.h1 {font-size:40px;}
h2,.h2 {font-size:40px;}
h3,.h3 {font-size:30px;}
h4,.h4 {font-size:24px;}
h5,.h5 {font-size: 23px;}
h6,.h6 {font-size: 22px;}

/* Create the Default Paragraphs */
p {margin-bottom: 25px; }

/* Other Typo */
strong {font-weight: bold;}
hr {border:0 #000 solid; border-top-width: 1px; clear: both; height: 0;}
ol {list-style: decimal;}
ul {list-style: disc;}

/* 3. Images
------------------------------------------------------------------------------*/

/* Remove border around linked images */
img {max-width: 100%; border: 0; border-style: none;}

/* 4. Links
------------------------------------------------------------------------------*/

/* Default Link Types */
a {text-decoration:none;transition: 0.5s; display: inline-block; color:var(--primary-color); }


/* 5. Forms
------------------------------------------------------------------------------*/
.button, a.button, button, html input[type="button"], input[type="reset"], input[type="submit"] { font-family: var(--font-semibold); font-weight: normal; margin: 0 0 0 0;  padding:10px 23px;  border-radius:5px; background-color:var(--primary-color); border: 1px solid transparent; display: inline-block; vertical-align: middle; font-size: 16px; color: rgba(254, 254, 254, 1); line-height: 1.5; position: relative;outline: none;box-shadow: none;text-align: center;text-decoration: none;-webkit-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out; overflow: hidden; position: relative;z-index: 1;}
.button.button-border, a.button.button-border, button.button-border, html input[type="button"].button-border, input[type="reset"].button-border, input[type="submit"].button-border {background-color:transparent; color: var(--primary-color); border: 1px solid var(--primary-color);}

.button.button-border:after, a.button.button-border:after{border-radius:0; content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 100%; background-color: var(--primary-color); z-index: -2; transition: all .35s}
.button.button-border:hover:after, a.button.button-border:hover:after{width: 0%;}

.button:hover, a.button:hover, button:hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover { background-color: var(--second-primary-color); color: var(--white-color); }

input[type="search"], input[type="text"], input[type="email"], input[type="password"], input[type="tel"], input[type="number"], textarea {padding:10px 15px; font-family: var(--body-font);  font-size: 16px;     background-color: var(--white-color); letter-spacing: 0;width: 100%; color:var(--body-color); text-transform: none; filter: alpha(opacity=100); border-width: 1px;    border-color: rgb(218, 218, 218); border-radius: 7px;    border-style: solid; -webkit-border-radius: 7px;-moz-border-radius:7px; line-height:1.5; box-shadow: none;-webkit-box-shadow: none;-moz-box-shadow: none;outline: none !important; width: 100%;-webkit-appearance: none;-moz-appearance: none;appearance: none; resize: none;}

input::-webkit-input-placeholder {color:  #000;opacity:1;} 
input:-moz-placeholder {color: #000; opacity:1;} 
input::-moz-placeholder {color:  #000; opacity:1; } 
input:-ms-input-placeholder {color:  #000;opacity:1;} 
textarea::-webkit-input-placeholder {color:  #000; opacity:1; } 
textarea:-moz-placeholder {color: #000; opacity:1; } 
textarea::-moz-placeholder {color:  #000; opacity:1; } 
textarea:-ms-input-placeholder {color:  #000;opacity:1; }

/* Removes fieldset borders. even on Opea 7 */
fieldset {border: 1px solid transparent;}

textarea{ min-height: 120px; }
/* 6. Tables
------------------------------------------------------------------------------*/

/* Table Fixes */
table {border-spacing: 0; border-collapse: collapse;}
td {text-align: right; font-weight: normal;}


/* 7. Framework
------------------------------------------------------------------------------*/
/* container */
.container{max-width: 1400px; width: 100%; padding-left: 60px; padding-right: 60px; margin: 0 auto;}
.row{display: flex;flex-wrap: wrap; margin-left: -15px; margin-right: -15px;}
.col-12,.col-11,.col-10,.col-9,.col-8,.col-7,.col-6,.col-5,.col-4,.col-3,.col-2,.col-1{position: relative; width: 100%; padding-right: 15px; padding-left: 15px; }


.col-4 {max-width: 25%;}
.col-3 {max-width: 33.33%;}
.col-2 {max-width: 50%;}
.col-1 {max-width: 100%;}


.d-flex{ display:flex;}
.flex-wrap{flex-wrap:wrap;}
.justify-content-start{justify-content:flex-start;}
.justify-content-center{justify-content:center;}
.justify-content-end{justify-content:flex-end;}
.justify-content-between{justify-content:space-between;}
.align-items-start{align-items: flex-start;}
.align-items-center{align-items: center;}
.align-items-end{align-items: flex-end;}
.row-reverse{flex-direction: row-reverse;}
.text-center{text-align: center;}
.text-left{text-align: left;}
.text-right{text-align: right;}
.font-light {font-weight: 300;}
.table {width: 100%;}

.common_color{ color: var(--primary-color); font-family: var(--font-semibold); }

body{ background-image: url(images/body-img.png); }


/* Sub_menu */
ul li ul.sub-menu { padding-left: 0 !important; gap: 0 ; white-space: nowrap; background-color: var(--second-primary-color); display: block; border-radius: 5px; flex-direction: column; gap: 0; position: absolute; margin: 0; z-index: 3; margin-top: 11px; text-align: center; transform: scaleY(0); /* Hidden initially */ transition: all 0.3s ease; transform-origin: top; box-shadow: rgba(50, 50, 93, 0.15) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px; }
ul li:hover > ul.sub-menu { transform: scaleY(1); }
ul li ul.sub-menu li{ padding: 10px 15px; display: block; border-bottom: 1px solid #fff; }
ul li ul.sub-menu li:last-child{ border-bottom: 0; }
ul li ul.sub-menu li a{ color: var(--white-color) !important; text-align: left; display: block; }
ul li ul.sub-menu li a:hover{ color: var(--header) !important; }
ul li ul.sub-menu li a::before{ display: none; }
ul li ul.sub-menu li > ul.sub-menu { left: 103%; top: 5px; }

header{ padding: 25px 0; position: absolute; width: 100%; left: 0;top: 0; z-index: 1; }
.header_inr{ display: flex; align-items: center; justify-content: space-between; gap: 0px; }
.header_logo,nav,.header_right_icon{ width: 100%; }
.header_logo, .header_right_icon{ max-width: 20%; line-height: 0; }
.header_logo a{ width: 150px; line-height: 0; text-align: left; }
.header_logo a img{ width: auto; height: auto; }
nav{ max-width: 60%; text-align: center; }
nav ul{ display: flex; justify-content: center; align-items: center; gap: 70px; }
nav ul li a{ color: var(--white-color); font-family: var(--font-semibold); text-transform: uppercase; line-height: 1.2; position: relative; }
nav ul li a::before{ content: ''; position: absolute; width: 0; bottom: -5px; border-bottom: 2px solid var(--white-color); left: 0; transition: all 0.3s; }
nav ul li a:hover:before{ width: 100%; }
.header_right_icon ul{ display: flex; justify-content: flex-end; align-items: center; gap: 10px; }
.header_right_icon ul a{ position: relative; display: flex; align-items: center; justify-content: center; }
.header_right_icon ul a img{ width: 20px; height: 20px; object-fit: contain; position: relative; }
.header_right_icon ul a::before{ content: ""; box-shadow: 0 0 7px rgba(0, 0, 0, 0.3); position: absolute; top: 50%; left: 50%; width: 40px; height: 40px; background: var(--second-primary-color); border-radius: 50%; transform: translate(-50%, -50%) scale(0); transition: transform 0.4s ease; z-index: 0;}
.header_right_icon ul a:hover::before { transform: translate(-50%, -50%) scale(1); }
.header_right_icon ul a.cart-toggle:hover:before{ transform: translate(-50%, -50%) scale(1); }

/* banner */
.banner{ position: relative; overflow: hidden; max-height: 666px; }
.banner_inr{ display: flex; align-items: center; justify-content: space-between; padding: 0 0px 0 50px; position: relative; padding: 120px 0 90px; }
.banner_inr .banner_left{ max-width: 50%; width: 100%; }
.banner_inr .banner_right{ max-width: 38%; width: 100%;   line-height: 0; position: relative; text-align: center; }
.common_text{ font-size: 30px; font-family: var(--font-medium); display: block; padding-bottom: 10px; line-height: 1; }
.banner_left h1{ padding-bottom: 15px; }
.banner_btn{ gap: 15px; }
.banner_btn a.button:first-child{ padding: 10px 35px; }
.banner_btn a.button.btn_transprent{ color: var(--primary-color); background-color: transparent; border-color: var(--primary-color); }
.banner_btn a.button.btn_transprent:hover{ background-color: var(--second-primary-color); color: var(--white-color); border-color: var(--second-primary-color);}

.banner_item{ position: relative; height: 100%; }
.banner_bg{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; line-height: 0;}
.banner_bg img{ width: 100%; height: 100%; }

.banner_right .banner_right_box img {
    transform: scale(1);
    margin: 0 auto -30px;
    opacity: 1; 
}

.slick-slide.slick-current.slick-active .banner_inr .banner_right .banner_right_box img {
    animation: bottleEntry 1.8s ease-out,
               bottleShowcase 6s ease-in-out infinite 1.8s;
}

/* Entry Animation */
@keyframes bottleEntry {
    0% { transform: scale(0); opacity: 0; }
    60% { transform: scale(1.25); opacity: 1; }
    100% { transform: scale(1); opacity: 1; } /* back to original */
}

/* Loop Animation */
@keyframes bottleShowcase {
    0% { transform: scale(1) rotate(0deg); }
    25% { transform: scale(1.02) rotate(0.4deg); }
    50% { transform: scale(1) rotate(-0.3deg); }
    75% { transform: scale(1.015) rotate(0.2deg); }
    100% { transform: scale(1) rotate(0deg); } /* return to original size */
}





/* product */
.product{ position: relative; padding: 45px 0; }
.product_inr{ display: flex; flex-wrap: wrap; justify-content: flex-start; margin: 0 -35px; }
.product_item{ max-width: 33.33%; width: 100%; padding: 0 35px;}
.product_item .product_box{ width: 100%; position: relative; }
.product_item .product_box .product_box_img{ position: relative; width: 100%;   border-width: 1px; line-height: 0; border-color: rgb(218, 218, 218); border-style: solid; border-radius: 7px; background-color: rgb(254, 254, 254); overflow: hidden; }
.product_item .product_box .product_box_img a{ line-height: 0; width: 100%; height: 100%;  }
.product_item .product_box .product_box_img a img{ width: 100%; height: 100%; object-fit: cover; transition: all 0.5s; }
.product_item .product_box .product_box_img a:hover img{ transform: scale(1.2); }
.product_content{ padding: 12px 12px 0; font-size: 16px; display: flex ; align-items: center; justify-content: space-between;}
.product_content p{ margin-bottom: 2px; }
.product_content h3{ font-size: 18px; font-family: var(--font-semibold);     padding: 0 0 2px; }
.product_content span{ font-family: var(--font-semibold); display: flex; align-items: center; justify-content: flex-start; gap: 8px; font-size: 14px;}
.product_content span bdi{ color: var(--second-primary-color); display: flex; }
.product_content span ins{ text-decoration: none; color: #727272; }
.product_content a.button{ padding: 10px 13px; font-size: 14px; line-height: 15px; }
.product_content .product_details { text-align: left; padding: 0; width: 70%; }

/* about */
.about{ position: relative; }
.about-inr{ display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.about_item{ max-width: 55%; width: 100%; }
.about_item_img{ max-width: 45%; width: 100%; position: relative; }
.about_item .about_box{ width: 100%; position: relative; }
.about_box_img{ line-height: 0; width: 100%;   animation: floatMove 3s ease-in-out infinite alternate, shimmer 3s linear infinite; }

.about_box_img img{ width: 100%; height: 100%; }
.about_item .about_box h2{ padding-bottom: 10px; }

/* collection */
.collection{ text-align: center; }
.collection h2{ padding-bottom: 7px; }
.collection .product_inr{ gap: 20px 0; }

/* world */
.world{ padding: 50px 0; }
.world .about-inr{ align-items: initial; }
.Thumbnail_Slider{ position: relative; padding-top: 10px; }
.slider_thum{ display: flex; justify-content: flex-start; margin: 0 -25px; }
.slider_thum_item{  width: 100%; padding: 0 25px; }
.slider_thum_item .slider_thum_box{ cursor: pointer; padding: 0px;  border-width: 1px; border-color: rgb(218, 218, 218); border-style: solid; border-radius: 7px; background-color: rgb(254, 254, 254); height: 180px; display: flex; align-items: center; justify-content: center; overflow: hidden;}
.slider_thum_item .slider_thum_box img { width: 100%; height: 100%; object-fit: cover; max-height: 100%; }
.world .about_box_img{ position: relative; padding: 30px; height: 100%;  border-width: 1px; border-color: rgb(218, 218, 218); border-style: solid; border-radius: 7px; background-color: rgb(254, 254, 254); }
.world .product_content{ position: relative; width: 100%; left: 0; bottom: 0; padding: 0; line-height: normal; height: auto !important; }
.world .about_box{ padding-top: 30px; }
.world .slider_img { line-height: 0; height: auto !important; margin-top: 0px; }
.world .product_content img{ width: auto; height: auto; }
.world .about_box_img img{ max-height: 400px; object-fit: contain; width: 100%;
    object-fit: cover; }
.world .about_box_img .slick-list { height: inherit;}
.world .about_box_img .slick-track {  display: flex !important; height: 100%; }
.world .about_box_img  .slick-slide div{ height: 100%; }
.world .slider_main { display: flex !important ; flex-direction: column; justify-content: space-between; align-items: center;gap: 30px; }

footer{ position: relative; background-color: var(--black-color); }
.footer_top{ background-color: var(--second-primary-color); text-align: center; padding: 7px 0; }
.footer_top p{ margin: 0; font-size: 13px; font-family: var(--font-semibold); color: var(--white-color); width: 24%; }
.footer_top_int{ display: flex; gap: 9px; align-items: center; justify-content: center; }
.search-box{ display: flex; align-items: center; gap: 5px; width: 45%; }
.search-box input[type="search"]{ width: 75%; font-size: 13px; }
.search-box input[type="submit"]{ width: 25%; padding: 10px 35px; font-size: 13px; background-color: var(--black-color);  }
.search-box input[type="submit"]:hover{ background-color: var(--primary-color); }
footer ul li, footer ul li a,  footer p{ color: var(--white-color); font-family: var(--font-medium); font-size: 14px; line-height: 23px; }
.footer_bottom{ padding: 35px 0; }
.footer-item.lsit ul li { padding: 0 0 5px; }
.footer-inr{ display: flex; align-items: flex-start; gap: 60px; color: var(--white-color); }
.footer-item.social ul{ display: flex; align-items: center; justify-content: flex-start; gap: 5px; }
.footer-item.social a{ overflow: hidden; width: 40px; height: 40px; padding: 7px; background-color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center;  }
.footer-item ul li{ padding-bottom: 10px; }
 footer ul li a:hover{ color: var(--second-primary-color); }
  .footer-item.social ul li{ padding-bottom: 0; }
 .footer-item.social ul li:nth-child(3) a{ padding: 2px; }
   .footer-item.social svg path{ transition: all 0.5s; }
 .footer-item.social a:hover{ background-color: var(--second-primary-color); }
  .footer-item.social a:hover svg path{ fill: var(--white-color); }
    .copyright, .copyright a{ text-align: center; font-family: var(--font-medium); font-size: 14px; color: var(--white-color); }
  .copyright p{ margin-bottom: 0; }
   .copyright{ padding-top: 25px; }
  .copyright a:hover{ color: var(--second-primary-color); }

  /* inner header */
  .inner_header ul li a{ color: var(--header);}
  header.inner_header{ position: relative; left: auto; top: auto; }
  header.inner_header nav ul li a::before{ border-color: var(--second-primary-color); }
  /* header.inner_header .header_right_icon ul a:hover img{ filter: invert(0); } */
   header.inner_header .header_right_icon ul a img{ transition: all 0.5s; filter: invert(1);}
   header.inner_header .header_right_icon ul a.cart-toggle img{ filter: invert(1); }

   .inner_banner{ padding: 32px 0;   background-color: rgb(245, 245, 245); position: relative; }
.inner_banner::before { content: ''; position: absolute; top: 0; left: 0; width: 200%; height: 100%; background: url(images/innner_banner_bg.png) repeat-x; background-size: contain; animation: slideX 20s linear infinite; }
@keyframes slideX { from { transform: translateX(0); } to { transform: translateX(-50%); } }
   .inner_banner_inr { position: relative; }
   .product_details{ padding: 25px 0; position: relative; }
   .product_details_inr{ display: flex; gap: 28px; align-items: start; justify-content: space-between; } 
   .product_details_slider{ max-width: 62%; width: 100%; } 
   .product_details_right{ max-width: 38%; width: 100%;  }

.breadcrumbs{ display: flex; align-items: center; justify-content: flex-start; gap: 23px; padding: 0 0 15px; }
.breadcrumbs li{ position: relative; }
.breadcrumbs li a{ color: var(--body-color); font-size: var(--font-medium); text-decoration: underline; } 
.breadcrumbs li::before { content: '>'; position: absolute; width: 9px; height: 8px; right: -17px; top: 1px; /* transform: translateY(-50%); */ }
.breadcrumbs li:last-child:before{ display: none; } 
.breadcrumbs li:last-child a{ pointer-events: none; cursor: none; text-decoration: none; }
.breadcrumbs li a:hover{ color: var(--second-primary-color); }

.product_details_slider_box { display: flex ; gap: 18px; justify-content: space-between; }
.product_details_thum{ max-width: 15%; width: 100%; margin: -9px 0; }
.product_details_thum div{ width: 100%; line-height: 0;  }
.product_details_thum_item_box{  height: 110px; overflow: hidden; border-width: 1px; border-color: rgb(218, 218, 218); border-style: solid; border-radius: 7px; background-color: rgb(235, 234, 234); }
.product_details_thum_item_box img{ width: 100%; height: 100%; object-fit:contain; padding: 10px; }
.product_details_main_slider{ max-width: 85%; width: 100%; }

.product_details_main_slider_item { width: 100%; line-height: 0; height: 100%; }
.product_details_main_slider_item .product_details_main_slider_item_box{display: flex ; flex-direction: column; align-items: center; justify-content: center; border-width: 1px; border-color: rgb(218, 218, 218); border-style: solid; border-radius: 7px; background-color: rgb(235, 234, 234); height: 100%; overflow: hidden; }
.product_details_thum_item { padding: 9px 0; }
.product_details_right_box p{ margin-bottom: 10px; }
.product_details_right_box p span{ display: block;  }
.product_details_right_box p span:first-child{ padding-bottom: 0px; }
.product_details_right_box p span b{ font-family: var(--body-font); color: var(--body-color); font-weight: normal; }
.product_details_right_box p span i{ font-style: normal; color: #57b609; }
.product_details_right_box h2{ padding: 17px 0 10px; }
.price{ display: flex;align-items: center; gap: 20px; padding-bottom: 0px; font-size: 24px; color: #acabab; text-decoration:none; font-family: var(--font-medium); }
.price span bdi{ color: var(--second-primary-color); text-decoration: none; display: flex; align-items: center; }
.price span ins{ text-decoration: line-through;}
ul.tex{ padding-bottom: 15px; }
ul.tex li{ font-size: 12px; }
.product_details_right_box .common_color{ color: var(--second-primary-color); font-family: var(--body-color); }
.product_details_right_box { font-size: 14px; } 
.size{ padding: 24px 0 20px; position: relative; border-top: 1px solid rgb(218, 218, 218); }
.size ul{ padding-top: 12px; display: flex; justify-content: flex-start; gap: 10px; }
.size ul li a{ text-align: center; font-size: 18px; border: 2px solid transparent; min-width: 121px; width: 100%; padding: 9px 0; background-color: var(--second-primary-color); color: var(--white-color); font-family: var(--font-semibold); text-transform: uppercase; }
.size ul li a:hover{ border-color: var(--second-primary-color); background-color: transparent; color: var(--second-primary-color); }

    .card-btn { display: flex; gap: 14px; margin-bottom: 14px; margin-top: 10px; }
    .qty_inr { display: flex; align-items: center; border: 1px solid #ccc; border-radius: 0px; width: 30%; justify-content: space-around; height: 46px;}
    .qty_inr button { background: none; border: none; font-size: 14px; color: var(--body-color); padding: 0; cursor: pointer; }
    .qty_inr input { width: 40px; text-align: center; border: none; font-size: 16px; }
    .add-to-cart { border-width: 1px; border-color: rgb(209, 209, 209); border-style: solid; background-color: rgb(234, 234, 234); width: 60%; border-radius: 0; font-size: 16px; color: var(--body-color); font-family: var(--heading-font); }
    .wishlist { display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid #ccc; background: none; font-size: 16px; height: 50px; width: 11%; padding: 6px 10px; color: orangered; cursor: pointer; border-radius: 0; }
    .buy-now { display: block; width: 100%; background: var(--second-primary-color); border: 1px solid transparent; color: white; font-family: var(--heading-font); font-size: 16px; padding: 11px 0; border-radius: 0px; cursor: pointer; text-transform: uppercase; }
     .wishlist:hover img{ filter: invert(1) brightness(100); }
     .buy-now:hover{ background-color: transparent; color: var(--second-primary-color); border-color: var(--second-primary-color); }
     button.add-to-cart:hover{ background-color: var(--second-primary-color); }

     /* .product_details_right_box a{ display: inline; } */
      .product_details_right_box p a:hover{ color: var(--body-color); }
      .card-btn { padding: 0 0 0px; }
    .order-truck{ border-bottom: 1px solid rgb(209, 209, 209); padding: 5px 0 16px; }
    .order-truck ul{ display: flex; align-items: flex-start; justify-content: space-between; gap: 0; text-align: center; padding: 0 0 20px; }
    .order-truck ul li{ position: relative; width: 33.33%; }
    .order-truck ul li span{ position: relative; display: block; margin-bottom: 10px; border-width: 1px; border-color: rgb(209, 209, 209); border-style: solid; border-radius: 50%; background-color: rgb(234, 234, 234);  width: 62px; display: flex; flex-direction: column; align-items: center; justify-content: center; height: 62px;}
    .order-truck ul li::before{ content: ''; position: absolute; left: 0;  background-color: rgb(209, 209, 209); height: 3px; width: 100%; top: 31px; z-index: -1;  }
.order-truck ul li span::before{ content: ''; position: absolute; width:97px; height: 62px; background-image: url(images/body-img.png); z-index: -1; }
     .order-truck ul li:last-child { text-align: right; } .order-truck ul li:first-child{ text-align: left; }  .order-truck ul li:last-child  span{ margin-left: auto; }
     .order-truck ul li:nth-child(2){ text-align: center; } 
    .order-truck ul li:nth-child(2) span{ margin: 0 auto 10px; }
    .tags{ padding-top: 20px; }
    .tags a, .tags{ color: #acabab; line-height: 24px; }
     .tags a:hover{ color: var(--second-primary-color); }
     .tags span{ color: var(--body-color); }
     
    .price del span, .price del span bdi{ color: #727272; }
    .slider_main p{ padding-bottom: 6px; }
    #mailpoet_form_1 .mailpoet_paragraph { line-height: 0 !important; margin-bottom: 0 !important; margin-right: 8px; width: 73%; float: left;}
     #mailpoet_form_1 .mailpoet_paragraph.last{ width:25%; margin-right: 0; }
    #mailpoet_form_1 form.mailpoet_form { padding: 0 !important; }
    #mailpoet_form_1 .mailpoet_paragraph input{ font-size: 13px; padding: 10px 13px !important; }
   #mailpoet_form_1 .mailpoet_paragraph input[type="submit"]{ text-transform: uppercase; cursor:pointer;}
   span.cart-count { position: absolute; right: -12px; top: -21px; background-color: rgb(255 255 255); min-width: 20px; min-height: 20px; display: flex ; border-radius: 50%; color: var(--primary-color); align-items: center; justify-content: center;}

.inner_header span.cart-count{ background-color: var(--primary-color); color: #fff; }
#wpgs-gallery.vertical.wcgs-woocommerce-product-gallery .wcgs-carousel { width: calc(100% - 20%); display: flex ; flex-direction: column; align-items: center; justify-content: center; border-width: 1px; border-color: rgb(218, 218, 218); border-style: solid; border-radius: 7px; background-color: rgb(235, 234, 234); height: 100%; overflow: hidden; }
form.variations_form.cart{ padding: 24px 0 20px; position: relative; border-top: 1px solid rgb(218, 218, 218); }

   /* Hide WooCommerce default variation price */
.woocommerce-variation-price { display: none !important; visibility: hidden; height: 0; overflow: hidden; } .in-stock { color: green; } .out-of-stock { color: red; }
.slick-slide.slick-current.slick-active .slider_thum_item .slider_thum_box { border-color: #a13a39;} .woocommerce-cart .select_quantity.quantity h5 { display: none; }

table.variations .smart-swatch-default th{ display: block; text-align: left; font-size: 18px; padding: 0 0 5px;}
table.variations .smart-swatch-default{ display: flex; flex-direction: column; }
.sp-smart-swatches-container{ padding: 0; }
.sp-smart-swatches-item{    text-align: center;
    font-size: 18px;
    border: 2px solid transparent;
    min-width: 121px;
    width: 100%;
    border: 0 !important; border-radius: 0 !important;
    padding: 10px 0 !important;
    background-color: var(--second-primary-color);
    color: var(--white-color);
    font-family: var(--font-semibold);
    text-transform: uppercase; outline: 0; transition: 0.5s; }
    .sp-smart-swatches-item.sp-smart-swatch-label-option{ padding: 0px 0 !important; height: 50px; }
    .sp-smart-swatches-container{ flex-wrap: nowrap; }
    table.variations td.value{ display: flex ; align-items: center; padding: 0 0 6px; }
    .sp-smart-swatches-item:not(.sp-smart-swatches-out-of-stock):hover{ color: var(--second-primary-color); } 

    .select_quantity.quantity{   font-size: 14px; }



    /* mahima 9-10-2025 */

/* .woocommerce .product_details .card-btn .select_quantity.quantity .btn_quantity {
    background-color: transparent;
    padding: 0;
    border: 0;
    width: 33.33%;
} */
.select_quantity.quantity {
  max-width: 134px;
  width: 100%;
}
.woocommerce .product_details .card-btn .select_quantity h5 {
    padding: 0 0 8px;
    display: block;
       margin: 0;
    font-family: var(--body-font);
    font-size: 14px;
       color: var(--body-color);
}
.woocommerce .product_details .card-btn .select_quantity.quantity .btn_quantity {
    background-color: transparent;
        color: var(--body-color);
    padding: 0;
    border: 0;
    width: 33.33%;
}
.woocommerce  input[type=number] {
    appearance: none;
    -webkit-appearance: none;
}
.woocommerce .product_details .card-btn .select_quantity.quantity .input-text input[type="number"],.woocommerce .product_details .card-btn .select_quantity.quantity .input-text input[type="number"]::placeholder{color: var(--body-color);}
.woocommerce .product_details .card-btn .select_quantity.quantity .qty_inr{width: 100%;}
.woocommerce input[type=number]::-webkit-outer-spin-button,
.woocommerce input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


.woocommerce input[type=number] {
    -moz-appearance: textfield;
}
.woocommerce .product_details .card-btn{align-items: flex-end;}
.woocommerce .product_details .card-btn  .single_add_to_cart_button.button {
    border-width: 1px;
    border-color: rgb(209, 209, 209);
        padding: 10px 23px;
    border-style: solid;
    line-height: 1.5;
    background-color: rgb(234, 234, 234);
    width: 60%;
    border-radius: 0;
    font-size: 16px;
    color: var(--body-color);
    font-family: var(--heading-font);
    height: fit-content;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled[disabled]:hover {
     background-color: var(--second-primary-color);
    color: #fff;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:hover { color: var(--white-color) !important; background-color: var(--second-primary-color) !important; }
button.add-to-cart:hover { background-color: var(--second-primary-color); }
.woocommerce .product_details .card-btn .tinvwl-shortcode-add-to-cart a { display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid #ccc; background: none; font-size: 16px; height: 46px; width: 100%; padding: 6px 10px; color: orangered; cursor: pointer; border-radius: 0; }
.woocommerce .product_details  .card-btn  .tinvwl-shortcode-add-to-cart { max-width: 11%; width: 100%; text-align: center; }
#wpgs-gallery.wcgs-woocommerce-product-gallery { margin: 0; }
#wpgs-gallery.wcgs-woocommerce-product-gallery { margin-right: 0px !important; }
.slider_thum_item .slider_thum_box { padding: 0px; }

/* .world .about_box_img .slick-slide div{width: 100%;} */
.slider_img a{width: 100%;}
/* #wpgs-gallery.vertical .gallery-navigation-carousel-wrapper:not(.wcgs-hidden) {
height: auto !important;
} */




/* def-page */ 
.def-page{padding: 45px 0 45px;}
.def-page p{font-family: var(--body-font);; color: var(--body_color);; font-style: normal; font-weight: 400; }
.def-page .right-img{float:right; margin:0 0 15px 40px; position: relative; z-index: 0; line-height: 0;}
.def-page .left-img{float:left; margin:0 40px 15px 0; position: relative; line-height: 0;}
.def-page .right-img img{border-radius: 0px;border-radius: 7px; position: relative; width: 100% ; height: auto;   }
.def-page .left-img img{border-radius: 0px;border-radius: 7px; position: relative; width: 100% ; height: auto;  }
.def-page h2, .def-page h3, .def-page h4, .def-page h5, .def-page h6{ margin: 0 0 15px 0; line-height: 1.3;    font-family: var(--heading-font);; padding: 0px; color: var(--heading_color);}
.def-page h1{ font-size:40px; line-height: 50px;} 
.def-page h2{ font-size: 35px; line-height: 45px;}
.def-page h3{ font-size: 30px; line-height: 40px;}
.def-page h4{ font-size: 25px; line-height: 35px;}
.def-page h5{ font-size:22px; line-height:28px; }
.def-page h6{font-size: 18px; line-height: 27px;}
.privacy-page > div > p{ padding-bottom: 0; }

.def-page ul {margin: 0; padding-bottom: 15px; overflow: hidden; max-width: inherit; width: inherit; padding-left: 0; }
.def-page ul li { list-style: none;font-size: 16px; color: var(--body-color); position: relative; padding: 6px 25px;}
.def-page ul li:before {   position: absolute; content: ""; width: 9px; height: 9px; background-color: var(--primary-color); border-radius: 50%; left: 0px; top: 17px;}
.def-page ol{padding-left: 0; padding-bottom: 15px;}
.def-page ol li {list-style-type:none;counter-increment:item;font-size: 16px; color: var(--body-color); padding: 6px 0px;}
.def-page ol li:before {display:inline-block; content: counter(item) ".";  color: var(--body-color);  padding-right:10px;}
.def-page ul.col-2, .def-page ul.col-3 { overflow: hidden }
.def-page ul.col-2 li {width: 50%;float: left;}
.def-page ul.col-3 li {width: 33.33%;float: left;}
.privacy-page ol { margin-bottom: 25px;}
.privacy-page ol>li:before { padding-right: 05px;}
.privacy-page .privacy-inner{ padding-left: 30px; margin-bottom: 20px;}
.privacy-page .privacy-inner ul{ margin-top: 05px; }
.privacy-page ul,.privacy-page ol{ margin-left:20px;}
.privacy-page ol li{padding: 5px 0px;}
.pagenotfound {width: 100%;display: block; padding: 70px 0px 80px; text-align: center;}
.pagenotfound h2 {font-size: 50px;font-weight: 600;}
.pagenotfound p{font-size: 16px;}
.thankyou {text-align: center;}
.thankyou h3 strong {font-size: 46px;}
.clearfix:after { clear: both; display: block; visibility: hidden; content: ""; }
.fl{float:left}.fr{float:right}.cl,.clear,.clr,.social_share{clear:both}.clearfix:after{clear:both;display:block;visibility:hidden;content:""}

/* contact form css */
input.wpcf7-not-valid { border: 1px solid red !important; }
.wpcf7-not-valid-tip { color: #dc3232; font-size: 1em; font-weight: normal; display: block; }
.wpcf7-not-valid-tip { display: none; }
.cf7sr-recaptcha .wpcf7-not-valid-tip { display: block !important; font-size: 15px; }
.slick_slider_text { white-space: nowrap; display: flex; align-items: center; gap: 30px; }
.slick_slider_text li { white-space: nowrap; font-weight: bold; font-size: 18px; color: #fff; margin: 0 20px; }
.parsley-error{ border: 1px solid red !important;}
.parsley-required,.parsley-errors-list.filled{display: none;}




/* 10-10-2025 mahima */


/* contact page */
.col_2{ max-width: 50%; width: 100%; float: left; }
.form_row >div{padding: 12px 12px;    border-color: rgb(218, 218, 218); border-style: solid; border-radius: 7px;}
.wpcf7-submit{margin: 12px !important }
.form_row {overflow: hidden;}
.contact-container{padding: 50px 0;}
.contact-row {    gap: 30px; text-align: start;display: flex;}
.contact-details-column{ max-width: 30%; width: 100%; padding: 32px 32px; border-radius: 8px; background-color: #e9e6ed;}
.contact-form-column  { max-width: 70%; width: 100%; padding: 30px; height: 100%; border-width: 1px; border-color: rgb(218, 218, 218); border-style: solid; border-radius: 7px; background-color: rgb(254, 254, 254); }
.wpcf7 form .wpcf7-response-output{text-align: center;}
.contact-details .detail-item h3 { padding-left: 35px; position: relative; font-size: 21px;margin-bottom: 10px; }
.contact-details .detail-item h3::before { content: ""; position: absolute; background-repeat: no-repeat; background-position: center; width: 25px; height: 25px; background-size: 24px; top: 0px; left: 0; }
.contact-details .detail-item:nth-of-type(1) h3::before {  background-image: url(images/location.svg);  }
.contact-details .detail-item:nth-of-type(2) h3::before {  background-image: url(images/email.svg);  }
.contact-details .detail-item:nth-of-type(3) h3::before {  background-image: url(images/phone.svg);  }
.contact-details-column .detail-item p >a:hover{ color: var(--body-color);}
.contact_us_form input[type="text"],.contact_us_form input[type="email"],.contact_us_form input[type="tel"],textarea{background-color: #e9e6ed;}


/* checkout page css */
.woocommerce-cart .woocommerce { display: flex; align-items: start; gap: 50px;flex-wrap: wrap; }
.woocommerce-cart  form.woocommerce-cart-form { max-width: 65%; width: 100%; }
.woocommerce-cart  .woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals { max-width: 30%; width: 100%; }
.woocommerce-cart  .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals { float: none; width: 100%; }
.woocommerce table.shop_table {
       border-width: 1px;
    border-color: rgb(218, 218, 218);
    border-style: solid;
    border-radius: 7px;

    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;

}
#add_payment_method table.cart td, #add_payment_method table.cart th, .woocommerce-cart table.cart td, .woocommerce-cart table.cart th, .woocommerce-checkout table.cart td, .woocommerce-checkout table.cart th {
    vertical-align: middle;
    text-align: left;
 
    border-right: 1px solid  rgb(218, 218, 218); 
   
}
#add_payment_method table.cart td:last-child, #add_payment_method table.cart th:last-of-type, .woocommerce-cart table.cart td:last-child, .woocommerce-cart table.cart th:last-child, .woocommerce-checkout table.cart td:last-child, .woocommerce-checkout table.cart th:last-child {
  
    border-right: none;
}
.product-thumbnail {
    min-width: auto !important;
    width: 12%;
}
.woocommerce-cart table.cart img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}
td.product-remove {
    min-width: auto;
    width: 5%;
    text-align: center !important;
}
.woocommerce-cart-form table .product-remove a {
    color: var(--white-color) !important;
    width: 25px;
    height: 25px;
    text-align: center;
    border-radius: 50%;
    background-color: var(--primary-color) !important;
    font-size: 18px;
    /* vertical-align: middle; */
    display: flex;
    /* align-items: center; */
    justify-content: center;
    line-height: 1.53;
}
.woocommerce-cart-form table .product-remove a:hover{ background-color: var(--second-primary-color) !important; }
.product-name a:hover {
    color: var(--primary-color);
}
.product-name a {
    color: var(--body-color);
    font-size: 16px;
    font-family: var(--body-font);
}
.woocommerce-cart .select_quantity .qty_inr {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 0px;
    width: 100%;
    justify-content: space-around;
}
.select_quantity  .qty_inr  .btn_quantity:hover {
    color: var(--primary-color) !important;
}
.woocommerce-cart .select_quantity .qty_inr .btn_quantity {
    background-color: transparent;
    color: var(--body-color);
    padding: 0;
    border: 0;
    width: 33.33%;
}
.woocommerce-cart-form .coupon input {
    width: 100% !important;
    max-width: 270px;
}
.woocommerce-cart-form .coupon {
    width: 70%;
    flex-wrap: wrap;
    display: flex;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt, #add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:disabled[disabled] {
    font-family: var(--heading-font);
    font-weight: normal;
    margin: 0 0 0 0;
    padding: 10px 23px;
    border-radius: 5px;
    background-color: var(--primary-color);
    border: 1px solid transparent;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: var(--white-color);
    line-height: 1.5;
    position: relative;
    outline: none;
    text-transform: uppercase;
    box-shadow: none;
    text-align: center;
    text-decoration: none;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.woocommerce-cart .select_quantity .qty_inr .input-text {
    width: 40px;
    text-align: center;
    border: none;
    font-size: 16px;
    padding: 0;
}
td.product-subtotal, th.product-subtotal {
    text-align: right !important;
}
.woocommerce-notices-wrapper {
    width: 100%;
    max-width: 100%;
}
.woocommerce-cart table.cart .product-thumbnail a { width: 100%; line-height: 0; border-radius: 8px; overflow: hidden; border: 2px solid var(--primary-color); height: 100px; }
.woocommerce table.shop_table {
    border: 1px solid rgba(0,0,0,.1);
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 5px;
}
.woocommerce table.shop_table tbody:first-child tr:first-child td, .woocommerce table.shop_table tbody:first-child tr:first-child th,.woocommerce-cart .cart-collaterals .cart_totals tr td {
    text-align: left;
}
 ul#shipping_method li {
   padding: 0 0 10px 30px;
    position: relative;
}

.cart-collaterals a:hover {
    color: var(--second-primary-color);
}
 ul#shipping_method li::before {
    content: '';
    background-color: transparent;
    border-radius: 0;
    position: absolute;
    left: 0;
    top: 7px;
    border-left: 7px solid #000;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
}
.wc-proceed-to-checkout a.button {
    display: block !important;
}
.woocommerce form .form-row .input-text, .woocommerce form .form-row select,.select2-container .select2-selection--single .select2-selection__rendered {
    background-color: #e9e6ed;    padding: 10px 15px;
    font-family: var(--body-font);
    font-size: 16px;
    border: 1px solid rgb(218, 218, 218) !important;
    border-radius: 7px;
    line-height: 1.5;
}
.select2-container .select2-dropdown, .select2-container .select2-selection {
   border: 0;
   border-radius: 0;
}
.woocommerce-cart  .Shipping .woocommerce-cart-form table.cart td.actions .coupon {
    flex-wrap: wrap;
}
.woocommerce-message {
    border-top-color: #57b609;
}
.woocommerce-message::before {
    
    color: #57b609;
}
/* .woocommerce-error, .woocommerce-info, .woocommerce-message {
 
    margin: 0 0 0em;
  
} */
.coupon-error-notice{display: none;}
.checkout.woocommerce-checkout .inline_block_child {
    display: flex;
    align-items: flex-start;
    gap: 50px;
}
.woocommerce-info, .woocommerce-message {
    border-top-color: green;
}
.woocommerce-info::before, .woocommerce-message::before {
    color: green;
}
.checkout.woocommerce-checkout .inline_block_child .checkout_data_sec.w_65, .checkout.woocommerce-checkout .inline_block_child .checkout_order_data_sec.w_35 {
    width: 50%;
}
.woocommerce form .form-row.woocommerce-validated .select2-container:not(.select2-container--open) .select2-selection,.woocommerce form .form-row.woocommerce-validated input.input-text, .woocommerce form .form-row.woocommerce-validated select {
    border-color: green;
}
.woocommerce form .form-row.col_2 {
    width: 50%;
}
.col_1 {width: 100%;}
.woocommerce-billing-fields__field-wrapper {
display: flex;
flex-wrap: wrap;
overflow: hidden;
}
.woocommerce-checkout-review-order-table .cart_item .product-name {
    text-align: left;
}
.woocommerce-checkout table.shop_table td {
  text-align: left !important;
}
/* .woocommerce ul li{font-size: 16px;} */
#add_payment_method #payment ul.payment_methods li input, .woocommerce-cart #payment ul.payment_methods li input, .woocommerce-checkout #payment ul.payment_methods li input {
    /* margin: 0 1em 0 0; */
    display: none;
}
#add_payment_method #payment ul.payment_methods li, .woocommerce-cart #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li{
    padding: 0 25px;
}
 .Shipping ul li::before , ul li.wc_payment_method.payment_method_cod::before{
    content: '';
    position: absolute;
    left: 0;
    padding: 0;
    top: 7px;
    border-left: 7px solid #000;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-radius: 0 !important;
    background-color: transparent !important;
}
.payment_method_razorpay::before{display: none !important;}

.Shipping ul li.woocommerce-checkout-payment::before {
    border-left: 7px solid #fff !important;
}
.woocommerce-checkout #payment ul.payment_methods {
    border-bottom: 1px solid var(--second-primary-color);
}
.woocommerce-checkout-payment {
       background-color: #e9e6ed;
    /* color: var(--white-color); */
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    padding: 1em 2em 1em 3.5em !important;
}
ul.woocommerce-error li::before{display: none;}
ul.woocommerce-error li{padding: 0 0 5px 0;color: var(--body-color);}
ul.woocommerce-error li a{color: var(--body-color);}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    width: 50%;
 
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
   
    margin: 0 0 2em !important;
  
}
.woocommerce a:hover {
    color: var(--second-primary-color);
}
 .woocommerce-info a, .woocommerce-message a {
   color:green;
}
.sp-smart-swatches-item {
    text-align: center;
    font-size: 18px;
    border: 2px solid transparent !important;
 
    width: 100%;
    padding: 9px 0;
    background-color: var(--second-primary-color) !important;
    color: var(--white-color) !important;
    font-family: var(--font-semibold);
    text-transform: uppercase;
}
.sp-smart-swatches-item:hover {
    border-color: var(--second-primary-color) !important;
    background-color: transparent !important;
    color: var(--second-primary-color) !important;
}
.sp-smart-swatches-item:not(.sp-smart-swatches-out-of-stock):hover {
    outline: none;
}
.reset_variations{ /*font-size: 0; background-image: url(images/reset.svg); background-repeat: no-repeat; background-position: center; background-size: 25px; padding: 20px;*/ display: none !important;}

/* .woocommerce-checkout label{color: var(--white-color);} */
/* 10-10-2025 */


/*  13-10-2025 mahima acoount css  */
.header_right_icon { max-width: 20%; width: 100%; line-height: 0; position: relative; }
.profile_dropdown { padding-left: 0 !important; min-width: 200px; right: 0; width: fit-content; gap: 0; white-space: nowrap; background-color: var(--second-primary-color); display: block; border-radius: 5px; flex-direction: column; gap: 0; position: absolute; margin: 0; z-index: 3; margin-top: 11px; text-align: center; transform: scaleY(0); transition: all 0.3s ease; transform-origin: top; box-shadow: rgba(50, 50, 93, 0.15) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px; }
.header_right_icon ul a{    position: relative; width: 40px; height: 40px; display: flex ; align-items: center; justify-content: center; }
.header_right_icon ul li a::before { content: ""; position: absolute; top: 50%; left: 50%; width: 40px; height: 40px; background: var(--second-primary-color); border-radius: 50%; transform: translate(-50%, -50%) scale(0); transition: transform 0.4s ease; z-index: 0; }
.header_right_icon ul li a:hover::before { transform: translate(-50%, -50%) scale(1); }

.profile_dropdown ul li { padding: 10px 15px; display: block; border-bottom: 1px solid #fff; }
.profile_dropdown ul li:last-child { border-bottom: 0; }
.profile_dropdown ul li a { width: fit-content; height: auto; line-height: normal; color: var(--white-color); font-family: var(--font-semibold); padding-left: 30px; }
.profile_dropdown ul { width: 100%; display: block; }
.header_right_icon  ul li:hover > .profile_dropdown { transform: scaleY(1); }
.profile_dropdown ul li.user_name a { background-image: url(images/user-icon.webp);background-repeat: no-repeat; background-position: top left; background-size: 16px;}
.profile_dropdown ul li.log_out a { background-image: url(images/white_exit.svg); background-repeat: no-repeat; background-position: left; background-size: 21px; }
.profile_dropdown ul li a:hover { color: var(--black-color); }
.profile_dropdown ul li.user_name a:hover{  background-image: url(images/user-icon.webp)}
.profile_dropdown ul li.log_out a:hover{background-image:url(images/white_exit.svg); }
.profile_dropdown ul li a::before{display: none;}
.woocommerce-account .woocommerce-MyAccount-navigation { width: 17%; float: left; }
.woocommerce-account .woocommerce-MyAccount-navigation ul li { padding-left: 00px; margin-bottom: 10px; text-align: left; padding: 10px 15px; color: var(--black-color); background:var(--second-primary-color); border-radius: 5px; width: 100%; transition: 0.3s all ease-in-out }
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active { background-color: var(--black-color); }
.woocommerce-account .woocommerce-MyAccount-navigation ul li a { position: relative; text-transform: uppercase; padding-left: 30px; }
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a { color: var(--white-color); }
.woocommerce-account .woocommerce-MyAccount-navigation ul li a::before { position: absolute; content: ""; background-size: 23px; top: 1; left: 0px; background-repeat: no-repeat; background-position: 0px 0px; width: 28px; height: 25px; filter: brightness(0) invert(1); border-bottom: none; transition: 0.4s all ease-in-out; }
.woocommerce-account .woocommerce-MyAccount-navigation ul li:hover { background-color: var(--black-color); }
.woocommerce-account .woocommerce-MyAccount-navigation ul li:hover a { color: var(--white-color); }
.woocommerce-MyAccount-navigation ul{display: block ;width: 100%;max-width: 100%;}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a::before { background-image: url("images/dashboad.svg"); }
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a::before { background-image: url("images/order.svg"); }
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a::before { background-image: url("images/download.svg"); }
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a::before { background-image: url("images/address.svg"); }
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a::before { background-image: url("images/address_details.svg"); }
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a::before { background-image: url("images/address_details.svg"); }
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a::before { background-image: url("images/logout.svg"); }
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--wishlist a::before { background-image: url("images/wishlist.svg"); }
.woocommerce-account .woocommerce-MyAccount-content { width: 78%; }
.woocommerce-notices-wrapper { width: 100%; max-width: 100%; }
.woocommerce .col2-set, .woocommerce-page .col2-set { width: 100%; }
.woocommerce-MyAccount-navigation li::before{display: none;}
.woocommerce-account .woocommerce-Address { border: 1px solid rgb(211, 210, 210); border-radius: 8px; padding: 20px; }
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 { float: left; width: 48%; }
.woocommerce-Address-title h2{margin-bottom: 0; font-size: 26px; line-height: normal;padding-bottom: 8px;}
.woocommerce-account header.woocommerce-Address-title.title { display: flex; position: static; padding: 0; align-items: center; justify-content: space-between; margin-bottom: 5px;}
.woocommerce-account .addresses .title::after, .woocommerce-account .addresses .title::before{display: none;}
.woocommerce-account .addresses .title::after, .woocommerce-account .addresses .title::before{display: none;}
.woocommerce-account .addresses .title .edit { float: right; }
.tinv-wishlist table { position: relative; table-layout: auto; margin-bottom: 30px; }
.tinv-wishlist table.tinvwl-table-manage-list { margin-bottom: 27px; width: 100%; }
table.tinvwl-table-manage-list th, table.tinvwl-table-manage-list td { border: 1px solid rgba(0, 0, 0, .1); }
.tinv-wishlist .tinvwl-table-manage-list .product-cb { width: 35px; text-align: center; }
.tinv-wishlist .tinvwl-table-manage-list .product-remove { width: 60px; }
select#tinvwl_product_actions { height: 50px; font-size: 16px; font-family: var(--body-font); border-width: 1px; border-color: rgb(194, 193, 193); border-style: solid; border-radius: 5px; padding: 13px 31px 13px 14px; position: relative; }
.tinv-wishlist .tinvwl-to-left .tinvwl-input-group .form-control+.tinvwl-input-group-btn { padding-left: 10px; }
.tinvwl-to-right.look_in { display: flex; align-items: center; gap: 10px; justify-content: flex-end; float: none !important; margin: 0 !important; }
.tinv-wishlist tfoot .tinvwl-to-right { float: left; width: 63%; text-align: right; }
.cart-toggle { display: flex !important; align-items: center !important; text-decoration: none !important; color: var(--header) !important; box-shadow: 0px 0 7px rgba(0, 0, 0, 0.5) !important; border-radius: 50px !important; transition: transform 0.2s ease, box-shadow 0.2s ease !important; }
.cart-count { background: var(--header) !important; color: #ffffff !important; border-radius: 50% !important; min-width: 24px !important; min-height: 24px !important; display: flex !important; align-items: center !important; justify-content: center !important; font-size: 11px !important; font-weight: normal !important; position: absolute !important; top: -8px !important; right: -8px !important; border: 1px solid #ffffff !important; }
.woocommerce form .form-row .input-text, .woocommerce form .form-row select { font-size: 16px; line-height: 18px; padding: 14px 16px; }
.product.collection .product_inr .product_box .product_content .product_btn{    padding: 10px 13px; font-size: 12px; line-height: 15px;}
    .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt:before, .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:before { position: absolute; top: 47%; left: 47%; margin-right: 0; font-size: 25px; }
   .product_details_slider_box  .wcgs-woocommerce-product-gallery { margin: 0; GAP: 18PX; }
   .product_details_slider_box  .wcgs-woocommerce-product-gallery .gallery-navigation-carousel-wrapper{ margin-right: 0px !important; }
.product_details_slider_box  .wcgs-woocommerce-product-gallery .gallery-navigation-carousel-wrapper .spswiper-slide{margin-bottom:0 !important;}
.spswiper-wrapper{display: FLEX; flex-direction: column; gap: 18px;}
/*  14-10-2025 mahima acoount css  */
 .product_details .product_details_right_box  .cart > .button:hover { background-color: transparent !important; color: var(--second-primary-color) !important; border-color: var(--second-primary-color) !important;  }
 .product_details .product_details_right_box  .cart > .button {  border-radius: 0 !important; }


 
/* slider css */
.wpgs-thumb.slick-initialized.slick-slider.slick-vertical { padding: 22px 0; }
.product_details .woocommerce-product-gallery .wpgs-thumb .slick-arrow{     position: absolute; z-index: 1; font-size: 0; width: 100%; padding: 0; height: 10px; background: url(images/down_arrow.svg) no-repeat !important; background-position: center 9px !important; width: 25px !important; height: 25px !important; border: 1px solid #a0a0a0 !important; border-radius: 50% !important; left: 50%; transform: translateX(-50%); }
.product_details .woocommerce-product-gallery .wpgs-thumb .slick-prev {    top: 1px; transform: translateX(-50%) rotate(-180deg); } 
.product_details .woocommerce-product-gallery .wpgs-thumb .slick-next{    bottom: 20px; top: auto; }
 .wpgs-wrapper .wpgs-thumb .slick-prev:before, .wpgs-wrapper .wpgs-thumb  .slick-next:before{display: none !important;}
.product_details_slider .woocommerce-product-gallery .wpgs-thumb  .thumbnail_image{margin-top: 18px;}
.product_details_slider .woocommerce-product-gallery .wpgs-thumb  .slick-current .thumbnail_image {box-shadow: none; border-color: var(--second-primary-color) !important;border-width: 2px !important; border-radius: 7px;border-style: solid;}
.images.wpgs-wrapper .wpgs-image {height: 609px;object-fit: cover;margin-left: 0 !important;}
.wpgs-thumb .slick-track .slick-slide >div{line-height: 0;}
.wpgs-thumb .slick-track .slick-slide { width: 100% !important; height: auto !important; }
.woocommerce-page .fancybox__viewport img { height: 600px; max-width: 100%; }
  .product_details .wpgs-wrapper .icon-resize-full-alt:before{color: var(--white-color);}
 .product_details .woocommerce-product-gallery__image .woocommerce-product-gallery__lightbox{background-color: var(--second-primary-color);}
 .product_details .woocommerce-product-gallery__image .woocommerce-product-gallery__lightbox:hover{background-color: var(--primary-color);}
 /* .product_details  .wpgs-wrapper .slick-prev, .product_details .wpgs-wrapper .slick-next { background:var(--second-primary-color) !important; } */
.images.wpgs-wrapper .wpgs-image .slick-track .slick-slide >div{height: 100%;}
.images.wpgs-wrapper .wpgs-image .slick-list{height: 100% !important;}
.images.wpgs-wrapper .wpgs-image .slick-list .slick-track{height: 100% !important;}
 .product_details  .wpgs-wrapper .slick-prev:hover, .product_details .wpgs-wrapper .slick-next:hover{    border-color: #000 !important; }
/*  14-10-2025 mahima acoount css  */
.images.wpgs-wrapper .wpgs-image{ width: 80%; float: none; }
.wpgs_image { position: relative; padding: 0px !important;    display: flex ; flex-direction: column; align-items: center; justify-content: center; border-width: 1px; border-color: rgb(218, 218, 218); border-style: solid; border-radius: 7px; background-color: rgb(235, 234, 234); height: 100%; overflow: hidden; }
.thumbnail_image { margin: 0px 0 0px; overflow: hidden; border-width: 1px; border-color: rgb(218, 218, 218); border-style: solid; border-radius: 7px; background-color: rgb(235, 234, 234); }
.thumbnail_image img{ width: 100%; height: 100%; object-fit: contain; }
.wpgs-thumb { width: 15%; float: none; }
.wpgs-thumb .slick-track .slick-slide{ margin-bottom: 0px; display: block; } 
wpgs-thumb .slick-track .slick-slide:last-child{ margin-bottom: 0; }
.woocommerce-product-gallery { display: flex !important ; justify-content: center; gap: 18px; flex-direction: row-reverse; }    
.wpgs-wrapper .wpgs-image .slick-prev, .wpgs-wrapper .wpgs-image .slick-next { background: var(--second-primary-color) !important; }
.wpgs-wrapper .wpgs-image .slick-prev:hover, .wpgs-wrapper .wpgs-image .slick-next:hover { background: var(--primary-color) !important; }
.woocommerce-product-gallery__lightbox { background:var(--second-primary-color) !important; }
.woocommerce-product-gallery__lightbox:hover { background:var(--primary-color) !important; }

/* slider css */

.wpgs_image img{ height: auto !important; width: auto !important; margin: 0 auto; }
.pattern_image.scroll-wrapper { position: absolute; left: 0; bottom: 0; width: 100%; line-height: 0; }
.pattern_image.scroll-wrapper .scroll-content { display: inline-flex ; }
/* .pattern_image.scroll-wrapper img{ max-height: 400px; } */
.banner .slick-track{ display: flex; }
.banner .slick-track .slick-slide{ height: inherit !important; }
.banner .slick-track .slick-slide > div{ height: 100%; }
/* .banner_item.color_blue .banner_right_box { bottom: -30px; } */


button.button.pisol_single_buy_now.pisol_buy_now_button.pisol_type_variable:hover{ background-color: transparent !important; color: var(--second-primary-color) !important; border-color: var(--second-primary-color); }



.about.world .about_box_img{  animation: none; }

/* Deepak */
.banner ul.slick-dots { position: absolute; bottom: 0; width: 100%; display: flex ; align-items: center; justify-content: center; padding: 10px 0; gap: 5px; }
.banner ul.slick-dots li button{ padding: 0; font-size: 0; border: 0; width: 15px; height: 15px; border-radius: 50%; cursor: pointer; }
.banner ul.slick-dots li.slick-active button{ background-color: var(--second-primary-color);  }
.menu-toggle{ display: none; }

.woocommerce span.onsale {position: absolute; top: 10px; left: 0; background: linear-gradient(135deg, var(--primary-color), var(--second-primary-color)); color: var(--white-color); font-weight: 700; font-size: 0.9rem; text-transform: uppercase; padding: 1px 18px; border-radius: 0 11px 12px 0; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25); transform: rotate(0deg); overflow: hidden; z-index: 9; }
.woocommerce span.onsale::before { content: ""; position: absolute; top: 0; left: -50%; width: 200%; height: 100%; background: linear-gradient(120deg, rgba(255,255,255,0.2), transparent 50%); transform: skewX(-30deg); animation: shine 3s infinite linear; }
@keyframes shine { 0% { left: -80%; } 50% { left: 120%; } 100% { left: 120%; } }
/* .woocommerce span.onsale:hover { transform: rotate(-12deg) scale(1.1); transition: all 0.4s ease; background: linear-gradient(135deg, #fff54c, #b3ff00); } */
span.onsale{     text-align: center; line-height: 3.236; min-height: 3.236em; min-width: 3.236em; position: absolute; top: 10px; left: 0px; background: linear-gradient(135deg, var(--primary-color), var(--second-primary-color)); color: var(--white-color); font-weight: 700; font-size: 0.9rem; text-transform: uppercase; padding: 0px 18px; border-radius: 0 12px 12px 0; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25); transform: rotate(-0deg); overflow: hidden; z-index: 9;}
span.onsale::before { content: ""; position: absolute; top: 0; left: -50%; width: 200%; height: 100%; background: linear-gradient(120deg, rgba(255,255,255,0.2), transparent 50%); transform: skewX(0deg); animation: shine 3s infinite linear; }
.product_details_slider{ position: relative; }
.product_details_slider_box span.onsale{ left: 148px; transform: rotate(0deg);}
.product_details_slider_box span.onsale:hover { transform: rotate(-0deg) scale(1);}
section.product.slider_mobile h2{ text-align: center; padding-bottom: 12px; }
ul#shipping_method li::before{ display: none; }
ul#shipping_method li{ padding: 0; margin: 0; }
header .header_right_icon img{ filter: invert(0); }
.header_right_icon ul a.user_icon{ display: flex !important ; align-items: center !important; text-decoration: none !important; color: var(--header) !important; box-shadow: 0px 0 7px rgba(0, 0, 0, 0.5) !important; border-radius: 50px !important; transition: transform 0.2s ease, box-shadow 0.2s ease !important; }

.woocommerce-MyAccount-orders td,.woocommerce-MyAccount-orders th{ text-align:left; border-right: 1px solid rgba(0, 0, 0, .1); padding: 5px ; }
td.woocommerce-table__product-name.product-name ul li{padding: 0;}
td.woocommerce-table__product-name.product-name ul li::before{ display: none;}


 /* <!-- Nouraaz #Expressions --> */
.Expressions { text-align: center; padding: 0 0 40px; }
.Expressions p{ margin-bottom: 15px; }
.Expressions h2{ padding: 0 0 10px; }
.Expressions h2 span{ font-style: italic; }
.Expressions_inr{ margin: 0 -10px; padding-top: 10px; }
.Expressions_item{ padding: 0 10px; }
.Expressions_item .Expressions_item_box{ border-radius: 7px; overflow: hidden; }
.Expressions .slick-track{ display: flex !important; }
.Expressions .slick-slide {  height: inherit; }
.Expressions .slick-slide div{ height: 100%; line-height: 0; }
.Expressions .slick-slide div img{ height: 100%; object-fit: cover; width: 100%; }
.Expressions ul.slick-dots { width: 100%; display: flex ; align-items: center; justify-content: center; padding: 10px 0; gap: 5px; }
.Expressions ul.slick-dots li button { padding: 0; font-size: 0; border: 0; width: 15px; height: 15px; border-radius: 50%; cursor: pointer; }
.Expressions ul.slick-dots li.slick-active button { background-color: var(--second-primary-color); }

p.price ins{ text-decoration: none; }
.images.wpgs-wrapper .wpgs-image { height: auto; object-fit: cover; margin-left: 0 !important; }
/* .product_details_inr.product-type-simple > .product_details_slider{ max-width: 50%; }
.product_details_inr.product-type-simple > .product_details_right{ max-width: 45%; } */

.product_details_slider .slick-slide{ line-height: 0; }

.product_details_inr.product-type-simple span.onsale{ left: 0; }
.product.collection h2 {
    margin-bottom: 15px;
}

.woocommerce-order-received ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li::before {
    display: none;
}
nav.ti-nav-arrow{ max-width:100%;}
.wc-empty-cart-message { width: 100%; }

/* tr.cart-discount.coupon-ny2026 td {
    font-size: 0;
}

tr.cart-discount.coupon-ny2026 a.woocommerce-remove-coupon {
	    margin-top: 22px;
    font-size: 14px; 
} */

/* Fade-in + slide-down animation */
@keyframes fadeSlideIn {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Pulse animation for discount amount */
@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

/* WooCommerce coupon apply message */
.woocommerce-message.apply_coupon_activate {
    background: #ef5a2c;
	border-radius: 5px;
    color: white;
    padding: 10px 0 0 0 !important;
    margin: 0 0 15px 0 !important;
    border-radius: 8px;
    text-align: center;
    width: 100%;
    border-top-color: #ef5a2c;
    animation: fadeSlideIn 0.6s ease forwards;
}

.woocommerce-message.apply_coupon_activate:before {
    content: none;
}

/* Info messages */
.woocommerce-info.coupon_benefit,
.woocommerce-info.apply_without_offer_wax_add,
.woocommerce-info.apply_without_offer {
	border-radius: 5px;
    background: #000;
    border-left: 4px solid #000;
    padding: 15px;
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
    color: #fff;
    border-top-color: #000;
    animation: fadeSlideIn 0.6s ease forwards;
}

.woocommerce-info.coupon_benefit:before,
.woocommerce-info.apply_without_offer_wax_add:before,
.woocommerce-info.apply_without_offer:before {
    content: none;
}

/* Cart discount remove button */
#order_review tr.cart-discount.coupon-ny2026 a.woocommerce-remove-coupon {
    margin-top: 0px;
    font-size: 14px;
}

/* Discount amount with pulse effect */
.cart-discount span.woocommerce-Price-amount.amount {
    color: #ef5a2c;
    font-family: var(--font-semibold);
    animation: pulse 1.2s infinite;
}

.woocommerce-message.message_for_product_offer:before{    content: none;}
.woocommerce-message.message_for_product_offer{    background: #a13a39;
	border-radius: 5px;
    border: 1px solid #a13a39;
    padding: 15px;
    margin-bottom: 20px;
    color: #fff;
    border-radius: 5px;    padding: 10px 13px 10px 13px !important;}

    /* 10-12-2025 */
 nav.woocommerce-pagination { margin: 0 auto; }
 .woocommerce nav.woocommerce-pagination ul{ gap: 20px; display: flex; align-items: center; justify-content: center; border: 0; }
  .woocommerce nav.woocommerce-pagination ul li{ border: 0; }
  .woocommerce nav.woocommerce-pagination ul li a,.woocommerce nav.woocommerce-pagination ul li span{ transition: all 0.3s; padding: 0; border: 1px solid var(--black-color); font-size: 18px; line-height: normal; display: flex; align-items: center; justify-content: center; font-family: var(--heading-font); color: var(--body-color); width: 40px; height: 40px; border-radius: 7px; }
  .woocommerce nav.woocommerce-pagination ul li a.next.page-numbers,.woocommerce nav.woocommerce-pagination ul li a.prev.page-numbers{ font-size: 25px; }
  .woocommerce nav.woocommerce-pagination ul li span.current, .woocommerce nav.woocommerce-pagination ul li a:hover{ background: var(--primary-color); color: #fff; border-color: var(--primary-color); }
    .woocommerce nav.woocommerce-pagination ul li a::before{ display: none; }

.popup_content_img{line-height:0;}