/* start product page styles */

.product-single-gallery .product-label {
  border-radius: 6px;
}

.product-single-tabs .nav.nav-tabs .nav-link.active,
.product-single-tabs .nav.nav-tabs .nav-link:hover {
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 10px 10px 1px 0px;
}

.product-single-tabs .nav.nav-tabs .nav-link.active {
  border-bottom-color: #4db7b3;
}

.product-single-tabs .nav.nav-tabs .nav-link {
  font-family: "Jost";
  font-weight: bold;
  font-size: 1.4rem;
}

select {
  height: 40px !important;
  font-size: large !important;
  font-family: "Jost" !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

select {
  appearance: base-select;
  color: #71717a;
  background-color: transparent;
  width: 180px;
  box-sizing: border-box;
  padding: 0.5rem 0.75rem;
  border: 1px solid #e4e4e7;
  border-radius: calc(0.5rem - 2px);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  cursor: pointer;

  & > button {
    display: flex;
    width: 100%;
    font-family: inherit;
    color: currentColor;

    & > svg {
      margin: 0 0 0 auto;
      width: 1.2rem;
      height: 1.2rem;
    }
  }

  &:has(option:not([hidden]):checked) {
    color: #18181b;
  }

  &:focus-visible {
    outline: 2px solid #a1a1aa;
    outline-offset: -1px;
  }

  &::picker-icon {
    display: none;
  }

  &::picker(select) {
    appearance: base-select;
    border: 1px solid #e4e4e7;
    padding: 0.25rem;
    margin-top: 0.25rem;
    border-radius: 10px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
      0 2px 4px -2px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: opacity 225ms ease-in-out, transform 225ms ease-in-out;
    transform-origin: top;
    transform: translateY(0);
    opacity: 1;

    @starting-style {
      transform: translateY(-0.25rem) scale(0.95);
      opacity: 0;
    }
  }

  & optgroup label {
    display: block;
    padding: 0.375rem 0.5rem;
  }

  & option {
    padding: 5px 15px;
    margin: 10px 5px;
    border-radius: 10px;
    outline: none;

    &::after {
      content: "";
      width: 1rem;
      height: 1.5rem;
      margin-left: auto;
      opacity: 0;
      background: center / contain no-repeat
        url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KCjwhLS0gTGljZW5zZTogUEQuIE1hZGUgYnkgbWFwYm94OiBodHRwczovL2dpdGh1Yi5jb20vbWFwYm94L21ha2kgLS0+CjxzdmcgZmlsbD0iIzRkYjdiMyIgd2lkdGg9IjgwMHB4IiBoZWlnaHQ9IjgwMHB4IiB2aWV3Qm94PSIwIDAgMTUgMTUiIHZlcnNpb249IjEuMSIgaWQ9ImNpcmNsZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNMTQsNy41YzAsMy41ODk5LTIuOTEwMSw2LjUtNi41LDYuNVMxLDExLjA4OTksMSw3LjVTMy45MTAxLDEsNy41LDFTMTQsMy45MTAxLDE0LDcuNXoiLz4KPC9zdmc+");
    }

    &::checkmark {
      display: none;
    }

    &:checked {
      background-color: transparent;

      &::after {
        opacity: 1;
      }
    }

    &:hover,
    &:focus-visible {
      background-color: #f4f4f5;
      color: #18181b;
    }
  }
}

select::after {
  content: "";
  position: absolute;
  right: 5rem;
  width: 2rem;
  height: 2rem;
  background: center / contain no-repeat
    url("data:image/svg+xml,%3Csvg fill='currentColor' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' d='M5.23 7.21a.75.75 0 011.06.02L10 10.94l3.71-3.71a.75.75 0 111.06 1.06l-4.24 4.25a.75.75 0 01-1.06 0L5.23 8.29a.75.75 0 01.02-1.06z' clip-rule='evenodd' /%3E%3C/svg%3E");
  pointer-events: none;
  transition: 0.5s ease;
}

select:open::after {
  transform: rotate(180deg);
}

@media (min-width: 640px) {
}

.nav-tabs {
  border-bottom: 0px solid #e7e7e7;
  padding-bottom: 3px;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 10px;
  background: #f4f4f4;
}

.btn-icon-wish1 {
  background-color: transparent;
  border: 1px solid #fff;
  color: #222529;
  font-size: 1.2rem;
  text-align: center;
  position: relative;
  cursor: pointer;
  transition: all 0.25s ease;
}

.btn-icon-wish1,
.btn-icon-wish2 {
  background-color: transparent;
  border: 1px solid #fff;
  color: #6f6e6b;
  font-size: 1.5rem;
  text-align: center;
  position: relative;
  cursor: pointer;
  transition: all 0.25s ease;
}

.btn-icon-wish1,
.btn-icon-wish2:hover {
  background-color: #fff;
  color: #000;
}

.bag {
  cursor: pointer;
}

.rating-stars a {
  color: #4db7b3;
}

.comments {
  position: relative;
  margin-bottom: 10px;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: 0;
  font: inherit;
  width: 30px;
  height: 30px;
  background-color: #000;
  padding: 10px;
  padding-top: 5px;
}

.mfp-container {
  text-align: center;
  width: 100%;
  height: 100%;
  left: 0;
  padding: 0 8px;
  box-sizing: border-box;
  overflow: hidden;
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: #888e94;
  opacity: 0.5;
}

.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}

