.product-card,
.product-card .product-tag,
.featured-product-categories,
.request-quote-carousel .product-thumbnail a,
.fake-quantity-input, 
.fake-quantity-input button,
.request-quote-carousel .product-name,
.default-archive-category-card h4,
.default-archive-category-card ul li
{
    display: flex;
}

.default-archive-category-card h4,
.product-card .product-tag,
.request-quote-carousel .product-thumbnail a,
.fake-quantity-input button 
{
    align-items: center;
    justify-content: center;
}

.request-quote-carousel .product-name,
.default-archive-category-card ul li,
.fake-quantity-input
{
    align-items: center;
}

.request-quote-carousel .product-name,
.request-quote-carousel .product-quantity,
.request-quote-carousel table .actions input[type="submit"],
.request-quote-carousel table .actions .request-go-next-step
{
    font-size: 16px;
}

.request-quote-carousel table .actions input[type="submit"],
.request-quote-carousel table .actions .request-go-next-step,
.default-archive-category-card,
#request-quote-pagination button.slick-arrow,
.fake-quantity-input button 
{
    border: 1px solid;
}

.featured-product-categories .slick-slide
{
    margin-right: 18px;
}

.product-card,
.product-card .text-content
{
    position: relative;
}

.product-card
{
    border-radius: 20px;
}

.products-container > a
{
    margin-bottom: 20px;
}

.products-container > a:not(:nth-child(3n))
{
    margin-right: 20px;
}

.default-archive-category-card
{
    border-radius: 10px;
    border-color: #eaeaea;
    /* max-width: 230px; */
    margin-bottom: 20px;
}

.archive-category-options{
    text-align: left;
}

.form-control{
    padding: 20px 15px;
}

.form-control {
    font-family: system-ui, sans-serif;
    font-size: 0.8rem;
    line-height: 1.1;
    display: grid;
    grid-template-columns: 1em auto;
    gap: 0.5em;
}

.archive-category-options div.form-control input{
    width: 15px;
    height: 15px;
}

.archive-category-options hr{
    border: 1px solid #F0F0F0;
    margin: 0;
}

.archive-category-options hr:last-child{
    display: none;
}

.default-archive-category-card ul li
{
    color: #000!important;
}

.default-archive-category-card h4
{
    background-color: #f4f4f4;
    color: #000;
    font-size: 14px;
    margin: 0;
    border-radius: 10px 10px 0 0;
}

.default-archive-category-card h4,
.default-archive-category-card ul li
{
    min-height: 54px;
}

.default-archive-category-card ul
{
    list-style: none;
    padding: 0;
    background-color: #fff;
    border-radius: 0 0 20px 20px;
}

.default-archive-category-card ul li
{
    position: relative;
    padding-left: 35px;
}

.default-archive-category-card ul li:not(:last-child)
{
    border-bottom: 1px solid #aaa;
}

.default-archive-category-card ul > a:not(:last-child)
{
    border-bottom: 1px solid #eaeaea;
    display: block;
}

.product-card
{
    background-color: #f4f4f4;
    flex-direction: column;
    padding: 30px;
    transition: all .3s ease-in-out;
    text-align: center;
    height: 100%;
}

.product-card .product-tag
{
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #0069B4;
    border-radius: 60px;
    width: 50px;
    height: 30px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
}

.product-card h2,
.product-card h3,
.product-card p
{
    font-family: 'Open Sans';
    margin: 0;
}

.product-card h2,
.product-card h3
{
    font-weight: bold;
}

.product-card h2
{
    font-size: 12px;
    color: #0069B4;
}

.product-card h3
{
    color: #111;
    font-size: 18px;
    margin: 15px 0;
}

.product-card p
{
    color: #000;
    font-size: 14px;
    margin-bottom: 15px;
}

.product-card img
{
    width: 85%;
    margin: 40px auto;
}

.product-card .text-content .default-visible,
.product-card .text-content .hover-visible
{
    transition: opacity .3s ease-in-out;
    width: 100%;
}

.product-card .text-content .hover-visible
{
    opacity: 0;
}

.product-card .text-content .hover-visible button
{
    background-color: #000;
    border-color: #000;
}

.product-card .text-content .default-visible
{
    position: absolute;
    opacity: 1;
}

.product-card:hover
{
    background-color: #eaeaea;
}

.product-card:hover .text-content .default-visible
{
    opacity: 0;
}

.product-card:hover .text-content .hover-visible
{
    opacity: 1;
}

.open-filter-mobile
{
    display: none;
}

.filter-attributs-container
{
    background-color: #004e867a;
}

.site-main.post-14.page.type-page
{
    max-width: 1460px;
    margin: 0 auto;
}

.site-main.post-14.page.type-page .woocommerce.ywraq-wrapper
{
    position: relative;
}

#request-quote-pagination
{
    position: absolute;
    right: 0;
    z-index: 1;
}

.request-quote-carousel 
{
    margin: 100px 0px;
}

.request-quote-carousel table .actions 
{
    border-radius: 0 0 20px 20px;   
    padding-top: 25px;
    padding-bottom: 25px;
    min-height: 120px;
}

.request-quote-carousel #yith-ywrq-table-list thead
{
    height: 60px;
}

.request-quote-carousel #yith-ywrq-table-list thead tr th
{
    padding-top: 25px;
    padding-bottom: 25px;
}

.woocommerce table.shop_table td
{
    padding: 12px 28px;
}


.request-quote-carousel table .actions input[type="submit"],
.request-quote-carousel table .actions .request-go-next-step
{
    padding: 10px 25px;
    font-weight: bold;
    transition: all .3s ease-in-out;
    height: 42px;  
}

