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, font, 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, table, caption, tbody, tfoot, thead, tr, th, td, input, textarea, button
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: none !important;
	vertical-align: top;
	background: transparent;
	font-weight: normal;
	line-height: 1.45em;
}

ol, ul {
	list-style:none;
}
a, span {
	vertical-align:baseline;
	line-height:inherit;
	font-weight:inherit;
}
b, strong {
	font-weight: bold;
	vertical-align:baseline;
}
i, dfn {
	font-style: italic;
}

img {
	max-width: 100%;
}



/********************************************************************************************************
                           2. VARIABLES
********************************************************************************************************/

/* 2.1 COLOR VARIABLES */

/* COLOR SHADES CONVERTER */











































































/*#ededed*/








































/*#fd9404*/



/* 2.2 CSS3 TRANSITIONS */









/********************************************************************************************************
									3. GLOBAL THEME STYLES
********************************************************************************************************/

/* 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 - nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix {
	zoom: 1;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}


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



/* addthis styles */
.addthis_toolbox {
	margin: 15px 0 0 0;
	border-top: 1px solid #bcbcbc;
}
.addthis_toolbox > a {
	margin: 15px 15px 0 0 !important;
	padding: 0 !important;
}
.addthis_toolbox .at300b {
	height: 21px;
}

.addthis_button_tweet {
	width: 79px;
}

#_atssh {
	height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	font-size: 0 !important;
	line-height: 0 !important;
}



/* jquery.formstyler styles for selects */
.jq-selectbox {
	display: block;
	z-index: 1000 !important;
	cursor: pointer;
}
.jq-selectbox__select-text {
	width: 100%;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.jq-selectbox__trigger i {
	position: absolute;
	top: 0;
	right: 0;
	
-webkit-transition: .3s ease-in-out;
	   -moz-transition: .3s ease-in-out;
	    -ms-transition: .3s ease-in-out;
	     -o-transition: .3s ease-in-out;
	        transition: .3s ease-in-out;
	
}
.jq-selectbox__dropdown {
	width: 100%;
	
-webkit-transition: .3s ease-in-out;
	   -moz-transition: .3s ease-in-out;
	    -ms-transition: .3s ease-in-out;
	     -o-transition: .3s ease-in-out;
	        transition: .3s ease-in-out;
	
}

.jq-selectbox.opened .jq-selectbox__trigger i {
	-webkit-transform: rotate(180deg);
	   -moz-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	     -o-transform: rotate(180deg);
	        transform: rotate(180deg);
}


/* misc */
#at15s {
	z-index: 999 !important;
}

#habla_window_div {
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
}



/* hex2rgb color converter */




















/* PAGE PRELOADER */
#page_preloader {
	width: 100%;
	height: 100%;
	background: url(bx_loadere257.gif?12077988500230655989) 50% 50% no-repeat #ffffff;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
}



/* ADD TO CART MESSAGE */
.cart_popup {
	width: 100%;
	height: 86px;
	font-size: 25px;
	line-height: 85px;
	color: #fff;
	text-align: center;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
	background: rgba(0,0,0,.7);
	display: none;
}



/* COOKIES POLICY MESSAGE */
.cookies_container {
	min-height: 60px;
	background: #191919;
	display: none;
}

.cookies_container p {
	display: inline-block;
	margin: 0;
	font-size: 17px;
	line-height: 60px;
	color: #888;
}
.cookies_container p b {
	vertical-align: baseline;
	color: #fff;
}

.cookies_container .cookie_btn {
	height: 40px;
	display: inline-block;
	margin: 10px 0 10px 6px;
	padding: 0 20px;
	border-width: 1px;
	border-style: solid;
	font-weight: bold;
	font-size: 17px;
	line-height: 38px;
	color: #fff;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
	

-webkit-transition: .3s ease-in-out;
	   -moz-transition: .3s ease-in-out;
	    -ms-transition: .3s ease-in-out;
	     -o-transition: .3s ease-in-out;
	        transition: .3s ease-in-out;
	
}
.cookies_container .cookie_ok {
	margin: 10px 0 10px 20px;
	background: #18a439;
	border-color: #18a439;
}
.cookies_container .cookie_no {
	border-color: #585858;
}

.cookies_container .cookie_btn:hover {
	background: #585858;
	border-color: #585858;
}



/* NEWSLETTER POPUP */
#newsletter_popup__wrap .fancybox-skin {
	padding: 30px !important;
}
#newsletter_popup__wrap .fancybox-close {
}

#newsletter_popup h4 {
	font-weight: bold;
	font-size: 15px;
	text-align: center;
	text-transform: uppercase;
}
#newsletter_popup form {
	margin: 30px 0 0 0;
	position: relative;
}
#newsletter_popup input[type=email] {
	width: 250px;
	height: 35px;
}
#newsletter_popup .btn {
	height: 35px;
}

#newsletter_popup .newsletter_off__wrap {
	margin: 30px 0 0 0;
	text-align: center;
}
#newsletter_popup .newsletter_off__wrap .btn {
	height: auto;
	font-size: 11px;
}

#newsletter_popup .newsletter_error {
	margin: 0;
	font-weight: bold;
	font-size: 11px;
	color: #f00;
	position: absolute;
	left: 0;
	top: 41px;
}
#newsletter_popup .newsletter_success {
	font-weight: bold;
	color: #119000;
	text-align: center;
}



/* GOOGLE MAPS */
#google_map,
#google_map iframe {
	width: 100% !important;
	height: 300px !important;
	background: #e7e7e6;
}

#google_map img {
	max-width: none !important;
}



/********************************************************************************************************
                           4. TYPOGRAPHY
********************************************************************************************************/

body {
	background: #eeeeee;
	font: normal 12px "Lato";
	font-family:sans-serif;
	color: #202020;
}



/* 4.1 HEADINGS */
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0px 0;
	font: bold 23px/1.01em "Lato";
	font-family:sans-serif;
	color: #000000;
	text-transform: uppercase;
}

h2,
h3,
h4 {
	font-size: 16px;
}

h5,
h6 {
	font-size: 14px;
}

.page_heading {
	margin: 0;
	margin-bottom: 23px;
	padding: 15px 20px;
	background: #1338a9;
	color: #ffffff;
	font-size: 23px;
}
.page_heading a {
	float: right;
	color: #ffffff;
}
.page_heading a:hover {
	color: #feb204;
}



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

.column_center ul {
	list-style-type: square;
	list-style-position: inside;
}
.column_center ol {
	list-style-type: decimal;
	list-style-position: inside;
}



/* 4.3 LINKS */
a {
	color: #1338a9;
	text-decoration: none;
	-webkit-transition: background .3s ease-in-out, border-color .3s ease-in-out, color .3s ease-in-out, box-shadow .3s ease-in-out;
    transition: background .3s ease-in-out, border-color .3s ease-in-out, color .3s ease-in-out, box-shadow .3s ease-in-out;
}

a:hover,
a:active {
	color: #feb204;
}



