*{
	font-family: 'Muli', sans-serif;
}

header{
	width: 320px;
	left: 0;
	padding-bottom: 50px;
}


#close{
	display: none;
}


.bb{
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

#logotype{
	padding-top: 50px;
	margin-left: 70px;
	width: 50%;
}

.menu{
	margin-left: 30px;
	margin-top: 100px;
}

.menu li{
	list-style: none;
	margin-top: 25px;
	margin-bottom: 25px;
	display: flex;
	position: relative;
}

.menu a{
	text-decoration: none;
	font-weight: bold;
	color: #444444;
	font-size: .9em;
	transition: 1s;
}


.menu a:hover{
	color: #E93078;
}

.menu span{
	width: 30px;
	height: 3px;
	background: #E93078;
	position: absolute;
	margin-left: -70px;
	margin-top: 10px;
	transition: all .3s;
	transform: translateX(-100%);
}


#active_s{
	transform: translateX(0);
}

.menu a:hover span{
	transform: translateX(0);
}

.head_a{
	margin-left: 70px;
	padding: 0;
	margin-top: 60px;
}

.head_a li{
	list-style: none;
	margin-top: 10px;
	margin-bottom: 10px;
	background: red;
	width: 150px;
}

.head_a a{
	background: #E93078;
	color: white;
	font-weight: bolder;
	text-decoration: none;
	min-width: 160px;
	position: absolute;
	text-align: center;
	padding: 18px;
	transition: all .3s;
}


.head_a a:hover{
	background: #000;
}


#two_a{
	margin-top: 80px;
	background: #000;
}


.bg_cfs{
	margin-top: 350px;
	padding: 0;
	margin-left: 70px;
}

.bg_cfs li{
	list-style: none;
	margin-top: 20px;
	margin-bottom: 20px;
	color: grey;
}

.bg_cfs a{
	text-decoration: none;
	font-weight: bolder;
	color: #000;
	transition: all .3s;
	margin-left: 15px;
}

.bg_cfs a:hover{
	color: #E93078;
}


.bg_cfs span{
	margin-left: 5px;
}


.fa-search{
	transform: scaleX(-1);
}

.sot{
	display: flex;
	padding: 0;
	margin-left: 70px;
	margin-top: 110px;
}


.sot li{
	list-style: none;
	margin-right: 40px;
}

.sot a{
	color: grey;
	transition: all .3s;
}


.sot a:hover{
	color: #E93078;
}



.blog_search{
	width: 100%;
	height: 300px;
	position: fixed;
	z-index: 20;
	background: #fff;
	display: none;
}

#btn_sch{
	color: black;
	cursor: pointer;
}


#exit{
	float: right;
	width: 40px;
	height: 40px;
	background: #E93078;
	color: white;
	cursor: pointer;
}

.fa-times{
	padding: 10px;
	margin-left: 5px;
}

.sb{
	width: 80%;
	margin-left: 10%;
	height: 60px;
	box-shadow: 0 0 5px silver;
	margin-top: 120px;
}



#btn_search{
	width: 6%;
	height: 100%;
	padding-top: 6px;
	margin-top: -3px;
	background: #fff;
	border: none;	
	color: grey;
	cursor: pointer;
}

#btn_search:focus{
	border: none;
	outline: none;
}


#input{
	margin-left: -5px;
	width: 94%;
	height: 60px;
	border: none;
	padding-top: 5px;
	padding-left: 10px;
	outline: none;
}

.min_menu{
	display: none;
}


@media screen and (max-width: 767px){
	.header{
		position: fixed;
		z-index: 50;
		background: #fff;
		overflow-y: auto;
		height: 660px;
		left: -100vw;
		transition: all .8s;
	}	

	.h_active{
		left: 0;
	}

	.min_menu{
		display: block;
		width: 100%;
		position: fixed;
		height: 60px;
		z-index: 50;
		background: #fff;
		box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.15);
	}

	#min_menu_logotype{
		margin-top: 10px;
		margin-left: 10px;
		width: 100px;
	}

	#but_min_menu{
		float: right;
		margin-right: 20px;
		margin-top: 10px;
		font-size: 1.5em;
		color: #E9006E;
		cursor: pointer;
	}

	#close{
		display: block;
		float: right;
		margin-right: 5px;
		margin-top: 5px;
		font-size: 1.3em;
		color: #E9006E;
		cursor: pointer;
	}

}

