#banner-2 h4, #banner-2 h5, #banner-2 h6{
    margin: 0 !important;
}

#banner-2 h4{
    margin-top: 3% !important;
    font-size: 25px;
    color: #000000;
    line-height: 1.1em;
    font-weight: 600;
}

#banner-2 h5{
    font-size: 15px;
    color: #c62020;
    font-weight: bold;
}

#banner-2 h6{
    font-size: 14px;
}

#mod{
    font-size: 12px;
    margin-top: 4% !important;
    text-decoration: underline;
    font-weight: bold;
}

#mod:hover{
    cursor: pointer;
}

.custom-banner-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 250px;
    width: 100%;
    margin: 0;
    padding: 0;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
    .custom-banner-image {
        height: 30vh !important;
    }

    .banner2 {
        padding: 40px 0;
    }
    #banner-2 h2 {
        font-size: 24px;
    }
    #banner-2 h6 {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .custom-banner-image {
        height: 10vh !important;
    }
    .banner2 {
        padding: 30px 0;
    }
    #banner-2 h2 {
        font-size: 20px;
    }
    #banner-2 h6 {
        font-size: 14px;
    }
}

#no-margin{
    margin: 0 !important;
    padding: 0 !important;
}

.slideshow-container {
    min-height: 300px !important;
}

/* For tablets and larger screens (desktops) */
@media screen and (min-width: 600px) {
    .slideshow-container {
        min-height: 100vh !important;
    }
}

/*.uk-slideshow-items {*/
/*    min-height: 300px !important;*/
/*    max-height: 600px !important;*/
/*}*/

/*.uk-slideshow-items img {*/
/*    width: 100%;*/
/*    height: auto;*/
/*    object-fit: contain;*/
/*    object-position: center center;*/
/*}*/

.tasleeh-btn {
    text-decoration: none !important;
    display: inline-block;
    height: 50px;
    color: #ffffff;
    border: none;
    border-radius: 0;
    padding: 0 40px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 50px;
    background-color: #c62020;
    letter-spacing: 1.5px;
    font-weight: 600;
    transition: transform 0.3s ease;
}

.tasleeh-btn:hover, .tasleeh-btn:focus {
    color: black !important;
    background-color: white;
    border: 1px solid black;
    transform: scale(1.04);
}

@media (max-width: 959px) {
    .uk-navbar-dropdown {
        width: 100% !important;
    }
}
#brand img {
    max-width: 120px;
    max-height: 70px;  
}

#essenceCartBtn img, #login_button img{
    max-width: 20px;
}

#header_area .cart-area a {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
    display: block;
    text-align: center;
    height: 100%;
    line-height: 80px;
}

#header_area .cart-area a img {
    max-width: 20px;
}

#header_area .cart-area a span {
    font-family: "Ubuntu", sans-serif;
    font-size: 18px;
    color: #c62020;
    font-weight: 700;
    position: absolute;
    top: -10px;
}

.product-card{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

#products_section .uk-card-body {
    flex: 1 0 auto !important;
}

#products_section .uk-card-footer {
    flex-shrink: 0 !important;
}

.product-card h4, h5{
    margin: 2% !important;
    padding: 0 !important;
}

.uk-card-media-top img{
    max-height: 270px !important;
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.contact-info{
    padding: 15%;
    text-align:left !important
}

#back-to-top{
    display: none;
    position: fixed;
    color: white;
    cursor: pointer;
    bottom: 20px;
    right: 30px;
    border: none;
    outline: none;
    background: #c62020;
    padding: 15px 10px;
}

.bg-danger{
    background: #c62020;
    color: white;
    border: none;
    cursor: pointer;
}

.cart-card{
    border: none;
    transition: transform 0.3s ease;
}

.cart-card:hover{
    background-color: #fc5200;
    color: white;
    cursor: pointer;
    transform: scale(1.01);
}

.my-auto{
    margin-top: auto;
    margin-bottom: auto;
}

.d-none{
    display: none;
}

/*#front_result, #back_result { */
/*    width: 250px;*/
/*    height: 190px;*/
/*    border:1px solid;*/
/*    background:#ccc;*/
/*}*/

/* added 817 2024 */

#front_result img, #back_result img {
    max-width: 100%;
    height: auto;
}

#front_result, #back_result {
    margin-top: 10px;
    width: 100%;
}

@media (max-width: 768px) {
    .uk-margin-small {
        flex-direction: column;
    }
    
    #front_result, #back_result {
        width: 100%;
        margin-bottom: 15px;
    }
}

/* End */

/* CHECKOUT CSS */

.divider {
    margin-bottom: 0;
    font-size: 12px;
    text-transform: uppercase;
    padding: 15px 0;
    border-bottom: 2px solid gray;
    font-weight: 400;
}

.no-margin{
    margin: 0 !important;
    padding: 0 !important;
}

.gap{
    gap: 10px;
}

.checkout-container {
    max-height: 100vh;
    overflow-y: auto;
    padding: 1rem;
}

/* END */

@media only screen and (max-width: 767px) {
    #header_area .cart-area a {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
        flex: 0 0 50px;
        width: 40px;
        line-height: 75px;
    }

    #header_area .cart-area a span {
        font-size: 14px;
    }

    .contact-info{
        text-align:left !important
    }

    #brand img {
        max-width: 80px;
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #brand img {
        max-width: 90px;
    } 
}