
@media screen and (min-width: 992px){
    .home-about-area:before{}
    .home-about-area .home-about-ellipse{}
    .home-about-area .home-about-ellipse:before{}
}
/****************************
** Tab & Small Screen
****************************/
@media screen and (max-width: 1024px){
	.header-container .full-header.sticky:before{
		background-size: 212%;
	}
    .home-about-area:before{
        clip-path: ellipse(63% 59% at calc(50% + 0px) 40%);
        shape-outside: ellipse(63% 59% at calc(50% + 0px) 40%);
    }
    .home-about-area .home-about-ellipse{
        clip-path: ellipse(50% 84% at calc(50% + 0px) 15%);
        shape-outside: ellipse(50% 84% at calc(50% + 0px) 15%);
        width: 94% !important;
    }
    .home-about-area .home-about-ellipse:before{}
    .home-about-ellipse .home-about-logo{
        max-width: 50%;
    }
    .home-about-ellipse .home-about-title{
        margin-top: 15px;
        margin-bottom: 10px;
    }
    .home-about-area .home-features{
        padding-top: 4px;
    }
    .home-features .home-features-list:before{
        shape-margin: 0;
    }
    .home-features .home-features-list .feature-item{
        margin-bottom: 5px;
        margin-top: 10px;
    }
    .footer-about-col{
         width: 110% !important;
    }
    .footer-about-col .footer-logo-col{
        /* width: 80% !important; */
    }
}

@media screen and (min-width: 1023px) and (max-width: 1024px),(width: 1024px){
	.header-container .full-header.sticky:before{
		background-size: 100%;
	}
}
@media screen and (width: 1024px){
	.header-container .full-header.sticky:before{
		background-size: 214%;
	}
	.global-header, .archive-header,.single-header{
		min-height: 74px;
		/* height: 133px; */
		-webkit-mask-size: 100%;
	}
	.global-header:before, .archive-header:before,.single-header:before{
		display: block;
		width: 100% !important;
		min-height: 171px !important;
		content: "";
	}
}

@media screen and (min-width:760px) and (max-width:991px){
}

/****************************
** Mobile
****************************/

