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

@media (min-device-width: 150px) and (max-device-width: 736px), screen and (device-width: 768px) and (device-height: 1280), screen and (device-width: 384px) and (device-height: 592px) and (-webkit-device-pixel-ratio: 2), screen and (device-width: 720px) and (device-height: 1280)
 {
	 
body{
	
	display: flex;
	min-height: 100vh;
	flex-direction: column;
	line-height: 1.45;
	
	
}
	 
	 .textimgs{
		 
		 display: block !important;
	 }
	 
	 
	 .textimgs > .half{
		 
		 
		 width:100%;
	 }
	 .bannerstyle1{
	
	width:100vw;
	height: 50vw;
	object-fit:cover;
	object-position: 0px 0px;
	position: relative;
		  height: 100%; position: absolute; 
		 
		 
		 top: 0px; left: 0px; opacity: .25; object-fit: cover;
    object-position: -80px -80px;
	
}
	 
	 #hometext{
		     font-size: 3em;
    line-height: 1;
		 margin-top: 10vh;
	 }
	 
.bannertext{
	
	
	    color: white;
    font-weight: bold;
    line-height: .8em;
    font-size: 4vw;
    left: 10%;
    margin-top: 20%;
	
	
}
	 
	 
	 .bannerimg{
		 background-size: cover;
		 
		 min-height: 25vw !important;
	 }
	 hr{
		 border: none;
		 outline: none;
		 height: 2px;
		 margin-top: auto;
		 margin-bottom: auto;
	 }
	 .bio > img{
	
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	width:25vw;
	height: 25vw !important;
}
	 .flexcontent > .half{
		width: 100%; 
		 
		 
	 }
	 .bio{
		 height: auto !important;
		 font-size: 12px !important;
	 }
	 
	 .mobilenavbtn{

	background-image: url(parts/taskbtn.png);
	position: absolute;
		 right: 10px;
		 top: 10px;
	display: block;
		 width:35px;
		 height: 35px;
		
}

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

.logos{
	
	
	width:auto;
	height: 50px;
	margin-top:-10px;
	margin-left: 10px;
}


.cart-info{
	
font-size: 9px;
	line-height: 1;
		flex-direction: column;

	
	
	
}

.cart-info > div, .cart-info > input{
	
	margin-top: 3px;
	margin-bottom: 0px;
	padding: 0px;
	box-sizing: border-box;
	line-height: 2;
height: auto;
	margin-right: 15px;
	width: auto;
}
	 
	 .cart-info > select{
		 
	padding: 0px;	 
	 }

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

}


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

.cartarea{
	
	margin-top:15px;
	
	border-right:none;
	padding: 15px;
	box-sizing: border-box;
	width: 100% !important;
	min-height: 30vh;
	border-bottom: thin dashed #666;
}

input, select{
	
	font-size: 14px;
	height: auto;
}
.totalarea{
	
	font-size: 12px;
	min-height: 65vh;
	width: 100% !important;
	box-sizing: border-box;
	padding: 25px;
}

.cbtn{
	
	height: auto;
	font-size: 13px;
	padding: 10px !important;
}
	 
	 
	
.cart-item:first-child{
	border: none;
	margin-top: 25px;
}

.centercontent3{
	
	
	width:90vw;
	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;
}

.cbtn{
	
	padding: 3px;
}
.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:150px;	outline: none;
	border: none;
	height: 20.5px;
}


.checkout{
	margin-top:15px;
	display: none;
	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: 1.25;
    min-width: 9px;
    margin-left: 10px;
    margin-top: -10px;
    text-align: center;
    max-height: 9px;
    flex-shrink: 0;
}
.topbar> div:first-child{
	
	
	    height: 50px;
    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: 100vw;
	margin-left: auto;
	margin-right: auto;
	margin-top:2.5%;
	
}


