/* -Index page Products settings- */
a.about_paypal {
    display: none;
}
.index-products {
    margin-bottom: 80px;
}
.index-products .prdct-img {
    border: 4px solid #fdff39;
}
.index-products img {
    width: 100%;
    text-align: center;
}
.index-products h2.prdct-title {
    text-align: center;
}
.index-products .prdct-descp ul {
    padding: 0 5px;
}
.index-products .prdct-descp ul li {
    list-style: none;
    font-size: 14px;
}
.index-products li p.price {
    font-size: 18px;
    font-weight: 600;
    color: #f00;
    margin-top: 10px;
}
.index-products p.buy-now {
    text-align: center;
}
.index-products p.buy-now a {
    display: block;
    padding: 10px 25px;
    text-decoration: none;
    border: 1px solid #1a1a1a;
    width: fit-content;
    font-weight: 400;
    margin: 10px auto;
}
.index-products p.buy-now a:hover {
	background: #1a1a1a;
	color: #fff;
}

/*- Cart Page -*/
.cart-collaterals .checkout-button.button.alt.wc-forward {
    background: #fff;
    color: #17181a;
}
/*- Checkout Button -*/
#payment button#place_order {
    background: #fff;
    color: #17181a;
}