/*
Author: Louis & Tong Tong
First created: 21 Oct 2016
File: style.css
*/
@import url('https://fonts.googleapis.com/css?family=Rajdhani');
@import url('https://fonts.googleapis.com/css?family=Gruppo');
/* DEFAULT COLORS
	BUTTON HOVER      : #DC9F9F
	BUTTON BACKGROUND : #2F2F2F 
	BACKGROUND        : #E9CFDA
*/

/* CSS DIRECTORY
	01. =GLOBAL
	02. =ADMIN PANEL
	03. =NAVBAR
	04. =FOOTER
	05. =MAILING LIST
	06. =SCROLL TO TOP
	07. =LOGIN/REGISTER/FORGET PW
	08. =INDEX
	09. =CLOTHES
	10. =SALES
	11. =SHOPPING CART
	12. =PLACE ORDER
	13. =MY ACCOUNT
	14. =TRACK ORDER
	15. =ORDER COMPLETE
	16. =CONTACT US
	
*/

/************************************************************************************
=GLOBAL
*************************************************************************************/
#targetanchor {
	color: #56BF82;
	display: block;
	position: relative;
	top: -80px;
}
.error {
	padding-left: 25px;
	font-size: 16px;
	color: #DC9F9F;
	font-weight: 600;
}
#annoucement {
	text-transform: uppercase;
}
hr {
	border: 0;
	height: 1px;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.50), rgba(0, 0, 0, 0));
}
body {
	margin: 0px;
	padding: 0px;
	font-family: 'Rajdhani', sans-serif;
	font-size: 20px;
}
h1, h2, h3 > .title {
	font-family: 'Gruppo', cursive;
	text-transform: uppercase;
	padding-top: 20px;
	text-align: center;
	display: block;
}
#main_container {
	width: 90%;
	margin: auto;
	min-width: 1000px;
}
h1 {
	margin: 0;
	padding: 20px;
}
.container-banner {
	margin-bottom: 0px;
	min-width: 1000px;
	background-color: #FFFFFF;
}
.container-steps {
	margin-bottom: 0px;
	min-width: 1000px;
	background-color: #E9CFDA;
	padding-bottom: 15px;
}
.container-content {
	word-wrap: break-word;
	min-height: 300px;
	min-width: 1000px;
}
.img-hover:hover {
	opacity: 0.8;
	padding: 0;
	margin: 0;
}
.button-default {
	background: #2F2F2F;
	border: none;
	padding: 10px 25px 10px 25px;
	color: #FFF;
	box-shadow: 1px 1px 5px #B6B6B6;
	border-radius: 5px;
	text-shadow: 1px 1px 1px #9E3F3F;
	cursor: pointer;
	width: 100%;
	display: block;
	text-transform: capitalize;
}
.button-default:hover, .button-default:focus {
	background: #DC9F9F;
}
.button-default:active {
	outline: none;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
}
/**********************************************************************************
=ADMIN PANEL
*************************************************************************************/
.admin-panel {
	padding: 0;
	margin: 0;
	width: 100%;
	min-width: 1000px;
	position: fixed;
	top: 0;
	z-index: 1;
	background-color: white;
}
.admin-panel .admin-left {
	width: 90%;
	height: 30px;
	float: left;
	text-align: right;
	box-shadow: 0px 6px 6px -6px rgba(0, 0, 0, 0.5);
}
.admin-panel .admin-left > a {
	text-decoration: none;
	padding: 0;
	color: black;
	font-size: 14px;
}
.admin-panel .admin-left > a:hover {
	font-weight: 600;
}
.admin-panel .admin-cart {
	float: left;
	width: 10%;
	height: 30px;
	background-color: black;
	padding: 0;
	text-align: center;
	box-shadow: 0px 6px 6px -6px rgba(0, 0, 0, 0.5);
}
.admin-panel .admin-cart > a {
	color: white;
	font-size: 18px;
	font-weight: 600;
	text-decoration: none;
}
.admin-panel .admin-cart > a:hover {
	font-size: 18px;
	font-weight: 100;
}
/************************************************************************************
=NAVBAR
*************************************************************************************/
.nav-bar {
	margin-top: 40px;
	text-align: center;
	background-color: transparent;
	padding: 5px;
	min-width: 1000px;
	font-size: 20px;
	clear: both;/*box-shadow: 0px 7px 6px -6px rgba(0, 0, 0, 0.5);*/
}
.nav-bar ul li {
	display: inline-block;
	width: 150px;
	text-transform: uppercase;
}
.nav-bar ul li a {
	color: #000000;
	text-decoration: none;
}
.nav-bar ul li a:hover {
	opacity: 0.6;
}
.nav-bar > .brand-logo {
/*	float: left;
	left: 5%;
	position: absolute;*/
}
.active {
	color: #BC708F !important;
	font-weight: 600;
}
.active-cart {
	color: #FD9AC2 !important;
	font-weight: 600;
}
/************************************************************************************
=FOOTER
*************************************************************************************/
footer {
	color: black;
	font-size: 16px;
	min-width: 1000px;
	padding-top: 20px;
	clear: both;
}
footer > .copyright {
	font-size: 12px;
	color: #5C5C5C;
	padding: 10px;
	background-color: #E9CFDA; /*#133140*/
	text-align: center;
}
footer > .sitemap {
	padding: 1px 3%;
	color: #000000;
	background-color: #E9CFDA;
	text-align: center;
}
footer > .sitemap > ul {
	display: inline-block;
	vertical-align: text-top;
}
footer > .sitemap > ul > .header {
	font-weight: 600;
	font-size: 20px;
	padding-bottom: 10px;
	font-family: 'Gruppo', cursive;
}
footer > .sitemap > ul > li {
	list-style: none;
	text-transform: uppercase;
}
footer > .sitemap > ul > li > a {
	color: #000000;
	text-decoration: none;
}
footer > .sitemap > ul > li > a:hover {
	opacity: 0.6;
}
footer > .sitemap > .sitemap-social {
	padding-top: 10px;
}
footer > .sitemap > .sitemap-social > a {
	color: #000000;
	padding: 0 10px;
}
footer > .sitemap > .sitemap-social > a:hover {
	opacity: 0.6;
}
/************************************************************************************
=MAILING LIST
*************************************************************************************/
.subscript-form input[type="text"], .subscript-form input[type="email"], .subscript-form textarea, .subscript-form select {
	border: 1px solid #DADADA;
	color: #888;
	height: 30px;
	margin-top: 10px;
	outline: 0 none;
	padding: 3px 3px 3px 5px;
	width: 200px;
	font-size: 12px;
	line-height: 15px;
	box-shadow: inset 0px 1px 4px #ECECEC;
}
.subscript-button {
	background: #2F2F2F;
	border: none;
	padding: 10px 25px 10px 5px;
	color: #FFF;
	box-shadow: 1px 1px 5px #B6B6B6;
	border-radius: 5px;
	text-shadow: 1px 1px 1px #9E3F3F;
	cursor: pointer;
	padding-right: 25px;
}
.subscript-button:hover {
	background: #DC9F9F;
}
.subscript-button:active {
	outline: none;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
}
#subemail input {
	text-indent: 25px;
}
.inside-sub {
	position: absolute;
	text-indent: 5px;
	margin-top: 20px;
	margin-left: 5px;
}
/************************************************************************************
=SCROLL TO TOP
*************************************************************************************/
#return-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.7);
	width: 50px;
	height: 50px;
	text-decoration: none;
	border-radius: 35px;
	display: none;
	transition: all 0.3s ease;
}
#return-to-top i {
	color: #fff;
	margin: 0;
	position: relative;
	left: 16px;
	top: 13px;
	font-size: 19px;
	transition: all 0.3s ease;
}
#return-to-top:hover {
	background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
	color: #fff;
	top: 5px;
}
/************************************************************************
=LOGIN/REGISTER/FORGET PW
*************************************************************************/
.inside {
	position: absolute;
	text-indent: 5px;
	margin-top: 10px;
	margin-left: 5px;
}

