/*
Theme Name: nouraaz
Author: nouraaz
Author URI: 
Description: 
Version: 3.0.0
Tags: 
*/

@charset "utf-8";
/* CSS Document */
/*----------------------------------------------------------------------------- */
@font-face { font-family: 'Nunito_Sans_bold'; src: url('fonts/NunitoSans-Bold.eot'); src: url('fonts/NunitoSans-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/NunitoSans-Bold.woff2') format('woff2'), url('fonts/NunitoSans-Bold.woff') format('woff'), url('fonts/NunitoSans-Bold.ttf') format('truetype'), url('fonts/NunitoSans-Bold.svg#NunitoSans-Bold') format('svg'); font-weight: bold; font-style: normal; font-display: swap; }
@font-face { font-family: 'Nunito_Sans_regular'; src: url('fonts/NunitoSans-Regular.eot'); src: url('fonts/NunitoSans-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/NunitoSans-Regular.woff2') format('woff2'), url('fonts/NunitoSans-Regular.woff') format('woff'), url('fonts/NunitoSans-Regular.ttf') format('truetype'), url('fonts/NunitoSans-Regular.svg#NunitoSans-Regular') format('svg'); font-weight: normal; font-style: normal; font-display: swap; }
@font-face { font-family: 'Nunito_Sans_semibold'; src: url('fonts/NunitoSans-SemiBold.eot'); src: url('fonts/NunitoSans-SemiBold.eot?#iefix') format('embedded-opentype'), url('fonts/NunitoSans-SemiBold.woff2') format('woff2'), url('fonts/NunitoSans-SemiBold.woff') format('woff'), url('fonts/NunitoSans-SemiBold.ttf') format('truetype'), url('fonts/NunitoSans-SemiBold.svg#NunitoSans-SemiBold') format('svg'); font-weight: 600; font-style: normal; font-display: swap; }
@font-face {
  font-family: 'Munchie';
  src: url('fonts/MUNCHIE-AR1J2.OTF') format('opentype');
  font-weight: normal;
  font-style: normal;
}

:root{
--body-color: rgb(34, 34, 34);;
--header: rgb(34, 34, 34); 
--black-color:rgba(0, 0, 0, 1);
--primary-color:rgb(214, 176, 53);
--second-primary-color: rgb(255, 0, 0);
--white-color:rgba(255, 255, 255, 1);


--body-font: 'Nunito_Sans_regular';
--heading-font: 'Nunito_Sans_bold';
--font-semibold:'Nunito_Sans_semibold';
--font-munchie:'Munchie';

}

/* ::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.2; 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:60px;}
h2,.h2 {font-size:36px;}
h3,.h3 {font-size:34px;}
h4,.h4 {font-size:24px;}
h5,.h5 {font-size: 23px;}
h6,.h6 {font-size: 22px;}

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

/* 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(--heading-font);  font-weight: normal; margin: 0 0 0 0;  padding:14px 35px;  border-radius:5px; background-color:var(--primary-color); border: 1px solid transparent; display: inline-block; vertical-align: middle;  font-size: 16px; color: var(--header); line-height: 1.2; 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 { border-color: var(--primary-color); border-color: var(--header); background-color: var(--header); color: var(--white-color); }

input[type="search"], input[type="text"], input[type="email"], input[type="password"], input[type="tel"], input[type="number"], textarea {padding:14px 20px; font-family: var(--body-font);  font-size: 16px; background-color:#fff; letter-spacing: 0;width: 100%; color:var(--body-color); text-transform: none; filter: alpha(opacity=100); border: 1px solid rgba(0, 0, 0, 0.15);border-radius: 5px;-webkit-border-radius: 5px;-moz-border-radius:5px; line-height:18px; 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:  #777777;opacity:1;} 
input:-moz-placeholder {color: #777777; opacity:1;} 
input::-moz-placeholder {color:  #777777; opacity:1; } 
input:-ms-input-placeholder {color:  #777777;opacity:1;} 
textarea::-webkit-input-placeholder {color:  #777777; opacity:1; } 
textarea:-moz-placeholder {color: #777777; opacity:1; } 
textarea::-moz-placeholder {color:  #777777; opacity:1; } 
textarea:-ms-input-placeholder {color:  #777777;opacity:1; }

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

textarea{ max-height: 100px; margin-top: 8px; }
/* 6. Tables
------------------------------------------------------------------------------*/

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


