﻿.number {
    text-align: right;
}
    .number input[type=number] {
        text-align: right;
    }
.thumbnail {
    margin-bottom: 30px;
    padding: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 6px;
    border: 1px solid #c3bebe;
}

.img-event {
    float: left;
    width: 38%;
}

.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 .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: 62%;
        margin: 0;
    }

    .item.list-group-item:before, .item.list-group-item:after {
        display: table;
        content: " ";
    }

    .item.list-group-item:after {
        clear: both;
    }

.text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
    -webkit-box-orient: vertical;
}

#image {
    max-height: 415px;
    max-width: 480px;
}

.t1 {
    border-radius: 6px;
    border: 1px solid #c3bebe;
    background-color: #f9f9f9;
    width: 100%;
    padding: 25px;
    margin-bottom: 1rem;
}
.t1 td, .t1 th {
    padding: 0rem 0.5rem;
}

.t2 {
    border-radius: 6px;
    border: 1px solid #c3bebe;
    background-color: #f9f9f9;
    width: 100%;
    padding: 25px;
    margin-top: 427px;
}

.Maincard {
    border: 1px solid #c3bebe;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.card-header .fa {
    transition: .3s transform ease-in-out;
    float: right;
    margin-left: -50%;
    margin-top: 0em;
}


.card-header .collapsed .fa {
    transform: rotate(90deg);
}

#productListPic {
    border-radius: 6px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    height: 382px;
    max-width: 480px;
}

 /*{
    font-weight: bold;
    font-size: 21px;
    color: #292929;
}*/
#t5 {
    border-radius: 6px;
    border: 1px solid #c3bebe;
    background-color: #f9f9f9;
}
#checkOutBtn{
    width:100%;
    font-size:25px;
}
@media only screen and (max-width: 980px) {
    .t2 {
        border-radius: 6px;
        border: 1px solid #c3bebe;
        background-color: #f9f9f9;
        width: 100%;
        padding: 25px;
        margin-top: -20px;
    }
}
