﻿.promotion-carousel {
    position: relative;
}

    .promotion-carousel .item-promotion img {
        height: auto;
        min-height: 200px;
        object-fit: cover;
        width: 100%;
    }

    .promotion-carousel .owl-nav {
        align-items: center;
        display: flex;
        justify-content: space-between;
        margin: 0 -20px;
        position: absolute;
        transform: translate(0, -50%);
        top: 50%;
        width: calc(100% + 40px);
        z-index: 99999;
    }

        .promotion-carousel .owl-nav button {
            align-items: center;
            display: flex;
            height: 40px;
            justify-content: center;
            width: 40px;
            background: #ffffff !important;
            border-radius: 50% !important;
            color: #A1141C !important;
            font-size: 18px !important;
        }

            .promotion-carousel .owl-nav button:hover {
                background: #bfbfbf !important;
                -webkit-transition: ttime ease-in-out;
                -moz-transition: 0.36s ease-in-out;
                -o-transition: 0.36s ease-in-out;
                transition: 0.36s ease-in-out;
            }

            .Promo-DetailWrapper{
                justify-content: center;
            }
            
            .promotion-carousel .owl-item {
                background: #222b32;
                transition: all 0.3s;
                border-radius: 10px;
            }
            .promotion-carousel .owl-item:hover {
                opacity: 0.85;
            }