/*REGISTER SUCCESS*/
#register-completed {
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), 0 0 4px rgba(0, 0, 0, 0.2);
	width: 400px;
	margin: 50px auto;
	padding: 10px;
}
#register-completed a {
	text-decoration: none;
	text-align: center;
}
#register-completed .register-completed-content {
	padding: 20px;
}
/************************************************************************
=INDEX
************************************************************************/
h4.index-title {
	text-align: center;
	background-color: #E9CFDA;
	padding: 20px;
	margin: 0;
}
.pink {
	color: #f76d78;
	font-size: 22px;
	font-weight: 600;
}
.container-index-left {
	float: left;
	background-color: #FFFFFF;
	width: 49%;
	min-height: 604px;
	/*	border:dashed #000000 3px;*/
	margin-top: 20px;
}
.container-index-right {
	float: right;
	background-color: #FFFFFF;
	width: 49%;
	min-height: 604px;
	/*	border:dashed #000000 3px;*/
	margin-top: 20px;
}
/************************************************************************
=CLOTHES
************************************************************************/
.container-clothes-panel {
	min-height: 10px;
	text-align: center;
	text-transform: uppercase;
	width: 80%;
	min-width: 1000px;
	margin: 0 auto;
}
.container-clothes-panel .category {
	float: left;
	width: 75%;
	min-height: 10px;
}
.container-clothes-panel .filter {
	float: left;
	width: 25%;
	min-height: 10px;
}
#radioinputs a {
	padding: 0 10px;
	color: #2F2F2F;
	text-decoration: none;
}
#radioinputs a:hover {
	color: #BC708F;
	font-weight: 600;
	cursor: pointer;
}

