.nav-tabs {
    border-bottom: none;
}
.nav-link {
    font-weight: 500;
    color: #00000055;
    padding: 8px;
    margin-right: 25px;
    margin-left: 20px;
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link.active{
    color: #000;
    font-weight: 500;
    border-color: white;
    border-bottom: 2px solid #A56D5A;
}
.nav-item{
    position: relative;
}
.nav-item::after{
    content: "";
    position: absolute;
    top: 8px;
    bottom: 8px;
    width: 2px;
    right: 0;
    background-color: #00000060;
}
.nav-item:last-child::after{
    width: 0;
}
.dropdown select{
    border: none;
    border-bottom: 2px solid #0007;
    width: 160px;
}
option:hover { 
    background: #000 !important;
}
.border-right{
    border-right: 3px solid #A56D5A;
    padding-left: 0;
}
.prod_details{
    padding-left: 10px;
}
.prod_title{
    font-size: 16px;
    font-weight: 300;
}
.ctaBtn{
    padding: 0 10px;
}
.brown::before, .brown::after{
    background: #A56D5A;
    width: 2px;
    height: 80%;
    top: 4px;
}
.brown:hover{
    color: #fff;
}
.file svg{
    background-color: #fff;
}
.prodWrapper:hover{
    box-shadow: .5rem .5rem 1rem rgba(0,0,0,.15);
    -moz-box-shadow: .5rem .5rem 1rem rgba(0,0,0,.15);
    -webkit-box-shadow: .5rem .5rem 1rem rgba(0,0,0,.15);
}
.prod_details i{
    font-size: 28px;
}
.prodWrapper .img-fluid{
    height: 100%;
}
.ContDropsTop{
    bottom: 93%;
    left: 90%;
    z-index: 1;
    pointer-events: none;
}
@media (max-width: 576px){
    .dropdown_wrapper{
        margin-top: 1rem;
    }
    .prodWrapper{
        margin-right: 1rem;
    }
}
.dropdown_wrapper{
        position: absolute;
        top: 8px;
        padding: 0;
        right: 0px;
        /* flex-direction: row-reverse;
        width: auto; */
    }

@media (max-width: 992px) {
    .prod_details h2{
        font-size: 14px;
        font-weight: 300;
    }
    .prod_details .align-items-center{
        font-size: 11px;
    }
    .prod_title{
        padding-top: 10px;
    }
    .dropdown_wrapper{
        position: static;
        margin-top: 1rem;
    }
    .ContDropsTop{
        display: none !important;
    }
}
