@import url("sections/section-products.css");
.product-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid var(--color5);
  margin-bottom: 1rem;
}
.product_meta {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 18px;
}
.breadcrumb-category-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}

.price-container-websima {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  margin: 1rem auto 0;
}
.sku-container {
  display: flex;
  align-items: center;
  gap: 10px;
}
.product_meta i {
  color: var(--color2);
  font-size: 18px;
}
.product-catalog i {
  color: var(--color2);
  font-size: 18px;
  margin-left: 7px;
}
.breadcrumb-category a:hover {
  color: var(--color2);
}
.breadcrumb-category a {
  transition: 0.3s;
}
.product-catalog {
  margin: 1rem auto;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: 0.4s;
}
.product-catalog:hover {
  color: var(--color2);
}
.product-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem 7rem;
  margin-top: 16px;
  margin-bottom: 1rem;
  border-bottom: 2px solid var(--color5);
  padding-bottom: 2rem;
  margin-right: 3rem;
}
@media (max-width: 768px) {
  .product-features {
    grid-template-columns: repeat(1, 1fr);
    margin-right: 3rem;
    margin-left: 3rem;
  }
}
h2.sticky-product-title {
  font-size: 18px;
}
li.websima-single-feature-bg {
  align-items: center;
  margin: 0;
  position: relative;
  background-color: #f4f5f7;
  display: flex;
  height: 73px;
  justify-content: space-between;
}
li.websima-single-feature-bg .right {
  display: flex;
  margin-right: 20px;
  align-items: center;
}
.woocommerce-tabs {
  margin-top: clamp(32px, 9vw, 128px);
}

@media only screen and (min-width: 992px) {
  .woocommerce-tabs .wc-tabs-wrap {
    display: block;
  }
}

#woocommerce-tabs {
  position: relative;
  margin-top: 50px;
}
.wc-tabs-header {
  position: sticky;
  top: 0;
  z-index: 2;
}
.woocommerce-variation-add-to-cart {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 10px;
}

.quantity {
  display: flex;
  align-items: center;
  min-width: 130px;
  flex: 0 0 auto;
  border: 1px solid #dadee3;
  border-radius: 5px;
  overflow: hidden;
  height: 50px;
  justify-content: space-between;
  padding: 5px;
}
.sticky-sidebar-body .quantity {
  display: flex;
  align-items: center;
  min-width: unset;
  flex: 0 0 auto;
  border: 1px solid var(--color5);
  border-radius: 5px;
  overflow: hidden;
  height: 50px;
  justify-content: space-between;
  padding: 5px;
}

.quantity button.plus,
.quantity button.minus {
  width: 35px;
  height: 35px;
  border: none;
  background: #e5e3e1;
  cursor: pointer;
  font-size: 15px;
  color: var(--color3);
  transition: all 0.3s;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}

.sticky-sidebar-body .quantity input.qty {
  width: 35px;
  height: 50px;
  text-align: center;
  border: none;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  font-size: 16px;
  font-family: inherit;
  -moz-appearance: textfield;
}
.quantity input.qty {
  width: 50px;
  height: 50px;
  text-align: center;
  border: none;
  font-size: 16px;
  font-family: inherit;
  background: transparent;
  outline: none;
}
.quantity input.qty::-webkit-outer-spin-button,
.quantity input.qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.summary .cart .button {
  flex-grow: 1;
  background: var(--color2);
  color: var(--color3);
  font-size: 16px;
  font-family: "Ravi";
  border: none;
  border-radius: 5px;
  height: 50px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.4s;
}
.summary .cart .button:hover {
    background: var(--color3);
    color: var(--color2);
    border: 1px solid var(--color2);
}

