@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css");
/***** General CSS *****/

body {
  word-break: break-word;
  font: 15px/25px 'Poppins', sans-serif;
  color: #393939;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #28b16d;
  white-space: initial;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #393939;
}

a:hover {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

img {
  max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

ul {
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none;
}

p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}


/***** Font Files *****/

@font-face {
  font-family: 'Fonts Awesome';
  src: url(../fonts/fontawesome-webfont.eot);
  src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
  font-weight: 400;
  font-style: normal
}


/***** Custom Classes *****/

.noPadding {
  padding: 0;
}

.noLeft {
  padding-left: 0;
}

.noRight {
  padding-right: 0;
}

.centerCol {
  float: none;
  margin: 0 auto;
}

.theme-btn {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  padding: 15px 40px;
  color: #fff;
  margin: 20px 20px 20px 0;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  text-transform: capitalize;
  border: 2px solid;
  text-transform: uppercase;
}

.theme-btn:hover {
  background-color: #fff;
  color: #28b16d;
  border-color: #28b16d;
}

.flexRow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.flexCol {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  align-items: center;
}

h1 {
   font-family: "Barlow", sans-serif;
  font-size: 55px;
  line-height: 60px;
  color: #fff;
  font-weight: 500;
  margin: 0 0 17px;
}

h2 {
   font-family: "Barlow", sans-serif;
  font-size: 55px;
  line-height: 60px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 30px;
}

h3 {
   font-family: "Barlow", sans-serif;
  font-size: 30px;
  line-height: 34px;
  color: #000000;
  font-weight: 600;
  margin: 0 0 28px;
}

h4 {
   font-family: "Barlow", sans-serif;
  font-size: 24px;
  line-height: 29px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 13px;
}

h5 {
   font-family: "Barlow", sans-serif;
  font-size: 20px;
  line-height: 25px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 20px;
}

h6 {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 23px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 22px;
}

select {
  background: #fff url('../images/arrow.png') no-repeat right;
  padding: 0 40px 0 30px;
  
}

::-webkit-input-placeholder {
  color: #575757;
}

::-moz-placeholder {
  color: #575757;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #575757;
}

:-moz-placeholder {
  color: #575757;
  opacity: 1;
}


/*header css start */
header {
    padding: 0 0;
}

.head-top {
    padding: 10px 0px;
    background-color: #d3b159;
}

header .container-fluid {
    padding: 0 4%;
}
.head-top p {
    font-size: 14px;
    color: #000000;
    font-weight: 600;
    margin: 0;
}
li.yoll {
    background-color: #d3b159;
    padding: 5px 10px;
    border-radius: 100px;
}
.head-bot-sec .container-fluid {
    padding: 0 4%;
}
.head-bot-sec ul {
    display: flex;
    justify-content: end;
    gap: 30px;
    margin-bottom: 0;
    align-items: center;
}

.head-bot-sec ul li a {
    font-size: 14px;
    color: #000;
    font-weight: 600;
}
.head-bot-sec {
    padding: 10px 0px;
}

li.yoll h6 {
    margin: 0;
    color: #000;
    font-weight: 600;
}

.cart-head ul li a i {
    font-size: 20px;
    color: #c6c6c6;
    border: 1px solid #c6c6c6;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cart-head ul {
    display: flex;
    justify-content: end;
    gap: 10px;
    margin: 0;
}
.cart-head ul li {
    display: flex;
    align-items: center;
    gap: 10px;
}

.cart-head ul li h6 {
    margin: 0;
}
.head-second ul {
    display: flex;
    align-items: center;
    gap: 20px;
,: 0;
    margin: 0;
}
.inp {
    text-align: center;
    margin: 0 0 0 auto;
    position: relative;
    width: 85%;
}
.head-bot-sec .row {
    align-items: center;
}
.inp input {
    width: 100%;
    padding: 15px 30px;
    border: unset;
    background-color: #fff;
    border-radius: 30px;
    margin: 0 auto 0 0;
}
ul.acc-trade li {
    gap: 10px;
    display: flex;
    align-items: center;
}

ul.acc-trade li h6 {
    font-size: 14px;
    color: #000;
    margin: unset;
}
.head-bot {
    background-color: #f7f7f7;
    padding: 20px 0;
}
.head-bot .row {
    align-items: center;
}
.inp button {
    position: absolute;
    right: 0;
    top: 3px;
    font-size: 20px;
    color: #000;
    width: 52px;
    height: 52px;
    background-color: #d3b159;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: unset;
    outline: unset;
}
.head-second p {
    text-align: center;
    font-size: 14px;
    color: #000;
    margin: 0;
    font-weight: 600;
}

.head-second ul li {
    display: flex;
    align-items: center;
    gap: 10px;
}
.head-second {
    padding: 10px 0px;
}

.head-second .row {
    align-items: baseline;
}


/* Base styles for the language selection dropdown */
.language-slct {
    position: relative;
    display: inline-block;
    z-index: 3;
    border: 1px solid #fff;
    padding: 4px 5px;
}

/* Styles for the dropdown trigger (language button) */
.language-slct a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #333;
}

.language-slct img {
    width: 20px;
    height: 15px;
    margin-right: 5px;
}

.language-slct i {
    margin-left: 5px;
}
/* Styles for the dropdown menu */
.language-drop-down {
    display: none; /* Hidden by default */
    position: absolute;
    top: 100%; /* Position below the trigger */
    left: 0;
    background: white;
    border: 1px solid #ddd;
    z-index: 1000; /* Ensure it is above other content */
}

/* Styles for each dropdown item */
.language-drop-down a {
    display: block;
    padding: 10px 9px;
    color: #333;
    text-decoration: none;
    text-align: center;
}
.info-sel span {
    color: #fff;
}
.language-drop-down a:hover {
    background-color: #f0f0f0;
}

/* Class to show the dropdown menu */
.language-drop-down.open {
    display: block;
}
/* Styles for the dropdown menu */

.head-second ul li a {
    font-size: 14px;
    color: #000;
}

.head-second ul li p {
    font-size: 14px;
    color: #000;
    margin: 0;
}
.head-p {
    padding: 10px 15px;
    background-color: #fff;
    border-radius: 100px;
    width: fit-content;
    margin: 0 auto;
}

.head-top .row {
    align-items: center;
}

/*header css end*/
/*banner css start */
img.banner-img {
    width: 100%;
    height: 670px;
    object-fit: cover;
}

.banner-txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
}

section.banner {
    position: relative;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
  width: 100%;
}
.carousel-control.right,
.carousel-control.left {
  background: none;
  opacity: 1;
  width: 50px;
  height: 50px;
  top: initial;
  top: 40%;
  background: rgba(255, 255, 255, 0.1);
  text-shadow: none;
}
.carousel-control.right:hover,
.carousel-control.left:hover {
  background: rgba(255, 27, 27, 0.6);
  color: #fff;
}
.carousel-control.right .fa,
.carousel-control.left .fa {
  position: relative;
  top: 12px;
  font-size: 20px;
  color: #fff;
  opacity: 0.5;
}
.carousel-control.right {
  right: 0px;
}
.carousel-control.left {
  left: 0px;
}
.carousel-indicators {}
.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px!important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}
.carousel-caption {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  /* background: rgba(0, 0, 0, 0.1); */
  padding: 0 5%;
}
img.img-fluid {
    width: 100%;
    height: 950px;
    object-fit: cover;
}
.carousel-indicators li {
  border: none;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  background: #fff;
  width: 12px;
  height: 12px;
  margin: 0;
}
.carousel-indicators .active {
  margin: 0;
  background-color: #28b16d;
  width: 10px;
  height: 12px;
}
.btn-group .select {
  position: relative;
}
.btn-group .select input:checked + label {
  background-color: #ffc107;
}
.btn-group .select input:checked + label:hover, .btn-group .select input:checked + label:focus, .btn-group .select input:checked + label:active {
  background-color: #ffc107;
}
.btn-group .select input {
  opacity: 0;
  position: absolute;
}
.btn-group .select .button_select {
  margin: 0 10px 10px 0;
  display: flex;
  background-color: transparent;
}
.btn-group .select .button_select:hover, .btn-group .select .button_select:focus, .btn-group .select .button_select:active {
  background-color: transparent;
}

.option {
  position: relative;
}
.option input {
  opacity: 0;
  position: absolute;
}
.option input:checked + span {
  /* background-color: #ffc107; */
  border: 4px solid #c14c12;
}
.option input:checked + span:hover, .option input:checked + span:focus, .option input:checked + span:active {
  background-color: #ffc107;
}
.option .btn-option {
  margin: 13px 8px 0px 0;
  display: flex;
  /* background-color: transparent; */
  border-radius: 50%;
  height: 10px;
  width: 10px;
  padding: unset;
  border-color: transparent;
}
.option .btn-option:hover, .option .btn-option:focus, .option .btn-option:active {
  background-color: transparent;
}
td.value .btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 15px 15px;
    font-size: 1rem;
    border-radius: 3.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
span.btn.btn-warning.btn-option.color1 {
    background: #d3b159;
    border-radius: 50%;
    width: 15px;
    height: 15px;
}

span.btn.btn-warning.btn-option.color2 {
    background: #060606;
    height: 15px;
    width: 15px;
    border-radius: 50%;
}

span.btn.btn-warning.btn-option.color3 {
    background: #f2c198;
    width: 15px;
    height: 15px;
    border-radius: 50%;
}

span.btn.btn-warning.btn-option.color4 {
    background: #29ce6b;
    border-radius: 50%;
    height: 15px;
    width: 15px;
}

span.btn.btn-warning.btn-option.color5 {
    background: #030303;
}
.banner-sm-bx {
    margin: 0 0 0 auto;
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
}

.banner-sm-bx img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.banner_text h1 {
    font-size: 61px;
    line-height: 70px;
    color: #000000;
    font-style: italic;
    font-weight: 600;
}

.banner_text h1 span {
    display: block;
}
.banner_text p {
    font-size: 14px;
    width: 72%;
    color: #000;
    margin-bottom: 50px;
}
.ban-sm-txt-2 h4 {
    font-size: 20px;
    color: #000000;
    font-weight: 600;
    font-style: italic;
}
.ban-sm-txt-2 h5 {
    font-size: 20px;
    color: #d3b159;
    font-weight: 600;
    font-style: italic;
    margin-bottom: 10px;
}
.banner-sm-bx p {
    font-size: 15px;
    color: #7c7c7c;
    width: 90%;
}


.carousel-control-prev{
  background-color: #e8d194;
  width: 50px;
  height: 50px;
  font-size: 20px;
  border-radius: 50%;
  opacity: 1;
  position: absolute;
  z-index: 999;
  left: 20px;
  top: 380px;
  bottom: auto;
}
.carousel-control-next{
  left: auto;
  right: 20px;
  background-color: #e8d194;
  width: 50px;
  height: 50px;
  font-size: 20px;
  border-radius: 50%;
  opacity: 1;
  position: absolute;
  z-index: 999;
  top: 380px;
  bottom: auto;
}


.ban-sm-txt-2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}
.color {
    display: flex;
    align-items: baseline;
    gap: 10px;
}

.color label {
    font-size: 14px;
    color: #000000;
    font-family: 'Montserrat';
}
.banner-sm-bx ul {
    display: flex;
    align-items: center;
    margin: 20px 0px 20px;
    gap: 14px;
}

.banner-sm-bx ul li a.btn-2 {
    font-size: 12px;
    color: #000000;
    font-family: 'Montserrat';
    padding: 15px 28px;
    border: 1px solid #0000009e;
    border-radius: 100px;
}

