body {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #3b474a;
	background-image: none;
	background-color: #fff;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}

body.mobile-menu-active {
	overflow: hidden;
}

a,
.btn,
.subban-conts,
.home-categ-name h3,
.subcateg-name-conts h3 {
	-o-transition: color .3s, background .3s, border-color .3s;
	-ms-transition: color .3s, background .3s, border-color .3s;
	-moz-transition: color .3s, background .3s, border-color .3s;
	-webkit-transition: color .3s, background .3s, border-color .3s;
	  transition: color .3s, background .3s, border-color .3s;
}

a:hover,
a:focus {
	text-decoration: none;
}

.text-muted {
	color: #a2b2ba;
}

.form-control {
	box-shadow: none;
	border-color: #edf1f4;
	color: #000;
}

.n-wrapper-form-control select {
	box-shadow: none;
	border-color: #edf1f4;
	color: #000;
}

.form-control::-moz-placeholder {
	color: #a2b2ba;
}

.form-control:-ms-input-placeholder {
	color: #a2b2ba;
}

.form-control::-webkit-input-placeholder {
	color: #a2b2ba;
}

.navbar-default {
	background: none;
	border: none;
}

.navbar {
	min-height: inherit;
	margin-bottom: 0;
}

.navbar-collapse {
	padding-left: 0;
	padding-right: 0;
}

.nMobileNav {
    text-align: center;
    margin: 0 -15px;
}

.navigation-list li {
    width: 25%;
	float: left;
}

.navigation-list li .btn {
    width: 100%;
    padding: 6px 0;
    display: block;
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
    background-color: transparent;
    line-height: normal;
    border: none;
	font-style: normal;
}

.navigation-list li .btn span {
    display: block;
    margin-bottom: 6px;
}

.navigation-list li .btn:focus {
    outline: none;
    box-shadow: none;
}

.navigation-list li a {
    padding: 6px 0 5px;
    display: block;
    font-size: 12px;
	color: #222;
}

.navigation-list .icon {
    font-size: 24px;
}

.carousel-control.right,
.carousel-control.left {
	background: none;
	filter: -;
}

.ccwrap {
	float: left;
}

.nsearchinput-pl.well {
	left: auto;
	right: 0;
	margin-top: 40px !important;
	box-shadow: none;
	border-radius: 4px;
	border-color: #edf1f4;
	text-align: left;
	font-size: 14px;
}

.nsearchinput-pl.well .nav > li > a:hover,
.nsearchinput-pl.well .nav > li > a:focus {
	background-color: #f1f1f1;
}

hr {
	border-top: 1px solid #edf1f4;
}

.row-upsell-head {
	padding-top: 15px;
	padding-bottom: 13px;
	text-align: center;
}

.wrap-categ-popular .row-upsell-head {
	padding-bottom: 20px;
}

.row-conts-head {
	padding-bottom: 25px;
	text-align: center;
}

.row-upsell-head h3,
.row-upsell-head h1 {
	position: relative;
	margin-bottom: 0;
    font-size: 30px;
	color: #322f2c;
	padding-top: 17px;
}

.row-upsell-head h3:before,
.row-upsell-head h1:before {
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -22px;
	width: 44px;
	height: 6px;
	border-radius: 4px;
	background: #1db6d7;
	content: '';
}

.wrapper-home-testi .row-upsell-head h3 {
	color: #fff;
}

.row-upsell-head p {
	margin-top: 5px;
	margin-bottom: 0;
	font-size: 14px;
}

.row-upsell-head p a i {
	padding-left: 6px;
}

.row-upsell-head p.instalink {
	font-size: 16px;
}

.conts-head {
	position: relative;
}

.conts-head h1 {
	margin-top: 0;
	margin-bottom: 0;
    font-size: 25px;
	color: #000;
}

.conts-head h1 span {
	position: relative;
    z-index: 2;
    padding: 0 20px;
    display: inline-block;
    background: #fff;
}

.conts-head hr {
	position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    width: 100%;
    margin: 0;
}

.categ-new-head {
	width: 100%;
	float: left;
	text-align: center;
}

.categ-new-head h3 {
	margin-top: -10px;
	margin-bottom: 50px;
    font-size: 18px;
    color: #000;
}

.categ-new-head h3 span {
	position: relative;
    z-index: 2;
    padding: 0 20px;
    display: inline-block;
    background: #fff;
}

@media (max-width: 767px) {

	.navbar-collapse {
		padding-left: 15px;
		padding-right: 15px;
		margin: 0 -15px;
		border: none;
	}

	.row-upsell-head {
		padding-bottom: 27px;
	}

	.wrap-categ-popular .row-upsell-head {
		padding-bottom: 20px;
	}

	.row-upsell-head h3 {
		font-size: 18px;
	}

	.row-upsell-head p {
		font-size: 13px;
	}

}


.just-in {
	padding: 6px 0;
	background: #1a1a1a;
    font-weight: 500;
    text-transform: uppercase;
	color: #fff;
	font-size: 20px;
	text-align: center;
}

h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}

h1,
.h1 {
	font-size: 30px;
}

h2,
.h2 {
	font-size: 28px;
}

h3,
.h3 {
	font-size: 26px;
}

.btn {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}

.btn-default {
	color: #3b474a;
}

.divider-pagination-top {
	margin-top: 20px;
	margin-bottom: 0;
}

.divider-pagination-bot {
	margin-top: 0;
	margin-bottom: 20px;
}

.divider-viewby {
	margin-top: 15px;
}

.divider-custom-one {
	margin-top: 0;
}

.divider-custom-two {
	margin-top: 0;
	margin-bottom: 30px;
}

.divider-custom-three {
	margin-bottom: 12px;
}

.divider-custom-share {
	margin-top: 15px;
	margin-bottom: 15px;
	border-color: #000;
}

.divider-custom-upsell {
	margin-top: 30px;
	margin-bottom: 30px;
	border-color: #000;
}

/* Icons */

.icon-custom {
	display: inline-block;
	background-repeat: no-repeat;
	background-position: left top;
	vertical-align: middle;
}

.icon-phone {
	margin-right: 6px;
	width: 19px;
	height: 19px;
	background-image: url(../img/icon-phone.png);
}

.icon-96 {
	width: 32px;
	height: 17px;
	background-image: url(../img/icon-96.png);
}

.icon-99 {
	width: 22px;
	height: 27px;
	background-image: url(../img/icon-99.png);
}

.icon-103 {
	width: 20px;
	height: 23px;
	background-image: url(../img/icon-103.png);
}

.icon-104 {
	width: 35px;
	height: 20px;
	background-image: url(../img/icon-104.png);
}
/*
.icon-105 {
	width: 31px;
	height: 21px;
	background-image: url(../img/icon-105.png);
}
*/
.icon-102 {
	width: 45px;
	height: 24px;
	background-image: url(../img/icon-105.png);
}
.icon-106 {
	width: 32px;
	height: 20px;
	background-image: url(../img/icon-106.png);
}

.icon-107 {
	width: 27px;
	height: 24px;
	background-image: url(../img/icon-107.png);
}

.icon-sale {
	width: 26px;
	height: 25px;
	background-image: url(../img/icon-sale.png);
}

/* Thumbnail */

.thumbnail {
	padding: 0;
	margin-bottom: 15px;
	border-color: #edf1f4;
}

.thumb_list .panel {
	border-color: #edf1f4;
	box-shadow: none;
}

.thumbnail .thumbnail-image {
	border: 1px solid #edf1f4;
	border-radius: 4px;
	margin: -1px;
}

.thumbnail .caption {
	padding: 11px 22px 25px;
	text-align: center;
	color: #000;
}

.thumbnail .caption .h3 {
	height: 2.8em;
	font-size: 15px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}

.thumb_list h3 {
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}

.thumbnail .caption .h3 a {
	color: #000;
}

.thumb_list h3 a {
	color: #000;
}

.wrap-thumb-list-price {
	text-align: right;
}

.wrap-thumb-btn {
    width: 193px;
    display: inline-block;
}

.wrap-thumb-btn .btn {
	padding: 8px 12px 9px;
	font-size: 15px;
}

.wrap-thumb-list-price .btn {
	padding: 8px 12px 9px;
	font-size: 15px;
}

.caption .price {
    font-size: 16px;
    height: 28px;
	overflow: hidden;
}

.wrap-thumb-list-price .price {
    font-size: 16px;
}

.thumb-price {
	font-weight: 700;
	font-size: 20px;
	font-family: 'Montserrat', sans-serif;
}

.thumb-rrp {
	color: #a2b2ba;
	text-decoration: line-through;
}

.thumb-prod-rate {
	height: 21px;
	overflow: hidden;
	color: #f0c739;
	font-size: 15px;
}

.row-popular-prod-thumb {
	margin: 0;
}

.wrap-popular-prod-img {
	position: relative;
	width: 42%;
	float: left;
	padding: 0;
}

.wrap-popular-prod-det {
	width: 58%;
	float: left;
	padding: 0;
}

@media (min-width: 992px) {
	.wrap-popular-prod-det {
		height: 180px;
	}
}

.wrap-popular-prod-det .caption {
	padding: 10px;
	text-align: left;
}

.wrap-popular-prod-det .caption .h3 {
	height: auto;
	max-height: 2.8em;
	margin-bottom: 5px;
}

.wrap-popular-prod-det .caption .price {
    font-size: 14px;
	height: auto;
    max-height: 21px;
	margin-bottom: 10px;
}

.wrap-popular-prod-det .thumb-price {
	font-size: 16px;
}

.wrap-popular-prod-det .wrap-thumb-btn {
    width: auto;
}

.wrap-popular-prod-det .wrap-thumb-btn .btn {
	padding: 5px 12px;
	font-size: 13px;
	display: inline-block;
}

.wrap-popular-prod-det .thumb-prod-rate {
	height: auto;
    max-height: 21px;
	margin-bottom: 5px;
}

.savings-container {
    top: 9px;
    right: auto;
    left: 9px;
}


.thumb-badge {
	width: 55px;
	height: 55px;
	padding: 6px 5px;
	line-height: 55px;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	text-align: center;
	border-radius: 50%;
}

.thumb-badge span {
	display: inline-block;
	line-height: 14px;
}

.badge-onsale {
	background: #f93a6b;
}

.badge-topseller {
	background: #1db6d7;
}
.badge-10yearwarranty {
	padding: 0 !important;
	background: #5aa84a;
}
.badge-10yearwarranty .sticker_warranty {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    font-size: 10px;
    font-style: normal;
    width: 55px;
    height: 55px;
}
.list-savings-container {
	margin-bottom: 10px;
}

.wrap-popular-prod-img .thumb-badge {
	width: 40px;
	height: 40px;
	padding: 5px 3px;
	line-height: 40px;
	font-size: 11px;
}

.wrap-popular-prod-img .thumb-badge span {
	line-height: 12px;
}


@media (max-width: 1199px) {

	.wrap-popular-prod-det .thumb-prod-rate {
		max-height: 18px;
		font-size: 13px;
	}

	.wrap-popular-prod-det .caption .h3 {
		max-height: 32px;
		margin-bottom: 5px;
		font-size: 12px;
	}

	.wrap-popular-prod-det .caption .price {
		font-size: 13px;
		max-height: 20px;
		margin-bottom: 7px;
	}

	.wrap-popular-prod-det .thumb-price {
		font-size: 14px;
	}

}


