/* ----- CSS written by MOHAMMED IDRIS ------------------------ */

@charset "utf-8";
/* ------- Fonts CSS ------------------- */
/*@import url('https://fonts.googleapis.com/css?family=Karla:400,700&display=swap');*/
@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700&display=swap');
/* ------- Fonts CSS ------------------- */
 
*{
	margin:0;
	padding:0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
html{ 
	margin: 0 !important;
	height:100%;
	-webkit-text-size-adjust:none;
	font-size:62.5%;
}
body{
	overflow-x: hidden;
	max-width: 100%;
	font-size: 1.5rem;
	color: #000000;
	height:100%;
	background: #fff;
	font-family: 'Poppins', sans-serif;
	font-weight: normal;
	position: relative;
	transition: 0.4s ease-in-out;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
}
a{
	text-decoration:none;
	outline:none;
	color:#000000;
	transition: 0.4s ease-in-out;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	cursor: pointer;
}
a:hover{
	color: #444;
	text-decoration:none;
}
a:focus{
	outline: none;
	text-decoration:none;
}
.btn.btn-search:focus {
    background: #ec7a5c;
    color: #ffffff;
}
/* common css */
img{
	padding:0;
	margin:0;
	max-width:100%;
	border:none;
	vertical-align:middle;
}
h1, h2, h3, h4, h5, h6{
	font-weight:bold;
	margin:0;
	padding:0;
	display:block;
}
p{
	font-weight:normal;
	margin:0;
	padding:0;
	display:block;
	line-height:24px;
}
ul, ul li, ol, ol li{
	padding:0;
	margin:0;
	list-style:none;
}
h1{
	font-size: 40px;
}
h2{
	font-size: 32px;
}
.btn {
	font-weight: 500;
	border: none;
	padding: 10px 20px;
	border-radius: 0;
	font-size: 1.6rem;
}
.btn:focus{
	box-shadow:none;
}
button:focus {
     outline: 0;
}
.btn-teal {
	background: #ec7a5c;
	color: #FFF;
}
.btn-teal:hover, .btn-teal:focus{
	background:#000;
	color:#FFF;
}
.btn-gray {
	background: #f0f0f0;
}
.btn-gray:hover, .btn-gray:focus {
	background: #eee;
}
.yui-overlay {
	display: none;
}
select{
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	border-radius:0;
	font-size:1.4rem;
}
select::-ms-expand {
    display: none;
}
select option{
	line-height:20px;
}
input, input.form-control, .form-control {
	border-radius:0;
	font-size:1.4rem;
}
.alert-danger {
	color: #e40f23;
}
/* ------- Back to Top ---------------------------------- */
.back-to-top {
	background: rgba(0,0,0,0.8);
	width: 4rem;
	height: 4rem;
	display: flex;
	color: #FFF;
	align-items: center;
	justify-content: center;
	font-size: 1.6rem;
	position: fixed;
	bottom: 6.5rem;
	right: 1rem;
	z-index: 99;
	border-radius: 2px;
}
.back-to-top:hover, .back-to-top:focus {
	background: rgba(0,0,0,1);
	color:#FFF;
}
.needed_star {
	color: red !important;
}
/* ------- Back to Top ---------------------------------- */


/* ------- Header ---------------------------------------- */
/* --- Top Bar ---------- */
.top-bar {
	padding: 8px 0;
	background: #EEE;
	color: #FFF;
	font-size: 1.3rem;
}
.space-left {
	display: flex;
	align-items: center;
}
.space-left a, .space-left span {
	display: flex;
	margin-right: 2rem;
	color: #000;
}
.space-left strong {
	font-weight: 400;
}
.space-left a i, .space-left span i {
	margin-right: 5px;
	position: relative;
	top: 1px;
}
.space-right a {
	color: #000;
	margin-left: 2rem;
}
/* --- Top Bar ---------- */
header.header-store {
	background: rgba(0, 0, 0, 0.9);
	position: fixed;
	z-index: 101;
	top: 0;
	left: 0;
	right: 0;
	padding: 0;
	max-width: 100%;
	transition: 0.4s ease-in-out;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
}
.header-store .container{
	position:relative;
}
/* --- Navbar ---------- */
.navbar {
	padding: 0;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}
.navbar-brand {
	margin-right: 40px;
}
.navbar-brand img {
	max-height: 29px;
}
.navbar-nav {
	width: 100%;
	margin: auto;
}
.navbar-nav > li {
	position:relative;
	transition: 0.4s ease-in-out;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
}
.navbar-nav > li > a {
	color: #FFF;
	padding: 1rem 1.2rem;
	font-weight: 500;
	font-size: 14px;
	display:inline-block;
}
.navbar-nav > li:hover > a, .navbar-nav > li:focus > a, .navbar-nav > li.active > a{
	color:#EC7A5C;
}
.navbar-nav > li.menu-level-1:hover > a, .navbar-nav > li.menu-level-1:focus > a, .navbar-nav > li.menu-level-1.active > a{
	background:#ec7a5c;
	color: #FFF;
}
.navbar-nav > li > a i{
	font-size:1rem;
}
.nav-dropdown-menu.multi-level {
	position: absolute;
	background: #ec7a5c;
	width: 200px;
	top: 100%;
	padding: 0.5rem 0;
	transition: 0.4s ease-in-out;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	z-index: 9;
	display:none;
}
.nav-dropdown-menu.multi-level > li {
	display: flex;
	position:relative;
}
.nav-dropdown-menu.multi-level > li > a {
	color: #FFF;
	flex: 0 0 100%;
	max-width: 100%;
	padding: 1.2rem 2rem 1rem;
	font-size: 1.3rem;
}
.nav-dropdown-menu.multi-level > li > a:hover, .nav-dropdown-menu.multi-level > li > a:focus{
	background:#000;
}
.sub-dropdown.nav-dropdown-menu {
	position: absolute;
	left: 100%;
	background: #222;
	top: 0;
	width: 200px;
	transition: 0.4s ease-in-out;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	display: none;
	box-shadow: 2px 2px 0 rgba(0,0,0,0.1);
	-webkit-box-shadow: 2px 2px 0 rgba(0,0,0,0.1);
}
.sub-dropdown.nav-dropdown-menu > li {
	display: flex;
	flex-wrap: wrap;
}
.sub-dropdown.nav-dropdown-menu > li > a {
	color: #FFF;
	flex: 0 0 100%;
	max-width: 100%;
	padding: 1.2rem 2rem 1rem;
	font-size: 1.3rem;
}
.sub-dropdown.nav-dropdown-menu > li > a:hover, .sub-dropdown.nav-dropdown-menu > li > a:focus{
	background:#000;
	color:#FFF;
}
.nav-dropdown-menu.multi-level-4 {
	position: absolute;
	left: 100%;
	background: #FFF;
	top: 0;
	width: 200px;
	transition: 0.4s ease-in-out;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	display: none;
	box-shadow: 2px 2px 0 rgba(0,0,0,0.1);
	-webkit-box-shadow: 2px 2px 0 rgba(0,0,0,0.1);
	z-index: 9;
}
.nav-dropdown-menu.multi-level-4 > li {
	display: flex;
	flex-wrap: wrap;
}
.nav-dropdown-menu.multi-level-4 > li > a {
	color: #000;
	flex: 0 0 100%;
	max-width: 100%;
	padding: 1.2rem 2rem 1rem;
	font-size: 1.3rem;
}
.nav-dropdown-menu.multi-level-4 > li > a:hover, .nav-dropdown-menu.multi-level-4 > li > a:focus {
	background: #EC7A5C;
	color: #FFF;
}
.menu-header {
    background: #ec7a5c;
    padding: 15px 30px 15px 15px ;
}
.menu-header a {
    display: flex;
    align-items: center;
    font-size: 1.8rem;
    color: #FFF !important;
    flex-wrap: wrap;
}
.menu-header a i.spk-icon.spk-icon-user-account {
    margin-right: 1rem;
    font-size: 3rem;
}
/* --- Navbar ---------- */

/* --- Search Product ---------- */
.search-form-wraper {
	/*display: none;*/
}
.search-form-inner {
	position: fixed;
	left: 0;
	right: 0;
	padding: 1rem 2rem;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 13rem;
	background: #FFF;
	z-index: 10;
	border-bottom: solid 1px #DDD;
}
.search-form-wraper .search-inner {
	display: flex;
	flex: 0 0 500px;
	max-width: 100%;
}
.search-form-wraper .form-control {
	background: transparent;
	border: none;
	flex: 0 0 auto;
	border-bottom: solid 1px #000;
	border-radius: 0;
	font-size: 2.4rem;
	color: #000;
	padding: 0.8rem 0;
}
.search-form-wraper .form-control:focus {
	box-shadow: none;
}
.search-form-wraper .form-control::placeholder {
	color:#888;
}
.btn.btn-search {
	background: transparent;
	border-bottom: solid 1px #000;
	border-radius: 0;
	font-size: 3rem;
	padding: 0;
	color: #666;
}
.close-search-wrapper {
	position: absolute;
	right: 30px;
	top: 10px;
	font-size: 3rem;
	color: #666;
	cursor: pointer;
}

.ac_results {
	background: #fff;
	z-index: 101;
	padding: 10px;
	border: solid 1px #eee;
}
.ac_results ul li {
    border-bottom: solid 1px #eee;
    padding: 5px 0px;
    cursor: pointer;

}
.ac_results ul li:hover{
	color: #EC7A5C;
}
.ac_results li:last-child {
    border-bottom: none;
}
/* --- Search Product ---------- */

.login-icon-list {
	display: flex;
	height: 100%;
}
.login-icon-list li {
	margin-left: 1.3rem;
	display: flex;
	color:#FFF;
}
.login-icon-list li:last-child {
	margin-left: 2.2rem;
}
.login-icon-list li a {
	color: #FFF;
	padding: 0 1rem;
	font-weight: 500;
	font-size: 1.4rem;
	height: 100%;
	display: flex;
	align-items: center;
	transition: 0s ease-in-out;
	-webkit-transition: 0s ease-in-out;
	-moz-transition: 0s ease-in-out;
	-ms-transition: 0s ease-in-out;
	-o-transition: 0s ease-in-out;
}
.search-form-btn i {
	font-size: 1.8rem;
}
.addedQuantity {
	position: relative;
	top: 2px;
	margin-left: 0.5rem;
}
#basket-amount {
	font-size: 1.8rem;
}
.login-icon-list li:last-child a {
	padding: 0 4rem;
	background: #EC7A5C;
}
.cart-view i {
	margin-right: 0.8rem;
	font-size:2rem;
	
}

