/*
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
/* @font-face {
    font-family: 'Clash Grotesk';
    src: url('assets/fonts/ClashGrotesk-Bold.woff2') format('woff2'),
        url('assets/fonts/ClashGrotesk-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Clash Grotesk';
    src: url('assets/fonts/ClashGrotesk-Extralight.woff2') format('woff2'),
        url('assets/fonts/ClashGrotesk-Extralight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Clash Grotesk';
    src: url('assets/fonts/ClashGrotesk-Light.woff2') format('woff2'),
        url('assets/fonts/ClashGrotesk-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Clash Grotesk';
    src: url('assets/fonts/ClashGrotesk-Medium.woff2') format('woff2'),
        url('assets/fonts/ClashGrotesk-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Clash Grotesk';
    src: url('assets/fonts/ClashGrotesk-Semibold.woff2') format('woff2'),
        url('assets/fonts/ClashGrotesk-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Clash Grotesk';
    src: url('assets/fonts/ClashGrotesk-Regular.woff2') format('woff2'),
        url('assets/fonts/ClashGrotesk-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
} */

body {
	font-family: 'Roboto';
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Clash Grotesk', sans-serif;
}
h1, h2, h3 {
    font-weight: 600;
}
.cl-subscription-form .elementor-form-fields-wrapper {
    flex-direction: row;
    height: 100%;
    align-items: center;
}
.cl-subscription-form .elementor-form-fields-wrapper .elementor-field-type-email {
    width: 350px;
    margin-bottom: 0 !important;
}
.cl-subscription-form .elementor-form-fields-wrapper .elementor-field-type-submit {
    width: auto;
    margin-bottom: 0 !important;
}
.cl-subscription-form .elementor-form {
    height: 100%;
}
.woocommerce .woocommerce-breadcrumb {
    margin-top: 15px;
    font-size: 16px;
}
.woocommerce .woocommerce-breadcrumb a {
    color: #688ED7;
}
.woocommerce div.product .product_title {
    font-weight: 600;
    font-size: 38px;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-weight: 600;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    color: #688ED7;
    font-weight: 600;
    font-size: 28px;
    font-family: 'Clash Grotesk', sans-serif;
}
.woocommerce .woocommerce-product-details__short-description {
    color: #818B9C;
}
.woocommerce div.product form.cart div.quantity {
    margin-right: 10px;
}
.woocommerce .quantity .qty {
    height: 50px;
    border-color: #275DC6;
    border-radius: 8px;
}
.woocommerce div.product form.cart .button.single_add_to_cart_button {
    background: transparent;
    color: #275DC6;
    border: 1px solid #275DC6;
    border-radius: 8px;
    height: 50px;
    width: 200px;
    font-family: 'Clash Grotesk', sans-serif;
    font-weight: 600;
    font-size: 18px;
}
.woocommerce div.product form.cart .button.single_add_to_cart_button.single-add-to-cart-button {
    background-color: #275DC6;
    color: #ffffff;
    margin-left: 10px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding-left: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background: none;
    border: none;
    border-radius: 0;
    margin: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    border-bottom-width: 2px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: #818B9C;
    font-family: 'Clash Grotesk', sans-serif;
    font-weight: 600;
    font-size: 18px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    color: #275DC6;
    border-bottom: 2px solid #275dc6;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    display: none;
}
.woocommerce div.product form.cart.variations_form {
    border-top: 1px solid #E4E9EE;
    padding-top: 16px;
}
.woocommerce div.product form.cart .variations {
    display: flex;
    align-items: flex-end;
}
.woocommerce div.product form.cart .variation-title {
    font-size: 18px;
    font-weight: 600;
}
.woocommerce div.product form.cart .variations .variation-item {
    margin-right: 10px;
}
.woocommerce div.product form.cart .variations label {
    font-weight: 400;
    color: #0B0F0E;
    margin-bottom: 8px;
}
.woocommerce div.product form.cart .variations select {
    border-color: #E4E9EE;
    border-radius: 8px;
    padding: 10px 14px;
}
.woocommerce ul.products li.product a {
    color: #0B0F0E;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Clash Grotesk';
}
.woocommerce ul.products li.product .price {
    color: #688ED7;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Clash Grotesk';
}
.woocommerce ul.products li.product a.add_to_cart_button {
    color: #275DC6;
    background: #fff;
    border: 1px solid #275DC6;
    border-radius: 8px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 8px;
}
.woocommerce ul.products li.product a img {
    border-radius: 8px;
}
.elementor-location-header .elementor-widget-search .e-search-input {
    padding-top: 9px;
    padding-bottom: 9px;
    min-height: 44px;
    height: auto;
    background: #F6F8FA;
    border: 0;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
.elementor-location-header .elementor-widget-search .e-search-submit {
    height: 44px;
    height: 44px;
    padding: 8px;
    background: #F6F8FA;
    margin-left: 0;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.elementor-location-header .elementor-widget-search .e-search-submit > svg:is(svg) {
    fill: #C4C8CC;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    width: 44px;
}
.woocommerce .woocommerce-pagination ul.page-numbers li, .woocommerce-page .woocommerce-pagination ul.page-numbers li {
    border: 1px solid #E4E9EE !important;
    margin: 0 4px;
    border-radius: 8px;
}
.cl-woo-left-sidebar {
    border: 1px solid #E4E9EE;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
}
.d-flex {
    display: flex;
}
.justify-content-between {
    justify-content: space-between;
}
.cl-specification h5,
.cl-feature h5,
.cl-system-required h5 {
    font-size: 18px;
    font-family: 'Clash Grotesk';
    font-weight: 600;
}
table.cl-tb-specification {
    min-width: 320px;
}
table.cl-tb-specification tbody > tr:nth-child(odd) > th,
table.cl-tb-specification tbody > tr:nth-child(odd) > td {
    background-color: #F9F9F9;
}
table.cl-tb-specification th, table.cl-tb-specification td {
    border: none;
    text-align: left;
}
table.cl-tb-specification th {
    color: #818B9C;
    font-weight: normal;
}
table.cl-tb-specification td {
    font-weight: 500;
    color: #0B0F0E;
}
.cl-feature-list li {
    font-weight: 500;
    color: #0B0F0E;
    display: flex;
    margin-bottom: 8px;
}
.cl-feature-list li img {
    margin-right: 5px;
}
.cl-system-required-list,
.cl-feature-list {
    list-style: none;
    padding-left: 0;
}
.cl-system-required-list li {
    color: #818B9C;
}
.cl-specification-extra-list p {
    margin-bottom: 5px;
}
.cl-specification-extra-list p span,
.cl-description p {
    font-weight: 600;
}
.cl-specification-extra,
.cl-description {
    margin-top: 50px;
}
.cl-spec td {
	padding: 10px; /* Padding for table cells */
    border:none; /* Light grey border for cells */
	font-family: 'Roboto';
}
.cl-spec tr:nth-child(odd) {
	background-color: #f9f9f9; /* Light grey background for odd rows */
}
.cl-spec td:first-child {
	color: #818b9c; /* Grey color for text in the first column */
}
.cl-spec td:nth-child(2) {
	font-weight: bold; /* Bold text for the second column */
}
ul.cl-feature {
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: 'Roboto';
}
ul.cl-feature li i 
{
	color: #688ed7;
	margin-right: 10px;
}
ul.cl-feature li {
	font-weight: bold;
	color: #0B0F0E;
	margin-bottom: 10px;
}
.wc-block-components-product-name {
	font-family: 'Clash Grotesk';
	font-size: 26px !important;
	font-weight: bold;
	color: #0B0F0E !important;
	text-decoration: none !important;
}
.wc-block-components-totals-shipping__change-address__link {
	color: var(--e-global-color-primary);
	border: 1px solid var(--e-global-color-primary) !important;
	padding: 10px 20px !important;
	text-decoration: none !important;
	margin-top: 10px;
}
.wc-block-components-totals-shipping__change-address__link:hover {
	color: va(--e-global-color-primary);
}
.wc-block-components-button:not(.is-link) {
	border: 1px solid var(--e-global-color-primary) !important;
	width: 100%;
	padding: 15px 0;
	border-radius: 10px;
	background: var(--e-global-color-primary);
	color: #fff;
	text-decoration: none !important;
	font-family: 'Clash Grotesk';
	font-weight: 500;
	text-decoration: none !important;
}
.wc-block-components-totals-item__value,
.wc-block-components-totals-item,
.elementor-menu-cart__subtotal {
	font-family: 'Clash Grotesk';
}
.wc-block-cart-item__prices,
.wc-block-components-order-summary-item__individual-price
{
	font-family: 'Clash Grotesk';
    font-size: 18px;
    font-weight: bold;
    color: #688ED7;
}

.wc-block-cart-item__total,
.wc-block-components-order-summary-item__total-price 
{
	font-family: 'Clash Grotesk';
    color: #000;
    font-size: 20px !important;
    font-weight: bold;
}
.wc-block-components-totals-coupon__button {
	width: 150px !important;	
}
.entry-title {
	margin-top: 20px;
}
.wc-block-components-address-form__address_2-toggle {
	color: var(--e-global-color-primary);
}
.wc-block-components-address-form__address_2-toggle:hover {
	background: var(--e-global-color-primary);
}
a {
	color: var(--e-global-color-primary);
}
.elementor-button--view-cart {
	border: 1px solid var(--e-global-color-primary) !important;
	border-radius: 10px !important;
	background: #fff !important;
	color: var(--e-global-color-primary) !important;
	text-decoration: none !important;
	font-family: 'Clash Grotesk';
	font-weight: 500;
	text-decoration: none !important;
}
.elementor-button--checkout {
	border: 1px solid var(--e-global-color-primary) !important;
	border-radius: 10px !important;
	background: var(--e-global-color-primary) !important;
	color: #fff !important;
	text-decoration: none !important;
	font-family: 'Clash Grotesk';
	font-weight: 500;
	text-decoration: none !important;
}
