.lot-view.full .licitation-history .show-all a{
    letter-spacing: 1.4px;
    color: #B99B78;
    font-size: 14px;
    text-transform: uppercase;
}

.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;
}

.vat-api-error{
    display: block;
    color: #C00;
    font-weight: normal;
    font-size: 12px;
}

.form-builder-form .privacy-checkbox{
    padding-left: 0;
}

.form-builder-form h3{
    margin-bottom: 10px!important;
}

.form-builder-form .line{
    margin-bottom: 20px;
}

.form-builder-form .line .field{
    padding-left: 0!important;
    padding-right: 0!important;
}


/** COLUNAS CONSTRUTOR DE FORMULÁRIOS **/
.form-builder-form .fields-group{
    margin-left: -10px;
    margin-right: -10px;
    box-sizing: border-box;
}

.form-builder-form .fields-group .col{
    box-sizing: border-box;
    display: inline-block!important;
    padding-right: 10px;
    padding-left: 10px;
}

.no-border-top{
    border-top: 0!important;
}

.navigation-customer .customer-cart {
    position: relative;
}

.navigation-customer .customer-cart .count{
    position: absolute;
    top: 0;
    right: 0;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 1px solid white;
    font-size: 14px;
    line-height: 15px;
    color: black;
    background: white;
    text-align: center;
}

.navigation-customer .customer-cart img{
    vertical-align: middle;
    position: relative;
    top: -3px;
}

#cart-items-table tr td img{
    vertical-align: middle;
}

.cart-qty{
    height: 30px;
    width: 30px;
    border: 1px solid var(--secondary-color);
    text-align: center;
}

.cart-view #cart-container h2{
    font-weight: 500;
    letter-spacing: 0.9px;
    font-size: 18px;
    margin-bottom: 20px;
    color: #000;
    text-transform: uppercase;
    font-family: var(--primary-font-family);
    line-height: 22px;
    padding-top: 40px;
}

/* HTML MESSAGE */
#cart-message{ background: #e9e9e9; border-radius: 5px; padding: 10px; position: fixed; z-index: 9999; max-width: 300px; bottom: 300px; right: 10px;}

#cart-message .title { border-bottom: 1px solid #666; margin-bottom: 10px; display: block; font-size: 15px; font-weight: bold; }
#cart-message.error { background: #ffe0e0; }
#cart-message.success { background: #defde1; }
#cart-message.warning { background: #ffebd9; }
#cart-message #cart-message-text-container { display: block; font-size: 15px; margin-bottom: 10px; }
#cart-message #cart-message-text-container { text-align: center; }

.cart-submit-button{
    margin-top: 20px;
    text-align: right;
}

.auction-catalog-buttons button{
    margin: 0;
    margin-left: 10px;
}

.order-addresses-list{
    display: table;
    width: 100%;
    font-size: 0;
}

.order-addresses-list .order-addresses-list-item{
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
}

.order-addresses-list .order-addresses-list-item .order-addresses-list-item-inner{
    padding: 15px;
    background-color: var(--background-color);
    font-size: 14px;
}

.order-adresses-list-item-button-container{
    margin-top: 15px;
    text-align: right;
}

.order-adresses-list-item-button-container button{
    margin-bottom: 0;
    padding: 5px;
    font-size: 12;
}

.cms-page-view.cms-page-contactos .container-wrapper .block-container.cols-1 > .block-container-col{
    display: table;
    width: 100%;
    font-size: 0;
    max-width: 1600px;
    margin: 0 auto;
    box-sizing: border-box;
}

.cms-page-view.cms-page-contactos .container-wrapper .block-container.cols-1 > .block-container-col > div:nth-child(2){
    text-align: center;
}

.cms-page-view.cms-page-contactos .container-wrapper .block-container.cols-1 > .block-container-col > div:nth-child(1) .privacy-checkbox{
    font-size: 12px;
    color: var(--primary-color);
}

.cms-page-view.cms-page-contactos .container-wrapper .block-container.cols-1 > .block-container-col > div:nth-child(1) .privacy-checkbox a{
    font-size: 12px;
    color: var(--primary-color);
}

