
@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Bai+Jamjuree:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap");
/* Hide compare buttons and compare modal */
.zui-wrapper-button[data-bs-target="#comparepopup"],
.zui-wrapper-button[data-bs-target="#comparepopup"] img,
img[src*="compare.png"] {
  display: none !important;
}
#comparepopup {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}


/* Hide wishlist links, heart icon, counters and mobile wishlist block */
a[href="wishlist.html"],
a[href="wishlist.html"] img,
img[src*="heart.png"],
.wishlist-count,
.wishlist-btn,
.cart-wishlist-mobile {
  display: none !important;
}

.intl-tel-input {
  position: relative;
  display: flex;
}

.intl-tel-input * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.intl-tel-input .hide {
  display: none;
}

.intl-tel-input .v-hide {
  visibility: hidden;
}

.intl-tel-input input,
.intl-tel-input input[type="text"],
.intl-tel-input input[type="tel"] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-inline-end: 36px;
  margin-inline-end: 0;
}

.intl-tel-input .flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}

.intl-tel-input .selected-flag {
  z-index: 1;
  position: relative;
  width: 36px;
  height: 100%;
  padding: 0 0 0 8px;
}

.intl-tel-input .selected-flag .iti-flag {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.intl-tel-input .selected-flag .iti-arrow {
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 2px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #555;
}

.intl-tel-input .selected-flag .iti-arrow.up {
  border-top: none;
  border-bottom: 4px solid #555;
}

.intl-tel-input .country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #ccc;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
}

.intl-tel-input .country-list.dropup {
  bottom: 100%;
  margin-bottom: -1px;
}

.intl-tel-input .country-list .flag-box {
  display: inline-block;
  width: 20px;
}

@media (max-width: 500px) {
  .intl-tel-input .country-list {
    white-space: normal;
  }
}

.intl-tel-input .country-list .divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
}

.intl-tel-input .country-list .country {
  padding: 5px 10px;
}

.intl-tel-input .country-list .country .dial-code {
  color: #999;
}

.intl-tel-input .country-list .country.highlight {
  background-color: rgba(0, 0, 0, 0.05);
}

.intl-tel-input .country-list .flag-box,
.intl-tel-input .country-list .country-name,
.intl-tel-input .country-list .dial-code {
  vertical-align: middle;
}

.intl-tel-input .country-list .flag-box,
.intl-tel-input .country-list .country-name {
  margin-inline-end: 6px;
}

.intl-tel-input.allow-dropdown input,
.intl-tel-input.allow-dropdown input[type="text"],
.intl-tel-input.allow-dropdown input[type="tel"],
.intl-tel-input.separate-dial-code input,
.intl-tel-input.separate-dial-code input[type="text"],
.intl-tel-input.separate-dial-code input[type="tel"] {
  padding-inline-end: 6px;
  padding-inline-start: 52px;
  margin-inline-start: 0;
}

.intl-tel-input.allow-dropdown .flag-container,
.intl-tel-input.separate-dial-code .flag-container {
  right: auto;
  left: 0;
}

.intl-tel-input.allow-dropdown .selected-flag,
.intl-tel-input.separate-dial-code .selected-flag {
  width: 46px;
}

.intl-tel-input.allow-dropdown .flag-container:hover {
  cursor: pointer;
}

.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}

.intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover,
.intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover {
  cursor: default;
}

.intl-tel-input.allow-dropdown
  input[disabled]
  + .flag-container:hover
  .selected-flag,
.intl-tel-input.allow-dropdown
  input[readonly]
  + .flag-container:hover
  .selected-flag {
  background-color: transparent;
}

.intl-tel-input.separate-dial-code .selected-flag {
  display: table;
}

.intl-tel-input.separate-dial-code .selected-dial-code {
  display: table-cell;
  vertical-align: middle;
  padding-inline-start: 8px;
}

.intl-tel-input.separate-dial-code.iti-sdc-2 input,
.intl-tel-input.separate-dial-code.iti-sdc-2 input[type="text"],
.intl-tel-input.separate-dial-code.iti-sdc-2 input[type="tel"] {
  padding-inline-start: 66px;
}

.intl-tel-input.separate-dial-code.iti-sdc-2 .selected-flag {
  width: 60px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type="text"],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type="tel"] {
  padding-inline-start: 76px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 .selected-flag {
  width: 70px;
}

.intl-tel-input.separate-dial-code.iti-sdc-3 input,
.intl-tel-input.separate-dial-code.iti-sdc-3 input[type="text"],
.intl-tel-input.separate-dial-code.iti-sdc-3 input[type="tel"] {
  padding-inline-start: 74px;
}

.intl-tel-input.separate-dial-code.iti-sdc-3 .selected-flag {
  width: 68px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type="text"],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type="tel"] {
  padding-inline-start: 84px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
  width: 78px;
}

.intl-tel-input.separate-dial-code.iti-sdc-4 input,
.intl-tel-input.separate-dial-code.iti-sdc-4 input[type="text"],
.intl-tel-input.separate-dial-code.iti-sdc-4 input[type="tel"] {
  padding-inline-start: 82px;
}

.intl-tel-input.separate-dial-code.iti-sdc-4 .selected-flag {
  width: 76px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type="text"],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type="tel"] {
  padding-inline-start: 92px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag {
  width: 86px;
}

.intl-tel-input.separate-dial-code.iti-sdc-5 input,
.intl-tel-input.separate-dial-code.iti-sdc-5 input[type="text"],
.intl-tel-input.separate-dial-code.iti-sdc-5 input[type="tel"] {
  padding-inline-start: 90px;
}

.intl-tel-input.separate-dial-code.iti-sdc-5 .selected-flag {
  width: 84px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type="text"],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type="tel"] {
  padding-inline-start: 100px;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 .selected-flag {
  width: 94px;
}

.intl-tel-input.iti-container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}

.intl-tel-input.iti-container:hover {
  cursor: pointer;
}

.iti-mobile .intl-tel-input.iti-container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}

.iti-mobile .intl-tel-input .country-list {
  max-height: 100%;
  width: 100%;
}

.iti-mobile .intl-tel-input .country-list .country {
  padding: 10px 10px;
  line-height: 1.5em;
}

.iti-flag {
  width: 20px;
}

.iti-flag.be {
  width: 18px;
}

.iti-flag.ch {
  width: 15px;
}

.iti-flag.mc {
  width: 19px;
}

.iti-flag.ne {
  width: 18px;
}

.iti-flag.np {
  width: 13px;
}

.iti-flag.va {
  width: 15px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (-o-min-device-pixel-ratio: 2 / 1),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  .iti-flag {
    background-size: 5630px 15px;
  }
}

.iti-flag.ac {
  height: 10px;
  background-position: 0px 0px;
}

.iti-flag.ad {
  height: 14px;
  background-position: -22px 0px;
}

.iti-flag.ae {
  height: 10px;
  background-position: -44px 0px;
}

.iti-flag.af {
  height: 14px;
  background-position: -66px 0px;
}

.iti-flag.ag {
  height: 14px;
  background-position: -88px 0px;
}

.iti-flag.ai {
  height: 10px;
  background-position: -110px 0px;
}

.iti-flag.al {
  height: 15px;
  background-position: -132px 0px;
}

.iti-flag.am {
  height: 10px;
  background-position: -154px 0px;
}

.iti-flag.ao {
  height: 14px;
  background-position: -176px 0px;
}

.iti-flag.aq {
  height: 14px;
  background-position: -198px 0px;
}

.iti-flag.ar {
  height: 13px;
  background-position: -220px 0px;
}

.iti-flag.as {
  height: 10px;
  background-position: -242px 0px;
}

.iti-flag.at {
  height: 14px;
  background-position: -264px 0px;
}
.rating-star h5{
  color: #FFD41D !important;
}
.iti-flag.au {
  height: 10px;
  background-position: -286px 0px;
}

.iti-flag.aw {
  height: 14px;
  background-position: -308px 0px;
}

.iti-flag.ax {
  height: 13px;
  background-position: -330px 0px;
}

.iti-flag.az {
  height: 10px;
  background-position: -352px 0px;
}

.iti-flag.ba {
  height: 10px;
  background-position: -374px 0px;
}

.iti-flag.bb {
  height: 14px;
  background-position: -396px 0px;
}

.iti-flag.bd {
  height: 12px;
  background-position: -418px 0px;
}

.iti-flag.be {
  height: 15px;
  background-position: -440px 0px;
}

.iti-flag.bf {
  height: 14px;
  background-position: -460px 0px;
}

.iti-flag.bg {
  height: 12px;
  background-position: -482px 0px;
}

.iti-flag.bh {
  height: 12px;
  background-position: -504px 0px;
}

.iti-flag.bi {
  height: 12px;
  background-position: -526px 0px;
}

.iti-flag.bj {
  height: 14px;
  background-position: -548px 0px;
}

.iti-flag.bl {
  height: 14px;
  background-position: -570px 0px;
}

.iti-flag.bm {
  height: 10px;
  background-position: -592px 0px;
}

.iti-flag.bn {
  height: 10px;
  background-position: -614px 0px;
}

.iti-flag.bo {
  height: 14px;
  background-position: -636px 0px;
}

.iti-flag.bq {
  height: 14px;
  background-position: -658px 0px;
}

.iti-flag.br {
  height: 14px;
  background-position: -680px 0px;
}

.iti-flag.bs {
  height: 10px;
  background-position: -702px 0px;
}

.iti-flag.bt {
  height: 14px;
  background-position: -724px 0px;
}

.iti-flag.bv {
  height: 15px;
  background-position: -746px 0px;
}

.iti-flag.bw {
  height: 14px;
  background-position: -768px 0px;
}

.iti-flag.by {
  height: 10px;
  background-position: -790px 0px;
}

.iti-flag.bz {
  height: 14px;
  background-position: -812px 0px;
}

.iti-flag.ca {
  height: 10px;
  background-position: -834px 0px;
}

.iti-flag.cc {
  height: 10px;
  background-position: -856px 0px;
}

.iti-flag.cd {
  height: 15px;
  background-position: -878px 0px;
}

.iti-flag.cf {
  height: 14px;
  background-position: -900px 0px;
}

.iti-flag.cg {
  height: 14px;
  background-position: -922px 0px;
}

.iti-flag.ch {
  height: 15px;
  background-position: -944px 0px;
}

.iti-flag.ci {
  height: 14px;
  background-position: -961px 0px;
}

.iti-flag.ck {
  height: 10px;
  background-position: -983px 0px;
}

.iti-flag.cl {
  height: 14px;
  background-position: -1005px 0px;
}

.iti-flag.cm {
  height: 14px;
  background-position: -1027px 0px;
}

.iti-flag.cn {
  height: 14px;
  background-position: -1049px 0px;
}

.iti-flag.co {
  height: 14px;
  background-position: -1071px 0px;
}

.iti-flag.cp {
  height: 14px;
  background-position: -1093px 0px;
}

.iti-flag.cr {
  height: 12px;
  background-position: -1115px 0px;
}

.iti-flag.cu {
  height: 10px;
  background-position: -1137px 0px;
}

.iti-flag.cv {
  height: 12px;
  background-position: -1159px 0px;
}

.iti-flag.cw {
  height: 14px;
  background-position: -1181px 0px;
}

.iti-flag.cx {
  height: 10px;
  background-position: -1203px 0px;
}

.iti-flag.cy {
  height: 13px;
  background-position: -1225px 0px;
}

.iti-flag.cz {
  height: 14px;
  background-position: -1247px 0px;
}

.iti-flag.de {
  height: 12px;
  background-position: -1269px 0px;
}

.iti-flag.dg {
  height: 10px;
  background-position: -1291px 0px;
}

.iti-flag.dj {
  height: 14px;
  background-position: -1313px 0px;
}

.iti-flag.dk {
  height: 15px;
  background-position: -1335px 0px;
}

.iti-flag.dm {
  height: 10px;
  background-position: -1357px 0px;
}

.iti-flag.do {
  height: 13px;
  background-position: -1379px 0px;
}

.iti-flag.dz {
  height: 14px;
  background-position: -1401px 0px;
}

.iti-flag.ea {
  height: 14px;
  background-position: -1423px 0px;
}

.iti-flag.ec {
  height: 14px;
  background-position: -1445px 0px;
}

.iti-flag.ee {
  height: 13px;
  background-position: -1467px 0px;
}

.iti-flag.eg {
  height: 14px;
  background-position: -1489px 0px;
}

.iti-flag.eh {
  height: 10px;
  background-position: -1511px 0px;
}

.iti-flag.er {
  height: 10px;
  background-position: -1533px 0px;
}

.iti-flag.es {
  height: 14px;
  background-position: -1555px 0px;
}

.iti-flag.et {
  height: 10px;
  background-position: -1577px 0px;
}

.iti-flag.eu {
  height: 14px;
  background-position: -1599px 0px;
}

.iti-flag.fi {
  height: 12px;
  background-position: -1621px 0px;
}

.iti-flag.fj {
  height: 10px;
  background-position: -1643px 0px;
}

.iti-flag.fk {
  height: 10px;
  background-position: -1665px 0px;
}

.iti-flag.fm {
  height: 11px;
  background-position: -1687px 0px;
}

.iti-flag.fo {
  height: 15px;
  background-position: -1709px 0px;
}

.iti-flag.fr {
  height: 14px;
  background-position: -1731px 0px;
}

.iti-flag.ga {
  height: 15px;
  background-position: -1753px 0px;
}

.iti-flag.gb {
  height: 10px;
  background-position: -1775px 0px;
}

.iti-flag.gd {
  height: 12px;
  background-position: -1797px 0px;
}

.iti-flag.ge {
  height: 14px;
  background-position: -1819px 0px;
}

.iti-flag.gf {
  height: 14px;
  background-position: -1841px 0px;
}

.iti-flag.gg {
  height: 14px;
  background-position: -1863px 0px;
}

.iti-flag.gh {
  height: 14px;
  background-position: -1885px 0px;
}

.iti-flag.gi {
  height: 10px;
  background-position: -1907px 0px;
}

.iti-flag.gl {
  height: 14px;
  background-position: -1929px 0px;
}

.iti-flag.gm {
  height: 14px;
  background-position: -1951px 0px;
}

.iti-flag.gn {
  height: 14px;
  background-position: -1973px 0px;
}

.iti-flag.gp {
  height: 14px;
  background-position: -1995px 0px;
}

.iti-flag.gq {
  height: 14px;
  background-position: -2017px 0px;
}

.iti-flag.gr {
  height: 14px;
  background-position: -2039px 0px;
}

.iti-flag.gs {
  height: 10px;
  background-position: -2061px 0px;
}

.iti-flag.gt {
  height: 13px;
  background-position: -2083px 0px;
}

.iti-flag.gu {
  height: 11px;
  background-position: -2105px 0px;
}

.iti-flag.gw {
  height: 10px;
  background-position: -2127px 0px;
}

.iti-flag.gy {
  height: 12px;
  background-position: -2149px 0px;
}

.iti-flag.hk {
  height: 14px;
  background-position: -2171px 0px;
}

.iti-flag.hm {
  height: 10px;
  background-position: -2193px 0px;
}

.iti-flag.hn {
  height: 10px;
  background-position: -2215px 0px;
}

.iti-flag.hr {
  height: 10px;
  background-position: -2237px 0px;
}

.iti-flag.ht {
  height: 12px;
  background-position: -2259px 0px;
}

.iti-flag.hu {
  height: 10px;
  background-position: -2281px 0px;
}

.iti-flag.ic {
  height: 14px;
  background-position: -2303px 0px;
}

.iti-flag.id {
  height: 14px;
  background-position: -2325px 0px;
}

.iti-flag.ie {
  height: 10px;
  background-position: -2347px 0px;
}

.iti-flag.il {
  height: 15px;
  background-position: -2369px 0px;
}

.iti-flag.im {
  height: 10px;
  background-position: -2391px 0px;
}

.iti-flag.in {
  height: 14px;
  background-position: -2413px 0px;
}

.iti-flag.io {
  height: 10px;
  background-position: -2435px 0px;
}

.iti-flag.iq {
  height: 14px;
  background-position: -2457px 0px;
}

.iti-flag.ir {
  height: 12px;
  background-position: -2479px 0px;
}

.iti-flag.is {
  height: 15px;
  background-position: -2501px 0px;
}

.iti-flag.it {
  height: 14px;
  background-position: -2523px 0px;
}

.iti-flag.je {
  height: 12px;
  background-position: -2545px 0px;
}

.iti-flag.jm {
  height: 10px;
  background-position: -2567px 0px;
}

.iti-flag.jo {
  height: 10px;
  background-position: -2589px 0px;
}

.iti-flag.jp {
  height: 14px;
  background-position: -2611px 0px;
}

.iti-flag.ke {
  height: 14px;
  background-position: -2633px 0px;
}

.iti-flag.kg {
  height: 12px;
  background-position: -2655px 0px;
}

.iti-flag.kh {
  height: 13px;
  background-position: -2677px 0px;
}

.iti-flag.ki {
  height: 10px;
  background-position: -2699px 0px;
}

.iti-flag.km {
  height: 12px;
  background-position: -2721px 0px;
}

.iti-flag.kn {
  height: 14px;
  background-position: -2743px 0px;
}

.iti-flag.kp {
  height: 10px;
  background-position: -2765px 0px;
}

.iti-flag.kr {
  height: 14px;
  background-position: -2787px 0px;
}

.iti-flag.kw {
  height: 10px;
  background-position: -2809px 0px;
}

.iti-flag.ky {
  height: 10px;
  background-position: -2831px 0px;
}

.iti-flag.kz {
  height: 10px;
  background-position: -2853px 0px;
}

.iti-flag.la {
  height: 14px;
  background-position: -2875px 0px;
}

.iti-flag.lb {
  height: 14px;
  background-position: -2897px 0px;
}

.iti-flag.lc {
  height: 10px;
  background-position: -2919px 0px;
}

.iti-flag.li {
  height: 12px;
  background-position: -2941px 0px;
}

.iti-flag.lk {
  height: 10px;
  background-position: -2963px 0px;
}

.iti-flag.lr {
  height: 11px;
  background-position: -2985px 0px;
}

.iti-flag.ls {
  height: 14px;
  background-position: -3007px 0px;
}

.iti-flag.lt {
  height: 12px;
  background-position: -3029px 0px;
}

.iti-flag.lu {
  height: 12px;
  background-position: -3051px 0px;
}

.iti-flag.lv {
  height: 10px;
  background-position: -3073px 0px;
}

.iti-flag.ly {
  height: 10px;
  background-position: -3095px 0px;
}

.iti-flag.ma {
  height: 14px;
  background-position: -3117px 0px;
}

.iti-flag.mc {
  height: 15px;
  background-position: -3139px 0px;
}

.iti-flag.md {
  height: 10px;
  background-position: -3160px 0px;
}

.iti-flag.me {
  height: 10px;
  background-position: -3182px 0px;
}

.iti-flag.mf {
  height: 14px;
  background-position: -3204px 0px;
}

.iti-flag.mg {
  height: 14px;
  background-position: -3226px 0px;
}

.iti-flag.mh {
  height: 11px;
  background-position: -3248px 0px;
}

.iti-flag.mk {
  height: 10px;
  background-position: -3270px 0px;
}

.iti-flag.ml {
  height: 14px;
  background-position: -3292px 0px;
}

.iti-flag.mm {
  height: 14px;
  background-position: -3314px 0px;
}

.iti-flag.mn {
  height: 10px;
  background-position: -3336px 0px;
}

.iti-flag.mo {
  height: 14px;
  background-position: -3358px 0px;
}

.iti-flag.mp {
  height: 10px;
  background-position: -3380px 0px;
}

.iti-flag.mq {
  height: 14px;
  background-position: -3402px 0px;
}

.iti-flag.mr {
  height: 14px;
  background-position: -3424px 0px;
}

.iti-flag.ms {
  height: 10px;
  background-position: -3446px 0px;
}

.iti-flag.mt {
  height: 14px;
  background-position: -3468px 0px;
}

.iti-flag.mu {
  height: 14px;
  background-position: -3490px 0px;
}

.iti-flag.mv {
  height: 14px;
  background-position: -3512px 0px;
}

.iti-flag.mw {
  height: 14px;
  background-position: -3534px 0px;
}

.iti-flag.mx {
  height: 12px;
  background-position: -3556px 0px;
}

.iti-flag.my {
  height: 10px;
  background-position: -3578px 0px;
}

.iti-flag.mz {
  height: 14px;
  background-position: -3600px 0px;
}

.iti-flag.na {
  height: 14px;
  background-position: -3622px 0px;
}

.iti-flag.nc {
  height: 10px;
  background-position: -3644px 0px;
}

.iti-flag.ne {
  height: 15px;
  background-position: -3666px 0px;
}

.iti-flag.nf {
  height: 10px;
  background-position: -3686px 0px;
}

.iti-flag.ng {
  height: 10px;
  background-position: -3708px 0px;
}

.iti-flag.ni {
  height: 12px;
  background-position: -3730px 0px;
}

.iti-flag.nl {
  height: 14px;
  background-position: -3752px 0px;
}

.iti-flag.no {
  height: 15px;
  background-position: -3774px 0px;
}

.iti-flag.np {
  height: 15px;
  background-position: -3796px 0px;
}

.iti-flag.nr {
  height: 10px;
  background-position: -3811px 0px;
}

.iti-flag.nu {
  height: 10px;
  background-position: -3833px 0px;
}

.iti-flag.nz {
  height: 10px;
  background-position: -3855px 0px;
}

.iti-flag.om {
  height: 10px;
  background-position: -3877px 0px;
}

.iti-flag.pa {
  height: 14px;
  background-position: -3899px 0px;
}

.iti-flag.pe {
  height: 14px;
  background-position: -3921px 0px;
}

.iti-flag.pf {
  height: 14px;
  background-position: -3943px 0px;
}

.iti-flag.pg {
  height: 15px;
  background-position: -3965px 0px;
}

.iti-flag.ph {
  height: 10px;
  background-position: -3987px 0px;
}

.iti-flag.pk {
  height: 14px;
  background-position: -4009px 0px;
}

.iti-flag.pl {
  height: 13px;
  background-position: -4031px 0px;
}

.iti-flag.pm {
  height: 14px;
  background-position: -4053px 0px;
}

.iti-flag.pn {
  height: 10px;
  background-position: -4075px 0px;
}

