html{
    scroll-behavior:smooth;
}
#qrImage img {
	width: 100%;
	padding: 20px 0;
	min-height: 300px;
	max-height: 350px;
}
/* header styling starts here */
.header{
    position:-webkit-sticky;
    position:sticky;
    top:0;
    background-color:#fff;
    z-index:999;
    width:100%;
}
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
/*
.headerSectionOne{
    width:80%;
    margin:auto;
    background-color: #96DB4A;
    border-radius:30px;
    padding:5px 10px;
}
*/
.numberSection p,.numberSection a,.headerFollowUsSection p{
    font-family:Roboto;
    font-size:13px;
    color:#fff;
    margin: 0px!important;
}
.numberSection a{
    text-decoration: none;
}
.socialMediaIcons li{
    list-style:none;
}
.headerWishList{
    font-size: 27px;
    color: #fff;
}
.socialMediaIcons li a{
    color:#fff;
    padding:0 2px;
}
.socialMediaIcons{
    margin: 0px !important;
    padding: 0 0 0 10px !important;
}
.headerSections{
    position: relative;
    width: 100%;
}
.phnNum{
    padding-left:5px;
}
.headerSections::before{
    content:"";
    position:absolute;
    top:0;
    height:20px;
    width:100%;
    background-color:#96DB4A;
    z-index:-1;
}
.headerLogo a img,.footerLogo img{
    max-width: 200px;
    width:auto;
    max-height:100px;
    height: auto;
    -o-object-fit:contain;
    object-fit:contain;
}
.headerLogo{
    padding:10px 0;
    height: auto!important
}
/*
.searchSection,.headerNav,.quoteSection{
    width:33.3%;
}
*/
.headerNav ul{
    padding: 0px !important;
    margin: 0px !important;
}
.searchSection form{
    margin: 0px!important;
}
/*
.headerSectionThree{
    background-color: rgba(0,0,0);
}
*/
.navSection li a{
    font-family:Raleway;
    font-size:15px;
    color: #fff;
}
.navSection .active a{
    color:#96DB4A;
}
.navSection li a:hover{
    text-decoration:none;
}
.navSection li{
    list-style:none;
}
.headerUser{
    width: 27px;
}
.headerQuote{
    height: 100%;
    background-color: #96DB4A;
    font-family:Lato;
    font-size:18px;
    color:#fff;
}
.headerQuote:hover{
    text-decoration:none;
    color:#fff;
}
/*
.searchSection .form-control{
    background-color: transparent!important;
    border-color: transparent!important;
    color: #fff !important;
}
.searchSection ::-webkit-input-placeholder{
    color: #fff !important;
}
.searchSection :-ms-input-placeholder{
    color: #fff !important;
}
.searchSection ::placeholder{
    color: #fff !important;
}
*/
.searchSection .form-control:focus{
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
}
.searchSection form{
    position: relative;
}
/*
.searchSection span img{
    position: absolute;
    top:11px;
    right:-10px;
    width:18px;
}
*/
.quoteSection{
    padding-right: 50px;
}
.quoteSection a{
    margin-left:15px;
}
.headerQuote{
    padding:15px;
}
/* mbl styling starts here */
.search_box {
    background: #fff none repeat scroll 0 0;
    -webkit-box-shadow: 0 0 10px #999;
    box-shadow: 0 0 10px #999;
    height: 50px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 87px;
    right: 18px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 0;
    z-index: 999;
    border: none !important;
}
.nav-link{
    font-family: Raleway;
    font-size: 15px;
    color:#000;
}
.nav-link:hover{
    color:#96DB4A;
}
.mblheaderSections{
    -webkit-box-shadow: 1px 1px 5px aliceblue;
    box-shadow: 1px 1px 5px aliceblue;
}
.search_box.active {
    top: 87px;
    right: 18px;
    width: 400px;
    border: none !important;
}

.search_fields .form-group,
.search_fields_mbl .form-group {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
    width: 100%;
}

.search_fields .form-control {
    border: medium none;
    font-size: 16px;
    height: 50px;
    padding: 0 15px;
    width: 90%;
}

.search_fields .form-group button {
    background: #96DB4A none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-size: 18px;
    height: 50px;
    min-width: 50px;
    width: 10%;
}

#search_btn,
#search_btn:hover {
    border: none !important;
    background-color: transparent;
}

button:focus {
    outline: none !important;

}
#search_btn_mbl{
    background:none!important;
    border:none!important;
    padding-top:8px;
}
#search_btn_mbl img{
    height:30px;
    width:30px;
}
.mblheaderUser img{
    width: 20px !important;
    padding-top: 4px;
}
.mblheaderWishList i{
    font-size: 23px;
    color:#000000;
    padding: 3px 3px 0 3px;
}
.mblCart {
    width: 27px;
}
#search_btn i {
    font-size: 22px;
    padding-top: 2px;
}
.mblheaderCart{
    padding:0 3px 0 0;
}
.navbar{
    padding:0px!important;
}
.bg-dark {
    background-color: #000 !important;
}
.navbar-toggler {
    padding: .25rem .35rem!important;
}
.mblheaderLogo img{
    width: auto;
    max-width:200px;
    height:70px;
    -o-object-fit:contain;
    object-fit:contain;
    margin-left:10px;
}
.mblheaderSections{
    width:95%;
    margin:auto;
    padding: 5px 0;
}
#collapsibleNavbar{
    position:absolute;
    width:100%;
    background-color: #fff;
}
.mblheader{
    -webkit-box-shadow: 1px 1px 6.5px gray;
    box-shadow: 1px 1px 6.5px gray;
    display:none;
}
/* mbl styling ends here */
/* header styling ends here */
/* index styling starts here */
#heroCarousel{
    display: block !important;
}
.heroImg{
    position: relative;
}
.heroImgOverLay{
    position: absolute;
    top:0;
    height:100%;
    width:100%;
    background-color: rgba(0,0,0,0.38);
}
.heroHeading p{
    font-family:Pacifico;
    font-size:77px;
    color:#fff;
}
.heroDescription p{
    font-family:Lato;
    font-size:19px;
    color:#fff;
}
.heroDescription {
    width: 43%;
}
.quoteButton a{
    font-family:Lato;
    font-size:27px;
    font-weight:700;
    color:#fff;
    padding-bottom:2px;
    border-bottom:2px solid #96DB4A;
}
.quoteButton a:hover{
    text-decoration:none;
}
.heroContents{
    height: 100%;
}
/* feature products section starts here */
    .featureProductsHeading {
    font-family: "Pacifico", cursive;
    font-size: 34px;
    color: #3b3b3b;
    padding-bottom: 30px;
    }
    .featureProductsSection {
    padding: 70px 0 0 0;
    }
    .featureProductsSection .container {
    /*width: 900px;*/
    margin: 0 auto;
    max-width: 100%;
    }
    .featuredCenterImage {
    height: 700px;
    }
    
    .slick-list {
    padding-left: 18% !important;
    padding-right: 18% !important;
    }
    
    .slick-dots {
    text-align: right;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    }
    
    .slick-track {
    max-width: 100% !important;
    transform: translate3d(0, 0, 0) !important;
    perspective: 100px;
    }
    
    .slick-slide {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    width: 100% !important;
    transform: translate3d(0, 0, 0);
    transition: transform 1s, opacity 1s;
    }
    
    .slick-snext,
    .slick-sprev {
    display: block;
    }
    
    .slick-current {
    opacity: 1;
    position: relative;
    display: block;
    transform: translate3d(0, -100px, -50px);
    z-index: 2;
    }
    
    .slick-snext {
    opacity: 1;
    transform: translate3d(50%, 0, 0px);
    width: 100% !important;
    }
    .slick-slide.slick-sprev .card {
    width: 70% !important;
    }
    .slick-slide.slick-snext .card {
    width: 70% !important;
    }
    
    .slick-sprev {
    opacity: 1;
    transform: translate3d(-20%, 0, 0px);
    width: 100% !important;
    }
    
    .featureProductsSection .card-body,
    .featureProductsSection .card-title {
    display: none;
    }
    .slick-slide.slick-current.slick-active.slick-center .card {
    width: 50%;
    margin: auto;
    }
    .slick-slide.slick-current.slick-active.slick-center .card-body,
    .slick-slide.slick-current.slick-active.slick-center .card-title {
    display: block !important;
    }
    .single-item .card .card-img-top,
    .single-item .card {
    border-radius: 0px !important;
    }
    
    .featuredCenterImage {
    position: relative;
    border: 15px solid #fff;
    }
    .featuredCenterImage:hover .cardOverLay {
    display: block;
    }
    .featuredWhiteEye,
    .featuredWhiteHeart,
    .featuredWhiteCart {
    display: none !important;
    }
    .featuredWhiteEye,
    .featuredBlackEye {
    width: 29px;
    }
    .overLayIcons a:hover .featuredWhiteEye,
    .overLayIcons a:hover .featuredWhiteHeart,
    .overLayIcons a:hover .featuredWhiteCart {
    display: block !important;
    }
    .overLayIcons a:hover .featuredBlackEye,
    .overLayIcons a:hover .featuredBlackHeart,
    .overLayIcons a:hover .featuredBlackCart {
    display: none !important;
    }
    .slick-slide.slick-sprev .card .featuredCenterImage,
    .slick-slide.slick-snext .card .featuredCenterImage {
    border: none !important;
    }
    .slick-slide.slick-sprev .cardOverLay,
    .slick-slide.slick-snext .cardOverLay {
    display: none !important;
    }
    
    .slick-arrow {
    padding: 10px;
    background-color: black;
    }
    
    .test {
    width: 100%;
    height: 700px;
    box-shadow: inset 0px 0px 0px 3px #000;
    }
    
    button.slick-arrow.slick-prev {
    top: 40%;
    left: 8%;
    z-index: 999;
    border-radius: 50%;
    background-color: rgba(252, 252, 251, 0.68) !important;
    }
    button.slick-arrow.slick-prev:hover {
    background-color: rgba(252, 252, 251, 0.68) !important;
    }
    button.slick-arrow.slick-next {
    top: 40%;
    right: 10%;
    background-color: rgba(252, 252, 251, 0.68) !important;
    border-radius: 50%;
    color: #fff !important;
    }
    button.slick-arrow.slick-next:hover {
    background-color: rgba(252, 252, 251, 0.68) !important;
    color: #fff !important;
    }
    .slick-next::before,
    .slick-prev::before {
    content: "" !important;
    }
    .slick-next.slick-arrow,
    .slick-prev.slick-arrow {
    height: 50px;
    width: 50px;
    }
    .w-6.h-6 {
    width: 27px;
    }
    /* feature products section ends here */
    
