body .page-header .sticky-menu .header-wrapper-center {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.cdz-main-menu .cdz-vertical-menu li.level0 > a.menu-link span {
	line-height: 18px;
}
body .products-grid .products.list.items.product-items {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
@media screen and (width: 800px){
	.slideshow-wrapper > .row > .col-sm-6 {
		width: 27.5%;
	}
	.slideshow-wrapper > .row > .col-sm-18 {
		width: 72.5%;
	}
	.slideshow-wrapper > .row > .col-sm-6 .cdz-vertical-menu .groupmenu {
		padding-right: 15px;
	}
}
@media screen and (min-width: 768px) and (max-width: 1024px){
	.block.widget.widget-products-grid.new-products-widget .products-grid .product-items:not(.owl-carousel) .product-item:nth-child(n + 4) {
		display: none;
	}
	.block.widget.widget-products-grid.new-products-widget .products-grid .product-items:not(.owl-carousel) > .product-item {
		width: 33.3%;
	}
}
@media screen and (max-width: 1199px) and (min-width: 992px){
	body .fixed-width-left {
	    width: 500px;
	    margin-left: 18px;
	}
	body .fixed-width-right.three-banners {
		width: 235px;
		margin-left: 14px;
	}
}
@media screen and (max-width: 991px) and (min-width: 768px){
	body .fixed-width-left {
	    width: 400px;
	}
	body .fixed-width-right.three-banners {
		width: 178px;
	}
	body .fixed-width-right.three-banners > .row > div {
		padding-bottom: 6px;
	}
	body .fixed-width-right.three-banners > .row > div:last-child {
		padding-bottom: 0;
	}
}
@media screen and (max-width: 1024px) {
	.cdz-main-menu .cdz-menu.cdz-vertical-menu li.level0.parent > a.menu-link:before {
		display: none;
	}
	.products-grid .product-item .product-item-info {
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-moz-box-pack: justify;
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-box-direction: normal;
		-webkit-box-orient: vertical;
		-moz-box-direction: normal;
		-moz-box-orient: vertical;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.products-grid .product-item .product-item-info .product-item-details .tocart span {
		display: none;
	}
	.products-grid .product-item .product-item-info .product-item-details .tocart::after {
		margin-left: 0 !important;
	}
	.products-grid .product-item .product-item-info .product-item-details .cdz-buttons-inner {
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-moz-box-pack: justify;
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
}
/*@media screen and (min-width: 768px) and (max-width: 1024px) {
}*/
@media screen and (min-width: 768px) and (max-width: 992px) {
	.header-rating .rating-desc .rating-info,
	.top-nav-ads .nav-text .item:nth-child(n+3) {
		display: none;
	}
	.top-nav-ads .col-sm-20 {
		padding: 8px 0;
	}
	.header-wrapper-bottom .header-wrapper-bottom-content .col-sm-6 {
		padding-top: 8px;
		padding-bottom: 8px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1024px) {
	.header-rating .rating-desc .rating-info {
		display: none;
	}
}
@media screen and (min-width: 768px){
	.search-wrapper .block-search .action.search {
		height: 47px !important;
	}
	/*.products-grid .product-item-info .product-item-details {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	    height: 225px;
	    overflow: hidden;
	}*/
}
@media screen and (min-width: 992px){
	/*.products-grid .product-item-info .product-item-details {*/
	    /*height: 270px;*/
	    /*overflow: hidden;*/
	/*}*/
}
@media screen and (min-width: 1024px){
	/*.products-grid .product-item-info .product-item-details {*/
	    /*height: 225px;*/
	    /*overflow: hidden;*/
	/*}*/
}
.subcats-block .subcat.level1 >.cat-details .cat-name:after {
	display: none !important;
}
.subcats-block .subcat.level1 > .cat-details .cat-name span.act {
	display: inline-block;
    position: absolute;
    right: 10px;
    top: 0;
}
.subcats-block .subcat.level1 > .cat-details .cat-name span.act:after {
	display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	width: 25px;
	height: 25px;
	text-align: center;
	background-color: rgba(0, 176, 225, 0.2);
    font-size: 10px;
    line-height: 25px;
    /*color: #8f8f8f;*/
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center;
    content: '\e61c';
    color: #00b0e1;
    font-weight: bold;
}
.subcats-block .subcat.level1 > .cat-details .cat-name span.act .act-holder-text {
	pointer-events: none;
	cursor: default;
	position: absolute;
    right: 0;
    top: 0;
    margin-top: -40px;
    background-color: #00b0e1;
    color: #fff;
    padding: 6px;
    border-radius: 6px;
    font-size: 14px;
    margin-right: -20px;
}
.subcats-block .subcat.level1 > .cat-details[aria-expanded="false"] .cat-name span.act:after {
	content: "\e61c";
}
.subcats-block .subcat.level1 > .cat-details[aria-expanded="true"] .cat-name span.act:after {
	content: "\e60f";
}
.cdz-slideshow .owl-item .slider-item {
	display: inline-block;
}
@media only screen and (max-width: 767px) {
	body .page-wrapper .block.crosssell .owl-carousel .owl-nav,
	body .page-wrapper .block.upsell .owl-carousel .owl-nav,
	body .page-wrapper .block.related .owl-carousel .owl-nav,
	body .page-wrapper .product-style09 .owl-carousel .owl-nav,
	body .page-wrapper .block.crosssell .owl-carousel .owl-nav,
	body .page-wrapper .block.upsell .owl-carousel .owl-nav,
	body .page-wrapper .block.related .owl-carousel .owl-nav {
		display: block;
	}
	body .page-wrapper .products-grid .product-items:not(.owl-carousel) > .product-item {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	body.page-products .page-wrapper .products-grid .product-item .product-item-info .price-box,
	body.page-products .page-wrapper .products-list .product-item .product-item-info .price-box,
	body .page-wrapper .widget-products-grid .products-grid .product-item .product-item-info .price-box,
	body .page-wrapper .widget-products-grid .products-list .product-item .product-item-info .price-box {
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
	}
	body.page-products .page-wrapper .products-grid .product-item .product-item-info .price-box .special-price,
	body.page-products .page-wrapper .products-list .product-item .product-item-info .price-box .special-price,
	body .page-wrapper .widget-products-grid .products-grid .product-item .product-item-info .price-box .special-price,
	body .page-wrapper .widget-products-grid .products-list .product-item .product-item-info .price-box .special-price {
		order: 2;
	}
	body.page-products .page-wrapper .products-grid .product-item .product-item-info .price-box .old-price,
	body.page-products .page-wrapper .products-list .product-item .product-item-info .price-box .old-price,
	body .page-wrapper .widget-products-grid .products-grid .product-item .product-item-info .price-box .old-price,
	body .page-wrapper .widget-products-grid .products-list .product-item .product-item-info .price-box .old-price {
		order: 1;
	}
}

.view-all-in-cat {
    padding: 20px 40px 20px 30px;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 0px;
    height: 60px;
}
.view-all-in-cat h4 {
    font-weight: bold;
    width: 150px;
    float: left;
}
.view-all-in-cat a {
    float: left;
    margin-top: 5px;
}
@media only screen and (max-width: 767px) {
    .view-all-in-cat {
        display: none;
    }
}

.table-totals tbody tr.totals-tax {
    display: none;
}
.instore:after {
    content: '\f54e' !important;
}

/**
 * Hide Tax in Cart
 */
.table-totals tbody tr.totals-tax { display: none; }
.cart-totals tbody tr.totals-tax { display: none; }

/**
 * Term Pay
 */
.monthly-pay {
    margin: 10px 0 0 0;
}
.monthly-pay-grid {
	clear: both;
	display: block;
	& > span {
		&:before {
			background-image: url('@{baseDir}images/in3-icon.png');
			content: "";
		}
	}
}
.monthly-pay-grid, .no-monthly-pay-grid {
    margin: 10px 0 10px 0;
}

.no-monthly-pay-grid span {
    display: inline-block;
    background: transparent;
    padding: 5px 10px;
    width: 100%;
}
.monthly-pay a:hover, .monthly-pay-grid a:hover {
    color: #ffffff;
}

.monthly-pay a, .monthly-pay-grid a {
    display: inline-block;
    background: #000000;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 5px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}

.financing-warning {
    background: #fff;
    border: 1px solid #000;
    opacity: .8;
    box-sizing: border-box;
    text-align: center;
}

.santander {
    margin-top: 15px;
}

.term-pay-table {
    border: 1px solid #ccc;
    box-shadow: 0 4px 10px 0 rgba(0,0,0,0.2), 0 4px 20px 0 rgba(0,0,0,0.19);
}
.term-pay-table tr {
    border-bottom: 1px solid #ddd;
}
.term-pay-table td, .term-pay-table th {
    padding: 8px 8px;
    display: table-cell;
    text-align: left;
    vertical-align: top;
}
.product-list-container .toolbar.toolbar-products {border-top: 0 !important;}
.product-list-container .toolbar.toolbar-products .pages-items .action.next > span {margin: 0;}
.page-main .sidebar .block.filter .filter-options-content .price-slider-container .input-wrap {
	float: none !important;
}
.page-main .sidebar .block.filter .filter-options-content .price-slider-container .input-wrap span.currency {
	margin-left: 5px;
	font-size: 16px;
}