﻿.make-an-offer-button {
    background: #ededed;
    color: #444;
    height: 50px;
    border: none;
    margin-left: 10px;
    padding: 0 24px;
    font-size: 15px;
    text-transform: uppercase;
}

.placed-offers-title {
    display: inline-block;
    font-size: 16px;
    letter-spacing: 2px;
    color: #444444;
    padding: 10px 0px;
    position: relative;
    ;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.placed-offers-header {
    text-align: left;
}

    .placed-offers-header span::before {
        content: "";
        height: 3px;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        bottom: 0;
        background: #7298bd;
        visibility: visible;
    }

.placed-offers-table-header .field-header {
    text-align: center;
    padding-top: 15px;
}

.placed-offers-table-header {
    padding-top: 15px;
}

.product-offer-button {
    border: 0;
    background: #f0f0f0;
    color: #787878;
    text-transform: uppercase;
    padding: 10px 25px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

    .product-offer-button:hover {
        background-color: #7298bd;
        color: #333;
    }

.listForSaleWindow {
    Padding: 30px;
}

.dollar-input {
    position: relative;
    width: 100%;
    margin-right: 20px;
}

    .dollar-input input {
        padding-left: 18px;
    }

    .dollar-input:before {
        position: absolute;
        top: 10px;
        content: "$";
    }

    .dollar-input:before {
        left: 5px;
        font-size: 18px;
        color: #777;
    }

    .dollar-input .enter-price-input {
        width: 100%;
        padding-right: 0px;
        box-sizing: border-box;
        height: 40px;
    }

.listForSaleSubmitButton {
    background-color: #7298bd;
    width: 100%;
    padding: 15px 35px;
    border: 0;
    font-size: 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #323232;
    letter-spacing: 2px;
    margin: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

    .listForSaleSubmitButton:hover {
        background-color: #5684b0;
    }

.listProductForSaleWindowDescription {
    display: flex;
    flex-direction: column;
    position: relative;
}

    .listProductForSaleWindowDescription h3 {
        margin-bottom: 20px;
    }

.listProductWindowContents {
    display: flex;
    align-items: stretch;
}

.listProductWindowImage a {
    display: contents;
}

.placeOfferSubmitButtonWrapper {
    margin: 10px auto;
    width: 200px;
    align-content: center;
    padding: 0px 70px 0px 0px;
}

.listProductForSaleWindowDescription .terms-of-service {
    padding: 5px;
}

    .listProductForSaleWindowDescription .terms-of-service label {
        margin: 5px !important;
        padding: 0px 0px 0px 25px !important;
        max-width: 350px !important;
    }

.last-sale-product-price {
    color: #b2b2b2;
}

.placeOfferDescription {
    display: table;
    position: relative;
    height: max-content;
    width: 100%;
}

.placeOfferDescriptionRow {
    display: table-row;
}

.placeOfferDescriptionCell {
    display: table-cell;
    padding: 5px;
}

.placeOfferDescriptionFooter {
    display: table-caption;
    caption-side: bottom;
}

.placeOfferExpirationPicker {
    width: 100% !important;
    height: 40px !important;
}

    .placeOfferExpirationPicker input {
        height: 40px !important;
    }

.disabled-for-call {
    pointer-events: none;
}


.volqaWindow {
    position: absolute;
    left: 50% !important;
    right: 50% !important;
    margin: 0 -335px;
    z-index: 1070;
    box-shadow: 0 0 14px rgba(0, 0, 0, .06);
    background-color: #fff;
    height: auto !important;
    padding: 0 !important;
    width: 90% !important;
    max-Width: 670px !important;
    min-Width: 370px !important;
}

@media only screen and (max-width: 750px) {
    .volqaWindow {
        margin: 0 -45%;
    }
}

.volqaWindowResponsiveHorizontalContainer {
    display: flex;
    flex-direction: row;
}

.volqaWindowResponsiveHorizontalContents {
    display: block;
    min-width: 320px;
    margin: 4px;
}

@media only screen and (max-width: 750px) {
    .volqaWindowResponsiveHorizontalContainer {
        flex-direction: column;
    }
}

.volqaWindow .k-window-titlebar {
    position: relative;
    height: 60px;
    margin: 0 !important;
    font-size: 0;
    background: #f2f2f2;
    box-shadow: 0 0 14px rgba(0, 0, 0, .3);
    text-align: center
}

.volqaWindow .k-window-content {
    padding: 8px;
}

.volqaWindow .k-window-titlebar .k-window-title {
    font-size: 19px;
    color: #2c2c2c;
    padding: 18px 35px;
    display: inline-block
}

.volqaWindow .k-window-titlebar .k-window-actions {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1
}

    .volqaWindow .k-window-titlebar .k-window-actions a {
        display: block;
        width: 25px;
        height: 25px;
        font-size: 0
    }

    .volqaWindow .k-window-titlebar .k-window-actions .k-icon {
        margin: 4px;
    }

        .volqaWindow .k-window-titlebar .k-window-actions .k-icon:before {
            font-size: 20px;
            margin: -2px;
        }

    .volqaWindow .k-window-titlebar .k-window-actions a:before {
        font-family: "venture-font";
        text-transform: none;
        content: "u";
        font-size: 21px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        color: #909090;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out
    }

    .volqaWindow .k-window-titlebar .k-window-actions a:hover:before {
        color: #2c2c2c
    }

.short-description ul {
    list-style-type: square;
    padding-left: 20px;
    text-align: left;
    align-content: center;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.full-description {
    text-align: left !important;
}


.product-offers {
    margin: 30px auto;
    width: 540px;
    max-width: 100%
}

    .product-offers .title {
        line-height: 32px;
        color: #8c8c8c
    }

    .product-offers .table-wrapper {
        box-shadow: none
    }

    .product-offers .offer-table {
        overflow: hidden;
        border: 1px solid #f0f0f0;
        text-align: center;
        display: table;
        height: 100%;
        width: 100%;
    }

    .product-offers .offer-row {
        display: table-row;
        width: 100%;
        height: 100%;
    }

        .product-offers .offer-row > div {
            padding: 10px 25px;
        }

    .product-offers .field-header {
        background: #f1f1f1;
        color: #909090;
        display: table-cell;
    }

    .product-offers .item-price {
        color: #7298bd;
        display: table-cell;
        height: 100%;
    }

    .product-offers .hamburger-menu {
        display: none;
        height: 100%;
    }

    .product-offers .product-offer-button {
        display: block;
        margin: auto;
    }

    .product-offers .hamburger-menu span {
        display: inline-flex;
        align-items: center;
        height: 100%;
    }

    .product-offers .expiration-condensed {
        display: none;
    }

    .product-offers .expiration-full-size {
        display: table-cell;
    }

.terms-of-service label:after {
    left: 4px !important;
}

@media only screen and (max-width: 500px) {
    .product-offers {
        font-size: 14px;
    }

        .product-offers .product-offer-button {
            font-size: 14px !important;
        }

        .product-offers .expiration-condensed {
            display: table-row;
        }

        .product-offers .expiration-full-size {
            display: none;
        }
}

.inline-error-message {
    font-size: 13px;
    color: #d0342c;
    text-align: center;
}

.volqa-bar-notification-container {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 1840;
    display: flex;
    flex-direction: column;
}

.volqa-bar-notification {
    display: flex;
    flex-direction: row;
    width: 370px;
    padding: 18px;
    margin-top: 10px;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    line-height: 20px;
    text-transform: none;
    border-top: 6px solid #7298bd;
    background: #fff;
    box-shadow: 0 0 14px rgba(0, 0, 0, .06);
}

    .volqa-bar-notification.error {
        border-top-color: #e75862;
    }

    .volqa-bar-notification.warning {
        border-top-color: #ffaa46;
    }

    .volqa-bar-notification.success {
        border-top-color: #3eaf5a;
    }

.volqa-notification-logo {
    height: 42px;
    margin-right: 12px;
    margin-top: auto;
    margin-bottom: auto;
}

.volqa-bar-notification .close {
    margin-right: 0px;
    margin-left: auto;
    margin-top: auto;
    margin-bottom: auto;
    width: 32px;
    height: 32px;
    background: #fff url(../../../../Themes/Venture/Content/img/close.svg) center no-repeat;
    cursor: pointer;
}

.volqa-bar-notification .content {
    margin: auto 0px;
}

.ui-tabs .ui-tabs-nav li {
    display: inline-block !important;
}

@media only screen and (max-width: 500px) {
    .ui-tabs .ui-tabs-nav li a {
        padding: 10px !important;
    }
}

.overview-buttons button {
    min-width: 260px;
    margin: 6px !important;
}

.slick-dots {
    width: fit-content;
    margin: 20px auto !important;
}

.product-offer-price-details {
    display: table;
    margin: auto;
    font-family: 'Lato', sans-serif;
    text-transform: none;
    font-size: 16px;
}

.product-offer-price-details-row {
    display: table-row;
}

.product-offer-price-details-label {
    display: table-cell;
    text-align: right;
    font-weight: 600;
    padding-bottom: 5px;
}

.product-offer-price-details-value {
    display: table-cell;
    padding-left: 5px;
    font-weight: 100;
}

.product-offer-price-details-summary-cell {
    padding-top: 3px;
    border-top: dashed 1px;
}

.product-offer-details-accept-container .captcha-box {
    margin-bottom: 10px !important;
}

.customer-digital-assets .product-grid .product-item {
    padding: 0px;
}

    .customer-digital-assets .product-grid .product-item .quick-view-button {
        display: none !important;
    }

    .customer-digital-assets .product-grid .product-item .add-info .buttons {
        display: none !important;
    }

    .customer-digital-assets .product-grid .product-item .add-info .prices {
        display: none !important;
    }

.customer-digital-assets .item-box .picture img {
    height: auto;
    display: block;
    position: relative;
}

.customer-digital-assets .item-box .picture a:before {
    padding-top: unset;
}

.customer-digital-assets .item-box .btn-group {
    margin: 0px;
}


.customer-digital-assets .product-rating-box {
    display: none !important;
}

@font-face {
    font-family: "Font Awesome 6 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(~/Plugins/Volqa.Nop.NftProduct/Content/styles/fontawesome-6.4.2/webfonts/fa-brands-400.woff2) format("woff2"),url(~/Plugins/Volqa.Nop.NftProduct/Content/styles/fontawesome-6.4.2/webfonts/fa-brands-400.ttf) format("truetype")
}


.customer-digital-assets-menu a:before {
    content: '\f42e';
    font-family: 'Font Awesome 6 Brands' !important;
    font-size: 16px !important;
}


.product-essential-wrapper {
    padding: 0 !important;
}

.product-page-bottom {
    padding: 15px 0 0 !important;
}

.CurrentOwnerName {
    color: #7298bd;
    font-weight: 600;
}

.owned-asset-status {
    background-color: #000000b3;
    padding: 6px 12px;
    position: absolute;
    top: 10px;
    left: 10px;
    color: #f3cc2e;
    font-size: 14px;
}

@media only screen and (max-width: 522px) {
    .item-box {
        width: 100% !important;
        margin-left: 0 !important;
    }
}
