/* ============================================ *
 * 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;
}
*{ margin: 0; padding: 0;  box-sizing: border-box; }
dt { font-weight: 600; }
b, strong{  font-weight: bold; }
ol,ul { padding: 0; margin: 0; list-style: none; }
img { max-width: 100%; height: auto; }
figure{ margin: 0 }
address{ margin: 0 }
iframe{ height: auto; max-width: 100%; }
a{ color: #000; }
a:hover{ color: #000; }
body:not(.cms-home) #content { padding:50px 0; }
.btn-primary{ background-color: #000; border-color: #000; }
.btn-primary:focus, .btn-primary.focus{ box-shadow: none; }
.btn-primary:not(:disabled):not(.disabled):active, 
.btn-primary:not(:disabled):not(.disabled).active, 
.show > .btn-primary.dropdown-toggle{ background-color: #000; border-color: #000;}

.pagination .page-link{ color: #000; }
.pagination .page-item.active .page-link{ background-color: #000; color: #fff; border-color: #000; }


.hidden{ display: none;}

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


select {
	display: block;
	width: 100%;
	height: calc(2.25rem + 2px);
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555555;
	background-color: #FFFFFF;
	background-image: none;
	border: 1px solid #CCCCCC; 
	border-radius: 4px;
	-webkit-appearance: none;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
     background-image: url("https://image.flaticon.com/icons/svg/60/60781.svg");
    background-position: 97% 50%;
    background-size: 8px 8px;
    background-repeat: no-repeat;
}

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: 97% 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;
}



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


.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: 12px;
	border: 1px solid #DDDDDD;
}
.product-cart-info {
	width:240px;
	max-width: 100%;
}
.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;
	}
}

.scrollToTop {
	 font-size: 13px; 
	 font-weight: 600; 
	 color: #000; 
	 background: #F2F2F2;
}
.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;
}
#header-search {
	display: block;
	width: 100%;
}

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

/* ============================================ *
 * PAGE: HOME
 * ============================================ */
.nav-tabs {
	margin-bottom: 24px;
}
.nav-tabs > li{
	display: inline-block;
	padding: 0 10px;
	vertical-align: top;	
}
@media only screen and (max-width: 479px) {
	.nav-tabs > li{
		padding: 0 5px;
	}
}
.nav-tabs > li > a{
	font-size: 20px;
	display: block;
	font-weight: 500;
	color: #FFFFFF;
	padding:10px 40px; 
	background-color: #000;
	
}
.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;
}

.owl-carousel .owl-nav button.owl-prev, 
.owl-carousel .owl-nav button.owl-next{
	border: 1px solid rgba(0,0,0,.125);
}

.owl-carousel .owl-dots button.owl-dot:hover, 
.owl-carousel .owl-dots button.owl-dot.active{
	 background-color: #000;
}

.owl-carousel .owl-nav button.owl-next:hover, 
.owl-carousel .owl-nav button.owl-prev:hover{
	 background-color: #000;
}

.slide-html-content { position: relative; z-index: 5; }


.offer-badge {
	position: absolute;
	width: 60px;
	height: 60px;
	right: 10px;
	top: 10px;
	color: #ffffff;
	display: inline-flex;
	justify-content: center;
	align-items:center;
	padding: 5px;
	border-radius: 50px;
	
}
.offer-badge.label-sale{
	right: 10px;
}
.offer-badge .label-new {
	left: 10px;
}

.offer-badge.label-new + .discount-text,
.offer-badge.label-sale + .discount-text { top: 80px; }

.item .add-to-links{
	text-align: center;
}



/* ============================================ *
 * 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:last-child {
	padding-bottom: 4px;
}

#header-account {
	left:0;
	width: 200px;
	padding: 0;
	
}

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

#header-account a {
	display: block;
	line-height: 2;
	font-size: 14px;
	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%;
}


div#search_autocomplete{ background-color: #fff; z-index: 16; }
div#search_autocomplete > ul > li { padding: 5px 15px; }
div#search_autocomplete > ul > li .amount{  background: #545e67;padding: 0px 5px; border-radius: 2px; color: #fff;display: inline-block; vertical-align: middle;margin-right: 10px;font-size: 14px; }


/* ============================================ *
 * 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 MEGAMENU: MOBILE VERSION **/

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

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

/** CART **/

.sidebar .block-account{ margin-bottom: 15px; }