/*------- Header ---------------------------------------- */


/*------- Home Banner ---------------------------------------- */
.carousel-custom .carousel-item.item-1 {
	background: url(../images/banner4.jpg?v=1.0) no-repeat;
	background-position: center right;
	background-size: cover;
}
.carousel-custom .carousel-item.item-2 {
	background: url(../images/banner5.jpg?v=1.0) no-repeat;
	background-position: center right;
	background-size: cover;
}
.carousel-custom .carousel-caption {
	text-align: left;
	top: 50%;
	bottom: auto;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	left: 10%;
	right: 10%;
}
.carousel-custom .carousel-caption h2 {
	font-size: 60px;
	color: #000;
	line-height: 80px;
	margin: 0px;
	padding: 0;
	text-align: left;
	font-weight: 700;
}
.carousel-custom .carousel-caption .btn.btn-banner {
	margin: 40px 0 0;
	font-size: 16px;
	padding: 12px 24px;
	background: #FFF;
	font-weight: 500;
	color:#000;
	box-shadow: 0px 0px 24px #ddd;
}
.carousel-custom .carousel-caption .btn.btn-banner:hover, .carousel-custom .carousel-caption .btn.btn-banner:focus {
	color:#FFF;
}
.carousel-custom .carousel-caption .btn.btn-banner:hover, .carousel-custom .carousel-caption .btn.btn-banner:focus {
	background: #000;
}
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}
.carousel-control-next, .carousel-control-prev {
	top: 0;
	width: 60px;
	opacity: 1;
	height: 60px;
	margin: auto;
	background: #ec7a5c;
}
.carousel-indicators {
	z-index: 5;
}
.owl-item .item {
	max-width: 100%;
	display: block;
}
.owl-carousel .owl-item .item img {
	max-width: 400px;
}
/*------- Home Banner ---------------------------------------- */


/*------- Cart Slide ---------------------------------------- */
.cart-widget-slide {
	position: absolute;
	top: calc(100% + 15px);
	right: 10px;
	width: 340px;
	padding: 0;
	display: block;
	background-color: #ffffff;
	border: 1px solid #eee;
	z-index: 0;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	visibility: hidden;
	box-shadow: 2px 2px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: 2px 2px 0px rgba(0,0,0,0.1);
	height: auto;
	opacity:0;
}
.cart-widget-slide:after, .cart-widget-slide:before {
	bottom: 100%;
	left: 90%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.cart-widget-slide:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 10px;
	margin-left: -10px;
}
.cart-widget-slide:before {
	border-color: rgba(238, 238, 238, 0);
	border-bottom-color: #eee;
	border-width: 11px;
	margin-left: -11px;
}
.nbs-cart-opened .cart-widget-slide {
	visibility: visible;
	opacity:1;
}
.cart-widget-slide .cart-widget-heading {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0px;
	padding: 20px;
	background-color: #ec7a5c;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: .6px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	display: -webkit-flex;
	-webkit-align-items: center;
	-webkit-flex-wrap: wrap;
	-webkit-flex-direction: row;
	-webkit-justify-content: space-between;
	display: -ms-flex;
	-ms-align-items: center;
	-ms-flex-wrap: wrap;
	-ms-flex-direction: row;
	-ms-justify-content: space-between;
}
.cart-widget-title {
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	color: #fff;
	margin: 0;
	position: relative;
	padding: 0;
}
.cart-widget-close {
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
	font-size: 12px;
	line-height: 35px;
	position: relative;
	cursor: pointer;
	padding-right: 21px;
	color: #fff;
}
.cart-widget-close::after, .cart-widget-close::before {
	content: " ";
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -1px;
	width: 15px;
	height: 2px;
	display: inline-block;
	background-color: #fff;
	-webkit-transition: background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out;
	-moz-transition: background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out;
	-o-transition: background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out;
	transition: background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-o-transform: rotate(0);
	-ms-transform: rotate(0);
	-sand-transform: rotate(0);
	transform: rotate(0);
}
.cart-widget-close:hover::before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-sand-transform: rotate(45deg);
	transform: rotate(45deg);
}
.cart-widget-close:hover::after {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-sand-transform: rotate(-45deg);
}
.cart-widget-close:hover, .cart-widget-close:focus {
	color: #fff;
	text-decoration: none;
}
.cart-widget-slide .cart-widget-body {
	width: 100%;
	margin: 0;
	padding: 0 15px;
	background: #fff;
	-webkit-overflow-scrolling: touch !important;
	-webkit-overflow-scrolling-y: touch;
	max-height: 50vh;
}
.cart-widget-slide .cart-widget-body.item-true {
	overflow: auto;	
}
.emptycart {
	text-align: center;
	padding: 40px 0;
}
.cart-message span:first-child {
	display: block;
	font-size: 1.4rem;
	color: #777;
	font-weight: 500;
}
.cart-message span:nth-child(2) {
	font-size: 18px;
	display: block;
	color: #EC7A5C;
	font-weight: 500;
}
.cart-message span i {
	display: inline-block;
	color: #EC7A5C;
	font-size: 2.2rem;
	position: relative;
}
.cart-info {
	font-weight: 400;
	margin: 1rem 0;
	font-size: 1.2rem;
}
.cart-info span {
	color: #ec7a5c;
	font-size: 1.4rem;
}
.product-list {
	display: flex;
	padding-bottom: 1rem;
	border-bottom: solid 1px #eee;
	margin-bottom: 1rem;
}
.product-list .cart-item {
	flex: 0 0 80px;
	margin-right: 1rem;
}
.product-info {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
	padding-right: 1rem;
}
.product-name {
	font-weight: 600;
}
.product-name a {
	color: #ec7a5c;
	font-size: 1.5rem;
}
.price-qty {
	font-size: 1.2rem;
	color: #333;
	margin-top: 0.5rem;
}
.item-ttl-price {
	font-size: 1.3rem;
	font-weight: 400;
	color: #333;
	margin-top: 0.5rem;
}
.item-ttl-price span {
	font-size: 1.4rem;
	font-weight: 600;
}
.cart-backdrop-slide {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0,0,0,0.4);
	z-index: 99;
}
.cart-widget-footer {
	position: relative;
	left: -1px;
	right: -1px;
	background: #eee;
	bottom: -1px;
	width: calc(100% + 2px);
}
.product-subtotal {
	padding: 1rem 2rem 0.5rem 2rem;
	font-weight: 500;
	display: flex;
	justify-content: space-between;
	font-size: 1.4rem;
}
.product-subtotal .cart-subtotal {
	margin-left: auto;
}
.cart-widget-footer .btn.btn-teal {
	width: 100%;
	color: #FFF;
	text-transform: uppercase;
	font-size: 1.4rem;
}
.cart-delete a {
	color: #666;
	font-size: 1.8rem;
	margin-top: 0.5rem;
	/* display: inline-block; */
	display:none;
}
/*------- Cart Slide ---------------------------------------- */

/*------- Featured Products ---------------------------------------- */
.section-wrapper {
	padding: 8rem 0;
}
.section-title {
	display: flex;
}
.section-title h3 {
	font-size: 2.4rem;
	margin-bottom: 4rem;
	position: relative;
	text-transform: uppercase;
	font-weight: 500;
}
.section-title h3::before {
	position: absolute;
	content: '';
	height: 0.3rem;
	width: 7rem;
	background: #ec7a5c;
	left: 0;
	bottom: -6px;
}

.item-img, .item-image {
	position: relative;
	margin-bottom: 1rem;
	overflow: hidden;
	text-align: center;
	cursor: pointer;
}
.item-image img, .item-img img {
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transition: 0.4s ease-in-out;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	max-height: 100%;
	margin: auto;
	width:100%;
}
.item-image::before {
	position: absolute;
	content: '';
	top: 20px;
	left: 20px;
	bottom: 20px;
	right: 20px;
	border-left: solid 1px #FFF;
	border-right: solid 1px #FFF;
	z-index: 8;
	transition: 0.4s ease-in-out;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transform: scale(1,0);
	-webkit-transform: scale(1,0);
	-moz-transform: scale(1,0);
	-ms-transform: scale(1,0);
	-o-transform: scale(1,0);
}
.item-image::after {
	position: absolute;
	content: '';
	top: 20px;
	left: 20px;
	bottom: 20px;
	right: 20px;
	border-top: solid 1px #FFF;
	border-bottom: solid 1px #FFF;
	z-index: 8;
	transition: 0.4s ease-in-out;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transform: scale(0,1);
	-webkit-transform: scale(0,1);
	-moz-transform: scale(0,1);
	-ms-transform: scale(0,1);
	-o-transform: scale(0,1);
}
.item-detail div {
	font-size: 1.2rem;
	color: #666;
}
.item-detail div.categoryStars {
	color: #f9bd2b;
}
.item-detail .item-title {
	font-size: 1.6rem;
	margin-bottom: 0.6rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: 500;
}
.item-detail div.item-cost {
	font-size: 1.4rem;
	color: #000;
}
.item-title a:hover {
	color: #000;
}
.item-detail {
	padding: 0 2rem 1rem;
}
.item-overlay {
	background: rgba(0,0,0,0.4);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	transition: 0.4s ease-in-out;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	z-index:7;
}
.slider .item-overlay{
	display:none;
}
.item-image:hover::after, .item-image:hover::before{
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
}
.item-img:hover img, .item-image:hover img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
}
.item-image:hover .item-overlay /*, .item-img:hover .item-overlay*/ {
	opacity: 1;
}
.item-detail h4 {
	color: #ec7a5c;
	font-size: 1.4rem;
	margin-bottom: 0.5rem;
}
.item-dtl-action {
	font-weight: 400;
	margin-top: 0.5rem;
}
.owl-item .item {
	border: solid 1px #eee;
	margin: 0 5px;
}
.owl-buttons > div {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ec7a5c;
	color: #FFF;
	margin: auto;
}
.owl-buttons .owl-prev {
	left: -15px;
}
.owl-buttons .owl-next {
	right: -15px;
}
.badges {
	position: absolute;
	z-index: 1;
	padding: 2px 10px;
	background: #ec7a5c;
	color: #FFF;
	font-size: 1.2rem;
	right: 15px;
	top: 0px;
	font-weight: 500;
}
 .carousels>.item{ display: inline-block; max-width: 400px;}
