/**
* Theme Name:     Winedrink 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;
  --global-gray-500: #dddddd;
}

.woocommerce form .form-row label {
  font-weight: 500;
  font-size: 100%;
}

.woocommerce .wc-block-components-notice-banner {
  font-size: 1em;
}

b, strong {
  font-weight: 600;
}

#payment ul.wc_payment_methods li.wc_payment_method > label, .woocommerce ul#shipping_method li label,
.woocommerce div.product form.cart .variations label, .woocommerce #reviews #comments h2, .woocommerce #reviews .comment-reply-title,
.woocommerce table.shop_table th, .woocommerce table.shop_table tfoot th, .woocommerce table.shop_table tbody th, .woocommerce td.product-name dl.variation dt,
.base-sticky-add-to-cart-title-wrap .base-sticky-add-to-cart-title, .woocommerce table.shop_attributes th {
  font-weight: 500;
}

.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
  font-size: 1em;
}

.base-sticky-header.item-is-fixed:not(.item-at-start):not(.item-hidden-above) > .site-header-row-container-inner {
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
}

.header-account-in-wrap span.base-svg-iconset, .header-account-wrap span.base-svg-iconset {
  display: none;
}

.header-cart-button .header-cart-total {
  margin-left: -0.5em;
}

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

ul.sub-menu .elementor-element.elementor-widget-tmcore-products .products-list .product-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.woocommerce ul.products:not(.products-list-view) li.product:not(.product-item) {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  border: none;
  background: var(--global-palette9);
}
.woocommerce ul.products:not(.products-list-view) li.product:not(.product-item) .product-details.entry-content-wrap {
  padding: 15px 15px;
  text-align: center;
  border-radius: 0;
}
.woocommerce ul.products:not(.products-list-view) li.product:not(.product-item) .product-details.entry-content-wrap .star-rating {
  float: none;
  margin: 5px auto 10px auto;
}
.woocommerce ul.products:not(.products-list-view) li.product:not(.product-item) .product-details.entry-content-wrap .woocommerce-loop-product__title a {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.woocommerce ul.products:not(.products-list-view) li.product:not(.product-item) .product-details.entry-content-wrap .product-action-wrap.style-button {
  bottom: -2.4rem;
}
.woocommerce span.onsale {
  font-size: 12px;
  font-weight: 500;
  border-radius: 50px;
  padding: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.woocommerce div.product div.summary span.onsale {
  padding: 0px 9px;
}

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

.woocommerce ul.products.products-list-view li.product {
  padding: 1rem;
  background: var(--global-palette9);
  border: none;
  border-radius: 0;
}
.woocommerce ul.products.products-list-view li.product .woocommerce-loop-product__title {
  font-size: 18px;
}
.woocommerce ul.products.products-list-view li.product .product-details.entry-content-wrap .star-rating {
  float: none;
}

.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: 16px;
  font-weight: 400;
  font-family: var(--global-heading-font-family);
  text-transform: capitalize;
  border-radius: 0px;
  padding: 8px 28px;
  line-height: 1.8;
}
.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-palette2);
  color: var(--global-palette9);
}

.primary-sidebar.widget-area .widget {
  background-color: var(--global-palette9);
  padding: 25px;
}

.woocommerce section.products > h2 {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.archive.category .archive-description, .archive.tag .archive-description {
  color: #ffffff;
}

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

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

.cms-two-banner .elementor-widget-image, .cms-four-banner .elementor-widget-image {
  overflow: hidden;
}

.single-product .woocommerce-grouped-product-list-item {
  background: none;
}

.single-product .product-details.content-bg.entry-content-wrap {
  background: var(--global-palette9);
}

.woocommerce-carousel ul.products {
  margin: 0px !important;
}

.video-section .elementor-widget-video .elementor-wrapper {
  --video-aspect-ratio: 2.715 !important;
}

.video-section .elementor-custom-embed-play {
  top: 66%;
}

.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(25% - 22.5px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

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

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

.testimonial .content {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.testimonial .content::before {
  content: "";
  position: absolute;
  left: 55px;
  top: 42px;
  display: inline-block;
  -webkit-mask-image: url(../default/img/quote.svg);
          mask-image: url(../default/img/quote.svg);
  background-color: var(--global-palette1);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 30px;
          mask-size: 30px;
  width: 40px;
  height: 40px;
}
.testimonial .elementor-testimonial-image {
  float: left;
  padding-right: 15px;
}
.testimonial .details {
  text-align: left;
  margin-top: 40px;
}
.testimonial .splide__list {
  margin: 1px !important;
}
.testimonial .splide__pagination {
  padding-left: 0;
  margin-top: 15px;
}

.elementor-element.elementor-widget-tmcore-post-grid .elementor-post-wrapper .entry-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -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;
}
.elementor-element.elementor-widget-tmcore-post-grid .elementor-post-wrapper .post-button:hover {
  text-decoration: none;
}

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

.blog.content-style-unboxed .entry, .archive.content-style-unboxed .entry {
  background: none;
}

.site-middle-footer-inner-wrap .mc4wp-form-fields .newsletter-form input[type=email] {
  margin-top: 15px;
  width: 315px;
  height: 50px;
  border-radius: 0;
  padding: 10px 20px;
  border: none;
}
.site-middle-footer-inner-wrap .mc4wp-form-fields .newsletter-form input[type=submit] {
  margin-top: 15px;
}
.site-middle-footer-inner-wrap .mc4wp-form-fields .newsletter-form input[type=submit]:hover {
  background: var(--global-palette1);
  color: var(--global-palette9);
}
.site-middle-footer-inner-wrap .site-info-inner .contact-info-container p + p {
  margin: 10px 0 0;
}
.site-middle-footer-inner-wrap .widget-area .widget-title {
  margin-bottom: 30px;
}

.product-actions .woosw-btn.woosw-btn-has-icon, .product-actions .woosc-btn.woosc-btn-has-icon, .product-actions .woosq-btn.woosq-btn-has-icon {
  background: var(--global-palette9);
  color: var(--global-palette3);
  -webkit-box-shadow: 0 0 9px rgba(85, 85, 85, 0.1333333333);
          box-shadow: 0 0 9px rgba(85, 85, 85, 0.1333333333);
}

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

.woocommerce table.shop_table {
  font-size: 100%;
}

.select2-container--open .select2-dropdown--below, .select2-container--open .select2-dropdown--above {
  z-index: 1;
}

@media (min-width: 1900px) {
  .site-header-row-layout-fullwidth > .site-header-row-container-inner > .site-container {
    max-width: 1900px;
    margin: auto;
    width: 100%;
  }
}
@media (max-width: 1366px) {
  .site-main-header-wrap .site-header-row-container-inner > .site-container {
    padding: 0px 21px 0px 21px;
  }
}
@media (max-width: 1200px) {
  .main-navigation .primary-menu-container > ul > li.menu-item > a {
    padding-left: 0.375em;
    padding-right: 0.375em;
  }
  .video-section .elementor-custom-embed-play {
    top: 70%;
  }
  .testimonial .content::before {
    left: 40px;
  }
}
@media (max-width: 1024px) {
  #mobile-drawer .drawer-inner, #filter-drawer .drawer-inner {
    background: #faf8f2;
  }
  .site-main-header-wrap .site-header-row-container-inner > .site-container {
    padding: 0px 15px 0px 15px;
  }
  .site-header .custom-logo-link, .site-header .brand {
    width: 200px;
    display: block;
  }
  .sub-menu .menu-item .woocommerce ul.products li.product {
    margin-bottom: 15px;
  }
  .testimonial .content::before {
    left: 33px;
    top: 23px;
  }
  .popup-drawer .drawer-content {
    padding: 0 0.5em 0.5em;
  }
  .drawer-content {
    margin-top: 15px;
  }
  .drawer-content .widget-area .widget {
    background: var(--global-palette9);
    padding: 15px;
  }
  .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;
  }
  .video-section .elementor-custom-embed-play {
    top: 74%;
  }
  .has-left-sidebar ul.product-archive {
    -ms-grid-columns: (minmax(0, 1fr))[3];
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .woocommerce-carousel .splide__track ul.products li.product {
    margin-right: 20px;
    width: calc(33.3333% - 13.3333px);
  }
  .elementor-post-wrapper .splide__track .column-item {
    width: 50%;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  section.up-sells.upsells.products .product-archive, .cross-sells .product-archive {
    -ms-grid-columns: (minmax(0, 1fr))[3];
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@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) {
  .cms-two-banner .col, .cms-four-banner .col {
    width: auto;
    margin: 0 auto;
  }
  .woocommerce ul.products:not(.products-list-view) li.product:not(.product-item) .product-details.entry-content-wrap {
    padding: 10px;
  }
  .woocommerce ul.products:not(.products-list-view) li.product:not(.product-item) .product-details.entry-content-wrap .product-action-wrap.style-button a {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin: 0 auto;
  }
  .mobile-navigation .woocommerce ul.products.woo-archive-btn-button .product-action-wrap .button:not(.kb-button) {
    padding: 8px 20px;
  }
  .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: 15px;
  }
  .testimonial .content::before {
    left: 27px;
    top: 27px;
    -webkit-mask-size: 25px;
            mask-size: 25px;
    width: 30px;
    height: 30px;
  }
  .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;
  }
  .elementor-widget-tmcore-testimonials .splide__track .elementor-testimonial-item {
    width: 100%;
  }
  .woocommerce span.onsale {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}
@media (max-width: 767px) and (min-width: 541px) {
  .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));
  }
  .sub-menu .elementor-element.elementor-widget-tmcore-products ul.products {
    -ms-grid-columns: (minmax(0, 1fr))[1];
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (max-width: 575px) {
  .woocommerce ul.products-list-view .product-thumbnail {
    padding: 0rem;
  }
  .woocommerce ul.products li.product:not(.product-item) .product-details.entry-content-wrap {
    padding: 1rem 0rem 0rem 0rem;
  }
  .woocommerce ul.products.products-list-view {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .video-section .elementor-element.head-1 {
    top: 10%;
  }
  .video-section .elementor-element.head-2 .elementor-heading-title {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (max-width: 540px) {
  .woocommerce-carousel .splide__track ul.products li.product {
    margin-right: 15px;
    width: calc(50% - 7.5px);
  }
  .elementor-post-wrapper .splide__track .column-item {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .site-header .custom-logo-link, .site-header .brand {
    width: 150px;
    display: block;
  }
  .site-main-header-wrap .site-header-row-container-inner > .site-container {
    padding: 0px 8px 0px 8px;
  }
  .site-header-item {
    margin-right: 12px;
  }
  .parallex .elementor-element .head-2 .elementor-heading-title {
    font-size: 28px;
    line-height: 32px;
  }
  .video-section .elementor-element.head-1 {
    top: 8%;
  }
  .video-section .elementor-element.head-2 .elementor-heading-title {
    font-size: 22px;
    line-height: 26px;
  }
  .video-section .elementor-custom-embed-play {
    top: 76%;
  }
  .video-section .elementor-element.elementor-element-9ea0de3 .elementor-custom-embed-play svg {
    height: 55px;
    width: 55px;
  }
  .site-middle-footer-inner-wrap .wp-block-image img {
    width: 200px;
  }
}
@media (max-width: 380px) {
  .parallex .elementor-element .head-1 .elementor-heading-title {
    font-size: 16px;
  }
  .parallex .elementor-element .head-2 .elementor-heading-title {
    font-size: 24px;
    line-height: 30px;
  }
  .video-section .elementor-element.head-1 {
    top: 6%;
  }
  .video-section .elementor-element.head-2 .elementor-heading-title {
    font-size: 20px;
    line-height: 21px;
  }
  .video-section .elementor-custom-embed-play {
    top: 80%;
  }
  .video-section .elementor-element.elementor-element-9ea0de3 .elementor-custom-embed-play svg {
    height: 50px;
    width: 50px;
  }
}
body.color-switch-dark {
  background: #262626;
}

.color-switch-dark .slider-btn {
  background-color: var(--global-palette-btn-bg) !important;
  color: var(--global-palette-btn) !important;
}
.color-switch-dark .slider-btn:hover {
  background-color: var(--global-palette-btn-bg-hover) !important;
  color: var(--global-palette-btn-hover) !important;
}
.color-switch-dark #mobile-drawer .drawer-inner, .color-switch-dark #filter-drawer .drawer-inner {
  background: #262626;
}
.color-switch-dark .elementor-element.service-section {
  border-color: #2f3336;
}
.color-switch-dark #colophon {
  --global-palette9: #ffffff;
}
.color-switch-dark .site-footer .site-footer-wrap .site-footer-section .footer-social-wrap .footer-social-inner-wrap .social-button:hover {
  color: var(--global-palette7);
  background: var(--global-palette1);
}
.color-switch-dark .site-middle-footer-inner-wrap .mc4wp-form-fields .newsletter-form input[type=email] {
  background: var(--global-palette7);
}
.color-switch-dark .site-middle-footer-inner-wrap .mc4wp-form-fields .newsletter-form input[type=submit]:hover {
  background: var(--global-palette-btn-bg);
  color: var(--global-palette-btn);
}