/* ============================================ *
 * INITIAL STYLES
 * ============================================ */

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

*,
*:active,
*:focus,
*:visited {
	outline: 0 !important;
}

ol,
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

img {
	max-width: 100%;
}

.page-header {
	border: 0;
	-webkit-box-shadow: inherit;
	-moz-box-shadow: inherit;
	box-shadow: inherit;
}

/** APPLY BOOTSTRAP STYLE TO DYNAMICALLY CREATED SELECT BOXES **/

select {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555555;
	background-color: #FFFFFF;
	background-image: none;
	border: 1px solid #CCCCCC;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition: border-color ease-in-out 0.15s,-webkit-box-shadow ease-in-out 0.15s;
	-moz-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s,-moz-box-shadow ease-in-out 0.15s;
	-o-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s,-webkit-box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s,-webkit-box-shadow ease-in-out 0.15s,-moz-box-shadow ease-in-out 0.15s;
}

select:focus {
	border-color: #66AFE9;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(102,175,233,0.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(102,175,233,0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(102,175,233,0.6);
}

/** VERTICAL ALIGN MIDDLE ALL TABLES **/

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
	vertical-align: middle;
}

/** CONTACT PAGE MAP **/

#map_canvas {
	width: 100%;
	height: 304px;
	padding: 0;
	margin: 0;
	margin-bottom: 30px;
}

/* ============================================ *
 * PRE-DEFINED INSPECT STYLES
 * ============================================ */

.block-title,
.page-title h1 {
	margin: 0;
	margin-bottom: 20px;
	font-size: 30px;
	font-weight: 500;
	line-height: 1.1;
}

.page-title h2 {
	margin: 0;
	margin-bottom: 20px;
	font-size: 26px;
	line-height: 1.1;
}

.add-to-cart-panel .price-box {
	margin-bottom: 10px;
	font-size: 22px;
	font-weight: bold;
}

#header-account li.dropdown-header {
	padding: 6px 13px;
	font-size: 14px;
	color: #333333;
	background-color: #F5F5F5;
	border-color: #DDDDDD;
	border-bottom: 1px solid transparent;
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	border-top-right-radius: 3px;
}

/* ============================================ *
 * SUCCESS MESSAGES / VALIDATION / TOOLTIPS / NOTICES
 * ============================================ */

.validation-advice {
	position: absolute;
	right: 0;
	z-index: 1070;
	display: block;
	max-width: 250px;
	padding: 5px 10px;
	margin-top: 10px;
	font-size: 12px;
	font-weight: 400;
	font-style: normal;
	line-height: 1.42857143;
	color: #FFFFFF;
	text-align: center;
	background: #000000;
}

.validation-advice:before {
	position: absolute;
	top: -8px;
	right: 10px;
	width: 0;
	height: 0;
	content: "";
	border-right: 8px solid transparent;
	border-bottom: 8px solid #000000;
	border-left: 8px solid transparent;
}

ul.messages li ul li {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.opc-login ul.messages {
	float: right;
	margin: 0 0 6px 14px;
}

.opc-login ul.messages li.error-msg ul li {
	padding: 6px 12px 6px;
}

ul.messages li.success-msg ul li {
	color: #3C763D;
	background-color: #DFF0D8;
	border-color: #D6E9C6;
}

ul.messages li.error-msg ul li {
	color: #A94442;
	background-color: #F2DEDE;
	border-color: #EBCCD1;
}

.global-site-notice {
	font-size: 12px;
	color: #1B1B1B;
	background: #D9D9D9;
}

.global-site-notice .notice-inner {
	width: 100%;
	max-width: 1140px;
	min-height: 30px;
	padding: 5px 0;
	margin-right: auto;
	margin-left: auto;
	line-height: 11px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: left;
}

.global-site-notice p {
	margin-bottom: 0;
}

.global-site-notice a {
	color: #E84C3D;
}

/* ============================================ *
 * PAGE: CART
 * ============================================ */

.product-cart-info .table {
	margin-top: 10px;
	font-size: 75%;
	border: 1px solid #DDDDDD;
}

.product-cart-info {
	width: 33%;
}

/* ============================================ *
 * PAGE: PRODUCT
 * ============================================ */

.btn.btn-primary.link-facebook,
a.btn.btn-primary.link-facebook:focus {
	color: #FFFFFF;
	background-color: #3B5998;
	border-color: #2F4779;
}

.btn.btn-primary.link-facebook:hover {
	background-color: #2F4779;
}

.btn.btn-info.link-twitter,
a.btn.btn-info.link-twitter:focus {
	color: #FFFFFF;
	background-color: #5BC0DE;
	border-color: #46B8DA;
}

.btn.btn-info.link-twitter:hover {
	background-color: #46B8DA;
}

/* ============================================ *
 * MISC
 * ============================================ */

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.col-xs-5ths {
	float: left;
	width: 20%;
}

.scrollToTop {
	position: fixed;
	right: 30px;
	bottom: 30px;
	width: 50px;
	height: 50px;
	font-size: 30px;
	color: #848484;
	text-align: center;
	cursor: pointer;
	background: #F4F4F4;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}

.scrollToTop i.fa {
	position: absolute;
	top: 45%;
	right: 0;
	left: 0;
	text-align: center;
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	-o-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}

.skip-content {
	display: none;
}

.skip-content.skip-active {
	display: block;
}

.form-group {
	position: relative;
}

/* ============================================ *
 * PAGE: HOME
 * ============================================ */

.home-page-slider {
	margin-bottom: 40px;
}

.ui-tabs .ui-tabs-panel {
	display: block;
	padding: 1em 0;
	background: none;
	border-width: 0;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
	outline: none;
}

.nav-tabs > li:focus {
	outline: none;
}

/* ============================================ *
 * ACCOUNT AREA
 * ============================================ */

.box-account.box-info.box-addresses .box-head h2,
.box-account.box-recent .box-head h2 {
	margin-top: 0;
}

.box-account.box-info.box-addresses .box-head::after {
	display: table;
	clear: both;
	content: "";
}

.my-account .page-title::after {
	display: table;
	clear: both;
	content: "";
}
.sidebar .block{ 
	padding-bottom: 15px; 
}
.sidebar .block .block-title{ 
	font-size: 22px; 
	margin-bottom: 10px; 
}

/** ACCOUNT DROPDOWN **/

#header-account li:nth-child(2) {
	padding-top: 4px;
}

#header-account li:last-child {
	padding-bottom: 4px;
}