.iti-flag.pr {
  height: 14px;
  background-position: -4097px 0px;
}

.iti-flag.ps {
  height: 10px;
  background-position: -4119px 0px;
}

.iti-flag.pt {
  height: 14px;
  background-position: -4141px 0px;
}

.iti-flag.pw {
  height: 13px;
  background-position: -4163px 0px;
}

.iti-flag.py {
  height: 11px;
  background-position: -4185px 0px;
}

.iti-flag.qa {
  height: 8px;
  background-position: -4207px 0px;
}

.iti-flag.re {
  height: 14px;
  background-position: -4229px 0px;
}

.iti-flag.ro {
  height: 14px;
  background-position: -4251px 0px;
}

.iti-flag.rs {
  height: 14px;
  background-position: -4273px 0px;
}

.iti-flag.ru {
  height: 14px;
  background-position: -4295px 0px;
}

.iti-flag.rw {
  height: 14px;
  background-position: -4317px 0px;
}

.iti-flag.sa {
  height: 14px;
  background-position: -4339px 0px;
}

.iti-flag.sb {
  height: 10px;
  background-position: -4361px 0px;
}

.iti-flag.sc {
  height: 10px;
  background-position: -4383px 0px;
}

.iti-flag.sd {
  height: 10px;
  background-position: -4405px 0px;
}

.iti-flag.se {
  height: 13px;
  background-position: -4427px 0px;
}

.iti-flag.sg {
  height: 14px;
  background-position: -4449px 0px;
}

.iti-flag.sh {
  height: 10px;
  background-position: -4471px 0px;
}

.iti-flag.si {
  height: 10px;
  background-position: -4493px 0px;
}

.iti-flag.sj {
  height: 15px;
  background-position: -4515px 0px;
}

.iti-flag.sk {
  height: 14px;
  background-position: -4537px 0px;
}

.iti-flag.sl {
  height: 14px;
  background-position: -4559px 0px;
}

.iti-flag.sm {
  height: 15px;
  background-position: -4581px 0px;
}

.iti-flag.sn {
  height: 14px;
  background-position: -4603px 0px;
}

.iti-flag.so {
  height: 14px;
  background-position: -4625px 0px;
}

.iti-flag.sr {
  height: 14px;
  background-position: -4647px 0px;
}

.iti-flag.ss {
  height: 10px;
  background-position: -4669px 0px;
}

.iti-flag.st {
  height: 10px;
  background-position: -4691px 0px;
}

.iti-flag.sv {
  height: 12px;
  background-position: -4713px 0px;
}

.iti-flag.sx {
  height: 14px;
  background-position: -4735px 0px;
}

.iti-flag.sy {
  height: 14px;
  background-position: -4757px 0px;
}

.iti-flag.sz {
  height: 14px;
  background-position: -4779px 0px;
}

.iti-flag.ta {
  height: 10px;
  background-position: -4801px 0px;
}

.iti-flag.tc {
  height: 10px;
  background-position: -4823px 0px;
}

.iti-flag.td {
  height: 14px;
  background-position: -4845px 0px;
}

.iti-flag.tf {
  height: 14px;
  background-position: -4867px 0px;
}

.iti-flag.tg {
  height: 13px;
  background-position: -4889px 0px;
}

.iti-flag.th {
  height: 14px;
  background-position: -4911px 0px;
}

.iti-flag.tj {
  height: 10px;
  background-position: -4933px 0px;
}

.iti-flag.tk {
  height: 10px;
  background-position: -4955px 0px;
}

.iti-flag.tl {
  height: 10px;
  background-position: -4977px 0px;
}

.iti-flag.tm {
  height: 14px;
  background-position: -4999px 0px;
}

.iti-flag.tn {
  height: 14px;
  background-position: -5021px 0px;
}

.iti-flag.to {
  height: 10px;
  background-position: -5043px 0px;
}

.iti-flag.tr {
  height: 14px;
  background-position: -5065px 0px;
}

.iti-flag.tt {
  height: 12px;
  background-position: -5087px 0px;
}

.iti-flag.tv {
  height: 10px;
  background-position: -5109px 0px;
}

.iti-flag.tw {
  height: 14px;
  background-position: -5131px 0px;
}

.iti-flag.tz {
  height: 14px;
  background-position: -5153px 0px;
}

.iti-flag.ua {
  height: 14px;
  background-position: -5175px 0px;
}

.iti-flag.ug {
  height: 14px;
  background-position: -5197px 0px;
}

.iti-flag.um {
  height: 11px;
  background-position: -5219px 0px;
}

.iti-flag.us {
  height: 11px;
  background-position: -5241px 0px;
}

.iti-flag.uy {
  height: 14px;
  background-position: -5263px 0px;
}

.iti-flag.uz {
  height: 10px;
  background-position: -5285px 0px;
}

.iti-flag.va {
  height: 15px;
  background-position: -5307px 0px;
}

.iti-flag.vc {
  height: 14px;
  background-position: -5324px 0px;
}

.iti-flag.ve {
  height: 14px;
  background-position: -5346px 0px;
}

.iti-flag.vg {
  height: 10px;
  background-position: -5368px 0px;
}

.iti-flag.vi {
  height: 14px;
  background-position: -5390px 0px;
}

.iti-flag.vn {
  height: 14px;
  background-position: -5412px 0px;
}

.iti-flag.vu {
  height: 12px;
  background-position: -5434px 0px;
}

.iti-flag.wf {
  height: 14px;
  background-position: -5456px 0px;
}

.iti-flag.ws {
  height: 10px;
  background-position: -5478px 0px;
}

.iti-flag.xk {
  height: 15px;
  background-position: -5500px 0px;
}

.iti-flag.ye {
  height: 14px;
  background-position: -5522px 0px;
}

.iti-flag.yt {
  height: 14px;
  background-position: -5544px 0px;
}

.iti-flag.za {
  height: 14px;
  background-position: -5566px 0px;
}

.iti-flag.zm {
  height: 14px;
  background-position: -5588px 0px;
}

.iti-flag.zw {
  height: 10px;
  background-position: -5610px 0px;
}

.iti-flag {
  width: 20px;
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url("../img/flags.png");
  background-repeat: no-repeat;
  background-color: #dbdbdb;
  background-position: 20px 0;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (-o-min-device-pixel-ratio: 2 / 1),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  .iti-flag {
    background-image: url("../img/flags@2x.png");
  }
}

.iti-flag.np {
  background-color: transparent;
}


img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

ul.list-style,
ol.list-style {
  padding: 0;
}
ul{
  padding: 0;
}
ul.list-style li::marker,
ol.list-style li::marker {
  color: #ec1d23;
}

.unstyled {
  padding-inline-start: 0;
  list-style: none;
  margin-bottom: 0;
}

.container,
.container-fluid {
  padding: 0 5vw;
  width: 100%;
}

.row {
  margin-inline-end: calc(-0.33333* var(--bs-gutter-x));
  margin-inline-start: calc(-0.33333* var(--bs-gutter-x));
}

.row > * {
  padding-inline-end: calc(var(--bs-gutter-x) * 0.33333);
  padding-inline-start: calc(var(--bs-gutter-x) * 0.33333);
}

/*-------------------------
  Typography
-------------------------*/
html {
  scroll-behavior: smooth;
}
.h-74{
  height: 74vh;
}
body {
  font-family: "Bai Jamjuree", sans-serif;
  color: #0C0C0D;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-size: clamp(15px, 0.833vw, 22px);
  font-weight: 400;
  line-height: 140%;
  height: 100%;
  overflow-x: hidden;
}
body::-webkit-scrollbar {
  width: 10px;
}
body::-webkit-scrollbar-track {
  background-color: #ebebeb;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
body::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #6d6d6d;
}

a {
  display: inline-block;
  text-decoration: none;
  color: var(--orange-color) !important;
  transition: all 0.5s ease-in-out;
}
a:hover {
  color: var(--orange-color);
  transition: all 0.5s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6,
address,
p,
pre,
blockquote,
table,
hr {
  margin: 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: #323793;
  margin-bottom: 0;
  font-family: "Bai Jamjuree", sans-serif;
}

h1,
.h1 {
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 500;
  font-size: clamp(42px, 2.5vw, 60px);
  /*48*/
  line-height: 120%;
  letter-spacing: -0.47px;
}
@media (max-width: 820px) {
  h1,
.h1 {
    font-size: clamp(32px, 4.39vw, 48px);
    /*36*/
  }
}
@media (max-width: 490px) {
  h1,
.h1 {
    font-size: clamp(24px, 5.714vw, 38px);
    /*28*/
  }
}
h1.bold,
.h1.bold {
  letter-spacing: -1.44px;
  font-weight: 700;
}

h2,
.h2 {
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 500;
  font-size: clamp(36px, 2.083vw, 60px);
  /*40*/
  line-height: 120%;
}
@media (max-width: 820px) {
  h2,
.h2 {
    font-size: clamp(24px, 3.293vw, 34px);
    /*27*/
  }
}
@media (max-width: 490px) {
  h2,
.h2 {
    font-size: clamp(22px, 4.694vw, 27px);
    /*21*/
  }
}

h3,
.h3 {
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 500;
  font-size: clamp(29px, 1.719vw, 48px);
  /*33*/
  line-height: 125%;
  letter-spacing: -0.47px;
}
@media (max-width: 820px) {
  h3,
.h3 {
    font-size: clamp(23px, 2.927vw, 48px);
    /*24*/
  }
}
@media (max-width: 490px) {
  h3,
.h3 {
    font-size: clamp(21px, 4.49vw, 38px);
    /*22*/
  }
}

h4,
.h4 {
  font-family: "Bai Jamjuree", sans-serif;
  font-size: clamp(24px, 1.458vw, 38px);
  /* 28px */
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
@media (max-width: 1024px) {
  h4,
.h4 {
    font-size: clamp(21px, 2.246vw, 36px);
  }
}
@media (max-width: 768px) {
  h4,
.h4 {
    font-size: clamp(20px, 2.474vw, 32px);
  }
}
@media (max-width: 490px) {
  h4,
.h4 {
    font-size: clamp(19px, 3.878vw, 28px);
  }
}

h5,
.h5 {
  font-family: "Bai Jamjuree", sans-serif;
  font-size: clamp(19px, 1.198vw, 27px);
  /* 23px */
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.021875vw;
}
@media (max-width: 1024px) {
  h5,
.h5 {
    font-size: clamp(18px, 1.953vw, 24px);
  }
}
@media (max-width: 768px) {
  h5,
.h5 {
    font-size: clamp(18px, 2.344vw, 21px);
  }
}
@media (max-width: 490px) {
  h5,
.h5 {
    font-size: 21px;
  }
}

h6,
.h6 {
  font-size: clamp(17px, 0.99vw, 21px);
  /*19*/
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.32px;
}
@media (max-width: 820px) {
  h6,
.h6 {
    font-size: clamp(16px, 2.195vw, 22px);
    /*18*/
  }
}
@media (max-width: 490px) {
  h6,
.h6 {
    font-size: clamp(17px, 3.673vw, 21px);
    /*16*/
  }
}

p,
.text-16 {
  font-family: "Bai Jamjuree", sans-serif;
  font-size: clamp(15px, 0.833vw, 22px);
  font-weight: 400;
  line-height: 150%;
}

.lead {
  font-size: clamp(17px, 0.99vw, 21px);
  font-weight: 400;
  line-height: 150%;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #0C0C0D;
  text-transform: uppercase;
  font-size: clamp(14px, 0.833vw, 24px);
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 500;
  line-height: 120%;
}

span {
  display: inline-block;
}

b,
strong {
  font-family: "Bai Jamjuree", sans-serif;
}

/*-------------------------
Helpers
-------------------------*/
:root{
  --background-btn: linear-gradient(
    135deg,
    var(--second-color) 20%,
    #3c3cd3 100%
  );
  --background-btn-hover: linear-gradient(
    -135deg,
    var(--second-color) 20%,
    #3c3cd3 100%
  );
  --second-color: #e00707;
  --orange-color:#3c3cd3;
}
.color-primary {
  color: #be2a41;
}

.color-sec {
  color: #DD3842;
}

.color-ter {
  color: #353797;
}
.color-yellow{
      color: #ffe603;
}
.dark-black {
  color: #0C0C0D !important;
}

.light-black {
  color: #141516;
}

.white {
  color: #fafafa !important;
}

.dark-gray {
  color: #45474F;
}

.light-gray {
  color: #6d6d6d;
}

.lightest-gray {
  color: #EAEAEC;
}

.bg-color-primary {
  background-color: #be2a41;
}

.bg-color-sec {
  background-color: #DD3842;
}

.bg-dark-black {
  background-color: #0C0C0D;
}

.bg-light-black {
  background-color: #141516;
}

.bg-white {
  background-color: #fafafa;
}

.bg-dark-gray {
  background-color: #45474F;
}

.bg-light-gray {
  background-color: #6d6d6d;
}

.bg-lightest-gray {
  background-color: #EAEAEC;
}

.accent-gradient {
  background-color: linear-gradient(180deg, rgba(47, 61, 126, 0) 0%, rgba(47, 61, 126, 0.4) 0.01%, rgba(47, 61, 126, 0.2) 45.5%, rgba(47, 61, 126, 0.4) 100%);
}

.box-shadow-1 {
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.12);
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.font-primary {
  font-family: "Bai Jamjuree", sans-serif;
}

.br-5 {
  border-radius: 5px;
}

.br-10 {
  border-radius: clamp(6px, 0.521vw, 20px);
}

.br-15 {
  border-radius: clamp(8px, 0.781vw, 30px);
}

.br-20 {
  border-radius: clamp(10px, 1.042vw, 32px);
}

.br-25 {
  border-radius: clamp(12px, 1.302vw, 40px);
}

.br-30 {
  border-radius: clamp(15px, 1.563vw, 50px);
}

.cursor-pointer {
  cursor: pointer;
}

/*----------------------------------------*/
/*  SPACE CSS START
/*----------------------------------------*/
.my-80 {
  margin-top: clamp(48px, 4.167vw, 160px);
  margin-bottom: clamp(48px, 4.167vw, 160px);
}
@media (max-width: 575px) {
  .my-80 {
    margin: 40px 0;
  }
}

.mt-80 {
  margin-top: clamp(48px, 4.167vw, 160px);
}
@media (max-width: 575px) {
  .mt-80 {
    margin-top: 40px;
  }
}

.mb-80 {
  margin-bottom: clamp(48px, 4.167vw, 160px);
}
@media (max-width: 575px) {
  .mb-80 {
    margin-bottom: 40px;
  }
}

.mb-64 {
  margin-bottom: clamp(32px, 3.33vw, 128px);
}
@media (max-width: 767px) {
  .mb-64 {
    margin-bottom: 26px;
  }
}

.mt-64 {
  margin-top: clamp(32px, 3.33vw, 128px);
}
@media (max-width: 767px) {
  .mt-64 {
    margin-top: 26px;
  }
}

.mt-48 {
  margin-top: clamp(24px, 2.5vw, 96px);
}
@media (max-width: 767px) {
  .mt-48 {
    margin-top: 20px;
  }
}

.mb-48 {
  margin-bottom: clamp(24px, 2.5vw, 96px);
}
@media (max-width: 767px) {
  .mb-48 {
    margin-bottom: 20px;
  }
}

.mb-40 {
  margin-bottom: clamp(24px, 2.083vw, 80px);
}
@media (max-width: 575px) {
  .mb-40 {
    margin-bottom: 20px;
  }
}

.mt-40 {
  margin-top: clamp(24px, 2.083vw, 80px);
}
@media (max-width: 575px) {
  .mt-40 {
    margin-top: 20px;
  }
}

.my-40 {
  margin: clamp(24px, 2.083vw, 80px) 0;
}
@media (max-width: 575px) {
  .my-40 {
    margin: 20px 0;
  }
}

.mt-32 {
  margin-top: clamp(24px, 1.667vw, 64px) !important;
}
@media (max-width: 991px) {
  .mt-32 {
    margin-top: 2.422vw;
  }
}
@media (max-width: 580px) {
  .mt-32 {
    margin-top: 4.082vw;
  }
}

.mb-32 {
  margin-bottom: clamp(24px, 1.667vw, 64px) !important;
}
@media (max-width: 991px) {
  .mb-32 {
    margin-bottom: 2.422vw;
  }
}
@media (max-width: 580px) {
  .mb-32 {
    margin-bottom: 4.082vw;
  }
}

.mt-24 {
  margin-top: clamp(21px, 1.25vw, 48px);
}
@media (max-width: 991px) {
  .mt-24 {
    margin-top: 2.117vw;
  }
}
@media (max-width: 767px) {
  .mt-24 {
    margin-top: 1.613vw;
  }
}

.mb-24 {
  margin-bottom: clamp(21px, 1.25vw, 48px);
}
@media (max-width: 991px) {
  .mb-24 {
    margin-bottom: 2.117vw;
  }
}
@media (max-width: 767px) {
  .mb-24 {
    margin-bottom: 1.613vw;
  }
}
@media (max-width: 490px) {
  .mb-24 {
    margin-bottom: 16px;
  }
}

.mb-20 {
  margin-bottom: clamp(16px, 1.042vw, 48px);
}

.mt-16 {
  margin-top: clamp(14px, 0.833vw, 32px);
}
@media (max-width: 991px) {
  .mt-16 {
    margin-top: 1.512vw;
  }
}
@media (max-width: 767px) {
  .mt-16 {
    margin-top: 2.449vw;
  }
}

.mb-16 {
  margin-bottom: clamp(14px, 0.833vw, 32px);
}
@media (max-width: 991px) {
  .mb-16 {
    margin-bottom: 1.512vw;
  }
}
@media (max-width: 767px) {
  .mb-16 {
    margin-bottom: 2.449vw;
  }
}

.mb-12 {
  margin-bottom: 0.625vw;
}
@media (max-width: 1199px) {
  .mb-12 {
    margin-bottom: 0.917vw;
  }
}
@media (max-width: 991px) {
  .mb-12 {
    margin-bottom: 1.009vw;
  }
}
@media (max-width: 767px) {
  .mb-12 {
    margin-bottom: 1.043vw;
  }
}

.mb-8 {
  margin-bottom: 0.417vw;
}
@media (max-width: 490px) {
  .mb-8 {
    margin-bottom: 0.816vw;
  }
}

.mb-4p {
  margin-bottom: 4px;
}

.py-160 {
  padding: clamp(96px, 8.32vw, 320px) 0;
}
@media (max-width: 575px) {
  .py-160 {
    padding: 80px 0;
  }
}

.pt-160 {
  padding-top: clamp(96px, 8.32vw, 320px);
}
@media (max-width: 575px) {
  .pt-160 {
    padding-top: 80px;
  }
}

.pb-160 {
  padding-bottom: clamp(96px, 8.32vw, 320px);
}
@media (max-width: 575px) {
  .pb-160 {
    padding-bottom: 80px;
  }
}

.p-96 {
  padding: clamp(58px, 5vw, 192px);
}

.py-80 {
  padding-top: clamp(48px, 4.167vw, 160px);
  padding-bottom: clamp(48px, 4.167vw, 160px);
}
@media (max-width: 575px) {
  .py-80 {
    padding: 40px 0;
  }
}

.pt-80 {
  padding-top: clamp(48px, 4.167vw, 160px);
}
@media (max-width: 575px) {
  .pt-80 {
    padding-top: 40px;
  }
}

.pb-80 {
  padding-bottom: clamp(48px, 4.167vw, 160px);
}
@media (max-width: 575px) {
  .pb-80 {
    padding-bottom: 40px;
  }
}

.py-64 {
  padding-top: clamp(32px, 3.33vw, 128px);
  padding-bottom: clamp(32px, 3.33vw, 128px);
}
@media (max-width: 767px) {
  .py-64 {
    padding: 26px 0;
  }
}

.pt-64 {
  padding-top: clamp(32px, 3.33vw, 128px);
}
@media (max-width: 767px) {
  .pt-64 {
    padding-top: 26px;
  }
}

.pb-64 {
  padding-bottom: clamp(32px, 3.33vw, 128px);
}
@media (max-width: 767px) {
  .pb-64 {
    padding-bottom: 26px;
  }
}

.py-40 {
  padding: clamp(24px, 2.083vw, 80px) 0;
}
@media (max-width: 575px) {
  .py-40 {
    padding: 20px 0;
  }
}

.pt-40 {
  padding-top: clamp(24px, 2.083vw, 80px);
}
@media (max-width: 575px) {
  .pt-40 {
    padding-top: 20px;
  }
}

.pb-40 {
  padding-bottom: clamp(24px, 2.083vw, 80px);
}
@media (max-width: 575px) {
  .pb-40 {
    padding-bottom: 20px;
  }
}

.ps-32 {
  padding-inline-start: clamp(18px, 1.667vw, 64px);
  padding-inline-end: clamp(18px, 1.667vw, 64px);
}

.p-32 {
  padding: clamp(18px, 1.667vw, 64px);
}

.pt-32 {
  padding-top: clamp(18px, 1.667vw, 64px);
}

.py-32 {
  padding: clamp(18px, 1.667vw, 64px) 0;
}

.py-24 {
  padding: clamp(16px, 1.25vw, 48px) 0;
}

.p-24 {
  padding: clamp(16px, 1.25vw, 48px);
}

.pt-24 {
  padding-top: clamp(16px, 1.25vw, 48px);
}

.pb-24 {
  padding-bottom: clamp(16px, 1.25vw, 48px);
}

.pl-16 {
  padding-inline-start: clamp(10px, 0.938vw, 36px);
}

.p-8-12 {
  padding: clamp(4px, 0.417vw, 16px) clamp(5px, 0.521vw, 20px);
}

.p-8 {
  padding: clamp(6px, 0.417vw, 16px);
}

.gap-4 {
  gap: clamp(2px, 0.208vw, 8px);
}

.gap-8 {
  gap: clamp(4px, 0.417vw, 16px);
}

.gap-10 {
  gap: clamp(5px, 0.521vw, 20px);
}

.gap-12 {
  gap: clamp(8px, 0.625vw, 24px);
}

.gap-14 {
  gap: clamp(10px, 0.729vw, 28px);
}

.gap-16 {
  gap: clamp(12px, 0.833vw, 32px);
}

.gap-18 {
  gap: clamp(14px, 0.938vw, 36px);
}

.gap-20 {
  gap: clamp(16px, 1.042vw, 40px);
}

.gap-24 {
  gap: clamp(18px, 1.25vw, 48px);
}

.gap-32 {
  gap: clamp(24px, 1.667vw, 64px);
}

.gap-38 {
  gap: clamp(28px, 1.979vw, 76px);
}

.gap-48 {
  gap: clamp(10px, 2.5vw, 28px);
}

.gap-64 {
  gap: clamp(48px, 3.333vw, 128px);
}

/*-------------------------
Elements
-------------------------*/
.back-to-top {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 48px;
  height: 48px;
  background: var(--background-btn);
  color: white !important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px);
  transition: all 0.3s ease;
  z-index: 999;
  text-decoration: none;
  box-shadow: 0 10px 25px rgba(236, 29, 35, 0.35);
}

.back-to-top.show {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.back-to-top:hover {
  background: var(--background-btn-hover);
  transform: translateY(-4px);
}

.flat-spacing-11 {
    padding-top: 80px;
    padding-bottom: 70px;
}
.cus-btn {
  position: relative;
  background-color: #ec1d23;
  padding: clamp(10px, 0.938vw, 24px) clamp(24px, 1.667vw, 54px);
  border-radius: 5px;
  border: 1px solid #ec1d23;
  overflow: hidden;
  transition: 0.3s;
  z-index: 1;
  font-size: clamp(15px, 0.833vw, 22px);
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.64px;
  text-transform: capitalize;
  font-family: "Bai Jamjuree", sans-serif;
  text-align: center;
  color: #fafafa;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: max-content;
}
@media (max-width: 1199px) {
  .cus-btn {
    font-size: clamp(14px, 1.251vw, 18px);
  }
}
@media (max-width: 575px) {
  .cus-btn {
    font-size: clamp(14px, 3.061vw, 14px);
    padding: 12px 16px;
  }
}
.cus-btn::before {
  content: "";
  width: 0;
  height: 300%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(5deg);
  background: #fafafa;
  transition: 0.5s ease;
  display: block;
  z-index: -1;
}
.cus-btn:hover {
  color: #0C0C0D;
  transition: all 0.5s ease-in-out;
  border: 1px solid #0C0C0D;
}
.cus-btn:hover::before {
  width: 105%;
}
.cus-btn.sec {
  background-color: #fafafa;
  border: 1px solid #fafafa;
  color: white !important;
}
.cus-btn.sec::before {
  content: "";
  width: 0;
  height: 300%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(5deg);
  background: #ec1d23;
  transition: 0.5s ease;
  display: block;
  z-index: -1;
}
.cus-btn.sec:hover {
  color: #fafafa;
  transition: all 0.5s ease-in-out;
  border: 1px solid #ec1d23;
}
.cus-btn.sec:hover::before {
  width: 105%;
}

.cus-btn-2 {
  position: relative;
  background-color: transparent;
  padding: clamp(8px, 0.625vw, 24px) clamp(24px, 1.667vw, 54px);
  border-radius: 5px;
  border: 1px solid #ec1d23;
  overflow: hidden;
  transition: 0.3s;
  z-index: 1;
  font-size: clamp(15px, 0.833vw, 22px);
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.64px;
  text-transform: capitalize;
  font-family: "Bai Jamjuree", sans-serif;
  text-align: center;
  color: #ec1d23;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: max-content;
  cursor: pointer;
}
@media (max-width: 1199px) {
  .cus-btn-2 {
    font-size: clamp(14px, 1.251vw, 18px);
  }
}
@media (max-width: 575px) {
  .cus-btn-2 {
    font-size: clamp(14px, 3.061vw, 19px);
    padding: 12px 16px;
  }
}
.cus-btn-2::before {
  content: "";
  width: 0;
  height: 300%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(5deg);
  background: var(--background-btn);
  transition: 0.5s ease;
  display: block;
  z-index: -1;
}
.cus-btn-2:hover {
  color: #fafafa !important;
  transition: all 0.5s ease-in-out;
  border: 1px solid #be2a41;
}
.cus-btn-2:hover::before {
  width: 105%;
}

.cus-btn-3 {
  position: relative;
  background:var(--background-btn);
  padding: clamp(8px, 0.625vw, 24px) clamp(24px, 1.667vw, 54px);
  border-radius: 5px;
  overflow: hidden;
  transition: 0.3s;
  z-index: 1;
  font-size: clamp(15px, 0.833vw, 22px);
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.64px;
  text-transform: capitalize;
  font-family: "Bai Jamjuree", sans-serif;
  text-align: center;
  color: #fafafa !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: max-content;
  cursor: pointer;
}
@media (max-width: 1199px) {
  .cus-btn-3 {
    font-size: clamp(14px, 1.251vw, 18px);
  }
}
@media (max-width: 575px) {
  .cus-btn-3 {
    font-size: clamp(14px, 3.061vw, 14px);
    padding: 12px 16px;
  }
}


.cus-btn-3.sec {
  background-color: var(--background-btn);
  color: white;
}
.cus-btn-3.sec::before {
  content: "";
  width: 0;
  height: 300%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(5deg);
  background: var(--background-btn);
  transition: 0.5s ease;
  display: block;
  z-index: -1;
}
.cus-btn-3.sec:hover {
  color: #fafafa;
  transition: all 0.5s ease-in-out;
  border: 1px solid var(--background-btn);
}
.cus-btn-3.sec:hover::before {
  width: 105%;
}

.cus-btn-arrow {
  color: #0C0C0D;
  transition: all 0.5s ease-in-out;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
}
.cus-btn-arrow svg path {
  transition: all 0.5s ease-in-out;
}
.cus-btn-arrow:hover {
  color: #be2a41;
  transition: all 0.5s ease-in-out;
}
.cus-btn-arrow:hover svg path {
  transition: all 0.5s ease-in-out;
  stroke: #be2a41;
}

.slider-arrow {
  display: flex;
  align-items: center;
  gap: 8px;
}
.slider-arrow .arrow {
  background: transparent;
  border: 1px solid #141516;
  border-radius: 5px;
  width: 32px;
  height: 32px;
  display: grid;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-in-out;
  padding: 0;
}
.slider-arrow .arrow svg path {
  stroke: #141516;
  transition: all 0.5s ease-in-out;
}
.slider-arrow .arrow:hover {
  border: 1px solid #ec1d23;
  transition: all 0.5s ease-in-out;
  background: #ec1d23;
}
.slider-arrow .arrow:hover svg path {
  stroke: #fafafa;
  transition: all 0.5s ease-in-out;
}

.quantity {
  display: flex;
  align-items: flex-start;
  border: 1px solid #141516;
  border-radius: 5px;
  padding: 9.5px 16px;
}
@media (max-width: 490px) {
  .quantity {
    padding: 10px 16px;
  }
}
.quantity .input-area {
  display: flex;
}
.quantity .input-area input {
  display: grid;
  align-content: center;
  border: none;
  border-radius: 0px;
  text-align: center;
  font-weight: 500;
  font-size: 21px;
  background-color: transparent;
  color: #0C0C0D;
  padding: 0 8px;
  width: 32px;
}
@media (max-width: 992px) {
  .quantity .input-area input {
    font-size: 20x;
  }
}
@media (max-width: 767px) {
  .quantity .input-area input {
    font-size: 18x;
  }
}
@media (max-width: 575px) {
  .quantity .input-area input {
    font-size: 17px;
  }
}
.quantity .input-area input:focus-visible {
  outline: none;
}
.quantity .input-area input.decrement {
  font-size: 44px;
  font-weight: 200;
  border-radius: 0;
  border: 0;
  margin-top: -8px;
}
.quantity .input-area input.increment {
  font-size: 34px;
  font-weight: 200;
  border-radius: 0;
  border: 0;
}
.quantity .input-area input.number {
  padding: 0;
  background: transparent;
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}

.pagination {
  margin-inline-start: auto;
  margin-inline-end: auto;
  text-align: center;
  overflow: hidden;
  display: flex;
}
.pagination #border-pagination {
  display: flex;
  gap: 8px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.pagination #border-pagination li {
  display: inline;
}
.pagination #border-pagination li span {
  color: #45474F;
  transition: all 0.5s ease-in-out;
}
.pagination #border-pagination li a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #0C0C0D;
  background-color: #fafafa;
  width: clamp(28px, 1.667vw, 64px);
  height: clamp(28px, 1.667vw, 64px);
  border: 1px solid #0C0C0D;
  border-radius: 5px;
  float: left;
  transition: all 0.5s ease-in-out;
  font-size: clamp(15px, 0.833vw, 22px);
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.62px;
}
.pagination #border-pagination li a svg path {
  stroke: #0C0C0D;
  transition: all 0.5s ease-in-out;
}
.pagination #border-pagination li a.active {
  background-color: #ec1d23;
  color: #fafafa;
  border: 1px solid #ec1d23;
}
.pagination #border-pagination li a.active svg path {
  stroke: #fafafa;
  transition: all 0.5s ease-in-out;
}
.pagination #border-pagination li a:hover {
  background-color: #ec1d23;
  color: #fafafa;
  border: 1px solid #ec1d23;
}
.pagination #border-pagination li a:hover svg path {
  stroke: #fafafa;
  transition: all 0.5s ease-in-out;
}
.pagination #border-pagination li:hover span {
  color: #fafafa;
  transition: all 0.5s ease-in-out;
}

