/*
 Cloud Zoom CSS. (c)2012-2014 Star Plugins.
*/

/* CSS for lens */
.cloudzoom-lens {
	border: 2px solid #888;
	background-color: #fff;
	width: 100px;
	height: 100px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .4);
	cursor: crosshair;
	z-index: 10
}
/* CSS for zoom window. */
.cloudzoom-zoom {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .27);
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, .27);
	box-shadow: 0 0 4px rgba(0, 0, 0, .27);
	overflow: hidden;
	margin: 0 0 0 15px;
	padding: 0;
	border: 5px solid #fff;
	border-bottom: 5px solid #fff;
	z-index: 10000!important
}
/* CSS for zoom window in 'inside' mode. */
.cloudzoom-zoom-inside {
	border: none;
	box-shadow: none
}
/* CSS for captions */
.cloudzoom-caption {
	display: none;
	text-align: left;
	background-color: #000;
	color: #fff;
	font-weight: 700;
	padding: 10px;
	font-family: sans-serif;
	font-size: 11px
}
/* A blank image */
.cloudzoom-blank {
	background-image: url(../images/blank.png);
}
/* The animated ajax loading image */
.cloudzoom-ajax-loader {
	background-image: url(../images/ajax-loader.gif);
	width: 32px;
	height: 32px;
}
@media (max-width: 767px) {
.cloudzoom-lens, .cloudzoom-zoom {
	display: none !important;
}
.cloudzoom-blank, .cloudzoom-blank > div:first-child {
	background: transparent !important;
}
}


/* Product Images */

#etalage .moreview_thumb {
	cursor: move;
}
#moreview .moreview_small_thumbs li {
	margin: 10px;
	margin-bottom: 13px !important;
	cursor: pointer;
}
#moreview .moreview_magnifier {
	border: 1px solid #bbb;
}
#moreview .moreview_hint {
	width: 130px;
	height: 57px;
}
#moreview .moreview_description {
	font-style: italic;
	margin: 10px;
	padding: 6px 10px;
}
.moreview, .moreview_thumb, .moreview_thumb_image, .moreview_source_image, .moreview_zoom_preview, .moreview_icon, .moreview_hint {
	display: none
}
.moreview, .moreview ul, .moreview li, .moreview img, .moreview_hint, .moreview_icon, .moreview_description {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none
}
.moreview, .moreview_magnifier div, .moreview_magnifier div img, .moreview_small_thumbs ul, ul .moreview_small_thumbs li, .moreview_zoom_area div, .moreview_zoom_img {
	position: relative
}
.moreview img, .moreview li {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	-webkit-user-drag: none;
	-moz-user-drag: none;
	user-drag: none
}
.moreview, .moreview_small_thumbs li {
	float: left
}
.moreview_right {
	float: right
}
.moreview li {
	position: absolute
}
.moreview img {
	vertical-align: bottom;
	max-width: none
}
.moreview_magnifier {
	cursor: default
}
.moreview_magnifier div, .moreview_small_thumbs {
	overflow: hidden
}
.moreview_magnifier div img {
	display: none
}
.moreview_icon, .moreview_hint {
	cursor: default;
	width: 0;
	height: 0;
	overflow: hidden
}
.moreview_small_thumbs li.vertical {
	float: none
}
.moreview_zoom_area {
	z-index: 2
}
.moreview_zoom_area div {
	overflow: hidden;
	z-index: 997
}
.moreview_zoom_preview {
	position: absolute;
	z-index: 998
}
.moreview_zoom_img, .moreview_hint {
	z-index: 999
}
.moreview {
	direction: ltr
}
div.moreview_description {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 999
}
div.moreview_description.rtl {
	direction: rtl;
	text-align: right
}
.moreview-control a {
	left: auto;
	width: 26px;
	height: 26px;
	background-color: transparent;
}
.product-view .product-img-box .moreview-control {
	opacity: 0;
}
.product-view .product-img-box:hover .moreview-control {
	opacity: 1;
	transition: all 0.3s linear;
}
.moreview-control a.moreview-prev {
	position: absolute;
	left: 10%;
	background-color: #fff;
	border: 1px #ddd solid;
	text-align: center;
	color: #333;
}
.moreview-control a.moreview-prev:hover {
	background-color: #333;
	border: 1px #333 solid;
	color: #fff;
	transition: all 0.3s linear;
}
.moreview-control a.moreview-prev:before {
	content: "\f106";
	font-family: FontAwesome;
	font-size: 18px;
}
.moreview-control a.moreview-next {
	position: absolute;
	left: 10%;
	background-color: #fff;
	border: 1px #ddd solid;
	text-align: center;
	color: #333;
	bottom: 0%;
}
.moreview-control a.moreview-next:hover {
	background-color: #333;
	border: 1px #333 solid;
	color: #fff;
	transition: all 0.3s linear;
}
.moreview-control a.moreview-next:before {
	content: "\f107";
	font-family: FontAwesome;
	font-size: 18px;
}
.moreview .roll-over {
	position: absolute;
	bottom: 10px;
	left: 10px;
	font-family: "Roboto", sans-serif;
	font-size: 12px;
	color: #888;
	text-indent: 20px;
}
.moreview .roll-over .roll-over-desc {
	margin-left: 20px;
}
#moreview .moreview_thumb, #moreview .moreview_small_thumb {
	border: solid 1px #e0e0e0;
}
.product-view .product-img-box {
	margin-bottom: 10px;
	position: relative;
}
.product-view .product-img-box .product-image {
	margin: 0 0 13px;
}
/* Product Images */

