/**
* Theme Name:     Cybernex 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-button-height: 42px;
    --global-button-max-height: 42px;
}
// Maximum Button Height
.woocommerce ul.products li.product {

	.product-action-wrap  {
		button,
		a.button,
		.added_to_cart {
			max-height: var(--global-button-max-height);
		}
	}

	&.action-style-default,
	&.action-style-icon_button {
		button {
			max-height: var(--global-button-max-height);
		}
	}
}

.action-style-icon_button {
	.woosc_page .woosc_table .button,
	.woosc-quick-table .woosc-quick-table-products .woosc_table .button {
        max-height: var(--global-button-max-height);
    }
}

.woocommerce div.product div.summary .button.single_add_to_cart_button {
	height: var(--global-button-height);
    line-height: var(--global-button-height);
}
*/
:root {
  --global-gray-400: #ffffff1f;
  --global-gray-500: #dddddd;
  --global-button-height: 48px;
  --global-button-max-height: 48px;
}

b, strong {
  font-weight: 700;
  color: var(--global-palette3);
}

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

.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
  font-weight: 600;
}

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

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

.tmcore-fsb {
  background-color: var(--global-palette7);
}

.woocommerce-checkout form.checkout .woocommerce-checkout-review-order {
  background-color: var(--global-palette7);
}

.ask-question, .social-share {
  -webkit-padding-end: 12px;
          padding-inline-end: 12px;
  margin-right: 0em;
}

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

.welcome-newsletter {
  text-align: center;
}
.welcome-newsletter input[type=email] {
  min-height: 49px;
  max-width: 205px;
  min-width: 205px;
  border-radius: 50px;
  padding-left: 15px;
  margin-bottom: 10px;
}

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

.woocommerce #reviews #comments h2, .woocommerce #reviews .comment-reply-title {
  font-weight: 600;
}

.woocommerce ul.products:not(.products-list-view) li.product:not(.product-item) {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  border: none;
}
.woocommerce ul.products:not(.products-list-view) li.product:not(.product-item) .product-details.entry-content-wrap {
  text-align: center;
  padding-inline: 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;
}
.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 {
  bottom: -2.3rem;
  margin: 0px auto;
  padding: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.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 {
  background: transparent;
}
.woocommerce ul.products.products-list-view li.product .product-details.entry-content-wrap .product-action-wrap {
  margin: 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: 14px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 10px 38px;
  line-height: 29px;
  max-height: var(--global-button-max-height);
  height: var(--global-button-max-height);
}

.primary-sidebar.widget-area .widget {
  border: 1px solid var(--global-gray-400);
  padding: 20px;
}
.primary-sidebar.widget-area .widget .widget-title {
  border-bottom: 1px solid var(--global-gray-400);
  padding-bottom: 12px;
}

.woocommerce span.onsale, .menu .menu-item .woocommerce ul.products li.product .onsale, .single-product div.product div.summary .product-onsale span.onsale {
  font-size: 12px;
  font-weight: 500;
  padding: 3px 6px;
  border-radius: 5px;
  color: var(--global-palette3);
}

.woocommerce ul.products li.product .onsale, .woocommerce ul.products li.product .product-onsale .onsale {
  top: 10px;
  left: 10px;
}

.woocommerce ul.products li.product:not(.product-item) .product-thumbnail, .blog.content-style-unboxed .entry .post-thumbnail-inner img, .archive.content-style-unboxed .entry .post-thumbnail-inner img, .single-post .post-thumbnail-inner img, .elementor-widget-image img, .woocommerce img {
  border-radius: 5px;
  overflow: hidden;
}

.woocommerce .related.products h2, .woocommerce .up-sells.products h2, .woocommerce .cross-sells h2 {
  text-align: center;
  margin-bottom: 25px;
}

.woocommerce .quantity.spinners-added input.minus, .woocommerce .quantity.spinners-added input.plus {
  -webkit-filter: invert(1);
          filter: invert(1);
}

.base-sticky-header.item-is-fixed:not(.item-at-start):not(.item-hidden-above) > .site-header-row-container-inner {
  -webkit-box-shadow: 0px -10px 10px 7px rgba(121, 141, 156, 0.3019607843);
          box-shadow: 0px -10px 10px 7px rgba(121, 141, 156, 0.3019607843);
}

body:not(.home).transparent-header #masthead {
  background: #162133;
}

.header-contact-item .contact-content {
  margin-left: 0;
  background-color: var(--global-palette1);
  padding: 13px 30px;
  border-radius: 50px;
}

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

.title.elementor-widget-heading .elementor-heading-title span {
  background-color: var(--global-palette1);
  padding: 0 4px;
}

.counter-section .counter .elementor-counter-title {
  text-align: center;
}

.cms-banner-1 .cms_col .icon.elementor-view-stacked .elementor-icon:hover {
  border: 1px solid var(--global-palette1);
}
.cms-banner-1 .cms_image {
  overflow: hidden;
}
.cms-banner-1 .cms_image:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 51%;
  right: 51%;
  opacity: 1;
  background: rgba(255, 255, 255, 0.3);
}
.cms-banner-1 .cms_image::after {
  content: "";
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  bottom: 51%;
  top: 51%;
  left: 0;
  right: 0;
  opacity: 1;
}

.cms-banner-1 .cms_image:hover::before, .cms-banner-1 .cms_image:hover::after {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 500ms ease-in;
  transition: all 500ms ease-in;
}