/*-------------------------
  Form Styling
-------------------------*/
textarea.form-control {
  min-height: 130px;
  max-height: 150px;
}
@media (max-width: 578px) {
  textarea.form-control {
    min-height: 80px;
    max-height: 80px;
  }
}
.form-control {
  padding: 17px 16px;
  border-radius: 5px;
  border: 1px solid #6d6d6d;
  background: transparent;
  font-family: "Bai Jamjuree", sans-serif;
  font-size: clamp(15px, 0.833vw, 22px);
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.32px;
  position: relative;
  color: #0C0C0D;
  box-shadow: none;
  outline: 0;
}
@media (max-width: 490px) {
  .form-control {
    padding: 12px 13px;
  }
}
.form-control:focus {
  box-shadow: none !important;
  outline: 0 !important;
  color: #0C0C0D !important;
  background: transparent !important;
  border-color: #ff0000 !important;
}
.form-control::placeholder {
  color: #6d6d6d;
  opacity: 1;
}

input[type=file] {
  display: none;
}

label.error {
  color: #ff0000;
}

.input-group {
  display: flex;
  align-items: center;
  padding: clamp(12px, 0.833vw, 32px);
  border: 1px solid rgba(250, 250, 250, 0.2);
  border-radius: 5px;
  background: #141516;
  gap: clamp(12px, 0.833vw, 32px);
}
.input-group input {
  width: 10.625vw;
  padding: 0;
  outline: 0;
  border: 0;
  background: transparent;
  color: #fafafa;
  border: 0;
  font-family: "Bai Jamjuree", sans-serif;
  font-size: clamp(17px, 0.938vw, 22px);
  font-weight: 400;
  line-height: 140%;
}
@media (max-width: 1199px) {
  .input-group input {
    font-size: clamp(17px, 1.251vw, 18px);
  }
}
@media (max-width: 820px) {
  .input-group input {
    font-size: clamp(16px, 1.514vw, 16px);
  }
}
@media (max-width: 768px) {
  .input-group input {
    font-size: clamp(16px, 1.825vw, 15px);
  }
}
@media (max-width: 490px) {
  .input-group input {
    font-size: clamp(15px, 2.261vw, 14px);
  }
}
.input-group button {
  padding: 0;
  margin: 0;
  outline: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
}

.check-block input {
  display: none;
}
.check-block label {
  position: relative;
  display: flex;
  align-items: center;
  gap: clamp(8px, 0.625vw, 24px);
  color: #45474F;
  font-weight: 500;
  cursor: pointer;
}
.check-block label::before {
  content: "ïƒˆ";
  font-family: "Font Awesome 6 Pro";
  color: #6d6d6d;
  font-size: clamp(16px, 1.042vw, 20px);
  font-weight: 300;
}
.check-block input[type=checkbox]:checked + label {
  color: #ec1d23;
  font-weight: 500;
}
.check-block input[type=checkbox]:checked + label::before {
  content: "ï…Š";
  color: #ec1d23;
  font-weight: 600;
}

.cus-checkBox input {
  display: none;
}
.cus-checkBox label {
  position: relative;
  display: flex;
  align-items: center;
  gap: clamp(8px, 0.625vw, 24px);
  cursor: pointer;
  font-size: 14px;
  margin-bottom: 20px;
}
.cus-checkBox label span{
  
text-decoration: underline;
  
font-size: 14px;
  
color: #ec1d23;
}
.cus-checkBox label::before {
  content: "ïƒˆ";
  font-family: "Font Awesome 6 Pro";
  color: #6d6d6d;
  font-size: clamp(16px, 1.042vw, 20px);
  font-weight: 300;
}
.cus-checkBox input[type=checkbox]:checked + label {
  color: #ec1d23;
  font-weight: 400;
}
.cus-checkBox input[type=checkbox]:checked + label::before {
  content: "ï…Š";
  color: #ec1d23;
  font-weight: 600;
}

.material-checkbox {
  display: flex;
  align-items: start;
  color: #FFFCFA;
  cursor: pointer;
}
.material-checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.material-checkbox input[type=checkbox]:checked ~ .checkmark {
  background-color: #470053;
  border-color: #781d88bb;
}
.material-checkbox input[type=checkbox]:checked ~ .checkmark:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 6px;
  width: 4px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.material-checkbox input[type=checkbox]:focus ~ .checkmark {
  box-shadow: 0 0 0 2px #aa47bc86;
}
.material-checkbox:hover input[type=checkbox] ~ .checkmark {
  border-color: #AB47BC;
}
.material-checkbox input[type=checkbox]:disabled ~ .checkmark {
  opacity: 0.5;
  cursor: not-allowed;
}
.material-checkbox input[type=checkbox]:disabled ~ .checkmark:hover {
  border-color: #4d4d4d;
}
.checkmark {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-inline-end: 12px;
  border: 2px solid #92949F;
  border-radius: 4px;
  transition: all 0.3s;
}
.wrapper-dropdown {
  position: relative;
  display: inline-block;
  width: fit-content;
  width: 100%;
  text-align: left;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (max-width: 1699px) {
  .wrapper-dropdown {
    width: max-content;
  }
}
.wrapper-dropdown .selected-display {
  font-weight: 500;
}
.wrapper-dropdown::before {
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -2px;
  border-width: 6px 6px 0 6px;
  border-style: solid;
  border-color: #fff transparent;
}
.wrapper-dropdown .topbar-dropdown {
  width: max-content;
  background: #fafafa;
  transition: 0.3s;
  position: absolute;
  top: 167%;
  right: 0;
  left: -17px;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 99;
  border-radius: 5px;
  box-shadow: inherit;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.12);
}
@media (max-width: 490px) {
  .wrapper-dropdown .topbar-dropdown {
    top: 130%;
    left: -16px;
  }
}
.wrapper-dropdown .topbar-dropdown li {
  padding: 0 15px;
  line-height: 45px;
  border-radius: 0;
  overflow: hidden;
}
.wrapper-dropdown .topbar-dropdown li:last-child {
  border-bottom: none;
}
.wrapper-dropdown .topbar-dropdown li:hover {
  background-color: #EAEAEC;
  color: #0C0C0D;
}
.wrapper-dropdown.active .topbar-dropdown {
  opacity: 1;
  visibility: visible;
  border-radius: 5px;
}
.wrapper-dropdown .scrollable-menu {
  height: auto;
  max-height: 200px;
  overflow-x: hidden;
}
.wrapper-dropdown .arrow {
  float: right;
  rotate: 180deg;
}
.wrapper-dropdown svg {
  transition: all 0.3s;
}
.wrapper-dropdown .rotated {
  transform: rotate(-180deg);
}

.modal.show {
  display: grid !important;
  align-items: center;
  height: 100vh;
}
.modal .modal-dialog {
  max-width: 70%;
}
@media (max-width: 575px) {
  .modal .modal-dialog {
    width: auto;
  }
}
@media (max-width: 490px) {
  .modal .modal-dialog {
    max-width: 100%;
  }
}
@media (max-width: 1024px) {
  .modal .modal-dialog.compare-dialog {
    overflow: hidden;
    max-width: 100% !important;
  }
}
.modal .modal-dialog .modal-content {
  background: transparent;
  border: 0;
}
.modal .modal-dialog .modal-content .modal-body .detail-wrapper .quick-image-box {
  width: 29.427vw;
  height: 28.125vw;
  border-radius: clamp(6px, 0.521vw, 20px);
  background-color: #fafafa;
  display: grid;
  align-items: center;
  justify-content: center;
}
.wishlist-btn a{
    padding: 14px 14px;
    position: relative;
    background-color: transparent;
    border-radius: 5px;
    border: 1px solid #ec1d23;
    overflow: hidden;
    transition: 0.3s;
    z-index: 1;
    font-size: clamp(15px, 0.833vw, 22px);
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.64px;
    text-transform: capitalize;
    font-family: "Bai Jamjuree", sans-serif;
    text-align: center;
    color: #ec1d23;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: max-content;
}
.modal .modal-dialog .modal-content .modal-body .detail-wrapper .quick-image-box img{
  height: 28.125vw;
}
@media (max-width: 1499px) {
  .modal .modal-dialog .modal-content .modal-body .detail-wrapper .quick-image-box {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 490px) {
  .modal .modal-dialog .modal-content .modal-body .detail-wrapper .quick-image-box {
    width: 100%;
    height: 100%;
    padding: 32px;
  }
}
.modal .modal-dialog .modal-content .modal-body .detail-wrapper .product-text-container {
  position: relative;
  width: 29.427vw;
  height: 28.125vw;
  border-radius: clamp(6px, 0.521vw, 20px);
}
@media (max-width: 1499px) {
  .modal .modal-dialog .modal-content .modal-body .detail-wrapper .product-text-container {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 490px) {
  .modal .modal-dialog .modal-content .modal-body .detail-wrapper .product-text-container {
    margin-top: 8px;
  }
}
@media (max-width: 490px) {
  .modal .modal-dialog .modal-content .modal-body .detail-wrapper .product-text-container .d-flex.flex-wrap {
    display: none !important;
  }
}
@media (max-width: 490px) {
  .modal .modal-dialog .modal-content .modal-body .detail-wrapper .product-text-container .quantity {
    display: none;
  }
}
@media (max-width: 490px) {
  .modal .modal-dialog .modal-content .modal-body .detail-wrapper .product-text-container p.mb-24 {
    display: none;
  }
}
.modal .modal-dialog .modal-content .modal-body .detail-wrapper .product-text-container .close-content {
  position: absolute;
  right: 40px;
  top: 40px;
}

.input-group > .intl-tel-input.allow-dropdown {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
}

.input-group > .intl-tel-input.allow-dropdown > .flag-container {
  z-index: 4;
}

.iti-flag {
  background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/12.1.6/img/flags.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .iti-flag {
    background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/12.1.6/img/flags@2x.png");
  }
}
#preloader {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  background: #fff;
  z-index: 999999;

  display: flex;
  align-items: center;
  justify-content: center;

  transform: translate(-50%, -50%);
}


#preloader .preloader {
  display: flex;
  align-items: center;
  justify-content: center;
}

#preloader img {
  width: 100px; /* Ø­Ø¬Ù… Ø§Ù„Ù€ GIF */
  height: 100px;
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.1); }
}

/*-------------------------
  layouts
-------------------------*/
/* ================= HEADER / NAVBAR ================= */
header {
  width: 100%;
  position: relative;
  z-index: 1000;
  font-family: 'Arial', sans-serif;
}

/* Header background & shadow */
.header-section {
  background-color: #fff;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

/* Navbar padding */
.navbar {
  padding: 0.5rem 2rem;
}

/* Logo */
.navbar-brand img {
  height: 50px;
  transition: all 0.3s;
}

/* Navbar links */
.navbar-nav .nav-link {
  color: #333;
  font-weight: 500;
  padding: 0.5rem 1rem;
  transition: color 0.3s, background 0.3s;
}

/* Active & hover */
.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
  color: #ff4c60;
}

/* Dropdown */
.navbar-nav .dropdown-menu {
  border-radius: 10px;
  border: 1px solid #eee;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
  padding: 0.5rem 0;
  min-width: 220px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.3s ease;
}