@media screen and (max-width: 319px){
	.header{
		width: 100%;
	}
}

/*--end header*/






































.blog_Cata{
	width: 235px;
}

.blog_Cata h3{
	margin-left: 40px;
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 50px;
}

#one_h3{
	margin-top: 90px;
}

.cate{
	padding: 0;
	margin-left: 60px;
}

.cate li{
	list-style: none;
	margin-top: 20px;
	margin-bottom: 20px;
	font-weight: bold;
}

.cate a{
	text-decoration: none;
	color: gray;
	transition: 1s;
}


.cate a:hover{
	color: #E93078;
}


.widget-desc{
	margin-left: 40px;
}

.form-check{
	margin-top: 20px;
	margin-bottom: 20px;
	font-weight: bold;
	color: gray;
}

.form-check-label{
	cursor: pointer;
	transition: 1s;
}

.form-check-label:hover{
	color: #E93078;
}


.color{
	padding: 0;
	display: block;
	margin-left: 20px;
}

.flex_box{
	display: flex;
	position: relative;
	margin-top: 35px;
}


.color li{
	list-style: none;
	margin-left: 20px;
	margin-right: 20px;
	background: red;
	position: relative;
}


.color li span{
	width: 30px;
	height: 30px;
	background: green;
	border-radius: 100%;
	position: absolute;
}

#span1{
	background: white;
}

#span2{
	background: #8D8D8D;
}

#span3{
	background: #000;
}

#span4{
	background: #2A19FA;
}

#span5{
	background: #DA0041;
}

#span6{
	background: #FDF36B;
}

#span7{
	background: #F25B4D;
}

#span8{
	background: #917D6E;
}





/*
========================================
--end blog cata
========================================
*/

.blog_fur{
	display: flex;
	width: 100%;
}




.back_blog{
	width: 100%;
}

.df_blog{
	width: 90%;
	display: flex;
	margin-left: 2%;
	margin-bottom: 50px;
}

.sm_df{
	width: 47%;
	margin-left: 2%;
	margin-right: 2%;
	margin-bottom: 50px;
}


.head_blog{
	width: 100%;
	height: 100px;
	margin-top: 90px;
	margin-bottom: 30px;
}

#mr_sform{
	margin-right: 10%;
}


.bg_info{
	width: 100%;
}

.s_form{
	float: right;
	display: flex;
	margin-left: 30px;
	margin-top: 30px;
}


.s_form p{
	margin-right: 10px;
	font-weight: bold;
	color: gray;
}

#sortbydate{
	margin-top: -15px;
	border: none;
	font-weight: bold;
	outline: none;
	cursor: pointer;
}


#sortbydate option{
	text-align: center;
	outline: none;
	position: absolute;
	padding: 20px;
}

.bg_info div{
	margin-top: 10px;
	width: 80px;
	height: 3px;
	background: #E9006E;
	z-index: 50;
}


.stars{
	padding: 0;
	display: flex;
	float: right;
	margin-top: -60px;
}

.stars li{
	color: gold;
	list-style: none;
	margin-left: 3px;
	margin-right: 3px;
	font-size: .6em;
}

.bg_info h3{
	margin-top: 5px;
	font-weight: bold;
	color: #E9006E;
	font-size: 1.5em;
}




#cart_plus{
	float: right;
	text-decoration: none;
	color: gray;
	font-size: 1.3em;
	margin-top: -30px;
}

.bg_info h5{
	font-weight: bold;
	color: black;
	font-size: 1.2em;
}



.img_bg{
	width: 100%;
	position: relative;
}

.img_bg img{
	width: 100%;
}


#poa{
	position: absolute;
	opacity: 1;
	transition: .5s;
}

#opacity{
	
}


#poa:hover{
	opacity: 0;
}

select{
	background: #fff;
}

@media screen and (max-width: 1150px){
	.df_blog{
		display: block;
	}

	.sm_df{
		width: 96%;
		margin-left: 4%;
		margin-right: 0;
		margin-bottom: 50px;
	}
}


