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

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



.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,
.cms-page-view.cms-page-contacts .container-wrapper .block-container.cols-1 {
    display: table;
    width: 100%;
    font-size: 0;
    max-width: 1600px;
    margin: 0 auto;
    box-sizing: border-box;
}

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

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

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

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

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

.lot-list .lot-content .lot-status .value.licitation,
.lot-list .lot-content .lot-status .lot-value-info {
    display: inline-block;
    width: 50%;
    vertical-align: middle;
}

.lot-list.grid .value.licitation span.text {
    font-size: 14px;
    line-height: 40px;
    letter-spacing: 0.7px;
    /* color: #414042; */
    text-transform: lowercase;
}

.lot-view-page .lot-value-info .value {
    display: inline-block;
    width: calc(33% - 8px);
    vertical-align: top;
    margin-right: 12px;
    font-size: 14px;
    margin-bottom: 10px;
}

.lot-view-page .lot-value-info .value {
    display: inline-block;
    width: calc(33% - 8px);
    vertical-align: top;
    margin-right: 12px;
    font-size: 14px;
    margin-bottom: 10px;
}

.no-shipping-methods-text {
    margin-top: 10px;
    font-size: 16px;
    line-height: 25px;
    font-weight: normal;
    text-align: center;
}

.informative-text {
    font-size: 12px;
}

.share_button_phone {
    display: inline-block !important;
    background-color: rgb(0, 0, 0);
    border-radius: 50% !important;
    height: 25px;
    width: 25px;
    background-image: url(../images/phone-call.png);
    background-repeat: no-repeat;
    background-size: 15px 15px;
    background-position: center;
}

@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 .container-wrapper .block-container.cols-1>.block-container-col .block-contacts>div:nth-child(1),
    .cms-page-view .container-wrapper .block-container.cols-1>.block-container-col .block-contacts>div:nth-child(1) form {
        display: block !important;
        width: 100%;
        max-width: 100%;
    }

    .cms-page-view .container-wrapper .block-container.cols-1>.block-container-col .block-contacts>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%;
    }

    .dev-mode-notice {
        width: 100%;
    }

    .header {
        position: relative;
    }

    .header .navigation-container,
    .header .header-inner-container {
        width: 50% !important;
    }


    .header .logo img {
        max-width: 100px;
    }

    .header .navigation-customer>ul>li,
    .header .navigation-customer .customer-button {
        margin: 0 2px;
    }

    .header .navigation-customer .customer-button {
        padding: 5px 2px 5px;
    }

    .header .search .search-button {
        font-size: 25px;
    }

    .header .navigation-customer>ul>li {
        font-size: 20px;
    }
}

/** 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;
    }

}






/* CALENDAR */
.calendar-sidebar {
    max-width: 100%;
    display: block;
    padding-top: 0;
    background: #fff;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 20px;
    position: relative;
    padding: 14px 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    box-sizing: border-box;

}

.calendar-sidebar span.title {
    padding: 7px 0 13px 0;
    text-align: center;
    color: var(--secondary-color);
    font-size: 17px;
    font-weight: 500;
    display: flex;
    color: #B97A1C;
    font-family: var(--secondary-font-family) !important;
    justify-content: center;
    margin-bottom: 10px;
}

.calendar-sidebar tbody {
    font-size: 14px;
    color: #000;
    line-height: 20px;
    text-align: center;
}

.calendar-sidebar .header {
    height: auto;
    text-align: center;
    z-index: 9 !important;
}

.calendar-sidebar tbody .day>.auction-links-container+span {
    position: relative;
    z-index: 9;
    color: white;
    cursor: pointer;
}

.calendar-sidebar tbody .calendar-day-number {
    pointer-events: none;
}

.calendar-sidebar tbody .day a {
    background: var(--button1-background) !important;
    color: #fff;
    text-decoration: none;
    line-height: 0;
    display: block;
    max-width: 25px;
    font-size: 0;
    font-family: 'Barlow', sans-serif;
    margin: 0 auto;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
}

.calendar-sidebar tbody tr {
    /* height: 35px; */
}

.calendar-sidebar tbody tr td {
    padding: 15px 0;
    vertical-align: top;
}

.calendar-sidebar tbody tr td .auction-links-container a {
    background: white !important;
    color: var(--button1-background) !important;
}


.calendar td.weekend {
    color: #BCBCBC !important;
}

.calendar-sidebar>p {
    font-size: 12px;
    padding: 0 0 0 16px;
}

.calendar-sidebar tbody tr td {
    padding: 5px 0;
    vertical-align: top;
    font-size: 14px !important;
    position: relative;
    color: #414042 !important;
}

