/*
Theme Name:   xstore-child
Theme URI:    https://xstore.8theme.com
Description:  XStore is a multi-purpose theme that offers the ultimate WordPress and WooCommerce synergy, providing a comprehensive, all-in-one solution.
Author:       8theme
Author URI:   https://www.8theme.com
Template:     xstore
Version:      1.0
Text Domain:  xstore-child
Tags: e-commerce, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, custom-logo, featured-images, full-width-template, threaded-comments, accessibility-ready, rtl-language-support, footer-widgets, sticky-post, theme-options, translation-ready, ecommerce, woocommerce, shop, elementor, business, corporate, blog, news, light, dark
*/

.product-datasheet-urls ul, .product-cad-urls ul {
	margin-bottom: 0;
}

.datasheet-heading, .cad-heading {
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
    display: inline-block;
}

.product-datasheet-urls ul a, .product-cad-urls ul a {
	color: #069ddf !important;
}
/* Hide the add to cart button for consignment customers */
body.role-consignment_customer .addcartbuy {
    display: none !important;
}

/* Hide the add to quote button for all roles except consignment customers */
body:not(.role-consignment_customer) .addquote {
    display: none !important;
}

.form_notice {
    font-size: 19px !important;
    text-align: center;
}

.form_notice a {
	color:#ed0808 ;
}

#gform_confirmation_message_3 {
	font-size: 19px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 50px;
    border-top: 1px solid #333;
    padding-top: 80px;
    padding-bottom: 50px;
    color: green;
}

#quote-success-message {
    display: none; /* Hide by default */
}

#quote-success-message.show {
    display: block; /* Show when the 'show' class is added */
}

#variation-cross-sells .price, #variation-cross-sells .products-page-cats {
	display: none;
}

#variation-cross-sells .content-product .product-title {
	font-size: 14px;
    line-height: 1.2em;
}

#gform_confirmation_message_4 {
    font-size: 20px;
    text-align: center;
    color: #36c736;
}

.consignment-restock .success-message  {
    margin-top: 50px;
    font-size: 19px;
    font-weight: bold;
    color: #049204;
}

.add-request-quote-button {
	    padding-bottom: 30px !important;
}

#courier_type_field .optional, #courier_account_field .optional {
	    display: none;
}

.coupon-juvjf8gr {
	display: none;
}

.registration-notice {
	color: red;
}

.variation-cross-sells {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
}

.cross-sell-product {
    width: calc(33.333% - 20px); /* Adjust width as needed */
    text-align: center;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 5px;
    background-color: #f9f9f9;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.cross-sell-product a {
    text-decoration: none;
    color: inherit;
}

.cross-sell-image img {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.cross-sell-title {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 5px;
}

.cross-sell-sku {
    font-size: 0.9rem;
    color: #666;
}
