
:root {
	--background: #000;
  --acc: #d0b768;
}

.item{
	margin:0px 0 3rem; 
}

.item .product-img {
  position: relative;
  overflow: hidden;
  cursor:pointer;
}

#pooo{
	position:absolute;
	bottom:6%;
	right:4%
}

#pooo img{
	border-radius:0;
	margin:0 0 0 3px;
}

.item .product-img a {
  display: block;
  position: relative;
}

.image_slides{
  display: none;  
}

.close_modal{
	position:fixed; 
	top:0; 
	right:0;
	width:fit-content; 
	margin:0.4rem 3rem 0; 
	text-align:right;
	color: rgb(255, 255, 255);
	z-index:9000;
	padding: 8px 16px;
	border-radius: 6px;
	background-color: rgb(60, 60, 60);
	cursor:pointer;
}

.button:hover{
	background-color:cyan;
}

#message_close{
	font-size:1.6rem;
	text-decoration:none !important;
}

.item .product-img a img {
  width: 100%;
}
.item .product-img a img.hover-img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}

.item .product-img a img.hover-img:hover {
	opacity:1;
}

.discount {
	color: yellow;
}
.available {
	color: DodgerBlue !important;
}

.reserved {
	color: yellow !important;
}

.sold {
	color: orange !important;
}

.description .status {
	text-align:center;
}

.description .available {
	color: DodgerBlue !important;
	background: DodgerBlue !important;
	border-radius:10px;
	color:white !important;
}

.description .reserved {
	color: lime;
	background: yellow !important;
	border-radius:10px;
	color:gray !important;
}

.description .sold {
	background: orange !important;
	border-radius:10px;
	color:white !important;
}


.filter_opt{
	margin: 0 0 0.6rem;
}

input[type="checkbox"]  {
	border: 1px solid #999;
	box-sizing: border-box;
	display: inline-block;
	margin-right: 13px;
	height: 16px;
	vertical-align: sub;
	width: 16px;
	appearance: none;
}

a:active{
	background-color:rgba(0,0,0,0) !important;
}

input[type=checkbox]:checked{
	background-color:#cccccc;
	border: 1px solid gray;
	background-color:cyan;
	background:var(--acc); 
}

.na{
	border: 1px solid cyan;
	background-color:#d9d9d9;
}

.nav-main{
	font-size:1.1rem;
	letter-spacing:0.4px;
	margin:4px 0 9px;
	font-weight:500;
	text-shadow:0.3px 0;
	color:gray;
}

.navbar-nav{
	background-color:rgba(255,255,255,0);
}

.navbar-brand{
	max-width: 50%;
}

.nav { margin-bottom: 0; }
.dropdown { position: static;  }
.dropdown-menu { 
	width: 100%; 
	padding:1.9% 4%; 
	text-align: left; 
	margin:-1px 0 0;
	max-height: 80vh;
	overflow-y: auto;
	border:1px solid #cccccc;
	border-width: 1px 0;
	background:var(--background);
	border:0px solid #cccccc;
	padding:1% 4%; 
}

.search_btn{
	border-radius: 2px;
	outline: none;
	padding: 16px 24px;
	margin: 1.9rem 0 0;
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	border: 1px solid black;
	text-decoration: none;
	background-color:black;
	color:white;
	border: 3px solid #d0b768; 
	background:var(--acc); 
}

.reset_btn{
	border-radius: 2px;
	outline: none;
	padding: 16px 24px;
	margin: 1.9rem 0 0 19px;
	font-size: 0.75rem;
	font-weight: 700;
	text-transform: uppercase;
	border: 1px solid black;
	text-decoration: none;
	background-color:lightgray;
	color:black;
}

.select {
	background-color:cyan;
	height: 14px;
	display: inline-block;
	margin-right: 6px;
	width: 14px;
	border: 1px solid #999;
	box-sizing: border-box;
	background:var(--acc); 
}

