
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body {
  font-family: 'Roboto', sans-serif;
	font-size: 13px;
	color: #262626;
	background-image: none;
	background-color: #fff;
	-webkit-font-smoothing: antialiased;
}

:root {

font-family: 'Roboto', sans-serif; }

#saveForm, input.btTxt {background-color: #e75529; !important}

a,
.btn,
.home-categ-conts span,
.wrap-crosssell-block {
	-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 {
	color: #777;
}

a:hover,
a:focus {
	text-decoration: none;
	color: #ed4a19;
}

.text-muted {
	color: #aaa;
}

.form-control {
	box-shadow: none;
	border-color: #dfdfdf;
	color: #111;
	font-size: 12px;
}

.form-control.input-lg {
	font-size: 16px;
	height: 55px;
}

.n-wrapper-form-control select {
	box-shadow: none;
	border-color: #dfdfdf;
	color: #111;
}

.form-control::-moz-placeholder {
	color: #aaa;
}

.form-control:-ms-input-placeholder {
	color: #aaa;
}

.form-control::-webkit-input-placeholder {
	color: #aaa;
}


.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;
}

.navigation-list li {
    width: 23.8%;
}

.navigation-list li a {
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
}

.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: 0;
	border-top: none;
	border-color: #dfdfdf;
	text-align: left;
}

.nsearchinput-pl.well .nav > li > a:hover,
.nsearchinput-pl.well .nav > li > a:focus {
	background-color: #f1f1f1;
}

hr {
	border-top: 1px solid #dfdfdf;
}

.upsell-head {
	position: relative;
	margin-top: 11px;
	margin-bottom: 32px;
}

.upsell-head.upsell-head-brands {
	margin-bottom: 12px;
}

.upsell-head h3 {
	margin-bottom: 0;
	font-size: 28px;
	font-weight: 400;
	color: #111;
	text-transform: uppercase;
}

.upsell-head h3 span {
	padding-right: 15px;
	display: inline-block;
	background: #fff;
}

.upsell-head h3 a {
	padding-right: 15px;
	display: inline-block;
	background: #fff;
	font-size: 13px;
	font-weight: 700;
	text-transform: none;
}

.upsell-head h3 a i {
	padding-left: 6px;
	font-size: 10px;
}

.upsell-head hr {
	position: absolute;
	bottom: 8px;
	left: 0;
	z-index: -1;
	width: 100%;
	margin: 0;
}

@media (max-width: 767px) {

	.navbar-collapse {
		padding-left: 15px;
		padding-right: 15px;
		margin: 0 -15px;
	}

	.upsell-head h3 {
		font-size: 20px;
		text-align: center;
	}
	
	.upsell-head h3 span {
		padding-left: 15px;
		display: inline-block;
		background: #fff;
	}

	.upsell-head h3 a {
		padding-right: 0;
		display: block;
	}

	.upsell-head hr {
		bottom: 0;
		top: 10px;
	}
}

.upsellhome-head {
	position: relative;
	margin-top: 10px;
	margin-bottom: 32px;
}

.upsellhome-head.upsellhome-head-brands {
	margin-bottom: 6px;
	margin-top: 15px;
}

.upsellhome-head h3 {
	margin-bottom: 0;
	font-size: 28px;
	font-weight: 400;
	color: #111;
}

.upsellhome-head h3 span {
	padding-right: 15px;
	display: inline-block;
	background: #fff;
}

.upsellhome-head h3 a {
	padding-right: 15px;
	display: inline-block;
	background: #fff;
	font-size: 13px;
	font-weight: 700;
	text-transform: none;
}

.upsellhome-head h3 a i {
	padding-left: 6px;
	font-size: 10px;
}

.upsellhome-head hr {
	position: absolute;
	bottom: 8px;
	left: 0;
	z-index: -1;
	width: 100%;
	margin: 0;
}

@media (max-width: 767px) {

	.navbar-collapse {
		padding-left: 15px;
		padding-right: 15px;
		margin: 0 -15px;
	}

	.upsellhome-head h3 {
		font-size: 20px;
		text-align: center;
	}
	
	.upsellhome-head h3 span {
		padding-left: 15px;
		display: inline-block;
		background: #fff;
	}

	.upsellhome-head h3 a {
		padding-right: 0;
		display: block;
	}

	.upsellhome-head hr {
		bottom: 0;
		top: 10px;
	}
}

.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 {
	font-weight: 700;
}

h1 {
	margin-top: 10px;
	font-size: 24px;
	color: #000;
padding-left: 0px;
}

h2 {
	font-size: 22px;
}

h3 {
	font-size: 26px;
}

.btn {
	font-weight: 600;
	letter-spacing: 1px;
	  border-radius: 6px;

}

.btn-lg {
	padding: 16px;
	font-size: 16px;
	margin-bottom: 15px;
}

.btn-thumb {
  color: #fff;
  background-color: #bbbbbb;
  border-color: #bbbbbb;
}
.btn-thumb:focus,
.btn-thumb.focus {
  color: #fff;
  background-color: #848484;
  border-color: #848484;
}
.btn-thumb:hover {
  color: #fff;
  background-color: #848484;
  border-color: #848484;
}
.btn-thumb:active,
.btn-thumb.active,
.open > .dropdown-toggle.btn-thumb {
  color: #fff;
  background-color: #848484;
  border-color: #848484;
}
.btn-thumb:active:hover,
.btn-thumb.active:hover,
.open > .dropdown-toggle.btn-thumb:hover,
.btn-thumb:active:focus,
.btn-thumb.active:focus,
.open > .dropdown-toggle.btn-thumb:focus,
.btn-thumb:active.focus,
.btn-thumb.active.focus,
.open > .dropdown-toggle.btn-thumb.focus {
  color: #fff;
  background-color: #848484;
  border-color: #848484;
}
.btn-thumb:active,
.btn-thumb.active,
.open > .dropdown-toggle.btn-thumb {
  background-image: none;
}
.btn-thumb.disabled:hover,
.btn-thumb[disabled]:hover,
fieldset[disabled] .btn-thumb:hover,
.btn-thumb.disabled:focus,
.btn-thumb[disabled]:focus,
fieldset[disabled] .btn-thumb:focus,
.btn-thumb.disabled.focus,
.btn-thumb[disabled].focus,
fieldset[disabled] .btn-thumb.focus {
  background-color: #bbbbbb;
  border-color: #bbbbbb;
}
.btn-thumb .badge {
  color: #bbbbbb;
  background-color: #fff;
}

.btn-cart {
  color: #111;
  background-color: #f2b83a;
  border-color: #f2b83a;
}
.btn-cart:focus,
.btn-cart.focus {
  color: #111;
  background-color: #eaa50f;
  border-color: #a2720b;
}
.btn-cart:hover {
  color: #111;
  background-color: #eaa50f;
  border-color: #e09e0f;
}
.btn-cart:active,
.btn-cart.active,
.open > .dropdown-toggle.btn-cart {
  color: #111;
  background-color: #eaa50f;
  border-color: #e09e0f;
}
.btn-cart:active:hover,
.btn-cart.active:hover,
.open > .dropdown-toggle.btn-cart:hover,
.btn-cart:active:focus,
.btn-cart.active:focus,
.open > .dropdown-toggle.btn-cart:focus,
.btn-cart:active.focus,
.btn-cart.active.focus,
.open > .dropdown-toggle.btn-cart.focus {
  color: #111;
  background-color: #c88d0d;
  border-color: #a2720b;
}
.btn-cart:active,
.btn-cart.active,
.open > .dropdown-toggle.btn-cart {
  background-image: none;
}
.btn-cart.disabled:hover,
.btn-cart[disabled]:hover,
fieldset[disabled] .btn-cart:hover,
.btn-cart.disabled:focus,
.btn-cart[disabled]:focus,
fieldset[disabled] .btn-cart:focus,
.btn-cart.disabled.focus,
.btn-cart[disabled].focus,
fieldset[disabled] .btn-cart.focus {
  background-color: #f2b83a;
  border-color: #f2b83a;
}
.btn-cart .badge {
  color: #f2b83a;
  background-color: #111;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #e75529;
  background-color: #000;
  border-color: #000000;
}
.btn-primary:hover {
  color: #e75529;
  background-color: #000;
  border-color: #000;
}

.btn-success:focus,
.btn-success.focus {
  color: #e75529;
  background-color: #000;
  border-color: #000000;
}
.btn-success:hover {
  color: #fff;
  background-color: #000;
}


.divider-pagination {
	margin-top: 5px;
	margin-bottom: 15px;
}

.divider-viewby {
	margin-top: 15px;
}

.divider-custom-one {
	margin-top: 0;
	margin-bottom: 12px;
}

.divider-custom-two {
	margin-top: 12px;
}

.divider-custom-three {
	margin-bottom: 12px;
}

/* Sidebar */

#left-sidebar {
	padding-right: 25px;
}

.panel-default {
	box-shadow: none;
	border-color: #dfdfdf;
}

.panel-default > .panel-heading {
    color: #262626;
    background-color: #f5f5f5;
    border-color: #dfdfdf;
}

.panel-default > .panel-heading.panel-heading-thumbnails {
    color: #fff;
    background-color: #262626;
    border-color: #262626;
}

.panel-title {
    font-size: 14px;
	text-transform: uppercase;
	font-weight: 400;
}

.panel-title a {
	color: #fff;
}

.list-group-item {
    padding: 6px 15px;
    margin-bottom: 0;
	font-size: 13px;
	text-transform: uppercase;
    background-color: #fff;
    border: 1px solid #fff;
}

a.list-group-item {
	color: #262626;
}

.list-group-collapse {
	padding: 0;
	border: 1px solid #dfdfdf;
    margin-top: -1px;
}

.list-group-item.thumbnail-box {
	border-color: #dfdfdf;
	margin-top: -1px;
}

.list-group-collapse h4 {
	font-weight: 700;
}

#left-sidebar .list-group h4,
#left-sidebar .list-group .h4 {
    font-size: 13px;
}

.list-group-collapse h4 a {
	position: relative;
	padding: 10px 25px 10px 15px;
	color: #262626;
	display: block;
	background: #f5f5f5;
	border-bottom: 1px solid #dfdfdf;
    margin-bottom: -1px;
}

.list-group-collapse h4 a.collapsed:after {
    content: "\f107";
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    color:#262626;
}

.list-group-collapse h4 a:after{
	position: absolute;
	top: 10px;
	right: 15px;
   	content: "\f106";
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    color:#262626;
}


#left-sidebar .list-group h4 a.collapsed{
	color:#262626;
}


#left-sidebar .list-group .sidecatitem h4 a.collapsed:after {
	content: "\f0d7";
}

.sidefilter-categ {
	margin: 0;
}


.sidefilter-categ > ul {
	margin: 12px 10px;
	margin-left: 0;
	height: auto;
	overflow-y: auto;
	list-style: none;
	padding: 0;
}

.sidefilter-categ > ul.pricefilterdrop {
	margin: 20px 0;
}

.sidefilter-categ .list-group-item {
	padding: 6px 15px;
}

#left-sidebar .sidefilter-categ > ul > li.filter > a:before {
  content: '\F096\0020';
  font-family: 'FontAwesome';
}

#left-sidebar .sidefilter-categ > ul > li.filter-remove > a:before {
  content: '\F14A\0020';
  font-family: 'FontAwesome';
}

.wrap-thumb-box-conts {
	padding-left: 0;
}

.wrap-thumb-box-conts h5 {
	font-size: 13px;
	font-weight: 400;
	text-transform: none;
}

.wrap-thumb-box-conts h5 a {
	color: #353535;
}

.wrap-thumb-box-conts .price {
	font-size: 12px;
	color: #353535;
}

.wrap-rrp {
	text-decoration: line-through;
	color: #717171;
}

.box-price {
	font-size: 14px;
	font-weight: 700;
}

.ui-slider-horizontal {
    height: 15px !important;
	border-radius: 0 !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #dfdfdf !important;
    background: none !important;
	background: #fff !important;
}

.ui-slider .ui-slider-handle {
    width: 25px !important;
    height: 23px !important;
	border-radius: 0 !important;
}

.ui-widget-header {
    background: #f5f5f5 !important;
}

.ui-widget-content {
    border: 1px solid #dfdfdf !important;
    background: none !important;
	background: #fff !important;
}

.ui-widget-content .ui-slider-handle:last-child {
	margin-left: -1em;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.35em !important;
}

@media (max-width: 1199px) {
	#left-sidebar {
		padding-right: 15px;
	}
}


@media (max-width: 991px) {

	.wrap-thumb-box-conts {
		padding-left: 15px;
	}

	.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;
	}
	
	.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;
	}


}


/* Pagination */

.pagination {
	margin-top: 0;
}

.pagination > li > a,
.pagination > li > span {
  padding: 9px 15px;
}

/* Select Box */

.wrap-select  {
    position:relative;
	width: 100%;
    height: 40px;
    overflow: hidden;
    background: #fff;
	font-size: 12px;
	border: 1px solid #f5f5f5;
	border-radius: 0;
}

