/* ============================================ *
 * 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;
}
b, strong {
	font-weight: bold;
}
dt {
	font-weight: 600;
}

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

img {
	max-width: 100%;
}
.hidden{
	display: none;
}

/** APPLY BOOTSTRAP STYLE TO DYNAMICALLY CREATED SELECT BOXES **/
select {
	display: block;
	width: 100%;
	height: auto;
	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);
}
select.form-control {
    background-image: url("https://image.flaticon.com/icons/svg/60/60781.svg");
    background-position: 94% 50%;
    background-size: 8px 8px;
    background-repeat: no-repeat;
}

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

/* ============================================ *
 * COMPARE STYLES
 * ============================================ */
.compare-table{
	border-collapse: initial;
}
.compare-table .card{
	width: 280px;
}
.compare-table .card .remove-item {
	position: absolute;
	right: -10px;
	top: -15px;
	font-size: 20px;
	background-color: #fff;
}

/* ============================================ *
 * PRE-DEFINED INSPECT STYLES
 * ============================================ */
.block-title,
.card-title h1 {
	margin: 0 0 12px 0;
	font-size: 30px;
	font-weight: 500;
	line-height: 1.5;
}

.card-title h2 {
	margin: 0;
	margin-bottom: 20px;
	font-size: 26px;
	line-height: 1.5;
}
.add-to-cart-panel .price-box {
	margin-bottom: 10px;
	font-size: 22px;
	font-weight: bold;
}
.product-options select.form-control{
	background-position: 98% 50%;
}

.add-to-links .btn{
	font-size: .8rem;
}
#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;
	left: 0;
	top: 100%;
	z-index: 1;
	display: block;
	max-width: 200px;
	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;
	left: 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%;
}
.minicart-wrapper .alert-secondary{
	margin-bottom: 0;
	-webkit-border-radius: 0px; 
	-moz-border-radius: 0px; 
	border-radius: 0px;
}



