.wcs-md {
	display: none;
}
@media (max-width: 992px) {
	.wcs-md {
		display: block;
	}
	.wcs-ld {
		display: none;
	}
}

/* Slider */
.wcs-product-slider button.slick-arrow,
.wcs-catproduct-slider button.slick-arrow {
	width: 15px;
	height: 26px;
	position: absolute;
	z-index: 9;
	text-indent: -99999px;
	border: 0px !important;
	padding: 20px 15px !important;
	text-align: center;
	margin: 0px !important;
	border-radius: 0px !important;
	cursor: pointer;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
}
.wcs-product-slider button.slick-next,
.wcs-catproduct-slider button.slick-next {
	background: rgba(0, 0, 0, 0.5) url(arrow-right.png) center center no-repeat !important;
	background-size: 15px 26px !important;
	outline: none !important;
}
.wcs-product-slider button.slick-next:hover,
.wcs-product-slider button.slick-next:focus,
.wcs-catproduct-slider button.slick-next:hover,
.wcs-catproduct-slider button.slick-next:focus {
	background-color: rgba(0, 0, 0, 0.8) !important;
}
.wcs-product-slider button.slick-prev,
.wcs-catproduct-slider button.slick-prev {
	background: rgba(0, 0, 0, 0.5) url(arrow-left.png) center center no-repeat !important;
	background-size: 15px 26px !important;
	outline: none !important;
}
.wcs-product-slider button.slick-prev:hover,
.wcs-catproduct-slider button.slick-prev:focus {
	background-color: rgba(0, 0, 0, 0.8) !important;
}

.wcs-product-slider .slick-arrow,
.wcs-catproduct-slider .slick-arrow {
	top: 38%;
}
.wcs-product-slider button.slick-next,
.wcs-catproduct-slider button.slick-next {
	right: 5px;
}
.wcs-product-slider button.slick-prev,
.wcs-catproduct-slider button.slick-prev {
	left: 5px;
}

/* Mob Style */
.wcs-md .wcs-product-lists .product {
	width: 33.33%;
}
.wcs-md .wcs-product-lists {
	justify-content: center;
	display: flex;
}
.wcs-cathead-slider {
	text-align: center;
}
.wcs-cathead-slider .slick-slide {
	opacity: 0.5;
}
.wcs-cathead-slider .slick-active {
	opacity: 1;
}

/* Single Product design */

.wcs-product-lists .wcm-flex-lg {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	flex-wrap: nowrap;
	padding: 20px 15px 33px;
	position: relative;
	margin-bottom: 1rem;
}
.wcs-product-lists div.product:hover {
    box-shadow: rgb(0 0 0 / 25%) 0px 5px 14px;
    border-radius: 15px;
    transition: all 0.5s;
}
.wcs-product-lists div.product{
padding: 15px;
	transition: all 0.5s;
}
.wcs-product-lists .product img {
	object-fit: contain;
	margin: 0 auto;
	height: 100%;
	max-width: 100%;
}
.product-counter > a, .product-counter span {
    font-size: 30px;
    margin: 9px;
}
.wcs-cart-actions {
    text-align: center;
    position: relative;
    top: -14px;
    background: #fffbfb;
    max-width: 40%;
    margin: auto;
}
.product-counter-parent .wcs-btn {
	text-decoration: none;
	width: 25%;
}
.slider-design p.bold.text-clamp.mb-2 {
    font-size: 20px;
    margin-bottom: 10px !important;
}
.slider-design .price-container {
    margin: 10px 0;
}
.slider-design .pwb-brands-in-loops {
    margin-bottom: 10px;
}
.slider-design p.product-types {
	padding: 0;
}
.slider-design del bdi {
    color: rgb(163, 175, 186);
}
.price bdi ,
.slider-design ins bdi {
    /*color: rgb(11, 153, 230);*/
    color: rgb(131 171 114);
	font-size: 20px;
	font-weight: 500;
}
.slider-design .custom-catagory span {
    color: rgb(150, 158, 165);
    text-transform: uppercase;
    font-size: 17px;
    font-weight: bold;
}
@media only screen and (max-device-width: 480px){
   .custom-catagory {
       margin-top  : 5px;
       color: rgb(150, 158, 165);
        text-transform: uppercase;
   }
    .custom-catagory span {
        display: block;
    }
    
}
.slider-design .pwb-brands-in-loops a{
	color: rgb(36, 37, 38) !important;
    font-size: 17px;
	font-weight: 500;
}
.slider-design p.bold.text-clamp.mb-2 {
    padding-bottom: 8px;
}
h4.cat-head {
	font-weight: 600;
}
div.cat-items a.btn.info-btn,
.wcs-product-lists a.btn.info-btn {
	position: absolute;
	top: 8px;
	right: 8px;
	padding: 0;
	width: 20px;
	height: 20px;
	font-size: 0.8em;
	line-height: 20px;
	color: #77a464;
	font-weight: 600;
	border-radius: 50%;
	background-color: #fff;
	pointer-events: all;
	text-align: center;
	font-style: italic;
	box-shadow: 0px 0px 10px 6px rgba(0, 0, 0, 0.06);
}
.product-counter {
	height: auto !important;
	position: absolute;
	bottom: 0;
	background-color: #fff;
	-webkit-transition: width 0.2s ease-out;
	transition: width 0.2s ease-out;
	-webkit-transform-origin: right;
	transform-origin: right;
}
@media (max-width:480px){
    .product-counter{
    height: 33px !important;
    width: 100px !important;
    border-width: 1px;
    top: -15px;
    left: -30px;
}
}