.product-view {
	margin: auto;
	position: relative;
	z-index: 0;
}
.product-essential {
	overflow: hidden;
}
.product-collateral .box-collateral {
	margin: 0 0 15px;
}
.product-essential .product-image.no-gallery {
	margin-left: auto;
}
.product-essential .product-image img {
	height: auto;
	width: 100%;
}
.product-essential .button-viewall {
	position: absolute;
	left: 5px;
	bottom: 5px;
	text-indent: -999em;
	z-index: 9999;
}

/* Product Options */
.product-options {
	padding: 0;
	margin: 0;
	clear: both;
}
.product-options dt {
	margin-top: 20px;
}
.product-options dt label {
	font-weight: normal;
	font-size: 15px;
}
.product-options dt label em {
	margin-right: 3px;
}
.product-options dt .qty-holder {
	float: right;
}
.product-options dt .qty-holder label {
	vertical-align: middle;
}
.product-options dt .qty-disabled {
	background: none;
	border: 0;
	padding: 3px;
	color: #000;
}
.product-options dd {
	margin: 10px 0;
}
.product-options dl {
	margin: 5px 0;
}
.product-options dl.last dd.last {
}
.product-options dd input.datetime-picker {
	width: 150px;
}
.product-options dd .time-picker {
	display: -moz-inline-box;
	display: inline-block;
	padding: 2px 0;
	vertical-align: middle;
}
.product-options .options-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
.product-options .options-list li {
	margin: 12px 0;
}
.product-options .options-list input.radio {
	margin: -2px 0 0 0;
}
.product-options .options-list input.checkbox {
	margin: -2px 0 0 0;
}
.product-options .options-list .label {
	display: inline;
	margin-left: 0;
	padding: 0;
}
.product-options ul.validation-failed {
	padding: 0 7px;
}
.product-options p.required {
	padding: 0;
	display: none;
}
.product-options label {
	display: inline;
	margin-bottom: 0;
	line-height: 17px;
}
.product-options .qty-holder {
	display: block;
	margin: 8px 0;
}
.product-options .label, .product-options .badge {
	background-color: transparent;
	text-shadow: none;
}
.product-options .qty {
	margin-bottom: 0;
	width: 30px;
}
.product-options-bottom {
	padding: 25px 0;
}
.product-options-bottom .price-box {
	margin: 10px 0;
}