/* ============================================ *
 * 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;
}
.validate-not-negative-number{ width: 70px; }

.required{
	display: block;
}
.required em{
	color: #dc3545;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.card .product-image{
	text-align: center;
}
.card-img-top{
	width: auto;
}
}


/* ============================================ *
 * BOOTSTRAP 4 COL5 STYLE
 * ============================================ */
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths,
.col-xl-5ths {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
@media only screen and (min-width: 576px) {
	.col-sm-5ths {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
}
@media only screen and (min-width: 768px) {
	.col-md-5ths {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
}

@media only screen and (min-width: 992px) {
	.col-lg-5ths {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
}
@media only screen and (min-width: 1200px) {
	.col-xl-5ths {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
}
.scrollToTop {
	position: fixed;
	right: 20px;
	bottom: 120px;
	width: 50px;
	height: 50px;
	font-size: 30px;
	color: #848484;
	text-align: center;
	cursor: pointer;
	background: #F4F4F4;
	z-index: 10;
	-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%);
}

@media only screen and (min-width: 1151px) {
	#header-search.skip-content {
		display: block;
	}
}

.skip-content {
	display: none;
}
.skip-content.skip-active {
	display: block;
}
.form-group {
	position: relative;
}

/* ============================================ *
 * PAGE: PRINT
 * ============================================ */
.items-ordered .table,
.order-items.order-details .table{
	margin-bottom: 0;
}

/* ============================================ *
 * PAGE: HOME
 * ============================================ */
.nav-tabs {
	border: none;
	margin-bottom: 1.5rem !important;
}
.nav-tabs > li{
	display: inline-block;
	padding: 0 10px;	
}
@media only screen and (max-width: 479px) {
	.nav-tabs > li{
		padding: 0 5px;
	}
}
.nav-tabs > li > a{
	font-size: 20px;
	line-height: 48px;
	display: block;
	font-weight: 500;
	color: #FFFFFF;
	padding-top: 0px; 
	padding-bottom: 0px;
	padding-left: 40px;
	padding-right: 40px;
	background-color: #007bff;
}
.nav-tabs > li > a:hover{
	background-color: #6c757d;
	text-decoration: none;
}
.nav-tabs > li.ui-tabs-active > a,
.nav-tabs > li.ui-tabs-active > a:focus,
.nav-tabs > li.ui-tabs-active > a:hover {
	outline: none;
	background-color: #6c757d;
}
.nav-tabs > li:focus {
	outline: none;
}

.owl-carousel .owl-stage{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.owl-carousel .owl-stage .item{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.item .label-sale {
	position: absolute;
	width: 60px;
	height: 60px;
	right: 10px;
	top: 10px;
	color: #ffffff;
	line-height: 51px;
}
.item .label-new {
	position: absolute;
	width: 60px;
	height: 60px;
	left: 10px;
	top: 10px;
	color: #ffffff;
	line-height: 51px;
}
.product-image-gallery .label-sale {
	position: absolute;
	width: 80px;
	height: 80px;
	right: 10px;
	top: 10px;
	color: #ffffff;
	line-height: 72px;
	font-size: 16px;
}
.product-image-gallery .label-new {
	position: absolute;
	width: 80px;
	height: 80px;
	left: 10px;
	top: 10px;
	color: #ffffff;
	line-height: 72px;
	font-size: 16px;
}
.item .add-to-links{
	text-align: center;
}
.owl-carousel .owl-nav button.owl-prev, 
.owl-carousel .owl-nav button.owl-next{
	border: 1px solid rgba(0,0,0,.125);
}
@media only screen and (max-width: 576px){
.home-page-tabs .owl-carousel .owl-nav {
    display: inline-block;
}
}


/* ============================================ *
 * 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: "";
}

/** 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;
	font-size: 14px;
	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;
}

.my-account .contact-info .card-body,
.my-account .newsletters .card-body{
	min-height: 115px;
}
.my-account .shipping .card-body,
.sales-order-print .shipping .card-body{
	min-height: 200px;
}
.my-account .billing .card-body,
.my-account .payment .card-body{
	min-height: 230px;
}


#country.form-control{
	background-position: 98% 50%;
}


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

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

.header-minicart > a {
	text-decoration: none;
}
.header-minicart > a > span.badge {
	vertical-align: top;
	background-color: #545e67;
	padding: 5px 7px;
	color: #FFFFFF;
	-webkit-border-radius: 50%; 
	-moz-border-radius: 50%; 
	border-radius: 50%;
}

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

/** NAVIGATION **/
.nav-primary > li {
	position: relative;
}

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

.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 {
	display: block;
	padding: 15px 20px;
	color: #000;
	font-size: 18px;
	outline: none !important;
	text-decoration: none !important;
	cursor: pointer;
	line-height: 1.5;
	text-transform: none;
}

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

a.level0.has-children:after {
	margin-left: 10px;
	font-family: 'Font Awesome 5 Pro';
	content: "\f107";
}

#nav .nav-primary li.level1 a {
	padding: 7px 15px;
    font-weight: 400;
    color: #333333 !important;
    border-bottom: 1px solid #ededed;
    display: block;
}
#nav .nav-primary .desktop-navigation ol li:last-child a {
	border-bottom: none;
}

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

/** NAVIGATION MEGAMENU: MOBILE VERSION **/

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

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

/** CART **/

#cart-sidebar {
	padding:0;
}
#cart-sidebar .shopping-cart-items{
	border-bottom: 1px solid #eeeeee;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-left: 15px;
	margin-right: 15px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#cart-sidebar .shopping-cart-items.last{
	border-bottom: none;
}
#cart-sidebar .cart-item-image{
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}
#cart-sidebar .cart-item-image .product-image {
	border: 1px solid #eeeeee;
	display: block;
	text-align: center;
	padding: 5px;
}
#cart-sidebar .cart-item-body{
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
	padding-left: 15px;
}
.cart-item-body .item-name a{
	font-size: 16px;
	font-weight: 600;
	color: #545e67;
	white-space: nowrap;
  	overflow: hidden;
  	text-overflow: ellipsis;
  	display: block;
}
.cart-item-body .item-name a:hover{
	color: #007bff;
}

.cart-item-body .item-quantity{
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
}
.cart-item-body .item-options{
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
}
.cart-item-body .item-options .option-value:before{
	content: "\f068";
	display: inline-block;
	font-family: 'Font Awesome 5 Pro';
	-webkit-transform: rotate(90deg); 
	-moz-transform: rotate(90deg); 
	-o-transform: rotate(90deg); 
	-ms-transform: rotate(90deg); 
	transform: rotate(90deg);
	color: #545e67;
	margin-left: -4px;
	margin-right: -4px;
	margin-top: 1px;
	vertical-align: top;
}

.cart-item-body .item-price{
	display: block;
	vertical-align: top;
}
.cart-item-body .item-price .price{
	color: #007bff;
}
.cart-item-body .remove{
	color: #545e67;
	font-weight: 500;
	font-size: 11px;
	vertical-align: top;
	display: inline-block;
}
.cart-item-body .remove:hover{
	color: #007bff;
}
.minicart-btns{
	display: block;
	padding: 15px;
	padding-top: 0;
}
.minicart-btns .btn-group{
	width: 100%;
}

