﻿body{
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0;
	padding: 0;
	font-family: Arial;
	background-color: #2c3e50;
	color: black;
	background-size: cover;
}
.black{
	top: 0;
	position: fixed;
	background-color: rgba(0,0,0,0.4);
	width: 100%;
	height: 100%;
}
#logoMenu{
	position: absolute;
	top: 0;
	left: 50px;
	width: 50px;
}
.a{
	text-decoration: none;
	color: white;
	margin-right: 50px;
}
.a:hover{
	text-decoration: underline;
}
.lang{
	text-decoration: none;
	color: black;
	background: #fff;
	border-radius: 10px;
	padding: 5px;
	margin-right: 50px;
}
.lang:hover{
	text-decoration: underline;
}
h1{
	font-size: 45pt;
	margin-top: 0;
	margin-bottom: 10px;
}
h2{
	font-weight: normal;
	font-size: 22pt;
	margin-top: 0;
	margin-bottom: 10px;
}
table{
	border-spacing: calc(100vw/8 - 950px/8) 0px;
	margin-left: auto; 
	margin-right: auto; 
}
td{
	box-shadow: 10px 10px 20px rgba(0,0,0,0.6);
	width: 200px;
	height: 329px;
	padding: 0;
	background-color: white;
	empty-cells: hide;
}
iframe{

	margin-bottom: 20px;
}
.foto{
	position: relative;
	width: 200px;
	height: 200px;
	margin: 0;
	padding: 0;
}
.title{
	padding-left: 10px;
	line-height: 40px;
	height: 40px;
	font-size: 20px;
	font-weight: bold;
	text-align: justify;
}
.more{
	padding-left: 10px;
	font-size: 18px;
	height: 30px;
	cursor: pointer;
}
.detail-status{
	padding-left: 10px;
	font-size: 14px;
}
.more:hover{
	text-decoration: underline;
	text-decoration-style: 2px;

}
.buy{
	line-height: 55px;
	color: white;
	height: 55px;
	text-align: center;
	font-weight: bold;
	font-size: 19px;
	background-color: rgb(156, 207, 50);
	white-space: pre;
}
.i{
	margin-top: 0;
	width: auto;
	min-width: 1200px;
	text-align: justify;
}
#c{
	color: white;
	min-width: 1200px;
	background-color: rgba(0,0,0,0.4);
	margin-top: 70px;
	padding: 50px;
	padding-bottom: 10px;
}
h3{
	font-size: 18px;
	font-weight: normal;
	margin-top: 10px;
}
h4{
	text-align: center; 
	margin: 20px 0px 10px 0; 
}
#showImg{
	width: 500px; 
	height: 500px;
	position: fixed;
	top: calc(50vh - 250px);
	left: calc(50vw - 250px);
	background-color: white;
	display: none;
}
#showMore{
	width: 800px; 
	height: 500px;
	position: fixed;
	top: calc(50vh - 250px);
	left: calc(50vw - 400px);
	background-color: white;
	display: none;
	border-radius: 8px;
}
#m1{
	color: #555;
	position: absolute;
	font-size: 22px;
	line-height: 30px;
	font-weight: bold;
	top: 40px;
	left: 40px;
	
}
#m2{
	position: absolute;
	top: 70px;
	left: 40px;
	width: 200px;
}
#m3{
	color: #555;
	position: absolute;
	width: 500px;
	top: 40px;
	right: 40px;
	height: 420px;
	line-height: 20px;
	font-size: 14px;
}
.cm{
	width: 40px;
	height: 40px;
	margin-left: 20px;
}
.form{
	border-radius: 8px;
	color: #818b92;
	position: fixed;
	left: calc(50% - 310px);
	top: calc(50% - 259px);
	width: 620px;
	height: 470px;
	background-color: white;
	font-size: 14px;
	padding: 15px;
	display: none;
}
.cartBody{
	height: auto;
}
.text{
	width: 160px;
	border: 1px solid #ccc;
	height: 20px;
    padding: 4px 6px;
    font-size: 14px;
    line-height: 20px;
    color: #555;
    border-radius: 4px;
}
.float{
	float: left;
	clear: none;
	margin: 0 0 10px;
	padding: 0 10px;
}
p{
	margin: 0 0 10px;
	padding: 0 10px;
	clear: both;
}
label{
	display: block;
	line-height: 20px;
}
textarea{
	width: 570px;
	background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 40px;
    margin: 0px 0px 10px;
}
select{
	width: 220px;
    background-color: #fff;
    border: 1px solid #ccc;
    height: 30px;
    line-height: 30px;
    border-radius: 4px;
    color: #555;
    padding: 4px 6px;
    margin-bottom: 10px;
    font-size: 14px;
    display: inline-block;
}
.submit{
	width: 600px;
	height: 64px;
	text-align: center;
	line-height: 64px;
}
.b{
	color: #fff;
	border: 1px solid #cccccc;
	line-height: 18px;
	border-radius: 4px;
	background-color: rgb(156, 207, 50);
	width: 155px;
    height: 34px;
    padding: 7px 19px 7px 19px ;
    margin: 15px;
    cursor: pointer;
}
.b:hover{
	background-color: rgb(136, 187, 30);
}
.prodName{
	font-weight: bold;
	color: black;
	text-align: center;
	margin: 5px;
	margin-bottom: 20px;
	font-size: 16px;
}
.cartList{
	margin-top: 10px;
	text-align: left;
	margin-left: 50px;
}
.redText{
	color: red;
}
.greenText{
	color: rgb(156, 207, 50);
}
#b2text{
	position: absolute; 
	top: 100px; 
	font-style: italic; 
	width: 290px; 
	font-size: 20px; 
	font-weight: 700; 
	right: 60px;
	/*right: calc(50vw - 550px);*/
	text-align: right;
}
.b2{
	position: absolute;
	outline: none;
	width: 320px;
	height: 43px;
	border: none;
	border-radius: 50px;
	color: white;
	border-color: white;
	font-size: 18px;
	font-weight: bold;
	background-color: rgb(255,0,192);
	box-shadow: inset 0px 5px 7px 0px rgba(255, 255, 255, 0.8),
                inset 0px -5px 5px 0px rgba(0, 0, 0, 0.6);
	}
@media all and (max-width: 1200px) {
    .b2{
        left: 780px;
    }
    #b2text{
    	left: 780px;
    }
    table{
    	border-spacing: 30px 0px;
    }
}
.b2:hover{
	border-color: white;
	font-size: 18px;
	font-weight: bold;
	background-color: rgb(255,0,192);
	box-shadow: inset 0px 6px 7px 0px rgba(255, 255, 255, 0.7),
                inset 0px -5px 5px 0px rgba(0, 0, 0, 0.5);
}
.b2:active{
	color: rgb(245, 245, 245);
	background-color: rgb(235,0,172);
	box-shadow: inset 0px 5px 5px 0px rgba(0, 0, 0, 0.4),
                inset 0px -5px 5px 0px rgba(0, 0, 0, 0.2);
}
#spec{
	background-color: rgb(161,59,204);
}
#menu{
	position: fixed;
	top: 0;
	width: 100%;
	min-width: 850px;
	background-color: rgba(0,0,0,0.4);
	font-size: 26px;
	padding: 9px;

	text-align: right;
}
img[alt='cart'] {
	height: 25px;
	vertical-align: middle; 
}
.text {
	padding: 10px;
	height: 25px;
}