@media (max-width: 991px) {

	.wrap-popular-prod-det .caption {
		padding: 4px 10px;
		text-align: left;
	}

	.wrap-popular-prod-det .thumb-prod-rate {
		margin-bottom: 4px;
	}

	.wrap-popular-prod-det .caption .h3 {
		margin-bottom: 4px;

	}

	.wrap-popular-prod-det .caption .price {
		margin-bottom: 4px;
	}

	.wrap-thumb-btn {
		width: 144px;
	}

	.wrap-popular-prod-det .wrap-thumb-btn .btn {
		font-size: 11px;
	}

	.wrap-popular-prod-img {
    	width: 50%;
	}

	.wrap-popular-prod-det {
    	width: 50%;
	}
}

@media (max-width: 767px) {

	.wrap-popular-prod-img {
    	width: 20%;
	}

	.wrap-popular-prod-det {
    	width: 80%;
	}

	.wrapper-thumbnail {
		float: left;
	}

	.wrap-thumb-list-price {
		text-align: left;
	}

}

@media (max-width: 600px) {

	.wrap-popular-prod-img {
    	width: 30%;
	}

	.wrap-popular-prod-det {
    	width: 70%;
	}

}

@media (max-width: 468px) {

	.wrapper-thumbnail {
		width: 100%;
	}

}

@media (max-width: 450px) {

	.wrap-popular-prod-img {
    	width: 40%;
	}

	.wrap-popular-prod-det {
    	width: 60%;
	}

}

@media (max-width: 390px) {

	.wrap-popular-prod-img {
    	width: 45%;
	}

	.wrap-popular-prod-det {
    	width: 55%;
	}
}

@media (max-width: 350px) {

	.wrap-popular-prod-img {
    	width: 50%;
	}

	.wrap-popular-prod-det {
    	width: 50%;
	}
}

/* Select Box */

.wrap-select  {
    position:relative;
	width: 100%;
    height: 35px;
    overflow: hidden;
    background: #fff;
	font-size: 14px;
	border: 1px solid #edf1f4;
	border-radius: 4px;
}

.wrap-select.wrap-select-calc {
	height: 35px;
}

.finder-field-box {
	position: relative;
}

.wrap-select select,
.finder-field-box select {
    line-height:normal;
    -webkit-appearance:none;
    -moz-appearance:none;
    -ms-appearance:none;
    appearance:none;
    border: none;
    padding: 6px 25px 6px 12px;
    margin:0;
	background-color: transparent !important;
}

.wrap-select select {
	height: 33px;
	font-size: 14px;
}

.wrap-select.wrap-select-calc select {
	height: 33px;
}

.ie8 .wrap-select select,
.ie8 .finder-field-box select {
	padding-right: 3px
}

.wrap-select select:focus,
.finder-field-box select:focus {
    outline:none;
    box-shadow: none;
}

.wrap-select ::-ms-expand,
.finder-field-box ::-ms-expand {
	display:none;
}

.wrap-select:after,
.finder-field-box:after {
    content: "\f0d7";
    font-family: FontAwesome;
    position: absolute;
    z-index: 2;
    right: 15px;
    top: 50%;
    margin-top: -10px;
    pointer-events: none;
	color: #3b474a;
	font-size: 15px;
	font-display: swap;
}

.wrap-select:after {
	margin-top: -10px;
}

/* Sidebar */

.wrapper-left-content {
	width: 100%;
	float: left;
	border-right: 1px solid #edf1f4;
	margin-bottom: 20px;
}

#left-sidebar .panel-default {
	margin-bottom: 0;
	border: none;
	box-shadow: none;
}

#left-sidebar .panel-heading {
    padding: 11px 10px 11px 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

#left-sidebar .panel-default > .panel-heading {
    color: #1db6d7;
    background-color: #fff;
    border-color: #edf1f4;
}

#left-sidebar .panel-heading.panel-heading-thumbnails {
    border-bottom: 1px solid #edf1f4;
}

#left-sidebar .list-group h4,
#left-sidebar .list-group .h4 {
    font-size: 14px;
	font-family: 'Montserrat', sans-serif;
}

a.list-group-item {
    color: #3b474a;
}

.list-group-item {
    padding: 4px 10px 4px 20px;
    background-color: #fff;
    border: none;
}

.list-group-item.list-group-item-head {
	padding: 19px 10px 4px 0;
	margin-top: 19px;
	border-top: 1px solid #edf1f4;
}

.list-group-item.list-group-info,
.list-group-item.list-group-item-price {
	padding: 4px 10px 4px 0;
}

.wrapper-left-content .list-group-item-head:first-of-type {
	margin-top: -1px;
}

.list-group > li + .filter > a:before {
	position: absolute;
	left: 0;
	top: 7px;
	width: 14px;
	height: 13px;
	display: block;
	background: url(../img/filter-box.png) no-repeat left top;
	content: '';
}

.list-group > li + .filter-remove > a:before {
	position: absolute;
	left: 0;
	top: 7px;
	width: 14px;
	height: 13px;
	display: block;
	background: url(../img/filter-box-active.png) no-repeat left top;
	content: '';
}

.wrapper-left-content .text-muted {
	color: #3b474a;
}

.ui-slider-horizontal {
    height: 10px !important;
	border-radius: 4px !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #edf1f4 !important;
    background: none !important;
	background: #fff !important;
}

.ui-slider .ui-slider-handle {
    width: 10px !important;
    height: 18px !important;
	border-radius: 4px !important;
}

.ui-widget-header {
    background: #edf1f4 !important;
	border-radius: 0;
}

.ui-widget-content {
    border: 1px solid #edf1f4 !important;
    background: none !important;
	background: #fff !important;
}

.list-group-item.list-group-item-price .btn {
	font-size: 11px !important;
	padding: 3px 7px !important;
	color: #3b474a;
}

@media (min-width: 768px) {

	#filters {
		height: auto !important;
		display: block;
	}

}

@media (max-width: 991px) {

	#left-sidebar {
		width: 25%;
	}

	.wrapper-right-content {
		width: 75%;
	}
}

@media (max-width: 767px) {

	#left-sidebar {
		width: 100%;
	}

	.wrapper-left-content {
		border-right: none;
	}

	.wrapper-right-content {
		width: 100%;
	}

	.panel-heading-filter h3 a {
		position: relative;
	}

	.panel-heading-filter h3 a.collapsed:after {
		content: "\f107";
		font-family: FontAwesome;
		font-style: normal;
		font-weight: normal;
		font-size: 15px;
		font-display: swap;
	}

	.panel-heading-filter h3 a:after {
		position: absolute;
		right: 0;
		top: 0;
		content: "\f106";
		font-family: FontAwesome;
		font-style: normal;
		font-weight: normal;
		font-size: 15px;
		line-height: 14px;
		font-display: swap;
	}
}

/* Breadcrumbs */

.breadcrumb {
	padding: 0;
	margin-bottom: 5px;
	background: none;
	font-size: 12px;
}

.breadcrumb > li+li:before {
	content: "\f105";
	padding: 0 7px 0 9px;
	font-family: FontAwesome;
	color: #a2b2ba;
	font-display: swap;
}

.breadcrumb > li > a {
	color: #1db6d7;
}

.breadcrumb > li:last-child > a {
	color: #3b474a;
}

/* Pagination */

.pagination {
	margin: 10px 0 20px;
}

.pagination > li > a,
.pagination > li > span {
	color: #3b474a;
	background-color: #fff;
	border: 1px solid #edf1f4;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	color: #3b474a;
	background-color: #edf1f4;
	border-color: #edf1f4;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	color: #fff;
	background-color: #1db6d7;
	border-color: #1db6d7;
}






/* Top Content */

.wrapper-top-content {
    /* margin-bottom: 25px; */
	margin-bottom: 15px;
}

#n_home .wrapper-top-content {
	margin-bottom: 0;
}
/** Top Announcement*/
.wrapper-top-announcement {
	padding: 8px 0;
	background: #3b474a;
}
.wrapper-top-announcement p {
	margin-bottom: 0;
	font-weight: 700;
	color: #1db6d7;
	text-align: center;
}
@media (max-width: 767px) {
	.wrapper-top-announcement {
		padding: 0;
	}
	.top-message-block {
		width: 100%;
    height: 38px;
		align-items: center!important;
		justify-content: center!important;
		display: flex!important;
	}
	.top-message-block p {
		font-weight: 400;
		font-size: 12px;
	}
}
/** Top Links **/

.wrapper-top-links {
	background: #1db6d7;
}

.top-links-left {
	width: auto;
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
}

.top-links-left > li {
	float: left;
}

.top-links-left > li > a {
	padding: 7px 11px 8px;
	display: block;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
}

.top-links-left > li:first-child > a {
	padding-left: 0;
}

.top-links-left > li > a:hover,
.top-links-left > li > a:focus {
	color: #322f2c;
}

.top-links-right {
	width: auto;
	float: right;
	padding: 0;
	margin: 0;
	list-style: none;
}

.top-links-right > li {
	float: left;
}

.top-links-right > li > a,
.top-links-right > li > span {
	padding: 7px 11px 8px;
	display: block;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
}

.top-links-right > li > span {
	cursor: pointer;
}

.top-links-right > li:last-child > a {
	padding-right: 0;
}

.top-links-right .dropdown-menu {
	margin-top: 0;
	border-color: #1db6d7;
	border-radius: 0 0 4px 4px;
	font-size: 13px;
	border-top: none;
	z-index: 1003;
}

.top-links-right > li:hover > a,
.top-links-right > li:focus > a,
.top-links-right > li:hover > span,
.top-links-right > li:focus > span,
.top-links-right > li > a:hover,
.top-links-right > li > a:focus {
	color: #0f5362;
}

@media (max-width: 991px) {

	.top-links-left > li > a {
		padding: 7px 6px 8px;
		font-size: 12px;
	}

	.top-links-right > li > a,
	.top-links-right > li > span {
		padding: 7px 6px 8px;
		font-size: 12px;
	}

	.top-links-right > li.top-cart > a {
		padding: 4px 0 4px 6px;
	}
}


/** Header **/

/** .wrapper-header {
	padding: 24px 0 23px;
} **/

.wrapper-header {
	padding: 15px 0 15px;
}

.logo {
	margin-top: 0;
}

.header-search {
	margin-top: 6px;
}

.header-search .form-control {
	height: 40px;
	border-color: #3b474a;
	border-right: none;
}

.header-search .form-control:focus {
	background: #fff;
	box-shadow: none;
	outline: none;
	border-color: #3b474a;
}

.header-search .btn {
	height: 40px;
}

.header-search .btn:hover,
.header-search .btn:focus {
	box-shadow: none;
	outline: none;
	border-color: #3b474a;
}

.header-search .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 4px 0 0 4px;
}

.top-usp {
	width: auto;
	float: right;
	padding: 0;
	margin: 0;
	margin-top: 3px;
	list-style: none;
}

.top-usp > li {
	float: left;
	padding-left: 5px;
}
.top-usp > li a {
	display: block;
}
.top-usp > li .usp-icon {
	width: auto;
	display: inline-block;
	padding-right: 10px;
	vertical-align: middle;;
}
.top-usp > li .usp-icon img {
	width: 41px;
}

.top-usp > li .usp-text {
	width: auto;
	padding-right: 6px;
	display: inline-block;
	vertical-align: middle;
}

.top-usp > li .usp-text h3 {
	margin-bottom: 0;
	font-size: 14px;
	color: #322f2c;
}

@media (max-width: 1199px) {

	.top-usp {
		margin-top: 6px;
	}
	.top-usp > li .usp-icon {
		padding-right: 9px;
	}
	.top-usp > li .usp-icon img {
		width: 36px;
		height: auto;
	}

	.top-usp > li .usp-text h3 {
		font-size: 12px;
	}

}

