/**
* Theme Name:     Starbella 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;
}

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

.color-switch-dark .site-header .header-contact-item img {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.color-switch-dark .site-footer .widget-title::before {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.color-switch-dark .site-footer .widget_mc4wp_form_widget .newsletter-wrapper input[type=submit] {
  background-color: var(--global-palette-btn-bg);
}

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

.product-cat-home-block .product-cat-style-1.elementor-element {
  display: block;
}

.site-footer .site-footer-wrap {
  position: relative;
}
.site-footer .site-footer-wrap:before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0;
  margin: auto;
  background: url(./img/footer-bg.png);
  -webkit-background: url(./img/footer-bg.png);
  background-repeat: no-repeat;
  background-size: 323px;
  -webkit-background-size: 323px;
  height: 233px;
  width: 323px;
}
.site-footer .widget_mc4wp_form_widget {
  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;
}
.site-footer .widget_mc4wp_form_widget .widget-title {
  -webkit-padding-start: 39px;
          padding-inline-start: 39px;
  margin: 0;
  position: relative;
}
.site-footer .widget_mc4wp_form_widget .widget-title::before {
  content: "";
  position: absolute;
  background: url(./img/email.svg) no-repeat;
  background-size: 25px;
  width: 25px;
  height: 25px;
  left: 0;
}
.site-footer .widget_mc4wp_form_widget .newsletter-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-padding-start: 55px;
          padding-inline-start: 55px;
}
.site-footer .widget_mc4wp_form_widget .newsletter-wrapper input[type=email] {
  width: 100%;
  border-radius: 5px 0 0 5px;
  padding: 10px 20px;
  border: none;
  background: var(--global-palette8);
}
.site-footer .widget_mc4wp_form_widget .newsletter-wrapper input[type=submit] {
  font-size: 0;
  border-radius: 0 5px 5px 0;
  background-image: url(./img/newsletter.svg);
  background-size: 19px;
  background-repeat: no-repeat;
  padding: 0;
  width: 52px;
  background-position: 50%;
}
.site-footer .footer-navigation ul li {
  height: 15px;
  padding: 0 20px;
  border-right: 1px solid var(--global-gray-400);
}
.site-footer .footer-navigation ul li:last-child {
  border-right: 0;
}

.woocommerce ul.products li.product:not(.products-list-view) .product-details.entry-content-wrap .product-action-wrap {
  bottom: -2.3rem;
}
.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;
  font-weight: 500;
  border-radius: 5px;
  padding: 7px 25px;
  line-height: 2;
  text-transform: capitalize;
  max-height: var(--global-button-max-height);
  overflow: hidden;
}
.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 .related.products > h2, .woocommerce .woosc-quick-table > h2, .woocommerce .up-sells.upsells.products > h2, .woocommerce .cross-sells > h2 {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}
.woocommerce table.shop_table input {
  font-size: 14px;
}
.woocommerce #reviews #comments h2, .woocommerce #reviews .comment-reply-title {
  font-size: 20px;
  font-weight: 500;
  color: var(--global-palette3);
}
.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: 13px;
  font-weight: 400;
}
.woocommerce ul.cart_list li a:hover, .woocommerce ul.product_list_widget li a:hover {
  text-decoration: none;
  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: 600;
}

.tr-price, .price, .woocommerce-grouped-product-list-item__price {
  color: var(--global-palette3);
  font-weight: 600;
}
.tr-price del, .price del, .woocommerce-grouped-product-list-item__price del {
  color: var(--global-palette4);
  text-decoration-color: var(--global-palette4);
  font-weight: normal;
}

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

.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);
}

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

.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);
}

.search-results .tmc-product-search-item-content .tmc-product-search-title {
  font-size: 14px;
  font-weight: 400;
}

.primary-sidebar.widget-area .widget-title, #filter-drawer .drawer-inner .product-filter-widgets .widget-title {
  background: var(--global-palette1);
  padding: 10px 15px;
  border-radius: 5px;
}
.primary-sidebar.widget-area .widget-title::after, #filter-drawer .drawer-inner .product-filter-widgets .widget-title::after {
  right: 7px;
  top: 5px;
}
.primary-sidebar.widget-area .widget-content, #filter-drawer .drawer-inner .product-filter-widgets .widget-content {
  padding: 15px;
  margin-top: 0;
}

.cms-banner .elementor-column .elementor-widget-image {
  overflow: hidden;
}

.woosq-product .thumbnails .slick-arrow {
  width: 35px;
  height: 35px;
}
.woosq-product .thumbnails .slick-arrow:before {
  font-size: 18px;
  line-height: 35px;
  color: var(--global-palette9);
}
.woosq-product .thumbnails .slick-arrow:hover::before, .woosq-product .thumbnails .slick-arrow:focus::before {
  color: var(--global-palette9);
}

.woocommerce-product-gallery .thumb-wrapper.splide__slider .splide__arrow, .woocommerce-product-gallery .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: var(--global-palette1);
  color: var(--global-palette9);
}
.woocommerce-product-gallery .thumb-wrapper.splide__slider .splide__arrow:hover, .woocommerce-product-gallery .thumb-wrapper.splide__slider .splide__arrow:focus, .woocommerce-product-gallery .thumb-wrapper.splide__slider .slick-arrow:hover, .woocommerce-product-gallery .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);
}

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

div.product div.images .base-product-gallery-main img {
  border: 1px solid var(--global-gray-400);
  border-radius: 5px;
}
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;
}
div.product .base-product-gallery-thumbnails .bt-woo-gallery-thumbnail img {
  border-radius: 5px;
}

#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;
}

.woocommerce ul.cart_list li a img {
  border: 1px solid var(--global-gray-400);
  border-radius: 5px;
}

div[id^=exit-popup].popup-drawer.exit-popup .drawer-inner .woocommerce ul li img {
  border: 1px solid var(--global-gray-400);
  padding: 0;
  margin: 0 15px 0 0;
  border-radius: 5px;
}

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

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

.mfp-woosq .mfp-close {
  margin-top: 0;
  margin-right: 12px;
}

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

.woocommerce-carousel .splide__track ul.products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform-style: unset;
          transform-style: unset;
}
.woocommerce-carousel .splide__track ul.products li.product {
  margin: 0;
  margin-right: 25px;
  width: calc(20% - 20px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.elementor-brand-wrapper .tmcore-carousel {
  display: block;
}
.elementor-brand-wrapper .splide__track .elementor-brand-item {
  width: 16.6667%;
}

.elementor-post-wrapper .splide__track .column-item {
  width: 33.3333%;
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 1366px) {
  .woocommerce-carousel .splide__track ul.products li.product {
    margin-right: 20px;
    width: calc(25% - 15px);
  }
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .site-footer .widget_mc4wp_form_widget .newsletter-wrapper {
    -webkit-padding-start: 20px;
            padding-inline-start: 20px;
  }
  .related.products .product-archive.grid-lg-col-5,
  .upsells.products .product-archive.grid-lg-col-5,
  .cross-sells .product-archive.grid-lg-col-5 {
    -ms-grid-columns: (minmax(0, 1fr))[4];
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .has-left-sidebar ul.product-archive {
    -ms-grid-columns: (minmax(0, 1fr))[3];
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .woocommerce div.product div.images {
    width: 600px !important;
  }
}
@media (max-width: 1024px) {
  .site-footer .site-footer-wrap:before {
    background-size: 220px;
    -webkit-background-size: 220px;
    height: 220px;
    width: 220px;
  }
  .site-footer .widget_mc4wp_form_widget {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .site-footer .widget_mc4wp_form_widget .widget-title {
    margin-bottom: 10px;
  }
  .site-footer .widget_mc4wp_form_widget .newsletter-wrapper {
    -webkit-padding-start: 0px;
            padding-inline-start: 0px;
  }
  .site-footer .footer-navigation ul li {
    padding: 0 15px;
  }
  .woocommerce .related.products > h2, .woocommerce .woosc-quick-table > h2, .woocommerce .up-sells.upsells.products > h2, .woocommerce .cross-sells > h2 {
    font-size: 23px;
  }
  .woocommerce .woocommerce-product-gallery .thumb-wrapper.splide__slider .splide__arrow, .woocommerce .woocommerce-product-gallery .thumb-wrapper.splide__slider .slick-arrow {
    border-radius: 50px;
    padding: 13px 9px;
  }
  .mobile-navigation .woocommerce ul.products li.product .product-action-wrap a {
    padding: 7px 25px;
  }
  .woocommerce-carousel .splide__track ul.products li.product {
    margin-right: 15px;
    width: calc(33.3333% - 10px);
  }
  .elementor-brand-wrapper .splide__track .elementor-brand-item {
    width: 25%;
  }
  .elementor-post-wrapper .splide__track .column-item {
    width: 50%;
  }
}
@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(-3.2rem);
    transform: translateY(-3.2rem);
  }
}
@media (max-width: 767px) {
  #colophon .site-info-inner .footer-html {
    margin: 15px 0px 15px 0px;
  }
  .cms-banner .elementor-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cms-banner .elementor-container .elementor-column {
    margin: auto;
    width: auto;
  }
  .elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper, .elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .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 15px;
  }
  .woocommerce .related.products > h2, .woocommerce .woosc-quick-table > h2, .woocommerce .up-sells.upsells.products > h2, .woocommerce .cross-sells > h2 {
    font-size: 20px;
  }
  .woocommerce table.shop_table input {
    font-size: 12px;
  }
  .mobile-navigation .woocommerce ul.products li.product .product-action-wrap a {
    padding: 7px 15px;
  }
  .elementor-brand-wrapper .splide__track .elementor-brand-item {
    width: 33.3333%;
  }
}
@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;
  }
}
@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: 719px) {
  #colophon .site-footer-wrap:before {
    background-size: 130px;
    -webkit-background-size: 130px;
    height: 130px;
    width: 130px;
  }
}
@media (max-width: 540px) {
  .site-header .site-header-item {
    margin-right: 15px;
  }
  .site-header .custom-logo-link img, .site-header img.base-dark-mode-logo {
    width: 120px;
  }
  .site-header .base-svg-iconset .thebase-search-svg, .site-header .base-svg-iconset .thebase-account-svg, .site-header .base-svg-iconset .base-menu-svg {
    font-size: 20px;
  }
  .site-header .base-svg-iconset .thebase-shopping-cart-svg {
    font-size: 19px;
  }
  .cms-banner .elementor-column .title .elementor-heading-title {
    font-size: 20px;
  }
  .cms-title .elementor-heading-title {
    font-size: 20px;
  }
  .site-footer .footer-social-wrap .footer-social-inner-wrap {
    font-size: 1.3em;
    gap: 0.4em;
  }
  .site-footer .footer-navigation ul li {
    padding: 0 1px;
  }
  .woocommerce-carousel .splide__track ul.products li.product {
    margin-right: 10px;
    width: calc(50% - 5px);
  }
  .elementor-post-wrapper .splide__track .column-item {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}