body {
   font-family: 'Barlow', sans-serif !important;
    position: relative;
}
.cathead{
    clear:both;
    color:#8cc152;
    text-align:center;
    padding:10px;
    border:1px solid #8cc152;
    border-radius:5px;
    margin:30px 16px 10px;
    font-weight:bold;
    box-shadow:1px 1px 1px #dddddd;
    text-transform:uppercase;
    background:#e6fccf;
}
div#checkout {
    background: #162575;
    padding: 8px;
    text-align: center;
    cursor: pointer;
    color: #FFF;
    width: 142px;
    height: 50px;
    margin: auto;
    border-radius: 10px;
}

div#empty-cart {
    padding: 15px;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
}

#cart-icon-container {
    cursor: pointer;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #8cc152;
}

#floating-cart-container {
    position: fixed;
    top: 50%;
    right: 30px;
    cursor: pointer;
    width: 80px;
    height: 80px;
}

#cart-icon {
    margin-top: 7px;
    margin-left: 22px;
}

div#tot {
    display: none;
}

/*div#count {
    position: relative;
    font-size: 0.8em;
}*/

#shopping-cart {
    display: none;
    position: fixed;
    top: 267px;
    font-size: 1.9em;
    overflow: scroll;
    height: auto;
    width: 80%;
    left: 75px;
}

strong#totamt {
    margin-left: 180px;
}

input.quantity {
    width: 40px;
}

div#count {
    margin-left: 36px;
    margin-top: 4px;
    color: #ffffff;
}

div#tot {
    background-color: #8080801c;
    padding-bottom: 12px;
    padding-top: 12px;
}

div#txt-heading {
    margin-top: 0px;
   background-color: rgb(0 98 146);
    height: 37px;
}

#cart-heading {
    padding: 0px 15px;
    display: inline-block;
    color:#ebffec;
}

div#carttable {
    margin-top: 5px;
}

#btnEmpty {
    color: #d00000;
    cursor: pointer;
}

div#close {
    position: relative;
    bottom: 68px;
    right: 10px;
    cursor: pointer;
    float: right;
    padding: 6px -3px -1px 6px;
    padding-bottom: -7px;
}

img.cart-item-image {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: #E0E0E0 1px solid;
    padding: 5px;
    vertical-align: middle;
    margin-right: 15px;
}

#product-grid {
    margin: 40px;
    width: 85%;
}

#product-grid .txt-heading {
    margin-bottom: 7px;
    margin-right: 105px;
    font-size: 25px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    background: #8cc152;
    width: 99%;
    border-radius: 10px;
}

.product-item {
    float: left;
    background: #ffffff;
    margin: 30px 30px 0px 0px;
    border: #E0E0E0 1px solid;
    float: left;
    background: #ffffff;
    margin: 30px 30px 0px 0px;
    border: #E0E0E0 1px solid;
}

.product-item div {
    text-align: center;
    margin: 10px;
}

.product-image {
    height: 100px;
    background-color: #FFF;
}

.cart-action {
    cursor: pointer;
}

.btnAddAction {
    padding: 5px 10px;
    background-color: #efefef;
    border: #E0E0E0 1px solid;
    color: #211a1a;
    text-decoration: none;
    border-radius: 3px;
    cursor: pointer;
    position: relative;
    bottom: 5px;
}

#tbl-cart {
    border: 1px solid #CCC;
    background-color: white;
}

#cart-table {
    font-size: 0.9em;
}

.text-right {
    text-align: right;
}

table#cart-table th {
    font-weight: normal;
    border-bottom: #F0F0F0 1px solid;
    text-align: left;
    padding: 10px;
    color: #6271fc;
    font-weight:bold;
}
table#cart-table td.productname{
    color:#3F51B5;
}
table#cart-table th.text-right{
    text-align: right;
}



table#cart-table td {
    border-bottom: #F0F0F0 1px solid;
    padding: 8px;
    text-transform: capitalize;
}

table#cart-table tr:last-child td {
    border: none;
}

.product-items {
     border: 1px solid #dddddd;
    border-radius: 10px;
    text-align: center;
    margin:10px;
}

.product-items .product-image{
   
    overflow: hidden;
    margin: 5px auto;
    height:250px;
    width: 53%;
}
.thumbnail {
    display: flex;
    flex-direction: column; /* Align child elements vertically */
    justify-content: flex-start; /* Align items at the top */
    min-height: auto; /* Remove fixed min-height */
    height: auto; /* Allow height to adjust based on content */
    margin-bottom: 20px; /* Add space between products */
}

.thumbnail .caption .title {
    font-weight: bold;
    text-transform: capitalize;
    color: #e2a054;
    margin-bottom: 0.5rem;
    font-size: 1.50em;
    line-height: 1.2; /* Controls spacing between lines */
    word-wrap: break-word;
    overflow-wrap: break-word;
    display: block; /* Allows the text to wrap */
    max-height: 3em; /* Prevents the title from growing too large */
    text-overflow: ellipsis; /* Adds "..." when content is too long */
    white-space: nowrap; /* Prevents it from overflowing into the next line */
    overflow: hidden;
}

.thumbnail .caption .product-price {
    font-weight: 600;
    font-size: 1.25em;
    margin-bottom: 0.5rem;
}

.thumbnail .caption .description {
    font-weight: 400;
    min-height: 60px; /* Reduce minimum size */
    line-height: 1.5; /* More comfortable line spacing */
    max-height: 60px; /* Reduce the max height for description */
    overflow: hidden; /* Hides overflowed text */
    text-overflow: ellipsis; /* Adds "..." when text is too long */
    display: block;
}


@media only screen and (max-width: 600px) {

#shopping-cart{
        font-size: 1.0em;
         left:45px;
}

}


#floating-cart-container{
    top:4%;
}

div#count{
    margin-left: 32px;
    margin-top: -7px;
    font-size: 2.5em;
    font-weight: bold;
    position: relative;
}

#success-alert{
    display:none;
    position: fixed;
    width: 100%;
    max-width: 84%;
    margin-left: 12px;
    text-align: center;
    font-size: 24px;
    z-index: 999;
    top: 1px;
}
.text-right img{
    width:30px;
}

.img-responsive, .thumbnail>img {
    display: block;
    height: 240px !important;
}

.morecontent span {
    display: none;
}
.morelink {
    display: block;
    color: #23527c;
}