.team-section .team-box .team-job, .team-section .team-box .team-icon-socials ul, .team-section .team-box .team-image {
  padding: 0 !important;
}
.team-section .team-box .team-image {
  overflow: hidden;
  border-radius: 10px;
}
.team-section .team-box .team-image img {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.team-section .team-box .team-image:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

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

.price-section .price-col .elementor-widget-wrap .elementor-widget-heading .dollar, .price-section .price-col .elementor-widget-wrap .elementor-widget-heading .head-2 {
  font-size: 25px;
  font-weight: 600;
}
.price-section .price-col .price-btn .elementor-button {
  display: block;
}

.testimonial .splide ul.splide__pagination {
  margin-top: 25px;
  padding-left: 15px;
}
.testimonial .splide__pagination {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

.elementor-element.elementor-widget-tmcore-post-grid .elementor-post-wrapper .entry-title, .elementor-element.elementor-widget-tmcore-post-grid .elementor-post-wrapper .entry-excerpt {
  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 {
  -webkit-line-clamp: 2;
}
.elementor-element.elementor-widget-tmcore-post-grid .elementor-post-wrapper .entry-meta > :after, .elementor-element.elementor-widget-tmcore-post-grid .elementor-post-wrapper .post-author {
  display: none;
}
.elementor-element.elementor-widget-tmcore-post-grid .elementor-post-wrapper .post-button:hover {
  text-decoration: none;
}

.site-middle-footer-inner-wrap .site-info-inner .contact-info-container p + p {
  margin: 10px 0;
}
.site-middle-footer-inner-wrap .widget-area .widget-title {
  margin-bottom: 25px;
}
.site-middle-footer-inner-wrap .mc4wp-form-fields .newsletter-form input[type=email] {
  margin-top: 15px;
  width: 325px;
  height: 49px;
  border-radius: 50px;
  padding: 10px 15px;
  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-color: var(--global-palette1);
  color: var(--global-palette3);
}

@media (max-width: 1200px) and (min-width: 1025px) {
  .main-navigation .primary-menu-container > ul > li.menu-item > a {
    padding: 2.55em 0.7em;
  }
  .header-contact-item .contact-content {
    padding: 13px 20px;
  }
  .woocommerce div.product div.images {
    width: 600px !important;
  }
}
@media (max-width: 1024px) {
  .elementor-post-wrapper .splide__track .column-item {
    width: 50%;
  }
  .site-header .custom-logo-link, .site-header .brand {
    width: 175px;
    display: block;
  }
  #filter-drawer .widget-area .widget {
    border: 1px solid var(--global-gray-400);
    padding: 15px;
  }
  #filter-drawer .widget-area .widget .widget-title {
    font-size: 18px;
    border-bottom: 1px solid var(--global-gray-400);
    padding-bottom: 10px;
  }
  .has-left-sidebar ul.product-archive:not(.products-list-view) {
    -ms-grid-columns: (minmax(0, 1fr))[3];
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .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 28px;
    line-height: 30px;
  }
  .mobile-navigation .woocommerce ul.products.woo-archive-btn-button .product-action-wrap .button:not(.kb-button) {
    padding: 8px 28px;
  }
  .price-section .price-col {
    width: 331px;
  }
  .site-middle-footer-inner-wrap .widget-area .widget-title {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .woocommerce ul.products:not(.products-list-view).woo-archive-action-on-hover li.product:hover .entry-content-wrap {
    -webkit-transform: translateY(-3.5rem);
            transform: translateY(-3.5rem);
  }
}
@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));
  }
}
@media (max-width: 767px) {
  .header-contact-wrap {
    display: none;
  }
  .price-section .price-col {
    width: 300px;
  }
  .price-section .price-col .elementor-widget-wrap .elementor-widget-heading .dollar, .price-section .price-col .elementor-widget-wrap .elementor-widget-heading .head-2 {
    font-size: 20px;
  }
}
@media (max-width: 540px) {
  .elementor-post-wrapper .splide__track .column-item {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .site-header .custom-logo-link, .site-header .brand {
    width: 145px;
    display: block;
  }
  .site-header-item {
    margin-right: 12px;
  }
}
.color-switch-dark img {
  -webkit-filter: none;
          filter: none;
}
.color-switch-dark .title.elementor-widget-heading .elementor-heading-title span,
.color-switch-dark .header-contact-item .contact-content .contact-title,
.color-switch-dark .site-middle-footer-inner-wrap .mc4wp-form-fields .newsletter-form input[type=submit]:hover {
  color: var(--global-palette9);
}
.color-switch-dark .cms-banner-1 .cms_col .icon.elementor-view-stacked .elementor-icon:hover {
  border-color: var(--global-palette1) !important;
}
.color-switch-dark ul.sub-menu .elementor-element.menu-product-tab {
  background-color: #212121;
}
.color-switch-dark .service-section .icons.elementor-view-stacked .elementor-icon {
  fill: var(--global-palette9);
  color: var(--global-palette9);
}
.color-switch-dark .woocommerce span.onsale {
  color: var(--global-palette9);
}

.color-switch-dark.woocommerce span.onsale,
.color-switch-dark .menu .menu-item .woocommerce ul.products li.product .onsale,
.color-switch-dark.single-product div.product div.summary .product-onsale span.onsale {
  color: var(--global-palette9);
}

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