/*
Theme Name: Divi Child Theme
Description: A child theme to house custom coding which modifies the Divi parent theme by Elegant Themes. Includes default line numbers where the code was taken from in the parent theme.
Author:   Brad Dalton http://wpsites.net
Template: Divi
*/

@import url("https://thca-wholesale.com/wp-content/themes/Divi/style.css");


.cart-items-table .product-quantity .quantity span {
    display: none;
}

/* age restrictions popup design */

.avwp-av button {
    border-width: 12px!important;
    border-color: #93b786;
    border-radius: 0px;
    letter-spacing: 4px;
    font-size: 14px;
    font-family: 'Nunito Sans',Helvetica,Arial,Lucida,sans-serif!important;
    font-weight: 700!important;
    text-transform: uppercase!important;
    background-color: #93b786 !important;
}
.avwp-av h2 {
    font-family: 'Quattrocento',Georgia,"Times New Roman",serif;
    line-height: 1.3em;
}
.avwp-av p {
    font-family: 'Quattrocento',Georgia,"Times New Roman",serif;
    color: #666;
    font-size: 16px;
    line-height: 22px;
}

/* Style Footer Credits - Lines 948 & 949 */

#footer-info { 
text-align: left; 
color: green; 
padding-bottom: 10px; 
float: left; 
}

#footer-info a { 
font-weight: 700; 
color: yellow; 
}

#footer-info a:hover { 
color: pink; 
}


/* Style Footer Social Icons - Lines 1185 to 1198 */

#footer-bottom .et-social-facebook a {
	color: blue;
}
#footer-bottom .et-social-twitter a {
	color: powderblue;
}
#footer-bottom .et-social-google-plus a {
	color: red;
}
#footer-bottom .et-social-rss a {
	color: orange;
}

/* Hover Colors*/
#footer-bottom .et-social-facebook a:hover {
	color: pink;
}
#footer-bottom .et-social-twitter a:hover {
	color: pink;
}
#footer-bottom .et-social-google-plus a:hover {
	color: pink;
}
#footer-bottom .et-social-rss a:hover {
	color: pink;
}

div.et_pb_widget:has(h4.footer_headings) {
    margin-bottom: 0 !important;
}