/* 
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.2.2
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
*/

.elementor-location-header{
	position: sticky;
	top: 0;
	z-index: 1020;
}
.elementor-widget-polylang-language-switcher .cpel-switcher__list{
    box-shadow: 0 .3125rem .3125rem .125rem rgba(0, 0, 0, .1);
}
.pc-top-menu .become-dealer{
    background: #32cd32;
}
.pc-top-menu .pc-contact{
    background: #00bfff;
}
.e-search svg{
    margin: 0 !important;
}
.pc-main-menu .menu-item{
    transition: .3s linear;
}
.pc-main-menu .menu-item:hover{
    background: #116cb2;
}
/* Ajax add to cart styles */
form.cart button.loading {
    opacity: 0.6;
    cursor: not-allowed;
}
.ajax-atc-message {
    margin-top: 10px;
    font-size: 14px;
}
.ajax-atc-message.success {
    color: #1e7e34;
}
.ajax-atc-message.error {
    color: #c62828;
}
/* Fullwidth Single Page Template Styles */
.fullwidth-page {
    width: 100%;
    max-width: 100% !important;
	overflow: hidden;
}
.fullwidth-page .container {
    max-width: 1400px;
    margin: 0 auto;
    padding-left: 1rem;
    padding-right: 1rem;
}
.page-breadcrumb {
    width: 100%;
    background: #f6f6f6;
    padding: 1rem 0;
}
.page-breadcrumb .breadcrumb {
    margin: 0;
    font-size: 14px;
}
.page-breadcrumb a {
    text-decoration: none;
    color: #000;
	font-weight: 600;
}
.page-breadcrumb span {
    margin: 0 5px;
}
.page-content {
    width: 100%;
    padding: 2rem 0;
}
.fullwidth-page .page-content {
    color: #000;
}
.fullwidth-page .page-content :where(
    h1, h2, h3, h4, h5, h6,
    p, span, li
) {
    color: inherit;
}
.fullwidth-page .page-title{
    font-size: 2rem;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    line-height: 1.2;
    color: #000;
}
.fullwidth-page .page-content a {
    color: #116cb2;
}
.fullwidth-page .page-content button,
.fullwidth-page .page-content .button,
.fullwidth-page .page-content .wp-block-button__link,
.fullwidth-page .wp-block-button .wp-block-button__link,
.fullwidth-page a.wc-block-cart__submit-button{
    background-color: #116cb2;
    color: #fff;
	transition: .3s linear;
	text-decoration: none;
}
.fullwidth-page .page-content button:hover,
.fullwidth-page .page-content .button:hover,
.fullwidth-page .page-content .wp-block-button__link:hover,
.fullwidth-page .wc-block-components-totals-coupon__button:hover,
.fullwidth-page a.wc-block-cart__submit-button:hover{
    background-color: #0e5a9a;
}
.custom-register-form {
    max-width: 900px;
    margin: auto;
}

