/* Layout - common styles */

@font-face {
    font-family: 'Calibri';
    src: url('/assets/fonts/Calibri.ttf') format('truetype'),
        url('/assets/fonts/Calibri.eot') format('embedded-opentype');
}

@font-face {
    font-family: 'Calibri Light';
    src: url('/assets/fonts/Calibri Light.ttf') format('truetype'),
        url('/assets/fonts/Calibri Light.eot');
}

@font-face {
    font-family: 'Calibri Bold';
    src: url('/assets/fonts/Calibri Bold.ttf') format('truetype'),
        url('/assets/fonts/Calibri Bold.eot');
}

@font-face {
    font-family: 'Futura Bold';
    src: url('/assets/fonts/Futura Bold.otf') format('opentype'),
        url('/assets/fonts/Futura Bold.eot');
}

@font-face {
    font-family: 'Futura Book';
    src: url('/assets/fonts/Futura Book.ttf') format('truetype'),
        url('/assets/fonts/Futura Book.eot');
}

@font-face {
    font-family: 'Futura Light';
    src: url('/assets/fonts/Futura Light.ttf') format('truetype'),
        url('/assets/fonts/Futura Light.eot');
}

@font-face {
    font-family: 'Futura Medium';
    src: url('/assets/fonts/Futura Medium.ttf') format('truetype'),
        url('/assets/fonts/Futura Medium.eot');
}

@font-face {
    font-family: 'Futura Heavy';
    src: url('/assets/fonts/Futura Heavy.ttf') format('truetype'),
        url('/assets/fonts/Futura Heavy.eot');
}

* {
    font-family: "Calibri", sans-serif;
    font-weight: 100;
    font-size: 14px;
    -webkit-text-size-adjust: none;
    letter-spacing: 0.64px;
    background-repeat: no-repeat;
}

a {
    color: #2F2F2F;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

strong,
strong span {
    font-family: "Calibri Bold";
}

html,
body {
    background-color: #FFF;
    margin: 0;
    padding: 0;
    height: 100%;
}

html {
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
}

#app {
    min-height: 100%;
}

a {
    text-decoration: none;
}

p,
ul {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Futura Bold", sans-serif;
    text-transform: uppercase;
    color: #19110B;
    letter-spacing: 0.8px;
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 20px;
}

h2 {
    font-size: 30px;
    letter-spacing: 1.2px;
    margin: 0;
}

h3 {
    font-size: 20px;
}

.min-vh-100 {
    min-height: 100vh !important;
}

table {
    border-collapse: separate;
    border-spacing: 0 10px;
    font-size: 18px;
    letter-spacing: 0.72px;
}

input {
    margin: 0;
}

@media screen and (max-width: 40em) {
    .responsiveTable tbody tr {
        border-top-width: 0 !important;
        border-left-width: 0 !important;
        border-right-width: 0 !important;
    }

    .responsiveTable tbody tr:last-child,
    .responsiveTable tbody tr.expanded {
        border-bottom-width: 0 !important;
    }

    .notes .input {
        width: auto !important;
        margin-bottom: 16px !important;
    }

    .container>h2 {
        margin-left: 16px;
    }

    .pr-16 {
        padding-right: 0 !important;
    }
}

table tbody {
    background-color: #FFF;
}

table img {
    margin-right: 16px;
}

.text-center {
    text-align: center !important;
}

.text-left {
    text-align: left !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

nav.categories div {
    margin-right: 16px;
}

nav.categories div:last-child {
    margin-right: 0;
}

nav.categories {
    margin-top: 32px;
    padding: 0 16px;
}

nav.categories div.active a {
    font-family: "Calibri Bold";
}

nav.categories a {
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Calibri Light";
    font-size: 20px;
    letter-spacing: 0.8px;
}

strong {
    font-family: "Calibri Bold";
}

.alert {
    margin: 16px 0px 16px 0px;
    padding: 24px;
    background-color: #F6F6F6;
    border-radius: 5px;
}

footer .alert {
    padding: 16px;
}

.alert h3 {
    text-align: left !important;
    font-size: 14px;
    letter-spacing: 0.56px;
    color: #2F2F2F !important;
    font-family: "Futura Bold";
}

.alert p,
.alert p span,
.alert p span a {
    color: #2F2F2F !important;
    font-family: "Calibri Light";
    font-size: 14px;
    letter-spacing: 0.56px;
    text-align: left;
}

.alert p span a {
    text-decoration: underline;
}

.alert p {
    margin: 8px 16px 0 0;
}

.alert .icon {
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 23px;
    width: 58px;
    height: 58px;
    min-width: 58px;
    min-height: 58px;
    margin-right: 24px;
}

.alert .icon-ellipse {
    background-color: #FFF;
    width: 39px;
    height: 39px;
    border-radius: 30px;
    background-position: center;
    background-repeat: no-repeat;
}

.alert a {
    text-decoration: underline;
}

.alert,
.alert.error {
    margin-left: 0;
    margin-right: 0;
}

.alert.error .icon {
    background-color: #F7103D;
}

.alert.error .icon-ellipse {
    background-image: url('/assets/icons/alert-error.svg');
}

.alert.success .icon {
    background-color: #37AC95;
}

.alert.success .icon-ellipse {
    background-image: url('/assets/icons/alert-success.svg');
}

.alert.info .icon {
    background-color: #0E66E7;
}

.alert.info .icon-ellipse {
    background-image: url('/assets/icons/alert-info-2.png');
    background-size: 16px;
}

.alert.warning .icon {
    background-color: #EB9200;
}

.alert.warning .icon-ellipse {
    background-image: url('/assets/icons/alert-warning.png');
    background-size: 12px;
}

.card {
    background-color: #F6F6F6;
    margin: 16px 0 0 0;
    padding: 25px;
    border-radius: 5px;
}

.card.black {
    background-color: #000;
}

.card h3 {
    font-size: 20px;
    letter-spacing: 0.8px;
}

.card.black h3 {
    color: #FFF;
}

.card .card {
    background-color: #FFF;
    height: 90px;
}

.card .listing-card{
    background-color: #FFF;
    padding: 15px;
    height: 100% !important;
}

.card .card label {
    display: block;
    font-family: "Calibri";
    font-size: 14px;
    letter-spacing: 0.56px;
}

.card .card ul {
    margin-top: 5px;
}

.card .card li {
    list-style-type: none;
    font-family: "Futura Bold";
    font-size: 18px;
    letter-spacing: 0.4px;
    float: left;
    margin-left: 32px;
}

.card .card li::before {
    content: "\2022";
    /* Add content: \2022 is the CSS Code/unicode for a bullet */
    font-weight: bold;
    /* If you want it to be bold */
    display: inline-block;
    /* Needed to add space between the bullet and the text */
    width: 1em;
    /* Also needed for space (tweak if needed) */
    margin-left: -1em;
    /* Also needed for space (tweak if needed) */
}

.card .card li.invited::before {
    color: #279EDD;
}

.card .card li.active::before {
    color: #0CC383;
}

.card .card li.inactive::before {
    color: #F50544;
}

.card .card {
    margin: 0;
}

.card .actions {
    background-color: #F7F5F4;
    padding: 16px;
}

.ReactModal__Content .content p {
    margin-bottom: 16px;
    font-family: "Futura Bold";
    font-size: 20px;
}

.ReactModal__Content .content {
    padding: 16px;
}

.ReactModal__Content .actions {
    background-color: #F7F5F4;
    padding: 16px;
    text-align: right;
}

table {
    width: 100%;
}

.list-toolbar {
    padding-bottom: 16px;
}

.list-toolbar .Dropdown-root {
    margin-right: 16px;
    border-radius: 5px !important;
}

#contacts .list-toolbar .Dropdown-root {
    width: 250px;
}

.list-toolbar .Dropdown-control {
    padding: 16px 0 16px 24px;
}

.list-toolbar .Dropdown-option {
    padding: 8px 24px !important;
}

.list-toolbar .Dropdown-arrow {
    top: 21px !important;
    height: 8px !important;
    width: 16px !important;
    background-image: url('/assets/icons/dropdown-arrow.svg');
}

.list-toolbar strong {
    font-family: "Futura Heavy";
    font-size: 16px;
    letter-spacing: 0.64px;
    color: #050505 !;
    white-space: nowrap !important;
}

.list-toolbar #search .content a,
.list-toolbar .Dropdown-control *,
.list-toolbar .Dropdown-option {
    font-family: "Calibri";
    font-size: 16px;
    letter-spacing: 0.96px;
    color: #A0A0A0;
    text-transform: none;
}

img.loading {
    display: block;
    margin: 5px auto;
    width: 45px;
    height: 45px;
}

.no-results,
.loading {
    text-align: center;
    margin-top: 32px;
    margin-bottom: 32px;
}

.no-results p,
.loading p {
    font-family: "Futura Book" !important;
    font-size: 16px !important;
    text-align: center !important;
}

.no-results p {
    margin-bottom: 16px;
}

.loading p {
    margin-top: 16px;
}

.card input {
    background-color: #FFF;
    color: #2F2F2F;
    height: 40px;
    border: 1px solid #EDECE9;
}

header {
    text-align: center;
}

.headroom a.logo img {
    width: 81px;
    height: 81px;
    margin: 8px 0;
}

header .main-header-row {
    padding: 32px 0 16px 0 !important;
}

header div.main-header-row .col-md-4 * {
    vertical-align: middle;
}

header div.main-header-row .col-md-4 {
    text-align: center;
}

header div.main-header-row .col-md-4:first-child {
    text-align: left;
}

header div.main-header-row .col-md-4:last-child {
    text-align: right;
    padding-top: 25px;
}

div#default.black,
div#default.black .headroom {
    background-color: #0E0F12;
}

div#default.black #error,
div#default.black #page {
    background-color: white;
}

div#default.black span.burger-icon {
    background-image: url('/assets/icons/hamburger-white.svg');
}

div#default.black header hr {
    display: none !important;
}

