

a{
    touch-action: manipulation;
}
img{
    opacity: 1;
    transition: opacity 1s;
    display: inline-block;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border-style: none;
}
.last-reset:last-child{
    margin-bottom: 0;
}
.is-uppercase,.uppercase{
    line-height: 1.2;
    text-transform: uppercase;
}
.uppercase,h6,span.widget-title,th{
    letter-spacing: .05em;
    line-height: 1.05;
    text-transform: uppercase;
}
h1, h2, h3, h4, h5, h6, .heading-font, .banner h1, .banner h2 {
    font-weight: 700;
    font-style: normal;
}
.btn{
    display: inline-block;
    background: orange;
    color:#fff;
    padding: 8px 30px;
    margin: 30px 0;
    border-radius: 30px;
    transition: background 0.5s;
    cursor: pointer;
}
/* Cart detail */
.img-card-detail{
    width: 100%;
    /* height: 100%; */
    /* box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1); */
}
.inner{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
@keyframes fadeIn{
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
a{
    text-decoration: none;
}
textarea{
    outline: none;
    border: 1px solid #ddd;
    opacity: 0.5;
    border-radius: 5px;
    margin-bottom: 1em;
    transition: color .3s,border .3s,background .3s,opacity .3s;
    padding: 10px;
    max-width: 100%;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
}
textarea:focus{
    opacity: 0.8;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}
.redColor{
    color: red;
}
.grayColor{
    color:#dddddd;
}
button{
    cursor: pointer;
}
p{
    margin-bottom: 10px;
    line-height: 1.5;
}
a{
    color: #000;
    text-decoration: none;
    outline: none;
}