/* aboutUs section starts here */
.aboutUsSection{
    padding:50px 0;
}
.aboutUsImg img{
    height:608px;
    width:490px;
}
.aboutUsImg,.indexAboutUsContent{
    width:50%;
}
.aboutUsHeading{
    font-family:Roboto;
    font-size:28px;
    color:#0F0E0E;
    margin-bottom:10px;
}
.aboutUsSubHeading{
    font-family:Pacifico;
    font-size:34px;
    color:#707070;  
    margin-bottom:15px;;
}
.greenText{
    color: #96db4a !important;
}
.aboutUsDescriptionOne,.aboutUsDescriptionTwo,.moreSection{
    font-family:Roboto;
    font-size:22px;
    color:#333333;
}
.aboutUsDescriptionOne,.aboutUsDescriptionTwo{
    width:78%;
}
.aboutUsDescriptionOne{
    margin-bottom:10px;
}
.aboutUsDescriptionTwo{
    margin-bottom:25px;  
}
.aboutUsAllContents{
    max-width:1925px;
    margin:auto;
    width: 98%;
    
}
.moreSection .greenText{
    text-decoration:underline;
}
/* about us section ends here */

/* index styling ends here */

/* footer styling starts here */
.footerLogoSection{
    width:31%;
}
.linksContent,.servicesContent,.legalContent,.followUsContent{
    padding: 10px 0 0 0!important;
}
.linksContent li,.servicesContent li,.legalContent li,.followUsContent li{
    list-style:none;
    padding-bottom:2px;
}
.linksContent li a,.servicesContent li a,.legalContent li a,.followUsContent li a{
    text-decoration:none;
    font-family:Lato;
    font-size:16px;
    color:#fff;
}
.linksContent li a:hover,.servicesContent li a:hover,.legalContent li a:hover,.followUsContent li a:hover{
    color:#96DB4A;
}
/*
.footerSectionOne{
    background-color:rgba(0,0,0,0.8);
    padding:50px 0;
}
*/
.cart.dropdown{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
/*
.quickLinksHeading,.ourServicesHeading,.legalHeading,.followUsHeading{
    font-family:Georgia;
    font-size:24px;
    color:#fff;
    border-bottom: 2px solid #96DB4A;
    display:inline-block;
}
*/
.cmpnyDescription,.footerMail a{
    font-family:Roboto;
    font-size:15px;
    color:#fff;
    padding-top:20px;
}
.footerMail{
    padding-top:10px!important;
}
.footerMail span:hover{
    color:#96DB4A;
}
.followUsContent{
    width:120px;
}
.followUsContent.d-flex li a {
    margin-right: 20px;
  }
.footerLinks{
    width:85%;
    margin:auto;
}
.quickLinksSection,.ourServicesSection,.legalSection,.followUsSection{
    padding-top:25px;
}
.copyRightSection{
    font-family:Lato;
    font-size:14px;
    color:#fff;
}
.footerGreenText{
    color: #171717 !important;;
}
/*
.footerSectionTwo{
    padding:10px 0;
    background-color: #96DB4A;
}
*/
/* contact us section styling starts here */
.contactUsHeading{
    font-family: Raleway;
    font-size:35px;
    font-weight: 700;
    color: #fff !important;;
    margin: 0px !important;
}
.callBackSection{
    position: relative;
    padding:100px 0;
}
.ContactUsContent{
    width:50%;
}
.callBackSection::before{
    content:"";
    position: absolute;
    top:0;
    height:100%;
    width: 100%;
    background-color:rgba(0,0,0,0.6)
}
.callBackOverLay{
    position:relative;
    z-index:9;
}
.contactUsDescription{
    font-family:Lato;
    font-size:18px;
    color:#fff;
    width:72%;
    margin:auto;
    padding-bottom: 10px;;
}
.callBackOverLay .form-control{
    border-radius:0px !important;
    font-family:Lato!important;
    font-size:15px!important;
    color:#6c757d!important;
}
.callBackOverLay .form-control:focus{
    border-color:transparent!important;
    -webkit-box-shadow:none!important;
    box-shadow:none!important;
}
.callBackOverLay .btn{
    border-radius:0px!important;
    background-color:#6AAA24;
    color:#fff;
    padding:10px 30px;
    font-family: Raleway;
    font-size:15px;
}
.callBackOverLay .btn:focus{
    -webkit-box-shadow:none!important;
    box-shadow:none!important;
}
.callBackOverLay ::-webkit-input-placeholder{
    font-family:Lato;
    font-size:15px;
}
.callBackOverLay :-ms-input-placeholder{
    font-family:Lato;
    font-size:15px;
}
.callBackOverLay ::placeholder{
    font-family:Lato;
    font-size:15px;
}
/* contact us section styling ends here */
/* footer styling ends here */
/* ourServices section starts here */
.servicesHeading{
    font-family: Pacifico;
    font-size:34px;
    color:#333333;
    padding-bottom:20px;
}
.servicesDescription p {
    font-size: 20px;
    font-family: Georgia;
  }
.servicesDescription{
    font-family:Roboto;
    font-size:22px;
    color:rgba(51,51,51,0.7); 
    width:60%;
    margin: auto;
    padding-bottom:20px;
}
.viewMoreButton a{
    font-family:Lato;
    font-size:18px;
    color:#96DB4A;
    padding:10px 20px;
    background-color: #96DB4A;
    color:#fff;
}
.viewMoreButton a:hover{
    text-decoration:none;
}
.ourServices{
    padding:50px 0 70px 0;
}
#servicesCarousel{
    width:75%;
    margin:auto;
    margin-top:-100px;
    max-width: 1920px;
}
.sectionOneImg,.sectionTwoImg,.sectionThreeImg{
    border:10px solid #fff;
    height:285px;
}
.sectionOneImg img,.sectionTwoImg img,.sectionThreeImg img{
    height:100%!important;
}
.overLayContent{
    font-family:Roboto;
    font-size:14px;
    color:#fff;
    width:81%;
    margin:0 auto;
}
.servicesReadMore{
    font-family:Georgia;
    font-size:14px;
    color:#fff;
    font-weight:700;
    padding:15px 0 0 43px;
}
.servicesReadMore:hover{
    color:#fff;
    text-decoration:none;
}
.sectionOneImg,.sectionTwoImg,.sectionThreeImg{
    position: relative;
}
.servicesOverLay{
    position: absolute;
    top:0px;
    height:100%;
    width:100%;
    background-color: rgba(0,0,0,0.5);
    opacity:0;
    z-index:9;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.sectionOneImg:hover .servicesOverLay ,.sectionTwoImg:hover .servicesOverLay,.sectionThreeImg:hover .servicesOverLay{
    opacity:1;
}
/* .sectionOneImg:hover .sectionOneImg::before .sectionOneImg::after,.sectionTwoImg:hover .sectionTwoImg::before .sectionTwoImg::after,.sectionThreeImg:hover .sectionThreeImg::before .sectionThreeImg::after{
    opacity: 1 !important;;
} */
.sectionOneImg:hover::before, .sectionTwoImg:hover::before, .sectionThreeImg:hover::before {

    content: "";
    position: absolute;
    left: 20px;
    height: 100%;
    width: 100%;
    border-left: 1px solid #fff;
    top: 30px;
    opacity: 1;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;

}

.sectionOneImg:hover::after, .sectionTwoImg:hover::after, .sectionThreeImg:hover::after{

    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    width: 90%;
    border-bottom: 1px solid  #fff;
    top:-20px;
    opacity: 1;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;

}
.SevicesSectionsContent{
    width:96%;
    margin: auto;
    background-color:#F6F5F5;
    position: relative;
}
/* .anchorArrow{
    padding: 20px 0;

} */
.anchorArrow a img{
    background-color: #96db4a;
    padding:12px 20px;
}
.servicesSectionHeadings{
    padding-left:30px;
    font-family:Georgia;
    font-size:22px;
    color:#333333;
}
#servicesCarousel .owl-nav {
    display: block !important;
}
#servicesCarousel .owl-prev{
    position: absolute;
    top:50%;
    opacity:0;
    left:-5%;
    width: 50px;
    height: 50px;
    background-color: #fff;
    -webkit-box-shadow: 1px 0px 5px 4px #96DB4A;
    box-shadow: 1px 0px 5px 4px #96DB4A;
    border-radius: 50%;

}
#servicesCarousel .owl-next{
    position: absolute;
    top:50%;
    left:101%;
    opacity:0;
    width: 50px;
    height: 50px;
    background-color: #fff;
    -webkit-box-shadow: 1px 0px 5px 4px #96DB4A;
    box-shadow: 1px 0px 5px 4px #96DB4A;
    border-radius: 50%;

}
#servicesCarousel:hover .owl-prev,#servicesCarousel:hover .owl-next{
    opacity:1;
}
#servicesCarousel button:focus{
    outline:none!important;
}
/* ourServices section ends here */

































