/**
 * @package     be
 * @copyright   Copyright (c) 2010-2015 MeigeeTeam. (http://www.meigeeteam.com)
 * @template_version    1.0
 */

/* Reset ================================================================================= */

/* Tools */
.hidden       { display:block !important; border:0 !important; margin:0 !important; padding:0 !important; font-size:0 !important; line-height:0 !important; width:0 !important; height:0 !important; overflow:hidden !important; }
.nobr         { white-space:nowrap !important; }
.wrap         { white-space:normal !important; }
.a-left       { text-align:left !important; }
.a-center     { text-align:center !important; }
.a-right      { text-align:right !important; }
.v-top        { vertical-align:top; }
.v-middle     { vertical-align:middle; }
.f-none       { float:none !important; }
.f-fix        { float:left; width:100%; }
body .no-display   { display:none; }
.no-margin    { margin:0 !important; }
.no-padding   { padding:0 !important; }
.no-bg        { background:none !important; }

body.modal-open,
body.modal-open .modal {overflow: visible;}
body.sidebar-left .col2-left-layout .col-main { float: right !important;}
body.sidebar-right .col2-left-layout aside.sidebar { float: right !important;}
body.sidebar-right .col2-left-layout .col-main {float: left!important;}
body:not(.boxed-layout) .backstretch {display: none!important;}
body.hidden-body {overflow: hidden;}
.col-right.sidebar {float: right;}
.col-left.sidebar {float: left;}
.col-right.sidebar .sidebar-inner {border-left: solid 1px rgba(0,0,0,.08); padding-left: 25px;}
.col-left.sidebar .sidebar-inner {border-right: solid 1px rgba(0,0,0,.08); padding-right: 25px;}
.col-left .sidebar-inner {border-left: none; padding-left: 0;}
.col-right .sidebar-inner {border-right: none; padding-right: 0;}
.col3-layout .toolbar .pager {display: none;}
.col3-layout .toolbar .sorter {width: 100%;}
.col3-layout .toolbar-bottom .pager {display: block;}
.sidebar {margin-bottom: -3em;}
.sidebar .sidebar-inner {padding-bottom: 3.833em;}
.wide-layout .content-wrapper,
.boxed-layout .content-wrapper > .container {overflow: hidden;}
.header-overflow {position: relative; z-index: 19;}

/* toTop Button */
#toTop {
    z-index:999;
	display:none;
	text-decoration:none;
	overflow:hidden;
	display: inline-block;
	cursor: pointer;
	border: 0;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
	-webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,.03);
	box-shadow: inset 0 0 0 1px rgba(0,0,0,.03);
	background-image: url(../images/box_shadow_button.png);
	background-repeat: repeat-x;
	background-color: #f7f7f7;
	margin: -10px 0 -10px 10px;
	float: right;
	opacity: 1!important;
}
#toTopHover {background: rgba(0,0,0,.05); display: block; padding: 11px 13px;}
#toTopHover i {color: rgba(0,0,0,.5);}
#toTop:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 0;
	z-index: 1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	background: rgba(0,0,0,.05);
}
#toTop:hover:after {width: 100%;}
#toTop:active, #toTop:focus {outline:none;}
#toTopHover{opacity: 1!important;}

.main-container {padding-bottom: 3em;}
.cms-index-index .main-container {padding-bottom: 0;}
body h6 {font-weight: bold;}
h2.sub-title {font-size: 1.5em;}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body .h1,
body .h2,
body .h3,
body .h4,
body .h5,
body .h6{font-family: 'Patua One'; font-weight: 300;}

body h2,
body .h2 {font-size: 30px; color: #444;}

body h3,
body .h3 {font-size: 25px; color: #444;}
.col-one{width: 1px;}

/* ======================================================================================= */

ul {list-style: none; margin: 0; padding: 0;}
img {max-width: 100%; width: auto;}

/* Indents */
hr.indent-9,
hr.indent-12,
hr.indent-18,
hr.indent-24,
hr.indent-28,
hr.indent-32,
hr.indent-36,
hr.indent-40,
hr.indent-46,
hr.indent-52,
hr.indent-56,
hr.indent-60,
hr.indent-64,
hr.indent-72,
hr.indent-76,
hr.indent-80,
hr.indent-84,
hr.indent-88,
hr.indent-92,
hr.indent-96,
hr.indent-100,
hr.indent-104,
hr.indent-108,
hr.indent-112,
hr.indent-116,
hr.indent-120,
hr.indent-124,
hr.indent-128,
hr.indent-132,
hr.indent-136,
hr.indent-140,
hr.indent-144,
hr.indent-148,
hr.indent-152,
hr.indent-156,
hr.indent-160,
hr.indent-164,
hr.indent-168,
hr.indent-172,
hr.indent-176,
hr.indent-180,
hr.solid,
hr.dotted,
hr.dashed{padding: 0; border: none; background: none; height: 0; clear: both;}

/* solid indents */
hr.solid{border-bottom:1px solid rgba(0, 0, 0, .08); margin: 0;}

/* dotted indents */
hr.dotted{border-bottom:1px dotted rgba(0, 0, 0, .08); margin: 0;}

/* dashed indents */
hr.dashed{border-bottom:1px dashed rgba(0, 0, 0, .08); margin: 0;}

hr.indent-9 {margin: 9px 0;}
hr.indent-12 {margin: 12px 0;}
hr.indent-18 {margin: 18px 0;}
hr.indent-24 {margin: 24px 0;}
hr.indent-28 {margin: 28px 0;}
hr.indent-32 {margin: 32px 0;}
hr.indent-36 {margin: 36px 0;}
hr.indent-40 {margin: 40px 0;}
hr.indent-46 {margin: 46px 0;}
hr.indent-52 {margin: 52px 0;}
hr.indent-56 {margin: 56px 0;}
hr.indent-60 {margin: 60px 0;}
hr.indent-64 {margin: 64px 0;}
hr.indent-72 {margin: 72px 0;}
hr.indent-76 {margin: 76px 0;}
hr.indent-80 {margin: 80px 0;}
hr.indent-84 {margin: 84px 0;}
hr.indent-88 {margin: 88px 0;}
hr.indent-92 {margin: 92px 0;}
hr.indent-96 {margin: 96px 0;}
hr.indent-100 {margin: 100px 0;}
hr.indent-104 {margin: 104px 0;}
hr.indent-108 {margin: 108px 0;}
hr.indent-112 {margin: 112px 0;}
hr.indent-116 {margin: 116px 0;}
hr.indent-120 {margin: 120px 0;}
hr.indent-124 {margin: 124px 0;}
hr.indent-128 {margin: 128px 0;}
hr.indent-132 {margin: 132px 0;}
hr.indent-136 {margin: 136px 0;}
hr.indent-140 {margin: 140px 0;}
hr.indent-144 {margin: 144px 0;}
hr.indent-148 {margin: 148px 0;}
hr.indent-152 {margin: 152px 0;}
hr.indent-156 {margin: 156px 0;}
hr.indent-160 {margin: 160px 0;}
hr.indent-164 {margin: 164px 0;}
hr.indent-168 {margin: 168px 0;}
hr.indent-172 {margin: 172px 0;}
hr.indent-176 {margin: 176px 0;}
hr.indent-180 {margin: 180px 0;}

/* invisible indents */
hr.white-space{margin-top: 0;}

/* mobile indents */
hr.mobile {display: none;}

/* Layout ================================================================================ */
.page { width:1000px; margin:0 auto; padding:10px 0; text-align:left; }
.page-print { background:#fff; padding:20px; text-align:left; }
.page-empty { padding:20px; text-align:left; }
.page-popup { padding:20px; text-align:left; }

.main { margin:10px 0; }

.customer-account-index .main-container { padding-bottom: 5em; }
table.table-bordered>thead>tr>th,
table.table-bordered>thead>tr>td { border-bottom-width: 1px; }
table th,
table td strong,
table th strong {font-weight: normal;}

/* 2 Columns Layout */
.col2-left-layout .col-main { float:right; }

/* 3 Columns Layout */
.col3-layout .col-wrapper .col-main { float:right; }

/* Content Columns */
.col2-set .col-1 { float:left; width:49%; }
.col2-set .col-2 { float:right; width:49%; }
.col2-set .col-narrow { width:33%; }
.col2-set .col-wide { width:65%; }

.col3-set .col-1 { float:left; width:32%; }
.col3-set .col-2 { float:left; width:32%; margin-left:2%; }
.col3-set .col-3 { float:right; width:32%; }

.col4-set .col-1 { float:left; width:23.5%; }
.col4-set .col-2 { float:left; width:23.5%; margin:0 2%; }
.col4-set .col-3 { float:left; width:23.5%; }
.col4-set .col-4 { float:right; width:23.5%; }
/* ======================================================================================= */

body .content-wrapper > .container { padding-top: 2em;}
body:not(.breadcrumbs-type-3) .header-breadcrumbs-wrapper.with-breadcrumbs + .content-wrapper > .container,
body.cms-index-index .content-wrapper > .container { padding-top: 0;}
html body {background-attachment: fixed; background-color: #FCFCFC; color: #626262; font-size: 13px; line-height: 1.62; -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: 100%; overflow-x: hidden;}
body.catalog-product-compare-index {background-image: none!important;}
body.page-popup .backstretch {display: none!important;}
body.boxed-layout .container {background-color: #fff;}
body.boxed-layout .header .middle-block {padding: 0;}
.header-breadcrumbs-wrapper {box-shadow: 0 0 8px rgba(0,0,0,.2);}
body.boxed-layout .header .middle-block .container {padding-bottom: 1.75em; padding-top: 2.5em;}
.header-breadcrumbs-wrapper:not(.with-breadcrumbs) + .content-wrapper > .container {padding-top: 1em;}
.cms-index-index .header-breadcrumbs-wrapper:not(.with-breadcrumbs) + .content-wrapper > .container {padding-top: 0;}

/* Global Styles ========================================================================= */
/* Form Elements */
select option { padding-right:10px; }
select.multiselect option { padding:3px 5px; }
input.radio,
input.checkbox { margin-right:3px; }

p.control input.checkbox,
p.control input.radio { margin-right:6px; }
input[type="text"],
textarea.form-control,
input[type="password"],
input.form-control,
select.form-control,
input.qty,
input[id*="qty"] {
	-webkit-appearance: none;
	background-color: #fff;
	color: #626262;
	-webkit-box-shadow: inset 0 0 2px 2px rgba(0,0,0,0.02);
	box-shadow: inset 0 0 2px 2px rgba(0,0,0,0.02);
	height: 37px;
	border: solid 1px rgba(0,0,0,.08);
	font-size: 13px;
}
input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
input.form-control:focus,
select.form-control:focus,
input.qty:focus,
input[id*="qty"]:focus {
	background-color: #E9F5FC !important;
    border-color: #d5e5ee;
    color: #1982C2;
	box-shadow: none;
}

/* Form lists */
/* Grouped fields */
.form-list li { margin:0 0 1em; }
.form-list label {float: none; color: #222; margin: 0 0 .5em; font-weight: normal; position:relative; z-index:0;}
.form-list label.required em { float:right; font-style:normal; color:#eb340a; position:absolute; top:0; right:-8px; }
.form-list li.control label { float:none; }
.form-list li.control input.radio,
.form-list li.control input.checkbox { margin-right:6px; }
.form-list li.control .input-box { clear:none; display:inline; width:auto; }
.form-list li.additional-row { border-top:1px solid #ccc; margin-top:10px; padding-top:7px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
.form-list .input-range input.input-text { width:74px; }

form label { font-family: inherit; }
form .radio label,
form .checkbox label { font-weight: normal; color: #666; }
.form-list li.form-group + div.form-group { margin-bottom: 1em; }
.form-list div.form-group li { margin-bottom: 0; }
.form-list div.form-group li + li.wide { margin-top: 1em; }
/*
input.form-control,
textarea.form-control,
select.form-control,
body .form-control:focus {	-webkit-box-shadow: none; box-shadow: none; } */
form.form-horizontal { margin-bottom: 2.25em; }
form/* .form-horizontal */ .buttons-set {
	margin-top: 0;
	border-top: 1px solid #ddd;
	padding-top: 1.5em;
	padding-bottom: 0;
}
form.form-horizontal .checkbox,
div.form-horizontal .checkbox,
form.form-horizontal .radio,
div.form-horizontal .radio { min-height: 20px; }
a:focus,
.close:focus,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus { outline: none !important; }

/* Customer */
.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box { width:auto; }

.form-list .gender { width: 11.10223642172524%; }
.form-list .gender + li.customer-dob { width: 58.33333333%; }
.form-list .gender + li.customer-dob .dob-month,
.form-list .gender + li.customer-dob .dob-day { width: 19.04109589041096%; }
.form-list .gender + li.customer-dob .dob-year { width: 57.12328767123288%; }

/* new */

.form-list .customer-name-prefix-suffix .name-firstname,
.form-list .customer-name-prefix-suffix .name-lastname,
.form-list .customer-name-prefix .name-firstname,
.form-list .customer-name-suffix .name-firstname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename .name-lastname {width: 41.666667%;}
.form-list .customer-name-prefix .name-lastname,
.form-list .customer-name-suffix .name-lastname {width: 50%;}

.form-list .customer-name-prefix-middlename-suffix .name-firstname,
.form-list .customer-name-prefix-middlename-suffix .name-lastname,
.form-list .customer-name-prefix-middlename .name-lastname,
.form-list .customer-name-prefix-middlename .name-firstname,
.form-list .customer-name-middlename-suffix .name-firstname,
.form-list .customer-name-middlename-suffix .name-lastname  {width: 33%;}
.form-list .customer-name-middlename-suffix .name-middlename,
.form-list .customer-name-prefix-middlename .name-middlename {width: 25%;}
.form-list .customer-name-prefix-middlename-suffix .name-middlename ,
.form-list .customer-name-middlename .name-middlename{ width: 16.66666667%; }

.col-main.col-sm-9 .form-list .gender + li.customer-dob { width: 75%; }
.col-main.col-sm-9 .form-list .gender + li.customer-dob .dob-month,
.col-main.col-sm-9 .form-list .gender + li.customer-dob .dob-day { width: 18.55477855477855%; }
.col-main.col-sm-9 .form-list .gender + li.customer-dob .dob-year { width: 55.58659217877095%; }
.col-main.col-sm-9 .form-list .gender { width: 13.90635918937806%; }

.form-list .customer-dob label {float: none;}

.opc .gender + .dob { width: 69.44444444444444%; }
.opc .gender + .dob .dob-day,
.opc .gender + .dob .dob-month { width: 20.01053185887309%; }
.opc .gender + .dob .dob-year { width: 59.97893628225382%; }

.buttons-set .back-link { margin: .75em 0 0; }
.fieldset { border:1px solid #ddd; background:#fefefe; padding:22px 25px 12px 33px; margin:28px 0; }
.fieldset .legend { float:left; font-weight:bold; font-size:13px; border:1px solid #fefefe; background:#dedede; color:#333; margin:-33px 0 0 -10px; padding:0 8px; position:relative; }

a,
i,
.btn {transition: all 300ms ease; -moz-transition: all 300ms ease; -webkit-transition: all 300ms ease; -o-transition: all 300ms ease;}

.transition-all {
	transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
}

/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:3px 0 0; padding-left:17px; font-size:10px; line-height:13px; background:url(../images/validation_advice_bg.gif) 2px 1px no-repeat; color:#f00; }
.input-box {position: relative;}
.input-box .validation-advice,
.input-wrapper .validation-advice {
	position: absolute !important;
    left: -50px !important;
    top: 0 !important;
    width: 50px !important;
    height: 44px !important;
    padding: 0 !important;
    background: url("../images/validation_error.png") !important;
    overflow: hidden;
    text-indent: -9999px !important;
    padding: 0;
    border: none !important;
	margin: 0;
}
.validation-failed { border:1px dashed #f00 !important;}
p.required { font-size:10px; text-align:right; color:#f00; margin-bottom: 0; }
/* Expiration date and CVV number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }

/* Global Messages  */
.success { color:#3d6611; font-weight:bold; }
.error { color:#f00; font-weight:bold; }
.notice { color:#ccc; }

.messages,
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
.messages { width:100%; overflow:hidden; }
.messages li { margin:0 0 10px; }
.messages li li { margin:0 0 3px; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg,
.empty-message {
	margin-bottom: 30px;
    padding: 20px 55px 20px 90px;
    position: relative;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.error-msg:before,
.success-msg:before,
.note-msg:before,
.notice-msg:before,
.empty-message i {
	width: 60px;
	height: 60px;
	font-size: 30px;
	line-height: 60px;
	color: rgba(0,0,0,.4);
	position: absolute;
	left: 10px;
	top: 10px;
	text-align: center;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-family: "mfn-icons";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: none !important;
}
.error-msg {background: #fb5455; color: #fff;}
.error-msg:before {content: '\e840'; background: #f24143;}
.success-msg {background: #a5de5c; color: #fff;}
.success-msg:before {content: '\e814'; background: #8fc944;}
.note-msg,
.notice-msg,
.empty-message {background: #ffe38b; color: #9b812e;}
.note-msg:before,
.notice-msg:before,
.empty-message i {content: '\e865'; background: #fbda72;}

/* BreadCrumbs */
body.wide-layout .breadcrumbs-wrapper:not(.type-2),
body.boxed-layout .breadcrumbs-wrapper:not(.type-2) .container {padding-top: 1em; padding-bottom: 1em;}
ul.breadcrumb { background: none; margin: 0; text-align: left; font-size: 1em; color: rgba(136, 136, 136, 0.6)}
ul.breadcrumb li a {color: rgba(136,136,136,.6);}
ul.breadcrumb li a:hover {color: #2991d6;}
ul.breadcrumb > li + li:before {color: inherit;}
ul.breadcrumb li strong {font-weight: normal;}

.breadcrumbs-wrapper .page-title {border: none; float: left; margin: 0; padding: 0;}
.breadcrumbs-wrapper .page-title h1,
.breadcrumbs-wrapper .page-title h2 {
	font-size: 25px;
	margin: 0;
	font-weight: 400;
	font-family: 'Lato';
	color: #888;
}
.wide-layout .breadcrumbs-wrapper.type-2,
.boxed-layout .breadcrumbs-wrapper.type-2 .container {padding-top: 0; padding-bottom: 0; background-color: rgba(247, 247, 247, 1); background-repeat: no-repeat; background-size: cover;}

.breadcrumbs-wrapper.type-2 .breadcrumbs-inner {padding-top: 1.75em; padding-bottom: 1.75em;}
.breadcrumbs-wrapper.type-2 .breadcrumb {float: right; margin: .75em 0;}
.breadcrumbs-wrapper.type-2 .container {border-bottom: solid 1px transparent;}
.breadcrumbs-type-2 .with-breadcrumbs + .content-wrapper .container,
.header-with-image .with-breadcrumbs + .content-wrapper .container {padding-top: 0;}

body .catalog-product-view.breadcrumbs-type-2 .with-breadcrumbs + .content-wrapper .container,
body .catalog-product-view.breadcrumbs-type-3 .with-breadcrumbs + .content-wrapper .container,
body .catalog-product-view .header-with-image .with-breadcrumbs + .content-wrapper .container {padding-top: 1.5em;}
body .catalog-product-view.breadcrumbs-type-2 .with-breadcrumbs + .content-wrapper .sidebar .sidebar-inner,
body .catalog-product-view.breadcrumbs-type-3 .with-breadcrumbs + .content-wrapper .sidebar .sidebar-inner,
body .catalog-product-view .header-with-image .with-breadcrumbs + .content-wrapper .sidebar .sidebar-inner {padding-top: 1.25em;}

.breadcrumbs-type-2 .with-breadcrumbs + .content-wrapper .col-main .page-title,
.breadcrumbs-type-3 .with-breadcrumbs + .content-wrapper .col-main .page-title,
.header-with-image .with-breadcrumbs + .content-wrapper .col-main .page-title {display: none;}
.breadcrumbs-type-2 .with-breadcrumbs + .content-wrapper .col-main,
.breadcrumbs-type-3 .with-breadcrumbs + .content-wrapper .col-main,
.header-with-image .with-breadcrumbs + .content-wrapper .col-main {padding-top: 1em;}
.breadcrumbs-type-2 .with-breadcrumbs + .content-wrapper .col-main .product-sidebar,
.header-with-image .with-breadcrumbs + .content-wrapper .col-main .product-sidebar {margin-top: -1.5em;}
.breadcrumbs-type-2 .with-breadcrumbs + .content-wrapper .sidebar .sidebar-inner,
.breadcrumbs-type-3 .with-breadcrumbs + .content-wrapper .sidebar .sidebar-inner,
.header-with-image .with-breadcrumbs + .content-wrapper .sidebar .sidebar-inner {padding-top: 1.5em;}

.header-with-image .header-breadcrumbs-wrapper {background-image: url(../images/be_breadcrumbs3_bg.jpg); background-repeat: no-repeat;/*  background-size: cover; */ background-position: center top;}
.header-with-image .header-breadcrumbs-wrapper .header .top-block {background: none;}
.header-with-image .header-breadcrumbs-wrapper .breadcrumbs-inner {padding-top: 4em; padding-bottom: 4em;}
.header-with-image .header-breadcrumbs-wrapper .breadcrumbs-inner .product-buttons {float: none; display: inline-block; margin: 1.5em 0 0; width: auto;}
.header-with-image .header-breadcrumbs-wrapper .breadcrumbs-wrapper {padding: 0; text-align: center;}
.header-with-image .header-breadcrumbs-wrapper .breadcrumbs-wrapper .page-title {float: none; text-align: center;}
.header-with-image .header-breadcrumbs-wrapper .breadcrumbs-wrapper .breadcrumb {text-align: center;}
body.header-with-image .header-wrapper .header .top-block .container,
body.header-with-image .header-breadcrumbs-wrapper .container {background: none;}
body.header-with-image .header-breadcrumbs-wrapper .breadcrumbs-wrapper .container {padding-top: 0!important; padding-bottom: 0!important;}

body.wide-layout.breadcrumbs-type-3 .breadcrumbs-wrapper.type-3,
body.boxed-layout.breadcrumbs-type-3 .breadcrumbs-wrapper.type-3 .container{padding-top: 65px; padding-bottom: 65px; background-image: url(../images/be_breadcrumbs_bg_2.jpg); background-repeat: no-repeat; text-align: center; background-size: cover;}
body.wide-layout .breadcrumbs-wrapper.type-3 .container {background-image: none!important; padding-top: 0; padding-bottom: 0;}
body.boxed-layout .breadcrumbs-wrapper.type-3 {background-image: none!important; padding: 0;}
body.boxed-layout .breadcrumbs-wrapper.type-3 .container {background-image: url(../images/be_breadcrumbs_bg_2.jpg); background-repeat: no-repeat; padding-top: 5em; padding-bottom: 5em; background-size: cover;}

.breadcrumbs-type-3 .breadcrumbs-wrapper .page-title { float: none; text-transform: uppercase; font-weight: 700; }
.breadcrumbs-type-3 .breadcrumbs-wrapper .page-title h1,
.breadcrumbs-type-3 .breadcrumbs-wrapper .page-title h2 {font-weight: 500; }
.breadcrumbs-type-3 ul.breadcrumb { text-align: center;}

/* Page Heading */
.page-title {border-bottom: 1px solid #ddd; padding: 0 0 .75em; margin: 0 0 1.5em;}
.page-title h1,
.page-title h2 {font-size: 2em; color: #222; margin: 0; line-height: 1.5em;}
.page-title .separator { margin:0 3px; color: #aaa; }
.page-title .link-rss { float:right; }
.page-title .link-print { margin-top: .667em; }
.title-buttons { text-align:right; }
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }

.subtitle,
.sub-title { clear:both; }
.content h2 {
	margin-top: 0;
	margin-bottom: 1em;
	font-size: 1.5em;
}
.page-subtitle {
	border-bottom: 1px solid #ddd;
	padding-top: 1em;
	margin-bottom: 1.5em;
}
.page-subtitle h2 {
	font-size: 1.5em;
	color: #222;
	font-weight: normal;
	line-height: 1.5em;
	padding-bottom: .5em;
	margin: 0;
	display: inline-block;
}
.page-subtitle a {
	margin-top: .25em;
	color: inherit;
}
table.table thead th {
	text-align: center;
	background: url(../images/bg_panel.png) repeat-x left top;
}
table.table-bordered > thead > tr > th,
table.table-bordered > tbody > tr > th,
table.table-bordered > tfoot > tr > th,
table.table-bordered > thead > tr > td,
table.table-bordered > tbody > tr > td,
table.table-bordered > tfoot > tr > td {border-color: rgba(0,0,0,.08);}

/* Panels */
.panel.panel-default {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    padding: 1.5em 20px;
}
.panel.panel-default .panel-heading,
.panel.panel-default .panel-body,
.panel.panel-default .panel-footer {
    background-color: #ffffff;
    margin: 0;
    padding: 0;
}
.panel.panel-default .panel-heading {
    margin-bottom: 1.5em;
}
.panel.panel-default .panel-title {
    color: #222222;
    font-family: "Patua One";
    font-size: 1.33em;
    font-weight: 300;
    line-height: 1.5;
    padding-bottom: 0.5em;
    text-transform: uppercase;
}
.panel.panel-default .panel-heading a,
.panel.panel-default .panel-heading a i {
    color: inherit;
}
.panel.panel-default .panel-heading a:hover i {
    color: #316aca;
}
.panel.panel-default .panel-body li.item + li.item {
    margin-top: 1.5em;
}
.panel.panel-default p, .panel.panel-default address {
    margin-bottom: 0;
}
#accordion.panel-group .panel.panel-default {
	padding: 0;
	border-radius: 5px;
	border: solid 1px rgba(0,0,0,.08);
	overflow: hidden;
	border-radius: 5px;
}
#accordion .panel.panel-default .panel-heading,
#accordion .panel.panel-default .panel-body,
#accordion .panel.panel-default .panel-footer {
	margin: 0;
	background-color: #fff;
}
#accordion .panel.panel-default .panel-heading {
	margin-bottom: 0;
}
#accordion .panel.panel-default .panel-title {
    font-size: 13px;
    font-weight: bold;
    position: relative;
    border-width: 0;
    border-style: solid;
    cursor: pointer;
    background-image: url(../images/bg_panel.png);
    background-repeat: repeat-x;
    background-position: left top;
	color: #444;
	font-family: inherit;
}
#accordion .panel.panel-default .panel-title:before {
	content: "";
	width: 49px;
	height: 100%;
	border-width: 0 1px 0 0;
	border-style: solid;
	border-color: rgba(0,0,0,.08);
	position: absolute;
	left: 0;
	top: 0;
}
#accordion .panel.panel-default .panel-heading a {
	color: inherit;
	padding: 14px 14px 14px 60px!important;
	display: block;
}
#accordion .panel.panel-default .panel-heading a i {
	font-size: 17px;
    line-height: 20px;
    display: none;
    position: absolute;
    left: 15px;
    top: 13px;
    width: 20px;
    height: 20px;
    text-align: center;
    color: rgba(0,0,0,.25);
}
#accordion .panel.panel-default .panel-heading a:not(.collapsed) .acc-icon-minus {display: block;}
#accordion .panel.panel-default .panel-heading a.collapsed .acc-icon-plus {display: block;}
#accordion .panel.panel-default .panel-heading a i:before {margin: 0;}
#accordion .panel.panel-default .panel-heading a:not(.collapsed),
#accordion .panel.panel-default .panel-heading a:not(.collapsed) i,
#accordion .panel.panel-default .panel-heading a:hover,
#accordion .panel.panel-default .panel-heading a:hover i {color: #2991d6;}
#accordion .panel.panel-default .panel-body li.item + li.item { margin-top: 1.5em; }
#accordion .panel.panel-default p,
#accordion .panel.panel-default address {margin-bottom: 0;}
/* Pager */
body .pager {margin: .75em 0 0; text-align: left;}
.pager .pages ol {padding: 0; margin: 0;}
.pager label { margin-right: 5px; }
.pager select { width: auto; margin-right: 5px; display: inline-block; }
.pager .pages > strong {display: none;}
.pager .pages li {display: inline-block;}
.pager .pages li a{
	display: inline-block;
	margin: 0 1px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 0;
	background: none;
	color: #a8a8a8;
	border: none;
}
.pager .pages li a i {font-size: 14px;}
.pager .pages li.current {
	display: inline-block;
	margin: 0 1px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	background-color: #2991d6;
}
.pager .pages li a:hover {background-color: #2991d6; color: #fff;}

.my-account .pager {text-align: center;}
.my-account .pager .pages {margin: -8px 40px 10px;}

/* .my-account .pager,
.widget-products .pager { margin: 0 0 1.5em; padding: .5em 0; }
.my-account .pager li>a,
.my-account .pager li>span,
.widget-products .pager li>a,
.widget-products .pager li>span { display: block; padding: 3px 20px; background-color: transparent; -webkit-border-radius: 0; border-radius: 0; border: none; }
.my-account .pager li>a:hover,
.my-account .pager li>a:focus,
.widget-products .pager li>a:hover,
.widget-products .pager li>a:focus { text-decoration: none; color: #8c8c8c; background-color: #f5f5f5; }
.my-account .pager .pages,
.widget-products .pager .pages { float: left; }
.my-account .pager .pages li,
.widget-products .pager .pages li { margin-right: 5px; }
.my-account .pager .pages li.current,
.widget-products .pager .pages li.current { width: 26px; height: 26px; line-height: 2.167; background-color: #ddd; color: #888; }
.my-account .pager .pages li a,
.widget-products .pager .pages li a { width: 26px; height: 26px; line-height: 2.167; padding: 0; color: #888; } */
.my-account .amount {margin-right: 20px;}

/* Sorter */
.sorter .view-mode {float: left;  margin: 0;}
.sorter .view-mode label {display: none;}
.sorter .view-mode i {font-size: 2.33em;}
.sorter .view-mode strong {color: #2991d6;}
.sorter .view-mode span {font-weight: bold; display: inline-block; line-height: 1; text-transform: uppercase; margin-left: 9px;}
.sorter .view-mode span strong {display: block; font-weight: normal; color: inherit; font-size: inherit;}
.sorter .view-mode a {color: #aaa;}
.sorter .view-mode a:hover {color: #2991d6;}
.sorter .view-mode:not(.small) .grid + .list,
.sorter .view-mode:not(.small) .list + .grid {margin-left: 30px; padding-left: 30px; border-left: solid 1px rgba(0,0,0,.2); display: inline-block; margin-top: -15px; margin-bottom: -15px; padding-top: 15px; padding-bottom: 15px;}

.sorter .view-mode.small .grid + .list,
.sorter .view-mode.small .list + .grid {margin-left: 8px;}
.sorter .view-mode.small > strong,
.sorter .view-mode.small > a {padding: .635em 12px; border: solid 1px #ddd; margin: 0; display: inline-block}
.sorter .view-mode.small i {font-size: 16px; line-height: 1; vertical-align: middle; transition: none; -moz-transition: none; -webkit-transition: none; margin: 0;}
.sorter .view-mode.small span {font-weight: normal; margin-left: 5px; position: relative; top: 1px;}
.sorter .view-mode.small span strong {display: none;}
.sorter .view-mode.small > a:hover,
.sorter .view-mode.small > strong {border-color: #2991d6; background-color: #2991d6; color: #fff;}

.sorter select {display: none;}
.pager .amount {float: left; margin: .25em 0;}
.sorter .amount {float: left; margin: .35em 0; display: none;}
.sorter .amount strong {font-weight: normal;}
.sorter .sort-by,
.sorter .limiter,
.sorter .asc,
.sorter .desc,
.pager .limiter {float: right;}
.pager label,
.sorter .sort-by label,
.sorter .limiter label {display: inline-block; vertical-align: middle; margin: 0 5px 0 0; font-size: 1.083em; color: #666; font-weight: normal;}
.sorter .bootstrap-select.form-control:not([class*="col-"]),
.pager .bootstrap-select.form-control:not([class*="col-"]) {width: auto; vertical-align: middle; background: none; height: auto;}
.sorter .bootstrap-select > .selectpicker,
.pager .bootstrap-select > .selectpicker {height: 36px; line-height: 36px; background-color: #fff; font-weight: normal; color: #888; min-width: 60px; border: solid 1px rgba(0,0,0,.1); font-family: inherit;}
.sorter .sort-by .bootstrap-select > .selectpicker {min-width: 120px;}
.sorter .bootstrap-select.btn-group .btn .caret,
.pager .bootstrap-select.btn-group .btn .caret {width: auto; height: auto; line-height: 1; margin-top: -5px; border: none;}
.sorter .bootstrap-select.btn-group .btn .caret:before,
.pager .bootstrap-select.btn-group .btn .caret:before {
	content: '\e874';
	font-family: "mfn-icons";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: none !important;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
	color: #ddd;
}
.sorter .asc,
.sorter .desc {font-size: 1.16em; color: #aaa; margin: .4em 20px .4em 10px;}
.sorter .asc:hover,
.sorter .desc:hover {color: #2991d6;}

/* Toolbar */
.toolbar.small-toolbar {padding: 15px; background-image: url(../images/stripes_5_b.png);}
.toolbar {padding: 1.5em 0; margin-bottom: 1.5em;}
.toolbar .pager {display: none;}
.toolbar .pager .pages li {float: left;}
.toolbar-bottom .toolbar {background: none; padding: 0; margin: 0;}
.toolbar-bottom .toolbar .sorter {display: none;}
.toolbar-bottom .pager {display: block; width: auto; text-align: center;}
/* .toolbar-bottom .toolbar */ .pager .pages {
	display: inline-block;
	margin: 0 30px;
	padding: 4px 3px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #f8f8f8;
	background-image: url(../images/stripes_3_b.png);
}
.col3-layout .sorter .view-mode {margin-right: 15px;}
.col3-layout .sorter .sort-by .bootstrap-select > .selectpicker {min-width: 60px;}

/* Shopping cart total summary row expandable to details */
tr.summary-total { cursor:pointer; }
tr.summary-total .summary-collapse { float:right; text-align:right; padding-left:20px; background:url(../images/bkg_collapse.gif) 0 4px no-repeat; cursor:pointer; }
tr.show-details .summary-collapse { background-position:0 -53px; }
tr.summary-details td { font-size:11px; background-color:#dae1e4; color:#626465; }
tr.summary-details-first td { border-top:1px solid #d2d8db; }
tr.summary-details-excluded { font-style:italic; }

/* Shopping cart tax info */
.cart-tax-info { display:block; }
.cart-tax-info,
.cart-tax-info .cart-price { padding-right:20px; }
.cart-tax-total { display:block; padding-right:20px; background:url(../images/bkg_collapse.gif) 100% 4px no-repeat; cursor:pointer; }
.cart-tax-info .price,
.cart-tax-total .price { display:inline !important; font-weight:normal !important; }
.cart-tax-total-expanded { background-position:100% -53px; }

/* Class: std - styles for admin-controlled content */
.std .subtitle { padding:0; }
.std ol.ol { list-style:decimal outside; padding-left:1.5em; }
.std ul.disc { list-style:disc outside; padding-left:18px; margin:0 0 10px; }
.std dl dt { font-weight:bold; }
.std dl dd { margin:0 0 10px; }
.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote { margin:0 0 1em; padding:0; }
.std ol { list-style:decimal outside; padding-left:1.5em; }
.std ul ul { list-style-type:circle; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul { margin:.5em 0; }
.std dt { font-weight:bold; }
.std dd { padding:0 0 0 1.5em; }
.std blockquote { font-style:italic; padding:0 0 0 1.5em; }
.std address { font-style:normal; }
.std b,
.std strong { font-weight:bold; }
.std i,
.std em { font-style:italic; }
.std i.fa { font-style: normal; }

/* Misc */
.link-cart { font-weight:bold; color:#f00; }
.link-wishlist { font-weight:bold; }
.link-reorder { color: #aaa; }
.link-compare { font-weight:bold; }
.link-print,
.link-rss { display: inline-block; padding: 2px 0; color: #aaa; white-space:nowrap; }
.link-rss i,
.link-print i { margin-right: 5px; -webkit-transition: none; -o-transition: none; transition: none; }
.btn-remove { color: #aaa; margin-right: 5px; }

.cards-list dt { margin:5px 0 0; }
.cards-list .offset { padding:2px 0 2px 20px; }

.separator { margin:0 3px; }

.divider { clear:both; display:block; font-size:0; line-height:0; height:1px; margin:10px 0; background:#ddd; text-indent:-999em; overflow:hidden; }

/* Noscript Notice */
.noscript { border:1px solid #ddd; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.noscript .noscript-inner { width:1000px; margin:0 auto; padding:12px 0 12px; background:url(../images/i_notice.gif) 20px 50% no-repeat; }
.noscript p { margin:0; }

/* Demo Notice */
.demo-notice { margin:0; padding:6px 10px; background:#d75f07; font-size:12px; line-height:1.15; text-align:center; color:#fff; }

/* Cookie Notice */
.notice-cookie { border-bottom:1px solid #cfcfcf; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.notice-cookie .notice-inner { width:870px; margin:0 auto; padding:12px 0 12px 80px; background:url(../images/i_notice.gif) 20px 25px no-repeat; text-align:left; }
.notice-cookie .notice-inner p { margin:0 0 10px; border:1px dotted #cccc73; padding:10px; }

/* Buttons */
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active {background-color: inherit;}
body .btn {
	padding: 11px 20px;
	border: 0;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
	-webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,.03);
	box-shadow: inset 0 0 0 1px rgba(0,0,0,.03);
	background-image: url(../images/box_shadow_button.png);
	background-repeat: repeat-x;
	font-size: 13px;
	color: #747474;
	font-family: inherit;
	font-weight: normal;
	line-height: 1.62;
}
body .btn + .btn {margin-left: 12px;}
body .btn i {
	background-color: rgba(0,0,0,.05);
	color: rgba(0,0,0,.5);
	font-style: normal;
	padding: 14px 13px;
	margin: -14px 20px -14px -20px;
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
}
body .btn.right-icon i {
	float: right;
	margin-right: -20px;
	margin-left: 20px;
}
body .btn-default,
body .btn-default:hover {color: #747474; background-color: #f7f7f7;}
body .btn-primary,
body .btn-primary:hover,
body .btn-primary:focus,
body .btn-primary.focus,
body .btn-primary:active,
body .btn-primary.active,
body .open > .dropdown-toggle.btn-primary {color: #fff; background-color: #2991d6;}
body:not(.mobile-device) .btn:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 0;
	z-index: 1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: width 0.3s;
	background: rgba(0,0,0,.05);
}
body .btn:hover:after {width: 100%;}

/* ======================================================================================= */

/* Header ================================================================================ */

.wide-layout #header .top-block,
.boxed-layout #header .top-block .container {background-color: #2C2C2C; color: rgba(255, 255, 255, 0.5);}
#header .welcome-msg {float: left; margin: 12px 12px 12px 0; padding-right: 12px; border-right: solid 1px rgba(255,255,255,.3);}
#header .header-contacts {float: left;}
#header .header-contacts span {
	display: inline-block;
	margin-right: 10px;
	padding: 12px 0;
}
#header .header-contacts span i {margin-right: 2px;}
#header .social-links {float: right; margin: 0; padding: 12px 0;}
#header ul.social-links li:not(:last-of-type) {margin-right: 6px;}
#header ul.social-links li a i {
	color: rgba(255,255,255,.3);
	font-size: 15px;
	line-height: 15px;
	width: 21px;
	height: 21px;
}
#header ul.social-links li a i:hover {color: #fff;}
.header .logo strong,
.header .small-logo strong { position:absolute; top:-999em; left:-999em; width:0; height:0; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; display: none;}
#header h2.logo {float: left; margin: 0 30px 0 20px;}
#header h2.logo a {padding: 28px 0; display: block;}
#header .wrapper-menu {float: left;}
#header .quick-access {float: right; padding: 1.99em 20px;}
#header .bottom-block .container {position: relative;}

.header .search-button {
	display: block;
	float: left;
	font-size: 20px;
	line-height: 20px;
	margin: 10px 10px 9px 0;
	cursor: pointer;
	color: #444;
}
.search-button span {display: none;}
.header .search-mini-form {float: right;}
.header .form-search .indent {
	position: absolute;
	left: 10px;
	top: 100%;
	display: none;
	z-index: 201;
	width: 75%;
	left: 12.5%;
	padding: 15px;
	background-color: #2991D6;
}
.header .form-search label {display: none;}
.header .form-search input {
	width: 100%;
    margin: 0;
    box-sizing: border-box;
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
    padding-left: 35px;
    background: none;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: rgba(255,255,255,.08) !important;
    font-size: 15px;
}
.header .form-search input:focus {color: #fff; background-color: transparent!important;}
.header .form-search .btn {
	display: inline-block;
	width: 34px;
	height: 34px;
	padding: 0;
	text-align: center;
	border-radius: 0;
	margin-left: -4px;
    border: 1px solid;
	border-color: #eeeeee;
	background-color: #eeeeee;
	background-image: none;
	box-shadow: none;
	vertical-align: middle;
	border-left: none;
	color: #666;
	border-radius: 0 3px 3px 0;
}
.header .form-search .btn i {
	line-height: 36px;
	font-size: 11px;
	color: inherit;
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
}
.header .form-search .indent .icon-search {
	left: 18px;
    color: rgba(0,0,0,.5);
}
.header .form-search .indent .icon-search,
.header .form-search .indent .icon-close {
	position: absolute;
	top: 23px;
	font-size: 20px;
	line-height: 20px;
	display: block;
}
.header .form-search .indent .icon-close {right: 18px; color: #fff; cursor: pointer;}
.header .form-search .indent .icon-close i {opacity: .3;}
.header .form-search .indent .icon-close i:hover {opacity: 1;}
.header .form-search .indent .btn {display: none;}
.header .links { float:right; }
.header .form-search .search-autocomplete { z-index:999; }
.header .form-search .search-autocomplete ul { border:1px solid #ddd; background-color:#fff; }
.header .form-search .search-autocomplete li { padding:3px; border-bottom:1px solid #ddd; cursor:pointer; }
.header .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }

/* header 2 */
#header.header-2 {box-shadow: 0 0;}
.wide-layout #header.header-2 .top-block,
.boxed-layout #header.header-2 .top-block .container{
	padding-top: 1.16em;
	padding-bottom: 1.16em;
	background:#eee;
}
#header.header-2 .logo-wrapper{text-align: center;}
#header.header-2 h2.logo{margin:0; float: none;}
#header.header-2 h2.logo .logo{
	line-height: 60px;
	padding: 15px 0px;
}
#header.header-2 .search-button{margin-right: 0;}
#header.header-2 .form-search .indent{
	width: 100%;
	left: 0;
}
#header.header-2 .search-mini-form{
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 8px 0 0;
}
#header.header-2 .search-mini-form .form-search input{
	color:rgba(255, 255, 255, 0.5);
}
#header.header-2 .search-mini-form .form-search input:focus{
	color:rgba(255, 255, 255, 1);
}
#header.header-2 .search-mini-form .form-search .btn{
	background: #dbdbdb;
	color:#aaa;
	width: 25px;
	height: 26px;
}
#header.header-2 .search-mini-form .form-search .btn i{
	line-height: 24px;
	font-size: 10px;
	color:#808080;
}

#header.header-2 .welcome-msg{color:#808080; margin: 0.5em 0; float: none; margin: 0;}
#header.header-2 .quick-access{margin: 1px 0;}
#header.header-2 .language-currency-wrapper{margin-right: 0;}
#header.header-2 .language-currency-block{margin: 13px 0 0; padding:0; color:#808080;}
#header.header-2 .language-currency-block .currency i{color:#aaa;}
#header.header-2 .with-border .language-currency-block .language{padding: 10px 12px; margin-right: 9px; border-right-color: #ddd;}
#header.header-2 .language-currency-block:hover:after,
#header.header-2 .language-currency-block.open:after{display: none;}
#header.header-2 .language-currency-dropdown .label{color:#666;}
#header.header-2 .language-currency-dropdown{width: 100px;}
#header.header-2 .language-currency-dropdown button.btn.dropdown-toggle{color: #222; background:#fff; border-color: #808080;}
#header.header-2 .language-currency-dropdown .bootstrap-select.btn-group .dropdown-menu{background:#fff;}

#header.header-2 .top-cart{margin-top: 13px;}
#header.header-2 .top-cart .block-title .title-cart{
	padding: 0;
	margin: 0;
	font-size: 20px;
	line-height: 30px;
	text-transform: none;
	border: none;
}
#header.header-2 .top-cart .block-title .cart-qty{color:#fff;}
#header.header-2 .top-cart .block-title .top-cart-icon{margin-right: 9px; font-size: 1.11em;}
#header.header-2 .top-cart .block-title .top-cart-icon i{margin-right: 0;}
#header.header-2 .top-cart .block-title .top-cart-icon i.icon-basket:before{content:'\e9a3'; color:#444;}
#header.header-2 .top-cart .block-title .cartHeader{text-decoration: none;}
#header.header-2 .top-cart .block-content{margin-top:0!important;}
#header.header-2 .top-cart .block-title .cart-qty{line-height: 17px; width: 17px; height: 17px; font-size: 11px; font-family:Verdana,Arial,Helvetica,sans-serif; border-radius:2px;}
#header.header-2 .top-cart .product-name a{color:#666; font-weight: normal;}
#header.header-2 .top-cart .block-content .actions .btn{border: 1px solid;}
#header.header-2 .top-cart .block-content .actions{clear: both; margin-top: 10px;}
#header.header-2 .top-cart .block-content .mini-products-list{width: 100%; overflow: hidden;}

#header.header-2 .menu-block .wrapper-menu{
	border: none;
	padding: 0;
	float: none;
	margin: 0;
	text-align: center;
	position: relative;
}
#header.header-2 .navbar{min-height:0; float: none; display: inline-block;}
#header.header-2 .menu-block .wrapper-menu .navbar-header{float: none;}
#header.header-2 .menu-block .wrapper-menu .navbar-collapse{margin:0; padding: 0; float: none;}
#header.header-2 ul.topmenu{float: none; display: inline-block;}
#header.header-2 ul.topmenu li.level0{padding:0; margin:0; border-top: none;}
#header.header-2 ul.topmenu li.level0:first-child {padding-left: 0;}
#header.header-2 ul.topmenu li.level0 a.level-top{padding:0; border: none; font-size:14px; line-height: 22px; font-weight: bold; text-transform: uppercase;}
#header.header-2 ul.topmenu ul li:not(.item) a {color: #4D4D4D;}
#header.header-2 .nav-wide ul.level0 li.level1 span.subtitle {color: #5F5F5F; text-transform: uppercase;}
#header.header-2 ul.topmenu li.level0 > a.level-top{color: #4D4D4D;}
#header.header-2 ul.topmenu li.level0 > a.level-top:hover{color:#000;}
#header.header-2 .nav-wide ul.level1 li.level2  a{color:#5F5F5F;}
#header.header-2 .nav-wide ul.level1 li.level2  a:hover{color:#000;}
#header.header-2 ul.topmenu > li.level0 > a.level-top{
	position: relative;
	padding:19px 20px;
	letter-spacing: 2px;
}
#header.header-2 ul.topmenu > li.level0 > a.level-top span:after{
	opacity: 0;
	content:'';
	position: absolute;
	left: 7%;
	bottom: 4px;
	width: 86%;
	height: 4px;
	background:#c4b392;
	-moz-transition:opacity 300ms ease;
	-webkit-transition:opacity 300ms ease;
	-o-transition:opacity 300ms ease;
	transition:opacity 300ms ease;
}
#header.header-2 ul.topmenu > li.level0.over > a.level-top span:after,
#header.header-2 ul.topmenu > li.level0.active > a.level-top span:after,
#header.header-2 ul.topmenu > li.level0 > a.level-top:hover span:after{opacity: 1;}
#header.header-2 ul.topmenu > li.level0.parent > a.level-top:after{top: 1em;}
#header.header-2 ul.topmenu .category-label{top: -15px;}
#header.header-2 ul.topmenu .menu-wrapper .category-label{top: -7px;}

#header.header-2 ul.topmenu li.level0.parent a.level-top:after{color:#222;}
#header.header-2 .nav-wide .menu-wrapper {
	background: #f3f3f3;
	color: #222;
}
#header.header-2 .links{margin-left: 0; margin-top: 9px;}
#header.header-2 .customer-name .user-icon,
#header.header-2 .links:not(.default-links) li a.top-link-login{
	height: auto;
	width: auto;
	border: none;
	line-height: normal;
	text-align: center;
	border-radius:0;
	color:#000;
}
#header.header-2 .customer-name .user-icon:hover,
#header.header-2 .links:not(.default-links) li a.top-link-login:hover{background:none;}
#header.header-2 .customer-name-wrapper .customer-name .user-icon span{display: inline-block;}
#header.header-2 .customer-name .user-icon{padding-right: 12px; position: relative;}
#header.header-2 .customer-name .user-icon i{margin-right: 11px; font-size: 1.16em;}
#header.header-2 .customer-name .user-icon:after{
	content:'';
	position: absolute;
	top: 8px;
	right: 0;
	width: 0;
	height: 0;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	border-top: 3px solid #aaa;
}
#header.header-2 .customer-name-wrapper + .links li a:hover{text-decoration: none;}
#header.header-2 .top-cart .block-title .title-cart{border-color: #ff4ea1;}

#header.header-2 .top-cart .block-title .title-cart,
#header.header-2 .top-cart .block-title .top-cart-icon i{color:#ff4ea1;}


#header.header-2 .top-cart .block-title.active .title-cart .top-cart-icon i,
#header.header-2 .top-cart .block-title.active .title-cart .subtotal .price,
#header.header-2 .top-cart .block-title.hover .title-cart .top-cart-icon i,
#header.header-2 .top-cart .block-title.hover .title-cart .subtotal .price{color:#fff;}
#header.header-2 .links:not(.default-links) li a.top-link-login i.fa{line-height: normal;}

/* header 3 */
#header.header-3 .top-block,
#header.header-3 .top-block .container {background-color: transparent; color: rgba(255,255,255,.8);}
#header.header-3 .top-block .container {padding-top: 8px; padding-bottom: 8px;}
#header.header-3 .top-block a {color: rgba(255,255,255,.8);}
#header.header-3 .top-block a:hover {text-decoration: underline;}
#header.header-3 .customer-name .user-icon,
#header.header-3 .links:not(.default-links) li a.top-link-login {color: #fff;}
#header.header-3 .customer-name .user-icon:hover,
#header.header-3 .links:not(.default-links) li a.top-link-login:hover {opacity: .75;}
#header.header-3 .customer-name-wrapper + .links {right: 0;}
#header.header-3 h2.logo a {padding: 26px 0;}
#header.header-3 .bottom-block-inner {position: relative;}
#header.header-3 .left-wrapper {float: left; background-color: #fff; width: 90%; position: absolute;}
#header.header-3 .quick-access {
	float: right;
	height: 90px;
	position: relative;
	top: -4px;
	padding: 1.99em 10px 1.99em 20px;
	background-color: #f5f5f5;
}
#header.header-3 .quick-access:before {
	content: "";
	display: block;
	height: 90px;
	width: 10px;
	position: absolute;
	left: -10px;
	top: 2px;
	background-image: url(../images/top_bar_right_shadow.png);
	background-color: #e3e3e3;
	background-repeat: repeat-y;
	-moz-transform: skewX(0deg) skewY(-25deg);
	-webkit-transform: skewX(0deg) skewY(-25deg);
	-o-transform: skewX(0deg) skewY(-25deg);
	-ms-transform: skewX(0deg) skewY(-25deg);
	transform: skewX(0deg) skewY(-25deg);
}
#header.header-3 .search-button {opacity: 0;}
#header.header-3 .quick-access .search-button {opacity: 1;}
#header.header-3 .nav-wide .menu-wrapper {margin-top: -4px; padding: 0;}
#header.header-3 .nav-wide .menu-wrapper ul.level0 li.level1 > a{background-image: url(../images/box_shadow.png); background-repeat: repeat-x; background-position: left bottom; border: none;}
#header.header-3 .nav-wide ul.level0 li.level1 > ul {margin-right: 0;}

/* header 4 */
.wide-layout #header.header-4 .top-block,
.boxed-layout #header.header-4 .top-block .container {padding-top: 20px; padding-bottom: 20px; background-color: #333; color: #fff;}
#header.header-4 .top-block,
#header.header-4 .top-block .container  {position: relative; z-index: 4;}
#header.header-4 .bottom-block,
#header.header-4 .bottom-block .container {position: relative; z-index: 3;}
#header.header-4 .welcome-msg {float: none; border: none; margin: 0; padding: 0;}
#header.header-4 h2.logo {float: none; margin: 0;}
#header.header-4 h2.logo a {padding: 15px 0;}
#header.header-4 .language-currency-wrapper {float: none; display: inline-block; margin: 25px 0; color: inherit;}
#header.header-4 .links:not(.default-links) li:not(.last) {display: none;}
#header.header-4  .customer-name-wrapper + .links:not(.default-links) {right: 0;}
#header.header-4  .customer-name-wrapper + .links:not(.default-links) li {display: block;}
#header.header-4 .quick-access {padding: 23px 10px; position: static;}
#header.header-4 .top-cart .block-title .title-cart,
#header.header-4 .top-cart .block-title .top-cart-icon i,
#header.header-4 .search-button {color: rgba(255,255,255,.8);}
#header.header-4 .bottom-block {text-align: center;}
#header.header-4 .wrapper-menu {float: none; display: inline-block; vertical-align: middle;}
#header.header-4 ul.topmenu li.level0 {margin: 0; border: none; padding: 20px 0;}
#header.header-4 ul.topmenu li.level0 a.level-top {padding: 9px 20px; line-height: 1;}

/* header 5 */
.header-breadcrumbs-wrapper .vertical-header {position: fixed; left: 0; z-index: 100; width: 250px; box-shadow: 0 0 7px rgba(0,0,0,.2); background-color: #fff;}
body.vertical-header .content-wrapper > .container {padding-left: 310px; margin-left: 0; margin-right: 0;}
#header.header-5 {box-shadow: none;}
#header.header-5 .top-block {background-color: #fff; color: #444; text-align: center;}
#header.header-5 .quick-access {float: none; padding: 20px 0; border-bottom: solid 1px #ddd; position: relative;}
#header.header-5 .top-cart {margin-top: 9px; margin-bottom: 9px;}
#header.header-5 .top-cart .block-content {margin-top: -.9em!important;}
#header.header-5 .top-block {padding: 0!important;}
#header.header-5 .links {width: 25%; margin: 0;}
#header.header-5 .links:not(.default-links) li:not(.last) {display: none;}
#header.header-5 .customer-name .user-icon,
#header.header-5 .links:not(.default-links) li a.top-link-login {color: #444;}
#header.header-5 .language-currency-wrapper {min-width: 25%;}
#header.header-5 .search-button {margin-right: 0; padding: 0 10px; float: none;}
#header.header-5 .form-search .indent {top: 0; left: auto; right: -310px; width: 300px;}
#header.header-5 .logo-block {margin: 22px 0 40px; float: none;}
#header.header-5 h2.logo {margin: 0; float: none;}
#header.header-5 a.logo {padding-bottom: 5px;}
#header.header-5 .welcome-msg {float: none!important; border: none; padding: 0; margin: 12px 0;}
#header.header-5 ul.topmenu {float: none;}
#header.header-5 .wrapper-menu {border-color: rgba(0,0,0,0); float: none; margin: 0;}
#header.header-5 .wrapper-menu .navbar-collapse {padding: 0;}
#header.header-5 .nav-wide li.level1 {margin-bottom: 1em;}
#header.header-5 .nav-wide li.level-top,
#header.header-5 ul.topmenu li.level0,
#header.header-5 ul.topmenu > li,
#header.header-5 ul.topmenu li > a.level-top {display: block; float: none; padding: 0; border: none;}
#header.header-5 ul.topmenu > li {border-bottom: dotted 1px #ddd; width: 100%; text-align: center;}
#header.header-5 ul.topmenu.nav-wide .menu-wrapper {left: 240px; width: 960px;}
#header.header-5 ul.topmenu.nav-wide .menu-wrapper.default-menu,
#header.header-5 ul.topmenu:not(.nav-wide) li.level-top > ul,
#header.header-5 ul.topmenu:not(.nav-wide) li.level-top > div {width: 200px; left: 240px!important; top: 0;}
#header.header-5 ul.topmenu li.level0 a.level-top {font-size: 16px; text-transform: uppercase; color: #444; padding: .75em 0;}
#header.header-5 ul.topmenu .category-label {top: -5px; left: 20px;}
#header.header-5 ul.topmenu ul .category-label {top: -6px; left: 10px;}
#header.header-5 ul.topmenu ul li a {padding-top: .5em; padding-bottom: .5em;}
#header.header-5 .top-cart.horizontal {position: static; float: left;}
#header.header-5 .customer-name-block {margin: 3px 0; }
#header.header-5 .customer-name-wrapper {margin-right: 10px;}
#header.header-5 .customer-name-wrapper .user-icon {font-size: 16px;}
.header-breadcrumbs-wrapper .vertical-header + .breadcrumbs-wrapper .container {margin-left: 0; padding-left: 310px;}
#header.header-5 .container {width: auto!important; padding: 0;}
.vertical-header .breadcrumbs-wrapper {background-color: #eee; margin-bottom: 1em;}
#header.header-5 ul.topmenu li.level0:hover,
#header.header-5 ul.topmenu li.level0.over a.level-top,
#header.header-5 ul.topmenu.navbar-nav li.level0.active > a.level-top {color: #afafaf;}
#header.header-5  .customer-name-wrapper + .links:not(.default-links) {right: 0; text-align: left;}
#header.header-5  .customer-name-wrapper + .links:not(.default-links) li {display: block;}

.custom-block .mobile-button {
	font-size: 14px;
	float: right;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
	display: none;
}
.custom-block .footer-links {padding: 0; position: relative; display: inline-block;}
.custom-block .footer-links ul {background-color: #fff; box-shadow: 0 0 5px rgba(0,0,0,.2); padding-left: 20px; padding-right: 20px; width: 146px; position: absolute; bottom: 40px; left: 50%; margin-left: -73px; z-index: 9999; display: none; margin-bottom: 0;}
.custom-block .footer-links li {display: block; margin: 0; border-bottom: dotted 1px #ddd;}
.custom-block .footer-links li:not(:first-child ) a:before {content: none;}
.custom-block .footer-links ul li a {padding: .5em 0; display: inline-block; color: #aaa;}
.custom-block .footer-links-button {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	float: right;
	font-size: 18px;
	display: inline-block;
	cursor: pointer;
	border-top: solid 3px transparent;
	color: rgba(0,0,0,.7);
	transition: background-color 300ms ease, border-color 300ms ease;
	-moz-transition: background-color 300ms ease, border-color 300ms ease;
	-webkit-transition: background-color 300ms ease, border-color 300ms ease;
}
.custom-block .footer-links-button:hover,
.custom-block .footer-links-button.active {border-color: #000; background-color: #eee;}
.custom-block {/* position: absolute;  */right: 10px; left: 10px; bottom: 15px; opacity: 0; top: auto;}
.custom-block .social-links-wrapper {text-align: center;}
.custom-block .social-links-wrapper .social-links {float: none; display: inline-block;}
.custom-block .social-links-wrapper .social-links a i {color: #626262;}
.custom-block .social-links-wrapper .social-links a i:hover {color: #222;}
.custom-block .store-switcher-wrapper {margin: 10px 0;}
.custom-block .store-switcher-wrapper label {display: none;}
.custom-block .store-switcher-wrapper .bootstrap-select {width: 100%!important;}

.custom-block .copyright {margin: 1em 0;}
#header.header-5 .top-cart .block-title .title-cart {padding: 0;}
#header.header-5 .top-cart .block-content {width: 250px; right: -10px;}
#header.header-5 .top-cart .img-container {width: 52px;}
#header.header-5 .nav-wide a.level-top span {display: block; padding-right: 20px; margin-right: -20px;}
#header.header-5 .top-cart .block-title .subtotal {line-height: 1;}
#header.header-5 .top-cart .block-content .subtotal .label,
#header.header-5 .top-cart .block-content .subtotal .price {font-size: 1.5em;}

.wide-layout #header.header-6 .bottom-block,
.boxed-layout #header.header-6 .bottom-block .container,
.wide-layout #header.header-6 .top-block,
.boxed-layout #header.header-6 .top-block .container {background-color: transparent;}
#header.header-6 .links {margin: 0;}
#header.header-6 h2.logo {line-height: 90px; padding-left: 20px;}
#header.header-6 h2.logo a {padding: 15px 0px; line-height: 60px;}
#header.header-6 .welcome-msg {padding: 0 0 0 20px; border-width: 0; margin: 0; color: #515e61; line-height: 34px;}
#header.header-6 .bottom-block-wrapper,
.boxed-layout #header.header-6 .bottom-block-wrapper {background-color: #183964;}
#header.header-6 ul.topmenu {padding: 0 15px;}
#header.header-6 ul.topmenu li.level0{margin: 20px 2px; padding: 0; -webkit-border-radius: 5px; border-radius: 5px; border-width: 0;}
#header.header-6 ul.topmenu li.level0 a.level-top {color: #ffffff; -webkit-border-radius: 5px; border-radius: 5px; padding: 15px 20px;}
#header.header-6 .links:not(.default-links) li a.top-link-login i {line-height: 34px;}
#header.header-6  .customer-name .user-icon, #header.header-6  .links:not(.default-links) li a.top-link-login {display: inline;}
#header.header-6 .language-currency-block {padding: 4px 6px 5px 10px; margin: 1px 0;}
#header.header-6 .top-cart {margin-bottom: 0;}
#header.header-6 .form-search .indent {right: 10px; width: 30%; z-index: 9999; left: auto;}
#header.header-6 .form-search input {color: #fff;}
#header.header-6 .form-search .indent .icon-search {color: #fff;}
#header.header-6 .search-button {line-height: 34px; margin: 0; padding: 0;}

#header.header-7 {box-shadow: none;}
.wide-layout #header.header-7 .top-block,
.boxed-layout #header.header-7 .top-block .container {background: none; color: #a1a2a7;}
#header.header-7 ul.social-links li a i,
#header.header-7 a,
#header.header-7 .customer-name .user-icon {color: #a1a2a7;}
#header.header-7 a:hover {text-decoration: underline;}
#header.header-7 .logo-block {padding: 26px 0;}
#header.header-7 h2.logo {float: none;}
#header.header-7 .inner {border-bottom: solid 1px #000;}
#header.header-7 .bottom-block {text-align: center;}
#header.header-7 .wrapper-menu {float: none; display: inline-block; vertical-align: top;}
#header.header-7 .quick-access {padding: 10px 20px; position: absolute; right: 0; bottom: 0;}
#header.header-7 .form-search .indent {right: 10px; width: 400px; left: auto;}
#header.header-7 .language-currency-block {border-color: rgba(0,0,0,.2);}

.wide-layout #header.header-8 .top-block,
.boxed-layout #header.header-8 .top-block .container {background-color: #242b33; color: #55616d; font-size: 14px;}
#header.header-8 .top-block .welcome-msg {border: none;}
.wide-layout #header.header-8 .bottom-block,
.boxed-layout #header.header-8 .bottom-block .container {background-color: #0c141d; color: #8b989b; font-size: 14px;}
#header.header-8 h2.logo a {padding-top: 22px; padding-bottom: 22px;}
#header.header-8 .quick-access {padding-top: 24px; padding-bottom: 24px;}
#header.header-8 ul.topmenu li.level0 {margin: 0; padding: 0; border: none;}
#header.header-8 ul.topmenu li.level0 a.level-top {font-size: 17px; color: #8b989b; padding: 33px 20px;}
#header.header-8 .wrapper-menu {float: right;}
#header.header-8 ul.topmenu li.level0:hover,
#header.header-8 ul.topmenu li.level0.over a.level-top,
#header.header-8 ul.topmenu.navbar-nav li.level0.active > a.level-top {color: #cbd8da;}
#header.header-8 ul.topmenu li.level0:hover a.level-top:after,
#header.header-8 ul.topmenu li.level0.over a.level-top:after,
#header.header-8 ul.topmenu.navbar-nav li.level0.active > a.level-top:after {
	content: "";
    position: absolute;
    z-index: 203;
	background: none !important;
	border-color: transparent transparent #cccccc transparent;
	border-style: solid;
	border-width: 0 7px 7px;
	display: block;
	height: 0;
	left: 50%;
	margin-left: -7px;
	bottom: 0;
	width: 0;
}
#header.header-8 .language-currency-wrapper {color: #8b989b;}
#header.header-8 .language-currency-block {border-color: rgba(255,255,255,.2);}
#header.header-8 .custom-links {margin: 12px 0 12px 0;}
#header.header-8 .custom-links li {display: inline-block; margin-right: 6px; padding-right: 6px; border-right: 1px solid rgba(255,255,255,.1);}
#header.header-8 .custom-links li:last-of-type {padding: 0; margin: 0; border: none;}
#header.header-8 .custom-links li a {color: inherit;}
#header.header-8 .custom-links li a:hover {text-decoration: underline;}

#header.header-9 {box-shadow: none;}
#header.header-9 .wrapper-menu {float: right;}
.wide-layout #header.header-9 .top-block,
.boxed-layout #header.header-9 .top-block .container {background-color: #3a322c; color: #a9a198;}
.wide-layout #header.header-9 .bottom-block,
.boxed-layout #header.header-9 .bottom-block .container {background-color: #e6e6e6; color: #79736f; font-size: 14px;}
#header.header-9 ul.topmenu li.level0 {padding: 13px 0; margin: 0; border: none;}
#header.header-9 ul.topmenu li.level0 a.level-top {border-color: transparent; font-size: 15px; text-transform: uppercase; color: #79736f; letter-spacing: 1px;}
#header.header-9 ul.topmenu li.level0:hover a.level-top,
#header.header-9 ul.topmenu li.level0.over a.level-top,
#header.header-9 ul.topmenu.navbar-nav li.level0.active > a.level-top {background: url(../images/be_skin9_menu_marker.png) center center repeat-x; color: #382b21;}
#header.header-9 .language-currency-block {padding: 5px 4px 5px 10px; border-color: rgba(255,255,255,.2);}
#header.header-9 .quick-access {padding: 7px 0;}
#header.header-9 .search-button {margin: 7px 10px 6px 0;}
#header.header-9 .top-cart {margin: 5px 10px 5px 0;}
#header.header-9 .welcome-msg {border: none;}
#header.header-9 .top-cart .block-title .top-cart-icon i,
#header.header-9 .search-button,
#header.header-9 .language-currency-block {color: #a9a198;}
#header.header-9 .top-block .container {position: relative; z-index: 9999;}
#header.header-9 .customer-name-block {margin-top: 10px; margin-left: 5px;}

#header.header-10 {box-shadow: 0 0;}
#header.header-10 .links-block > .container{background:#6A5C4F; position: relative;}
.wide-layout #header.header-10 .top-block,
.boxed-layout #header.header-10 .top-block .container{background:#4b4138;}
.boxed-layout #header.header-10 .top-block > .container{position: relative;}
#header.header-10 .logo-wrapper{text-align: center;}
#header.header-10 h2.logo{margin:0; float: left;}
#header.header-10 h2.logo .logo{
	height: 90px;
	line-height: 55px;
	padding: 15px 15px 15px 30px;
}
#header.header-10 .search-button{margin-right: 0; color:#ACBAAB;}
#header.header-10 .form-search .indent{
	width: 100%;
	left: 0;
}
#header.header-10 .search-mini-form{
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 8px 0 0;
}
#header.header-10 .search-mini-form .form-search input{
	color:rgba(255, 255, 255, 0.5);
}
#header.header-10 .search-mini-form .form-search input:focus{
	color:rgba(255, 255, 255, 1);
}
#header.header-10 .search-mini-form .form-search .btn{
	background: #dbdbdb;
	color:#aaa;
	width: 25px;
	height: 26px;
}
#header.header-10 .search-mini-form .form-search .btn i{
	line-height: 24px;
	font-size: 10px;
	color:#808080;
}
#header.header-10 .form-search .indent{z-index:9999;}

#header.header-10 .welcome-msg{color:#fff; margin:0; font-size:15px; float: left; padding: 16px 0 10px; border: none;}
#header.header-10 .quick-access{margin:0; padding:16px 30px 16px 0;}
#header.header-10 .language-currency-wrapper{margin-right: 0;}
#header.header-10 .language-currency-block{margin: 13px 0 0; padding:0; color:#ACBAAB; border-radius: 2px; border-color: #ACBAAB;}
#header.header-10 .language-currency-block .currency i{color:#aaa;}
#header.header-10 .with-border .language-currency-block .language{padding: 10px 12px; margin-right: 9px; border-right-color: #ACBAAB;}
#header.header-10 .language-currency-block:hover:after,
#header.header-10 .language-currency-block.open:after{display: none;}
#header.header-10 .language-currency-dropdown .label{color:#666;}
#header.header-10 .language-currency-dropdown{width: 100px;}
#header.header-10 .language-currency-dropdown button.btn.dropdown-toggle{color: #222; background:#fff; border-color: #808080;}
#header.header-10 .language-currency-dropdown .bootstrap-select.btn-group .dropdown-menu{background:#fff;}
#header.header-10 .customer-name .user-icon,
#header.header-10 .links:not(.default-links) li a.top-link-login{
	margin-top: 10px;
	margin-bottom: 10px;
}
#header.header-10 .customer-name-wrapper + .links{z-index:9999;}

#header.header-10 .top-cart{margin-top: 13px; margin-right: 0; margin-left: 7px;}
#header.header-10 .top-cart .block-title .title-cart{
	padding: 0;
	margin: 0;
	font-size: 20px;
	line-height: 30px;
	text-transform: none;
	border: none;
}
#header.header-10 .top-cart .block-title .cart-qty{color:#fff;}
#header.header-10 .top-cart .block-title .top-cart-icon{margin-right: 9px; font-size: 1.11em;}
#header.header-10 .top-cart .block-title .top-cart-icon i{margin-right: 0;}
#header.header-10 .top-cart .block-title .top-cart-icon i.icon-basket:before{content:'\e9a3';}
#header.header-10 .top-cart .block-title .cartHeader{text-decoration: none;}
#header.header-10 .top-cart .block-content{margin-top:0!important;}
#header.header-10 .top-cart .block-title .cart-qty{line-height: 17px; width: 17px; height: 17px; font-size: 11px; font-family:Verdana,Arial,Helvetica,sans-serif; border-radius:2px;}
#header.header-10 .top-cart .product-name a{color:#666; font-weight: normal;}
#header.header-10 .top-cart .block-content .actions .btn{border: 1px solid;}
#header.header-10 .top-cart .block-content .actions{clear: both; margin-top: 10px;}
#header.header-10 .top-cart .block-content .mini-products-list{width: 100%; overflow: hidden;}

#header.header-10 .wrapper-menu{float: right;}
#header.header-10 .menu-block{position: static;}
#header.header-10 .menu-block .wrapper-menu{
	border: none;
	padding: 0;
	float: right;
	margin: 0;
	text-align: center;
}
#header.header-10 .navbar{min-height:0; margin:0; float: none; display: block;}
#header.header-10 .menu-block .wrapper-menu .navbar-header{float: none;}
#header.header-10 .menu-block .wrapper-menu .navbar-collapse{margin:0; padding: 0; float: none;}
#header.header-10 ul.topmenu{float: none; display: block;}
#header.header-10 ul.topmenu li.level0{padding:0; margin:0; border-top: none;}
#header.header-10 ul.topmenu li.level0:first-child {padding-left: 0;}
#header.header-10 ul.topmenu li.level0 a.level-top{padding:0; border: none; font-size:16px; line-height: 60px; font-weight: normal;}
#header.header-10 ul.topmenu ul li:not(.item) a {color: #4D4D4D;}
#header.header-10 .nav-wide ul.level0 li.level1 span.subtitle {color: #5F5F5F; text-transform: uppercase;}
#header.header-10 ul.topmenu li.level0 > a.level-top{color:#c2b2a1;}
#header.header-10 ul.topmenu li.level0 > a.level-top:hover{color:#000;}
#header.header-10 .nav-wide ul.level1 li.level2  a{color:#5F5F5F;}
#header.header-10 .nav-wide ul.level1 li.level2  a:hover{color:#000;}
#header.header-10 ul.topmenu > li.level0 > a.level-top{
	position: relative;
	padding:15px 20px;
}
#header.header-10 ul.topmenu > li.level0 > a.level-top span:after{
	display: none;
	opacity: 0;
	content:'';
	position: absolute;
	left: 7%;
	bottom: 4px;
	width: 86%;
	height: 4px;
	background:#c4b392;
	-moz-transition:opacity 300ms ease;
	-webkit-transition:opacity 300ms ease;
	-o-transition:opacity 300ms ease;
	transition:opacity 300ms ease;
}
#header.header-10 ul.topmenu > li.level0.over > a.level-top span:after,
#header.header-10 ul.topmenu > li.level0.active > a.level-top span:after,
#header.header-10 ul.topmenu > li.level0 > a.level-top:hover span:after{opacity: 1;}
#header.header-10 ul.topmenu > li.level0.parent > a.level-top:after{top: 1em;}
#header.header-10 ul.topmenu .category-label{top: -15px;}
#header.header-10 ul.topmenu .menu-wrapper .category-label{top: -7px;}

#header.header-10 ul.topmenu li.level0.parent a.level-top:after{color:#222;}
#header.header-10 .nav-wide .menu-wrapper {
	background: #f3f3f3;
	color: #222;
}
#header.header-10 .top-block .navbar-toggle i {font-size: 24px;}
#header.header-10 .top-block .navbar-toggle:after{display: none;}

#header.header-10 .links{margin-left: 0; margin-top: 0;}
#header.header-10 .customer-name .user-icon,
#header.header-10 .links:not(.default-links) li a.top-link-login{
	height: auto;
	width: auto;
	border: none;
	line-height: normal;
	text-align: center;
	border-radius:0;
	color:#fff;
}
#header.header-10 .customer-name .user-icon:hover,
#header.header-10 .links:not(.default-links) li a.top-link-login:hover{background:none;}
#header.header-10 .customer-name-wrapper .customer-name .user-icon span{display: inline-block;}
#header.header-10 .customer-name .user-icon{padding-right: 12px; position: relative;}
#header.header-10 .customer-name .user-icon i{margin-right: 11px; font-size: 1.16em;}
#header.header-10 .customer-name .user-icon:after{
	content:'';
	position: absolute;
	top: 8px;
	right: 0;
	width: 0;
	height: 0;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	border-top: 3px solid #aaa;
}
#header.header-10 .customer-name-wrapper + .links li a:hover{text-decoration: none;}

#header.header-10 .customer-name .user-icon,
#header.header-10 .links:not(.default-links) li a.top-link-login {
    margin-top: 12px;
    margin-bottom: 8px;
}
.wide-layout #header.header-11 .top-block,
.boxed-layout #header.header-11 .top-block .container {background-color: transparent; color: rgba(104, 110, 126, 0.6);}
#header.header-11 .top-block a {color: inherit;}
#header.header-11 .top-block a:hover {text-decoration: underline;}
#header.header-11 .welcome-msg {border-color: rgba(104, 110, 126, 0.6);}
.wide-layout #header.header-11 .bottom-block,
.boxed-layout #header.header-11.bottom-block .container {background: none; padding-top: 0; padding-bottom: 0;}
#header.header-11 .bottom-block-inner {border: solid 1px #dfdfdf; background-color: rgba(255,255,255,.7);}
#header.header-11 .wrapper-menu {margin: 3px 0 1px;}
#header.header-11 ul.topmenu li.level0 {border-top: none; margin-top: 0; border-bottom: solid 3px transparent; padding: 13px 0; margin-bottom: -3px;}
#header.header-11 ul.topmenu li.level0 a.level-top {text-transform: uppercase; color: #79736f; font-weight: 700; border-color: transparent; color: #03153a; letter-spacing: 2px;}
#header.header-11 h2.logo a {padding: 25px 0;}
#header.header-11 .quick-access {padding-top: 25px; padding-bottom: 24px;}
#header.header-11 .top-cart .block-title .top-cart-icon i:before {content: '\e9a3';}
#header.header-11 .customer-name-wrapper + .links {right: 0;}
#header.header-11 .custom-links {margin: 12px 0 12px 0;}
#header.header-11 .custom-links li {display: inline-block; margin-right: 6px; padding-right: 6px;}
#header.header-11 .custom-links li:last-of-type {padding: 0; margin: 0; border: none;}
#header.header-11 .custom-links li a {color: inherit;}
#header.header-11 .custom-links li a:hover {text-decoration: underline;}

#header.header-12 .top-block > .container{position: relative;}
#header.header-12 h2.logo{margin: 0; padding: 0 10px 0 0;}
#header.header-12 h2.logo a.logo{
	display: block;
	padding: 26px 0;
	margin:0;
}
#header.header-12 .navbar-default .navbar-collapse,
#header.header-12 .navbar-default .navbar-form{padding-left: 0;}
#header.header-12 ul.topmenu li.level0 {border: none; margin: 0; padding: 0;}
#header.header-12 a.level-top {font-size: 18px; color: #010B23; padding: 32px 20px; border-color: transparent;}
#header.header-12 a.level-top:after{
	content: "";
	position: absolute;
	width: 1px;
	height: 67%;
	background:rgba(0,0,0, 0.05);
	right: 0;
	top: 16.5%;
}
#header.header-12 li.level-top:last-of-type a.level-top:after{display: none;}
#header.header-12  a.level-top:before{
	content: "";
	position: absolute;
	z-index: 9999;
	opacity: 0;
	display: block;
	height: 0;
	left: 50%;
	margin-left: -7px;
	top: auto;
	bottom: 0;
	width: 0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #010b23;
}

#header.header-12 .over a.level-top:before,
#header.header-12 .active a.level-top:before,
#header.header-12 .over a.level-top:hover:before{
	opacity: 1;
}

#header.header-12 .customer-name .user-icon,
#header.header-12 .links:not(.default-links) li a.top-link-login{color:#010B23;}
.wide-layout #header.header-12  .top-block,
.boxed-layout #header.header-12  .top-block .container{background:none;}
#header.header-12 .wrapper-menu {float: right;}
#header.header-12 .quick-access {padding: 25px 0 25px 20px;}
#header.header-12 .form-search .indent{
	left: auto;
	right: 0;
	width: 100%;
    z-index:9999;
}
#header.header-12 .nav-wide ul.level0 li.level1 > a,
#header.header-12 .nav-wide ul.level0 li.level1 > ul{padding-left: 10px;}
#header.header-12 .top-cart .block-content .actions{clear: both;}
#header.header-12 .customer-name .user-icon,
#header.header-12 .links:not(.default-links) li a.top-link-login{margin: 11px 0;}
#header.header-12 .form-search input{color:#fff;}
#header.header-12 .customer-name-wrapper + .links li a i{margin-top: -4px;}

#header.header-12 .nav-wide ul.level0 li.level1 > a,
#header.header-12 .nav-wide ul.level0 li.level1 > ul{padding-left: 10px;}
#header.header-12 .top-cart{margin-top: 18px;}
#header.header-12 .top-cart .cart-price-qt strong{line-height: 1.8em;}
#header.header-12 .top-cart .block-content .actions{clear: both;}
#header.header-12 .customer-name .user-icon,
#header.header-12 .links:not(.default-links) li a.top-link-login{margin: 11px 0;}
#header.header-12 .search-button{margin-top: 20px;}
#header.header-12 .form-search input{color:#fff;}
#header.header-12 .customer-name-wrapper + .links li a i{margin-top: -4px;}
#header.header-12 .customer-name-block{margin-right: 9px;}
#header.header-12 .links-block > .container{position: relative;}

.wide-layout #header.header-13 .top-block,
.boxed-layout #header.header-13 .top-block .container {background-color: #f4d028;}
#header.header-13 .top-cart .block-content .subtotal .label,
#header.header-13 .top-cart .block-content .subtotal .price {font-size: 22px;}
#header.header-13 ul.topmenu li.level0 {padding: 0; margin: 25px 0; border-width: 0;}
#header.header-13 .menu-block .wrapper-menu {border-width: 0;}
#header.header-13 ul.topmenu:not(.nav-wide) ul, ul.topmenu:not(.nav-wide) div {z-index: 99999;}
#header.header-22 .links:not(.default-links) li:not(.last) {display: none;}
#header.header-22 .customer-name-wrapper + .links:not(.default-links) li {display: block;}
#header.header-13 .top-cart .block-title .cart-qty:hover {background-color: #444;}
#header.header-13 .topmenu.navbar-collapse.collapse {z-index: 9999;}
#header.header-13 .form-search .indent {z-index: 9999; left: 0; right: 0; margin: 0 auto;}
#header.header-13 .welcome-msg {color: #fff; padding-left: 20px; border-width: 0;}
#header.header-13 .links {margin-left: 0;}
#header.header-13 .language-currency-wrapper {margin-right: 5px;}
#header.header-13 h2.logo a {padding: 15px 0;}
#header.header-13 .quick-access {float: right; padding: 2px 0 0 0;}
#header.header-13 .bottom-block {padding: 15px 0;}
#header.header-13 .links:not(.default-links) li:not(.last) {display: none;}
#header.header-13 .customer-name-wrapper + .links:not(.default-links) li {display: block;}
#header.header-13 ul.topmenu li.level0 a.level-top {
	font-size: 14px;
	color: #444;
	font-weight: 400;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	padding-top: 10px;
	line-height: 20px;
	padding-bottom: 10px;
	border-width: 0;
}
#header.header-13 ul.topmenu li.level0 {padding: 0; margin: 25px 0; border-width: 0;}
#header.header-13 .menu-block .wrapper-menu {border-width: 0;}
#header.header-13 ul.topmenu:not(.nav-wide) ul, ul.topmenu:not(.nav-wide) div {z-index: 99999;}
#header.header-13 .links:not(.default-links) li a.top-link-login i,
#header.header-13 .top-cart .block-title .top-cart-icon i,
#header.header-13 .search-button {color: #fff;}
#header.header-13 .links:not(.default-links) li a.top-link-login:hover i,
#header.header-13 .top-cart .block-title .top-cart-icon:hover i,
#header.header-13 .search-button:hover {color: #444;}
#header.header-13 .topmenu.navbar-collapse.collapse {z-index: 9999;}
#header.header-13 .form-search .indent {z-index: 9999; left: 0; right: 0; margin: 0 auto;}
#header.header-13 .welcome-msg {color: #fff; padding-left: 20px; border-width: 0;}
#header.header-13 h2.logo a {padding: 15px 0;}
#header.header-13 .quick-access {float: right; padding: 2px 0 0 0;}
#header.header-13 .bottom-block {padding: 15px 0;}
#header.header-13 .navbar-default .navbar-toggle:hover,
#header.header-13 .navbar-default .navbar-toggle:focus {background-color: transparent; color: #e0bb11;}
#header.header-13 .form-search .indent .icon-search, #header.header-13 .form-search input {color: #fff;}
#header.header-13 .links:not(.default-links) li:not(.last) {display: none;}
#header.header-13 .customer-name-wrapper + .links:not(.default-links) li {display: block;}

.wide-layout #header.header-14 .top-block,
.boxed-layout #header.header-14 .top-block .container {background-color: transparent; color: #444; font-size: 1em; border-bottom: solid 1px rgba(0,0,0,.08); padding-top: 6px; padding-bottom: 6px;}
#header.header-14 h2.logo a {padding: 12px 0 11px;}
#header.header-14 ul.topmenu li.level0 a.level-top {padding: 5px 20px;}
#header.header-14 .quick-access {padding: 11px 20px 10px;}
#header.header-14 .customer-name-block {margin: 5px 10px 4px 0;}
#header.header-14 .customer-name .user-icon,
#header.header-14 .links:not(.default-links) li a.top-link-login {
	text-align: center;
	display: block;
	cursor: pointer;
	font-size: 16px;
	line-height: 20px;
	margin: 5px 0;
	color: #444;
}
#header.header-14 .links:not(.default-links) li a.top-link-login {font-size: 0; margin: 3px 0 1px;}
#header.header-14 .links:not(.default-links) li a.top-link-login i {font-size: 16px;}
#header.header-14 .links {margin: 0 10px 0 0;}
#header.header-14 .links:not(.default-links) li:not(.last) {display: none;}
#header.header-14  .customer-name-wrapper + .links:not(.default-links) li {display: block;}
#header.header-14 .welcome-msg {border: none; margin: 20px 0 19px;}

#header.header-15 ul.topmenu li.level0,
#header.header-15 ul.topmenu li.level0 a.level-top {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#header.header-15 .form-search .indent .icon-search,
#header.header-15 .form-search .indent .icon-close {color: #fff;}
#header.header-15 .top-cart .block-content .subtotal .label,
#header.header-15 .top-cart .block-content .subtotal .price {font-size: 24px;}
.wide-layout #header.header-15 .top-block,
.boxed-layout #header.header-15 .top-block .container {background-color: #272727;}
#header.header-15 .top-cart .cart-price-qt strong {background-color: transparent; color: #666;}
#header.header-15 .top-cart .block-content .subtotal .label,
#header.header-15 .top-cart .block-content .subtotal .price {font-size: 24px;}
#header.header-15 .welcome-msg {color: #fff; border-width: 0; margin-left: 20px;}
#header.header-15 .top-cart {margin-left: 4px;}
#header.header-15 .links {margin-left:0;}
#header.header-15 .quick-access {padding: 11px 0;}
#header.header-15 .language-currency-block:after {content: none;}
#header.header-15 h2.logo a {padding: 0;}
#header.header-15 ul.topmenu:not(.nav-wide) ul,
#header.header-15 ul.topmenu:not(.nav-wide) div {top: 100% !important; margin-top: 3px;}
#header.header-15 ul.topmenu li.level0 {margin: 0 0 -3px 0; padding: 10px 0 0; border-top-width: 0; border-bottom: 3px solid transparent;}
#header.header-15 .bottom-block {
	background:rgba(0,0,0,.7);
	z-index: 99; position: relative;
	opacity: .97; filter: alpha(opacity = 97);
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
}

#header.header-15 h2.logo {padding: 14px 0; line-height: 20px;}
#header.header-15 ul.topmenu li.level0 a.level-top {padding: 12px 20px 22px; font-size: 16px; line-height: 17px; border-width: 0; color: #8f9090;}

.wide-layout #header.header-16 .top-block,
.boxed-layout #header.header-16 .top-block .container {background-color: transparent; padding-bottom: 20px;}
#header.header-16 .top-block .container {position: relative; z-index: 9999;}
#header.header-16 h2.logo a {padding: 0;}
#header.header-16 .wrapper-menu {float: right;}
#header.header-16 ul.topmenu li.level0  {border: none; margin: 0 2px; padding: 0;}
#header.header-16 ul.topmenu li.level0 a.level-top {font-size: 18px; padding: 12px 20px; border-radius: 5px;}
#header.header-16 .search-button {color: #fff;}
#header.header-16 .quick-access {padding: 11px 20px 10px;}
#header.header-16 .customer-name-block {margin: 5px 10px 4px 0;}
#header.header-16 .customer-name .user-icon,
#header.header-16 .links:not(.default-links) li a.top-link-login {
	text-align: center;
	display: block;
	cursor: pointer;
	font-size: 16px;
	line-height: 20px;
	margin: 5px 0;
	color: #444;
}
#header.header-16 .links:not(.default-links) li a.top-link-login {font-size: 0; margin: 3px 0 1px;}
#header.header-16 .links:not(.default-links) li a.top-link-login i {font-size: 16px;}
#header.header-16 .links {margin: 0 10px 0 0;}
#header.header-16 .links:not(.default-links) li:not(.last) {display: none;}
#header.header-16 .customer-name-wrapper + .links:not(.default-links) li {display: block;}
#header.header-16 .welcome-msg {margin: 20px 0;}

#header.header-17 ul.topmenu li.level0,
#header.header-17 ul.topmenu li.level0 a.level-top {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.wide-layout #header.header-17 .top-block,
.boxed-layout #header.header-17 .top-block .container,
.wide-layout #header.header-17 .bottom-block,
.boxed-layout #header.header-17 .bottom-block .container {background-color: #e7e4db;}
.boxed-layout #header.header-17 .bottom-block:after,
.wide-layout #header.header-17 .bottom-block:after {
	background: url('../images/be_skin18_header_bg.png') repeat-x;
	content: "";
	display: block;
	height: 21px;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 21;
}
#header.header-17 .form-search input,
#header.header-17 .form-search .indent .icon-search,
#header.header-17 .form-search .indent .icon-close {color: #fff;}
#header.header-17 .links:not(.default-links) li:not(.last) {display: none;}
#header.header-17 .customer-name-wrapper + .links:not(.default-links) li {display: block;}
#header.header-17 .links {margin-left: 3px;}
#header.header-17 .links:not(.default-links) li a.top-link-login i {font-size: 16px;}
#header.header-17 .language-currency-wrapper {margin: 0 7px 0 10px;}
#header.header-17 .language-currency-block {border-color: rgba(0,0,0, .4);}
#header.header-17 .left-wrapper {float: left;}
#header.header-17 .top-cart .block-title .cart-qty {line-height: 16px;}
#header.header-17 .customer-name-wrapper + .links li a i {line-height: 1.5em;}
#header.header-17 .welcome-msg {color: #372921; border-width: 0; margin-left: 20px; margin-bottom: 0; margin-top: 30px;}
#header.header-17 .quick-access {padding: 21px 0;}
#header.header-17 h2.logo a {padding: 5px 0 15px;}
#header.header-17 ul.topmenu li.level0 {border-width: 0; padding: 20px 0;}
#header.header-17 ul.topmenu li.level0 a.level-top {color: #372921; font-size: 16px; border-width: 0; padding: 14px 20px;}


#header.header-18 {padding-top: 60px;}
.header-with-image .header-breadcrumbs-wrapper:not(.with-breadcrumbs) #header.header-18 {padding-bottom: 60px;}
.boxed-layout #header.header-18 .top-block .container {background-color: transparent;}
#header.header-18 .top-block-inner {padding: 0 20px; background-color: rgba(0,0,0,.75); position: relative; z-index: 9999;}
#header.header-18 .bottom-block-inner {background-color: #0e181d;}
#header.header-18 h2.logo a {padding: 25px 0;}
#header.header-18 .wrapper-menu {float: right;}
#header.header-18 ul.topmenu li.level0 {border: none; margin: 0; padding: 20px 0;}
#header.header-18 ul.topmenu li.level0 a.level-top {font-size: 14px; font-weight: 400; color: #b9c1c4; border-radius: 5px; padding: 15px 20px; border: none;}
#header.header-18 ul.topmenu li.level0:hover a.level-top,
#header.header-18 ul.topmenu li.level0.over a.level-top,
#header.header-18 ul.topmenu.navbar-nav li.level0.active a.level-top {background-color: #25333b; color: #fff;}
#header.header-18 .quick-access {padding: 11px 0 10px;}
#header.header-18 .customer-name-block {margin: 5px 10px 4px 0;}
#header.header-18 .customer-name .user-icon,
#header.header-18 .links:not(.default-links) li a.top-link-login {
	text-align: center;
	display: block;
	cursor: pointer;
	font-size: 16px;
	line-height: 20px;
	margin: 5px 0;
	color: #fff;
}
#header.header-18 .search-button,
#header.header-18 .top-cart .block-title .top-cart-icon i,
#header.header-18 .language-currency-block i {color: #fff;}
#header.header-18 .links:not(.default-links) li a.top-link-login {font-size: 0; margin: 3px 0 1px;}
#header.header-18 .links:not(.default-links) li a.top-link-login i {font-size: 16px;}
#header.header-18 .links {margin: 0 10px 0 0;}
#header.header-18 .links:not(.default-links) li:not(.last) {display: none;}
#header.header-18 .customer-name-wrapper + .links:not(.default-links) li {display: block;}
#header.header-18 .welcome-msg {margin: 20px 0; border: none; color: #fff;}

#header.header-19 .customer-name-block {margin: 5px 0 5px 8px;}
#header.header-19 .customer-name-wrapper + .links li a i {line-height: 1.5em;}
#header.header-19 .top-cart .block-content .subtotal .label,
#header.header-19 .top-cart .block-content .subtotal .price {font-size: 22px;}
#header.header-19 ul.topmenu li.level0:hover,
#header.header-19 ul.topmenu li.level0.over,
#header.header-19 ul.topmenu.navbar-nav li.level0.active,
#header.header-19 ul.topmenu li.level0,
#header.header-19 ul.topmenu li.level0 a.level-top {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#header.header-19 .links:not(.default-links) li:not(.last) {display: none;}
#header.header-19 .customer-name-wrapper + .links:not(.default-links) li {display: block;}
#header.header-19 .customer-name-wrapper + .links li a i {line-height: 9px;}
#header.header-19 .wrapper-menu {position: relative; float: right;}
#header.header-19 .language-currency-wrapper {margin-left: 10px;}
#header.header-19 ul.topmenu li.level0 a.level-top  {color: #a26d47; font-size: 17px; border-width: 0; padding: 10px 10px;}
#header.header-19 .left-wrapper {float: left;}
#header.header-19 h2.logo {margin: 0 30px;}
#header.header-19 h2.logo a {padding: 15px 0px; line-height: 50px;}
#header.header-19 ul.topmenu li.level0 {border-top-width:0; border-bottom: 1px solid; padding: 0; margin: 20px 10px 10px;}
#header.header-19 .links:not(.default-links) li a.top-link-login i,
#header.header-19 .quick-access {padding: 22px 0 10px;}
#header.header-19 .welcome-msg {margin-top: 32px;}
.wide-layout #header.header-19 .top-block,
.boxed-layout #header.header-19 .top-block .container {background-color: #ffffff;}

.wide-layout #header.header-21 .top-block,
.boxed-layout #header.header-21 .top-block .container {background-color: transparent; color: #A8A8A8;}
#header.header-21 {background-color: #02050e; color: #A8A8A8;}
#header.header-21 .top-block .right-wrapper {float: right; margin: 23px 0;}
#header.header-21 .top-block .container {border-bottom: solid 1px rgba(255,255,255,.4);}
#header.header-21 h2.logo a {padding: 26px 0;}
#header.header-21 .customer-name-block {margin: 5px 10px 4px 0;}
#header.header-21 .customer-name .user-icon,
#header.header-21 .links:not(.default-links) li a.top-link-login {
	text-align: center;
	display: block;
	cursor: pointer;
	font-size: 16px;
	line-height: 20px;
	margin: 5px 0;
	color: #444444;
}
#header.header-21 .search-button,
#header.header-21 .top-cart .block-title .top-cart-icon i,
#header.header-21 .language-currency-block i {color: #444444;}
#header.header-21 .links:not(.default-links) li a.top-link-login {font-size: 0; margin: 3px 0 1px;}
#header.header-21 .links:not(.default-links) li a.top-link-login i {font-size: 16px;}
#header.header-21 .links {margin: 0 10px 0 0;}
#header.header-21 .links:not(.default-links) li:not(.last) {display: none;}
#header.header-21 .customer-name-wrapper + .links:not(.default-links) {margin: 0;}
#header.header-21 .customer-name-wrapper + .links:not(.default-links) li {display: block;}
#header.header-21 .top-cart {margin-top: 10px; margin-bottom: 10px;}
#header.header-21 .welcome-msg {margin-top: 10px; margin-bottom: 10px;}
#header.header-21 .topmenu {padding: 0;}
#header.header-21 ul.topmenu li.level0 {border-top: none; margin-top: 0; border-bottom: solid 3px transparent; padding: 0; margin-bottom: -3px;}
#header.header-21 ul.topmenu li.level0 a.level-top {font-size: 18px; color: #b5b5b5; padding: 18px 20px;}
#header.header-21 ul.topmenu li.level0 a.level-top:before {
	content: '\e876';
	font-family: "mfn-icons";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: none !important;
	width: 1em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin: 0 8px 0 0;
}
#header.header-21 .quick-access {padding: 10px;}
#header.header-21 .language-currency-block {border-color: rgba(255,255,255,.4);}
#header.header-21 .bottom-block .container {z-index: 999;}
#header.header-21 ul.topmenu li.level0:hover,
#header.header-21 ul.topmenu li.level0.over,
#header.header-21 ul.topmenu.navbar-nav li.level0.active {border-color: #fff;}
#header.header-21 ul.topmenu li.level0:hover a.level-top,
#header.header-21 ul.topmenu li.level0.over a.level-top,
#header.header-21 ul.topmenu.navbar-nav li.level0.active a.level-top {color: #fff;}

#header.header-22  .customer-name-block {margin: 5px 0 5px 0px;}
#header.header-22 .language-currency-wrapper {margin-right: 10px;}
#header.header-22 .customer-name-wrapper + .links li a i {line-height: 1.5em;}
#header.header-22 .links {margin: 0;}
#header.header-22 .form-search .indent {z-index: 9999;}
#header.header-22 .top-cart .block-content .subtotal .label,
#header.header-22 .top-cart .block-content .subtotal .price {font-size: 22px;}
#header.header-22 .welcome-msg {margin-top: 32px;}
#header.header-22 .links:not(.default-links) li:not(.last) {display: none;}
#header.header-22 .customer-name-wrapper + .links:not(.default-links) li {display: block;}
body.boxed-layout #header.header-22 .top-block {vertical-align: middle;}
body.boxed-layout #header.header-22 .welcome-msg-wrapper {float: left;}
#header.header-22 .quick-access {padding: 5px 0 2px;}
#header.header-22 .welcome-msg {color: #fff;}
#header.header-22 h2.logo{margin-left: 20px;}
#header.header-22 h2.logo a {padding: 15px 0;}
#header.header-22 ul.topmenu li.level0 {border-top-width: 0; border-bottom-width: 0; margin: 0; padding: 10px 0;  border-left: 1px solid rgba(255,255,255,.1);}
#header.header-22 ul.topmenu li.level0 a.level-top {color: #7c848c; font-size: 16px; border-width: 0; padding: 19px 30px;}
#header.header-22 ul.topmenu li.level0:hover,
#header.header-22 ul.topmenu li.level0.active {background-color: #3b444c; border-color: rgba(255,255,255,.1);}

#header.header-23 ul.topmenu li.level0 a.level-top {
	padding: 10px 20px;
	color: #6e75a3;
	font-size: 18px;
	line-height: 18px;
	font-style: italic;
	-moz-transform: skewX(-10deg) skewY(0deg);
	-webkit-transform: skewX(-10deg) skewY(0deg);
	-o-transform: skewX(-10deg) skewY(0deg);
	-ms-transform: skewX(-10deg) skewY(0deg);
	transform: skewX(-10deg) skewY(0deg);
}
#header.header-23 ul.topmenu li.level0 {margin: 0 2px; border-width: 0;}
#header.header-23 .customer-name-block {margin: 6px 0 6px 0px;}
#header.header-23 .links {margin-left: 0;}
#header.header-23 .customer-name-wrapper + .links li a i {line-height: 1.5em;}
#header.header-23 .links:not(.default-links) li:not(.last) {display: none;}
#header.header-23 .customer-name-wrapper + .links:not(.default-links) li {display: block;}
#header.header-23 .form-search .indent {z-index: 9999;}
#header.header-23 .top-cart .block-content .subtotal .label,
#header.header-23 .top-cart .block-content .subtotal .price {font-size: 22px;}
#header.header-23 .welcome-msg {margin-top: 0; border-width: 0; margin-right: 0; padding-right: 0; float: none;}
#header.header-23 .search-button {margin-left: 10px;}
#header.header-23 {background-color: #fff;}
#header.header-23 .language-currency-dropdown {top: 90%;}
#header.header-23 h2.logo {float: none; margin: 0;}
.wide-layout #header.header-23 .top-block,
.boxed-layout #header.header-23 .top-block .container {background-color: transparent;}
#header.header-23 h2.logo a {padding: 25px 0;}
#header.header-23 .top-block .container {border-bottom: 1px solid rgba(0,0,0,.08); position: relative;}
#header.header-23 .language-currency-wrapper {float: left; padding: 29px 0;}
#header.header-23 .quick-access {position: static;}
#header.header-23 .quick-access {padding: 27px 10px;}
#header.header-23 .bottom-block {text-align: center;}
#header.header-23 .wrapper-menu {float: none; display: inline-block; text-align: left; vertical-align: middle;}

#header.header-24 ul.topmenu li.level0,
#header.header-24 ul.topmenu li.level0:hover,
#header.header-24 ul.topmenu li.level0.over,
#header.header-24 ul.topmenu.navbar-nav li.level0.active,
#header.header-24 ul.topmenu li.level0 a.level-top {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#header.header-24 .customer-name-block {margin: 6px 0 6px 5px;}
#header.header-24 .links {margin-left: 0;}
#header.header-24 .language-currency-wrapper {margin-right: 10px;}
#header.header-24 .customer-name-wrapper + .links li a i {line-height: 1.5em;}
#header.header-24 .wrapper-menu {float: none;}
#header.header-24 ul.topmenu {float: none; text-align: center;}
#header.header-24 ul.topmenu li.level0 {float: none; border-width: 0; margin: 0; padding-bottom: 0;}
#header.header-24 ul.topmenu li.level0 a.level-top {font-size: 18px; line-height: 18px; border-width: 0; padding: 21px 20px;}
#header.header-24 .welcome-msg {float: none; border-width: 0; padding-right: 0; margin-right: 0;}
#header.header-24 .form-search .indent {z-index: 9999;}
#header.header-24 .links:not(.default-links) li:not(.last) {display: none;}
#header.header-24 .customer-name-wrapper + .links:not(.default-links) li {display: block;}
#header.header-24 .quick-access {position: static;}
#header.header-24 .container {position: relative;}
#header.header-24 .logo-wrapper {display: block;}
#header.header-24 .language-currency-wrapper {float: left;}
#header.header-24 h2.logo {float: none;}
#header.header-24 h2.logo a {padding: 85px 0 60px;}
#header.header-24 .quick-access {padding: 25px 20px;}
#header.header-24 .language-currency-wrapper  {margin: 25px 20px;}

#header.header-25 .bottom-block-inner {background-color: transparent; padding: 0 30px; position: relative; z-index: 9999;}
#header.header-25 h2.logo {margin-left: 0;}
#header.header-25 h2.logo a {padding: 25px 0;}
#header.header-25 .wrapper-menu {float: right;}
#header.header-25 ul.topmenu li.level0 {border: none; margin: 0; padding: 24px 0;}
#header.header-25 ul.topmenu li.level0 a.level-top {font-size: 22px; font-weight: 700; color: #B5B2AB; padding: 15px 20px; border: none;}
#header.header-25 ul.topmenu li.level0:hover a.level-top,
#header.header-25 ul.topmenu li.level0.over a.level-top,
#header.header-25 ul.topmenu.navbar-nav li.level0.active a.level-top {color: #fff;}
#header.header-25 .quick-access {padding: 34px 0 35px;}
#header.header-25 .customer-name-block {margin: 5px 10px 4px 0;}
#header.header-25 .customer-name .user-icon,
#header.header-25 .links:not(.default-links) li a.top-link-login {
	text-align: center;
	display: block;
	cursor: pointer;
	font-size: 16px;
	line-height: 20px;
	margin: 5px 0;
	color: #fff;
}
#header.header-25 .search-button,
#header.header-25 .top-cart .block-title .top-cart-icon i,
#header.header-25 .language-currency-block i {color: #fff;}
#header.header-25 .links:not(.default-links) li a.top-link-login {font-size: 0; margin: 3px 0 1px;}
#header.header-25 .links:not(.default-links) li a.top-link-login i {font-size: 16px;}
#header.header-25 .links {margin: 0 10px 0 0;}
#header.header-25 .links:not(.default-links) li:not(.last) {display: none;}
#header.header-25 .customer-name-wrapper + .links:not(.default-links) li {display: block;}
#header.header-25 .welcome-msg {margin: 43px 0; border: none; color: #fff;}

.wide-layout #header.header-26 .top-block,
.boxed-layout #header.header-26 .top-block .container{position: relative;}
.wide-layout #header.header-26 .top-block .wrapper,
.boxed-layout #header.header-26 .top-block .container .wrapper{
	background:url(../images/be_skin33_heading_pattern.png) left bottom repeat-x;
	margin:0 -22px;
	padding: 10px 22px;
	clear:both;
}
#header.header-26 .customer-name-block{margin-top: 6px;}
.header .customer-name .user-icon:hover{color:#fff;}
#header.header-26 .welcome-msg{color:#fff; border-right: none;}
#header.header-26 .language-currency-wrapper{color:#fff;}
#header.header-26 .top-cart .block-title .top-cart-icon i{color:#fff;}
#header.header-26 .links:not(.default-links) li a.top-link-login{color:#fff;}
#header.header-26 .search-button{margin: 10px 0 9px 0; color:#fff;}
#header.header-26 .links{margin-left: 3px;}
#header.header-26 .search-mini-form input.form-control{color:#fff;}
#header.header-26 .logo-wrapper{text-align: center;}
#header.header-26 h2.logo{float: none;}
#header.header-26 h2.logo a {padding: 22px 0;}
#header.header-26 .wrapper-menu{float: none; margin:0 -22px; background: rgba(170,149,25, .15); border: none; text-align: center; position: relative;}
#header.header-26 ul.topmenu li.level0 a.level-top .category-label{top: 2px;}
#header.header-26 .menu-block .navbar-default,
#header.header-26 ul.topmenu{float: none;}
#header.header-26 ul.topmenu{display: inline-block;}
#header.header-26 ul.topmenu li.level0{margin-top: 0; margin-bottom: -6px; padding: 0; border: none;}
#header.header-26 ul.topmenu li.level0 a.level-top{
	border-right: none;
	color:#413324;
	padding:0 20px;
	font-size: 16px;
	line-height: 60px;
}
#header.header-26 .nav-wide .menu-wrapper{background:#fff;}
#header.header-26 .top-cart .block-title .cart-qty{background:rgba(255, 255, 255, 0.3);}

#header.header-27 .customer-name-wrapper + .links li a i {line-height: 1.5em;}
#header.header-27 .links {margin: 0;}
#header.header-27 .form-search .indent {z-index: 9999;}
body #header.header-27 .top-cart .block-content .btn-primary {padding: 15px 28px;}
#header.header-27 .top-cart .block-content .subtotal .label,
#header.header-27 .top-cart .block-content .subtotal .price {font-size: 22px;}
#header.header-27 ul.topmenu li.level0:hover,
#header.header-27 ul.topmenu li.level0.over,
#header.header-27 ul.topmenu.navbar-nav li.level0.active,
#header.header-27 ul.topmenu li.level0,
#header.header-27 ul.topmenu li.level0 a.level-top {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#header.header-27 .form-search input,
#header.header-27 .form-search .indent .icon-search,
#header.header-27 .form-search .indent .icon-close i {color: #fff;}
#header.header-27 .search-button,
#header.header-27 .top-cart .block-title .top-cart-icon i,
#header.header-27 .customer-name .user-icon,
#header.header-27 .links:not(.default-links) li a.top-link-login,
#header.header-27 .welcome-msg,
.wide-layout #header.header-27 .top-block i {color: #82828c;}
#header.header-27 .links:not(.default-links) li a.top-link-login i:hover,
#header.header-27 .search-button:hover,
#header.header-27 .top-cart .block-title .top-cart-icon i:hover,
#header.header-27 .customer-name .user-icon:hover,
.wide-layout #header.header-27 .top-block i:not(.icon-down-open-mini):hover,
#header.header-27 .links:not(.default-links) li a.top-link-login:hover {color: #275fff;}
.wide-layout #header.header-27,
.boxed-layout #header.header-27 {background-color: #000;}
.wide-layout #header.header-27 .top-block,
.boxed-layout #header.header-27 .top-block .container {background-color: transparent;}
#header.header-27 .welcome-msg {margin-top: 20px; border-width: 0;}
#header.header-27 .links:not(.default-links) li:not(.last) {display: none;}
#header.header-27 .customer-name-wrapper + .links:not(.default-links) li {display: block;}
#header.header-27 .customer-name-block {margin-left: 5px;}
#header.header-27 .language-currency-wrapper {margin-right: 10px; margin-left: 10px;}
body.boxed-layout #header.header-27 .top-block {vertical-align: middle;}
body.boxed-layout #header.header-27 .welcome-msg-wrapper {float: left;}
#header.header-27 .quick-access {padding: 9px 0 5px;}
#header.header-27 .welcome-msg {color: #fff;}
#header.header-27 h2.logo{margin-left: 20px;}
#header.header-27 h2.logo a {padding: 0 0 15px; line-height: 60px;}
#header.header-27 .wrapper-menu {float: right;}
#header.header-27 ul.topmenu li.level0 {margin: 0; padding: 10px 0;  border-width: 0;}
#header.header-27 ul.topmenu li.level0 a.level-top {color: #82828c; font-size: 20px; line-height: 20px; border-width: 0; padding: 15px 20px 25px;}
#header.header-27 ul.topmenu li.level0:hover,
#header.header-27 ul.topmenu li.level0.active {background-color: transparent; border-color: rgba(255,255,255,.1);}
#header.header-27 ul.topmenu li.level0 a.level-top:hover,
#header.header-27 ul.topmenu li.level0.active a.level-top {color: #fff;}

/* Header 28 */
#header.header-28 .welcome-msg {margin: 14px 12px 12px 0;}
#header.header-28 .header-contacts span{padding-top: 14px;}
#header.header-28 .header-contacts a{color:#506fbb;}
#header.header-28 .header-contacts a:hover{text-decoration: underline;}
#header.header-28 h2.logo{margin-left: 30px;}
#header.header-28 ul.topmenu li.level0{padding:0;}
#header.header-28 ul.topmenu li.level0{border-top-width:4px;}
#header.header-28 ul.topmenu li.level0 a.level-top{font-size: 13px; color:#444;}
#header.header-28 .quick-access {padding: 10px 0 9px;}
#header.header-28 .form-search input{color:#fff;}
#header.header-28 .custom-links{padding:41px 20px 33px 0; margin:0;}
#header.header-28 .custom-links li{display: inline-block; padding:0;}
#header.header-28 .custom-links li a{
	padding: 8px 9px;
	border-radius: 4px;
	color:#A8A8A8;
}
#header.header-28 .custom-links li:last-child a{color:#666;}
#header.header-28 .custom-links li a:hover{background:#F9F9F9;}
.header-breadcrumbs-wrapper:not(.with-breadcrumbs) #header.header-28 .bottom-block-inner{border-bottom: 1px solid rgba(0, 0, 0, .08);}
.cms-index-index #header.header-28 .bottom-block-inner{border: none!important;}

#header.header-29 .top-block .container {position: relative;}
#header.header-29 .top-cart .block-content .subtotal .label,
#header.header-29 .top-cart .block-content .subtotal .price {font-size: 1.5em;}
#header.header-29 .form-search .indent .icon-search,
#header.header-29 .form-search .indent input {color: #fff;}
#header.header-29 .form-search .indent {z-index: 9999;}
#header.header-29 .form-search .indent .icon-close i {opacity: 1;}
#header.header-29 .search-button i,
#header.header-29 .top-cart .block-title .top-cart-icon i,
#header.header-29 .customer-name .user-icon,
#header.header-29 .language-currency-block i,
#header.header-29 .links:not(.default-links) li a.top-link-login,
#header.header-29 .welcome-msg {color: #666; border: none;}
#header.header-29 .links:not(.default-links) li a.top-link-login i:hover,
#header.header-29 .search-button i:hover,
#header.header-29 .top-cart .block-title .top-cart-icon i:hover,
#header.header-29 .customer-name .top-block .user-icon:hover,
#header.header-29 .icon-user:hover,
#header.header-29 .links:not(.default-links) li a.top-link-login:hover {color: #007aff;}
#header.header-29 .quick-access .language-currency-block {border-color: #666;}
#header.header-29 {background-color: #d9d9d9;}
.wide-layout #header.header-29 .top-block,
.boxed-layout #header.header-29 .top-block .container {background-color: rgba(255,255,255,.2);}

#header.header-29 .welcome-msg {margin-top: 20px; float: left;}
#header.header-29 .quick-access {padding-top: 10px; padding-bottom: 10px; float: right;}
#header.header-29 h2.logo {float: none; text-align: center; margin: 0; vertical-align: middle;}
#header.header-29 h2.logo a {padding: 20px 0; line-height: 20px;}
#header.header-29 .customer-name-block {margin-right: 10px;}
#header.header-29 .links {margin-right: 12px; margin-left: 0;}
#header.header-29 .links:not(.default-links) li:not(.last) {display: none;}
#header.header-29 .customer-name-wrapper + .links:not(.default-links) li {display: block;}
#header.header-29 .logo-wrapper {overflow: hidden; display: none;}
#header.header-29 .wrapper-menu  {float: none;}
#header.header-29 .navbar-default {float: none; position: relative;}
#header.header-29 .wrapper-menu ul {text-align: center; float: none;}
#header.header-29 .wrapper-menu .navbar-collapse {float: none;}
#header.header-29 div.topmenu {display: none; opacity: 0;}
#header.header-29 ul.topmenu:not(.nav-wide) ul,
#header.header-29 ul.topmenu:not(.nav-wide) div {position: relative; width: auto; left: auto; top: auto; background-color: transparent; box-shadow: none;}
#sticky-header.positioned-logo  ul.topmenu li.level-top,
#header.header-29 ul.topmenu li.level-top {
	vertical-align: middle;
	float: none;
	display: inline-block;
	margin-top: 0;
	border-width: 0;
	margin-left: 15px;
	margin-right: 15px;
}
#header.header-29 ul.topmenu li.level0 a.level-top {border-bottom: 1px solid transparent; border-right-width: 0; padding: 10px 15px; font-size: 17px;}
#sticky-header.positioned-logo ul.topmenu li.item-logo,
#header.header-29 ul.topmenu li.item-logo {padding: 0 10px; width: 25%; text-align: center;}
#header.header-29 ul.topmenu li.level0:hover a.level-top,
#header.header-29 ul.topmenu li.level0.over a.level-top,
#header.header-29 ul.topmenu.navbar-nav li.level0.active a.level-top {border-color: #047cff;}
#sticky-header.positioned-logo {text-align: center;}
#sticky-header.positioned-logo .small-logo {display: none; line-height: 0;}
#sticky-header.positioned-logo .small-logo a {line-height: 0;}
#sticky-header.positioned-logo  ul.topmenu li.level-top {margin: 0;}
#sticky-header.positioned-logo  ul.topmenu li.level-top.item-logo {margin: 0 30px;}
#sticky-header.positioned-logo .item-logo .small-logo {display: block;}
#sticky-header.positioned-logo .sticky-menu-wrapper {float: none!important; display: inline-block; width: 84%;}
#sticky-header.positioned-logo .navbar-nav {float: none; display: inline-block; width: 100%; text-align: center;}

.wide-layout #header.header-30 .top-block,
.boxed-layout #header.header-30 .top-block .container {background-color: #f0efeb; border-bottom: solid 1px #e1e4e3;}
#header.header-30 h2.logo a {padding: 17px 0;}
#header.header-30 .wrapper-menu {float: right;}
#header.header-30 ul.topmenu li.level0 {padding: 0; margin: 0; border: none;}
#header.header-30 ul.topmenu li.level0 a.level-top {font-size: 14px; padding: 30px; border-color: #e1e4e3;}
#header.header-30 .quick-access {padding: 3px 0 1px;}
.wide-layout #header.header-30 .bottom-block,
.boxed-layout #header.header-30 .bottom-block .container { border-bottom: solid 1px #e1e4e3; padding-bottom: 12px; padding-top: 12px;}
#header.header-30 .customer-name .user-icon i,
#header.header-30 .links:not(.default-links) li a.top-link-login i {font-size: 16px; color: #444;}
#header.header-30 .customer-name-block {margin: 5px 10px 0 0;}
#header.header-30 .links {margin: 0 10px 0 0;}
#header.header-30 .links:not(.default-links) li:not(.last) {display: none;}
#header.header-30 .customer-name-block .links:not(.default-links) li:not(.last) {display: block;}

#header.header-31 {background-color: rgba(203,185,165,.2); border-bottom: 1px solid #ccc5b6;}
.wide-layout #header.header-31 .top-block,
.boxed-layout #header.header-31 .top-block .container {color: #f3eee5; background-color: #5b544b;}
#header.header-31 .welcome-msg {border: none;}
#header.header-31 .top-block .container {position: relative; z-index: 9;}
#header.header-31 .top-block .container a,
#header.header-31 ul.social-links li a i {color: #beb4a2;}
#header.header-31 .top-block .container a:hover,
#header.header-31 ul.social-links li a i:hover {opacity: .8;}
#header.header-31 .top-block .left-block {float: left;}
#header.header-31 ul.social-links {margin-right: 20px; padding: 10px 0;}
#header.header-31 .customer-name-block {margin-right: 10px; margin-left: 0;}
#header.header-31 .links {margin-right: 12px; margin-left: 0;}
#header.header-31 .links:not(.default-links) li:not(.last) {display: none;}
#header.header-31 .customer-name-wrapper + .links:not(.default-links) li {display: block;}
#header.header-31 .search-button i,
#header.header-31 .top-cart .block-title .top-cart-icon i,
#header.header-31 .customer-name .user-icon,
#header.header-31 .language-currency-block i,
#header.header-31 .links:not(.default-links) li a.top-link-login {color: #beb4a2;}
#header.header-31 .customer-name .user-icon {margin: 0;}
#header.header-31 .links:not(.default-links) li a.top-link-login i {line-height: 35px;}
#header.header-31 .language-currency-block {border-color: #beb4a2;}
#header.header-31 .quick-access {padding: 2px 0;}
#header.header-31 .logo-wrapper {text-align: center;}
#header.header-31 .logo-wrapper h2.logo {float: none; display: inline-block;}
#header.header-31 .logo-wrapper h2.logo a {padding: 50px 0;}
#header.header-31 .wrapper-menu {background: #fcf7f0; border: 1px solid #ccc5b6; width: 100%; box-shadow: -8px 8px 0 0 #fff; text-align: center; position: relative; margin-bottom: -50px;}
#header.header-31 ul.topmenu {float: none; display: inline-block; vertical-align: top;}
#header.header-31 ul.topmenu li.level0 {border: none; margin: 0;}
#header.header-31 ul.topmenu li.level0 a.level-top {font-size: 22px; color: #725e47; border: none; background: url(../images/be_header31_menu_divider.png) no-repeat center right; padding: 18px 20px;}
#header.header-31 ul.topmenu li.level0.last a.level-top {background: none;}

#header.header-32 .top-cart .block-title .cart-qty {line-height: 14px;}
#header.header-32 ul.social-links li:not(:last-of-type) {margin-right: 15px;}
#header.header-32 .menu-block {position: relative;}
#header.header-32 .custom-top-block {margin-top: 30px;}
#header.header-32 .links {margin-left: 5px;}
#header.header-32 .customer-name-block {margin-left: 15px;}
#header.header-32 .language-currency-wrapper {margin-right: 10px; position: relative;}
body.boxed-layout .container {padding-left: 25px; padding-right: 25px;}
body.boxed-layout #header.header-32 .top-block {vertical-align: middle;}
body.boxed-layout #header.header-32 .welcome-msg-wrapper {float: left;}
#header.header-32 .quick-access {padding: 14px 0 2px;}
#header.header-32 .welcome-msg {color: #a8a8a8;}
#header.header-32 .logo-wrapper {text-align: center;}
#header.header-32 h2.logo{margin: 20px; float: none;}
#header.header-32 h2.logo a {padding: 0 0 15px; line-height: 60px;}
#header.header-32 .menu-block .wrapper-menu {border-width: 0;}
#header.header-32 ul.topmenu li.level0 {margin: 0; padding: 10px 0;  border-width: 0;}
#header.header-32 ul.topmenu li.level0 a.level-top {
    color: #736454;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 1px;
    border-right-width: 0;
    border-bottom: 2px solid transparent;
    padding: 20px 10px 10px;
    margin: 0 10px 10px;
    text-transform: none;
    font-weight: 400;
}
#header.header-32 ul.topmenu li.level0.last a.level-top:after {content: none;}
#header.header-32 ul.topmenu li.level0:hover,
#header.header-32 ul.topmenu li.level0.active {background-color: transparent; border-width: 0;}
#header.header-32 ul.topmenu li.level0 a.level-top:hover,
#header.header-32 ul.topmenu li.level0:hover a.level-top,
#header.header-32 ul.topmenu li.level0.over a.level-top,
#header.header-32 ul.topmenu.navbar-nav li.level0.active a.level-top,
#header.header-32 ul.topmenu li.level0.active a.level-top {color: #5a4d3e; background-color: transparent; border-right-width: 0; border-color: #5a4d3e;}

body .header-breadcrumbs-wrapper.with-breadcrumbs #header.header-33 {position: absolute; left: 0; right: 0;}
.wide-layout #header.header-33 .top-block,
.boxed-layout #header.header-33 .top-block .container {padding-top: 20px; padding-bottom: 20px; background-color: transparent; color: #fff;}
#header.header-33 .logo-wrapper {display: inline-block; float: none;}
#header.header-33 .top-block,
#header.header-33 .top-block .container  {position: relative; z-index: 4;}
#header.header-33 .bottom-block,
#header.header-33 .bottom-block .container {position: relative; z-index: 3;}
#header.header-33 .welcome-msg {float: none; border: none; margin: 0; padding: 0;}
#header.header-33 h2.logo {float: none; margin: 0;}
#header.header-33 h2.logo a {padding: 15px 0 5px;}
#header.header-33 .language-currency-wrapper {float: none; display: inline-block; margin: 25px 0; color: inherit;}
#header.header-33 .links:not(.default-links) li:not(.last) {display: none;}
#header.header-33  .customer-name-wrapper + .links:not(.default-links) {right: 0;}
#header.header-33  .customer-name-wrapper + .links:not(.default-links) li {display: block;}
#header.header-33 .quick-access {padding: 23px 10px; position: static;}
#header.header-33 .bottom-block {text-align: center;}
#header.header-33 .wrapper-menu {float: none; display: inline-block; vertical-align: middle;}
#header.header-33 .topmenu ul.topmenu li .menu-item-button {top: 5px;}
#header.header-33 .topmenu ul.topmenu li.level0 > .menu-item-button {top: 20px;}
.header-with-image .header-breadcrumbs-wrapper #header.header-33 ul.topmenu li.level0 {margin: 0; border: none; padding: 0; float: none; text-align: center; width: 100%;}
.header-with-image .header-breadcrumbs-wrapper #header.header-33 ul.topmenu li.level0 a.level-top {
    float: none;
    border-right-width: 0;
    color: #fff;
    padding: 9px 20px;
    font-size: 34px;
    line-height: 34px;
    letter-spacing: 3px;
}
#header.header-33 ul.topmenu:not(.nav-wide) ul.level0,
#header.header-33 ul.topmenu:not(.nav-wide) div.level0 {left: auto; right: 0; top: 0; z-index: 9999;}
#header.header-33 ul.topmenu:not(.nav-wide) ul,
#header.header-33 ul.topmenu:not(.nav-wide) div {left: 100%; top: 0;}
#header.header-33 .fixed-button {
    display: block !important;
    position: fixed;
    margin-right: 10px;
    color: #000;
    right: 30px;
    top: 30px;
    font-size: 30px;
    z-index: 9911;
}
#header.header-33 div.topmenu {opacity: 0;}
#header.header-33 .topmenu-overlay {
    position: fixed;
    overflow-y: auto;
    overflow-x: inherit;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 9910;
    background-color: rgba(105, 161, 187, 0.95);
    display: none;
    opacity: 0;
    z-index: 999;
}
#header.header-33 .overlay-menu {
    position: relative;
    padding-bottom: 100px;
    width: 700px;
    left: 50%;
    margin-left: -350px;
    top: 50%;
    margin-top: -150px;
}
#header.header-33 .navbar-default .navbar-toggle.active,
#header.header-33 .navbar-default .navbar-toggle:hover,
#header.header-33 .navbar-default .navbar-toggle:focus {background-color: transparent;}
#header.header-33 .navbar-toggle.close .icon-menu:before {content: '\e815'; color: #fff;}
#header.header-33 ul.topmenu li.level0 a.level-top:before,
#header.header-33 ul.topmenu li.level0 a.level-top:after {
    display: inline-block;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
    -moz-transition: -moz-transform 0.3s, opacity 0.2s;
    transition: transform 0.3s, opacity 0.2s;
}
#header.header-33 ul.topmenu li.level0 a.level-top:before {
    margin-right: 20px;
    content: '[' !important;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    transform: translateX(20px);
}
#header.header-33 ul.topmenu li.level0 a.level-top:after {
   margin-left: 20px;
   content: ']' !important;
   -webkit-transform: translateX(-20px);
   -moz-transform: translateX(-20px);
   transform: translateX(-20px);
}
#header.header-33 ul.topmenu li.level0 a.level-top:hover:before,
#header.header-33 ul.topmenu li.level0 a.level-top:hover:after,
#header.header-33 ul.topmenu li.level0 a.level-top:hover:before,
#header.header-33 ul.topmenu li.level0 a.level-top:hover:after {
   opacity: 1; -webkit-transform: translateX(0px);
   -moz-transform: translateX(0px);
   transform: translateX(0px);
}


#header.header-34{background:#372a1d; color: #fffbf4;}
.wide-layout #header.header-34 .top-block,
.wide-layout #header.header-34 .top-block .bottom-block{padding-left: 37px; padding-right: 37px; position: relative; border-bottom: 1px solid rgba(255,255,255,.2);}
#header.header-34 .welcome-msg{color: #fffbf4; border: none; margin-top: 26px;}
#header.header-34 .top-cart .block-title .top-cart-icon i,
#header.header-34 .search-button{color: #fffbf4;}
#header.header-34 .links {margin:0 15px 0 0;}
#header.header-34 .quick-access {padding: 18px 0;}
#header.header-34 .search-button {margin-top: 8px;}
#header.header-34 .customer-name .user-icon,
#header.header-34 .links:not(.default-links) li a.top-link-login{margin: 1px 0;}
#header.header-34 .with-border .language-currency-block .language{border-right: solid 1px rgba(255,255,255,.5);}
#header.header-34 .language-currency-block .currency .icon{color: #fffbf4;}
#header.header-34 .form-search .indent{color:#fffbf4; z-index: 999999;}
#header.header-34 .form-search input{color:#fffbf4;}
#header.header-34  .wrapper-menu {float: right; position: relative;}
#header.header-34 .customer-name-block {margin: 8px 15px 8px 0;}
#header.header-34 h2.logo {margin: 0 30px 0 20px;}
#header.header-34 ul.topmenu li.level0 a.level-top{
	color:#bdac9c;
	text-transform: uppercase;
	font-size:20px;
	line-height: 24px;
	border-right: none;
	padding: 32px 20px 32px 35px;
	-moz-transition:color 300ms ease;
	-webkit-transition:color 300ms ease;
	-o-transition:color 300ms ease;
	transition:color 300ms ease;
}
#header.header-34 ul.topmenu li.level0 a.level-top:before{
	content: '\e89b';
	font-family: "mfn-icons";
	left:-10px;
	position: relative;
}
#header.header-34 ul.topmenu li.level0 {
    padding: 0;
    border-top: none;
    margin-top: 0;
}

#header.header-34 ul.topmenu li.level0:hover,
#header.header-34 ul.topmenu li.level0.over a.level-top,
#header.header-34 ul.topmenu.navbar-nav li.level0.active > a.level-top{color:#fffbf4;}
#header.header-34 .nav-wide .menu-wrapper:not(.default-menu){min-width: 900px; left: auto; right: 0;}
#header.header-34 h2.logo a {padding: 19px 0;}

#header.header-35 {box-shadow: none;}
#header.header-35 .top-block {background-color: #fff; text-align: center;}
#header.header-35 .quick-access {float: none; padding: 20px 0; border-bottom: solid 1px #ddd; position: relative;}
#header.header-35 .top-cart {margin-bottom: 9px;}
#header.header-35 .top-cart .block-content {margin-top: -.9em!important; max-width: 250px; right: -10px;}
#header.header-35 .top-cart .img-container {width: 23%;}
#header.header-35 .top-block {padding: 0!important;}
#header.header-35 .links {width: 25%; margin: 0;}
#header.header-35 .links:not(.default-links) li:not(.last) {display: none;}
#header.header-35 .customer-name .user-icon,
#header.header-35 .links:not(.default-links) li a.top-link-login {color: #444;}
#header.header-35 .language-currency-wrapper {min-width: 25%;}
#header.header-35 .search-button {margin-right: 0; float: none;}
#header.header-35 .form-search .indent {top: 0; right: auto; left: -310px; width: 300px;}
#header.header-35 .logo-block {margin: 22px 0 40px; float: none;}
#header.header-35 h2.logo {margin: 0; float: none;}
#header.header-35 a.logo {padding-bottom: 5px;}
#header.header-35 .welcome-msg {float: none!important; border: none; padding: 0; margin: 12px 0;}
#header.header-35 ul.topmenu {float: none;}
#header.header-35 .wrapper-menu {border-color: rgba(0,0,0,0); float: none; margin: 0;}
#header.header-35 .wrapper-menu .navbar-collapse {padding: 0;}
#header.header-35 .nav-wide li.level1 {margin-bottom: 1em;}
#header.header-35 .nav-wide li.level-top,
#header.header-35 ul.topmenu li.level0,
#header.header-35 ul.topmenu > li,
#header.header-35 ul.topmenu li > a.level-top {display: block; float: none; padding: 0; border: none;}
#header.header-35 ul.topmenu > li {border-bottom: dotted 1px #ddd; width: 100%; text-align: center;}
#header.header-35 ul.topmenu li.level0 a.level-top {color: #9b9fb1; font-size: 20px; font-weight: 400; padding: 7px 0;}
#header.header-35 ul.topmenu.nav-wide .menu-wrapper {right: 240px; left: auto; width: 960px;}
#header.header-35 ul.topmenu.nav-wide .menu-wrapper.default-menu,
#header.header-35 ul.topmenu:not(.nav-wide) li.level-top > ul,
#header.header-35 ul.topmenu:not(.nav-wide) li.level-top > div {width: 200px; right: 240px!important; left: auto !important; top: 0;}
#header.header-35 ul.topmenu .category-label {top: -5px; right: 20px; left: auto;}
#header.header-35 ul.topmenu ul .category-label {top: -6px; right: 10px;}
#header.header-35 ul.topmenu ul li a {padding-top: .5em; padding-bottom: .5em;}
#header.header-35 .top-cart.horizontal {position: static; float: left;}
#header.header-35 .customer-name-block {margin: 5px 10px; }
#header.header-35 .customer-name-wrapper {margin-left: 10px;}
#header.header-35 .customer-name-wrapper .user-icon {font-size: 16px;}
#header.header-35 .container {width: auto!important; padding: 0;}
#header.header-35 ul.topmenu li.level0:hover,
#header.header-35 ul.topmenu li.level0.over a.level-top,
#header.header-35 ul.topmenu.navbar-nav li.level0.active > a.level-top {color: #afafaf;}
#header.header-35  .customer-name-wrapper + .links:not(.default-links) {text-align: right;}
#header.header-35  .customer-name-wrapper + .links:not(.default-links) li {display: block;}

body.cms-index-index  #header.header-36,
body .header-breadcrumbs-wrapper.with-breadcrumbs #header.header-36 {position: absolute; left: 0; right: 0;}
.wide-layout #header.header-36 .top-block,
.boxed-layout #header.header-36 .top-block .container {padding-top: 20px; padding-bottom: 20px; background-color: transparent; color: #fff;}
#header.header-36 .logo-wrapper {display: inline-block; float: none;}
#header.header-36 .navbar {min-height: auto;}
#header.header-36 .top-block,
#header.header-36 .top-block .container  {position: relative; z-index: 4;}
#header.header-36 .bottom-block,
#header.header-36 .bottom-block .container {position: relative; z-index: 3;}
#header.header-36 .welcome-msg {margin-top: 52px; border-width: 0; padding: 0;}
#header.header-36 h2.logo { margin-left: 40px;}
#header.header-36 h2.logo a {padding: 15px 0 5px;}
#header.header-36 .language-currency-wrapper {margin-left: 10px;}
#header.header-36 .links:not(.default-links) li:not(.last) {display: none;}
#header.header-36  .customer-name-wrapper + .links:not(.default-links) {right: 0;}
#header.header-36  .customer-name-wrapper + .links:not(.default-links) li {display: block;}
#header.header-36 .quick-access {padding: 40px 10px 23px; position: static; margin-right: 100px;}
#header.header-36 .bottom-block {text-align: center;}
#header.header-36 .wrapper-menu {float: none; display: inline-block; vertical-align: middle;}
#header.header-36 .topmenu ul.topmenu li .menu-item-button {top: 5px;}
#header.header-36 .topmenu ul.topmenu li.level0 > .menu-item-button {top: 20px;}
.header-with-image .header-breadcrumbs-wrapper #header.header-36 ul.topmenu li.level0 {margin: 0; border: none; padding: 0; float: none; text-align: center;}
.header-with-image .header-breadcrumbs-wrapper #header.header-36 ul.topmenu.overlay-menu li.level0 a.level-top {
    float: none;
    border-right-width: 0;
    color: #666666;
    padding: 9px 20px;
    font-size: 34px;
    line-height: 34px;
    letter-spacing: 3px;
}
#header.header-36 ul.topmenu:not(.nav-wide) ul.level0,
#header.header-36 ul.topmenu:not(.nav-wide) div.level0 {left: auto; right: 0; top: 0; z-index: 9999;}
#header.header-36 ul.topmenu:not(.nav-wide) ul,
#header.header-36 ul.topmenu:not(.nav-wide) div {left: 100%; top: 0;}
#header.header-36 .fixed-button {
    display: block !important;
    position: fixed;
    color: #ad875e;
    right: 20px;
    top: 50px;
    font-size: 30px;
    z-index: 9911;
}
#header.header-36 div.topmenu {opacity: 0;}
#header.header-36 .topmenu-overlay {
    position: fixed;
    overflow-y: auto;
    overflow-x: inherit;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 9910;
    background-color: rgba(255, 255, 255, 0.95);
    display: none;
    opacity: 0;
    z-index: 999;
}
#header.header-36 .overlay-menu {
    position: relative;
    padding-bottom: 100px;
    width: 700px;
    left: 50%;
    margin-left: -350px;
    top: 50%;
    margin-top: -150px;
}
#header.header-36 .navbar-default .navbar-toggle.active,
#header.header-36 .navbar-default .navbar-toggle:hover,
#header.header-36 .navbar-default .navbar-toggle:focus {background-color: transparent;}
#header.header-36 .navbar-toggle.close .icon-menu:before {content: '\e815'; color: #ad875e;}
#header.header-36 ul.topmenu li.level0 a.level-top:before,
#header.header-36 ul.topmenu li.level0 a.level-top:after {
    display: inline-block;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
    -moz-transition: -moz-transform 0.3s, opacity 0.2s;
    transition: transform 0.3s, opacity 0.2s;
}
#header.header-36 ul.topmenu li.level0 a.level-top:before {
    margin-right: 20px;
    content: '[' !important;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    transform: translateX(20px);
}
#header.header-36 ul.topmenu li.level0 a.level-top:after {
   margin-left: 20px;
   content: ']' !important;
   -webkit-transform: translateX(-20px);
   -moz-transform: translateX(-20px);
   transform: translateX(-20px);
}
#header.header-36 ul.topmenu li.level0 a.level-top:hover:before,
#header.header-36 ul.topmenu li.level0 a.level-top:hover:after,
#header.header-36 ul.topmenu li.level0 a.level-top:hover:before,
#header.header-36 ul.topmenu li.level0 a.level-top:hover:after {
   opacity: 1; -webkit-transform: translateX(0px);
   -moz-transform: translateX(0px);
   transform: translateX(0px);
}

#header.header-37 ul.social-links li:not(:last-of-type) {margin-right: 5px;}
#header.header-37 .menu-block {position: relative;}
#header.header-37 .links {margin-left: 5px;}
#header.header-37 .customer-name-block {margin-left: 5px;}
#header.header-37 .welcome-msg {margin-top: 40px;}
#header.header-37 .language-currency-wrapper {margin-left: 10px; position: relative;}
body.boxed-layout .container {padding-left: 25px; padding-right: 25px;}
body.boxed-layout #header.header-37 .top-block {vertical-align: middle;}
body.boxed-layout #header.header-37 .welcome-msg-wrapper {float: left;}
#header.header-37 .quick-access {padding: 10px 0 5px;}
#header.header-37 .welcome-msg {color: #a8a8a8;}
#header.header-37 .logo-wrapper {text-align: center;}
#header.header-37 h2.logo {margin: 20px; float: left;}
#header.header-37 h2.logo a {padding: 0 0 15px; line-height: 60px;}
#header.header-37 .menu-block .wrapper-menu {border-width: 0;}
#header.header-37 ul.topmenu li.level0 {margin: 0; padding: 0;  border-width: 0;}
#header.header-37 ul.topmenu li.level0 a.level-top {
    color: #786649;
    font-size: 16px;
    line-height: 16px;
    border-right-width: 0;
    border-top: 4px solid transparent;
    padding: 20px 20px;
    margin: 0;
    text-transform: none;
    font-weight: 400;
}
#header.header-37 ul.topmenu li.level0.last a.level-top:after {content: none;}
#header.header-37 ul.topmenu li.level0:hover,
#header.header-37 ul.topmenu li.level0.active {background-color: transparent; border-width: 0;}
#header.header-37 ul.topmenu li.level0 a.level-top:hover,
#header.header-37 ul.topmenu li.level0:hover a.level-top,
#header.header-37 ul.topmenu li.level0.over a.level-top,
#header.header-37 ul.topmenu.navbar-nav li.level0.active a.level-top,
#header.header-37 ul.topmenu li.level0.active a.level-top {color: #0d404f; background-color: transparent; border-right-width: 0; border-color: #0d404f;}

#header.header-37 .custom-top-block {margin-top: 20px; float: right; width: 40%;}
#header.header-37 .custom-top-block .banner_wrapper {border: 1px solid #CBC2B8; padding: 12px 20px;}
#header.header-37 .custom-top-block a {display: block; line-height: 34px;}
#header.header-37 .custom-top-block a > span {color: #B6AB99; vertical-align: middle; font-size: 16px; line-height: 18px; letter-spacing: 0.5px;}
#header.header-37 .custom-top-block a > span.btn {float: right; padding: 8px 23px; color: #fff;}
#header.header-37 .links:not(.default-links) li:not(.last) {display: none;}

#header.header-38{padding:18px 80px 18px 40px;}
#header.header-38 .quick-access{padding:14px 0 0;}
.wide-layout #header.header-38 .top-block{padding:0 0 24px;}
.wide-layout #header.header-38 .top-block,
.boxed-layout #header.header-38 .top-block .container{
	background:none;
}
#header.header-38 .language-currency-wrapper{float: left;}
#header.header-38 h2.logo{margin-left: 0;}
#header.header-38 h2.logo a{padding:0;}
#header.header-38 .welcome-msg{
	margin: 28px 12px 30px 0;
	border-right: none;
	color:#000;
}
#header.header-38 .links{margin-left: 0;}
#header.header-38 .top-cart{margin-top: 13px; margin-right: 5px;}
#header.header-38 .search-button{margin-top: 13px;}
#header.header-38 .form-search input{color:#fff;}
#header.header-38 .form-search .indent .icon-close i{opacity: 0.7;}
#header.header-38 .search-button,
#header.header-38 .top-cart .block-title .top-cart-icon i,
#header.header-38 .customer-name .user-icon,
#header.header-38 .links:not(.default-links) li a.top-link-login{color:#000;}
#header.header-38 .navbar-default .navbar-toggle i{font-size: 30px;}
#header.header-38 .topmenu ul.topmenu li .menu-item-button {top: 5px;}
#header.header-38 .topmenu ul.topmenu li.level0 > .menu-item-button {top: 20px;}
#header.header-38 ul.topmenu li.level0 {margin: 0; border: none; padding: 0; float: none; text-align: center; width: 100%; position: relative;}
#header.header-38 ul.topmenu li.level0 a.level-top {
    float: none;
    border-right-width: 0;
    color: #000;
    padding: 9px 20px;
    font-size: 34px;
    line-height: 34px;
    letter-spacing: 3px;
}
#header.header-38 ul.topmenu:not(.nav-wide) ul.level0,
#header.header-38 ul.topmenu:not(.nav-wide) div.level0 {left: auto; right: 0; top: 0; z-index: 9999;}
#header.header-38 ul.topmenu:not(.nav-wide) ul,
#header.header-38 ul.topmenu:not(.nav-wide) div {left: 100%; top: 0;}
#header.header-38 .fixed-button {
    display: block !important;
    position: fixed;
    margin-right: 0;
    right: 30px;
    top: 37px;
    font-size: 30px;
	padding: 0!important;
    z-index: 9911;
}
#header.header-38 div.topmenu {opacity: 0;}
#header.header-38 .topmenu-overlay {
    position: fixed;
    overflow-y: auto;
    overflow-x: inherit;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 9910;
    background-color: rgba(255, 255, 255, 0.95);
    display: none;
    opacity: 0;
    z-index: 999;
}
#header.header-38 .overlay-menu {
    position: relative;
    padding-bottom: 100px;
    width: 700px;
    left: 50%;
    margin-left: -350px;
    top: 50%;
    margin-top: -150px;
}
#header.header-38 .navbar-default .navbar-toggle.active,
#header.header-38 .navbar-default .navbar-toggle:hover,
#header.header-38 .navbar-default .navbar-toggle:focus {background-color: transparent;}
#header.header-38 .navbar-toggle.close .icon-menu:before {content: '\e815'; color: #000;}
#header.header-38 ul.topmenu li.level0 a.level-top:before,
#header.header-38 ul.topmenu li.level0 a.level-top:after {
    display: inline-block;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
    -moz-transition: -moz-transform 0.3s, opacity 0.2s;
    transition: transform 0.3s, opacity 0.2s;
}
#header.header-38 ul.topmenu li.level0 a.level-top:before {
    margin-right: 20px;
    content: '[' !important;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    transform: translateX(20px);
}
#header.header-38 ul.topmenu li.level0 a.level-top:after {
   margin-left: 20px;
   content: ']' !important;
   -webkit-transform: translateX(-20px);
   -moz-transform: translateX(-20px);
   transform: translateX(-20px);
}
#header.header-38 ul.topmenu li.level0 a.level-top:hover:before,
#header.header-38 ul.topmenu li.level0 a.level-top:hover:after,
#header.header-38 ul.topmenu li.level0 a.level-top:hover:before,
#header.header-38 ul.topmenu li.level0 a.level-top:hover:after,
#header.header-38 ul.topmenu li.level0.active a.level-top:before,
#header.header-38 ul.topmenu li.level0.active a.level-top:after,
#header.header-38 ul.topmenu li.level0.active a.level-top:before,
#header.header-38 ul.topmenu li.level0.active a.level-top:after{
   opacity: 1; -webkit-transform: translateX(0px);
   -moz-transform: translateX(0px);
   transform: translateX(0px);
}
#header.header-38 .nav-wide li.over .menu-wrapper{top: 100%!important;}

#header.header-38 ul.topmenu li.level0:hover .menu-wrapper.default-menu,
#header.header-38 ul.topmenu li.level0.over a.level-top .menu-wrapper.default-menu,
#header.header-38 ul.topmenu.navbar-nav li.level0.active .menu-wrapper.default-menu{
	left: 50% !important;
	margin-left: -7.5em;
}
#header.header-38 ul.topmenu li.level0 a.level-top .category-label{left:50%;}
#header.header-38 .language-currency{float: right; padding: 17px 10px 0 0; position: relative;}
#header.header-38 .customer-name-block {margin-top: 10px;}

#header.header-39 {box-shadow: none;}
#header.header-39 .top-block {background-color: #fff; color: #444; text-align: center;}
#header.header-39 .quick-access {float: none; padding: 20px 0; border-bottom: solid 1px #ddd; position: relative;}
#header.header-39 .top-cart {margin-top: 9px; margin-bottom: 9px;}
#header.header-39 .top-cart .block-content {margin-top: -.9em!important;}
#header.header-39 .top-block {padding: 0!important;}
#header.header-39 .links {width: 25%; margin: 0;}
#header.header-39 .links:not(.default-links) li:not(.last) {display: none;}
#header.header-39 .customer-name .user-icon,
#header.header-39 .links:not(.default-links) li a.top-link-login {color: #444;}
#header.header-39 .language-currency-wrapper {min-width: 25%;}
#header.header-39 .search-button {margin: 10px 3px 9px 0; padding: 0; float: none;}
#header.header-39 .form-search .indent {top: 0; right: -310px; left: auto; width: 300px;}
#header.header-39 .logo-block {margin: 22px 0 40px; float: none;}
#header.header-39 h2.logo {margin: 0 0 0 15px; float: none;}
#header.header-39 a.logo {padding-bottom: 5px; width: 78px; padding-top: 0;}
#header.header-39 .welcome-msg {float: none!important; border: none; padding: 0; margin: 18px 15px; text-align: left;}
#header.header-39 ul.topmenu {float: none;}
#header.header-39 .wrapper-menu {border-color: rgba(0,0,0,0); float: none; margin: 0;}
#header.header-39 .wrapper-menu .navbar-collapse {padding: 0;}
#header.header-39 .nav-wide li.level1 {margin-bottom: 1em;}
#header.header-39 .nav-wide li.level-top,
#header.header-39 ul.topmenu li.level0,
#header.header-39 ul.topmenu > li,
#header.header-39 ul.topmenu li > a.level-top {display: block; float: none; padding: 0; border: none;}
#header.header-39 ul.topmenu > li {border-bottom: dotted 1px #ddd; width: 100%; text-align: left;}
#header.header-39 ul.topmenu li.level0 a.level-top {color: #9b9fb1; font-size: 20px; font-weight: 400; padding: 7px 0;}
#header.header-39 ul.topmenu.nav-wide .menu-wrapper {right: auto; left: 240px; width: 960px;}
#header.header-39 ul.topmenu.nav-wide .menu-wrapper.default-menu,
#header.header-39 ul.topmenu:not(.nav-wide) li.level-top > ul,
#header.header-39 ul.topmenu:not(.nav-wide) li.level-top > div {width: 200px; right: auto!important; left: 240px!important; top: 0;}
#header.header-39 ul.topmenu .category-label {top: -5px; right: 20px; left: auto;}
#header.header-39 ul.topmenu ul .category-label {top: -6px; right: 10px;}
#header.header-39 ul.topmenu ul li a {padding-top: .5em; padding-bottom: .5em;}
#header.header-39 .top-cart.horizontal {position: static; float: right;}
#header.header-39 .customer-name-block {margin: 7px 5px; }
#header.header-39 .customer-name-wrapper {}
#header.header-39 .customer-name-wrapper .user-icon {font-size: 16px;}
#header.header-39 .container {width: auto!important; padding: 0;}
#header.header-39 ul.topmenu li.level0:hover,
#header.header-39 ul.topmenu li.level0.over a.level-top,
#header.header-39 ul.topmenu.navbar-nav li.level0.active > a.level-top {color: #afafaf;}
#header.header-39  .customer-name-wrapper + .links:not(.default-links) {left: 0; text-align: left;}
#header.header-39  .customer-name-wrapper + .links:not(.default-links) li {display: block;}
#header.header-39 .customer-name .user-icon,
#header.header-39 .links:not(.default-links) li a.top-link-login{margin: 3px 0;}
#header.header-39 .links {width: 15%;}
#header.header-39 ul.topmenu li.level0 a.level-top{
	font-size: 26px;
	font-style: italic;
    font-weight: 700;
	padding: 15px 30px;
	color:#8a8f91;
	-moz-transition:color 300ms ease;
	-webkit-transition:color 300ms ease;
	-o-transition:color 300ms ease;
	transition:color 300ms ease;
}
#header.header-39 ul.topmenu li.level0:hover a.level-top,
#header.header-39 ul.topmenu li.level0.over a.level-top,
#header.header-39 ul.topmenu.navbar-nav li.level0.active > a.level-top{
	color:#181818;
	background:url(../images/be_skin_89_menu_bg.png) 10px center no-repeat;
}
#header.header-39 .top-cart .block-content{
	left: 0;
	right: auto;
}

#header.header-40{color:#0032ab;}
#header.header-40 ul.social-links li:not(:last-of-type) {margin-right: 5px;}
#header.header-40 .menu-block {position: relative;}
#header.header-40 .links {margin-left: 5px;}
#header.header-40 .customer-name-block {margin-left: 5px; margin-top: 10px;}
#header.header-40 .language-currency-wrapper {margin-left: 10px; position: relative;}
body.boxed-layout .container {padding-left: 25px; padding-right: 25px;}
body.boxed-layout #header.header-40 .top-block {vertical-align: middle;}
body.boxed-layout #header.header-40 .welcome-msg-wrapper {float: left;}
#header.header-40 .quick-access {padding: 10px 0 5px;}
#header.header-40 .welcome-msg {color: #0032ab; margin-top: 36px; border: none;}
#header.header-40 .logo-wrapper {text-align: center;}
#header.header-40 h2.logo {margin:13px 20px 20px; float: left;}
#header.header-40 h2.logo a {padding: 0 0 15px; line-height: 60px;}
#header.header-40 .menu-block .wrapper-menu {border-width: 0;}
#header.header-40 ul.topmenu li.level0 {margin: 0; padding: 0;  border-width: 0;}
#header.header-40 ul.topmenu li.level0 a.level-top{
    color: #4e2800;
    font-size: 16px;
    line-height: 16px;
    border-right-width: 0;
    padding: 20px 20px;
    margin: 0;
    text-transform: none;
    font-weight: 400;
}
body.header-with-image .header-breadcrumbs-wrapper #header.header-40 ul.topmenu li.level0 a.level-top{color: #4e2800;}
#header.header-40 ul.topmenu li.level0.last a.level-top:after {content: none;}
#header.header-40 ul.topmenu li.level0:hover,
#header.header-40 ul.topmenu li.level0.active {background-color: transparent; border-width: 0;}
body.header-with-image .header-breadcrumbs-wrapper #header.header-40 ul.topmenu li.level0 a.level-top:hover,
body.header-with-image .header-breadcrumbs-wrapper #header.header-40 ul.topmenu li.level0:hover a.level-top,
body.header-with-image .header-breadcrumbs-wrapper #header.header-40 ul.topmenu li.level0.over a.level-top,
body.header-with-image .header-breadcrumbs-wrapper #header.header-40 ul.topmenu.navbar-nav li.level0.active a.level-top,
body.header-with-image .header-breadcrumbs-wrapper #header.header-40 ul.topmenu li.level0.active a.level-top {color: #0032ab; background-color: transparent; border-right-width: 0; position: relative;}
#header.header-40 ul.topmenu li.level0 a.level-top:hover:after,
#header.header-40 ul.topmenu li.level0:hover a.level-top:after,
#header.header-40 ul.topmenu li.level0.over a.level-top:after,
#header.header-40 ul.topmenu.navbar-nav li.level0.active a.level-top:after,
#header.header-40 ul.topmenu li.level0.active a.level-top:after{
    content:'';
    position:absolute;
    left:0;
    bottom:-4px;
    width:100%;
    height:4px;
    background:#0032ab;
}
#header.header-40 .custom-top-block {margin-top: 20px; float: right; width: 40%;}
body.header-with-image .header-breadcrumbs-wrapper #header.header-40 .top-cart .block-title .top-cart-icon i,
body.header-with-image .header-breadcrumbs-wrapper #header.header-40 .top-cart .block-title .title-cart{color:#0032ab;}
body.header-with-image .header-breadcrumbs-wrapper #header.header-40 .top-cart .block-title .cart-qty{background:rgba(0,0,0,0.2);}
#header.header-40 .search-button{color:#0032ab;}
body.header-with-image .header-breadcrumbs-wrapper #header.header-40  .customer-name .user-icon,
body.header-with-image .header-breadcrumbs-wrapper #header.header-40  .links:not(.default-links) li a.top-link-login{color:#0032ab;}
body.header-with-image .header-breadcrumbs-wrapper #header.header-40  .links:not(.default-links) li a.top-link-login{margin: 4px 0 0 -15px;}
body.header-with-image .header-breadcrumbs-wrapper #header.header-40  .language-currency-block{color:#0032ab; border-color: #0032ab;}
body.header-with-image .header-breadcrumbs-wrapper #header.header-40 .menu-block .wrapper-menu,
body.header-with-image .header-breadcrumbs-wrapper #header.header-40 .with-border .language-currency-block .language{border-color:#0032ab;}
#header.header-40 .top-cart {margin-top: 11px;}

#header.header-41 {border-bottom: 1px solid rgba(0,0,0,.1);}
.wide-layout#header.header-41 .top-block,
.boxed-layout #header.header-41 .top-block .container {background-color: #252525;}
.wide-layout #header.header-41 .top-block,
.boxed-layout #header.header-41 .top-block .container {padding-bottom: 0;}
#header.header-41 .top-block .container {border-bottom: 1px solid rgba(0,0,0,.2); position: relative;}
#header.header-41 ul.social-links li:not(:last-of-type) {margin-right: 5px;}
#header.header-41 .menu-block {position: relative;}
#header.header-41 .links {margin-left: 5px;}
#header.header-41 .customer-name-block {margin-left: 5px;}
#header.header-41 .language-currency-wrapper {margin-left: 10px; position: relative;}
#header.header-41 .links:not(.default-links) li:not(.last) {display: none;}
#header.header-41 .customer-name-wrapper + .links:not(.default-links) li {display: block;}
body.boxed-layout #header.header-41 .top-block {vertical-align: middle;}
body.boxed-layout #header.header-41 .welcome-msg-wrapper {float: left;}
#header.header-41 .quick-access {padding: 8px 0 6px;}
#header.header-41 .welcome-msg {border-width: 0; margin-top: 19px; margin-left: 20px; font-size: 13px;}
#header.header-41 .logo-wrapper {text-align: center;}
#header.header-41 h2.logo {margin: 10px 20px 0 20px;}
#header.header-41 h2.logo a {padding: 0; line-height: 60px;}
#header.header-41 .wrapper-menu {position: relative; margin-top: 0; float: right;}
#header.header-41 .menu-block .wrapper-menu {border-width: 0;}
#header.header-41 ul.topmenu li.level0 {margin: 0; padding: 16px 0 17px;  border-width: 0;}
#header.header-41 ul.topmenu li.level0 a.level-top {
    color: #252525;
    font-size: 14px;
    line-height: 14px;
    border-right-width: 0;
    position: relative;
    padding: 20px 15px;
    margin: 0 5px;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 400;
}
#header.header-41 ul.topmenu li.level0 a.level-top:after {
    content: "";
    position: absolute;
    z-index: 203;
    opacity: 0;
    filter: alpha(opacity=0);
    bottom: -17px;
    height: 10px;
    left: 50%;
    top: auto;
    width: 1px;
    background: #000000;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#header.header-41 ul.topmenu li.level0 a.level-top:hover:after,
#header.header-41 ul.topmenu li.level0:hover a.level-top:after,
#header.header-41 ul.topmenu li.level0.over a.level-top:after,
#header.header-41 ul.topmenu.navbar-nav li.level0.active a.level-top:after,
#header.header-41 ul.topmenu li.level0.active a.level-top:after {
    opacity: 1;
    filter: alpha(opacity=100);
}
#header.header-41 ul.topmenu li.level0:hover,
#header.header-41 ul.topmenu li.level0.active {background-color: transparent; border-width: 0;}
#header.header-41 ul.topmenu li.level0 a.level-top:hover,
#header.header-41 ul.topmenu li.level0:hover a.level-top,
#header.header-41 ul.topmenu li.level0.over a.level-top,
#header.header-41 ul.topmenu.navbar-nav li.level0.active a.level-top,
#header.header-41 ul.topmenu li.level0.active a.level-top {color: #000; background-color: transparent; border-width: 0;}
#header.header-41 ul.topmenu li.level0,
#header.header-41 ul.topmenu li.level0 a.level-top {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#header.header-41 .header-block {float: left; padding-top: 18px; color: rgba(255, 255, 255, 0.5); font-size: 13px;}
#header.header-41 .header-block a {color: #ccc;}
#header.header-41 .header-block a:hover {text-decoration: underline;}

/**** Switcher ****/
.language-currency-wrapper {
	position: relative;
	font-size: 1em;
	line-height: 1.5em;
	color: #222;
	float: right;
}
.language-currency-block {
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	cursor: pointer;
	position: relative;
	padding: 9px 6px 9px 10px;
	border-width: 1px;
	border-style: solid;
	border-color: #e8e8e8;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.language-currency-block i {font-size: 14px; line-height: 14px; vertical-align: middle;}
.footer-middle .language-currency-block,
.footer-bottom .language-currency-block,
.footer-middle .form-language.list a,
.footer-middle .form-currency.list a,
.footer-bottom .form-language.list a,
.footer-bottom .form-currency.list a {color: #fff;}
.footer-middle .form-language.list a:hover,
.footer-middle .form-currency.list a:hover,
.footer-bottom .form-language.list a:hover,
.footer-bottom .form-currency.list a:hover {color: #2991d6;}

.language-currency-block .language {padding: 3px 0; line-height: 1; display: inline-block;}
.with-border .language-currency-block .language { padding: 3px 9px 3px 0; margin-right: 6px; border-right: solid 1px rgba(0,0,0,.2); }
.language-currency-block .currency .icon {display: inline-block;}
.language-currency-block .currency i {margin-left: 3px; margin-top: 3px;}
.language-currency-dropdown {
	max-width: 232px;
	padding: 1.5em 20px 0;
	background: #fff;
	box-shadow: 0px 1px 2px rgba(0,0,0,.1);
	position: absolute;
	top: 100%;
	display: none;
	clear: both;
	z-index: 9999;
	right: 0;
	color: #333;
}
.language-currency-dropdown .label {
	color: inherit;
	font-size: 1em;
	margin-bottom: .5em;
	display: block;
	padding: 0;
	text-align: left;
	border-radius: 0;
	line-height: 1.5;
}
.language-currency-dropdown > div {margin-bottom: 1.5em;}
.language-currency-dropdown > div.list + div.list {margin-top: 1.5em;}
.language-currency-dropdown .form-language.list a,
.language-currency-dropdown .form-currency.list a,
.header .language-currency-dropdown .form-language.list a,
.header .language-currency-dropdown .form-currency.list a {display: block; font-size: .91em; color: #666; border-bottom: solid 1px rgba(0,0,0,.08); padding: 1em 20px; margin: 0 -20px;}
.language-currency-dropdown .form-language.list a:first-child,
.language-currency-dropdown .form-currency.list a:first-child,
.header .language-currency-dropdown .form-language.list a:first-child,
.header .language-currency-dropdown .form-currency.list a:first-child {margin-top: -1em;}
.language-currency-dropdown .form-language.list a:last-child,
.language-currency-dropdown .form-currency.list a:last-child,
.header .language-currency-dropdown .form-language.list a:last-child,
.header .language-currency-dropdown .form-currency.list a:last-child {border: none; margin-bottom: -1em;}
.language-currency-dropdown > div > a:hover {color: #2991d6;}

.language-currency-dropdown > div > a:last-of-type {border-bottom: none;}
.language-currency-dropdown > div > a img {margin: -1px 9px 0 0;}
.language-currency-dropdown .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {width: 100%;}
.language-currency-dropdown .bootstrap-select.btn-group .dropdown-menu li a {color: inherit;}
.form-language.list a,
.form-currency.list a {color: #666; display: inline-block; margin-right: 5px; vertical-align: middle;}
.form-language.list a:hover,
.form-currency.list a:hover {color: #2991d6;}
.form-language.list a:last-child,
.form-currency.list a:last-child {margin-right: 0;}
.form-language.list a img {margin-right: 3px;}
.header-phone {font-size: .91em; margin: 1.087em 0;}
.header-phone a {color: #fff;}
.header-links {margin: 0;}
.header-links.navbar-collapse { padding: 0; }
.header-links li {display: inline-block;}
.header-links li a {color: #fff; padding: .91em 8px; display: inline-block;}
.header-links li a:hover {background-color: rgba(255,255,255,.1);}
.header-links li a i {margin-right: 5px; color: #aaa; font-size: 1.16em;}
/* .header .top-block .navbar-toggle { position: relative; margin: 0; padding: .83em 0; color: #fff; }
.header .top-block .navbar-toggle i { font-size: 18px; }
.header .top-block .navbar-toggle:after {
	content: '';
	display: block;
	height: 3px;
	position: absolute;
	bottom: -1px;
	left: 0;
	right: 0;
	background-color: rgba(255,255,255,.2);
	opacity: 0;
	transition: opacity 300ms ease;
	-moz-transition: opacity 300ms ease;
	-webkit-transition: opacity 300ms ease;
}
.header .top-block .navbar-toggle:focus:after,
.header .top-block .navbar-toggle:hover:after { opacity: 1; } */
.menu-block .row {position: relative;}
.menu-block .wrapper-menu {margin-left: 10px; margin-right: 10px; border-top: solid 1px rgba(0,0,0,.2);}
.menu-block .wrapper-menu .navbar-collapse {padding-left: 10px;}
.menu-block .navbar-default {float: left; margin: 0 -10px;}
.navbar-default .navbar-toggle,
.navbar-default .navbar-toggle.active {
	border: none;
	margin-left: 10px;
	color: #2991d6;
	font-family: 'Patua One';
	font-size: 1.16em;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	font-weight: normal;
	opacity: 1;
	padding: 9px 18px!important;
	margin: 0;
	font-size: 18px;
	line-height: normal;
	text-shadow: none;
}
.navbar-default .navbar-toggle span {display: none;}
.navbar-default .navbar-toggle i {-webkit-transition: none; -o-transition: none; transition: none; font-size: 25px;}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:active { color: #2991d6;}
.header .links {float: right; margin: 0 0 0 10px;}
.header .default-links.links {margin: .91em 0 .75em 10px;}
.header .default-links.links li {margin-left: 10px; float: left;}
.header .default-links.links li:first-child {margin-left: 0;}
.header .default-links.links li a:hover {color: #2991d6;}
.header .customer-name-block {float: right; margin: 8px 0 8px 15px; position: relative;}
.header .customer-name-wrapper .customer-name {display: block; cursor: pointer;}
.header .customer-name-wrapper .customer-name .user-icon span {display: none;}
.page-sitemap .customer-name-wrapper {display: none!important;}
.header .links:not(.default-links) li {display: inline-block;}
.header .links:not(.default-links) li a {font-size: 0;}
.header .links:not(.default-links) li a.top-link-login {font-size: 0;}
.header .customer-name .user-icon,
.header .links:not(.default-links) li a.top-link-login  {
	text-align: center;
	display: block;
	cursor: pointer;
	margin: 4px 0;
	color: #fff;
}
.header .links:not(.default-links) li a.top-link-login i {
	font-size: 14px;
	line-height: 36px;
	color: inherit;
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
}
.header .links:not(.default-links) li a.top-link-login:hover {color: #2991d6;}

.header .customer-name .user-icon:hover,
.header .customer-name.open  .user-icon {color: #2991d6;}
.header .customer-name:hover > strong,
.header .customer-name:hover > i.fa,
.header .customer-name:hover > span,
.header .customer-name.open > strong,
.header .customer-name.open > i.fa,
.header .customer-name.open > span { color: #fff; }
header.header .customer-name-wrapper + .links {
	background-color: #fff;
	box-shadow: 0px 1px 5px rgba(0,0,0,.1);
	display: none;
	position: absolute;
	right: 0;
	z-index: 9999;
	margin-left: 0!important;
	padding: .75em 9px;
	min-width: 153px;
}
header.header .customer-name-wrapper + .links li {float: none; display: block; margin-left: 10px;}
header.header .customer-name-wrapper + .links li a {display: inline-block!important; font-size: 1em; float: none; text-align: left; position: relative; margin: 0; padding: .5em 0 .5em 10px; color: #666; }
header.header .customer-name-wrapper + .links li a i {position: absolute; left: -3px; line-height: 1.5; top: 50%; margin-top: -4px; font-size: .4em; color: #2991d6;}
header.header .customer-name-wrapper + .links li a .hover-divider {
	width: 0%;
	height: 2px;
	bottom: 0;
	left: 10px;
	background-color: #2991d6;
	content: '';
	position: absolute;
	-webkit-transition: width 500ms ease;
	-moz-transition: width 500ms ease;
	transition: width 500ms ease;
	-o-transition: width 500ms ease;
}
header.header .customer-name-wrapper + .links li a:hover .hover-divider {width: 90%;}
header.header .customer-name-wrapper + .links li a:hover {color: #2991d6; text-decoration: none!important;}


#sliding-top {
	color: #ccc;
	background-color: #545454;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 9999;
}
#sliding-top .container {padding-top: 24px; padding-bottom: 24px; display: none;}
#sliding-top h4 {font-size: 21px; line-height: 25px; color: #fff; margin: 0 0 15px;}
#sliding-top .block-login .block-title {display: none;}
#sliding-top .block-login label {display: block; margin-bottom: 5px; font-weight: bold; font-size: inherit; color: inherit;}
#sliding-top .block-login input + label {margin-top: 5px;}
#sliding-top .block-login .actions {border: none; padding: 0; margin-top: .5em;}
#sliding-top .block-login .btn {padding-top: 9px; padding-bottom: 9px;}
#sliding-top .block-login + .links {float: none; margin: .5em 0 0;}
#sliding-top .block-login + .links .sep {display: inline-block; margin: 0 2px;}
#sliding-top .subtitle {font-weight: 500; display: inline-block; font-size: 14px;}
#sliding-top .times-wrapper h2 {color: #2991d6; font-size: 75px; line-height: 75px; display: block; margin-bottom: 15px;}
#sliding-top .hr-dots {margin-bottom: 20px;}
#sliding-top .times-wrapper span:not(.time) {color: #ccc;}
#sliding-top .times-wrapper .time {display: block; font-weight: bold;}
#sliding-top h5 {color: #fff; font-size: 15px; line-height: 20px; font-family: inherit; font-weight: 700; margin: 0 0 5px;}
#sliding-top h5 + p {margin-left: 25px;}
#sliding-top .sliding-logo {display: inline-block; margin-bottom: 15px;}
#sliding-top .sliding-logo + .subtitle {margin-bottom: 15px;}
#sliding-top .sliding-top-control {
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 45px 45px 0;
	border-color: transparent transparent transparent transparent;
	position: absolute;
	z-index: 10000;
	right: 0;
	bottom: -45px;
	border-right-color: #545454;
}
#sliding-top .sliding-top-control span {
	display: block;
	width: 26px;
	height: 30px;
	line-height: 25px;
	text-align: center;
	position: absolute;
	right: -45px;
	top: 0;
	color: #fff;
	font-size: 18px;
}
#sliding-top .sliding-top-control span .plus {display: block;}
#sliding-top .sliding-top-control span .minus {display: none;}
#sliding-top.open .sliding-top-control span .plus {display: none;}
#sliding-top.open .sliding-top-control span .minus {display: block;}

/* Menu button */
.lines-button {
  padding: 0;
  transition: .3s;
  cursor: pointer;
  user-select: none;
  background: none;
  height: 20px;
  position: relative;
  /* */
}
.lines-button:hover {
  opacity: 1;
}
.lines-button:active {
  transition: 0;
}

.lines {
  display: inline-block;
  width: 20px;
  height: 2px;
  background: #222;
  transition: 0.3s;

}
.lines-top, .lines-bottom {
  display: inline-block;
  width: 20px;
  height: 2px;
  background: #222;
  transition: 0.3s;
  position: absolute;
  left: 0;
  content: '';
  -webkit-transform-origin: .5em center;
  transform-origin: .5em center;
}
.lines-top {
  top: 0;
}
.lines-bottom {
  bottom: 0;
}

.lines-button:hover .lines-top {
  top: -2px;
}
.lines-button:hover .lines-bottom {
  bottom: -2px;
}
.lines-button.close .lines {
  background: transparent;
}
.lines-button.close .lines-top,
.lines-button.close .lines-bottom {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  top: 0;
  width: 20px;
}
.lines-button.close .lines-top {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
   margin-top: 10px;
}
.lines-button.close .lines-bottom {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
  margin-top: 10px;
}


/* Header Cart ================================================================================ */
header.header .top-cart {float: right; position: relative; margin: 7px 10px 8px 0;}
header.header .top-cart .block-title{border: none; margin: 0; z-index:9998; padding: 0; font-size: 1em;}
header.header .top-cart .block-title:after {content: none;}
header.header .top-cart .block-title a:hover {color: inherit;}
header.header .top-cart .block-title .title-cart {
	position: relative;
	transition: background-color 300ms ease;
	-moz-transition: background-color 300ms ease;
	-webkit-transition: background-color 300ms ease;
	font-size: 1em;
	display: block;
	text-transform: none;
	color: #222;
}
header.header .top-cart .block-title .top-cart-icon {display: inline-block; vertical-align: middle; margin-right: 15px;}
header.header .top-cart .block-title .top {display: block; margin-top: -9px;}
header.header .top-cart .block-title .bottom {display: block; font-size: .786em; border-top: solid 1px #eee; margin-top: 3px; padding-top: 3px; text-align: center;}
header.header .top-cart .block-title .top-cart-icon i {
	color: #444;
	display: block;
	float: left;
	font-size: 20px;
	line-height: 20px;
}
header.header .top-cart .block-title .subtotal {line-height: 1.5;vertical-align: middle;}
header.header .top-cart .block-title .cart-qty + .subtotal {margin-left: 4px;}
header.header .top-cart .block-title .cart-qty {
	position: absolute;
	left: 20px;
	top: -5px;
	display: block;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	width: 17px;
	height: 17px;
	line-height: 17px;
	text-align: center;
	font-size: 11px;
	color: #fff;
	background-color: #2991d6;
}
header.header .top-cart .block-title .cart-qty span {display: none;}
header.header .top-cart .block-title .subtotal .price {font-size: 1em;/*  color: #648ec7; */}
header.header .top-cart .block-title .top-cart-label {display: inline-block; vertical-align: middle; margin-right: 5px;}
header.header .top-cart .block-title .top-cart-label i {color: #aaa; margin-left: 6px;}
header.header .top-cart .block-content {
    background:#fff;
    z-index:9998;
    position:absolute;
    right:0px;
    top: 100%;
    width: 338px;
    padding: 0;
	margin-top: -1px!important;
	color: #666;
	box-shadow: 0 0 5px rgba(0,0,0,.2);
}
header.header .top-cart .block-content .inner-wrapper {padding: 1.5em 20px;}
header.header .top-cart .block-title.no-items + .block-content {text-align: center;}
header.header .top-cart .cart-empty{padding:0; text-align: center; font-size: 1.16em;}
header.header .top-cart .cart-empty i{display: block; color:#ccc; font-size: 56px; margin-bottom: 0.1em;}
header.header .top-cart .cart-empty .small-label{display: block; font-size: 0.78em;}
header.header .top-cart .cart-empty a {color: inherit; font-size: inherit;}
header.header .top-cart .cart-empty a:hover {text-decoration: underline;}
header.header .top-cart .img-container{float: left; width: 78px; margin-right: 15px;}
header.header .top-cart .img-container .product-image {width: 78px; padding: 0; border: none;}
header.header .top-cart .img-container .btn-remove { margin: 0; }
header.header .top-cart .cart-price-qt {display: block; margin-top: 6px; margin-right: 5px; float: left;}
header.header .top-cart .cart-price-qt strong {
	font-size: 1em;
	display: inline-block;
	position: relative;
	vertical-align: top;
	font-weight: normal;
}
header.header .top-cart .cart-price-qt span {display: inline-block; vertical-align: middle;}
header.header .top-cart .block-content .mini-products-list {padding-bottom: .75em; padding-left: 0; list-style: none; margin-bottom: 0; border-bottom: solid 1px rgba(0,0,0,.08);}
header.header .top-cart .block-content .mini-products-list .product-details {float: right; width: 68%; padding-right: 7%; margin: 0; position: relative;}
header.header .top-cart .block-content .mini-products-list .product-details .price {
	line-height: 1.583em;
	display: inline-block;
	vertical-align: middle;
	font-weight: 300;
	font-size: 1.5em;
}
header.header .top-cart .block-content .subtotal {text-align: left; margin: 0;}
header.header .top-cart .block-content .subtotal .label,
header.header .top-cart .block-content .subtotal .price {
	display: inline-block;
	font-size: 1.5em;
	font-weight: 300;
	line-height: 1.25em;
	padding: 0;
}
header.header .top-cart .block-content .subtotal .label {color: #222; font-family: 'Patua One';}
header.header .top-cart .block-content .actions { position: relative;}
header.header .top-cart .block-content .actions a {font-size: 1em; color: #666;}
header.header .top-cart .block-content .actions a i {font-size: 1.16em; vertical-align: middle; line-height: 1em;}
header.header .top-cart .mini-products-list li {padding: 0 0 .75em; margin: 0; clear: both; position: relative;}
header.header .top-cart .product-name {text-align: left; margin: 0;}
header.header .top-cart .product-name a {font-size: 13px;}
header.header .top-cart .product-box {font-size: 1em; line-height: 1.5em; text-align: left;}
header.header .top-cart .btn-remove {position: absolute; top: 0; right: -5px; z-index: 1; background: none; font-size: 1em; width: auto; text-indent: 0; height: auto;}
.add-to-cart-success .btn-remove{margin:3px 0 0;}
header.header .top-cart .btn-edit {position: absolute; right: -5px; top: 25px; z-index: 1; background: none; font-size: 1em; width: auto; text-indent: 0; height: auto;}
header.header .top-cart .btn-edit i,
header.header .top-cart .btn-remove i {font-size: 1.16em; padding: 5px; color: #ddd;}
header.header .top-cart button.button span { display:block; float:none;}

header.header .top-cart.horizontal .title-cart .top-cart-label,
header.header .top-cart.horizontal .title-cart .top-cart-icon { margin-right: 5px;}
header.header .top-cart.horizontal .title-cart .fa-angle-down { margin-left: 3px;}

.header-with-image .header-breadcrumbs-wrapper #header.header ul.topmenu li.level0 a.level-top {color: #fff;}
.header-with-image .header-breadcrumbs-wrapper #header.header ul.topmenu li.level0 a.level-top i {color: rgba(255,255,255,.2);}
.header-with-image .header-breadcrumbs-wrapper #header.header .top-block  {color: #fff;}
.header-with-image .header-breadcrumbs-wrapper #header.header .form-search input {color: #fff; border-color: #fff; background-color: rgba(255,255,225,0); border-right: none;}
.header-with-image .header-breadcrumbs-wrapper #header.header .form-search .btn {background-color: rgba(255,255,225,0); border-color: #fff; border-left: none;}
.header-with-image .header-breadcrumbs-wrapper #header.header .form-search .btn i {color: #fff;}
.header-with-image .header-breadcrumbs-wrapper #header.header .top-cart .block-title .top-cart-icon i,
.header-with-image .header-breadcrumbs-wrapper #header.header .top-cart .block-title .title-cart {color: #fff;}
.header-with-image .header-breadcrumbs-wrapper #header.header .lines-button .lines,
.header-with-image .header-breadcrumbs-wrapper #header.header .lines-button .lines-top,
.header-with-image .header-breadcrumbs-wrapper #header.header .lines-button .lines-bottom {background-color: #fff;}
.header-with-image .header-breadcrumbs-wrapper #header.header .lines-button.close .lines {background: transparent;}
.header-with-image .header-breadcrumbs-wrapper #header.header .customer-name .user-icon,
.header-with-image .header-breadcrumbs-wrapper #header.header .links:not(.default-links) li a.top-link-login {color: #fff;}
.header-with-image .header-breadcrumbs-wrapper #header.header .language-currency-block {color: #fff;}
.header-with-image .header-breadcrumbs-wrapper #header.header .menu-block .wrapper-menu,
.header-with-image .header-breadcrumbs-wrapper #header.header .with-border .language-currency-block .language {border-color: rgba(255,255,255,.2);}
.header-with-image .header-breadcrumbs-wrapper .page-title h1,
.header-with-image .header-breadcrumbs-wrapper .page-title h2 {color: #fff;}
.header-with-image .header-breadcrumbs-wrapper ul.breadcrumb li,
.header-with-image .header-breadcrumbs-wrapper ul.breadcrumb li a {color: #fff;}

/* Sticky Header */
#sticky-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99999;
	background: #fff;
	opacity: .97;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
	display: none;
}
#sticky-header .small-logo {margin: 12px 10px 12px 0; line-height: 1;}
#sticky-header .small-logo a {display: inline-block; line-height: 1;}
#sticky-header .form-search input {width: 225px;}
#sticky-header .navbar {margin: 0;}
#sticky-header .quick-access {margin: .75em 0;}
#sticky-header ul.topmenu li.level0 + li.level0:after,
#sticky-header ul.topmenu li.level0 + li.level0:before {content: none;}
#sticky-header ul.topmenu li a {color: #222;}
#sticky-header ul.topmenu li.level0 {
	padding: .95em 0;
	border-top: none;
	border-bottom: solid 3px transparent;
	margin-top: 0;
	margin-bottom: -3px;
}
#sticky-header ul.topmenu li.level0 a.level-top {padding-top: 8px; padding-bottom: 8px;}
#sticky-header ul.topmenu li a:not(.lightbox-button) i {color: rgba(0,0,0,.2);}
#sticky-header .search-button {
	display: block;
	cursor: pointer;
	width: 40px;
	height: 40px;
	color: #666;
	text-align: center;
	float: right;
}
#sticky-header .form-search {position: relative;}
#sticky-header .form-search .indent {display: none; position: absolute; top: 40px; right: 0; box-shadow: 0 0 3px rgba(0,0,0,.2); background: #fff; padding: 1.5em 20px; width: 306px;}


/* Swap Header */

.vertical-header.swap-header {
    z-index: 99999;
    left: auto;
    right: -200px;
    -webkit-box-shadow: 2px 0 4px 2px rgba(0,0,0,.15);
    box-shadow: 2px 0 4px 2px rgba(0,0,0,.15)
}
.vertical-header.swap-header #header {opacity: 0;}
.vertical-header.swap-header a.swap-menu-toggle{
    color: #fff;
    position: absolute;
    top: 10px;
    left: 8px;
    right: auto;
    z-index: 999;
    line-height: 35px;
    font-size: 25px;
    text-align: center;
}
.vertical-header.swap-header.left-swap{
    left: -200px;
	right: auto;
}
.vertical-header.swap-header.left-swap a.swap-menu-toggle{
    left: auto;
	right: 8px;
}
.vertical-header.swap-header.left-swap .custom-block{
	-moz-transition:opacity 300ms ease;
	-webkit-transition:opacity 300ms ease;
	-o-transition:opacity 300ms ease;
	transition:opacity 300ms ease;
}
.vertical-header.swap-header.left-swap:not(.active) .custom-block{opacity: 0!important;}



/* Sticky Footer */
body.with-sticky-footer .header-breadcrumbs-wrapper,
body.with-sticky-footer .header-wrapper {position: relative; z-index: 3;}
body.with-sticky-footer .content-wrapper {position: relative; z-index: 2; overflow: hidden; background-color: #fff;}
body.with-sticky-footer .fixed-footer {width: 100%; bottom: 0; left: 0; z-index: 1;}

/**** Select ****/
.bootstrap-select {
  /*width: 220px\9; IE8 and below*/
  width: 220px;
  /*IE9 and below*/
}
.bootstrap-select > .btn {
  width: 100%;
  padding-right: 25px;
  text-transform: inherit;
}
.error .bootstrap-select .btn {
  border: 1px solid #b94a48;
}
.control-group.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}
.bootstrap-select .btn:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}
.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row-fluid .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right;
}
.form-search .bootstrap-select.btn-group,
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}
.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}
.input-append .bootstrap-select.btn-group {
  margin-left: -1px;
}
.input-prepend .bootstrap-select.btn-group {
  margin-right: -1px;
}
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.btn-group .btn .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}
.bootstrap-select.btn-group .btn .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
  border-top-color: #666;
}
.bootstrap-select.btn-group[class*="col-"] .btn {
  width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  z-index: 1035;
  margin-top: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) a:hover small,
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) a:focus small,
.bootstrap-select.btn-group .dropdown-menu li.active:not(.disabled) a small {
  color: #64b1d8;
  color: rgba(100, 177, 216, 0.4);
}
.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
}
.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
}
.bootstrap-select.btn-group.fit-width .btn .filter-option {
  position: static;
}
.bootstrap-select.btn-group.fit-width .btn .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select.show-menu-arrow.open > .btn {
  z-index: 1036;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom-width: 7px;
  border-bottom-style: solid;
  border-bottom-color: #cccccc;
  border-bottom-color: rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-bottom: 0;
  border-top-width: 7px;
  border-top-style: solid;
  border-top-color: #cccccc;
  border-top-color: rgba(204, 204, 204, 0.2);
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}
.bs-searchbox,
.bs-actionsbox {
  padding: 4px 8px;
}
.bs-actionsbox {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox input.form-control {
  margin-bottom: 0;
  width: 100%;
}
.bootstrap-select > .selectpicker {
	background-image: none;
	border: solid 1px rgba(0,0,0,.2);
	height: 30px;
	border-radius: 0;
	box-shadow: none;
	font-size: 11px;
	color: #888;
	padding: 0 30px 0 10px;
	line-height: 30px;
}
.bootstrap-select > .selectpicker:after {content: none;}
.bootstrap-select > .selectpicker:hover {
	background-color: #E9F5FC !important;
	border-color: #d5e5ee;
	color: #1982C2;
	box-shadow: none;
}

body .navbar-default {background: none; border: none; background-image: none; box-shadow: none; margin: 0;}
.fb-like-box, .fb-like-box span, .fb-like-box span iframe[style] {width: 100%!important;}

.block-fblikebox .block-content {overflow: hidden;}
.fb-page.fb_iframe_widget {display: block!important}
.fb-page.fb_iframe_widget > span {width: 100%!important;}
.fb-page.fb_iframe_widget iframe {width: auto!important; max-width: 100%;}

/* Widget: Social Links */
ul.social-links {float: left; position: relative; z-index: 9; list-style: none;}
ul.social-links li {float: left;}
ul.social-links li:not(:last-of-type) {margin-right: 6px;}
ul.social-links.small li a i {
	color: rgba(255,255,255,.3);
	font-size: 15px;
	line-height: 15px;
	width: 21px;
	height: 21px;
}
ul.social-links li a i:hover {color: #fff;}
ul.social-links.large li {margin: 0;}
ul.social-links.large a {
	display: inline-block;
	overflow: hidden;
	text-align: center;
	margin: 0px 2px 2px 0;
	border: solid 1px rgba(0,0,0,.08);
	position: relative;
	background-color: #fff;
	color: #444!important;
	background-image: url(../images/stripes_3_b.png);
	-webkit-box-shadow: inset 0 0 5px 0 rgba(0,0,0,.08);
	box-shadow: inset 0 0 5px 0 rgba(0,0,0,.08);
	width: 43px;
	height: 43px;
	line-height: 43px;
	font-size: 15px;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}

ul.social-links.large a i {color: inherit; font-size: inherit; display: block;}
ul.social-links.large a:hover i,
ul.social-links.large a:hover:after {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
}
ul.social-links.large a:after {
	font-family: "mfn-icons";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: none !important;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
	width: 43px;
    height: 43px;
    line-height: 43px;
    font-size: 15px;
	position: absolute;
	top: 100%;
	left: 0;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}

ul.social-links.large a.facebook:after {content: '\e8f4'; color: #fff; background-color: #3a589b;}
ul.social-links.large a.googleplus:after {content: '\e955'; color: #fff; background-color: #d6492f;}
ul.social-links.large a.twitter:after {content: '\e8f2'; color: #fff; background-color: #32ccfe;}
ul.social-links.large a.vimeo:after {content: '\e8f0'; color: #fff; background-color: #1ca7cc;}
ul.social-links.large a.youtube:after {content: '\e898'; color: #fff; background-color: #ff3334;}
ul.social-links.large a.linkedin:after {content: '\e8fd'; color: #fff; background-color: #007bb6;}

/* Widget: Customer Reviews */
.customer-reviews-widget {margin-left: -10px; margin-right: -10px;}
.customer-reviews-widget .item {float: left; padding-left: 10px; padding-right: 10px; width: 100%;}
.customer-reviews-widget.two-items .item {width: 50%;}
.customer-reviews-widget.three-items .item {width: 33.3334%;}
.customer-reviews-widget.four-items .item {width: 25%;}
.customer-reviews-widget.two-items .item:nth-child(2n+1){clear: left;}
.customer-reviews-widget.two-items .item:nth-child(2n+2){clear: right;}
.customer-reviews-widget.three-items .item:nth-child(3n+1){clear: left;}
.customer-reviews-widget.three-items .item:nth-child(3n+3){clear: right;}
.customer-reviews-widget.four-items .item:nth-child(4n+1){clear: left;}
.customer-reviews-widget.four-items .item:nth-child(4n+4){clear: right;}
.customer-reviews-widget.one-item .item:not(:first-child),
.customer-reviews-widget.two-items .item:not(:first-child):not(:nth-child(2)),
.customer-reviews-widget.three-items .item:not(:first-child):not(:nth-child(2)):not(:nth-child(3)),
.customer-reviews-widget.four-items .item:not(:first-child):not(:nth-child(2)):not(:nth-child(3)):not(:nth-child(4)) {margin-top: 1.5em;}
.slider-container .customer-reviews-widget .owl-item {clear: none!important;}
.customer-reviews-widget.widget-list .image-wrapper {float: left; width: 25%; padding-right: 10px;}
.customer-reviews-widget.widget-list .content-wrapper {float: left; width: 75%; padding-left: 10px; text-align: left;}

.customer-reviews-widget:not(.square-image) .image {display: inline-block; width: 120px; border-radius: 50%; overflow: hidden; height: 120px; position: relative; z-index: 999; box-shadow: 0 0 5px rgba(0,0,0,.2);}
.customer-reviews-widget:not(.square-image) .image img {
  width: 180px;
  max-width: none;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  left: 50%;
  margin-left: -90px;
}
.customer-reviews-widget .product-name {font-size: 1em; margin-bottom: .5em;}
.customer-reviews-widget .product-name h3 {font-size: 1.33em; color: #222; font-family: 'Patua One'; line-height: 1.583em; font-weight: 300; margin: 0;}
.customer-reviews-widget .price-wrapper {line-height: 1; margin-bottom: 1em;}
.customer-reviews-widget .review-title {font-size: 2em; font-weight: 300; line-height: 1.25; margin-bottom: .25em; color: #222;}
.customer-reviews-widget .review-text {font-size: 2em; font-weight: 300; line-height: 1.25; margin-bottom: .75em;}
.customer-reviews-widget .ratings {margin-bottom: 2em; margin-top: 0;}
.customer-reviews-widget .ratings .rating-box {float: none; display: inline-block; margin: 0;}
.customer-reviews-widget .author {text-transform: uppercase; color: #aaa; margin-bottom: 2em;}
.customer-reviews-widget .author i {font-size: 1.16em; margin-right: 4px;}
.customer-reviews-widget .btn {padding-left: 40px; padding-right: 40px;}
.customer-reviews-widget.type-2 .review-text {font-size: 1em; border: solid 1px #ddd; padding: 1.5em; font-weight: normal; position: relative; margin-bottom: 2em; line-height: 1.75em;}
.customer-reviews-widget.type-2 .review-text:after {
	content: '\f0dd';
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	position: absolute;
	bottom: -5px;
	left: 30px;
	color: #ddd;
}
.customer-reviews-widget.type-2:not(.square-image) .image {width: 80px; height: 80px; margin-right: 18px;}
.customer-reviews-widget.type-2 .pull-right {width: 64%;}
.customer-reviews-widget.type-2 .ratings {margin-bottom: 1em;}
.customer-reviews-widget.type-2.one-item .item:not(:first-child),
.customer-reviews-widget.type-2.two-items .item:not(:first-child):not(:nth-child(2)),
.customer-reviews-widget.type-2.three-items .item:not(:first-child):not(:nth-child(2)):not(:nth-child(3)),
.customer-reviews-widget.type-2.four-items .item:not(:first-child):not(:nth-child(2)):not(:nth-child(3)):not(:nth-child(4)) {margin-top: 2.5em;}

/********** < Navigation */
ul.topmenu { border-width: 0; padding: 0; margin: /* .75em */ 0; }
ul.topmenu li.level0 {padding: 1.155em 0; border-top: solid 3px transparent; margin-top: -3px;}
ul.topmenu li.level0 a.level-top {
	position: relative;
	font-family: inherit;
	font-size: 1.077em;
	line-height: 1.429;
	font-weight: normal;
	color: #222;
	padding: 1.43em 20px;
	z-index: 999;
	background: none;
	text-transform: none;
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
	border-right: solid 1px rgba(0,0,0,.05);
}
ul.topmenu li.level0.last a.level-top {border: none;}
ul.topmenu li.level0:hover,
ul.topmenu li.level0.over,
ul.topmenu.navbar-nav li.level0.active,
#sticky-header ul.topmenu li.level0:hover,
#sticky-header ul.topmenu li.level0.over,
#sticky-header ul.topmenu.navbar-nav li.level0.active {border-color: #2991d6;}

ul.topmenu li.level0:hover,
ul.topmenu li.level0.over a.level-top,
ul.topmenu.navbar-nav li.level0.active > a.level-top {color: #2991d6; background-color: inherit;}

/* All Levels */
ul.topmenu li { text-align: left; position: relative; }
ul.topmenu li a { display: block; text-decoration: none; }
ul.topmenu li a:hover { text-decoration:none; }
ul.topmenu li a span { display: inline-block; white-space: nowrap; cursor: pointer;}
ul.topmenu li a:not(.lightbox-button) i:not(.custom-icon) {font-size: .5em; color: rgba(0,0,0,.2); position: absolute; left: -20px; top: 50%; margin-top: -1px;}
ul.topmenu li ul a span { white-space:normal; }
ul.topmenu li.level0 a.level-top i.custom-icon{
	font-size: 1em;
	line-height: 0.6em;
	margin-left: -3px;
	margin-right: 3px;
}


/* 1st Level */
ul.topmenu li { float: left; }
ul.topmenu li:not(.item) > a { float: left; padding: 5px 10px; font-weight: 400; color: #5f5f5f; }
ul.topmenu li a:hover { color:#000; }

/* 2nd Level */
ul.topmenu:not(.nav-wide) ul,
ul.topmenu:not(.nav-wide) div { position: absolute; width: 15em; top: 100%; left: 0; display: none; background: #f2f2f2; -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .1); box-shadow: 0 1px 5px rgba(0, 0, 0, .1); z-index: 999; }
ul.topmenu:not(.nav-wide) div ul { position: static; width: auto; border: none; }

/* 3rd+ leven */
ul.topmenu ul ul/* ,
ul.topmenu ul div */ { top:7px; }
ul.topmenu ul li { float:none; }
ul.topmenu ul li.last { border-bottom:0; }
ul.topmenu ul li:not(.item) a { float: none; position: relative; padding: 10px 10px 10px 20px; display: block; border-bottom: 1px solid rgba(0, 0, 0, 0.05); color: #5f5f5f;}
ul.topmenu ul li a:hover { color:#2e2e2e; background: rgba(0,0,0,.06);}
ul.topmenu ul li.active > a:hover,
ul.topmenu ul li.over > a:hover,
ul.topmenu ul li.active > a,
ul.topmenu ul li.over > a,
ul.topmenu ul li.active > a:hover i.fa,
ul.topmenu ul li.over > a:hover i.fa,
ul.topmenu ul li.active > a i.fa,
ul.topmenu ul li.over > a i.fa { color: #2e2e2e; }
ul.topmenu ul li a:not(.lightbox-button) i.fa {color: #5c5755; position: absolute; left: 0; top: 50%; margin-top: -2px; font-size: .4em; line-height: 1; padding: 0; right: auto;}
ul.topmenu ul li a .hover-divider {
	width: 0%;
	height: 2px;
	bottom: 0;
	left: 10px;
	background-color: #2991d6;
	content: '';
	position: absolute;
	-webkit-transition: width 500ms ease;
	-moz-transition: width 500ms ease;
	transition: width 500ms ease;
	-o-transition: width 500ms ease;
}
ul.topmenu ul li a:hover .hover-divider,
ul.topmenu ul li.active > a .hover-divider {
	width: 90%;
}

/* Show menu */
ul.topmenu li ul.shown-sub,
ul.topmenu li div.shown-sub { display: block; }
ul.topmenu li .shown-sub ul.shown-sub,
ul.topmenu li .shown-sub li div.shown-sub { left:100px; }

/********** Wide Navigation > */
body .navbar {position: static;}
.nav-wide { position: static; text-align: left;}
.nav-wide ul {display: block;}
.nav-wide li.level-top { display:inline-block; vertical-align: top; position: static;}
.nav-wide a.level-top span {display: inline;}
.nav-wide.double-line a.level-top:after {position: absolute; right: 0; top: 20px;}
.nav-wide.double-line a.level-top span {white-space: normal; display: inline-block;}
.nav-wide > li { position: static;}
.nav-wide .menu-wrapper {
    display: none;
    position: absolute;
    left:0;
    top: 100%;
    width: 100%;
    text-align: left;
    background-color: #F2F2F2;
    border-top: none;
	z-index: 99999;
    padding: 18px 20px;
	background-repeat: no-repeat;
	box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.03);
    -webkit-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.03);
	margin-top: -1px;
}
.nav-wide .menu-wrapper .meigee-widget .products-grid{
	margin-left: 0;
	margin-right: 0;
}
.nav-wide .menu-wrapper > div.first,
.nav-wide .menu-wrapper .sub-content{padding-left: 18px;}
.nav-wide .menu-wrapper .sub-content{padding-right: 18px;}
.nav-wide ul.level0 li.level1 { display: inline-block; float: none; padding: 0; vertical-align: top;}
.nav-wide ul.level0 li.level1 > a {padding: 10px 10px 10px 20px; display: block;}
.nav-wide ul.level0 li.level1 > ul{margin-right: 10px; padding-left: 0;}
.nav ul.level0 li.level1 > a i.custom-icon,
.nav-wide ul.level0 li.level1 > a i.custom-icon{
	font-size: 1em;
	line-height: 0.1em;
	left: -5px;
}
.nav ul.level0 li.level1 > a i.custom-icon,
.nav-wide .menu-wrapper.default-menu ul.level0 li.level1 > a i.custom-icon{line-height: 1; left: -3px; font-size: 1.16em; margin-top: -7px;}


.nav ul.level0 li.level1 > a i.custom-icon + span.subtitle,
.nav-wide .menu-wrapper.default-menu ul.level0 li.level1 > a i.custom-icon + span.subtitle {padding-left: 18px;}


.nav-wide ul.level0 li.level1 > a {
	color: #5f5f5f;
	font-size: 1em;
	line-height: 1.5em;
	display: block;
	text-transform: uppercase;
    font-weight: 400;
}
.nav-wide ul.level0 li.level1 span.subtitle {font-size: 1em;}
.nav-wide ul.level0 li.level1 > a:hover {color: #2e2e2e; background-color: transparent;}
.nav-wide ul.level1 a {
	position: relative;
    text-transform: none;
    font-size: 1em;
	color: #5f5f5f;
	line-height: 1.5em;
	padding-left: 0;
	 padding: 10px 10px 10px 20px;
    display: block;
}
.nav-wide ul.level1 a:hover {color: #2e2e2e; background: rgba(0,0,0,.06);}
/* .nav-wide ul.level1 a span:before {content: "\00B7"; font-size: 2em; margin: 0 7px 0 3px; line-height: 0; vertical-align: middle;} */
.nav-wide ul.level1 ul{margin-left: 20px;}
.nav-wide .top-content {margin-bottom: 1em;}
.nav-wide .top-content,
.nav-wide .bottom-content {padding: 0; overflow: hidden; font-size: 1em;}
.nav-wide ul .top-content,
.nav-wide ul .bottom-content {padding:0;}
.nav-wide .bottom-content {margin:1.5em 18px 0; background-color: #dcdcdc; font-size: 1em; color: #888; line-height: 1.5em; padding: 1em 20px;}
.nav-wide .right-content { display: inline-block; float: none; font-size: 1em;}
.nav-wide .right-content .menu-banner {float: left;}
.nav-wide .menu-banner a.banner{display: inline-block;}
.nav-wide .inline-links {margin-bottom: 9px;}
.nav-wide .inline-links li {display: inline; padding: 0 10px 0 0;}
.nav-wide .inline-links li a {display: inline-block; padding: 5px 10px;}
.nav-wide .inline-links li a:hover{background-color:#f5f5f5;}
.nav-wide p { margin-bottom: 9px;}
.nav-wide .awesome-content-top,
.nav-wide .awesome-content-left { background: #f5f5f5; color: #444; text-align: center;  font-size: 1.24em; line-height: 1.01em; padding: 18px 18px 18px 18px; margin: 0 0 18px 0; overflow: hidden;}
.nav-wide .awesome-content-top i,
.nav-wide .awesome-content-left i { font-size: 1.18em; display: block; margin-bottom: 5px;}

.nav-wide .awesome-content-left { text-align: left; padding-top: 30px; padding-bottom: 19px;}
.nav-wide .awesome-content-left i { float: left; margin: 0 10px 5px 0;}
.nav-wide .products-grid li.item {margin-bottom: 0;}

/* Category Labels */
.category-label {
	display: none;
	font-size: 10px;
	position: absolute;
	left: 20px;
	top: -6px;
	font-family: Roboto;
	color: #fff;
	font-weight: normal;
	font-style: normal;
	line-height: 1.2;
	text-transform: uppercase;
	padding: 2px 5px 1px;
	transition: background-color 300ms linear, color 300ms linear;
	-moz-transition: background-color 300ms linear, color 300ms linear;
	-webkit-transition: background-color 300ms linear, color 300ms linear;
}
.category-label.label_one {background-color: #2991d6; color: #fff;}
.category-label.label_two {background-color: #dcae65; color: #fff;}
.category-label.label_three {background-color: #52bf49; color: #fff;}
.menu-wrapper .category-label {top: -4px; left: 25px;}
.menu-wrapper .subtitle + .category-label {left: 10px; top: -4px;}

ul.topmenu a.over > .category-label.label_one,
ul.topmenu li.active a > .category-label.label_one {background-color: #648ec8; color: #fff;}
ul.topmenu a.over > .category-label.label_two,
ul.topmenu li.active a > .category-label.label_two {background-color: #648ec8; color: #fff;}
ul.topmenu a.over > .category-label.label_three,
ul.topmenu li.active a > .category-label.label_three {background-color: #648ec8; color: #fff;}

/* Product tabs widget =============================================================================== */
.product-tabs-wrapper {position: relative;}
.product-tabs {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9;
	text-align: left;
	list-style-type: none!important;
	margin: 0 0 1.5em;
	border-bottom: solid 1px #eee;
}
.top-buttons .product-tabs {
	bottom: auto;
	top: 0;
}
.product-tabs li {
	display: inline-block;
	margin-left: 2px;
	color: #666;
	background: none;
	font-size: 1.16em;
	line-height: 1.5em;
	transition: color 400ms ease, background-color 400ms ease;
	-moz-transition: color 400ms ease, background-color 400ms ease;
	-webkit-transition: color 400ms ease, background-color 400ms ease;
	-o-transition: color 400ms ease, background-color 400ms ease;
	padding: .91em 26px;
	line-height: 1;
	background-color: #eee;
	cursor: pointer;
	font-family: 'Patua One';
	margin-bottom: -1px;
}
.top-buttons .product-tabs li span {}
.product-tabs li.current,
.product-tabs li:hover {color: #fff; background-color: #419deb;}
.product-tabs li.current {cursor: default;}
.product-tabs li:first-child {margin-left: 0;}
.product-tabs-widget {position: relative;}
.product-tabs-box {top: 0; z-index: -1; position: absolute; left: -10000px;}
.product-tabs-box.visible {display: block; z-index: 9; position: relative; left: 0;}

/* For Top Menu */
@media only screen and (min-width: 978px) {
	.nav-wide li.over .menu-wrapper {
		display: block!important;
	}
	.category-label {display: block;}
	/* Default Menu in Wide Mode */
	.nav-wide .menu-wrapper.default-menu{
		position: absolute;
		width: 15em;
		top: 100%;
		left: 0;
		padding: 0;
		display: none;
		-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .1);
		box-shadow: 0 1px 5px rgba(0, 0, 0, .1);
		z-index: 99999;
	}
	.nav-wide .menu-wrapper.default-menu ul{background-color: inherit;}
	.nav-wide .menu-wrapper.default-menu ul.level0{margin-left: 0; margin-right: 0; padding:0;}
	.nav-wide .menu-wrapper.default-menu ul.level0 li.level1{
		clear: both;
		display: block;
		float: none;
		margin:0;
		position: relative;
	}
	.nav-wide .menu-wrapper.default-menu ul.level0 a{padding:0 9px;}
	.nav-wide .menu-wrapper.default-menu ul.level0 li.level1 a{
		float: none;
		position: relative;
		display: block;
		padding: 10px 10px 10px 20px;
		font-weight: normal;
		margin: 0;
	}
	.nav-wide .menu-wrapper.default-menu ul.level0 li.level1 a:hover {color: #2e2e2e; background: rgba(0,0,0,.06);}
	.nav-wide .menu-wrapper.default-menu ul.level0 li.level1 a:hover span.menu-wrapper:not(.default-menu){background: none!important;}
	.nav-wide .menu-wrapper.default-menu ul.level0 li.level1 a span:not(.hover-divider){
		float: none;
		position: relative;
		display: inline-block;
		font-weight: normal;
	}
	.nav-wide .menu-wrapper.default-menu ul.level0 ul{
		margin: 0;
		padding: 10px 0;
		border: none;
		display: none;
		width:15em;
		position: absolute;
		top: 10px;
		left: 10em;
		z-index:999;
		-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .1);
		box-shadow: 0 1px 5px rgba(0, 0, 0, .1);
	}
	.nav-wide .menu-wrapper.default-menu ul.level0 ul li{
		border: none;
		padding:0 19px;
		position: relative;
	}
	.nav-wide .menu-wrapper.default-menu ul.level0 ul li a{padding-left: 0;}
	.nav-wide .menu-wrapper.default-menu ul.level0 ul a span:before{display: none;}


}

/********** Navigation > */
/* ======================================================================================= */

/* loader */
#images-loader {position: absolute; top: 0; bottom: 0; left: 0; right: 0; z-index: 998; background: rgba(0,0,0,.7);}
#JsCssLoader {position: fixed; top: 0; bottom: 0; left: 0; right: 0; z-index: 999998; background: rgba(0,0,0,.7);}
.spinner {
  margin: -30px auto 0;
  width: 60px;
  height: 60px;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
}
.container1 > div, .container2 > div, .container3 > div {
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 100%;
  position: absolute;
  -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
  animation: bouncedelay 1.2s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.spinner .spinner-container {
  position: absolute;
  width: 100%;
  height: 100%;
}
.container2 {
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
.container3 {
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}
.circle1 { top: 0; left: 0; }
.circle2 { top: 0; right: 0; }
.circle3 { right: 0; bottom: 0; }
.circle4 { left: 0; bottom: 0; }
.container2 .circle1 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.container3 .circle1 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}
.container1 .circle2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.container2 .circle2 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.container3 .circle2 {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
.container1 .circle3 {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.container2 .circle3 {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.container3 .circle3 {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.container1 .circle4 {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.container2 .circle4 {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.container3 .circle4 {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
@-webkit-keyframes bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0.0) }
  40% { -webkit-transform: scale(1.0) }
}
@keyframes bouncedelay {
  0%, 80%, 100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 40% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}
/* //loader */

/* Home Page ============================================================================= */
.rev_slider_wrapper .tparrows.default {
	background-image: none;
}
.rev_slider_wrapper .tp-leftarrow.default,
.rev_slider_wrapper .tp-rightarrow.default {
    font-family: "mfn-icons";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: none !important;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
	color: #fff;
	font-size: 30px;
	transition: opacity 300ms ease;
	-moz-transition: opacity 300ms ease;
	-webkit-transition: opacity 300ms ease;
}
.rev_slider_wrapper .tp-leftarrow.default:after {
	content: "\e87d";
}
.rev_slider_wrapper .tp-rightarrow.default:after {
	content: "\e87e";
}
.rev_slider_wrapper .tp-leftarrow.default:hover,
.rev_slider_wrapper .tp-rightarrow.default:hover {
	opacity: .8;
}
.rev_slider_wrapper a,
.rev_slider_wrapper a:hover {color: inherit;}

.fullwidthbanner-container .tp-thumbs {padding: 0!important; background: none!important;}
.tp-bullets.tp-thumbs .thumb + .thumb {margin-left: 5px;}

/* Widgets =============================================================================== */
body .widget .widget-title,
.widget-title {
	padding-bottom: 3em;
	padding-top: 0;
	margin: 0;
}
body .widget .widget-title span,
.widget-title span {}
.widget-title .icon i {
	font-size: 50px;
	line-height: 50px;
	margin-bottom: 15px;
	overflow: hidden;
	display: block;
	color: #2991d6;
}
.widget-title .subtitle {color: #a8a8a8; margin-top: 15px; display: inline-block; font-size: 14px;}
body .widget .widget-title h2,
.widget-title h2,
body .widget .widget-title h3,
.widget-title h3 {
	font-family: 'Patua One';
	font-size: 42px;
	line-height: 42px;
	color: #444;
	margin: 0;
	padding: 0;
	text-transform: none;
	position: relative;
}

body .widget .widget-title h2 span,
.widget-title h2 span,
body .widget .widget-title h3 span,
.widget-title h3 span {color: #2991d6;}
.widget-title h5 {
	display: block;
	margin-bottom: 7px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
	font-family: inherit;
	font-weight: normal;
}

/* Widget */
body .col-main .widget-compared,
body .col-main .widget-viewed,
body .col-main .widget-new-products {
	margin: 0;
}
body .widget.widget-compared .product-image,
body .widget.widget-viewed .product-image,
body .widget-new-products .products-grid .product-image,
body .widget-new-products .products-list .product-image {
	width: 100%;
	height: auto;
}
body .widget.widget-compared .price-box p,
body .widget.widget-viewed .price-box p,
body .widget-new-products .products-grid .price-box p,
body .widget-new-products .products-list .price-box p {
	margin-bottom: 0;
}
body .widget.widget-compared .products-grid .availability { padding: 1px 3px 1px; margin-bottom: .667em; }
body .widget.widget-compared .products-list .availability,
body .widget.widget-viewed .products-list .availability,
body .widget.widget-viewed .products-grid .availability,
body .widget-new-products .products-grid .availability,
body .widget-new-products .products-list .availability {
	padding: 1px 3px 0px;
	font-size: .833em;
	margin-bottom: .667em;
}
body .widget.widget-compared .product-shop,
body .widget-viewed .products-list .product-shop,
body .widget-new-products .products-list .product-shop {margin-left: 0;}

ul.list-check {list-style: none; margin: 0; color: #737E86; font-size: 15px; line-height: 21px;}
ul.list-check li {
	margin-bottom: 20px;
	position: relative;
	list-style: none;
	padding-left: 50px;
	margin-left: 0;
	line-height: 1.62;
}
ul.list-check li:not(:last-of-type):after {
	content: "";
	width: 70px;
	height: 1px;
	overflow: hidden;
	background: rgba(0,0,0,.08);
	position: absolute;
	left: 0;
	bottom: -11px;
}
ul.list-check li {background: url(../images/bg_check.png) no-repeat 20px 5px;}
.dropcap {
	display: inline-block;
	float: left;
	width: 35px;
	height: 35px;
	line-height: 35px;
	font-size: 20px;
	margin: 0 10px 5px 0;
	text-align: center;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-image: url(../images/stripes_10_w.png);
	color: #fff;
	background-color: #2991d6;
}
.subtitle {display: inline-block; font-size: 14px;}

.gallery-wrapper .gallery-image {
	position: relative;
	border: solid 8px #f8f8f8;
	overflow: hidden;
	max-width: 100%;
	line-height: 0;
	display: block;
}
.gallery-wrapper .gallery-image .mask {
	-webkit-box-shadow: inset 0 0 5px 2px rgba(0,0,0,.07);
	box-shadow: inset 0 0 5px 2px rgba(0,0,0,.07);
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
	opacity: 0;
}
.gallery-wrapper .gallery-image .mask:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	background: rgba(255,255,255,.4);
}
.gallery-wrapper .gallery-image:hover .mask {opacity: 1;}
.gallery-wrapper .gallery-image > img {
	position: relative;
	top: 0;
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	transform: scaleY(1);
	margin-bottom: -15px !important;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.gallery-wrapper .gallery-image:hover > img {top: -15px;}

.text-banner a {position: relative; display: block;}
.text-banner a:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: rgba(0,0,0,.15);
	transition: opacity 300ms ease-in-out;
	-moz-transition: opacity 300ms ease-in-out;
	-webkit-transition: opacity 300ms ease-in-out;
	-o-transition: opacity 300ms ease-in-out;
}
.text-banner .banner-content {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	width: 100%;
	padding: 20px 15px 35px;
}
.text-banner .banner-content .subtitle {
	display: inline-block;
	position: relative;
	bottom: 0;
	line-height: normal;
	letter-spacing: 1px;
	padding: 4px 8px;
	text-transform: uppercase;
	margin-bottom: 15px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	font-size: 13px;
	background-image: url(../images/stripes_10_w.png);
}
.text-banner .banner-content .title {
	margin: 0;
	position: relative;
	bottom: 0;
	font-size: 30px;
	line-height: 30px;
	color: #fff;
	font-weight: 300;
	display: block;
}
.text-banner .banner-content .divider {
	height: 1px;
	width: 0%;
	margin: 0 auto;
	background: #fff;
	overflow: hidden;
	display: block;
}
.text-banner:hover a:after {opacity: 1;}
.text-banner:hover .banner-content .subtitle,
.text-banner:hover .banner-content .title {bottom: 20px;}
.text-banner:hover .banner-content .divider {width: 60%;}

.bordered-link {
	padding: 0 20px;
    height: 45px;
    line-height: 45px;
    position: relative;
    display: inline-block;
    margin: 15px 25px;
    outline: none;
    text-decoration: none;
    text-shadow: 0 0 1px rgba(255,255,255,0.3);
    font-size: 15px;
}
.bordered-link:not(.type-2):before,
.bordered-link:not(.typ2):after {
    position: absolute;
    width: 45px;
    height: 2px;
    content: '';
    opacity: 0.2;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    pointer-events: none;
}
.bordered-link:not(.type-2):before {
    top: 0;
    left: 0;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    transform-origin: 0 0;
}
.bordered-link:not(.type-2):after {
    right: 0;
    bottom: 0;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.bordered-link:hover:before {
    left: 50%;
    -webkit-transform: rotate(0deg) translateX(-50%);
    -moz-transform: rotate(0deg) translateX(-50%);
    transform: rotate(0deg) translateX(-50%);
}
.bordered-link:hover:after {
    right: 50%;
    -webkit-transform: rotate(0deg) translateX(50%);
    -moz-transform: rotate(0deg) translateX(50%);
    transform: rotate(0deg) translateX(50%);
}
.bordered-link:hover:before,
.bordered-link:hover:after{opacity: 1;}

.bordered-link.type-2 {padding: 12px 10px 10px; text-shadow: none; font-weight: 700; margin: 0; height: auto; line-height: normal; color: #382b21;}

.bordered-link.type-2:before,
.bordered-link.type-2:after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 3px;
	content: '';
	-webkit-transition:  all 300ms ease;
	-moz-transition:  all 300ms ease;
	transition: all 300ms ease;
	-webkit-transform: scale(0.85);
	-moz-transform: scale(0.85);
	transform: scale(0.85);
	background: rgba(0,0,0,0.1);
	opacity: 1;
}
.bordered-link.type-2:after {
	opacity: 0;
	-webkit-transition: top 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: top 0.3s, opacity 0.3s, -moz-transform 0.3s;
	transition: top 0.3s, opacity 0.3s, transform 0.3s;
}

.bordered-link.type-2:hover:before,
.bordered-link.type-2:hover:after {background-color: #2991d6;}
.bordered-link.type-2:hover:before {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
}
.bordered-link.type-2:hover:after {
	top: 0%;
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
}

.link-type-2 {
	position: relative;
	display: inline-block;
	outline: none;
	text-decoration: none;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	font-size: 15px;
	overflow: hidden;
	margin: 0 15px;
	z-index: 1;
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
}
.link-type-2:before {
	position: absolute;
	top: 0;
	left: 0;
	text-align: left;
	z-index: -1;
	padding: 10px 20px;
	width: 100%;
	height: 100%;
	color: #fff;
	background-color: #2991d6;
	content: attr(data-hover);
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transform: translateX(-25%);
	-moz-transform: translateX(-25%);
	transform: translateX(-25%);
}
.link-type-2 span {
	display: block;
	padding: 10px 20px;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
	background-color: #2991d6;
	color: #fff;
}
.link-type-2:hover:before,
.link-type-2.hover:before {
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	transform: translateX(0%);
}
.link-type-2:hover span,
.link-type-2.hover span {
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	transform: translateX(100%);
}

.bordered-link.type-3 {
    padding: 0 10px;
    margin: 15px 0;
    font-weight: 700;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
    position: relative;
    z-index: 1;
}
.bordered-link.type-3 span {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    transform: translateY(100%);
}
.bordered-link.type-3:before,
.bordered-link.type-3:after {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    height: 2px;
    margin-top: -1px;
    opacity: 1;
    content: '';
    z-index: -1;
    background-color: #2991d6;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    pointer-events: none;
    -webkit-transform-origin: center ;
    -moz-transform-origin: center ;
    transform-origin: center ;
}
.bordered-link.type-3:before {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    transform: translateY(-20px);
}
.bordered-link.type-3:after {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    transform: translateY(20px);
}
.bordered-link.type-3:hover:before,
.bordered-link.type-3:hover:after,
.bordered-link.type-3.hover:before,
.bordered-link.type-3.hover:after {
    opacity: 0.7;
    background: rgba(0,0,0,0.1);
    -webkit-transform-origin: center ;
    -moz-transform-origin: center ;
    transform-origin: center ;
}
.bordered-link.type-3:hover:before,
.bordered-link.type-3.hover:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
.bordered-link.type-3:hover:after,
.bordered-link.type-3.hover:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.bordered-link.type-4:before,
.bordered-link.type-4:after {
    display: inline-block;
    position: relative;
    left: auto;
    right: auto;
    width: auto;
    background-color: transparent;
    opacity: 0;
    -webkit-transform:: transform 0.3s ease 0s, opacity 0.2s ease 0s;
    -moz-transition: transform 0.3s ease 0s, opacity 0.2s ease 0s;
    transition: transform 0.3s ease 0s, opacity 0.2s ease 0s;
}
.bordered-link.type-4:before {
    content: "[";
    margin-right: 10px;
    transform: translateX(20px);
}
.bordered-link.type-4:after {
    content: "]";
    margin-left: 10px;
    transform: translateX(-20px);
}
.bordered-link.type-4:hover:before,
.bordered-link.type-4:hover:after,
.bordered-link.type-4.hover:before,
.bordered-link.type-4.hover:after {
    opacity: 1;
    transform: translateX(0px);
}

.parallax-block {background-attachment: fixed;}
.mobile-device .parallax-block {background-attachment: scroll;}
.parallax-block {background-attachment: fixed;}
.mobile-device .parallax-block {background-attachment: scroll;}
div[data-parallax="3d"] .background-wrapper {overflow: hidden;}
div[data-parallax="3d"] .background-wrapper img {width: 100%;}

.under-products-container {border-top: solid 1px rgba(0,0,0,.08); padding-top: 60px;}
.under-products-container .widget {display: inline-block;}

/* Sidebar =============================================================================== */
.sidebar .btn:not(.btn-proceed-checkout) {font-size: 12px; padding: 8px 18px;}
.sidebar .block.ajaxkit-block {display: none;}
.sidebar .block {padding-bottom: 30px; margin-bottom: 30px; position: relative; color: #666;}
.sidebar .block:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	width: 1500px;
	height: 0;
	visibility: visible;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: rgba(0,0,0,.08);
}
.col-left.sidebar .block:after {right: 0; left: auto;}
.sidebar .block-banner { padding: 0; border:none;}
/* .sidebar .block a:not(.btn) {color: #666;} */
.block .block-title {color: #444; font-weight: 300; font-size: 18px; line-height: 22px; margin-bottom: 15px; font-family: 'Patua One';}
.block-title strong span { font-weight: 300; display: block;}
.block .block-title a { text-decoration:none !important; }
.block .block-subtitle {font-size: 1.083em; font-family: inherit; color: #222;}
.block .block-content { font-size: 13px;}
.block .block-content li.item {padding: 0;}
.block:not(.block-related) .block-content li a {font-size: 1em; position: relative; padding: 1px 0; display: inline-block; font-weight: normal;}
.block:not(.block-related) .block-content li a.btn-remove {padding-left: 0;}
.block .btn-remove,
.block .btn-edit { float:right;}
.block .actions {margin-top: 15px; text-align: left;}
.block .actions .btn-default + .btn-primary {margin-left: 14px;}
.block .block-content ul,
.block .block-content ol {list-style: none; padding: 0; margin: 0;}

/* Block: Layered Navigation */
.block-layered-nav .block-title {}
.block-layered-nav .block-title strong span {}
.block-layered-nav .block-subtitle {display: none;}
.block-layered-nav .block-content li:not(:last-of-type) {border-bottom: 1px solid rgba(0, 0, 0, 0.08); padding-bottom: 1px;}
body .block-layered-nav .block-content .configurable-swatch-list li {border: none;}
.block-layered-nav .block-content li a {padding: 1px 0;}
.block-layered-nav dl {margin: 0;}
.block-layered-nav dt {font-family: 'Patua One'; color: #222; font-size: 1.23em; font-weight: 300; line-height: 1.583em; margin-bottom: .5em;}
.block-layered-nav dd:not(:last-child) {margin-bottom: 1.25em;}
.block-layered-nav dd .price {font-family: inherit; font-size: 1em; color: inherit; font-weight: normal;}
.block-layered-nav .block-content .btn-remove {font-size: 1.16em; padding-top: 0; padding-bottom: 0;}
.block-layered-nav .btn-remove:before {content: none;}
.block-layered-nav .currently li {margin-bottom: .75em;}
.block-layered-nav .currently li:last-child {margin-bottom: 0;}
.block-layered-nav .currently li .label {
	color: inherit;
	font-size: 1.16em;
	font-weight: normal;
	line-height: 1.583em;
	margin-bottom: .5em;
	padding: 0;
}
.block-layered-nav .actions {margin: 1.5em 0;}

/* Block: Cart */
.block-cart .img-container{float: left; width: 65px; margin-right: 12px;}
.block-cart .img-container .product-image {width: 65px; padding: 0; border: none;}
.block-cart .cart-price-qt {display: inline-block; margin-top: 0px; color: #a8a8a8;}
.block-cart .cart-price-qt strong {
	font-size: 1em;
	display: inline-block;
	font-weight: normal;
	position: relative;
}
.block-cart .cart-price-qt .icon {display: inline-block; vertical-align: middle;}
.block-cart .cart-price-qt i:before {margin: 0;}
.block-cart .block-content .mini-products-list {padding-bottom: .75em; padding-left: 0; list-style: none; margin-bottom: 0;}
.block-cart .block-content .mini-products-list .product-details {float: right; width: 68%; padding-right: 7%; margin: 0; position: relative;}
.block-cart .block-content .mini-products-list .product-details .price {
	display: inline-block;
	vertical-align: middle;
	font-weight: normal;
	font-size: 1em;
	color: #a8a8a8;
}
.block-cart .summary {
	background-color: #fff;
	background-image: url(../images/stripes_3_b.png);
	overflow: hidden;
	padding: 10px 12px !important;
	border-top: solid 1px rgba(0,0,0,.08);
}
.block-cart .block-content .subtotal {text-align: left; margin: 0; display: inline-block; vertical-align: middle;}
.block-cart .block-content .subtotal .label,
.block-cart .block-content .subtotal .price {
	display: inline-block;
	font-size: 1em;
	font-weight: normal;
	line-height: normal;
	color: #626262;
	padding: 0;
}
.block-cart .block-content .subtotal .label {font-weight: bold;}
.block-cart .cart-link {float: right;}
.block-cart.block .block-content  .mini-products-list li {padding: 0 0 .75em; margin: 0; clear: both; position: relative;}
.block-cart.block .block-content  .product-name {padding-top: 5px; font-family: inherit; font-weight: 400; margin-bottom: 3px; text-align: left; font-size: 1em;}
.block-cart.block .block-content .product-name a {font-size: 1em; font-family: inherit; color: #444;}
.block-cart.block .block-content .product-box {font-size: 1em; line-height: 1.5em; text-align: left;}
.block-cart.block .block-content .btn-remove {position: absolute; top: 0; right: -5px; z-index: 1; background: none; font-size: 1em; width: auto; text-indent: 0; height: auto; margin: 0;}
.block-cart.block .block-content .btn-edit {position: absolute; right: -5px; top: 25px; z-index: 1; background: none; font-size: 1em; width: auto; text-indent: 0; height: auto;}
.block-cart.block .block-content .btn-edit i,
.block-cart.block .block-content .btn-remove i {font-size: 1.16em; padding: 5px; color: #ddd;}
.block-cart.block .block-content .summary .amount {display: none;}
.block-cart .subtotal { text-align:center; }
.block-cart .actions {border: none; padding: 0;}
.block-cart .actions .paypal-logo { float:left; width:100%; margin:3px 0 0; text-align:right; }
.block-cart .actions .paypal-logo .paypal-or { clear:both; display:block; padding:0 55px 5px 0; }

/* Block: Wishlist */
.block.block-wishlist { position: relative;}
aside.sidebar .block.block-wishlist li.item {width: 100%; overflow: hidden;}
aside.sidebar .block.block-wishlist #wishlist-sidebar li.item {margin-bottom: 1.5em;}
aside.sidebar .block.block-wishlist #wishlist-sidebar li.item:last-child {margin: 0;}
aside.sidebar .block.block-wishlist li.item .product-image{display: inline-block; width: 72px; padding: 0; margin-right: 20px; vertical-align: top;}
aside.sidebar .block.block-wishlist li.item .product-image img{width: 100%;}
aside.sidebar .block.block-wishlist li.item .product-details{width: 62%; display: inline-block;}
aside.sidebar .block.block-wishlist li.item .product-details .product-name{margin-bottom: 5px; margin-top: -3px; padding-right: 20px;}
.sidebar .block li.item .product-details .product-name a {color: #222;}
aside.sidebar .block.block-wishlist li.item .product-details .product-name a {font-size: 1.16em; line-height: 1.25em; padding: 0; max-width: 90%;}
aside.sidebar .block.block-wishlist li.item .product-details .product-name a:hover {color: #2991d6;}
aside.sidebar .block.block-wishlist li.item .product-details .price-box{margin-bottom: 1em;}
aside.sidebar .block.block-wishlist li.item .product-details .price-box.map-info{float:none;}
aside.sidebar .block.block-wishlist li.item .product-details .price-box .price{font-style: normal;}
aside.sidebar .block.block-wishlist li.item .product-details .btn-remove {margin-top: -.5em; padding: 0;}
aside.sidebar .block.block-wishlist li.item .product-details .btn-remove i {font-size: 1em; color: #ccc; padding: 5px; line-height: 1;}
aside.sidebar .block.block-wishlist li.item.last{padding-bottom:0;}
aside.sidebar .block.block-wishlist .link-cart {padding: 8px 18px;}
aside.sidebar .block.block-wishlist li.item .product-details .btn-remove i:hover {color: #2991d6;}
aside.sidebar .block.block-wishlist .actions{margin-top: 1.5em;}
#wishlist-slider .es-carousel-wrapper {position: relative;}
#wishlist-slider .es-carousel{min-height: 75px; overflow: hidden;}
#wishlist-slider .es-carousel ul.carousel-ul {margin: auto;}
#wishlist-slider .es-carousel ul.carousel-ul > li {float: left; display: block;}
#wishlist-slider .es-carousel ul.carousel-ul li a.product-image img{
    display:block;
    border:none;
    max-height:none;
    max-width:none;
}
#wishlist-slider .block-title,
.block-related .block-title {padding-right: 45px;}
.block-wishlist .prev,
.block-wishlist .next,
.block-related .prev,
.block-related .next{float: left; margin-left: 1px; cursor: pointer;}
.block-wishlist .slider-buttons  {position: absolute; right: 0; top: 0;}
.block-related .slider-buttons {position: absolute; right: 0; top: 0;}
.slider-buttons i {font-size: 14px; background-color: #eee; height: 20px; width: 20px; line-height: 20px; text-align: center; color: #777;}
.slider-buttons i:hover {background-color: #2991d6; color: #fff;}

/* Block: Block List */
.block-list .block-content{padding-left:0!important;}
.block-list li.item {width: 100%; overflow: hidden;}
.block-list li.item a {padding: .25em 5px; display: inline-block;}
.block-list li.item:first-child {border-top: none;}

/* Block: Compare Products */
.block-compare li.item {width:100%; overflow:hidden;}
.block-compare li.item a {padding: .25em 0 .25em 10px;}
.block-list li.item .product-name {position: relative; margin: 0; color: inherit; font-size: 1em;}
.block-list li.item .product-name:before {
	content: '\e876';
	font-family: "mfn-icons";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: none !important;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
	position: absolute;
	left: 0;
	top: 5px;
}
.block-list li.item .product-name a {padding-left: 20px;}
.block-list li.item .product-name a:hover,
.block-compare li.item .btn-remove i:hover {color: #2991d6;}
.block-compare li.item .product-name{float:left; width:87%; position: relative;}
.block-compare li.item .btn-remove {margin: 0; padding: 0;}
.block-compare li.item .btn-remove i {color: #ccc; padding: 5px;}
.block-compare .actions {text-align: center;}

/* Block: Poll */
.block-poll .block-content{padding-left:0!important;}
.block-poll li {padding: .25em 5px; background: none;}
.block-poll input.radio { float:left; margin:2px 5px 0 1px; }
.block-poll .label { display:block; float:left; width:80%; text-align: left; font-size: 1.083em; color: inherit; font-weight: normal;}
.block-poll label {font-weight: normal;}
.block-poll #poll-answers li {padding-left: 0; padding-right: 0;}
.block-poll .answer{float: left; width: 70%;}
.block-poll .answer span{display:block; width:140px;}
.block-poll .votes{float: right; width: 28%; text-align: right;}

/* Block: Tags */
aside.sidebar .block-tags .block-content{padding-left:0;}
aside.sidebar .block-tags ul {margin-bottom: 1.5em; display: block; font-size: 1.16em;}
aside.sidebar .block-tags li {display: inline-block; margin-bottom: 2px;}
aside.sidebar .block-tags li a {color: #666; display: inline-block; font-style: normal;}
aside.sidebar .block-tags li a:hover {color: #2991d6;}

/* Block: Reorder */
.block-reorder .block-content li.item {padding: 0; width: 100%; overflow: hidden; }
.block-reorder .block-content li.item a {padding-left: 7px;}
.block-reorder .block-content li.item a i.fa {margin-right: 5px; color: #666; }
.block-reorder .block-content li.item a:hover { color: #2991d6; }
.block-reorder input.checkbox { float:left; margin: .75em 0 0; }
.block-reorder .product-name { margin-left: 0; float:left; width:80%; margin-bottom: 0; padding-left: 0;}
.block-reorder .actions {text-align: center;}

/* Block: Banner */
.block-banner .block-content {padding: 0; text-align:center;}

/* Block: Login */
.block-login label { font-weight:bold; color:#666; }
.block-login input.input-text { display:block; width:167px; margin:3px 0; }

/* Paypal */
.sidebar .paypal-logo { display:block; margin:0.75em 0 1.5em; text-align:center; }
.sidebar .paypal-logo a { float:none; }

/* newsletter */
.block-subscribe .block-title {border-color: #ddd;}
.block-subscribe .form-subscribe-header label {display: block; padding-top: 5px; padding-bottom: 1.5em; cursor: auto; font-family: inherit; font-weight: normal; color: inherit;}
aside.sidebar .block-subscribe input {margin-bottom: 1.5em;}
aside.sidebar .block-subscribe .btn {z-index: 2;}
aside.sidebar .block-subscribe .input-wrapper {position: relative;}
aside.sidebar .block-subscribe .validation-advice {position: absolute; bottom: -15px; padding: 0; background: none; font-size: 9px;}

/* Configurable Swatch */
.configurable-swatch-list li{float: left; margin: 0 0 3px 3px;}
.block-layered-nav dd .configurable-swatch-list li{margin: 0 5px 5px 0;}
.block-layered-nav dd .configurable-swatch-list li:last-child {margin-left: 0;}
.block-layered-nav dd .configurable-swatch-list li a {padding: 0;}
.block-layered-nav dd .configurable-swatch-list li a:before{content: none;}
.block-layered-nav.block .block-content dd .swatch-link {
	text-align: left;
	display: inline-block;
	padding: 0;
	border: none;
}
.block-layered-nav.block dd .swatch-link.has-image {padding: 0; border:1px solid #ccc;}
.block-layered-nav.block dd .swatch-link.has-image:hover {border-color: #000;}
.block-layered-nav dd .swatch-link .count{line-height: 1.7em;}
.block-layered-nav dd .swatch-link .swatch-label{
	border: solid 1px rgba(0,0,0,.2);
	display: inline-block;
	padding: 0 4px;
	box-sizing: content-box;
	border-radius: 0;
	-moz-border-radius: 0;
	min-height: 24px;
	min-width: 24px;
	line-height: 24px;
	text-align: center;
}
.block-layered-nav dd .swatch-link.has-image{margin-top: 1px;}
.block-layered-nav dd .swatch-link.has-image .swatch-label{
	padding:0; border: none;
}
.block-layered-nav dd .swatch-link.has-image .count{line-height: 1.5em;}
.block-layered-nav dd .swatch-link .swatch-label img,
.swatch-current .swatch-link .swatch-label img{
	margin: 1px; vertical-align: top;
}
.configurable-swatch-list{
	clear: both;
	width: 100%;
	overflow: hidden;
}
.products-grid .configurable-swatch-list li {
	display: inline-block;
	float: none;
	margin: 0;
	vertical-align: top;
}
.products-grid .configurable-swatch-list li,
.products-list .configurable-swatch-list li{margin-bottom: 2px;}
.configurable-swatch-list .not-available .swatch-link .x {display: block;}
.configurable-swatch-list .not-available .swatch-link {
	opacity: 0.4;
	position: relative;
}
.configurable-swatch-list .not-available .swatch-link.has-image img {
	opacity: 0.4;
}
.configurable-swatch-list .not-available a:focus {
	outline: 0;
}
.configurable-swatch-list .swatch-link,
.swatch-current .swatch-link{
	color: #aaa;
	display: block;
	font-size: 1em;
	line-height: 1.5em;
	text-align: center;
	text-decoration: none;
	border-radius: 3px;
	border:1px solid #ccc;
	box-sizing: content-box;
}
.swatch-current .label {display: none;}
.swatch-current .swatch-link {display: inline-block; margin: 0 5px 0 0!important; position: relative;}
.configurable-swatch-list .swatch-link:hover{color: #2991d6;}
.configurable-swatch-list .swatch-link:hover,
.swatch-current .selected .swatch-link,
.configurable-swatch-list .selected .swatch-link{
	border-color: #000;
	color:#000;
}
.swatch-current .btn-remove{line-height: 1em; overflow: visible;}
.configurable-swatch-list .swatch-link span.x{
	display: none;
	text-indent: -999em;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(../images/bg_x.png) center no-repeat transparent;
	z-index: 10;
}
.configurable-swatch-list .swatch-link .swatch-label{
	border-radius: 3px;
	border:1px solid transparent;
	display: block;
	padding:1px 5px;
	box-sizing: content-box;
}
.configurable-swatch-list .swatch-link.has-image .swatch-label{
	padding:0;
}
.configurable-swatch-list .swatch-link.has-image .swatch-label img {vertical-align: top;}
.swatch-current .swatch-link{margin-left: 5px;}
.products-list .configurable-swatch-list,
.products-grid .configurable-swatch-list{margin-bottom: .91em;}
.products-list .configurable-swatch-list li .swatch-label,
.products-grid .configurable-swatch-list li .swatch-label{
	display: block;
	padding:1px 5px;
}
.products-list .configurable-swatch-list li .swatch-link.has-image .swatch-label,
.products-grid .configurable-swatch-list li .swatch-link.has-image .swatch-label{
	padding:0;
}
.product-image-gallery .gallery-image{display: none!important;}
.product-image-gallery #image.gallery-image{display: block!important;}

.products-list .item.type-2 {border: solid 1px #ddd; border-radius: 4px; margin-bottom: 1.5em; padding: 1.5em 8px;}
.products-list .item.type-2 .review-price-block {border-top: solid 1px #ddd; border-bottom: solid 1px #ddd; padding-top: 1.5em; margin-bottom: 1.5em; padding-bottom: .75em;}

.products-list .item.type-2 .review-price-block .rating-links .separator {margin: 0 5px;}
.products-list .item.type-2 .review-price-block .add-review:before {
	content: '\f044';
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-right: 5px;
	position: relative;
	top: 1px;
}
.products-list .item.type-2 .old-price {border: solid 1px #ddd; border-radius: 4px; padding: .75em 8px .25em;}
.products-list .item.type-2 .old-price .price-label {font-size: .91em; color: #aaa; text-transform: uppercase; display: block; margin-bottom: .75em;}
.products-list .item.type-2 .old-price .price {font-size: 2.5em; font-weight: 300; font-family: 'Hind'; line-height: 1;}

.products-list .item.type-2 .special-price {border: solid 1px #ff8800; border-radius: 4px; margin-left: 8px; padding: .75em 8px .25em;}
.products-list .item.type-2 .special-price .price-label {font-size: .91em; color: #ff8800; text-transform: uppercase; display: block; margin-bottom: .75em;}
.products-list .item.type-2 .special-price .price {font-size: 3em; color: #ff8800; font-weight: 300; font-family: 'Hind'; line-height: 1;}


.products-list .item.type-3 .rating-box i {
	font-size: 15px;
    height: 30px;
    line-height: 30px;
    margin: 0 5px 5px 0;
    width: 30px;
	background: rgba(0,0,0,.06);
	border-radius: 50%;
	text-align: center;
	color: #fff;
}
.products-list .item.type-3 .rating-box .rating {height: 30px;}
.products-list .item.type-3 .rating-box .rating i {background-color: rgb(254, 201, 57);}
.products-list .item.type-3 .rating-box .rating i:nth-child(2n) {left: 35px;}
.products-list .item.type-3 .rating-box .rating i:nth-child(3n) {left: 70px;}
.products-list .item.type-3 .rating-box .rating i:nth-child(4n) {left: 105px;}
.products-list .item.type-3 .rating-box .rating i:nth-child(5n) {left: 140px;}
.products-list .item.type-3 .price-box {border-bottom: 1px solid rgba(0, 0, 0, 0.1); padding-bottom: 20px; margin-bottom: 20px; margin-top: 40px;}
.products-list .item.type-3 .price-box .price {font-size: 30px; line-height: 30px;}

/* ======================================================================================= */

.text-blocks { position: relative;}
.text-blocks .text-block {float: left; width: 33.33%;}
.text-blocks .text-block:not(:last-of-type) {border-right: solid 1px rgba(0,0,0,.08);}
.text-blocks .icon {
	width: 110px;
	height: 110px;
	text-align: center;
	line-height: 110px;
	font-size: 50px;
	position: relative;
	overflow: hidden;
	margin: 0 auto 15px;
	border-width: 8px;
	border-style: solid;
	border-color: #f8f8f8;
	display: block;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	background-image: url(../images/stripes_3_b.png);
	background-color: #fff;
	-webkit-box-shadow: inset 0 0 7px 0 rgba(0,0,0,.08);
	box-shadow: inset 0 0 7px 0 rgba(0,0,0,.08);
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transition: background-color 300ms ease-in-out;
	-moz-transition: background-color 300ms ease-in-out;
	-o-transition: background-color 300ms ease-in-out;
	-ms-transition: background-color 300ms ease-in-out;
	transition: background-color 300ms ease-in-out;
}
.text-blocks .icon i {display: block; line-height: 100px;}
.text-blocks .text-block:hover .icon {
	color: #fff;
	-webkit-transform: scale(0.93);
	-moz-transform: scale(0.93);
	-ms-transform: scale(0.93);
	-o-transform: scale(0.94);
	transform: scale(0.94);
	background-color: #2991d6;
}
.text-blocks .text-block {padding-top: 1.5em; padding-bottom: 1.5em;}
.text-blocks .title {font-size: 21px; line-height: 25px; font-family: 'Patua One'; font-weight: 300; color: #444; margin-bottom: 15px; display: block;}
.text-blocks .desc {color: #626262; display: block;}
.tooltip-text {
	display: inline;
	position: relative;
	cursor: help;
	border-bottom: dotted 1px;
}
.tooltip {background: #444444; color: #ffffff;}
.tooltip.in,
.tooltip.hover {
	font-size: 13px;
	line-height: 18px;
	text-align: center;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 5px 15px;
	width: 140px;
	background-image: url(../images/stripes_10_w.png);
}
.tooltip-arrow {display: none;}
.tooltip-inner {background: none!important;}

.counters-wrapper .background-wrapper {background-image: url(../images/be_counters_bg.jpg); background-repeat: no-repeat; background-position: center bottom;}
.counters-wrapper .counters-inner {padding: 50px 0 220px;}
.counters-wrapper .row {margin-bottom: 60px;}
.counters-wrapper .widget-title {padding-bottom: 4em;}
.counters-wrapper .animating:after {
	content: '';
	background-color: rgba(0, 0, 0, .08);
	display: block;
	height: 1px;
	width: 110px;
	margin: 12px auto 0;
}
.number-wrapper .number {font-size: 90px; line-height: 90px; font-family: 'Patua One'; font-weight: 300; color: #2991d6;}
.counters-wrapper h3.subtitle {font-size: 25px; line-height: 27px; color: #444; margin: 0;}
.counters-wrapper .label {
    font-size: 70px;
    line-height: 70px;
    color: #2991d6;
    font-family: Patua One;
    position: relative;
    top: -13px;
	padding: 0;
	font-weight: 300;
}

.guides-wrapper .text {color: #626262; font-size: 1.1em; line-height: 1.75;}
.guides-wrapper .slider-wrapper {float: none; margin: 0 auto; padding: 0; border: solid 8px #f8f8f8;}
.guides-wrapper .slider-wrapper .rev_slider_wrapper .tp-leftarrow.default,
.guides-wrapper .slider-wrapper .rev_slider_wrapper .tp-rightarrow.default {
    font-family: "mfn-icons";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border: solid 1px rgba(255,255,255,.5);
    border-radius: 7px;
    width: 44px;
    height: 44px;
	background-color: #f7f7f7;
	font-size: 1em;
	box-shadow: inset 0 0 0 1px rgba(0,0,0,.03);
	background-image: url(../images/box_shadow_button.png);
	background-repeat: repeat-x;
	background-position: top;
}
.guides-wrapper .rev_slider_wrapper .tp-leftarrow.default:after,
.guides-wrapper .rev_slider_wrapper .tp-rightarrow.default:after {position: static; margin: 0; line-height: 44px; color: rgba(0,0,0,.5);}
.guides-wrapper .rev_slider_wrapper .tp-leftarrow.default:after {content: '\e87d';}
.guides-wrapper .rev_slider_wrapper .tp-rightarrow.default:after {content: '\e87e';}
.guides-wrapper .rev_slider_wrapper .tp-leftarrow.default:hover:before,
.guides-wrapper .rev_slider_wrapper .tp-rightarrow.default:hover:before {width: 100%;}
.guides-wrapper .rev_slider_wrapper .tp-leftarrow.default:before,
.guides-wrapper .rev_slider_wrapper .tp-rightarrow.default:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 0;
	z-index: 1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	background: rgba(0,0,0,.05);
}
.guides-wrapper  .tp-bullets.simplebullets.round .bullet {
	display: inline-block;
	width: 12px;
	height: 12px;
	text-indent: -9999px;
	margin: 0 9px!important;
	background: rgba(0,0,0,.15);
	-webkit-border-radius: 100%;
	border-radius: 100%;
	position: relative;
}
.guides-wrapper  .tp-bullets.simplebullets.round .bullet:hover {
	background-color: rgba(0,0,0,.25);
}
.guides-wrapper  .tp-bullets.simplebullets.round .bullet.selected {
	width: 10px;
	height: 8px;
	margin: 0px 10px 0!important;
	position: relative;
	top: 4px;
	background: #2991D4;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.guides-wrapper  .tp-bullets.simplebullets.round .bullet.selected:after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	position: absolute;
	left: 1px;
	top: -3px;
	background: #2991D4;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* Promo slider */
.promo-slider-block .background-wrapper {background-color: #fff;}
#promo-slider .owl-wrapper-outer {padding: 0 2px;}
#promo-slider .owl-wrapper-outer .image-wrapper {float: left; width: 50%; line-height: 0;}
#promo-slider .owl-wrapper-outer .image-wrapper imd {float: right;}
#promo-slider .owl-wrapper-outer .desc-wrapper {float: left; width: 570px; margin: 30px 12px 30px 30px;}
#promo-slider .owl-wrapper-outer .desc-wrapper .title { margin-bottom: 30px; position: relative; min-height: 43px; padding-right: 160px; }
#promo-slider .owl-wrapper-outer .desc-wrapper .title h3 { margin: 0; font-size: 35px; line-height: 35px; padding-top: 3px; font-family: inherit; font-weight: 400;}
#promo-slider .owl-wrapper-outer .desc-wrapper .title h3 em { color: rgba(0,0,0,.1); font-style: normal; }
#promo-slider .owl-wrapper-outer .desc-wrapper .title .btn { margin: 0; position: absolute; right: 0; top: 0; }
#promo-slider .owl-wrapper-outer .desc-wrapper .desc .subtitle {color: #626262; font-size: 1.1em; line-height: 1.75em;}
.hr-dots {margin: 0 auto 15px; line-height: 0; text-align: center;}
.hr-dots span {
	display: inline-block;
	width: 5px;
	height: 5px;
	overflow: hidden;
	margin: 0 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #2991d6;
    background: #2991d6;
}
#promo-slider .owl-wrapper-outer .desc-wrapper .desc h5 {font-family: inherit; font-weight: 700; font-size: 15px; line-height: 20px; margin-bottom: 15px; color: #444;}
#promo-slider .owl-wrapper-outer .desc-wrapper .desc ul {list-style: none; margin: 0;}
#promo-slider .owl-wrapper-outer .desc-wrapper .desc ul.features li {
	margin-bottom: 20px;
	position: relative;
	list-style: none;
	padding-left: 50px;
	margin-left: 0;
	line-height: 1.62;
}
#promo-slider .owl-wrapper-outer .desc-wrapper .desc ul.features li:not(:last-of-type):after {
	content: "";
	width: 70px;
	height: 1px;
	overflow: hidden;
	background: rgba(0,0,0,.08);
	position: absolute;
	left: 0;
	bottom: -11px;
}
#promo-slider .owl-wrapper-outer .desc-wrapper .desc ul.features li.star {background: url(../images/bg_star.png) no-repeat 20px 5px;}
#promo-slider .owl-wrapper-outer .desc-wrapper .desc ul.features li.check {background: url(../images/bg_check.png) no-repeat 20px 5px;}

#promo-slider .owl-wrapper-outer .desc-wrapper .desc .ideas {
	padding: 25px 25px 25px 70px;
	position: relative;
	border-top: solid 1px rgba(0,0,0,.08);
	background: rgba(0,0,0,.02);
	clear: both;
}
#promo-slider .owl-wrapper-outer .desc-wrapper .desc .ideas .icon { font-size: 30px; line-height: 30px; position: absolute; left: 15px; top: 50%; margin-top: -15px; color: rgba(0,0,0, .15);}
#promo-slider .owl-controls .owl-buttons {position: absolute; left: 50px; top: 50%; margin-top: -69px; background: #262626; border-radius: 5px;}
#promo-slider .owl-controls .owl-buttons .owl-next {
	font-size: 0;
	padding: 0;
	width: 46px;
	height: 46px;
	line-height: 46px;
	margin: 0;
	background: rgba(0,0,0,.05);
	display: block;
	text-align: center;
	transition: all 300ms ease;
}
#promo-slider .owl-controls .owl-buttons .owl-prev {
	font-size: 0;
	padding: 0;
	width: 46px;
	height: 46px;
	line-height: 46px;
	margin: 0;
	background: rgba(0,0,0,.05);
	display: block;
	text-align: center;
	transition: all 300ms ease;
}
#promo-slider .owl-controls .owl-buttons .owl-prev:before,
#promo-slider .owl-controls .owl-buttons .owl-next:before {
	font-family: "mfn-icons";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: none !important;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .2em;
	font-size: 13px;
}
#promo-slider .owl-controls .owl-buttons .owl-prev:before {content: '\e87f';}
#promo-slider .owl-controls .owl-buttons .owl-next:before {content: '\e87c';}

.video-tutorial-wrapper .background-wrapper {background-image: url(../images/section_calltoaction.jpg); background-repeat: no-repeat;}
.video-tutorial-wrapper .video-tutorial-inner {padding: 3.33em 0;}
.video-tutorial-wrapper h3 {margin: .75em 0;}
.video-tutorial-wrapper .desc,
.video-tutorial-wrapper a {color: #fff;}
.video-tutorial-wrapper .icon-wrapper {
	display: inline-block;
	border-width: 3px;
	border-style: solid;
	width: 71px;
	height: 71px;
	line-height: 68px;
	font-size: 30px;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	margin: -4px 0;
}
.video-tutorial-wrapper .icon-wrapper i {transition: none; -moz-transition: none; -webkit-transition: none;}
.promo-text-block .background-wrapper {background: url(../images/section_ecommerce_ready.png) right bottom;}
.promo-text-block-inner {padding: 50px 0;}
.promo-text-block .icon-wrapper {
	line-height: 80px;
	font-size: 50px;
	overflow: hidden;
	text-align: left;
	color: #2991d6;
}
.features-block .background-wrapper {background: #082233 url(../images/section_macbook_sideview.png) no-repeat center bottom;}
.features-inner {padding: 60px 0 140px;}
.features-block .widget-title {background-image: url(../images/widget_title_bg.png); background-repeat: no-repeat; background-position: center bottom; padding-bottom: 2em; margin-bottom: 4em;}
.features-block .widget-title h5 {color: #ebebeb;}
.features-block .widget-title h2 {color: #2991d6;}
.features-block .item,
.features-block .item a {color: #fff;}
.features-block .icon {
	width: 60px;
	height: 60px;
	line-height: 0;
	margin-right: 10px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #2991d6;
	transition: color 300ms ease;
	-moz-transition: color 300ms ease;
	-webkit-transition: color 300ms ease;
}
.features-block .icon i {
	font-size: 43px;
	line-height: 60px;
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
}
.features-block .item {
	padding-top: 10px;
	padding-bottom: 10px;
	transition: background-color 300ms ease, color 300ms ease!important;
	-moz-transition: background-color 300ms ease, color 300ms ease!important;
	-webkit-transition: background-color 300ms ease, color 300ms ease!important;
}
.features-block .item:hover {background-color: #2991d6; color: #fff;}
.features-block .item:hover .icon {color: #fff;}
.features-block .item p {display: table-cell; vertical-align: middle; padding: 0 0 0 10px;}
.features-block hr {border-color: rgba(255,255,255,.08);}

/* .products-grid .btn,
.products-list .btn,
.footer-products-list .btn {padding-top: 7px; padding-bottom: 7px; min-height: 37px;} */

/* Popup Block */
#popup-block {z-index: 99999;}
#popup-block .modal-backdrop {z-index: 0;}
#popup-block .modal-dialog {width: 838px; position: static; margin: 0 auto; height: 100%;}
#popup-block .modal-dialog .modal-content {position: absolute; top: 50%;}
#popup-block .modal-header {padding: 0; min-height: 0; border: none;}
#popup-block .modal-header .close {font-size: 1em; display: inline-block; position: absolute; top: 2px; right: -40px; opacity: 1; z-index: 99; background-color: #e93333; height: 40px; width: 40px; text-align: center; text-shadow: none;}
#popup-block .modal-header .close i {color: #fff; font-size: 1.16em; line-height: 40px;}
#popup-block .modal-header .close i:hover {color: #2991d6;}
#popup-block .modal-dialog .modal-body {padding: 0; height: 100%;}
#popup-block .block-subscribe {float: left; text-align: center; width: 45%; margin-left: 30px; margin-bottom: 0; padding: 8em 0 9.25em; background: none; border: none;}
#popup-block .block-subscribe .block-title {border: none; margin: 0;}
#popup-block .block-subscribe .block-title:after {content: none;}
#popup-block .block-subscribe strong span {
	color: #222;
	text-transform: none;
	font-size: 2em;
	line-height: 1.44em;
	text-transform: uppercase;
	padding-bottom: .25em;
}
#popup-block .block-subscribe label {
	font-size: 1em;
	color: #666;
	line-height: 1.5em;
	display: inline-block;
	padding-bottom: 1.5em;
	font-weight: normal;
	width: 86%;
	margin: 0 auto;
}
#popup-block .block-subscribe ~ .popup-bottom {color: #fff;}
#popup-block .block-subscribe .input-box {float: none; width: 100%; margin-bottom: 1.5em;}
#popup-block .block-subscribe input {height: 40px;}
#popup-block .block-subscribe .actions {float: none; border: none; margin: 0; padding: 0; text-align: center;}
#popup-block .block-subscribe .btn {height: 40px; width: auto; padding-left: 30px; padding-right: 30px;}
#popup-block {display: none;}
#popup-block .popup-content-wrapper {height: 100%; background-repeat: no-repeat; background-position-x: right; background-size: 50% 100%; background-position: right;}
#popup-block .popup-bottom {position: absolute; margin-left: 30px; bottom: 20px; font-size: .83em; color: #666; font-weight: normal; left: 0;}
#popup-block .popup-bottom input[type="checkbox"] {margin-right: 5px; position: relative; top: 3px;}



/*
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
#custom-slider.owl-carousel {cursor: move;}
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* preloading images */
.product-img-box .loading .product-image,
.owl-item.loading .image-box,
.product-image.loading {
	min-height: 150px;
	background: url(../images/AjaxLoader.gif) no-repeat center center
}
#wishlist-slider .owl-item.loading .product-image {
	min-height: 60px;
	background: url(../images/AjaxLoader.gif) no-repeat center center
}
/* mouse grab icon */
.grabbing {
    cursor:url(../images/grabbing.png) 8 8, move;
}
.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}
/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	opacity: 1;
	text-decoration: none;
}
/* Styling Pagination*/
.owl-theme .owl-controls .owl-page{
	display: inline-block;
	line-height: 1;
}
.owl-theme .owl-controls .owl-page span{
	display: inline-block;
	width: 12px;
	height: 12px;
	text-indent: -9999px;
	margin: 0 9px;
	background: rgba(0,0,0,.15);
	-webkit-border-radius: 100%;
	border-radius: 100%;
	position: relative;
	vertical-align: middle;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
	width: 10px;
	height: 8px;
	margin: 0px 10px 0;
	position: relative;
	top: 2px;
	background: rgba(0,0,0,.15);
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background-color: #2991d6;
}
.owl-theme .owl-controls .owl-page.active span:after,
.owl-theme .owl-controls.clickable .owl-page:hover span:after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	position: absolute;
	left: 1px;
	top: -3px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	background-color: #2991d6;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}
.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}


/* Category Page ========================================================================= */
.category-image {width: 100%; overflow: hidden; margin: 0 0 1.5em; text-align: center;}
.category-description {margin: 0 0 1.5em;}

/* View Type: Grid */
.products-grid li.item,
.products-list li.item {margin-bottom: 2em;}
.widget-slider .products-grid li.item {margin-bottom: 0;}

.widget .products-grid li.item:nth-child(4n+1) {clear: left;}
.widget .products-grid li.item:nth-child(4n+4) {clear: right;}

.widget-products .category-name {
	font-family: Hind;
	font-weight: normal;
	font-size: 1em;
	color: #666;
	margin: 0;
}

.ajax-media-overlay{
	background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	transition: opacity 300ms ease 0s;
	width: 100%;
	z-index: -1;
}
.hide-overlay .ajax-media-overlay {display: none;}
.ajax-media-overlay .loader {
	left: 50%;
	margin-left: -12px;
	margin-top: -12px;
	position: absolute;
	top: 50%;
	background-color: #ffffff;
	background-image: url("../images/ajaxkit-loader.gif");
	background-position: center center;
	background-repeat: no-repeat;
	height: 24px;
	width: 24px;
}
li.item .loading .ajax-media-overlay,
.product-view .loading .ajax-media-overlay{
	z-index:9999;
	opacity: 1;
}
.product-img-box .product-image,
.image-box {
	position: relative;
	border: solid 8px #f8f8f8;
	overflow: hidden;
	max-width: 100%;
	line-height: 0;
}
.mask,
.product-img-box .product-image .mask,
.image-box .mask {
	-webkit-box-shadow: inset 0 0 5px 2px rgba(0,0,0,.07);
	box-shadow: inset 0 0 5px 2px rgba(0,0,0,.07);
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
	opacity: 0;
}
.mask:after,
.product-img-box .product-image .mask:after,
.image-box .mask:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	background: rgba(255,255,255,.4);
}
a:hover .mask:after,
.product-img-box .product-image:hover .mask:after,
.image-box:hover .mask {opacity: 1;}
.image-box .product-image > img {
	position: relative;
	top: 0;
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	transform: scaleY(1);
	margin-bottom: -15px !important;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.image-box .hover-image {
	-webkit-transition: top 300ms ease-in-out;
	-moz-transition: top 300ms ease-in-out;
	-o-transition: top 300ms ease-in-out;
	transition: top 300ms ease-in-out;
	position: relative;
	top: 0;
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	transform: scaleY(1);
	margin-bottom: -15px !important;
}
.image-box:hover .hover-image {top: -15px;}
.image-box:hover .product-image > img {top: -15px;}
.image-box .actions {
	position: absolute!important;
	bottom: -100%;
	left: 0;
	right: 0;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	z-index: 9;
}
.mobile-device .image-box .actions,
.image-box:hover .actions {bottom: 0; right: -2px;}
.image-box .actions > * {width: 25%; float: left; text-align: center; margin: 0!important;}
.image-box .actions.four-items > * {width: 25%;}
.image-box .actions.three-items > * {width: 33.333334%;}
.image-box .actions.two-items > * {width: 50%;}
.image-box .actions.one-item > * {width: 100%;}
.image-box .actions .btn {padding: 0; background: none; box-shadow: none; border-radius: 0; border: none;}
.image-box .actions .btn:after {content: none;}
.image-box .actions i {
	display: block;
	margin: 0;
	text-align: center;
	font-size: 25px;
	line-height: 60px;
	padding: 0;
	background: rgba(41,145,214,.8);
	color: #fff;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.image-box .actions i:hover {color: #2991d6; background-color: #fff;}

.description-box {padding: 15px 20px; background-color: #fff;}


.products-grid li.item.type-3 .description-box {padding: 15px 0 0; background-color: transparent;}
.products-grid li.item.type-3 .left-block {width: 65%;}
.products-grid li.item.type-3 .right-block {width: 33%; text-align: right;}



/* .products-list .product-image,
.products-grid .product-image {display: block; position: relative;} */
.products-grid .product-image {overflow: hidden;}
.products-grid .product-name,
.products-list .product-name {margin: 0 0 .5em; font-size: 1em;}
.products-grid .product-name a,
.products-list .product-name a,
.footer-products-list .product-name a {font-size: 21px; line-height: 25px; color: #222; font-family: 'Patua One'; font-weight: 300;}
.products-grid .product-name a:hover,
.products-list .product-name a:hover,
.footer-products-list .product-name a:hover {color: #2991d6;}
.products-grid .availability,
.products-list .availability {margin-bottom: 1em;}
.products-list .availability {display: block;}
.products-grid .ratings,
.products-list .ratings {margin: 0 0 .66em;}
.products-grid .price-box,
.products-list .price-box {line-height: 1;}
.products-list .price-box {margin-bottom: 9px;}
.link-wishlist i {color: #2991d6;}
.add-to-links li i:hover,
.link-wishlist i:hover {color: #2991d6;}
.category-products .products-grid .btn:not(.btn-quickview) i.fa,
.widget-products .products-grid .btn:not(.btn-quickview) i.fa {display: none;}
.products-grid.no-indents li.item {padding: 0; margin-bottom: 0;}
.products-grid.no-indents li.item .image-box {margin: 0;}
.products-grid.no-indents li.item .product-image {border-width: 0;}}

body .btn i {
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
}

/* Grid Types */
.products-grid .ratings {display: inline-block; width: 100%;}
.products-grid .item  .btn-quickview {float: left; margin-right: 0;}
.products-grid li.item.type-2 .rating-box {float: none; display: inline-block; margin: 0 0 10px;}
.products-grid li.item.type-2 .rating-links {float: none;}
.products-grid li.item.type-2 .price-box {margin-bottom: 9px;}

.products-grid li.item.type-4 .product-name,
.products-grid li.item.type-4 .price-box,
.products-grid li.item.type-4 .product-img-box .product-image,
.products-grid li.item.type-4 .image-box{margin-bottom: 18px;}
.products-grid li.item.type-4 .ratings{text-align: center;}
.products-grid li.item.type-4 .ratings .rating-box{float: none; display: inline-block;}
.products-grid li.item.type-4 .ratings .rating-links{float: none;}

.products-grid li.item.type-5 .description-box {
    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 50px 10% 60px 14%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.products-grid li.item.type-5 .image-box:hover .description-box {opacity: 1;}
.products-grid li.item.type-5 .desc {line-height: 1.5em;}
.products-grid li.item.type-5 .mask:after {content: none;}


/* Products Grid Colums */
.col3-layout .products-grid.four-columns .item.type-1 .link-compare-wrapper,
.col3-layout .products-grid.five-columns .item.type-1 .link-compare-wrapper,
.col3-layout .products-grid.four-columns .item.type-2 .link-compare-wrapper,
.col3-layout .products-grid.five-columns .item.type-2 .link-compare-wrapper,
.col3-layout .products-grid.four-columns .item.type-5 .link-compare-wrapper,
.col3-layout .products-grid.five-columns .item.type-5 .link-compare-wrapper,
.col3-layout .products-grid.four-columns .item.type-6 .link-compare-wrapper,
.col3-layout .products-grid.five-columns .item.type-6 .link-compare-wrapper,
.products-grid.six-columns .item.type-1 .link-compare-wrapper,
.products-grid.seven-columns .item.type-1 .link-compare-wrapper,
.products-grid.eight-columns .item.type-1 .link-compare-wrapper,
.products-grid.six-columns .item.type-2 .link-compare-wrapper,
.products-grid.seven-columns .item.type-2 .link-compare-wrapper,
.products-grid.eight-columns .item.type-2 .link-compare-wrapper,
.products-grid.six-columns .item.type-5 .link-compare-wrapper,
.products-grid.seven-columns .item.type-5 .link-compare-wrapper,
.products-grid.eight-columns .item.type-5 .link-compare-wrapper {
	margin-left: 0;
	margin-top: 10px;
	float: none;
	display: inline-block;
}

.home-slider-conainer {position: relative; padding-bottom: 1.5em;}
.widget-grid.row {margin-left: -10px; margin-right: -10px; margin-bottom: 0;}
.products-grid li.item {float: left; padding-left: 10px; padding-right: 10px;}
.products-grid.one-column:not(.carousel-ul) li.item{width: 100%;}
.products-grid.two-columns:not(.carousel-ul) li.item{width: 50%;}
.products-grid.three-columns:not(.carousel-ul) li.item{width: 33.3%;}
.products-grid.four-columns:not(.carousel-ul) li.item{width: 25%;}
.products-grid.five-columns:not(.carousel-ul) li.item{width: 20%;}
.products-grid.six-columns:not(.carousel-ul) li.item{width: 16.66%;}
.products-grid.seven-columns:not(.carousel-ul) li.item{width: 14.28%;}
.products-grid.eight-columns:not(.carousel-ul) li.item{width: 12.5%;}
.products-grid.one-column:not(.carousel-ul) li.item,
.products-grid.two-columns:not(.carousel-ul) li.item:nth-of-type(2n+1),
.products-grid.three-columns:not(.carousel-ul) li.item:nth-of-type(3n+1),
.products-grid.four-columns:not(.carousel-ul) li.item:nth-of-type(4n+1),
.products-grid.five-columns:not(.carousel-ul) li.item:nth-of-type(5n+1),
.products-grid.six-columns:not(.carousel-ul) li.item:nth-of-type(6n+1),
.products-grid.seven-columns:not(.carousel-ul) li.item:nth-of-type(7n+1),
.products-grid.eight-columns:not(.carousel-ul) li.item:nth-of-type(8n+1){clear:left;}
.products-grid.one-column:not(.carousel-ul) li.item,
.products-grid.two-columns:not(.carousel-ul) li.item:nth-of-type(2n),
.products-grid.three-columns:not(.carousel-ul) li.item:nth-of-type(3n),
.products-grid.four-columns:not(.carousel-ul) li.item:nth-of-type(4n),
.products-grid.five-columns:not(.carousel-ul) li.item:nth-of-type(5n),
.products-grid.six-columns:not(.carousel-ul) li.item:nth-of-type(6n),
.products-grid.seven-columns:not(.carousel-ul) li.item:nth-of-type(7n),
.products-grid.eight-columns:not(.carousel-ul) li.item:nth-of-type(8n) {clear: right;}

/* View Type: List */
.products-list {list-style: none; padding: 0; margin: 0;}
.products-grid .desc,
.products-list .desc {margin-bottom: 1em;}
.products-grid .desc .btn-external-link,
.products-list .desc .btn-external-link {display: none;}
.products-list .product-name {margin-bottom: .75em;}
.products-list .product-name a {font-size: 1.5em;}
.widget-products .products-list .image-box-wrapper,
.widget-products .products-list .product-shop {float: left; padding-left: 10px; padding-right: 10px;}
.products-list .twenty {width: 20%;}
.products-list .twenty-five {width: 25%;}
.products-list .thirty {width: 30%;}
.products-list .thirty-five {width: 35%;}
.products-list .forty {width: 40%;}
.products-list .forty-five {width: 45%;}
.products-list .fifty {width: 50%;}
.products-list .fifty-five {width: 55%;}
.products-list .sixty {width: 60%;}
.products-list .sixty-five {width: 65%;}
.products-list .seventy {width: 70%;}
.products-list .seventy-five {width: 75%;}
.products-list .eighty {width: 80%;}

 /* Masonry Grid */
.masonry-grid .item {padding-bottom: 1.5em!important; margin-bottom: 0!important;}
/* .masonry-grid .item:hover .product-info-top {background-color: #2991d6;}
.masonry-grid .item:hover .product-info-top .desc,
.masonry-grid .item:hover .product-info-top .link-shop,
.masonry-grid .item:hover .product-info-top .product-name a {color: #fff;} */
.masonry-grid .item .product-image {margin-bottom: 0; display: block;}
.masonry-grid .product-info-bottom {
	background-color: #f8f8f8;
	padding: 15px 20px;
	transition: background-color 500ms ease;
	-moz-transition: background-color 500ms ease;
	-webkit-transition: background-color 500ms ease;
	-o-transition: background-color 500ms ease;
}
.masonry-grid .product-info-top .product-name {margin-bottom: 1em;}
.masonry-grid .product-info-top .product-name a {font-size: 1.5em; color: #222; line-height: 1;}
.masonry-grid .product-info-top .desc {font-size: 1em; color: #666; margin-bottom: 1em;}
.masonry-grid .product-info-top .link-shop {font-size: 1em; text-transform: uppercase;}
.masonry-grid .product-info-top .link-shop i {font-size: 1.16em; margin-top: 1px; margin-left: 5px;}
.masonry-grid .product-info-top .link-shop:hover i {margin-left: 10px;}
.masonry-grid .category-button {position: relative; z-index: 9; text-align: center;}
.masonry-grid .category-button a {display: inline-block; font-size: 1em; text-transform: uppercase; height: 40px; line-height: 40px; padding: 0 21px;}
.masonry-grid .category-button a i {margin-right: 10px; font-size: 1.16em; line-height: 40px;}

/* Footer list */
.footer-products-list .item {padding: 6px 0; border-bottom: solid 1px rgba(0,0,0,.08);}
.footer-products-list .item.last {margin-bottom: 0;}
.footer-products-list .image-box {float: right; border: none;}
.footer-products-list .lightbox-button {display: none!important;}
.footer-products-list .product-image {display: inline-block; width: 44px; vertical-align: top; position: relative;}
.footer-products-list .product-shop {display: inline-block; vertical-align: top; width: 80%; padding: 0 10px 0 0; float: left;}
.footer-products-list .product-shop .product-name {margin-top: -3px; margin-bottom: 0; font-family: inherit;}
.footer-products-list .product-shop .product-name a {font-size: 13px; font-family: inherit; font-weight: 700; color: #2991d6;}
.footer-products-list .product-shop .product-name a:hover {text-decoration: underline; opacity: .8;}
.footer-products-list .product-shop .price-box {margin-bottom: .75em;}
.footer-products-list .product-shop .price-box .price {color: inherit; font-weight: normal; font-family: inherit; font-size: 13px;}
.footer-products-list .product-shop .price-box .old-price,
.footer-products-list .product-shop .price-box .special-price {display: inline-block;}
.footer-products-list .product-shop .price-box .old-price .price {opacity: 1;}
.footer-products-list .product-buttons .button-holder {display: inline-block; vertical-align: middle; }
.footer-products-list .product-buttons .add-to-links {display: inline-block; vertical-align: middle; margin: 0; list-style: none;}
.footer-products-list .product-buttons .add-to-links li {float: left; line-height: 1; margin-left: 15px;}
.footer-products-list .product-buttons .add-to-links li:first-child {margin-left: 12px;}

/* Light box */
.ekko-lightbox .modal-dialog{z-index:9999;}
.modal-open .modal.ekko-lightbox {z-index: 99999;}
.modal-open .modal.ekko-lightbox .modal-header {padding: 0; min-height: 0; border: none; position: absolute; width: 100%; z-index: 9999;}
.modal-open .modal.ekko-lightbox .modal-header .close {font-size: 0; display: inline-block; position: relative; top: 12px; right: 12px; opacity: 1;}
.modal-open .modal.ekko-lightbox .modal-header .close:before {
	content: "\f00d";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transition: color 300ms ease;
	-moz-transition: color 300ms ease;
	-webkit-transition: color 300ms ease;
	color: #666;
}
.modal-open .modal.ekko-lightbox .modal-header .close:hover:before {color: #2991d6;}
.modal-open .modal.ekko-lightbox .modal-footer {border-top: none; padding-top: 0; text-align: center; font-weight: 700;}
.ekko-lightbox-container {position: relative;}
.ekko-lightbox-nav-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}
.ekko-lightbox-nav-overlay a {
	z-index: 100;
	display: block;
	width: 49%;
	height: 100%;
	padding-top: 45%;
	color: #fff;
	opacity: 0;
	position: absolute;
	margin-top: -20px;
}
.ekko-lightbox-nav-overlay a.prev {left: 0; text-align: left;}
.ekko-lightbox-nav-overlay a.next {right: 0; text-align: right;}
.ekko-lightbox-nav-overlay a i {
	font-size: 28px;
	color: #fff;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #777;
}
.ekko-lightbox-nav-overlay a i:hover {background-color: #2991d6;}
.ekko-lightbox-nav-overlay a:empty {width: 49%;}
.ekko-lightbox a:hover {text-decoration: none; opacity: 1;}
.ekko-lightbox .glyphicon-chevron-left {left: 0; float: left; padding-left: 15px; text-align: left;}
.ekko-lightbox .glyphicon-chevron-right {right: 0; float: right; padding-right: 15px; text-align: right;}
.ekko-lightbox .modal-footer {text-align: left;}
.lightbox-button {display: block; position: absolute; top: 50%; margin-top: -15px; left: 50%; margin-left: -15px; opacity: 0; z-index: 10;}
.mobile-device .lightbox-button,
.image-box:hover .lightbox-button {opacity: 1;}
.lightbox-button i {width: 30px; height: 30px; background-color: #2991d6; color: #fff; line-height: 30px; text-align: center; border-radius: 50%; -moz-border-radius: 50%; display: block;}
.lightbox-button i:hover {background-color: #222;}
.product-image:hover .lightbox-button.active {opacity: 1; z-index: 9999;}

.image-box .hover-image {
    position:absolute;
    max-width:100%;
    left:0;
    top:0;
    opacity: 0;
    z-index: 4;
}
.image-box:hover span.hover-image,
.image-box:hover span.hover-image { opacity: 1;}
.image-box  .product-image .hover-image.scale {
	transition: opacity 400ms ease;
	-moz-transition: opacity 400ms ease;
	-webkit-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
}
.image-box  .product-image .hover-image.scale + img {
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-o-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
	position: relative;
	display: block;
	z-index: 1;
}
.image-box:hover .product-image .hover-image.scale + img {
	-webkit-transform: scale(10);
	-moz-transform: scale(10);
	-o-transform: scale(10);
	-ms-transform: scale(10);
	transform: scale(10);
	opacity: 0;
	z-index: 2;
}

/* ======================================================================================= */

/* Product Labels */
.product-labels-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 5;
}
.product-labels-wrapper > div {
	height: 0px;
	min-height: 0px;
	width: 0px;
	min-width: 0px;
	font-size: 18px;
	line-height: 18px;
	text-align: center;
	float: left;
	margin: 0 !important;
	border-style: solid;
	border-width: 70px 70px 0 0;
	border-color: transparent transparent transparent transparent;
	padding: 0;
	text-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0;
	border-radius: 0;
	z-index: 2;
	background: none;
	border-top-color: #2991d6;
}
.product-labels-wrapper > div p {display: inline; margin: 0;}
.product-labels-wrapper > div > span {
	color: rgba(0,0,0,.5);
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	position: absolute;
	top: 18px;
	left: 2%;
	font-size: 16px;
}
.product-labels-wrapper > div.availability-only > span,
.product-labels-wrapper > div.percentage > span {left: 0;}
.product-labels-wrapper > div i {
	color: rgba(0,0,0,.5);
	position: absolute;
	top: 20%;
	left: 4%;
}
.product-labels-wrapper > div + div {
	float: right;
	border-width: 70px 0 0 70px;
}
.product-labels-wrapper > div span strong {font-weight: normal;}
.product-labels-wrapper > div + div > span {
	left: auto!important;
	right: 2%;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.product-labels-wrapper > div + div.availability-only > span,
.product-labels-wrapper > div + div.percentage > span {right: 0;}
.product-labels-wrapper > div + div.percentage > span {right: 0;}
.product-labels-wrapper > div + div i {left: auto; right: 4%;}


/* label type 1 */
/* .product-labels-wrapper.label-type-1 > div {
	border-radius: 50%;
	-moz-border-radius: 50%;
	height: 25px;
	line-height: 25px;
	padding-top: 0;
	padding-bottom: 0;
	padding: 0 7px;
}
.product-labels-wrapper.label-type-1 .availability-only {min-width: 33px; line-height: 26px; min-height: 33px;}
.product-labels-wrapper.label-type-1 .availability-only p {
	display: block;
	line-height: normal;
	position: relative;
	top: -10px;
}
.label-type-1 .label-sale.percentage {font-size: 1em; padding: 0 9px}
.label-type-1 .label-sale.percentage span {
	display: block;
	height: auto;
	font-size: 0.75em;
    line-height: normal;
    position: relative;
    top: -6px;
} */

/* label type 2 */
/* .product-labels-wrapper.label-type-2 > div {border-width: 1px; border-style: solid}
.product-labels-wrapper.label-type-2 .availability-only p,
.product-labels-wrapper.label-type-2 .percentage span {display: inline; padding-left: 1px;} */

/* label type 3 */
/* .product-labels-wrapper.label-type-3 > div {
	border-radius: 50px;
	-moz-border-radius: 50px;
	line-height: 33px;
	height: 33px;
	padding:0 12px;
}
.product-labels-wrapper.label-type-3 .availability-only {
	line-height: 33px;
}
.product-labels-wrapper.label-type-3 .availability-only p {display: inline; padding-left: 1px;}
.product-labels-wrapper.label-type-3 .percentage {line-height: 27px; padding: 0 18px; font-size: 1em;}
.product-labels-wrapper.label-type-3 .percentage span{top: -17px; display: block; position: relative; font-size: .75em;} */

/**** label type 4 ****/
/* .product-labels-wrapper.label-type-4 > div {
	line-height: 20px;
	height: 20px;
	padding:0 5px 0 7px;
	position: relative;
}
.product-labels-wrapper.label-type-4 .percentage {font-size: 1em;}
.product-labels-wrapper.label-type-4 .percentage span {display: inline; padding-left: 1px; font-size: .75em;}
.product-labels-wrapper.label-type-4 .availability-only p {display: inline; padding-left: 1px;}
.product-labels-wrapper.label-type-4 > div:before,
.product-labels-wrapper.label-type-4 > div:after {
	width: 0;
	height: 0;
	border-right: 5px solid transparent;
	content:'';
	position: absolute;
	right: -5px;
}
.product-labels-wrapper.label-type-4 > div:before {border-top: 10px solid; top: -1px;}
.product-labels-wrapper.label-type-4 > div:after{border-bottom: 10px solid; bottom: -1px;}

.product-labels-wrapper.label-type-4 > div:before,
.product-labels-wrapper.label-type-4 > div:after {
	border-right: 5px solid transparent;
	border-left: inherit;
	left: auto;
	right: -5px;
} */

/* Product View ========================================================================== */
/* Rating */
.no-rating { margin:0; }
.ratings {line-height:1.25; margin:7px 0 20px 0; overflow: hidden; }
.ratings strong { float:left; margin:1px 5px 0 0; }
.ratings .rating-links { margin: 2px 0 0; float: left; /* font-size: .91em; */ font-size: 13px;}
.ratings .rating-links a,
.ratings .amount a {color: #666;}
.ratings .rating-links a:hover,
.ratings .amount a:hover {color: #2991d6;}
.ratings .rating-links .separator { margin:0 2px; }
.rating-box {float: left; position: relative; font-size: 15px; color: #aaa; margin-right: 10px;}
.rating-box i {margin-right: 0; width: 15px; float: left;}
.rating-box i:before {margin: 0!important;}
.rating-box i:nth-child(5n) {margin-right: 0;}
.rating-box .rating {position: absolute; overflow: hidden; top: 0; left: 0; color: #2991d6; height: 15px; font-size: 15px;}
.rating-box .rating i {position: absolute; left: 0; width: 15px;}
.rating-box .rating i:nth-child(2n) {left: 15px;}
.rating-box .rating i:nth-child(3n) {left: 30px;}
.rating-box .rating i:nth-child(4n) {left: 45px;}
.rating-box .rating i:nth-child(5n) {left: 60px;}
.ratings .amount {display: inline-block; font-size: .91em;}
.ratings-table th,
.ratings-table td { font-size:11px; line-height:1.15; padding:3px 0; }
.ratings-table th { font-weight:bold; padding-right:8px; }

/* Availability */
.availability {font-size: .92em; color: #888; line-height: 1; display: inline-block; margin-bottom: 1.5em; position: relative;}
.availability i.fa { font-size: 11px; line-height: 11px; margin-right: 5px; color: #888;}
/* .availability span {line-height: 1;} */
.availability.in-stock  {color: #77a464;}
/* .availability.in-stock span {color: #63c55b;} */
.availability-block {margin-bottom: 1.5em;}
.availability-block p.availability-only {margin: 0;}
.availability-block .availability {float: right; margin: 0; vertical-align: top; line-height: 1.62;}
.availability-only { margin:0 0 7px; }
.product-view p.availability-only {display: inline-block; color: #77a464; float: left; font-size: .92em;}
.availability-only a { background:url(../images/i_availability_only_arrow.gif) 100% 0 no-repeat; cursor:pointer; padding-right:15px; }
.availability-only .expanded { background-position:100% -15px; }

.availability-only-details { margin:0 0 7px; }
.availability-only-details th { background:#f2f2f2; font-size:10px; padding:0 8px; }
.availability-only-details td { border-bottom:1px solid #ddd; font-size:11px; padding:2px 8px 1px; }

/********** < Product Prices */
.availability.out-of-stock + .price-box .price {color: #b2b2b2;}
.price { white-space:nowrap !important; color: #2991d6; font-size: 18px; font-weight: 700;}

/* Old price */
.old-price,
.special-price {display: block; vertical-align: middle; margin-bottom: 0;}
.std .old-price,
.std .special-price {margin-bottom: 0;}
.std .old-price,
.old-price {margin-bottom: 2px;}
.old-price .price-label {display: none;}
.old-price .price {opacity: .5; font-weight: 400; text-decoration:line-through; }

/* Special price */
.special-price .price-label {display: none;}
.special-price .price {text-decoration: underline;}

.products-grid .regular-price .price,
.products-list .regular-price .price {font-weight: 400;}

/* Minimal price (as low as) */
.minimal-price .price-label { font-weight:bold; white-space:nowrap; }

.minimal-price-link { display:block; }
.minimal-price-link .label {font-size: 1em; color: #666; font-weight: bold; padding-left: 0;}
.minimal-price-link .price { font-weight:normal; }

/* Excluding tax */
.price-excluding-tax { display:block; }
.price-excluding-tax .label { white-space:nowrap; }
.price-excluding-tax .price { font-weight:normal; }

/* Including tax */
.price-including-tax { display:block; }
.price-including-tax .label { white-space:nowrap; }

/* Configured price */
.configured-price .price-label { font-weight:bold; white-space:nowrap; }

/* FPT */
.weee { display:block; font-size:11px; color:#444; }
.weee .price { font-size:11px; font-weight:normal; }

/* Excl tax (for order tables) */
.price-excl-tax  { display:block; }
.price-excl-tax .label { display:block; white-space:nowrap; }
.price-excl-tax .price { display:block; }

/* Incl tax (for order tables) */
.price-incl-tax { display:block; }
.price-incl-tax .label { display:block; white-space:nowrap; }
.price-incl-tax .price { display:block; font-weight:bold; }

/* Price range */
.price-from,
.price-to {margin-bottom: 0;}
.price-from .price-label,
.price-to .price-label { font-weight:bold; white-space:nowrap; }

/* Price notice next to the options */
.price-notice { padding-left: 5px; }
.price-notice .price { font-weight:bold; font-size: 1em;}

/* Price as configured */
.price-as-configured .price-label { font-weight:bold; white-space:nowrap; }

/********** Product Prices > */

/* Tier Prices */
.tier-prices .price { font-weight:bold; }

/* Add to Links */
.add-to-links { margin-bottom: 1.5em; float: left; }
.add-to-links .separator { display:none; }

/* Add to Cart */
.add-to-cart label { float:left; margin-right:5px; }
/* .add-to-cart .qty { float:left; } */
.add-to-cart button.button { float:left; margin-left:5px; }
.add-to-cart .paypal-logo { clear:left; text-align:right; }
.add-to-cart .paypal-logo .paypal-or { clear:both; display:block; margin:5px 60px 5px 0; }
.product-view .add-to-cart .paypal-logo { margin:0; }

/* Add to Links + Add to Cart */
.add-to-box .add-to-cart {border-bottom: dotted 1px #ccc; padding-bottom: 1.5em; margin-bottom: 1.5em;}
.product-collateral .box-collateral { margin:0 0 15px; }

/* Product View */

.product-view {margin-bottom: 5em;}
/* .header-with-image .header-breadcrumbs-wrapper + .content-wrapper .product-view .product-name h1 {display: none;} */
.product-view .product-name h1 {font-size: 35px; line-height: 40px; margin: 0 0 15px; padding-bottom: 15px; color: #444; position: relative;}
.product-view .product-name h1:after {
	content: "";
	display: block;
	width: 20%;
	height: 0;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: rgba(0,0,0,.08);
	position: absolute;
	left: 0;
	bottom: 0;
}
.product-view .sku-reviews-block .ratings {float: right; margin-top: 5px;}
.product-view .sku-reviews-block .ratings .separator,
.product-view .sku-reviews-block .ratings .add-review {display: none;}
.product-view .sku-reviews-block .price-box {float: left;}
.product-view .sku-reviews-block .price-box .special-price {float: left; white-space: nowrap;}
.product-view .sku-reviews-block .price-box .old-price {float: right;}
.product-view .product-shop .price-box {margin-bottom: 1.5em;}
.product-view .product-shop .price-box .price {font-size: 30px; line-height: 30px; text-decoration: none; font-family: 'Patua One';}
.product-view .product-shop .price-box .old-price  {margin-left: 7px;}
.product-view .product-shop .price-box .old-price .price {font-size: 15px; text-decoration: line-through;}
.product-view .product-shop .products-grid .price-box .price {font-size: 1.5em;}
.product-view .product-shop .products-grid .price-box .old-price .price {font-size: 1.16em;}


.product-view .sku {display: inline-block; margin-bottom: 1em;}
.product-view .sku span {padding-left: 4px;}
.product-view .no-rating {display: inline-block; vertical-align: middle;}
.product-view .ratings .rating-box {float: left; display: inline-block;}
.product-view .ratings .add-review-link {margin: 0 0 1px 0; display: inline-block; float: right;}
.product-view .ratings .add-review-link a.add-review {margin: 0;}
.product-view .add-review-link a.add-review {color: #666; font-size: 13px;}
.product-view .add-review-link a.add-review:hover { color: #2991d6;}
.product-view .short-description {margin-bottom: 1.5em;}
.product-view .short-description h2 {color: #222; font-family: inherit; font-size: 1em; font-weight: normal; line-height: 1.583em; margin: 0; padding-bottom: 1em;}
.col3-layout .product-view .medium-layout .add-to-cart .btn,
.col3-layout .product-view .small-layout .add-to-cart .btn {margin-top: .75em;}
.product-view .validation-advice {display: inline-block;}
.product-view .add-to-cart .btn i.fa { font-size: 18px; line-height: 1.10em; padding-right: 9px; margin-right: 9px; border-right:1px solid #ddd;}
.product-view .add-to-links li {display: inline-block; margin-right: 10px;}
.product-view .add-to-links li:last-child {margin-right: 0;}
.product-view .add-to-links i {height: 40px; width: 40px; line-height: 40px; -webkit-border-radius: 40px; -moz-border-radius: 40px; border-radius: 40px; text-align: center; color: #666; border: solid 1px rgba(0,0,0,.08); display: block;}
.product-view .add-to-links a:hover i {color: #fff; background-color: #2991d6;}
.col-xs-0,
.col-sm-0,
.col-lg-0 {width: 100%; position: relative; padding-left: 10px; padding-right: 10px;}
/* Product Buttons */
.product-view .product-buttons {margin-bottom: 1em;}
.product-view .product-buttons div {
	background-color: #fff;
	float: left;
	width: 48%;
	transition: background-color 300ms ease;
	-moz-transition: background-color 300ms ease;
	-webkit-transition: background-color 300ms ease;
	-o-transition: background-color 300ms ease;
	color: #2991d6;
	border: solid 1px #2991d6;
}
.product-view .product-buttons div:hover {background-color: #2991d6; color: #fff; border-color: #2991d6;}
.product-view .product-buttons div:hover i {color: #fff;}
.product-view .product-buttons .prev-button + .next-button {margin-left: 4%;}
.product-view .product-buttons div a {display: block; padding: .75em; min-height: 36px; color: inherit;}
.breadcrumbs-type-3 .product-view .product-buttons div a {padding: 0; min-height: 10px; }
.breadcrumbs-type-3 .product-view .product-buttons.default {top: 8px;}
.product-view .product-buttons a span {
	font-size: .91em;
	line-height: 1.15em;
	display: inline-block;
	vertical-align: middle;
	margin-left: 24px;
}
.product-view .product-buttons i {
	width: 18px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	color: #2991d6;
	font-size: 14px;
	margin-right: 8px;
	vertical-align: middle;
	position: absolute;
}
.product-view .product-buttons.default {position: absolute; right: 10px;/*  top: -10px; */top: 8px; margin: 0; z-index: 9;}
.product-view .product-buttons.default > div {width: auto;}
.product-view .product-buttons.default .next-button,
.product-view .product-buttons.default i  {margin: 0; position: relative;}
.product-view .product-buttons.default .next-button {margin-left: 2px;}
.product-view .product-buttons.default + .product-name h1 {padding-right: 100px;}
.breadcrumbs-wrapper .product-buttons {margin-bottom: 1em; float: right; width: 25%;}
.breadcrumbs-wrapper .product-buttons div {
	background-color: #fff;
	float: left;
	width: 48%;
	transition: background-color 300ms ease;
	-moz-transition: background-color 300ms ease;
	-webkit-transition: background-color 300ms ease;
	-o-transition: background-color 300ms ease;
	color: #2991d6;
	border: solid 1px #2991d6;
}
.breadcrumbs-wrapper .product-buttons div:hover {background-color: #2991d6; color: #fff; border-color: #2991d6;}
.breadcrumbs-wrapper .product-buttons div:hover i {color: #fff;}
.breadcrumbs-wrapper .product-buttons .prev-button + .next-button {margin-left: 4%;}
.breadcrumbs-wrapper .product-buttons div a {display: block; padding: .75em; min-height: 36px; color: inherit;}
.breadcrumbs-wrapper .product-buttons a span {
	font-size: .91em;
	line-height: 1.15em;
	display: inline-block;
	vertical-align: middle;
	margin-left: 24px;
}
.breadcrumbs-wrapper .product-buttons i {
	width: 18px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	color: #2991d6;
	font-size: 14px;
	margin-right: 8px;
	vertical-align: middle;
	position: absolute;
}
.breadcrumbs-wrapper .product-buttons.default {margin: -3px 0; float: right; width: auto;}
.breadcrumbs-wrapper .product-buttons.default > div {width: auto;}
.breadcrumbs-wrapper .product-buttons.default .next-button,
.breadcrumbs-wrapper .product-buttons.default i  {margin: 0; position: relative;}
.breadcrumbs-wrapper .product-buttons.default .next-button {margin-left: 2px;}

.catalog-product-view .breadcrumbs-wrapper.type-2 + .col-main {margin-top: 0;}
.catalog-product-view .breadcrumbs-wrapper.type-2 + .col-main #product_addtocart_form > .row > [class*="col-"] {padding-top: 3.33em;}
.product-sidebar {padding-top: 0!important; margin: 0;}
.product-sidebar:not(.sidebar-left) .sidebar-inner {border-left: solid 1px #ddd; padding-left: 20px; padding-bottom: 0;}
.product-sidebar.sidebar-left .sidebar-inner {border-left: none; border-right: solid 1px #ddd; padding-left: 0; padding-right: 20px; padding-bottom: 0; }

.product-buttons.large > div {width: auto; border: none; min-width: 115px; overflow: hidden; position: fixed; bottom: 40px; z-index: 99999;}
.product-buttons.large > div a {padding: 0;}
.product-buttons.large .icon {
	background-color: #2991d6;
	display: block;
	width: 35px;
	height: 80px;
	font-size: 15px;
	position: relative;
	z-index: 92;
	color: #fff;
	line-height: 80px;
	text-align: center;
	float: left;
	margin: 0;

}
.product-buttons.large .image-wrapper {
	height: 80px;
	width: 80px;
	position: relative;
	z-index: 92;
	overflow: hidden;
	line-height: 0;
	float: left;
	margin:0;
	background-color: #fff;
}
.product-buttons.large .info-wrapper {
/* 	width: 190px; */
    padding: 13px;
    min-height: 80px;
    background: #fff;
    z-index: 91;
	float: left;
	margin: 0;
	transition: all 300ms ease;
}
.product-buttons.large .info-wrapper span {
	margin: 0 0 3px;
	padding-bottom: 3px;
	border-bottom: solid 1px rgba(0,0,0,.08);
	display: block;
	font-size: 13px;
	line-height: 20px;
	width: auto;
	color: #444;
}
.product-buttons.large .info-wrapper .sku {border: none;}
.product-buttons.large .prev-button:hover .info-wrapper {margin-left: 0;}
.product-buttons.large .next-button:hover .info-wrapper {margin-right: 0;}
.product-buttons.large .prev-button {left: 0;}
.vertical-header .product-buttons.large .prev-button {left: 252px;}
.product-buttons.large .next-button {right: 0;}
.product-buttons.large .prev-button .info-wrapper {margin-left: -500px;}
.product-buttons.large .next-button .info-wrapper {margin-right: -500px;}

/* Product Images */
.product-view .product-img-box .product-image {margin-bottom: 1em;}
.product-view .product-img-box .product-image-zoom { position:relative; overflow: hidden!important; z-index:9; width: 100%; float: left;}
.product-view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; opacity: 0;}
.product-view .product-img-box .more-views {position: relative;/*  margin-bottom: 2em; */}
.product-view .product-img-box .more-views h2 {color: #222; font-weight: 500; font-size: 1.33em; margin: 0; padding-bottom: 1em; line-height: 1.587em; text-transform: uppercase; display: none;}
.product-view .product-img-box .more-views ul {margin-left: -16px;}
.product-view .product-img-box .more-views li { float:left; width: 25%;}
.product-view .product-img-box .more-views li a {display: block; margin-left: 16px; margin-bottom: .75em; position: relative; border: solid 8px #f8f8f8; overflow: hidden;}
.product-view .product-img-box .more-views li a img {
	margin-bottom: -15px !important;
	position: relative;
	top: 0;
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.product-view .product-img-box .more-views li a:hover img {top: -15px;}
.product-view .product-img-box .more-views .prev,
.product-view .product-img-box .more-views .next{float: left; margin-left: 1px; cursor: pointer;}
.product-view .product-img-box .more-views .slider-buttons {
	opacity: 0;
	transition: opacity 300ms ease;
	-moz-transition: opacity 300ms ease;
	-webkit-transition: opacity 300ms ease;
}
.product-view .product-img-box .more-views:hover .slider-buttons {opacity: 1;}
.product-view .product-img-box .more-views .slider-buttons .prev {position: absolute; top: 50%; margin-top: -26px; left: 10px;}
.product-view .product-img-box .more-views .slider-buttons .next {position: absolute; top: 50%; margin-top: -26px; right: 10px;}
.product-view .product-img-box .more-views .slider-buttons i.fa {
	height: 52px;
	width: 52px;
	border-radius: 50%;
	background-color: rgba(0,0,0,.3);
	color: #fff;
	font-size: 22px;
	line-height: 52px;
}
.product-view .product-img-box .more-views .slider-buttons i.fa:hover {color: #222; background-color: #fff;}
.more-views-container {overflow: hidden;}

.product-view .product-img-box .lightbox-button {
	width: 100%;
    height: 60px;
    position: absolute;
    left: 0;
    bottom: -60px;
    z-index: 4;
    overflow: hidden;
	top: auto;
	margin: 0;
	text-align: center;
	color: #fff;
	font-size: 25px;
	line-height: 25px;
	background-color: #2991d6;
}
.product-view .product-img-box .lightbox-button i {
	border-radius: 0;
	width: auto;
	height: auto;
	line-height: 60px;
	display: inline-block;
	background: none;
	color: inherit;
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
}
.product-view .product-img-box:hover .lightbox-button {bottom: 0;}
.product-view .product-img-box .lightbox-button:hover {color: #2991d6; background-color: #fff;}
.product-image-popup { margin:0 auto; }
.product-image-popup .buttons-set { float:right; clear:none; border:0; margin:0; padding:0; }
.product-image-popup .nav { margin:0 100px; text-align:center; }
.product-image-popup .image { display:block; }

/* Product Options */
#super-product-table {margin-top: .5em;}
#super-product-table td {vertical-align: middle;}
#super-product-table .availability,
#super-product-table .price-box {margin: 0;}
#super-product-table .price {margin: 0; font-size: 2em;}
#super-product-table .quantity-wrapper {width: 180px;}
.product-essential {margin-bottom: 3em;}
.product-options {margin-bottom: 2.5em; padding: 10px; position: relative; background: rgba(0,0,0,.01)}
.product-options:before {content: ''; height: 1px; width: 100%; position: absolute; top: 0; left: 0; display: block; box-shadow: 0 -3px 1px rgba(0,0,0,.08);}
.product-options h2 {color: #222; font-size: 1.16em; border-bottom: solid 1px #ddd; line-height: 1.583em; margin: 0 0 1em; padding-bottom: 1em; display: none;}
.product-options dd .qty-holder {display: block; margin-top: .75em;}
.product-options dt label,
.product-options dd .qty-holder label {color: #444; font-size: 1em; position: relative; font-family: inherit;}
.product-options dt {
	position: relative;
	margin: .7em 0;
	clear: left;
	float: left;
	width: 25%;
	padding-right: 20px;
}
.product-options dt label { margin: 0; }
.product-options dt label em {color: #f00;}
.product-options dt label + .price-notice {position: relative;}
.product-options dd .qty-holder label {display: inline-block; margin: 1em 0 .4em;}
.product-options dd .qty-holder {display: block;}
.product-options dd .qty-holder input.qty {width: 40px; height: 40px; line-height: 40px; text-align: center; display: inline-block; float: none;}
.product-options dl {margin-bottom: 0;}
.product-options dt .qty-holder  { float:right; }
.product-options dt .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#000; }
.product-options dd {
	margin-bottom: 1em;
	float: left;
	clear: right;
	width: 75%;
}
.product-options dd:last-child {margin-bottom: 0;}
.product-options dd input.input-text { width:98%; }
.product-options dd input.datetime-picker { width:150px; }
.product-options dd .time-picker { display:-moz-inline-box; display:inline-block; padding:2px 0; vertical-align:middle; }
.product-options dd textarea {width: 100%; height:8em; }
.product-options dd select { width:100%; }
.product-options .options-list input.radio { float:left; margin:3px -18px 0 0; }
.product-options .options-list input.checkbox { float:left; margin:3px -20px 0 0; }
.product-options .options-list .label { display:block; margin-left:20px; font-size: 1em; color: #666; text-align: left;}
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.required {padding: .75em 0 0; text-align: inherit; float: right;}
.product-options .tier-prices {margin: .75em 0 0;}
.product-essential > #product_addtocart_form > .product-options-bottom .add-to-links {float: none;}
.product-options-bottom .add-to-links {margin-top: 1.5em;}
.product-options-bottom + .product-custom {padding-top: 2.25em;}
.small-layout .product-options-bottom .timer-wrapper .price-box {float: none;}
.product-options-bottom .timer-box ~ .add-to-links {margin-top: 0; float: none;}
.a-center .configurable-swatch-list li {float: none; display: inline-block;}

/* Block: Upsell */
.box-up-sell {margin-top: 3em;}
#upsell-product-table li.item:nth-child(4n+1) {clear: left;}
#upsell-product-table li.item:nth-child(4n+4) {clear: right;}

/* Block: Tags */
.product-view .box-tags .form-add label {display: block; float: none; margin: 0 0 .75em; color: #222; font-size: 1.083em;}
.product-view .box-tags .form-add .input-box { margin: 0 0 .75em; }
.product-view .extralarge-layout .box-tags .form-add .input-box,
.product-view > .product-collateral .box-tags .form-add .input-box { width: 50%; }
.product-view .box-tags .form-add .input-group-btn:last-child > .btn { margin-left: 0; height: 37px;}
.product-view .box-tags .form-add input.input-text { width:254px; }
.product-view .box-tags p.note { clear:both; margin-top: .75em; margin-bottom: 0;}
.product-view .box-tags h3 {margin: 0 0 .5em; font-size: 1.16em; color: #222; font-weight: bold;}
.product-view .box-tags .product-tags li {display: inline-block;}
.product-view .box-tags .product-tags li a {color: #666;}
.product-view .box-tags .product-tags li a:hover {color: #2991d6;}
/* Quantity */
.add-to-cart label[for="qty"]{display: none;}
input.qty,
input[id*="qty"] {display: inline-block; vertical-align: middle; float: none; margin: 0; padding: 0; width: 44px; height: 44px; line-height: 42px; text-align: center; float: left;}
.quantity-buttons {float: left;}
input.qty-disabled {border: none;}
.quantity-increase,
.quantity-decrease {display: block; vertical-align: middle; height: 22px; width: 22px; text-align: center;}
.product-view .quantity-wrapper {display: inline-block; vertical-align: middle; margin: 0; width: auto;}
.quantity-wrapper {margin-bottom: .75em; width: 68px;}
.quantity-wrapper i {color: #ccc; font-size: 14px; cursor: pointer; vertical-align: middle;}
.quantity-wrapper i:hover {color: #2991d6;}

/* Tabs */
.product-view #tabs {border: solid 1px rgba(0,0,0,.1); padding: 1.5em 20px;}
.product-view .nav-tabs {border: none;}
.product-view .nav-tabs li:not(:last-child) {margin-right: 30px;}
.product-view .nav-tabs li a {
	font-family: 'Patua One';
	font-size: 1.33em;
	color: #222;
	background: none;
	margin-right: 0;
	font-weight: 300;
	text-transform: uppercase;
	border: none;
	border-bottom: solid 3px transparent;
	margin-bottom: -3px;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	background: transparent;
}
.product-view .nav-tabs li a:hover,
.product-view .nav-tabs li a:focus,
.product-view .nav-tabs li.active a:hover,
.product-view .nav-tabs li.active a:focus,
.product-view .nav-tabs li.active a {color: #2991d6; border: none; border-bottom: solid 3px #2991d6;}
.product-view .tab-content {padding: 1.5em 0;}
.product-view .tab-content .block-title,
.product-view .tab-content h2,
.product-view .product-collateral .box-collateral .block-title,
.product-view .product-collateral .box-collateral h2 {display: none;}

#product-attribute-specs-table th {
	background-color: #eee;
	color: #888;
	vertical-align: middle;
	padding-left: 20px;
	display: block;
	height: 100%;
	font-size: 1em;
	border-radius: 0;
	text-align: left;
	font-weight: normal;
	border-width: 0;
	border-top-width: 1px;
}
#product-attribute-specs-table .first th {border-top: none;}
.product-collateral .box-collateral {margin-bottom: 0;}
.product-view #tabs.vertical-tabs {position: relative; padding: 0;}
.product-view #tabs.vertical-tabs:after {position: absolute; background: #ddd; height: 100%; width: 1px; left: 199px; display: block; top: 0;}
body .vertical-tabs > .nav-tabs > li {float: none; margin-right: 0!important;}
#product_tabs_description .std {font-size: 1.083em;}

/* Vertical Tabs */
.vertical-tabs > .nav-tabs > li > a {width: 200px; margin-right: 0;  padding: 10px; border: none!important;}
.vertical-tabs > .nav-tabs {float: left; margin-right: 19px; }
.vertical-tabs > .nav-tabs > li > a {margin-right: -1px;}
.product-view .vertical-tabs > .nav-tabs > li.active > a {margin-top: 0; padding-top: 10px; border-bottom: none;}
.product-view .vertical-tabs .tab-content-inner {float: left; width: 82%; padding-right: 20px;}
.product-view .extralarge-layout .vertical-tabs .tab-content-inner { width: 77%; }

/* Accordion */
.product-collateral .panel.panel-default .panel-heading {margin: 0;}
.product-collateral .panel.panel-default .panel-heading h4 {padding: 0;}
.product-collateral .panel.panel-default .panel-heading h4:hover {color: #2991d6;}
.product-collateral .panel-group .panel + .panel {margin-top: .5em;}
.product-collateral .panel-default .panel-body {/* margin-top: 1em; */ padding: 1.5em; border-top: solid 1px rgba(0,0,0,.08);}
.product-collateral .panel-default .panel-body h2 {display: none;}
.product-collateral .panel-default .panel-body #upsell-product-table.products-grid li.item,
.product-collateral .panel-default .panel-body #upsell-product-table.products-grid li.item + li.item{margin-top: 0;}
.product-collateral .panel-default .panel-body #upsell-product-table.products-grid li.item .product-details{padding: 12px 0 0;}
.product-collateral .panel-default .panel-body #upsell-product-table.products-grid li.item .product-details .product-name a {font-size: 14px; line-height: 16px;}
.product-collateral .product-simple-list .panel.panel-default .panel-heading h4:hover {color: #222;}
.product-collateral table {margin-bottom: 0;}

.product-view .swatch-current .swatch-link.has-image,
.product-view .configurable-swatch-list .swatch-link.has-image {border: solid 1px transparent;}
.product-view .configurable-swatch-list .selected .swatch-link.has-image  {border-color: #222;}
.product-view .configurable-swatch-list .swatch-link.has-image .swatch-label,
.product-view .swatch-current .swatch-link.has-image .swatch-label {box-shadow: 0 0 5px rgba(0,0,0,.2); border-color: transparent;}

.product-banner .banner-content {top: auto; bottom: 8%; left: 8%; text-align: center; right: 8%;}
.product-banner .banner-content h2 {font-size: 4.167em; letter-spacing: -4px; line-height: .8;}
.product-banner .banner-content h3 {text-transform: none; font-size: 1.5em; letter-spacing: 9px;}

/* Related sidebar */
.block-related {position: relative;}
.block-related ul,
.block-related li:last-child,
.block-related #related-slider li {margin-bottom: 0;}
.block-related li {margin-bottom: 1em;}
.block-related .block-content .product-image {display: block; margin-bottom: .75em;}
.block-related .block-content .product-name {margin-bottom: .25em;}
.block-related .block-content .product-name a {padding: 0; font-size: 1.16em; float: left; max-width: 90%;}
.block-related .block-content li a {font-size: 1em; margin-top: -2px; padding: 0;}
.block-related .block-content li a.minimal-price-link {padding-top: .75em;}
.block-related .product-image {display: block;}
.block-related .related-button {padding-top: 1.5em; border-top: solid 1px #ddd; margin-top: 1.5em; text-align: center;}
.block-related #related-slider + .related-button {margin-top: 1em;}

/* Related bottom */
.related-bottom {margin-top: 3em;}
.related-bottom .block-title {font-size: 21px; line-height: 25px; margin-bottom: 15px; padding-top: 15px; border-top: solid 1px rgba(0,0,0,.08);}
.related-bottom .block-title strong {float: left; font-family: 'Patua One'; color: #444;}
.related-bottom .block-subtitle {float: right; margin: .25em 0; font-size: .667em;}
.related-bottom .block-content {position: relative;}
.related-bottom ol,
.related-bottom ul {list-style: none; padding: 0; margin-bottom: 0;}
.related-bottom .image-box {margin-bottom: 0;}
.related-bottom .product-details {background-color: #fff; padding: 15px 20px;}
.related-bottom .product-name {border: none; padding: 0; margin-bottom: .5em;}
.related-bottom .product-name a {float: left; max-width: 90%;}
.related-bottom .product-name input.checkbox,
.block-related .product-name .checkbox {float: right; margin-top: 3px; position: absolute; right: 0;}
/* .block-related .product-name .checkbox {right: 0;} */
.related-bottom .product-name input.checkbox {right: 30px;}

.related-bottom.no-slider li.item:nth-of-type(3n+1) {clear: left;}
.related-bottom.no-slider li.item:nth-of-type(3n+3) {clear: right;}

.related-bottom li.item:nth-of-type(4n+1) {clear: none;}
.related-bottom li.item:nth-of-type(4n+4) {clear: none;}
.related-bottom .price-box,
.block-related .price-box {display: inline-block; vertical-align: middle; margin-right: 15px; margin-bottom: 0;}
.related-bottom .link-wishlist,
.block-related .link-wishlist {display: inline-block; vertical-align: middle;}
.related-bottom .next,
.related-bottom .prev,
.slider-container .next,
.slider-container .prev {
	position: absolute;
	display: block;
	z-index: 9999;
	opacity: 0;
	top: 40%;
	margin-top: -20px;
	cursor: pointer;
	transition: opacity 800ms ease;
	-moz-transition: opacity 800ms ease;
	-webkit-transition: opacity 800ms ease;
	-o-transition: opacity 800ms ease;
}
.related-bottom .prev,
.slider-container .prev,
.owl-buttons .prev {left: -8px;}
.related-bottom .next,
.slider-container .next,
.owl-buttons .next {right: -8px;}
.related-bottom:hover .next,
.related-bottom:hover .prev,
.mobile-device .related-bottom .next,
.mobile-device .related-bottom .prev,
.slider-container:hover .next,
.slider-container:hover .prev,
.mobile-device .slider-container .next,
.mobile-device .slider-container .prev{opacity: 1;}
.related-bottom .next i,
.related-bottom .prev i,
.slider-container .next i,
.slider-container .prev i,
.owl-buttons i {
	background-color: rgba(0, 0, 0, 0.3);
	color: #ffffff;
	font-size: 22px;
	height: 40px;
	line-height: 40px;
	width: 40px;
	text-align: center;
	display: block;
}
.related-bottom .next i:hover,
.related-bottom .prev i:hover,
.slider-container .next i:hover,
.slider-container .prev i:hover,
.owl-buttons i:hover {background-color: #fff; color: #222;}
#related-bottom-slider li.item {margin-bottom: 0;}

.arrow-type-2 .related-bottom .next,
.arrow-type-2 .related-bottom .prev,
.arrow-type-2 .slider-container .next,
.arrow-type-2 .slider-container .prev {opacity: 1;}
.arrow-type-2 .related-bottom .next i,
.arrow-type-2 .related-bottom .prev i,
.arrow-type-2 .slider-container .next i,
.arrow-type-2 .slider-container .prev i,
.arrow-type-2 .owl-buttons i {display: inline;}
.arrow-type-2 .slider-container .icon-right-open-mini:before {content: '\e87e';}
.arrow-type-2 .slider-container .icon-left-open-mini:before {content: '\e87d';}
.arrow-type-2 .slider-container .prev i,
.arrow-type-2 .owl-buttons i {background-color: transparent; color: rgba(0,0,0,.2); font-size: 50px; line-height: 50px; height: 50px; width: 50px;}
.arrow-type-2 .slider-container .prev i:hover,
.arrow-type-2 .owl-buttons i:hover {background-color: transparent; color: rgba(0,0,0,.5);}
.arrow-type-2 .slider-container .next,
.arrow-type-2 .owl-buttons .next {right: -80px;}
.arrow-type-2 .slider-container .prev,
.arrow-type-2 .owl-buttons .prev {left: -80px;}

.product-essential + .box-collateral.box-up-sell .block-title {font-size: 21px; line-height: 25px; margin-bottom: 15px; padding-top: 15px; border-top: solid 1px rgba(0,0,0,.08);}
.product-essential + .box-collateral.box-up-sell .block-title strong {float: left; font-family: 'Patua One'; color: #444;}
.box-up-sell .product-details {background-color: #fff; padding: 15px 20px;}

/* Reviews */
.box-reviews {margin-top: 3em;}
.box-reviews .block-title {border-bottom: solid 1px rgba(0,0,0,.1); margin-bottom: 0.9em; font-size: 1.8em; color: #222; line-height: 1.5em; padding-bottom: .3em; }
.box-reviews .block-title:after {display: inline-block; margin: 0; vertical-align: middle; margin-left: 10px;}
.box-reviews .block-title h2 {margin: 0; font-size: inherit; color: #444; font-size: 21px; line-height: 25px; display: inline-block; vertical-align: middle;}
.box-reviews .rating-block {margin-bottom: 1.5em;}
.box-reviews .rating-block h2,
.box-reviews .rating-block h3 {font-family: inherit; color: #222; font-size: 1.16em; line-height: 1.583em; font-weight: normal; margin: 0;}
.box-reviews .rating-block h2 {margin-bottom: .25em;}
.box-reviews .rating-block h3 {color: #666; margin-bottom: .25em; font-size: 1.083em;}
.box-reviews .rating-block h3 span {color: #2991d6;}
.box-reviews .rating-block h4 {font-size: 1em; font-weight: normal; margin: 0 0 1.25em; line-height: 1.5em; font-family: inherit;}
.box-reviews .rating-block #product-review-table {border-top: solid 1px rgba(0,0,0,.1);}
.box-reviews .rating-block #product-review-table .item {float: left; width: 33.3%; border: solid 1px rgba(0,0,0,.1); border-width: 0 1px 1px 0; padding: 1em; text-align: center;}
.box-reviews .rating-block #product-review-table .item:first-child {border-left-width: 1px;}
.box-reviews .rating-block .rating-title {display: inline-block; font-family: inherit; color: #222; text-transform: uppercase; font-size: 1em; line-height: 1.5em; margin-right: 2px;}
.box-reviews .rating-block .rating-title:after {content: ":";}
.box-reviews .rating-block .rating-values {font-family: inherit; font-size: 1em; color: #aaa; line-height: 1.5em; display: inline-block;}
.stars-wrapper  {display: inline-block;}
.box-reviews .rating-block .stars-wrapper .value {font-size: 14px; float: left; color: #ccc; cursor: pointer; line-height: 1;}
.box-reviews .rating-block .stars-wrapper .value:first-child {margin-left: 0;}
.box-reviews .stars-wrapper .value i.active {color: #2991d6;}
.box-reviews .stars-wrapper .value i {
	transition: color 100ms ease;
	-moz-transition: color 100ms ease;
	-o-transition: color 100ms ease;
	-webkit-transition: color 100ms ease;
	position: relative;
	z-index: 4;

}
.box-reviews .stars-wrapper .value i:before {margin: 0;}
.box-reviews .stars-wrapper .value input {display: none;}

.box-reviews .rating-inputs {border-top: solid 1px rgba(0,0,0,.1); padding: 1em 0 0;}
.box-reviews .rating-inputs ul {margin-bottom: 1.5em;}
.box-reviews .rating-inputs .fields .field {width: 47%; float: left;}
.box-reviews .rating-inputs .fields .field + .field {float: right;}
.box-reviews .rating-inputs .input-box {width: 100%;}
.box-reviews .rating-inputs .input-box textarea {width: 100%; height: 100px;}
.box-reviews .rating-inputs .fields .field input {width: 100%; height: 40px;}
.box-reviews #review-form .rating-inputs label {font-family: inherit; font-size: 1em; line-height: 1.5em; color: #666; font-weight: normal; margin-bottom: .5em; float: none;}
.box-reviews .rating-inputs label em {float: left;}
.box-reviews .rating-inputs .buttons-set {border: none; padding: 0; margin: 0; text-align: center;}

.customer-reviews-wrapper {overflow: hidden;}
.review-box-wrapper {margin-bottom: 1.5em;}
.review-box {float: left; width: 73%; min-height: 190px;}
.review-box .review {float: left; width: 86%; color: #888;}
.review-box .review h3 {color: #222; font-size: 1.33em; margin: 0 0 .75em;}
.review-box .review p {font-size: 1.083em;}
.review-box .review .customer {text-transform: uppercase; color: #aaa;}
.review-box .review .customer i {font-size: 1.16em; margin-right: 4px;}

.customer-rating {float: right; width: 24%; border: solid 1px rgba(0,0,0,.1); text-align: center;}
.customer-rating .item {border-bottom: solid 1px rgba(0,0,0,.1); padding: .91em 12px;}
.customer-rating .item:last-child {border-bottom: none;}
.customer-rating .rating-title {display: inline-block; color: #222; text-transform: uppercase; font-size: 1em; line-height: 1.5em; margin-right: 2px;}
.customer-rating .rating-title:after {content: ":";}
.customer-rating .rating-values {display: inline-block; font-size: 1em; color: #aaa; line-height: 1.5em;}
.customer-rating .item .rating-box {margin-right: 0; line-height: 1;}
.customer-rating .item .rating-box i {margin-right: 0; width: 15px; font-size: 14px; display: inline-block;}
.customer-rating .item .rating-box i:nth-child(5n) {margin-right: 0;}
.customer-rating .item .rating-box .rating {top: 0; color: #2991d6;}
.customer-rating .item .rating-box .rating i:nth-child(2n) {left: 15px;}
.customer-rating .item .rating-box .rating i:nth-child(3n) {left: 30px;}
.customer-rating .item .rating-box .rating i:nth-child(4n) {left: 45px;}
.customer-rating .item .rating-box .rating i:nth-child(5n) {left: 60px;}

.product-custom {padding: 0.8em 0; float:right;}
.product-view .fb-like{margin-right: 10px; margin-bottom: 1em; min-width: 80px; vertical-align: top; width: auto !important;}
.product-view .fb-like span {vertical-align: top!important;}
.product-view .product-custom .fb-like ~ div {vertical-align: top!important; width: 80px!important;}
.product-view .product-custom .twitter-share-button {
    min-width: 75px !important;
    width: 75px!important;
	margin-bottom: 1em;
}
.col3-layout #customer-reviews > div {float: none!important; width: 100%;}
.col3-layout .customer-rating {width: 20%;}
.col3-layout .review-box {width: 77.5%;}
.col3-layout .review-box .review {width: 80%;}
[class*="col2-"] .box-reviews .rating-block #product-review-table .item {padding-left: 2px; padding-right: 2px;}
[class*="col2-"] .box-reviews .customer-rating {width: 20%;}
[class*="col2-"] .review-box {width: 77%;}
[class*="col2-"] .review-box .review {width: 81%;}
[class*="col2-"] .with-sidebar .small-layout .timer-wrapper .add-to-links li:not(:first-child),
[class*="col2-"] .with-sidebar .small-layout .add-to-links li.email-friend {margin-top: .75em;}
[class*="col2-"] .product-view .vertical-tabs .tab-content-inner {width: 76%;}
.col3-layout .product-view .vertical-tabs .tab-content-inner {width: 62%;}
.product-view .product-labels-wrapper {z-index: 99;}
.with-sidebar .small-layout .timer-wrapper .add-to-links li.email-friend {margin-top: .75em;}
.with-sidebar .medium-layout .timer-wrapper .price-box {float: none;}

[class*="col2-"] .with-sidebar .small-layout .timer-wrapper #product-addtocart-button {margin: .75em 0 0;}

[class*="col2-"] .with-sidebar .small-layout .product-options-bottom .price-box,
.col3-layout .product-options-bottom .price-box {float: none;}
.col3-layout .product-view .add-to-links li:last-child {margin-top: .75em;}
.col3-layout .vertical-tabs > .nav-tabs {float: none; margin: 0;}
.col3-layout .vertical-tabs > .nav-tabs > li > a {width: auto;}
.col3-layout .product-view .vertical-tabs > .nav-tabs > li.active > a {background-color: inherit;}
.col3-layout .product-view #tabs.vertical-tabs:after {content: none;}
.col3-layout .medium-layout .vertical-tabs .tab-content-inner {width: 100%!important; padding: 0 20px;}
.col3-layout .nav-tabs > li {float: none;}

/* Small layout */
.small-layout .nav-tabs > li,
.with-sidebar .medium-layout .nav-tabs > li,
.with-sidebar .large-layout .nav-tabs > li {float: none;}
.product-view .small-layout .nav-tabs > li.active > a,
.product-view .with-sidebar .medium-layout .nav-tabs > li.active > a,
.product-view .with-sidebar .large-layout .nav-tabs > li.active > a {margin-top: 0; padding-top: 10px; border-bottom: solid 1px rgba(0,0,0,.1);}
.small-layout .vertical-tabs > .nav-tabs,
.with-sidebar .medium-layout .vertical-tabs > .nav-tabs,
.with-sidebar .large-layout .vertical-tabs > .nav-tabs {float: none; margin: 0;}
.small-layout .vertical-tabs > .nav-tabs > li > a,
.with-sidebar .medium-layout .vertical-tabs > .nav-tabs > li > a,
.with-sidebar .large-layout .vertical-tabs > .nav-tabs > li > a {width: 100%; margin: 0;}
.small-layout #tabs.vertical-tabs:after,
.with-sidebar .medium-layout #tabs.vertical-tabs:after,
.with-sidebar .large-layout #tabs.vertical-tabs:after {content: none;}
.small-layout .vertical-tabs .tab-content-inner,
.with-sidebar .medium-layout .vertical-tabs .tab-content-inner,
.with-sidebar .large-layout .vertical-tabs .tab-content-inner {float: none; width: 100%; padding: 0 20px;}
.with-sidebar .small-layout .product-buttons a span {width: 70%;}
.with-sidebar .small-layout .add-to-links li:not(:last-child) {margin-right: 25px;}
.with-sidebar .small-layout #upsell-product-table li.item {float: none; width: 100%;}
.no-sidebar .small-layout .product-buttons a span {width: 82%;}
.no-sidebar .small-layout #upsell-product-table li.item,
.with-sidebar .medium-layout #upsell-product-table li.item {width: 50%;}
.no-sidebar .small-layout #upsell-product-table li.item:nth-child(2n+1),
.with-sidebar .medium-layout #upsell-product-table li.item:nth-child(2n+1) {clear: left;}
.no-sidebar .small-layout #upsell-product-table li.item:nth-child(2n+2),
.with-sidebar .medium-layout #upsell-product-table li.item:nth-child(2n+2) {clear: right;}

/* Medium layout */
.no-sidebar .medium-layout #upsell-product-table li.item,
.large-layout #upsell-product-table li.item {width: 33.33%;}
.large-layout #upsell-product-table li.item:nth-child(4n+1),
.large-layout #upsell-product-table li.item:nth-child(4n+4),
.no-sidebar .medium-layout #upsell-product-table li.item:nth-child(4n+1),
.no-sidebar .medium-layout #upsell-product-table li.item:nth-child(4n+4) {clear: none;}
.no-sidebar .medium-layout #upsell-product-table li.item:nth-child(3n+1),
.large-layout #upsell-product-table li.item:nth-child(3n+1) {clear: left;}
.no-sidebar .medium-layout #upsell-product-table li.item:nth-child(3n+3),
.large-layout #upsell-product-table li.item:nth-child(3n+3) {clear: right;}
.no-sidebar .medium-layout .vertical-tabs .tab-content-inner {width: 63%;}
.no-sidebar .large-layout .vertical-tabs .tab-content-inner {width: 69%;}
.product-view .extralarge-layout.product-img-box {margin-bottom: 1.5em;}
.product-view .extralarge-layout.product-img-box #image{width: 100%;}
.product-view .extralarge-layout .more-views li {width: 12.5%;}

/* Timer */
.timer-wrapper + .add-to-links {float: none;}
.timer-box {margin-bottom: .75em; display: none; font-size: .91em; color: #222; text-transform: uppercase;}
.timer-box.no-days .days {display: none;}
.timer-box span {float: left;}
.timer-box div {float: left; font-style: italic; color: #dd1313; text-transform: none;}
.timer-box > div:not(.timer-inner):not(.timer-big):after {content: ":"; display: inline-block;}
.timer-box > .seconds:after,
.timer-box > .title:after {content: none!important;}

.timer-box.type-2 {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 99;
	overflow: hidden;
}
.timer-box.type-2 .title {display: none;}
.timer-box.type-2 .timer-inner div:not(.timer-big) {color: #2991d6; border: solid 1px #2991d6; background-color: #fff; height: 20px; width: 20px; line-height: 20px; text-align: center; font-style: normal; font-size: 12px;}
.timer-box.type-2 .timer-big .timer-inner div {width: 40px; height: 40px; line-height: 40px; line-height: 10px; padding-top: 10px;}
.timer-box.type-2 .timer-big .timer-inner .timer-ico {line-height: 40px; padding: 0;}
.timer-box.type-2 .timer-inner {position: relative;}
.timer-box.type-2 .timer-inner div {float: right;}
.timer-box.type-2 .timer-inner div:not(:first-child):not(.seconds) {margin-right: 2px;}
.timer-box.type-2 span {float: none;}
.timer-box.type-2 .timer-inner > div:after {content: none;}
.timer-box.type-2 .timer-inner div:not(.timer-ico):not(.timer-big) {
	position: relative;
	top: -150px;
	transition: top 250ms ease;
	-moz-transition: top 150ms ease;
	-webkit-transition: top 150ms ease;
	-o-transition: top 150ms ease;
}
.timer-box.type-2.hover .timer-inner div:not(.timer-ico):not(.timer-big):not(.iframe-element) {top: 0;}
.timer-box.type-2 .timer-ico {
	transition: top 150ms ease;
	-moz-transition: top 150ms ease;
	-webkit-transition: top 150ms ease;
	-o-transition: top 150ms ease;
	cursor: pointer;
	position: absolute;
	right: 0;
}
/* .timer-box.type-2.hover .timer-ico {opacity: 0; top: -150px;} */

.timer-wrapper .add-to-cart {margin: 0 0 1.5em; border: none;}
.timer-wrapper .title,
.timer-wrapper .timer-box > span.title,
.timer-wrapper.full .timer-box > span.title {
	font-size: 1.16em;
	float: none;
	font-weight: 300;
	text-transform: none;
	color: #222;
	text-align: left;
	display: block;
	margin-bottom: .5em;
}
.timer-wrapper .timer-box > span.title:after {font-size: 1.083em;}
.timer-wrapper .timer-box > div {font-style: normal; font-size: 2em;}
.timer-wrapper .timer-box {
	width: 100%;
	padding: 1.5em;
	background-color: #f5f5f5;
	border-radius: 4px;
	font-size: 1em;
}
.timer-wrapper.full .timer-box > div {
	text-align: center;
	font-style: normal;
	position: relative;
	padding-right: 6px;
	max-width: 96px;
	width: 25%;
}
.timer-wrapper.full .timer-box > div:after,
.timer-wrapper.full .timer-box > div.seconds span:after {content: none;}
.timer-wrapper.full .timer-box > div.seconds {margin-right: 0;}
.timer-wrapper.full .timer-box {margin-bottom: 2em; margin-top: 0;}
.product-view .timer-box {margin-top: 1.5em;}
.timer-wrapper.full .timer-box > div span {
	display: block;
	float: none;
	background-color: #2991d6;
	font-family: 'Patua One';
	font-size: 24px;
	font-weight: 300;
	height: 54px;
	line-height: 54px;
	border-radius: 4px;
	color: #fff;
	position: relative;
}
.timer-wrapper.full .timer-box > div span::before {
	height: 50%;
	width: 100%;
	position: absolute;
	content: '';
	display: block;
	background-color: rgba(255, 255, 255, 0.08);
	bottom: 0;
}
.timer-wrapper.full .timer-box > div strong {
	display: block;
	font-size: .5em;
	color: #888;
	font-weight: 300;
	padding-top: .5em;
}
.product-view .with-sidebar .small-layout .quantity-wrapper label {display: none;}
.product-view .with-sidebar .small-layout .product-options-bottom .timer-wrapper.full .price-box {float: none;}

/* ======================================================================================= */


/*====== 404 Page ======*/
.page-not-found {overflow: hidden; position: absolute; top: 50%; margin-top: -150px; left: 50px; padding-left: 0; padding-right: 0;}
.page-not-found .page-not-found-icon {float: left; text-align: right; padding-right: 10px; width: 25%;}
.page-not-found .page-not-found-icon i {font-size: 250px; line-height: 250px; color: #2991d6;}
.page-not-found .page-not-found-icon i:before {margin: 0;}
.page-not-found .page-not-found-text {float: left; padding-top: 40px; width: 75%;}
.page-not-found .page-not-found-text h2 {font-size: 45px; line-height: 45px; color: rgba(0, 0, 0, .7); margin: 0 0 15px;}
.page-not-found .page-not-found-text h4 {font-size: 26px; line-height: 30px; color: rgba(0, 0, 0, .7); margin: 0 0 15px;}
.page-not-found .page-not-found-text p .check {line-height: 45px; font-size: 16px; color: rgba(0, 0, 0, .5);}
.page-not-found .page-not-found-text p .btn {margin-left: 20px;}

/* Content Styles ================================================================= */
.product-name { font-size:1em; font-weight: 300; }

/* Product Tags */
.tags-list li { display:inline; }

/* Sitemap */
.page-sitemap .links { text-align:right; margin:0 8px -22px 0; }
.page-sitemap .links a { text-decoration:none; position:relative; color: #aaa; }
.page-sitemap .links a:hover { color: #2991d6; }
.page-sitemap .sitemap { margin: 1em 0; }
.page-sitemap .sitemap li { margin:3px 0; }
.page-sitemap .sitemap li a { color: #aaa; }
.page-sitemap .sitemap li a:hover { color: #2991d6; }
.page-sitemap .sitemap li.level-0 { margin:10px 0 0; font-weight:bold; font-size: 1.16em; }
.page-sitemap .sitemap li.level-0 a { color: #222; }
.page-sitemap .sitemap li.level-0 a:hover { color: #2991d6; }

/* RSS */
.rss-title h1 { background:url(../images/i_rss-big.png) 0 4px no-repeat; padding-left:27px; }
.rss-table .link-rss { display:block; line-height:1.35; background-position:0 2px; }

/* Background Wrapper */
.background-wrapper {top: 0; bottom: 0; left: 0; right: 0; opacity: 0;}
.background-wrapper ~ * {position: relative;}

/* ======================================================================================= */


/* Shopping Cart ========================================================================= */
.checkout-cart-index .sidebar {margin: 0;}

/* Checkout Types */
.cart .checkout-types { float:right; text-align:right; margin: 0;}
.cart .title-buttons .checkout-types li { float:left; margin:0 0 5px 5px; }
.cart .checkout-types .paypal-or { margin:0 8px; line-height:2.3; }
.cart .totals .checkout-types .paypal-or { clear:both; display:block; padding:3px 55px 8px 0; line-height:1.0; font-size:11px; }

.product-name,
.product-name a,
table h3.product-name,
table .product-name a {font-family: 'Patua One'; color: #222; font-size: 1.16em;}
table .product-name a:hover {color: #2991d6;}
table .cart-actions i,
table .table-button i {color: #aaa; font-size: 1.16em; padding: 5px;}
table .cart-actions i:hover,
table .table-button i:hover {color: #2991d6;}

/* Shopping Cart Table */
#shopping-cart-table {margin-bottom: 2.5em;}
#shopping-cart-table .product-image {display: block; float: left; width: 86px; margin-right: 20px; margin-bottom: .75em;}
#shopping-cart-table .cart-actions {float: right;}
#shopping-cart-table .cart-actions i {padding: 5px;}
#shopping-cart-table .product-name {font-family: inherit; font-weight: inherit;}
#shopping-cart-table .product-name a {display: inline-block; max-width: 66%; font-size: 13px; font-family: inherit; font-weight: bold; color: #2991d6;}
#shopping-cart-table .product-name a:hover {opacity: .8; text-decoration: underline;}
#shopping-cart-table th {text-align: left; padding: 10px; font-weight: 700; color: #444;}
#shopping-cart-table tr td {padding: 15px; vertical-align: middle;}
#shopping-cart-table .product-name {margin: 0 0 .75em;}
#shopping-cart-table .item-options {float: left; margin-bottom: 0;}
#shopping-cart-table .item-options dd {padding-left: 0;}
#shopping-cart-table .item-options dd .price {font-size: 1em;}
#shopping-cart-table .btn-continue {float: left;}
#shopping-cart-table .mobile-title {font-size: 1.25em; margin-bottom: 1em; color: #222; display: none; border-bottom: solid 1px #ddd; padding-bottom: .5em;}
#shopping-cart-table tfoot tr td {
	background-color: #fff;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
}
#shopping-cart-table tfoot:hover tr td {background-color: inherit;}

/* Cart Blocks */
.cart-block-title {border-bottom: solid 1px #ddd; padding-bottom: 1em; margin-bottom: 1.5em;}
.cart-block-title h2 {font-size: 21px; color: #444; line-height: 1.5em; margin: 0;}
.cart-block label {font-size: 1em; color: #444; font-weight: normal; float: none;}

.cart-block .buttons-set {
	padding-top: 1.5em;
	margin-top: 1.5em;
	text-align: left;
}
.cart-block .sp-methods {margin: 0;}
.cart-block .sp-methods dd:last-child li:last-of-type label {margin-bottom: 0;}
.cart-block #shipping-zip-form ~ #co-shipping-method-form {margin-top: 3em;}
.cart .sidebar .cart-block {margin-bottom: 3em;}
.cart .sidebar .cart-block:last-child {margin-bottom: 0;}
.cart .totals:not(.panel-body) #shopping-cart-totals-table {margin-bottom: 1em;}
.cart .totals:not(.panel-body) .checkout-types {float: none; text-align: center; padding-top: .5em;}
.cart .totals:not(.panel-body) .checkout-types .btn {width: 100%;}
#shopping-cart-totals-table tr,
#shopping-cart-totals-table td {vertical-align: middle; font-size: 14px;}
/* #shopping-cart-totals-table tfoot tr:last-of-type td:last-of-type .price {font-size: 2em; color: #E21F1F;} */

/* Shopping Cart Collateral boxes */
.cart .crosssell .product-image {min-width: 100px; padding-right: 15px;}
/* .cart .crosssell .product-details {float: left; width: 65%;} */
.cart .crosssell li.item {margin-bottom: 1.5em;}
.cart .crosssell li.item.last {margin-bottom: 0;}
.cart .crosssell li.item .product-name {margin: 0 0 .5em;}
.cart .crosssell li.item .product-name a {color: #444; font-size: 1em; font-weight: 300;}
.cart .crosssell li.item .product-name a:hover {color: #2991d6;}
.cart .crosssell li.item .price-box {margin-bottom: .5em;}
.cart .crosssell li.item .btn ,
.cart .crosssell-big li.item .product-name a {color: #444; font-size: 1em; font-weight: 300; line-height: normal;}
.cart .crosssell-big li.item .btn{float: left; margin-right: 10px; padding: 0; height: 40px; width: 40px; line-height: 38px; text-align: center;}
.cart .crosssell li.item .add-to-links {float: left; margin: 0;}
.cart .crosssell li.item .add-to-links li {float: left; margin-left: 10px;}
.cart .crosssell li.item .add-to-links li:first-child {margin-left: 0;}
.cart .crosssell li.item .add-to-links li i {padding: 5px; padding: 0; height: 40px; width: 40px; line-height: 38px; text-align: center; border: solid 1px #2991d6; color: #2991d6;}

.cart-collaterals .panel.panel-default .panel-heading {margin: 0;}
.cart-collaterals .panel.panel-default .panel-heading h4 {padding: 0;}
.cart-collaterals .panel.panel-default .panel-heading h4:hover {color: #2991d6;}
.cart-collaterals .panel.panel-default .panel-body {padding: 20px;}
.cart-collaterals .panel.panel-default .panel-body form.form-horizontal {margin: 0;}
.cart-collaterals.panel-group .panel + .panel {margin-top: 1.5em;}
.cart-collaterals .panel.panel-default .cart-block-title {display: none;}
.cart-collaterals .panel-default > .panel-heading + .panel-collapse > .panel-body {margin-top: 1.5em; padding-top: 1.5em;}
.cart-collaterals .panel-default #crosssell-products-list.products-grid li.item {margin-top: 0; margin-bottom: 0;}
.cart-collaterals .discount-form { margin-bottom: 1em; }

/* Shopping Cart Totals */
#shopping-cart-totals-table,
#shopping-cart-totals-table th,
#shopping-cart-totals-table td {border: none; padding: 13px;}
#shopping-cart-totals-table td {font-size: 13px;}
#shopping-cart-totals-table td {border: none; border-top: solid 1px rgba(0,0,0,.12);}
#shopping-cart-totals-table tr:first-child {box-shadow: 0 0 5px rgba(0,0,0,.2);}
#shopping-cart-totals-table td {
	width: 60%;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
}
#shopping-cart-totals-table td:not(:first-child):hover {background-color: #2991d6; color: #fff;}
#shopping-cart-totals-table td:first-child {font-weight: bold; color: #444; width: 40%; text-align: center!important; background: url(../images/bg_panel.png) repeat-x left top;}
#shopping-cart-totals-table td:first-child strong {font-weight: inherit;}

#shopping-cart-totals-table .price {font-size: 13px; color: inherit; font-family: inherit; font-weight: normal;}
#shopping-cart-totals-table + .checkout-types .btn-proceed-checkout {margin-bottom: .75em;}
#shopping-cart-totals-table + .checkout-types a {font-size: .91em; color: #aaa;}
#shopping-cart-totals-table + .checkout-types a:hover {color: #2991d6;}

/* Options Tool Tip */
.item-options dt,
.item-options dd {
	font-style: italic;
	font-size: 1em;
	color: #aaa;
	font-weight: bold;
}
.item-options dd {font-weight: normal; color: #666;}
.truncated { cursor:help; }
.truncated a.dots { cursor:help; }
.truncated a.details { cursor:help; }
.truncated .truncated_full_value { position:relative; z-index:999; }
.truncated .truncated_full_value .item-options { position:absolute; top:-99999em; left:-99999em; z-index:999; width:250px; padding:8px; border:1px solid #ddd; background-color:#f6f6f6; }
.truncated .truncated_full_value .item-options > p { font-weight:bold; text-transform:uppercase; }
.truncated .show .item-options { top:-20px; left:50%; }
.col-left .truncated .show .item-options { left:30px; top:7px; }
.col-right .truncated .show .item-options  { left:-240px; top:7px; }
/* ======================================================================================= */
/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.panel-body .sp-methods dt {color: inherit;}
.sp-methods dt { color: #222; font-size: 1em;}
.sp-methods {margin-bottom: .75em;}
.sp-methods dd:last-child ul {margin-bottom: 0;}
.sp-methods input[type="radio"] {float: left; margin-right: 5px;}
.sp-methods .price {font-size: 1em;}
.sp-methods .form-list { padding-left:20px; }
.sp-methods select.month { width:150px; margin-right:10px; }
.sp-methods select.year { width:96px; }
.sp-methods input.cvv { width:3em !important; }

.sp-methods .checkmo-list li { margin:0 0 5px; }
.sp-methods .checkmo-list label { width:135px; padding-right:10px; text-align:right; }
.sp-methods .checkmo-list address { float:left; }

.sp-methods .centinel-logos a { margin-right:3px; }
.sp-methods .centinel-logos img { vertical-align:middle; }

.sp-methods .release-amounts { margin:0.5em 0 1em; }
.sp-methods .release-amounts button { float:left; margin:5px 10px 0 0; }

.please-wait { float:right; margin-right:5px; }
.please-wait img { vertical-align:middle; }
.cvv-what-is-this { cursor:help; margin-left:5px; }

/* Tooltip */
.tool-tip { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; position:absolute; z-index:9999; }
.tool-tip .btn-close { text-align:right; }
.tool-tip .btn-close a { display:block; margin:0 0 0 auto; width:15px; height:15px; background:url(../images/btn_window_close.gif) 100% 0 no-repeat; text-align:left; text-indent:-999em; overflow:hidden; }
.tool-tip .tool-tip-content { padding:5px; }

/* Gift Messages */
.gift-messages-form { position:relative; padding: 1.5em 18px; border:1px solid #ddd; background-color:#f5f5f5; margin-top: 1em; }
.gift-messages-form label { float:none !important; position:static !important; }
.gift-messages-form .item .product-img-box { float:left; width:75px; }
.gift-messages-form .item .product-image { margin:0 0 7px; }
.gift-messages-form .item .number { margin:0; font-weight:bold; text-align:center; }
.gift-messages-form .item .details { margin-left:90px; }
.gift-messages-form .item .details .product-name {margin-top: 0; color: #222; font-size: 1.16em; line-height: 1.583em; }

.gift-message-link { display:block; background:url(../images/bkg_collapse.gif) 0 4px no-repeat; padding-left:20px; }
.gift-message-link.expanded { background-position:0 -53px; }
.gift-message-row .btn-close { float:right; }
.gift-message dt strong { font-weight:bold; }
.gift-messages-form .allow-gift-messages-for-order-container { margin-bottom: 1.5em; }
.gift-messages-form .inner-box ul.row { margin-top: 1.5em; }
.gift-messages-form .inner-box input.form-control,
.gift-messages-form .inner-box textarea.form-control { background-color: #fff; }
.gift-messages-form .inner-box h4 { font-weight: bold; font-size: 1em; margin: 0; }
.gift-messages-form .inner-box h4 + .checkbox { margin-bottom: 1em; }
.gift-messages-form .inner-box ul.form-list { margin: .75em 0; }

/* Checkout Agreements */
.checkout-agreements li { margin:10px 0; }
.checkout-agreements .agreement-content { border:1px solid #eee; background-color:#eee; padding:5px; height:10em; overflow:auto; }
.checkout-agreements .agree { padding:6px; }

/* Centinel */
.centinel .authentication { border:1px solid #ddd; background:#fff; }
.centinel .authentication iframe { width:99%; height:400px; background:transparent !important; margin:0 !important; padding:0 !important; border:0 !important; }

/********** Common Checkout Styles > */

/* One Page Checkout */
.block.block-progress {background-color: #2991d6; color: #fff; padding: 25px 20px 25px 30px; background-repeat: no-repeat; background-position: right bottom; background-image: url(../images/get_in_touch.png);}
.block.block-progress .block-title {color: #fff;}
.block-progress dt { font-weight:normal; padding: .75em 0; position: relative;}
.block-progress dt:before {
	content: "";
	display: block;
	width: 70px;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: rgba(255,255,255,.2);
	position: absolute;
	left: -30px;
	bottom: 0;
}
.block-progress dt a i { color: #fff; }
.block-progress dt a:hover i { color: #ef2626; }
.block-progress dd { padding: 1.5em 0; }
.block-progress dd address { margin: 0; }
/* .block-progress dt.complete,
.block-progress dd.complete { background-color:#fff; } */
.opc { /* border-bottom:1px solid #ddd; */ position:relative; }
/* .opc li.section { border:1px solid #ddd; } */
.opc .buttons-set.disabled button.button { display:none; }
.opc .buttons-set .please-wait { height:21px; line-height:21px; margin-top: .5em; }

.opc .step-title { background-color:#f6f6f6; padding:0 5px; text-align:right; }
.opc .step-title .number { float:left; line-height:22px; margin-right:5px; }
.opc .step-title h2 { float:left; }
.opc .step-title a { display:none; float:right; }
.opc .allow .step-title { cursor:pointer; }
.opc .active .step-title { cursor:default; }
.opc .step { padding:10px; position:relative; }
.step.panel-body {border-top: 1px solid #ddd;}
.opc .step .tool-tip { right:10px; }
.opc .panel.section .panel-heading { margin-bottom: 0; }
.opc .panel.section.active .panel-heading { margin-bottom: 1.5em; }
.opc.panel-group .panel-heading .number {
	float: left;
	margin-right: 7px;
	background-color: #f5f5f5;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 35px;
	-moz-border-radius: 35px;
}
.opc.panel-group .panel-title { font-size: 1.16em; padding: 0; line-height: 2.32; }
.opc.panel-group .active .panel-title { text-transform: uppercase; font-weight: bold; }
.opc .page-subtitle { padding-top: 1.5em; }
.opc h3 { text-transform: uppercase; margin: 0; font-size: 1.16em; padding-bottom: .333em; line-height: 1.583em; }
.opc h4 {font-weight: normal; font-size: 1em; margin: 0 0 1em; }
.opc ul.form-list + h4 { border-top: solid 1px #ddd; padding-top: 1.5em; }
.opc p { color: #777; }
.opc ul.form-list { margin: .75em 0; }
.opc ul.form-list div.radio { margin-top: 0; }
.opc ul.form-list div.radio label {/*  color: #222;  */font-weight: bold; }
.opc ul.ul { padding: 1em 12px 1em; }
.opc ul.ul li { color: #aaa; }
.opc ul.ul li:before { content: "\2022"; font-size: 1em; padding-left: 5px; padding-right: 10px; float: left; }
.opc #login-form { margin-bottom: 0; }
.opc #login-form .form-list { margin-top: 1.5em; }
.opc .buttons-set { border-top: 1px solid #ddd; padding-top: 1.5em; }
.opc .buttons-set a { margin-top: .75em; }
.opc .buttons-set p { margin-top: .75em; }
.opc p.required { padding-top: .58em; color: #f00; }
.opc .sp-methods dd { margin-bottom: 1em; }
.opc .sp-methods .no-display {display: block!important;}
.opc table.table tr > th,
.opc table.table tr > td { vertical-align: middle; }
.opc .form-group > div[class*="customer-name"] { margin-top: 1.5em; }
.opc .order-review .table-bordered { border-top: none; }
#opc-login .radio input.radio { margin-top: 2px; }
#co-shipping-method-form .buttons-set { margin-top: 1.5em; }
#co-shipping-method-form,
#co-shipping-form,
#co-payment-form,
#co-billing-form { margin-top: 1.5em;  margin-bottom: 0;}
#co-billing-form li.address,
#co-billing-form li.address ul { margin-bottom: 0; }
#co-payment-form .form-list { padding-left: 10px; }
#checkout-payment-method-load dd { margin-bottom: 0; }
#checkout-step-payment .buttons-set { margin-top: 1em; }
.checkout-onepage-success .buttons-set { margin-top: 1.5em;/*  padding-top: 1.5em; border-top: 1px solid #ddd; */ }
#co-payment-form .radio input[type="radio"] {margin-left: 0;}

/* Multiple Addresses Checkout */
.checkout-progress { padding:0 50px; margin:1em 0 2em; }
.checkout-progress li { float:left; width:20%; border-top:5px solid #ccc; text-align:center; color:#ccc; }
.checkout-progress li.active { border-top-color:#000; color:#000; }

.multiple-checkout { position:relative; padding-bottom: 3em; }
.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:10px; }
.multiple-checkout .grand-total { font-size:1.5em; text-align:right; }
.multiple-checkout .buttons-set { margin-top: 1.5em; padding-top: 1.5em; border-top: 1px solid #ddd; }
.multiple-checkout #review-buttons-container { font-size: .66em; margin-top: .75em; }
.multiple-checkout table.table tr > td { padding: 1.5em; vertical-align: middle; }
.multiple-checkout .content h2 { font-size: 1.16em; margin: 0 0 .64em; }
.multiple-checkout h3 {font-size: 1.16em; margin-top: 0; }
.multiple-checkout h3 a { color: #222; }
.multiple-checkout h3 a:hover { color: #2991d6; }
.multiple-checkout table.table i.fa { color: #ddd; }
.multiple-checkout table.table i.fa:hover { color: #2991d6; }
.multiple-checkout table.table select.form-control { width: auto; }
.multiple-checkout .panel-default .sp-methods { margin-bottom: 0; }
.multiple-checkout .please-wait { font-size: .67em; margin-top: .58em; }

/* ======================================================================================= */


/* Account Login/Create Pages ============================================================ */
.registered-users .form-list,
.registered-users .form-group { margin-bottom: 0; }
form.form-horizontal .form-list li.fields {
	margin-bottom: 0;
}
form.form-horizontal .fields div[class*="customer-name"] > div {
	margin-bottom: .833em;
}
.account-create form.form-horizontal p.required,
.account-login form.form-horizontal p.required {
	padding-top: .833em;
	margin-bottom: 0;
}
.account-create #form-validate ul.form-list.form-group { margin-bottom: 0; }
/* Customer Login */
.account-login form.form-horizontal .checkbox { min-height: 20px; }
.account-login form.form-horizontal .buttons-set a {
	margin-top: .75em;
}
.account-login form.form-horizontal .new-users .content {
	margin-bottom: 1.5em;
}

/* Forgot You Password */
/* Account Create */
.account-create form.form-horizontal {
	margin-bottom: 2.5em;
}

/* Account Login/Create Pages ============================================================ */

/* Captcha */
.captcha-image {display: inline-block; position:relative; }
.captcha-img { border:1px solid #ccc; }
.captcha-reload { position:absolute; top:2px; right:2px;}
.captcha-reload.refreshing  { animation:rotate 1.5s infinite linear; -webkit-animation:rotate 1.5s infinite linear; -moz-animation:rotate 1.5s infinite linear; }

@-webkit-keyframes rotate {
    0% { -webkit-transform:rotate(0); }
    0% { -webkit-transform:rotate(-360deg); }
}
@-moz-keyframes rotate {
    0% { -moz-transform:rotate(0); }
    0% { -moz-transform:rotate(-360deg); }
}
@keyframes rotate {
    0% { transform:rotate(0); }
    0% { transform:rotate(-360deg); }
}

/* Remember Me Popup ===================================================================== */
.window-overlay { background:url(../images/window_overlay.png) repeat; background:rgba(0, 0, 0, 0.35); position:absolute; top:0; left:0; height:100%; width:100%; z-index:990; }

#remember-me-popup .modal-dialog {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -70px;
	margin-left: -300px;
}
#remember-me-popup .modal-content {
	padding: 1.5em 20px;
}
#remember-me-popup .modal-header,
#remember-me-popup .modal-body {
	padding: 0;
}
#remember-me-popup .modal-header {
	border-bottom-color: #ddd;
	margin-bottom: 1.5em;
}
#remember-me-popup .modal-title {
	font-family: 'Patua One';
	font-weight: 300;
	font-size: 1.5em;
	color: #222;
	line-height: 1.5;
	padding-bottom: .5em;
}
#remember-me-popup .modal-header .close {
	opacity: 1;
	color: #aaa;
}
#remember-me-popup .modal-header .close:hover i {
	opacity: 1;
	color: #2991d6;
}
/* Remember Me Popup ===================================================================== */

/* My Account ============================================================================= */
.my-account .title-buttons .link-rss { float: none; margin: .667em 0 0; }
.my-account table.table { margin-bottom: 0; }
.my-account table.table tr td .product-image { width: 86px; display: block; margin: 0 auto;}
.my-account .table-responsive { margin-bottom: 1.5em; }
.my-account table.table-hover tr { -webkit-transition: all 500ms ease; -o-transition: all 500ms ease; transition: all 500ms ease; }
.my-account table.table > thead > tr > td,
.my-account table.table > tbody > tr > td,
.my-account table.table > tfoot > tr > td,
.my-account table.table > thead > tr > th,
.my-account table.table > tbody > tr > th,
.my-account table.table > tfoot > tr > th {	vertical-align: middle; }
.my-account .table > tbody + tbody { border-top-width: 1px; }
.my-account .table-bordered > thead > tr > th,
.my-account .table-bordered > thead > tr > td { border-bottom-width: 1px; }
.my-account table.table > thead > tr > td,
.my-account table.table > tbody > tr > td,
.my-account table.table > tfoot > tr > td {	padding: 1.5em 18px; }
.my-account table.table tr.first > td { border-top: 0; }
.my-account table.table-condensed > thead > tr > th,
.my-account table.table-condensed > tbody > tr > th,
.my-account table.table-condensed > tfoot > tr > th { border: 0; width: 50%; padding-left: 0; }
.my-account table.table-condensed > thead > tr > td,
.my-account table.table-condensed > tbody > tr > td,
.my-account table.table-condensed > tfoot > tr > td {	padding: inherit; border: 0; }
.my-account table.table a { color: #666; }
.my-account table.table .product-name { font-size: 1.167em; color: #222; line-height: 1.583em; margin: 0; }
.my-account table.table .price-excl-tax .price,
.my-account table.table .price-excl-tax {	display: inline-block; }
.my-account table#my-tags-table > tbody > tr > td { vertical-align: top; }
.my-account table#my-tags-table > tbody > tr > td.last { vertical-align: middle; }
.my-account .panel-default p.edit {	margin-top: .75em; }
.my-account .panel-default p.edit,
.my-account .panel-default p.edit a {	color: #aaa; }
.my-account .panel-default p.edit a:hover,
.my-account a:hover {color: #2991d6; }
.my-account .actions { width: 130px; text-align: center; }
.my-account .actions .btn { vertical-align: middle; }
.my-account .actions .add-to-links { display: inline-block; vertical-align: middle; margin: 1em 0 0; float: none;}
.my-account .actions .add-to-links i.fa { margin: 0 5px 0 0; }
.my-account .actions .add-to-links li { display: inline-block; }
.my-account .actions .add-to-links li:first-child { margin-left: 0; }
.my-account .truncated { display: inline-block; margin-top: .75em; }
.my-account .truncated .truncated_full_value { position: absolute; }
.my-account .truncated .truncated_full_value .item-options { width: 200px; background-color: #fff; border-color: #fff; padding: 1em; -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,.1); box-shadow: 0px 1px 2px rgba(0,0,0,.1); }
.my-account .truncated .truncated_full_value .item-options > p { text-transform: uppercase; }
.my-account .truncated .truncated_full_value .item-options dl { display: inline-block; margin-bottom: 1em; }
.my-account .truncated .truncated_full_value .item-options dl:last-child { margin-bottom: 0; }
.my-account .truncated .truncated_full_value .item-options dt { float: left; clear: left; font-style: normal; }
.my-account .truncated .truncated_full_value .item-options dd { float: left; padding-left: 5px; clear: right; }
.my-account .customer-rating{ float: none; width: auto; }
.my-account .product-review .media {
	border: solid 1px #ddd;
	padding: 1.5em 20px;
	min-height: 180px;
}
.my-account .product-review .product-img-box .product-image { width: auto; height: auto; }
.my-account .product-review .media-body .product-details { margin: 0; }
.my-account .product-review .media-body .product-name { font-size: 1.167em; color: #222; line-height: 1.583em; margin: 0 0 .833em; text-transform: uppercase; }
.my-account .product-review .media-body .product-details small { display: block; float: right; font-size: .91em; color: #aaa; margin: 0; padding: .2em 0; }
.my-account .product-review .media-body .product-details .ratings { margin: 0 0 1em; }
.my-account .product-review .media-body .product-details p { color: #888; }
.my-account .product-review .buttons-set { margin-top: 1.5em; }
.my-account .order-links { text-align: right; }
.my-account .form-group strong {font-weight: normal;}

.send-friend .form-list .fields {margin-left: -10px; margin-right: -10px;}
.send-friend .back-link {margin: 0 0 .75em;}
.send-friend .buttons-set .btn ~ .btn {margin-left: 10px;}

/** Block: Account **/
.block-account .block-content li:before {
	content: '\e876';
	font-family: "mfn-icons";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: none !important;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
}
.block.block-account .block-content li a {color: inherit; padding: .5em 0 .45em; }
.block.block-account .block-content li.current { font-size: 1.083em; padding: .5em 0 .45em; }
.block.block-account .block-content li.current,
.block.block-account .block-content li a:hover { color: #2991d6; }
/* Wishlist */
.my-wishlist table.table .product-name { margin: 0 0 .5em; max-width: 80%;}
.my-wishlist .table-button  { margin: .2em 0 0; }
.my-wishlist .cart-cell { text-align: center; }
.my-wishlist .cart-cell .add-to-cart-alt { display: inline-block; min-width: 200px;}
.my-wishlist .cart-cell .price-box { margin-bottom: 1.5em; }
.my-wishlist .quantity-wrapper {float: left;}
.my-wishlist .cart-cell .btn-primary { height: 44px; padding: 6px 28px; margin-left: 8px; float: left;}
.my-wishlist .form-horizontal .buttons-set { padding-top: 0; border-width: 0; }
.my-wishlist .buttons-set .btn-share { float: right; margin-left: 10px; }
.my-wishlist .buttons-set .btn-update { float: left; margin-left: 0;}
.my-wishlist .buttons-set .btn-tocart { float: right; }
/* Tags */
.box-tags li.item .product-name {
	font-size: 1.083em;
	margin-bottom: .5em;
	line-height: 1.5;
}
.box-tags li.item .product-name a {
	color: #222;
}
.tags-list li { font-size: 1.167em; margin-right: 5px; }
.tags-list a,
.box-tags .tags a { color: #aaa; }
.tags-list a:hover,
.box-tags .tags a:hover,
.box-tags li.item .product-name a:hover { color: #2991d6; }
/* Reviews */
.dashboard .box-reviews { margin: 0 0 1.5em; }
.dashboard .box-reviews li.item .product-name {
	font-size: 1.083em;
	margin-bottom: .5em;
	line-height: 1.5;
}
.dashboard .box-reviews li.item .product-name a { color: #222; }
.dashboard .box-reviews li.item .product-name a:hover { color: #2991d6; }

/********** < Dashboard */

/* Block: Recent Orders */
.dashboard .box-recent { margin:10px 0; }
#my-orders-table .first {width: 120px;}

/* Block: Reviews */
.dashboard .box-reviews .number { float:left; font-size: .833em; font-weight:bold; line-height:1; color:#fff; margin: .3em -20px 0 0; padding:2px 3px; background:#ddd; }
.dashboard .box-reviews .details { margin-left: 20px; }

/* Block: Tags */
.dashboard .box-tags .number { float:left; font-size: .833em; font-weight:bold; line-height:1; color:#fff; margin: .3em -20px 0 0; padding:2px 3px; background:#ddd; }
.dashboard .box-tags .details { margin-left:20px; }
/********** Dashboard > */

/* Order View */
.order-info { border:1px solid #ddd; padding: 5px; margin-bottom: 1.5em; }
.order-info a { color: #aaa; }
.order-info dl,
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; margin: 0 5px 0 0; }
.order-info dt { font-weight:bold; }
.order-date { margin: 0; float: right; }
.order-items { width:100%; overflow-x: auto; }

.order-additional { margin: 1.5em 0; }
/* Order Gift Message */
.gift-message dt { font-weight: normal; color: #222;}
.gift-message dt strong { color: #888; font-weight: normal; }
.gift-message dd { margin: .75em 0 0; color: #888; }
/* Order Comments */
.order-about dt { font-weight:bold; }
.order-about dd { font-size:13px; margin:0 0 7px; }

.tracking-table { margin:0 0 15px; }
.tracking-table th { font-weight:bold; white-space:nowrap; }
.tracking-table-popup { width:100%; }
.tracking-table-popup th { font-weight:bold; white-space:nowrap; }
.tracking-table-popup th,
.tracking-table-popup td { padding:1px 8px; }

/* Order Print Pages */
.page-print .print-head { text-align: center; }
.page-print .print-head:after { display: block; content: ""; clear: both; font-size: 0; line-height: 0; height: 0; overflow: hidden; }
.page-print .print-head img { float: left; }
.page-print .print-head address { float:left; margin-left:15px; margin-bottom: 0; }
/* Price Rewrites */
.page-print .gift-message-link { display:none; }
.page-print .price-excl-tax,
.page-print .price-incl-tax { display: inline-block; white-space:nowrap; }
.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price { display:inline; }
.page-print .product-name,
.page-print h2 {}
.page-print .method p { margin: 0; }
.page-print .method,
.page-print address { display: inline-block; font-style: normal; font-family: 'Arial'; border: 1px solid #ddd; padding: .75em 12px; margin-bottom: 1.12em; }
.page-print .method { margin-bottom: 2.25em; }
.page-print table { width: 100%; border-collapse: collapse; border-spacing: 0; margin-bottom: 1.5em; }
.page-print table th,
.page-print table td { padding: .75em 12px; vertical-align: middle; border: 1px solid #ddd; }
.page-print .item-options dd { margin: 0; }

/* My Reviews */
.product-review .product-img-box { float:left; width:140px;  }
.product-review .product-img-box .product-image { display:block; width:125px; height:125px; }
.product-review .product-img-box .label { font-size:11px; margin:0 0 3px; }
.product-review .product-img-box .ratings .rating-box { float:none; display:block; margin:0 0 3px; }
.product-review .product-details { margin-left:150px; }
.product-review .product-name { font-size:16px; font-weight:bold; margin:0 0 10px; }
.product-review .ratings-table { margin:0 0 10px; }
.product-review dt { font-weight:bold; }
.product-review dd { font-size:13px; margin:5px 0 0; }
/* ======================================================================================= */

ul.advanced-search .separator { float: left; }
ul.advanced-search .currency,
ul.advanced-search .separator { line-height: 2.66em; }
ul.advanced-search li.last { margin-bottom: 1.5em; }
.form-contact { margin-top: 1.5em; }
.map-popup {
	background:#fff;
	border:1px solid #eee;
	margin:12px 0 0;
	position:absolute;
	-moz-box-shadow:0 0 6px #eee;
	-webkit-box-shadow:0 0 6px #eee;
	box-shadow:0 0 6px #eee;
	text-align:left;
	width:287px;
	z-index:100;
}
.map-popup-heading { border-bottom:1px solid #eee; padding: .75em 10px;}
.map-popup-heading h2 { font-size: 1.16em; margin:0; word-wrap:break-word; text-align:left; text-overflow:ellipsis; color: #222;}
.map-popup-arrow { background:0; position:absolute; left:50%; top:-10px; height:10px; width:19px; }
.map-popup-close {display:block; position:absolute; top: 0; right: 0; padding: 5px;}
.map-popup-close i {font-size: 14px; color: #aaa;}
.map-popup-close i:hover {color: #648ec7;}
.map-popup-content { border-top:1px solid #eee; padding:10px; overflow:hidden; text-align:left;}
.map-popup-checkout { display:inline; float:right; text-align:right; }
.map-popup-checkout .paypal-logo { margin:0 0 5px; }
.map-popup-price .price-box,
.map-popup-price .price-box .special-price { margin:0; padding:5px 0; }
.map-popup-price { margin:5px 0 0; }
.map-popup-text { clear:right; margin:0 10px; padding:10px 0; text-align:left; word-wrap:break-word; }
.map-popup-only-text { border-top:1px solid #ddd; }

/* Contact Map ================================================================================ */
.contact-map,
.map-container .map-wrapper {
	position: relative;
	height: 360px;
	margin-bottom: 1.5em;
	width: 100%;
	border: none;
	font-size: 1em;
}
.map-container .map-wrapper{width: 100%; margin-bottom: 0;}
.map-body {margin: 0; font-size: 12px; line-height: 1.5; font-family: Arial;}
.map-wrapper img{max-width: none;}
.map-container .map-block{
	background:#2991d6;
	color: #fff;
	position: absolute;
	z-index:999;
/* 	overflow: hidden; */
	width: 210px;
	padding: 25px;
}
.map-container .map-block:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: -30px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 30px 30px 0 0;
	border-color: transparent transparent transparent transparent;
	border-top-color: #2991d6;
}
.map-container .map-block .indent{}
.map-container .map-block.left-top{top:40px; left: 40px;}
.map-container .map-block.right-top{top:40px; right: 40px;}
.map-container .map-block.left-bottom{bottom:40px; left: 40px;}
.map-container .map-block.right-bottom{bottom:40px; right: 40px;}
.map-container .map-block h3 {font-size: 25px; line-height: 27px; margin: 0 0 15px; color: #fff;}
.map-container .map-block p.address {
	margin: 0;
	list-style: none;
	position: relative;
	padding: 13px 0 13px 50px;
	word-wrap: break-word;
}
.map-container .map-block p.address .icon {
	position: absolute;
    left: 0;
    top: 5px;
    display: block;
    color: rgba(0,0,0,.7);
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 23px;
    text-align: center;
}
.map-container .map-block a{color:#666;}
.map-container .map-block a:hover{text-decoration: underline;}
.map-container .block-title {padding: 0!important; margin: 0!important; text-align: left; background: none!important;}

.themecolor {color: #2991d6;}

.map-wrapper,
.contact-map,
.map-container .map-wrapper {height: 400px;}
.custom-contact-page {margin-bottom: -20px;}
.custom-contact-page .icons-block {padding: 27px 0;}
.custom-contact-page .icons-block i {
	color: #2991d6;
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 50px;
    overflow: hidden;
    text-align: center;
   display: block;
}
.custom-contact-page p.text {padding-top: 18px; font-size: 14px; margin: 0;}
.custom-contact-page .media {margin: 0;}
.custom-contact-page .media-heading {color: #626262; margin-bottom: 7px; font-size: 21px; line-height: 25px; font-family: 'Patua One';}
.custom-contact-page .media-heading a {color: inherit;}
.contact-form-wrapper .background-wrapper {background-color: #f9f9f9;}
.custom-contact-page h3 {font-size: 30px; line-height: 30px; margin: 0 0 15px;}
.custom-contact-page p {font-size: 14px; line-height: 25px; margin: 0 0 15px;}
.custom-contact-page .social-title {font-size: 14px; line-height: 25px; margin: 0 0 15px; display: block; color: #a8a8a8;}
.custom-contact-page ul.social-links {float: none; display: inline-block;}
.custom-contact-page .contact-form-inner {padding: 40px 0;}
.custom-contact-page label {color: inherit; font-weight: bold; margin-bottom: 5px;}
.custom-contact-page form.form-horizontal {margin: 0;}
.custom-contact-page form .buttons-set {margin: 0; padding: 0; border: none;}
.custom-contact-page form .buttons-set .btn {padding-top: 8px; padding-bottom: 8px;}
.custom-contact-page form p.required {font-size: 11px; margin: 6px 0;}
.custom-contact-page .team-wrapper {padding-top: 40px;}
.custom-contact-page .team-wrapper .image-box {margin: 0 0 15px;}
.custom-contact-page .team-wrapper h4 {color: #444; margin: 0 0 4px; font-size: 21px;}
.custom-contact-page .team-wrapper .subtitle {color: #a8a8a8; font-size: 1em; margin: 0 0 15px;}
.custom-contact-page .team-wrapper .contacts-divider {display: block; width: 40%; height: 1px; background-color: #2991d6; margin: 0 0 15px;}
.custom-contact-page .team-wrapper .description p {font-size: 1em; line-height: normal;}

.about-page-wrapper .page-title {display: block; border: none; text-align: center;}
.about-page-wrapper .page-title h2 {font-size: 42px; line-height: 42px; margin: 0 0 15px; color: #444;}
.about-page-wrapper h4 {font-size: 25px; line-height: 27px; margin: 0 0 15px;}
.about-page-wrapper p.big {font-size: 1.1em; line-height: 1.8em;}

/* Footer ================================================================================ */


body.wide-layout #footer .footer-top,
body.boxed-layout #footer .footer-top .container {background-color: rgba(0,0,0,.1); padding-top: 2.2em; padding-bottom: 2.2em;}

body.wide-layout #footer,
body.boxed-layout #footer .container {background-color: #545454; color: #cccccc;}
body.wide-layout #footer .footer-middle,
body.boxed-layout #footer .footer-middle .container {padding-top: 2em; padding-bottom: 2em;}
body.wide-layout #footer .footer-bottom-block,
body.boxed-layout #footer .footer-bottom-block .container {padding-top: 2em; padding-bottom: 2em; border-top: 1px solid rgba(255,255,255,.1);}

#footer a {color: inherit;}
#footer .buy-link {font-size: 18px;}
#footer .buy-link span {color: #fff;}
#footer .buy-link span.themecolor {color: #2991d6;}
#footer .footer-logo {display: block;}
#footer .subtitle {margin-top: 8px; margin-bottom: 15px; display: inline-block; font-size: 14px;}

#footer h2.footer-block-title {font-size: 21px; line-height: 25px; color: #fff; margin-bottom: 15px; margin-top: 0;}
#footer ul {margin: 0;}
#footer ul.footer-links li {position: relative;}
#footer ul.footer-links li:not(:last-of-type):after {
	content: "";
	width: 70px;
	height: 1px;
	overflow: hidden;
	background: rgba(255,255,255,.08);
	position: absolute;
	left: 0;
	bottom: 0;
}
#footer ul.footer-links li a {color: inherit; position: relative; padding: .75em 0 .75em 5px; display: inline-block;}
#footer ul.footer-links li a:hover {color: #fff;}
#footer ul.social-links:not(.large) li a i {color: rgba(255,255,255,.3);}
#footer ul.social-links:not(.large) li a i:hover {color: #fff;}
#footer address {font-size: 1em; margin: 0; color: inherit;}
#footer address a {color: #2991d6;}
#footer address a:hover {opacity: .8;}

#footer .store-switcher {margin: -4px 0 -4px 10px;}
#footer .form-language,
#footer .form-currency {margin-top: .67em; margin-right: 20px;}
#footer .store-switcher label,
#footer .form-language label,
#footer .form-currency label {font-size: 1em; color: inherit; margin-right: 4px; font-weight: normal; margin-bottom: 0; vertical-align: middle;}
#footer .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {width: auto;}
#footer .bootstrap-select > .selectpicker {padding: 0 20px 0 10px!important; color: #fff; font-size: 1em; font-family: inherit; font-weight: normal; text-transform: none; height: auto; background-color: rgba(0,0,0,.08); border-color: rgba(0,0,0,.08);}
#footer .bootstrap-select > .selectpicker:hover {color: #fff; background-color: rgba(0,0,0,.08)!important; border-color: rgba(0,0,0,.08);}
#footer .selectpicker .caret {border-top-color: rgba(255,255,255,.2); right: 5px;}
#footer .bootstrap-select .dropdown-menu {background: #222; left: auto; right: 0;}
#footer .bootstrap-select .dropdown-menu,
#footer .bootstrap-select .dropdown-menu li {padding: 0!important;}
#footer .bootstrap-select .dropdown-menu li a {display: block; padding-right: 10px; padding-left: 10px;}
#footer .bootstrap-select .dropdown-menu li a:hover {background: #444;}
#footer .bootstrap-select .dropdown-menu li a:before {content: none;}

/* Footer Contact Form */
#footer #AjaxcontactForm {padding: 1.5em; background-color: #fff; position: relative;}
#footer #AjaxcontactForm li {margin: 0 0 .25em; border: none; padding-left: 0;}
#footer #AjaxcontactForm .form-list label.required em {right: -7px; top: 3px;}
#footer #AjaxcontactForm li label {position: absolute; top: .75em; left: 0; display: block!important; float: left; color: #222; font-size: .91em; padding: 0 0 .75em; z-index: 2;}
#footer #AjaxcontactForm li.fields .input-box input {float: left;}
#footer #AjaxcontactForm li input {border: none; border-bottom: dashed 1px #ddd; background: none; border-radius: 0; -moz-border-radius: 0; padding: 0; width: 100%!important; margin-top: .5em; color: #666; font-size: 12px;}
#footer #AjaxcontactForm li input:focus,
#footer #AjaxcontactForm li input:active,
#footer #AjaxcontactForm li textarea:focus,
#footer #AjaxcontactForm li textarea:active {outline: none;}
#footer #AjaxcontactForm li textarea {
	border: none;
	background: none;
	border-radius: 0;
	-moz-border-radius: 0;
	margin-top: .25em;
	line-height: 2.35em;
	position: relative;
	padding: 0;
	width: 100%;
	height: 76px;
	overflow: hidden;
	color: #666;
	font-size: 12px;
	resize: none;
}
#footer #AjaxcontactForm li .input-box {width: 100%; border-color:#ddd;}
#footer #AjaxcontactForm li .input-box span{border-color:#ddd;}
#footer #AjaxcontactForm li .input-box span:before {content: ""; display: block; position: absolute; border-top: dashed 1px; border-bottom: dashed 1px; border-color:inherit; height: 2.5em; width: 100%; top: 2em;}
#footer #AjaxcontactForm li .input-box span:after {content: ""; display: block; position: absolute; border-top: dashed 1px; border-color:inherit; height: 1.75em; width: 100%; top: 6.75em;}
#footer #AjaxcontactForm .buttons-set {border: none; padding: 0; margin: 0; text-align: right; position: relative;}
#footer #AjaxcontactForm .validation-failed {border: none!important; border-bottom: dashed 1px #f00!important; background: none!important;}
#footer #AjaxcontactForm .buttons-set #ajax-loader {position: absolute; bottom: 10px; right: 5px;}
#footer #AjaxcontactForm .validation-advice {margin-top: 5px;}

/* ======================================================================================= */
.footer-top .schedule li:after,
.block-poll li:after,
.sorter:after,
.qty-holder:after,
.product-options dl:after {display: block; content: "."; clear: both; font-size: 0; line-height: 0; height: 0; overflow: hidden;}