.banner-sm-bx ul li a i {
    background-color: #d3b159;
    width: 90px;
    height: 52px;
    color: #000;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}
a.btn-1 {
    font-size: 12px;
    color: #151515;
    background-color: #d3b159;
    font-family: 'Montserrat';
    padding: 20px 35px;
    border-radius: 100px;
}
.banner-txt h1 {
    font-size: 61px;
    font-weight: 600;
    font-style: italic;
    line-height: 70px;
    color: #000000;
}

.banner-txt h1 span {
    display: block;
}

.banner-txt p {
    font-size: 14px;
    width: 37%;
    margin: 0 auto;
    margin-bottom: 30px;
    color: #000000;
}
.cart-icon ul li a i:hover {
    transition: 1s;
    color: #000;
    background-color: #e8d194;
    border: unset;
}
/*banner css end*/
/*find-your start*/
section.find-your .container-fluid {
    padding: 0 4%;
}

section.find-your .banner-sm-bx {
    width: 90%;
    border: 1px solid #cccccc;
    margin: 0 auto;
    margin-top: 30px;
    position: relative;
}
.tabs-open.curr {
    display: block;
}

.tabs-open {
    display: none;
}
section.banner-bottom {
    padding: 15px 0px;
}

section.banner-bottom ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: unset;
}

section.banner-bottom ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
}

section.banner-bottom ul li h5 {
    font-size: 22px;
    font-weight: 600;
    font-style: italic;
    color: #000;
    margin: 0;
    line-height: 26px;
}

section.banner-bottom ul li h5 span {
    display: block;
    font-size: 15px;
    font-family: 'Montserrat';
    font-style: normal;
    color: #7c7c7c;
}
.product-tab-list ul {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    margin-bottom: 0px;
    justify-content: center;
    gap: 10px;
}
.product-tab-list ul.tw {
    margin-bottom: 40px;
}
.product-tab-list ul li {
    font-size: 13px;
    color: #000;
    text-transform: capitalize;
    padding: 15px 40px;
    border-radius: 0px;
    font-family: 'Montserrat';
    border: 1px solid #000;
    border-radius: 100px;
}

.product-tab-list ul li.curr {
    background: #d3b159;
    color: #000;
    border: unset;
}
section.find-your {
    padding: 100px 0px;
}
section.find-your h3 {
    text-align: center;
    font-size: 50px;
    line-height: 60px;
    padding: 14px 0px;
    background-color: #d3b159;
    font-style: italic;
}
section.find-your .banner-sm-bx ul {
    justify-content: space-around;
}
.discount-tag {
  position: absolute;
  top: 17px;
  left: -9px;
  background-color: #d3b159;
  color: #000;
  padding: 5px 10px;
  font-weight: bold;
  font-size: 14px;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  transform: rotate(-38deg);
  overflow: hidden;
  width: 100px;
  text-align: center;
}

/*find-your end*/
.banner-sm-bx {
    width: 100%;
    border: 1px solid #cccccc;
    position: relative;
    overflow: hidden;
}

/*section.sign-up start*/
.sign-slid .slick-slide {
    margin: 0px 0px;
}
.sign-txt {
    position: absolute;
    top: 60px;
    padding-left: 2%;
}
.sign-slid .slick-prev.slick-disabled:before, .sign-slid .slick-next.slick-disabled:before{
  opacity: 1;
}
section.banner-bottom ul li::before {
    position: absolute;
    right: -150px;
    top: 7px;
    content: '';
    background-color: #00000069;
    width: 1px;
    height: 43px;
}
.sign-txt h3 {
    font-size: 50px;
    color: #000;
    line-height: 60px;
    font-style: italic;
    margin-bottom: 10px;
   }
   .sign-txt h4 {
    font-style: italic;
    color: #000;
    font-size: 43px;
    line-height: 53px;
    margin-bottom: 50px;
    font-weight: 600;
} 
section.sign-up {
    padding: 100px 0px 0px 0px;
    position: relative;
}
.sign-slid .slick-prev, .sign-slid .slick-next {
    position: absolute;
    left: 18px;
    z-index: 9999;
    opacity: 1;
}
section.banner-bottom ul li.last:before {
    display: none;
}
.sign-slid .slick-next {
    left: auto;
    right: 60px;
}
.sign-slid .slick-prev:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '\f060';
    font-family: 'FontAwesome';
    background-color: #d3b159;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sign-slid .slick-next:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '\f061';
    font-family: 'FontAwesome';
    background-color: #d3b159;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
}
/*sign-up end    */
/* footer */

footer {
    background-color: #d3b159;
    padding: 40px 4% 0;
    position: relative;
    z-index: 0;
}

.foot-bottom {
    padding: 0px 0px 25px;
    background: #d3b159;
}

.foot-bottom::before {
    right: 0;
    width: 100%;
    content: '';
    height: 1px;
    position: absolute;
    border-top: 1px solid #434343;
}

.footer-line-border {
    min-height: 100%;
    padding-top: 25px;
    padding-left: 28%;
    position: relative;
    padding-bottom: 50px;
}

.footer-line-border::after {
    bottom: 0;
    left: -1px;
    width: 1px;
    content: '';
    height: 75%;
    position: absolute;
    background-color: #434343;
    display: none;
}
.footer-logo img {
    margin-bottom: 30px;
}
footer h5 {
    color: #000;
    padding: 10px;
    font-size: 16px;
    line-height: 20px;
    position: relative;
    margin-bottom: 20px;
    text-transform: uppercase;
    border: unset;
    padding-left: 0;
}

footer h5::before {
    left: 0;
    bottom: 0;
    width: 60%;
    height: 1px;
    content: '';
    position: absolute;
    background-color: #434343;
    display: none;
}

footer p {
    font-size: 14px;
    color: #000;
    line-height: 24px;
}

.social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: #fff;
    background: #000;
    border: 1px solid #ffffff00;
    border-radius: 50%;
    font-size: 15px;
    margin-right: 10px;
    /* box-shadow: 0 5px 15px 0px rgb(0 0 0 / 60%); */
    transform: translatey(0px);
    transition: 0.3s all ease-in-out;
    overflow: hidden;
    transition: ease-in;
    transition-duration: 0.2s;
}

.social-links a:hover {
    color: #e8d194;
    background: #fff;
    transition: ease-out;
    border-color: #fff;
    transition-duration: 0.2s;
}

.quick-links {
    columns: 1;
}

.custom-flex {
    display: flex;
    gap: 26%;
}

.footer-logo {
    padding-top: 25px;
    padding-bottom: 40px;
}

.footer-logo h6 {
    color: #000;
    font-weight: 500;
    font-family: 'Montserrat';
    text-transform: uppercase;
}

.footer-logo a.log-ag {
    top: -50px;
    width: 180px;
    position: relative;
    margin-bottom: -15px;
    padding-bottom: 25px;
}

.footer-logo a.log-ag::before {
    left: 0;
    bottom: 0;
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    background-color: #434343;
}

.footer-logo a img {
    width: 100%;
    height: 70px;
    object-fit: contain;
}

.quick-links a {
    font-size: 14px;
    color: #000;
    line-height: 38px;
    font-family: 'Montserrat';
    text-transform: uppercase;
}

.quick-links a:hover {
    color: white;
    text-decoration: underline;
}

.foot-number {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 30px;
    font-family: 'Roboto';
    color: #fff;
    display: block;
    transition: ease-in;
    transition-duration: 0.2s;
}

.foot-timing li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    border-bottom: 1px solid #3c3c3c;
}

.foot-timing li span {
    font-size: 15px;
    font-family: 'Roboto';
    color: #a8a8a8;
}

.foot-bottom p {
    margin-top: 25px;
    text-align: center;
    color: #000;
}

/*top-seller-sec*/