.btn.focus, .btn:focus{
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.logoSection .form-control.border.borderRadius{
    color: #B5B5B5;
    padding: 20px 15px;
}
.our_products {
	padding:110px 0 0;
}

.product_overlay {
	background:rgba(150,219,74,0.5) none repeat scroll 0 0;
	height: 100%;
	left: 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
	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;
}
.product_overlay .btn.btnCta {
	background-color: transparent;
	color: #ffffff;
	border: 1px solid #fff;
	border-radius: 0px;
	text-transform: uppercase;
	padding: 5px 25px;
	border-radius: 50px;
	margin: 2px 0;
}
.product_overlay .btn.btnCta:hover{
    border:1px solid #ffffff;
    color:#ffffff;
    background-color: #96DB4A;
}
.product_overlay .btn.btnCta a{
    color: #fff;
}
.single_product_wrapper:hover .product_overlay {
	opacity: 1;
}
.our_products.new_arrivals {
    padding: 75px 0 40px
}
.products_list_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 1250px;
    margin: auto;
}
.single_product_wrapper {
    margin: 0;
    padding: 0 20px 30px;
}
.formBlock{
    background-color: #F8F5F2;
    padding: 10px 0 30px;
}
.formBlock form{
    max-width: 1100px;
    margin: auto;
}
.formBlock .col-sm-8{
    padding: 0;
}
.ourprod_sec .single_product_wrapper {
    width: 25%;
    position:relative;
}
.single_prod {
    border: 1px solid #96DB4A;
    position: relative;
    /* min-height: 100%; */
    -webkit-transition: .2s;
    transition: .2s    
}
.textBox{
    text-align:center;
    padding: 5px 0;
}
.textBox a {
	color: #000000;
	font-weight: 400;
	font-size: 18px;
	padding: 0;
}
.single_prod:hover {
    border: 1px solid #96DB4A;
}
.prod_image {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f7f7f7 none repeat scroll 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;   
    height: 225px;
    /* width: 270px; */
    width: 100%;

}
.prod_image a {
    width: 100%;
}

body{
    font-family: 'Source Sans Pro';
    overflow-x: hidden;
}
button, input, optgroup, select, textarea {
	font-family: 'Source Sans Pro' !important;
    font-size: 14px !important;
}
.socialMediaSctn {
    background-color: #96DB4A;
    /* padding: 8px 0; */
    color: #fff;
}
p, h1, h2, h3, h4, h5, h6{
    font-family: 'Source Sans Pro';
}
h1, h2, h3, h4, h5, h6{
    font-weight: 600;
}
.form-control{
    border-radius: 0px;
}
.carousel-control-prev img, .carousel-control-next img{
    background-color: #ffffff;
    padding: 8px 15px;
    width: 45px;
}
.dropdown-menu.cartDropdown.show{
    top: 6px !important; 
    left: -23px !important;
} 
a:focus{
    outline: none;
    border: none;
}
a{
    text-decoration: none;
    color: #000;
}
p{
    margin: 0;
}
.new {
	background-color: #3badb0;
	padding: 2px 5px;
	color: #fff;
	position: absolute;
	top: 30px;
    font-size: 14px;
    font-weight: 400;
}
a:hover{
    text-decoration: none;
}
.socialMediaSctn .container {
    max-width: 1320px;
}
.logoSection .container{
    max-width: 1320px;
}
.LogInSctn .d-inline.logIn a{
    color :#ffffff;
}
.LogInSctn .d-inline.logIn a:hover{
    color: #96DB4A;
}
.LogInSctn {
    float: right;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.LogInSctn a{
    color: #000;
}
.LogInSctn ul li .logIn a {
	border: 1px solid #96DB4A;
	padding: 10px 15px;
	border-radius: 50px;
	margin-left: 10px;
    color:#ffffff;
    background-color: #96DB4A;
    font-weight: 600;
    font-size: 16px;
}
.LogInSctn ul li .logIn a img{
    margin-left: 3px;
}
/* 
.carouselImage{
    width: 100%;
    height: 530px;
} */
.carouselImage {
	width: 100%;
	height: 410px;
	max-width: 550px;
	display: block;
	margin: auto;
    border:2px solid #96DB4A;
}
.captionBlock {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 1000px;
	margin: auto;
}
.carousel-caption {
	position: relative;
	top: 82px;
	left: 0;
	right: 0;
	bottom: 0;

}
.carouselBg {
	position: relative;
	height: 270px;
	background-color: #96DB4A;
	margin-top: 50px;
}
#carouselSlide {
	position: absolute;
	/* height: 240px; */
	top: -52px;
	width: 100%;
}
.productSize {
	width:100%;
	height: 186px;
}
.onsaleImage {
	/*width: auto !important;*/
	height: 351px;
}
.logoSection .form-control{
    font-size: 12px;
    padding: 1.3rem .75rem;
}