.container-clothes-display {
	margin: 20px auto;
	width: 80%;
	min-width: 1000px;
}
.container-clothes-display .item {
	float: left;
	margin: 5px;
	margin-top: 20px;
	width: 24%;
	min-height: 400px;
}
.container-clothes-display .item > .img {
	margin: 0 auto;
	background-color: #FFFFFF;
	width: 219px;
	height: 313px;
}
.container-clothes-display .item > .action {
	text-align: left;
	height: 80px;
}
.container-clothes-display .item > .action > p.title {
	text-transform: uppercase;
	padding-left: 10px;
	font-size: 14px;
}
.container-clothes-display .item > .action > p > span.price {
	text-transform: uppercase;
	font-size: 16px;
}
.container-clothes-display .item > .action a {
	background: #2F2F2F;
	border: none;
	padding: 4px 6px;
	color: #FFF;
	box-shadow: 1px 1px 5px #B6B6B6;
	border-radius: 10px;
	cursor: pointer;
	outline: none;
	float: right;
	margin-right: 5px;
}
.container-clothes-display .item > .action a:hover {
	background: #DC9F9F;
}
.container-clothes-display .item > .action a:active {
	outline: none;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
}
/************************************************************************
=SALES
************************************************************************/
.container-clothes-display > .sales-item {
	float: left;
	margin: 5px;
	margin-top: 20px;
	width: 49%;
	min-height: 400px;
	background-color: #FFFFFF;
}
.container-clothes-display > .sales-item > .img {
	margin: 0 auto;
	background-color: #FFFFFF;
}

