/* Custom style to prevent carousel from being distorted
    if for some reason image doesn't load */
.row {
    margin-right: 0;
    margin-left: 0;
}
#myCarousel1 {
    display: none;
}

#myCarousel {
    height: auto;
    width: auto;
    overflow: hidden;
}

@media (max-width:460px){
    #myCarousel {
        display: none;

    }
    #myCarousel1 {
        display: block;
    }
}

.modal-backdrop.show {
    opacity: 0 !important;
}
.thumbnail
{
    margin-bottom: 30px;
    padding: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    min-height: 610px;
}
.display-hide {
    display: block;
}
video {
    object-fit: cover;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0.9;
}
.main_btn:hover {
    background-color: #f9f0e7;
    color: #000 !important;
}
.text-link-color:hover {
    color: #f9f0e7 !important;
}
@media (max-width:767px) {
    .display-hide {
        display: none;
    }
    .thumbnail {
        min-height: auto;
    }
}

span {
    cursor: pointer;
}

.minus, .plus {
    width: 20px;
    height: 20px;
    border-radius: 10px;
    padding: 0px 6px;
    border: 1px solid #000;
    display: unset;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    color: #000;
}

input {
    height: 22px;
    width: 20px;
    text-align: center;
    font-size: 18px;
    border: 0px solid #ddd;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
    background-color: #f9f0e7;
}
.bg-white {
    background-color: #fff;
}
.modal-open .container-fluid, .modal-open  .container {
    -webkit-filter: blur(6px);
    -moz-filter: blur(6px);
    -o-filter: blur(6px);
    -ms-filter: blur(6px);
    filter: blur(6px);
}
.addtoCart {
    bottom: 15px;
    position: absolute;
}
.width-image  {
    max-width: 60% !important;
}

/*css for grid and list view */

.view-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-left: 0;
    margin-bottom: 0;
}
.thumbnail
{
    margin-bottom: 30px;
    padding: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    min-height: 610px;
}

.item.list-group-item
{
    float: none;
    width: 100%;
    background-color: #fff;
    margin-bottom: 30px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 1rem;
    border: 0;
}
.item.list-group-item .img-event {
    float: left;
    width: 30%;
}

.item.list-group-item .list-group-image
{
    margin-right: 10px;
}
.item.list-group-item .thumbnail
{
    margin-bottom: 0px;
    display: inline-block;
}
.item.list-group-item .caption
{
    float: left;
    width: 70%;
    margin: 0;
}

.item.list-group-item:before, .item.list-group-item:after
{
    display: table;
    content: " ";
}

.item.list-group-item:after
{
    clear: both;
}
.cart-main {
    width: 186px !important;
}
.cart-box-width {
    width: 84px !important;
}
.img-fluid {
    width: 100% !important;
}

@media (max-width: 767px) {
    .width-image {
        max-width: 100% !important;
    }
    .addtoCart {
        bottom: 0;
        position: unset;
    }
    .thumbnail {
        min-height: auto;
    }
}