@import url(/assests/css/color.css);
@import url('https://fonts.googleapis.com/css2?family=Hind+Siliguri&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Philosopher&display=swap');

@font-face {
    font-family: 'AdorNoirrit';
    src: url(/assests/font/Unicode/Li\ Ador\ Noirrit\ Regular.ttf);
}
@font-face {
    font-family: 'AdorNoirrit';
    src: url(/assests/font/Unicode/Li\ Ador\ Noirrit\ Light.ttf);
    font-weight: 100;
}


*{
    padding: 0;
    margin: 0;
    font-family: 'AdorNoirrit';
}


/* ============ Banner =========== */
.container.container_banner {
    margin-top: 2%;
    padding: 0;
}

.slider-img-element img,
.slider-img-element img,
.slider-img-element img {
    width: 100%;
    object-fit: cover;
    transition: 0.5s ease-in-out;
    transform: scale(1.08);
    transition: transform 0.5s cubic-bezier(0, 0, 0.44, 1.18);
    cursor: pointer;
}
.slider-img-element img:hover,
.slider-img-element img:hover,
.slider-img-element img:hover{
    transform: none;
}
.extra-hov-cls {
    overflow: hidden;
}
.container.container_banner {
    height: 435px;
    overflow: hidden;
    padding: 0;
}
.scnd-bnr img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    transition: 0.5s ease-in-out;
    cursor: pointer;
}
.scnd-bnr img:hover {
    transform: scale(1.09);
}
.scnd-bnr {
    overflow: hidden;
    height: 100%;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .first-bnr-col{
        width: 100% !important;
    }
    .scnd-bnr-col{
        display: none;
    }
}


/* ========= Hot Deal & All Product ========== */


.hot_deal {
    background-color: #f2fbfe;
    margin-top: 3%;
    padding: 2%;
}
.deal_row{
    margin-bottom: 25px;
    gap: 15px;
    /* justify-content: space-between; */
}
.all_prd_btn_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.deal_title {
    font-size: 45px;
    color: var(--primary-color);
    font-family: 'AdorNoirrit';
}
.product_link {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
    background: var(--primary-color);
    padding: 3px 15px;
    border-radius: 5px;
    border: 2px solid var(--primary-color);
    width: 100%;
    display: flex;
    justify-content: center;
}
.product_link:hover {
    color: var(--primary-color);
    background: transparent;
}
.row.deal_row_title {
    border-bottom: 1px solid var(--border-color);
    margin-bottom: 25px;
}
.col-2.deal_col {
    width: 19% !important;
    padding: 0;
    margin-bottom: 20px;
}
.deal_product {
    display: flex;
    flex-direction: column;
    padding: 8px;
    border: 1px solid var(--border-color);
    /* border-radius: 6px; */
    height: 100%;
    transition: all 0.3s ease-in-out;
    transform: translateY(0px);
}
.product_element {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    position: relative;
    gap: 5px;
    margin-bottom: 5px;
    text-align: center;
}
.deal_product .product_element {
    margin-top: 10px;
}

.product_link_title {
    font-size: 16px;
    color: #000;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    /* font-weight: 600; */
}
.product_link_title:hover{
    color: #737272;
}
.net-desc {
    font-size: 12px;
    background: var(--secondary-color);
    padding: 5px 10px;
    border-radius: 50px;
}
.price {
    margin-top: auto;
}
.price-samble,
.price_amount {
    font-size: 18px;
    font-family: 'Philosopher', sans-serif;
    color: var(--primary-color);
}

.add_cart_btn,
.go-to-checkout {
    width: 100%;
    background: var(--primary-color);
    border: 2px solid var(--primary-color);
    padding: 3px;
    color: #fff;
    font-family: 'AdorNoirrit';
    border-radius: 6px;
    transition: all 0.3s ease-in-out;
    opacity: 1;
}
.add_cart_btn:hover,
.go-to-checkout:hover{
    background: transparent;
    color: var(--primary-color);
}


.all_product{
    margin-top: 7%;
}


/* ============== Hot Deal New Design ============== */


.hot-deal_product {
    display: flex;
}
.col-3.deal_col {
    width: 24% !important;
    padding: 0;
    margin-bottom: 20px;
}
.hot-deal_product {
    display: flex;
    gap: 15px;
    border: 1px solid var(--border-color);
    padding: 5px;
    /* border-radius: 6px; */
    height: 100%;
    transition: all 0.3s ease-in-out;
    transform: translateY(0px);
}
.hot-deal_product:hover,
.deal_product:hover{
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    transform: translateY(-10px);
}


.hot-product_element {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    position: relative;
    gap: 5px;
    margin-bottom: 5px;
}
.discount_percent {
    background: var(--primary-color);
    position: absolute;
    font-size: 13px;
    padding: 0px 10px;
    top: 5px;
    left: 5px;
    border-radius: 6px;
    color: #fff;
}
.sel-price {
    color: #8dc1cc;
    font-size: 15px;
    text-decoration: line-through;
    margin-left: 5px;
}