.choices {
  position: relative;
  margin-bottom: 24px;
  font-size: 16px;
  width: 100%;
}

.choices:focus {
  outline: none;
}

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

.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
  background-color: #eaeaea;
  cursor: not-allowed;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.choices.is-disabled .choices__item {
  cursor: not-allowed;
}

.choices [hidden] {
  display: none !important;
}

.choices[data-type*="select-one"] {
  cursor: pointer;
}

.choices[data-type*="select-one"] .choices__inner {
  padding-bottom: 7.5px;
}

.choices[data-type*="select-one"] .choices__input {
  display: block;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  margin: 0;
}

.choices[data-type*="select-one"] .choices__button {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
  padding: 0;
  background-size: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  margin-right: 25px;
  height: 20px;
  width: 20px;
  border-radius: 10em;
  opacity: 0.5;
}

.choices[data-type*="select-one"] .choices__button:focus,
.choices[data-type*="select-one"] .choices__button:hover {
  opacity: 1;
}

.choices[data-type*="select-one"] .choices__button:focus {
  box-shadow: 0 0 0 2px #00bcd4;
}

.choices[data-type*="select-one"]
  .choices__item[data-value=""]
  .choices__button {
  display: none;
}

.choices[data-type*="select-one"]:after {
  content: "\f107";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  right: 13.5px;
  top: 14px;
  pointer-events: none;
  transition: 0.3s ease;
}

.choices[data-type*="select-one"].is-open:after {
  transform: rotate(180deg);
}

.choices[data-type*="select-one"][dir="rtl"]:after {
  left: 11.5px;
  right: auto;
}

.choices[data-type*="select-one"][dir="rtl"] .choices__button {
  right: auto;
  left: 0;
  margin-left: 25px;
  margin-right: 0;
}

.choices[data-type*="select-multiple"] .choices__inner,
.choices[data-type*="text"] .choices__inner {
  cursor: text;
}

.choices[data-type*="select-multiple"] .choices__button,
.choices[data-type*="text"] .choices__button {
  position: relative;
  display: inline-block;
  margin: 0 -6px 0 8px;
  padding-left: 17px;
  border-left: 1px solid hsla(0, 0%, 100%, 0.3);
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
  background-size: 8px;
  width: 8px;
  line-height: 1;
  opacity: 0.75;
  border-radius: 0;
  transition: all 0.2s ease-in-out;
}

.choices[data-type*="select-multiple"] .choices__button:focus,
.choices[data-type*="select-multiple"] .choices__button:hover,
.choices[data-type*="text"] .choices__button:focus,
.choices[data-type*="text"] .choices__button:hover {
  opacity: 1;
}

.choices__inner {
  display: flex;
  align-items: center;
  vertical-align: top;
  width: 100%;
  padding: 0.5rem 0;
  border-radius: 0.5rem;
  font-size: 14px;
  min-height: 40px;
  overflow: hidden;
}

.is-focused .choices__inner,
.is-open .choices__inner {
  border-color: #b7b7b7;
}

.is-open .choices__inner {
  border-radius: 2.5px 2.5px 0 0;
}

.is-flipped.is-open .choices__inner {
  border-radius: 0 0 2.5px 2.5px;
}

.choices__list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.choices__list--single {
  display: inline-block;
  width: 100%;
}

[dir="rtl"] .choices__list--single {
  padding-right: 4px;
  padding-left: 16px;
}

.choices__list--single .choices__item {
  width: 100%;
}

