/* ********************************************************
	reset all the styles of the browser
	based on:
	http://meyerweb.com/eric/tools/css/reset/
	v2.0 | 20110126
	License: none (public domain)
******************************************************** */

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

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.5;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* avoid overflow of the img content */
img {
	max-width: 100%;
}

/* set weight of fonts as bold if b or strong tags are used */
b, strong {
	font-weight: bold;
}

/* Hack for css aiming only Mozilla browsers */
@-moz-document url-prefix() {
    nav a {
		display: inline-block;
    	margin-top: 7px;
    	vertical-align: baseline;
	}
}


/* ********************************************************
	VARIABLES ON VELOCITY
******************************************************** */

/* GRADIENTS */


/* CSS3 TRANSITION */


/* ********************************************************
	GLOBAL THEME STYLES
******************************************************** */

/* > BANNER PREVIEW (for when site is closed)
 ------------------------------------------------------- */
.banner-preview {
	background-color: #fff0ba;
	color: #aa8749;
	font-family: Lato, Arial, sans-serif;
	padding: 16px;
}

.banner-preview__content {
	margin: 0 auto;
	max-width:1170px;
}

.banner-preview__left,
.banner-preview__right {
	display: inline-block;
	vertical-align: middle;
}

.banner-preview__right {
	line-height: 1.5;
	margin-left: 8px;
}

/* hiding placeholder text on focus in webkit, thanks to http://www.kolodvor.net/2012/03/23/webkit-placeholder-attribute-behavior */
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {color: transparent;}



/* clearfix */
.clearfix {
	zoom: 1; /* IE6, IE7 */
}

.clearfix:before,
.clearfix:after {
	content: '';
	clear: both;
	display: table;
}

.clear {
	clear: both;
}


/* utility classes: hidden, float left, float right, etc. */
.hidden {display: none;}

.left {float: left;}
.right {float: right;}

.ms-img-replacement {
	font: 0/0 a !important;
	color: transparent !important;
}


/* custom selects global styles */
.customselect_wrap {position: relative;cursor: pointer;}
.customselect_wrap select {margin: 0;padding: 0;border: none;z-index: 100;cursor: pointer;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
		box-sizing: border-box;
}
.customselect_wrap span.customSelect {
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
		box-sizing: border-box;
}


#fancybox-wrap {padding: 0 !important;}



/* ************************************* TYPOGRAPHY ************************************* */



