/*
 Theme Name:  Divi Child Theme
 Theme URI:    https://divilife.com
 Description:  Child Theme for Divi
 Author:       Tim Strifler
 Author URI:   https://divilife.com
 Template:     Divi
 Version:      1.0.0
*/

/*****Add any custom CSS below this line*****/

/*OPTION BUTTONS*/
.et_pb_button_2_wrapper .et_pb_button_2, .et_pb_button_2_wrapper .et_pb_button_2:hover {
    padding-top: 6px!important;
    padding-right: 30px!important;
    padding-bottom: 9px!important;
    padding-left: 30px!important;
	width:100%;
}

/*FOOTER*/
#main-footer {
    display: none !important;
}

/*WOOCOMMERCE OPTIONS*/
.et-db #et-boc .et-l .et_pb_wc_add_to_cart form.cart .variations td.value span:after {
    border: 9px solid transparent;
    border-top-color: #FF7800;
    content: "";
    display: block;
    height: 0;
    margin-top: 3px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    -webkit-transform: translateY(-145%);
    transform: translateY(-145%);
    width: 0;
}

.et-db #et-boc .et-l .et_pb_wc_add_to_cart_0.et_pb_module .et_pb_module_inner form.cart .variations td select {
    background-color:rgba(171,184,195,0.25)!important;
    box-shadow: 0px 12px 18px -6px rgba(0,0,0,0.3);
    padding: 10px 0px 10px 20px;
	color:#ffffff;
}

.woocommerce div.product span.price, .woocommerce-page div.product span.price {
	font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 300;
    font-size: 32px;
    color: #FF7800!important;
    line-height: 2.4em;
}

/*Disable Gallery Slide In*/
.et_pb_gallery_item {
	-webkit-animation: none !important;
	-moz-animation: none !important;
	-o-animation: none !important;
	-ms-animation: none !important;
	animation: none !important;
}