.woocommerce-product-rating ,.price{
    display: none !important;
}
.product_meta .product_id
{
	display : none !important;
}
.woocommerce-product-details__short-description{
margin-bottom:0px !important;
}
.product-colors h6 {
    margin-top:15px;
    margin-bottom: 5px;
}
#product-color {

    margin-bottom: 30px;
}
#product-color .product-color-dot-1{
	border: 2px solid black;
    height: 15px;
    width: 15px;
    background-color: #000;
    border-radius: 50%;
    display: inline-block;
  }

  #product-color .product-color-dot-2 {
    border: 2px solid black;
    height: 15px;
    width: 15px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
  }
.single_product_page-btn{
display : flex;

}
.brochure-download-btn {
	margin-bottom: 15px;
	margin-right:15px;
    background-color:#C9A19B; /* Replace with your desired background color */
    color: #fff;
	font-family: Syne, sans-serif;
    font-size: 15px;
	line-height:21px;
    padding: 22px 25px;
    border: none;
	font-weight:700;
    cursor: pointer;
    position: relative;
  }
.Enquire-Now-btn{
margin-bottom: 15px;
    background-color:#C9A19B; /* Replace with your desired background color */
    color: #fff;
	font-family: Syne, sans-serif;
    font-size: 15px;
	line-height:21px;
    padding: 22px 54px;
    border: none;
	font-weight:700;
    cursor: pointer;
    position: relative;
}

.modal { 
    display: none; /* Hidden by default */ 
    position: fixed; /* Stay in place */ 
    z-index: 9999; /* Sit on top */ 
    left: 0; 
    top: 0; 
    width: 100%; /* Full width */ 
    height: 100%; /* Full height */ 
    overflow: auto; /* Enable scroll if needed */ 
    background-color: rgb(0,0,0); /* Fallback color */ 
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */ 
} 
 
.modal-content { 
    background-color: #fefefe; 
    margin: 5% auto; /* 15% from the top and centered */ 
    padding: 20px; 
    border: 1px solid #888; 
    width: 50%; /* Could be more or less, depending on screen size */ 
} 
 
.close { 
    color: #aaa; 
    float: right; 
    font-size: 28px; 
    font-weight: bold; 
} 
 
.close:hover, 
.close:focus { 
    color: black; 
    text-decoration: none; 
    cursor: pointer; 
} 


   .custom-product-tab {
            font-family: Arial, sans-serif;
        }
        .tab-title {
          display: flex;
            align-items: center;
            justify-content: space-between;
                font-size: 24px;
          font-weight: 700;
          text-transform: none;
          letter-spacing: 0px;
        }
        .toggle-arrow {
            font-size: 14px;
            transition: transform 0.1s;
        }
        .tab-content {
            display: none;
            margin-top: 15px;
        }
        .tab-content.open {
            display: block;
        }
        .info-row {
            display: flex;
            margin-bottom: 10px;
        }
        .info-label {
            font-weight: bold;
            width: 200px;
        }
        .info-content {
            color: #333;
            line-height: 1.5;
        }
        .custom-divider {
            border: 0;
            border-top: 1px solid #ccc;
            margin-top: 20px !important;
            margin-bottom: 15px !important;
        }



.toggle-arrow:after {
    font-family: "fontello";
    content: '\e929'; /* Replace with your custom icon's unicode */
    display: block;
    font-size: 18px;
    margin-left: auto;
   
    transition: transform 0.1s ease;
}

.toggle-arrow.open:after {
    transform: rotate(180deg);
}



.important-instruction-line {
    display: flex;
    align-items: center;
    font-family: Syne, sans-serif;
    font-size: 18px;
    margin-bottom: 8px;
}

.important-instruction-line .checkmark:before {
    content: '\e9a2';
    font-family: "fontello";
    font-size: 11px;
    color: #C9A19B; /* Adjust color as needed */
    margin-right: 20px;
    display: inline-block;
}