* {}

p {
    margin: 0;
}

input {
    border-radius: 5px;
    border: 1px solid #dbdbdb;
}

p {
    color: #efe1a0;
    text-transform: uppercase;
    font-size: 25px;
}

.product p {
    font-size: 15px;
}

label {
    color: white;
    font-size: 15px;
    margin-right: 5px;
    line-height: 40px;
}

.container-fluid {
    background: #b71113;
    height: auto;
    width: auto;
}

.header-img {
    width:33%;
    height: 30%;

}

.bg-product {
    background: #bc1d22;
    border: 3px solid #ffb753;
}

.card-input {
    width: 40px;
    height: 40px;
    border: 3px solid #ffb753;
    /* background: #ad1417; */
    text-align: center;
}

.input-qty {
    width: 60px;
    height: 40px;
}

.card-image-cart {
    width: 50px;
    height: 50px;
}

.btn-image {
    width: 200px;
    height: 90px;
}

.product {
    margin-top: 50px;
    z-index: 1;
}

.modify-text-product {
    position: absolute;
    left: 660px;
    top: 490px;
    z-index: 9999;
}

.img-text-product {
    width: 200px;
    height: 100px;
}

.card-body {
    padding: 3rem 2rem;
}

.img-fluid {
    width: 202px;
    height: 220px;
}

.buttons_added {
    opacity: 1;
    display: inline-block;
    display: -ms-inline-flexbox;
    display: inline-flex;
    white-space: nowrap;
    vertical-align: top;
}

.is-form {
    overflow: hidden;
    position: relative;
    background-color: #f9f9f9;
    height: 2.2rem;
    width: 1.9rem;
    padding: 0;
    text-shadow: 1px 1px 1px #fff;
    border: 1px solid #ddd;
}

.is-form:focus,
.input-text:focus {
    outline: none;
}

.is-form.minus {
    border-radius: 4px 0 0 4px;
}

.is-form.plus {
    border-radius: 0 4px 4px 0;
}

.input-qty {
    background-color: #fff;
    height: 2.2rem;
    text-align: center;
    font-size: 1rem;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left: 0;
    border-right: 0;
    padding: 0;
}

.input-qty::-webkit-outer-spin-button,
.input-qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}




/* @media(max-width:767px) {


    .container-fluid {
    background-image: linear-gradient(to right,#b30d11, #d2151b);
    

    }

    .font-product {
        font-size: 12px;
        text-align: center;
        margin-top: 5px;
    }

    .dss {
        display: none;
    }
    .mobile-col{
        display: block !important;
        background-image: url("../../img/tt.jpg") !important;
        background-position: center;
        background-size: 100% 100%;
        background-repeat: no-repeat;   
    }
} */
@media(max-width:1024px) {

    .container-fluid {
        background-image: linear-gradient(to right, #b30d11, #d2151b);

    }

    .font-product {
        font-size: 12px;
        text-align: center;
        margin-top: 5px;
    }

    .dss {
        display: none;

    }

    .mobile-col {
        display: block !important;
        background-image: url("../../img/tt.jpg") !important;
        background-position: center;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        /* position: relative; */
    }
}

.popup {
    display: none;
    position: fixed;
    padding-top: 50px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.5);
}

.popup-content {
    position: relative;
    background-color: #FAFAFA;
    padding: 15px;
    margin: auto;
    width: 70%;
}

.close-btn {
    float: right;
    color: #2E2E2E;
    font-size: 25px;
    font-weight: 700;
}

.close-btn:hover {
    color: #D2D2D2;
}
@media (max-width:768px and max-height:768px)
{
    .container-fluid {
        background: #b71113;
        height: auto;
        width: 100%;
    }

}