/*

TemplateMo 559 Zay Shop

https://templatemo.com/tm-559-zay-shop

---------------------------------------------
Table of contents
------------------------------------------------
1. Typography
2. General
3. Nav
4. Hero Carousel
5. Accordion
6. Shop
7. Product
8. Carousel Hero
9. Carousel Brand
10. Services
11. Contact map
12. Footer
13. Small devices (landscape phones, 576px and up)
14. Medium devices (tablets, 768px and up)
15. Large devices (desktops, 992px and up)
16. Extra large devices (large desktops, 1200px and up)
--------------------------------------------- */

/* Typography */
body, ul, li, p, a, label, input, div { 
    font-family: sans-serif;  
    font-size: 17px !important;
    font-weight: 300 !important;
}
.border-bottom-light{
	border-bottom: 1px solid #f9f9f9;
}
.navbar-light .navbar-toggler-icon{
	background-image: none;
}
.height{
	height: 70px !important;
}
.bold{
	font-weight: bold !important;
}

.bg-about {
	background: #2b0004;	
}

.col-12.col-md-6.col-lg-6.m-auto.mt-4.mt-lg-0.px-lg-4.text-justify span {
	color: #891723;
}

.about span {
	color: #edecec;
}

.navbar-brand{
	padding: 0  !important;
	height: 50px !important;
}
.title-small.bold div{
	font-weight: bold !important;
}
.title-small.bold .description{
	font-weight: normal !important;
	font-style: italic  !important;
	color: #777;
	font-size: 14px !important;
}
.h1 {
    font-family: sans-serif;
    font-size: 48px !important;
    font-weight: 200 !important;
    color: #000;
}
.h11 {
    font-family: sans-serif;
    letter-spacing: 2px;
    font-size: 34px !important;
    font-weight: 200 !important;
    text-shadow: -1px 1px 2px #8b6e57;

}

.h2, h2 {
   font-family: sans-serif;
    font-size: 30px !important;
    font-weight: 300 !important;
}

.h3 {
    font-family: 'EB Garamond', serif;
    font-size: 22px !important;
}
.navbar-toggler:focus{
    box-shadow: none;
}
.navbar-toggler-icon{
    color: #ffffff;
    background: transparent;
}
/* General */
.logo {
    font-weight: 500 !important;
    margin-top: -20px !important;
}
.btn:focus{
    outline: none;
}
.text-warning {
    color: #ede861 !important;
}

.text-muted {
    color: #bcbcbc !important;
}

/* .text-success {
    color: #8a664e !important;
    background: linear-gradient(270deg, #AF6C07 0%, #DBA12F 9.38%, #EFBA6C 23.96%, #FFE1A6 44.98%, #FFE1A6 44.98%, #D1933A 82.01%, #CB9A50 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
} */

footer .text-light {
    color: #fff !important;
}
.text-light {
    color: #fff !important;
}

.bg-dark {
    background-color: #8a664e !important
}

.bg-light {
    /* background-color: #fff5ee !important; */
    /* background: linear-gradient(270deg, #000000 0%, #333333 9.91%, #000000 32.86%); */
}

.bg-black {
    background-color: #1d242d !important;
}

.bg-success {
    background-color: #fff !important;
}

.btn-success {
    background-color: #891723 !important;
    border-color: #c32536 !important;
}

.pagination .page-link:hover {
    color: #000;
}

.pagination .page-link:hover, .pagination .page-link.active {
    background-color: #8e664d;
    color: #fff;
}
.about-title{
    color: #fefaf3;
    margin-bottom: 15px;
}
.gallery .fa-chevron-left, .gallery .fa-chevron-right{
    color: #242424;
    font-size: 30px;
}
.gallery .fa-chevron-left:hover, .gallery .fa-chevron-right:hover{
    color: #000;
}
.no-border{
    border: none;
}
.title-about{
    color: #8a664e

}


#templatemo_nav_top{
    z-index: 0;
}
/* Nav */
#templatemo_nav_top {
    min-height: 40px;
}

#templatemo_nav_top * {
    font-size: .9em !important;
}