/* Show main dropdown on hover (direct child only — not nested flyouts) */
.navbar-nav .nav-item.dropdown:hover > .dropdown-menu {
  display: block;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

/* Dropdown items */
.navbar-nav .dropdown-item {
  color: #333;
  padding: 0.6rem 1.2rem;
  transition: all 0.3s;
}

.navbar-nav .dropdown-item:hover,
.navbar-nav .dropdown-item:focus {
  background: var(--background-btn-hover);
  color: #fff !important;
}

/* Nested category/service flyout — separate class (not .dropdown-menu) to avoid Bootstrap/cascade conflicts */
.navbar-nav .dropdown-submenu {
  position: relative;
}

.navbar-nav .submenu-flyout {
  position: absolute;
  top: 0;
  left: 100%;
  margin: 0;
  padding: 0.5rem 0;
  min-width: 220px;
  z-index: 1050;
  display: none;
  list-style: none;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.navbar-nav .dropdown-submenu::before {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 14px;
  height: 100%;
  z-index: 1049;
}

.navbar-nav .dropdown-submenu:hover > .submenu-flyout {
  display: block;
}

[dir="rtl"] .navbar-nav .submenu-flyout {
  left: auto;
  right: 100%;
}

[dir="rtl"] .navbar-nav .dropdown-submenu::before {
  left: auto;
  right: 100%;
}

/* Right section: Search, Lang, Cart */
.d-flex.align-items-center.gap-2 {
  gap: 0.75rem;
}

/* Search input */
.d-flex.align-items-center.gap-2 form .form-control {
  border-radius: 50px;
  padding: 0.35rem 1rem;
  border: 1px solid #ccc;
  width: 200px;
  transition: all 0.3s;
}

.d-flex.align-items-center.gap-2 form .form-control:focus {
  outline: none;
  border-color: var(--second-color);
  box-shadow: 0 0 5px rgba(255,76,96,0.5);
}

/* Search button */
.d-flex.align-items-center.gap-2 form .btn {
  border-radius: 50px;
  padding: 0.35rem 1rem;
  background: var(--background-btn);
  color: #fff;
  border: none;
  transition: all 0.3s;
}

.d-flex.align-items-center.gap-2 form .btn:hover {
 background: var(--background-btn);
}

/* Language button */
.btn-light {
  border-radius: 50px;
  font-weight: 500;
  padding: 0.35rem 0.85rem;
  transition: all 0.3s;
  border: none !important;
  color: #fff;
  background: var(--background-btn);
}

.btn-light:hover {
  background: var(--background-btn);
  color: #fff;
}

/* Cart icon */
.cart-icon {
  position: relative;
  display: inline-block;
  cursor: pointer;
  transition: transform 0.3s;
}

.cart-icon svg {
  width: 28px;
  height: 28px;
  color: #333;
  transition: color 0.3s, transform 0.3s;
}

.cart-icon:hover svg {
  color: var(--second-color);
  transform: scale(1.1);
}

/* Cart badge */
.cart-icon .badge {
  font-size: 0.65rem;
  font-weight: 600;
  top: -6px;
  right: -6px;
  padding: 0.25rem 0.45rem;
 background: var(--background-btn);
  color: #fff;
  border-radius: 50%;
  position: absolute;
  transition: all 0.3s;
}

/* Responsive */
@media (max-width: 991px) {
  .navbar-nav {
    text-align: center;
  }

  .d-flex.align-items-center.gap-2 {
    margin-top: 10px;
    justify-content: center;
    flex-wrap: wrap;
  }

  .d-flex.align-items-center.gap-2 form .form-control {
    width: 150px;
  }
}


/* ===============================
   HEADER FIX â€” FINAL OVERRIDE
================================ */
/* ==================== HEADER STYLING ==================== */
header {
  position: relative;
  z-index: 999;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  margin-bottom: 20px;
}

/* container */
.header-section .container-fluid {
 padding: 10px 15px;
}

/* NAVBAR FLEX */
.navbar {
  padding: 0;
}
.navbar .container-fluid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

/* LOGO */
.navbar-brand img {
  width: 190px; /* Ù…Ù…ÙƒÙ† ØªØºÙŠØ±ÙŠ Ø­Ø³Ø¨ Ø§Ù„Ø±ØºØ¨Ø© */
  height: auto;
  transition: transform 0.3s ease;
}
.navbar-brand img:hover {
  transform: scale(1.05);
}

/* CENTER MENU */
.navbar-nav {
  display: flex;
  gap: 10px;
  align-items: center;
}
.navbar-nav li a {
  font-size: 20px;
  font-weight: bolder !important;
  text-transform: uppercase;
  color: #0c0c0d;
  position: relative;
  transition: all 0.3s ease;
}
.navbar-nav li a:hover,
.navbar-nav li a.active {
  color: #be2a41;
}
.navbar-nav li a::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 0;
  height: 3px;
  background: var(--background-btn);
  transition: width 0.3s ease;
}
.navbar-nav li a:hover::after,
.navbar-nav li a.active::after {
  width: 100%;
}

/* DROPDOWN — main menu only (not nested category flyouts) */
.nav-item.dropdown:hover > .dropdown-menu {
  display: block;
  margin-top: 0;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease;
}
.dropdown-menu {
  border-radius: 8px;
  border: none;
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
  padding: 10px 0;
  min-width: 220px;
}
.dropdown-item {
  padding: 10px 20px;
  transition: all 0.3s ease;
  font-size: 14px;
}
.dropdown-item:hover {
  background-color: #be2a41;
  color: #fff;
}

/* RIGHT SIDE */
.nav-right {
  display: flex;
  align-items: center;
  gap: 15px;
}

/* SEARCH */
.nav-right input {
  height: 46px;
  width: 220px;
  border-radius: 6px;
  border: 1px solid #ddd;
  padding: 0 12px;
}
.nav-right .btn-outline-dark {
  height: 46px;
  border-radius: 6px;
  transition: all 0.3s ease;
}
.nav-right .btn-outline-dark:hover {
  background-color: #be2a41;
  border-color: #be2a41;
  color: #fff;
}

/* LANGUAGE */
.lang-btn {
  height: 46px;
  padding: 0 18px;
  border-radius: 25px;
  background: var(--background-btn) !important;
  color: #fff;
  font-weight: 600;
  border: none;
  transition: background 0.3s ease;
}
.lang-btn:hover {
  background: var(--background-btn) !important;
}

/* CART */
.cart-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.cart-icon:hover {
  transform: scale(1.1);
}
.cart-icon svg {
  width: 28px;
  height: 28px;
}
.cart-icon .badge {
  width: 18px;
  height: 18px;
  font-size: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  top: -6px;
  right: -6px;
  background-color: #be2a41;
  color: #fff;
  position: absolute;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .navbar-nav {
    flex-direction: column;
    gap: 10px;
  }
  .nav-right {
    flex-direction: column;
    gap: 10px;
    margin-top: 15px;
  }
  .navbar-brand img {
    width: 150px;
  }
  .nav-right input {
    width: 100%;
  }
}

/* About Section */
.section-padding {
    padding: 30px 0;
}

.about-us {
    background-color: #f9f9f9;
}

.about-us .about-img {
    width: 100%;
    border-radius: 15px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    object-fit: cover;
}

.about-us .about-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #333;
}

.about-us .about-text {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 25px;
}

.about-us .about-btn {
    display: inline-block;
    padding: 12px 30px;
    border: none;
    background: var(--background-btn);
    color: #fff;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.about-us .about-btn:hover {
    background-color: var(--background-btn);
    transform: translateY(-3px);
}

/* Responsive */
@media (max-width: 768px) {
    .about-us .about-title {
        font-size: 28px;
    }
    .about-us .about-text {
        font-size: 15px;
    }
}

/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav__toggler {
  font-size: 16px;
  font-weight: 400;
  color: #ec1d23;
  padding-inline-start: 6px;
  cursor: pointer;
  transition: 500ms;
  display: none;
}
@media (max-width: 1199px) {
  .mobile-nav__toggler {
    display: flex;
    align-items: center;
    gap: 8px;
  }
}
@media (max-width: 1199px) {
  .mobile-nav__toggler img {
    width: 22px;
    height: 26px;
    filter: brightness(0);
  }
}

.mobile-nav__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  transform: translateX(-100%);
  transform-origin: left center;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
  visibility: hidden;
  position: fixed;
}

.mobile-nav__wrapper .container {
  padding-inline-start: 0;
  padding-inline-end: 0;
}
.mobile-nav__wrapper.expanded {
  opacity: 1;
  transform: translateX(0%);
  visibility: visible;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
}
.mobile-nav__wrapper.expanded .mobile-nav__content {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
}
.mobile-nav__wrapper .mobile-nav__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #0C0C0D;
  opacity: 0.3;
}
.mobile-nav__wrapper .mobile-nav__content {
  width: 300px;
  background-color: #0C0C0D;
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-inline-start: 15px;
  padding-inline-end: 15px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
}
@media (max-width: 490px) {
  .mobile-nav__wrapper .mobile-nav__content {
    width: clamp(250px, 55.102vw, 450px);
  }
  .wrapper-dropdown .selected-display {
    font-size: 12px !important;
}
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__nav {
  display: block;
  padding: 0;
}
.mobile-nav__wrapper .mobile-nav__content .logo-box {
  margin-bottom: 40px;
  display: flex;
}
.mobile-nav__wrapper .mobile-nav__content .logo-box img {
  width: clamp(120px, 15.625vw, 320px);
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list,
.mobile-nav__wrapper .mobile-nav__content .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list ul {
  display: none;
  border-top: 1px solid RGBA(255, 255, 255, 0.1);
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list ul li > a {
  padding-inline-start: 10px;
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list ul li:not(:last-child) {
  border-bottom: 1px solid RGBA(255, 255, 255, 0.1);
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list li:not(:last-child) {
  border-bottom: 1px solid RGBA(255, 255, 255, 0.1);
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list li a {
  display: flex;
  justify-content: space-between;
  line-height: 30px;
  color: #fafafa;
  font-size: 14px;
  font-family: "Bai Jamjuree", sans-serif;
  text-transform: capitalize;
  font-weight: 500;
  height: 42px;
  letter-spacing: 0.8px;
  align-items: center;
  transition: 500ms;
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list li a.expanded {
  color: #ec1d23;
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list li a button {
  width: 30px;
  height: 30px;
  background-color: #ec1d23;
  border: none;
  outline: none;
  color: #fafafa;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: rotate(-90deg);
  transition: transform 500ms ease;
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list li a button.expanded {
  transform: rotate(0deg);
  background-color: #fafafa;
  color: #0C0C0D;
}
.mobile-nav__wrapper .mobile-nav__close {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 18px;
  color: #fafafa;
  cursor: pointer;
}

.mobile-nav__social {
  display: flex;
  align-items: center;
}
.mobile-nav__social a {
  font-size: 16px;
  color: #fafafa;
  transition: 500ms;
}
.mobile-nav__social a + a {
  margin-inline-start: 20px;
}
.mobile-nav__social a:hover {
  color: #ec1d23;
}

.mobile-nav__contact {
  margin-bottom: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
.mobile-nav__contact li {
  color: #fafafa;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
}
.mobile-nav__contact li + li {
  margin-top: 15px;
}
.mobile-nav__contact li a {
  color: inherit;
  transition: 500ms;
}
.mobile-nav__contact li a:hover {
  color: #ec1d23;
}
.mobile-nav__contact li i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #ec1d23;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 14px;
  margin-inline-end: 10px;
  color: #fafafa;
}

.mobile-nav__container .main-menu__logo,
.mobile-nav__container .main-menu__right {
  display: none;
}

.vr-line {
  height: 20px;
  width: 2px;
  background: #fafafa;
}
.vr-line.vr-line-2 {
  height: 20px;
  width: 1px;
  background: #6d6d6d;
  opacity: 0.7;
}
    .swiper {
      width: 100%;
      height: 100%;
    }

    .swiper-slide {
      font-size: 18px;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      object-fit: cover;
    }
    .mySwiper-products .swiper-slide img {
      object-fit: unset;
    }
    .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 25px;
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%;
}
.swiper-pagination-bullet-active {
    background: #be2a41;
}

/* hero section */
.hero-section .hero-img {
  flex: 1;
  border-radius: 12px;
  background-size: cover;
  background-position: center;
  min-height: 250px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hero-section .hero-img:hover {
  transform: scale(1.03);
  box-shadow: 0 15px 30px rgba(0,0,0,0.2);
}

.hero-section .hero-video {
  border-radius: 12px;
  overflow: hidden;
  height: 520px;
}

.hero-section .hero-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

/* Responsive */
@media (max-width: 991px) {
  .hero-section .row {
    flex-direction: column;
  }
  .hero-section .hero-img {
    min-height: 200px;
  }
  .hero-section .hero-video {
    margin-top: 15px;
    height: 300px;
  }
}

@media (max-width: 575px) {
  .hero-section .hero-img {
    min-height: 150px;
  }
  .hero-section .hero-video {
    height: 200px;
  }
}


.categories-sec .categories-wrapper {
  width: 100%;
}
@media (max-width: 576px) {
  .categories-sec .categories-wrapper {
    flex-wrap: wrap;
    row-gap: 24px;
  }
}
.categories-sec .categories-wrapper .category-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: all 0.5s ease-in-out;
  padding: 0 8px;
}
@media (max-width: 576px) {
  .categories-sec .categories-wrapper .category-block:nth-child(8) {
    display: block;
  }
}
.categories-sec .categories-wrapper .category-block .image-box {
  background: #EAEAEC;
  width: 120px;
  height: 120px;
  border: 2px solid #EAEAEC;
  border-radius: 50%;
  display: grid;
  align-items: center;
  transition: all 0.5s ease-in-out;
  margin-inline-start: auto;
  margin-inline-end: auto;
}
.categories-sec .categories-wrapper .category-block .image-box img{
      border-radius: 70px;
}
.categories-sec .categories-wrapper .category-block:hover {
  transform: scale(1.1);
  transition: all 0.5s ease-in-out;
}
.categories-sec .categories-wrapper .category-block:hover .image-box {
  border: 2px solid #ec1d23;
  transition: all 0.5s ease-in-out;
}

.featured-product-sec .main-card {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  padding: clamp(20px, 1.667vw, 42px) clamp(16px, 1.25vw, 36px);
  border-radius: clamp(6px, 0.521vw, 20px);
  display: grid;
  align-items: center;
}
.featured-product-sec .main-card h4 ,.featured-product-sec .main-card h5{
  position: relative;
  z-index: 2;
  color: #000 !important;
}
.featured-product-sec .main-card::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: clamp(6px, 0.521vw, 20px);
  z-index: 1;
}
@media (max-width: 1499px) {
  .featured-product-sec .main-card {
    height: 100%;
  }
}
@media (max-width: 1199px) {
  .featured-product-sec .main-card {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .featured-product-sec .main-card {
    width: 100%;
    border-radius: clamp(12px, 1.302vw, 40px);
    background-size: 100% 100%;
  }
}
@media (max-width: 1024px) {
  .featured-product-sec .main-card .image {
    text-align: center;
  }
}
/* Top Bar Wrapper */
.top-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}

.top-bar h3 {
  font-weight: 700;
  margin-bottom: 0.5rem;
  text-transform: uppercase;

  /* Gradient text */
  background: var(--background-btn);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


/* Tabs */
.nav-tabs {
  border-bottom: none;
  display: flex;
  gap: 12px;
}

.nav-tabs .nav-item {
  margin-bottom: 0;
}

.nav-tabs .nav-link {
  font-size: 14px;
  font-weight: 600;
  color: #555;
  text-transform: uppercase;
  padding: 8px 20px;
  border-radius: 30px;
  background: #f5f5f5;
  transition: all 0.3s ease;
  border: none;
}

.nav-tabs .nav-link.active {
  background: var(--background-btn);
  color: #fff;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.nav-tabs .nav-link:hover {
  background: var(--background-btn-hover);
  color: #fff;
}

/* Show All Button */
.cus-btn-arrow {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #0c0c0d;
  text-decoration: none;
  transition: all 0.3s ease;
}

.cus-btn-arrow svg path {
  transition: all 0.3s ease;
}

.cus-btn-arrow:hover {
  color: var(--second-color);
}

.cus-btn-arrow:hover svg path {
  stroke: var(--second-color);
}

/* Responsive */
@media (max-width: 767px) {
  .top-bar {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .nav-tabs {
    flex-wrap: wrap;
    gap: 8px;
  }
}


.featured-product-card {
   padding: clamp(10px, 0.833vw, 32px); /* padding responsive */
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
}
.featured-product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 28px rgba(0,0,0,0.15);
}
.featured-product-card .image-box {
  padding: clamp(10px, 0.833vw, 32px);
  position: relative;
  overflow: hidden;
  text-align: center;
}
.featured-product-card .image-box .product-image {
  width: 100%;
  height: 150px;
  object-fit: unset !important;
}
@media (max-width: 575px) {
  .featured-product-card .image-box .product-image {
    width: 100%;
  }
}
.rating-star h6 span{
  padding-inline-end: 10px;

}
.featured-product-card .image-box .sale-label {
  font-size: 12px;
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 400;
  background-color: #DD3842;
  padding: clamp(2px, 0.208vw, 8px) clamp(8px, 0.625vw, 24px);
  color: #fafafa;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.featured-product-card .image-box .side-icons ul {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  top: 0px;
  z-index: 5;
  right: -100px;
  gap: 8px;
  -webkit-transition: 0.4s linear;
  -moz-transition: 0.4s linear;
  -ms-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition: 0.4s linear;
}
.featured-product-card .image-box .side-icons ul li {
  transition: 0.5s;
  visibility: hidden;
  opacity: 0;
  transform: translateX(30px);
}
.featured-product-card .image-box .side-icons ul li a {
  width: clamp(28px, 1.667vw, 64px);
  height: clamp(28px, 1.667vw, 64px);
  display: grid;
  align-items: center;
  justify-content: center;
  border: 1px solid #141516;
  border-radius: 5px;
  transition: all 0.5s ease-in-out;
  padding: 4px;
}
@media (max-width: 490px) {
  .featured-product-card .image-box .side-icons ul li a {
    width: clamp(30px, 6.531vw, 48px);
    height: clamp(30px, 6.531vw, 48px);
  }
}
.featured-product-card .image-box .side-icons ul li:hover a {
  border: 1px solid #ec1d23;
}
.featured-product-card .product-desc .product-title {
  transition: all 0.5s ease-in-out;
}
@media (max-width: 1599px) {
  .featured-product-card .product-desc .product-title a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}
.featured-product-card .product-desc .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.featured-product-card:hover .product-desc .product-title {
  transition: all 0.5s ease-in-out;
  color: #ec1d23;
}
.featured-product-card:hover .image-box .sale-label {
  opacity: 1;
  transition: all 0.5s ease-in-out;
}
.featured-product-card:hover .image-box .side-icons ul {
  right: 0;
  background: rgba(255, 255, 255, 0.6);
  padding: 6px;
  transition: all 0.5s ease-in-out;
  border-radius: 5px;
}
.featured-product-card:hover .image-box .side-icons ul li {
  transform: none;
  transition: 0.5s;
  opacity: 1;
  visibility: visible;
}
.featured-product-card:hover .image-box .side-icons ul li:nth-child(1) {
  transition-delay: 0.1s;
}
.featured-product-card:hover .image-box .side-icons ul li:nth-child(2) {
  transition-delay: 0.3s;
}
.featured-product-card:hover .image-box .side-icons ul li:nth-child(3) {
  transition-delay: 0.6s;
}
.featured-product-card {
 opacity: 0;
  transform: scale(0.8);
  transition: all 0.6s ease-out;
}

.featured-product-card.show {
  opacity: 1;
  transform: scale(1);
}

.inner-banner {
  background-position: center;
  background-size: cover;
  height: clamp(170px, 10.417vw, 300px);
  display: grid;
  align-items: center;
}

@media (max-width: 1699px) {
  .inner-banner {
    height: 210px;
  }
}
@media (max-width: 490px) {
  .inner-banner {
    height: 500px;
  }
}
.inner-banner .inner-content {
  display: flex;
  align-content: center;
  justify-content: space-between;
  place-items: center;
}
@media (max-width: 1024px) {
  .inner-banner .inner-content {
    justify-content: unset;
    gap: 32px;
  }
}
@media (max-width: 490px) {
  .inner-banner .inner-content {
    justify-content: center;
    flex-wrap: wrap;
    gap: 48px;
    text-align: center;
  }
}
@media (max-width: 490px) {
  .inner-banner .inner-content.v-2 {
    gap: 94px;
  }
}
@media (max-width: 1024px) {
  .inner-banner .inner-content .inner-image img {
    width: 80%;
  }
}
@media (max-width: 490px) {
  .inner-banner .inner-content .inner-image img {
    width: 75%;
  }
}
@media (max-width: 1024px) {
  .inner-banner .inner-content .inner-image-2 img {
    width: 85%;
  }
}
@media (max-width: 490px) {
  .inner-banner .inner-content .inner-image-2 img {
    width: 70%;
  }
}

.brand-sec .brand-slider {
  margin: 0 -8px;
  padding: 2.083vw 0;
  width: 100%;
}
@media (max-width: 490px) {
  .brand-sec .brand-slider {
    padding: clamp(32px, 8.163vw, 80px) 0;
  }
}
.brand-sec .brand-slider .brand-block {
  width: 13.958vw;
  height: clamp(70px, 4.792vw, 160px);
  display: grid;
  align-items: center;
  justify-content: center;
  border: 1px solid #EAEAEC;
  border-radius: 5px;
  margin: 0 8px;
}
.brand-sec .brand-slider .brand-block img{
  height: clamp(30px, 4.792vw, 160px);
}
@media (max-width: 490px) {
  .brand-sec .brand-slider .brand-block {
    width: clamp(200px, 48.98vw, 550px);
    height: clamp(48px, 13.061vw, 120px);
    padding: 0 8px;
  }
}
.blog-slider {
  margin: 0 -10px;
}
.blog-slider:not(.slick-initialized) {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.blog-block {
  background: #fff;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  flex: 1 1 calc(25% - 20px); /* 4 ÙƒØ±ÙˆØª ÙÙŠ Ø§Ù„ØµÙ Ù…Ø¹ Ø§Ù„ÙØ¬ÙˆØ© */
  min-width: 250px;
  height: 500px; /* Ø·ÙˆÙ„ Ø«Ø§Ø¨Øª Ù„Ù„ÙƒØ§Ø±Øª ÙƒÙ„Ù‡ */
  transition: transform 0.3s ease;
}

.blog-block:hover {
  transform: translateY(-5px);
}

.blog-block .blog-image {
  height: 250px; /* Ø·ÙˆÙ„ Ø«Ø§Ø¨Øª Ù„ÙƒÙ„ Ø§Ù„ØµÙˆØ± */
  overflow: hidden;
  flex-shrink: 0;
  border-radius: 16px 16px 0 0;
}

.blog-block .blog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ø§Ù„ØµÙˆØ±Ø© ØªØºØ·ÙŠ Ø§Ù„Ù…Ø³Ø§Ø­Ø© Ø¨Ø§Ù„ÙƒØ§Ù…Ù„ */
  transition: transform 0.3s ease;
}

.blog-block:hover .blog-image img {
  transform: scale(1.05);
}

.blog-block .blog-content {
  flex: 1; /* ÙŠØ§Ø®Ø¯ Ø¨Ø§Ù‚ÙŠ Ø§Ù„Ù…Ø³Ø§Ø­Ø© Ø¨Ø¹Ø¯ Ø§Ù„ØµÙˆØ±Ø© */
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* Ø§Ù„Ø¨ÙˆØªÙˆÙ† ÙŠØ¨Ù‚Ù‰ ØªØ­Øª Ø§Ù„Ù†Øµ */
  padding: 20px;
}

.blog-block .blog-content h6 {
  margin-bottom: 12px;
  font-weight: 600;
  color: var(--second-color);
}

.blog-block .blog-content p {
  flex-grow: 1;
  color: #6c6c6c;
  margin-bottom: 16px;
}

.cus-btn-arrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  cursor: pointer;
}

.blog-block:hover .cus-btn-arrow svg path {
  stroke: var(--second-color);
}

/* Responsive */
@media (max-width: 1024px) {
  .blog-block {
    flex: 1 1 calc(50% - 16px);
  }
}

@media (max-width: 768px) {
  .blog-block {
    flex: 1 1 100%;
  }
  .blog-block .blog-image {
    height: 200px;
  }
}

.coming-soon-cd {
  display: flex;
  align-items: center;
  justify-content: center;
}
.coming-soon-cd ul {
  display: flex;
  gap: clamp(12px, 0.833vw, 24px);
}
@media (max-width: 820px) {
  .coming-soon-cd ul {
    gap: clamp(20px, 2.927vw, 48px);
  }
}
@media (max-width: 490px) {
  .coming-soon-cd ul {
    gap: clamp(70px, 14.694vw, 120px);
  }
}
.coming-soon-cd ul li {
  width: 4.557vw;
  height: 3.333vw;
  border-radius: clamp(6px, 0.521vw, 20px);
  background: transparent;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.coming-soon-cd ul li h2 {
  font-family: "Bai Jamjuree", sans-serif;
  font-size: clamp(19px, 1.198vw, 27px);
  /* 23px */
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.021875vw;
  padding: clamp(24px, 1.667vw, 64px);
  background: #fafafa;
  border-radius: 5px;
  margin-bottom: 8px;
}
@media (max-width: 1399px) {
  .coming-soon-cd ul li h2 {
    padding: 12px;
  }
}
@media (max-width: 1024px) {
  .coming-soon-cd ul li h2 {
    font-size: clamp(18px, 1.953vw, 24px);
  }
}
@media (max-width: 768px) {
  .coming-soon-cd ul li h2 {
    font-size: clamp(18px, 2.344vw, 21px);
  }
}
@media (max-width: 490px) {
  .coming-soon-cd ul li h2 {
    font-size: 24px;
    padding: 20px;
  }
}
.coming-soon-cd ul li h6 {
  color: #fafafa;
}

.newsletter-section .newsletter-container {
  text-align: center;
  padding: clamp(32px, 2.5vw, 64px);
}
.newsletter-section .newsletter-container .newsletter-image {
  width: clamp(48px, 3.333vw, 94px);
  height: clamp(48px, 3.333vw, 94px);
  display: grid;
  align-items: center;
  justify-content: center;
  border: 1px solid #ec1d23;
  border-radius: 6px;
}
.newsletter-section .newsletter-container .newsletter-image img{
  filter: brightness(0);
}
.newsletter-section .newsletter-container form {
  position: relative;
}
.newsletter-section .newsletter-container form button {
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 1599px) {
  .newsletter-section .newsletter-container form button {
    padding: 18px;
  }
}
@media (max-width: 1024px) {
  .newsletter-section .newsletter-container form button {
    padding: 19px;
  }
}
@media (max-width: 490px) {
  .newsletter-section .newsletter-container form button {
    padding: 14px 8px;
  }
}
.benefits-wrapper {
  padding: clamp(28px, 2.083vw, 64px) 0;
}
@media (max-width: 430px) {
  .benefits-wrapper {
    padding: clamp(28px, 2.083vw, 64px) 0;
  }
}
@media (max-width: 399px) {
  .benefits-wrapper {
    padding: 32px 0;
  }
}
.benefits-wrapper .benefit-block {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.benefits-wrapper .benefit-block .image-box {
  display: grid;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 1px solid #ec1d23;
  border-radius: 5px;
}
.benefits-wrapper .benefit-block .image-box img{
  filter: brightness(0);
}
@media (max-width: 1024px) {
  .benefits-wrapper .benefit-block .image-box {
    width: 48px;
    height: 48px;
  }
}
@media (max-width: 1024px) {
  .benefits-wrapper .benefit-block .image-box img {
    width: 24px;
    height: 24px;
  }
}
.footer-creative {
  position: relative;
  background: linear-gradient(135deg, var(--second-color),var(--orange-color));
  color: #fff;
  padding: 60px 0 40px;
  font-family: 'Poppins', sans-serif;
  overflow: hidden;
}

.footer-creative a {
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}

.footer-creative a:hover {
  color: #000;
}

.footer-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.footerlogo{
   filter: brightness(0) invert(1);
}
.store-desc {
  flex: 1 1 250px;
}

.store-desc p {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px;
  opacity: 0.9;
}

.social-links {
  display: flex;
  gap: 12px;
  list-style: none;
  padding: 0;
}

.social-links li {
  position: relative;
  --clr: #fff;
  transform: translate(calc(var(--i) * 0px), calc(var(--i) * 0px));
  transition: 0.5s ease-in-out;
}

.social-links li:hover {
  transform: translateY(-10px);
}

.social-links li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255,255,255,0.2);
  color: #fff;
  font-size: 16px;
  transition: 0.3s;
}

.social-links li a:hover {
  background: #fff;
  color: #be2a41;
}

.footer-link-block {
  flex: 1 1 150px;
}

.footer-link-block h6 {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 16px;
}

.footer-link-block ul li {
  margin-bottom: 12px;
}

.footer-link {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
}

.footer-link i {
  font-size: 20px;
  margin-right: 8px;
}

.footer-bottom-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid rgba(255,255,255,0.3);
  padding-top: 20px;
  margin-top: 40px;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}

.footer-bottom-bar p {
  font-size: 16px;
}

.payment-cards img {
  width: 40px;
  height: auto;
  margin-left: 10px;
}

/* Floating decorative shapes */
.circle-shape {
  position: absolute;
  border-radius: 50%;
  background: rgba(255,255,255,0.15);
  width: 120px;
  height: 120px;
  top: -40px;
  right: 60px;
  z-index: 1;
}

.circle-shape.small {
  width: 60px;
  height: 60px;
  top: 100px;
  left: 40px;
}

.circle-shape.medium {
  width: 90px;
  height: 90px;
  bottom: 60px;
  right: 100px;
}
/* Container */
.footer-link-block h3 {
  color: #fff;
  font-weight: 600;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
}

.creative-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.creative-links li {
  flex: 1 1 calc(50% - 12px);
}

.creative-links li a {
  display: block;
  padding: 12px 16px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  color: #fff !important;
  font-weight: 500;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
  z-index: 5;
}

.creative-links li a::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, var(--second-color), var(--orange-color));
  z-index: -1;
  transition: all 0.4s ease;
  transform: skewX(-20deg);
}

.creative-links li a:hover::before {
  left: 0;
}


.creative-links li a span {
  position: relative;
  z-index: 2;
}

.creative-links li a:hover {
  box-shadow: 0 6px 15px rgba(0,0,0,0.2);
  transform: translateY(-3px);
  color: #fff !important;
}
.contact-block h3 {
  color: #fff;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
}

/* List reset */
.contact-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

/* Each contact item */
.contact-item {
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(255, 255, 255, 0.08);
  padding: 12px 16px;
  border-radius: 12px;
  color: white !important;
  text-decoration: none;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}
.contact-item h5 {
  color: inherit;       /* ÙŠØ®Ù„ÙŠ Ø§Ù„Ø±Ù‚Ù… ÙŠØ§Ø®Ø¯ Ù„ÙˆÙ† Ø§Ù„Ø£Ø¨ */
}
/* Icon container */
.contact-item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.1);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 18px;
  color: var(--orange-color);
  flex-shrink: 0;
  transition: all 0.3s ease;
}

/* Icon hover animation */
.contact-item:hover .icon {
  background: linear-gradient(135deg, var(--second-color), var(--orange-color));
  color: #fff;
  transform: scale(1.2) rotate(10deg);
}

/* Text */
.contact-item .text {
  display: flex;
  flex-direction: column;
  color: #ccc;
  transition: color 0.3s ease;
}

.contact-item .text p {
  margin: 0;
  font-size: 13px;
}

.contact-item .text h5 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

/* Hover text color */
.contact-item:hover .text {
  color: #fff;
}

/* Hover background for entire item */
.contact-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, var(--second-color), var(--orange-color));
  z-index: 0;
  transition: all 0.4s ease;
  transform: skewX(-20deg);
}

