/*Block 1*/
.top_bg_block {width:50%;position:absolute;height:500px; border-top-left-radius: 500px;border-bottom-left-radius: 500px;top:0;right:0;z-index: 0;background: #f6f6f6;}
.top_bg_block:before{content:'';position:absolute;height:500px;width:50%;border-top-left-radius: 500px;border-bottom-left-radius: 500px;top:0;right:0;z-index: 0;background: #f6f6f6;}
.top-slider.owl-carousel{position:relative;overflow:hidden;border:0;border-radius:0;box-shadow:none;height:500px;padding:25px 15px 0;z-index:4;}
.top-slider.owl-carousel .slider_item{height:500px;font-size:16px;line-height:20px;display:flex;transition: none;width:100%;overflow: hidden;}
.top-slider.owl-carousel .slider_item:after{content:"\0020";display:block;clear:both;visibility:hidden;line-height:0;height:0}


.flx_ctr_sld{display: flex;align-items: center;justify-content: space-between;max-width: 1400px;width: 100%;margin: 0 auto;}
.left_slide_txt{display: block; position:relative;padding:0 15px;max-width:600px;width:60%;}
.left_slide_txt:hover,.left_slide_txt:focus{text-decoration: none;}
.rightpic{max-width:40%;position: relative;}
.rightpic img{max-width:100%;height:auto;display:block;}
.bubble_txt{position:absolute;top:25%;left:-25px; width: 100px;height: 100px;border-radius:200px;font-size:24px;font-weight:500;text-align:center;color: #fff; display: flex;align-items: center;justify-content:center;box-shadow: 0 0 20px 0px rgba(0,0,0,0.15);-webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.15);background-image: linear-gradient(90deg, #b1036b, #ec008c);animation: wobble 5s ease-in-out alternate infinite, blobf ease-in-out 10s infinite;}


.top-slider h3.title{font-size:50px;font-weight:bold;text-align:left;line-height:0.8;text-transform:uppercase;background-image: linear-gradient(90deg, #b1036b, #ec008c);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.top-slider div.text-block{line-height:26px;padding:10px;margin-bottom:15px;font-size:25px;color:#000;}
.top-slider .title-link{text-decoration:none}
.top-slider a:hover{text-decoration:none}
.top-slider .btn_red{min-width: 155px;}

.top-slider.owl-carousel .active .left_slide_txt{animation:slbottom 0.7s ease-in-out ;transition: none;}
.top-slider.owl-carousel .active .rightpic{animation:sltop 0.7s ease-in-out ;transition: none;}

@keyframes slbottom{0%{transform:translateY(-100%);opacity: 0;}100%{transform:translateY(0);opacity: 1;}}
@keyframes sltop{0%{transform:translateY(100%);opacity: 0;}100%{transform:translateY(0);opacity: 1;}}



@media (max-width:1500px){
	.flx_ctr_sld {padding: 0 50px;}	
}
@media (max-width:1200px){
	.rightpic{max-width:40%;}
}
@media (max-width:768px){
	.rightpic{max-width:96%;}
}


@media (max-width:768px){
.top_bg_block{display:none;}
.top-slider.owl-carousel{padding:12px 10px 25px;height:auto;}
.top-slider.owl-carousel .slider_item{height:auto;}
.top-slider div.title{font-size:15px;line-height:12px;padding:10px}
.top-slider div.text-block,.top-slider div.text-block p{font-size:18px;line-height:20px;padding:10px 0;}
.top-slider h3.title{font-size:28px;line-height:1;text-align: center;}
.flx_ctr_sld{flex-direction: column;padding:0;}
.left_slide_txt{width:100%;max-width:100%;text-align: center;}
.rightpic{padding:15px 0 0 ;}
.bubble_txt{position:absolute;top:-10px;left:auto;right:10px;width:60px;height:60px;font-size:14px; animation: wobble 5s ease-in-out alternate infinite, blobf ease-in-out 10s infinite;}
}





.top-slider.owl-carousel .owl-nav{position:absolute;bottom:0;width:100%;z-index: 18;text-align: center;}
.top-slider.owl-carousel .owl-nav > div{opacity:.7;cursor:pointer;position:absolute;display:block;z-index:10;top:50%;width:80px;height:80px;font-size:0;margin:0;background:rgba(0,0,0,0.05);border-radius:50px;border:none;}
.top-slider.owl-carousel:hover .owl-next:hover,.top-slider.owl-carousel:hover .owl-prev:hover{opacity:1}
.top-slider.owl-carousel .owl-nav > div:hover{background:linear-gradient(90deg, #b1036b, #ec008c);animation: wobble 5s ease-in-out alternate infinite;}
.top-slider.owl-carousel .owl-nav > div.owl-prev,.top-slider.owl-carousel .owl-nav > div.owl-prev:hover{left:40px}
.top-slider.owl-carousel .owl-nav > div.owl-next,.top-slider.owl-carousel .owl-nav > div.owl-next:hover {right:40px}

@media (max-width:1500px){
	.top-slider.owl-carousel .owl-nav > div.owl-prev,.top-slider.owl-carousel .owl-nav > div.owl-prev:hover{left:5px}
	.top-slider.owl-carousel .owl-nav > div.owl-next,.top-slider.owl-carousel .owl-nav > div.owl-next:hover {right:5px}
}


.top-slider.owl-carousel .owl-controls{position:absolute;bottom:50%;left:0;width:100%;max-width:100%;height:0;display: flex;justify-content: center;}
.top-slider.owl-carousel .owl-dots{display: flex;justify-content: center;align-items: flex-end;position:absolute;bottom: auto;height: 250px;top: 0;}
.top-slider.owl-carousel .owl-dot{display: inline-block;position:relative;background:#fff;border-radius:50px;width:16px;height:16px;margin: 0 8px;}
.top-slider.owl-carousel .owl-dot:after{position:absolute;background:#ec008c;opacity:0;content:'';border-radius:50px;width:9px;height:9px;top:50%;left:50%;transform:translate(-50%,-50%);}
.top-slider.owl-carousel .owl-dot.active:after{opacity:1;}

@media (max-width:768px){
	.top-slider.owl-carousel .owl-nav{display: none;}
	.top-slider.owl-carousel .owl-controls{bottom: 0;}
	.top-slider.owl-carousel .owl-dots {bottom: 0;height: 0;top: auto;}
}

#prodcat{padding:0 0 40px;}
.home #prodcat .ix_ttl{padding:25px 0 0;}
.ix_ttl{text-align: center;font-size:45px;line-height:1;}
@media (max-width:768px){
	.ix_ttl{font-size:30px;}
}



/*False container*/
.false_wrap{display:flex;justify-content: space-between;align-items: stretch;flex-wrap: wrap;height:10vw;}
.false_white{width:50%;background:#fff;}
.false_gray{width:50%;background:#F2F2EF;}
@media (max-width:768px){
	.false_wrap{display:none;}
}

#shop_b1{padding:0;position:relative;overflow:hidden;}
#shop_b2{padding:0;position:relative;overflow:hidden;}


/*Brands*/
#brands{padding:40px 0;background:#fff;}
.brands_logo{display: flex;align-items: center;justify-content: center;flex-wrap: wrap;}
.brands_logo a{max-width:240px;display: block;text-align: center;padding:15px;}
.brands_logo img{max-width:100%;vertical-align: top;height: auto;filter: grayscale(1);transition: all 0.4s ease-in-out;}
.brands_logo a:hover img{filter: grayscale(0);transform: scale(1.1);}


.hide_textblock{position:relative;overflow: hidden;}
.hide_textblock:after{position:absolute;content:'';left:0;right:0;bottom:0;height:40px;background:linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);}

.showtext_btn{display:none;margin:25px auto 0;max-width:200px;}


@media (max-width:768px){
	.brands_logo a{width:33%;}
}
@media (max-width:450px){
	.brands_logo a{width:50%;}
}

/*About*/
#about{position: relative;background:linear-gradient(90deg, #AA1D61, #b1036b);}
.about_wrap{position: relative;max-width:1415px;margin:0 auto;padding:25px 10px;display:flex;justify-content: space-between;align-items:center;}
.about_img{position:relative;width:40%;overflow:hidden;}
.about_img img{border-radius:500px;width:100%;height:100%;max-width:600px; left:0;top:0;object-fit: cover;object-position: top;}
.desc_about{width:57%;margin-left:3%;}
.desc_about .content_text{font-size:calc(5px + 1.2vw);color:#fff;line-height:1.4;}
.about_ttl{font-size:calc(5px + 3vw);font-weight:600;line-height:1.1;color:#fff;padding-bottom:25px;}

@media (max-width:768px){
    .about_wrap{display:block;padding:25px 10px 0;}
    .desc_about{width:100%;padding:25px 0 0;margin-left: 0;}
    .desc_about img{margin:0 0 10px;max-width:350px;}
    .desc_about .btn_lftctr{justify-content: center;}
    .desc_about p{padding:15px 0 0;margin:0;}
    .about_img{width:100%;text-align: center;}
	.desc_about .content_text{font-size:18px;}
	.about_ttl{font-size:35px;text-align: center;}
}


/*Gallery*/
#gallery{padding:50px 10px;background:linear-gradient(90deg, #AA1D61, #b1036b);}
.gallery_short{position:relative;max-width:1415px;margin:0 auto;}
.gallery_short .owl-item{overflow: hidden;}
.gallery_short a{position:relative;display: block;overflow:hidden;border-radius:15px;}
.gallery_short a:hover img{transform:scale(1.1) rotate(-6deg);}
.gallery_short img{position:relative;vertical-align:top;width:100%;height:auto;display:block;transition:all .4s ease-in-out;margin:0;padding:0;}
.gallery_short .owl-controls{position:absolute;bottom:-33px;width:100%;max-width:100%;}
.gallery_short .owl-nav{display:none !important;}
.gallery_short .owl-dot{border: 2px solid #fff;}
.gallery_short .owl-dot.active {background: #fff;border: 2px solid #fff;}

@media (max-width:768px){
	#gallery{padding:25px 10px 50px;}
	.gallery_short .owl-controls {bottom: -30px;}
}

/*Response*/
#response{padding:50px 10px;}
.response_short{position:relative;max-width:1415px;margin:0 auto;}
.ttl_resp{text-align: center;font-size:calc(5px + 3vw);font-weight:600;line-height:1.1;color:#000;padding-bottom:25px;}
#response .ti-widget.ti-goog .ti-review-item>.ti-inner {box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15) !important;border-radius:15px;}

@media (max-width:768px){
	#response{padding:25px 10px 50px;}
}