#templatemo_main_nav a {
    color: #ffffff;
}

#templatemo_main_nav a:hover {
    color: #69bb7e;
}

#templatemo_main_nav .navbar .nav-icon {
    margin-right: 20px;
}

/* Hero Carousel */
#template-mo-zay-hero-carousel {
    /*background: #efefef !important;*/
    margin-top: 40px;
}

/* Accordion */
.templatemo-accordion a {
    color: #000;
}

.templatemo-accordion a:hover {
    color: #333d4a;
}

/* Shop */
.shop-top-menu a:hover {
    color: #69bb7e !important;
}

/* Product */
.product-wap {
    /*box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.10);*/
}

.product-wap .product-color-dot.color-dot-red {
    background: #f71515;
}

.product-wap .product-color-dot.color-dot-blue {
    background: #6db4fe;
}

.product-wap .product-color-dot.color-dot-black {
    background: #000000;
}

.product-wap .product-color-dot.color-dot-light {
    background: #e0e0e0;
}

.product-wap .product-color-dot.color-dot-green {
    background: #0bff7e;
}

.card.product-wap .card .product-overlay {
    background: rgba(45, 45, 45, .5);
    visibility: hidden;
    opacity: 0;
    transition: .3s;
}

.card.product-wap:hover .card .product-overlay {
    visibility: visible;
    opacity: 1;
}

.card.product-wap a {
    color: #000;
}

#carousel-related-product .slick-slide:focus {
    outline: none !important;
}

#carousel-related-product .slick-dots li button:before {
    font-size: 15px;
    margin-top: 20px;
}

/* Brand */
.brand-img {
    filter: grayscale(100%);
    opacity: 0.5;
    transition: .5s;
}

.brand-img:hover {
    filter: grayscale(0%);
    opacity: 1;
}

/* Carousel Hero */
/* Hero Carousel */
#template-mo-zay-hero-carousel {
    background: linear-gradient(270deg, #000000 0%, #333333 9.91%, #000000 32.86%);
    background-size: cover;
    background-position: center;
}

#template-mo-zay-hero-carousel .carousel-indicators li {
    margin-top: -30px;
    background-color: #47423E;
}

#template-mo-zay-hero-carousel .carousel-control-next i,
#template-mo-zay-hero-carousel .carousel-control-prev i {
    color: #ece8e4 !important;
    font-size: 2.8em !important;
}

/* Carousel Brand */
.tempaltemo-carousel .h1 {
    font-size: .5em !important;
    color: #000 !important;
}

/* Services */
.services-icon-wap {
    transition: .3s;
}

.services-icon-wap:hover, .services-icon-wap:hover i {
    color: #fff;
}

.services-icon-wap:hover .h5 {
    color: #c69471;
}

/* Contact map */
.leaflet-control a, .leaflet-control {
    font-size: 10px !important;
}

.form-control {
    border: 1px solid #e8e8e8;
}

/* Footer */
#tempaltemo_footer a {
    color: #fff;
}

#tempaltemo_footer a:hover {
        color: #cea36a;
        
}

#tempaltemo_footer ul.footer-link-list li {
    padding-top: 10px;
}

#tempaltemo_footer ul.footer-icons li {
    width: 2.6em;
    height: 2.6em;
    line-height: 2.7em;
}

#tempaltemo_footer ul.footer-icons li:hover {
    background: linear-gradient(332deg, #fff7e840, #fff7e840, #fff7e840);
    transition: .5s;
}

#tempaltemo_footer ul.footer-icons li:hover i {
    color: #891723;
    text-shadow: 1px 1px 1px #000;
    transition: .5s;
}



/*
// Extra small devices (portrait phones, less than 576px)
// No media query since this is the default in Bootstrap
*/
/* Small devices (landscape phones, 576px and up)*/
.product-wap .h3, .product-wap li, .product-wap i, .product-wap p {
    font-size: 12px !important;
}