@media screen and (max-width: 820px) {
	.s_form p{
		font-size: .8em;
	}

	#sortbydate{
		font-size: .8em;
	}
}


@media screen and (max-width: 767px) {
	.blog_fur{
		display: block;
		display: grid;
		width: 100%;
		grid-template-areas: 
		"blog2"
		"blog1"
	}

	.blog_fur .blog_Cata{
		grid-area: blog1;
	}

	.blog_fur .back_blog{
		grid-area: blog2;
	}

	.blog_Cata{
		width: 100%;
		padding-bottom: 50px;
	}

	.back_blog{
		margin-top: 0;
		float: left;
	}

	.df_blog{
		display: flex;
	}

	.sm_df{
		width: 47%;
		margin-left: 2%;
		margin-right: 2%;
		margin-bottom: 50px;
	}
}


@media screen and (max-width: 600px){
	.df_blog{
		display: block;
	}

	.sm_df{
		width: 96%;
		margin-left: 4%;
		margin-right: 0;
		margin-bottom: 50px;
	}
}























/*--footer*/
footer{
	width: 100%;
	margin-top: 1px;
}

.dis_blog{
	width: 100%;
	height: 300px;
	background: #363636;
}

.dis_blog h1{
	color: white;
	padding-top: 100px;
	margin-left: 10%;
	font-weight: bold;
	font-size: 2.5em;
}

.dis_blog p{
	margin-left: 10%;
	color: silver;
	width: 45%;
}

.dis_blog span{
	color: #E93078;
}

.email_blog{
	float: right;
	margin-right: 10%;
	margin-top: -80px;
	height: 50px;
	width: 30%;
	background: #000;
}

.dis_blog button{
	height: 50px;
	width: 30%;
	border: none;
	background: #E93078;
	color: white;
	font-weight: bold;
	float: right;
	cursor: pointer;
}

.dis_blog input{
	height: 50px;
	width: 70%;
	padding-left: 20px;
	font-family: Corbel;
}



.some_foot{
	width: 100%;
	background: #232323;
	height: 300px;
}

#foot_logo{
	margin-top: 80px;
	margin-left: 10%;
}

.some_foot p{
	margin-left: 10%;
	color: #808080;
	margin-top: 10px;
	font-size: .8em;
	font-weight: bold;
}

#col{
	text-decoration: none;
	color: gray;
}

#col:hover{
	color: white;
}

.foot_menu{
	display: flex;
	float: right;
	margin-right: 10%;
	margin-top: -70px;
}

.foot_menu li{
	list-style: none;
	margin-left: 50px;
}

.foot_menu a{
	color: white;
	text-decoration: none;
	font-weight: bold;
	font-size: .9em;
	transition: .3s;
}

.foot_menu a:hover{
	color: #E93078;
}

#active_a_foot{
	color: #E93078;
}



#to_up{
	width: 40px;
	height: 40px;
	position: fixed;
	background: #E93078;
	margin-left: 95%;
	transform: translateX(-100%);
	top: 85%;
	z-index: 500;
	transition: .3s;
}

#to_up:hover{
	background: #000;
}

.fa-chevron-up{
	padding: 13px;
	color: white;
}



@media screen and (max-width: 1190px){
	.dis_blog h1{
		font-size: 2em;
	}

	.dis_blog p{
		font-size: .8em;
		width: 40%;
	}

	.some_foot p{
		font-size: .7em;
	}
}

@media screen and (max-width: 1023px){
	.email_blog{
		float: left;
		margin-left: 10%;
		margin-top: 1px;
		width: 80%;
	}

	.dis_blog p{
		width: 80%;
	}

	.dis_blog{
		width: 100%;
		padding-bottom: 380px;
	}

	.foot_menu{
		float: left;
		margin-top: 10px;
		margin-left: 10%;
	}

	.foot_menu li{
		margin-right: 40px;
		margin-left: 1px;
	}
}

@media screen and (max-width: 650px){
	.foot_menu{
		display: block;
	}

	.some_foot{
		padding-bottom: 400px;
	}
} 

@media screen and (max-width: 360px) {
	#subscribe{
		font-size: .8em;
	}
}