﻿* {
    box-sizing: border-box
}

.toggle-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.language-toggle {
    position: relative;
    width: 60px;
    height: 30px;
    background-color: #fe9a04;
    border-radius: 50px;
    cursor: pointer;
    user-select: none;
    transition: background-color 0.3s ease;
    margin-bottom: 0;
}

    .language-toggle input {
        opacity: 0;
        width: 0;
        height: 0;
    }

    .language-toggle .slider {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 30px;
        height: 30px;
        background-color: white;
        border-radius: 50%;
        transition: 0.3s;
    }

    .language-toggle input:checked + .slider {
        transform: translateX(30px);
    }

    .language-toggle .labels {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding: 0 7px;
        font-weight: bold;
        color: #333;
        font-family: Arial, sans-serif;
    }
.skiptranslate {
    display: none !important;
}

a.form-btn-group:hover {
    color: #fff;
}

.mySlides {
    display: none
}

.mobilelogo {
    display: none;
}

.checkmobilesession img {
    height: 45px !important;
    width: 45px;
}

.tickets .ticket-status {
    font-size: 14px;
    float: right;
    padding: 1px 12px;
    border-radius: 5px;
    color: #fff;
}

.tickets .danger {
    background: red;
}

.tickets .success {
    background: green;
}

.order-details {
    display: flex;
}

.chat-list {
    max-height: 250px;
    padding: 0px 15px;
    padding-left: 0;
    height: 100%;
    overflow-y: auto;
}

.chat-item-left {
    width: 60%;
    margin-left: 40%;
}

.chat-item-right {
    width: 60%;
    margin-right: 40%;
}

.chat-item:hover .chat-media button {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.chat-item:last-child {
    border-bottom: none
}


.chat-info-group {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    background: #f5f6f7;
    border-radius: 5px;
}

.chat-info {
    margin-bottom: 13px
}

    .chat-info h6 {
        font-weight: 400;
        font-size: 15px;
    }

        .chat-info h6 a {
            color: var(--heading)
        }

    .chat-info p {
        font-size: 14px
    }



@media (max-width: 767.98px) {
    .chat-list {
        max-height: 350px;
    }

    .chat-item-left {
        width: 80%;
        margin-left: 20%;
    }

    .chat-item-right {
        width: 80%;
        margin-right: 20%;
    }

    .order-details {
        display: unset;
    }

    .front_video {
        margin-top: 20px;
    }

    .col-mbl {
        width: 50%;
    }

    .mobilelogo {
        display: block;
    }

    .desktoplogo {
        display: none;
    }
}

.mySlides img {
    vertical-align: middle;
    width: 100%;
    border-radius: 7px;
}
/* Slideshow container */
.slideshow-container {
    position: relative;
    margin: auto;
}

.product-view span {
    color: var(--sub-heading);
    font-size: 14px;
    margin-bottom: 15px;
}

.front_video {
    width: 100%;
    height: auto;
    border-radius: 7px;
}

.video-title {
    background: #9c9119;
    padding: 5px;
    border-radius: 5px 5px 5px 5px;
    text-align: center;
}

    .video-title a {
        color: #fff;
    }

.product-media img {
    width: 100%;
}

.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

.home-front {
    background: linear-gradient(90deg, #9e921e, #dbcdb1 50%, #fefefe);
    padding: 25px 0;
}

    .home-front .font-img img {
        border-radius: 7px;
    }

.serach-form {
    width: 100%;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #9e921f;
    box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, .10);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

    .serach-form input {
        width: 100%;
        height: 40px;
        font-size: 15px;
        padding-left: 15px;
    }

.home3_img_box_item {
    padding: 20px;
    position: relative;
    background: #fff;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.10);
}

.bdrs6 {
    border-radius: 5px;
}

.bdr1 {
    border: 1px solid #ebebeb;
}
.banner1 {
    display: none;
    text-align: center;
}

    .banner1 img {
        width: 100%;
        max-width: 800px;
        height: auto;
    }