.choices__list--multiple {
  display: inline;
}

.choices__list--multiple .choices__item {
  display: inline-block;
  vertical-align: middle;
  border-radius: 20px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
  margin-right: 3.75px;
  margin-bottom: 3.75px;
  background-color: #191919;
  border: 1px solid #191919;
  color: #fff;
  word-break: break-all;
  box-sizing: border-box;
}

.choices__list--multiple .choices__item[data-deletable] {
  padding-right: 5px;
}

[dir="rtl"] .choices__list--multiple .choices__item {
  margin-right: 0;
  margin-left: 3.75px;
}

.choices__list--multiple .choices__item.is-highlighted {
  background-color: #00a5bb;
  border: 1px solid #008fa1;
}

.is-disabled .choices__list--multiple .choices__item {
  background-color: #aaa;
  border: 1px solid #919191;
}

.choices__list--dropdown {
  visibility: hidden;
  z-index: 3;
  position: absolute;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ddd;
  top: 100%;
  margin-top: -1px;
  border-bottom-left-radius: 2.5px;
  border-bottom-right-radius: 2.5px;
  word-break: break-all;
  will-change: visibility;
}

.choices__list--dropdown.is-active {
  visibility: visible;
}

.is-open .choices__list--dropdown {
  border-color: #b7b7b7;
}

.is-flipped .choices__list--dropdown {
  top: auto;
  bottom: 200%;
  margin-top: 0;
  margin-bottom: -1px;
  border-radius: 0.5rem;
}

.choices__list--dropdown .choices__list {
  position: relative;
  max-height: 300px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position;
}

.choices__list--dropdown .choices__item {
  position: relative;
  padding: 0.3rem 1rem;
  font-size: 1.5rem;
  border-radius: 0.375rem;
  transition: background-color 0.3s ease, color 0.3s ease;
}

[dir="rtl"] .choices__list--dropdown .choices__item {
  text-align: right;
}

@media (min-width: 640px) {
  .choices__list--dropdown .choices__item--selectable:after {
    font-size: 12px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity 0.3s ease;
  }

  [dir="rtl"] .choices__list--dropdown .choices__item--selectable {
    text-align: right;
    padding-left: 100px;
    padding-right: 10px;
  }

  [dir="rtl"] .choices__list--dropdown .choices__item--selectable:after {
    right: auto;
    left: 10px;
  }
}

.choices__list--dropdown .choices__item--selectable.is-highlighted {
  background-color: #f2f2f2;
}

.choices__list--dropdown .choices__item--selectable.is-highlighted:after {
  opacity: 0.5;
}

.choices__item {
  cursor: default;
}

.choices__item--selectable {
  cursor: pointer;
}

.choices__item--disabled {
  cursor: not-allowed;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0.5;
}

.choices__heading {
  font-weight: 600;
  font-size: 12px;
  padding: 10px;
  border-bottom: 1px solid #f7f7f7;
  color: gray;
}

.choices__button {
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 50%;
  cursor: pointer;
}

.choices__button:focus {
  outline: none;
}

.choices__input {
  display: inline-block;
  vertical-align: baseline;
  background-color: #fff;
  font-size: 14px;
  margin-bottom: 5px;
  border: 0;
  border-radius: 0;
  max-width: 100%;
  padding: 4px 0 4px 2px;
}

.choices__input:focus {
  outline: 0;
}

[dir="rtl"] .choices__input {
  padding-right: 2px;
  padding-left: 0;
}

.choices__placeholder {
  opacity: 0.5;
}

