@import url('fonts.css');
@import url('header.css');

/* BASE
------------------------------------- */
html,
body {
	color: #050505;
	font-size: 18px;
	line-height: 1.5;
	background: #fff;
	font-family: 'Helvetica', sans-serif;
	font-weight: 400; 
}

h1, 
h2, 
h3, 
h4, 
h5, 
h6, 
.blog #main h1 a{
	color: #050505;
	font-family: 'Helvetica', sans-serif;
	font-weight: 700;
	margin: 0;
	text-transform: uppercase;
}

h1 {
	font-size: 64px;
	line-height: 1.2;
	margin: 0 0 20px;
}

h2,
.blog #main h1 a {
	font-size: 45px;
	line-height: 1.3;
}

h3 {
	font-size: 32px;
	line-height: 1.4;
}

h4 {
	font-size: 28px;
	line-height: 1.4;
}

h5 {
	font-size: 25px;
	font-weight: 700;
	line-height: 1.1;
	text-transform: none;
}

.main-btn,
a.main-btn,
a.main-btn:visited,
.bp-forms-btn,
a.bp-forms-btn,
a.bp-forms-btn:visited {
	border: none;
	border-radius: 7px;
	color: #fff;
	background-color: var(--purple-color);
	font-family: 'Helvetica', sans-serif;
	font-size: 18px;
	line-height: 1.3;
	font-weight: 700;
	letter-spacing: 0.8px;
	padding: .6em 1.5em;
	text-align: center;
}

.main-btn:hover,
a.main-btn:hover,
.bp-forms-btn:hover,
a.bp-forms-btn:hover {
	color: #fff;
	background-color: var(--blue-color);
}

.main-btn.sec-btn,
a.main-btn.sec-btn {
	background-color: var(--blue-color);
}

.main-btn.sec-btn:hover,
a.main-btn.sec-btn:hover {
	background-color: var(--purple-color);
}

article a,
article a:visited {
	color: var(--blue-color);
}

.bg-cover {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.container.lg-container {
    max-width: 1840px;
}

.container.lg-md-container {
	max-width: 1480px;
}

.container.md-container {
	max-width: 1350px;
}

.md-padding {
    padding: 2em 0;
}

.sm-padding {
    padding: 0.6em 0;
}

.white-color {
	color: #fff;
}

.black-color {
	color: #000;
}

.wcdp_options>li>input:checked+label:after{
    display:none !important;
}

.product_title{
    font-size:26px;
}

.related.products h2 {
     font-size:24px;
}

/* RESPONSIVE
---------------------------------------------------------- */

@media screen and (min-width: 1026px) {
	.md-padding {
		padding: 4em 0;
	}
	.sm-padding {
		padding: 1.2em 0;
	}
}
