.cms-index-index .page-main{max-width: 100%;padding: 0;}
.homeslider-wrap .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    /*height: 100%;
    object-fit: cover;*/
}
.homeslider-wrap .slide-content-wrap {
    /*height: 500px;*/
}
.homeslider-wrap .slide-content-wrap img{
	width: 100%;
	/*height: 100%;
	object-fit: cover;*/
}
.homeslider-wrap .slide-content-wrap .carousel-caption {
	background: rgba(0,0,0,0.3);
	position: absolute; 
	top: 50%; 
	-ms-transform: translateY(-50%); 
	transform: translateY(-50%); 
	z-index: 10; 
	padding: 20px; 
	color: #fff; 
	text-align: center; 
	text-shadow: none; 
	right: 10%; 
	left: auto;
	border-radius: 4px; 
	width: 100%;
    max-width: 400px;
}
.homeslider-wrap .slide-content-wrap .carousel-caption h3{
	font-size: 30px; 
	color: #fff; 
	text-transform: uppercase; 
	font-weight: 600;
	margin-bottom: 10px; 
}
.homeslider-wrap .slide-content-wrap .carousel-caption p{
	font-size: 16px; 
	color: #fff; 
	font-weight: 400; 
	margin-bottom: 20px; 
}
.homeslider-wrap .shopNow-btn a {
	text-decoration: none; 
	color: #fff; 
	box-shadow: none; 
	text-transform: capitalize; 
	font-size: 14px; }
.homeslider-wrap .shopNow-btn a:hover{
	color: #fff;
	text-decoration: none;
}
.homeslider-wrap #owl-demo .item img{
	display: block; 
	width: 100%; 
	height: auto; 
}
.homeslider-wrap .owl-dots {
	display: none; 
}
.homeslider-wrap .owl-carousel .owl-nav button.owl-next,
.homeslider-wrap .owl-carousel .owl-nav button.owl-prev{
	background: rgba(255,255,255,0.5); 
	width: 50px; 
	height: 50px; 
	border-radius: 0; 
	margin: 0; 
	text-align: center; 
	line-height: 58px; 
}
.homeslider-wrap .owl-carousel .owl-nav button.owl-next i,
.homeslider-wrap .owl-carousel .owl-nav button.owl-prev i {
	font-size: 18px; 
	font-weight: 500; 
	color: #000; }
.homeslider-wrap .owl-carousel .owl-nav button.owl-next i{
	margin-right: -10px;}
.homeslider-wrap .owl-carousel .owl-nav button.owl-prev i{
	margin-left: -10px;}
.homeslider-wrap .owl-carousel .owl-nav button.owl-next {
	position: absolute; 
	top: 50%; 
	right: 0; 
	left: auto; 
	-ms-transform: translateY(-50%); 
	transform: translateY(-50%); 
}
.homeslider-wrap .owl-carousel .owl-nav button.owl-prev {
	position: absolute; 
	top: 50%; 
	right: auto; 
	left: 0; 
	-ms-transform: translateY(-50%); 
	transform: translateY(-50%); 
}
.homeslider-wrap .owl-theme .owl-nav {
	margin-top: 0px; 
}

/*New Banner Css*/

.homeslider-wrap .slide-content-wrap .carousel-caption{
    background: transparent !important;
    right: auto !important;
    left: 5% !important;
    text-align: left !important;
    padding: 0;
    max-width: 335px !important;
}
.homeslider-wrap .slide-content-wrap .carousel-caption h3{
    font-size: 40px !important;
    color: #000 !important;
}
.homeslider-wrap .slide-content-wrap .carousel-caption p{
    font-size: 20px !important;
    color: #000 !important;
}
.shopNow-btn{
    background-color: #000 !important;
    border-color: #000 !important;
    text-transform: uppercase !important;
    transition: all ease 0.5s;
    color: #fff !important;
}
.shopNow-btn:hover{
    background-color: #4a535c !important;
    border-color: #4a535c !important;
    color: #fff !important;
}
.owl-top-narrow .owl-item .item {
    padding: 0 !important;
}
.owl-top-narrow {
    margin: 0 !important;
}
@media(max-width:1024px){
    .homeslider-wrap .slide-content-wrap .carousel-caption{
        max-width: 30% !important;
    }
    .homeslider-wrap .slide-content-wrap .carousel-caption h3{
        font-size: 30px !important;
    }
    .homeslider-wrap .slide-content-wrap .carousel-caption p{
        font-size: 16px !important;
    }
}
@media(max-width:767px){
    .homeslider-wrap .slide-content-wrap .carousel-caption{
        top: 40% !important;
        max-width:80% !important;
    }
    
}
@media(max-width:580px){
    .owl-top-narrow{
        margin: 0 !important;
    }
    
    .homeslider-wrap .slide-content-wrap .carousel-caption{
        z-index: 3 !important;
    }
    .homeslider-wrap .slide-content-wrap .carousel-caption h3{
        font-size: 20px !important;
        color: #fff !important;
    }
    .homeslider-wrap .slide-content-wrap .carousel-caption p{
        color: #fff !important;
    }
    .owl-carousel .owl-stage-outer {
        height: 220px !important;
    }
    .homeslider-wrap .owl-carousel .owl-item img {
        height: 220px !important;
        object-fit: cover;
        opacity: .8;
    }
    .homeslider-wrap .slide-content-wrap .carousel-caption{
        top: 40% !important;
        max-width:95% !important;
        left: 40%;
        text-align: center !important;
    }
    #home-banner{
        position: relative;
    }
    
    #home-banner:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,1);
    }
}.homepage-grid-banner{
	padding-top: 25px !important;
}