#header-account {
	right: 15px;
	width: 200px;
	padding: 0;
	margin-left: auto;
}

#header-account ul {
	padding: 0;
	margin: 0;
}

#header-account li {
	display: block;
	padding: 0 10px;
	background: none;
}

#header-account a {
	display: block;
	line-height: 2;
	color: #727272;
	text-align: center;
}

/** LOGIN **/

.remember-me-popup {
	position: relative;
	display: none;
}

.remember-me-popup.show {
	display: block;
}

.remember-me-popup .remember-me-popup-close {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 12px;
}

.remember-me-popup .remember-me-popup-close-button {
	display: none;
}

/* ============================================ *
 * HEADER: DESKTOP
 * ============================================ */

.currency-switcher-container {
	margin-right: 5px;
}

.header-minicart > a {
	text-decoration: none;
}

.currency-switcher-container,
.account-cart-wrapper {
	display: inline-block;
}

/** NAVIGATION **/

.nav-primary a {
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 30px;
	color: #727272;
	text-decoration: none;
	text-transform: uppercase;
}

.nav-primary li {
	position: relative;
}

.nav-primary li.level1 a {
	padding: 5px 0;
	border-bottom: 1px solid #CCCCCC;
}

.nav-primary .menu-active > ul.level0,
.nav-primary li.level0 li.sub-menu-active > ul {
	display: block;
}

.nav-primary li.level0 > a {
	text-transform: uppercase;
}

/* NAVIGATION: LARGE VIEWPORTS - DROPDOWN MENU */

.nav-primary li.menu-active > ul {
	display: block;
}

#nav .nav-primary a.level0 {
	padding: 15px;
	font-size: 16px;
	font-weight: 400;
	text-transform: inherit;
}

nav#nav {
	display: block;
	padding: 0;
	margin: 0 auto;
}

a.level0.has-children::after {
	margin-left: 10px;
	font-family: "FontAwesome";
	content: "\f107";
}

.nav-primary .desktop-navigation ol li:last-child a {
	padding-right: 0;
}

#nav .nav-primary li.level1 a {
	padding: 10px 15px;
	font-weight: 500;
	color: #333333 !important;
	border-bottom: 0;
}

#nav .nav-primary a.level0:hover,
li.level0.nav-0.parent.menu-active {
	background-color: inherit;
}

/** NAVIGATION MEGAMENU: TOP MENU **/

.salecto-menumanager .salecto-topmenu {
	text-align: left;
}

.salecto-topmenu .salecto-label {
	float: left;
}

.salecto-topmenu .salecto-level0 {
	position: static;
	float: left;
}

.salecto-topmenu .salecto-label {
	padding: 14.75px 15px;
	font-size: 15px;
	color: #000000;
	text-transform: none;
}

.salecto-topmenu .salecto-label .salecto-iconmega {
	top: 3.75px;
	height: 15px;
}

.salecto-topmenu .salecto-level0.active .salecto-label,
.salecto-topmenu .salecto-level0:hover .salecto-label,
.salecto-topmenu .salecto-level0:active .salecto-label,
.salecto-topmenu .salecto-level0:focus .salecto-label {
	color: #FFFFFF;
}

.salecto-topmenu .salecto-level0.active .salecto-label,
.salecto-topmenu .salecto-level0:hover .salecto-label,
.salecto-topmenu .salecto-level0:active .salecto-label,
.salecto-topmenu .salecto-level0:focus .salecto-label {
	background-color: #333333;
}

.salecto-topmenu .salecto-submenu,
.salecto-topmenu .col-sub {
	color: #636363;
	background-color: #FFFFFF;
}

.salecto-topmenu .salecto-submenu a {
	color: #636363;
}

.salecto-topmenu .salecto-boxtitle {
	color: #636363;
}

/** NAVIGATION MEGAMENU: MOBILE VERSION **/

.salecto-category-dynamic .col-level .col-xs-12.form-group a:hover,
.salecto-category-dynamic .col-level .col-xs-12.form-group.active a,
.salecto-category-dynamic .col-dynamic a:hover span,
.salecto-category-level .parent.active > a.form-group,
.salecto-topmenu .salecto-level0.active .salecto-label {
	color: #FFFFFF !important;
}