.calendar-sidebar .header {
    padding: 2px 5px;
    font-size: 14px !important;

    border-bottom: 2px solid #ededed;
    background-color: transparent;
    color: #414042 !important;

    font-family: var(--primary-font-family);
}

.calendar-sidebar .calendar-navigation {
    position: absolute;
    font-size: 17px;
    top: 20px;
    right: 25px;
}

.calendar-sidebar .calendar .header {
    width: 25px;
}

.calendar-sidebar .calendar-navigation a {
    text-decoration: none;
    font-weight: normal;
    font-size: 18px;
    /* padding-left: 8px; */
    color: var(--button1-background) !important;
}

.auction-links-container {
    position: absolute;
    top: 25px;
    min-width: 300px;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0px 3px 6px #00000029;
    background-color: white;
    text-align: left;
    z-index: 999999999;
}

@media only screen and (max-width: 767px) {
    .auction-links-container {
        right: 0;
        min-width: 204px !important;
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
}

.auction-links-container a {
    text-decoration: underline !important;
    display: block !important;
    width: 100% !important;
    height: unset !important;
    position: unset !important;
    transform: unset !important;
    max-width: unset !important;
    font-size: 10px !important;
    background-color: transparent !important;
    color: var(--secondary-color) !important;
    line-height: unset !important;
    text-transform: capitalize !important;
}

.auction-links-container a:not(:last-child) {
    margin-bottom: 5px !important;
}

.calendar-sidebar tbody tr td:not(:hover) .auction-links-container {
    display: none;
}

.auctions-calendar-list {
    display: inline-block;
    width: calc(100% - 301px);
    padding-left: 80px;
    box-sizing: border-box;
}

.auctions-calendar-list .auction-grid li {
    width: calc(33% - 25px);
    margin-right: 40px;
}

.auctions-calendar-list .auction-grid li:nth-child(4n) {
    margin-right: 40px;
}

.auctions-calendar-list .auction-grid li:nth-child(3n) {
    margin-right: 0;
}

.calendar-sidebar tbody tr td {
    position: relative;
}

.calendar-sidebar tbody tr td:not(:hover) .auction-links-container {
    display: none;
}

/* HOMEPAGE - Leiloes Tipo Block */
.kind-card {
    list-style: none;
}

.kind-card .kind-title {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
}

.kind-card a {
    position: relative;
    height: 159px;
    text-align: center;
    overflow: hidden;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
    display: block !important;
    border-radius: 9px;
}

.kind-card:hover {
    transform: scale(1.02);
    transition: all 0.3s ease-in-out;
}

.kind-cards-slider-wrapper .kind-card {
    padding: 0 10px;
    /* espaço lateral entre os itens */
    box-sizing: border-box;
}

/* .auctions-slider-container .kind-cards-slider-wrapper.slick-slider {
  padding: 0;
  box-sizing: border-box;
} */
.kind-card .kind-title h3 {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    line-height: 44px;
    margin-bottom: 1px;
}



/* HOMEPAGE - Leiloes Calendar Slider */

.auctions-cards-slider-wrapper .slick-list .slick-track {
    display: flex;
    align-items: center;
    justify-content: center;

}

.auction-card a {
    display: flex !important;
    gap: 1rem;
    align-items: center;
    /* margin-bottom: 1rem; */
    transform: scale(0.9);
}

.auction-card a:hover {
    text-decoration: none;
    transform: scale(0.92);

}

.auction-card .calendar-date {
    background-image: url('../images/calendar.png') !important;
    background-size: cover;
    /* width: 30%; */
    width: 118px;
    height: 120px;
    font-family: var(--primary-font-family);
    color: #B5781B;
    font-weight: bold;
    text-align: center;
    padding-top: 10px;
    box-sizing: border-box;
    align-content: center;
}

.auction-card .calendar-date span {
    font-size: 24px;
    font-weight: 400;
    display: block;
    margin-top: 17px;
    line-height: 24px;
}

.auction-card .calendar-date small {
    font-size: 18px;
    font-weight: 600;

    display: block;
}

.auction-card .auction-info {
    /* width: 70%; */
    width: calc(100% - 118px);
    height: 120px;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.auction-card .auction-info h3 {
    margin: 0;
    font-size: 18px;
    color: #414042;
    font-weight: 600;

    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}



.auction-card .auction-info .auction-date {
    margin: 0;
    font-size: 16px;
    color: #888888;
    font-weight: 300;
}

.auctions-cards-slider-wrapper .slick-slide.slick-active {
    border-left: 0.5px solid #888888 !important;

}

.auctions-cards-slider-wrapper .slick-slide.slick-current.slick-active {
    border-left: none !important;
}