.container-clothes-display > .sales-item > .action {
	text-align: left;
}
.container-clothes-display > .sales-item > .action > p.title {
	text-transform: uppercase;
	font-size: 14px;
	margin-left: 20px;
}
.oprice {
	text-transform: uppercase;
	font-size: 14px;
	text-decoration: line-through;
	color: #323232;
}
.discountprice {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 600;
	color: #C56767;
}
.container-clothes-display > .sales-item .addtocart-button {
	background: #2F2F2F;
	border: none;
	padding: 15px;
	color: #FFF;
	box-shadow: 1px 1px 5px #B6B6B6;
	border-radius: 10px;
	cursor: pointer;
	outline: none;
	float: right;
	margin-right: 20px;
}
.container-clothes-display > .sales-item .addtocart-button:hover {
	background: #DC9F9F;
}
.container-clothes-display > .sales-item .addtocart-button:active {
	outline: none;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
}
/************************************************************************
=SHOPPING CART
************************************************************************/
.cart-progress {
	font-size: 16px;
	color: white;
}
#cart-panel {
	width: 100%;
	margin-top: 20px;
	float: left;
	min-height: 300px;
	margin-bottom: 20px;
}
#cart-action {
	width: 90%;
	margin: 0 auto;
}
.container-steps > h2 .white {
	color: white;
	font-size: 38px;
}
#cart-panel #cart-action .cart-button {
	text-decoration: none;
	color: #FFF !important;
	background: #2F2F2F;
	border: none;
	padding: 3px;
	box-shadow: 1px 1px 5px #B6B6B6;
	border-radius: 10px;
	cursor: pointer;
	outline: none;
	display: inline-block;
	text-align: center;
	margin-top: 60px;
}
#cart-panel #cart-action .cart-button {
}
#cart-panel #cart-action .cart-button:hover {
	background: #DC9F9F;
}
#cart-panel #cart-action .cart-button:active {
	outline: none;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
}
/*table*/
.table-item_pic img {
	height: 60%;
	width: 98%;
}
.table-item_pic2 img {
	height:200px;
	padding:0;
	margin:0;
}
.table-item_info {
	padding:0;

}
.table-item_info p {
	margin: 0;
	font-weight: 600;
	text-transform:uppercase;
}
.table-item_remove a {
	color: #2F2F2F;
	font-size: 28px;
	text-align:left;
}
.table-item_remove a:hover {
	cursor: pointer;
	color: #DC9F9F;
}
/** NEW TABLE **/
table.cartSection {
	display: table;
	width: 100%;
}
table.cartSection thead, table.cartSection tbody {
	float: left;
	width: 100%;
}
table.cartSection tbody {
	overflow: auto;
	max-height: 650px;
}
table.cartSection tr {
	width: 100%;
	display: table;
	text-align: left;
}
table.cartSection td {
	vertical-align: top;
}
table.cartSection th {
	background-color: #DC9F9F;
	color: white;
}
/************************************************************************
=PLACE ORDER
************************************************************************/
.cart-panel {
	float: right;
	width: 39%;
	min-height: 400px;
	margin-top: 10px;
}
.cart-content {
	padding: 20px;
}
.radio-payment input[type="radio"] {
	display: none;
}
.radio-payment label {
	display: inline-block;
	background-color: #2F2F2F;
	padding: 4px 11px;
	color: white;
	height: 70px;
	width: 70px;
	font-size: 12px;
	text-align: center;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.radio-payment label:hover {
	font-weight: 600;
	cursor: pointer;
	background: #646464;
}
.radio-payment input[type="radio"]:checked + label {
	background-color: #DC9F9F;
}
table#placeorder {
	text-align: center;
}
table#placeorder th {
	background-color: #EFDCE4;
	padding: 5px;
}
table#placeorder td {
	border-bottom: dotted 2px #EFDCE4;
}
.summarycharges {
	text-align: right !important;
	display: compact;
	margin-top: 30px;
}
.summarytotal {
	background-color: #EFDCE4;
	display: block;
}
.radio-star input[type="radio"] {
	display: none;
}
.radio-star label {
	display: inline-block;
	background-color: #DCB4C4;
	padding: 10px 13px;
	color: white;
	height: 30px;
	width: 30px;
	font-size: 12px;
	text-align: center;
	margin: 5px;
}
.radio-star label:hover {
	font-weight: 600;
	cursor: pointer;
	background: #646464;
}
.radio-star input[type="radio"]:checked + label {
	background-color: #DC9F9F;
}
#form-placeorder {
	width: 50%;
	margin: 10px auto;
	float: left;
	min-width: 500px;
}
.inputLabel {
	padding: 20px;
	padding-bottom: 0;
	font-weight: 600;
	margin: 0;
}
#form-placeorder .tooltip {
	font-size: 16px;
}
#form-placeorder label > a {
	color: #FFF;
	box-shadow: 1px 1px 5px #B6B6B6;
	border-radius: 5px;
	text-shadow: 1px 1px 1px #9E3F3F;
	background: #2F2F2F;
	text-decoration: none;
	padding: 6px;
	font-size: 14px;
}
#form-placeorder label > a:hover, #form-placeorder label > a:focus {
	background: #DC9F9F;
}
#form-placeorder label > a:active {
	outline: none;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
}
fieldset {
	border: 0;
	padding: 0 auto;
	margin: 0;
}
.inputs {
	text-align: left;
}

