.product-container {
    display: flex;
    flex-wrap: wrap;
}
.product-item {
    border: 1px solid #ccc;
    margin: 10px;
    padding: 10px;
    width: calc(33.333% - 20px); 
    box-sizing: border-box;
}
.product-item img{
    width: 100%;
    height:auto;
    margin:auto ;
}
marquee{
    background-color:black;
    color:#fff;
} 
.cats{
    display: block;
    text-align: center;
    font-size: 1.2em;
    background-color: #fdc454;
    color: rgb(255, 0, 127);
}
.cats a{
    text-decoration:none;
    transition: background 0.6s;
    color:rgb(255, 0, 127);
    padding: 8px;
    margin:10px;
}
.cats a:hover{
    background:rgba(255, 255, 255, 0.6);
    text-decoration:underline red 2px;
}
    
.comp-tit{
    display:flex;
    justify-content:right;
    align-items:right;
    text-align: right;
}

.comp-tit h2{
    font-size:40px;
    text-align:right;
    right:0;
    
}
.comp-tit h2 .uno{
    color: rgba(255, 0, 127, 0.5);
}
.comp-tit h2 .des {
    color: rgba(127, 255, 0, 0.7);
}
@media screen and (max-width: 600px) {
    .comp-tit h2 {
        font-size:1.2em;
        text-align: right;
        right:0;
    }
    .product-item h3{
        font-size:1rem;
        color:rgb(127,0,127);
    }
    .product-item{
        width: calc(50% - 20px);
    }
    .product-item .description{
        height:10px;
        display:none;
    }
}
.action{
    border:none;
    text-align:right;
}
.action a{
    text-decoration:none;
    color: rgb(0, 255, 127);
}
.float{
   position:fixed;
   width:60px;
   height:60px;
   bottom:40px;
   right:40px;
   background-color:#25d366;
   color:#FFF;
   border-radius:50px;
   text-align:center;
   font-size:30px;
   box-shadow: 2px 2px 3px #999;
   z-index:100;
}

.my-float{
   margin-top:16px;
}
 .product-view .product-name{
    font-size: 24px;
    color: #2874f0;
}
.product-view .product-name .label-stock{
    font-size: 13px;
    padding: 4px 13px;
    border-radius: 5px;
    color: #fff;
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%);
    float: right;
}
.product-view .product-path{
    font-size: 13px;
    font-weight: 500;
    color: #252525;
    margin-bottom: 16px;
}
.product-view .selling-price{
    font-size: 26px;
    color: #000;
    font-weight: 600;
    margin-right: 8px;
}
.product-view .original-price{
    font-size: 18px;
    color: #937979;
    font-weight: 400;
    text-decoration: line-through;
}
.product-view .btn1{
    border: 1px solid;
    margin-right: 3px;
    border-radius: 0px;
    font-size: 14px;
    margin-top: 10px;
}
.product-view .btn1:hover{
    background-color: #2874f0;
    color: #fff;
}
.product-view .input-quantity{
    border: 1px solid #000;
    margin-right: 3px;
    font-size: 12px;
    margin-top: 10px;
    width: 58px;
    outline: none;
    text-align: center;
}
/* Product View */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,500,300,700);

* {
    font-family: Open Sans;
}

.footer-distributed{
    background: #666;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    font: bold 16px sans-serif;
    padding: 55px 50px;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
    display: inline-block;
    vertical-align: top;
}

/* Footer left */

.footer-distributed .footer-left{
    width: 40%;
}

/* The company logo */

.footer-distributed h3{
    color:  #ffffff;
    font: normal 36px 'Open Sans', cursive;
    margin: 0;
}

.footer-distributed h3 span{
    color:  lightseagreen;
}

/* Footer links */

.footer-distributed .footer-links{
    color:  #ffffff;
    margin: 20px 0 12px;
    padding: 0;
}

.footer-distributed .footer-links a{
    display:inline-block;
    line-height: 1.8;
    font-weight:400;
    text-decoration: none;
    color:  inherit;
}

.footer-distributed .footer-company-name{
    color:  #222;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
}

/* Footer Center */

.footer-distributed .footer-center{
    width: 35%;
}

