@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
/* FONT_WEIGHT 300, 400, 500, 600, 700, 800, 900  */

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html {
	margin: 0 auto;
	width: 100%;
	height: 100%;
}
body {
	background: #f5f5f5;
	font-family: "Rubik", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 300;
	font-size: 125%;
	line-height: 1;
	color: #11173B;
	cursor: default;
	margin: 0;
}
.container {
	margin: 0 auto;
	max-width: 1800px;
	padding: 0 2%;
	box-sizing: border-box;
}

a {
	color: #e6302a;
	text-decoration: none;
	filter:alpha(opacity=100);
	opacity: 1;
	-webkit-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	-o-transition:all 0.2s linear;
	transition:all 0.2s linear;
}
a:hover, a:focus {
	text-decoration: underline;
	outline: 0;
	filter:alpha(opacity=100);
	opacity: 1;
	-webkit-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	-o-transition:all 0.2s linear;
	transition:all 0.2s linear;
}
a[href^=tel] {
	background: none !important;
	padding: 0 !important;
}
a img {
	border: 0;
}
a.btn-size {
	border-radius: 5px;
	padding: 9px 25px;
	background-image: linear-gradient(to right, #e52d27 0%, #b31217  51%, #e52d27  100%);
	text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: #fff;            
    display: block;
}
a.btn-size:hover {
	background-position: right center;
    color: #fff;
    text-decoration: none;	
}
.btn.btn-primary {
	text-transform: uppercase;
	width: 100%;
}
         

/* FORMS */
::placeholder {
	color: #A0A0A0;
}
label {
	user-select: none;
}
.has-error-foundation ::placeholder {
	color: #A0A0A0;
}

input[type='text'], input[type='tel'],input[type='email'], input[type='password'], textarea {
	background: #fff;
	border: 1px solid #ccc;
	color: #000;
	border-radius: 4px;
	outline: 0;
	font-family: "Rubik", sans-serif;
	font-weight: 400;
	font-size: 90%;
	padding: 15px 10px 15px;
	width: 100%;
	-webkit-appearance: none;
	appearance: none;
	box-sizing: border-box;
}
input[type='text']:focus,
input[type='tel']:focus,
input[type='email']:focus,
input[type='password']:focus,
textarea:focus {
	border: 1px solid rgba(230, 49, 42, 0.3);
}
input[type='text'].invalid, 
input[type='tel'].invalid,
input[type='email'].invalid,
textarea.invalid  {
	border: 1px solid #ff964b;
}
input[type='submit'], 
input[type='button'], 
button[type='submit'],
button {
	border: 0;
	outline: 0;
	font-family: "Rubik", sans-serif;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 105%;
	background: #c0100a;
	border-radius: 6px;
	padding: 14px 25px 14px;
	color: #fff;
	cursor: pointer;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	-o-transition:all 0.2s linear;
	transition:all 0.2s linear;
}
input[type='submit']:hover, 
input[type='button']:hover, 
button[type='submit']:hover,
button:hover {
	background: #e6302a;
	filter:alpha(opacity=100);
	opacity: 1;
	-webkit-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	-o-transition:all 0.2s linear;
	transition:all 0.2s linear;
}
button.rsform-thankyou-button {
	width: 200px;
	padding: 1px 5px 8px;
	font-size: 90%;
}

.formControls input[type="radio"] {
	visibility: hidden;
	position: absolute;	
}
.formControls label {
	border-radius: 5px;
	background: #ececec;
	display: inline-block;
	padding: 6px 10px 7px;
	margin-right: 8px;
	margin-bottom: 7px;
	cursor: pointer;
	border-radius: 5px;
	font-weight: 400;
	font-size: 90%;
}
.formControls label:hover {
	background: #000;
	color: #fff;
	filter:alpha(opacity=100);
	opacity: 1;
	-webkit-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	-o-transition:all 0.2s linear;
	transition:all 0.2s linear;
}
.formControls input[type="radio"]:checked + label {
	background: #c0100a;
	color: #fff;
	font-weight: 500;
}
.formControls .formError {
	margin-top: 0;
}
.rsform-password-hint {
	font-size: 75%;
}
.rsform-block-password .formError {
	margin-top: -35px;
	margin-bottom: 30px;
}

/* CHECKBOX STYLING */
[type=checkbox] {
  width: 2.2rem;
  height: 2.2rem;
  color: dodgerblue;
  vertical-align: middle;
  -webkit-appearance: none;
  background: none;
  border: 0;
  outline: 0;
  flex-grow: 0;
  border-radius: 50%;
  background-color: #e6e2e2;
  transition: background 300ms;
  cursor: pointer;
  margin-right: 6px;
  margin-bottom: 5px;
}
[type=checkbox]:hover {
	background-color: #000;
}
[type=checkbox]::before {
  content: "";
  color: transparent;
  display: block;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  border: 0;
  background-color: transparent;
  background-size: contain;
 background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E %3Cpath d='M15.88 8.29L10 14.17l-1.88-1.88a.996.996 0 1 0-1.41 1.41l2.59 2.59c.39.39 1.02.39 1.41 0L17.3 9.7a.996.996 0 0 0 0-1.41c-.39-.39-1.03-.39-1.42 0z' fill='%23ccc'/%3E %3C/svg%3E");
}


/* Checked */

[type=checkbox]:checked {
  background-color: #e6302a;
}

[type=checkbox]:checked::before {
  box-shadow: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E %3Cpath d='M15.88 8.29L10 14.17l-1.88-1.88a.996.996 0 1 0-1.41 1.41l2.59 2.59c.39.39 1.02.39 1.41 0L17.3 9.7a.996.996 0 0 0 0-1.41c-.39-.39-1.03-.39-1.42 0z' fill='%23fff'/%3E %3C/svg%3E");
}

.has-error-foundation input[type="text"].rsform-error:not(:focus), 
.has-error-foundation input[type="email"].rsform-error:not(:focus) {
	color: #fff !important;
}

div.formBody {
	float: none !important;
}
.formError {
	color: #e6302a !important;
	font-size: 14px !important;
	font-weight: normal !important;
	display: block;
	margin-top: -15px;
	text-align: center;
}
.formError, .formRed {
	font-weight: 400 !important;
	color: #e6302a !important;
}
.formClr {
	display: inline-block !important;
}
fieldset.formFieldset, fieldset {
	border: none;
	padding: 0 !important;
	margin: 0 !important;
}
fieldset.addshipto {
	margin-top: 50px !important;
}
fieldset.formFieldset ol.formContainer li {
	padding: 0 0 10px !important;
}
fieldset.formFieldset ol.formContainer li:last-child {
	padding-bottom: 0 !important;
}
.formCaption2 {
	margin-bottom: 1%;
}

div.formError {
	left: 30% !important;
}
.has-error-foundation input[type="text"].rsform-error:not(:focus), 
.has-error-foundation input[type="password"].rsform-error:not(:focus), 
.has-error-foundation input[type="email"].rsform-error:not(:focus), 
.has-error-foundation textarea.rsform-error:not(:focus), 
.has-error-foundation select.rsform-error:not(:focus),
input[type="text"].rsform-error, 
input[type="tel"].rsform-error, 
input[type="email"].rsform-error, 
input[type="password"].rsform-error, 
textarea.rsform-error  {
	background: rgba(230, 49, 42, 0.15) !important;
	border: 1px solid rgba(230, 49, 42, 0.15) !important;
}

hr {
	border: none;
	border-bottom: 1px solid #A1A1A1;
	margin: 1% 0;
}
#careers-vacancies hr {
	border-bottom-style: dashed;
}
img {
	max-width:100%;
	max-height:100%;
	height: auto;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 30px;
	line-height: 1.2;
	font-weight: 400;
}
h1, h2 {
	font-size: 160%;
	line-height: 1.3;	
}
p {
	margin-top: 0;
	margin-bottom: 14px;
	line-height: 1.4;
}
.p p {
	margin: 0;
	line-height: 0;
}
strong, b {
	font-weight: 500;
}
ul.ul, .ul ul, .ol ol {
	list-style: none;
	padding: 0;
	margin: 0;
}
dl {
	margin: 15px 0;
	font-size: 80%;
	color: #a0a0a0;
}
dd {
	margin-left: 0;
}
div.grid,
.li li {
	display: inline-block;
	vertical-align: top;
}
li.grid {
	display: inline-block;
	vertical-align: middle;
}
.fw-300 h1 {
	font-weight: 300;
}
.center {
	text-align: center;
}
.right {
	float: right;
}
.min-height {
	min-height: 500px;
	margin-bottom: 100px;
}
.max-width {
	margin: 0 auto;
	width: 80%;
}

/* HEADER TOP */
#header-top div.grid{
	vertical-align: middle;
}
#header-top {
	background-color: #000;
	padding: 10px 0 0;
	text-align: center;
	width: 100%;
	position: fixed;
	z-index: 9999;
	border-bottom: 1px dashed #333;
}
#header-top .canada {
	float: left;
	color: #fff;
}
#header-top .canada h1 {
	font-weight: 400;
	font-size: 60%;
	margin: 0;
	background: url(../images/canada.svg) no-repeat left center / 30px;
	text-indent: -99999px;
	width: 30px;
	height: 30px;
}
#header-top .mainmenu {
	margin-top: 5px;
	margin-right: -100px;
}
#header-top .mainmenu a {
	font-weight: 400;
	text-decoration: none;
	font-size: 90%;
	color: #fff;
	margin: 0 8px;
}
#header-top .mainmenu li.active a,
#header-top .mainmenu a:hover {
	color: #e6302a;
}
#header-top .mainmenu li.active a {
	font-weight: 500;
}
#header-top .mainmenu a.hide {
	display: none;
}