.wrap-select-calc {
	height: 34px;
}

.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: 38px;
	font-size: 12px;
}

.wrap-select-calc select {
	height: 32px;
}

.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: #111;
	font-size: 15px;
}

.wrap-select:after {
	margin-top: -10px;
}

.wrap-select-calc:after {
	margin-top: -10px;
}

/* 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';
	content: "\f096";
    display: inline-block;
    letter-spacing: 10px;
    font-size: 13px;
    color: #000;
    width: 1.1em;
}

input[type=radio].chk-radio-custom:checked ~ label,
input[type=checkbox].chk-radio-custom:checked ~ label {
    color: #000;
}

input[type=radio].chk-radio-custom:checked ~ label:before,
input[type=checkbox].chk-radio-custom:checked ~ label:before  {
    font-size: 13px;
    color: #000;
    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: #000;
}

input[type=radio].chk-radio-custom:focus ~ label:before,
input[type=checkbox].chk-radio-custom:focus ~ label:before {
    color: #000;
}

/* Well */

.well {
	background: #f5f5f5;
	border-color: #f5f5f5;
	box-shadow: none;
}


/* Breadcrumb */

.breadcrumb {
	padding: 9px 0;
	margin-bottom: 30px;
	background: none;
	font-size: 11px;
	font-weight: 500;
}

.breadcrumb > li+li:before {
	content: "\f105"; 
	padding: 0 11px 0 13px;
	font-family: 'FontAwesome';
	color: #aaa;
}

.breadcrumb > li > a {
	color: #e75529;
}

.breadcrumb > li:last-child > a {
	color: #111;
}

/* Thumbnail */

.thumbnail {
	margin-bottom: 15px;
	border-color: #f5f5f5;
}

.thumb_list .panel {
	border-color: #f5f5f5;
}

.thumbnail .caption {
    padding: 10px 6px;
    color: #262626;
}

.thumbnail .caption .thumb-rev {
	font-size: 13px;
	height: 20px;
	font-weight: 300;
	overflow: hidden;
	color: #aaa;
}

.thumbnail .caption .thumb-rev i {
	color: #e75529;
}

.thumb_list .thumb-rev {
	font-size: 13px;
	font-weight: 300;
	color: #aaa;
}

.thumb_list .thumb-rev i {
	color: #e75529;
}

.thumbnail .caption h3 {
    font-size: 13px;
    font-weight: 400;
    height: 4.1em;
}

.thumbnail .caption h3 a {
	color: #262626;
}

.thumb_list h3 {
	font-size: 16px;
    font-weight: 400;
}

.thumb_list h3 a {
	color: #262626;
}

.caption .price {
    font-size: 14px;
	font-weight: 700;
    height: 29px;
    line-height: 14px;
}

.thumb-rrp {
	font-size: 12px;
	font-weight: 400;
	color: #aaa;
	text-decoration: line-through;
}

.wrap-thumb-list-price {
	text-align: right;
}

.thumb_list .price {
	font-size: 16px;
    font-weight: 700;
	line-height: 16px;
}

.caption .btn,
.thumb_list .btn {
	padding: 10px 12px;
	font-size: 13px;
}

.caption .btnz,
.thumb_list .btnz {
	padding: 7px 12px;
	font-size: 12px;
}

.savings-container {
    top: -1px;
    right: -1px;
}

.savings-container-product {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}

.thumb-badge {
	min-width: 45px;
	padding: 6px;
	font-size: 10px;
	color: #fff;
	line-height: 12px;
	text-align: center;
	text-transform: uppercase;
	display: inline-block;
	margin-left: -4px;
}

.savings-container-product .thumb-badge {
	font-size: 14px;
	line-height: 16px;
}


.badge-onsale {
	background: #ff715b;
}

.badge-top-seller {
	background: #03cea4;
}

.badge-free-shipping {
	background: rgba(255, 199, 5, 0.85);
    color: black;
    font-weight: 600;
}

.badge-new-product {
	background: navy;

}

/* Ribbon-style Special / Limited Time badge — full-width strip above product image */
.ribbon-badge {
	width: 100%;
	background-color: #C81E1E;
	padding: 10px 12px;
	margin-bottom: 14px;
	text-align: center;
}
.ribbon-badge span {
	color: #ffffff;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 0.22em;
	text-transform: uppercase;
}

.dd-tag-row {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 10px;
	margin: 16px 0 4px;
}
.dd-tag-row:empty {
	display: none;
}
.dd-tag {
	display: inline-flex;
	align-items: center;
	padding: 12px 22px;
	border-radius: 6px;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}
.dd-tag-new {
	background-color: #E75529;
	color: #ffffff;
}
.dd-tag-topseller {
	background-color: #03cea4;
	color: #ffffff;
}
.dd-tag-freeship {
	background-color: rgba(255, 199, 5, 0.85);
	color: #4a3800;
}

.dd-tag-row-card {
	position: absolute;
	top: 8px;
	left: 8px;
	right: 8px;
	z-index: 2;
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
}
.dd-tag-card {
	padding: 4px 9px;
	border-radius: 4px;
	font-size: 10px;
	letter-spacing: 0.03em;
}
.dd-tag-onsale {
	background-color: #C81E1E;
	color: #ffffff;
}

/* Global restyle of legacy badges (old .thumb-badge markup, used on
   pages we haven't migrated to the .dd-tag system yet — homepage,
   /sale, /deal, /sale/software). Higher-specificity selectors used
   deliberately so this wins over the older duplicate .thumb-badge
   rule further down this file, regardless of file order. */
.savings-container .thumb-badge,
.savings-container-product .thumb-badge {
	border-radius: 6px;
	padding: 7px 12px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	line-height: 1.3;
	margin: 0 4px 4px 0;
	min-width: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.badge-onsale {
	background: #C81E1E;
}
.badge-top-seller {
	background: #03cea4;
}
.badge-free-shipping {
	background: rgba(255, 199, 5, 0.85);
	color: #4a3800;
}
.badge-new-product {
	background: #E75529;
}

@media (max-width: 991px) {
	
	.wrap-thumb-list-price {
		text-align: left;
	}
	
}

.axisavings-container {
	position: absolute;
    width: 20%;
    left: -5px;
    top: -15px;
    z-index: 1;
}
.axinew-product-badge {
    height: 125px;
    width: 125px;
    display: inline-block;
    align-items: left;
    border-radius: 50%;
    white-space: normal;
    font-size: 42px;
	color: white;
    font-weight: bold;
    margin-top: 12px;
	margin-left: 14px;
	padding-top: 34px;
	background: #e75529;
	text-align: center;

}

.digisavings-container {
	position: absolute;
    width: 100%;
    bottom: 0px;
    z-index: 1;
}
.digixmas-product-badge {
    height: 30px;
    width: 100%;
    display: inline-block;
    align-items: center;
    white-space: normal;
    font-size: 13px;
	color: #fff;
    font-weight: 600;
	padding-top: 7px;
    margin-top: 2px;
	margin-right: 4px;
	background: rgba(30, 121, 44, 0.80);
	text-align: center;
	  font-family: 'Roboto', sans-serif;


}
.digixmas-product-badgez {
    height: 30px;
    width: 100%;
    display: inline-block;
    align-items: center;
    white-space: normal;
    font-size: 13px;
	color: #000;
    font-weight: 600;
	padding-top: 6px;
    margin-top: 2px;
	margin-right: 4px;
	background: rgba(255, 199, 5, 0.85);
	text-align: center;
  font-family: 'Roboto', sans-serif;

}

/* Top Content */

.wrapper-top-content {
}

/** USP, Currency Converter and Account Link **/

.wrapper-usp-account {
	border-bottom: 1px solid #dfdfdf;
	background-color: #f1f4f8;
}

.usp {
	width: auto;
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 12px;
}

.usp > li {
	float: left;
	padding: 8px 8px;
	color: #fff;
}

.usp > li:first-child {
	padding-left: 0;
}

.usp > li:last-child {
	padding-right: 0;
}

.usp > li span {
	font-weight: 500;
}

.usp > li span.curr-sign {
	font-weight: 400;
}

.usp > li i {
	padding-right: 6px;
	font-size: 14px;
	color: #e75529 !important;
}

.usp > li > a {
	color: #222;
		font-size: 13px;
		font-weight: 600;

}


@media (max-width: 1199px) {
	
	.usp > li {
		float: left;
		padding: 12px 6px;
		color: #222;
	}
	
}

@media (max-width: 991px) {
	
	.usp {
		font-size: 10px;
	}
	
	.usp > li {
		padding: 12px 5px;
	}
	
	.usp > li i {
		padding-right: 3px;
		font-size: 11px;
	}

}

@media (max-width: 767px) {
}


.top-acct {
	width: auto;
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}

.top-acct > li {
	float: left;
}

.top-acct > li > a {
	padding: 8px 8px;
	display: block;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	color: #222;
}

.top-acct > li.accnt-link {
	padding-left: 13px;
}

.top-acct > li.accnt-link > a {
	position: relative;
	display: inline-block;
	color: #222;
}

.top-acct > li.accnt-link > a:first-child {
	padding-right: 11px;
	padding-left: 0;
}

.top-acct > li.accnt-link > a:first-child:after {
	position: absolute;
	right: 0;
	content:'\002F';
	color: #dfdfdf;
}

.top-acct > li.accnt-link > a:last-child {
	padding-right: 0;
}

.top-acct > li.accnt-link > a .fa-user-circle {
	font-size: 14px;
	padding-right: 5px;
}

.top-acct > li.accnt-link > a:hover,
.top-acct > li.accnt-link > a:focus {
	color: #ed4a19;
}

.top-acct > li.accnt-link-drop > a {
	padding-right: 0;
	color: #222;
}

.top-acct > li.accnt-link-drop > a .fa-user-circle {
	font-size: 14px;
	padding-right: 5px;
}

.top-acct > li.accnt-link-drop:hover > a,
.top-acct > li.accnt-link-drop:focus > a,
.top-acct > li.accnt-link-drop > a:hover,
.top-acct > li.accnt-link-drop > a:focus {
	color: #ed4a19;
}

#wrap-curr-flag {
	width: 22px;
	height: 14px;
	display: inline-block;
	margin-right: 6px;
	background: url(../img/flag-curr.png) no-repeat;
	vertical-align: top;
}

.currselect {
	display: none;
}

.currency-flag-AUD {
	background-position: 0 0 !important;
}

.currency-flag-USD {
	background-position: 0 -14px !important;
}

.currency-flag-EUR {
	background-position: 0 -28px !important;
}

.currency-flag-GBP {
	background-position: 0 -42px !important;
}

.currency-flag-JPY {
	background-position: 0 -56px !important;
}

.currency-flag-CAD {
	background-position: 0 -70px !important;
}

.currency-flag-DKK {
	background-position: 0 -84px !important;
}

.currency-flag-HKD {
	background-position: 0 -98px !important;
}

.currency-flag-NZD {
	background-position: 0 -112px !important;
}

.currency-flag-SGD {
	background-position: 0 -126px !important;
}

.currency-flag-SEK {
	background-position: 0 -140px !important;
}

.currency-flag-CHF {
	background-position: 0 -154px !important;
}

.currency-flag-AED {
	background-position: 0 -168px !important;
}

.header-curr-menu:hover > a,
.header-curr-menu:focus > a {
	color: #e75529;
}

.header-curr-menu.btn-group.open .dropdown-toggle {
    box-shadow: none;
	color: #e75529;
}

.top-acct .dropdown-menu {
	z-index: 1004;
	margin-top: 0;
	border-color: #dfdfdf;
	box-shadow: none;
	font-size: 12px;
}

@media (max-width: 1199px) {
	
	.top-acct > li > a {
		padding: 12px 9px;
	}

	.top-acct > li.accnt-link {
		padding-left: 9px;
	}
	
}

@media (max-width: 991px) {
	
	.top-acct > li > a {
		padding: 12px 7px;
		font-size: 10px;
	}

	.top-acct > li.accnt-link {
		padding-left: 7px;
	}
	
	.top-acct > li.accnt-link > a .fa-user-circle {
		font-size: 11px;
		padding-right: 1px;
	}

	.top-acct > li.accnt-link-drop > a .fa-user-circle {
		font-size: 11px;
		padding-right: 1px;
	}

}

@media (max-width: 767px) {
	
	.wrapper-top-content {
		border-bottom: 1px solid #dfdfdf;
	}
	
	.top-acct {
		width: 100%;
		float: left;
		text-align: center;
	}
	
	.top-acct > li {
		float: none;
		display: inline-block;
	}
	
	.top-acct > li > a {
		padding: 8px 17px 7px;
		font-size: 11px;
	}
	
	.top-acct > li.accnt-link {
		padding-left: 17px;
		padding-right: 17px;
	}
	
	.top-acct > li.accnt-link > a {
		padding: 8px 5px 7px;
	}
	
	.top-acct > li.accnt-link > a:first-child:after {
		top: 8px;
	}
	
	.top-acct > li.accnt-link > a .fa-user-circle {
		font-size: 13px;
		padding-right: 5px;
	}

	.top-acct > li.accnt-link-drop > a .fa-user-circle {
		font-size: 13px;
		padding-right: 5px;
	}
	
	.header-curr-menu .dropdown-menu {
		right: auto !important;
		left: 0 !important;
	}
	
	.accnt-link-drop.visible-xs {
		display: inline-block !important;
	}
}


