* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Poppins', sans-serif;
}
body {
	width: 100%;
	height: auto;
}
h1 {
	font-size: 50px;
	line-height: 64px;
	color: black;
}
h2 {
	font-size: 50px;
	line-height: 55px;
	color: black;
}
h4 {
	font-size: 20px;
	color: #222;
}
h6 {
	font-weight: 700;
	font-size: 12px;
	color: #222;
}
p {
	font-size: 16px;
	color: #465b52;
	margin: 15px 0 20px 0;
}
header {
	height: 65px;
	background: black;
	width: 100%;
	position: fixed;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
.container{
	max-width: 1300px;
	margin: auto;
	padding-left: 25px;
	padding-right: 25px;
}
/* MENU BAR*/
.navigation{
	display: flex;
	align-items: center;
	padding: 10px;
}
.logo  {
	text-decoration: none;
	font-size: 35px;
	color: black;
	letter-spacing: 5px;
}
.logo  a{
	color: white;
	text-decoration:none;
	color: white;
	transition: 0.3s ease;
	position: relative;
}
navigator{
	flex:1;
	text-align:right;
}
navigator ul{
	display: inline-block;
	list-style-type: none;
}
navigator li{
	display: inline-block;
	margin-right: 25px;
	position: relative;
}
navigator li a{
	text-decoration:none;
	color: white;
	transition: 0.3s ease;
	position: relative;
}
navigator li a:hover{
	background-color: gray;
}
navigator li .active{
	text-decoration: underline;
  text-decoration-color: white;

}

#kariton{
	 width: 22px;
	 height: 22px;
	 padding-top: 15%;
}


/* -----------------HOME PAGE ----------------*/
/* TAGLINE 1*/
.tagline1{
	width: 100%;
	height: 600px;
	top: 60px;
	background-image: url(../pics/taylor.jpg);
	background-size: cover;
	background-position: center;
	position: static;
	text-align: center;
	cursor: default;
}
.tagline1  h2 {
	padding-top: 15%;
	font-size: 85px;
	font-family: poppins;
	text-transform: uppercase;
	color: white;
	text-align: center;
}
.tagline1 button{
	font-size: 15px;
	padding: 4.5px 18.5px;
	border-radius: 30px;
	border: 1.5px solid transparent;
	background: black;
	color: white;
	font-weight: bold;
	cursor:pointer;
	position: static;

}
.tagline1 button a{
	text-decoration:none;
	color: white;
	transition: 0.3s ease;

}
.tagline1 button:hover{
	background-color: gray;
	color: white;
}



/* --------------FETURED PRODUCT--------------*/
#product1 .pro-container{

	display: flex;
	justify-content: space-between;
	padding-top: 10px;
	flex-wrap: wrap;
}
#product1{
	margin-top:  20px;
	text-align: center;
	padding-top: 20px;
}
#product1 .pro{
	width: 30%;
	min-width: 250px;
	padding: 10px 20px;
	border: 1px solid black;
	border-radius: 25px;
	cursor: pointer;
	box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.2);
	margin: 15px 0;
	transition: 0.2s ease;
}
#product1 .pro a{
	color: black;
	text-decoration:none;
	transition: 0.3s ease;

}
#product1 .pro:hover{
	box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.6);
}
#product1 .pro img{
	width: 100%;
	border-radius: 50px;
}
#product1 .pro h3{
	font-size: 20px;
	font-weight: 700;
}
#product1 .pro h4{
	font-size: 15px;
	font-weight: 700;
}
#product1 .pro span{
	font-size: 14px;

}
#product1 button{
	font-size: 15px;
	padding: 4.5px 25px;
	border-radius: 30px;
	border: 1.5px solid transparent;
	background: black;
	color: white;
	font-weight: bold;
	cursor:pointer;
	position: static;

}
#product1 button a{
	text-decoration:none;
	color: white;
	transition: 0.3s ease;

}
#product1 button:hover{
	background-color: gray;
	color: white;

}

/* TAGLINE 2*/
.tagline2{
	background-image: url(../pics/newf.jpg);
	width: 100%;
	height: 550px;
	background-size: cover;
	background-position: center;
	position: static;
	text-align: center;
	text-decoration: none;


}
.tagline2  h2,
.tagline3 h2 {
	padding-top: 15%;
	font-size: 100px;
	line-height: 100px;
	font-family: poppins;
	text-transform: uppercase;
	color: white;
	text-align: center;

}
.tagline2 button,
.tagline3 button{
	font-size: 15px;
	padding: 4.5px 35px;
	border-radius: 30px;
	border: 1.5px solid transparent;
	background: black;
	color: white;
	font-weight: bold;
	cursor:pointer;
	position: static;

}
.tagline2 button a,
.tagline3 button a{
	text-decoration:none;
	color: white;
	transition: 0.3s ease;
	list-style-type: none;

}
.tagline2 button:hover,
.tagline3 button:hover{
	background-color: gray;
	color: white;
}

