﻿/*#region Marketplace Master*/

input[type=file] {
    visibility: hidden;
}

.custom-h4 {
    font-family: var(--heading-font);
    font-size: 18px;
    color: var(--gray-text);
    text-transform: uppercase;
    position: relative;
}

.label {
    font-family:var(--text-font);
    font-size: 14px;
    color: var(--gray-text);
}

.ajax__html_editor_extender_container {
    height: 500px !important;
}

.ajax__html_editor_extender_texteditor:focus-visible {
    outline: thin;
}

#cph_VPanel_HtmlEditorExtender_btnCancel {
    padding-left: 2px !important;
}

.ajax__fileupload_fileItemInfo .removeButton {
    width: 66px !important;
}

.ajax__fileupload_fileItemInfo .pendingState {
    font-size: 14px !important;
}


.input-at-end {
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}

.input-at-start-textbox {
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}

.cursor-pointer {
    cursor: pointer;
}

.cursor-no-drop {
    cursor: no-drop;
}

.btn-floating {
    bottom: 13px;
    position: fixed;
    right: 5.4rem;
    z-index: 1000;
    display: inline-block;
    width: auto;
}

.invalid-feedback {
    width: 100% !important;
    margin-top: .25rem !important;
    font-size: .875em !important;
    color: var(--bs-form-invalid-color) !important;
}

.default-text-style {
    display: block;
    font-family: var(--text-font);
    font-size: 14px;
    letter-spacing: 0.35px;
    line-height: 19.6px;
    color: var(--gray-text);
}

.img-with-overlay .card {
    border-radius: 0;
    border: 0;
    overflow: hidden;
}

    .img-with-overlay .card .img-wrap {
        padding-bottom: 100%;
        position: relative;
        overflow: hidden;
    }

    .img-with-overlay .card .card-img {
        border-radius: 0;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        object-position: center center;
    }

    .img-with-overlay .card .card-img-overlay-upload {
        border-radius: 0;
        top: unset;
        left: unset;
        z-index: 2;
    }

    .img-with-overlay .card .card-img-overlay-delete {
        border-radius: 0;
        bottom: unset;
        left: unset;
        z-index: 2;
    }

        .img-with-overlay .card .card-img-overlay-delete .btn-rounded {
            font: unset;
            padding: 0 5px;
        }

.card-img-overlay-upload .btn-rounded svg {
    vertical-align: -0.2em;
}

.absolute-upload {
    position: absolute;
    bottom: 13%;
    right: 19px;
}

    .absolute-upload svg {
        vertical-align: -0.15em;
    }

.absoulte-upload-label {
    position: absolute;
    bottom: 2%;
    right: 19px;
    font-size: 10px;
    background-color: #fff;
    border-radius: 5px;
}

.custom-popover {
    --bs-popover-border-color: var(--main-color);
    --bs-popover-header-bg: var(--main-color);
    --bs-popover-header-color: #fff;
    --bs-popover-bg: #fff;
    --bs-popover-body-color: var(--gray-text);
}

.popover-body a {
    color: var(--main-color);
}

.popover h3 {
    font-size: var(--bs-popover-header-font-size);
    font-family: var(--bs-font-sans-serif);
    text-transform: unset;
    position: unset;
}

.stickyAlert {
    background-color: var(--bs-alert-bg) !important;
}

/*#region Bootstrap Overrides*/

.input-group-text {
    font-size: 14px;
}

.form-control, .form-select {
    font-size: 14px;
}

.form-select {
    border-radius: 5px !important;
}

    .form-control:focus, .form-select:focus {
        box-shadow: unset;
    }

.form-floating > .form-select {
    padding-top: 1.225rem;
    padding-bottom: 0.125rem;
}

.form-control:disabled {
    pointer-events: none;
    filter: none;
    opacity: .5;
}

.form-switch .form-check-input {
    margin-top: 2.3px !important;
    width: 2.2em;
    height: 1.2em;
}

    .form-switch .form-check-input:checked {
        background-image: var(--bs-form-switch-bg);
    }

.form-floating > label {
    padding: 14px 0.75rem;
    font-size: 14px;
}


.form-floating > .form-control, .form-floating > .form-control-plaintext {
    padding: 14px 0.75rem;
}