@media (max-width: 349px) {
	
	.top-acct > li > a {
		padding: 8px 10px 7px;
	}
	
	.top-acct > li.accnt-link {
		padding-left: 10px;
		padding-right: 10px;
	}
}

/** Header **/

.wrapper-header {
	padding: 16px 0 18px;
	background-color: #f1f4f8;
}



.logo {
	
        margin-top: 0;
}


.top-search {
	width: auto;
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}

.top-search > li {
	float: left;
}

.header-contact {
	padding-left: 60px;
}

.top-search > li > a {
	display: block;
	font-size: 23px;
	font-weight: 700;
	color: #111;
	line-height: 40px;
}

.top-search > li > a i {
	color: #e75529;
}

.top-search > li > a:hover,
.top-search > li > a:focus {
	color: #e75529;
}

.header-search {
	margin-top: 0;
	width: 485px;
    margin-right: 37px;

}

.header-search .form-control {
	height: 40px;
	border-right: none;
}

.header-search .form-control:focus {
	background: #fff;
	box-shadow: none;
	outline: none;
	border-color: #dfdfdf;
}

.header-search .btn {
	height: 40px;
	margin-left: 0 !important;
	font-size: 18px;
}

.header-search .btn:hover,
.header-search .btn:focus {
	box-shadow: none;
	outline: none;
	border-color: #dfdfdf;
}

.btn:hover {
  background-color: #e75529;
  color: white;
  }
  
.cart-sm {
	padding-left: 25px;
}

.cart-sm > a {
	position: relative;
	font-size: 25px !important;
	color: #111 !important;
}

.cart-sm > a i {
	color: #111 !important;
}

.cart-sm .itm-cnt {
	top: 0;
}

.wrapper-mob-nav {
	padding: 0 30px;
}

.wrapper-mob-nav > ul {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}

.wrapper-mob-nav > ul > li {
	width: 20%;
	display: inline-block;
    vertical-align: middle;
}

.wrapper-mob-nav > ul > li > a {
	display: inline-block;
}

.mob-cart {
	text-align: right;
}

.mob-cart > a {
	position: relative;
	font-size: 25px;
	color: #111;
}

.itm-cnt {
    position: absolute;
    right: -10px;
    top: -5px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    display: inline-block;
    background: #e75529;
    color: #fff;
    font-size: 11px;
    border-radius: 50%;
}

.mob-logo {
	width: 58% !important;
	text-align: center;
}

.mob-logo img {
	width: 195px;
	max-width: 100%;
}

#menu-mob-icon {
	width: 22px;
	height: 19px;
	display: block;
	position: relative;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}

#menu-mob-icon span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	background: #111;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

#menu-mob-icon span:nth-child(1) {
	top: 0;
}

#menu-mob-icon span:nth-child(2),
#menu-mob-icon span:nth-child(3) {
	top: 8px;
}

#menu-mob-icon span:nth-child(4) {
	top: 16px;
}


#menu-mob-icon.open span:nth-child(1) {
	top: 8px;
	width: 0%;
	left: 50%;
}

#menu-mob-icon.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

#menu-mob-icon.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#menu-mob-icon.open span:nth-child(4) {
	top: 8px;
	width: 0%;
	left: 50%;
}



@media (max-width: 1199px) {
	
	.header-search {
		width: 345px;
	}
	
}

@media (max-width: 991px) {
	
	.top-search {
		margin-top: 0;
	}
	
	.header-contact {
		padding-left: 25px;
	}
	
	.top-search > li > a {
		font-size: 18px;
	}
	
	.header-search {
		width: 235px;
	}
	
}

@media (max-width: 767px) {
	
	.wrapper-header {
		padding: 19px 0 20px;
	}
	
	.wrapper-header-search {
		padding: 0 30px;
	}
	
	.top-search {
		width: 100%;
		margin-top: 20px;
	}
	
	.header-search {
		width: 100%;
	}
	
}

@media (max-width: 470px) {
	
	.mob-logo {
		width: 56% !important;
	}

}

/** Nav **/

.wrapper-nav {
	background: #161616;
}

.wrapper-nav .nav.nav-categ-left > li > a {
  font-family: 'Roboto', sans-serif;
	padding: 0 4px;
	font-size: 14px;
	text-transform: none;
	color: #FFF;
	font-weight: 500;
}

.wrapper-nav .nav.nav-categ-left > li:first-child > a {
	padding-left: 5px;
	background-color: #161616;
}

.wrapper-nav .nav.nav-categ-left > li > a > span {
	position: relative;
	padding: 15px 5px;
	display: block;
}

.wrapper-nav .nav.nav-categ-left > li > a > span:after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 100%;
	height: 2px;
	background: transparent;
}


.wrapper-nav .nav.nav-categ-left > li:hover > a,
.wrapper-nav .nav.nav-categ-left > li:focus > a {
	color: #f1f1f1;
}

.wrapper-nav .nav.nav-categ-left > li:hover > a > span:after,
.wrapper-nav .nav.nav-categ-left > li:focus > a > span:after {
	background: #e75529;
}

.wrapper-nav .dropdown-menu {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
	border-color: #dfdfdf;
	border-top: none;
}


.wrapper-nav .menu-products.dropdown {
	position: static;
}

.wrapper-nav .menu-products .dropdown-menu {
	width: 100%;
	border-radius: 0;
	padding: 0 15px;
	top: auto;
}

.drop-menu-conts {
	position: relative;
	margin: 0 -15px;
}

.wrap-sub-categ {
	width: 75%;
	padding: 30px 20px;
	float: left;
}

.wrapper-nav .column {
	width: 33.33333333333333%;
    padding: 0;
    margin: 0;
    list-style: none;
    float: left;
	padding: 0 10px;
}

.wrap-rec-item {
	width: 25%;
	float: left;
}

.wrap-rec-item:after {
	content: '';
	background: url(../img/feat-prod-drop-caret.png) no-repeat left bottom #fff;
	display: block;
	position: absolute;
	top: 0;
	width: 25%;
	bottom: 0;
	right: 0;
	z-index: -1;
	border-left: 1px solid #dfdfdf;
}


.wrap-rec-item .wrapper-thumbnail {
	width: 100%;
	padding: 0;
}

.wrap-rec-item .thumbnail {
	margin-bottom: 0;
	border: none;
	background: none;
}

.wrap-rec-item .thumbnail .caption {
    padding: 20px 15px;
    color: #262626;
}

.wrap-rec-item .thumbnail .caption h3 {
    font-size: 14px;
    font-weight: 400;
    height: auto;
}

.wrap-rec-item .caption .price {
    font-size: 18px;
    height: auto;
}

.wrap-rec-item .thumb-rrp {
	font-size: 16px;
}

.thumb-subtitle {
	margin-bottom: 10px;
	font-size: 13px;
	color: #aaa;
}

.wrapper-nav .column ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.wrapper-nav .column a {
	padding: 0px 0;
	display: block;
	color: #000;
	font-size: 13px;
	font-weight: 300;
}

.wrapper-nav li.menu-li.lv2-li {
    margin-bottom: 8px;
}

.wrapper-nav .column .lv2-li > a {
	font-size: 16px;
	font-weight: bold;
}

.wrapper-nav .column .lv3-li > a {
	padding: 5px;
	font-weight: 500;
	color: #000;
	margin-left: 19px;
	font-size: 14px;
}


.wrapper-nav .column a:hover,
.wrapper-nav .column a:focus {
	color: #e75529;
}

.wrapper-nav .nav.nav-cart-right > li > a {
	padding: 15px 11px;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	background: #e75529;
	font-weight: 700;
}

#header-cart {
	margin-top: 0;
	z-index: 1003;
}

#header-cart span {
	padding-right: 5px;
}

#header-cart .fa-shopping-cart {
	font-size: 16px;
	padding-right: 10px;
}

#header-cart .fa-chevron-down {
	font-size: 10px;
	line-height: 16px;
    vertical-align: top;
}

.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-color: #ed4a19;
    color: #fff;
	box-shadow: none;
}

.wrapper-nav .nav.nav-cart-right .dropdown-menu {
	border-color: #ed4a19;
}

@media (max-width: 1199px) {
	
	.wrapper-nav .nav.nav-categ-left > li > a {
		padding: 0 2px;
		font-size: 11px;
	}
	
	.wrapper-nav .nav.nav-cart-right > li > a {
		padding: 15px 8px;
	}

	#header-cart span {
		display: none !important;
	}

}

@media (max-width: 991px) {
	
	.wrapper-nav .nav.nav-categ-left {
		width: 100%;
		text-align: center;
	}
	
	.wrapper-nav .nav.nav-categ-left > li > a {
		padding: 0 4px;
		font-size: 13px;
	}
	
	.wrapper-nav .nav.nav-categ-left > li:first-child > a {
		padding-left: 4px;
	}
	
	.wrapper-nav .nav > li {
		float: none;
		display: inline-block;
	}
	
}


@media (max-width: 767px) {
	
	.main-nav-block {
		min-height: 0;
	}
	
	.wrapper-nav .nav {
		width: auto;
		text-align: left;
	}
	
	.wrapper-nav .nav > li {
		display: block;
	}
	
}

/* Home */

/** Carousel **/

#homepageCarousel {
	margin-bottom: 32px;
	margin-top: 1px; 
}

#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 .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: 0;
	bottom: auto;
	margin-top: -23px;
	width: 40px;
	height: 45px;
	line-height: 45px;
	opacity: 0.75;
	filter: alpha(opacity=75);
	font-size: 18px;
	color: #fff;
	text-align: center;
	text-shadow: none;
	background: #262626;
}

.carousel-control.right {
	left: auto;
	right: 0;
}

.carousel-control.right,
.carousel-control.left {
	background: #262626;
}

.carousel-control .fa {
	position: static;
	top: 0;
	left: 0;
}

@media (max-width: 767px) {
	
	.carousel-control {
	margin-top: 0;
    left: auto;
    right: 10px;
    top: 10px;
    width: 60px;
    height: 60px;
    line-height: 30px;
    font-size: 50px;
    padding-top: 7px;
}
	
	.carousel-control.left {
	left: 15px;
    top: 45%;
	}
	.carousel-control.right {
	left: auto;
    right: 15px;
    top: 45%;
	}
}

@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);
	}
}

/** Brand Banner **/

.brand-ban-col {
	padding-bottom: 10px;
}

.home-brand-ban {
	width: 100%;
	height: 190px;
	float: left;
	border: 0px solid #f1f4f8;
	cursor: pointer;
	overflow: hidden;
}

.home-brand-ban-conts {
	position: relative;
	width: 100%;
	height: 100%;
	background: rgba(51,51,51,0);
    -o-transition: background .3s;
    -ms-transition: background .3s;
    -moz-transition: background .3s;
    -webkit-transition: background .3s;
    transition: background .3s;
}

.home-brand-ban .btn {
	position: absolute;
	right: 18px;
	bottom: 16px;
	padding: 8px 14px;
	font-size: 15px;
	text-transform: none;
}

.home-brand-ban .btn i {
	padding-left: 8px;
	font-size: 10px;
}

.home-brand-ban:hover .home-brand-ban-conts,
.home-brand-ban:focus .home-brand-ban-conts{
	background: rgba(51,51,51,0.2);
}

@media (max-width: 1199px) {
	
	.home-brand-ban {
		height: 162px;
	}
	
	.home-brand-ban-conts {
		height: 1oo%;
	}
	
}

@media (max-width: 991px) {
	
	.brand-ban-col {
		padding-bottom: 20px;
	}
.home-brand-ban {
		height: 252px;
	}
	
}

@media (max-width: 767px) {

.home-brand-ban {
		height: 252px;
}
}

/** Featured Products **/

.feat-prod-col {
	padding-bottom: 1px;
}

.wrap-home-featured-prod {
	width: 100%;
	float: left;
	padding: 0 40px;
}

.wrap-featprod-img {
	width: 32%;
	padding-right: 0;
}

.feat-img {
	width: 100%;
	height: 170px;
	float: left;
	display: table;
	overflow: hidden;
}

.feat-img-conts {
	display: table-cell;
	vertical-align: middle;
}

.wrap-featprod-img img {
	max-width: 100%;
}

.wrap-featprod-text {
	width: 68%;
	height: 150px;
	overflow: hidden;
}

.wrap-featprod-text h3 {
	height: 52px;
	overflow: hidden;
	font-size: 16px;
	font-weight: 400;
}

.wrap-featprod-text h3 a {
	color: #262626;
}

.wrap-featprod-text .price {
	margin-bottom: 0;
	font-size: 16px;
	color: #262626;
}

