/* 
 Theme Name:     divishop-child-theme
 Author:         Mark Hendriksen
 Author URI:     https://markhendriksen.com
 Template:       Divi
 Version:        1.0
 Description:    A Divi Child Theme 
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 

/* ######## CHANGE COLORS ######### */

/* ###### CART MENU BG COLOR ###### */
.wpmenucartli {
	background-color: #f59014;
}

/* ##### CART MENU TEXT COLOR ##### */
.wpmenucartli a,
.et-db #et-boc .et-l .et-menu .wpmenucartli a {
	color: #fff;
}

/* ##### BENEFITS ICON COLOR BELOW MENU ##### */
.menu_benefits .fa-check-circle {
	color: #068f01;
}

/* ### PRODUCT PAGE - BENEFITS ICON COLOR ### */
.product_benefits .fa-check-circle {
	color: #56992f; 	
}

/* ### SHOP PAGE - BUTTON PRICE FILTER BG AND TEXT COLOR ### */
.woof .widget_price_filter .price_slider_amount .button {
	background-color: #402fd8;
	color: #fff;
}

/* ### SHOP PAGE - SLIDE PRICE FILTER BG COLOR ### */
.woof .widget_price_filter .ui-slider .ui-slider-handle,
.woof .widget_price_filter .ui-slider .ui-slider-range {
    background-color: #3f2fd8;
}

/* ### SHOP PAGE - SLIDE PRICE FILTER BORDER COLOR ### */
.woof .widget_price_filter .ui-slider .ui-slider-handle {
    border: 1px solid #3f2fd8;
}

/* ### SHOP PAGE - VIEW CART BUTTON BG AND TEXT COLOR ### */
.woocommerce a.button.wc-forward {
	background-color: #d0d0d0;
	color: #000;
}

/* ### SHOP PAGE - CHECKOUT BUTTON BG AND TEXT COLOR ### */
.woocommerce a.button.checkout {
	background-color: #402fd8;
	color: #fff;
}

/* ### SHOP PAGE - SHOPPING WIDGET BG COLOR ### */
.woocommerce.widget_shopping_cart {
	background-color: #f5f5f5;
}

/* ### CART PAGE - COUPON BUTTON BG AND TEXT COLOR  ### */
.woocommerce-cart table.cart td.actions .coupon .input-text {
	background-color: #eaeaea !important;
	color: #000 !important;
}

/* ### CART PAGE - COUPON BUTTON PLACEHOLDER TEXT COLOR  ### */
.woocommerce-cart table.cart td.actions .coupon .input-text::placeholder {
	color: #402fd8 !important;
}

/* ### CART PAGE - COUPON SUBMIT BUTTON BG AND TEXT COLOR  ### */
.woocommerce-page .coupon button.button {
	background-color: #068f01 !important;
	color: #fff;
}

/* ### CART PAGE - UPDATE CART BUTTON BG AND TEXT COLOR  ### */
.woocommerce button.button:disabled, 
.woocommerce button.button:disabled[disabled],
.woocommerce-page button.button{
	background-color: #402fd8 !important;
	color: #fff !important;
}

/* ### CART PAGE - CROSS SELlS STAR RATING ICON COLOR  ### */
.woocommerce-page .star-rating span:before {
	color: #f59014 !important;
}

/* ### CART PAGE - CROSS SELlS SALE BADGE BG COLOR  ### */
.woocommerce-page.woocommerce-cart span.onsale {
	background: #ca0907!important;
}

/* ### CART PAGE - PROCEED TO CHECKOUT BUTTON BG AND TEXT COLOR  ### */
.woocommerce .wc-proceed-to-checkout a.button.wc-forward {
    background-color: #3f2fd8;
    color: #fff;
}

/* ### MEGA MENU - TITLE COLOR ### */
.custom_menu .nav li ul.sub-menu li.mega-menu-title>a,
.et-db #et-boc .et-l .custom_menu .nav li ul.sub-menu li.mega-menu-title>a {
	color: #402fd8 !important;
}

/* ### MEGA MENU - VIEW ALL TEXT COLOR ### */
.custom_menu .nav li ul.sub-menu li.view_all>a,
.et-db #et-boc .et-l .custom_menu .nav li ul.sub-menu li.view_all>a {
	color: #402fd8 !important;
}

/* ### CHECKOUT - ICON COLOR ### */
.woocommerce-checkout .fa-check-circle {
	color: #56992f;
}

/* ### CHECKOUT - HAVE A COUPON BAR BG COLOR ### */
.woocommerce-checkout .woocommerce-info {
    background: #402fd8;
}

/* ######## END CHANGE COLORS ######### */

h3 {
	font-size: 24px !important;
}


.shop_menu.et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li {
    margin-top: 5px;	
}

.shop_menu.et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li a,
.et-db #et-boc .et-l .shop_menu.et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li>a {
   	padding-top: 6px;
	padding-bottom: 6px;	

}

.wpmenucartli {
    border-radius: 25px;
}

.wpmenucartli a,
.et-db #et-boc .et-l .et-menu .wpmenucartli a {
	font-weight: 300;
    padding-bottom: 0px;
}

.aws-container .aws-search-form * {
	border-radius: 25px 0 0 25px!important;
	height: 39px !important;

}

.aws-container .aws-search-btn {
	border-radius: 0 25px 25px 0px!important;
}

.aws-container .aws-search-form .aws-search-btn svg {
	height: 27px!important;
    margin-top: 5px;
    margin-left: -3px;
}

.menu_benefits .fa-check-circle {
    font-size: 18px;
    vertical-align: text-bottom;
    margin-right: 2px;
}