.salecto-topmenu .salecto-level0.active.mbactive .salecto-label {
	color: #333333 !important;
}

.salecto-topmenu .salecto-submenu a.form-group:hover {
	color: #333333 !important;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
	background-color: #333333;
}

.skip-active .salecto-topmenu .salecto-level0 {
	display: block;
}

.skip-active .salecto-menumanager .anchor_mbmenu {
	display: none !important;
}

.header-nav {
	border-right: 0;
}

/** CART **/

.input-group .validation-advice {
	bottom: -115%;
}

.item-option .item-label,
.item-option .item-value {
	display: inline-block;
}

.item-option .item-label {
	font-weight: bold;
}

.item-options {
	font-size: 12px;
}

.item-option .item-label::after {
	content: ":";
}

#cart-sidebar {
	padding: 15px 0 0 0;
}

#cart-sidebar li {
	position: relative;
}

#cart-sidebar li > table {
	position: relative;
}

#cart-sidebar li > table {
	position: relative;
	margin-bottom: 15px;
	border-bottom: 1px solid #DEDEDE;
}

#cart-sidebar .remove.btn-remove {
	position: absolute;
	top: 0;
	right: 15px;
	z-index: 1;
	font-size: 100%;
	color: #000000;
}

#cart-sidebar table.info-wrapper tr.qty-wrapper th {
	vertical-align: middle;
}

#cart-sidebar li:last-child > table {
	margin: 0;
}

#cart-sidebar td {
	padding-left: 15px;
}

#cart-sidebar td,
#cart-sidebar th {
	padding-bottom: 9px;
	vertical-align: top;
}

.minicart-wrapper table.table {
	position: relative;
}

.minicart-wrapper .table > tbody > tr.product-details > td:last-child {
	padding-right: 45px;
}

.minicart-wrapper .table > tbody > tr.product-details > td:first-child,
.minicart-wrapper .table > tbody > tr.product-details > td:last-child {
	padding-top: 0;
	border-top: 0;
}

.minicart-wrapper #cart-sidebar li:first-child .table > tbody > tr.product-details > td {
	padding-top: 0;
	border-top: 0;
}

.minicart-wrapper p.block-subtitle {
	font-size: 18px;
	font-weight: bold;
}

.minicart-wrapper a.btn.btn-primary.btn-block i.fa {
	line-height: 1.5;
	color: #FFFFFF;
}

.minicart-wrapper i.fa.fa-trash-o {
	color: #FFFFFF;
}

.minicart-bottom {
	padding: 0 15px 15px 15px;
}

.header-minicart .dropdown-menu {
	right: 0;
	padding: 15px;
}

.header-minicart .info-wrapper .quantity-button {
	opacity: 0;
	-webkit-transition-duration: 100ms;
	-moz-transition-duration: 100ms;
	-o-transition-duration: 100ms;
	transition-duration: 100ms;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
}

.header-minicart .info-wrapper .quantity-button.visible {
	opacity: 1;
}

.header-minicart #minicart-success-message,
.header-minicart #minicart-error-message {
	display: none;
	text-align: center;
}

.table > tbody > tr > td.subtotal-label,
.table > tbody > tr > td.subtotal-number {
	padding: 0;
	padding-top: 15px;
	font-weight: bold;
	border: 0;
}

td.delete-td {
	padding: 0 !important;
	text-align: right;
	border: 0 !important;
}

.old-price {
	text-decoration: line-through;
}

.old-price span {
	font-size: 14px;
}

.header-minicart .dropdown-menu {
	right: 15px;
	left: inherit;
	min-width: 350px;
	padding: 0;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
	-moz-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
	box-shadow: 0 6px 12px rgba(0,0,0,0.175);
}

#header-cart .minicart-wrapper p.empty {
	padding: 15px;
	margin: 0;
}

/* ============================================ *
 * PAGE: CATEGORY
 * ============================================ */

.category-image {
	margin-bottom: 20px;
}

/** TOOLBAR **/

.pagination {
	margin-top: 5px;
	margin-bottom: 0;
}

.toolbar .view .views-container .btn.grid::before {
	display: inline-block;
	margin-right: 7px;
	font-family: FontAwesome;
	content: "\f009";
}

.toolbar .view .views-container .btn.list::before {
	display: inline-block;
	margin-right: 7px;
	font-family: FontAwesome;
	content: "\f00b";
}

/** LAYERED NAVIGATION **/

.block-layered-nav .panel-default > .panel-heading {
	border-top: 1px solid #DDDDDD;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.block-layered-nav .currently li.filter-titles {
	width: 100%;
	clear: both;
}

.block-layered-nav .currently li.filter-titles::after {
	display: block;
	clear: both;
	content: "";
}

.block-layered-nav .currently #status-filter {
	display: block;
}

#narrow-by-list div:first-of-type {
	border-top: 0;
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	border-top-right-radius: 3px;
}

/** PRODUCT ITEM: GRID **/

.item .panel a.product-image {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	-webkit-align-items: center;
	align-items: center;
	text-align: center;

	-webkit-box-align: center;
	-moz-box-align: center;
	-moz-box-flex: 1;
	-ms-flex-align: center;
}