.wrap-featprod-text .price span {
	font-size: 28px;
	font-weight: 700;
	line-height: 28px;
}

.feat-prod-sale-badge {
	padding: 0px 18px;
	display: inline-block;
	font-size: 30px;
	font-weight: 500;
	text-transform: uppercase;
	background: #ed2d00;
	color: #fff;
}

.feat-prod-rrp,
.feat-prod-rrp span {
	font-size: 18px !important;
	font-weight: 400 !important;
	color: #aaa;
	text-decoration: line-through;
}

@media (max-width: 1199px) {
	
	.feat-img {
		height: 140px;
	}

	.wrap-featprod-text {
		height: 140px;
	}
	
	.wrap-featprod-text .price {
		font-size: 14px;
		color: #262626;
	}

	.wrap-featprod-text .price span {
		font-size: 18px;
		line-height: 18px;
	}

	.feat-prod-sale-badge {
		padding: 4px 12px;
		font-size: 14px;
	}

	.feat-prod-rrp,
	.feat-prod-rrp span {
		font-size: 12px !important;
	}
	
}

@media (max-width: 991px) {
	
	.wrap-featprod-img {
		width: 25%;
	}

	.wrap-featprod-text {
		width: 75%;
	}

}

@media (max-width: 767px) {
	
	.wrap-home-featured-prod {
		width: 100%;
		float: left;
		padding: 0 20px;
	}
	
	.wrap-featprod-img {
		width: 38%;
	}
	
	.feat-img {
		height: auto;
	}

	.wrap-featprod-text {
		width: 62%;
		height: auto;
	}
	
}


/** Slick Arrows **/

.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 40px;
	height: 45px;
	margin-top: -23px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: #262626;
	border-radius: 0;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	background: #222;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: .25;
}

.slick-prev:before,
.slick-next:before {
	font-family: 'FontAwesome';
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 1;
	opacity: 1;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.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';
}


.cts_slickNav .slick-prev,
.cts_slickNav .slick-next {
	top: 0;
	width: 30px;
	height: 100%;
	margin-top: 0;
	background: #f5f5f5;
}

.cts_slickNav .slick-prev:hover,
.cts_slickNav .slick-prev:focus,
.cts_slickNav .slick-next:hover,
.cts_slickNav .slick-next:focus {
	background: #dadada;
}

.cts_slickNav .slick-prev:before,
.cts_slickNav .slick-next:before {
	font-size: 14px;
	color: #000;
}

.cts_slickNav .slick-prev {
	left: 20px;
}

[dir='rtl'] .cts_slickNav .slick-prev {
	right: 20px;
	left: auto;
}

.cts_slickNav .slick-next {
	right: 20px;
}

[dir='rtl'] .cts_slickNav .slick-next {
	right: auto;
	left: 20px;
}



@media (max-width: 767px) {
	
	
	.slick-prev,
	.slick-next {
		width: 20px;
		height: 25px;
		margin-top: -13px;
	}
	
	.slick-prev:before,
	.slick-next:before {
		font-size: 12px;
		}
}

/** Home Category **/

.row-home-categories {
	padding-bottom: 1px;
}

.home-categ-bg {
	width: 100%;
	float: left;
	height: 220px;
	margin-bottom: 20px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	overflow: hidden;
}

.home-categ-block {
	width: 101%;
	float: left;
	display: table;
	height: 220px;
	padding: 10px;
	background: rgba(51,51,51, 0.40);
	-o-transition: background .3s;
	-ms-transition: background .3s;
	-moz-transition: background .3s;
	-webkit-transition: background .3s;
	transition: background .3s;
}

.home-categ-conts {
	display: table-cell;
	vertical-align: middle;
}

.home-categ-conts h3 {
	margin-bottom: 5px;
	font-size: 25px;
	font-weight: 400;
	text-transform: uppercase;
	color: #fff;
}

.home-categ-conts span {
	font-size: 13px;
	font-weight: 700;
	color: #e75529;
}

.home-categ-conts span i {
	padding-left: 6px;
	font-size: 10px;
}

.home-categ-bg:hover .home-categ-block {
	background: rgba(255,120,79,0.75);
}

.home-categ-bg:hover .home-categ-conts span {
	color: #fff;
}



@media (max-width: 1199px) {
	
	.home-categ-bg {
		height: 180px;
	}

	.home-categ-block {
		height: 180px;
	}

	.home-categ-conts h3 {
		font-size: 22px;
	}

	.home-categ-conts span {
		font-size: 12px;
	}

	.home-categ-conts span i {
		font-size: 9px;
	}

}

@media (max-width: 991px) {
	
	.home-categ-bg {
		height: 140px;
	}

	.home-categ-block {
		height: 140px;
	}

	.home-categ-conts h3 {
		font-size: 16px;
	}

}

@media (max-width: 570px) {
	
	.home-categ {
		width: 100%;
	}
	
	.home-categ-bg {
		height: 220px;
	}

	.home-categ-block {
		height: 220px;
	}

}


@media (max-width: 400px) {
	
	.home-categ-bg {
		height: 180px;
	}

	.home-categ-block {
		height: 180px;
	}

}

/** Home Categories NEW **/

.new-home-categ-bg {
	 width: 100%;
    float: left;
    height: 220px;
    margin-bottom: -30px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    overflow: hidden;
	transition: .5s ease;

}


.new-home-categ-bg:hover {
  position: relative; 
opacity: 0.8;
  }


.new-home-categ-block {
    text-align: center;
    display: table;
    height: 30px;
    padding: 10px;
	margin-bottom: 25px;
    -o-transition: background .3s;
    -ms-transition: background .3s;
    -moz-transition: background .3s;
    -webkit-transition: background .3s;
    transition: background .3s;
	cursor:  pointer;
	align-items: center;
	letter-spacing: 0.5px;
	max-width: 75%;
	margin: auto;
}

.new-home-categ-conts {
	display: table-cell;
	vertical-align: middle;
}

.new-home-categ-conts h3 {
	margin-bottom: 5px;
    font-size: 22px;
    font-weight: 400;
    /* text-transform: uppercase; */
    font-weight: 900;
    font-family: 'Roboto', sans-serif;
    color: #0955bd;
    letter-spacing: 1px;
}

.new-home-categ-conts span {
	font-size: 15px;
	font-weight: 700;
	color: #e75529;
}

.new-home-categ-conts span i {
	padding-left: 6px;
	font-size: 10px;
}





@media (max-width: 1199px) {
	
	.new-home-categ-bg {
		height: 180px;
	}

	.new-home-categ-block {
		height: 180px;
	}

	.new-home-categ-conts h3 {
		font-size: 22px;
	}

	.new-home-categ-conts span {
		font-size: 12px;
	}

	.new-home-categ-conts span i {
		font-size: 9px;
	}

}

@media (max-width: 991px) {
	
	.new-home-categ-bg {
		height: 140px;
	}

	.new-home-categ-block {
		height: 140px;
	}

	.new-home-categ-conts h3 {
		font-size: 16px;
	}

}

@media (max-width: 570px) {
	
	.new-home-categ {
		width: 100%;
	}
	
	.new-home-categ-bg {
		height: 220px;
	}

	.new-home-categ-block {
		height: 220px;
	}

}


@media (max-width: 400px) {
	
	.new-home-categ-bg {
		height: 180px;
	}

	.new-home-categ-block {
		height: 180px;
	}

}
/** Home Category1 **/

.row-home-categories1 {
	padding-bottom: 18px;
}

.home-categ-bg1 {
	width: 100%;
	float: left;
	height: 188px;
	margin-bottom: 5px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	overflow: hidden;
background-size: auto !important;
}

.home-categ-block1 {
	width: 101%;
	float: left;
	display: table;
	height: 188px;
	padding: 10px;
	
}

.home-categ-conts1 {
	display: table-cell;
	vertical-align: middle;
}

.home-categ-conts1 h3 {
	margin-bottom: 5px;
	font-size: 25px;
	font-weight: 400;
	text-transform: uppercase;
	color: #fff;
}

.home-categ-conts1 span {
	font-size: 13px;
	font-weight: 700;
	color: #e75529;
}

.home-categ-conts1 span i {
	padding-left: 6px;
	font-size: 10px;
}


@media (max-width: 1199px) {
	
	.home-categ-bg1 {
		height: 180px;
	}

	.home-categ-block1 {
		height: 180px;
	}

	.home-categ-conts1 h3 {
		font-size: 22px;
	}

	.home-categ-conts1 span {
		font-size: 12px;
	}

	.home-categ-conts1 span i {
		font-size: 9px;
	}

}

@media (max-width: 991px) {
	
	.home-categ-bg1 {
		height: 140px;
	}

	.home-categ-block1 {
		height: 140px;
	}

	.home-categ-conts1 h3 {
		font-size: 16px;
	}

}

@media (max-width: 570px) {
	
	.home-categ1 {
		width: 100%;
	}
	
	.home-categ-bg1 {
		height: 126px;
	}

	.home-categ-block1 {
		height: 126px;
	}

}


@media (max-width: 400px) {
	
	.home-categ-bg {
		height: 100px;
	}

	.home-categ-block {
		height: 100px;
	}

}


/** Member Banner **/

.home-member-bg {
	margin-bottom: 10px;
	width: 100%;
	float: left;
	padding: 30px 33px;
}

.home-member-left {
	width: 50%;
	float: left;
}

.home-member-left h3 {
	margin-bottom: 20px;
	font-size: 32px;
	font-weight: 400;
	text-transform: uppercase;
	color: #e75529;
}

.home-member-left ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.home-member-left ul li {
	position: relative;
	padding-left: 25px;
	padding-bottom: 8px;
	display: block;
	color: #fff;
	font-size: 15px;
	
}

.home-member-left ul li:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '\f00c';
    font-family: 'FontAwesome';
	color: #fff;
}

.home-member-right {
	width: 50%;
	padding-top: 58px;
	float: left;
	text-align: right;
}

.home-member-right .btn {
	padding: 10px 17px;
	font-size: 17px;
}

.home-member-right .btn i {
	padding-left: 8px;
	font-size: 15px;
}

@media (max-width: 767px) {
	
	.home-member-left {
		width: 100%;
	}

	.home-member-left h3 {
		font-size: 20px;
	}

	.home-member-left ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}

	.home-member-left ul li {
		font-size: 14px;
	}
	
	.home-member-right {
		width: 100%;
		padding-top: 20px;
		text-align: left;
	}
	
	.home-member-right .btn {
		padding: 6px 12px;
		font-size: 14px;
	}

	.home-member-right .btn i {
		padding-left: 6px;
		font-size: 12px;
	}
	
}


/** Home Brands **/

.home-brand {
	padding: 36px 15px;
	float: none;
	vertical-align: middle;
	text-align: center;
	display: inline-block;
}

.home-brand img {
	max-width: 100%;
}

@media (max-width: 400px) {
	
	.home-brand {
		width: 50%;
	}

}

/* Brand Page */

.brandlistwrap {
	margin-bottom: 20px;
}

.brandlist-img {
	width: 100%;
	float: left;
	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%;
	}
}

/* Category Page */

.wrapper-viewby {
	width: auto;
}

.wrapper-viewby .btn-text {
    width: auto;
    display: inline-block;
    vertical-align: middle;
	font-weight: 400;
	font-size: 12px;
	color: #262626;
}

.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: 400;
	color: #111;
	font-size: 12px;
}

.wrap-sortby-drop {
	padding-left: 10px;
	width: 165px;
	display: inline-block ;
	vertical-align: middle;
}

.viewby .btn {
	padding: 9px 12px;
}

.viewby .btn.active {
	color: #fff !important;
	background-color: #262626 !important;
	border-color: #c0c0c0 !important;
}

.wrap-categ-img {
	text-align: center;
}

.wrap-categ-img img {
	margin-bottom: 20px;
	max-width: 100%;
}

.wrap-side-ban {
	text-align: center;
}

.categ-side-ban {
	margin-bottom: 15px;
}

.categ-side-ban img {
	max-width: 100%;
}

@media (max-width: 767px) {
	
	.wrap-sortby-drop {
		width: 145px;
	}
}

/* Product Page */

.main-image {
	position: relative;
	margin-bottom: 10px;
}

.main-image img {
	max-width: 100% !important;
	display: inline-block !important;
	max-height: 530px !important;
}

.cts_slickNav {
	padding: 0 56px;
}

.cts_mainImgWrapper {
	float: none !important;
    vertical-align: middle;
    display: inline-block !important;
}

.cts_altImgWrapper {
	padding-left: 6px;
	padding-right: 6px;
	float: none !important;
    vertical-align: middle;
    display: inline-block !important;
}

.cts_altImgWrapper img {
	margin-bottom: 0 !important;
	border: 1px solid #f5f5f5;
	border-radius: 2px;
}

.row-prod-ban {
	padding-bottom: 10px;
	text-align: center;
}

.row-prod-ban img {
	max-width: 100%;
}