/* USER LOGIN MENU */
#header-top .account ul.menu {
	color: #fff;
	padding: 0;
	line-height: 1.25;
	position: relative;
}
#header-top .account a.icon {
	text-indent: -99999px;
	display: inline-block;
	width: 30px;
	height: 26px;
	margin-right: 20px;
	background: url(../images/user.svg) no-repeat 0 0 / 27px;
	opacity: 1;
}
#header-top .account a.icon:hover {
	opacity: 0.6;
}

/* MY ACCOUNT */
#header-top .item-218 span.icon {
	width: 30px;
	height: 26px;
	margin-right: 16px;
	background: #000 url(../images/user_active.svg) no-repeat 0 0 / 27px;
	text-indent: -99999px;
	display: inline-block;
	cursor: pointer;
}
#header-top .item-218 ul.mod-menu__sub {
	border-top: 14px solid #000;
	background: #e6302a;
	color: #fff;
	display: none;
	position: absolute;
	z-index: 999999;
	margin-left: -50px;
	padding: 10px 0 5px;
	min-width: 9em;
	width: auto;
	font-weight: 400;
	text-align: left;
	border-radius: 0 0 10px 10px;
	filter:alpha(opacity=100);
	opacity: 1;
	-webkit-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	-o-transition:all 0.2s linear;
	transition:all 0.2s linear;
}
#header-top .item-218:hover ul.mod-menu__sub {
	display: block;
	filter:alpha(opacity=100);
	opacity: 1;
	-webkit-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	-o-transition:all 0.2s linear;
	transition:all 0.2s linear;
}
#header-top .item-218 ul.mod-menu__sub li a {
	background: none;
	color: #000;
	text-transform: none;
	padding: 4px 8px;
	margin-left: 3px;
	margin-bottom: 5px;
	font-size: 80%;
	border-radius: 0;
	display: inline-block;
}
#header-top .item-218 ul.mod-menu__sub li a:hover {
	color: #fff;
}
#header-top .item-218 ul.mod-menu__sub li.active a {
	color: #fff;
	font-weight: 500;
}
#header-top .item-221 {
	margin-top: 3px;
	padding-top: 2px;
	border-top: 1px solid rgba(255, 255, 255, 0.3);
}


/* CART */
#header-top .cart {
	color: #fff;
}
#header-top .cart .empty,
#header-top .cart .total_products a {
	background: url(../images/cart.svg) no-repeat center top / 100%;
	width: 30px;
	height: 26px;
	display: inline-block;
	text-decoration: none;
	user-select: none;
	opacity: 1;
}
#header-top .cart .total_products a:hover {
	opacity: 0.6;
}
#header-top .cart .total_products span {
	background: #e6302a;
	border-radius: 50px;
	text-indent: -99999px;
	display: inline-block;
	font-size: 1px;
	width: 10px;
	height: 10px;
	position: relative;
	top: -6px;
}

#header-top .search a {
	display: inline-block;
	text-indent: -99999px;
	background: url(../images/search.svg) no-repeat center center / 100%;
	width: 25px;
	height: 26px;
	margin-right: 25px;
	opacity: 1;
}
#header-top .search a:hover {
	opacity: 0.6;
}

#header-top .burger {
	margin-right: 30px;
	margin-top: -5px;
}
.menu-icon-cont .menu-icon3 {
	margin: 0 !important;
}
.menu-icon3 span:nth-child(2) {
	top: .24em !important;
}
.menu-icon3 span:nth-child(3) {
	top: .38em !important;
}
.menu-icon-cont.sm-close {
	margin-top: 5px;
	margin-right: 5px;
}

/* HEADER */
#header {
	padding: 100px 0 4%;
	text-align: center;
}
#header .logo a {
	width: 400px;
	text-indent: -99999px;
	display: inline-block;
	background: url(../images/ntc.svg) no-repeat 0 0 / 100%;
	padding-top: 60px;
}
#neilsen-clothing-catalog #header {
	padding-bottom: 0;
}
#header .intro {
	margin: 7% 4% 4%;
	font-size: 140%;
	text-align: center;
}

/* BANNER SLIDER */
.owl-item a {
	text-decoration: none;
}
.owl-item {
	display: inline-block;
	vertical-align: top;
	width: 23.8%;
	margin-right: 1%;
	margin-bottom: 20px;
}
.owl-item .item {
	width: 100%;
	padding-top: 150%;
	text-align: center;
	border-radius: 6px;
	overflow: hidden;
	background: #000;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 110%;
}
.owl-item .item.rainwear {
	background-image: url(../../../images/banners/FR-ARC-CAT3-Rainwear.jpg);
}
.owl-item .item.texrainwear {
	background-image: url(../../../images/banners/gore-tex-Rainwear.jpg);
}
.owl-item .item.catproarc {
	background-image: url(../../../images/banners/FR-ARC-CAT-3-PRO-ARC.jpg);
}
.owl-item .item.rainwear {
	background-image: url(../../../images/banners/FR-ARC-CAT3-Rainwear.jpg);
}
.owl-item .item.outwear {
	background-image: url(../../../images/banners/FR-ARC-Outwear.jpg);
}
.owl-item .item.voltage {
	background-image: url(../../../images/banners/FR-ARC-High-Voltage.jpg);
}
.owl-item .item.clothing {
	background-image: url(../../../images/banners/FR-ARC-Clothing.jpg);
	margin-right: 0;
}
.owl-item .title {
	background: rgba(0, 0, 0, 0.8);
	padding: 20px 5px;
	color: #fff;
	position: relative;
	font-size: 75%;
	width: 100%;
	height: 120px;
	box-sizing: border-box;
}
.owl-item .title h2 {
	margin-bottom: 5px;
	font-size: 135%;
}
.owl-item .title h2,
.owl-item strong {
	font-weight: 300;
}
.owl-item strong {
	display: block;	
}
.owl-item .item:hover .title,
.owl-item .title:hover {
	background: rgba(230, 49, 42, 0.95);
}
.owl-item .item:hover {
	opacity: 0.88;
}

.jtcs140.positionbottom.owl-carousel .owl-nav {
	justify-content: center !important;
}
.jt-cs .owl-carousel .owl-nav button[type="button"] {
	min-width: auto;
}
.jt-cs .owl-carousel .owl-nav .owl-next, 
.jt-cs .owl-carousel .owl-nav .owl-prev {
	border-radius: 6px;
	width: 40px !important;
	height: 40px !important;
	background-color: #000 !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: 50% !important;
}
.jt-cs .owl-carousel .owl-nav .owl-next {
	background-image: url(../images/prev.svg) !important;
}
.jt-cs .owl-carousel .owl-nav .owl-prev {
	background-image: url(../images/next.svg) !important;
}
.jt-cs .owl-carousel .owl-nav .owl-next:hover, 
.jt-cs .owl-carousel .owl-nav .owl-prev:hover {
	background-color: #e6302a !important;
}


/* CONTENT */
#content .alert-info {
	text-align: center;
}


/* CONTACT */
#content form#contact_us .block-header {
	margin-bottom: 30px;
	display: block;
}
#content form#contact_us .inputs {
	text-align: left;
}
#content form#contact_us div.grid {
	width: 49.2%;
	margin-bottom: 1.5%;
}
#content form#contact_us div.grid:nth-child(odd) { 
	margin-right: 1%;
}
#content form#contact_us .rsform-block-subject .rsform-block {
	font-weight: 500;
}
#content form#contact_us .rsform-block-subject .rsform-block {
	margin-bottom: 10px;
	font-size: 90%;
}
#content form#contact_us .rsform-block-message {
	width: 99.6%;
	margin: 30px 0;
}

/* ACCOUNT LOGIN */
.account-login,
.profile-edit {
	width: 900px;
	margin: 0 auto 140px;
	text-align: center;
}
.account-login ul.remember {
	margin-bottom: 50px;
	font-size: 85%;
}
.account-login .control-label {
	margin: 10px 0;
}
.account-login .submit-group {
	margin: 20px 0;
}
.account-login .register h2 {
	font-size: 130%;
}
.account-login li.grid {
	width: 49%;
}
.account-login li.remember {
	text-align: left;
}
.account-login li.reset {
	text-align: right;
}
.account-login hr {
	border-bottom: 1px dashed #000;
	margin-bottom: 30px;
}
.account-login a.btn {
	background-image: linear-gradient(to right, #e52d27 0%, #b31217  51%, #e52d27  100%);
	margin: 10px;
	padding: 12px 30px;
	text-align: center;
	font-weight: 500;
	text-transform: uppercase;
	transition: 0.5s;
	background-size: 200% auto;
	color: #fff;            
	border-radius: 6px;
	display: inline-block;
	text-decoration: none;
}
.account-login a.btn:hover {
	background-position: right center; 
}
#content form#contact_us.registration div.grid {
	width: 49.15%;
	margin-bottom: 1%;
}
#content form#contact_us.registration div.grid:nth-child(odd) { 
	margin-right: 1%;
}
#content form#contact_us.registration div.grid:nth-child(even),
#content form#contact_us.registration  div.grid.rsform-block-zipcode { 
	margin-right: 0;
}
form.registration .address {
	background: rgba(255, 255, 255, 0.9);
	padding: 15px 8px 0;
}
form.registration .password {
	background: rgba(255, 232, 232, 0.8);
	border-radius: 6px;
	padding: 15px 8px 0;
	margin-top: 20px;
	margin-bottom: 30px;
}
#content form#contact_us div.grid.rsform-block-verifypassword {
	margin-right: 0;
}     

