/*


e7a602

ff4545


*/


.btn-primary{
	background: #e7a602;
}

body{
/*	background: #fff url(../images/pattern.jpg) repeat;*/
/*overflow-x: hidden;*/
/*width: 90%;*/
padding: 0;
/*width: 100vw;*/
}



.added-to-cart{
  background-color: #ff4545;
  color: #fff;
  border-color: transparent;
}

.header-logo{
/*	margin-top: -10px;*/
}

.header-sticky{
	background: transparent;
}

.header-sticky.sticky{
	background: #fff;
}

.left-hero, .right-hero{
width: 50%;
/*background: red;*/
	height: 100%;
}

.left-hero{
/*	background: red;*/
	padding: 110px 0 0 0px;
	position: relative;
	z-index: 4;
}

.big-text{
	font-family: 'Abril Fatface', 'Times New Roman';
	font-size: 70px;
	line-height: 60px;
	color: #000;
	margin-bottom: 10px;
}

.home-link{
	font-family: 'Times New Roman';
	border-bottom: 1px dashed rgb(0,0,0,0.5);
	padding-bottom: 5px;
	font-size: 20px;
/*	margin-top: 10px;*/
	display: inline-block;
	cursor: pointer;
}


.left-hero2{
	width: 50%;
	float: left;
/*	background: red;*/
}

.right-hero2{
	float: left;
	width: 50%;
/*	background: blue;*/
	padding-top: 50px;
}

.woman-hero{
	width: 90%;
	margin-top: -200px;
}


.big-text2{
	font-family: 'Abril Fatface', 'Times New Roman';
	font-size: 50px;
	line-height: 50px;
}

.hero-text{
	max-width: 500px;
	font-size: 22px;
	color: rgb(0, 0, 0, 0.9);
	font-family: ;
	margin-top: 20px;
	line-height: 1.3em;
	font-family: 'Inter', sans-serif;
/*	padding-bottom: 30px;*/
}


.banner{
	border-radius: 30px;
	box-shadow: 0 0 10px rgb(0,0,0,0.1);
}


.banner1{
	display: block;
}

.banner2{
	display: none;
}

 .thumb-mod{
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 20px;
/*  background: red;*/
	height: 300px;
}

.thumb-mod img{
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%;
}


/*HERO 3*/
.hero3{
/*	background: blue;*/
	width: 80%;
	max-width: 1000px;
	margin: auto;
	display: flex;
	margin-bottom: 40px;
}

.right-hero img{
	width: 100%;
}

.subscribe-black{
	width: 100vw;
	height: 100vh;
	background: rgb(0, 0, 0, 0.8);
	position: fixed;
	z-index: 100;
}

.subscribe-modal{
	width: 300px;
	padding: 20px;
	top: 50%;
	left: 50%;
	text-align: center;
	background: #fff;
	position: absolute;
	transform: translate(-50%,-50%);
	max-width: 95%;
}

.product .content {
position: static;
z-index: 1;
/*background: blue;*/
/*height: 130px;*/
}

.product .thumb .actions {
z-index: 2;
}

.whatsappbtn{
	padding:20px;
	position: fixed;
	right: 30px;
	bottom: 50px;
	background: #333;
	color: #fff;
	border-radius: 100px;
	font-size: 30px;
	z-index: 5;
	box-shadow: 0 0 10px solid rgb(0, 0, 0, 1);
	transition: 0.3s;
}
.whatsappbtn:hover{
	background: #e7a602;
}



@media only screen and (max-width: 1050px) {
	.hero3{
		width: 100%;
	}
}

@media only screen and (max-width: 1000px) {


.left-hero{
	padding: 50px 0 0 50px;
}

}


@media only screen and (max-width: 1300px) {



}

@media only screen and (max-width: 1200px) {

.hero2{
/*	margin-top: -400px;*/
}

}

@media only screen and (max-width: 1100px) {


}


@media only screen and (max-width: 1000px) {

.right-hero2{
/*	width: 60%;*/
/*	padding-top: 250px;*/
}


.hero2{
	margin-top: -200px;
}

}

@media only screen and (max-width: 900px) {

.left-hero2{
	position: relative;
	z-index: 4;
	width: 50%;
}

.big-text2{
	font-size: 30px;
	line-height: 30px;
}

.hero-text{
	font-size: 18px;
	width: 80%;
	margin-top: 10px;
}

.banner{
	border-radius: 0;
}

.banner1{
	display: none;
}

.banner2{
	display: block;
}

}






@media only screen and (max-width: 800px) {

.big-text{
	font-size: 60px;
	line-height: 50px;
}

.left-hero{
	padding: 30px 0 0 20px;
}

.hero3{
	margin-bottom: 0;
}

}

@media only screen and (max-width: 700px) {


.big-text{
	font-size: 50px;
	line-height: 40px;
}

.big-text2{
	font-size: 24px;
	line-height: 24px;
}

.hero-text{
	font-size: 14px;
}

}



@media only screen and (max-width: 600px) {

.right-hero2{
	padding-top: 10px;
}

.woman-hero{
	width: 250px;
}

}

@media only screen and (max-width: 550px) {


.big-text{
	font-size: 40px;
	line-height: 35px;
}

.woman-hero{
	margin-top: -100px;
	margin-left: -30px;
}

}


@media only screen and (max-width: 500px) {


.left-hero{
	padding: 20px 0 0 20px;
}

.hero-text{
	font-size: 16px;
	width: 90%;
}

.woman-hero{
	margin-left: -50px;
}

}


@media only screen and (max-width: 450px) {


.woman-hero{
/*	margin-top: 50px;*/
}

.big-text{
	font-size: 30px;
	line-height: 25px;
}

.big-text2{
	font-size: 20px;
	line-height: 20px;
}

.woman-hero{
	width: 200px;
	margin-left: -20px;
}

 .thumb-mod{
	height: 250px;
}


}



@media only screen and (max-width: 400px) {


.woman-hero{
	margin-top: -20px;
	margin-left: -40px;
}

.right-hero2{
	padding-top: 40px;
}


}