@font-face{
	font-family: ht;
	src : url('../fonts/hamilltontwo.ttf');
}
@font-face{
	font-family: sm;
	src : url('../fonts/simplicity.ttf');
}
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: ht;
	list-style-type: none;
	text-decoration: none;
}
*:focus {
    outline: 0;
}
button:focus{
	outline: none;
}

img{
    max-width:100%;
}
h3 h4{
	font-family: ht;
}
p{
	font-family: sm;
}
.row-2{
	width: 100%;
	float: left;
}
	/* nav */
.navbar{
	/*position: absolute;
	z-index: 100;*/
	top: 0;
	left: 0;
	right: 0;
	background-color: rgba(244, 244, 244, 0.9);
}
.brand-logo{
	width: 100px;
}
.dropdown{
	position: unset;
}
.mega-menu {
	padding: 10px 0px ! important;
	width: 530px;
	float: left;
	border-radius: 0;
	margin-top: 0px;
	border-color: #ccc;
    background-image: linear-gradient(to top, rgba(22, 213, 212, 0), rgba(222,213,212,0.38));
}
.mega-menu-column{
	width: 16%;
	float: left;
	padding: 0 10px;
    margin: 10px 0;	
}
.mega-menu-column img{
	width: 180px;
	height: 150px;
}
.product{
	width: 100%;
	float: left;
	position: relative;
}
.product-overlay{
	width: 100%;
	position: absolute;
    bottom: 0px;
    background-color: #795548;
    left: 0;
    right: 0;
    text-align: center;
}
.product-overlay a{
	text-align: center;
	text-decoration: none;
	display: block;
	color: #fff;
	font-size: 16px;
	font-family: sm;
	padding: 10px 0;
}
.product-overlay a:hover{
	background-color: #8c6e63;
}
.navbar-nav .nav-item .nav-link{
	font-family: sm;
	color: #000;
	font-size: 17px;
}
.nav-list .dropdown-toggle::after {
	display: inline-block;
	width: .4em;
	height: .4em;
	margin: 0.1em 0 0 .4em;
	vertical-align: middle;
	content: "";
	border: .3em solid;
	border-width: 0 .15em .15em 0;
	transform: rotateZ(45deg);
}
.navbar-icons ul{
	list-style-type: none;
}
.navbar-icons ul li{
	display: inline-block;
}
.navbar-icons ul li a{
	display: inline-block;
	text-decoration: none;
}
.navbar-icons ul li+li{
	margin-left: 20px;
	margin-top: 8px;
}
.navbar-toggler{
	line-height: unset;
}
.navbar-light .navbar-toggler {
    border-color: rgb(59, 51, 51);
}
.navbar-icons ul li a img{
	width: 30px;
}


	/* main banner video */

.video-head-container{
	width: 100%;
	height: 100vh;
}
.video-head-container video{
	width: 100%;
	height: 100%;
	/*position: absolute;
	z-index: 5;*/
	top: 0;
	left: 0;
	object-fit: cover;
}

	/* about zaa*/

.padd-tb-50{
	padding-top: 50px;
	padding-bottom: 50px;
}
.home-about-txt h3{
	font-size: 42px;
}
.home-about-txt p{
	font-size: 22px;
	word-spacing: 6px;
	line-height: 2;
}

	/* banner two */

.banner-two-area{
	background: url(../img/trend2.png) no-repeat center center;
    background-size: cover;
    height: 560px;
    align-items: center;
    display: flex;
}
.banner-two-txt h4{
	color: #fff;
	font-size: 49px;
}
.banner-two-img{
	position: relative;
	text-align: center;
	margin-top: 25px;
}
.banner-two-img img{
	width: 315px;
}
.banner-two-img .banner-two-img-txt{
	position: absolute;
	top: 35%;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
}
.banner-two-img .banner-two-img-txt a{
	color: #fff;
	text-decoration: none;
	font-size: 20px;
}
.padd-extra{
	padding-left: 10px;
	padding-right: 10px;
}



	/* Offer services */