.headroom .cart {
    position: relative;
    display: inline-block;
    margin-right: 32px;
}

.headroom .cart span.icon {
    display: inline-block;
    background-image: url("/assets/icons/cart.png");
    background-size: cover;
    width: 32px;
    height: 32px;
}

.headroom .cart span.count {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background-color: #2285FF;
    color: #FFF;
    font-size: 10px;
    display: block;
    position: absolute;
    top: 0;
    left: 20px;
    text-align: center;
}

.title h2 {
    margin: 14px 0 8px 0;
    font-size: 26px;
}

.title.separator {
    margin: 0 !important;
}

.cart-icon-container {
    min-width: 64px;
}

#default .headroom {
    background-color: white;
}

#default .headroom.headroom--pinned {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
}

#default .headroom-wrapper.landing .headroom {
    background-color: #0E0F12;
}

.slide-pane__overlay.overlay-after-open {
    padding-top: 0;
    z-index: 9999999999;
}

.bm-menu-wrap {
    height: 100vh !important;
}

.bm-menu-wrap .bm-menu {
    padding: 2.5em 0 0;
}

@media screen and (max-width: 1199px) {
    .logo-mobile {
        display: block;
    }

    .logo-desktop {
        display: none;
    }

    #authentication .logo-mobile {
        display: none;
    }

    #authentication .logo-desktop {
        display: block;
    }

    #default .headroom {
        background-color: #000 !important;
    }

    a.logo img {
        width: 39px !important;
        height: 39px !important;
        margin: 0 !important;
        padding: 7px;
    }

    #search {
        background-color: #000;
    }

    #search input.search {
        background-color: #FFF;
        color: #000;
        border: none;
        height: 34px;
        padding-left: 32px;
        margin: 6px 16px 8px 16px;
        background-size: 12px;
        max-width: none;
    }

    #filters button.next {
        width: 100%;
        margin: 0 16px 0 16px;
    }

    .react-multiple-carousel__arrow {
        display: none;
    }

    .headroom .cart span.icon {
        background-image: url("/assets/icons/cart-white.png");
    }
}

@media (max-width: 800px) {
    .cart-sliding-pane {
        width: 100% !important;
    }

    .quick-search input {
        width: 100% !important;
    }

    .quick-search.listings,
    .quick-search.products {
        width: 100% !important;
    }
}

@media (min-width: 801px) {
    .cart-sliding-pane {
        width: 550px !important;
    }
}

#cart .header {
    margin-bottom: 32px;
}

#cart input.quantity,
#checkout input.quantity {
    flex: none;
    display: inline-block;
    height: 32px;
    text-align: center;
    width: 40px;
    padding: 0;
}

#cart .price {
    margin-left: 10px;
}

#cart .price,
#checkout .price {
    font-family: "Futura Bold";
}

#checkout {
    padding: 16px;
}

#checkout h3 {
    margin-bottom: 16px;
    font-family: "Futura Medium";
}

#checkout .total h3 {
    font-weight: "Futura Bold";
    margin-bottom: 0;
    text-transform: none;
}

#checkout .alert {
    margin-bottom: 16px;
}

#checkout .alert h3 {
    margin: 0;
    font-family: "Futura Book";
}

#checkout {
    margin-bottom: 64px;
}

#checkout p a {
    font-family: "Calibri Bold";
    text-decoration: "underline";
}

.rewards.action-row button,
#payment .action-row button {
    width: 100%;
}

.total .amount {
    font-family: "Futura Bold";
    font-size: 16px;
}

.total span {
    font-family: "Futura Medium";
    font-size: 14px;
}

#cart h2 {
    font-size: 24px;
    text-align: left;
}

#cart ul {
    margin: 32px 0 0 0;
}

#cart div.actions {
    text-align: center;
    margin-top: 32px;
}

#cart div.actions button {
    width: 100%;
}

#cart .empty h3 {
    font-size: 10px;
    margin-top: 64px;
}

#cart .empty p {
    margin-top: 16px;
}

#cart .empty a {
    margin-top: 32px;
}

#cart .empty button {
    width: 100%;
}

ul.product-list li {
    min-height: 55px;
    padding: 0 0 0 0;
}

ul.product-list li img {
    width: 60px;
    object-fit: cover;
    margin-right: 32px;
}

ul.product-list li img.remove {
    width: 6px;
    height: 6px;
    margin-right: 0;
}

ul.product-list li div.details h5 {
    margin: 0;
    font-size: 12px;
    font-family: "Futura Bold";
}

ul.product-list li div.details a.remove {
    font-family: "Calibri Light";
    font-size: 11px;
}

ul.product-list li div.details p {
    font-family: "Calibri Light";
    margin-top: 4px;
    font-size: 11px;
}

ul.product-list li a {
    text-decoration: none;
}

div.listing {
    border: 1px solid #EDECE9;
    text-align: center;
    max-width: 285px;
    height: 480px;
    padding: 32px;
    margin: 0 16px 16px 0;
}

.list-container {
    background-color: #F6F6F6;
    border-radius: 5px;
}

#listings-manage .infinite-scroll-component {
    overflow: inherit !important;
}

#listings-manage .list-container .listing-details-row {
    background-color: #FFF;
    box-shadow: 0px 3px 8px #6E6C6529;
    border-radius: 5px;
    margin-bottom: 12px;
}

#listings-manage .list-container .listing-details-row:last-child {
    margin-bottom: 16px !important;
}

#listings-manage .list-container .listing-details-row h3 {
    font-family: "Futura Bold";
    font-size: 16px;
    letter-spacing: 0.64px;
}

#listings-manage .list-container .listing-details-row .image img {
    border-radius: 35px;
    height: 115px;
    max-width: 60px;
    object-fit: contain;
}

#listings-manage .list-container .listing-details-row .details span {
    display: block;
    font-family: "Calibri Light";
    font-size: 18px;
    letter-spacing: 0.72px;
}

#listings-manage .list-container .listing-details-row .stats {
    text-align: right;
}

#listings-manage .list-container .listing-details-row .details span.price {
    font-family: "Calibri Bold";
}

@media screen and (min-width: 700px) {
    #listings-manage .list-container .listing-details-row .switch-container {
        border-right: 1px solid #EDECE9;
        margin-right: 20px;
    }
}

#listings-manage .list-container .listing-details-row .switch {
    margin-top: 12px;
}

#listings-manage .list-container .listing-details-row .switch label,
.active-switch-container label {
    font-family: "Calibri Light";
    font-size: 16px;
    width: 175px;
    margin-right: 16px;
    display: block;
    text-transform: none;
    text-align: right;
    letter-spacing: 0.64px;
}

#listings-manage .list-container .listing-details-row .count {
    box-shadow: none;
    background-color: #FFF;
    color: #000;
    height: 28px;
    padding-right: 28px;
    cursor: default;
    background-repeat: no-repeat;
}

.count.likes {
    background-image: url("/assets/icons/star.svg");
    background-size: 18px;
    background-position: right 4px top 6px;
}

.count.views {
    background-image: url("/assets/icons/eye-black.svg");
    background-size: 20px;
    background-position: right 4px top 10px;
}

#listings-manage .list-container .listing-details-row button {
    height: 33px !important;
}

.react-switch-bg {
    border: 1px solid #E3E5F0 !important;
}

.react-switch-handle {
    /* top: 2.5px !important; */
}

.shipment .tracking-link {
    font-family: "Futura Bold";
    text-decoration: underline;
}

.shipment .meta,
.shipment .meta time {
    text-align: right;
    font-family: "Calibri Light";
}

.shipment .locations time {
    display: inline-block;
    width: 120px;
}

@media screen and (max-width: 700px) {
    div.listing {
        margin: 0;
        border-left: 0;
    }
}

@media screen and (max-width: 1400px) {
    .listing.vertical h4 {
        margin-bottom: 12px !important;
    }

    div.listing .star a {
        width: 22px;
        height: 21px;
    }

    div.listing .star.product-icon a {
        width: 33px;
        height: 33px;
    }

    .badges {
        top: 60px !important;
        right: 16px !important;
        width: 22px !important;
    }

    .badge.exclusive {
        width: 16px;
        height: 12px;
    }

    .badge.investment {
        width: 17px;
        height: 11px;
    }

    .badge.hot {
        width: 12px;
        height: 16px;
    }

    .badge.rare {
        width: 15px;
        height: 13px;
    }
}

div.listing a {
    text-decoration: none;
}

div.listing.cell {
    height: auto;
    border: none;
    margin: 0;
    padding: 0;
}

div.listing.cell .image img {
    height: 60px;
    margin-right: 4px;
    object-fit: cover;
}

div.listing.cell .description {
    text-align: left;
}

div.listing.cell .description p {
    margin-top: 8px;
}

div.listing.cell .description p a {
    font-size: 18px;
}

div.listing.cell .description small time {
    font-size: 16px;
    font-family: "Calibri Light";
    letter-spacing: 0.64px;
}

.listing.vertical {
    height: auto;
    padding: 16px;
    max-width: 305px;
    text-align: center;
    position: relative;
}

.badges {
    position: absolute;
    top: 80px;
    right: 21px;
    text-align: center;
    width: 23px;
}

#product .badges {
    top: 21px;
}

.badge {
    display: block;
    margin: 0 auto 16px auto;
    background-size: contain;
}

.badge.exclusive {
    width: 22px;
    height: 15px;
    background-image: url('/assets/icons/crown.svg');
}

.badge.investment {
    width: 23px;
    height: 14px;
    background-image: url('/assets/icons/investment.svg');
}

.badge.hot {
    width: 16px;
    height: 25px;
    background-image: url('/assets/icons/fire.svg');
}

.badge.rare {
    width: 21px;
    height: 19px;
    background-image: url('/assets/icons/diamond.svg');
}

.badge.available {
    width: 9px;
    height: 9px;
    border-radius: 9px;
    background-color: #87E20C;
}

