/*
 Theme Name:   Divi Child Theme
 Theme URI:    https://adelaideadvertising.com/
 Description:  Divi Child Theme
 Author:       Website Adelaide
 Author URI:   https://adelaideadvertising.com/
 Version:      3.0
 Template:     Divi
*/


.centering { 
        display: flex; 
        flex-direction: column; 
        justify-content: center;
    } 

.websiteby a{font-weight:400!important; font-size:0.9em!important; color:#000!important;}

/*--remove vertical divider if sidebar--*/
#main-content .container:before {
width:0!important;
} 
.out-of-stock-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #B08D37;
  color: #fff;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 4px;
  z-index: 10;
}

.woocommerce ul.products li.product {
  position: relative;
}
.et-cart-info {
    position: relative;
}

.dv5-cart-count {
    position: absolute;
    top: -6px;
    right: -8px;
    background: #d40000;
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    min-width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    border-radius: 50%;
    padding: 0 4px;
}

/* Prevent icon font from affecting bubble */
.dv5-cart-count:before {
    content: none !important;
}