:root {
  --main-color: #6555d3;
  --border-color: #e5e7eb;
  --input-color: #6b6b6b;
  --main-bg-color: #fbfbfd;
}



@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@font-face {
  font-family: cFont;
  src: url(../font/Vazir.ttf) format("truetype");
  font-display: swap;
}

* {
  font-size: 14px;
  font-family: cFont;
}

body {
  max-width: 100%;
  margin: 0;
  padding: 0;
  background: var(--main-bg-color);
  direction: rtl;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

i,
img,
video {
  border: 0;
  max-width: 100%;
  vertical-align: middle;
}

a {
  color: #595959;
  text-decoration: none;
}

input:focus,
textarea:focus {
  outline: 0;
}

input[type="checkbox"],
input[type="radio"] {
  vertical-align: middle;
  cursor: pointer;
}

.animate{
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.animate *{
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.loader {
  border: 3px solid #fff;
  border-top: 3px solid #180497;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  margin: 0 auto;
  animation: spin 0.5s linear infinite;
}

.hidden {
  display: none !important;
}

.clear,
.he1,
.he2,
.he3,
.he4,
.he5,
.he6{
  clear: both;
}

.he1 {
  height: 5px;
}
.he2 {
  height: 10px;
}
.he3 {
  height: 15px;
}
.he4 {
  height: 20px;
}
.he5 {
  height: 25px;
}
.he6 {
  height: 50px;
}

.fixed {
  position: fixed;
  top: 10px;
  box-sizing: border-box;
  width: 290px;
}

.wth {
  width: 1400px;
  margin: 0 auto;
  position: relative;
}

section {
  margin-bottom: 15px;
}

.footer {
  width: auto;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding: 25px;
  margin: 0 0 15px 0;
  background: #fff;
  border: 1px solid var(--border-color);
}

.menu {
  float: right;
}

.menu ul li {
  display: inline-block;
  padding-left: 32px;
  padding-bottom: 10px;
}

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

.menu ul li a img {
  margin-left: 8px;
}

.htitlecm {
  width: 100%;
  height: 36px;
  font-size: 20px;
  font-weight: 650;
  color: #000;
  float: none;
  margin-bottom: 15px;
  display: flex;
  justify-content: right;
  align-items: center;
}

.htitlecm a {
  font-size: 14px;
  padding: 5px 10px;
  border-radius: 10px;
  background-color: #2e303b;
  color: #fff;
  margin-right: 10px;
  border: 1px solid #1a1a1a;
}

.sbox {
  padding: 18px;
  border: 1px solid var(--border-color);
  border-radius: 10px;
  width: auto;
  background: #fff;
}

.sboxsi {
  border-radius: 10px;
  width: auto;
  margin-bottom: 15px;
  padding: 0;
  border: 0;
}

.sbox .hdl,
.sboxsi .hdl {
  padding: 20px 30px;
  text-align: center;
  border-radius: 10px;
  cursor: pointer;
  font-size: 16px;
  color: #fff;
  margin-bottom: 20px;
}

.sboxtitle {
  width: auto;
  font: 16px cFont;
  color: #2e303b;
  display: block;
  margin-bottom: 25px;
  text-align: justify;
}

.sboxtitle span {
  font: 14px cFont;
  color: #888fa2;
  display: block;
}

.ftrl1 {
  border-bottom: 1px solid var(--border-color);
  text-align: justify;
  padding: 15px 10px;
}

.ftrl2 {
  border-bottom: 1px solid var(--border-color);
  text-align: justify;
  padding: 15px 10px;
  margin-top: 30px;
}

.ftrl3 {
  border-bottom: 1px solid var(--border-color);
  text-align: justify;
  padding: 15px 10px;
  margin-top: 30px;
}


.ftrl1 a {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding: 10px 20px;
  float: left;
  border: 1px solid var(--border-color);
}

.ftrl1 span:first-child {
  font-size: 18px;
  color: #000;
  border-left: 1px solid var(--border-color);
  padding-left: 20px;
  margin-top: 6px;
  margin-left: 20px;
}

.ftrl1 span:nth-child(2) {
  font-size: 14px;
  color: #888fa2;
  margin-top: 8px;
}

.ftrl2 ul li {
  width: 20%;
  float: right;
}

.ftrl2 ul li ul li {
  float: none;
  display: block;
  width: auto;
  margin-bottom: 12px;
}

.ftrl2 ul li ul li:first-child {
  margin-bottom: 20px;
  font: 20px cFont;
}

.ftrl2 ul li ul li a {
  font-size: 15px;
  color: #000;
}

.ftrl2 ul li ul li img {
  margin-left: 3px;
}

.ftrl3 ul li {
  float: right;
}

.ftrl3 ul li:first-child {
  width: 65%;
  margin-left: 5%;
}

.ftrl3 ul li:nth-child(2) {
  width: 30%;
}

.ftrl3 ul li h3 {
  font-size: 18px;
  margin: 0 0 10px;
}


.ftrl4 {
  text-align: justify;
  margin-top: 20px;
  display: grid;
  gap: 15px;
  grid-template-columns: 1fr 180px;
}

.ftrl4 div {
  float: left;
}

.ftrl4 > div a {
  padding: 6px 20px;
  margin-right: 18px;
  margin-top: -8px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border: 1px solid var(--border-color);
}

.ftrl4 > div a:hover {
  border: 1px solid #6d7485;
}

.ftrl4 > span a {
  color: var(--main-color);
}

.mojavezha {
  margin: 0 auto;
  display: block;
  text-align: center;
}

.mojavezha a {
  display: inline-block;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border: 1px solid var(--border-color);
  padding: 10px 0;
  width: 90px;
  margin: 0 10px;
}

.mojavezha a img {
  margin: 0 auto;
  display: block;
}

.catdes {
  display: block;
  line-height: 20px;
  font: 20px cFont;
  color: #6e6e6e;
}

.product-name {
  border-bottom: 1px solid var(--border-color);
  width: auto;
  padding-bottom: 10px;
}

.product-name h1 a {
  color: #2e303b;
  font-size: 20px;
  font-weight: 500;
}

.product-name h2 a {
  font-size: 16px;
  font-weight: 420;
  color: #888fa2;
  display: block;
  margin-top: 5px;
}

.product-det {
  border-bottom: 1px solid var(--border-color);
  margin-top: 15px;
  padding-bottom: 15px;
  text-align: justify;
}

.product-det img {
  margin-left: 5px;
}

.product-det span {
  float: left;
  color: #2e303b;
  font-size: 14px;
}

.product-det span a {
  color: #2e303b;
  font-size: 14px;
}

.product-color h3,
.product-description h3 {
  font: 16px cFont;
  margin: 25px 0 10px;
  color: #2e303b;
}

.product-description {
  line-height: 23px;
  color: #888fa2;
}

.color-container {
  width: auto;
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}

.color-container > .clr {
  width: 27px !important;
  height: 27px !important;
  display: block;
  overflow: hidden;
  border-radius: 10px;
  outline: 1px solid #00000033;
  outline-offset: -1px;
  cursor: pointer;
}

.color-container > .clr:hover {
  outline: 2px solid #000000a8;
  outline-offset: -2px;
}

.color-container > .clrnonexist {
  opacity: 0.2 !important;
  cursor: alias;
}

.color-container > .clract {
  outline: 2px solid #000000a8 !important;
  outline-offset: -2px;
}

.stars {
  display: flex;
  justify-content: center;
  gap: 2px;
  margin-bottom: 20px;
}

.stars input {
  display: none;
}

.stars label {
  cursor: pointer;
  filter: grayscale(100%);
}

.stars input:checked ~ label {
  filter: grayscale(0%);
}

.stars label:hover {
  filter: grayscale(0%);
}

.stars label:hover ~ label {
  filter: grayscale(0%);
}

.sbarticlemarjo {
  width: auto;
  color: #7b8296;
  background: #f7f7f7;
  border: 1px solid var(--border-color);
  padding: 9px;
  border-radius: 10px;
  margin-top: 15px;
}

.sbarticlemarjo a {
  color: #888fa2;
}

.sbarticlemarjo a:hover {
  color: #4a505e;
}

.sbarticlemarjo img {
  float: right;
  margin: 5px 5px 0 10px;
}

.pr-ln {
  padding: 15px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid var(--border-color);
}

.favo-container {
  display: grid;
  max-width: 100%;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}

.profile-container {
  display: grid;
  gap: 15px;
  grid-template-columns: 330px 1fr;
}

.address-container {
  display: grid;
  gap: 15px;
  grid-template-columns: auto auto;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
}

.catio .grid-container {
  grid-template-columns: repeat(5, 1fr);
}

.cat-container {
  display: grid;
  grid-template-columns: 250px 1fr;
  align-items: start;
  gap: 15px;
  margin-bottom: 15px;
}

.cus {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 20px;
  padding: 0;
}

.pfaq {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 20px;
  padding: 0;
}

.grid-banner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-bottom: 10px;
}

.grid-banner img {
  border-radius: 10px;
}

.cartitem-container {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 15px;
}

.cartitem-container .pcimg {
  border-radius: 10px;
  border: 1px solid var(--border-color);
  width: 100px;
  height: 100px;
  position: relative;
}

.cartitem-container .pcimg img {
  border-radius: 10px;
}

.pcartitem {
  margin-bottom: 20px;
  height: 100px;
  display: block;
  position: relative;
}

.pcclose {
  width: 24px;
  height: 24px;
  top: 0;
  left: 0;
  float: left;
  cursor: pointer;
}

.pcdetails {
  display: block;
}

.pcdetails h2 {
  font: 20px cFont;
  display: block;
}

.pcdetails span {
  display: block;
  margin-top: 7px;
  color: #888fa2;
}

.pcsetpri {
  width: auto;
  margin-top: 17px;
}

.pcsetpri * {
  display: inline-block;
}

.pcsetpri div:not(.cartprice) {
  font: 18px cFont;
  font-weight: 600;
  vertical-align: top;
  width: 30px;
  text-align: center;
}

.cartprice {
  float: left;
  font: 14px cFont;
}

.cartprice b {
  font: 16px cFont;
}

#PlusItemCart {
  margin: 0 15px 0 5px;
  cursor: pointer;
}

#NegativeItemCart {
  margin-right: 5px;
  cursor: pointer;
}

