body {
    font-family: "Roboto", sans-serif;
}

.roboto-thin {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.roboto-light {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.roboto-regular {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.roboto-medium {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.roboto-bold {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.roboto-black {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.roboto-thin-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: italic;
}

.roboto-light-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.roboto-regular-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.roboto-medium-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.roboto-bold-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.roboto-black-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: italic;
}


a {
    color: #333333;
    text-decoration: none;
}

.tagline {
    background-color: #eeeeee86;
    padding: 2rem;
    border-radius: 1.5rem;
    backdrop-filter: blur(10px);
}

.shop-btn {
    border: 1px solid #bdccd8;
    overflow: hidden;
    position: relative;
    color: #353535 !important;
    transition: all 0.8s ease 0s;
    z-index: 1;
    padding: 12px 35px;
    border-radius: 4px;
    background: #fff;
}

    .shop-btn:hover {
        background: #ca6371;
    }

.banner {
    padding: 160px 0;
    background: url(../images/hero-bg.jpg) top right;
    background-size: cover;
    background-position: 69% 100%;
}

@media screen and (max-width: 1024px) {
    .sec3 {
        background: #2379be !important;
        /* padding: 20px 0; */
    }
}

@media screen and (max-width: 768px) {
    .banner {
        background: #2379be !important;
        padding: 0;
    }



    .prod-name {
        font-size: 16px !important;
    }

    .prod-price {
        font-size: 14px;
    }

    .block2 {
        width: 100% !important;
    }
}



.prod-item {
    background-color: #fff;
    position: relative;
    margin-bottom: 30px;
    transition: all 0.5s ease-in-out;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
}

.prod-img {
    position: relative;
}

.out-of-stock {
    position: absolute;
    top: 130px;
    width: 100%;
}

.text-stock {
    display: block;
    text-align: center;
    width: 100%;
    padding: 20px;
    font-size: 20px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
}

.prod-name {
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
}

.price {
    font-size: 18px;
    color: red;
    font-weight: 600;
}

#line {
    position: relative;
}

    #line::before {
        content: "";
        position: absolute;
        left: 0;
        width: 50px;
        height: 3px;
        background-color: #FF324D;
        bottom: -10px;
        margin: 0 auto;
        right: 0;
    }

.addToCart {
    padding: 20px;
    background: #2379be;
    width: 100%;
    /* margin: 0 15px; */
    display: block;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
}

    .addToCart:hover {
        background: #2379be !important;
    }


    .addToCart.addedcart {
        background: #2379be !important;
    }

.out-stock-btn {
    padding: 20px;
    background: #b3b3b3 !important;
    width: 100%;
    /* margin: 0 15px; */
    display: block;
    color: #494949;
}

#footer {
    border-top: 1px solid #989898;
    color: #989898;
}

    #footer a {
        color: #989898 !important;
    }

.cartCount {
    color: white !important;
    background: #1c74bb;
    padding: 5px 10px;
    border-radius: 50px;
}

.cart-item-container {
    /* background: #c2dfff; */
    padding: 20px;
    border-radius: 4px;
    border: 1px solid #D9D9D9;
}

.psmr-container {
    border-radius: 4px;
    padding: 10px;
    border: 1px solid #D9D9D9;
}

/* .cartItem > .item {
    background: #a7c3e3;
    border-radius: 8px;
} */

/* .checkout-container {
    background: #ebebeb;
    border-radius: 8px;
} */

.removeItem {
    margin: 0px;
    cursor: pointer !important;
    position: absolute;
    left: 19px;
    top: 7px;
}

.paypal-btn {
    background: #ffc439;
    width: 100%;
}

.cc-btn {
    background: #2379be;
    display: block;
    width: 100%;
    text-align: center;
    padding: 14px;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
}

.btn:hover {
    background: #E45D6F !important;
    color: #f3dfdf;
}

a:hover {
    color: #D55A6A;
}


#btnCoupon {
    background: #19bd91;
    border-radius: 8px;
    color: #fff !important;
}

.sec3 {
    background: url(../images/sec3.jpg) top left no-repeat;
    background-size: cover;
    background-position: center center;
}

.text-pink {
    color: #2379be !important;
}


/* THANK YOU PAGE */
.block1 {
    background-color: #f38796;
}

.billinginfo {
    padding: 25px;
    background-color: #f4f4f4;
}

.block2 {
    width: 80%;
    margin: auto;
    display: block;
}

.bg-dgray {
    background: #d2d2d2;
}

.bg-gray {
    background: #f2f2f2;
}
