/** code by webdevtrick ( https://webdevtrick.com ) **/



body {

    color: #004369;

}



h2,

p,

span {

    color: #004369;

    font-size: 18px;



}



.main {

    margin: 0 auto;

    max-width: 1260px;

}



.wpbakery_page_cart_list {

    margin: 90px 0;

    overflow: hidden;

    padding: 0;

}



.wpbakery_page_cart_list li:not(.book) {

    list-style-type: none;

    padding: 0;

    margin-bottom: 100px;

    background: #E9F2F7;

    border-radius: 8px;

    padding-bottom: 40px;

    position: relative;

    border-bottom: 24px solid #00A1D7;

}



.book {

    list-style-type: none;

    padding-top: 24px;

}



.wpbakery_page_cart_list-heading {

    background: #E9F2F7;

    border: none;

    border-bottom: solid 1px #F2F2F2;

    cursor: pointer;

    display: block;

    outline: none;

    padding: 3em;

    position: relative;

    text-align: left;

    width: 100%;

    border-radius: 10px;

}



.card-about-wrapper {

    display: flex;
    padding: 3em;
    gap: 50px;

}



.card-about-info {
    max-width: 700px;
    padding-top: 40px;

}



.card-about-info h2 {

    font-size: 50px;

}



.card-about-info .price {

    font-size: 30px;

    font-weight: 600;

}

.btn-info.sample {
    color: #fff !important;
}



.img-container {

    max-width: 450px;

}



.core {

    font-weight: 600;

}





.wpbakery_page_cart_list-text {

    display: none;

    overflow: hidden;

    padding: 3em;

}



.price::before,

.final-sum::before {

    content: "$"

}



.count {

    display: flex;

    align-items: center;

    gap: 5px;

}



.book {

    display: flex;
    gap: 10px;
    width: 100%;

    align-items: center;

    justify-content: space-between;

}



.category-name {

    display: block;

    background-color: #00A1D7;

    border-radius: 8px;

    color: #fff;

    padding: 10px 20px;
    font-weight: 600;
    font-size: 23px;

}



.lists-book-categories {

    border-radius: 8px;

    margin-inline: 3em;

    overflow: hidden;

}



.left-side,

.right-side {

    display: flex;

    align-items: center;

    gap: 24px;



}

.right-side .btn_group {
    width: fit-content;
    white-space: nowrap;
}



@media (max-width: 768px) {
    .left-side {

        max-width: 70%;

    }
}

.books {

    margin-inline: 1em;

    padding: 2em;

    padding-bottom: 0;

    /* background-color: #fff; */

}



.category-wrapper {

    background-color: #fff;

    padding: 16px;

}







.increment,

.decrement,

.displayCounter {

    outline: none;

    background-color: #E9F2F7;

    border: none;

    cursor: pointer;

    font-size: 24px;

    padding-left: 0px;

}



.displayCounter {

    width: 35px;

    text-align: center;

}



input::-webkit-outer-spin-button,

input::-webkit-inner-spin-button {

    /* display: none; <- Crashes Chrome on hover */

    -webkit-appearance: none;

    margin: 0;

    /* <-- Apparently some margin are still there even though it's hidden */

}



.count {

    border-radius: 8px;

    padding: 8px 5px;

    background-color: #E9F2F7;

}



.book .price {
    min-width: 80px;
    font-size: 24px;

}

form .category-wrapper:nth-last-child(1) {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;

}

button.sample {

    background-color: #00A1D7;

    border: none;

    color: #fff;

    font-size: 19px;

    border-radius: 8px;

    padding: 4px 16px;

    cursor: pointer;

}

.left-side img {
    max-width: 120px !important;
    width: 100%;
}

.book-wrap-text {
    display: flex;
    flex-direction: column;
}

.book-name {

    font-size: 20px;

    font-weight: 500;

}



.wpbakery_page_cart_add_to_card {

    border: none;

    padding: 10px 18px;

    background-color: #FFB016;

    border-radius: 8px;

    cursor: pointer;

    font-size: 18px;

    color: #004369;

}



.price-wrap {

    display: flex;

    gap: 50px;

    align-items: center;

    justify-content: flex-end;

    padding-top: 24px;

}



.final-sum {

    font-size: 30px;

}



.btn-info {

    padding: 10px 16px;

    border-radius: 8px;

    text-decoration: none;

    font-weight: 600;

}




.btn-info.blue {

    background-color: #00416B;



    color: #fff;



}



.btn-info.yellow {

    background-color: #FFAF16;
    border-bottom: none;
    color: #00416B;

}

.btn-info.blue:hover {
    color: #fff;

}

.btn-info.yellow:hover {
    color: #00416B;
}



.btns {

    padding-top: 24px;

    display: flex;

    gap: 24px;

}



.lists-book-categories {

    position: absolute;

    opacity: 0;

    visibility: hidden;

}




.lists-book-categories.active {

    position: relative;

    visibility: visible;

    opacity: 1;

    transition: all 1s;

}

span.out_of_stock {
    color: red;
    font-weight: 500;
    align-items: center;
    display: flex;
    width: 120px;
}