/* PDF FLIPBOOK    */
#neilsen-clothing-catalog #header-top {
	top: 0;
}
#neilsen-clothing-catalog #content {
	margin-top: 80px;
}

/* FOOTER */
div.grid.footer {
	margin-top: 10%;
	width: 47.7%;
	min-height: 305px;
	color: #fff;
	padding: 30px 30px 10px;
	font-weight: 400;
	font-size: 96%;
	border-radius: 6px;
	box-sizing: border-box;
}
div.grid.footer h2 {
	margin-bottom: 10px;
}
div.grid.dealer {
	margin-right: 2%;
	background: #000;
}
div.grid.dealer strong {
	display: inline-block;
}
div.grid.career {
	margin-left: 2%;
	background: #e6302a;
}
div.grid.career a {
	display: inline-block;
	background: #000;
	color: #fff;
	margin-top: 15px;
	padding: 5px 15px;
	border-radius: 5px;
	text-decoration: none;
}
div.grid.career a:hover {
	background: #c0100a;
}

#home #footer {
	margin-top: 80px;
}
#footer {
	background: #000;
	color: #fff;
	margin-top: 30px;
	padding: 6% 0 20px;
	font-size: 90%;
}
#footer a[href^=tel],
div.grid.footer a[href^=tel] {
	color: #fff;
}
#footer h3 {
	margin-bottom: 20px;
	font-size: 120%;
}
#footer .grid {
	margin: 0 5% 5%;
}
#footer .grid.menu {
	width: 30%;
	margin-right: 2%;
	margin-left: 4%;
}
#footer .menu li a {
	display: inline-block;
	margin-bottom: 15px;
	color: #fff;
	font-weight: 400;
	font-size: 95%;
	text-decoration: none;
}
#footer .menu li a:hover,
#footer .menu li.active a {
	color: #e6302a;
}
#footer .menu li.active a {
	font-weight: 500;
/*
	border: 1px solid #262424;
	padding: 5px 10px;
*/
}

#footer .grid.contact {
	width: 25%;
	margin-right: 0;
}
#footer .contact h3 {
	margin-top: 25px;
	margin-bottom: 5px;
	font-size: 105%;
}
#footer .contact h3:first-child {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 120%;
}
#footer .contact strong {
	display: inline-block;
	margin-bottom: 20px;
}
#footer .contact a {
	font-weight: 400;
}

#footer .subscribe {
	width: 28%;
	float: right;
	margin-left: 1%;
	margin-right: 4%;
}
#footer .subscribe .rsform-block {
	margin-bottom: 3.5%;
}
#footer .subscribe input[type="text"],
#footer .subscribe input[type="email"] {
	padding: 12px 10px 14px;
	border: 1px solid #000;
	background: #333;
}
#footer .subscribe input[type="text"]:focus,
#footer .subscribe input[type="email"]:focus {
	border: 1px solid rgba(230, 48, 42, 0.2);
}
#footer .subscribe button[type='submit'] {
	background: #3a0c0b;
	width: 180px;
	padding: 12px 15px 13px;
}
#footer .subscribe button[type='submit']:hover {
	background: #5c1311;
}
#footer .social {
	margin-top: 50px;
}
#footer .social h3 {
	font-size: 115%;	
}
#footer .social a {
	display: inline-block;
	text-indent: -99999px;
	background: url(../images/insta.svg) no-repeat left top / 100%;
	width: 50px;
	height: 50px;
	opacity: 0.4;
}
#footer .social a:hover {
	opacity: 0.8;
}

#footer .brands {
	clear: both;
	text-align: center;
}
#footer .brands p {
	text-align: center;
	background: url(../images/brands.svg) no-repeat center center / 650px;
	text-indent: -99999px;
	padding: 50px 0;
}

.footerend {
	clear: both;
	font-size: 85%;
	border-top: 1px dashed #333;
	margin-top: 3%;
	padding-top: 25px;
	text-align: center;
}
.footerend .cr p {
	margin-bottom: 8px;
}
.footerend a {
	color: #fff;
	font-size: 60%;
	text-transform: uppercase;
	text-decoration: none;
}

/* RESET */
.reset .control-group {
	display: inline-block;
	vertical-align: top;
	width: 70%;
	margin-top: 15px;
}
.reset .control-label {
	margin-bottom: 10px;
}
.reset input[type="email"] {
	text-align: center;
}
.com-users-reset-submit {
	margin-top: 45px;
}


/* SCROLL TO TOP */
#button_top {
  display: inline-block;
  background-color: #5c1311;
  width: 42px;
  height: 32px;
  padding: 12px 5px 5px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button_top::after {
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#button_top:hover {
  cursor: pointer;
  background-color: #c0100a;
}
#button_top:active {
  background-color: #c0100a;
}
#button_top.show {
  opacity: 1;
  visibility: visible;
}


/* PRODUCT SEARCH */
.product-search {
	margin-bottom: 30px;
}



/* CATEGORY LAYOUT */
.category-view,
.productdetails-view {
	text-align: center;
}
.category-view h1, 
.productdetails-view h1 {
	text-transform: uppercase;
	font-weight: 500;	
}
.category_description {
	margin-bottom: 8%;
}
.browse-view {
	margin-top: 4%;
}
.browse-view div.grid {
	width: 32%;
	margin-right: 1.5%;
	margin-bottom: 5%;
}
.browse-view div.grid:nth-child(3n) {
	margin-right: 0;
}
.browse-view div.grid:last-child {
	margin-right: 0;
}
.browse-view div.grid .view {
	position: relative;
	width: 40px;
	height: 40px;
	padding: 10px;
	box-sizing: border-box;
	background: rgba(230, 49, 42, 0.15) url(../images/view.svg) no-repeat center center / 20px;
	text-indent: -99999px;
	float: right;
	border-radius: 50px;
	margin: 10px;
}
.browse-view div.grid .view:hover {
	background: rgba(230, 49, 42, 0.3) url(../images/view.svg) no-repeat center center / 20px;
}
.browse-view div.grid img {
	border-radius: 6px 6px 0 0;
	margin-top: -60px;
}
.browse-view div.grid .ptitle {
	position: relative;
	margin-top: -10px;
	background: #000;
	padding: 18px 20px 22px;
	border-radius: 0 0 6px 6px;
}
.browse-view div.grid img:hover + .ptitle,
.browse-view div.grid .ptitle:hover {
	background: rgba(230, 49, 42, 1);
}
.browse-view h2,
.browse-view h4 {
	font-weight: 400;
	font-size: 95%;
	line-height: 1.2;
	margin-bottom: 10px;
	height: 110px;
}
.browse-view a {
	color: #fff;
	text-decoration: none;
}
.browse-view div.PricesalesPriceTt {
	font-size: 115%;
	font-weight: 500;
	color: #fff;
}
.browse-view div.price-crossed {
	margin-top: 5px;
	text-decoration: line-through;
	color: #26377d;
}


/* PRODUCT PAGINATION */
div.vm-pagination ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 100px;
}
div.vm-pagination ul li {
	display: inline-block;
	vertical-align: middle;
	font-weight: 400;
}
div.vm-pagination ul li span,
div.vm-pagination ul li a {
	display: block;
	padding: 5px;
	width: 20px;
	margin: 0 3.5px;
	color: #fff;
}
div.vm-pagination ul li span {
	background: #e6302a;
}
div.vm-pagination ul li a {
	background: #000;
}
div.vm-pagination ul li a:hover {
	background: #e6302a;
}
div.vm-pagination ul li.pagination-start,
div.vm-pagination ul li.pagination-prev,
div.vm-pagination ul li.pagination-next,
div.vm-pagination ul li.pagination-end {
	display: none;
}


/* RELATED PRODUCTS */
h3.related-products {
	font-size: 150%;
	font-weight: 300;
	margin: 100px 0 80px;
}



