/* Trade in custom styling WAC - 17 Feb 2025 */
.container {
  --arackkal-gutter-x: 1.5rem;
  --arackkal-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--arackkal-gutter-x) * 0.5);
  padding-left: calc(var(--arackkal-gutter-x) * 0.5);
  margin-inline: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 90%;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1190px;
  }
}
.trade_in_page {
  padding-block: 45px;
  min-height: 75vh;
}

@media (max-width: 767.98px) {
  .trade_in_page {
    padding-block: 25px;
  }
}
.trade_in_page .title {
  font-size: 44px;
  line-height: 49px;
  letter-spacing: -0.9px;
  color: #000000;
}

@media (max-width: 991.98px) {
  .trade_in_page .title {
    font-size: 36px;
  }
}
@media (max-width: 767.98px) {
  .trade_in_page .title {
    font-size: 30px;
  }
}
.trade_in_page .shop_table_wrapper {
  margin-top: 24px;
}

@media (max-width: 575.98px) {
  .trade_in_page .shop_table_wrapper {
    max-width: 100%;
    overflow: hidden;
    overflow-x: auto;
    margin-top: 16px;
  }
  .trade_in_page .shop_table_wrapper::-webkit-scrollbar {
    display: none;
  }
}
.trade_in_page .shop_table {
  width: 100% !important;
  border-collapse: collapse;
  border-spacing: 10px;
  table-layout: auto;
  border: 1px solid #dfe4ed;
}

.trade_in_page .shop_table thead th {
  padding: 8px;
  border-bottom: 1px solid #dfe4ed;
  -webkit-border-end: 1px solid #dfe4ed;
  border-inline-end: 1px solid #dfe4ed;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  line-height: 1.2;
  text-align: center;
}

.trade_in_page .shop_table tfoot th {
  padding: 8px;
  -webkit-border-end: 1px solid #dfe4ed;
  border-inline-end: 1px solid #dfe4ed;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  line-height: 1.2;
}

.trade_in_page .shop_table tr td {
  padding: 8px;
  border-bottom: 1px solid #dfe4ed;
  -webkit-border-end: 1px solid #dfe4ed;
  border-inline-end: 1px solid #dfe4ed;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  line-height: 1.2;
}

.trade_in_page .action_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}

.max-35 {
  max-width: 35%;
}

.trade_in_page .warning_text {
  font-size: 12px;
  font-weight: 400;
  color: #f00;
  margin-bottom: 0;
}

.product_img_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}

.product_img_wrap img {
  max-width: 80px;
  max-height: 80px;
}

.action_wrapper .button {
  line-height: 1.3;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: unset;
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  padding: 8px 12px;
  min-width: 100px;
  text-align: center;
}

.action_wrapper .view_order {
  background-color: #000000;
  color: #ffffff;
  border: 1px solid #000000;
}

@media (hover: hover) {
  .action_wrapper .view_order:hover {
    background-color: #ffffff;
    color: #000000;
  }
}
.action_wrapper .exchange_btn {
  background-color: #ffffff;
  border: 1px solid #000000;
  color: #000000;
}

@media (hover: hover) {
  .action_wrapper .exchange_btn:not(.disabled):hover {
    background-color: #000000;
    color: #ffffff;
  }
}
.no_orders_text {
  font-size: 18px;
  font-weight: 400;
  padding-block: 24px;
  margin: 0;
  color: #000000;
}

.create_order {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.create_order .button {
  line-height: 1.3;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: unset;
  font-size: 18px;
  font-weight: 500;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  padding: 16px 24px;
  min-width: 100px;
  text-align: center;
  background-color: #000000;
  color: #ffffff;
  border: 1px solid #000000;
  cursor: pointer;
}

@media (hover: hover) {
  .create_order .button:hover {
    background-color: #ffffff;
    color: #000000;
  }
}
/* Popup Styles */
.trade-popup.successfull {
  min-width: 500px;
  min-height: 180px;
  padding: 24px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media (max-width: 767.98px) {
  .trade-popup.successfull {
    min-width: 90%;
  }
}
.trade-popup .popup-text {
  font-size: 24px;
  font-weight: 500;
  margin: 0;
  text-align: center;
}

.trade-popup .popup_btn {
  display: block;
  margin-top: 24px;
  line-height: 1.3;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: unset;
  font-size: 18px;
  font-weight: 500;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  padding: 16px 24px;
  min-width: 100px;
  text-align: center;
  background-color: #000000;
  color: #ffffff;
  border: 1px solid #000000;
  cursor: pointer;
}

@media (hover: hover) {
  .trade-popup .popup_btn:hover {
    background-color: #ffffff;
    color: #000000;
  }
}
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  opacity: 0.5;
  background-color: #000;
  z-index: 1050;
}

/* Product detail Page buttons wrapper */
.c-product__atc-row-1.custom-add-to-cart-trade-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px;
}

.c-product__atc-row-1.custom-add-to-cart-trade-button .button.single_add_to_cart_button,
.c-product__atc-row-1.custom-add-to-cart-trade-button .button.trade-in-button {
  min-width: 150px;
}

@media only screen and (min-width: 576px) and (max-width: 767.98px) {
  .c-product__atc-row-1.custom-add-to-cart-trade-button .button.single_add_to_cart_button,
  .c-product__atc-row-1.custom-add-to-cart-trade-button .button.trade-in-button {
    min-width: 180px;
    max-width: 180px;
  }
}
/* Listing Page Trade in Button  */
.listing_page.trade-in-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: solid 1px #000000;
  font-weight: normal;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 5px 15px 5px 15px;
  background-color: #000000;
  color: #ffffff;
  z-index: 5;
  -webkit-box-ordinal-group: 31;
  -ms-flex-order: 30;
  order: 30;
  height: 60px;
  margin-top: 12px;
}

@media (hover: hover) {
  .listing_page.trade-in-button:hover {
    background-color: #ffffff;
    color: #000000;
  }
}
/* custom styles started */
::-moz-selection {
  background-color: #bb975c;
  color: #000;
}

::selection {
  background-color: #bb975c;
  color: #000;
}

:root {
  --fullwidth-limit: 1376px;
  --e-global-color-secondary: #fff !important;
  --text-color-extra-light: #efefef !important;
}

.elementor-heading-title {
  font-size: 24px !important;
  line-height: 1.3;
}

@media screen and (min-width: 640px) {
  .elementor-heading-title {
    font-size: 26px !important;
  }
}
@media screen and (min-width: 768px) {
  .elementor-heading-title {
    font-size: 28px !important;
  }
}
@media screen and (min-width: 992px) {
  .elementor-heading-title {
    font-size: 30px !important;
  }
}
@media screen and (min-width: 1190px) {
  .elementor-heading-title {
    font-size: 32px !important;
  }
}
@media screen and (min-width: 1399px) {
  .elementor-heading-title {
    font-size: 34px !important;
  }
}
.l-wrap {
  background: #fff;
}

.smsalertModal .close span:after,
.smsalertModal .close span:before,
.smsalertModal .back span:before {
  width: 2px;
  border-radius: 5px;
}

.smsalertModal .close,
.smsalertModal .back {
  right: 5px;
  margin-top: 10px;
}

.woocommerce-notice,
.woocommerce-error,
.woocommerce-message {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.modal {
  padding: 15px;
}

.edit-user-phone a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
}

.edit-user-phone a span svg {
  width: 12px;
  height: 12px;
}

@media screen and (min-width: 1190px) {
  .c-header__logo-img--svg {
    min-width: 160px;
  }
}
header#main-header {
  background-color: #fff;
}

.c-header--desktop {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-color: #efefef;
  position: fixed;
  top: 0;
  inset-inline: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

@media screen and (min-width: 1190px) {
  .c-header--desktop .c-header__row-top {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.c-header--desktop .c-header__row-top .c-header__cell--top-center {
  margin-bottom: 12px;
}

@media screen and (min-width: 1190px) {
  .c-header--desktop .c-header__row-top .c-header__cell--top-right {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1190px) {
  .c-header--desktop .c-header__row-bottom nav.c-top-menu .c-top-menu__list .c-top-menu__item--has-children .c-top-menu__submenu {
    margin: 20px 0 0 0 !important;
    border-bottom-color: #ccc !important;
    padding-bottom: 20px !important;
    background: #fff !important;
  }
}
.c-header--desktop .c-header__row-bottom nav.c-top-menu .c-top-menu__list .c-top-menu__item--has-children .c-top-menu__submenu::after {
  border-bottom-color: transparent !important;
}

@media screen and (min-width: 1190px) {
  .c-header--desktop .c-header__row-bottom nav.c-top-menu .c-top-menu__list .c-top-menu__item--has-children .c-top-menu__submenu::after {
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
  }
}
.c-header--desktop .c-header__row-bottom nav.c-top-menu .c-top-menu__list .c-top-menu__item--has-children .c-top-menu__submenu .c-product-grid__item {
  --font-size-compact: 14px;
}

@media screen and (min-width: 768px) {
  .c-header--desktop .c-header__row-bottom nav.c-top-menu .c-top-menu__list .c-top-menu__item--has-children .c-top-menu__submenu .c-product-grid__item .c-product-grid__details {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .c-header--desktop .c-header__row-bottom nav.c-top-menu .c-top-menu__list .c-top-menu__item--has-children .c-top-menu__submenu .c-product-grid__item--compact .c-product-grid__atc {
    top: auto !important;
    bottom: 0;
  }
}
.c-header--desktop .c-header__row-bottom nav.c-top-menu .c-top-menu__list .c-top-menu__item--has-children .c-top-menu__submenu .c-ip-heading__inner {
  font-size: 26px;
  font-weight: 400;
}

.c-header--desktop .c-header__row-bottom nav.c-top-menu .c-top-menu__list .c-top-menu__item--has-children .c-top-menu__submenu .woocommerce-loop-category__title {
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
}

.c-header--desktop .elementor-widget-n-tabs .e-n-tabs-heading {
  gap: 20px;
  padding: 45px 0 0;
  margin-inline: auto;
  max-width: 940px;
  width: 100%;
  margin-bottom: 15px;
  border-bottom: 1px solid #ededed;
}

.c-header--desktop .elementor-widget-n-tabs .e-n-tabs-heading .e-n-tab-title {
  padding: 0 0 10px;
  background: transparent !important;
  color: #000 !important;
  position: relative;
  cursor: pointer;
}

.c-header--desktop .elementor-widget-n-tabs .e-n-tabs-heading .e-n-tab-title::after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #c6ad8a;
  position: absolute;
  inset-inline: 0;
  bottom: -1px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right;
  transform-origin: right;
  will-change: transform;
  -webkit-transition: 0.3s -webkit-transform ease-in-out;
  transition: 0.3s -webkit-transform ease-in-out;
  transition: 0.3s transform ease-in-out;
  transition: 0.3s transform ease-in-out, 0.3s -webkit-transform ease-in-out;
}

.c-header--desktop .elementor-widget-n-tabs .e-n-tabs-heading .e-n-tab-title .e-n-tab-title-text {
  font-size: 14px;
}

.c-header--desktop .elementor-widget-n-tabs .e-n-tabs-heading .e-n-tab-title[aria-selected=true] {
  background: transparent;
  color: #000;
}

.c-header--desktop .elementor-widget-n-tabs .e-n-tabs-heading .e-n-tab-title[aria-selected=true]::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left;
  transform-origin: left;
}

.c-header--desktop .elementor-widget-n-tabs .e-n-tabs-heading .e-n-tab-title[aria-selected=true] .e-n-tab-title-text {
  color: #000000;
}

@media screen and (min-width: 1190px) {
  .c-header--desktop.c-header--sticky {
    -webkit-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    top: -85px !important;
    -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }
}
@media screen and (max-width: 576px) {
  .c-shop-sidebar {
    width: 100% !important;
  }
}
.c-header__menu {
  -webkit-transform: translate3d(-100%, 0, 0) !important;
  transform: translate3d(-100%, 0, 0) !important;
  -webkit-transition: all 0.6s cubic-bezier(0.85, 0, 0.15, 1) !important;
  transition: all 0.6s cubic-bezier(0.85, 0, 0.15, 1) !important;
}

.c-header__menu.c-header__menu--active {
  -webkit-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
  z-index: 99999;
}

@media screen and (max-width: 576px) {
  .c-header-search__tip {
    font-size: 30px;
    max-width: 200px;
    margin: 0 auto;
  }
}
.book-appointment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 7px;
  font-size: 13px;
  font-weight: 600;
}

@media screen and (min-width: 768px) {
  .book-appointment {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 400;
  }
}
@media screen and (min-width: 1190px) {
  .book-appointment {
    font-size: 15px;
  }
}
.c-header-search__shadow {
  background-color: #fff !important;
}

.c-sub-categories__thumb-wrap {
  border-radius: 0 !important;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
}

.c-page-header__sub-cat-item--current .c-sub-categories__thumb-wrap {
  border-color: #dea784;
}

@media screen and (min-width: 1190px) {
  .c-top-menu__item > .c-top-menu__submenu,
  .c-top-menu__subitem--collapse > .c-top-menu__submenu {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .c-top-menu__subitem--collapse:hover > .c-top-menu__submenu,
  .c-top-menu__item:hover > .c-top-menu__submenu {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}
.mob-sub-menu-item {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  z-index: 1200;
  width: 100%;
  height: 100dvh;
  background: #fff;
  padding: 0;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1) !important;
  transition: -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1) !important;
  transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1) !important;
  transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1) !important;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  overscroll-behavior-y: none !important;
}