@media (max-width: 991px) {

	.top-usp {
		margin-top: 13px;
	}

	.top-usp > li .usp-icon {
		padding-right: 2px;
	}

	.top-usp > li .usp-icon img {
		width: 22px;
	}
	.top-usp > li .usp-text {
		padding-right: 4px;
	}
	.top-usp > li .usp-text h3 {
		font-size: 10px;
	}
	.logo {
		width: 100%;
		height: auto;
	}
}

@media (max-width: 767px) {

	.wrapper-header {
		padding: 18px 0 17px;
	}

	.logo {
		width: 208px;
		height: auto;
	}

}

/** Nav **/

.wrapper-nav {
	background: #3b474a;
	font-family: 'Source Sans Pro', sans-serif;
}

.wrapper-nav .nav-categ-left {
	border-left: 1px solid #485659;
}

.wrapper-nav .nav-categ-left > li {
	border-right: 1px solid #485659;
}

.wrapper-nav .nav-categ-left > li > a {
	padding: 0 16px;
	line-height: 50px;
	font-size: 15px;
	color: #fff;
}

.wrapper-nav .nav-categ-left > li.sale-lnk > a {
	padding: 0 13px;
	background: #f93a6b;
}

.wrapper-nav .nav-categ-left > li > a > i {
	margin-right: 9px;
}

.wrapper-nav .nav-categ-left > li:hover > a,
.wrapper-nav .nav-categ-left > li:focus > a {
	color: #1db6d7;
	background: #191816;
}

.wrapper-nav .nav-categ-left > li.sale-lnk:hover > a,
.wrapper-nav .nav-categ-left > li.sale-lnk:focus > a {
	color: #fff;
	background: #e33561;
}

.wrapper-nav .nav-categ-left > li:hover > a > i.icon-custom,
.wrapper-nav .nav-categ-left > li:focus > a > i.icon-custom {
	background-position: left bottom;
}

@media (max-width: 1199px) {

	.wrapper-nav .nav-categ-left > li > a {
		padding: 0 10px;
		font-size: 12px;
	}

	.wrapper-nav .nav-categ-left > li.sale-lnk > a {
		padding: 0 10px;
	}

}

@media (max-width: 991px) {

	.wrapper-nav .nav-categ-left > li > a {
		padding: 0 3px;
	}

	.wrapper-nav .nav-categ-left > li.sale-lnk > a {
		padding: 0 3px;
	}

	.wrapper-nav .nav-categ-left > li > a > i {
		margin-right: 2px;
	}

}


.wrapper-nav .menu-products.menu-101 {
	display: none;
}

.wrapper-nav .menu-products.dropdown {
	position: static;
}

.wrapper-nav .menu-products .dropdown-menu {
	width: 100%;
	border-radius: 0 0 4px 4px;
	border: none;
	padding: 0 15px;
	top: auto;
	overflow: hidden;
}

.drop-menu-conts {
	position: relative;
	margin: 0 -15px;
}

.wrap-sub-categ {
	width: 63%;
	padding: 30px 15px;
	float: left;
}

.wrapper-nav .column {
	width: 33.33333333333333%;
    padding: 0;
    margin: 0;
    list-style: none;
    float: left;
	padding: 0 15px;
}
.wrap-rec-item {
	width: 37%;
	float: left;
	padding: 10px 0;
}

.wrap-rec-item:after {
	content: '';
	background: #fff;
	display: block;
	position: absolute;
	top: 0;
	width: 37%;
	bottom: 0;
	right: 0;
	z-index: -1;
	border-left: 1px solid #edf1f4;
}


.wrap-rec-item .wrapper-thumbnail {
	width: 100%;
	padding: 0;
}

.wrap-rec-item .thumbnail {
	padding: 26px 15px 0;
	border: none;
	background: none;
}

.wrap-rec-item .thumbnail .thumbnail-image {
	border: none;
	margin: 0;
}

.wrap-rec-item .thumbnail .caption {
    padding: 0;
    text-align: left;
    color: #000;
}

.wrap-rec-item .thumbnail .caption .h3 {
    height: auto;
	font-size: 14px;
}

.wrap-rec-item .caption .price {
    font-size: 14px;
	height: auto;
}

.thumb-price {
    font-weight: 700;
    font-size: 18px;
}

.wrap-rec-item .wrap-thumb-btn {
    width: auto;
    display: inline-block;
}

.wrap-rec-item .wrap-thumb-btn .btn {
	padding: 8px 22px 9px;
}

.badge-hot-deal {
	position: absolute;
	left: 0;
	top: 0;
	height: 26px;
	padding: 0 15px 0 8px;
	line-height: 26px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	background: #f93a6b;
	border-radius: 0 5px 5px 0;
}

.badge-hot-deal:after {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -8px;
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-right: 8px solid #fff;
	content: '';
}

@media (max-width: 991px) {

	.wrap-rec-item .thumbnail .caption .h3 {
		font-size: 12px;
	}

	.wrap-rec-item .caption .price {
		font-size: 14px;
	}

	.wrap-rec-item .wrap-thumb-btn .btn {
		padding: 8px 12px 9px;
		font-size: 14px;
	}

	.wrap-feat-prod-det {
		padding-left: 0;
	}

}


.wrapper-nav .column ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.wrapper-nav .column a {
	padding: 6px 0;
	display: block;
	color: #3b474a;
	font-size: 15px;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
}

.wrapper-nav .column a:hover,
.wrapper-nav .column a:focus {
	color: #1db6d7;
}
.wrapper-nav .column a img {
	width: 40px;
	height: auto;
	display: inline-block;
	margin-right: 8px;
}
.wrapper-nav .column a span {
	width: calc(100% - 48px);
	display: inline-block;
	vertical-align: middle;
}
@media (max-width: 991px) {
	.wrapper-nav .column a {
		font-size: 12px;
	}
}
#header-cart {
	margin-top: 0;
	z-index: 1002;
}

#header-cart > a {
	position: relative;
	padding: 0 15px;
	font-size: 18px;
	line-height: 50px;
	background: #1db6d7;
	color: #fff;
}

#header-cart > a:hover,
#header-cart > a:focus {
	background: #1aa4c2;
}

.wrapper-nav .nav.nav-cart-right > #header-cart.open > a,
.wrapper-nav .nav.nav-cart-right > #header-cart.open > a:hover,
.wrapper-nav .nav.nav-cart-right > #header-cart.open > a:focus {
    background: #1aa4c2;
    color: #fff;
	box-shadow: none;
}

.wrapper-nav .nav.nav-cart-right .dropdown-menu {
	border-color: #1aa4c2;
	border-top: none;
}

.itm-cnt {
	position: absolute;
	top: -10px;
	right: -9px;
	width: 24px;
	height: 24px;
	display: inline-block;
	line-height: 24px;
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	background: #f93a6b;
	border-radius: 50%;
}

.top-cart .itm-cnt,
.mob-cart .itm-cnt,
.top-mob-cart .itm-cnt {
	position: static;
	margin-left: 6px;
}

.top-mob-cart .itm-cnt {
	margin-right: 10px;
}

@media (max-width: 767px) {

	.wrapper-top-content {
		border-bottom: 1px solid #edf1f4;
	}

	.wrapper-nav {
		background: #fff;
	}

	.main-nav-block {
		min-height: 0;
	}

	.header-search {
		margin-top: 0;
		padding: 8px 10px 0;
		border-top: 1px solid #edf1f4;
	}

	.navbar-responsive-collapse.navbar-collapse.in {
		overflow-y: visible;
	}


	.header-search .nav > li > a {
		color: #1db6d7 !important;
	}

}



/** Header Mobile **/


.wrapper-mob-nav {
	padding: 0 10px;
}

.wrapper-mob-nav > ul {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

.wrapper-mob-nav > ul > li {
	width: 32.5%;
	display: inline-block;
    vertical-align: middle;
	text-align: center;
}

.wrapper-mob-nav > ul > li > a {
	padding: 7px 0;
	display: inline-block;
	font-size: 15px;
	color: #fff;
}

.wrapper-mob-nav > ul > li.mob-cart > a {
	padding: 6px 0 5px;
}

.top-mob-cart {
	list-style: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #14a6c6;
	background: #1db6d7;
}

.top-mob-cart > li {
	display: inline-block;
}

.top-mob-cart > li > a {
	padding: 11px 10px 10px;
	display: block;
	text-align: center;
	font-size: 14px;
	color: #fff;
}

.top-mob-cart > li.chkout-lnk > a {
	padding: 13px 0 12px;
}

.top-mob-cart > li.chkout-lnk > a span {
	padding: 0 10px;
	border-left: 1px solid #a1daea;
}

.mob-sale-lnk a {
	background-color: #be9479 !important;
	color: #fff !important;
}

.top-mob-acct a {
	padding: 12px 10px;
	display: block;
	color: #fff;
	background: #1db6d7;
}
.mob-btm-menu {
	width: 100%;
	float: left;
	border-top: 1px solid #566569;
	padding: 10px;
	padding-top: 20px;
	background: #3b474a;
}
.mob-btm-contact a {
	font-weight: 700;
	color: #fff;
	display: block;
	text-align: center;
}
.mob-btm-quote {
	margin-bottom: 20px;
}
.closemenu {
	position: absolute;
	top: 0;
	right: -20%;
	width: 20%;
	height: 100%;
	cursor: default;
	color: #fff;
	font-size: 20px;
}

.closemenu i {
	margin-left: 10px;
}

.closemenu:hover,
.closemenu:focus {
	color: #fff;
}


@media (max-width: 767px) {

	.sidebar-offcanvas {
		position: fixed;
		top: 0;
		z-index: 10;
		width: 100%;
		padding: 0;
		background: rgba(34,34,34,0.75);
		height: 100%;
		-webkit-transition: all .25s ease-out;
		-o-transition: all .25s ease-out;
		transition: all .25s ease-out;
		left: -100%;
		overflow: scroll;
	}

	.sidebar-offcanvas.active {
		left: 0;
	}

	.sidebar-offcanvas .navbar {
		width: 83.33333333333334%;
		height: 100%;
		background: #3b474a;
	}

	.sidebar-offcanvas .navbar-nav {
		width: 100%;
		float: left;
		margin: 0;
	}
}

/* Home */

/** Carousel **/

.homepageCarousel {
	margin-bottom: 0;
}

.homepageCarousel.carousel .carousel-inner .item {
	opacity: 0;
	transition-property: opacity;
}

.homepageCarousel.carousel .carousel-inner .active {
	opacity: 1;
}

.homepageCarousel.carousel .carousel-inner .active.left,
.homepageCarousel.carousel .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}

.homepageCarousel.carousel .carousel-inner .next.left,
.homepageCarousel.carousel .carousel-inner .prev.right {
	opacity: 1;
}

.homepageCarousel.carousel .carousel-control {
	z-index: 2;
}

.carousel-caption {
	padding-top: 0;
	text-shadow: none;
	text-align: center;
}

.caption-text {
	width: 100%;
	height: 100%;
	display: table;
}

.caption-conts {
	display: table-cell;
    vertical-align: middle;
}

.caption-block {
	position: relative;
	padding: 50px 32px 47px;
	background: rgba(59,71,74,0.8);
	border-radius: 4px;
}

.carousel-caption h3 {
	margin-bottom: 5px;
	font-size: 30px;
	color: #fff;
}

.carousel-caption p {
	margin-bottom: 15px;
	font-size: 16px;
	color: #fff;
}

.carousel-caption .btn {
	padding: 9px 21px;
	text-transform: uppercase;
}

.carousel-caption .btn i {
	padding-left: 7px;
}

