/**
* Theme Name:     Tennises 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:        2.0.1
* License:        GNU General Public License v3.0 (or later)
* License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/
:root {
  --global-gray-400: #e6e6e6;
}
@media (max-width: 767px) {
  :root {
    --global-button-height: 36px;
    --global-button-max-height: 36px;
  }
}

.color-switch-dark .brand-block .elementor-brand-image a img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.color-switch-dark .site-main-header-wrap .site-header-row-container-inner:not(.transparent-header .site-main-header-wrap .site-header-row-container-inner) {
  background: var(--global-palette8);
}
.color-switch-dark #colophon.site-footer {
  background: var(--global-palette9);
}

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

body:not(.home).color-switch-dark.transparent-header #masthead {
  background: var(--global-palette8);
}

body:not(.home).color-switch-dark .site-branding a.transparent-logo img.transparent-logo {
  display: none;
}

body.home.color-switch-dark.transparent-header .site-branding a.brand img.base-dark-mode-logo {
  display: none;
}

.transparent-header #masthead .custom-logo-link {
  display: none;
}

/*********************** Header **********************/
body:not(.home).transparent-header #masthead {
  background: var(--global-palette2);
}

.wp-site-blocks {
  position: relative;
}

.site-header .products-list .product-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.header-menu-container ul.menu > li.base-menu-mega-enabled > ul .nav-drop-title-wrap {
  font-weight: 600;
  font-size: 19px;
  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);
}

.site-footer .site-top-footer-wrap .widget_mc4wp_form_widget .mc4wp-form-fields .newsletter-form {
  margin-top: 45px;
}
.site-footer .site-top-footer-wrap .widget_mc4wp_form_widget .mc4wp-form-fields .newsletter-form input[type=email] {
  width: 500px;
  border-radius: 50px;
  height: 55px;
  padding: 10px 20px;
  border: 0;
  margin-right: 10px;
}
.site-footer .site-top-footer-wrap .widget_mc4wp_form_widget .mc4wp-form-fields .newsletter-form input[type=email]::-webkit-input-placeholder {
  color: var(--global-palette4);
}
.site-footer .site-top-footer-wrap .widget_mc4wp_form_widget .mc4wp-form-fields .newsletter-form input[type=email]::-moz-placeholder {
  color: var(--global-palette4);
}
.site-footer .site-top-footer-wrap .widget_mc4wp_form_widget .mc4wp-form-fields .newsletter-form input[type=email]:-ms-input-placeholder {
  color: var(--global-palette4);
}
.site-footer .site-top-footer-wrap .widget_mc4wp_form_widget .mc4wp-form-fields .newsletter-form input[type=email]::-ms-input-placeholder {
  color: var(--global-palette4);
}
.site-footer .site-top-footer-wrap .widget_mc4wp_form_widget .mc4wp-form-fields .newsletter-form input[type=email]::placeholder {
  color: var(--global-palette4);
}
.site-footer .site-top-footer-wrap .widget_mc4wp_form_widget .mc4wp-form-fields .newsletter-form input[type=submit] {
  padding: 9px 70px 9px 70px;
  height: 55px;
  vertical-align: top;
  background: var(--global-palette1);
  color: #000000;
}
.site-footer .site-middle-footer-wrap .footer-widget-area .widget li + li {
  margin: 10px 0 0;
}
.site-footer .site-middle-footer-wrap .contact_info .contact-info-container p {
  margin: 15px 0;
}
.site-footer .site-middle-footer-wrap .widget-title {
  padding-bottom: 15px;
}
.site-footer .site-middle-footer-wrap .contact_info .contact-info-container p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.woocommerce #reviews #comments h2, .woocommerce #reviews .comment-reply-title {
  font-size: 23px;
  font-weight: 600;
  color: var(--global-palette3);
}
.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: 500;
  font-style: italic;
  border-radius: 40px;
  padding: 8px 35px;
  line-height: 1.7;
  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);
}
.woocommerce table.shop_table input {
  font-size: 14px;
}
.woocommerce .base-sticky-add-to-cart-title-wrap .base-sticky-add-to-cart-title {
  font-size: 18px;
  font-weight: 600;
  font-style: italic;
  color: var(--global-palette3);
}
.woocommerce .related.products > h2, .woocommerce .woosc-quick-table > h2, .woocommerce .up-sells.upsells.products > h2, .woocommerce .cross-sells > h2 {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  text-transform: capitalize;
}
.woocommerce ul.products:not(.products-list-view) li.product:not(.product-item) {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
}
.woocommerce ul.products:not(.products-list-view) li.product:not(.product-item) .product-details.entry-content-wrap {
  padding: 16px 16px 24px;
  margin: 0 7px;
  text-align: left;
  border-radius: 4px;
}
.woocommerce ul.products:not(.products-list-view) li.product:not(.product-item) .product-details.entry-content-wrap .star-rating {
  float: none;
  margin: 6px 0 10px;
}
.woocommerce span.onsale {
  color: #222222;
}

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

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