.homepage-grid-banner .block.block-products-list .block-title {
    background: #4a535c;
    padding: 15px;
    color: #fff !important;
    margin-top: 0 !important;
}
.homepage-grid-banner .block.block-products-list .block-title strong{
	color: #fff !important;
	font-weight: 600;
    font-size: 18px;
}
.homepage-grid-banner .block.block-products-list{
	border: 1px solid #e1e1e1;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.homepage-grid-banner .block.block-products-list.grid{
	border:none;
}
.homepage-grid-banner .block.block-products-list.grid .block-title{
	background: transparent !important;
	color: #433d3b !important;
	padding: 15px 0;
}
.homepage-grid-banner .block.block-products-list.grid .block-title strong{
	color: #433d3b !important;
}
.homepage-grid-banner .product-item-details{
	padding: 4px 15px !important;
	text-transform: capitalize;
}
.homepage-grid-banner .products-grid .product-item .product-item-info{
	min-height: 380px;
}
.homepage-grid-banner .block.widget .products-grid .product-item:nth-child(4n+1) {
    margin-left: 0 !important;
}
body.cms-index-index .header.content, body.cms-index-index .page-header .header.panel {
    max-width: 1170px !important;
}
body.cms-index-index .page-header.type19 .header.content{
	padding: 20px 15px !important;
}
.products-grid .product-item .product-item-details {
    min-height: 126px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: center;
    text-align: center;
}
.see-all-products{
	font-weight: 500;
	font-size: 14px;
}
.homepage-grid-banner .row {
    margin-left: -15px;
    margin-right: -15px;
}
.homepage-grid-banner .product-item-name:hover, .homepage-grid-banner .product-item-name a:hover {
    color: #65829D;
}
.homepage-grid-banner .block.widget .products-grid .product-items {
    margin: 0 -25px !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.homepage-grid-banner .block.widget .products-grid .product-item{
	margin: 0 15px 30px !important;
}
.homepage-grid-banner .block.widget .products-grid .product-item:nth-child(4n+1){
	margin-left: 15px !important;
}
.home-static-content{
	text-align: justify;
}
.homepage-grid-banner .product-item .product-item-info .product.name a{
	font-size: 16px;
    font-weight: 600;
    line-height: 21px;
}
.homepage-grid-banner .product-item-name, .homepage-grid-banner .product-item-name a{
	font-size: 15px;
	width: 100%;
}
.homepage-grid-banner .product-item-photo {
    min-height: 310px;
    /*background: #eee;*/
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
body.page-layout-1column .block.widget .products-grid .product-item {
    width: 29%;
}
.homepage-grid-banner .product-image-photo.default_image {
    /*max-height: 230px;
    object-fit: cover;*/
}
.homepage-grid-banner .product-item-photo > a {
    display: flex;
    justify-content: center;
    position: absolute;
}
.homepage-grid-banner .product-item .tocart.action.primary{
	background-color: #f4f4f4 !important;
	border-color: #f4f4f4 !important;
	text-transform: uppercase;
	font-size: 13px !important;
	color: #6f6e6c !important;
	letter-spacing: 0;
}
.homepage-grid-banner .product-item .tocart.action.primary span{
	font-family: 'Oswald' !important;
}
.homepage-grid-banner .product-item:hover .tocart.action.primary{
	border-color: #2b2b2d !important;
    background-color: #2b2b2d !important;
	color: #fff !important;
}
.homepage-grid-banner .product-item .tocart:before:hover{
	color: #fff !important;
}
.homepage-grid-banner .product-item .tocart:before{
	font-size: 16px;
	margin-right: 2px;
	vertical-align: 0px;
}
.price-per-square-foot-container {
    width: 100%;
    margin: 10px 0;
}
.price-per-square-foot {
    font-weight: bold;
    font-size: 16px;
    color: #333;
    padding-bottom: 4px;
    font-family: 'Oswald' !important;
}
.price-per-square-foot-text {
    font-size: 11px;
    color: #999;
    text-transform: none;
}
.home-static-title{
	color: #000;
	font-weight: bold;
}
.page-header.type19 .panel.wrapper {
    background-color: #4a535c !important;
}
.homepage-grid-banner .product-item .tocart:before{
	display: none;
}
.homepage-grid-banner .block.block-products-list.grid{
	border-bottom: 1px solid #e1e1e1 !important;
	margin-bottom: 33px;
    padding-bottom: 0;
}

@media(max-width:1024px){
.homepage-grid-banner .block-products-list{
	height: inherit !important;
}
}
@media(max-width:991px){
	body.cms-index-index .page-header.header-newskin .navigation .level0 .level-top {
	    font-size: 8px !important;
	}
}
@media(max-width:768px){
	.homepage-grid-banner .block.widget .products-grid .product-items{
		margin: 0 -15px !important;
	}
}
@media(max-width:767px){
	.homepage-grid-banner .block-products-list {
	    display: block !important;
	}
	body.page-layout-1column .block.widget .products-grid .product-item {
	    width: 42%;
	}
	.header #search_mini_form{
		margin-right: 45px;
		margin-top: 19px;
	}
	.nav-open .page-footer {
	    display: none;
	}
	.homepage-grid-banner img{
		margin-bottom: 0;
	}
	.homepage-grid-banner .block.widget .products-grid .product-items{
		margin: 0 !important;
	}
}
@media(max-width:580px){
	body.page-layout-1column .block.widget .products-grid .product-item {
	    width: 100%;
	}
	.header #search_mini_form{
		margin-right: 37px;
	}
}

/* 20-9-2021 */

@font-face {font-family: "Avenir Next Condensed Bold";
    src: url("../../frontend/Smartwave/porto_child/en_US/Magento_Theme/font/2919517cb534a742df4474836ca67452.eot"); /* IE9*/
    src: url("../../frontend/Smartwave/porto_child/en_US/Magento_Theme/font/2919517cb534a742df4474836ca67452.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../../frontend/Smartwave/porto_child/en_US/Magento_Theme/font/2919517cb534a742df4474836ca67452.woff2") format("woff2"), /* chrome firefox */
    url("../../frontend/Smartwave/porto_child/en_US/Magento_Theme/font/2919517cb534a742df4474836ca67452.woff") format("woff"), /* chrome firefox */
    url("../../frontend/Smartwave/porto_child/en_US/Magento_Theme/font/2919517cb534a742df4474836ca67452.ttf") format("truetype") /* chrome firefox opera Safari, Android, iOS 4.2+*/
}