/* input(497,35): run-time error CSS1046: Expect comma, found '0'
input(497,39): run-time error CSS1046: Expect comma, found '/'
input(497,63): run-time error CSS1046: Expect comma, found '0'
input(497,67): run-time error CSS1046: Expect comma, found '/'
input(520,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '&'
input(534,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '&' */
.pro-code.red {
    background-color: #e31c18 !important;
}

.pro-code {
    right: 0;
    background-color: #36b81d !important;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    padding: 0 14px;
    border-radius: 20px;
    z-index: 1;
}

.hot-list-page #page-text {
    border: solid var(--light-gray2) 0;
    float: left;
    margin-bottom: 15px;
    max-width: fit-content;
}

.hot-list-page #page-text .page-content-orders {
    padding: 10px;
    margin-top: 40px;
}

/* Create three equal columns that floats next to each other */
.column {
    float: left;
    width: 33.33%;
    padding: 10px;
    height: 300px; /* Should be removed. Only for demonstration */
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

@media screen and (max-width: 520px) {
    .column, #order-filter, .hot-list-page #page-text table {
        width: 100% !important;
    }

    .my-account-sub-menu .menu-item {
        width: 50%;
        margin: 0;
        border-right: solid white 15px;
    }

    .my-account-menu .my-settings {
        width: 50%;
        margin-right: 0;
    }
}

/** Table */

.hot-list-page #page-text table {
    border-collapse: collapse;
    margin: 0;
    padding: 0 85px;
    width: 900px;
}

.hot-list-page #order-filter {
    width: 20%;
    float: left;
    padding-right: 5px;
}

.hot-list-page #order-filter .options {
    border: solid #757575 2px;
    border-radius: 5px;
    padding: 10px;
    margin: 0 auto 20px;
    text-align: center;
    box-shadow: 0 0 10px 0 #bbbbbb;
}

.hot-list-page #page-text table caption {
    font-size: 1.5em;
    margin: .5em 0 .75em;
}

.hot-list-page #page-text table tr:not(:last-child) {
    border-bottom: 1px solid #ddd;
    padding: .35em;
}

.hot-list-page #page-text table tr td span {
    border-radius: 44px;
    margin-right: 5px;
    background-color: unset;
}

.hot-list-page #page-text table tr td .btn-primary {
    border-radius: var(--medium-rounded-corners);
}

.hot-list-page #page-text table tr td .accept {
    border: solid rgb(84, 177, 70) 1px;
    color: green;
}

.hot-list-page #page-text table tr td button.accept:hover {
    background-color: rgb(84, 177, 70);
    color: white;
}

.hot-list-page #page-text .page-content-orders #order-filter .options button {
    border-radius: 5px;
    padding: 2px 10px;
    display: block;
    background-color: unset;
    border: unset;
    box-shadow: 0 0 10px 0 #d4d3d3;
    margin: 5px auto;
    width: 125px;
    color: grey;
}


.hot-list-page #page-text .page-content-orders #order-filter .options input[type="text"] {
    margin-top: 10px;
    text-align: center;
    font-style: italic;
    border-bottom: 2px solid #757575;
    margin-bottom: 10px;
}

.hot-list-page #page-text .page-content-orders #order-filter .date {
    max-width: 80px;
    margin-bottom: 30px !important;
}

.hot-list-page #page-text .page-content-orders #order-filter .options button.active {
    color: white;
    background-color: #757575;
}

.hot-list-page #page-text .page-content-orders #order-filter .options .title {
    text-align: left;
    font-style: italic;
    margin-top: 20px;
    color: grey;
    font-size: 13px;
    margin-left: 10px;
}

.hot-list-page #page-text .page-content-orders #order-filter .options .filter:hover {
    background-color: #757575;
    color: white;
}

.hot-list-page #page-text .page-content-orders #order-filter .date-options {
    width: 100%;
    overflow: hidden;
}

.hot-list-page #page-text .page-content-orders #order-filter .options .date-option-half {
    width: 50%;
    float: left;
}