.wc-tabs-header .tabs li {
  margin: 0 15px;
  padding: 20px 0 15px;
  border-bottom: 4px solid transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wc-tabs-header .tabs li.active {
  border-bottom: 4px solid var(--color1);
  padding: 19px 0 10px;
}

.wc-tabs-header .tabs li a {
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s;
  display: inline-block;
}
h4.title-tab {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 22px;
}

.wc-tabs-header ul.tabs.wc-tabs {
  position: static;
  z-index: 100;
  background: var(--color5);
  border: 1px solid #e6e3e1;
  padding: 0 20px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  border-radius: 16px;
  margin-bottom: 32px;
  flex-wrap: wrap;
  overflow-x: auto;
  overflow-y: hidden;
  height: 66px;
}
.editor-content.main-content {
  width: 100%;
  border: 1px solid var(--color5);
  padding: 20px;
  border-radius: 15px;
}

h4.title-tab::before {
  content: "";
  width: 16px;
  height: 16px;
  background: var(--color1);
  display: flex;
  border-radius: 20px;
  border: 4px solid #f7c3c3;
}
a.scroll-item.active {
  color: var(--color1);
}
tr.attribute_group_row.attribute_group_row_other {
  display: none;
}
table.shop_attributes.woocommerce-group-attributes-layout-1 {
  width: 100%;
  border: 1px solid var(--color5);
  padding: 20px;
  border-radius: 15px;
}
table.attribute_name_values {
  width: 100%;
}

.sticky-sidebar-body .product-head,
.sticky-sidebar-body .product_meta,
.sticky-sidebar-body .product-catalog,
.sticky-sidebar-body .product-features {
  display: none !important;
}
.woo-variation-swatches
  .wvs-style-squared.variable-items-wrapper
  .variable-item:not(.radio-variable-item) {
  height: 68px;
  width: 51px;
  margin: 0 !important;
}

.variations_form.cart .value.woo-variation-items-wrapper:after {
  display: none;
}
.gallery-images .onsale {
  position: absolute;
  right: 10px;
  z-index: 1;
  top: 10px;
  color: var(--color1);
  padding: 0 10px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background: #f9f9f9;
}
.summary .variations tr {
  display: block;
}
table.variations tbody > tr:first-child {
  border-bottom: 2px solid var(--color5);
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
}
li.scroll-top-wrapper {
  margin-left: 0 !important;
  text-align: left;
  margin-right: auto !important;
}

button.js-scroll-top-btn {
  color: var(--color1);
  border: 2px solid var(--color1);
  padding: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  font-size: 17px;
}
.woocommerce-MyAccount-content fieldset {
  border: 1px solid var(--color1);
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
}
.woocommerce-MyAccount-content fieldset legend {
  background: var(--color1);
  color: #fff;
  padding: 3px 30px;
  border-radius: 5px;
}
h3.websima-cta-content-title.text-white {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 28px;
}
.woocommerce-account.woocommerce-orders .woocommerce-message,
.single-product .woocommerce-message {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px;
  background: var(--color2);
  color: #fff;
  font-size: 16px;
  border-radius: 10px;
  margin: 1rem auto;
  outline: none;
}
.woocommerce-message .button,
.woocommerce-message a {
  margin-left: 10px;
  margin-right: auto;
  color: #fff;
  font-size: 16px;
}

.summary > .price {
  margin: 10px 0;
}
.product_title.entry-title {
  font-size: 20px;
}

.posted_in a {
  color: #999;
}

.posted_in a:cta-child {
  margin-right: 5px;
}

.posted_in a:hover {
  color: var(--color2);
}

.posted_in a::after {
  content: "|";
  display: inline-block;
  margin: 0 5px;
  color: #999 !important;
  pointer-events: none;
  font-size: 8px;
}

.posted_in a:last-child:after {
  display: none;
}

.sku_wrapper {
  margin-bottom: 10px;
  display: block;
  color: #999;
}

.sku_wrapper .sku {
  color: var(--color2);
  display: inline-block;
  margin-right: 5px;
}

.woocommerce-product-details__short-description {
  margin: 15px 0;
  color: #999;
}

.tagged_as {
  display: block;
  border-top: 2px solid #e3e3e3;
  color: #757577;
  padding-top: 15px;
  font-size: 16px;
  margin-top: 15px;
}

.tagged_as a:last-of-type:after {
  display: none;
}
.tagged_as a:after {
  content: "";
  width: 2px;
  height: 9px;
  background: #dcdcdc;
  display: inline-block;
  position: absolute;
  top: 11px;
  left: -9px;
}
.tagged_as a:hover {
  color: var(--color2);
}
.tagged_as a {
  display: inline-block;
  margin-left: 12px;
  margin-bottom: 10px;
  border-radius: 3px;
  position: relative;
  color: #000;
}

.tagged_as a:hover {
  color: var(--color2);
  border-color: var(--color2);
}
/* Comments */
.woocommerce p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
  margin-right: 1px;
  color: var(--color1);
  font-size: 16px;
}
.woocommerce .stars span {
  display: flex;
}
.woocommerce p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: "icomoon";
  text-indent: 0;
  content: "\e9d7";
  transition: all 0.3s;
}
.comment-form-rating {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 0 0 100%;
  max-width: 100%;
}
.comment-form-rating label {
  margin-bottom: 0 !important;
}
.commentlist li {
  padding-right: 0 !important;
}
.commentlist li:before,
.commentlist li:after {
  display: none !important;
}

