@charset "utf-8";
/* CSS Document */


body{
	
	display: flex;
	min-height: 100vh;
	flex-direction: column;
	
	line-height: 2;
}



.bio > img{
	
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	width:10vw;
	height: auto;
}



.element{
	
	padding: 0px !important;
    min-height: 100px;
    border: none;
    position: relative;
    display: flex;
    box-sizing: border-box;
    align-content: baseline;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.cart-img{
	
	background-size: cover;
	background-repeat: no-repeat;
	align-self: center;
display: block;
	width: 50px;
	height: 50px;
	background-color: #D0D0D0;
	margin: 10px;
	flex-shrink: 0;
}



.cart-info{
	
font-size: 9px;
	line-height: 1;
	
	
	
}

.cart-info > div, .cart-info > input, .cart-info > select{
	
	margin-top: auto;
	margin-bottom: auto;
	padding: 5px;
	margin-right: 15px;
	width: auto;
}

.cart-qty{
	
	
	
	width: 50px !important;
    height: 15px;
    margin-top: auto!important;
    padding: 0px;
    border-radius: 1px;
    font-size: 9px;

}


.cart-item{
	
	width: 100%;
	height: auto;
	min-height: 50px;
	border-top: #DCDCDC thin solid;
	display: flex;
	
	
	
}

.cartarea{
	
	margin-top:15px;
	
	border-right:thin solid #C0C0C0;
	padding: 15px;
	box-sizing: border-box;
	
	min-height: 65vh;
}

input, select{
	padding: 10px;
	
	font-size:1em;
	height: auto;
}
.totalarea{
	
	font-size: 12px;
	min-height: 65vh;
	box-sizing: border-box;
	padding: 25px;
}

.cbtn{
	padding:10px;
	
	border: none;
	outline: none;
	
	font-size: 10px;
}
.cart-item:first-child{
	border: none;
	margin-top: 25px;
}

.centercontent3{
	
	
	width:65vw;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.flexbody{
	
	display: flex;
	width: 75vw;
	margin: auto;
	flex: 1;
	margin-top: 30px;
}


.product-nav{
	
	flex-direction: row;
	display:flex;
	
}

.product-nav > div{
	
	justify-content: space-around;
	margin-left: 15px;
	padding-right: 15px;
	cursor: pointer;
	font-size: 10px;
	border-right: #EDEDED thin solid;
	
	
}

.product-nav > div:last-child{
border:none;
	
}

.dbimg{
	
	
	width: 20px;
	height: 20px;
	align-self: center;
	margin-right: 10px;
	
}

.dash-nav{
	
	flex-basis: 25%;
	flex-direction: column;
	align-content:space-around;
	border-right: #EDEDED thin solid;
}


.dashheader{
	
	height: 150px;
background:linear-gradient(0deg, rgba(78, 102, 168, 0.4), rgba(19, 72, 255, 0.5)), url(../images/bg.png);
  background-size:cover;	
	display: flex;
justify-content: flex-end;}


.dash-content{
	
	
	flex-basis: 75%;
	
}


.welcome{	
	
	font-size: 12px;
    color: white;
    padding-right: 15px;
    padding-top: 5px;
	flex-basis: 25vw;
	text-align: right;
}


.overview{	
	
	font-size: 1.5vw;
    color: white;
	align-self: center;
    padding-top: 5px;
	flex-grow: 50;
	flex-basis: 75vw;
	padding-left: 14vw;
	
}

.dashnavbtn, .dashnavbtn:active, .dashnavbtn:link{
	
	text-decoration: none;
	flex-direction: row;
	font-size: 10px;
	min-height: 15px;
	background-color: transparent;
	align-content: stretch;
	display: flex;
	padding:15px;
	color: #727272;
}


.module1, .module2, .module3{
	
	min-height: 75px;
	width: 75%;
	margin: 15px;
	border-radius: 6px;
	border:#D9D9D9 thin solid;
	padding: 15px;
	
}

.module2{
	
	min-height: 10px;
	align-content: space-around;
}

.module3{
	height:auto !important;
	border:none;
	border-top:#EDEDED thin solid;
	min-height: 10px;
	border-radius: 0px;
}

.options > select{
	
	
	width:22%;
}

.c{
	
	
	background-color: transparent;
	color: #ccc;
	border: #ccc thin solid;
}
.options > select:nth-child(2){
	
	
	margin-left: 15px;
}

.selfcenter{
	
	
	align-self: center;
}

.coloroption{
	
	display: flex;
	width:25px;
	height: 25px;
	background-color: #551E1F;
	border-radius:4px;
	justify-content: flex-end;
	margin-right: 5px;
}

.module3> input, .module3 > select{
	
	flex-basis: 25px;
	flex-shrink: 0;

	width: 50%;
}
.module2 > .column{
	
	
	margin-left:15px;
}

.dclosebtn{
	
	cursor: pointer;
	    background-color: #8E0A0C;
    color: #fff;
    width: 15px;
    height: 15px;
    line-height: 1;
    text-align: center;
}


.module2 > .column > div:nth-child(1){
	
	
font-weight: bold;
}

.module2 > .column > div:nth-child(2){
	
	
font-size: 11px;
}




.dash-thumb, .dash-thumb2{
	flex-shrink: 0;
	
	width:90px;
	height: 90px;
	background-repeat: no-repeat;
	background-size: cover;
	
	
}


.dash-thumb2{
	border: thin solid #ccc; flex-basis: 90px;
	justify-content: flex-end;
	display: flex;
	margin-right: 10px;
	
	
	
}
.row{
	
	
	flex-direction: row;
}


.searchbtn{
	margin-top:15px;
	width: 20px;
	height: 20.5px;
	background-color: white;
	padding: 5px;
		border-radius: 0px 4px 4px 0px;
	background-image: url(../parts/magnify.png);
	background-repeat: no-repeat;
	background-size: 50%;
	background-position: center;

}
.searchbar{
	border-radius: 4px 0px 0px 4px;
width:500px;	
	height: 20px;
}


.checkout{
	margin-top:15px;
	display: flex;
	height: 20px;
	width: 20px;
	margin-right: 15px;
	background-image: url(../parts/carts.png);
	background-size: 90%;
	background-repeat: no-repeat;
	background-position: center;
		text-decoration: none;

}

.checkout > div{
	
	padding: 3px;
    border-radius: 10px;
    background-color: coral;
    font-size: 9px;
    text-decoration: none;
    color: #fff;
    line-height: .9;
    min-width: 9px;
    margin-left: 10px;
    margin-top: -10px;
    text-align: center;
    max-height: 9px;
    flex-shrink: 0;
}
.topbar> div:first-child{
	
	
	    height:auto;
    justify-content: space-between;
    /* align-content: space-around; */
    flex: auto;
}
.column{
	
	height:auto !important;
	flex-direction: column;
}


.accountbtn{
	
	background-image: url(../parts/account.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 90%;
    width: 20px;
    margin-right: 15px;
    height: 20px;
    margin-top: 15px;
	cursor: pointer;
	
	
}

.flexbanner, .section2{
	width: 80vw;
	margin-left: auto;
	margin-right: auto;
	margin-top:2.5%;
	
}

.bannerstyle1{
	
	width:100%;
	height: 550px;
	object-fit: cover;
	object-position: 0px -50px;
	position: relative;
	 height: 100%; position: absolute; top:-150px; left: 0px; opacity: .25; object-fit: cover;
    object-position: 0px -190px;
}

.bannerstyle2{
	
	width:auto;
	height: 100%;;
	object-fit: cover;
	position: relative;
	
}



.section2 > a > div:nth-child(1){
	
	position: absolute;
	padding:10px; min-width: 50px; background-color:#ffba44; color:#fff; right: 0px; left: auto; top:0px;
}
.section2 > a > div:nth-child(2){
	
	position: absolute;
padding:10px; min-width: 50px; background-color:#ffba44; color:#fff;  bottom: 0px; top: auto;}


.section2{
	display: flex;
	height: 75vh;
	margin-top:2.5%;
}

.section2 > a > img{
	width:35%;
    flex-basis: 35%;
    flex-shrink: 1;
}
.section2 > a >img:first-child{
	    flex-shrink: 3;
    flex-basis: 90%;
	width: 100%;
    margin-right: 3%;
}

.section2 > a:nth-child(2){
	margin-left: 20px;
	
}


.storebody{
	
	
	justify-content: space-between; width: 70%; margin-left: auto; margin-right: auto;
}

.logos{
	
	
	width:auto;
	height: 90px;
	margin-left: 15px;
}


.login > input{
	
	width:300px !important;
	font-size: 14px !important;
	padding: 5px !important;
	box-sizing: border-box;
	
}


.nav{
	width: 70%;
    margin-top: 25px;
    padding: 10px;
    height: auto;
}

.nav > a{
	
	text-decoration: none;
	color: white;
	font-size: 12px;
	margin: 10px;
	margin-right: 5%;
	
	
}



.bannertext{
	
	
	    color: white;
    font-weight: bold;
    line-height: .8em;
    font-size: 4vw;
    left: 150px;
    margin-top: 20%;
	
	
}



.bannertext > div:nth-child(2){
	font-size: 2vw;
	
	
	
}


.bannertext > div:nth-child(1){
	
	
	color:#ffba44;
}

.fcolumn{
text-align: center;	flex-direction: column;
}

.dashnavbtn:hover{
	
	
	background-color:#E5E5E5;
	
}



.topbar{
	
	flex-direction: column;
	height:auto;
	
	width: 80%;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	
}


.flexcontent{
	margin-top:25px;
	margin-bottom: 150px;
	margin-left:auto;
	margin-right: auto;
	
	width:80%;
	flex-wrap: wrap;
	min-height: 250px;
}

footer{
	
	display: flex;
	
	background-color:black;
	padding: 3%;
	min-height: 200px;
	padding-left: 15%;
	padding-right: 15%;
	margin-top: auto;
	justify-content: space-between;
	
}


.footbtns{
	
	text-align: center;
	
	color:white;
	font-size: 13px;
	display: flex;
	flex-direction: column;
	text-decoration: none;
}


.footbtns > a{
	margin-top:10px;
	
		color:white;
	font-size: 13px;
	
	text-decoration: none;
}

.subsection{
	flex-wrap: wrap;

	color:white;
	width:50%;
	font-size: 20px;
	
}



.subsection > .flex > .cbtn{
	
	margin-top:15px;
	height: auto; padding: 15px;
	
	
}


.subsection > .flex > input{
	
	
	height: auto;
	padding: 15px;
	border-radius: 3px 0px 0px 3px;
}


.flexproduct{
	
	text-decoration: none;
	flex-basis: 20%;
	flex: 0 0 17%;
	margin:1.5%;
}


.prodsec > .flexproduct{
	
	
	flex: 0 0 25%;
}

.flexproduct > img{
	
	display: block;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	  object-fit:cover;

	height: 250px;
	width:100%;
	background-color: #333;
}


.flexproduct > div:nth-child(2){
	
	font-size: 13px;
	color:#5F5F5F;
	
}

.flexproduct > div:nth-child(3){
	
	font-size: 15px;
	font-weight: bold;
	color:coral;
	
}



.categories{
	
width:25%;	
	
}
 .socials{
		 
		 
		 width:100%;
	 }


.categories > a{
	display: block;
    /* padding: 10px; */
    cursor: pointer;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    color: #666;
	
}


.centerContent{
	
	width:75vw;
	
	
}

.mobileonly{
	
	
	display: none;
}
.prodthumbs{
	
	display: flex;
	flex-direction: column;
	padding:10px;
	
	margin-top:15px;
	
}


.prodthumbs > div, .prodthumbs > img{
	
	cursor:pointer;
	background-size: cover;
	background-position: center;
	width: 100px;
	height: 100px;
	margin-bottom: 15px;
	object-fit: cover;
	background-color: #ccc;
}



.fprompt{
	
	
	flex-direction: column;
	width:35vw;
	min-height:15vh;
	padding: 35px;
	border-radius:3px;
	background-color: white;
	position: fixed;
	margin-top: 25vh;
text-align: center;
	top: 0px;
	z-index: 3;
	left: 32.5vw;
	display: none;
}


.mainimg{
		
	width: 45%;
    margin-top: 25px;
    height: 75vh;
	object-fit: cover;
	background-size: cover;
	background-repeat: no-repeat;
    background-color: #ccc;
	margin-bottom:15%;
	
}


.half > input, .half > div > input{
	
	
width:250px;
	display: block;
	
}
	
	
	
.prodinfo{
	
	width:39%;
	margin-left:10px;
	padding:25px;
}


.prodsec{
	
width:75%;	
	
	
}


