.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.bg-primary {
  background-color: #007bff !important;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
.container-full {
  max-width: 100%;
  padding: 0;
  margin: 0;
}
.container-full > .row {
  margin: 0;
}

.sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 65px;
}

.w-100 {
  width: 100%;
}
.row {
  margin-right: -10px;
  margin-left: -10px;
}

.row > [class*="col-"],
.row > [class*="col"] {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

#wrapper .no-gutters {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

#wrapper .no-gutters > .col,
#wrapper .no-gutters > [class*="col-"] {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.text-center {
  text-align: center !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
  font-variation-settings: var(--fw-500);
}

input {
  font-family: var(--main_font), Arial;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
img {
  max-width: 100%;
  height: auto;
}
video {
  width: 100%;
}
a {
  transition: 0.3s;
  color: #222;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}
.form-control.ltr {
  direction: ltr;
  text-align: left;
}
.inner-pages .site-main {
  padding: 50px 0;
}
/* --------------------
  button
-------------------- */
.chevron {
  font-size: 5px;
}
.button:hover::before {
  height: 24px;
}
.button:hover::after {
  height: 24px;
}
.button {
  position: relative;
}
.button:before {
  content: "";
  width: 2px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  right: 0;
  border-radius: 0px 1px 1px 0px;
  transition: 500ms linear;
}
.button:after {
  content: "";
  width: 2px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
  border-radius: 0px 1px 1px 0px;
  transition: 500ms linear;
}
.lang-btn {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 8px;
  color: var(--color1);
}
.section-categories .col-lg-7 {
  overflow: hidden;
}
.categories-carousel {
}
.categories-carousel.swiper.swiper-categories.swiper-initialized.swiper-horizontal.swiper-rtl.swiper-backface-hidden.animate {
  left: 0 !important;
}
.menu {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
/* --------------------
 GENERAL SETTING
-------------------- */

.inner-page .site-main {
  margin-top: 30px;
  margin-bottom: 50px;
}
.title-part.inner-title h1 {
  font-size: var(--heading_h1_fontsize);
}
.title-part.inner-title {
  margin-bottom: 20px;
}
.title-site h1 {
  font-size: var(--heading_h1_fontsize);
}
.title-site h4,
.title-site h2,
.title-site2 h2,
.title-site2 h4 {
  font-size: 24px;
}

.title-site-center {
  text-align: center;
}
.title-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* --------------------
  Animation Pulse
-------------------- */

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(250, 190, 88, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(250, 190, 88, 0);
  }
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(250, 190, 88, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(250, 190, 88, 0);
  }
}

/* --------------------
  Mini card
-------------------- */
.product-quantity .quantity input {
  background: none;
}
.parent_item_cart .sub_part {
  position: absolute;
  top: 100%;
  z-index: 9999;
  background: white;
  border-radius: 4px;
  padding: 20px;
  transition: 0.4s;
  min-height: 100px;
  border: 1px solid #f0f0f0;
}
.woocommerce-mini-cart-item.mini_cart_item {
  display: flex;
  align-items: center;
  position: relative;
  padding-bottom: 15px;
  font-size: 13px;
  padding-right: 25px;
  color: var(--color2);
  flex-wrap: wrap;
}
.woocommerce-mini-cart .mini_cart_item a.remove:hover {
  background: var(--danger);
  color: var(--bg_danger);
}
.woocommerce-mini-cart .mini_cart_item a.remove {
  color: var(--danger);
  font-size: 22px;
  transition: 0.3s;
  background: var(--bg_danger);
  width: 25px;
  height: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  position: absolute;
  padding-right: 0 !important;
  border: 1px solid var(--danger);
  right: 0;
}
.woocommerce-mini-cart .mini_cart_item a {
  display: flex;
  align-items: center;
}
.woocommerce-mini-cart-item.mini_cart_item img {
  height: auto;
  margin-left: 20px;
  border: 1px solid #eee;
  flex: 0 0 50px;
  max-width: 70px;
  margin: 0 10px;
}
.woocommerce-mini-cart dl.variation {
  display: none;
}
.woocommerce-mini-cart span.detail-mini {
  display: flex;
  flex-wrap: wrap;
}
.woocommerce-mini-cart__total.total strong {
  color: #aaa;
}
.woocommerce-mini-cart__total.total span {
  font-size: 20px;
  color: var(--color1);
}
.woocommerce-mini-cart__buttons.buttons {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.woocommerce-mini-cart__total.total {
  margin-bottom: 15px;
  text-align: center;
  font-size: 16px;
  border-top: 1px solid #eee;
  padding-top: 15px;
}
/* --------------------
  Alerts
-------------------- */
#wrapper .cart-empty.woocommerce-info,
.wpcf7-response-output.wpcf7-validation-errors,
.woocommerce-error,
.woocommerce-mini-cart__empty-message,
.comment-awaiting-moderation.waiting_pm,
.stock.out-of-stock {
  color: var(--color1);
  text-align: center;
  font-size: 16px;
  display: block;
}

.woocommerce-error li a {
  color: var(--color1);
}

.woocommerce-message,
.woocommerce-success,
.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
  color: var(--success);
  text-align: center;
  padding: 10px;
  margin-bottom: 10px;
  background: var(--bg_success);
  border: 1px solid var(--success);
  border-radius: 5px;
}

.woocommerce-info:not(.woocommerce-message) a:hover {
  color: var(--color1);
}
.woocommerce-info:not(.woocommerce-message) {
  margin-bottom: 10px;
  background: #f9f9f9;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
  border: 1px solid var(--color1);
  color: var(--color1);
}
/* --------------------
  Menu Mobile
-------------------- */
#mask {
  position: fixed;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}

#menumobile {
  position: fixed;
  top: 0;
  bottom: 0;
  right: -300px;
  width: 250px;
  background: #fff;
  font-variation-settings: var(--fw-500);
  z-index: 99991;
  transition: all 0.5s;
  box-sizing: border-box;
  overflow: hidden;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.3) !important;
  overflow-y: auto;
}

#menumobile img {
  /*! filter: brightness(0)invert(1); */
  max-width: 130px;
}

#nomenumobile {
  cursor: pointer;
  transition: all 0.5s;
  width: 25px;
  height: 25px;
  background: var(--color1);
  text-align: center;
  border-radius: 3px;
  display: inline-flex;
  color: #fff;
  font-size: 11px;
  align-items: center;
  justify-content: center;
}

.tel-mm a {
  background: var(--bg_footer);
  color: #fff;
  padding: 10px 15px;
  display: block;
  text-align: center;
}

.tel-mm a:before {
  content: "";
  width: 6px;
  height: 6px;
  margin-left: 10px;
  background: var(--color2);
  display: inline-block;
  border-radius: 100%;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  position: relative;
  top: -1px;
}

.come-menumobile {
  right: 0 !important;
}

.title-mm {
  background: #fff;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.title-mm img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn-mm {
  padding: 0 20px;
  margin-top: 20px;
}

.btn-mm a {
  display: flex;
}

.title-sub-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  flex-flow: row-reverse;
}

.title-sub-head strong {
  font-variation-settings: var(--fw-500);
}

.main-mm {
  padding: 5px 20px;
}

.main-mm ul li a {
  color: #222;
  display: block;
  padding: 8px 0;
  position: relative;
  width: 80%;
}

.main-mm ul li a:hover {
  color: var(--color2);
}

.main-mm ul li > .sub-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 250px;
  background: #fff;
  right: -250px;
  transition: 0.3s;
  z-index: 9;
  padding: 20px;
}

.childer i {
  position: absolute;
  cursor: pointer;
  top: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  left: 10px;
}

