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


.woocommerce div.product span.onsale {
    display: none !important;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images,
.woocommerce-page #content div.product div.images, 
.woocommerce-page div.product div.images {
    width: 70%;
}
.woocommerce-page div.product div.summary {
    width: 30%;

}
.woocommerce div.product .right-section .vdp-ctas-list {
    background: #f0f3f7;
    border: 1px solid #c9d2e0;
    margin-bottom: 25px;
    overflow: hidden;
    border-radius: 8px;
}
.woocommerce div.product .right-section {
    padding: 20px;
}
.woocommerce div.product .right-section .vdp-ctas-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.woocommerce div.product .vdp-ctas-list ul li:not(:last-child) {
    border-bottom: 1px solid #c9d2e0;
}
.woocommerce div.product .right-section .vdp-ctas-list ul li a {
    display: flex;
    align-items: center;
    position: relative;
    padding: 10px;
    transition: all 0.3s ease-in-out;
    color: #313234;
    cursor: pointer;
    flex-direction: row-reverse;
    justify-content: space-between;
}
.woocommerce div.product .right-section .vdp-primary-cta-btn>a, .woocommerce div.product .right-section .vdp-primary-cta-btn .form-cta-btn {
    display: block;
    background: #0A43B5;
    margin: 20px;
    padding: 10px 15px;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    border-radius: 8px;
    color: #fff;
    transition: all 0.3s ease-in-out;
}
.woocommerce div.product .right-section {
    padding: 0 20px;
}
.woocommerce div.product .right-section .vdp-primary-cta-btn .form-cta-btn{
    margin: 0px 0px 25px;
}
 .woocommerce div.product .right-section .nav-pills {
    display: flex;
 }
 .woocommerce div.product .right-section .nav-pills li {
    margin-left: 0!important;
     
 }

.woocommerce div.product .right-section .nav-pills>li>a {
    background: #e0e4ea;
     border-radius: 0px!important;
    padding: 12px 15px;
    font-size: 12px;
    line-height: 16px;
    color: #000;
    display: flex;
    gap: 4px;
    align-items: center;}
.woocommerce div.product .right-section i.fa.fa-comment, i.fa.fa-comment {font-size: 16px;}
      label  {
    font-size: 12px;
    font-weight: 400;
}
.woocommerce div.product .right-section tab-content{
    margin-top: 0;
    padding: 13px;
    background: #f0f3f7;
}
.woocommerce div.product .right-section.tab-content label {
    font-size: 12px;
    font-weight: 400 !important;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 10px;}
   .tab-content p {
    margin-block-end: 0!important;
}
 
.woocommerce div.product .right-section .tab-content input.wpcf7-form-control.wpcf7-submit.has-spinner, .woocommerce div.product .right-section .tab-content input[type="button"] {
    border-radius: 5px!important;
    padding: 19px 25px!important;
    text-align: center;
    border: 0 !important;
    width: 100%;
    font-size: 14px;
    color: #fff;
    line-height: 1px;
}
    .woocommerce div.product .right-section .right-section .vdp-ctas-list ul li a{
        flex-direction: row-reverse;
    justify-content: space-between; font-size:14px;
}
.woocommerce div.product .right-section input#clear {
    margin-bottom: 10px;
}
.woocommerce div.product .right-section .form-group {
    margin-bottom: 10px;
}
.woocommerce div.product .right-section .wpcf7-spinner
{margin:0!important
}
.woocommerce div.product .right-section .tab-content input, .woocommerce div.product .right-section .tab-content select, .woocommerce div.product .right-section .tab-content textarea, .woocommerce div.product .right-section .tab-content input[type=text], .woocommerce div.product .right-section .tab-content .wpcf7 input[type="email"], .woocommerce div.product .right-section .tab-content .wpcf7 input[type="tel"] {
   color: #555;
    border-color: #ddd;
    padding: 7px;
    border-radius: 3px;
}
.woocommerce div.product .right-section .tab-content{
    margin-top: 0 !important;
    padding: 15px 20px;
    background: #f3f3f3;
}
.woocommerce div.product .right-section .tab-content label {
    font-size: 12px;
    font-weight: 400 !important;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 10px;}
 
