/* Core Styles */

html { margin-top: 0 !important; }

body {
	background-color: #fff;
}

body.woocommerce-checkout, body.woocommerce-account {
	background-color: #f5f5f5;
}


/* Hide admin bar */
#wpadminbar { display: none; }


/* Placeholder Text Colour */
::-webkit-input-placeholder { /* WebKit, Blink, Edge */

	font-family: "Asap",helvetica,arial,sans-serif;
	font-weight: 400;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */

	opacity:  1;
	font-family: "Asap",helvetica,arial,sans-serif;
	font-weight: 400;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */

	opacity:  1;
	font-family: "Asap",helvetica,arial,sans-serif;
	font-weight: 400;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */

	font-family: "Asap",helvetica,arial,sans-serif;
	font-weight: 400;
}

:focus::-webkit-input-placeholder { color: #fff; }
:focus:-moz-placeholder:focus { color: #fff; }
:focus::-moz-placeholder:focus { color: #fff !important; }
:focus:-ms-input-placeholder:focus { color: #fff; }

/* Header */
#mobile-checkout, #mobile-search {
	display: none;
}

#header {
	width: 100%;
	background-color: #15151b;
	top: 0;
	z-index: 9000;
}

.sub-links-wrap {
	height: 45px;
	padding-top: 6px;
	background: url(../images/divider.png) #1b1b23 repeat-x;
	font-family: 'Asap', helvetica, arial, sans-serif;
	font-size: 0.9em;
	font-weight: 500;
	letter-spacing: 0.01em;
}

.sub-links {
	max-width: 1200px;
	margin: 0 auto;
	color: #929294;
	text-transform: uppercase;
	padding-top: 10px;
}

.sub-links a {
	color: #fff;
	display: inline-block;
	margin: 0 0 0 8px;
	text-decoration: none;
}

.sub-links a:hover {
	text-decoration: underline;
}

.currency {
	float: left;
	max-width: 25%;
}

.my-account {
	float: right;
	max-width: 75%;
}

/* Currency Select */

.currency-wrap {
	background-color: #fff;
	border-top: 10px solid #dd2c3a;
	border-bottom: 10px solid #dd2c3a;
	padding: 15px 35px 15px 25px;
	position: absolute;
	text-transform: none;
	font-weight: 400;
	text-decoration: none;
	z-index: 9990;
	display: none;
	margin: 0; 
	top: 45px;
	
}

.currency-select {
	margin: 0;
	padding: 0;
}

.currency-select li {
	margin: 8px 0;
}

.currency-select a {
	color: #1b1b23;
	font-weight: normal;
	display: inline-block;
	margin-left: 0;
}

.currency-select a:hover {
	text-decoration: underline !important;
}

.currency-select a span {
	display: inline-block;
	padding-left: 25px;
}

.currency-wrap span.arrow {
	display: block;
	width: 0; 
	height: 0; 
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 15px solid #dd2c3a;
	position: absolute;
	top: -15px;
	left: 50%;
	margin-left: -15px;
}

#change-currency {
	margin: 0;
	color: #929294;
	padding-left: 25px;
	font-weight: normal;
}


.gbp { background: url(../images/flags/gb.gif) 0 3px no-repeat; }
.eur { background: url(../images/flags/eu.gif) 0 3px no-repeat; }
.krw { background: url(../images/flags/kr.gif) 0 3px no-repeat; }
.usd { background: url(../images/flags/us.gif) 0 3px no-repeat; }
.aud { background: url(../images/flags/au.gif) 0 3px no-repeat; }
.sgd { background: url(../images/flags/sg.gif) 0 3px no-repeat; }
.twd { background: url(../images/flags/tw.gif) 0 3px no-repeat; }
.thb { background: url(../images/flags/th.gif) 0 3px no-repeat; }

/* Header - Main Content */

.header-wrap {
	max-width: 1200px;
	margin: 0 auto;
	height: 150px;
	background-color: #15151b;
}

#logo {
	display: inline-block;
	float: left;
	margin: 30px 0;
}

#logo a {
	background: url(../images/logo.png) no-repeat;
    background-image: url(../images/logo.svg), none;
	background-repeat: no-repeat;
	background-color: #15151b;
	display: block;
	width: 295px;
	height: 34px;
	background-size: contain;
	text-indent: -9999px;
	overflow: hidden;
}

