@charset "utf-8";
/* ------- Fonts CSS ------------------- */
/*@import url('https://fonts.googleapis.com/css?family=Karla:400,700&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Karla:400,700&display=swap');
 @font-face {
     font-family: 'og_brotherbold';
     src: url('../fonts/ogbrother-extrabold-webfont.woff2') format('woff2'), url('../fonts/ogbrother-extrabold-webfont.woff') format('woff'), url('../fonts/ogbrother-extrabold-webfont.ttf') format('truetype');
     font-style: normal;
}
 @font-face {
     font-family: 'og_brothermedium';
     src: url('../fonts/ogbrother-medium-webfont.woff2') format('woff2'), url('../fonts/ogbrother-medium-webfont.woff') format('woff'), url('../fonts/ogbrother-medium-webfont.ttf') format('truetype');
     font-style: normal;
}
 @font-face {
     font-family: 'og_brotherregular';
     src: url('../fonts/ogbrother-regular-webfont.woff2') format('woff2'), url('../fonts/ogbrother-regular-webfont.woff') format('woff'), url('../fonts/ogbrother-regular-webfont.ttf') format('truetype');
     font-style: normal;
}
/* ------- 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: #020001;
	height:100%;
	background: #FFF;
	font-family: 'og_brotherregular';
	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:#020001;
	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.learnmore {color: white;}

a.learnmore:hover {color: white;text-decoration: underline;}
a:hover{
	color: #020001;
	text-decoration:none;
}
a:focus{
	outline: none;
	text-decoration:none;
}
.btn.btn-search:focus {
    background: #a8b434;
    color: #ffffff;
}
/* common css */
img{
	padding:0;
	margin:0;
	max-width:100%;
	border:none;
	vertical-align:middle;
}

.headericon {max-width: 100px;margin-left: auto;margin-right: auto;display: flex;
}
.env-msg{display:none !important}
h1, h2, h3, h4, h5, h6{
	margin:0;
	padding:0;
	display:block;
	font-family: 'og_brothermedium';
}
h1, h2, h3{
	font-weight:normal;
}
h4, h5, h6{
	font-weight:normal;
}
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: normal;
    padding: 10px 20px;
    border-radius: 0;
    font-size: 1.8rem;
    text-transform: uppercase;
    border: none;
font-family: 'og_brothermedium';
}
.btn:focus{
	box-shadow:none;
}
button:focus {
     outline: 0;
}
.btn-teal {
    background: #a8b434;
    color: #eef2f3;
}
.btn-teal:hover, .btn-teal:focus {
    background: #020001;
	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;
}
input:focus, select:focus{
outline:none;
}
.alert-danger {
	color: #e40f23;
}
.need-to-exchange-section{
    display: block;
    width: 100%;
    text-align: center;
    box-shadow: 1px 5px 24px 0 rgb(68 102 242 / 30%);
    max-width: 600px;
    margin: auto;
    padding: 40px;
    margin-bottom: 40px;
    border-radius: 20px;
}
.need-to-exchange-section i{
font-size: 30px;
    background: #a8b434;
    color: #fff;
    padding: 20px;
    border-radius: 50%;
}
.navbar-brand img {
    max-height: 80px;
}
/* ------- Back to Top ---------------------------------- */
.back-to-top {
	background: #98022c;
	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: 50%;

}
aside.basket-item-dtl h4 {
    font-family: 'og_brotherregular';
}
.back-to-top:hover, .back-to-top:focus {
	background: #020001;
	color:#FFF;
}
.needed_star {
	color: red !important;
}
/* ------- Back to Top ---------------------------------- */