.form-section {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.form-section-title {
    font-weight: 600;
}

.form-section-fields {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.form-section-fields input,
.form-section-fields select {
    width: 100%;
    padding: 10px;
}

.form-section.policy {
    grid-template-columns: 1fr;
}

.custom-register-form button {
    background: #116cb2;
    color: #fff;
    padding: 12px 24px;
    border: none;
    cursor: pointer;
}
.field-error {
    color: #d63638 !important;
    font-size: 13px;
    margin-top: 4px;
    display: block;
}

.custom-register-form button[disabled] {
    opacity: .6;
    cursor: not-allowed;
}
.page-id-412 .form-title {
    max-width: 900px;
    margin: 20px auto;
    font-weight: 700;
}
.page-id-412 .page-title {
	display: none;
}
.product-badge {
    display: inline-block;
    padding: .25rem 1rem;
    font-size: .75rem;
    text-transform: uppercase;
    font-weight: 700;
    border-top-right-radius: .125rem;
    border-bottom-right-radius: .125rem;
    box-shadow: .125rem .125rem .125rem rgba(0, 0, 0, .3);
}

.badge-out-of-stock {
    background-color: #b90000;
    color: #f6f6f6;
}

.badge-top {
    background-color: #e5e5e5;
    color: #525252;
}

.product-badge::before,
.product-badge::after{
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    font-size: 0;
    line-height: 0;
    z-index: 5;
    border-top: 0 solid transparent;
    border-bottom: .5rem solid transparent;
    bottom: -.5rem;
}
.product-badge::before {
    border-right-width: .5rem;
    border-right-style: solid;
    left: 0;
}
.badge-out-of-stock::before{
    border-right-color: #9a0000;
}
.badge-top::before{
    border-right-color: #d6d6d6;
}
.custom-product-badges {
    position: absolute;
    left: -.5rem;
    top: 1rem;
}
.wc-block-product-filter-chips__item:hover{
    color: #116cb2;
}
.wc-block-product-filter-chips__item:focus{
    background: transparent;
}
.wc-block-components-checkout-place-order-button,
.wc-block-components-totals-coupon__button{
	border: none;
}
.wp-block-woocommerce-cart.alignwide,
.wp-block-woocommerce-checkout.alignwide{
	margin-inline: unset !important;
}
.fullwidth-page .wc-block-grid__products .wc-block-grid__product-link {
    color: #000 !important;
    text-decoration: none;
    font-size: 0.9375rem;
}
.fullwidth-page .wc-block-grid__products .woocommerce-Price-amount{
	color: #525252;
    font-size: 0.9375rem;
}
.fullwidth-page a.wc-block-components-product-name {
    color: #000 !important;
    font-weight: 600;
    text-decoration: none;
    font-size: 0.9375rem !important;
}
.fullwidth-page a.wc-block-components-product-name:hover,
.fullwidth-page .wc-block-grid__products .wc-block-grid__product-link:hover{
    color: #116cb2 !important;
}
.custom-product-badges {
    position: absolute;
    left: -.5rem;
    top: 1rem;
}

.wc-block-product-filter-chips__item:hover{
    color: #116cb2;
}
.wc-block-product-filter-chips__item:focus{
    background: transparent;
}
.products.elementor-grid{
    padding-top: 1.5rem !important;
    border-top: 1px solid #c8c8c8;
}
.wc-block-product-filters__open-overlay:focus,
.wc-block-product-filters__open-overlay:hover{
    background: transparent;
    color: #000;
}
.wc-block-product-filters__open-overlay{
    font-size: 0.9375rem;
}
.cfvsw-selected-swatch{
	background: #006cb2;
    color: #FFF;
}
.woocommerce-notices-wrapper{
	display: none;
}
.woocommerce-product-details__short-description h1,
.woocommerce-product-details__short-description h2,
.woocommerce-Tabs-panel--description h1,
.woocommerce-Tabs-panel--description h2{
	font-size: 1.625rem;
}
.woocommerce-product-details__short-description a,
.woocommerce-Tabs-panel--description a{
	color: #006cb2;
}
.gtranslate_wrapper .glink.gt-current-lang,
.gtranslate_wrapper .glink:hover{
	color: #006cb2
}
.gtranslate_wrapper .glink{
	color: #000;
}

/* Mobile Responsive */
@media (max-width: 767px) {
    .form-section {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }
    .form-section-title {
        font-size: 16px;
    }
    .form-section-fields {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }
    .form-section-fields input,
    .form-section-fields select {
        padding: 12px;
        font-size: 16px;
    }
    .form-section.policy {
        margin-top: 1rem;
    }
    .custom-register-form button {
        width: 100%;
        padding: 14px;
        font-size: 16px;
    }
    .field-error {
        font-size: 12px;
    }
	.page-id-412 .form-title {
		font-size: 22px;
	}
	.woocommerce-ordering{
        float: unset !important;
    }
	.cfvsw-swatches-option{
		width: calc(50% - 4px);
		white-space: break-spaces;
	}
	.woocommerce-product-details__short-description h1,
	.woocommerce-product-details__short-description h2,
	.woocommerce-Tabs-panel--description h1,
	.woocommerce-Tabs-panel--description h2{
		font-size: 1.3rem;
	}
}