.badge.merchant {
    width: 9px;
    height: 9px;
    border-radius: 9px;
    background-color: #785EF7;
}

.listing.vertical h3 {
    font-family: "Futura Bold";
    font-size: 22px;
    letter-spacing: 0.88px;
    margin-bottom: 0;
}

.listing.vertical h4 {
    font-family: "Calibri Bold";
    font-size: 16px;
    letter-spacing: 0.64px;
    margin-top: 0;
    min-height: 40px;
    margin-bottom: 0;
}

.listing.vertical .image {
    height: 260px;
    padding-bottom: 24px;
}

.listing.vertical .image img {
    height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.listing.vertical span.price span {
    font-family: "Calibri Light";
    font-size: 20px;
    letter-spacing: 0.8px;
}

.star {
    text-align: right;
}

.star a {
    display: inline-block;
    width: 33px;
    height: 32px;
    cursor: pointer;
    background-image: url('/assets/icons/star-2.svg');
    background-size: contain;
}

.star.product-icon a {
    background-image: url('/assets/icons/inactive-heart.svg');
    background-size: 15px 13px;
    background-position: center;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
}

.star.small a {
    width: 22px;
    height: 21px;
}

.star.small.product-icon a {
    width: 33px;
    height: 33px;
}

.star a.active {
    background-image: url('/assets/icons/star-active.svg');
}

.star.product-icon a.active {
    background-image: url('/assets/icons/active-heart.svg');
}

img.avatar {
    width: 47px;
    height: 47px;
    cursor: pointer;
    border-radius: 16px;
}

.avatar-with-status {
    position: relative;
}

.online-status {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    border: 1px solid #FFF;
    position: absolute;
    bottom: 0;
    left: 32px;
    background-color: #F6F6F6;
}

.online-status.away {
    background-color: #EABE2B;
}

.online-status.online {
    background-color: #87E20C;
}

.react-datepicker-wrapper {
    width: 100%;
    display: flex !important;
}

.react-datepicker__input-container {
    display: flex !important;
}

.input-with-button {
    height: 47px;
    border-radius: 5px;
    padding: 4px 8px;
    background-color: #EBEBEB;
}

.input-with-button button {
    height: 38px;
}

.input-with-button input {
    text-align: left;
    border: none !important;
    background-color: #EBEBEB;
    padding-left: 12px;
}

.input-with-button input::placeholder {
    text-transform: none !important;
}

.avatar-input {
    margin-left: 16px;
    width: 65px;
    position: relative;
}

.avatar-input .avatar {
    width: 65px;
    height: 65px;
    border-radius: 21px;
}

.input-button {
    display: block;
    position: absolute;
    width: 25px;
    height: 25px;
    border-radius: 25px;
    cursor: pointer;
    background-color: #2286FF;
    background-image: url('/assets/icons/plus-white.svg');
    background-repeat: no-repeat;
    background-position: center;
}

.avatar-input .input-button {
    right: -8px;
    top: 45px;
}

.avatar-input .input-button.edit {
    right: -35px;
}

.avatar-input .input-button.edit {
    background-position: center center;
    background-image: url('/assets/icons/edit.svg');
    background-size: 12px 12px;
    background-color: #FFF;
    box-shadow: 0px 3px 6px #00000029;
}

#search {
    text-align: center;
}

#search input {
    max-width: 430px;
}

#search input,
.quick-search input {
    border: 2px solid #EDECE9;
    border-radius: 5px;
    font-size: 16px;
    background-color: #FFF;
    color: #000;
    padding-left: 50px;
    background: 12px url('/assets/icons/loupe.svg') no-repeat;
}

.quick-search .react-autosuggest__container {
    display: flex !important;
    flex-direction: column !important;
}

.quick-search .react-autosuggest__suggestion {
    flex: 0 0 auto;
    width: 50%;
}

@media (min-width: 768px) {
    .quick-search .react-autosuggest__suggestion {
        flex: 0 0 auto;
        width: 25%;
    }
}

.quick-search .react-autosuggest__suggestions-list {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x)/ -2);
    margin-left: calc(var(--bs-gutter-x)/ -2);
    margin-top: 15px;
}

@media (min-width: 700px) {
    .quick-search .react-autosuggest__suggestions-list {
        padding-left: 15px;
    }
}

#search input {
    height: 55px;
}

input:disabled,
input:disabled::placeholder {
    color: #999999 !important;
}

.read-only .rug-handle,
.read-only .rug-card-remove {
    display: none !important;
}


@media screen and (min-width: 800px) {
    .quick-search input {
        min-height: 40px;
        height: auto;
        border: 1px solid #EDECE9;
        background-size: 12px;
        width: 310px;
    }
}
.quick-search.contacts {
    display: flex;
    padding: 0;
}

div.suggestion {
    padding: 16px;
    border: 1px solid #EDECE9;
    cursor: pointer;
}

div.suggestion img {
    margin-right: 32px;
}

div.suggestion p {
    margin-top: 16px;
}

.quick-search input::placeholder {
    text-transform: none;
    color: #32373A;
}

#search input::placeholder {
    color: #32373A;
    text-transform: none;
}

#search #overlay {
    opacity: 0.48;
    background-color: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9999;
}

#filters .mobile-pivots {
    background-color: #F7F5F4;
}

#filters button.light {
    margin-right: 16px;
    background-color: transparent;
}

#search .content a,
.Dropdown-control *,
.Dropdown-option,
#filters .mobile-pivots span {
    text-transform: uppercase;
    font-family: "Calibri Light";
    font-size: 18px;
}

#search .Dropdown-control {
    padding-right: 0;
}

#search .Dropdown-placeholder {
    padding-right: 0;
}

#filters .Dropdown-placeholder {
    padding-right: 16px;
}

#filters .mobile-pivots span {
    margin-left: 16px;
    margin-right: 16px;
}

#filters .loading {
    margin: 0;
}

#search .Dropdown-control *,
#search .Dropdown-option {
    text-align: left;
    padding: 8px 16px 10px 64px;
    font-size: 17px;
}

#search .filter-container {
    padding-left: 16px;
    width: 150px;
    text-align: left;
}

#filters .Dropdown-control,
#filters .Dropdown-control * {
    text-align: center;
    background-color: #F7F5F4;
}

#filters .Dropdown-option {
    background-color: #F7F5F4;
    padding-left: 16px;
}

.Dropdown-option {
    padding: 16px;
    white-space: nowrap;
}

#filters .Dropdown-control {
    padding-left: 0;
    padding-right: 0;
}

#search .Dropdown-menu {
    right: 0;
    top: 91px;
    box-shadow: none;
    padding: 16px;
    background-color: #FBFAF9;
    border: none;
    width: auto;
}

.Dropdown-control {
    cursor: pointer !important;
}

.Dropdown-root,
.Dropdown-root:hover,
.Dropdown-root:hover *,
.Dropdown-root * {
    border-width: 0 !important;
    box-shadow: none;
}

#filters .Dropdown-menu {
    width: 309px;
    padding-left: 64px;
    padding-right: 32px;
}

.Dropdown-option.is-selected {
    background-color: transparent !important;
}

.Dropdown-option:hover {
    background-color: transparent !important;
}

.Dropdown-control:hover,
.Dropdown-control:active {
    border: 0;
    box-shadow: none !important;
}

#search .Dropdown-arrow-wrapper {
    display: none;
}

.ReactModal__Content {
    padding: 0 !important;
    border: 0px solid #000 !important;
}

.ReactModal__Overlay {
    background-color: rgba(0, 0, 0, 0.9) !important;
    z-index: 99;
}

.ReactModal__Body--open {
    overflow: hidden;
    /* prevents background page from scrolling when the modal is open */
}

#filters {
    background-color: #FBFAF9;
}

#filters .filters {
    padding: 16px 32px 0 32px;
    background-color: #FFF;
    z-index: 999;
}

.search-sliding-pane {
    width: 100% !important;
}

.search-overlay {
    margin-top: 100px;
}

.search-overlay .slide-pane__content {
    padding: 0;
    height: 100%;
}

@media screen and (max-width: 1199px) {
    #filters .pivots {
        width: 100% !important;
    }

    #filters {
        height: 100%;
    }

    #filters .d-xl-flex,
    #filters .pivots {
        box-shadow: none !important;
        height: 100% !important;
    }

    .multiselect.search-bullets {
        margin-bottom: 16px;
    }

    .homepage #search {
        display: none !important;
    }

    .homepage .header-separator {
        display: none !important;
    }
}

.homepage .header-separator {
    border: none !important;
}

div.radio {
    border: 1px solid #E3E5F0;
    border-radius: 8px;
    opacity: 1;
    width: 16px;
    height: 16px;
}

.filter-sort .d-flex {
    margin-top: 16px;
    cursor: pointer;
}

div.label {
    font-family: "Futura Light";
    font-size: 16px;
    padding-left: 12px;
    letter-spacing: 0.32px;
}

div.radio.checked {
    background-image: url('/assets/radio.svg');
}

@media screen and (min-width: 1199px) {
    #filters .filters {
        width: 760px;
    }
}

#filters .actions {
    background-color: #EBEBEB;
    padding: 16px 32px 16px 32px;
    text-transform: uppercase;
    font-family: "Calibri";
    letter-spacing: 1.92px;
}

#filters .count {
    background-color: #FFF;
    padding: 16px 32px 40px 32px;
}

#filters .back {
    background-image: url('/assets/icons/back.svg');
    background-repeat: no-repeat;
    background-position: left 32px center;
    padding-left: 60px;
    margin-top: 8px;
    height: 32px;
    cursor: pointer;
}

#filters .back .loading {
    zoom: 0.5;
}

#filters .back span {
    font-family: "Futura Heavy";
    font-size: 12px;
    letter-spacing: 0.48px;
}

.select-container input {
    font-size: 16px !important;
}

#filters .count span {
    font-family: "Futura Heavy";
    font-size: 16px;
    letter-spacing: 0.64px;
}

