.slick-current img{
	width: 700px !important;
	padding-top: 0px !important;
  }
  .slick-current .textArea{
	  display: block;
  }
  .tile-container img{
	width: 300px;
	height: 492px;
	object-fit: cover;
  }
  
  .tile-container img{
	padding: 25px;
  }
/*   
  .tile-container{
	padding: 25px;
  } */
  
  .slick-prev:before, .slick-next:before {
	font-family: inherit;
	font-size: 24px;
	line-height: 1;
	font-size: xx-large;
	font-weight: 900;
	opacity: .75;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  }
  
  .slick-list{
	overflow-y: visible !important;
  }
  
  
.custom-swaltimer-font,.custom-swal-font{
    font-family: 'Josefin Sans';
    font-size: 10px;
    color: #040321;
    position: absolute;
    top: 100px;
    box-shadow: none;
    -webkit-animation-name: sildeInLeft;
	animation-name: sildeInLeft;
}
.customLoginAlert.custom-swal{
    font-family:  'Josefin Sans';
    font-size: 8px;
    color: #040321;
}
.swal2-actions button {
    background-color: #D53F57;
    color: #000;
    font-weight: 700;
}
.swal2-actions button:hover {
    background-color: #D53F57;
}
.custom-timer-bar{
    background-color: #D53F57;
}

.slider_banner h1{
    color: #fff;
}
.slider_banner h1::first-letter{
    text-transform: capitalize;
}

ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.heroSctn {
	display: flex;
	flex-direction: row;
	color: #fff;
    justify-content: space-between;
    padding-top: 50px;
}
.imageBorder::before {
	border: 1px solid #707070;
	width: auto;
	height: auto;
	position: absolute;
	content: "";
	top: 10px;
	bottom: 10px;
	left: 10px;
	right: 10px;
}
.main-carousel {
	overflow: hidden;
	padding-top: 30px;
}
.cart {
	width: 20px !important;
}
/* .heroImage img{
    width: 100%;
} */
.heroImage.pd {
	padding: 40px;
}
.heroImage{
    position: relative;
}
.textArea {
	position: absolute;
	bottom: 50%;
	transform: translateY(50%);
	left: 0;
	right: 0;
	width: 71%;
	margin: 0 auto;
    text-align: center;
    background-color: #fff;
    color: #555;
	padding: 53px;
	display: none;
}
.biggerTxt {
	color: #082538;
	font-weight: 400;
    font-size: 38px;
    font-family: 'Petit Formal Script';
}
.textArea p {
	font-size: 16px;
	color: #333333;
	font-family: 'Josefin Sans';
}
p.discount {
	color: #D53F57;
	font-weight: 400;
	font-size: 60px;
	font-family: Arial;
}
.collection {
	position: relative;
	border: 1px solid #082538;
    border-radius: 0;
    font-family: 'Fjalla One';
    padding: 5px 20px;
}
.collection:hover {
	background-color: #D53F57;
	color: #fff;
	border: 1px solid #D53F57;
}
.collection:hover::before{
    border: 2px solid #D53F57;
    border-top: 0;
	border-left: 0;
} 
.collection::before {
	position: absolute;
	content: "";
	border: 2px solid #082538;
	top: 0;
	left: 0;
	right: -5px;
	bottom: -5px; 
	border-top: 0;
	border-left: 0;
}

/**/
a:hover{
    text-decoration: none;
}
.d-inline.starIcons i{
	font-size: 18px;
	color: #aaaaaa;
}
.d-inline.starIcons i.selectedRating, .d-inline.starIcons i.fas.fa-star-half-o {
    color: #D4A97B;
}
.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;
}
.ratePrice p s{font-weight: bold;}
/* .poductProcudure img {
	width: 22px;
} */
.poductProcudure {
	display: flex;
	justify-content: center;
	gap: 5px;
}
.pd-0 {
	padding: 0;
}
.productInfo {
    margin-bottom: 20px;
    padding: 10px;
}
.stickyImg img {
	width: 100%;
	height: 400px;
}
.contentText {
	position: absolute;
	bottom: 30%;
	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';
}
/* .productInfo:hover {
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 17%);
} */
.prdctText p{
	margin: 0;
	color: #fff;
	color: #D4A97B;
	font-family: 'Petit Formal Script';
	font-size: 20px;
}
.poductProcudure a {
	padding: 10px;
	text-align: center;
	display: flex;
	line-height: 5px;
	vertical-align: middle;
	justify-content: center;
	align-items: center;
	color: #fff;
	background-color: #d53f57;
    border-radius: 50%;
}
.prdctText h6 a {
	margin: 0;
	color: #fff;
	font-weight: 600;
	font-size: 14px;
	font-family: 'Josefin Sans';
}
.prdctText h5::first-letter{
	text-transform: capitalize;
}

