/**
* Theme Name:     GoClean 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;
}
:root .color-switch-dark #masthead, :root .color-switch-dark #colophon {
  background: var(--global-palette8);
}

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

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

.site-footer .contact-info-container p::before {
  display: none;
}
.site-footer .contact-info-container p + p {
  margin: 10px 0 0 0;
}
.site-footer .widget-area .widget-title {
  margin-bottom: 20px;
}
.site-footer .mc4wp-form-fields .newsletter-wrapper {
  position: relative;
  width: 650px;
}
.site-footer .mc4wp-form-fields .newsletter-wrapper input[type=email] {
  background-color: var(--global-palette9);
  padding: 10px 10px 10px 15px;
  border: 0;
  border-radius: 5px;
  width: 100%;
  color: var(--global-palette3);
  height: 45px;
}
.site-footer .mc4wp-form-fields .newsletter-wrapper input[type=email]::-webkit-input-placeholder {
  color: #707070;
}
.site-footer .mc4wp-form-fields .newsletter-wrapper input[type=email]::-moz-placeholder {
  color: #707070;
}
.site-footer .mc4wp-form-fields .newsletter-wrapper input[type=email]:-ms-input-placeholder {
  color: #707070;
}
.site-footer .mc4wp-form-fields .newsletter-wrapper input[type=email]::-ms-input-placeholder {
  color: #707070;
}
.site-footer .mc4wp-form-fields .newsletter-wrapper input[type=email]::placeholder {
  color: #707070;
}
.site-footer .mc4wp-form-fields .newsletter-wrapper input[type=submit] {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  font-size: 0;
  background-color: #ff5b4a;
  background-image: url(./img/newsletter-icon.svg);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 50%;
  width: 50px;
  border-radius: 0 5px 5px 0;
  height: 45px;
  padding: 0;
}
.site-footer .mc4wp-form-fields .newsletter-wrapper input[type=submit]:hover {
  background-color: var(--global-palette1);
  opacity: 0.9;
}
.site-footer .wp-widget-group__inner-blocks .wp-block-tag-cloud a {
  margin: 0;
}
.site-footer .wp-widget-group__inner-blocks .wp-block-tag-cloud a::after {
  content: "|";
  color: #ffffff;
  opacity: 0.3;
  padding: 0 12px;
}
.site-footer .wp-widget-group__inner-blocks .wp-block-tag-cloud a:last-child::after {
  display: none;
}
.site-footer .widget {
  margin-bottom: 60px;
}
.site-footer .widget:last-child {
  margin: 0;
}

.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 img {
  border: 1px solid var(--global-gray-400);
}
.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: 600;
  border-radius: 5px;
  padding: 6px 32px;
  line-height: 2;
  text-transform: capitalize;
  overflow: hidden;
  max-height: var(--global-button-max-height);
}
.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: 100%;
}
.woocommerce .base-sticky-add-to-cart-title-wrap .base-sticky-add-to-cart-title {
  font-size: 20px;
  font-weight: 600;
}
.woocommerce .related.products > h2, .woocommerce .woosc-quick-table > h2, .woocommerce .up-sells.upsells.products > h2, .woocommerce .cross-sells > h2 {
  font-size: 44px;
  font-weight: 700;
  text-align: center;
}
.woocommerce ul.products:not(.products-list-view) li.product {
  border: none;
  border-radius: 0;
}
.woocommerce ul.products:not(.products-list-view) li.product .product-details.entry-content-wrap {
  margin: 0 10px;
  border-radius: 5px;
}
.woocommerce ul.products:not(.products-list-view) li.product .product-details.entry-content-wrap .product-action-wrap.style-button {
  bottom: -2.9rem;
}

.base-product-toggle-container .base-toggle-shop-layout.toggle-active, .base-product-toggle-container .base-toggle-shop-layout:hover {
  color: var(--global-palette9);
}

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

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

.cms-icon-box .elementor-icon-list-item a {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cms-icon-box .elementor-icon-list-item a .elementor-icon-list-icon {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.woosq-product .thumbnails .slick-arrow {
  width: 35px;
  height: 35px;
}
.woosq-product .thumbnails .slick-arrow:before {
  line-height: 35px;
  font-size: 18px;
}
.woosq-product .thumbnails .slick-arrow:hover: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-color: 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);
}

.products-list .product-title, .wp-widget-group__inner-blocks .wp-block-latest-posts__post-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.contact-form form .text-col-gap {
  position: relative;
  float: none;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-margin-after: 20px;
          margin-block-end: 20px;
}
.contact-form form .text-col-gap input {
  width: 100%;
  height: 50px;
  background-color: var(--global-palette7);
  padding: 15px;
  color: var(--global-palette6);
  font-size: 16px;
  border: 1px solid var(--global-gray-400);
  border-radius: 5px;
}
.contact-form form .text-col-gap input::-webkit-input-placeholder {
  color: var(--global-palette6);
}
.contact-form form .text-col-gap input::-moz-placeholder {
  color: var(--global-palette6);
}
.contact-form form .text-col-gap input:-ms-input-placeholder {
  color: var(--global-palette6);
}
.contact-form form .text-col-gap input::-ms-input-placeholder {
  color: var(--global-palette6);
}
.contact-form form .text-col-gap input::placeholder {
  color: var(--global-palette6);
}
.contact-form form textarea {
  height: 170px;
  padding: 15px;
  background-color: var(--global-palette7);
  font-size: 16px;
  border: 1px solid var(--global-gray-400);
  border-radius: 5px;
  color: var(--global-palette3);
}
.contact-form form textarea::-webkit-input-placeholder {
  color: var(--global-palette6);
}
.contact-form form textarea::-moz-placeholder {
  color: var(--global-palette6);
}
.contact-form form textarea:-ms-input-placeholder {
  color: var(--global-palette6);
}
.contact-form form textarea::-ms-input-placeholder {
  color: var(--global-palette6);
}
.contact-form form textarea::placeholder {
  color: var(--global-palette6);
}
.contact-form form .contact-button {
  text-align: center;
  margin-top: 15px;
}
.contact-form form .contact-button input[type=submit] {
  width: 100%;
}

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

.full_width_section.elementor-section-boxed {
  left: 0 !important;
  width: 100vw !important;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

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

#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: 44px;
  min-width: 220px;
  max-width: 220px;
  padding-left: 15px;
  border-radius: 5px;
}
.welcome_newsletter input[type=submit] {
  vertical-align: top;
}

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

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

.woocommerce ul.products.products-list-view li.product {
  padding: 0;
  border: none;
}

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

@media (min-width: 1025px) and (max-width: 1201px) {
  .woocommerce div.product div.images {
    width: 600px !important;
  }
}
@media (min-width: 1900px) {
  .site-header .site-container {
    width: 1900px;
    margin: auto;
  }
}
@media (max-width: 1366px) {
  .site-header .site-main-header-wrap .site-header-row-container-inner > .site-container {
    padding: 0 15px;
  }
  .site-header .site-branding {
    padding: 0;
  }
  .site-header .header-contact-wrap, .site-header .search-toggle-open-container .search-toggle-open {
    margin: 0;
  }
  .site-footer .mc4wp-form-fields .newsletter-wrapper {
    width: 560px;
  }
  .woocommerce .related.products > h2, .woocommerce .woosc-quick-table > h2, .woocommerce .up-sells.upsells.products > h2, .woocommerce .cross-sells > h2 {
    font-size: 35px;
  }
  .elementor-post-wrapper .splide__track .column-item {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 1025px) and (max-width: 1366px) {
  .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));
  }
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .site-header .site-header-item {
    margin-right: 15px;
  }
}
@media (max-width: 1200px) {
  .site-header .header-contact-item .contact-content {
    margin: 0;
  }
  .site-header .main-navigation .primary-menu-container > ul > li.menu-item > a {
    padding-left: 10px;
    padding-right: 10px;
  }
  #main-header .header-button.button-size-custom, #mobile-header .header-button.button-size-custom {
    padding: 9px 20px;
  }
  .site-footer .mc4wp-form-fields .newsletter-wrapper {
    width: 480px;
  }
}
@media (max-width: 1024px) {
  .site-footer .widget {
    margin-bottom: 30px;
  }
  .site-footer .widget:last-child {
    margin-bottom: 0;
  }
  .site-footer .site-footer-middle-section-1 .widget_block h2 {
    font-size: 35px !important;
  }
  .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 25px;
  }
  .woocommerce .related.products > h2, .woocommerce .woosc-quick-table > h2, .woocommerce .up-sells.upsells.products > h2, .woocommerce .cross-sells > h2 {
    font-size: 28px;
  }
  .mobile-navigation .elementor-section .elementor-button-wrapper a:not(.button) {
    padding: 6px 25px;
  }
  .mobile-navigation .woocommerce ul.products li.product .product-action-wrap a {
    padding: 6px 25px;
  }
  .woocommerce-product-gallery .thumb-wrapper.splide__slider .splide__arrow, .woocommerce-product-gallery .thumb-wrapper.splide__slider .slick-arrow {
    padding: 13px 9px;
    border-radius: 50%;
  }
  #mobile-header .header-button.button-size-custom {
    line-height: 1.5;
  }
  .elementor-post-wrapper .splide__track .column-item {
    width: 50%;
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}
@media (min-width: 768px) {
  .woocommerce ul.products:not(.products-list-view).woo-archive-action-on-hover:not(.products-list-view) li.product:focus-within .entry-content-wrap, .woocommerce ul.products:not(.products-list-view).woo-archive-action-on-hover:not(.products-list-view) li.product:hover .entry-content-wrap {
    -webkit-transform: translateY(-3rem);
    transform: translateY(-3rem);
  }
}
@media (max-width: 767px) {
  :root {
    --global-button-height: 38px;
    --global-button-max-height: 38px;
  }
  .site-footer .site-footer-middle-section-1 .widget_block h2 {
    font-size: 25px !important;
  }
  .woocommerce span.onsale {
    padding: 0.3em 0.5em;
    font-size: 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) {
    font-size: 14px;
    padding: 6px 20px;
  }
  .woocommerce ul.products:not(.products-list-view) li.product .product-details.entry-content-wrap {
    margin: 0;
  }
  .woocommerce .related.products > h2, .woocommerce .woosc-quick-table > h2, .woocommerce .up-sells.upsells.products > h2, .woocommerce .cross-sells > h2 {
    font-size: 18px;
  }
  .mobile-navigation .elementor-section .elementor-button-wrapper a:not(.button) {
    padding: 6px 20px;
  }
  .mobile-navigation .woocommerce ul.products li.product .product-action-wrap a {
    padding: 6px 20px;
  }
}
@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 (min-width: 540px) and (max-width: 767px) {
  .cms-icon-box .elementor-column {
    width: 50%;
  }
}
@media (max-width: 540px) {
  #main-header .header-button.button-size-custom, #mobile-header .header-button.button-size-custom {
    padding: 6px 15px;
  }
  #main-header .site-header-item, #mobile-header .site-header-item {
    margin-right: 12px;
  }
  #main-header .site-header-item:last-child, #mobile-header .site-header-item:last-child {
    margin-right: 0;
  }
  #main-header .custom-logo-link img, #main-header img.base-dark-mode-logo, #mobile-header .custom-logo-link img, #mobile-header img.base-dark-mode-logo {
    width: 110px;
  }
  .site-footer .mc4wp-form-fields .newsletter-wrapper {
    width: 290px;
  }
  .site-footer .wp-widget-group__inner-blocks .wp-block-tag-cloud a {
    font-size: 13px !important;
  }
  .site-footer .wp-widget-group__inner-blocks .wp-block-tag-cloud a::after {
    padding: 0 7px;
  }
  .contact-form form .text-col-gap {
    -webkit-margin-after: 10px;
            margin-block-end: 10px;
    gap: 10px;
  }
  .contact-form form .text-col-gap input {
    height: 40px;
    font-size: 14px;
    padding: 10px;
  }
  .contact-form form textarea {
    height: 100px;
    font-size: 14px;
    padding: 10px;
  }
  .contact-form form .contact-button {
    margin-top: 5px;
  }
  .elementor-post-wrapper .splide__track .column-item {
    width: 100%;
  }
}