.childer {
  position: absolute;
  left: -25%;
  cursor: pointer;
  top: 3px;
  width: 25px;
  height: 25px;
  background: var(--bg_footer);
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.come-submenu {
  right: 0 !important;
}
.section-slider {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
}
.sub-closer {
  cursor: pointer;
  width: 25px;
  height: 25px;
  background: var(--color1);
  border-radius: 3px;
  overflow: hidden;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sub-closer i {
  cursor: pointer;
  top: -1px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: relative;
  left: -1px;
}

.title-subcome {
  color: var(--color1);
  font-weight: normal;
  position: relative;
  top: 2px;
}

/* --------------------
  Button
-------------------- */
#sidebar button[type="submit"],
#cancel-comment-reply-link,
.button {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  background: var(--color1);
  color: #fff;
  font-family: inherit;
  border-radius: 2px;
  z-index: 1;
  position: relative;
  transition: 0.3s;
  overflow: hidden;
}
/* --------------------
  FAQ CSS
-------------------- */
.faq-cats {
  margin-bottom: 20px;
}
.faq-cat {
  text-align: center;
  border: 1px solid #d2d4d7;
  border-radius: 5px;
  transition: 0.3s ease;
  margin: 2px;
  padding: 15px 25px;
  position: relative;
  font-size: 14px;
  display: block;
}
.faq-cat img {
  width: auto !important;
  margin: 0 auto 10px;
}

.faq-cat.active a {
  color: var(--color2);
}
.faq-cat.active a:after {
  width: 70%;
}
.faqs-content .faqs-question {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 25px 0;
  cursor: pointer;
  gap: 27px;
  line-height: 24px;
}
.faqs-content .faqs-item {
  overflow: hidden;
}
.accordion-content {
  display: none;
}
.faqs-item .faqs-answer {
  padding: 0px 60px 30px 0;
}
.faqs-question .faq-num {
  font-size: 16px;
  border-bottom: 1px solid rgba(52, 53, 54, 0.6);
  border-left: 1px solid rgba(52, 53, 54, 0.6);
  color: #34353699;
  width: 34px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* --------------------
  TAB CSS
-------------------- */

.tab-content {
  display: none;
  -webkit-animation: fadeEffect 1s;
  animation: fadeEffect 1s;
}
.tab-content.active {
  display: block;
}

@-webkit-keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* --------------------
 header
-------------------- */

.header-menu > li > a:after {
  content: "";
  width: 0;
  height: 4px;
  transition: 0.3s ease-out;
  background: #f6e4ff;
  position: absolute;
  right: 0;
  top: calc(100% - 0px);
  z-index: 4;
  border-radius: 0 0 57px 57px;
}
.header-menu > li:hover > a:after {
  content: "";
  width: 100%;
}
.header-button {
  gap: 14px;
}
.navtop-right {
  display: flex;
  align-items: center;
}
@media (min-width: 1200px) {
  .navtop-right {
    flex:1;
  }
}
@media (max-width: 1200px) {
  .navtop-right {
    order: -1;
  }
  .navtop-center{
    flex:1;
}
}
.navtop-left {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
}
.header-menu {
  display: none;
    gap: 1.5vw;
}
.header-wrapper{
    display:flex;
    align-items:center;
    gap: min(30px,1.5vw);
}
#header {
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 999;
  box-shadow: 0px 4px 33px 0px rgba(111, 44, 145, 0.15);
  background: #fff;
}
.header-menu > li > a:hover {
  color: rgba(111, 44, 145, 0.71);
}
.header-menu > li > a {
  display: inline-block;
  position: relative;
  font-size: min(14px,1vw);
  padding: 26px 0px;
  font-variation-settings: var(--fw-350);
}
.header-menu > li:first-child > a {
  margin-right: 0;
  padding-right: 0;
}
.header-logo {
  display: flex;
  align-items: center;
}

.parent_item_cart.item_has_sub .sub_part {
  width: 320px;
}
.item_has_sub {
  position: relative;
}
.sub_part {
  position: absolute;
  width: 100%;
  right: auto;
  left: 0;
  top: 90%;
  opacity: 0;
  background: #fff;
  visibility: hidden;
  transition: 0.3s;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08);
  z-index: 9;
  pointer-events: none;
  transform: translateY(60px) scale(0.9);
  transform-origin: right top;
  padding: 15px;
}
.item_has_sub:hover .sub_part {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}
.header-mm {
  display: flex;
  border: 1px solid var(--color1);
  padding: 12px 8px;
  position: relative;
  text-align: center;
  align-items: center;
  border-radius: 2px;
}
/*.header-mm i:before,
.header-mm i:after{
content:"";
  position: absolute;
}*/
.header-mm i:before {
  top: 0;
}
.header-mm i:after {
  bottom: 0;
}
.header-mm i:before,
.header-mm i:after,
.header-mm i {
  transition: 0.4s;
  display: block;
}
.head_account i {
  font-size: 20px;
}
.navtop-left > .button {
  width: 37px;
  padding: 0 10px;
}
.navtop-center {
  display: flex;
  justify-content: center;
}
.lang-button {
  position: relative;
  display: inline-block;
  border: 1px solid var(--color1);
  padding: 12px;
  border-radius: 2px;
  transition: 500ms;
}
.lang-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 80px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 2;
  text-align: left;
  left: 0;
  right: 0;
  border-radius: 2px;
  margin-top: 14px;
}
.lang-content a {
  color: black;
  padding: 12px;
  text-decoration: none;
  display: block;
}
.lang-button:hover .lang-content {
  display: block;
}
@media screen and (min-width: 1200px) {
  .header-mm {
    display: none;
  }
  .header-menu {
    display: flex;
    align-items: center;
    gap: 26px;
  }
}
@media screen and (min-width: 992px) {
  .head_item_cart i {
    margin-left: 8px;
  }
  .head_account i {
    margin-left: 5px;
  }
}
/* --------------------
 Contact Mode
-------------------- */
#contactaccordion .card {
  margin-bottom: 20px;
  border: 1px solid var(--color1);
  padding: 10px 20px;
  border-radius: 5px;
}

#contact-tab {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 2px solid #fafafa;
  margin-bottom: 25px;
}
#contact-tab a {
  padding: 15px;
  display: inline-block;
}
#contact-tab .active a {
  color: var(--color2);
}
.contact-us-fields .acf-form .acf-fields > .acf-field {
  border: none;
  padding: 0 0 22px 0 !important;
}
.websima-contact-form .input-cform {
  line-height: 1;
  padding: 8px 0 !important;
  clear: none !important;
  width: 100%;
}
.websima-contact-form textarea {
  min-height: 230px;
}
.input-cform .acf-input,
.input-cform .acf-label,
.text-cform .acf-label,
.text-cform .acf-input {
  line-height: 1;
}
.websima-contact-form .text-cform {
  padding: 8px 0 !important;
  width: 100%;
  order: 1;
}
.websima-contact-form .acf-field textarea,
.websima-contact-form .acf-field input[type="text"],
.websima-contact-form .acf-field input[type="email"] {
  padding: 10px 16px;
  color: var(--4, rgba(77, 78, 80, 0.4));
}
.button-cta {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  background: #fff;
  color: rgba(74, 156, 168, 1) !important;
  font-family: inherit;
  border-radius: 2px;
  z-index: 1;
  position: relative;
  transition: 0.3s;
  overflow: hidden;
}
.button-cta::before {
  content: "";
  width: 2px;
  height: 2px;
  background-color: var(--color2);
  position: absolute;
  right: 0;
  border-radius: 0px 1px 1px 0px;
  transition: 500ms linear;
}
.button-cta:after {
  content: "";
  width: 2px;
  height: 2px;
  background-color: var(--color2);
  position: absolute;
  left: 0;
  border-radius: 0px 1px 1px 0px;
  transition: 500ms linear;
}
.button-cta:hover:before {
  height: 24px;
}
.button-cta:hover:after {
  height: 24px;
}
.websima-contact-form #message {
  text-align: center;
  border: 1px solid var(--success);
  padding: 5px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.websima-contact-form .acf-fields {
  display: flex;
  flex-direction: column;
}
.websima-contact-form {
  margin: 30px 0 15px;
}
.acf-form-submit {
  text-align: center;
}
.contact-info {
  background: #e5e5e5;
  padding: 2rem;
}
.contact-info li {
  display: flex;
  align-items: center;
}
.contact-info li i {
  font-size: 18px;
  margin-left: 20px;
  color: var(--color1);
}
.contact-dir-button {
  text-align: center;
}

