*{
	padding:0px;
	margin:0px;
	box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Lato', sans-serif;
}
h1{
	font-size: 50px;
}
span{
	font-weight: 600;
}
h2{
	font-size: 45px;
}
h3{
	font-size: 35px;
}
h5{
	font-size: 30px;
}
h5{
	font-size: 20px;
}
h6{
	font-size: 12px;
}
p{
	font-family: 'Cormorant', serif;
	font-weight: 700;
}
.tb-space {
	margin: 80px 0px;
}
.t-space{
	margin-top: 50px;
}
.b-space{
	margin-bottom: 50px;
}
.navbar-light .navbar-nav .nav-link {
    color: #111111;
    font-size: 15px;
    padding: 0px 20px;
}
.navbar ul li a{
	letter-spacing: 2px;
	font-weight: 600;

}
p {
    margin-top: 0;
    margin-bottom: 5px;
}
.bg-black {
	background-color: #000;
}
.navbar-light .navbar-toggler {
     border-color: transparent; 
}
.navbar-toggler {
     padding: 0px; 
   
}
.navbar img{
	width: 160px;
}
.text-black {
	color: #000;
}

.get-in-touch .border {
    border: 1px solid #000!important;
}
.info i{
	font-size: 22px;
}
.bg-yellow{
	background-color: #e4cdab;
}
.form-control {
    padding: 20px 0.75rem;
    color: #5c5c5c;
    background-color: #f8f9fa;
    border: none;
    border-bottom: 1px solid #5c5c5c;
    border-radius: 0rem;
}
.form-control:focus {
    color: #5c5c5c;
    border-color: #5c5c5c;
    box-shadow: none;
}
.btn{
	border-radius: 0px;
}
.btn{
	border-radius: 0px;
}
.mx-space {
	margin: 0px 125px;
}
.slider {
	position: relative;
	background-image: url(../images/slider-background.jpg);
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding:116px 0 120px 0;

}

#clothes-slider.slider {
	position: relative;
	background-image: url(../images/slider-background1.jpg);

	background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    padding:116px 0 120px 0;

}

.breadcrumb {	
    padding: 0.75rem 0rem;
    background-color:transparent;
    border-radius: 0rem;
    color: #111111;
    font-size: 14px;
}


.menu-button {
	background-color: transparent;
	color: #000;
	border: none;
	padding-top: -10px;
}
.dropdown {
	position: relative;
	display: inline-block;
}
.dropdown-menu {
    display: none;
    position: absolute;
    min-width: 320px;
    border: none;
    border-radius: 0px;
    z-index: 99;
    height: 375px;
    overflow: auto;
    padding-top: 20px!important;
}
/*.dropdown-menu {
	display: none;
	position: absolute;
	min-width: 200px;
	border: none;
	border-radius: 0px;
	z-index: 99;
}*/
.dropdown-menu a {
	color: #000;
	padding: 12px 10px;
	text-decoration: none;
	display: block;
	font-size: 15px!important;
}
.dropdown-menu a:hover{
	background-color: rgba(254,222,165,1.0);
	color: #2d3f5d;
}
.dropdown:hover .dropdown-menu {
	display: block;
}
.dropdown:hover .menu-button {
	background-color: transparent;
}
.main {
    background: #fff;
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    margin-top: 15px!important;
}
.border {
    border: 1px solid #f5f5f5!important;
}
.buy-now img{
	width: 50px;
}
.footer .mail {
	color: #fff;
}
.footer .mail:hover {
	color: #f0ba41;
}
.info a span:hover {
	color: #000	;
	text-decoration: none;
}
.media li a i:hover {
	color:#f0ba41 ;
}
.events h5{
	padding: 10px 0px 15px 0px;
}
.box .back-img{
	position: relative;
	background-image: url(../images/box.jpg);
	width: 100%;
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}











span.text-overline{
	text-decoration: line-through;
}
.face-serum .price{
	font-size: 18px!important;
}










