.slider-image {
    display: block;
}

.slider-image-mobile {
    display: none;
}

@media screen and (max-width: 768px) {
    .slider-image {
        display: none;
    }

.slider-image-mobile {
        display: block;
    }   
}

.product-short-description ul {
    list-style: disc;
    margin-right: 1.2rem;
}

.product-features {
    list-style: disc;
    color: #ef4444;
    margin-right: 1.2rem;
    font-size: 12px;
    line-height: 2.2;
}

.product-contact-us {
    font-size: 18px;
    font-weight: bold;
    color: #059669;
    width: 100% !important;
    padding-top: 1rem;
}

.product-contact-us p {
    text-align: center;
}

.product-detail-description,
.site-description {
    margin-top: 1rem;
    line-height: 2.2;
    font-weight: normal;
    font-size: 14px;
    color: #333;
}

.product-detail-description h2,
.site-description h2 {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}

.product-detail-description h3,
.site-description h3 {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}

.product-detail-description h4,
.site-description h4 {
    font-size: 14px;
    font-weight: bold;
    color: #000;
    margin-top: 1rem;
    margin-bottom: 10px;
}

.product-detail-description ul,
.site-description ul {
    list-style-type: disc;
    margin-right: 1.2rem;
    margin-bottom: 1.8rem;
}

.product-detail-description p,
.site-description p {
    margin-bottom: 10px;
}

.product-detail-description img,
.site-description img {
    display: block;
    margin: 1rem auto;
    text-align: center;
}

.product-detail-description hr,
.site-description hr {
    margin: 1.5rem 0;
}

.site-description strong {
    font-weight: bold;
}

.site-description table {
    margin: 1rem 0;
}
.site-description table thead {
    background: #3b82f6;
    color: white;
}
.site-description table thead tr th {
    padding: 10px 0;
}
.site-description table tr td {
    border: 1px solid #e5e7eb;
    padding: 10px;
    font-size: 14px;
}

.contact-captcha {
    margin-top: 10px;
    display: flex;
    flex-direction: row;
}

.contact-captcha img {
    width: 120px;
    height: auto;
}

.contact-captcha input {
    border: none;
    outline: none;
    border: 1px solid #d1d1d1;
    border-radius: 10px;
    margin-right: 10px;
}

.contact-form-errors .success-box {
    color: green;
}

.contact-form-errors .error-box {
    color: red;
}

.line-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.contact-item {
    display: flex;
    flex-direction: row;
    font-size: 16px;
}
.contact-item a {
    display: inline-block;
    margin-right: 5px;
}

.user-section {
    display: flex;
}

.header-contact-info {
    display: none;
}

@media screen and (max-width: 768px) {
    #mobile-menu > li > a {
        display: flex;
        width: 100%;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    #mobile-menu > li > .submenu {
        display: none;
        width: 100%;
        padding: 0 20px;
        margin-top: 20px;
        background-color: #f6f6f6;
        border-radius: 10px;

    }

    #mobile-menu > li > .submenu > li > a {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        padding: 10px 0;
    }

    #mobile-menu > li > .submenu > li > .submenu {
        display: none;
        width: 100%;
        padding: 0 20px;
        margin-top: 10px;
        background-color: #e1e1e1;
        border-radius: 10px;
    }

    #mobile-menu > li > .submenu > li > .submenu > li > a {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        padding: 10px 0;
    }

    .user-section {
        display: none;
    }

    .header-contact-info {
        display: block;
    }

    .header-contact-info .header-contact {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

@media screen and (min-width: 768px) {
    #mobile-menu {
        margin: -20px 0;
    }

    #mobile-menu > li {
        position: relative;
        padding: 20px 0;
    }

    #mobile-menu > li > a {
        display: flex;
        flex-direction: row;
    }

    #mobile-menu > li > a > svg {
        display: inline-block;
        margin-right: 5px;
        margin-top: 2px;
    }

    #mobile-menu > li > ul.submenu {
        position: absolute;
        top: 55px;
        right: 10px;
        width: 270px;
        background: white;
        z-index: 100;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
        color: #333;
        padding: 10px;
        border-radius: 5px;
        display: none;
    }

    #mobile-menu > li:has(.submenu):hover > ul.submenu {
        display: block;
    }

    #mobile-menu > li > ul.submenu > li > a {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
        padding: 12px 10px;
        border-radius: 5px;
    }

    #mobile-menu > li > ul.submenu > li > a > svg {
        transform: rotate(90deg);
        position: relative;
        top: 1px;
    }

    #mobile-menu > li > ul.submenu > li > a:hover {
        background-color: #f28822;
        color: white;
        transition: all .2s;
    }

    #mobile-menu > li > ul.submenu > li {
        position: relative;
    }
    #mobile-menu > li > ul.submenu > li > ul.submenu {
        position: absolute;
        right: 100%;
        top: 0;
        width: 270px;
        background: white;
        z-index: 100;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
        color: #333;
        padding: 10px;
        border-radius: 5px;
        display: none;
    }

    #mobile-menu > li > ul.submenu > li:hover > ul.submenu {
        display: block;
    }

    #mobile-menu > li > ul.submenu > li > ul.submenu > li > a {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
        padding: 12px 10px;
        border-radius: 5px;
    }

    #mobile-menu > li > ul.submenu > li > ul.submenu > li > a:hover {
        background-color: #f28822;
        color: white;
        transition: all .2s;
    }
}

.d-block {
    display: block !important;
}

.d-none {
    display: none;
}

.home-info h1 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.home-info .alert {
    padding: 10px;
    border: 1px solid #60a5fa;
    border-radius: 5px;
    background-color: rgba(96, 165, 250, .2);
}

.home-info .alert-heading {
    font-weight: bold;
    padding: 1rem 0;
}

.home-info p {
    margin-top: 1rem;
    line-height: 2.2;
    font-size: 14px;
    font-weight: normal;
}
