@font-face {
  font-family: mainFont;
  src: url('fonts/LibertinusSans-Regular.ttf');
  /* src: url('fonts/MozillaText-VariableFont_wght.ttf'); */
}

body{
    font-family: 'mainFont' !important;
    font-size:15px;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6{
    font-family: 'mainFont' !important;
}

.inner-pages .content-wrap{
    min-height: 450px !important;
}


.menu-item:not(:first-child){
   border-top: none !important;
}

#header-wrap {
    background: #ffffff !important;
}

#header .navbar-toggler{
    color: #fff;
    border-color: transparent;
}

#header .navbar-toggler:focus{
    box-shadow: none !important;
}

#header ul li div {
    font-size: 12px !important;
    color:#fff;
}

#header ul li:hover div {
    color:#efefef;
}

#header .menu-item .menu-link{
    padding:30px 15px;
}

#content.content-wrap{
    /* padding-top: 40px; */
    padding-top: 0;
}


.navbar-collapse.show .menu-item .menu-link {
    padding: 10px !important;
}

.breadcrumb-links {
    padding: 5px 50px;
    font-size: 13px;
    text-align: right;
    letter-spacing: 2px;
    margin-bottom: 20px;
    width: 100%;
    background: #1a16166b;
    color: #ffffff;
}

.breadcrumb-links a {
    /* color: #999 !important; */
    color: #fff !important;
}

.breadcrumb-links a:hover{
    color: #f1f1f1 !important;
}

#product-detail-page{
    top: -30px;
    position: relative;
    z-index: 500;
    background: transparent;
}

#product-detail-page img {
    border-radius: 10px;
    border: 1px solid #ddd;
    padding: 3px;
}

.product-detail-description{
    font-size: 13px !important;
}

.product-card .product-title{
    font-size: 15px;
}

.page-title-content h1{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
}


#login-container {
    margin-top: 50px;
    width: 40%;
    margin-left: 30%;
    min-height: 480px;
} 

#login-box, #fp-box {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 20px;
}

#login-box .input.checkbox{
    display: inline-block;
    margin-top: 10px;
    margin-left: 3px;
}


form label{
    font-size: 12px;
}

#login-form input, #fp-box input{
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom:0;
}

form #bottom-forgot-password-link, form #bottom-login-link{
    font-size: 13px;
    float: right;
}

form div.col_full:last-child{
    margin-top: 20px;
}

#login-container a{
    color: #333 !important;
}

#login-container .button{
    line-height: inherit;
    color: #fff;
    border-radius: 20px;
    box-shadow: none;
    font-weight: bold;
    font-size: 13px;
}

#product-detail-page .flex-control-nav.flex-control-thumbs{
    justify-content: center;
}

#product-detail-page .fslider {
    text-align: -webkit-center;
}


footer{
    padding: 0;
    margin-top: 0;
    text-align: center;
}


footer .social-icons-wrapper, footer .footer-menu-wrapper{
    display: none;
}

.copyrights {
    border-top: 1px solid #6e6e6e;
    padding: 20px;
    margin-top: 0;
    color: #bbb;
}

.inner-page-banner-wrapper{
    height: 300px;
}

.inner-page-banner-wrapper img{
    width: 100%;
    height: 100%;
    object-fit: cover
}

.product-filter-items-section{
    margin-bottom: 40px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.all-products-gallery .gallery-menu span {
    font-size: 13px;
    border: 1px solid #ddd;
    padding: 10px;
    /* border-radius: 3px; */
    cursor: pointer;
    line-height: 45px;
    white-space: nowrap;
    flex-grow: 1;
    border-right: none;
    background: #f7f7f7;
    padding: 5px;
}

.all-products-gallery .gallery-menu span:last-child{
    border-right: 1px solid #ddd;
}

.all-products-gallery .gallery-menu span.active {
    color: #fff !important;
}


.product-card{
    position: relative;
    border-radius: 15px;
    background-color: #fff;
    border-radius: 12px;
    -o-box-shadow: 0 1px 4px rgba(24,26,32,.07);
    box-shadow: 0 1px 4px rgba(24, 26, 32, .07);
    margin-bottom: 30px;
    border-left: 1px solid #f9f9f9;
}

.products-item-image {
	width: 100%;
    position: relative;
    overflow: hidden;
}


.products-item-image::before {
	position: absolute;
	content: '';
	pointer-events: none;
	z-index: 1;
	opacity: 0.90;
	top: auto;
	bottom: 0;
	width: 100%;
	height: 50%;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.85))); 
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); 
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); 
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); 
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); 
}