/* 7. Framework
------------------------------------------------------------------------------*/
/* container */
.container{max-width: 1660px; width: 100%; padding-left: 50px; padding-right: 50px; 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: #d6b035; }

/* header */
.header_top{ background-color: #000; text-align: center; color: var(--white-color); padding: 12px 0; font-size: 12px; }
.header_top span{ display: inline; padding: 0 12px; }
.header_bottom{ padding: 15px 0; }
.header_bottom_inr{ display: flex; align-items: center; justify-content: space-between; padding: 0 0px 0 10px; }
.header_logo, .header_user{ max-width: 20%; width: 100%; line-height: 0; position: relative; }
.header_logo a{ line-height: 0; width: 100%; }
.header_list{ max-width: 60%; width: 100%; }
.header_list ul{ align-items: center; justify-content: center; gap: 42px; }
.header_list ul li a{ color: var(--header); position: relative;     text-transform: uppercase;}
.header_list ul li > a::before{ content: ''; position: absolute; left: 0; bottom: -2px; border-bottom: 2px solid var(--primary-color); width: 0; transition: all 0.3s; }
.header_list ul li > a:hover:before{ width: 100%; }
.header_user ul{ justify-content: flex-end; align-items: center; gap: 5px; }
.header_user ul li a{ position: relative; width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; }
.header_user ul li a img{ text-align: center; position: relative; }
.header_user ul li a::before { content: ""; position: absolute; top: 50%; left: 50%; width: 40px; height: 40px; background: var(--primary-color); border-radius: 50%; transform: translate(-50%, -50%) scale(0); transition: transform 0.4s ease; z-index: 0; }
.header_user ul li a:hover::before { transform: translate(-50%, -50%) scale(1); }


/* Sub_menu */
  ul li ul.sub-menu{ padding-left: 0 !important; gap: 0 ; white-space: nowrap; background-color: var(--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); text-align: left; display: block; }
    ul li ul.sub-menu li a:hover{ color: var(--header); }
    ul li ul.sub-menu li a::before{ display: none; }
/* banner */
.banner{ position: relative; }
.banner .banner_inr{ gap: 20px; justify-content: space-between; }
.banner_left{ max-width: 80%; width: 100%; }
.banner_right{ max-width: 20%; width: 100%; }
.banner_left .banner_left_box{ line-height: 0; border-radius: 8px; height: 100%; position: relative; overflow: hidden; }
.banner_left .banner_left_box img,.banner_right .banner_right_box img{ width: 100%; height: 100%; object-fit: cover; }
.banner_left .banner_left_box .banner_left_contend{ position: absolute; bottom: 113px; left: 120px; width: fit-content; line-height: normal; }
.banner_right .banner_right_box{ line-height: 0; border-radius: 8px; position: relative; overflow: hidden; height: 100%; }
.banner_right .banner_right_box .banner_right_contend{ position: absolute; left: 0; width: 100%; text-align: center; bottom: 35px; line-height: normal; padding: 0 32px; }
.banner_right .banner_right_box .banner_right_contend h1,.banner_right .banner_right_box .banner_right_contend h2{ font-size: 34px;  font-family: 'Munchie'; font-weight: 400; font-style: normal; line-height: 1.348;}
.banner_right .banner_right_box .banner_right_contend a{ text-decoration: underline; font-family: var(--heading-font); color: var(--header); }
.banner_right .banner_right_box .banner_right_contend a:hover{ color: var(--primary-color); }
.banner_right .banner_right_box .banner_right_contend p{ margin-bottom: 20px; }
.banner_left_contend h1,.banner_left_contend h2{ font-size: 47px;  font-family: 'Munchie'; font-weight: 400; font-style: normal; line-height: normal;  }
.banner_left_contend h1 span,.banner_left_contend h2 span{ font-size: 70px; display: block; }

/* customer */
.customer{ padding: 25px 0; }
.customer_inr{ display: flex; align-items: center; justify-content: center; }
.customer_inr .customer_item{ max-width: 25%; width: 100%; text-align: center; }
.customer_inr .customer_item .customer_item_box{ text-align: center; position: relative; }
.customer_inr .customer_item .customer_item_box img{ margin-bottom: 10px; }
.customer_inr .customer_item .customer_item_box p{ margin-bottom: 0; }
.customer_inr .customer_item .customer_item_box h2{ margin-bottom: 8px; font-size: 24px; line-height: 1.2;  text-align: center;}

/* categories */
.categories{ position: relative; }
.categories_inr{ justify-content: space-between; gap: 20px; }
.categories .categories_item_box{ max-width: 80%; width: 100%; text-align: left; }
.categories_box{ position: relative; margin: -10px; display: flex; justify-content: flex-start; flex-wrap: wrap; }
.categories_box_item{ max-width: 25%; width: 100%; padding: 10px 10px; }
.categories_box_item .item_box{ position: relative; width: 100%; }
.categories_box_item .item_box .item_box_img{ width: 100%; height: 292px; position: relative; overflow: hidden; border-radius: 8px; margin-bottom: 10px; line-height: 0; }
.categories_box_item .item_box p{ margin-bottom: 10px; }
.categories_box_item .item_box  span.price{ font-family: var(--heading-font); color: var(--header); padding: 0; }
.categories_box_item .item_box  span.price > del .woocommerce-Price-amount.amount bdi{ color: #d6b035;    padding: 0;  display: inline-block; text-decoration: line-through; }
.categories_box_item .item_box  span.price bdi{  color: var(--header); font-family: var(--heading-font);  padding-left: 10px;}
.categories_box_item .item_box  span.price ins{ text-decoration: none; }
.categories .banner_right_box{ height: 100%; }
.progress{ position: absolute; bottom: 15px; width: 100%; padding: 0 20px; opacity: 0; transition: all 0.5s; }
.progress-container { width: 100%; background-color: #e0e0e0; height: 4px; border-radius: 5px; overflow: hidden; margin-bottom: 8px; }
.progress-bar { height: 100%; width: 0; background-color: var(--second-primary-color); transition: width 1.5s ease-in-out; }
.text-info { display: flex; justify-content: space-between; font-size: 12px; line-height: 8px; color: var(--body-color); }
.text-info b { font-weight: bold; }

.categories_box_item .item_box:hover .progress{ opacity: 1;  }
.categories_box_item .item_box .item_box_img > a{ line-height: 0; overflow: hidden; width: 100%; height: 100%; }
.categories_box_item .item_box .item_box_img > a img{ transition: all 0.5s; }
.categories_box_item .item_box .item_box_img > a:hover img{ transform: scale(1.2); }

/* stone */
.stone{ position: relative; padding: 58px 0 36px;  }
.stone_inr{ align-items: center; gap: 20px; display: flex; justify-content: flex-start; }
.stone_inr .stone_item{ max-width: 50%; width: 100%; }
.stone_inr .stone_item .stone_item_box{ position: relative; border-radius: 8px; overflow: hidden; }
.stone_inr .stone_item .stone_item_box img{ width: 100%; height: 100%; object-fit: cover; position: absolute; left: 0; top: 0; }
.stone_inr .stone_item .stone_item_box .stone_item_content{ padding: 96px 45px 45px; text-align: left; position: relative; }
.stone_inr .stone_item .stone_item_box .stone_item_content h3{ font-family: var(--font-munchie); padding-bottom: 12px; }
.stone_inr .stone_item .stone_item_box .stone_item_content p{ margin-bottom: 15px; }
.stone_inr .stone_item .stone_item_box .stone_item_content a{ text-decoration: underline; color: var(--header); font-family: var(--heading-font); }
.stone_inr .stone_item .stone_item_box .stone_item_content a:hover{ color: var(--primary-color); }

/* Bestsellers */
.Bestsellers{ position: relative; padding-bottom: 35px; }
.Bestsellers h2{ text-align: center; padding: 0 0 10px; } 
.Bestsellers p{ text-align: center; }
.Bestsellers .item_box p{ text-align: left; }
.Bestsellers_inr{ display: flex; justify-content: center; flex-wrap: wrap; margin: 0 -10px;}
.Bestsellers_inr .categories_box_item{ max-width: 20%; }
.item_box_img img{ width: 100%; height: 100%; object-fit: cover; }

/* Nouraaz */
.Nouraaz{ position: relative; padding: 33px 0 0; color: var(--white-color); text-align: center; }
.Nouraaz .container{ position: relative; }
.Nouraaz h2{ text-align: center; padding: 0 0 10px; color: var(--white-color); }
.Nouraaz::before{ content: ''; position: absolute; left: 0; top: 0; background-color: var(--header); width: 100%; height: calc(100% - 119px); }
.Nouraaz_inr{ display: flex; justify-content: center; margin: 0 -10px; padding: 10px 0 0; }
.Nouraaz_inr .Nouraaz_item{ max-width: 25%; width: 100%; padding: 0 10px; }
.Nouraaz_inr .Nouraaz_item .Nouraaz_item_box{ line-height: 0; position: relative; border-radius: 8px; overflow: hidden; }
.Nouraaz_inr .Nouraaz_item .Nouraaz_item_box img{ width: 100%; height: 100%; object-fit: cover; }
.Nouraaz_inr .Nouraaz_item .Nouraaz_item_box .Nouraaz_content{ position: absolute; z-index: 1; bottom: 35px; width: 100%; padding: 0 40px; line-height: normal; text-align: left; }
.Nouraaz_inr .Nouraaz_item .Nouraaz_item_box .Nouraaz_content h3{  font-size: 24px; color: var(--white-color); padding: 0 0 4px; }
.Nouraaz_inr .Nouraaz_item .Nouraaz_item_box .Nouraaz_content p{ margin-bottom: 0;  color: rgba(255, 255, 255, 80%); }
.Nouraaz_inr .Nouraaz_item .Nouraaz_item_box::before{ content: '';  background: linear-gradient(to top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 50%); position: absolute; bottom: 0; left: 0; width: 100%; height: 100%; }

/* gift_boxs */
.gift_boxs{ padding: 45px 0; position: relative;}

 /* <!-- Nouraaz #Expressions --> */
.Expressions { text-align: center; padding: 0 0 50px; }
.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: 8px; 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%; }

/* Footer */
footer{ background-color: var(--header);padding: 35px 0 0; color: rgba(255, 255, 255, 80%); }
.footer_inr { display: flex ; justify-content: space-between; padding-bottom: 35px; }
.footer_inr h4{ color: var(--white-color); padding: 0 0 15px; }
.footer_logo { max-width: 25%; width: 100%; }
.footer_logo ul li, .footer_logo ul li a{ color: rgba(255, 255, 255, 80%); line-height: 1.875; }
.footer_logo ul li{ display: flex; align-items: start; justify-content: flex-start; padding-bottom: 40px; }
.footer_logo ul li:last-child{ padding-bottom: 0; }
.footer_logo ul li img{ line-height: 1.875; margin-top: 9px; margin-right: 10px; }
.footer_logo a{ line-height: 0; margin-bottom: 20px;  }
.footer_logo ul li a{ margin-bottom: 0; margin-left: 3px; }
.footer_list{ max-width: 69%; width: 100%; text-align: left; display: flex; align-items: start; justify-content: flex-start; gap: 80px; }
.footer_menu{ max-width: fit-content; width: 100%; }
.footer_menu ul li{ padding-bottom: 4px; }
.footer_menu ul li a{ color: rgba(255, 255, 255, 80%); line-height: 1.875; font-family: var(--body-color); }
footer ul li a:hover{ color: #d6b035; }
.footer_list .footer_menu:first-child { max-width: 34%; }
.footer_list .footer_menu:first-child ul{ column-count: 2; column-gap: 80px; }
.copyright{ text-align: center; background-color: var(--black-color); padding: 15px 0; color: rgba(255, 255, 255, 90%); }

/* product_listing */
header.inner_page{ border-bottom: 1px solid rgb(211, 210, 210); }
.inner_banner{ padding: 15px 0; text-align: center;}
.inner_banner h1{ font-size: 36px; padding-bottom: 10px; }
.inner_banner p{ margin-bottom: 0; }

/* product_listing_section */
.filter-box { width: 100%;}
.filter-section { margin-bottom: 20px; padding-bottom: 20px;  border-bottom: 1px solid rgb(211, 210, 210);}
.filter-section h4 { margin: 0 0px 15px; font-size: 18px; position: relative;  }
.filter-options { display: flex; flex-direction: column; gap: 5px; }
.filter-options label { font-size: 16px; cursor: pointer; color: var(--header); padding: 0 0 7px; display: flex; gap: 18px; position: relative; }
.filter-options label::before{ content: ''; position: absolute; width: 20px;height: 20px; border: 1px solid rgb(211, 210, 210); left: 0; top: 0; }
.filter-section h4.active{ margin-bottom: 15px; }


.filter-options label input[type="checkbox"]{ opacity: 0; }
.listing .product_listing_inr{ border-top: 1px solid rgb(211, 210, 210); padding: 25px 0; display: flex; align-items: flex-start; justify-content: space-between; gap: 40px; }
.product_categories_select{/* max-width: 20%;*/ max-width: 18%;width: 100%; position: sticky; top: 30px; }
.listing .categories_item_box{ max-width: 80%; width: 100%; }
.filter-section:last-child{ margin-bottom: 0; border-bottom: 0; }
.filter-section h4::before { content: ''; position: absolute; width: 8px; height: 8px; border-top: 2px solid var(--header); border-left: 2px solid var(--header); right: 5px; top: 48%; transform: translateY(-50%) rotate(224deg); transition: all 0.5s; }
form .filter-section:last-of-type h4{ margin-bottom: 15px; }
.filter-section h4.active::before{ transform: translateY(-50%) rotate(135deg); }


label::after { content: ""; position: absolute; left: 7px; top: 37%; transform: translateY(-60%) rotate(45deg); width: 6px; height: 12px; border-right: 2px solid #fff; border-bottom: 2px solid #fff; opacity: 0; transition: opacity 0.2s ease; }
label:has(input[type="checkbox"]:checked)::before { background: var(--second-primary-color); border-color: #fff; }
label:has(input[type="checkbox"]:checked)::after { opacity: 1; }
/*range-container { width: 100%; text-align: center; }*/
.price-labels { display: flex; justify-content: space-between; margin-bottom: 0px; font-weight: bold; }
/*.filter-box input[type="range"] { -webkit-appearance: none; width: 100%; height: 4px; background: #000; border-radius: 8px; outline: none; }
.filter-box input[type="range"]::-webkit-slider-thumb { -webkit-appearance: none; appearance: none; width: 10px; height: 10px; border-radius: 50%; background: #000; cursor: pointer; }
.filter-box input[type="range"]::-moz-range-thumb { width: 10px; height: 10px; border-radius: 50%; background: #000; cursor: pointer; }*/
.results-header { display: flex; justify-content: space-between; align-items: center; padding: 0px 0 10px; }
.results-count { color: #333; }
.sort-by { display: flex; align-items: center; gap: 6px; }
.sort-by select { padding: 4px 8px; cursor: pointer; border: 1px solid rgb(211, 210, 210); font-size: 16px; font-family: var(--body-font); }
.page-numbers { list-style: none; display: flex !important ; gap: 12px; justify-content: center; padding: 0 !important; background: transparent; margin: 0 !important; border: 0 !important; }
.page-numbers li {  border:1px solid  rgb(209, 145, 21) !important; float: none !important; width: 40px; height: 40px; cursor: pointer; border-radius: 8px; transition: all 0.2s ease; display: flex !important; align-items: center; justify-content: center; font-size: 16px; font-family: var(--body-font); overflow: hidden; }
.page-numbers li a, .page-numbers li span{ width: 100%; height: 100%; background-color: transparent !important; display: flex !important ; align-items: center; justify-content: center; color: var(--body-color) !important; }
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current{ background: rgb(209, 145, 21) !important; color: #fff !important; border: 0 !important; }


/* shipping */
.Shipping{ padding: 25px 0; line-height: 26px; }
.Shipping h2{ padding: 0 0 10px; }
.Shipping ul { padding-bottom: 25px; }
.Shipping ul li{ padding-left: 30px; padding-bottom: 10px; position: relative; }
.Shipping ul li::before{ content: ''; position: absolute; left: 0; top: 7px; border-left: 7px solid #000; border-top: 6px solid transparent; border-bottom: 6px solid transparent;  }
.Shipping a:hover{ color: var(--second-primary-color); }
.text_underline{ text-decoration: underline; }



.product_details{ padding: 25px 0; } 
.product_details .product__details_inr{ display: flex; align-items: flex-start; justify-content: space-between; gap: 50px; }
.product_details_left{ max-width: 53.3%; width: 100%; position: relative; }
.product_details_left .product_details_box{ width: 100%;    overflow: hidden; position: relative; }
.product_details_left .product_details_box .product_details_top{ line-height: 0; width: 100%; height: auto; border-radius: 8px; overflow: hidden; max-height: 832px; }
.product_details_left .product_details_box .product_details_top img{ width: 100%; height: 100%; object-fit: cover; }
.product_details_right{ max-width: 44%; width: 100%; position: relative; }
.product_details_right .custom-breadcrumb ul{ display: flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 20px; padding: 5px 0 30px; }
.product_details_right ul li{ position: relative; }
.product_details_right ul li::after{ content: '/'; position: relative; font-size: 16px; color: var(--header); right: -10px; }
.product_details_right ul li:last-child{ pointer-events: none; }
.product_details_right ul li:last-child::after{ display: none; }
.product_details_right ul li a{ color: var(--header); }
.product_details_right ul li a:hover{ color: #d6b035; }
.product_details_right h2{ padding: 10px 0 20px; }
.product_details_right .price{ font-size: 24px; color: var(--header); font-family: var(--heading-font); display: block; padding-bottom: 0px; }
.product_details_right .price bdi{ color: #d6b035; display: inline-block; padding-left: 20px;text-decoration: line-through; }
.product_details_right .progress{ opacity: 1; position: relative; padding: 15px 0 0; }
.product_details_right .progress .text-info{ font-size: 14px; padding-top: 5px; }
.product_details_right p{ line-height: 26px; }
.product_details_right p a{ display: inline; text-decoration: underline; }
.product_details_right p a:hover{ color: var(--header); }
.top-row{ padding: 5px 0; display: flex; justify-content: center; gap: 15px; }
.top-row .qty{ max-width: 25%; width: 100%; display: flex; align-items: center; justify-content: center;  background-color: transparent;  border-radius: 5px; border-width: 1px; border-color: rgb(194, 193, 193); border-style: solid; border-radius: 5px;}
 .add_to_wachlist{ max-width: 20%; width: 100%; text-align: center; }
.top-row .add_to_card{ max-width: 50%; width: 100%; }
.top-row .add_to_card a{ height: 100%; border: 0; width: 100%;   border-radius: 5px; background-color: rgb(211, 210, 210); font-family: var(--heading-font); text-transform: uppercase; }
.top-row .add_to_card a:hover{ color: var(--white-color); background-color: var(--header); }
.add_to_wachlist a{ line-height: 0; height: 100%; width: 100%; background-color: transparent;  border-radius: 5px; border-width: 1px; border-color: rgb(194, 193, 193); border-style: solid; border-radius: 5px;}
.add_to_wachlist a img{ width: 20px; height: 20px; object-fit: contain; }
.top-row .qty button{ background-color: transparent; padding: 0; border: 0 ; width: 33.33%; } 
.top-row .qty .count{ max-width: 33.33%; width: 100%; text-align: center; } 
.top-row .qty button:hover{ color: var(--primary-color); }
.buy-row{ width: 100%; padding-top: 10px; padding-bottom: 10px; }
.buy-row a{ width: 100%;  font-family: var(--heading-font); text-transform: uppercase;}
.add_to_wachlist a:hover{ background-color: var(--primary-color); border-color: var(--primary-color); }
.card_ad label{ padding: 0 0 8px; display: block; }
.bottom_accordion .accordion{ position: relative; padding: 20px 0; border-top: 1px solid rgb(194, 193, 193); font-size: 16px; font-family: var(--heading-font); color: var(--header); }
.offers{ display: flex; gap: 20px; }
.offers .offer{ display: flex; gap: 15px; align-items: flex-start; width: 50%; padding: 17px; border-width: 1px; border-color: rgb(194, 193, 193); border-style: solid; border-radius: 5px; background-color: rgb(255, 255, 255);}
.offers .offer p{ margin-bottom: 0; color: var(--header); font-family: var(--heading-font); }
.offers .offer p span{ display: block; font-size: 19px; }
.offers .offer p span strong{ color: var(--primary-color); padding-left: 3px; display: inline-block; }
.accordion::before{ content: ''; position: absolute; right: 5px; top: 50%; transform: translateY(-50%) rotate(90deg); width: 10px; height: 10px; background-image: url(images/arrow.png); background-repeat: no-repeat; transition: all 0.5s; }
.accordion.active::before{transform: translateY(-50%) rotate(0deg);  }

.product_details_bottom { padding-top: 25px; display: flex;gap:25px 0; flex-wrap: wrap; margin: 0 -13px; }
.product_details_bottom .Details_img{ max-width: 50%; width: 100%; padding: 0 13px; height: 100%; border-radius: 8px; overflow: hidden; line-height: 0; }
.product_details_bottom .Details_img img{ width: 100%; height: 100%; object-fit: cover; }
/* 19-08-2025 */
.banner_slider, .banner_slider div{ border-radius: 8px; overflow: hidden; }
.banner_slider img{ border-radius: 8px; }

/* 22-09-2025 */
.woocommerce .woocommerce-ordering, .woocommerce .woocommerce-result-count{ margin: 0 !important; }
.categories_box_item .item_box p a{ position: relative; color: var(--body-color); font-family: var(--body-font); }
.categories_box_item .item_box p a:hover{ color: var(--primary-color); }
.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a{ display: flex !important; }
.woocommerce .mini-cart-inner  a.remove{ color: #fff !important; }
.woocommerce a.remove:hover{ background-color: var(--primary-color) !important; color: var(--header) !important; }

.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{ font-family: var(--heading-font); font-weight: normal; margin: 0 0 0 0; padding: 14px 35px; border-radius: 5px; background-color: var(--primary-color); border: 1px solid transparent; display: inline-block; vertical-align: middle; font-size: 16px; color: var(--header); line-height: 1.2; 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; }
.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 { text-decoration: none; background-image: none; color: #fff; }
span.woocommerce-Price-currencySymbol { padding-right: 4px; }
.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]{     padding: 14px 35px; }


.woocommerce-cart .woocommerce{ display: flex; align-items: start; gap: 50px; flex-wrap: wrap; }
form.woocommerce-cart-form { max-width: 65%; width: 100%; }
.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals{ max-width: 30%; width: 100%; }
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals { float: none; width: 100%; }
.woocommerce-notices-wrapper { width: 100%; max-width: 100%; }
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:hover{ color: var(--white-color); background-color: var(--black-color); }
.wc-proceed-to-checkout a.button{ display: block !important; }


.accordion-header { cursor: pointer; }
/* .accordion-content { max-height: 0; overflow: hidden; transition: max-height 0.5s ease, padding 0.5s ease; } */
.gift-box-section { border: 1px solid #ddd; padding: 15px; margin-top: 20px; border-radius: 8px; background: #fafafa; }
.gift-box-section h3 { margin-bottom: 10px; font-size: 18px; color: #333; }
.gift-box-options { list-style: none; display: flex; gap: 20px; padding: 0; }
.gift-box-item { text-align: center; max-width: 150px; }
.gift-box-item img { border-radius: 6px; margin-bottom: 8px; }


.woocommerce-cart-form .coupon{ width: 50%; display: flex; }
.woocommerce-cart-form .coupon input { width: 100% !important; max-width: 270px; }

.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(--header) !important; }

#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 rgba(0, 0, 0, .1); }
td.product-subtotal,th.product-subtotal { text-align: right !important; }
.woocommerce .quantity .qty { width: 100%; text-align: center; padding: 10px; }
.woocommerce td.product-quantity { min-width: auto; width: 15%; }
.product-name a{ color: var(--body-color);  font-size: 16px; font-family: var(--body-font); }
.product-name a:hover{ color: var(--primary-color); }
td.product-remove { min-width: auto; width: 5%; text-align: center !important; }
.woocommerce-cart table.cart img{ width: 100%; object-fit: cover; height: 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;}
.product-thumbnail{ min-width: auto !important; width: 12%; }
.woocommerce-cart-form table .product-remove a{     color: var(--header) !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.35;}
.woocommerce-cart-form table .product-remove a:hover{ color: var(--white-color) !important; background-color: var(--black-color) !important; }

/* checkout */
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last { width: 50%; overflow: visible; }
div#order_review { display: block;}
div#order_review table, div#order_review .woocommerce-checkout-payment{ width: 100%; }
h3#order_review_heading { padding: 0px 0 10px; display: block; }
.woocommerce-checkout-review-order-table .cart_item .product-name{ text-align: left; }
.woocommerce-checkout-review-order-table th.product-total{ text-align: right; }
.woocommerce-checkout-payment{ background-color: var(--header) !important; color: var(--white-color); }
.woocommerce-checkout #payment ul.payment_methods{ border-bottom: 1px solid rgba(255, 255, 255, .5) !important; }
.Shipping ul li.wc_payment_method.payment_method_cod::before{ border-left: 7px solid #fff !important; }
.payment_box.payment_method_cod p{ color: var(--header) !important; } 
.woocommerce-checkout #payment div.payment_box{ background-color: var(--white-color) !important; }
.woocommerce-checkout #payment div.payment_box::before{ border: 1em solid #fff !important;     border-right-color: transparent !important; border-left-color: transparent !important; border-top-color: transparent !important;}
.woocommerce #customer_details .col-2, .woocommerce-page #customer_details .col-2 { float: none; width: 100%; }
.woocommerce-billing-fields, .woocommerce-additional-fields{ width: 100%; }
.checkout.woocommerce-checkout .inline_block_child { display: flex ; align-items: flex-start; gap: 50px; }
.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-billing-fields__field-wrapper { display: flex ; flex-wrap: wrap; }
.woocommerce form .form-row.col_1{ width: 100%; }
.woocommerce form .form-row.col_2{ width: 50%; }
.woocommerce-additional-fields { padding: 15px 0 0; }
.noUi-horizontal { height: 7px !important; } .noUi-horizontal .noUi-handle { width: 15px !important; height: 15px !important; right: 0 !important; top: -5px !important;     border-radius: 50%; border: 0; background: #000; box-shadow: none;} .noUi-handle:after, .noUi-handle:before{ display: none !important; }.noUi-handle.noUi-handle-lower { right: -14px !important; } #price-slider .noUi-connect { background: #000; } #price-slider .noUi-base { background: #f5f8fa; } .price-values { display: flex; justify-content: space-between; margin-top: 0; padding-bottom: 10px; font-size: 16px; font-family: var(--heading-font); } .noUi-handle:after, .noUi-handle:before { content: ""; display: block; position: absolute; height: 14px; width: 1px; background: none; left: 14px; top: 6px; } .noUi-handle { border: none;}

form.woocommerce-product-search.search_form { position: absolute; right: 0; width: 100%; max-width: 0; top: 53px; z-index: 1; display: flex ; justify-content: flex-start;  opacity: 0; overflow: hidden; transition: all 0.4s ease-in-out;  box-shadow: 0px 0 7px rgba(0, 0, 0, 0.5) !important; border-radius: 5px; }
form.woocommerce-product-search.search_form input{ padding: 10px 10px !important;border-radius: 5px 0 0 5px; width: 70%; }
form.woocommerce-product-search.search_form button{ border-radius: 0 5px 5px 0px !important; padding: 10px 10px !important; width: 30%; border: 0 !important; }
form.woocommerce-product-search.search_form.active { max-width: 400px; opacity: 1; }

/* faq */
.faq-container { position: relative; }
.faq-accordion { border-top: 1px solid rgb(211, 210, 210); padding: 45px 0; }
.faq-container .accordion { max-width: 1000px; width: 100%; margin: 20px auto; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 7px rgba(0,0,0,0.1);}
.faq-item { border-bottom: 1px solid #ddd; }
.faq-question { background: #f7f7f7; cursor: pointer; padding: 15px; font-size: 20px; margin: 0; display: flex; justify-content: space-between; align-items: center; }
.faq-question:after { content: '+'; font-size: 20px; transition: transform 0.3s ease; color: var(--header); }
.faq-question.active:after { content: '-'; } 
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; padding: 0 15px; background: #fff; }
.faq-answer p { margin: 10px 0; font-size: 16px; color: var(--body-color); line-height: normal; font-family: var(--body-font); }
.faq-answer.open { padding: 15px; }

/* Contact us  */
.contact-container { position: relative; }
.contact-row { border-top: 1px solid rgb(211, 210, 210); padding: 45px 0; display: flex ; gap: 50px;}
.contact-row h2 { font-size: 28px; display: block; padding: 0 0 15px; }
.contact-form-column{ max-width: 65%; width: 100%; }
.contact-row label{ font-size: 18px; font-family: var(--body-font); display: block; }
.contact-container form{ display: flex; flex-wrap: wrap; margin: 0 -10px; }
.contact-row div input{ display: block; margin-top: 8px; }
.form_col_2{ width: 50%; padding: 10px 10px; position: relative; }
.form_col_1{ width: 100%; padding: 10px 10px; position: relative;}
.wpcf7-not-valid-tip{ display: none; }
.wpcf7-not-valid{ border-color: var(--second-primary-color) !important; }
/* .contact-row div:last-of-type input{ margin-top: 0px;  } */
.contact-container span.wpcf7-spinner { padding: initial; position: absolute; left: calc(0% + 145PX); top: 50%; transform: translateY(-50%); } 
.wpcf7 form .wpcf7-response-output { margin: 1em 0.5em 1em; padding: 0.2em 1em; border: 2px solid #00a0d2; width: 100%; text-align: center; }
.contact-container  input.wpcf7-form-control.wpcf7-submit.has-spinner { margin: 0; }

.contact-details-column{ background-color: var(--header); border-radius: 8px; color: var(--white-color); padding: 30px 30px; max-width: 35%;}
.contact-details-column h2{ color: var(--white-color); }
.contact-details-column h3 { font-size: 18px; padding: 0px 39px 10px; position: relative; color: var(--white-color); }
  .contact-details-column .detail-item{ padding: 20px 20px 0;border-radius: 0px; color: var(--white-color); width: 100%; border-bottom: 1px solid var(--primary-color); }
  .contact-details-column .detail-item:first-child{ width: 100%; }
  .contact-details { display: flex; flex-wrap: wrap; gap: 30px; justify-content: center;}
  .contact-details-column h3::before{ content: ''; position: absolute; width: 30px; height: 30px; background-image: url(images/footer_location.png); background-position: center; background-size: 14px; background-repeat: no-repeat;left: 0; top: -5px;}
   .contact-details-column .detail-item:nth-child(2) h3::before{ background-image: url(images/footer_mail.png);  }
   .contact-details-column .detail-item:nth-child(3) h3::before{ background-image: url(images/telephone.png);     background-size: 16px; }
    .contact-details-column .detail-item p{ padding: 0 39px; }
    .contact-details-column .detail-item a{ color: var(--white-color); text-decoration: underline; }
    .contact-details-column .detail-item a:hover{ text-decoration: none;}
 .contact-details-column .detail-item:last-child{ border-bottom: 0; }



 /* 24-9-2025 mahima */
     .Nouraaz_inr .Nouraaz_item .Nouraaz_item_box > a{position: relative;}
     .Nouraaz_inr .Nouraaz_item .Nouraaz_item_box > a img  { transition: all 0.5s; }
     .Nouraaz_inr .Nouraaz_item .Nouraaz_item_box > a:hover img { transform: scale(1.2); }
     .woocommerce-cart  .select_quantity  .qty_inr { display: flex; align-items: center; justify-content: center; background-color: transparent; border-radius: 5px; border-width: 1px; border-color: rgb(194, 193, 193); border-style: solid; border-radius: 5px; } 
     .woocommerce-cart  .select_quantity  .qty_inr .btn_quantity { background-color: transparent; padding: 0; border: 0; width: 33.33%; }
     .woocommerce-cart  .select_quantity  .qty_inr  .input-text  { max-width: 33.33%; width: 100%; text-align: center; margin: 0; border: none; }

    .woocommerce-cart   .select_quantity  .qty_inr  .btn_quantity  { background-color: transparent; padding: 0; border: 0; width: 33.33%; }
    .woocommerce  input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; }
    .woocommerce  input[type=number]{ appearance: none ; -webkit-appearance:none ; }
  .select_quantity  .qty_inr  .btn_quantity:hover{color: var(--primary-color);}
    .woocommerce-cart  .container .def-page_otr {     border-top: 1px solid rgb(211, 210, 210);}
    .woocommerce .product_details .woocommerce-breadcrumb  a { color: var(--header); font-family: var(--body-font); font-size: 16px; }
    .woocommerce .product_details .product_details_right .price bdi  { color: var(--header); font-family: var(--heading-font); padding-left: 10px; text-decoration:none; }
    .woocommerce .product_details .product_details_right .price  del .woocommerce-Price-amount.amount bdi{ color: #d6b035; padding: 0; display: inline-block; text-decoration: line-through; }
    .woocommerce .product_details .card_ad .select_quantity h5 { padding: 0 0 8px; display: block; font-family: var(--body-font); font-size: 16px; color: var(--body-color); }
    .woocommerce .product_details .card_ad .top-row .add_to_card{max-width:100%;} 
    .woocommerce .product_details  .product_details_bottom .Details_img a{width: 100%;border-radius: 8px; overflow: hidden;}
    .woocommerce .product_details .card_ad .top-row .add_to_card .cart{   display: flex ; flex-wrap: wrap; justify-content: center; gap: 15px;align-items: end;}
    .woocommerce  .product_details .card_ad  .select_quantity.quantity{ max-width: 25%; width: 100%;}
    .select_quantity  .qty_inr  .btn_quantity { background-color: transparent; padding: 0; border: 0; width: 33.33%; }
    .select_quantity  .qty_inr  .input-text { max-width: 33.33%; width: 100%; text-align: center; margin: 0; border: none; }
    .woocommerce  .product_details .card_ad  .select_quantity.quantity .qty_inr{ display: flex;align-items: center; justify-content: center;background-color: transparent; border-radius: 5px; border-width: 1px; border-color: rgb(194, 193, 193); border-style: solid; border-radius: 5px; }
    .woocommerce .product_details .card_ad .single_add_to_cart_button.button { max-width: 50%; width: 100%; border-radius: 5px; border: 0; background-color: rgb(211, 210, 210); font-family: var(--heading-font); text-transform: uppercase; height: fit-content;    padding: 14px 20px;line-height: normal; }
     .woocommerce .product_details .card_ad  .add_to_wachlist { max-width: 20%; width: 100%; text-align: center; } 
     .woocommerce .product_details .card_ad  .add_to_wachlist a {
    line-height: 0; height: 100%; width: 100%; padding: 24px 35px;background-color: transparent;  border-radius: 5px; border-width: 1px; border-color: rgb(194, 193, 193); border-style: solid; border-radius: 5px; } 
   .woocommerce .product_details .card_ad  .add_to_wachlist a:hover{background-color: var(--header); }
    /* .woocommerce .product_details .card_ad  .add_to_wachlist a:before { content: ""; background-image: url(images/heart.webp); background-repeat: no-repeat; background-size: contain; width: 20px; height: 20px; background-position: center; } */
   .product_details .product_details_right .add_to_card p.stock  { display: none; }
   .woocommerce .product_details .card_ad .select_quantity.quantity .btn_quantity { background-color: transparent; padding: 0; border: 0; width: 33.33%; }
   .woocommerce .product_details .card_ad .select_quantity.quantity .input-text { max-width: 33.33%; width: 100%; padding: 15px 20px; text-align: center; }
   .woocommerce .product_details .card_ad  .cart  .button.pisol_single_buy_now{     padding: 14px 35px !important; border-radius: 5px; color: var(--header) !important; transition: 0.3s ease-in-out !important; background-color: var(--primary-color) !important; border: 1px solid transparent !important; max-width: 100%; width: 100%; font-family: var(--heading-font); text-transform: uppercase; margin:  0 0 10px 0 !important;}
   .woocommerce .product_details .card_ad  .cart  .button.pisol_single_buy_now:hover {  background-color: var(--header) !important; color: var(--white-color) !important; }
   .woocommerce  .product_details .product_details_left .product_details_box .woocommerce-product-gallery__image{ line-height: 0; width: 100%; height: auto; border-radius: 8px; overflow: hidden; max-height: 832px; }
   .woocommerce-cart .cart-collaterals .shipping-calculator-form{text-align: left;}
/* .woocommerce .product_details .product__details_inr{border-top: 1px solid rgb(211, 210, 210);} */
     .woocommerce-cart  .Shipping .woocommerce-cart-form table.cart td.actions .coupon{flex-wrap: wrap;}
     .woocommerce-checkout  form  p.form-row.form-row-last {line-height: normal;}
     .woocommerce-checkout  form  .form-row-first  input{padding: 14px 20px !important;}
     .woocommerce form .password-input input[type=password], .woocommerce-page form .password-input input[type=password] { padding: 14px 20px !important; }
     .woocommerce-error, .woocommerce-info, .woocommerce-message { padding: 1em 2em 1em 3.5em !important; } 
     .woocommerce-account header.woocommerce-Address-title.title { display: flex; align-items: center; justify-content: space-between;}
     .woocommerce-account .woocommerce-Address {border: 1px solid rgb(211, 210, 210);    border-radius: 8px;padding: 20px; }
    .woocommerce-account header.woocommerce-Address-title.title::before { display: none; }
    .woocommerce-account header.woocommerce-Address-title.title::after { display: none; }
    .woocommerce-info, .woocommerce-message{    border-top-color: #d5b035;}
    .woocommerce-info::before, .woocommerce-message::before{color: #d5b035;}
    .woocommerce .product_details .product_details_left .product_details_box .woocommerce-product-gallery__image a{width: 100%; height: 100%; border-radius: 8px; overflow: hidden; }
    .woocommerce .product_details .product_details_left .product_details_box .woocommerce-product-gallery__image a img{width: 100%; height: 100%; object-fit: cover; }
    .woocommerce-error li::before, .woocommerce-info li::before, .woocommerce-message li::before ,.woocommerce-account .woocommerce-MyAccount-navigation ul li::before{display: none;}
    .woocommerce-account .woocommerce-MyAccount-navigation { width: 17%; }
    .woocommerce-account .woocommerce-MyAccount-content { width: 78%; }
   .woocommerce-account .woocommerce-MyAccount-navigation ul li a{ color: var(--black-color);} 
   /* .woocommerce-account .woocommerce-MyAccount-navigation ul li a{text-align: center; padding: 10px 15px; background-color: #d5b035; color: var(--black-color);border-radius: 5px; width: 100%;} */
   .woocommerce-account .Shipping ul li { padding-left: 00px; margin-bottom: 10px; text-align: left; padding: 10px 15px; color: var(--black-color); background: #d5b035; border-radius: 5px; width: 100%; }
.woocommerce-account .woocommerce-MyAccount-navigation ul li a{position: relative;text-transform: uppercase; padding-left: 30px; }
.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: center;width: 24px; height: 23px;filter: brightness(0) saturate(100%);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-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--wishlist a::before{background-image: url("images/wishlist.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.is-active{background-color: var(--black-color);}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a{color: var(--white-color);}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active{background-color: var(--black-color);}
.woocommerce-account .woocommerce-MyAccount-navigation ul li:hover a::before{filter: brightness(0) invert(1);}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a::before{filter: brightness(0) invert(1);}
.woocommerce-account form .form-row .input-text, .woocommerce-account form .form-row select {padding: 14px 20px;}
.woocommerce span.onsale { min-height: auto !important; min-width: auto !important; border-radius: 0% !important; height: 40px !important; display: flex !important; justify-content: center; align-items: center; padding: 0 !important; background-color: var(--header); font-family: var(--heading-font); width: 210px; left: -46px; top: 40px; transform: rotate(-45deg); font-size: 24px; }
 /* 24-9-2025 mahima */


/* 26-9-2025 mahima */

 .woocommerce .product_details .product_details_left .woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images { position: relative; }
.woocommerce .product_details .product_details_left .woocommerce-product-gallery  a.woocommerce-product-gallery__trigger { margin-left: auto; position: absolute; right: 5px; top: 5px; z-index: 1; }
.product_details_left .product_details_box .woocommerce-product-gallery ol{display: flex;padding-top: 25px; display: flex ; gap: 25px 0; flex-wrap: wrap; margin: 0 -13px;}
.product_details_left .product_details_box .woocommerce-product-gallery ol li { max-width: 50%; width: 100%; padding: 0 13px; line-height: 0; height: 398px; overflow: hidden; }
.product_details_left .product_details_box .woocommerce-product-gallery ol li img{width: 100%; height: 100%; object-fit: cover; border-radius: 8px;
   }
   .woocommerce .product_details .product_details_left .woocommerce-product-gallery  a.woocommerce-product-gallery__trigger img{ display: none !important; }
      .woocommerce .product_details .product_details_left .woocommerce-product-gallery  a.woocommerce-product-gallery__trigger{     background-image: url(images/search.png); width: 25px; height: 25px; background-position: center; background-repeat: no-repeat; }




      /* 30-9-2025 mahima */
      .woocommerce-account .tinv-wishlist .tinv-header { margin-bottom: 15px; }
      .custom-pagination { margin-top: 40px; }
      .woocommerce-account .container { max-width: 1550px; }
      .woocommerce form .form-row .input-text, .woocommerce form .form-row select { font-size: 16px; line-height: 18px; padding: 14px 16px; }
      .select2-container .select2-selection--single .select2-selection__rendered { font-size: 16px; line-height: 18px; padding: 14px 16px; }
      .woocommerce form .form-row.woocommerce-validated input.input-text, .woocommerce form .form-row.woocommerce-validated select { border-color:green; }
      .woocommerce form .form-row.woocommerce-validated .select2-container:not(.select2-container--open) .select2-selection { border-color:green; }
      .woocommerce-checkout .shipping_address .woocommerce-shipping-fields__field-wrapper { display: flex; flex-wrap: wrap; }
      .filter-box button{cursor: pointer;}
      .woocommerce form .form-row.col_3 { width: 33.33%; }
      .woocommerce form .form-row label, .woocommerce-page form .form-row label, .woocommerce-page form fieldset legend { font-size: 18px; font-family: var(--body-font); display: block; line-height: 18px; margin-bottom: 12px; }
      /* .woocommerce form .form-row { padding: 0px; margin: 0 0 20px } */
      .woocommerce-page form fieldset legend{padding: 3px;}
      form.woocommerce-EditAccountForm.edit-account { margin: -3px; }
      .woocommerce-checkout .woocommerce_checkout_page .woocommerce-billing-fields h3{padding-bottom: 10px;}
      /* 30-9-2025 mahima */
/*  */


 Mini Cart Progress Bar */
.mini-cart-progress-wrap {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 20px 18px;
    margin-bottom: 25px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

/* Progress Message */
.mini-cart-progress-wrap .progress-message {
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 12px;
    color: #333;
    line-height: 1.4;
}

/* Bar Container */
.mini-cart-progress-wrap .progress-bar-container {
    width: 100%;
    height: 8px;
    background: #f0f0f0;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 12px;
    position: relative;
}

/* Bar Fill */
.mini-cart-progress-wrap .progress-bar-fill {
    height: 100%;
    background:var(--primary-color);
    width: 0%;
    border-radius: 6px;
    transition: width 0.7s ease-in-out;
}

/* Labels */
.mini-cart-progress-wrap .progress-labels {
    position: relative;
    height: 40px;
    margin-top: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mini-cart-progress-wrap .progress-label {
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    text-align: center;
    font-size: 14px;
    line-height: normal;
    white-space: nowrap;
    padding: 0 0px;
    width: auto;
    box-sizing: border-box;
}

.mini-cart-progress-wrap .progress-marker {
    display: block;
    width: 12px;
    height: 12px;
    background: var(--header);
    border-radius: 50%;
    margin: 0 auto 6px;
    transition: background 0.3s ease;
}
span.progress-marker.active{ background: var(--primary-color); }
.mini-cart-progress-wrap .progress-label.achieved .progress-marker {
    background: #ff4081; /* Matching image pink */
}

.mini-cart-progress-wrap .progress-label small {
    display: block;
    font-size: 10px;
    color: #999;
    margin-top: 2px;
    line-height: 12px;
}

/* Line Item (Free Item) */
.mini-cart-progress-wrap .line-item {
    display: flex;
    align-items: center;
    padding: 12px;
    border: 1px dashed #ff4081;
    border-radius: 8px;
    background: #fff5f8;
    margin-top: 15px;
    gap: 12px;
}

.mini-cart-progress-wrap .line-item__media-wrapper {
    flex-shrink: 0;
}

.mini-cart-progress-wrap .line-item__media-wrapper img.free-item-icon {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.mini-cart-progress-wrap .line-item__info {
    flex: 1;
}

.mini-cart-progress-wrap .v-stack {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.mini-cart-progress-wrap .badge {
    background: #ff4081;
    color: #fff;
    font-size: 11px;
    padding: 4px 8px;
    border-radius: 4px;
    font-weight: 500;
    align-self: flex-start;
}

.reversed-link {
    color: #000;
}

/* Responsive */
/* @media (max-width: 768px) {
    .mini-cart-progress-wrap {
  padding: 16px 12px;
    }

    .mini-cart-progress-wrap .progress-message {
  font-size: 14px;
    }

    .mini-cart-progress-wrap .progress-label {
  font-size: 10px;
  padding: 0 3px;
    }

    .mini-cart-progress-wrap .progress-label small {
  font-size: 9px;
    }

    .mini-cart-progress-wrap .line-item {
  flex-direction: column;
  text-align: center;
  gap: 8px;
    }
}

/* 26-09-2025 */
.banner_slider, .banner_slider div { line-height: 0; }
.mini-cart-progress-wrap { display: block; }
.woocommerce-mini-cart-item.mini_cart_item .quantity-controls { display: flex;  justify-content: center; width: 150px; border-width: 1px; border-color: rgb(194, 193, 193); border-style: solid; border-radius: 5px; }
.woocommerce-mini-cart-item.mini_cart_item .quantity-controls button{ font-size: 20px; border: 0; padding: 0; width: 20%; border-radius: 0; background-color: transparent; color: var(--white-color); }
.woocommerce-mini-cart-item.mini_cart_item .quantity-controls input{ color: var(--white-color); background-color: transparent; width: 57%; text-align: center; border: 0; }
.woocommerce-mini-cart-item{ flex-wrap: wrap; }
.rewards-section{ display: block; line-height: normal; margin-top: 10px; }
.woocommerce-mini-cart-item.mini_cart_item .item-info { display: block; line-height: normal;     width: 40%;}
.woocommerce-mini-cart-item.mini_cart_item .item-info strong{ display: block; padding: 0 0 5px; }
.woocommerce-mini-cart-item.mini_cart_item .item-info .item-price{ display: block; padding: 5px 0 0; }
.woocommerce-mini-cart-item.mini_cart_item .item-subtotal { width: 33.33%; text-align: right; }
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img{ width: 20%;float: none !important; height: 109px; }  
.woocommerce-mini-cart-item.mini_cart_item .quantity-controls button:hover{ color: var(--primary-color) !important; }
.mini-cart-progress-wrap { display: block; padding: 0 20px 30px 20px; }
.progress-labels .progress-label { color: var(--body-color); }
.progress-labels .progress-label:last-child { text-align: right; margin: 0 0 0 -40px; }
.progress-labels .progress-label:last-child span { text-align: right; margin: 0 0 6px auto; }

/* Main Card Styling */
.rewards-container .line-item { position: relative; background: linear-gradient(145deg, #1a1a1a, #2a2a2a); border-radius: 12px; padding: 15px; display: flex; align-items: center; gap: 15px; max-width: 100%; width: 100%; color: #ffffff; box-shadow: 0 6px 15px rgba(0,0,0,0.2); transition: transform 0.3s ease, box-shadow 0.3s ease; margin-bottom: 0 0 10px; margin: 0 0 20px; }
.rewards-section h4{ text-align: center; position: relative; font-size: 22px !important; }
/* .rewards-section h4::before { content: ""; position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: linear-gradient(90deg, #b8921b, #d6b035, #f4d77a); padding: 6px 24px; border-radius: 20px; font-size: 14px; font-weight: bold; color: #222222; box-shadow: 0 2px 6px rgba(0,0,0,0.4); } */

/* Image */
.rewards-container .line-item .line-item__media { width: 50px; height: 50px; object-fit: cover; }

/* Title */
.rewards-container .line-item .juuiwu span { font-size: 16px; font-weight: bold; color: #ffffff; letter-spacing: 0.5px; }
.line-item__media-wrapper { border-radius: 6px; border: 1px solid #fff; padding: 5px; }
/* Glossy Gold Badge */
.rewards-container .line-item .badge--primary { background:var(--primary-color) !important; color: #222222 !important; padding: 7px 16px; border-radius: 14px; font-size: 13px; font-weight: bold; box-shadow: 0 2px 6px rgba(0,0,0,0.4); margin: 5px 0; display: block; width: fit-content; }
.mini-cart-inner .mini-cart-close:hover{ background-color: var(--header) !important; color: var(--white-color) !important; }
.mini-cart-inner .mini-cart-close:hover::before{ display: none; }
p.woocommerce-mini-cart__empty-message { color: var(--body-color); border-bottom: 1px solid rgb(211, 210, 210); line-height: normal; padding: 0 0 4px; }
li.woocommerce-mini-cart-item.mini_cart_item img { width: 20%; height: 109px !important; }
.add_to_card table.variations { width: 100%; padding: 0 0 10px;display: block; }
.single_variation_wrap { width: 100%; }
.single_variation_wrap .woocommerce-variation-add-to-cart { display: flex ; flex-wrap: wrap; gap: 15px; align-items: flex-end; }
.add_to_card table.variations th.label label{ padding: 0; } 
.add_to_card table.variations tr{ text-align: left; display: flex ; align-items: center; gap: 15px; }
.add_to_card table.variations tr td.value { display: flex; align-items: center; gap: 5px; width: 100%; text-align: left; position: relative; }
.add_to_card table.variations tr td.value select{ appearance: none;  -webkit-appearance: none;  -moz-appearance: none; 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;  }
.add_to_card table.variations a.reset_variations { width: 35px !important; height: 35px !important; border-radius: 50% !important; text-align: center; background-color: var(--primary-color) !important; font-size: 0;  background-image: url(images/delet.png); background-position: center; background-repeat: no-repeat; background-size: 17px; }
.add_to_card table.variations a.reset_variations:hover{ background-color: var(--header) !important; }
.add_to_card table.variations tr td.value::before { content: ''; position: absolute; right: 51px; top: 56%; transform: translateY(-50%) rotate(90deg); background-image: url(images/arrow.png); background-repeat: no-repeat; background-size: 7px; width: 11px; height: 11px; pointer-events: none; z-index: 1; }

/* .woocommerce-product-gallery__wrapper{ display: flex; flex-wrap: wrap; gap: 25px; }
.woocommerce-product-gallery__wrapper > div{ width: 48%; }
.woocommerce-product-gallery__wrapper div:first-child{ width: 100%; } */

 .profile_dropdown{ padding-left: 0 !important; min-width: 200px; right: 0; width: fit-content; gap: 0 ; white-space: nowrap; background-color: var(--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 > .profile_dropdown{ transform: scaleY(1); }
   .profile_dropdown ul{ width: 100%; }
    .profile_dropdown ul li a{ width: fit-content; height: auto; line-height: normal; color: var(--body-color); font-family: var(--font-semibold);     padding-left: 30px; }
       .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::before{ display: none; }
.profile_dropdown ul li.user_name a{ background-image: url(images/user.png); background-repeat: no-repeat; background-position: left;  }
.profile_dropdown ul li.log_out a{ background-image: url(images/exit.png); background-repeat: no-repeat; background-position: left;     background-size: 21px; }
.profile_dropdown ul li a:hover{ color: var(--white-color); }
/* .woocommerce-account .Shipping .container{ max-width: 1400px; } */
table.tinvwl-table-manage-list th, table.tinvwl-table-manage-list td{ border: 1px solid rgba(0, 0, 0, .1);  }
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;  }
.tinvwl-to-right.look_in { display: flex; align-items: center; gap: 10px; justify-content: flex-end; float: none !important; margin: 0 !important; }
.tinv-wishlist .tinvwl-table-manage-list .product-remove { width: 60px;}
ul.woocommerce-error li a{ color: var(--body-color); }
.footer_menu.social_icon_footer ul li{ padding: 0 0 10px; }
.footer_menu.social_icon_footer ul li a{ padding-left: 40px; position: relative; }
.footer_menu.social_icon_footer ul li a::before{ content: ''; position: absolute; width: 30px; height: 30px; border-radius: 50%; background-color: #d6b035; background-position: center; background-size: 20px; background-repeat: no-repeat; left: 0;  }
.footer_menu.social_icon_footer ul li.insta_icon  a::before{ background-image: url(images/in_icon.png); }
.footer_menu.social_icon_footer ul li.fb_icon  a::before{ background-image: url(images/facebook.png); }
.footer_menu.social_icon_footer ul li.yt_icon  a::before{ background-image: url(images/youtube.png); }
.footer_menu.social_icon_footer ul li.wp_icon  a::before{ background-image: url(images/wp_icon.png); }

