@media (max-width: 988px) {
    .woocommerce-loop-product__title {
        word-break: break-all;
    }
}

.default-container .products.container {
    padding: 0 !important;
}

.woocommerce.archive .product.type-product img,
.woocommerce.archive .product.type-product img:hover,
.home-service,
.home-service:hover,
.product-category img,
.product-category img:hover {
    background: #fff;
}

.product-category img {
    padding: 40px !important;
}

.woocommerce.archive .product.type-product img {
    padding: 0;
    object-fit: cover;
}

.woocommerce.archive .product.type-product img:hover {
    padding: 0;
}

.default-container table {
    border-collapse: collapse;
}

.default-container table td {
    border: 1px solid black;
    padding: 5px;
}

.default-container ul {
    list-style-type: disc;
}

.default-container ul,
.default-container ol {
    padding-left: 20px;
}

.default-container li {
    list-style-position: inside;
}

.default-container p {
    margin: revert !important;
}

/* 
.default-container * {
    margin: revert !important;
} */

.woocommerce ul.products li.product a img {
    padding: 0 !important;
    object-fit: cover;
}

.bottom-contacts {
    position: fixed;
    z-index: 2;
    bottom: 0;
    width: 100%;
    padding: 16px;
    background: white;
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.5);
    display: none;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 988px) {
    .bottom-contacts {
        display: flex;
    }

    .footer {
        padding-bottom: 100px;
    }
}

.bottom-contacts__phone {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    font-size: 14px;
}

.bottom-contacts__phone img {
    background: #663300;
    padding: 10.5px;
    border-radius: 50px;
}

.bottom-contacts button {
    cursor: pointer;
    background: #663300;
    color: white;
    border-radius: 8px;
    border: 1px solid transparent;
    padding: 12px;
    font-weight: 500;
    font-size: 14px;
}

.default-content * {
    margin: revert !important;
}