.products-item-image > a,
.products-item-image > img {
	display: block;
	width: 100%;
	height: auto;
}


.products-item-image .badge {
	display: block;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
    font-size: 11px;
    padding: 5px 5px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    border-radius: unset;
}

.products-item-price {
	position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 1;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1;
    color: black;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 28%);
    width: max-content;
    background-color: white;
    padding: 10px;
    border-radius: 5px;
}

.products-item-price span {
	display: block;
	margin-top: 3px;
	font-weight: 300;
	font-size: 12px;
	color: rgba(255,255,255,0.85);
	text-align: right;
}


.products-item-desc span{
	font-size: 14px;
    font-weight: 400;
	
}

.products-item-desc .property-location{
	font-size: 14px;
    font-weight: 400;
    color: #b0b0b0;
}

.products-item-desc {
	position: relative;
	margin-top: 10px;
	padding: 10px 20px;
}

 

.products-item-desc h3 a { color: #333; }

.products-item-desc h3 a:hover { color: #555; }


.products-item-features { margin-top: 15px; }

.products-item-features [class^=col-] { margin-top: 5px; }

.products-item-features i {
	position: relative;
	top: 1px;
	margin-left: 3px;
}


.products-item-link {
	position: absolute;
	top: 2px;
	right: 20px;
	width: 32px;
	height: 32px;
	line-height: 30px;
	text-align: center;
	font-size: 16px;
	color: #555;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	border: 1px solid #555;
	border-radius: 50%;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.products-item-link:hover {
	border-color: transparent;
	background-color: #2C3E50;
	color: #FFF;
}

.zoom-image {
    transition: transform 0.6s ease;
}

.zoom-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    transition: opacity 0.5s ease;
}

.products-item:hover .zoom-image {
    transform: scale(1.2);
}

.products-item:hover .zoom-badge {
    opacity: 0;
}

.products-item:hover {
    cursor: pointer;
}

#product-detail-page h1{
    text-align: left !important;
}

#footer .footer-widgets-wrap{
    font-size: 13px;
}

.footer-col .widget_links .contact-details{
    display: flex;
    flex-wrap: wrap;
}

.footer-col .widget_links .contact-details .contact-detail-item {
    flex-grow: 1;
}

.footer-col{
    align-self: center;
}

.footer-col .widget_links .contact-details .contact-detail-item i{
    margin-left: 10px;
}

@media (max-width: 991px) {
    .header-row {
        height: auto !important;
    }

    .navbar-expand-lg .navbar-nav .nav-item {
        width: 100%;
        border-bottom: 1px solid #f5f5f5;
        padding: 4px 0;
    }

    #header .menu-item .menu-link{
        padding:10px;
    }

    #product-detail-page h1{
        text-align: center !important;
    }

    .menu-item:hover>.menu-link, .menu-item.current>.menu-link{
        background-color: transparent !important;
    }

        
}

@media (min-width: 768px) {
    .page-title-content {
        text-align: center !important;
    }
}

@media only screen and (min-width: 768px) and  (max-width: 991px)  {
    #login-container{
       width: 60%;
       margin-left: 20%;
   }

}

@media only screen and (max-width: 767px) {
     #login-container{
       width: 80%;
       margin-left: 10%;
   }

    .inner-page-banner-wrapper{
        height: 200px;
    }
}

@media screen and (max-width: 575px) {
    .inner-page-banner-wrapper{
        height: 150px;
    }
}