.tagline3{
  margin-top: 30px;
	background-image: url(../pics/womentag.jpg);
	width: 100%;
	height: 600px;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;

	text-align: center;
	text-decoration: none;
}

/* -------------- BRANDS --------------*/
#brand .brand-container{

	display: flex;
	justify-content: space-between;
	padding-top: 10px;
	flex-wrap: wrap;
}
#brand{
	margin-top:  20px;
	text-align: center;
	padding-top: 20px;
}
#brand .pro{
	width: 20%;
	min-width: 250px;
	padding: 10px 20px;
	border: 1px solid black;
	border-radius: 25px;
	cursor: pointer;
	box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.2);
	margin: 15px 0;
	transition: 0.2s ease;
}
#brand .pro a{
	color: black;
	text-decoration:none;
	transition: 0.3s ease;

}
#brand .pro:hover{
	box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.6);
}
#brand .pro img{
	width: 100%;
	border-radius: 50px;
}
#brand .pro h3{
	font-size: 20px;
	font-weight: 700;
}
#brand .pro h4{
	font-size: 15px;
	font-weight: 700;
}
#brand .pro span{
	font-size: 14px;

}
#brand button{
	font-size: 15px;
	padding: 4.5px 25px;
	border-radius: 30px;
	border: 1.5px solid transparent;
	background: black;
	color: white;
	font-weight: bold;
	cursor:pointer;
	position: static;

}
#brand button a{
	text-decoration:none;
	color: white;
	transition: 0.3s ease;

}
#brand button:hover{
	background-color: gray;
	color: white;

}








/* FOOTER */
footer{
	margin-top: 100px;
	background-color: black;
	padding-top: 50px;
	padding-left: 70px;
	padding-right: 70px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly ;
}
footer .col{
	display: flex
	flex-direction:column;
	align-items: flex-start;
	margin-bottom: 20px;
}
footer .col p,{
		cursor: pointer;
		color: white
}
footer .col a{
	color: white
}

footer h2{
	color: white
}
footer h4{
	font-size: 14px;
	padding-bottom: 20px;
	color: white

}
footer p{
	font-size: 13px;
  margin: 0 0 8px 0;
	color: white



}


/* -----------------SHOP HTML ----------------*/
.shop-tag{
	width: 100%;
	height: 600px;
	top: 60px;
	background-image: url(../pics/shoptag3.jpg);
	background-size: cover;
	background-position: center;
	position: static;
	text-align: center;
	cursor: default;
}
.shop-tag  h2 {
	padding-top: 20%;
	font-size: 85px;
	font-family: poppins;
	text-transform: uppercase;
	color: white;
	text-align: center;
}
/* PAGE */
.page{
		margin-top:  60px;
		text-align: center;
}
.page a{
	text-decoration: none;
	background-color: black;
	padding: 15px 20px;
	border-radius: 4px;
	color: white;
	font-weight: 600;
}
.page a i{
	color: white;
	font-size: 16px;
	font-weight: 600;
}
.page a:hover{
	background-color: gray;
	color: white;
}

/*-------------------- MEN --------------*/
.men-tag{
	width: 100%;
	height: 600px;
	top: 60px;
	background-image: url(../pics/men.jpg);
	background-size: cover;
	background-position: center;
	position: static;
	text-align: center;
	cursor: default;
}
.men-tag  h2,
.women-tag h2 {
	padding-top: 20%;
	font-size: 85px;
	font-family: poppins;
	text-transform: uppercase;
	color: white;
	text-align: center;
}
/* PAGE */

.women-tag{
	width: 100%;
	height: 600px;
	top: 60px;
	background-image: url(../pics/womencover.jpg);
	background-size: cover;
	background-position: center;
	position: static;
	text-align: center;
	cursor: default;
}
/* -----------------PER PRODUCT ----------------*/

#prod-details{

	display: flex;
	margin-top: 100px;
	margin-left: 100px;
	margin-right: 100px;
}
#prod-details .single-prod-image{
	width: 50%;
	min-width: 150px;
	padding: 5px 20px;
	border: 1px solid black;
	border-radius: 25px;
	cursor: pointer;
	box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.2);
	transition: 0.2s ease;

}