#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;
	white-space: nowrap;
  	overflow: hidden;
  	text-overflow: ellipsis;
  	display: block;
}

.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 .remove{
	
	font-weight: 500;
	font-size: 11px;
	vertical-align: top;
	display: inline-block;
}

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



.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) {
	.modalboxConfirmation .btn-block .btn{ width: 100%; }
	.modalboxConfirmation .btn-block .btn + .btn{ margin-bottom: 10px; }
}




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


.registered-users{ margin-bottom: 30px; }
.new-users .content{ margin-bottom: 20px; }
.category-description{ display: table; width: 100%; }
.category-description .category-image{ float: left; padding-right: 20px; } 
.category-image { margin-bottom: 20px; max-width:190px; }

/** TOOLBAR **/

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

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


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

/** MEDIA **/

.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;
	margin-bottom: 5px;
}

.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;
	display: block;
}

/* ============================================ *
 * 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{
	font-weight: bold;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-bottom-color: #f7f7f7;
    margin-bottom: -1px;
}

.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: 1px solid rgba(0, 0, 0, 0.125);
  background-color: rgba(0, 0, 0, 0.03);
  padding:24px;
  margin-top: 0;
  margin-bottom: 0;
}

.collateral-tabs p.no-rating{
	 margin-bottom: 0;
}

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

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

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

@media (min-width: 1200px){
    .shadow-xl-none {
	    box-shadow: none !important;
	}
}


@media (max-width: 1199px){
	.product-collateral .toggle-tabs {
		display: none;
	}

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

	.collateral-tabs .tab {
		display: block;
		padding: 16px;
		font-size: 16px;
		line-height: 24px;
		font-weight: normal;
		background-color:rgba(0,0,0,.03);
		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: 100%;
		color: #000;
		font-size: 18px;
	    font-family: 'Font Awesome 5 Pro';
	    content: "\f067";
		font-weight: 600;
		display: inline-flex;
		justify-content: center;
		align-items: center;
		text-align: center;
	}
	.collateral-tabs .tab.current{
		 font-weight: bold;
	}

	.collateral-tabs .tab.current:after {
		content: "\f068";
		font-family: 'Font Awesome 5 Pro';
	}

	.product-collateral .tab-container {
		padding: 7px 20px;
		border-bottom: 1px solid #fff;
		background-color: rgba(0,0,0,.03);
		margin-bottom: 0;
	}
	

}


/* ============================================ *
 * 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: 100px!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;
}

.opc-wrapper-opc .card-header h5{ margin-bottom: 0 }
#checkout-review-table th,#checkout-review-table td{ padding-left: 20px; padding-right: 20px; }
#checkout-review-table td.last{ text-align: right !important; }

.custom-control-input:checked ~ .custom-control-label::before{ background-color: #000; border-color: #000; }
.salectoseo-sitemap .sitempan{ float: none; display: table; width: 100%; }


/** 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: 999;
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
}

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



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


.recapcha-block .recapcha-text{ color: rgba(255,255,255,0.5); text-decoration: none !important; }
.recapcha-block .recapcha-tooltip{ text-decoration: none !important;   }
.recapcha-tooltip-show.show{ opacity: 1; z-index: 5 }
.recapcha-tooltip-show .tooltip-inner{ background-color: #fff; color: #545E67; opacity: 1 }
.recapcha-tooltip-show .tooltip-inner a{color:#1AA3CC}
.recapcha-tooltip-show .arrow::before, .recapcha-tooltip-show[x-placement^="top"] .arrow::before {
  border-top-color: #fff;
}

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

.nav-pills .nav-link.active, .nav-pills .show > .nav-link{ background-color: #000; }


	.std ul
.std ul {
	list-style: inside;
}
.tab-content ul{
	list-style: inherit;
	list-style-position: inside;
	
}
.tab-content ol{
	list-style: inherit;
	list-style-type: decimal;
	list-style-position: inside;
}
#about-content ul,
.category-description ul{ 
	list-style: inherit;
	list-style-position: inside;
	
}
#about-content ol,.category-description ol,.col-main ol {
	list-style: inherit;
	list-style-type: decimal;
	list-style-position: inside;
}
.opc-wrapper-opc ol,.opc-wrapper-opc ul,
.col-left ol,.col-left ul{
	 list-style: none;
}


.cn_search_popup_inner{ border:0; }
.cn_image > img{ border: 0; } 
.cn_search_popup .cn_image{ width: 100px; }
.cn_search_popup .cn_right{ width:calc(100% - 100px) }
.cn_search_popup div.cn_element{ border:0; }
.cn_button_block{ display: table; width: 100%; padding: 5px 0; }
.cn_button_block .button{ border: 0; padding: 5px 12px; }



/* ============================================ *
 * checkout shipping
 * ============================================ */