.item .product-info .price-box {
	margin-bottom: 10px;
}

.item .panel > .label.label-new {
	left: 3%;
}

.item .panel > .label.label-sale {
	right: 3%;
}

.item .panel > .label {
	position: absolute;
	top: 3%;
	display: block;
	width: 50px;
	height: 50px;
	line-height: 45px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.product-image img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

.product-list {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-align-content: flex-end;
	align-content: flex-end;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	-moz-box-direction: normal;
	-moz-box-orient: horizontal;
	-ms-flex-line-pack: end;
}
.product-list.row:before{ 
	display: none; 
}
.product-list .item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-moz-box-direction: normal;
	-moz-box-orient: vertical;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
}

.product-list .item .panel.panel-default {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: space-between;
	justify-content: space-between;

	-moz-box-direction: normal;
	-moz-box-flex: 1;
	-moz-box-orient: vertical;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
}

.add-to-links {
	margin-bottom: 10px;
}

/* ============================================ *
 * PRODUCT VIEW
 * ============================================ */

.product-short-description {
	margin: 5px 0 15px;
}

.product-image-gallery .label.label-sale {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 75px;
	height: 75px;
	font-size: 14px;
	line-height: 70px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}

.add-to-cart-wrapper .qty-wrapper .input-group-addon {
	cursor: pointer;
}

/** MEDIA **/

.product-img-box .product-image-gallery > .label.label-sale {
	position: absolute;
	right: 3%;
}

.product-img-box .product-image-gallery > .label {
	top: 3%;
	width: 75px;
	height: 75px;
	font-size: 100%;
	line-height: 70px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}

.thumbnail {
	max-width: 80px;
	border: 1px solid #E6E6E6;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.more-views {
	margin-top: 15px;
}

.product-image-gallery {
	position: relative;
}

.product-image-gallery .gallery-image {
	display: none;
}

.product-image-gallery .gallery-image.visible {
	display: block;
}

.product-image-gallery .gallery-image.visible.hidden {
	visibility: hidden;
}

.product-image-gallery:before,
.product-image-gallery:after {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	content: "";
}

.product-image-gallery:before {
	z-index: 2;
	background-color: white;
	opacity: 0.8;
}

.product-image-gallery:after {
	z-index: 3;
	background-image: url("../images/opc-ajax-loader.gif");
	background-repeat: no-repeat;
	background-position: center;
}

.product-image-gallery.loading {
	position: relative;
}

.product-image-gallery.loading:before,
.product-image-gallery.loading:after {
	display: block;
}

.product-image-thumbs li {
	display: inline-block;
}

.product-image-thumbs li:first-child {
	margin-left: -1px;
}

.product-image-thumbs a {
	display: inline-block;
	border: 2px solid transparent;
	border-color: #ADADAD;
}

.no-touch .product-image-thumbs a:hover {
	border-color: #C7C7C7;
}

.product-img-box {
	padding-right: 15px;
}

/* ============================================ *
 * CHECKOUT
 * ============================================ */

.opc-message-container {
	text-align: center;
}

.opc-messages-action {
	margin-top: 20px;
	text-align: center;
}

.opc-messages {
	position: absolute;
	position: absolute;
	top: 30%;
	left: 50%;
	z-index: 1002;
	display: none;
	display: block;
	width: 410px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 30px;
	margin-top: -20px;
	margin-left: -205px;
	font-size: 16px;
	font-weight: normal;
	color: #404040;
	text-align: left;
	background-color: #FEFEFE;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 3px 10px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 3px 10px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 3px 10px 1px rgba(0, 0, 0, 0.2);
}

.opc-message-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10001;
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
}

.close-message-wrapper {
	position: absolute;
	top: 10px;
	right: 18px;
	z-index: 1005;
	display: block;
	width: 8px;
	height: 8px;
	line-height: 10px;
	color: #4A4A4A;
	cursor: pointer;
	background: transparent;
}

.discount-block .panel-heading,
.comment-block .panel-heading {
	display: block;
}

.discount-block .panel-heading i.fa.fa-plus,
.comment-block .panel-heading i.fa.fa-plus {
	line-height: 20px;
}

.discount-block .panel-heading:hover,
.comment-block .panel-heading:hover,
.discount-block .panel-heading:focus,
.comment-block .panel-heading:focus {
	text-decoration: none;
}

.discount-block .panel-title::after {
	float: right;
	font-family: FontAwesome;
	content: "\f068";
}

.discount-block .panel-heading.collapsed .panel-title::after {
	float: right;
	font-family: FontAwesome;
	content: "\f067";
}

.comment-block .panel-title::after {
	float: right;
	font-family: FontAwesome;
	content: "\f068";
}

.comment-block .panel-heading.collapsed .panel-title::after {
	float: right;
	font-family: FontAwesome;
	content: "\f067";
}

.comment-block .form-group {
	margin: +0;
}

.btn-checkout.opc-btn-checkout {
	margin-top: 20px;
}

a.back-inline {
	margin-right: 10px;
}

/** LOADER **/

#floatingCirclesG {
	position: relative;
	top: 50%;
	width: 64px;
	height: 64px;
	margin: 0 auto;
	-webkit-transform: scale(0.6);
	-moz-transform: scale(0.6);
	-ms-transform: scale(0.6);
	-o-transform: scale(0.6);
	transform: scale(0.6);
}