.mob-sub-menu-item .elementor-widget-wrap {
  height: 100dvh !important;
  padding: 0 !important;
  border: none !important;
  display: block !important;
  position: relative;
  overflow: hidden !important;
}

.mob-sub-menu-item .elementor-widget-wrap .elementor-button-wrapper {
  padding-top: 60px;
  position: relative;
}

.mob-sub-menu-item .elementor-widget-wrap .elementor-button-wrapper .elementor-button {
  position: absolute;
  left: 12px;
  top: 10px;
  color: #000 !important;
  background-color: transparent !important;
  padding: 12px 25px 12px 0 !important;
}

.mob-sub-menu-item .elementor-widget-wrap .collection-menu-grid {
  overflow-x: hidden !important;
  overflow-y: scroll !important;
  height: calc(100% - 60px);
  max-height: calc(100% - 60px);
}

.mob-sub-menu-item.active {
  pointer-events: all;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.c-header--mobile {
  border-bottom: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.c-header--mobile .c-header__row .c-header__menu-button {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.c-header--mobile .c-header__row .c-header__menu-button::before {
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  background-color: #000;
}

.c-header--mobile .c-header__row .c-header__menu-button i {
  display: block;
  height: 2px;
  width: 20px;
  font-size: 0;
  background: #000;
  margin: 5px 4px 5px 0;
}

.c-header--mobile .c-header__row .c-header__menu-button::after {
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  background-color: #000;
}

.c-header--mobile .c-header__row .c-header__col-mobile-buttons--1 {
  font-size: 20px;
}

.c-header--mobile.c-header--sticky {
  -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.collection-menu-grid {
  overflow: hidden;
}

.collection-menu-grid .c-ip-image-list-3__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -6px;
  padding: 0 12px;
}

.collection-menu-grid .c-ip-image-list-3__list > .c-ip-image-list-3__item {
  width: 50%;
  padding: 6px;
}
.collection-menu-grid .c-ip-image-list-3__list > .c-ip-image-list-3__item img {
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  will-change: transform;
  overflow: hidden;
}
@media (hover: hover) {
  .collection-menu-grid .c-ip-image-list-3__list > .c-ip-image-list-3__item:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

@media screen and (min-width: 640px) {
  .collection-menu-grid .c-ip-image-list-3__list > .c-ip-image-list-3__item {
    width: 33.3333%;
  }
}
@media screen and (min-width: 768px) {
  .collection-menu-grid .c-ip-image-list-3__list > .c-ip-image-list-3__item {
    width: 25%;
  }
}
@media screen and (min-width: 768px) {
  .collection-menu-grid .c-ip-image-list-3__list > .c-ip-image-list-3__item {
    width: 20%;
  }
}
.collection-menu-grid .c-ip-image-list-3__list > .c-ip-image-list-3__item a {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.collection-menu-grid .c-ip-image-list-3__list > .c-ip-image-list-3__item a > img {
  width: 100% !important;
  height: auto !important;
  -o-object-fit: cover;
  object-fit: cover;
  position: static !important;
}

.collection-menu-grid .c-ip-image-list-3__list > .c-ip-image-list-3__item a .c-ip-image-list-3__shadow {
  display: none !important;
}

.collection-menu-grid .c-ip-image-list-3__list > .c-ip-image-list-3__item a .c-ip-image-list-3__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 10px 0;
  position: static !important;
  height: auto !important;
}

.collection-menu-grid .c-ip-image-list-3__list > .c-ip-image-list-3__item a .c-ip-image-list-3__wrap::before {
  display: none;
}

.collection-menu-grid .c-ip-image-list-3__list > .c-ip-image-list-3__item a .c-ip-image-list-3__wrap::after {
  display: none;
}

.collection-menu-grid .c-ip-image-list-3__list > .c-ip-image-list-3__item a .c-ip-image-list-3__wrap .c-ip-image-list-3__title {
  text-align: center;
  color: #474747;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-family: AvertaStd-Regular;
}

.collection-menu-grid .c-ip-image-list-3__list .owl-item a {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.collection-menu-grid .c-ip-image-list-3__list .owl-item a > img {
  width: 100% !important;
  height: auto !important;
  -o-object-fit: cover;
  object-fit: cover;
  position: static !important;
}

.collection-menu-grid .c-ip-image-list-3__list .owl-item a .c-ip-image-list-3__shadow {
  display: none !important;
}

.collection-menu-grid .c-ip-image-list-3__list .owl-item a .c-ip-image-list-3__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 10px 0;
  position: static !important;
  height: auto !important;
}

.collection-menu-grid .c-ip-image-list-3__list .owl-item a .c-ip-image-list-3__wrap::before {
  display: none;
}

.collection-menu-grid .c-ip-image-list-3__list .owl-item a .c-ip-image-list-3__wrap::after {
  display: none;
}

.collection-menu-grid .c-ip-image-list-3__list .owl-item a .c-ip-image-list-3__wrap .c-ip-image-list-3__title {
  text-align: center;
  color: #474747;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-family: AvertaStd-Regular;
}

.c-mobile-menu__submenu .c-mobile-menu__subitem {
  display: none;
}

.elementor-widget-ideapark-mega-menu .c-ip-mega-menu .c-ip-mega-menu__list .c-ip-mega-menu__item {
  position: relative;
}

.elementor-widget-ideapark-mega-menu .c-ip-mega-menu .c-ip-mega-menu__list .c-ip-mega-menu__item .c-ip-mega-menu__item-link {
  display: block;
}

.elementor-widget-ideapark-mega-menu .c-ip-mega-menu .c-ip-mega-menu__list .c-ip-mega-menu__item .c-ip-mega-menu__item-link::after {
  content: var(--icon-submenu);
  font-family: var(--font-icons);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  width: 52px;
  height: 100%;
  font-size: 7px;
}

.c-header-search__form {
  padding-bottom: 40px;
}

.c-header-search__form .c-header-search__input-block .c-header-search__input {
  font-size: 16px;
}

.c-header-search__form .c-header-search__input-block .c-header-search__input::-webkit-input-placeholder {
  font-size: 16px;
}

.c-header-search__form .c-header-search__input-block .c-header-search__input::-moz-placeholder {
  font-size: 16px;
}

.c-header-search__form .c-header-search__input-block .c-header-search__input:-ms-input-placeholder {
  font-size: 16px;
}

.c-header-search__form .c-header-search__input-block .c-header-search__input::-ms-input-placeholder {
  font-size: 16px;
}

.c-header-search__form .c-header-search__input-block .c-header-search__input::placeholder {
  font-size: 16px;
}

.c-header-search__result .c-header-search__row .c-header-search__thumb {
  width: 100px;
  height: 100px;
}

@media screen and (min-width: 1190px) {
  .c-header-search__result .c-header-search__row .c-header-search__thumb {
    margin-right: 25px;
  }
}
.c-header-search__result .c-header-search__row .c-header-search__col .c-header-search__category-list {
  font-size: 10px;
  margin-bottom: 5px;
}

.c-header-search__result .c-header-search__row .c-header-search__col .c-header-search__title {
  font-size: 16px;
}

.c-header-search__result .c-header-search__row .c-header-search__col .c-header-search__price {
  margin-top: 5px;
  font-size: 14px;
}

.c-ip-slider__item {
  min-height: auto !important;
  height: 0 !important;
  max-height: -webkit-max-content !important;
  max-height: -moz-max-content !important;
  max-height: max-content !important;
  padding-bottom: 38.8808139535% !important;
  padding-bottom: 125% !important;
}

@media screen and (min-width: 576px) {
  .c-ip-slider__item {
    padding-bottom: 75% !important;
  }
}
@media screen and (min-width: 768px) {
  .c-ip-slider__item {
    padding-bottom: 56.25% !important;
  }
}
@media screen and (min-width: 1190px) {
  .c-ip-slider__item {
    padding-bottom: 43.6046511628% !important;
  }
}
.c-ip-slider__item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}

.c-ip-slider__item img {
  z-index: 0;
}

.c-ip-slider__item .c-ip-slider__wrap .c-ip-slider__title .c-ip-slider__title-inner {
  color: #fff;
}

.c-ip-slider__item .c-ip-slider__wrap .c-ip-slider__subtitle .c-ip-slider__subtitle-inner {
  color: #fff;
}

.c-ip-slider__item .c-ip-slider__wrap a.c-button {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  padding: 0;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-ip-slider__item .c-ip-slider__wrap a.c-button::before {
  content: "";
  display: none;
  height: 1px;
  background-color: #fff;
  width: 0;
  margin-right: 0;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

@media screen and (min-width: 1190px) {
  .c-ip-slider__item .c-ip-slider__wrap a.c-button::before {
    display: block;
  }
}
@media screen and (hover: hover) {
  .c-ip-slider__item .c-ip-slider__wrap a.c-button:hover {
    background-color: transparent;
    color: #fff;
    border: none;
  }
  .c-ip-slider__item .c-ip-slider__wrap a.c-button:hover::before {
    width: 10px;
    margin-right: 8px;
  }
}
@media screen and (min-width: 768px) {
  .c-ip-slider__item .c-ip-slider__wrap a.c-button {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.home-solene-banner .elementor-container {
  --arackkal-gutter-x: 0;
  --arackkal-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--arackkal-gutter-x) * 0.5);
  padding-left: calc(var(--arackkal-gutter-x) * 0.5);
  margin-inline: auto;
  max-width: 1376px;
}

@media screen and (min-width: 64.0625rem) {
  .my-custom-wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.elementor-17 .elementor-element.elementor-element-98ccba9 .elementor-heading-title {
  line-height: 1.3 !important;
}

.c-ip-heading--large {
  line-height: 1.3 !important;
}

@media screen and (max-width: 1599px) {
  .c-ip-heading--large {
    font-size: 42px !important;
  }
}
@media screen and (max-width: 1399px) {
  .c-ip-heading--large {
    font-size: 38px !important;
  }
}
@media screen and (max-width: 1199px) {
  .c-ip-heading--large {
    font-size: 36px !important;
  }
}
@media screen and (max-width: 991px) {
  .c-ip-heading--large {
    font-size: 32px !important;
  }
}
@media screen and (max-width: 767px) {
  .c-ip-heading--large {
    font-size: 30px !important;
  }
}
@media screen and (max-width: 575px) {
  .c-ip-heading--large {
    font-size: 24px !important;
  }
}
.about-solene {
  padding: 40px 0 !important;
}

@media screen and (max-width: 575px) {
  .about-solene {
    background-size: 226px auto !important;
  }
}
.about-solene .elementor-container {
  --arackkal-gutter-x: 0;
  --arackkal-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--arackkal-gutter-x) * 0.5);
  padding-left: calc(var(--arackkal-gutter-x) * 0.5);
  margin-inline: auto;
  max-width: 1376px;
  min-height: 1px !important;
}

.about-solene .elementor-heading-title {
  max-width: 350px;
  margin-inline: auto;
  font-size: 18px !important;
}

@media screen and (min-width: 575px) {
  .about-solene .elementor-heading-title {
    max-width: 360px;
    font-size: 20px !important;
  }
}
@media screen and (min-width: 768px) {
  .about-solene .elementor-heading-title {
    max-width: 400px;
    font-size: 22px !important;
  }
}
@media screen and (min-width: 992px) {
  .about-solene .elementor-heading-title {
    max-width: 470px;
    font-size: 26px !important;
  }
}
@media screen and (min-width: 1200px) {
  .about-solene .elementor-heading-title {
    max-width: 500px;
    font-size: 28px !important;
  }
}
@media screen and (min-width: 1400px) {
  .about-solene .elementor-heading-title {
    max-width: 530px;
    font-size: 30px !important;
  }
}
@media screen and (min-width: 1600px) {
  .about-solene .elementor-heading-title {
    max-width: 600px;
    font-size: 32px !important;
  }
}
.about-solene .elementor-widget-text-editor .elementor-widget-container p {
  font-size: 14px;
  line-height: 1.8;
}

@media screen and (min-width: 576px) {
  .about-solene .elementor-widget-text-editor .elementor-widget-container p {
    font-size: 16px;
  }
}
@media screen and (min-width: 992px) {
  .about-solene .elementor-widget-text-editor .elementor-widget-container p {
    font-size: 18px;
  }
}
@media screen and (min-width: 992px) {
  .about-solene .elementor-widget-text-editor .elementor-widget-container p {
    font-size: 19px;
  }
}
.section-icons .elementor-container {
  --arackkal-gutter-x: 0;
  --arackkal-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--arackkal-gutter-x) * 0.5);
  padding-left: calc(var(--arackkal-gutter-x) * 0.5);
  margin-inline: auto;
  max-width: 1376px;
}

.section-icons .elementor-container .c-ip-icon-list-1__list li {
  width: 100% !important;
  padding: 0 15px;
}

@media screen and (min-width: 768px) {
  .section-icons .elementor-container .c-ip-icon-list-1__list li {
    width: 33.3333% !important;
  }
}
.solene-collections {
  border-width: 0px !important;
  background-color: #fff;
  padding-top: 0 !important;
  padding-bottom: 50px !important;
}

@media screen and (min-width: 576px) {
  .solene-collections {
    padding-top: 0 !important;
    padding-bottom: 60px !important;
  }
}
@media screen and (min-width: 768px) {
  .solene-collections {
    padding-top: 0 !important;
    padding-bottom: 70px !important;
  }
}
@media screen and (min-width: 992px) {
  .solene-collections {
    padding-top: 0 !important;
    padding-bottom: 80px !important;
  }
}
@media screen and (min-width: 1190px) {
  .solene-collections {
    padding-top: 0 !important;
    padding-bottom: 90px !important;
  }
}
.solene-collections .c-ip-banners--layout-1 .c-ip-banners__list::before,
.solene-collections .c-ip-banners--layout-1 .c-ip-banners__list::after {
  display: none !important;
}

.solene-collections .elementor-container {
  --arackkal-gutter-x: 0;
  --arackkal-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--arackkal-gutter-x) * 0.5);
  padding-left: calc(var(--arackkal-gutter-x) * 0.5);
  margin-inline: auto;
  max-width: 1376px;
}