/* 4.4 PRODUCT ATTRIBUTES (name, description, price) */
.product_name {
	font-size: 14px;
	color: #1338a9;
	text-align:center;
}
.product_name a {
	color: #1338a9;
	
-webkit-transition: .3s ease-in-out;
	   -moz-transition: .3s ease-in-out;
	    -ms-transition: .3s ease-in-out;
	     -o-transition: .3s ease-in-out;
	        transition: .3s ease-in-out;
	
}
.product_name a:hover {
	color: #feb204;
}

.product_desc {
	font-size: 12px;
	color: #000000;
}

.money {
	font-weight: 700;
	color: #f10c0c;
}
.compare-at-price {
	text-decoration: line-through;
}



/* 4.5 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;
}



/********************************************************************************************************
                           5. FORMS & COMPONENTS
********************************************************************************************************/

/* 5.1 FORMS */
label {
	font-weight: bold;
	font-size: ;
}

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 #bcbcbc;
	font: normal 13px 'Arial';
	color: ;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	border-radius: 0;
	box-shadow: none;
}

input[type="text"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="telephone"] {
    height:34px;
    line-height:18px;
    padding:7px;
}

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

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

select:focus,
select.form-control:focus,
textarea:focus,
textarea.form-control:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="telephone"]: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;
}

.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;
}



/* 5.2 ALERTS */
.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;
}



/* 5.3 BUTTONS */
.btn,
.btn:focus,
.btn a,
.btn-info,
.btn-primary {
	padding: 6px 22px;
	font-size: 14px;
	font-weight: 300;
	text-transform: uppercase;
	border-radius: 0 !important;
	  background: #1338a9;
	border: none !important;
	color: #ffffff;
	box-shadow: none !important;
	  
-webkit-transition: .3s ease-in-out;
	   -moz-transition: .3s ease-in-out;
	    -ms-transition: .3s ease-in-out;
	     -o-transition: .3s ease-in-out;
	        transition: .3s ease-in-out;
	
}

.btn a {
	padding: 0 !important;
	border: none !important;
}

.btn:hover,
.btn:hover a,
.btn-info:hover,
.btn-primary:hover {
	color: #feb204;
	background: #000000;
	border: none !important;
}

.btn-cart,
.btn-cart:focus {
	height: 46px;
	padding: 0 20px;
	line-height: 45px;
	vertical-align: middle;
	font-weight: 700;
	text-transform: none;
	font-size: 17px;
	color: #000000;
	background: #feb204;
}
.btn-cart i {
	padding-right: 4px;
	font-size: 31px;
	line-height: 45px;
	color: #000000;
	
-webkit-transition: .3s ease-in-out;
	   -moz-transition: .3s ease-in-out;
	    -ms-transition: .3s ease-in-out;
	     -o-transition: .3s ease-in-out;
	        transition: .3s ease-in-out;
	
}

.btn-cart:hover {
	color: #ffffff;
	background: #1338a9;
}
.btn-cart:hover i {
	color: #feb204;
}

.btn-alt,
.btn-alt a {
	background: #000000 !important;
	border-color: #000000 !important;
}

.btn-alt:hover,
.btn-alt:hover a {
	background: #f10c0c !important;
	border-color: #f10c0c !important;
}

.link {
	display: inline-block;
	position: relative;
	text-transform: uppercase;
	font-size: 21px;
	font-weight: 900;
	color: #f10c0c;
	
-webkit-transition: .3s ease-in-out;
	   -moz-transition: .3s ease-in-out;
	    -ms-transition: .3s ease-in-out;
	     -o-transition: .3s ease-in-out;
	        transition: .3s ease-in-out;
	
}
.link:hover {
	color: #f10c0c;
}

.link:before {
	content: "\f101";
	font-family: "FontAwesome";
	position: absolute;
	right: -7px;
	top: 0;
	opacity: 0;
	
-webkit-transition: .3s ease-in-out;
	   -moz-transition: .3s ease-in-out;
	    -ms-transition: .3s ease-in-out;
	     -o-transition: .3s ease-in-out;
	        transition: .3s ease-in-out;
	
}
.link:hover:before {
	right: -17px;
	opacity: 1;
}


/********************************************************************************************************
                           6. GLOBAL PAGE LAYOUT
********************************************************************************************************/

html, body {
	height: 100%;
}

#wrapper1 {
	position: relative;
	z-index: 1;
	background:  #ffffff;
}
.container {
	padding: 0;
}



/* outdated browsers notification */
.old_browsers a {
	display: block;
	padding: 20px 0;
	background: #ffa200;
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, .3);
    -webkit-transition: color .4s ease-in-out;
    transition: color .4s ease-in-out;
}
.old_browsers a i {
	margin: 0 5px 0 0;
	font-size: 30px;
	color: #e90b00;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, .5);
}
.old_browsers a:hover {
	color: #e90b00;
}




/********************************************************************************************************
                           7. MAIN PAGE
********************************************************************************************************/

/* 7.1 HEADER */
#header {
	margin-bottom: 27px;
}

.header_top {
	padding-bottom: 7px;
	background: #eeeeee;
}

 header #logo {
	float: left;
	margin-top: 18px;
	position: relative;
	
}
header #logo a {
	display: inline-block;
}
 #logo b {
	font-size: 70px;
	line-height: 1em;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: -3px;
	color: #1338a9;
}
 #logo span {
	margin-top: 0px;
	text-transform: uppercase;
	display: block;
	font-size: 31px;
	color: #202020;
}
 #logo img {
	margin-right: 11px;
	float: left;
}


