﻿.card-product h6.card-title {
    font-size: 12px;
    line-height: 19px;
}

.title h2 {
    background: #00bf6f;
    color: #fff;
    font-size: 17px;
    padding: 8px;
    margin-bottom: 10px !important;
}

.paragraph h3 {
    /*background: #f8f9fa;*/
    color: #666 !important;
    font-size: 15px !important;
    font-weight: bold;
    padding: 8px 0 8px;
}

table th {
    padding: 10px !important;
}

/*table.specs tr th {
    text-align: left;
}
*/
table.specs tr th,
table.specs tr td {
    text-align: right;
}


.paragraph p {
    text-align: justify;
    margin-bottom: 31px;
    line-height: 1.8;
    font-size: 13px;
    color: #666 !important;
}

#btn-add-to-cart {
    font-size: 15px !important;
}

.card-product {
    border: unset;
}


.lead, .tab-content {
    font-size: 14px;
    text-align: justify;
}

.product-img {
    max-height: 450px;
    width: auto;
}

.card.card-product {
    padding: 22px 0 0 0;
}

#add-to-cart-wrapper.active button {
    box-shadow: 0px 0px 0px 1px #00a532 inset !important;
    color: #00a532 !important;
}

#main-carousel:hover {
    cursor: zoom-in;
}

#fullscreen-carousel .splide__slide img {
    max-width: 100%;
    height: auto;
}

@media only screen and (min-width: 680px) {
    #fullscreen-carousel-track {
        margin-right: 55px;
    }

    #order-box.fixed {
        position: fixed;
        top: 0;
        width: 360px !important;
        z-index: 1;
    }
}

@media only screen and (max-width: 600px) {
    .card-product h6.card-title {
        font-size: 14px !important;
        margin-bottom: 10px !important;
    }

    .devider1 {
        width: 25% !important;
    }

    .devider2 {
        width: 72% !important;
    }

    .devider3 {
        width: 73% !important;
    }
}

@media only screen and (max-width: 991px) {
    .add-to-cart-section {
        position: fixed;
        bottom: 0;
        right: 0;
        width: 100%;
        background: #FFF;
        box-shadow: 0px 1px 9px 0px #00000057;
        z-index: 1;
    }
}

.btn-toggle-order {
    flex: 1 !important;
}

.btn-remove-from-cart {
    flex: none !important;
}
