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

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

.poppins-extralight {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
}

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

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

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

.poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}

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

.poppins-extrabold {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
}

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

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

.poppins-extralight-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: italic;
}

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

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

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

.poppins-semibold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: italic;
}

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

.poppins-extrabold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: italic;
}

.poppins-black-italic {
    font-family: "Poppins", 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 #333;
    overflow: hidden;
    position: relative;
    color: #333 !important;
    transition: all 0.8s ease 0s;
    z-index: 1;
    padding: 12px 35px;
    border-radius: 50px;
}

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

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

@media screen and (max-width: 768px){
    .banner {
        padding: 40px 0;
    }

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

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

    .removeItem {
        left:20px !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;
}

#shop-view {
    position: relative;
}

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

.addToCart {
    padding: 20px;
    background: #1670b9;
    width: 100%;
    /* margin: 0 15px; */
    display: block;
    color: #fff;
}

.addToCart:hover {
    background: #14c163 !important;
}


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

#footer {
    background-color: #202325;
    color: #fff;
}

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

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

.cart-item-container {
    background: #c2dfff;
    padding: 20px;
    border-radius: 8px;
}

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

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

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

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


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

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

/* 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;
}