.header_user {
	padding-top: 10px;
	float: left;
}
.header_user li {
	display: inline-block;
	position: relative;
	padding:0px 11px 0px 12px;
}
.header_user li:first-child {
	padding-left: 0;
}
.header_user li a {
	font-size: 13px;
	text-transform: uppercase;
	color: #202020}
.header_user li a:hover {
	color: #1338a9;
}
.header_user li a i {
	margin: 0 5px 0 0;
	line-height: 1.5em;
}
.header_user li + li:before {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	bottom: 0;
	border-left: 1px solid #bcbcbc;
}


.header_currency {
	float: right;
	margin-top: 8px;
}
.header_currency label {
	text-transform: uppercase;
	font-size: 11px;
	line-height: 25px;
}
.header_currency select {
	width: 0 !important;
	height: 0 !important;
	overflow: hidden !important;
}
.header_currency .jq-selectbox {
	width: 60px;
}
.header_currency .jq-selectbox__select {
	height: 25px;
	padding: 0 25px 0 5px;
	font-size: 11px;
	color:#777777;
}
.header_currency .jq-selectbox__select-text {
	line-height: 24px;
}
.header_currency .jq-selectbox__trigger i {
	right: 5px;
	top: 2px;
}
.header_currency .jq-selectbox__trigger i:before {
	content: "\f0dd";
	font-size: 11px;
	color: #1338a9;
}

.header_currency .jq-selectbox__dropdown {
	width: 100% !important;
	background: #ffffff;
	border: 1px solid #bcbcbc;
	top: 24px !important;
}
.header_currency .jq-selectbox__dropdown ul {
	text-align: center;
}

.header_currency .jq-selectbox__dropdown ul li:hover,
.header_currency .jq-selectbox__dropdown ul li.sel {
	color: #ffffff;
	background: #1338a9;
}



.header_cart {
	float: right;
	margin-top: 59px;
}
.header_cart a {
	position: relative;
	display: block;
	min-width: 228px;
	padding-left: 74px;
	z-index: 1;
	
-webkit-transition: .3s ease-in-out;
	   -moz-transition: .3s ease-in-out;
	    -ms-transition: .3s ease-in-out;
	     -o-transition: .3s ease-in-out;
	        transition: .3s ease-in-out;
	
}
.header_cart a i {
	padding-left: 10px;
	padding-right: 5px;
	text-align: right;
	width: 51px;
	position: absolute;
	top: -2px;
	left: 0;
	font-size: 51px;
	z-index: -1;
	background: #ffffff;
	color: #000000;
	
-webkit-transition: .3s ease-in-out;
	   -moz-transition: .3s ease-in-out;
	    -ms-transition: .3s ease-in-out;
	     -o-transition: .3s ease-in-out;
	        transition: .3s ease-in-out;
	
}
.header_cart a b {
	display: block;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 900;
	color: #1338a9;
}
.header_cart a > span {
	color: #000000;
}
.header_cart a span.count {
	margin-right: 4px;
}

.header_cart a:hover {
	padding-left: 10px;
	padding-right: 64px;
}
.header_cart a:hover i {
	width: 100%;
	background: #feb204;
}


.header_search {
	margin-top:8px;
	text-align: center;
	padding: 0 70px;
}
.header_search form {
	position:relative;
	display: inline-block;
	width: 100%;
	border:1px solid #bcbcbc;
	padding-right:70px;
}
.header_search #search-field {
	border:none;
	height:36px;
	width:100%;
	padding-top:8px;
	padding-bottom:8px;
}
.header_search #search-submit {
	overflow: hidden;
	position:absolute;
	right:-1px;
	top:-1px;
	bottom:-1px;
	font-size:25px;
	width:77px;
	vertical-align: middle;
	text-align: center;
	background: #1338a9;
	color:#ffffff;
	
-webkit-transition: .5s ease-in-out;
	   -moz-transition: .5s ease-in-out;
	    -ms-transition: .5s ease-in-out;
	     -o-transition: .5s ease-in-out;
	        transition: .5s ease-in-out;
	 
}
.header_search #search-submit i {
	line-height: 36px;
}
.header_search #search-submit i:before {
	display: block;
	opacity: 0;
	color: #ffffff;
	transform:scale(0);
	
-webkit-transition: .3s ease-in-out;
	   -moz-transition: .3s ease-in-out;
	    -ms-transition: .3s ease-in-out;
	     -o-transition: .3s ease-in-out;
	        transition: .3s ease-in-out;
	
}
.header_search #search-submit:hover i:before {
	opacity: 1;
	color: #feb204;
	transform:scale(1);
	}
.header_search #search-submit i:after {
	display: block;
	content: "\f002";
	font-family: FontAwesome;
	line-height: 36px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	text-align: center;
	vertical-align: middle;
	opacity: 1;
	transform:scale(1);
	
-webkit-transition: .3s ease-in-out;
	   -moz-transition: .3s ease-in-out;
	    -ms-transition: .3s ease-in-out;
	     -o-transition: .3s ease-in-out;
	        transition: .3s ease-in-out;
	
}
.header_search #search-submit:hover i:after {
	opacity: 0;
    transform:scale(10);
}

.header_center {
	overflow: hidden;
	padding-top: 30px;
}

.custom_header {
	text-align: center;
	margin-top:36px;
}
.custom_header h3 {
	display: inline-block;
	margin: 0 !important;
	font-size: 20px;
	font-weight: 700;
}
.custom_header h3 span {
	font-weight: 900;
	color: #1338a9}
.custom_header i {
	padding-right: 3px;
	margin-top: -3px;
	display: inline-block;
	font-size: 30px;
	color: #1338a9;
}



/* 7.2 MEGAMENU */
#megamenu {
	height: 60px;
	position: relative;
	z-index: 999;
	background: #feb204;
}

.sf-menu {
	position: relative;
}
.sf-menu > li {
	float: left;
}
.sf-menu > li > a {
	height: 60px;
	display: block;
	line-height: 60px;
	padding: 0 20px;
	text-transform: capitalize;
	position: relative;
	font-size: 17px;
	font-weight: 900;
	overflow: hidden;
	border-right: 1px solid #fd9404;
	color: #202020;
    -webkit-transition: all .3s .3s ease;
	transition: all .3s .3s ease;
}


.sf-menu > li > a:before {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 1;
    left: -100%;
    top: 0;
    content: "";
    z-index: -1;
    -moz-box-sizing: border-box;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: all .3s cubic-bezier(.72,.38,.73,.27);
    transition: left .3s cubic-bezier(.72,.38,.73,.27);
    background: #1338a9;
}

.sf-menu > li > a:hover:before {
    left: 0;
}

.sf-menu > li > a.sf-with-ul:after {
	content: "\f107";
	padding-left: 5px;
	font-family: FontAwesome;
}
.sf-menu > li:first-child > a {
	border-left: 1px solid #fd9404;
}

.sf-menu > li.sfHover > a,
.sf-menu > li > a:hover {
	color: #ffffff;
}

.sf-menu > li.sfHover > a {
	background: #1338a9;
}

.sf-menu .menu_badge {
	position: absolute;
	text-transform: none;
	right: 3px;
	top: 6px;
	display: block;
	padding: 1px 5px;
	border-radius: 2px 2px 2px 0px;
	line-height: 1em;
	background: #000000;
	font-size:9px;
	color: #ffffff;
}
.sf-menu .menu_badge:before {
	width: 0;
	height: 0;
	content: "";
	position: absolute;
	bottom: -3px;
	left: 0;
	border: 2px solid;
	border-color: #000000 transparent transparent  #000000;
}
.sf-menu > li > ul {
	width: 100%;
	position: absolute;
	left: 0;
	top: 60px;
	background: #ffffff;
	display: none;
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.25);
	-moz-box-shadow: 0 1px 5px rgba(0,0,0,0.25);
	box-shadow: 0 1px 5px rgba(0,0,0,0.25);
}
.sf-menu .submenu {
	padding: 32px 30px;
}
.submenu .submenu_row1 {
	margin: 0 -22px;
}
.submenu .submenu_col1 {
	padding: 0 22px;
}

.submenu h3.submenu_title {
	margin: 0;
	font-size: 23px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
	background: #1338a9;
}
.submenu h3.submenu_title:not(.submenu_title_a),
.submenu h3.submenu_title_a a {
	display: block;
	padding: 15px 18px;
	color: #ffffff;
}
.submenu h3 a:hover {
	background: #feb204;
}