/*------- Featured Products ---------------------------------------- */


/*------- Footer ---------------------------------------- */
footer {
	padding: 0;
	background: #000;
	color: #FFF;
}
.Useful {
	display: flex;
	align-items: center;
}
.Useful li {
	padding: 0.6rem 0;
	margin-right: 2.5rem;
	font-size: 1.3rem;
}
.Useful li i {
	position: relative;
	top: -2px;
	margin-right: 1rem;
}
.Useful li a {
	color: #FFF;
	font-size: 1.3rem;
}
.copyright {
	display: flex;
	align-items: center;
	height: 34px;
	justify-content: flex-end;
	font-size: 1.3rem;
}
.newsleter-container {
	background: #333;
	padding-top: 2rem;
	padding-bottom: 2rem;
	margin-bottom: 1rem;
}
.newsleter-container h3 {
	font-size: 2.2rem;
	margin-bottom: 0.5rem;
}
.newsleter-container p {
	margin-bottom: 2rem;
	font-size: 1.4rem;
}
#txtEmail {
	border: none;
	padding: 15px 15px;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 400px;
}
.newsletter-section {
	display: flex;
}
.newsleter-container .alert {
	max-width: 400px;
	margin: 0;
	border-radius: 0;
}
.footer-logo {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.logo-footer {
	max-width: 200px;
	max-height: 30px;
}
/*------- Footer ---------------------------------------- */


/*------- Product Listing ---------------------------------------- */
.item {
	border: solid 1px #eee;
	height: 100%;
}
.hide {
	display: none;
}
.quicklook, .hide {
	display: none;
}
.zooming {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 9;
	align-items: center;
	justify-content: center;
	opacity: 0;
	display: none;
}
.item-image:hover .zooming {
	display: flex;
	opacity: 1;
}
.quicklook_trigger.cart-btn {
	background: transparent;
	transition: 0.4s ease-in-out;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	cursor: pointer;
	border: none;
	color: #FFF;
	font-size: 3rem;
	width: 4.3rem;
	height: 4.3rem;
	outline: none;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}
.quicklook_trigger.cart-btn:hover {
	background: #ec7a5c;
}
/* --- Breadcrumb ----------------------- */
.breadcrumb {
	background: transparent;
	padding: 0;
	margin-bottom: 0;
}
.breadcrumb-main {
	display: flex;
	align-items: center;
	font-size: 1.2rem;
}
.breadcrumb-main li {
	position: relative;
}
.breadcrumb li span {
    margin: 0 1rem;
}
.breadcrumb-main li i {
    font-size: 0.9rem;
    color: #777;
}
.breadcrumb-main li a {
	font-weight: 500;
	color: #777;
}
/* --- Breadcrumb ----------------------- */
/* --- Filter Panel ----------------------- */
.product-filter {
	margin-right: 2.5rem;
	color: #ec7a5c;
	font-weight: 500;
	width: 70px;
}
.product-filter:hover, .product-filter:focus {
	color: #ec7a5c;
}
.filter-panel {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	background: #FFF;
	overflow: auto;
	z-index: 102;
	transition: 0.4s ease-in-out;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	width: 320px;
	max-width: 100%;
	padding: 3rem;
	transform: translate(0,0);
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
}
.filter-panel.filter-closed {
	transform: translate(-100%,0);
	-webkit-transform: translate(-100%,0);
	-moz-transform: translate(-100%,0);
	-ms-transform: translate(-100%,0);
	-o-transform: translate(-100%,0);
}
.filter-panel.filter-open {
transform: translate(0,0);
-webkit-transform: translate(0,0);
-moz-transform: translate(0,0);
-ms-transform: translate(0,0);
-o-transform: translate(0,0);
}
#page>.header-fixed ~ .main .filter-panel.filter-open{
transform: translate(0,0);
-webkit-transform: translate(0,0);
-moz-transform: translate(0,0);
-ms-transform: translate(0,0);
-o-transform: translate(0,0);
}
#page > .header-fixed ~ .main .filter-panel.filter-closed {
	transform: translate(-100%,0);
	-webkit-transform: translate(-100%,0);
	-moz-transform: translate(-100%,0);
	-ms-transform: translate(-100%,0);
	-o-transform: translate(-100%,0);
}
.filter-overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.5);
	z-index: 10;
	display:none;
}
.filter-overlay.overlay-open {
	display: block;
}
.left-filters, .shopByReview {
	display: none;
}
.filter.sidebar-block {
	padding-bottom: 1rem;
	margin-bottom: 1rem;
	border-bottom: solid 1px #eee;
	margin-top: 1rem;
}
.sidebar-block.filter .title {
	display: flex;
	font-size: 1.8rem;
	color: #ec7a5c;
	font-weight: 500;
}
.sidebar-inner ul li {
	display: flex;
	align-items: center;
	margin-bottom: 1rem;
	color: #666;
	font-size: 1.4rem;
}
.sidebar-inner ul li a{
	color: #666;
	margin-bottom: 5px;
}
.sidebar-inner ul li input {
	margin-right: 1rem;
}
.sidebar-inner ul li label {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
	display: flex;
	align-items: center;
}
.productCount {
	margin-left: auto;
	color: #666;
	background: #f4f4f4;
	padding: 0 0.6rem 0 0.4rem;
	justify-content: center;
	text-align: center;
}
.view-switch {
    display: flex;
    align-items: center;
}
.view-switch.vam a {
	display: inline-block !important;
	border: solid 1px #c2c2c2;
	color: #000;
	position: relative;
	margin-left: 5px;
}
.view-switch.vam a.active {
	border: solid 1px #ec7a5c;
}
.view-switch.vam a.list {
	width: 4.7rem;
	height: 2.3rem;
}
.view-switch.vam a.list::after {
	position: absolute;
	content: "";
	width: 37px;
	height: 15px;
	display: inline-block;
	background-image: linear-gradient(90deg,#c2c2c2 7px,#c2c2c2 0,#fff 0,#fff 0);
	background-image: -webkit-linear-gradient(left,#c2c2c2 7px,#c2c2c2 0,#fff 0,#fff 0);
	background-image: -o-linear-gradient(left,#c2c2c2 7px,#c2c2c2 7px,#fff 3px,#fff 3px);
	background-size: 10px 10px;
	top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    right: 0;
}
.view-switch.vam a.grid {
	width: 6.7rem;
	height: 2.3rem;
}
.view-switch.vam a.grid::after {
    position: absolute;
    content: "";
    width: 57px;
    height: 15px;
    display: inline-block;
    background-image: -webkit-linear-gradient(left,#c2c2c2 7px,#c2c2c2 0,#fff 0,#fff 0);
    background-image: -o-linear-gradient(left,#c2c2c2 7px,#c2c2c2 7px,#fff 3px,#fff 3px);
    background-image: linear-gradient(90deg,#c2c2c2 7px,#c2c2c2 0,#fff 0,#fff 0);
    background-size: 10px 10px;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    right: 0;
}
.view-switch.vam a.grid.active::after, .view-switch.vam a.list.active::after {
	background-image: -webkit-linear-gradient(left,#ec7a5c 7px,#ec7a5c 0,#fff 0,#fff 0);
	background-image: -o-linear-gradient(left,#ec7a5c 7px,#ec7a5c 7px,#fff 3px,#fff 3px);
	background-image: linear-gradient(90deg,#ec7a5c 7px,#ec7a5c 0,#fff 0,#fff 0);
}
.grid-count {
	font-size: 1.3rem;
	color: #333;
}
.filter-summary {
	display: flex;
	align-items: center;
	margin-bottom: 1rem;
	margin-top: 1rem;
}
.filter-summary span {
	background: #eee;
	padding: 0.5rem 1rem 0.3rem;
	font-size: 1.2rem;
	display: flex;
	align-items: center;
	border-radius: 0.3rem;
	margin-right: 0.6rem;
	margin-bottom: 0.6rem;
}
.filter-summary span a {
	color: #666;
}
.filter-summary span a i {
	margin-right: 0.5rem;
	position: relative;
	font-size: 1.4rem;
	top: 1px;
}
.list-pageination {
	margin-bottom: 5rem;
	margin-top: 2rem;
	font-weight: 500;
	font-size: 1.3rem;
	display: flex;
	align-items: center;
}
.pagination {
	margin-left: auto;
	align-items: center;
}
.pagination.next-prev-top {
	margin-left: 1.5rem;
	display: none;
}
.pagination a {
	margin-left: 0.4rem;
	background: #eee;
	color: #444;
	padding: 0.8rem 0 0.6rem;
	width: 34px;
	text-align: center;
}
.pagination a [class^="ti-"], .pagination a [class*=" ti-"] {
	font-size: 0.9em;
}
.pagination a:hover, .pagination a:focus, .pagination a.selected {
	background:#ec7a5c;
	color:#FFF;
}
.next-prev-top.pagination a.prev, .next-prev-top.pagination a.next {
	width: auto;
	padding: 0.5rem 1rem;
	font-size: 1.2rem;
	background: #000;
	color: #FFF;
}
.dropdown-menu.open.show .dropdown-menu.inner {
	display: block;
}
.dropdown-menu.inner li {
	padding: 0.8rem 1.6rem;
	font-size: 1.2rem;
}
.dropdown-menu.inner li:hover {
	background: #f4f4f4;
}
.dropdown-menu.inner li.selected {
	background: #eee;
}
.bootstrap-select.btn-group .dropdown-menu li a {
	width: 100%;
	display: block;
}
.bootstrap-select.btn-group .dropdown-menu li a:hover {
	color:#000;
}
.dropdown-toggle::after, .col-second .btn-group .btn::after {
	display: none;
}
.bs-caret span {
	font-size: 1.2rem;
}
.btn.dropdown-toggle, .dropup .dropdown-toggle{
	padding: 0.7rem 3rem 0.7rem 1.5rem;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
	margin-right: 0;
}
.sort.vam.top-sorting {
	margin-left: 2rem;
	font-size: 1.3rem;
	color: #333;
}
.top-sorting .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	width: 70px;
}
.top-sorting .dropdown-toggle{
	background:transparent;
}
.filter-option {
	color: #777;
	font-size: 1.4rem;
	position: relative;
}
.top-sorting .bs-caret {
	position: relative;
	top: -3px;
	color: #333;
}
.you-save {
	font-size: 1.3rem !important;
	border-bottom: none !important;
	margin-left: 1rem !important;
	padding: 8px 0 0;
	font-weight: 500;
}
.listing .you-save {
	position: absolute;
	background: #70b070;
	color: #FFF;
	padding: 4px 6px 2px;
	border-radius: 0;
	left: 15px;
	top: 0;
	font-size: 1.1rem !important;
	margin-left: 0 !important;
}
.preview-detail-panel .you-save {
	margin-left: 0 !important;
	padding: 10px 0 0;
}
.filter-close-btn {
	position: absolute;
		right: 1.7rem;
	top: 1rem;
	font-size: 2.2rem;
	cursor: pointer;
	color: #666;
}
.quicklook_tab-close {
	position: absolute;
	right: 20px;
	top: -46px;
	color: #FFF;
	font-size: 1.8rem;
	display: none;
}
.quicklook_tab-close:hover, .quicklook_tab-close:focus {
	color:#FFF;
}
.ui-dialog .ui-dialog-titlebar {
	padding: 15px 20px;
	background: #ec7a5c;
	color: #ffffff;
}
.ui-dialog .ui-dialog-title {
	font-weight: 500;
	font-size: 2rem;
}
/*.ui-dialog .ui-dialog-titlebar-close span {
	display: none !important;
}*/
.bootstrap-select .dropdown-toggle:focus {
	outline: none !important;
}
.ui-dialog {
	padding: 0 !important;
	border: none !important;
}
.ui-dialog .ui-dialog-content {
	border: none !important;
	padding: 15px;
	background-color: #fff !important;
	min-height: 100px !important;
	width: 100% !important;
}
.ui-dialog .ui-dialog-titlebar {
	border: none !important;
}
.ui-widget-content {
	background: transparent !important;
}
/* --- Filter Panel ----------------------- */
.quick-view-title {
	font-size: 2.8rem;
	font-weight: 600;
}
.list-price.line-through {
	color: #999;
	text-decoration: line-through;
}
#quicklook .you-save {
	margin-left: 0 !important;
}
.item-price .price {
	padding: 0 0 12px;
	border-bottom: 1px solid #eee;
	font-size: 1.8rem;
	font-weight: 600;
	color: #ec7a5c;
}
#quicklook_addToCart {
	display: inline-block;
}
#quicklook_viewItem {
	display: inline-block;
	margin-left: 1rem;
	font-size: 1.6rem;
}
#quicklook_itemprice .list-price, #quicklook_itemprice .price {
	width: auto !important;
}
#quicklook_itemprice {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	border-bottom: solid 1px #eee;
	padding-bottom: 1rem;
}
#quicklook_itemprice .list-price.line-through {
	line-height: 27px;
	position: relative;
	top: 3px;
	font-size: 1.3rem;
	margin-right: 5px;
}
#quicklook_itemprice.item-price .price {
	padding: 0;
	border-bottom: none;
	margin-bottom: 0;
}
/* ------- Product Listing ---------------------------------------- */


/* ------- Product Details ---------------------------------------- */
.popup #js-popup-body{
	    font-size: 1.6rem;
}
.popup #js-popup-button {
    text-align: center;
    width: 50%;
    margin: 0 auto;
    padding: 10px 0px;
}
.popup #js-popup-button a.popup_menuItem {
    border: 1px solid #000000;
    color: #ffffff;
    background-color: #000000;
    padding: 10px 0px;
}
.item-display-equal {
	padding-right: 7rem;
	margin-top: 3rem;
}
.details.item-display-equal {
	padding-right: 1.5rem;
}
.preview-detail-panel h2 {
	font-size: 4rem;
	font-weight: 700;
	margin-bottom: 1rem;
}
.preview-detail-panel h4 {
	font-size: 1.3rem;
	margin-bottom: 1rem;
	font-weight: 500;
}
.preview-detail-panel h4 span {
	color: #ec7a5c;
	font-size: 1.6rem;
	margin-left: 0.5rem;
}
.item-pricing-border-dark {
	border-bottom: solid 1px #eee;
	padding-bottom: 1rem;
	margin-bottom: 2rem;
}
.item-options a span {
	font-size: 1.4rem;
	color: #ec7a5c;
}
.item-price.price {
	font-size: 2.6rem;
	font-weight: 600;
	color: #ec7a5c;
}
.item-price.price .line-through {
	color: #999;
	font-size: 1.5rem;
	text-decoration: line-through;
	margin-right:7px;
}
.ui-tabs {
	border-bottom: solid 1px #eee;
}
.ui-tabs .ui-tabs-nav {
	background: transparent;
	border-bottom: 2px solid #EEE;
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	display: none;
}
.ui-tabs .ui-tabs-nav li {
	border-right: none;
}
.ui-tabs .ui-tabs-nav li a {
	padding: 10px 20px;
	display: inline-block;
	border: solid 2px #eee;
	border-bottom: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li a:hover {
	background: transparent;
	color: #000;
	font-weight: 500;
}
.ui-tabs .ui-tabs-panel {
	background: transparent;
	font-size: 1.3rem;
	color: #666;
	padding: 0rem 0 2rem;
}
.size-chart a {
	text-decoration: underline;
}
#quicklook_tabs.ui-tabs .ui-tabs-panel {
	padding-top: 1.5rem;
	border-top: solid 1px #eee;
	padding-bottom: 1.5rem;
	margin-top: 2rem;
}
.item-dropdown {
	margin-top: 2rem;
	display: flex;
	flex-wrap: wrap;
}
.item-dropdown label {
	flex: 0 0 100%;
	max-width: 100%;
	font-size: 1.4rem;
	font-weight: 600;
}
.item-dropdown span {
	width: 100%;
}
.item-dropdown span select {
	width: 15rem;
	height: 4rem;
	color: #666;
	padding: 0 1rem;
	max-width: 100%;
	-moz-appearance: none;
	-webkit-appearance: none;
	box-shadow: none;
	border: solid 1px #ddd;
	background: transparent url('../images/select-bg.png?v=1.0');
	background-repeat: no-repeat;
	background-position: center right 7px;
}
.item-qty {
	margin-top: 1.5rem;
	display: flex;
	flex-wrap: wrap;
}
.item-qty span {
	flex: 0 0 100%;
	max-width: 100%;
	font-weight: 600;
	font-size: 1.4rem;
	color:#666;
	padding-right: 10px;
}
.item-qty input {
	height: 4rem;
	border: solid 1px #ddd;
	padding: 1rem;
	width: 7rem;
	text-align: center;
}
.add-cart-btn {
	margin-top: 1rem;
}
.item-detail-wrapper {
	margin-bottom: 5rem;
	align-items:flex-start;
}
.section-also-like {
	margin-bottom: 7rem;
}
.item-display-equal .preview img {
	border: solid 1px #eee;
}
.large-view-btn {
	background: #EC7A5C;
	width: 3rem;
	height: 3rem;
	display: flex;
	line-height: 3rem;
	align-items: center;
	justify-content: center;
	font-size: 1.7rem;
	z-index: 4;
	position: absolute;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	top: 0;
	right: 7rem;
}
.large-view-btn:hover, .large-view-btn:focus {
	background: #000;
	color: #FFF;
}
#productCaur {
	margin-top: 1rem;
}
.item-display-equal .preview .owl-item {
	max-width: 70px;
	margin-right: 10px;
}
#image-form {
	padding: 0;
	border-bottom: none;
	border-right: none;
}
.product-image-zoom {
	display: flex;
	align-items: flex-start;
}
.item-color {
	margin: 1rem 0 0;
	display: flex;
	align-items: center;
}
.item-properties {
	color: #666;
	font-size: 14px;
	padding-right: 1rem;
	font-weight: 600;
	flex: 0 0 80px;
	max-width:80px;
}
.color-swatch {
	margin-left: 0 !important;
	margin-right: 0.5rem;
	width: 35px !important;
	height: 35px !important;
	border: none !important;
	position:relative;
}
a.color-swatch.selected::before, .item-radio input[type="radio"]:checked + label::before {
	content: '';
	display: block;
	width: 4px;
	height: 9px;
	border: solid #fb5d5d;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
	position: absolute;
	right: 4px;
	top: 1px;
	z-index: 2;
}
a.color-swatch.selected::after, .item-radio input[type="radio"]:checked + label::after {
	content: '';
	position: absolute;
	right: -1px;
	top: -1px;
	bottom: 0;
	background: rgb(255, 255, 255);
	z-index: 1;
	width: 15px;
	height: 15px;
}
.color-swatch.selected {
	border-color: #ffba0c !important;
}
.item-list-cost.list-price {
	text-decoration: line-through;
	color: #999;
	font-size: 1.3rem;
	margin-right: 1rem;
}
.item-text {
	display: flex;
	flex-wrap: wrap;
	margin-top: 1rem;
}
.item-text label {
    flex: 0 0 100%;
    max-width: 100%;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.4rem;
}
.item-text textarea {
	flex: 0 0 100%;
	height: 7rem;
	border: solid 1px #DDD;
	max-width: 400px;
	font-size: 1.4rem;
	padding: 0.6rem 1rem;
	box-shadow: none;
}
.qty{
	text-align:center;
}
.product-note a {
	font-size: 1.4rem;
	color: #ec7a5c;
}
.productTable .table td, .productTable .table th {
	vertical-align: middle;
}
.productTable .price{
	line-height:33px;
}
.matrix-option-row {
	margin-bottom: 10px;
	border: none;
	word-wrap: normal;
}
.matrix-toggle {
	padding: 0;
	border: none;
}
.matrix-mobile {
	padding-top: 20px;
}
.matrix-mobile h3 {
	margin-bottom: 15px;
}
.matrix-toggle a {
	position: relative;
	width: 100%;
	display: block;
	padding: 10px;
	background: #000;
	color: #FFF !important;
}
.matrix-toggle a::after {
	position: absolute;
	content: '-';
	right: 10px;
	height: 20px;
	width: 20px;
	display: inline-block;
	text-align: center;
	background: #FFF;
	color: #000;
	line-height: 22px;
}
.matrix-toggle a.collapsed::after {
	content: '+';
}
.matrix-list {
	border: solid 1px #eeee;
}
.matrix-list-row {
    font-size: 14px;
    padding: 10px 10px 0;
    border-bottom: solid 1px #eee;
}
.matrix-list span.price {
    color: #ec7a5c;
    font-weight: 500;
}
/* ------- Product Details ---------------------------------------- */