.not_select{
	background-color:#cccccc;
	height: 14px;
	display: inline-block;
	margin-right: 6px;
	width: 14px;
	border: 1px solid #999;
	box-sizing: border-box;
}

.va {
	text-transform: uppercase;
	font-size: 14px;
	color:black;
	color:lightgray;
}

.range-slider {
  height: 6px;
  position: relative;
  background-color: #cccccc;
  border-radius: 2px;
}
.range-selected {
  height: 100%;
  left: 30%;
  right: 30%;
  position: absolute;
  border-radius: 5px;
  background-color: black;
}

.range-input {
  position: relative;
}
.range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -7px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.range-input input::-webkit-slider-thumb {
  height: 12px;
  width: 12px;
  border-radius: 3%;
  border: 0px solid #1b53c0;
  background-color: #cccccc;
   background-color: cyan;
  pointer-events: auto;
  -webkit-appearance: none;
}
.range-input input::-moz-range-thumb {
  height: 12px;
  width: 12px;
  border-radius: 50%;
    border-radius: 3%;
  border: 0px solid #1b53c0;
  background-color: #cccccc;
   background-color: cyan;
  pointer-events: auto;
  -moz-appearance: none;
  background:var(--acc);
}

.range-price {
    margin: 30px 0;
    width: 100%;
}

.range-price label {
  margin-right: 5px;
}
.range-price input {
  width: 100px;
  padding: 5px;
}
.range-price input:first-of-type {
  margin-right: 15px;
}

.navbar{
	background-color:rgba(255,255,255,0);
	border-width:0; 
	mix-blnd-mode: difference;
	margin:0;
	color:white;
	padding:3.1rem 0 1rem; /*2.1*/
	padding:1.7rem 0 1rem; 

}

.navbar a, .menu, .logo, #q, ::placeholder{
	color:white;
	fill:white;
}

.error{
	font-weight:700;
	color:gray;
}

.navbar.sticky{
	border:1px solid #d8dce1;  /*  #e3e5e7;  #d7d7d7; #f2f2f2*/
	background-color:rgba(255,255,255,1);
	/*border-width:0px 0 1.9px;  for white */ 
	color:black;
	background:var(--background);
	border:0px solid green;
}

.navbar.sticky a, .navbar.sticky .menu, .navbar.sticky .logo, .navbar.sticky #q, .navbar.sticky ::placeholder, .navbar.sticky a svg{
	color:rgb(98,98,98);
	color:lightgray;
	fill:black;
	fill:white;
	/*color:black; */
}

.navbar.sticky .logo {
	color:black;
}

.btn4 {
	font-size: 1.3rem;
	margin-top: 2em;
	display: inline-block;
	font-family: serif;
	letter-spacing: 1px;
	font-weight: 700;
	text-transform: uppercase;
	outline: none;
	color: white;
	border: 3px solid white;
	border-radius: 44px;
	background-color: rgba(0,0,0,0);
	padding: 16px 50px;
	text-decoration:none !important;
	font-size: max(1.3rem, calc(1.2vw + 1vh));
	border: 3px solid #d0b768; 
}

.sub_title{
	letter-spacing: 3.4px;
	margin: 0 0 1rem;
	font-family: serif;
	font-size: 1.9rem;
	font-weight: 800;
	line-height: 1rem;
	text-align:center;
	color:#cccccc;
	text-shadow:1px 0;
	font-size: max(1.9rem, calc(2vw + 2.1vh));
}

