.lot-view.full .licitation-history .show-all a{
    color: var(--primary-color);
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}

.lot-view.full .licitation-history-container{
    max-height: 170px;
    overflow: hidden;
    margin: 0 0 20px;
    transition: .3s max-height ease;
}

.lot-view.full .licitation-history-container.all-visible{
    max-height: 800px;
}

.lot-view.full .licitation-history-table{
    font-size: 14px;
    color: #888888;
    line-height: 25px;
    letter-spacing: 0;
}

.lot-view.full .images ul{
    overflow: hidden;
    position: relative;
}

.lot-view.full .images ul .thumbnails-controllers{
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    display: table;
    width: 87%;
    background-color: white;
    text-align: center;
}

.lot-view.full .images ul .thumbnails-controllers .thumbnails-controller{
    display: inline-block;
    vertical-align: middle;
    padding: 0 0px;
    color: #B99B78;
    font-size: 30px;
    cursor: pointer;
}

.lot-view.full .images ul .thumbnails-controllers .thumbnails-controller[data-direction=down]{
    transform: rotate(90deg);
}

.lot-view.full .images ul .thumbnails-controllers .thumbnails-controller[data-direction=up]{
    transform: rotate(-90deg);
}

.lot-view.full .images ul li{
    position: relative;
    top: 0;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.customer-area-my-items table tr th a.sorter-dir{
    position: relative;
}

.customer-area-my-items table tr th a.sorter-dir{
    padding-left: 10px;
}

.customer-area-my-items table tr th a.sorter-dir::before,
.customer-area-my-items table tr th a.sorter-dir::after{
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 4.5px 4px 4.5px;
    border-color: transparent transparent #888888 transparent;
}

.customer-area-my-items table tr th a.sorter-dir::before{
    left: 0;
    top: 1px;
    transform: rotate(0deg);
}

.customer-area-my-items table tr th a.sorter-dir::after{
    left: 0;
    top: 9px;
    transform: rotate(-180deg);
}

.custom-drop-fileupload .dz-preview{
    display: none!important;
}

.custom-drop-fileupload .dz-default.dz-message{
    display: none!important;
    opacity: 1!important;
}

.customer-area .custom-drop-fileupload{position: relative; max-width: 620px; height: 100px; border: 1px dashed #D0D0D0!important; cursor: pointer!important;}
.customer-area .custom-drop-fileupload > span{ position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);	text-align: center; pointer-events: none;}
.customer-area .custom-drop-fileupload > span span{font-family: 'Barlow', sans-serif; 	font-size: 12px; display: block; cursor: pointer;}
.customer-area .custom-drop-fileupload > span span:first-child{font-weight: 500; color: #000000;}
.customer-area .custom-drop-fileupload > span span:last-child{ font-weight: 400; color: #888888;}

.flash-messages{
    max-width: 1600px;
    margin: 0 auto;
    padding: 60px 20px 26px;
    box-sizing: border-box;
    color: #fff;
}

.edit-personal-lot-top-message{
    margin-bottom: 15px;
}

.edit-personal-lot-top-message p{
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
    font-size: 12px;
    color: #000000;
    margin-bottom: 0;
    text-transform: uppercase;
    line-height: 1.5;
}

.reproved-reason{
    margin-top: 20px;
    padding: 10px 15px;
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #24272A;
    background-color: rgba(255, 0, 0, 0.15);
}

.reproved-reason p{
    text-transform: unset!important;
}


.reproved-reason p,
.reproved-reason p span{
    font-family: 'Barlow', sans-serif!important;
    font-weight: 400!important;
    font-size: 12px!important;
    color: #24272A!important;
}

.personal-lots-pagination{
    display: table;
    width: 100%;
    margin-top: 10px;
    font-size: 0;
    list-style: none;
}

.personal-lots-pagination li{
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    padding: 0 5px;
    position: relative;
}

.personal-lots-pagination li a{
    font-family: 'Barlow', sans-serif;
    font-size: 14px;
    text-decoration: none!important;
}

.personal-lots-pagination li.active::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: black;
    height: 1px;
    width: 100%;
}

.personal-lots-pagination li:not(.active) a{
    font-weight: 400;
    color: #888888;
}

.personal-lots-pagination li.active a{
    font-weight: 600;
    color: #000000;
}

.reproved-reason p span{
    background-color: transparent!important;
}

.whatsapp.contact-link{
    position: fixed;
    bottom: 30px;
    right: 20px;
    z-index: 99999;
}

.whatsapp.contact-link img{
    width: 54px;
}

@media only screen and (max-width: 766px){
    .lot-view.full .images ul .thumbnails-controllers{
        bottom: 0px;
    }

    .lot-view.full .images ul .thumbnails-controllers .thumbnails-controller{
        font-size: 20px;
    }   

    .lot-view.full .images ul{
        padding: 0;
    }

    .lot-view.full .images ul li{
        margin-bottom: 3px;
    }
}
