input[type=text], select, textarea{
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: normal;
    padding: 10px 20px;
    margin: 0 0 6px;
    float: left;
    max-width: 47%;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 500;
    vertical-align: middle;
    min-height: 46px;
    background-color: #fff;
    border: 1px solid #dedede !important;
    letter-spacing: 0.5px;
    transition: all .35s cubic-bezier(.645,.045,.355,1);
}
.fill h3{
    margin-top: 0;
    margin-bottom: 0.875rem;
    font-weight: 600;
    line-height: 1.2;
    font-size: 30px;
}
.fill .fname{
    /* margin-right: 30px; */
}
.fill input[type=text], select, textarea{
    width: 100%;
    max-width: 100%;
    margin-bottom: 6px;
}
label{
    line-height: 2;
    font-size: 14px;
    color: #282828;
}
span.required{
    color: red !important;
    font-weight: 700;
}
select {
    height: 28px !important;
    margin-bottom: 6px !important;
}
table{
    border: 1px solid rgba(0,0,0,.1);
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 5px;
    border-collapse: separate;
}
th{
    font-weight: 600;
    padding: 9px 12px;
    line-height: 1.5em;
    font-size: 16px;
}
td{
    border-top: 1px solid rgba(0,0,0,.1);
    padding: 9px 12px;
    vertical-align: middle;
    line-height: 1.5em;
    font-size: 16px;
}
tr{
    border: 1px solid #dedede !important;
}
.payment{
    background: #ebe9eb;
    border-radius: 5px;
    margin-bottom: 4em;
}
.credit{
    text-align: left;
    padding: 1em;
    border-bottom: 1px solid #d3ced2;
    margin: 0;
    list-style: none outside;
}
.stripe{
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 1em;
    margin: 1em 0;
    font-size: .92em;
    border-radius: 2px;
    line-height: 1.5;
    background-color: #dfdcde;
    color: #515151;
}
.stripe::before{
    content: "";
    display: block;
    border: 1em solid #dfdcde;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -0.75em;
    left: 0;
    margin: -1em 0 0 2em;
}
fieldset{
    border: 0;
    padding: 0;
    margin: 1em 0 0;
}
.stripe fieldset input[type=text]{
    min-height: 24px;
    margin: 0 0 1em;
}
.stripe i{
    position: absolute;
    top: 18%;
    /* margin-top: -44px; */
    right: 20px;
    display: block;
    width: 30px;
    height: 24px;
}
.creditfoot{
    border: 0.5px solid white;
    min-height: 35px;
}
.agree{
    padding: 16px;
}
.agree a{
    color: red;
}
.agree p{
    font-size: 16px;
}
button[type=submit]{
    font-weight: 600;
    color: #fff;
    background-color: #232020;
    border-radius: 5px;
    overflow: hidden;
    font-size: 16px;
    line-height: 1.7;
    border-color: #232020;
    padding: 10px;
    border: none;
}
button[type=submit]:hover{
    background-color: #ff7315;
}
@media screen and (max-width: 575px) {
    .cart-item {
        grid-template-columns: repeat(5, 1fr) !important;
        place-items: center !important;
    }
}
@media screen and (max-width: 414px) {
    .product-img img {
        width: 55px !important;
    }
    .product-name,
    .product-price {
        font-size: 12px !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .product-name {
        width: 100px !important;
    }
    .product-input {
        width: 27px;
        text-align: center;
    }
}
@media screen and (max-width: 390px) {
    ul {
        margin-left: 12px
    }
    .footer_nav li {
        display: block;
        margin-right: 0px;
    }
}
@media screen and (min-width: 768px) {
    .footer {
        width: 100%;
    }
}
.card-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.card-content input[type="text"] {
    width: 40% !important;
}
.qty {
    text-align: center;
}
table {
    border-spacing: 10px;
    width: 100%;
}
table td {
    padding: 10px;
}
.checkout-billing {
    margin-top: 200px;
}
.checkout-cover {
    /* background-color: #83c0c1; */
    width: 100%;
    height: 100%;
    text-align: center;
    margin-bottom: 50px;
    border-radius: 10px;
}
/* .fill {
    box-shadow: 1px 1px 18px 1px #232020;
    padding: 18px;
    border-radius: 10px;
} */
.cc {
    padding-top: 15px;
    margin-left: 20px;
    margin-right: 20px;
}