/* PRODUCT DETAILS LAYOUT */
.productdetails .vm-product-container .back-to-category {
	margin: 40px 0 20px;
	text-align: left;
}
.productdetails .vm-product-container .back-to-category a {
	background: #000 url(../images/back_arrw.svg) no-repeat 7px center / 25px;
	color: #fff;
	display: inline-block;
	padding: 9px 12px 9px 38px;
	text-align: center;
	text-decoration: none;
	border-radius: 4px;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 75%;
}
.productdetails .vm-product-container .back-to-category a:hover {
	background: #e6302a url(../images/back_arrw.svg) no-repeat 7px center / 25px;
}
.productdetails h2 {
	font-size: 135%;
}
.productdetails .vm-product-media-container {
	
}
.vm-product-details-container {
	background: #262626;
	color: #fff;
	padding: 35px;
	text-align: center;
	box-sizing: border-box;
	margin-top: 40px;
	border-radius: 6px;
}
.vm-product-details-container .stocklevel {
	overflow: hidden;
	margin-bottom: 15px;
}
.vm-product-details-container .stocklevel .out-of-stock,
.vm-product-details-container .stocklevel .low-stock,
.vm-product-details-container .stocklevel .in-stock {
	margin-bottom: 5px;
	font-weight: 500;
	text-transform: uppercase;
}
.vm-product-details-container .stocklevel .out-of-stock {
	color: #e4342d;
	font-size: 115%;
}
.vm-product-details-container .stocklevel .low-stock {
	color: #ff6c00;
}
.vm-product-details-container .stocklevel .in-stock {
	color: #149d00;
}
.vm-product-details-container .vm-customfields-wrap .browse-view,
.vm-product-details-container .vm-customfields-wrap .browse-view div.grid {
	margin: 0;
}
.vm-product-details-container .vm-customfields-wrap .browse-view div.grid {
	width: auto;
}
.vm-product-details-container .vm-customfields-wrap {
	font-weight: 400;
	font-size: 105%;
	width: 50%;
	padding-right: 3%;
	border-right: 1px solid #5d625e;
	min-height: 270px;
	box-sizing: border-box;
}
.vm-product-details-container .vm-customfields-wrap .custom_field_C_container {
	margin: 15px 0 20px;
}
.vm-product-details-container .vm-infofield-wrap {
	width: 48%;
	box-sizing: border-box;
}
.vm-product-details-container .vm-infofield-wrap label {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 105%;
	margin-bottom: 5px;
	display: block;
}
.vm-product-details-container .vm-infofield-wrap input[type="text"] {
	width: 100px;
	text-align: center;
	padding: 10px 5px;
	font-size: 110%;
	border: 1px solid #3f3f3f;
}
.vm-product-details-container .vm-infofield-wrap input[type="text"]:focus {
	border: 1px solid #5f5f5f;
}
.vm-product-details-container .vm-infofield-wrap .stocksku {
	font-size: 80%;
}
.vm-product-details-container .custom_field_C_container span.vm-cmv-label {
	margin-bottom: 6px;
	font-weight: 400;
	font-size: 100%;
	display: inline-block;
	user-select: none;
}
.vm-product-details-container .custom_field_C_container .form-check-inline,
.qvariant-radio .form-check {
	display: inline-block;
	margin-right: 8px;
}
.vm-product-details-container .custom_field_C_container .form-check-inline:last-child {
	margin-right: 0;
}
.vm-product-details-container .custom_field_C_container input[type="radio"],
.qvariant-radio .form-check input[type="radio"] {
  visibility: hidden;
  position: absolute;
}
.vm-product-details-container .custom_field_C_container label,
.qvariant-radio .form-check label {
	background: #e9e9e9;
	color: #000;
	font-weight: 400;
	padding: 5px 8px 7px;
	margin-bottom: 8px;
	display: inline-block;
	font-size: 80%;
	cursor: pointer;
	border-radius: 3px;
}
.vm-product-details-container .custom_field_C_container label:hover,
.qvariant-radio .form-check label:hover {
	background: #e6302a;
	color: #fff;
}
.vm-product-details-container .custom_field_C_container label.active, 
.vm-product-details-container .custom_field_C_container input[type="radio"]:checked + label,
.qvariant-radio .form-check input[type="radio"]:checked + label {
	background: #e6302a;
	color: #fff;
	font-weight: 400;	
}
.vm-product-details-container .product-price {
	font-size: 160%;
	font-weight: 500;
	margin-bottom: 20px;
}
.vm-product-details-container input[type="button"] {
	padding: 5px 0;
	min-width: 55px;
}
.vm-product-details-container input[type="button"].quantity-minus {
	background: url(../images/minus.svg) no-repeat center center / 25px;
}
.vm-product-details-container input[type="button"].quantity-plus {
	background: url(../images/plus.svg) no-repeat center center / 25px;
}
.vm-product-details-container input[type="button"].quantity-minus:hover {
	background: url(../images/minus_h.svg) no-repeat center center / 25px;
}
.vm-product-details-container input[type="button"].quantity-plus:hover {
	background: url(../images/plus_h.svg) no-repeat center center / 25px;
}
.vm-product-details-container .addtocart-button {
	margin-top: 10px;
}
.vm-product-details-container input[type="submit"] {
    background-image: linear-gradient(to right, #e52d27 0%, #b31217  51%, #e52d27  100%);
    padding: 12px 25px;
    text-align: center;
    text-transform: none;
    transition: 0.5s;
    background-size: 200% auto;
    color: #fff;            
    border-radius: 4px;
    font-size: 120%;
    text-transform: uppercase;    
}
.vm-product-details-container input[type="submit"]:hover {
	background-position: right center;
    color: #fff;
    text-decoration: none;	
}
.vm-product-details-container .addtocart-area a.btn {
	display: inline-block;
	margin-bottom: 10px;
	background: #c0100a url(../images/size_2.svg) no-repeat 4px 3px / 27px;
	padding: 8px 15px 8px 40px;
    text-align: right;
    text-transform: uppercase;
    color: #fff;
    font-size: 90%;
    font-weight: 500;    
    border-radius: 5px;
	text-decoration: none;
}
.vm-product-details-container .addtocart-area .vm-infofield-wrap a.btn {
	background: #c0100a url(../images/pdf.svg) no-repeat 4px 3px / 18px;
	margin-bottom: 25px;
	padding-left: 32px;
}
.vm-product-details-container addtocart-area a.btn:hover {
    background-color: #e6302a;      
}
.vm-product-details-container .vm-customfields-wrap a.hide {
	display: none;
} 
.product-description {
	margin-top: 80px;
	margin-bottom: 100px;
	padding: 0 20px;
	text-align: left;
}
.product-description h3 {
	margin-top: 35px;
	margin-bottom: 5px;
	font-weight: 500;
	font-size: 100%;
	text-decoration: underline;
} 
.product-description h4 {
	margin-bottom: 0;
}
.product-description p {
	margin-bottom: 8px;
}
.product-description ul {
	margin-top: 10px;
	padding-left: 30px;
}
.product-description li {
	margin-top: 10px;
}

.addtocart-area div.grid {
	vertical-align: middle;
}


/* KIT LAYOUT */
.browse-view div.grid.product-field-type-E {
	display: block;
	padding: 25px 0 0 0;
	font-weight: 500;
}
.browse-view div.grid.product-field-type-E .product-field-display {
	margin-top: 8px;
}
.browse-view div.grid.product-field-type-E label {
	font-weight: 400;
}


/* FANCY BOX OVERRIDE */
#fancybox-overlay {
	background-color: rgb(0, 0, 0) !important;
}
#fancybox-outer {
	text-align: center;
	width: 97%;
}
#fancybox-content {
	width: auto !important;
}
#fancybox-content a.vm-btn {      
    background-image: linear-gradient(to right, #000000 0%, #434343  51%, #000000  100%);
    margin: 0 5px 10px;
    padding: 8px 20px 10px;
    text-align: center;
    text-transform: none;
    transition: 0.5s;
    background-size: 200% auto;
    color: #fff;            
    box-shadow: 0 0 20px #eee;
    border-radius: 4px;
    display: inline-block;
}
#fancybox-content a.vm-btn:hover {
    background-position: right center;
    color: #fff;
    text-decoration: none;
}
#fancybox-content h4 {
	font-size: 85%;
	font-weight: 300;
	margin-top: 10px;
}

/* CHECKOUT STYLING */
.cart-view .header {
	margin-bottom: 6.5%;
	text-align: center;
}
.sts_cart_empty {
	text-align: center;
	margin-top: 30px;
}

/* LOGIN */
.cart-login, .cart-logout {
	background: #f4f4f4;
	padding: 10px;
	margin-bottom: 3%;
}
.cart-login h4 {
	margin-bottom: 0.5% !important;
	font-weight: 400;
}
.cart-login p {
	line-height: 1.1;
}
.cart-login fieldset div {
	display: inline-block;
	margin-left: 0 auto;
	margin-right: 0 auto;
	vertical-align: top;
	width: 30%;
	margin-top: 0.3%;
	margin-right: 2.5%;
	margin-bottom: 0.9%;
}
.cart-login fieldset div:last-child {
	margin-right: 0;
	width: 20%;
}
.cart-login fieldset input[type="text"],
.cart-login fieldset input[type="password"] {
	width: 100%;
}
.cart-login fieldset input[type="submit"],
.cart-logout input[type="submit"] {
	padding: 7px 50px;
	text-transform: uppercase;
	font-weight: 500;
	background: #000;
}
.cart-login fieldset input[type="submit"]:hover,
.cart-logout input[type="submit"]:hover {
	background: #f73c9a;
	color: #fff;
}
.cart-login div.login-reset {
	display: inline-block;
	margin-left: 0 auto;
	margin-right: 0 auto;
	vertical-align: top;
	margin-right: 2%;
}

.control-buttons button {
	border: 0;
	text-transform: none;
}

/* ADDRESS */
.user-address,
.delivery-options,
.payment-option {
	margin-bottom: 10px;
	font-size: 85%;
	text-align: right;
}
.payment-option {
	text-align: right;
}
.user-address {
	background: #fff;
	padding: 15px 15px;
	text-align: left;
	overflow: hidden;
	margin-bottom: 20px;
}
.user-address h4 {
	font-size: 95%;
	font-weight: 500;
	margin-bottom: 5px;
}
.user-address div.address {
	margin-right: 40px;
	margin-bottom: 15px;
	float: left;
}
.user-address div.address.delivery {
		margin-right: 0;
}
.user-address a {
	display: inline-block;
	background: #000;
	padding: 6px 10px 7px;
	font-size: 70%;
	text-decoration: none;
	color: #fff;
	font-weight: 500;
	margin-top: 3px;
	border-radius: 5px;
}
.user-address a:hover {
	background: #404040;
	color: #fff;
}

.output-billto, .output-shipto {
	margin-bottom: 5px;
	line-height: 1.13;
	font-size: 87%;
}
.output-billto a, .output-shipto a {
	padding: 0;
	background: none;
	font-size: 100%;
	font-weight: 400;
}

.output-shipto {
	overflow: hidden;
}
.output-shipto .controls label {
	display: inline-block;
	font-size: 100%;
	font-weight: 400;
	margin-bottom: 5px;
}
.output-shipto .controls label:first-child {
	font-size: 100%;
}
.output-shipto .controls input[type="radio"] {
	z-index: 1;
	cursor: pointer;
	display: inline-block;
	background: url(../images/radio-button.svg) no-repeat 0 0 / 25px;
	padding-left: 25px;
	height: 25px;
	margin-right: 6px;
	margin-bottom: -5px;
}
.output-shipto .controls input[type="radio"]:checked {
	background: url(../images/radio-button-active.svg) no-repeat 0 0 / 25px;
}
.output-shipto #output-shipto-display {
	line-height: 1.19;
}
.output-shipto [type="checkbox"] {
	width: 1.8rem;
	height: 1.8rem;
}