.prod-subtitle {
	font-size: 18px;
	font-weight: 400;
}

.prod-top-info {
	margin: 0;
	padding: 0;
	list-style: none;
}

.prod-top-info > li {
	display: inline-block;
	vertical-align: middle;
}

.prod-brand-sku {
	width: 422px;
}
.prod-brand-skuh {
	width: 222px;
}
.prod-brand {
	width: 150px;
	padding-right: 20px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}

.prod-brand img {
	max-width: 100%;
}

.prod-sku {
	width: 268px;
	padding-right: 20px;
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
	color: #262626;
}

.prod-sku p {
	margin-bottom: 0;
}

.prod-share {
	width: 125px;
	text-align: right;
}
.prod-shareh {
}


.prod-share .btn {
	padding: 0;
	font-weight: 400;
	text-transform: none;
	background: none;
	border: none;
	color: #262626;
	font-size: 13px;
}

.prod-share .btn:hover,
.prod-share .btn:focus {
	box-shadow: none;
	outline: none;
	color: #000;
}


.prod-share .dropdown-menu {
	left: auto;
	right: 0;
}

@media (max-width: 1199px) {
	
	.prod-brand-sku {
		width: 322px;
	}
	
	.prod-sku {
		width: 165px;
		padding-right: 10px;
	}
	
}

@media (max-width: 991px) {
	.prod-brand-sku {
		width: 100%;
	}
	
	.prod-brand {
    	width: 40%;
	}
	
	.prod-sku {
		width: 58%;
		padding-right: 0;
		text-align: left;
	}
	
	.prod-share {
		width: 100%;
		margin-top: 10px;
		text-align: left;
	}
	
	.prod-share .dropdown-menu {
		right: auto;
		left: 0;
	}
}

@media (max-width: 767px) {
	
	.row-prod-ban {
		padding-bottom: 25px;
	}
}

.prod-price-info {
	padding-bottom: 20px;	
	margin-left: 7px;
}
@media (min-width: 1200px) {
	.prod-price-info > .row > div:nth-child(2) {
		padding-left: 0;
	}
}
.productpricetext {
	line-height: 24px;
    font-size: 24px;
    font-weight: 700;
	color: #000;

}

.productrrp {
	font-size: 17px;
	text-decoration: line-through;
}

.productrrpx {
	font-size: 17px;
}
.productsave {
	font-size: 14px;
	color: red;
}

.productwasprice {
	margin-bottom: 0;
	font-size: 14px;
	color: #000;
}

.availability_description {
	margin-top: 5px;
}

.stock-info .label {
	display: inline-block;
    padding: 3px 3px;
    font-size: 11px;
    font-weight: 400;
    border-radius: 0;
	text-align: left;
}

.stock-info .label i {
	padding-right: 6px;
}

.stock-info .label-success {
	background: #138447;
    font-weight: 500;
    font-size: 11px;
	line-height:1.2;
	margin: 3px;
	border-radius: 3px;
}

.prod-enquiry {
	margin-top: 20px;
	font-size: 14px;
}

.prod-enquiry a {
	color: #262626;
	text-decoration: underline;
}

.prod-stock-info {
	text-align: left;
}
.productsavetext {
	font-size: 14px;
}

.axivuproductsavetext {
	font-size: 20px;
	color:red;
    font-weight:700
}

.prod-page-zipmoney {
	text-align: center;
}

.prod-page-zipmoney h5 {
	font-size: 12px !important;
	color: #262626;
}

.prod-page-zipmoney h5 strong {
	font-weight: 400;
}

.prod-page-zipmoney h5 img {
	margin-bottom: 5px;
	height: 26px !important;
}

.prod-page-zipmoney h5 a {
	color: #262626;
	display: block !important;
}

.prod-page-zipmoney .zip_tagline_text {
	display: block;
	padding-bottom: 5px;
}

.buy-opt-btn .input-group-btn:first-child > .btn {
    margin-right: -2px;
}

.buy-opt-btn .btn {
	padding: 16px;
	font-size: 16px;
	border-radius: 5px;
}

.buy-opt-btn .form-control {
	height: 55px;
	padding: 10px 6px;
}

.row-prod-usp {
	padding-top: 20px;
	padding-bottom: 20px;
}

.prod-usp {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	border: 1px solid #f5f5f5;
	font-size: 12px;
}

.prod-usp > li {
	display: inline-block;
	padding: 8px 8px;
	color: #111;
}

.prod-usp > li span {
	font-weight: 700;
}

.prod-usp > li span.curr-sign {
	font-weight: 400;
}

.prod-usp > li i {
	padding-right: 6px;
	font-size: 14px;
	color: #e75529 !important;
}

.prod-usp > li > a {
	color: #111;
}

.memberprice {
	margin-top: 10px;
}

.memberprice h4 {
	font-size: 14px;
    margin-bottom: 0;
    font-weight: 400;
}

.memberprice p {
	margin-bottom: 0;
}

.mprice {
	font-size: 18px;
    font-weight: 700;
}

.wrap-pdfbroc {
	padding-bottom: 20px;
}


@media (max-width: 1199px) {
	
	
	
	.prod-usp > li {
		padding: 11px 6px;
	}
	
}

@media (max-width: 991px) {
	
	
}

@media (max-width: 767px) {
	
	.prod-stock-info {
		padding-bottom: 20px;
		left: 2px;
	}
	
	.prod-usp {
		font-size: 10px;
	}
	
}


/* Crosssell */

.crosssell-head {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 14px;
	text-transform: none;
	font-weight: 400;
}

.row-crosssell {
	margin-left: -10px;
	margin-right: -10px;
}

.wrap-crosssell {
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 0 !important;
	font-weight: 400 !important;
}

.wrap-crosssell-block {
	margin-bottom: 10px;
	width: 100%;
	float: left;
	padding: 5px;
}

.wrap-crosssell-block:hover {
	background: #f1f4f8;
}

.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: 12px;
	line-height: 14px;
	height: 28px;
	overflow: hidden;
}

.crosssell-caption p {
	margin-bottom: 0;
	font-size: 13px;
	font-weight: 400;
}

.crosssell-caption p label {
	font-weight: 700;
}

/** Freebies **/

.wrapper-freebies {
	margin-bottom: 20px;
	border: 1px solid #e0e0e0;
}

.wrapper-freebies > h3 {
	margin-bottom: 20px;
	background-color: #f5f5f5;
    padding: 10px 20px 10px 0;
	text-transform: uppercase;
	overflow: hidden;
	font-size: 18px;
}

.freebies-icon {
	padding: 15px;
    background-color: #e75529;
    color: #ffffff;
    margin-right: 15px;
    font-size: 22px;
}

.freebies-thumb {
	padding-bottom: 10px;
}

.wrap-free-prod-img {
	text-align: center;
	padding-right: 10px;
}

.wrap-free-prod-img img {
	max-width: 100%;
}

.wrap-free-prod-info {
	padding-left: 0;
}

.wrap-free-prod-info h3 {
	margin-top: 10px;
	/* height: 4.5em; */
	overflow: hidden;
	font-size: 14px;
	font-weight: 400;
}

.wrap-free-prod-info h3 a {
	color: #262626;
	font-size: 12px;
}

.wrap-free-prod-info h3.more-info a {
	color: #e75529;
	font-weight: bold;
}

.more-info i {
	margin-left: 3px;
}

/** Panel Product **/

.row-ship-calc {
	margin-left: -6px;
	margin-right: -6px;
}

.wrap-ship-calc {
	padding-left: 6px;
	padding-right: 6px;
}

.wrap-ship-calc .form-control {
	border-color: #f5f5f5;
}

.wrap-ship-calc .btn {
	padding: 7px 12px 8px;
	font-size: 12px;
	text-transform: none;
	font-weight: 400;
}

.panel-product.panel-group .panel + .panel {
	margin-top: 10px;
}

.panel-product .panel-heading {
	padding: 0;
}

.panel-product .panel-heading h4 a {
	display: block;
	padding: 11px 16px;
}

.panel-product .panel-body {
}
	
.panel-product .panel-title a {
	background: #f5f5f5;
	color: #000;
	font-size: 12px;
	font-weight: 700;
}

.panel-product .panel-title a:before{
	width: 18px;
    content: "\f147";
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    float:left;
    color:#000;
	font-size: 14px;
}

.panel-product .panel-title a.collapsed {
	background: #f5f5f5;
	color: #000;
}

.panel-product .panel-title a.collapsed:before {
	width: 18px;
    content: "\f196";
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    float:left;
    color:#000;
}

/** Tabs **/

.nav-tabs {
	border-bottom: none;
}

.nav-tabs > li {
	margin-bottom: 0
}
.nav-tabs > li > a {
	padding: 16px 5px;
	margin-right: -1px;
	line-height: 1.42857143;
	border: 1px solid #f5f5f5;
	border-radius: 0;
	color: #262626;
	font-size: 15px;
	text-transform: uppercase;
}

.nav-tabs > li > a:hover {
	border-color: #f5f5f5;
	background: #f1f1f1;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #fff;
  background-color: #262626;
  border: 1px solid #262626;
  border-bottom-color: #262626;
  cursor: default;
}

.nav-tabs.nav-justified > li > a {
    margin-right: -1px;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #f5f5f5;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #f5f5f5;
    border-radius: 0px 0px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #262626;
  }
}

@media (max-width: 1199px) {
	
	.nav-tabs > li > a {
		font-size: 12px;
	}
}

@media (max-width: 991px) {
	
	.nav-tabs > li > a {
		font-size: 12px;
	}
}

@media (max-width: 767px) {
	
	.nav-tabs > li {
		margin: 0 2px;
	}
	
	.nav-tabs > li > a {
		padding: 6px 10px;
	}
	
	.nav-tabs.nav-justified {
		text-align: center;
	}
	
	.nav-tabs.nav-justified > li {
		display: inline-block !important;
	}
}

.tab-content {
	overflow-x: auto;
}

.tab-content img,
.tab-content iframe {
	max-width: 100% !important;
}



@media (max-width: 991px) {
	
	.tab-content div,
	.tab-content ul {
		width: 100% !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	
	.tab-content img,
	.tab-content iframe {
		height: auto !important;
	}
}

/* Upsell */

.row-cart-upsell {
	margin-left: -4px;
	margin-right: -4px;
}

.row-cart-upsell .wrapper-thumbnail {
	width: 12.5%;
	padding-left: 4px;
	padding-right: 4px;
}

.row-prod-upsell .wrapper-thumbnail {
	width: 20%;
}


@media (max-width: 1199px) {
	
	.row-cart-upsell .wrapper-thumbnail,
	.row-prod-upsell .wrapper-thumbnail {
		width: 25%;
	}
}

@media (max-width: 767px) {
	.wrapper-thumbnail,
	.row-cart-upsell .wrapper-thumbnail,
	.row-prod-upsell .wrapper-thumbnail {
		width: 50%;
		float: left;
	}
}

@media (max-width: 400px) {
	.wrapper-thumbnail,
	.row-cart-upsell .wrapper-thumbnail,
	.row-prod-upsell .wrapper-thumbnail {
		/* width: 100%; */
		padding: 0px;
		
	}
}

/* Footer */

.wrapper-footer {
	margin-top: 0px;
	width: 100%;
	position: absolute;
	left: 0;
	background: #ffffff;
}

.wrapper-footer-contact {
	background: #222;
	text-align: center;
}

.wrapper-footer-contact h4 {
	margin-bottom: 12px;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
}

.footer-contact-conts {
	position: relative;
}

.footer-social {
	width: 33.33333333333333%;
	padding: 28px 15px 20px;
	float: left;
}

.list-social {
	font-size: 0;
	padding-top: 20px;
}

.list-social li {
	padding-bottom: 10px;
}

.list-social a {
	width: 55px;
	height: 55px;
	display: inline-block;
	line-height: 55px;
	text-align: center;
	border-radius: 50%;
	font-size: 25px;
	background: #fff;
}

.list-social .text-instagram {
	color: #405de6;
}

.list-social a:hover,
.list-social a:focus {
	background: #ccc;
}

.footer-newslet {
	width: 33.33333333333333%;
	float: left;
	padding: 28px 40px 20px;
}

.newslet-conts {
	position: relative;
    z-index: 2;
}

.footer-newslet:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 33.33333333333333%;
    bottom: 0;
    left: 50%;
    z-index: 0;
	margin-left: -16.66666666666667%;
}

.newslet-conts form {
	padding-top: 2px;
}

.footer-newslet .form-control {
	height: 40px;
	border-color: #fff;
}

.footer-newslet .form-control:focus {
	outline: none;
	box-shadow: none;
	border-color: #fff;
}

.footer-newslet .btn {
	margin-left: 0 !important;
	height: 40px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 18px;
}

.footer-newslet .btn:focus {
	outline: none;
}

.footer-contact-us {
	width: 33.33333333333333%;
	padding: 28px 15px 20px;
	float: left;
}

.footer-contact-us ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.footer-contact-us ul li {
	display: block;
	padding: 5px 0;
	font-size: 13px;
	color: #eee;
}

