﻿
:root {
	--black: #100000;
	--grey: #e6e0d7;
}

.brand-image-wrapper {
	min-height: 100px;
}

.brand-image {
	width: 100px;
	margin: 0px auto;
}

#productSliderWrapper a {
	text-decoration: none !important;
	color: inherit !important;
}

#btnViewAllProducts {
	margin: 4em auto 0 auto;
	width: 20%;
	background-color: #299378;
	color: white;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px; /* future proofing */
	-khtml-border-radius: 15px; /* for old Konqueror browsers */
	padding: 0.5em;
	text-transform: uppercase;
	clear: both;
}

#productSliderWrapper {
	text-align: center;
	line-height: 1em;
	/*margin-top:3em;*/
	margin-bottom: 80px;
}

	#productSliderWrapper .h1 {
		margin-bottom: 0px;
	}

.productSummary {
	margin-top: 50px;
}

.page-title.product-slider-title h1 {
	margin-bottom: 0px;
}

.a-right {
	position: absolute;
	right: 0px;
	z-index: 999;
	cursor: pointer;
	top: calc(40% - 10px);
	padding: 10px;
}

.a-left {
	position: absolute;
	left: 0px;
	top: calc(40% - 10px);
	z-index: 999;
	cursor: pointer;
	padding: 10px;
}

@media screen and (min-width:1200px) {
	.a-right, .a-left {
		top: 40%;
		padding: 0px;
	}
}

.addToBasket {
	color: white;
	Text-Transform: uppercase;
	background-color: #b7ce30;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px; /* future proofing */
	-khtml-border-radius: 15px; /* for old Konqueror browsers */
	font-size: 12px;
	text-align: center;
	position: absolute;
	bottom: 0px;
	left: 0px;
	border: 1px solid #b7ce30;
	cursor: pointer;
	font-size: 10px;
	padding: 0.5em;
}

.productSliderImageWrapper {
	text-align: center;
}

	.productSliderImageWrapper img {
		width: auto !important;
		max-height: 240px;
		margin: 0px auto;
	}



.old-price {
	font-weight: normal;
}


.productSliderWrapper {
	padding-left: 5px;
	padding-right: 5px;
}

.productSliderBrandName {
	text-align: center;
	min-height: 42px !important;
	padding-top: 5px;
	color: var(--black);
}

.productSliderProductInfo {
	margin-top: 0px !important;
	margin-bottom: 5px !important;
}

/*.productSliderProductName{	
    margin-top: 5px!important;
	margin-bottom:10px!important;
}*/

@media all and (min-width: 900px) and (max-width:999px) {
	.productSliderWrapper .productSummary:nth-child(3n + 1) {
		clear: both;
	}
}

.slideContent {
	padding-left: 0px !important;
}

	.slideContent p {
		text-align: center;
	}

.sliderMoreProductInfo {
	border: 1px solid #299378;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px; /* future proofing */
	-khtml-border-radius: 15px; /* for old Konqueror browsers */
	font-size: 12px;
	text-align: center;
	position: absolute;
	bottom: 0px;
	left: 0px;
	font-size: 10px;
	padding: 0.5em;
	color: #299378;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.txtDiscount {
	color: #DC641A;
	min-height: 30px;
	max-height: 30px;
	margin: 10px 0px !important;
	overflow: hidden;
	text-align: center;
}

.guest-product-slider-details {
	width: 100%;
	padding-top: 10px;
}

	.guest-product-slider-details .product-box-add-to-cart-button {
		height: 30px !important;
		margin-bottom: 2px !important;
		width: 100% !important;
		border: 1px solid white !important;
	}

	.guest-product-slider-details .product-box-add-to-cart-button-small {
		margin-bottom: 6px !important;
		width: calc(100% - 3px) !important;
	}

	.guest-product-slider-details col-md-6:first-of-type .product-box-add-to-cart-button-small {
		margin-right: 3px !important;
	}

	.guest-product-slider-details col-md-6:nth-of-type(2) .product-box-add-to-cart-button-small {
		margin-left: 3px !important;
	}


	.guest-product-slider-details div {
		padding: 0px !important;
	}

.view-details-button {
	width: 100%;
	padding: 10px;
	border: none !important;
}

.product-box-add-to-cart-button {
	display: inline-block;
	height: 40px;
	border: none;
	vertical-align: middle;
	text-align: center;
	padding: 0px 10px;
}

.txtTertiary {
	color: #17b76d;
}

