@font-face {
    font-family: 'Helvetica-Bold';
    src: url(../fonts/Helvetica-Bold.ttf);
}
@font-face {
    font-family: 'Raleway-Regular';
    src: url(../fonts/Raleway/Raleway-Regular.ttf);
}
@font-face {
    font-family: 'Raleway-Medium';
    src: url(../fonts/Raleway/Raleway-Medium.ttf);
}
.auction-login-section, .auction-register-section {
    margin: 45px 0;
}
.auction-register-section {
    margin-bottom: 25px;
}
.auction-register-popup-section,
.trams-conditions-section {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .5);
}
.trams-conditions-container {
    height: 100%;
}
.auction-register-box {
    padding: 0px 0;
    max-width: 92%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.trams-conditions-block-section .auction-register-box {
    margin-bottom: 45px;
}
.auction-register-content {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}
.register-action-form {
    position: absolute;
    top: 0;
    right: 0;
}
.register-action-form {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 572px;
    background-color: #F7F0E9;
    height: 100%;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    width: 100%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.form-content {
    max-width: 540px;
    padding-right: 0;
    text-align: center;
}
.form-content p, .form-content h2, .form-content h3 {
    color: #030708;
}
.form-content p {
    font-family: 'Raleway-Regular';
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 15px;
    text-align: center;
    width: 100%;
}
.form-content p a{
    color: #030708;
    text-decoration: underline;
}
.form-content h2 {
    font-family: 'Helvetica-Bold';
    margin-bottom: 10px;
    font-size: 42px;
    text-transform: uppercase;
}
.form-content h3 {
    font-family: 'Helvetica-Bold';
    margin-bottom: 15px;
    font-size: 26px;
}
.form-input .form-group {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.form-input .form-group .input-group{
    width: calc( 50% - 10px);
    margin-bottom: 20px;
}
.form-input .user-input-action .input-group {
    width: 100% !important;
    max-width: 296px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.form-input .form-group .input-group input {
    outline: none;
    width: 100%;
    border: 1px solid #030708;
    background-color: transparent;
    font-size: 14px;
    height: 42px;
    padding-left: 15px;
    border-radius: 6px;
    color: #030708;
}
.form-content h3 {
    font-family: 'Helvetica-Bold';
    margin-bottom: 15px;
}
.form-content input::-webkit-input-placeholder {
    color: #030708;
}
.form-content input::-moz-placeholder {
    color: #030708;
}
.form-content input:-ms-input-placeholder {
    color: #030708;
}
.form-content input::placeholder {
    color: #030708;
}
.form-input .form-group .button {
    background-color: #000000;
    border: 0;
    outline: none;
    color: white;
    border-radius: 24px;
    height: 42px;
    width: 150px;
    margin: 0 auto;
    font-size: 18px;
    font-family: 'Raleway-Regular';
}
.button-group {
    margin-bottom: 13px;
}
.register-cover-img img {
    width: 100%;
}
.auction_body {
    max-width: 1350px;
    margin: 0 auto;
}
.palette-room {
    position: relative;
}
.palette-content {
    position: absolute;
    top: 0;
    height: 100%;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.palette-content-img img {
    width: 100%;
}
.palette-content-text, .palette-content-text h2 {
    color: #F5F5F5;
}
.palette-content-text {
    max-width: 675px;
    width: 100%;
}
.palette-content-text {
    max-width: 675px;
    text-align: center;
}
.auction-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.auction-item {
    width: calc(50% - 10px);
    background-color: #F7F0E9;
    border-radius: 20px;
    margin-top: 20px;
    padding: 20px;
    display: flex;
    border: 1px solid #E0DAD3;
}
.auction-item .auction__text {
    padding-left: 20px;
}
a.place-bid,
span.place-bid, button.place-bid {
    border: 0;
    background-color: #000000;
    color: white;
    height: 40px;
    width: 162px;
    border-radius: 24px;
    margin-top: 1px;
    display: inline-block;
    text-align: center;
    line-height: 37px;
    font-size: 16px;
    font-family: 'Raleway-Regular';
}
span.bids {
    border: 0;
    background-color: #E33936;
    color: white;
    height: 25px;
    border-radius: 3px;
    display: inline-block;
    padding: 0px 15px;
    line-height: 25px;
}
.palette_details span.bids {
    margin: 3px 0;
}

.auction__text h5 {
    font-size: 20px;
    font-family: 'Raleway-SemiBold';
    margin-bottom: 5px;
}
.auction__text h5 a {
    font-size: 20px;
    font-family: 'Raleway-SemiBold';
}
.auction__text p {
    font-size: 16px;
    margin-bottom: 5px;
}
.auction__text p strong {
    font-family: 'Raleway-SemiBold';
    font-weight: normal;
    font-size: 16px;
}
.auction__text .paint-size{
    line-height: normal;
}
.auction__text_box {
    display: flex;
    align-items: center;
    width: 50%;
}
.highest-bids p {
    font-size: 18px;
    line-height: normal;
}
.palette_details .content-box-right strong {
    font-family: 'Raleway-SemiBold';
    font-weight: normal;
    color: #2E2E2E;
    font-size: 18px;
}
.palette_details .content-box-right .base-price strong {
    font-size: 16px;
}
.palette_details .content-box-right strong .bid-value{
    font-family: 'Raleway-SemiBold';
    font-weight: bold;
}
.palette_details .input-box .bid-input:focus,
.palette_details .input-box .bid-input:active,
.palette_details .input-box .bid-input {
    border: 1px solid #7E5842;
    width: 100%;
    text-align: center;
    border-radius: 24px;
    height: 40px;
    font-size: 16px;
    font-family: 'Raleway-Regular';
    outline: none;
}
.palette_details .input-box .bid-input::-webkit-input-placeholder {
    color: #030708;
}
.palette_details .input-box .bid-input::-moz-placeholder {
    color: #030708;
}
.palette_details .input-box .bid-input:-ms-input-placeholder {
    color: #030708;
}
.palette_details .input-box .bid-input::placeholder {
    color: #030708;
}

.palette_details .input-box .bid-1000 {
    border: 0px solid #ddd;
    background-color: #E5D1BC;
    margin-top: 6px;
    width: 100%;
    line-height: 40px;
    display: block;
    border: 1px solid rgba(221, 178, 142, .9);
    color: #2E2E2E;
    font-family: 'Raleway-SemiBold';
    font-weight: bold;
}
.or-space span {
    display: block;
    text-align: center;
    margin: 8px 0;
}
.original-place-bid {
    margin-top: 15px;
    background-color: #1A1A1A;
    color: #FAF8F4;
}
.note-box p {
    line-height: normal;
    margin-top: 14px;
    color: #585858;
    font-size: 16px;
}

.palette_details .input-box input[type="radio"]#bid-amount100:checked + label.bid-1000 {
    border: 1px solid #BE275D;
}

.palette_details .input-box input[type="radio"]#bid-custom-amount:checked ~ .bid-custom {
    border: 1px solid #BE275D;
}
.bid-input.bid-custom::-webkit-outer-spin-button,
.bid-input.bid-custom::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.bid-input.bid-custom {
  -moz-appearance: textfield;
}
.cover-image {
    /* height: 228px;
    overflow: hidden; */
    border-radius: 15px;
}
.cover-image img {
    border-radius: 15px;
}
.place-bid.place-upcomming{
    background-color: #808080;
}
.place-bid.sold{
    background-color: #E33936;
}
.terms_conditions input {
    position: relative;
    top: 1px;
}
html, body {
    background-color: #ffffff;
}
.trams-conditions-box {
    background-color: #F7F0E9;
    border-radius: 16px;
}
.trams-conditions-block-section .trams-conditions-box {
    width: 100%;
}
.trams-conditions {
    max-width: 654px;
    margin: 0 auto;
    text-align: center;
    padding: 45px 40px;
    position: relative;
}
.trams-conditions-block-section .trams-conditions {
    max-width: 748px;
    padding: 40px 0px;
}
.trams-conditions ul {
    list-style: none;
    text-align: center;
}
.trams-conditions ul li {
    font-size: 15px;
}
.trams-conditions ul li strong {
    font-family: 'Raleway-Medium';
    font-size: 15px;
    font-weight: normal;
}
.trams-conditions-section .auction-register-box {
    padding-top: 0;
}
.trams-conditions h4 {
    font-size: 18px;
    font-family: 'Raleway-Bold';
    padding-bottom: 6px;
    line-height: normal;
}
.form-content h2 img{
    max-width:134px
}
.pagination {
    width: auto;
    display: inline-block;
    margin-bottom: 0;
    margin-top: 15px;
    border: 1px solid;
    padding: 5px;
    border-radius: 24px;
}
div#pagination {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 25px;
}
.palette_details .tab-pane-box p {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: normal;
    font-family: 'Raleway-Regular';
    color: #585858;
}
.palette_details .tab-pane-box {
    border: 1px solid rgba(126, 88, 66, .9);
}
.palette_details .products-container {
    max-width: 1194px;
    background-color: #F7F0E9;
    padding: 50px;
    border-radius: 24px;
}
.certify-box {
    border-radius: 9px;
}
.palette_details .artist-name {
    margin-top: 10px;
}
.check_box {
    display: inline-block;
    position: relative;
    padding-left: 20px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.check_box input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 20px;
    width: 20px;
    left: 0;
} 
.check_box:hover input ~ .checkmark {
    background-color: #F7F0E9;
}
.check_box input:checked ~ .checkmark {
    background-color: #F7F0E9;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.check_box input:checked ~ .checkmark:after {
    display: block;
}
.check_box .checkmark:after {
    left: 2px;
    top: 2px;
    width: 10px;
    height: 10px;
    border-radius: 2px;
    background-color: #D4B596;
    padding: 0;
}
.check_box .checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 16px;
    width: 16px;
    border: 1px solid #030708;
    border-radius: 4px;
    background-color: #f7f0e9;
}
.form-input .terms_conditions {
    justify-content: center;
    margin-top: -2px;
}
.close-box span{
    margin-top: 10px;
    display: inline-block;
    border-bottom: 1px solid #000;
    line-height: 14px;
    font-size: 14px;
    font-family: 'Raleway-Medium';
    cursor: pointer;
}
span.close_x {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 14px;
    font-family: 'Raleway-Medium';
    cursor: pointer;
}
.error-message p {
    color: red;
}
.auction-register-popup-section,
.trams-conditions-section{
    display: none;
}
.note-box {
    width: 100%;
    max-width: 290px;
}
.palette_details .certify-box {
    background-color: rgba(229, 209, 188, .5);
}
.message-box {
    width: 330px;
    background-color: #e5d1bc;
    margin: 0 auto;
    position: fixed;
    top: 12%;
    left: 50%;
    margin-left: -165px;
    text-align: center;
    border-radius: 6px;
}
.error-message,
.success-message{
    padding: 8px 3px;
}
@media screen and (min-width: 991px) {
    .terms_conditions .desktop {
        display: inline-block;
    }
    .palette_details .content-box-right {
        display: flex;
        justify-content: end;
    }
    .palette_details .tab-pane-box {
        width: 100%;
        margin-left: 50px;
        max-width: 325px;
    }
    .auction_body {
        max-width: 94%;
    }
    .auction_image {
        width: 50%;
    }
    .auction_image img {
        width: 100%;
    }
    .gallery-section.auction-section {
        margin-bottom: 40px;
    }
    .auction-register-content {
        overflow: hidden;
        width: 100%;
    }
    .palette-content-text p {
        font-size: 14px;
        line-height: 18px;
        font-family: 'Raleway-SemiBold';
        font-weight: normal;
    }
    .palette-content-text p {
        font-size: 15px;
        line-height: 18px;
        font-family: 'Raleway-SemiBold';
        font-weight: normal;
    }
}
@media screen and (max-width: 991px) {
    .auction-login-section {
        margin: 30px 0;
    }
    .auction-bids {
        position: absolute;
        right: 0;
        top: 0px;
    }
    .palette_details .products-container {
        max-width: 1194px;
        background-color: #F7F0E9;
        padding: 20px;
        border-radius: 20px;
        margin: 0 20px;
    }
    .auction-item .auction__text {
        padding-left: 0;
        width: 100%;
        position: relative;
    }
    .auction-artist-box {
        position: relative;
    }
    .auction__text_box {
        width: 100%;
    }
    .palette-content-text .title-box h2 img {
        height: 18px;
    }
    .palette-content-text p {
        font-size: 14px;
        line-height: normal;
        font-family: 'Raleway-SemiBold';
        font-weight: normal;
    }
    .palette-content-text .title-box h2 {
        font-size: 24px !important;
        margin-bottom: 2px;
    }
    .palette-content-text .title-box h2{
        font-size: 24px !important;
    }
    .form-content h2 img{
        max-width:120px;
    }
    .terms_conditions input {
        position: absolute;
        top: 6px;
        left: 0;
    }
    .terms_conditions p {
        display: flex;
        justify-content: start;
        text-align: center;
        padding-left: 25px;
        position: relative;
        width: auto;
    }
    .trams-conditions {
        padding: 40px 20px;
    }
    .trams-conditions-block-section .trams-conditions {
        padding: 40px 20px;
    }
    .palette-content-text {
        padding: 0 30px;
    }
    .auction-item {
        width: 100%;
    }
    .auction_image img {
        width: 100%;
    }
    .auction_image {
        width: 50%;
    }
    .palette_details .tab-pane-box {
        padding: 20px 20px;
    }
    .palette_details .content-box-right h2 {
        margin-bottom: 8px;
    }
    .register-action-form {
        position: relative;
        top: 0;
        height: auto;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        margin-top: 0;
        max-width: 100%;
        display: flex;
        justify-content: center;
    }
    .form-content {
        padding-right: 10px;
        padding-top: 45px;
        padding-bottom: 30px;
        padding-left: 10px;
    }
    .auction-register-section .form-content {
        padding-right: 20px;
        padding-left: 20px;
    }
    .form-input .form-group {
        display: block;
    }
    .form-group.terms_conditions {
        display: flex;
        justify-content: center;
    }
    .form-input .form-group .input-group {
        width: 100%;
        margin-bottom: 20px;
    }
    .auction-register-section {
        clear: both;
        overflow: hidden;
    }
    .form-content h2 {
        font-size: 30px;
        margin-top: 0;
    }
    .auction-register-box {
        padding: 0px 0;
        max-width: 100%;
    }
    .trams-conditions-section .auction-register-box {
        margin: 0 20px;
    }
    .trams-conditions-block-section .auction-register-box {
        padding: 20px 0;
        max-width: 100%;
    }
    .form-content p {
        font-size: 14px;
    }
    .already-registered p{
        font-size: 15px;
    }
    .check_box .checkmark:after {
        width: 10px;
        height: 10px;
    }
    .trams-conditions-block-section .auction-register-box {
        margin-bottom: 10px;
        /* padding-top: 0; */
    }
      .auction-register-area.auction-register-section {
        margin: 0;
        margin-top: 30px;
    }
    .form-content h3 {
        padding-top: 3px;
    }
    .trams-conditions ul li {
        font-size: 14px;
    }
    .form-input .form-group .button {
        font-size: 16px;
    }
    .check_box {
        font-size: 14px;
    }
}

@media screen and (max-width: 580px) {
    .auction-item {
        width: 100%;
        display: block;
    }
    .auction_image {
        width: 100%;
        margin-bottom: 15px;
    }
}