.footer-last-ul {
    gap: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.footer-last-ul li a {
    gap: 10px;
    display: flex;
    color: #000;
    align-items: center;
    justify-content: center;
}

.footer-last-ul li a i {
    width: 35px;
    font-size: 20px;
    text-align: center;
    color: #000;
}
.footer-last-ul li {
    padding-bottom: 10px;
}
/* footer */
/*faqs start*/
 .accordion-button::after {
      display: none;
    }
    .accordion-item {
      border: none;
      border-bottom: 1px solid #ddd;
    }
    .accordion-button {
      background-color: transparent;
      padding: 1rem;
      display: flex;
      align-items: center;
      gap: 1rem;
      font-weight: 600;
      color: #000000;
      font-size: 25px;
      font-family: 'Barlow';
      font-style: italic;
    }
    .accordion-button:not(.collapsed) {
      border-bottom: 2px solid #b98900;
    }
    .accordion-button:focus {
      box-shadow: none;
    }

    .number-circle {
      border: 2px solid #ccc;
      border-radius: 50%;
      width: 32px;
      height: 32px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 14px;
      flex-shrink: 0;
    }
.accordion-button:not(.collapsed) {
    background-color: unset;
    color: #000;
    box-shadow: unset;
}
    .accordion-button.collapsed .number-circle {
      border-color: #ccc;
      color: #999;
    }
    .accordion-button:not(.collapsed) .number-circle {
      background-color: #e8d194;
      color: white;
      /* border-color: #b98900; */
      border: unset;
    }

    .accordion-icon {
      margin-left: auto;
      font-size: 18px;
    }

    .accordion-button.collapsed .accordion-icon::before {
      content: "\2b"; /* plus */
      background-color: #e8d194;
      width: 25px;
      font-size: 20px;
      height: 25px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-style: normal;
    }
    .accordion-button:not(.collapsed) .accordion-icon::before {
      content: "\2212"; /* minus */
      background-color: #e8d194;
      width: 25px;
      font-size: 20px;
      height: 25px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .accordion-body {
      padding: 0 1rem 1rem 4rem;
      color: #666;
      font-size: 14px;
      padding-top: 11px;
    }
    section.faqs {
    padding-bottom: 100px;
    padding-top: 100px;
}
.faq-txt h2 {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 10px;
    color: #000000;
    font-weight: 600;
    font-style: italic;
}
.faq-txt h4 {
    font-size: 43px;
    color: #d3b159;
    margin-bottom: 30px;
    line-height: 53px;
    font-style: italic;
    font-weight: 600;
}
.accordion-button:not(.collapsed) {
    background-color: unset;
    color: #000;
    box-shadow: unset;
}
.faq-txt p{
  color: #7c7c7c;
  font-size: 14px;
}
a.btn-1:hover {
    background-color: #000;
    color: #fff;
    transition: 1s;
}
.faq-txt {text-align: center;}
.banner-sm-bx ul li a.btn-2:hover {
    background-color: #d3b159;
    transition: 1s;
    color: #fff;
    border: unset;
}

.best-slid .slick-active {
    opacity: 1;
}
section.best-seller h3 {
    font-size: 50px;
    color: #000000;
    font-weight: 600;
    font-style: italic;
    background-color: #d3b159;
    padding: 20px 0px;
    line-height: 50px;
    padding-left: 4%;
}
section.best-seller .container-fluid{
  padding: 0 4%;
}

.best-slid .slick-prev, .best-slid .slick-next {
    position: absolute;
    top: -80px;
    right: 0;
    left: auto;
}

.best-slid .slick-prev {
    right: 50px;

}
.best-slid .slick-prev:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '\f060';
    font-family: 'FontAwesome';
    background-color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.best-slid .slick-next:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '\f061';
    font-family: 'FontAwesome';
    background-color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
section.find-your .discount-tag {
    display: none;
}



/*gallery start*/
section.gallery {
    padding-bottom: 100px;
}
section.gallery img {
    width: 100%;
}
.gallery-img-1 img {
    height: 534px;
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.gallery-img-2 img {
    height: 330px;
    object-fit: cover;
    border-radius: 15px;
}
/*inner-banner start*/
section.banner.inn img.banner-img {
    height: 400px;
    object-fit: cover;
    object-position: top;
}
.abt-img img {
    width: 100%;
    height: 576px;
    object-fit: cover;
    border-radius: 15px;
}
section.about {
    padding-top: 100px;
    
}
/*inner-banner end*/
.abt-txt h2 {
    font-size: 50px;
    line-height: 50px;
    color: #000000;
    font-style: italic;
    font-weight: 600;
    font-family: 'Barlow';
    margin-bottom: 10px;
}

.abt-txt h4 {
    font-size: 43px;
    line-height: 50px;
    font-weight: 600;
    color: #d3b159;
    font-style: italic;
}

.abt-txt p {
    font-size: 14px;
    color: #7c7c7c;
}
section.gallery.inn {
    padding: 100px 0px;
}
.faq-txt h4 {
    margin-bottom: 10px;
}

.faq-txt p {
    font-size: 14px;
    color: #7c7c7c;
    width: 80%;
    margin: 0 auto;
}
.accordion-item:last-child {
    border-bottom: unset;
}

/*acoount-page start*/
section.account {
  padding: 7% 5%;
}

.account-bx {
  padding: 30px;
  border: 1px solid #cccccc;
  border-radius: 20px;
}

.account-bx form input {
  width: 100%;
  margin-bottom: 20px;
  padding: 15px;
  border-radius: 0px;
  border: 1px solid #cccccc;
  outline: none;
}

.account-bx label {
  font-size: 20px;
  margin-bottom: 15px;
  color: #7c7c7c;
}

.account-bx h4 {
  font-size: 49px;
  color: #060000;
  font-weight: 500;
  margin-bottom: 30px;
  font-style: italic;
  font-weight: 600;
}

.rat {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.account-bx form .rat input {
  width: auto;
  margin: 0;
}

.rat p {
  margin: 0;
  font-size: 16px;
  color: #7c7c7c;
}

.account-bx button {
  margin: 0 auto;
  display: block;
  padding: 15px 40px;
  border: unset;
  font-size: 16px;
  color: #000;
  background-color: #d3b159;
  border-radius: 100px;
}
/*account end*/
/*Testimonials Start*/

.test-box.chg {
  margin-top: 0px;
  position: relative;
}

.slidr-rw.chg {
  margin-bottom: 20px;
  background: #fff;
  box-shadow: 0 0 3px #00000073;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.inner-testimonials-sec {
  padding: 100px 0;
}

.inner-testimonials-sec .sldr-img2 > img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}

.inner-testimonials-heading {
  text-align: center;
  margin-bottom: 35px;
}
.inner-testimonials-heading p {
  width: 70%;
  margin: 0 auto;
  color: #b5b5b5;
  font-weight: 500;
}
.inner-testimonials-heading h2 {
  font-size: 85px;
  margin-bottom: 25px;
}

.test-box img {
  width: inherit;
  margin-bottom: 5%;
  margin: 0 0 0 auto;
  display: block;
  margin-bottom: 20px;
}

.test-box::before {
  content: "";
  position: absolute;
  background-image: url(../images/testi-before.png);
  width: 90px;
  height: 45px;
  background-repeat: no-repeat;
  left: 38%;
  top: 76px;
  background-size: 100% 100%;
}

.test-box ul li p {
  font-size: 20px;
  color: #000;
  letter-spacing: 0;
  width: 100%;
  text-transform: uppercase;
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 600;
  line-height: 23px;
  margin: 0px;
  text-transform: capitalize;
}

.test-box p {
  font-weight: 500;
  font-size: 13px;
  color: #8a8a8a;
  margin-bottom: 4%;
  line-height: 22px;
  font-style: italic;
}

.test-box ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0px 0px;
}

.test-box ul i {
  color: #fb9500;
}

.reviewsBoxes {
  padding: 20px 20px 10px 0px;
  background: #fff;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.slidr-rw.chg .row {
  align-items: center;
}

.test-box ul li {
  font-size: 12px;
  color: #12121270;
}

/*Testimonials Ends*/
/*contact-pg start*/
section.contact-pg {
    padding: 100px 0px;
}
.cont-info h3 {
    font-size: 45px;
    line-height: 50px;
    font-weight: 600;
    font-style: italic;
    color: #000000;
    margin-bottom: 20px;
}

.cont-info p {
    font-size: 14px;
    color: #000;
    font-family: 'Montserrat';
}

.cont-info {
    margin: 0 auto;
    width: 85%;
}
.cont-info ul li {
    display: flex;
    align-items: center;
    gap:20px;
    padding-bottom: 20px;
}
.cont-info ul li i {
    color: #d3b159;
    font-size: 21px;
}
.cont-info ul li h5 {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    font-style: italic;
    margin: 0;
    line-height: 22px;
}

.cont-info ul li h5 span {
    display: block;
    font-size: 16px;
    color: #000000;
    font-style: normal;
    font-family: 'Poppins';
    font-weight: 500;
}

.cont-info ul li h5 span a {
   display: block;
   font-size: 16px;
   color: #000000;
   font-style: normal;
   font-family: 'Poppins';
   font-weight: 500;
}
.cont-main-bx {
    padding: 40px;
    background-color: #f5f5f5;
}

.cont-main-bx h3 {
    font-size: 45px;
    line-height: 50px;
    font-weight: 600;
    font-style: italic;
    color: #000000;
    margin-bottom: 10px;
}

.cont-main-bx p {
    font-size: 14px;
    width: 80%;
}

.cont-main-bx form input {
    width: 100%;
    border: unset;
    background-color: #fff;
    margin-bottom: 20px;
    padding: 12px;
    border-radius: 10px;
}

.cont-main-bx form textarea {
    width: 100%;
    height: 180px;
    resize: unset;
    border: unset;
    padding: 12px;
    border-radius: 10px;
    margin-bottom: 0px;
}

.cont-main-bx form button {
    width: 100%;
    padding: 12px;
    border: unset;
    background-color: #d3b159;
    border-radius: 100px;
    color: #fff;
    margin: 20px 0px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
/*requestpage start*/
section.request-invoice {
    padding: 100px 0px;
}

.req-txt input {
    width: 100%;
    padding: 15px;
    border-radius: 100px;
    border: 2px solid #e4e4e4;
    margin: 0px 0px 20px;
}

.req-txt h3 {
    font-size: 43px;
    line-height: 50px;
    margin-bottom: 30px;
    font-weight: 600;
    color: #d3b159;
    font-style: italic;
}
/*requestpage end*/
/* Cart Starts  */
.cart-product {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 30px 0;
  position: relative;
  border-bottom: 1px solid #e3e2e2;
}
.cart-product-img {
  width: 194px;
  height: 160px;
  /* display: flex; */
  /* justify-content: center; */
  /* align-items: center; */
  /* background-color: #e6e1e1; */
  border-radius: 10px;
}

.cart-product-img img {
  width: 190px;
  height: 150px;
  object-fit: cover;
  border-radius: 10px;
}
section.cart-sec {
  padding: 100px 0;
}
.cart-product-name {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 55px;
  margin: 0 41px;
  text-align: center;
}
.checkout-btn span {
    text-align: center;
    text-transform: uppercase;
}
.cart-product-name h6 {
  text-transform: capitalize;
  color: black;
  font-size: 18px;
  font-family: 'Barlow';
  font-weight: 600;
  font-style: italic;
}

.cart-product-name p {
  font-weight: 600;
  color: black;
  font-size: 18px;
}
.number {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 65px;
  border-radius: 11px;
  border: 1px solid #ececec;
  margin-right: 17px;
}
.number span {
  cursor: pointer;
  border-radius: 20px;
  width: 17px;
  height: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.number input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 47%;
  border: unset;
  /* text-align: center; */
  background: transparent;
  height: unset;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 13px;
}
.add-to-cart input {
  width: 100%;
  text-align: center;
  height: 59px;
  border-radius: 6px;
  border: 1px solid #adacac;
  font-size: 23px;
  color: rgba(0, 0, 0, 0.68);
  font-weight: 500;
  margin-top: 24px;
  font-family: Poppins;
  background-color: #f4f4f4;
}
.number span {
  cursor: pointer;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
}
.cart-product p {
  cursor: pointer;
}

.cart-right {
  border: 1px solid #e7e6e6;
  padding: 50px 30px;
  border-radius: 10px;
}
.Subtotal {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #d3d2d2;
  padding-bottom: 12px;
}

.Subtotal h6 {
  font-size: 18px;
}

.Subtotal p {
  font-size: 18px;
  color: black;
  font-weight: 600;
}

.Subtotal h6 {
  font-size: 18px;
  color: black;
  font-weight: 600;
}

.sub-total p img {
  margin-right: 12px;
}

.Subtotal {
  margin-bottom: 10px;
}

.Subtotal p {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.shipping {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 24px 0;
  border-bottom: 1px solid #d3d2d2;
  padding-bottom: 19px;
}

.shipping h6 {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}

.sub-total > h6 {
  padding-bottom: 10px;
  font-weight: 600;
  color: #000;
}

.cart-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 37px;
}

.checkout-btn {
  /* display: flex; */
  /* justify-content: center; */
  /* align-items: center; */
  background-color: #d3b159;
  padding: 15px;
  text-align: center;
  border-radius: 100px;
  color: #000;
}

.checkout-btn a {
  /* width: 100%; */
  /* display: flex; */
  /* justify-content: space-between; */
  /* align-items: center; */
  color: #000;
}

.continue-shopping > a {
  color: black;
  margin-top: 13px;
  font-weight: 600;
}

.continue-shopping {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.cart-total p {
    font-weight: 600;
    color: #000;
}
/* Cart Ends */
/* Checkout Starts  */
.checout-input input {
  width: 100%;
  /* border: 1px solid #cfcfcf; */
  height: 50px;
  padding: 20px;
  margin: 5px 0;
  background-color: #f2f2f2;
  border: unset;
}
.checout-input {
  margin: 10px 0;
}
.checout-input select.form-select {
  width: 100%;
  /* border: 1px solid #cfcfcf; */
  height: 50px;
  padding: 10px;
  margin: 5px 0;
  color: black;
  border: unset;
  background-color: #f2f2f2;
}
.checout-input textarea {
  width: 100%;
  resize: none;
  height: 170px;
}
section.checkout-page {
  padding: 100px 0;
}
.checout-input textarea {
  width: 100%;
  resize: none;
  height: 170px;
  padding: 20px;
  background-color: #f2f2f2;
  border: unset;
}

section.checkout-page {
  padding: 100px 5%;
}

.checkout-right {
  border: 1px solid #d5d5d5;
  padding: 30px 30px;
  border-radius: 10px;
}

.sub-total {
  /* display: flex; */
  justify-content: space-between;
  align-items: center;
  padding: 2px;
  border-bottom: 1px solid #d5d5d5;
  margin-bottom: 21px;
}
.sub-total label {
  cursor: pointer;
}
.sub-total input {
  margin-right: 10px;
}
.price {
  display: flex;
  justify-content: space-between;
  padding: 0;
}

.price h6 {
  color: #000;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 10px;
}

.price p {
  font-size: 18px;
  font-weight: 600;
  color: black;
}
.price-sub {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.price-sub {
  font-weight: 600;
  padding: 10px 0 5px 0;
  border-bottom: 1px solid #d1cdcd;
}

.price-sub p {
  font-weight: 600;
  color: black;
}

.Shipping {
  padding: 11px 0 5px;
}

.Shipping img {
  margin-right: 14px;
}
.Shipping {
  display: flex;
  justify-content: inherit;
  align-items: center;
}
label {
  display: inline-block;
  cursor: pointer;
  padding: 0 10px;
}
.Shipping input {
  margin-right: 8px;
}
.check-btm {
  padding: 50px 30px;
}
.instruction a {
  color: #000;
  font-weight: 600;
}
.check-btm img {
  margin-right: 10px;
}
.place-order {
  /* display: flex; */
  /* justify-content: center; */
  /* align-items: center; */
  margin-top: 27px;
  padding: 15px;
  background-color: #222221;
  border-radius: 100px;
  color: #fff;
}

.place-order a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.place-order a span:nth-child(1) {
  text-align: center;
  padding-left: 40%;
}

.place-order a span {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
.Shipping.txx {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.Shipping.txx h6 {
    font-weight: 600;
    color: #000;
    margin: 0;
}

.Shipping.txx p {
    margin: unset;
    font-weight: 600;
    color: #000;
}
.checout-input-rado {
    display: none;
}
.instruction {
    margin-bottom: 10px;
}
/* Checkout Ends */


section.privacy {
    padding: 100px 0px;
}

.privacy-txt p {
    font-size: 14px;
    color: #7c7c7c;
}

.privacy-txt ul li {
    display: flex;
    align-items: baseline;
    gap: 20px;
}

.privacy-txt ul li i {
    font-size: 20px;
    color: #d3b159;
}
/* InnerPage Shop start */
.product_grid ul {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    /* Needed for positioning the tool_tip */
}

.product_grid ul li {
    position: relative;
    /* Positioning context for tool_tip */
}

.product_grid ul li a:hover {
    color: #853f59;
}

.product_grid ul li a:focus-within {
    color: #000;
}

/* tool_tip styles */
.tool_tip {
    display: none;
    /* Hidden by default */
    position: absolute;
    bottom: 125%;
    /* Position above the link */
    left: 50%;
    transform: translateX(-50%);
    background-color: #000;
    /* Red background */
    color: white;
    /* White text */
    padding: 1px 5px;
    border-radius: 5px;
    white-space: nowrap;
    /* Prevent line breaks */
    z-index: 1;
    /* Ensure it appears above other elements */
    font-size: 10px;
}

.product_grid ul li a:hover .tool_tip {
    display: block;
    /* Show tool_tip on hover */
}

/* InnerPages start */

.connector-line {
    position: absolute;
    height: 7px;
    background-color: #d3b159;
    top: -3px;
    z-index: 1;
    border-radius: 40px;
}

span.rangeValues {
    text-align: left;
    display: block;
    padding-top: 20px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 0;
    font-family: 'GothamBook';
    color: #d3b159;
}

.start-label {
    transform: translateX(-30%);
}

.range-slider input[type=range] {
    -webkit-appearance: none;
    /* border: 1px solid white; */
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 1;
    /* Add this line */
    height: 7px;
    top: -3px;
    background-color: #d3b159;
}

.range-slider input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 1px;
    /* Adjust height if needed */
    /* background: #ddd; */
    border: none;
    border-radius: 3px;
        z-index: 99999999;
}

.range-slider input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    /* border: 2px solid #fff; */
    height: 20px;
    /* Increased size */
    width: 20px;
    /* Increased size */
    border-radius: 50%;
    background: #d3b159;
    margin-top: -10px;
    /* z-index: 99999999; */
    /* Adjust based on thumb size */
    cursor: pointer;
}

.range-slider input[type=range]:focus {
    outline: none;
}

.range-slider input[type=range]:focus::-webkit-slider-runnable-track {
    /* background: #ccc; */
}

/* Add styles for Firefox */
.range-slider input[type=range]::-moz-range-track {
    width: 100%;
    height: 1px;
    background: #ddd;
}

.range-slider input[type=range]::-moz-range-thumb {
    border: none;
    height: 20px;
    /* Increased size */
    width: 20px;
    /* Increased size */
    border-radius: 50%;
    background: #000;
}

/* Add styles for IE */
.range-slider input[type=range]::-ms-track {
    width: 100%;
    height: 1px;
    background: #d3b159;
    /* border-color: transparent; */
    color: transparent;
}

.range-slider input[type=range]::-ms-fill-lower {
    background: #000;
    border-radius: 10px;
}

.range-slider input[type=range]::-ms-fill-upper {
    background: #000;
    border-radius: 10px;
}

.range-slider input[type=range]::-ms-thumb {
    border: none;
    height: 20px;
    /* Increased size */
    width: 20px;
    /* Increased size */
    border-radius: 50%;
    background: #d3b159;
}

.bannertabs h5 {
    margin: 10px 0;
    font-size: 23px;
}



.range-slider {
    width: 100%;
    text-align: center;
    position: relative;
    margin-top: 90px;
}

.range-labels {
    position: relative;
    margin-bottom: 0;
    /* Keep this if needed */
    z-index: 99999;
    top: 0;
}

.start-label::after,
.end-label::after {
    content: '';
    position: absolute;
    bottom: -10px;
    /* Position the triangle below the label */
    left: 50%;
    /* Center the triangle */
    transform: translateX(-50%);
    /* Centering adjustment */
    border-width: 5px;
    /* Size of the triangle */
    border-style: solid;
    border-color: #d3b159 transparent transparent transparent;
    /* Triangle color */
    z-index: 9999;
}

.end-label::after {
    left: 50%;
    /* Keep this to center the triangle */
    transform: translateX(-50%);
    /* Centering adjustment for end label */
}

.start-label,
.end-label {
    position: absolute;
    top: -70px;
    /* Position above the slider */
    font-size: 14px;
    /* Keep this */
    font-weight: 400;
    
    /* Ensure labels are above the slider track */
    background-color: #d3b159;
    /* Background color */
    padding: 2px 10px;
    /* Padding for the label */
    border-radius: 0;
    /* Optional: rounded corners */
    transform: translateX(-34%);
    /* Center the labels */
    width: 60px;
    color: #ffff;
}

.start-label {
    left: 0;
    /* Initial left position */
}

.end-label {
    left: 100%;
    /* Initial right position */
    transform: translateX(-65%);
}


.bannertabs h5 {
    margin: 10px 0;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Barlow';
    font-weight: 600;
    font-style: italic;
    color: #000;
}

.bannertabs {
    background: white;
       padding: 50px 10px;
}
section.Inner_Product_Sec.sec {
    margin: 100px 0  100px 0;
}
.bannertabs .nav.nav1.stroke ul li a:hover {
    transition: 0.3s ease-in-out;
    margin-left: 15px;
}

.bannertabs .nav.nav1.stroke ul li a {
    text-align: left;
    text-transform: capitalize;
    display: block;
    padding: 15px 0;
    border-bottom: 1px solid #f1f2f2;
    font-weight: 400;
    transition: 0.3s ease-in-out;
    font-size: 16px;
    color: #000;
    font-weight: 600;
}

.bannertabs .nav.nav1.stroke ul li:last-child a {
    border: navajowhite;
}

.product_show ul li a {
    font-weight: 500;
    color: #a7a7a7;
}

.product_main_box .clothing_box_image img {
    height: 450px;
    object-fit: cover;
    object-position: center;
}

.product_grid ul {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    margin: 0;
    /* Needed for positioning the tool_tip */
}

.product_grid ul li {
    position: relative;
    /* Positioning context for tool_tip */
    font-weight: 600;
    color: #000;
}

.product_grid ul li a:hover {
    color: #853f59;
}

.product_grid ul li a:focus-within {
    color: #000;
}

/* tool_tip styles */
.tool_tip {
    display: none;
    /* Hidden by default */
    position: absolute;
    bottom: 125%;
    /* Position above the link */
    left: 50%;
    transform: translateX(-50%);
    background-color: #853f59;
    /* Red background */
    color: white;
    /* White text */
    padding: 1px 5px;
    border-radius: 0;
    white-space: nowrap;
    /* Prevent line breaks */
    z-index: 1;
    /* Ensure it appears above other elements */
    font-size: 17px;
}

.product_select {
    display: flex;
    align-items: center;
}

.product_select select {
    padding: 0 10px;
    appearance: auto;
    width: 100%;
    height: 40px;
    border: 1px solid #ebebeb;
    border-radius: 6px;
}

.product_show ul {
    display: flex;
    align-items: center;
    gap: 20px;
}

.product_show ul {
    font-family: montserrat;
    font-size: 17px;
    margin: 0;
}

.product_show ul li a:focus-within {
    color: #000;
}

.product_show ul li a:hover {
    color: #853f59;
}

.product_select h6 {
    width: 100px;
    margin: 0;
    font-size: 15px;
    text-transform: capitalize;
}

.product_grid ul li a:hover .tool_tip {
    display: block;
    /* Show tool_tip on hover */
}

h5.capi {
    text-transform: capitalize;
    margin-top: 30px;
}

.bannertabs .nav {
    display: block !important;

}

.product_top_bar {
    background-color: white;
    padding: 30px;
}

.product_heading h4 {
    font-size: 15px;
    font-family: 'Montserrat';
    font-weight: 600;
    text-transform: capitalize;
    margin: 0;
}

/* .bannertabs .nav1 ul {
    display: block !important;
} */
.product_main_box {
    margin: 30px 0 0  0;
}
.product_main_box  .our-product-img img {
    height: 340px;
    width: 100%;
    object-fit: cover;
}

.product_main_box .our-product-card {
    margin: 0 0 20px 0;
}
.product_main_box  .product-name h4 {
    font-size: 15px;
}
.product_main_box a {
    display: block;
}
.jewe-para{
    font-size: 22px;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 20px;
    font-family: 'Barlow';
    color: #000;
    font-style: italic;
}
section.Inner_Product_Sec.sec .banner-sm-bx {
    margin-bottom: 30px;
}
.product_grid ul li a {
    font-size: 17px;
    color: #000;
}
/* jewelary section ends */
/* Product Detail Starts  */
.productdetailsec {
  padding: 80px 0 50px;
}

.productdetailtext h3 {
  letter-spacing: 0;
  color: #000000;
}

.productdetailtext ul {
  padding: 0;
  margin: 13px 0 0;
}

.productdetailtext p {
  font-size: 14px;
  line-height: 31px;
  font-weight: 600;
  font-family: "Manrope", sans-serif;
}
/* Product Page Start  */

.catogeriesbox {
    margin-bottom: 20px;
    box-shadow: 0px 0px 20px 0px #3836362e;
    padding: 16px 40px 16px 23px;
    border-radius: 7px;
    border: 1px solid #fff;
    background-color: #d4af37;
    margin-top: 30px;
}

.catogeriesbox h4 {
    color: #fff;
    font-size: 25px;
    line-height: 25px;
    font-weight: 500;
    margin: 0;
    padding: 0px 5px 0;
    text-align: left;
    font-family: "naveid-regular";
}

.frequently-list #collapsetwo a {
  padding-left: 15px;
}

.frequently-list #collapsetwo li {
  padding-left: 30px;
}

.videoContent.inner {
    height: 280px;
    overflow: hidden;
    overflow-y: scroll;
}

section#glofpage .videoCard {
    padding-bottom: 20px !important;
}


/* For WebKit browsers */
::-webkit-scrollbar {
  width: 5px;              /* width of the scrollbar */
}

::-webkit-scrollbar-track {
  background: #f1f1f1;       /* color of the track */
  border-radius: 50px;
}

::-webkit-scrollbar-thumb {
  background: #888;          /* color of the scroll thumb */
  border-radius: 50px;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;          /* color on hover */
  border-radius: 50px;
}
section.productsec {
  padding: 80px 0px;
}

section.productsec.product-page-sec .product-bx {
  margin-bottom: 25px;
}

#accordion .panel-heading {
    padding: 0;
    position: relative;
    display: flex
;
    align-items: center;
}

.panel-heading-icon {
    position: absolute;
    right: 20px;
    margin-top: -12px;
}

.panel-heading-icon i {
    color: #c81c1b;
}

#accordion .panel-title > a {
    padding: 16px 30px;
    outline: none;
    text-decoration: none;
    
    display: flex
;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 400;
    border: 2px solid #d2b138 !important;
    border-radius: 8px;
    font-family: "naveid-regular";
    margin-bottom: 10px;
    color: #c81c1b;
}