.prdctText h5 {
    padding-top: 10px;
}
.prdctText h5 a {
	margin: 0;
	color: #fff;
	font-weight:400;
	font-size: 20px;
	font-family: 'Fjalla One';
	letter-spacing: 3px;
}
.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: 'Petit Formal Script';
	font-size: 38px;
	font-weight: 400;
	padding: 20px 0 40px;
}
/**/
.purpleBg {
    height: 100%;
    width: 100%;
    padding: 30px 0;
    background-color: #354c5b;
}
.handiImgs img {
	width: 248px !important;
	max-height: 250px;
	max-width: 100%;
	object-fit: contain;
}
.newCollection, .recomnd  {
	background-color: #FAFAFA;
	padding: 50px 0;
	overflow: hidden;
}
/* .newCollection .item, .recomnd .item {
	position: relative;
	display: inline-block;
	text-align: center;
} */
.handiImgs {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	/* display: -webkit-box; */
	/* display: -ms-flexbox; */
	display: flex;
	height: 240px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 25px 25px 10px;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.recomnd .overlay_content .shopNow{
	color: #fff;
	font-weight: 600;
	height: 34px;
	width: 93px;
	border-radius: 50px !important;
	background-color: transparent !important;
	border: 1px solid #fff;
}
.recomnd .overlay_content .shopNow:hover{
	background-color: #d53f57 !important;
	border: 1px solid #d53f57;
}
.newCollection .owl-stage {
    margin: 0 auto;
}
.single_product_box{
	position: relative;
	border: 1px solid #cbb1b1;
    background-color: #fff;
}
.newCollection, .recomnd .row {
    justify-content: center;
}
#collectCarousel .owl-nav .disabled {
	display: none;
}
.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: flex;
	justify-content: center;
	align-items: center;
}
.item:hover .product_overlay {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.overlay_content button ,.poductProcudure button {
    border: none;
    border-radius: 50%;
    padding: 10px;
    text-align: center;
    display: flex;
    line-height: 5px;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #d53f57;
    border-radius: 50%;
}
.recomnd .col-md-2 {
	padding-left: 1px;
	padding-right: 1px;
}
.newCollection .context h6{
	color: #A7896A;
}
.newCollection .prdctText h6 a, .newCollection .prdctText h5 a{
	color: #333;
	letter-spacing: 0;
}
.whiteBg {
	background-color: #fff;
}
.newCollection .context h3{
	color: #082538;
}
.latest_content_wrapper {
	margin: 0 auto;
	max-width: 1360px;
	padding: 0 65px;
}
.latest_content {
	text-align: center;
}
.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;
}
.latest_product_details .section_title {
	margin: 0 0 35px;
	font-family: 'Petit Formal Script';
	font-size: 40px;
	max-width: 400px;
}
.latest_product_details p {
	color: #333333;
	font-size: 12px;
	line-height: 26px;
	margin: 0 auto 50px;
	max-width: 355px;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	font-family: 'Josefin Sans';
}
.latest_product_details {
	padding: 0 35px;
}
.latest_product_image img {
	max-width: 100%;
	width: 100%;
	height: 500px;
}
.collections{
	padding: 70px 0;
}
.collection-carousel .owl-dots.disabled, .collection-carousel .owl-nav.disabled {
	display: block !important;
}
.collection-carousel .owl-nav button {
	width: 35px;
	height: 35px;
	background-color: #fff !important;
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 17%);
}
.collection-carousel .owl-nav button i{
	color: #A7896A;
}
.collection-carousel .owl-nav button:hover i{
	color: #D53F57;
}
.collection-carousel{
	padding-top: 70px;
}
.collection-carousel .owl-nav .owl-prev {
	position: absolute;
	top: 0;
	left: 0;
}
.collection-carousel .owl-nav .owl-next{
	position: absolute;
	top: 0;
	right: 0;
}
.collection-carousel .owl-nav {
	margin: 50px 0 0;
	text-align: center;
}
@media screen and  (max-width: 1024px){
    
}
@media screen and  (min-width: 768px) and (max-width: 991px){
    .heroImage.pd {
        padding: 15px;
	}
	.product_overlay{
		opacity: 1;
	}
	/* .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){
	.tile-container img{
		padding: 35px;
	}
    .heroImage.pd {
        padding: 40px;
        display: none;
    }
	.recomnd .item {
		margin-bottom: 10px;
	}
	.recomnd .col-md-2{
		text-align: center;
	}
	.newCollection .owl-item {
		text-align: center;
	}
	.tile-container img {
		height: 300px ;
	}
	.product_overlay{
		opacity: 1;
	}
    .textArea {
        width: 290px;
        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;
	}
}
.purpleBg .owl-nav{
	display:none;
}