#pacsoft-droppoint-form{ padding: 20px 0; font-family: inherit; }
#pacsoft-droppoint-form input[type=text]{ display: inline-block; vertical-align: top; padding: 0.375rem 0.75rem; font-size: 1rem; font-weight: 400; line-height: 1.5; color: #000; background-color: #fff; border: 1px solid #ced4da; border-radius: 0.25rem; margin-bottom: 5px;}
#pacsoft-droppoint-form #pacsoft-postalCode{ height: 36px;  }
#pacsoft-droppoint-form span.required{ display: inline-block; vertical-align: top; }
#pacsoft-droppoint-form .button{ padding: 6px 12px; border: 0; }
#gls-droppoint-form{ padding: 20px 0; font-family: inherit;}
#gls-droppoint-form input[type=text]{ display: inline-block; vertical-align: top; padding: 0.375rem 0.75rem; font-size: 1rem; font-weight: 400; line-height: 1.5; color: #000; background-color: #fff; border: 1px solid #ced4da; border-radius: 0.25rem; margin-bottom: 5px;}
#gls-droppoint-form #gls-postalCode{ height: 36px;  }
#gls-droppoint-form span.required{ display: inline-block; vertical-align: top; }
#gls-droppoint-form .button{ padding: 6px 12px; border: 0; }




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



@media  (min-width: 768px) {
	.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 (min-width: 991px) {
	#ajax-filters {
		display: block !important;
	}
}

@media  (max-width: 1199px) {
	.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 {
		right: 0;
		left: inherit;
	}

	#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:calc(90% - 20px) !important;
		max-height: calc(100% - 60px);
	}

	.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;
		
	}
	.header-minicart > a > span.badge{
		height: 15px;
	    font-weight: 600;
	    vertical-align: middle;
	    position: absolute;
	    top: -5px;
	    right: -8px;
	    width: 15px;
	    line-height: 14px !important;
	    font-size: 10px;
	    text-align: center;
	    padding: 0;
	}

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

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

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



	#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;
		max-width: 130px;
	}

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

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

	

	

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

	


	.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, .logo-col .skip-link i{
		font-size: 20px; 
	}
	.logo-col .skip-link.header-nav:hover {
	    color: #000;
	    text-decoration: none;
	}
	
	.cart-col .skip-links .skip-link span, .logo-col .skip-link span {
	    line-height: 1;
	}
	.cart-col .skip-links .skip-link span small, .logo-col .skip-link span small {
	    font-size: 14px;
	    font-weight: 600;
	}

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

	
	
	.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;
		padding: 8px 30px;
		
	}
}


@media  (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 {
		margin: 0;
		border-radius: 0,
		border: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 {
		padding: 10px;
		margin-bottom: 0;
		font-size: 16px;
		font-weight: bold;
		color: #333333;
		cursor: pointer;
		background: #F5F5F5;
	}

	#sidebar-category{
		display: none;
	}
	#sidebar-category.show{
		display: block;
	}
}

@media(max-width: 767px) {
	#header{ position: sticky; position: -webkit-sticky; position: -moz-sticky; position: -ms-sticky; position: -o-sticky; top: 0; background: #fff; z-index: 10; }
	#header .page-header{ transition: padding 300ms ease-in-out; }
	#header.sticky .page-header{ padding: 14px 0 !important; }
	.noroute-cont-col #search_mini_form {width: 100%;}
	.contact-form{ margin-bottom: 30px; }
	.ajax_cart_popup  .btn-block .btn-light{ order: 1; }
	.ajax_cart_popup  .btn-block .btn-primary{ margin-bottom: 10px; }		
}



@media  (max-width: 576px) {
	#header .logo-col .logo{
		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;
	}
	.cart-col .skip-links .skip-link span small, .logo-col .skip-link span small {
	    font-size: 12px;
	}
	.cart-col .skip-links .skip-link i, .logo-col .skip-link i {
	    font-size: 16px;
	}
}
@media  (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;
}