/* ------- My Cart ---------------------------------------- */
.basket-view {
	margin-bottom: 3rem;
}
.basket-title {
	font-size: 2rem;
	margin-bottom: 3rem;
	font-weight: 500;
	display: flex;
	flex-wrap: wrap;
}
.basket-item-thumb {
	flex: 0 0 150px;
	padding-right: 2rem;
	max-width: 100%;
}
.cart-update-btns {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	flex: 0 0 30px;
	max-width: 30px;
}
.cart-update-btns a {
	flex: 0 0 100%;
	padding: 1rem 0;
	color: #666;
	font-size: 1.3rem;
}
.cart-update-btns a.basket-item-remove.btn-remove {
	font-size: 1.2rem;
}
.item-thumb-wrap {
	width: 100px;
}
.basket-item-row {
	padding-bottom: 3rem;
	margin-bottom: 3rem;
	border-bottom: solid 1px #eee;
	flex-wrap: wrap;
}
.basket-item-row:last-child {
	margin-bottom: 0;
}
.basket-item-dtl {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
	flex-wrap:wrap;
}
.item-details-info {
	flex: 0 0 270px;
	max-width: 270px;
	padding-right: 2rem;
	margin-right: 2rem;
}
.item-qty-info {
	margin: 0 4rem;
}
.basket-item-qty-btn {
	font-size: 1.8rem;
}
.item-qty-info .qty-input {
	height: 4rem;
	border: none;
	margin: 0 0.2rem;
	width: 5rem;
	text-align: center;
	border: solid 1px #eee;
}
.product-list-price.price {
	color: #666;
	font-size: 0;
	font-weight: 500;
}
.list-price.price{
	font-size:1.2rem;
}
.list-price.price, .item-cost.price {
	display: block;
}
.item-cost.price{
	font-size:1.4rem;
}
.item-totalqty-price.price {
	font-size: 1.8rem;
	font-weight: 500;
	margin-left: auto;
}
.basket-item-dtl .item-title a {
	color: #ec7a5c;
	display: block;
}
.item-attributes.code {
	margin-top: 0.4rem;
}
.basket-item-dtl .item-attributes .attrib {
	color: #666;
	font-size: 1.2rem;
	margin-top: 0.2rem;
}
.basket-footer.basket-subtotal {
	display: flex;
	font-size: 1.7rem;
	color: #ec7a5c;
	font-weight: 600;
	padding: 1.5rem 0 1.1rem;
	border-bottom: solid 1px #eee;
}
.subttl-label.price {
	margin-left: auto;
	font-size: 2rem;
}
.continue-checkout-btn {
	display: flex;
	align-items: center;
	margin-bottom: 5rem;
}
#continue-shopping {
	padding: 0;
	margin-right: auto;
	color: #666;
	background: transparent;
	text-decoration: underline;
	font-size: 1.4rem;
}
.cart-summary {
	padding: 3rem;
	background: rgba(84,84,84,0.05);
	position: relative;
}
.cart-summary {
	padding: 2.5rem;
	background: rgba(84,84,84,0.05);
	position: relative;
}
.cart-collaterals {
	background: rgba(84,84,84,0.05);
	position: relative;
	margin-bottom: 5rem;
}
.cart-collaterals::before, .cart-collaterals::after {
	content: "";
	display: block;
	height: 10px;
	width: 100%;
	background-color: transparent;
	background-size: 20px 20px;
	background-position: 0 10px, 40px 40px;
	background-image: radial-gradient(closest-side, transparent 9px, rgba(84,84,84,0.05) 100%);
	position: absolute;
	left: 0;
}
.cart-collaterals::before {
	top: -10px;
}
.cart-collaterals::after {
	bottom: -10px;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}