body {font-family: "Roboto";font-size: 13px;color: #000000;}



/* HEADINGS */


.column--center h1,
.column--center h2,
.column--center h3,
.column--center h4,
.column--center h5,
.column--center h6 {margin: 15px 0;padding: 0 0 5px 0;border-bottom: 1px solid #cccccc;font: 25px "Roboto";color: #000000;text-transform: uppercase;}

.column--center h2,
.column--center h3,
.column--center h4 {font-size: "Roboto";}

.column--center h5,
.column--center h6 {font-size: 13px;}

.column--center .page_heading {margin: 10px 0 0;padding: 0 0 10px 0;border-bottom: 1px solid #cccccc;font: 700 25px "Roboto";color: #000000;text-transform: uppercase;}
.column--center #result_heading.page_heading {border:0;}
.column--center .page_heading a {float: right;}



/* PARAGRAPHS */
p {margin: 15px 0;padding: 0;}



/* LISTS */
.column--center ul {list-style-type: square;list-style-position: inside;}
.column--center ol {list-style-type: decimal;list-style-position: inside;}



/* LINKS */
a {color: #204A80;text-decoration: none;}
a:hover, a:focus {color: #bed730;}



/* PRODUCT NAME */
.product_name {font-weight: bold;font-size: 16px;color: #000000;text-transform: capitalize;}
.product_name a {font-weight: bold;color: #000000;

-webkit-transition: 0.25s ease-in-out;
   -moz-transition: 0.25s ease-in-out;
	-ms-transition: 0.25s ease-in-out;
	 -o-transition: 0.25s ease-in-out;
		transition: 0.25s ease-in-out;

}
.product_name a:hover {color: #bed730;}


/* PRODUCT PRICE */
.money {color: #f00000;}

.column .money,
.column--center .money {font-weight: bold;font-size: 21px;}

.column .compare-at-price,
.column--center .compare-at-price {font-weight: normal;font-size: 15px;color: #000000;text-decoration: line-through;}



/* RTE */
.rte {margin-top: 15px;margin-bottom: 15px;color: inherit;}

.rte a {color: inherit;text-decoration: underline;}
.rte a:hover {text-decoration: none;}

.rte h1 {font-size: 19px;}
.rte h2 {font-size: 17px;}
.rte h3 {font-size: 16px;}
.rte h4 {font-size: 14px;}
.rte h5 {font-size: 13px;}
.rte h6 {font-size: 12px;}

.rte img {margin-top: 15px;margin-bottom: 15px;}



/* ************************************* FORMS ************************************* */

label {font-weight: normal;font-size: 13px;}

select,
select.form-control,
textarea,
textarea.form-control,
input[$type="text"],
input[$type="email"],
input[$type="number"],
input[$type="password"],
input[$type="telephone"] {padding: 6px;border:1px solid #cccccc;font: normal 13px 'Arial';color: #000000;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
		box-sizing: border-box;
-webkit-border-radius: 4px;
   -moz-border-radius: 4px;
		border-radius: 4px;
box-shadow: none;
}

 /*select,
select.form-control {padding: 8px 3px;} */

textarea,
textarea.form-control {max-width: 100%;min-height: 100px;}

.form-control:focus {border-color: #aaa;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #ddd;
		box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #ddd;
}


.form-group {vertical-align: top !important;margin-top: 15px;margin-bottom: 0;}

/* HORIZONTAL FORMS */
.form-horizontal {}
.form-horizontal label {padding-top: 0 !important;text-align: right;line-height: 34px;}
.form-horizontal select {width: 100%;}

.action_bottom span.note {margin-left: 5px;}
.action_bottom span.note a {margin-left: 5px;}



/* ************************************* ALERT ************************************* */

.alert {margin: 15px 0;
-webkit-border-radius: 0;
   -moz-border-radius: 0;
		border-radius: 0;
}

.alert > p,
.alert > ul,
.alert > ol {list-style-type: none;margin: 0;}

.alert > p + p,
.alert > ul + ul {margin: 10px 0 0 0;}



/* ************************************* BUTTONS ************************************* */

.btn,
.btn a,
.btn-info,
.btn-primary {padding: 10px 20px 10px 20px;border: none !important;font: bold 15px/1em "Roboto";color: #ffffff !important;text-transform: uppercase;

background: #1a3a68; /* Old browsers */
background: -webkit-linear-gradient(top, #1a3a68 0%,#204a80 100%); /* Chrome10+,Safari5.1+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1a3a68), color-stop(100%,#204a80)); /* Chrome,Safari4+ */
background: -moz-linear-gradient(top, #1a3a68 0%, #204a80 100%); /* FF3.6+ */
background: -ms-linear-gradient(top, #1a3a68 0%,#204a80 100%); /* IE10+ */
background: -o-linear-gradient(top, #1a3a68 0%,#204a80 100%); /* Opera 11.10+ */
background: linear-gradient(to bottom, #1a3a68 0%,#204a80 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#1a3a68, endColorstr=#204a80,GradientType=0 ); /* IE6-8 */

-webkit-border-radius: 4px;
   -moz-border-radius: 4px;
		border-radius: 4px;
-webkit-box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.3);
		box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.3);
}

.btn a {padding: 0;background: none !important;
-webkit-box-shadow: none !important;
		box-shadow: none !important;
}

.btn-cart {height: 35px;padding: 10px 55px 10px 20px;position: relative;}
.btn-cart i {width: 35px;height: 35px;display: block;font-size: 16px;line-height: 33px;position: absolute;right: 0;top: 0;

background: #275c9e; /* Old browsers */
background: -webkit-linear-gradient(top, #275c9e 0%,#265b9b 100%); /* Chrome10+,Safari5.1+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#275c9e), color-stop(100%,#265b9b)); /* Chrome,Safari4+ */
background: -moz-linear-gradient(top, #275c9e 0%, #265b9b 100%); /* FF3.6+ */
background: -ms-linear-gradient(top, #275c9e 0%,#265b9b 100%); /* IE10+ */
background: -o-linear-gradient(top, #275c9e 0%,#265b9b 100%); /* Opera 11.10+ */
background: linear-gradient(to bottom, #275c9e 0%,#265b9b 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#275c9e, endColorstr=#265b9b,GradientType=0 ); /* IE6-8 */

-webkit-border-radius: 0 4px 4px 0;
   -moz-border-radius: 0 4px 4px 0;
		border-radius: 0 4px 4px 0;
-webkit-box-shadow: inset 0 0 0 1px rgba(255,255,255,0.2);
		box-shadow: inset 0 0 0 1px rgba(255,255,255,0.2);
}

.btn:hover,
.btn:hover a,
.btn-info:hover,
.btn-primary:hover {

background: #275c9e; /* Old browsers */
background: -webkit-linear-gradient(top, #275c9e 0%,#265b9b 100%); /* Chrome10+,Safari5.1+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#275c9e), color-stop(100%,#265b9b)); /* Chrome,Safari4+ */
background: -moz-linear-gradient(top, #275c9e 0%, #265b9b 100%); /* FF3.6+ */
background: -ms-linear-gradient(top, #275c9e 0%,#265b9b 100%); /* IE10+ */
background: -o-linear-gradient(top, #275c9e 0%,#265b9b 100%); /* Opera 11.10+ */
background: linear-gradient(to bottom, #275c9e 0%,#265b9b 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#275c9e, endColorstr=#265b9b,GradientType=0 ); /* IE6-8 */

-webkit-box-shadow: inset 0 0 0 1px rgba(255,255,255,0.2);
		box-shadow: inset 0 0 0 1px rgba(255,255,255,0.2);
}



/* ************************************* GLOBAL LAYOUT ************************************* */

html, body {height: 100%;background: #ffffff;/*min-width: 395px;*/}

.wrapper {
	background-color: #ffffff;
	overflow: hidden;
}

.container {padding: 0;}

#main {
  background-color:transparent;
}

#main_content {margin-top: 10px !important;}

#main_content,
.column .widget {margin-bottom: 30px !important;}


/* > HEADER
 ------------------------------------------------------- */

header {
	background: #ffffff;
}

.header__logo {
	padding: 10px 0;
	text-align: center;
}

.header__logo a {
	color: #000000;
	display: block;
	font: 900 45px/1em "Roboto";
	min-height: 54px;

	
-webkit-transition: 0.25s ease-in-out;
   -moz-transition: 0.25s ease-in-out;
	-ms-transition: 0.25s ease-in-out;
	 -o-transition: 0.25s ease-in-out;
		transition: 0.25s ease-in-out;

}

.header__logo a:hover {
	color: #000000;
}

.header__logo img {
	max-height: 150px;
	max-width: 100%;
}

.header_user {
	float: right;
	padding: 30px 0;
}

.header_user i {
	margin: 0 5px 0 0;
}

.header__content {
	background:#233d69;
}

.header__content--menu {
	display: none;
}

.navbar,
.navbar-toggle {
	border: none;
}

.navbar-default {
	background-color: transparent;
	position: absolute;
	z-index: 99;
}

.navbar-toggle {
	color:#ffffff;
	margin-left: 5px;
	margin-right: 0;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	background-color:#233d69;
	border: none;
	width: 100vw;
}

.header__search {
	width: 570px;
	height: 57px;
	float: left;
	padding: 0 0 0 10px;
}

.header__search form {
	padding: 10px 100px 0 0;
}

.header__search #search-field {
	width: 100%;
	height: 37px;
	float: left;
	margin: 0;
	padding: 0 10px;
	background: #ffffff;
	-webkit-box-shadow: inset 1px 1px 7px 0 rgba(0, 0, 0, 0.15);
	box-shadow: inset 1px 1px 7px 0 rgba(0, 0, 0, 0.15);
	-webkit-border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}

.header__search .header__cart__search--text {
	width: 100px;
	height: 37px;
	margin: 0 -101px 0 0;
	-webkit-border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
}

.header__search .header__cart__search--icon {
	display: none;
	width: 37px;
	height: 44px;
	background-color: transparent !important;
	color: #233d69;
	/*margin: 0 -38px 0 -40px;*/
	position: absolute;
	right: 8px;
	top: 7px;
}

.header__cart {
	max-width: 350px;
	float: right;
	text-align: right;
	padding-right: 10px
}

.header__cart a {
	display: inline-block;
}

.header__cart a b {
	vertical-align: baseline;
	font: 900 25px/53px "Roboto";
	color: #ffffff;
	text-transform: uppercase;
}

.header__cart a span {
	font-size: 15px;
	color: #ffffff;
}

.header__cart a span.count {
	margin: 0 4px;
}

.header__cart a:hover span {
	color: #bed730;
}

.header__cart--mobile {
	display: none;
	margin-right: 16px;
	position:relative;
}

.header__cart a span.cart-total-items-mobile {
	position: absolute;
	top: -6px;
	right: -8px;
	font-size: 10px;
	border-radius: 100%;
	min-width: 14px;
	min-height: 14px;
	line-height: 140%;
	box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.2);
	text-shadow: 0px 1px 0px #cccccc;
	
background: #1a3a68; /* Old browsers */
background: -webkit-linear-gradient(top, #1a3a68 0%,#204a80 100%); /* Chrome10+,Safari5.1+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1a3a68), color-stop(100%,#204a80)); /* Chrome,Safari4+ */
background: -moz-linear-gradient(top, #1a3a68 0%, #204a80 100%); /* FF3.6+ */
background: -ms-linear-gradient(top, #1a3a68 0%,#204a80 100%); /* IE10+ */
background: -o-linear-gradient(top, #1a3a68 0%,#204a80 100%); /* Opera 11.10+ */
background: linear-gradient(to bottom, #1a3a68 0%,#204a80 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#1a3a68, endColorstr=#204a80,GradientType=0 ); /* IE6-8 */

}

.header__cart a:hover span.cart-total-items-mobile,
.header__cart a:focus span.cart-total-items-mobile {
	color: #ffffff;
}


/* ************************************* SIDEBAR CONFIGURATION ************************************* */

/* NO SIDEBAR */
.sidebar_none {}


/* LEFT SIDEBAR */
.sidebar_left {}
.sidebar_left .column--center {width: 100%;}
.sidebar_left .column--center #main_content {margin: 0 0 0 25%;}
.sidebar_left .column--left {margin-left: -100%;}


/* RIGHT SIDEBAR */
.sidebar_right {}


/* BOTH SIDEBARS */
.sidebar_both {}
.sidebar_both .column--center {width: 100%;}
.sidebar_both .column--center #main_content {margin: 0 25%;}
.sidebar_both .column--left {margin-left: -100%;}
.sidebar_both .column--right {margin-left: -25%;}


/* NOSIDEBAR PAGES */
.sidebar_off .column--center #main_content {margin: 0;}



/* ************************************* NAVIGATION ************************************* */

.navigation-wrapper {
	min-height: 42px;
	background: #f2f2f2;
	position: relative;
	z-index: 999;
	-webkit-box-shadow: inset 0 -1px 0 0 rgba(255,255,255,0.15);
	box-shadow: inset 0 -1px 0 0 rgba(255,255,255,0.15);
}
.navigation-wrapper.isStuck {width: 100%;left: 0;top: 0;}

.navigation-wrapper nav {
	height: 42px;
	position: relative;
}

.ie9 .navigation-wrapper {
	position: relative;
	top: 8px;
}


.sf-menu {}
.sf-menu li {position: relative;}

.sf-menu > li {height: 42px; float: left; line-height: 42px;}
.sf-menu > li ~ li {margin: 0 0 0 20px;}
.sf-menu > li > i {margin: 0 4px 0 0;color: #000000;line-height: 42px;}

.sf-menu li h2,
.sf-menu li span,
.sf-menu > li > a {
	font: normal 14px "Roboto";color: #204A80;
	
-webkit-transition: 0.25s ease-in-out;
   -moz-transition: 0.25s ease-in-out;
	-ms-transition: 0.25s ease-in-out;
	 -o-transition: 0.25s ease-in-out;
		transition: 0.25s ease-in-out;

}

.sf-menu li h2,
.sf-menu li span {
	display: inline;
}

.sf-menu > li.active > a,
.sf-menu > li:hover > a {color: #bed730;}


.sf-menu ul {width: 230px !important;padding: 0 15px 5px 15px;background: #ffffff;position: absolute;left: 0;top: 43px;z-index: 1000;
-webkit-box-shadow: inset -1px 0 0 0 rgba(255,255,255,0.15), inset 0 -1px 0 0 rgba(255,255,255,0.15), inset 1px 0 0 0 rgba(255,255,255,0.15);
		box-shadow: inset -1px 0 0 0 rgba(255,255,255,0.15), inset 0 -1px 0 0 rgba(255,255,255,0.15), inset 1px 0 0 0 rgba(255,255,255,0.15);
}
.sf-menu ul li {}
.sf-menu ul li ~ li {
-webkit-box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.15);
		box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.15);
}
.sf-menu ul li a {display: block;padding: 6px 0;font-size: 12px;color: #000000;

-webkit-transition: 0.25s ease-in-out;
   -moz-transition: 0.25s ease-in-out;
	-ms-transition: 0.25s ease-in-out;
	 -o-transition: 0.25s ease-in-out;
		transition: 0.25s ease-in-out;

}

.sf-menu ul > li a:hover,
.sf-menu ul > li.active a {color: #f2f2f2;}


.navigation-wrapper select.menu_mobile {display: none;}



.header_currency {float: right;}
.header_currency .customselect_wrap {display: inline-block;}
.header_currency label {margin: 0 4px 0 0;line-height: 41px;color: #233d69;}
.header_currency span.customSelect {}
.header_currency span.customSelect span {width: 45px;height: 44px;line-height: 41px;color: #000000;}
.header_currency i {font-size: 15px;color: #f2f2f2;position: absolute;right: 0;top: 13px;z-index: 1;}
.header_currency #currencies {width: 45px;height: 44px;}
.header_currency #currencies option {}


/************************************* BOOTSTRAP CAROUSEL *****************************/
.carousel {
	border: solid 1px #cccccc;
	margin-bottom: 10px;
	margin-top: 10px;
}
	.carousel-inner > .item {
		height: 378px;
		overflow: hidden;
		background: left center no-repeat;
		background-size: contain;
	}


		.carousel-inner > .item.notOverflowImage {
			background-size: auto;
		}

		.carousel-caption {
			position: absolute;
			top: 0;
			left: 50%;
			padding-right: 40px;
			width: 50%;
			text-align: left;
		}
			.carousel-caption h2,
			.carousel-caption h3,
			.carousel-caption span.carousel-item-subtitle,
			.carousel-caption h4,
			.carousel-caption span.carousel-item-price,
			.carousel-caption p {
				margin: 0;
				padding: 0;
				border: 0;
				text-shadow: none;
			}

			.carousel-caption h2,
			.carousel-caption h3,
			.carousel-caption span.carousel-item-subtitle,
			.carousel-caption p {
                overflow: hidden;
                /* Works only in Webkit */
                display: -webkit-box;
                -webkit-box-orient: vertical;
            }

			.carousel-caption h2 {
				padding: 10px 0 0 0;
                max-height: 93px;
				font: 900 42px "Roboto";
				line-height: 1em;
				color: #000000;
				text-transform: capitalize;
                -webkit-line-clamp: 2;
            }

			.carousel-caption h3, .carousel-caption span.carousel-item-subtitle {
			    color: #000000;
				padding: 5px 0 0 0;
                max-height: 30px;
				font: bold 17px "Roboto";
				text-transform: uppercase;
                -webkit-line-clamp: 1;
			}
			.carousel-caption p {
				padding: 5px 0 0 0;
                max-height: 44px;
				line-height: 1.5em;
				color: #000000;
                -webkit-line-clamp: 3;
            }

			.carousel-caption h4,
			.carousel-caption span.carousel-item-price {
				display:block;
				margin: 0 15px 0 0;
				padding: 20px 0 0 0;
				font: bold 22px "Roboto";
				color: #f00000;
				text-transform: uppercase;
			}
				.carousel-caption h4 .money,
				.carousel-caption span.carousel-item-price .money {
					display: block;
					margin: -5px 0 0 0;
					font: bold 43px "Roboto";
					color: #f00000;
				}

			.carousel-caption .btn {
				margin: 20px 0 0 0;
				padding: 16px 30px;
			}

	.carousel-control {
		z-index: 10;
		width: 36px;
		color: #cccccc;
		background: none !important;
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)" !important;
	}
	.carousel-control:hover {
		color: #bed730;
	}
		.carousel-control span {
			font-size: 36px;
			line-height: 378px;
		}

.carousel-inner > .item {
	/* Needed for vertical middle align */
	position: relative;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
	/* Vertical middle align */
	position: absolute;
	top: 50%;
	/* Safari Fix */
	-webkit-transform: translateY(-50%);
	/* IE fix */
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media all and (max-width: 980px) {
	.carousel-caption h2 {
		font-size: 36px;
	}

	.carousel-caption h4,
	.carousel-caption span.carousel-item-price,
	.carousel-caption .btn {
		float: none;
	}
}

@media all and (max-width: 640px) {
	.carousel-inner > .item {
		background-position: center center !important;
	}

	.carousel-inner > .item > img,
	.carousel-inner > .item > a > img {
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	.carousel-caption {
		display: none;
	}

	.carousel-inner > .item {
		height: 50vw;
	}

	.carousel-control span {
		line-height: 50vw;
	}
}

/* ************************************* SHOWCASE ************************************* */

#showcase {
	margin-bottom: 40px;
}

.custom_showcase {
	margin: 30px 0 0 0;
}

.custom_showcase a {
	display: block;
	position: relative;
	overflow: auto;
	min-height: 209px;
	border: 1px solid #cccccc;

	max-height: 205px;
	overflow: hidden;
}

.custom_showcase a img {
	position: absolute;
	right: 0;

	max-height: 207px;
}

@media all and (max-width: 480px) {
	.breadcrumb > li {
		max-width: 45vw;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		vertical-align: middle;
	}

	.custom_showcase a {
		max-height: none;
		overflow: visible;
	}

	.custom_showcase a img {
		display: block;
		position: relative;
		margin: 20px auto 0;
	}
}

.custom_showcase a div {
	position: relative;
	z-index: 2;
	margin: 0 235px 0 20px;
}

.custom_showcase a h2
.custom_showcase a h3,
.custom_showcase a h4,
.custom_showcase a span.custom_showcase_text2 {
	overflow: hidden;
    /* Works only in Webkit */
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.custom_showcase a h2,
.custom_showcase a h3 {
	margin: .5em 0 0;
	max-height: 2em;
	padding: 0;
	border: none;
	font: 900 24px/1em "Roboto";
	color: #000000;
	text-transform: uppercase;
	
-webkit-transition: 0.25s ease-in-out;
   -moz-transition: 0.25s ease-in-out;
	-ms-transition: 0.25s ease-in-out;
	 -o-transition: 0.25s ease-in-out;
		transition: 0.25s ease-in-out;

	-webkit-line-clamp: 2;
}

.custom_showcase a span.custom_showcase_text2 {
	display:block;
	margin: 0;
	max-height: 5.25em;
	padding: 1em 0 0 0;
	border: none;
	font: normal 13px/19px "Roboto";
	color: #000000;
	text-transform: none;
	-webkit-line-clamp: 3;
}

.custom_showcase a .btn {
	margin: 18px 0;
	padding: 12px 20px;
}



.custom_showcase1 {}
.custom_showcase2 {}
.custom_showcase3 {}
.custom_showcase4 {}

/* ************************************* FOOTER ************************************* */

footer {
	background: #f2f2f2;}

.custom_footer {
	padding-bottom: 15px;
}
.custom_footer h4 {padding: 15px 0 0 0;font: bold 16px "Roboto";color: #000000;text-transform: uppercase;}
.custom_footer ul {padding: 0;}
.custom_footer ul li {padding: 8px 0 0 0;}
.custom_footer ul li i {margin: 3px 10px 0 0;color: #000000;}
.custom_footer ul li a {font: normal 14px "Roboto";color: #204A80;}

.custom_footer ul li.active a,
.custom_footer ul li a:hover {color: #bed730;}


.custom_footer1 {}

.custom_footer2 {}

.custom_footer3 {}
.custom_footer3 ul li i {width: 14px;display: inline-block;margin: 4px 10px 0 0;text-align: center;}

.custom_footer4 {}
.custom_footer4 .contacts_company {font-weight: bold;color: #000000;}
.custom_footer4 .contacts_address {color: #000000;}
.custom_footer4 .contacts_phone {font-weight: bold;color: #000000;}
.custom_footer4 .contacts_email {font-weight: bold;color: #000000;}
.custom_footer4 .contacts_email a {color: #204A80;}
.custom_footer4 .contacts_email a:hover {color: #bed730;}

footer div.dataEbit {float: right; padding: 35px;}

footer .copyright {
	padding: 10px 0;
	background: #f2f2f2;
	color: #000000;
	text-align: right;
	-webkit-box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.15);
	box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.15);
}

footer .copyright a {color: #204A80;}
footer .copyright a:hover {color: #bed730;}
footer .copyright .container {
	padding: 0 16px;
}

.copyright .fiscal-data-container,
.fiscalData dd {
	float: left;
}

.fiscalData dd.document-type {
	margin-left: 5px;
}
.bottom-menu{padding:0 0 22px 0;}
.bottom-menu li{
	clear:both;
	height:44px;
	padding:22px 0;
}
.bottom-menu li i{
	float:left;
	line-height:20px;
	margin:0 5px 0 0;
}
.bottom-menu li span{
	float:left;
	font-size:14px;
}

/* ************************************* BREADCRUMBS ************************************* */

.breadcrumb {
	margin: 0 0 5px 0;
	background: #f2f2f2;
	-webkit-border-radius: 0;
   	-moz-border-radius: 0;
	border-radius: 0;
}


.breadcrumb li h2 {
	/* Reset header's styles */
	display: inline;
    font-family: "Roboto";
	font-size: 13px;
    color: #204A80;
    text-transform: capitalize;
    border-bottom: 0;
}

/* ************************************* COLLECTION PAGE ************************************* */

ul.tags {margin-top: 15px;list-style-type: none;}
ul.tags li {float: left;}
ul.tags li + li {margin: 0 0 0 5px;}
ul.tags li a {display: block;padding: 5px 10px;background: #ffffff;color: #ffffff;}

ul.tags li a:hover,
ul.tags li.active a {background: #f2f2f2;color: #233d69;}


.collection_info {margin-top: 15px;}
.collection_info .collection_img {text-align: center;}
.collection_info .collection_desc .rte {margin: 0;}



/* ************************************* COLLECTION LISTING ************************************* */

.collection_listing {}
.collection_listing .collection {margin: 30px 0 0 0;}



/* ************************************* MAIN PRODUCT LISTING ************************************* */

.index-scope .page_heading {margin-top: 25px;}

.product_listing_main .product {margin: 30px 0 0 0;}
.product_listing_main .product > div {padding: 20px;border: 1px solid #cccccc;}

.product_listing_main .product_img {}
.product_listing_main .product_img a {display: block;padding: 25px;position: relative;}

.product_listing_main .product_img span.sale {display: block;padding: 8px;background: #f2f2f2;font: bold 16px/1em "Roboto";color: #233d69;text-transform: uppercase;position: absolute;right: 0;top: 0;
-webkit-border-radius: 3px;
   -moz-border-radius: 3px;
		border-radius: 3px;
}

.product_listing_main .product_info {}

.product_listing_main .product_name {min-height: 48px;}
.product_listing_main .product_desc {}

.product-listing__index .product_img img {
	height: auto;
	margin-top: 0;
	padding: 5px;
	background: rgba(255,255,255,0.5);
	border: solid 1px #cccccc;
}

.product-listing__index .row + .row .product_img img {
	margin-top: 20px;
}

.product-listing__index .product_info {
	padding-bottom: 0;
}

.product-listing__index .product_info h2 {
    padding: 0px;
    margin: 0px;
    border: none;
    font-family: inherit;
}

.product-listing__index .product_name {
	display: block;
	max-height: 3em;
	overflow: hidden;
	-webkit-line-clamp: 2;
}

.product-listing__index .product_name a {
	font-weight: normal;
}

/*.product-listing__index .product_price {
	text-align: right;
}*/

.product_listing_main .product_price {}
.product_listing_main .product_price .money {}
.product_listing_main .product_price .compare-at-price {}

.product_listing_main .product_links {}
.product_listing_main .product_links form {margin: 12px 0 0 0;}
.product_listing_main .product_links a.view_link {display: inline-block;margin: 12px 0 0 0;font: bold 14px "Roboto";color: #ffffff;}
.product_listing_main .product_links a.view_link i {margin: 5px 0 0 7px;color: #f2f2f2;}

.product_listing_main .product_links a.view_link:hover {color: #f2f2f2;}

@media all and (max-width: 767px) {
	.product-listing__index {
		text-align: center;
	}
	.product_wrap #purchase #quantity {width: 50px;height: 37px;margin: 0 10px;}
}

/**
 * Adjust items for medium (tablet) screens
 */
@media all and (min-width: 768px) and (max-width: 991px) {
	.product-listing__index .row:before,
	.product-listing__index .row:after {
		content: '';
		display: none;
	}

	.product-listing__index .row [class*='col-md-'] {
		width: 50%;
		float: left;
	}

	.product-grid-container {
		height: 400px;
	}
}


/* ************************************* PAGINATION ************************************* */

#pagination {display: block;overflow: hidden;
-webkit-border-radius: 0;
   -moz-border-radius: 0;
		border-radius: 0;
}
#pagination span {display: block;float: left;}
#pagination span ~ span {border: 1px solid #cccccc;}

#pagination span a,
#pagination span.current {display: block;padding: 7px 10px;color: #000000;}

#pagination span a:hover {background: #ffffff;color: #bed730;}
#pagination span.current {font-weight: bold;background: #233d69;color: #ffffff;cursor: default; border: 1px solid #233d69;}



/* ************************************* SIDEBAR WIDGETS ************************************* */

.column .widget {}

.column .widget h3.widget_header, .column .widget span.widget_header {margin: 0;padding: 0 0 10px 0;border-bottom: 1px solid #cccccc;font: 700 25px "Roboto";color: #000000;text-transform: uppercase;display: block;}



/* COLLECTIONS */
.widget__collections {}

.column--left .widget__collections {margin-top: -57px;}
.column--right .widget__collections {margin-top: 30px;}

.column .widget__collections h3.widget_header,
.column .widget__collections span.widget_header {
	height: 57px;
	padding: 3px 20px 0;
	border: none;
	font: 900 25px/53px "Roboto";
	text-transform: uppercase;
	background-color:#233d69;
	color:#ffffff;
}

.widget__collections ul {list-style: none; background: #f2f2f2;}
.widget__collections ul li {}
.widget__collections ul li ~ li {border-top: 1px solid #cccccc;}
.widget__collections ul li a {display: block;padding: 12px 20px 12px 20px;font: bold 16px "Roboto";color: #204A80;text-transform: uppercase;

-webkit-transition: 0.25s ease-in-out;
   -moz-transition: 0.25s ease-in-out;
	-ms-transition: 0.25s ease-in-out;
	 -o-transition: 0.25s ease-in-out;
		transition: 0.25s ease-in-out;

}

.widget__collections ul li.active a,
.widget__collections ul li a:hover {color: #bed730;}



/* SIDEBAR PRODUCT LISTING */
.product_listing_sidebar {
	margin-top: -20px;
}
.product_listing_sidebar .product {overflow: hidden; margin: 10px 0 0 0;padding: 15px;border: 1px solid #cccccc;}
.product_listing_sidebar .product_img {width: 75px;float: left;}
.product_listing_sidebar .product_info {margin: 0 0 0 90px;}
.product_listing_sidebar .product_info h2 {line-height: 14px;font-family: inherit;}
.product_listing_sidebar .product_name {display: block;}
/* .last-ones message generic */
.last-ones {color: #8C0000;}
.last-ones span {font-weight: bold;}
/* last-ones message by modules/views */
.last-ones.vip {margin-top: 2px;}
.last-ones.search span {font-size: 13px;}




/* ************************************* SEARCH RESULTS PAGE ************************************* */

#searchresults {margin: 0;}
#searchresults .search-form {margin: 15px 0 0 0;}
#searchresults .search-form input {width: 100%;float: left;padding: 0 34px 0 10px;}
#searchresults .search-form button {width: 34px;height: 34px;float: left;margin: 0 0 0 -34px;background: none;border: none;font-size: 20px;color: #204A80;}
#searchresults .search-form button:hover {color: #bed730;}
#searchresults .search-form button i {line-height: 32px;}

#searchresults h3 {margin: 0;padding: 0;}

#searchresults ol {clear: both;list-style-type: none;padding: 10px 0 0 0;border-bottom: 1px solid #cccccc;}
#searchresults ol li {overflow: hidden;margin: 0;padding: 15px 0;border-top: 1px solid #cccccc;}
#searchresults ol li .search-result_image {float: left;margin-right: 15px;}
#searchresults ol li .search-result_container {padding: 0;}

/* ************************************* PRODUCT PAGE ************************************* */

.product_wrap {}

#product_image-container {
	margin-bottom: 40px;
	min-height: 310px;
	overflow: hidden;
}

/* Avoiding FOUC (image/layout resizing)*/
#product_image-container.hasSlider {
	min-height: 380px;
}

@media all and (min-width: 992px) {
	#product_image-container {
		min-height: 400px;
	}
	#product_image-container.hasSlider {
		min-height: 500px;
	}
}

@media all and (min-width: 1200px) {
	#product_image-container {
		min-height: 490px;
	}
	#product_image-container.hasSlider {
		min-height: 590px;
	}
}

@media all and (max-width: 767px) {
	#product_image-container,
	#product_image-container.hasSlider {
		min-height:initial;
	}
}

.product_wrap .bxslider {
	margin: 0;
	list-style: none;
}

.bx-viewport {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.product_wrap .bxslider li {margin: 0 1px;}
.product_wrap .bxslider li a {}

.product_image .bx-wrapper {
	overflow: hidden;
}

.product_image img {
	border: 0;
}

.product_wrap #bx-pager {
	text-align: center;
}

.product_wrap #bx-pager,
.product_wrap #bx-pager * {
	margin-top: 5px;
	box-sizing: border-box;
}

.product_wrap #bx-pager:after {
	content: '';
	display: table;
	clear: both;
}

	.product_wrap #bx-pager a {
		display: inline-block;
		/*float: left;*/
		width: 18.4% !important;
		min-width: 50px;
		margin-right: 2%;
		overflow: hidden;
	}

	.product_wrap #bx-pager a:nth-child(5n) {
		margin-right: 0;
	}

		.product_wrap #bx-pager a img {
			width: 100%;
			border: 0;
		}

.product_wrap .product_name {margin: -2px 0 0 0;font-size:25px;}

.product_wrap .product-price {padding: 0;}
.product_wrap .product-price .money {margin: 0 5px 0 0;}
.product_wrap .product-price .compare-at-price {}

.product_wrap .variants-wrapper {padding: 15px 0 0 0;}
.product_wrap .variants-wrapper label {margin-right: 10px;}

.product_wrap #purchase {margin-top: 60px;}
.product_wrap #purchase label {display: inline-block;margin: 0;padding: 0 !important;line-height: 37px;}
.product_wrap #purchase #quantity {width: 60px;height: 27px;display: inline-block;margin: 5px 10px;padding: 0 10px;outline: none;text-align: center;background-color: none;}
.product_wrap #purchase #add-to-cart {width: auto;height: 37px;}
.product_wrap #purchase #add-to-cart i {height: 37px;line-height: 35px;}

#purchase .contact-divider {
  padding: 0 10px;
  font-size: 1.3em;
}

.product_wrap .product_details {margin: 15px 0 0 0;padding: 10px 0 15px 0;border: 1px solid #e1e1e1;border-width: 1px 0;}
.product_wrap .product_details > div {padding: 5px 0 0 0;}

.product_wrap #product_description {
	overflow: auto;
}

@media all and (max-width: 1024px) {
	/* Lateral spacing for vip boxes */
	.product_wrap #product_description,
	.product_wrap .addthis_toolbox {
		margin-right: 15px !important;
		margin-left: 15px !important;
	}

	.product_wrap #product_description,
	.product_wrap #product_warranty {
		margin-bottom: 20px !important;
	}
}

.product_wrap .addthis_toolbox,
.product_wrap #product_description,
.product_wrap #product_warranty {
	clear: both;
}

.product_wrap #product_description h4,
.product_wrap #product_warranty h4 {padding-bottom: 0;border: none;text-transform: none;}

.product_wrap .addthis_toolbox {
	margin: 0 0 15px;
	padding: 0 0 15px;
	border-bottom: 1px solid #e1e1e1;
}

.product_wrap .addthis_toolbox a {
	min-height:26px;
	float:left;
}

.product_wrap .addthis_toolbox a.custom_button_whatsapp img {
	margin: -3px 2px 0px;
}

.product_image-additioanl a {width: 33%;display: block;float: left;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
		box-sizing: border-box;
}

.product_wrap .pagination__product {width: 100%;margin: 15px 0;}
.product_wrap .pagination__product ul {list-style-type: none;margin: 0 !important;padding: 15px !important;}
.product_wrap .pagination__product ul li.left-arrow {float: left;}
.product_wrap .pagination__product ul li.right-arrow {float: right;}



/* RELATED PRODUCTS */
.widget_related_products {}
.widget_related_products h3 {margin: 30px 0 0 0;}

.product_listing_related {list-style-type: none !important;}
.product_listing_related .product {}

.product_listing_related .product_img {}
.product_listing_related .product_name {}
.product_listing_related .product_price {}



/* ************************************* BLOG ************************************* */

#blog {}

.blog-article {padding: 15px 0 0 0;}

.article_header {padding: 15px 0;border-bottom: 1px solid #cccccc;}
.article_header .product_name {}
.article_header .product_name a {}
.article_header .product_name a:hover {}

.blog-article_meta-comments {float: right;padding: 3px 0 0 15px;}

.blog-article_date,
.blog-article_meta-tags {font-style: italic;}

.blog-article_meta-tags a {text-decoration: underline;}



/* ************************************* BLOG ARTICLE ************************************* */

.article_meta-comments {float: right;padding: 3px 0 0 15px;}
.article_meta-tags a {text-decoration: underline;}

.article_date,
.article_meta-tags,
.article_meta {font-style: italic;}

.article-scope .addthis_toolbox {margin: 20px 0;}


#comments ul {list-style-type: none;}

.comment-form {}

.comment-form #comment-author,
.comment-form #comment-email,
.comment-form #comment-body {width: 100%;}

.comment-form #comment-body {min-height: 100px;margin-bottom: 15px;}

.article_comments-form {padding-bottom: 10px;margin-top: 1em;padding-top: 10px;}

.section-title {margin-bottom: 2px;padding-bottom: 8px;}

.section_content {padding-top: 8px;}

.comment-form .section_content .row {margin-bottom: 1em;}

.comment-submit {}



/* ************************************* CUSTOMER PAGES ************************************* */

/* LOG IN */



/* ACCOUNT */
.customer_account {}

.customer_name {text-transform: none !important;}
.customer_name .divider {margin: 0 7px;}
.customer_name .email {color: #000000;}
.customer_name a {float: right;}



/* ADDRESSES */
.customer_addresses {}

.customer_addresses ul.customer_addresses_actions {list-style-type: none;margin: 15px 0;}
.customer_addresses ul.customer_addresses_actions li {}
.customer_addresses ul.customer_addresses_actions li a {}
.customer_addresses ul.customer_addresses_actions li a i {margin: 0 5px 0 0;line-height: inherit;}

.customer_addresses .col-sm-offset-4 label {line-height: 1.6em;}


ul.address {list-style-type: none;}



/* ORDERS */
.order_date {margin: 15px 0 0 0;}

#order_details {margin: 30px 0 0 0;}



/* ************************************* CART PAGE ************************************* */

.cart-list {overflow: hidden;}

.cart-list > .row {padding-top: 15px;padding-bottom: 15px;border-bottom: 1px solid #e1e1e1;}

.cart-list .item_image {text-align: center;}
.cart-list .item_image a img {max-width: 100%;}

.cart-list .product_name {margin-top: 15px;}

.cart-list .item_remove {margin: 0 0 0 10px;}
.cart-list .item_remove a {font-size: 20px;color: #fe2a2a;}
.cart-list .item_remove a:hover {color: #204A80;}

.cart-list .row h3.item_vendor {border-bottom: 1px solid #cccccc;color: #888;}

.cart-list .item_price {padding: 10px 0 0 0;}
.cart-list .item_price .price {line-height: 37px;}

.cart-list .item_price label {padding: 0;line-height: 37px;}
.cart-list .item_price .input-small {width: 60px !important;height: 37px;display: inline-block;padding: 5px;text-align: center;}

.cart-list .item_price .total {text-align: right;}
.cart-list .item_price .total h3 {vertical-align: baseline;border: none;}

.cart_subtotal {}
.cart_subtotal h3 {margin: 0;padding: 10px 0;border-bottom: 1px solid #cccccc;}
.cart_subtotal h3 .money {vertical-align: top;float: right;font-size: inherit;}

.cart_buttons {margin: 30px 0;}

.cart_instructions {}
.cart_instructions h4 {}
.cart_instructions textarea {width: 100%;}

#payment-methods {overflow: hidden;padding: 15px 0 0 0;}
#payment-methods ul {list-style-type:none;list-style-position: outside;}
#payment-methods ul li {float:left;padding: 0 7px 0 0;}



/* GUEST CHECKOUT */
#guest {padding: 30px 0 0 0;}
#guest form {padding: 15px 0 0 0;}



/* ************************************* CONTACTS PAGE ************************************* */

.contact-scope {}
.contact-form {}

.contact-scope iframe {width: 100%;margin: 15px 0;border: 1px solid #cccccc;}

.contact-form-wrapper {width: 100%;}

.contact-form input[$type="text"],
.contact-form input[$type="email"],
.contact-form input[$type="telephone"],
.contact-form textarea {}

.contact-form textarea {width: 100%;}

.contact-form_buttons {}
.contact-form_buttons .btn-toolbar {}

.contact-form-loading {
	position: relative;
	top: 3px;
	margin-left: 10px;
	font-size: 1.5em;
}

.contact-form .form-row {
	max-width: 830px;
	width: 100%;
}

.contact-form label {
	font-size: 14px;
}

.contact-form #contactFormSubmit {
	font-size: 18px;
	padding: .75em 2em;
}

.inner-row {white-space: nowrap; display: inline-block;}
.inner-row label {margin-top: 10px; text-align: right; position: relative; min-width: 140px;}
.inner-row label.required {font-weight: bold;}
.inner-row input,
.inner-row textarea {margin-left: 20px;}
.inner-row.captcha {margin-left: 160px;}

.actions-row {margin-left: 160px;}
.actions-row a {}
.actions-row a span {font-weight: bold; font-size: 14px; color: #000000; cursor: pointer; margin-left: 15px;}

/* Validations. IMPORTANT: styling bootstrap classes (just for this form) */
.bv-form .help-block {margin-left: 165px;}

/*Page scope*/

.page_image {margin-bottom: 1em;}

.page-row {margin-bottom: 2em;}
.page-row img {margin-bottom: 1em;}

/* MODALS */
.mshops-modal-header {
  min-height: 16.428571429px;
  padding: 15px 15px 0 15px;
}

.mshops-modal-body {
  position: relative;
  padding: 0 20px 5px 20px;
}

#contactFormWrapper div.col-sm-4{
		width:30%;
	}

@media all and (max-width: 1000px) {
	#contactFormWrapper div.col-sm-4{
		width:50%;
	}
}

@media all and (max-width: 768px) {
	#contactFormWrapper div.col-sm-4{
		width:60%;
	}

	footer div.dataEbit {
		float: left;
		padding: 15px;
	}

    /* Scaling product description images */
    #product_description img {
        height: auto !important;
    }

}

@media all and (max-width: 480px) {
	.inner-row.captcha {margin-left: 0px;}
	.form-group,
	.contact-scope label,
	.contact-scope input.form-control,
	.contact-scope textarea:not(#g-recaptcha-response) {
		display: block !important;
		float: none;
		width: 100% !important;
		margin: 0;
		text-align: left;
	}

	.contact-scope label {
		margin-top: 20px;
	}
}

.transparent-background {
	background: rgba(255,255,255,.5);
}


/** Installments info */
.installments-cft,
.installments-info {
	opacity: 0.38;
}

.installments-info {
	font-size: 13px;
	margin: 16px;
	clear: both;
}

@media all and (max-width: 1024px) {
	.installments-info {
		padding:0 15px;
	}
}

.installments-cft {
	font-size: 10px;
	margin-top: 10px;
	margin-left: 140px;
}

.installments-cft-big {
	font-size: 30px;
	line-height: 30px;
}

@media all and (max-width: 480px) {
	.installments-cft {
		margin-left: 0px;
	}
}

@media all and (min-width: 768px) and (max-width: 991px) {
	.installments-cft {
		margin-top: 20px;
		margin-left: 0px;
	}
}