.product-side{ margin-top:30px}
/* ------- 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: #020001;
}
.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: #020001;
	margin-left: 2rem;
}
/* --- Top Bar ---------- */
header.header-store {
    background: #eef2f3;
    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;
	padding: 10px 0;
	/*width: 100%;*/
	text-align: center;
	/*margin: auto;*/
}
/*.navbar-brand img {
	max-height: 80px;
}*/
label {
    font-size: 18px;
}
.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: #303e49;
	padding: 1rem 1.2rem;
	font-weight: 600;
	font-size: 18px;
	display:inline-block;
}
.navbar-nav > li:hover > a, .navbar-nav > li:focus > a, .navbar-nav > li.active > a{
	color:#a8b434;
}
.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:#a8b434;
	color: #FFF;
}
.navbar-nav > li > a i{
	font-size:1rem;
}
.nav-dropdown-menu.multi-level {
	position: absolute;
	background: #a8b434;
	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:#020001;
}
.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:#020001;
	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: #020001;
	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: #a8b434;
	color: #FFF;
}
.menu-header {
    background: #a8b434;
    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 #a7a199;
}
.search-form-wraper .search-inner {
	display: flex;
	flex: 0 0 500px;
	max-width: 100%;
}
.form-control:disabled, .form-control[readonly] {
    height: 4rem;
}
.search-form-wraper .form-control {
	background: transparent;
	border: none;
	flex: 0 0 auto;
	border-bottom: solid 1px #020001;
	border-radius: 0;
	font-size: 2.4rem;
	color: #020001;
	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 #020001;
	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 #a7a199;
}
.ac_results ul li {
    border-bottom: solid 1px #a7a199;
    padding: 5px 0px;
    cursor: pointer;

}
.ac_results ul li:hover{
	color: #a8b434;
}
.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:#020001;
}
.login-icon-list li:last-child {
	margin-left: 2.2rem;
}
.mobile_quicklook {
    display: none !important;
}
.login-icon-list li a {
    color: #a8b434;
    font-weight: 500;
    font-size: 18px;
    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;
    margin-left: 20px;
}
.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: #303e49;
	color: #ffffff;
}
.cart-view i {
	margin-right: 0.8rem;
	font-size:2rem;
	
}

/*------- Header ---------------------------------------- */
.size-chart-button {
    background: #d7c897;
    padding: 6px 15px;
    font-weight: 500;
    margin-top: 11px;
    display: inline-block;
    color: #4a413a;
}

/*------- Home Banner ---------------------------------------- */
.home-slide {
    max-width: 1920px;
    margin: auto;
}
.carousel-custom .carousel-item.item-1 {
    /*min-height: 125px;*/
    display: flex;
    background: #a8b434;
/*background:url(../images/banner-image-update.png?v=1.0) no-repeat;*/
}
.carousel-custom .carousel-item.item-2 {
	background: url(../images/amazon-air2.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: #ffffff;
	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: 22px;
    padding: 12px 24px;
    background: #a8b434;
    font-weight: bold;
    color: #ffffff;
}
.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: #020001;
}
.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: #a8b434;
}
.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: #a8b434;
	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: #a8b434;
	font-weight: 500;
}
.cart-message span i {
	display: inline-block;
	color: #a8b434;
	font-size: 2.2rem;
	position: relative;
}
.cart-info {
	font-weight: 400;
	margin: 1rem 0;
	font-size: 1.2rem;
}
.cart-info span {
	color: #a8b434;
	font-size: 1.4rem;
}
.product-list {
	display: flex;
	padding-bottom: 1rem;
	border-bottom: solid 1px #a7a199;
	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: #a8b434;
	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: 3.4rem;
    margin-bottom: 6rem;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
}
.section-title h3::before {
	position: absolute;
    content: '';
    height: 0.3rem;
    width: 7rem;
    background: #a8b434;
    left: 0;
    right: 0;
    bottom: -6px;
    margin: auto;
}

