@import url('https://fonts.googleapis.com/css2?family=Viga&display=swap');
/* fallback */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v142/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}
@font-face {
    font-family: "AvenirNext";
    src: url("../fonts/AvenirNext/AvenirNext-Regular.eot.eot");
    src: url("../fonts/AvenirNext/AvenirNext-Regular.eot.eot?#iefix")format("embedded-opentype"),
    url("../fonts/AvenirNext/AvenirNext-Regular.woff2")format("woff2"),
    url("../fonts/AvenirNext/AvenirNext-Regular.woff")format("woff"),
    url("../fonts/AvenirNext/AvenirNext-Regular.ttf")format("truetype"),
    url("../fonts/AvenirNext/AvenirNext-Regular.svg#HeinzLabel")format("svg");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: "AvenirNext";
    src: url("../fonts/AvenirNext/AvenirNext-Medium.eot.eot");
    src: url("../fonts/AvenirNext/AvenirNext-Medium.eot.eot?#iefix")format("embedded-opentype"),
    url("../fonts/AvenirNext/AvenirNext-Medium.woff2")format("woff2"),
    url("../fonts/AvenirNext/AvenirNext-Medium.woff")format("woff"),
    url("../fonts/AvenirNext/AvenirNext-Medium.ttf")format("truetype"),
    url("../fonts/AvenirNext/AvenirNext-Medium.svg#HeinzLabel")format("svg");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "AvenirNext";
    src: url("../fonts/AvenirNext/AvenirNext-DemiBold.eot.eot");
    src: url("../fonts/AvenirNext/AvenirNext-DemiBold.eot.eot?#iefix")format("embedded-opentype"),
    url("../fonts/AvenirNext/AvenirNext-DemiBold.woff2")format("woff2"),
    url("../fonts/AvenirNext/AvenirNext-DemiBold.woff")format("woff"),
    url("../fonts/AvenirNext/AvenirNext-DemiBold.ttf")format("truetype"),
    url("../fonts/AvenirNext/AvenirNext-DemiBold.svg#HeinzLabel")format("svg");
    font-weight: 500;
    font-style: normal;
}


@font-face {
    font-family: "AvenirNext";
    src: url("../fonts/AvenirNext/AvenirNext-Bold.eot.eot");
    src: url("../fonts/AvenirNext/AvenirNext-Bold.eot.eot?#iefix")format("embedded-opentype"),
    url("../fonts/AvenirNext/AvenirNext-Bold.woff2")format("woff2"),
    url("../fonts/AvenirNext/AvenirNext-Bold.woff")format("woff"),
    url("../fonts/AvenirNext/AvenirNext-Bold.ttf")format("truetype");
    /*url("../fonts/AvenirNext/AvenirNext-DemiBold.svg#HeinzLabel")format("svg");*/
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: "AvenirNext";
    src: url("../fonts/AvenirNext/AvenirNext-Heavy.eot.eot");
    src: url("../fonts/AvenirNext/AvenirNext-Heavy.eot.eot?#iefix")format("embedded-opentype"),
    url("../fonts/AvenirNext/AvenirNext-Heavy.woff2")format("woff2"),
    url("../fonts/AvenirNext/AvenirNext-Heavy.woff")format("woff"),
    url("../fonts/AvenirNext/AvenirNext-Heavy.ttf")format("truetype");
    /*url("../fonts/AvenirNext/AvenirNext-Heavy.svg#HeinzLabel")format("svg");*/
    font-weight: 700;
    font-style: normal;
}


@font-face {
    font-family: "Didot";
    src: url("../fonts/Didot/Didot-Bold.eot.eot");
    src: url("../fonts/Didot/Didot-Bold.eot.eot?#iefix")format("embedded-opentype"),
    url("../fonts/Didot/Didot-Bold.woff2")format("woff2"),
    url("../fonts/Didot/Didot-Bold.woff")format("woff"),
    url("../fonts/Didot/Didot-Bold.ttf")format("truetype"),
    /*url("../fonts/Didot/AvenirNext-DemiBold.svg#HeinzLabel")format("svg");*/
    font-weight: 500;
    font-style: normal;
}


html{ overflow-x:hidden;}
.flow-hidden{ overflow:hidden; }
body, html {
    height: 100%;
}
body {
margin:0;
font-family: 'AvenirNext', sans-serif, arial;
font-size:13px;
line-height:1.4;
background:#fff;
/*background-color:#e5e5e5;*/
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
margin: 0;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
text-size-adjust: 100%;
}
.bg-white{ background:#fff !important;}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
aside{ position:relative;}
/* pageskin */

/*== HTML5 Elements
*=================================*/

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
display: block
}
/*== Typography Elements
*=================================*/

.color-red
{
	color:red;
}

.color-green
{
	color:green;
}

iframe {
display:block
}

