/* Auto-generated combined CSS */

/* homepage.css */
.home-inline-bg{
	display: inline-block;
}
.home-center-columns{
	justify-content: center;
	gap: 1rem;
}
.wp-block-columns.home-center-columns.is-not-stacked-on-mobile > .wp-block-column{
	flex-basis: auto;
	flex-grow: 0;
    width: auto;
}
@media (max-width: 1440px){
	.wp-block-column .wp-block-image.home-workspace-img{
		margin-left: -400px !important;
	}	
}

@media (max-width: 1050px){
	.wp-block-column .wp-block-image.home-workspace-img{
		margin-left: auto !important;
	}
	.home-workspace-block, .home-tablet-block{
		text-align: center;
		flex-direction: column;
	}
	.home-workspace-block hr, .home-tablet-block hr{
		margin: 0 auto;
	}
	.home-button-block.wp-block-buttons > .wp-block-button{
        width: 75%;
        flex-basis: 75%;
	}
}

@media (max-width: 780px){
	.home-hero-text{
		text-align: center;
		order: 2;
		padding-top: 0 !important;
	}
	.home-hero-text.wp-block-column .wp-block-buttons{
		justify-content: center;
	}
	.home-hero-text hr{
		margin: 0 auto;
	}
	.home-center-columns.wp-block-columns.is-not-stacked-on-mobile{
		flex-wrap: wrap !important;
	}
	.wp-block-buttons > .wp-block-button.button-50-mobile{
		width: 100%;
	}	
}

/* smartphones.css */
/* Smartphones Page CSS */
@media only screen and (max-width: 781px){
	.smartphones-hero{
		background-size: 15% !important;
	}
	.smartphones-sec1-img, .smartphones-sec3-txt, .smartphones-sec4-img, .smartphones-sec6-img{
		order: 1;
	}
	.smartphones-sec1-txt, .smartphones-sec3-img, .smartphones-sec4-txt, .smartphones-sec6-txt{
		order: 2;
	}
    .smartphones-sec1-txt, .smartphones-sec2-txt, .smartphones-sec3-txt,
    .smartphones-sec4-txt, .smartphones-sec5-txt, .smartphones-sec6-txt{
        text-align: center;
    }
    .smartphones-sec1-txt hr, .smartphones-sec2-txt hr, .smartphones-sec3-txt hr,
    .smartphones-sec4-txt hr, .smartphones-sec5-txt hr, .smartphones-sec6-txt hr {
        margin: 0 auto;
    }
    .smartphones-sec1-txt .wp-block-buttons, .smartphones-sec2-txt .wp-block-buttons, .smartphones-sec3-txt .wp-block-buttons,
    .smartphones-sec4-txt .wp-block-buttons, .smartphones-sec5-txt .wp-block-buttons, .smartphones-sec6-txt .wp-block-buttons {
        justify-content: center;
    }
	.smartphones-sec4-txt .wp-block-list{
		text-align: left;
	}
	.btn-center-phone {
        justify-content: center !important;
    }
}
/* Smartphones for B2B Page CSS */
@media only screen and (max-width: 781px){
	.smartphones-b2b-sec1-img, .smartphones-b2b-sec2-txt{
		order: 1;
	}
	.smartphones-b2b-sec1-txt, .smartphones-b2b-sec2-img{
		order: 2;
	}
	.smartphones-b2b-sec1-txt, .smartphones-b2b-sec2-txt{
		text-align: center;
	}
	.smartphones-b2b-sec1-txt hr, .smartphones-b2b-sec2-txt hr{
		margin: 0 auto;
	}
	.smartphones-b2b-sec1-txt .wp-block-buttons{
		justify-content: center;
	}
}

/* bundle-hide-remove.css */
/* Hide remove link for bundled products (child items) */
.cart_item.bundle-child .product-remove .remove, .cart_item.bundle-child button{
    display: none !important;
}
.cart_item.bundle-child .quantity.wpbf-quantity{
	pointer-events: none;
}

/* shop-search-bar.css */
/* Shop product search */
.shop-search-box{
	margin: 2rem 0;
}
.woocommerce-product-search {
    position: relative;
    display: flex;
    align-items: center;
}

.woocommerce-product-search .wpbff-search {
    position: absolute;
    left: 0.8em;
    color: #777;
    pointer-events: none;
}

.woocommerce-product-search input[type="search"] {
    flex: 1;
    padding: 0.6em 5em 0.6em 2.2em; /* space for icon + button */
    border: 1px solid #ddd;
    border-radius: 4px;
}

.woocommerce-product-search .search-submit-btn {
    position: absolute;
    right: 0;
    height: 100%;
    border: none;
    background: #007fff;
    color: #fff;
    padding: 0 1em;
    cursor: pointer;
    border-radius: 0 4px 4px 0;
    transition: background 0.2s ease;
	display: block;
}

.woocommerce-product-search .search-submit-btn:hover {
    background: #555;
}

.shop-banner-img{
    width: 100%;
}