.f_circleG {
	position: absolute;
	width: 12px;
	height: 12px;
	background-color: #FFFFFF;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-animation-name: f_fadeG;
	-moz-animation-name: f_fadeG;
	-o-animation-name: f_fadeG;
	animation-name: f_fadeG;
	-webkit-animation-duration: 0.72s;
	-moz-animation-duration: 0.72s;
	-o-animation-duration: 0.72s;
	animation-duration: 0.72s;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-direction: linear;
	-moz-animation-direction: linear;
	-o-animation-direction: linear;
	animation-direction: linear;
}

#frotateG_01 {
	top: 26px;
	left: 0;
	-webkit-animation-delay: 0.27s;
	-moz-animation-delay: 0.27s;
	-o-animation-delay: 0.27s;
	animation-delay: 0.27s;
}

#frotateG_02 {
	top: 8px;
	left: 8px;
	-webkit-animation-delay: 0.36s;
	-moz-animation-delay: 0.36s;
	-o-animation-delay: 0.36s;
	animation-delay: 0.36s;
}

#frotateG_03 {
	top: 0;
	left: 26px;
	-webkit-animation-delay: 0.45s;
	-moz-animation-delay: 0.45s;
	-o-animation-delay: 0.45s;
	animation-delay: 0.45s;
}

#frotateG_04 {
	top: 8px;
	right: 8px;
	-webkit-animation-delay: 0.54s;
	-moz-animation-delay: 0.54s;
	-o-animation-delay: 0.54s;
	animation-delay: 0.54s;
}

#frotateG_05 {
	top: 26px;
	right: 0;
	-webkit-animation-delay: 0.63s;
	-moz-animation-delay: 0.63s;
	-o-animation-delay: 0.63s;
	animation-delay: 0.63s;
}

#frotateG_06 {
	right: 8px;
	bottom: 8px;
	-webkit-animation-delay: 0.72s;
	-moz-animation-delay: 0.72s;
	-o-animation-delay: 0.72s;
	animation-delay: 0.72s;
}

#frotateG_07 {
	bottom: 0;
	left: 26px;
	-webkit-animation-delay: 0.81s;
	-moz-animation-delay: 0.81s;
	-o-animation-delay: 0.81s;
	animation-delay: 0.81s;
}

#frotateG_08 {
	bottom: 8px;
	left: 8px;
	-webkit-animation-delay: 0.9s;
	-moz-animation-delay: 0.9s;
	-o-animation-delay: 0.9s;
	animation-delay: 0.9s;
}

@-webkit-keyframes f_fadeG {
	0% {
		background-color: #333333;
	}

	100% {
		background-color: #FFFFFF;
	}
}

@-moz-keyframes f_fadeG {
	0% {
		background-color: #333333;
	}

	100% {
		background-color: #FFFFFF;
	}
}

@-o-keyframes f_fadeG {
	0% {
		background-color: #333333;
	}

	100% {
		background-color: #FFFFFF;
	}
}

@keyframes f_fadeG {
	0% {
		background-color: #333333;
	}

	100% {
		background-color: #FFFFFF;
	}
}

.opc-ajax-loader {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000 !important;
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
}

/* ============================================ *
 * FOOTER
 * ============================================ */

#footer {
	padding: 40px 0;
	margin-top: 30px;
	background: #F8F8F8;
}

.footer-title {
	font-size: 20px;
	font-weight: bold;
}

/* ============================================ *
 * RESPONSIVE
 * ============================================ */

@media only screen and (min-width: 576px) {
	.float-sm-left {
		float: left !important;
	}

	.float-sm-right {
		float: right !important;
	}

	.float-sm-none {
		float: none !important;
	}
}

@media only screen and (min-width: 768px) {
	.col-sm-5ths {
		float: left;
		width: 20%;
	}

	.float-md-left {
		float: left !important;
	}

	.float-md-right {
		float: right !important;
	}

	.float-md-none {
		float: none !important;
	}

	.nav-primary {
		/* Default styles for 1+ drop-down menus */
		/* Level 2+ */
		/* Class for js to add briefly to evaluate element positioning. */
		/* Correct menus that will hang off the page (class added by js) */
		/* Level 1+ */
	}

	.nav-primary a.level0 {
		padding: 0 50px 0 0;
	}

	.nav-primary li.level0,
	.nav-primary a.level0 {
		display: inline-block;
	}

	.nav-primary li:last-child > a {
		border-bottom: none;
	}

	.nav-primary a:hover,
	.nav-primary li:hover > a {
		color: #333333;
	}

	.nav-primary .menu-active {
		z-index: 200;
	}

	.nav-primary li.level0 ul {
		position: absolute;
		top: 30px;
		left: 0;
		/* Height of ".nav-primary a.level0" */
		z-index: 10;
		display: none;
		width: 250px;
		padding-right: 10px;
		padding-left: 10px;
		background: #FBFBFB;
		border: solid 1px #CCCCCC;
		/* Hide until displayed. */
	}

	.nav-primary li.level1 ul {
		top: -1px;
		left: 225px;
	}

	.nav-primary li.level2 > a {
		padding: 10px 0;
	}

	.nav-primary li.level0 ul.level0.position-test {
		display: block;
	}

	.nav-primary li.level0 ul.level0.spill {
		right: 0;
		left: auto;
	}

	.nav-primary li.level0 ul.level0.spill li.level1 ul {
		top: 20px;
		right: 50px;
		left: auto;
	}

	.nav-primary li.level0 li.parent > a {
		position: relative;
		padding: 10px 0;
	}

	.nav-primary li.level0 li.parent > a:after {
		position: absolute;
		top: 50%;
		right: 5px;
		display: block;
		width: 0;
		height: 0;
		margin-top: -3px;
		content: "";
		border-top: 4px solid transparent;
		border-right: none;
		border-bottom: 4px solid transparent;
		border-left: 4px solid #CCCCCC;
	}

	.nav-primary li.level0 ul.level0 {
		top: 61px;
		left: 15px;
		padding-right: 0;
		padding-left: 0;
		background: #FFFFFF;
		border: 0;
	}

	.nav-primary li.level1 ul {
		top: 0;
		left: 250px;
		background: #F4F4F4;
		border: 0;
	}

	.navbar-default {
		display: block;
		/* Force visibility */
	}

	.nav-primary {
		display: block;
		margin-top: 5px;
	}
}