@media screen and (max-width: 768px){
	.body-viewport{
    background-size: 220%;
}
    .header-container .full-header.sticky{
        top:0px;
        padding-top: 0;
        margin-bottom: 0;
    }
    .header-container .full-header.sticky:before{
    height: 56px;
    top: 0;
    background-size: 284%;
}
    .header-container .full-header.sticky.fixed:before{
    top: 0;
    background-size: 212%;
}
    .header-container{
        /* min-height: 110px; */
    }
    .header-row .header-content{
        flex-direction: column-reverse;
        flex-wrap: wrap;
    }
    .header-content .header-col{
        flex-grow: 1;
    }
    .header-content .side-menu-col{
    flex-grow: 0;
    display: inline-flex;
}
    .header-content .header-col.nav-menu-col{
    width: 100%;
}
    .main-menu .navbar .header-menus-row .top-row{
    position: relative;
    /* flex-basis: 100%; */
    margin: 0 15px;
}
    .main-menu .navbar .header-menus-row .top-row:before{
    	/* content:""; */
    	width: 100%;
    	height: 1px;
    	/* background: #00000038; */
    	position: absolute;
    	/* bottom: -14px; */
    }
    .header-content .header-col.space-fix{
        width: 100%;
        height: 1px;
        /* background: #00000030; */
        margin: 8px 0;
    }
    .header-content .search-col{
    padding-right: 0;
    padding-left: 5px;
    margin: 0;
}
    .header-content .search-col + .space-fix{
    background: none;
}
    
    .header-content .header-col.user-col{
        /* width: calc(100% - 20px); */
        /* flex-basis: 100%; */
        width: auto;
    }
    .header-content .user-menu{
        /* flex-basis: 100%; */
        /* width: 100% !important; */
    }
    .navbar-toggle {
        display: none;
    }
    .main-menu .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .header-content .user-menu .user-dropdown{
    padding-right: 1px !important;
}
    .header-content .user-menu .user-dropdown i{
        margin: 0px 3px;
        margin-left: 4px;
        margin-top: 1px;
    }
    .header-content .user-menu .user-dropdown span{
        display:none !important;
    }
    .header-content .user-menu .languages .current{
    padding: 2px 3px;
    padding-top: 2px;
}
    .header-content .user-menu .languages .current i{
        margin: 0px 0px;
        margin-left: 0;
        margin-top: 0;
    }
    .header-content .user-menu .languages .languages-list span{
        display:unset !important;
    }
    .main-menu .navbar .header-logo{
	
/* margin: 0; */
	
/* float: none; */
	
/* height: auto; */
}
    .main-menu .navbar .header-logo img{
	/* height: 30px; */
	/* width: 30px; */
}
	/***** Home Slider Container *******/
    .header-slider-container .home-slider-area{
    flex-direction: column-reverse;
}
	.header-slider-container .home-slider-area #colorlib-hero{
    width: 100%;
}
	.header-slider-container .home-slider-area .trending-brands-col{
    width: 100% !important;
    margin-top: 30px;
    margin-bottom: 30px;
}
	.header-slider-container .home-slider-area .home-about-photo{
    display: none;
}
	.header-slider-container .home-slider-area .home-about-content{
    padding-top: 0;
    position: relative;
    top: -18px;
}
	.header-slider-container .home-slider-area .home-about-content h2{}
	.header-slider-container .home-slider-area .home-about-content p{}
	.header-slider-container .home-slider-area .trending-brands-col:before{
    left: -5px !important;
    right: 0 !important;
    border-width: 0 !important;
    height: calc(100% + 50px);
}
	.header-slider-container .home-slider-area .trending-brands-title{
    margin-bottom: 20px !important;
    font-size: 22px;
}
	.header-slider-container .home-slider-area .trending-brands-slider-area{
    margin: 0;
}
	.trending-brands-slider-area .slides li a h2{
    font-size: 19px;
    padding: 10px 5px;
}
	.page_404 .content-viewport{
    padding-top: 0;
    margin-bottom: 40px;
}
	/***** Home About *******/
	.header-slider-container .home-slider-area .home-about-col{
    width: unset !important;
}
    .home-about-area{
        flex-wrap: wrap;
        flex-direction: column;
    }
    .home-about-area:before{
        clip-path: ellipse(105% 32% at calc(50% + 0px) 67%);
        shape-outside: ellipse(105% 32% at calc(50% + 0px) 67%);
        background-position: 8% bottom;
    }
    .home-about-area .home-about-ellipse{
        left: unset !important;
        right: unset !important;
        width: 100% !important;
        clip-path: ellipse(76% 51% at calc(50% + 0px) 42%);
        shape-outside: ellipse(50% 84% at calc(50% + 0px) 15%);
        margin-bottom: 0;
    } 
    .home-about-area .home-about-ellipse:before{
        width: 100%;
        height: 300%;
    }
    .home-about-area .home-about-text{
    padding: 0 22px;
}
    .home-about-area .home-features{
        width: 100%;
        flex-grow: 1;
        display: flex;
        height: fit-content;
        clear: both;
        display: block;
        padding-top: 0 !important;
    }
    .home-features .home-features-list{
        position: relative;
        top: -50px;
        padding: 0 20px;
        display: flex;
        flex-direction: column;
        margin-bottom: 30px;
    }
    .home-features .home-features-list .feature-item{
    margin-bottom: 11px;
    }
    .home-features .home-features-list .feature-item-content{
        display: flex;
        flex-direction: row;
        flex-flow: nowrap;
        /* width: min-content; */
        flex-basis: unset;
        align-items: center;
    }
    .home-features .home-features-list .feature-item-content .feature-icon{
        width: 24px !important;
        height: 24px !important;
    }
    .home-features .home-features-list .feature-item-content .feature-text{
        top: 0;
        /* width: calc(100% - 30px); */
        width: fit-content;
        flex-basis: auto;
        background: #f1e36154;
        color: #fff;
        text-shadow: 0px 0px 7px #000;
        /* box-shadow: none; */
        font-size: 15px;
    }
    .home-about-ellipse .home-about-logo{
        display:none;
    }
    .home-about-ellipse .home-about-title{
        margin-top: 72px;
    }
    /*********** flexslider ************/
    .header-slider-viewport{
    margin: 0 17px;
    }
    .header-slider-container{
    -webkit-mask-size: 150%;
    -webkit-mask-position: center bottom;
    background: transparent;
    box-shadow: none;
    padding: 0;
    }
    #colorlib-hero .flexslider .slides li{}
    #colorlib-hero .flexslider .slides{}
    .flexslider .slides img{
        /* width: 130%; */
        /* transform: translateX(-15%); */
    }
	#colorlib-hero .flexslider .slider-btn{
	    font-size: 27px;
	}
	#colorlib-hero .flexslider .slider-btn#next{
		right: -30px;
	}
	#colorlib-hero .flexslider .slider-btn#prev{
		left: 5px;
	}
    .header-offers-slider .owl-nav .owl-next{
		right: -20px;
	}
    .header-offers-slider .owl-nav .owl-prev{
		left: -20px;
	}
	.archive-header .breadcrumb-bar{
    background: transparent;
    padding: 0;
}
	
    .footer-viewport .footer-top{
		/* top: -1px; */
		position: relative;
	}
    .footer-viewport .footer-container{
        flex-wrap: wrap;
        padding-right: 20px;
        padding-left: 20px;
    }
    .footer-col{}
    .footer-about-col{
		flex-wrap: wrap;
		margin-bottom: 30px;
	}
	.footer-col .footer-col-title{
    justify-self: center;
    margin: 0 auto;
    margin-bottom: 20px;
    /* width: unset; */
    text-align: center;
}
    .footer-about-col .footer-logo-col{
		flex-grow: 1;
	}
	.footer-text-col{flex-grow: 1;max-width: unset;text-align: center;padding-bottom: 15px;}
    .footer-about-col .footer-contacts-col{
		margin: 0;
		margin-top: 9px;
	}
    .footer-menu{}
    .footer-menu li{
    width: calc(50% - 6px);
}
    .footer-menu li a span{font-size:15px}
    .header-col.side-menu-col{
    	display:none;
    }
    .single-product .breadcrumb-bar nav .breadcrumb{
		margin: 0 10px;
	}
	.product-single-data .product-photos{
		width: 80%;
	}
	.product-single-data .product-data{
		width: 100%;
		padding: 5px 0;
	}
	.product-single-data{
		justify-content: center;
		align-items: center;
	}
	.global-header, .archive-header,.single-header{
		/* min-height: 74px; */
		/* height: 133px; */
		/* -webkit-mask-size: 100%; */
	}
	.global-header:before, .archive-header:before,.single-header:before{
	}
	.single .product-mob-title{
		display: flex;
		width: 100%;
		flex-grow: 1;
		text-align: center;
		justify-content: center;
	}
	.product-single-data .product-data .product-title{
		display: none;
	}
	.single-wide-col .data-col{
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.page_404 .p404_title{
    font-size: 40vw;
    line-height: 35vw;
}
	.page_404 .p404_title:after{}
	.page_404.coming-soon .p404_title{
    font-size: 11vw;
    line-height: 21vw;
    margin: 2vh 0;
}
	.page_404 .p404_des{
    top: 10px;
    font-size: 9vw;
}
	#colorlib-hero .flexslider{
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
  .home-cats-row .home-cats{
  	padding:0 15px;
  	margin: 0;
  	gap: 15px;
  	padding-bottom: 51px;
  }
  .home-cats-row .home-cats .cat-item {
    width: calc(50% - 8px) !important;
    min-width: calc(50% - 8px) !important;
    flex: 0 0 calc(50% - 8px);
    max-width: 50%;
    padding: 0;
  }
  .home-cats-row .home-cats .cat-item a{
  	margin-bottom: 0px;
  }
  .product-single-data .product-data .product-tax{
  	flex-wrap: wrap;
  	flex-basis: 100%;
  	justify-content: center;
  }
  .offers-header-slider-row .offers-title,
  .home-tax-products-row .slider-row-title{
    margin: 0px 0;
}
  .home-tax-products-row .slider-row-title .row-title h2,
  .offers-header-slider-row .offers-title h2{/* line-height: 15px; */font-size: 15px;min-height: 42px;/* transform: scale(0.9); */}
  .products-list .grid-fix-item{
  	display: flex;
  	/* flex-basis: 100% !important; */
  	justify-content: center;
  }
  .products-list .grid-fix-item,
  .header-offers-slider .owl-item{
		display: inline-flex;
		flex-grow: 0 !important;
		max-width: 50% !important;
	}
  .products-list .product-item-box,
  .header-offers-slider .product-item-box{
		flex-basis: 100%;
		}
  .product-item-box{}
  .home-tax-products-row .slider-row-title .row-title h2 span.cat-title,
  .offers-header-slider-row .offers-title h2 span.cat-title{
		font-size: 18px;
	}
	.home-tax-products-row .slider-row-title .row-title h2 > span:not(.cat-icon),
	.offers-header-slider-row .offers-title h2 > span:not(.cat-icon){
				padding: 5px 15px;
	}
	.home-tax-products-row .slider-row-title .row-title h2 span.cat-icon i,
	.offers-header-slider-row .offers-title h2 span.cat-icon i{
    font-size: 15px;
}
  .home-tax-products-row .slider-row-title .row-title h2 span.cat-icon,
  .offers-header-slider-row .offers-title h2 span.cat-icon{
    padding: 12px;
    /* width: 5vh; */
    width: 42px;
}
  .home-tax-products-row .slider-row-title .row-title h2 span.fix-btn-icon,
  .offers-header-slider-row .offers-title h2 span.fix-btn-icon{
    width: 17px;
    padding: 0;
}
  .home-tax-products-row .slider-row-title .row-url{}
  .home-tax-products-row .slider-row-title .row-url a{}
  .partners-title{
    margin: 0 2rem;
}
  .partners-title h2{
    line-height: 2.7rem;
}
    .header-bannar-content{}
    .header-bannar-content:before{}
	.breadcrumb-bar{
	    padding: 0;
	}
	.activity-service-area{
		padding-bottom:2rem;
	}
	.design-service-area{
    background-position: center;
}
	.design-service-area:before{
    opacity: 0.95;
}
	.activity-service-area .service-area-title{
    padding: 0 2rem;
}
	.activity-service-area.has-photo .service-list-area{
    flex-basis: 100% !important;
}
	.company-profile.has-photo .service-list-area{
	    flex-basis: 100% !important;
	}
	.activity-service-area.has-photo .services-photo-area{
	    display: none;
	}
	.company-profile.has-photo .services-photo-area{
		display:flex;
		flex-basis:100% !important;
		justify-content: center;
	}
	.pt-slider .slide-item .item-title h2{
    font-size: 1.5rem;
    font-weight: bold;
}
	.activity-service-area .service-area-title h2{
    line-height: 2.8rem;
}
}

