/*!
Theme Name: Printfix
Theme URI: https://wp.rrdevs.net/printfix
Author: RRdevs
Author URI: https://themeforest.net/user/rrdevs
Description: Printfix - Printing Services Company WordPress Theme
Version: 1.0.8
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: printfix
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

.button-box{
	display: none !important;
}
.breadcrumb__area{
	display: none !important
}
@media (max-width: 767px) {
  .woocommerce-tabs.wc-tabs-wrapper.product-additional-tab.mt-60.fix {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
}

.printfix-shop-area.pt-120.pb-120.fix{
	padding-top: 30px !important;
	padding-bottom: 30px !important;	
}
.woocommerce-notices-wrapper .woocommerce-error {
    margin-bottom: 12px;
    align-items: center;
    display: flex;
    justify-content: center;
    border: 1px solid red;
    border-radius: 10px;
    padding: 10px;
}

.header__main{
	padding: 1px 0px !important;
}

.product_meta {
    display: none;
}

/* .woocommerce-notices-wrapper{
	margin-bottom: 12px;
    align-items: center;
    display: flex;
    justify-content: center;
    border: 1px solid red;
    border-radius: 10px;
} */