.default-style img {
	inline-size: 100%;
}

.aspect-ratio--5-3 {
	aspect-ratio: 5 / 3;
	overflow: hidden;
}

.radius--15 {
	border-radius: 1.5rem;
}

.map-details .title {
	border-block-end: 0.1rem solid #D9D9D9;
}

.map-details .info__icon {
  inline-size: 2.5rem;
  block-size: 2.5rem;
}

.icon-book svg:first-child {
	width: 12rem;
}

.icon-book svg:last-child {
	width: 33.9rem;
}

.popup_form{
	position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 999999;
	width: 95%;
	display: none
}

.section-project-showcase .tab-content {
    display: none;
}
.section-project-showcase .tab-content.active {
    display: block;
}
.section-project-showcase .tab-button {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
}
.section-project-showcase .tab-button:hover {
    background-color: rgba(255,255,255,0.1);
}
.section-project-showcase .tab-button.active {
    background-color: rgba(255,255,255,0.2);
    transform: scale(1.05);
}

@media (max-width: 991px) {
    .home section{
        min-height: auto !important;
    }
}

.woocommerce div.product form.cart .variations select{
    background-color: #fff !important;
}

.woocommerce .single_variation_wrap .button, .woocommerce.single-product .product .yith-ywraq-add-to-quote .add-request-quote-button{
    line-height: normal;
    display: inline-flex;
    padding: 0.8rem 3.2rem 0.8rem 0.8rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    color: #293241 !important;
    border-radius: 100px;
    background-color: #fff !important;
    border: 1px solid #fff !important;
    transition: all ease-in-out 0.2s;
    align-items: center;
    gap: 2.8rem;
    font-size: 2.4rem;
    line-height: 120%;
    letter-spacing: -0.48px;
    font-size: 2rem !important;
}

.woocommerce.single-product .product .yith-ywraq-add-to-quote .add-request-quote-button{
    padding: 1.7rem 3.4rem !important;
    font-weight: 700 !important
}

.woocommerce.single-product .product .yith-ywraq-add-to-quote{
    margin-top: 0px !important;
}

.woocommerce .single_variation_wrap .woocommerce-variation-add-to-cart{
    position: relative;
    display: inline-flex !important;
    width: fit-content !important;
}

@media (max-width: 576px) {
    .woocommerce div.product form.cart .variations{
        display: inline-block !important
    }
    .woocommerce.single-product .product .yith-ywraq-add-to-quote{
        width: 100%;
        margin-top: 1.5rem !important;
    }
    .woocommerce .single_variation_wrap .woocommerce-variation-add-to-cart{
        width: 100% !important;
    }
    .woocommerce-page.woocommerce .section-pro-detail .form-varitions .single_add_to_cart_button{
        width: 78.6%;
        justify-content: center;
    }
}

.section-popular .swiper-slide{
	height: auto
}

.section-popular .swiper-slide .pro_cls_custom{
	height:100%
}

.section-background-video .background-video{
	width: 100%;
    height: 100%;
}

.woocommerce ul.products.columns-5 li.product, .woocommerce-page ul.products.columns-5 li.product{
	width: 18.5%;
	margin: 0 1.8% 1.8% 0;
	min-height: 55rem;
}
.woocommerce ul.products li.last, .woocommerce-page ul.products li.last {
    margin-right: 0 !important;
}
@media (max-width: 576px){
	.woocommerce ul.products.columns-5 li.product, .woocommerce-page ul.products.columns-5 li.product {
		width: 48%;
		margin: 0 1.8% 1.8% 0
	}
}

.woocommerce-page.woocommerce-checkout .section-checkout #order_review .place-order button {
    background: #fff !important;
    color: #293241 !important
}

.woocommerce-page.woocommerce .section-archive-product .pro_cls_custom, 
.pro_cls_custom{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
}

.woocommerce-page.woocommerce .pro_cls_custom .add_to_cart_button, .woocommerce-page.woocommerce .pro_cls_custom .add-request-quote-button{
    font-size: 1.5rem;
    display: inline-block;
    height: fit-content;
}

.pro_cls_custom .list_button{
    max-height: 5.5rem;
}

.bapf_sfilter.bapf_srch .bapf_form .bapf_input{
    margin-top: 0.8rem;
    border-radius: 8px !important;
    padding: 1.1rem 1.6rem !important;
    margin-bottom: 0;
    height: unset;
}

.bapf_sfilter.bapf_srch .bapf_form .bapf_search{
    top: 55%;
    transform: translateY(-50%);
    right: .5rem;
}

@media (max-width: 576px) {
    .bapf_sfilter.bapf_srch .bapf_form .bapf_input {
        padding: .5rem 1.6rem !important;
    }
}

/* Fix navbar-mobile z-index issue on all mobile devices */
@media (max-width: 991px) {
    
    body main{
        opacity: 1;
        transition: opacity 0.3s ease;
    }
    body.overflow-hidden main{
        opacity: 0;
    }

    .header.navbar-mobile--show .container{
        position: relative;
        z-index: 999999;
    }
    .header.navbar-mobile--show .navbar-mobile::before, .header.navbar-mobile--show .navbar-mobile::after{
        opacity: 1;
        z-index: 1;
    }
    .header.navbar-mobile--show .navbar-mobile__content{
        opacity: 1;
        z-index: 999999; 
        position: relative;
        height: calc(100% - 5rem);
    }
    .header.navbar-mobile--show .navbar-mobile__item{
        position: relative;
        z-index: 999999;
    }

}

.section-background-video .container{
	min-height: 70vh
}
.section-background-video .background-video{
	height: 70vh
}

.section-banner .container{
	min-height: 60vh
}

.post-type-archive-product .section-banner .container {
    min-height: 50vh;
}