.main-title, .main-title a {
	font-family: sans-serif;
	padding: 0;
	color: white;
	letter-spacing: 0em;
	
	text-decoration:none !important;
	text-align:center;
	line-height: max(4.3rem, calc(3.9vw + 4.5vh));
		line-height: max(6rem, calc(3.9vw + 4.5vh));
	font-size: max(4.3rem, calc(4.8vw + 4.5vh));
	font-size: max(4.3rem, calc(4.4vw + 4.3vh));
	fnt-size: max(4.3rem, calc(5vw + 4.6vh));
		fnt-size: max(7.3rem, calc(4.4vw + 4.3vh));
	text-shadow:1.6px 0px;
	text-shadow:1px 0px;
	font-weight: 400;
	
	font-family: serif;
	letter-spacing: 0.01em;
	yofont-size: max(4.5rem, calc(4.5vw + 4.3vh));
	text-transform : uppercase;
}

.slide-icon{
	cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 7px;
  background-color: lightgray;
  border-radius: 0%;
  display: inline-block;
  background-color: #a5a7b1;
}

.slide-icon-acc{
	background-color:cyan;
	background:	var(--acc);
}

.acc{
	margin:10px 0;
}

.value{
	column-count: 2;
	column-gap:0;
}

.nav-item{
	margin:0 0.4rem; /*0.5*/
}

@media only screen and (max-width: 992px) {
    .nav-item {
    	margin:0 !important;
    }
    
    .navbar-collapse.show,
    .navbar-collapse.show a{
		  border: 1px solid #e3e5e7;
		  border-width:0 0 1px;
		  background-color:white;
		  color:black;
		  fill:black;
		  background:var(--background);
		  border: 0px solid #b3b1b2;
		  color:gray;
    }
    
    #main-title, #main-title a {
		  font-size: 4.3rem;
		  line-height: 4.3rem;
    }
    
    .value{
			column-count: 2;
			column-gap:0px;
		}
}

#q {
	background-color:rgba(0,0,0,0);
	outline: none;
	resize: none;
	border:1px solid black;
	border-radius: 0px;
	border-width:	0px;
	box-shadow:0;
	margin:0;
	padding:0 6px;
}

.menu, .logo, #q, ::placeholder{
	font-family: sans-serif;
	white-space: nowrap;
	/*mix-blnd-mode: difference; color:white !important;
		delte colr for blend mode*/
	opacity:1;
	text-decoration:none !important;
	font-weight:400;
	letter-spacing:0.6px;
	text-transform: capitalize;
	font-size: 1rem;
	font-size: 0.965rem;	
	text-shadow:0.1px 0;
	font-size: max(0.965rem, calc(0.8vw + 0.7vh));
	
	pdding:0 0.3rem !important;
	padding-right:0.14rem !important;
  text-tranform: uppercase;
  
  /*revlt*/
  	font-family: serif;
  font-size:16px;
  	letter-spacing:0px;
  	
  	
  	font-size:20px;
  	
}

.logo{
	text-shadow:1.9px 0;
		font-family: sans-serif;
	letter-spacing:1.9px;
	font-size:1.2rem;
	font-size: max(1.3rem, calc(1.5vw + 1.3vh));
}

.dropdown-menu a{
	color:black;
	color:white;
}

.ja{
appearance: none;
background-color: white;
box-shadow: none;
color: rgb(47, 59, 72);
color:black;
font-size: 14px;
font-stretch: 100%;
font-style: normal;
font-weight: 700;
line-height: 17px;
min-height: 51px;
opacity: 1;
outline-color: rgba(47, 59, 72,0);
padding:21px 23px;
border-radius:13px;
margin:4px 0px;
text-align:center;
text-transform: capitalize;
}

option {
text-transform: capitalize;
}

