@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:18px 24px; font-family: var(--body-font);  font-size: 18px; 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{ 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: 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; }
.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; }
.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: 0px; }
.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; }
.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{ 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{ font-size: 47px;  font-family: 'Munchie'; font-weight: 400; font-style: normal; line-height: normal;  }
.banner_left_contend h1 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) ; }
.categories_box_item .item_box  span.price bdi{ color: #d6b035; display: inline-block; padding-left: 10px;text-decoration: line-through;}
.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; }
.text-info b { font-weight: bold; }

.categories_box_item .item_box:hover .progress{ opacity: 1;  }
.categories_box_item .item_box a{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; }

/* 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 0 15px 0; 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-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: 20px; }
.product_categories_select{ max-width: 20%; 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); }

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); }
.pagination { list-style: none; display: flex; gap: 12px; justify-content: center; padding: 20px 0; }
.pagination li {  border:1px solid  rgb(209, 145, 21); width: 40px; height: 40px; cursor: pointer; border-radius: 8px; transition: all 0.2s ease; display: flex; align-items: center; justify-content: center; font-size: 16px; font-family: var(--body-font);  }
.pagination li:hover { background: rgb(209, 145, 21); color: #fff; }
.pagination .active { background: rgb(209, 145, 21); color: #fff; }
/* 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%; }
.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 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; }