.contact-dir-button .button {
  margin: 20px 10px;
}
@media screen and (min-width: 768px) {
  .websima-contact-form .text-cform {
    float: left;
    width: 100%;
  }
  .websima-contact-form .input-cform {
    width: 100%;
    clear: none !important;
  }
  .websima-contact-form .acf-fields {
    display: block;
  }
  .websima-contact-form .input-cform[data-name="email_cform"] {
    float: right;
  }
  .websima-contact-form .input-cform[data-name="name_cform"] {
    float: left;
  }
}
/* --------------------
 Footer Style
-------------------- */
#footer {
  color: #fff;
  padding: 32px 0;
  position: relative;
  border-bottom: 5px solid var(--color2);
  background: linear-gradient(
      180deg,
      rgba(45, 50, 55, 0.06) 50.07%,
      rgba(51, 57, 63, 0.81) 100%
    ),
    linear-gradient(
      180deg,
      rgba(51, 57, 63, 0.58) 0%,
      rgba(49, 55, 61, 0.29) 12.18%,
      rgba(48, 53, 59, 0.15) 21.92%,
      rgba(47, 52, 58, 0) 32.75%
    ),
    linear-gradient(
      278deg,
      rgba(0, 0, 0, 0.55) 4.14%,
      rgba(0, 0, 0, 0.14) 56.64%,
      rgba(0, 0, 0, 0.19) 70.07%,
      rgba(0, 0, 0, 0.46) 99.24%
    ),
    rgb(51, 57, 63);
}
#footer a {
  color: rgba(255, 255, 255, 0.8);
  line-height: 24px;
}
#footer a:hover {
  color: var(--color2);
}
.wrap-ft-menu {
  padding: 0 5px;
}
.footer-contact li {
  display: flex;
  align-items: center;
}

