/* common css start*/

body {
    font-family: "Maharlika", sans-serif !important;
    /* Add a fallback font */
}

a {
    text-decoration: none !important;
}

.main_login_holder {
    align-items: center;
    height: 100vh;
}

.form-check-input:checked {
    background-color: #000 !important;
    border-color: #000 !important;
}

.form-check-input:focus {
    box-shadow: none !important;
}

.slider-owl-carousel .owl-nav button.owl-next,
.slider-owl-carousel .owl-nav button.owl-prev {
    border-radius: 20px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slider-owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: 0px;
    z-index: 2;
}

.slider-owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: 0px;
    z-index: 2;
}

.heading-holder h1 {
    text-align: center;
    font-size: 38px;
    font-weight: 500;
    color: #000000;
}

.heading-holder h4 {
    text-align: center;
    font-size: 20px;
    font-weight: 500;

    color: #000000;
}

.section_heading_holder {
    margin-bottom: 30px;
}

.section_heading_holder h4 {
    text-align: left;
    font-size: 38px;
    font-weight: 500;
    color: #000000;
}

.product-card {
    overflow: hidden;
    position: relative;
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 1px solid #d6d6d6;
    border-radius: 5px;
}

.product-card .card-header {
    position: absolute;
    right: 10px;
    z-index: 2;
    background: none;
    border: none;
}

.product-card .card-header .favorite-icon {
    font-size: 25px;
    color: #000;
    cursor: pointer;
}

.product-card .card-header .favorite-icon.active {
    color: #2e7826;
}

.product-card .img-holder {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    padding: 25px;
    aspect-ratio: 1/0.7;
}

.product-card .img-holder .product-image {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    object-fit: contain;
    transition: all 0.3s ease;
}

.product-card:hover .img-holder .product-image {
    transform: translateY(-5px);
    transition: all 0.3s ease;
}

.product-card .card-body {
    padding: 10px 15px 15px 15px;
    border-radius: 0px 0px 5px 5px;
    background: #f2fef2 0% 0% no-repeat padding-box;
    border: 1px solid #d2f9d2;
    transition: all 0.3s ease-in-out;
}



.product-card:hover .card-body {
    background: #cbeccf 0% 0% no-repeat padding-box;
    transition: all 0.3s ease-in-out;
}

.product-card .card-body .price-and-incr-holder {
    /* display: flex; */
    justify-content: space-between;
    align-items: center;
}

.product-card .card-body .product-title {
    text-align: left;
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 1; /* number of lines to show */
           line-clamp: 1; 
   -webkit-box-orient: vertical;
}

.product-card .card-body .product-subtitle {
    text-align: left;

    font-size: 15px;
    font-weight: 500;
    color: #7e7e7e;
    margin-bottom: 0px;
}

.product-card .card-body .price-and-incr-holder .product-price {
    margin-bottom: 0px;
    display: grid;
}

.product-card .card-body .price-and-incr-holder .product-price .current-price {
    text-align: left;

    font-size: 17px;
    font-weight: 600;
    color: #a11a39;
}

.product-card .card-body .price-and-incr-holder .product-price .original-price {
    text-decoration: line-through;
    margin-left: 5px;
    text-align: left;
    font-size: 15px;
    font-weight: 500;
    color: #8d8d8d;
}

.product-card .card-body .cart_icon_holder {
    width: 33px;
    height: 33px;
    background: #48a049 0% 0% no-repeat padding-box;
    border-radius: 16px;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    transition: all 0.3s ease-in-out;
    margin-left: auto;
}

.product-card-detail .card-body-detail .cart_icon_holder {
    width: 33px;
    height: 33px;
    background: #48a049 0% 0% no-repeat padding-box;
    border-radius: 16px;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    transition: all 0.3s ease-in-out;
    margin-left: auto;
}

.product-card:hover .card-body .cart_icon_holder {
    background: #2e7826 0% 0% no-repeat padding-box;
    transition: all 0.3s ease-in-out;
}