@media screen and (max-width: 768px){
    /* =========== Banner ============ */
    .container.container_banner {
        height: 240px;
        margin-top: 80px;
    }

    /* =========== Hot Deal & Product ============== */
    .row.deal_row.hot_deal_responsive {
        display: flex !important;
        flex-direction: column !important;
        gap: 9px;
        margin-bottom: 9px;
    }
    .row.deal_row.hot_deal_responsive .deal_col {
        width: 100% !important;
        margin-bottom: 0px !important;
    }
    .row.deal_row.all_product_responsive {
        display: grid;
        grid-template-columns: repeat(2, 2fr) !important;
        padding: 0 5%;
        grid-gap: 10px;
    }
    .col-2.deal_col {
        width: 100% !important;
        margin-bottom: 0px !important;
    }
}
@media screen and (max-width: 992px){
    /* =========== Banner ============ */
    .container.container_banner {
        height: 240px;
    }

    /* =========== Hot Deal & Product ============== */
    .row.deal_row.hot_deal_responsive {
        display: grid;
        grid-template-columns: repeat(2, 3fr);
        gap: 9px;
        margin-bottom: 9px;
    }
    .row.deal_row.hot_deal_responsive .deal_col {
        width: 100% !important;
    }
    .row.deal_row.all_product_responsive {
        display: grid;
        grid-template-columns: repeat(3, 2fr);
        padding: 0 5%;
        grid-gap: 10px;
    }
    .col-2.deal_col {
        width: 100% !important;
    }
}


/* ========= Off Canvas Cart ================ */
.off-canvas_main {
    width: 100%;
    height: 100vh;
    background-color: #111111ab;
    position: fixed;
    z-index: 999;
    top: 0;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    pointer-events: none;
}
.off-canvas_main.canvas_open{
    opacity: 1;
    pointer-events: all;
}
.offcanvas_cart {
    width: 40%;
    position: absolute;
    right: 0;
    height: 100vh;
    background: #fff;
    z-index: 9999999;
    padding-top: 30px;
    pointer-events: none;
    transform: translateX(130px);
    transition: all 0.3s ease-in-out;
}
.off-canvas_main.canvas_open .offcanvas_cart{
    pointer-events: all;
    transform: translateX(0px);
    opacity: 1;
}
.cart_title {
    text-align: center;
    border-bottom: 1px solid var(--border-color);
}
.cart_title .deal_title {
    font-size: 20px;
}
.off-canvas_close_btn .of-cn-close {
    display: flex;
    padding: 5px;
    margin-left: 15px;
    border-radius: 50px;
    font-size: 23px;
    transition: all 0.3s ease-in-out;
    color: #fff;
    background: var(--primary-color);
    border: 0;
}
.off-canvas_close_btn .of-cn-close:hover{
    background: var(--secondary-color);
}
.pd_bx {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 30px;
}

.cart-btm-bx{
    text-align: center;
}
.cart-btm-bx .go-to-checkout {
    width: 50%;
    margin-top: 30px;
}


.offcanvas_cart .pd_price,
.pd_variation {
    display: block;
    font-weight: 400;
    
}
.off-canvas_main.canvas_open .offcanvas_cart .pd_price.sub-total {
    display: block;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
}
.pd_price.sub-total {
    display: block;
    font-weight: 700;
    font-size: 16px;
}



@media screen and (max-width: 768px){
    .off-canvas_main.canvas_open{
        top: 80px !important;
        
    }
    .offcanvas_cart {
        width: 100% !important;
        height: 100vh;
    }
    .product_table {
        width: 98%;
        margin: 0 auto;
    }
    .pd-name {
        width: 20% !important;
    }
    .pd_bx {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 25px 5px !important;
    }
    .pd_bx .quantity-box.card-qty {
        width: 27%;
        justify-content: center;
        margin-bottom: 0;
    }

    .minus, .plus{
        font-size: 15px;
    }
    .qty-num {
        border: 0;
        text-align: center;
        width: 27%;
        background: transparent;
        color: var(--black);
        padding: 5px 0;
        outline: none;
        font-weight: 100 !important;
        font-size: 14px;
    }
    .product_link_title {
        font-size: 13px;
        color: #000;
        text-decoration: none;
        transition: all 0.3s ease-in-out;
    }
    .off-canvas_main.canvas_open .offcanvas_cart .product_table .pd_subtotal_price {
        font-size: 14px;
        font-weight: 400;
        float: right;
        padding-right: 5px;
    }
    
    .off-canvas_main.canvas_open .offcanvas_cart .product_table .pd_price.sub-total {
        display: block;
        font-weight: 700;
        font-size: 14px;
        padding-right: 5px;
    }
}

@media screen and (max-width: 992px){
    /* .off-canvas_main.canvas_open{
        top: 0px !important;
    } */
    .offcanvas_cart {
        width: 75%;
    }
    .pd-name {
        width: 40% !important;
    }
}


/* Cart Massage */
.empty_msg {
    width: 100%;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.empty_msg strong {
    font-size: 25px;
    color: var(--primary-color);
  }


/*  css for stoke out  */
.product_img_box {
    position: relative;
}

.stoke-out {
    width: 100%;
    height: 100%;
    background-color: #ffffff82;
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stoke-out .stoke-txt {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 700;
    color: #093309;
}


















