p {
    line-height: 1.4em!important;
    margin: 0 0;
}

#carrousIMG img {
    height: 220px;
    object-fit: cover;
    width: 100%
}

.entry-content p {
    margin-bottom: 0.2em!important
}

#menuHeader {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 999
}

#coverButton {
    position: absolute;
    bottom: 0;
    opacity: 0.9;
    width: 100%;
    font-size: 0.95rem!important
}

#coverButton a span {
    font-size: 1.075rem;
    max-width: 100%
}

#coverButton a {
    max-width: 90%
}

.ast-container {
    padding: 0 0!important
}

.men-elem-container {
    max-height: 120px;
    border-radius: 6px;
    box-shadow: rgba(0,0,0,.09) 0 3px 12px;
    cursor: pointer
}

.men-elem-container img {
    height: 120px;
    width: 100%;
    border-radius: 6px 0 0 6px;
    object-fit: cover
}

.product-title {
    text-transform: capitalize!important
}

.product-description {
    text-transform: lowercase!important;
    white-space: nowrap!important;
    overflow: hidden!important;
    text-overflow: ellipsis!important
}

.popup-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

@keyframes slideUp {
    0% {
        top: 100%;
    }

    100% {
        top: 0;
    }
}

@keyframes zoomIn {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

.popup-content {
    background-color: #fff;
    width: 450px;
    padding: 20px;
    border-radius: 5px;
    animation: zoomIn 0.5s forwards
}

.left-colum {
    display: flex;
    flex-direction: colum;
    max-width: 95%;
}

.popup-content img {
    border-radius: 50%
}

.popupProductTitle {
    text-align: center;
    font-size: 1.625rem;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.popupProductImage {
    max-height: 170px;
    margin-bottom: 10px;
    animation-play-state: paused
}

.showUp-animation {
    animation-name: zoomIn;
    animation-duration: 0.5s;
    animation-direction: forwards
}

@keyframes showUp {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.popupProductDescription {
    display: block;
    max-height: 220px;
    text-align: center;
    font-size: 0.875rem;
    margin-bottom: 20px;
    overflow: hidden
}

.popupProductPrice {
    text-align: center;
    font-size: 1.2rem;
    font-weight: 600;
    margin: 15px 0 15px 0
}

.popup-quantity-container {
    display: flex;
    justify-content: center;
    margin-bottom: 25px
}

.popup-container select {
    text-transform: capitalize;
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
    -webki-appearance: none!important;
    margin: 0!important
}

input[type=number] {
    -moz-appearance: textfield!important
}

.price-table {
    display: none;
}

.supplementsTable {
    display: none;
}

.popupVariantDropdownContainer {
    display: flex;
    justify-content: center;
    margin: 15px 0 15px 0;
}

.popupVariantDropdownContainer select:nth-child(2) {
    margin-left: 5px;
    border: 2px solid #000;
}

#popupVariantDropdown {
    border: 2px solid #000
}

.popupCheckboxesContainer div {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 98%;
    color: green;
    font-size: 0.888rem;
    font-weight: 600;
    line-height: 1.3em
}

.popupCheckboxesContainer label {
    display: flex;
    flex-direction: row;
    align-items: center
}

.popupCheckboxesContainer input[type=checkbox] {
    width: 1.6em;
    height: 1.6em;
    margin: 5px 10px
}

.right-column {
    display: flex;
    align-content: center;
    justify-content: center;
    max-width: 100%;
}

.popupQuantityInput {
    width: 45px;
    padding: 5px 10px!important;
    font-size: 1.075rem!important;
    color: #000!important;
    text-align: center!important;
    border-radius: 3px!important;
    border: none!important;
    margin: 0 0!important
}

.quantity-button {
    font-family: arial,sans-serif;
    font-size: 2rem;
    padding: 5px 12px;
    color: #fff!important;
    background-color: #333!important;
    text-align: center!important;
    border: none!important;
    cursor: pointer!important
}

.quantity-button:hover {
    color: #fff!important;
    background-color: #000!important
}

.popup-add-to-cart-button {
    display: block;
    width: 100%;
    padding: 15px 19px;
    font-size: 1.075rem;
    color: #fff;
    background-color: #000;
    border: none;
    border-radius: 25px;
    cursor: pointer
}

.popup-add-to-cart-button:hover {
    background-color: #333
}

.close-button {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%,-50%);
    background-color: tomato;
    color: #fff;
    border: none;
    padding: 10px 14px;
    cursor: pointer;
    font-size: 1.2rem;
    font-weight: 700
}

.cartButton {
    position: fixed;
    max-width: 332px;
    bottom: 20px;
    left: 0;
    right: 0;
    padding: 15px 19px;
    margin: 0 auto;
    background-color: #3cb043;
    color: #fff;
    text-align: center;
    border-radius: 25px;
    border: none;
    font-size: 1.2rem;
    text-decoration: none;
    box-shadow: rgba(0,0,0,.18) 0 2px 4px
}

.cartButton:hover {
    background-color: #2e8733;
    color: #fff
}

.cartButton:active {
    background-color: #2e8733;
    color: #fff
}

@media only screen and (max-width: 420px) {
    div#wpadminbar {
        display:none
    }

    .cartButton {
        position: fixed;
        width: 90%
    }

    .product-container {
        width: 90%;
    }

    .popup-container {
        animation: slideUp 0.5s forwards
    }

    .popup-content {
        display: flex!important;
        flex-direction: column;
        justify-content: center;
        ;width: 100vw;
        height: 100vh;
        border-radius: unset;
        animation: unset
    }

    .close-button {
        position: absolute;
        top: 60px;
        right: 34px;
        transform: translate(50%,-50%);
        background-color: tomato;
        border-radius: 0;
        color: #fff;
        border: none;
        padding: 10px 14px;
        cursor: pointer;
        font-size: 1.2rem;
        font-weight: 700;
        z-index: 999
    }
}
