.products {

    margin-top: 25px !important;
}

.product {
    width: 100%;
    margin-bottom: 25px !important;
    display: flex;
    border-radius: 12.5px;
}

.product .img-product {
    width: 150px;
    height: 150px;
    border-radius: 12.5px 0 0 12.5px;
    border-color: #ebebeb;
    border-style: solid;
    border-width: 1px 0 1px 1px;
    overflow: hidden;
}

.product .product-content p.desc-product {
    font-size: 16px;
    line-height: 20px;
    opacity: 0.75;
    margin-bottom: 25px;
    font-weight: normal !important;
    width: 100%;
}

.product .img-wrapper {
    width: 100%;
    height: 100%;
}

.product .img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    max-width: 100%;
}

.product .product-content {
    padding: 12.5px;
    border-color: #ebebeb;
    border-style: solid;
    border-width: 1px 0px 1px 1px;
    width: calc(100% - 250px);
    background-color: white;

    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;

}

.product .product-btn {
    width: 100px;
    padding: 12.5px;
    border-color: #ebebeb;
    border-style: solid;
    border-width: 1px 1px 1px 0px;
    border-radius: 0 12.5px 12.5px 0;
    background-color: white;
}



.product .product-content .extra-wrapper {

    min-width: 100%;
    width: 100%;
}

.product .product-content .extra-wrapper span.title-extra {
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
    display: inline;
    cursor: pointer;
}

.product .product-content .select-wrapper div {
    font-size: 16px;
    line-height: 20px;
    opacity: 0.75;
    display: inline;
    font-weight: normal !important;
}

.product .product-content .extra-wrapper .desc-extra {
    font-size: 16px;
    line-height: 20px;
    opacity: 0.75;
    display: inline;
    font-weight: normal;
}


.cart_grid_wc {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    grid-auto-rows: minmax(100px, auto);
}


.cart_grid_left {
    grid-row: 1 / 2;
}

.cart_grid_right {
    grid-row: 1 / 2;
}

.cart_grid_right thead {
    white-space: none;
}

.colette_menu {

    width: 100%;
    margin: 0 !important;
    padding: 12.5px 0 !important;
}

.entry-content .woocommerce center:not(.modal-content center) {

    background-color: white !important;
    position: sticky !important;
    top: 0 !important;
    z-index: 9999 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.colette_menu li {

    display: inline-block;
    margin: 0 3.125px !important;
    border-radius: 25px;
    list-style: none;

}

.colette_menu li span {

    padding: 6.25px 25px !important;
    display: block !important;
}


.colette_menu li:hover {
    cursor: pointer;
}

.colette-add-to-cart {
    padding: 6.25px 12.5px;
    text-decoration: none;
    cursor: pointer;
    font-size: 14px;
}

.icon-veget {

    display: inline !important;
    width: 20px !important;
    height: 20px !important;
    max-width: 20px !important;
    max-height: 20px !important;
    min-width: 20px !important;
    min-height: 20px !important;
    margin-right: 6.25px !important;
}

.quantity input[type=number]::-webkit-inner-spin-button {
    opacity: 1
}

/*Calendar*/
.div-av {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.close2 {
    
        font-weight: bold;
    padding: 6.25px 25px !important;
    background-color: red;
    color: white !important;
    width: 100% !important;
    text-indent: 0 !important;
    text-align: center !important;
}

.modal-content {
    background-color: #fefefe;
    margin: 5% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    height: 80%;
    max-width: 80%;
    max-height: 80%;
}

.modal-content table {

    overflow-x: scroll;
    overflow-y: scroll;
    width: 100%;
    height: 75%;
}

.modal-content table::-webkit-scrollbar {

    width: 6.25px !important;
    height: 6.25px !important;
    background-color: rgba(58, 58, 58, 0.25);
    border-radius: 25px;
}

.modal-content table::-webkit-scrollbar-thumb {

    background-color: #3a3a3a;
    border-radius: 25px;
}

.modal-content table tbody tr:first-child th {

    background-color: white;
    position: sticky;
    top: 0;
}

.modal-content table tbody tr th {

    border-color: none !important;
}

.closet {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.closet:hover,
.closet:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.cart_item .variation dt {
    display: contents;
}

#site-content #shipping_method li {

    flex-wrap: wrap !important;
}

@media (max-width: 1200px) {

    .cart_grid_left img,
    .cart_grid_right img {
        width: 32px;
    }



}

@media (max-width: 900px) {

    .cart_grid_wc {
        display: inline;
    }

    .cart_grid_left img {
        width: 60px;
    }


}

.close2 {
    cursor: pointer;
}

#myBtn,
.availability td div {
    cursor: pointer;
}


.availability td {
    vertical-align: baseline;
}

.timeslot-btn {
    
    font-weight: bold;
    padding: 6.25px 25px !important;
    display: block !important;
    width: 100% !important;
    text-indent: 0 !important;
    text-align: center !important;
}



@media screen and (max-width: 800px) {

    .entry-content .woocommerce center:not(.modal-content center) {

        position: relative;
    }

    .entry-content .woocommerce center:not(.modal-content center):before,
    .entry-content .woocommerce center:not(.modal-content center):after {

        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        width: 37.5px;
        height: 100%;
    }

    .entry-content .woocommerce center:after {

        right: 0;
        background: linear-gradient(270deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    }

    .entry-content .woocommerce center:before {

        left: 0;
        background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    }


    .colette_menu {

        padding-bottom: 12.5px !important;
        margin-bottom: 12.5px !important;
        white-space: nowrap;
        overflow-x: scroll;
        overflow-y: hidden;
    }

    .colette_menu li span {

        white-space: nowrap;
    }

    .product {

        flex-wrap: wrap;
        justify-content: flex-end;
    }

    .product .img-product {
        width: 100px !important;
        height: 100px !important;
    }

    .product-content,
    .product-btn {

        width: calc(100% - 100px) !important;
    }

    .product-content {

        border-width: 1px 1px 0 1px !important;
        border-radius: 0 12.5px 0 0 !important;
    }

    .product-btn {

        border-width: 0 1px 1px 1px !important;
        border-radius: 0 0 12.5px 12.5px !important;
    }

    .product .product-btn .woocommerce-Price-amount {

        display: inline-block;
    }

    .product .product-btn span:nth-of-type(1) + br {

        display: none;
    }

    .product .product-btn .colette-add-to-cart {

        display: inline-block;
        margin-left: 12.5px;
    }

}

@media screen and (max-width: 600px) {

    .modal-content {
        margin: 0 !important;
        width: 100% !important;
    }

    .modal-content {
        margin: 0 auto;
        width: 100%;
        height: 100%;
        max-width: 100%;
        max-height: 100%;
    }

    .modal-content table {

        overflow: scroll;
        width: 100%;
        height: 75%;
    }

}