.product-wap .product-color-dot {
    width: 6px;
    height: 6px;
}
.carousel-inner .img-fluid{
    border-bottom-left-radius: 20px 20px;
    border-top-right-radius: 20px 20px;
}
.link-services{
    text-decoration: none;
}

@media (min-width: 576px) {
    .tempaltemo-carousel .h1 {
        font-size: 30px !important;
    }

}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    /*#templatemo_main_nav .navbar-nav {max-width: 450px;}*/
    .border-right {
        border-right: 1px solid #dee2e6 !important;
    }
    .gallery .img-fluid{
        border-bottom-left-radius: 20px 20px;
        border-top-right-radius: 20px 20px;
    }
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
	.bg-foot {
	    background-color: #242424 !important
	}
    #templatemo_main_nav .navbar-nav {
        max-width: 700px;
    }

    #template-mo-zay-hero-carousel .carousel-item {
        min-height: 30rem !important;
    }

    .product-wap .h3, .product-wap li, .product-wap i, .product-wap p {
        font-size: 18px !important;
    }

    .product-wap .product-color-dot {
        width: 12px;
        height: 12px;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }
    .gallery .img-fluid{
        border-bottom-left-radius: 50px 50px;
        border-top-right-radius: 50px 50px;
    }
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    h1 b {
        font-size: 50px;
    }
}
.navbar {
    background: linear-gradient(-270deg, #fffdf3, #fffbe8);
    box-shadow: 0px 0px 4px #919191;
}

.rounded-circle a {
    color: #fff  !important;
}

#tempaltemo_footer a.text-color {
    color: #dfbd9d;
    text-decoration: none;
}

#tempaltemo_footer a.text-color:hover {
    color: #fff;
}

.text-light.border-light-menu {
    border-bottom: 1px solid #c9b998;
    width: 10%;
}

.mr-auto, .mx-auto {
    margin-right: auto !important;
}

.ml-auto {
    margin-left: auto !important;
}

/* Nav */
#templatemo_nav_top {
    min-height: 40px;
}

#templatemo_nav_top * {
    font-size: .9rem !important;
}

#templatemo_nav_top a:hover {
    color: #e2aa84 !important;
}

#templatemo_main_nav a {
    color: #000;
    font-weight: 700 !important;
    text-align: center;
    text-transform: uppercase;
}

#templatemo_main_nav a:hover {
    color: #b36c00;
    text-decoration: underline;
}

.margin-top{
    margin-top: 6rem !important;
}
#templatemo_main_nav .navbar .nav-icon {
    margin-right: 20px;
}
ul li a.active {
    background: red;
}

.navbar-light .navbar-nav .nav-link.active {
    color: #fff !important;
}

.padding-footer {
    padding: 40px 0;
}


.padding-container {
    padding: 60px 0;
}
.text-justify{
    text-align: justify;
}