.request-quote-carousel table .actions input[type="submit"]
{
    background-color: transparent;
    border-color: #666;
    color: #666;
}

.request-quote-carousel table .actions input[type="submit"]:hover
{
    border-color: #0069B4;
    color: #0069B4;
}

.request-quote-carousel table .actions .request-go-next-step
{
    border-color: #0069B4;
}

.request-quote-carousel table .actions > div
{
    display: flex;
    justify-content: space-between;
}

#request-quote-pagination button.slick-arrow 
{
    border-color: #0069B4;
    border-radius: 999px;
    background: #fff;
    color: #0069B4;
    padding: 0;
    width: 40px;
    height: 40px;
}

#request-quote-pagination button.slick-arrow:hover,
#request-quote-pagination button.slick-arrow.slick-disabled
{
    background-color: #0069B4;
    color: #fff;
}

.request-quote-carousel #yith-ywrq-table-list,
#yith-ywrq-table-list th, 
#yith-ywrq-table-list td 
{
    border: none;
}

.request-quote-carousel #yith-ywrq-table-list
{
    background-color: #f4f4f4;
    border-collapse: collapse;
    border-radius: 20px;
}

.request-quote-carousel .cart_item:first-child
{
    border-top: 2px solid #aaa;
}

.request-quote-carousel .cart_item
{
    border-bottom: 1px solid #aaa;
}

.request-quote-carousel .product-thumbnail a
{
    text-decoration: none;
    flex-wrap: wrap;
    text-align: center;
    justify-content: start;
}

.request-quote-carousel .product-thumbnail a img
{
    width: 100px;
}

.request-quote-carousel .product-remove a:hover
{
    background-color: #0069B4;
}

.request-quote-carousel .product-thumbnail a h3
{
    font-size: 14px;
    color: #111!important;
    margin-left: 20px;
}

.request-quote-carousel .cart_item .product-remove
{
    width: 5%;
    text-align: center;
}

.request-quote-carousel .cart_item .product-thumbnail
{
    width: 85%;
}

.request-quote-carousel .cart_item .product-quantity
{
    width: 10%;
}

.real-quantity-input
{
    opacity: 0;
    position: absolute;
    z-index: -1;
}

.fake-quantity-input
{
    justify-content: start;
}

.fake-quantity-input .quantity
{
    color: #111;
    font-weight: bold;
    margin: 0 15px;
}

.fake-quantity-input button 
{
    border-color: #aaa!important;
    background-color: #fff;
    padding: 0;
    height: 20px;
    width: 20px;
}

.fake-quantity-input button svg
{
    fill: #aaa;
    height: 10px;
    width: 10px;
}

.fake-quantity-input button:hover svg
{
    fill: #0069B4;
}

.request-quote-carousel .cart_item .product-remove a,
.request-quote-carousel .cart_item .product-remove a img
{
    width: 30px;
    height: 30px;
}

@media screen and (max-width: 1600px) 
{

    
}

@media screen and (max-width: 1400px) 
{

}

@media screen and (max-width: 1333px) 
{

}

@media screen and (max-width: 1280px) 
{
    .request-quote-carousel 
    {
        margin: 100px 15px;
    }
}

@media screen and (max-width: 1024px)
{

    .default-archive-category-card{
        max-width: 95%;
        margin-right: 15px;
    }
    .request-quote-carousel 
    {
        margin: 60px 15px;
    }

    .request-quote-title
    {
        font-size: 28px;
    }

    #request-quote-pagination 
    {
        right: 15px;
    }

    .archive-category-options{
        background: #fff;
        border-radius: 0 0 7px 7px;
    }
} 

@media screen and (max-width: 899px)
{
    .featured-product-categories > a
    {
        width: 22%;
    }

    .featured-product-categories > a:not(:last-child)
    {
        margin-right: 3%;
    }

    .open-filter-mobile
    {
        display: block;
    }

    .request-quote-carousel .cart_item .product-remove,
    .request-quote-carousel .cart_item .product-thumbnail,
    .request-quote-carousel .cart_item .product-quantity
    {
        width: 100%;
    }

    .request-quote-carousel .cart_item .product-remove
    {
        text-align: start!important;
    }

    .request-quote-carousel .cart_item .product-thumbnail a
    {
        flex-direction: column;
    }

    .request-quote-carousel .cart_item .product-thumbnail,
    .request-quote-carousel .cart_item .product-thumbnail img
    {
        display: block!important;
    }

    .request-quote-carousel .product-thumbnail a img
    {
        width: 200px;
    }

    .request-quote-carousel .product-remove
    {
        text-align: start !important;
        width: 100%;
    }

    .request-quote-carousel .product-thumbnail::before,
    .request-quote-carousel .product-quantity::before
    {
        display: none;
    }

    .fake-quantity-input
    {
        justify-content: center;
    }

    #request-quote-pagination 
    {
        top: -30px;
    }

    .request-quote-carousel table .actions 
    {
        padding-top: 25px!important;
        min-height: 100px;
    }

   

}

@media screen and (max-width: 767px)
{
   

}

@media screen and (max-width: 599px)
{
    .request-quote-carousel 
    {
        margin: 50px 15px;
    }
    
    .request-quote-title
    {
        font-size: 24px;
    }

    .request-quote-carousel table .actions > div
    {
        flex-direction: column;
    }

    .request-quote-carousel table .actions input[type="submit"],
    .request-quote-carousel table .actions .request-go-next-step
    {
        margin: 10px 0;
    }

    .request-quote-carousel table .actions .request-go-next-step
    {
        width: 100%;
    }

}