.a-btn{
    text-decoration: none;
    cursor: pointer;
}
.cursor-pointer{
    cursor: pointer;
}
.cursor-not-allowed { cursor: not-allowed; }
.pt-0{
    padding-top: 0;
}
.pb-0{
    padding-bottom: 0;
}
.mt-30{
    margin-top: 30px;
}
.justify-content-div{
    display: flex;
    justify-content: center;
}
.pb-4rem{
    padding-bottom: 4rem;
}
.product-link{
    cursor: pointer;
}
#search-holder {
    position: relative;
}
#search-holder img#search-icon {
    position: absolute;
    top: 7px;
    left: 10px;
}
.w-100{
    width: 100%;
}
.w-50{
    width: 50%;
}
.search-div{
    display: flex;
    justify-content: center;
    padding-bottom: 10rem;
    padding-top: 10px;
}
.search input {
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    height: 36px;
    border: 1px solid #414141;
    font-size: 14px;
    padding-left: 36px;
    display: block;
    box-shadow: inset 0 1px 2px rgb(10 10 10 / 10%);
    appearance: none;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    font-weight: normal;
    outline: 0;
}
.search-button{
    padding: 10px;
    border: none;
    text-align: center;
    font-size: 14px;
    color: #FFFFFF;
    display: block;
    background-color: #ef5e16;
    border-radius: 10px;
    margin-left: 20px;
    cursor: pointer;
}
.input-box{
    border: none;
    font-size: 1.4rem;
    color: #414142;
    height: 4rem;
    background-color: #f8f8f8;
    appearance: none;
    padding-left: 1.5rem;
}
.calculation-btn, .checkout-btn{
    display: block;
    font-size: 1.2rem;
    background-color: #FAAC29;
    border: none;
    color: #fff;
    padding: 1rem;
    cursor: pointer;
}
.calculation-btn-block, .checkout-btn-block{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 25px;
}
.checkout-btn-block{
    margin-top: 20px;
}
.cart-div {
    position: relative;
}
.cart-div .cart {
    position: relative;
    top: 4px;
}
.cart-div .total-count {
    position: absolute;
    right: 0;
    z-index: 2;
    font-size: 11px;
    border-radius: 50%;
    background: #d60b28;
    line-height:16px;
    display: block;
    text-align: center;
    color: white;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    padding: 5px;
    top: -5px;
}
.error-message{
    color: #EF4023;
    font-size: 15px;
    font-weight: 800;
    padding-bottom: 1.5rem;
    text-align: center;
    display: none;
}
.btn-login {
    padding: 1.2rem 1.5rem !important;
    cursor:pointer;
    text-decoration: none;
}
.login-block{
    display: flex;
    gap: 4rem;
    padding: 8rem 10rem;
    height: 55rem;
}
/* Toast CSS classes for different types of messages */
.bg-success {
    background: linear-gradient(to right, #28a745, #218838) !important;
}
.bg-error {
    background: linear-gradient(to right, #dc3545, #c82333) !important;
}
.bg-warning {
    background: linear-gradient(to right, #ffc107, #e0a800) !important;
}
.bg-info {
    background: linear-gradient(to right, #17a2b8, #138496) !important;
}
/*Toast message css end*/
.swiper-button-next::after, .swiper-button-prev::after {
    font-family: 'swiper-icons' !important;
    font-size: 18px !important;
    font-weight: bold;
}
.swiper .swiper-button-next::after {
    content: 'next' !important;
}
.swiper .swiper-button-prev::after {
    content: 'prev' !important;
}
.product_desctiption_description p {
    margin-bottom: 0px;
}