
.custom-swaltimer-font,.custom-swal-font{
    font-family: 'Comfortaa';
    font-size: 10px;
    color: #440030;
    position: absolute;
    top: 100px;
    box-shadow: none;
    -webkit-animation-name: sildeInLeft;
	animation-name: sildeInLeft;
}
.custom-swal{
	font-size: 14px;
}
#cakeCarousel .owl-nav .disabled {
	display: none;
}
.customLoginAlert{
    font-family: 'Roboto';
    font-size: 10px;
    color: #440030;
}
.swal2-actions button {
    background-color: #d91282;
    border: 1px solid #d91282;
    color: #fff;
    font-weight: 700;
}
.swal2-actions button:hover {
    background-color: #d91282;
}
.custom-timer-bar{
    background-color: #d91282;
}
.owl-carousel .owl-item img {
    display: block;
    max-width: 100%;
}
.our_products .openQuickView,.newCollection .openQuickView{
    color: #000;
	font-size: 18px;
}
.imageContent img.productSize {
    width: 100%!important;
    height: 210px;
    -o-object-fit: contain;
    object-fit: contain;
    display: block;
}
.slider_banner {
	background-color: #fff;
    border: 40px solid #440030;
    border-radius: 60px;
    margin: 0;
    width: 100%;
}
.outer_wrapper {
    background-color: #440030;
    position: relative;
}
.slider_banner  h1::first-letter{
    text-transform: capitalize;
}
.slider_banner .slider_shop_now{
    background-color: #fff;
    border-color: #440030 !important;
    font-weight: 700;
    font-size: 16px;
    border-radius: 50px;
    /* font-family: 'Comfortaa'; */
    padding: 9px 30px;
    margin-top: 20px;
}
.outer_wrapper {
    background-color: #440030;
}
.slider_banner .slider_shop_now:hover {
	border-color: #d91282 !important;
}
.owl-carousel .owl-nav{
	display: block !important;
}
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
/**/
a:hover{
    text-decoration: none;
}
.d-inline.starIcons i{
	font-size: 14px;
	color: #aaaaaa;
}
.pinkImageBg i.fa.fa-star {
    color: #fff;
}
.banner, .pinkImageBg{
	position: relative;
}
.outer_wrapper::before, .pinkImageBg:before {
    position: absolute;
    left: 0;
    top: -1px;
    content: " ";
    background-image: url("../images/whiteline-angle.png");
    width: 100%;
    height: 18px;
    background-size: 26px auto;
    z-index: 1;
    background-repeat: repeat-x;
}
/*
.whitelineImage img{
	width: 100%;
	position: absolute;
	top: -34px;
}
*/
.prdctText {
	text-align:center;
	padding: 10px 0 5px;
    font-size: 16px;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
}
.poductProcudure {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
    gap: 10px;
/*    background-color: #fff;*/
    border-radius: 50%;
/*
    height: 46px;
    width: 46px;
*/
}
.fa-search:before {
    content: "\f002";
    color: #000;
    padding: 0 4px;
}
.fa-heart:before {
    content: "\f004";
    color: #000;
    padding: 0 4px;
}
.pd-0 {
	padding: 0;
}
.productInfo {
    margin-bottom: 20px;
    padding: 10px;
}
.modal-body .btn.viewCart{
	padding: 5px 15px;
}
.contentText {
	position: absolute;
	bottom: 30%;
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
	left: 0;
	right: 0;
	text-align: center;
	top: 0;
}
.contentText h3 {
	color: #DC5369;
	font-size: 30px;
	font-weight: 400;
	/* font-family: 'Fjalla One'; */
	letter-spacing: 4px;
	text-transform: uppercase;
}
.contentText h6{
	/* font-family: 'Josefin Sans'; */
	font-size: 16px;
	padding: 10px 0;
}
.contentText .shopNow {
	color: #082538;
	font-weight: 400;
	font-size: 16px;
	/* font-family: 'Fjalla One'; */
}
.carousel-indicators li {
	width: 10px;
	height: 10px;
	border-radius: 100%;
	color: red;
	background-color: #440030;
	opacity: 1;
}
.carousel-indicators li.active {
	color: red;
	background-color: #D9126F;
}
.carousel.slide .d-block.w-100 {
	height: 530px;
}
.carousel-caption.captionText {
	position: absolute;
	left: 60px;
	right: 0;
	bottom: 0;
	top: 0;
	padding-top: 155px;
	text-align: center;
	opacity: 1;
	max-width: 916px;
}
.smallText {
	font-weight: 400;
	/* font-size: 16px; */
	margin-bottom: 25px;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	font-family: 'Comfortaa';
	font-size: 26px;
	color: #fff;
}
.biggerText {
	font-weight: 400;
	margin-bottom: 25px;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-delay: 0.7s;
	animation-delay: 0.7s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 0.7s;
	animation-duration: 0.7s;
	/* font-family: 'Great Vibes'; */
	font-size: 80px;
	color: #FFFFFF;
    text-transform: capitalize
}
.btnStyle {
	font-weight: 700;
	font-size: 16px;
	color: #D9126F;
	background-color: #fff;
	padding:6px 22px !important;
	position: relative;
	z-index: 1;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-delay: 1.7s;
	animation-delay: 1.7s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1.7s;
	animation-duration: 1.7s;
	opacity: 1;
	border-radius: 50px;
	font-family: 'Comfortaa';
}
.prdctText p {
	margin: 0;
	color: #1D1D1D;
	font-family: 'Comfortaa';
	font-size: 16px;
	font-style: italic;
	padding: 5px 0;
}
.poductProcudure a {
	padding: 10px;
	text-align: center;
	line-height: 5px;
	vertical-align: middle;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    background-color: #fff;
    border-radius: 50%;
    height: 46px;
    width: 46px;
}
.poductProcudure .addtoCartitem {
	padding: 10px;
	text-align: center;
	line-height: 5px;
	vertical-align: middle;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    background-color: #fff;
    border-radius: 50%;
    height: 46px;
    width: 46px;
	border: none;
}
.poductProcudure a img{
	width: 22px;
}
.poductProcudure2{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
    gap: 12px;
/*    background-color: #fff;*/
    border-radius: 50%;
/*
    height: 46px;
    width: 46px;
*/
}
.poductProcudure2 a {
	padding: 10px;
	text-align: center;
	line-height: 5px;
	vertical-align: middle;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    background-color: #fff;
    border-radius: 50%;
    height: 46px;
    width: 46px;
}
.poductProcudure2 .addtoCartitem {
	padding: 10px;
	text-align: center;
	line-height: 5px;
	vertical-align: middle;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    background-color: #fff;
    border-radius: 50%;
    height: 46px;
    width: 46px;
	border: none;
}
.poductProcudure2 a img{
	width: 22px;
}
.prdctText h6 a {
	margin: 0;
	color: #fff;
	font-weight: 600;
	font-size: 14px;
	/* font-family: 'Josefin Sans'; */
}
.prdctText h5 a {
	margin: 0;
	color: #1D1D1D;
	font-weight: 400;
	font-size: 18px;
	font-family: 'Comfortaa';
}
.prdctText h5::first-letter{
	text-transform: capitalize;
}
.prdctText h5{
    min-height: 35px;
}
.context {
	color: #fff;
}
.context h6{
	color: #D4A97B;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 3px;
}
.context h3 {
	max-width: 550px;
	margin: auto;
	font-family: 'Lobster Two';
	font-size: 45px;
	font-weight: 400;
	padding: 0px 0 40px;
	color: #440030;
}
.newCollection {
	padding: 50px 0;
	background-color: #fff !important;
}
.newCollection.recomnd {
	padding: 0;
	overflow: hidden;
}
/**/
.imageBg{
	background-image: url(../images/background.png);
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	width: 100%;
	background-position-x: -38px;
	background-position-y: -37px;
	position: relative;
}
/*
.imageBg::before{
	content: "";
    position: absolute;
    height: 28px;
    width: 2px;
    background-color: #D9126F;
    bottom: 9px;
     / top: 0; /
    left: 49.14%;
}
*/
.pinkImageBg .prdctText h5 a, .pinkImageBg .prdctText p{
	color: #fff;
}
.pinkImageBg {
	background-image: url(https://www.marketcentral.in/themes/t3/images/pinkPattan.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	width: 100%;
	padding: 50px 0;
	position: relative;
}
.context span {
	text-align: center;
	display: block;
	/* font-family: 'Great Vibes', cursive; */
	font-size: 35px;
	color: #fff;
}
.alignProduct {
	max-width: 500px;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	right: 0;
	margin: auto 100px auto auto;
/*	right: 4%;*/
}
.fas.fa-angle-left.slick-arrow {
	top: 50%;
	text-align: center;
	left: -100px;
    margin-top: -27px;
}
.fas.fa-angle-right.slick-arrow {
	top: 50%;
	right: -70px;
	text-align: center;
    margin-top: -27px;
}
.fa-angle-left::before, .fa-angle-right::before {
	content: "\f104";
	background-color: #FFFFFF;
	color: #1D1D1D;
	width: 40px;
	height: 40px;
	vertical-align: middle;
	border-radius: 50%;
	line-height: 35px;
	padding-top: 2px;
    display: inline-block;
	border: 1px solid #f5f5f5;
}
.fas.fa-angle-right.slick-arrow {
	top: 50%;
	left: auto;
	text-align: center;
/*	margin-right: 35px;*/
}
.top_selling_carousel {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0 100px;
}

.productSlider {
    max-width: 550px;
    width: 100%;
}
.our_products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.item {
    width: 100%;
    text-align: center;
    max-width: 344px;
	background-color: #fff;
}
.single_product_box {
    position: relative;
    background-color: #F5F5F5;
    border-radius: 50%;
    display: inline-block;
    aspect-ratio: 1/1;
    width: 100%;
    max-width: 260px;
	border: 4px solid #f5f5f5;
}
.handiImgs {
    width: 100%;
    height: 100%;
}
.single_product_box .handiImgs img {
    padding: 0;
    border-radius: 50%;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
}
#cakeCarousel .owl-stage {
    margin: 0px auto;
}
.prdctImg {
    background-color: #ffff;
    border-radius: 20px;
    overflow: hidden;
    aspect-ratio: 15/17;
    width: 100%;
    max-width: 300px;
}
/*
.prdctImg img {
	width: 300px;
	height: 100%;
}
*/
.prdctImg img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.handiImgs img {
	width: 100%;
	height: 345px;
}
.overlay_content .shopNow{
	color: #fff;
	font-weight: 600;
}

