@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,600;0,700;1,700;0,900&display=swap');

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto{padding-left: 6px!important;padding-right: 6px!important;}
.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;cursor: pointer;}
.lp a:hover{color:#000;text-decoration: none;}
.lp .top{
	padding:0;
	position: relative;
	z-index: 2;
	text-align: center;
	margin-bottom:-55px;
}
.lp .row{margin:20px 5%;}
.lp h1{font-family: 'Montserrat', sans-serif;font-size:24px;color:#000;padding:10px 20px 0 20px ;}
.lp .baner {cursor: pointer;position: relative;overflow: hidden;width: 100%;margin:0 0 12px 0;max-height: 220px;}
.lp .baner img {max-width: 100%;-moz-transition: all 0.3s;-webkit-transition: all 0.3s;transition: all 0.3s;}
.lp .baner::before{
	content: " ";
	z-index: 1;
	position: absolute;
    width: 100%;
    height: 100%;
	background-color: rgba(0,0,0,0.3);
	transition: all .3s ease;
}
.lp .baner:hover img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.lp .baner:hover .baner-title img {
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}
.lp .baner:hover::before{
	background-color: rgba(0,0,0,0.5);
}

.lp .baner2 {cursor: pointer;position: relative;overflow: hidden;width: 100%;margin:0;margin-top: -50px;}
.lp .baner2 img {max-width: 100%;}
.lp .baner-title{
	position: absolute;
    display: flex;
    justify-content: center;
    vertical-align: middle;
    text-align: center;
    height: 100%;
    z-index: 2;
    width: 100%;
    align-items: center;
    color: #fff;
    font-weight: 900;
    font-size: 40px;
}
.lp .baner-title img{
	width: 30%;
}
.lp .section{
	margin: 3% 0;
}

.lp .section4{
	background: #000;
	background-image: url(../img/bg.png);
	background-size: cover;
	padding-bottom: 5%!important;
}

.lp .section4 .product-name{
	color: #fff;
}

.lp .section4 .price{
	color: #fff;
}

.lp .section4 .buy-now{
	background: #fff;
	color: #000;
}

.lp .section4 .cat-title{
	color: #fff;
}

.lp .section4 .lifestyle-title{
	width: 24%;
	padding: 40px 40px 20px 40px;
	text-align: center;
}

.section45{
	margin-top: -7%!important;
}
.lp .title-bar {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 8px;
}

.lp .cat-title{
	color: #000;
	font-size: 26px;
	position: relative;
	text-align:left;
	font-weight: 600;
	padding: 20px 0;
}
.lp .title{
	color: #000;
	font-size: 20px;
	position: relative;
	text-align:center;
	font-weight: 600;
	padding: 20px 0;
}

.lp .title-mini {
	color: #000;
	font-size: 16px;
	display: inline;
    align-self: center;
	text-align:center;
	font-weight: 600;
	padding: 20px 0;
	transition: all .3s ease;
}

.lp .tx-align{
	text-align: right;
}

.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;
	cursor: pointer;
	background: #000;
	padding: 12px 25px;
	border-radius: 40px;
	color: #fff;
	text-align: center;
	font-weight: 600;
	transition: ease-in-out .3s;
	-webkit-transition: ease-in-out .3s;
}

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

.image-over {
    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 (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;
	}
}