
.lp {margin: 0 auto;padding: 0;width: 100%;font-family: 'Montserrat', sans-serif;font-size:16px !important;color:#000!important;
    background: #fff;}
.lp a{text-decoration: none;color:#727272;}
.lp a:hover{color:#000;text-decoration: none;}
.lp .row{margin:20px 0;}
.lp h1{font-family: 'Montserrat', sans-serif;font-size:30px;color:#000;font-weight: 600;}
.lp h2{font-family: 'Montserrat', sans-serif;font-size:24px;color:#000;font-weight: 600;}
.lp h3{font-family: 'Montserrat', sans-serif;font-size:18px;color:#000;font-weight: 600;padding-top:20px}
.lp .baner {position: relative;overflow: hidden;width: 100%;}
.lp .baner img {max-width: 100%;-moz-transition: all 0.3s;-webkit-transition: all 0.3s;transition: all 0.3s;}
.lp .baner:hover img {-moz-transform: scale(1.1);-webkit-transform: scale(1.1);transform: scale(1.1);}
.lp .title{margin-top: -50px;margin-left: 30px;float: left;color: #fff;font-size: 24px;z-index: 999999;position: absolute;text-transform: uppercase;font-family: 'Montserrat', sans-serif;}
.lp .section2{background: url('img/bg1.jpg') no-repeat fixed;background-size: 100%;}
.lp .section3{background: #f4f4f4}
.lp .section5{background: #fcd4c8}
.lp .section6{margin-top:-20px}
.lp .overlay{position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;background-color: #fcd4c8;}
.lp .overlay:hover {opacity: 0.3;}
.lp .btn-all {
	display: inline-block;
    text-align: right;
    border: 1px solid #000;
    padding: 12px 20px;
    border-radius: 40px;
}
.lp .btn-all:after {
		content: "";
		background-position: 100%;
		background-repeat: no-repeat;
		background-size: contain;
		background-image: url(https://files.r-gol.com/LP/lifestyle-lp/img/arrow_right_2.svg);
		margin-left: 4px;
		padding: 0 10px;
		transition: all .3s ease;
}
.lp .btn-all:hover .title-mini {
	color: #86c042;
}
.lp .btn-all:hover:after {
	background-image: url(https://files.r-gol.com/LP/lifestyle-lp/img/arrow_right.svg);
}
.lp .empty-box {
	color: #fff;
}
.lp .social-content{
	margin-top: -20px;
}
.lp .social-content .title{
	text-align:left;
}
.lp .product-name{
	color: #000;
	font-size: 16px;
	position: relative;
	text-align:center;
	font-weight: 400;
	padding: 15px 0 4px 0;
	margin-bottom: 0;
}
.lp .price{
	color: #000;
	font-size: 18px;
	position: relative;
	text-align:center;
	font-weight: 600;
	padding: 0 0 15px 0;
	margin-bottom: 0;
}
.lp .cta-box{
	display: flex;
	width: 100%;
	background: #fff;
    position: absolute;
	padding: 10px;
    bottom: -70px;
    left: 0;
	justify-content: center;
	transition: ease-in-out .3s;
	-webkit-transition: ease-in-out .3s;
}

.lp .product-box:hover .cta-box{
	bottom: 0px;
}

.lp .buy-now{
	cursor:pointer;
	display: inline-block;
	padding: 12px 25px;
    border:1px solid #000;
	border-radius:40px;
	color: #000;
	text-align: center;
	font-weight: 600;
	transition: ease-in-out .3s;
	-webkit-transition: ease-in-out .3s;
}
.lp .buy-now:hover{
	background: #000;
    color:#fff;
}

.lp .product-box:hover .buy-now{
	background: #000;
}

.image-over {
    background: #fafafa;
    position: relative;
	overflow: hidden;
}
.image-over img {
    vertical-align: top;
}
.lp .owl-item img {
	width: 100%;
	height: auto;
	display: block;
}
.lp .owl-prev,.lp .owl-next {
	position: absolute;
	top: 50%;
	width: 50px;
	height: 50px;
	text-align: center;
	background-color: none;
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}
.lp .owl-prev{
	left: 0;
}
.lp .owl-next{
	right: 0;
}
.lp .banery .owl-pagination{
	position: absolute;
    z-index: 1;
    margin-top: -50px;
    width: 100%;
}
.lp #product .owl-pagination{
	position: relative;
    z-index: 1;
    margin-top: 20px;
	margin-bottom: 20px;
    margin-left: 0px;
}
.lp #product2 .owl-pagination{
	position: relative;
    z-index: 1;
    margin-top: 20px;
	margin-bottom: 20px;
    margin-left: 0px;
}
.owl-prev:hover, .owl-next:hover {
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 70px!important;
	height: 6px!important;
	margin: 5px 7px;
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	background: #C3C3C3;
	transition: all .3s ease;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	background: #2EEE61;
}
#product .item img{display: block;max-width: 80%;height: auto;margin:0 auto;background:#f1f1f1;}
#product2 .item img{display: block;max-width: 80%;height: auto;margin:0 auto;background:#f1f1f1;}
.product2{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding: 2% 0;
}
#product, #product2{
	padding: 2% 0;
}
.arrow-right{
    cursor: pointer;
    outline: none;
}
.arrow-right::before{
	display: block;
    width: 50px;
    height: 50px;
	content: "";
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(https://files.r-gol.com/LP/lifestyle-lp/img/arrow_right_3.svg);
}

.arrow-left{
    cursor: pointer;
    outline: none;
}

.arrow-left::before{
	display: block;
    width: 50px;
    height: 50px;
	content: "";
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(https://files.r-gol.com/LP/lifestyle-lp/img/arrow_left_3.svg);
}

.arrow-right2::before{
    background-image: url(https://files.r-gol.com/LP/lifestyle-lp/img/arrow_right_2.svg);
}
.arrow-left2::before{
    background-image: url(https://files.r-gol.com/LP/lifestyle-lp/img/arrow_left_2.svg);
}

.arrow-right3::before{
    background-image: url(https://files.r-gol.com/LP/lifestyle-lp/img/arrow_right_3.svg);
}
.arrow-left3::before{
    background-image: url(https://files.r-gol.com/LP/lifestyle-lp/img/arrow_left_3.svg);
}

.lp #product .owl-buttons{
	display: flex;
    position: absolute;
    top: -60px;
	width: 100%;
    justify-content: flex-end;
}

.lp #product .owl-prev,.lp #product  .owl-next{
	position: relative;
}

.lp #product2 .owl-buttons{
	display: flex;
    position: absolute;
    top: -60px;
    width: 100%;
    justify-content: flex-end;
}

.lp #product2 .owl-prev,.lp #product2 .owl-next{
	position: relative;
}

.lp .buy-now img{
	width: 20px;
}

@media all and (max-width: 768px){
	.lp .mobile{display: block; visibility:visible;}
    .lp .desktop{display: none;visibility: hidden;}
	.lp .section1{margin-top:0px;}
	.lp .top{margin-bottom:-20px;}
	.lp .cat-title {
		font-size: 22px;
		line-height: 30px;
		padding: 10px 0 10px 0;
	}
	.lp .tx-align{
		text-align: center;
	}
	.lp .title{
		font-size: 18px;
		margin-bottom: 0;
		padding: 15px 0 30px;
	}
	.lp .btn-all {
		text-align: center;
		padding: 8px 16px;
	}
	.lp .baner {
		margin: 0 0 12px 0;
	}
	.lp .baner-title{
		font-size: 26px;
	}
	.lp .social-content{
		text-align: center;
		margin-top: 0px;
	}
	.lp .social-content .title{
		text-align: center;
	}
	.lp .social-icons {
		justify-content: center;
	}
	.lp .product-name{
		height: auto;
	}
	.owl-theme .owl-controls .owl-page span{
		width: 40px!important;
		height: 4px;
		margin: 3px 4px;
	}
	.lp .section4 .lifestyle-title {
		width: 100%;
		padding: 40px 60px 20px 60px;
	}
	.lp #product .owl-buttons{
		top: -50px;
	}
	
	.lp #product2 .owl-buttons{
		top: -50px;
	}
}

@media all and (max-width: 576px){
	#product, #product2{
		padding-top: 14%;
	}
	.lp #product .owl-buttons {
		display: flex;
		position: absolute;
		top: -6px;
		width: 100%;
    	justify-content: center;
	}
	.lp #product2 .owl-buttons {
		display: flex;
		position: absolute;
		top: -6px;
		width: 100%;
    	justify-content: center;
	}
}


@media all and (max-width: 768px){
	.lp .mobile{display: block; visibility:visible;}
    .lp .desktop{display: none;visibility: hidden;}
	.lp .section1{margin-top:0px;}
	.lp .top{margin-bottom:-20px;}
	.lp .cat-title {
		font-size: 22px;
		line-height: 30px;
		padding: 10px 0 10px 0;
	}
	.lp .tx-align{
		text-align: center;
	}
	.lp .title{
		font-size: 18px;
		margin-bottom: 0;
		padding: 15px 0 30px;
	}
	.lp .btn-all {
		text-align: center;
		padding: 8px 16px;
	}
	.lp .baner {
		margin: 0 0 12px 0;
	}
	.lp .baner-title{
		font-size: 26px;
	}
	.lp .social-content{
		text-align: center;
		margin-top: 0px;
	}
	.lp .social-content .title{
		text-align: center;
	}
	.lp .social-icons {
		justify-content: center;
	}
	.lp .product-name{
		height: auto;
	}
	.owl-theme .owl-controls .owl-page span{
		width: 40px!important;
		height: 4px;
		margin: 3px 4px;
	}

	.lp #product .owl-buttons{
		top: -50px;
	}

}

@media all and (max-width: 576px){
	#product, #product2{
		padding-top: 14%;
	}
	.lp #product .owl-buttons {
		display: flex;
		position: absolute;
		top: -6px;
		width: 100%;
    	justify-content: center;
	}

}

@media all and (width: 768px){
	.lp .mobile{display: block; visibility:visible;}
    .lp .desktop{display: none;visibility: hidden;}
	.lp .btn-all {
		text-align: right;
	}
	.lp .top{margin-bottom:-40px;}
}

@media (min-width: 769px){.lp .mobile{display: none; visibility:hidden;}
.lp .desktop{display: block;visibility: visible;}.lp .section1{margin-top:0px;}}
@media (min-width: 992px){
	.lp .mobile{
		display: none;
		visibility:hidden;
	}
	.lp .desktop{
		display: block;
		visibility: visible;
	}
	.lp .product-name{
		height: auto;
	}
}
@media (min-width: 1200px){
	.lp .mobile{
		display: none;
		visibility:hidden;
	}
	.lp .desktop{
		display: block;
		visibility: visible;
	}
	.lp .product-name{
		height: auto;
	}
}