/* Gallery */
.woocommerce-product-gallery__image {
  text-align: center;
}
.woocommerce-product-gallery__trigger {
  position: absolute;
  left: 10px;
  z-index: 1;
  top: 10px;
  font-size: 0;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background: #f9f9f9;
}
.woocommerce-product-gallery__trigger:before {
  content: "\e918";
  font-family: "icomoon";
  font-size: 18px;
  color: var(--color1);
  transform: rotate(360deg) scaleX(-1.05);
  display: inline-block;
  transition: all 0.3s;
}
.woocommerce-product-gallery__trigger:hover {
  background: var(--color1);
}
.woocommerce-product-gallery__trigger:hover:before,
.woocommerce-product-gallery__trigger:hover:after {
  color: #fff;
}

.flex-control-thumbs {
  padding: 0 30px;
}
.woocommerce-product-gallery > figure.woocommerce-product-gallery__wrapper,
.flex-viewport {
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 10px;
}
.flex-control-thumbs li {
  border-radius: 5px;
  overflow: hidden;
}

.pswp__caption__center {
  text-align: center;
}
.gallery-images {
  position: relative;
}
.flex-control-nav li:hover {
  border: 1px solid var(--color2);
}
.flex-control-nav li {
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.4s;
}
.variations_form.cart select {
  display: block;
}
.variations_form.cart .variations {
  width: 100%;
}
.variations .value {
  display: block;
}
.variations .label {
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
}
.reset_variations:hover {
  background: white;
  color: var(--color2) !important;
}
.reset_variations {
  margin: 10px 0;
  display: inline-block !important;
  background: var(--color2);
  border: 1px solid var(--color2);
  color: #fff !important;
  border-radius: 5px;
  padding: 0 10px;
  transition: 0.4s;
}
.variations_form.cart select {
  width: 100%;
  -webkit-appearance: none;
  border: none;
  padding: 10px 15px;
  font-family: inherit;
  border-radius: 10px;
  color: #8b8b8b;
  background: #f4f5f7;
  outline: none;
}
.variations_form.cart .value {
  position: relative;
}
.variations_form.cart .value:after {
  content: "";
  border: solid #d5d5d5;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3.5px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: absolute;
  left: 20px;
  top: 16px;
}
.woocommerce-variation-availability {
  margin: 15px auto;
}
.summary > .stock.in-stock,
.woocommerce-variation-availability .stock.in-stock {
  display: none;
}
.summary > .stock.in-stock:before,
.woocommerce-variation-availability .stock.in-stock::before {
  content: "موجودی:";
  color: #999;
}
.summary .price > span:before,
.summary .price ins:before {
  content: "قیمت محصول:";
  font-size: 15px;
  color: #222;
}
.summary .price del {
  text-align: left;
  display: block;
  color: #999;
  margin-bottom: -8px;
}
.summary .price > span,
.summary .price ins {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
}

.summary .price > span,
.summary .price ins span {
  font-size: 20px;
  color: var(--color2);
}

.product-type-variable .summary > .price {
  display: none;
}