/* SHOP TO LIST */
.vm-edit-shopper-bt .adminForm.user-details.name {
	display: none;
}
.vm-edit-vmshopper {
	position: absolute;
	visibility: hidden;
}
div.shiptolist ul,
.vm-edit-shopper-bt ul {
	list-style: none;
	padding: 0;
	background-color: transparent;
}
fieldset.addshipto legend {
	margin: 20px auto;
}

.user-fields .shiptolist ul li,
.vm-edit-shopper .shiptolist ul li {
	margin-bottom: 10px;
}
.user-fields .shiptolist ul li:last-child,
.vm-edit-shopper .shiptolist ul li:last-child {
	margin-bottom: 0;
}
.user-fields .shiptolist ul li a,
.vm-edit-shopper .shiptolist ul li a {
	display: inline-block;
	vertical-align: top;
}
.user-fields .shiptolist ul li a:last-child,
.vm-edit-shopper .shiptolist ul li a:last-child {
	margin-top: 3px;
	height: 10px;
	width: 5px;
	text-indent: -99999px;
	background-color: #000;
	-webkit-mask:  url(../images/close.svg) no-repeat center center / 50%;
	background-image: url(../images/close.svg) no-repeat 5px 5px / 50%;
	filter:alpha(opacity=100);
	opacity: 1;
	-webkit-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	-o-transition:all 0.2s linear;
	transition:all 0.2s linear;
}
.user-fields .shiptolist ul li a:last-child:hover,
.vm-edit-shopper .shiptolist ul li a:last-child:hover {
	background-color: #26377d;
	-webkit-mask:  url(../images/close.svg) no-repeat center center / 50%;
	background-image: url(../images/close.svg) no-repeat 5px 5px / 50%;
	filter:alpha(opacity=100);
	opacity: 1;
	-webkit-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	-o-transition:all 0.2s linear;
	transition:all 0.2s linear;
}


/* BASKET */
.cart-options {
	width: 26%;
	position: fixed;
	z-index: 10;
}
table.cart-summary tr.pricelist td {
	padding: 5px 8px 5px;
}
table.cart-summary tr.coupon-code td {
	padding: 0 0 13px;
}
table.cart-summary tr.coupon td {
	padding-bottom: 10px;
	font-size: 95%;
	color: #e6302a;
}
table.cart-summary tr.subtotal td {
	padding-bottom: 10px;
}
table.cart-summary tr.delivery td {
	padding: 20px 0 0;
	font-weight: 500;
}
table.cart-summary tr.payment td {
	padding: 10px 0 20px;
}
table.cart-summary tr.coupon div.PricesalesPriceCoupon,
table.cart-summary tr.subtotal div.PricesalesPrice,
table.cart-summary tr.delivery div.PricesalesPriceShipment,
table.cart-summary tr.discount div.PricebillDiscountAmount,
table.cart-summary tr.ship-ment span.PricesalesPriceShipment,
table.cart-summary tr.vat div.PricebillTaxAmount {
	font-weight: 400;
	font-size: 100%;
}
table.cart-summary tr.discount {
	color: #26377d;
}
table.cart-summary tr.total strong {
	font-weight: 500;
}
table.cart-summary tr.total div.PricebillTotal {
	font-weight: 600;
}
table.cart-summary tr.total td {
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 10px;
	font-size: 110%;
}
table.cart-summary tr td {
	padding-right: 0;
	padding-bottom: 10px;
	font-weight: 400;
	font-size: 95%;
}


/* PRODUCT DETAILS */
.vm-cart-item {
	margin-right: 3%;
	width: 60%;
	box-sizing: border-box;
}
.vm-cart-item {
	text-align: left;
	overflow: hidden;
	padding: 15px;
	margin-right: 2%;
	margin-bottom: 2%;
	background: #fff;
}
.vm-cart-item .cart-images {
	width: 42%;
	margin-right: 3%;
}
.vm-cart-item .cart-attribute {
	margin-top: 20px;
	width: 54%;
}
.vm-cart-item .cart-attribute a {
	color: #000;
	font-size: 90%;
	font-weight: 400;
	line-height: 1.2;
	width: 100%;
	display: block;
}
.vm-cart-item .cart-attribute a:hover {
	text-decoration: underline;
}
.vm-cart-item .vm-customfield-cart {
	margin: 10px 0 0;
	font-size: 75%;
}
.vm-cart-item .vm-customfield-cart .product-field-type-C span {
	display: inline-block;
	margin-bottom: 7px;
}
.vm-cart-item .price {
	font-weight: 500;
	font-size: 110%;
	margin-bottom: 20px;
}