.small-img-group{
	display: flex;
	justify-content: space-between;

}
.small-img-col{
	flex-basis: 32%;
	cursor: pointer;
	display: flex;
}
#prod-details img{
	width: 100%;
	border-radius: 10px;
}


#prod-details .single-prod-details{
	width: 50%;
	padding-top: 20px;
	padding-left: 80px;
}
#prod-details .single-prod-details h4{
	padding: 20px 0 10px 0;
	font-size: 28px;

}
#prod-details .single-prod-details h2{
	font-size: 26px;
}
#prod-details .single-prod-details select{
	padding: 12px 30px;
	margin-bottom: 10px;
}
#prod-details .single-prod-details input {
	width: 115px;
	height: 47px;
	padding-left: 10px;
	font-size: 16px;
	margin-right: 10px;
}
#prod-details .single-prod-details button{
	margin-top: 10px;
	font-size: 15px;
	padding: 10px 25px;
	border-radius: 30px;
	border: 1.5px solid transparent;
	background: black;
	color: white;
	font-weight: bold;
	cursor:pointer;

}
#prod-details .single-prod-details button:hover{
	background-color: gray;
	color: white;
}
#prod-details .single-prod-details p{
	font-size: 13px;
}

/* -----------------BLAZER 77 ----------------*/
.blazertag{
	margin-top: 70px;
	margin-left: 30px;
	margin-right: 30px;

	width: 95%;
	height: 100%;
	background-size: cover;
	background-position: center;
	position: static;
	text-align: center;
	text-decoration: none;
}

/* -----------------CART ----------------*/
.cartbanner{
	width: 100%;
	height: 450px;
	top: 60px;
	background-image: url(../pics/shoptag.jpg);
	background-size: cover;
	background-position: center;
	position: static;
	text-align: center;
	cursor: default;
}
.cartbanner  h2 {
	padding-top: 25%;
	font-size: 85px;
	font-family: poppins;
	text-transform: uppercase;
	color: white;
	text-align: center;
}

#cart table{
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
	white-space: nowrap;
}
#cart h4{
	font-size: 25px;
	cursor:pointer;
}
#cart table img{
	width: 200px;
}
#cart table td{
	text-align: center;
}

#cart table thead{
	border: 2px solid black;
	border-left: none;
	border-right: none;
}
#cart table thead td{
	font-weight: 700;
	text-transform: uppercase;
	font-size: 13px;
	padding:18px 0;
}
#cart table tbody tr td{
	padding-top: 15px;


}

#cart-add{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#coupon{
	margin-top: 50px;
	width: 30%;
	margin-bottom: 30px;
}
#subtotal .coupon h3,
#subtotal h3{
	padding-bottom: 15px;
	padding-top: 15px;
}
#subtotal input{
	padding: 8px 20px;
	outline: none;
	width: 60%;
	margin-right: 10px;
	border: 1px solid black;
}
#custinfo input{
	padding: 5px 30px;
	outline: none;
	width: 100%;
	margin-right: 5px;
	border: 1px solid black;
}

#subtotal button{
	font-size: 15px;
	padding: 4.5px 25px;
	border-radius: 20px;
	border: 1.5px solid transparent;
	background: black;
	color: white;
	font-weight: bold;
	cursor:pointer;
	position: static;
}
#coupon button:hover{
	background-color: gray;
	color: white;
}


#subtotal{
	margin-top: 50px;
	width: 35%;
	margin-bottom: 30px;
	border: 1px solid black;
	padding: 30px;
}
#subtotal table{
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 20px;
}
#subtotal table td{
	width: 50px;
	border: 1px solid black;
	padding: 10px;
	font-size: 13px;
}




#custinfo{
	margin-top: 50px;
	width: 50%;
	margin-bottom: 30px;
	border: 1px solid black;
	padding: 30px;
}
#custinfo table{
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 20px;
}
#custinfo table td{
	width: 50px;
	border: 1px solid black;
	padding: 10px;
	font-size: 13px;
}
#custinfo button{
	font-size: 15px;
	padding: 4.5px 25px;
	border-radius: 20px;
	border: 1.5px solid transparent;
	background: black;
	color: white;
	font-weight: bold;
	cursor:pointer;
	position: static;
}
#custinfo button:hover{
	background-color: gray;
	color: white;
}

/*---------------Account-----------*/