.item-img, .item-image {
	position: relative;
	margin-bottom: 1rem;
	overflow: hidden;
	text-align: center;
	cursor: pointer;
	border: 1px solid #efefef;
}
.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-wrapper-section:before {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    background-color: #a8b434;
    width: 90px;
    height: 80px;
    -webkit-clip-path: polygon(100% 0, 0 100%, 0 0);
    clip-path: polygon(100% 0, 0 100%, 0 0);
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    content: "";
    opacity: 1;
    display:none;
}
.item-image:hover .item-wrapper-section:before{
    width: 100%;
    height: 100%;
    opacity: 0.5;
    -webkit-clip-path: none;
    clip-path: none;
}
.modal .close{
font-size:1.5rem;
}
.item-show-detail{color: #a8b434;margin-top: 10px;display: inline-block;margin-bottom: 30px;font-size: 18px;
    text-decoration: underline;}
.item-wrapper-section {
    padding: 5px;
    background: #a8b434;
}
.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: #020001;
}
.item-title a:hover {
	color: #020001;
}
.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:-9;
}
.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: #a8b434;
	font-size: 1.4rem;
	margin-bottom: 0.5rem;
}
.item-dtl-action {
	font-weight: 400;
	margin-top: 0.5rem;
}
.owl-item .item {
	border: solid 1px #a7a199;
	margin: 10px 5px;
}
.owl-buttons > div {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #a8b434;
	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: #a8b434;
	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: #eef2f3;
	color: #020001;
}
.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: #a8b434;
    font-size: 1.5rem;
    font-weight: 500;
}
.copyright {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    color: #a8b434;
    /* font-weight: 500; */
}
.copyright p {
    font-weight: 500;
}
.newsleter-container {
	/*background: #333;*/
	padding: 1rem 0px;
/*	padding-bottom: 0;*/
	/* margin-bottom: 0;*/
	border-bottom: 1px solid #dce2e3;
}
.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: 70px;
}
/*------- Footer ---------------------------------------- */

.login-left-container {
    background-image: url('../images/background-new.jpg');
    background-repeat: no-repeat;
    background-size: cover;
 background-position: center;
   
}