/* QTY UPDATE */
.vm-cart-item span.ttile {
	display: block;
	margin-left: 30px;
	margin-bottom: 7px;
	font-size: 75%;
	font-weight: 400;
	line-height: 1.2;
}
.vm-cart-item .qty input[type="text"] {
	width: 60px;
	height: 38px;
	font-weight: 400;
	font-size: 110%;
	text-align: center;
	background: none;
	padding: 2px;
	box-sizing: border-box;
	vertical-align: top;
	color: #000;
}
.vm-cart-item .quantity-controls input[type="button"] {
	width: 25px;
    background-image: linear-gradient(to right, #000000 0%, #434343  51%, #000000  100%);
	margin-top: 3px;
    padding: 10px 0 13px;
    text-align: center;
    font-size: 100%;
    line-height: 0.5;
    font-weight: 400;
    transition: 0.5s;
    background-size: 200% auto;
    color: #fff;            
    box-shadow: 0 0 20px #eee;
    border-radius: 4px;      
}
.vm-cart-item .quantity-controls input[type="button"]:hover {
	background-position: right center;
    color: #fff;
    text-decoration: none;	
}

/* DELETE */
.cart-options .output-shipto .controls label,
.vm-cart-item button.vm2-remove_from_cart {
	background-image: linear-gradient(to right, #870000 0%, #190A05  51%, #870000  100%);
	margin-top: 20px;
	padding: 5px 10px;
	font-size: 65%;
	font-weight: 500;
	text-transform: uppercase;
	transition: 0.5s;
	background-size: 200% auto;
	color: #fff;            
	box-shadow: 0 0 20px #eee;
	border-radius: 4px;
	cursor: pointer;
}
.cart-options .output-shipto .controls label:hover,
.vm-cart-item button.vm2-remove_from_cart:hover {
	background-position: right center;
    color: #fff;
    text-decoration: none;
}
.vm-cart-item button.vm2-remove_from_cart {
	padding: 5px 34px;
}
.cart-options .output-shipto .controls label {
	margin-top: 5px;
	width: 152px;
}
.cart-options .output-shipto input[type="radio"]:checked + label {
    background-image: linear-gradient(to right, #e52d27 0%, #b31217  51%, #e52d27  100%);        
}
         

.vm-cart-item div.discount-amount {
	font-weight: 400;
	font-size: 80%;
	color: #26377d;
}


/* PROMOTION CODE */
.promotion-code {
	text-align: right;
	margin: 15px 0;
}
.cart-summary input[type="text"].quantity-input {
	cursor: default;
	color: #000;
	border: 0;
	width: 100%;
	display: inline-block;
	font-weight: 400;
	font-size: 90%;
	padding: 0 0 3px;
	vertical-align: top;
	margin-top: 3px;
}
.cart-summary input[type="text"] {
	background: #fff;
	color: #000;
	width: 200px;
	display: inline-block;
	font-weight: 400;
	font-size: 80%;
	vertical-align: top;
	opacity: 0.8;
	border-radius: 3px;
	padding: 8px 13px;
}
.cart-summary input[type="submit"] {
	padding: 8px 18px;
	font-size: 85%;
	text-indent: -99999px;
	background: #000 url(../images/enter.svg) no-repeat center center / 60%;
}
.cart-summary input[type="submit"]:hover {
	background: #e6302a url(../images/enter.svg) no-repeat center center / 60%;
}
.cart-summary .showcode {
	display: inline-block;
	font-weight: 500;
	padding: 4px 42px 5px 0;
	color: #000;
	font-size: 80%;	
	text-transform: uppercase;
}

/* DELIVERY / PAYMENT OPTIONS */
.cart-options div.delivery input[type="radio"],
.payment-option div.payment input[type="radio"] {
	visibility: hidden;
	position: absolute;
}
.delivery-options div.delivery label,
.payment-option div.payment label {
	cursor: pointer;
	background-image: linear-gradient(to right, #FFF 0%, #CECECE  51%, #ECE9E6  100%);
	margin: 10px 0;
	padding: 12px 10px;
	text-align: center;
	font-weight: 400;
	transition: 0.5s;
	background-size: 200% auto;
	color: #000;            
	box-shadow: 0 0 20px #eee;
	border-radius: 4px;
	display: block;
}
.delivery-options div.delivery span.vmshipment_cost {
	display: block;
	margin-top: 8px;
	font-weight: 500;
	font-size: 120%;
}
.delivery-options div.delivery label:hover,
.payment-option div.payment label:hover {
	background-position: right center;
    color: #000;
    text-decoration: none;
}
.delivery-options div.delivery input[type="radio"]:checked + label,
.payment-option div.payment input[type="radio"]:checked + label {
	background-image: linear-gradient(to right, #000000 0%, #434343  51%, #000000  100%);
	margin: 0 0 10px;
	padding: 12px 10px;
	text-align: center;
	font-weight: 500;
	transition: 0.5s;
	background-size: 200% auto;
	color: #fff;            
	box-shadow: 0 0 20px #eee;
	border-radius: 4px;
}


/* PAYMENT */
.cart-summary div.sts-prices-summary {
	text-align: right;
	padding-top: 8px;
	margin-bottom: 10px;
	font-weight: 400;
}
.cart-summary div.sts-prices-summary .vmshipment_name em {
	text-transform: none;
}
.payment-option {
	margin-bottom: 5px;
}
.payment-option span.vmpayment_name {
	background: url(../images/stripe.svg) no-repeat right top / 100%;
	width: 150px;
	padding-top: 32px;
	display: inline-block;
	text-indent: -99999px;
	text-align: center;
}


/* CUSTOMERS NOTE */
fieldset.vm-fieldset-customer-note {
	width: 59%;
	box-sizing: border-box;
	margin-top: 20px;
}
.customer-note {
	font-weight: 300;
	font-size: 95%;
	text-align: left;
}
.customer-note span.customer-note {
	display: none;
}
.customer-note textarea {
	background: #fff;
	display: block;
	margin-top: 6px;
	font-size: 90%;
	font-weight: 300;
	color: #000;
	padding: 5px;
	border: 1px solid #ccc;
	filter:alpha(opacity=20);
	opacity: 1;
	-webkit-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	-o-transition:all 0.2s linear;
	transition:all 0.2s linear;
}
.customer-note textarea:focus {
	filter:alpha(opacity=100);
	opacity: 1;
	-webkit-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	-o-transition:all 0.2s linear;
	transition:all 0.2s linear;
}


fieldset.vm-fieldset-tos {
	background: #f4f4f4;
	text-align: center;
	width: 298px;
	float: right;
	padding: 8px 10px !important;
	font-size: 83%;
	margin-bottom: 15px !important;
	display: inline-block;
	box-sizing: border-box;
}
fieldset.vm-fieldset-tos a {
	display: inline-block;
	margin-top: 10px;
}


/* CHECKOUT BUTTON */
.checkout-button-top {
	text-align: right;
}
.checkout-button-top button[type="submit"] {
	font-weight: 500;
    background-image: linear-gradient(to right, #8E0E00 0%, #1F1C18  51%, #8E0E00  100%);
    margin-top: 10px;
    padding: 12px 35px;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;          
    box-shadow: 0 0 20px #eee;
    border-radius: 4px;     
}
.checkout-button-top button[type="submit"]:hover {
	background-position: right center;
	color: #fff;
	text-decoration: none;
}


/* USER REGISTER ADD/EDIT ADDRESS */
div.user-fields {
	text-align: center;
	margin-top: 30px;
}
legend.userfields_info {
	margin-top: 30px;
	margin: 0 auto;
}
.user-details {
	width: 700px;
	margin: 0 auto;
}
.user-details div {
	display: block;
	margin: 10px 0;
	font-size: 100%;
	text-align: left;
}
.chosen-container-single .chosen-single div b {
	margin-top: -10px;
}
.chosen-container-single .chosen-single {
	height: auto !important;
	padding: 4px 0 5px 8px !important;
	font-size: 90%;
}
.chosen-container .chosen-results li {
	margin-bottom: 4px;
}
div.input input[type='text'].invalid,
div.input input[type='email'].invalid,
div.input input[type='password'].invalid,
select.invalid + div.chosen-container  {
	border: 2px solid #ff0000;
}
.user-fields .control-buttons,
.vm-edit-shopper .buttonBar-right {
	margin: 0 0 3%;
}
.user-fields .control-buttons button {
	display: inline-block;
	vertical-align: bottom;
}
.user-fields button.highlite {
	font-weight: 600;
	margin-right: 10px;
}
.user-fields .shiptolist a,
.vm-edit-shopper .shiptolist a {
	display: inline-block;
	padding: 8px 15px 7px;
	background: #000;
	color: #fff;
	font-weight: 400;
	text-decoration: none;
	font-size: 90%;
}
.user-fields .shiptolist a:hover,
.vm-edit-shopper .shiptolist a:hover{
	background: #000;
	color: #fff;
}

fieldset.addshipto {
	margin-top: 70px;
}

/* ORDER DONE */
.order-message {
	padding: 0 20px;
}
.order-message .vmpayment_name, .order-message .post_payment_order_number, .order-message .post_payment_order_total {
	font-weight: 500;
}
.order-message .post_payment_order_number span, .order-message .post_payment_payment_name_title span, .order-message .post_payment_order_total span {
	font-weight: 400;
}
.order-done {
	min-height: 500px;
}
.order-done h1 {
	margin-bottom: 4%;
}
.order-done .vm-button-correct {
	display: none;
}

/* STRIPE BUTTON */
.stripecheckout-success-page {
	text-align: center;
}
.btn-stripecheckout-success {
	background: #5c4033 !important;
	border: 0 !important;
}
.btn-stripecheckout-success:hover {
	background: #028231 !important;
}

/* ORDER LIST VIEW */
.order_list {
	min-height: 300px;
}

/* HIDDEN ELEMENTS */
.tooltip,
.order-message .vm-button-correct,
#register #com-form-login,
.popover-content, .popover-title {
	display: none !important;
}
div[title*="Username"], div[title*="Displayed Name"] {
	position: absolute;
	text-indent: -99999px;
	opacity: 0;
}
form#member-profile div.group:nth-child(6),
form#member-profile div.group:nth-child(7) {
	position: absolute;
	opacity: 0;
	text-indent: -99999px;
}
.cg-jform_username {
	position: absolute;
	left: -9999px;
	opacity: 0;
}


/* REGISTERED PROFILE SETTINGS */
form#member-profile {
	width: 800px;
}
form#member-profile legend {
	font-size: 150%;
	font-weight: 400;
	margin-bottom: 40px;
}
form#member-profile .control-group {
	margin-bottom: 20px;
}
form#member-profile .control-label {
	margin-bottom: 5px;
	font-size: 90%;
}
form#member-profile .small {
	font-size: 70%;
	margin-bottom: 5px;
}
form#member-profile #password-0 {
	font-size: 75%;
	font-weight: 400;
	color: green;
}
button.btn-secondary {
	margin-top: -50px;
	float: right;
	position: relative;
	background: none;
	padding: 9px 0 0;
	box-shadow: none;
}
button span.icon-eye {
	background: url(../images/show.svg) no-repeat center center / 120%;
	width: 40px;
	height: 25px;
	display: inline-block;
}
button span.icon-eye-slash {
	background: url(../images/hide.svg) no-repeat center center / 120%;
	width: 40px;
	height: 25px;
	display: inline-block;
}
button span.visually-hidden {
	text-indent: -99999px;
	display: none;
}
.com-users_profile_edit_submit a.btn {
    background-image: linear-gradient(to right, #232526 0%, #414345  51%, #232526  100%);
    padding: 14px 20px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 115%;
    transition: 0.5s;
    background-size: 200% auto;
    color: #fff;            
    border-radius: 4px;
}
.com-users_profile_edit_submit a.btn:hover {
    background-position: right center;
    color: #fff;
    text-decoration: none;
}
         


/* STS - Custom Fields - System Message - Remove Login */

.vm-customfields-wrap .product {
	margin-bottom: 3px;
}

#register .cart-logout,
#checkout #form-login .userdata,
#checkout #form-login .login-reset,
#checkout #form-login .login-reset {
	display: none;
}

/* SYSTEM MESSAGES */
joomla-alert[type="info"],
joomla-alert[type="success"] {
	background-color: #e34139;
	margin-bottom: 20px;
	padding: 10px 10px;
	border: 0;
	color: #fff;
	font-size: 90%;
	box-sizing: border-box;
	font-weight: 400;
	text-align: center;
	box-shadow: none;
}
joomla-alert .alert-heading {
	display: none;
}

#message > div h4 {
	margin-bottom: 5px;
	font-weight: 500;
	text-transform: capitalize;
	display: none;
}
#message > div p {
	margin-bottom: 3px;
}
#message > div .alert-message {
	margin-top: 5px;
	text-align: center;
	font-size: 95%;
	padding-bottom: 5px;
}

joomla-alert .joomla-alert--close {
	font-size: 32px;
	float: right;
	color: #fff;
	cursor: pointer;
	text-decoration: none;
	background: #000 !important;
	border-radius: 50px;
	padding: 1px 7px 3px;
	font-size: 23px !important;
	margin-right: -3px;
	opacity: 1;
	box-shadow: none;
	font-weight: 300;
	top: -1rem;
}
#system-message-container > div.alert-error button[type="button"] {
	background: none;
	padding: 0;
	line-height: 1;
}
	