/*------- 22. Global Styles -------*/
	/* Form Elements */
p.control input.checkbox, p.control input.radio {
	margin-right: 6px;
}
	/* Grouped fields */
div#hideShow {
    text-align: left;
    display: none;
}
.form-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.form-list li {
	margin: 0 0 10px;
	position: relative;
}
.form-list li.comment {
	margin-bottom: 10px;
}
.form-list li.comment p {
	margin-bottom: 0;
}
.form-list li.fields {
	margin-bottom: 0;
}
.form-list li.control, .form-list li.has-pretty-child {
	margin-bottom: 10px;
}
.form-list label {
	position: relative;
	z-index: 0;
	font-weight: normal;
	color: #333;
	display: inline;
}
.form-list label.required {
	color: #333;
}
.form-list label.required em {
	font-style: normal;
}
.review2 label {
	font-weight: normal;
}
.review2 label em {
	color: #ff0000;
}
.form-list li.control label, .form-list li.has-pretty-child label {
	float: none;
	vertical-align: top;
	line-height: 1;
}
.form-list li.control input.radio, .form-list li.control input.checkbox, .form-list li.has-pretty-child input.radio, .form-list li.has-pretty-child input.checkbox {
	margin-right: 6px;
	margin-top: -2px;
}
.form-list li.control .input-box {
	clear: none;
	display: inline;
	width: auto;
}
.form-list .input-box {
	display: block;
	clear: both;
	margin-bottom: 0;
}
.form-list .field {
	position: relative;
	margin-bottom: 25px;
}
.form-list input.input-text {
	background: #f0f0f0;
	border: 1px solid #f0f0f0;
	padding: 10px;
	width: 100%;
	margin-top: 5px;
	outline: none;
}
.form-list input.input-text:focus {
	background: #fff;
	border: 1px solid #ddd;
	padding: 10px;
	margin-top: 5px;
	outline: none;
}
.form-list select {
	margin: 5px 0 2px;
	width: 360px;
	outline: none;
}
.form-list li.additional-row {
	border-top: 1px solid #ccc;
	margin-top: 10px;
	padding-top: 7px;
}
.form-list li.additional-row .btn-remove {
	float: right;
	margin: 5px 0 0;
}
.form-list .input-range input.input-text {
	outline: none;
}
input.radio {
	margin-right: 3px;
}
.col2-set .col-1 ul {
	list-style: none outside none;
	padding: 0;
}
.group-select .require {
	color: #ff0000;
	font-size: 12px;
	margin-bottom: 3px;
}
.group-select li {
	list-style: none outside none;
	margin: 0 0 5px;
	overflow: hidden;
}
.group-select {

}
.group-select ul {
	margin: 0;
	padding: 0;
}
.group-select .required {
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}
.group-select .require {
	color: #FF0000;
	font-size: 12px;
	margin-bottom: 3px;
}
.group-select label {
	font-size: 12px;
	font-weight: normal;
	color: #333;
}
li#billing-new-address-form {
    display: none;
}
div#checkout-step-shipping {
	display:none;}
div#checkout-step-shipping_method {
	display:none;}
div#checkout-step-payment {
	display:none;}
div#checkout-step-review {
	display:none;}
.group-select li {
	margin: 0 0 5px;
	overflow: hidden;
	list-style: none
}
.contacts-index-index .group-select li {
	display:block !important;
}
input#hideit {
    display: none !important;
}
.product-essential .product-img-box .moreview_thumb .zoomImg{
	position:absolute;}