.woocommerce-variation-add-to-cart {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.onsale {
  display: none;
}

form .quantity input::-webkit-outer-spin-button,
form .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

form .quantity input {
  -webkit-appearance: none;
  border: none !important;
  text-align: center !important;
  -moz-appearance: textfield;
  width: 30px;
  margin: 0 !important;
  height: auto !important;
  font-size: 16px;
  background: none;
}

.quantity button {
  background: var(--color5);
  border: none;
  width: 34px;
  border-radius: 5px;
  font-size: 20px;
  transition: 0.3s;
  color: var(--color3);
}
.quantity button:hover {
  color: var(--color3) !important;
  background: var(--color2) !important;
}

.product-name .variation {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.button.wc-backward {
  margin-top: 15px;
}
.woocommerce-product-gallery {
  position: relative;
}
.product-main-data {
  margin-top: clamp(1rem,4vw,3rem);
}
@media screen and (max-width: 768px) {
  .product-main-data {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 576px) {
  .tabs.wc-tabs li {
    width: 100%;
  }
}
@media screen and (min-width: 576px) {
  .tabs.wc-tabs li {
    margin-left: 30px;
  }

  .tabs.wc-tabs li a {
    font-size: 17px;
  }

  .summary .cart:not(.variations_form),
  .woocommerce-variation-add-to-cart {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
  }
}

.sticky-sidebar-container {
  border: 1px solid var(--color5);
  padding: 15px;
  border-radius: 15px;
  position: sticky;
  top: 10px;
  margin-top: 1rem;
}
section#cta-section {
  padding: 5rem 0;
}

.websima-cta-image {
  position: relative;
  width: 100%;
  max-height: 600px;
}

.websima-cta-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 20px;
}

.websima-cta-image .cta-floating-hologram {
  left: auto;
  right: -10%;
  top: auto;
  bottom: -10%;
}

.cta-floating-hologram {
  position: absolute;
  top: 3%;
  z-index: 5;
}

.cta-hologram-box {
  position: relative;
  width: clamp(80px, 10vw, 130px);
  height: clamp(80px, 10vw, 130px);
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(20px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.cta-rotate-anim {
  position: absolute;
  width: 85% !important;
  height: 85% !important;
  animation: cta-rotate-anim 20s linear infinite;
  transform: translate(-50%, -50%);
}

@keyframes cta-rotate-anim {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}
.sticky-product-img {
  width: 100px;
  margin: auto;
}
.sticky-sidebar-body .summary .cart:not(.variations_form),
.woocommerce-variation-add-to-cart {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.sticky-sidebar-body .summary .cart .button {
  flex: unset !important;
  max-width: unset !important;
  padding: 0 10px;
}
.sticky-sidebar-body form .quantity {
  flex: unset !important;
  max-width: unset !important;
}

.woo-variation-swatches
  .variable-items-wrapper
  .variable-item:not(.radio-variable-item) {
  background-color: var(--wvs-item-background-color, #fff);
  -webkit-box-shadow: unset;
  box-shadow: unset;
}
.woo-variation-swatches
  .variable-items-wrapper
  .variable-item:not(.radio-variable-item):focus,
.woo-variation-swatches
  .variable-items-wrapper
  .variable-item:not(.radio-variable-item):hover {
  -webkit-box-shadow: unset;
  box-shadow: unset;
}
.woo-variation-swatches
  .variable-items-wrapper
  .variable-item:not(.radio-variable-item):last-child {
  margin-right: 5px;
}
p.websima-cta-content-subtitle.text-white {
  text-align: justify;
  line-height: 30px;
}
.cta-hologram-box i {
  font-size: 50px;
  color: #fff;
}
.related-products-wrapper h2.title-heading {
  display: none;
}
.single_variation_wrap .price-container-websima {
  justify-content: flex-start;
}
.product-rate {
  display: flex;
  direction: ltr;
  gap: 8px;
  align-items: center;
  color: var(--color1);
  font-size: 16px;
}
.woo-variation-swatches .variable-items-wrapper .variable-item {
  transition:
    border-color 0.5s ease,
    box-shadow 0.3s ease,
    color 0.3s ease;
}

.woo-variation-swatches
  .variable-items-wrapper
  .variable-item:not(.radio-variable-item),
.woo-variation-swatches
  .variable-items-wrapper
  .variable-item:not(.radio-variable-item) {
  transition: all 0.3s;
  border: 2px solid transparent;
}
.woo-variation-swatches
  .variable-items-wrapper
  .variable-item:not(.radio-variable-item).selected,
.woo-variation-swatches
  .variable-items-wrapper
  .variable-item:not(.radio-variable-item).selected:hover {
  -webkit-box-shadow: unset;
  box-shadow: unset;
  color: unset;
  position: relative;
  border: 2px solid var(--color1);
}
.woo-variation-swatches
  .variable-items-wrapper
  .variable-item:not(.radio-variable-item).color-variable-item.selected:not(
    .no-stock
  )
  .variable-item-contents:before,
.woo-variation-swatches
  .variable-items-wrapper
  .variable-item:not(.radio-variable-item).image-variable-item.selected:not(
    .no-stock
  )
  .variable-item-contents:before {
  background-image: var(--wvs-tick);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 60%;
  content: " ";
  height: 37%;
  position: absolute;
  width: 50%;
  border: 3px solid #fff;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}
[data-wvstooltip]:before {
  content: "";
  display: none;
}
a#btn-scroll-specs {
  display: flex;
  gap: 5px;
  color: var(--color1);
  align-items: center;
}
@media(max-width:992px){
    a#btn-scroll-specs {
        justify-content:center;
        margin-top:10px
    }
}
a#btn-scroll-specs .plus {
  font-size: 25px;
}
.cta-head-part {
  text-align: right;
}
@media (max-width: 1215px) {
  .cta-head-part {
    text-align: center;
  }
  .product_meta {
    margin-top: 3rem;
  }
  .product-head {
    align-items: center;
    flex-wrap: wrap-reverse;
    justify-content: center;
    text-align: center;
    display: flex;
    flex-direction: column-reverse;
  }
  .wc-tabs-header ul.tabs.wc-tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 5px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    height: 58px;
  }

  .wc-tabs-header ul.tabs.wc-tabs::-webkit-scrollbar {
    display: none;
  }

  .wc-tabs-header ul.tabs.wc-tabs li {
    white-space: nowrap;
  }
  li.scroll-top-wrapper {
    display: none;
  }
  table.shop_attributes,
  table.shop_attributes tbody,
  table.shop_attributes tr,
  table.shop_attributes td {
    display: block;
    width: 100%;
  }

  table.shop_attributes tr.attribute_group_row th {
    display: block;
    width: 100%;
    text-align: center;
  }

  table.shop_attributes .attribute_name_values th,
  table.shop_attributes .attribute_name_values td {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    text-align: right;
    display: block;
  }
  table.shop_attributes .attribute_name_values th p,
  table.shop_attributes .attribute_name_values td p {
    margin: 0;
    padding: 0;
  }

  table.shop_attributes .attribute_name_values tr {
    margin-bottom: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    display: flex;
    background: #f7f8fa;
    justify-content: space-between;
  }
  .websima-cta-image .cta-floating-hologram {
    left: 50%;
    right: auto;
    top: 50%;
    bottom: auto;
    transform: translate(-50%, -50%);
  }
  table.shop_attributes .attribute_group_row th {
    padding: 10px 15px;
  }
}
.attribute_name_values {
  border-collapse: separate;
  border-spacing: 10px;
  width: 100%;
}

.attribute_name_values th,
.attribute_name_values td {
  background: #f7f8fa;
  padding: 15px;
  vertical-align: middle;
}

.attribute_name_values th.attribute_name {
  width: 35%;
  font-weight: bold;
  border-radius: 10px;
  text-align: right;
}

.attribute_name_values td.attribute_value {
    width: 65%;
    border-radius: 10px;
    text-align: right;
    direction: ltr;
}

.attribute_value a {
  text-decoration: none;
  color: inherit;
  transition: color 0.3s;
}

.attribute_value a:hover {
  color: var(--color2);
}
/*  */
.star-rating-select {
  direction: ltr;
  display: flex;
  flex-direction: row-reverse;
  gap: 8px;
}

.star-rating-select input[type="radio"] {
  display: none;
}

.star-rating-select label {
  cursor: pointer;
  padding: 0;
  line-height: 1;
}

.star-rating-select .star-icon {
  fill: #e6e3e1;
  transition: fill 0.2s ease;
}

.star-rating-select input:checked ~ label .star-icon,
.star-rating-select label:hover ~ label .star-icon,
.star-rating-select label:hover .star-icon {
  fill: var(--color2);
}

@media (max-width: 550px) {
  li.websima-single-feature-bg {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    margin: 0;
    padding: 25px 15px;
    width: 100%;
  }
}
.js-scroll-top-btn i.icon-arr-down {
  transform: rotate(180deg);
}

[tooltip] {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

[tooltip]::before {
  content: attr(tooltip);
  position: absolute;
  bottom: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  background: #333;
  color: #f1f5f9;
  padding: 6px 12px;
  border-radius: 8px;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.3px;
  opacity: 0;
  pointer-events: none;
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
  z-index: 10000;
  backdrop-filter: blur(2px);
  text-align: center;
  line-height: 1.4;
}

[tooltip]::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(4px);
  border-width: 6px;
  border-style: solid;
  border-color: #0f1724 transparent transparent transparent;
  opacity: 0;
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
  pointer-events: none;
  z-index: 10000;
}

[tooltip]:hover::before {
  opacity: 1;
  transform: translateX(-50%) translateY(-2px);
}

[tooltip]:hover::after {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

[tooltip][flow="down"]::before {
  bottom: auto;
  top: calc(100% + 8px);
}

[tooltip][flow="down"]::after {
  bottom: auto;
  top: 100%;
  border-color: transparent transparent #0f1724 transparent;
  transform: translateX(-50%) translateY(-4px);
}

[tooltip][flow="down"]:hover::before {
  transform: translateX(-50%) translateY(2px);
}

[tooltip][flow="down"]:hover::after {
  transform: translateX(-50%) translateY(0);
}
.wishlist-item.loading i {
  color: transparent;
  font-size: 0;
  position: relative;
}

.wishlist-item.loading i::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 25px;
  height: 25px;
  border: 3px solid #333;
  border-top-color: #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: wishlist-spin 0.8s linear infinite;
  box-sizing: border-box;
  color: initial;
  font-size: initial;
}
@keyframes wishlist-spin {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.cta-btn-container {
  margin-top: 3rem;
}
.product-rate i.icon-rate-star {
  font-size: 20px;
  padding-bottom: 5px;
}
@media (max-width: 992px) {
  .wc-tabs-header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0px;
    width: 100px;
    height: 100%;
    background: linear-gradient(
      to right,
      #ffffffb8 0%,
      rgba(255, 255, 255, 0.13) 100%
    );
    z-index: 10;
    pointer-events: none;
  }
  .wc-tabs-header::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100%;
    background: linear-gradient(
      to left,
      #ffffffb8 0%,
      rgba(255, 255, 255, 0.13) 100%
    );
    z-index: 10;
    pointer-events: none;
  }
  #tab-additional_information h4.title-tab {
    margin-right: 10px;
  }
  #tab-description h4.title-tab {
    margin-right: 5px;
  }
  table.shop_attributes.woocommerce-group-attributes-layout-1 {
    border: none !important;
    padding: 0 !important;
  }
}
@media (max-width: 768px) {
  h3.websima-cta-content-title.text-white {
    margin-top: 0;
    margin-bottom: 3rem;
  }
  .editor-content.main-content {
    padding: 10px !important;
  }
  .cta-btn-container {
    text-align: center;
  }
  p.websima-cta-content-subtitle.text-white {
    margin-top: 3rem;
  }
  section#cta-section {
    padding: 5rem 0 3rem;
  }
}
form.cart {
  display: flex;
  padding: 1rem 0;
}
.mobile-sticky-addcard {
  position: fixed;
  bottom: 0px;
  right: 0;
  left: 0;
  background: var(--color3);
  z-index: 10;
  transition: 0.4s ease;
  width: 100%;
  padding: 2.5rem 20px 2rem;
}

