.texto{
    background-image: url(https://media.giphy.com/media/26BROrSHlmyzzHf3i/giphy.gif);
  background-size: cover;
  color: transparent;
  -moz-background-clip: text;
  -webkit-background-clip: text;
  text-transform: uppercase;
  font-size: 25px;
  margin: 10px 0;
  height: 100%;
  text-align: center;
}
/* Cart */

#cart-container{
    overflow-x: auto;
}

#cart-container table{
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
    white-space: nowrap;
}
#cart-container table thead {
    font-weight: 700;
}
#cart-container table thead td{
    background: #00A1FF;
    color: #fff;
    border: none;
    padding: 6px;
}
#cart-container table td{
    border: 1px solid #b6b3b3;
    text-align: center;
}
#cart-container table td:nth-child(1){
    width: 100px;
}
#cart-container table td:nth-child(2),
#cart-container table td:nth-child(3){
    width: 200px;
}
#cart-container table td:nth-child(4),
#cart-container table td:nth-child(5),
#cart-container table td:nth-child(6) {
    width: 170px;
}

#cart-container table tbody img {
    width: 100px;
    height: 80px;
    object-fit: cover;
}
#cart-container table tbody i{
    color: #b6b3b3;
}
#cart-bottom .coupon>div,
#cart-bottom .total>div{
    border: #b6b3b3;
}
#cart-bottom .coupon h5,
#cart-bottom .total h5{
    background: #00A1FF;
    color: #fff;
    border: none;
    padding: 6px 12px;
    font-weight: 700;
}
#cart-bottom .coupon p,
#cart-bottom .coupon input{
    padding: 0 12px;
}
#cart-bottom .coupon input{
    height: 44px;
}
#cart-bottom .coupon input,
#cart-bottom .coupon button{
    margin: 0 0 20px 12px;
}
#cart-bottom .total div>div{
    padding: 0 12px;
}
#cart-bottom .total h6{
    color: #2a2a2a;
}
.second-hr{
    background: #b8b7b3;
    width: 100%;
    height: 1px;
}
#cart-bottom .total div>button{
    margin: 0 12px 20px 0;
    display: flex;
    justify-content: flex-end;
}

/* Footer */
footer{  
    display: flex;
    flex-wrap: wrap;
    bottom: 0px;
    max-width: 100%;
    background: #F7F8F9;;

}
.main-content{
    display: flex;
    padding: 20px;
}
.main-content .box{
    display: flex;
    padding: 10px 20px;
}
.main-content > div{
    padding: 10px
    
}
.box h2{
    font-size: 1.125rem;
    font-weight: 600;
    text-transform: uppercase;
}
.box .footer-content{
    margin: 20px 0 0 0;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-align: center;

}

.left .footer-content .social{
    size: 20px;
    margin: 20px 0 0 0;
}
.left .footer-content .social a{
    padding: 0 2px;
    
}
.left .footer-content .social a span{
    height: 100px;
    width: 40px;
    background: #1a1a1a;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    border-radius: 5px;
    transition: 0.3s;
}
.left-footer-content .footer-content .social a:hover{
    background: #dddbdb;
}
.right-box .btn button{
    border-radius: 50px;
    padding: 5px;
    background-color: #00A1FF;
}
.right-box .btn button:hover{
    
    transition: 0.3s;
    padding: 10px;

}