body {
    font-family: 'Belgrano', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
    /* background-color: #FBB91739 !important; */
    box-shadow: 0px 0px 180px 100px rgb(230, 230, 30, .4) inset;
    /* background-image: url('bg.jpg'); */
}

body::-webkit-scrollbar {
    display: none;
}

body .card{
   border-color: rgb(0, 0, 0, .175)
}

.nav-bar-container {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.nav-link {
    color: #FF9933 !important;
    text-transform: uppercase;
}

.nav-link:hover {
    color: #FFF !important
}

.carddata .card-img-top {
    height: 270px;
    border-radius: 9px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.carddata .cardtxt {
    font-size: 13px;
    letter-spacing: -0.4px;
}

.carddata .cardtitle {
    font-size: 14px;
    margin-bottom: 5px;
    /* color: #0B3BCFBB; */
    color: #8B4000;
    text-transform: uppercase;
    font-weight: bold;
    height: 21px;
    overflow: hidden;
}

.carddata .cardtitle:hover {
    overflow: visible;
    white-space: normal;
    height: auto;
}

.carddata .card {
    border: solid 1px;
    border-color: rgb(230, 230, 30, .7);
    border-radius: 10px;
}

.carddata .cardrow {
    padding: 10px;
    min-height: 300px;
}


.linkall {
    color: #964B00CC;
    cursor: pointer;
    font-size: 13px;
    padding-bottom: -13px !important;
    text-decoration: none;
    font-weight: bold;
}

.linkall:hover {
    text-decoration: wavy;
    color: #5C4033
}

.link-div {
    text-align: right;
    padding-top: 3px;
}

.text-titl {
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
}

.carddiv {
    width: 260px !important;
}

.shadow-card {
    /* box-shadow: 5px 10px 60px rgb(230, 230, 230) inset; */
    box-shadow: 5px 10px 80px rgb(230, 230, 30, .6) inset;
}

.shadow-card:hover {
    box-shadow: 5px 10px 80px rgb(230, 230, 30) inset, 0px 0px 20px 5px rgb(230, 230, 30, .3);
    border-color: rgb(230, 230, 30, .7);
}

.shadow-card-add {
    /* box-shadow: 5px 10px 60px rgb(230, 230, 230) inset; */
    box-shadow: 5px 10px 30px rgb(230, 230, 230, .6) inset;
    height: 270px !important;
}


.btn-saffron {
    background-color: #FF7722 !important;
    color: white !important;
}

.hr-home {
    margin: 0;
    border: 0;
    height: 1px;
    background: #333;
    background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc);
    background-image: -moz-linear-gradient(left, #ccc, #333, #ccc);
    background-image: -ms-linear-gradient(left, #ccc, #333, #ccc);
    background-image: -o-linear-gradient(left, #ccc, #333, #ccc);
}

.hr-drop-dwn {
    margin: 0;
    border: 0;
    height: 1px;
    background: #333;
    background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc);
    background-image: -moz-linear-gradient(left, #ccc, #333, #ccc);
    background-image: -ms-linear-gradient(left, #ccc, #333, #ccc);
    background-image: -o-linear-gradient(left, #ccc, #333, #ccc);
}

.hr-card {
    margin: .5px 0px 5px 0px;
    border: 0;
    height: 1px;
    background: #333;
    background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc);
    background-image: -moz-linear-gradient(left, #ccc, #333, #ccc);
    background-image: -ms-linear-gradient(left, #ccc, #333, #ccc);
    background-image: -o-linear-gradient(left, #ccc, #333, #ccc);
}

.hr-card-add {
    margin: 4px 0px 5px 0px;
    border: 0;
    height: 1px;
    background: #333;
    background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc);
    background-image: -moz-linear-gradient(left, #ccc, #333, #ccc);
    background-image: -ms-linear-gradient(left, #ccc, #333, #ccc);
    background-image: -o-linear-gradient(left, #ccc, #333, #ccc);
}

.templ-icn {
    margin-bottom: 0px !important;
    margin-top: -13px;
    vertical-align: middle;
    font-size: 30px;
}

.deity-icon {
    width: auto;
    height: 37px;
    margin-top: -20px;
}

.modal-title {
    line-height: 10px !important;
}

.modal-header {
    background-color: #f7f7f7;
    height: 40px;
}

.formkit-wrapper {
    max-width: 100% !important;
}

.formkit-label {
    font-family: 'Belgrano', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
    font-weight: bold !important;
    font-size: .95em !important;
    letter-spacing: -.03em !important;
    margin-bottom: -4px !important;
    color: #000000AA
}

.formkit-input {
    font-family: 'Belgrano', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
    font-weight: normal !important;
    padding: .4em .4em !important;
    font-size: .95em !important;

}

.formkit-message {
    font-family: 'Belgrano', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
    font-weight: normal !important;
    font-size: .8em !important;
}



.formkit-legend {
    font-family: 'Belgrano', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
    font-weight: normal !important;
    font-size: 16px !important;
    margin-bottom: 10px !important;
}

.cbutton {
    background-color: #0B1516 !important;
    color: #FFF;
}

button.formkit-input {
    font-size: 1.0em !important;
    padding: .2em .9em .2em .9em !important;
    background-color: #F84464 !important;
}


.sub-title {
    color: #FF7722;
}

.temp-descrip {
    font-size: .9em;
    letter-spacing: -0.2px;
    color: #000000CC;
}

.card-locatn {
    color: #C90000;
    padding-right: 3px;
    font-weight: 600;
    font-size: 20px;
    vertical-align: bottom;
    margin-left: -5px;
}

.mi-spn {
    vertical-align: middle;
    padding: 0px 5px 2px 0px;
    color: #aa0808;
}

.add-txt {
    font-size: smaller;
}

.list-enter-active,
.list-leave-active {
    transition: all 0.5s ease;
}

.list-enter-from,
.list-leave-to {
    opacity: 0;
    transform: translateX(30px);
}

.deity-type {
    font-size: 13px;
    text-transform: initial;
    color: #333;

}

.dty-desc {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.card-image-vzp {
    float: left;
    margin-right: 20px;
}

.card-image-vzp img {
    width: 233px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    height: 268px;

}

.lizt-card {
    font-size: 13px;
    padding: 6px 10px 5px 10px;
    margin-top: 8px;
    box-shadow: 0px 0px 9px rgb(230, 230, 230, .5) inset;
    border: solid 1px rgb(230, 230, 230, .7);
    color: #800000;
}

.lizt-card:hover {
    box-shadow: 0px 0px 15px rgb(230, 230, 30, .5) inset !important;
    border: solid 1px rgb(230, 230, 30, 1) !important;
}

.lizt-card-cart {
    font-size: 13px;
    padding: 8px 10px 8px 10px;
    margin-top: 10px;
    box-shadow: 0px 0px 9px rgb(230, 230, 230, .5) inset;
    border: solid 1px rgb(230, 230, 230, .7);
    color: #800000;
}

.lizt-card-cart:hover {
    box-shadow: 0px 0px 15px rgb(230, 230, 30, .5) inset !important;
    border: solid 1px rgb(230, 230, 30, 1) !important;
}

.list-icn {
    margin-bottom: 0px !important;
    vertical-align: middle;
    font-size: 20px;
    margin-top: -3px;
}

.link-icn {
    margin-bottom: 0px !important;
    vertical-align: middle;
    font-size: 20px;
    margin-top: -5px;
}

.vp-list-title-crt {
    font-weight: normal;
    letter-spacing: -.2px;
    margin-left: 8px;
}

.vp-list-rate-crt {
    font-weight: bold;
    color: #040273;
}

.vp-list-title {
    font-weight: normal;
    letter-spacing: -.2px;
    margin-left: 5px;
}

.vp-list-rate {
    font-weight: bold;
    color: #040273;
    margin-left: 5px;
}

.vazhip-det-card {
    padding: 12px;
    font-size: smaller;
    box-shadow: 0px 0px 90px rgb(230, 230, 30, .4) inset;
    border: solid 1px rgb(230, 230, 30, .5);
}

.vazhip-det-card-bg {
    padding: 0px;
    box-shadow: 0px 0px 90px rgb(230, 230, 30, .4) inset;
    border: none !important;
}

.chkout-sym {
    font-size: 1.3em;
    margin-top: 1px;
    margin-right: 2px;
    vertical-align: bottom;
}

.grp-delete-sym {
    font-size: 1.4em;
    margin-top: 1px;
    margin-right: 2px;
    vertical-align: bottom;
    color: #C90000;
    cursor: pointer;
}

.delete-sym {
    font-size: 1.3em;
    margin-bottom: 3px;
    margin-right: 2px;
    vertical-align: top;
}

.rate-list {
    text-align: left;
    margin-left: 10%;
}

.tot-div {
    font-size: 14px;
    font-weight: bold;
}

.btn-rmv {
    height: 23px;
    padding: 0px 6px 0px 5px !important;
    font-size: 12px !important;
    letter-spacing: -0.3px;
    margin-right: 7px;
}

.emp-cart {
    font-size: 3em;
    color: red;
    margin-bottom: -10px !important;
    margin-right: 10px;
    vertical-align: bottom;
}

.emp-txt {
    font-weight: bold;
}

.custom-err {
    font-size: 14px;
    padding-top: 5px 0px 2px 0px;
    margin-top: 4px;
    color: red;
}

.dd-itm {
    font-size: .9em;
}

.cart-itm-titl {
    margin-bottom: -9px;
    margin-top: 12px;
    font-weight: bold;
    font-size: 14px;
}

.cart-ttl{
    color: #040273;
    font-size: 17px;
}

.bg-dark-blue{
    background-color: #040273CC !important;
    color: wheat !important;
    font-size: .95em !important;
}

.ord-det-card{
    padding: 12px 15px 10px 15px;
    font-size: 13px;
    box-shadow: 0px 0px 90px rgb(230, 230, 230, .4) inset;
}

.txt-order{
    font-weight: bold;
    color:#000000AA;
}

.temple-card-bg {
    padding: 0px;
    box-shadow: 0px 0px 90px rgb(230, 230, 30, .3) inset;
    border: none !important;
}

.cont-icon {
    font-size: 35px;
    vertical-align: bottom;
    margin-bottom: 0px;
    margin-right: 5px;
}

.modal-header{
   background-color:#800000 !important;
   color: #fff;
}
.btn-close{
   
    width: .75em !important;
    height: .75em;
   background-color: #FFF;
}

.fest-card-add {
    box-shadow: 5px 10px 30px rgb(230, 150, 150, .7) ;
}

@media only screen and (max-width: 1399px) {
    .carddiv {
        width: 220px !important;
    }

    .carddata .card-img-top {
        height: 210px;
    }
}


