/*Стилізація моалки каталогу*/
.modal-mobile.modal-mobile--gray
{
    position: relative;
    background-color: var(--color-white-background) !important;
}
.button-oval-white {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    border-radius: 50%;
    border:none;
    background-color: var(--color-white-pure);
    min-width: 60px;
    min-height: 60px;
    padding: 10px;
    text-align: center;

    justify-content: center;
    align-items: center;

    position: absolute;
    top: 20px;
    right: 20px;
}
.modal-mobile.modal-mobile--gray .yith-wcan-filters
{
    width: 100%;
}
/*Стилізація нотіси*/
.woocommerce-info {
    background-color: transparent !important;
}
.shop-error .error-info-icon{
    fill: black;
}
.shop-error {
    margin-bottom: 50px;
}
.woocommerce-message{

    border: 1px solid var(--color-green);
    background-color: var(--color-background-in-stock) !important;
    border-radius: 10px;
    text-align: center;
    padding: 10px 0px;
    margin-bottom: 25px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.28;
}
.woocommerce-message a {
    display: none;
}
/*Header products*/
.square-button--small{
    border: none;
}
.product-description__arrow{
    transition: 0.5s;
}
/*Product price*/
.products-item__add-buttons .cart{
    display: inline-flex;
    gap: 5px;
}
.product-inforation__action .cart{
    display: inline-flex;
    gap: 15px;

}
.product-inforation__action--large .cart{
    width: 100%;
}
.parts-title {
    margin-bottom: 25px;
}

/*Product attributes */
.woocommerce-product-attributes{
    display: flex;
    flex-direction: column;
    gap: 28px;
    margin-top: 50px;
    margin-bottom: 200px;
    max-width: 100%;


}
@media screen and (min-width: 786px) {
    .woocommerce-product-attributes {
        max-width: 60%;
    }
}
.woocommerce-product-attributes-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin-bottom: 28px;
}

.woocommerce-product-attributes-item::after {
     content: '';
     position: absolute;
     bottom: -10px;
     width: 100%;
     height: 1px;
     background-color: var(--color-gray);
}
.woocommerce-product-attributes-item__label{
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: var(--color-dark-gray);
    font-style: normal;
}
.woocommerce-product-attributes-item__value{
    color: var(--color-text);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.44;
}

/*Product archive card*/
.woocommerce-LoopProduct-link{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.prouct-card-woocommerce
{
    justify-content: initial !important;
}
.prouct-card-woocommerce .product-card
{
    width: 100%;
    height: 100%;
}
.woocommerce-LoopProduct-link:hover{
 color: #001a2a;
}
.accessories-information__image{
    object-fit:contain !important;
}
/*button*/
.no-border{
    border: none !important;
}
@media screen and (min-width: 786px) {
    .guarantee-get-part__information .button-some-width {
        width: 60%;
    }
}
@media screen and (min-width: 1200px) {
    .products-shop-list__filter{
        overflow: auto;
    }
    .products-item__add{
        min-width: 50%;
    }
}
.filter-item.level-0
{
    margin-top: 25px !important;
}
.prouct-card-woocommerce__info{
    justify-content: space-between;
}

.products-item__add{
    min-width: unset;
}
@media screen and (min-width: 1200px) {

    .products-item__add{
        min-width: 50%;
    }
}
p.form-row.form-row-wide.validate-required {
    margin-top: 5px;
}
.wcus-checkout-fields > h3,
.checkout-delivery__table{
    display: none;
}
.years-of-production--start {
    font-style: normal;
}