@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');


a:hover{
	text-decoration: none;
}
button:focus{
	outline: 0px;
}

.anoun_bar{
  background: #FF9898;
  padding: 10px 0px 10px 0px;
}
.con_annou{
	position: relative;
}

.free_shipping_heading{
	text-align: center;
	color: white;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 0px;
	font-size: 13px;
}
.anoun_bar a{
	color: white;
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
} 

#track_order{
	position: absolute;
	top: 0px;
	right: 0px;
}
#find_store{
	position: absolute;
	top: 0px;
	right: 130px;
}


#anoun_bar_btn_mob{
	text-align: center;
	display: none;
	margin-bottom: 0px;
}
#track_order_mob{
	margin-right: 10px;
}



.sec0_home{
	display: flex;
	justify-content: center;
	padding: 10px;
	background: #EBEBEB;
	font-size: 14px;
	flex-wrap: wrap;
	position: relative;
}

.shop_filter_heading{
	margin-right: 50px;
}
.shop_filter_all{
	margin-right: 15px;
	cursor: pointer;
}
.shop_filter_abc{
	letter-spacing: 4px;
	padding: 0px 5px 0px 5px;
	text-align: center;
	cursor: pointer;
}

.close_sec0_home{
	position: absolute;
	right: 10px;
	top: 2px;
	color: black;
	font-size: 26px;
	font-weight: 400;
}

.sec1_home{
	padding: 0px;
	margin: 15px auto 15px auto;
}


.slick-dots {
    position: absolute;
    bottom: 30px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li.slick-active button:before, .slick-dots li button:before {
    color: white;
    opacity: 1;
    font-size: 18px;
}
.slick-dots li.slick-active button {
    border-radius: 100%;
}
.slick-dots li.slick-active button:before {
    color: #FF9898;
}


.sec2_home{
	margin: 50px auto 50px auto;
	position: relative;
	padding: 0px;
}

.sec2_home h1{
	text-align: center;
	font-weight: 600;
}

.sec2_home button{
	float: right;
	background: #FF9898;
	border: 1px solid #FF9898;
	padding: 5px 30px 5px 30px;
	color: white;
	font-size: 13px;
	margin-top: -45px;
}
.sec2_home button:hover{
	background: transparent;
	color: #FF9898;
}
.grid_row_sec2_home{
	margin: 30px 0px 30px 0px;
	margin-top: 50px;
	margin-bottom: 50px;
	text-align: center;
}

.small_title_prod{
	font-size: 12px;
	font-weight: 200px;
	margin-bottom: 0px;
	margin-top: 15px;
}
.bold_title_prod{
	font-weight: 500;
	margin-bottom: 0px;
	font-size: 18px;
	cursor: pointer;
}
.pink_title_prod{
	color: #FF9898;
	margin-bottom: 5px;
}

.stars_container{
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
}
.stars_container i{
	color: #FFC300;
	font-size: 12px;
	margin: 0px 1px 0px 1px;
}
.total_reviews{
	font-size: 12px;
	font-weight: 400;
	margin: -2px 0px 0px 0px;
	padding-left: 5px;
}

.img_container_home_products{
	position: relative;
}

.hid_div_quick_view{
	position: absolute;
	top: 0px;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0, 0.6);
	z-index: 2;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	padding-bottom: 20px;
	opacity: 0;
	transition: 0.5s;
}
.quick_view_btn_sec2{
	background: #FFC300;
	border-radius: 100px;
	font-size: 14px !important;
	padding: 7px 35px 7px 35px !important;
	white-space: nowrap;
}
.heart_icon_product{
	position: absolute;
	color: white;
	font-size: 20px;
	top: 15px;
	right: 15px;
	cursor: pointer;
}

.img_container_home_products:hover .hid_div_quick_view{
	opacity: 1 !important;
}


.sale_tumbnail{
	position: absolute;
	top: -10px;
	right: -10px;
	height: 55px;
	width: 55px;
	border-radius: 100px;
	display: block;
	background: #FF9898;
	opacity: 1;
	font-size:8px;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	color: white;
	padding: 5px;
	transition: 0.3s;
}