.solene-collections .c-ip-banners__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  row-gap: 30px;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  height: auto !important;
}

.solene-collections .c-ip-banners__list .c-ip-banners__item {
  width: 100%;
  padding: 0;
  height: auto !important;
  -webkit-box-ordinal-group: unset !important;
  -ms-flex-order: unset !important;
  order: unset !important;
  opacity: 1 !important;
}

@media screen and (min-width: 768px) {
  .solene-collections .c-ip-banners__list .c-ip-banners__item {
    width: calc(50% - 10px);
    padding: 0;
  }
}
.solene-collections .c-ip-banners__list .c-ip-banners__item > img {
  position: static;
}

.solene-collections .c-ip-banners__list .c-ip-banners__item .c-ip-banners__wrap {
  padding-top: 15px;
  max-width: 100%;
  height: auto;
  text-align: center;
}

.solene-collections .c-ip-banners__list .c-ip-banners__item .c-ip-banners__wrap .c-ip-banners__subheader {
  font-size: 16px;
}

.solene-collections .c-ip-banners__list .c-ip-banners__item .c-ip-banners__wrap .c-ip-banners__header {
  color: #898989;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 0;
}

.solene-collections .c-ip-banners__list .c-ip-banners__item .c-ip-banners__wrap .c-ip-banners__button {
  font-size: 13px;
  margin-top: 10px;
  margin-bottom: 0;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-transform: capitalize;
}

.solene-collections .c-ip-banners__list .c-ip-banners__item .c-ip-banners__wrap .c-ip-banners__button i {
  display: none;
}

.solene-collections .c-ip-banners__list .c-ip-banners__item .c-ip-banners__link {
  border: none !important;
}

@media screen and (hover: hover) {
  .solene-collections .c-ip-banners__list .c-ip-banners__item:hover .c-ip-banners__wrap .c-ip-banners__button {
    color: var(--e-global-color-1f7b68c);
  }
}
.categories-content-section {
  padding: 40px 0;
}

@media screen and (min-width: 768px) {
  .categories-content-section {
    padding: 40px 0;
  }
}
@media screen and (min-width: 1190px) {
  .categories-content-section {
    padding: 60px 0;
  }
}
.categories-content-section .categories-content {
  --arackkal-gutter-x: 1.5rem;
  --arackkal-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--arackkal-gutter-x) * 0.5);
  padding-left: calc(var(--arackkal-gutter-x) * 0.5);
  margin-inline: auto;
}

@media screen and (min-width: 576px) {
  .categories-content-section .categories-content {
    max-width: 540px;
  }
}
@media screen and (min-width: 768px) {
  .categories-content-section .categories-content {
    max-width: 720px;
  }
}
@media screen and (min-width: 992px) {
  .categories-content-section .categories-content {
    max-width: 960px;
  }
}
@media screen and (min-width: 1200px) {
  .categories-content-section .categories-content {
    max-width: 1140px;
  }
}
@media screen and (min-width: 1400px) {
  .categories-content-section .categories-content {
    max-width: 1320px;
  }
}
@media screen and (min-width: 1500px) {
  .categories-content-section .categories-content {
    max-width: 1420px;
  }
}
@media screen and (min-width: 1600px) {
  .categories-content-section .categories-content {
    max-width: 1520px;
  }
}
@media screen and (min-width: 1700px) {
  .categories-content-section .categories-content {
    max-width: 1620px;
  }
}
@media screen and (min-width: 1800px) {
  .categories-content-section .categories-content {
    max-width: 1720px;
  }
}
@media screen and (min-width: 1900px) {
  .categories-content-section .categories-content {
    max-width: 1820px;
  }
}
.categories-content-section .categories-content p {
  width: 100%;
  max-width: 687px;
  --container-widget-width: 687px;
  --container-widget-flex-grow: 0;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  line-height: 32px;
  letter-spacing: 0.285px;
  color: #000000;
  margin-inline: auto;
}

@media screen and (min-width: 576px) {
  .categories-content-section .categories-content p {
    font-size: 16px;
  }
}
@media screen and (min-width: 992px) {
  .categories-content-section .categories-content p {
    font-size: 19px;
  }
}
.solene-categories {
  padding-left: 0;
  padding-right: 0;
}

.solene-categories .elementor-container {
  --arackkal-gutter-x: 0;
  --arackkal-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--arackkal-gutter-x) * 0.5);
  padding-left: calc(var(--arackkal-gutter-x) * 0.5);
  margin-inline: auto;
  max-width: 1376px;
}

@media screen and (min-width: 1190px) {
  .solene-categories .c-ip-image-list-1__list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.solene-shophistory {
  width: 100vw;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  padding: 0 0 20px !important;
}

.solene-producttabs {
  padding-top: 12px !important;
  padding-bottom: 50px !important;
}

@media screen and (min-width: 576px) {
  .solene-producttabs {
    padding-top: 22px !important;
    padding-bottom: 60px !important;
  }
}
@media screen and (min-width: 768px) {
  .solene-producttabs {
    padding-top: 32px !important;
    padding-bottom: 70px !important;
  }
}
@media screen and (min-width: 992px) {
  .solene-producttabs {
    padding-top: 42px !important;
    padding-bottom: 80px !important;
  }
}
@media screen and (min-width: 1190px) {
  .solene-producttabs {
    padding-top: 52px !important;
    padding-bottom: 90px !important;
  }
}
.solene-producttabs .c-product-grid__list {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.solene-producttabs .c-ip-product-tabs__list {
  --arackkal-gutter-x: 1.5rem;
  --arackkal-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--arackkal-gutter-x) * 0.5);
  padding-left: calc(var(--arackkal-gutter-x) * 0.5);
  margin-inline: auto;
}

@media screen and (min-width: 576px) {
  .solene-producttabs .c-ip-product-tabs__list {
    max-width: 540px;
  }
}
@media screen and (min-width: 768px) {
  .solene-producttabs .c-ip-product-tabs__list {
    max-width: 720px;
  }
}
@media screen and (min-width: 992px) {
  .solene-producttabs .c-ip-product-tabs__list {
    max-width: 960px;
  }
}
@media screen and (min-width: 1200px) {
  .solene-producttabs .c-ip-product-tabs__list {
    max-width: 1140px;
  }
}
@media screen and (max-width: 1189px) {
  .solene-producttabs .c-ip-product-tabs__list .l-section {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media screen and (min-width: 1190px) {
  .solene-producttabs .c-ip-product-tabs__list .l-section {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .solene-sellers {
    padding-top: 0;
  }
}
.solene-sellers .c-product-grid__item {
  --font-size-compact: 14px;
}

@media screen and (min-width: 768px) {
  .solene-sellers .c-product-grid__item .add_to_cart_button,
  .solene-sellers .c-product-grid__item .added_to_cart {
    margin-top: 0;
  }
}
.solene-sellers .c-product-grid__item .c-product-grid__details {
  padding-left: 20px;
}

@media screen and (min-width: 768px) {
  .solene-sellers .c-product-grid__item .c-product-grid__details {
    margin-top: 0;
  }
}
.solene-sellers .c-product-grid__item .c-product-grid__details .c-product-grid__title-wrap .woocommerce-loop-product__title {
  line-height: 1.5;
  margin-top: 5px;
}

.solene-sellers .c-product-grid__item .c-product-grid__details .c-product-grid__price-wrap {
  margin-top: 5px;
}

.solene-sellers .elementor-section {
  border: none !important;
}

.solene-sellers .elementor-element-populated {
  border: none !important;
}

.c-product-grid__item {
  --font-size: 14px;
  --font-size-mobile-1-rows: 14px;
  --font-size-mobile-2-rows: 14px;
  --font-size-compact-mobile: 14px;
}

.c-product-grid__item .button {
  min-height: 36px;
  font-size: 12px;
  line-height: 1;
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .c-product-grid__item .button {
    margin-top: -60px;
    height: 45px;
    max-width: calc(100% - 30px);
    margin-left: auto;
    margin-right: auto;
  }
}
.c-product-grid__item .c-product-grid__details {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .c-product-grid__item .c-product-grid__details {
    margin-top: 30px;
  }
}
.c-product-grid__item .c-product-grid__details .c-product-grid__title-wrap .c-product-grid__short-desc {
  display: none;
}

.c-product-grid__item .add_to_cart_button,
.c-product-grid__item .added_to_cart {
  min-height: 36px;
  font-size: 12px;
  line-height: 1;
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .c-product-grid__item .add_to_cart_button,
  .c-product-grid__item .added_to_cart {
    margin-top: -60px;
    height: 45px;
    max-width: calc(100% - 30px);
    margin-left: auto;
    margin-right: auto;
  }
}
.c-product-grid__item .c-product-grid__price-wrap {
  font-size: 14px;
  line-height: 1.3;
  margin-top: 10px;
}

.solene-jewelery {
  width: 100vw;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
}

.solene-jewelery .elementor-container {
  --arackkal-gutter-x: 0;
  --arackkal-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--arackkal-gutter-x) * 0.5);
  padding-left: calc(var(--arackkal-gutter-x) * 0.5);
  margin-inline: auto;
  max-width: 1376px;
}

@media screen and (hover: hover) {
  .solene-jewelery .c-button:hover {
    background-color: #000;
    color: #fff;
  }
}
.solene-blogs {
  padding-top: 45px !important;
  padding-bottom: 50px !important;
}

@media screen and (min-width: 576px) {
  .solene-blogs {
    padding-top: 50px !important;
    padding-bottom: 60px !important;
  }
}
@media screen and (min-width: 768px) {
  .solene-blogs {
    padding-top: 50px !important;
    padding-bottom: 70px !important;
  }
}
@media screen and (min-width: 992px) {
  .solene-blogs {
    padding-top: 65px !important;
    padding-bottom: 80px !important;
  }
}
@media screen and (min-width: 1190px) {
  .solene-blogs {
    padding-top: 70px !important;
    padding-bottom: 90px !important;
  }
}
.solene-blogs .elementor-container {
  --arackkal-gutter-x: 0;
  --arackkal-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--arackkal-gutter-x) * 0.5);
  padding-left: calc(var(--arackkal-gutter-x) * 0.5);
  margin-inline: auto;
  max-width: 1376px;
}