.footer-contact-us ul li.f-address {
	padding: 5px 65px;
}

.footer-contact-us ul li.f-phone {
	font-size: 17px;
	font-weight: 700;
}

.footer-contact-us ul li a {
	color: #eee;
}

.footer-contact-us ul li i {
	padding-right: 10px;
	color: #e75529;
}

.footer-contact-us ul li a:hover,
.footer-contact-us ul li a:focus {
	color: #e75529;
}

@media (max-width: 991px) {
	
	.footer-newslet {
		padding: 28px 15px 20px;
	}
	
	.footer-contact-us ul li {
		font-size: 12px;
	}

	.footer-contact-us ul li.f-address {
		padding: 5px 25px;
	}

	.footer-contact-us ul li.f-phone {
		font-size: 16px;
	}

	
}

@media (max-width: 767px) {
	
	.footer-contact-conts {
		/* margin: 0 -15px; */
	}
	
	.footer-social {
		width: 100%;
	}
	
	.footer-newslet {
		width: 100%;
		padding: 35px 15px;
		background: #111;
	}
	
	.footer-newslet:after {
		display: none;
	}
	
	.footer-contact-us {
		width: 100%;
	}
	
	.footer-contact-us ul li.f-address {
		padding: 5px 0;
	}

}


/** Footer Links **/

.wrapper-footer-links {
	padding: 25px 0 20px;
	background: #fff;
}

.wrapper-footer-links h4 {
	font-size: 16px;
	color: #e75529;
	text-transform: uppercase;
}

.wrapper-footer-links .nav {
	margin-bottom: 15px;
}

.wrapper-footer-links .nav > li > a {
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 12px;
	color: #262626;
}

.wrapper-footer-links .nav > li > a:hover,
.wrapper-footer-links .nav > li > a:focus {
	background: none;
	color: #e75529;
}

.footer-store-hours p {
	padding-top: 4px;
	font-size: 12px;
	color: #262626;
}

.footer-payment {
	text-align: right;
}

.footer-payment .list-inline > li {
    padding-left: 10px;
    padding-right: 10px;
}

.gs-ssl table {
	width: 90px !important;
}

@media (max-width: 991px) {
	
	.wrapper-footer-links h4 {
		font-size: 14px;

	}

	.wrapper-footer-links .nav > li > a {
		font-size: 11px;
	}

	.footer-store-hours p {
		font-size: 11px;
	}

}

@media (max-width: 767px) {
	
	.footer-payment {
		text-align: center;
	}
	
}


/** Footer Copyright **/

.wrapper-footer-copyright {
	padding: 15px 0 1px;
	text-align: center;
	font-size: 11px;
	color: #262626;
}

.wrapper-footer-copyright address {
	margin: 0;
	margin-bottom: 5px;
}

.wrapper-footer-copyright a {
	color: #262626;
}

.wrapper-footer-copyright ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.wrapper-footer-copyright ul li {
	position: relative;
	display: inline-block;
	padding: 0 12px;
}

.wrapper-footer-copyright ul li:first-child {
	padding-left: 12px !important;
}

.wrapper-footer-copyright ul li:last-child {
	padding-left: 17px;
}

.wrapper-footer-copyright ul li:first-child:before {
	content: '' !important;
}

.wrapper-footer-copyright ul li:last-child:before {
	position: absolute;
	left: 0;
	top: 5px;
	font-size: 4px;
	color: #7c8182;
	content: '\f111';
	font-family: 'FontAwesome';
}

@media (max-width: 767px) {

	.wrapper-footer-copyright ul li {
		display: block;
		padding: 2px 0;
	}

	.wrapper-footer-copyright ul li.platform-text {
		padding-left: 0;
	}

	.wrapper-footer-copyright ul li.platform-text:before  {
		content: '';
	}
	
	.wrapper-footer-copyright ul li:first-child {
		padding-left: 0 !important;
	}

	.wrapper-footer-copyright ul li:last-child {
		padding-left: 0;
	}

	.wrapper-footer-copyright ul li:first-child:before {
		content: '' !important;
	}
	
	.wrapper-footer-copyright ul li:last-child:before {
		content: '' !important;
	}

}

@media (max-width: 767px) {
	
	#mob-menu,
	#mob-menu ul {
		list-style:none;
	}

	#mob-menu .collapse-menu{
		padding: 0;
		padding: 0 15px;
	}

	#mob-menu li a,
	#mob-menu-cat li a{
		color: #fff;
		font-size: 12px;
	}

	#mob-menu .collapse-menu li a{
		padding: 8px;
		display: block;
		color: #fff;
		font-size: 12px;
	}

	#mob-menu .dropdown-menu-horizontal{
		padding: 0;
		padding: 0 15px 13px;
	}

	#mob-menu .dropdown-menu-horizontal li a{
		padding: 8px;
		display: block;
		color: #fff;
		font-size: 12px;
	}

	#mob-menu .mob-drop:after{
		content: "\f106";
		font-family: 'FontAwesome';
		font-style: normal;
		font-weight: normal;
		float: right;
		color: #fff;
		width: 10px;
	}


	#mob-menu .mob-drop.collapsed{
		color: #fff;
	}

	#mob-menu .mob-drop.collapsed:after {
		content: "\f107";
		font-family: 'FontAwesome';
		font-style: normal;
		font-weight: normal;
		float: right;
		color: #fff;
	}

	#mob-menu .collapse-menu li.open > a,
	#mob-menu .collapse-menu li.open > a:hover,
	#mob-menu .collapse-menu li.open > a:focus {
		color: #fff;
		background: none;
	}

	#mob-menu-cat {
		list-style:none;
		background: #272727;
		margin: 0 -15px;
	}
	
	#mob-menu-cat > li > a {
		padding: 10px 20px;
		background: #262626;
		border-top: 1px solid #272727;
		text-transform: uppercase;
		color: #e75529;
	}
	

	#mob-menu-cat ul {
	  list-style: none;
	}

	#mob-menu-cat .collapse-menu{
		padding: 0;
		padding: 0 20px;
	}

	#mob-menu-cat .collapse-menu li a{
		padding: 8px 0;
		display: block;
		color: #fff;
		font-size: 12px;
	}

	#mob-menu-cat .dropdown-menu-horizontal{
		padding: 0;
		padding: 0 2px;
		border-top: none;
 		box-shadow: none;
	}

	#mob-menu-cat .dropdown-menu-horizontal li a{
		padding: 8px 0;
		display: block;
		color: #fff;
		font-size: 12px;
		font-weight: 300;
	}

	#mob-menu-cat .dropdown-menu-horizontal li a:hover{
		background: none;
	}

	#mob-menu-cat .mob-drop:after{
		content: "\f106";
		font-family: 'FontAwesome';
		font-style: normal;
		font-weight: normal;
		float: right;
		color: #e75529;
		width: 10px;
	}

	#mob-menu-cat .mob-drop.collapsed{
		color: #fff;
	}

	#mob-menu-cat .mob-drop.collapsed:after {
		content: "\f107";
		font-family: FontAwesome;
		font-style: normal;
		font-weight: normal;
		float: right;
		color: #fff;
	}

	#mob-menu-cat .collapse-menu li.open > a,
	#mob-menu-cat .collapse-menu li.open > a:hover,
	#mob-menu-cat .collapse-menu li.open > a:focus {
		color: #fff;
		background: none;
	}


}


/* Other */

#dc_box {
    display: none;
}


@media (max-width: 373px) {

	.sort_container .btn {
		padding: 6px 5px;
		font-size: 14px;
	}

}

.payment-icon-zipPay {
	background-position: 0px -279px;
    height: 18px;
    margin-top: 8px;
}

#cart-items:after {
    content: ')';
    padding-left: 2px;
}

#cart-items:before {
    content: '(';
    padding-right: 2px;
}


.member-link {
	color: #ffffff;
}

.member-link:hover {
	color: #ffffff;
}

.member-link:hover {
    color: #ffffff;
}

.wrap-home-featured-prod {
	display: none;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.wrap-home-featured-prod.slick-initialized {
	display: block;
	opacity: 1;
}
.feat-prod-col .vm {
	text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
}

.page-advert-left,
.page-advert-right {
	display: none;
	position: absolute;
height:100%;
	

}

.page-advert-left img{
	position:sticky;
	top:0px;
	border-radius: 0px;
	margin-bottom: 0px;
}


.page-advert-right img{
	position:sticky;
	top:0px;
	border-radius: 0px;
	margin-bottom: 0px;
}

@media (max-width: 1200px) {
	.page-advert-left,
	.page-advert-right {
		display: none !important;
	}
}
#togglefilterpromo {
	background-color: #f5991f;
    color: white;
    border: 0;
    font-weight: bold;
    padding: 7px 16px;
}
.prod-sku .fa-star {
	color: #e75529;
}

.product-banner-wrapper{
	margin-bottom: 10px;
}


//
// Card Base styles
//

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: $card-bg;
  background-clip: border-box;
  border: 1px solid ##dfdfdf !important;

  > hr {
    margin-right: 0;
    margin-left: 0;
  }

  > .list-group:first-child {
    .list-group-item:first-child {
      @include border-top-radius($card-border-radius);
    }
  }

  > .list-group:last-child {
    .list-group-item:last-child {
      @include border-bottom-radius($card-border-radius);
    }
  }
}

.card-body {
  // Enable `flex-grow: 1` for decks and groups so that card blocks take up
  // as much space as possible, ensuring footers are aligned to the bottom.
  flex: 1 1 auto;
  padding: $card-spacer-x;
}

.card-title {
  margin-bottom: $card-spacer-y;
}

H1.card-title {
  margin-top: 10px;
 font-size: 2em;
  margin-bottom: $card-spacer-y;
}

H4.card-title {
  margin-top: 13px;
 font-size: 1.5em;
  margin-bottom: $card-spacer-y;
}

.card-text {
  line-height: 1.6;
  font-size: 14px;
  text-align: left;
  padding: 0 1.6em 0 1.6em; 
}


.card-subtitle {
  margin-top: -($card-spacer-y / 2);
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link {
  @include hover {
    text-decoration: none;
  }

  + .card-link {
    margin-left: $card-spacer-x;
  }
}

//
// Optional textual caps
//

.card-header {
  padding: $card-spacer-y $card-spacer-x;
  margin-bottom: 0; // Removes the default margin-bottom of <hN>
  background-color: $card-cap-bg;
  border-bottom: $card-border-width solid $card-border-color;

  &:first-child {
    @include border-radius($card-inner-border-radius $card-inner-border-radius 0 0);
  }

  + .list-group {
    .list-group-item:first-child {
      border-top: 0;
    }
  }
}

.card-footer {
  margin-top: 15px;
  padding: 0 0 1em 0;
  background-color: $card-cap-bg;
  border-top: $card-border-width solid $card-border-color;

  &:last-child {
    @include border-radius(0 0 $card-inner-border-radius $card-inner-border-radius);
  }
}


//
// Header navs
//

.card-header-tabs {
  margin-right: -($card-spacer-x / 2);
  margin-bottom: -$card-spacer-y;
  margin-left: -($card-spacer-x / 2);
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -($card-spacer-x / 2);
  margin-left: -($card-spacer-x / 2);
}

// Card image
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: $card-img-overlay-padding;
}

.card-img {
  width: 100%; // Required because we use flexbox and this inherently applies align-self: stretch
  @include border-radius($card-inner-border-radius);
}

// Card image caps
.card-img-top {
  margin-top: 0.2em;
  width: 100%; // Required because we use flexbox and this inherently applies align-self: stretch
  @include border-top-radius($card-inner-border-radius);
}

.card-img-bottom {
  width: 100%; // Required because we use flexbox and this inherently applies align-self: stretch
  @include border-bottom-radius($card-inner-border-radius);
}


// Card deck

.card-deck {
  display: flex;
  flex-direction: column;

  .card {
    margin-bottom: $card-deck-margin;
  }

  @include media-breakpoint-up(sm) {
    flex-flow: row wrap;
    margin-right: -$card-deck-margin;
    margin-left: -$card-deck-margin;

    .card {
      display: flex;
      // Flexbugs #4: https://github.com/philipwalton/flexbugs#flexbug-4
      flex: 1 0 0%;
      flex-direction: column;
      margin-right: $card-deck-margin;
      margin-bottom: 0; // Override the default
      margin-left: $card-deck-margin;
    }
  }
}


//
// Card groups
//