/* 2: CATALOG */
.submenu_2 ul {
	margin: 20px 0 0 0;
}
.submenu_2 ul li {
	padding: 6px 0 7px 21px;
	position: relative;
	display: block;
}
.submenu_2 ul li a {
	font-size: 12px;
	color: #202020;
}
.submenu_2 ul li:before {
	left: 0;
	top: 7px;
	position: absolute;
	content: "•";
	font-size: 15px;
	color: #1338a9;
}
.submenu_2 ul li a:hover {
	color: #1338a9;
}

.submenu2_banner__1 a {
	background: #feb204;
}
.submenu2_banner__2 a {
	background: #1338a9;
}

.submenu_banner {
	padding: 0;
}
.submenu_banner a {
	position: relative;
	display: block;
	overflow: hidden;
	z-index: 1;
}
.submenu_banner a .banner_ins {
	padding: 20px 20px 20px 28px;
	transition: all .4s .1s ease-in-out;
}
.submenu_banner a img {
	width: 100%;
	opacity: 1;
	transition: all .9s ease;
}
.submenu_banner a .banner_with_img {
	position: absolute;
	left: 0;
	top: 50%;
	right: 0;
	max-width: 330px;
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	transform: translate(0,-50%);
}
.submenu_banner a .banner_ins h3 {
	font-size: 42px;
	margin: 0;
	font-weight: 900;
	
-webkit-transition: .3s ease-in-out;
	   -moz-transition: .3s ease-in-out;
	    -ms-transition: .3s ease-in-out;
	     -o-transition: .3s ease-in-out;
	        transition: .3s ease-in-out;
	
}

.submenu_banner a:hover {
	background: #fd9404;
}
.submenu_banner a .link:hover,
.submenu_banner a:hover h3 {
	color: #1338a9;
}
.submenu2_banner__1 a h3 {
	color: #202020;
}
.submenu_banner.submenu2_banner__1 a .banner_ins .link {
	color: #f10c0c;
}
.submenu_banner.submenu2_banner__2 a:hover .banner_ins .link {
	color: #000000;
}
.submenu2_banner__2 a h3 {
	color: #ffffff;
}
.submenu_banner .link {
	margin-top: 10px;
}

.megamenu_banners .row {
	margin: 0 -10px;
}
.submenu_banner {
	padding: 25px 15px 0;
}



/* 3: BLOG */
.megamenu_blog_info {
	font-size: 14px;
	color: #1338a9;
}
.megamenu_item_3 .art_comments {
	font-size: 14px;
	margin-left: 8px;
}
.megamenu_item_3 .art_comments i {
	margin: 5px 5px 0 0;
	color: #feb204;
}
.megamenu_item_3 .blog_title {
	font-weight: 400;
	margin-top: 5px;
}
.megamenu_item_3 .blog_content {
	font-size: 14px;
	color: #1338a9;
}
.megamenu_blog_articles {
	margin-top: 25px;
}
.megamenu_item_3 .blog_img img {
	max-width: 100%;
	display: none;
	margin: 0 !important;
}
.megamenu_item_3 .blog_img img:first-child {
	display: block;
}
.megamenu_item_3 .blog_img {
	margin: 16px 0 0;
}
.megamenu_item_3 .blog_content p {
	margin: 11px 0;
}
.megamenu_item_3 .btn {
	text-transform: none;
	font-weight: bold;
	font-size: 17px;
	padding: 11px 40px;
	background: #feb204;
	color: #000000;
}
.megamenu_item_3 .btn:hover {
	color: #ffffff;
	background: #1338a9;
}

.megamenu_item_3 .submenu_banner {
	padding: 0;
}
.submenu3_banner__1.submenu_banner a {
	background: #000000;
}
.submenu3_banner__2.submenu_banner a {
	background: #1338a9;
}
.megamenu_item_3 .submenu_banner img {
	opacity: .5;
}
.megamenu_item_3 .megamenu_banners a .banner_ins h3 {
	text-align: right;
	color: #ffffff;
}

.megamenu_blog_articles,
.megamenu_item_3 .submenu .submenu_col1 {
	padding: 0 15px;
}
.megamenu_item_3 .submenu .submenu_row1 {
	margin: 0 -15px;
}

.col-sm-6.megamenu_blog_articles {
	width: 50%;
}
.col-sm-4.megamenu_blog_articles {
	width: 32.3%;
}
.megamenu_item_3 .megamenu_banners {
	width: 35.4%;
}
.megamenu_item_3 a .banner_ins h3 {
	font-size: 36px;
	line-height: 43px;
}
.megamenu_item_3 a .banner_with_img {
	top: 0;
	left: auto;
	right: 0;
    -webkit-transform: translate(0px, 0);
    -moz-transform: translate(0px, 0);
    -ms-transform: translate(0px, 0);
    transform: translate(0px, 0);
}
.megamenu_item_3 .submenu .megamenu_banners {
	padding-top: 30px;
}

.submenu3_banner__2 {
	margin-top: 17px;
}

.megamenu_item_3 .megamenu_banners a .banner_without_img h3 {
	text-align: left;
}
.megamenu_item_3 .megamenu_banners .link {
	color: #feb204;
}

.megamenu_item_3 .submenu_banner a:hover img {
	opacity: .3;
}
.submenu3_banner__2.submenu_banner a:hover {
	background: #000000;
}


/* 4: SALE */
.megamenu_item_4 .product_img a {
	display: block;
	padding: 15px;
}
.megamenu_item_4 .product_name {
	height: 41px;
}
.megamenu_item_4 .product_price {
	margin-top: 8px;
}
.megamenu_item_4 .product_price .money {
	font-size: 25px;
	color: #1338a9;
}
.megamenu_item_4 .product_price .compare-at-price {
	font-size: 18px;
	color: #f10c0c}
.submenu4_banner__1 a {
	background: #1338a9;
}
.submenu4_banner__2 a {
	background: #feb204;
}
.submenu4_banner__3 a {
	background: #1338a9;
}
.submenu4_banner__1 h3 {
	color: #ffffff;
}
.submenu4_banner__2 h3 {
	color: #ffffff;
}
.submenu4_banner__3 h3 {
	color: #ffffff;
}
.megamenu_item_4 h3 span {
	color: #f10c0c;
}
.megamenu_item_4 .megamenu_banners {
	margin-top: 30px;
}
.megamenu_item_4 a .banner_ins h3 {
	font-size: 36px;
	line-height: 43px;
}
.submenu_banner a .banner_ins .link {
	color: #feb204;
}
.submenu_banner a .banner_ins h3 span {
	font-size: 56px;
}

.megamenu_item_4 a .banner_ins {
	padding: 14px 20px 20px 28px;
}
.megamenu_item_4 a .banner_text_with_span {
	padding: 23px 13px 25px 20px;
}
.megamenu_item_4 a .banner_text_with_span h3 {
	font-size: 40px;
	line-height: 48px;
}
.megamenu_item_4 .submenu_banner a:hover .banner_ins .link {
	color: #1338a9;
}



/* STICK UP MENU STYLES */
#megamenu.isStuck {
	width: 100%;
	left: 0;
	top: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.25);
	-moz-box-shadow: 0 1px 5px rgba(0,0,0,0.25);
	box-shadow: 0 1px 5px rgba(0,0,0,0.25);
}
#megamenu.isStuck .menu_badge {
	display: none;
}