.group-select li .input-box {
	float: left;
	width: 45%;
}
.group-select li input.input-text, .group-select li textarea {
	width: 88%;
	background: #f7f7f7;
	border: 1px solid #f0f0f0;
	padding: 10px;
	outline: none;
}
.group-select li input.input-text:focus, .group-select li textarea:focus {
	background: #fff;
	border: 1px solid #ddd;
	padding: 10px;
	outline: none;
}
.group-select li select {
	width: 80%;
	padding: 3px;
	background: #f7f7f7;
	border: 1px solid #f0f0f0;
	padding: 10px;
}
.group-select li select:focus {
	padding: 3px;
	background: #fff;
	border: 1px solid #ddd;
	padding: 10px;
}
.group-select li .input-box input.input-text, .group-select li .input-box textarea {
	width: 95%;
	margin-top: 5px;
	background: #f7f7f7;
	border: 1px solid #f7f7f7;
	padding: 10px;
}
.group-select li .input-box input.input-text:focus, .group-select li .input-box textarea:focus {
	margin-top: 5px;
	background: #fff;
	border: 1px solid #ddd;
	padding: 10px;
}
.group-select li .input-box select {
	width: 96%;
	margin-top: 5px;
	outline: none;
}
.group-select.wide input.input-text, .group-select.wide textarea {
	width: 90%;
}
.product-image-area {
	position: relative;
	overflow: hidden;
}
.product-image-area a.product-image:hover {
	opacity: 0.6;
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}
.product-image-area:hover .hover_fly {
	bottom: 0;
}
.hover_fly {
	transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
}
.hover_fly a {
	transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
}
.hover_fly a:first-child {
	transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
}
.hover_fly {
	position: absolute;
	bottom: -35px;
	width: 100%;
	left: 0;
	background: #41ade2;
	z-index: 6;
}
.hover_fly a {
	font-size: 1em;
	color: #fff;
	display: inline-block;
	width: 15%;
	height: 35px;
	line-height: 34px;
	position: relative;
	background: #41ade2;
	float: right;
	text-align: center;
	white-space: nowrap;
	border-right: 1px #2f98cc solid;
}
.hover_fly a div {
	overflow: hidden;
}
.hover_fly a:first-child {
	background-image: none;
	width: 55%;
	text-align: center;
	background-color: #1c95d1;
	color: #FFF;
	float: left;
	left: 0;
}
.hover_fly a:first-child span {
	display: inline-block;
}
.hover_fly a span {
	display: none;
	left: 2.2em;
	white-space: nowrap;
	font-size: 11px;
	vertical-align: top;
	text-transform: uppercase;
	margin-left: 6px;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 0.5px;
}
.hover_fly a i {
	height: 34px;
	line-height: 32px;
	font-size: 14px;
}
.hover_fly a:hover {
	width: 55% !important;
	background-color: #1c95d1 !important;
	color: white !important;
}
.hover_fly a:hover span {
	display: inline-block !important;
}
.hover_fly .icon-shopping-cart:before {
	font-size: 16px;
}
.hover_fly .icon-eye-open:before {
	font-size: 16px;
}
.hover_fly:hover a:first-child {
	width: 15%;
	background-color: #fdd922;
	text-align: center;
	color: #000;
}
.hover_fly:hover a:first-child span {
	display: none;
}
.hover_fly.fly_3 a {
	width: 20%;
}
.hover_fly.fly_3 a:first-child {
	width: 60%;
}
.hover_fly.fly_3 a:hover {
	width: 60% !important;
}
.hover_fly.fly_3:hover a:first-child {
	width: 20%;
}
.hover_fly.fly_2 a {
	width: 30%;
}
.hover_fly.fly_2 a:first-child {
	width: 70%;
}
.hover_fly.fly_2 a:hover {
	width: 70% !important;
}
.hover_fly.fly_2:hover a:first-child {
	width: 30%;
}
.hover_fly.fly_1 a {
	width: 100%;
}
.hover_fly.fly_1 a:first-child {
	width: 100%;
	position: relative !important;
}
.hover_fly.fly_1 a:hover {
	width: 100% !important;
}
.hover_fly.fly_1:hover a:first-child {
	width: 100%;
}
a#fancybox-close {
	display:inline;}
div#fancybox-wrap {
	    height: auto;
    top: 20%;
    left: 27%;
    display: block;}


/