@charset "utf-8";
/* Sales - CSS Document */
body{
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, san-serif;
	background-color: aquamarine;
	}

header{
	
	background-color: black;
	
}
/*Sales style*/

.sales-logo{
	display: inline;
	width: 250px;
	
	margin-left: 0px;
	background-color: black;
}

.logo01s{
	display: inline;
	float: left;
	width: 100%;
	max-width: 250px;

	
}

.sales-title{
	display: flex;
	justify-content: flex-end;
	align-content: center;
	float: right;
	margin-top: 5px;
	margin-right: 35px;
	color: red;
	background-color: black;
	
}
.sales-topnav{
	display:inline-flex;
	align-items:center;
	justify-content: flex-end;
	margin: 0px;
	width: 100%;
	height: 50px;
	background-color: #161616;
	
}
/*.sales-logo{
	display: flex;
	align-content: center;		
	width: 100%;
	float: left;
	color: aliceblue;
	margin-left: 20px;
	margin-bottom: 5px;
	
}*/




.sales-navbar{
	display: inline;
	padding-right: 20px;
	
}

.sales-navbar a{
	display:inline;
	padding-right: 20px;
	text-decoration: none;
	text-transform: uppercase;
	color:red;
	
}
.sales-navbar a:hover{
	color:grey;
	
}



.sales-column .lightbox{
	width: 50%;
	float: auto;
	background-color: black;
}

.sales-column .video{
	width: 50%;
	float: left;
	background-color: black;
}

.sales-row{
	background-color:black;
}
.vid-sales{
	height: 100vh;
	border: solid thin ;	
	border-color: grey;
	
		
}

/* fclightbox-sales*/
.collection-galery{
	margin: 10px 50px;
	padding: 10px;
	
}

.gallery{
	max-width: 1000px;
	margin: auto;
	padding: 30px 20px 30px 40px;
	background-color: black;
}

.gallery img{
	width: 300px;
	padding: 10px;
	filter: grayscale(20%);
	transition: 0.3s;
	box-shadow: 3px 3px 2px grey;
	 
     
	
}
.gallery img:hover{
	filter: grayscale(0);
	transform: scale(1.1);
	
	
}


/* Sales Item Detail- collapsible content -start*/
.collapsible {
	background-color:black;
	color: red;
	cursor: pointer;
	padding: 10px;
	width: 100%;
	border:solid;
	border-color: grey;
	text-align: left;
	outline: none;
	font-size: 15px;
}
.active, .collapsible:hover {
  background-color:#262626 ;
}


.sales-cnt{
	width: 50%;
	color: red;
	margin-left: auto;
	margin-right: auto;
	padding-top: 50px;
	background-color: black;
	
	
}
.sales-login{
	width: 100%;
	margin: auto;
	background-color: black;
}
.frm-login{
	width: 40%;
	height: 400px;
	background-color: black;
	margin-left: auto;
	margin-right: auto;	
	padding-top: 20px;
}
.frm-login p{
	color: red;
	margin-top: 20px;
}

.frm-login input{
	width: 250px;
	height: 25px;
	color: black;
}

.frm-login button{
	background-color: red;
	color: black;
	border: 0;
	margin-top: 10px;
	
	
	
}


.content {
	
  	padding: 0 18px;
  	display: none;
  	overflow: hidden;
  	background-color: black;
	text-align: left;
	
} 
.item-sizes{
	display: inline-table;
	padding-right: 15px;
	
}

.itemsize{
	display: inline-flex;
	padding-right: 15px;
	float: left;
	margin-left: 15px;
}
.itemsizes  {
	
	padding-right: 15px;
}
.itemsizenumbers
{
	
	padding-left: 15px;
}
/* Sales Item Detail- collapsible content -end*/

footer{
	background-color: black;
}
.sales-footernav{

	width: 100%;
	height: 100px;
	background-color: #161616;
	margin-top: 0;
	
}
.add-cart{
	display: flex;
	justify-content: center;
	align-content: center;
	width: 100%;
	margin: auto;
	height: 50px;
	color: black;
	
}
.btn-addcrt p{
	text-transform:capitalize;
	font-weight: 700;
	color: black;
	font-size: 17px;
	
}


.btn-addcrt{
	width: 200px;
	color: black;
	background-color: red;
}
.add-cart button:hover{
	width: 200px;
	color: yellowgreen;
	background-color: red;
}

.container{
	width:100%;
	margin-left: auto;
	margin-right: auto;
	background-color: black;
	
}

.main{
	width: 100vw;
	max-width: 1200px;
  	margin: auto;
	background-color: black;
	
}
.heading-block{
	color: aliceblue;
	padding-left: 100px;
	
}

.catbox{
	width: 250px;
	height: 350px;
	float: left;
	overflow: hidden;
	position: relative;
	margin:10px 15px 10px 15px ;
		
}
.catbox span{
	width: 100%;
	height: 30px;
	line-height: 30px;
	background: rgba(0,0,0,0.6);
	color: white;
	display: block;
	bottom: 30px;
	position: absolute;
	z-index: 999;
	text-align: center;
}

.catbox:hover span{
	color: aqua;
	
}
.catbox img{
	max-width: 250px;
	transition: all .5s ease;
	
}
.catbox:hover img{
	transform: scale(1.3,1.3);
	transition: all .5s ease;
	
}


/*=== Sales Product Page ===*/



.product-small-img img{
	height: 92px;
	margin: 10px 0;
	cursor: pointer;
	display: block;		
	opacity: .6;
}

.product-small-img img:hover{
	opacity: 1;
	
	
	
}
.product-small-img{
	float: left;
} 



.product{
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	position: fixed;
	}

.img-container img{
	height: 500px;
		
}
.img-container{
	float: right;
	padding: 10px;

}

.item-detail-content{
	background-color: dimgrey;
	float: right;
	
}

.row{
	display: block;
	position: fixed;
}

@media screen and (max-width: 1119px) {
	.main {
	display: block;
	width: 100%;
	max-width: 841px;
	margin: auto;
			
	}
}
@media screen and (max-width: 839px) {
	.main {
	display: block;
	width: 100%;
	max-width: 561px;
	margin: auto;
			
	}
}
@media screen and (max-width: 687px) {
	.gallery img{
	width: 100%;
	padding: 10px;
	filter: grayscale(50%);
	transition: 0.3s;
	box-shadow: 3px 3px 2px grey;
	
		
	}
	.sales-logo {
	display: block;
	width: 100%;
	height: 100%;
	}
	.sales-title, .sales-title h3{
	display: block;		
	width: 100%;
	height: 100%;
	margin-left: 50px;
	
		
		}
}
.logo01s{
	width: 100%;
	height: 100%;
}
	
	
.btn-return{
	text-decoration: none;
	background-color:dimgray;
	
}

.btn-return a{
	color: aliceblue;
	font-size: 18px;
}

.btn-return a:hover{
	color: red;
	
}

@media screen and (max-width: 560px) {
	.catbox {
	display: block;
	width: 100%;
		margin: auto;
	padding: 10px;
	}
	.catbox img {
	display: block;
	width: 100%;
	margin: auto;
	padding: 5px;
	}

}

@media screen and (max-width: 523px) {
	.gallery img{
	width: 100%;
	padding: 10px;
	filter: grayscale(50%);
	transition: 0.3s;
	box-shadow: 3px 3px 2px grey;
	}

}



