/* march Release 4/03/2017 */
.own-main {
	width: 100% !important;
	border: none !important;
	float: left;
	margin: 0 auto;
	margin-left: 0px;
	margin-top: 40px;
}
.own-main .owl-text.owl-text-new {
	font-size: 1em;
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
}
.owl-carousel {
	display: none;
	position: relative;
	width: 100% !important;
	-ms-touch-action: pan-y;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	background: white;
}
#sellerRecommCarousel .nav-container-cartridge + .owl-carousel.owl-theme {
	width: 100% !important;
	background: none;
}
.owl-carousel .owlproduct-text {
	font-family: 'Roboto', sans-serif;
	/*margin: 10px 0;*/
	font-size: 14px;
}
.nav-container-cartridge {
	margin-bottom: 0;
	overflow: auto;
	border-bottom: solid 1px #ddd;
	padding-bottom: 30px;
	background: white;
	padding-left: 20px;
	width: 100%;
}
#sellerRecommCarousel .nav-container-cartridge {
	padding-left: 10px !important;
	background: none !important;
	border: none !important;
}
/*Changes for PLP Carousel - March Release 2017*/
.plp-pdp .owl-pagination, #owl-demo2 .owl-pagination{
	float: none;
	left: 0;
	margin: 0;
	position: absolute;
	top: -40px;
	margin-top: 15px;
	margin-left: 20px;
}
.plp-pdp .owlproduct-text-red .price-strike-special .currency-symbol,
.plp-pdp .owlproduct-text-red .price-strike-special .price-amount {
	font-size: 14px;
	font-weight: 400;
}
.plp-pdp .owlproduct-text-red .price-special .currency-symbol,
.plp-pdp .owlproduct-text-red .price-special .price-amount {
	font-size: 16px;
	font-weight: bold;
}
.clp-pdp .owl-pagination {
	margin-top: -250px;
	float: left;
}
.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 98% !important;
}
.owl-carousel .owl-wrapper-outer {
	margin-left: 2%;
	z-index: 0;
}
#owl-demo2.owl-theme .owl-controls .owl-buttons .owl-prev:before {
	/*Changes for PLP Carousel - March Release 2017*/
	margin-top:-180px;
	color: #000 !important;
	margin-left: -24em;
	background-color: #fff;
	font-size: 2em;
}
#owl-demo2.owl-theme .owl-controls .owl-buttons .owl-next:after {
	/*Changes for PLP Carousel - March Release 2017*/
	margin-top:-180px;
	color: #000 !important;
	margin-left: 23em;
	background-color: #fff;
	font-size: 2em;
}

/* 2-4-2018 carrusel fix ipad */
#content > div.grid-100{
	width: 100%;
}

#sellerRecommCarousel .owl-carousel.owl-theme .owl-wrapper-outer .item {
	border: 0.5px solid #eaeaea !important;
	box-shadow: 0 4px 10px 0 rgba(200, 200, 200, 0.5);
	margin: 10px 6px 30px !important;
	height: auto;
	width: auto;
	padding: 5px 0 30px !important;
	background: white;
}

#sellerRecommCarousel .owl-carousel.owl-theme .owl-wrapper-outer .item .owlproduct-text{
	margin: 20px 20px 0px;
}
#sellerRecommCarousel .owl-carousel.owl-theme .owl-wrapper-outer .item .owlproduct-text-red{
	margin: 0 20px;
	padding: 0;
}

#sellerRecommCarousel .owl-carousel.owl-theme .owl-wrapper-outer .item img.lazyOwl{
	width: 85%;
	height: 180px !important;
	margin: 0 auto;
	padding: 0;
}

#sellerRecommCarousel .nav-container-cartridge .owl-text.owl-text-new {
	text-transform: lowercase;
}

#sellerRecommCarousel .nav-container-cartridge {
	max-width: 90%;
	padding-bottom: 0;
	margin-bottom: 0;
	margin-left: 20px;
}
#sellerRecommCarousel .nav-container-cartridge+#owl-demo2 .owl-controls.clickable .owl-pagination {
	left: 92%;
}

@media screen and (max-width: 1024px) and (min-width: 728px) {
	#sellerRecommCarousel .nav-container-cartridge+#owl-demo2 .owl-controls.clickable .owl-pagination {
		left: 87%;
	}
}

#sellerRecommCarousel .nav-container-cartridge .owl-text.owl-text-new::first-letter {
	text-transform: uppercase;
}