.woocommerce div.product .right-section .tab-content  input[type="button"]:hover{
        background:#555;
    }

.woocommerce div.product .right-section ul.nav.nav-pills li.active::after{
content:'';
width:100%;
height:7px;
top: -5px;
position:absolute;
background:#0A43B5;
border-radius:8px 8px 0 0;}

#requestInfoModal.cf7-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
}

/* Modal Box */
#requestInfoModal .cf7-modal-content {
    background: #fff;
    max-width: 900px;
    margin: 8% auto;
    border-radius: 6px;
    position: relative;
}

/* Close Button */
#requestInfoModal .cf7-close {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 22px;
    cursor: pointer;
    color:#ffff;
}
#requestInfoModal .pophed {
    background: #333;
    padding: 20px;
}
#requestInfoModal .pophed h3{
    color:#fff;
}
#requestInfoModal .maincontent {
    width: 100%;
    padding: 20px;
    display: flex;
    gap:20px;

}
#requestInfoModal .maincontent .popproduct{
    width: 30%;
}
#requestInfoModal .maincontent .popform{
    width: 65%;
}

.product-overview {
    margin-top: 40px;
}

.product-overview h2 {
    font-size: 24px;
    margin-bottom: 15px;
}

.product-overview table {
    width: 100%;
    border-collapse: collapse;
}

.product-overview th,
.product-overview td {
    padding: 10px;
    border: 1px solid #e5e5e5;
    text-align: left;
}

.product-overview th {
    background: #f8f8f8;
    width: 30%;
}
.extra-attr-row {
    display: none;
}
.overview-table {
    display: flex;
    gap: 40px;
    background: #f5f8fb;
    padding: 25px;
    border-radius: 8px;
}

.overview-col {
    flex: 1;
}
.smproduct{
    display: flex;
}
.overview-row {
    display: flex;
    justify-content: space-between;
    padding: 14px 0;
    border-bottom: 1px solid #e1e5ea;
}

.overview-row:last-child {
    border-bottom: none;
}

.overview-row .label {
    font-weight: 600;
    color: #222;
}

.overview-row .value {
    color: #444;
    text-align: right;
}

/* Hidden rows */
.extra-attr-row {
    display: none;
}

/* Mobile */
@media (max-width: 768px) {
    .overview-table {
        flex-direction: column;
        gap: 0;
    }
}
/* Button styling */
.overview-toggle-wrap {
    text-align: center;
    margin-top: 20px;
}

.overview-toggle-btn {
    background: #0b3aa4!important;
    color: #fff!important;
    border: none!important;
    padding: 10px 18px!important;
    border-radius: 4px!important;
    cursor: pointer!important;
    font-size: 14px!important;
}

.overview-toggle-btn:hover {
    background: #000000!important;
    color: #fff!important;
}


.product-accordion {
    margin-top: 40px!important;
}

.accordion-item {
    background: #f4f7fa!important;
    border-radius: 8px!important;
    margin-bottom: 15px!important;
}

.accordion-header {color: #0b3aa4!important;;
    width: 100%!important;
    background: transparent!important;
    border: none!important;
    padding: 18px 22px!important;
    font-size: 15px!important;
    font-weight: 600!important;
    text-transform: uppercase!important;
    display: flex!important;
    justify-content: space-between!important;
    align-items: center!important;
    cursor: pointer!important;
}

.accordion-icon {
    font-size: 22px!important;
    font-weight: 400!important;
}

.accordion-content {
    display: none;
    padding: 20px;
    font-size: 14px!important;
    color: #333!important;
}

.woocommerce-product-gallery .flex-control-thumbs {
    position: relative;
    overflow: hidden;
}

.woocommerce-product-gallery .thumb-prev,
.woocommerce-product-gallery .thumb-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
}
