/* carousel content styling starts here */
/* .carouselClass {
    height: 100%;
    width: 100%;
} */
.custom-swaltimer-font,.custom-swal-font{
    font-family: 'Raleway';
    font-size: 10px;
    color: #000;
    position: absolute;
    top: 145px;
    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: #FF9C00;
    color: #fff;
    font-weight: 700;
}
.swal2-actions button:hover {
    background-color: #FF9C00;
}
.custom-timer-bar{
    background-color: #FF9C00;
}
.outer_wrapper{
    background-image: url(../images/hero-bg.png);
    min-height: 384px;
    background-size: cover;
    position: relative;
}
.slider_banner {
    margin: 0px;
    position: absolute;
    top: 11%;
    left: 2%;
    border:none !important;
}
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: #FF9C00;
}
.content h1 {
    font-family: Raleway;
    font-size: 90px;
    font-weight: 800;
    text-align: left;
    color: #fff;
}
.carouselControls:hover{
    padding:10px 20px;
    border-radius: 50%;
    background-color:rgba(0, 0, 0, 0.5);
}
.button a {
    width: 177px;
    height: 45px;
    background-color: #FF9C00;
    text-decoration: none !important;
    font-family: Regular;
    font-size: 18px;
    color: #fff !important;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 14px;
}

.carousel_content {
    width: 700px;
    display: flex;
    flex-direction: column;
    align-items: end;
    position: absolute;
    right: 19%;
    top: 28%;
}
.mblHeader .mbl_logo img {
    object-fit: contain !important;
}
.carousel-control-next span,
.carousel-control-prev span {
    font-family: Sitka Small;
    font-size: 48px;
    color: #fff !important;
    border:1px solid #fff;
    opacity: 1 !important;

}

.carousel-control-next,
.carousel-control-prev {
    opacity: 1 !important;
}

.carousel-control-next,
.carousel-control-prev {
    width: 12% !important;
}

/* carousel content styling ends here */
/* hero content styling starts here */
.underline {
    height: 1px;
    width: 30%;
    background-color: #707070;
    margin: auto;
    margin-bottom: 47px;

}

.mainHeading {
    text-transform: uppercase;
    font-family: Sitka Small;
    font-size: 48px;
    padding-top: 50px;

}
.head {
    color: white;
	display: flex;
	justify-content: flex-end;
}
.carousel-item img {
    height: 85vh;
    object-fit: cover;
}
.description {
    width: 100%;
}

.descriptionWidth {
    width: 55%;
    margin: auto;
    font-family: Roboto;
    font-size: 22px;
    margin-bottom: 35px;
}

/* hero content styling ends here */
/* top selling products section starts here */
.topSellingProductsHeading,
.featureProductsHeading {
    font-family: Sitka Small;
    font-size: 34;
    font-weight: bold;
    text-transform: uppercase;
}
.topSellingProducts,.FeatureProducts,.newProducts,.saleProducts{
    max-width:1600px;
    margin:auto;
}

.topSellingProducts .owl-stage {
    margin: auto;
}
.topSellingProductsDescription p,
.featureProductsDescription p {
    font-family: Roboto !important;
    font-size: 22px !important;
    margin-bottom: 40px !important;
}

.card.topSellingProductsCard {
    width: 309px;
}

.footWearName {
    font-family: Raleway;
    font-size: 24px;
    font-weight: bold;
}

.price {
    font-family: Gotham;
    font-size: 24px;
    color: #AAAAAA;
}

.topSellingProducts {
    margin-bottom: 30px;
}
.topSellingProductsCard .card-img-top,.featuredProductsCard .card-img-top{
    position: relative;
    height:320px;
}
.topSellingProductsCard .card-img-top img,.featuredProductsCard .card-img-top img{
    height:100%;
    width:300px;
    object-fit: contain;
}
.card{
    border:none;
}
.topSellingProductsCarousel,.featureProductsCarousel,.newProductsCarousel,.onSalesCarousel{
    width:75%;
    margin:auto;
}

.pageOverLay {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    top: 0px;
    opacity: 0;
}

.pageOverLay:hover {
    opacity: 1;
    transition: 0.3s;
}

.pageOverLayImage {
    padding-right: 10px;
}

.wishListImage {
    padding-right: 5px;
    padding-bottom: 10px;
    padding-top: 10px;
    cursor: pointer;
}

.openQuickView i.fas.fa-eye {
    color: #fff !important;
}
.quickViewButton a {
    font-size: 15px;
    font-family: raleway;
    border: 1px solid #050505;
    background-color: #050505;
    color: #fff!important;
    width: 107%;
    position: absolute;
    padding: 10px;
    bottom: 5%;
    left: -11px;
}
.viewProduct {
    width: 90% !important;
    bottom: 0 !important;
    left: 14 !important;
    padding: 0 !important;
    background-color: transparent !important;
    border: transparent !important;
    margin-bottom: 10px;
  }
  .viewProduct button {
    margin: 0 !important;
    font-size: 16px !important;
    width: 100% !important;
  }
.pageOverLay a {
    color: #f2f2f2 !important;
    padding-right: 5px;
    padding-bottom: 10px;
    padding-top: 3px;
    font-size: 21px;
}
.quickViewButton button {
    border: none;
    padding: 5px 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    background-color: #f2f2f2;
    width: 90%;
}
.quickViewButton button:hover {
    background-color: #ff9c00;
    color: #fff;
}
.quickViewButton a:hover {
    color: #fff!important;
    text-decoration: none;
}

/* .pageOverLay .pageOverLayImage a{
    padding:10px;

} */
/* top selling products section ends here */
/* recommended products styling starts here */
.recommendedProducts {
    background-color: #fff;
    padding-top: 100px;
    padding-bottom: 100px;
}
.largeImage{
    height: 535px !important;
    object-fit: cover;
}
.smallImage{
    height: 310px !important;
    object-fit: cover;
}

.centerContent {
    padding: 77px 5px;
    height:225px;
}

.centerContent h2 {
    text-transform: uppercase;
    margin-bottom: 0px !important;
    font-size: 26px;
    font-family: raleway;
    font-weight: bold;
    color: #3B3B3B;

}

.centerContent p {
    text-align: center;
    font-family: Gotham;
    font-size: 20px;
    color: #686868;
    margin-bottom: 0px !important;
    line-height: 20px !important;
}

.recommendedProducts .container .row .col-xl-4 {
    padding-right: 5px !important;
    padding-left: 5px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.rowImage {
    padding-top: 5px !important;
    position: relative;
}

.recommendedProductsOverlay {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    height: 99%;
    width: 100%;
    top: 5px;
    opacity: 0;
}

.recommendedProductsOverlay:hover {
    opacity: 1;
    transition: 0.3s;
}

.iconsBorder {
	border: 1px solid #FF9C00;
	background-color: #FF9C00;
	width: 60%;
	gap: 15px;
	border-radius: 5px;
	padding: 7px 2px;
}
.iconsBorder  .fas{
    font-size: 20px;
    padding: 0!important;
}
.iconsBorder button {
    border: none;
    padding: 0;
    background-color: transparent;
}
.overlayIcons {
    height: 100%;
}
.img-fluid {
    width: 100%;
}

/* recommended products styling ends here */
/* feature products styling starts here */

.FeatureProducts {
    margin-top: 75px;
    margin-bottom: 40px;
}



/* feature products styling ends here */