/* 7.3 NIVOSLIDER */
.homepage_top {
	margin-bottom: 30px;
	background: #1338a9;
}
.nivoSlider {
	width: 100%;
	height: auto;
	overflow: visible;
	position: relative;
}
.nivoSlider img {
	max-width: none;
	position: absolute;
	top: 0;
	left: 0;
}
.nivo-main-image {
	width: 100% !important;
	display: block !important;
	position: relative !important;
}

.nivoSlider a.nivo-imageLink {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	z-index: 6;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
	filter: alpha(opacity=0);
	opacity: 0;
}

.nivo-slice {
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	z-index: 5;
}

.nivo-box {
	display: block;
	overflow: hidden;
	position: absolute;
	z-index: 5;
}

.nivo-box img {
	display: block;
}

.nivoSlider > a,
.nivoSlider > img,
.caption_hidden {
	display: none;
}

.slider_wrap {
	height: 100%;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.nivo-caption {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	z-index: 8;
	text-align: right;
    -webkit-transform:translate(0,-50%);
    -moz-transform:translate(0,-50%);
    -ms-transform:translate(0,-50%);
    transform:translate(0,-50%);
    display: none;
}

.nivo-caption h4 {
	font-weight: 900;
	margin: 0;
	font-size: 37px;
	color: #1338a9;
}
.nivo-caption h3 {
	font-weight: 900;
	margin: 0;
	font-size: 67px;
}
.nivo-caption p {
	margin: 7px 0px 12px;
	color: #202020;
}
.nivo-caption .btn {
	padding: 12px 36px;
	font-size: 25px;
	font-weight: 900;
}
.nivo-caption .btn:hover {
	color: #ffffff;
	background: #feb204;
}

.block_circle {
	position: absolute;
	left: 12%;
	top: 50%;
	margin-top: -119px;
	padding-top: 33px;
	width: 176px;
	height: 176px;
	text-align: center;
	border-radius: 50%;
	font-size: 47px;
	color: #ffffff;
	background: #f10c0c;
}
.block_circle span {
	display: block;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 1em;
}
.block_circle span + span {
	margin-top: -9px;
	font-size: 70px;
}

.slider_block_right {
	text-align: left;
	max-width: 612px;
	display: inline-block;
	padding: 11px 20px 0 20px;
}

.slider_nav a {
	width: 30px;
	height: 56px;
	display: block;
	vertical-align: middle;
	margin: -33px 0 0 0;
	position: absolute;
	top: 50%;
	z-index: 9;
	cursor: pointer;
}
.slider_nav a:before {
	display: block;
	font: 67px/67px 'FontAwesome';
	text-align: center;
	color: #feb204;
	
-webkit-transition: .3s ease-in-out;
	   -moz-transition: .3s ease-in-out;
	    -ms-transition: .3s ease-in-out;
	     -o-transition: .3s ease-in-out;
	        transition: .3s ease-in-out;
	
}
.slider_nav a:hover:before {
	color: #ffffff;
}

.slider_nav .slider_nav__prev {
	left: -41px;
}
.slider_nav .slider_nav__prev:before {
	content: '\f104';
}

.slider_nav .slider_nav__next {
	right: -41px;
}
.slider_nav .slider_nav__next:before {
	content: '\f105';
}


.slider_controls {
	width: 100%;
	font-size: 0;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 20px;
	z-index: 10;
}
.slider_controls a {
	display: inline-block;
	vertical-align: top;
	color: #ffffff;
	cursor: pointer;
}
.slider_controls a ~ a {
	margin: 0 0 0 10px;
}
.slider_controls a span {
	display: none;
}
.slider_controls a:before {
	content: '\f111';
	display: block;
	font: 20px 'FontAwesome';
}

.slider_controls a:hover {
	color: #000000;
}
.slider_controls a.active {
	color: #000000;
	cursor: default;
}



/* 7.4 SHOWCASE */
#showcase {
	position: relative;
	border-top: 0px solid ;
	}
#showcase .row {
	margin: 0;
}
#showcase:before,
#showcase:after {
	content: "";
	top: 0;
	bottom: 0;
	position: absolute;
	z-index: 10;
	border-left: 1px solid #fd9404;
}
#showcase:before {
	left: 33.33%;
}
#showcase:after {
	right: 33.33%;
}
.custom_showcase {
	padding: 0;
	
}
.custom_showcase a {
	position: relative;
	display: block;
	overflow: hidden;
	z-index: 1;
	background: #feb204;
}
.custom_showcase a .showc_ins {
	padding: 20px 20px 20px 28px;
	transition: all .4s .1s ease-in-out;
}
.custom_showcase a .showc_without_img {
}
.custom_showcase a img {
	width: 100%;
	opacity: 1;
	transition: all .9s ease, opacity .4s ease;
}
.custom_showcase a .showc_with_img {
	position: absolute;
	left: 0;
	top: 50%;
	right: 0;
	max-width: 330px;
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	transform: translate(0,-50%);
}
.custom_showcase a .showc_ins h3 {
	font-size: 24px;
	margin: 0;
	font-weight: 900;
	
-webkit-transition: .3s ease-in-out;
	   -moz-transition: .3s ease-in-out;
	    -ms-transition: .3s ease-in-out;
	     -o-transition: .3s ease-in-out;
	        transition: .3s ease-in-out;
	
}
.custom_showcase a .showc_ins p {
	margin: 10px 0 15px;
	font-size: 11px;
	color: #202020
}
.custom_showcase a:hover {
	background: #fd9404;
}
.custom_showcase a .link:hover,
.custom_showcase a:hover h3 {
	color: #1338a9;
}
.custom_showcase a:hover img {
	opacity: .6;
	-webkit-transform: translate(30px,0px);
	-moz-transform: translate(30px,0px);
	-ms-transform: translate(30px,0px);
	transform: translate(30px,0px);
}

.custom_showcase a:before,
.custom_showcase a:after {
	position: absolute;
	opacity: 0;
	content: "";
	width: 0;
	height: 0;
	content: "";
	z-index: -1;
}
.custom_showcase a:before {
	left: 5px;
	top: 5px;
	border-left: 2px solid #1338a9;
	border-top: 2px solid #1338a9;
}
.custom_showcase a:after {
	right: 5px;
	bottom: 5px;
	border-right: 2px solid #1338a9;
	border-bottom: 2px solid #1338a9;
}



/* 7.5 MAIN PRODUCT LISTING */
.product .product_img a {
	display: block;
	position: relative;
	padding: 0px 36px 25px;
}
.product .product_img a .product_img__ins {
	display: block;
	position: relative;
}
.product .product_links {
	margin-top: 9px;
}
.product .product_links form {
	display: block;
	margin-bottom: 9px;
}