.emptybasket {
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  color: #812ed4;
}

.emptybasket a {
  display: inline-block;
  padding: 15px 35px;
  border-radius: 8px;
  border: 1px solid #8100bd;
  background: var(--main-color);
  color: #fff;
  font-size: 16px;
  margin-bottom: 20px;
}

.express-delivery-picker {
  margin-top: 14px;
  padding: 18px;
  border: 1px solid #e2d8ff;
  border-radius: 8px;
  background: #fbfaff;
}

.express-delivery-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
  color: #17133a;
}

.express-delivery-head strong {
  display: block;
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 700;
}

.express-delivery-head span:not(.express-delivery-icon) {
  display: block;
  color: #6d6a86;
  font-size: 13px;
  line-height: 1.8;
}

.express-delivery-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  border-radius: 50%;
  background: #f1edff;
  color: #7762fa;
  font-size: 18px;
}

.express-delivery-days {
  display: grid;
  grid-template-columns: repeat(6, minmax(78px, 1fr));
  gap: 10px;
  margin-bottom: 14px;
}

.express-delivery-day,
.express-delivery-slot {
  position: relative;
  cursor: pointer;
}

.express-delivery-day input,
.express-delivery-slot input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.express-delivery-day span {
  display: flex;
  min-height: 70px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid #dde1ea;
  border-radius: 8px;
  background: #fff;
  color: #2a2740;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    color 0.2s ease;
}

.express-delivery-day b {
  font-size: 13px;
  font-weight: 600;
}

.express-delivery-day small {
  font-size: 13px;
  color: #6d6a86;
}

.express-delivery-day input:checked + span {
  border-color: #7762fa;
  box-shadow: 0 0 0 3px rgba(119, 98, 250, 0.12);
  color: #4d38df;
}

.express-delivery-slots {
  display: grid;
  grid-template-columns: repeat(2, minmax(160px, 1fr));
  gap: 10px;
}

.express-delivery-slot span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border: 1px solid #dde1ea;
  border-radius: 8px;
  background: #fff;
  color: #2a2740;
  font-size: 14px;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    color 0.2s ease;
}

.express-delivery-slot input:checked + span {
  border-color: #7762fa;
  box-shadow: 0 0 0 3px rgba(119, 98, 250, 0.12);
  color: #4d38df;
  font-weight: 700;
}

#orderbox {
  z-index: 99999999999;
}

.header-row th {
  padding: 15px;
  text-transform: uppercase;
  font-size: 14px;
}

tbody td {
  padding: 12px 15px;
  font-size: 14px;
}

#notification {
  position: fixed;
  bottom: 20px;
  left: 50%;
  display: none;
  transform: translatex(-50%);
  color: #fff;
  padding: 15px 30px;
  border-radius: 8px;
  z-index: 999999999999999;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  font-size: 16px;
  transition:
    opacity 0.5s ease,
    visibility 0.5s ease;
}

.notificationok {
  background-color: #28a745;
}

.notificationno {
  background-color: #b82323;
}

.breadcrumb {
  display: block;
  margin: 0 0 15px 0;
  font-size: 15px;
  color: #979797;
}

.breadcrumb a {
  font-size: 15px;
  color: #979797;
}

.breadcrumb a:hover {
  font-size: 15px;
  color: #646464;
}

.breadcrumb img {
  margin: 0 13px;
}

.singledata {
  background: #fff;
  border: 1px solid var(--border-color);
  padding: 20px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  margin-bottom: 15px;
}

.sd-title {
  border-bottom: 1px solid var(--border-color);
  height: 42px;
  margin-bottom: 20px;
}

.sd-title div {
  float: right;
  padding: 10px 20px;
  cursor: pointer;
  color: #535353;
  font-size: 15px;
}

.sd-title div:hover {
  color: #272727;
  border-bottom: 2px solid #2b2b2b;
}

.sditact {
  color: #272727;
  border-bottom: 2px solid #2b2b2b;
}

.txtsd {
  font-size: 14px;
  color: #4e4e4e;
  line-height: 25px;
}

.form-container {
  width: 700px;
  margin: 0 auto;
  background: #fff;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  font-size: 15px;
  transform: translate(-50%, -50%);
  z-index: 1000;
}

.form-title {
  border-bottom: 1px solid #e4e4e4;
  font: 20px cFont;
  padding-bottom: 20px;
}