.sale_tumbnail span{
	font-weight: 600;
	font-size: 14px;
}

.img_container_home_products:hover .sale_tumbnail{
	opacity: 0 !important;
}
	
.sec3_home{
	text-align: center;
	margin-bottom: 50px;
}
.sec3_home p{
	font-size: 14px;
	padding: 20px 180px 20px 180px;
}


.sec3_slider h2{
	font-weight: 600;
	margin-top: 15px;
}

.sec3_slider_right {
	position: absolute;
    right: 10px;
    top: 40%;
    padding: 10px 16px 10px 16px;
    border-radius: 50%;
    z-index: 999;
    cursor: pointer;
    height: 70px;
}

.sec3_slider_left {
	position: absolute;
    left: 10px;
    top: 40%;
    padding: 10px 16px 10px 16px;
    border-radius: 50%;
    z-index: 999;
    cursor: pointer;
    transform: rotate(180deg);
    height: 70px;
}

.img_container_sec3_home{
	position: relative;
}
.sec3_hid_div{
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0px;
	background: rgba(0,0,0,0.7);
	display: flex;
	align-items: flex-end;
	padding: 30px 30px 30px 30px;
	font-style: 14px;
	color: white;
	font-weight: 400;
	opacity: 0;
	transition: 0.5s;
}
.se3_hid_txt{
	font-size: 14px !important;
}

.img_container_sec3_home:hover .sec3_hid_div{
	opacity: 1;
}

.sec4_home{
	background: #EBEDEF;
	padding: 50px 0px 50px 0px;
}
.padd_top{
	padding-top: 10px;
}

.sec_5{
	position: relative;
	padding: 0px;
}
.sec5_overlay{
	height: 100%;
	width: 100%;
	background: rgba(0,0,0, 0.7);
	position: absolute;
	top: 0px;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	justify-content: flex-end;
	padding: 50px 50px 30px 150px;
	color: white;
}

.sec5_overlay h3{
	
}
.sec5_overlay p{
	font-weight: 200;
	font-size: 14px;
	font-style: italic;
	line-height: 30px;
	letter-spacing: 2px;
}

.sec6_home{
	padding: 30px 0px 30px 0px;
	margin-top: 30px;
}
.blog_imgs_container{
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 30px 130px 30px 130px;
}
.sec6_home h2{
	text-align: center;
	font-weight: 600;
}

.flex_sec6{
	display: flex;
	flex-direction: column;
}

.flex_sec6 img{
	padding: 10px;
}
.sec6_txt_img{
	position: relative;
}

.sec6_txt_container1{
	background: rgba(0, 0, 128, 0.4);
	height: 180px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 96%;
	margin: 10px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}