button,
html input[type="button"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

html {
	font-family: sans-serif;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
html,body {
	margin: 0;
	height:100%;
	background: white;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	margin: 0;
}

input {
	line-height: normal;
}

.contact ul  {
list-style: none;
}

.contact ul li {
font-size:1rem;
}

img {
	border-radius:10px;
	height: auto;
	max-width: 100%;
}

*{
	padding:0;
	margin:0;
}

.section {
	padding: 1.6rem 0 0; 
	margin:3rem 0 0;
}

p {
	color:#757575;
	color:rgb(78,78,78);
	margin: 0;
	font-size:1rem;
	letter-spacing: .00625rem;
	line-height: 1.125;
	text-align:left;
}

.information p{
	color:black;
}

.image_modal {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 1);
	z-index:15000;
}

a{
	font-weight:400;
	font-weight:600;
	cursor:pointer;
	text-decoration: underline !important;
	color:var(--acc); 
}

.contact div{
width:100%;
}

.filter_name{
font-size: 1rem;
text-transform: uppercase; 
margin:16px 0 19px;
color:lightgray;
}

.info{
color:#767676;
font-size: .875rem;
font-weight: 300;
letter-spacing: .00625rem;
line-height: 1.125rem;
}

.btn{
margin:3px 0 13px; 
border-radius:9px; 
background-color:#23f7dd; 
color:black;
border-width:0 0 0 0;
width:100%;
padding:14px 24px;
background:var(--acc); 
}


.item .content .name{
margin:13px 0 0;
}

.item .content .name a{
font-family: serif;
font-size:1.6rem;
line-height:1.16;
font-weight:300;
text-shadow:0 0;
color:black;
text-decoration:none !important;
margin:13px 0 0;
letter-spacing:0.3px;
}

.item .content .price {
color:rgb(117, 117, 117);
}

.dropdown-item {
	padding-left:0;
}

.description .model {
	margin:0px 0 3px;
}

#description{
	padding:3rem 0;
}

.information p{
font-size:1.8rem;
}

#slider{
display: flex;  
background-color:#e6e8e2; 
margin:0;
width: 100%; 
height: 100%; 
overflow: hidden;
}

.con{
padding:26% 0; 
margin:0 auto;
position:relative;
height:98%; 
width:100%; 
transition: all 1s;
flex: 0 0 100%;
display: flex; 
align-items: center; 
}

.description .spc {
color:black;
margin:10px 0 17px;
}

.description .warranty{
	margin:-1rem 0 0.4rem;
	color:black;
}

.description .model a{
	text-decoration:none !important;
}

.description .name{
	color:rgb(76, 90, 90);
	letter-spacing:-0.1px;
	font-size:3rem;
	line-height:2.79rem;
	font-family: sans-serif;
	text-shadow:0px 0;
	letter-spacing:0.4px;
	padding:7px 0 0;
}

.description .price{
	font-weight: 600;
	display:inline-block;
	color:black;
	letter-spacing:1.9px;
	font-size:6rem;
	text-shadow:0px 0;
	font-family: serif;
	letter-spacing: 4.9px;
	text-shadow: 1px 0;
	letter-spacing:3px;
	padding:0;	
}

.slides {
	list-style: none;
	margin-top: 15px;
	width: 100%;
	display: flex;
	flex-flow: column wrap;
	height:100%;
}

.gallery .slides > img {
	height: auto;
	max-width: 100%;
	cursor:pointer;
}

.main-image {
	overflow: hidden;
	position: relative;
	padding: 0;
	margin:0 0 16px;
}

#main_image  {
height: auto;
max-width: 100%;
width: 100%;
}

.gallery .slides > img {
	position: relative;
	width:48%;
	margin: 0px 4px 3px -3px;
	padding: 0 2px 0 3px;
}

.thumbnails{
	margin:0 6px;
	position: absolute;
	top:0;
	width: 20%;
	display: block;
	padding: 0;
	oerflow: hidden;
	height: 95%;
}

.footer{
	background:#1d1d1d;
	background:#e4e4e4;
	background:rgb(204, 204, 204);
	bckground-color:#f2f2f2;
	bckground:#f0f0f0;
background:var(--background);
	color:white;
}

.contact-link{
	/*color: black;*/
	display: block;
	margin-bottom: 4px;
	font-weight: 400;
	font-size:1.2rem;
}