.product .product_price {
	margin-top: 9px;
}
.product .product_price .money {
	font-size: 25px;
}
.product .product_price .money_sale,
.product .product_price .compare-at-price {
	font-size: 15px;
	color: #202020;
}

.product_listing_main .product_wrapper {
	padding: 30px 0 0 0;
}
.product_listing_main .product_img {
}
.product_listing_main .product_img img {
	background-color: #ffffff;
	position: relative;
	z-index: 1;
}
.product_listing_main .product_img .img__2 {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	opacity: 0;
}

.product_listing_main .product_img span.product_badge {
	display: block;
	padding: 3px 8px;
	border: 1px solid #000000;
	background: #ffffff;
	color: #000000;
	position: absolute;
	top: 0;
	z-index: 100;
}
.product_listing_main .product_img span.new {
	border: 1px solid #000000;
	background: #ffffff;
	color: #000000;
	left: 0;
}
.product_listing_main .product_img span.sale {
	border: 1px solid #f10c0c;
	background: #ffffff;
	color: #f10c0c;
	right: 0;
}

.product_listing_main .product_name {
	min-height: 41px;
}


.product_listing_main .product_links {
	margin-top: 9px;
	text-align:center;
}
.product_listing_main .product_links a {
	font-weight: normal;
	font-size: 13px;
	color: #202020;
}
.product_listing_main .product_links a:hover {
	color: #f10c0c;
}



/* HOMEPAGE PRODUCT LISTING (CAROUSEL) */
.featured_products .bx-wrapper {
	max-width: 100% !important;
}

.featured_products .bx-controls a {
	z-index: 99;
	width: 30px;
	height: 56px;
	display: block;
	vertical-align: middle;
	margin: -21px 0px 0px;
	position: absolute;
	top: 100%;
	cursor: pointer;
}

.featured_products .bx-controls a:before {
	display: block;
	font: 67px/67px "FontAwesome";
	color: #feb204;
}
.featured_products .bx-controls a:hover:before {
	color: #1338a9;
}

.featured_products .bx-prev:before {
	content: '\f104';
	padding: 0 1px 0 0;
}
.featured_products .bx-next:before {
	content: '\f105';
	padding: 0 0 0 1px;
}

.featured_products .bx-prev {
	left: -41px;
}
.featured_products .bx-next {
	right: -41px;
}

.product_homepage {
	width: 300px !important;
	margin: 0;
}



/* COLLECTION PRODUCT LISTING (GRID/LIST) */
.product_collection.item3_1 {
	clear: left;
}

.view_list .product {
	width: 100%;
	float: none;
	overflow: hidden;
}
.view_list .product + .product {
	margin-top: 15px;
	border-top: 1px solid #bcbcbc;
}
.product_listing_main .view_list  .product_wrapper {
	padding-top: 15px;
}
.view_list .product_img {
	width: 200px;
	float: left;
}
.view_list .product_desc {
	display: block;
}



/*CUSTOM BOTTOM*/
#custom_bottom {
	position: relative;
	display: block;
	margin-top: 35px;
}
#custom_bottom h3 {
	margin:0px;
	font-size: 42px;
	font-weight: 900;
	color: #ffffff;
}
#custom_bottom p {
	margin-top: 12px;
	font-size: 11px;
	color: #ffffff;
}
#custom_bottom a {
	padding: 23px 30px 25px;
	display: block;
	background: #1338a9;
}
#custom_bottom figure {
	padding: 0;
}
#custom_bottom .row {
	margin: 0;
}
#custom_bottom .link {
	color: #feb204;
}
#custom_bottom:before,
#custom_bottom:after {
	content:"";
	position: absolute;
	top: 0;
	bottom: 0;
	border-left: 1px solid rgba(255,255,255,0.1);
	z-index: 10;
}
#custom_bottom:before {
	left: 33.335%;
}
#custom_bottom:after {
	right: 33.335%;
}

#custom_bottom a:hover {
	background: #feb204;
}
#custom_bottom a:hover .link {
	color: #ffffff;
}
#custom_bottom a .link:hover {
	color: #1338a9;
}



/* HOMEPAGE BLOG */
.homepage_blog {
	position: relative;
	
}



/* 7.7 FOOTER */
footer {
	margin-top: 40px;
	padding-bottom: 20px;
	background: #eeeeee;
}

.footer_ins {
	padding-bottom: 10px;
}

.footer_social {
	float: left;
	padding-top: 11px;
}
.footer_social li {
	display: inline-block;
	padding-left: 14px;
}
.footer_social li a {
	font-size: 23px;
}

footer .copyright {
	float: left;
}
footer .copyright p {
	margin: 13px 0px;
	opacity: .5;
	font-size: 11px;
	color: #202020;
}
footer .copyright a {
	color: #202020;
}
footer .copyright a:hover {
	color: #1338a9;
}



/* BACK TO TOP BUTTON */
#back_top {
	width: 30px;
	height: 30px;
	display: block;
	margin: 0 0 0 615px;
	background: #000000;
	text-align: center;
	position: fixed;
	left: 50%;
	bottom: 50px;
	z-index: 999;
}
#back_top i {
	display: block;
	font-size: 15px;
	line-height: 30px;
	color: #ffffff;
}
#back_top:hover {
	background: #feb204;
}



/********************************************************************************************************
                           8. COLLECTION PAGES
********************************************************************************************************/