/*------- Product Listing ---------------------------------------- */
.item {
	height: 100%;
	position: relative;
}
.item:before {
    content: '';
    background: url(../images/right-shadow.png) no-repeat;
    position: absolute;
    left: 0px;
    bottom: -20px;
    width: 100%;
    height: 20px;
    z-index: 1;
    background-size: contain;
}
.hide {
	display: none;
}
.quicklook, .hide {
	display: none;
}
.zooming {
	position: absolute;
    right: 50%;
    top: 50%;
    z-index: 9;
    transform: translate(50%, -50%);
}
.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: #a8b434;
}
/* --- 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: #a8b434;
	font-weight: 500;
	width: 70px;
}
.product-filter:hover, .product-filter:focus {
	color: #a8b434;
}
.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 #a7a199;
	margin-top: 1rem;
}
.sidebar-block.filter .title {
	display: flex;
	font-size: 1.8rem;
	color: #a8b434;
	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: #020001;
	position: relative;
	margin-left: 5px;
}
.view-switch.vam a.active {
	border: solid 1px #a8b434;
}
.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,#a8b434 7px,#a8b434 0,#fff 0,#fff 0);
	background-image: -o-linear-gradient(left,#a8b434 7px,#a8b434 7px,#fff 3px,#fff 3px);
	background-image: linear-gradient(90deg,#a8b434 7px,#a8b434 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:#a8b434;
	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: #020001;
	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:#020001;
}
.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: #a8b434;
	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: #a8b434;
}
#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 #a7a199;
	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 #020001;
    color: #ffffff;
    background-color: #020001;
    padding: 10px 20px;
}
.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: #a8b434;
	font-size: 1.6rem;
	margin-left: 0.5rem;
}
.item-pricing-border-dark {
	border-bottom: solid 1px #a7a199;
	padding-bottom: 1rem;
	margin-bottom: 2rem;
}
.item-options a span {
	font-size: 1.4rem;
	color: #a8b434;
}
.item-price.price {
	font-size: 2.6rem;
	font-weight: 600;
	color: #a8b434;
}
.item-price.price .line-through {
	color: #999;
	font-size: 1.5rem;
	text-decoration: line-through;
	margin-right:7px;
}
.ui-tabs {
	/* border-bottom: solid 1px #a7a199; */
}
.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: #020001;
	font-weight: 500;
}
.ui-tabs .ui-tabs-panel {
	background: transparent;
	font-size: 1.4rem;
	color: #282828;
	padding: 0;
}
.size-chart a {
	text-decoration: underline;
}
#quicklook_tabs.ui-tabs .ui-tabs-panel {
	padding-top: 1.5rem;
	border-top: solid 1px #a7a199;
	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: 30rem;
	height: 5rem;
	color: #666;
	padding: 0 1rem;
	max-width: 100%;
	-moz-appearance: none;
	-webkit-appearance: none;
	box-shadow: none;
	border: solid 1px #a7a199;
	background: transparent url('../images/select-bg.png?v=1.0');
	background-repeat: no-repeat;
	background-position: center right 7px;
	background-color:#fff;
}
.item-qty {
	margin-top: 1.5rem;
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 6px;
	align-items: center;
}
.item-qty span {
	flex: 0 0 80px;
	max-width: 100%;
	font-weight: 600;
	font-size: 1.6rem;
	color: #020001;
	padding-right: 10px;
	align-items: center;
}
.item-qty input {
	height: 4rem;
	border: solid 1px #a7a199;
	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 #a7a199;
}
.large-view-btn {
    background: #a8b434;
    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: #eef2f3;
    font-weight: 700;
    text-transform: uppercase;
    top: 0;
    right: 0;
}
.large-view-btn:hover, .large-view-btn:focus {
    background: #f99919;
    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;
	/* border: 1px solid #efefef; */
}
.item-color {
	margin: 1rem 0 0;
	display: flex;
	align-items: center;
}
.item-properties {
	color: #020001;
	font-size: 18px;
	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;
	background: #020001;
}
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 #a7a199;
	max-width: 400px;
	font-size: 1.4rem;
	padding: 0.6rem 1rem;
	box-shadow: none;
}
.qty{
	text-align:center;
}
.product-note a {
	font-size: 1.6rem;
	color: #020001;
}
.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: #020001;
	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: #020001;
	line-height: 22px;
}
.matrix-toggle a.collapsed::after {
	content: '+';
}
.matrix-list-row {
    font-size: 14px;
    padding: 10px 10px 0;
    border-bottom: solid 1px #a7a199;
}
.matrix-list span.price {
    color: #a8b434;
    font-weight: 500;
}
/* ------- Product Details ---------------------------------------- */