#filters button {
    height: 50px;
    width: 119px;
}

#filters .pivots {
    padding: 40px 0 40px 0;
    background-color: #F6F6F6;
    width: 418px;
    box-shadow: inset 0px 60px 50px -60px #00000029;
}

#filters .categories {
    border-bottom: 1px solid #EEE;
    padding: 40px 70px;
    background-color: #FFF;
}

#filters .categories a {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    font-family: "Futura Heavy";
    font-size: 18px;
    color: #717171;
    margin-right: 50px;
    text-transform: uppercase;
    letter-spacing: 0.72px;
}

#filters .pivots nav a {
    display: block;
    font-family: "Calibri Light";
    font-size: 18px;
    padding: 12px 0 12px 90px;
    text-transform: uppercase;
    letter-spacing: 0.72px;
}

#filters .pivots nav a.active {
    font-family: "Calibri Bold";
    background-color: #FFF;
}

#filters .categories a.active,
#filters .pivots nav a.active {
    color: #000;
}

.title-next a,
.title-prev a {
    width: 11px;
    display: block;
    height: 21px;
    background-repeat: no-repeat;
    cursor: pointer;
    background-size: contain;
}

.title-prev a {
    margin-left: 16px;
    background-image: url('/assets/icons/prev.svg');
}

.title-next a {
    margin-right: 16px;
    background-image: url('/assets/icons/next-2.svg');
}

#filters li {
    text-align: left;
    margin: 0 16px 16px 0;
}

#filters label {
    font-size: 18px;
    width: 310px;
    font-family: "Calibri Light";
        letter-spacing:0.72px;
    margin-right: 64px;
    margin-bottom: 16px;
}

#filters label small {
    color: #B9B9B9;
}

#filters input {
    width: 26px;
    height: 26px;
    display: inline-block;
}

#filters h3 {
    font-family: "Futura Heavy";
    font-size: 16px;
    margin: 16px 0;
    letter-spacing: 0.64px;
}

button.filter {
    border: 1px solid #626262;
    background-image: url('/assets/icons/filter.svg');
    background-position: right 10px center;
    padding-right: 32px;
    margin-right: 16px;
    margin-top: 6px;
    font-family: "Calibri Light";
    text-transform: none;
    font-size: 11pt;
    height: 34px;
}

#authentication a.logo {
    display: block;
    margin: 0 auto;
}

button {
    text-transform: uppercase;
    background-color: #000;
    border-radius: 5px;
    padding: 0 16px;
    height: 49px;
    border: 0;
    cursor: pointer;
    text-align: center;
    color: #FFF;
}

button.light {
    color: #000;
    background-color: #FFF;
    border: 1px solid #000;
}

button.secondary {
    color: #000;
    background-color: #FFF;
    margin-right: 16px;
}

button.create,
button.delete {
    background-position: right 10px center;
    background-repeat: no-repeat;
    padding-right: 45px;
    font-family: "Calibri Light";
}

button.next {
    background-position: right 10px center;
    background-repeat: no-repeat;
    font-family: "Calibri Light";
}

button.create {
    background-image: url('/assets/icons/plus-white.svg');
}

button.delete {
    background-image: url('/assets/icons/delete.svg');
    background-position: right 16px center;
    background-size: 12px;
}

button.share {
    background-image: url('/assets/icons/share.png');
    background-size: 50%;
    background-position: center;
    width: 48px;
    height: 48px;
    padding: 8px;
}

.interests h3 {
    font-family: "Calibri Bold";
    font-size: 14px;
    letter-spacing: 0.56px;
}

/* 
.row {
    --bs-gutter-x: 0 !important;
} */

.container,
.container-fluid,
.col-sm {
    padding: 0 !important;
}

.container-center {
    max-width: 720px;
}

#default footer {
    background-color: #000;
    margin-top: 32px;
}

#default footer * {
    color: #FFF;
}

footer .top {
    text-align: center;
    border-bottom: 1px solid #232321;
    padding: 32px;
}

footer .top div.item,
footer .top div.item div {
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 0;
    padding-top: 16px;
}

footer .top div.item div {
    background-image: url('/assets/icons/rectangle.svg');
    background-size: 86px 86px;
    height: 86px;
}

footer .top p {
    font-family: "Calibri Light";
    max-width: 200px;
    display: inline-block;
    text-transform: uppercase;
}

footer .top div.authenticity {
    background-image: url('/assets/icons/quality.svg');
    background-position-y: 38px;
}

footer .top div.direct {
    background-image: url('/assets/icons/report.svg');
    background-position-y: 40px;
}

footer .top div.unique {
    background-image: url('/assets/icons/handshake.svg');
    background-position-y: 45px;
}

footer .top div.tailor-made {
    background-image: url('/assets/icons/production.svg');
    background-position-y: 42px;
}

footer .top h3 {
    font-family: "Futura Bold";
    font-size: 14px;
    letter-spacing: 1.4px;
}

footer .top h3 p {
    font-family: "Calibri Light";
    font-size: 14px;
}

footer .bottom {
    padding: 32px;
}

footer .mailing-list h3 {
    color: #A9A59F;
    font-size: 14px;
    font-family: "Futura Medium";
    letter-spacing: 0.98px;
    margin: 0;
}

footer .mailing-list p {
    font-size: 16px;
    max-width: 330px;
    margin: 16px 0 16px 0;
}

footer .mailing-list input,
footer .mailing-list input ::placeholder {
    font-family: "Calibri Light";
    font-size: 16px;
}

footer .mailing-list input {
    width: 280px;
    height: 47px;
}

footer .links {
    text-align: right;
}

footer .links ul {
    border-bottom: 1px solid #232321;
    padding-bottom: 32px;
}

footer .links li {
    display: inline-block;
}

footer .links li a {
    font-family: "Futura Light";
    font-size: 14px;
    letter-spacing: 0.98px;
    text-decoration: none;
    text-transform: uppercase;
}

footer .links p {
    color: #A9A59F;
    font-size: 12px;
    margin: 5px 32px 0 0;
    letter-spacing: 0.84px;
    text-transform: uppercase;
}

footer .links p {
    margin-bottom: 32px;
}

footer .links a.logo {
    display: inline-block;
    background-image: url('/assets/RC white.svg');
    width: 58px;
    height: 58px;
    margin-bottom: 16px;
    background-size: contain;
}

footer .field-group {
    margin-top: 0;
}

footer .field-group .input-ct {
    display: block;
}

footer .field-group .input-ct input {
    color: #000 !important;
}

footer div.alert {
    margin-bottom: 16px;
}

/* Forms */

label {
    text-transform: uppercase;
    font-size: 18px;
}

.select label {
    font-size: 16px;
    letter-spacing: 0.64px;
    font-family: "Futura Bold";
    display: inline;
}

label span {
    font-family: "Futura Bold";
    margin-left: 10px;
    font-size: 12px;
    color: #D3D3D3;
}

.select-container {
    width: 100%;
}

.select-container .select__control {
    background-color: #F6F6F6;
    border: none;
    font-family: 'Calibri Light';
    text-transform: uppercase;
    font-size: 16px;
    color: #000;
    padding: 0 0 0 20px;
    min-height: 56px;
}

.select-container .select__control .select__placeholder,
.select__single-value {
    font-family: 'Calibri Light';
    text-transform: uppercase;
    font-size: 16px;
    color: #2F2F2F;
    background-color: transparent !important;
}

.select__menu small {
    color: #2F2F2F;
    font-size: 12px;
}

.select-container .select__control .select__value-container,
.select-container .select__control .select__value-container * {
    padding: 0;
    margin: 0;
}

.select__value-container--is-multi.select__value-container--has-value input {
    height: fit-content;
}

form .card .select-container {
    border: 1px solid #EDECE9;
}

form .card .select__placeholder,
.select__single-value,
form .select-container .select__control {
    /*   background-color: #FFF; */
    color: #2F2F2F;
}

.select__indicator-separator {
    display: none;
}

.card label {
    font-family: "Calibri Light";
    font-size: 18px;
    letter-spacing: 0.72px;
    color: #2F2F2F;
}

.card p {
    font-family: "Calibri Light";
    font-size: 14px;
    letter-spacing: 0.56px;
}

.field-group-multiselect.switch .error {
    margin-left: 156px;
}

.field-group-multiselect label {
    font-family: "Futura Bold";
    font-size: 16px;
    display: inline-block;
    letter-spacing: 0.64px;
    margin: 16px 0 24px 0;
}

.overview-others_container label{
    font-family: "Futura Bold";
    font-size: 16px;
    display: inline-block;
    letter-spacing: 0.64px;
    margin: 16px 0 24px 0;
}

.field-group-multiselect ul {
    max-width: 800px;
}

.field-group-multiselect.switch label {
    margin: 0 2px 0 0;
    width: 160px;
}

.field-group-multiselect.switch .input-ct {
    display: inline-block;
}

.multiselect ul {
    display: inline-block;
}

.multiselect li {
    display: inline-block;
    cursor: pointer;
    margin: 0 9px 9px 0;
    font-size: 14px;
    letter-spacing: 0.56px;
    border-radius: 10px;
    color: #000;
    background-color: #F6F6F6;
    padding: 9px 23px;
}

.multiselect li a.remove {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 0px 0 16px;
    background-size: cover;
    background-image: url('/assets/icons/cancel.svg');
}

.multiselect.inverted-colors li a.remove,
.multiselect li a.remove.black {
    background-image: url('/assets/icons/cancel-black.svg');
}

.multiselect.search-bullets li {
    margin: 9px 9px 0 0;
}

.multiselect:not(.inverted-colors) li.active {
    color: #FFF;
    background-color: #000;
}

.add-option {
    margin-top: 32px;

}

.add-option label {
    display: block;
    font-family: "Calibri Light";
    font-size: 16px;
    letter-spacing: 0.64px;
}

.add-option .input {
    width: 250px;
    position: relative;
    margin: 0;
    padding: 0;
}