.carousel .item.next .carousel-caption, .carousel .item.prev .carousel-caption {
    opacity: 0;
}

.carousel-caption {
	transition: opacity 1.3s;
	-moz-transition: opacity 1.3s;
  	-webkit-transition: opacity 1.3s;
}

.carousel-control {
    position: absolute;
    top: 50%;
    left: 20px;
    bottom: auto;
	margin-top: -20px;
    width: 40px;
	height: 40px;
	line-height: 40px;
    opacity: 1;
    filter: alpha(opacity=100);
    font-size: 14px;
    color: #322f2c;
    text-align: center;
    text-shadow: none;
    background: #fff;
	border-radius: 4px;
}


.carousel-control.right {
    left: auto;
    right: 20px;
}

.carousel-control.right,
.carousel-control.left {
	background: #fff;
}

.carousel-control .fa {
    position: static;
    top: 0;
    left: 0;
}

.carousel-control:hover,
.carousel-control:focus {
	background: #fff;
	color: #322f2c;
}

@media screen and (min-width: 768px){

	.carousel-caption {
		left: 50%;
		right: auto;
		bottom: 0;
		top: 0;
		padding-bottom: 0;
		width: 454px;
		margin-left: -227px;
		text-align: center;
		text-shadow: none;
	}


}

@media (max-width: 1199px) {

	.caption-block {
		padding: 20px 30px;
	}

	.carousel-caption h3 {
		font-size: 24px;
	}

	.carousel-caption p {
		font-size: 14px;
	}



}

@media (max-width: 991px) {

	.caption-block {
		padding: 10px 20px;
	}

	.carousel-caption {
		width: 500px;
		margin-left: -250px;
	}

	.carousel-caption h3 {
		font-size: 16px;
	}


	.carousel-caption p {
		font-size: 12px;
	}


}

@media (max-width: 767px) {

	.carousel-caption {
		top: auto;
		bottom: 0;
		width: 100%;
		left: 0;
		margin-left: 0;
		padding-bottom: 0;
	}

	.carousel-caption {
		text-align: center;
	}

	.caption-block {
		border-radius: 0;
		padding: 4px 10px;
	}

	.carousel-caption h3 {
		margin-bottom: 0;
		font-size: 13px;
	}


	.carousel-caption p {
		font-size: 10px;
		margin-bottom: 5px;
	}

	.carousel-caption .btn {
		display: none;
	}

	.carousel-control {
		margin-top: 0;
		left: auto;
		right: 10px;
		top: 10px;
		width: 20px;
		height: 20px;
		line-height: 20px;
		font-size: 12px;
	}

	.carousel-control.left {
		right: 35px;
	}
	.carousel-control.right {
		left: auto;
		right: 10px;
	}

}

@media (max-width: 550px) {

	.carousel-caption p {
		display: none;
	}

	.carousel-caption h3 {
		margin-bottom: 0;
	}

}

@media all and (transform-3d), (-webkit-transform-3d) {
    .homepageCarousel.carousel .carousel-inner > .item.next,
    .homepageCarousel.carousel .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .homepageCarousel.carousel .carousel-inner > .item.prev,
    .homepageCarousel.carousel .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .homepageCarousel.carousel .carousel-inner > .item.next.left,
    .homepageCarousel.carousel .carousel-inner > .item.prev.right,
    .homepageCarousel.carousel .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}

/** Subbanner **/

.home-subban {
	padding: 0;
}

.subban-block {
	width: 100%;
	float: left;
	height: 265px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.subban-conts {
	width: 101%;
	float: left;
	height: 265px;
	display: table;
	background: rgba(50,47,44,0.5);
	text-align: center;
	padding: 10px;
	cursor: pointer;
}

.subban-text {
	display: table-cell;
	vertical-align: middle;
	color: #fff;
}

.subban-text h3 {
	position: relative;
	padding-top: 17px;
	font-size: 30px;
}

.subban-text h3:before {
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -22px;
	width: 44px;
	height: 5px;
	border-radius: 4px;
	background: #1db6d7;
	content: '';
}

.subban-text span {
	font-size: 16px;
}

.subban-conts:hover,
.subban-conts:focus {
	background: rgba(50,47,44,0.4);
}

@media (min-width: 1360px) {

	.subban-block {
		height: 335px;
	}

	.subban-conts {
		height: 335px;
	}

}

@media (max-width: 1199px) {

	.subban-block {
		height: 200px;
	}

	.subban-conts {
		height: 200px;
	}

	.subban-text h3 {
		font-size: 24px;
	}

	.subban-text span {
		font-size: 15px;
	}

}

@media (max-width: 991px) {

	.subban-block {
		height: 150px;
	}

	.subban-conts {
		height: 150px;
	}

	.subban-text h3 {
		font-size: 22px;
	}

	.subban-text span {
		font-size: 14px;
	}

}

@media (max-width: 767px) {

	.subban-block {
		height: 200px;
	}

	.subban-conts {
		height: 200px;
	}

	.subban-text h3 {
		font-size: 15px;
	}

	.subban-text span {
		font-size: 13px;
	}
}

@media (max-width: 567px) {

	.subban-block {
		height: 160px;
	}

	.subban-conts {
		height: 160px;
	}
}


@media (max-width: 467px) {

	.subban-block {
		height: 130px;
	}

	.subban-conts {
		height: 130px;
	}
}

@media (max-width: 367px) {

	.subban-block {
		height: 110px;
	}

	.subban-conts {
		height: 110px;
	}
}

/** Home Categories **/

.wrapper-home-categories {
	padding: 15px 0 55px;
	background: #edf1f4;
}

.home-categ-block {
	width: 100%;
	float: left;
	padding: 30px 0 15px;
	background: #fff;
	border-radius: 4px;
	overflow: hidden;
	margin-bottom: 15px;
	cursor: pointer;
}

.home-categ-name {
	width: 100%;
	height: 53px;
	padding: 0 5px;
	overflow: hidden;
	float: left;
	text-align: center;
}

.home-categ-name h3 {
	font-size: 18px;
	margin-bottom: 0;
}

.home-categ-img {
	width: 100%;
	float: left;
	height: 280px;
	line-height: 280px;
	text-align: center;
}

.home-categ-img img {
	max-height: 280px;
	-o-transition: opacity .3s;
	-ms-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

.home-categ-block:hover .home-categ-name h3,
.home-categ-block:focus .home-categ-name h3 {
	color: #1db6d7;
}

.home-categ-block:hover .home-categ-img img,
.home-categ-block:focus .home-categ-img img {
	opacity: 0.8;
}

@media (max-width: 640px) {

	.categblock {
		width: 50%;
	}

}

@media (max-width: 435px) {

	.categblock {
		width: 100%;
	}

	.home-categ-img {
		height: 180px;
		line-height: 180px;

	}

	.home-categ-img img {
    	max-height: 180px;
		width: auto;
	}

}



/** Home Testimonials **/

.wrapper-home-testi-conts {
	padding: 14px 0 80px;
	background: rgba(59,71,74,0.7);
}

.row-home-testi {
	padding-top: 23px;
}

.home-testi {
	width: 100%;
	float: left;
	padding: 0 84px 10px;
	color: #fff;
	text-align: center;
}

.home-testi p {
	margin-bottom: 20px;
}

.home-testi h3 {
	margin-bottom: 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 700;
}

.home-testi h3 i {
	font-weight: normal;
}

@media (max-width: 767px) {

	.row-home-testi {
		padding-top: 0;
	}

	.home-testi {
		padding: 40px 0 10px;
	}
}

/** Home Most Popular **/

.wrapper-home-popular {
	padding: 16px 0 25px;
}

/** Thumbnail Upsell **/

.row-upsell-list {
	text-align: center;
}

.row-upsell-list .wrapper-thumbnail {
	width: 25%;
	float: none;
	display: inline-block;
}

@media (max-width: 1199px) {

	.row-upsell-list .wrapper-thumbnail {
		width: 29%;
	}
}

@media (max-width: 991px) {

	.row-upsell-list .wrapper-thumbnail {
		width: 33%;
	}
}

@media (max-width: 767px) {

	.row-upsell-list .wrapper-thumbnail {
		width: 49%;
	}

}

@media (max-width: 467px) {

	.row-upsell-list .wrapper-thumbnail {
		width: 100%;
	}
}

/** Home Brands **/

.wrapper-home-brands {
	padding: 14px 0 66px;
	background: #edf1f4;
}

.home-brands {
	width: 100%;
	float: left;
	padding: 0 92px;
}

.home-brand-block {
	width: 100%;
	height: 65px;
	padding: 5px 10px;
	float: left;
	text-align: center;
	line-height: 55px;
	border-radius: 4px;
	background: #fff;
	cursor: pointer;
}

.home-brand-block img {
	max-height: 50px;
	max-width: 100%;
	display: inline !important;
}

@media (max-width: 767px) {

	.home-brands {
		padding: 50px 0 0;
	}

}


/* Brand Page */

.brandlistwrap {
	margin-bottom: 20px;
}

.brandlist-img {
	width: 100%;
	float: left;
	border: 1px solid #eee;
	background: #fff;
	margin-bottom: 5px;
}

.brandlist-img img {
	height: 80px;
	max-width: 100%;
	object-fit: contain;
}

.brandlist-name {
	width: 100%;
	height: 36px;
	overflow: hidden;
	float: left;
}

@media (max-width: 520px) {
	.brandlistwrap {
		width: 50%;
	}
}


/** Slick Arrows **/

.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 5px;
	display: block;
	width: 40px;
	height: 40px;
	margin-top: 0;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: #fff;
	border-radius: 4px;
}

.wrapper-home-brands .slick-prev,
.wrapper-home-brands .slick-next {
	top: 50%;
	margin-top: -20px;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	background: #fff;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: .25;
}

.slick-prev:before,
.slick-next:before {
	font-family: FontAwesome;
	font-display: swap;
	font-style: normal;
	font-weight: normal;
	font-size: 35px;
	line-height: 1;
	opacity: 1;
	color: #888;
	font-size: 14px;
    color: #322f2c;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	color: #322f2c;
}

.slick-prev {
	left: 0;
}

[dir='rtl'] .slick-prev {
	right: 0;
	left: auto;
}

.slick-prev:before {
	content: '\f053';
}

[dir='rtl'] .slick-prev:before {
	content: '\f054';
}

.slick-next {
	right: 0;
}

[dir='rtl'] .slick-next {
	right: auto;
	left: 0;
}

.slick-next:before {
	content: '\f054';
}

[dir='rtl'] .slick-next:before {
	content: '\f053';
}


@media (max-width: 767px) {

	.slick-prev,
	.slick-next {
		width: 26px;
		height: 26px;
	}

	.wrapper-home-testi-conts .slick-prev,
	.wrapper-home-testi-conts .slick-next {
		top: 0;
	}

	.wrapper-home-testi-conts .slick-prev {
		left: 50%;
		margin-left: -30px;
	}

	.wrapper-home-testi-conts .slick-next {
		right: 50%;
		margin-right: -30px;
	}

	.wrapper-home-brands .slick-prev,
	.wrapper-home-brands .slick-next {
		margin-top: 0;
		top: 0;
	}

	.wrapper-home-brands .slick-prev {
		left: 50%;
		margin-left: -30px;
	}

	.wrapper-home-brands .slick-next {
		right: 50%;
		margin-right: -30px;
	}

}

/* Content Page */

.contentp-head {
	position: relative;
	padding-top: 15px;
	margin-bottom: 15px;
}

.contentp-head:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 44px;
	height: 6px;
	border-radius: 4px;
	background: #1db6d7;
	content: '';
}

/* Category */