.solene-blogs .elementor-container .l-section {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.solene-blogs .owl-carousel .owl-nav .owl-prev {
  left: 0;
  background: #ffffff;
  border: 1px solid #efefef;
  font-size: 20px !important;
  opacity: 0.5;
}

@media screen and (hover: hover) {
  .solene-blogs .owl-carousel .owl-nav .owl-prev:hover {
    opacity: 1;
  }
}
.solene-blogs .owl-carousel .owl-nav .owl-prev.disabled {
  opacity: 0;
}

@media screen and (hover: hover) {
  .solene-blogs .owl-carousel .owl-nav .owl-prev.disabled:hover {
    opacity: 0;
  }
}
.solene-blogs .owl-carousel .owl-nav .owl-next {
  right: 0;
  background: #ffffff;
  border: 1px solid #efefef;
  font-size: 20px !important;
  opacity: 0.5;
}

@media screen and (hover: hover) {
  .solene-blogs .owl-carousel .owl-nav .owl-next:hover {
    opacity: 1;
  }
}
.solene-blogs .owl-carousel .owl-nav .owl-next.disabled {
  opacity: 0;
}

@media screen and (hover: hover) {
  .solene-blogs .owl-carousel .owl-nav .owl-next.disabled:hover {
    opacity: 0;
  }
}
@media screen and (min-width: 1190px) {
  .c-post-list .c-post-list__wrap {
    padding: 20px 25px;
  }
}
.c-post-list .c-post-list__wrap .c-post-list__meta-date {
  top: -45px !important;
  line-height: 1;
  padding: 5px 10px 6px;
  font-size: 10px;
}

@media screen and (min-width: 1190px) {
  .c-post-list .c-post-list__wrap .c-post-list__meta-date {
    padding: 5px 10px 4px;
    font-size: 12px;
  }
}
.c-post-list .c-post-list__wrap .c-post-list__header {
  font-size: 16px;
  line-height: 1.6;
}

@media screen and (min-width: 576px) {
  .c-post-list .c-post-list__wrap .c-post-list__header {
    font-size: 17px;
  }
}
.c-post-list .c-post-list__wrap .c-post-list__except {
  font-size: 14px;
  line-height: 1.4;
  margin-top: 10px;
}

.c-post-list .c-post-list__wrap .c-post-list__bottom-wrap {
  padding-top: 10px;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.c-post-list .c-post-list__wrap .c-post-list__bottom-wrap .c-post-list__meta-category {
  display: none !important;
  margin-top: 0;
  margin-bottom: 10px;
}

.c-post-list .c-post-list__wrap .c-post-list__bottom-wrap .c-post-list__meta-category .c-post-list__categories-item-link {
  font-size: 10px;
}

.c-post-list .c-post-list__wrap .c-post-list__bottom-wrap .c-post-list__continue {
  margin-top: 0;
}

.c-product-grid__item--1-per-row-mobile {
  width: 50%;
  padding-left: 5px;
  padding-right: 5px;
}

@media screen and (min-width: 576px) {
  .c-product-grid__item--1-per-row-mobile {
    width: 33.3333%;
  }
}
@media screen and (min-width: 768px) {
  .c-product-grid__item--1-per-row-mobile {
    padding-left: 0;
    padding-right: 0;
    width: calc((100% - 40px) / 4);
  }
}
@media screen and (min-width: 1200px) {
  .c-product-grid__item--1-per-row-mobile {
    width: calc((100% - 50px) / 5);
  }
}
@media screen and (min-width: 1600px) {
  .c-product-grid__item--1-per-row-mobile {
    width: calc((100% - 60px) / 6);
  }
}
.entry-content,
.elementor-widget-text-editor {
  font-size: 14px;
}

.c-page-header {
  border-bottom: none !important;
}

.single-product .c-product__wrap {
  --arackkal-gutter-x: 1.5rem;
  --arackkal-gutter-y: 0;
  width: 100%;
  margin-inline: auto;
}

@media screen and (min-width: 576px) {
  .single-product .c-product__wrap {
    padding-right: calc(var(--arackkal-gutter-x) * 0.5);
    padding-left: calc(var(--arackkal-gutter-x) * 0.5);
    max-width: 540px;
  }
}
@media screen and (min-width: 768px) {
  .single-product .c-product__wrap {
    max-width: 720px;
  }
}
@media screen and (min-width: 992px) {
  .single-product .c-product__wrap {
    max-width: 960px;
  }
}
@media screen and (min-width: 1200px) {
  .single-product .c-product__wrap {
    max-width: 1140px;
  }
}
@media screen and (min-width: 1400px) {
  .single-product .c-product__wrap {
    max-width: 1320px;
  }
}
@media screen and (min-width: 1500px) {
  .single-product .c-product__wrap {
    max-width: 1420px;
  }
}
.single-product .c-product__wrap .c-product__col-1 {
  border-bottom: none !important;
}

.single-product .c-product__wrap .c-product__col-2 {
  border-bottom: none !important;
  border-left: none !important;
}

.single-product .c-product__wrap .c-product__col-2 .summary .c-product__title {
  --font-size-mobile: 24px;
  --font-size-desktop: 24px;
  line-height: 1.3;
  margin-top: 20px;
  line-height: 1.3 !important;
}

@media screen and (max-width: 1199px) {
  .single-product .c-product__wrap .c-product__col-2 .summary .c-product__title {
    --font-size-desktop: 36px !important;
    --font-size-mobile: 36px !important;
  }
}
@media screen and (max-width: 991px) {
  .single-product .c-product__wrap .c-product__col-2 .summary .c-product__title {
    --font-size-desktop: 32px !important;
    --font-size-mobile: 32px !important;
  }
}
@media screen and (max-width: 767px) {
  .single-product .c-product__wrap .c-product__col-2 .summary .c-product__title {
    --font-size-desktop: 30px !important;
    --font-size-mobile: 30px !important;
  }
}
@media screen and (max-width: 575px) {
  .single-product .c-product__wrap .c-product__col-2 .summary .c-product__title {
    --font-size-desktop: 24px !important;
    --font-size-mobile: 24px !important;
  }
}
.single-product .c-product__wrap .c-product__col-2 .summary .price {
  margin-top: 20px;
}

.single-product .c-product__wrap .c-product__col-2 .summary .c-product__short-description {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.single-product .c-product__wrap .c-product__col-2 .summary .c-product__atc-wrap {
  margin-top: 20px;
}

.single-product .c-product__wrap .c-product__col-2 .summary .c-product__buttons-wrap {
  margin-top: 35px;
}

.single-product .c-product__products--related {
  padding-left: 0;
  padding-right: 0;
}

.single-product .c-product__products--related > .c-product-grid__wrap {
  --arackkal-gutter-x: 1.5rem;
  --arackkal-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--arackkal-gutter-x) * 0.5);
  padding-left: calc(var(--arackkal-gutter-x) * 0.5);
  margin-inline: auto;
}

@media screen and (min-width: 576px) {
  .single-product .c-product__products--related > .c-product-grid__wrap {
    max-width: 540px;
  }
}
@media screen and (min-width: 768px) {
  .single-product .c-product__products--related > .c-product-grid__wrap {
    max-width: 720px;
  }
}
@media screen and (min-width: 992px) {
  .single-product .c-product__products--related > .c-product-grid__wrap {
    max-width: 960px;
  }
}
@media screen and (min-width: 1200px) {
  .single-product .c-product__products--related > .c-product-grid__wrap {
    max-width: 1140px;
  }
}
@media screen and (min-width: 1400px) {
  .single-product .c-product__products--related > .c-product-grid__wrap {
    max-width: 1320px;
  }
}
@media screen and (min-width: 1500px) {
  .single-product .c-product__products--related > .c-product-grid__wrap {
    max-width: 1420px;
  }
}
.single-product .c-product__products--related > .c-product-grid__wrap .c-product-grid__list > .c-product-grid__item {
  width: calc(50% - 10px);
}

@media screen and (min-width: 768px) {
  .single-product .c-product__products--related > .c-product-grid__wrap .c-product-grid__list > .c-product-grid__item {
    width: calc(33.3333% - 10px);
  }
}
@media screen and (min-width: 1024px) {
  .single-product .c-product__products--related > .c-product-grid__wrap .c-product-grid__list > .c-product-grid__item {
    width: calc(25% - 10px);
  }
}
@media screen and (max-width: 1189px) {
  .single-product .c-product__after-summary {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-product:not(.c-product--quick-view) .c-product__atc-row-1--sticky {
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px -4px 12px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px -4px 12px;
  }
}
@media screen and (min-width: 768px) {
  .woocommerce-product-gallery {
    gap: 10px;
  }
}
@media screen and (min-width: 768px) {
  .woocommerce-product-gallery .c-product__slider-item:not(:first-child) {
    width: calc(33.33333% - 6.6666666667px);
    height: 0;
    padding-bottom: calc(var(--image-product-prop) / 3 - 10px);
  }
}
.woocommerce-product-gallery .c-product__slider-item:not(:first-child) .c-product__round {
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-left: -20px;
  margin-top: -20px;
  font-size: 14px;
}

.woocommerce-product-gallery .c-product__slider-item:not(:first-child) .c-product__round::after {
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  :root {
    --image-product-prop: calc((3 / 2) * 100%);
  }
}
.c-product__slider-item img,
.c-product__slider-item .owl-video-wrapper {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.product-cat-banner {
  padding-bottom: 0 !important;
}

@media screen and (min-width: 64.0625rem) {
  .product-cat-banner {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.product-cat-banner .banner-content {
  --arackkal-gutter-x: 0;
  --arackkal-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--arackkal-gutter-x) * 0.5);
  padding-left: calc(var(--arackkal-gutter-x) * 0.5);
  margin-inline: auto;
  max-width: 1376px;
  min-height: auto !important;
  height: 0 !important;
  max-height: -webkit-max-content !important;
  max-height: -moz-max-content !important;
  max-height: max-content !important;
  padding-bottom: 38.8808139535% !important;
  padding-bottom: 125% !important;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (min-width: 576px) {
  .product-cat-banner .banner-content {
    padding-bottom: 75% !important;
  }
}
@media screen and (min-width: 768px) {
  .product-cat-banner .banner-content {
    padding-bottom: 56.25% !important;
  }
}
@media screen and (min-width: 1190px) {
  .product-cat-banner .banner-content {
    padding-bottom: 38.6046511628% !important;
  }
}
.c-button,
.comment-form .submit,
.wpcf7-form input[type=submit],
.wpcf7-form button,
.mc4wp-form-fields input[type=submit],
.mc4wp-form-fields button,
.woocommerce-button,
.woocommerce-Button,
.thwmscf-buttons input[type=button],
.order-again .button,
.c-account .edit,
.woocommerce-address-fields .button,
.woocommerce-form-login .button,
.widget .button,
.woocommerce-notice .button,
.woocommerce-store-notice__dismiss-link,
.woocommerce-widget-layered-nav-dropdown__submit,
.c-sidebar .wp-block-search .wp-block-search__button,
.c-sidebar .wc-block-product-search .wc-block-product-search__button,
.c-sidebar .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link,
.c-sidebar .wp-block-button__link,
.c-sidebar .wp-block-buttons > .wp-block-button.has-custom-font-size .wp-block-button__link,
.woobt-form .button {
  background-color: transparent;
  color: #181818;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media screen and (min-width: 576px) {
  .c-button,
  .comment-form .submit,
  .wpcf7-form input[type=submit],
  .wpcf7-form button,
  .mc4wp-form-fields input[type=submit],
  .mc4wp-form-fields button,
  .woocommerce-button,
  .woocommerce-Button,
  .thwmscf-buttons input[type=button],
  .order-again .button,
  .c-account .edit,
  .woocommerce-address-fields .button,
  .woocommerce-form-login .button,
  .widget .button,
  .woocommerce-notice .button,
  .woocommerce-store-notice__dismiss-link,
  .woocommerce-widget-layered-nav-dropdown__submit,
  .c-sidebar .wp-block-search .wp-block-search__button,
  .c-sidebar .wc-block-product-search .wc-block-product-search__button,
  .c-sidebar .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link,
  .c-sidebar .wp-block-button__link,
  .c-sidebar .wp-block-buttons > .wp-block-button.has-custom-font-size .wp-block-button__link,
  .woobt-form .button {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media screen and (hover: hover) {
  .c-button:hover,
  .comment-form .submit:hover,
  .wpcf7-form input[type=submit]:hover,
  .wpcf7-form button:hover,
  .mc4wp-form-fields input[type=submit]:hover,
  .mc4wp-form-fields button:hover,
  .woocommerce-button:hover,
  .woocommerce-Button:hover,
  .thwmscf-buttons input[type=button]:hover,
  .order-again .button:hover,
  .c-account .edit:hover,
  .woocommerce-address-fields .button:hover,
  .woocommerce-form-login .button:hover,
  .widget .button:hover,
  .woocommerce-notice .button:hover,
  .woocommerce-store-notice__dismiss-link:hover,
  .woocommerce-widget-layered-nav-dropdown__submit:hover,
  .c-sidebar .wp-block-search .wp-block-search__button:hover,
  .c-sidebar .wc-block-product-search .wc-block-product-search__button:hover,
  .c-sidebar .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:hover,
  .c-sidebar .wp-block-button__link:hover,
  .c-sidebar .wp-block-buttons > .wp-block-button.has-custom-font-size .wp-block-button__link:hover,
  .woobt-form .button:hover {
    background-color: #fff;
    color: #181818;
  }
}
@media screen and (max-width: 1189px) {
  .c-page-header__title {
    font-size: 24px !important;
  }
}
@media screen and (min-width: 1190px) {
  .c-page-header__title {
    font-size: 32px !important;
  }
}
.woocommerce-cart-form .shop_table_responsive {
  margin-bottom: -33px;
}

@media screen and (min-width: 576px) {
  .woocommerce-cart-form .shop_table_responsive {
    margin-bottom: -40px;
  }
}
.woocommerce-cart-form .shop_table_responsive .c-cart__shop-tbody .cart_item .c-cart__shop-td--product-name a {
  font-size: 14px;
  line-height: 1.4;
}

@media screen and (min-width: 1190px) {
  .woocommerce-cart-form .shop_table_responsive .c-cart__shop-tbody .cart_item .c-cart__shop-td--product-name a {
    font-size: 16px;
  }
}
.woocommerce-cart-form .button-primary {
  background-color: transparent;
  color: #181818;
  height: 40px;
  padding: 0 20px;
  border: 1px solid #000;
  font-size: 14px;
  margin-top: -10px;
}

@media screen and (min-width: 576px) {
  .woocommerce-cart-form .button-primary {
    padding: 0 30px;
    height: 50px;
  }
}
@media screen and (hover: hover) {
  .woocommerce-cart-form .button-primary:hover {
    background-color: #fff;
    color: #181818;
  }
}
.c-cart__collaterals {
  border: solid 1px #e1e1e1 !important;
}

@media (max-width: 1023px) and (min-width: 767px) {
  .c-cart__collaterals {
    border-right: none !important;
  }
}
@media screen and (max-width: 767px) {
  .c-cart__collaterals {
    border: none !important;
  }
}
.c-cart__coupon-header {
  font-size: 16px;
}

@media screen and (min-width: 1190px) {
  .c-cart__coupon-header {
    font-size: 18px;
  }
}
.c-cart__totals-tabl tr td .c-cart__sub-header {
  font-size: 20px;
  font-weight: 400;
}

.c-cart__totals-tabl tr th.c-cart__sub-sub-header {
  font-size: 16px;
}

@media screen and (min-width: 1190px) {
  .c-cart__totals-tabl tr th.c-cart__sub-sub-header {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .c-cart__col-1:after {
    border-color: #e1e1e1 !important;
  }
}
.woocommerce-checkout .c-cart__wrap .c-cart__customer-details .c-cart__header {
  font-size: 18px;
}

.woocommerce-checkout .c-cart__wrap .c-cart__review-order .c-cart__totals-table .cart_item .c-cart__totals-product-name {
  font-size: 14px;
}

@media screen and (min-width: 1190px) {
  .woocommerce-checkout .c-cart__wrap .c-cart__review-order .c-cart__totals-table .cart_item .c-cart__totals-product-name {
    font-size: 15px;
  }
}
.woocommerce-checkout .c-cart__wrap .c-cart__review-order .c-cart__totals-table .cart_item .c-cart__totals-price {
  font-size: 16px;
}

@media screen and (min-width: 1190px) {
  .woocommerce-checkout .c-cart__wrap .c-cart__review-order .c-cart__totals-table .cart_item .c-cart__totals-price {
    font-size: 18px;
  }
}
.woocommerce-checkout .c-cart__wrap .c-cart__review-order .c-cart__totals-table .c-cart__sub-header {
  font-size: 20px;
  font-weight: 400;
}

.woocommerce-checkout .c-cart__wrap .c-cart__review-order .c-cart__place-order-btn {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.checkbox,
.woocommerce-form__label {
  padding-left: 25px;
}

.checkbox .input-checkbox,
.woocommerce-form__label .input-checkbox {
  margin-left: -25px;
}

.checkbox h3,
.woocommerce-form__label h3 {
  font-size: inherit !important;
}

@media screen and (max-width: 767px) {
  .c-order__result-message {
    font-size: 24px;
    margin-top: 5px;
  }
}
@media screen and (max-width: 767px) {
  .c-order__details .c-order__details-item .c-order__details-title {
    font-size: 16px;
    font-weight: 400;
  }
}
.woocommerce-account .woocommerce-form-login .c-form__row .password-input .show-password-input.sa-default-btn-hide {
  display: block !important;
}

.woocommerce-account .woocommerce-form-login .c-form__row .password-input .smsalert_otp_btn_submit {
  position: static;
  width: 100%;
  margin-top: 30px;
  color: var(--accent-button-color) !important;
  background-color: var(--accent-button-background-color) !important;
  border-color: var(--accent-button-background-color) !important;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.08em;
  padding: 19px 55px 19px 55px;
}

.woocommerce-account .woocommerce-form-login .c-form__row .password-input .smsalert_otp_btn_submit::before {
  display: none !important;
}

.woocommerce-account .woocommerce-form-login .c-form__row .password-input .smsalert_otp_btn_submit:not(:disabled):hover {
  background-color: var(--accent-button-hover-background-color) !important;
  border-color: var(--accent-button-hover-background-color) !important;
  color: var(--accent-button-color) !important;
}

.woocommerce-account .woocommerce-form-login .c-form__row .password-input .smsalert_otp_btn_submit.button--loading .button__text {
  visibility: visible !important;
  opacity: 1 !important;
}

.woocommerce-account .nsl-container {
  position: relative;
  width: 520px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 90px 45px 90px;
  color: var(--text-color-light);
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.02em;
  margin-top: 0;
}

@media screen and (max-width: 500px) {
  .woocommerce-account .nsl-container {
    padding: 0;
  }
}
.woocommerce-account .nsl-container .nsl-container-buttons {
  padding: 3px;
  width: 100%;
}

.password-input .show-password-input {
  border: 1px solid #e1e1e1;
  background-color: #fff;
  color: #000000;
}

.password-input .input-text:focus ~ .show-password-input {
  border-color: #000000 !important;
}

.show-password-input.display-password {
  opacity: 1 !important;
}

.loginwithotp .sa_default_login_form,
.signupwithmobile {
  margin-top: 0 !important;
}

.sa_default_signup_form {
  margin-top: 10px !important;
  margin-bottom: 5px;
}

.c-wishlist__shop-table .c-wishlist__shop-tbody .c-wishlist__shop-tr .c-wishlist__shop-td--product-name {
  margin-top: 0 !important;
}

.c-wishlist__shop-table .c-wishlist__shop-tbody .c-wishlist__shop-tr .c-wishlist__shop-td--product-name a {
  font-size: 14px;
  line-height: 1.4;
}

@media screen and (min-width: 768px) {
  .c-wishlist__shop-table .c-wishlist__shop-tbody .c-wishlist__shop-tr .c-wishlist__shop-td--product-name a {
    font-size: 16px;
  }
}
@media screen and (min-width: 1190px) {
  .c-wishlist__shop-table .c-wishlist__shop-tbody .c-wishlist__shop-tr .c-wishlist__shop-td--product-name a {
    font-size: 18px;
  }
}
@media screen and (min-width: 1400px) {
  .c-wishlist__shop-table .c-wishlist__shop-tbody .c-wishlist__shop-tr .c-wishlist__shop-td--product-name a {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .entry-content h2,
  div[class*=-text-editor] h2 {
    letter-spacing: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .c-ip-accordion__header {
    font-size: 15px;
    font-weight: 400;
  }
}
.c-account__navigation {
  font-size: 18px;
}

@media screen and (max-width: 575px) {
  .c-account__navigation {
    font-size: 16px;
    font-weight: 400;
  }
}
@media screen and (min-width: 576px) and (max-width: 1189px) {
  .woocommerce-orders-table {
    font-size: 14px;
  }
}
@media screen and (min-width: 1190px) {
  .woocommerce-orders-table {
    font-size: 16px;
  }
}
@media screen and (max-width: 576px) {
  .woocommerce-orders-table .woocommerce-orders-table__row {
    border: 1px solid #e1e1e1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 576px) {
  .woocommerce-orders-table .woocommerce-orders-table__row .woocommerce-orders-table__cell-order-number {
    padding: 5px 10px !important;
    text-align: start !important;
    background: #e1e1e1;
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .woocommerce-orders-table .woocommerce-orders-table__row .woocommerce-orders-table__cell-order-date {
    padding: 10px !important;
    text-align: start !important;
    width: 50% !important;
  }
}
@media screen and (max-width: 576px) {
  .woocommerce-orders-table .woocommerce-orders-table__row .woocommerce-orders-table__cell-order-status {
    padding: 10px !important;
    text-align: end !important;
    width: 50% !important;
  }
}
@media screen and (max-width: 576px) {
  .woocommerce-orders-table .woocommerce-orders-table__row .woocommerce-orders-table__cell-order-total {
    padding: 10px !important;
    width: 100% !important;
    border-block: 1px solid #e1e1e1;
    text-align: center !important;
  }
}
@media screen and (max-width: 576px) {
  .woocommerce-orders-table .woocommerce-orders-table__row .woocommerce-orders-table__cell-order-actions {
    padding: 10px !important;
    text-align: start !important;
    width: 100% !important;
  }
  .woocommerce-orders-table .woocommerce-orders-table__row .woocommerce-orders-table__cell-order-actions a {
    margin: 0 !important;
    width: 100% !important;
  }
}
.woocommerce-Addresses {
  margin-left: 0 !important;
  margin-right: 0 !important;
  gap: 20px;
}

.woocommerce-Addresses .woocommerce-Address {
  width: 100%;
  margin: 0;
  border: 1px solid #e1e1e1;
  padding: 15px 15px 65px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .woocommerce-Addresses .woocommerce-Address {
    width: 100%;
    padding: 30px 25px 85px;
  }
}
@media screen and (min-width: 992px) {
  .woocommerce-Addresses .woocommerce-Address {
    width: calc(50% - 10px);
    padding: 30px 25px 85px;
  }
}
.woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title {
  margin-bottom: 10px;
}

.woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title h2 {
  font-weight: 400;
  color: #121212;
}

.woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title a.edit {
  width: calc(100% - 30px);
  inset-inline: 15px !important;
  bottom: 15px !important;
}

@media screen and (min-width: 768px) {
  .woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title a.edit {
    width: calc(100% - 50px);
    inset-inline: 25px !important;
    bottom: 30px !important;
  }
}
.woocommerce-Addresses .woocommerce-Address address {
  font-size: 14px;
}

@media screen and (min-width: 767px) {
  .woocommerce-Addresses .woocommerce-Address address {
    font-size: 16px;
  }
}
@media screen and (max-width: 576px) {
  .woocommerce-EditAccountForm .button,
  .woocommerce-address-fields .button {
    width: 100%;
  }
}
.wpcf7-form-control-wrap .error {
  color: #ff0000;
  font-size: 12px;
  letter-spacing: 0.5px;
  font-weight: 300;
}

.c-sidebar__wrap aside .widget-title {
  font-weight: 400;
  font-size: 20px;
}

@media (max-width: 767.98px) {
  .c-sidebar__wrap .product-categories > .cat-item {
    font-size: 17px;
    font-weight: 500;
  }
}
@media (max-width: 767.98px) {
  .c-sidebar__wrap .product-categories > .cat-item .children .cat-item {
    font-size: 16px;
    font-weight: 500;
  }
}
@media (max-width: 767.98px) {
  .c-sidebar__wrap .product-categories > .cat-item.cat-parent > a {
    font-size: 17px;
    font-weight: 500;
  }
}

@media screen and (max-width: 1189px) {
  .c-sidebar__wrap aside .widget-title {
    font-size: 20px;
    font-weight: 700;
    color: #000;
  }
}
@media screen and (min-width: 1190px) {
  a.page-numbers:hover,
  a.post-page-numbers:hover {
    color: var(--white-color) !important;
  }
}
.scroll-section {
  border: none !important;
  background-color: #fff !important;
}

.scroll-section .elementor-container {
  background-color: #fdf9f2 !important;
}

.c-post .c-post__wrap {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.c-footer {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f27968), to(#f26064));
  background-image: linear-gradient(180deg, #f27968 0%, #f26064 100%);
}

@media screen and (min-width: 64.0625rem) {
  .c-footer {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.c-footer .solene-footer {
  background-image: none !important;
  padding: 40px 0 !important;
}

@media screen and (min-width: 1190px) {
  .c-footer .solene-footer {
    padding: 60px 0 !important;
  }
}
.c-footer .solene-footer .elementor-column-gap-default {
  margin: 0 -15px;
  margin-top: -25px;
}

.c-footer .solene-footer .elementor-column-gap-default > div {
  padding: 0 15px;
  margin-top: 25px;
}

@media screen and (min-width: 768px) {
  .c-footer .solene-footer .elementor-column-gap-default > div {
    width: 50%;
  }
}
.c-footer .solene-footer .c-ip-social {
  margin: 0 !important;
}

.c-footer .solene-footer .c-ip-social .c-ip-social__link i {
  margin: 0 !important;
  margin-right: 40px !important;
  font-size: 20px;
}

.c-footer .solene-footer .elementor-container {
  --arackkal-gutter-x: 30px;
  --arackkal-gutter-y: 30px;
  width: 100%;
  padding-right: calc(var(--arackkal-gutter-x) * 0.5) !important;
  padding-left: calc(var(--arackkal-gutter-x) * 0.5) !important;
  margin-inline: auto !important;
}

.c-footer .solene-bottomfooter {
  background-image: none !important;
  border: none !important;
  padding: 0 !important;
}

@media screen and (min-width: 1190px) {
  .c-footer .solene-bottomfooter {
    padding: 0 !important;
  }
}
.c-footer .solene-bottomfooter .elementor-container {
  --arackkal-gutter-x: 30px;
  --arackkal-gutter-y: 30px;
  width: 100%;
  padding-right: calc(var(--arackkal-gutter-x) * 0.5) !important;
  padding-left: calc(var(--arackkal-gutter-x) * 0.5) !important;
  max-width: 1342px !important;
  border-top: 1px solid #fff;
  padding-top: 25px;
  padding-bottom: 25px;
}

.solene-footer .elementor-container {
  --arackkal-gutter-x: 0;
  --arackkal-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--arackkal-gutter-x) * 0.5);
  padding-left: calc(var(--arackkal-gutter-x) * 0.5);
  margin-inline: auto !important;
  max-width: 1342px !important;
}

.solene-bottomfooter .elementor-container {
  --arackkal-gutter-x: 0;
  --arackkal-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--arackkal-gutter-x) * 0.5);
  padding-left: calc(var(--arackkal-gutter-x) * 0.5);
  margin-inline: auto !important;
  max-width: 1312px !important;
}

@media screen and (min-width: 768px) {
  .c-to-top-button {
    bottom: 180px;
  }
}
/* custom styles ended */
/* QA FIXING 23- July - 2025 */
@media (min-width: 768px) {
  .c-login {
    max-width: 550px;
    width: 100%;
    padding-inline: 16px;
  }
}
@media (min-width: 992px) {
  .c-login {
    max-width: 750px;
  }
}
@media (min-width: 768px) {
  .c-login .c-login__form.js-login-form,
  .c-login .c-login__form .signupwithmobile {
    max-width: 500px;
    margin-inline: auto;
  }
}
.c-login .c-login__form.js-login-form .c-login__remember .woocommerce-form-login__rememberme,
.c-login .c-login__form .signupwithmobile .c-login__remember .woocommerce-form-login__rememberme {
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}
.c-login .c-login__form.js-register-form .show-password-input:before {
  font-weight: bolder;
}
@media (min-width: 992px) {
  .c-login .c-login__form.js-register-form .woocommerce-form-register {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 12px;
  }
}
@media (min-width: 992px) {
  .c-login .c-login__form.js-register-form .woocommerce-form-register .c-form__row.woocommerce-form-row,
  .c-login .c-login__form.js-register-form .woocommerce-form-register #reg_billing_phone_field {
    width: 47%;
  }
}
@media (min-width: 992px) {
  .c-login .c-login__form.js-register-form .woocommerce-form-register .c-form__row.woocommerce-form-row.c-login__register-row {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .c-login .c-login__form.js-register-form .woocommerce-form-register .lwo-container {
    width: 100%;
  }
}
.c-login .c-login__form.js-register-form .woocommerce-form-register .lwo-container button.sa_myaccount_btn {
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
@media (hover: hover) {
  .c-login .c-login__form.js-register-form .woocommerce-form-register .lwo-container button.sa_myaccount_btn:hover {
    background-color: #000000;
    color: #ffffff;
  }
}

.woocommerce-LoopProduct-link.woocommerce-loop-product__link .woocommerce-loop-product__title {
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
@media (hover: hover) {
  .woocommerce-LoopProduct-link.woocommerce-loop-product__link:hover .woocommerce-loop-product__title {
    color: #c6ad8a;
  }
}

@media (min-width: 1200px) {
  .c-top-menu__item .c-top-menu__submenu {
    border-top: 1px solid #f4f4f4 !important;
  }
}
@media (min-width: 1200px) {
  .c-top-menu__item .c-top-menu__submenu .c-ip-product-tabs__list .c-product-grid__wrap .owl-nav .owl-prev {
    left: -50px;
  }
}
@media (min-width: 1200px) {
  .c-top-menu__item .c-top-menu__submenu .c-ip-product-tabs__list .c-product-grid__wrap .owl-nav .owl-next {
    right: -50px;
  }
}

.c-product-grid__details .c-product-grid__category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-product-grid__details .c-product-grid__category-list .h-bullet {
  margin-left: 3px;
  margin-right: 3px;
}

.nsl-container .nsl-container-buttons .nsl-button-google {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.nsl-container .nsl-container-buttons .nsl-button-google .nsl-button-label-container {
  -webkit-box-flex: unset;
      -ms-flex: unset;
          flex: unset;
}

@media (min-width: 1024px) {
  .woocommerce-lost-password .l-inner {
    min-height: 70vh;
  }
}

@media (hover: hover) {
  #branda-cookie-notice-wrap .branda-cn-container .ub-cn-privacy-policy:hover {
    text-decoration: underline;
  }
}

.c-product-grid__item .c-product-grid__thumb-wrap .ip-heart-active.c-wishlist__btn-icon--active {
  color: red;
}
@media (max-width: 1199.98px) {
  .c-product-grid__item .c-product-grid__thumb-wrap .c-product-grid__thumb-button-list {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    position: absolute;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-transform: unset;
            transform: unset;
    left: 3px;
    top: 9px;
    row-gap: 8px;
  }
  .c-product-grid__item .c-product-grid__thumb-wrap .c-product-grid__thumb-button-list .c-product-grid__thumb-button {
    opacity: 1;
    visibility: visible;
    padding: 11px;
    height: 31px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
    width: 31px;
    font-size: 14px;
  }
  .c-product-grid__item .c-product-grid__thumb-wrap .c-product-grid__thumb-button-list .c-product-grid__thumb-button::after {
    content: var(--icon-eye-back);
    font-family: theme-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    color: var(--background-color);
    z-index: -1;
  }
  .c-product-grid__item .c-product-grid__thumb-wrap .c-product-grid__thumb-button-list .c-product-grid__thumb-button i {
    top: 0;
  }
}
.c-product-grid__item .c-product-grid__thumb-wrap .c-product-grid__thumb-button-list .c-wishlist__btn .c-wishlist__btn-text-remove,
.c-product-grid__item .c-product-grid__thumb-wrap .c-product-grid__thumb-button-list .c-wishlist__btn .c-wishlist__btn-text-add {
  display: none;
}
.c-product-grid__item .c-product-grid__thumb-wrap .c-product-grid__thumb-button-list .c-product-grid__thumb-button--quickview .c-product-grid__icon-text {
  display: none;
}
.c-product-grid__item .c-product-grid__atc {
  -webkit-transform: unset !important;
          transform: unset !important;
}
@media (max-width: 1199.98px) {
  .c-product-grid__item .c-product-grid__atc {
    -webkit-box-ordinal-group: 51;
        -ms-flex-order: 50;
            order: 50;
    margin-top: 15px;
    opacity: 1;
    visibility: visible;
    max-width: 100%;
  }
}
.c-product-grid__item .woocommerce-loop-product__title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}
@media (max-width: 768.98px) {
  .c-product-grid__item .woocommerce-loop-product__title {
    font-size: 15px;
  }
}
.c-product-grid__item:hover .c-product-grid__thumb-wrap--buttons:not(.c-product-grid__thumb-wrap--var) {
  background-color: rgba(255, 255, 255, 0.2509803922);
}
.c-product-grid__item:hover .c-product-grid__thumb-wrap--buttons .c-product-grid__thumb:not(.c-product-grid__thumb--var) {
  opacity: 0.5;
}

input[type=password] {
  -webkit-padding-end: 55px;
          padding-inline-end: 55px;
}

.single-post .l-section__sidebar .c-sidebar__wrap .widget_categories .widget-title {
  font-weight: 500;
}
.single-post .l-section__sidebar .c-sidebar__wrap .widget_categories ul li {
  padding-left: 12px;
}
.single-post .l-section__sidebar .c-sidebar__wrap .widget_categories ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #131313;
}
.single-post .l-section__sidebar .c-sidebar__wrap .widget_categories ul li,
.single-post .l-section__sidebar .c-sidebar__wrap .widget_categories ul a {
  font-size: 16px;
}

.vbox-overlay .vbox-close {
  top: 10px;
  right: 20px;
}

.search-no-results .c-blog__nothing {
  padding: 0;
}
@media (min-width: 1200px) {
  .search-no-results .c-blog__nothing {
    max-width: 800px;
    margin-inline: auto;
  }
}
.search-no-results .c-blog__nothing .c-blog__nothing-search {
  margin-inline: auto;
}
.search-no-results .c-blog__nothing .c-blog__nothing-search .c-search-form {
  border: 1px solid #d3d3d3;
}
.search-no-results .c-blog__nothing .c-blog__nothing-search .c-search-form input.c-form__input {
  border: 0;
  height: 100% !important;
  -webkit-border-end: 1px solid #d3d3d3;
          border-inline-end: 1px solid #d3d3d3;
}
.search-no-results .c-blog__nothing .c-blog__nothing-search .c-search-form button.c-search-form__button:active {
  -webkit-transform: unset;
          transform: unset;
}

.c-button:active,
input[type=submit]:active {
  -webkit-transform: unset;
          transform: unset;
}

.commentlist .comment .comment-meta {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  row-gap: 6px;
}
.commentlist .comment .comment-meta .comment-author,
.commentlist .comment .comment-meta .comment-awaiting-moderation,
.commentlist .comment .comment-meta .comment-metadata {
  margin: 0;
}
.commentlist .comment .comment-reply-link {
  color: #c6ad8a;
}
@media (max-width: 575.98px) {
  .commentlist .comment .comment-reply-link {
    text-decoration: underline;
  }
}

.c-page__meta--sidebar .c-page__meta-item::after {
  margin-left: 2px;
  margin-right: 2px;
}

@media (max-width: 1199.98px) {
  .l-section__sidebar--right {
    margin-top: 45px;
  }
}
@media (max-width: 767.98px) {
  .l-section__sidebar--right {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .c-ip-slider__title--layout-1 .c-ip-slider__title-inner {
    font-size: 45px;
  }
}

@media (max-width: 575.98px) {
  .solene-blogs .owl-carousel .owl-nav .owl-prev,
  .solene-blogs .owl-carousel .owl-nav .owl-next {
    top: 27% !important;
  }
}

@media (max-width: 575.98px) {
  .c-post .c-post__bottom .c-product__share .c-post-share {
    bottom: unset;
    top: 0;
    -webkit-transform: unset;
            transform: unset;
    left: 25%;
  }
}
@media (max-width: 575.98px) {
  .c-post .c-post__bottom .c-product__share .c-post-share .c-post-share__icon {
    margin: 7px 5px;
    font-size: 20px;
  }
}
@media (max-width: 575.98px) {
  .c-post .c-post__nav {
    padding: 24px;
  }
}
@media (max-width: 575.98px) {
  .c-post .c-post__nav .c-post__nav-title {
    font-size: 14px;
    line-height: 1.4;
    text-align: start;
  }
}
.c-post .c-post__nav .c-post__nav-prev:empty {
  display: none;
}
@media (max-width: 575.98px) {
  .c-post .c-post__nav .c-post__nav-prev {
    padding: 0;
    display: block;
    text-align: start;
  }
}
@media (max-width: 575.98px) {
  .c-post .c-post__nav .c-post__nav-prev i {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .c-post .c-post__nav .c-post__nav-next {
    padding: 0;
    margin: 0;
    text-align: start;
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #f4f4f4;
  }
}
@media (max-width: 575.98px) {
  .c-post .c-post__nav .c-post__nav-next i {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .c-post-sidebar-wrap .custom-lps-widget .widget-title {
    font-size: 22px;
    font-weight: 500;
  }
}

@media (max-width: 767.98px) {
  .c-mobile-menu__list .c-mobile-menu__item {
    font-size: 18px;
  }
}
.c-mobile-menu__list .c-mobile-menu__item.current_page_item {
  color: #f26064;
}
@media (max-width: 767.98px) {
  .c-mobile-menu__list .c-mobile-menu__item--has-children > .a:first-child:after,
  .c-mobile-menu__list .c-mobile-menu__item--has-children > a:first-child:after {
    font-size: 14px;
  }
}

@media (max-width: 767.98px) {
  .elementor-widget-ideapark-mega-menu .c-ip-mega-menu .c-ip-mega-menu__list .c-ip-mega-menu__item .c-ip-mega-menu__item-link {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .elementor-widget-ideapark-mega-menu .c-ip-mega-menu .c-ip-mega-menu__list .c-ip-mega-menu__item .c-ip-mega-menu__item-link::after {
    font-size: 14px;
  }
}

@media (max-width: 767.98px) {
  .c-header--mobile .c-header__menu-content .c-header__menu-page.js-menu-page .elementor-section.elementor-top-section {
    padding-top: 10px;
  }
}

.c-header-search__close i,
.c-shop-sidebar__close i,
.c-header__callback-close i {
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  will-change: transform;
}
@media (hover: hover) {
  .c-header-search__close:hover i,
  .c-shop-sidebar__close:hover i,
  .c-header__callback-close:hover i {
    color: #f27968;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

.c-shop-sidebar__content--desktop-filter::-webkit-scrollbar,
.c-shop-sidebar--desktop-filter::-webkit-scrollbar {
  display: none;
}
.c-shop-sidebar__content--desktop-filter .widget_layered_nav_filters ul,
.c-shop-sidebar--desktop-filter .widget_layered_nav_filters ul {
  padding-left: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.c-shop-sidebar__content--desktop-filter .c-sidebar__wrap .chosen,
.c-shop-sidebar--desktop-filter .c-sidebar__wrap .chosen {
  position: relative;
  margin-bottom: 0 !important;
}
.c-shop-sidebar__content--desktop-filter .c-sidebar__wrap .chosen::before,
.c-shop-sidebar--desktop-filter .c-sidebar__wrap .chosen::before {
  z-index: 11;
  font-size: 11px;
  left: 9px;
  top: 8px;
}
.c-shop-sidebar__content--desktop-filter .c-sidebar__wrap .chosen a,
.c-shop-sidebar--desktop-filter .c-sidebar__wrap .chosen a {
  font-size: 13px;
  background-color: #f4f4f4;
  padding: 5px 6px;
  -webkit-padding-start: 26px;
          padding-inline-start: 26px;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0;
}
.c-shop-sidebar__content--desktop-filter .widget_price_filter .button,
.c-shop-sidebar--desktop-filter .widget_price_filter .button {
  margin-top: 30px;
}

.tax-product_cat .categories-content-section {
  padding-bottom: 0;
}
.tax-product_cat .woocommerce-no-products-found {
  text-align: center;
}

#review_form .comment-form-rating label .required {
  font-size: 16px;
}

.c-header__callback-popup.c-header__callback-popup--active {
  background-color: rgba(0, 0, 0, 0.5019607843);
  z-index: 10000;
}

.comment-form-rating .stars a {
  opacity: 0.8;
}

.comment-form-comment textarea {
  resize: none;
}

/* Quick View Popup */
@media (max-width: 575.98px) {
  .js-quickview-popup .c-header__callback-wrap--quickview {
    max-width: 360px;
    padding: 32px 12px;
  }
}
@media (max-width: 575.98px) {
  .js-quickview-popup .js-quickview-container .c-product--quick-view {
    padding: 20px 16px 0;
  }
}
.js-quickview-popup .entry-summary .c-product__wrap--quick-view .c-product__title {
  font-size: 24px;
  margin-top: 12px;
}
@media (max-width: 575.98px) {
  .js-quickview-popup .entry-summary .c-product__wrap--quick-view .c-product__title {
    font-size: 20px;
  }
}
.js-quickview-popup .entry-summary .c-product__wrap--quick-view .price {
  margin-top: 8px;
  font-size: 18px;
}
@media (max-width: 575.98px) {
  .js-quickview-popup .entry-summary .c-product__wrap--quick-view .price {
    font-size: 16px;
  }
}
.js-quickview-popup .entry-summary .c-product__wrap--quick-view .c-product__atc-wrap.c-product__atc-wrap--sticky {
  margin-top: 14px;
}
@media (max-width: 575.98px) {
  .js-quickview-popup .entry-summary .c-product__wrap--quick-view .stock.out-of-stock {
    text-align: center;
  }
}
.js-quickview-popup .entry-summary .c-product__wrap--quick-view .c-product__buttons-wrap {
  margin-top: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.js-quickview-popup .entry-summary .c-product__wrap--quick-view .c-product__buttons-wrap .c-product__wishlist-text,
.js-quickview-popup .entry-summary .c-product__wrap--quick-view .c-product__buttons-wrap .c-product__share-title {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 14px;
}

/* Pagination Styles*/
@media (max-width: 575.98px) {
  .woocommerce-pagination .page-numbers li a.page-numbers,
  .woocommerce-pagination .page-numbers li span.page-numbers {
    width: 35px;
    height: 35px;
    font-size: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 575.98px) {
  body.single-product.h-sticky-atc .c-to-top-button {
    bottom: 150px;
  }
}

@media (max-width: 575.98px) {
  .c-product__wrap .c-post-share__icon {
    margin: 7px 5px;
    font-size: 20px;
  }
}

@media (max-width: 575.98px) {
  .c-catalog-ordering {
    padding-bottom: 30px;
  }
}
@media (max-width: 575.98px) {
  .c-catalog-ordering .c-catalog-ordering__filter-show-button {
    -webkit-margin-start: auto;
            margin-inline-start: auto;
  }
}

@media (max-width: 575.98px) {
  .woocommerce-no-products-found {
    min-height: 35vh;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

body.overflow-hidden, body.filter-open {
  overflow: hidden;
}

.categor_title {
  width: 100%;
  padding: 25px 20px 0;
}
@media (min-width: 1200px) {
  .categor_title {
    width: var(--fullwidth-limit);
    max-width: 100%;
    margin-inline: auto;
    padding: 50px 50px 0;
  }
}
.categor_title h3 {
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: -0.9px;
  color: #000000;
  font-family: "AvertaStd-Regular" !important;
}
@media (min-width: 1200px) {
  .categor_title h3 {
    font-size: 32px;
    text-align: center;
  }
}

@media (max-width: 676.98px) {
  .c-shop-sidebar {
    z-index: 99999;
  }
}

@media (max-width: 575.98px) {
  .woocommerce-notices-wrapper .woocommerce-notice {
    max-width: 90%;
    margin-inline: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-right: 30px;
  }
  .woocommerce-notices-wrapper .woocommerce-notice i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 3px;
  }
}
.woocommerce-notices-wrapper .woocommerce-notice .woocommerce-notice-close {
  right: 10px;
  top: 10px;
}
.woocommerce-notices-wrapper .woocommerce-notice.shown {
  border: 1px solid #f4f4f4;
  padding: 25px 30px 20px 48px;
  -webkit-box-shadow: 0 0px 10px -1.6px rgba(0, 0, 0, 0.12) !important;
          box-shadow: 0 0px 10px -1.6px rgba(0, 0, 0, 0.12) !important;
}
.woocommerce-notices-wrapper .woocommerce-notice.shown .ip-wc-success {
  font-size: 16px;
}
@media (min-width: 1200px) {
  .woocommerce-notices-wrapper .woocommerce-notice.shown .ip-wc-success {
    top: 28px;
  }
}
.woocommerce-notices-wrapper .woocommerce-notice.shown .woocommerce-notices-atc-wrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 92px;
          flex: 0 0 92px;
}
.woocommerce-notices-wrapper .woocommerce-notice.shown .woocommerce-notices-atc-wrap .button {
  padding: 12px;
}

@media (max-width: 575.98px) {
  .c-product--layout-1 .c-breadcrumbs__list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (max-width: 575.98px) {
  .c-product--layout-1 .c-breadcrumbs__list .c-breadcrumbs__item {
    font-size: 14px;
  }
}
.c-product--layout-1 .c-breadcrumbs__list .c-breadcrumbs__item .c-breadcrumbs__separator {
  font-size: 9px;
}

.woocommerce-mini-cart .woocommerce-mini-cart-item:not(:first-child) {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #e3e3e3;
}
@media (max-width: 767.98px) {
  .woocommerce-mini-cart .woocommerce-mini-cart-item .c-product-list-widget__title {
    padding-right: 25px;
  }
}
@media (max-width: 767.98px) {
  .woocommerce-mini-cart .woocommerce-mini-cart-item .c-product-list-widget__remove {
    left: unset;
    font-size: 14px;
    right: 0px;
  }
}

.woocommerce-mini-cart__total .c-product-list-widget__total-title {
  font-size: 17px;
}

.c-product__quantity.quantity input {
  pointer-events: none;
}

@media (max-width: 575.98px) {
  .woocommerce-cart-form .c-cart__shop-tr.c-cart__shop-tr--actions {
    margin-bottom: 25px;
  }
}

@media (max-width: 1199.98px) {
  .c-cart__coupon .js-cart-coupon:hover {
    color: #000;
  }
}
@media (max-width: 767.98px) {
  .c-cart__coupon .js-cart-coupon .c-cart__select-icon {
    font-size: 9px;
  }
}

@media (max-width: 575.98px) {
  .c-cart__coupon-from-wrap .c-cart__coupon-form button.c-cart__coupon-apply {
    height: 50px;
  }
}

@media (max-width: 575.98px) {
  .c-wishlist .c-wishlist__shop-tr i {
    font-size: 13px;
    -webkit-margin-start: -18px;
            margin-inline-start: -18px;
    bottom: -25px;
  }
}

.c-breadcrumbs .c-breadcrumbs__item:last-child {
  color: #000000;
}

.c-header__cart--default .widget_shopping_cart_content {
  padding: 24px;
  -webkit-box-shadow: 0 0px 10px -1.6px rgba(0, 0, 0, 0.12) !important;
          box-shadow: 0 0px 10px -1.6px rgba(0, 0, 0, 0.12) !important;
}
.c-header__cart--default .widget_shopping_cart_content .woocommerce-mini-cart-item .c-product-list-widget__thumb-col {
  margin-right: 16px;
}
.c-header__cart--default .widget_shopping_cart_content .woocommerce-mini-cart-item .c-product-list-widget__title-col {
  padding-right: 25px;
}
.c-header__cart--default .widget_shopping_cart_content .woocommerce-mini-cart-item .remove_from_cart_button {
  left: unset;
  right: 2px;
  font-size: 14px;
  opacity: 1;
  visibility: visible;
}
.c-header__cart--default .widget_shopping_cart_content .woocommerce-mini-cart-item .remove_from_cart_button:hover {
  -webkit-transform: unset;
          transform: unset;
}

.c-cart__shop-thead .c-cart__shop-th {
  font-size: 14px;
  color: #000;
}

.c-cart__shipping-destination strong {
  font-weight: 700;
}

.c-cart__sub-header {
  margin-bottom: 16px;
}

input[type=radio]:focus {
  border-color: #d1d1d1 !important;
}

.select2-selection .select2-selection__arrow {
  -webkit-transition: 0.3s -webkit-transform ease-in-out;
  transition: 0.3s -webkit-transform ease-in-out;
  transition: 0.3s transform ease-in-out;
  transition: 0.3s transform ease-in-out, 0.3s -webkit-transform ease-in-out;
}
.select2-selection[aria-expanded=true] .select2-selection__arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.c-wishlist__share-col-2 .c-wishlist__share-title,
.c-wishlist__share-col-1 .c-wishlist__share-title {
  font-weight: 700;
}

.c-wishlist__share-col-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.c-header-search__clear {
  top: 4px;
}

@media (hover: hover) {
  .c-ip-accordion__list .c-ip-accordion__link:hover .c-ip-accordion__header {
    color: #f05e67;
  }
}
.c-ip-accordion__list .c-ip-accordion__content p {
  color: #131313;
  -webkit-padding-start: 18px;
          padding-inline-start: 18px;
}

.entry-content {
  color: #131313;
}

.c-ip-social__link i {
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  will-change: transform;
}
@media (hover: hover) {
  .c-ip-social__link:hover i {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

.c-mobile-menu__item-space:empty {
  display: none;
}

@media (max-width: 575.98px) {
  .c-header__top-row-list .c-header__top-row-item,
  .c-header__top-row-list .book-appointment,
  .c-header__top-row-list .c-header__top-row-item--social {
    font-size: 15px;
  }
}
@media (max-width: 575.98px) {
  .c-header__top-row-list .c-header__top-row-item i,
  .c-header__top-row-list .book-appointment i,
  .c-header__top-row-list .c-header__top-row-item--social i {
    font-size: 15px;
  }
}

.c-product--layout-1 .c-product__round {
  width: 60px;
  height: 60px;
  font-size: 20px;
  line-height: 3.2;
}
@media (min-width: 1200px) {
  .c-product--layout-1 .c-product__round {
    margin-left: -30px;
    margin-top: -30px;
  }
}

@media (min-width: 1200px) {
  .c-product-list-widget__total .amount {
    font-size: 17px;
    line-height: 1.1;
  }
}

.wpcf7 form {
  position: relative;
}
.wpcf7 form.sent .wpcf7-response-output {
  border: none !important;
  color: #46b450;
  padding: 0;
  font-weight: 400;
  position: absolute;
  bottom: -25px;
  margin: 0;
  left: 0;
}

.c-catalog-ordering__col--ordering {
  height: 35px;
}
.c-catalog-ordering__col--ordering .nice-select {
  height: 35px;
  background-image: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  font-size: 14px;
  color: #181818;
}
.c-catalog-ordering__col--ordering .nice-select::before {
  content: "";
  position: absolute;
  inset-inline-end: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  width: 6px;
  height: 6px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}
.c-catalog-ordering__col--ordering .nice-select.open::before {
  -webkit-transform: translateY(-50%) rotate(315deg);
          transform: translateY(-50%) rotate(315deg);
}

@media (max-width: 575.98px) {
  .elementor-2287 .elementor-element.elementor-element-3fafbbd a:hover {
    color: #fff !important;
  }
}

/* Mobile menu iPad */
@media (min-width: 768px) and (max-width: 1199.98px) {
  .elementor-2287 .elementor-element.elementor-element-7e950de {
    width: 100%;
  }
}

@media (max-width: 1499.98px) {
  .c-wishlist__shop-remove-icon,
  .c-cart__shop-remove-icon {
    opacity: 1;
    visibility: visible;
  }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .web-view.product-cat-banner {
    margin-inline: 30px;
  }
}

@media (min-width: 1024px) and (max-width: 1199.98px) {
  .product-cat-banner .banner-content {
    padding-bottom: 45.25% !important;
  }
}

@media (min-width: 1024px) and (max-width: 1499.98px) {
  .woocommerce-notices-wrapper--ajax {
    right: 35px;
    top: 70px;
  }
}

@media (min-width: 1024px) {
  .c-wishlist__shop-td--product-actions .c-product-grid__atc.button {
    min-width: 160px;
  }
}

.h-carousel .owl-nav button {
  width: 40px;
  height: 40px;
}

#awp-otp-login-form-whatsapp #awp_whatsapp {
  height: 48px !important;
}

button.awp-btn.awp-btn-green#awp_request_otp_whatsapp, button.awp-btn.awp-btn-green#awp_request_otp_email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-color: #22c55e;
}
button.awp-btn.awp-btn-red#awp_login_email_password {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-color: #22c55e;
}

#awp-otp-login-form-email #awp_email {
  height: 48px !important;
}

#awp-otp-login-form-email-password #awp_login_email,
#awp-otp-login-form-email-password #awp_password_password {
  height: 48px !important;
}

li.c-top-menu__item .c-product-grid__wrap .c-product-grid__list--carousel .c-product-grid__item {
  row-gap: 24px;
}
li.c-top-menu__item .c-product-grid__wrap .c-product-grid__list--carousel .c-product-grid__item .c-product-grid__details .woocommerce-loop-product__title {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
li.c-top-menu__item .c-product-grid__wrap .c-product-grid__list--carousel .c-product-grid__item .c-product-grid__details .c-product-grid__category-list .c-product-grid__category-item {
  color: #ea7d6b;
}
li.c-top-menu__item .c-product-grid__wrap .c-product-grid__list--carousel .c-product-grid__item .c-product-grid__details .c-product-grid__category-list .h-bullet {
  background-color: #ea7d6b;
}
li.c-top-menu__item .c-product-grid__wrap .c-product-grid__list--carousel .c-product-grid__item .c-product-grid__details a {
  color: #000;
  font-weight: 400;
}
@media (hover: hover) {
  li.c-top-menu__item .c-product-grid__wrap .c-product-grid__list--carousel .c-product-grid__item .c-product-grid__details a:hover {
    color: #ea7d6b;
  }
}
li.c-top-menu__item .c-product-grid__wrap .c-product-grid__list--carousel .c-product-grid__item a.c-product-grid__atc {
  color: #000;
  font-weight: 400;
}
li.c-top-menu__item .c-product-grid__wrap .c-product-grid__list--carousel .c-product-grid__item a.c-product-grid__atc .c-product-grid__atc-text {
  font-size: 12px;
}
@media (hover: hover) {
  li.c-top-menu__item .c-product-grid__wrap .c-product-grid__list--carousel .c-product-grid__item a.c-product-grid__atc:hover {
    color: #ea7d6b;
  }
}

li.c-top-menu__item.current-menu-item.current_page_item .c-product-grid__wrap .c-product-grid__list--carousel .c-product-grid__item {
  row-gap: 24px;
}
li.c-top-menu__item.current-menu-item.current_page_item .c-product-grid__wrap .c-product-grid__list--carousel .c-product-grid__item .c-product-grid__details .woocommerce-loop-product__title {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
li.c-top-menu__item.current-menu-item.current_page_item .c-product-grid__wrap .c-product-grid__list--carousel .c-product-grid__item .c-product-grid__details .c-product-grid__category-list .c-product-grid__category-item {
  color: #ea7d6b;
}
li.c-top-menu__item.current-menu-item.current_page_item .c-product-grid__wrap .c-product-grid__list--carousel .c-product-grid__item .c-product-grid__details .c-product-grid__category-list .h-bullet {
  background-color: #ea7d6b;
}
li.c-top-menu__item.current-menu-item.current_page_item .c-product-grid__wrap .c-product-grid__list--carousel .c-product-grid__item .c-product-grid__details a {
  color: #000;
  font-weight: 400;
}
@media (hover: hover) {
  li.c-top-menu__item.current-menu-item.current_page_item .c-product-grid__wrap .c-product-grid__list--carousel .c-product-grid__item .c-product-grid__details a:hover {
    color: #ea7d6b;
  }
}
li.c-top-menu__item.current-menu-item.current_page_item .c-product-grid__wrap .c-product-grid__list--carousel .c-product-grid__item a.c-product-grid__atc {
  color: #000;
  font-weight: 400;
  margin-top: -80px;
}
li.c-top-menu__item.current-menu-item.current_page_item .c-product-grid__wrap .c-product-grid__list--carousel .c-product-grid__item a.c-product-grid__atc .c-product-grid__atc-text {
  font-size: 12px;
}
@media (hover: hover) {
  li.c-top-menu__item.current-menu-item.current_page_item .c-product-grid__wrap .c-product-grid__list--carousel .c-product-grid__item a.c-product-grid__atc:hover {
    color: #ea7d6b;
  }
}

.contact-forms-links .elementor-icon-list-item {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
}
.contact-forms-links .elementor-icon-list-item a {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
.contact-forms-links textarea {
  resize: none;
}

@media (max-width: 575.98px) {
  .home .section-icons.elementor-section {
    padding-block: 0;
  }
}

@media (max-width: 575.98px) {
  .wp-block-latest-comments .wp-block-latest-comments__comment footer {
    font-size: 12px;
  }
}
@media (max-width: 575.98px) {
  .wp-block-latest-comments .wp-block-latest-comments__comment footer .wp-block-latest-comments__comment-link {
    font-size: 12px;
  }
}

.privacy-policy .l-inner {
  margin-top: 30px;
}
@media (min-width: 1200px) {
  .privacy-policy .l-inner {
    margin-top: 40px;
  }
}

.single_add_to_cart_button {
  -webkit-transform: none !important;
          transform: none !important;
}

.comment-awaiting-moderation {
  font-style: italic;
}

#commentform .comment-form-author,
#commentform .comment-form-email,
#commentform .comment-form-comment {
  position: relative;
}
#commentform .comment-form-author .error,
#commentform .comment-form-email .error,
#commentform .comment-form-comment .error {
  position: absolute;
  bottom: -20px;
  margin-top: 0 !important;
  left: 0;
}

.c-header__cart .c-product-list-widget::-webkit-scrollbar {
  opacity: 0;
}
.c-header__cart .c-product-list-widget::-webkit-scrollbar-track, .c-header__cart .c-product-list-widget::-webkit-scrollbar-thumb {
  background-color: #fff;
  border-radius: 36px;
  width: 3px;
  height: 3px;
}
@media (hover: hover) {
  .c-header__cart .c-product-list-widget:hover::-webkit-scrollbar {
    opacity: 1;
  }
}