html {
  height: 100%;
}
body {
	font-family:'Maven Pro', sans-serif;
	color: #231f20;
	position: relative;
	margin: 0;
}
@keyframes videoSlide {
	0% {
		opacity:0;
	}
	50% {
		opacity:0;
	}
	100% {
		opacity:1;
	}
}
@keyframes contentOpacity {
	0% {
		opacity:0;
	}
	30% {
		opacity:0;
	}
	60% {
		opacity:0;
	}
	100% {
		opacity:1;
	}
}
.navbar-toggle {
	margin-left: auto;
	margin-right: auto;
	float:none;
	width: 30px;
	min-height: 55px;
	padding: 5px;
	border-radius: 50%;
	border-color: #fff;
}
.navbar-toggle .icon-bar {
    background-color: #fff;
	display: block;
    width: 18px;
    height: 2px;
    border-radius: 1px;
}
.navbar-toggle .icon-bar.icon-products {
    background-color: #000;
}
.navbar-nav {
    margin: 0 -15px;
	    display: none;
}
.nav>li {
    display: inline;
    float: left;
}
.nav>li a {
    color: #fff;
}
.footer {
    position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
    min-height: 60px;
    line-height: 40px;
    background-color: #231f20;
	text-align: center;
	margin-top: 60px;
	padding: 10px 0;
	opacity: 1;
	z-index: 0;
	animation: 2s ease-in-out 0s 1 contentOpacity;
}
.footer .social-buttons {
	float: left;
	opacity: 0.4;
}
@media (min-width: 769px) {
	.footer .social-buttons a:first-child {
		margin-left: 0;
	}
	.footer .social-buttons {
		
	}
}
.footer .payment-buttons {
	float: right;
	opacity: 0.4;
}
.footer .footer-text {
	float: none;
    text-align: center;
	position: absolute;
}
@media (max-width: 768px) {
	.footer .social-buttons {
		float: right;
		text-align: center;
	}
	.footer .payment-buttons {
		float: left;
		clear: both;
	}
	.footer .payment-buttons ul li:first-child {
		margin-left: -6px;
	}
	.footer .footer-text {
		text-align: left;
		float: left;
		clear: both;
		position: relative;
	}
}
.video-container {
	width: 100%;
	height: 100%;
	min-height: 474px;
	position: relative;
	overflow: hidden;
	opacity:1;
	z-index: 0;
}
.video-contain {
    position: absolute;
    top: -50%;
	left: -50%;
    width: 200%;
    height: 200%;
}
#video-background {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    min-height: 50%;
    min-width: 50%;
}
.video-container .video-overlay {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.video-container .video-overlay {
	background: repeating-linear-gradient(0deg, rgba(0, 0, 255, 0.3), transparent);
	background-size: 100% 5px;
}
.video-container .video-overlay .video-logo {
	position: absolute;
	width: 12em;
	height: 12em;
	top: calc(50% - 11.5em);
	left: calc(50% - 4em);
	color: #FFF;
	display: table;
}
.video-container .video-overlay .video-text {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.video-header h1 {
	color: #fff;
	text-transform:uppercase;
}
.video-header p {
	color: #fff;
	font-weight: 400;
	letter-spacing: 1px;
}
.parka-slider {
	background-color: #ededed;
	animation: 2s ease-in-out 0s 1 contentOpacity;
	position: relative;
}

.product-view {
	background-color: #ededed;
	animation: 2s ease-in-out 0s 1 contentOpacity;
	position: relative;
	margin-top: 80px;
	width: 100%;
}
.product-view .column-right {
	background-color: #f6f6f6;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
	padding-right: 40px;
}
.product-view .column-left {
    background-color: #ededed;
    left: 0;
    top: 0;
    height: 100%;
	padding: 30px 0 30px 40px;
}
.product-view .column-left p {
    max-width: 450px;
}
.product-view .column-left h1 {
    margin-bottom: 30px;
}
.product-view .column-left h4 {
    font-size: 14px;
	font-weight: 600;
}
.center-menu {
    width: 100px;
	height: 100%;
    position: absolute;
    left: 50%;
    margin-top: -80px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    z-index: 1;
}
.center-menu img {
    padding-top: 15px;
}
.product-select ul {
	padding: 0;
}

.tabs-container {
	
}
.tabs {
	margin-left: -15px;
    margin-right: -15px;
	min-height: 600px;
}
.cf  {
	display: flex;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.cf li {
	display: inline-block;
	width: 33.333%;
	text-align: center;
}

.cf  li a {
	color: #fff;
	display: block;
	padding: 20px 10px;
	text-transform:uppercase;
	text-decoration:none;
}
.cf  li a.active {
	font-weight:bold;
}
.tab-content{
	display: none;
	padding: 60px;
}
.tab-content h1{
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 50px;
}
.tab-content.active{
	display: block;
}

.tab1 {
	background: #4f5052;
    color: #fff;
	font-weight: 500;
}
.tab2 {
	background: #44524e;
    color: #fff;
	font-weight: 500;
}
.tab3 {
	background: #2c546a;
    color: #fff;
	font-weight: 500;
}
.tab1.active {
	background: #ededed;
    color: #4f5052;
}
.tab2.active {
	background: #ededed;
    color: #44524e;
}
.tab3.active {
	background: #ededed;
    color: #2c546a;
}

.slick-slide:focus {
    outline:0;
}

.desktop-text, .mobile-text {
	/*max-height: 270px;*/
    overflow: hidden;
	transition: opacity 0.2s;
}
.show-text {
	opacity: 0;
}
.text-hover {
	position: absolute;
	top: 0;
	width: 100%;
	height: 65%;
	z-index: 1;
}
.text-gradient {
    position:absolute;
    z-index:1;
    right:0; bottom:0; left:0;
    height:200px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjcwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(237,237,237,1) 70%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(70%,rgba(237,237,237,1)));
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(237,237,237,1) 70%);
    background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(237,237,237,1) 70%);
    background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(237,237,237,1) 70%);
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(237,237,237,1) 70%);
}
.explore-link, .explore-link:focus, .explore-link:hover {
	color: #231f20;
}
.explore-button {
	text-align: center;
    position: absolute;
    bottom: 1em;
    left: 50%;
    border: 1.5px solid;
    padding: 15px 30px;
    font-weight: 600;
    letter-spacing: 1px;
    cursor: pointer;
    transform: translate(-50%, 0%);
	transition: all 0.2s;
}
.explore-button:hover {
	color: #fff;
	border-color: #231f20;
	background-color: #231f20;
}
.buy-button {
	text-align: center;
    position: absolute;
    bottom: 0;
    left: 50%;
	width: 100%;
    border: 1.5px solid;
    padding: 16px;
	font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
	color: #fff;
	border-color: #231f20;
	background-color: #231f20;
    cursor: pointer;
    transform: translate(-50%, 0%);
	transition: all 0.2s;
}
.buy-button:hover {
	border-color: #443d3f;
	background-color: #443d3f;
}
.size-button {
	text-align: center;
	text-align-last: center;
    position: absolute;
    bottom: 80px;
    left: 50%;
	width: 100%;
    border: 1.5px solid;
    padding: 15px 30px;
    font-weight: 600;
    letter-spacing: 1px;
	background-color: transparent;
    cursor: pointer;
    transform: translate(-50%, 0%);
	transition: all 0.2s;
}
.size-button .size-value {
	text-align: center;
	text-align-last: center;
}
.size-button:after {
	position: absolute;
        top: 1.25em;
        right: 1em;
      	/* Styling the down arrow */
        width: 0;
        height: 0;
        padding: 0;
        content: '';
        border-left: .25em solid transparent;
        border-right: .25em solid transparent;
        border-top: .375em solid #1FBDED;
        pointer-events: none;
}
/*.size-button:after {
	content: '\e259';
    display: block;
    position: absolute;
    right: 40px;
    font-family: 'Glyphicons Halflings';
    font-size: 0.6em;
	line-height: 2.4em;
}*/
.size-button:hover {
	color: #fff;
	border-color: #231f20;
	background-color: #231f20;
}

