@charset "utf-8";
@media only screen and (max-width: 768px) {
#div-gallery-wrapper {
	display: block;
	font-size: 8px;
}
.css-backdrop {
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: 0.8;
	z-index: 100;
	overflow: hidden;
	z-index: 10000;
}
.css-container {
	display: none;
	padding: 5px;
	position: fixed;
	top: 0px;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: auto;
	z-index: 110;
	flex-direction: column;
	justify-content: flex-start;
	z-index: 10010;
}
.css-container .css-selector-wrapper {
	width: 100%;
	padding: 0px;
	margin: 0px 0px 5px 0px;
	display: block;
	position: relative;
}
.css-selector-wrapper .css-close-size-chart {
	font-size: 15px;
	padding: 5px;
	border: 1px solid grey;
	color: white;
	background-color: black;
	position: absolute;
	top: 0px;
	right: 10px;
	cursor: pointer;
}
	.css-container .css-selector-wrapper .css-units {
		width: 80px;
		height: 50px;
		text-align: center;
		color: white;
		overflow: hidden;
		display: flex;
		flex-direction: column;
		margin-right: 10px;
	}
		.css-container .css-selector-wrapper .css-units div {
			flex-grow: 1;
			width: 100%;
			height: 100%;
			font-size: inherit;
			cursor: pointer;
			vertical-align: middle;
			line-height: 25px;
		}
		.css-container .css-selector-wrapper .css-units div:hover {
			background-color: lightgrey;
			color: var(--theme-font-color);
			vertical-align: middle;
		}
.css-container .css-variants {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	width: 100%;
}
	.css-container .css-variants div {
		font-size: inherit;
		color: white;
		text-align: center;
		text-transform: uppercase;
		width: auto;
		width: 70px;
		height: 10px;
		padding: 10px;
		margin-right: 1px;
		cursor: pointer;
		display: flex;
		overflow: hidden;
		align-items: center;
		justify-content: center;
		align-items: center;

	}
	.css-container .css-variants div span {
		font-size: inherit;
		text-align: center;
		color: white;
	}
	.css-container .css-variants div:hover {
		background-color: #E9E9E9;
		color: var(--theme-font-color);
	}
.css-container .css-size-chart {
	width: 100%;
	height: 100%;
	max-width: 600px;
	overflow: hidden;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
	display: flex;
	flex-direction: column;
	justify-content: end;
}
.css-container .note {
	color: white;
	font-size: 12px;
	text-align: center;
}
.css-visible {
	display: block !important;
}
.css-size-chart img {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	object-fit: scale-down;
}
.css-selected {
	background-color: #006C91 !important;
	color: white !important;
}
}
@media only screen and (min-width: 768px) {
#div-gallery-wrapper {
	display: block;
	position: relative;
	font-size: 12px;
}
#div-gallery-wrapper .css-backdrop {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: 0.8;
	z-index: 10000;
	overflow: hidden;
}
#div-gallery-wrapper .css-container {
	display: none;
	padding: 5px;
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: auto;
	z-index: 10010;
	flex-direction: column;
	justify-content: center;
}
.css-container .css-selector-wrapper {
	width: 100%;
	padding: 10px 0px 10px 0px;
	margin: 0px;
	position: relative;
}
	.css-selector-wrapper .css-close-size-chart {
		font-size: 15px;
		padding: 5px;
		border: 1px solid grey;
		color: white;
		background-color: black;
		position: absolute;
		top: 10px;
		right: 10px;
		cursor: pointer;
	}
	.css-container .css-selector-wrapper .css-units {
		width: 100px;
		height: 60px;
		text-align: center;
		color: white;
		overflow: hidden;
		display: flex;
		flex-direction: column;
		margin-right: 10px;
	}
		.css-container .css-selector-wrapper .css-units div {
			flex-grow: 1;
			width: 100%;
			height: 100%;
			flex-grow: 1;
			font-size: inherit;
			cursor: pointer;
			vertical-align: middle;
			line-height: 30px;
		}
		.css-container .css-selector-wrapper .css-units div:hover {
			background-color: lightgrey;
			color: var(--theme-font-color);
			vertical-align: middle;
		}
	.css-container .css-variants {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: center;
		width: 100%;
	}
		.css-container .css-variants div {
			font-size: inherit;
			color: white;
			text-align: center;
			text-transform: uppercase;
			width: auto;
			max-width: 70px;
			padding: 10px;
			margin-right: 1px;
			cursor: pointer;
			overflow: hidden;
			display: flex;
			align-items: center;
			justify-content: center;

		}
		.css-container .css-variants div span {
			text-align: center;
			color: white;
		}
		.css-container .css-variants div:hover {
			background-color: #E9E9E9;
			color: var(--theme-font-color);
		}
