/*======================================
Theme Name: Divi Child
Theme URI: https://divicake.com/
Description: Sandon DHW
Version: 1.0
Author: Divi Cake
Author URI: https://divicake.com/
Template: Divi
======================================*/

#top-menu li a {
    font-weight: 300 !important;
}

#main-header {
  box-shadow: none !important;
}

.sold-badge {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #000000;
    color: #fff;
    padding: 8px 15px;
    font-size: 12px;
    font-weight: bold;
	text-transform:uppercase;
}
.woocommerce div.product .out-of-stock {
    display: inline-block;
    padding: 10px 20px;
    background-color: black;
    color: white;
	text-transform: uppercase;
	letter-spacing: 1px;
    font-size: 16px !important;
    font-weight: 600!important;
}

.woocommerce .quantity input[type="number"] {
    padding: 7px 0px 7px 10px;
}

/*.woocommerce .products {
	display: flex;
    flex-flow: column wrap;
    align-content: space-between;
    height: 960px;
}

.woocommerce ul.products li.product .price {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 8px 15px;
  background-color: black;
  color: white;
}*/

.et_pb_module .et_pb_promo_description {
	opacity:0.5;
} 
.et_pb_module:hover .et_pb_promo_description {
	opacity:1;
} 

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    margin-bottom: 3.8% !important;
}

.woocommerce-result-count, 
.woocommerce-ordering,
.reset_variations {
	display:none !important;
}

.et_pb_wc_add_to_cart_0_tb_body.et_pb_module .et_pb_module_inner form.cart .variations td select {
	padding:0px 0px 10px 0px !important;
	border-radius: 0px !important;
}

.woocommerce div.product form.cart .variations th {
    width: 90px;
}

.et_pb_wc_add_to_cart form.cart .variations td.value span:after {
    margin-top: -5px !important;
}

.woocommerce div.product span.price, .woocommerce-page div.product span.price {
	color: #ffffff !important;
	font-size:18px !important;
	display:block;
	margin-bottom:20px;
}