.inner-imag.wow.bounceIn img {
  width: 80%;
}

#accordion .panel-heading .panel-title > a.accordion-toggle::before,
#accordion a[data-toggle="collapse"]::before {
  content: "\f068";
  float: right;
  font: normal normal normal 14px/1 FontAwesome;
  width: 30px;
  height: 30px;
  font-size: 12px;
  border-radius: 50px;
  text-align: center;
  padding: 9px 9px;
  margin: -7px 0;
  font-size: 21px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#accordion .panel-heading .panel-title > a.accordion-toggle.collapsed::before,
#accordion a.collapsed[data-toggle="collapse"]::before {
  content: "\f067";
  font: normal normal normal 14px/1 FontAwesome;
  color: #b5c448;
  font-size: 21px;
  display: none;
}

.frequently-list .panel-body ul li a {
    color: #000;
    font-size: 16px;
    position: relative;
    font-weight: 700;
    font-family: "naveid-regular";
}

.frequently-list .panel-group {
  margin-bottom: 0;
  background-color: transparent;
}

.frequently-list .panel-body ul li i {
  float: right;
  margin-top: 5px;
}

.frequently-list .panel-body ul li {
    text-align: left;
    padding: 16px 20px;
    margin-bottom: 10px;
    border: 2px solid #000 !important;
    border-radius: 8px;
}