.container-full {
	width: 100%;
	z-index:0;
	clear: both;
	position: relative;
	animation: 2s ease-in-out 0s 1 contentOpacity;
}
.container-full .row {
	margin:0;
}
/*.choose-product {
	width: 100%;
	z-index:0;
	clear: both;
	position: relative;
	animation: 2s ease-in-out 0s 1 contentOpacity;
}
.container-features {
	width: 100%;
	z-index:0;
	clear: both;
	position: relative;
	animation: 2s ease-in-out 0s 1 contentOpacity;
}*/
.img-box {
	padding:0;
	margin-left: -15px;
	margin-right: -15px;
}
.volume-btn {
	color: #fff;
    position: absolute;
    right: 0;
    top: 0;
	padding: 15px;
}
.volume-btn .btn {
	font-size: 1.5em;
	border: none;
	background-color: transparent;
	cursor: pointer;
}
.volume-btn .btn:hover {
	color: #fff;
}
.volume-btn .btn:focus {
	color: #fff;
	outline: 0;
}
.fullscreen-btn {
	color: #fff;
    position: absolute;
    right: 0;
    bottom: 50px;
	padding: 15px;
}
.fullscreen-btn .btn {
	font-size: 0.7em;
	border: none;
	background-color: transparent;
	cursor: pointer;
}
.fullscreen-btn .btn:hover {
	color: #fff;
}
.fullscreen-btn .btn:focus {
	color: #fff;
	outline: 0;
}
.fullscreen-btn .btn p {
	text-transform: uppercase;
}
.fullscreen-btn .btn i {
	margin: 5px;
}
.audio-player {
	height: 0;
	width: 0
}
.features {
	margin-top: 60px;
}
.features-text {
	padding-left:0;
}
.price {
	text-align: center;
	position: absolute;
	bottom: 160px;
	width: 100%;
}
.price-tag, .selected-tag {
	text-align: center;
	width:100%;
	float: left;
}
.price-tag {
	font-size: 18px;
	font-weight: 600;
}
.selected-tag {
	clear: both;
	font-size: 12px;
	font-weight: 500;
}
.selected-tag.hidden, .price-tag.hidden {
	display: none;
}

