iframe[src*="youtube"] {
		width: 100% !important;
	}

	pre {
		overflow: inherit;
		-ms-overflow-style: scrollbar;
		white-space: break-spaces;
	}

	.starchecked {
		color: orange;
	}

	.productdetailpage #carouselCus2 .slick-current.slick-active img {
		border: 1px solid #c4161c;
	}

	.productdetailpage #carouselCus2 .custombtnslider,
	.maincustombtnslider {
		background: rgba(0, 0, 0, 0.5);
		border-radius: 0 !important;
		width: 25px !important;
		height: 45px;
		border: 0 !important;
	}

	/* zero custom styles for photoswipe */

	/*==================================
SWIPER - minimal styling
===================================*/
	/* semantic HTML - remove bullet and space from the list */
	ul.swiper-wrapper {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}

	/* Swiper container */
	.swiper {
		max-width: 100%;
	}

	/* swiper responive image */
	.swiper img {
		width: 100%;
		height: auto;
	}

	.swiper-slide {
		/* Remove this if you want 1 slide perview - than change slidesPerView js-option to 1 -or- 2+ instead of 'auto' */
		width: 80%;
	}

	/* Swiper custom pagination */
	.swiper-pagination-bullet {
		width: 93px;
		text-align: center;
		color: #fff;
		opacity: 1;
		border-radius: 0;
		padding: 0;
		margin-left: 5px;
		margin-right: 5px;
		cursor: pointer;
		background: #fff;
		display: inline;
	}

	/* Swiper custom pagination */
	.swiper-pagination-bullet:hover {
		transition: background-color 0.5s ease;
		background: #fff;
		color: white;
	}

	/* Swiper custom pagination active state */
	.swiper-pagination-bullet-active {
		color: #fff;
		background: #fff;
	}


	.swiper-pagination-bullet-active img {
		border: 1px solid #c0182a;
	}


	.swiper-button-prev,
	.swiper-button-next {
		background: rgba(0, 0, 0, 0.5);
		border-radius: 0 !important;
		width: 25px !important;
		height: 45px;
		border: 0 !important;
	}

	.swiper-button-prev {
		left: 0;
		color: #fff;

	}

	.swiper-button-next {
		right: 0;
		color: #fff;
	}

	.swiper-button-next:after,
	.swiper-button-prev:after {
		font-size: 15px;
	}

	.swiper-wrapperthumb a {
		width: 93px;
		display: inline-block;
	}

	.swiper-wrapperthumb a.active {
		border: 1px solid #c0182a;
	}


	/*==================================================================
CODEPEN STYLES -(under codepen gear/setting icon)
==============================================++++++================*/
	.tippy-tooltip.light-theme {
		color: #26323d;
		box-shadow: 0 0 20px 4px rgba(154, 161, 177, 0.15),
			0 4px 80px -8px rgba(36, 40, 47, 0.25),
			0 4px 4px -2px rgba(91, 94, 105, 0.15);
		background-color: white;
	}

	.tippy-backdrop {
		background-color: white;
	}

	.tippy-roundarrow {
		fill: white;
	}

	/* Default (sharp) arrow */
	.tippy-popper[x-placement^='top'] .tippy-tooltip.light-theme .tippy-arrow {
		border-top-color: #fff;
	}

	.tippy-popper[x-placement^='bottom'] .tippy-tooltip.light-theme .tippy-arrow {
		border-bottom-color: #fff;
	}

	.tippy-popper[x-placement^='left'] .tippy-tooltip.light-theme .tippy-arrow {
		border-left-color: #fff;
	}

	.tippy-popper[x-placement^='right'] .tippy-tooltip.light-theme .tippy-arrow {
		border-right-color: #fff;
	}

	/* Round arrow */
	.tippy-tooltip.light-theme .tippy-roundarrow {
		fill: #fff;
	}

	.swiper-pagination-bullet.active img {
		/*    border: 1px solid #c0182a;*/
	}

	/*
.swiper-pagination-bullet:last-child{
    display: none;
}    
*/