/* ------- My Cart ---------------------------------------- */
.custom-control {
    margin-bottom: 6px;
}
.custom-control-label {
    margin-left: 10px;
}
.custom-control-label::after, .custom-control-label::before{
    width: 1.5rem;
    height: 1.5rem;
}
.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 #a7a199;
	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 #a7a199;
}
.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: #a8b434;
	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: #a8b434;
	font-weight: 600;
	padding: 1.5rem 0 1.1rem;
	border-bottom: solid 1px #a7a199;
}
.subttl-label.price {
	margin-left: auto;
	font-size: 2rem;
}
.continue-checkout-btn {
	display: flex;
	align-items: center;
	margin-bottom: 0rem;
}
#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:#eef2f3;
	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, #eef2f3 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: #020001;
	color: #FFF;
}
.btn.btn-teal-outline:hover, .btn.btn-teal-outline:focus {
    background: #4a413a;
}
.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 #a7a199;
	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: #a8b434;
	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: #020001;
	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 .container, #bd .container, #activation-container .container {
	max-width: 1200px;
	display: flex;
	align-items: center;
	-ms-align-items: center;
}
#loginBox > .row{
	width: 100%;

  
   
}
.login-inner-box {
    width: 100%;
}
.login-page {
	margin: 0 0 3rem;
	/*box-shadow: 0px 0px 40px #ddd;*/
	/* border: solid 1px #f1f1f1; */
	flex: 0 0 70%;
	position: relative;
	z-index: 1;
	margin: 0 auto  5rem;
}
/*.login-page:before, .login-page:after {
  position: absolute;
  content: "";
  bottom: 20px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #555;
  -webkit-box-shadow: 0 15px 10px #555;
  -moz-box-shadow: 0 15px 10px #555;
  box-shadow: 0 15px 10px #555;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
  z-index: -1;
}
.login-page:after {
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}*/
.forgot-page {
	margin: 0 0 3rem;
}
.email-register-box {
	padding: 5rem 4rem;
	background: #eee;
}
.lr-box-title {
    font-size: calc(20px + (40 - 20) * ((100vw - 320px) / (1920 - 320)));
    margin-bottom: calc(20px + (30 - 20) * ((100vw - 320px) / (1920 - 320)));
    position: relative;
    color: #a8b434;
text-align: center;
}
.lr-box-title::after {
	background: #a8b434;
	content: '';
	position: absolute;
	width: 6rem;
	height: 3px;
	bottom: -8px;
	left: 0;
	display: none;
}
.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: 3rem 2rem;
	background:#ffffff;
}
.form-group {
	margin-bottom:2rem;
}
.exchangeForm .form-group.store-form-style {
	margin-bottom: 0;
margin-left:10px;
}
.form-group.store-form-style {
	margin-bottom: 3rem;
	position: relative;
}
.form-group.store-form-style .form-control {
    padding: 0;
    border: solid 3px rgb(238 242 243);
    background: #FFF;
    font-size: 1.6rem;
    /* margin: 1rem 0 0; */
    display: inline-block;
    width: 100%;
    /* height: 3rem; */
    min-height: 4.4rem;
    color: #666;
    padding: 5px 10px;
}
.form-group.store-form-style .form-control:focus {
    border-color: #a8b434;
    box-shadow: none;
    background-color: #f7f7f7;
}
.forgot-password {
	color: #a8b434;
	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 {
    margin-bottom: 2px;
    font-size: 1.8rem;
    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-repeat: no-repeat;
    background-position: right 15px bottom 16px;
    height: 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: #a8b434;
}
.steps {
	margin: 5rem 0 0;
}
.steps ul {
	display: flex;
	justify-content: flex-start;
	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;
    width: 16.6666%;
    margin: 0 12px;
}
.steps li::before{
    margin: 0 auto 5px auto;
}

/*.steps li::after{
    content: '';
      width: 100%;
    height: 3px;
    background: #e2e2e2;
    position: absolute;
    left: -50%;
    top: 15px;
    z-index: -1;
}

.steps li:first-child::after{
background:transparent !important;
}*/


/*.steps li::after {
	position: absolute;
	content: '';
	width: 100%;
	background: #333;
	height: 2px;
	left: 0;
	right: 0;
	bottom: 29px;
}*/
.steps li i {
	font-size: 3rem;
    color: #020001;
    background:#e2e2e2;
    padding: 10px;
    border-radius: 50%;
}
.steps li span {
	display: block;
	margin-top: 2rem;
color:#fff;
}
.steps li.active {
	opacity: 1;
}
.steps li.filled {
	color: #a8b434;
	opacity: 1;
	font-weight: 500;
}

.steps li.filled:first-child{
    margin-left: 0px;
}
.steps li.filled a{
	color: #a8b434;
}
.steps li.filled i{
	    color: #fff;
    background: #a8b434;
    padding: 10px;
    border-radius: 50%;
}
.steps li.filled::after {
	background:#a8b434;
}
.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;
}
.container.category-detail {
    background: #fff;
    padding-top: 20px;
}
.checkout-steps {
	display: inline-block;
	position: relative;
	width: 100%;
	margin-bottom: 5rem;
}
.mini-container .checkout-steps {
    background: transparent;

}
section.custom-table-wraper {
    background: #fff;
}
.ac-skin.mini-container .checkout-steps {
    background: #fff;
    padding: 40px;

}

