.buying_gold-index-index {
    background: #BDD6ED;
    .page-wrapper {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        min-height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    table.table>tbody>tr>td {
        font-size: 1.2em;
        line-height: 1.5;
        padding: .7em 1em;
        color: #000;
    }
    .snize-sticky-searchbox.bottom-right {
        display: none;
    }
}
.autify-gold-page__content {
    margin-bottom: 40px;
}
.autify-gold-last-update {
    color: #000;
    font-weight: 600;
}
.autify-gold-page__title {
    text-transform: capitalize;
    font-weight: 800;
    color: #000;
    margin-bottom: 0;
    font-size: 24px;
}
.autify-gold-page {
    width: 100%;
    .container {
        background: transparent;
        margin: auto;
    }
    tr:nth-child(even) td {background: transparent;}
    tr:nth-child(odd) td {background: #FFF;}
}
.autify-gold-page__table-head {
    font-size: 1.2em;
    line-height: 1.5;
    padding: .7em 1em;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    &.gold {
        background-color: #B69B3B;
    }
    &.silver {
        background-color: #9C9B9B;
    }
}
.gold-price {
    font-weight: bold;
}
.footer-logo {
    margin: 30px 0;
}
.image-preview-item button.remove-image {
    min-width: 23px;
    max-height: 30px;
}
.trustpilot-logo svg {
    max-width: 200px;
    margin: auto;
}
.autify-gold-page__wrapper table.table:not(#product-review-table):not(#product-comparison) tr td {
    width: 100%;
}
.autify-gold-page__wrapper table.table:not(#product-review-table):not(#product-comparison) tr {
    width: 100% ;
    float: none;
    clear: both;
    display: flex;
}

// Spot gold price
section.autify-spot_gold {
    background-color: #B69B3B;
    padding: 20px 0px;
    .container {
        background: transparent;
        padding: 0 10px;
        margin: auto;
        max-width: 1200px;
    }
    table.table>thead>tr>th {
        color: #fff;
        background: transparent;
        border: 1px solid;
        font-weight: 400;
        padding: 5px 10px;
        border-top: 1px solid !important;
        border-bottom: 0;
    }
    table.table>tbody>tr:last-child>td {
        color: #fff;
        font-weight: 700;
        background: transparent;
        border: 1px solid #fff !important;
        padding: 2px 10px;
        font-size: 18px;
    }
}
.autify-spot_gold__title {
    font-size: 18px;
    text-transform: capitalize;
    color: #fff;
}
.autify-spot_gold__content {
    margin-bottom: 13px;
}
.autify-spot_gold-latest-price {
    font-size: 14px;
    color: #fff;
}

// Calculate gold price

.autify-gold-calculator {
    margin-bottom: 50px;
    .content {
        margin: 50px 0;
        .title {
            text-transform: capitalize;
            color: #000;
            font-size: 30px;
            font-weight: 600;
            line-height: 40px;
        }
        .description {
            font-size: 16px;
            color: #000;
        }
    }
    .total-amount {
        font-size: 80px;
        color: #B69B3B;
        .length {
            &-10, &-11, &-12 {
                font-size: 60px;
            }
            &-13, &-14 {
                font-size: 50px;
            }
            &-15, &-16 {
                font-size: 40px;
            }
        }
    }
}

.calculator-body-wrapper {
    padding: 20px 0;
}

.calculator-main-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: 100%;
}

.calculator-footer {
    ul {
        padding-left: 25px !important;
        padding-bottom: 50px;
        li {
            display: list-item;
            list-style-type: none;
            display: flex;
            gap: 10px;
            align-items: center;
            color: #000;
            position: relative;
            &:before {
                content: "";
                width: 25px;
                height: 25px;
                background-image: url('../images/check-circle.png');
                background-repeat: no-repeat;
                background-size: contain;
            }
        }
    }
}

.main-calculator {
    .p-0 {
        padding: 0;
    }
    .m-0 {
        margin: 0;
    }
    .box-border-left {
        border: 1px solid #333;
        border-top-left-radius: 30px;
        border-bottom-left-radius: 30px;
    }
    .box-border-right {
        border: 1px solid #333;
        border-top-right-radius: 30px;
        border-bottom-right-radius: 30px;
        border-left: 0;
    }
    .weight {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        input {
            max-width: 80px;
            height: 40px;
            border-radius: 7px;
            border: 1px solid #000;
            font-size: 16px;
            text-align: center;
            color: #000;
        }
    }
}

.calculator-header {
    font-size: 16px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 15px;
    border-bottom: 1px solid #000;
    color: #000;
}
.calculator-body {
    font-size: 16px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 15px 5px;
    color: #000;
    .tooltip-content {
        display: none;
        border: 1px solid #ccc;
        background: white;
        font-size: 0.8em;
        font-weight: normal;
        line-height: 1.5em;
        padding: 4px;
        width: 120px;
        top: -4em;
        left: 20em;
        margin-left: 0;
        opacity: 0;
        position: absolute;
        text-align: center;
        z-index: 2;
        text-transform: none;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease-in-out;
        box-shadow: 0px 2px 10px 0px #ccc;
        border-radius: 5px;
    }
    .tooltip-toggle {
        position: relative;
        img {
            max-width: 20px;
            height: 20px;
            margin-top: 8px;
        }
        &:hover {
            .tooltip-content {
                display: block;
                opacity: 1;
                top: 2rem;
                left: 0;
                z-index: 99;
                -webkit-transition: all 0.2s ease;
                -moz-transition: all 0.2s ease;
                -o-transition: all 0.2s ease;
                transition: all 0.2s ease;
            }
        }
    }
}

.my-tooltip {
    .tooltip-list {
        padding: 0 !important;
        li {
            display: flex;
            justify-content: space-between;
            align-items: center;
            font-size: 10px;
            margin-bottom: 0px !important;
        }
    }
    .tooltip-title {
        color: #B69B3B;
        font-weight: 600;
    }
}

.head-carat {
    font-size: 16px;
    font-weight: 800;
    color: #000;
    padding-bottom: 10px;
}
.head-sub-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.calculator-body {
    .price-data {
        display: flex;
        justify-content: center;
        gap: 10px;
        align-items: center;
    }
}

// request quote
.request-quote-form {
    max-width: 800px;
    margin: 100px auto;
    fieldset.fieldset {
        background: transparent;
        border: 0;
        padding: 0;
        label {
            margin-bottom: 10px;
            display: block;
            color: #000;
            font-weight: 500;
        }
        input, select {
            border-color: #000;
            margin-bottom: 10px;
            border-radius: 7px;
            height: 50px;
            color: #000;
            font-weight: 600;

        }
        textarea {
            border-color: #000;
            margin-bottom: 10px;
            border-radius: 7px;
            color: #000;
            font-weight: 600;
        }
        input#disclaimer {
            height: 20px;
            width: 20px;
            margin: 0;
            margin-right: 10px;
        }
    }
    .control {
        position: relative;
        .currency {
            position: absolute;
            padding: 10px;
            color: #000;
            min-width: 50px;
            text-align: center;
            font-weight: bold;
            font-size: 16px;
        }
        input#estimated_worth {
            padding-left: 35px;
        }
    }
    .content {
        max-width: 700px;
        margin: auto;
        padding: 0 20px;
    }
    .consent {
        input#consent {
            width: 20px;
            height: 20px;
            margin: 0 10px 1px 0px;
        }
    }
    .title {
        text-transform: capitalize;
        font-weight: 500;
        color: #000;
    }
    .description {
        line-height: 21px;
        color: #000;
        font-size: 16px;
    }
    button.action.submit.primary {
        padding: 25px 35px 25px 35px;
        background: #000 !important;
        display: inline-block;
        color: #fff !important;
        text-decoration: none;
        border-radius: 12px;
        font-size: 16px;
        text-transform: uppercase;
        line-height: 20px;
        font-weight: 400;
    }
    .field.consent {
        color: #000;
        margin-top: 20px;
    }
    div#recaptcha>div {
        margin: auto;
    }
}
.math-captcha {
    margin: 20px 0;
    .label {
        span {
            color: #000;
            font-weight: 500;
            font-size: 14px;
        }
    }
    .control.captcha-image {
        margin-top: 10px;
        display: flex;
        gap: 5px;
        align-items: center;
        justify-content: center;
    }
}
.disclaimer {
    margin: 30px 0 0;
    color: #000;
}
.file-input {
    margin: 20px 0;
    position: relative;
}