/* 8.1 BREADCRUMBS */
.breadcrumb_wrap {
	margin: 15px 0 30px;
}
.breadcrumb {
	margin: 0px;
	color:#ffffff;
	background:#1338a9;
	padding:10px 15px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.breadcrumb a,
.breadcrumb > li + li:before {
	color:#ffffff;
	
-webkit-transition: .5s ease-in-out;
	   -moz-transition: .5s ease-in-out;
	    -ms-transition: .5s ease-in-out;
	     -o-transition: .5s ease-in-out;
	        transition: .5s ease-in-out;
	;
}
.breadcrumb a:hover {
	color:#feb204;
}



/* 8.2 DESCRIPTIONS & TAGS */
.collection_info .collection_img {
	margin-top: 15px;
	text-align: center;
}
.collection_info .collection_desc {
	margin-top: 15px;
}
.collection_info .collection_desc .rte {
	margin: 0;
}

ul.tags {
	margin: 10px 0 0 0;
	list-style-type: none;
}
ul.tags li {
	float: left;
	margin: 5px 5px 0 0;
}
ul.tags li a {
	display: block;
	padding: 5px 10px;
	background: #feb204;
	color: #ffffff;
	
-webkit-transition: .5s ease-in-out;
	   -moz-transition: .5s ease-in-out;
	    -ms-transition: .5s ease-in-out;
	     -o-transition: .5s ease-in-out;
	        transition: .5s ease-in-out;
	;
}

ul.tags li a:hover,
ul.tags li.active a {
	background: #1338a9;
	color: #ffffff;
}



/* 8.3 PRODUCTS SORTING */
.product_listing_controls {
	overflow: hidden;
	margin: 30px 0 0 0;
	padding: 0 10px 10px 10px;
	background: #f0f0f0;
	border: 1px solid #bcbcbc;
}

.product_listing_toggle {
	float: left;
	font-size: 0;
}
.product_listing_toggle li {
	width: 30px;
	height: 30px;
	display: inline-block;
	margin: 10px 10px 0 0;
	border: 1px solid transparent;
	color: #f10c0c;
	text-align: center;
	cursor: pointer;
	
-webkit-transition: background .3s ease-in-out, border-color .3s ease-in-out, color .3s ease-in-out;
	   -moz-transition: background .3s ease-in-out, border-color .3s ease-in-out, color .3s ease-in-out;
	    -ms-transition: background .3s ease-in-out, border-color .3s ease-in-out, color .3s ease-in-out;
	     -o-transition: background .3s ease-in-out, border-color .3s ease-in-out, color .3s ease-in-out;
	        transition: background .3s ease-in-out, border-color .3s ease-in-out, color .3s ease-in-out;
	
}
.product_listing_toggle li.active {
	background: #ffffff;
	border-color: #bcbcbc;
	color: #000000;
	cursor: default;
}
.product_listing_toggle li i {
	font-size: 17px;
	line-height: 30px;
}

.sort_by {
	float: right;
	margin: 10px 0 0 10px;
}
.sort_by label {
	margin: 0 4px 0 0;
	line-height: 30px;
}
.sort_by select {
	width: auto !important;
	height: 30px;
	display: inline-block;
	padding: 5px 4px;
	cursor: pointer;
}

.show_products {
	float: right;
	margin: 10px 0 0 10px;
}
.show_products label {
	margin: 0 4px 0 0;
	line-height: 30px;
}
.show_products select {
	width: auto !important;
	height: 30px;
	display: inline-block;
	padding: 5px 4px;
	cursor: pointer;
}
#product_listing_preloader {
	position: relative;
}
#product_listing_preloader p {
	width: 100%;
	height: 32px;
	background: url(bx_loadere257.gif?12077988500230655989) 50% 0 no-repeat;
	position: absolute;
	left: 0;
	top: 0;
}



/* 8.4 COLLECTION LISTING */
.collection_listing_item {
	margin: 30px 0 0 0;
}
.collection_listing_item.item_4_1 {
	clear: left;
}
.collection_listing_item .collection_name {
	margin: 15px 0 0 0;
}
.collection_listing_item .collection_products {
	margin: 5px 0 0 0;
}
.collection_listing_item .collection_desc {
	margin: 5px 0 0 0;
}
.collection_listing_item .btn {
	margin: 15px 0 0 0;
}



/* 8.5 PAGINATION */
.products_count {
	height: 30px;
	float: left;
	margin: 10px 10px 0 0;
	font-size: 13px;
	font-weight: bold;
	line-height: 30px;
}

#pagination {
	display: inline-block;
	overflow: hidden;
	float:right;
	margin: 12px 10px 0 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
#pagination span {
	display: block;
	float: left;
}
#pagination span ~ span {
	margin-left: 1px;
}

#pagination span a,
#pagination span.deco,
#pagination span.current {
	display: block;
	padding: 4px 16px;
	background: #feb204;
	color: #ffffff;
	
-webkit-transition: .3s ease-in-out;
	   -moz-transition: .3s ease-in-out;
	    -ms-transition: .3s ease-in-out;
	     -o-transition: .3s ease-in-out;
	        transition: .3s ease-in-out;
	;
}

#pagination span.current,
#pagination span a:hover {
	background: #1338a9;
	color: #ffffff;
}
#pagination span.current {
	cursor: default;
}



/********************************************************************************************************
                           9. SIDEBAR WIDGETS
********************************************************************************************************/

.sidebar_widget ~ .sidebar_widget {
	margin: 30px 0 0 0;
}

.sidebar_widget .widget_header {
	margin: 0;
	font-size: 23px;
}

.sidebar_widget .widget_content {
	margin: 15px 0 0 0;
}



/* 9.1 LINKS LIST */
.sidebar_widget ul li ~ li {
	margin: 1px 0 0 0;
}
.sidebar_widget ul li a {
	display: block;
	padding: 7px 15px;
	color: #ffffff;
	background: #1338a9;
}

.sidebar_widget ul li.active a,
.sidebar_widget ul li a:hover {
	color: #feb204;
}



/* 9.2 SIDEBAR PRODUCT LISTING */
.sidebar_widget .product {
	margin-top:30px;
	padding: 15px;
	border: 1px solid #bcbcbc;
}
.sidebar_widget .product ~ .product {
	margin: 5px 0 0 0;
}
.sidebar_widget .product_img {
	float:left;
	margin-right:10px;
	width: 100px;
}
.sidebar_widget .product_img a {
	padding: 10px;
}
.sidebar_widget .product_info {
	overflow:hidden;
	text-align:left;
}
.sidebar_widget .product_links form i {
	display: none;
}



/********************************************************************************************************
                           10. SEARCH RESULTS PAGE
********************************************************************************************************/

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

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

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




/********************************************************************************************************
                           11. PRODUCT PAGE
********************************************************************************************************/


/* 11.1 PRODUCT IMAGES */
/* BIG IMAGE + ZOOM */
.zoomWrapper,
#elevatezoom_big {
	width: 345px !important;
	height: auto !important;
	position: relative !important;
}

#elevatezoom_big ~ #elevatezoom_big {
	width: 0 !important;
	height: 0 !important;
}

.zoomWrapper {
	border: 1px solid #bcbcbc;
}

.zoomContainer {
	z-index: 1 !important;
}
.zoomLens {
	z-index: 1 !important;
}
.zoomWindow {
	margin: -1px 0 0 0 !important;
}



/* THUMBS */
.product_images .bx-wrapper {
	max-width: 100% !important;
	margin: 12px 0 0 0;
	padding: 0 30px;
	position: relative;
}
#elevatezoom_gallery a {
	width: 87px !important;
	display: block;
	margin: 0 12px 0 0;
	border: 1px solid #bcbcbc;
}

.product_images .bx-controls a {
	width: 20px;
	height: 20px;
	display: block;
	overflow: hidden;
	margin: -10px 0 0 0;
	line-height: 1em;
	text-align: center;
	position: absolute;
	top: 50%;
	background: rgba(0,0,0,.7);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    
-webkit-transition: .3s ease-in-out;
	   -moz-transition: .3s ease-in-out;
	    -ms-transition: .3s ease-in-out;
	     -o-transition: .3s ease-in-out;
	        transition: .3s ease-in-out;
	
}
.product_images .bx-controls a:hover {
	background: rgba(0,0,0,1);
}

.product_images .bx-controls a:before {
	font: 10px/21px 'FontAwesome';
	color: #ffffff;
}

.product_images .bx-controls a.bx-prev {
	left: 0;
}
.product_images .bx-controls a.bx-prev:before {
	content: '\f053';
}
.product_images .bx-controls a.bx-next {
	padding: 0 0 0 1px;
	right: 0;
}
.product_images .bx-controls a.bx-next:before {
	content: '\f054';
}