/*.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;
	color: #a8b434;
}
.inf-page-title::before {
    position: absolute;
    content: '';
    height: 3px;
    width: 5rem;
    background: #020001;
    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: #020001;
	font-weight: 600;
}
/* ------- Your Billing Information ---------------------------------------- */

/* ------- Delivery Address ---------------------------------------- */
.location-address.ac {
	font-weight: 500;
	font-size: 1.6rem;
	margin-top: 6px;
	color: #a8b434;
}
.address-selection {
	margin-bottom: 3rem;
}
.f-form.horizontal.form-delivery-address {
	margin-bottom: 0rem;
	padding-bottom: 8rem;
}
/* ------- 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: #a8b434;
	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: #020001;
	flex-wrap: wrap;
}
.col-second p {
	font-weight:600;
	color:#a8b434;
}
.custom-table-row {
	border-bottom: solid 1px #a7a199;
}
.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: #a8b434;
}
.col-third .price {
	font-weight: 600;
	font-size: 1.6rem;
	color: #a8b434;
}
.cart-total-title {
	font-size: 2rem;
	margin-bottom: 1rem;
}	
.price-list-block {
	display: flex;
	padding: 1rem 0;
	border-bottom: solid 1px #a7a199;
	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: #a8b434;
}
.col-second .btn-group.bootstrap-select {
	max-width: 220px;
}
.ccp-row {
	border-bottom: solid 1px #a7a199;
	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: #a8b434;
}
.custom-table-main-header .p-head {
	font-size: 1.8rem;
	font-weight: 500;
	padding: 0.6rem 1rem;
	background: #eef2f3;
}
.ssm-box {
	margin-top: 1rem;
	margin-bottom: 4rem;
}
.ssm-common-row {
	display: flex;
	flex-wrap: wrap;
	padding: 0.6rem 0;
	border-bottom: solid 1px #a7a199;
}
.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: #a8b434;
    margin: 4px 0;
    font-size: 1.6rem;
    font-weight: 500;
}
.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: #020001;
}
.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: #eef2f3;
	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: #020001;
	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: #eef2f3;
    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 #a7a199;
	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: #a8b434;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 1.2rem;
}
.border-title {
	font-size: 1.6rem;
	font-weight: 500;
	border-bottom: solid 1px #a7a199;
	padding-bottom: 0.8rem;
}
.text-teal{
	color:#a8b434;
}
.checkout-question {
	border-bottom: solid 1px #a7a199;
	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 #a7a199;
	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: #a8b434;
	font-weight: 600;
}
.checkout-question.qus .form-group{
	margin-bottom:2.5rem;
}
#payment_show .form-control {
	border: solid 1px #a7a199;
	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: #a8b434;
}
/* ------- Payment ---------------------------------------- */


/* ------- Complete Payment ---------------------------------------- */
.order-completed-message {
	    justify-content: center;
	    font-size: 4rem;
	    font-weight: 600;
	    margin-bottom: 0;
	    color: #a8b434;
}