@media only screen and (max-width: 640px){
	.navbar img{
	width: 120px;
	}
	.footer img{
		width: 140px;
	}
	.text-right {
    text-align: center!important;
	}
	.contact {
    text-align: center!important;
	}
	.mx-space {
    margin: 0px 0px;
	}
	h3 {
    font-size: 26px;
	}	
	.contant h3{
		padding-top: 20px;
	}
	.h4, h4 {
    font-size: 18px;
	}
	.buy-now img {
    width: 40px;
	}
	.buy-now .list-inline-item:not(:last-child) {
    margin-right: 0.2rem;
	}
	h5 {
		padding-top:12px ;
		font-weight: bold;
    font-size: 16px;
    padding-bottom: 0px;
	}
	.slider {   
    background-position: left;
    padding: 60px 0 60px 0;
	}
	h1 {
	    font-size: 24px;
	}
	.tb-space {
    margin: 20px 0px;
	}
	.py-5 {
    padding-bottom: 0rem!important;
	}
	.product {
		text-align: center;
	}
	.b-space {
    margin-bottom: 15px;
	}
	.my-5 {
    margin-bottom: 1rem!important;
	}
	.navbar-light .navbar-nav .nav-link {

    text-align: center;
    padding: 5px 0px;
	}
	.navbar-light .navbar-nav {
		margin-top: 25px ;
	}
	.mt-3, .my-3 {
		/*border: 1px solid gray;*/
	}
	p{
		line-height: 20px;
	}
	.features img{
		width: 80px;
	}

	.lead {
	    font-size: 1.0rem;
	    font-weight: 300;
	    line-height: 25px;
	}
	h2{
		font-size: 30px;
	}
	.mt-5, .my-5 {
    margin-top: 0rem!important;
	}
	.mt-3, .my-3 {
    text-align: center;
	}
	.box .back-img{
	position: relative;
	background-color: #131010;
	/*width: 100%;*/
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
	}
	h3.mb-lg-3.text-uppercase.pb-3 {
    font-size: 16px;
	}
	.w-100 {
    width: 100%!important;
    height: 200px;
}

}

.all-btn .btn-p.btn-blue {
    color: var(--color-white);
    background: #ffff!important;
}

.all-btn .btn-p.btn-blue:hover {
  background: var(--color-black);
  color: var(--color-white);
}

.all-btn .btn-p.btn-blue2 {
    color: var(--color-white);
    background: #fff!important;
}

.all-btn .btn-p.btn-blue2:hover {
    background: var(--color-white);
    color: #000000;
}

.face-serum .face{
	border: 2px solid blue;!important;
	border-top: 0!important;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding-bottom: 20px;
	background-color: ;
	text-color: #fff!important;
}




@media only screen and (max-width: 992px){
	

	.buy-now img {
	    width: 42px;
	}
	.navbar-light .navbar-nav .nav-link {
    text-align: center;
    padding: 5px 0px;
	}
	.mt-3, .my-3 {
    text-align: center;
	}
	.b-space {
    margin-bottom: 10px;
	}
	h3 {
    font-size: 25px;
	}
	img.img-fluid.d-block.mx-auto {
    width: 60px;
	}
	.mt-3, .my-3 {
    text-align: center;	
	}
	h3.test-uppercase.my-3 {
    text-align: revert;
	}
	.mx-space {
    margin: 0px 50px;
	 }
}

@media only screen and (max-width: 992px) {
    .navbar-light .navbar-nav .nav-link {
        text-align: center;
        padding: 5px 0px;
        border-bottom: 2px solid #dbdbdb;
    }
}


a:hover {
    color: #fdb53d!important;
    text-decoration: underline;
}




@media (min-width:320px) and (max-width:767px) {
	#clothes-slider.slider {
	    background-position: -527px 20px;
	    padding: 116px 0 120px 0;
	}

	.face-serum ul li {
	    padding-left: 10px;
	}

	
}
