.custom-swaltimer-font,.custom-swal-font{
    font-family: 'Nunito';
    font-size: 10px;
    color: #040321;
    position: absolute;
    top: 100px;
    box-shadow: none;
    -webkit-animation-name: sildeInLeft;
	animation-name: sildeInLeft;
}
.customLoginAlert.custom-swal{
    font-family: 'Nunito';
    font-size: 8px;
    color: #040321;
}
.swal2-actions button {
    background-color: #FE6243;
    color: #fff;
    font-weight: 700;
}
.swal2-actions button:hover {
    background-color: #FE6243;
}
.custom-timer-bar{
    background-color: #FE6243;
}
.carouselImg{
	width: 100%;
	height: 530px;
	object-fit: cover;
}
.captionText {
	left: 0;
	right: 0;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.5);
	bottom: 0;
}
ul li{
	list-style: none;
}
ul{
	padding: 0;
	margin: 0;
}
.text-block {
	display: flex;
	justify-content: center;
	align-items: center;
}
.text-block h3 {
	font-size: 55px;
}
.text-block p {
	font-size: 22px;
	margin-top: auto;
	margin-bottom: auto;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}
.left-block {
	max-width: 50%;
}
.right-block {
	max-width: 50%;
}
/**/
a:hover{
    text-decoration: none;
}
.d-inline.starIcons i{
	font-size: 14px;
	color: #D4A97B;
}

.imageDiv img {
	width: 250px;
	height: 290px;
}
.textDiv h2 {
	font-weight: 700;
	font-size: 35px;
	padding-bottom: 25px;
}
.whiteBg {
	padding: 50px 0;
	background-color: #f7f7f7;
}
.imgResize {
	width: 100%;
	height: 172px;
	object-fit: contain;
}
.sale-products .item{
	background-color: #fff;
}
.sale-products .item:hover .item-detail{
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 12%);
}
.sale-products .carouselPrev {
	background:#fff;
	color: #505050;
	box-shadow: none;
	border-radius: 0;
	padding: 16px 10px;
}
.sale-products .carouselPrev:hover{
	background-color: #FE6243;
	color: #fff;
}
.topHeading {
	text-align: center;
	padding-bottom: 30px;
}
.sale-products .owl-prev {
	position: absolute;
	top: 30%;
	/* left: -50px; */
}
.sale-products .owl-next {
	position: absolute;
	top: 30%;
	right: -50px;
}
.owl-stage {
    margin: auto;
}
.item button {
    padding: 5px 0px;
    color: #fff;
    background-color: #fe6243;
    border: none;
}
button.add_cart.viewProducts {
    padding: 5px 25px !important;
}
.whiteBg .item-detail {
    padding: 10px;
}
.whiteBg .imageContent {
    padding: 0;
}
.topHeading span {
	font-size: 32px;
	color: #000;
	font-weight: 600;
	font-family: 'Open Sans';
}
.orangeBg .topHeading span,.orangeBg .topHeading h3{
	color: #fff;
}
.topHeading h3 {
	color: #FE6243;
	font-size: 35px;
	font-weight: 700;
}
.orangeBg {
	background-image: url(../images/orangeBanner.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
}
.orngeBnr {
	display: flex;
	justify-content: space-between;
}
.imageCarousel {
	align-content: center;
	position: relative;
	left: 50%;
	z-index: 9;
	background-color: #fff;
	padding: 25px;
}
.bigImgCarsl {
    width: 450px;
	height: 450px;
}
.orngeBnr .col-md-4{
	display: block;
	margin: auto;
}
#carouselSlides .carousel-control-prev, #carouselSlides .carousel-control-next {
	left: 5px;
	background-color: #fff;
	width: 45px;
	height: 65px;
	bottom: 10px;
	color: #555;
	top: auto;
	opacity: 1;
}
#carouselSlides .carousel-control-prev:hover, #carouselSlides .carousel-control-next:hover{
	background-color: #E9353C;
	color: #fff;
}
#carouselSlides i {
	font-size: 24px;
}
#carouselSlides .carousel-control-next {
    left: 50px;
}
.orngeBnr {
	position: relative;
	overflow-x: hidden;
}
.carouselPrev {
	background: #fff;
	padding: 7px 10px;
	border-radius: 4px;
	box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.16);
	font-size: 22px !important;
	color: #FE6243;
}
.greyBg {
	background-color: #F7F7F7;
	padding: 50px 0;
}
.sale-products .poductProcudure {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 15px;
	right: 0;
	flex-direction: column;
	visibility: hidden;
}
.sale-products .imageContent:hover .poductProcudure {
	visibility: visible;
	cursor: pointer;
	animation-duration: 1s;
	animation-name: fadeInRight;
}
.sale-products .poductProcudure i{
	-ms-transform: rotate(-45deg); /* IE 9 */
	transform: rotate(-45deg); /* Standard syntax */
	color: #fff;
}
.sale-products .productContent{
	text-align: center;
	margin-top: 0;
	font-family: 'Open Sans';
}
.sale-products .btn.cart {
	background-color: #FE6243;
	color: #fff;
	max-width: 120px;
	margin: auto;
	font-size: 14px;
	border-radius: 0;
}
.productContent h6 {
    min-height: 35px;
    overflow: hidden;
}
.item-detail {
	padding: 20px;
}
.wishList, .shoppingBag, .eye {
	position: relative;
	z-index: 0;
	font-size: 12px;
	line-height: 0;
	height: 30px;
	width: 30px;
	background-color: #565656;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 3px;
	box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.15);
	-ms-transform: rotate(45deg); /* IE 9 */
  transform: rotate(45deg); /* Standard syntax */
}
.wishList:hover, .shoppingBag:hover, .eye:hover{
	background-color: #FE6243;
}
.sale-products .priceBox {
	padding: 5px 0;
}
.poductProcudure a:nth-child(2) {
	margin: 15px 0;
}
.imageContent {
	position: relative;
}
.orange-text {
	padding: 100px;
	padding-left: 200px;
}
.orange-text h3{
	color: #fff;
	text-transform: uppercase;
	font-size: 40px;
	font-weight: 700;
}
.orange-text p{
	color: #fff;
	font-size: 18px;
	padding: 10px 0;
}
.btn.explore {
	background-color: #fff;
	border-color: #FE6243;
	border-radius: 0;
	padding: 11px 25px;
	text-transform: uppercase;
	color: #FE6243;
}