.nav-link.dropdown-toggle i{
    color: #555;
}
.menuList .nav-item.dropdown:hover .dropdown-menu {
    display: block;
    position: absolute;
    top: 62px;
    border: 1ps solid #dddddd;
}
.menuList .nav-item.dropdown:hover i {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
    color: #96DB4A
}
.menuList .nav-item.dropdown i{
    padding-left: 5px;
    font-size: 18px;
}
.menuList .dropdown-item{
    border-bottom: 1px solid #dddddd;
    padding: 5px 0;
}
.menuList .dropdown-item:hover{
    background-color: transparent;
    color: #96DB4A;
}
.menuList .dropdown-item:last-child{
    border-bottom: 0px solid #dddddd;
}
.pre {
    margin-left: 10px;
    font-size: 18px;
    color: #fff;
}
.nxt{
    font-size: 18px;
    color: #fff; 
    margin-right: 10px;
}
.menuList .nav-item.dropdown .dropdown-menu {
    top: 44px;
    left: -45px;
}
.btn.border-left-0.border:hover{
    background-color: none;
}
.btn.border-left-0.border:focus{
    -webkit-box-shadow: none;
    box-shadow: none;
}
.nav-tabs{
    border-bottom: 1px solid #dddddd;
}
.tabCarousels #nav-tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.tabCarousels .nav-tabs .nav-link{
   color: #96DB4A;
   font-weight: 500;
   font-size: 15px;
}
.tabCarousels .nav-tabs .nav-link:hover {
    border: none;
    border-bottom: 1px solid #96DB4A;
}
.tabCarousels .nav-tabs .nav-link.active{
    border: none;
    background-color: transparent;
    border-bottom: 1px solid rgb(255, 106, 40);
}
.tabCarousels .owl-nav {
    position: absolute;
    right: 32px;
    top: -63px;
}
.onsaleProducts .owl-carousel .owl-nav.disabled{
    display: block;
}
.tabCarousels .owl-prev i, .tabCarousels .owl-next i{
    background-color: #96DB4A;
    padding: 5px 10px;
    font-size: 20px;
    margin: 1px;
    color: #fff; 
} 
.tabCarousels .owl-prev i:hover, .tabCarousels .owl-next i:hover{
    background-color: #96DB4A;
}
.tabCarousels .owl-prev i{
    position: relative;
    right: 35px;
}
.owl-prev i, .owl-next i{
    position: absolute;
}
.tabCarousels .owl-next i{
    position: relative;
    right: 0;
}
/*.d-inline.cart {
    border-radius: 50px;
    border:1px solid #ddd;
    padding: 5px 10px;
}
 .d-inline.cart i{
    color: #96DB4A;
} */
/* .d-inline.cart i:hover{
    cursor: pointer;
    color: #96DB4A;
} */
.d-inline.cart .dropdown:hover {
	color:#96DB4A;
}
.details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.details h6 {
    font-weight: 500;
}
/* .d-inline.cart i, .d-inline.cart a{
    border: 1px solid #dee2e6;
    padding: 9px 7px;
} */
.d-inline.logIn {
    margin-right: 15px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.LogInSctn.header{
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.cartItems {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 250px;
    border-bottom: 1px solid #f6f6f6;
    padding-bottom: 25px;
    padding-top: 25px;
}

.carttextList h6, .carttextList p{
    font-size: 14px;
    font-weight: 500;
}
.cartClose i{
    font-size: 14px;
    color: #707070 !important;
    /*position: relative;
    top: 0;
    left: 25px;*/
}
.cartClose i:hover{
    cursor: pointer;
}
.payMent {
    float: right;
}
.cartItems .col-md-4{
    padding: 0;
}
.redirectBtns .btn.viewCart, .redirectBtns .btn.checkout, .redirectBtns .Quatation {
    display: block;
    margin: 0 auto;
    background-color:#F6F6F6;
    /* padding: 5px 25px; */
    margin-bottom: 10px;
    color: #96DB4A;
    font-weight: 500;
    border-radius: 4px;
    font-size: 14px;
}
.captions h6, .payMent h6 {
	font-weight: 500;
}
.redirectBtns .btn.viewCart:hover, .redirectBtns .btn.checkout:hover, .redirectBtns .Quatation:hover {
    background-color:#96DB4A;
    color: #fff;
}
.redirectBtns .btn.viewCart{
    background-color: #F6F6F6;
    /* color: #fff; */
    margin-top: 10px;
}
.cart .dropdown-menu{
    border: none;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.05);
}
.cart .dropdown-item:focus, .cart .dropdown-item:hover{
    background-color: transparent;
}
.cartimageList img {
    width: 100%;
}
.logoSection .input-group{
    width:310px
}
.logoSection .input-group .form-control:focus{
    -webkit-box-shadow: none;
    box-shadow: none;
}
.border{
    border-radius: 50px !important; 
}
.logoSection {
    padding: 25px 0; 
}
#navbarDropdown i{
    color: #555;
}

.socialContact i{
    font-size: 14px;
    margin-right: 10px;
}
.socialContact i.fas.fa-phone-alt{
    font-size: 12px;
}
.d-inline.checkout {
    margin-right: 30px;
    background: transparent;
}
.dropdown-toggle i{
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    color: #fefefe61;
}
.d-inline.facebook, .d-inline.instagram {
    margin-right: 8px;
}
.d-inline.facebook i, .d-inline.instagram i, .d-inline.youtube i{
    color: #aaaaaa;
}
.socialIcons .dropdown.d-inline {
    margin-right: 30px;
}
.socialContact .d-inline{
    font-size: 18px;
    margin-right: 20px;
}
.socialContact a:hover{
    color: #96DB4A;
}
.socialIcons a:hover, .socialIcons i:hover{
    color: #96DB4A;
}
.slash {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.productList {
    background-color: #fff;
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1), 0 6px 10px 0 rgba(0, 0, 0, 0.01);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1), 0 6px 10px 0 rgba(0, 0, 0, 0.01);
    border-radius: 8px;
}
.socialIcons {
    float: right;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.tabCarousels {
    padding: 50px 0;
    background-color: #F7F7F7;
}
.tabCarousels #nav-tabContent{
    padding-top: 30px;
} 
.dropdown-toggle::after{
    display: none;
}
.close-mark {
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: #fff;
	font-size: 24px;
}
/*
.dropdown.d-inline.cart:hover .dropdown-menu{
    display: block;
    top: 29px;
    left: -200px;
}
.dropdown.d-inline.acc:hover .dropdown-menu{
    display: block;
    position: absolute;
    top: 27px;
    left: -35px;
}    
*/
.nav-item.dropdown .dropdown-menu{
    padding: 5px 12px;
} 
.innerSidebar.cart_popup {
	width: 275px;
}
.innerSidebar{
	position: absolute;
	top: 28px;
	right: 0;
	color: #555;
	background-color: #fff;
	padding: 0;
	display: none;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    z-index: 9999;
    padding: 10px;
}
.popup_top {
	margin: 0 0 15px;
}

.items_list {
	margin: 0 0 15px;
	max-height: 240px;
	overflow-y: auto;
	scrollbar-width: thin;
	padding-right:20px;
	/* scrollbar-color: #cebeb0 #9e7d60; */
}
.item_photo_name {
	border-bottom: 1px solid #918d8d1c;
}
.single_item {
	padding: 5px;
	background-color: #fff;
}
.cartClose {
	padding-top: 13px;
}
.flex_row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}
.item_photo {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: 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;
	margin-right: 15px;
	padding: 5px;
	width: 100px;
    height:100px;
}
.item_details h4 {
	color: #555;
	font-size: 14px;
	margin: 0 0 5px;
	font-weight: 400;
}
.LogInSctn.header li:hover .innerSidebar {
	display: block;
	/*-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;*/
}
.item_photo img {
	width: 100%;
	height: 100%;
}
.footerSec {
    background-color: #96DB4A;
    color: #fff;
    padding: 40px 0 5px;
    font-size: 16px;
}
.footerSec .support {
	margin-left: 30px;
}
.footerListOne li a:hover, .footerListTwo li a:hover, .footerListThree li a:hover, .footerListFour li a:hover, .footerListFive li a:hover{
    color: #96DB4A;
}
.copyRight b {
	color: #96DB4A;
    padding: 0 5px;
}
.footerSec a{
    color: #ffffff;; 
}
.footerSec .list-item {
	color: #ffffff;
	font-size: 16px;
	font-weight: 200;
}
.productDetailsSctn {
	padding: 0 0 30px 0; 
}
.footerSec p{
    color: #ffffff;
}
.footerSec h6{
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
}
.footerSec h6 span::after{
    content: "";
    border: 1px solid #ffffff;
    display: block;
    width: 64px;
}
.footerSec .btn.btn-secondary{
    background-color: #96DB4A;
    border: none;
    padding: 2px 8px;
}
.footerSec .btn.btn-secondary:focus{
    -webkit-box-shadow: none;
    box-shadow: none;
}
.footerSec .form-control:focus{
    -webkit-box-shadow: none;
    box-shadow: none;
}
.footerSec .form-control{
    background-color: #294744;
    border: none;
    font-size: 12px; 
}
.footerSec .input-group {
    margin: 10px 0;
}
.footerSec .form-control, .footerSec .form-control::-webkit-input-placeholder{
    color: #fff;
}
.footerSec .form-control, .footerSec .form-control:-ms-input-placeholder{
    color: #fff;
}
.footerSec .form-control, .footerSec .form-control::placeholder{
    color: #fff;
}
.footerListOne {
    padding: 0;
    list-style: none;
    color: #ffffff;
}
.footerListOne .list-item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5px;
}
button.close {
    background: #96DB4A none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    font-size: 28px !important;
    height: 30px;
    /* line-height: 30px; */
    opacity: 1;
    position: absolute;
    right: -14px;
    text-align: center;
    top: -14px;
    width: 30px;
    z-index: 9999;
    margin: 10px;
    margin-bottom: 25px;
    /* border: none; */
    margin: 0 !important;
    padding: 0 !important;
}
.cartTable td img{
    width: 100px;
    height: 100px;
}
.iconTxtAlign .d-inline{
    float: left;
}
i.iconsAlign {
    margin-right: 15px;
}
.iconTxtAlign address{
    margin-left: 15px;
    font-size: 14px;
    color: #ffffff;
	margin-bottom: 0;
}
.recomndations h3 {
    text-align: center;
    padding: 10px 0 30px;
    font-weight: 600;
    color: #96DB4A;
    font-size: 25px;
}
.recomndations {
    padding: 10px 30px 45px;
}
.recomndations .owl-prev{
    top: 50px;
    position: absolute;
    bottom: 0;
    left: -35px;
}
.owl-prev, .owl-next{
    width: 0;
    height: 0;
}
.owl-prev:focus, .owl-next:focus{
    outline: none;
}
.recomndations .imageContent{
    padding: 0;
}
.recomndations .owl-prev span{
    font-size: 3rem;
    color: #96DB4A;
	position: relative;
}
.recomndations .owl-next{
    color: #96DB4A;
    top: 50px;
    position: absolute;
    right: -35px;
    bottom: 0;
    width: 0;
    height: 0;
}
.onsaleProducts .owl-prev{
    top: 125px;
    position: absolute;
    bottom: 0;
    left: -55px;
}
.discount {
    font-size: 64px;
    font-weight: 500;
    color: #96DB4A;
    -webkit-animation: fadeInLeft;
    animation: fadeInLeft; 
    -webkit-animation-duration: 1.5s; 
    animation-duration: 1.5s; 
}
.btn.getCollection {
	background-color: transparent;
	/* border: none; */
	color: #fff;
	padding: 10px 20px;
	text-transform: uppercase;
	font-weight: 600;
	-webkit-animation: fadeInUp;
	animation: fadeInUp;
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	border-radius: 50px;
	border: 1px solid #fff;
}
  .btn.getCollection:hover, .btn.getCollection:focus{
      background-color: #fff !important;
      color: #96DB4A !important;
  }
  .btn.getCollection i{
      margin-left: 20px;
      color: #96DB4A;
  }
  .btn.getCollection:hover i, .btn.getCollection:focus i{
      color: #fff;
  }
  .btn.getCollection:focus{
      -webkit-box-shadow: none;
      box-shadow: none;
      border: none;
      background-color: #fff;
  }