.cms-page-view.cms-page-contactos .container-wrapper .block-container.cols-1 > .block-container-col > div:nth-child(1) form{
    max-width: 550px;
}

.cms-page-view.cms-page-contactos .container-wrapper .block-container.cols-1 > .block-container-col > div:nth-child(1) form h3{
    font-family: var(--secondary-font-family);
    font-size: 26px;
    margin-bottom: 40px;
    font-weight: normal;
    padding: 0;
    margin-bottom: 30px!important;
    text-transform: unset;
    color: var(--primary-color);
    font-weight: 600;
}

.cart-page-empty-message{
    text-align: center;
}

div.pager ul{
    display: table;
    width: 100%;
    font-size: 0;
}

div.pager ul li{
    display: inline-block;
    width: unset!important;
    color: black;
    font-size: 16px;
    margin: 5px!important;
    padding: 0!important;
    box-sizing: border-box!important;
    vertical-align: top!important;
}

div.pager ul li span{
    font-weight: 600;
    background-color: var(--secondary-color)!important;
    border: 1px solid var(--secondary-color)!important;
    color: white;
}

.vat-field .error-message.validate-error{
    display: none;
}

@media only screen and (min-width: 1367px){
    .form-builder-form .col-tablet-1,
    .form-builder-form .col-tablet-2,
    .form-builder-form .col-tablet-3,
    .form-builder-form .col-tablet-4,
    .form-builder-form .col-tablet-5,
    .form-builder-form .col-tablet-6,
    .form-builder-form .col-tablet-7,
    .form-builder-form .col-tablet-8,
    .form-builder-form .col-tablet-9,
    .form-builder-form .col-tablet-10,
    .form-builder-form .col-tablet-11,
    .form-builder-form .col-tablet-12,
    .form-builder-form .col-mobile-1,
    .form-builder-form .col-mobile-2,
    .form-builder-form .col-mobile-3,
    .form-builder-form .col-mobile-4,
    .form-builder-form .col-mobile-5,
    .form-builder-form .col-mobile-6,
    .form-builder-form .col-mobile-7,
    .form-builder-form .col-mobile-8,
    .form-builder-form .col-mobile-9,
    .form-builder-form .col-mobile-10,
    .form-builder-form .col-mobile-11,
    .form-builder-form .col-mobile-12{
        width: unset;
    }

    .form-builder-form .col-desktop-1{
        width: 8.33333333%;
    }

    .form-builder-form .col-desktop-2{
        width: 16.66666667%;
    }

    .form-builder-form .col-desktop-3{
        width: 25%;
    }

    .form-builder-form .col-desktop-4{
        width: 33.33333333%;
    }

    .form-builder-form .col-desktop-5{
        width: 41.66666667%;
    }

    .form-builder-form .col-desktop-6{
        width: 50%;
    }

    .form-builder-form .col-desktop-7{
        width: 58.33333333%;
    }

    .form-builder-form .col-desktop-8{
        width: 66.66666667%;
    }

    .form-builder-form .col-desktop-9{
        width: 75%;
    }

    .form-builder-form .col-desktop-10{
        width: 83.33333333%;
    }

    .form-builder-form .col-desktop-11{
        width: 91.66666667%;
    }

    .form-builder-form .col-desktop-12{
        width: 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1366px){
    .form-builder-form .col-desktop-1,
    .form-builder-form .col-desktop-2,
    .form-builder-form .col-desktop-3,
    .form-builder-form .col-desktop-4,
    .form-builder-form .col-desktop-5,
    .form-builder-form .col-desktop-6,
    .form-builder-form .col-desktop-7,
    .form-builder-form .col-desktop-8,
    .form-builder-form .col-desktop-9,
    .form-builder-form .col-desktop-10,
    .form-builder-form .col-desktop-11,
    .form-builder-form .col-desktop-12,
    .form-builder-form .col-mobile-1,
    .form-builder-form .col-mobile-2,
    .form-builder-form .col-mobile-3,
    .form-builder-form .col-mobile-4,
    .form-builder-form .col-mobile-5,
    .form-builder-form .col-mobile-6,
    .form-builder-form .col-mobile-7,
    .form-builder-form .col-mobile-8,
    .form-builder-form .col-mobile-9,
    .form-builder-form .col-mobile-10,
    .form-builder-form .col-mobile-11,
    .form-builder-form .col-mobile-12{
        width: unset;
    }

    .form-builder-form .col-tablet-1{
        width: 8.33333333%;
    }


    .form-builder-form .col-tablet-2{
        width: 16.66666667%;
    }

    .form-builder-form .col-tablet-3{
        width: 25%;
    }

    .form-builder-form .col-tablet-4{
        width: 33.33333333%;
    }

    .form-builder-form .col-tablet-5{
        width: 41.66666667%;
    }

    .form-builder-form .col-tablet-6{
        width: 50%;
    }

    .form-builder-form .col-tablet-7{
        width: 58.33333333%;
    }

    .form-builder-form .col-tablet-8{
        width: 66.66666667%;
    }

    .form-builder-form .col-tablet-9{
        width: 75%;
    }

    .form-builder-form .col-tablet-10{
        width: 83.33333333%;
    }

    .form-builder-form .col-tablet-11{
        width: 91.66666667%;
    }

    .form-builder-form .col-tablet-12{
        width: 100%;
    }
}

@media only screen and (max-width: 1000px){
    .cms-page-view.cms-page-contactos .container-wrapper .block-container.cols-1 > .block-container-col > div:nth-child(1),
    .cms-page-view.cms-page-contactos .container-wrapper .block-container.cols-1 > .block-container-col > div:nth-child(1) form{
        display: block!important;
        width: 100%;
        max-width: 100%;
    }

    .cms-page-view.cms-page-contactos .container-wrapper .block-container.cols-1 > .block-container-col > div:nth-child(2){
        display: none!important;
    }
}

@media only screen and (min-width: 0px) and (max-width: 767px){
    .form-builder-form .col-desktop-1,
    .form-builder-form .col-desktop-2,
    .form-builder-form .col-desktop-3,
    .form-builder-form .col-desktop-4,
    .form-builder-form .col-desktop-5,
    .form-builder-form .col-desktop-6,
    .form-builder-form .col-desktop-7,
    .form-builder-form .col-desktop-8,
    .form-builder-form .col-desktop-9,
    .form-builder-form .col-desktop-10,
    .form-builder-form .col-desktop-11,
    .form-builder-form .col-desktop-12,
    .form-builder-form .col-tablet-1,
    .form-builder-form .col-tablet-2,
    .form-builder-form .col-tablet-3,
    .form-builder-form .col-tablet-4,
    .form-builder-form .col-tablet-5,
    .form-builder-form .col-tablet-6,
    .form-builder-form .col-tablet-7,
    .form-builder-form .col-tablet-8,
    .form-builder-form .col-tablet-9,
    .form-builder-form .col-tablet-10,
    .form-builder-form .col-tablet-11,
    .form-builder-form .col-tablet-12{
        width: unset;
    }

    .form-builder-form .col-mobile-1{
        width: 8.33333333%;
    }

    .form-builder-form .col-mobile-2{
        width: 16.66666667%;
    }

    .form-builder-form .col-mobile-3{
        width: 25%;
    }

    .form-builder-form .col-mobile-4{
        width: 33.33333333%;
    }

    .form-builder-form .col-mobile-5{
        width: 41.66666667%;
    }

    .form-builder-form .col-mobile-6{
        width: 50%;
    }

    .form-builder-form .col-mobile-7{
        width: 58.33333333%;
    }

    .form-builder-form .col-mobile-8{
        width: 66.66666667%;
    }

    .form-builder-form .col-mobile-9{
        width: 75%;
    }

    .form-builder-form .col-mobile-10{
        width: 83.33333333%;
    }

    .form-builder-form .col-mobile-11{
        width: 91.66666667%;
    }

    .form-builder-form .col-mobile-12{
        width: 100%;
    }
}
/** COLUNAS CONSTRUTOR DE FORMULÁRIOS FIM **/

@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;
    }
}