.footer-contact li i {
  margin-left: 15px;
  font-size: 16px;
}
.footer-title {
  margin-bottom: 32px;
  color: var(--7CBCC5, #7cbcc5);
  font-size: 16px;
  line-height: 16px;
}
.copy-right {
  display: flex;
  align-items: center;
  color: var(--3, rgba(52, 53, 54, 0.6));
  font-size: 14px;
  line-height: 36px;
  justify-content: flex-end;
}
#footer2 {
  padding: 14px 0;
}
.newsletter {
  display: block;
}
.footer-newsletter {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  flex: 0 0 100%;
  justify-content: center;
  align-items: center;
}
.footer-newsletter input[type="email"] {
  width: 100%;
  margin-bottom: 12px;
  height: 40px;
}
.newsletter p {
  text-align: center;
  margin-bottom: 24px !important;
  line-height: 36px;
}
.newsletter span {
  line-height: 36px;
  margin-bottom: 16px;
  color: var(--color2);
}
#email {
  border: 1px solid rgba(255, 255, 255, 1);
  line-height: 36px;
  text-align: right;
  padding: 6px;
  width: 100%;
}
#newsletter-form button2 {
  padding: 26px 40px !important;
}
#newsletter-form {
  width: 100%;
  max-width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
}
.back-footer {
  background: #1c1f22;
  padding: 24px 85px 32px 24px;
  border-radius: 8px;
  background-image: url(../img/back-footer.svg);
  width: 100%;
  height: 100%;
}
.wrap-ft-menu ul li {
  display: flex;
  align-items: center;
  gap: 8px;
}
.wrap-ft-menu ul li::before {
  content: "";
  width: 10px;
  height: 1px;
  background-color: #fff;
}
.footer-logo img {
  max-width: 173px;
}
.button3 {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  background: #fff;
  color: #292e33;
  font-family: inherit;
  border-radius: 2px;
  z-index: 1;
  position: relative;
  padding: 0 42px;
  transition: 0.3s;
  overflow: hidden;
}
.button3::before {
  content: "";
  width: 2px;
  height: 2px;
  background: #292e33;
  position: absolute;
  right: 0;
  border-radius: 0px 1px 1px 0px;
  transition: 500ms linear;
}
.button3:hover:before {
  height: 24px;
}
.button3:hover:after {
  height: 24px;
}
.button3::after {
  content: "";
  width: 2px;
  height: 2px;
  background: #292e33;
  position: absolute;
  left: 0;
  border-radius: 0px 1px 1px 0px;
  transition: 500ms linear;
}
.pagination-product {
  position: static;
  margin: 32px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination-product .swiper-pagination-bullet {
  width: 28px;
  height: 2px;
  border-radius: 2px;
  background: #b6b6b6;
}
.pagination-product .swiper-pagination-bullet-active {
  height: 6px;
  border-radius: 4px;
  width: 28px;
  background: var(--color1) !important;
}
.about-title-wrap {
  margin-top: 3rem;
  display: flex;
  align-items: flex-start;
  position: relative;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .newsletter {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
  .footer-newsletter {
    max-width: 55%;
    flex: 0 0 55%;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .newsletter p {
    text-align: right;
    margin-bottom: 0;
  }
  .footer-newsletter input[type="email"] {
    width: 69%;
    margin-left: 8px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .footer-newsletter {
    max-width: 55%;
    flex: 0 0 55%;
  }
  .footer-newsletter input[type="email"] {
    width: 75%;
  }
}
/* --------------------
Breadcrumb Style
-------------------- */

#breadcrumbs {
  margin-top: 20px;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  margin-bottom: 50px;
}
.single-breadcrumbs {
  color: #34353699;
  margin-top: 0 !important;
  margin-bottom: 34px !important;
}
.single-breadcrumbs a:after {
  background: #34353699 !important;
}
.section-product .title-site2 {
  margin-bottom: 0 !important;
}
#breadcrumbs a:after {
  content: "";
  display: inline-block;
  margin: 0 6px;
  border-radius: 2px 0px 0px 2px;
  width: 5px;
  height: 5px;
  background: #fff;
}

/* --------------------
Single Style
-------------------- */
.single__banner {
  width: 100%;
  display: inline-block;
  margin: 20px auto;
}
.single__banner img {
  border-radius: 8px;
  display: table;
  margin: auto;
}
.help-heading {
  margin-bottom: 10px;
}

.help-heading > span {
  display: block;
  background: rgba(111, 44, 145, 1);
  color: #fff;
  text-align: center;
  padding: 26px 9px;
  font-variation-settings: var(--fw-500);
  font-size: 16px;
  border-radius: 4px;
}
.help-heading ul {
  border: 1px dashed rgba(102, 104, 105, 0.2);
  padding: 28px;
  border-radius: 4px;
  margin-top: 16px;
}
.help-heading ul li {
  line-height: 32px;
  font-size: 16px;
}
.help-heading a {
  padding: 5px 0;
  display: block;
}

.help-heading li {
  margin-bottom: 5px;
}

.help-heading li:last-child {
  margin-bottom: 0;
}
.access-post > a {
  display: block;
  border: 1px solid #f5f5f5;
  background-color: #f5f5f5;
  margin: 10px 0;
  padding: 22px 10px;
  text-align: center;
  font-size: 18px;
  transition: all 500ms;
}

.socials-share {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 2px 4px rgb(0 0 0 / 10%);
  padding: 5px 10px;
}
.socials a {
  display: inline-block;
  margin: 0 5px;
}
.socials i.icon-linkedin {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  position: relative;
}
.socials i.icon-linkedin:before {
  content: "";
  position: absolute;
  background: url("../img/linkedin.svg");
  background-size: 65%;
  background-repeat: no-repeat;
  background-position: 45% center;
  inset: 0;
  z-index: 1;
}
.socials .linkedin:hover i.icon-linkedin {
  background: var(--color2);
}
.thumbnail-post-img {
  text-align: center;
}

.thumbnail-img {
  float: none;
  max-width: 100%;
  margin: 0;
  display: inline-flex;
  overflow: hidden;
  border-radius: 3px;
}
.tags_post a {
  display: inline-flex;
  color: var(--2, rgba(46, 46, 47, 0.8));
  font-size: 14px;
  justify-content: center;
  align-items: center;
}
.tags_post {
  display: flex;
  gap: 10px;
  margin-top: 16px;
  align-items: center;
  flex-wrap: wrap;
}
#tab-product .swiper-product {
  margin-top: -250px;
}
.product-404::before {
  content: "\e91e";
  font-family: "icomoon";
  font-size: 353px;
  position: absolute;
  color: rgba(255, 255, 255, 0.03);
  left: 0;
  top: 0;
}
.icon-tab {
  height: 30px;
  width: 30px;
  background: #f1f1f2;
  color: #4091a0;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  transition: 500ms;
  transform: rotate(180deg);
  margin-right: auto;
}
.icon-tab:hover {
  background: #4091a0;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .thumbnail-img {
    max-width: 50%;
    float: left;
    margin-right: 30px;
  }
}
/* --------------------
comment Style
-------------------- */
.commentlist ul.children {
  padding-right: 45px;
  position: relative;
}
.commentlist ul.children.byadmin:before {
  content: "\e919";
  font-family: icomoon;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl;
  font-size: 24px;
  color: var(--color1);
}
.commentlist ul li .comment_container {
  position: relative;
}
.commentlist ul li .comment_container:before {
  content: "\e919";
  font-family: icomoon;
  position: absolute;
  right: -45px;
  top: 50%;
  -webkit-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl;
  font-size: 24px;
  color: var(--color1);
}
/*.editor-content .commentlist {
  margin-bottom: 100px;
}*/
#review_form_wrapper form,
#commentform {
  box-shadow: 0 0 5px rgba(247, 247, 247, 0.5);
  border-radius: 3px;
  margin-bottom: 15px;
}
.form-submit {
  text-align: center !important;
  margin: 0 0 20px;
  flex: 0 0 100%;
  order: 1;
  width: 100%;
}
#commentform {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.editor-content .comment-notes,
.editor-content .comment-form-mobile {
  flex: 0 0 100%;
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
}
.editor-content .comment-form-author,
.editor-content .comment-form-email {
  flex: 0 0 49%;
  flex-wrap: wrap;
  display: flex;
}
.editor-content .comment-form .field-ltr {
  text-align: left;
  direction: ltr;
}
.comment-form-comment {
  flex: 0 0 100%;
}
.editor-content #commentform input,
.editor-content #commentform textarea {
  background: #fff;
  padding-right: 16px;
  border-radius: 2px;
  border: 1px solid var(--4, rgba(77, 78, 80, 0.4));
}
.editor-content label,
.comment-form label {
  margin-bottom: 5px !important;
  position: relative;
  font-size: 14px !important;
  display: inline-block;
  color: var(--3, rgba(52, 53, 54, 0.6));
}
.comment-awaiting-moderation {
  color: var(--color1);
  text-align: center;
  display: block;
}
.commentlist .comment_container {
  border-radius: 8px;
  border: 1px solid var(--5, rgba(102, 104, 105, 0.2));
  background: #f1f1f2;
}
.comment-list .children .comment_container {
  width: 89%;
  margin: 20px 0;
  margin-right: 112px;
}
.head-comment {
  border-radius: 3px;
  padding: 15px;
  color: #0c0918;
  font-variation-settings: var(--fw-500);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.comment_container .editor-content p {
  padding: 0 29px;
  color: var(--2, rgba(46, 46, 47, 0.8));
  text-align: justify;
  font-size: 16px;
  line-height: 32px;
}
.byadmin .head-comment .head-comment .name_comment {
  color: #fff !important;
}
.byadmin > .comment_container .head-comment + .editor-content p {
  color: #fff !important;
  text-align: justify;
  font-size: 16px;
  line-height: 32px;
}
.byadmin .head-comment .head-comment .time_comment {
  color: #fff !important;
}
.head-comment + .editor-content p {
  color: #2e2e2fcc !important;
}
.byadmin > .comment_container .head-comment span {
  color: #fff;
}
.byadmin > .comment_container .head-comment .editor-content p {
  color: var(--2, rgba(46, 46, 47, 0.8)) !important;
}
.editor-content a.comment-reply-link {
  color: #191b1f;
  display: block;
  text-align: end;
  margin: 10px 28px;
  color: var(--A5D2D8, #a5d2d8);
  font-size: 16px;
  line-height: 32px;
  transition: 0.3s;
}
.editor-content .byadmin a.comment-reply-link {
  color: rgba(165, 210, 216, 1);
}
.editor-content .byadmin a.comment-reply-link:hover {
  color: var(--color2);
}
.editor-content a.comment-reply-link:hover {
  color: var(--color2);
}
.comment-reply-link i {
  font-size: 11px;
  font-weight: bold;
  transition: 0.3s;
}
.comment-reply-link:hover i {
  margin-left: -10px;
  padding-right: 10px;
}
.item-comment {
  background: white;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgb(242, 240, 247);
  padding: 18px;
  position: relative;
}
.text_comment p {
  font-size: 13px;
  padding: 10px 0px;
}
.commentlist #reply-title {
  border-radius: 15px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  font-size: 13px;
  margin-top: 16px;
}
.commentlist .children .comment_container {
  flex: 0 0 90%;
}
.editor-content .commentlist li {
  position: relative;
}
.head-comment .editor-content p {
  color: #ffff;
}
.byadmin > .comment_container:first-of-type {
  border-radius: 8px;
  background: #f1f1f2;
}
.byadmin > .comment_container:first-of-type {
  background: #6f2c91;
  color: #fff;
}
.cat-parent > ul > li .comment_container {
  border-radius: 8px;
  border: 1px solid var(--5, rgba(102, 104, 105, 0.2));
  background: #f1f1f2;
}
.head-comment > span {
  color: #2e2e2fcc;
  text-align: justify;
  font-size: 16px;
  line-height: 32px;
  display: inline-flex;
  align-items: center;
}
.head-comment > span.time_comment {
  font-size: 14px;
}
.byadmin > .comment_container .head-comment span {
  color: #fff;
}
.comment-custom-field {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .head-comment {
    display: flex;
    padding: 26px 28px;
  }
}

/* --------------------
  Search Simple
-------------------- */
.header-searchsimple form {
  width: 100%;
  border: 1px solid #f1f1f1;
  border-radius: 6px;
  position: relative;
  display: flex;
  align-items: center;
  transition: 0.4s;
  padding: 0 7px;
}
.header-searchsimple #search-text {
  width: 100%;
  text-align: right;
  border: none;
  background: none;
  color: var(--color1);
  font-size: 16px;
  padding: 6px;
}
.search-results-box {
  position: absolute;

  z-index: 1;

  left: 10px;
  right: 10px;
  text-align: center;
}
.search-detail h3 {
  width: calc(100% - 85px);
  text-align: right;
  padding-right: 12px;
}
.search-detail h3 a span {
  display: grid;
  margin-top: 8px;
  font-size: 12px;
}
.search-detail {
  display: flex;
  background-color: #fff;
  margin-bottom: 15px;
  padding: 10px;
  border-radius: 5px;
  align-items: center;
}
.search-image {
  display: block;
  width: 90px;
}
.header-searchsimple {
  position: relative;
  width: 100%;
}
.copy-mess {
  position: absolute;
  left: 50px;
  background: rgba(111, 44, 145, 1);
  color: #fff;
  padding: 11px;
  font-size: 12px;
  border-radius: 2px;
  margin-left: 5px;
  display: none;
  transition: all 0.6s;
}
@media screen and (min-width: 576px) {
  .header-searchsimple form {
    max-width: 407px;
    min-width: 407px;
  }
}
/* --------------------
  Search Popup
-------------------- */
.bottom-head-search {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header-search {
  display: inline-flex;
  padding: 10px;
  color: var(--color1);
  cursor: pointer;
  border-radius: 2px;
  border: 1px solid var(--color1);
  font-size: 18px;
}
.header-search > span {
  margin-left: 5px;
  display: none;
}
.search-pup-up {
  position: fixed;
  top: 0;
  left: 0;
  background: #000000de;
  width: 100%;
  height: 100%;
  z-index: 1000;
  color: white;
  overflow: hidden;
  overflow-y: visible;
  padding-bottom: 50px;
  display: none;
}
.fd-outer {
  width: 30px;
  margin-top: 10px;
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 30px;
  z-index: 10;
}
.fd-inner {
  width: 30px;
  text-align: center;
}
.fd-inner:before,
.fd-inner:after {
  position: absolute;
  content: "";
  height: 2px;
  width: inherit;
  background: white;
  right: 0;
  transition: all 0.3s ease-in;
}
.fd-inner:after {
  bottom: 48%;
  transform: rotate(-45deg);
}
.fd-inner:before {
  top: 48%;
  transform: rotate(45deg);
}
.fd-outer label {
  font-size: 0.8em;
  line-height: 3em;
  text-transform: uppercase;
  color: #fff;
  transition: all 0.3s ease-in;
  opacity: 0;
  cursor: pointer;
}
.fd-outer:hover .fd-inner:before,
.fd-outer:hover .fd-inner:after {
  transform: rotate(0);
  background: var(--color1);
}
.fd-outer:hover .fd-inner:before {
  top: 0;
}
.fd-outer:hover .fd-inner:after {
  bottom: 0;
}
.fd-outer:hover label {
  opacity: 1;
}
.form-wrap {
  padding-top: 140px;
}
.search-pup-up #search-text::-webkit-input-placeholder {
  color: rgb(255 255 255 / 50%);
  opacity: 1; /* Firefox */
}
.search-pup-up #search-text::-moz-placeholder {
  color: rgb(255 255 255 / 50%);
  opacity: 1; /* Firefox */
}
.search-pup-up #search-text:-ms-input-placeholder {
  color: rgb(255 255 255 / 50%);
  opacity: 1; /* Firefox */
}
.search-pup-up #search-text::-ms-input-placeholder {
  color: rgb(255 255 255 / 50%);
  opacity: 1; /* Firefox */
}
.search-pup-up #search-text::placeholder {
  color: rgb(255 255 255 / 50%);
  opacity: 1; /* Firefox */
}