.clothing {
    font-size: 35px;
    color: #fff;
    font-weight: 600;
    -webkit-animation: fadeInLeft;
    animation: fadeInLeft; 
    -webkit-animation-duration: 2.2s; 
    animation-duration: 2.2s; 
}
/* .carousel-caption.captionText {

    position: absolute;
    left: 150px;
    right: 0;
    bottom: 0;
    top:0;
    padding-top: 150px;
    text-align: left;
    max-width: 1000px;
    opacity: 1;
  } */
.carousel-control-prev i, .carousel-control-next i{
    font-size: 25px;
}
.onsaleProducts .owl-prev img, .onsaleProducts .owl-next img{
    width: 24px;
}
.onsaleProducts .owl-prev img:hover, .onsaleProducts .owl-next img:hover{
    color: #fff;
    background-color: #96DB4A;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.fas.fa-star:hover{
    color:  #96DB4A;
    cursor: pointer;
}

.onsaleProducts .owl-next{
    top: 125px;
    position: absolute;
    right: -50px;
    bottom: 0;
}
.onsaleProducts .owl-nav button{
    background-color: #fff !important;
    padding: 15px;
    -webkit-box-shadow: 0 4px 8px 0 #FDD1BE, 0 6px 20px 0 #FDD1BE;
    box-shadow: 0 4px 8px 0 #FDD1BE, 0 6px 20px 0 #FDD1BE;
    width: 45px;
    height: 45px;
    border-radius: 50%;
}
.onsaleProducts .owl-nav button.owl-next:hover .defaultIcon, .onsaleProducts .owl-nav button.owl-prev:hover .defaultIcon{
    display: none;
}
.onsaleProducts .owl-nav button.owl-next:hover .hoverIcon, .onsaleProducts .owl-nav button.owl-prev:hover .hoverIcon{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: auto;
}
.hoverIcon{
    display: none;
}
.onsaleProducts .owl-nav button:hover{
    background-color: #96DB4A !important;
}
.recomndations .owl-next span{
    font-size: 3rem;
 	position: relative;
}
.recomndations .owl-next span, .recomndations .owl-prev span{
    position: relative;
}
.recomndations .owl-next span:hover, .recomndations .owl-prev span:hover{
    color: #96DB4A;
}
.imageContent {
    /* padding: 10px 10px 0 10px; */
    background-color: #fff;
    cursor: pointer;
    position: relative;
}
.imageContent:hover .product_overlay{
    opacity: 1;
}
.itemText {
    text-align: center;
    padding: 10px 0 5px;
    padding-top: 20px;
    padding-bottom: 20px;
    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;
}
.productList .item:hover .itemText{
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.16);
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    background-color: #fff;
}
.itemText h6{
   margin: 0;
   color: #042528;
   font-weight:500;
   font-size: 16px;
}
.d-inline.starIcons i {
	font-size: 10px;
    padding: 0;
    color: #aaaaaa;
}
.itemText p a{
    color: #707070;
    font-weight: 400;
}
.section_title h2 {
	color: #96DB4A;
	font-weight: 600;
	padding: 25px 0;
	font-size: 30px;
    text-transform: uppercase;
}
.formBlock label {
	font-size: 16px;
	font-weight: 400;
	color: #000000;
}
.addtoCart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #AAAAAA;
    padding: 8px 0;
    color: #fff;
    font-size: 12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    visibility: hidden;
}
.prod_image img{
    height: 225px;
    width: 270px;
    
}
.addtoCart a{
    color: #fff;
}
.addtoCart a:hover{
    color: #fff;
}
.addtoCart i{
    margin-right: 8px;
    font-size: 13px;     
}
/* .socialMediaSctn a{
    color: #fff;
} */



.accountP a {
    color: #96DB4A;
  }


.socialContact a {
	color: #ffffff;
	font-weight: 300;
	font-family: 'Source Sans Pro';
}
.topRight .account{
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}
.topRight .account a:hover{
    color: #96DB4A;
}
.socialContact span{
    font-weight: 600;
}
.socialIcons .dropdown-menu{
    padding: 5px 15px;
    font-size: 16px;
    left: -40px;
}
/* .logoSection .col-md-4{
    display: flex;
    justify-content: center;
    align-items: center;
}  */
.socialIcons a{
    color: #fff;
}
.socialContact a {
    color: #fff;
}
.border{
    border: 1px solid #96DB4A !important;
}
.btn.border-left-0.border i {
    color: #819391;
}
.socialIcons a.dropdown-item{
    color:#747474;
    padding: 5px 15px;
    border-bottom: 1px solid #dddddd;
}
.socialIcons a.dropdown-item:last-child{
    border-bottom: 0px solid #dddddd;
} 
.socialIcons a.dropdown-item:hover{
    color: #96DB4A;
    background-color: transparent;
}
.addtoCart img{
    width: auto !important;
}
.proctShow:hover .iconPlaceEye, .proctShow:hover .iconPlaceHeart{
    display: block;
    cursor: pointer;
}
.iconPlaceHeart:hover, .iconPlaceEye:hover, .addtoCart:hover{
    background-color: #96DB4A;
}
.item:hover .addtoCart {
    visibility: visible;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
}
.itemText h6 a, .itemText h6 {
	color:#000000;
}
.itemText h6 a:hover{
    color: #96DB4A;
}
.SupportSctn {
    background-color: #000000;
    color: #fff;
    padding: 50px 0 130px;
}
.relatedImg {
    float: left;
    padding-right: 20px;
}
.relatedImg img{
    width: 35px;
}
.relatedImg img.headSet {
    width: 30px;
}
.relatedTxt {
    float: left;
}
.cart.dropdown:hover .innerSidebar {
    display: block!important;
}
.cart .dropdown {
    margin-left: 2px !important;
  }
