/**
* Theme Name:     Hotdrink 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: #d9d9d9;
}

.woocommerce form .form-row label, .woocommerce table.shop_table tfoot th, .woocommerce table.shop_table th {
  font-weight: 500;
}

.welcome-newsletter input[type=email] {
  min-height: 45px;
  min-width: 220px;
  padding-left: 15px;
  border-radius: 0;
  max-width: 220px;
  margin-bottom: 10px;
}

.welcome-newsletter {
  text-align: center;
}

.site-header .elementor-section .elementor-element.elementor-widget-tmcore-product-categories .product-cat:hover .cat-image img {
  border-color: var(--global-palette1);
}
.site-header .site-top-header-wrap .header-cart-wrap .header-cart-inner-wrap .header-cart-button {
  border-radius: 50px;
}
.site-header .site-top-header-wrap .header-cart-wrap .header-cart-inner-wrap .header-cart-button .header-cart-total {
  min-width: 1.6em;
  min-height: 1.6em;
  position: absolute;
  right: 4px;
  top: 25px;
}
.site-header .site-main-header-wrap .main-navigation .primary-menu-container > ul > li.menu-item {
  margin: 0 5px;
}
.site-header .site-main-header-wrap .main-navigation .primary-menu-container > ul > li.menu-item.current-menu-item > a {
  background: var(--global-palette1);
}
.site-header .site-main-header-wrap .main-navigation .primary-menu-container > ul > li.menu-item > a:hover {
  background: var(--global-palette1);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.site-header .secondary-navigation .secondary-menu-container > ul li.menu-item:first-child a {
  padding-left: 0;
}

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

.site-footer .site-middle-footer-wrap .mc4wp-form .newsletter-form {
  position: relative;
  max-width: 520px;
  margin: 0 auto;
}
.site-footer .site-middle-footer-wrap .mc4wp-form .newsletter-form input[type=email] {
  width: 520px;
  height: 47px;
  background-color: var(--global-palette9);
  border: none;
  border-radius: 0;
  padding: 15px 60px 15px 20px;
}
.site-footer .site-middle-footer-wrap .mc4wp-form .newsletter-form input[type=submit] {
  position: absolute;
  right: 8px;
  background-color: transparent;
  height: 45px;
  background-image: url(./img/newsletter-icon.svg);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: 50%;
  padding: 10px 20px;
  color: var(--e-global-color-base1);
}
.site-footer .site-bottom-footer-wrap .footer-navigation .footer-menu-container li {
  position: relative;
}
.site-footer .site-bottom-footer-wrap .footer-navigation .footer-menu-container li a::after {
  display: inline-block;
  content: "";
  background-color: rgba(255, 255, 255, 0.1);
  height: 20px;
  width: 1px;
  position: absolute;
  right: 0;
}
.site-footer .site-bottom-footer-wrap .footer-navigation .footer-menu-container li:last-child a::after {
  display: none;
}

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

.button-hover .elementor-button:hover, .button-hover .post-button:hover {
  text-decoration: none !important;
}

.home-testimonial {
  position: relative;
}
.home-testimonial .splide__pagination.splide__pagination--ltr {
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 0px;
}
.home-testimonial .item-box {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 30px;
}
.home-testimonial:hover .splide__pagination.splide__pagination--ltr {
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.elementor-element.elementor-widget-tmcore-post-grid .elementor-post-wrapper .entry-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.elementor-element.elementor-widget-tmcore-post-grid .elementor-post-wrapper .entry-excerpt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.archive.category .entry-hero.post-archive-hero-section .entry-hero-container-inner, .archive.tag .entry-hero.post-archive-hero-section .entry-hero-container-inner {
  padding: 10px 0;
}
.archive.category .entry-hero.post-archive-hero-section .entry-header P, .archive.tag .entry-hero.post-archive-hero-section .entry-header P {
  margin-top: 5px;
}

.archive.tax-product_brands .entry-hero.product-archive-hero-section .entry-hero-container-inner {
  padding: 10px 0;
}
.archive.tax-product_brands .entry-hero.product-archive-hero-section .entry-header P {
  margin-top: 5px;
}

.primary-sidebar .widget .wp-block-latest-posts__list li {
  line-height: 1.5;
}

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

.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: 30px;
  width: calc(20% - 24px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.elementor-widget-tmcore-testimonials .splide__track .elementor-testimonial-item {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

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

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

.elementor-widget-tmcore-product-categories-carousel .splide__track ul.categories li.category {
  margin-right: 10px;
  width: calc(50% - 5px);
}

.home-category .product-cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.home-category .product-cat .cat-image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.home-category .product-cat .cat-contents {
  width: 250px;
  padding-left: 40px;
}
.home-category .product-cat .cat-contents .sub-categories {
  margin-bottom: 0;
}
.home-category .product-cat:hover .cat-image a img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.menu .menu-item .woocommerce ul.products li.product {
  background-color: transparent;
}

.woocommerce ul.products.woo-archive-action-on-hover:not(.products-list-view) li.product.is-visible:hover .entry-content-wrap, .woocommerce ul.products.woo-archive-action-on-hover:not(.products-list-view) li.product.is-visible:focus-within .entry-content-wrap, .woocommerce ul.products.woo-archive-action-on-hover:not(.products-list-view) li.product:hover .entry-content-wrap, .woocommerce ul.products.woo-archive-action-on-hover:not(.products-list-view) li.product:focus-within .entry-content-wrap {
  background-color: transparent;
}
.woocommerce ul.products:not(.products-list-view) li.product:not(.product-item, .product-cat) {
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
}
.woocommerce ul.products:not(.products-list-view) li.product:not(.product-item, .product-cat) .product-details.entry-content-wrap {
  padding-left: 0;
  padding-right: 0;
  background: transparent;
}
.woocommerce ul.products:not(.products-list-view) li.product:not(.product-item, .product-cat) .product-details.entry-content-wrap .star-rating {
  float: none;
  margin: 8px 0;
}
.woocommerce ul.products:not(.products-list-view) li.product:not(.product-item, .product-cat) .product-details.entry-content-wrap .woocommerce-loop-product__title {
  padding-bottom: 0;
}
.woocommerce ul.products:not(.products-list-view) li.product:not(.product-item, .product-cat) .product-details.entry-content-wrap .product-action-wrap.style-button {
  top: -41px;
  bottom: auto;
  padding: 0;
}
.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: 13px;
  font-weight: 500;
  border-radius: 0;
  padding: 8px 25px;
  letter-spacing: 0.5;
  line-height: 2;
  text-transform: uppercase;
}
.woocommerce .related.products > h2, .woocommerce .woosc-quick-table > h2, .woocommerce .up-sells.upsells.products > h2, .woocommerce .cross-sells > h2 {
  font-size: 20px;
  text-align: center;
  position: relative;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.woocommerce div.product div.summary .product-onsale span.onsale {
  padding: 0;
  font-size: 13px;
  width: 40px;
  height: 40px;
  max-width: 100%;
}
.woocommerce table.shop_table input {
  font-size: 14px;
}
.woocommerce div.product .button.single_add_to_cart_button {
  padding: 0 18px;
}
.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: 14px;
  font-weight: 400;
}
.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
  background-color: var(--global-palette8);
}
.woocommerce span.onsale {
  background-color: var(--global-palette1);
  font-size: 0.8em;
  padding: 0;
  width: 40px;
  height: 40px;
  font-weight: 500;
  border-radius: 50%;
  line-height: 40px;
}
.woocommerce div.product form.cart.grouped_form .woocommerce-grouped-product-list.group_table, .woocommerce div.product form.cart.grouped_form .woocommerce-grouped-product-list-item {
  background-color: var(--global-palette8);
}

.menu .menu-item .woocommerce ul.products li.product .onsale {
  padding: 0;
  font-size: 0.8em;
}

.woocommerce:not(.products-list) ul.products-list-view li.product {
  border-radius: 0;
  border: none;
  background-color: var(--global-palette9);
}
.woocommerce:not(.products-list) ul.products-list-view li.product .product-thumbnail {
  border-right: 1px solid var(--global-gray-400);
}

.content-style-unboxed .content-bg.loop-entry .content-bg:not(.loop-entry) {
  background-color: transparent;
}

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

.tr-price, .price, .woocommerce-grouped-product-list-item__price {
  color: var(--global-palette1);
  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: 600;
}

.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: 17px;
  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 {
  background-color: var(--global-palette9);
}

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

.primary-sidebar.widget-area .widget, #filter-drawer .drawer-inner .product-filter-widgets .widget {
  background-color: var(--global-palette9);
  padding: 20px;
}
.primary-sidebar.widget-area .widget .widget-title, #filter-drawer .drawer-inner .product-filter-widgets .widget .widget-title {
  border-bottom: 1px solid var(--global-gray-400);
  padding-bottom: 10px;
}
.primary-sidebar.widget-area .widget .widget-title::after, #filter-drawer .drawer-inner .product-filter-widgets .widget .widget-title::after {
  top: -4px;
}

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

.menu .menu-item .woocommerce ul.products li.product .woocommerce-loop-product__title a, .woocommerce .woocommerce-loop-product__title, .products-list .product-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.products-list .product-title {
  -webkit-line-clamp: 3;
}

.variations .bas_radio_variations label {
  background: var(--global-palette9);
}

.quantity.spinners-added {
  background: var(--global-palette9);
}

.tparrows.tp-rightarrow:hover:before, .tparrows.tp-leftarrow:hover:before {
  color: #fff;
}

#payment ul.wc_payment_methods li.wc_payment_method input[type=radio]:first-child:checked + label {
  background-color: var(--global-palette8);
}

#bt-reviews-overview .bt_rating_bar_bg, #bt-reviews-overview .bt_reviews_stats_total {
  background: var(--global-palette9);
}

.color-switch-dark #masthead .base-sticky-header.item-is-fixed:not(.item-at-start):not(.site-header-row-container):not(.item-hidden-above):not(.site-main-header-wrap), .color-switch-dark #masthead .base-sticky-header.item-is-fixed:not(.item-at-start):not(.item-hidden-above) > .site-header-row-container-inner {
  background-color: #181818;
}
.color-switch-dark .site-top-header-wrap .site-header-row-container-inner {
  background-image: none;
  background-color: var(--global-palette9);
}
.color-switch-dark .newsletter-color {
  -webkit-filter: grayscale(100%) brightness(0%) contrast(0%);
          filter: grayscale(100%) brightness(0%) contrast(0%);
}
.color-switch-dark .title-before img, .color-switch-dark .title-after img, .color-switch-dark .elementor-brand-image img {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.color-switch-dark .woocommerce .related.products > h2::before, .color-switch-dark .woocommerce .related.products > h2::after, .color-switch-dark .woocommerce .woosc-quick-table > h2::before, .color-switch-dark .woocommerce .woosc-quick-table > h2::after, .color-switch-dark .woocommerce .up-sells.upsells.products > h2::before, .color-switch-dark .woocommerce .up-sells.upsells.products > h2::after, .color-switch-dark .woocommerce .cross-sells > h2::before, .color-switch-dark .woocommerce .cross-sells > h2::after {
  content: "";
  -webkit-filter: invert(1);
          filter: invert(1);
}
.color-switch-dark #colophon {
  background: #181818;
}
.color-switch-dark .site-footer .site-middle-footer-wrap .mc4wp-form .newsletter-form input[type=email] {
  background-color: #212121;
}

@media (max-width: 1366px) {
  .home-category .product-cat .cat-contents {
    padding-left: 30px;
  }
  .woocommerce-carousel .splide__track ul.products li.product {
    margin-right: 25px;
    width: calc(25% - 18.75px);
  }
  .elementor-brand-wrapper .splide__track .elementor-brand-item {
    width: 25%;
  }
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .single-product .grid-lg-col-5, .woocommerce-cart .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));
  }
}
@media (max-width: 1024px) {
  #colophon .footer-html {
    margin: 20px 0 0 0;
  }
  .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: 8px 20px;
  }
  .custom-logo-link img, img.base-dark-mode-logo {
    width: 180px;
  }
  #filter-drawer .drawer-inner .product-filter-widgets .widget {
    padding: 0;
  }
  .home-category .product-cat .cat-contents {
    width: 180px;
    padding-left: 25px;
  }
  .woocommerce-carousel .splide__track ul.products li.product {
    margin-right: 15px;
    width: calc(25% - 11.25px);
  }
  .elementor-post-wrapper .splide__track .column-item {
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .archive ul.products:not(.products-list-view, .woocommerce.columns-mobile-1 ul.products.grid-cols):not(.splide_list), .single-product ul.products:not(.products-list-view, .woocommerce.columns-mobile-1 ul.products.grid-cols):not(.splide_list), .woocommerce-cart ul.products:not(.products-list-view, .woocommerce.columns-mobile-1 ul.products.grid-cols):not(.splide_list) {
    -ms-grid-columns: (minmax(0, 1fr))[4];
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 541px) and (max-width: 767px) {
  .archive ul.products:not(.products-list-view, .woocommerce.columns-mobile-1 ul.products.grid-cols):not(.splide_list), .single-product ul.products:not(.products-list-view, .woocommerce.columns-mobile-1 ul.products.grid-cols):not(.splide_list), .woocommerce-cart ul.products:not(.products-list-view, .woocommerce.columns-mobile-1 ul.products.grid-cols):not(.splide_list) {
    -ms-grid-columns: (minmax(0, 1fr))[3];
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .woocommerce ul.products:not(.products-list-view) li.product:not(.product-item) .product-details.entry-content-wrap .product-action-wrap.style-button {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    width: 100%;
    margin-top: 4px;
  }
  .woocommerce ul.products:not(.products-list-view) li.product:not(.product-item) .product-details.entry-content-wrap .star-rating {
    margin: 6px 0;
  }
  .archive ul.products:not(.products-list-view):not(.splide__list):not(.products-list ul.products),
  .archive .wp-site-blocks .wc-block-grid:not(.has-2-columns):not(.has-1-columns) .wc-block-grid__products, .single-product ul.products:not(.products-list-view):not(.splide__list):not(.products-list ul.products),
  .single-product .wp-site-blocks .wc-block-grid:not(.has-2-columns):not(.has-1-columns) .wc-block-grid__products, .woocommerce-cart ul.products:not(.products-list-view):not(.splide__list):not(.products-list ul.products),
  .woocommerce-cart .wp-site-blocks .wc-block-grid:not(.has-2-columns):not(.has-1-columns) .wc-block-grid__products {
    -webkit-column-gap: 1em;
       -moz-column-gap: 1em;
            column-gap: 1em;
    row-gap: 1em;
  }
  .custom-logo-link img, img.base-dark-mode-logo {
    width: 160px;
  }
  #colophon .footer-navigation .footer-menu-container > ul > li > a {
    padding-left: 0.75em;
    padding-right: 0.75em;
  }
  .home-testimonial .item-box {
    margin-left: 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;
  }
  .home-category .product-cat .cat-contents {
    width: 160px;
    padding-left: 15px;
  }
  .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: 33.3333%;
  }
}
@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: none;
    transform: none;
  }
}
@media (max-width: 600px) {
  .home-category li.product {
    width: 100% !important;
  }
}
@media (max-width: 575px) {
  .woocommerce ul.products.products-list-view li.product .product-thumbnail {
    border-right: 0;
  }
}
@media (max-width: 540px) {
  .site-header .site-header-item {
    margin-right: 12px;
  }
  .site-header .site-header-item .custom-logo-link img, .site-header .site-header-item img.base-dark-mode-logo {
    width: 130px;
  }
  .woocommerce-carousel .splide__track ul.products li.product {
    width: calc(50% - 7.5px);
  }
  .elementor-post-wrapper .splide__track .column-item {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}