.elementor-865 .elementor-element.elementor-element-0a909bd:not(.elementor-motion-effects-element-type-background), .elementor-865 .elementor-element.elementor-element-0a909bd > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://americancoax.com/wp-content/uploads/2025/06/banner-3-scaled.webp");background-position:top center;background-repeat:no-repeat;background-size:cover;}.elementor-865 .elementor-element.elementor-element-0a909bd > .elementor-background-overlay{background-image:url("https://americancoax.com/wp-content/uploads/2025/06/Background-overlay.png");opacity:1;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-865 .elementor-element.elementor-element-0a909bd > .elementor-container{max-width:1350px;}.elementor-865 .elementor-element.elementor-element-0a909bd{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:120px 10px 120px 20px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-865 .elementor-element.elementor-element-b08ede6{text-align:center;}.elementor-865 .elementor-element.elementor-element-b08ede6 .elementor-heading-title{font-family:"Space Grotesk", Sans-serif;font-size:60px;font-weight:700;line-height:52px;color:#FFFFFF;}.elementor-865 .elementor-element.elementor-element-e4e8359{padding:80px 0px 80px 0px;}.elementor-865 .elementor-element.elementor-element-a7a2460 > .elementor-element-populated{padding:0px 0px 0px 0px;}@media(max-width:1440px){.elementor-865 .elementor-element.elementor-element-0a909bd > .elementor-container{max-width:1440px;}.elementor-865 .elementor-element.elementor-element-b08ede6 .elementor-heading-title{font-size:52px;}}@media(max-width:1200px){.elementor-865 .elementor-element.elementor-element-b08ede6 .elementor-heading-title{font-size:46px;line-height:50px;}}@media(max-width:1024px){.elementor-865 .elementor-element.elementor-element-0a909bd{padding:100px 10px 100px 20px;}.elementor-865 .elementor-element.elementor-element-b08ede6 .elementor-heading-title{font-size:37px;line-height:40px;}}@media(max-width:880px){.elementor-865 .elementor-element.elementor-element-b08ede6 .elementor-heading-title{font-size:30px;line-height:35px;}}@media(max-width:767px){.elementor-865 .elementor-element.elementor-element-0a909bd:not(.elementor-motion-effects-element-type-background), .elementor-865 .elementor-element.elementor-element-0a909bd > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-size:cover;}.elementor-865 .elementor-element.elementor-element-0a909bd{padding:50px 10px 50px 20px;}.elementor-865 .elementor-element.elementor-element-8aa7c17 > .elementor-element-populated{padding:0px 10px 0px 10px;}.elementor-865 .elementor-element.elementor-element-e4e8359{padding:40px 0px 40px 0px;}}/* Start custom CSS for shortcode, class: .elementor-element-a3ed867 */.custom-product-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 20px;
            position: relative;
        }
        
		
		.custom-product-container .row {
    display: flex;
			gap:20px;
}

div#main_product_image img.img-responsive{
    margin-bottom: 20px;
}



.custom-product-container .row .col-md-6 {
    width: 50%;
}
        .product-image-container {
            margin-bottom: 15px;
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: #f9f9f9;
            transition: all 0.3s ease;
        }
        .product-image-container img {
            max-width: 100%;
            max-height: 300px;
            height: auto;
        }
        .product-title {
            font-size: 30px;
            margin-bottom: 0;
            text-align: center;
            color: #333;
            font-weight: 600;
			display:none;
        }
		
		.row:has(.no-image) h2#main_product_title {
    display: block !important;
}

.row:has(#main_product_image img) h2#main_product_title {
    display: block !important;
}
		
		
        .form-group {
            margin-bottom: 15px;
        }
        .form-group label {
            display: block;
            margin-bottom: 5px;
            font-weight: bold;
            color: #555;
        }
       .form-control {
    width: 100%;
    padding: 10px !important;
    border: 1px solid #ddd !important;
    border-radius: 4px !important;
    background-color: #fff !important;
    transition: border-color 0.3s;
    min-height: 50px !important;
    padding-right: 30px !important;
}
        .form-control:focus {
            border-color: #66afe9;
            outline: none;
            box-shadow: none;
        }
        .price-container {
            margin: 25px 0;
            font-size: 20px;
            font-weight: bold;
            color: #2a6496;
        }
        .button {
            display: inline-block;
            padding: 12px 24px;
            background: #337ab7;
            color: white;
            text-decoration: none;
            border-radius: 4px;
            margin-right: 10px;
            border: none;
            cursor: pointer;
            font-size: 16px;
            transition: background 0.3s;
        }
        .button:hover {
            background: #286090;
        }
        .connector-images-row {
            margin-top: 30px;
        }
        .connector-image-box {
            border: 1px solid #ddd;
            padding: 20px;
            text-align: center;
            min-height: 200px;
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: #f9f9f9;
            border-radius: 4px;
        }
        .connector-image-box img {
            max-width: 100%;
            max-height: 150px;
        }
        .configuration-steps {
            border: 1px solid #eee;
            padding: 15px;
            border-radius: 5px;
            background-color: #f9f9f9;
            transition: all 0.3s ease;
        }
        .step {
            margin-bottom: 10px;
            padding: 8px;
            display: flex;
            align-items: center;
            transition: all 0.3s ease;
        }
        .step.completed {
            color: #4CAF50;
        }
        .step-number {
            display: inline-block;
            width: 25px;
            height: 25px;
            background-color: #f5f5f5;
            border-radius: 50%;
            text-align: center;
            line-height: 25px;
            margin-right: 10px;
            font-weight: bold;
            transition: all 0.3s ease;
        }
        .step.completed .step-number {
            background-color: #4CAF50;
            color: white;
        }
        #cart-message {
            padding: 12px;
            border-radius: 4px;
            margin-top: 20px;
        }
        #cart-message.success {
            background-color: #dff0d8;
            color: #3c763d;
            border: 1px solid #d6e9c6;
        }
        #cart-message.error {
            background-color: #f2dede;
            color: #a94442;
            border: 1px solid #ebccd1;
        }
        .loading-overlay {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: rgba(255, 255, 255, 0.7);
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 999;
            display: none;
        }
        .spinner {
            width: 50px;
            height: 50px;
            border: 5px solid #f3f3f3;
            border-top: 5px solid #3498db;
            border-radius: 50%;
            animation: spin 1s linear infinite;
        }
        @keyframes spin {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }
        .ajax-loading {
            opacity: 0.5;
            pointer-events: none;
        }
        
        
        
        @media (max-width:767px){
            .custom-product-container .row:first-child {
    flex-direction: column;
}


.custom-product-container .row .col-md-6 {
    width: 100%;
}
     
     div#main_product_image img.img-responsive {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    margin-bottom: 25px;
}
     
        }/* End custom CSS */