.woosq-product .thumbnails .slick-arrow {
  width: 30px;
  height: 30px;
}
.woosq-product .thumbnails .slick-arrow:before {
  font-size: 16px;
  line-height: 28px;
}
.woosq-product .thumbnails .slick-arrow:hover:before {
  color: var(--global-palette3);
}

.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-color: var(--global-palette1);
  color: var(--global-palette3);
  border-radius: 0 !important;
}
.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);
}

.primary-sidebar.widget-area .widget {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--global-gray-400);
}
.primary-sidebar.widget-area .widget:last-child {
  border-bottom: 0;
}

.wp-block-latest-posts__list .wp-block-latest-posts__post-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.home-img-box .elementor-image-box-img {
  overflow: hidden;
}
.home-img-box .elementor-image-box-content .elementor-button-wrapper .elementor-button {
  margin-top: 10px;
  padding: 0;
  background-color: transparent;
  color: var(--global-palette3);
  text-decoration: underline;
}

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

.price-section .elementor-widget-container .sub-1 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 45px;
  vertical-align: super;
}
.price-section .elementor-widget-container .sub-2 {
  font-size: 70px;
}

.home-testimonial .item-box {
  position: relative;
}
.home-testimonial .icon {
  position: absolute;
  top: 20px;
  left: 9%;
}
.home-testimonial .content {
  background-color: var(--global-palette9);
  padding: 95px 60px 45px;
  -webkit-box-shadow: 0 0 20px 5px hsla(0, 0%, 49%, 0.1);
          box-shadow: 0 0 20px 5px hsla(0, 0%, 49%, 0.1);
}
.home-testimonial .elementor-testimonial-image, .home-testimonial .details {
  display: inline-block;
  vertical-align: middle;
}
.home-testimonial .details {
  margin-left: 15px;
}
.home-testimonial .splide__pagination {
  padding: 0;
}

.accordion-section .elementor-accordion-item .elementor-tab-title.elementor-active, .accordion-section .elementor-accordion-item .elementor-tab-title {
  border-radius: 50px;
  margin: 20px 0px;
}

.about-section .elementor-column .elementor-widget-image, .about-section .elementor-column .elementor-image-box-img {
  position: relative;
  overflow: hidden;
}
.about-section .elementor-column .elementor-widget-image:before, .about-section .elementor-column .elementor-image-box-img:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  z-index: 1;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.about-section .elementor-column .elementor-widget-image:hover:before, .about-section .elementor-column .elementor-image-box-img:hover:before {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
  opacity: 1;
  -webkit-opacity: 1;
  visibility: visible;
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}

#exit-popup.popup-drawer .drawer-inner .model-dismiss input, #welcome-popup.popup-drawer .drawer-inner .model-dismiss input {
  margin: 6px;
}

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

.mc4wp-form .mc4wp-response {
  display: contents;
}

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

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

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

.elementor-brand-wrapper .tmcore-carousel {
  display: block;
}
.elementor-brand-wrapper .splide__track .elementor-brand-item {
  width: 20%;
  padding-left: 15px;
  padding-right: 15px;
}

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

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