#message_wrapper.overlay {
  overflow-y: scroll !important;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9100;
  /*top: 7%;*/
   top: 0%;
  /*margin:0 auto;*/
  background: rgba(0,0,0,0);
  background: rgba(245, 245, 245,0.8);
    background: rgba(0, 0, 0,0.4);
}

#message_window {
	display: none;
	z-index: 200;
	wdth: 99%;
	border-radius:6px;
	border:0px solid gray;
	margin:0px auto;
	background-color:rgba(0,0,0,0);
	position:fixed;
	right:0;
	top:0;
	bottom:0;
  overflow-y:auto;
}

#message_wrapper.overlay #message_window {
  display: block;
}

.contact input[type=text]:focus, 
.contact textarea:focus, .contact input[type=email]:focus {
  bckground-color: #e3e5e7;
  color:black;
}

.contact input[type=text], .contact input[type=email], .contact textarea,  .contact select {
	background-color:white;
	outline: none;
	resize: none;
	appearance: none;
	border-radius: 0px;
	font-size:  1rem;
	font-weight: 400;
	letter-spacing: 0px;
	border: 1.8px solid rgba(49, 49, 49, 0.6); 
	border-width:0 0 3px;
	padding: 0vw 0; 
	color:black;
	margin:0px 0 4px;  /*2px*/
	width:99%;
}

.contact label{
	margin:4px 0 0px; 
	padding:0;
	color:black;
	font-size:0.9rem;
	color:rgb(115, 115, 115);
}

.contact textarea{
	border-radius: 6px;
	border: 2px solid rgba(128, 128, 128,0.6); 
	margin:0px 0 9px; 
}

.contact input:invalid {
  border: 1.9px solid rgba(255,0,0,0.6); 
  border-width:0 0 3px;
}

.contact ::placeholder {
opacity:1;
font-weight: 400;
letter-spacing: 0.6px;
font-size: 1rem; 
color:black;
color: #747474;
font-size: 14px;
font-weight: 400;
letter-spacing: 0.3px;
}

.contact input[type=submit]{
	border-radius: 16px;
	cursor: pointer;
	padding:13px 0;
	margin:10px 0 0; 
	color:black;
	border:1px solid #23f7dd; 
	background-color:#23f7dd;
	margin:13px 0;  
	background:var(--acc); 
	border:1px solid var(--acc); 
}



.exchange input[type=text]:focus, 
.exchange textarea:focus, .exchange input[type=email]:focus {
  background-color: #e3e5e7;
  color:rgb(51, 51, 51);
}

.exchange input[type=text], .exchange input[type=email], .exchange textarea {
	background-color:white;
	outline: none;
	resize: none;
	border-radius: 4px;
	font-size:  1rem;
	font-weight: 400;
	letter-spacing: 0px;
	border: 1.8px solid rgb(149, 149, 149); 
	padding: 0.2rem 0; 
	color:black;
	color:rgb(51, 51, 51);
	margin:0; 
	width:99%;
}

.exchange label{
	margin:0;
	padding:0;
	color:black;
}

.exchange textarea{
	border-radius: 6px;
	border: 1.8px solid rgb(162, 198, 176); 
	margin:0 0 6px;
}

.exchange input:invalid {
  border: 1.8px solid red; 
}

.exchange ::placeholder {
opacity:1;
font-weight: 400;
letter-spacing: 0.6px;
font-size: 1rem; 
color:white;
}

.exchange input[type=submit]{
	border-radius: 16px;
	cursor: pointer;
	padding:10px 0;
	margin:10px 0 0; 
	color:gray;
	border:1px solid #23f7dd; 
	background-color:#23f7dd; 
}

.slides6{
 white-space: nowrap;
 overflow: auto;
 padding: 10px;
}

.slides6 .slide{
 height:80px;
}

td {
  border-bottom: 1px solid #cccccc;
  padding:7px 0 18px; /*13px*/
}
