/*!
Theme Name: MAS2
Theme URI: https://yourfuture.com.ua/
Author: YourFuture
Author URI: https://yourfuture.com.ua/
Description: Mascompany updated theme
Version: 1.0.0
Tested up to: 6.0
Requires PHP: 8.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: mas2

*/

.hidden{
    display: none !important;
}

a.btn-minicart{
    text-decoration: none;
    position: relative;
    display: inline-block;
}
.minicart-counter{
    position: absolute;
    width: 15px;
    height: 15px;
    background-color: #c00;
    color: white;
    border-radius: 50%;
    text-align: center;
    line-height: 15px;
    font-size: 10px;
    top: 5px;
    right: 5px;
}

.block-wrapper a{
    color: black;
    text-decoration: none;
    font-weight: bold;
}

.form_error_txt{
    color: #c00 !important;
}

.form-message{display:none;font-size: 13px;line-height: 24px;margin-bottom: 20px;}
.form-message.success{display:block;color:green;}
.form-message.error{display:block;color:#c00;}
.form_error{color: #c00 !important;}


.select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px;
}

.remove-file{
    cursor: pointer;
    margin-left: 5px;
}

.product-categories-filter-item.active{
    font-weight: bold;
}