.pinkImageBg .slick-arrow{
	font-size: 24px;
	bottom: auto;
}
.slick-arrow {
    position: absolute;
    bottom: -45px;
    font-size: 35px;
    color: #440030;
    z-index: 9
}
.slick-arrow:hover{
	cursor: pointer;
}
.hdngTxt {
	text-align: center;
	padding-bottom: 20px;
}
i.fas.fa-caret-right.slick-arrow {
    left: 50%;
    margin-left: 0;
}
.hdngTxt p {
	font-family: 'Comfortaa';
	font-size: 15px;
	color: #1D1D1D;
	padding-bottom: 15px;
}
.imageBg {
	padding: 55px 0;
	/* margin-bottom: 50px; */
}
.hdngTxt h3 {
	font-size: 50px;
	font-family: 'Lobster Two';
	font-weight: 400;
	color: #440030;
	padding-bottom: 15px;
}
.fas.fa-caret-left.slick-arrow {
    left: 50%;
    margin-left: -30px;
    border-right: 2px solid red;
    padding-right: 5px;
}

.newCollection.recomnd .product_overlay{
	border-radius: 0;
}
.product_overlay {
	background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
	height: 100%;
	left: 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: .3s;
	transition: .3s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 50%;
}
.prodct-carousel .owl-prev {
	position: absolute;
	top: 25%;
	left: -16px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background-color: #fff !important;
	border-radius: 50%;
}
.prodct-carousel .owl-prev:hover , .prodct-carousel .owl-next:hover{
	background-color: #D9126F !important;
}
.prodct-carousel .owl-prev:hover i , .prodct-carousel .owl-next:hover i{
	color: #fff;
}
.prodct-carousel .owl-prev:hover i::before, .prodct-carousel .owl-next:hover i::before{
	background-color: transparent;
	color: #fff;
	border: 1px solid #D9126F;
}
.prodct-carousel .carouselPrev {
	color: #505050;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	vertical-align: middle;
	font-size: 24px;
}
.prodct-carousel .owl-next {
	position: absolute;
	top: 25%;
	right: -16px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background-color: #fff !important;
	border-radius: 50%;
}
.item:hover .product_overlay {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.recomnd .col-md-3 {
	padding-left: 0px;
	padding-right: 0px;
}
.newCollection .context h6{
	color: #A7896A;
}
.newCollection .prdctText h6 a, .newCollection .prdctText h5 a {
	color: #1D1D1D;
	letter-spacing: 0;
	font-weight: 700;
	font-size: 20px;
	font-family: 'Comfortaa';
}
.whiteBg {
	background-color: #fff;
}
.newCollection .context h3{
	color: #082538;
}
.flex_align_center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.tab ul.nav-tabs {
    padding-bottom: 30px;
}
.tab ul.nav-tabs {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-bottom: none;
}
.tab ul.nav-tabs li {
	margin-right: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.tab ul.nav-tabs li img{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.tab ul.nav-tabs li a:hover, .tab ul.nav-tabs li a.active {
	color: #D9126F;
	border: none;
	outline: none;
}
.tab ul.nav-tabs li a {
	padding: 8px 15px;
	position: relative;
	font-size: 26px;
	font-weight: 600;
	border-radius: 3px;
	/* border: 1px solid transparent; */
	color: #949494;
	letter-spacing: 0;
	/* font-family: 'EB Garamond', serif;; */
}
@media screen and  (max-width: 1024px){
    .fas.fa-angle-left.slick-arrow{
		right: auto;
	}
}
@media screen and  (min-width: 768px) and (max-width: 991px){
    .heroImage.pd {
        padding: 15px;
	}
	.whitelineImage img{
		top: -14px;
	}
	.fas.fa-angle-left.slick-arrow{
		right: auto;
	}
	.followUs::after{
		right: 0;
	}
	.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;
    }

}
@media screen and (max-width: 767px){
	.custom-swaltimer-font,.custom-swal-font{
		top: 121px;
	}
    .heroImage.pd {
        padding: 40px;
        display: none;
	}
	.carouselImage {
		height: 250px;
	}
	.poductProcudure a,	.poductProcudure .addtoCartitem{
		height: 38px;
		width: 38px;
	}
	.item .product_overlay {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
	.alignProduct {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
	.newCollection .item{
		text-align: center;
	}
	.single_product_box{
		position: relative;
		display: inline-block;
	}                                                                                
    .top_selling_carousel {padding: 0 70px}
    .tab ul.nav-tabs li a {padding: 8px;font-size: 18px;}
    .textArea {
        width: 90%;
        padding: 25px;
    }
    .biggerTxt{
        font-size: 26px;
    }
    .textArea p{
        font-size: 14px;
    }
    p.discount{
        font-size: 25px;
    }
    .collection {
        padding: 5px 20px;
        font-size: 13px;
    }
    .heroSctn{
        padding-top: 15px;
	}
	.latest_product_details .section_title {
		margin: 0 0 30px;
		font-size: 16px;
	}
	.latest_product_details {
		padding: 0 20px;
	}
	.latest_product_details p {
		font-size: 8px;
		line-height: 16px;
		margin: 0 auto 30px;
		padding: 0;
	}
	.carousel.slide .d-block.w-100 {
		height: 230px;
	}
	.biggerText {
		margin-bottom: 12px;
		font-size: 34px;
	}
	.smallText {
		margin-bottom: 25px;
		font-size: 12px;
	}
	.carousel-caption.captionText {
		left: 0;
		padding-top: 40px;
	}
	.whitelineImage img {
		top: -7px;
	}
    #featured .item {
        text-align: center;
    }
    .productSlider {
    max-width: 100%;
}
    .fas.fa-angle-left.slick-arrow {left: -55px}
    .fas.fa-angle-right.slick-arrow {right: -55px}
    .item {max-width: 100%}
	.prodct-carousel .owl-prev {left: -10px;}
	.prodct-carousel .owl-next {right: -2px;}
	.fa-angle-left::before, .fa-angle-right::before {padding-top: 3px;padding-right: 2px;}
	.custom-swaltimer-font,.custom-swal-font{
		top: 155px;
		font-size: 8px;
	}
}