body,
html {
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: column;
	flex-flow: column;
	margin: 0;
	width: 100%;
	height: 100%;
	font-family: "Gabarito", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;	
	color: #404040;
}

body {
	line-height: 1;
	min-height: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-variant-numeric: lining-nums;
	overflow-x: hidden;
	font-family: "Gabarito", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
	margin: 0;
	padding: 0;
	border: 0;
	/* font: inherit; */
	vertical-align: baseline;
}

b,
.bold {
	letter-spacing: 0px;
	color: #404040;
	font-weight: bold;
}

.light {
	font-family: "Gabarito", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;	
}

.medium {
	font-family: "Gabarito", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;	
}

.book {
	font-family: "Gabarito", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;	
}

.white {
	color: white !important;
}

.ngwhite {
	background-color: white !important;
}

.col-nop{
	margin-right: 15px;
    margin-left: 15px;
}

.hidden-small-screen{
	display: none;
}

#alertContainer {
	top: 1.2em;
	position: fixed;
	z-index: 1001;
	width: 100%;
	margin: 10px;
}

.alert {
	width: 50vw;
	padding: 20px;
	background-color: #d9000d;
	color: white;
	opacity: 1;
	margin-bottom: 15px;
	border-radius: initial;
	float: right;
	clear: both;
	cursor: pointer;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

#alertContainer .fa-check-circle {
	vertical-align: middle;
}

.alert.success {
	background-color: #4caf50;
}

.alert .fa-check-circle:before {
	color: white;
	padding: 4px;
}

.alert img {
	height: 16px;
}

.alert.alert-info {
	width: 100vw;
	text-align: center;
	text-overflow: unset;
	display: grid;
	max-height: unset;
}

ol,
ul {
	list-style: none;
}

p {
	font: normal normal 14px/18px "Gabarito", sans-serif;
	letter-spacing: 0px;
	color: #404040;
}
/*font-size*/
div[class*="fz"] {margin-bottom: 0.5rem;line-height: 1.5;}
.fz-16 {font-size: 16px; }
.fz-20 {font-size: 20px;}
.shop-footer_social [class^="fa-"]:before, .shop-footer_social [class*=" fa-"]:before {
    font-style: normal;
    font-weight: normal;
    speak: none;
    font-size: 14px;
    transition: color .2s ease-out;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: 0.2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type=email],
input[type=text],
input[type=password],
input[type=number] {
	border: 1px solid #dededc;
	font: normal normal normal 14px/14px gabarito-font;
}