.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 h3 {
    color: #020001;
    text-transform: capitalize;
    margin-bottom: calc(10px + (20 - 10) * ((100vw - 320px) / (1920 - 320)));
    font-size: calc(22px + (30 - 22) * ((100vw - 320px) / (1920 - 320)));
}
.order-completed p{
	font-size: 22px !important;
	line-height: 1.3;
}
.order-completed p a{
	color:#a8b434;
}
.order-completed.alert {
	margin-bottom: 2rem;
	margin-top: -2rem;
	background: transparent;
	border: none;
	color: #020001;
}
.check-icon-confirm{
    text-align: center;
    background: black;
    color: #fff;
    border-radius: 50%;
    margin-right: 20px;
    font-size: 3rem;
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;

}
.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: #a8b434;
	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: #a8b434;
	left: 0;
	bottom: -6px;
}
.account-email {
	flex: 0 0 100%;
	max-width: 100%;
	margin-bottom: 2rem;
	color: #a8b434;
}
.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: #a8b434;
}
.vo-orderid i {
	display: inline-flex;
	flex: 0 0 3.5rem;
	font-size: 2.4rem;
}
.vo-orderid a {
	color: #a8b434;
}
.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: #a8b434;
	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: #a8b434;
	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: #a8b434;
}
.static-pages p {
	font-size: 1.6rem;
	color: #020001;
	margin-bottom: 4rem;
}
.static-pages p .font-semibold.text18 {
	color: #020001;
	font-weight: 500;
}
#contact-us .breadcrumb {
	margin-bottom: 3rem;
}
/* ---- Static Pages ---------------- */


/* ---- Matrix Details ---------------- */
.border-top{
	border-top: solid 1px #a7a199;
	padding-top: 2rem;
}
.matrix .qty {
	border: solid 1px #a7a199;
	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: #a8b434;
	font-size: 3.2rem;
	font-weight: 600;
	text-align: center;
}
.invoice-dtl-header {
	border-top: solid 1px #a7a199;
	margin: 2rem 0;
	border-left: solid 1px #a7a199;
	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 #a7a199;
	border-right: solid 1px #a7a199;
	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: #a8b434;
}
.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: #020001;
}
.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: #a8b434; */
}
.item-radio {
    display: flex;
    flex-wrap: wrap;
    margin-top: 2rem;
    align-items: center;
}
.item-radio > label {
	flex: 0 0 80px;
	font-size: 1.6rem;
	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: #a8b434;
	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: #020001;
}
/* ------- 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: #a8b434;
	left: 0;
	bottom: -6px;
}
.feedbacks {
	margin-top: 2rem;
	display: flex;
	border-bottom: solid 1px #a7a199;
	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: #a8b434;
	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;
}

.addtocart{
	display: block;
    width: 100%;
    font-size: 2.4rem;
}
/*--- 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;
}

.theme-clr{ color:  #a8b434; }
.grey{ color: #808080; }
.text1{
	color: #fff;
	font-weight: 600;
	font-size: 40px;
	/* line-height: 130%; */
	/* text-transform: uppercase; */
	
}
.text2{
    font-size: 22px;
    line-height: 150%;
}
.carousel-custom .carousel-caption{
	position: relative;
	left: auto;
	right: auto;
	-webkit-transform: initial;
	-ms-transform: initial;
	transform: initial;
	padding: 0 15px;
	max-width: 1440px;
	margin: auto;
}


#ss_cookie_consent_msg{
	background-color: #a8b434 !important;
}


.orderdetails, .itemdetails{
  background: #e9ecef;
  padding: 15px;
  border: 1px solid #ced4da;
}
.itemoptions fieldset{
  background: #e9ecef;
  padding: 15px;
  border: 1px solid #ced4da;
  max-width: 280px;
  margin-top: 2rem;
}
.itemoptions .item-dropdown span select{
  width: 100%;
}
.itemoptions fieldset>.item-dropdown:first-child{
  margin: 0;
}

/*---------- Strip banner CSS start ----------------------------------*/

.top-strip {
    width: 100%;
    background: #fff;
    text-align: center;
    position: relative;
    padding: 15px;
    z-index: 1;
    margin-top: 98px;
}
.top-strip .offer-detail {
    display: block;
    font-size: calc(14px + (22 - 14) * ((100vw - 320px) / (1920 - 320)));
    line-height: 1.4;
    margin-top: 0;
    color: #fff;
    text-transform: capitalize;
}
.offer-detail a {
    color: #fff;
    font-weight: 700;
}

/*---------- Strip banner css end ----------------------------------*/