form.search {
	float: right;
	border: none;
	padding: 0;
	margin: 30px 0 0 0;
	background-color: #fff;
}

form.search-focus {
	border: none;
}

form.search input {
	border: 0 !important;
	max-width: 250px;
	min-width: 250px;
	margin: 1px 0 0 10px;
	font-family: 'Asap', helvetica, arial, sans-serif;
	font-size: 0.9em !important;
	font-weight: 500 !important;
	box-sizing: border-box;
	box-shadow: none;
	background: none;
	padding: 3.5% 2% !important;
}

form.search input:focus {
	background: none;
}

form.search button {
	width: 22px;
	box-shadow: none;
	background: url(../images/search.png);
	background-image: url(../images/search.svg), none;
	background-repeat: no-repeat;
	background-color: #fff;
	background-size: contain;
	background-position: 0 8px;
	border: 0;
	padding: 0;
	text-indent: -9999px;
	float: right;
	margin: 0 7px 0;
}	

/* Checkout */

.checkout-wrap {
	display: inline-block;
	float: right;
	font-family: 'Asap', helvetica, arial, sans-serif;
	font-size: 1.1em;
	font-weight: 700;
	text-transform: uppercase;
	color: #868689;
	margin-top: 16px;
}

.checkout-wrap .checkout {
	color: #dd2c3a;
	text-decoration: none;
	display: inline-block;
	margin-left: 8px;
}

.checkout-wrap > span {
	cursor: pointer;
}

.checkout-wrap > span:hover, .checkout-wrap .checkout:hover {
	color: #fff;
}

/* Mini Cart */

.mini-cart {
	background-color: #fff;
	border-top: 10px solid #dd2c3a;
	border-bottom: 10px solid #dd2c3a;
	padding: 5px 25px 0;
	position: absolute;
	right: 0;
	top: 143px;
	text-transform: none;
	font-weight: 400;
	text-decoration: none;
	z-index: 9990;
	display: none;
}

.mini-cart span.arrow {
	display: block;
	width: 0; 
	height: 0; 
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 15px solid #dd2c3a;
	position: absolute;
	top: -15px;
	right:120px;
	margin-left: -15px;
}

.mini-cart a {
	text-decoration: none;
	color: #5a5a60;
}

.mini-cart a.button {
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 0.9em;
	box-shadow: none;
	border-radius: 2px;
	opacity: 1;
}

.mini-cart a.button:hover {
	background-color: #f3ab2b;
}

.mini-cart .cart_list li {
	float: none !important;
	padding: 0.5em 0 1em 0;
}

.mini-cart .cart_list .quantity {
	padding-top: 6px;
}

.mini-cart .cart_list img {
	margin: 10px 0 0 10px;
}

.mini-cart .cart_list a.remove {
	display: inline-block;
	margin-left: -7px;
	overflow: hidden;
	position: relative;
	top: 5px;
}

.mini-cart .cart_list a.remove::before {
	color: #dd2c3a;
}

.mini-cart p.total {
	clear: both;
	padding-top: 10px;
}


/* Content */

.content-wrap {
	max-width: 1200px;
	margin: 0 auto;
}

/* Footer */

#subscribe-wrap {
	padding: 50px 0 40px;
	background: url(../images/divider.png) #dd2c3a 0 100% repeat-x;
}

#subscribe {
	max-width: 1200px;
	margin: 0 auto;
}

#subscribe h4 {
	font-family: 'Archer SSm A', 'Archer SSm B', georgia, times new roman, serif;
	font-style: normal;
	font-weight: 600;
	color: #fff;
	text-align: center;
	margin: 0 0 20px 0;
	font-size: 2em;
}

.subscribe-form {
	width: 50%;
	margin: 0 auto;
}

.subscribe-form input[type="text"] {
	width: 75%;
	padding: 2%;
	color: #2f292a;
	font-family: 'Asap', helvetica, arial, sans-serif;
	font-size: 1.1em;
	font-weight: 500;
	border: 0;
	margin: 0;
	display: inline-block;
	float: left;
	box-shadow: none;
}

.subscribe-form input[type="text"]:focus {
	background-color: #fff;
	padding: 2%;
}