.product-card-detail .cart_icon_holder {
    width: 33px;
    height: 33px;
    background: #48a049 0% 0% no-repeat padding-box;
    border-radius: 16px;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    transition: all 0.3s ease-in-out;
    margin-left: auto;
}

.btn_holder .register_btn {
    border: 1px solid #a11a39;
    border-radius: 23px;
    opacity: 1;
    background: #fff;
    padding: 5px 10px;
    color: #a11a39;
    font-size: 18px;
}

.btn_holder .register_btn:hover {
    background: #a11a39;
    color: #fff;
}

/* increment_btn css start */

.quantity-control {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0.5px solid #00a702;
    border-radius: 50px;
    padding: 0px 0px;
}

.quantity-control .quantity {
    font-size: 14px;
    font-weight: 500;
    font-family: "roboto";
    width: 30px;
    height: 30px;
    text-align: center;
    background: #2e7826;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    margin: 0px 10px;
}

.quantity-control .quantity:hover {
    background: #2e7826;
    color: #fff;
}

.quantity-control .quantity:active {
    background: #2e7826 !important;
    color: #fff !important;
}

.quantity-control .quantity.active {
    background: #2e7826;
    color: #fff;
}

.quantity-control .decrement-btn,
.quantity-control .increment-btn {
    font-size: 22px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    color: #2e7826;
    font-weight: 600;
    background: none;
    padding-bottom: 0px;
}

/* increment_btn css end */

/* filter_btn_holder css start */

.main_filter_btn_holder {
    margin-top: 3%;
    display: flex;
    justify-content: end;
}

.filter_btn_holder .filter_btn {
    background: #4da050  0% 0% no-repeat padding-box;
    border: 1px solid #ebebeb;
    border-radius: 8px;
    padding: 6px 9px;
    margin-left: 10px;
}

.filter_btn_holder .filter_btn p {
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    color: #fff;
}

.filter_btn_holder .filter_btn .filter_icon {
    background: #f5f5f5 0% 0% no-repeat padding-box;
    border-radius: 6px;
    padding: 9px;
    margin-left: 10px;
}

/* filter_btn_holder css end */

/* Form_css Start */
.Form_holder .form-control {
    border: none;
    border-bottom: 1px solid #707070;
    border-radius: 0px;
    padding: 5px 7px;
    margin-bottom: 30px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
}
.Form_holder  .input-group-text {
    border: none;
    box-shadow: none;
    background: transparent;

}



.Form_holder .form-control::placeholder {
    color: #00000069;
}

.Form_holder .form-control:focus-visible {
    box-shadow: none;
}

.Form_holder .form-select {
    border: none;
    border-bottom: 1px solid #707070;
    border-radius: 0px;
    padding: 5px 7px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    margin-bottom: 30px;
}

.Form_holder .form-select::placeholder {
    color: #00000069;
}

.Form_holder .form-select:focus-visible {
    box-shadow: none;
}

.Form_holder .form-label {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin-bottom: 10px;
}

/* Form_css end */