.css-container .css-size-chart {
	width: 100%;
	height: 100%;
	max-width: 600px;
	overflow: hidden;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
}
.css-container .note {
	color: white;
	font-size: 12px;
	text-align: center;
}
.css-visible {
	display: block !important;
}
.css-size-chart img {
	width: 100%;
	height: 100%;
	object-fit: scale-down;
	margin-left: auto;
	margin-right: auto;
}
.css-selected {
	background-color: #006C91 !important;
	color: white !important;
}
}
H1, H2 {
	font-size: 14px;
	text-align: left;
}
.left.carousel-control {
	background-image: url(/images/left.jpg) !important;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 30px 10%;
	opacity: 0.2;
	width: 50px;
}
.right.carousel-control {
	background-image: url(/images/right.jpg) !important;
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 30px 10%;
	opacity: 0.2;
	width: 50px;
}
.carousel-indicators li {
	width: 7px;
	height: 7px;
	background-color: lightgrey;
	border: none;
	border-radius: 10px !important;
}
.carousel-indicators .active {
	width: 7px;
	height: 7px;
	background-color: var(--theme-font-color);
	border: none;
	margin: 1px;
}
.css-image {
	height: auto;
	width: 100%;
	display: block;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-top: 5px;
	margin-bottom: 5px;
}
.css-desc {
	display: block;
	width: 100%;
	margin-top: 20px;
	position: relative;
}
.css-desc ul {
	list-style: none;
	display: block;
}
.css-subclass {
	display: table;
	padding: 0px;
	height: auto;
	width: 40%;
	margin-top: 20px;
	margin-bottom: 0px;
	position: relative;
}
.css-quantity-wrapper {
	display:flex;
	flex-direction: row;
	justify-content: flex-start;
	width: 100%;
	background-color: yellow;
}
.css-quantity {
	text-align: right;
	display: table;
	height: auto;
	margin-top: 10px;
	margin-bottom: 0px;
	position: relative;
}
.css-quantity .css-qty-spinner {
	height: auto;
	width: 5%;
	margin-right: 10px;
	margin-left: 10px;
	cursor: pointer;
	padding: 10px;
}
#btn-add-to-cart, #btn-checkout {
	display: table;
	width: 40%;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
}
.css-currency, .css-currency span {
	font-size: 8px;
	color: var(--theme-font-color);
	margin-bottom: 10px;
}
.css-related-products {
	font-size: 12px;
	position: relative;
	width: calc(100% - 40px);
	padding-bottom: 10px;
	padding-top: 10px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	overflow: hidden;
	margin-right: 20px;
	margin-left: 20px;
	padding: 10px 0px;
}
.css-related-products .css-title {
	font-size: 14px;
	color: var(--theme-font-color);
	width: 100%;
	line-height: 40px;
	margin-bottom: 10px;
}
.wrapper-images {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: start;
	flex-wrap: wrap;
}
.css-image-box{
	font-size: inherit;
	width: 100px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	overflow: hidden;
}
.wrapper-inquiry {
	width: 100%;
	margin-bottom: 10px;
}
.wrapper-inquiry div, .wrapper-inqury input {
	margin-bottom: 10px;
}
.css-no-product {
	font-size: 12px;
	font-weight: 600;
	padding: 20px 20px 200px 20px;
	text-transform: uppercase;
}
.css-related-products .css-image-box .css-brand {
	color: var(--theme-font-color);
	font-size: inherit;
	padding-top: 5px;
	padding-bottom: 5px;
	text-transform: uppercase;
}
.css-related-products .css-image-box .css-desc2 {
	color: var(--theme-font-color);
	font-size: inherit;
}
.css-margin {
	font-size: 16px;
	font-weight: 600;
	margin: 10px 0;
	margin-top: 10px;
	margin-bottom: 10px;
	color: var(--theme-font-color);
	text-transform: uppercase;
}
.css-related-products .css-image-box .css-std { color: var(--theme-font-color); }
.css-price-line {
	font-size: 14px;
	margin-top: 20px;
	margin-bottom: 5px;
}
.css-sizechart {
	display: inline-block;
	vertical-align: top;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 10px;
}
.css-desc-frame {
	font-size: 10px !important;
	line-height: 16px !important;
}
.css-desc-frame ul {
	padding-left: 0px;
	margin-left: 12px;
	font-size: inherit;
}
.css-desc-frame ul li {
	font-size: inherit;
	line-height: inherit;
}
.css-free-shipping {
	font-size: 10px;
	line-height: 16px;
}