.footer-distributed .footer-center i{
    background-color:  #33383b;
    color: #ffffff;
    font-size: 25px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    margin: 10px 15px;
    vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope{
    font-size: 17px;
    line-height: 38px;
}

.footer-distributed .footer-center p{
    display: inline-block;
    color: #ffffff;
    font-weight:400;
    vertical-align: middle;
    margin:0;
}

.footer-distributed .footer-center p span{
    display:block;
    font-weight: normal;
    font-size:14px;
    line-height:2;
}

.footer-distributed .footer-center p a{
    color:  lightseagreen;
    text-decoration: none;;
}

.footer-distributed .footer-links a:before {
    content: "|";
    font-weight:300;
    font-size: 20px;
    left: 0;
    color: #fff;
    display: inline-block;
    padding-right: 5px;
}

.footer-distributed .footer-links .link-1:before {
    content: none;
}

/* Footer Right */

.footer-distributed .footer-right{
    width: 20%;
}

.footer-distributed .footer-company-about{
    line-height: 20px;
    color:  #92999f;
    font-size: 13px;
    font-weight: normal;
    margin: 0;
}

.footer-distributed .footer-company-about span{
    display: block;
    color:  #ffffff;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
}

.footer-distributed .footer-icons{
    margin-top: 25px;
}

.footer-distributed .footer-icons a{
    display: inline-block;
    width: 35px;
    height: 35px;
    cursor: pointer;
    background-color:  #33383b;
    border-radius: 2px;

    font-size: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 35px;
    margin-right: 3px;
    margin-bottom: 5px;
}

/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 880px) {
    .footer-distributed{
        font: bold 14px sans-serif;
        background: #666;
        box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
        box-sizing: border-box;
        width: 100%;
        text-align: left;
        padding: 55px 50px;
    }
    .footer-distributed .footer-left,
    .footer-distributed .footer-center,
    .footer-distributed .footer-right{
        display: block;
        width: 100%;
        margin-bottom: 40px;
        text-align: center;
    }

    .footer-distributed .footer-center i{
        margin-left: 0;
    }

}
.carousel-item .custom-carousel-content{
    width: 50%;
    transform: translate(0%, -10%);
}
.custom-carousel-content{
    text-align: start;
}
.custom-carousel-content h1{
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 30px;
}
.custom-carousel-content h1 span{
    color: #fbff00;
}
.custom-carousel-content p{
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 30px;
}
.custom-carousel-content .btn-slider{
    border: 1px solid #fff;
    border-radius: 0px;
    padding: 8px 26px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.admin{
    text-decoration:none;
    color: inherit;
}
.image-container{
    position:absolute;
    left:0;
    height:78px;
    width:100px;
}
.image-container img{
    width:auto;
    height:78px;
}
.viewcart{
    border: 1px solid #ffdead;
    text-decoration: none;
    font-size:15px;
    background:DodgerBlue;
}
.viewcart:hover{
    border: 1px solid DodgerBlue;
    background: #ffdead;
    text-decoration:none;
}
.product_item .form-group input[type=number]
{
    font-size: 15px;
    width: 100px;
    display: flex;
}
.btn1{
    border:1px solid black;
    margin-right:3px;
    border-radius: 0px;
    font-size: 14px;
    margin-top: 10px;
}
.btn1:hover{
    background-color: #2874f0;
    color: #fff;
}
.input-quantity{
    border: 1px solid #000;
    margin-right: 3px;
    font-size: 12px;
    margin-top: 10px;
    width:58px;
    outline: none;
    text-align: center;
}
.cart-container{
    display:flex;
    flex:1;
    margin:0 auto;
}
.cart-product{
    display: inline;
    border: 1px solid grey;
    background: rgba(255, 255, 255, .5);  
}
.cart-product{
    background: rgba(255, 255, 255, .9);
}
.view-product {
    background: #ff00f7;
    border: 1px solid burlywood;
    border-radius: 20px;
    display: flex;
    flex: 1;
    color:magenta;
    padding:3px;
}
.view-product:hover{
    background: blanchedalmond;
    border: 1px solid cyan;
    text-decorate: none;
}
table{
            border-collapse:collapse;
            width:100%;
        }
        th, td{
            border: 1px solid #ddd;
            padding:8px;
            text-align: left;
        }
        th{
            background-color:#f2f2f2;
        }
        td img{
            max-width:100px;
            height:auto;
        }