/**
* Theme Name:     InfoTeck 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-subheading: #6f3ead;
}
@media (max-width: 767px) {
  :root {
    --global-button-height: 38px;
    --global-button-max-height: 38px;
  }
}
:root .color-switch-dark {
  --global-subheading: #ffd21d;
}
:root .color-switch-dark #colophon {
  background: var(--global-palette7);
}
:root .color-switch-dark .site-top-header-wrap .site-header-row-container-inner, :root .color-switch-dark .info-section, :root .color-switch-dark .services-block {
  background-color: var(--global-palette8) !important;
}
:root .color-switch-dark .contact-button img {
  -webkit-filter: brightness(10.9);
          filter: brightness(10.9);
}

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

.sub-heading p {
  color: var(--global-subheading) !important;
}

.site-header .secondary-navigation .secondary-menu-container > ul > li.menu-item:not(:last-child) > a {
  position: relative;
}
.site-header .secondary-navigation .secondary-menu-container > ul > li.menu-item:not(:last-child) > a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  height: 15px;
  margin: auto;
  background-color: #3f4350;
}
.site-header .secondary-navigation .secondary-menu-container > ul > li.menu-item:last-child > a {
  padding-right: 0;
}
.site-header .header-menu-container ul.menu > li.base-menu-mega-enabled > ul .nav-drop-title-wrap {
  font-weight: 700;
  font-size: 19px;
  color: var(--global-palette3);
  padding-bottom: 5px;
}
.site-header .header-menu-container ul.menu > li.base-menu-mega-enabled > ul .nav-drop-title-wrap:hover {
  color: var(--global-palette1);
}
.site-header .elementor-section .elementor-element.elementor-widget-tmcore-product-categories .product-cat:hover .cat-image img {
  border-color: var(--global-palette1);
}
.site-header .menu .menu-item .woocommerce ul.products li.product {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.site-footer .site-middle-footer-inner-wrap .widget-area .widget-title {
  margin-bottom: 35px;
}
.site-footer .site-info-inner .contact-info-container p + p {
  margin: 12px 0 0 0;
}

.woocommerce ul.products.products-list-view li.product .woocommerce-loop-product__title {
  padding: 0;
}
.woocommerce ul.products.products-list-view li.product .product-thumbnail {
  border-radius: 5px;
}
.woocommerce ul.products:not(.products-list-view) li.product:not(.product-item) {
  border: none;
  border-radius: 0;
}
.woocommerce ul.products:not(.products-list-view) li.product:not(.product-item) .product-thumbnail {
  border-radius: 5px;
}
.woocommerce ul.products:not(.products-list-view) li.product:not(.product-item) .product-details.entry-content-wrap .woocommerce-loop-product__title {
  padding: 0;
}
.woocommerce ul.products:not(.products-list-view) li.product:not(.product-item) .product-details.entry-content-wrap .star-rating {
  margin: 4px 0 6px;
}
.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: 700;
  border-radius: 5px;
  padding: 7px 25px;
  line-height: 2;
  letter-spacing: 0.4;
  text-transform: uppercase;
  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: 40px;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
}
.woocommerce table.shop_table input {
  font-size: 14px;
}
.woocommerce #reviews #comments h2, .woocommerce #reviews .comment-reply-title {
  font-size: 22px;
  font-weight: 700;
  color: var(--global-palette3);
}

.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-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: 16px;
  font-weight: 400;
}

.primary-sidebar.widget-area .widget, #filter-drawer .drawer-inner .product-filter-widgets .widget {
  border: 1px solid var(--global-gray-400);
  padding: 15px;
  border-radius: 5px;
}
.primary-sidebar.widget-area .widget .widget-title::after, #filter-drawer .drawer-inner .product-filter-widgets .widget .widget-title::after {
  top: -4px;
}
.primary-sidebar.widget-area .widget .widget-content, #filter-drawer .drawer-inner .product-filter-widgets .widget .widget-content {
  margin-top: 15px;
}

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

.woocommerce-product-gallery .base-product-gallery-main .splide__arrow, .woocommerce-product-gallery .base-product-gallery-main .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 .base-product-gallery-main .splide__arrow:hover, .woocommerce-product-gallery .base-product-gallery-main .splide__arrow:focus, .woocommerce-product-gallery .base-product-gallery-main .slick-arrow:hover, .woocommerce-product-gallery .base-product-gallery-main .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);
}

.thumb-wrapper.splide__slider .splide__arrow {
  opacity: 1;
}

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

.wp-block-latest-posts.wp-block-latest-posts__list li {
  line-height: 1.6em;
}

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

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

.quantity, .woocommerce-cart table.cart td.actions .coupon .input-text, .woosw-list .woosw-actions .woosw-copy #woosw_copy_url, .quantity.spinners-added {
  border-radius: 5px;
}

.bt-woo-cart-notice {
  padding: 15px 15px 15px 20px;
}

.woosw-list .woosw-actions .woosw-copy #woosw_copy_url, .woocommerce-cart table.cart td.actions .coupon .input-text {
  padding: 15px;
}

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

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

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

.services-block .elementor-widget-icon-box:hover .elementor-widget-container {
  background-color: var(--global-palette1);
  border: 1px solid var(--global-palette1);
}
.services-block .elementor-widget-icon-box:hover .elementor-icon-box-icon a {
  fill: var(--global-palette9) !important;
}
.services-block .elementor-widget-icon-box:hover .elementor-icon-box-title {
  color: var(--global-palette9) !important;
}

.video-block .elementor-widget-video .elementor-wrapper {
  --video-aspect-ratio: 0.918 !important;
}

.testimonial-block .item-box .content, .testimonial-block .item-box .icon {
  background-color: var(--global-palette9);
}
.testimonial-block .item-box .icon {
  padding: 35px 0 0 45px;
  border-radius: 5px 5px 0 0;
}
.testimonial-block .item-box .content {
  padding: 0 55px 50px 45px;
  position: relative;
  border-radius: 0 0 5px 5px;
}
.testimonial-block .item-box .content::after {
  content: "";
  left: 34px;
  bottom: -18px;
  right: auto;
  border-top: 50px solid var(--global-palette9);
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  position: absolute;
}
.testimonial-block .item-box .elementor-testimonial-image, .testimonial-block .item-box .details {
  display: inline-block;
  vertical-align: middle;
}

.contact-section .contact-form input[type=text], .contact-section .contact-form input[type=tel], .contact-section .contact-form input[type=email], .contact-section .contact-form textarea {
  border: none;
  display: block;
  width: 100%;
  border: 0;
  height: 56px;
  padding: 12px 19px;
  background-color: var(--global-palette9);
  color: var(--global-palette3);
}
.contact-section .contact-form .contact-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  margin-bottom: 32px;
}
.contact-section .contact-form textarea {
  height: 170px;
}
.contact-section .contact-form input[type=submit] {
  padding: 10px 22px;
  margin-top: 30px;
}

.gallery-section .elementor-tabs-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 25px;
}
.gallery-section .elementor-tabs-wrapper .elementor-tab-title.elementor-active {
  background: var(--global-palette1);
}
.gallery-section .elementor-tabs-wrapper .elementor-tab-title.elementor-active a {
  color: var(--global-palette9);
}
.gallery-section .elementor-tabs-wrapper .elementor-tab-title.elementor-active a:hover {
  color: var(--global-palette9);
}
.gallery-section .elementor-tabs-wrapper .elementor-tab-title {
  padding: 18px 24px;
  height: 48px;
  margin: 0 5px;
  border-radius: 5px;
}
.gallery-section .elementor-tabs-wrapper .elementor-tab-title:hover {
  background: var(--global-palette1);
}
.gallery-section .elementor-tabs-wrapper .elementor-tab-title:hover a {
  color: var(--global-palette9);
}
.gallery-section .elementor-tabs-wrapper .elementor-tab-title a {
  color: var(--global-palette3);
}
.gallery-section .elementor-tab-content {
  padding: 0 !important;
}
.gallery-section .elementor-tab-content p {
  margin: 0;
}
.gallery-section .gallery-item .gallery-icon a {
  overflow: hidden;
  border-radius: 5px;
}
.gallery-section .gallery-item .gallery-icon a img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.gallery-section .gallery-item:hover .gallery-icon a img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.gallery-section .gallery-item .gallery-icon img {
  border-radius: 5px;
}

.cms-banner .elementor-widget-image {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.cms-banner .elementor-widget-image:hover .elementor-widget-container a::after, .cms-banner .elementor-widget-image:hover .elementor-widget-container a::before {
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  -webkit-transition: all 500ms ease-in-out 0s;
  transition: all 500ms ease-in-out 0s;
  z-index: 1;
}
.cms-banner .elementor-widget-image .elementor-widget-container a {
  display: block;
  overflow: hidden;
  position: relative;
}
.cms-banner .elementor-widget-image .elementor-widget-container a::before {
  bottom: 0;
  content: "";
  left: 50%;
  opacity: 1;
  position: absolute;
  right: 51%;
  top: 0;
  background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
  -webkit-transition: all 500ms ease-in-out 0s;
  transition: all 500ms ease-in-out 0s;
  z-index: 1;
}
.cms-banner .elementor-widget-image .elementor-widget-container a::after {
  bottom: 50%;
  content: "";
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 50%;
  background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
  -webkit-transition: all 500ms ease-in-out 0s;
  transition: all 500ms ease-in-out 0s;
  z-index: 1;
}

@media (min-width: 1900px) {
  .site-header .site-container {
    width: 1900px;
    margin: auto;
  }
}
@media (max-width: 1600px) {
  .site-header .site-top-header-wrap .site-header-row-container-inner > .site-container, .site-header .site-main-header-wrap .site-header-row-container-inner > .site-container {
    padding: 0px 15px;
  }
  .site-header .site-branding {
    padding: 0;
  }
  .site-header .main-navigation .primary-menu-container > ul > li.menu-item > a {
    padding-left: 27.5px;
    padding-right: 27.5px;
  }
}
@media (min-width: 1367px) and (max-width: 1600px) {
  .site-header .main-navigation ul.menu li.menu-item.Shop-menu ul.sub-menu .shop-banner-1 .offer {
    top: 15px;
  }
  .site-header .main-navigation ul.menu li.menu-item.Shop-menu ul.sub-menu .shop-banner-1 .heading {
    top: 47px;
  }
  .site-header .main-navigation ul.menu li.menu-item.Shop-menu ul.sub-menu .shop-banner-1 .subheading {
    top: 116px;
  }
  .site-header .main-navigation ul.menu li.menu-item.Shop-menu ul.sub-menu .shop-banner-1 .price {
    top: 134px;
  }
}
@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));
  }
  .site-header .main-navigation ul.menu li.menu-item.Shop-menu ul.sub-menu {
    -ms-grid-columns: (minmax(0, 1fr))[4];
    grid-template-columns: repeat(4, minmax(0, 1fr));
    row-gap: 0;
  }
}
@media (max-width: 1366px) {
  .site-header .main-navigation .primary-menu-container > ul > li.menu-item > a {
    padding-left: 12px;
    padding-right: 12px;
  }
  #main-header .header-divider {
    margin: 0;
  }
  .gallery-section .gallery {
    grid-gap: 0.2em;
  }
  .contact-section .contact-form p {
    margin-bottom: 20px;
  }
  .contact-section .contact-form .contact-cols {
    margin-bottom: 0;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .contact-section .contact-form input[type=submit] {
    margin-top: 20px;
  }
  .elementor-widget-tmcore-testimonials .splide__track .elementor-testimonial-item {
    padding-left: 10px;
    padding-right: 10px;
  }
  .elementor-post-wrapper .splide__track .column-item {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .site-header .secondary-navigation .secondary-menu-container > ul > li.menu-item > a {
    padding-left: 5px;
    padding-right: 5px;
  }
  .site-header .custom-logo-link img, .site-header img.base-dark-mode-logo {
    width: 150px;
  }
  .site-header .main-navigation .primary-menu-container > ul > li.menu-item > a {
    padding-left: 5px;
    padding-right: 5px;
  }
  .site-header .header-contact-item .contact-content {
    margin: 0;
  }
  .site-header .header-contact-item img {
    display: none;
  }
  .site-header .header-button-inner-wrap a {
    padding: 8px 15px;
  }
  .site-header .site-header-item {
    margin-right: 15px;
  }
  .woocommerce div.product div.images {
    width: 600px !important;
  }
}
@media (min-width: 1025px) {
  .site-footer .site-footer-row.site-footer-row-columns-4 {
    -ms-grid-columns: 1.2fr 1.2fr 0.8fr 0.8fr;
    grid-template-columns: 1.2fr 1.2fr 0.8fr 0.8fr;
  }
}
@media (max-width: 1024px) {
  .site-footer .site-middle-footer-inner-wrap .widget-area .widget-title {
    margin-bottom: 20px;
  }
  .site-footer .site-middle-footer-inner-wrap .site-footer-middle-section-1 .wp-widget-group__inner-blocks p {
    margin-top: 20px !important;
  }
  .gallery-section .gallery {
    gap: 5px;
  }
  .testimonial-block .item-box .icon {
    padding-top: 20px;
    padding-left: 30px;
  }
  .testimonial-block .item-box .content {
    padding-left: 30px;
    padding-bottom: 30px;
    padding-right: 20px;
  }
  .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%;
  }
  .mobile-navigation .woocommerce ul.products li.product .product-action-wrap a {
    padding: 7px 25px;
  }
  .woocommerce .related.products > h2, .woocommerce .woosc-quick-table > h2, .woocommerce .up-sells.upsells.products > h2, .woocommerce .cross-sells > h2 {
    font-size: 32px;
  }
  .elementor-post-wrapper .splide__track .column-item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .site-footer .site-middle-footer-inner-wrap .widget-area .widget-title {
    margin-bottom: 6px;
  }
  .site-footer .site-info-inner .contact-info-container p + p {
    margin: 8px 0 0 0;
  }
  .aboutus-block .elementor-widget-icon-box.elementor-mobile-position-left .elementor-icon-box-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .gallery-section .gallery {
    -ms-grid-columns: minmax(150px, 1fr) 10px minmax(150px, 1fr);
    grid-template-columns: repeat(2, minmax(150px, 1fr));
    gap: 10px;
  }
  .gallery-section .gallery .gallery-item {
    padding: 0;
  }
  .gallery-section .elementor-tabs-content-wrapper .elementor-tab-title.elementor-active, .gallery-section .elementor-tabs-content-wrapper .elementor-tab-title {
    text-align: center;
    border-radius: 5px;
  }
  .gallery-section .elementor-tabs-content-wrapper .elementor-tab-title.elementor-active {
    background: var(--global-palette1);
    margin-bottom: 8px;
  }
  .gallery-section .elementor-tabs-wrapper {
    display: none;
  }
  .testimonial-block .item-box .icon {
    padding: 10px 0 0 15px;
  }
  .testimonial-block .item-box .content {
    padding: 0 15px 15px 15px;
  }
  .testimonial-block .item-box .content::after {
    left: 53px;
    bottom: -20px;
    border-top: 30px solid var(--global-palette9);
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
  }
  .contact-section .contact-form .contact-cols {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .woocommerce .related.products > h2, .woocommerce .woosc-quick-table > h2, .woocommerce .up-sells.upsells.products > h2, .woocommerce .cross-sells > h2 {
    font-size: 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) {
    padding: 6px 15px;
  }
  .woocommerce table.shop_table input {
    font-size: 12px;
  }
  .mobile-navigation .woocommerce ul.products li.product .product-action-wrap a {
    padding: 6px 15px;
  }
  .elementor-widget-tmcore-testimonials .splide__track .elementor-testimonial-item {
    width: 100%;
  }
  .elementor-post-wrapper .splide__track .column-item {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 719px) {
  .site-footer .ft-ro-m-dir-column .site-footer-section {
    grid-row-gap: 0px;
  }
}
@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: 540px) {
  .site-header .site-header-item {
    margin-right: 15px;
  }
  .site-header .custom-logo-link img, .site-header img.base-dark-mode-logo {
    width: 150px;
  }
  .site-header .base-svg-iconset .base-menu-svg, .site-header .base-svg-iconset .base-search-svg {
    font-size: 21px;
  }
  .contact-section .contact-form p {
    margin-bottom: 10px;
  }
  .contact-section .contact-form .contact-cols {
    margin-bottom: 0;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
  .contact-section .contact-form input[type=submit] {
    padding: 6px 15px;
    margin-top: 10px;
  }
  .contact-section .contact-form input[type=text], .contact-section .contact-form input[type=tel], .contact-section .contact-form input[type=email] {
    height: 40px;
    padding: 10px 15px;
    font-size: 14px;
  }
  .contact-section .contact-form textarea {
    height: 120px;
    font-size: 14px;
  }
  .counter-block .elementor-column {
    width: 72% !important;
  }
  .woocommerce #reviews #comments h2, .woocommerce #reviews .comment-reply-title {
    font-size: 18px;
  }
  .elementor-widget-tmcore-testimonials .splide__track .elementor-testimonial-item {
    width: 100%;
  }
  .elementor-post-wrapper .splide__track .column-item {
    width: 100%;
  }
}