.file-input__label svg {
    width: 16px;
}
.request-quote-form fieldset.fieldset .file-input__input {
    width: 100%;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    margin: 0;
    height: 100%;
}

.request-quote-form fieldset.fieldset label.file-input__label {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    border-radius: 4px;
    font-weight: 600;
    font-size: 14px;
    padding: 10px 12px;
    background-color: transparent;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
    width: 100%;
    margin-bottom: 0;
    gap: 15px;
    border: 1px solid #000;
}

// page
.align-item-center {
    align-items: center;
}
.inner-text {
    display: flex;
    gap: 15px;
    align-items: center;
    color: #fff;
    padding: 10px 0;
}

.header-usp-banner .inner-text p {
    font-size: 20px;
    line-height: 27px;
}

.top-banner-content {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    &:before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #00003d;
        opacity: 0.3;
    }
}

.top-banner-inner {
    max-width: 900px;
    margin: auto;
    text-align: center;
    padding: 150px 15px 100px 15px;
    color: #fff;
    position: relative;
    z-index: 9;
    h1, p {
        color: #FFF;
    }
}

.gold-cms-page {
    color: #000;
    margin-bottom: 60px;
    .top-content {
        max-width: 650px;
        margin: auto;
        text-align: center;
        padding: 4rem 0;
        color: #000;
    }
    .main-heading {
        font-size: 30px;
        font-weight: 600;
        line-height: 40px;
        margin-bottom: 15px;
    }
    .sub-title {
        font-size: 16px;
        line-height: 21px;
    }
    .gold-page-button {
        padding: 25px 35px 25px 35px;
        background: #000;
        display: inline-block;
        color: #fff;
        text-decoration: none;
        border-radius: 12px;
        font-size: 18px;
        text-transform: uppercase;
        line-height: 26px;
    }
    img.img-thumbnail {
        border: 0;
        padding: 0;
        width: 100%;
        border-radius: 25px;
    }
    .text-inner {
        padding: 0 20px;
        font-size: 15px;
        p {
            font-size: 16px;
            line-height: 21px;
        }
    }
}