.card-group {
  display: flex;
  flex-direction: column;

  // The child selector allows nested `.card` within `.card-group`
  // to display properly.
  > .card {
    margin-bottom: $card-group-margin;
  }

  @include media-breakpoint-up(sm) {
    flex-flow: row wrap;
    // The child selector allows nested `.card` within `.card-group`
    // to display properly.
    > .card {
      // Flexbugs #4: https://github.com/philipwalton/flexbugs#flexbug-4
      flex: 1 0 0%;
      margin-bottom: 0;

      + .card {
        margin-left: 0;
        border-left: 0;
      }

      // Handle rounded corners
      @if $enable-rounded {
        &:first-child {
          @include border-right-radius(0);

          .card-img-top,
          .card-header {
            border-top-right-radius: 0;
          }
          .card-img-bottom,
          .card-footer {
			margin: 1em 0 1em 0;
            border-bottom-right-radius: 0;
          }
        }

        &:last-child {
          @include border-left-radius(0);

          .card-img-top,
          .card-header {
            border-top-left-radius: 0;
          }
          .card-img-bottom,
          .card-footer {
            border-bottom-left-radius: 0;
          }
        }

        &:only-child {
          @include border-radius($card-border-radius);

          .card-img-top,
          .card-header {
            @include border-top-radius($card-border-radius);
          }
          .card-img-bottom,
          .card-footer {
            @include border-bottom-radius($card-border-radius);
          }
        }

        &:not(:first-child):not(:last-child):not(:only-child) {
          @include border-radius(0);

          .card-img-top,
          .card-img-bottom,
          .card-header,
          .card-footer {
            @include border-radius(0);
          }
        }
      }
    }
  }
}


//
// Columns
//

.card-columns {
  .card {
    margin-bottom: $card-columns-margin;
  }

  @include media-breakpoint-up(sm) {
    column-count: $card-columns-count;
    column-gap: $card-columns-gap;
    orphans: 1;
    widows: 1;

    .card {
      display: inline-block; // Don't let them vertically span multiple columns
      width: 100%; // Don't let their width change
    }
  }
}


//
// Accordion
//



.image-wrap {
  width: 100%;
  height: 50vw;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.image-wrap img {
  width: 100%;
  animation: move 40s ease;
  /* Add infinite to loop. */
  
  -ms-animation: move 40s ease;
  -webkit-animation: move 40s ease;
  -0-animation: move 40s ease;
  -moz-animation: move 40s ease;
  position: absolute;
}

@-webkit-keyframes move {
  0% {
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    transform-origin: bottom left;
    transform: scale(1.0);
    -ms-transform: scale(1.0);
    /* IE 9 */
    
    -webkit-transform: scale(1.0);
    /* Safari and Chrome */
    
    -o-transform: scale(1.0);
    /* Opera */
    
    -moz-transform: scale(1.0);
    /* Firefox */
  }
  100% {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    /* IE 9 */
    
    -webkit-transform: scale(1.2);
    /* Safari and Chrome */
    
    -o-transform: scale(1.2);
    /* Opera */
    
    -moz-transform: scale(1.2);
    /* Firefox */
  }
}


  .no-padding {
    padding: 0px;
    list-style-type: none;
  }


  .invert {
    filter: invert(100%);
  }

  /* -------------------------------- 

Main Components 

-------------------------------- */
  @media only screen and (min-width: 1170px){
.cd-hero-slider {
height: 415px !important;
}
 } 



@media only screen and (min-width: 768px){
.cd-slider-nav .cd-marker, .cd-slider-nav li {
width: 110px;
padding-top: 2px !important;
}
}

@media only screen and (min-width: 768px){
.cd-slider-nav {
height: 100px !important;
}
}
  

@media only screen and (max-width: 767px){
  
  .cd-hero-slider{
    position:relative !important
    }

  
  
   .cd-hero-slider .cd-half-width h2{
    margin-top:230px !important;
    }
.cd-hero-slider .cd-img-container img {
  
width: 300px !important;
max-height:300px;
top:0px!important;
margin-top:150px !important

}
}

  @media only screen and (max-width: 767px){
.cd-hero-slider {
height: 500px !important;
}
 } 
  
  
  
 
  
  .cd-header {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background-color: #21272c;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  @media only screen and (min-width: 768px) {
    .cd-header {
      height: 70px;
      background-color: transparent;
    }
  }

  #cd-logo {
    float: left;
    margin: 13px 0 0 5%;
  }

  #cd-logo img {
    display: block;
  }

  @media only screen and (min-width: 768px) {
    #cd-logo {
      margin: 23px 0 0 5%;
    }
  }

  .cd-primary-nav {
    /* mobile first - navigation hidden by default, triggered by tap/click on navigation icon */
    float: right;
    margin-right: 5%;
    width: 44px;
    height: 100%;
    background: url("https://codyhouse.co/demo/hero-slider/assets/cd-icon-menu.svg") no-repeat center center;
  }

  .cd-primary-nav ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  .cd-primary-nav ul.is-visible {
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
  }

  .cd-primary-nav a {
    display: block;
    height: 50px;
    line-height: 50px;
    padding-left: 5%;
    background: #21272c;
    border-top: 1px solid #262626c44;
    color: #ffffff;
  }

  @media only screen and (min-width: 768px) {
    .cd-primary-nav {
      /* reset navigation values */
      width: auto;
      height: auto;
      background: none;
    }

    .cd-primary-nav ul {
      position: static;
      width: auto;
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0);
      line-height: 70px;
    }

    .cd-primary-nav ul.is-visible {
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0);
    }

    .cd-primary-nav li {
      display: inline-block;
      margin-left: 1em;
    }

    .cd-primary-nav a {
      display: inline-block;
      height: auto;
      font-weight: 600;
      line-height: normal;
      background: transparent;
      padding: .6em 1em;
      border-top: none;
    }
  }

  /* -------------------------------- 

Slider

-------------------------------- */
  .cd-hero {
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .cd-hero-slider {
    position: relative;
    height: 360px;
    overflow: hidden;
  }

  .cd-hero-slider li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }

  .cd-hero-slider li.selected {
    /* this is the visible slide */
    position: relative;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }

  .cd-hero-slider li.move-left {
    /* slide hidden on the left */
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  .cd-hero-slider li.is-moving,
  .cd-hero-slider li.selected {
    /* the is-moving class is assigned to the slide which is moving outside the viewport */
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    transition: transform 0.5s;
  }
  @media only screen and (max-width:720px) {
    .cd-half-width{
    padding: 80px 0px 0px 0px !important;
    }
    }

  @media only screen and (min-width: 768px) {
    .cd-hero-slider {
      height: 500px;
    }
  }
@mwdia only screen and (max-width:720px){
  .cd-slider-nav {
    display:none;
    }
  
  }


  @media only screen and (min-width: 1170px) {
    .cd-hero-slider {
      height: 680px;
    }
  }

  /* -------------------------------- 

Single slide style

-------------------------------- */
  .cd-hero-slider li {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .cd-hero-slider li:first-of-type {
    background-color: #2c343b;
  }

  .cd-hero-slider li:nth-of-type(2) {
    background-color: #3d4952;
    /* background-image: url("https://codyhouse.co/demo/hero-slider/assets/tech-1-mobile.jpg"); */
  }

  .cd-hero-slider li:nth-of-type(3) {
    background-color: #586775;
    /* background-image: url("https://codyhouse.co/demo/hero-slider/assets/tech-2-mobile.jpg"); */
  }

  .cd-hero-slider li:nth-of-type(4) {
    background-color: #2c343b;
    /* background-image: url("https://codyhouse.co/demo/hero-slider/assets/video-replace-mobile.jpg"); */
  }

  .cd-hero-slider li:nth-of-type(5) {
    background-color: #2c343b;
    /* background-image: url(https://codyhouse.co/demo/hero-slider/assets/img.jpg); */
  }

  .cd-hero-slider .cd-full-width,
  .cd-hero-slider .cd-half-width {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    left: 0;
    top: 0;
    /* this padding is used to align the text */
    padding-top: 180px;
    text-align: center;
    /* Force Hardware Acceleration in WebKit */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
  }

  .cd-hero-slider .cd-img-container {
    /* hide image on mobile device */
   /* display: none;*/
  }

  .cd-hero-slider .cd-img-container img {
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    margin-top: 20px;
  max-width: 320px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }

  .cd-hero-slider .cd-bg-video-wrapper {
    /* hide video on mobile device */
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .cd-hero-slider .cd-bg-video-wrapper video {
    /* you won't see this element in the html, but it will be injected using js */
    display: block;
    min-height: 100%;
    min-width: 100%;
    max-width: none;
    height: auto;
    width: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }

  .cd-hero-slider h2,
  .cd-hero-slider p {
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    line-height: 1.2;
    margin: 0 auto 14px;
    color: #ffffff;
    width: 90%;
    max-width: 400px;
  }

  .cd-hero-slider h2 {
    font-size: 2.4rem;
  }

  .cd-hero-slider p {
    font-size: 1.4rem;
    line-height: 1.4;
  }

  .cd-hero-slider .cd-btn {
    display: inline-block;
    padding: 1.2em 1.4em;
    margin-top: .8em;
    background-color: rgba(212, 68, 87, 0.9);
    font-size: 1.3rem;
    font-weight: 700;
    letter-spacing: 1px;
    color: #ffffff;
    text-transform: uppercase;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    transition: background-color 0.2s;
  }

  .cd-hero-slider .cd-btn.secondary {
    background-color: rgba(22, 26, 30, 0.8);
  }

  .cd-hero-slider .cd-btn:nth-of-type(2) {
    margin-left: 1em;
  }

  .no-touch .cd-hero-slider .cd-btn:hover {
    background-color: #d44457;
  }

  .no-touch .cd-hero-slider .cd-btn.secondary:hover {
    background-color: #161a1e;
  }

  @media only screen and (min-width: 768px) {
    .cd-hero-slider li:nth-of-type(2) {
      background-image: none;
    }

    .cd-hero-slider li:nth-of-type(3) {
      background-image: none;
    }

    .cd-hero-slider li:nth-of-type(4) {
      background-image: none;
    }

    .cd-hero-slider .cd-full-width,
    .cd-hero-slider .cd-half-width {
      padding-top: 150px;
    }

    .cd-hero-slider .cd-bg-video-wrapper {
      display: block;
    }

    .cd-hero-slider .cd-half-width {
      width: 45%;
    }

    .cd-hero-slider .cd-half-width:first-of-type {
      left: 5%;
    }

    .cd-hero-slider .cd-half-width:nth-of-type(2) {
      right: 5%;
      left: auto;
    }

    .cd-hero-slider .cd-img-container {
      display: block;
    }

    .cd-hero-slider h2,
    .cd-hero-slider p {
      max-width: 520px;
    }

    .cd-hero-slider h2 {
      font-size: 2.4em;
      font-weight: 300;
    }

    .cd-hero-slider .cd-btn {
      font-size: 1.4rem;
    }
  }

  @media only screen and (min-width: 1170px) {

    .cd-hero-slider .cd-full-width,
    .cd-hero-slider .cd-half-width {
      padding-top: 180px;
    }

    .cd-hero-slider h2,
    .cd-hero-slider p {
      margin-bottom: 20px;
    }

    .cd-hero-slider h2 {
      font-size: 3.2em;
    }

    .cd-hero-slider p {
      font-size: 1.6rem;
    }
  }

  /* -------------------------------- 

Single slide animation

-------------------------------- */
  @media only screen and (min-width: 768px) {
    .cd-hero-slider .cd-half-width {
      opacity: 0;
      -webkit-transform: translateX(40px);
      -moz-transform: translateX(40px);
      -ms-transform: translateX(40px);
      -o-transform: translateX(40px);
      transform: translateX(40px);
    }

    .cd-hero-slider .move-left .cd-half-width {
      -webkit-transform: translateX(-40px);
      -moz-transform: translateX(-40px);
      -ms-transform: translateX(-40px);
      -o-transform: translateX(-40px);
      transform: translateX(-40px);
    }

    .cd-hero-slider .selected .cd-half-width {
      /* this is the visible slide */
      opacity: 1;
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0);
    }

    .cd-hero-slider .is-moving .cd-half-width {
      /* this is the slide moving outside the viewport 
  wait for the end of the transition on the <li> parent before set opacity to 0 and translate to 40px/-40px */
      -webkit-transition: opacity 0s 0.5s, -webkit-transform 0s 0.5s;
      -moz-transition: opacity 0s 0.5s, -moz-transform 0s 0.5s;
      transition: opacity 0s 0.5s, transform 0s 0.5s;
    }

    .cd-hero-slider li.selected.from-left .cd-half-width:nth-of-type(2),
    .cd-hero-slider li.selected.from-right .cd-half-width:first-of-type {
      /* this is the selected slide - different animation if it's entering from left or right */
      -webkit-transition: opacity 0.4s 0.2s, -webkit-transform 0.5s 0.2s;
      -moz-transition: opacity 0.4s 0.2s, -moz-transform 0.5s 0.2s;
      transition: opacity 0.4s 0.2s, transform 0.5s 0.2s;
    }

    .cd-hero-slider li.selected.from-left .cd-half-width:first-of-type,
    .cd-hero-slider li.selected.from-right .cd-half-width:nth-of-type(2) {
      /* this is the selected slide - different animation if it's entering from left or right */
      -webkit-transition: opacity 0.4s 0.4s, -webkit-transform 0.5s 0.4s;
      -moz-transition: opacity 0.4s 0.4s, -moz-transform 0.5s 0.4s;
      transition: opacity 0.4s 0.4s, transform 0.5s 0.4s;
    }

    .cd-hero-slider .cd-full-width h2,
    .cd-hero-slider .cd-full-width p,
    .cd-hero-slider .cd-full-width .cd-btn {
      opacity: 0;
      -webkit-transform: translateX(100px);
      -moz-transform: translateX(100px);
      -ms-transform: translateX(100px);
      -o-transform: translateX(100px);
      transform: translateX(100px);
    }

    .cd-hero-slider .move-left .cd-full-width h2,
    .cd-hero-slider .move-left .cd-full-width p,
    .cd-hero-slider .move-left .cd-full-width .cd-btn {
      opacity: 0;
      -webkit-transform: translateX(-100px);
      -moz-transform: translateX(-100px);
      -ms-transform: translateX(-100px);
      -o-transform: translateX(-100px);
      transform: translateX(-100px);
    }

    .cd-hero-slider .selected .cd-full-width h2,
    .cd-hero-slider .selected .cd-full-width p,
    .cd-hero-slider .selected .cd-full-width .cd-btn {
      /* this is the visible slide */
      opacity: 1;
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0);
    }

    .cd-hero-slider li.is-moving .cd-full-width h2,
    .cd-hero-slider li.is-moving .cd-full-width p,
    .cd-hero-slider li.is-moving .cd-full-width .cd-btn {
      /* this is the slide moving outside the viewport 
  wait for the end of the transition on the li parent before set opacity to 0 and translate to 100px/-100px */
      -webkit-transition: opacity 0s 0.5s, -webkit-transform 0s 0.5s;
      -moz-transition: opacity 0s 0.5s, -moz-transform 0s 0.5s;
      transition: opacity 0s 0.5s, transform 0s 0.5s;
    }

    .cd-hero-slider li.selected h2 {
      -webkit-transition: opacity 0.4s 0.2s, -webkit-transform 0.5s 0.2s;
      -moz-transition: opacity 0.4s 0.2s, -moz-transform 0.5s 0.2s;
      transition: opacity 0.4s 0.2s, transform 0.5s 0.2s;
    }

    .cd-hero-slider li.selected p {
      -webkit-transition: opacity 0.4s 0.3s, -webkit-transform 0.5s 0.3s;
      -moz-transition: opacity 0.4s 0.3s, -moz-transform 0.5s 0.3s;
      transition: opacity 0.4s 0.3s, transform 0.5s 0.3s;
    }

    .cd-hero-slider li.selected .cd-btn {
      -webkit-transition: opacity 0.4s 0.4s, -webkit-transform 0.5s 0.4s, background-color 0.2s 0s;
      -moz-transition: opacity 0.4s 0.4s, -moz-transform 0.5s 0.4s, background-color 0.2s 0s;
      transition: opacity 0.4s 0.4s, transform 0.5s 0.4s, background-color 0.2s 0s;
    }
  }

  /* -------------------------------- 

Slider navigation

-------------------------------- */

  .arrowleft {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 10px;
    font-size: 25px;
    color: white;
    padding: 7px 20px;
    border-radius: 50%;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 1;
    cursor: pointer;
    transition: all ease 0.2s;
  }

  .arrowleft:hover {
    background-color: rgba(0, 0, 0, 0.4);
  }

  .arrowright {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
    font-size: 25px;
    color: white;
    padding: 7px 20px;
    border-radius: 50%;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 1;
    cursor: pointer;
    transition: all ease 0.2s;
  }

  .arrowright:hover {
    background-color: rgba(0, 0, 0, 0.4);
  }

  .cd-slider-nav {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 2;
    text-align: center;
    height: 84px !important;
    background-color: rgba(0, 1, 1, 0.5);
  }

  .cd-slider-nav nav,
  .cd-slider-nav ul,
  .cd-slider-nav li,
  .cd-slider-nav a {
    height: 100%;
  }

  .cd-slider-nav nav {
    display: inline-block;
    position: relative;
  }

  .cd-slider-nav .cd-marker {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 110px;
    height: 100%;
    color: #d44457;
    background-color: #ffffff;
    box-shadow: inset 0 2px 0 currentColor;
    -webkit-transition: -webkit-transform 0.2s, box-shadow 0.2s;
    -moz-transition: -moz-transform 0.2s, box-shadow 0.2s;
    transition: transform 0.2s, box-shadow 0.2s;
  }

  .cd-slider-nav .cd-marker.item-2 {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }

  .cd-slider-nav .cd-marker.item-3 {
    -webkit-transform: translateX(200%);
    -moz-transform: translateX(200%);
    -ms-transform: translateX(200%);
    -o-transform: translateX(200%);
    transform: translateX(200%);
  }

  .cd-slider-nav .cd-marker.item-4 {
    -webkit-transform: translateX(300%);
    -moz-transform: translateX(300%);
    -ms-transform: translateX(300%);
    -o-transform: translateX(300%);
    transform: translateX(300%);
  }

  .cd-slider-nav .cd-marker.item-5 {
    -webkit-transform: translateX(400%);
    -moz-transform: translateX(400%);
    -ms-transform: translateX(400%);
    -o-transform: translateX(400%);
    transform: translateX(400%);
  }

  .cd-slider-nav ul::after {
    clear: both;
    content: "";
    display: table;
  }

  .cd-slider-nav li {
    display: inline-block;
    width: 110px;
    float: left;
  }

  /*.cd-slider-nav li.selected a {
color: #2c343b;
}*/
  .no-touch .cd-slider-nav li.selected a:hover {
    background-color: transparent;
  }

  .cd-slider-nav a {
    display: block;
    position: relative;
    /*padding-top: 35px;*/
    font-size: 1rem;
    font-weight: 700;
    padding: 0 12px;
    text-align: center !important;
    /* text-transform: uppercase; */
    color: #a8b4be;
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    transition: background-color 0.2s;
  }

  .cd-slider-nav a p {
    text-align: center;
  }

  .cd-slider-nav a::before {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    top: 8px;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    /*background: url(https://codyhouse.co/demo/hero-slider/assets/cd-icon-navigation.svg) no-repeat 0 0;*/
  }

  .no-touch .cd-slider-nav a:hover {
    background-color: rgba(0, 1, 1, 0.5);
  }

  .cd-slider-nav li:first-of-type a::before {
    background-position: 0 0;
  }

  .cd-slider-nav li.selected:first-of-type a::before {
    background-position: 0 -24px;
  }

  .cd-slider-nav li:nth-of-type(2) a::before {
    background-position: -24px 0;
  }

  .cd-slider-nav li.selected:nth-of-type(2) a::before {
    background-position: -24px -24px;
  }

  .cd-slider-nav li:nth-of-type(3) a::before {
    background-position: -48px 0;
  }

  .cd-slider-nav li.selected:nth-of-type(3) a::before {
    background-position: -48px -24px;
  }

  .cd-slider-nav li:nth-of-type(4) a::before {
    background-position: -72px 0;
  }

  .cd-slider-nav li.selected:nth-of-type(4) a::before {
    background-position: -72px -24px;
  }

  .cd-slider-nav li:nth-of-type(5) a::before {
    background-position: -96px 0;
  }

  .cd-slider-nav li.selected:nth-of-type(5) a::before {
    background-position: -96px -24px;
  }
 @media only screen and (max-width: 768px) {
    .cd-slider-nav {
      display:none !important;
    }
  }

  @media only screen and (min-width: 768px) {
    .cd-slider-nav {
      height: 80px;
    }
  

    .cd-slider-nav .cd-marker,
    .cd-slider-nav li {
      width: 110px;

    }

    .cd-slider-nav a {
      /*padding-top: 48px;*/
      font-size: 1.1rem;
      text-transform: uppercase;
    }

    .cd-slider-nav a::before {
      top: 18px;
    }
  }

  /* -------------------------------- 

Main content

-------------------------------- */
  .cd-main-content {
    width: 90%;
    max-width: 768px;
    margin: 0 auto;
    padding: 2em 0;
	margin-top: 10px;
  }

  .cd-main-content p {
    font-size: 1.4rem;
    line-height: 1.8;
    color: #999999;
    margin: 2em 0;
  }

  @media only screen and (min-width: 1170px) {
    .cd-main-content {
      padding: 3em 0;
    }

    .cd-main-content p {
      font-size: 1.6rem;
    }
  }


.rewardaxi {
	color: #f4491f;
	font-size: 34px;
	font-weight: bold;
  font-family: 'Roboto', sans-serif;
}

.sirv-spin-button.fullscreen {        
  bottom: 55px;    
    left: 55px; 
z-index: 1000000;
   }
 
 .topbartext {
     font-family: 'Roboto', sans-serif;
	 font-size: 16px;
	 font-weight: 600;
vertical-align: middle; }

#LoAvailableBtn {
	box-shadow: rgb(0, 0, 0) 0px 0px 0px !important;
	font-family: 'Roboto', sans-serif !important;
	border-top-left-radius: 3px !important;
	border-top-right-radius: 3px !important;
}

