/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/
.woocommerce ul.order_details {
    margin: 0 auto 3em;   /* center the block itself */
    list-style: none;
    text-align: center;   /* center the inline content */
}

.woocommerce-order-overview__email, .woocommerce-customer-details {
	display: none !important;
}

/*.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
	float: left !important;
	width: 100% !important;
}*/

.woocommerce ul.order_details li {
    float: none !important;   /* remove WooCommerce default float */
    display: inline-block;    /* line them up side by side */
    margin: 0 10px;           /* spacing between items */
}


.sub-details {
	font-size: 18px !important;
}
.woocommerce ul.order_details li {
	font-size: .815em;
}
.woocommerce .products ul, .woocommerce ul.products {
    margin: 0 0 1em;
    padding: 0;
    list-style: none outside;
    clear: both;
  }

.custom .woocommerce ul.sfn-cart-addons li.product.material, .woocommerce-page ul.sfn-cart-addons li.product.material {
        width: 100% !important;
    }

.sfn-cart-addons .products ul, .sfn-cart-addons ul.products {
	display: grid;
  grid-template-columns: repeat(5, 1fr); /* Three equal columns */
  gap: 1.5%; /* Consistent spacing between items */
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.sfn-cart-addons .products ul::after, .sfn-cart-addons .products ul::before, .sfn-cart-addons ul.products::after, .sfn-cart-addons ul.products::before {
	display: none !important;
}
#footer-outer .nectar-icon-list-item .list-icon-holder {
	float: left;
	margin-right: 10px;
}

#footer-outer .nectar-icon-list {
	padding: 0;
	margin-top: -40px;
}
@media screen and (max-width:767px) {
	body .woocommerce-cart ul.products li.product.material, body.woocommerce-page ul.products li.product.material, .woocommerce-cart .span_9 ul.products li.product.material, .woocommerce-cart .span_9 ul.products li.product.material, body .woocommerce.columns-1 ul.products li.product.material {
	width: 100% !important;
}
}


.custom-thank-you-msg {
	font-size: 18px !important;
	line-height: 24px !important;
	color: #e4007b !important;
	margin-bottom: 20px;
}

.news-btn {
	text-align: right !important;
	float: right !important;
}

.available-on-backorder {
	font-size: 16px !important;
	font-weight: 700;
	line-height: 1.1 !important;
	background-color: #e4007b !important;
	color: #fff !important;
	max-width: 330px !important;
	text-align: left !important;
	padding: 10px; !important;
	margin-bottom: 20px !important;
}

.woocommerce-checkout .woocommerce-form-login-toggle, .woocommerce-checkout .woocommerce-form-coupon-toggle, .woocommerce-cart .coupon {
	display: none !important;
}

 