input.calculating {
	background-image: url(https://assets.myzonemoves.com/shared/shop/heartratepulsewhite.gif);
	background-repeat: no-repeat;
	background-position-x: right;
	background-position-y: center;
}

.select.cart-quantity.calculating,
.quantity.calculating {
	background-image: url(https://assets.myzonemoves.com/shared/shop/heartratepulsewhite.gif);
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: center;
}

/*
select {
	border: 1px solid #808284;
	font: 14px "FreightSansProMedium", sans-serif;
	margin: 9px 0;
	color: #808284;
	border-radius: 6px;
	padding: 13px;
	width: 100%;
	box-sizing: border-box;
}
*/

a:hover {
	text-decoration: none;
}

.select.has-error {
	border-color: red;
}

.overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: black;
	z-index: 150;
	opacity: 0.9;
}

.toolTip {
	font: 14px Gabarito, sans-serif;
	display: none;
	background-color: lightgrey;
	border-radius: 0.5em;
	border: #ebebeb solid 1px;
	z-index: 151;
	padding: 0.75em;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	text-transform: uppercase;
	opacity: 1;
}

.superscript {
	vertical-align: super;
	font-size: 0.5em;
}

.select .options .option.custom input[type=number] {
	font: 12px "Gabarito", sans-serif;
	width: 100%;
	height: 18px;
	padding: 4px 6px;
	border-radius: 2px;
	text-align: center;
}

.text-center {
	text-align: center;
}

.vpad-large {
	padding: 100px 20px;
}

.more-text,
.less-text {
	width: 100%;
	text-align: right;
	color: #808284;
	cursor: pointer;
}

.wait {
	width: 20px;
	height: 20px;
	background-image: url(https://assets.myzonemoves.com/shared/shop/heartratepulsewhite.gif);
	background-repeat: no-repeat;
	background-position-x: 50%;
	margin: 1em auto;
}

.shop-header {
	background: #fff;
	max-width: 1600px;
}

.shop-header .row {
	border-bottom: 1px solid #ccdbe8;
	height: 100px;
}

.shop-header .shop-header_logo {
	height: 32px;
}

.shop-header_nav-collapse {
	display: none;
}

.shop-header .shop-header_social {
	position: relative;
	left: 20px;
}

.nav-item .nav-link {
	outline: 0;

}

.dropdown-toggle::after {
	content: '\f107';
	font-family: "FontAwesome";
	border: none;
	position: absolute;
}

.shop-header .shop-header_social a {
	color: #808284;
	padding: 0 5px;
	-webkit-transition: color .1s;
	transition: color .1s;
	text-decoration: none;
}

.shop-header .shop-header_social a:hover {
	text-decoration: none;
}

.shop-header .shop-header_nav {
	/* margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; */
	display: inline-block;
}

.shop-header .shop-header_nav .shop-header_nav-list {
	-ms-flex-item-align: start;
	align-self: flex-start;
	z-index: 99;
}

header.shop-header .container {
	/*margin: auto; */
}

a:not([href]):not([tabindex]) {
	color: inherit !important;
	cursor: unset !important;
	text-decoration: none;
}

.sixty {
	width: 60%;
}

.twenty {
	width: 20%;
	text-align: end;
}

.payment-information > div {
	padding: unset;
}

th.accessories.th.fifty {
	padding-right: 2rem;
	padding-left: 2rem;
}

/* .shop-header .shop-header_nav .shop-header_nav-list a{
  margin-right: unset !important;
  display: inline-flex;
} */

.shop-header .shop-header_nav .shop-header_nav-list a,
.title,
.select.country .current {
	cursor: pointer;
	text-align: center;
    font-size: 12px;
	color: #404040;
	text-align: center;
	margin: 0.5em 0 0 0;
}

.col-md-4.col-12.accessories a.addcart.redbut {
	bottom: 0;
	position: absolute;
	bottom: 0px;
}

.col-md-4.col-12.accessories .products-container_tagline {
	height: 150px;
}

.shop-header .shop-header_nav .shop-header_nav-list a:hover {
	color: #ee3f2c;
	text-decoration: none;
}

h1.title {
	font: normal normal 35px/35px FreightSansProSemiBold;
	letter-spacing: 0px;
}

.shop-header .shop-header_nav .shop-header_nav-list .top-bar a,
.top-bar .shop-header .shop-header_nav .shop-header_nav-list a {
	float: left;
	font-size: 22px;
	color: #808284;
}

nav.shop-header_nav-list img {
	vertical-align: middle;
	height: 19px;
	width: 32px;
}
.navbar-light .navbar-nav .nav-link {
    color: #404040;
    font-size: 14px;
}
.shop-header .shop-header_nav .shop-header_nav-list a,
.navbar_top-bar_cart-notification {
	-webkit-transition: color .1s;
	transition: color .1s;
	cursor: pointer;
	line-height: 19px;
	display: inline-block;
}

.shop-header .shop-header_nav .shop-header_nav-list .checkout-trail_link {
	line-height: 12px;
}

.shop-header .shop-header_nav .shop-header_nav-list a:not(:last-child) {
	border-right: 1px solid rgba(204, 219, 232, 0.45);
	padding-right: 15px;
	height: 32px;
	display: inline-block;
	line-height: 32px;
	margin-right: 15px;
}

.shop-header .shop-header_nav.paymentflow .shop-header_nav-list a:not(:last-child) {
	border-right: none;
	padding-right: 15px;
	height: 32px;
	display: inline-flex;
	line-height: 32px;
	margin-right: 15px;
}

.paymentflow .shop-header_nav-list nav .fa-myzone-circle:before,
.paymentflow .shop-header_nav-list nav .fa-check-circle:before,
.paymentflow .shop-header_nav-list nav .fa-myzonegrey-circle:before {
	font-size: 32px;
	height: 32px;
	width: 32px;
}

.navbar-nav.header .dropdown-menu {
	background-color: rgba(8, 8, 8, 0.88);
	border-radius: 1px;
	border: unset;
	padding: 0px 10px;
	margin-top: 0px;
	/* left: 50%;
	transform: translateX(-50%); */
}

.dropdown-menu-center {
	right: auto;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.navbar-nav.header a.dropdown-item {
	color: #ffffff;
	padding: 10px 20px;
	text-align: left;
	text-decoration: none;
	font-size: 12px;
	border-bottom: 1px solid #2e2e2e;
	font-family: "Gabarito", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;	
}

.navbar-nav.header a.dropdown-item:last-child {
	border-bottom: unset;
}

.navbar-nav.header .dropdown-item:focus,
.navbar-nav.header .dropdown-item:hover {
	background: unset;
}

.unset {
	all: unset !important;
}

.nomarginbott {
	margin-bottom: unset !important;
}

.row.align-items-center.fill_height .col {
	padding: 0 4em 0 4em;
}

.shop-header .shop-header_nav .shop-header_nav-collapse {
	display: none;
	-ms-flex-item-align: end;
	align-self: flex-end;
	margin-right: 20px;
	color: #808284;
}

.container {
	/* margin: 0 auto 120px; */
	max-width: 1600px;
	width: 100%;
	padding:0 30px;
}

.container-fluid.no-padding {
	padding: 0;
	margin: 0;
}

.no-gutters {
	padding: 0;
	margin: 0;
}
.no-margin {
	margin: 0;
}

.container .error {
	margin-top: 120px;
	line-height: 1.5em;
}

.error h1 {
	margin-bottom: 24px;
}

.error h3 {
	color: red;
	line-height: 36px;
}
.underbackbutt {
	margin-top: 2rem;
}
.top-bar {
	/* margin-bottom: 20px; */
	padding: 10px 0;
	margin-bottom: 25px;
	margin-top: 25px;
}

.top-bar h1 {
	letter-spacing: 0px;
	color: #404040;
	font-size: 48px;
    line-height: 62px;
}

.top-bar .top-bar_item {
	margin-left: 28px;
}

.top-bar .top-bar_language {
	float: right;
	width: 46px;
	height: 22px;
}

.select.country {
	display: inline-flex;
	border-right: 1px solid rgba(204, 219, 232, 0.45);
	margin-right: 15px;
}

.select.country .language_globe {
	vertical-align: middle;
	padding: 5px;
	height: 19px;
	background-image: url('https://assets.myzonemoves.com/shared/shop/globe.svg');
	background-repeat: no-repeat;
	width: 19px;
	display: inline-block;
	background-size: contain;
	margin-right: 3px;
}
.select.select.country .language_name {
	display: inline;
	vertical-align: middle;
}

.top-bar .top-bar_language .select {
	padding: 0;
	height: inherit;
	width: inherit;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.select .current,
.select .options .option {
	font: normal normal 11px/13px "Gabarito", sans-serif;
	letter-spacing: 2.2px;
	color: #404040;
	margin-right: 20px;
	cursor: pointer;
}

/*
.form-row.differentshippingaddress.active::before {
	content: '';
	background-size: 6px 6px !important;
	background-image: linear-gradient(-45deg, transparent 46%, #707070 49%, #707070 51%, transparent 55%);
	position: absolute;
	height: 350px;
	width: 100%;
	z-index: 500;
}
*/
.landing-header--bgimage {
	height: inherit;
	background-size: 2000px;
	background-repeat: no-repeat;
}
.landing-header--text {
	padding: 30px;
	color: #ffffff;
}
.landing-header-small--text {
	font: 12px "Gabarito", sans-serif;
	width: 420px;
	padding: 10px 0px;
}
.landing-header--bgimage img {
	width: 100%;
	height: auto;
}

.landing-header-large--text {
	font: 40px "Gabarito", sans-serif;
	font-weight: bold;
	line-height: 40px;
}
.landing-header--button {
	width: 200px;
	margin-top: 10px;
}
.landing-header--button a.addtocart {
	padding: 14px 14px 14px 14px;
}

.form-row.differentshippingaddress.change {
	display: flex;
}

.linedot {
	padding-left: 10px;
	line-height: 10px;
	font-size: 11px;
	color: #707070;
	border-top: 2px dotted #707070;
	background: none;
	height: 0;
	width: 30px;
	margin: 15px 20px;
	opacity: 0.5;
}

.top-bar .top-bar_language .select .current {
	width: 30px;
	float: left;
	overflow: hidden;
	height: 100%;
}

.top-bar .top-bar_language .select .current img {
	width: 32px;
	margin-top: -6px;
	margin-left: -1px;
	border-top-left-radius: 16px;
	border-bottom-left-radius: 16px;
}

.top-bar .top-bar_language .select .arrow-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 20px;
	height: 100%;
	float: left;
}

.top-bar .top-bar_language .select .arrow-container .arrow {
	margin-top: -1px;
}

.top-bar .top-bar_language .select .options {
	top: 22px;
	padding: 0;
	margin: 0;
	float: left;
	box-shadow: 0 5px 10px #e1e1e1;
}

.select .arrow {
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #121010;
	float: right;
	margin-top: 6px;
}

.mobileMenuButton {
	display: none;
}

.paymentflow .navbar_top-bar_cart-notification {
	display: none;
}

.select .options {
	display: none;
	position: absolute;
	background: #fff;
	border: 1px solid #e1e1e1;
	border-radius: 0px;
	box-shadow: 0 0 8px #808284;
	box-sizing: border-box;
	top: 64px;
	z-index: 1;
}

.select.country ul.options {
	text-align: left;
	top: 42px;
	padding: 10px 0 10px 10px;
	width: max-content;
}

.select .options .option {
	padding: 4px 0;
}

.select .options .option.disabled {
	cursor: not-allowed;
	color: red;
	text-decoration: line-through;
}

.checkout-trail_link {
	display: flex;
	margin-right: unset !important;
	align-items: center;
}

.top-bar .top-bar_language .select .options .option img {
	padding: 0;
	margin: -8px 0 0 -2px;
	border: none;
	width: 48px;
	float: left;
}

.select .options .option:first-child {
	display: none;
}

.top-bar .top-bar_language .select .options .option:first-child {
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

.top-bar .top-bar_language .select .options .option:last-child {
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

.top-bar .top-bar_language .select .options .option {
	height: 38px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.top-bar .top-bar_cart {
	float: right;
	position: relative;
	cursor: pointer;
}

.top-bar .top-bar_cart .top-bar_cart-notification {
	position: absolute;
	width: 15px;
	height: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 15px;
	left: 10px;
	top: 0;
	font: 12px "Open Sans", sans-serif;
	color: #f7f8f9;
	background: #ee3f2c;
}

/* .products-container_tiles .products-container_tiles-tile {
    width: 100%;
    margin: 30px 0;
    float: left;
} */

.products-container_tiles .products-container_tiles-tile a {
	text-decoration: none;
}

.products-container_tiles .products-container_tiles-tile .products-container_tiles-tile_image {
	border: 1px solid #e1e1e1;
	width: 100%;
}

.landingSizeGuideContainer {
	display: none;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	position: absolute;
	z-index: 4;
	background: rgba(255, 255, 255, 0.8);
	border-radius: 0.4rem;
	left: 0;
	right: calc(100% - 10rem);
	width: auto;
	backdrop-filter: blur(1rem);
	padding: 1.5rem 1.3rem;
	bottom:180px;
	padding:0 10px 10px 10px;
	margin: 0 20px 0 20px;
}

.landingSizeGuideContainer .sizeGuideLabel, .landingColourContainer .sizeGuideLabel {
	font: normal normal 12px/18px FreightSansProBold;
}

.products-container_tiles-tile:hover .products-container_tiles-tile_image_div {
	opacity:0.4;
}
.products-container_tiles-tile:hover .products-container_tiles-tile_image_div::before {
	background-color:#1a1a1a;
	opacity:0.2;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 270px;
}

.landingSizeGuideContainer .sizeGuideButtonsContainer {
	display: flex;
	flex: 1 1 auto;
	justify-content: center;
	flex-direction: row;
	width: 100%;
	flex-wrap: wrap;
	flex-flow: column wrap;
}

.landingSizeGuideContainer button {
	background: #ffffff;
	border: none;
	position: relative;
	line-height: 2.1rem;
	color: #000000;
	font-family: "Gabarito", sans-serif;
	text-transform: normal;
	box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.15);
	border-radius: 0.2rem;
	margin: 0.2rem;
	font-size: 1rem;
	overflow: hidden;
	height: auto;
	flex: 0 1 calc(50% - 1rem);
	display: flex;
	padding: 0;
	justify-content: center;
	align-items: center;
	max-height: 5.5rem;
}
.landingSizeGuideContainer button.addtocart {
	flex: 0 1 90%;
	font: normal normal 1rem/2.1rem "Gabarito", sans-serif;
}

.landingSizeGuideContainer button.wideButton {
	flex: 0 1 calc(40% - 0.4rem);
	text-transform: capitalize;
}

.products-container_tiles-tile:hover .landingSizeGuideContainer, .products-container_tiles-tile:hover .landingColourContainer {
	display:block;
}

.products-container_tiles-tile:hover .landingSizeGuideContainer button {
	background: #FFFFFF;
	color: #000000;
}
.products-container_tiles-tile:hover .landingSizeGuideContainer button:hover {
	background-color:#d9000d;
	color:#FFFFFF;
	cursor: pointer;
}

.products-container_tiles-tile:hover .landingSizeGuideContainer button.disabled {
	background: #e7e7e7;
	color: #6e6e6e;
	cursor: default;
}

.products-container_tiles-tile:hover .landingSizeGuideContainer button:hover .spinner div {
	background: #FFFFFF;
}

.products-container_tiles-tile .landingSizeGuideContainer button.adding .spinner {
	opacity: 1 !important;
}

.products-container_tiles-tile .landingSizeGuideContainer button.adding {
	background-color:#d9000d;
}

.spinner {
	opacity: 0;
	display: inline-block;
	position: absolute;
}

.landingColourContainer {
	display:none;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	position: absolute;
	z-index: 4;
	background: rgba(255, 255, 255, 0.8);
	border-radius: 0.4rem;
	left: 0;
	right: 0;
	width: auto;
	backdrop-filter: blur(1rem);
	padding: 1.5rem 1.3rem;
	bottom:180px;
	padding:0 10px 10px 10px;
	margin: 0 20px 0 20px;
}

.colourButtonsContainer {
	display: flex;
	flex: 1 1 auto;
	justify-content: center;
	flex-direction: row;
	width: 100%;
	flex-wrap: wrap;
}

.productPage.colourButtonsContainer {
	justify-content:left;
}

.colourButtonsContainer a {
	border: none;
	position: relative;
	line-height: 2.1rem;
	color: #000000;
	font-family: "Gabarito", sans-serif;
	text-transform: normal;
	border-radius: 0.2rem;
	margin: 0.2rem;
	font-size: 1rem;
	overflow: hidden;
	height: auto;
	/* flex: 0 1 calc(14.2% - 1rem); */
	display: flex;
	justify-content: center;
	align-items: center;
	max-height: 5.5rem;
	padding:4px;
}

.colourButtonsContainer a.disabled .colourSelector {
	opacity:0.4;
}

.colourButtonsContainer a.disabled svg{
	opacity:1;
}

.colourButtonsContainer a.disabled:hover {
	border:none;
	padding: 4px;
	border-radius:unset;
}

.colourButtonsContainer a:hover {
	padding:2px;
	border:2px solid #404040;
	border-radius: 50%;
}

.colourButtonsContainer a.currentColour {
	padding:2px;
	border:2px solid #404040;
	border-radius: 50%;
}

.products-container_tiles-tile .landingColourContainer a.adding .spinner {
	opacity: 1 !important;
}

.colourSelector {
	height:20px;
	width:20px;
	border-radius: 50%;
	padding:2px;
	cursor: pointer;
}


.productPageOptions, .devicePageOptions {
	display: flex;
  	flex-wrap: wrap;
}

.productPageOptions div, .devicePageOptions div {
	flex: 0 1 49%;
	border: none;
	position: relative;
	line-height: 2.1rem;
	color: #000000;
	font-family: "Gabarito", sans-serif;
	text-transform: normal;
	border-radius: 0.2rem;
	margin: 0.2rem;
	font-size: 1rem;
	overflow: hidden;
	height: auto;
	display: flex;
	justify-content: left;
	align-items: left;
	max-height: 5.5rem;
	padding:8px;
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.14);
	background-color:#ffffff;
	font-weight: bold;
	padding-left:60px;
	cursor: pointer;
}

.productPageOptions div span {
	font-weight: normal;
}

.productPageOptions div.current, .devicePageOptions div.current {
	font: normal bold 1rem/2.1rem "Gabarito", sans-serif;
	letter-spacing: unset;
	margin-right:0.2rem;
}

.productPageOptions div:before, .devicePageOptions div:before {
	content: url(/assets/images/myzone_button_grey_small.svg);
	display: block;
	width: 25px;
	height: 25px;
	position: absolute;
	transform: translateX(-40px);
	z-index: 0;
	font-size:38px;
}

.productPageOptions div.current:before, .devicePageOptions div.current:before {
	display: block;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	position: absolute;
	content: url(/assets/images/check.svg);
	color: white;
	text-align: center;
	transform: translateX(-40px);
	background-image: unset;
}

.productPageOptions div.current.cross:before, .devicePageOptions div.current.cross:before {
	display: block;
	content: url(/assets/images/cross.svg);
	border-radius: 50%;
	width: 25px;
	height: 25px;
	position: absolute;
	color: white;
	text-align: center;
	transform: translateX(-40px);
	background-image: unset;
}

.color-red {
	color: #d9000d;
}

.product-item-out-of-stock-button {
	display:none;
}

.newModalLayout {
	background-color:#F7F5F5;
}


.registerStockAlert {
	position: relative;
	display: flex;
	align-items: center;
}

#shopOOSModal button.adding .spinner {
	opacity: 1 !important;
}
#shopOOSModal button.adding span {
	opacity: 0 !important;
}

.products-container_tiles-tile_image_div {
	min-height: 270px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position-y: 50%;
	background-position-x: 50%;
}
.products-container_tiles-tile_image_div.loading {
	background-color: #eeeeee;
}

.products-container-footer .products-container_tiles-tile_image_div {
	border: 1px solid #dededc;
}

.products-container_tiles .products-container_tiles-tile .products-container_tiles-tile_discount,
.sub-title {
	color: #121010;
	font: normal normal 12px/24px "Gabarito", sans-serif;
	font-weight: 500;
	text-transform: normal;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.products-container_tiles .products-container_tiles-tile .products-container_tiles-tile_discount {
	color: #d9000d;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	margin: 0;
	padding: 0;
}

.tiles-tile_heading {
	padding: 10px 0;
}

.products-container_tiles-tile_heading,
.tiles-tile_heading {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.products-container_tiles-tile_heading span.superscript {
	display: inline-block;
	margin-top: -1em;
}

.products-container_tiles-tile.wait {
	background-position: 50% 140px;
}

.shipping-shipping_heading--text {
	font: normal normal bold 20px/27px 'Gabarito', sans-serif;
	letter-spacing: 0px;
	color: #404040;
}

.shipping-no_address-details {
	border: 1px dashed #dededc;
	padding:15px 20px 15px 20px;
	margin: 10px 0 0 10px;
	font-style: italic;
	background-color: #e9ecef;
	text-align: center;
	min-height: 150px;
	vertical-align: middle;
}

.shipping-preLoadingText {

}

.shipping-loadingSpinner {
	display:none;
	text-align: center;
    margin: 40px 0 40px 0;
}

/* } */

.shop-header .shop-header_nav .shop-header_nav-list .fa-check-circle:before,
.shop-header .shop-header_nav .shop-header_nav-list .fa-myzone-circle:before,
.shop-header .shop-header_nav .shop-header_nav-list .fa-myzonegrey-circle:before {
	font-size: 32px;
}
.checkout-trail li,
.checkout-trail li .fa {
	vertical-align: middle !important;
	text-align: center;
}

.products-container_tiles-tile_heading {
	border-bottom: 1px solid #e1e1e1;
	height: 40px;
	margin: 10px 10px;
	font-size:1rem;
}

.accessories .accessories .products-container_tiles-tile_heading {
	font-size: 16px;
	margin: 0;
}

.products-container_tiles .products-container_tiles-tile .products-container_tiles-tile_footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 10px;
}

.products-container_tiles-container {
	padding: 0px 10px;
}

.products-container_tiles-tile_footer {
	letter-spacing: 0px;
	color: rgba(193, 51, 54, 1);
	font-size: 18px;
    line-height: 32px;
}

.products-container_tiles
	.products-container_tiles-tile
	.products-container_tiles-tile_footer
	.products-container_tiles-tile_footer-link {
	color: #808284;
}

.products-container_tiles
	.products-container_tiles-tile
	.products-container_tiles-tile_footer
	.products-container_tiles-tile_footer-price-discount {
	color: #939393;
	text-decoration: line-through;
	text-decoration-color: #6d6d6d;
	margin-left: 12px;
}

.products-container_tiles
	.products-container_tiles-tile
	.products-container_tiles-tile_footer
	.products-container_tiles-tile_footer-link {
	text-decoration: none;
	margin-left: auto;
	-webkit-transition: color .1s;
	transition: color .1s;
}

.legal_notices,
.copyright_notice {
	font-size: 14px;
}
.legal_notices {
	font-weight: bold;
}

.hbspt-form > label {
    display: none;
}
.hbspt-form > .actions{
	all:unset
}
.shop-footer .error {
    margin-top: unset;
}
.shop-footer label.hs-error-msg, .shop-footer .submitted-message {
    color: white;
}
.shop-footer .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field {
    width: 50%;
    display: flow-root;
}
.shop-footer .hs-button.primary, .shop-footer input[type=submit] {
    cursor: pointer;
    -webkit-appearance: none;
    font-weight: 700;
    font-size: 1.1em !important;
    text-decoration: none!important;
    background-color: #c13336;
    border-radius: unset;
    text-transform: unset;
	color: white;
	border: unset;
	width: 25%;
	height: 37px;
}
.shop-footer input[type="email"] {
    width: 90%;
    margin-bottom: 10px;
	padding: 6px 12px;
    border-radius: 3px;
	font: unset;
}
.shop-footer p {
	font: normal normal normal 14px/21px Gabarito;
	color: white;
}

.shop-footer_social .fa-lg {
	font-size: 20px;
}

.shop-footer-left p {
	padding: 30px 0 15px 5px;
}

.footertitle {
	color: white;
}
.redline.header {
    border-bottom: 2px solid #c13336;
    width: 40%;
    margin: 15px 0;
    height: 0;
}
.shop-footer {
	padding:4rem 0 4rem 0;
	background: #222222 0% 0% no-repeat padding-box;
	margin-top: 4rem;
	border-bottom: 2em solid #000;
}

.telNumber {
	font-size: 16px;
}

.shop-footer .shop-footer_logo {
	width: 130px;
    height: auto;
    display: flex;
}

.shop-footer .shop-footer_logo img {
	width: inherit;
}

a.button {
	padding: 15px 0px;
	font-size: 1rem;
	font-family: "Gabarito", sans-serif;
	display: inline-block;
	width: 100%;
	text-align: center;
}

a.addcart,
a.bottomaddcart {
	color: white;
	background: #d9000d 0% 0% no-repeat padding-box;
	font-size: 1rem;
		font-family: "Gabarito", sans-serif;
	display: inline-block;
}

a.addcart.adding,
a.bottomaddcart.adding {
	background: #6a1b1e;
	cursor: not-allowed;
}

a.learnmore {
	text-align: left;
	display: block;
}

a.learnmore {
	text-align: left;
	display: block;
	background-color: #d9000d;
	width: fit-content;
	padding: 12px 20px;
	color:#ffffff;
}

h1.title.small {
	-ms-transform: skewX(20deg);
	-webkit-transform: skewX(20deg);
	transform: skewX(20deg);
	display: inline-block;
	color: white;
	text-transform: capitalize;
}

/* a.button-slanted {

    background-color: #404040 ;
    text-align: center;
    padding: 10px 20px;
    margin: 1px;
    display: inline-block;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
}
a.button-slanted.current {
    background-color: #D9000D;
} */

.select.item.code, .select.item.device {
	width: 100%;
}

.select.item.code li.option:before, .select.item.device li.option:before {
	content: "\f058";
	font-size: 20px;
	color: transparent;
	background-image: url(https://assets.myzonemoves.com/shared/shop/myzone-grey.png);
	background-size: contain;
	background-position-y: 50%;
	background-position-x: 50%;
	background-repeat: no-repeat;
	width: 25px;
	height: 25px;
	position: absolute;
	transform: translateX(-60px);
	z-index: 0;
}

li.option.current:before {
	display: block;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	position: absolute;
	content: '\2713' !important;
	color: white;
	text-align: center;
	transform: translateX(-40px);
	background-image: unset;
	background-image: url(https://assets.myzonemoves.com/shared/shop/tick.png) !important;
}

.bottomredline {
	margin-bottom: 2rem;
	border-bottom: 1px solid #d9000d;
	padding-bottom: 1rem;
}

#myTabContent .table thead th {
	border-width: 0;
	font-size: 14px;
	vertical-align: middle;
	font: normal normal bold 14px/18px FreightSansProBold;
	width: 2px;
	word-wrap: break-word;
}

#myTabContent .table tbody tr th {
	font: normal normal bold 12px/16px FreightSansProSemibold;
}

#myTabContent .table tbody tr td {
	font: normal normal normal 12px/16px FreightSansProSemibold;
}

.nav-pills .nav-link.active {
	background-color: #d9000d;
}
.nav-pills .nav-link {
	border-radius: 0;
}
.nav-pills .nav-link:not(.active) {
	border-radius: 0;
	background-color: #404040;
	color: #ffffff;
	opacity: 0.4;
}
.container.product-nav {
    display: grid;
}

.button-slanted {
	position: relative;
	/* height: 100px;
  width: 200px; */
	padding: 11.6px 15px;
	background: #404040;
	float: left;
}

.button-slanted h5 {
	font-size: 1em;
}

.firstbott:after {
	content: '';
	line-height: 0;
	font-size: 0;
	width: 0;
	height: 0;
	border-top: 42px solid #404040;
	border-bottom: 40px solid transparent;
	border-left: 0 solid transparent;
	border-right: 28px solid transparent;
	position: absolute;
	top: 0;
	right: -28px;
}

.thirdbott,
.secondbott {
	margin-left: 35px;
	/* width: 100px; */
	text-transform: capitalize;
	height: 42px;
}

.skeleton {
	background-color: #fff;
	height: auto;
	width: auto;
	overflow: hidden;
	margin-top: 20px;
	border-bottom: 1px solid #e1e1e1;
}

/* Card image loading */
.skeleton__image img {
	width: 100%;
	height: 100%;
}

.skeleton__image {
	height: 200px;
	width: calc(100%-20px);
	background-color: #eeeeee;
	margin: 0px 10px;
}

/* Card title */
.skeleton__title {
	padding: 8px;
	font-size: 22px;
	font-weight: 700;
	margin: 10px;
	background-color: rgba(0, 0, 0, 0.065);
}

.skeleton__title.loading {
	height: 1rem;
}

/* Card description */
.skeleton__description {
	padding: 8px;
	font-size: 16px;
	background-color: rgba(0, 0, 0, 0.065);
	margin: 10px;
}

.skeleton__description.loading {
	height: 3rem;
	width: 75%;
}

/* Card price */
.skeleton__price {
	padding: 8px;
	font-size: 16px;
	margin: 10px;
	background-color: rgba(0, 0, 0, 0.065);
}

.skeleton__price.loading {
	height: 3rem;
}

/* Card button */
.skeleton__button {
	padding: 8px;
	font-size: 16px;
	margin: 10px;
	width: 50%;
	background-color: rgba(0, 0, 0, 0.065);
}

.skeleton__button.loading {
	height: 3rem;
}

.sizeGuideButton {
	color: #404040;
}

.secondbott {
	word-break: keep-all;
}

.thirdbott {
	background-color: #d9000d;
	width: auto;
	word-break: keep-all;
}

.thirdbott .button-slanted a:hover {
	text-decoration: none;
	color: #ffffff;
}

.select.product-container_info-options_quantity .current {
	width: fit-content;
	padding: 10px;
	text-align: center;
	width: 100%;
	display: inline-block;
	line-height: 25px;
	font: normal normal bold 14px/25px FreightSanProBold;
}

.item-add-to-cart-option {
	margin-bottom: 10px;
	padding-right: 10px;
}
.customQuantity {
	margin-bottom: 10px;
	padding-right: 10px;
}
.customQuantityInput {
	height: 45px;
	width: 100%;
	margin: 0;
}

span.arrow.qty {
	margin-top: unset;
	top: 50%;
	position: absolute;
	left: 50px;
}

.select.product-container_info-options_quantity .options .option.custom input[type=number] {
	padding: 12px;
}

ul.options.text-center {
	width: inherit;
}

ul.options.text-center li {
	display: inline-block;
	line-height: 25px;
	font: normal normal bold 11px/15px FreightSanProBold !important;
}

.thirdbott:before {
	content: '';
	line-height: 0;
	font-size: 0;
	width: 0;
	height: 0;
	border-top: 0px solid transparent;
	border-bottom: 42px solid #d9000d;
	border-left: 28px solid transparent;
	border-right: 0px solid #d9000d;
	position: absolute;
	top: 0px;
	left: -27px;
}

.secondbott:after {
	content: '';
	line-height: 0;
	font-size: 0;
	width: 0;
	height: 0;
	border-top: 42px solid #404040;
	border-bottom: 40px solid transparent;
	border-left: 0 solid transparent;
	border-right: 28px solid transparent;
	position: absolute;
	top: 0;
	right: -28px;
}

.secondbott:before {
	content: '';
	line-height: 0;
	font-size: 0;
	width: 0;
	height: 0;
	border-top: 0px solid transparent;
	border-bottom: 42px solid #404040;
	border-left: 28px solid transparent;
	border-right: 0px solid #404040;
	position: absolute;
	top: 0px;
	left: -27px;
}

.shop-footer .shop-footer_info nav {
	text-align: left;
}

.shop-footer .shop-footer_info .shop-footer_info-sub a {
	font: 12px "Gabarito", sans-serif;
	margin-left: 12px;
	text-decoration: none;
	color: #808284;
}

.shop-footer .shop-footer_info .shop-footer_info-sub .shop-footer_info-sub_legal {
	display: inline-block;
}

.shop-footer .shop-footer_info nav a {
	color: white;
	line-height: 1.8;
}

.shop-footer .shop-footer_info nav .footertitle a {
	color: white;
	line-height: inherit;
}

ul.navbar-nav.header {
	margin: 0 auto;
	text-align: center;
	font: normal normal 13px/18px "Gabarito", sans-serif;
	letter-spacing: 3.6px;
	color: #404040;
	text-transform: uppercase;
	padding-top: 20px;
}

ul.navbar-nav.header > li {
	margin: 0 2em;
	font-size: 1.1em;
}

a.dropdown-item {
	font: normal normal 12px/18px "Gabarito", sans-serif;
	letter-spacing: initial;
	color: #404040;
	text-transform: none;
}

.shop-footer .shop-footer_info .shop-footer_info-sub a {
	font: 12px "Gabarito", sans-serif;
	margin-left: 12px;
	text-decoration: none;
	color: #808284;
}


.footer_addresses--container .fa {
	vertical-align: middle;
	margin-right: 5px;
}

.footer_addresses--container .footer_address_title--text {
	font-weight: bold;
}

.shop-header .shop-header_nav .shop-header_nav-list .top-bar a.small,
.top-bar .shop-header .shop-header_nav .shop-header_nav-list a.small,
.top-bar .title.small {
	font-size: 12px;
}

.shop-header .shop-header_nav .shop-header_nav-list .top-bar a .fa,
.top-bar .shop-header .shop-header_nav .shop-header_nav-list a .fa,
.top-bar .title .fa {
	margin-right: 8px;
}

.product-container .product-container_media {
	padding-right: 30px;
	width: 462px;
	float: left;
}

.product-container .product-container_media .product-container_media-display {
	display: none;
	width: 460px;
	border-radius: 6px;
	border: 1px solid #dededc;
	margin: 0 auto;
}

ul.description-list.module.row img {
	width: 90px;
	height: 90px;
	border-radius: 50px;
	vertical-align: middle;
	padding: 5px;
	margin-right: 20px;
}

ul.description-list.module.row li {
	font: normal normal 16px "Gabarito", sans-serif;
	border-bottom: unset;
}

.grayone {
	background-color: #303640;
	color: white;
	font: normal normal normal 1em/1.25em "Gabarito", sans-serif;
	width: 99.45vw;
	position: relative;
	left: calc(-50vw + 50%);
	margin: auto;
}
.countrySelectPage {

}
.countrySelectPage h1 {
	font-size:28px;
	margin-bottom: 10px;
}
.countrySelect h2 {
	font-size: 32px;
    line-height: 1.125;
    font-weight: 600;
    letter-spacing: .004em;
	font-family: "Gabarito", sans-serif;
    border-top: 1px solid #d2d2d7;
    display: block;
    padding: 30px 0 20px 0;
}
.countriesList ul {
	columns: 3 auto;
	margin: 10px 0 0;
    padding-bottom: 25px;
}
.countriesList ul > li {
	padding-bottom: 7px;
    padding-right: 40px;
	margin-top: 0;
	color:#000000;
}
.countriesList ul > li a {
	color:#000000;
}

.col-md-4.col-12.accessories-footer a.addcart.redbut {
	display: none;
}

.grayone .container {
	margin-bottom: 0px;
}

span.product-container_info-accordion_title-container {
	font: normal normal normal 36px/90px Gabarito;
	border-bottom: 1px solid #d9000d;
	width: 100%;
	display: block;
	margin-bottom: 30px;
}

.product-container_info-accordion li.grayone {
	font: normal normal normal 18px/24px "Gabarito", sans-serif;
}

.product-container_info-accordion li.grayone:nth-child(1) {
	background-color: #303640;
}
.product-container_info-accordion li.grayone:nth-child(2) {
	background-color: #262b33;
}
.product-container_info-accordion li.grayone:nth-child(3) {
	background-color: #171a1f;
}
.product-container_info-accordion li.grayone:nth-child(4) {
	background-color: #0c0d10;
}

.product-container_info-accordion li.grayone .list b {
	color: #ffffff;
}

.product-container_info-accordion li.grayone .list ul div li {
	padding: 10px 0px;
}

.product-container_info-accordion li.grayone .list ul div li:last-of-type {
	border-bottom: unset;
}

.product-container_info-accordion li.grayone .box-contents .row div span {
	font: normal normal 600 20px/20px "Gabarito", sans-serif;
	margin-left: 30px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.product-container_info-accordion li.grayone .box-contents .row div img {
	height: 100px;
	width: 100px;
	border-radius: 50%;
	background-color: #ffffff;
	vertical-align: middle;
}

.product-container_info-accordion li.grayone .box-contents .row div i {
	height: 100px;
	width: 100px;
	border-radius: 50%;
	background-color: #b9b9b9;
	color: #404040;
	text-align: center;
	font-size: 3em;
	vertical-align: middle;
	line-height: 100px;
}

.product-container_info-accordion li.grayone a:hover {
	text-decoration: none;
}

ul.description-list.row li {
	line-height: 1.25em;
	border-bottom: 1px solid #404040;
	padding: 0.5em 0;
}
ul.description-list.row>div>li {
    list-style-type: circle;
}
.product-container .product-container_media .product-container_media-display iframe {
	padding-bottom: 56.25%;
}

.product-container .product-container_media .product-container_media-select {
	width: 100%;
	margin-top: 20px;
	padding: 5px 0;
	display: flex;
	justify-content: space-around;
}

.product-container .product-container_media .product-container_media-select a {
	box-shadow: 0 0 4px #e1e1e1;
	border-radius: 6px;
	cursor: pointer;
	float: left;
	width: 84px;
	overflow: hidden;
	margin-right: 24px;
	margin-bottom: 24px;
}

.product-container .product-container_media .product-container_media-select a:last-child {
	margin-right: 0;
}

.product-container .product-container_media .product-container_media-select a img,
.product-container .product-container_media .product-container_media-select video {
	width: 100%;
	border-radius: 0.5em;
}

.product-container_info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 30px;
	width: 386px;
	position: relative;
}

.big-title {
	color: #404040;
	font-weight: bold;
	font-size: 36px;
	line-height: 48px;
}

.header .big-title {
	text-align: center;
	font: 28px Ubuntu, sans-serif;
	font-weight: 600;
	text-transform: uppercase;
}

.product-container_info .product-container_info-padding {
	width: 100%;
}

.product-container_info .product-container_info-padding h1 {
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.product-container_info .product-container_info-padding .big-title {
	margin-bottom: 10px;
}

.product-container_info .product-container_info-padding .big-title-discount {
	font: normal normal 12px/24px "Gabarito", sans-serif;
	font-weight: 500;
	color: #d9000d;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	margin: 0;
	padding: 0;
}

.product-container_info .product-container_info-padding .product-container_info-price {
	font: normal normal 18px/32px "Gabarito", sans-serif;
	letter-spacing: 0px;
	color: #d9000d;
	opacity: 1;
}

.product-container_info .product-container_info-padding .product-container_info-discount {
	font: normal normal 18px/32px "Gabarito", sans-serif;
	letter-spacing: 0px;
	color: #939393;
	text-decoration: line-through;
	text-decoration-color: #6d6d6d;
	margin-left: 12px;
}

.product-container_info .product-container_info-padding .product-container_info-reviews {
	color: #808284;
	float: right;
	font: 12px "Gabarito", sans-serif;
	font-weight: 500;
}

.product-container_info .product-container_info-padding .product-container_info-reviews span {
	text-transform: uppercase;
	color: #00ac7b;
	font-weight: 700;
}

#estimateShipDateLabel {
	color: #00ac7b;
}

.product-container_info .product-container_info-padding .product-container_info-rating {
	float: right;
	margin-right: 16px;
}

.product-container_info .product-container_info-padding .product-container_info-rating .star {
	font-size: 12px;
}

.product-container_info .product-container_info-padding .product-container_info-rating .star.full {
	color: #ffd280;
}

.product-container_info .product-container_info-padding .product-container_info-description,
.cookieModal {
	padding: 20px 0;
	margin-top: 20px;
	margin-bottom: 20px;
}

.product-container_info-description p {
	font: normal normal medium 18px/27px "Gabarito" !important;
	letter-spacing: 0px;
}

/* .product-container_info .product-container_info-padding .product-container_info-options #product-select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 44px;
} */

#product-select {
	width: 100%;
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
}

.product-container_info .product-container_info-padding .product-container_info-options {
	width: 100%;
	height: 100%;
}

select.product-container_info-options_quantity {
	width: 30%;
	border: 1px solid #dededc;
}

.select .label {
	width: 100%;
	display: block;
	text-align: left;
}

.col-6.quantity {
	display: flex;
	padding-left: unset;
	height: -webkit-fill-available;
}

#product-select .select.code {
	margin-bottom: 20px;
	width: 100%;
}

