@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

* {
    padding: 0;
    margin: 0;
    box-sizing: 0;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}

body {
    background: rgb(240, 240, 240);
}

ul a {
    text-decoration: none;
    list-style: none;
}

li {
    list-style: none;
}

.after-header {
    margin-top: 140px;
}

.banner-section {
    position: relative;
    display: flex;
    max-width: 100%;
}

.left-img-section {
    margin: 0;
    padding: 0;
}

.left-banner {
    width: 100%;
    height: auto;
}

.right-banner {
    width: 100%;
}

.right-img-section {
    margin: 0;
    padding: 0;
}

.img-wrapper {
    max-width: 100%;
}

.search-btn {
    background: #000;
    color: #fff;
}

.main-section {
    margin-top: 22px;
}

.callie-info-bx {
    width: 24%;
    height: 45%;
    text-align: center;
    background: rgb(88, 40, 40);
    position: absolute;
    margin: 200px 20px 200px 20px;
}

.page-title {
    display: none;
}

.product-section a {
    color: #000;
    text-decoration: none;
}

.product-section .card-bx {
    border-radius: 0;
    border: solid #fff 1px;
    background: #fff;
    /* height: 100%; */
}

.product-section .card-bx .card-body {
    height: 20%;
    padding: 3%;
}

.product-section .card-bx .card-title {
    font-size: 13px;
    font-weight: 400;
}

.product-section .card-bx .card-text {
    font-size: 18px;
    color: #0036ff;
    font-weight: 400;
    margin-top: 15px;
}

.product-section .card-img-top {
    border-radius: 0;
    border: solid rgb(179, 175, 175) 1px;
}

.product-section .card-footer {
    background: none;
    border: none;
    align-items: center;
    padding-left: 3px;
    margin-top: 0px;
    margin-right: 0;
    padding-right: 0;
}

.heart {
    font-size: 12px;
}

.ratings-wrapper {
    margin-left: 0;
    display: block !important;
}

.ratings-wrapper {
    /* margin-left: 38px; */
}

.ratings-wrapper .ratings {
    font-size: 12px;
    color: rgb(255, 174, 0);
}

.price-tag small {
    color: #000;
    font-size: 14px;
    text-align: left;
}

.footer {
    margin-top: 500px;
    bottom: 0;
    background: rgba(224, 223, 223, 0.808);
}

/* RESPONSIVE */

@media (max-width: 1399px) {
    /* .main-section {
        background: rgb(192, 112, 112);
    } */

    .heart {
        font-size: 10px;
    }

    /* .ratings-wrapper {
    margin-left: 0px;
  } */

    .ratings-wrapper .ratings {
        font-size: 10px;
        color: rgb(255, 174, 0);
    }

    .price-tag small {
        color: #000;
        font-size: 12px;
        text-align: left;
    }
}

@media (max-width: 1199px) {
    .heart {
        font-size: 8px;
    }

    /* .ratings-wrapper {
    margin-left: 15px;
  } */

    .ratings-wrapper .ratings {
        font-size: 8px;
        color: rgb(255, 174, 0);
    }

    .price-tag small {
        color: #000;
        font-size: 10px;
        text-align: left;
    }
}

@media (max-width: 991px) {
    .page-title {
        text-align: center;
        margin: 0 0 8px 0;
        display: block;
        background: rgba(224, 223, 223, 0.808);
        color: rgb(48, 45, 45);
        font-size: 1rem;
        font-weight: 800;
        letter-spacing: 5px;
    }

    .after-header {
        margin-top: 110px;
    }

    .ratings-wrapper {
        /* margin-left: 50px; */
    }
}

@media (max-width: 767px) {
    .left {
        display: none;
    }

    .mid {
        width: 100%;
    }

    .product-section .card-bx .card-title {
        font-size: 14px;
        font-weight: 400;
    }

    .product-section .card-bx .card-text {
        font-size: 16px;
        color: rgb(0, 0, 230);
        font-weight: 400;
        margin-top: 15px;
    }

    .heart {
        font-size: 12px;
    }

    .ratings-wrapper {
        /* margin-left: 80px; */
    }

    .ratings-wrapper .ratings {
        font-size: 10px;
        color: rgb(255, 174, 0);
    }

    .price-tag small {
        color: #000;
        font-size: 0.7rem;
        text-align: left;
    }
}

@media (max-width: 575px) {
    .warning-text {
        font-size: 0.8rem;
    }
    .main-section {
        margin-top: 25px;
    }

    .page-title {
        margin: 0 0 16px 0;
    }

    .product-section .col {
        margin: 0px;
    }

    .product-section .card-bx .card-title {
        font-size: 0.9rem;
        font-weight: 400;
    }

    .product-section .card-bx .card-text {
        font-size: 0.9rem;
        color: rgb(0, 0, 230);
        font-weight: 400;
        margin-top: 6px;
    }

    .product-section .card-footer {
    }

    .heart {
        font-size: 20px;
    }

    .ratings-wrapper {
        /* margin-left: 285px; */
    }

    .ratings-wrapper .ratings {
        font-size: 0.1rem;
        color: rgb(255, 174, 0);
    }

    .price-tag small {
        color: #000;
        font-size: 0.9rem;
        text-align: left;
    }

    .card-title {
    }
}

@media (max-width: 570px) {
    .card-footer {
        line-height: 33px;
    }

    .ratings-wrapper {
        margin-left: 0;
        display: block !important;
    }

    .ratings-wrapper .ratings {
        font-size: 0.7rem;
        color: rgb(255, 174, 0);
    }

    .price-tag {
        display: block !important;
    }
}

/* @media (max-width: 425px) {
    .product-section .col {
        margin: 0 0 20px 0;
    }

    .ratings-wrapper {
        margin-left: 90px;
    }
}

@media (max-width: 375px) {
    .product-section .col {
        margin: 0 0 20px 0;
    }

    .ratings-wrapper {
        margin-left: 45px;
    }
}

@media (max-width: 320px) {
    .product-section {
        margin: 0;
        padding: 0;
    }

    .product-section .col {
        margin: 0 0 20px 0;
    }

    .ratings-wrapper {
        margin-left: 60px;
    }
} 


/* butons */

.btn {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}

.form-control {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}

/* cart */

.btn-cart {
    position: fixed;
    background: white;
    display: flex;
    align-items: center;
}
.btn-cart i {
    font-size: 25px;
    color: black;
}
.btn-cart:after {
    content: attr(data-totalitems);
    font-size: 12px;
    font-weight: 600;
    position: absolute;
    top: -12px;
    right: -12px;
    background: #0036ff;
    line-height: 24px;
    padding: 0 5px;
    height: 24px;
    min-width: 24px;
    color: white;
    text-align: center;
    border-radius: 24px;
}

.modal-card {
    /* background-color: rgba(0,0,0,.54); */
    background-color: rgba(0, 0, 0, 0.64);
    height: 200px;
    border-radius: 0px;
}
.modal-card i {
    font-size: 50px;
    color: #04aa6d;
    margin-top: 15px;
    margin-bottom: 30px;
}

.modal-card p {
    font-size: 24px;
    color: white;
}

@media only screen and (max-width: 950px) {
    .navbar-toggler {
        height: 30px !important;
        width: 40px !important;
    }
    .btn-cart i {
        font-size: 20px;
    }
}