.add-option input {
    background-color: #FFF;
    bordeR: 1px solid #EDECE9;
    border-radius: 0;
    height: 50px;
    width: 200px;
}

.add-option .input-button {
    right: 25px;
    top: calc(50% - 12px);
}

.add-option ::placeholder {
    font-family: "Calibri Light";
    font-size: 14px;
    color: #9D9D9D;
}

div.password {
    margin-top: 0;
}

.show-password {
    display: inline-block;
    position: absolute;
    width: 24px;
    height: 24px;
    right: 16px;
    top: 18px;
    background-image: url('/assets/icons/eye.svg');
}

input,
.field-group-textarea textarea {
    height: 56px;
    border-radius: 5px;
    border: none;
    padding: 0 20px;
    font-family: 'Calibri Light';
    font-size: 16px;
    flex: 1;
    background-color: #F6F6F6;
}

.field-group-textarea textarea {
    padding: 16px;
    min-height: 180px;
}

.field-group-textarea.short textarea {
    min-height: 50px;
}

.field-group-textarea ::placeholder {
    line-height: normal;
}

.StripeElement {
    margin: 0 8px 8px 0;
}

.payment-button .StripeElement {
    margin: 0 0 8px 0;
}

input[type="checkbox"],
input[type="radio"] {
    border: 1px solid #B2ADA6;
    padding: 0;
    margin: 0 10px 0 2px;
    vertical-align: middle;
    position: relative;
    bottom: 1px;
}

input[type='radio']:after {
    border: 1px solid #979797;
    border-radius: 15px;
    top: -3px;
    left: -2px;
    opacity: 1;
    width: 16px;
    height: 16px;
    position: relative;
    background-color: #FFF;
    content: '';
    display: inline-block;
    visibility: visible;
}

input[type='radio']:checked:after {
    background-image: url('/assets/radio2.svg');
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    background-size: 14px;
    background-color: #FFF;
    content: '';
    display: inline-block;
    visibility: visible;
}

input[type="checkbox"] {
    height: 18px;
}

input[type="radio"] {
    height: auto;
}

input:focus,
textarea:focus {
    outline: none !important;
    border: 1px solid #2684FF;
}

::placeholder {
    color: #2F2F2F;
    font-size: 16px;
    letter-spacing: 0.64px;
    text-transform: uppercase;
}

.field-group {
    margin-top: 16px;
}

.field-group .input-ct {
    display: flex;
    position: relative;
}

.input-ct .PhoneInputCountry {
    background-color: #F6F6F6;
    margin-right: 12px;
    padding-left: 16px;
    padding-right: 16px;
    border-radius: 5px;
}

.card .input-ct .PhoneInputCountry {
    background-color: #FFF;
    border: 1px solid #EDECE9;
    border-right-width: 0;
}

.PhoneInput {
    flex: 1;
}

.field-group-phone div.error {
    margin-left: 85px;
}

.field-group-phone .row {
    width: 100%;
}

.mt {
    margin-top: 16px;
}

.pr-16 {
    padding-right: 16px;
}

.pr-md-16 input,
.pr-16 input {
    padding: 0 0 0 20px;
    width: 130px;
}

.ph-1 {
    padding-left: 1px;
    padding-right: 1px;
}

.InputHundred input {
    width: 100%;
}

.ml-0 {
    margin-left: 0 !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.mr-12 {
    margin-right: 12px;
}

div.error:not(.alert) {
    margin: 3px 0 0 16px;
    color: red;
}

/* Progress-wizard */
ul.wizard-progress {
    margin-top: 42px;
    min-width: 320px;
}

.action-row .col-xxl-8 {
    margin-bottom: 16px
}

ul.wizard-progress li {
    float: left;
    width: 142px;
    height: 6px;
    background-color: #EDECE9;
    margin-right: 5px;
    border-radius: 3px;
}

ul.wizard-progress li.active {
    float: left;
    width: 143px;
    height: 6px;
    background-color: #19110B;
}

.collapsible__trigger {
    cursor: pointer;
    display: block;
    border-radius: 4px;
    margin-bottom: 1px;
    background-color: #000;
    padding: 16px;
    background-image: url('/assets/icons/down-white.svg');
    background-position: right 20px center;
    background-repeat: no-repeat;
    text-transform: uppercase;
}

.collapsible__trigger.is-closed {
    background-image: url('/assets/icons/right-white.svg');
}

.collapsible__trigger.is-closed.is-disabled {
    background-image: url('/assets/icons/lock.svg');
}

.collapsible__contentOuter {
    margin: 0 16px;
}

.collapsibles div.container {
    max-width: 920px;
}

#upload-product .collapsibles div.container,
#find-product .collapsibles div.container {
    max-width: none;
}

@media (max-width: 992px) {
    #find-product .collapsibles .collapsible__trigger.is-open {
        /* margin-top: 20px; */
    }
}

.collapsible__trigger div {
    font-family: "Futura Bold";
    font-size: 16px;
    letter-spacing: 0.8px;
    color: #fff;
}

.collapsible__contentInner {
    padding: 16px 0 16px 0;
}

/* Separator */
.separator {
    margin: 32px;
}

div.separator div {
    width: 100%;
}

div.separator .text-column {
    padding: 0;
    font-size: 12px;
    font-family: "Futura Medium";
    white-space: nowrap;
    letter-spacing: 0.28px;
    text-transform: uppercase;
    color: #A2A0A0;
}

hr {
    border-top: 0;
    border-bottom: 1px solid #EDECE9;
}

header .separator {
    margin: inherit 0;
}

header.landing {
    background-color: #0E0F12;
}

header.landing nav.categories {
    display: none;
}

header.landing .separator:last-child {
    display: none;
}

nav.categories {
    margin-top: 16px;
}

#landing {
    background-color: #0E0F12;
    background-repeat: no-repeat;
    opacity: 1;
    padding: 170px 32px;
}

#landing h1 {
    font-size: 60px;
    max-width: 1000px;
    letter-spacing: 2.4px;
    color: #FFF;
    margin: 0 0 60px 0;
}

@media (max-width: 1200px) {
    #landing h1 {
        font-size: 40px !important;
    }
}

#landing a.sign-up button {
    display: block;
    max-width: 350px;
    width: 100%;
    height: 69px;
    color: #FFF;
    background-color: #3A3B3E;
    border-radius: 5px;
    text-align: center;
    font-size: 20px;
    letter-spacing: 0.8px;
    background-image: url("/assets/icons/right-chevron.svg");
    background-repeat: no-repeat;
    background-position: right 90px center;
    background-size: 12px 16px;
    text-transform: uppercase;
}

#landing.member a.sign-up button {
    background-position: right 60px center;
}

section.news {
    background-color: #000;
    padding-bottom: 100px;
    padding-top: 60px;
}

section h2 {
    font-size: 32px;
    margin: 32px 0;
    letter-spacing: 2.4px;
}

section.news .page,
section.events .page {
    width: 100%;
    background-size: cover;
}

#page .content img {
    max-width: 100%;
}

section.news h2 {
    margin: 0 0 75px 0;
}

section.news h2,
section.news h3,
section.news p,
section.news a,
section.events h3,
section.events p {
    color: #FFF !important;
}

section.news h2 {
    text-align: center;
}

section.news h3,
section.events h3 {
    font-family: "Calibri Bold";
    font-size: 16px;
    margin-right: 64px;
    letter-spacing: 0.48px;
}

section.news .tags,
section.events .tags {
    position: absolute;
    top: 0;
    max-width: 300px;
    right: 0;
}

section.news .tags span,
section.events .tags span {
    width: 109px;
    height: 21px;
    font-size: 11px;
    letter-spacing: 0.44px;
    font-family: "Calibri Light";
    background-color: #000;
    margin-right: 8px;
    text-align: center;
    margin-top: 8px;
    padding-top: 8px;
    color: #FFF;
    display: inline-block;
}

section.news .page,
section.events .page {
    position: relative;
}

section.news .col-6:last-child .page {
    margin-left: 16px;
}

section.news .page:last-child {
    padding-bottom: 0;
}

section.news .page .text,
section.events .page .text {
    position: absolute;
    left: 16px;
    bottom: 32px;
    max-width: 450px;
}

section.news p,
section.events p {
    margin-top: 16px;
    transition: opacity 2s ease-out;
    opacity: 0;
    height: 0;
    overflow: hidden;
}

section.news .page:hover p,
section.events .page:hover p {
    opacity: 1;
    height: auto;
}

#authentication .body-ct,
#authentication header {
    margin: 0 16px;
    text-align: left;
    border-bottom: 0;
    padding-left: 0;
}

#authentication header {
    padding-top: 16px;
}

#authentication button {
    width: 237px;
    height: 49px;
    font-size: 16px;
}

#authentication .social-login {
    text-align: center;
}

#authentication .social-login button {
    width: 100%;
}

#recover-account {
    margin-top: 64px;
}

.social-login button {
    padding-left: 48px;
    background-repeat: no-repeat;
    background-position-x: 16px;
    background-position-y: center;
}

.social-login div.col-md-4 {
    text-align: left;
}

button.google {
    background-image: url('/assets/google.svg');
}

button.facebook {
    background-image: url('/assets/facebook.svg');
}

button.linkedin {
    background-image: url('/assets/linkedin.svg') !important;
}

#authentication .action-row {
    margin: 32px 0 64px 0;
}

.action-row {
    margin: 16px 0;
}

#authentication header img {
    width: 70px;
    height: 70px;
}

#authentication h1 {
    font-size: 30px;
    letter-spacing: 1.2px;
    text-align: center;
}

#authentication h2 {
    font-size: 20px;
    letter-spacing: 0.8px;
    margin: 16px 0 8px 0;
}

#authentication footer {
    min-height: 150px;
    padding: 16px 50px 16px 50px;
    background-color: #F6F5F3;
}