.form-floating > .form-control, .form-floating > .form-control-plaintext, .form-floating > .form-select {
    height: calc(3rem + calc(var(--bs-border-width) * 2));
    min-height: calc(3rem + calc(var(--bs-border-width) * 2));
}

.table {
    font-size: 14px !important;
}

/*#endregion*/

/*#endregion*/

/*#region Marketplace Menu*/

.marketplace-menu {
    margin-bottom: 45px;
}

    .marketplace-menu .nav-item {
        margin-right: 5px;
    }

        .marketplace-menu .nav-item:last-child {
            margin-right: 0px;
        }

    .marketplace-menu .nav-link {
        color: var(--main-color);
        font: 400 14px/25px var(--text-font);
        padding-bottom: 0.4rem;
        border: 1px solid var(--main-color);
    }

    .marketplace-menu.nav-pills .nav-link.active, .marketplace-menu.nav-pills .show > .nav-link {
        background-color: var(--main-color);
    }

/*#endregion*/

/*#region Profile*/

.profile {
    padding: 50px 0;
}

    .profile h1 {
        margin-bottom: 35px;
    }

/*#endregion*/

/*#region Items*/

.items {
    padding: 50px 0;
}

    .items h1 {
        margin-bottom: 35px;
    }

    .items .ajax__html_editor_extender_container {
        height: 45vh !important;
    }

    .items .input-group-text {
        background-color: var(--main-color) !important;
        border: 1px solid var(--main-color);
        color: #fff;
    }

    /*#region Item Pictures*/

    .items .block {
        margin-bottom: 25px;
    }

.item-pictures .btn-white-grey-border {
    margin-bottom: 35px;
}

.item-pictures .img-with-overlay .card {
    padding: 20px;
}


/*#endregion*/

/*#endregion*/

/*#region Orders*/

.orders {
    padding: 50px 0;
}

    .orders h1 {
        margin-bottom: 75px;
    }

/*#endregion*/

/*#region Marketplace Shops*/

.marketplace-shops .shop-cols {
    margin-bottom: 30px;
}

.shop-content {
    position: relative;
}

.shop-link {
    display: block;
    color: var(--gray-text);
    text-decoration: none;
    background: transparent;
}

.product-link:hover {
    color: var(--gray-text);
}

.shop-info {
    position: relative;
    padding: 10px 0 6px;
    line-height: 1.3;
    text-align: center;
}

    .shop-info h4 {
        font-family: var(--heading-font);
        font-size: 16px;
        letter-spacing: 0.4px;
        line-height: 16px;
        word-break: break-word;
        -webkit-hyphens: auto;
        hyphens: auto;
    }

/*#endregion*/



/*RESPONSIVE STYLES PER BREAK POINT*/

/* SM Screen (600px and up) */
@media (min-width: 600px) {
}


/* MD Breakpoint (tablets, 768px and up) */
@media (min-width: 768px) {

    /*#region Maretplace Shops*/

    .shop-info h4 {
        font-size: 14px;
        line-height: 14px;
    }

    /*#endregion*/

}


/* LG Breakpoint (tablets, 992px and up) */
@media (min-width: 992px) {

    /*#region Maretplace Shops*/

    .shop-info h4 {
        font-size: 15px;
        line-height: 15px;
    }    

    /*#endregion*/

}


/* Normal Screen 18 Inch - 19 Inch ( (Resolution 1366x768 ) 1349px and up) */
@media (min-width: 1349px) {

    /*#region Profile*/

    .profile {
        padding: 75px 0;
    }

    /*#endregion*/

    /*#region Items*/

    .items {
        padding: 75px 0;
    }

    /*#endregion*/

    /*#region Orders*/

    .orders {
        padding: 75px 0;
    }

    /*#endregion*/

    /*#region Maretplace Shops*/

    .shop-info h4 {
        font-size: 16px;
        line-height: 16px;
    }   

    /*#endregion*/
}


/*High Definition Plus (HD+) ( (Resolution 1600x900), 1600px and up) */
@media (min-width: 1600px) {
}


/*Extra Large Screen 23 Inch ( (Resolution 1920x1080 ) 1800px and up) */
@media (min-width: 1800px) {
}


/*Extra Large Screen 27 Inch ( (Resolution 2560x1440 ) 2560px and up) */
@media (min-width: 2560px) {
}