.section2{
	display: block;
	margin-top:2.5%;
	height: auto;
	flex-direction: column;
	width: 94%;
}

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


	 
.section2 > a > img{
	width:100%;
	height: 60vw;
    flex-basis: 100%;
    flex-shrink: 0;
}
.section2 > a >img:first-child{
	    flex-shrink: 0;
    flex-basis: 100%;
	width: 100%;
    margin-right: 0%;
}

	 .section2 > a:nth-child(2) >img{
		 
		 	object-position: 0px -55px;

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

	 .bannerstyle2{
	
	width:100vw;
	height: 100vw;
	object-fit: cover;
display: block;	
}
	 
	 .spacertext{
		 display: flex !important;
		 font-size: 9px;
		 text-align: center;
		 line-height: normal;
	 }
	 .spacertext > hr{
		 
		 
		 width:25% !important;
	 }

	
.section2 > a:nth-child(1) > div{
	
	position: absolute;
box-sizing: border-box;
	height: 35px;
	padding:10px; min-width: 50px; background-color:#ffba44; color:#fff; right: 0px; left: auto; top:0px;
}
	 
.section2 > a:nth-child(2) > div{
	
	position: absolute;
padding:10px; min-width: 50px; background-color:#ffba44; color:#fff;  bottom: 0px; top: auto;} 
	 
	  .section2 > a{
		
		 
		 position: relative;
		 display: block;
	 }
	 
	 .section2 > a:nth-child(2){
		 margin-top: 25px;
		 
		 
		 display: block;
	 }
	 
.mobileonly{
	
	
	display: block;
}

.nav{
	
	box-sizing: border-box;
	padding-top: 25px;
	padding-left: 2vw;
	height: 100vh;
	display: flex;
	width: 65vw;
	margin-left: -67vw;
	flex-direction: column;
	position: fixed;
	top: 0px;
    margin-top: 0px;
	left: 0px;
	z-index: 4;
	background-color: #000;
	text-align: left;
}

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

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

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



.topbar{
	display: block;
	flex-direction: column;
	height: 35px;
	width: 100%;
	background-color: white;
	padding-bottom: 25px;
	margin: 0px;
	background-color: black;
    margin-bottom: 35px !important;
	
}

     .flexcontent{
         
         margin-bottom: auto !important;
     }
.flexcontent{
	margin-top:10px;
	margin-bottom: 10px;
	margin-left:auto;
	margin-right: auto;
	
	width:86%;
	flex-wrap: wrap;
	height: auto;
	min-height: 15px;
}

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


.footbtns{
	
	text-align: center;
	margin-top: 20px;
	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;
	text-align: center;
	margin-top: 15px;

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

	 
	 .subsection > span{
		 
		 font-size: 12px!important;
		 
		 
		 
	 }


.subsection > .flex > .cbtn{
	
	margin-top:15px  !important;
	height: auto !important; padding: 15px !important;
	font-size: 10px !important;
	
}


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


.flexproduct, .rflexproduct{
	width:45%;
	text-decoration: none;
	flex-basis: 30%;
	flex: 0 0 48%;
	margin:2px;
}
	 
	

.prodsec > .flexproduct{
	
	
	flex: 0 0 48%;
}
.rflexproduct{
	flex: 1 1 48%;
		
	 }

.flexproduct > div:first-child{
	
	display: block;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 200px;
	width:100%;
	background-color: #333;
}

	 
	 .rflexproduct > div:first-child{
	
	display: block;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 75px;
	width:75px;
	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;
	
}

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


.categories{
	
width:100%;	
	margin-top: 45px;
	border-bottom: #E1E1E1 thin solid;
}


	 
	 .sortbody{
		 
		 
		 margin-top:20px;
	 }

.categories > a{
	
	padding: 10px;
	cursor:pointer;
	font-size: 10px;
	
	width: auto;
	display: inline-block;
	
	
}
	 
	 .categories > div{
	
	padding: 10px;
	cursor:pointer;
	font-size: 10px;
	
	width: auto;
	display: inline-block;
	
	
}
	 
	 .categories > span{
	width: 100%;
		 flex-shrink: 0;
		 display: block;
		 
	padding: 10px;
	cursor:pointer;
	font-size: 10px;
	
}


.centerContent{
	
	width:75vw;
	
	
}
.prodthumbs{
	
	display: flex;
	flex-direction: row;
	box-sizing: border-box;
	padding:0px;
	
	margin-top:10px;
	
}


.prodthumbs > div{
	
	cursor:pointer;
	background-size: cover;
	background-position: center;
	width: 50px;
	height: 50px;
	margin-bottom: 20px;
	margin-right:4px;
	background-color: #ccc;
	flex-shrink: 0;
}

.videoframe{
	
	
	width:100% !important;
	height: 50vw !important;
}

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

	 
	 .mobile{
		 
		 
		 
		 flex-direction: column;
	 }
	 
	 .m2{
		 
		 display: flex;
		 flex-direction: row;
		 line-height: 2;
	 }
	 
	 .m2 > div{
		 
		 
		 line-height: 6;
	 }

.mainimg{
		
	width: 100%;
    margin-top: 25px;
    height: 90vw;
    background-color: #ccc;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom:8%;
	flex-shrink: 0;
	
}
	
	
	
.prodinfo{
	
	width:100%;
	margin-left:0px;
	padding:0px;
	box-sizing: border-box;
}
	 
	 .prodinfo > div:first-child{
		 font-size: 2em;
		 
	 }
	 
	 
	 .prodinfo > .cbtn{
		 
		 
		 
		 
		 box-sizing: border-box;
	 }


.prodsec{
	
width:90%;	
	
	
}

}