#authentication footer ul {
    margin-left: 20px;
    font-size: 15px;
    letter-spacing: 0.6px;
    line-height: 24px;
}

#authentication footer ul li {
    padding: 16px 0 16px 16px;
    border-bottom: 1px solid #EDECE9;
}

#authentication footer ul li:last-child {
    border: 0;
}

#authentication div.image {
    background-color: #000;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
}

div.phone-verification p {
    margin-right: 12px;
    text-align: right;
}

div.phone-verification a {
    text-decoration: underline;
}

div.phone-verification input {
    width: 100%;
}

div.phone-verification .field-group-number div.error {
    margin-left: 8px;
}

.button-width-dropdown {
    padding-left: 0 !important;
    padding-right: 3px;
}

.button-width-dropdown span.label {
    padding-left: 32px !important;
}

.button-width-dropdown span {
    color: #FFF;
}

.dropdown {
    display: inline-block;
}

.dropdown--active {
    position: relative;
}

.dropdown__content {
    width: -webkit-fill-available;
    display: none;
    position: absolute;
    right: 0;
    z-index: 999;
}

.dropdown-option {
    box-shadow: 0px 10px 20px #00000029;
    padding: 8px;
    background-color: #FFF;
}

.dropdown-option.clickable {
    cursor: pointer;
}

.dropdown-option.clickable:hover {
    background-color: #000;
    color: #FFF;
    border-radius: 3px;
}

.dropdown--active .dropdown__content {
    display: block;
}

.button-width-dropdown .dropdown {
    background-repeat: no-repeat;
    background-position: center right;
    background-image: url('/assets/icons/more.svg');
    width: 5px;
    margin: 0 8px 0 32px;
    cursor: pointer;
    height: 100%;
}

.field-group-number input::-webkit-outer-spin-button,
.field-group-number input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.field-group-number input {
    -moz-appearance: textfield;
}

#authentication div.video {
    background-color: #000;
}

#authentication video {
    display: block;
}

.auth-bg {
    background-image: url('/assets/auth_bg.png');
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-size: contain;
}

@media (min-width: 1600px) {
    .auth-bg {
        background-image: url('/assets/auth_bg_2x.png') !important;
    }
}

@media (max-width: 1600px) {
    #authentication .field-group-multiselect.switch .multiselect label {
        margin-right: 16px;
    }

    #authentication .field-group-multiselect.switch .multiselect li {
        width: 90px;
        text-align: center;
        margin: 0 0 9px 9px;
    }
}

.terms {
    margin-bottom: 32px;
}

.checkbox {
    margin: 16px 0;
}

.terms label,
.checkbox label {
    text-transform: none;
    font-family: "Calibri Light";
    font-size: 14px;
    letter-spacing: 0.56px;
    cursor: pointer;
}

.terms label a,
.checkbox label a {
    font-family: "Calibri Bold";
    text-decoration: underline;
}

#product .specification h2 {
    font-family: "Calibri Light";
    font-size: 26px;
    letter-spacing: 1.04px;
    border-bottom: 1px solid #EDECE9;
    padding-bottom: 10px;
}

#product h1 {
    font-size: 32px;
    margin-bottom: 16px;
}

#product h1 * {
    font-size: 32px;
    font-family: "Futura Bold", sans-serif;
    text-transform: uppercase;
    color: #19110B;
    letter-spacing: 0.8px;
    margin: 0;
    padding: 0;
}

#product .overview p.subtitle {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: "Futura Medium";
    margin-bottom: 16px;
}

#product .overview p.price {
    font-size: 18px;
    font-family: "Calibri Bold";
}

#product .overview p.price small {
    font-size: 16px;
    font-family: "Calibri Light";
    padding-left: 16px;
    color: #B9B9B9;
}

#product .overview button {
    width: 100%;
    height: 48px;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    margin: 12px auto;
    display: block;
}

#product .overview p.description,
#product .specification {
    font-family: "Calibri Light";
    font-size: 14px;
    line-height: 26px;
    margin: 32px 0 32px 0;
}

#product .specification {
    text-transform: uppercase;
}

#product .overview p.info {
    font-family: "Calibri Light";
    letter-spacing: 0.56px;
    font-size: 14px;
    text-transform: uppercase;
}

#product .overview p.actions {}

#product .overview p.actions button {
    color: #000;
    width: 180px;
    float: left;
    height: 48px;
    font-size: 16px;
    font-family: "Calibri";
    background-color: #FFF;
    border: 2px solid #000;
    border-radius: 4px;
    margin-right: 16px;
    display: inline-block;
}

#product .specification {}

#product .price,
#product .price span {
    font-family: "Calibri Bold";
    font-size: 18px;
}

#product .market-price,
#product .market-price span {
    font-family: "Calibri Light";
    font-size: 16px;
    color: #B9B9B9;
}

#product .specification h3 {
    margin-bottom: 16px;
}

#product .details {
    margin: 48px 48px 48px 40px;
}

@media (min-width: 1200px) {
    .logo-mobile {
        display: none;
    }

    .logo-desktop {
        display: block;
    }

    #default.black .logo-mobile {
        display: block;
    }

    #default.black .logo-desktop {
        display: none;
    }

    #product .details {
        max-width: 460px;
    }
}

div.bank-details {
    text-align: left;
}

.align-self-center {
    text-align: center;
}

.align-self-right {
    text-align: right;
}

p.small-text {
    color: #9D9D9D;
    font-family: "Futura Book";
    font-size: 14px;
    letter-spacing: 0.56px;
}

p.small-text a {
    font-size: 12px;
    font-family: "Futura Bold";
}

#landing-user,
#page {
    padding-bottom: 16px;
}

.breadcrumbs {
    padding: 16px 16px 16px 0;
    font-family: "Calibri Light";
    letter-spacing: 0.44px;
    text-transform: uppercase;
    text-decoration: none;
}

#page h1 {
    font-size: 36px;
    letter-spacing: 1.44px;
    margin: 16px 0;
}

#page .subsection h2 {
    font-size: 36px;
    letter-spacing: 2.16px;
    margin: 32px 0;
}

#page p.header-text {
    font-size: 16px;
    font-family: "Calibri Bold";
    letter-spacing: 0.64px;
    margin-bottom: 16px;
}

#page img.main {
    width: 100%;
    /*max-height: 300px;*/
    /*object-fit: cover;*/
}

.page {
    background-position: center;
}

.vertical .alert .icon {
    display: none !important;
}

#page .tags {
    display: none;
}

#page h2 {
    font-size: 12px;
}

#page .pages {
    --bs-gutter-x: 8px !important;
    --bs-gutter-y: 16px !important;
}

#page .page h3 {
    font-size: 18px;
    letter-spacing: 0.72px;
}

#page .page p {
    font-family: "Calibri Light";
    font-size: 16px;
    letter-spacing: 0.64px;
    margin-top: 16px;
}

#page .page button {
    height: 48px;
}

#page .page .text {
    height: 200px;
}

@media (max-width: 801px) {
    #page .page p {
        font-size: 12px !important;
        letter-spacing: 0.48px !important;
        margin-bottom: 16px !important;
    }

    #page p.header-text {
        font-size: 11px;
        letter-spacing: 0.44px;
    }

    .breadcrumbs {
        padding-left: 16px !important;
    }

    #page .subsection h2 {
        font-size: 18px !important;
        letter-spacing: 0.72px !important;
        margin-top: 16px !important;
    }

    #page h1 {
        font-size: 22px !important;
        letter-spacing: 2.4px !important;
    }

    #page h2 {
        margin-left: 14px !important;
        text-transform: none !important;
    }

    #page .page h3 {
        font-size: 15px !important;
    }

    #page .pages {
        margin: 0 12px;
    }

    #page .page {
        margin: 0 0 16px 0 !important;
    }

    #page .page img {
        border-radius: 5px;
        /*height: 150px !important;*/
    }

    #page .page .text {
        height: auto !important;
    }
}

#page .page img {
    width: 100%;
    /*height: 321px;*/
    /*object-fit: cover;*/
}

#page .content {
    margin-left: 2px;
}

#page .content h1 {
    font-size: 28px;
    letter-spacing: 1.12px;
    text-transform: none;
}

#page .content h2 {
    text-transform: none;
    font-size: 24px;
}

#page .content h3 {
    text-transform: none;
    font-size: 22px;
}

#page .content h4 {
    text-transform: none;
    font-size: 18px;
}

#page .content h5 {
    text-transform: none;
    font-size: 16px;
}

#page .content h6 {
    text-transform: none;
    font-size: 14px;
}

#page .content p,
#page .content li {
    font-family: 'Calibri Light';
}

#page .content p {
    font-size: 12px;
    margin-bottom: 16px;
}

#page .content .ql-align-justify {
    text-align: justify;
}

#page .content .ql-align-right {
    text-align: right;
}

#page .content .ql-align-center {
    text-align: center;
}

#page .content .ql-size-small {
    font-size: 12px;
}

#page .content .ql-size-large {
    font-size: 16px;
}

#page .content .ql-size-huge {
    font-size: 20px;
}

#page .content li {
    list-style-type: disc;
    margin-left: 14px;
}

#page .content blockquote {
    border-left: 2px solid #EDECE9;
    padding-left: 16px;
}

#page a.attachment {
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url('/assets/icons/download.png');
    padding-left: 32px;
    display: block;
    font-size: 12px;
    font-family: "Futura Bold";
    text-decoration: underline;
    background-size: contain;
    text-transform: uppercase;
}

.action-row {
    text-align: right;
}

#contacts {
    padding-bottom: 32px;
}

#contacts .overview h3 {
    font-family: "Futura Bold";
    font-size: 20px;
    letter-spacing: 0.8px;
    margin: 16px 0 16px 0;
}

#contacts .orders th:first-child,
#contacts .orders tr td:first-child {
    padding-left: 32px;
}

#contacts .orders th:last-child,
#contacts .orders tr td:last-child {
    padding-right: 32px;
}

#contacts .orders tr td {
    background-color: #F6F6F6;
}