.search-pup-up #search-text::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: rgb(255 255 255 / 50%);
}
.search-pup-up #search-text {
  width: 100%;
  text-align: center;
  border: none;
  background: none;
  color: white;
  font-size: 16px;
  padding-bottom: 10px;
}
.search-form:after {
  content: "";
  width: 100%;
  height: 2px;
  background-image: linear-gradient(
    to right,
    transparent,
    rgba(111, 44, 145, 0.5),
    transparent
  );
  display: block;
}
.search-title {
  font-size: 18px;
  padding: 20px 0 5px 0;
  display: block;
}
.search-results-box .noresults {
  margin-top: 20px;
  display: block;
}
.search-area .search-box > h3 {
  background: var(--color1);
  padding: 15px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  margin-bottom: 20px;
}
.search-area {
  margin-top: 80px;
}
.search-title {
  font-size: 18px;
  padding: 20px 0 5px 0;
  display: block;
}
.search-pup-up .search-form {
  transform: scale(0);
  opacity: 0;
  transition-duration: 0.6s;
  transition-delay: 0.5s;
}
.search-pup-up.popup-search-active .search-form {
  transform: scale(1);
  opacity: 1;
}
.search-detail h3 a {
  display: block;
  margin-bottom: 10px;
}

.search-results-box .button {
  width: 100%;
}
.search-pup-up .icons-wrapper {
  position: absolute;
  top: 0;
  left: 0;
}
.search-pup-up .icons-wrapper i {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.product__footer .on-sale-single {
  display: none;
}
/* --------------------
  END Search Popup
-------------------- */
@media screen and (max-width: 768px) {
  .form-wrap {
    padding-top: 80px;
  }
  .fd-inner {
    width: 25px;
  }
  .fd-outer {
    width: 25px;
    top: 10px;
    right: 20px;
  }
  #sidebar {
    z-index: 9999999 !important;
  }
}
@media screen and (min-width: 576px) {
  .header-search > span {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .header-search > span {
    font-size: 12px;
  }
}
@media screen and (min-width: 1200px) {
  .header-search > span {
    font-size: inherit;
  }
}

@media screen and (max-width: 576px) {
  .blog-button-card {
    margin-top: 12px;
  }
  .type-product .summary.entry-summary .cart,
  .variations_form .woocommerce-variation-add-to-cart {
    flex-direction: column;
  }
  .quantity {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 425px) {
  .product-meta-top > div {
    width: 100%;
    margin: 5px 0;
    justify-content: space-around;
  }
  .product-meta-right a:first-child:after {
    content: unset;
  }
  .type-product .summary .price ins:before {
    font-size: 16px;
  }
  .list__wrap .blog-image .blog-date {
    display: none;
  }
}

/* --------------------
  Product
-------------------- */
.product-item {
  border: 1px solid rgba(102, 104, 105, 0.17);
  border-radius: 8px;
  background: #fff;
  transition: 0.3s;
  overflow: hidden;
  position: relative;
}

.product-item:hover {
  border-color: var(--color1);
}
.product-item:hover h2 a {
  color: var(--color1);
}
.product-item:hover .product-button {
  color: var(--color1);
}
.product-image {
  position: relative;
  overflow: hidden;
  display: block;
  transition: 500ms;
  text-align: center;
}

.product-item h2 a {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  line-height: 28px;
  font-family: var(--main_font);
  margin-bottom: 8px;
  font-size: 16px;
  min-height: 56px;
}
.product-item .price .stock.ou-of-stock {
  color: var(--danger);
}
.product-item .price del,
.product-item .price ins {
  display: block;
  text-align: center;
}
.product__footer {
  position: relative;
  display: flex;
  justify-content: center;
}
.is-sale {
  background: var(--color1);
  border-radius: 1px;
  height: 26px;
  width: 26px;
  display: flex;
  position: absolute;
  right: 100px;
  color: #fff;
  top: 0px;
  right: 83px;
  align-items: center;
  justify-content: center;
}

.product-item .price {
  min-height: 59px;
  display: flex;
  margin: auto;
  position: relative;
  flex-direction: column;
  align-items: end;
  justify-content: center;
}

.product-item .price del {
  /* color: var(--3, #2e2e2f); */
  color: var(--3, rgba(52, 53, 54, 0.6));
  text-align: left;
  font-size: 12px;
  text-decoration: line-through;
  -webkit-text-decoration-color: #99999966 !important;
  text-decoration-color: #99999966 !important;
  line-height: 2;
}

.woocommerce-Price-currencySymbol {
  font-size: 12px;
}

.product-item .price > .woocommerce-Price-amount > bdi,
.product-item .price ins {
  color: var(--1, #272829);
  text-align: center;
  font-size: 20px;
  line-height: 1;
}
.product-button {
  color: var(--3, rgba(52, 53, 54, 0.6));
  line-height: 32px;
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  margin: 6px 0 16px 0;
}
.product-button i {
  font-size: 10px;
}

.btn-sale {
  text-align: center;
  margin-top: 30px;
}

.on-sale {
  color: white;
  background: var(--color1);
  border-radius: 3px;
  position: absolute;
  right: -20px;
  top: 8px;
  font-size: 9px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.more-tax-desc {
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  color: var(--A5D2D8, #a5d2d8);
  font-size: 14px;
  line-height: 36px;
  z-index: 8;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 8px;
  transition: 500ms;
}
.more-tax-desc i {
  font-size: 8px;
}
.items-sub-category {
  margin: 1rem 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.item-sub-category {
  padding: 5px 10px;
  border: 1px solid #a8a8a8;
  margin: 5px 5px;
  display: inline-block;
}
.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
}
ul.page-numbers {
  margin-bottom: 2rem;
}
.page-numbers li {
  margin: 0 5px;
}
.page-numbers li a {
  border: 1px solid #fff;
}
.page-numbers li a:not(.prev, .next):hover {
  border: 1px solid var(--Primary1, #6f2c91);
  border-radius: 2px;
}
.page-numbers li .page-numbers:hover {
  color: #6f2c91;
}
.page-numbers li a,
.page-numbers li span {
  width: 25px;
  height: 25px;
  color: var(--3, rgba(52, 53, 54, 0.6));
  font-size: 16px;
  line-height: 1;
}
.widget_media_image a {
  display: block;
}
.widget_media_image img {
  border-radius: 8px;
  display: table;
  margin: auto;
}
.page-numbers li span.current {
  border-radius: 2px;
  border: 1px solid var(--Primary1, #6f2c91);
  color: var(--Primary1, #6f2c91);
}
.post-item h2 {
  font-size: 17px;
  margin: 24px 0px 5px 0;
  position: relative;
  line-height: 26px;
  padding-right: 12px;
  min-height: 52px;
  text-align: right;
}
.post-item h2 a {
  color: #2e2e2fcc;
}
.post-item p {
  color: rgba(52, 53, 54, 0.7);
  font-size: 15px;
  line-height: 30px;
  min-height: 96px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-align: right;
}
.blog-button-card {
  margin-top: 20px;
}
/* sidebar && shop_sidebar*/
.widget-side {
}
#sidebar .widget-side li.current-cat > a {
  color: var(--color2);
}
.widget-side > ul > li {
  padding: 6px 30px;
}
.cat-parent {
  position: relative;
}
.children .cat-item {
  font-size: 12px;
  border: none;
  padding: 5px 12px;
}
.more-tax-desc:hover {
  color: #fff;
}
.caticon {
  cursor: pointer;
  position: absolute;
  display: flex;
  align-items: baseline;
  left: 30px;
  top: 20px;
  width: 20px;
  height: 20px;
  justify-content: left;
}
.widget-side ul li ul.children {
  margin-top: 10px;
}
.caticon.active .widget-side > ul > li a {
  color: var(--1);
}
.widget-side ul li > a {
  color: rgba(46, 46, 47, 0.8);
}
.caticon.active i {
  transform: rotate(180deg);
  color: var(--1);
  transition: 500ms;
}
.caticon i {
  font-size: 6px;
  color: rgba(46, 46, 47, 0.8);
  transform: rotateX(0deg);
  cursor: pointer;
  transition: 500ms;
}
.caticon.active .widget-side > ul > li {
  color: var(--1);
}
.cat-parent.active > .caticon:before {
  transform: rotate(-135deg) translateY(-50%);
  border-color: var(--color1);
}
.children .caticon {
  top: 5px;
}
#sidebar {
  position: fixed;
  right: -100%;
  top: 0;
  bottom: 0;
  transition: all 0.5s;
  background: #fff;
}
.sidebar-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
  border: 2px dashed #ffff;
  background: var(--color2);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: fixed;
  right: 15px;
  bottom: 25px;
  font-size: 30px;
  z-index: 9;
}
#sidebar.active {
  right: 0;
  overflow: auto;
  padding-top: 20px;
}
#sidebar .sidebar-close {
  display: block;
  width: 20px;
  height: 20px;
  position: relative;
  background: var(--color1);
  text-align: center;
  margin: 10px auto 10px 0;
  color: #fff;
  font-size: 13px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
}
#sidebar a {
  color: var(--3, rgba(52, 53, 54, 0.6));
}
#sidebar a:hover {
  color: var(--color2);
}
.widget_categories ul.children li a {
  color: #34353699 !important;
}
.widget_categories ul.children li a:hover {
  color: var(--color1) !important;
}
#sidebar input[type="search"] {
  border: 1px solid #a3a3a3;
  padding: 10px 20px;
  border-radius: 15px;
  height: 40px;
  display: block;
  box-sizing: border-box;
  font-family: inherit;
  width: 100%;
  transition: 0.3s;
  margin-bottom: 10px;
  font-size: 14px;
  text-align: right;
}
.widget-side form {
  padding: 30px 30px 10px 30px;
  text-align: center;
  border: 1px dashed #66686933;
  border-radius: 4px;
}