.choices .choices__input {
  background-image: linear-gradient(0deg, #4db7b3 2px, rgba(156, 39, 176, 0) 0),
    linear-gradient(0deg, #d2d2d2 1px, hsla(0, 0%, 82%, 0) 0);
  background-size: 0 100%, 100% 100%;
}

.choices.is-focused .choices__input {
  background-size: 100% 100%, 100% 100%;
}

.is-open .choices__inner {
  border-radius: 0.5rem;
}

.choices__list--dropdown {
  display: block;
  opacity: 0;
  top: 45px;
  transform-origin: 0 0;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: 0 0;
  border: none;
  border-radius: 0.5rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
  transform: scale(0.95) !important;
  padding: 1rem 0.5rem;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.choices__list--dropdown.is-active {
  transform: scale(1) !important;
  opacity: 1;
  display: block;
  pointer-events: auto;
}

.choices__list--dropdown.is-active:before {
  top: -20px;
}

.choices__list--dropdown:before {
  font-family: FontAwesome;
  content: "\f0d8";
  position: absolute;
  top: 0;
  left: 28px;
  right: auto;
  font-size: 22px;
  color: #4db7b3;
  transition: top 0.35s ease;
}

.choices[data-type*="select-one"] .choices__input {
  border-bottom-color: #f8f9fa;
}

.choices__list--dropdown .choices__item--selectable.is-highlighted {
  background: #f0f2f5;
  color: #344767;
}

.is-focused .choices__inner,
.is-open .choices__inner {
  box-shadow: none;
  border-color: transparent;
}

.choices-primary {
  background-color: #4db7b3;
}

.choices-secondary {
  background-color: #7b809a;
}

.choices-success {
  background-color: #4caf50;
}

.choices-info {
  background-color: #1a73e8;
}

.choices-warning {
  background-color: #fb8c00;
}

.choices-danger {
  background-color: #f44335;
}

.choices-light {
  background-color: #f0f2f5;
}

.choices-dark {
  background-color: #191919;
}

.choices-white {
  background-color: #fff;
}

#completed-tasks label {
  text-decoration: line-through;
  color: #888;
}

ul li input[type="text"] {
  display: none;
}

ul li.editMode input[type="text"] {
  display: block;
}

.product-single-details .product-price {
  font-size: 5rem !important;
}

#product_variations {
  label {
    font-size: 1.8rem;
  }

  .choices__inner {
    font-size: 1.4rem;
  }
}

.mfp-img {
  pointer-events: none;
}

#minus_quantity,
#plus_quantity {
  z-index: 0 !important;
}

/* Dimensions Tab Premium Styles */
#sizegroup_1,
#sizegroup_2 {
  padding: 20px;
  background: #ffffff;
  border-radius: 12px;
}

/* Override button-like styling for dimensions internal tabs */
#dimensions-tabs .nav-tabs .nav-link {
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 1rem 2rem !important;
  margin: 0 !important;
  border-bottom: 2px solid transparent !important;
}

#dimensions-tabs .nav-tabs .nav-link.active {
  background: transparent !important;
  border: none !important;
  border-bottom: 2px solid #4db7b3 !important;
  border-radius: 0 !important;
  color: #222529 !important;
}

#dimensions-tabs .nav-tabs .nav-link:hover {
  background: transparent !important;
  border: none !important;
  border-bottom: 2px solid #4db7b3 !important;
  border-radius: 0 !important;
  padding: 1rem 2rem !important;
}

#dimensions-tabs .nav-tabs .nav-link:not(.active):hover {
  background: transparent !important;
  border: none !important;
  border-bottom: 2px solid #000000 !important;
  border-radius: 0 !important;
  padding: 1rem 2.5rem !important;
}

#dimensions-tabs .nav-tabs {
  border-bottom: 1px solid #e7e7e7 !important;
}

.sizerow {
  margin-top: 15px;
}

.sizerow table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 8px;
  background: transparent !important;
  border: none !important;
}

.sizerow table th,
.sizerow table td {
  padding: 12px 15px !important;
  border: none !important;
  vertical-align: middle;
}

.sizerow table th {
  font-family: "Jost", sans-serif;
  font-weight: 600;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #888;
  background: #f8f9fa;
  border-radius: 8px 0 0 8px;
}

.sizerow table td {
  font-family: "Jost", sans-serif;
  font-size: 1rem;
  color: #333;
  background: #f8f9fa;
  border-radius: 0 8px 8px 0;
}

.sizerow table tr:hover th,
.sizerow table tr:hover td {
  background: #f1f3f5;
}

.right-content-size img {
  width: 50%;
  border-radius: 15px;
  box-shadow: none;
  transition: all 0.4s ease;
}

.right-content-size {
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-select2 select {
  border: 1px solid #eee !important;
  border-radius: 8px !important;
  padding: 10px !important;
  height: 48px !important;
  font-weight: 500 !important;
  color: #444 !important;
  background-color: #fff !important;
  transition: border-color 0.3s ease;
}

.custom-select2 select:focus {
  border-color: #4db7b3 !important;
  box-shadow: 0 0 0 3px rgba(77, 183, 179, 0.1);
}

/* Row entry animation */
.sizerow td,
.sizerow th {
  transition: all 0.3s ease;
}

.datarow {
  display: none;
}
.datarow.displayrow {
  display: table-row;
}
/* end product page styles */