.minicart-wrapper p.block-subtitle {
	font-size: 18px;
	font-weight: bold;
}
.minicart-wrapper a.btn.btn-primary.btn-block i.fa {
	float: right;
	line-height: 1.5;
	color: #FFFFFF;
}
.minicart-wrapper i.fa.fa-trash-o {
	color: #FFFFFF;
}
.minicart-bottom {
	padding: 0;
}

.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:10px 15px;
	font-weight: 600;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	background-color: #eeeeee;
}

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 1.25rem;
	margin: 0;
}

@media only screen and (max-width: 567px) {
	.mobile-responsive .btn{
		display: block;
		float: left;
		width: 100%;
	}	
}

#MB_window .mobile-responsive .btn.btn-primary{
	margin-top: 0px;
	margin-bottom: 0px;
}


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


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

/** TOOLBAR **/

.pagination {
	margin-top: 5px;
	margin-bottom: 0;
}
.pagination .page-link{
	padding: 0.5rem 0.60rem;
}
.toolbar .view .views-container .btn.grid:before {
	display: inline-block;
	margin-right: 5px;
	margin-left: 5px;
	font-family: 'Font Awesome 5 Pro';
	content: "\f009";
}

.toolbar .view .views-container .btn.list:before {
	display: inline-block;
	margin-right: 5px;
	margin-left: 5px;
	font-family: 'Font Awesome 5 Pro';
	content: "\f00b";
}

.page-item.disabled .page-link{
	display: none;
}


/** 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 li.filter-titles a {
	font-size: 12px;
}

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

#narrow-by-list div:first-of-type {
	border-top: 0 !important;
	-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 **/

.card-img-top {
	max-height: 250px;
	object-fit: contain;
}

.add-to-links li{
	display: inline-block;
}
.add-to-links li .separator{
	font-size: .9rem;
	line-height: 1.6;
	vertical-align: top;
	padding-right: 5px;
	padding-left: 5px;
}

/* ============================================ *
 * 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;
}
.more-views li.list-inline-item{
	vertical-align: top;
}
.more-views li.list-inline-item:not(:last-child) {
    margin-right: 0rem;
}
.more-views li.list-inline-item:nth-child(6n){
    margin-right: 0rem;
}

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

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

.product-image-gallery .gallery-image.visible {
    display: block;
    height: 460px;
    padding: 0;
    margin: 0;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.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("/skin/frontend/salecto/sblank/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;
}

.img-thumbnail {
	border: none;
}

/* ============================================ *
 * PRODUCT DETAILS
 * ============================================ */
.availability.out-of-stock .label:before {
	content: "";
	background-color: #ff0000;
	width: 8px;
	height: 8px;
	display: inline-block;
	vertical-align: top;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin-right: 7px;
	margin-top: 9px;
}
.availability.in-stock .label:before {
	content: "";
	background-color: #28a745;
	width: 8px;
	height: 8px;
	display: inline-block;
	vertical-align: top;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin-right: 7px;
	margin-top: 9px;
}

.configurable-swatch-list .selected .btn-light{
	background-color: #e2e6ea;
}



/* ============================================ *
 * PRODUCT TABS
 * ============================================ */
.product-collateral .toggle-tabs {
  position: relative;
  border-right: none;
  padding: 0;
}

.product-collateral .toggle-tabs li {
  padding: 0;
  display: inline-block;
}

.product-collateral .toggle-tabs li span {
  padding: 15px 30px;
  cursor: pointer;
  display: block;
}

.product-collateral .toggle-tabs li.current span,
.product-collateral .toggle-tabs li:hover span {
  color: #333;
  background-color: rgba(0, 0, 0, 0.03);
}

.collateral-tabs {
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  background-color: rgba(0, 0, 0, 0.03);
  padding:15px 30px;
  margin-top: 0;
  margin-bottom: 0;
}

.product-collateral .tab-container {
  display: none;
}

.collateral-tabs .tab {
	display: none;
}

.product-collateral .tab-container.current {
  display: block;
}