.panel-body .row {
  display: flex;
  align-items: baseline;
}

.frequently-list {
  border-top: 0;
  border-radius: 0px;
}

.panel-body.below {
  padding-bottom: 20px !important;
  padding-top: 20px !important;
}

.catogeriesbox.price-filter-list {
  margin-top: 30px;
}

ul.mr_list {
  margin-bottom: 30px !important;
}

.panel-body ul {
  padding: 0;
  margin-bottom: 0;
  background-color: unset !important;
}

.frequently-list .panel-body li {
    width: 100%;
    display: flex
;
    align-items: center;
    gap: 15px;
}

.frequently-list .panel {
  border: none;
  border-top: 0;
}

.frequently-list .panel-default > .panel-heading {
  background-color: transparent;
}

.frequently-list .panel-body ul li:first-child {
  border: 1px solid #d8d5d5;
}

.frequently-list h4.panel-title {
    margin: 0;
    cursor: pointer;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    width: 100%;
}
.frequently-list .panel-body {
  padding: 0 !important;
}

.paddingbottom {
  padding: 0 0 30px;
  align-items: center;
}

.frequently-list .panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border: 0;
}

.frequently-list .panel-group .panel {
  margin: 0;
}

/* ======== */
.add-crt-wrapper {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  align-items: flex-end;
  width: 600px;
}
.add-to-cart {
  border: 1px solid transparent;
  background-color: #d4af37;
  padding: 10px 20px;
  text-transform: uppercase;
  color: black;
}
.add-to-cart img {
  filter: brightness(0) saturate(100%) invert(0%) sepia(5%) saturate(7500%)
    hue-rotate(228deg) brightness(98%) contrast(106%);
  height: 30px;
  width: 30px;
  object-fit: cover;
  margin-right: 10px;
}
.add-crt-wrapper i {
    display: none;
}
.product-desc .nav-tabs .nav-link.active {
  border-bottom: 2px solid #000;
  font-weight: 600;
}
.product-desc .nav-tabs .nav-link {
  border: none;
  color: #888;
}
.product-desc .nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
a.theme_btn {
    display: none;
}
.dv2productdetail select {
  padding: 16px 40px 16px 23px;
  border: 1px solid #fff;
  border-radius: 8px;
  background-image: url(../images/downArrow.png);
  background-repeat: no-repeat;
  background-size: 12px 8px;
  background-position: 94% 50%;
  background-color: #333;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 26px;
  width: 100%;
  color: #fff;
}

.dv3productdetail select {
  width: 80%;
  border: 1px solid #fff;
  border-radius: 8px;
  background-image: url(../images/downArrow.png);
  background-repeat: no-repeat;
  background-size: 12px 8px;
  background-position: 87% 50%;
  background-color: #333;
  line-height: 26px;
  color: #fff;
  padding: 16px 40px 16px 33px;
}

section.product-page {
  padding: 100px 40px;
}

.text-shoow-product h6 {
  text-transform: initial;
  text-align: right;
  margin: 0px;
}

.row.conts {
  align-items: center;
  margin-bottom: 31px;
}

.frequently-list .panel-body ul li input {
  display: none;
  cursor: pointer;
}

.frequently-list .panel-body ul li label {
    font-size: 18px;
    font-weight: 600;
    position: relative;
    padding-left: 45px;
    cursor: pointer;
    font-family: "Montserrat";
    color: #000;
}

section.product-page.work .art_box .imgShape img {
  height: 370px;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}

section.product-page .colrighMain {
  padding-left: 40px;
}

section.product-page .imgShape {
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 20px;
}

section.product-page.work .artbox_text h3 {
  letter-spacing: 0;
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
}

section.product-page.work .artbox_text .addlinks .price del {
  font-size: 13px;
  line-height: 20px;
}

section.product-page.work .artbox_text .addlinks .price ins {
  font-size: 20px;
  margin-right: 8px;
}

