@font-face {
    font-family: 'Roboto Cn';
    src: url('../fonts/Roboto-Condensed.eot');
    src: url('../fonts/Roboto-Condensed.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Condensed.woff2') format('woff2'),
        url('../fonts/Roboto-Condensed.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
	background: #DEDFE1;
	padding-top: 10px;
	font-family:  "Roboto Cn"  ,  Microsoft JhengHei  ;
	font-size: 12px;
	color: #333;
}

.top-wrapper {
	background: url("../images/index_top1.jpg");
}

.lang-bar {
	padding-top: 30px;
	padding-right: 10px;
	font-size: 11px;
}

.lang-bar a {
	color: #333;
}

.highlight {
	background: black;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 5px;
}

.highlight img {
	
}

.navbar-dark .navbar-nav .nav-link {
	color: white !important;
	
}
.navbar-dark .navbar-nav .nav-link a:hover {
	text-decoration: underline;
}

footer {
	background-image: url("../images/bottom_bg.jpg");
	background-position: center center;
	background-size: cover;
	padding-top: 10px ;
}

@media (min-width: 800px){
	#main_contents {
		font-size: 16px;
		text-align: justify;
	}
	.qty {
		width: 33%;
		position: relative;
		float: left;
	}
}

@media (max-width: 769px){
	.qty {
		width: 35px;
		position: relative;
		float: left;
	}
}

.text-white {
	color: white;
}

footer a1 {
	color: #960;
}

#main_contents h3 {
  margin-top: 5%;
/*   margin-left: -2.8%; */
  display: block;
  width: 95%;
  border-left: 5px solid #960;
  color: #960;
  font-size: 18px;
  font-weight: bold;
  padding-left: 15px;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: left;
}

#main_contents h3.main-heading {
    margin-top: 5%;
    border-left: 5px solid #960;
    color: #960;
    font-size: 18px;
    font-weight: bold;
    padding-left: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: left;
}

#main_contents p {
	font-size: 16px;
	text-align: justify;
}

#main_contents {
	background-image:url("../images/temp_bg.png"); 
	background-repeat:no-repeat; 
	background-size: cover;
	
	min-height: 400px;
}

.bottom-wrapper {
	font-size: 10px;
  text-align: right;
  vertical-align: bottom;
  background-color: #F2F2F2;
  padding: 10px;
  border-top: 4px solid #C6B886;
}

#fold li input:checked + p6 {
    display: block;
}

#top_newsbar {
	padding: 15px;
    background: #FDFAE3;
    background: -prefix-linear-gradient(left, #F9EFCA, #FDFAE3 10%, #FDFAE3 90%, #F9EFCA);
    background: linear-gradient(to right, #F9EFCA, #FDFAE3 10%, #FDFAE3 90%, #F9EFCA);
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

#top_newsbar1 {
	padding:15px;
	height:40px;
	overflow:hidden;
	line-height:1.5;
	text-align: justify;
}

.products img {
	padding: 10px;
}

.products {
	margin-bottom: 20px;
}

.product_details {
	font-size: 16px;
}

.price {
	font-size: 20px;
	font-weight: bold;
}

.spacing-20 {
	height: 20px;
}

.spacing-40 {
	height: 40px;
}

.padding-10 {
	padding: 10px;
}

.margin-10 {
	margin: 10px;
}

.cart-list td, .cart-list th {
	font-size: 16px !important;
}


		
#fold {
	list-style-type:none;
			}
		
#fold li input {
	opacity: 0;
			}
#fold li input + p6 {
	display: none;
			}
#fold li input:checked + p6 {
	display: block;
			}


/* The Modal (background) */
.modal {
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.7);
    /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #2e2e2e;
    margin: 5% auto;
    /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    /* Could be more or less, depending on screen size */
	text-align: right;
}

/* The Close Button */
.close {
    padding-right: 5%;
    color: #aaa;
    float: right;
    font-size: 4rem;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: rgb(253, 253, 253);
    text-decoration: none;
    cursor: pointer;
}