@media all and (max-width : 900px) {
	#btnViewAllProducts {
		display: none;
	}

	.addToBasket {
		padding: 1em !important;
		width: 50%;
		margin-left: 25%;
	}

	.productSliderWrapper {
		text-align: center;
	}

	.productSummary {
		border-right: 0px;
	}

	.slideContent {
		min-height: 0px !important;
		margin-bottom: 3em;
	}

		.slideContent p {
			text-align: center;
			margin-top: 10px !important;
		}

	.slideProductImage {
		width: 100%;
		max-width: 100%;
		margin: 0px auto;
	}

	.sliderMoreProductInfo {
		width: 50%;
		margin-left: 25%;
		padding: 1em;
	}

	.unitPrice {
		font-size: 16px;
	}

	/*    .productSliderProductName{
		min-height:30px;
	}*/
}

@media all and (min-width: 900px) {

	.productSliderImageWrapper img {
		width: auto !important;
		max-height: 200px;
		margin: 0px auto;
	}


	.productSliderWrapper {
		text-align: left;
	}

		.productSliderWrapper .productSummary:nth-child(4n + 1) {
			clear: both;
		}


	.slideContent {
		min-height: 240px !important;
	}

		.slideContent p {
			text-align: left;
			margin-top: 10px !important;
		}

	.slideProductImage {
		width: 100%;
		max-width: 100%;
	}

	.sliderMoreProductInfo {
		width: 97%;
		margin-left: 0%;
	}

	.addToBasket {
		padding: 0.5em;
		width: 100%;
	}

	.unitPrice {
		font-size: 16px;
	}

	.productSliderProductName {
		clear: both;
	}

		.productSliderProductName a {
			overflow: hidden;
			-webkit-line-clamp: 2;
			display: -webkit-box;
			line-clamp: 2;
			text-overflow: ellipsis;
			-webkit-box-orient: vertical;
			min-height: 42px;
		}
}

.productSliderProductName a {
	overflow: hidden;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	line-clamp: 2;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	min-height: 42px;
}

@media all and (max-width: 900px) {

	#btnViewAllProducts {
		display: none;
	}

	.addToBasket {
		padding: 0.5em;
		width: 98%;
		margin-left: 1%;
	}

	.productSliderWrapper {
		text-align: center;
	}

	.productSliderImageWrapper img {
		width: auto !important;
		max-height: 200px;
		margin: 0px auto;
	}

	.productSummary {
		border-right: 0px;
	}

	.slideContent {
		min-height: 120px !important;
		margin-bottom: 3em;
	}

		.slideContent p {
			text-align: center;
			margin-top: 10px !important;
		}

	.slideProductImage {
		width: 100%;
		margin: 0px auto;
		padding-bottom: 0em;
	}

	.sliderMoreProductInfo {
		width: 98%;
		margin-left: 1%;
	}

	.unitPrice {
		font-size: 16px;
	}

	/*	.productSliderProductName{
		min-height:30px;
	}*/
}

@media all and (min-width: 1000px) {

	.productSliderImageWrapper img {
		width: auto !important;
		/*		max-height: 160px;*/
		margin: 0px auto;
	}

	.productSliderWrapper {
		text-align: left;
	}

	.slideContent {
		min-height: 240px !important;
	}

		.slideContent p {
			text-align: left;
			margin-top: 10px !important;
		}

	.slideProductImage {
		max-width: 100%;
	}

	/*	.productSliderProductName{
		min-height:70px;
	}*/
}

@media all and (max-width: 900px) and (min-width: 450px) {

	.addToBasket {
		padding: 1em;
		width: 50%;
		margin-left: 25%;
	}

	.sliderMoreProductInfo {
		width: 50%;
		margin-left: 25%;
		padding: 1em;
	}
}


/*Favourites*/

.add-to-wishlist-button {
	border: 1px solid var(--black) !important;
	background-image: url('https://thenaturaldispensary.sirv.com/All_Versions/Misc.Practitioner/Images/wishlist-button.png');
	background-color: transparent;
	background-position: center;
	background-repeat: no-repeat;
	font-size: 0px;
	min-width: 38px;
}

	.add-to-wishlist-button-red, .add-to-wishlist-button:hover {
		border: 1px solid var(--black) !important;
		background-image: url('https://thenaturaldispensary.sirv.com/All_Versions/Misc.Practitioner/Images/wishlist-button-yellow.png') !important;
	}