.product-container_info
	.product-container_info-padding
	.product-container_info-options
	#product-select
	.product-container_info-options_quantity {
	margin: 0 5% 0 0;
	width: 24%;
	border: 1px solid #dededc;
}

.product-container_info .product-container_info-padding .product-container_info-options #product-select .code .options,
.product-container_info
	.product-container_info-padding
	.product-container_info-options
	#product-select
	.product-container_info-options_quantity
	.options {
	top: 58px;
}

.product-container_info
	.product-container_info-padding
	.product-container_info-options
	#product-select
	.code
	.options
	.option-arrow,
.product-container_info
	.product-container_info-padding
	.product-container_info-options
	#product-select
	.product-container_info-options_quantity
	.options
	.option-arrow {
	left: 25px;
}

.select .options .option-arrow {
	position: absolute;
	top: -13px;
	left: 20px;
}

.select .options .header {
	width: auto;
	/* text-align: left!important;
    color: #808284;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 6px; */
}

.select .options .option .color {
	display: inline-block;
	margin-right: 16px;
	width: 10px;
	height: 10px;
	border-radius: 10px;
}

.product-container_info
	.product-container_info-padding
	.product-container_info-options
	#product-select
	.product-container_info-options_nostock {
	border: none;
	border-radius: 6px;
	font: 14px "Gabarito", sans-serif;
	font-weight: 600;
	color: #f7f8f9;
	background: #ee3f2c;
	width: 40%;
	cursor: not-allowed;
}