.contact-item:hover::before {
  left: 0;
}

.contact-item span.text {
  position: relative;
  z-index: 1;
}

.contact-item .icon {
  position: relative;
  z-index: 2;
}

/* Responsive */
@media (max-width: 768px) {
  .contact-links {
    gap: 12px;
  }

  .contact-item {
    padding: 10px 14px;
  }

  .contact-item .icon {
    width: 36px;
    height: 36px;
    font-size: 16px;
  }
}

/* Responsive */
@media (max-width: 768px) {
  .creative-links li {
    flex: 1 1 100%;
  }
}

/* Responsive */
@media (max-width: 768px) {
  .footer-wrapper {
    flex-direction: column;
    gap: 30px;
  }

  .footer-bottom-bar {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }

  .circle-shape,
  .circle-shape.small,
  .circle-shape.medium {
    display: none;
  }
}

.title-banner {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 40px 0; /* Ù…Ø³Ø§ÙØ© Ø¨Ø³ÙŠØ·Ø© */
  margin: 0;
  text-align: center;
  color: #fff;
}

.title-banner .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5); /* ØºØ·Ø§Ø¡ Ø¯Ø§ÙƒÙ† Ù„ØªÙˆØ¶ÙŠØ­ Ø§Ù„Ù†Øµ */
  z-index: 1;
}

.title-banner .banner-wrapper {
    text-align: left; /* ÙŠØ­Ø§Ø°ÙŠ Ø§Ù„Ù†Øµ Ù„Ù„Ø¹ÙŽÙ„Ù‰ (Left) */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start; /* ÙŠØ­Ø§Ø°ÙŠ ÙƒÙ„ Ø§Ù„Ø¹Ù†Ø§ØµØ± Ù„Ù„Ø´Ù…Ø§Ù„ */
    height: 100%;
    padding-left: 30px; /* Ù…Ø³Ø§ÙØ© Ù…Ù† Ø§Ù„Ø´Ù…Ø§Ù„ØŒ ØªÙ‚Ø¯Ø±ÙŠ ØªØºÙŠÙ‘Ø±ÙŠÙ‡Ø§ */
}
.breadcrumb a{
  color: #fff !important;
}
.breadcrumb a i {
  font-size: 12px;
  color: #fff !important;
}

.title-banner .banner-image1,
.title-banner .banner-image2 {
  position: absolute;
  width: 80px;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
}

.title-banner .banner-image1 {
  left: 0;
}

.title-banner .banner-image2 {
  right: 0;
}

.title-banner h1 {
  font-size: clamp(28px, 4vw, 48px);
  margin: 0 0 10px 0; /* Ø§Ù„Ù‡ÙŠØ¯Ø± ÙÙˆÙ‚ breadcrumb Ù…Ø¨Ø§Ø´Ø±Ø© */
  color: #fff;
}

.title-banner .breadcrumb {
  background: transparent;
  padding: 0;
  margin: 0;
  display: inline-flex;
  gap: 0.5rem;
  color: #fff;
}

.title-banner .breadcrumb a {
  text-decoration: none;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 5px;
}

.title-banner .breadcrumb .active {
  color: #fff;
  font-weight: 500;
}

.sidebar {
  padding: clamp(16px, 1.25vw, 48px);
  border-radius: clamp(6px, 0.521vw, 20px);
}
.sidebar.toggle-sidebar {
  position: fixed;
  top: 0;
  left: -400px;
  width: clamp(300px, 20.833vw, 650px);
  height: 100vh;
  background-color: #fafafa;
  z-index: 1000;
  overflow-y: scroll;
}
.sidebar.toggle-sidebar::-webkit-scrollbar {
  width: 10px;
}
.sidebar.toggle-sidebar::-webkit-scrollbar-track {
  background-color: #ebebeb;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.sidebar.toggle-sidebar::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #6d6d6d;
}
.sidebar.toggle-sidebar.active {
  left: 0;
}
.sidebar form {
  position: relative;
}
.sidebar form input {
  border-radius: 5px;
  padding: 16px;
}
.sidebar form button {
  position: absolute;
  top: 16px;
  right: 16px;
  border: 0;
  background: transparent;
}
.sidebar form button i {
  font-size: 20px;
}
.sidebar .category-block .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.sidebar .category-block .arrow-block {
  cursor: pointer;
}
.sidebar .category-block .arrow-block .fa-thin {
  transition: transform 0.3s ease;
}
.sidebar .category-block .arrow-block .fa-chevron-down {
  transform: rotate(360deg);
}
.sidebar .category-block .wrapper .price-input {
  width: 100%;
  display: flex;
  gap: 16px;
}
.sidebar .category-block .wrapper .price-input .field input {
  width: 100%;
  outline: none;
  border-radius: 5px;
  border: 1px solid #6d6d6d;
  -moz-appearance: textfield;
  padding: 12px 16px;
}
.sidebar .category-block .wrapper .slider {
  height: 8px;
  position: relative;
  background: #EAEAEC;
  border-radius: 5px;
}
.sidebar .category-block .wrapper .slider .progress {
  height: 100%;
  left: 25%;
  right: 25%;
  position: absolute;
  border-radius: 5px;
  background: var(--background-btn);
}
.sidebar .category-block .wrapper .range-input {
  position: relative;
}
.sidebar .category-block .wrapper .range-input input {
  position: absolute;
  width: 100%;
  height: 3px;
  top: -5px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.sidebar .category-block .wrapper input[type=number]::-webkit-outer-spin-button,
.sidebar .category-block .wrapper input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.sidebar .category-block .wrapper input[type=range]::-webkit-slider-thumb {
  height: 24px;
  width: 24px;
  border-radius: 3%;
  background: var(--background-btn);
  pointer-events: auto;
  -webkit-appearance: none;
  cursor: pointer;
  border: 2px solid #EAEAEC;
}
.sidebar .category-block .wrapper input[type=range]::-moz-range-thumb {
  height: 17px;
  width: 17px;
  border: none;
  border-radius: 3%;
  background: var(--background-btn);
  pointer-events: auto;
  cursor: pointer;
  -moz-appearance: none;
}
.sidebar .category-block .product-color {
  display: flex;
  align-items: center;
  gap: 16px;
}
.sidebar .category-block .product-color ul {
  display: flex;
  align-items: center;
  gap: 8px;
}
.sidebar .category-block .product-color input[type=radio] {
  width: 28px;
  height: 28px;
  -webkit-appearance: none;
  border-radius: 5px;
}
@media (max-width: 992px) {
  .sidebar .category-block .product-color input[type=radio] {
    width: 20px;
    height: 20px;
  }
}
.sidebar .category-block .product-color input[type=radio].radio-1 {
  background-color: #EAEAEC;
}
.sidebar .category-block .product-color input[type=radio].radio-2 {
  background-color: #6d6d6d;
}
.sidebar .category-block .product-color input[type=radio].radio-3 {
  background-color: #45474F;
}
.sidebar .category-block .product-color input[type=radio].radio-4 {
  background-color: #0C0C0D;
}
.sidebar .category-block .product-color input[type=radio].radio-5 {
  background-color: #ffe603;
}
.sidebar .category-block .product-color input[type=radio].radio-6 {
  background-color: #ec1d23;
}
.sidebar .category-block .product-color input[type=radio].radio-7 {
  background-color: #DD3842;
}
.sidebar .category-block .product-color input[type=radio]:checked {
  border: 3px solid #fafafa;
  border-radius: 3px;
  outline: 1px solid #0C0C0D;
  cursor: pointer;
}
.sidebar .category-block .product-color input[type=radio]:hover {
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  border: 3px solid #fafafa;
  border-radius: 3px;
  outline: 1px solid #0C0C0D;
}
.sidebar .category-block .product-color input[type=radio]:focus {
  outline-color: transparent;
}
.sidebar .category-block .star-rating {
  display: flex;
  flex-direction: row-reverse;
  justify-content: start;
  font-size: 26px;
}
.sidebar .category-block .star-rating input {
  display: none;
}
.sidebar .category-block .star-rating label {
  color: #ccc;
  cursor: pointer;
}
.sidebar .category-block .star-rating :checked ~ label {
  color: #DD3842;
}
.sidebar .category-block .star-rating label:hover,
.sidebar .category-block .star-rating label:hover ~ label {
  color: #DD3842;
}
.sidebar .far.fa-plus {
  font-size: 24px;
  font-weight: 300;
}

.blog-tags-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: clamp(12px, 0.833vw, 32px);
}
.blog-tags-wrapper .blog-tags {
  padding: 8px 10px;
  border-radius: 5px;
  background: #EAEAEC;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 999;
  cursor: url(../media/close.png), auto;
}
.overlay.active {
  display: block;
  opacity: 1;
}

.shop-grid-topbar {
  padding: 12px 16px;
  height: 56px;
  background-color: #fafafa;
  border-radius: clamp(6px, 0.521vw, 20px);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 490px) {
  .shop-grid-topbar {
    height: auto;
  }
}
@media (max-width: 490px) {
  .shop-grid-topbar.v-2 {
    flex-direction: column;
    gap: 16px;
    place-items: flex-start;
    margin-bottom: 12px;
  }
}
.shop-grid-topbar .first-block {
  display: flex;
  align-items: center;
  gap: 24px;
}
.shop-grid-topbar .first-block .visual-btns {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 490px) {
  .shop-grid-topbar .first-block .visual-btns.v-2 {
    gap: 32px;
  }
}
.shop-grid-topbar .first-block .visual-btns .visual-box svg path {
  fill: #6d6d6d;
  transition: all 0.5s ease-in-out;
}
.shop-grid-topbar .first-block .visual-btns .visual-box:hover svg path, .shop-grid-topbar .first-block .visual-btns .visual-box.active svg path {
  transition: all 0.5s ease-in-out;
  fill: #141516;
}
.shop-grid-topbar .first-block .visual-btns .visual-box.shop-filter {
  padding: 8px 16px;
  background: #ec1d23;
  border-radius: 5px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fafafa;
  transition: all 0.5s ease-in-out;
}
.shop-grid-topbar .first-block .visual-btns .visual-box.shop-filter:hover {
  background: #DD3842;
  transition: all 0.5s ease-in-out;
}
.shop-grid-topbar .second-block .grid-icons {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 490px) {
  .shop-grid-topbar .second-block .grid-icons.v-2 {
    gap: 24px;
  }
}
.shop-grid-topbar .second-block .grid-icons .grid-dots svg path {
  fill: #EAEAEC;
  transition: all 0.5s ease-in-out;
}
.shop-grid-topbar .second-block .grid-icons .grid-dots:hover svg path, .shop-grid-topbar .second-block .grid-icons .grid-dots.active svg path {
  transition: all 0.5s ease-in-out;
  fill: #ec1d23;
}
.shop-grid-topbar .last-block {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 490px) {
  .shop-grid-topbar .last-block.v-2 {
    width: 100%;
  }
}
.shop-grid-topbar .last-block .drop-container {
  background-color: #EAEAEC;
  padding: 6px 5px 6px 12px;
  border-radius: 5px;
}
@media (max-width: 490px) {
  .shop-grid-topbar .last-block .drop-container.v-2 {
    width: 100%;
  }
}
@media (max-width: 490px) {
  .shop-grid-topbar .last-block .drop-container .wrapper-dropdown.v-2 {
    width: 100%;
  }
}

.shop-grid-topbar-container {
  padding: clamp(12px, 0.833vw, 32px);
  background-color: #fafafa;
  border-radius: clamp(6px, 0.521vw, 20px);
}
.shop-grid-topbar-container .shop-grid-bottombar {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 490px) {
  .shop-grid-topbar-container .shop-grid-bottombar {
    flex-wrap: wrap;
  }
}
.shop-grid-topbar-container .shop-grid-bottombar .filter-tag {
  padding: 4px 8px;
  border-radius: 2px;
  background: #EAEAEC;
}