#carousel-example-generic {
  display: inline-block;
}
/*****************************/

/* Plugin styles */
ul.thumbnails-carousel {
	padding: 5px 0 0 0;
	margin: 0;
	list-style-type: none;
	text-align: center;
}
ul.thumbnails-carousel .center {
	display: inline-block;
}
ul.thumbnails-carousel li {
	margin-right: 5px;
	float: left;
	cursor: pointer;
}
.controls-background-reset {
	background: none !important;
}
.active-thumbnail {
	opacity: 0.4;
}
.indicators-fix {
	bottom: 230px;
}
.thumbnails-carousel {
	overflow: scroll;
}
.thumbnails-carousel img {
	width: 100px;
}
@media only screen and (min-width: 768px) {
	div.css-thumbnail-wrapper {
		display: flex;
		height: 200px;
		max-width: 100%;
		position: relative;
		overflow: hidden;
		overflow-x: auto;
		margin-top: 0px;
	}
	div.css-thumbnail-wrapper ul{
		height: auto;
		list-style-type: none;
		margin: 0px;
		padding: 0px;
		position: absolute;
		display: flex;
		flex-direction: row;
	}
	div.css-thumbnail-wrapper ul li {
		width: 120px;
		height: auto;
		float: left;
		margin-right: 5px;
		cursor: pointer;
	}
	div.css-thumbnail-wrapper ul li img {
		width: 100%;
		height: auto;
	}
	div.css-thumbnail-wrapper ul li img:hover{
		opacity: 0.8;
	}
	#myCarousel #div-lightbox {
		font-size: 2.2em;
		display: block;
		padding: 10px;
		position: absolute;
		top: 0px;
		right: 0px;
		z-index: 100;
		cursor: pointer;
		color: var(--theme-font-color);
		opacity: 1;
	}
	.carousel .item img {
		width: 100%;
		padding: 20 0px !important;
	}
}
@media only screen and (max-width: 768px) {
	.css-thumbnail-wrapper, .css-thumbnail-wrapper ul{
		display: none !important;
		background-color: red;
	}
	#myCarousel #div-lightbox {
		display: none;
	}
}
.css-msg-wrapper {
	font-size: 9px;
	color: #FFF;
	background-color: #337ab7;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	line-height: 20px;
	display: inline-block;
	width: auto;
	margin-top: 10px;
	cursor: pointer;
}
hr {
	margin: 0px;
}
.css-hide {
	display: none;
}
.css-show {
	display: block	
}
#lightbox #btn-big-left, #lightbox #btn-big-right {
	display: none;
	color: red;
}
#lightbox:hover #btn-big-left, #lightbox:Hover #btn-big-right {
	display: block;
}
#btn-add-to-cart, .css-msg-wrapper {
	background-color: #002c4d;
}

.css-thumbdrop {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
}
#video_vimeo {
	width: 90% !important;
	margin-left: auto !important;
	margin-right: auto !important;	
	padding: 5px;
}
.css-pop {
	font-size: 10px;
}
.css-pop a {
	font-size: inherit;
	color: inherit;
	text-decoration: underline;
}
.css-not-accept-promo-code {
	font-size: 9px;
	color: lightgrey;
	margin-bottom: 10px;
}
#myCarousel {
	margin-bottom: 50px;
}
#myCarousel .carousel-indicators {
	bottom: -40px;
	
}
.css-product-categories {
	margin-bottom: 20px;
}