section.product-page.work .addlinks {
  margin: 10px 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

section.product-page.work .artbox_text p {
  font-size: 15px;
  line-height: 26px;
  padding: 3px 0 7px;
}

section.product-page.work .addlinks .cartbt a:hover {
  transform: scale(0.95);
}

section.product-page.work
  .frequently-list
  #accordion
  h4.panel-title
  a.color-green {
  background-image: url(../images/downArrow.png);
  background-repeat: no-repeat;
  background-size: 12px 8px;
  background-position: 94% 50%;
  background-color: #333;
  margin-bottom: 10px;
}

section.product-page.work .loadingMore ul.pagination {
  justify-content: flex-start;
  gap: 12px;
}

.loadingMore ul.pagination a.page-link {
  width: 44px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  font-size: 22px;
  color: #fff;
  background-image: linear-gradient(180deg, #009a16 0%, #003407 100%);
  background-color: transparent;
  border: 0;
}

.loadingMore ul.pagination a.page-link i {
  font-size: 18px;
}

.loadingMore ul.pagination a.page-link:hover {
  background-image: linear-gradient(180deg, #000f97 37%, #4a51e4 100%);
  color: #fff;
}

section.product-page.work .addlinks .cartbt {
  display: inline-block;
}

section.product-page.work .addlinks .cartbt a {
  background-color: transparent;
  font-family: "Open Sans", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  background-image: linear-gradient(180deg, #019901 0%, #043700 100%);
  border-radius: 50px 50px 50px 50px;
  padding: 12px 24px 12px 24px;
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.frequently-list .panel-body ul li label:before {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    border: 2px solid #fff;
    left: 0;
    top: -10%;
    border-radius: 4px;
    filter: drop-shadow(0px 0px 3px #fff);
    background: #d4af37;
}

.frequently-list .panel-body ul li input:checked + label:after {
    position: absolute;
    left: 12px;
    top: 1px;
    background: transparent;
    border-style: solid;
    border-width: 0px 2px 2px 0px;
    border-color: #fff;
    z-index: 12;
    width: 8px;
    height: 16px;
    content: "";
    transform: rotate(45deg);
}

section.product-page.work .art_box {
  margin-bottom: 50px;
}



.productdetailtext .input-group span.glyphicon.glyphicon-minus {
  font-size: 13px;
}

.productdetailtext .input-group span.glyphicon.glyphicon-plus {
  font-size: 13px;
  margin: 0;
  top: -15px;
  right: 3px;
}

.productdetailtext .input-group input.form-control.input-number {
  width: 100%;
  margin: 0 auto;
  display: table;
  height: 50px;
  text-align: center;
}

.productdetailtext .input-group {
  width: 50%;
  margin: 0 0 34px;
}

.iconlist ul {
  padding: 0;
  margin: 40px 0;
}
.iconlist ul li {
  display: flex;
  align-items: center;
  font-size: 15px;
  gap: 10px;
  list-style: none;
  margin-bottom: 4px;
  font-weight: 600;
  line-height: 30px;
}

.iconlist ul li > div {
  display: flex;
  align-items: center;
  gap: 10px;
}

.iconlist ul li > div i {
  font-size: 16px;
}

.productdetailtext .input-group span.input-group-btn {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}

.productdetailsmallportion {
  position: relative;
  top: 0;
  z-index: 99;
}

.productdetailsmallportion img {
  margin: auto;
  width: 100%;
  /* border: 4px solid #e1e1e1; */
  height: 100%;
}

.productdetailsmallportion img:hover {
  border: 2px solid #006df0;
}

.productdetailsec .productdetailportion {
  height: 570px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  /* background-color: #e6e1e1; */
}

.productdetailnav .slick-slide {
  opacity: 1;
  z-index: 9999;
  position: relative;
  margin-top: 20px;
}

.product-detail span {
  margin: 0;
}

.product-detail .num-in {
  background: transparent;
  box-shadow: none;
  width: 75%;
}

.product-detail input.in-num {
  border: 1px solid #dadada;
  background-color: transparent;
  width: 40%;
  margin: 0 5px;
}

.product-detail span {
  width: 30px !important;
  border: 1px solid #e3e3e3;
  border-radius: 50px;
  height: 30px !important;
  margin: 5px;
}

.product-detail .skin-2 .num-in span:before,
.product-detail .skin-2 .num-in span:after {
  background-color: #000;
}

.product-detail span:hover:before,
.product-detail span:hover:after {
  background-color: rgb(255, 255, 255) !important;
}

.product-detail span:hover {
  background-color: #006df0;
}
.iconlist {
  margin-top: 20px;
}

.description li.nav-item {
  margin-right: 12px;
}

.description li.nav-item button {
  width: 200px;
  height: 60px;
  background-color: transparent;
  border-radius: 0;
  font-size: 20px;
  font-weight: 700;
  color: #0e0e0f;
  font-family: "Syne", sans-serif;
}

.description li.nav-item .nav-link.active {
  border: unset;
  background: transparent;
  border-bottom: 2px solid #006df0;
}

.description .nav-tabs {
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: initial;
  margin-bottom: 30px;
}

.description {
  padding: 80px 0;
}

.description .tab-content p {
  color: #636363;
  font-weight: 400;
  font-size: 15px;
  line-height: 30px;
}

.productdetailfor .slick-slide img {
  width: 350px;
  border-radius: 20px;
  object-fit: cover;
}

.productdetailsmallportion img {
  width: 160px;
  /* padding: 12px 20px; */
  transition: 0.5s;
  position: relative;
  z-index: 999999999999999;
  height: 130px;
  border-radius: 10px;
  object-fit: contain;
  /* background-color: #e6e1e1; */
}

/* skin 2 */

.skin-2 .num-in {
  background: #f0f0f0;
  box-shadow: 0px 1px 4px rgb(0 0 0 / 15%);
  height: 40px;
  width: 110px;
  border-radius: 12px;
  cursor: pointer;
}

.skin-2 .num-in span {
  width: 40%;
  display: block;
  height: 40px;
  float: left;
  position: relative;
}

.skin-2 .num-in span:before,
.skin-2 .num-in span:after {
  content: "";
  position: absolute;
  background-color: #667780;
  height: 2px;
  width: 10px;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  margin-left: -5px;
}

.skin-2 .num-in span.plus:after {
  transform: rotate(90deg);
}

.skin-2 .num-in input {
  float: left;
  width: 20%;
  height: 37px;
  border: none;
  text-align: center;
  background-color: #f0f0f0;
  font-family: "Roboto";
}

.product-detail .num-in {
  background: transparent;
  box-shadow: none;
  width: 75%;
}

.product-detail input.in-num {
  border: 1px solid #dadada;
  background-color: transparent;
  width: 40%;
  margin: 0 5px;
}

.productdetailsec .btn10 {
  color: white;
}

/* / skin 2 */

.statment-choose h6 {
  font-size: 19px;
  color: #1a1a1a;
  font-weight: 600;
  margin: 10px 0;
  font-family: "Manrope", sans-serif;
}
ul.quan-count h5 {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #d4af37;
}
ul.rate-reviews {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: start;
}

ul.rate-reviews li {
  display: flex;
  align-items: center;
  gap: 10px;
}
ul.rate-reviews li h6 {
  margin: 0;
  font-size: 17px;
  font-family: "Manrope", sans-serif;
  color: #2f3542;
}

ul.rate-reviews li:first-child i {
  color: #facc2b;
  font-size: 15px;
}

ul.rate-reviews li:last-child i {
  color: #000;
  font-size: 22px;
  color: #facc2b;
}
.price h5 del {
  display: block;
  font-size: 13px;
  color: #a9a2a2;
  padding-right: 11px;
}

.price h5 {
  font-size: 45px;
  font-weight: 600;
  font-family: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* Product Detail Ends */

section.why-by-form-us {
    padding-bottom: 100px;
}
.why-txt {
    text-align: center;
    margin-bottom: 50px;
}

.why-txt h3 {
    font-size: 50px;
    line-height: 60px;
    font-weight: 600;
    color: #000;
}
.why-form-bx {
    text-align: center;
    padding: 20px;
    border: 1px solid #7c7c7c;
}

.why-form-bx img {
    margin-bottom: 20px;
}

.why-form-bx h4 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    font-style: italic;
    margin-bottom: 10px;
}

.why-form-bx p {
    font-size: 14px;
    color: #7c7c7c;
    margin: unset;
}
/*trade-account start*/
section.trade-account-bene {
    padding: 100px 0px;
}
.trade-acc-ben-txt h3 {
    font-size: 50px;
    line-height: 50px;
    font-weight: 600;
    font-style: italic;
    margin-bottom: 10px;
}
.trade-acc-ben-txt h6 {
    font-size: 20px;
    color: #000000;
}
.trade-acc-ben-txt p{
  font-size: 14px;
  color: #7c7c7c;
}
.trade-account-bene-img img {
    width: 100%;
}
section.open-accout .row {
    align-items: center;
}
.open-ac-img img {
    width: 100%;
}
.open-account-txt h3 {
    font-size: 50px;
    font-weight: 600;
    font-style: italic;
    margin-bottom: 15px;
    line-height: 50px;
}

.open-account-txt ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 10px;
}

.open-account-txt ul li p {
    font-size: 14px;
    color: #000;
    margin: unset;
}
section.open-accout {
    padding-bottom: 100px;
}
.who-apply-txt {
    text-align: center;
}
.app-bx ul {
    display: flex;
    align-items: center;
    gap: 20px;
}

.app-bx ul li h6 {
    font-size: 25px;
    line-height: 30px;
    margin: unset;
    font-weight: 600;
    color: #000000;
}

.who-apply-txt h3 {
    font-size: 50px;
    line-height: 50px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 15px;
}

.who-apply-txt p {
    font-size: 14px;
    color: #7c7c7c;
}
section.who-apply {
    padding: 80px 0px;
    background-image: url(../images/app-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 100px;
}
.app-bx ul {
    display: flex;
    align-items: center;
    gap: 20px;
}

.app-bx ul li h6 {
    font-size: 25px;
    line-height: 30px;
    margin: unset;
    font-weight: 600;
    color: #000000;
}
.how-apply-txt h4 {
    font-size: 50px;
    font-weight: 600;
    color: #000;
    font-style: italic;
    line-height: 50px;
    margin-bottom: 20px;
}

.how-apply-txt p {
    font-size: 14px;
    color: #7c7c7c;
}
.how-apply-txt ul li {
    display: flex;
    align-items: center;
    gap: 20px;
}

.how-apply-txt ul li h5 {
    font-size: 10px;
    color: #000;
    font-weight: 600;
    background-color: #d3b159;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: italic;
}

.how-apply-txt ul li p {
    font-size: 14px;
    font-weight: 600;
    color: #000;
}
.how-app-img img {
    width: 100%;
}
section.how-apply {
    padding-bottom: 100px;
}
section.apply-today {
    margin-bottom: 100px;
    background-color: #d3b159;
    padding: 40px 0px;
    text-align: center;
}

section.apply-today p {
    font-size: 28px;
    font-weight: 600;
    color: #000;
    font-style: italic;
    line-height: 34px;
    margin: unset;
}

section.apply-today p span {
    display: block;
}
.ref-img img {
    width: 100%;
}
.refer-txt h3 {
    font-size: 50px;
    line-height: 50px;
    color: #000;
    font-weight: 600;
    font-style: italic;
}
.refer-txt p {
    font-size: 14px;
    color: #7c7c7c;
}

.refer-txt h5 {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    font-style: italic;
    margin: 30px 0px 10px;
}

.refer-txt .how-apply-txt ul li p {
    margin: unset;
    margin-bottom: 20px;
}
.refer-txt .how-apply-txt ul li h5 {
    margin: unset;
    margin-bottom: 20px;
}
.refer-bx-bot {
    text-align: center;
    background-color: #d3b159;
    padding: 20px 0px;
    margin: 20px 0px;
    border-radius: 10px;
}

.refer-bx-bot h5 {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    margin-bottom: 10px;
    font-style: italic;
}

.refer-bx-bot p {
    font-size: 14px;
    color: #000000;
    font-weight: 600;
    font-style: italic;
    font-family: 'Barlow';
    /* width: 80%; */
    margin: 0 auto;
}

.refer-bx-bot p span {
    display: block;
    margin: unset;
}
.head-bot-sec ul li a.actve {
    padding: 10px;
    background-color: #d3b159;
    border-radius: 100px;
}
.cart-para .how-apply-txt ul li h5 {
    width: 4%;
    /* height: 29%; */
    border-radius: 21%;
    font-size: 20px;
    margin: unset;
    margin-bottom: 20px;
    font-style: normal;
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*online-form start*/
section.online-form {
    padding-bottom: 100px;
}

section.online-form .account-bx {
    margin: 0 auto;
    width: 70%;
}
.refer-txt .how-apply-txt ul li p span {
    font-weight: 800;
    font-size: 16px;
}
.cat-siz {
    margin: 0 230px auto;
    display: block;
    width: fit-content;
    margin-top: -11%;
    position: relative;
    z-index: 9999;
}

.cat-siz select {
    background-color: #d3b159;
    padding: 7px 10px;
    text-align: center;
    border-radius: 100px;
    color: #000;
}



.cat-siz h5 {
    font-size: 18px;
    font-family: 'Barlow';
    font-weight: 600;
    font-style: italic;
    text-align: center;
    color: #000;
    margin-bottom: 9px;
}
section.related-parts {
    padding-bottom: 70px;
}
.related-parts-txt p {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    color: #000;
}
p.check-pa {
    font-size: 16px;
    margin: 20px 0px 0px 0px;
    font-weight: 700;
    color: #000;
}
/*online-form end*/
/*checkout ratio button start*/
.mydict :focus {
  outline: 0;
  border-color: #d3b159;
  box-shadow: 0 0 0 4px #d3b159;
}

.mydict div {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.5rem;
  justify-content: center;
}

.mydict input[type="radio"] {
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.mydict input[type="radio"]:checked + span {
  box-shadow: 0 0 0 0.0625em #d3b159;
  background-color: #d3b159;
  z-index: 1;
  color: #0043ed;
}
.pay-with span img {
    width: 100px;
    height: 100px;
    object-fit: contain;
}

.mydict {
    display: flex;
    align-items: center;
    gap: 30px;
}
.mydict label span {
  display: block;
  cursor: pointer;
  background-color: #fff;
  padding: 0.375em .75em;
  position: relative;
  margin-left: .0625em;
  box-shadow: 0 0 0 0.0625em #b5bfd9;
  letter-spacing: .05em;
  color: #3e4963;
  text-align: center;
  transition: background-color .5s ease;
}

.mydict label:first-child span {
  border-radius: .375em 0 0 .375em;
}

.mydict label:last-child span {
  border-radius: 0 .375em .375em 0;
}

/*checkout ratio button end*/

.box-CAPTCHA, .box-done {transition: all .5s ease-in-out;}

.CAPTCHA {
  width: 235px;
  height: 86px;
  background:linear-gradient(to left, #ececec, silver, #ececec);
  margin: 40px 10px 10px;
  color: #cfb152;
  font-size: 35px;
  line-height: 100px;
  border: 2px solid #888;
  border-radius: 10px;
  float: left;
  pointer-events: none;
  text-align: center;
  transition: all .5s ease-in-out;
}

.reload {
  float: left;
  margin-top: 80px;
  text-align: center;
  width: 25px;
  /* height: 25px; */
  outline: none;
  border: none;
  background: #FFF;
  cursor: pointer;
  border: 1px solid #444;
  border-radius: 3px;
  transition: all .5s ease-in-out;
}

.reload:hover {
  /* background: #f2f2f2; */
}

.reload i {
  font-size: 20px;
  margin-left: -4px;
  font-weight: bold;
  transform: rotateY(180deg);
}

input#input {
  outline: none;
  width: 325px;
  height: 30px;
  background:#F2F2F2;
  margin: 10px 10px;
  color: #444;
  line-height: 30px;
  border: 2px solid #888;
  border-radius: 5px;
  transition: all .5s ease-in-out;
}

.submit {
  outline: none;
  border: none;
  width: 120px;
  /* height: 40px; */
  /* margin: 10px 120px; */
  cursor: pointer;
  /* background: #3792e2; */
  color: #FFF;
  /* font-weight: bold; */
  border-radius: 20px;
  border: 1px solid #444;
  transition: all .5s ease-in-out;
}

.submit:hover {
  /* background: #1b7ed6; */
}

.submit:active {
  background: #0d4779;
}

.box-done h1 {
    position: absolute;
    color: #444;
    margin: 110px 90px;
    font-size: 50px;
}

.box-done h1 i {
    font-size: 42px;
    background: #080;
    color: #fff;
    border-radius: 50%;
    margin-right: 10px;
    width: 45px;
    height: 45px;
    font-weight: bold;
}
.box {
    margin: 0 auto;
    width: 90%;
}

/* Chatbot */
.botIcon {
  bottom: 15px;
  left: 15px;
  position: fixed;
  z-index: 9999;
}
.iconInner {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background: #a64bf4;
  background: -webkit-linear-gradient(
    to left,
    #00dbde,
    #fc00ff,
    #00dbde,
    #fc00ff
  );
  background: -o-linear-gradient(to left, #00dbde, #fc00ff, #00dbde, #fc00ff);
  background: -moz-linear-gradient(to left, #00dbde, #fc00ff, #00dbde, #fc00ff);
  background: linear-gradient(to left, #cfb152, #cfb152, #cfb152, #cfb152);
  background-position: 50%;
  background-size: 300%;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1.7em;
  height: 2em;
  justify-content: center;
  width: 2em;
}
.botSubject,
.messages,
.showBotSubject .botIconContainer,
.showMessenger .botIconContainer {
  display: none;
}
/* .showBotSubject .botSubject {display: block;}
.showMessenger .messages {display: block;}
.botSubject {position: relative;width: 300px;}
.botIcon .messages {background: none;border: none;border-radius: 0;bottom: 0;box-shadow: 0px 0px 30px -5px #000;min-height: 250px;max-height: 50vh;margin: 0;padding: 0;position: relative;right: 0;width: 300px;}
.screen {background-color: #fff;position: absolute;height: 100%;overflow: hidden;width: 100%;}
.botIcon .messages .body {box-sizing: border-box;height: calc(100% - 40px);overflow-y: auto;padding: 0px 12px 6px;}
.botIcon .messages .body .msg {-webkit-animation: msg 1s;-moz-animation: msg 1s;-ms-animation: msg 1s;-o-animation: msg 1s;animation: msg 1s;background-color: #1666af;border-radius: 0px 10px 10px 10px;box-sizing: border-box;clear: both;color: #fff;margin-top: 10px;opacity: 1;display: block;overflow: hidden;padding: 10px 10px;width: 100%;float: left;width: auto;}
.messages .body .msg.user {background-color: #fff;box-shadow: 0 0 4px rgba(0, 0, 0 , .5);border-radius: 10px 0px 10px 10px;color: #000;float: right;width: auto;}
.botIcon .messages .footer, .botSubject > form {box-shadow: 0px -1px 3px rgba(0, 0, 0, 0.5);bottom: 0;display: -webkit-flex;display: -moz-flex;display: -ms-flex;display: -o-flex;display: flex;padding: 0;position: absolute;width: 100%;z-index: 100;}
.botSubject > form {background-color: #fff;padding: 20px 15px;position: static;}
.botIcon .messages .footer input, .botSubject input {border-width: 0px;box-sizing: border-box;font-size: 1em;margin: 0;padding-left: 10px;}
.botIcon .messages .footer input[type="text"], .botSubject input[type="text"] {border: 1px solid;width: calc(100% - 70px);}
.botIcon .messages .footer input[type="submit"], .messages .footer input[type="button"], .messages .footer button, .botSubject input[type="submit"], .botSubject input[type="button"], .botSubject button {width: 60px;}
.botIcon .messages .footer input, .messages .footer button, .botSubject input, .botSubject button {height: 40px;}
.botIcon .messages .footer button, .botSubject button {background-color: #123123;border: 0px solid black;color: white;width: 70px;margin: 0px;outline: none;}
.botIcon .messages .footer button:hover, .botSubject button:hover {opacity: 0.7;}
.botIcon .btn.btn-default.buyc_btn {border-radius: 0 !important;color: #fff;margin: 0;padding: 0;}
.botIcon .btn.btn-default.buyc_btn:hover {padding: 0;}
.closeBtn {background: #a64bf4;background: -webkit-linear-gradient(right, #00dbde, #fc00ff, #00dbde, #fc00ff);background: -o-linear-gradient(right, #00dbde, #fc00ff, #00dbde, #fc00ff);background: -moz-linear-gradient(right,#00dbde, #fc00ff, #00dbde,#fc00ff);background: linear-gradient(right, #00dbde, #fc00ff, #00dbde, #fc00ff);background-position: 50%;background-size: 300%;border-radius: 50%;height: 30px;position: absolute;right: 0;top: 0;-webkit-transform: translate(50%, -50%);-ms-transform: translate(50%, -50%);transform: translate(50%, -50%);width: 30px;z-index: 999;}
.closeBtn::before, .closeBtn::after {background-color: #fff;content: "";display: block;height: 2px;left: 50%;position: absolute;top: 50%;-webkit-transform: translate(-50%, -50%) rotate(45deg);-ms-transform: translate(-50%, -50%) rotate(45deg);transform: translate(-50%, -50%) rotate(45deg);width: 20px;}
.closeBtn::after {-webkit-transform: translate(-50%, -50%) rotate(-45deg);-ms-transform: translate(-50%, -50%) rotate(-45deg);transform: translate(-50%, -50%) rotate(-45deg);}

@-webkit-keyframes msg {
  0% {opacity: 0;-webkit-transform: translateY(20px);}
  100% {opacity: 1;-webkit-transform: translateY(0px);}
}
@-o-keyframes msg {
  0% {opacity: 0;-o-transform: translateY(20px);}
  100% {opacity: 1;-o-transform: translateY(0px);}
}
@-moz-keyframes msg {
  0% {opacity: 0;-moz-transform: translateY(20px);}
  100% {opacity: 1;-moz-transform: translateY(0px);}
}
@-ms-keyframes msg {
  0% {opacity: 0;-ms-transform: translateY(20px);}
  100% {opacity: 1;-ms-transform: translateY(0px);}
}
@keyframes msg {
  0% {opacity: 0;transform: translateY(20px);}
  100% {opacity: 1;transform: translateY(0px);}
}

@media only screen and (max-width: 412px) {
  .botSubject, .botIcon .messages {width: 280px;}
} */

.botIcon .Messages,
.botIcon .Messages_list {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.chat_close_icon {
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  position: absolute;
  right: 12px;
  z-index: 9;
}
.chat_on {
  background-color: #8a57cf;
  bottom: 20px;
  border-radius: 50%;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
  color: #fff;
  cursor: pointer;
  display: block;
  height: 45px;
  padding: 9px;
  position: fixed;
  right: 15px;
  text-align: center;
  width: 45px;
  z-index: 10;
}
.chat_on_icon {
  color: #fff;
  font-size: 25px;
  text-align: center;
}
.botIcon .Layout {
  -webkit-animation: appear 0.15s cubic-bezier(0.25, 0.25, 0.5, 1.1);
  -ms-animation: appear 0.15s cubic-bezier(0.25, 0.25, 0.5, 1.1);
  animation: appear 0.15s cubic-bezier(0.25, 0.25, 0.5, 1.1);
  -webkit-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  background-color: #000;
  bottom: 20px;
  border-radius: 10px;
  box-shadow: 5px 0 20px 5px rgba(0, 0, 0, 0.1);
  box-sizing: content-box !important;
  color: rgb(255, 255, 255);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  max-height: 30px;
  max-width: 300px;
  min-width: 50px;
  opacity: 0;
  pointer-events: auto;
  position: fixed;
  -webkit-transition: right 0.1s cubic-bezier(0.25, 0.25, 0.5, 1),
    bottom 0.1s cubic-bezier(0.25, 0.25, 0.5, 1),
    min-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
    max-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
    min-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
    max-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
    border-radius 50ms cubic-bezier(0.25, 0.25, 0.5, 1) 0.15s,
    background-color 50ms cubic-bezier(0.25, 0.25, 0.5, 1) 0.15s,
    color 50ms cubic-bezier(0.25, 0.25, 0.5, 1) 0.15s;
  -ms-transition: right 0.1s cubic-bezier(0.25, 0.25, 0.5, 1),
    bottom 0.1s cubic-bezier(0.25, 0.25, 0.5, 1),
    min-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
    max-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
    min-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
    max-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
    border-radius 50ms cubic-bezier(0.25, 0.25, 0.5, 1) 0.15s,
    background-color 50ms cubic-bezier(0.25, 0.25, 0.5, 1) 0.15s,
    color 50ms cubic-bezier(0.25, 0.25, 0.5, 1) 0.15s;
  transition: right 0.1s cubic-bezier(0.25, 0.25, 0.5, 1),
    bottom 0.1s cubic-bezier(0.25, 0.25, 0.5, 1),
    min-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
    max-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
    min-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
    max-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
    border-radius 50ms cubic-bezier(0.25, 0.25, 0.5, 1) 0.15s,
    background-color 50ms cubic-bezier(0.25, 0.25, 0.5, 1) 0.15s,
    color 50ms cubic-bezier(0.25, 0.25, 0.5, 1) 0.15s;
  z-index: 999999999;
  outline: none;
}
.botIcon .Layout-open {
  border-radius: 10px;
  color: #fff;
  height: 500px;
  max-height: 500px;
  max-width: 300px;
  overflow: hidden;
  -webkit-transition: right 0.1s cubic-bezier(0.25, 0.25, 0.5, 1),
    bottom 0.1s cubic-bezier(0.25, 0.25, 0.5, 1.1),
    min-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
    max-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
    max-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
    min-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
    border-radius 0ms cubic-bezier(0.25, 0.25, 0.5, 1.1),
    background-color 0ms cubic-bezier(0.25, 0.25, 0.5, 1.1),
    color 0ms cubic-bezier(0.25, 0.25, 0.5, 1.1);
  -ms-transition: right 0.1s cubic-bezier(0.25, 0.25, 0.5, 1),
    bottom 0.1s cubic-bezier(0.25, 0.25, 0.5, 1.1),
    min-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
    max-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
    max-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
    min-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
    border-radius 0ms cubic-bezier(0.25, 0.25, 0.5, 1.1),
    background-color 0ms cubic-bezier(0.25, 0.25, 0.5, 1.1),
    color 0ms cubic-bezier(0.25, 0.25, 0.5, 1.1);
  transition: right 0.1s cubic-bezier(0.25, 0.25, 0.5, 1),
    bottom 0.1s cubic-bezier(0.25, 0.25, 0.5, 1.1),
    min-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
    max-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
    max-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
    min-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
    border-radius 0ms cubic-bezier(0.25, 0.25, 0.5, 1.1),
    background-color 0ms cubic-bezier(0.25, 0.25, 0.5, 1.1),
    color 0ms cubic-bezier(0.25, 0.25, 0.5, 1.1);
  width: 100%;
  outline: none;
}
.botIcon .Layout-expand {
  display: none;
  height: 400px;
  max-height: 100vh;
  min-height: 300px;
}
.showBotSubject.botIcon .Layout-expand {
  display: block;
}
.botIcon .Layout-mobile {
  bottom: 10px;
}
.botIcon .Layout-mobile.Layout-open {
  min-width: calc(100% - 20px);
  width: calc(100% - 20px);
}
.botIcon .Layout-mobile.Layout-expand {
  border-radius: 0 !important;
  bottom: 0;
  height: 100%;
  min-height: 100%;
  min-width: 100%;
  width: 100%;
}
.botIcon .Messenger_messenger {
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  width: 100%;
}
.botIcon .Messenger_header,
.botIcon .Messenger_messenger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.botIcon .Messenger_header {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #cfb152;
  color: rgb(255, 255, 255);
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 40px;
  padding-left: 10px;
  padding-right: 40px;
}

.botIcon .Messenger_header h4 {
  -webkit-animation: slidein 0.15s 0.3s;
  -ms-animation: slidein 0.15s 0.3s;
  animation: slidein 0.15s 0.3s;
  -webkit-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  font-size: 16px;
  opacity: 0;
}
.botIcon .Messenger_prompt {
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.botIcon .Messenger_content {
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 80px;
}
.botIcon .Messages {
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 10px;
  position: relative;
  -webkit-overflow-scrolling: touch;
}
.botIcon .Input {
  background-color: #fff;
  border-top: 1px solid #e6ebea;
  color: #96aab4;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-bottom: 15px;
  padding-top: 17px;
  position: relative;
  width: 100%;
  outline: none;
}
.botIcon .Input-blank .Input_field {
  max-height: 20px;
}
.botIcon .Input_field {
  background-color: transparent;
  border: none;
  outline: none;
  padding-left: 20px;
  padding-right: 45px;
  resize: none;
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  min-height: 20px !important;
  outline: none;
}
.botIcon .Input_button-emoji {
  right: 45px;
}
.botIcon .Input_button {
  background-color: transparent;
  border: none;
  bottom: 15px;
  cursor: pointer;
  height: 25px;
  outline: none;
  padding: 0;
  position: absolute;
  width: 25px;
}
.botIcon .Input_button-send {
  right: 15px;
}
.botIcon .Input-emoji .Input_button-emoji .Icon,
.botIcon .Input_button:hover .Icon {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.botIcon .Input-emoji .Input_button-emoji .Icon path,
.botIcon .Input_button:hover .Icon path {
  fill: #2c2c46;
}
.Icon svg {
  height: auto;
  width: 100%;
}

.msg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.msg.user {
  -webkit-box-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.msg + .msg {
  margin-top: 15px;
}
span.responsText {
  color: #000;
  display: inline-block;
  margin-left: 10px;
  vertical-align: top;
  max-width: calc(100% - 50px);
}
.msg.user span.responsText {
  margin-left: 0;
  margin-right: 10px;
}
span.avtr {
  display: inline-block;
  width: 30px;
}
span.avtr figure {
  background-color: #ccc;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  display: block;
  margin: 0;
  padding-bottom: 100%;
}

@-webkit-keyframes appear {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-ms-keyframes appear {
  0% {
    opacity: 0;
    -ms-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes appear {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes slidein {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-ms-keyframes slidein {
  0% {
    opacity: 0;
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slidein {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@media only screen and (max-width: 412px) {
  .botIcon .Layout-open {
    width: 250px;
  }
}


.sign-slid .slick-slide {
    position: relative;
}
.banner-txt h4 {
    font-size: 45px;
    font-family: 'Barlow';
    font-weight: 600;
    color: #000;
    font-style: italic;
    margin-bottom: 30px;
    line-height: 50px;
}



  .inp label {
      font-weight: bold;
      display: block;
      margin-bottom: 10px;
    }

   .inp select {
      width: 300px;
      padding: 13px;
      font-size: 16px;
      /* border: 2px solid #ccc; */
      border-radius: 8px;
      background-color: #fff;
      color: #333;
      /* box-shadow: 2px 2px 10px rgba(0,0,0,0.1); */
      appearance: none; /* Remove default arrow for better custom styling */
      border: unset;
    }
    label#dropdownLabel {
        position: absolute;
        top: 13px;
        right: 90px;
        z-index: 1;
        font-size: 12px;
    }
    .inp select optgroup {
      font-weight: bold;
      color: #444;
      background-color: #eee;
      padding: 5px;
    }

    .inp select option {
      padding: 10px;
      font-size: 15px;
    }

    /* Optional: Style the dropdown arrow using background image (only works on some browsers) */
    .inp select {
      background-image: url("data:image/svg+xml;utf8,<svg fill='gray' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
      background-repeat: no-repeat;
      background-position: right 10px center;
      background-size: 16px;
      position: absolute;
      right: 54px;
    }

    /*POP START*/
    /* cookie-popup */

.cookie-popup {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    z-index: 9999;
    display: flex;
    /* for centering */
    justify-content: center;
    align-items: center;
}

.cookie-content {
    display: flex;
    /* color: white; */
    max-width: 995px;
    min-height: 520px;
    position: relative;
    flex-direction: column;
    /* justify-content: center; */
    align-items: flex-start;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    background-image: url(../images/cookie-bg.png);
    background-position: center;
    background-size: cover;
    border-radius: 12px;
    width: 90%;
    background-color: #fff;
}

.cookie-content::before {
    top: 0;
    left: 0;
    z-index: 1;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url(../images/lets-work-color-img.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.cookie-content h3 {
    z-index: 1;
    margin-top: 0;
    font-size: 30px;
    font-weight: 400;
    color: #FFFFFF;
    position: relative;
    margin-bottom: 10px;
}

.cookie-content p {
    z-index: 1;
    font-size: 15px;
    position: relative;
    margin: 10px 0 20px;
}

.cookie-buttons {
    display: flex;
    gap: 15px;
    width: 100%;
}

.cookie-buttons button {
    background-color: #7300FF;
    color: white;
    border: 1px solid #7300FF;
    width: 100%;
    height: 43px;
    padding: 10px 20px;
    border-radius: 3px;
    font-size: 17px;
    font-family: 'Poppins';
    font-weight: bold;
    z-index: 1;
    position: relative;
    cursor: pointer;
    transition: ease-out;
    transition-duration: 0.5s;
}

.cookie-buttons button:hover {
    transition: ease-in;
    transition-duration: 0.5s;
    background-color: transparent;
}

.close-btn {
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 1;
    border: none;
    font-size: 20px;
    color: #7A7A7A;
    background: none;
    cursor: pointer;
}

.close-btn:hover {
    color: #ccc;
}
.md-img img {
    width: 100%;
    height: 520px;
    object-fit: cover;
}

.md-txt {
    text-align: center;
    position: relative;
    z-index: 9999;
    /* padding-top: 30px; */
}
.md-txt h3 {
    font-size: 87px;
    line-height: 88px;
    color: #000;
    font-weight: 600;
    font-style: italic;
    margin-bottom: 20px;
}
.md-txt p{
  font-size: 22px;
  line-height: 25px;
  margin-bottom: 30px;
  color: #000000;
}
.md-txt h5 {
    font-size: 28px;
    font-weight: 600;
    color: #000;
    font-style: italic;
}

.md-txt form button{
  width: 85%;
  padding:14px;
  color: #000;
  font-size: 23px;
  background-color: #d3b159;
  border:unset;
  border-radius: 30px;
  margin: 0 auto;
}
.md-txt form input{
  width: 85%;
  padding:14px;
  color: #000;
  font-size: 12px;
  background-color: #f2f2f2;
  margin-bottom: 20px;
  border:unset;
  border-radius: 30px;
  outline: none;
  margin: 0 auto;
  margin-bottom: 20px;
}

.modal-dialog {
    max-width: fit-content;
    width: fit-content;
}

.modal-content {
    background-color: inherit;
    border: none;
}

.modal-body {
    width: fit-content;
}
.btn-primary:hover {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}


.countdown {
      font-family: Arial, sans-serif;
      font-size: 2em;
      display: flex;
      gap: 20px;
      justify-content: center;
      margin-top: 20px;
      margin-bottom: 30px;
    }
    .countdown div {
      text-align: center;
      font-family: "Barlow", sans-serif;
      font-size: 40px;
      font-weight: 700;
      font-style: italic;
      color: #000;
    }

div#days {}
    .countdown div span {
      display: block;
      font-size: 12px;
      color: #989898;
      font-family: 'Poppins';
      font-weight: 400;
    }

    .refer-txt p span {
    font-weight: 700;
    font-size: 17px;
}
.account-bx p {
    font-weight: 700;
    color: #000;
}
/* cookie-popup */

/*header dropdown*/

.radiator-searchbox {
  position: relative;
  display: block;
  width: 80%;
  margin: 0 0 0 auto;
}

.radiator-category-btn {
  background: #fff;
  border: 1px solid #aaa;
  padding: 8px 15px;
  cursor: pointer;
  border-radius: 4px;
  font-size: 15px;
  color: #000000;
  width: 100%;
  border-radius: 40px;
  height: 52px;
  font-size: 18px;
}

.radiator-category-list {
  display: none;
  position: absolute;
  background: #fff;
  border: 1px solid #ddd;
  list-style: none;
  margin: 0;
  padding: 6px 0;
  width: 50%;
  z-index: 999;
  border-radius: 4px;
}
.radiator-category-list li {
    padding: 8px 15px;
    cursor: pointer;
    position: relative;
}

.radiator-category-list > li:hover > .radiator-megamenu {
    display: block !important;
}

.radiator-category-list > li:hover > .radiator-arrow {
 transform: rotate(270deg);
  color: #d3b159;
}
.radiator-category-wrap {
  position: relative;
}
.radiator-category-list li:hover {
  background: #f7f7f7;
}

.radiator-megamenu {
    display: none;
    position: absolute;
    left: 100%;
    background: #fff;
    border: 1px solid #ddd;
    width: 260px;
    padding: 10px;
    z-index: 1000;
    border-radius: 4px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    top: 0;
}

.radiator-megamenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.radiator-megamenu li {
  padding: 6px 10px;
  cursor: pointer;
}

.radiator-megamenu li:hover {
  background: #f2f2f2;
}

.radiator-arrow {
  float: right;
  transition: transform 0.3s ease;
  font-size: 18px;
  color: #000;
}
.radiator-arrow.rotate {
  transform: rotate(270deg);
  color: #d3b159;
}

/* Nested submenu inside mega menu */
.radiator-megamenu ul li {
  position: relative;
}

.nested-submenu {
    position: absolute;
    left: 104%;
    top: 0px;
    background: #fff;
    border: 1px solid #ddd;
    display: none;
    width: 200px;
    z-index: 200;
}
/* Show nested dropdown on hover */
.radiator-megamenu ul li:hover > .nested-submenu {
  display: block;
}

.radiator-megamenu li:hover .radiator-arrow {
  transform: rotate(270deg);
  color: #d3b159;
}


.radiator-category-list > li:hover > .radiator-arrow .radiator-megamenu li{
    transform: rotate(0deg);
  color: #000;
}
button#selctSearchBtn {
    position: absolute;
    right: 0;
    top: 0px;
    font-size: 20px;
    color: #000;
    width: 52px;
    height: 52px;
    background-color: #d3b159;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: unset;
    outline: unset;
}


/*header dropdown*/
/*Blogs */
.blog-cont h3 {
    color: #d4af37;
    font-size: 25px;
    line-height: 1.2;
}
.blog-cont ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
}

.blog-cont ul li {
    color: #d4af37;
    font-size: 13px;
    text-transform: uppercase;
    position: relative;
}

section.blogs {
    padding: 80px 0;
}
.blog-cont {
    padding: 0;
}


.img-blog img {
    width: 100%;
    border-radius: 20px;
    height: 300px;
    object-fit: cover;
}

.blog-box {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    border-radius: 20px;
    background: #fff;
    transition: 0.5s;
    border: 5px solid #fff;
}

.blog-box:hover {
    border: 5px solid #d4af37;
    border-radius: 25px;
}

.blog-cont ul li:before {
    position: absolute;
    content: '';
    background: #d4af37;
    right: -39%;
    top: 10%;
    height: 80%;
    width: 1px;
}

.blog-cont ul li:last-child:before {
    display: none;
}
section.blog-detail {
    padding: 80px 0;
}

section.blog-detail .img-blog img {
    height: 540px;
}

section.blog-detail .blog-cont h3 {
    font-size: 30px;
    margin: 0 0 10px 0;
}
/*end */


.radiator-category-wrap {
  position: relative;
}

/* Category list styling */
.radiator-category-list {
  position: absolute;
  top: 100%; /* below the button */
  left: 0;
  background: #fff;
  border: 1px solid #ddd;
  z-index: 1000;
  width: 220px;
}
.recent-blog-tle {
    margin: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.recent-blog-tle img {
    width: 30%;
    height: 150px;
}

.recent-blog-tle h6 {
    margin: 0;
}

.recent-blog-tle div {
    width: 65%;
}

.recent-blog-tle p {
    margin: 0;
}

.recent-blog-tle a {
    width: fit-content;
    display: block;
    padding: 10px 30px;
    margin: 10px 0 0 0;
}

.store-link-image img {
    height: 250px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.store-link {
    position: relative;
    z-index: 1;
}

.store-link-text {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #0000006e;
    border-radius: 10px;
}

.store-link-text a {
    font-size: 25px;
    color: #fff;
    font-family: "Barlow", sans-serif;
    text-transform: uppercase;
}



.bottom-para .d-flex {
    justify-content: space-between;
    align-items: center;
}

.bottom-para .d-flex h6 {background: #d3b159;padding: 10px 20px;color: #fff;border-radius: 3px;margin: 0;}