@media screen and  (max-width: 1024px){
    
}
@media screen and  (min-width: 768px) and (max-width: 991px){
    .heroImage.pd {
        padding: 15px;
	}
	.sale-products .poductProcudure{
		visibility: visible;
	}
	.text-block p{
		font-size: 16px;
	}
	.text-block h3 {
		font-size: 35px;
	}
	.carouselImg {
		height: 400px;
	}
	.handiImgs img{
		height: 200px;
	}
    .textArea {
        width: 90%;
        padding: 30px;
    }
    .biggerTxt {
        font-size: 30px;
    }
    .textArea p {
        font-size: 14px;
    }
    p.discount {
        font-size: 30px;
    }
    .collection {
        font-size: 12px;
    }
	.bigImgCarsl {
		width: auto;
		height: 350px;
		max-width: 100%;
	}

}
@media screen and (max-width: 767px){
	.left-block {
		max-width: 100%;
	}
	.sale-products .owl-next {
		right: 0;
	}
	.sale-products .owl-next {
		right: 0;
	}
	.sale-products .poductProcudure{
		visibility: visible;
	}
	.imageDiv img {
		width: auto;
		height: 290px;
		max-width: 100%;
	}
	.imageCarousel {
		left: 0;
	}
	.orange-text {
		padding: 20px;
		padding-left: 20px;
	}
	.bigImgCarsl {
		width: auto;
		height: 350px;
		max-width: 100%;
	}
	.text-block {
		display: flex;
		justify-content: center;
		flex-direction: column;
	}
	.text-block h3 {
		font-size: 28px;
	}
	.right-block {
		max-width: 100%;
	}
	.text-block p {
		font-size: 16px;
	}
	.carouselImg {
		width: 100%;
		height: 330px;
	}
	.owl-carousel .owl-item img.imgResize {
		width: auto;
		max-width: 100%;
		height: 250px;
		margin: auto;
	}
}