@media (min-width: 1024px) {
	.parka-slider {
		margin-top:-50px;
		width: calc(100% - 8.5em);
	}
	.navbar-header{
		width:100%;
	}
	.navbar-toggle.toggle-clean {
		margin-left: 5px;
	}
	.sidenav-container {
		width: 100%;
		height: 100%;
		text-align: center;
	}
	.sidenav-container .list-inline>li {
		display: block;
	}
	.video-container {
		padding-left: 56px;
		animation: 2s ease-in-out 0s 1 videoSlide;
	}
	.video-container .video-overlay .video-logo {
		width: 10em;
		height: 10em;
		top: calc(50% - 11.5em);
		left: calc(50% - 2em);
	}
	.video-header {
		left: 8.5em;
		top: 4.5em;
		margin-left:0;
	}
	.cf {
		display: none;
	}
	.slick-arrow-prev, .slick-arrow-next {
		position: relative;
		display: inline-block;
		-webkit-transform: translate(0, 25%);
		-ms-transform: translate(0, 25%);
		transform: translate(0, 25%);
	}
	.slick-arrow-prev:before, .slick-arrow-next:before {
		color: #000;
		line-height: 0;
	}
	.slick-arrow-top {
		display: none!important;
	}
	.carousel-wrapper {
		float: right;
		margin-right: 7em;
	}
	.parka-carousel {
		margin-top: -140px;
		max-width: 320px;
	}
	.product-carousel {
		margin-left: auto;
		margin-right: auto;
	}
	.slick-arrows-bottom {
		position: absolute;
		text-align: center;
		width: 100%;
		pointer-events: none;
	}
	.slick-arrows-bottom .slick-next {
		right: -50px;
		pointer-events:auto;
	}
	.slick-arrows-bottom .slick-prev {
		left: -50px;
		pointer-events:auto;
	}
	.desktop-text {
		display: block;
	}
	.mobile-text {
		display: none;
	}
	.tabs-container-right {
		display: block;
	}
	.container-full {
		padding-left: 60px;
		padding-right: 60px;
	}
	.img-box {
		padding:0;
		margin:0;
	}
	.img-box img {
		width: 100%;
	}
	.txt-box {
		padding: 20px 50px;
	}
}
@media (min-width: 768px) and (max-width: 1023px) {
	.navbar {
		margin-bottom: 0;
	}
	.sidenav-container {
		width: 100%;
		height: 100%;
		min-height:46px;
	}
	.list-inline {
		float: right;
	}
	.sidenav-container .list-inline>li {
		display: inline-block;
	}
	.video-container {
		margin-top: -2px;
		animation: 2s ease-in-out 0s 1 videoSlide;
	}
	.video-container .video-overlay .video-logo {
		width: 10em;
		height: 10em;
		top: calc(50% - 10em);
		left: calc(50% - 5.5em);
	}
	.video-header {
		top: 6.5em;
		margin-left: 15px;
	}
	.parka-slider {
		width: 100%;
	}
	.cf {
		display: flex;
	}
	.tab-content h1 {
		margin-bottom: 30px;
		font-size: 34px;
	}
	.tab-content{
		padding: 15px;
	}
	.slick-arrow-top:before {
		color: #000;
		line-height: 0;
	}
	.slick-arrow-prev, .slick-arrow-next {
		display: none!important;
	}
	.carousel-wrapper {
		margin-bottom: 20px;
		margin-left: 10%;
	}
	.product-carousel {
		margin-left: auto;
		margin-right: auto;
	}
	.desktop-text {
		display: block;
	}
	.mobile-text {
		display: none;
	}
	.tabs-container-right {
		display: none;
	}
	.txt-box {
		margin-bottom: 40px;
	}
	.txt-box h1 {
		margin-bottom: 20px;
	}
	.img-box img {
		width: 100%;
	}
	.fullscreen-btn {
		bottom: 0;
	}
	
}
@media (max-width: 993px) {
	.product-view .column-right {
		/*display: none;*/
	}
	.product-view .column-left {
		padding: 0 15px;
		padding-top: 140px;
	}
	.features-text {
		padding: 0 15px;
	}
}
@media (max-width: 767px) {
	.navbar {
		margin-bottom: 0;
	}
	.sidenav-container {
		width: 100%;
		height: 100%;
		min-height:46px;
	}
	.list-inline {
		float: right;
	}
	.sidenav-container .list-inline>li {
		display: inline-block;
	}
	.video-container {
		margin-top: -2px;
		animation: 2s ease-in-out 0s 1 videoSlide;
	}
	.video-container .video-overlay .video-logo {
		width: 7em;
		height: 7em;
		top: calc(50% - 15em);
		left: calc(50% - 4em);
	}		
	.video-contain {		
		/*left: -150%;*/
	}
	.video-header {
		text-align: center;
		top: 15.5em;
	}
	.parka-slider {
		width: 100%;
	}
	.cf {
		display: flex;
	}
	.tab-content h1 {
		margin-bottom: 30px;
		font-size: 34px;
	}
	.tab-content{
		padding: 15px;
	}
	.slick-arrow-top:before {
		color: #000;
		line-height: 0;
	}
	.slick-arrow-prev, .slick-arrow-next {
		display: none!important;
	}
	.carousel-wrapper {
		margin-bottom: 20px;
	}
	.product-carousel {
		margin-left: auto;
		margin-right: auto;
	}
	.desktop-text {
		display: none;
	}
	.mobile-text {
		display: block;
	}
	.tabs-container-right {
		display: none;
	}
	.txt-box {
		margin-bottom: 40px;
	}
	.txt-box h1 {
		margin-bottom: 20px;
	}
	.volume-btn {
		display: none;
	}
	.fullscreen-btn {
		display: none;
	}
	.explore-button {
		padding: 15px 25px;
	}
	.product-view .column-right {
		display: none;
	}
	.product-view .column-left {
		padding: 0;
		padding-top: 140px;
	}
}
@media (max-width: 376px) {
	.video-header {
		font-size: 9pt;
		top: 18.5em;
	}
}