.download {
    border: solid #757575 1px;
    color: #757575;
    border-radius: 5px;
    padding: 0 10px;
    margin-right: 5px;
    background-color: unset;
    margin-bottom: 10px;
}

.download:hover {
    background-color: #e31c18 !important;
    color: white;
}

.addToHotlist {
    text-align: center;
    white-space: nowrap;
    background-color: var(--light-secondary);
    border-color: transparent;
    display: block;
    padding: 10px !important;
    height: 42px;
    width: 100%;
    line-height: 25px !important;
    color: var(--white) !important;
    border-radius: var(--rounded-corners) !important;
    margin-bottom: 5px;
}

.hot-list-page #page-text table tr td .ignore {
    border: solid black 1px;
}

.hot-list-page #page-text table tr td button.ignore:hover {
    background-color: black;
    color: white;
}

.hot-list-page #page-text table th {
    padding: .625em;
    vertical-align: middle;
}

.hot-list-page #page-text table td {
    padding: 0.625em;
    vertical-align: middle;
    font-weight: bold;
}

.hot-list-page #page-text table th {
    color: #757575;
}

.hot-list-page #page-text .required-form {
    padding: 9px 10px;
    border: var(--border-width-default) solid var(--dark);
    height: 40px;
    border-radius: var(--rounded-corners);
    font-size: 16px;
    line-height: 22px;
    color: var(--dark-secondary);
    width: max-content;
}

.hot-list-page #page-text .hotlist-img img {
    width: 20px;
    height: 20px;
}

@media screen and (max-width: 991px) {
    .hot-list-page #page-text .page-content-orders {
        padding: 0;
        margin-top: 0;
    }

    .hot-list-page #page-text table {
        border: 0;
    }

    .hot-list-page #page-text table tbody {
        border-radius: var(--rounded-corners);
    }

    .hot-list-page #page-text table caption {
        font-size: 1.3em;
    }

    .hot-list-page #page-text table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .hot-list-page #page-text table tr {
        display: inline-table;
        width: 100%;
    }

    .hot-list-page #page-text table td {
        display: table-cell;
        font-size: 14px;
        min-width: fit-content;
        word-break: break-word;
    }

    .hot-list-page #page-text table td::before {
        /*
        * aria-label has no advantage, it won't be read inside a table
        content: attr(aria-label);
        */
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }

    .hot-list-page #page-text .required-form {
        width: 100%;
    }

    .hot-list-page #page-text table td a {
        line-height: 21px;
    }

    .column, #order-filter, .hot-list-page #page-text table {
        width: 100% !important;
    }

    .my-account-sub-menu .menu-item {
        width: 50%;
        margin: 0;
        border-right: solid white 15px;
    }

    .my-account-menu .my-settings {
        width: 50%;
        margin-right: 0;
    }

    .hot-list-page #page-text {
        min-width: 100%;
        width: 100%;
    }
}

@media screen and (max-width: 575px) {
    .page-text table tr td:not(:first-child) {
        width: 100%;
    }
}

@media screen and (min-width: 576px) and (max-width: 991px) {
    .page-text table tr td:not(:first-child) {
        width: 50%;
    }
}

@media screen and (max-width: 767px) {
    .hot-list-page #page-text.page-text2 table tr {
        display: grid;
    }
}

/* Modal Content */
.modal-content-hotList {
    display: inline-grid;
    gap: 15px;
}

.modal-content-hotList p {
    margin-bottom: 0;
}

.hotlist-pop-up {
    border-radius: 44px !important;
    max-width: fit-content;
    background-position-y: center;
    height: 40px;
    line-height: 36px;
    font-size: 18px;
    font-weight: 600;
    border: 2px solid transparent;
    padding: 0 22px;
    width: 213px;
}

/* The Close Button */
.close-modal-hotlist {
    background: none !important;
    color: #e31c18 !important;
    top: 0 !important;
    right: 0 !important;
    border: solid 1px transparent !important;
    float: right !important;
    font-size: 18px !important;
    font-weight: 400 !important;
}