@media only screen and (min-width: 991px) {
	#ajax-filters {
		display: block !important;
	}
}

@media only screen and (min-width: 992px) {
	.col-md-5ths {
		float: left;
		width: 20%;
	}

	.float-lg-left {
		float: left !important;
	}

	.float-lg-right {
		float: right !important;
	}

	.float-lg-none {
		float: none !important;
	}
}

@media only screen and (min-width: 1200px) {
	.float-xl-left {
		float: left !important;
	}

	.float-xl-right {
		float: right !important;
	}

	.float-xl-none {
		float: none !important;
	}
}

@media only screen and (min-width: 1600px) {
	.col-lg-5ths {
		float: left;
		width: 20%;
	}
}

@media only screen and (max-width: 991px) {
	#sort-filters {
		padding: 20px;
		margin: 0;
		background-color: #FDFDFD;
		border-top: 0;
		border-right: 1px solid #F5F5F5;
		border-left: 1px solid #F5F5F5;
	}

	#ajax-filters #narrow-by-list {
		padding: 5px 5px;
		margin: 0;
		background-color: #F5F5F5;
		-webkit-border-top-left-radius: 0;
		-moz-border-radius-topleft: 0;
		border-top-left-radius: 0;
		-webkit-border-top-right-radius: 0;
		-moz-border-radius-topright: 0;
		border-top-right-radius: 0;
	}

	.block-layered-nav .panel-default > .panel-heading {
		padding-top: 0;
		padding-bottom: 0;
		font-weight: bold;
		border-top: 0;
		border-bottom: 0;
	}

	#narrow-by-list div:first-of-type {
		padding-top: 12px;
	}

	div#layered-navigation-container {
		margin-bottom: 20px;
	}

	.block-layered-nav .block-title.mobile-title::after {
		float: right;
		font-family: FontAwesome;
		content: "\f146";
	}

	.block-layered-nav .block-title.mobile-title.collapsed::after {
		float: right;
		font-family: FontAwesome;
		content: "\f0fe";
	}

	.block-layered-nav .block-title.mobile-title.collapsed {
		padding: 10px;
		margin-bottom: 0;
		font-size: 16px;
		font-weight: bold;
		color: #333333;
		cursor: pointer;
		background: #F5F5F5;
	}

	.block-layered-nav .block-title.mobile-title {
		padding: 10px;
		margin-bottom: 0;
		font-size: 16px;
		font-weight: bold;
		color: #FFFFFF;
		cursor: pointer;
		background: #333333;
	}
}