.row-subcateg-block {
	padding-top: 10px;
}

.wrap-subcateg-block {
	padding-bottom: 14px;
}

.subcateg-conts {
	width: 100%;
	float: left;
	padding: 3px;
	border: 1px solid #edf1f4;
	border-radius: 4px;
	cursor: pointer;
}

.subcateg-img {
	width: 40%;
	height: 82px;
	float: left;
}

.subcateg-img {
	width: 40%;
	height: 82px;
	float: left;
}

.subcateg-img img {
	max-height: 82px;
	max-width: 100%;
}

.subcateg-name {
	width: 60%;
	height: 82px;
	padding: 0 10px;
	float: left;
	display: table;
}

.subcateg-name-conts {
	display: table-cell;
	vertical-align: middle;
}

.subcateg-name-conts h3 {
	margin-bottom: 0;
	font-size: 18px;
	text-align: right;
}

.subcateg-conts:hover .subcateg-name-conts h3,
.subcateg-conts:focus .subcateg-name-conts h3 {
	color: #1db6d7;
}

.wrap-categ-popular {
	width: 100%;
	float: left;
	margin-bottom: 15px;
	padding: 0 45px 24px;
	background: #edf1f4;
	border-radius: 4px;
	margin-top: 6px;
}

.row-popular-categ-list {
	margin-left: -10px;
	margin-right: -10px;
}

.row-popular-categ-list .wrapper-thumbnail {
	padding-left: 10px;
	padding-right: 10px;
}

.wrapper-viewby {
	width: auto;
}

.wrapper-viewby .btn-text {
    width: auto;
    display: inline-block;
    vertical-align: middle;
	font-weight: 400;
	font-size: 15px;
	color: #000;
}

.wrapper-viewby .btn-text span {
	color: #a8ad00;
}

.wrapper-sortby {
    width: auto;
	float: right;
	text-align: right;
}

.wrapper-sortby .form-group {
	margin: 0;
}

.wrapper-sortby label {
	font-weight: 700;
	font-size: 14px;
}

.wrap-sortby-drop {
	padding-left: 10px;
	width: 165px;
	display: inline-block ;
	vertical-align: middle;
}

.wrap-sortby-drop select {
	color: #3b474a !important;
}




.wrap-viewby .btn {
	font-size: 25px;
	line-height: 21px;
    color: #3b474a;
    padding: 9px 8px 8px;
}

.wrap-viewby .btn.active {
	box-shadow: none;
	color: #1db6d7;
}

.wrap-viewby .btn:focus {
	outline: none;
	box-shadow: none;
}

.wrap-viewby .btn:last-child {
	border-left: 1px solid #edf1f4;
}


@media (max-width: 1199px) {

	.wrap-categ-popular {
		padding: 0 35px 24px;
	}

}

@media (max-width: 991px) {

	.wrap-categ-popular {
		padding: 0 10px 24px;
	}

	.row-popular-categ-list {
		margin-left: -5px;
		margin-right: -5px;
	}

	.row-popular-categ-list .wrapper-thumbnail {
		padding-left: 5px;
		padding-right: 5px;
	}

}

@media (max-width: 580px) {

	.wrap-subcateg-block {
		width: 100%;
	}
}

/* Product */

.row-product-top-conts {
	padding-top: 22px;
	margin-bottom: 20px;
}

.wrapper-product-left-conts {
	padding-right: 25px;
}

@media (max-width: 1199px) {

	.wrapper-product-left-conts {
		padding-right: 15px;
	}
}


.main-image {
	position: relative;
}

.main-image .savings-container {
	left: 20px;
	right: auto;
	top: 5px;
}

.main-image .thumb-badge {
	width: 70px;
	height: 70px;
	padding: 8px 5px;
	line-height: 70px;
	font-size: 18px;
}

.main-image .thumb-badge span {
	line-height: 19px;
}

.row-alt-img {
	margin-left: -10px;
	margin-right: -10px;
}

.wrap-alt-img {
	padding-left: 10px;
	padding-right: 10px;
}

.wrap-alt-img img {
	border: 1px solid #edf1f4;
	border-radius: 4px;
}

@media (max-width: 991px) {

	.main-image .thumb-badge {
		width: 55px;
		height: 55px;
		padding: 6px 5px;
		line-height: 55px;
		font-size: 13px;
	}

	.main-image .thumb-badge span {
		line-height: 14px;
	}

}

#n_product h1 {
    margin-top: 0;
	position: relative;
	margin-bottom: 10px;
    font-size: 30px;
	color: #322f2c;
	padding-top: 17px;
	text-align: left;
	font-family: 'Montserrat', sans-serif;
}

#n_product h1:before {
	position: absolute;
	left: 0;
	top: 0;
	margin-left: 0;
	width: 44px;
	height: 6px;
	border-radius: 4px;
	background: #1db6d7;
	content: '';
}

.prod-subhead {
	margin-bottom: 15px;
	font-size: 16px;
	text-align: center;
}

.prod-rev {
	text-align: center;
	margin-bottom: 25px;
}

.prod-rev .btn {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}

.prod-rev .btn i {
	color: #f0c739;
}

.prod-rev .btn span {
	margin-left: 4px;
}

.prod-feature {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}

.prod-feature > li {
	display: block;
	text-align: left;
}

.prod-feature > li {
	position: relative;
	padding-left: 25px;
	padding-bottom: 10px;
	display: block;
	text-align: left;
	color: #3b474a;
}

.prod-feature > li:before {
	position: absolute;
	top: 1px;
	left: 0;
	font-size: 18px;
	color: #35a000;
	content: "\f058";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 18px;
}

.productpricetext {
	margin-bottom: 20px;
	font-size: 30px;
	font-weight: 700;
	color: #000;
	text-align: left;
	font-family: 'Montserrat', sans-serif;
}

.productpricetext .wasprice {
	margin-right: 9px;
	font-size: 20px;
	color: #a2b2ba;
	font-weight: 400;
}

.productpricetext .wasprice span {
	text-decoration: line-through;
}
.productpricetext .saveprice {
	font-size: 15px;
	font-weight: 400;
	color: #322f2c;
}
.productpricetext .saveprice i {
	color: #f93a6b;
}


.wrap-ap-conts {
	display: none;
}

.wrapper-ap-conts {
	position: relative;
	text-align: left;
	font-size: 14px;
	color: #000;
}
.wrapper-ap-conts .stamped-badge {
	margin-bottom: 20px;
}
.wrapper-ap-conts p {
	margin-bottom: 0;
}

.wrapper-ap-conts img {
	width: 92px;
	margin-left: 6px;
}

.wrapper-sale-end {
	margin-bottom: 25px;
	text-align: center;
	padding: 0 67px;
}

.sale-end-box {
	display: block;
	padding: 14px 5px 13px;
	border-radius: 4px;
	border: 1px solid #f93a6b;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #f93a6b;
}

.sale-end-text {
	padding-right: 13px;
	font-size: 15px;
}

.sale-end-text span {
	font-weight: 700;
	text-transform: uppercase;
}

.sale-end-time span {
	position: relative;
	display: inline-block !important;
	padding-right: 10px;
	margin-right: 9px;
	font-size: 12px;
}

.sale-end-time span:last-of-type {
	margin-right: 0;
	padding-right: 0;
}

.sale-end-time span:after {
	position: absolute;
	right: 0;
	top: -3px;
	content: '\003A';
	font-size: 15px;
	color: #c5cfd4;
}

.sale-end-time span:last-of-type:after {
	display: none;
}

@media (max-width: 1199px) {

	.wrapper-sale-end {
		padding: 0;
	}

}

@media (max-width: 991px) {

	.sale-end-text {
		display: block;
		padding-right: 0;
		margin-bottom: 5px;
	}

	.sale-end-time {
		display: block;
	}

}

.variation-block {
	margin-bottom: 10px;
}

.variation-wrapper {
	padding: 0 0px;
}

.variation-name {
	padding-right: 0;
	text-align: left;
	font-weight: 700;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	color: #322f2c;
}

.upsell-head-sm h3 {
	font-size: 20px !important;
}
.row-extras {
	margin-top: 10px;
}

@media (max-width: 1199px) {

	.variation-wrapper {
		padding: 0;
	}

}

.wrap-buy-opt-box {
	width: 100%;
	float: left;
	padding: 20px;
	margin-bottom: 20px;
	background: #edf1f4;
	border-radius: 4px;
}

.row-prod-btn {
	margin-left: -5px;
	margin-right: -5px;
}

.wrap-prod-btn {
	padding-left: 5px;
	padding-right: 5px;
}

.prod-qty {
	width: 15%;
}

.prod-qty .form-control {
	height: 50px !important;
}

.prod-btn {
	width: 85%;
}

.prod-btn .btn {
	padding: 12px 16px !important;
}

.prod-enq {
	width: 35%;
}

.prod-enq .btn {
	padding: 12px 16px !important;
}

@media (max-width: 1199px) {

	.prod-qty {
		width: 20%;
	}

	.prod-btn {
		width: 45%;
	}

	.prod-enq {
		width: 35%;
	}
}

@media (max-width: 991px) {

	.prod-qty,
	.prod-btn,
	.prod-enq {
		width: 100%;
	}
}

.form-prod-enq {
    padding: 10px;
}

.wrap-enq-success {
	padding: 20px;
	font-size: 22px;
	text-align: center;
}

@media (max-width: 500px) {

	.form-field-enq {
		width: 100%;
	}
}
#shipbox.btn-stack .col-xs-12 + .col-xs-12 {
	margin-top: 5px;
}
/* Descriptions */
.wrapper-prod-description {
	margin-top: 0px;
}
.wrapper-mainprod-desc {
	padding: 0px 0;
	border-top: 3px solid #1db6d7;
	border-bottom: 3px solid #1db6d7;
}
.upsell-head-prod h3 {
	font-size: 24px;
	text-align: left;
}
.upsell-head-prod h3:before {
	left: 0 !important;
	margin-left: 0 !important;
}
.wrapper-mainprod-desc ul {
	margin: 0;
	margin-bottom: 10px;
  padding: 0;
  list-style: none;
}
.wrapper-mainprod-desc ul ul {
	margin-top: 10px;
}
.wrapper-mainprod-desc ul li {
	position: relative;
    padding-left: 15px;
    padding-bottom: 10px;
    display: block;
    text-align: left;
    color: #3b474a;
}
.wrapper-mainprod-desc ul ul li {
	padding-left: 15px;
}
.wrapper-mainprod-desc ul li:before {
	position: absolute;
    top: 1px;
    left: 0;
    font-size: 8px;
    color: #35a000;
    content: "\f111";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 18px;
}
.wrapper-mainprod-desc ul ul li:before {
	content: "\f0da";
	color: #1db6d7;
	font-size: 16px;
}

.wrapper-mainprod-desc iframe {
	max-width: 100%;
}
.wrapper-mainprod-rev {
	padding: 30px 0;
	background: #EDF1F4;
}
.wrapper-mainprod-rev #stamped-main-widget {
	margin: 0 !important;
}
.wrapper-mainprod-rev .stamped-container {
	margin: 10px auto !important;
}
.wrapper-mainprod-rev .stamped-header,
.wrapper-mainprod-rev .stamped-content {
	background: #fff;
  padding: 20px;
  border-radius: 4px;
}
.wrapper-mainprod-spec {
	padding: 30px 0;
	margin-bottom: 20px;
	border-bottom: 1px solid #1db6d7;
}
/* Panel Product */

.panel-product.panel-group .panel + .panel {
	margin-top: 10px;
}

.panel-product .panel-default {
	border: none;
	box-shadow: none;
}