.sec6_txt_container2{
	background: rgba(0, 0, 128, 0.4);
	height: 180px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 95%;
	margin: 10px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

.musk_has{
	color: white;
	font-weight: 200;
	font-size: 14px;
}
.blank_div{
	background: white;
	height: 1.5px;
	width: 100px;
}

.flex_enagements{
	display: flex;
	width: 100%;
	justify-content: center;
}
.f-e{
	color: white;
	font-size: 12px;
	font-weight: 200;
	margin: 15px;
}
.f-e i{
	padding-right: 1px;
}

.sec7_home{
	background-color: #FF9898;
	text-align: center;
	padding: 50px 0px 50px 0px;
}
.flex_elem_sec7{
	padding: 50px;
}

.flex_elem_sec7 i{
	font-size: 48px;
	color: white;
}
.sec7_title{
	color: white;
	font-size: 16px;
	font-weight: 400;
	font-size: 18px;
	margin: 10px auto 5px auto;
}
.sec7_desc{
	color: white;
	font-size: 14px;
	font-weight: 300;
}
.sec7_mobile{
	display: none;
}

.footer{
	background: rgba(0,0,0,0.85);
	padding-top: 60px;
	padding-bottom: 20px;
}
.footer_grid_element{
	padding-bottom: 30px;
	width: 220px;
}
.footer_flex{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.footer_grid_element2{
	width: 360px;
	padding-bottom: 30px;
}

.footer_links_title{
	color: white;
	font-size: 18px;
}
.email_container{
	display: flex;
	width: 100%;
	margin-top: 35px;
	margin-bottom: 70px;
}
.email_container input{
	width: 60%;
	padding: 10px;
	background: white;
	color: gray;
	border: none;
	font-size: 12px;
	border-radius: 0px;
}
.email_container input:focus{
	outline: none;
}

.email_container button{
	width: 25%;
	padding: 10px;
	font-size: 12px;
	background: #FF9898;
	color: white;
	border: 1px solid #FF9898;
}
.email_container button:focus{
	outline: none;
}

.footer_icons_container{
	display: flex;
}
.footer_icons_container i{
	color: white;
	margin-right: 10%;
	font-size: 32px;
	cursor: pointer;
	transition: 0.5s;
}
.footer_icons_container i:hover{
	transform: scale(1.2);
}

.footer_links{
	display: flex;
	flex-direction: column;
}

.footer_links a{
	color: #C6C6C6;
	font-size: 16px;
	margin-top: 10px;
	font-weight: 300;
	transition: 0.5s;
}
.footer_links a:hover{
	transform: scale(1.1);
}
.footer_bottom{
	margin-top: 30px;
	position: relative;
	text-align: center;
	display: flex;
	justify-content: center;
}

.copy_right{
	color: #C6C6C6;
	font-size: 10px;
	font-weight: 300;
}

.designed_by{
	color: #C6C6C6;
	font-size: 10px;
	font-weight: 300;
	position: absolute;
	right: 0px;
}







@media screen and (min-width: 1000px){
	.sec3_slider_right {
    right: -35px;
}

.sec3_slider_left {
    left: -35px;
}
}

@media screen and (max-width: 767px){
	#anoun_bar_btn_mob{
			display: block;
			font-size: 10px;
		}
		#track_order{
			display: none;
			font-size: 10px;
		}
		#find_store{
			display: none;
			font-size: 10px;
		}

		.slick-dots {
		    bottom: 10px;
		}
		.slick-dots li.slick-active button:before, .slick-dots li button:before {
		    font-size: 14px;
		}

		.sec2_home{
			margin: 30px auto 30px auto;
		}

		.btn_container{
			display: flex;
			justify-content: center;
		}
		.sec2_home button{
			float: unset;
			margin: auto;
		}

		.quick_view_btn_sec2{
	position: absolute;
	bottom: 10px;
	padding: 5px 30px 5px 30px !important;
}
.product{
	padding: 10px;
}
.sec3_home p{
	font-size: 14px;
	padding: 20px 30px 20px 30px;
}

.sec5_overlay{
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	padding: 10px 10px 10px 10px;
	text-align: center;
}
.sec5_overlay h3{
	font-size: 18px;
}
.sec5_overlay p{
	font-size: 12px;
	font-style: italic;
	line-height: 15px;
	letter-spacing: 0.5px;
}
.blog_imgs_container{
	padding: 30px 30px 30px 30px;
	flex-direction: column;
}

.sec7_desktop{
	display: none;
}
.sec7_mobile{
	display: block;
}
.flex_elem_sec7{
	padding: 0px 30px 0px 30px !important;
}

.footer_bottom{
	flex-direction: column;
}


.designed_by{
	position: relative;
}
}

@media screen and (min-width: 767px) and (max-width: 1100px){
	.blog_imgs_container{
	padding: 30px 30px 30px 30px;
}
.sec6_txt_container1{
	width: 95%;
}
.sec6_txt_container2{
	width: 94%;
}
}

@media screen and (min-width: 350px) and (max-width: 530px){
.sec6_txt_container1{
	width: 93%;
	height: 70%;
}
.sec6_txt_container2{
	width: 93%;
}
}

@media screen and (max-width: 350px){
.sec6_txt_container1{
	width: 92%;
	height: 70%;
}
.sec6_txt_container2{
	width: 92.5%;
}
}

@media screen and (max-width: 1200px){
	.footer_flex{
	justify-content: center;
	text-align: center;
}
.email_container{
	margin-top: 10px;
	margin-bottom: 20px;
}
.footer_icons_container{
	justify-content: center;
}
.email_container{
	justify-content: center;
}
}