.custom-row{
	margin-left: -7px;
	margin-right: -7px;
}
.custom-row .col-md-4{
	padding-left: 7px;
    padding-right: 7px;
}
.offer-service{
	width: 100%;
	float: left;
	text-align: center;
	padding: 0 10px;
	margin: 7px 0;
	min-height: 218px;
	display: flex;
	align-items: center;
}
.offer-service .img img{
	height: 200px;
}
.offer-service h4{
	margin: 0;
	font-size: 22px;
	margin-top: 15px;
	float: left;
	width: 100%;
	font-family: sm;
}
.padd-tb-55{
	padding-top: 55px;
	padding-bottom: 55px;
}
.service-bg-color{
	background-color: #f5f5f5;
}

	/* trend now */

.trend-heading{
	font-size: 35px;
	text-align: center;
	width: 100%;
	float: left;
}
.mb-40{
	margin-bottom: 40px;
}
.trend-now-slider{
	width: 100%;
	margin: 0;
	float: none;
}
.slick-center {
  	transform: scale(1.25, 1.25);
  	transition: ease-in-out all .15s ease;
  	z-index: 2;
 	/*overflow:hidden;
  	color:black;*/
  	opacity:1;
  	border: none;
}

/* Slide in Overlay from the Top */
.trend-img{
	position: relative;
}
.trend-img-overlay{
	position: absolute;
  	bottom: 100%;
  	left: 0;
  	right: 0;
  	background-color: rgba(47, 44, 44, 0.81);
  	overflow: hidden;
  	width: 100%;
  	height: 0;
  	transition: .5s ease;
}
.trend-img-txt{
	position: absolute;
  	top: 50%;
  	left: 50%;
  	text-align: center;
  	width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.trend-now:hover .trend-img-overlay {
    bottom: 0;
  	height: 100%;
}
/* Slide in Overlay from the Top */

.trend-img-txt h4{
	font-size: 25px;
	color: #fff;
}
.trend-img-txt p{
	font-size: 25px;
	color: #fff;
}
.trend-img-txt a{
	border: 1px solid #fff;
    border-radius: 20px;
    color: #fff;
    padding-top: 12px;
    width: 70%;
}
.trend-img-txt a:hover{
	color: #fff;
	background-color: #484848;
}

/* for trend see more btn */
.trend-now-btn a{
    font-family: sm;
    color: #000;
    font-size: 16px;
    text-decoration: none;
    padding: 10px 15px;
    border: 1px solid #555;
    border-radius: 27px;
    display: block;
    width: 200px;
    margin: auto;
    text-align: center;
}
.trend-now-btn a i{
    font-size: 13px;
    padding-left: 10px;
    color: #555;
}
.slick-dotted.slick-slider{
    margin-bottom: 50px;
}

	/* fabrics area */

.box-fabrics{
	width: 100%;
	float: left;
	position: relative;
}
.box-fabrics img{
	width: 100%;
}

/*Image Hover Fullscreen Zoom start */
.box-fabrics-overlay{
	position: absolute;
  	bottom: 0;
  	left: 0;
  	right: 0;
  	background-color: rgba(47, 44, 44, 0.50);
  	overflow: hidden;
  	width: 100%;
  	height: 100%;
  	transform: scale(0);
  	transition: .3s ease;
}
.box-fabrics-txt{
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
  	text-align: center;
}
.fabric-col-2:hover  .box-fabrics-overlay{
  	transform: scale(1);
}

/*Image Hover Fullscreen Zoom start*/

.box-fabrics-txt h4{
	color: #fff;
	font-size: 49px;
}
.fabric-col-2{
	width: 50%;
	float: left;
	border: 1px solid #fff;
}
.padd-bottom-60{
	padding-bottom: 60px;
}


	/* follow us area */

.follow-row{
	background: url(../img/trend11.jpg) no-repeat center center;
    background-size: cover;
}
.follow-head{
	font-size: 35px;
	color: #fff;
	width: 100%;
	float: left;
	text-align: center;
	margin-bottom: 12px;
}
.follow-social-row{
	text-align: center;
}
.follow-social-row .follow-social li{
	display: inline-block;
}
.follow-social-row .follow-social li+li{
	margin-left: 25px;
}
.follow-social-row .follow-social a i{
	font-size: 50px;
	color: #fff;
}
.padd-tb-30{
	padding-top: 35px;
	padding-bottom: 15px;
}


	/* footer */

/*.row-three{
	margin-left: -10px;
	marker-right: -10px;
}*/

.padd-tb-45{
	padding-top: 55px;
	padding-bottom: 50px;
}
.footer-col-3{
	width: 33.3%;
	float: left;
	padding: 0 10px;
}
.footer-col{
	text-align: center;
}
.footer-col ul{
	margin-top: 26px;
}
.footer-col .footer-links li{
	display: inline-block;
}
.footer-col .footer-links a{
	text-decoration: none;
	font-size: 15px;
	color: #000;
	font-family: sm;
}
.footer-col .footer-links li+li{
	margin-left: 8px;
}
.footer-col h4{
	font-size: 18px;
	font-weight: bold;
	color: #000;
	font-family: sm;
}
.footer-col p{
	font-size: 15px;
	color: #000;
	font-family: sm;
}

.subscribe-bar{
	/*width: 300px;*/
	position: relative;
	font-family: sm;
	margin-top: 26px;
}
.subscribe-bar input{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 30px;
	border-radius: 20px;
	padding-left: 17px;
	border: 1px solid #000;
	font-size: 15px;
}
.subscribe-bar a{
	position: absolute;
	top: 0;
	border-radius: 20px;
	right: 0px;
	z-index: 2;
	height: 30px;
	cursor: pointer;
	color: #fff; 
    background-color: #000; 
    transform: translateX(2px); 
    width: 108px;
    border: 1px solid #000;
    font-size: 13px;
    padding-top: 5px;
    font-family: sm;
}
.subscribe-bar a:hover{
	color: #fff;
	background-color: #484848;
}


/*Detail Page Start*/
.detail-image{
	width: 100%;
	float: left;
	margin: 15px 0;
	text-align: center;
}
.detail-content{
	width: 100%;
	float: left;
	margin: 15px 0;
	padding: 0 15px;
}
.detail-head h3{
	font-family: sm;
}
.detail-head .detail-head-list .fa-star{
	color: #FFC107;
}
.detail-head .detail-head-list li{
	display: inline-block;
	font-family: sm;
}
.detail-head .detail-head-list li+li{
	margin-left: 20px;
}
.detail-head ul{
	margin-bottom: 0px;
}
.detail-head p{
	margin-bottom: 0px;
}
.detail-head .detail-head-para2{
	font-size: 35px;
}
.detail-head .detail-head-para2 span{
	font-family: sm;
	color: red;
}
.detail-anker h3{
	font-family: sm;
	font-size: 20px;
    margin-top: 15px;
}
.detail-anker .detail-anker-list li{
	display: inline-block;
	font-family: sm;
}
.detail-anker .detail-anker-list li a{
	font-size: 18px;
    font-family: sm;
    color: #000;
    text-decoration: none;
    border: 1px solid #d7d7d7;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 110px;
    display: block;
    text-align: center;
}
.detail-anker .detail-anker-list li a:hover{
	background-color: #000;
	color: #fff;
}
.detail-anker .detail-anker-btn li{
	margin: 30px 0;
}
.detail-anker .detail-anker-btn li a{
	font-size: 18px;
    font-family: sm;
    color: #000;
    text-decoration: none;
    border: 1px solid #d7d7d7;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 100%;
    display: block;
    text-align: center;
}
.detail-anker .detail-anker-btn li .detail-anker-buy{
	background-color: red;
	color: #fff;
}
.detail-anker .detail-anker-btn li .detail-anker-add{
	background-color: #000;
	color: #fff;
}
.detail-text .detail-text-list{
	padding: revert;
}
.detail-text .detail-text-list li{
	list-style-type: square;
	margin: 10px 0;
	font-family: sm;
}
.main-heading{
	font-size: 35px;
    text-align: center;
    width: 100%;
    float: left;
    font-family: sm;
}
.custom-row-2{
	margin-left: -7px;
	margin-right: -7px;
}
.custom-row-2 .col-md-3{
	padding-left: 7px;
	padding-right: 7px;
}
.detail-product{
	float: left;
    width: 100%;
    text-align: center;
    padding: 0px 10px;
    margin: 7px 0;
    display: flex;
    align-items: center;
}


/*new listing*/
.main-banner{
	height: 445px;
    align-items: center;
    display: flex;
}
.listing-banner{
	background: url(../img/Zaa-banner.png) no-repeat center center;
    background-size: cover;
}
.banner-txt h4{
	color: #fff;
    font-size: 49px;
}
.padd-tb-40{
	padding-top: 40px;
	padding-bottom: 40px;
}
.content{
	display: flex;
}
.sidebar{
	flex: 0 0 340px;
    width: 340px;
    background: #fff;
    box-shadow: 4px 0 4px rgba(0,0,0,.05);
    padding: 20px;
    z-index: 10;
}
.sidebar-block{
	margin-bottom: 20px;
}
.sidebar-list{
	position: relative;
    max-height: 265px;
    overflow: auto;
    padding-right: 10px;
}
.sidebar-block-title{
	position: relative;
    font-size: 16px;
    font-family: sm;
    font-weight: 700;
    color: #555;
    line-height: 40px;
    letter-spacing: .05em;
    padding-right: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.sidebar-block-title .sidebar-chevron-icon{
	cursor: pointer;
    position: absolute;
    right: 0;
    top: 50%;
    display: inline-block;
    color: #555;
}
.main-content{
	background: #f5f7f8;
    flex: 1;
    min-width: 0;
    padding-top: 20px;
}
.products-filters{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 40px;
}
.side-indent{
	padding-left: 40px;
    padding-right: 40px;
}
.products-filters-mobile{
	margin-bottom: 10px;
}
.products-filters-btn{
	background: transparent;
    font-weight: 700;
    font-size: 16px;
    font-family: sm;
    line-height: 24px;
   /*display: flex;*/
    align-items: center;
    letter-spacing: .1em;
    padding: 10px 20px;
    cursor: pointer;
    position: relative;
    padding-right: 30px;
    width: 135px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #555;
    border: 1px solid #555;
}
.filters-chevron-icon{
	right: 10px;
    position: absolute;
    top: 32%;
    display: inline-block;
    color: #555;
}
.overlay{
	position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(36,50,56,.95);
    z-index: 125;
    display: none;
}
.body-overlayed .overlay {
    display: block;
}
.body-overlayed_behind-header .overlay {
    z-index: 75;
}
.no-body-scroll {
    overflow: hidden;
}
.sorting-options{
	margin-left: auto;
    /*margin-right: 70px;*/
    white-space: nowrap;
}
.sorting-options_inline {
    display: flex;
    align-items: baseline;
}
.filters-title{
	display: inline-block;
    font-weight: 700;
    font-size: 14px;
    font-family: sm;
    line-height: 20px;
    letter-spacing: .1em;
    color: #000;
    margin-right: 10px;
    margin-top: 5px;
    white-space: nowrap;
}
.filters-title_sorting{
	display: none;
}
.sorting-options-container{
	position: relative;
	display: inline-block;
}
.sorting-options-item {
    font-size: 14px;
    font-family: sm;
    font-weight: 600;
    line-height: 26px;
    color: #555;
    cursor: pointer;
    text-align: right;
    display: block;
    white-space: nowrap;
}
.sorting-options-item_active {
    position: relative;
    display: none;
}
.sorting-options_inline .sorting-options-item {
    position: relative;
    font-size: 14px;
    line-height: 26px;
}
.sorting-options_inline .sorting-options-item_active {
    display: none;
}
.sorting-options-list{
	display: none;
    position: absolute;
    right: 0;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 3px;
    padding: 10px;
    z-index: 20;
}
.sorting-options-item:hover, .sorting-options-item_active-item {
    color: #000;
    text-decoration: none;
}
.sorting-options_inline .sorting-options-item_active-item {
    display: block;
    color: #455a64;
}
.sorting-options_inline .sorting-options-container:hover .sorting-options-list {
    display: inline-flex;
}
.sorting-options-container:hover .sorting-options-list {
    display: block;
}
.sidebar-category-list li{
	display: flex;
	align-items: center;
}
.sidebar-category-list li input{
	width: 22px;
	height: 22px;
	margin-right: 10px;
}
.sidebar-category-list li a{
	font-size: 18px;
	font-family: sm;
	color: #000;
	text-decoration: none;
}
/*for sidebar category label*/
.sidebar-category-list li label{
    font-family: 'sm';
    font-size: 18px;
    margin-top: 12px;
}
.sidebar-size-list li{
	display: inline-flex;
	align-items: center;
}
.sidebar-size-list li + li{
	margin-left: 10px;
}
.sidebar-size-list li a{
	font-size: 18px;
	font-family: sm;
	color: #000;
	text-decoration: none;
	border: 1px solid #000;
	padding: 0 8px;
}
.sidebar-price-list li{
	display: flex;
	align-items: center;
}
.sidebar-price-list li input{
	width: 22px;
	height: 22px;
	margin-right: 10px;
}
.sidebar-price-list li a{
	font-size: 18px;
	font-family: sm;
	color: #000;
	text-decoration: none;
}
/*for sidebar price label*/
.sidebar-price-list li label{
    font-family: 'sm';
    font-size: 18px;
    margin-top: 12px;
}
.product-list{
	display: grid;
    grid-gap: 40px;
    grid-template-columns: repeat(4,minmax(180px,1fr));
    margin-bottom: 40px;
}
.offer-product{
	width: 100%;
	float: left;
	text-align: center;
	background: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,.2);
    border-radius: 3px;
    min-height: 218px;
}
.offer-product-img{
	margin-bottom: 15px;
}
.offer-product-img a{
	display: block;
}
.offer-product-detail{
	padding: 0 15px 15px;
}
.offer-product-name h3{
	font-size: 16px;
}
.offer-product-price p{
	font-size: 18px;
}
.product-view-more{
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}
.product-view-more a{
    font-family: sm;
    border: 1px solid #555;
    color: #555;
    border-radius: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    display: block;
    margin: auto;
    width: 50%;
}
.product-view-more a:hover{
	text-decoration: none;
	background-color:#484848;
	color: #fff;
}

/*Registration form Start*/
.register-form{
	width: 100%;
	float: left;
	/*border: 1px solid #000;*/
	padding: 0 10px;
}
.register-form-heading{
	font-size: 35px;
    text-align: center;
    width: 100%;
    float: left;
    font-family: sm;
}
.register-fields label{
	font-family: sm;
    font-size: 18px;
    margin-bottom: 6px;
    margin-left: 10px;
}
.register-fields input{
	border: 1px solid #958d8d;
	font-family: sm;
}
.mtb-30{
	margin-top: 30px;
	margin-bottom: 30px;
}
.btn-register button{
	background: #000;
	color: #fff;
	display: block;
    width: 100%;
    padding: 10px 0;
    font-family: 'sm';
    font-size: 22px;
}
.btn-register .btn:hover{
	color: #fff;
}
.regiter-account-link a{
	display: block;
	width: 100%;
	font-size: 18px;
	font-family: sm;
	text-align: center;
	color: #000;
	text-decoration: none;
}
.login-forgot-pass{
	float: right;
	font-family: sm;
	font-size: 18px;
	color: #000;
	margin-right: 10px;
}
.login-forgot-pass:hover{
	text-decoration: none;
	color: #000;
}

/*top row*/
.top-row{
	background: #555;
    padding: 8px 0;
}
.login-signup{
	float: right;
}
.login-signup ul{
	margin: 0;
	padding: 0;
}
.login-signup ul li{
	float: left;
    line-height: 18px;
    list-style-type: none;
}
.login-signup ul li a{
	color: #eee;
    font-size: 14px;
    font-family: sm;
}
.login-signup ul li + li{
	margin-left: 15px;
}
.login-signup ul li a:hover {
    color: #fff;
    text-decoration: none;
}



.div-loader {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.8);
    z-index: 9999;
    display: flex;
    align-items: center;
    text-align: center;
    display: none;
}

    .div-loader img {
        max-width: 100%;
        max-height: 200px;
        border:6px solid #f1f1f1;
        border-radius:4px;
    }