a img {
border:0
}
:focus {
outline:0
}
time{ font-family:inherit; font-size:11px; color:#aaa; font-weight: 400;} time a{ color:#aaa;}
a {
color:#1d1d1b;
text-decoration:none;
outline:0;
-webkit-transition:background-color .15s linear,color .15s linear;
-moz-transition:background-color .15s linear,color .15s linear;
-o-transition:background-color .15s linear,color .15s linear;
-ms-transition:background-color .15s linear,color .15s linear;
transition:background-color .15s linear,color .15s linear;
}

ul,ol {
list-style:none;
margin:0;
padding:0;
}
ul,ol,p,table,form,pre {
margin:0 0 0px
}
h1,h2,h3,h4,h5,h6 {
color:#1d1d1b;
margin:0 0 5px;
}
h1,h2,h3 {
line-height:1.1
}
h1 {
font-size:24px
}
h2 {
font-size:20px
}
h3 {
font-size:16px
}
h4 {
font-size:14px
}
h4,h5,h6 {
font-size:13px
}
blockquote {
margin-left:10px;
padding-left:40px;
color:#777;

}
abbr[title],acronym[title] {
border-bottom:1px dotted #666;
cursor: help;
}
/*== Code Elements
*=================================*/
pre,code,kbd,samp,var {
font-size: 12px;
}
pre {
padding:20px 20px;
nowhitespace:afterproperty;
line-height:20px;
white-space:pre-wrap;
white-space:-moz-pre-wrap;
white-space:-pre-wrap;
border:1px solid #DDD;
/* CSS-3 */
white-space:-o-pre-wrap;
/* Mozilla,since 1808080 */
word-wrap:break-word;
/* Opera 4-6 */;
/* IE 5.5+*/
}
/*== Table Elements
*=================================*/
table {
width:100%;
nowhitespace:afterproperty;
border-collapse:collapse;
border-spacing:0;
margin-bottom: 20px;
/* tables still need 'cellspacing="0"' in the markup */
}
th,td,caption {
font-size: 18px;
    padding: 10px 10px;
    font-weight: 500;
}

table td strong{ 
 font-weight: 500;
 }

caption {
font-weight:bold
}
/*th,td {
border: 2px solid #282828;
} */
th{background:#1d1d1b; color: #fff}
td{background:#f5f5f5;}

tr:nth-of-type(odd) td, tr.odd td { background: #FBFBFB }
img, video {
    height: auto;
    max-width: 100%;
}
img { vertical-align: top }
/*== Form Elements
*=================================*/
input {
    /* -webkit-appearance: none; */
    border-radius: 0;
}
label,input,textarea,select,button,.btn {
font-size:21px; font-family: inherit; font-weight: 400; color: #363636}

.page-overflow-auto{ max-height: calc(100vh - 75px);
    overflow-y: auto; }

input,textarea,select,button {
display:inline-block;
padding:4px;
margin:0;

background-color:#FFF;
border:1px solid #191919;
-webkit-border-radius:2px;
border-radius:0px;
}

/* Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
    -webkit-text-fill-color: #1d1d1b !important; /* Keep text visible */
    background-color: transparent !important;
}

input[type="text"],input[type="password"],textarea {
-webkit-box-shadow:1px 1px 1px rgba(120,120,120,0.1) inset;
box-shadow:1px 1px 1px rgba(120,120,120,0.1) inset;
-webkit-transition:background .15s;
-moz-transition:background .15s;
-ms-transition:background .15s;
-o-transition:background .15s;
transition:background .15s;
}

input[type="submit"]{
cursor:pointer;
cursor:hand;
}
textarea {
overflow:auto
}

input[type="checkbox"],input[type="radio"] {
vertical-align:text-top;
padding:0;
margin:1px 0 0;
border:0;
}
i{ vertical-align:middle; }
.text-underline{ text-decoration:underline; }
.w-auto{ width:auto !important; }
.align-self-end{ align-items:self-end; }
/* css */
.login_wrap{ width: 100%;  max-width: 500px;  margin: 0 auto; display: block; }
.frgot {
    background:transparent;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgb(229 221 216);
    border: 2px solid #1d1d1b;
}
.ltext_big {
    font-size: 35px;
    font-family: inherit;
    text-align: center;
    font-weight: 500;
    color: #1d1d1b;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.login_wrap p {
    font-size: 21px;
    color: #36200c;
    font-family: inherit;
    text-align: center;
    font-weight: 400;
}
.check_tick{ display:block; padding:0 0 30px 0; text-align:center; }
.check_tick i {
    font-size: 75px;
    color: #1fb141;
}
.row_form{ margin-bottom:15px; }
.stock-text{ font-family:inherit; font-size:21px; color:#0c9444; padding:5px 0; display:block; }
small{ font-size:16px; padding:4px; display:block; color:#4d4d4d }
.input-error{ font-family:inherit; font-size:21px; color:#f53131 }
.forgot{ display: flex; justify-content: right; font-size: 20px; font-family:inherit; text-decoration:underline; }
.create_page {
    font-family: inherit;
    font-size: 19px;
    color: #1d1d1b;
    text-align: center;
    display: block;
    font-weight: 500;
}
.create_page a{ color:#0b57d0 }
.bg_lgray{ background:#f6f6f6 } .justify-content-center{ justify-content:center;} 
.justify-content-between{ justify-content:space-between;}
.bg_dgray{background:#1d1d1b}
header{ padding:0px; margin:0px; position:fixed; top:0px; width:100%;  z-index: 1112; }
/*.pt-header{ padding-top:86px; }*/
.container{ display:block; width:90%; margin:0 auto; padding:0 50px; }
.container_page_small{ display:block; max-width:1000px; width: 100%; margin:0 auto; padding:0 50px; }
.container_job{ display:block; max-width:1400px; width: 100%; margin:0 auto; padding:0 50px; }
.container1{ display:block; width:90%;  margin:0 auto; padding:0 50px; }
.header_wrap{ justify-content: space-between;  padding: 15px 50px; display: grid; grid-template-areas: "left-icon heading icons"; align-items: end;
    grid-template-columns: 1fr auto 1fr; max-width: 90%; margin: 0 auto;}
.grid_s{ grid-template-columns: auto 1fr; }    
.site-header__logo{ width: 140px; } .site-header__logo img{ width:100%; }
.nav_menu{ position:absolute; left:5px; display:none; top:6px; }
.nav_menu ul{ padding:0px; margin:0px; }
.nav_menu ul li{ list-style:none; padding:0px 10px; margin:0px; display:inline-block; position:relative; }
.nav_menu ul li a{ display:block; font-family:inherit; font-size:18px; color:#1d1d1b; font-weight: 500;  }
.nav_menu ul li a span{ font-size:35px; }  
.overlay-content{ background:transparent !important; }
.overlay-content h2{ color:#fff; font-size:60px; font-family:inherit; text-align: left; line-height: 70px; font-weight:500; }
.wrapper_row{ display:flex; flex-wrap:wrap; margin:0px -15px;  }
.column_wrap{ flex-basis:33.33%; max-width:33.33%; padding:10px; }
.column_2wrap{ flex-basis:50%; max-width:50%; padding:10px 0px; } .column_3wrap{ flex-basis:33.33%; max-width:33.33%; padding:15px; }
.column_4wrap{flex-basis:25%; max-width:25%; padding:15px;}
.column_5wrap{flex-basis:20%; max-width:20%; padding:10px;}
.column_6wrap{ flex-basis:16.66%; max-width:16.66%; padding:15px; }
.column_1wrap{ flex-basis:100%; max-width:100%; padding:10px; }
.text_2lines{ font-family: inherit; color: #1d1d1b;  font-size: 19px; margin-bottom: 10px; padding: 0px; font-weight: 300; overflow: hidden; text-overflow: ellipsis;
display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.read_txt{ font-family:inherit; font-size:17px; color:#1d1d1b; border-bottom: 1px solid #c38b37;}
.prt-sec:hover .read_txt{ color:#c38b37; }
.text_tansform{ text-transform:uppercase; }
.refer_box{     padding: 30px;
    background: #000;
    border-radius: 20px;
    min-height: 220px;
    text-align: center;
    height: 100%; position:relative; }
.refer_boxx{ padding: 25px 25px 10px 25px;
    border:1px solid #000;
    border-radius: 0px;
    min-height: 220px;
    text-align: center;
    height: 100%; position:relative; }
.refer_boxx .fr_icon {
    width: 60px;
    height: 60px;
    display: block;
    margin: 10px 0 20px;
}
.fr_icon i{ font-size:60px; }    
.refer_boxx h2{ font-family:inherit; font-size:22px; color:#1d1d1b; font-weight:500; }    
.refer_boxx p {color: #1d1d1b; font-size: 19px;}    
.nos{ border: 2px solid #fff;
    position: absolute;
    width: 50px;
    height: 50px;
    background: #000;
    top: -25px;
    left: 50%;
    transform: translate(-50%, 0px);
    border-radius: 50px;
    font-family: inherit;
    font-size: 19px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center; }

.subtitle{ font-family:inherit; font-size:24px; color:#fff; font-weight:500; padding-bottom:15px; }
.skfs{margin: 30px 0 0px !important;}
.skfs span{     margin: 0 0 -60px 0 !important; }
.pagination {
  display: flex;
  gap: 8px;
  justify-content: center;
  padding: 10px;
}
.pagination a {
  padding: 8px 12px;
  border: 1px solid #ddd;
  text-decoration: none;
  border-radius: 5px;
  color: #333;
  font-size: 16px;
}
.pagination a.active {
  background: #1d1d1b;
  color: white;
}
.pagination a:hover {
  background: #ddd;
}

.pagination a i{ font-size:13px; }
/* job */
.job-title{ font-family: inherit; font-size: 25px; font-weight: 500; margin-bottom: 10px; color:#1d1d1b; }
.job_div{ margin:20px 0; padding:0px;  }
.job_wrapper_row {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;      /* <-- adds space between columns */
    margin: 0;
}
.job_div a{ color:#0b57d0; text-decoration:underline; display:flex; flex-direction:column; }

.job_column_2wrap {
    flex-basis: calc(50% - 20px);   /* subtract gap so both fit perfectly */
    max-width: calc(50% - 20px);
}
.date_post{ font-family:inherit; font-size:18px; color:#1d1d1b; display:block; margin-bottom: 15px; } .date_post em{ color:#1d1d1bbd; font-weight: 600; font-style:normal; }
.mt-20{ margin-top:20px; } .mb-20{ margin-bottom:20px; } .mb-30{ margin-bottom:30px; } .mb-10{ margin-bottom:10px !important; }
/* modal */
/* Overlay */
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    justify-content: center;
    align-items: center;
    z-index: 1114;
}

/* Modal box */
.modal-content {
    background: #fff;
    padding: 25px;
    width: 100%; max-width: 550px;
    border-radius: 8px;   
    box-shadow: 0px 4px 10px rgba(0,0,0,0.2);
    position: relative;
     animation: slideUp 0.3s ease;
}

@keyframes slideUp {
  from { transform: translateY(30px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}

.modal-content h3{ font-family:inherit; font-size:30px; text-align: center; color:#1d1d1b; font-weight:500; }

/* Close button */
.close-btn {
    margin-top: 15px;
    padding: 8px 15px;    
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    position: absolute; top:5px; right: 10px;
}
.close-btn i{ font-size:35px; }
/* artice */
.page_article{ width:100%; max-width:900px; padding:0 15px; display:block; margin: 10px auto; }
article h2{ font-family: inherit; font-size: 36px; color: #1d1d1b; padding: 0 10px 30px 10px; font-weight: 500; text-transform:uppercase; text-align:center; }
article h3{ font-family:inherit; font-size:22px; color:#1d1d1b; margin-bottom:.75em; font-weight:500; text-transform: uppercase; letter-spacing: .5px;}
article p{ font-family:inherit; font-size:21px; color:#1d1d1b !important; padding-bottom:1em;  }
article a{ color:#0b57d0; text-decoration:underline; }
article img{ margin-bottom:1.75em; }
article ul{ padding:0px 0 0 35px; margin:0px;  }
article ul li ul{ margin-top:20px; }
article ul li{ font-family:inherit; font-size:21px; color: #1d1d1b; list-style: disc; font-weight: 300; padding-bottom: 15px; }
article ul li:last-child{ margin-bottom:15px; }
/* artice end */

.animate_img{ position:relative; }
.animate_img:after{ content:""; position:absolute; bottom: calc(100% + 0px);
    filter: brightness(0); height: 120px; margin-left: 0; margin-bottom: 0; background-position: center; background-image: url(../img/lines-animation-2.gif);
display: block;  width: 100%; background-size: contain; background-repeat: no-repeat;} 

.overlay_info{     position: absolute;
    top: 65%;
    left: 0;
    text-align: center;
    background: rgba(0, 0, 0, .3);
    z-index: 11;
    width: 100%;
    bottom: 0px;}
.overlay_info .thumb_info { top: 50%; left: 10%; transform: translate(-10%, -50%); position: absolute;
    padding: 0 20px; text-align: left; width: 65%;}    
.overlay_info .thumb_info h2{ color:#fff; text-transform:uppercase; text-align:left; }
.img_thumb{ padding-top:100%; width:100%; position:relative; display:block; overflow: hidden; border-radius: 10px;}
.img_thumb img{ width:100%; height:100%; position:absolute; top:0px; left:0px;  object-fit:cover; object-position:center; border-radius: 10px; transition: transform 0.4s ease;}
.sec_item:hover img{ transform: scale(1.2); }
.ygddsdk{ background-color: rgb(207, 168, 202);} .nywfjs{ background-color:rgb(238, 125, 128); } .hwrwrds{ background-color:rgb(239, 160, 33); }
.thumb_info{ color:#1d1d1b; padding:10px 0px ; position:relative; }
.curve{ position: absolute; top: -35px; width: 100%; left: 0px; right: 0px; }
.thumb_info h2{  font-size: 18px; text-transform: uppercase; font-family: inherit; margin: 5px 0 0; font-weight: 600; color: #1d1d1b; letter-spacing: 1px; text-align: center;}
.thumb_info p{ font-family:inherit; font-size:21px; font-weight:500; color: #2e2e2e;}
.sec_item{ height:100%; overflow: hidden; position: relative;} 
.sec_item1{ height:100%; border-radius: 15px;}
.p40{ padding:60px 0; } .jhfk_pb{ padding:100px 0 250px; }
.con_word{background: #e8e5dd; padding: 100px 0;}
.page_mtitle{ font-family:inherit; font-size:42px; color:#fff; font-weight: 300; line-height: 60px;}
.page_btitle{ font-family:inherit; font-size:60px; color:#fff; font-weight: 500; line-height: 70px;}
.flogo{ display: inline-block; padding-top: 110px; position: relative; width: 100%; }
.flogo img{ width: 100%; position: absolute; top: 0px; left: 0px; object-fit: contain;
    height: 100%; text-align: left; object-position: left; }
.pbig{ padding-top:130% !important;} 
.transs_sgf{ -webkit-transform: translateY(-259px);  transform: translateY(-259px); }
.page_title{ font-family: inherit; font-size: 60px; color: #1d1d1b; padding:0 10px 30px 10px; font-weight: 500;}
.NEWADD .page_title{ padding: 20px 0px 10px 0px;  } 
.text-underline{ text-decoration:underline; }
.column_30 {
    flex-basis: 25%;
    max-width: 25%;
    padding: 0px;
}
.column_70 {
    flex-basis: 75%;
    max-width: 75%;
    padding: 0px;
}
.sddress_box {
    padding: 20px;
    border: 2px solid #000;
    border-radius: 6px;
    margin-bottom: 10px;
    display: flex;
    cursor: pointer;
    justify-content: space-between;
}
.adres_colmn {
    padding-right: 10px;
}
.adres_colmn span {
    font-family: inherit;
    font-size: 20px;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    padding-bottom: 5px;
    letter-spacing: 1.5px;
}

.adres_colmn p {
    font-family: inherit;
    font-size: 17px;
    color: #000;
    font-weight: 500;
    margin-bottom: 5px;
}
.sedit {
    font-family: inherit;
    font-size: 14px;
    background: #000;
    color: #fff;
    display: flex;
    padding: 0px 10px;
    align-items: center;
    border-radius: 4px;
    height: 30px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 500;
}

.btn.cancel{ background:transparent; color:#000; margin-left: 10px; } .btn.cancel:hover{ background:#000; color:#fff; }

/*.rptd{ padding:10px; display: block;} */
.pt_b0{ padding:60px 0 0; } .pr-40{ padding-right:60px; } .p-0{ padding:0px !important; }
.pl-40{ padding-left:60px; } .pb-2{ padding-bottom:20px; }
.b_story_logo{ position:absolute; bottom:10px; width:400px; }
.relative{ position:relative; }
.mid_img{ display:flex; justify-content:center;}

.text-right{ text-align:right !important; } .text-center{ text-align:center !important; } .text-left{ text-align:left !important; }
.pconet{ padding:30px 60px; text-align:center; }
.app_mimg{ position: relative; width: 600px} .app_mimg_dd{ position: relative; width: 55%}
.app_mim{  position: relative; width: 80% !important}
.sec_content{ max-height:450px; overflow: hidden;} .meight{ max-height:520px !important; }
.htitle{ padding:50px 50px 50px 146px !important; }
.bigger-title{ font-weight:500; }
.htitle h3{ margin-bottom:5px !important; } .p-50{ padding:50px !important; }
.bradius{ border-radius:20px; }
.prt-sec .img-thum {
    padding-top: 100%;
    border: 1px solid #1d1d1b1f;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    display: block;
    width: 100%;
}
.pb-3{ padding-bottom:30px; }
.color-white{ color:#fff !important; }
.w-half{ width:40%; }
.prt-sec .img-thum img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    object-position: center; border-radius: 10px;  
} 
.icons{ width:80px; display:inline-block; padding-top:30px; margin-bottom: 0px !important;}
.lstyle{ padding:0px; margin:0px; list-style:none; }
.lstyle li{ font-family:inherit; font-size:20px; color:#fff; padding:4px 0; font-weight:300; }
.ipbig{ padding-top:66px !important; }
.mrnu_items ul{ padding:0px; margin:0px; list-style:none; }
.mrnu_items ul li{ display:inline-block; padding: 0px 12px 0 0; }
.mrnu_items ul li a{ font-family:inherit; font-size:17px; color:#fff;  font-weight: 400; display: block;}
/*.mrnu_items{ margin-left:4rem }*/
.mrnu_items ul li a:hover{ opacity:.8 }

.page_w50{ width:50%; background:rgba(255, 255, 255, 0.6); padding: 0 50px;}

.text-blck li a{ color:#101010 !important }
.white_sicon a img{  filter: brightness(0) !important;  transition: filter 0.3s ease !important; }
.white_sicon i{ color:#1d1d1b !important; }
.h_social.white_sicon{ border-right: 1px solid #1d1d1b; }

.crt_login{ padding-left:15px; }
.head_right{  display: flex; justify-self: end; align-items: end; }
.h_social{ padding-right: 15px; /*border-right: 1px solid #fff;*/ }
.h_social a{ width:25px; margin:0 8px; padding:0px; display:inline-block; } 
.h_social a img { filter: brightness(0) invert(1); transition: filter 0.3s ease;}
.h_social a img:hover {opacity:0.8 }
.h_social a img{ width:100%; }

.login{ display:inline-block; margin-right:10px; }
.basket_cart{ display:inline-block; position:relative; }
.basket_cart span i{ font-size:30px; color:#fff } 
.basket_cart em
{ 
    font-style: normal;
    position: absolute;
    top: -6px;
    right: -4px;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background: #ff3838;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 500;
    color: #fff; 
}
.btn-continue{ display: inline-block; padding: 10px 25px;  font-weight: 500; font-family: inherit; font-size: 16px; color: #fff; background: #1d1d1b; font-weight: 500;
    border-radius: 12px; cursor: pointer; text-transform: uppercase;  border:2px solid #1d1d1b;}
.baslet_table th{  text-align: left; font-size: 13px; text-transform: uppercase; font-weight: 400; background: transparent; 
    color: #1d1d1b;  padding: 10px 0px;}
.baslet_table th:first-child{ width:60%; } 
.baslet_table thead tr{ border-bottom: 1px solid #ddd; }
.small-hide{ display:none; }   
.bckt_thumb{ width:100px; vertical-align: top;} 
.bskt-cart-item{ display: table-row; } .bskt-cart-item th, .bskt-cart-item td{ vertical-align: top;  padding-top: 1rem; padding-left:0px; background:transparent; }
.bckt_thumb_img{ width:90px; display:inline-block; }
.bckt_thumb_img img, .ProductTileLine_image img{ border: 1px solid #00000017;  border-radius: 8px; }

.cart-item__details{ padding-left: 1rem !important; }
.cart-item__details { width: 50rem; }
.bckt_info a{ font-family:inherit; font-size:18px; font-weight:500; text-transform:uppercase; display:block; }
.bckt_info a:hover{ text-decoration: underline; }
.pdct_option{ font-size: 17px; word-break: break-all; margin: 4px 0;}
.pdct_option *{ display: inline; margin: 0;} dl{ margin:0px; }
.w170{ width:170px !important;  }
.price_bsk{ text-align:right; padding-right:0px; } .price_bsk span{ font-family:inherit; font-size:17px; color:#1d1d1b; margin-top:10px; display:block; }
tr.bskt-cart-item:nth-of-type(odd) td, tr.bskt-cart-item.odd td { background: transparent;}
.p-weight{ font-family:inherit; font-size:17px; color:#222; display:block; padding-bottom:5px; font-weight:500; }
.p-weight em{ color:#636363; font-style:normal; }
.product_details .price{ font-size: 26px !important; display: block; padding-bottom: 10px !important; }

.quantity.w170 button{border: 1px solid #1d1d1b; border-radius: 0px !important;} .quantity.w170 input{ border:1px solid #1d1d1b; border-left:0px; border-right:0px; }
.cart_footer{ display: flex; justify-content: end; flex-wrap: wrap; border-top: 1px solid #dddd; margin: 15px 0 0; padding: 10px 0;}
.sub_total{ flex-basis: 100%; padding: 10px 0; text-align: right; }
.sub_total h2{ display:inline-block; font-family:inherit; font-size:20px; color:#1d1d1b; font-weight:600; padding-right:10px; }
.sub_total span{ font-family:inherit; font-size:20px; }


.basket_wrapper{ margin:25px 0 0   }    
.btn-continue:hover{ border:2px solid #1d1d1b; background:#fff; color:#1d1d1b; }    
.breadcrumbs{ padding:8px 0; }
.breadcrumbs ul{ margin:0px; padding:0px; display: flex; align-items: center; flex-wrap: nowrap; overflow: hidden;} .breadcrumbs ul li, .breadcrumbs ul em{ display:inline-block; padding:0px 2px; margin:0px; font-style:normal; font-size: 17px; }
.breadcrumbs ul li a{ font-family:inherit; font-size:16px; color:#333; display:block; } .breadcrumbs ul li a:hover{ color:#1d1d1b; text-decoration:underline; }
.breadcrumbs ul li:last-child  {flex: 1; min-width: 0; /* required for ellipsis in flex */}
.breadcrumbs ul li:last-child a{ text-decoration:underline; display: block; white-space: nowrap; overflow: hidden;  text-overflow: ellipsis;}
.breadcrumbs ul em{ font-size: 13px; vertical-align: middle; }
.lgn i{ font-size:30px; color:#fff; }
.lgn_user span{ cursor:pointer; } .lgn_user span em{ font-style:normal; }
.lgn_user span i{ font-size:30px; color:#1d1d1b; margin-right:5px;  } .lgn_user span{ font-family:inherit;  font-size: 21px; font-weight: 400;} 
.down_aw{ font-size:24px !important; margin-right:0px; }

.lgn_user{ position:relative; }
.user_drop{  position:absolute; top: 35px; width:250px; background:#fff;  box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.25);
    border-radius: 15px; padding: 20px; left: 0; 
    /*transform: translate(-50%, 5px); */
    z-index: 10;}
.menu_drop_wrap { display: flex;  flex-wrap: wrap;}    
.AccountPageSidebar_title_block__hjWgP{ margin: 0px 8px 20px 8px; }
.AccountPageSidebar_title_block__hjWgP h1{ font-family:inherit; font-size:22px; font-weight:500; color: #1d1d1b;}
.AccountPageSidebar_title_block__hjWgP span{ font-size:16px; color:#333; }
.user_menu{ max-width:100%; width:100%; }
.user_menu a{ font-family:inherit; font-size:17px; color:#1d1d1b; font-weight:400; padding:8px 5px; display:block; }
.user_menu a:hover{ background: #f5f5f5; border-radius: 4px; }
.user_menu a i{ margin-right:8px; font-size: 25px;} 

.mlr-auto{ margin:0 auto !important; }  .pb-0{ padding-bottom:0px !important; } .pr-0{ padding-right:0px !important; }
.cnt_img{ margin: -1px; padding-top: 70px; }
.pag_pndg{ padding:30px; }
.cart-item__quantity{ display:flex; align-items:center; }
.cart-item__quantity span{ display:flex; margin-left:10px; cursor:pointer; padding: 4px; color:#ff3f3f}
.cart-item__quantity span:hover{ color:#1d1d1b }
.make_address {
    display: block;
    margin: 30px 0;
    text-align: left;
}
.make_address ul {
    padding: 0px;
    margin: 0px;
}
.make_address ul li {
    font-family: inherit;
    font-size: 18px;
    color: #333;
    font-weight: 500;
    padding: 5px 0;
}
.make_address ul li i {
    margin-right: 10px;
    vertical-align: middle;
    font-size: 30px;
    color: #1d1d1b;
}
.make_address p {
    width: auto;
    padding: 20px 0;
    color: #1d1d1b;
}
.empty_pages p{ color:#1d1d1b; }
.empty_pages {
    width: 100%;
    max-width: 1200px;
    display: block;
    margin: 30px auto;
}
.empty_img {
    text-align: center;
    padding-bottom: 20px;
    display: block;
}
.empty_img img {
    width: 350px;
}

.mb-15{ margin-bottom:15px;; }
.w-100{ width:100%; }
.bg_black h2, .bg_black p{color: #fff !important;}
.bg_black{ background:#1d1d1b; }
.shadow_overlay{ position:absolute; top:0px; bottom:0px; width:100%; background:rgba(0, 0, 0, .3); }
p{ font-family:inherit; color:#fff; font-size:21px; padding-bottom: 15px; font-weight: 300;} .align-items-center{align-items:center; }
.align-items-stretch{ align-items: stretch; }
.thumb-description{ padding:10px 0; }
.product__title{ font-family: inherit; font-size: 17px; text-transform: uppercase; color: #1d1d1b; letter-spacing: 0.5px; font-weight: 500;
    height: 54px;  display: block; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;}
.page-slider .slick-next { right: 0px; top: -60px;} .page-slider .slick-prev{ right: 55px; top: -60px; }
.journl_div{ border-radius:15px; border:2px solid #fff; display:flex; flex-wrap:wrap; overflow:hidden; }
.jurnl_p{ padding:30px; margin:0px; max-width:40%; flex-basis:40%; }
.jurnl_p h2{ font-family:inherit; color:#1d1d1b; font-size:40px; padding-bottom:10px; font-weight:500; }
.sfjsf{max-width: 60%; flex-basis: 60%;} .sfjsf img{  width: 100%;  object-fit: cover; object-position: center;
    border: 0px; display: inherit;}
.black_bg{ background:#1d1d1b; } .black_bg h2, .black_bg p{ color:#fff; } .black_bg .page_title{ color:#fff; font-family: inherit; text-align: center;  font-size: 56px; }
.rmore_btn{ border: 2px solid #fff; color: #fff; font-family: inherit; padding: 15px 50px; text-transform: uppercase;
    border-radius: 16px; background: transparent; font-size: 18px; margin: 15px 0 0; cursor: pointer; display: inline-block; font-weight: 500;}
.rmore_btn:hover{ background:#fff; color:#1d1d1b; }
.page_content.sup{ padding:20px 40px 20px 0; }
.page_content_right{ padding-left:60px; }
.page_content h4{font-family:inherit; font-size:20px; color:#fff; margin-bottom:10px; font-weight: 500; }
.page_content span{ font-family:inherit; font-size:15px; color:#fff; margin-bottom:10px; font-weight: 500; text-transform: uppercase;}
.page_content h2{font-family:inherit; font-size:40px; color:#fff; margin-bottom:20px; font-weight: 500;}
.page_content h3{font-family:inherit; font-size:20px; color:#fff; margin-bottom:10px; font-weight: 500;}
.page_content p{ font-family:inherit; font-size:20px; color:#fff;  font-weight: 300; line-height: 25px; padding-bottom: 20px;}
.page_content p strong{ text-decoration:underline; } .page_content p em{ font-style:normal; color:#ff3a3a }
.app_icon{ margin:0px 0 0 0; padding:0px; } .app_icon a{ display: flex; padding: 0px 5px 8px; } .app_icon a:first-child{ margin-left:0px; }
.img_full{ width:100%; } .takeaway{ color:#ff8000 !important }
.price{ font-family:inherit; font-size:17px; color:#1d1d1b; }
.imgsline{ position:relative; }
.imgsline:after{     content: "";
    position: absolute;
    width: 54%;
    bottom: 40px;
    background: transparent;
    border: 10px solid #501c80;
    top: -30px;
    left: 120px;
    z-index: -1; }
.apps_link
{ display: flex;
    justify-content: flex-start;
    margin-top: 20px;
    flex-direction: row;
    gap: 25px; 
}
.app_qr
{ height: 170px;   
    margin-left: 15px;
    border-radius: 10px;
    border: 3px solid #000;
    overflow: hidden;
    box-shadow: 1px 3px 8px rgba(0, 0, 0, .12); } 
.app_qr img
{ height:100%; object-fit:contain;}


.img_thumb_visitus:hover img {
    transform: scale(1.1);
}
.thumb_visitus h2{ text-align:left; }
.toggle-password {
    position: absolute;
    right: 0px;
    top: 30px;
    cursor: pointer;
    padding: 12px;
}
.floating-label {
    position: relative;
    margin: 20px 0;
    font-family: inherit;
}
.page_wrapped_s{  margin-left: 30px; border-left: 1px solid #dddddd63; padding-left: 30px;}


 .floating-label input {
    width: 100%;
    padding: 14px 12px 14px 12px;
    font-size: 17px;
    border: 1px solid #492b0e;
    border-radius: 4px;
    font-weight: 500;
    outline: none;
    background: transparent;
    font-family: inherit;
}
.floating-label label {    
    color: #1d1d1b;
    background: transparent;
    padding: 0;
    pointer-events: none;
    transition: 0.2s ease all;
    font-family: inherit;
    font-size: 20px;
    font-weight: 500;
}

.f-2column {
    flex-basis: 50%;
    max-width: 50%;
    padding: 0 10px;
}

.f-column {
    flex-basis: 100%;
    max-width: 100%;
    padding: 0 10px;
}
 .f-row {
    display: flex;
    margin: 0px -10px 15px;
    flex-wrap: wrap;
}


.pss_visible{ position:relative; }

.cart-body { padding: 0 15px; display: flex; flex-direction: column; height: 100%;}
.AccountPageSidebar_sidebar { padding: 20px 0 0 0; margin: 0px;}
.AccountMenu_links__G59FF li a i, .lgout i{ margin-right:8px; vertical-align: text-top; }
.AccountPageSidebar_title_block__hjWgP{ margin: 0px 8px 20px 8px; }

.AccountPageSidebar_title_block__hjWgP span{ font-size:16px; color:#333; }
.AccountMenu_links__G59FF { padding:0px; margin:0px; list-style:none; }
.AccountMenu_links__G59FF li{  width: 100%; list-style-type: none; font-family:inherit; font-size:16px; }
.AccountMenu_links__G59FF li a{ font-family:inherit; font-size:19px; color:#242424; font-weight:500; margin:0rem 0 0.5rem; display:block; padding: 8px 5px; border-radius: 4px;}
.AccountMenu_links__G59FF li a:hover, .AccountMenu_links__G59FF li a.active{ background:#1d1d1b; color:#fff }
.AccountMenu_links__G59FF li a:hover, .lgout:hover{ color:#fff; }
.lgout{ font-size:16px; color:#242424; font-weight:500;  padding: 5px;  margin-top: .5rem; cursor: pointer;}
.lgout a{ padding:0px; margin:0px; }
.gift-card-flex{ display:flex; justify-content:end; padding-top:50px; }
.gift-card-flex img{ width:100%; max-width:650px; }
.pl15{ padding:15% 0 0 15%; }
.c-bag__bag-parent {
        display: grid;
        grid-template-areas: "stack";
        gap: .5rem;
    position: relative;
   
}

.c-bag__bag{
        grid-area: stack;
        inset: 0;
        align-items: center;
    display: flex;
    justify-content: center;
    overflow: hidden;
    pointer-events: none;
    position: relative;
    width: 100%;
    z-index: 1;
}
.c-bag__bag img{ -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    margin-bottom: -1rem;
    width: 600px; 
}
.c-bag-icon img{ width:55px; }
.count-nos{ max-width: 40px;
    height: 40px;
    border: 2px solid #1d1d1b;
    border-radius: 100%;
    color: #fff !important;
    font-family: inherit;
    font-size: 18px;
    display: flex;    
    width: 100%;
    align-items: center;
    justify-content: center; }
.c-bag-inner{ display:flex; align-items:center; flex-direction:row-reverse; }    
.c-bag__content
{
        grid-area: stack;
        grid-column: full;
        grid-template-columns: 1fr 637px 1fr;
        inset: 0;
        position: absolute;
        row-gap: 3.5rem;
        align-content: center;
    display: grid;
    flex: 1;
    gap: 16px;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    grid-auto-rows: min-content;
    z-index: 0;
    }
 .c-bag__block{
     max-width: 450px;    
    display: flex;
    flex-direction: column;
    gap: .5rem;
    color: #1d1d1b; 
  }

  .c-bag__block--left {
    align-items: flex-start;
    grid-column-start: 1;
    justify-self: end;
    text-align: left;
} 

  .c-bag__block--right {
    align-items: flex-start;
    grid-column-end: -1;
    justify-self: start;
    text-align: left;
}  
.c-bag-title{ font-family: inherit;
    font-size: 25px;
    color: #fff;
    margin-bottom: 5px;
    font-weight: 500; }

.img_thumb_visitus{ padding: 20px; background: #fff; border-radius: 6px; height: 260px; overflow: hidden; display: flex; box-shadow: 0px 5px 9px rgba(0, 0, 0, .1);}
.img_thumb_visitus img{ width:100%; object-fit:cover; object-position: center; transition: transform 0.4s ease;}

.pbig_text h2{ font-size:65px; } .pbig_text p{ font-size:40px; font-weight:400; line-height:normal; }
.p50{ padding:50px !important; }
.b-left{ border-left:2px dashed #fff; } .b-top{ border-top:2px dashed #fff; }

.mid_img img{ width:60% } .img2{text-align:center; } .img2 img{ width:50%; } .img1 img{ height:350px; }
.d-flex{ display:flex; } 
.d-block{ display:block !important; }

.justify-content-right{ justify-content:right; } .align-center{ align-items:center; }

.black_text h2, .black_text h3, .black_text h4, .black_text p, .black_text span, .black_text label{ color:#1d1d1b !important; }
.text_white label{ color:#fff !important; }
.sec_content_inphone{ width:100%; max-width:320px;  }
.w90{ width:90%; }
.sec_bg{ padding: 15px;
    border-radius: 10px;
    background: #fff;
    height: 100%;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.2); }
.sec_bg img{ width:100%; margin-bottom:25px; }    
.sec_bg h2{ text-transform:uppercase; color:#1d1d1b; font-weight:500; font-size:22px; }
.pl-0{ padding-left:0px !important; }

.app_icon a img{ height:80px; }
.enquiry_form{ width:100%; max-width:100%; padding:0px; margin:20px 0 0 }
.enquiry_form input, .enquiry_form textarea, .enquiry_form select{ font-family:inherit; font-size:20px; color:#1d1d1b; border:1px solid #363636; border-radius:6px; width:100%;
height:auto; padding:12px 15px; }
.enquiry_form textarea{ height:auto !important; }
.btn{ display: inline-block;  padding: 12px 35px;  font-family: inherit; font-size: 22px; color: #fff; background: #1d1d1b;
    font-weight: 500; border-radius: 10px; cursor:pointer; border:2px solid #1d1d1b; }
.btn:hover{ border:2px solid #1d1d1b; color:#1d1d1b; background:transparent; }

.add_cart_btn{ display: inline-block; width: 100%;  padding: 12px 0px;  font-family: inherit; font-size: 20px; color: #fff; background: #1d1d1b;
    font-weight: 500; border-radius: 16px; cursor:pointer; border:2px solid #1d1d1b; }
.add_cart_btn:hover{ border:2px solid #1d1d1b; color:#1d1d1b; background:transparent; }
.add_cart_btn i{ margin-right:5px; }


footer{background: #1d1d1b;} 
.quick_links li{ padding:0px; margin:0px; font-family:inherit; color:#fff; display:block; padding-bottom:5px; font-size:18px; }   
.quick_links li a{ color:#fff; text-decoration:none; display:inline-block; }
.quick_links li a:hover{ color:#ffffff82; text-decoration:underline; }
.quick_links li em{ font-style:normal; color: #ffffff82; padding-right: 5px;}
.quick_heading{ font-family: inherit;
    font-size: 25px;
    color: #fff;
    font-weight: 500;
    border-bottom: 1px dashed #fff;
    margin-bottom: 20px;
    padding-top: 60px;
    align-items: self-end;
    display: flex;
    padding-bottom: 10px;}
.footer_bdiv h2{ font-family:inherit; font-size:25px; color:#fff; font-weight: 500;} .footer_bdiv p{ font-family:inherit; font-size:18px; }
.footer_bdiv ul li a{ display:inline-block; }
.points_bullet {
    padding: 0px;
    margin: 0px;
}
.points_bullet li {
    font-family: inherit;
    font-size: 16px;
    color: #43210c;
    padding: 5px 0;
    margin-left: 25px;
    list-style: disc;
}
.hkslf {
    color: #1d1d1b;
    font-size: 22px; font-weight: 600;
}


.seeall_btn{ font-family:inherit; font-size:14px; text-transform:uppercase; color: #ffffff; background: #1d1d1b; border-radius: 40px;  padding: 10px 15px; margin: 5px 0 0 70px;}
.seeall_btn i{ font-size:18px; vertical-align:text-bottom; }
.footer_bdiv{ margin:20px 0 0; }
.img_div{ padding:40px 0 20px; display:block; }
.btn_white{ background:#fff; color:#1d1d1b;  } .btn_white:hover{ background:transparent; border:2px solid #fff; color:#fff; }
.social_icon{ text-align:center; padding: 20px 0 0;}
.social_icon a{ display:inline-block; margin:0 20px; } 
.social_icon a img{ width:80px; }
.go-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 8px;
    display: none;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
    background: #000;
    border-radius: 3px;
}


.go-top i {
    color: #fff;
    font-size: 30px;
}
.enquiry_text{ font-family:inherit; font-size:60px; color:#1d1d1b; margin-bottom:30px; font-weight:500; }
.menu_drop{  position:absolute; top: 80px; width:600px; background:#fff;  box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.25); background: #EDEFF2;
        border-radius: 15px;  padding: 24px; left: 50px;
    /*transform: translate(-50%, 5px); */
    z-index: 10;}

.sub_menu {
  display: none;  
  color: #000;  
  margin-top: 10px;
  margin-left: 10px;
  overflow: hidden;
}
.sub_menu a {
  display: inline-block !important; padding: 0px 2px !important; 
}
.sub_menu a img{ width:80px; }
.menu_drop a:hover,
.sub_menu a:hover {
  background: #f5f5f5;
}

.menu_drop_wrap{  display: flex; flex-wrap: wrap; }    
.columb_menu{ max-width:50%; flex-basis:50%; padding:0px; }  
.columb_1menu{ max-width:100%; flex-basis:100%; padding:0px; }
.columb_menu a{ display:block; font-family:inherit; font-size: 17px !important; color: #1d1d1b !important; padding: 5px 10px; border: 0px !important; }  
.columb_menu a:hover{ background:#fff; border:0px !important;  }
.toggle-arrow {
  vertical-align: middle;
  transition: transform 0.3s ease;
}
.rotate {
  transform: rotate(180deg);
}

.page-product-slider .slick-track{ display:flex !important; gap:15px; }
.page-product-slider .slick-prev {
    right: 55px;
    top: -60px;
}

.page-product-slider .slick-next {
    right: 0px;
    top: -60px;
}
.slick-slide {
    height: auto !important;
}
.cart{ position: absolute; bottom: 0px; width: 100%; }
.page_name{  padding:100px 0 120px 0; }
.page_top{  padding: 0px; margin: 0px;}
.page_top h2{ font-family:inherit;  font-size:70px;  color:#fff; margin:0px; text-align:center; font-weight:500; }
hr{  border-bottom: 2px dashed #1d1d1b !important; height: 0px; border: 0px; margin:15px 0; }
.bg_white{ background:#fff }
.thumb_img{ width:100%; display:block; position:relative; padding-top:100%; border: 1px solid #1d1d1b1f; border-radius: 15px; overflow: hidden; }
.thumb_img img{ position:absolute; left:0px; top:0px; width:100%; height:100%; object-fit:cover; object-position:center; border-radius:10px; }
.thumb_description{ padding:10px 0; }
.ptitle{ font-family:inherit; color:#1d1d1b; font-size:21px; padding-bottom:5px; font-weight:500; }
.price{ font-family:inherit; color:#292a2c; font-size:18px; padding-bottom: 5px; font-weight: 500; display: block;}
.desc_text{ font-family:inherit; font-size:17px !important; color:#222 !important;  overflow: hidden;  display: -webkit-box;  -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;}
.notify{ font-size: 22px; font-family: inherit; color: #FF5722; display: flex; justify-content: center; align-items: center; height: 55px; width: 100%;
    border: 2px solid #FF5722; border-radius: 16px; cursor: pointer;} 

.notify:hover{ background:#FF5722; color:#fff; }
.out-stock{ display:block; padding-top:5px; font-family:inherit; font-size:20px; color:#1d1d1b; }       
.out-stock em{ font-style:normal; width:12px; height:12px; background:rgb(239 68 68); border-radius:50%; margin-right:2px; display:inline-block; }
.l-discount{ text-decoration:line-through; font-size:18px !important; color:#666 !important; margin-left: 10px; }

.burger-menu{ display: flex;cursor: pointer; height: 50px; padding: 5px; margin-top:20px; } 
.burger-menu i{ color:#fff; font-size:40px; }
span img{ width:100%; }

/* product details */
.container_prd_detail{ width:100%; max-width:90%; margin:0 auto; padding:0 50px; }
.product_zoom{ width:700px; padding:0px; flex-shrink: 0; }
.product_details{ width: calc(100% - 750px); margin-left: 50px;}
.product_details p{ font-family:inherit; font-size:19px; color:#1d1d1b; padding-bottom:15px; }
.product_details h1{ font-family: inherit; font-size: 34px; color: #1d1d1b; font-weight: 500; padding-bottom: 10px; }
.product_details .price{ font-size:22px; padding-bottom:15px; }
.product_details .cart{ position:initial; max-width:500px; width:100%; margin-bottom:15px; }
.addons h3{ font-size: 17px; font-family: inherit; font-weight: 500; padding-bottom:5px; }
.addons ul li{ display: inline-block; margin: 4px 2px; padding: 5px 15px; border-radius: 40px; border: 1px solid #464646;
    font-size: 15px; color: #464646; cursor:pointer; }
.addons ul li:hover{ color:#1d1d1b; border: 1px solid #1d1d1b;}   
.addons ul li.active{ background:#1d1d1b; color:#fff; border: 1px solid #1d1d1b; } 

.addons ul{ padding:0px; margin:0px 0 25px 0; }

.product { display: grid; grid-template-columns: 1fr; gap: var(--gap); }
@media (min-width: 900px) {
.product { grid-template-columns: 1fr 360px; align-items: start; }
}

.media { display: grid; gap: var(--gap); }

.main-image {
position: relative;
aspect-ratio: 1/1;
background: #fff;
border-radius: var(--radius);
overflow: hidden;
box-shadow: var(--shadow);
cursor: zoom-in;
display: grid; place-items: center;
margin: 0 0 15px 0; 
border: 1px solid #1d1d1b1f;
}
.main-image img { width: 100%; height: 100%; object-fit: cover; display: block; }
.main-image .zoom-hint {
position: absolute; right: 10px; bottom: 10px; background: rgba(0,0,0,.6); color: #fff;
border-radius: 999px; padding: 6px 10px; font-size: 12px; letter-spacing: .3px;
}


.thumbs { display: grid; grid-template-columns: repeat(5, 1fr); gap: var(--gap); }
@media (max-width: 500px) { .thumbs { grid-template-columns: repeat(4, 1fr); } }
.thumb { position: relative; aspect-ratio: 1/1; border-radius: 4px; overflow: hidden; background: #fff; cursor: pointer; border: 1px solid transparent; margin:0 10px 0 0; padding:0px; }
.thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.thumb.active { border-color: var(--accent); }
.thumb:hover { filter: brightness(.98); }


/* Lightbox */
.lightbox { position: fixed; inset: 0; background: rgba(0,0,0,.88); display: none; place-items: center; z-index: 1113; }
.lightbox.open { display: grid; }
.lb-stage { width: min(94vw, 1100px); height: min(88vh, 800px); position: relative; }


.lb-image-wrap { width: 100%; height: 100%; display: grid; place-items: center; }
.lb-image { max-width: 100%; max-height: 100%; border-radius: 12px; box-shadow: var(--shadow); background: #0b0b0b; }


.lb-btn { position: absolute; top: 50%; transform: translateY(-50%); border: 0; background: rgba(255,255,255,.92); width: 44px; height: 44px; border-radius: 999px; display: grid; place-items: center; cursor: pointer; box-shadow: var(--shadow); }
.lb-btn:hover { background: #fff; }
.lb-prev { left: -10px; }
.lb-next { right: -10px; }


.lb-close { position: absolute; top: 20px; right: 30px; background: rgba(255,255,255,.92); border: 0; width: 40px; height: 40px; border-radius: 999px; display: grid; place-items: center; cursor: pointer; box-shadow: var(--shadow); }


@media (max-width: 640px) {
.lb-prev { left: 8px; }
.lb-next { right: 8px; }
.lb-close { top: 5px; right: 5px; }
}


.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }


.controls { display: flex; gap: 10px; align-items: center; }


/* end */

/* open menu */
.burger {
  z-index: 3;
  top: 0;
  left: 0;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  margin: 8px; padding: 0px;
  background: url("../img/density_medium_50dp_000000_FILL0_wght400_GRAD0_opsz48.png");
  background-size: 100%;
  
}
.img-white{ background: url("../img/density_medium_50dp_000000_FILL0_wght400_GRAD0_opsz48_w.png") !important; }
/* Hamburger */
.hamburger{width:44px;height:44px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;background:transparent;border:1px solid rgba(255,255,255,0.06);cursor:pointer}
.hamburger .bars{width:20px;height:2px;background:#e6eef6;position:relative}
.hamburger .bars::before,.hamburger .bars::after{content:"";position:absolute;left:0;width:100%;height:2px;background:inherit;}
.hamburger .bars::before{top:-6px}
.hamburger .bars::after{top:6px}
.hamburger[aria-expanded="true"] .bars{background:transparent}
.hamburger[aria-expanded="true"] .bars::before{transform:translateY(6px) rotate(45deg)}
.hamburger[aria-expanded="true"] .bars::after{transform:translateY(-6px) rotate(-45deg)}

/* Overlay and panel */
.menu-overlay{position:fixed; z-index:1113; inset:0;background:rgba(2,6,23,0.6);backdrop-filter:blur(4px);opacity:0;visibility:hidden;transition:opacity .28s ease, visibility .28s}
nav.menu-panel{position:fixed;z-index:1114; top:0;left:0;height:100%;width:320px;max-width:86%;background:#1d1d1b;box-shadow:-8px 0 30px rgba(2,6,23,0.6);transform:translate3d(-100%,0,0);transition:transform .4s ease;transform-origin:top left;overflow-y:auto;padding:10px 16px 32px;}

.menu-open .menu-overlay{opacity:1;visibility:visible}
.menu-open nav.menu-panel{transform:translate3d(0,0,0)}

/* Nav */
nav ul{list-style:none;padding:0;margin:0}
nav li{border-radius:8px}
nav a, .submenu-toggle{display:flex;align-items:center;justify-content:space-between;padding:7px 8px;color:#fff;text-decoration:none;font-weight:300;width:100%;background:none;border:none;cursor:pointer;text-align:left; font-size: 19px; letter-spacing: 1px;}
nav a:hover, .submenu-toggle:hover{background:rgba(255,255,255,0.03)}
.muted{font-weight:500;color:var(--muted);font-size:14px}

/* Submenu */
.submenu{max-height:0;overflow:hidden;transition:max-height .3s ease;padding-left:8px}
.submenu.open{max-height:500px}

.submenu a{ padding: 6px 8px 6px 8px; font-weight: 400; font-size: 18px; color: #ffffff9e;}

/* Rotate icon when open */

.submenu-toggle .material-icons{transition:transform .3s ease}
.submenu-toggle[aria-expanded="true"] .material-icons{transform:rotate(180deg)}
.subimg li{ display:inline-block; padding-right: 5px;} .subimg li a{ padding:5px 0px; }
.subimg img{ width:70px; }

/* Utilities */
.spacer{height:18px}
.footer-note{font-size:21px;color:#fff;padding:12px 8px; font-weight: 500; border-top: 1px solid #ffffff1f;} .footer-note  strong{ font-weight:500; }
.msocial{ margin-top:10px; }
.msocial a{ display:inline-block; padding:0 5px; width:auto; }
.msocial a img{ width:30px; height:30px; }

/* Desktop: show horizontal nav instead */
@media(min-width:900px){
  .hamburger{display:none}
nav.menu-panel{display:none !important;}
.menu-overlay{display:none}

}

/* Smooth focus outline */
:focus{outline:2px solid rgba(6,182,212,0.14);outline-offset:2px}

/* end */
.prt-sec{ height:100%; position: relative; padding-bottom: 55px;}
.facets-container {
        position: sticky;
        top: 100px;
        height: calc(100vh - 136px);
        overflow-y: auto;
        overflow-x: hidden;
    }

.main_div{ display:flex; flex-wrap:wrap; margin-top:30px; }
.leftsidebar{ width:240px; flex-shrink: 0; padding: 0px; }
.mainpage_content{ width: calc(100% - 300px); margin-left: 60px; }
.filter_products li{ padding:0px; margin: 0px 0 5px ; }
.filter_products li a{ font-family:inherit; font-size:17px; color:#1d1d1b; padding:7px 12px; display:block; border-radius:10px;}
.filter_products li a:hover, .filter_products li a.active{ background:#1d1d1b; border-radius:10px; color:#fff; }
.sml_title{ font-family:inherit; font-size:23px; color:#1b1b1b; font-weight: 500; margin-bottom: 20px; padding: 0;}
.font-mid{font-size:35px !important;}
.sml_title a{ padding:7px 10px; display:block; border-radius: 10px; font-size: 20px;}
.sml_title a.active, .sml_title a:hover{ background: #1d1d1b; border-radius: 10px;  color: #fff; }
.branch{ font-size: 15px; padding-bottom: 8px; display: block; }

/* Accordion */
.faq-accordion {  margin: 50px auto; }
.faq-question span{ font-size:30px; }
  .faq-item {  margin-bottom:20px; }
  .faq-question {
    width: 100%;
    padding: 15px;
    background: #f7f7f778;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background 0.3s;
    font-weight: 500; border-radius: 4px; color: #010101;
  }
  .faq-question:hover { background: #f7f7f7; }
  .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding: 0 15px;
  }
  .faq-answer p { margin: 10px 0; color:#000; padding: 0px; font-size: 20px; }
/* end */
.social_app a img{ height:60px; object-fit:contain; }
.social_app a { padding:0 5px; } .social_app span{ width:500px; margin: 0 0 -40px 0;}
.social_app{ display: flex; justify-content: space-between; align-items: center; margin: 30px 0 50px;}
.h4_text{ font-family:inherit; font-size:26px; color:#fff; font-weight:400; padding:10px 0; }
.disc{ padding:0px; margin:0 0 0 30px; }
.disc li{ padding:5px 0; font-weight:400; font-size:21px; font-family:inherit; color:#fff; list-style: disc; }

/* quantity */
.quantity {
  display: flex;
  width: 100%;            /* full width of container */
}

.quantity button {
  flex: 1;
    padding: 0px;
    font-size: 24px;
    cursor: pointer;
    height: 52px;
    width: 52px;
    border: 2px solid #1d1d1b;
    font-family: inherit;
    font-weight: 500;
}

.quantity input {
  flex: 2;
    text-align: center;
    font-size: 20px;
    border: 2px solid #1d1d1b;
    font-family: inherit;
    border-right: 0px;
    border-left: 0px;
    font-weight: 500;
}
.quantity button:first-child{ border-radius:16px 0 0 16px; }
.quantity button{ border-radius:0px 16px 16px 0px; }

/* Chrome, Safari, Edge, Opera */
.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.quantity input[type=number] {
  -moz-appearance: textfield;
}
/* quantity */
.enform_space{ padding:0 0 0 60px; } ._2enform_space{ padding:0 150px 0 60px }
/* menu end */  
.copyright{ display:flex; flex-wrap: wrap; justify-content:space-between; padding:20px 0 0; align-items:center;  }       
.copyright span{ font-family:inherit; font-size:18px; color:#fff; }  .copyright span a img{ height:40px; }
.copyright span a{ vertical-align: middle; display: inline-block;}

.bg_lgray .copyright span, .bg_lgray .quick_heading, .bg_lgray .quick_links li, .bg_lgray .quick_links li a{ color:#1d1d1b; }
.bg_lgray .footer_bdiv h2, .bg_lgray .footer_bdiv p{color: #1d1d1b} .bg_lgray .quick_heading{ border-bottom: 1px dashed #1d1d1b; }
.bg_lgray .white_img{ display:none; } .bg_lgray .black_img{ display:block; }
.sec_div_box{ width:350px; float:left; padding:0px; }
.sec_div_wrap{  background: #f6f6f6; padding: 30px; height: 280px; width: 100%; }
.v-logo{ border-bottom:1px dashed #1d1d1b; padding-bottom:15px; margin-bottom:15px; }
.v-logo img{ height:40px; }
.v_text{ font-family:inherit; font-size:21px; color:#1d1d1b; font-weight:500; }
.sec_div_box_locate{ width: calc(100% - 400px); margin-left: 50px; }
.connect_box{ padding:30px 0; }
.chat_div{ padding:30px; background:#f6f6f6; margin-bottom:30px; }
.main_head{ border-bottom:2px dashed #1d1d1b; padding-bottom:20px; margin-bottom:10px; }
.van_img{ height:60px; }
.center_content{ font-family:inherit; font-size:60px; color:#1d1d1b; font-weight:500; text-align:center; margin-bottom:25px; }
.page_AGFJKA{ padding:50px 0 0; position:relative; }
.cpage_AGFJKA{  padding:150px 0 250px ; position:relative;}
.cpage_AGFJKA_450{  padding:50px 0 450px ; position:relative;}
.news_letter input{ color:#1d1d1b; font-family:inherit; font-size:18px; background:#ededed; border-radius:10px; border:0px; height:50px; line-height:50px; padding:0px 15px; max-width:300px; width:100%;  }
.news_letter button{ color:#1d1d1b; font-family:inherit; font-size:18px; background:#ededed; cursor: pointer; border-radius:10px; border:0px; height:50px; line-height:50px; padding:0px 25px; margin-left: 5px;}
.news_letter button:hover{ background:#1d1d1b; color:#fff; }
.label{ font-family:inherit; font-size:18px; color:#1d1d1b;  }
.JOSFSFKSF h2{ font-family:inherit; font-size:22px; font-weight:500; color:#1d1d1b; padding-bottom:5px;}
.JOSFSFKSF p{ font-family:inherit; font-size:18px; color:#1d1d1b; padding-bottom:15px; }
.label_row label{ font-family:inherit; font-size:18px; color: #ffffff;  padding-bottom: 5px;  display: block; }
.box_img{max-width: 500px; display: block; text-align: center;  margin: auto;  width: 100%; }
.text_prdt{ display:flex; align-items:center; }
body{ padding-top:78px; } .img_s img{ width:100%; height:100%; object-fit:cover; object-position:center; }
.ct_imgae img{ width:100%; height:100%; object-fit:cover; object-position:center; }
.bg_default{ background: #1d1d1b; }
.wrap_contents{ width:100%; max-width:900px; margin:0 auto; padding:0px; display:block; }
.text_fields{ font-family:inherit; font-weight:500; font-size:55px;  }
.p100{ padding:100px 0; }
.fr_icon{ width:60px; height:60px; display:flex; align-items: center; margin: 30px auto 20px; }

/* step by step */
.d-inline-block{ display:inline-block !important; }
.JSGFKLS{ width: 120px; display:inline-block !important; margin-bottom:10px; text-align:center; }
.satisfied_div{ margin: 0; display:flex; gap:15px; }
.satisfied_div li{ float:left; padding:15px; border-radius:10px; border:2px solid rgb(159, 170, 183); text-align:center; cursor:pointer; }
.satisfied_div li.active{ border:2px solid rgb(39 174 96); } .satisfied_div li.active i{ color:rgb(39 174 96) }
.satisfied_div li i{ font-size:60px; color:rgb(159, 170, 183) }
.lb_m{ margin-bottom:15px; display:block; }
.date-wrapper {
    position: relative;
    width: 100%;
    margin-bottom: 15px;
}
.date-wrapper input {
    position: unset !important;
   
}
.calendar-icon {
    position: absolute;
    right: 10px;
    top: 45%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #000;
    z-index: 2;
    background: #fff;
    padding: 5px;
}
.step-content .enquiry_form{ margin:0px 0 10px; }
.star_label{ color: #ff2d2d; font-style: normal; }
.progress-container {
    background-color: #fff;
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 1000px;
    margin: 50px auto 30px;
}

.progress-bar {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-bottom: 40px;
}

.progress-bar::before {
    content: '';
    position: absolute;
    top: 15px;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #e0e0e0;
    z-index: 1;
}

.progress-bar-line {
    position: absolute;
    top: 15px;
    left: 0;
    width: 50%; /* This would be dynamic based on progress */
    height: 4px;
    background-color: #1d1d1b;
    z-index: 2;
    transition: width 0.3s ease;
}

.step {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 3;
}

.step-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    border: 3px solid #e0e0e0;
    display: flex;
    font-size: 18px;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    margin-bottom: 8px;
    transition: all 0.3s ease;
}

.step.active .step-circle {
    border-color: #1d1d1b;
    background-color: #1d1d1b;
    color: white;
}

.step.completed .step-circle {
    border-color: #1d1d1b;
    background-color: #1d1d1b;
    color: white;
}

.step-label {
    font-size: 14px;
    text-align: center;
    max-width: 100px;
}

.step-content {
    display: none;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 6px;
    margin-top: 20px;
}

.step-content.active {
    display: block;
}

.navigation {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.btn {
   
    
   
    cursor: pointer;
   
    transition: background-color 0.3s;
}

.btn-prev {
    background-color: #e0e0e0;
    color: #333;
}

.btn-next {
    background-color: #1d1d1b;
    color: white;
}

.btn:hover {
    opacity: 0.9;
}

dt{ color:#666; }

.location {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.location-icon {
    margin-right: 8px;
}

@media (max-width: 768px) {
    .progress-bar {
        flex-direction: column;
        align-items: flex-start;
        height: auto;
    }
    
    .progress-bar::before {
        display: none;
    }
    
    .progress-bar-line {
        display: none;
    }
    
    .step {
        flex-direction: row;
        margin-bottom: 15px;
        width: 100%;
    }
    
    .step-circle {
        margin-right: 15px;
        margin-bottom: 0;
    }
}
/* end */

/* tab */
.modal.show {
  display: flex;
}

/* MODAL BOX */
.modal-box {
  width: 90%;
  max-width: 520px;
  background: #fff;
  border-radius: 14px;
  padding: 25px;
  animation: slideUp 0.3s ease;
}

@keyframes slideUp {
  from { transform: translateY(30px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}


/* HEADER */
.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  position: relative;
}

.modal-header h3 {
  margin: 0;
  font-family: inherit;
    font-weight: 500;
    font-size: 20px;
}

.close-btn {
  font-size: 35px;
  cursor: pointer;
  color: #000;
  top: -15px;
    margin: 0px;
    padding: 0px;
    right: 0px;
}

/* TABS */
.tabs {
  display: flex;
  margin-bottom: 20px;
    background: #e5e7ebb0;
    border-radius: 10px;
}

.tab {
  flex: 1;
  text-align: center;
  padding: 12px;
  cursor: pointer;
  font-weight: 500;
  color: #555;
  font-size: 20px;
    border-radius: 10px;
}

.accordion .tab{ padding:0px 0px 5px; }

.tab.active {
    color: #ffffff;
    border-bottom: 2px solid #1d1d1b;
    background: #1d1d1b;
}

/* CONTENT */
.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
  flex-direction: column;
}

/* FORM */
.form-group {
  margin-bottom: 15px;
}

.tab-content label {
  display: block;
  font-weight: 500;
  margin-bottom: 2px;
  font-size: 18px;
}

.tab-content input {
  width: 100%;
  padding: 12px;
  border-radius: 6px;
  border: 1px solid #363636;
  font-size: 18px;
}

/* BUTTON */
.continue-btn {
  width: 100%;
  padding: 12px;
  background: #1d1d1b;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 23px;
  cursor: pointer;
}


.tab-container {
  max-width: 700px;
  margin: auto;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  overflow: hidden;
}

.tab-buttons {
  display: block; width: 100%;
  /*border-bottom: 2px solid #ddd;*/
  padding: 20px 0;
  text-align: center;
}
.head_main{ 
display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    width: 100%; text-align:center; }

.main_div .font-mid {
    font-size: 35px !important;
    justify-content: flex-start;
    display: flex;
    margin: 0 auto 10px;
} 

.tab-btn {
  flex: 1;
  padding: 14px;
  background: transparent;
  border: none;
  cursor: pointer;
  font-weight: 500;
  transition: 0.3s;
  font-size: 20px;
    font-family: inherit;
        padding: 0px;
    margin: 0 15px;
}



.tab-btn.active {
  background: #fff;
  border-bottom: 2px solid #007bff;
  color: #007bff;
}

.tab-content-wrapper {
  padding: 30px 0px;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: flex;
  flex-wrap: wrap;
}

/* end */

/*accordion*/
.accordion-nav {
  width: 100%;
  background: #1f2937;
  border-radius: 8px;
  overflow: hidden;
}

.accordion-item {
  border-bottom: 1px solid #374151;
}

.accordion-title {
  width: 100%;
  background: none;
  color: #fff;
  padding: 15px 20px;
  text-align: left;
  border: none;
  outline: none;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  position: relative;
}

.accordion-title::after {
  content: "+";
  position: absolute;
  right: 20px;
  font-size: 18px;
}

.accordion-title.active::after {
  content: "-";
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  background: #374151;
  transition: max-height 0.3s ease;
}

.accordion-content a {
  display: block;
  padding: 12px 20px;
  color: #d1d5db;
  text-decoration: none;
  font-size: 14px;
}

.accordion-content a:hover {
  background: #4b5563;
  color: #fff;
}
/* end */

/* my order page */
 .row-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}
.date_range_boxes {
    position: relative;
}
.status_option label, .dlabel {
    font-family: inherit;
    font-size: 16px;
    color: #000;
    font-weight: 500;
}
.date-range-box {
    min-width: 300px;
    padding: 10px 15px;
    border: 1px solid #ccc;
    cursor: pointer;
    border-radius: 6px;
    background: #fff;
    position: relative;
    width: 100%;
}
.date-range-box span {
    font-family: inherit;
    font-size: 16px;
    font-weight: 500;
}
.date-popup {
    display: none;
    position: absolute;
    top: 66px;
    left: 0px;
    background: #fff;
    border: 1px solid #ccc;
    padding: 20px;
    max-width: 300px;
    width: 100%;
    border-radius: 8px;
    box-shadow: 0px 5px 15px rgba(0,0,0,0.2);
    z-index: 999;
}

.date-popup label {
    margin-top: 10px;
    display: block;
        font-size: 16px;
    font-weight: 500;
    font-family: inherit;
}

.date-popup input {
        width: 100%;
    padding: 8px;
    margin-top: 5px;
    border-radius: 4px;
    border: 1px solid #cdcdcd;
    font-size: 16px;
    font-weight: 500;
}
.status_items {
    display: flex;
    gap: 10px;
}
.status_option {
    width: 220px;
}

.status_option select, .status_option select option {
    font-family: inherit;
    font-size: 16px;
    font-weight: 500;
}

.order-status {
    width: 100%;
    padding: 12px 12px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 6px;
    background: #fff;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg fill="%23666" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5"/></svg>');
    background-repeat: no-repeat;
    background-position: right 12px center;
    cursor: pointer;
}
.order-status:focus {
    border-color: #007bff;
    outline: none;
}

.payment-status {
    width: 100%;
    padding: 12px 12px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 6px;
    background: #fff;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg fill="%23666" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5"/></svg>');
    background-repeat: no-repeat;
    background-position: right 12px center;
    cursor: pointer;
}
.payment-status:focus {
    border-color: #28a745;
    outline: none;
}
.loadmore{ margin: 15px auto; height:44px; padding:0 20px; border:1px solid #1d1d1b; font-family:inherit; font-size:16px; font-weight:500; 
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    border-radius: 50px; cursor: pointer; color: #1d1d1b;}
.loadmore:hover{ background:rgb(55 65 81); color:#fff; border:1px solid rgb(55 65 81);}    
.loadmore i{ font-size:20px; margin-right:6px; } 
.order-items {
    border: 1px solid rgb(229 231 235);
    padding: 1rem;
    border-radius: 1rem;
    margin: 0 0 20px 0;
}
.order-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    border-bottom: 1px dashed #e5e7eb;
    padding-bottom: 10px;
}
.order-header-inner {
    padding: 0px;
    margin: 0px;
    font-size: 16px;
    font-family: inherit;
    font-weight: 400;
    color: #000;
}
.odr {
    color: #2370d9;
}
.odr em {
    font-style: normal;
    color: #000;
}
.line_g {
    color: #989898;
    padding: 0 5px;
}
.order-header-inner span:last-child {
    color: #525252;
}
.status-btn{ background:#f2f2f2; color:#000; font-family:inherit; font-size:15px; font-weight:400; text-align:center; border-radius:50px; padding:5px 15px; }
.status-btn i{ width:8px; height:8px; border-radius:100%; margin-right:6px; display:inline-block; vertical-align:middle;  }
.inprogress{ background:#fff0d8 !important; color:#c68015 !important; }
.inprogress i{  background:#c68015 !important; }
.delivered{ background:#dcf7e1 !important; color:#00bf1f !important; }
.delivered i{  background:#00bf1f !important; }
.dly-text{ display:flex; justify-content:end; font-family:inherit; font-size:16px; color:rgb(0 191 31); font-weight: 500; }

.ordr-onfo{ display:flex; align-items:center; justify-content:start; }
.order-body{ display:flex; justify-content:space-between; align-items:center; }
.ordr-onfo img{ width:80px; height:80px; object-fit:cover; object-position:center; margin-right:15px; border: 1px solid #f3f3f3;
    border-radius: 6px;}
.info-order h2{ font-family:inherit; font-size:20px; color:#000; font-weight:500; }  
.info-order h4{ font-family:inherit; font-size:17px; color:rgb(55 65 81); font-weight:500; }  
#applyBtn {
        width: 100%;
    margin-top: 15px;
    padding: 10px;
    background: #1d1d1b;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 17px;
    font-weight: 600
}
.date_range_boxes{ position:relative; }
#clearBtn.clear {
    width: 100%;
    margin-top: 10px;
    padding: 10px;
    background: #e74c3c;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 17px;
    font-weight: 600
}
.order-detail-top {
    margin-bottom: 30px !important;
    border-bottom: 4px solid #e6e8ec;
    padding: 0 0 5px;
}

.order-detail-header, .order-detail-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.top-right-AHDFJS {
    display: flex;
    align-items: center;
    gap: 15px;
}
.top-right-AHDFJS span {
    display: inline-block;
    border: 2px solid #e6e8ec;
    border-radius: 8px;
    font-size: 17px;
    font-family: inherit;
    font-weight: 500;
    padding: .7rem 2rem;
}
.top-right-AHDFJS span em {
    font-style: normal;
    color: #767a7b;
}
.buy-add-btn {
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    border-radius: .5rem;
    border-width: 0 !important;
    font-weight: 600;
    text-decoration-line: none;
    text-underline-offset: 2px;
    padding: .7rem 3rem;
    font-size: 21px;
    cursor: pointer;
}
.btn--primary{ font-weight:400 !important; background:#1d1d1b; color:#fff; font-size: 20px; }
button i{ margin-right:0px; }
.order-detail-header, .order-detail-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.odr-item span {
    color: #767a7b;
    font-family: inherit;
    font-size: 17px;
    font-weight: 500;
}
.odr-item h4 {
    color: rgb(55 65 81);
    font-family: inherit;
    font-size: 18px;
    font-weight: 500;
}
._pfile_side_right_box {
    display: flex;
    flex-wrap: wrap;
    margin: 25px 0;
    padding: 0px;
    border: 1px solid rgb(229 231 235);
    border-radius: 6px;
}
._2sgsf {
    max-width: 30%;
    flex-basis: 30%;
    padding: 20px;
}

._3sgsf {
    max-width: 70%;
    flex-basis: 70%;
    border-left: 1px solid rgb(229 231 235);
    padding: 20px;
}
.info-title {
    font-family: inherit;
    font-size: 21px;
    color: #000;
    margin-bottom: 15px;
    font-weight: 500;
}
.inv-img {
    float: left;
    width: 22px;
    margin-right: 5px;
}
.sub-title {
    font-family: inherit;
    font-size: 18px;
    color: #000;
    font-weight: 500;
    margin-bottom: 10px;
}
._2sgsf p {
    font-family: inherit;
    font-size: 16px;
    color: rgb(30 41 59);
    padding-bottom: 5px;
}
.timeline-warp {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    padding: 20px 0px;
    width: 100%;
    overflow: hidden;
}

.timeline {
    display: flex;
    display: -webkit-flex;
    position: relative;
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    flex-basis: 25%;
    -webkit-flex-basis: 25%;
    max-width: 25%;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
}
.timeline-content {
    font-size: 17px;
    text-align: center;
    font-family: inherit;
    font-weight: 500;
    color: #333;
    margin-bottom: 8px;
    height: 40px;
    overflow: hidden;
}
.timeline-warp .active .timelinecircle {
    background: #1ca764 !important;
    border: 2px solid #95e2be;
}
.timelinecircle {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
    background: #fff;
    position: relative;
    border: 2px solid #e0e0e0;
    z-index: 9;
}
.t-dnt {
    font-size: 15px;
    font-family: inherit;
    font-weight: 400;
    color: #747272;
    display: block;
    margin-top: 10px;
    height: 40px;
    overflow: hidden;
}
.timeline::after {
    content: "";
    width: 100%;
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    transform: translatey(-50%);
    display: block;
}
.options_coffee select {
  width: 100%;
  max-width: 300px;
  padding: 12px 30px 12px 10px;
  box-sizing: border-box;
  background-position: right 5px center;
  margin-bottom: 10px;
}
.options_coffee .option-tiltle{ font-family:inherit;  font-size: 17px; color: #1d1d1b; font-weight: 500; letter-spacing: .5px; }
.options_coffee { display:flex; flex-direction:column; }
.addons .options_coffee select{ max-width:500px; }
.addons .options_coffee { margin-bottom:10px; }
/* end */
.img-thumb-round{ display:flex; align-items:center;  }
.img-thumb-round img{ border-radius: 100%; margin-right: 15px; width: 140px;}
.title-drinks{ font-family:inherit; font-size:22px; color:#1d1d1b; font-weight:500; }
.column_ul{ display:flex; flex-wrap:wrap; margin:0px; padding:0px; }
.column_ul li{ max-width:50%; flex-basis: 50%; padding:15px;}
.filter_products{ margin-bottom:15px; }

@media only screen and (max-width: 1366px)
{
 
  .container, .container1{ width:100%; padding:0 30px; } 
  .column_4wrap{ padding:10px 8px; flex-basis: 25%; max-width: 25%;} .jurnl_p, .sfjsf{ max-width: 50%; flex-basis: 50%; } .sfjsf img{ height:100%; } .app_mimg{ width:320px; }
  .app_icon a img{ height: 50px; } .column_3wrap{padding: 10px;} .pl-40{ padding:20px 30px; }
  .page_content_right{ padding-left:30px; padding-right:30px; } .cpage_AGFJKA{ padding: 100px 0 100px;  } .page_mtitle{ font-size: 30px; line-height: 40px;}
  .b_story_logo{ width: 300px; } .htitle{ padding: 50px 50px 50px 30px !important; } .pag_pndg{ padding:0px; }.page_w50{ padding: 0px; }
  .page_btitle{ font-size: 55px; line-height: 65px;} .container_prd_detail{ padding: 0 30px; max-width: 100%; }
  .product_zoom{ width:500px; } .product_details { width: calc(100% - 530px); margin-left: 30px;}
  footer .column_4wrap{ padding:10px 8px; flex-basis: 25%; max-width: 25%; } .enquiry_text, .center_content{ font-size:50px; }
  .pconet{ padding:30px; } ._2enform_space{ padding:0 30px 20px 30px; } .enform_space { padding: 0 0 0 30px;}
  .ct_imgae{ position:relative; width:100%; display:block; padding-top:180%; } .ct_imgae img{ position:absolute; top:0px; left:0px; }
}

@media only screen and (max-width: 1280px)
{
.header_wrap{ max-width:100%; padding:15px 15px;  grid-template-columns: 1fr auto 1fr;}
    .c-bag__content{ 
    align-content: center;
    display: grid;
    flex: 1;
    gap: 16px;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    grid-auto-rows: min-content;
    grid-template-columns: 1fr 1fr;
    position: relative;
    row-gap: 1.5rem;
    z-index: 0;
 } 
 .c-bag__bag-parent{ display: flex;
    flex-direction: column-reverse;
    gap: .5rem;
    position: relative; }
.black_text h2{ font-size:20px; }  .black_text p{ font-size:17px; } .pl15{ padding:10px 15px !important; } 
}

@media only screen and (max-width: 980px) { .container, .container1{ width:100%; padding:0 15px; }
 .header_wrap{ max-width:100%; padding:15px 15px 15px 70px;  grid-template-columns: auto 1fr;}   
body{ padding-top:65px; } .mid_img img{ width:100%; } .imgsline:after{ display:none; }
 /* mobile grid */
 .column_4wrap{ flex-basis: 50%; max-width: 50%; padding: 5px; } footer .column_4wrap{ flex-basis: 50%; max-width: 50%; padding: 5px; }
.column_2wrap, .column_3wrap{ flex-basis: 100%; max-width: 100%; padding: 5px; } .sfjsf, .jurnl_p{ max-width: 100%; flex-basis: 100%; }
.app_icon a{ width: 50%; float: left;} .column_30{ display:none; }  .cart-body{ padding: 0 0px;  } .apps_link{ flex-wrap:wrap; }

.slick-prev, .slick-next, .slick-dots{ display:none !important; }
.menu{ position:absolute; padding: 80px 0 0 0; } .menu-3column{ width:100%; } .mtitle{ font-size: 40px; font-weight: 500;  margin: 0px; transform: none; text-align: left;}
.menu nav{ padding: 5px 0 0; } .menu a{ padding: 6px 0; } .menu-row{ overflow-x: auto; height: 100%; }

 /* end */
.overlay-content h2, .page_btitle{ font-size:36px; line-height:40px; } .social a{ margin:0px; } .overlay-content{ width: 100% !important; padding: 0 20px !important; left: 0 !important; transform: translate(0, -50%) !important ; }
.mrnu_items, .h_social, .lgn_user span em, .leftsidebar{ display:none; } 
.nav_menu{ display:block; }  .mainpage_content{ width:100%; margin-left:0px; }
.site-header__logo{  width: 110px; } .add_cart_btn{ padding: 12px 15px; font-size: 17px; } .user_drop{ top:40px; right:0px; left:auto; }
.page_content{ padding:0px; }.pclose{ padding:10px; } .pclose .page_content{ padding:10px 0 0 ; } .pclose .img_full{ padding:0 5px; } .app_mimg{ max-width:300px; width:100%; padding: 20px 0px;  } .app_icon a img{ width:100%; height:auto; }
.page-product-slider .slick-track{ gap:10px; } .text_prdt{ align-items: center;  justify-content: space-between; } .seeall_btn{ margin:5px 0; }
.jurnl_p h2{ font-size:30px; } .jurnl_p{ padding:20px; } .page_content h2, .page_title, .black_bg .page_title{ font-size:40px; } .p40{ padding:20px 0; }
.flogo img{ height:50px; } .journl_div{ flex-direction: column-reverse; } .page_content h2 br{ display:none; } .sup{ padding:15px !important; }
.copyright span{ flex-basis:100%; max-width:100%; padding:10px 0 0 0; text-align:center; }  
.quick_links li{ font-size:16px; }  article h2{ padding: 0 0px 20px 0px; } .page_article{ padding: 0 5px;  } .page_wrapped_s{ border:0px; margin: 0px; padding:0px }
.image-bg{  height: 320px !important; object-fit: cover; }  .product_zoom, .product_details{ width:auto; flex-basis:100%; max-width:100%; margin:0px; padding: 0px 15px 15px 15px}
.page_title{ padding:0 0px 20px 0px } .create_page, .input-error{ font-size:17px; } .row_form{ margin-bottom:10px; }
._2enform_space { padding: 20px 15px 20px 15px;} .enform_space{ padding:0px }  .quick_heading { height: auto; padding-top: 0px;}
.flogo{ padding-top:80px; } .flogo img{ height:80px; }
.large-up-hide{ display:none; } .thumb_info h2{ font-size:16px; font-weight:500; } .overlay_info .thumb_info{ left: 0; transform: translate(0%, -50%); padding: 0 10px; width: 100%;}
.product__title{ height:auto; }

.faq-item{ margin:0 15px 15px; } .faq-question{ font-size: 23px; padding: 10px 15px; text-align: left; align-items: self-start;} .p100{ padding: 50px 0; }
.hsee{ position:relative; padding-right:110px; }
.hsee .seeall_btn{ margin: 5px 0; position: absolute; right: 0px; top: 0px; }

/* cart */
.bskt-cart-item{  display: grid; grid-template: repeat(2, auto) / repeat(4, 1fr); gap: 0.5rem; margin-bottom: 0.5rem; }
.cart-item__media {  grid-row: 1 / 3; } .cart-item__details { grid-column: 2 / 4;  width: auto;} .cart-item__totals { display: flex; align-items: flex-start;
        justify-content: flex-end; } .cart-item__quantity { grid-column: 2 / 5; } .small-hide { display: block !important; }
.price_bsk{ display:none; }  .baslet_table thead, .baslet_table tbody {  display: block; width: 100%; }
.baslet_table thead tr{ display: flex;  justify-content: space-between; margin-bottom: 0.4rem; } .cart-item__details{ padding-left:0px !important; } 
.totls{ text-align:right; font-size:17px; padding-right:0px;  font-weight: 500;} .bckt_thumb{ width:95px; grid-row: 1 / 3;} .bckt_info a{ font-size:16px; }
.pdct_option{ font-size: 16px; font-weight:400; } .w170 { width: 140px !important;} .bskt-cart-item td{ padding-top:5px; }
footer .column_4wrap{ flex-basis: 100%; max-width: 100%; padding: 10px 0px; }  .app_qr{ height:145px; margin: 10px auto; }
.column_70{ flex-basis: 100%; max-width: 100%; }
.order-detail-header { flex-wrap: wrap; } .odr-item { max-width: 50%; flex-basis: 50%; padding-bottom: 10px;}
._2sgsf, ._3sgsf { flex-basis: 100%; max-width: 100%;} .sub-title { font-size: 17px; } ._3sgsf { border: 0px; }
.table {display: block; overflow-x: auto; white-space: nowrap; width: auto; } .bigger-title { font-size: 31px; } .order-detail-top {  flex-direction: column;         border-bottom: 1px solid #e6e8eccc;
        padding: 0 0 10px; margin-bottom: 15px !important;} .buy-add-btn{ padding: .7rem 1.5rem; } .top-right-AHDFJS span{ padding: .7rem 1.5rem; }
.bck_btn{ padding: 9px 16px; border-radius:10px; } .header_wrap{ align-items:center; }
.column_6wrap{ flex-basis: 33.33%; max-width: 33.33%; padding: 5px; } .fr_icon{ margin: 10px auto 10px; } .refer_box{padding: 15px; min-height: auto}
.text_fields{ font-size:35px; } .wrapper_row{ margin:0 -5px; } .column_5wrap {  flex-basis: 33.33%;  max-width: 33.33%;  padding: 5px;}
}

@media only screen and (max-width: 620px) {
  footer .column_4wrap{ flex-basis: 100%; max-width: 100%; padding: 10px 0px; } .quick_heading{ height:auto; }
  .ct_imgae{ padding-top: 100%;} .enquiry_text, .center_content { font-size: 35px;} .social_icon a img { width: 60px;}
  .page_content h2, .page_title, .black_bg .page_title { font-size: 35px; } .btn-continue{ padding: 10px 20px; font-size:15px; border-radius: 10px; }
  .copyright span br{ display:none; } .column_6wrap{ flex-basis: 50%; max-width: 50%; padding: 5px; }
  .column_5wrap {  flex-basis: 50%;  max-width: 50%;  padding: 5px;}
}