.product-container_info .product-container_info-padding .product-container_info-accordion {
	padding-top: 20px;
	margin-top: 20px;
	border-top: 1px solid #e1e1e1;
}

.product-container_info .product-container_info-padding .product-container_info-accordion ul {
	background: #fff;
	border: 1px solid #e1e1e1;
	border-radius: 6px;
}

.product-container_info .product-container_info-padding .product-container_info-accordion ul li {
	border-bottom: 1px solid #e1e1e1;
}

.product-container_info
	.product-container_info-padding
	.product-container_info-accordion
	ul
	li
	.product-container_info-accordion_title {
	width: 100%;
	padding: 20px 15px;
	font: 14px "Gabarito", sans-serif;
	color: #808284;
	font-weight: 600;
	cursor: pointer;
}

.product-container_info
	.product-container_info-padding
	.product-container_info-accordion
	ul
	li
	.product-container_info-accordion_description {
	padding: 10px 15px;
	border-top: 1px solid #e1e1e1;
	display: none;
	font: 12px "Gabarito", sans-serif;
	color: #121010;
}

.product-container_info
	.product-container_info-padding
	.product-container_info-accordion
	ul
	li
	.product-container_info-accordion_description
	.description-list {
	border: initial;
	border-radius: initial;
	list-style: initial;
	margin: 0 8px;
}

.product-container_info
	.product-container_info-padding
	.product-container_info-accordion
	ul
	li
	.product-container_info-accordion_description
	.description-list
	li {
	border-bottom: 0;
}

.product-container_info .product-container_info-padding .product-container_info-accordion ul li table {
	width: 100%;
	border: 1px solid #ddd;
	border-collapse: collapse;
}

.product-container_info .product-container_info-padding .product-container_info-accordion ul li table thead tr {
	border: 1px solid #ddd;
}

.product-container_info .product-container_info-padding .product-container_info-accordion ul li table thead tr th {
	padding: 8px;
	line-height: 1.42857143;
	border-bottom-width: 2px;
	font-weight: bold;
	border-bottom: 2px solid #ddd;
}

.product-container_info .product-container_info-padding .product-container_info-accordion ul li table tbody td {
	color: #808284;
	text-align: center;
	border: 1px solid #ddd;
}

.product-container_info .product-container_info-padding .product-social {
	text-transform: uppercase;
	text-decoration: overline;
	color: #00ac7b;
	font: 14px "Gabarito", sans-serif;
	margin-top: 16px;
}

.product-container_info .product-container_info-padding .product-social nav {
	float: left;
}

.product-container_info .product-container_info-padding .product-social a {
	text-decoration: none;
}

.product-container_info .product-container_info-padding .product-social nav a {
	padding: 0 4px;
	color: inherit;
}

.product-container_info .product-container_info-padding .product-social nav a:first-child {
	padding: 0;
}

.product-container_info .product-container_info-padding .product-social nav span {
	color: #808284;
}

.product-container_info .product-container_info-padding .product-social .product-social_question {
	float: right;
	color: #808284;
}

.checkout-trail {
	display: flex;
}

.checkout-trail li::after {
	content: '';
	border-top: 2px solid #707070;
	height: 25px;
	width: 100px;
}

.checkout-trail_link {
	padding: 0 10px;
	font: 14px "Gabarito", sans-serif;
	text-decoration: none;
}

.statement-container {
	font: 14px "Gabarito", sans-serif;
	text-decoration: none;
}

.checkout-trail_link-past {
	color: #ee3f2c;
}

.checkout-trail_link-active {
	color: #00ac7b !important;
	cursor: default;
}

.checkout-trail_link:first-child {
	padding-left: 0;
}

.checkout-products .checkout-products_labels {
	border-bottom: 1px solid #e1e1e1;
	padding: 10px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

th.accessories.th.smallthumbnail {
	background-repeat: no-repeat;
	background-size: contain;
	background-position-y: 50%;
	background-position-x: 50%;
	width: 60px;
	height: 60px;
	/* border: 1px solid #DEDEDC; */
}

.cancelorder {
	border: 1px solid #dededc;
	color: #303640;
	font: normal normal 13px "Gabarito", sans-serif;
	cursor: pointer;
	padding: 15px 25px;
}

.cancelorder:hover {
	text-decoration: none;
	color: #404040;
}

th.accessories.th {
	border-top: unset;
	font-size: 1.25rem;
}

li.optiondelivery {
	font-size: 14px;
	padding-left: 1.5rem;
	position: relative;
	margin: 10px 0px;
	border:1px solid #ced4da;
	padding:20px 15px 20px 15px;
}

li.optiondelivery.medium.selected {
	background-color:#e9ecef;
}

.optiondelivery > * {
	margin-left:20px;
}

li.optiondelivery.medium.selected:before {
	background-size: contain;
	background-position-y: 50%;
	background-position-x: 50%;
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	position: absolute;
	z-index: 0;
	background-image: url(https://assets.myzonemoves.com/shared/shop/check-circular-button.png) !important;
	border: unset;
	content: '';
}

button#btnContinue {
	line-height: 20px;
}

.yellowbut {
	color: #fff;
	font: normal normal 13px "Gabarito", sans-serif;
	background: #ffba00;
	cursor: pointer;
	border: unset;
	padding: 15px 25px;
}

.yellowbut > img {
	height: 20px;
}

.or {
	line-height: 20px;
	align-items: center;
	padding: 15px 25px;
}

.grayone table {
	color: white;
}

.payment_information_item.payment-information_shipping h5 {
	line-height: 24px;
	color: #404040;
	display: flex;
}

tbody.accessories.table tbody + tbody {
	border-top: 2px solid #dee2e6;
}

tbody.space.tbody tr {
	height: 30px;
}

table.accessories.table tbody + tbody {
	border-top: 2px solid #dee2e6;
	border: unset;
}

.checkout-products .checkout-products_labels .checkout-products_labels-label h5,
.checkout-products .checkout-products_labels .checkout-products_labels-label {
	text-align: left;
	font: normal normal bold 18px/24px 'Gabarito';
	letter-spacing: 0px;
	color: #303640;
}
.checkout-products .checkout-products_labels .checkout-products_labels-label:last-of-type h5 {
	text-align: right;
}

a.checkout-products_product-price_remove {
	color: #c7c7c7;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

a.checkout-products_product-price_remove span {
	background-color: #e5e5e5;
	height: 30px;
	width: 30px;
	display: block;
	border-radius: 50%;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
}

.checkout-products .checkout-products_product,
.checkout-products .checkout-products_discount,
.checkout-products .checkout-products_total {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 30px 0;
	border-bottom: 1px solid #dededc;
	/* align-items: center;
    justify-content: center; */
}

.checkout-products .checkout-products_total {
	border: unset;
}

.checkout-products .checkout-products_product .checkout-products_product-image {
	width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
}

.checkout-products .checkout-products_product .big-title {
	font-size: 16px;
	line-height: 18px;
}

.accessories:first-child .cart_summary_title--text {
	text-align: left;
}

.accessories .cart_summary_title--text {
	font: normal normal 16px/27px "Gabarito", sans-serif;
	display: block;
}
.cart_summary_subtitle--text {
	font: normal normal 14px/27px "Gabarito", sans-serif;
}

.summary {
	justify-content: space-between;
	margin-left: 0;
	margin-right: 0;
}

.summary p,
.checkout-actions p {
	margin-top: 8px;
	font: inherit;
}

.accessories:last-child .cart_summary_subtitle--text,
.accessories:last-child .cart_summary_title--text {
	text-align: right;
	display: block;
}

.checkout-products .checkout-products_discount .big-title {
	font-size: 16px;
	color: red;
	text-align: right;
}

.checkout-products .checkout-products_total .big-title {
	font-size: 16px;
	text-align: right;
}

.checkout-products .checkout-products_product .checkout-products_product-info .checkout-products_product-label {
	margin: 14px 0;
	color: #808284;
	font: 12px "Gabarito", sans-serif;
	text-transform: uppercase;
}

.checkout-products .checkout-products_product .cart-quantity {
	width: 66px;
}

.custom-select {
	border-radius: 0px;
}
.custom-select {
	background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1280'%3E%3Cpath fill='%23307070' d='M1011 480q0 13-10 23L535 969q-10 10-23 10t-23-10L23 503q-10-10-10-23t10-23l50-50q10-10 23-10t23 10l393 393l393-393q10-10 23-10t23 10l50 50q10 10 10 23z'/%3E%3C/svg%3E")
		no-repeat right .75rem center;
	background-size: 12px 18px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.voucherapprear .voucher--text {
	background: #2ca868;
	color: white;
	cursor: pointer;
	transition: all 0.5s ease;
	font-size: 0.8em;
	line-height: 0.115em;
	text-align: right;
}

.voucherapprear .fa-check {
	font-size: 18px;
	color: #ffffff;
	margin-right: 10px;
	vertical-align: middle;
}
.voucherapprear .fa-check:before {
	background-color: #208451;
	height: 24px;
	width: 24px;
	border-radius: 14px;
	padding: 5px;
	margin: 0px;
	vertical-align: middle;
}

.voucherapprear {
	background: #2ca868;
	margin-bottom: 2em;
	display: none;
}

.voucherapprear a.voucherRemoveButton {
	background-color: #d9000d;
	color: #ffffff;
	padding: 3px 5px 6px 5px;
	vertical-align: middle;
	border: unset;
	display: inline-block;
}
.voucherapprear a.voucherRemoveButton .fa-remove {
	font-size: 28px;
}

.checkout-products_discount {
	display: none !important;
}

.checkout-products .checkout-products_total-price,
.statement-customer-title {
	font: 16px "Gabarito", sans-serif;
	font-weight: 500;
}

.checkout-products .checkout-products_discount-price {
	font: 16px "Gabarito", sans-serif;
	font-weight: 500;
	color: red;
}

.checkout-products .checkout-products_product-quantity {
	font: 14px "Gabarito", sans-serif;
}

.checkout-products .checkout-products_padding {
	padding-right: 20px;
}

.checkout-products .checkout-products_sum {
	margin: 0;
	padding: 24px 0;
	border-top: 1px solid #e1e1e1;
}

.checkout-products .checkout-products_sum .checkout-products_sum-item,
.checkout-products .checkout-products_sum .checkout-products_sum-heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font: 12px "Gabarito", sans-serif;
	color: #808284;
	margin: 10px 0;
	text-transform: uppercase;
}

.checkout-products .checkout-products_sum .checkout-products_sum-heading {
	font-weight: bolder;
	color: #121010;
}

.checkout-products .checkout-products_sum .checkout-products_sum-item div:last-child,
.checkout-products .checkout-products_sum .checkout-products_sum-heading div:last-child {
	text-align: right;
}

.checkout-products .checkout-products_sum .checkout-products_sum-total {
	color: #121010;
	font: 14px "Gabarito", sans-serif;
	font-weight: 500;
	border-top: 1px solid black;
	padding-top: 12px;
}

.checkout-group {
	height: auto;
	display: flow-root;
}

div#checkout-total {
	border: unset;
	box-shadow: unset;
}

.checkout-products_voucher .checkout-products_voucher-apply input:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=text]:focus,
select:focus {
	outline: 0;
}

