/*
Theme Name: Salient Child
Theme URI: https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Template: salient
Author: ThemeNectar
Author URI: https://themeforest.net/user/themenectar
Description: An Ultra Responsive Multi-Purpose Theme.
Version: 16.3.0.1721097088
Updated: 2024-07-16 02:31:28

*/

.custom-product-shortcode {
    border: 1px solid #e1e1e1;
    padding: 20px;
    text-align: center;
    position: relative;
    //overflow: hidden;
	display:	inline-block;
}

.custom-product-shortcode .product-image {
    position: relative;
    display: inline-block;
}

.custom-product-shortcode .product-image a {
    display: block;
}

.custom-product-shortcode .product-image .mouseover_add_to_cart {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    opacity: 0.8;
    background: rgba(255, 81, 73, 1.0);
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
}

.custom-product-shortcode .product-image:hover .mouseover_add_to_cart {
    display: block;
}

.custom-product-shortcode .product-title {
    font-size: 1.2em;
    margin: 10px 0;
}

.custom-product-shortcode .product-price {
    font-size: 1.1em;
    color: #888;
    display: block;
    margin-bottom: 10px;
}

.custom-product-shortcode .bottom_add_to_cart {
    display: inline-block;
    margin: 10px 0;
    padding: 10px 20px;
    background: rgba(255, 81, 73, 1.0);
    color: #fff;
    text-decoration: none;
}

.custom-product-shortcode .bottom_add_to_cart:hover {
    background: rgba(44, 106, 181, 1.0);
}

/* Hide the second occurrence of the product-wrap if it is duplicated */
.products .product .product-wrap:nth-of-type(2) {
    display: none;
}

/** DROP OFF FIELDS CSS **/

.dropoff-custom-fields #dropoff-fields h4, .dropoff-custom-fields #common-fields h4 {
    margin-top: 10px;
}

.dropoff-custom-fields {
    
    margin-bottom:10px;
}