/***********************
** tab portal
***********************/
@media screen and (min-width:767px) and (max-width:768px){
    .header-col.side-menu-col{
    	display:inline-flex;
    }
	.header-row .container{
		max-width: calc(100% - 110px);
		width: calc(100% - 110px);
	}
    .header-row .header-content{
        flex-direction: row;
        flex-wrap: nowrap;
    }
    .header-content .header-col{
        flex-grow: unset;
    }
    .header-content .header-col.nav-menu-col{}
    .header-content .header-col.space-fix{
        width: unset;
        height: unset;
        background: transparent;
        margin: 0;
    }
    .header-content .header-col.user-col{
        width: unset;
        flex-basis: unset;
    }
    .header-container{
        min-height:80px;
    }
    .header-container .full-header.sticky:before{
        height: 98px;
        top: 0;
        background-size: 212%;
    }
    .home-about-area .home-about-ellipse{
        left: unset !important;
        right: unset !important;
        width: 100% !important;
        clip-path: ellipse(76% 73% at calc(50% + 0px) 18%);
        shape-outside: ellipse(50% 84% at calc(50% + 0px) 15%);
        margin-bottom: 0;
    } 

    .home-about-ellipse .home-about-logo{
        display: inline;
    }
    .home-about-ellipse .home-about-title{
        margin-top: 15px;
    }

    .footer-viewport .footer-container{
        flex-wrap: wrap;
    }
    .footer-col{}
    .footer-about-col{}
    .footer-about-col .footer-logo-col{
        max-width: calc(50% + 15px) !important;
        margin-bottom: 30px;
        padding: 0 30px;
    }
    .footer-about-col .footer-contacts-col{
        margin: 0;
    }
    .footer-menu li{
    width: calc(50% - 15px);
}
    .footer-menu li a span{font-size: 18px;}
    /**
    .home-features .home-features-list{}
    .home-features .home-features-list .feature-item{}
    .home-features .home-features-list .feature-item-content{
        display: unset;
    }
    **/
    .header-col.user-col .side-menu-col{
    	display:none;
    }
	.page_404 .content-viewport > .container:before{
    width: 100vw;
    height: 100vh;
}
	.page_404 .p404_title{}
	.page_404 .p404_title:after{}
	.page_404.coming-soon .p404_title{}
	.page_404 .p404_des{}

}
@media screen and (max-width: 767px){
	.header-container .full-header.sticky.fixed:before{
		background-size: 284%;
	}
    .main-menu .navbar .header-logo {
        /* display: flex; */
        /* align-items: center; */
        top: 0;
        margin-left: 7px;
    }
    .mob-logo-col,
    .mob-logo-col *{
        display:flex;
    }
    .mob-logo-col{
        padding: 0;
        /* height: 70px; */
        display: none;
        align-items: center;
        width: 100%;
        justify-content: center;
        /* padding-top: 81px; */
        top: -10px;
        position: relative;
    }
    .mob-logo-col img{
        max-width: 63vw;
        max-height: unset;
        height: unset;
        /* transform: scale(1.8) translateX(21%); */
        margin: 15px 0 !important;
    }
	.copyrights-row .copywrite-text,
	.copyrights-row .pv-copywrite-col{
		text-align: center !important;
	}
	.single-wide-col .data-col{
		padding: 5px 10px;
		flex-direction: column;
	}
	.product-single-data .product-data{
		justify-content: center;
	}
	.product-single-data .product-data .price{
		margin-bottom: 10px;
		margin-top: 0;
	}
	.product-single-data .product-data .product-title{
		text-align: center;
	}
	.product-single-data .product-data .price-and-share-row{
		flex-direction: column;
		justify-content: center;
		flex-basis: 100%;
		align-items: center;
		padding-bottom: 15px;
		padding: 0;
		background: #fff0;
		box-shadow: none;
	}
	.product-single-data .product-data .price-and-share-row .fix-empty-area{
		position: relative;
		width: 100%;
	}
	.product-single-data .product-data .price-and-share-row .fix-empty-area:before{
		content:"";
		position: absolute;
		width: 100%;
		height: 1px;
		background: #0000002e;
		bottom: 4px;
	}
	.add-to-cart-form li.add-btn{
		/* padding: 5px; */
		/* flex-grow: 1; */
		/* width: 100%; */
		flex-grow: 1;
	}
	.add-to-cart-form li.grow-area{
    flex-basis: 100%;
    display: none;
}
	.content.single .add-to-cart-form{
		padding: 20px 0;
		margin: 0 0px;
		flex-basis: 100%;
		flex-grow: 1;
		width: 100%;
		flex-wrap: wrap;
		row-gap: 9px;
		column-gap: 10px;
		justify-content: center;
	}
	.add-to-cart-form li.plus-btn, .add-to-cart-form li.minus-btn,
	.add-to-cart-form li{
	    margin: 0 !important;
	}
	.add-to-cart-form li.total{
		display:none;
	}
	.product-data .share-buttons-div{
		
	}
	.product-single-data .product-photos{
		width: 100%;
		padding: 0 10px;
	}
	.global-header, .archive-header,.single-header{
		/* min-height: 74px; */
		/* height: 133px; */
		/* -webkit-mask-size: 100%; */
	}
	.global-header:before, .archive-header:before,.single-header:before{
	}
	.single .product-mob-title{
		display: flex;
		width: 100%;
		flex-grow: 1;
		text-align: center;
		justify-content: center;
	}
	.product-single-data .product-data .product-title{
		display: none;
	}
	.overview-container{
		padding: 0 10px;
	}
	.realated-posts{
        padding: 0px 0px;
 }
	.realated-posts .row{
		width: unset;
		margin-left: -15px;
		margin-right: -15px;
	}
	.signform{
		min-width:unset;
	}
	.blog-list-row{
        padding-top: 0;
	}
	.blog-list{
        padding-top: 5px;
 }
	.page_404 .p404_title{}
	.page_404 .p404_title:after{}
	.page_404.coming-soon .p404_title{}
	.page_404 .p404_des{}
  .about-head{
    flex-wrap: wrap;
    justify-content: center;
    /* background-position: center top; */
    flex-basis: 100%;
}
  .about-head:after{
  display: none;
  }
  .about-head .logo-area{
  /* flex-grow: 1; */
  max-width: max-content;
  /* width: 100%; */
  display: none;
  }
  .about-head .logo-area:before{
  }
  .about-head .logo-area img{
  }
  .about-head .text-area{
  width: 100%;
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 0rem;
  }
  .about-head .text-area h2{
  }
  .about-head .text-area p{
  /* font-size: 18px; */
  }



  .about-col {
  flex-basis: 100%;
  }
  .about-col .divider {
  }
  .about-col .data-row:not(.fix-empty) {
  }
  .about-col .data-row.fix-empty{
  }
  .about-col .data-row.about-blocks{
  flex-basis: 100%;
  width: 100%;
  }
  .about-col .data-row.about-blocks .block-item,
  .about-col .data-row.about-blocks .block-item * {
  }

  .about-col .data-row.about-blocks .block-item{
    flex-basis: 100%;
}
  .about-col .data-row.about-blocks .block-item .icon{}
  .about-col .data-row.about-blocks .block-item .icon i{}
  .about-col .data-row.about-blocks .block-item .text{}
  .about-col .data-row.about-blocks .block-item .text h3{}
  .about-col .data-row.about-blocks .block-item .text p{}
  .about-col .data-row.about-blocks .block-item:hover{
  }
  .about-col .data-row.about-blocks .block-item:hover .icon{
  }
  .about-col .data-row.about-blocks .block-item:hover .icon i{
  }
  .about-col .data-row.about-blocks .block-item:hover .text{
  }
  .about-col .data-row.about-blocks .block-item:hover .text h3{
  }
  .about-col .data-row.about-blocks .block-item:hover .text p{
  }

  .about-col .data-row + .data-row{
  }
  .about-col .data-row > h2 {
  }
  .about-col .data-row > h2:after,
  .about-col .data-row > h2:before {
  }
  .about-col .data-row > h2:after {
  }
  .about-col .data-row > h2:before {
  }
  .about-col .data-row > p {
  }
  .about-col .about {
  }
  .about-col .mission {}
  .about-col .about + .vision {
  }
  .about-col .vision {}
  .about-col .contact-col {
  }
}