.form-title img {
  float: left;
  cursor: pointer;
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

.form-container .hr {
  display: block;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #fff 0, #e3e3e3 50%, #fff 100%);
}

.form-container input[type="text"],
.form-container textarea {
  color: #6e6e6e;
  border: 1px solid #d1d1d1;
  font-size: 15px;
  padding: 15px;
  margin: 0;
  border-radius: 8px;
}

.form-container textarea {
  min-width: 95%;
  max-width: 95%;
  min-height: 120px;
  max-height: 200px;
}

.form-submit {
  color: #6e6e6e;
  border: 1px solid #d1d1d1;
  font-size: 15px;
  padding: 10px 20px;
  margin: 0 auto;
  border-radius: 8px;
  background: #7762fa;
  display: block;
  border: 1px solid #563ef0;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

.commentalert {
  padding: 15px;
  border-radius: 10px;
  border: 1px solid #5900ff;
  background: #8f57f8;
  color: #fff;
  font-size: 15px;
}

.commentfrm {
  padding: 25px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border: 1px solid var(--border-color);
  margin-bottom: 15px;
}

.commentfrm:last-child {
  margin-bottom: 0;
}

.commentfrmreply {
  padding: 25px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border: 1px solid var(--border-color);
  background: #f8f8f8;
  margin: 15px 25px 0 0;
}

.commentfrm .commentfrmreply:first-child {
  margin-top: 0;
}

.cmname {
  font: 16px cFont;
}

.cmname span {
  font: 14px cFont;
  color: #a0a0a0;
  display: block;
  margin: 7px 0 15px;
}

.cmcnt {
  font: 15px cFont;
  color: #838383;
  display: block;
}

.cmrating {
  float: left;
  line-height: 30px;
  color: #585858;
}

.cmrating img {
  float: left;
  margin-right: 5px;
}

.catr {
  padding: 15px;
  border: 1px solid var(--border-color);
  height: auto;
  border-radius: 10px;
  background: #fff;
}

.catio {
  float: none;
  width: 100%;
}

.cat-head {
  display: block;
  padding: 15px 0;
  margin-bottom: 15px;
}

.cat-head h1 {
  float: right;
  font: 20px cFont;
  margin: 16px 0 0;
}

.cat-head span {
  float: right;
  margin: 22px 15px 0 0;
  font: 15px cFont;
  color: #888fa2;
}

.catsort {
  float: left;
}

.catsort span {
  display: inline-block;
  margin: 0;
  height: 22px;
  border-bottom: 1px solid #d4d7df;
}

.catsort span a {
  font-size: 15px;
  color: #989eaf;
}

.catsort span:first-child {
  margin-left: 20px;
  color: #171e31;
  padding: 10px;
  border-bottom: 2px solid #fff;
}

.catsort span img {
  margin-left: 10px;
}

.catsort span:not(:first-child) {
  cursor: pointer;
  padding: 10px 15px;
}

.catsort span.act {
  color: #363636;
  border-bottom: 2px solid #353535;
}

.catsort span.act a {
  color: #363636;
}

.catsort span:not(:first-child):hover {
  color: #363636;
  border-bottom: 2px solid #353535;
}

.catsort span:not(:first-child):hover > a {
  color: #363636;
}


ul.catlist {
  display: block;
}

ul.catlist > li {
  display: block;
  padding: 20px 0;
  color: #888fa2;
  font-size: 15px;
  font-weight: 400;
  cursor: pointer;
  border-bottom: 1px solid #ebebeb;
}

ul.catlist > li:last-child {
  border-bottom: none;
}

ul.catlist > li > img {
  float: left;
  margin-top: 6px;
}

ul.catlist > li > span {
  display: none;
  margin-top: 10px;
  overflow: auto;
}

ul.catlist > li.actv {
  color: #3e4557;
  padding: 20px 0 5px 0 !important;
}

ul.catlist > li.actv > img {
  float: left;
  transform: rotate(90deg);
}

ul.catlist > li > span > ul {
  padding-top: 10px;
}

ul.catlist > li > span > ul > li {
  display: block;
  color: #3c4453;
  cursor: pointer;
  padding: 8px 0;
}

ul.catlist > li > span > ul > li > label {
  cursor: pointer;
  color: #919191;
  font-size: 15px;
  font-weight: 400;
}

.checkbox-wrapper-2 {
  float: left;
}

.checkbox-wrapper-2 .ikxBAC {
  appearance: none;
  background-color: #dfe1e4;
  cursor: pointer;
  border-radius: 72px;
  border-style: none;
  flex-shrink: 0;
  height: 20px;
  margin: 0;
  position: relative;
  width: 30px;
  transition: all 100ms ease-out;
}

.checkbox-wrapper-2 .ikxBAC::before {
  bottom: -6px;
  content: "";
  left: -6px;
  position: absolute;
  right: -6px;
  top: -6px;
  cursor: pointer;
}

.checkbox-wrapper-2 .ikxBAC::after {
  transition: all 100ms ease-out;
  background-color: #fff;
  border-radius: 50%;
  content: "";
  height: 14px;
  left: 3px;
  position: absolute;
  top: 3px;
  width: 14px;
  cursor: pointer;
}

.checkbox-wrapper-2 input[type="checkbox"] {
  cursor: pointer;
}

.checkbox-wrapper-2 .ikxBAC:hover {
  background-color: #c9cbcd;
  transition-duration: 0s;
}

.checkbox-wrapper-2 .ikxBAC:checked {
  background-color: #6e79d6;
}

.checkbox-wrapper-2 .ikxBAC:checked::after {
  background-color: #fff;
  left: 13px;
}

.checkbox-wrapper-2 .ikxBAC:checked:hover {
  background-color: #5741a7;
}

.checkbox-wrapper-1 * {
  box-sizing: border-box;
  float: right;
  margin-left: 7px;
  font-size: 14px;
}

.checkbox-wrapper-1 ::after,
.checkbox-wrapper-1 ::before {
  box-sizing: border-box;
  float: right;
  margin-left: 7px;
  font-size: 14px;
}

.checkbox-wrapper-1 [type="checkbox"].substituted {
  margin: 0;
  width: 0;
  height: 0;
  display: inline;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.checkbox-wrapper-1 [type="checkbox"].substituted + label:before {
  content: "";
  display: inline-block;
  vertical-align: top;
  height: 1.15em;
  width: 1.15em;
  margin-right: 0.6em;
  color: rgba(0, 0, 0, 0.275);
  border: solid 0.06em;
  box-shadow:
    0 0 0.04em,
    0 0.06em 0.16em -0.03em inset,
    0 0 0 0.07em transparent inset;
  border-radius: 0.2em;
  background:
    url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xml:space="preserve" fill="white" viewBox="0 0 9 9"><rect x="0" y="4.3" transform="matrix(-0.707 -0.7072 0.7072 -0.707 0.5891 10.4702)" width="4.3" height="1.6" /><rect x="2.2" y="2.9" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 12.1877 2.9833)" width="6.1" height="1.7" /></svg>') no-repeat center,
    #fff;
  background-size: 0;
  will-change: color, border, background, background-size, box-shadow;
  transform: translate3d(0, 0, 0);
  transition:
    color 0.1s,
    border 0.1s,
    background 0.15s,
    box-shadow 0.1s;
}

.checkbox-wrapper-1 [type="checkbox"].substituted:enabled + label:active:before,
.checkbox-wrapper-1 [type="checkbox"].substituted:enabled:active + label:before {
  box-shadow:
    0 0 0.04em,
    0 0.06em 0.16em -0.03em transparent inset,
    0 0 0 0.07em rgba(0, 0, 0, 0.1) inset;
  background-color: #f0f0f0;
}

.checkbox-wrapper-1 [type="checkbox"].substituted:checked + label:before {
  background-color: var(--main-color);
  background-size: 0.75em;
  color: rgba(0, 0, 0, 0.075);
}

.checkbox-wrapper-1 [type="checkbox"].substituted:checked:enabled + label:active:before,
.checkbox-wrapper-1 [type="checkbox"].substituted:checked:enabled:active + label:before {
  background-color: #0a7ffb;
  color: rgba(0, 0, 0, 0.275);
}

.checkbox-wrapper-1 [type="checkbox"].substituted:disabled + label:before {
  opacity: 0.5;
}

.checkbox-wrapper-1 [type="checkbox"].substituted + label {
  -webkit-user-select: none;
  user-select: none;
}

.filter-list {
  display: none;
  margin: 15px 0 28px;
}

.filter-list a {
  padding: 10px 12px;
  font-size: 15px;
  display: inline-block;
  background: #f3f3f3;
  border-radius: 5px;
}

.filter-list a img {
  margin-right: 7px;
}

.filter-list a:first-child img {
  margin-right: 0;
}

.filter-list a:first-child {
  color: var(--main-color);
  margin-right: 0;
  background: 0 0;
}

.sliderpriceshow {
  display: block;
  float: none;
  text-align: center;
}

.sliderpriceshow div {
  text-align: center;
  float: none;
  font: 20px cFont;
  display: block;
  margin-bottom: 15px;
}

.sliderpriceshow div input {
  text-align: center;
  float: none;
  font: 20px cFont;
  padding: 7px;
  width: 120px;
  border: 0;
  border-bottom: 1px solid #e2e2e2;
}

.sliderpriceshow input[type="checkbox"] {
  display: none;
}

.pg404 {
  text-align: center;
  width: 100%;
  padding: 50px 0 0;
  font: 22px cFont;
  color: #3d3d3d;
}

.pg404 a {
  padding: 10px 30px;
  font-size: 16px;
}

.faqul li {
  background: #fbfbfb;
  border: 1px solid #fbfbfb;
  border-radius: 10px;
  padding: 15px 20px;
  margin-bottom: 10px;
  display: block;
  color: #131212;
}

.faqul li:hover {
  color: #7566dc;
  cursor: pointer;
}

.faqul li.act {
  border: 1px solid #7566dc;
  color: #7566dc;
  background: #f3f2f8 url(../image/faq-more-icon.svg) 14px 13px no-repeat;
}

ul.faqcnt li {
  display: block;
  color: #131212;
  border-bottom: 1px solid #d9d9d9;
  font-size: 17px;
  padding: 30px 0;
}

ul.faqcnt li span {
  display: none;
  margin-top: 30px;
  color: #7a7a7a;
}

ul.faqcnt li.last-visible {
  border-bottom: 0 solid #d9d9d9;
}

ul.faqcnt li:last-child {
  border-bottom: 0 solid #d9d9d9;
}

ul.faqcnt li img {
  float: left;
  margin-top: -8px;
}

.pagecnt {
  display: block;
  margin-bottom: 20px;

}

.pagecnt h1,
.pagecnt h2 {
  display: block;
  font: 20px cFont;
}

.pagecnt .cntlp {
  display: block;
  margin-top: 30px;
  line-height: 30px;
  color: #5e5e5e;
  font-size: 15px;
}



.pstdtlside {
  border-radius: 10px;
  display: block;
  overflow: hidden;
  margin-bottom: 30px;
}

.pstdtlside .title {
  display: block;
  font: 18px cFont;
  background: #fff;
  margin-bottom: 10px;
  padding: 15px;
  border: 1px solid var(--border-color);
  border-radius: 10px;
}

.pstdtlside .title span {
  border-right: 3px solid #7566dc;
  padding-right: 10px;
  display: block;
  font: 18px cFont;
}

.pstdtlside .content {
  padding: 15px;
  border: 1px solid var(--border-color);
  border-radius: 10px;
  background-color: #fff;
}

.cuspcnt {
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 20px;
}

.cuspcnt:last-child {
  border-bottom: 0 solid #d9d9d9;
}

.cuspcnt h3 {
  font-size: 19px;
  display: block;
  margin-bottom: 30px;
}

.pfaqp h3 {
  font-size: 19px;
  display: block;
  margin-bottom: 30px;
}

.cuspcnt ul li {
  display: grid;
  grid-template-columns: 90px 1fr;
  height: 90px;
}

.cuspcnt ul li div {
  color: #131212;
  padding-top: 5px;
}

.cuspcnt ul li div strong {
  background: #7566dc;
  color: #fff;
  padding: 3px 5px 4px;
  margin-right: 10px;
  border-radius: 10px;
}

.cuspcnt ul li div span {
  display: block;
  margin-top: 12px;
  color: #595959;
}

.cuspcnt ul li img {
  float: right;
  color: #131212;
  margin-left: 20px;
}

.cuicons {
  margin-bottom: 25px;
}

.cuicons span:nth-child(2) {
  color: #131212;
  margin-right: 10px;
}

.cuicons span:nth-child(3) {
  color: #ccc;
  margin: 0 20px;
}


.menuicons {
  float: left;
  margin-left: 15px;
}

.menuicons div {
  width: 60px;
  height: 60px;
  border: 1px solid var(--border-color);
  border-radius: 13px;
  display: inline-block;
  background: #fff;
  margin-right: 10px;
  position: relative;
}

.menuicons div img {
  margin: 18px 18px 0 0;
}

.menuicons div div {
  padding: 2px;
  width: 18px;
  height: 18px;
  border: 0;
  margin: 0;
  background: #e9544e;
  color: #fff;
  display: block;
  position: absolute;
  border-radius: 50px;
  text-align: center;
  bottom: -9px;
  right: -9px;
}

.showmenu,
.sidemenu,
.sidesubmenu {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 99999999;
}

.showmenu {
  width: 250px;
  left: -500px;
  background: #fff;
  border-right: 1px solid #f5f5f5;
  padding: 15px;
}

.showmenu .cls {
  width: 60px;
  height: 60px;
  border: 1px solid var(--border-color);
  border-radius: 13px;
  margin-bottom: 25px;
}

.showmenu .cls img {
  margin: 18px 18px 0 0;
}

.showmenu ul li {
  display: block;
  padding: 10px;
}

.showmenu ul li a {
  font-size: 15px;
}

.showmenu ul li img {
  margin-left: 13px;
}

.showmenu ul li .hlogin {
  color: var(--main-color);
  text-align: center;
  margin-bottom: 10px;
}

.showmenu ul li .hlogin a {
  display: block;
  border: 1px solid var(--border-color);
  border-radius: 10px;
  font-size: 16px;
  padding: 17px 20px;
}

.showmenu ul li.exitem a {
  display: block;
  border: 1px solid var(--border-color);
  border-radius: 10px;
  padding: 15px 0;
  text-align: center;
}

.showmenu ul li.exitem img {
  margin-left: 8px;
}

.sidemenu {
  display: none;
  left: 0;
  right: 0;
}

.sidesubmenu {
  display: none;
  width: 250px;
  left: 0;
  background: #fff;
  border-right: 1px solid #f5f5f5;
  padding: 15px;
}

.sidesubmenu .cls {
  width: 60px;
  height: 60px;
  border: 1px solid var(--border-color);
  border-radius: 13px;
  margin-bottom: 15px;
}

.sidesubmenu .cls img {
  margin: 18px 18px 0 0;
}

.sidesubmenu ul li {
  display: block;
  padding: 15px 0;
  border-bottom: 1px solid #e9e9e9;
  color: #2b2b2b;
}

.sidesubmenu ul li a {
  color: #2b2b2b;
}

.sidesubmenu ul li ul li {
  color: #888;
  border: 0;
  background: url(../image/arrow-left-bc.svg) right center no-repeat;
  background-size: 11px 11px;
  padding-right: 17px;
  border-bottom: 1px solid #f3f3f3;
}

.sidesubmenu ul li ul li a {
  color: #888;
}

.sidesubmenu ul li ul li:last-child {
  border-bottom: none;
}

.sidesubmenu ul li img {
  float: left;
  margin-top: 5px;
}

.sidesubmenu ul li ul {
  display: none;
  padding: 10px 0 0;
}

.sidesubmenu ul li.act img {
  transform: rotate(90deg);
}

ul.uisubmenu {
  overflow: auto;
}


.filtermobile {
  width: auto;
  display: none;
  padding: 11px 20px;
  color: #888fa2;
  border-radius: 10px;
  font-size: 15px;
  border: 1px solid var(--border-color);
  margin-bottom: 15px;
}

.filtermobile img {
  float: left;
  margin: 5px 0 0;
  transform: rotate(-90deg);
}

.filtermobileact {
  background: var(--border-color);
  color: #000;
}

.filtermobileact img {
  transform: rotate(90deg);
}

.uiresultsearch li {
  width: auto;
  display: block;
  position: relative;
  height: 60px;
  padding: 5px 0;
  border-bottom: 1px solid #f1f1f1;
}

.uiresultsearch li .img {
  width: 60px;
  right: 0;
  position: absolute;
  height: 60px;
}

.uiresultsearch li .img img {
  width: 60px;
  height: 60px;
  border-radius: 5px;
}

.uiresultsearch li .cnt {
  width: auto;
  left: 0;
  padding-top: 10px;
  right: 70px;
  position: absolute;
  height: 50px;
}

.uiresultsearch li .cnt span {
  display: block;
  overflow: hidden;
  width: auto;
  height: 20px;
}

.mobileorderbox {
  padding: 20px 15px;
  border-top: 1px solid var(--border-color);
  position: fixed;
  right: 0px;
  left: 0px;
  bottom: 0px;
  background: rgb(255, 255, 255);
  box-shadow: rgba(163, 163, 163, 0.15) 0px -3px 10px 3px;
  display: none;
  gap: 10px;
  grid-template-columns: 1fr 160px;
  z-index: 99999;
}



div {
  outline: none !important;
}

.shadowbox {
  box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 2px;
}

.header {
  margin: 15px 0;
  border-radius: 10px;
  background: #fff;
}

.headermobile {
  display: none;
  margin: 0 0;
  /* border-radius: 10px; */
  background: #fff;
  padding: 15px;
}

.headmobtop {
  display: grid;
  grid-template-columns: 47px 1fr 47px;
  gap: 10px;
}

.dlogo {
  display: block;
}
.mlogo {
  display: none;
}

.headtop {
  width: auto;
  display: grid;
  grid-template-columns: 210px 1fr 430px;
  gap: 10px;
  padding: 35px;
}

.headtop div {
  display: flex;
  justify-content: center;
  align-items: center;
}

.headtop div:nth-child(3) {
  display: flex;
  justify-content: center;
  align-items: center;
}



.headtop div:nth-child(3) a, .headmobtop > div > a, .headmobtop > div {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px !important;
  font-weight: 380 !important;
}

.headtop div:nth-child(3) a:nth-child(1) , .headtop div:nth-child(3) a:nth-child(2) , .headtop div:nth-child(3) a:nth-child(3), .headmobtop > div:last-child > a {
  border-radius: 10px;
  width: auto;
  height: 45px !important;
  padding: 0 25px;
}

.headtop div:nth-child(3) a:nth-child(1) img , .headtop div:nth-child(3) a:nth-child(2) img {
  margin-left: 10px;
}

.headtop div:nth-child(3) a:nth-child(1) {
  border: 1px solid #e2e2e2;
  height: 45px;
  margin-left: 20px;
}

.headtop div:nth-child(3) a:nth-child(1):hover {
  border: 1px solid #6a5bcc;
}

.headtop div:nth-child(3) a:nth-child(2) {
  background: #6a5bcc;
  border: 1px solid #6a5bcc;
  color: #fff;
  position: relative;
  margin-left: 30px;
  padding: 0 25px;
}

.headtop div:nth-child(3) a:nth-child(3), .headmobtop > div:last-child > a {
  border: 1px solid #e2e2e2;
  width: 45px !important;
  padding: 0 !important;
  position: relative;
}

.headtop div:nth-child(3) a:nth-child(3) span, .headmobtop > div:last-child > a span {
  position: absolute;
  width: 15px;
  height: 15px;
  padding: 5px;
  border-radius: 100px;
  text-align: center;
  background: #6558cf;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -10px;
  right: -10px;
}

.header_search, .headmobsearch {
  width: 100%;
  height: 40px;
  padding: 5px;
  border-radius: 50px;
  border: 1px solid #c6c2e7;
  overflow: hidden;
}



.searchform {
  width: 100%;
  height: 40px;
  border-radius: 50px;
  display: grid !important;
  grid-template-columns: 1fr 40px;
  gap: 10px;
}

.searchform > input {
  border: 0;
  background: 0 0;
  border-radius: 50px;
  border: none;
  background: none;
  cursor: pointer;
  padding-right: 15px;
  font-size: 15px;
  font-weight: 400;
  color: #242424;
}

.searchform > input::placeholder {
  color: #a0a0a0;
  font-size: 15px;
  font-weight: 400;
}


.searchform > button {
  border: none;
  background: 0 0;
  border-radius: 50px;
  background: #6a5bcc;
  cursor: pointer;
}


.headmobsearch {
  width: auto !important;
  margin-top: 30px;
}






.searchmonbase {
  display: none;
  background: #000000d0;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 999999;
}



.showmenumobile{
  position: fixed;
  right: 0;
  top: 0;
  width: 270px;
  height: 100vh;
  background: #fff;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 20px 0 0 0;
}

.showmenumobile > div{
  height: 100%;
  display: flex;
  flex-direction: column;
}

.showmenumobile > div > .top{
  flex: 0 0 65px;
}

.showmenumobile > div > .userpanel{
  flex: 0 0 55px;
  text-align: center;
}

.showmenumobile > div > .userpanel > a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  width: auto;
  margin: 0 10px;
  height: 45px !important;
  padding: 0 25px;
  border: 1px solid #e2e2e2;
  background: #ffffff;
  height: 45px;
  font-size: 15px;
  font-weight: 420;
}

.showmenumobile > div > .userpanel > a > img {
  margin-left: 7px;
}

.showmenumobile > div > .content{
  flex: 1;
  overflow-y: auto;
  min-height: 0;
}

.showmenumobile > div > .top > a {
  margin-right: 10px;
}

.showmenumobile > div > .top > div {
  float: left;
  margin: 11px 0 0 10px;
}


.showmenumobile > div > .content > ul > li > a.act {
  background: #f1f0fb !important;
  border-radius: 10px;
  color: #7366dc !important;
}



.showmenumobile > div > .content > ul > li > a.act > img {
  transform: rotate(-90deg);
}

.showmenumobile > div > .content > ul > li > div {
  display: none;
  padding: 0 20px;
}





.showmenumobile > div > .content > ul > li > a {
  display: block;
  padding: 10px;
  margin: 0 10px;
  border-bottom: 1px solid #f0f0f0;
  font-size: 15px;
  font-weight: 420;
  color: #3f3f3f;
}

.showmenumobile > div > .content > ul > li > a > img {
  float: left;
  margin-top: -10px;
  padding: 20px;
}

.showmenumobile > div > .content > ul > li > a > span > img {
  margin-left: 7px;
}

.showmenumobile > div > .content > ul > li > div > ul > li:first-child > a {
  color: #7366dc !important;
  font-size: 17px !important;
  font-weight: 430 !important;
  display: block;
  margin: 20px 0 10px 0;
}

.showmenumobile > div > .content > ul > li > div > ul > li:not(:first-child) > a {
  color: #666666;
  font-size: 14px;
  font-weight: 390;
  margin: 0 5px 7px 0;
  display: block;
}








.topmenu {
  display: block;
  border-top: 1px solid var(--border-color);
  padding: 7px 20px 0 20px;
}

.topmenu > ul > li {
  display: inline-block;
}

.topmenu > ul > li > a {
  font-size: 14px;
  font-weight: 460;
  color: #434657;
  margin-left: 10px;
  height: 50px;
  padding: 0 8px 0 16px;
  align-items: center;
  display: flex;
  justify-content: center;
  border-bottom: 3px solid #fff;
}

.topmenu > ul > li.extra {
  float: left;
}

.topmenu > ul > li.extra > a {
  padding: 0 13px !important;
}

.topmenu > ul > li > a:hover {
  border-bottom: 3px solid var(--main-color);
}

.topmenu > ul > li:hover > a {
  border-bottom: 3px solid var(--main-color);
  color: var(--main-color);
}

.topmenu > ul > li > a > span > img {
  margin-left: 5px;
}

.topmenu > ul > li.extra > div {
  right: 50% !important;
  width: 50% !important;
}

.topmenu > ul > li:hover > .basesubmenu {
  display: block;
}

.basesubmenu {
  display: none;
  width: 100%;
  height: auto;
  position: absolute;
  right: 0;
  left: 0;
  z-index: 9999999;
  padding-top: 20px;
  margin-top: -10px;
}

.cntsubmenu {
  width: auto;
  height: 100%;
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid #dad7ef;
  box-shadow : 0 0 4px 0 #eeedf3;
  padding: 25px;
}

.brandmn {
  display: grid;
  gap: 15px;
  grid-template-columns: 1fr 200px;
}

.submn {
  width: 100%;
  display: grid;
  gap: 15px;
  grid-template-columns: 1fr 300px;
}

.brandmn > div > input {
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #eaecf1;
  color: #464646;
  padding: 7px 10px;
  width: 100%;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 360;
}

.brandmn > div > input::placeholder {
  color: #8f8f8f;
}

.brandmn > div > h3, .submn > div > h3 {
  font-size: 17px;
  font-weight: 480;
  color: #3b3b3b;
}

.brandmn > div:last-child > h3 {
  margin: 10px 0 10px 0;
}
.submn > div:last-child > h3 {
  margin: 0 0 10px 0;
}

.brandmn > div > ul {
  height: 178px;
  overflow: auto;
}

.brandmn > div > ul > li {
  margin-bottom: 7px;
}

.brandmn > div > ul > li > a {
  font-size: 15px;
  font-weight: 400;
  color: #727272;
}

.brandmn > div > ul > li > a:hover {
  color: var(--main-color);
}

.brandmn > div > .topbrand {
  border-left: 1px solid #ececec;
  height: 205px;
  margin-top: 22px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 10px;
  padding-left: 10px;
}

.submn > div:last-child {
  border-right: 1px solid #ececec;
  display: block;
  padding: 15px 10px 20px 0;
}

.submn > div > .topbrand {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
}

.brandmn > div > .topbrand > a, .submn > div > .topbrand > a {
  display: flex;
  border: 1px solid #dddddd;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
}

.submn > div > .topbrand > a {
  padding: 7px 0;
}

.brandmn > div > .topbrand > a:hover, .submn > div > .topbrand > a:hover {
  border: 1px solid var(--main-color);
  color: var(--main-color);
}

.searchcategory {
  margin: 0 0 20px 0;
  
  width: auto;
  height: 40px;
  padding: 5px;
  border-radius: 50px;
  border: 1px solid #c6c2e7;
  overflow: hidden;
}




.boxtopbrand {
  background: #f7f4fe;
  border-radius: 10px;
  padding: 11px;
  margin-top: 20px;
  display: grid;
  grid-template-columns: 45px 1fr;
  gap: 7px;
}

.boxtopbrand div {
  font-size: 14px;
  font-weight: 480;
  color: #5d45cd;
}

.boxtopbrand div span {
  font-size: 13px;
  font-weight: 320;
  color: #6e55df;
  display: block;
}

.showsubmenu {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.topmenu > ul > li:nth-child(1) > div > div > div > div > div.showsubmenu {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.topmenu > ul > li:nth-child(2) > div > div > div > div > div.showsubmenu {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.topmenu > ul > li:nth-child(3) > div > div > div > div > div.showsubmenu {
  grid-template-columns: 1fr 1fr 1fr;
}

.topmenu > ul > li:nth-child(4) > div > div > div > div > div.showsubmenu {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.topmenu > ul > li:nth-child(5) > div > div > div > div > div.showsubmenu {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.topmenu > ul > li:nth-child(6) > div > div > div > div > div.showsubmenu {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.topmenu > ul > li > div > div > div > div > div.showsubmenu > div {
  border-left: 1px solid #ececec;
  padding-right: 15px;
}

.topmenu > ul > li > div > div > div > div > div.showsubmenu > div:first-child {
  padding-right: 0px !important;
}
.topmenu > ul > li > div > div > div > div > div.showsubmenu > div:last-child {
  border-left: none;
}

.showsubmenu > div > ul > li:first-child {
  margin-bottom: 10px;
}

.showsubmenu > div > ul > li:first-child > a {
  font-size: 15px;
  font-weight: 450;
  color: #5d45cd;
}

.showsubmenu > div > ul > li:not(:first-child) {
  margin-bottom: 10px;
}

.showsubmenu > div > ul > li:not(:first-child) > a {
  font-size: 15px;
  font-weight: 400;
  color: #363636;
}

.showsubmenu > div > ul > li:not(:first-child) > a:hover {
  color: #c455df;
}


.margintop {
  margin-top: 25px;
}

.section_title {
  width: auto;
  height: 42px;
  margin-bottom: 15px;
  display: grid;
  grid-template-columns: 1fr fit-content(130px) 120px;
  gap: 15px;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.section_title h3 {
  width: auto;
  font-size: 20px;
  font-weight: 650;
  color: #3b3b3b;
  text-indent: 10px;
  line-height: 40px;
  user-select: none;
  pointer-events: auto;
}

.section_title > div a {
  font: 14px cFont !important;
  display: block;
  padding: 9px 15px;
  border-radius: 10px;
  color: #756eb2;
  border: 1px solid #dee1e8;
  background: #fff;
  user-select: none;
  pointer-events: auto;
}

.section_title > div a img {
  margin-right: 5px;
}

.section_title > div a:hover {
  background-color: #eceafd;
  border: 1px solid #eceafd;
}

.sliderprdcnt {
  float: left;
}

.sliderprdcnt div {
  background: #ffffff;
  display: inline-block;
  border: 1px solid #dee1e8;
  border-radius: 10px;
  margin-right: 5px;
  padding: 9px 22px;
  color: #000;
  cursor: pointer;
  user-select: none;
  pointer-events: auto;
}

.sliderprdcnt div:hover {
  background-color: #eceafd;
  border: 1px solid #eceafd;
}

.is-disabled {
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.sliderprdcnt .is-disabled,
.splide__arrows .is-disabled {
  cursor: default;
  pointer-events: none;
}

.boxstyle {
  background: #fff;
  padding: 15px;
  border: 1px solid rgba(235, 235, 235, 0.664);
  border-radius: 10px;
}

.splide__slide {
  backface-visibility: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  border: 1px solid #dee1e8;
  border-radius: 10px;
  box-sizing: border-box;
  display: inline-block;
  width: auto;
  padding: 13px;
  text-align: center;
  background: #fff;
  position: relative;
}

#timer {
  position: absolute;
  bottom: 20px;
  width: 185px;
  height: 51px;
  background: url(../image/timer.png);
  left: 50%;
  transform: translateX(-50%);
}

#timer div {
  float: left;
  width: 51px;
  height: 35px;
  margin-top: 14px;
  text-align: center;
  font-size: 20px;
  color: #242424;
  display: block;
}

#timer2 {
  margin: 0 16px;
}

.showitems {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 15px;
  margin-bottom: 15px;
}

.sliderbox .splide__slide {
  background: none !important;
  border: none !important;
  padding: 0px !important;
  overflow: hidden;
}

.sliderbox .sliderprdcnt div {
  padding: 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 1px solid #dee1e8;
  border-radius: 50px;
  width: 40px !important;
  height: 40px;
  cursor: pointer;
  position: absolute;
  z-index: 99999;
  top: 50%;
  transform: translateY(-50%);
}

.sliderbox .slider-button-nextcust {
  left: 10px;
}

.sliderbox .slider-button-prevcust {
  right: 5px;
}

.splide__slide .img {
  text-align: center;
  width: auto;
  aspect-ratio: 1 / 1 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.splide__slide .img img {
  display: block;
  margin: 0 auto;
  aspect-ratio: 1 / 1 !important;
}

.sliderbox .splide__slide img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 6 / 1 !important;
  object-fit: cover !important;
}

.splide__slide .title {
  font-size: 14px;
  display: block;
  color: #3d3d3d;
  line-height: 28px;
  margin: 13px 0 8px;
  height: 56px;
  overflow: hidden;
}

.splide__pagination li button.is-active {
  background: var(--main-color);
}

.bgdiscount {
  background-color: #d42e53;
  padding: 15px 0 !important;
}

.bgdiscount .splide__list .splide__slide:first-child {
  background: none !important;
}

.bgdiscount .splide__list .splide__slide {
  border: 0;
}

.bgdiscount .splide__list .splide__slide:not(:first-child) {
  background: #fff;
}

.secproductdiscount {
  position: relative;
}

.secproductdiscount .splide__list .splide__slide a .imgdc {
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.secproductdiscount .sliderprdcnt div img {
  margin-top: 13px;
}

.secproductdiscount .sliderprdcnt div {
  padding: 0 0;
  display: block;
  background: #fff;
  border: 1px solid #dee1e8;
  border-radius: 50px;
  margin-right: 5px;
  width: 40px !important;
  height: 40px;
  font-weight: 700;
  text-align: center;
  color: #000;
  cursor: pointer;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  position: absolute;
  z-index: 99999;
  top: 153px;
}

.secproductdiscount .slider-button-nextcust {
  left: 5px;
}

.secproductdiscount .slider-button-prevcust {
  right: 5px;
}
.secproductdiscount .section_title {
  height: 0px !important;
}

div.sboxcontinue {
  width: auto;
  text-align: center;
  padding-top: 13px;
}

div.sboxcontinue a {
  font-size: 14px;
  font-weight: 400;
  color: var(--main-color);
}

div.sboxcontinue img {
  margin-right: 7px;
  vertical-align: middle !important;
}

.cat-brand {
  display: block;
  text-align: center;
  font-size: 20px;
  font-weight: 650;
  color: #000;
  margin-bottom: 15px;
}

.single-grid {
  display: grid;
  grid-template-columns: 370px 1fr 330px;
  grid-template-areas: "right content left";
  gap: 15px;
}

.single-grid nav{
  grid-area:left;
}

.single-grid article{
  grid-area:content;
}

.single-grid aside{
  grid-area:right;
}

.dcdata-grid {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 15px;
}

.minishowproduct {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 15px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
}

.minishowproduct div {
  font-size: 14px;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
}

.minishowproduct div img {
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 4px;
  border: 1px solid #ebebeb;
}

.gallery_image_large {
  text-align: center;
  display: block;
  margin-bottom: 20px;
}

.gallery_image_large img {
  max-width: 95%;
  max-height: 95%;
  margin: 0 auto;
}

.gallery_image_item {
  width: 330px;
  margin: 0 auto;
}

.gallery_image_item .splide__track {
  margin: 0 70px;
  padding: 10px !important;
}

.gallery_image_item .splide__slide {
  cursor: pointer;
  padding: 2px !important;
  aspect-ratio: 1/1;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 4px;
  border-radius: 13px;
  border: 1px solid #ebebeb;
}

.gallery_image_item .splide__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px !important;
}

.gallery_image_item > .splide > .splide__track > .splide__list div.is-active {
  border: 1px solid var(--main-color) !important;
}

.gallery_image_item > .splide {
  position: relative;
}

.gallery_image_item > .splide > .splide__arrows div {
  padding: 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 1px solid #dee1e8;
  border-radius: 50px;
  margin-right: 5px;
  width: 30px !important;
  height: 30px;
  font-weight: 700;
  text-align: center;
  color: #000;
  cursor: pointer;
  position: absolute;
  z-index: 99999;
  top: 34px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 4px;
}

.gallery_image_item > .splide > .splide__arrows > .slider-button-nextcust {
  left: 30px;
}

.gallery_image_item > .splide > .splide__arrows > .slider-button-prevcust {
  right: 30px;
}

.splide__slide .pricewithoff,
.sbox .pricewithoff,
.sbox .singlepricewithoff, 
.mobox .singlepricewithoff {
  font-size: 16px;
  font-weight: 700;
  color: #2e303b;
  position: relative;
  width: auto;
  text-align: left;
}

.splide__slide .pricewithoff div,
.sbox .pricewithoff div,
.sbox .singlepricewithoff div, 
.mobox .singlepricewithoff div {
  font-size: 14px;
  color: #fff;
  background: #f04066;
  font-weight: 700;
  border-radius: 12px;
  padding: 5px 10px 1px 10px;
  position: absolute;
  right: 0;
  top: 9px;
}

.sbox .pricewithoff del,
.splide__slide .pricewithoff del,
.sbox .singlepricewithoff del,
.mobox .singlepricewithoff del {
  font-size: 13px;
  font-weight: 400;
  color: #888fa2;
  display: block;
  margin: 0px 0 0 40px;
}

.sbox .pricewithoutoff,
.splide__slide .pricewithoutoff,
.sbox .singlepricewithoutoff {
  font-size: 16px;
  font-weight: 700;
  color: #2e303b;
  width: auto;
  line-height: 40px;
  text-align: left;
}

.pricenamojod {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #c50000;
  margin-top: 28px;
}

.non-existent {
  background: #fff4f3;
  border-radius: 10px;
  padding: 13px;
}

.ne-icon {
  background-color: #ffffff;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 50px;
  margin: 0 auto;
  box-shadow:
    0 4px 20px rgba(0, 0, 0, 0.08),
    0 1px 4px rgba(0, 0, 0, 0.04);
}

.ne-title {
  color: #d23148;
  font: 15px cFont;
  font-weight: 500;
  text-align: center;
  margin: 18px 0 10px 0;
}
.ne-text {
  color: #66707e;
  font: 12px cFont;
  font-weight: 400;
  text-align: center;
}

.setremind,
.showrelated {
  border: 2px solid var(--main-color);
  height: 45px;
  position: relative;
  border-radius: 10px;
  border-radius: 10px;
  cursor: pointer;
}

.setremind {
  background: var(--main-color);
  color: #fff;
  margin-bottom: 15px;
}

.setremind div {
  position: absolute;
  right: 0px;
  left: 0px;
  top: 11px;
  font-size: 14px;
  font-weight: 450;
  text-align: center;
}

.setremind img {
  position: absolute;
  top: 13px;
  left: 13px;
}

.showrelated {
  background: #ffffff;
  color: var(--main-color);
  font-size: 14px;
  font-weight: 450;
  text-align: center;
  line-height: 45px;
}

ul.uidetorder {
  padding: 18px;
  border-radius: 10px;
  display: block;
}

.uidetorder li,
.uidetorder li a {
  font: 13px cFont;
  font-weight: 400;
}

.uidetorder li {
  border-bottom: 1px solid #eeeceb;
  padding: 12px 3px;
  color: #3d4052;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}

.sbox .inventory, .mobox .inventory {
  color: #d82a51;
  text-align: center;
  background: #fbeaed;
  display: block;
  padding: 9px 14px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  margin: 15px 0;
}

.mobox .inventory {
  margin: 0 !important;
}

.uidetorder li:first-child {
  padding-top: 0 !important;
}
.uidetorder li:last-child {
  padding-bottom: 0 !important;
  border: none !important;
}

.uidetorder li a {
  color: #424558;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  font-weight: 550;
}

.uidetorder li a:hover {
  color: var(--main-color);
}

.uidetorder li div {
  background-color: #ffffff;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 10px;
  box-shadow:
    0 4px 20px rgba(0, 0, 0, 0.08),
    0 1px 4px rgba(0, 0, 0, 0.04);
}

.uidetorder li img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.cat-large{
    width:100%;
    text-align:center;
}

.cat-large > span{
    display:block;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight:650;
    color:#000;
}

.cat-large > div{
  max-width: 990px;
  margin: 0 auto;
  display:grid;
  grid-template-columns:repeat(6,minmax(140px,1fr));
  gap: 15px;
}

.cat-large > div > div{
    min-width:0;
}

.cat-large > div > div > a{
    display:flex;
    flex-direction:column;
    align-items:center;
    text-decoration:none;
}

.cat-large > div > div > a > div{
    width:140px;
    height:140px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#fff;
    border-radius:50%;
    box-shadow:0 2px 2px rgba(0,0,0,.18);
    transition:.2s;
}

.cat-large > div > div > a > span{
    margin-top:12px;
    font-size:15px;
    font-weight:400;
    color:#353535;
}

.cat-large > div > div > a:hover > div{
    box-shadow:0 2px 8px rgba(100,85,240,.4);
}

.cat-large > div > div > a:hover > span{
    color:var(--main-color);
}






.textorderok {
  color: #5c43d0;
  background-color: #f7f6fe;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  margin-top: 15px;
  font-size: 13px;
  font-weight: 400;
}

.textorderok img {
  margin-left: 5px;
}

.orderbtn {
  background: #5c43d0;
  background: linear-gradient(
    0deg,
    rgba(92, 67, 208, 1) 0%,
    rgba(109, 85, 213, 1) 100%
  );
  color: #fff;
  padding: 10px;
  text-align: center;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 300;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.orderbtn img {
  margin-left: 5px;
}

.orderwithcount {
  border-radius: 10px;
  font-size: 16px;
  font-weight: 300;
  height: 47px;
  display: grid;
  gap: 10px;
  cursor: pointer;
  grid-template-columns: 50px 1fr 50px;
  margin: 18px 0 0 0;
}

.mobox .orderwithcount {
  margin: 0px !important;
}

.orderwithcount div {
  display: block;
  border: 1px solid #dee1e8;
  border-radius: 10px;
  font-size: 25px;
  font-weight: 700;
  height: 48px;
  place-content: center;
  place-items: center;
  text-align: center;
  cursor: pointer;
}

.orderwithcount div:not(:nth-child(2)):hover {
  background: #eceafd;
}

.pagination {
  text-align: center;
  display: inline-block;
  margin: 0 auto;
  overflow: hidden;
}

.pn {
  text-align: center;
  display: block;
  margin-top: 20px;
}
.pagination li {
  display: inline-block;
  margin: auto 2px !important;
  font: 17px cFont;
  background: #fff;
}
.pagination li:not(.active) > a,
.pagination li:not(.active) > span {
  display: block;
  width: 40px;
  height: 30px;
  padding-top: 10px;
  border: 1px solid #dee1e8;
  color: #2e303b;
  border-radius: 10px;
}

.pagination li.active {
  display: inline-block;
  width: 40px;
  height: 30px;
  padding-top: 10px;
  border: 1px solid #2e303b;
  background-color: #2e303b;
  color: #fff !important;
  border-radius: 10px;
}
.pagination li a:hover {
  border: 1px solid #6555d3;
  color: #6555d3 !important;
}

.pagination li * {
  font: 17px cFont;
}

.remind-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999999999999999;
}

.remind-modal {
  width: 380px;
  background: #fff;
  border-radius: 16px;
  padding: 15px;
  text-align: center;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
  position: relative;
  box-sizing: border-box;
}

.remind-close {
  position: absolute;
  top: 10px;
  left: 10px;
  border: none;
  background: transparent;
  font-size: 28px;
  cursor: pointer;
  line-height: 1;
  color: #969696;
  padding: 5px;
}

.remind-icon-bell {
  background: #f4f4fd;
  padding: 12px;
  width: 40px;
  height: 40px;
  border-radius: 55px;
  margin: 10px auto auto auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.remind-icon-bell img {
  display: block;
}

.remind-heading {
  margin: 25px 0 2px;
  font-size: 18px;
  font-weight: 800;
  color: #222;
}

.remind-text {
  margin: 0 0 16px;
  font-size: 13px;
  color: #979797;
}

.remind-options {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.remind-option {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #eee;
  padding: 12px;
  border-radius: 12px;
  cursor: pointer;
  transition: 0.2s;
  box-sizing: border-box;
}

.remind-option:hover {
  border-color: #6c63ff;
  background: #fafaff;
}

.remind-left {
  display: flex;
  align-items: center;
  gap: 10px;
  text-align: right;
}

.remind-icon-box {
  background: #f8f8fe;
  padding: 12px;
  width: 20px;
  height: 20px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.remind-icon-box img {
  display: block;
}

.remind-title {
  font-size: 14px;
  color: #222;
}

.remind-desc {
  font-size: 12px;
  color: #888;
}

.newaddress-overlay input[type="checkbox"] {
  accent-color: #6555d3;
  width: 18px;
  height: 18px;
  cursor: pointer;
  flex-shrink: 0;
}

.remind-submit {
  margin-top: 15px;
  width: 100%;
  padding: 12px;
  border-radius: 12px;
  border: none;
  background: linear-gradient(45deg, #6c63ff, #8b7bff);
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  transition: 0.2s;
}

.remind-submit:hover {
  background: linear-gradient(45deg, #423ad6, #6c63ff);
}

.remind-footer {
  font-size: 12px;
  margin-top: 10px;
  color: #9c9c9c;
}

.remind-footer img {
  margin-left: 5px;
}

.select-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  background: #ffffff;
  border: 1px solid var(--border-color);
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.select-trigger:hover {
  border-color: var(--border-color);
}

.select-trigger.open {
  border-color: var(--border-color);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.selected-value {
  color: var(--input-color);
  font-size: 15px;
  font-weight: 400;
}

.arrow-icon {
  width: 18px;
  height: 18px;
  transition: transform 0.3s ease;
  color: #9ca3af;
}

.open .arrow-icon {
  transform: rotate(180deg);
  color: var(--border-color);
}

.custom-select {
  position: relative;
}

.dropdown-menu {
  position: absolute;
  left: 0;
  right: 0;
  background: white;
  border: 1px solid var(--border-color);
  border-top: none;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  display: none;
  z-index: 100000000000000000;
  overflow: hidden;
}

.dropdown-menu.active {
  display: block;
}

.search-container {
  padding: 15px 10px;
  background: #fff;
  border-bottom: 1px solid #f0f0f0;
}

.search-container input {
  width: 100%;
  padding: 8px 12px;
  border: 1px solid var(--border-color);
  border-radius: 6px;
  outline: none;
  font-size: 13px;
  box-sizing: border-box;
}

.search-container input:focus {
  border-color: var(--border-color);
}

.options-list {
  max-height: 220px;
  overflow-y: auto;
  margin: 0;
  padding: 0;
  list-style: none;
}

.option-item {
  padding: 12px 16px;
  font-size: 14px;
  color: var(--input-color);
  cursor: pointer;
}

.option-item:hover {
  background: #eeeeee;
  color: var(--input-color);
}

.option-item.hidden {
  display: none;
}

.options-list::-webkit-scrollbar {
  width: 5px;
}
.options-list::-webkit-scrollbar-thumb {
  background: #d1d5db;
  border-radius: 10px;
}



.contactform input[type=submit] {
	float: left;
	padding: 10px 15px;
	cursor: pointer;
	background-color: #6555d3;
	border: 1px solid #5444c2;
	border-radius: 5px;
	color: #fff;
	font-size: 15px;
}

.form-group-tbm {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 15px;
}

.form-group-tbm input {
	width: 100%;
	box-sizing: border-box;
	padding: 15px;
	border: 1px solid #ccc;
	border-radius: 5px;
}

.form-textarea textarea {
	width: 100%;
	box-sizing: border-box;
	padding: 15px;
	border: 1px solid #ccc;
	border-radius: 5px;
}

.form-textarea {
	width: 100%;
	margin-top: 10px;
}

.form-textarea textarea {
	resize: none;
}

@media (max-width: 600px) {
	.form-group-tbm {
		grid-template-columns: 1fr;
	}
}
