
/* CART VALIDATOR */

div#customer_details .checkout-inline-error-message, div#phone-error-msg, div#email-error-msg {
    color: #CF5138!important;
	font-size: 12px!important;
}

p.woocommerce-invalid.woocommerce-invalid-email input, p.woocommerce-invalid.woocommerce-invalid-required-field input, div#customer_details input.error {
    border-color: #CF5138;
    background: #f9dedf;
}

ul.woocommerce-error.woo_c-message-group {
    position: static;
    display: block;
}

ul.woocommerce-error.woo_c-message-group li {
    margin: 10px 0;
    padding: 15px 25px;
    border-radius: 10px;
    position: relative;
	color: #CF5138;
}

ul.woocommerce-error.woo_c-message-group li.message-box a {
    color: #CF5138;
    font-weight: normal;
	text-decoration: underline;
    position: static;
}

/* END CART VALIDATOR */




/* CROSS SELLS  */

@media screen and (max-width: 1024px) {	
	
	.custom-cross-sells ul.products.woo_c-products.woo-products-slider li .category {
		display: none !important;
	}
	
	.custom-cross-sells ul.products.woo_c-products.woo-products-slider li{
		width:50%;
	}

	.custom-cross-sells ul.products.woo_c-products.woo-products-slider li:nth-child(2n+1){	
		padding-right:10px;
	}

	.custom-cross-sells ul.products.woo_c-products.woo-products-slider li:nth-child(2n){	
		padding-left:10px;
	}
	
	.custom-cross-sells ul.products.woo_c-products.woo-products-slider li h5.font-titles {
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
        font-weight: normal;
	}
	
	.custom-cross-sells ul.products.woo_c-products.woo-products-slider li .wc-product-title-wrap {
		padding: 5px 0 20px !important;
	}
	
}

/* END CROSS SELLS  */


/* EXTRA PRODUCT PILLOW SECTION */

body.single-product #tm-extra-product-options .pillow-section h4 {
    margin-top: 0 !important;
}

body.single-product #tm-extra-product-options .pillow-section .tc-epo-element-product-container.tc-init-product.tc-init {
    align-items: center;
}

body.single-product #tm-extra-product-options .pillow-section .tc-epo-element-product-container-cart {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

body.single-product #tm-extra-product-options .pillow-section .tc-epo-element-product-container-right .tm-quantity-alt {
    display: block !important;
    margin: 0px 0 0;
}

body.single-product #tm-extra-product-options .pillow-section .tc-epo-element-product-container-right .tm-quantity-alt input.tm-qty-alt {
    border: 1px solid #ddd;
    padding: 5px;
    width: 50px !important;
    background: #f6f6f6;
    border-radius: 2px;
}

body.single-product #tm-extra-product-options .pillow-section .tc-epo-element-product-container-right .tm-quantity-alt button.single_add_to_cart_product.button{
    display: none !important;
}

/* END EXTRA PRODUCT PILLOW SECTION */