/* modal css start */
.modal {
    background: #ffffff66 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    opacity: 1;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

.modal_btn_holder .continue_btn {
    background-color: #fff;
    border: 1px solid #920028;
    color: #a3002e;
    border-radius: 50px;
    padding: 8px 50px;
}

.modal_btn_holder .continue_btn:hover {
    background-color: #920028;

    color: #fff;
}

/* modal css end */

/* Register_Now_modal css start */

.Register_Now_modal .Form_holder .form-label {
    height: 0;
    max-height: fit-content;
}

.Register_Now_modal .modal-content {
    background: transparent;
    border: none;
}

.Register_Now_modal .modal-content .Modal_close_btn {
    font-weight: lighter;
    border: 1px solid #a11a39;
    color: #a11a39;
    border-radius: 50px;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    margin: 0px auto;
    margin-bottom: 10px;
}

.Register_Now_modal .modal-header {
    background: #a11a39 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 15px;
    justify-content: center;
    width: 85%;
    margin: 0px auto -15px auto;
    padding: 11px 15px 20px 15px;
}

.Register_Now_modal .modal-body {
    background: #fff;
    border-radius: 15px;
    padding: 40px 30px;
}

.Register_Now_modal .modal-header .modal-title {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    color: #ffffff;
}

.Register_Now_modal .modal_btn_holder {
    padding-top: 0;
    border: none;
    text-align: center;
    margin-top: 50px;
}

/* Register_Now_modal css end */

/* Successful_modal css start */
.Successful_modal .modal-content .modal-body h4 {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 0px;
}

.Successful_modal .modal-content {
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 15px;
    border: none;
}

.Successful_modal .modal-content .main_lottie_holder {
    width: 100px;
    height: 100px;
    margin: 0px auto;
    margin-bottom: 30px;
}

/* Successful_modal css end */

/* do_you_want_delete_modal css start */

.modal_btn_holder .yes_btn {
    background: #a11a39;
    color: #fff;
}

.modal_btn_holder .yes_btn:active {
    background: #a11a39 !important;
    color: #fff !important;
}

.do_you_want_delete_modal hr {
    color: #000;
    opacity: 1;
}

/* do_you_want_delete_modal css end */

/* continue_btn_holder css start */

.continue_btn_holder {
    margin-top: 50px;
}

.continue_btn_holder .modal_btn_holder .similarItems_continue_btn {
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    color: #000000;
}

.continue_btn_holder .modal_btn_holder .similarItems_continue_btn .cart-bag {
    margin-right: 5px;
}

.continue_btn_holder .modal_btn_holder .similarItems_continue_btn:hover {
    color: #a11a39;
}

.cartCardSummery{
    margin-top: 5%;
}

/* continue_btn_holder css end */

@media (min-width: 0px) and (max-width: 575px) {
    .Register_Now_modal .modal-header .modal-title {
        font-size: 16px;
    }

    .Register_Now_modal .modal-body {
        padding: 20px 15px;
    }

    .Register_Now_modal .modal_btn_holder {
        margin-top: 20px;
    }
}

@media (min-width: 0px) and (max-width: 991px) {
    .section_heading_holder h4 {
        font-size: 22px;
    }

    .slider-owl-carousel .owl-nav button.owl-next,
    .slider-owl-carousel .owl-nav button.owl-prev {
        width: 25px !important;
        height: 25px !important;
    }

    .slider-owl-carousel .owl-nav button.owl-next span,
    .slider-owl-carousel .owl-nav button.owl-prev span {
        font-size: 24px !important;
        /* margin-bottom: 7px; */
    }

    .heading-holder h1 {
        font-size: 20px;
    }

    .heading-holder h4 {
        font-size: 15px;
    }
}

@media (min-width: 0px) and (max-width: 1399px) {
    .quantity-control .decrement-btn,
    .quantity-control .increment-btn {
        font-size: 17px;
        width: 20px;
        height: 20px;
        padding-bottom: 5px;
    }

    .quantity-control .quantity {
        font-size: 10px;
        width: 20px;
        height: 20px;
        padding: 1px;
    }

    .product-card .card-body .product-title {
        font-size: 15px;
    }

    .product-card .card-body .product-subtitle {
        font-size: 13px;
    }

    .product-card
        .card-body
        .price-and-incr-holder
        .product-price
        .current-price {
        font-size: 12px;
    }

    .product-card
        .card-body
        .price-and-incr-holder
        .product-price
        .original-price {
        font-size: 11px;
    }

    .product-card .card-body {
        padding: 10px 10px 10px 10px;
    }

    .product-card .card-header {
        right: 5px;
        padding: 10px;
    }

    .product-card .card-header .favorite-icon {
        font-size: 20px;
    }
    
}

/* common css end*/
