/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme example child theme.
Author: Nick
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0.1
*/

/* Parent stylesheet should be loaded from functions.php not using @import */


.page-header {
    position: relative;
    background-color: #f5f5f5;
    padding: 34px 0;
    display: none;
}


.woocommerce ul.products li.product li.inner {
	color: #E3602A;
}

/* @media (min-width: 800px){
main.site-main,
.elementor-location-single,
.elementor-location-footer {
margin-left: 250px
}
} */

@media (min-width: 800px){
main.site-main ,footer#site-footer {
    margin-left: 250px
}
}

body {
	font-family: "Montserrat", Sans-serif;
}

.woocommerce div.product p.price {
	color: #e3602a;
}

.price{
	color: #e3602a!important;
}

.site-main .woocommerce .amount {
    color: #e3602a!important;
}

button[type="submit"]:hover{
	background: rgba(0,0,0,0)!important;
	border: 1px solid #e3602a!important;
	color: #e3602a!important;
}

.owp-quick-view {
    color: #fff!important;

}

.woocommerce ul.products li.product li.title a {
    color: #3E454C!important;
}