@media only screen and (max-width: 1150px){
	.product-collateral .toggle-tabs {
		display: none;
	}

	.collateral-tabs {
		padding: 0;
		border: 1px solid #fff;
	}

	.collateral-tabs .tab {
		display: block;
		padding: 7px 15px;
		font-size: 16px;
		line-height: 24px;
		font-weight: 600;
		background-color: #f4f4f4;
		border-bottom: 1px solid #fff;
		position: relative;
	}

	.collateral-tabs .tab.last {
		border-bottom: none;
	}

	.collateral-tabs .tab:after {
		position: absolute;
		right: 0;
		top: 0;
		width: 38px;
		line-height: 38px;
		height: 38px;
		color: #000;
		font-size: 20px;
		background-color: #f4f4f4;
		content: "+";
		font-weight: 800;
		text-align: center;
	}

	.collateral-tabs .tab.current:after {
		content: "-";
	}

	.product-collateral .tab-container {
		padding: 7px 20px;
		border-bottom: 1px solid #fff;
		background-color: #f4f4f4;
		margin-bottom: 0;
	}
	.header-nav,
	.header-search,
	.header-minicart{
		border: 1px solid #DDDDDD;
	}

}


/* ============================================ *
 * 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: 'Font Awesome 5 Pro';
	content: "\f068";
}

.discount-block .panel-heading.collapsed .panel-title:after {
	float: right;
	font-family: 'Font Awesome 5 Pro';
	content: "\f067";
}

.comment-block .panel-title:after {
	float: right;
	font-family: 'Font Awesome 5 Pro';
	content: "\f068";
}

.comment-block .panel-heading.collapsed .panel-title:after {
	float: right;
	font-family: 'Font Awesome 5 Pro';
	content: "\f067";
}

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

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

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

#payment_form_epay_standard li iframe{
	height: 80px!important;
}
.opc-data-table .product-name{
	font-weight: 600;
	margin-bottom: 0;
}
.opc-data-table .item-options{
	margin-bottom: 0;
}
.opc-data-table .item-options dt{
	display: none;
}
.opc-data-table .item-options dd{
	display: inline;
}
.opc-data-table .item-options dd:after{
	content: "\f068";
	display: inline-block;
	font-family: 'Font Awesome 5 Pro';
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	color: #545e67;
	margin-left: -3px;
	margin-right: -3px;
	margin-top: 2px;
	vertical-align: top;
}
.opc-data-table .item-options dd:last-child:after{
	display: none;
}


/** 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 {
	margin-top: 30px;
	background: #FFFFFF;
}

.footer-top{
	padding: 40px 0;
	background-color: #6c757d;
}
.footer-bottom{
	background-color: #545e67;
}
.footer-title {
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	padding-bottom: 10px;
}
.footer-col li, 
.footer-col a, 
.footer-col p{ 
	color: #FFFFFF; 
}
.social-media a{
	width: 36px;
	height: 36px;
	color: #333333;
	text-align: center;
	line-height: 36px;
	margin-right: 7px;
	display: inline-block;
}
.footer-logo{
	margin-bottom: 15px;
	display: inline-block;
}
address.copyright{
	margin-bottom: 0;
}
.copyright-text{
	color: #FFFFFF;
}

/* ============================================ *
 * 404 PAGE
 * ============================================ */
.noroute-block{
	text-align: center;
}
.noroute-img-col{
	display: inline-block;
	max-width: 260px;
	margin-bottom: 30px;
}
.noroute-cont-col #search_mini_form {
    width: 50%;
    display: inline-block;
}
.noroute-menu-col{
	display: block;
	padding-top: 15px;
}
.noroute-menu-col ul li{
	display: inline-block;
	padding-left: 15px;
	padding-right: 15px;
}


/* ============================================ *
 * WISHLIST PAGE
 * ============================================ */
.customer-wishlist-item-cart .cart-cell .btn-primary{
	white-space: nowrap;
}



@media only screen and (max-width: 767px) {
	.noroute-cont-col #search_mini_form {
	    width: 100%;
	}
}