.LogInSctn.header ul li:first-child {
	margin-right: 16px;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:active, .navbar-light .navbar-nav .nav-link:hover{
    color: #96DB4A !important;
    text-decoration: underline;
}
.navbar-light .navbar-nav .nav-link.active{
    color: #96DB4A !important;
    text-decoration: underline;
    font-size: 22px;
}
.relatedTxt h6{
    font-weight: 500;
    font-size: 16px;
}
.relatedTxt span {
    color: #aaa;
    font-weight: 300;
    font-size: 14px;
}
.iconPlaceHeart.addedToWishList{
    background-color: #96DB4A;
}
.productList h3 {
    text-align: center;
    padding-bottom: 30px;
    color: #96DB4A;
    font-weight: 600;
    font-size: 25px;
}
.productList {
    padding: 40px 30px;
    position: relative;
    bottom: 85px;
}
.productDetailsText {
    margin:10px;
    text-align:center;
    color:#ff0000;
}
.threeIcons .eye{
    padding: 8px 6px;
}
.threeIcons .cart{
    /* padding: 2px 5px; */
    color: #fff;
}
.threeIcons{
    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;
}
.threeIcons span:hover{
    background-color: #96DB4A;
    cursor: pointer;
}
.threeIcons span {
    background-color: #ffffff;
    margin: 7px;
    padding: 6px;
}
.threeIcons{
    visibility: hidden;
}
.productList .item:hover .threeIcons{
    visibility: visible;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -moz-animation-duration: 1s;
}
/*Model view Image*/
.viewImage img {
    width: 100%;
    height: 370px;
}
 .modal-body .bigImage img{
    width: 100%;
	height: 306px;
}
.arrowIconOne{
    position: absolute;
    right: 28px;
    top: 47%;
}
.arrowIconTwo{
    position: absolute;
    right: 28px;
    top: 65%;
}
button.close:focus{
    outline: none;
}
.arrowIconTwo:hover, .arrowIconOne:hover{
    cursor: pointer;
}
/* select{
    appearance: none;
} */
.formBlock .form-control.col-sm-10{
    margin-left: 50px;
    border-radius: 5px;
}
.copyRightSctn {
	border-top: 1px solid #fff;
	padding-top: 15px;
}
.flex_space_between {
	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: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
/*
.formBlock select{
    appearance: none; 
	padding: 8px 15px;
	font-size: 13px;
	font-weight: 400;
	min-width: 200px;
	border: 1px solid #e5e5e5;
	max-width: 100%;
	appearance: none;
	border-radius: 3px;
	background-image: url("../images/polygon.png");
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-color: transparent;
	text-indent: 0.01px;
	text-overflow: '';
	cursor: pointer;
	background-size: 10px auto;
}
*/
.btn.viewCart{
    background-color: #96DB4A;  
    padding: 5px 50px;
    color: #fff;
}
.viewImageModel div.form-group:nth-child(3) {
    padding: 0 16px;
}
.viewImageModel .form-control:focus{
outline: none;
-webkit-box-shadow: none;
box-shadow: none;
}
select::expand {
    display: none;
  }
.modal-header.headerPd {
    padding: 0;
    border: none;
}
.viewContent .content{
    font-size: 12px;
}
.smallImages:hover{
    cursor: pointer;
}
.smallImages img {
	width: 130px;
	height: 70px;
	-o-object-fit: contain;
	object-fit: contain;
}
.roundedIcons {
	border-radius: 50%;
	width: 35px;
	height: 35px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	/* line-height: 51px; */
	text-align: center;
	color: #fff;
	margin-right: 5px;
	/* vertical-align: middle; */
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.roundedIcons.blue{
    background-color: #3C5B9B;
}
.roundedIcons.black{
    background-color: #363636;
}
.roundedIcons.red{
    background-color: #BD081C;
}
.roundedIcons.pink{
    background-color: #DC5043;
}
.roundedIcons.darkGreen{
    background-color: #010103;
}
.roundedIcons.whatsApp{
    background-color: #29AC00;
}
.popUpIcons{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.form-group.flexStyle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}
.productsPagination .page-item .page-link{
    margin-right: 5px;
    background-color: #ECECEC;
    color: #96DB4A;
}
.productsPagination .page-item.active .page-link, .productsPagination .page-item .page-link:hover, .productsPagination .page-item .page-link:focus{
    background-color: #96DB4A;
    border: 1px solid #96DB4A;
    color: #fff;
}
.allProducts {
	padding-bottom: 25px;
}
.productShowcase .breadcrumb {
    background-color: transparent;
}
.product-active{
    display: block;
}
/*Checkout*/
.checkout {
	background-color: #F7F7F7;
}
.checkout.sctn{
    padding: 0 0 40px;   
    min-height: 66vh;
}
.btn.focus, .btn:focus{
    outline: none !important;
    -webkit-box-sizing: none !important;
    box-sizing: none !important;
}
#collapseCoupon .form-inline{
    margin: 0;
}
.paypal {
    position: absolute;
    margin-top: -7px;
    background-color: #fff;
    margin-left: 12px;
}
.imagesInline {
    background-color: #fff;
    padding: 3px;
    margin-left: 10px;
}
.borderImage {
    border: 1px solid #dddddd;
    padding: 5px;
}
thead {
    background-color: #f2f2f2;
}
.clicktoLogin {
    background-color: #F2F2F2;
    padding: 20px;
    border-top: 2px solid #96DB4A;
    font-size: 14px;
    color: #747474;
    margin-bottom: 15px;
}
.clicktoLogin a{
    color: #96DB4A;
}
.greenBg {
    background-color: #96DB4A;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    padding: 7px 20px;
}
.star {
    color: red;
    padding-left: 5px;
}
.checkoutForm{
    font-size: 14px;
}
.btn.checkoutBtn {
    background-color: #96DB4A;
    color: #fff;
    padding: 3px 5px;
    font-size: 13px;
    text-transform: uppercase;
}
.btn.checkoutBtn:hover, .btn.checkoutBtn:focus{
    color: #fff;
    background-color:#96DB4A;
}
.btn.ProceedcheckoutBtn{
    background-color: #96DB4A;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    border-radius: 0;
    font-weight: 500;
}
.btn.ProceedcheckoutBtn:hover, .btn.ProceedcheckoutBtn:focus{
    color: #fff;
    background-color: #96DB4A;
}
.btn.checkoutBtn:focus{
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.yourOrder thead {
    background-color: #F2F2F2;
    border: none;
}
.yourOrder .table thead th{
    border: 0px;
    text-align: center;
}
.yourOrder .table td{
    text-align: center;
    font-size: 14px;
}
label{
    font-size: 14px;
}
.paypal.d-inline img {
    width: 100%;
    height: auto;
    display: inline-block;
}
.btn.logInBg.mb-2 {
	background-color: #96DB4A;
	color: #fff;
    border-radius: 0px;
    font-weight: 500;
    text-transform: uppercase;
}
.btn.logInBg.mb-2:hover, .btn.logInBg.mb-2:focus{
    color: #fff;
    background: #96DB4A;
}
.openLogin {
    background-color: #fff;
    padding: 20px 20px 15px;
    font-size: 14px;
    margin-bottom: 20px;
    border: 1px solid #dddddd;
    color: #747474;
}
.openLogin p{
    color: #747474;
}
.lostPassword a{
    font-size: 14px;
    color: #96DB4A;
}
.lostPassword a:hover{
    color: #96DB4A;
}
.formBlock .form-control:focus{
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #96DB4A;
}
.formBlock .form-control{
    border-radius: 50px;
    color: #B5B5B5;
    padding-left: 5px;
    border: 1px solid #000000;
}
.formBlock .form-control::-webkit-input-placeholder{
    color: #B5B5B5;
}
.formBlock .form-control:-ms-input-placeholder{
    color: #B5B5B5;
}
.formBlock .form-control::placeholder{
    color: #B5B5B5;
}
.btn.btn-primary.submitBtn {
	margin-left: auto;
	display: block;
	background-color: transparent;
	color: #96DB4A;
	border: 1px solid #96DB4A;
	border-radius: 50px;
	padding: 7px 25px;
}
/*aboutUs*/
.aboutusSctn{
    padding-bottom: 60px;
        min-height: 66vh;

}
.breadcrumb {
    background-color: transparent;
    padding: 5px 0;
    margin: 0 0 25px 0;
}
.aboutusImage img{
    width: 100%;
    height: 400px;
}

.flexItem.dropdown-link.active span i{
    color: #96DB4A;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.aboutusContent p {
    font-size: 14px;
    margin-bottom: 20px;
}
.aboutusContent a{
    color: dodgerblue;
}
.aboutusContent h3{
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 27px;
    color: #96DB4A;
}
.breadcrumb-item a {
    color:#000000;
    font-weight: 600;
    font-size: 20px;
}
/*Cart*/
.cartSctn{
    background-color: #F7F7F7;
    padding-bottom: 60px;
        min-height: 66vh;

}
.cartSctn .table-bordered thead th{
    border: none;
    color: #96DB4A;
    text-align: center;
    text-transform: uppercase;
}
.cartSctn tbody {
    background-color: #fff;
    text-align: center;
    vertical-align: middle;
}
.cartSctn .table-bordered td, .cartSctn .table-bordered th{
    text-align: center;
    vertical-align: middle;
}
.cartSctn .table-bordered td form{
    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;
    margin: 0;
}
.cartSctn .quantity{
    width: 70px;
    padding: 10px;
}
.btn.updateBtn{
    float: right;
    background-color: #96DB4A;
    border-radius: 0px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
}
.btn.updateBtn:hover{
    background-color: #96DB4A;
    color: #fff;
}
.Orange, .Orange > .btn {
    color: #96DB4A;
}
.couponPart {
    background-color: #fff;
    margin-top: 55px;
}
.coupon {
    padding: 20px 0;
}
.coupon p{
    padding-left: 20px;
    padding-bottom: 20px;
}
.OrderBg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 5px 30px;
}
.borderDiv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 15px 20px;
    border-top: 1px solid #555;
    padding-top: 14px;
}
.borderDiv .col-md-6{
    padding: 0;
}
.OrderDetails p, .amountDetails p{
    margin-bottom: 20px;
}
.space{
    visibility: hidden;
}
.amountDetails{
    float: right;
    text-align: right;
}
.btn.btnCheckout,.btn.btnquotation {
    background-color:#96DB4A;
    color: #fff;
    text-transform: uppercase;
    border-radius: 0px;
    font-size: 15px;
    margin-bottom: 25px;
    margin-left: 10px;
}
.btn.btnCheckout:hover, .btn.btnCheckout:focus,.btn.btnquotation:hover,.btn.btnquotation:focus{
    background-color: #96DB4A;
    color: #ffff;
}
/*Contact Us*/
.contactusSctn{
    padding-bottom: 60px;
        min-height: 66vh;

}
.contactusContent h3 {
    font-size: 27px;
    margin-bottom: 25px;
    font-weight: 600;
    color: #96DB4A;
}
.getInTouch h3 {
    font-size: 30px;
    margin-bottom: 25px;
    font-weight: 600;
    color: #96DB4A;
}
.iconText {
    /* display: flex; */
    border-bottom: 1px solid #dddddd;
    padding: 10px 0;
    display: block;
    max-width: 500px;
}
.iconText i{
    font-size: 19px;
    margin-right: 10px;
    color: #96DB4A;
}
.contactIcons {
    margin: 15px 0;
    font-size: 14px;
}
.contactForm {
    background-color: #fff;
    padding: 20px 18px;
    border-radius: 5px;
    border: 1px solid 1px solid #55555526;
}
.custom-select:focus {
	border-color: #ced4da;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn.sendBtn.orangeBg {
	background-color: transparent;
	color: #96DB4A;
    border: 1px solid #96DB4A;
	border-radius: 0px;
	text-transform: capitalize;
	padding: 5px 17px;
	border-radius: 50px;
    margin-top: 25px !important;
    display: block;
    font-size: 18px !important;
    /* margin: auto; */
}
.modal-body p s{
    color: #A8A8A8;
    padding: 0 8px;
    font-weight: 600;
    font-family: Nunito;
}
.modal-body p{
    color: #040321;
    font-weight: 300;
    font-size: 16px;
}
.modal-body p b{
    color: #040321;
}
.btn.sendBtn.orangeBg:hover{
    color: #96DB4A;
    border: 1px solid #96DB4A;
}
/*Log In*/
.logInSctn{
    background-color: #F7F7F7;
}
.LogIn h3{
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 25px;
}
.btn.logIn {
    background-color: #96DB4A;
    color: #fff;
    border-radius: 50px;
    font-size: 14px;
    padding:3px 15px;
    text-transform: uppercase;
}
.btn.logIn:hover, .btn.logIn:focus{
    color:#fff;
    background-color: #96DB4A;
}
.loginForm {
    background-color: #fff;
    padding: 20px;
    border:  1px solid #55555526;
    border-radius: 5px;
}
.logInRegistr {
	background-color: #f7f7f7;
	padding-bottom: 60px;
	    min-height: 66vh;

}
.btn.logIn{
    float: right;
}
.form-text.Orange:hover{
    cursor: pointer;
}
/*My Account*/
.myAccountSctn {
    background-color: #f7f7f7;
    padding-bottom: 60px;
        min-height: 66vh;

}
.orange:hover{
  color: #96DB4A;  
}
.myAccountSctn .table-bordered td, .table-bordered th{
    font-size: 14px;
}
.billingAddress address {
    font-size: 14px;
}
.btn.savechanges {
	background-color: #96DB4A;
	color: #fff;
	border-radius: 50px;
	font-size: 12px;
}
.billingForm {
    display: none;
}
#edit:active .billAddress, #edit:focus .billAddress{
    display: none;
}
.btn.savechanges:focus{
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.accountDetails{
    display:none;
}
.myAccountSctn .nav-pills .nav-link.active, .myAccountSctn .nav-pills .show > .nav-link{
    background-color: #96DB4A;
    cursor: pointer;
}
.myAccountSctn .nav-pills .nav-link{
    background-color: #96DB4A;
    margin-bottom: 10px;
    color: #fff;
    font-size: 14px;
}
.accountHeadng{
    font-size: 24px;
    font-weight: 600;
}
.myAccountSctn #accountDetails {
    border-bottom: 0px solid #555;
}
.form-group select {
    background-image: url("../images/select-bg.png");
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: 16px auto;
    cursor: pointer;
}
/*my WishList*/
.btn.addtoCartBtn {
    background-color:  #96DB4A;
    color: #fff;
    text-transform: uppercase;
    border-radius: 0px;
    font-size: 12px;
}
.btn.addtoCartBtn:hover{
    background-color:  #96DB4A;
}
.myWishlist .table-bordered thead th {
    border: none;
    color: #96DB4A;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
}
.myWishlist{
    background-color: #F7F7F7;
    padding-bottom: 60px;
        min-height: 66vh;

}
.myWishlist tbody {
    background-color: #fff;
    text-align: center;
    vertical-align: middle;
}
.myWishlist .table-bordered td, .myWishlist .table-bordered th{
    vertical-align: middle;
    font-size: 14px;
}
/*product details*/
.bigImage {
    border: 1px solid #96DB4A;
}
.leftsctn .col-md-12{
    padding: 0;
}