.close-modal-hotlist:hover,
.close-modal-hotlist:focus {
    color: white !important;
    text-decoration: none !important;
    cursor: pointer !important;
}

.ui-dialog-titlebar button.close-modal-hotlist {
    position: unset;
    overflow: hidden;
    font-size: unset;
    top: 0 !important;
    right: 0 !important;
    width: unset !important;
    height: fit-content !important;
    margin: 0 !important;
    border: solid 1px transparent !important;
    border-radius: 0;
    background: none !important;
    padding: 0 !important;
}

button #myBtn {
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    background-color: #e31c18;
}

.bar-notification-container {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    width: 100%;
    line-height: 16px;
    color: #fff;
    opacity: 0.95;
}

.bar-notification.success {
    background-color: var(--dark);
}

.bar-notification.error {
    background-color: var(--warning-default);
}

.bar-notification.warning {
    background-color: var(--warning-option-2);
}

.bar-notification {
    position: relative;
    display: none;
    padding: 15px 10px 15px 25px;
}

.bar-notification .content {
    margin: 0 0 0 10px;
}

.bar-notification .content a {
    color: #fff;
    text-decoration: underline;
}

.btn-delete-hotlist {
    display: block;
    font-size: 22px !important;
    padding: 8px 10px;
    height: 42px;
    width: 42px;
    line-height: 25px !important;
    color: var(--white) !important;
    border-radius: var(--rounded-corners) !important;
    margin-left: 5px;
    margin-bottom: 5px;
}

.hot-list-page .page-content-orders .row {
    margin-right: unset;
    margin-left: unset;
}

.form-popup-edit-hotList {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: var(--dark-gray3);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
    overflow-y: auto;
    z-index: 1000;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
}

.form-popup-edit-hotList.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}

div#btnCloseFormAdd {
    background-color: #F3F3F3;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding: 40px;
    color: black;
}

button.close-button-edit-hotList {
    background: var(--light-red);
    color: var(--white);
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    border: solid 1px var(--light-red2);
    border-radius: 0 var(--rounded-corners) 0 0;

    &:hover {
        background: var(--red);
    }
}

button#send-edited-hotList-new-name {
    max-width: 200px;
    margin: 10px auto auto auto;
    background-color: var(--black2);
    color: var(--white);
    padding: 5px 30px;
    border-radius: var(--rounded-corners) !important;
    width: 150px;

    &:hover {
        background-color: var(--background-black);
    }
}

div#btnCloseFormAdd > div {
    display: unset;
}

div.edit-hotlist-name {
    margin-top: -28px;
    margin-bottom: 30px;
    padding-top: 10px;
    text-align: center;
}

.hot-list-page .background-color-error {
    background: #ff000045 !important;
}

.page-title .hotlists {
    text-align: center;
    padding: 5px;
    margin: auto;
}

.page-content-orders .hotlist-watch {
    background: url(../images/eye.svg) no-repeat center;
}

.page-content-orders .hotlist-edit {
    background: url(../images/pencil.svg) no-repeat center;
}

.page-content-orders .hotlist-img {
    background: url(../images/delete.svg) no-repeat center;
}

.page-content-orders .hotlist-watch,
.page-content-orders .hotlist-edit,
.page-content-orders .hotlist-img {
    height: 20px;
    width: 20px;
    display: block;
}

input#edit-hotList-input {
    padding: 8px;
    border: 2px solid var(--light-gray3);
    border-radius: var(--rounded-corners);
}

.home-page .AddProductToHotListModalClass {
    height: auto;
    padding-top: 8%;
}

.addToHotlist i.fas.fa-fire {
    margin-left: auto;
}

.item-box .productBox-hotlists-div .fa-fire:before {
    font-size: 20px;
}

.item-box .productBox-hotlists-div .addToHotlist {
    font-size: 0;
}

.item-box .productBox-hotlists-div .addToHotlist-btn {
    margin-left: 5px;
}

.hotlists-breadcrumb {
    padding: 0 !important;
}