/* IMAGE SLIDER */
.single-image,
.swiper-wrapper,
.swiper-backface-hidden .swiper-slide {
	text-align: center;
}
.swiper .swiper-pagination-bullet-active {
	background: #000;
}
.swiper .swiper-button-next,
.swiper .swiper-button-prev,
.swiper .swiper-button-next.swiper-button-disabled,
.swiper .swiper-button-prev.swiper-button-disabled {
	opacity: 0;
	transition: opacity 0.5s ease 1s;
	padding: 15px 23px;
}
.swiper .swiper-wrapper:hover ~ .swiper-button-next:not(.swiper-button-disabled),
.swiper .swiper-wrapper:hover ~ .swiper-button-prev:not(.swiper-button-disabled) {
	opacity: 1;
	transition: opacity 0.5s ease;
}
.swiper .swiper-button-next:hover:not(.swiper-button-disabled),
.swiper .swiper-button-prev:hover:not(.swiper-button-disabled) {
	opacity: 1;
	transition: opacity 0.5s ease;
}
.swiper .swiper-wrapper:hover ~ .swiper-button-next.swiper-button-disabled,
.swiper .swiper-wrapper:hover ~ .swiper-button-prev.swiper-button-disabled {
	opacity: 0.20;
	transition: opacity 0.5s ease;
}
.swiper-pagination-bullet {
	width: 12px !important;
	height: 12px !important;
}
.swiper .swiper-pagination-bullet-active {
	background: #e4342d !important;
}
.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 20px !important;
}
.image-count-1 .swiper-slide.swiper-slide-active {
	padding-left: 30%;
}
.image-count-2 .swiper-slide.swiper-slide-active {
	padding-left: 10%;
}
.swiper-button-next::after, .swiper-button-prev::after {
	background: rgba(255, 232, 232, 0.6);
	padding: 15px 23px;
	border-radius: 50px;
}
.swiper-button-next:hover::after, .swiper-button-prev:hover::after {
	background: rgba(255, 232, 232, 0.8);
}
.swiper-button-next {
	margin-right: 10px;
}
.swiper-button-prev{
	margin-left: 10px;
}
.swiper-slide img {
	border-radius: 5px;
}


/* User Settings Form */
.control-group.hide-in-form {
	position: absolute;
	left: -9999px;
	opacity: 0;
	visibility: hidden;
}
/* Cart Options DIV - STS */
#checkoutForm {
	overflow: hidden;
}
.grid.vm-fieldset-pricelist {
	width: 100%;
}
.vm-cart-items {
	float: left;
	width: 59%;
}
.vm-cart-item {
	width: 100%;
	overflow: visible;
}
.grid.cart-options {
	position: static;
	float: right;
	display: block;
	width: 38%;
	top: 0;
	transition: top 0.3s ease;
}

.grid.cart-options.fixed {
	position: fixed;
	top: 10px;
	right: 2%;
	width: 28.8%;
	transition: top 0.3s ease;
	overflow: auto;
	height: 100%;
}
/* Cart Options DIV - END- STS */

/* reCaptcha Overrides */
.grecaptcha-badge {
	opacity: 0;
	right: -300px !important;
}

/* RESPONSIVE MEDIA ELEMENTS */

@media (max-width:1450px) {
	#header-top .mainmenu {
		margin: 0;
		display: none;
	}
	#header-top .mainmenu a {
		color: #000;
		margin: 0;
		font-size: 0;
	}
	#home #footer {
		margin-top: 60px;
	}
	div.grid.footer {
		min-height: 320px;
	}
}

@media (max-width:1300px) {
	.owl-item .title {
		height: 100px;
	}
	.owl-item .title h2 {
		font-size: 115%;
	}
}

@media (max-width:1350px) {
	.owl-item .item {
		background-size: 115%;
	}
	#footer .grid {
		margin: 0 2% 5%;
	}
	#footer .grid.menu {
		width: 33%;
	}
	#footer .subscribe {
		margin-right: 2%;
	}
}

@media (max-width:1180px) {
	.browse-view h2,
	.browse-view h4 {
		font-size: 90%;
	}
	.owl-item .title {
		font-size: 65%;
		padding: 20px 5px;
	}
	div.grid.footer {
		min-height: 345px;
		font-size: 95%;
	}
}

@media (max-width:1100px) {
	#header-top .mainmenu {
		margin-right: 0;	
	}
	#header-top .search a {
		margin-right: 30px;
	}
	#header-top .account a.icon {
		margin-right: 25px;
	}
	#header-top .burger {
		margin-right: 38px;
	}
	.max-width {
		width: 100%;
	}
	.reset .control-group {
		width: 80%;
	}
}

@media (max-width:1080px) {
	.browse-view div.grid {
		margin-right: 1.4%;
	}
}

@media (max-width:1000px) {	
	#header .intro {
		font-size: 130%;
		margin: 50px 0;
	}	
	div.grid.footer {
		min-height: auto;
		padding-bottom: 30px;
	}
	div.grid.dealer {
		width: 100%;
		margin-top: 100px;
		margin-right: 0;
		margin-bottom: 30px;
	}
	div.grid.career {
		width: 100%;
		margin-top: 0;
		margin-left: 0;
	}
	#home #footer {
		margin-top: 30px;
	}
	#footer {
		padding-top: 70px;
	}
	#footer .grid {
		margin-bottom: 40px;
	}
	#footer .grid.menu {
		width: 100%;
		margin-left: 2%;
	}
	#footer .grid.contact {
		width: 45%;
		margin-right: 0;
	}
	#footer .subscribe {
		float: none;
		width: 48%;
		margin-left: 2%;
	}
	.browse-view {
		margin-top: 100px;
	}
	.browse-view div.grid {
		width: 48.8%;
	}
	.browse-view div.grid:nth-child(2n) {
		margin-right: 0;
	}
	.browse-view div.grid:nth-child(3),
	.browse-view div.grid:nth-child(9) {
		margin-right: 1.4%;
	}
	
	.vm-product-details-container {
		padding: 30px 25px;
	}
	.vm-product-details-container .vm-customfields-wrap {
		width: 100%;
		padding-right: 0;
		padding-bottom: 2%;
		border-right: 0;
		border-bottom: 1px solid #5d625e;
		min-height: auto;
	}
	.vm-product-details-container .vm-infofield-wrap {
		margin-top: 30px;
		width: 100%;
	}
}

@media (max-width:990px) {
	.owl-item .title {
		height: 120px;
	}
	.owl-item .title h2 {
		font-size: 150%;
	}
}

@media (max-width:960px) {
	.vm-cart-items,
	.grid.cart-options {
		float: none;
		width: 100%;
	}
	.vm-cart-item {
		margin-right: 0;
		margin-bottom: 40px;
	}
	fieldset.vm-fieldset-customer-note {
		width: 100%;
	}
	.customer-note {
		margin-top: 30px;
	}
	.user-address {
		overflow: hidden;
		text-align: left;
		display: inline-block;
		padding: 0;
		background: none;
	}
	.user-address div.address {
		float: left;
		margin-right: 30px;
	}
	.payment-option {
		display: inline-block;
		vertical-align: top;
		float: right;
	}
}

@media (max-width:950px) {
	.account-login,
	.profile-edit,
	form#member-profile {
		width: auto;
	}
}

@media (max-width:900px) {
	#header {
		margin-bottom: 15px;
	}
	.owl-item .item {
		background-size: 110%;
	}
	#fancybox-wrap,
	#fancybox-outer {
		width: 93%;
	}
	#content form#contact_us div.grid,
	#content form#contact_us.registration div.grid {
		width: 100%;
		margin-right: 0;
		margin-bottom: 15px;
	}
	#content form#contact_us div.grid:nth-child(2n) {
		margin-right: 0;
	}
}

@media (max-width:799px) {
	.image-count-1 .swiper-slide.swiper-slide-active,
	.image-count-2 .swiper-slide.swiper-slide-active {
		padding-left: 0 !important;
	}
}

@media (max-width:767px) {
		.owl-item .title h2 {
		font-size: 120%;
	}
}

@media (max-width:760px) {
	.user-address {
		display: block;
	}
	.user-address div.address {
		float: none;
		margin-right: 0;
	}
	.payment-option {
		float: none;
		display: block;
	}
	.owl-item .title {
		height: 100px;
	}
}

@media (max-width:750px) {
	.product-search div.grid {
		display: block;
		width: 100%;
	}
	.product-search input[type="text"] {
		margin-bottom: 10px;
	}
}


@media (max-width:700px) {
	.min-height {
		min-height: 330px;
	}
	#header .logo a {
		width: 350px;
		padding-top: 52px;
	}
	.fw-300 h1 {
		font-size: 130%;
	}
	#footer .grid.menu,
	#footer .grid.contact,
	#footer .subscribe {
		width: 90%;
		margin-left: 5%;
	}
	.category-view h1, .productdetails-view h1 {
		font-size: 125%;
	}
	div.displaynumber {
		font-size: 80%;
	}
	.productdetails .vm-product-container .back-to-category {
		margin-bottom: 12px;
	}
	.productdetails .vm-product-container .back-to-category a,
	.productdetails .vm-product-container .back-to-category a:hover {
		padding: 7px 10px 7px 30px;
		font-size: 60%;
		background-size: 18px;
	}
	.browse-view {
		margin-top: 30px;
	}
	.browse-view div.grid .view {
		width: 30px;
		height: 30px;
		background-size: 15px;
	}
	.browse-view div.grid img {
		margin-top: -50px;
	}
	.browse-view h2,
	.browse-view h4 {
		font-size: 80%;
	}
	.productdetails h2 {
		font-size: 115%;
	}
	.vm-product-container div.PricesalesPriceTt, 
	.vm-product-container div.PricepriceWithoutTaxTt {
		font-size: 85%;
	}
	#footer .brands p {
		background-size: 100%;
		padding: 7.5% 0;
	}
	#fancybox-wrap {
		left: 10px !important;
	}
	.reset .control-group {
		width: 100%;
	}
	.com-users-reset-submit {
		margin-top: 20px;
		margin-bottom: 10%;
	}
	.com-users-reset-submit,
	button[type='submit'].btn-primary {
		text-transform: uppercase;
		width: 100%;
	}
	#neilsen-clothing-catalog #content {
		margin-top: 60px;
	}
}

