/*new product*/
.label-product.new-product-label {
	position: absolute;
    left: 10px;
    top: auto;
    bottom: 5px;
}
.label-product.new-product-label:after {
	content: '';
	background-image: url(../../images/new-button.png);
	display: inline-block;
	height: 80px;
	width: 80px;
}
.products-grid .product-image {
	background: transparent;
}

.products-grid .product-name a, .products-list .product-name a {
	color: #0b9199;
	font-size: 16px;
	font-family: "Roboto", sans-serif;
}

.category-view .category-description ul {
	list-style: disc inside;
	display: inline-block;
	padding-left: 1em;
}

.category-view .category-description ol {
	list-style: decimal inside;
	display: inline-block;
	padding-left: 1em;
}

.category-view .category-description blockquote {
	font-style: normal;
	padding: 0 0 0 5.5em;
	font-weight: bold;
	display: table;
	border: 0px solid #fff;
	font-size: 15px;
}

.category-view .category-description cite {
	font-style: italic;
	display: block;
	text-align: center;
	font-weight: normal;
	margin-top: 5px;
	font-size: 13px;
}

.products-list .product-quote,
.products-list .product-quote blockquote {
	border: 0px solid #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;
}

.products-list .product-quote blockquote {
	margin-top: -13px;
}


.products-grid .desc_grid {
	color: #373737;
	font-size: 14px;
	font-family: "Roboto", sans-serif;
}

.category-view .toolbar .prod_amount {
	float: left;
	font-size: 13px;
}

.products-grid .price-box .price {
	color: #374046;
	font-family: "Roboto", sans-serif;
	font-size: 18px;
	font-weight: bold;
}

.products-grid .old-price .price-label, .price-label.price-label {
	display: none;
}

.products-grid .old-price .price {
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	text-decoration: line-through;
	color: #888;
}

.products-grid .price-box .old-price {
	display: inline-block;
	width: 100%;
}

.catalog-category-view .category-products .products-grid .price-box .old-price {
	width: initial;
	padding-left: 5px;
	display: inline;
}

.products-grid .price-box .saveprice {
	display: none;
}
.products-grid .desc_grid {
	margin: 0px;
}
.products-grid .product-shop .pr-snippet .pr-snippet-stars:before {
	display: none;
}

.products-grid li.item {
    float: none;
    -moz-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    vertical-align: top;
    display: inline-block;
    width: 24%;
    margin: 0px;
	padding-left: 10px;
	padding-right: 10px;
}

.products-grid .price-box .lowest-tier-price .ltr-label,
.products-grid .price-box .lowest-tier-price .price {
	font-size: 13px;
	font-weight: 500;
	color:#374046;
}

/*Landing Page*/
.catalog-category-view .main-container {
	padding-bottom: 10px;
}
.catalog-category-view .swipe-left {
	display: none;
}
.category-landing-image {
	display: inline-block;
	float: left;
	margin-right: 25px;
	width: auto;
}
.category_title {
	font-weight: bold;
	margin-bottom: 18px;
}
.standard-description, .mobile-description {
	font-size: 13px;
}
.catalog-category-view .category-products {
	clear: both;
}
.catalog-category-view A.download-button {
	font-size: 17px;
	color: #bccf00;
	background: #ffffff;
	text-align: center;
	text-transform: uppercase;
	display: block;
	float: left;
	font-weight: bold;
	margin-bottom: 10px;
	border: 1px solid #bccf00;
	transition: border 0.3s ease 0s, color 0.3s ease 0s;
	-webkit-transition: border 0.3s ease 0s, color 0.3s ease 0s;
	-moz-transition: border 0.3s ease 0s, color 0.3s ease 0s;
	-o-transition: border 0.3s ease 0s, color 0.3s ease 0s;
}
.catalog-category-view A.download-button:hover {
	color: #5D701E;
	border: 1px solid #5D701E;
}

