/**
* Theme Name:     Jewellery Layout
* Theme URI:      https://templatemela.com/
* Author:         TemplateMela
* Author URI:     https://templatemela.com
* Description:    This is a child theme of Avanam, generated by TemplateMela.
* Version:        1.0.0
* License:        GNU General Public License v3.0 (or later)
* License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/
:root {
  --global-gray-400: #e5e5e5;
}

.color-switch-dark .bg-dark .elementor-background-overlay {
  mix-blend-mode: color-burn;
}

b, strong, .woocommerce form .form-row label {
  font-weight: 500;
}

.site-header span.header-cart-label {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.mobile-navigation .woocommerce ul.products li.product .product-action-wrap a {
  padding: 7px 20px;
}

.site-footer-wrap .site-middle-footer-inner-wrap .contact-info-container p {
  padding-bottom: 5px;
}
.site-footer-wrap .site-middle-footer-inner-wrap .widget-area h2.widget-title {
  margin-bottom: 30px;
}
.site-footer-wrap .site-middle-footer-inner-wrap li a::before {
  content: "";
  background: url(./img/menu-gray.png) no-repeat;
  background-size: 8px;
  height: 8px;
  width: 8px;
  display: inline-block;
  margin: 0 15px 0 0;
}
.site-footer-wrap .mc4wp-form .newsletter input[type=email] {
  width: 100%;
  padding: 8px 12px;
  border-radius: 5px;
}
.site-footer-wrap .mc4wp-form .newsletter input[type=submit]:hover {
  background-color: #dfa112;
  color: #222;
}

.banner-cms .elementor-widget-wrap .elementor-widget-image {
  overflow: hidden;
  border-radius: 5px;
}

.woocommerce div.product div.images .base-product-gallery-main img {
  border: 1px solid var(--global-gray-400);
  border-radius: 5px;
}
.woocommerce div.product .base-product-gallery-thumbnails.splide.splide--nav > .splide__slider > .splide__track > .splide__list > .splide__slide {
  border: 1px solid var(--global-gray-400);
  border-radius: 5px;
}
.woocommerce div.product .base-product-gallery-thumbnails .bt-woo-gallery-thumbnail img {
  border-radius: 5px;
}
.woocommerce ul.products:not(.products-list-view) li.product.entry .product-details.entry-content-wrap {
  text-align: center;
  padding: 0.5rem;
}
.woocommerce ul.products:not(.products-list-view) li.product.entry .product-details.entry-content-wrap .star-rating {
  display: block;
  float: none;
  margin: 3px auto 5px auto;
}
.woocommerce ul.products:not(.products-list-view) li.product.entry .product-details.entry-content-wrap .product-action-wrap.style-button .button:not(.kb-button):not(.added), .woocommerce ul.products:not(.products-list-view) li.product.entry .product-details.entry-content-wrap .product-action-wrap.style-button a.added_to_cart {
  display: inline-block;
  vertical-align: top;
  width: auto;
}
.woocommerce.woocommerce-product-list .star-rating {
  float: none;
  margin: 5px 0;
}
.woocommerce ul.cart_list li a, .woocommerce ul.cart_list li .quantity, .woocommerce ul.product_list_widget li a, .woocommerce ul.product_list_widget li .quantity {
  font-size: 14px;
  font-weight: 400;
}
.woocommerce #reviews #comments h2, .woocommerce #reviews .comment-reply-title {
  font-size: 18px;
  font-weight: 500;
  color: var(--global-palette3);
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
  background-color: var(--global-palette9);
}
.woocommerce .base-sticky-add-to-cart-action-wrap a.added_to_cart, .woocommerce div.product div.summary .added_to_cart, .woocommerce a.added_to_cart:not(.woocommerce .product-action-wrap.style-text a.added_to_cart):not(form.cart .added_to_cart) {
  font-size: 14px;
  line-height: 2em;
  font-weight: 400;
  border-radius: 5px;
  padding: 8px 22px;
  max-height: var(--global-button-max-height);
  overflow: hidden;
  text-transform: capitalize;
}
.woocommerce .base-sticky-add-to-cart-action-wrap a.added_to_cart:hover, .woocommerce div.product div.summary .added_to_cart:hover, .woocommerce a.added_to_cart:not(.woocommerce .product-action-wrap.style-text a.added_to_cart):not(form.cart .added_to_cart):hover {
  background: var(--global-palette-btn-bg-hover);
  color: var(--global-palette-btn-hover);
  border-color: var(--global-palette-btn-bg-hover);
}
.woocommerce table.shop_table input {
  font-size: 14px;
}
.woocommerce span.onsale {
  color: #222;
}

.woocommerce ul.products:not(.products-list-view) li.product .product-details.entry-content-wrap .product-action-wrap.style-button {
  padding: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.woocommerce ul.products li.product .product-details.entry-content-wrap .product-action-wrap {
  bottom: -2.3rem;
}
.woocommerce ul.products li.product .product-thumbnail .product-actions a.button:hover, .woocommerce ul.products li.product .product-thumbnail .product-actions a:hover, .woocommerce ul.products li.product .product-thumbnail .product-actions button:hover {
  color: var(--global-palette-btn-bg-hover);
}
.woocommerce ul.products-list-view .product-excerpt ul {
  list-style: disc;
  margin: 0 0 0 15px;
}
.woocommerce ul.products-list-view .product-excerpt ul li {
  list-style: disc;
}

.products-list .product-title, ul.product_list_widget .product-title, .home-left-sidebar .product-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.base-sticky-add-to-cart-title-wrap .base-sticky-add-to-cart-title {
  font-size: 14px;
  font-weight: 500;
}

.base-product-toggle-container .base-toggle-shop-layout.toggle-active, .base-product-toggle-container .base-toggle-shop-layout:hover {
  background: var(--global-palette-btn-bg);
}

.has-sidebar.has-left-sidebar .content-area .content-container {
  -ms-grid-columns: 240px 1fr;
  grid-template-columns: 240px 1fr;
}

.header-menu-container ul.menu > li.base-menu-mega-enabled > ul .nav-drop-title-wrap {
  font-weight: 500;
  font-size: 16px;
  color: var(--global-palette3);
  padding-bottom: 5px;
}
.header-menu-container ul.menu > li.base-menu-mega-enabled > ul .nav-drop-title-wrap:hover {
  color: var(--global-palette1);
}

.woocommerce-Price-amount:not(del .woocommerce-Price-amount):not(.tmcore-product-price-filter .woocommerce-Price-amount) {
  color: var(--global-palette3);
  font-weight: 500;
}

.tr-price, .price {
  color: var(--global-palette3);
  font-weight: 500;
}
.tr-price del, .price del {
  color: var(--global-palette4);
  text-decoration-color: var(--global-palette4);
  font-weight: normal;
}
.tr-price .entry-product-stock, .price .entry-product-stock {
  font-weight: 400;
}

#cart-drawer h2.side-cart-header {
  font-size: 16px;
}

.popup-drawer .drawer-header {
  padding: 0 1em 0 1.5em;
}

.woosc-quick-table .woosc_table td {
  min-width: 160px;
}

.product-cat:not(.site-header .product-cat) {
  overflow: hidden;
}
.product-cat:not(.site-header .product-cat) .cat-image {
  border-radius: 100%;
}
.product-cat:not(.site-header .product-cat):hover .cat-image a img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.site-header .elementor-section .elementor-element.elementor-widget-tmcore-product-categories .product-cat:hover .cat-image img {
  border-color: var(--global-palette1);
}

.woosq-product .thumbnails .slick-arrow {
  width: 35px;
  height: 35px;
}
.woosq-product .thumbnails .slick-arrow:before {
  font-size: 18px;
  line-height: 35px;
}

.bt-layout-left .thumb-wrapper.splide__slider .splide__arrow, .bt-layout-left .thumb-wrapper.splide__slider .slick-arrow, .entry-related-carousel .splide__arrow, .entry-related-carousel .slick-arrow, .woosq-product .thumbnails .splide__arrow, .woosq-product .thumbnails .slick-arrow {
  background-color: var(--global-palette1);
  color: var(--global-palette9);
}
.bt-layout-left .thumb-wrapper.splide__slider .splide__arrow:hover, .bt-layout-left .thumb-wrapper.splide__slider .splide__arrow:focus, .bt-layout-left .thumb-wrapper.splide__slider .slick-arrow:hover, .bt-layout-left .thumb-wrapper.splide__slider .slick-arrow:focus, .entry-related-carousel .splide__arrow:hover, .entry-related-carousel .splide__arrow:focus, .entry-related-carousel .slick-arrow:hover, .entry-related-carousel .slick-arrow:focus, .woosq-product .thumbnails .splide__arrow:hover, .woosq-product .thumbnails .splide__arrow:focus, .woosq-product .thumbnails .slick-arrow:hover, .woosq-product .thumbnails .slick-arrow:focus {
  background-color: var(--global-palette2);
  color: var(--global-palette9);
}

.woocommerce-product-gallery .splide__arrow, .woocommerce-product-gallery .slick-arrow, .entry-related-carousel .splide__arrow, .entry-related-carousel .slick-arrow, .woosq-product .thumbnails .splide__arrow, .woosq-product .thumbnails .slick-arrow {
  background: var(--global-palette7);
  color: var(--global-palette3);
}
.woocommerce-product-gallery .splide__arrow:hover, .woocommerce-product-gallery .splide__arrow:focus, .woocommerce-product-gallery .slick-arrow:hover, .woocommerce-product-gallery .slick-arrow:focus, .entry-related-carousel .splide__arrow:hover, .entry-related-carousel .splide__arrow:focus, .entry-related-carousel .slick-arrow:hover, .entry-related-carousel .slick-arrow:focus, .woosq-product .thumbnails .splide__arrow:hover, .woosq-product .thumbnails .splide__arrow:focus, .woosq-product .thumbnails .slick-arrow:hover, .woosq-product .thumbnails .slick-arrow:focus {
  background: var(--global-palette1);
  color: var(--global-palette3);
}

.woosq-product .thumbnails .slick-arrow:hover:before {
  color: var(--global-palette3);
}

span.category-links.term-links.category-style-normal {
  color: var(--global-palette6);
}

.splide__list {
  -webkit-transform-style: unset;
          transform-style: unset;
}

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img, .woosw-popup .woosw-items .woosw-item .woosw-item--image img, .woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr.tr-image img, .header-search-advanced .tmc-suggestion .tmc-product-search-item .tmc-product-search-image img, .woocommerce div.product form.cart.grouped_form .group_table .woocommerce-grouped-product-list-item__thumbnail img, .woosw-list table.woosw-items .woosw-item .woosw-item--image img, .noti-wrap .product-image img {
  border-radius: 5px;
}

.welcome_newsletter input[type=email] {
  min-height: 47px;
  min-width: 220px;
  padding-left: 15px;
  border-radius: 5px;
  max-width: 220px;
}
.welcome_newsletter input[type=submit] {
  vertical-align: top;
}

.woosw-list table.woosw-items .woosw-item .woosw-item--name a {
  font-weight: 400;
}

.woosc-quick-table .woosc-quick-table-products .woosc_table .button, .woosc_page .woosc_table .button {
  overflow: hidden;
}

.woosw-popup .woosw-items .button {
  max-height: var(--global-button-max-height);
  overflow: hidden;
  text-align: center;
}

@media (min-width: 1025px) and (max-width: 1200px) {
  .has-left-sidebar ul.product-archive {
    -ms-grid-columns: (minmax(0, 1fr))[3];
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .wc-block-grid ul.wc-block-grid__products, .woocommerce ul.products.grid-cols {
    -webkit-column-gap: 0.875em;
       -moz-column-gap: 0.875em;
            column-gap: 0.875em;
    row-gap: 0.875em;
  }
}
@media (min-width: 541px) and (max-width: 1024px) {
  .woocommerce ul.products:not(.products-list-view):not(.splide__list):not(.products-list ul.products),
  .wp-site-blocks .wc-block-grid:not(.has-2-columns):not(has-1-columns) .wc-block-grid__products {
    -ms-grid-columns: (minmax(0, 1fr))[3];
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 1024px) {
  .woocommerce .base-sticky-add-to-cart-action-wrap a.added_to_cart, .woocommerce div.product div.summary .added_to_cart, .woocommerce a.added_to_cart:not(.woocommerce .product-action-wrap.style-text a.added_to_cart):not(form.cart .added_to_cart) {
    padding: 7px 20px;
  }
  .custom-logo-link, img.base-dark-mode-logo {
    width: 110px;
    display: block;
  }
  .bt-layout-left .thumb-wrapper.splide__slider .splide__arrow, .bt-layout-left .thumb-wrapper.splide__slider .slick-arrow {
    padding: 13px 9px;
    border-radius: 50%;
  }
}
@media (max-width: 767px) {
  .banner-cms .elementor-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .banner-cms .elementor-container .elementor-column {
    margin: auto;
    width: auto;
  }
  .site-footer-wrap .site-middle-footer-inner-wrap .widget-area h2.widget-title {
    margin-bottom: 10px;
  }
  .site-header-item {
    margin-right: 10px;
  }
  .woocommerce .base-sticky-add-to-cart-action-wrap a.added_to_cart, .woocommerce div.product div.summary .added_to_cart, .woocommerce a.added_to_cart:not(.woocommerce .product-action-wrap.style-text a.added_to_cart):not(form.cart .added_to_cart) {
    padding: 6px 10px;
  }
  .woocommerce table.shop_table input {
    font-size: 12px;
  }
  .mobile-navigation .woocommerce ul.products li.product .product-action-wrap a {
    padding: 6px 10px;
  }
}
@media (min-width: 768px) {
  .woocommerce ul.products.woo-archive-action-on-hover:not(.products-list-view) li.product:focus-within .entry-content-wrap, .woocommerce ul.products.woo-archive-action-on-hover:not(.products-list-view) li.product:hover .entry-content-wrap {
    -webkit-transform: translateY(-3rem);
    transform: translateY(-3rem);
  }
  .product-actions .woosc-btn.woosc-btn-has-icon, .product-actions .woosc-btn.woosq-btn-has-icon, .product-actions .woosc-btn.woosw-btn-has-icon, .product-actions .woosq-btn.woosc-btn-has-icon, .product-actions .woosq-btn.woosq-btn-has-icon, .product-actions .woosq-btn.woosw-btn-has-icon, .product-actions .woosw-btn.woosc-btn-has-icon, .product-actions .woosw-btn.woosq-btn-has-icon, .product-actions .woosw-btn.woosw-btn-has-icon {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 575px) {
  .woocommerce ul.products.products-list-view li.product .product-details.entry-content-wrap {
    padding-left: 0.6rem;
  }
  .woocommerce ul.products.products-list-view li.product .product-details.entry-content-wrap .product-action-wrap {
    padding-top: 10px;
  }
  .woocommerce ul.products.products-list-view li.product .product-thumbnail {
    max-width: 222px;
    margin: 0.6rem;
    border-right: 0;
  }
}