#contacts .gdpr label {
    font-size: 14px;
    letter-spacing: 0.56px;
}

#contacts .gdpr p {
    font-family: "Futura Medium";
    font-size: 20px;
    letter-spacing: 0.4px;
    text-align: left;
    margin-top: 8px;
}

#contacts .gdpr {
    height: 100%;
}


#contacts .contact-select {
    display: none !important;
}

.order-status img {
    height: 16px;
}

.orders .product-image img {
    height: 68px;
}

td.turnover {}

td.turnover span {
    font-size: 18px;
}

.notes .add-option {
    margin-top: 0;
}

.notes .input {
    width: 75%;
    background-color: #FFFFE6;
    position: static;
    text-align: right;
    padding: 16px;
}

.notes ::placeholder {
    line-height: normal;
    text-transform: none;
}

.notes textarea {
    background-color: #FFFFE6;
    font-size: 16px;
    font-family: "Calibri";
    border: none;
    width: 100%;
    text-align: left;
    min-height: 150px;
}

.notes .input-button {
    background-image: none;
    color: #FFF;
    width: auto;
    padding: 16px;
    height: auto;
    line-height: normal;
    position: relative;
    border-radius: 5px;
    background-color: #000;
    display: inline-block;
}


.note {
    background-color: #FFFFE6;
    padding: 16px;
    margin-bottom: 16px;
}

.note small,
.note time {
    color: #9D9D9D;
}

.note p {
    font-size: 16px;
    margin-top: 12px;
    white-space: break-spaces;
}

th {
    color: #9D9D9D;
    font-family: "Calibri Bold";
    font-size: 14px;
    letter-spacing: 0;
    text-align: left;
    padding: 16px 0 0px 0;
}

td {
    padding: 8px 0;
    background-color: #FFF;
    text-align: left;
    font-size: 18px;
}

.scrollable {
    overflow: auto;
}

td>span {
    font-size: 18px;
}

td.details {
    padding-top: 0;
    box-shadow: 0px 10px 20px #00000029;
}

.expanded-status {
    min-width: 40px;
    background-image: url('/assets/icons/right.svg');
    background-repeat: no-repeat;
    background-position-x: 24px;
    background-position-y: center;
    cursor: pointer;
}

tr.expanded .expanded-status {
    background-image: url('/assets/icons/down.svg');
}

td.name {
    text-transform: uppercase;
}

td.details ul.tabs li {
    list-style-type: none;
    display: inline-block;
    margin-right: 16px;
    background-color: #F2F1F0;
    border-radius: 4px;
    padding: 12px 16px;
    cursor: pointer;
    color: #585858;
}

td.details ul.tabs {
    border-bottom: 1px solid #EDECE9;
    padding: 8px 0 16px 0;
}

td.details ul.tabs li.active {
    background-color: #785EF7;
    color: #FFF;
}

/** Hamburger Menu */

span.burger-icon {
    display: inline-block;
    width: 36px;
    height: 30px;

    background-image: url('/assets/icons/hamburger.svg');
    background-size: contain;
    cursor: pointer;
}

.landing .burger-icon {
    background-image: url('/assets/icons/hamburger-white.svg');
}

nav.bm-item-list>a {
    display: block;
    padding: 12px 0 12px 70px;
    background-position: left 12px center;
    background-repeat: no-repeat;
    font-size: 14px;
    letter-spacing: 0.84px;
    text-transform: uppercase;
    text-align: left;
    color: #FFF;
}

nav .avatar {
    margin-right: 16px;
}

nav h2 {
    font-family: "Futura Bold";
    font-size: 14px;
    letter-spacing: 0.14px;
    color: #FFF;
    text-align: left;
    margin: 4px 0 0 0;
}

nav p {
    font-family: "Futura Medium";
    color: #B9B9B9;
    font-size: 11px;
    text-align: left;
}

nav a.add-client,
nav a.add-product,
nav a.dashboard {
    border-radius: 5px;
    background-repeat: no-repeat;
}

nav .separator {
    margin: 16px 0;
}

nav hr {
    border-color: #1F1F1F;
    border-right: 0;
}

/** User Profile */

form.basic-information {
    margin-right: 96px;
}

.profile button.secondary {
    margin-top: 16px;
}

.profile h3 {
    font-size: 20px;
    letter-spacing: 0.8px;
    margin-bottom: 23px;
}

.profile h4 {
    font-size: 18px;
    margin-bottom: 5px;
}

.profile h5 {
    font-family: "Calibri Bold";
    font-size: 16px;
}

.profile .avatar-input .avatar {
    width: 96px;
    height: 96px;
    border-radius: 32px;
}

.profile .avatar-input .input-button {
    right: -40px;
    top: 70px;
}

.profile p {
    margin-bottom: 4px;
}

.profile .basic-information ul {
    margin-top: 16px;
}

.profile .extended-information ul {
    margin: 12px 0 12px 0;
}

.profile li.location {
    background-image: url('/assets/icons/location.svg');
    background-position: left 0 center;
}

.profile li.phone {
    background-image: url('/assets/icons/phone.svg');
    background-position: left 0 center;
    background-size: 18px 18px;
}

.profile li.email {
    background-image: url('/assets/icons/email.svg');
    background-position: left 0 center;
}

.profile-edit {
    height: auto;
    -webkit-transition: height .3s ease;
}

.profile-edit .field-group-phone .col-xxl-6 {
    width: 100% !important;
}

.profile-edit .field-group-phone .col-xxl-6:last-child {
    margin-top: 16px;
}

#upload-product .collapsible__contentOuter {
    padding: 0;
}

#upload-product .add-listing-form {
    margin: 0;
}

@media screen and (max-width: 992px) {
    #upload-product .add-listing-form {
        margin: 0 12px;
    }

    #product .details {
        margin: 32px 12px;
    }
}

#upload-product fieldset .error {
    margin-bottom: 16px;
}

.listing-meta {
    text-align: right;
    font-family: "Calibri Light";
    font-size: 11px;
    margin-right: 32px;
    margin-top: 8px;
}

@media screen and (max-width: 767px) {
    #upload-product h3 {
        margin-bottom: 16px;
    }

    #upload-product .listing-meta {
        margin-bottom: 16px;
        margin-top: 8px;
    }

    .pages .content button {
        width: 100%;
        background-position: center right 32px;
    }

    .title h2 {
        text-align: center;
        font-family: "Futura Heavy";
        font-size: 14px;
        letter-spacing: 0.56px;
        margin: 16px 0;
    }

    #dashboard .earnings {
        border-radius: 0 !important;
    }

    #dashboard .earnings h3 {
        display: none;
    }

    .card {
        /*margin-top: 0 !important;*/
    }
}

#dashboard .money {
    font-family: "Calibri Bold" !important;
}

#dashboard table tbody td,
#dashboard table tbody span,
#dashboard table tbody p {
    font-size: 12px;
}

#dashboard .list-toolbar .Dropdown-root {
    width: 130px;
}

#dashboard .transactions .list-toolbar {
    position: relative;
    height: 52px;
}

#dashboard .transactions .list-toolbar .Dropdown-root {
    width: 130px;
    position: absolute;
    right: -15px;
    top: -2px;
}

.field-group-radio label {
    margin-right: 16px;
    font-size: 16px;
    text-transform: none;
}

#upload-product .field-group-radio input {
    margin-right: 5px;
}

#upload-product .classification label input {
    width: 26px;
    height: 26px;
    border: 1px solid #B2ADA6;
    border-radius: 2px;
}

#upload-product .classification label {
    font-family: "Calibri Light";
    font-size: 16px;
    letter-spacing: 0.64px;
    margin-right: 64px;
    padding-right: 32px;
    background-position: right 5px center;
    margin-bottom: 16px;
}

#upload-product .classification label.investment {
    background-image: url('/assets/icons/investment.svg');
}

#upload-product .classification label.exclusive {
    background-image: url('/assets/icons/crown.svg');
}

#upload-product .classification label.rare {
    background-image: url('/assets/icons/diamond.svg');
}

#upload-product .classification label.hot {
    background-image: url('/assets/icons/fire.svg');
}

.field-group-radio input[type="radio"]:checked+label {
    color: #000;
}

.listing .actions {
    margin: 32px 0 16px 0;
}

.listing .actions button {
    width: 100%;
    margin-bottom: 5px;
}

button.refer {
    font-family: "Calibri";
    font-size: 16px;
    letter-spacing: 0.64px;
}

.card.user p,
.card.user .user-name {
    font-family: "Calibri Bold";
    font-size: 16px;
    letter-spacing: 0.64px;
    margin-left: 16px;
}

.card.user .contact a {
    display: inline-block;
    background-size: contain;
}

.contact a.email {
    width: 25px;
    height: 17px;
    background-image: url('/assets/icons/email.svg');
}

.contact a.whatsapp {
    width: 23px;
    height: 23px;
    margin-left: 16px;
    background-image: url('/assets/icons/whatsapp.svg');
}

#contacts .contact a.whatsapp {
    margin-left: 0;
    margin-right: 8px;
}

#contacts .contact a.email {
    margin-left: 8px;
}

.contact a.linkedin {
    width: 23px;
    height: 23px;
    background-image: url('/assets/icons/linkedin.svg');
}

.copyable {
    cursor: pointer;
    padding-right: 32px;
}

.copyable:hover {
    background-image: url('/assets/icons/copy.png');
    background-position: right 10px center;
    background-size: 16px 16px;
}

div#chat {
    position: fixed;
    bottom: 16px;
    right: 15px;
    z-index: 2147483646;
    background-color: #FFF;
    width: 45px;
    height: 45px;
    border-radius: 32px;
    cursor: pointer;
    background-image: url('/assets/icons/whatsapp.svg');
    background-size: cover;
}

#filters .rc-slider-track {
    background-color: #000;
}

#filters .rc-slider-handle {
    border-color: #000;
}