.panel-product .panel-heading {
	padding: 0;
	border-radius: 4px;
}

.panel-product .panel-heading h4 a {
	display: block;
	padding: 14px 16px;
	border-radius: 4px;
}

.panel-product .panel-body {
	border: none !important;
	padding: 20px 15px;
}

.panel-product .panel-title a {
	background: #3b474a;
	color: #fff;
	font-size: 14px;
}

.panel-product .panel-title a:before {
	margin-right: 6px;
    content: "\f139";
    font-family: FontAwesome;
	font-display: swap;
    font-style: normal;
    font-weight: normal;
    color: #1db6d7;
}

.panel-product .panel-title a.collapsed {
	background: #edf1f4;
	color: #3b474a;
}

.panel-product .panel-title a.collapsed:before {
    content: "\f138";
    font-family: FontAwesome;
	font-display: swap;
    font-style: normal;
    font-weight: normal;
    color: #3b474a;
}

.panel-product img,
.panel-product iframe {
	max-width: 100%;
}
.panel-product img {
	width: auto !important;
	height: auto !important;
}


/* Footer */

.wrapper-footer {
	margin-top: 30px;
}

#n_home .wrapper-footer {
	margin-top: 0;
}

/** Newsletter **/

.wrapper-newslet {
	padding: 18px 0;
	background: #3b474a;
	border-bottom: 1px solid #485659;
}

.newslet-head {
	width: auto;
	float: left;
}

.newslet-head h3 {
	margin-bottom: 0;
}

.newslet-head h3 span.newslet-mainhead {
	line-height: 40px;
	font-size: 24px;
	color: #1db6d7;
	display: inline-block;
	vertical-align: middle;
}

.newslet-head h3 span.newslet-subhead {
	padding-left: 14px;
	line-height: 40px;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	display: inline-block;
	vertical-align: middle;
}

.newslet-form {
	width: 322px;
	float: right;
}

.newslet-form .form-control {
	height: 40px;
	border-color: #edf1f4;
	border-right: none;
}

.newslet-form .form-control:focus {
	outline: none;
	box-shadow: none;
	border-color: #edf1f4;
}

.newslet-form .btn {
	height: 40px;
	padding-left: 13px;
	padding-right: 13px;
	border-left: none;
	margin-left: 0 !important;
}

.newslet-form .btn:hover,
.newslet-form .btn:focus {
	outline: none;
	box-shadow: none;
}

@media (max-width: 991px) {

	.newslet-head {
		width: 100%;
		text-align: center;
	}

	.newslet-head h3 {
		margin-bottom: 10px;
	}

	.newslet-form {
		width: 100%;
	}

}

@media (max-width: 767px) {

	.newslet-head h3 span.newslet-mainhead {
		line-height: 20px;
		font-size: 18px;
		display: block;
	}

	.newslet-head h3 span.newslet-subhead {
		padding-left: 0;
		line-height: 16px;
		font-size: 14px;
		display: block;
	}

}

/** Footer Links **/

.wrapper-footer-links {
	padding: 40px 0;
	background: #3b474a;
}

.wrapper-footer-links h4 {
	margin-bottom: 13px;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
}

.wrapper-footer-links .nav {
	margin-bottom: 20px;
}

.wrapper-footer-links .nav > li > a {
	padding-top: 4px;
	padding-bottom: 4px;
	color: #a2b2ba;
	font-size: 14px;
}

.wrapper-footer-links .nav > li > a:hover,
.wrapper-footer-links .nav > li > a:focus {
	color: #1db6d7;
	background: none;
}


.footer-logo p {
	margin-bottom: 22px;
}

.footer-logo img {
	max-width: 100%;
}

.footer-text p {
	font-size: 13px;
	color: #fff;
}

.footer-contact {
	margin-bottom: 25px;
	font-size: 18px;
	font-weight: 700;
}

.footer-contact a {
	color: #fff;
}

.footer-contact a:hover,
.footer-contact a:focus {
	color: #1db6d7;
}

.list-social {
	font-size: 0;
	list-style: none;
	padding: 0 !important;
	margin: 0 !important;
	margin-bottom: 20px !important;
}

.list-social.list-inline > li {
    padding-left: 10px;
    padding-right: 10px;
}

.list-social a {
    font-size: 13px;
    color: #fff;
}

.list-social a:hover,
.list-social a:focus {
	color: #1db6d7;
}

@media (max-width: 767px) {
	.wrapper-footer-links .nav > li > a {
		padding-top: 10px;
		padding-bottom: 10px;
		font-size: 15px;
	}
	.list-social {
		margin-bottom: 20px !important;
	}
}


/** Footer Copyright **/

.wrapper-footer-copyright {
	padding: 15px 0;
	background: #ffffff;
	font-size: 12px;
	color: #fff;
}

.wrapper-footer .payment-icon-container {
	padding: 5px 10px;
	height: 40px;
    background: none;
}

.wrapper-footer .payment-icon {
    background-image: url(../img/paymenticons-light.svg);
}

.wrapper-footer-copyright a {
	color: #fff;
}

.f-copyright {
	text-align: right;
	padding-top: 5px;
}

.f-copyright address {
	margin: 0;
	color:#322f2c;
}

.footer-payment ul {
	margin-bottom: 0;
}

.footer-payment ul li {
	vertical-align: top !important;
}


@media (max-width: 1199px) {

	.wrapper-footer-copyright {
		text-align: center;
	}

	.f-copyright {
		padding-top: 15px;
		text-align: center;
	}
}


@media (max-width: 767px) {

	#mob-menu-cat li a {
		position: relative;
		color: #fff;
		font-size: 15px;
		font-family: 'Montserrat', sans-serif;
		font-weight: 700;
		display: block;
	}

	#mob-menu-cat {
		list-style: none;
		padding-top: 10px;
		padding-bottom: 10px;
    background: #3b474a;
	}

	#mob-menu-cat ul {
		list-style: none;
	}

	#mob-menu-cat .collapse-menu {
		padding: 0;
	}

	#mob-menu-cat > li > a {
		background: #3b474a;
		padding: 10px 35px 10px 10px;
		color: #1db6d7;
	}

	#mob-menu-cat > li > a .icon-custom {
		background-position: left bottom;
	}

	#mob-menu-cat > li > a.collapsed {
		color: #fff;
	}

	#mob-menu-cat > li > a.collapsed .icon-custom {
		background-position: left top;
	}

	#mob-menu-cat > li > a > span {
		width: 51px;
		display: inline-block;
		text-align: center;
	}

	#mob-menu-cat .collapse-menu.collapse-menu-one {
		background: #3b474a;
	}

	#mob-menu-cat .collapse-menu.collapse-menu-one > li > a {
		padding: 6px 10px 6px 62px;
		font-size: 13px;
		font-family: 'Montserrat', sans-serif;
		font-weight: 400;
	}

	#mob-menu-cat .mob-drop:after {
		position: absolute;
		top: 50%;
		right: 17px;
		margin-top: -10px;
		content: "\f068";
		font-family: FontAwesome;
		font-display: swap;
		font-style: normal;
		font-weight: normal;
		font-size: 13px;
		color: #1db6d7;
	}

	#mob-menu-cat .mob-drop.collapsed:after {
		content: "\f067";
		font-family: FontAwesome;
		font-display: swap;
		font-style: normal;
		font-weight: normal;
		color: #fff;
	}

	.mob-drop-menu-101 {
		display: none !important;
	}

}