.tabs-container-right {
	background-color: #f6f6f6;
	width: 140px;
	position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}
.timeline {
  position: relative;
  margin: 0 auto;
  padding: 1em 0;
  padding-right: 30px;
  list-style-type: none;
  float: right;
  top: 30%;
}

.timeline:before {
    position: absolute;
    right: 12px;
    top: 55px;
    content: ' ';
    display: block;
    width: 2px;
    height: calc(100% - 110px);
    margin-left: -3px;
    background: #e2e4e6;
    z-index: 1;
}

.timeline li {
  padding: 2em 0;
}

.timeline li:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.timeline-title {
	right: 0;
    top: 25%;
    position: absolute;
    text-align: center;
    width: 100%;
}
.timeline-title span {
	font-size: 12px;
    font-weight: 500;
}

.direction-l {
  position: relative;
  width: 100px;
  float: left;
  text-align: right;
}

.flag-wrapper {
  position: relative;
  display: inline-block;
  
  text-align: center;
}

.flag {
  position: relative;
  display: inline;
  font-weight: 500;
  text-align: left;
  cursor: pointer;
}

.direction-l .flag:before {
    position: absolute;
    top: 85%;
    right: -22px;
    content: ' ';
    display: block;
    width: 10px;
    height: 10px;
    margin-top: -10px;
    background: #fff;
    border-radius: 100%;
    border: 2px solid #231f20;
    z-index: 1;
	transition: all 0.2s;
}
.direction-l .flag:hover:before {
    position: absolute;
    top: 70%;
    right: -25px;
    content: ' ';
    display: block;
    width: 15px;
    height: 15px;
    margin-top: -10px;
    background: #fff;
    border-radius: 100%;
    border: 4px solid #231f20;
    z-index: 1;
}
.direction-l .flag.active:before {
    position: absolute;
    top: 55%;
    right: -28px;
    content: ' ';
    display: block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: #fff;
    border-radius: 100%;
    border: 5px solid #231f20;
    z-index: 1;
}
.direction-l .flag.active {
    cursor: default;
	font-weight: 600;
}