.checkout-products_voucher .checkout-products_voucher-apply {
	margin-left: auto;
}

.checkout-products_voucher .checkout-products_voucher-apply input {
	font: 12px "Gabarito", sans-serif;
	padding: 12px 26px;
}

.checkout-products_voucher .checkout-products_voucher-apply .checkout-products_voucher-apply_text {
	border-radius: 0;
	margin-right: 10px;
}

span.checkout-products_voucher-label {
	font: normal normal 14px/27px "Gabarito", sans-serif;
	letter-spacing: 0px;
	color: #404040;
}

.redbut {
	color: #fff;
	font: normal normal 13px "Gabarito", sans-serif;
	background: #d9000d;
	cursor: pointer;
	border: unset;
	padding: 15px 25px;
}

.redbut:hover {
	text-decoration: none;
	color: white;
}

.checkout-products .checkout-products_product .legal {
	margin: 0 20px;
	color: #121010;
	font: 16px "Gabarito", sans-serif;
	font-weight: 500;
}

/* .button, .btn-group {
    padding: 12px 18px;
    text-decoration: none;
    border-radius: 8px;
    font: 14px "Open Sans",sans-serif;
    color: #f7f8f9;
    text-transform: uppercase;
    -webkit-transition: .1s all;
    transition: .1s all;
    cursor: pointer;
}

.button:hover {
    text-decoration: none;
} */

.featuredIn--container {
	padding:4rem 0 0 0;
}

table.table.tableintotal th {
	border: unset;
	float: left;
	font-size: 1.25rem;
	text-align: left;
}

table.table.tableintotal td {
	border: unset;
	font-size: 1.25rem;
}

tr.intotal {
	border-top: 2px solid #898989;
}

#subTotal,
#taxTotal {
	font-weight: bold;
}

.cart-loading-div {
	width: 100%;
    height: 200px;
    background-color: #ffffff;
    opacity: 0.67;
    margin-top: -200px;
	position: absolute;
    visibility: hidden;
}
.cart-loading-div.show {
	visibility: visible;
}

select.form-control.newoption:not([size]):not([multiple]),
select.form-control.quantity:not([size]):not([multiple]) {
	height: calc(2.25rem + 10px);
}

select.form-control.newoption,
select.form-control.quantity {
	margin: 0 auto;
	font-size: 15px;
	font: normal normal normal 14px/18px "Gabarito", sans-serif;
}

input.form-control {
	height: calc(2.25rem + 10px);
	border-radius: unset;
	border: 1px solid #ced4da;
	color: #404040;
	font-weight: bold;
	font: normal normal bold 14px/18px "Gabarito", sans-serif;
}

.update_cart_button--btn {
	border-radius: unset;
	background-color: #ffffff;
	height: calc(2.25rem + 10px);
	text-align: center;
	border: 1px solid #ced4da;
	padding: 0px 25px;
	font: normal normal medium 14px/18px "Gabarito", sans-serif;
	color: #404040;
}

.update_cart_button--btn:hover {
	background-color: #e4e4e4;
}

.update_cart_button--btn.updating {
	cursor: not-allowed;
	background-color: #404040;
	color: #ffffff;
}

.button.grey {
	background: #808284;
	border: 1px solid #808284;
}

.button.grey:hover {
	border-color: #808284;
	background: #f7f8f9;
	color: #808284 !important;
}

.checkout-actions .back {
	float: left;
}

.checkout-actions .next {
	float: right;
}

/* .checkout-shipping, .shipping-method {
    border: 1px solid #e1e1e1;
    background: #fff;
} */

/* .checkout-shipping, .checkout-products_product_seperator {
    padding: 34px 18px;
    border-radius: 6px;
    box-shadow: 0 0 4px #e1e1e1;
} */

.checkout-shipping .checkout-shipping_row,
.shipping-method .shipping-method_row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

/* .checkout-shipping input, .shipping-method .shipping-method_title, .landing-warning {
    font: 14px "Open Sans",sans-serif;
    color: #808284;
} */

.form-check-radio {
	width: unset !important;
}

.navbar_top-bar_cart-notification {
	position: relative;
	display: inline-block;
	margin-left: auto;
	padding-right: 15px;
	border-right: 1px solid rgba(204, 219, 232, 0.45);
	vertical-align: middle;
	margin-right: 15px;
	/* height: 32px; */
}

.navbar_top-bar_cart-notification img {
	height: 19px;
	vertical-align: sub;
}

.mobile_menu {
	display: none;
}

span.badge {
	height: 8px;
	width: 8px;
	position: absolute;
	top: 0px;
	left: 15px;
	border-radius: 50%;
	background-color: #d9000d;
	color: white;
	display: flex;
	text-align: center;
	justify-content: center;
	align-items: center;
	padding: unset;
}

.checkout-shipping input,
.checkout-shipping select {
	box-sizing: border-box;
	width: 100%;
	padding: 14px;
	margin: 9px 0;
}

.checkout-shipping select {
	height: 45px !important;
	font: normal normal bold 14px/18px "Gabarito", sans-serif;
    font-weight: 700;
}

label {
	cursor: text;
	font: 14px "Gabarito", sans-serif;
	left: 22px;
	-webkit-transition: .25s all;
	transition: .25s all;
}

.checkout-products_voucher .checkout-products_voucher-apply input:focus,
.checkout-shipping input:focus,
.product-container_info
	.product-container_info-padding
	.product-container_info-options
	#order-form
	.product-container_info-options_submit:focus,
input[type=email]:focus,
input[type=text]:focus {
	outline: 0;
}

.label-col input:active + label,
.label-col input:focus + label {
	color: #121010;
}

.shipping-method {
	-webkit-box-align: center;
	-ms-flex-align: center;
	margin: 22px 0 0;
}

ul#shippingMethod {
	border: unset;
	width: -webkit-fill-available;
	padding: 20px 0 10px 0;
}

ul#shippingMethod .form-check {
	margin: 0 0 20px 0;
}

.fa-check-circle:before {
	content: "\f058";
	font-size: 20px;
	color: #208451;
}