.restore-cart-title {
	font-size: 1.8rem;
	font-weight: 500;
	margin-bottom: 2rem;
}
.checkout-login p {
	font-size: 1.4rem;
	margin-bottom: 3rem;
}
.btn.btn-teal-outline {
	background: #000;
	color: #FFF;
}
.btn.btn-teal-outline:hover, .btn.btn-teal-outline:focus {
	background: #333;
}
.basketList.form-group {
	margin-top: -1.5rem;
}
.basketList.form-group label {
	font-size: 1.2rem;
	margin-bottom: 0.2rem;
}
.basketList.form-group input {
	height: 4rem;
	border: none;
	color: #333;
	border-radius: 0;
	padding: 0.8rem 1.2rem;
	border: solid 1px #eee;
	margin-bottom: 2rem;
}
.basketList.form-group .bootstrap-select > .dropdown-toggle {
	background: #FFF;
}
.form-group.basket-radio {
	margin-bottom: 2rem;
}
.basket-radio label {
	font-size: 1.3rem;
	margin-bottom: 0;
	color: #333;
}
.basket-radio input[type="radio"] {
	top: 2px;
	position: relative;
}
.basket-restore {
	font-size: 1.5rem;
	font-weight: 500;
	color: #EC7A5C;
	margin-bottom: 1rem;
}
.restore-basket-view {
	font-size: 1.4rem;
	margin-bottom: 2rem;
}
.item-attributes span {
	color: #666;
	font-size: 1.2rem;
}
.item-attributes b {
	color: #000;
	font-size: 1.2rem;
	font-weight: 500;
}
select.form-control:not([size]):not([multiple]) {
	height: 4rem;
}
.product_error {
	font-size: 14px;
	font-weight: 500;
	color: red;
}
a:not([href]):not([tabindex]).btn.btn-teal-outline, a:not([href]):not([tabindex]).btn.btn-teal {
	color: #FFF;
}
/* ------- My Cart ---------------------------------------- */


/* ------- Login/Register ---------------------------------------- */
#loginBox, #bd, #activation-container {
	background:#f7f7f7;
}
#loginBox .container, #bd .container, #activation-container .container {
	max-width: 1200px;
	display: flex;
	align-items: center;
	-ms-align-items: center;
}
.login-page {
	margin: 0 0 3rem;
	box-shadow: 0px 0px 40px #ddd;
	border: solid 1px #fff;
	flex:0 0 100%;
}
.forgot-page {
	margin: 0 0 3rem;
}
.email-register-box {
	padding: 5rem 4rem;
	background: #eee;
}
.lr-box-title {
	font-size: 2.8rem;
	font-weight: 600;
	margin-bottom: 4rem;
	position: relative;
}
.lr-box-title::after {
	background: #ec7a5c;
	content: '';
	position: absolute;
	width: 6rem;
	height: 3px;
	bottom: -8px;
	left: 0;
}
.new-customer-text {
	font-size: 1.3rem;
	margin-bottom: 10rem;
	color: #333;
	text-align: justify;
}
.new-customer-box {
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
}
.new-customer-box .btn {
	max-width: 100%;
	min-width: 200px;
}
.btn.btn-gray.guest-register {
	background: #FFF;
}
.email-login-box {
	padding: 5rem 4rem;
	background:#FFF;
}
.form-group {
	margin-bottom:1rem;
}
.form-group.store-form-style {
	margin-bottom: 3rem;
	position: relative;
}
.form-group.store-form-style .form-control {
	padding: 0;
	border: none;
	border-bottom: solid 1px #aaa;
	font-size: 1.6rem;
	/* margin: 1rem 0 0; */
	display: inline-block;
	width: 100%;
	/* height: 3rem; */
	min-height: 3.4rem;
    color: #666;
}
.form-group.store-form-style .form-control:focus {
	border-color: #ec7a5c;
	box-shadow: none;
	background-color: transparent;
}
.forgot-password {
	color: #ec7a5c;
	font-size: 1.2rem;
	margin-right: auto;
	font-weight: 500;
}
.forgot-password i {
	position: relative;
	top: -2px;
	margin-right: 5px;
}
.form-group.store-form-style .control-label {
    /* pointer-events: none; */
    /* position: absolute; */
    /* transform: translate3d(0, 10px, 0) scale(1); */
    /* transform-origin: left top; */
    /* transition: 240ms; */
    /* color: #000; */
    /* opacity: 0.6; */
    margin-bottom: 2px;
    font-size: 1.4rem;
	font-weight: 500;
}
.form-group.store-form-style.store-form-select .control-label {
	/* transform: translate3d(0, -10px, 0) scale(0.8); */
}
.form-group.store-form-style.focused .control-label {
	/* opacity: 1;
	transform: translate3d(0, -10px, 0) scale(0.8); */
}
#state_box_div label.control-label {
	/* transform: translate3d(0, -20px, 0) scale(0.8); */
}
#state_box_div #region {
	/* height: 3rem !important; */
}
#submit-login {
	margin-top: 1rem;
}
.alert {
	font-size: 1.4rem;
	margin-bottom:2rem;
}
.form-group.store-form-style select.form-control {
	background-image: url('../images/select-bg.png?v=1.0');
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: right center;
	height: 3.4rem !important;
}


/* ------- Login/Register ---------------------------------------- */


/* ------- Forgot Password ---------------------------------------- */
.forgot-page {
	width: 100%;
}
.forgot-box {
	padding: 5rem 4rem;
	background: #FFF;
	box-shadow: 0px 0px 40px #ddd;
	border: solid 1px #fff;
}
/* ------- Forgot Password ---------------------------------------- */