.shop-detail .detail-wrapper .product-image-container {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  padding: clamp(32px, 3.333vw, 120px);
  border-radius: clamp(10px, 1.042vw, 32px);
  width: 100%;
}
@media (max-width: 1024px) {
  .shop-detail .detail-wrapper .product-image-container {
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .shop-detail .detail-wrapper .product-image-container {
    flex-direction: column-reverse;
    padding: 20px;
  }
}
.shop-detail .detail-wrapper .product-image-container.container-2 {
  flex-direction: column-reverse;
}
.shop-detail .detail-wrapper .product-image-container .product-slider-asnav {
  pointer-events: auto;
  width: 20%;
}
@media (max-width: 575px) {
  .shop-detail .detail-wrapper .product-image-container .product-slider-asnav {
    width: 100%;
  }
}
.shop-detail .detail-wrapper .product-image-container .product-slider-asnav.asnav-2 {
  width: 100%;
}
.shop-detail .detail-wrapper .product-image-container .product-slider-asnav.asnav-2 .slick-track {
  flex-direction: row;
  width: auto !important;
}
.shop-detail .detail-wrapper .product-image-container .product-slider-asnav .slick-track {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 8px;
  width: max-content !important;
}
@media (max-width: 575px) {
  .shop-detail .detail-wrapper .product-image-container .product-slider-asnav .slick-track {
    flex-direction: row;
  }
}
.shop-detail .detail-wrapper .product-image-container .product-slider-asnav .nav-image {
  background-color: #EAEAEC;
  border-radius: 4px;
  padding: 8px;
  cursor: pointer;
}
@media (max-width: 399px) {
  .shop-detail .detail-wrapper .product-image-container .product-slider-asnav .nav-image {
    width: clamp(48px, 18.045vw, 120px) !important;
  }
}
.shop-detail .detail-wrapper .product-image-container .product-slider-asnav .nav-image.slick-current {
  border: 1px solid #ec1d23;
}
.shop-detail .detail-wrapper .product-image-container .product-slider-asnav .nav-image img{
  height: 100px;
}
.tf-breadcrumb-list{
      margin-bottom: 10px;
    padding-inline-start: 12px;
}
.tf-breadcrumb-list i{
  font-size: 12px;
}
.shop-detail .detail-wrapper .product-image-container .product-slider {
  pointer-events: none;
  width: 80%;
}
.share-social {
  display: flex;
  align-items: center;
  gap: 16px;
}
.share-social li a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(32px, 2.083vw, 48px);
  height: clamp(32px, 2.083vw, 48px);
  border-radius: 5px;
  background-color: #EAEAEC;
}
@media (max-width: 1024px) {
  .shop-detail .detail-wrapper .product-image-container .product-slider {
    width: 35%;
  }
}
@media (max-width: 575px) {
  .shop-detail .detail-wrapper .product-image-container .product-slider {
    width: 100%;
  }
}
.shop-detail .detail-wrapper .product-image-container .product-slider.slider-2 {
  width: 100%;
}
.shop-detail .detail-wrapper .product-image-container .product-slider .detail-image.detail-2 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.shop-detail .detail-wrapper .product-image-container .product-slider .detail-image.detail-2 img {
  width: 74%;
  height: auto;
}
@media (max-width: 1499px) {
  .shop-detail .detail-wrapper .product-image-container .product-slider .detail-image.detail-2 img {
    width: auto;
  }
}
.shop-detail .detail-wrapper .product-image-container .product-slider .detail-image img {
  /* width: 32.5vw; */
  height: 30.906vw;
}
@media (max-width: 1024px) {
  .shop-detail .detail-wrapper .product-image-container .product-slider .detail-image img {
    width: auto;
    height: auto;
  }
}
.shop-detail .detail-wrapper .product-text-container {
  padding: clamp(32px, 3.333vw, 120px);
}
.shop-detail .detail-wrapper .product-text-container .label {
  padding: 4px 12px;
  border-radius: 2px;
  background-color: #DD3842;
}
.shop-detail .detail-wrapper .product-text-container .content-block .product-color {
  display: flex;
  align-items: center;
  gap: 16px;
}
.shop-detail .detail-wrapper .product-text-container .content-block .product-color ul {
  display: flex;
  align-items: center;
  gap: 8px;
}
.shop-detail .detail-wrapper .product-text-container .content-block .product-color input[type=radio] {
  width: 28px;
  height: 28px;
  -webkit-appearance: none;
  border-radius: 5px;
}
@media (max-width: 992px) {
  .shop-detail .detail-wrapper .product-text-container .content-block .product-color input[type=radio] {
    width: 20px;
    height: 20px;
  }
}
.shop-detail .detail-wrapper .product-text-container .content-block .product-color input[type=radio].radio-1 {
  background-color: #EAEAEC;
}
.shop-detail .detail-wrapper .product-text-container .content-block .product-color input[type=radio].radio-2 {
  background-color: #6d6d6d;
}
.shop-detail .detail-wrapper .product-text-container .content-block .product-color input[type=radio].radio-3 {
  background-color: #45474F;
}
.shop-detail .detail-wrapper .product-text-container .content-block .product-color input[type=radio].radio-4 {
  background-color: #0C0C0D;
}
.shop-detail .detail-wrapper .product-text-container .content-block .product-color input[type=radio].radio-5 {
  background-color: #ffe603;
}
.shop-detail .detail-wrapper .product-text-container .content-block .product-color input[type=radio].radio-6 {
  background-color: #ec1d23;
}
.shop-detail .detail-wrapper .product-text-container .content-block .product-color input[type=radio].radio-7 {
  background-color: #DD3842;
}
.shop-detail .detail-wrapper .product-text-container .content-block .product-color input[type=radio]:checked {
  border: 3px solid #fafafa;
  border-radius: 3px;
  outline: 1px solid #0C0C0D;
  cursor: pointer;
}
.shop-detail .detail-wrapper .product-text-container .content-block .product-color input[type=radio]:hover {
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  border: 3px solid #fafafa;
  border-radius: 3px;
  outline: 1px solid #0C0C0D;
}
.shop-detail .detail-wrapper .product-text-container .content-block .product-color input[type=radio]:focus {
  outline-color: transparent;
}
@media (max-width: 490px) {
  .shop-detail .detail-wrapper .product-text-container .cus-btn {
    padding: 13.5px 16px;
    font-size: 14px;
  }
}
.shop-detail .detail-wrapper .product-text-container .function-bar {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 490px) {
  .shop-detail .detail-wrapper .product-text-container .function-bar {
    flex-wrap: wrap;
  }
}
.shop-detail .detail-wrapper .product-text-container .function-bar .cart-btn .cus-btn-2 {
  padding: 13.5px 32px;
}
.shop-detail .detail-wrapper .product-text-container .function-bar .side-icons ul {
  display: flex;
  align-items: center;
  gap: 8px;
}
.shop-detail .detail-wrapper .product-text-container .function-bar .side-icons ul li a {
  width: clamp(36px, 2.5vw, 96px);
  height: clamp(36px, 2.5vw, 96px);
  display: grid;
  align-items: center;
  justify-content: center;
  border: 1px solid #141516;
  background-color: transparent;
  border-radius: 5px;
  transition: all 0.5s ease-in-out;
  padding: 4px;
}
@media (max-width: 490px) {
  .shop-detail .detail-wrapper .product-text-container .function-bar .side-icons ul li a {
    width: clamp(36px, 8.163vw, 80px);
    height: clamp(36px, 8.163vw, 80px);
  }
}
@media (max-width: 490px) {
  .shop-detail .detail-wrapper .product-text-container .function-bar .side-icons ul li a svg {
    width: 16px;
    height: 16px;
  }
}
.shop-detail .detail-wrapper .product-text-container .function-bar .side-icons ul li a svg path {
  transition: all 0.5s ease-in-out;
}
.shop-detail .detail-wrapper .product-text-container .function-bar .side-icons ul li:hover a {
  border: 1px solid #ec1d23;
  background-color: #ec1d23;
  transition: all 0.5s ease-in-out;
}
.shop-detail .detail-wrapper .product-text-container .function-bar .side-icons ul li:hover a svg path {
  fill: #fafafa;
  transition: all 0.5s ease-in-out;
}
/*------------ tabs ---------------- */
.widget-tabs .widget-menu-tab .item-title:not(.default) {
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  cursor: pointer;
  position: relative;
}
.widget-timeline .timeline > li {
    margin-bottom: 15px;
    position: relative;
}
.widget-timeline .timeline {
    list-style: none;
    position: relative;
    padding: 0;
}
.widget-tabs .widget-menu-tab .item-title:not(.default)::after {
  position: absolute;
  content: "";
  background-color: #ec1d23;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.widget-tabs .widget-content-tab {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background-color: #fafafa;
  margin-bottom: 40px;
}
.widget-tabs .widget-content-tab .widget-content-inner.active {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    position: relative;
    z-index: 2;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    transition-timing-function: ease-out;
    transition-duration: 0.3s;
    transition-delay: 0.3s;
}

.widget-tabs .widget-content-tab .widget-content-inner {
  padding: 35px;
  display: block;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  transition-timing-function: ease-in;
  transition-duration: 0.2s;
}
.widget-tabs .widget-content-tab .widget-content-inner .tf-product-des-demo h3{
  margin-bottom: 22px;
    line-height: 19px;
    font-size: 20px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 10px;
}
.widget-tabs .widget-content-tab .widget-content-inner p{
  font-size: 15px;
  color: #6d6d6d;
}
.widget-tabs .widget-content-tab .widget-content-inner.active {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  position: relative;
  z-index: 2;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  transition-timing-function: ease-out;
  transition-duration: 0.3s;
  transition-delay: 0.3s;
}
.widget-tabs.style-has-border {
  border-radius: 15px;
}
.widget-tabs.style-has-border .widget-menu-tab {
  display: flex;
  padding: 10px 30px;
  gap: 10px 50px;
  border-bottom: 1px solid #fafafa;
  overflow-x: auto;
  background: #fafafa;
  border-radius: 5px;
}
.widget-tabs.style-has-border .widget-menu-tab .item-title {
  padding: 15px 0;
  min-width: max-content;
  list-style: none;
}
.widget-tabs.style-has-border .widget-menu-tab .item-title span{
  color: #052944;
}
.widget-tabs.style-has-border .widget-menu-tab .item-title::after {
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
}
.widget-tabs.style-has-border .widget-menu-tab .item-title.active::after {
  width: 100%;
}
.widget-tabs.style-has-border .widget-menu-tab .item-title.active span,
.widget-tabs.style-has-border .widget-menu-tab .item-title.active span::after{
  color: #ec1d23;
}
.branches-contact{
      display: flex;
    gap: 20px;
}
.branches-contact .widget-content-tab{
      width: 100%;
      height: max-content;
}
.branches-contact .widget-content-tab iframe{
      width: 100%;
      height: 1000px;
}
.branches-section .branches-contact .widget-menu-tab{
      display: flex;
    flex-direction: column;
    gap: 15px;
    background-color: transparent;
    overflow: unset;
}
.branches-section .branches-contact .widget-menu-tab .item-title{
      padding: 28px 27px 30px;
    border-radius: 15px;
    border: 1px solid #4a4d9936;
    min-width: auto;
}
.branches-section .branches-contact .widget-menu-tab .item-title.active{
      padding: 28px 27px 30px;
    border-radius: 15px;
    border: none;
    background-color: #fafafa;
}
.branches-section .branches-contact .widget-menu-tab .item-title h3{

font-size: 25px;

font-weight: 600;

margin-bottom: 15px;
}
.branches-section .branches-contact .widget-menu-tab .item-title .info{

font-size: 14px;

font-weight: 500;

margin-bottom: 5px;
}
.widget-tabs.style-two-col {
  display: grid;
  grid-template-columns: 3fr 9fr;
  gap: 30px;
}
.widget-tabs.style-two-col .widget-menu-tab {
  display: flex;
  flex-direction: column;
  gap: 10px 50px;
  border-left: 2px solid #fff;
  height: max-content;
}
.widget-tabs.style-two-col .widget-menu-tab .item-title {
  padding: 15px 38px;
}
.widget-tabs.style-two-col .widget-menu-tab .item-title::after {
  top: 0;
  left: -2px;
  width: 2px;
  height: 0;
}
.widget-tabs.style-two-col .widget-menu-tab .item-title.active::after {
  height: 100%;
}
.widget-tabs.style-two-col .widget-content-tab {
  border: 1px solid #fff;
  height: fit-content;
}

.input-block {
  position: relative;
}
.input-block svg {
  position: absolute;
  right: 16px;
  top: 19px;
}
.blog-detail-wrapper {
    border-radius: 20px;
    padding: 40px;
    background-color: #fff;
    box-shadow: 0 20px 40px rgba(0,0,0,0.05);
}

.blog-detail-wrapper .main-image img {
    border-radius: 15px;
    width: 100%;
    height: auto;
}

.blog-detail-wrapper h3 {
    font-size: clamp(28px, 3vw, 36px);
    margin-bottom: 24px;
    background: var(--background-btn);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.blog-detail-wrapper p {
    font-size: 16px;
    color: #555;
    line-height: 1.7;
}
.blog-buttons a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
}
.blog-buttons a {
  width: auto;       /* Ø£Ù‡Ù… Ø­Ø§Ø¬Ø© */
  flex: 0 0 auto;    /* Ù…Ø§ ÙŠØªØ´Ø¯Ø´ */
  padding: 8px 16px; /* Ø­Ø¬Ù… Ù…Ù†Ø§Ø³Ø¨ Ù„Ù„Ø²Ø±Ø§Ø± */
}

.btn-whatsapp {
    background-color: #25D366;
    color: #fff !important;
}

.btn-whatsapp:hover {
    background-color: #1ebe57;
    color: #fff !important;
}

.btn-phone {
    background-color: #ec1d23;
    color: #fff !important;
}

.btn-phone:hover {
    background-color: #b4161b;
    color: #fff !important;
}

/* about section */
/* wrapper */
.about-wrapper {
  padding: clamp(30px, 2vw, 60px);
  background: #fdfdfd;
  border-radius: 20px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.1);
}

/* image */
.about-image .image-container {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  transition: transform 0.5s ease;
}

.about-image .image-container:hover {
  transform: scale(1.05);
}

.about-image img {
  width: 100%;
  height: auto;
  display: block;
}

/* overlay */
.about-image .image-overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(255,0,150,0.2), rgba(0,204,255,0.2));
  mix-blend-mode: overlay;
}

/* content */
.about-content {
  padding: 20px;
}

.about-title {
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 700;
  background: var(--background-btn);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 20px;
}

.about-text {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 25px;
}

.about-btn {
  padding: 10px 30px;
  font-size: 16px;
  border-radius: 30px;
  background: var(--background-btn);
  color: #fff;
  border: none;
  transition: all 0.3s ease;
}

.about-btn:hover {
  background: var(--background-btn-hover);
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}

/* responsive */
@media (max-width: 991px) {
  .about-wrapper {
    padding: 20px;
  }
  .about-title {
    font-size: clamp(22px, 5vw, 32px);
    text-align: center;
  }
  .about-text {
    text-align: center;
  }
  .about-btn {
    display: block;
    margin: 0 auto;
  }
}
/* Section Container */
.about-section {
  padding: 60px 0;
  background: #f9f9f9;
}

