/*
 Theme Name:   Woodmart Child
 Theme URI:    https://yourwebsite.com
 Description:  Child theme for Woodmart
 Author:       Your Name
 Author URI:   https://yourwebsite.com
 Template:     woodmart
 Version:      1.0
 Text Domain:  woodmart-child
*/

/* Add your custom CSS below this line */



.content-layout-wrapper.custom-wrapper{
    width: 100%;
    margin: 0 auto;
}

.row.product-image-summary-wrap {
    width: 100%;
    margin: 0 auto;
}

.banner-header {
position: relative;
    height: auto;
    width: 100%;
    overflow: hidden;
    margin-bottom: 70px;
}

.container-fluid{
	padding:0px!Important;
}


.site-content.shop-content-area {
    padding: 0 50px;

}

ul.page-numbers span {
    font-size: 18px !important;
}

@media (min-width:1312px) {
.content-layout-wrapper.custom-wrapper {
    width: 1312px;
    margin: 0 auto;
margin-inline: auto !important;
}

.row.product-image-summary-wrap {
    max-width: 1312px;
    margin: 0 auto;
    margin-top: 260px;
    position: relative;
}

.container-fluid .content-layout-wrapper.custom-wrapperr {
    margin-top: -280px;
}

    .banner-header {
        position: relative;
        height: 480px;
    }
	
	.banner-header img {
    top: -50px;
		width:100%;
}

}


#header-custom {
    position: fixed;
    top: 0;
    width: 100%;
    transition: top 0.3s; /* Smooth transition for hiding/showing */
    z-index: 1000; /* Ensure it stays on top of other content */
}

.wd-hover-info-alt {
    pointer-events: none;
}

#header-custom.hidden {
    top: -130px; /* Adjust this value to match the height of your menu */
}

@media (max-width:768px){
	.banner-header img{
		padding-top: 100px;
	}
.site-content.shop-content-area.col-lg-9.col-12.col-md-9.description-area-before.content-with-products.wd-builder-off {
    padding-left: 40px;
}
}