@media only screen and (max-width: 768px) {
	.product-options .form-group .form-control {
		font-size: 16px;
	}

	#header-search {
		position: absolute;
		top: 97%;
		right: 0;
		z-index: 1;
		display: none;
		width: 100%;
	}

	.search_mini_form-container {
		width: 100%;
		padding: 10px;
		background-color: #F4F4F4;
		border: 1px solid #CCCCCC;
	}

	.search-col {
		position: inherit;
		width: 0;
		padding: 0;
	}

	.product-image img {
		height: auto;
	}

	.salecto-menumanager .mb-submain {
		padding: 0;
	}

	.cart-col {
		position: inherit;
	}

	#narrow-by-list .sort-by .input-group {
		padding-top: 0;
	}

	.category-image {
		display: none;
	}

	.wishlist-btn-group {
		margin: 10px 0;
	}

	.customer-wishlist-item-quantity .qty {
		min-width: 60px;
	}

	.title.mobile-title-sort.collapsed::after {
		float: right;
		font-family: FontAwesome;
		font-style: normal;
		content: "\f196";
	}

	.title.mobile-title-sort::after {
		float: right;
		font-family: FontAwesome;
		font-style: normal;
		content: "\f147";
	}

	.title.mobile-title-sort {
		padding: 8px 15px 8px 8px;
		font-style: italic;
		cursor: pointer;
		background: #F5F5F5;
	}

	#ajaxlist-reload-product_list .product-list {
		margin-top: 25px;
	}

	#ajax-filters.in,
	#ajax-filters.collapsing,
	#sort-filters.in,
	#sort-filters.collapsing {
		display: block!important;
	}

	.opc-btn-checkout {
		margin-top: 20px;
	}

	#header-account {
		margin-right: auto;
		margin-left: auto;
	}

	#MB_content .buttons .btn {
		width: 100%;
	}

	#MB_window .btn.btn-primary {
		margin-top: 10px;
		margin-bottom: 20px;
	}

	#MB_content .buttons {
		padding: 0;
	}

	#MB_window {
		width: 90% !important;
	}

	.product-media .product-image #image-main {
		max-height: 350px;
	}

	.block.block-related .page-title.block-title {
		margin-top: 30px;
	}

	.sort-by,
	.limiter {
		margin-bottom: 10px;
	}

	.cart-col .skip-links .header-nav,
	.cart-col .skip-links .header-search,
	.cart-col .skip-links .header-minicart {
		color: #333333;
		background: #FFFFFF;
	}

	.cart-col .skip-links .header-minicart > a {
		position: relative;
		height: 100%;
		padding-top: 5px;
		color: #333333;
	}

	.cart-col a:hover,
	.cart-col a:active,
	.cart-col a:focus {
		text-decoration: none;
	}

	.cart-col .skip-links .header-nav {
		border-right: 0;
	}

	#topbar {
		display: none;
	}

	.logo-col {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
		-webkit-align-content: center;
		align-content: center;

		-webkit-box-align: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		-ms-flex-line-pack: center;
	}

	.page-header > .row {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-align-items: center;
		align-items: center;

		-webkit-box-align: center;
		-moz-box-align: center;
		-ms-flex-align: center;
	}

	.badge {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		background-color: rgb(204, 204, 204);
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}

	.cart-col .skip-links .header-minicart {
		/* position: relative; */
		vertical-align: top;
		/* padding-top: 6px; */
	}

	.cart-col .skip-links .header-nav i.fa,
	.cart-col .skip-links .header-search i.fa,
	.cart-col .skip-links .header-minicart i.fa {
		font-size: 1.4em;
	}

	#header-cart .btn-remove i.fa.fa-window-close {
		font-size: 1em;
	}

	.opc-login.pull-right {
		float: none !important;
		margin-bottom: 20px;
	}

	.page-title.cart-title,
	.page-title.checkout-title {
		margin-top: 20px;
	}

	.cart-btn-group-mobile {
		margin: 15px;
	}

	#shopping-cart-table .qty {
		min-width: 50px;
	}

	#header .logo-col .logo {
		display: block;
		text-align: center;
	}

	.breadcrumb {
		margin-top: 20px;
	}

	.breadcrumb {
		margin-top: 20px;
	}

	ul.list-inline.top-links {
		margin-bottom: 15px;
		text-align: center;
	}

	.top-header.text-right {
		text-align: center;
	}

	#footer a.footer-logo {
		display: block;
		margin-bottom: 15px;
	}

	#footer .footer-col {
		margin: 5px 0;
	}

	.add-to-cart-panel .input-group.qty-wrapper {
		margin-bottom: 10px;
	}

	.add-to-cart-panel .input-group.input-group-lg.qty-wrapper .input-group-addon {
		height: inherit;
		padding: 6px 12px;
		font-size: 14px;
		line-height: 1;
	}

	.add-to-cart-panel .add-to-cart-buttons button.btn.btn-success.btn-lg.btn-block {
		padding: 6px 12px;
		font-size: 14px;
		line-height: 1.42857143;
	}

	.add-to-cart-panel .input-group.input-group-lg.qty-wrapper .form-control {
		height: 34px;
		padding: 6px 12px;
		padding: 6px 12px;
		font-size: 14px;
		font-size: 14px;
		line-height: 1.42857143;
	}

	#footer a.footer-logo {
		display: block;
		margin-bottom: 15px;
	}

	#footer .footer-col {
		margin: 5px 0;
	}

	.product-options-bottom .input-group.qty-wrapper {
		margin-bottom: 10px;
	}

	.btn-group.btn-group-responsive > .btn {
		display: block;
		width: 100%;
	}

	/* making the border-radius correct */

	.btn-group.btn-group-responsive > .btn:first-child {
		-webkit-border-radius: 6px 6px 0 0;
		-moz-border-radius: 6px 6px 0 0;
		border-radius: 6px 6px 0 0;
	}

	.btn-group.btn-group-responsive > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
		border-bottom: 0;
		-webkit-border-top-right-radius: 6px;
		-moz-border-radius-topright: 6px;
		border-top-right-radius: 6px;
	}

	.btn-group.btn-group-responsive > .btn:last-child:not(:first-child) {
		-webkit-border-radius: 0 0 6px 6px;
		-moz-border-radius: 0 0 6px 6px;
		border-radius: 0 0 6px 6px;
	}

	/* fixing margin */

	.btn-group.btn-group-responsive .btn + .btn {
		margin-left: 0;
	}

	.header-nav,
	.header-search,
	.header-minicart {
		display: table-cell!important;
		width: 33.3%;
		text-align: center;
		vertical-align: middle;
		border: 1px solid #CCCCCC;
	}

	.page-header .skip-links {
		/* position: relative; */
		display: table;
		width: 100%;
		height: 50px;
		table-layout: fixed;
	}

	.header-minicart > a {
		display: block;
	}

	.header-search {
		border-right: 0;
	}

	.page-header {
		position: relative;
		padding-bottom: 0;
		margin-top: 25px;
		margin-bottom: 0;
	}

	.cms-index-index #content {
		margin-top: 25px;
	}

	.navbar-default {
		width: 100%;
		padding: 0!important;
		background-color: inherit;
		border: 1px solid #CCCCCC;
		border-top: 0;
	}

	.salecto-menumanager .salecto-topmenu {
		display: block;
		background-color: transparent;
	}

	.salecto-menumanager .anchor_mbmenu {
		display: none !important;
	}

	.salecto-topmenu .salecto-level0 {
		position: relative;
		display: none;
		float: left;
		width: 100%;
	}

	.salecto-topmenu.active .salecto-level0 {
		display: block;
	}

	.salecto-topmenu .salecto-label {
		float: left;
		width: 100%;
		min-height: 43px;
		padding: 12px 15px 8px !important;
		color: #2F2F2F;
		text-decoration: none;
		background: #FFFFFF;
		border-top: 0;
		outline: none;
	}

	.salecto-topmenu .salecto-submenu {
		display: none !important;
	}

	.salecto-topmenu .mbactive .mb-submenu.slide {
		z-index: 201;
		display: inline;
	}

	.salecto-level0 .salecto-label,
	.salecto-menumanager .mb-label {
		display: block !important;
		font-size: 15px;
		color: #2F2F2F;
		text-transform: none;
		background-color: #FFFFFF;
	}

	.salecto-topmenu .salecto-level0.active .salecto-label,
	.salecto-topmenu .salecto-level0:hover .salecto-label,
	.salecto-topmenu .salecto-level0:active .salecto-label,
	.salecto-topmenu .salecto-level0:focus .salecto-label,
	.salecto-topmenu .salecto-level0:hover .mb-label,
	.salecto-topmenu .salecto-level0:active .mb-label,
	.salecto-topmenu .salecto-level0:focus .mb-label,
	.salecto-menumanager .mbactive .salecto-label,
	.salecto-menumanager .mbactive .mb-return,
	.salecto-menumanager .mbactive .mb-label {
		color: #2F2F2F;
		background-color: #EBEDED;
	}

	.salecto-menumanager .anchor_mbmenu {
		background-color: #FFFFFF;
	}

	.salecto-menumanager .anchor_mbmenu .anchor_mbmenu_text {
		color: #000000;
	}

	.salecto-menumanager .mb-submenu {
		color: #636363;
		background-color: #FFFFFF;
	}

	.salecto-menumanager .salecto-boxtitle {
		color: #636363;
	}

	.salecto-menumanager .mb-submenu a {
		color: #636363;
	}

	#header-cart.skip-active {
		position: absolute;
		top: 97%;
		right: 0;
		z-index: 200;
		display: block;
		width: 100%;
		min-width: inherit;
		margin-top: 0;
		background: #F4F4F4;
		border: solid 1px #CCCCCC;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}

	.navbar-default.skip-content.skip-active {
		border: 1px solid #CCCCCC;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}

	.navbar-default {
		float: none;
		min-height: auto;
		padding: 5px 0;
		border: 0;
	}

	.nav-primary a.level0,
	.nav-primary a {
		line-height: 35px;
	}

	.nav-primary li.level0 ul {
		display: none;
	}

	.nav-primary li.level0 li {
		padding: 0 0 0 25px;
	}

	.nav-primary li.level1 a {
		padding: 0 15px 0 25px;
	}

	.nav-primary li.parent > a:after {
		position: absolute;
		top: 50%;
		right: auto;
		left: 10px;
		display: block;
		width: 0;
		height: 0;
		margin-top: -5px;
		content: "";
		border-top: 5px solid transparent;
		border-right: none;
		border-bottom: 5px solid transparent;
		border-left: 5px solid #CCCCCC;
	}

	.nav-primary li.parent.sub-menu-active > a:after,
	.nav-primary li.parent.menu-active > a:after {
		position: absolute;
		top: 50%;
		right: auto;
		left: 10px;
		display: block;
		width: 0;
		height: 0;
		margin-top: -5px;
		content: "";
		border-top: 5px solid #CCCCCC;
		border-right: 5px solid transparent;
		border-bottom: none;
		border-left: 5px solid transparent;
	}

	.nav-primary li.menu-active > a,
	.nav-primary li.sub-menu-active > a {
		color: #333333;
	}

	a.skip-link.skip-nav .label {
		display: none;
	}

	.skip-nav span.icon::after {
		display: block;
		font-family: "FontAwesome", sans-serif;
		font-size: 25px;
		line-height: 32px;
		color: #333333;
		content: "\f0c9";
	}

	div#header-nav .container {
		width: 100%;
	}

	.nav-primary li.parent > a:after {
		position: absolute;
		top: 50%;
		right: 10px;
		left: auto;
		display: block;
		width: 0;
		height: 0;
		margin-top: -5px;
		content: "";
		border-top: 5px solid transparent;
		border-right: none;
		border-bottom: 5px solid transparent;
		border-left: 5px solid #CCCCCC;
	}

	.nav-primary li.parent.sub-menu-active > a:after,
	.nav-primary li.parent.menu-active > a:after {
		right: 10px;
		left: auto;
	}
}