/* White wrapper for content */
.about-wrapper {
  background: #fff;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

/* Each block spacing */
.about-block {
  margin-bottom: 60px;
}

/* Row gap for responsiveness */
.row-gap-4 {
  row-gap: 30px;
}

/* About content */
.about-content h3 {
  font-size: clamp(24px, 2.5vw, 36px);
  font-weight: 700;
  margin-bottom: 20px;
  display: inline-block;
  /* Gradient text */
  background: var(--background-btn);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; /* for non-webkit browsers */
}


.about-content p {
  font-size: clamp(15px, 1.2vw, 18px);
  color: #6c6c6c;
  line-height: 1.8;
  margin-bottom: 20px;
}

/* Emphasis text inside paragraphs */
.about-content span.dark-black {
  color: #0c0c0d;
  font-weight: 600;
}

/* List styling */
.about-content ul {
  list-style-type: disc;
  padding-left: 20px;
  margin-top: 15px;
}

.about-content ul li {
  font-weight: 500;
  color: #333;
  margin-bottom: 10px;
}

/* About images */
.about-image img {
  width: 100%;
  border-radius: 20px;
  display: block;
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

/* Image hover effect */
.about-image img:hover {
  transform: scale(1.05);
}

/* Responsive adjustments */
@media (max-width: 1199px) {
  .about-wrapper {
    padding: 30px;
  }
  .about-content h3 {
    font-size: clamp(22px, 3vw, 32px);
  }
  .about-content p {
    font-size: clamp(14px, 1.2vw, 16px);
  }
}

@media (max-width: 767px) {
  .about-wrapper {
    padding: 20px;
  }
  .about-content h3 {
    font-size: 22px;
    text-align: center;
  }
  .about-content p, .about-content ul {
    text-align: center;
  }
  .about-image {
    margin-bottom: 20px;
  }
}


/* Gradient Title */
.gradient-text {
    font-size: clamp(28px, 3vw, 36px);
    background: var(--background-btn);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Card Style */
.our-block {
    transition: all 0.4s ease;
    padding: 30px;
    border-radius: 20px;
    background-color: #fff;
    text-align: center;
    height: 100%;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

.our-block:hover {
    transform: translateY(-10px);
   
}

/* Icon Size */
.icon-size {
    width: 60px;
    height: 60px;
}

/* Paragraph */
.our-block p {
    color: #555;
    font-size: 15px;
    line-height: 1.6;
}

/* Heading */
.our-block h6 {
    font-size: 18px;
    color: #0c0c0d;
}

/* Responsive Adjustments */
@media (max-width: 992px) {
    .icon-size {
        width: 50px;
        height: 50px;
    }
}

.faq .faq-block {
  padding: 24px;
  padding-inline-end: 26px;
  background: #fafafa;
  border-radius: 5px;
  margin-bottom: clamp(14px, 1.25vw, 32px);
}
.faq .faq-block .accordion-button {
  margin: 0;
  position: relative;
  padding: 0;
  font-weight: 500;
  font-size: 21px;
  line-height: 130%;
}
@media (max-width: 992px) {
  .faq .faq-block .accordion-button {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .faq .faq-block .accordion-button {
    font-size: 19px;
  }
}
@media (max-width: 575px) {
  .faq .faq-block .accordion-button {
    font-size: 18px;
  }
}
@media (max-width: 490px) {
  .faq .faq-block .accordion-button {
    padding-inline-end: 40px;
  }
}
.faq .faq-block .accordion-button.collapsed {
  border-radius: 0px;
  padding: 0;
  background: none;
  margin: 0;
}
@media (max-width: 490px) {
  .faq .faq-block .accordion-button.collapsed {
    padding-inline-end: 40px;
  }
}
.faq .faq-block .accordion-button.collapsed::after {
  background-image: none !important;
  color: #141516;
  content: "ï§";
  font-family: "Font Awesome 6 Pro";
}
.faq .faq-block .accordion-button:not(.collapsed) {
  color: #0C0C0D;
  background: transparent;
  border: none;
  box-shadow: none;
}
.faq .faq-block .accordion-button:focus {
  border: none;
  box-shadow: none;
}
.faq .faq-block .accordion-button::after {
  content: "ï¨";
  font-family: "Font Awesome 6 Pro";
  background-image: none !important;
  position: absolute;
  right: 0;
  font-weight: 300;
  font-size: 24px;
  cursor: pointer;
}
.faq .faq-block .accordion-collapse p {
  margin-top: clamp(21px, 1.25vw, 48px);
}
@media (max-width: 991px) {
  .faq .faq-block .accordion-collapse p {
    margin-top: 2.117vw;
  }
}
@media (max-width: 767px) {
  .faq .faq-block .accordion-collapse p {
    margin-top: 1.613vw;
  }
}

.title-row {
  padding: clamp(8px, 0.521vw, 20px);
  border-radius: 5px;
}
.title-row.title-row-2 {
  padding: clamp(6px, 0.521vw, 20px) clamp(16px, 1.25vw, 40px);
}

.contact-section .map .map-wrapper {
  padding: clamp(16px, 1.25vw, 32px);
  border-radius: clamp(8px, 0.781vw, 30px);
  background: #fafafa;
}
.contact-section .map .map-wrapper iframe {
  border-radius: clamp(8px, 0.781vw, 30px);
  width: 100%;
  height: clamp(350px, 26.042vw, 800px);
}
.contact-section .contact-wrapper .form-container {
  padding: clamp(24px, 1.667vw, 48px);
  border-radius: clamp(8px, 0.781vw, 30px);
  background: #fafafa;
  height: 100%;
}
@media (max-width: 992px) {
  .contact-section .contact-wrapper .form-container {
    height: auto;
  }
}
.contact-section .contact-wrapper .contact-text-container {
  padding: clamp(24px, 1.667vw, 48px);
  border-radius: clamp(8px, 0.781vw, 30px);
  background: #fafafa;
  height: 100%;
}
@media (max-width: 992px) {
  .contact-section .contact-wrapper .contact-text-container {
    height: auto;
  }
}
.contact-section .contact-wrapper .contact-text-container .detail-block {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.contact-section .contact-wrapper .contact-text-container .detail-block .icon-box {
  width: clamp(28px, 1.667vw, 48px);
  height: clamp(28px, 1.667vw, 48px);
  display: grid;
  align-items: center;
  justify-content: center;
  border: 1px solid #ec1d23;
  border-radius: 5px;
}

.account {
  padding: clamp(20px, 1.667vw, 64px);
  background-color: #fafafa;
  border-radius: clamp(8px, 0.781vw, 30px);
  height: 100%;
  width: 50%;
}
@media (max-width: 1024px) {
  .account.account-1 {
    height: auto;
  }
}
.account .or {
  position: relative;
  text-align: center;
  color: #0C0C0D;
  padding: clamp(16px, 1.25vw, 32px) 0;
}
.account .or::after, .account .or::before {
  content: "";
  height: 0.75px;
  width: 46%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  background: #EAEAEC;
}
.account .or::after {
  right: 0;
}
.account .or::before {
  left: 0;
}
.account .link-btn {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(10px, 0.83vw, 20px);
  padding: clamp(8px, 0.625vw, 16px) clamp(10px, 0.83vw, 20px);
  border-radius: 5px;
  border: 1px solid #6d6d6d;
}
.account .link-btn img {
  width: 24px, 1.66vw, 40px;
}
.account .link-btn:hover {
  background: #ec1d23;
  color: #fafafa;
}
.account .about-password {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.account .about-password .checkbox input {
  padding: 0;
  display: none;
  border: 1px solid #ec1d23;
  cursor: pointer;
}
.account .about-password .checkbox input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 6px;
  width: 6px;
  height: 13px;
  z-index: 10;
  border: solid #fafafa;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.account .about-password .checkbox input:checked + label:before {
  background: #ec1d23;
  border-color: #ec1d23;
}

.cart .cart-table {
  width: 100%;
  padding: 24px;
  border-radius: 10px;
  /* overflow: hidden; */
}
@media (max-width: 750px) {
  .cart .cart-table.wishlist{
    display: none !important;
}
}

.cart .cart-table.wishlist th:first-child {
  text-align: left;
  width: 30%;
}
@media (max-width: 1399px) {
  .cart .cart-table.wishlist th:first-child {
    width: 25%;
  }
}
.cart .cart-table.wishlist th:nth-child(2) {
  width: 11.6%;
  text-align: center;
}
@media (max-width: 1399px) {
  .cart .cart-table.wishlist th:nth-child(2) {
    width: 12.5%;
  }
}
@media (max-width: 1024px) {
  .cart .cart-table.wishlist th:nth-child(2) {
    display: none;
  }
}
.cart .cart-table.wishlist th:nth-child(3) {
  width: 11.6%;
  text-align: center;
}
@media (max-width: 1399px) {
  .cart .cart-table.wishlist th:nth-child(3) {
    width: 12.5%;
  }
}
.cart .cart-table.wishlist th:nth-child(4) {
  text-align: center;
  width: 11.6%;
}
@media (max-width: 1399px) {
  .cart .cart-table.wishlist th:nth-child(4) {
    width: 12.5%;
  }
}
.cart .cart-table.wishlist th:nth-child(5) {
  text-align: center;
  width: 11.6%;
}
@media (max-width: 1399px) {
  .cart .cart-table.wishlist th:nth-child(5) {
    width: 12.5%;
  }
}
.cart .cart-table.wishlist th:nth-child(6) {
  text-align: center;
  width: 11.6%;
}
@media (max-width: 1399px) {
  .cart .cart-table.wishlist th:nth-child(6) {
    width: 10.5%;
  }
}
.cart .cart-table.wishlist th:nth-child(7) {
  text-align: center;
  width: 11.6%;
}
@media (max-width: 1399px) {
  .cart .cart-table.wishlist th:nth-child(7) {
    width: 14.5%;
  }
}
.cart .cart-table:nth-child(2) {
  border-bottom: 1px solid #EAEAEC;
  border-radius: 10px 10px 0 0;
}
.cart .cart-table:nth-child(3) {
  border-bottom: 1px solid #EAEAEC;
  border-radius: 0;
}
.cart .cart-table thead {
  background: #fafafa;
}
.cart .cart-table thead tr {
  border-radius: 5px;
}
.cart .cart-table thead tr th {
  padding-bottom: 24px;
  color: #141516;
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  padding: 10px clamp(16px, 1.25vw, 48px);
}
@media (max-width: 992px) {
  .cart .cart-table thead tr th {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  .cart .cart-table thead tr th {
    font-size: 17px;
  }
}
@media (max-width: 575px) {
  .cart .cart-table thead tr th {
    font-size: 15px;
  }
}
.cart .cart-table thead tr th:first-child {
  text-align: left;
  width: 50%;
}
.cart .cart-table thead tr th:nth-child(2) {
  width: 16%;
  text-align: center;
}
.cart .cart-table thead tr th:nth-child(3) {
  width: 16%;
  text-align: center;
}
.cart .cart-table thead tr th:nth-child(4) {
  text-align: center;
  width: 16%;
}
@media (max-width: 767px) {
  .cart .cart-table tbody tr {
    width: 100%;
    display: grid;
    justify-content: start;
    margin-bottom: 10px;
  }
}
.cart .cart-table tbody tr td {
  padding: 24px 0;
}
.cart .cart-table tbody tr td:first-child {
  text-align: center;
  padding-inline-end: 0;
  width: 50%;
}
@media (max-width: 1299px) {
  .cart .cart-table tbody tr td:first-child {
    width: 30%;
  }
}
.cart .cart-table tbody tr td:nth-child(2) {
  width: 16%;
  text-align: center;
}
.cart .cart-table tbody tr td:nth-child(3) {
  width: 16%;
  text-align: center;
}
.cart .cart-table tbody tr td:nth-child(4) {
  width: 16%;
  text-align: center;
}
.cart .cart-table tbody tr td .stock-label {
  padding: 4px 12px;
  border-radius: 2px;
  background: #ec1d23;
  color: #fafafa;
  width: max-content;
}
.cart .cart-table tbody tr td .product-detail-box {
  position: relative;
  display: flex;
  align-items: center;
  gap: clamp(10px, 0.833vw, 24px);
  padding: clamp(6px, 0.443vw, 24px) clamp(16px, 1.25vw, 40px);
}
.cart .cart-table tbody tr td .product-detail-box .img-block {
  padding: 8px;
  border-radius: 5px;
}
.cart .cart-table tbody tr td .product-detail-box .img-block img{
  width: 70px;
}
.cart .cart-table tbody tr .cus-btn {
  padding: 12px 24px;
}
.cart .cart-table tbody .table-row {
  background: #fafafa;
}
.cart .cart-table tbody .table-row.wishlist-row td:nth-child(1) {
  width: 30%;
}
@media (max-width: 1000px) {
  .cart .cart-table tbody .table-row.wishlist-row td:nth-child(1) {
    width: 100%;
  }
}
.cart .cart-table tbody .table-row.wishlist-row td:nth-child(2) {
  width: 11.6%;
  text-align: center;
}
@media (max-width: 1000px) {
  .cart .cart-table tbody .table-row.wishlist-row td:nth-child(2) {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .cart .cart-table tbody .table-row.wishlist-row td:nth-child(2) {
    /* display: none; */
  }
}
.cart .cart-table tbody .table-row.wishlist-row td:nth-child(3) {
  width: 11.6%;
  text-align: center;
}
@media (max-width: 1000px) {
  .cart .cart-table tbody .table-row.wishlist-row td:nth-child(3) {
    width: 100%;
  }
}
.cart .cart-table tbody .table-row.wishlist-row td:nth-child(4) {
  width: 11.6%;
  text-align: center;
}
@media (max-width: 1000px) {
  .cart .cart-table tbody .table-row.wishlist-row td:nth-child(4) {
    width: 100%;
  }
}
.cart .cart-table tbody .table-row.wishlist-row td:nth-child(5) {
  width: 11.6%;
  text-align: center;
}
@media (max-width: 1000px) {
  .cart .cart-table tbody .table-row.wishlist-row td:nth-child(5) {
    width: 100%;
  }
}
.cart .cart-table tbody .table-row.wishlist-row td:nth-child(6) {
  width: 11.6%;
  text-align: center;
}
@media (max-width: 1000px) {
  .cart .cart-table tbody .table-row.wishlist-row td:nth-child(6) {
    width: 100%;
  }
}
.cart .cart-table tbody .table-row.wishlist-row td:nth-child(7) {
  width: 11.6%;
  text-align: center;
      padding-inline-end: 10px;
}
@media (max-width: 1000px) {
  .cart .cart-table tbody tr td{
    padding: 10px 0;
    display: flex;
    justify-content: start;
    padding-inline-start: 13px;
  }
  .cart .cart-table tbody .table-row.wishlist-row td:nth-child(7) {
    width: 100%;
  }
}
.cart .checkout-box .checkout-title {
  padding: 10px clamp(16px, 1.25vw, 48px);
  border-radius: clamp(6px, 0.521vw, 20px);
  background: #fafafa;
}
.cart .checkout-box .title-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cart .checkout-box .bottom-box {
  padding: clamp(16px, 1.25vw, 48px);
  background: #fafafa;
  border-radius: clamp(6px, 0.521vw, 20px);
}
.cart .quantity-controller {
  display: inline-flex;
  border: 1px solid #141516;
  padding: 8px;
  border-radius: 8px;
}
@media (max-width: 820px) {
  .cart .quantity-controller {
    padding: 2px 8px;
  }
}
.cart .quantity-controller input {
  border: none;
  border-radius: 0px;
  text-align: center;
  font-weight: 500;
  font-size: 21px;
  background-color: transparent;
  color: #0C0C0D;
  padding: 0 4px;
  width: 22px;
}
@media (max-width: 992px) {
  .cart .quantity-controller input {
    font-size: 20x;
  }
}
@media (max-width: 767px) {
  .cart .quantity-controller input {
    font-size: 18x;
  }
}
@media (max-width: 575px) {
  .cart .quantity-controller input {
    font-size: 17px;
  }
}
.cart .quantity-controller input:focus-visible {
  outline: none;
}
.cart .quantity-controller input.decrement {
  font-size: 48px;
  font-weight: 200;
  border-radius: 0;
  border: 0;
  width: 32px;
  height: 32px;
  margin-top: -4px;
}
.cart .quantity-controller input.increment {
  font-size: 36px;
  font-weight: 200;
  border-radius: 0;
  border: 0;
  height: 32px;
  width: 32px;
}
.cart .quantity-controller input.number {
  padding: 0;
  background: transparent;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  width: 32px;
  height: 32px;
}

.table-bottom-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 16px 24px;
  border-radius: 0 0 10px 10px;
}
@media (max-width: 820px) {
  .table-bottom-row {
    border-radius: 10px;
  }
}
@media (max-width: 490px) {
  .table-bottom-row {
    flex-wrap: wrap;
    row-gap: 16px;
  }
}
.table-bottom-row.varient-2 {
  display: block;
  padding: 0 clamp(16px, 1.25vw, 32px) clamp(16px, 1.25vw, 32px);
}
.table-bottom-row form {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.table-bottom-row form input {
  width: clamp(320px, 19.896vw, 520px);
}

.customer-container .customer-wrapper {
  background-color: #fafafa;
  border-top: 1px solid #ec1d23;
  border-radius: 5px;
  padding: clamp(16px, 1.25vw, 32px);
}
.customer-container .customer-wrapper .sign-form {
  display: none;
}

.sign-submit-btn {
  width: 50% !important;
}
@media (max-width: 490px) {
  .sign-submit-btn {
    width: 100%;
  }
}
#recover:target ~ #login,
#recover {
  display: none;
}

#recover:target {
  display: block;
}
.billing-detail .shipping-radio-container {
  padding: clamp(16px, 1.25vw, 32px);
  border-radius: clamp(6px, 0.521vw, 20px);
}
.billing-detail .shipping-radio-container .plans {
  align-items: center;
}
@media (max-width: 768px) {
  .billing-detail .shipping-radio-container .plans {
    flex-wrap: wrap;
  }
}
.billing-detail .shipping-radio-container .plans .plan {
  cursor: pointer;
  width: 100%;
  margin-bottom: 15px;
}
.billing-detail .shipping-radio-container .plans .plan input[type=radio] {
  position: absolute;
  opacity: 0;
}
.billing-detail .shipping-radio-container .plans .plan .plan-content {
  display: flex;
  gap: 16px;
  padding: 16px 60px 16px 16px;
  height: 120px;
  border: 1px solid #6d6d6d;
  border-radius: 10px;
  position: relative;
  align-items: center;
}
@media (max-width: 490px) {
  .billing-detail .shipping-radio-container .plans .plan .plan-content img {
    width: 30%;
  }
}
.billing-detail .shipping-radio-container .plans .plan .plan-content.content-2 {
  height: 80px;
}
.billing-detail .shipping-radio-container .plans .plan .plan-content .plan-details {
  display: inline-block;
  width: 100%;
}
.billing-detail .shipping-radio-container .plans .plan input[type=radio] + .plan-content {
  -webkit-transition: ease-in 0.3s;
  -o-transition: ease-in 0.3s;
  transition: ease-in 0.3s;
}
.billing-detail .shipping-radio-container .plans .plan input[type=radio] + .plan-content img{
  height: 35px;
}
.billing-detail .shipping-radio-container .plans .plan input[type=radio] + .plan-content:after {
  content: "";
  position: absolute;
  height: 24px;
  width: 24px;
  right: 20px;
  top: 20px;
  border-radius: 100%;
  border: 3px solid #fff;
  -webkit-box-shadow: 0px 0px 0px 2px #ec1d23;
  box-shadow: 0px 0px 0px 2px #ec1d23;
  transform: translate(-50%);
  top: 46px;
  right: 10px;
}
.billing-detail .shipping-radio-container .plans .plan input[type=radio]:checked + .plan-content {
  -webkit-transition: ease-in 0.3s;
  -o-transition: ease-in 0.3s;
  transition: ease-in 0.3s;
}
.billing-detail .shipping-radio-container .plans .plan input[type=radio]:checked + .plan-content:after {
  content: "";
  background: #ec1d23;
  border-radius: 100%;
  border: 5px solid #fff;
  -webkit-box-shadow: 0px 0px 0px 2px #ec1d23;
  box-shadow: 0px 0px 0px 2px #ec1d23;
}
.billing-detail .shipping-radio-container .plans .plan input[type=radio] + .content-2 {
  -webkit-transition: ease-in 0.3s;
  -o-transition: ease-in 0.3s;
  transition: ease-in 0.3s;
}
.billing-detail .shipping-radio-container .plans .plan input[type=radio] + .content-2:after {
  content: "";
  position: absolute;
  height: 24px;
  width: 24px;
  right: 20px;
  top: 20px;
  border-radius: 100%;
  border: 3px solid #fff;
  -webkit-box-shadow: 0px 0px 0px 2px #ec1d23;
  box-shadow: 0px 0px 0px 2px #ec1d23;
  transform: translate(-50%);
  top: 27px;
  right: 10px;
}
.billing-detail .shipping-radio-container .plans .plan input[type=radio]:checked + .content-2 {
  -webkit-transition: ease-in 0.3s;
  -o-transition: ease-in 0.3s;
  transition: ease-in 0.3s;
}
.billing-detail .shipping-radio-container .plans .plan input[type=radio]:checked + .content-2:after {
  content: "";
  background: #ec1d23;
  border-radius: 100%;
  border: 5px solid #fff;
  -webkit-box-shadow: 0px 0px 0px 2px #ec1d23;
  box-shadow: 0px 0px 0px 2px #ec1d23;
}
.gradient-title {
  background: var(--background-btn);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}
.btn-gradient {
  background:  var(--background-btn);
  border: none;
  color: #fff;
  font-weight: 600;
  padding: 12px;
  transition: all 0.3s ease;
}

.btn-gradient:hover {
  background: var(--background-btn-hover);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(228, 37, 0, 0.4);
}

.btn-gradient:active {
  transform: scale(0.98);
}

.summary-container {
  padding: clamp(16px, 1.25vw, 32px);
  border-radius: clamp(6px, 0.521vw, 20px);
  background: #fafafa;
}
.summary-container .item-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.summary-container .item-container .icon-box {
  width: clamp(52px, 4.167vw, 150px);
  height: clamp(52px, 4.167vw, 150px);
  padding: 4px;
  border-radius: 5px;
  background: #EAEAEC;
  display: grid;
  align-items: center;
  justify-content: center;
}
.summary-container .input-block input {
  width: 18vw;
}
@media (max-width: 490px) {
  .summary-container .input-block input {
    width: 63%;
  }
}

.error-section .error-wrapper {
  padding: clamp(24px, 2.083vw, 80px);
}
.error-section .error-wrapper h1 {
  font-size: clamp(100px, 15.651vw, 420px);
  font-style: normal;
  font-weight: 600;
  line-height: 80%;
}
@media (max-width: 575px) {
  .error-section .error-wrapper p br {
    display: none;
  }
}
#sidebar-cart,
#sidebar-wishlist {
  background: #fafafa;
  position: fixed;
  display: block;
  width: 560px;
  height: 100vh;
  z-index: 999;
  top: 0;
  right: -101%;
  overflow: auto;
  transition: right 0.5s ease-in-out;
}
@media (max-width: 1499px) {
  #sidebar-cart,
#sidebar-wishlist {
    width: 444px;
  }
}
@media (max-width: 1024px) {
  #sidebar-cart,
#sidebar-wishlist {
    width: 410px;
  }
}
@media (max-width: 575px) {
  #sidebar-cart,
#sidebar-wishlist {
    width: 350px;
  }
  #sidebar-cart .action-buttons a, #sidebar-wishlist .action-buttons a{
    width: 100% !important;
  }
  .about-image img{
    height: 230px;
  }
  header .header-section .header-bottom-area .navigation{
    padding: 10px 15px;
  }
  .shop-detail .detail-wrapper .product-image-container .product-slider-asnav .nav-image img{
    height: auto;
  }
}
#sidebar-cart .close-button,
#sidebar-wishlist .close-button {
  height: 16px;
  width: 16px;
  text-decoration: none;
  display: flex;
}
#sidebar-cart .close-button .close-icon,
#sidebar-wishlist .close-button .close-icon {
  width: 16px;
  height: 16px;
  background-color: #141516;
  text-indent: -9999px;
  overflow: hidden;
  font-size: 0;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M30.3 32c-.5 0-.9-.2-1.2-.5L16 18.4 3 31.5c-.4.3-.8.5-1.3.5s-.9-.2-1.2-.5c-.7-.7-.7-1.8 0-2.4L13.6 16 .5 2.9C-.2 2.2-.2 1.2.5.5.8.2 1.2 0 1.7 0s.9.2 1.2.5l13.1 13 13-13c.7-.7 1.7-.7 2.4 0 .4.3.6.7.6 1.2s-.2.9-.5 1.2L18.4 16l13.1 13.1c.7.7.7 1.8 0 2.4-.3.3-.8.5-1.2.5z'/%3E%3C/svg%3E");
  transition: all 0.5s linear;
}
#sidebar-cart .close-button:active span.close-icon, #sidebar-cart .close-button:hover span.close-icon,
#sidebar-wishlist .close-button:active span.close-icon,
#sidebar-wishlist .close-button:hover span.close-icon {
  background: #ec1d23;
}
#sidebar-cart .title-cart-block,
#sidebar-wishlist .title-cart-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
}
#sidebar-cart .product-list,
#sidebar-wishlist .product-list {
  margin: 0;
  list-style: none;
  height: calc(100vh - 320px);
  overflow-x: hidden;
  overflow-y: auto;
  display: block;
  position: relative;
  z-index: 0;
}
@media (max-width: 1399px) {
  #sidebar-cart .product-list,
#sidebar-wishlist .product-list {
    height: calc(100vh - 244px);
  }
}
#sidebar-cart .product-list .product-item,
#sidebar-wishlist .product-list .product-item {
  display: flex;
  align-items: center;
  gap: 16px;
}
#sidebar-cart .product-list .product-item .item-image,
#sidebar-wishlist .product-list .product-item .item-image {
  display: grid;
  align-items: center;
  justify-content: center;
  width: clamp(64px, 4.167vw, 120px);
  height: clamp(64px, 4.167vw, 120px);
  border-radius: 5px;
}
#sidebar-cart .product-list .product-item .product-text .prod-title,
#sidebar-wishlist .product-list .product-item .product-text .prod-title {
  display: flex;
}
#sidebar-cart .product-list .product-item .product-text .prod-title .cancel,
#sidebar-wishlist .product-list .product-item .product-text .prod-title .cancel {
  padding-inline-start: 11.146vw;
}
.tf-mini-cart-remove {
  font-size: 12px;
  line-height: 19px;
  cursor: pointer;
  color: #ec1d23;
}
#sidebar-cart .product-list .product-item .prod-desc,
#sidebar-wishlist .product-list .product-item .prod-desc {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 490px) {
  #sidebar-cart .product-list .product-item .prod-desc .quantity,
#sidebar-wishlist .product-list .product-item .prod-desc .quantity {
    padding: 6px 8px;
  }
}
#sidebar-cart .price-total,
#sidebar-wishlist .price-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#sidebar-cart .price-total span{
      font-size: 19px;
    font-weight: 600;
}
 .tf-cart-tax {
    margin-top: 10px;
    color: #545454;
    padding: 0 20px;
}
 .tf-cart-tax a {
    text-decoration: underline;
    text-underline-offset: 3px;
    color: #DD3842;
}
#sidebar-cart .action-buttons,
#sidebar-wishlist .action-buttons {
  display: flex;
  align-items: center;
  gap: 32px;
}
@media (max-width: 575px) {
  #sidebar-cart .action-buttons,
#sidebar-wishlist .action-buttons {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    flex-direction: column;
  }
}
#sidebar-cart .action-buttons a,
#sidebar-wishlist .action-buttons a {
  padding: 16px 32px;
  width: 240px;
  display: inline-grid;
  text-align: center;
}

#sidebar-cart-curtain,
#sidebar-wishlist-curtain {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  right: 0;
  z-index: 1;
  display: none;
  transition: opacity 0.2s ease-in-out;
}

.zui-wrapper {
  margin: 0 auto;
  width: 80%;
  position: relative;
  background-color: #fafafa;
  padding: clamp(16px, 1.25vw, 48px);
  border-radius: clamp(10px, 1.042vw, 32px);
  /* Phone */
}
@media (max-width: 768px) {
  .zui-wrapper {
    width: 100%;
    height: 555px;
    overflow: auto;
  }
}
.zui-wrapper .zui-table {
  border-collapse: separate;
  border-spacing: 0;
  margin-bottom: 0;
}
.zui-wrapper .zui-table thead th {
  text-align: center !important;
  padding: 15px 20px;
  text-align: left;
  vertical-align: top;
  min-width: 14.063vw;
}
.zui-wrapper .zui-table tbody td {
  text-align: center !important;
  color: #0C0C0D;
  padding: 15px 20px;
  white-space: normal;
  vertical-align: top;
}
.zui-wrapper .zui-table .zui-sticky-col {
  left: 0;
  position: sticky;
  top: auto;
  font-weight: 700;
  min-width: 10.417vw;
  background-color: #fafafa;
}
.zui-wrapper tr:nth-child(even) {
  background: #F3F3F3;
}
.zui-wrapper .zui-scroller {
  overflow-x: scroll;
  overflow-y: visible;
  padding-bottom: 5px;
  width: 100%;
}
.zui-wrapper .zui-scroller::-webkit-scrollbar {
  width: 4px;
}
.zui-wrapper .zui-scroller::-webkit-scrollbar-track {
  background-color: #ebebeb;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.zui-wrapper .zui-scroller::-webkit-scrollbar-thumb {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #6d6d6d;
}
.zui-wrapper .zui-sticky-col.zui-stripe-row {
  background-color: #F3F3F3;
}
.zui-wrapper .product-img {
  height: 130px;
  /* width: 150px; */
}
.zui-wrapper .product-link {
  color: #0371BD;
  text-decoration: none;
}
.zui-wrapper th:not(:first-child),
.zui-wrapper td:not(:first-child) {
  border-left: 1px solid lightgrey;
}
.zui-wrapper .far {
  padding-inline-end: 8px;
}
.zui-wrapper .svg-inline--fa {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Pro";
  font-weight: 500;
  font-size: 23px;
  padding-inline-end: 5px;
}
.zui-wrapper .fa-check-circle {
  color: #028845;
}
.zui-wrapper .fa-plus-circle {
  color: #2275D3;
}
.zui-wrapper .fa-times-circle {
  color: gray;
}
.zui-wrapper .scroll-button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none;
  background-color: #fdb813;
}
.zui-wrapper #prev-button,
.zui-wrapper #next-button {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  position: absolute;
  top: 50%;
}
.zui-wrapper #prev-button {
  left: 230px;
  display: none;
}
.zui-wrapper #next-button {
  right: -25px;
}
.zui-wrapper .fa-chevron-left,
.zui-wrapper .fa-chevron-right {
  font-size: 22px;
  padding-inline-end: 0;
}
@media screen and (max-width: 768px) and (min-width: 320px) {
  .zui-wrapper .zui-table .zui-sticky-col {
    min-width: 125px;
  }
  .social-link{
    display: none;
  }
  .zui-wrapper .zui-table thead th {
    min-width: 190px;
  }
  .cart .cart-table tbody tr td:first-child{
    width: 100%;
  }
  .cart .cart-table tbody tr td:nth-child(2){
    width: 100%;
  }
  .cart .cart-table tbody tr td:nth-child(3){
    width: 100%;
  }
  .cart .cart-table tbody tr td:nth-child(4){
    width: 100%;
  }
  .cart .cart-table tbody tr td{
    justify-content: center;
  }
  .cart .cart-table tbody tr td .product-detail-box .dark-black{
    position: absolute;
        top: 0px;
        left: 0;
  }
  .cart .cus-btn{
    width: 100%;
  }
  .table-bottom-row form{
    width: 100%;
  }
  .zui-wrapper .zui-table tbody td {
    font-size: 15px;
  }
  .zui-wrapper .product-img {
    width: auto;
        height: 50px;
  }
  .account{
    width: 100%;
  }
  .branches-section .branches-contact .widget-menu-tab{
    padding: 0;
  }
  .branches-contact {
    display: block;
  }
  .branches-contact .widget-content-tab iframe {
    width: 100%;
    height: 400px;
}
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .zui-wrapper .zui-table .zui-sticky-col {
    min-width: 175px;
  }
  .zui-wrapper .zui-table thead th {
    min-width: 270px;
  }
}
@media screen and (max-width: 1280px) {
  .zui-wrapper .instruction {
    display: block;
  }
}
.header-bottom-area.sticky-visible {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: #fff;
    transition: top 0.3s ease-in-out;
}
.checkout-btn{
  width: 100%;
}
 .tf-page-cart_imgtrust {
  margin-top: 18px;
}
 .tf-page-cart_imgtrust p {
  margin-bottom: 10px;
  color: #000;
}
 .tf-page-cart_imgtrust .cart-list-social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.delivery-return .tf-main-area-page{
margin-top: 50px;
    padding: 30px;
    background-color: #fafafa;
    border-radius: 15px;
}
.box:not(:last-child) {
    margin-bottom: 15px;
}
.tf-main-area-page h4 {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 26px;
    line-height: 28px;
    margin-bottom: 20px;
}
.tag-list {
    list-style: disc;
    padding-inline-start: 20px;
}
.tf-main-area-page .tag-list li {
    color: rgb(134, 134, 134);
    line-height: 26px;
    margin-bottom: 8px;
    margin-top: 15px;
}
.tf-main-area-page p {
    margin-top: 15px;
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 24px;
    color: rgb(134, 134, 134);
}
.invoice-section {
  padding: 120px 0px;
  width: 100%;
}

