/*
 Theme Name:     Divi 5 Child Theme by That's Us Digital
 Theme URI:      https://thatsus.co.za/
 Description:    The child theme for Divi 5.
 Author:         That's Us Digital Team
 Author URI:     https://thatsus.co.za/
 Template:       Divi
 Version:        2.0.1
*/
/* >> Your CSS Style can be placed here. Remember commenting is your friend. << */

/* >>> PageLoad Progress Bar */
#page-progress-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 0%;
  height: 4px;
  background-color: #b29f88;
  z-index: 9999999999999999;
  transition: width 0.2s ease;
}
/*<<<*/

/* >>> Single Product Items & Pages 
#CV-Default-Menu .woocommerce-product-gallery .flex-viewport {
    max-height: 400px;
}
/*<<<*/

/* >>> Mega Menu Sections */
#CV-Default-Menu {
    box-shadow: 0px 12px 18px -6px rgba(0, 0, 0, 0.3) !important;
}
/**/

/* >>> Related Products Module */
.et_pb_wc_related_products ul.products {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: stretch;
    flex-wrap: nowrap;
}

.et_pb_wc_related_products li.product {
	display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    border-radius: 13px;
    padding: 10px !important;
    background-color: #fff;
    margin-bottom: 0 !important;
    justify-content: space-between;
}

.et_pb_wc_related_products span.et_shop_image img {
    border-radius:13px;
}

.et_pb_wc_related_products a.button {
	font-size:12px;
	padding:3px 10px;
}

.et_pb_wc_related_products a.button:after {
	display:none!important;
}
/*<<<*/
 
/* >>> PRODUCT QUICK VIEW */
button.CV-Product-QuickView {
    background: #fff;
    border-radius: 25px;
    border: none;
    box-shadow: 0px 1px 3px #999;
    cursor: pointer;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 7px 13px;
    margin-top: 7px;
    width: 85%;
    font-size: 14px;
}

button.CV-Product-QuickView:hover {
    box-shadow: 0px 0px 5px #999;
    background: #0a0a0a;
	color:#ebebeb;
}

#woosq-popup a.view-details-btn {
    background-color: #b29f88;
    border-radius: 13px 0 0 0;
}

#woosq-popup a.view-details-btn:hover {
    background: #e9e1dc;
    color: #333;
}

#woosq-popup {
	border-radius: 13px;
}
/*<<<*/

/* >>> Secondary Menu */
#et-secondary-menu .et-cart-info {
    display: none !important;
}
/*<<<*/

/* >>> Fly Cart */
.woofc-menu-item .woofc-menu-item-inner::after {
    background-color: #000 !important;
    color: #fff;
}

.woofc-overlay {
	background: #302e2bc9;
}
/*<<<*/

/* >>> On Sale Badge */
.woocommerce span.onsale, .woocommerce-page span.onsale {
    background: #000 !important;
	text-transform: uppercase;
}
/*<<<*/

/*Billing postal code delivery loading instruction*/
#billing_postcode_field span.woocommerce-input-wrapper:after {
    content: "* Enter postal code and press Enter or click the phone number below to load available delivery options.";
	font-size: 12px;
	padding-left: 7px !important;
}
/**/

@media only screen and (max-width: 1024px) {
    .HIDE-THIS-TABMOB {
        /* Styles to hide things for tablets and phones */
        display: none !important;
    }
}







/* Keep the coder of the edge! */