#sidebar .select2-container--default .select2-selection--single {
  border: 1px solid #fafafa;
  background: #fafafa;
  padding: 10px 20px;
  border-radius: 15px;
  height: 50px;
  display: block;
  box-sizing: border-box;
  font-family: inherit;
  width: 100%;
  transition: 0.3s;
  margin-bottom: 20px;
  font-size: 14px;
  text-align: right;
}
#sidebar
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 11px;
  left: 11px !important;
  width: 20px;
}
.price_slider_wrapper {
  position: relative;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  border-radius: 2px;
  background-color: #66686933;
  border: 0;
  position: relative;
  margin: 0px 0 52px;
  height: 6px;
  text-align: right;
}
.price_slider_wrapper .ui-slider .ui-slider-handle {
  z-index: 2;
  width: 14px;
  height: 14px;
  cursor: ew-resize;
  outline: 0;
  top: -5px;
  margin-left: -5px;
  background: #4a9ca8;
  border-radius: 100%;
  position: absolute;
  transition: all 0.3s;
}
.price_slider_wrapper .ui-slider .ui-slider-handle:last-child:after {
  transform: none;
  position: absolute;
  left: 2px;
  top: 1px;
}
.price_slider_wrapper .ui-slider .ui-slider-handle:after {
  content: "\e926";
  font-family: "icomoon";
  z-index: 2;
  color: #ffff;
  font-size: 7px;
  width: 11px;
  height: 11px;
  cursor: ew-resize;
  border-radius: 100%;
  position: absolute;
  transition: all 0.3s;
  transform: rotate(180deg);
  top: 2px;
  left: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.price_slider_wrapper .ui-slider .ui-slider-handle:hover {
  background: var(--color2);
}
.price_slider_wrapper .ui-slider .ui-slider-handle:hover:after {
  background: var(--color2);
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  border-radius: 1em;
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
  background: #4a9ca8;
}

.woocommerce .widget_price_filter .ui-slider {
  position: relative;
  text-align: right;
  margin-right: 0.5em;
  margin-left: 0.5em;
}

.woocommerce .widget_price_filter .price_slider_amount {
  text-align: left;
  line-height: 2.4;
  font-size: 0.8751em;
}

.price_slider_wrapper .price_slider_amount {
  position: relative;
  margin-top: 52px;
  margin-bottom: 10px;
  line-height: 2.4;
  text-align: center !important;
}

.woocommerce .widget_price_filter .ui-slider-horizontal {
  height: 1px;
  background-color: var(--color1);
}
.price_label {
  font-size: 0;
}
.price_label .from,
.price_label .to {
  position: absolute;
  font-size: 14px;
  font-family: var(--general-font);
  color: #74706a;
  line-height: 28px;
}
.price_label .from {
  left: -7px;
  top: -42px;
}
.price_label .to {
  right: -7px;
  top: -42px;
}
.widget_layered_nav_filters li.chosen a:hover {
  color: var(--danger) !important;
}
.woocommerce-widget-layered-nav-list__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.woocommerce-widget-layered-nav-list__item .vl,
.woocommerce-widget-layered-nav-list__item .lb {
  color: #34353699;
  font-size: 14px;
}
li.woocommerce-widget-layered-nav-list__item a {
  display: flex;
  align-items: center;
}
li.woocommerce-widget-layered-nav-list__item a:before {
  content: "";
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  background: #66686933;
  border-radius: 2px;
  top: 1px;
  margin-left: 9px;
  transition: 0.3s;
}
li.woocommerce-widget-layered-nav-list__item.chosen a,
li.woocommerce-widget-layered-nav-list__item a:hover {
  color: var(--color1);
}
li.woocommerce-widget-layered-nav-list__item a:hover:before {
  border-color: var(--color1);
}
li.woocommerce-widget-layered-nav-list__item.chosen a:before {
  content: "";
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  background: #66686933;
  border-radius: 2px;
  top: 1px;
  margin-left: 9px;
  transition: 0.3s;
}
li.woocommerce-widget-layered-nav-list__item a:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  background: #4a9ca8;
  border-radius: 2px;
  right: 0;
  top: 9px;
  transition: 0.3s;
  opacity: 0;
}
li.woocommerce-widget-layered-nav-list__item a:hover:after {
  opacity: 1;
}
li.woocommerce-widget-layered-nav-list__item.chosen a:after {
  opacity: 1;
}
.widget_layered_nav_filters li.chosen a:after {
  content: "\e90f";
  font-family: "icomoon";
  font-size: 10px;
  margin-left: 8px;
  color: var(--danger);
  position: absolute;
  right: -14px;
  top: -7px;
}
.in-stock-switch {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 24px;
}
.in-stock-switch .slider:before {
  content: "";
  width: 20px;
  height: 20px;
  background: #fff;
  position: absolute;
  border-radius: 2px;
  top: 2px;
  right: 2px;
}
.woocommerce__order__stock form {
  display: flex;
  align-items: center;
  gap: 30px;
}
.woocommerce-ordering .orderby {
  border-radius: 2px;
  background-color: var(--color1);
  font-size: 14px;
  color: #fff;
  line-height: 1;
  width: 100%;
  min-width: 160px;
  padding-right: 20px;

  height: 40px;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.mobile-woocommerce-ordering .woocommerce-ordering::after {
  content: "\e902";
  font-family: "icomoon";
  color: #ffff;
  font-size: 6px;
  position: absolute;
  left: 12px;
}
.widget_layered_nav.openFilter .widget-title::before {
  transform: rotate(180deg);
  transition: 500ms;
}
.orderby-list {
  display: flex;
  align-items: center;
  -moz-column-gap: 30px;
  column-gap: 30px;
  row-gap: 11px;
  flex-wrap: wrap;
}
.orderby-list button {
  cursor: pointer;
}
.orderby-list button.selected {
  color: var(--color2);
  font-variation-settings: var(--fw-450);
}
/* .woocommerce-ordering::before {
  content: "\e925";
  font-family: "icomoon";
  color: #ffff;
  font-size: 10px;
  position: absolute;
  right: 8px;
  top: 13px;
  z-index: 2;
} */
.woocommerce-ordering {
  border-radius: 2px;
  background-color: var(--color1);
  font-size: 14px;
  color: #fff;
  padding: 10px 20px;
  line-height: 1.7;
  position: relative;
}
.woocommerce__order__stock span {
  font-size: 16px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 10px;
}
.mobile-woocommerce-ordering .woocommerce-ordering__title {
  margin: 12px 0;
}
.mobile-woocommerce-ordering .woocommerce-ordering {
  padding: 0;
}
.woocommerce__order__stock span i {
  font-size: 14px;
}
.orderby-form {
  flex: 1;
  margin-left: 20px;
}

.in-stock-switch input:checked + .slider {
  background-color: #4a9ca8;
}
.in-stock-switch input:checked + .slider:before {
  transform: translateX(-19px);
}
.woocommerce__order__stock {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-bottom: 30px;
  align-items: center;
}
.in-stock-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.in-stock-switch .slider {
  position: absolute;
  cursor: pointer;
  inset: 0;
  background-color: #dedede;
  transition: 0.4s;
  border-radius: 2px;
}
@media (max-width: 992px) {
  .woocommerce__order__stock {
    flex-direction: column;
    gap: 1rem;
  }
  .orderby-form {
    margin: 0;
  }
}
@media (max-width: 400px) {
  .mobile-woocommerce-ordering {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
}
#sidebar a {
  position: relative;
}
@media screen and (min-width: 768px) {
  #sidebar a {
    color: #2e2e2fcc;
    position: relative;
  }
  #sidebar a:hover {
    color: var(--color1);
  }
  .sidebar-btn {
    display: none;
  }
  #sidebar {
    position: unset;
    right: auto;
    overflow-y: unset;
    background: transparent;
  }
  #sidebar .sidebar-close {
    display: none;
  }
}