.subscribe-form button {
	width: 25%;
	background-color: #1b1b23;
	text-align: center;
	padding: 2% 0;
	border: 0;
	margin: 0;
	font-size: 1.2em;
	line-height: 20px;
	font-weight: 700;
	font-family: 'Asap', helvetica, arial, sans-serif;
	color: #fff;
	text-transform: uppercase;
	float: left;
	box-shadow: none;
}

.subscribe-form button:hover {
	background-color: #1b1b23;
	opacity: 1;
}

.subscribe-form p {
	clear: both;
	text-align: right;
	color: #dea6ab;
	font-family: 'Asap', helvetica, arial, sans-serif;
	padding-top: 10px;
}

.subscribe-form p small {
	font-size: 0.8em;
}

#footer-wrap {
	background-color: #1b1b23;
	padding: 50px 0;
}

#footer {
	max-width: 1200px;
	margin: 0 auto;
}

#footer .footer-left {
	width: 60%;
	float: left;
}

#footer .footer-left ul {
	float: left;
	width: auto;
	margin: 0 45px 0 0;
	padding: 0;
}

#footer .footer-left ul li {
	list-style-type: none;
	margin-bottom: 10px;
}

#footer .footer-left h5 {
	color: #929294;
	text-transform: uppercase;
	font-family: 'Asap', helvetica, arial, sans-serif;
	font-size: 0.9em;
	letter-spacing: 0.1em;
	font-weight: 500;
	margin-bottom: 15px;
}

#footer .footer-left a {
	color: #fff;
	text-decoration: none;
	font-family: 'Asap', helvetica, arial, sans-serif;
	font-size: 1em;	
	font-weight: 400;
}

#footer .footer-left a:hover {
	color: #f3ab2b;
}

#footer .footer-right {
	width: 40%;
	float: right;
	text-align: right;
}

#footer .footer-right .contact span.tel,
#footer .footer-right .contact span.intl-tel {
	display: inline-block;
	font-size: 2.5em;
	font-family: 'Asap', helvetica, arial, sans-serif;
	font-weight: 500;
	color: #fff;
	margin-bottom: 10px;
	background: url(../images/icons/tel.png) no-repeat;
	padding-left: 30px;
	height: 23px;
}

#footer .footer-right .contact span.intl-tel {
	display: block;
	background: none;
	font-size: 1.1em;
	text-transform: uppercase;
	padding-left: 0;
}

#footer .contact a {
	color: #fff;
	text-decoration: none;
}

#footer .footer-right .social {
	margin: 22px 0 25px;
}

#footer .footer-right .social li {
	list-style-type: none;
	display: inline-block;
	width: 40px;
	height: 41px;
	margin-left: 7px;
	overflow: hidden;
}

#footer .footer-right .social li a {
	display: block;
	width: 40px;
	height: 41px;
	text-indent: 9999px;
	color: #1b1b23;
	word-wrap: normal;
}

#footer .footer-right .social .instagram {
	background: url(../images/icons/instagram.png) no-repeat;
	background-image: url(../images/icons/instagram.svg), none;
	background-repeat: no-repeat;
	background-color: #1b1b23;
}

#footer .footer-right .social .facebook {
	background: url(../images/icons/facebook.png) no-repeat;
	background-image: url(../images/icons/facebook.svg), none;
	background-repeat: no-repeat;
	background-color: #1b1b23;
}

#footer .footer-right .social .twitter {
	background: url(../images/icons/twitter.png) no-repeat;
	background-image: url(../images/icons/twitter.svg), none;
	background-repeat: no-repeat;
	background-color: #1b1b23;
}

#footer .footer-right .social .pinterest {
	background: url(../images/icons/pinterest.png) no-repeat;
	background-image: url(../images/icons/pinterest.svg), none;
	background-repeat: no-repeat;
	background-color: #1b1b23;
}

#footer .supplementary {
	clear: both;
	margin-top: 25px;
	padding-top: 25px;
	border-top: 10px solid #272732;
	color: #837d7f;
	font-family: 'Asap', helvetica, arial, sans-serif;
	font-weight: 500;
	font-size: 0.9em;
}

#footer .supplementary p {
	margin: 0;
	line-height: 1.4em;
}

#footer .supplementary p a {
	color: #fff;
	font-weight: 400;
}

#footer .supplementary .payment {
	clear: right;
	float: right;
	width: 384px;
	height: 31px;
	background: url(../images/icons/payment.png) no-repeat;
	text-indent: -9999px;
	display: block;
	max-width: 95%;
	background-size: contain;
}