#LoAwayFormBtn {
	box-shadow: rgb(0, 0, 0) 0px 0px 0px !important;
	font-family: 'Roboto', sans-serif !important;
	border-top-left-radius: 3px !important;
	border-top-right-radius: 3px !important;
}
#LoAskToChatBtn {
	box-shadow: rgb(0, 0, 0) 0px 0px 0px !important;
	font-family: 'Roboto', sans-serif !important;
	border-top-left-radius: 7px !important;
	border-top-right-radius: 7px !important;

}

.jumpo {
	transition: all 0.5s;
}
	
.jumpo:hover {
 position: relative; 
    transform: translateY(-3px);}	
	
	/* hide the small up and down arrows in the amount of products to be added to cart */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}


.doorstitle {
font-family: 'Roboto', sans-serif;
font-size: 18px;
font-weight: 600;
color: black;
margin: 0px;
cursor: pointer;
text-align: left;

}
.doorstext {
font-family: 'Roboto', sans-serif;
font-size: 15px;
font-weight: 500;
color: black;
cursor: pointer;
text-align: left;


}
.doorslink {
font-family: 'Roboto', sans-serif;
font-size: 14px;
font-weight: 600;
color: #2272df;
line-height: 1.5;
cursor: pointer;

}
.doorsimg {
margin-bottom: 8px;
cursor: pointer;
}

#lo_poweredBy {
	display: none !important;
}
	
.thumbnail {
  border-radius: 6px;
  }

.thumb-badge {
  border-radius: 60px;
  margin: 0 0;
  font-size: 11px;
  text-transform: none;
  }

img.product-image:hover {
  opacity: 85%;
  -webkit-transition-property:opacity;
    transition-property:opacity;
    -webkit-transition-duration:.35s;
    transition-duration:.35s;
    -webkit-transition-timing-function:ease;
    transition-timing-function:ease
  }
  
  @keyframes blinkcolor {
    30%{
        color: #df4a48;
    }
    70%{
        color: #284454;
    }
    100%{
        color: black;
    }
}

@keyframes moveleft {
    0%{
        transform: translate(0px);
    }
    50%{
        transform: translate(20px);
    }
    100%{
        transform: translate(0px);
    }
}
@keyframes moveright {
    0%{
        transform: translate(0px);
    }
    50%{
        transform: translate(-20px);
    }
    100%{
        transform: translate(0px);
    }
}
.theme-details .we-install {
    font-size: 14px;
}
.we-install {
    text-align: left;
    font-size: 20px;
	padding-top: 35vh;
	color: #df4a48;
    border-bottom: 0px solid;
    padding: 5px;
	  text-decoration: none;
    position: relative;
    animation-name: blinkcolor;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
}

.we-install a:hover {
    animation-play-state: paused;
}
.we-install a:before {
    content: "\f178";
    font-family: fontawesome;
    position: absolute;
    left: -15%;
    animation-name: moveleft;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
}
.we-install a:after {
    content: "\f177";
    font-family: fontawesome;
    position: absolute;
    right: -15%;
    animation-name: moveright;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
}

.boyga {
	background-color: #e75529 !important;
}
	
	
	
	


@media screen and (max-width: 480px) {
  .fixed-shark {
  background-color: #f4f4f4;
  color: #FFFFFF;
  border: none;
  outline: none;
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 110px;
  width: 250px;
  margin-bottom: 0px;
      display: none;

}
}

@media screen and (max-width: 479px) {
  #onlydt {

	      visibility: hidden !important;


}
}
/* ============================================================
   FIX: brand-logo hover in mega menu
   The inline page rule ".nav-categ-main a:hover" paints an
   orange !important background that shows through behind the
   brand logos on hover. This override targets ONLY the
   brand-logo links (inside .brands-place) with HIGHER
   specificity than that rule, so it wins regardless of load
   order. Every other orange hover on the site is untouched.
   ============================================================ */
.wrapper-nav .brands-place a:hover,
.wrapper-nav .brands-place a:focus,
.brands-place ul.column a:hover,
.brands-place ul.column a:focus {
	background-color: #fff !important;
	background: #fff !important;
}