/* ### HOME PAGE ### */

@media only screen and (min-width: 981px) {
.price_hero {
	font-size: 80px;
}}

.aws-search-field {
	box-shadow: inset 0 0px 5px rgba(0, 0, 0, 0.22);
}

/* ### SHOP PAGE ### */

.woof_container {
    padding-bottom: 25px !important;
}

.woof_list label {
    padding-top: 0px !important;
}

.woocommerce button.button:hover:after {
	display: none;
}

.woocommerce button.button:hover {
	padding: .3em 1em !important;
}

.woof .widget_price_filter .price_slider_amount .button {
	border-width: 0px;
	font-weight: 300;
}

.woocommerce a.button {
	font-size: 13px;
	font-weight: 300;
}

.woocommerce a.button:hover {
	padding: .3em 1em !important;	
}

.woocommerce a.button:hover:after {
	display: none;
}

.woocommerce a.button.wc-forward {
	border-width: 0px;
}

.woocommerce a.button.checkout {
	border-width: 0px;
}

.woocommerce.widget_shopping_cart {
    padding: 15px;
}

/* ### CART PAGE ### */
.woocommerce-cart table.cart td.actions .coupon .input-text {
	font-size: 16px !important;
	text-align: center;
}

.woocommerce-page .coupon button.button {
	font-size: 16px !important;
	text-align: center;
	padding: .65em 1em;
    border-width: 0px;
	font-weight: 300;
}

.woocommerce-page .coupon button.button:hover {
	padding: .65em 1em !important;
}

.woocommerce button.button:disabled, 
.woocommerce button.button:disabled[disabled],
.woocommerce-page button.button{
	font-size: 16px !important;
	text-align: center;
	padding: .65em 1em !important;
    border-width: 0px;
	font-weight: 300;
}

.woocommerce button.button:disabled:hover, 
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce-page button.button:hover {
	padding: .65em 1em !important;
    border-width: 0px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	font-size: 16px;
}

.woocommerce-cart .et_overlay {
    background: rgba(0, 0, 0, 0.35);
}

.woocommerce .wc-proceed-to-checkout a.button.wc-forward {
	font-weight: 400;
}

.woocommerce .wc-proceed-to-checkout a.button.wc-forward:hover {
	padding: .3em 1em;
	border-width: 0px;
}

@media all and (max-width: 479px) {
.woocommerce-page table.cart td.actions .coupon .button {
	width: 100%
}}

.woocommerce-cart .et_overlay {
    background: rgba(0,0,0,0)!important;
	border: 0px solid #e5e5e5;
}

.woocommerce-cart .et_overlay:before {
	color: rgba(0,0,0,0)!important;
}

.woocommerce-cart .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 20px !important;
}


/* ### WC CATEGORY PAGE WITH FILTER ### */
.woof_search_is_going .et_overlay {
    background: rgba(0,0,0,0)!important;
	border: 0px solid #e5e5e5;
}

.woof_search_is_going .et_overlay:before {
	color: rgba(0,0,0,0)!important;
}

.woof_search_is_going span.onsale {
	background: #ca0907!important;
}

.woof_search_is_going .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 20px !important;
}

/* ### MOBILE MENU ### */
.et_mobile_nav_menu {
	margin: 0 auto !important;
}

@media all and (max-width: 980px) {
.et_pb_menu_1_tb_header.et_pb_menu ul li a img {
	display: none !important;
}}

/* ### MEGA MENU ### */
.custom_menu .nav li ul.sub-menu li.mega-menu-title>a,
.et-db #et-boc .et-l .custom_menu .nav li ul.sub-menu li.mega-menu-title>a {
	font-size: 16px;
}

.custom_menu .nav li ul.sub-menu li.view_all>a,
.et-db #et-boc .et-l .custom_menu .nav li ul.sub-menu li.view_all>a {
	padding-top: 15px;
}

.et_pb_menu .et-menu-nav>ul li.mega-menu>ul,
.et-db #et-boc .et-l .et_pb_menu .et-menu-nav>ul li.mega-menu>ul {
    padding: 20px 20px;
}

.custom_menu .mega-menu .fas {
    padding-right: 7px;
}

.et-menu-nav li.mega-menu li>a,
.et-db #et-boc .et-l .et-menu-nav li.mega-menu li>a {
    width: 240px!important;
}

/* ### CHECKOUT PAGE ### */
.woocommerce-checkout .fa-ul {
	margin-left: 1.5em;
}

.woocommerce-checkout .fa-li {
	left: -2.5em;
}

.woocommerce-checkout .fa-check-circle {
    font-size: 20px;
    margin-top: 2px;
}

.woocommerce-checkout #order_review_heading {
	padding-top: 35px;
}

.woocommerce-checkout #place_order,
.woocommerce-checkout #place_order:hover {
	border-width: 0px;
}

/* ### SHOP CATEGORY PAGE ### */
.archive .woocommerce a.button.checkout {
    color: #fff !important;
}

.archive.woocommerce-page button.button {
	padding: .3em 1em !important;
}

/* ### FOOTER ### */
@media only screen and (min-width: 981px) {
.et-db #et-boc .et-l .custom_form_footer.et_pb_newsletter .et_pb_newsletter_fields>* {
    flex-basis: 23%;
}
	
.et-db #et-boc .et-l .et_pb_column_4_4:not(.et_pb_column_inner)>.et_pb_newsletter.custom_form_footer .et_pb_newsletter_form {
    padding-left: 0px;
}}

.et-db #et-boc .et-l .custom_form_footer .et_pb_newsletter_form {
    position: relative;
    width: 100%;	
 }