.fa-myzone-circle:before {
	content: "\f058";
	font-size: 20px;
	color: transparent;
	background-image: url(https://assets.myzonemoves.com/shared/shop/myzone_button.svg);
	background-size: contain;
	background-position-y: 50%;
	background-position-x: 50%;
	background-repeat: no-repeat;
	width: 32px;
	height: 32px;
	display: inline-block;
}
.fa-myzonegrey-circle:before {
	content: "\f058";
	font-size: 20px;
	color: transparent;
	background-image: url(https://assets.myzonemoves.com/shared/shop/myzone_button_grey.svg);
	background-size: contain;
	background-position-y: 50%;
	background-position-x: 50%;
	background-repeat: no-repeat;
	width: 32px;
	height: 32px;
	display: inline-block;
}

.payment-information {
	display: -webkit-box;
	display: -ms-flexbox;
}

a.backbut {

	color: white;
	font-size: 1em;
	cursor: pointer;
	width: max-content;
	padding: 10px 30px 10px 40px;
    background-image: url(https://5984530.fs1.hubspotusercontent-na1.net/hubfs/5984530/shop-arrow.png);
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
	margin: 0 0 10px -15px;
    display: inline-block;
	text-align: left;
}

a.backbut:hover {
	text-decoration: none;
}

.checkout-trail_link-active b {
	color: #646464;
}

.shark {
	color: #303640 !important;
}

.eclipse {
	color: #404040 !important;
}



.shipping-method .shipping-method_title {
	font-weight: 600;
	padding: unset;
}

li.optiondelivery.medium:before {
	border-radius: 50%;
	width: 15px;
	height: 15px;
	position: absolute;
	/* content: '\f10c' !important; */
	background: transparent;
	border: 1px solid #303640;
	transform: translateX(-20px);
	margin:15px;
}

.shipping-method .shipping-method_options {
	display: inline-block;
	margin-left: auto;
}

.shipping-method .shipping-method_options .select {
	width: 496px;
}

.shipping-method .shipping-method_options .select .current {
	font-weight: 400;
	color: #808284;
}

.shipping-method .shipping-method_options .select .options .option-arrow {
	left: 275px;
}

.shipping-method .shipping-method_options-selected {
	font: 14px "Gabarito", sans-serif;
	font-weight: 700;
}

.shipping-method .shipping-method_options_price {
	margin: 9px 0;
	padding: 13px;
	width: 100%;
}

.checkout-actions {
	margin-top: 22px;
}

.help-block {
	font: 14px "Gabarito", sans-serif;
	display: block;
	margin-top: 0;
	margin-bottom: 0;
	color: #737373;
	float: right;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.has-error .help-block,
.has-error label,
.has-error i {
	color: #a94442;
}

.has-error input,
.has-error select {
	border-color: #a94442;
}

.has-error {
	position: relative;
}

.info {
	font: 12px "Gabarito", sans-serif;
	text-align: center;
	margin: 10px;
	padding: 12px;
	background-color: #9acfea;
	border: 1px solid blue;
	border-radius: 6px;
}

.icon-feedback {
	position: absolute;
	top: 34px;
	right: 12px;
	z-index: 2;
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	pointer-events: none;
}

.payment-information {
	display: block;
}

.payment-information .payment-information_col:first-child {
	padding-left: 0;
}

/* .payment-information .payment_information_item {
    margin: 16px 0 0;
    background: #fff;
    box-shadow: 0 0 4px #e1e1e1;
    border: 1px solid #e1e1e1;
    border-radius: 6px;
    padding: 28px;
} */

.payment-information .payment_information_item .payment_information_item-title {
	font: 12px "Gabarito", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #808284;
	margin-bottom: 24px;
}

.payment-information .payment_information_item.payment-information_shipping div {
	line-height: 24px;
}

.payment-information .payment_information_item .payment-information_method-button {
	margin-top: 8px;
}

.payment-information .payment_information_item .payment-information_method-button:first-child {
	margin-top: 0;
}

.row label {
	font: normal normal 14px/14px "Gabarito", sans-serif;
	letter-spacing: 0px;
	color: #1a1a1a;
}

.form-row.shippingdetail,
.form-check.differentaddressbut {
	padding-bottom: 1rem !important;
	padding-top: 1rem !important;
	border-bottom: 1px dashed #dededc;
	padding-left: unset;
}

.shippingpage tr th.accessories .cart_summary_title--text {
	display: block;
	font: normal normal bold 18px/22px "Gabarito", sans-serif;
	color: #404040;
	height: 50px;
}

.shippingpage tr th.accessories .cart_summary_subtitle--text {
	font: normal normal normal 16px/20px "Gabarito", sans-serif;
	color: #404040;
}

.row.gap {
	margin-top: 64px;
}

.relative {
	position: relative;
}

.relative .icon-feedback {
	top: 16px;
	right: 4px;
	color: #808284;
}

.genderSelect.active:before,
.metricSelect.active:before {
	content: '\2713';
	display: inline-block;
	font-weight: 700;
	color: red;
	padding: 0 6px 0 0;
}

.legal div.row {
	margin: 1em;
	border-radius: 8px;
	padding: 0.5em;
	background-color: white;
}

.tab {
	display: block;
}

.tab.hidden {
	display: none;
}

.option {
	width: 100%;
	padding-left: 24px;
}

.checkout-products_product_seperator,
.tab.checkout-shipping {
	margin: 8px;
	border: 1px solid red;
}

.checkout-products_product_seperator .button {
	width: 100%;
}

.button.disabled,
.button.disabled:hover {
	background: red;
	border: 1px solid red;
	color: black;
	cursor: not-allowed !important;
}

.moreinfo {
	margin: 8px;
	color: #121010;
	font: 12px "Gabarito", sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.moreinfo.title {
	font-size: x-large;
	text-align: center;
}

.moreinfo .email {
	color: red;
}

/*filterbar*/

.new_arrivals_sorting {
	display: inline-block;
	border-radius: 3px;
	margin-top: 59px;
	overflow: visible;
	width: 100%;
}

.nav-tabs {
	border: unset;
}

.nav-tabs .nav-link {
	border: unset;
	display: inline-block;
	padding: unset;
	background-color: #e8e8e8;
	width: -webkit-fill-available;
	border-radius: 0px;
	margin: 0 5px;
	padding: 12px 0px;
	font: normal normal 1em/16px "Gabarito", sans-serif;
	color: #6e6e6e;
}

li.p-2_product {
	margin-left: unset;
	margin-right: unset;
	cursor: pointer;
	font-size: 14px;
	letter-spacing: 2.8px;
	color: #525252;
	opacity: 1;
	font: normal normal 14px/40px gabarito-font;
	display: block;
}

li.p-2_product:last-child {
	margin-right: 0px;
}

li.p-2_product:first-child {
	margin-left: 0px;
}

li.p-2_product:hover {
	color: #525252;
}

li.p-2_product.active {
	margin-bottom: -1px;
	color: #6e6e6e;
}

a.addtocart {
	background: #d9000d;
	padding: 10px 20px 10px 20px;
	color: white;
}

a#acceptTermsLink.addcart {
	padding: 4px;
}

.products-container_tagline {
	letter-spacing: 0px;
	color: rgba(64, 64, 64, 1);
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 45px;
	font-size: 0.8rem;
	margin: 10px 0px;
}

.wrapper.accessories .products-container_tagline {
	height: 56px;
}

.paymentflow .accessories .products-container_tagline {
	height: 55px;
}

.accessories_product-container_info-price {
	font: normal normal 16px/22px "Gabarito", sans-serif;
	letter-spacing: 0px;
	color: #d9000d;
}

.product_image {
	width: 100%;
}

.product_image img {
	width: 100%;
}

.products-container_tiles-tile {
	width: 25%;
	height: 440px;
	border-bottom: 1px solid #e1e1e1;
	margin: 40px 0px;
}

.feature_tiles-tile_image_div {
	min-height: 60px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position-y: 50%;
	background-position-x: 50%;
	margin: 0 1em;
}

h1.titlesmall {
	font: normal normal 13px/13px "Gabarito", sans-serif;
	color: white;
	font-style: normal;
}

.product-grid {
	width: 100%;
}

.shop-footer_social > a {
	color: white;
}
.shop-footer_social > a :hover {
	color: #d9000d;
}
span.products-container_tiles-tile_footer-price {
	letter-spacing: 0px;
	color: #d9000d;
	opacity: 1;
	font-weight: bold;
    font-size: 18px;
    line-height: 32px;
}

a.btn.btn-elegant.btn-rounded:hover {
	color: white;
	font-style: italic;
}

.main_slider {
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	/* margin-top: 150px;
    margin: 200px 0 50px 0; */
}

.fill_height {
	top: 420px;
	left: 162px;
	height: 400px;
	background: transparent linear-gradient(270deg, #ffffff 0%, #1a1a1a 100%) 0% 0% no-repeat padding-box;
	mix-blend-mode: normal;
	opacity: 1;
	margin-bottom: 50px;
}

.main_slider_content {
	width: 50%;
}

a.learnmorebutt {
	background-color: #d9000d;
	opacity: 1;
	padding: 14px 43px;
	line-height: 3.5;
}

.learnmore {
	letter-spacing: 0px;
	color: #404040;
	display: inline-block;
}

a.text-elegant {
	color: #2e2e2e !important;
}

a.navbar-brand {
	display: none;
}

ul.arrivals_grid_sorting {
	width: 100%;
}

.navbar-expand-lg {
	padding: unset;
}

.filterbar {
	position: relative;
	height: 100px;
	background: transparent linear-gradient(180deg, rgba(255, 255, 255, 0.71) 0%, rgb(242 242 242) 100%) 0% 0% no-repeat
		padding-box;
}

.checkout-products_product-image-b {
	width: fit-content;
    box-sizing: border-box;
    border: 1px solid #dededc;

}

ul.options.item {
	display: list-item;
	position: inherit;
	border: unset;
	box-shadow: unset;
}

.select.item.code li.option {
	border: 1px solid #aaaaaa;
	padding: 10px;
	font: normal normal 15px/26px "Gabarito", sans-serif;
	letter-spacing: 0px;
	color: #042f10;
	margin: 15px 0 15px 0;
	padding-left: 5rem;
}
.select.item.code li.option span {
	font: normal normal 15px/26px FreightSansProMedium;
}
.select.item.code li.option.disabled {
	background: #dbd7d7 0% 0% no-repeat padding-box;
}

li.option.current {
	background: #ffffff !important;
	border: 1px solid #dededc !important;
}

nav.product-container_media-select.mediascreen,
header.shop-header.paymentmediascreen {
	display: none;
}

a.collapse-info {
	display: none;
}

.shop-header_nav.paymentflow {
	margin-left: auto;
}

a.collapse-info,
.collapse {
	display: block;
}
.product-container_info-accordion li.grayone i.fa-chevron-down {
	display: none;
}

.mobile_menu {
	margin-left: -15px;
	display: none;
}
.mobile_menu_content .navbar-nav.header {
	display: none;
}

.featuredIn__imageList {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
	width: 25%;
	height: 100px;
}

.featuredIn__imageList__item {
	position: absolute;
	width: 100%;
	min-height: 60px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position-y: 50%;
	background-position-x: 50%;
	background-color: white;
	display: none;
}

.featuredIn__imageList__item img {
	width: 100%;
	height: auto;
	max-width: calc(100% - 15px);
	max-height: calc(100% - 15px);
	background-color: white;
}

.center {
	margin: 0 auto;
	text-align: center;
}

#noGoBack {
	position: fixed;
	/* width: 100%; */
	/* height: 100vh; */
	/* display: flex; */
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 15px;
	background-color: #e4e4e4;
}
#noGoBack.uncomplete .gear-wrapper-1 {
	animation: gearEnter1 0.5s ease 1s forwards;
}
#noGoBack.uncomplete .gear-wrapper-2 {
	animation: gearEnter2 0.5s ease 1.5s forwards;
}
#noGoBack.uncomplete .gear-wrapper-3 {
	animation: gearEnter3 0.5s ease 1.25s forwards;
}
#noGoBack.uncomplete .gear-wrapper-4 {
	animation: gearEnter4 0.5s ease 0.75s forwards;
}
#noGoBack.complete .gears {
	background-color: transparent;
	transition: background-color 0.25s ease 0.75s;
}
#noGoBack.complete .gear-wrapper-1 {
	transform: rotate(10deg) translate3d(-5px, -5px, 0);
	animation: gearLeave1 0.5s ease 0.5s forwards;
}
#noGoBack.complete .gear-wrapper-2 {
	transform: rotate(25deg) translate3d(20px, -50px, 0);
	animation: gearLeave2 0.5s ease 0.5s forwards;
}
#noGoBack.complete .gear-wrapper-3 {
	transform: rotate(15deg) translate3d(-25px, -15px, 0);
	animation: gearLeave3 0.5s ease 0.5s forwards;
}
#noGoBack.complete .gear-wrapper-4 {
	transform: translate3d(0, 0, 0);
	animation: gearLeave4 0.5s ease 0.5s forwards;
}
#noGoBack.complete .checkmark.checkmark-success {
	animation: fillCheckSuccess 0.4s cubic-bezier(0.65, 0, 0.45, 1) 1s forwards, beatCheck 0.2s ease-out 1.5s forwards,
		echoSuccess 1.25s ease-out 1.5s forwards;
}
#noGoBack.complete .checkmark.checkmark-success .checkmark-circle {
	stroke: #3c763d;
}
#noGoBack.complete .checkmark.checkmark-error {
	animation: fillCheckError 0.4s cubic-bezier(0.65, 0, 0.45, 1) 1s forwards, beatCheck 0.2s ease-out 1.5s forwards,
		echoError 1.25s ease-out 1.5s forwards;
}
#noGoBack.complete .checkmark.checkmark-error .checkmark-circle {
	stroke: #a94442;
}
#noGoBack.complete .checkmark-circle {
	animation: strokeCheck 0.5s cubic-bezier(0.65, 0, 0.45, 1) 0.75s forwards;
}
#noGoBack.complete .checkmark-check {
	animation: strokeCheck 0.3s cubic-bezier(0.65, 0, 0.45, 1) 1.25s forwards;
}
.wrapper {
	position: relative;
	margin: 30px auto;
}
.gears {
	position: relative;
	margin: auto;
	width: 200px;
	height: 200px;
	background-color: #999;
	border-radius: 50%;
	overflow: hidden;
	transform: scale(0);
	animation: scale 0.5s ease 0.5s forwards;
}
@keyframes scale {
	to {
		transform: scale(1);
	}
}
.gear-wrapper {
	position: absolute;
}
.gear-wrapper.gear-wrapper-1 {
	top: 0;
	left: 0;
	transform: rotate(10deg) translate3d(-40px, -60px, 0);
}
.gear-wrapper.gear-wrapper-2 {
	top: 0;
	right: 0;
	transform: rotate(25deg) translate3d(70px, -130px, 0);
}
.gear-wrapper.gear-wrapper-3 {
	bottom: 0;
	right: 0;
	transform: rotate(15deg) translate3d(30px, 20px, 0);
}
.gear-wrapper.gear-wrapper-4 {
	bottom: 0;
	left: 0;
	transform: translate3d(-70px, 70px, 0);
}
@keyframes gearEnter1 {
	to {
		transform: rotate(10deg) translate3d(-5px, -5px, 0);
	}
}
@keyframes gearEnter2 {
	to {
		transform: rotate(25deg) translate3d(20px, -50px, 0);
	}
}
@keyframes gearEnter3 {
	to {
		transform: rotate(15deg) translate3d(-25px, -15px, 0);
	}
}
@keyframes gearEnter4 {
	to {
		transform: translate3d(0, 0, 0);
	}
}
@keyframes gearLeave1 {
	from {
		transform: rotate(10deg) translate3d(-5px, -5px, 0);
	}
	to {
		transform: rotate(10deg) translate3d(-40px, -60px, 0);
	}
}
@keyframes gearLeave2 {
	from {
		transform: rotate(25deg) translate3d(20px, -50px, 0);
	}
	to {
		transform: rotate(25deg) translate3d(70px, -130px, 0);
	}
}
@keyframes gearLeave3 {
	from {
		transform: rotate(15deg) translate3d(-25px, -15px, 0);
	}
	to {
		transform: rotate(15deg) translate3d(30px, 20px, 0);
	}
}
@keyframes gearLeave4 {
	from {
		transform: translate3d(0, 0, 0);
	}
	to {
		transform: translate3d(-70px, 70px, 0);
	}
}
.gear {
	fill: #e4e4e4;
	transform-origin: 50% 50%;
}
.gear.gear-1 {
	width: 90px;
	height: 90px;
	animation: gearRotate 1s linear 2s infinite reverse;
}
.gear.gear-2 {
	width: 150px;
	height: 150px;
	animation: gearRotate 1.5s linear 2s infinite;
}
.gear.gear-3 {
	width: 60px;
	height: 60px;
	animation: gearRotate 0.75s linear 2s infinite reverse;
}
.gear.gear-4 {
	width: 120px;
	height: 110px;
	animation: gearRotate 1.25s linear 2s infinite;
}
@keyframes gearRotate {
	to {
		transform: rotate(360deg);
	}
}
.checkmark {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100px;
	height: 100px;
	margin-top: -50px;
	margin-left: -50px;
	display: block;
	border-radius: 50%;
	stroke-width: 1px;
	stroke: #fff;
	stroke-miterlimit: 10px;
}
.checkmark-circle {
	fill: none;
	stroke-dasharray: 200px;
	stroke-dashoffset: 200px;
	stroke-width: 1px;
	stroke-miterlimit: 10px;
}
@keyframes fillCheckSuccess {
	to {
		box-shadow: inset 0 0 0 100px #3c763d;
	}
}
@keyframes fillCheckError {
	to {
		box-shadow: inset 0 0 0 100px #a94442;
	}
}
@keyframes beatCheck {
	0%,
	100% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.05);
	}
}
@keyframes echoSuccess {
	from {
		box-shadow: inset 0 0 0 100px #3c763d, 0 0 0 0 #3c763d;
	}
	to {
		box-shadow: inset 0 0 0 100px #3c763d, 0 0 0 50px transparent;
	}
}
@keyframes echoError {
	from {
		box-shadow: inset 0 0 0 100px #a94442, 0 0 0 0 #a94442;
	}
	to {
		box-shadow: inset 0 0 0 100px #a94442, 0 0 0 50px transparent;
	}
}
.checkmark-check {
	stroke: #fff;
	stroke-dasharray: 100px;
	stroke-dashoffset: 100px;
	transform-origin: 50% 50%;
}
@keyframes strokeCheck {
	to {
		stroke-dashoffset: 0px;
	}
}

@media (max-width: 1344px) {
	.navbar-expand-lg .navbar-toggler {
		display: none;
	}
}

@media (min-width: 1200px) {
	.products-container_tiles .products-container_tiles-tile {
		width: 23%;
		/*margin: 90px 20px 0 0px;*/
	}
	.products-container_tiles .products-container_tiles-tile:nth-child(2n) {
		margin-left: 0;
	}
	/* .products-container_tiles .products-container_tiles-tile:nth-child(3n+2) {
        margin-left:5%;
        margin-right:5%;
    } */
	.products-container_tiles .products-container_tiles-tile:nth-child(3n + 4) {
		clear: both;
	}

	.mobile_menu {
		display: none;
	}

	.dropdown:hover > .dropdown-menu {
		display: block;
	}
	.dropdown > .dropdown-toggle:active {
		/*Without this, clicking will make it sticky*/
		pointer-events: none;
	}
}