.checkout-payment-headings .label.label-warning {
	padding: 4px 10px 11px;
	display: inline-block;
	font-weight: 900;
}

@media(max-width: 1099px){
	.kit-title{
		font-size: 18px;
	}
}

@media(max-width: 767px){
	.login-left-container{
		height : 400px;
	}
}

@media(max-width: 575px){
	.text1{
		font-size: 18px;
	}
	.login-left-container{
		height: 400px;
	}
	.text2{
	    font-size: 16px;
	}
	.kit-title{
		font-size: 24px;
	}
.need-to-exchange-section{
margin: 20px
}
.need-to-exchange-section h2{font-size: 1.2rem;}
.top-strip {
    padding: 5px 15px;
    margin-top: 80px;
}
}
.top-strip .offer-detail {
    margin-top: 0;
}

#emp_id a {
    color: #a8b434;
}

/*----------------- TMO-Extra --------------*/
.center-logo {
    display: flex;
    justify-content: center;
    margin-bottom: 4rem;
}
.footer-brand {
    /* margin-bottom: 15px; */
}
.captachatext-class {
    height: 60px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #ccc;
    padding: 5px 0px 0px 35px;
    font-size: 24px;
    background-color: #f2f2f2;
    background-image: url(../images/Captcha.png?v=1.0);
    margin-top: 3rem;
}
.wapper-single img {
    width: 100%;
    max-width: 100%;
}
.filter-results {
    display: none;
}
.basket-item-body .bg-white{
padding: 50px 15px;
}
.kit-title {
    font-size: 42px;
    color: #a8b434;
}
.item-price {
    font-size: 25px;
}
.basket-item-kit-row .tab-details h3{
    color: #a8b434;
    font-size: 21px;
    margin-bottom: 15px;
}
.basket-item-kit-row .tab-details p{
    color: #020001;
    font-size: 15px;
    margin-bottom: 10px;
}
.basket-item-kit-row .tab-details li{
    color: #020001;
    font-size: 14px;
    font-weight: 700;
}
#prop65container {
    margin-top: -10px;
    display: block;
}
.shipping-title-info{
    display: block;
    align-items: center;
    border-bottom: 1px solid #ddd;
    margin: 0 15px;
    padding-bottom: 12px;
    width: 100%;
    margin-bottom: 15px;
    padding-top: 30px;
}
.basket-item-kit-row .btn-teal{
    padding: 10px 20px;
}
#shippinginfopage h3{font-size: 26px;padding: 0;display: inline-block;width: 65%;}
#shippinginfopage p{
    display: inline-block;
    width: 34%;
    text-align: end;
    padding-right: 0;
}
.forms.myaccount-pages {
    padding-bottom: 20px;
}
.confirm-box .steps{
    max-width: 800px;
    margin: auto;
    border: solid 8px #eef2f3;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding-top: 20px;
    display: block !important;
	background:#fff;
}
.confirm-box {
    height: 85vh;
}
.full-check-btn{
width:100%;
}
#yui3-g .f-form.horizontal.form-delivery-address {
    margin-bottom: 0rem;
    padding-bottom: 8rem;
}
.block.capt label {
    margin-bottom: 2px;
    font-weight: 500;
}
#checkout .container.category-detail {
    background: transparent;
}

/*#addAlltoCart {
    margin-bottom: 6rem;
    border: 1px solid #e94936 !important;
    box-shadow: 0 0 6px #e32c3e;
    padding: 12px 30px !important;
    color: #020001 !important;
    font-weight: 600;
}*/
#addAlltoCart i{
	padding-right:4px;
	vertical-align: text-top;
}
.steps ul{
display:none;
}
#qty_error {
    max-width: 500px;
    text-align: center;
    justify-content: center;
    align-items: center;
   color:#020001;
}
.size-chart-modal .modal-dialog{
max-width: 800px;
}
.size-chart-modal .modal-title{
font-size:20px;
}

/* -------------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----------------------------------- */