.well {
	padding: 20px 15px;
    background-color: #fff;
    border: 1px solid #edf1f4;
    box-shadow: none;
}
.well-header {
	padding: 15px;
	background-color: #fafafa;
  border-bottom: 2px solid #1790aa;
}
.well-header h3 {
	margin: 0;
	font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  color: #1790aa;
}
.well-body {
	padding: 30px 0 0;
}
.well-body hr {
	margin-top: 0;
  margin-bottom: 20px;
  border-top: 2px solid #1790aa;
}
.well-body .help-block {
	font-size: 12px;
}
@media (max-width: 767px) {
	.acct-reglog .well {
		padding: 0;
		padding-bottom: 15px;
	}
	.well-header h3 {
		font-size: 16px;
	}
	.well-body {
		padding: 15px;
	}
}
.table-buy-opts.table {
	margin-bottom: 30px;
	border-bottom: 2px solid #1790aa;
	background: #fff;
}
.table-buy-opts.table thead th {
	font-weight: 700;
	border-top: none;
	border-bottom: 2px solid #1790aa;
	background: #fafafa;
	color: #1790aa;
}
.table-buy-opts.table td {
	border-top: 1px solid #edf1f4;
	vertical-align: middle;
}
.table-buy-opts.cartTable.table td {
	border-top: 2px solid #edf1f4;
}
.table-buy-opts.table-shopcart.table td {
	border-top: 2px solid #edf1f4;
}
.table-buy-opts.table td .form-control {
	height: 26px;
	padding: 2px 5px;
	text-align: center;
	font-size: 12px;
}
.table-buy-opts.cartTable.table td .form-control {
	height: 35px;
	padding: 6px 5px;
	text-align: center;
	font-size: 14px;
}
.row-top-cart-btns {
	margin-bottom: 30px;
}
.wrap-cart-table {
	margin-bottom: 50px;
  padding: 20px 15px 30px;
  border: 1px solid #edf1f4;
  border-radius: 4px;
  background: #fff;
}
.cart-model {
	margin-bottom: 0;
	font-size: 13px;
	font-weight: 700;
	color: #3b474a;
}
.cart-model-sub {
	margin-top: 10px;
	margin-bottom: 0;
	font-size: 12px;
}
.table-buy-opts.cartTable.table td {
	padding: 8px;
}
.cart-price-sub {
	margin-bottom: 0;
	font-weight: 700;
	font-size: 13px;
}
.cart-price-sub-sm {
	margin-bottom: 3px;
	font-size: 12px;
}
.text-cartprice {
	text-align: center;
}
.btn-cart-del {
	font-size: 18px;
	color: #f93a6b;
	border: none !important;
}
.btn-cart-del:hover,
.btn-cart-del:focus {
	color: #f93a6b;
}
.wrap-cart-pricing-list {
	margin-bottom: 30px;
	padding: 20px 15px;
	border: 2px solid #1790aa;
	border-radius: 4px;
	background: #fff;
}
.table-cart-total {
	margin-bottom: 0 !important;
}
.table-cart-total.table th {
	font-weight: 500;
	border-top: 2px solid #edf1f4;
	border-bottom: none;
	color: #3b474a;
	font-size: 14px;
}
.table-cart-total.table td {
	border-top: 2px solid #edf1f4;
	font-weight: 500;
	font-size: 14px;
}
.table-cart-total.table .cart-total-sub th {
	border-top: none;
	border-bottom: 2px solid #1790aa;
	text-transform: uppercase;
}
.table-cart-total.table .cart-total-sub td {
	border-top: none;
	border-bottom: 2px solid #1790aa;
}
.text-cart-total-head {
	text-transform: uppercase;
	font-weight: 700 !important;
}
.text-cart-total {
	font-size: 20px !important;
	font-weight: 700 !important;
	color: #f93a6b !important;
}
.cart-ppal {
	text-align: left;
}
.cart-ppal img {
	max-width: 216px;
}
.card-cart-calc {
	margin-bottom: 25px;
}
.card-cart-calc .card-header {
	color: #fff;
	background: #231F20;
}
.card-disc-code {
	margin-bottom: 25px;
}
.card-disc-code .card-header {
	color: #fff;
	background: #BF1B21;
}
.ap-conts-cart p {
	margin-bottom: 20px !important;
}
.cart-panels .panel-default {
  border-color: #edf1f4;
}
.panel-default.panel-shipcalc > .panel-heading {
	color: #fff;
  background-color: #3b474a;
  border-color: #3b474a;
}
.panel-default.panel-disccode > .panel-heading {
	color: #fff;
  background-color: #f93a6b;
  border-color: #f93a6b;
}
.cart-panels .panel-default .panel-title {
	font-size: 14px;
}
@media (min-width: 768px) {
	.cartTable .cartTable--heading-quantity {
		width: 122px;
	}
	.cartTable .cartTable--heading-price {
		width: 160px;
	}
}
@media (max-width: 991px) {
	.col-quote-btn .btn {
		min-width: 0;
		width: 100%;
		display: block;
	}
	.cart-ppal {
		text-align: center;
	}
}
@media (max-width: 767px) {
	.row-top-cart-btns {
		margin-bottom: 25px;
	}
	.cartTable--heading span {
		display: none;
	}
	.wrap-cart-table {
    margin-bottom: 40px;
    padding: 0;
    border: none;
    border-radius: 0;
		background: none;
	}
	.table-buy-opts.cartTable.table td {
		padding: 8px 5px;
	}
	.cartTable .cartTable--heading-quantity {
		width: 80px;
	}
	.cartTable .cartTable--heading-price {
		width: 80px;
	}
	.cartTable .cartTable--column-image {
		width: 35px;
	}
	.cart-price-sub {
		font-size: 12px;
	}
	.cart-price-sub-sm {
		font-size: 11px;
	}
	.cart-model,
	.cart-model-sub {
		font-size: 12px;
	}
	.table-buy-opts.cartTable.table {
		margin-bottom: 25px;
	}
	.table-buy-opts.cartTable.table td {
		vertical-align: top !important;
	}
	.table-buy-opts.cartTable.table thead th {
		font-size: 13px;
	}
	.text-cartprice {
		text-align: right;
	}
	.wrap-cart-pricing-list {
    margin-bottom: 25px;
    padding: 0;
    border: none;
    border-radius: 0;
	}
	.table-cart-total {
		border-bottom: 2px solid #1790aa;
	}
	.table-cart-total.table th {
		font-size: 14px;
	}
	.table-cart-total.table td {
		font-size: 14px;
	}
	.table-cart-total.table td h4 {
		font-size: 14px;
	}
	.text-cart-total {
		font-size: 16px !important;
	}
}
.edit-det-form {
	padding: 20px 15px;
	border-radius: 4px;
	border: 1px solid #ddd;
	background: #fff;
}
.edit-sub-head {
	margin-bottom: 30px;
	padding: 15px;
	background: #fafafa;
	border-bottom: 2px solid #1790aa;
}
.edit-sub-head h2 {
	margin: 0;
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	text-align: center;
	color: #1790aa;
}
.edit-det-form .form-group {
	margin-bottom: 20px;
}
.edit-det-form .form-group label {
	margin-bottom: 15px;
	font-weight: 700;
	font-size: 14px;
	line-height: 17px;
	text-transform: none;
}
.edit-det-form .form-control {
	height: 40px;
}
.edit-det-form textarea {
	height: 150px !important;
	border-radius: 4px;
}
.edit-det-form .wrap-select {
	height: 40px;
}
.edit-det-form .wrap-select select {
	height: 38px !important;
}
.edit-det-form .form-group.form-group-subscribe label {
	margin-bottom: 0;
	font-weight: 400;
	text-transform: none;
}
.edit-det-btn .btn {
	min-width: 350px;
	font-size: 20px;
	font-weight: 700;
}
.my-order-div {
	margin-top: 8px;
	margin-bottom: 20px;
	border-top: 2px solid #1790aa;
}
@media (max-width: 767.98px) {
	.edit-det-form {
		padding: 0;
		border-radius: 0;
		border: none;
		background: none;
	}
	.edit-form-container {
		margin-bottom: 25px;
		border: 1px solid #ddd;
		border-radius: 4px;
		overflow: hidden;
		background: #fff;
	}
	.edit-form-body {
		padding: 30px 10px 20px;
	}
	.edit-sub-head {
		margin-bottom: 0;
	}
	.edit-sub-head h2 {
		font-size: 16px;
		line-height: 20px;
	}
	.edit-det-btn .btn {
		min-width: 0;
		width: 100%;
		display: block;
		font-size: 16px;
	}
}
.wrap-cart-pmethod {
	margin-top: 20px;
    padding: 30px;
    text-align: center;
    border-radius: 4px;
    border: 2px solid #edf1f4;
}
.wrap-cart-pmethod img {
	width: auto !important;
	height: auto !important;
	max-width: 100%;
}
.page-header {
	position: relative;
    padding-bottom: 0;
	padding-top: 15px;
    margin: 0;
	margin-bottom: 40px;
    border-bottom: none;
}

.page-header h1 {
	margin-bottom: 0;
	margin-top: 0;
}
.page-header p {
	margin-top: 10px;
}
.page-header:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 44px;
	height: 6px;
	border-radius: 4px;
	background: #1db6d7;
	content: '';
}

.inline-reviews {
	min-height: 23px;
}