/* 11.2 PRODUCT INFO */
.product_wrap .product_name {
	margin: -2px 0 0 0;
	font-size: 20px;
}

.product_wrap .product-price {
	margin: 15px 0 0 0;
	padding: 0;
	font-size: 18px;
}
.product_wrap .product-price .money {
	margin: 0 5px 0 0;
}
#purchase label {
	display: inline-block;
	margin: 15px 10px 0 0;
	padding: 0 !important;
	line-height: 37px;
}
#purchase #quantity {
	width: 50px;
	height: 37px;
	display: inline-block;
	margin: 15px 10px 0 0;
	padding: 9px 0 8px;
	outline: none;
	text-align: center;
}
#purchase #add-to-cart {
	height: 37px;
	line-height: 37px;
	margin: 15px 10px 0 0;
}

.product_wrap .variants-wrapper {
	margin: 0 -10px;
	overflow: hidden;
}
.product_wrap .selector-wrapper {
	width: 33.33333333333333%;
	float: left;
	padding: 15px 10px 0 10px;
}
.product_wrap .selector-wrapper label {
	display: block;
	line-height: 1.5em;
	text-align: left;
}
.product_wrap .selector-wrapper select {
	width: 100%;
	height: 37px;
	padding: 5px;
}

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

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



/* 11.3 PRODUCT PAGINATION */
.product_wrap .pagination_product {
	width: 100%;
	overflow: hidden;
	list-style-type: none;
	margin: 15px 0;
	padding: 0;
}
.product_wrap .pagination_product li.left-arrow {
	float: left;
}
.product_wrap .pagination_product li.right-arrow {
	float: right;
}



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

ul.product_listing_related {
	list-style-type: none;
}
ul.product_listing_related .product_img a {
	padding: 10px;
}
ul.product_listing_related .product_name {
	min-height: 0;
}



/********************************************************************************************************
                           12. BLOG
********************************************************************************************************/

/* 12.1 POSTS LISTING */
.blog-article {
	padding: 15px 0 0 0;
}
.article_header {
	padding: 15px 0;
	border-bottom: 1px solid #bcbcbc;
}
.article_header .product_name {
	font-size:20px;
}
.article_header .product_name a {
	font-size:20px;
}
.article_header .product_name a:hover {
}

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

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

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



/* 12.2 SINGLE POST */
.article_meta-comments {
	float: right;
	padding: 8px 0 0 15px;
}
.article_meta-tags a {
	text-decoration: underline;
}

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


#comments ul {
	list-style-type: none;
}
#comments .comment-author {
	word-wrap: break-word;
}

.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;
}

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



/********************************************************************************************************
                           13. CUSTOMER PAGES
********************************************************************************************************/

/* 13.1 LOG IN */

/* 13.2 ACCOUNT */
.customer_name {
	text-transform: none !important;
}
.customer_name .divider {
	margin: 0 7px;
}
.customer_name .email {
	color: ;
}
.customer_name a {
	float: right;
}



/* 13.3 ADDRESSES */
.customer_addresses ul.customer_addresses_actions {
	list-style-type: none;
	margin: 15px 0;
}
.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;
}
.address_table .address_title {
	vertical-align: baseline;
}
.address_table .address_title .address_actions {
	vertical-align: baseline;
	float: right;
	margin: 0 0 0 15px;
	text-transform: none;
}
.address_table .address_title .address_actions span {
	vertical-align: baseline;
}

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



/* 13.4 ORDERS */
.order_date {
	margin: 15px 0 0 0;
}
#customer_orders  {
	margin-top: 20px;
}
#customer_orders th {
	vertical-align: middle;
	border-top: 1px solid #dedcdc;
}
#order_details {
	margin: 30px 0 0 0;
}



/********************************************************************************************************
                           14. CART PAGE
********************************************************************************************************/

/* 14.1 CART PRODUCTS */
.cart-list {
	overflow: hidden;
}

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

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

.cart-list .product_name {
	margin: 0 10px 0 0;
}

.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: #1338a9;
}

.cart-list .row h3.item_vendor {
	border-bottom: 1px solid #bcbcbc;
	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: 9px 5px 8px;
	text-align: center;
}
.cart-list .item_price .total {
	text-align: right;
}
.cart-list .item_price .total h3 {
	vertical-align: baseline;
	border: none;
}

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

.cart_buttons {
	margin: 30px 0;
}
.cart_instructions textarea {
	width: 100%;
}
#payment-methods {
	overflow: hidden;
}
#payment-methods ul {
	list-style-type:none;
	list-style-position: outside;
}
#payment-methods ul li {
	float:left;
	padding: 15px 15px 0 0;
}



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




/********************************************************************************************************
                           15. CONTACTS PAGE
********************************************************************************************************/

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


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



/********************************************************************************************************
                           16. PAGE 404
********************************************************************************************************/

.template-404 h2,
.template-404 h2 a {
	vertical-align: baseline;
}
.side-select {
    width: 100%;
    height: 34px;
    background: #f5f5f5;
    background: -moz-linear-gradient(left,#f5f5f5 0,#e6e6e6 100%);
    background: -webkit-linear-gradient(left,#f5f5f5 0,#e6e6e6 100%);
    background: linear-gradient(to right,#f5f5f5 0,#e6e6e6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e6e6e6', GradientType=1 );
    outline: none;
}
.btn-quote {
    color: #2b2b2b;
    background-color: #fab900;
    border: none;
    border-radius: 27px !important;
    padding: 12px 50px;
    margin-top: 7px;
    font-weight: 700;
    font-size: 18px;
    -webkit-box-shadow: 0 0 15px -1px rgba(0,0,0,.33);
    -moz-box-shadow: 0 0 15px -1px rgba(0,0,0,.33);
    box-shadow: 0 0 15px -1px rgba(0,0,0,.33);
   
}
.btn.btn-primary.btn-quote.chat-btn {
    
    margin-top: -33px;
    background-color: #2e2e2e;
    color: white;
    padding: 12px 42px;
    float: none;
    border: none;
    
}
	show {
  width: 400px;
  height: 400px;
}

.small-img {
  width: 350px;
  height: 70px;
  margin-top: 10px;
  position: relative;
  left: 25px;
}

.small-img .icon-left, .small-img .icon-right {
  width: 12px;
  height: 24px;
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.small-img .icon-left { transform: rotate(180deg) }

.small-img .icon-right { right: 0; }

.small-img .icon-left:hover, .small-img .icon-right:hover { opacity: .5; }

.small-container {
  width: 310px;
  height: 70px;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.small-container div {
  width: 800%;
  position: relative;
}

.small-container .show-small-img {
  width: 70px;
  height: 70px;
  margin-right: 6px;
  cursor: pointer;
  float: left;
}

.small-container .show-small-img:last-of-type { margin-right: 0; }
.text.short {
    height: 68px;
    overflow: hidden;
}
.text.full {
    
}
.read-more {
    cursor: pointer;
    display: inline-block;    
   
}