.smallImages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 10px 30px;
}
.smallImages  .col-md-3{
    padding: 0 5px;
}
.leftsctn{
    background-color: #fff;
    padding: 10px;
}
.colorsRow{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.colorsBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.box{
    width: 30px;
    height: 30px;
    background-color: #fff;
    margin: 3px;
}
.yellow{
    background-color: yellow;
}
.red{
    background-color: red;
}
.blue{
    background-color: blue;
}
.violet{
    background-color: violet
}
.tabList {
    background-color: #fff;
    margin: 50px 0;
}
.tabList .nav-pills .nav-link.active, .tabList .nav-pills .show > .nav-link{
    background-color: #96DB4A;
    border-radius: 0px;
    text-transform: uppercase;
    color: #fff;
}
.tabList .nav-pills .nav-link{
    background-color:#f2f2f2;
    text-transform: uppercase;
    margin-right: 10px;
    border-radius: 0px;
    color: #777777;
}
.tabList .tab-content > .tab-pane{
    padding: 20px;
}
.tabList .tab-content > .tab-pane p{
    margin-bottom: 25px;
    font-size: 14px;
}
.bigImage img {
    display: block;
    margin: 0 auto;
    width: 100%;
}
.productName {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 10px;
}
.d-inline.starIcons i {
	font-size: 16px;
}
.mgTop{
    margin-top: 22px;
}
.color {
    margin-top: 70px;
    margin-bottom: 10px;
}
.whitePd {
	background-color: #fff;
	margin-right: 8px;
}
.smallForm{
    margin-top: 20px;
    width: 100%;
}
.smallForm .form-control{
    width: 70px;
}
.btn.cartBtn.mb-2{
	background-color: #96DB4A;
	color: #fff;
	text-transform: uppercase;
	padding-right: 35px;
    padding-left: 35px;
    border-radius: 0px;
}
.d-inline.mgTop i {
    color: #96DB4A;
}
.shareOn{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.greyBlack a{
    color: #555;
}
.relatedProducts .owl-prev i{
    background-color: #96DB4A;
    padding: 5px 10px;
    font-size: 24px;
    color: #fff;
    position: absolute;
    right: 35px;
    top: -40px;

}
.relatedProducts .owl-next i {
    background-color:#96DB4A;
    padding: 5px 10px;
    font-size: 24px;
    color: #fff;
    position: absolute;
    top: -40px;
    right: 0;
}
h3.productheading{
    position: relative;
    text-transform: uppercase;
    font-size: 22px;
}
h3.productheading:after {
    position: absolute;
    top: 53%;
    overflow: hidden;
    width: 74%;
    height: 1px;
    content: '\a0';
    background-color: #80808069;
}
.relatedProducts {
    padding: 10px 0 30px;
}
/*Terms and Conditions*/
.termsconditionsContent h3 {
	font-size: 27px;
	font-weight: 600;
	margin-bottom: 30px;
	color: #96DB4A;
}
.socialMediaSctn .col-md-6{
    margin: auto;
}
.d-inline.facebook, .d-inline.instagram {
    margin-right: 8px !important;
    margin: auto;
}
.headerIconStyle, .facebookWhite, .instagramWhite, .youtubeWhite{
    margin-right: 12px;
}
.topRight {
    float: right;
    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;
}
.nav-link.colorWhite i {
	font-size: 18px;
	vertical-align: middle;
    font-weight: 400;
    
}
.navbar.navbar-expand-lg.navbar-light.menuList {
	padding: 0;
	max-width: 1300px;
	margin: auto;
}
.menuList .nav-link {
    padding: 21px 21px !important;
}
#carouselControls .carousel-control-prev {
	left: -40px;
}
#carouselControls .carousel-control-next {
	right: -40px;
}
#navbarSupportedContent {
	padding: 0;
}
.product_popup .modal-body {
    padding: 50px;
}
.product_popup.in {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-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;
}
.product_popup .modal-body button.close {
	background: #cdcdcd none repeat scroll 0 0;
	border-radius: 50%;
	color: #000;
	font-size: 35px;
	height: 50px;
	line-height: 30px;
	opacity: 1;
	position: absolute;
	right: -20px;
	text-align: center;
	top: -20px;
	width: 50px;
    z-index:9999;
}
.cta_fashion {
	background: #96DB4A;
	color: #fff;
	display: inline-block;
	padding: 12px 30px;
	text-transform: uppercase;
	-webkit-transition: .3s;
	transition: .3s;
	border: none;
	height: 43px;
	white-space: nowrap;
    text-align: center;
}
.cta_fashion:hover{
    background-color: #96DB4A;
}
.register_form p {
	margin-bottom: 15px;
}
.zoomWrapper {
	overflow: hidden;
}
#thumbsImg img, #largeImage {
	cursor: pointer;
}
/*.zoomWrapper img {
	width: 100%;
}*/
.zoomWrapper img {
	width: 100%;
    height: 350px;
}
.normal-zoom {
	-webkit-transform: scale(1);
	transform: scale(1);
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
	-webkit-transition: -webkit-transform 250ms;
	transition: -webkit-transform 250ms;
	transition: transform 250ms;
	transition: transform 250ms, -webkit-transform 250ms;
}
/*.smallImages img {
	width: 100%;
	height:80px;
}*/
.activeImage {
	border: 1px solid #96DB4A;
}
.reviewP {
	font-size: 16px;
	word-spacing: 5px;
	padding: 10px 0;
}
.singleProduct {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: unset;
	flex-direction: unset;
	margin: 0;
	margin-bottom: 30px;
}
.singleProduct .product-image {
	/* width: 30%; */
	position: relative;
}
.singleProduct .image-style {
	/* max-width: 100%; */
	height: auto;
	width: 120px;
}
.singleProduct .productContent {
	/* width: 70%; */
	padding-left: 15px;
}
.productContent {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	text-transform: capitalize;
	text-align: left;
	margin-top: 15px;
}
.clicktoLogin a:hover {
	color: #96DB4A !important;
}
.productRating {
    padding: 5px 0;
    font-size: 10px;
}
.productRating i{
    color: #aaaaaa;
}
.price {
	font-size: 16px;
	font-weight: 600;
	color: #000000;
}
.productName {
	font-size: 24px;
	color: #000;
	font-weight: 500;
}
.d-inline.starIcons i.selectedRating, .d-inline.starIcons i.fas.fa-star-half-o{
	color:#96DB4A;
}
.d-inline.mgTop i.addedWishList,item i.addedWishList {
	background-color: #96DB4A;
	color:#FFF;
}
#productDetailSize{
	width:15%;
}
select#productDetailSize{
	-webkit-appearance: auto;
	-moz-appearance: auto;
	appearance: auto;
}
.sizeStyling {
    margin-bottom: 10px;
}
.colorStyle {
	margin-top: 10px;
	margin-bottom: 10px;
}
.productRating i.selectedRating{
	color:#96DB4A;
}
.submitReview{
	margin-top:10px;
	background-color: #96DB4A;
	border-radius: 0px;
	text-transform: uppercase;
	color: #fff;
}
.shipping {
    margin-bottom: 25px;
}
.shipping .form-check{
    padding-top: 10px;
}
.payment-details{
    display: none;
    padding:10px 0;
}
.threeIcons .heart i, .threeIcons .eye i{
	color:#FFF;
}
.wholeSale span {
	display: block;
	color: #96DB4A;
}
.wholeSale {
	padding-bottom: 10px;
}
.tooltip {
    position: relative;
    display: block;
    color: #96DB4A;
    opacity: 1;
    padding-top: 10px;
    z-index: 1;
 } 
  .tooltip .tooltiptext {
    visibility: hidden;
    width: 160px;
    background-color: #96DB4A;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
}
 .tooltip:hover .tooltiptext {
    visibility: visible;
    cursor: pointer;
}
#thumbImg .owl-next {
    color: #fff;
    top: 50px;
    position: absolute;
    right: -25px;
    bottom: 0;
    width: 0;
    height: 0;
    background-color: #96DB4A;
	padding: 20px 10px !important;
}
#thumbImg .owl-prev {
	color: #fff;
	top: 50px;
	position: absolute;
	left: -25px;
	bottom: 0;
	width: 0;
	height: 0;
	background-color: #96DB4A;
	padding: 20px 10px !important;
}
#thumbImg .owl-next i{
    margin-top: -10px;
    margin-left: -6px;
    font-size: 18px;
}
#thumbImg .owl-prev i{
    margin-top: -10px;
    margin-left: -6px;
    font-size: 18px;
}
 #thumbImg .owl-next span, #thumbImg .owl-prev span{
     font-size:24px;
 }
 .headerInstagram{
margin-left:20px;
 }
 .headerDownArrow{
     margin-left:5px;
 }
 .breadcrumbSpan{
    -webkit-transform: skew(30deg);
    transform: skew(30deg);
    color: #212529;
    padding:0px 5px;
    font-size: 20px;
}
.innerSidebar.cart_popup .item_details{
    margin-left: 10px;
    margin-top:10px;
}