@media (max-width: 1023px) {
	.shop-header .shop-header_nav {
		font-size: 0.6em;
	}

	.shop-header .shop-header_nav a:last-of-type span {
		display: none;
	}

	.select.country .current .language_name {
		display: none;
	}

	.mobile_menu {
		margin-left: unset;
	}

	.navbar-expand-lg .navbar-toggler {
		display: none;
	}

	.fill_height {
		top: unset;
		left: unset;
	}
	.container {
		box-sizing: border-box;
		position: relative;
	}

	.shop-header .shop-header_nav .shop-header_nav-list .top-bar a,
	.top-bar .shop-header .shop-header_nav .shop-header_nav-list a,
	.top-bar .title {
		float: none;
		text-align: center;
	}
	.top-bar .top-bar_items {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.top-bar .top-bar_items .top-bar_item {
		display: block;
		float: right;
		margin: 10px;
	}
	.product-container .product-container_media {
		margin: 0 auto;
		float: none;
		padding-right: 0;
		width: 100%;
		min-width: 0;
	}
	.product-container .product-container_media .product-container_media-display {
		width: 100%;
	}
	.product-container .product-container_media .product-container_media-select {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	/* .product-container .product-container_info {
        margin-top: 20px;
        width: 100%;
        position: static!important;
        padding-left: 0;
    } */
	.product-container .product-container_info .product-container_info-padding {
		width: 100%;
	}
	.product-container_info #product-select .product-container_info-options_quantity {
		width: 30% !important;
	}
	.product-container_info #product-select .product-container_info-options_quantity {
		margin: 0 5% !important;
	}
	.product-container_info .product-container_info-accordion_title {
		padding: 20px 0 !important;
	}
	.product-container_info .product-container_info-accordion_title .product-container_info-accordion_title-container {
		padding: 0 10px;
	}
	.checkout-products_voucher {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.checkout-products_voucher .checkout-products_voucher-apply .checkout-products_voucher-apply_text {
		width: 100%;
	}
	.checkout-products_voucher .checkout-products_voucher-apply {
		margin: 0;
		width: 100%;
		display: block;
	}
	.checkout-products_voucher .checkout-products_voucher-apply .checkout-products_voucher-apply_button {
		text-align: center;
		display: inline-block;
		width: 60%;
		margin: 10px 0px;
	}
	.checkout-products_voucher .checkout-products_voucher-label {
		display: block;
		margin-bottom: 10px;
	}
	.checkout-products .checkout-products_labels {
		display: none;
	}
	.checkout-shipping .checkout-shipping_row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.shipping-method {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.shipping-method .shipping-method_title {
		display: block;
		margin-bottom: 20px;
		width: 100%;
		/* text-align: center; */
	}
	.shipping-method .shipping-method_options {
		display: block;
		margin: 0;
		width: 100%;
	}
	.shipping-method .shipping-method_options .select {
		width: 70%;
		float: left;
	}
	.shipping-method .shipping-method_options .shipping-method_options-selected {
		width: 20%;
		text-align: right;
		margin-left: 10%;
		float: left;
		margin-top: 5px;
	}
	.payment-information {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.payment-information .payment-information_col {
		padding: 0;
	}
	.row.gap {
		margin-top: 32px;
	}
	.checkout-products_product {
		border-bottom: 1px dashed #404040;
	}
	.checkout-products_product-price {
		margin-top: 10px;
		padding: 10px 0;
		float: right;
	}
	.checkout-products .checkout-products_product .big-title {
		font-size: 16px;
		line-height: 16px;
	}
	.checkout-products_product-info {
		text-align: end;
	}

	.checkout-products_price {
		text-align: right;
	}

	.checkout-products .checkout-products_product-price_remove {
		margin-top: -10px;
	}
	a.checkout-products_product-price_remove:before {
		z-index: 10;
	}

	.container-fluid {
		padding: 0px;
		margin: 0px;
	}

	.shop-header_nav-collapse {
		margin-left: 10px;
	}

	a.navbar-brand {
		display: inline-block;
		width: 70%;
		text-align: left;
	}

	.navbar-light .navbar-toggler {
		border: none;
		width: 100%;
	}
	.new_arrivals_sorting {
		display: flex;
	}
	.navbar-toggler {
		padding: 0px;
	}
	.navbar-toggler .fa-chevron-down {
		color: #404040;
	}
	.shop-header_nav.paymentflow {
	}

	.shop-header_nav.paymentflow.confirmation {
		top: -1.1em;
	}
	.shop-header .row {
		margin: 0px 15px;
		min-height: 100px;
	}

	.thirdbott h5.white.medium.current {
		overflow-y: hidden;
		height: 19px;
	}

	.secondbott h5.white.medium {
		overflow-y: hidden;
		height: 19px;
	}
}

@media (max-width: 992px) {
	.mobile_menu_content .navbar-nav.header {
		display: block;
	}
	.productPageOptions div {
		flex: 1 0 100%;
	}

	.filterbar {
		background: none;
		border-bottom: 1px solid #e1e1e1;
		width: 100%;
		margin: 0;
	}

	.footertitle {
		width: 100%;
		margin-top: 20px;
	}

	.products-container_tiles .products-container_tiles-tile {
		width: 47%;
	}
	.myzonenav {
		display: none;
	}

	.landing-header--text {
		padding: 10px 20px;
		color: #ffffff;
	}
	.landing-header-small--text {
		font: 12px "Gabarito", sans-serif;
		width: 320px;
		padding: 10px 0px;
	}

	.landing-header-large--text {
		font: 20px "Gabarito", sans-serif;
		font-weight: bold;
	}
	.landing-header--button {
		width: 170px;
		margin-top: 10px;
	}
	.landing-header--button a.addtocart {
		padding: 10px 20px 10px 20px;
	}
}

@media (min-width: 768px) {

	/*navbar*/
	.shop-header_logo img{width: 52px;height: auto;}
	.navbar-nav.header .dropdown-menu {
		padding: 6px 1rem;
	}

	.navbar-nav.header a.dropdown-item {
		margin: 0 1rem 0 1rem;
		width: inherit;
	}
	.navbar-nav.header a.dropdown-item:hover {
		webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	}
}
@media (max-width: 768px) {
	/*font*/
	.fz-20 {
		font-size: 16px;
	}
	.hidden-small-screen{
		display: none;
	}
	a.backbut {
		width: unset;
	}
	.shop-header .shop-header_nav {
		font-size: unset;
    }
	.shop-header .paymentflow{
		position: absolute;
    	top: 100px;
    	left: 0;
	}

	.shop-header .shop-header_logo {
		height: 45px;
	}

	.shop-header .shop-header_nav a:last-of-type span {
		display: unset;
	}

	.select.country .current .language_name {
		display: unset;
	}

	.navbar-expand-lg .navbar-toggler {
		display: block;
	}

	.select.country .current {
		font-size: 12px !important;
		float: right;
	}

	.select .current,
	.select .options .option {
		margin-right: unset;
	}

	.select.country {
		width: 100%;
		display: unset;
	}

	.mobile_menu .select.country {
		border: none;
	}

	.select.select.country .language_name {
		display: block;
	}

	.select.country .language_globe {
		background: url('https://assets.myzonemoves.com/shared/shop/globe_white.svg') no-repeat center / 42px;
		display: inline-flex;

		margin-bottom: 5px;
		background-size: contain;
		margin-right: 0px;
	}

	.products-container_tiles .products-container_tiles-tile {
		width: 47%;
	}

	.paymentflow .mobileMenuButton {
		display: block;
	}

	header.shop-header.paymentflow a.shop-header_logo {
		display: block;
	}

	header.shop-header.paymentflow a#nav-toggle {
		display: block;
	}

	.shop-header .mobile_menu .row {
		border: unset;
	}
	.shop-header .mobile_menu .shop-header_nav {
		display: block;
	}

	.shop-header .mobile_menu .shop-header_nav {
		text-align: center;
	}

	.mobile_menu .mobile_menu_content > * {
		padding: 30px 0px 30px 0px;
		border-top: 1px solid #707070;
		margin-right: 5px;
		background: transparent;
		font-family: "Gabarito", sans-serif;
		color: white;
		text-transform: uppercase;
		font-size: 11px;
		letter-spacing: 3px;
		display: block;
		width: 100%;
		text-align: left;
	}
	.mobile_menu .mobile_menu_content > *:first-of-type {
		border-top: unset;
	}
	.mobile_menu .mobile_menu_content .dropdown-menu {
		padding: 30px 0px 30px 0px;
		margin-right: 5px;
		background: transparent;
		font-family: "Gabarito", sans-serif;
		color: white;
		text-transform: uppercase;
		font-size: 14px;
		letter-spacing: 3px;
		width: 100%;
		text-align: left;
	}

	.mobile_menu .mobile_menu_content img {
		display: none;
	}

	.mobile_menu .mobile_menu_content ul li .dropdown-menu .dropdown-item {
		padding: 0px;
		border: unset;
		line-height: 2.5;
		text-align: left;
	}

	.mobile_menu .select.country ul.options {
		text-align: right;
		right: 10px;
		margin-top: 10px;
		padding: 10px;
	}

	.mobile_menu_content ul.navbar-nav.header > li {
		margin: unset;
	}

	.mobile_menu_content ul.navbar-nav.header li .nav-link {
		padding: 30px 0px 30px 0px;
		margin-right: 5px;
		background: transparent;
		font-family: "Gabarito", sans-serif;
		color: white;
		text-transform: uppercase;
		font-size: 11px;
		letter-spacing: 3px;
		display: block;
		width: 100%;
		border-top: 1px dotted rgba(255,255,255,.35);
		text-align: left;
	}

	.dropdown-toggle::after {
		right: 20px;
		color: #bababa;
		font-size: 2em;
		opacity: 0.2;
	}

	.shop-header .shop-header_nav .shop-header_nav-list a,
	.title,
	.select.country .current {
		color: #ffffff;
		margin-top: 10px;
	}

	li .dropdown-menu {
		display: none;
		width: 100%;
		transition: height 2s;
	}

	li .dropdown-menu.show {
		position: relative !important;
		transform: unset !important;
		text-align: center;
	}

	ul.navbar-nav.header {
		padding-top: 0px;
		border: unset;
	}

	.mobile_menu .mobile_menu_content {
		margin-top: 20px;
		padding: 0 30px;
	}
	.mobile_menu .mobile_menu_content a img {
		margin-right: 10px;
	}

	.mobile_menu {
		border-bottom: 1px solid #dededc;
		background-color: #404040;
		z-index: 11;
		position: absolute;
		top: 0;
		width: 100%;
		color: #ffffff;
	}
	.item-add-to-cart-option {
		padding-right: 0px;
	}
	.customQuantity {
		padding-right: 0px;
	}
	.dropdown-menu {
		background-color: unset;
		border: unset;
		color: #ffffff;
	}
	.dropdown-menu a {
		color: #ffffff;
	}

	.mobile-trigger {
		display: inline-block !important;
		cursor: pointer;
		width: 100% !important;
		height: 60px;
		padding: 7px 10px 8px 10px;
		font-size: 16px;
		font-weight: normal;
		text-align: left;
		text-transform: uppercase;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		color: rgba(0, 0, 0, 0.8);
	}

	.mobile-trigger.closebutton::before {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.mobile-trigger.closebutton::before {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.mobile-trigger.closebutton::before,
	.mobile-trigger.closebutton::after {
		content: '';
		position: absolute;
		height: 2px;
		width: 40%;
		top: 50%;
		left: 10%;
		margin-top: -1px;
		background: #c1c1c1;
	}

	.mobile-trigger.closebutton::after {
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.container h1 {
		font-size: 2em;
	}
	.shop-header_nav-collapse {
		display: block;
	}
	.navbar_top-bar_cart-notification {
		border: none;
		padding: 0px;
	}
	.navbar_top-bar_cart-notification img {
		height: 32px;
	}
	span.badge {
		top: -2px;
		left: 26px;
		width: 18px;
		height: 18px;
	}
	.paymentflow .navbar_top-bar_cart-notification {
		display: inline-block;
	}
	.checkout-trail li.linedot {
		display: none;
	}

	a.collapse-info,
	.collapse {
		display: none;
	}

	.product-container_info-accordion li.grayone.vpad-large {
		padding: 15px 0;
	}

	.product-container_info-accordion li.grayone h1 {
		border: unset;
		padding: 0px 20px;
		font-size: 20px;
	}

	.product-container_info-accordion li.grayone i.fa-chevron-down {
		color: #b9b9b9;
		float: right;
		display: block;
	}

	.product-container_info-accordion li.grayone .list ul div li:last-of-type {
		border-bottom: 1px solid #404040;
	}

	.product-container_info-accordion li.grayone .description-list {
		padding: 10px 30px;
	}

	.product-container_info-accordion li.grayone .box-contents .row div {
		margin: 5px;
	}

	.product-container_info-accordion li.grayone .box-contents .row div span {
		font: normal normal 600 16px/16px gabarito, sans-serif;
		position: absolute;
		top: 30px;
		margin-left: 30px;
	}

	.product-container_info-accordion li.grayone .box-contents .row div img {
		height: 70px;
		width: 70px;
		border-radius: 50%;
		background-color: #ffffff;
		vertical-align: middle;
	}

	.product-container_info-accordion li.grayone .box-contents .row div i {
		height: 70px;
		width: 70px;
		border-radius: 50%;
		background-color: #b9b9b9;
		color: #404040;
		text-align: center;
		font-size: 2.4em;
		vertical-align: middle;
		line-height: 70px;
	}


	.loading {
		margin: 15px;
	}

	.table td,
	.table th {
		padding: 20px 0px;
	}
	.checkout-products_total .table tr:not(:last-child) {
		border-bottom: 1px dashed #dededc;
		padding: 10px 0px;
		font-size: 14px;
    	line-height: 20px;
	}

	.checkout-products .checkout-products_product,
	.checkout-products .checkout-products_discount,
	.checkout-products .checkout-products_total {
		border-bottom: unset;
	}

	.checkout-products_product > div:last-of-type {
		border-bottom: 2px dotted #898989;
		color: #dededc;
		font-size: 0.5em;
	}

	.mobile_menu a img {
		vertical-align: middle;
	}
	/* product-page */

	.product-container_info-options {
		padding-top: 1.25rem;
	}
	#product-select {
		margin: unset;
	}
	.product-container_info {
		padding: 0 20px;
	}
	/* cart-page */
	.update_cart_button--btn {
		padding: unset;
		width: inherit;
	}
	.checkout-products_price {
		margin: -15px 0 20px;
	}
	a.checkout-products_product-price_remove:before {
		left: 48px;
	}
	.top-bar.discountrow.row {
		flex-direction: unset;
		margin-top: 50px
	}
	header.shop-header.paymentmediascreen {
		display: flex;
	}
	nav.product-container_media-select.mediascreen {
		display: block;
	}
	.myzonenav {
		display: none;
	}
	.top-bar h1 {
		font-size: 22px;
		text-align: center;
	}
	.container .top-bar.discountrow.row h1 {
		margin-top: 20px;
	}

	.products-container_tagline {
		height: 56px;
		padding-bottom: 20px;
	}
	.filterbar .container {
		padding: unset;
	}
	.container.fill_height {
		margin: unset;
	}
	/*accessories*/
	.col-md-4.col-12.accessories .products-container_tagline {
		height: 250px;
	}
	a.float-left.cancelorder,
	a.float-right.redbut {
		width: 100%;
		margin: 10px 0;
		text-align: center;
	}
	/* footer */
	.shop-footer .shop-footer_info nav {
		text-align: left;
		padding: 0 0 4rem 0;
	}

	.shop-footer .shop-footer_info nav > div {
		padding: 1rem 0;
	}
	.shop-footer .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field, .shop-footer input[type="email"] {
		width: 100%;
	}
	.shop-footer input[type=submit] {
		margin-top: unset!important;
		padding: unset!important;
		width: 100%!important;
	}

	.container.featuredIn--container {
		display: none;
	}

	.shop-footer {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.shop-footer .shop-footer_logo {
		width: 130px;
	}
	.shop-footer .shop-footer_info {
		padding: 0;
		margin: 0;
		width: 100%;
		display: block;
	}
	.checkout-products_voucher .checkout-products_voucher-apply .checkout-products_voucher-apply_button {
		text-align: center;
		display: inline-block;
	}
	.shop-footer .shop-footer_info .shop-footer_info-sub {
		text-align: center;
		overflow: auto;
	}
	.shop-footer .shop-footer_info .shop-footer_info-sub a {
		margin: 0;
	}
	.shop-footer .shop-footer_info .shop-footer_info-sub .shop-footer_info-sub_legal {
		display: block;
		text-align: center;
	}
	.shop-footer .shop-footer_info .shop-footer_info-sub a {
		margin: 0;
	}
	.shop-footer .shop-footer_info .shop-footer_info-sub .shop-footer_info-sub_legal a {
		width: 50%;
		float: left;
	}
	.row.gap {
		margin-top: 16px;
	}
	.learnmore {
		margin-top: unset;
		text-align: left;
	}
	.products-container_tiles-tile {
		margin-top: unset;
		height: 440px;
	}
	.products-container_tiles-tile div {
		padding: 0px;
	}
	.products-container_tiles-tile:hover .products-container_tiles-tile_image_div::before {
		background:none;
		opacity: 1;
	}
	.products-container_tiles-tile:hover .products-container_tiles-tile_image_div {
		opacity: 1;
	}
	.products-container_tiles-tile:hover .landingSizeGuideContainer, .products-container_tiles-tile:hover .landingColourContainer {
		display: none;
	}
	.products-container_tiles-tile_heading,
	.tiles-tile_heading {
		height: inherit;
		font-size: 1.2em;
		min-height: 40px;
	}

	.collapse {
		display: none;
	}

	.collapse.show {
		z-index: 500;
	}
	.navbar-collapse {
		z-index: 10;
		margin-top: 8px;
	}
	li.p-2_product {
		margin: unset;
		padding: 1px 0 1px 5px;
	}

	.nav-tabs {
		border: unset;
	}

	.nav-tabs .nav-link {
		border: unset;
		display: block;
		padding: unset;
		background-color: #e8e8e8;
		width: -webkit-fill-available;
		border-radius: 0px;
		margin: 0;
		padding: 12px 0px;
		font: normal normal 0.8em/16px FreightSansProMedium;
		color: #6e6e6e;
		margin-bottom: -1px;
	}

	.main_slider_content {
		width: unset;
	}
	.product-container_media.col.desktopscreen {
		display: none;
	}
	.product-container_info.col {
		width: 100%;
		display: block;
	}
	nav.product-container_media-select.mediascreen img {
		margin: unset;
		width: inherit;
	}
	.shop-header_nav-collapse {
		display: block;
	}
	/*product*/
	a.collapse-info {
		display: block;
	}
	a.collapse-info.collapsed .fa-plus:before {
		content: "\f067";
		color: white;
	}
	.bottomredline {
		margin-bottom: unset;
	}
	.products-container_tiles .products-container_tiles-tile {
		width: 45%;
	}
}
@media (max-width: 767px) {
	/*footer*/
	.column-reverse{
		display: flex;
    	flex-direction: column-reverse;
	}
}
@media (max-width: 480px) {
	/* product */
	a.button-slanted.secondbott:after {
		left: 65px;
	}

	.shop-header .shop-header_logo {
		height: 35px;
	}

	a.button-slanted.firstbott:after {
		left: 71px;
	}

	.no-gutters-sm {
		padding: 0;
		margin: 0;
	}

	.grayone {
		background-color: #303640;
		color: white;
		font: normal normal normal 1em/1.25em Gabarito;
		width: 100%;
		position: relative;
		left: unset;
		margin: auto;
	}

	/* paymentflow */
	.paymentflow .shop-header_nav-list {
		all: unset !important;
	}
	.paymentflow a#nav-toggle,
	.linedot {
		display: none;
	}

	/* nav.checkout-trail .fa-check-circle:before {
content: "\f058";
font-size: 20px;
color: #208451;
display: block;
position: absolute;
left: 20px;
bottom: 100%;
width: 0;
height: 0;
} */
	/* .fa-myzone-circle:before{
position: absolute;
top: 0;
margin-left: 20px
} */
	header.shop-header.paymentflow {
		border: unset;
		z-index: 10;
	}
	.py-3.underbackbutt {
		padding: 4rem !important;
	}

	nav.checkout-trail {
		float: unset;
	}
	.shop-header .shop-header_social {
		left: 0;
	}
	.shop-header .shop-header_nav .shop-header_nav-list {
		display: none;
		position: absolute;
		right: 0;
		top: 100px;
		width: 100%;
		background: #fff;
	}
	.shop-header .shop-header_nav .shop-header_nav-list ul {
		padding: 0;
	}
	.shop-header .shop-header_nav .shop-header_nav-list ul li {
		margin: 0 5px;
	}
	.shop-header .shop-header_nav .shop-header_nav-collapse {
		display: inline-block;
	}
	.products-container_tiles .products-container_tiles-tile {
		width: 94%;
		height: 440px;
	}
	.shop-header .shop-header_nav .shop-header_nav-list a {
		display: block;
		text-align: center;
		line-height: unset;
		font-size: 10px;
		margin-top: 10px;
		font-size: 8px;
	}
	.shop-header .shop-header_nav .shop-header_nav-list .fa {
		text-align: center;
		display: block;
		font-size: 24px;
		margin: 0 auto;
		width: 100%;
		padding: 0;
	}

	.products-container_tiles .products-container_tiles-tile {
		width: 95%;
	}

	.top-bar {
		margin: 20px 0px;
	}

	.top-bar > a.button-slanted.firstbott,
	.top-bar > a.button-slanted.secondbott {
		/*width: 20%;*/
	}

	.top-bar > a.button-slanted.thirdbott {
		width: 40%;
	}

	.top-bar > a.button-slanted.firstbott:after {
		content: '...';
	}

	.top-bar > .secondbott ~ .secondbott {
		display: none;
	}

	.product-container_info-padding h1 {
		font-size: 1.4em;
		border-bottom: 1px solid #e1e1e1;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	.product-container_info-price {
		font-size: 1.2em !important;
	}
	.product-container_info .product-container_info-padding .product-container_info-description {
		border-top: unset;
		border-bottom: unset;
		margin-top: 0px;
		margin-bottom: 0px;
	}

	.product-container .product-container_media-select div a {
		margin: 0px 20px;
	}
	.product-container .product-container_media-select div a img {
		border: 1px solid #707070;
	}

	.alert {
		white-space: normal;
		overflow: hidden;
		height: inherit;
		max-height: 60px;
		vertical-align: middle;
	}

	.alert .fa-check-circle:before {
		color: white;
		padding: 0px;
	}

	/*cart*/

	.shop-header.paymentmediascreen {
		display: block;
	}

	.text-left {
		display: none;
	}
	.checkout-group {
		display: flex;
		flex-direction: column-reverse;
	}
	.checkout-products_voucher {
		padding-top: 20px;
	}
	.checkout-products_product-label {
		margin: unset !important;
	}
	.checkout-actions {
		padding: 0px 20px;
	}
	.checkout-actions a {
		width: 100%;
	}
	select.form-control.newoption,
	select.form-control.quantity {
		width: 100%;
	}
	.checkout-products .checkout-products_product .big-title {
		font-size: 12px;
		line-height: 12px;
	}

	table.table.tableintotal th,table.table.tableintotal td {
		font-size: 16px;
	}
	.checkout-products_product-image-b img {
		width: 60px;
		height: 60px;
	}

	/*accessories*/
	.col.col-12.accessories {
		margin-bottom: 1.25rem;
	}
	.col-md-4.col-12.accessories .products-container_tagline {
		height: 100px;
	}
	.row.accessories .accessories > div:first-child {
		border-bottom: 1px dashed #707070;
		padding-bottom: 30px;
		margin: 0px 10px 10px 10px;
	}

	.accessories .products-container_tiles-tile_heading {
	}
	.products-container_tagline {
		font-size: 1em;
	}

	.products-container_tiles-tile_heading,
	.tiles-tile_heading {
		font-size: 1.3em;
		margin: 10px 0px;
	}

	/*shipping*/
	.row.shippingpage > div:nth-child(2) {
		display: none;
	}
	li.optiondelivery {
		white-space: pre-wrap;
	}

	.navbar_top-bar_cart-notification {
		border: none;
		padding: 0px;
	}
	.navbar_top-bar_cart-notification img {
		height: 32px;
	}
	span.badge {
		top: -2px;
		left: 26px;
		width: 18px;
		height: 18px;
	}

	.container-fluid {
		padding: 0px;
		margin: 0px;
	}
	.shop-header_nav-collapse {
		margin-left: 10px;
	}

	a.backbut {
		position: relative;
		display: block;
		border: 0;
		color: white;
		padding: 1.35em 0 1.35em 2em;
		font-size: 0.8em;
		line-height: 0.115em;
		margin-right: 10px;
		cursor: pointer;
		transition: all 0.5s ease;
		background-size: contain;
		margin-top: 5em;
	}

	.top-bar.discountrow .voucher--container {
		padding: 0;
		margin: 0;
	}

	.voucherapprear {
		height: unset;
		background: unset;
		font-size: unset;
	}
	.voucherapprear .voucher--text {
		background: #2ca868;
		color: white;
		cursor: pointer;
		transition: all 0.5s ease;
		float: none;
		padding: 0;
		font-size: 0.8em;
		line-height: 0.115em;
	}

	.voucherapprear .voucher--text span {
		display: none;
	}

	.voucherapprear a.voucherRemoveButton .fa-remove {
		font-size: 25px;
	}

	.voucherapprear .fa-check {
		font-size: 14px;
	}

	/* Checkout Flow - Mobile */
	.shop-header .shop-header_nav.paymentflow .shop-header_nav-list a:not(:last-child) b {
	}
	.shop-header .shop-header_nav.paymentflow .shop-header_nav-list nav .fa-check-circle {
		display: block;
	}

	.featuredIn__imageList {
		width: 40%;
		float: left;
		margin: 5px;
		height: 80px;
	}

	.featuredIn__imageList__item {
		min-height: 40px;
		background-position-y: 40%;
		background-position-x: 40%;
	}
}

/* 480 */

/*320*/

@media (max-width: 320px) {
	nav.checkout-trail {
		display: inline-block;
	}
	.shop-header .shop-header_nav.paymentflow .shop-header_nav-list a {
		display: inline-block;
		text-align: center;
		padding: 0;
	}
	ul.checkout-trail.flex li {
		width: 20%;
	}
}

select#state {
	font: 14px "Gabarito", sans-serif;
	color: #808284;
	display: block;
	box-sizing: border-box;
	width: 100%;
	padding: 14px;
	margin: 9px 0;
	border: 1px solid #808284;
	border-radius: 6px;
	height: auto;
	line-height: normal;
}

[data-toggle="collapse"] .fa-statement-accordion:before {
	content: "\f139";
}

[data-toggle="collapse"].collapsed .fa-statement-accordion:before {
	content: "\f13a";
}

/* SIMPLEPAY PAYMENT FORM CSS */

.wpwl-container {
	margin: 10px auto;
}

table.sizeChart td,
table.sizeChart th {
	padding-right: 1em;
}

table.sizeChart td.c {
	text-align: center;
}

.delivery-information .light {
	font-size: 1.25em;
	line-height: 1.25em;
}

/* reCapTCHA position - move out of the way of Ada-bot*/
.grecaptcha-badge {
	top: 24px !important;
}