/* --------------------
  Modules Css
-------------------- */

.section-base {
  margin: 110px 0;
}

.countdown-wrapper {
  direction: ltr;
}

.countdown-wrapper span {
  display: inline-block;
  margin: 0 5px;
}

/* --------------------
  Modal bootstrap Css
-------------------- */

.item-slider img {
  width: 100%;
  height: auto;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
  background-color: rgb(0 0 0 / 50%);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}
.modal.show .modal-dialog {
  transform: translate(0, 0);
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border-radius: 0.3rem;
  outline: 0;
  color: #fff;
  overflow: hidden;
}
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 16px;
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 40px;
  text-align: center;
}
.icon-digikala {
  font-size: 12px;
}
.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.modal-header .close {
  padding: 0.5rem 1rem;
  margin: -1rem auto -1rem -1rem;
  background: transparent;
  border: none;
  color: var(--danger);
  font-size: 29px;
}
.copy-right {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 768px) {
  .modal-dialog {
    max-width: 550px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
@media (max-width: 425px) {
  .copy-right-wrap .copy-right {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    gap: 12px;
    flex-direction: column;
  }
}

/* --------------------
  Responsive Mode
-------------------- */

@media screen and (min-width: 992px) {
}

@media screen and (min-width: 768px) {
}

@media screen and (min-width: 576px) {
}

@media screen and (max-width: 992px) {
  .general-main {
    margin-bottom: 70px !important;
  }
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 468px) {
  .faqs-content .faqs-question {
    gap: 10px !important;
  }
  .tab__btns {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .tab__btn {
    width: 100%;
    max-width: 100% !important;
  }
  .footer-mouse {
    right: 47%;
  }
  .copy-right {
    display: flex;
    justify-content: center !important;
  }
  .section-more .editor-content::before {
    background-size: 205% !important;
    top: -9px !important;
  }
}

/* category design two */
.section-more .editor-content {
  position: relative;
}
.section-more .editor-content::before {
  content: "";
  background-image: url(../img/more-desc.webp);
  position: absolute;
  width: 100%;
  background-size: contain;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top;
  left: 0;
  top: -15px;
  pointer-events: none;
}
.cat-design-two [class^="col-"] {
  flex: 0 0 100%;
  max-width: 100%;
}
.cat-design-two {
  display: flex;
  width: 100%;
}
.banner-item-wrap {
  position: relative;
}
.banner-content {
  position: absolute;
  top: calc(50% + 24px);
  z-index: 2;
  transform: translateY(-50%);
  color: var(--banner-color);
  max-width: 50%;
  display: flex;
  flex-direction: column;
}
.banner-content .button2 {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
.banner-content.right {
  right: 35px;
}
.banner-content.left {
  left: 35px;
}
.banner-content.center {
  margin: auto;
  text-align: center;
  left: 0;
  right: 0;
  justify-content: center;
  align-items: center;
}
.banner-item-wrap {
  position: relative;
  display: table;
  margin: auto;
}
.banner-content .title span {
  display: inline-block;
  position: relative;
  margin-bottom: 18px;
  padding-bottom: 15px;
  line-height: 32px;
  font-size: 22px;
}
.banner-content .title span:after {
  content: "";
  height: 1px;
  width: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0.3;
  background: var(--banner-color);
}
.banner-content.center .title:after {
  left: 0;
  margin: auto;
}
.banner-content .desc {
  margin-bottom: 18px;
  line-height: 30px;
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.mobile .banner-content {
  top: 30px;
  transform: none;
  right: 30px;
  left: 30px;
  margin: auto;
  max-width: 100%;
}
a.item-banner {
  display: inline-block;
}
/* slider */
.item-slider {
  position: relative;
}
.slider-txt {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  color: #fff;
}
.slider-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  transform: translateY(-50%);
  max-width: 500px;
}
.slider-txt h2 {
  font-size: 32px;
}
.slider-desc {
  line-height: 36px;
}
.slider-btn {
  border: 1px solid #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  color: #fff;
  font-family: inherit;
  border-radius: 2px;
  z-index: 1;
  position: relative;
  transition: 0.3s;
  overflow: hidden;
}
.slider-btn:after {
  content: "";
  width: 2px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
  border-radius: 0px 1px 1px 0px;
  transition: 500ms linear;
}
.slider-btn:before {
  content: "";
  width: 2px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  right: 0;
  border-radius: 0px 1px 1px 0px;
  transition: 500ms linear;
}
.slider-btn:hover:before {
  height: 24px;
}
.slider-btn:hover:after {
  height: 24px;
}
.slider-mouse {
  width: 32px;
  height: 48px;
  background: #fff;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 4%;
  border: 2px solid var(--color1);
  border-radius: 12px;
  -webkit-animation: moveUpDownAlternate 2s infinite;
  animation: moveUpDownAlternate 2s infinite;
  z-index: 1;
}
.slider-mouse::before {
  content: "";
  width: 2px;
  height: 10px;
  background: var(--color1);
  border-radius: 1px;
  position: absolute;
  left: 13px;
  top: 7px;
  -webkit-animation: myCustomAnimation 2s infinite;
  animation: myCustomAnimation 2s infinite;
}
.slider-pagination {
  position: absolute;
  left: 65px;
  bottom: 110px;
  z-index: 1;
}
.swiper-pagination-slider {
  padding-bottom: 34px;
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  gap: 13px;
}
.swiper-pagination-slider .swiper-pagination-bullet-active {
  height: 12px;
  width: 12px;
  border-radius: 0;
  border: 1px solid #fff;
  background: var(--color1) !important;
  margin: 0 !important;
}
.swiper-pagination-slider .swiper-pagination-bullet {
  height: 12px;
  width: 12px;
  border-radius: 0;
  border: 1px solid rgb(161 161 161 / 50%);
  background: rgb(161 161 161 / 50%);
  opacity: 100%;
  margin: 0 !important;
}
.swiper-counter {
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  padding: 11px 9px 0 0;
  color: #fff;
  line-height: 16px;
  display: inline-block;
}
@-webkit-keyframes MoveUpDown {
  0%,
  100% {
    bottom: 2%;
  }
  50% {
    bottom: 3%;
  }
}
@keyframes MoveUpDown {
  0%,
  100% {
    bottom: 2%;
  }
  50% {
    bottom: 3%;
  }
}
/* --------------------
    category Css
-------------------- */

.cat-title-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.title-icon {
  position: absolute;
  bottom: 20px;
  right: -20px;
}
.title-icon i {
  font-size: 16px;
  color: var(--color1);
}
.title-site {
  color: rgba(77, 78, 80, 0.4);
}
.title-heading {
  margin-bottom: 18px;
  position: relative;
}
.title-agent .title-heading .title-icon i {
  color: #fff !important;
}
.feature-wrap .title-heading .title-icon i {
  color: var(--color1);
}
.title-en {
  font-size: 20px;
  line-height: 32px;
  font-family: MoonDance-Regular;
  letter-spacing: 1px;
  border-top: 1px solid rgba(102, 104, 105, 0.2);
}
.pagination-categorie {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px 0;
}
.pagination-quick {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
.pagination-categorie .swiper-pagination-bullet,
.pagination-quick .swiper-pagination-bullet {
  width: 28px;
  height: 3px;
  border-radius: 2px;
  background: #000;
}

.pagination-categorie .swiper-pagination-bullet-active,
.pagination-quick .swiper-pagination-bullet-active {
  height: 6px;
  border-radius: 4px;
  width: 28px;
  background: var(--color1);
}
.item-categories:before {
  content: "";
  display: block;
  height: calc(100% - 93px);
  width: 100%;
  border-radius: 4px;
  background: rgba(102, 104, 105, 0.09);
  position: absolute;
  z-index: -2;
  transition: 500ms;
}
.item-categories:hover:before {
  background: #939598;
}
.item-categories {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.item-categories:hover h3 {
  color: var(--color1);
}
.title-en-cat {
  padding: 170px 0 25px 0;
  font-size: 43px;
  font-family: "MoonDance-Regular";
  color: #666869;
  opacity: 13%;
}
.title-per-cat {
  font-size: 22px;
  color: #272829;
  position: relative;
  transition: 0.4s;
}
.item-categories:hover .title-per-cat {
  color: var(--color1);
}
.title-per-cat::before {
  content: "";
  width: 1px;
  height: 23px;
  background: var(--color1);
  position: absolute;
  right: -12px;
  top: -4px;
}

.categories-carousel .swiper-slide:nth-child(even) {
  margin-top: 44px;
  transition: 500ms;
}

.item-categories h3 {
  font-size: 16px;
  color: #272829;
  border-right: 1px solid var(--color1);
  padding: 2px 12px;
}
.even_swiper {
  background-color: red;
}