/*******************************/
/********* Pricing CSS *********/
/*******************************/
.discount {
    position: relative;
    width: 100%;
    padding: 90px 0;
    background: url('../images/Village-nail-bar-background.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.discount .container {
    max-width: 750px;
    text-align: center;
}

.discount .section-header {
    margin-bottom: 20px;
}

.discount .section-header p {
    color: #fff;
    background: transparent;
}

.discount .section-header p::after {
    display: none;
}

.discount .section-header h2 span {
    color: #dfbd9d;
    font-size: 50px;
}

.discount .discount-text p {
    color: #454545;
}

.discount .discount-text .btn,
.about .about-text .btn {
    margin-top: 10px;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 700 !important;
    color: white;
    background: #b49276;
    transition: .3s;
    border-radius: 8px;
    border: 1px solid #dcb296;
    text-transform: uppercase;
}

.btn-book-banner {
    margin-top: 10px;
    padding: 12px 20px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    color: white;
    background: #d86056;
    transition: .3s;
    border-radius: 8px;
}

.discount .discount-text .btn:hover,
.discount .discount-text .btn:focus {
    outline: none;
    color: #fff;
    background: #8a664e;
    border: 1px solid #8a664e;
}

.color-white {
    color: #fff !important;
}

.button-active {
  overflow: hidden;
  position: fixed;
  bottom: 10px;
  right: 0;
  z-index: 99;
}

.btn-ser {
	text-align: center;
	padding: 40px 0 25px 0;
}

.btn.ser {
    margin-top: 10px;
    padding: 6px 22px 4px 22px;
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #000;
    transition: .3s;
    border: 1px solid #5a3a14;
    text-transform: uppercase;
    background: linear-gradient(332deg, #462406, #ffce64, #462406);
    letter-spacing: 2px;
    box-shadow: 0px 0px 3px #ffffff;
}

.button-active .btn {
    margin-top: 10px;
    padding: 6px 16px 4px 16px;
    font-size: 12px !important;
    font-weight: 700 !important;
    color: #000;
    transition: .3s;
    border: 1px solid #5a3a14;
    text-transform: uppercase;
    background: linear-gradient(332deg, #462406, #ffce64, #462406);
    letter-spacing: 2px;
    box-shadow: 0px 0px 3px #ffffff;
}

.button-active .btn.pdx-1 {
    margin-top: 10px;
    padding: 6px 17px 4px 18px;
    font-size: 12px !important;
    font-weight: 700 !important;
    color: #000;
    transition: .3s;
    border: 1px solid #5a3a14;
    text-transform: uppercase;
    background: linear-gradient(332deg, #462406, #ffce64, #462406);
    letter-spacing: 2px;
    box-shadow: 0px 0px 3px #ffffff;
}

.discount .discount-text .btn,
.about .btn {
    margin: 30px 0;
    padding: 6px 22px 4px 22px;
    font-size: 18px !important;
    font-weight: 500 !important;
    color: #242424;
    transition: .3s;
    border: 1px solid;
    border-image-slice: 2 !important;
    border-width: 2px !important;
    border-image-source: linear-gradient(215deg, #715518, #735a00, #dfaa5e, #6d5627, #c19a62) !important;
    text-transform: uppercase;
    background: linear-gradient(155deg, #a47318, #fac605, #a47318);
    letter-spacing: 2px;
    box-shadow: 0px 0px 3px #a37e2f;
}
.btn.ser:hover,
.button-active .btn:hover,
.about .btn:hover {
    background: linear-gradient(-155deg, #a47318, #fac605, #a47318);
    color: #000 !important;
}

.about .btn.btn-black-border:hover {
	background: linear-gradient(-332deg, #46240670, #ffe7b470, #46240670);
    color: #fff !important;
}

.btn-book-banner {
    margin-top: 10px;
    padding: 12px 20px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    color: white;
    background: #d86056;
    transition: .3s;
    border-radius: 8px;
}

.btn:focus {
    outline: none;
    box-shadow: none;
}

.btn-scroll {
	position: fixed;
    bottom: 200px;
    right: 0;
    z-index: 100;
}

.btn-scroll a {
	margin: 30px 0;
    padding: 6px 15px 6px 15px;
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #f7ebdb !important;
    text-decoration: none;
    transition: .3s;
    border: 1px solid;
    border-image-slice: 2 !important;
    border-width: 2px !important;
    border-image-source: linear-gradient(215deg, #715518, #735a00, #dfaa5e, #6d5627, #c19a62) !important;
    text-transform: uppercase;
    background: linear-gradient(55deg, #0c0c0c, #616161, #0e0e0e);
    letter-spacing: 2px;
    box-shadow: 0px 0px 3px #a37e2f;
}

.btn-scroll a:hover {
	background: linear-gradient(-332deg, #b3a392, #f7ebd2, #af9f8f);
    color: #000 !important;
}

@media (max-width: 450px) {
	.btn-scroll a {
	    font-size: 12px !important;
	}
	
}

/*specialties*/

/*******************************/
/*********** Team CSS **********/
/*******************************/
.team {
    position: relative;
    width: 100%;
    padding: 10px 0 15px 0;
}

 .team-item {
    position: relative;
    margin-bottom: 30px;
    padding: 1px;
    background: linear-gradient(-332deg, #000000, #a3a3a3, #444341);
    border: 1px solid rgba(0, 0, 0, .07);
}

.team-img {
    position: relative;
    overflow: hidden;
}

 .team-img img {
    position: relative;
    width: 100%;
}

 .team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

 .team-social a {
    position: relative;
    margin: 0 3px;
    margin-top: 100px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    font-size: 16px;
    color: #fff;
    background: #242424;
    opacity: 0;
}

.team-social.gallery a {
    color: #e31f34 !important;
    text-shadow: 1px 1px 1px #3b0208;
}

 .team-social a.btn-success:hover {
    background: linear-gradient(-332deg, #fef9f2, #eddcc5, #fef9f2) !important;
}


 .team-item:hover .team-social {
    background: rgba(45, 45, 45, .5);
}

 .team-item:hover .team-social a:first-child {
    opacity: 1;
    margin-top: 0;
    transition: .3s 0s;
}

 .team-item:hover .team-social a:nth-child(2) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .1s;
}

.team-item:hover .team-social a:nth-child(3) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .2s;
}

 .team-item:hover .team-social a:nth-child(4) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .3s;
}

.team-text {
    position: relative;
    padding: 25px 15px 10px 15px;
    text-align: center;
    background: #ffffff;
}

 .team-text h2 {
    font-size: 18px;
    font-weight: 600;
}

 .team-text p {
    margin: 0;
}

@media (max-width: 768px){
    .fixed-top {
        top: 0 !important;
    }
    .navbar, .navbar .container{
    	/* background: #000 !important; */
    }
    .navbar.scroll .container{
    	background: transparent !important;
    }
    .navbar.scroll .show{
    	 background: #e7d9c800 !important
    }
    .navbar.scroll .show a{
    	color: #000 !important;
    	font-weight: 900 !important;
    }
    .navbar.scroll .show a.nav-link{
    	padding-left: 1rem;
    }
    .collapse{
    	margin-top: 20px;
    }
    .btn-ser {
	    text-align: center;
	    padding: 20px 0 30px 0;
	}
	.h2, h2 {
	    font-family: sans-serif;
	    font-size: 24px !important;
	    font-weight: 300 !important;
	}
}

.bg-foot {
	background: #2b0004 !important;
}

footer .col-md-12.col-lg-4 {
	margin: 50px 0;
}

/*Menu service*/
.border-right-img {
    border-right: 1px solid rgba(255,255,255,0.1);
}
.logo-img {
    max-width: 100%;
    margin: 0;
}
@media (min-width: 768px) {
    .title-big {
        padding: 0 0 10px 0;
        font-size: 25px;
        border-bottom: 2px solid #dee2e6 !important;
    }
    .carousel-inner .img-fluid{
        border-bottom-left-radius: 50px 50px;
        border-top-right-radius: 50px 50px;
    }
}
.line-dash {
    border: 1px solid rgba(255,255,255,0.05);
    height: 0.5px;
    width: 100%;
    margin: 40px 0;
}
.title-group {
    font-size: 17px;
    font-weight: 600;
    color: #222;
}
.title-small div{
    text-transform: capitalize;
    font-weight: 400 !important;
    color: #333;
    font-size: 16px;
}
.title-big {
    font-size: 32px !important;
    color: #8a664e;
    font-weight: 400 !important;
    padding: 0 0 10px 12px;
    letter-spacing: 1px;
    text-transform: capitalize;
    width: auto;
   font-family: 'EB Garamond', serif;
}
.title-big.text-right {
	text-align: right;
}	
.description{
	color: #5e422f; 
	text-align: justify;
	padding-top: 0.5rem;
}
hr{
	margin: 2rem 0 !important;
}
.note{
    font-size: 14px !important;
    font-style: italic;
    text-transform: capitalize;
    color: #777;
    margin-bottom: 0 ;
}
.color-price{
    font-weight: 500 !important;
    color: #000;
	font-size: 19px !Important;
}
.color-note{
    color: #8a664e;
    font-weight: 400 !important;
}

.circle-img{
    border-radius: 100%;
}
h2.h5{
    text-transform: capitalize;
    color: #777;
}