.landinglist-wrapper {
	font-family: "Roboto", sans-serif;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
    padding: 0px 0px 45px;
}
.landinglist-wrapper .category-name {
	font-size: 30px;
	font-family: "Roboto", sans-serif;
	color: #00909a;
	text-transform: uppercase;
	text-align: center;
	width: 100%;
	padding-top: 35px;
	padding-bottom: 35px;
	font-weight: bold;
	line-height: normal;
}
.landinglist-wrapper .button-set {
	width: 100%;
	text-align: center;
	display: inline-block;
	padding: 5px 0px;
}
.landinglist-wrapper .landinglist-button {
	margin: 0 auto;
    font-size: 13.2px;
	background: #4a4765;
    color: #ffffff;
    padding: 10px;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.landinglist-wrapper .landinglist-button:hover {
	background: #6e6b83;
}
.landinglist-wrapper .category-products {
	position: relative;
}
.landinglist-wrapper .category-products .prev,  .landinglist-wrapper .category-products .next {
	font-family: FontAwesome;
    width: 15px;
    height: 40px;
    font-size: 40px;
    color: #c6eff5;
    display: inline-block;
    position: absolute;
	top: 38%;
	cursor: pointer;
}
.landinglist-wrapper .category-products .category-name .prev, .landinglist-wrapper .category-products .category-name .next {
	display: none;
}
.landinglist-wrapper .category-products .prev {
	left: -15px;
}
.landinglist-wrapper .category-products .next {
	right: -15px;
}
.landinglist-wrapper .products-grid li.item {
	float: none;
	padding: 0px 10px;
    width: auto;
}

/*authot splash page*/
.category-products .pr_snippet_category .pr-snippet-wrapper {
	padding: 0px 0px 15px;
}
.splash-title, .category-title {
	border-bottom: 1px solid #e0e0e0;
}
.catalog-category-view .owl-carousel .owl-item img {
	max-width: 100% !important;
	width: auto;
}
.catalog-category-view .owl-carousel .owl-stage-outer {
	text-align: center;
}

.catalog-category-view .products-grid .old-price .price:before,
.catalog-category-view .products-list .old-price .price:before {
	content: "Reg ";
	text-decoration: none;
	display: inline-block;
}

.catalog-category-view .products-list .price-box span {
	font-size: 13px;
}

.catalog-category-view .products-list .old-price {
	text-decoration: line-through;
	margin-left: 10px;
}

.catalog-category-view .products-list .price-box p {
	display: inline-block;
}

.catalog-category-view .products-list .price-box .lowest-tier-price,
.catalog-category-view .products-grid .price-box .lowest-tier-price {
	display: block;
}

.catalog-category-view .products-list .price-box .lowest-tier-price span.label {
    padding: .6em .3em;
}

.catalog-category-view .products-grid .price-box .special-price .price,
.catalog-category-view .products-list .price-box .special-price .price {
	color: red;
	font-weight: bold;
	font-size: 18px;
}

.catalog-category-view .products-grid .price-box .regular-price .price,
.catalog-category-view .products-list .price-box .regular-price .price {
	color: #3c3c3c;
	font-weight: bold;
	font-size: 18px;
}

.catalog-category-view .products-list .product-shop .pr-snippet .pr-snippet-stars:before {
	content: "";
	margin-right: 0px;
}

.catalog-category-view .products-list .pr_snippet_category .pr-snippet-review-count {
	display: inline-block;
	line-height: 0px;
	font-weight: bold;
}

.catalog-category-view .products-list .link-learn {
	padding: 3px;
	display: block;
	width: 122px;
	text-align: center;
	background: #4a4765;
	color: #ffffff;
	font-weight: bold;
}

.catalog-category-view .products-list .link-learn:hover {
	background: #6e6b83;
}

.catalog-category-view .category-products .products-list .anchor-links.hidden-xs.hidden-sm {
	margin-top: 15px;
}

.catalog-category-view .category-products .products-list .anchor-links.hidden-xs.hidden-sm a {
	display: block;
}

/*responsive*/
@media only screen and (max-width: 991px) {
	.products-grid li.item {
		width: 32%;
	}
}
@media only screen and (max-width: 767px){
	.products-grid li.item {
	    border-bottom: 1px solid #e9e9e9;
	    overflow: hidden;
	    text-align: center;
	    position: relative;
	    padding-bottom: 20px;
	    margin: 0 0 20px;
	    width: 100%;
	}
	.category-view .toolbar {
	    margin-bottom: 20px;
	    display: inline-block;
	}

	/*Category landing*/
	.landinglist-wrapper .category-name {
		line-height: 30px;
    	font-size: 24px;
	}
	.landinglist-wrapper .products-grid li.item {
		border: none;
		text-align: center;
	}
	.landinglist-wrapper .products-grid .product-image-container {
		float: none !important;
		margin: 0 auto;
    	text-align: center;
	}
	.landinglist-wrapper .products-grid .product-image-container, .landinglist-wrapper .products-grid .product-image, .landinglist-wrapper .products-list .product-image {
		width: auto;
	}
	.subcategory-grid .landinglist-wrapper:last-child {
		border: none;
		padding-bottom: 0px;
	}
	.landinglist-wrapper .category-name {
		position: relative;
	}
	.landinglist-wrapper .category-products .category-name .prev, .landinglist-wrapper .category-products .category-name .next {
		display: block;
	    color: #7e7e7e;
	    top: 30px;
	    font-size: 38px;
	}
	.landinglist-wrapper .category-products .prev, .landinglist-wrapper .category-products .next {
		display: none;
	}
	.label-product.new-product-label:after {
        height: 50px;
	    width: 50px;
	    background-size: 100%;
	    background-repeat: no-repeat;
	}
	.category_title, .mobile-description {
		float: left;
		clear: left;
	}
	.category-landing-image {
		width: 100%;
		text-align: center;
	}
	.catalog-category-view A.download-button {
		width: 100% !important;
	}
}

@media only screen and (min-device-width : 320px) and (max-device-width : 568px) {
	.landinglist-wrapper .category-products .category-name .prev, .landinglist-wrapper .category-products .category-name .next {
		top: 136%;
	}
}

@media only screen and (min-device-width : 375px) and (max-device-width : 667px) {
	.landinglist-wrapper .category-products .category-name .prev, .landinglist-wrapper .category-products .category-name .next {
		top: 144%;
	}
}

@media only screen and (min-device-width : 414px) and (max-device-width : 736px) {
	.landinglist-wrapper .category-products .category-name .prev, .landinglist-wrapper .category-products .category-name .next {
		top: 161%;
	}
}

@media only screen and (min-device-width : 360px) and (max-device-width : 640px) {
	.landinglist-wrapper .category-products .category-name .prev, .landinglist-wrapper .category-products .category-name .next {
		top: 143%;
	}
}

@media only screen and (min-device-width : 411px) and (max-device-width : 731px) {
	.landinglist-wrapper .category-products .category-name .prev, .landinglist-wrapper .category-products .category-name .next {
		top: 160%;
	}
}

@media only screen and (min-device-width : 435px) and (max-device-width : 773px) {
	.landinglist-wrapper .category-products .category-name .prev, .landinglist-wrapper .category-products .category-name .next {
		top: 166%;
	}
}