.time-wrapper {
  display: inline;
  
  line-height: 1em;
  font-size: 0.66666em;
  color: rgb(250,80,80);
  vertical-align: middle;
}

.direction-l .time-wrapper {
  float: left;
}

/* ---------------------------------------------------
    PAYMENT METHODS
----------------------------------------------------- */

.icon_amex {background: url("../images/payment-methods/amex.png");}
.icon_credit {background: url("../images/payment-methods/credit.png");}
.icon_maestro {background: url("../images/payment-methods/maestro.png");}
.icon_mastercard {background: url("../images/payment-methods/mastercard.png");}
.icon_paypa {background: url("../images/payment-methods/paypa.png");}
.icon_visa {background: url("../images/payment-methods/visa.png");}
.icon_lhv {background: url("../images/payment-methods/lhv.png");}

.inline-centered-list ul{
    list-style-type: none;
    text-align: center;
	padding: 0;
}
.inline-centered-list ul li{
	margin-top: 1em;
	display: inline-block;
	vertical-align: middle;  
}

.payment-icon-settings{
	width: 40px;
	height: 24px;
	background-repeat: none;
	background-position: left top;
	background-size: contain;
}

.inline-centered-list-footer {
    float: right;
	color: white;
	text-align: right;
}
.inline-centered-list-footer ul{
    list-style-type: none;
    text-align: center;
	padding: 0;
	margin: 0;
}
.inline-centered-list-footer a{
    margin: 0 5px;
}
.inline-centered-list-footer ul li{
	display: inline-block;
	vertical-align: middle;  
}

.payment-icon-settings-footer {
	width: 50px;
	height: 30px;
	background-repeat: none;
	background-position: left top;
	background-size: contain;
}

/* Fullscreen Overlay */
.fs-overlay {
  width: 100%;
  height: 100vh;
  /* 50% opacity black */
  background: rgba(0,0,0,.8);
  /* Stays locked on scroll */
  position: fixed;
  /* On top of the rest*/
  z-index: 2;
  /* Hidden */
  opacity: 0;
  /* No interference */
  left: -100%;
  /* CSS3 Transition */
  transition: opacity .5s;
  -webkit-transition: opacity .5s;
}