.inputs select {
	width: 99.3%;
}
.inputs input:focus {
	background-color: #fff;
	border-color: #F1BDED;
	outline: none;
	box-shadow: 0 0 0 1px #e8c291 inset;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
 margin: 0;
}
input[disabled] {
	opacity: 0.5;
}
/************************************************************************
=MY ACCOUNT
************************************************************************/
#member-panel {
	width: 100%;
	margin-top: 20px;
	float: left;
}
#member-panel > .points-container {
	width: 50%;
	float: left;
}
#member-panel > .track-container {
	width: 50%;
	float: left;
}
#member-panel .points {
	padding: 20px;
}
/*PURCHASE HISTORY*/
#history-panel {
	width: 100%;
	margin-top: 20px;
	float: left;
	min-height: 300px;
	margin-bottom: 20px;
}
/** TRANSACTION HISTORY **/
table.tableSection {
	display: table;
	width: 100%;
}
table.tableSection thead, table.tableSection tbody {
	float: left;
	width: 100%;
}
table.tableSection tbody {
	overflow: auto;
	height: 200px;
}
table.tableSection tr {
	width: 100%;
	display: table;
	text-align: left;
}
table.tableSection td {
	width: 33%;
	padding-left: 10px;
}
table.tableSection th {
	width: 33%;
	background-color: #DC9F9F;
	color: white;
}

/** TRACK ORDER **/
#inputs-track input {
	padding: 15px 15px 15px 30px;
	margin: 0 0 10px 0;
	width: 85%;
	border: 1px solid #ccc;
	border-radius: 5px;
	box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
	text-indent: 20px;
}
#inputs-track input:focus {
	background-color: #fff;
	border-color: #F1BDED;
	outline: none;
	box-shadow: 0 0 0 1px #e8c291 inset;
}
/************************************************************************
=TRACK ORDER
************************************************************************/
#table-trackorder {
	width: 70%;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}
#table-trackorder td {
	vertical-align: top;
	padding-top: 30px;
}
#table-trackorder .table-item_pic {
	width: 20%;
}
#table-trackorder .table-item_pic img {
	height: 140px;
	width: 100px;
	margin: 0 auto;
	display: block;
}
#table-trackorder .table-item_info {
	text-transform:uppercase;
	width: 60%;
}
#table-trackorder .table-item_info p {
	margin: 0;
	font-weight: 600;
}
#table-trackorder .table-item_price {
	width: 20%;
}

table a {
	color:#CE7979;
}

table a:hover {
	font-weight: 600;
}

/************************************************************************
=ORDER COMPLETE
************************************************************************/
#order-completed {
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), 0 0 4px rgba(0, 0, 0, 0.2);
	width: 400px;
	margin: 100px auto;
	padding: 20px;
}
#order-completed a {
	text-decoration: none;
	text-align: center;
}
a.orderclick {
	color: #CE7979;
	text-decoration: underline !important;
}
a.orderclick:hover {
	opacity: .7;
}

/************************************************************************
=CONTACT US
************************************************************************/
#container-map img {
	width: 50%;
	margin: 10px auto;
	float: left;
	background-color: #E1E1E1;
	min-height: 530px;
}
#form-contact {
	width: 50%;
	margin: 10px auto;
	float: left;
	min-width: 500px;
}
#form-contact .content {
	padding: 20px;
}
fieldset {
	border: 0;
	padding: 0 auto;
	margin: 0;
}
#inputs {
	text-align: left;
}
#inputs input {
	padding: 15px 15px 15px 30px;
	margin: 0 0 10px 0;
	width: 40%;
	border: 1px solid #ccc;
	border-radius: 5px;
	box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
}
#inputs textarea {
	padding: 15px 15px 15px 30px;
	margin: 0 0 10px 0;
	width: 88%;
	border: 1px solid #ccc;
	border-radius: 5px;
	box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
	resize: none;
}
#inputs input:focus {
	background-color: #fff;
	border-color: #F1BDED;
	outline: none;
	box-shadow: 0 0 0 1px #e8c291 inset;
}
#inputs textarea:focus {
	background-color: #fff;
	border-color: #F1BDED;
	outline: none;
	box-shadow: 0 0 0 1px #e8c291 inset;
}