.gg {
    font-size: 40px;
}

.low_pink {
    background-color: #F8F1F1;
}

.medium_pink {
    background-color: #F2EAEA;
}

.ohschcn {
    font-size: 20px;
}

.liyara {
    font-family: "liyara";
    font-size: 30px;
    color: #B79118;
}

.liyara2 {
    font-family: "liyara";
    font-size: 60px;
    color: #B79118;
}

@font-face {
    font-family: "liyara";
    src: url("https://liyara.lk/web/font/BRLNSR.TTF");
}

@font-face {
    font-family: "taile";
    src: url("https://liyara.lk/web/font/taile.ttf");
}

.taile {
    font-family: "taile";
}

* {
    font-family: "taile";
}

@media(max-width:992px) {
    .goof {
        height: 15vh;
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .wttls {
        font-size: 40px;
    }
    .w-110 {
        width: 115%;
    }
    .w-118 {
        width: 106%;
    }
    .cart-side {
        width: 1100px;
    }
    .width-11-5 {
        width: 95%;
    }
    .overflow-set {
        overflow-x: hidden;
    }
    .main-bg-image {
        background-image: url("https://liyara.lk/web/img/main-bg-image.png");
        background-repeat: repeat;
    }
    
    .desc_data_view_mobile_and_lg_device{
        font-size: 3px;
    }
}

@media(min-width:992px) {
    .goof {
        height: 30vh;
    }
    .wttls {
        font-size: 30px;
    }
    .w-110 {
        width: 100%;
    }
    .w-118 {
        width: 100%;
    }
    .cart-side {
        width: 100%;
    }
    .main-bg-image {
        background-image: url("https://liyara.lk/web/img/main-bg-image.png");
        background-repeat: repeat;
    }
    
    .desc_data_view_mobile_and_lg_device{
        font-size: 18px;
    }
}

.why-choose-liyara-image {
    background-image: url("https://liyara.lk/web/mobile/mobile_bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.lyp {
    font-size: 15px;
}

.offcanvas-backdrop {
    background-color: transparent;
}

.bg-herb {
    background-color: #EDEDED;
}

.counter {
    width: 150px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.counter1 {
    width: 150px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: start;
}

.bg-colour-change:hover {
    background-color: #0f0f0fd4;
    transition-duration: 2s;
    color: #ffffff;
}

.text-colour-change:hover {
    color: #ffffff;
    transition-duration: 2s;
}

.counter input {
    width: 50px;
    border: 0;
    line-height: 30px;
    font-size: 20px;
    text-align: center;
    background: #ffffff;
    color: #0f0f0f;
    appearance: none;
    outline: 0;
}

.counter span {
    display: block;
    font-size: 25px;
    padding: 0 10px;
    cursor: pointer;
    color: #0052cc;
    user-select: none;
}

.counter1 input {
    width: 50px;
    border: 0;
    line-height: 30px;
    font-size: 20px;
    text-align: center;
    background: #ffffff;
    color: #0f0f0f;
    appearance: none;
    outline: 0;
}

.counter1 span {
    display: block;
    font-size: 25px;
    padding: 0 10px;
    cursor: pointer;
    color: #0052cc;
    user-select: none;
}

#whatsapp-icon {
    position: fixed;
    bottom: 19px;
    right: 19px;
    width: 60px;
    
    /* Adjust the width and height as needed */
    height: 60px;
    background-image: url('https://liyara.lk/web/icon/2.png');
    border-radius: 100%;
    /* Replace with the actual path to your WhatsApp icon image */
    background-size: cover;
    z-index: 9999;
    /* Ensure it appears above other elements if necessary */
    cursor: pointer;
    /* Add a pointer cursor to indicate it's clickable */
}


.why_choose_liyara_img_css {
    background-image: url("https://liyara.lk/web/img/why_choose_liyara.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 38%;
}

.why_choose_liyara_icon_1 {
    background-image: url("https://liyara.lk/web/icon/why_choose_icon_(1).png");
}

.why_choose_liyara_icon_2 {
    background-image: url("https://liyara.lk/web/icon/why_choose_icon_(2).png");
}

.why_choose_liyara_icon_3 {
    background-image: url("https://liyara.lk/web/icon/why_choose_icon_(3).png");
}

::-webkit-scrollbar-horizontal {
    display: none;
}