.mobile-sticky-addcard.variable-addcard .button {
  width: 100%;
  height: 58px;
  font-size: 17px;
}

.mobile-sticky-addcard .sticky-addcard {
  width: 100%;
}

.mobile-sticky-addcard .single_add_to_cart_button {
  height: 56px !important;
  min-height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--color2);
  color: var(--color3);
  padding: 10px;
  border-radius: 10px;
}

.mobile-sticky-addcard .quantity {
  height: 56px;
}
.mobile-sticky-addcard {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  background: var(--color3);
  z-index: 10;
  width: 100%;
  padding: 10px 20px;
  transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
  transition:
    transform 0.4s cubic-bezier(0.2, 0.9, 0.4, 1.1),
    opacity 0.3s ease,
    visibility 0s linear 0.4s;
}
.mobile-sticky-addcard.variable-addcard {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  background: var(--color3);
  z-index: 10;
  width: 100%;
  padding: 3rem 2rem;
  transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
  transition:
    transform 0.4s cubic-bezier(0.2, 0.9, 0.4, 1.1),
    opacity 0.3s ease,
    visibility 0s linear 0.4s;
}

.mobile-sticky-addcard.active {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  transition:
    transform 0.4s cubic-bezier(0.2, 0.9, 0.4, 1.1),
    opacity 0.3s ease,
    visibility 0s linear 0s;
}
.sticky-addcard form.cart {
  display: flex;
  gap: 10px;
}
.sticky-addcard p.stock.in-stock {
  display: none;
}
.mobile-sticky-addcard .single_add_to_cart_button {
  height: 56px !important;
  min-height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--color2);
  color: var(--color3);
  padding: 10px;
  border-radius: 10px;
  border: none;
  font-size: 16px;
  font-family: "Ravi";
  width: 100%;
}
.outofstock .sticky-sidebar-container {
  display: none;
}
.woocommerce div.product form.variations_form,
div[data-product_id][data-threshold_min] {
  width: 100% !important;
}
.woocommerce-info.websima-disabled-notice {
    border: 1px solid var(--color1);
    padding: 20px;
    border-radius: 10px;
}