
body, h3, h4, h5, p, li, ul, ol, button, input {
	font-family: 'Open Sans', sans-serif;
	color: var(--grey);
}

h1 {
	font-family: 'Open Sans', sans-serif;
	color: var(--dark-blue);
	font-weight: 600;
	font-size: 54px;
	margin-bottom: 2%;
}
.caption h1 {
	color: var(--grey);
}
h2 {
	font-family: 'Open Sans', sans-serif;
	color: var(--dark-blue);
	font-weight: 400;
	font-size: 35px;
}


h3 {
	color: var(--dark-blue);
	font-weight: 400;
	font-size: 25px;
	margin-bottom: 10px;
}

h4 {
	font-size: 21px;
	font-weight: 400;
}


.wpsf-product-title {
	font-family: 'Rubik', sans-serif !important;
	color: var(--blue) !important;
	font-weight: 500;
	font-size: 20px !important;
	margin-bottom: 10px;
	text-align: left !important;
	margin-top: 10px;
}
.wpsf-product-title:hover {
	text-decoration: none;
}

#wps-slider-section #sp-woo-product-slider-33 .wpsf-product-title a {
	font-family: 'Rubik', sans-serif !important;
	color: var(--blue) !important;
	font-weight: 500;
	font-size: 20px !important;
	margin-bottom: 10px;
	text-align: left !important;
}

#wps-slider-section #sp-woo-product-slider-39 .wpsf-product-title a {
	font-family: 'Rubik', sans-serif !important;
	color: var(--blue) !important;
	font-weight: 500;
	font-size: 20px !important;
	margin-bottom: 10px;
	text-align: left !important;
}

p, ul, ol {
	font-size: 17px;
}
p#breadcrumbs {
	font-size: 14px;
}

a, a:hover {
	/*color: var(--dark-grey);*/
	color: var(--dark-blue);
}

li {
	margin-bottom: 8px;
}

.bg-orange, .bg-orange p, .bg-orange h1, .bg-orange h2, .bg-orange h3, .bg-orange h4, .bg-orange h5, .bg-orange h6 {
	color: var(--white); 
}

.bg-orange p {
	font-size: 14px;
	margin-bottom: 0;
}

.bg-gradient h1, .bg-gradient h2, .bg-gradient h3, .bg-gradient h4, .bg-gradient h5, .bg-gradient h6, .bg-gradient p {
	color: white;
}

.category-description p, .category-description h1 {
	color: white !important;
}

.bg-box-shadow h2 {
	font-size: 50px !important;
}

.font_8 {
	font-size: 25px !important;
}

.font_9 {
	font-size: 25px !important;
}


/* ----------------------------------------------------- 2200px + ---------------------------------------------------------------- */

@media only screen and (min-width : 2200px) {
}

/* ----------------------------------------------------- Smaller than 2200px ----------------------------------------------------- */

@media only screen and (max-width : 2200px) {
}

/* ----------------------------------------------------- Smaller than 1800px ----------------------------------------------------- */

@media only screen and (max-width : 1800px) {
}

/* ----------------------------------------------------- Smaller than 1750px ----------------------------------------------------- */

@media only screen and (max-width : 1750px) {
}

/* ----------------------------------------------------- Smaller than 1650px ----------------------------------------------------- */

@media only screen and (max-width : 1650px) {	
}

/* ----------------------------------------------------- Smaller than 1550px ----------------------------------------------------- */

@media only screen and (max-width : 1550px) {
}

/* ----------------------------------------------------- Smaller than 1450px ----------------------------------------------------- */

@media only screen and (max-width : 1450px) {
}

/* ----------------------------------------------------- Smaller than 1350px ----------------------------------------------------- */

@media only screen and (max-width : 1350px) {	
}

/* ----------------------------------------------------- Smaller than 1250px ----------------------------------------------------- */

@media only screen and (max-width : 1250px) {
} 

/* ----------------------------------------------------- Smaller than 1125px ----------------------------------------------------- */

@media only screen and (max-width : 1125px) {	
}

/* ----------------------------------------------------- Smaller than 1080px ----------------------------------------------------- */

@media only screen and (max-width : 1080px) {
}

/* ----------------------------------------------------- Smaller than 1024px - iPad landscape ----------------------------------------------------- */

@media only screen and (max-width : 1024px) {	
	h1 {
    	font-size: 49px;
	}
	h2 {
    	font-size: 40px;
	}
	h3 {
    	font-size: 30px;
	}
	h4 {
    	font-size: 19px;
	}
	h5 {
    	font-size: 18px;
	}
	h6 {
    	font-size: 17px;
	}

}

/* ----------------------------------------------------- Smaller than 991px ------------------------------------------------------ */

@media only screen and (max-width : 991px) {	
}

/* ----------------------------------------------------- Smaller than 870px ------------------------------------------------------ */

@media only screen and (max-width : 870px) {	
}

/* ----------------------------------------------------- Smaller than 800px ------------------------------------------------------ */

@media only screen and (max-width : 800px) {

}

/* ----------------------------------------------------- Smaller than 767px ------------------------------------------------------ */

@media only screen and (max-width : 767px) {

	h1 {
    	font-size: 30px;
	}
	h2 {
    	font-size: 27px;
	}
	.bg-box-shadow h2 {
    	font-size: 27px !important;
	}
	h3 {
    	font-size: 24px;
	}
	h4 {
    	font-size: 19px;
	}
	h5 {
    	font-size: 18px;
	}
	h6 {
    	font-size: 17px;
	}
	p, ul, ol {
    	font-size: 16px;
	}
}

/* ----------------------------------------------------- Smaller than 700px ------------------------------------------------------ */

@media only screen and (max-width : 700px) {
}

/* ----------------------------------------------------- Smaller than Mobile ----------------------------------------------------- */

@media only screen and (max-width : 600px) {	

}

/* ----------------------------------------------------- Smaller than 540px ------------------------------------------------------ */

@media only screen and (max-width : 540px) {	

}

/* ----------------------------------------------------- Smaller than 500px ------------------------------------------------------ */

@media only screen and (max-width : 420px) {
}