#filters .rc-slider-tooltip-inner,
.rc-slider-tooltip-inner span {
    background-color: #000;
    color: #FFF;
    border-color: #000;
}

#filters .rc-slider-tooltip-inner span {
    font-family: "Calibri Light";
    padding: 0 5px;
}


#filters .rc-slider-tooltip-arrow {
    border-top-color: #000;
}

#filters .rc-slider {
    margin-top: 32px;
}

.range-container {
    padding: 16px;
}

.rc-slider-handle-dragging {
    box-shadow: 0 0 0 5px #F7F5F4 !important;
}

/** Find a Product Page */
#find-product {
    padding: 32px 0;
}

#find-product h2 {
    text-align: center;
    font-size: 36px;
    margin-top: 32px;
}

#find-product div.error {
    margin-bottom: 32px;
}

#find-product .collapsible__contentOuter {
    padding: 0;
}

#find-product .react-autosuggest__container input {
    margin: 0 auto !important;
}

#find-product.step-product .collapsible__trigger,
#find-product.step-experience .collapsible__trigger {
    background-image: none !important;
}

.find-video {
    margin-bottom: 16px;
    border-radius: 5px;
}

.find-blocks .block {
    height: 412px;
    cursor: pointer;
    background-color: #FFF;
    border-radius: 5px;
    box-shadow: -11px 15px 28px -9px rgb(0 0 0 / 10%);
}

.find-blocks .block .subtitle {
    font-family: "Futura Bold", sans-serif;
    font-size: 20px;
    color: #A2A0A0;
}

.find-product-product form {
    margin: 0 1px;
}

@media screen and (max-width: 992px) {
    .find-blocks .block {
        border: 1px solid #F5F5F5;
        height: 233px !important;
    }

    div.separator .text-column {
        font-size: 7px !important;
    }

    #find-product {
        /* padding: 0 !important; */
    }

    .find-video {
        margin: 0 0 8px 0 !important;
    }

    .find-video {
        padding: 8px 12px 0 12px !important;
    }

    .collapsible__trigger,
    .find-product-product form,
    .find-product-contacts,
    .find-product-create-client form {
        margin: 0 12px;
    }

    .collapsible__trigger {
        margin-bottom: 8px;
    }

    #find-product h2 {
        font-size: 24px !important;
        margin-top: 21px !important;
    }

    .find-blocks .block h3 {
        font-size: 18px !important;
        letter-spacing: 0.72px !important;
    }

    .find-blocks .block .subtitle {
        font-size: 13px;
    }

    .find-blocks .block:last-child {
        margin-top: 16px;
    }
}

#find-product .collapsible__contentInner {
    padding: 0 !important;
}

.find-blocks .block.active {
    background-color: #000;
}

.find-blocks .block h3 {
    font-size: 36px;
    letter-spacing: 1.44px;
    text-align: center;
    width: 100%;
}

.carousel div.image {
    height: 100%;
}


.react-multiple-carousel__arrow::before {
    color: #000 !important;
}

.react-multiple-carousel__arrow {
    z-index: 9 !important;
    border-radius: 0 !important;
    background: #FFF !important;
}

.react-multiple-carousel__arrow--left {
    left: 0 !important;
}

.react-multiple-carousel__arrow--right {
    right: 0 !important;
}

.carousel img {
    height: 100%;
    width: 100%;
}

.image-container {
    position: relative;
}

#error a {
    font-family: "Futura Bold";
    display: block;
    margin: 16px 0;
    text-decoration: underline;
}

#__react-alert__ span {
    color: #FFF;
}

table.mobile-alternative .desktop {}

table.mobile-alternative .mobile {
    display: none;
}

img.interest-icon {
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 12px;
    width: 16px;
    height: 16px;
    padding: 10px;
    margin-left: 4px;
    margin-right: 0;
}

.mobile td {
    padding: 0;
}

.mobile .contact {
    box-shadow: 0px 3px 8px #6E6C6529;
    border-radius: 5px;
}

.mobile .contact .contact-content {
    padding: 16px 8px;
}

.mobile a.name,
td.name a {
    font-family: "Futura Bold";
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.48px;
}

.mobile .contact label {
    color: #9D9D9D;
    font-family: "Calibri Bold";
    font-size: 12px;
    letter-spacing: 0;
    display: block;
    text-transform: none !important;
}

.mobile .contact .expanded-status {
    background-position-x: 0 !important;
}

.contacts-table-card {
    padding: 0 25px !important;
    margin-top: 0 !important;
}

.create-small {
    padding: 0 24px !important;
    background-position: center center !important;
}

.contact-details-dropdown {
    text-align: center;
}

.contact-details-dropdown .Dropdown-control {
    background-color: #0F66E7 !important;
    border-radius: 5px;
    padding: 16px 0;
}

.contact-details-dropdown .Dropdown-control div.is-selected {
    color: #FFF !important;
}

.contact-details-dropdown .Dropdown-control .Dropdown-arrow {
    height: 32px;
    width: 32px;
    background-image: url('/assets/icons/chevron-down-white.svg');
    background-repeat: no-repeat;
    background-position: center center;
}

.details .contact-links {
    background-color: #F6F6F6;
    padding: 8px 16px;
}

.details .contact-links a {
    background-color: #000;
    margin-right: 64px !important;
    border-radius: 23px;
    height: 58px !important;
    width: 58px !important;
    background-size: 43px;
    background-position: center center;
}

.details .contact-links a.whatsapp {
    background-image: url('/assets/icons/whatsapp.png');
}

.details .contact-links a.email {
    background-image: url('/assets/icons/email.png');
}

.details .contact-links a.linkedin {
    background-image: url('/assets/icons/linkedin.png');
}

.details .contact-links a:last-child {
    margin-right: 0 !important;
}

#find-product .desktop td:last-child {
    text-align: center;
}

#find-product .desktop td:first-child {
    padding-left: 16px;
}

.listing.vertical h4 {
    min-height: auto;
    margin-bottom: 0 !important;
}

.listing.vertical p {
    margin: 8px 0;
    font-size: 14px;
    font-family: "Futura Book";
    color: #A3A3A3;
    text-align: center;
    width: 100%;
}

@media screen and (max-width: 1400px) {
    table.mobile-alternative .mobile {
        display: table-row !important;
    }

    table.mobile-alternative .desktop {
        display: none !important;
    }

    table.mobile-alternative thead {
        display: none;
    }

    .contacts-table-card {
        background-color: #FFF !important;
        padding: 0 8px !important;
    }

    td.details {
        box-shadow: 0px 3px 8px #6E6C6529 !important;
        border-radius: 5px !important;
        padding-top: 0 !important;
    }

    #contacts .card {
        background-color: #FFF;
        margin: 0;
    }

    #contacts .card .card {
        padding: 0;
        margin: 0;
    }
}

.rv-xy-plot__series--label-text {
    font-family: 'Futura Heavy';
    font-size: 12pt;
}

.relative-change .rv-xy-plot__series--label-text {
    font-family: 'Futura Light';
    font-size: 10pt;
}

.items-label .rv-xy-plot__series--label-text {
    font-family: 'Futura Heavy';
    font-size: 10pt;
}

.hidden {
    display: none !important;
}

div.status {
    width: 45px;
    height: 45px;
    background-color: #000;
    box-shadow: 0px 3px 6px #00000029;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 18px;
}

div.status.pending {
    background-image: url('/assets/icons/loading-white.svg');
}

div.status.complete {
    background-image: url('/assets/icons/check-white.svg');
}

.level {
    height: 120px;
    width: 110%;
    margin-left: -5%;
    background-size: 80px;
    margin-top: 16px;
}

.level.unlocked {
    box-shadow: 0px 10px 30px #00000029;
    border-radius: 30px;
    background: #FFF url('/assets/icons/reward.png') no-repeat left 16px center;
    background-size: contain;
}

.level.locked {
    opacity: 0.29;
    background-image: url('/assets/icons/reward.png');
    background-repeat: no-repeat;
    background-position: left 32px center;
}

.level-inner {
    padding: 32px 32px 32px 132px;
}

.level-inner h4 {
    font-family: "Calibri Bold";
    font-size: 20px;
    letter-spacing: 0;
}

.level-inner p {
    font-family: "Calibri";
    font-size: 14px;
    letter-spacing: 0;
    color: #9D9D9D;
}

.level.locked .level-inner p {
    color: #000;
}

.reward-list .reward {
    height: 41px;
    padding-left: 64px;
    padding-right: 32px;
    margin-top: 16px;
    opacity: 0.58;
    background-image: url('/assets/icons/reward-star.svg');
    background-repeat: no-repeat;
    background-position: left 16px center;
}

.reward-list .reward p {
    font-size: 14px;
}

.reward-list .reward strong {
    font-size: 16px;
}

.redeem h4 {
    text-align: center;
    font-size: 14px;
    letter-spacing: 0.56px;
}

.redeem .reward {
    background-position: center top 8px;
    background-image: url('/assets/icons/reward-star.svg');
    background-repeat: no-repeat;
    text-align: center;
    padding: 32px 8px 8px 8px;
    font-size: 14px;
    letter-spacing: 0px;
    text-transform: uppercase;
}

.redeem .reward button {
    width: 100%;
}

.redeem .reward button:disabled {
    background-color: #EBEBEB;
}

.redeem .reward:first-child {
    margin-right: 8px;
}

.redeem .reward.locked {
    background-image: url('/assets/icons/reward-star-disabled.svg');
}

.reward-progress {
    border-radius: 15px;
    background-color: #FFF;
}

.reward-progress span {
    text-align: center;
}

.reward-progress span.locked {
    color: #9D9D9D;
}

.reward-progress span.unlocked {
    color: #FFF;
    background-color: #000;
    font-family: "Calibri Bold"
}

.reward-progress span.unlocked:first-child {
    border-radius: 15px 0 0 15px;
}

.reward-progress span.unlocked:last-child {
    border-radius: 0 15px 15px 0;
}