/* ------- Register ---------------------------------------- */
#register .main.style2 {
	padding-top: 123px;
}
.checkout-step-title {
	padding: 3rem 4rem;
	background: #f1f1f1;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 3rem;
	font-weight: 600;
	text-transform: uppercase;
	color: #EC7A5C;
}
.steps {
	margin: 5rem 0 0;
}
.steps ul {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 6rem;
}
.steps li {
	text-align: center;
	margin: 0 3rem;
	font-size: 1.6rem;
	color: #333;
	opacity: 0.4;
	position: relative;
}
.steps li::after {
	position: absolute;
	content: '';
	width: 100%;
	background: #333;
	height: 2px;
	left: 0;
	right: 0;
	bottom: 29px;
}
.steps li i {
	font-size: 3rem;
}
.steps li span {
	display: block;
	margin-top: 2rem;
}
.steps li.active {
	opacity: 1;
}
.steps li.filled {
	color: #ec7a5c;
	opacity: 1;
	font-weight: 500;
}
.steps li.filled a{
	color: #ec7a5c;
}
.steps li.filled i{
	color:#000
}
.steps li.filled::after {
	background: #ec7a5c;
}
.info_needed {
	text-align: right;
	color: #666;
	font-size: 1.1rem;
	margin-top: 0.5rem;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 50%;
	margin-left:1.5rem;
}
.form-group .info_needed {
	position: absolute;
	right: 0;
	bottom: -2px;
	margin-left: 0;
}
.inf-page-title .info_needed {
    position: absolute;
    max-width: 100%;
    right: 0;
    top: -3px;
    text-transform: none;
}
.inf-page-title .info_needed span{
    display:inline-block;
}
.checkout-steps {
	display: inline-block;
	position: relative;
	width: 100%;
	margin-bottom: 5rem;
}
.btns .btn {
	margin-left: 0.5rem;
}
.add-cart-btn.btns .btn {
	margin-right: 0.5rem;
	margin-left: 0;
}
.btns.justify-content-start .btn {
	margin-left: 0;
	margin-right:0.5rem;
}
.required.needed_star, .required {
	color: red;
}
.inf-page-title {
	font-size: 2.4rem;
	font-weight: 500;
	margin: 5rem 0;
	text-transform: uppercase;
	position: relative;
}
.inf-page-title::before {
	position: absolute;
	content: '';
	height: 3px;
	width: 5rem;
	background: #ec7a5c;
	left: 0;
	bottom: -6px;
}

/* ------- Register ---------------------------------------- */

/*-------------- Customer Info ----------------------*/

.retail-location select{
	background-image: url('../images/select-bg.png');
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: right 4% center;
    height: 3.4rem !important;
    width: 50%;
}

/*-------------- Customer Info ----------------------*/

/* ------- Your Billing Information ---------------------------------------- */
.sbm-address h5 {
	font-size: 1.8rem;
	margin-bottom: 2rem;
	font-weight: 400;
}
.checkout-summary {
	margin-bottom: 3rem;
}
.q_header {
	color: #000;
	font-weight: 600;
}
/* ------- Your Billing Information ---------------------------------------- */

/* ------- Delivery Address ---------------------------------------- */
.location-address.ac {
	font-weight: 500;
	font-size: 1.6rem;
	margin-top: 6px;
	color: #ec7a5c;
}
.address-selection {
	margin-bottom: 3rem;
}
.f-form.horizontal.form-delivery-address {
	margin-bottom: 15rem;
}
/* ------- Delivery Address ---------------------------------------- */


/* ------- Empty Cart ---------------------------------------- */
.empty-cart {
	text-align: center;
	padding: 12rem 0;
	display: block;
	height: 100%;
}
.empty-cart > i {
	font-size: 14rem;
	margin-bottom: 2rem;
	display: inline-block;
}
.empty-cart p {
	font-size: 2rem;
	margin-bottom: 4rem;
}
/* ------- Empty Cart ---------------------------------------- */


/* ------- Payment ---------------------------------------- */
.pay-text {
	color: #ec7a5c;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 2rem;
}
.checkout-payment-msg {
	font-size: 1.1rem;
	line-height: 2rem;
	text-align: center;
}
.cart-summary .btn {
	padding: 0.8rem 1.5rem;
	font-size: 1.4rem;
}
.custom-table-col {
	display: flex;
	flex: 0 0 100%;
	max-width: 100%;
}
.form-error {
    color: red;
    font-size: 1.2rem;
    position: absolute;
    left: 0;
    bottom: -18px;
}
.col.col-third {
	flex: 0 0 150px;
	justify-content: flex-end;
	display: flex;
	align-items: flex-start;
}
.col-first h2, .col-second h2 {
	font-size: 2rem;
	margin-bottom: 1rem;
	flex: 0 0 100%;
	max-width: 100%;
}
.col-first p, .col-second p {
	font-size: 1.4rem;
	margin-bottom: 0.6rem;
}
.col.col-second {
	color: #333;
	font-size: 1.2rem;
	display: flex;
	align-items: center;
	font-weight: 500;
	flex: 0 0 150px;
	max-width: 150px;
}
.custom-table-row.checkout-address-headings .col.col-second {
	color: #000;
	flex-wrap: wrap;
}
.col-second p {
	font-weight:600;
	color:#ec7a5c;
}
.custom-table-row {
	border-bottom: solid 1px #eee;
}
.custom-table-wraper .custom-table-row.checkout-address-headings {
	margin-bottom: 5rem;
}

.col.col-first, .col.col-third, .col.col-second {
	padding: 0.6rem 1rem;
}
.col.col-second {
	padding: 0.6rem 2rem;
}
.col.col-third {
	flex: 0 0 150px;
	text-align: right;
}
.edit-address {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 1.3rem;
	color: #ec7a5c;
}
.col-third .price {
	font-weight: 600;
	font-size: 1.6rem;
	color: #ec7a5c;
}
.cart-total-title {
	font-size: 2rem;
	margin-bottom: 1rem;
}	
.price-list-block {
	display: flex;
	padding: 1rem 0;
	border-bottom: solid 1px #EEE;
	justify-content: space-between;
	align-items: center;
	font-size: 1.3rem;
}
.price-list-block .price {
	font-weight: 600;
	font-size: 1.4rem;
	margin-left: auto;
	padding-left: 1.5rem;
}
.total-price-list {
	padding: 1rem 0;
	font-size: 1.6rem;
	font-weight: 600;
	display: flex;
	justify-content: space-between;
	color: #ec7a5c;
}
.col-second .btn-group.bootstrap-select {
	max-width: 220px;
}
.ccp-row {
	border-bottom: solid 1px #eee;
	padding: 0.8rem 0px;
	font-size: 1.4rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.ccp-row strong {
	font-weight: 600;
}
.edit-ccp {
	position: absolute;
	right: 30px;
	top: 29px;
	font-size: 1.4rem;
	color: #ec7a5c;
}
.custom-table-main-header .p-head {
	font-size: 1.8rem;
	font-weight: 500;
	padding: 0.6rem 1rem;
	background: #f6f6f6;
}
.ssm-box {
	margin-top: 1rem;
	margin-bottom: 4rem;
}
.ssm-common-row {
	display: flex;
	flex-wrap: wrap;
	padding: 0.6rem 0;
	border-bottom: solid 1px #eee;
}
.ssm-left {
	display: flex;
	padding: 0 10px;
	flex-wrap: wrap;
	color: #666;
	font-size: 1.4rem;
	flex: 0 0 50%;
	max-width: 50%;
}
.ssm-left div {
	flex: 0 0 100%;
	display: flex;
	flex-wrap: wrap;
}
.ssm-left div p {
	flex: 0 0 100%;
	line-height: 20px;
}
.address-name {
	color: #EC7A5C;
	margin: 4px 0;
	font-size: 1.6rem;
}
.ssm-left label {
	font-size: 1.6rem;
	font-weight: 500;
	margin-right: 2rem;
	margin-bottom: 0;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
	flex: 0 0 auto;
	color: #000;
}
.ssm-left span {
	font-size: 1.4rem;
	color: #444;
	font-weight: 400;
	margin-right: 0;
	flex: 0 0 100%;
}
.ssm-common-row .btn-group span {
	margin-right: 0;
}
.ssm-left .btn.dropdown-toggle span.bs-caret {
	position: relative;
	top: -3px;
}
.ssm-left .btn.dropdown-toggle span.bs-caret {
	position: relative;
	top: -3px;
}
.ssm-left .btn.dropdown-toggle span.bs-caret span {
	font-size: 1rem;
}
.ssm-common-row .btn-group {
	max-width: 300px;
}
.ssm-common-row .btn.dropdown-toggle {
	background: #f6f6f6;
	width: auto;
}
.col.ssm-right {
	padding: 0 10px;
	flex: 0 0 300px;
	margin-left: auto;
	max-width: 50%;
}
.ssm-right label {
	font-size: 1.6rem;
	color: #000;
	font-weight: 500;
	display: block;
}
.pm-title {
	font-size: 1.6rem;
	font-weight: 500;
	margin-bottom: 1rem;
	flex: 0 0 100%;
}
#paymentGateway {
	display: flex;
	flex-wrap: wrap;
}
#payment_show {
	background: #f6f6f6;
    padding: 10px 20px;
}
.form-control.input-grey {
	height: 4rem;
	margin-top: 0.5rem;
	width: 300px;
	background: #eee;
	border: none;
}
.checkout-radio.form-group {
	flex: 0 0 40%;
	max-width: 50%;
	padding-right: 2rem;
}
.promotions {
	margin-bottom: 3rem;
}
.promotions-title {
	font-size: 1.6rem;
	margin-bottom: 1.5rem;
	font-weight: 500;
}
.promo-code-block {
	position: relative;
}
.promo-code-block .form-control {
	background: transparent;
	border: none;
	height: 4rem;
	border-bottom: solid 1px #DDD;
	padding: 1rem 4rem 1rem 0;
}
.promo-code-block .form-control:focus {
	box-shadow: none;
}
.promotions .apply-btn {
	position: absolute;
	right: 0;
	top: 0;
	background: transparent;
	padding: 1rem 0;
	color: #ec7a5c;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 1.2rem;
}
.border-title {
	font-size: 1.6rem;
	font-weight: 500;
	border-bottom: solid 1px #ddd;
	padding-bottom: 0.8rem;
}
.text-teal{
	color:#ec7a5c;
}
.checkout-question {
	border-bottom: solid 1px #ddd;
	margin-bottom: 3rem;
}
/* .checkout-question + .pay-options{
	padding-top: 20px;
} */
h4.q_header{
	padding-bottom: 10px;
}
h4#q_desc_udf2 {
	padding-bottom: 10px;
	font-weight: 600;
}
.checkout-question-ttl{
	padding-bottom: 15px;
}
.form-choice select{
	-webkit-appearance: menulist;
	-moz-appearance: menulist;
	appearance: menulist;
}
.form-choice .form-control{
	background: #FFF;
	border:none;
	height:4rem;
}
.form-choice.radio-custom {
	margin-bottom: 0.5rem;
}
.promo-badages-list {
	display: flex;
	flex-wrap: wrap;
	margin: 1rem 0;
}
.promo-badages-list li {
	background: #EEE;
	padding: 0.2rem 2.2rem 0.2rem 1rem;
	font-size: 1.2rem;
	position: relative;
	color: #666;
	border: solid 1px #DDD;
	border-radius: 4px;
	margin-right: 0.4rem;
	margin-bottom: 0.4rem;
}
.promo-badages-list li a {
	position: absolute;
	right: 3px;
	top: 0;
	bottom: 0;
	margin: auto;
	height: auto;
	color: #666;
	font-size: 1.6rem;
}
.f-row {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#quicklook_attributes > div {
    width: 100%;
}
.f-row .f-field {
	color: #ec7a5c;
	font-weight: 600;
}
.checkout-question.qus .form-group{
	margin-bottom:2.5rem;
}
#payment_show .form-control {
	border: solid 1px #DDD;
	height: 4rem;
}
#payment_show .radio-custom [type="radio"]:checked + label::before, #payment_show .radio-custom [type="radio"]:not(:checked) + label::before{
	background:#FFF;
	border: solid 1px #ccc;
}
.ui-dialog .ui-dialog-titlebar-close span {
    background: transparent !important;
}
.ui-state-hover {
    border: none !important;
    background: transparent !important;
}
.ui-dialog .ui-dialog-titlebar-close:hover span, .ui-dialog .ui-dialog-titlebar-close:focus span {
    box-shadow: none !important;
}
.quicklook-content #prop65_warning {
	font-size: 13px;
	color: #ec7a5c;
}
/* ------- Payment ---------------------------------------- */


