/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.27.2.1728200386
Updated: 2024-10-06 07:39:46

*/

/*===================================================================================================================
//CUSTOM CODE BY DEVELOPER STARTS
//=================================================================================================================== */

/* UTILITY CLASSES */
b,strong{
	font-weight: 600 !important;
}
.heading-row.right-text .et_pb_column{
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

.woocommerce ul.products li.product .price:has(del),
.ra_single_product_page_price .price:has(del),
.woocommerce-variation-price .price:has(del){
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: baseline;
}
.woocommerce ul.products li.product .price:has(del) del,
.ra_single_product_page_price .price:has(del) del,
.woocommerce-variation-price .price:has(del) del{
	padding-left: 10px !important;
	font-weight:500 !important;
	font-size:small !important;
}
/* ========================================================================================= Make Thumbnail Images All The Same Size In The Product Loop */
/* ALL DEVICES VIEW */ 
/* .woocommerce ul.products li.product .et_shop_image img.size-woocommerce_thumbnail{
  object-fit: cover;
  height: 300px;
} */

/* MOBILE VIEW ONLY  */
/* @media only screen and (max-width: 768px) {
  .woocommerce ul.products li.product .grid-item-cont .et_pb_db_shop_thumbnail img {
    height: 200px; 
  }
} */

/* ========================================================================================= THANKYOU PAGE STYLE */
/* Container for buttons */
#ra-share-order-details-container {
    margin-top: 20px;
    text-align: center;
}

#ra-share-order-details-container .ra-button-heading {
    margin-bottom: 10px;
}

/* Flex container for buttons */
#ra-share-order-details-container .ra-button-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
	gap:30px;
}

/* Common button styles */
#ra-share-order-details-container .ra_whatsapp_button,
#ra-share-order-details-container .ra_call_button {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 20px;
    color: #000;
    text-decoration: none;
    border: 1px solid #46B86B;
    border-radius: 5px;
    font-size: 16px;
    transition: background-color 0.3s, color 0.3s;
}

/* Icon styles */
#ra-share-order-details-container .ra-button-icon {
    width: 40px;
}

/* Responsive styles */
@media (max-width: 600px) {
    #ra-share-order-details-container .ra-button-wrapper {
        flex-direction: column;
        gap: 10px;
    }
}

/* Hover effects */
#ra-share-order-details-container .ra_whatsapp_button:hover,
#ra-share-order-details-container .ra_call_button:hover {
    background-color: rgba(70,183,107,0.2) !important; /* Change background on hover */
}
/* ========================================================================================= PRODUCTS DESCRIPTION WHOLESALE TABLE */
.ra_product_desc_custom_table {
  font-family: Arial, sans-serif;
  width: 50%;
  margin-bottom: 20px;
  margin-top: 20px;
}
@media (max-width:762px){
	.ra_product_desc_custom_table {
		width:100% !important;
	}
}

.ra_product_desc_custom_table h3 {
  font-size: 1.2em;
  margin-bottom: 0; 
  padding: 8px; 
  background-color: #f2f2f2; 
	text-align:center;
  border: 1px solid #ddd;
	font-weight:bold;
}

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

.ra_product_desc_custom_table th,
.ra_product_desc_custom_table td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: left;
	font-weight:normal !important;
}

.ra_product_desc_custom_table thead th {
  background-color: #f2f2f2;
}

.ra_product_desc_custom_table tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}

.ra_product_desc_custom_table tbody tr:hover {
  background-color: #f1f1f1;
}