.how-it-works {
    .container {
        padding: 0 15px;
        max-width: 1100px;
    }
    .how-it-works-inner {
        padding: 0 20px;
        p {
            margin: 20px 0;
            color: #000;
            font-size: medium;
        }
        h3 {
            text-transform: capitalize;
            font-size: 20px;
            font-weight: 600;
        }
    }
}

.what-we-buy {
    .container {
        padding: 0 15px;
        max-width: 1100px;
    }
    .thickmart {
        list-style: none;
        padding: 0 !important;
        li {
            margin-bottom: 20px;
            display: flex;
            align-items: center;
            justify-content: flex-start;
            gap: 10px;
            img {
                width: 18px;
            }
            p {
                margin: 0;
                font-size: 16px;
                font-weight: 500;
            }
        }
    }
}


.request-your-appoinment {
    .container-box {
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .container {
        padding: 0;
        background: transparent;
        display: flex;
        justify-content: end;
    }
}

.container-contact {
    max-width: 500px;
    padding: 50px;
    background: #fff;
    margin: 40px 0;
    border-radius: 20px;
    width: 100%;
    .small-heading {
        font-weight: 700;
        font-size: 16px;
        line-height: 21px;
        margin-bottom: 15px;
    }
    p {
        margin-bottom: 5px;
        font-size: 14px;
        line-height: 19px;
    }
}

.gold-faq.gold-cms-page {
    .container {
        max-width: 700px;
        background: transparent;
        padding-bottom: 50px;
    }
    .tab-title {
        padding: 20px 15px;
        border-bottom: 1px solid #ccc;
        position: relative;
        font-size: 18px;

        & > div {
            cursor: pointer;
        }
        &.active {
            border-bottom: #ccc;
        }
        & > div:after {
            content: '';
            line-height: 1;
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            text-align: center;
            width: 2em;
            height: 2rem;
            background-image: url('../images/arrow-down.png');
            background-repeat: no-repeat;
        }
        &.active > div:after {
            background-image: url('../images/arrow-up.png');
            top: 39%;
        }
    }
    .tab-content {
        border-bottom: 1px solid #ccc;
        padding-bottom: 20px;
        font-size: 16px;
        padding: 0 20px 20px 20px;
    }
}

// responsive
@media only screen and (max-width: 425px){
    .autify-spot_gold__wrapper table.table:not(#product-review-table):not(#product-comparison) tr td {
        padding: 6px;
        font-size: 12px;
        text-align: center !important;
    }
}

@media screen and (max-width: 1200px) {
    .calculator-header .title, .calculator-header .total-title {
        font-size: 14px;
    }
}

@media screen and (min-width: 768px) {
    .show-in {
        &.mobile {
            display: none;
        }
        &.desktop {
            display: block;
        }
    }
    .gold-column {
        margin-bottom: 40px;
    }
    .autify-gold-page__title {
        font-size: 45px;
    }
    .calculator-header .title {
        width: 25%;
        text-align: center;
        color: #000;
        font-weight: 600;
    }
    .calculator-body .item {
        width: 25%;
        text-align: center;
        color: #000;
        font-weight: 600;
    }
    .head-mobile {
        display: none !important;
    }
}

@media only screen and (max-width: 767px) {
    .autify-gold-page__wrapper table.table:not(#product-review-table):not(#product-comparison) tr {
        display: flex;
    }
    .autify-gold-page__wrapper table.table:not(#product-review-table):not(#product-comparison) td.text-left {
        text-align: left !important;
    }
    .autify-gold-page__wrapper table.table:not(#product-review-table):not(#product-comparison) td.text-right {
        text-align: right !important;
    }
    .autify-gold-page__wrapper table.table:not(#product-review-table):not(#product-comparison) td.text-center {
        text-align: center !important;
    }
    .buying_gold-index-index table.table>tbody>tr>td {
        width: 100%;
    }
    .autify-spot_gold__wrapper table.table:not(#product-review-table):not(#product-comparison) tr {
        display: flex;
    }
    .autify-spot_gold__wrapper table.table:not(#product-review-table):not(#product-comparison) tr td {
        border: 1px solid #fff !important;
    }
    .autify-spot_gold__wrapper table.table:not(#product-review-table):not(#product-comparison) tr th {
        border: 1px solid #fff !important;
        border-bottom: 0 !important;
        text-align: center !important;
    }
    .main-calculator {
        border: 1px solid #000;
        border-radius: 20px;
        padding: 0 20px;
        .box-border-left {
            border: 0;
            .calculator-header {
                display: none;
            }
        }
        .box-border-right {
            border: 0;
            .calculator-header {
                border-bottom: 0;
                border-top: 1px solid #000;
            }
        }
        .calculator-main-inner {
            height: auto;
            .total-amount {
                font-size: 40px;
                line-height: 1;
            }
            .calculator-body {
                justify-content: center;
            }
        }
        .calculator-body {
            justify-content: space-between;
            padding: 10px 0 15px;
        }
    }
    .head-desktop {
        display: none !important;
    }
    .how-it-works {
        .how-it-works-inner {
            padding: 0;
            p {
                font-size: 13px;
            }
        }
    }
    .gold-cms-page {
        margin-bottom: 30px;
        .text-inner {
            padding: 0;
            text-align: center;
            p {
                text-align: justify;
            }
        }
        .main-heading {
            font-size: 18px;
            margin-bottom: 15px;
        }
        .gold-page-button {
            padding: 10px 18px;
            background: #000;
            font-size: 12px;
            line-height: 26px;
        }
        img.img-thumbnail {
            margin-bottom: 30px;
        }
    }

    .request-quote-form {
        margin: 50px auto;
        padding: 0 15px;
    }
    .request-your-appoinment {
        .container-contact {
            border-radius: 0;
            margin: 0;
            text-align: center;
            padding: 50px 20px;
        }
        .container-box {
            background-image: none;
        }
    }
    .show-in {
        &.mobile {
            display: block;
        }
        &.desktop {
            display: none;
        }
    }
    .header-usp-banner {
        .inner-text {
            padding: 10px 0;
            p {
                font-size: 14px;
            }
        }
    }
    .how-it-works .how-it-works-inner h3 {
        font-size: 16px;
    }
    .gold-faq.gold-cms-page .top-content {
        padding-bottom: 0rem;
    }
    .autify-gold-calculator .calculator-footer ul {
        padding-left: 0 !important;
        font-size: 15px;
    }
    .calculator-body .price-data {
        margin-left: -30px;
    }
    .autify-gold-calculator .content .title {
        font-size: 20px;
        line-height: 30px;
    }
}

@media screen and (min-width: 1200px) {
    .gold-column {
        padding: 0 50px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .gold-column {
        padding: 0 30px;
    }
}

@media (min-width: 2560px) {
    .autify-gold-page .container {
        max-width: 100%;
        padding: 0 10%;
    }
    .autify-gold-page__title {
        font-size: 55px;
    }
    .autify-gold-last-update {
        font-size: 24px;
    }
    .autify-gold-page__table-head, .buying_gold-index-index table.table>tbody>tr>td {
        font-size: 2em;
    }
}

// @media only screen and (orientation: landscape) {
   
// }

@media only screen and (orientation: portrait) {
    .gold-column {
        width: 100%;
        max-width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}

#image-preview-list {
    padding-top: 10px;
}