body {
    /*font-family: Roboto!important;
    font-style: normal!important;
    font-weight: normal!important;
    font-size: 16px!important;*/
    color: rgba(0,0,0,0.871)!important;
}

.subhead{
    font-family: Roboto!important;
    font-style: normal!important;
    font-weight: normal!important;
    font-size: 13px!important;
    color: rgba(0,0,0,0.871)!important;
}
/* label{
   font-weight: normal!important;
 }*/
input
{
    color: #9ca4ab;
}
#sortFeedsByCategory{
    top: 125px;
    left: 220px;
    width: 300px;
    height: 32px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #D8D8D8;
    border-radius: 16px;
    opacity: 1
}

#customers {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 60%;
    overflow: auto;
}

#customers td, #customers th {
    border: 1px solid #ddd;
    padding: 8px;
}

#customers tr:nth-child(even){background-color: #f2f2f2;}

#customers tr:hover {background-color: #ddd;}

#customers th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color:black;
    color: white;
}
.calculate-shipping form input{
    border-radius: 5px;
}
.theme-btn{
    background: #8DA077!important;
}
@media only screen and (max-width: 575px){
    .cart-summary .cart-summary-button {
        display: flex;
        justify-content: flex-start;
        margin-left: 80px;
    }
}
div::-webkit-scrollbar {
    width: 2px;
    background: #8DA077!important;
}

div::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
}

.proceed-checkout .proceed-btn {
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    background: #252525;
    text-transform: uppercase;
    padding: 15px 25px 14px 25px;
    display: block;
    width: 100%;
    text-align: center;
}

.proceed-checkout ul {
    border: 2px solid #ebebeb;
    background: #f3f3f3;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 16px;
    padding-bottom: 20px;
}

.proceed-checkout ul li {
    list-style: none;
    font-size: 16px;
    font-weight: 700;
    color: #252525;
    text-transform: uppercase;
    overflow: hidden;
}

.proceed-checkout ul li.subtotal {
    font-weight: 400;
    text-transform: capitalize;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 14px;
}


.proceed-checkout ul li.cart-total {
    padding-top: 10px;
}

.proceed-checkout ul li.subtotal {
    font-weight: 400;
    text-transform: capitalize;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 14px;
}

.proceed-checkout ul li.subtotal span {
    font-weight: 700;
    float: right;
}

.proceed-checkout ul li.cart-total {
    padding-top: 10px;
}

.proceed-checkout ul li.cart-total span {
    color: #e7ab3c;
    float: right;
}
.proceed-checkout ul li.cart-total span {
    color: #e7ab3c;
    float: right;
}
/* saved images overlay opacity overlay */
.saved-image{
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5); /* Black see-through */
    transition: .1s ease;
    opacity:0;
    text-align: center;
    height: 142px;
    padding: 20px;
}

/* When you mouse over the saved image div, fade in the overlay title */
.allImage:hover .saved-image {
    opacity: 0.7;
}

/* all saved images */
.allImage{
    width: 100%;
    height: 100%;
    /*background-size: contain;*/
    background-position: center;
    background-repeat: no-repeat;
}

/* all saved images div */
.allImage-div{
    height: 150px;
}

/* all saved images div */
.allImage-btn{
    padding: 2px 5px 2px 5px;
    margin: 0
}


/* SCROLL BAR CSS */
/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1; 
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: black; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555; 
}
.calculate-shipping form input{
    border-radius: 5px;
}
.theme-btn{
    background: #8DA077!important;
}
@media only screen and (max-width: 575px){
    .cart-summary .cart-summary-button {
        display: flex;
        justify-content: flex-start;
        margin-left: 80px;
    }
}
div::-webkit-scrollbar {
    width: 2px;
    background: #8DA077!important;
}

div::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
}

.proceed-checkout .proceed-btn {
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    background: #252525;
    text-transform: uppercase;
    padding: 15px 25px 14px 25px;
    display: block;
    width: 100%;
    text-align: center;
}

.proceed-checkout ul {
    border: 2px solid #ebebeb;
    background: #f3f3f3;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 16px;
    padding-bottom: 20px;
}

.proceed-checkout ul li {
    list-style: none;
    font-size: 16px;
    font-weight: 700;
    color: #252525;
    text-transform: uppercase;
    overflow: hidden;
}

.proceed-checkout ul li.subtotal {
    font-weight: 400;
    text-transform: capitalize;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 14px;
}


.proceed-checkout ul li.cart-total {
    padding-top: 10px;
}

.proceed-checkout ul li.subtotal {
    font-weight: 400;
    text-transform: capitalize;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 14px;
}

.proceed-checkout ul li.subtotal span {
    font-weight: 700;
    float: right;
}

.proceed-checkout ul li.cart-total {
    padding-top: 10px;
}

.proceed-checkout ul li.cart-total span {
    color: #e7ab3c;
    float: right;
}
.proceed-checkout ul li.cart-total span {
    color: #e7ab3c;
    float: right;
}

.feedsimagediv{
    height: 250px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat
}

.categorybadge{
    position: absolute;
    right: 15px;
    top: 8px;
}