.ts-reviews-count {
	margin: 0 !important;
}
.row-acct-opts .btn h3 {
	font-size: 14px;
	font-weight: 700;
}
.row-acct-opts .btn h3 i {
	color: #1db6d7 !important;
}
.row-acct-opts .btn p.text-muted {
	font-weight: 400 !important;
	color: #3b474a !important;
}
.account-summary h3 {
	font-weight: 700;
}
.account-summary .row-upsell-head {
	padding-top: 30px;
	padding-bottom: 30px;
}
/* Crosssell */
.crosssell-head {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 18px;
	text-transform: none;
	text-align: center;
}
.row-crosssell {
	margin-left: -10px;
	margin-right: -10px;
	margin-top: 20px;
}
.wrap-crosssell {
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 0 !important;
	font-weight: 400 !important;
}
.wrap-crosssell-block {
	margin-bottom: 20px;
	width: 100%;
	float: left;
	padding: 0 5px;
}
.row-crosssell-block {
	margin-left: -5px;
	margin-right: -5px;
}
.crosssell-block {
	padding-left: 5px;
	padding-right: 5px;
}
.crosssell-caption {
	overflow: hidden;
	padding-left: 15px !important;
}
.crosssell-caption .title {
	margin-bottom: 5px;
	font-size: 14px;
	line-height: 16px;
	height: 32px;
	overflow: hidden;
}
.crosssell-caption .title a {
	color: #3b474a;
}
.crosssell-caption .price {
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: 700;
}
.crosssell-caption p {
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
}
.crosssell-caption p label {
	font-weight: 400;
}
/* checkbox radio button */
input[type=radio].chk-radio-custom,
input[type=checkbox].chk-radio-custom {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
input[type=radio].chk-radio-custom ~ label:before,
input[type=checkbox].chk-radio-custom ~ label:before {
    font-family: FontAwesome;
	font-display: swap;
		content: "\f096";
    display: inline-block;
    letter-spacing: 10px;
    font-size: 14px;
    color: #55555a;
    width: 1.1em;
}
input[type=radio].chk-radio-custom:checked ~ label,
input[type=checkbox].chk-radio-custom:checked ~ label {
    color: #13a000;
}
input[type=radio].chk-radio-custom:checked ~ label:before,
input[type=checkbox].chk-radio-custom:checked ~ label:before  {
    font-size: 14px;
    color: #13a000;
    letter-spacing: 5px;
	content: "\f046";
}
input[type=radio].chk-radio-custom ~ label:before {
    content: "\f1db";
}
input[type=radio].chk-radio-custom:checked ~ label:before {
    content: "\f192";
}
input[type=radio].chk-radio-custom:focus ~ label,
input[type=checkbox].chk-radio-custom:focus ~ label {
    color: #13a000;
}
input[type=radio].chk-radio-custom:focus ~ label:before,
input[type=checkbox].chk-radio-custom:focus ~ label:before {
    color: #13a000;
}
.footer-payment img {
	max-width: 100%;
}
.subcateg-img-bg {
	width: 82px;
	height: 82px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	float: left;
}
.homepageCarousel img {
	max-height: 355px;
}
@media (max-width: 767px) {
	.homepageCarousel img {
		max-height: 140px;
	}
}
.wrapper-core-values {
	padding: 20px 0 80px;
	background: #EDF1F4;
}
.row-core-values {
	margin-top: 30px;
	display: flex;
}
.wrap-core-block {
	width: 100%;
	height: 100%;
	background: #fff;
	border-radius: 4px;
	padding: 30px;
	float: left;
	cursor: pointer;
}
.wrap-core-heading {
	width: 100%;
	float: left;
	padding-bottom: 15px;
}
.wrap-core-img {
	width: 60px;
	display: inline-block;
	vertical-align: middle;
}
.wrap-core-text {
	width: calc(100% - 64px);
	display: inline-block;
	vertical-align: middle;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	font-weight: 700;
	color: #3B474A;
}
.wrap-core-desc {
	width: 100%;
	float: left;
	font-size: 13px;
	color: #3B474A;
}
@media (max-width: 991px) {
	.wrap-core-text {
		font-size: 13px;
	}
}
@media (max-width: 767px) {
	.wrapper-core-values {
		padding-bottom: 20px;
	}
	.row-core-values {
		display: block;
		margin-top: 0;
	}
	.wrap-core-col {
		padding-bottom: 15px;
	}
}
.wrapper-step-process {
	padding: 20px 0 80px;
	border-bottom: 1px solid #EDF1F4;
}
.row-step-process {
	margin-top: 60px;
}
.wrap-step-block {
	width: 100%;
	float: left;
}
.wrap-step-heading {
	width: 100%;
	float: left;
	padding-bottom: 15px;
	text-align: center;
}
.wrap-step-img {
	width: 60px;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 20px;
}
.wrap-step-img span {
	width: 60px;
	height: 60px;
	display: block;
	line-height: 60px;
	text-align: center;
	border-radius: 50%;
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	font-weight: 700;
	background: #1db6d7;
	color: #fff;
}
.wrap-step-text {
	width: 100%;
	display: inline-block;
	vertical-align: middle;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #3B474A;
}
.wrap-step-desc {
	font-size: 13px;
	color: #3B474A;
}
@media (max-width: 767px) {
	.wrapper-step-process {
		padding-bottom: 20px;
	}
	.row-step-process {
		margin-top: 30px;
	}
	.wrap-step-col {
		padding-bottom: 25px;
	}
}
.wrapper-home-topseller {
	padding: 20px 0;
}
.wrapper-thumbnail-topseller .thumbnail {
	border: none;
}
.wrapper-thumbnail-topseller .thumbnail .thumbnail-image {
  border: none;
  border-radius: 0;
  margin: 0;
}
.thumbnail .wrap-topseller-prod-det .caption {
  padding: 30px;
  text-align: left;
  color: #000;
}
.thumbnail .wrap-topseller-prod-det .caption .h3 {
  height: auto;
  font-size: 33px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}
.wrap-topseller-prod-det .fa-star-half-o:before,
.wrap-topseller-prod-det .fa-star-o:before,
.wrap-topseller-prod-det .fa-star:before,
.wrap-topseller-prod-det .stamped-fa-star-half-o:before,
.wrap-topseller-prod-det .stamped-fa-star-o:before,
.wrap-topseller-prod-det .stamped-fa-star:before {
	font-size: 30px;
}
.wrap-topseller-prod-det .stamped-badge-caption {
	font-size: 17px;
}
.wrap-topseller-prod-det .caption .price {
	margin-top: 10px;
  font-size: 26px;
  height: auto;
	margin-bottom: 20px;
}
.wrap-topseller-prod-det .caption .thumb-price {
  font-size: 26px;
}
.top-shortdesc {
	margin-top: 20px;
}
.wrap-topseller-prod-det .wrap-thumb-btn {
	width: 100%;
}
@media (max-width: 991px) {
	.thumbnail .wrap-topseller-prod-det .caption {
	  padding: 15px;
	}
	.thumbnail .wrap-topseller-prod-det .caption .h3 {
	  font-size: 22px;
	}
	.wrap-topseller-prod-det .fa-star-half-o:before,
	.wrap-topseller-prod-det .fa-star-o:before,
	.wrap-topseller-prod-det .fa-star:before,
	.wrap-topseller-prod-det .stamped-fa-star-half-o:before,
	.wrap-topseller-prod-det .stamped-fa-star-o:before,
	.wrap-topseller-prod-det .stamped-fa-star:before {
		font-size: 18px;
	}
	.wrap-topseller-prod-det .stamped-badge-caption {
		font-size: 13px;
	}
	.wrap-topseller-prod-det .caption .price {
	  font-size: 20px;
	}
	.wrap-topseller-prod-det .caption .thumb-price {
	  font-size: 20px;
	}
}
@media (max-width: 991px) {
	.thumbnail .wrap-topseller-prod-det .caption {
	  text-align: center;
	}
}
.stock-levels {
    float: left;
    border: 1px solid #83c11f;
    background-color: #f9fcf4;
    padding: 5px 10px 0px 10px;
    margin-top: 5px;
    width: 100%;
}

.stock-level-text {
    color: #1a8330;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 3px;
}

.stock-level-small {
    font-size: 12px;

}
.wrapper-commercial-main-info {
	margin-top: -25px;
}
.row-commercial-info {
	display: flex;
	-ms-flex-align: center!important;
  align-items: center!important;
}
.commercial-info-img {
	order: 2;
	height: 455px;
	text-indent: -9999px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.commercial-info-text {
	padding: 0 80px;
}
.commercial-info-text h1 {
	margin-top: 0;
}
@media (max-width: 991px) {
	.commercial-info-img {
		height: 385px;
	}
	.commercial-info-text {
		padding: 0 40px;
	}
}
@media (max-width: 767px) {
	.row-commercial-info {
		display: block;
	}
	.commercial-info-img {
		height: 285px;
	}
	.commercial-info-text {
		padding: 35px 15px;
	}
}
.wrapper-commercial-testi-usp {
	padding: 35px 0 50px;
	background: #edf1f4;
}
.comm-testi {
	margin-top: -60px;
	width: 100%;
	float: left;
	padding: 25px;
	background: #3b474a;
	border-radius: 4px;
}
.row-ctesti {
	display: flex;
	-ms-flex-align: center!important;
  align-items: center!important;
}
.comm-testi-img img {
	width: 156px;
	height: 156px;
	border-radius: 50%;
}
.comm-testi-text p {
	color: #fff;
	font-size: 26px;
}
.comm-testi-text p.comm-testi-name {
	margin-bottom: 0;
	font-size: 18px;
	color: #ccc;
}
@media (max-width: 1199px) {
	.comm-testi-img img {
		width: 123px;
		height: 123px;
	}
}
@media (max-width: 991px) {
	.comm-testi-img img {
		width: 145px;
		height: 145px;
	}
}
@media (max-width: 767px) {
	.row-ctesti {
		display: block;
	}
	.comm-testi {
		margin-top: -50px;
	}
	.comm-testi-img {
		margin-bottom: 15px;
		text-align: center;
	}
	.comm-testi-img img {
		width: 80px;
		height: 80px;
		border-radius: 50%;
	}
	.comm-testi-text p {
		font-size: 20px;
		text-align: center;
	}
	.comm-testi-text p.comm-testi-name {
		font-size: 15px;
	}
}
.row-comm-usp-top {
	display: flex;
	margin-top: 50px;
}
.wrap-usp-t-block {
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 4px;
  padding: 25px 20px;
  float: left;
  cursor: pointer;
}
.wrap-usp-t-img {
	width: 70px;
  float: left;
}
.wrap-usp-t-text {
  width: calc(100% - 70px);
  float: left;
}
.wrap-usp-t-text h3 {
	font-size: 15px;
}
.wrap-usp-t-text p {
	margin-bottom: 0;
}
@media (max-width: 767px) {
	.row-comm-usp-top {
		display: block;
	}
	.wrap-comm-usp-top {
		padding-bottom: 15px;
	}
}
.wrapper-commercial-video {
	padding: 35px 0;
}
.comm-vid {
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
	position: relative;
}
.comm-vid img {
	width: 70%;
}
.comm-vid i {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -50px;
	margin-left: -43px;
	font-size: 100px;
}
.row-comm-video p {
	padding: 0 150px;
	text-align: center;
}
@media (max-width: 767px) {
	.comm-vid {
		margin-top: 25px;
		margin-bottom: 25px;
	}
	.comm-vid img {
		width: 90%;
	}
	.row-comm-video p {
		padding: 0 40px;
	}
}
.wrapper-commercial-usp-bot {
	padding: 25px 0;
}
.wrap-comm-usp-bot {
	padding-bottom: 25px;
	text-align: center;
}
.wrap-usp-b-img {
	margin-bottom: 15px;
}
.wrap-usp-b-text h3 {
	margin-bottom: 0;
	font-size: 16px;
}
.wrapper-commercial-subban {
	padding: 35px 0;
}
.col-subban {
	padding-top: 50px;
}
.row-commercial-subban {
	margin: 0;
	display: flex;
	-ms-flex-align: center!important;
  align-items: center!important;
	background: #edf1f4;
}
.col-subban .row-commercial-subban:nth-child(even) {
	background: #3b474a;
}
.commercial-subban-img {
	height: 400px;
	text-indent: -9999px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.col-subban .row-commercial-subban:nth-child(odd) .commercial-subban-img {
	order: 2;
}
.commercial-subban-text {
	padding: 0 50px;
}
.commercial-subban-text h3 {
	margin-bottom: 20px;
	font-size: 20px;
	color: #1db6d7;
}
.commercial-subban-text p {
	margin-bottom: 0;
}
.col-subban .row-commercial-subban:nth-child(even) .commercial-subban-text p {
	color: #fff;
}
@media (max-width: 991px) {
	.commercial-subban-img {
		height: 350px;
	}
	.commercial-subban-text {
		padding: 0 25px;
	}
}
@media (max-width: 767px) {
	.col-subban {
		padding-top: 25px;
	}
	.row-commercial-subban {
		display: block;
	}
	.commercial-subban-img {
		height: 285px;
	}
	.commercial-subban-text {
		padding: 35px;
	}
}
.wrapper-commercial-fitout-needs {
	padding: 35px 0;
}
.comm-fitout-needs {
	margin-top: 50px;
}
.comm-fitout-needs ul {
	width: 100%;
	float: left;
	padding: 0 150px;
	margin: 0;
	margin-bottom: 50px;
	list-style: none;
	text-align: center;
}
.comm-fitout-needs ul li {
	position: relative;
	width: 28%;
	margin-bottom: 25px;
	padding-right: 15px;
	padding-left: 20px;
	display: inline-block;
	vertical-align: top;
	text-align: left;
}
.comm-fitout-needs ul li:before {
	position: absolute;
	top: 0;
	left: 0;
	font-family: FontAwesome;
	font-display: swap;
	content: "\f046";
	color: #1db6d7;
}
@media (max-width: 1199px) {
	.comm-fitout-needs ul {
		padding: 0 100px;
	}
}
@media (max-width: 991px) {
	.comm-fitout-needs ul {
		padding: 0;
	}
}
@media (max-width: 767px) {
	.comm-fitout-needs {
		margin-top: 25px;
	}
	.comm-fitout-needs ul {
		margin-bottom: 20px;
	}
	.comm-fitout-needs ul li {
		width: auto;
	}
}
.wrapper-commercial-reviews {
	padding: 35px 0;
	background: #edf1f4;
}
.row-comm-rev {
	display: flex;
}
.wrap-comm-rev-block {
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 4px;
  padding: 25px 20px;
  float: left;
  text-align: center;
}
.comm-rev-rate {
	margin-bottom: 15px;
	color: #F5C74D;
}
.comm-rev-text {
	margin-bottom: 20px;
	font-size: 13px;
}
.comm-rev-name {
	font-weight: 700;
}
.comm-rev-name i {
	margin-right: 7px;
	color: #1db6d7;
}
@media (max-width: 767px) {
	.row-comm-rev {
		display: block;
	}
	.col-comm-rev {
		padding-bottom: 15px;
	}
}
.col-comm-botban {
	padding: 0;
}
.col-comm-botban-block {
	position: relative;
	width: 100%;
	float: left;
	padding: 90px 30px;
	text-align: center;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.col-comm-botban-block:after {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: rgba(50,47,44,0.8);
	content:'';
}
.comm-botban-text {
	position: relative;
	z-index: 2;
}
.comm-botban-text h3 {
  position: relative;
  padding-top: 17px;
  font-size: 30px;
	color: #fff;
}
.comm-botban-text h3:before {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -22px;
  width: 44px;
  height: 5px;
  border-radius: 4px;
  background: #1db6d7;
  content: '';
}
.comm-botban-text p {
	margin-bottom: 30px;
	color: #fff;
}
.form-quote {
	padding: 25px 15px 10px;
}
.form-quote h4 {
	font-weight: 400;
	font-size: 16px;
}
.quote-top-content {
	padding: 20px 15px 0;
}
.quote-top-content h3 {
	margin-bottom: 30px;
}
.quote-img {
	width: 0px;
	float: left;
}
.quote-img img {
	width: 100px;
	height: 100px;
	border-radius: 50%;
}
.quote-text {
	width: calc(100% - 0px);
	padding-left: 20px;
	float: left;
}

.wrapper-mob-nav .fa{
	width: 15px;
	height: 15px;
}
.wrap-augov-logo img {
	max-width: 100%;
}
@media (max-width: 1199px) {
	.wrap-augov-logo img {
		height: auto;
	}
}
@media (max-width: 767px) {
	.wrap-augov-logo {
		margin-bottom: 20px;
		text-align: center;
	}
}
.wrapper-footer-rev {
	padding: 30px 0;
	background: #EDF1F4;
}
.revbg-head h4 {
	position: relative;
	margin: 0;
	font-size: 16px;
	text-align: center;
	padding-top: 17px;
}
.revbg-head h4:before {
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -22px;
	width: 44px;
	height: 6px;
	border-radius: 4px;
	background: #1db6d7;
	content: '';
}
.revg-mb {
	margin-bottom: -20px;
}
.findify-layouts--autocomplete--dropdown__wrapper_mobile .findify-components--cards--product__sticker {
  font-size: 10px !important;
  width: 45px !important;
  height: 45px !important;
}
@media screen and (max-width: 576px) {
    .findify-components--cards--product__sticker {
        font-size: 10px !important;
        width: 45px !important;
        height: 45px !important;
    }
    .findify-components--cards--product__sticker .sticker_warranty {
      font-size: 9px !important;
      line-height: 11px !important;
    }
}
ul.prod-doc-list li {
	position: relative;
	padding-left: 22px;
}
ul.prod-doc-list li:before {
	content: "\f1c1";
	position: absolute;
	left: 0;
	color: #F40F02;
	font-size: 14px;
	line-height: 16px;
}
ul.prod-doc-list li a {
	color: #1db6d7;
  font-weight: 500;
  text-decoration: underline;
}