@media (max-width: 1366px) {
  .price-section .elementor-widget-container .sub-1 {
    font-size: 32px;
  }
  .price-section .elementor-widget-container .sub-2 {
    font-size: 56px;
  }
  .home-testimonial .content {
    padding: 95px 45px 45px;
  }
  .elementor-brand-wrapper .splide__track .elementor-brand-item {
    width: 25%;
  }
  .elementor-widget-tmcore-testimonials .splide__track .elementor-testimonial-item {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1025px) and (max-width: 1201px) {
  .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;
  }
  #main-header .header-button.button-size-custom {
    padding: 8px 40px 8px 40px;
  }
}
@media (min-width: 1025px) {
  .site-footer-row.site-footer-row-columns-4 {
    -ms-grid-columns: minmax(0, 1.2fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  }
}
@media (max-width: 1024px) {
  .mobile-navigation .woocommerce ul.products li.product .product-action-wrap a {
    padding: 8px 35px;
  }
  .woocommerce .woocommerce-product-gallery .thumb-wrapper.splide__slider .splide__arrow, .woocommerce .woocommerce-product-gallery .thumb-wrapper.splide__slider .slick-arrow {
    padding: 13px 9px;
    border-radius: 50%;
  }
  .woocommerce .woocommerce .related.products > h2, .woocommerce .woocommerce .woosc-quick-table > h2, .woocommerce .woocommerce .up-sells.upsells.products > h2, .woocommerce .woocommerce .cross-sells > h2 {
    font-size: 30px;
  }
  .site-footer .site-middle-footer-wrap .widget-title {
    padding-bottom: 10px;
  }
  .site-footer .site-middle-footer-wrap .footer-social-wrap {
    margin-top: 10px;
  }
  .price-section .price-col {
    width: 330px;
  }
  .price-section .price-col .elementor-widget-container .sub-1 {
    font-size: 35px;
  }
  .price-section .price-col .elementor-widget-container .sub-2 {
    font-size: 50px;
  }
  .home-testimonial .icon {
    top: 10px;
    left: 5%;
  }
  .home-testimonial .content {
    padding: 95px 30px 35px;
  }
  .elementor-post-wrapper .splide__track .column-item {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@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);
  }
  .video-section .elementor-custom-embed-play {
    top: 40%;
  }
}
@media (max-width: 767px) {
  .woocommerce ul.products:not(.products-list-view) li.product:not(.product-item) .product-details.entry-content-wrap {
    padding: 10px 0;
  }
  .woocommerce ul.products:not(.products-list-view) li.product:not(.product-item) .product-details.entry-content-wrap .star-rating {
    margin: 3px 0 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: 5px 15px;
  }
  .mobile-navigation .woocommerce ul.products li.product .product-action-wrap a {
    padding: 5px 15px;
  }
  .site-footer .site-top-footer-wrap .widget_mc4wp_form_widget .mc4wp-form-fields .newsletter-content .widget-title {
    margin-bottom: 5px;
  }
  .site-footer .site-top-footer-wrap .widget_mc4wp_form_widget .mc4wp-form-fields .newsletter-form {
    margin-top: 20px;
  }
  .site-footer .site-top-footer-wrap .widget_mc4wp_form_widget .mc4wp-form-fields .newsletter-form input[type=email] {
    width: 330px;
    height: 45px;
  }
  .site-footer .site-top-footer-wrap .widget_mc4wp_form_widget .mc4wp-form-fields .newsletter-form input[type=submit] {
    height: 45px;
    padding: 5px 30px 6px 30px;
  }
  .price-section .price-col {
    width: 300px;
  }
  .accordion-section .elementor-accordion-item .elementor-tab-title.elementor-active,
  .elementor-accordion-item .elementor-tab-title {
    margin: 10px 0px;
  }
  .home-testimonial .icon {
    top: 20px;
    left: 28px;
  }
  .elementor-brand-wrapper .splide__track .elementor-brand-item {
    width: 33.3333%;
  }
}
@media (max-width: 719px) {
  .ft-ro-m-dir-column .site-footer-section {
    grid-row-gap: 0px;
  }
}
@media (min-width: 541px) and (max-width: 767px) {
  .home-img-box .elementor-column, .home-icon-box .elementor-column {
    width: 50% !important;
  }
}
@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: 599px) {
  .site-middle-footer-inner-wrap .wp-block-gallery.wp-block-gallery-is-layout-flex .wp-block-image {
    width: calc(33.33333% - var(--wp--style--unstable-gallery-gap, 16px) * 0.66667) !important;
  }
}
@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 (max-width: 540px) {
  .woocommerce .related.products > h2, .woocommerce .woosc-quick-table > h2, .woocommerce .up-sells.upsells.products > h2, .woocommerce .cross-sells > h2 {
    font-size: 26px;
  }
  .site-header-item {
    margin-right: 12px;
  }
  .transparent-logo img, .custom-logo-link img, img.base-dark-mode-logo {
    width: 150px;
  }
  .site-footer .site-top-footer-wrap .widget_mc4wp_form_widget .mc4wp-form-fields .newsletter-form input[type=email] {
    width: 100%;
    margin-bottom: 10px;
  }
  .elementor-post-wrapper .splide__track .column-item {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}