@media (min-width: 992px) {
	.wcs-product-slider:hover button.slick-arrow {
		transform: translateY(-50%) scale(1);
	}
	button.slick-arrow {
		border-width: 2px;
		font-size: 1.6rem;
		width: 45px;
		height: 45px;
		line-height: 45px;
		padding: 0;
		background-color: #fff;
		color: #fff;
		position: absolute;
		top: 50%;
		-webkit-transition: -webkit-transform 0.2s ease-out;
		transition: -webkit-transform 0.2s ease-out;
		transition: transform 0.2s ease-out;
		transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
		-webkit-transform: translateY(-50%) scale(0);
		transform: translateY(-50%) scale(0);
	}
}

@media (max-width: 850px) {
	.wcs-product-lists .product .price-container {
		padding: 0px 5px;
		top: -5px;
		font-size: 10px;
		font-weight: 400;
	}
	.wcs-product-lists .product img {
		height: 100%;
		max-width: 100%;
	}
	.wcs-product-lists .product {
		min-height: 100%;
		height: 100%;
	}
	
}
@media (max-width: 850px) {
	.wcs-product-lists .product .price-container {
		height: 20px;
		padding: 0px 4px;
		font-size: 13px;
		font-weight: 300;
		line-height: 20px;
	}
	.wcs-product-lists div.product {
		margin-right: unset !important;
		box-shadow: unset !important;
	}
	.wcs-product-lists .product p.bold.text-clamp {
		font-size: 11px;
	}
	.wcs-product-lists .product-counter-parent.p-count {
		height: 33px !important;
        width: 100px !important;
        border-width: 1px;
        top: 0px;
        left: -30px;
	}
	.product-counter > a, .product-counter span {
    font-size: 22px;
	}
}
@media (max-width: 600px) {
	.wcs-variations.wcs-cals span {
		font-size: 10px;
	}
	.wcs-product-lists .product-counter-parent {
		bottom: 15px;
		background-color: #fff !important;
	}
	.wcs-variations span.wcs-attr-title {
		line-height: 17px;
		display: block;
		margin: unset;
		height: 9px;
		padding: 0;
		font-size: 13px;
	}
}
@media (min-width: 600px) {
	.wcs-product-lists div.product {
		margin-bottom: 20px !important;
		margin-left: 10px;
		margin-top: 30px !important;
		position: relative;
	}
	.slick-list.draggable {
		padding: 10px;
	}
}

/* Cart Actions */
.wcs-product-lists .variations.wcs-cals.product-counter-parent {
	max-width: max-content;
}
.d-none {
	display: none !important;
}

.wcs-variations span {
	margin: 2px;
	font-size: 14px;
	color: #6a9158;
	transition: all 1s;
}
.wcs-variations span:hover {
	text-decoration: underline;
}
span.selected {
	text-decoration: underline;
}

.wcs-alerts {
	color: #fff;
	border-radius: 5px;
	font-size: 13px;
	display: inline-flex;
	top: 40%;
	transform: translate(-50%, -50%);
	max-width: 150px;
	background: #78a564;
	position: absolute;
	height: 41px;
	right: -85px;
	line-height: 19px;
}

.wcs-alerts .icon {
	color: #78a564;
	width: 32px;
	background: #fff;
	height: 20px;
	margin: 9px 11px;
	line-height: 20px;
	border-radius: 50%;
	text-align: center;
}

.wcs-alerts#wcs-product-swipe {
	top: 40%;
	width: 0;
}
.product-counter.p-count.d-none {
	display: none;
}
.wcs-alerts#wcs-cat-swipe {
	top: 12%;
	width: 0;
}
div.cat-items div.product .price-container {
    position: relative !important;
    left: unset !important;
    top: 2px !important;
    background-color: #5cdf2100 !important;
    padding: 2px !important;
    border-radius: 0 !important;
    font-size: 14px !important; 
    color: #242020 !important;
    line-height: 14px !important;
}
.img-wrapper img:nth-child(even) {
    display: none;
    max-width: 95%;
}
.img-wrapper.relative.text-center.img-loaded:hover img:nth-child(odd) {
    display: none;
}
.img-wrapper.relative.text-center:hover img:nth-child(even) {
    display: block;
}