@media (max-width:600px) {
	.owl-item .item {
		background-size: 120%;
	}
	.swiper-button-prev {
		margin-left: 0;
	}
	.swiper-button-next {
		margin-right: 0;
	}
	.swiper .swiper-button-next, 
	.swiper .swiper-button-prev, 
	.swiper .swiper-button-next.swiper-button-disabled, 
	.swiper .swiper-button-prev.swiper-button-disabled,
	.swiper-button-next::after,
	.swiper-button-prev::after {
		padding: 8px 14px;	
	}
	.swiper-button-next::after, .swiper-button-prev::after {
		font-size: 25px;
	}
	.vm-cart-item .cart-attribute {
		width: 100%;
	}
}

@media (max-width:550px) {
	.browse-view div.grid {
		width: 48.5%;
	}
	.browse-view div.grid .ptitle {
		padding: 12px 10px 15px;
	}
	.browse-view h2,
	.browse-view h4 {
		font-size: 75%;
		line-height: 1.3;
	}
	.checkout-button-top button[type="submit"] {
		width: 100%;
	}
}

@media (max-width:500px) {
	.owl-item .title h2 {
		font-size: 110%;
	}
}

@media (max-width:480px) {
	.owl-item .title {
		font-size: 60%;
		height: 80px;
		padding: 12px 5px 5px;
	}
}

@media (max-width:450px) {
	.owl-item .title {
		font-size: 52%;
	}
	#content .owl-item .item {
		background-size: 122%;
	}
	.browse-view h2,
	.browse-view h4 {
		font-size: 70%;
		height: 100px;
	}
}

@media (max-width:400px) {
	#header .logo a {
		width: 90%;
		padding-top: 14%;
	}
	.account-login li.grid {
		width: 100%;
		text-align: center;
	}
	.account-login li.remember {
		margin-bottom: 15px;
	}
	.browse-view h2,
	.browse-view h4 {
		height: 120px;
	}
}

@media (max-width:350px) {
	#header .logo a {
		padding-top: 14%;
	}
	.owl-item {
		margin-right: 10px !important;
	}
	.owl-item .item {
		background-size: 124%;
	}
	.browse-view div.grid {
		width: 100%;
		margin-right: 0;
	}
	.browse-view h2,
	.browse-view h4 {
		height: auto;
	}
}

@media (max-width:318px) {
	.owl-item .item {
		padding-top: 130%;
	}
	.owl-item .title {
		padding: 10px;
		height: auto;
	}
}





/* Orders List - STS - merged from layout file */
	.vm-wrap {min-height: 600px;}
	.vm-orders-list {margin-bottom: 100px;}
	.vmpayment_description {display: none;}
	.order_list .no_orders_empty {/* background: #fff; */font-weight: 400; min-height: 200px;padding: 2%;text-align: center;}
	.vm-orders-top {background: #fff;}
	.vm-orders-list .header {text-align: center;}
	.orders_header, .order_single {background-color: #fff;width: 100%;margin-bottom: 20px;}
	.orders_header {margin-bottom: 20px;padding: 4px 0;text-align: center;font-size: 20px;font-weight: bold;}
	.vm-orders-list a span, .vm-orders-list a .order_single_price {color: #000;}
	.order_single {background-color: #f2f2f2;border: 5px solid #f2f2f2;width: auto;padding: 0;font-size: 16px;}
	.order_single a > .ol_child {float: left;}
	.order_single_info {width: 38%;font-weight: 400;}
	.order_single_status {width: 36%;text-align: center;color: #000;font-weight: 500;font-size: 130%;text-transform: uppercase;margin-top: 2%;}
	.order_single_price {width: 26%;font-weight: 400;text-align: right;font-size: 120%;}
	.order_single_label {display: inline-block;min-width: 128px;}
	.order_number {font-weight: 400;}
	.down_arrow {display: inline-block;width: 16px;height: 16px;border-right: 4px solid #000;border-bottom: 4px solid #000;transform: rotate(45deg);margin-right: 12px;transition: all 0.4s ease 0s;}
	.order_open .down_arrow {transform: rotate(585deg);transition: all 1.4s ease 0s;}
	.order_link {display: block;background-color: #fff;text-decoration: none;padding: 15px;}
	.order_link:hover, .order_open .order_link {background: #e6302a;}
	.order_link:active, .order_link:visited, .order_link:hover {text-decoration: none;}
	.clear {clear: both;height: 0;line-height: 0;}
	.vm-orders-information {display: none;height: auto;max-height: 0px;transition: all 0.4s ease;background-color: #f2f2f2;margin: 5px 0 0;box-sizing: border-box;}
	.vm-wrap > .vm-orders-information {display: block;margin-top: 30px;}
	.order_open .vm-orders-information {display: block;position: static;z-index: 100;width: 100%;height:auto;max-height: 1200px;transition: all 0.4s ease;}
	.vm-orders-order-wrap div.pad {margin-bottom: 20px; width: 100%; text-align: left;}
	.vm-orders-order-wrap > div strong {text-transform: uppercase;margin-bottom: 5px;display: inline-block;}
	.vmpayment_name {margin-top: 5px; display: inline-block;}
	.vm-orders-addresses, .vm-orders-items {float: left;}
	.vm-orders-addresses {width: 31%;}
	.vm-orders-items {width: 69%;color: #000;}
	.vm-orders-order-wrap {background-color: #fff;padding: 10px; color: #000;}
	.vm-order-items-inner {background-color: #fff; padding: 5px 5px 5px 0;}
	.vm-order-items-inner th {background-color: #000;color: #fff;padding: 12px 15px;text-transform: capitalize;font-weight: 400;font-size: 90%;}
	.vm-order-items-inner td {padding: 7px 5px 4px;}
	.totalAmount {font-weight: 400;}
	.underline {text-decoration: underline;margin-bottom: 5px;display: inline-block;}
	.vm-order-items-inner a {color: #000; text-decoration: none;}
	.vm-order-items-inner a:hover {color: #26377d;}
	.vm-order-items-inner div.grid {float: left;}
	.vm-order-items-inner div.title {width: 80%}


	@media all and (max-width: 1210px) {
		.vm-order-items-inner div.title {width: 70%;}
	}

	@media all and (max-width: 1100px) {
		.order_single_info {width: 40%;}
		.order_single_status {width: 40%;}
		.order_single_price {width: 20%;}
	}

	@media all and (max-width: 890px) {
		.vm-orders-addresses {width: 100%;}
		.vm-orders-items {border-left: none; width: 100%; min-height: auto;}
		.vm-orders-order-wrap div.grid {display: inline-block; vertical-align: top; width: 32%;}
	}

	@media all and (max-width: 780px) {
		.order_single_info {width: 47%;}
		.order_single_status {width: 36%;}
		.order_single_price {width: 17%;}
	}

	@media all and (max-width: 700px) {
		.ol_child p > span {display: block;}
		.order_single_info {width: 35%;}
		.order_single_status {width: 47%;}
		.order_single_price {width: 18%;}
		.vm-orders-order-wrap div.grid {width: 49%;}
	}

	@media all and (max-width: 570px) {
		.vm-order-items-inner div.title {width: 100%;}
	}

	@media all and (max-width: 550px) {
		.order_single a > .ol_child {float: none;text-align: center;width: 100%;}
		.vm-orders-order-wrap div.grid {width: 100%;}
	}

/* Order Details - STS - merged from layout file */
.vmpayment_description {display: none;}
.pad_title {display: inline-block; margin-bottom: 5px;}
.vm-orders-top {background: #fff; overflow: hidden;}
.vm-orders-addresses, .vm-orders-items {float: left;}
.vm-orders-addresses {width: 31%;}
.vm-orders-items {width: 69%;color:#000;}
.vm-orders-order-wrap {background-color: #fff;padding: 10px;color:#000;}
.vm-orders-order-wrap > div strong {text-transform: uppercase;margin-bottom: 5px;display: inline-block;}
.vm-orders-order-wrap div.pad {margin-bottom: 20px; width: 100%;}
.vm-order-items-inner th {background-color: #000;color: #fff;padding: 12px 15px;text-transform: capitalize;font-weight: 400;font-size: 90%;}
.totalAmount {font-weight: 500;}
.vm-order-notes {background-color: #f2f2f2;margin-top: 8px;padding: 15px;}
.underline {text-decoration: underline;margin-bottom: 5px;display: inline-block;}
.vm-order-items-inner a {color: #000; text-decoration: none;}
.vm-order-items-inner a:hover {color: #26377d;}
.vm-order-items-inner div.grid {float: left;}
.vm-order-items-inner div.img {width: 100px;}
.vm-order-items-inner div.ititle {width: 80%; font-size: 90%; margin-top: 10px;}
.vm-customfield-cart {margin-top: 5px; display: inline-block;font-size: 85%;}
.vm-customfield-cart .product-field-type-C span {display: inline-block; margin-top: 5px;}
.product-field-type-D {margin-bottom: 10px; display: inline-block;}

@media (max-width: 1050px) {
	.vm-order-items-inner div.ititle {width: 68%;}
}

@media (max-width: 890px) {
	.vm-orders-addresses {width: 100%;}
	.vm-orders-items {width: 100%; min-height: auto;}
	.vm-orders-order-wrap div.grid {display: inline-block; vertical-align: top; width: 32%;}
}
@media (max-width: 700px) {
	.vm-orders-order-wrap div.grid {width: 49%;}
}

@media (max-width: 610px) {
	.vm-order-items-inner div.ititle {width: 55%;}
}

@media (max-width: 550px) {
	.vm-orders-order-wrap div.grid {width: 100%;}
}
@media (max-width: 500px) {
	.vm-order-items-inner div.grid {float: none;}
	.vm-order-items-inner div.ititle {width: 100%; margin-top: 10px;}
	.vm-customfield-cart {width: 100%;}
}
/* Order Details END - STS */


