.product_image img {
    object-fit: cover;
    aspect-ratio: 1/1;

}

.product_image_details img {
    aspect-ratio: 1/1;
    object-fit: contain;
}

.vertical-line {
    border-left: 1px solid #000; /* Adjust the color and width as needed */
    height: auto; /* Adjust the height of the line */
}

.rounded-1 {
    border-radius: 0.25rem;
}

.rounded-2 {
    border-radius: 0.5rem;
}

.rounded-3 {
    border-radius: 0.75rem;
}

.rounded-4 {
    border-radius: 1rem;
}

.rounded-5 {
    border-radius: 1.25rem;
}

.rounded-bottom-border {
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
}

.step-progress {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 80%;
    margin: 0 auto;
}

.step-box {
    text-align: center;
}

.step-circle {
    width: 40px;
    height: 40px;
    border: 1px solid #ff0000;
    color: #000000;
    border-radius: 50%;
    font-size: 20px;
    line-height: 40px;
    margin: 0 auto 5px;
}

.step-text {
    font-size: 14px;
}

.progress {
    width: 80%;
    margin: 20px auto;
}


.progress-bar {
    background-color: #ff0000;
}

.my-progress-bar {
    background-color: #ff0000;
}

.filled {
    background-color: #ff0000;
    color: #fff;
}

/* Style for the button */
/* Style for the button container */
.floating-button {
    z-index: 1;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    padding-bottom: 20px;

}


.navigation-tabs {
    display: none;
}

@media (max-width: 780px) {
    body {
        padding-bottom: 5rem;
    }

    .woot-widget-bubble {
        bottom: 3.5rem !important;
    }

    #cookie-consent {
        bottom: 5rem !important;
    }

    .navigation-tabs {
        display: flex;
    }

    .navigation-tabs .tabbar {
        height: auto;
        width: 100vw;
        background: #fff;
        padding: 8px 0;
        z-index: 100000;
        position: fixed;
        bottom: 0;
        filter: drop-shadow(0px -2px 10px rgba(0, 0, 0, 0.1019607843));
    }

    .navigation-tabs .tabbar ul {
        display: flex;
        list-style: none;
        justify-content: space-between;
        padding: 0px;
    }

    .navigation-tabs .tabbar ul li {
        cursor: pointer;
        text-align: center;
        flex: 1 1 50px;
    }

    .navigation-tabs .tabbar ul li.active span::before {
        color: #BD7AE3;
    }

    .navigation-tabs .tabbar ul li .notification-count-responsive-badge {
        right: inherit;
        left: 17px;
        top: -3px;
        background: #e30c1c 0% 0% no-repeat padding-box;
    }
}

@media (max-width: 780px) and (min-width: 768px) {
    .navigation-tabs .tabbar ul li .notification-count-responsive-badge {
        left: 55px;
    }

}

@media (max-width: 780px) {
    .navigation-tabs .tabbar ul li img {
        height: 28px;
        width: 28px;
    }
    .owl-carousel img {
   object-fit: cover;
    width: 100%;
    aspect-ratio: 4/3;
}


    .navigation-tabs .tabbar ul li p {
        color: #484848;
        font-size: 1rem;
    }

    .navigation-tabs .tabbar ul li .color-torch-red-important {
        color: #e30b1c;
        font-family: "Kanit", sans-serif;
    }

    .navigation-tabs .tabbar ul li.active p {
        color: #e30b1c;
        font-family: "Kanit", sans-serif;
    }

    .navigation-tabs .tabbar ul li div.main {
        width: 55px;
        height: 55px;
        border-bottom-color: #E30B1C;
        /*border: 7px #FFFFFF;*/
        position: absolute;
        display: flex;
        justify-content: center;
        background-color: #E30B1C;
        border-radius: 100%;
        top: -10px;
        left: 50%;
        transform: translateX(-50%) rotate(45deg);
    }

    .navigation-tabs .tabbar ul li div.main img {
        height: 43px;
        width: 38px;
        position: absolute;
        bottom: 5px;
        z-index: 9;
        left: 50%;
        transform: translateX(-50%) rotate(45deg);
    }

    .navigation-tabs .tabbar ul li .add_add_paragrapgh {
        margin-top: 28px;
        text-align: center;
        color: #484848 !important;
        font-family: unset !important;
    }

    .navigation-tabs .tabbar ul li span::before {
        font-size: 27px;
        color: rgba(128, 128, 128, 0.726);
    }
}

.img-ratio-3-4 {
    aspect-ratio: 4/4;
    object-fit: cover;
}

.border-red {
    border: 1px solid #ff0000;
    /*border-radius: 20px;*/
}

/*.custom-card {*/
/*    height: 400px; !* Adjust the height as needed *!*/
/*}*/

/*.card-img-top {*/
/*    max-height: 200px; !* Maximum height for the top image *!*/
/*    object-fit: cover;*/
/*}*/

.card-title {
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 48px; /* Adjust this value according to your design */
}
.separator {
    border-right: 1px solid #ccc; /* Adjust the style and color as needed */

}
    /* Custom CSS for the drop box */
    .drop-box {
      border: 2px dashed #ccc;
      padding: 20px;
      text-align: center;
      cursor: pointer;
    }

    .drop-box input {
      display: none;
    }

    /* Style for the selected file name */
    .file-name {
      margin-top: 10px;
      font-weight: bold;
    }

    /* Style for the image preview */
    .image-preview {
      max-width: 100%;
        display: none;
    }

    /* Style for the remove button */
    .remove-button {
      margin-top: 10px;
      cursor: pointer;
      display: none;
    }


/*.owl-carousel {*/
/*    height: 300px; !* Set your desired height *!*/
/*}*/

/*.owl-carousel {*/
/*    height: 300px; !* Set your desired height *!*/
/*}*/
.owl-carousel {
    position: relative;
    height: auto !important; /* Set your desired height */
}

.owl-dots {
    text-align: center;
    margin-top: 20px; /* Adjust as needed */
}


.owl-dot {
    display: inline-block;
    width: 10px; /* Adjust the size of the dots */
    height: 10px;
    margin: 0 5px; /* Adjust the spacing between the dots */
    background-color: #000 !important; /* Dot color in black */
    border-radius: 50%; /* Make the dots circular */
    cursor: pointer;
}

.owl-dot.active {
    background-color: #e30b1c; /* Active dot color in black */
}

.owl-prev, .owl-next {
    background-color: #000; /* Change the button background color to black */
    color: #fff; /* Change the button text color to white */
    padding: 5px 10px; /* Adjust padding as needed */
    position: fixed !important;
    font-size: 24px !important;
}

.owl-prev {
    left: 10px; /* Position the previous button on the left */
}

.owl-next {
    right: 10px; /* Position the next button on the right */
}

.owl-prev:hover, .owl-next:hover {
    background-color: #333; /* Button background color on hover */
}