.invoice-section .top {
  text-align: right;
  margin-bottom: 36px;
}

.box-invoice {
  background:#fafafa;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.05);
  border-radius: 16px;
}

.box-invoice .header {
  padding: 133px 100px 122px;
  border-bottom: 1px solid #e1e1e1;
}

.box-invoice .wrap-top {
  display: flex;
  margin-bottom: 56px;
  align-items: center;
  gap: 15px;
}

.box-invoice .box-left {
  width: 60%;
}
.box-invoice .box-left img{
      width: 200px;
}
.box-invoice .wrap-top .box-right {
  width: 40%;
}

.box-invoice .wrap-top .title {
  font-size: 28px;
  line-height: 36.46px;
  color: #052944;
  font-weight: 700;
  white-space: nowrap;
}

.box-invoice .wrap-top .price {
  font-size: 17px;
  line-height: 28px;
  font-weight: 500;
}

.box-invoice .wrap-date {
  display: flex;
  margin-bottom: 60px;
}

.box-invoice .wrap-date label {
  font-size: 15px;
  line-height: 28px;
  display: block;
}

.box-invoice .wrap-date .date {
  font-size: 15px;
  line-height: 28px;
  font-weight: 500;
}

.box-invoice .wrap-info {
  margin-bottom: 40px;
  display: flex;
}

.box-invoice .wrap-info .title {
  font-size: 20px;
  line-height: 26.04px;
  font-weight: 500;
  margin-bottom: 12px;
  color: #000;
}

.box-invoice .wrap-info .sub {
  font-size: 15px;
  line-height: 28px;
  font-weight: 500;
}

.box-invoice .wrap-info .desc {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
  font-weight: 400;
}
.invoice-table {
  width: 100%;
}
.invoice-table thead {
  background-color: #f6f6f6;
}

.invoice-table .title th {
  padding: 20px 65px 20px 40px;
  font-weight: 500;
  font-size: 17px;
  line-height: 28px;
  text-wrap: nowrap;
}

.invoice-table .title th:first-child {
  border-radius: 8px 0 0 8px;
  width: 40%;
}

.invoice-table .title th:last-child {
  border-radius: 0px 8px 8px 0px;
}

.invoice-table .content td {
  padding: 20px 65px 20px 40px;
  font-size: 15px;
  line-height: 28px;
  border-bottom: 1px solid rgb(225, 225, 225);
  text-wrap: nowrap;
}

.invoice-table .content .total {
  font-size: 17px;
  line-height: 28px;
  font-weight: 500;
}

.invoice-table .content:last-child td {
  border-bottom: none;
}

.box-invoice .footer {
  padding: 43px 30px;
}

.box-invoice .footer .box-contact {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}
.maps iframe {
    width: 100%;
    height: 500px;
    border-radius: 8px;
    margin-bottom: 40px;
}

.catalog-section{
  position:relative;
  padding-top:0;
  width:100%;
  height: 83vh;
}
.catalog-section iframe{
  position:absolute;border:none;width:100%;height:100%;left:0;top:0;
}
.contact-section .tf-content-right {
  height: 100%;
      padding: 20px;
    border-radius: 15px;
}
.contact-section .tf-content-right h5{
    font-weight: 700;
}
.form-contact fieldset{
  margin-bottom: 15px;
}
.contact-section .send-wrap .btn-fill{
  padding: 20px 30px;
  font-size: 17px;
}
.box-invoice .footer .box-contact li {
  font-size: 15px;
  line-height: 28px;
}
.payment-section h5 {
  font-weight: 700;
  margin-bottom: 20px;
}
.tf-page-cart-checkout {
    padding: 30px;
    background-color: #fafafa;
    border-radius: 10px;
}
.show-form-address,
.edit-form-address {
  display: none;
}
.wd-form-address {
  margin: 20px 0px 40px;
  border-radius: 10px;
  padding: 15px;
  border: 1px solid #00448629;
}
.wd-form-address .title {
  font-size: 28px;
  line-height: 33.6px;
  margin: 20px 0px;
  color: var(--primary);
  font-weight: 700;
}
.wd-form-address .box-field {
  margin-bottom: 15px;
}
.wd-form-address .box-field label{
  color: var(--primary) !important;
}
.wd-form-address .tf-select {
  height: 50px;
  border: 1px solid #00448629;
}
.btn-sidebar-account,
.btn-sidebar-style2 {
  display: none;
  position: fixed;
  top: 30%;
  left: 5px;
  z-index: 100;
}
.btn-sidebar-account button,
.btn-sidebar-style2 button {
  width: 38px;
  height: 38px;
  display: flex;
  border: 1px solid var(--line-2);
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  background-color: #ec1d2336;
}
.btn-sidebar-account button i{
  color: #000;
}
.btn-sidebar-account button .icon,
.btn-sidebar-style2 button .icon {
  font-size: 19px;
  color: #052944;
}
.btn-sidebar-account.right,
.btn-sidebar-style2.right {
  right: 0;
  left: auto;
}

.btn-sidebar-account {
  top: 32%;
}
.my-account-nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: sticky;
  top: 0;
  list-style: none;
  padding: 0;
}
.my-account-nav .my-account-nav-item {
  display: flex;
  width: 100%;
  border: 1px solid #00000026;
  padding: 15px 20px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
}
.my-account-nav .my-account-nav-item::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: auto;
  right: 0;
  width: 0;
  height: 1px;
  background-color: #db1215;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.my-account-nav .my-account-nav-item:hover, .my-account-nav .my-account-nav-item.active {
  background-color: #fff;
  color: #ec1d23;
  font-weight: 700;
  border-color: transparent;
}
.canvas-wrapper {
  padding: 0;
  isolation: isolate;
  height: 100%;
  width: 100%;
  max-height: none;
  display: grid;
  grid-auto-rows: auto minmax(0, 1fr) auto;
  align-content: start;
}
.canvas-compare .canvas-wrapper {
  height: unset;
}
.canvas-body {
  background-color: var(--white);
  padding: 15px 20px;
  overscroll-behavior-y: contain;
  overflow-y: auto;
}
.canvas-body::-webkit-scrollbar {
  width: 5px;
}
.canvas-body::-webkit-scrollbar-track {
  background-color: var(--bg-scrollbar-track);
}
.canvas-body::-webkit-scrollbar-thumb {
  background: var(--bg-scrollbar-thumb);
  border-radius: 4px;
}
.canvas-filter {
  max-width: 300px;
  width: 100%;
}
.canvas-filter .filter-icon {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  gap: 10px;
  color: var(--main);
  text-transform: uppercase;
  line-height: 22px;
  font-size: 12px;
  font-weight: 600;
}
.canvas-filter .canvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 20px;
  background-color: #0044861f;
}
.canvas-filter .canvas-header .icon-close-popup {
  font-size: 16px;
}
.canvas-filter .widget-facet:last-child {
  margin-bottom: 0;
}
.canvas-sidebar .canvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 15px;
  background-color: #ec1d2329;
  min-height: 40px;
}
.canvas-sidebar .canvas-header .icon-close-popup {
  font-size: 16px;
}
.canvas-sidebar .canvas-header .title {
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
}
.canvas-sidebar .canvas-body {
  padding: 15px;
}
.canvas-sidebar.canvas-sidebar-account .canvas-header {
  min-height: 60px;
}
.canvas-sidebar.canvas-sidebar-account .title {
  font-size: 14px;
}
.canvas-sidebar-blog .canvas-header {
  background-color: var(--white);
  padding: 14px 20px;
}
.canvas-sidebar-blog .canvas-header .title {
  font-size: 16px;
  line-height: 19.2px;
  font-weight: 400;
}
.canvas-sidebar-blog .canvas-body {
  padding: 20px;
}
.offcanvas.offcanvas-start{
 width: 300px; 
}
.my-account-content.account-dashboard p a{
  color: #ec1d23;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
  font-weight: 600;
}
.my-account-content button{
  padding: 10px 10px;
}
.my-account-content .btn-fill{
  padding: 10px 10px;
}
.account-order .wrap-account-order {
  overflow-x: auto;
}
.account-order .wrap-account-order::-webkit-scrollbar {
  height: 3px;
}
.account-order .wrap-account-order::-webkit-scrollbar-thumb {
  background: var(--bg-11);
  border-radius: 999px;
}
.account-order table {
  width: 100%;
  min-width: 700px;
}
.account-order table thead,
.account-order table td,
.account-order table th {
  padding: 15px 20px;
}
.account-order table thead tr {
  border: 1px solid #ec1d23;
  background-color: #ec1d23;
}
.account-order table thead tr th {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  line-height: 19.2px;

}
.account-order table tbody {
  border: 1px solid #fafafa;
    background-color: #fff;
    border-radius: 19px;
    border-top: 0;
}
.account-order table tbody tr:not(:last-child) {
  border-bottom: 1px solid #fff
}
.account-order table tbody tr .btn-fill{
  width: 100%;
    padding: 10px 0px;
}

.wd-form-order {
  padding: 30px;
  border-radius: 10px;
  border: 1px solid #fff;
  background-color: #fff;
}
.wd-form-order .order-head {
  display: flex;
  align-items: center;
  border-bottom: 1px dashed #ec1d23;
  padding-bottom: 20px;
  margin-bottom: 30px;
  gap: 12px;
}
.wd-form-order .order-head .content h6{
  color: #052944; 
}
.wd-form-order .order-head .img-product {
  width: 80px;
  height: 80px;
  border: 1px solid #fff;
  border-radius: 3px;
}
.wd-form-order .order-head .img-product img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.badge {
    padding: 5px 10px;
    font-weight: 500;
    background-color: #ec1d23;
    color: white;
    border-radius: 4px;
    font-size: 12px;
    min-width: 22px;
    min-height: 22px;
    text-transform: uppercase;
    text-align: center;
}
.wd-form-order .order-head .content h6 {
    color: #46449c;
}
.widget-timeline .timeline::before {
    top: 20px;
    bottom: 48px;
    position: absolute;
    content: " ";
    width: 2px;
    left: 10px;
    border-right: 1px dashed #909090;
}
.widget-order-tab.widget-tabs .widget-content-tab .widget-content-inner ul li {
    color: #ec1d23;
    font-weight: 600;
}

.widget-timeline .timeline > li .timeline-badge.success {
    border-color: #31a56d;
}
.widget-timeline .timeline > li .timeline-badge.success::after {
    background: #31a56d;
}
.widget-timeline .timeline > li .timeline-badge::after {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    display: block;
    background: #909090;
}

.widget-timeline .timeline > li .timeline-badge {
    display: flex
;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    height: 22px;
    left: 0;
    position: absolute;
    top: 10px;
    width: 22px;
    padding: 4px;
    background-color: #fff;
    border: 1.5px solid #909090;
}
.wd-form-order .order-head .content p{
  color: #052944; 
}
.order-details-form .item span {
    color: #ec1d23;
    font-size: 16px;
    line-height: 24px;
}
.order-details-form .item p {
    color: #000000;
    margin-bottom: 20px;
}
.widget-timeline .timeline > li .timeline-box {
    padding: 10px 10px 10px 15px;
    position: relative;
    display: block;
    margin-inline-start: 40px;
}
.widget-order-tab.widget-tabs .widget-content-tab .widget-content-inner ul li span {
    color: #ec1d23;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 10px;
}
.line {
    border-bottom: 1px solid #ec1d23;
}
.user-img{
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
 .user-img .img-user-account{
    margin-bottom: 16px;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    overflow: hidden;
    margin-inline-start: auto;
    margin-inline-end: auto;
}
 .user-img .img-user-account img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
 .user-img h6{
  font-size: 25px;
  font-weight: 700;
  color: #ec1d23;
}
 .user-img a{
  font-size: 14px;
  line-height: 28px;
}
 .user-img a:hover{
  text-decoration: underline;
  color: #ec1d23;
}
.rtl .offcanvas.offcanvas-start {
  right: 0;
  left: unset;
  transform: translateX(100%);
}
.tf-field img {
    cursor: pointer;
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
}
@media only screen and (max-width: 991px) {
  #preloader{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .wrap-sidebar-account {
    display: none;
  }
    .btn-sidebar-account {
    display: block;
  }
    .my-account-nav {
    gap: 10px;
    margin-bottom: 30px;
  }
  .my-account-nav .my-account-nav-item {
    font-size: 16px;
    line-height: 28px;
    padding: 8px 15px;
  }
    .canvas-filter {
    max-width: 410px;
  }
    .canvas-sidebar .canvas-header {
    padding: 0 20px;
  }
  .canvas-sidebar-blog .canvas-header .title {
    font-size: 20px;
    line-height: 24px;
  }
  .canvas-sidebar-blog .canvas-body {
    padding: 20px;
  }
    .canvas-sidebar-blog.canvas-sidebar {
    max-width: 410px;
    width: 100%;
  }
  .wd-form-address {
    padding: 10px 40px 20px;
  }
      .wrap-table-invoice {
        overflow: auto;
    }
    .box-invoice .header {
    padding: 65px 25px 40px;
}
}
a[href="tel:"] {
  display: inline-block;
  direction: ltr ;
}
.number-call{
  direction: ltr;
}
html[dir="rtl"] {
  body {
    direction: rtl;
    text-align: right;
  }
  header .header-section .mixin-container .input-field button {
    position: absolute;
    right: unset;
    left: 0;
}
header .header-section .header-center .header-buttons .button-block .wishlist-count, header .header-section .header-center .header-buttons .button-block .cart-count{
  right: unset;
  left: -8px;
}
.cus-btn-arrow svg{
  transform: rotate(180deg);
}
.slider-arrow .arrow svg {
  transform: rotate(180deg);
}
.newsletter-section .newsletter-container form button{
  position: absolute;
  right: unset;
  left: 0;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=tel]{
  padding-right: 80px;
  padding-left: 0;
  text-align: right;
}
.intl-tel-input.allow-dropdown .flag-container, .intl-tel-input.separate-dial-code .flag-container{
  left: unset;
  right: 15px;
}
.intl-tel-input.iti-container {
    position: absolute;
    top: -1000px;
    left: 900px !important;
  }
  .intl-tel-input .country-list .country {
    padding: 5px 10px;
    text-align: right;
}
header .header-section .header-bottom-area .nav-container .all-category-list{
      right: -4px;
      left: unset;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input,  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=tel]{
  padding-right: 80px;
  padding-left: 0;
  text-align: right;
}
 header .header-section .header-bottom-area .nav-container .all-category-list-item:hover .category-second-list{
  left: unset;
  right: 100%;
 }
 header .header-section .header-bottom-area .nav-container .all-category-list-link i{
  transform: rotate(180deg);
 }
 .input-block svg{
      left: 16px;
      right: unset;
 }
 .form-control {
    text-align: right;
 }
 .faq .faq-block .accordion-button::after{
      right: unset;
      left: 0;
 }
 .sidebar form button {
    position: absolute;
    top: 16px;
    right: unset;
    left: 16px;
 }
 .wrapper-dropdown .topbar-dropdown {
    top: 167%;
    right: -80px;
    left: 0;
 }
 .btn-sidebar-account, .btn-sidebar-style2{
  left: unset;
  right: 5px;
 }
 .widget-timeline .timeline::before{
  right: 10px;
  left: unset;
 }
 .widget-timeline .timeline > li .timeline-badge{
      right: 0;
      left: unset;
 }
 header .header-section .mixin-container .input-field button{
  border-top-left-radius: clamp(6px, 0.521vw, 20px);
    border-bottom-left-radius: clamp(6px, 0.521vw, 20px);
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
 }
}  
@media (max-width: 399px) {
    html[dir="rtl"] header .header-section .mixin-container .input-field input {
       padding: 8px 0px 8px 75px;
    }
}
@media screen and (max-width: 768px) and (min-width: 320px) {
    html[dir="rtl"] .cart .cart-table tbody tr td .product-detail-box .dark-black {
        position: absolute;
        top: 0px;
        left: 10px;
    }
}
.contact-section-new {
  padding: 80px 0;
  color: #fff;
}

.contact-info-card,
.contact-form-card {
  background: #ffffff;
  color: #111;
  border-radius: 20px;
  padding: 40px;
  height: 100%;
}

.contact-info-card h3,
.contact-form-card h3 {
  margin-bottom: 16px;
  font-weight: 700;

  background:var(--background-btn);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


.contact-info-card p {
  color: #666;
  margin-bottom: 30px;
}

.info-item {
  display: flex;
  gap: 12px;
  margin-bottom: 16px;
  font-weight: 500;
}

.info-item i {
  color: var(--second-color);
  font-size: 18px;
}

.contact-actions {
  display: flex;
  gap: 12px;
  margin: 30px 0;
}

.btn-call,
.btn-whatsapp {
  flex: 1;
  padding: 12px;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  font-weight: 600;
}

.btn-call {
  background: #ec1d23;
  color: #fff !important;
}

.btn-whatsapp {
  background: #25d366;
}

.social-icons {
  display: flex;
  gap: 14px;
}

.social-icons a {
  width: 40px;
  height: 40px;
  background: #f1f1f1;
  color: #111;
  border-radius: 50%;
  display: grid;
  place-items: center;
}

/* Form */
.contact-form-card input,
.contact-form-card textarea {
  width: 100%;
  padding: 14px;
  border-radius: 10px;
  border: 1px solid #ddd;
}

.btn-submit {
  width: 20%;
  text-align: center;
  padding: 14px;
  background: var(--background-btn);
  color: #fff;
  border: none !important;
  border-radius: 12px;
  font-weight: 600;
}

/* Map */
.contact-map {
  margin-top: 40px;
  border-radius: 20px;
  overflow: hidden;
}

.contact-map iframe {
  width: 100%;
  height: 400px;
  border: 0;
}
.widget-menu-tab {
  list-style: none;
  padding: 0;
  margin: 0;
}

.widget-menu-tab .item-title {
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  margin-bottom: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 1px solid #eee;
}

.widget-menu-tab .item-title:hover {
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

/* ACTIVE ITEM */
.widget-menu-tab .item-title.active {
  border-color: var(--background-btn);
  background: linear-gradient(180deg, #fff, #fff5f5);
}

/* Gradient Title */
.widget-menu-tab h3 {
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 20px;

  background:var(--background-btn);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Info Row */
.widget-menu-tab .info {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 10px;
  color: #666;
  font-size: 15px;
  line-height: 1.6;
}

.widget-menu-tab .info i {
  color: var(--second-color);
  font-size: 16px;
  margin-top: 3px;
}
/* ===== Row Fix ===== */
.shop-detail .row {
    display: flex;
    align-items: stretch; /* ÙŠØ®Ù„ÙŠÙ‡Ù… Ù†ÙØ³ Ø§Ù„Ø·ÙˆÙ„ */
}

/* ===== Shared Card Style ===== */
.product-image-container,
.product-text-container {
    height: 100%;
    border-radius: 24px;
    padding: 24px;
    background: #fff;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.06);
}

/* ===== Image Card ===== */
.product-image-container.single-image {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Image Wrapper */
.product-image-container .detail-image {
    width: 100%;
    height: 100%;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.product-text-container h3 {
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 16px;
    background: var(--background-btn);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Image */
.product-image-container img {
    max-width: 85%;
    max-height: 85%;
    object-fit: contain;
}

/* ===== Text Card ===== */
.product-text-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Title */
.product-text-container h3 {
    font-size: 28px;
    font-weight: 800;
}

/* ===== Buttons Fix ===== */
.cus-btn-2,
.cus-btn-3 {
    border-radius: 16px;
}

/* ===== Responsive ===== */
@media (max-width: 991px) {
    .shop-detail .row {
        flex-direction: column;
    }

    .product-image-container,
    .product-text-container {
        min-height: auto;
    }
}
.fixed-cta-group {
  position: fixed;
bottom: 20px;
left: 20px;
transform: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 9999;
}

/* Ø§Ù„Ø´ÙƒÙ„ Ø§Ù„Ø¹Ø§Ù… Ù„Ù„Ø£ÙŠÙ‚ÙˆÙ†Ø© */
.fixed-cta-group .cta-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  font-size: 22px;
  background:var(--background-btn);
  text-decoration: none;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease;
}

/* Hover */
.fixed-cta-group .cta-icon:hover {
  background:var(--background-btn-hover);
  transform: scale(1.1);
  opacity: 0.9;
}

.branch-box h4 {
    margin-bottom: 16px;
    font-weight: 700;
    background: var(--background-btn);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.flipbook-wrapper {
    position: relative;
    width: 100%;
    height: 80vh; /* ÙŠØªØ­ÙƒÙ… ÙÙŠ Ø§Ù„Ø·ÙˆÙ„ */
    max-height: 700px;
}

.flipbook-wrapper iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.h-75 {
  height: auto !important;
}

