.bookinfo {
    margin-bottom: 0 !important;
}

.modal-dialog {
    /* max-width: 560px !important; */
}

.calculate-content .btn {
    color: #FFF !important;
}

.serach {
    cursor: pointer;
}

.snackbar {
    visibility: hidden;
    width: 100%;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: absolute;
    z-index: 9999;
    bottom: 30px;
    font-size: 17px;
    display: none;
    transition: all 300ms linear 0s;
}

.show {
    display: block;
    visibility: visible !important;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;

}

.btn-success {
    color: #fff !important;
    background-color: #000;
    border-color: #000;
}

.btn-success:hover,
.btn-success:not(:disabled):not(.disabled):active {
    color: #000;
    background-color: #B57340;
    border-color: #B57340;
}

.btn-success:focus,
.simple_btn:focus {
    color: #B57340;
    border-color: #B57340;
}

#sidebarCollapse i {
    color: #000;
}

#sidebarCollapse {
    background-color: #B57340;
}

.metismenu>li {
    border-bottom: 1px solid #000;
}

.owl-carousel .item-video {
    height: 300px
}




.offer_inner .item {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.owl-carousel img.testimonial-image {
    width: auto;
    display: inline-block;
}

.cart-totals .totals-item label {
    width: auto;
}

.cart-totals .totals-item .totals-value {
    width: auto;
}

.cart-totals .totals-item {
    display: grid;
    grid-template-columns: 1fr auto;
}

/* Description in detail page */
.short-description,
.short-description p {
    font-size: 1.2rem;
}