/* ------- Complete Payment ---------------------------------------- */
.order-completed-message {
	justify-content: center;
	font-size: 3rem;
	font-weight: 600;
	margin-bottom: 2rem;
	color: #ec7a5c;
}
.alert {
    display: flex;
    flex-wrap: wrap;
    margin: auto auto 2rem;
    padding: 1.5rem 2rem;
    text-align: center;
}
.alert h3 {
	font-size: 2.4rem;
	text-transform: uppercase;
	margin-bottom: 0.6rem;
}
.order-completed.alert {
	margin-bottom: 4rem;
	margin-top: -2rem;
	background: transparent;
	border: none;
}
.alert h3, .alert p {
	flex: 0 0 100%;
	max-width: 100%;
}
.alert p {
	margin-top: 0.3rem;
	font-size: 1.7rem;
}
/* ------- Complete Payment ---------------------------------------- */


/* ------- Restore Basket ---------------------------------------- */
.empty-basket-restore {
	margin-top: 4rem;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.empty-basket-restore .form-group {
	flex: 0 0 100%;
}
.empty-basket-restore .btn-group.bootstrap-select .btn-dropdown-toggle {
	max-width:150px;
}
.empty-basket-restore .form-error {
	flex: 0 0 100%;
	margin-bottom: 1rem;
}
.empty-basket-restore .btn.dropdown-toggle {
	height: 4.4rem;
}
.or-text {
	margin: 2rem 0;
	color: #333;
	text-transform: uppercase;
}
.basketList .btn.dropdown-toggle .bs-caret{
	position:relative;
	right:1rem;
}
.empty-basket-restore .form-group .btn-group.bootstrap-select {
	max-width: 150px;
}
/* ------- Restore Basket ---------------------------------------- */


/* ------- My Account Pages ---------------------------------------- */
#myaccount .filter.sidebar-block {
	display: none;
}
.sidebar-block.sidebar-block-account {
	padding: 2rem 2.5rem;
	background: #f9f9f9;
	align-items: center;
}
.sidebar-block.sidebar-block-account .title {
	font-weight: 600;
	text-transform: uppercase;
	font-size: 2rem;
	display: flex;
	position: relative;
}
.sidebar-block.sidebar-block-account .title::before {
	position: absolute;
	content: '-';
	right: 0;
	top: 0;
	font-weight: 500;
	color: #fff;
	font-size: 2rem;
	width: 30px;
	text-align: center;
	background: #191919;
}
.sidebar-block.sidebar-block-account .title.active::after {
	position: absolute;
	content: '+';
	right: 0;
	top: 0;
	font-weight: 500;
	color: #FFF;
	font-size: 2rem;
	background: #191919;
	width: 30px;
	text-align: center;
}
.sidebar-block.sidebar-block-account .title.active::before {
	display:none
}
.sidebar-inner {
	margin-top: 2rem;
}
.sidebar-block-account ul li {
	margin-bottom: 1.5rem;
}
.sidebar-block-account ul li:last-child {
	margin-bottom: 0;
}
.sidebar-block-account ul li a {
	width: 100%;
}
.sidebar-block-account ul li i {
	font-size: 1.2rem;
}
.sidebar-block-account ul li.active a {
	color: #ec7a5c;
	font-weight: 500;
}
.myaccount-title {
	display: flex;
	flex-wrap: wrap;
}
.myaccount-title h2 {
	font-size: 2.4rem;
	font-weight: 500;
	margin: 0 0 2.5rem;
	text-transform: uppercase;
	position: relative;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
	flex:0 0 50%;
}
.myaccount-title h2::before {
	position: absolute;
	content: '';
	height: 3px;
	width: 5rem;
	background: #ec7a5c;
	left: 0;
	bottom: -6px;
}
.account-email {
	flex: 0 0 100%;
	max-width: 100%;
	margin-bottom: 2rem;
	color: #ec7a5c;
}
.myaccount-title .info_needed {
	margin-left: auto;
	margin-top: 0;
}

.vo-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 2rem;
	padding: 2rem 1rem;
	border: dashed 2px #DDD;
	margin-top: 1rem;
	max-width: 750px;
}
.vo-orderid {
	margin-bottom: 1rem;
	font-size: 2.2rem;
	display: flex;
	align-items: center;
	font-weight: 500;
	color: #EC7A5C;
}
.vo-orderid i {
	display: inline-flex;
	flex: 0 0 3.5rem;
	font-size: 2.4rem;
}
.vo-orderid a {
	color: #EC7A5C;
}
.vo-date, .vo-emailid {
	font-size: 1.3rem;
	color: #666;
	display: flex;
	align-items: center;
	margin-bottom: 1rem;
}
.vo-date i, .vo-emailid i {
	flex: 0 0 3.5rem;
	display: inline-flex;
}
.vo-right{
	text-align: right;
}
.vo-price {
	font-weight: 600;
	font-size: 2.2rem;
}
.vo-track {
	margin-top: 2rem;
}
.vo-track .fa.fa-spin.fa-spinner {
	margin-top: 2rem;
}
.sa-body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.shippingaddress {
	flex: 0 0 40%;
	max-width: 50%;
	margin-right: 2rem;
	border: dashed 2px #eee;
	display: flex;
	flex-wrap: wrap;
	padding: 1.7rem 2rem;
	margin-bottom: 2rem;
}
.sa-left {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}
.sa-right {
	margin-left: auto;
	padding-left: 10px;
}
.btn-edit, .btn-remove {
	padding: 0 0.5rem;
	font-size: 1.8rem;
	color: #666;
}
.sa-title {
	font-size: 1.8rem;
	margin-bottom: 1.5rem;
	font-weight: 500;
}
address {
	font-size: 1.4rem;
	color: #666;
}
.cp-text {
	margin: 0.5rem 0 2.5rem;
	color: #444;
	font-size: 1.3rem;
}
/* ------- My Account Pages ---------------------------------------- */


/* ------- No Result Page ---------------------------------------- */
.no-search-image{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10rem 0 4rem;
	flex-wrap: wrap;
}
.oops-text{
	font-size: 8rem;
	flex: 0 0 100%;
	text-align: center;
	color: #666;
	font-weight: 700;
	margin-bottom: 2rem;
}
.no-results-found{
	font-size: 1.8rem;
}
.col-space {
	display: flex;
	justify-content: center;
	padding: 7rem 0;
}
.col-space h3 {
	font-size: 4rem;
	color: #666;
	text-align: center;
}

