.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: #dd2c00;
    border-color: #dd2c00;
}

.btn-success:hover,
.btn-success:not(:disabled):not(.disabled):active{
    color: #fff;
    background-color: #c10000;
    border-color: #c10000;
}
.btn-success:focus,
 .simple_btn:focus{
    color: #c10000;
    border-color: #c10000;
}

.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;
}