@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;600;700;900&display=swap');

*{
	margin:0;
	padding: 0;
	box-sizing: border-box;
}
body{
	font-family: 'Poppins', unset;
}
.navbar
{
	display: flex;
	align-items: center;
	padding: 20px;
}

nav{
	flex: 1;
	text-align: right;
}

nav ul{
	display: inline-block;
	list-style: none;
	text-align: left;
}
nav ul li{
	display: inline-block;
	margin-right: 20px;
}
a{
	text-decoration: none;
	color: #555;
}
.left-head-text-css p{
	color: #555;

}
.left-head-text-css	h1{
	font-size: 50px;
	line-height: 60px;
	}

.btn{
	display: inline-block;
	background-color: #ff523b;
	color: #fff;
	padding: 8px 30px;
	margin: 30px 0;
	border-radius: 30px;
}
.btn:hover{
	background: #563434;
	transition: 0.5s;
	color: #fff;
}

.header
{
	background: radial-gradient(#fff,#fafffaa1);
	min-height: 753px;
}
.header-part{
	padding-top: 8%;
}

.left-head-text-css{
	padding-top: 22%;
}

.category-style-css img{
	width: 100%;
	height: 100%;
}

.Featured-container
{
	max-width: 1080px;
	margin:auto;
	margin-top: 8%;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 10px;

}

.title {
    font-size: 25px;
    text-align: center;
    position: relative;
    line-height: 60px;
    margin: 27px auto 103px;
    color: #555;
    font-weight: bold;
}

.title::after {
    content: '';
    background: #ff523b;
    width: 81px;
    height: 7px;
    border-radius: 5px;
    position: absolute;
    bottom: 0;
    left: 46%;
}


h4{
	color: #555;
	font-weight: normal;
	font-size: 18px;
	margin-top: 4%;

}
.col-divison{
	text-align: center;
	
}
.col-divison p{
	color: #555;
	font-size: 14px;
}

.rating i{
	color: #ff523b;
}

.col-divison:hover{
	transform: translateY(-15px);
	transition: 0.5s;
}

.offer-img{
	width: 100%;
	padding: 50px;
}
.offer{
	background:radial-gradient(#fff,#e6e8e666);
	margin-top: 80px;
	padding: 30px 0;
}
small{
	color: #555;
}

.right-offer-css
{
	margin-top: 100px;
}

.right-offer-css p{
	color: #555;
}

.right-offer-css h1{
	font-size: 39px;
    font-weight: bold;
}

.testnomial-css-style {
	text-align: center;
	padding: 40px 20px;
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
	cursor: pointer;

}

.testnomial-css-style img{
	border-radius: 50%;
	width: 50px;
	margin-top: 20px;

}
.testnomial-css-style:hover{
	transform: translateY(-15px);
	transition: 0.3s; 
}

.fa-quote-left{
	font-size:30px;
	color: #ff523b; 
}

.testnomial-css-style p{
	color: #777;
	font-size: 12px;
	margin: 12px 0;

}

.testnomial-css-style h3{
	font-size: 16px;
	font-weight: bolder;
	color: #555;
}

.brands{
	margin-bottom: 100px;
}
.logo-style-css{
	width: 160px;
}
.logo-style-css img{
	width: 100%;
	cursor:pointer;
	filter: grayscale(100%);
}

.logo-style-css img:hover{
	filter: grayscale(0);
}

.footer{
	background: #000;
	color:#8a8a8a;
	font-size: 14px;
	padding: 60px 0  20px;
}

.footer p{
	color: #8a8a8a;
}

.footer h3{
	color: #fff;
	margin-bottom: 20px;
	font-size: 20px;

}

.footer-col-1, .footer-col-2, .footer-col-3, .footer-col-4{
	min-width: 250px;
	margin-bottom: 20px;

}

.footer-col-1{
	flex-basis: 30%;
}

.footer-col-2{
	flex: 1;
	text-align: center;
}
.footer-col-2 img	{
	width: 180px;
	margin-bottom: 20px;
}
.footer-col-3 , .footer-col-4{
	flex-basis: 12%;
	text-align: center;

}	 	

ul{
	list-style: none;

}

.app-logo{
	margin-top: 20px;
}

.app-logo img{
	width: 140px;	
}

.footer hr{
	border:none;
	background: #b5b5b5;
	height: 1px;
	margin: 20px 0;
}

.Copyright{
	text-align: center;
}

.menu-icon
{
	width: 28px;
	margin-left: 20px;
	display: none;

}

@media only screen and (max-width: 800px){
	nav ul{
		position: absolute;
		top: 70px;
		left: 0;
		background-color: #333;
		width:100%; 
	}

	nav ul li{
		display: block;
		margin-right: 50px;
		margin-top: 10px;
		margin-bottom: 10px;
		z-index: 100;
	}

	nav ul li a{
		color: #fff;
	}

	.menu-icon{
		display: block;
		cursor: pointer;
	}

	.left-head-text-css {
    padding-top: 22%;
    text-align: center;
}


.category-style-css img {
    width: 100%;
    margin-top: 10px;
    /* height: 84%; */
}

.testnomial-css-style {
    text-align: center;
    padding: 40px 20px;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
    cursor: pointer;
    margin-top: 20px;
}

.logo-style-css {
    width: 160px;
    display: flex;
    margin: auto;
    /* display: flex; */
}

.footer-col-1 {
    flex-basis: 30%;
    text-align: center;
}
}

/*-------------------ALL PRODUCTS------------------*/

.product-title h2{
	font-size: 25px;
    color: #555;
    font-weight: bold;
    line-height: 100px;
}

select{
	position: relative;
	left: 74%;
	
	border:1px solid #ff523b;
	padding: 5px;
}

select:focus{
	outline: none;

}

.page-btn{
	margin-top:40px;
	margin-bottom: 60px;
}

.page-btn span{
	display: inline-block;
	border:1px solid red;
	margin-left: 10px;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
}

.page-btn span:hover{
	background:#ff523b; 
	color:white;
}

#active{
	background: #ff523b;
	color: #fff;
}

@media only screen and (max-width: 800px)
{

select {
    position: relative;
    left: 60%;
    border: 1px solid #ff523b;
    padding: 5px;
    margin-bottom: 53px;
}

.product-title h2 {
    font-size: 25px;
    color: #555;
    font-weight: bold;
    line-height: 100px;
    margin-bottom: -38px;
}
}

/*------------------products Details--------------*/

.product-container{
	margin-top:120px;
}

.left-p-detail img{
	padding: 0;

}

.right-p-detail{
	margin-top: 9%;
}
.right-p-detail p {
  
    color: #a59d9d;
}

.right-p-detail h4{
	margin: 20px 0;
	font-size: 40px;
	font-weight: bolder;
}

.right-p-detail select{
	display: block;
	padding: 10px;
	margin-top:20px;
	position: relative;
	left: 0; 
}

.right-p-detail h3{
	font-size: 19px;
    font-weight: bold;
}

.right-p-detail input{
	width: 50px;
	height: 40px;
	padding-left: 10px;
	font-size: 20px;
	border:1px solid #ff523b;
	margin-top: 17px;
}
.fa-align-right {
	color: red;
	margin-left: 12px;
}

input:focus
{
	outline: none;
}

.small-img-style{
	margin-top: 7px;
}

.image-small-css{
	cursor: pointer;
}

.title-style-head h2
{
	font-size: 29px;
    font-weight: revert;
}
.title-style-right p{
	position: absolute;
    right: 16%;
    color: grey
}

/*-----------------Cart-Details--------------*/

.cart-page{
	margin: 80px auto;
}

table{
	width: 100%;
	border-collapse: collapse;
}

.cart-info{
	display: flex;
	flex-wrap: wrap;

}

th{
	text-align: left;
	padding: 5px;
	color: #fff;
	background: #ff523b;
	font-weight: normal;
}

td{
	padding: 10px 5px;
}

td input{
	width: 40px;
	height: 30px;
	padding: 5px;

}

td a{
	color: #ff523b;
	font-size: 12px;
}

td img{
	width: 80px;
	height: 80px;
	margin-right: 
}


.content-img{
	margin-left: 13px;
}

.total-price{
	display: flex;
	justify-content: flex-end;
}
.total-price table{
	border-top: 3px solid #ff523b;
	width: 100%;
	max-width: 400px;

}

td:last-child{
	text-align: right;
}
th:last-child{
	text-align: right;
}

.account-page{
	padding: 50px 0;
	margin-bottom: 2%;
}

.form-container{
	background-color:#fff;
	width: 300px;
	height: 400px;
	position: relative;
	text-align: center;
	padding: 20px 0;
	margin:auto;
	box-shadow: 0 0 20px 0px rgba(0,0,0,0.1); 
	overflow: hidden;

}

.form-container span{
	font-weight: bolder;
	padding: 0 10px;
	columns: #555;
	cursor: pointer;
	width: 100px;
	display: inline-block;
}


.form-btn{
	display: inline-block;
}

.form-container form{
	max-width: 300px;
	padding: 0 20px;
	position: absolute;
	top: 130px;
	transition: transform 1s;
}

form input{
	width: 100%;
	hyphens: 30px;
	margin:10px 0;
	padding: 0 10px;
	border:1px solid #ccc;
}

form .btn{
	width: 100%;
	border:none;
	cursor: pointer;
	margin:10px 0; 
}

form .btn:focus{
	outline: none;
}

#loginform{
	left: -300px;

}

#regform{
	left: 0;
}

form a{
	font-size: 12px;
}

#indicator{
	width: 100px;
	border: none;
	background: #ff523b;
	height:3px;
	margin-top: 8px;
	transform: translateX(100px);
	transition: transform 1s;
}