/* ---- Radio Button Custom ---------------- */
.radio-custom [type="radio"]:checked,
.radio-custom [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.radio-custom [type="radio"]:checked + label, .radio-custom [type="radio"]:not(:checked) + label {
	position: relative;
	padding-left: 28px;
	cursor: pointer;
	line-height: 20px;
	display: inline-block;
	color: #333;
	font-size: 1.4rem;
}
.radio-custom [type="radio"]:checked + label span, .radio-custom [type="radio"]:not(:checked) + label span {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 20px;
	/* border: 1px solid #ddd; */
	border-radius: 100%;
	background: #e2e2e2;
}
.radio-custom [type="radio"]:checked + label span::after {
	content: '';
	width: 10px;
	height: 10px;
	background: #ec7a5c;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	right: 0;
	bottom: 0;
	margin: auto;
}
.radio-custom [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.radio-custom [type="radio"]:checked + label span::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
/* ---- Radio Button Custom ---------------- */

/* ---- Checkbox Custom ---------------- */
/* Base for label styling */
.checkbox-custom [type="checkbox"]:not(:checked),
.checkbox-custom [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
.checkbox-custom [type="checkbox"]:not(:checked) + label,
.checkbox-custom [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}

/* checkbox aspect */
.checkbox-custom [type="checkbox"]:not(:checked) + label::before, .checkbox-custom [type="checkbox"]:checked + label::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 20px;
	border: 1px solid #CCC;
	background: #e2e2e2;
	border-radius: 0;
	box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
}
/* checked mark aspect */
.checkbox-custom [type="checkbox"]:not(:checked) + label::after, .checkbox-custom [type="checkbox"]:checked + label::after {
	content: '\2713\0020';
	position: absolute;
	top: 4px;
	left: 4px;
	font-size: 16px;
	line-height: 0.8;
	color: #ec7a5c;
	transition: all .2s;
}
/* checked mark aspect changes */
.checkbox-custom [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.checkbox-custom [type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
.checkbox-custom [type="checkbox"]:disabled:not(:checked) + label:before,
.checkbox-custom [type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
.checkbox-custom [type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
.checkbox-custom [type="checkbox"]:disabled + label {
  color: #aaa;
}
/* accessibility */
.checkbox-custom [type="checkbox"]:checked:focus + label:before,
.checkbox-custom [type="checkbox"]:not(:checked):focus + label:before {
  border: 1px solid #aaa;
}

/* hover style just for information */
.checkbox-custom label:hover:before {
  border: 1px solid #aaa !important;
}
/* ---- Checkbox Custom ---------------- */


/* ---- Static Pages ---------------- */
#contact-us .main .container {
	max-width: 1400px;
}
.static-pages {
	margin-bottom: 2rem;
	display: inline-block;
	width: 100%;
}
.static-pages h4 {
	font-size: 2rem;
	margin-bottom: 1.5rem;
	color: #ec7a5c;
}
.static-pages p {
	font-size: 1.6rem;
	color: #666;
	margin-bottom: 4rem;
}
.static-pages p .font-semibold.text18 {
	color: #000;
	font-weight: 500;
}
#contact-us .breadcrumb {
	margin-bottom: 3rem;
}
/* ---- Static Pages ---------------- */


/* ---- Matrix Details ---------------- */
.border-top{
	border-top: solid 1px #eee;
	padding-top: 2rem;
}
.matrix .qty {
	border: solid 1px #DDD;
	margin-left: 2rem;
	float: right;
}
/* ---- Matrix Details ---------------- */


/* ---- Invoice Page ---------------- */
.invoice-page {
	display: flex;
	flex-wrap: wrap;
}
.invoice-dtl-head {
	flex: 0 0 100%;
}
.invoice-dtl-head h2 {
	color: #ec7a5c;
	font-size: 3.2rem;
	font-weight: 600;
	text-align: center;
}
.invoice-dtl-header {
	border-top: solid 1px #DDD;
	margin: 2rem 0;
	border-left: solid 1px #DDD;
	padding: 0 15px;
}
.invoice-detail-row {
	display: flex;
	/* flex-wrap: wrap; */
	margin-left: -15px;
	margin-right: -15px;
}
.invoice-dtl-col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
	padding: 15px;
	border-bottom: solid 1px #DDD;
	border-right: solid 1px #DDD;
	font-size: 1.2rem;
}
.invoice-dtl-col strong {
	font-size: 1.4rem;
	font-weight: 600;
}
.invoice-detail-address {
	flex: 0 0 50%;
	max-width: 50%;
}
.invoice-detail-address h2 {
	font-size: 2rem;
	font-weight: 500;
	margin-bottom: 2rem;
	margin-top: 1rem;
}
.invoice-address-col h3 {
	font-size: 1.7rem;
	margin-bottom: 1rem;
	font-weight: 500;
	color: #ec7a5c;
}
.invoice-detail-properties {
	margin-top: 3rem;
	flex: 0 0 100%;
}
.aside-address h4 {
	margin-bottom: 0.5rem;
	color:#333;
}
.aside-contact {
	color: #666;
	font-size: 1.4rem;
}
.invoice-address-name {
	font-weight: 600;
}
/* ---- Invoice Page ---------------- */
.dropup .dropdown-toggle::after {
	display: none;
}
.tdnf{
	display: flex;
	text-align: right;
	justify-content: flex-end;
	padding-top: 1.5rem;
	font-size:1.3rem;
	color:red;
	font-weight:500;
}
#image-back, #image-form {
	z-index: 104 !important;
	position: fixed !important;
	top: 50% !important;
	transform: translateY(-50%);
}
.ui-dialog {
	width: auto !important;
	min-width: 500px;
}
#quicklook {
	width: 750px !important;
	max-width: 100%;
}
.out-stock-error {
	margin: 2rem 0;
	font-size: 1.4rem;
	color: #000;
}
.out-stock-error .f-row {
	justify-content: flex-start;
}
.out-stock-error .f-row .f-field {
	color: red;
	margin-left: 5px;
	font-size: 1.5rem;
}
.short-desc-text {
	font-size: 1.4rem;
	color: #333;
}
.lead-time-item {
	font-size: 1.4rem;
	color: #333;
	margin-bottom: 0.7rem;
}
.ccp-parent {
	font-weight: 500;
}
.showing-results {
	margin-bottom: 10px;
	font-weight: 500;
	/* color: #ec7a5c; */
}
.item-radio {
    display: flex;
    flex-wrap: wrap;
    margin-top: 2rem;
    align-items: center;
}
.item-radio > label {
	flex: 0 0 80px;
	font-size: 1.4rem;
	position: relative;
	max-width: 80px;
	padding-right: 10px;
}
.item-radio input[type="radio"] {
	display: none;
}
.item-radio input[type="radio"] + label {
	margin: 0px 5px 5px 0;
	background: #eeeeee;
	width: 35px;
	padding: 5px 0;
	text-align: center;
	color: #666666;
	font-size: 16px;
	border: solid 1px rgba(0,0,0,0);
	cursor: pointer;
	font-weight: 500;
	position: relative;
}
.item-radio input[type="radio"]:checked + label {
	background: #ec7a5c;
	color: #ffffff;
}
/* ------- No Result Page ---------------------------------------- */

/* ------- Activation Page ---------------------------------------- */
.v-code {
	max-width: 200px;
}
.v-code .form-control {
	height: 40px;
	background: #f9f9f9;
}
/* ------- Activation Page ---------------------------------------- */

/* ------- Gift Certificate Page ---------------------------------------- */
.active-gift-ttl {
	font-weight: 500;
}
.gcc-code {
	font-size: 1.5rem;
	font-weight: 600;
	display: flex;
	flex: 0 0 100%;
	margin-bottom: 0.8rem;
	align-items: center;
	flex-wrap: wrap;
}
.gcc-code label {
	margin-bottom: 0;
	margin-right: 1rem;
}
.gcc-code span {
	font-size: 1.7rem;
}
.gcc-row {
	display: flex;
	align-items: center;
	flex: 0 0 100%;
	font-size: 1.4rem;
	color: #555;
	margin-bottom: 0.5rem;
}
.gcc-row label {
	margin-bottom: 0;
	margin-right: 1rem;
	color: #000;
}
/* ------- Gift Certificate Page ---------------------------------------- */

/* ------- Review Section ---------------------------------------- */
.reviews-main {
	margin-bottom: 4rem;
}
.review-section-partion {
	display: flex;
	align-items: center;
}
.review-title {
	font-weight: 500;
	font-size: 2.4rem;
	text-transform: uppercase;
	position: relative;
}
.review-title::after {
	position: absolute;
	content: '';
	height: 0.3rem;
	width: 7rem;
	background: #ec7a5c;
	left: 0;
	bottom: -6px;
}
.feedbacks {
	margin-top: 2rem;
	display: flex;
	border-bottom: solid 1px #eee;
	padding-bottom: 2rem;
}
.feedback-option {
	flex: 0 0 70px;
	max-width: 70px;
}
.user-initials {
	width: 60px;
	height: 60px;
	font-size: 2.6rem;
	border-radius: 50%;
	line-height: 60px;
	text-align: center;
	color: #FFF;
}
.reviews.user-reviews .inline-show {
	margin-left: 2rem;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.reviews.user-reviews .inline-show .ratings {
	margin-bottom: 0.7rem;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}
.ratings i {
	color: #f9bd2b;
}
.feedback-ttl {
	flex: 0 0 100%;
	color: #ec7a5c;
	font-size: 1.9rem;
	font-weight: 600;
}
.feedback-by {
	margin-left: auto;
	font-size: 1.2rem;
	color: #444;
}
.reviews.user-reviews .inline-show p {
	flex: 0 0 100%;
	max-width: 100%;
	padding: 1rem 0;
	color: #444;
}
.no-reviews-posted {
	padding: 2rem 0 0;
}
.no-reviews-posted p {
	margin-bottom: 2rem;
}
.items-reviews-ratings {
	padding-bottom: 1rem;
}
.no-reviews-yet, .review-rating {
	padding-bottom: 0.6rem;
}
.no-reviews-yet i, .review-rating i {
	color: #f9bd2b;
}
.post-review-link a {
	font-size: 1.4rem;
	text-decoration: underline;
}
.review-rating.radio-custom i {
	font-size: 1.7rem;
}
.post-star-rating label {
	font-size: 1.4rem;
	font-weight: 500;
}
.review-product {
	padding: 2rem;
	background: #f9f9f9;
	flex: 0 0 40%;
	border: solid 2px #eee;
	max-width: 40%;
}
.review-product label {
	font-size: 1.6rem;
	font-weight: 600;
	width: 100%;
}
.review-product span {
	font-size: 1.4rem;
}
.form-group .block.break-word {
	color: #666;
}
.share {
	margin: 2rem 0;
	display: flex;
}
/* ------- Review Section ---------------------------------------- */

/* HeatBeat Animation */

.heartBeat {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
   -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  font-weight:700;
}


@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.5);
    transform: scale(2);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
#quicklook_itemqty .item-dropdown {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
#quicklook_itemqty .item-dropdown label {
	flex: 0 0 80px;
	margin: 0;
}
#quicklook_itemqty .item-dropdown span {
	flex: 0 0 auto;
	width: auto;
	max-width: 70%;
}
#quicklook_itemqty .item-qty {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
#quicklook_itemqty .item-qty span {
	flex: 0 0 80px;
}
/*--- address validation popup css -----*/
#addressValidationModal .modal-header{flex-direction: column;}
#addressValidationModal .modal-header .close{ position:absolute; top:1rem; right:1rem;} 
#addressValidationModal .modal-body .addressitem{ width: calc(100% - 25px); margin-left:25px;}
#addressValidationModal .modal-footer{ text-align:right; padding:1rem!important;}
#addressValidationModal .modal-footer .col-sm-12{ padding:0;}

.text-red {
	color: red;
	font-size: 12px;
}
/* -------------Important Note----------------------------------- */
/* If u want Filter panel always visible, then add class in body 'category-filter-fixed'
/* If u want Mega Menu, then add class in header 'mega-menu'
/* -------------Important Note----------------------------------- */