/* 90% width container */
.fs-video-container {
  width: 95%;
  /* Centering */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.close {
  width: 20px;
  fill: white;
  position: absolute;
  right: 0;
  /* Bring above video */
  top: -30px;
}

.close:hover {
  /* 50% opacity white */
  fill: rgba(255,255,255,0.8);
  cursor: pointer;
}

/* Class to fade in overlay */
.show {
  opacity: 1;
}

.product-select {
  /*max-width: 420px;*/
  height: 350px;
  margin-right: 30px;
}
.product-select ul,
.product-select h4,
.product-select li,
.product-select input,
.product-select label,
.product-select:hover,
.product-select:focus {
  visibility: visible;
}
@media (min-width: 1525px) {
	.product-select {
	  height: auto;
	}
}

.product-select ul {
  list-style-type: none;
}

.product-select li {
  display: inline-block;
}

.product-select input[type="checkbox"][id^="l"] {
  display: none;
}
.product-select input[type="checkbox"][id^="s"] {
  display: none;
}

.product-select label {
  border: 2px solid transparent;
  display: block;
  position: relative;
  /*margin-right: 15px;*/
  /*margin-bottom: 15px;*/
      margin-right: 5px;
    margin-left: 5px;
  cursor: pointer;
  overflow: hidden;
}

.product-select label:before {
  text-align:center;
  color: black;
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index:1;
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-weight: 600;
  text-align: right;
  transition-duration: 0.4s;
  transform: scale(1);
  opacity: 0;
}

.product-select .lining-label:hover:before {
  content: "✔";
  transform: scale(1);
  opacity: 1;
}
.product-select .shell-label:hover:before {
  content: "✔";
  transform: scale(1);
  opacity: 1;
}

.product-select .lining-label:hover img {
  transform: scale(1.05);
}
.product-select .shell-label:hover img {
  transform: scale(1.05);
}

.product-select label img {
  height: 150px;
  width: 150px;
  transition-duration: 0.1s;
  transform-origin: 50% 50%;
}
@media (max-width: 1351px) {
	.product-select {
	  margin-right: 0;
	  clear: both;
	}
}
@media (max-width: 1322px) {
	.product-select label img {
	  height: 100px;
	  width: 100px;
	}
}
@media (max-width: 1024px) {
	.product-select label img {
	  height: 100px;
	  width: 100px;
	}
}

:checked + label {
  /*border: 2px solid #231f20;*/
}

:checked + .lining-label:before {
  content: "✔";
  transform: scale(1);
  opacity: 1;
}

:checked + .shell-label:before {
  content: "✔";
  transform: scale(1);
  opacity: 1;
}

:checked + .lining-label:hover:before {
  content: "✖";
  transform: scale(1);
  opacity: 1;
}

:checked + .shell-label:hover:before {
  content: "✖";
  transform: scale(1);
  opacity: 1;
}

@media (max-width: 1024px) {
	:checked + .lining-label:before {
	  content: "✖";
	  transform: scale(1);
	  opacity: 1;
	}

	:checked + .shell-label:before {
	  content: "✖";
	  transform: scale(1);
	  opacity: 1;
	}
	:checked + .lining-label:hover:before {
	  content: "✖";
	  transform: scale(1);
	  opacity: 1;
	}

	:checked + .shell-label:hover:before {
	  content: "✖";
	  transform: scale(1);
	  opacity: 1;
	}
}
@media (max-device-width: 1366px) {
	.product-select .lining-label:hover:before {
	  content: "";
	  transform: scale(1);
	  opacity: 1;
	}
	.product-select .shell-label:hover:before {
	  content: "";
	  transform: scale(1);
	  opacity: 1;
	}
	.product-select .lining-label:hover img {
	  transform: scale(1);
	}
	.product-select .shell-label:hover img {
	  transform: scale(1);
	}
	:checked + .lining-label:before {
	  content: "✖";
	  transform: scale(1);
	  opacity: 1;
	}

	:checked + .shell-label:before {
	  content: "✖";
	  transform: scale(1);
	  opacity: 1;
	}
	:checked + .lining-label:hover:before {
	  content: "✖";
	  transform: scale(1);
	  opacity: 1;
	}

	:checked + .shell-label:hover:before {
	  content: "✖";
	  transform: scale(1);
	  opacity: 1;
	}
}

:checked + label img {
  opacity: 0.5;
  z-index: -1;
}

.drop-wrapper {
	position: absolute;
    bottom: 130px;
    width: 100%;
	z-index: 2;
	overflow: visible;
}
.drop {
  width: 100%;
  color: #231f20;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  border: 1.5px solid #231f20;
  position: absolute;
}
.drop:hover {
  color: #fff;
  border-color: #231f20;
}
.drop:hover:before {
  border-color: #fff;
}
.drop:hover .option {
  background-color: #231f20;
}
.option {
cursor: pointer;
background-color: transparent;
text-align: center;
padding: 16px;
transition: 0.2s;
transition-property: color, background-color, border-color;
}
.option:not(.active) {
  display: none;
  opacity: 0;
  transform: translateY(-50%);
}
  
.drop.visible {

}
.drop.visible .option {
  color: #fff;
  display: block;
  background-color: #231f20;
}
.drop.visible:before, .drop.visible:after {
  border-color: #fff;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  top: 2em;
}
.drop.visible:before {
  opacity: 0;
}
.drop.visible:after {
  opacity: 1;
}
  
.drop.opacity .option {
  transform: translateZ(0);
  opacity: 1;
}
.drop.opacity .option:hover {
  background-color: #443d3f;
}
  
.drop:after, .drop:before {
	content: "";
	position: absolute;
	top: 1.8em;
	right: 2em;
	width: 0.45em;
	height: 0.45em;
	border: 2px solid #231f20;
	transform: rotate(45deg);
	transform-origin: 50% 50%;
	transition: opacity 0.2s;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	transition: all 0.2s;
}
.drop:before {
	border-left: none;
	border-top: none;
	top: 1.8em;
}
.drop:after {
	border-right: none;
	border-bottom: none;
	opacity: 0;
}

.col-gallery {
	height: 100%;
	z-index: 2;
}

.image-gallery-wrapper {
  position: absolute;
  bottom: -100px;
  right: 0;
  margin-right: -40px;
}
.image-gallery {
  display: table;
}
@media (max-width: 1131px) {
	.image-gallery-wrapper {
	  position: absolute;
	  bottom: -200px;
	  right: 0;
	  margin-right: -40px;
	}
}

.primary,
.thumbnails {
  display: table-cell;
}

.thumbnails {

}

.thumbnail-img {
	float: right;
}

.primary {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  margin-top: -70px;
}
.primary.detail {
  margin-top: 0;
}

.selected .thumbnail-image {
  
}

.thumbnail-image {
  width: 100px;
  height: 100px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.thumbnail-image:before {
  color: black;
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index:1;
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  transition-duration: 0.4s;
  transform: scale(1);
  opacity: 0;
}
.thumbnail-image:hover:before {
  content: "";
  transform: scale(1);
  opacity: 1;
}
.thumbnail-image:hover {
  background-size: 105%;
}

.tab-product{
	display: none;
}
.tab-product.active{
	display: block;
}
.buttons-mob {
	margin-top: 40px;
	margin-bottom: 40px;
	overflow: visible;
}
.price-mob {
	position: relative;
	display: inline-block;
	bottom: 0;
    height: 50px;
	margin: 15px 0;
}
.drop-mob {
	position: relative;
	display: inline-block;
	bottom: 0;
    height: 50px;
	margin: 15px 0;
}
.buy-mob {
	position: relative;
	display: inline-block;
	display: block;
    height: 50px;
	margin: 15px 0;
}
.mobile-show {
	display: none;
}
.desktop-show {
	display: block;
}
@media (max-width: 992px) {
	.gallery-mob .tab-product {
		width: 100%;
		height: 370px;
	}
	.image-gallery-wrapper {
	  display: none;
	}
	.primary {
		margin-top: 0;
		right: 0;
		left: 0;
	}
	.center-menu {
		height: auto;
	}
	.mobile-show {
		display: block;
	}
	.desktop-show {
		display: none;
	}
	.column-left {
		width: 100%;
	}
	.column-left .col-md-6 {
		width: 100%;
	}
	.column-left .col-md-11 {
		width: 100%;
	}
	.product-select label {
		margin-right: 5px;
		margin-left: 0;
	}
}
.product-carousel .slick-slide {
   height:100%;
}

.product-carousel .slick-slide img {
   height:330px;
   width: auto;
   margin: auto;
}

.sub-header {
	display: block;
	text-align: center; 
	font-size: 10px; 
	font-weight: 500; 
	color: #666;
	margin-bottom: 10px;
}

@media (max-width: 1023px) and (min-width: 768px) {
	.carousel-wrapper.product-carousel-wrapper {
		margin-left: 0;
	}
	.product-carousel .slick-slide img {
	   height:500px;
	   width: auto;
	   margin: auto;
	}
	.gallery-mob .tab-product {
		width: 100%;
		height: 520px;
	}
}

@media (max-width: 992px) {
	.assemble-header {
		text-align: center;
	}
}