.custom-swaltimer-font,.custom-swal-font{
    font-family: 'Raleway';
    font-size: 10px;
    color: #000;
    position: absolute;
    top: 105px;
    box-shadow: none;
    -webkit-animation-name: sildeInLeft;
	animation-name: sildeInLeft;
}
.customLoginAlert.custom-swal{
    font-family: 'Nunito';
    font-size: 8px;
    color: #000;
}
.swal2-actions button {
    background-color: #F8586C;
    color: #fff;
    font-weight: 700;
}
.swal2-actions button:hover {
    background-color: #F8586C;
}
.custom-timer-bar{
    background-color: #F8586C;
}
.outer_wrapper{
    background-image: url(../images/banner.png);
    min-height: 515px;
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
}
.heroSctn .carousel.slide {
    width: 100% !important;
}
.heroSctn .carousel-item .col-md-6 {
    overflow: hidden;
}
.slider_banner {
    margin: 0px;
    position: absolute;
    top: 11%;
    left: 3%;
    margin-top: 105px;
}
a.slider_contact:hover {
    color: #000 !important;
}
.outer_wrapper h1::first-letter{
    text-transform: capitalize;
}
a.cta_border {
    color: #414141;
    background: #fff;
    display: inline-block;
    padding: 13px 30px;
    border-radius: 5px;
    font-weight: 500;
    text-transform: uppercase;
    transition: .3s;
}
a.cta_border:hover {
    color: #fff;
    background: #F8586C;
}
.banner {
	background-image: url(../images/banner.png);
	background-size: cover;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
}
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.heroImage img {
	width: 100%;
	min-width: 565px;
	height: 780px;
    object-fit: cover;
}
.heroSctn {
	/* display: flex;
	flex-direction: revert; */
	color: black;
    justify-content: space-between;
    padding: 125px 80px 40px;
}
.heroImage{
    position: relative;
}
.textArea {
	display: flex;
	padding-top: 100px;
    margin-top: 250px;
}
.biggerTxt h3 {
	font-size: 60px;
	width: 560px;
	text-transform: capitalize;
	color: #333333;
    font-weight: 700;
    padding-bottom: 22px;
    text-align: initial;
}
.btn.shopNow {
	background-color: #B52354;
	border: none;
	border-radius: 0;
	padding: 10px 22px;
    margin-top: 25px;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
}
.offer h6 {
	color: #006668;
	font-size: 20px;
	font-weight: 700;
	margin: 0;
	text-transform: uppercase;
    text-align: initial;
}
.homeBtn {
    display: flex;
}
.rightImages {
	position: relative;
}
.heroImage::before{
	content: " ";
	position: absolute;
	top: 20px;
	left: 20px;
	right: 0;
	bottom: 0px;
	border: 1px solid #FFF;
    border-right: 0px;
    border-bottom: 0;
}
.rightImage2{
    position: relative;
}
.rightImage1::before, .rightImage2::before {
    content: " ";
	position: absolute;
	top: 20px;
	left: 0;
	right: 20px;
	bottom: 0px;
	border: 1px solid #FFF;
    border-left: 0px;
    border-bottom: 0;
}
.imageOne {
    width: 260px;
    height: auto;
}
.imageTwo {
    width: 260px;
    height: auto;
	margin-left: 25px;
}
.rightImage1 {
	position: relative;
	top: 65px;
}
.imgRow {
    display: flex;
    position: relative;
}
.owl-carousel .owl-item .heroImage img {
	width:  565px;
    height: 400px;
    margin-left: 70px;
}
.carousel-caption .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: #333333;
}
.carousel-caption .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: 'Garamond';
	font-size: 26px;
	color: #333333;
}
.carousel-caption.captionText {
	position: absolute;
	left: 18px;
	right: 0;
	bottom: 0;
	top: 0;
	padding-top: 155px;
	text-align: center;
	opacity: 1;
}
/**/
a:hover{
    text-decoration: none;
}
.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;}
.pd-0 {
	padding: 0;
}
.productInfo {
    margin-bottom: 20px;
    padding: 20px;
    border: 1px solid #EDE9E5;
}
.productInfo:hover {
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 10%);
}
.prdctText p{
    margin: 0;
}
.featureProducts {
	padding: 30px 65px;
}
.poductProcudure {
    display: flex;
   justify-content: center;
}
.eye {
	width: 20px !important;
}
a.openQuickView i.fas.fa-eye {
    color: #fff;
}
.poductProcudure a {
	width: 35px;
	padding: 10px 0;
	text-align: center;
	height: 35px;
	display: flex;
	line-height: 5px;
	vertical-align: middle;
	justify-content: center;
    align-items: center;
    background-color: #C6C6C6;
    margin-right: 10px;
}
.poductProcudure a:hover {
	background-color: #B52354;
}
.prdctText h6 a {
	margin: 0;
	color: #3D3D3D;
	font-weight: 600;
    font-size: 18px;    
}
.owl-stage {
    margin: auto;
}
.prdctText h6::first-letter{
    text-transform: capitalize;
}
.contentText a {
	font-weight: 700;
    color: #fff;
    font-size: 18px;
}
img.wishlist {
	width: 20px !important;
}
img.cart {
	width: 22px !important;
}
.poductProcudure button {
    border: none;
    background-color: #c6c6c6;
    margin-right: 10px;
    padding: 6px;
}
.poductProcudure button:hover{
    background-color: #B52354;
}
.rightImage1 .contentText {
	position: absolute;
    bottom: 10%;
    transform: translateY(50%);
    left: 10px;
}
.rightImage2 .contentText {
	position: absolute;
    bottom: 20%;
    transform: translateY(50%);
    left: 20px;
}
.contentText h6 {
	color: #040321;
	font-size: 24px;
	font-weight: 600;
}
.contentText .shopNow{
    color: #FF0000;
    font-weight: 600;
    font-size: 16px;
    padding-left: 0;
}
.handiCraft img {
	width: 100%;
    height: 450px;
}
.handiCraft {
    position: relative;
}
.bannerContent {
	position: absolute;
	bottom: 50%;
	transform: translateY(50%);
	left: 0;
	right: 0;
	width: 420px;
	margin: auto;
	text-align: center;
	background-color: #fff;
	height: 420px;
	border-radius: 50%;
}
.bannerContent::before {
	border: 1px solid red;
	content: " ";
	position: absolute;
	top: 12px;
	left: 12px;
	right: 12px;
	bottom: 12px;
	border: 1px solid red;
	border-radius: 50%;
}
.bannerText {
	position: relative;
	top: 30%;
}
.bannerText h6 {
	color: #006668;
	text-transform: uppercase;
	font-weight: bold;
}
.bannerText h3 {
	font-family: 'Brush Script MT';
	font-style: italic;
	font-size: 48px;
}
.handiImgs img {
	width: 100%;
	height: 200px;
    object-fit: contain;
}
.ratePrice {
	display: flex;
    justify-content: center;
    margin-bottom: 15px;
}
.starIcons {
	margin-right: 10px;
}
.popularProducts {
    background-image: url('../images/colors.png');
    background-size: cover;
    height: 100%;
    background-repeat: none;
    padding: 30px 60px;
    background-position: center;
}
.popularProducts .handiImgs img{
    width: 100%;
    height: 442px;
}
.feature-carousel .owl-dots, .popular-carousel .owl-dots {
    display: block;
    margin: auto;
    text-align: center;
}
.feature-carousel .owl-dots span, .popular-carousel .owl-dots span {
	background: none repeat scroll 0 0 #869791;
	/* border-radius: 20px; */
	display: block;
	height: 3px;
	margin: 5px 7px;
	opacity: 0.5;
	width: 25px;
}
.feature-carousel .owl-dots span:hover, .popular-carousel .owl-dots span:hover{
    background-color: none repeat scroll 0 0 #B52354;
}
@media screen and  (max-width: 1024px){
    .biggerTxt h3 {
        font-size: 50px;
        width: 100%;
    }
    .imageOne {
        width: 218px;
        height: auto;
    }
    .imageTwo {
        width: 230px;
        height: auto;
    }
    .heroSctn {
        padding: 150px 20px 40px;
    }
    .header .navbar-brand {
        padding: 30px 20px;
        margin-right: 0;
    }
    .featureProducts, .popularProducts {
        padding: 30px 20px;
    }
    .heroImage img{
        height: 615px;
    }
}
@media screen and  (min-width: 768px) and (max-width: 991px){
  
    .heroImage img {
        width: 100%;
        height: 600px;
    }
	.biggerTxt h3 {
		font-size: 40px;
		width: 100%;
	}
	.offer h6 {
		font-size: 18px;
	}
	.btn.shopNow {
		margin-top: 10px;
	}
	.imageOne {
		width: 160px;
		height: auto;
    }
    .rightImage1 .contentText{
        bottom: 25%;
    }
    .rightImage2 .contentText{
        bottom: 30%;
    }
	.imageTwo {
		width: 160px;
	}
	.textArea {
		margin-left: 0;
    }
    .heroSctn {
		padding: 125px 20px 40px;
    }
    .featureProducts {
        padding: 30px 15px;
    }
    .handiImgs img {
        height: 150px;
    }
    .prdctText h6 a {
        font-size: 16px;
    }
    .popularProducts {
        padding: 30px 15px;
    }
    .popularProducts .handiImgs img{
        height: 370px;
    }
    .ratePrice p {
        font-size: 12px;
      }
}
@media screen and (max-width: 767px){
    .navLogo {
        display: none;
    }
    .handiImgs img {
        width: auto !important;
        height: 200px;
        max-width: 100%;
    }
    .handiImgs {
        position: relative;
        display: inline-block;
    }
    .productInfo {
        text-align: center;
    }
    .navLogo.mobile {
        display: block;
    }
    .header .navbar-brand {
        padding: 0;
        margin-right: 0;
    }
    .socialMedia {
        display: none;
    }
    .heroImage img {
        width: 100%;
        height:254px;
        min-width: auto;
    }
    .heroSctn {
        padding: 125px 10px 20px;
    }
    .textArea {
        margin-top: 166px;
    }
    .biggerTxt h3 {
        font-size: 20px;
        width: 100%;
        padding: 0;
    }
    .offer h6{
        font-size: 12px;
    }
    .textArea {
        padding-top: 20px;
        margin-left: 5px;
    }
    .btn.shopNow {
        padding: 6px 8px;
        margin-top: 0;
        font-size: 12px;
    }
    .rightImage1 {
        position: relative;
        top: 17px;
    }
    .imageOne {
        width: 85px;
        height: auto;
    }
    .rightImage1 .contentText{
        left: 0;
        bottom: 25%;
    }
    .contentText a{
        font-size: 10px;
    }
    .imageTwo {
        width: 75px;
        margin-left: 10px;
    }
    .rightImage2 .contentText {
        bottom: 50%;
    }
    .rightImage1::before, .rightImage2::before {
        top: 5px;
        right: 5px;
        border: 1px solid #FFF; 
    }
    .heroImage::before {
        content: " ";
        top: 5px;
        left: 5px;
        border: 1px solid #FFF;
    }
    .bannerContent {
        width: 280px;
        height: 280px;
    }
    .bannerText h6{
        font-size: 14px;
    }
    .bannerText h3{
        font-size: 30px;
    }
    .handiCraft img{
        height: 375px;
    }
    .featureProducts, .popularProducts {
        padding: 30px 15px;
    }
    .popularProducts .handiImgs img {
        width: 100%;
        height: 270px;
    }
    .heroSctn .col-md-6{
        width: 50%;
        padding: 0;
    }
}