/* Style the tab */
.tab {
    float: left;
    width: 25%;
  }
  .tabA{
    margin-top: 20px;
    margin-bottom: 80px;
  }
  
  /* Style the buttons inside the tab */
  .tab button {
    display: block;
    background-color:#fff;
    color: #96DB4A;
    padding: 0px 16px;
    width: 242px;
    border:2px solid #96DB4A;
    margin-bottom: 25px;
    outline: none;
    text-align: left;
    font-family: 'Source Sans Pro';
    border-radius: 50px;
    text-align: center;
    font-weight: 600;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    min-height: 54px;
    font-size: 20px !important;
  }
  
  /* Change background color of buttons on hover */
 
  
  /* Create an active/current "tab button" class */
  .tab button.active {
    color:#fff;
    background-color: #96DB4A;
  }
  
  /* Style the tab content */
  .tabcontent {
    float: left;
    padding: 0px 12px 12px 42px;
    border-left:1px solid #96DB4A;
    width: 75%;
    color:#3D3D3D;
    font-family: 'Source Sans Pro';
    font-size: 16px !important;
   
   
  }
 
  .tabcontent p{
    margin-bottom: 1rem;
    font-weight: 400;
  }
  .NumS{
      font-size:22px !important;
      color: #040321;
      font-weight: 600;
      font-family: 'Nunito';
  }
  .NumF{
      font-size: 18px !important;
      color: #9F9F9F;
      font-family: 'Nunito';
      font-weight: 400;
  }
  .Duration{
      font-size: 18px;
  }
  .duarationD{
    width: 104px;
    height: calc(1.5em + .75rem + 0px);
    border: 1.5px solid #3d3d3d;
    color: #040321;
    font-size: 18px !important;    

  }
  .TextareaForm{
      border-radius: 10px;
  }
  .duarationD:focus{
    width: 104px;
    height: calc(1.5em + .75rem + 0px);
    border: 1.5px solid #3d3d3d;
    color: #040321;
    font-size: 18px !important;    

  }
  .DurationP{
      padding-left: unset;
      padding-right: unset;
      margin-left: -25px;
  }
  .StarS{
      margin-left: 10px;
    color: #B5B5B5;
    font-family: 'Source Sans Pro';
    font-size: 16px !important;
  }
  .btn-primary:not(:disabled):not(.disabled):active{
    background-color: #C4A48A;
    border-color: #C4A48A;
  }
  .productNames {
    font-size: 15px;
    color: #040321;
    font-weight: 300;
    font-family: 'Nunito';
}
.reviews p{
    font-family: 'Nunito';
    color: #212529;;
}
.form-control:focus{
    -webkit-box-shadow: unset;
    box-shadow: unset;
    border-color: #C4A48A;
}
.price{
    font-family: 'Nunito';
}
.FormLabel label{
    font-family: 'Nunito';
}
.FormPd{
padding: 20px;
}
.Pdescription{
    color: #fff;
    margin: 11px;
    margin-top: 0px;
    font-size: 18px;
    font-weight: 400; 
}
.far.fa-long-arrow-right{
    font-size: 16px !important;
}