/* ============================================ *
 * 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%;
	}
	.nav-primary a.level0 {
		padding: 0 50px 0 0;
	}

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

	.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: 15px;
		/* 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: 100%;
		left: 0px;
		padding-right: 0;
		padding-left: 0;
		background: #FFFFFF;
		border: 1px solid #ededed;
		border-top: none;
	}

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

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

	.nav-primary {
		position: relative;
		z-index: 199;
		margin: 0;
		width: 100%;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.nav-primary > li.mobile-navigation{
		display: none;
	}
}

@media only screen and (max-width: 1150px){
	#header-nav{
		display: none;
	}
	#header-nav.skip-active{
		display: block;
		background-color: #ffffff !important;
	}
	.nav-primary > li.desktop-navigation{
		display: none;
	}
	.nav-primary > li.mobile-navigation{
		display: block;
	}
	.nav-primary li.level0, .nav-primary a.level0{
		display: block;
		position: relative;
	}
	.nav-primary li.level0 ul.level0{
		position: relative;
		left: 0;
		top: 100%;
		width: 100%;
	}
	#nav .nav-primary li.level1 a{
		padding: 10px 5px;
	}
	#nav .nav-primary li.level0 a.level0{
		border-bottom: 1px solid #CCCCCC; 
	}
	#nav .nav-primary li.level0:lest-child a.level0{
		border-bottom: none; 
	}
}

@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 (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-title.mobile-title:after {
		float: right;
		font-family: 'Font Awesome 5 Pro';
		content: "\f146";
	}

	.block-title.mobile-title.collapsed:after {
		float: right;
		font-family: 'Font Awesome 5 Pro';
		content: "\f0fe";
	}

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

	.block-title.mobile-title {
		padding: 10px;
		margin-bottom: 0;
		font-size: 16px;
		font-weight: bold;
		color: #FFFFFF;
		cursor: pointer;
		background: #333333;
	}
	#sidebar-category{
		display: none;
	}
	#sidebar-category.show{
		display: block;
	}
}

@media only screen and (max-width: 1150px) {
	.product-options .form-group .form-control {
		font-size: 16px;
	}
	.page-header{
		position: relative;
	}
	#header-search {
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 999;
		display: none;
	}
	#header-search.skip-active{
		display: block;
	}
	.search_mini_form-container {
		width: 100%;
		padding: 10px;
		background-color: #F4F4F4;
		border: 1px solid #CCCCCC;
	}
	.page-header .cart-col{
		position: static;
	}
	
	.card .product-image img {
		width: auto;
		max-height: 240px;
		display: block;
		max-width: 100%;
		height: auto;
		margin: 0 auto;
	}
	.salecto-menumanager .mb-submain {
		padding: 0;
	}

	#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: 'Font Awesome 5 Pro';
		font-style: normal;
		content: "\f196";
	}

	.title.mobile-title-sort:after {
		float: right;
		font-family: 'Font Awesome 5 Pro';
		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-minicart > a {
		position: relative;
		height: 50px;
		line-height: 50px;
	}
	.header-minicart > a > span.badge{
		padding: 3px 6px;
		font-weight: 600;
		vertical-align: middle;
		margin-top: -5px;
	}

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

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

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

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

	#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%;
	}

	/* fixing margin */

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

	.cart-col .skip-links .skip-link i{
		font-size: 1.4em; 
	}

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

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

	#header-cart.skip-active {
		position: absolute;
		top: 100%;
		right: 0;
		z-index: 200;
		display: block;
		width: 100%;
		min-width: inherit;
		margin-top: 0;
		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.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: 'Font Awesome 5 Pro';
		font-size: 25px;
		line-height: 32px;
		color: #333333;
		content: "\f0c9";
	}

	div#header-nav .container {
		width: 100%;
	}
	.m-f-product{
		padding: 10px 20px;
	}
	.sidebar-products .product-image{
		display: block;
	}
	.nav-tabs > li > a{
		font-size: 16px;
		line-height: 48px;
		padding-right: 30px;
		padding-left: 30px;
	}
}

@media only screen and (max-width: 576px) {
	#header .logo-col .logo{
		margin: 20px 0;
		width: 100%;
	}
	.collateral-tabs .tab-content h2{
		font-size: 1.5rem;
	}
	.collateral-tabs .data-table th.label,
	.collateral-tabs .data-table td.data{
		float: left;
		width: 100%!important;
	}
}
@media only screen and (max-width: 480px) {
	div#n2-ss-1 .n2-ss-layer .n2-font-b3345663dc8b9cef8e1c2d7598218f7d-hover{
		font-size: 140%;
	}
	div#n2-ss-1 .n2-ss-layer .n2-font-f7cfdde6001a78b89d1f32639ff1ac5c-hover{
		font-size: 110%;
	}
	.nav-tabs > li > a {
	    font-size: 14px;
	    line-height: 36px;
	    padding-right: 15px;
	    padding-left: 15px;
	}
	.form-subscribe-header h3{
		font-size: 1.2rem;
	}
	.btn.btn-primary.link-facebook, 
	a.btn.btn-primary.link-facebook:focus{
		font-size: 0.775rem;
	}
	.add-to-links .btn{
		font-size: .7rem;
	}
}
.salecto-label.mb-return{
	display: none!important;
}
