.showroom-page {
    font-family: "Open Sans";
}
.product-item__inner {
    position: relative;
}
a.showroom-add-btn {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 2;
    color: #fff;
    text-decoration: none;
    border: 0px solid;
    font-size: 17px;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;

    &:hover {
        background: #ffebef;
        color: #000;
    }

    &[data-showroom-added] {
        background: #fb758d !important;
        color: #fff !important;
    }
}

.showroom-btn,
.default--holder .section__aside ul .showroom-btn,
.addresses__actions .btn {
    background: #fb758d;
    border: 0px solid;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.08rem;
    font-size: 14px;
    padding: 10px 20px;
    font-family: "Open Sans";
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    margin-top: 15px;
    border-radius: 4px;
}


.default--holder .section__aside ul .active a.showroom-btn,
.default--holder .section__aside ul a.showroom-btn:hover{
    background-color:#f992a5;
}

.default--holder .section__aside ul .showroom-btn{
    display: block;
    margin-top:0;
    margin-bottom:15px;
}

#new-showroom-modal,
#edit-showroom-modal,
#new-showroom-modal-2,
#new-showroom-modal-3,
#new-showroom-modal-4 {
    background: #fff;
    text-align: center;
    display: none;
    border-radius: 4px;

    max-height: 100vh;
    overflow-y: auto;

    .modal-padding {
        padding: 15px 40px;
    }

    header.modal-header {
        border-bottom: 1px solid #e0e0e0;

        h3.modal-heading {
            color: #062958;
            font-family: "Bodoni Moda", serif;
            font-size: 32px;
        }
    }

    .modal-header-inner {
        padding-top: 30px;
        max-width: 320px;
        margin: 0px auto;

        p {
            font-size: 14px;
        }
    }

    .form-group {
        margin-bottom: 20px;

        label {
            display: block;
            font-size: 10px;
            color: #182135;
            text-align: left;
        }

        input,
        select {
            display: block;
            width: 100%;
            border: 1px solid #bdbdbd;
            color: #333;
            font-size: 14px;
            padding: 6px 10px;
            border-radius: 3px;
            &::placeholder{
                color: #bdbdbd;
            }
        }
    }
    button.modal-btn {
        background: #fb758d;
        border: 0px solid;
        text-transform: uppercase;
        color: #fff;
        letter-spacing: 1px;
        font-size: 14px;
        padding: 13px 40px;
        font-family: "Open Sans";
        font-weight: 600;
    }

    .modal-invite-layout {
        display: flex;
        flex-wrap: wrap;

        .modal-column {
            &:first-child {
                flex: 1;
                border-right: 1px solid #e0e0e0;
            }
            &:last-child {
                flex: 2;
            }
        }

        @media (max-width: 767px) {
            flex-direction: column;
            flex-wrap: nowrap;

            .modal-steps-info {
                flex-direction: row;
                flex-wrap: nowrap;
            }

            .modal-step-number {
                font-size: 24px !important;
            }

            .modal-step-text {
                font-size: 12px !important;
            }
        }
    }

    .modal-steps-info {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }

    .modal-step {
        padding: 10px 20px;

        .modal-step-number {
            font-size: 36px;
            font-family: "Bodoni Moda";
            font-weight: 700;
            color: #062958;
        }

        .modal-step-text {
            font-size: 14px;
        }
    }

    .modal-tabs-content {
        flex: 1;
    }

    .modal-tabs {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        height: 100%;
    }
    .modal-tabs-head {
        display: flex;
        flex-wrap: wrap;
        border-top: 4px solid #f8fafc;
        width: 100%;
        background: #f8fafc;

        @media (max-width: 767px) {
            flex-direction: column;
            flex-wrap: nowrap;
        }
    }

    .modal-tab {
        background: #f8fafc;
        color: #1b1b1b;
        font-size: 14px;
        padding: 10px 20px;
        text-align: left;
        min-width: 120px;
        cursor: pointer;

        i {
            margin-right: 5px;
        }

        &.active {
            background: #fff;
        }
    }
    .modal-tab-content {
        padding: 25px;
        flex: 1;
        height: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;

        &.modal-tab-start {
            align-items: flex-start;
        }
    }
    .modal-tab-padding {
        width: 100%;
    }

    [data-add-invite-email] {
        color: #fb758d;
        font-size: 14px;
        text-decoration: none;
        font-weight: 600;
        font-family: "Open Sans";
    }
    .form-group-add-more {
        text-align: left;
    }

    .modal-link-copy {
        display: flex;
        align-items: center;
        flex-direction: column;
        flex-wrap: wrap;

        h4 {
            font-size: 18px;
            font-family: "Open Sans";
            font-weight: 600;
            color: #1b1b1b;
        }

        input {
            border: 1px solid #bdbdbd;
            padding: 10px 20px;
            background: none;
            margin-bottom: 10px;
            display: block;
            min-width: 300px;
            font-size: 13px;
        }
    }

    .invitation-profile {
        background: #e9f0f7;
        width: 40px;
        height: 40px;
        margin: 0px auto;
        font-size: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 100%;
        color: #4f4f4f;
    }

    .invitation-modal {
        padding: 20px 15px;
        margin: 0px auto;
        max-width: 430px;
    }

    .invitation-heading {
        font-size: 18px;
        line-height: 24px;
        color: #062958;
        font-family: "Open Sans";
        font-weight: 600;
        margin-top: 20px;
        margin-bottom: 15px;
        padding: 0 8%;
    }

    p.invitation-text {
        font-size: 14px;
        color: #1b1b1b;
        padding: 0 13%;
    }

    button.showroom-btn{
        &.showroom-dismiss {
            color: #bdbdbd;
            background: none;
            border: 1px solid #bdbdbd;
            box-sizing: border-box;
            padding: 11px 29px;
            width:154px;
            margin-right:5px;
        }
        &.join-btn{
            width:154px;
            border: 1px solid #fb758d;
        }
    }
}

#showroom-page > .shell{
    padding: 0;

    @media (max-width: 767px) {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.showroom-banner{
    display: flex;
    justify-content: center;
    background-color: #F8FAFC;
    border-radius: 4px;
    padding: 0 50px;
    margin: 17px auto 0;
    h1{
        margin-bottom: 0;
    }
    .showroom-placeholder-section{
        flex-basis: 100%;
        padding: 2rem;
        text-align: center;
        p{
            font-size: 13px;
        }
    }
}

.modal-content{
    max-height: 100vh;
    overflow-y: auto;

    a{
        &.close-modal{
            right: 25px;
            position: absolute;
            top: 18px;
        }
    }
}
.go-to-showroom-modal {
    padding: 40px;
    p{
        margin-top: 0.825rem;
    }
}
.gj-picker {
    z-index: 100000;
}
.gj-datepicker-md [role="right-icon"] {
    position: absolute;
    right: 5px;
    top: 23%;
    font-size: 17px;
    opacity: 0.5;
}

.showroom-layout {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    padding: 15px 0px;
}

.showroom-sidebar {
    width: 100%;
    max-width: 288px;

    @media (max-width: 1400px) {
        max-width: 250px;
    }

    @media (max-width: 768px) {
        max-width: none;
    }
}

.showroom-main {
    flex: 1;
    border: 1px solid #e0e0e0;
    margin-left: 20px;
    padding: 20px;
    &.customer-orders{
        margin-left:0;
        min-height: 568px;
        align-items: center;
        display: flex;
        justify-content: center;
        &.has-order{
            display:block;
        }
        .showroom-products {
            .showroom-product {
                width:25%;
            }
        }
        .showroom-empty{
            text-align: center;
        }
        .showroom-product-title{
            text-align: center;
            display: block;
        }
    }

    @media (max-width: 768px) {
        max-width: none;
        flex: none;
        width: 100%;
        margin-left: 0px;
        margin-top: 20px;
    }

    &[data-showroom-is-empty] {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}


.profile-pic-wrapper {
    height: auto;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 28px;
}
  .pic-holder {
    text-align: center;
    position: relative;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;

    .pic {
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
    }

    .upload-file-block,
    .upload-loader {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: rgba(90, 92, 105, 0.7);
        color: #f8f9fc;
        font-size: 12px;
        font-weight: 600;
        opacity: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.2s;
    }

    .upload-file-block {
        cursor: pointer;
    }
    &:hover{
        .upload-file-block{
            opacity: 1;
        }
    }

    &.uploadInProgress {
        .upload-file-block {
            display: none;
        }
        .upload-loader {
            opacity: 1;
        }
    }
  }

  /* Snackbar css */
  .snackbar {
    visibility: hidden;
    min-width: 250px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 50%;
    bottom: 30px;
    font-size: 14px;
    transform: translateX(-50%);
  }
  
  .snackbar.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
  }
  
  @-webkit-keyframes fadein {
    from {
      bottom: 0;
      opacity: 0;
    }
    to {
      bottom: 30px;
      opacity: 1;
    }
  }
  
  @keyframes fadein {
    from {
      bottom: 0;
      opacity: 0;
    }
    to {
      bottom: 30px;
      opacity: 1;
    }
  }
  
  @-webkit-keyframes fadeout {
    from {
      bottom: 30px;
      opacity: 1;
    }
    to {
      bottom: 0;
      opacity: 0;
    }
  }
  
  @keyframes fadeout {
    from {
      bottom: 30px;
      opacity: 1;
    }
    to {
      bottom: 0;
      opacity: 0;
    }
  }

  /* End Upload Image */

.showroom-info {
    border: 1px solid #e0e0e0;
    padding: 20px;
}
.showroom-bridesmaids {
    border: 1px solid #e0e0e0;
    padding: 20px;
    margin-top: 15px;
}

.showroom-bridesmaids h3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 20px;

    a {
        font-size: 12px;
        color: #828282;
    }
}

.bridesmaid {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 5px;
}

.bridesmaids-list {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

.bridesmaid-icon {
    background: #e9f0f7;
    width: 32px;
    height: 32px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin-right: 12px;
}

.bridesmaid-name {
    font-size: 13px;
    font-weight: 400;
}
.showroom-info-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    line-height: 23.9px;
    color: #062958;
    font-weight: 700;
    letter-spacing: -1px;

    h3 {
        margin: 0px;
        font-family: "Bodoni Moda";
    }

    a {
        font-family: "Open Sans";
        font-size: 12px;
        line-height: 16.34px;
        text-decoration: none;
        color: #828282;
        font-weight: 400;
        letter-spacing: 0px;
    }
}
.showroom-image img {
    width: 88px;
    height: 88px;
    display: block;
    margin: 0px auto;
    border-radius: 100%;
    margin-top: 25px;
}
.showroom-info-list {
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    padding: 20px 0px;
    margin: 20px 0px;

    table {
        text-align: left;
        th{
            width:110px;
        }
        th,
        td {
            font-size: 13px;
            line-height: 17.7px;
            font-family: "Open Sans";
            padding: 5px 0px;
            font-weight: 600;
        }

        td {
            font-weight: 400;
        }
    }
}

.showroom-info-notes {
    h4,
    p {
        font-size: 13px;
        line-height: 17.7px;
        font-family: "Open Sans";
        padding: 5px 0px;
        font-weight: 600;
    }

    p {
        font-weight: 400;
    }
}

.showroom-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.showroom-empty h3 {
    font-family: "Bodoni Moda";
    color: #062958;
    font-weight: 700;
    font-size: 2em;
    line-height: 43.02px;
    margin-bottom: 5px;
}

.skip-btn-wrapper{
    text-align: right;
    button{
        margin-right: 25px;
    }
}

.video-tour{
    background-color: #F2F7FF;
    padding: 25px 8px;
    margin: 20px 0;
    display: flex;
    align-items: center;
    .video-tour-text{
        p{
            font-weight: 600;
            font-size: 13px;
            margin-bottom: 0;
            line-height: 18px;
            font-family: Open Sans;
            color:#1b1b1b;
        }
        a{
            font-size:13px;
            color:#6699C7;
            font-weight: 600;
            line-height: 18px;
            font-family: Open Sans;
        }
    }
    .video-tour-icon{
        margin-right:18px;
    }
}

.showroom-empty p {
    font-size: 14px;
    font-family: "Open Sans";
}

.showroom-empty .showroom-btn {
    padding: 5px 25px;
    border-radius: 4px;
}

.showroom-products {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    justify-content: start;

    margin: 0px -20px;
}

.showroom-product {
    width: 33.33%;
    padding: 15px;
    position: relative;

    @media (max-width: 1150px) {
        width: 50%;
    }

    @media (max-width: 480px) {
        width: 100%;
    }
    .showroom-product-inner {
    }

    &.processing:before {
        content: " ";
        display: block;
        background: #fff;
        opacity: 0.8;
        position: absolute;
        top: 0px;
        bottom: 0px;
        left: 0px;
        right: 0px;
    }

    .showroom-product-title {
        display: flex;
        align-items: center;
        justify-content: space-between;

        h4 {
            flex: 1;
            margin: 0px;
            font-size: 16px;
            font-family: "Open Sans";
            font-weight: 400;
        }

        a:last-child {
            line-height: 1;
        }
    }

    .showroom-product-price {
        font-family: "Open Sans";
        font-size: 14px;
        margin-right: 10px;
    }

    .showroom-product-info {
        margin-top: 15px;
    }

    .showroom-product-color {
        display: flex;
        align-items: center;
        justify-content: space-between;

        margin-top: 15px;
        margin-bottom: 10px;

        select {
            border: 0px;
            font-size: 13px;
            text-align: left;
            padding: 0px;
            text-indent: 0px;
            margin-left: -5px;
            font-family: "Open Sans";
            font-weight: 400;
        }
    }

    .showroom-product-votes {
        font-size: 11px;
        display: flex;
        align-items: center;
        justify-content: flex-end;

        span {
            margin-right: 7px;
        }

        svg {
            height: 18px;

            &:last-child {
                display: none;
            }
        }

        &.active {
            color: #6699c7;
            svg {
                &:first-child {
                    display: none;
                }
                &:last-child {
                    display: block;
                }
            }
        }
    }

    .showroom-product-assigned {
        border-top: 1px solid #e0e0e0;
        border-bottom: 1px solid #e0e0e0;
        padding: 15px 0px;
        font-size: 11px;
        color: #828282;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        font-family: "Open Sans";
        font-weight: 400;
        margin: 20px 0px;
    }

    .product-assign-wrap {
        position: relative;
    }
    [data-showroom-dresses] {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .bridesmaid-icon {
        width: 28px;
        height: 28px;
        background: #e9f0f7;
        border-radius: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 8px;
        color: #4f4f4f;
        font-weight: 600;
    }

    .showroom-product-image img {
        width: 100%;
    }

    .showroom-product-assigned a.assign-bridesmaid {
        display: block;
        margin: 0px;
        line-height: 1;
    }

    .showroom-product-assigned span {
        margin-right: 10px;
    }
    .assign-list {
        position: absolute;
        background: #fff;
        box-shadow: 0 0 3px 0 #ccc;
        top: calc(100%);
        left: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        transform: translateX(-50%);
        padding: 5px;
        display: none;

        .bridesmaid-icon {
            margin: 0px;
            margin-bottom: 5px;
        }
    }
    .showroom-order-btn-wrap a {
        display: inline-block;
        text-align: center;
        border-radius: 4px;
        padding: 9px 10px;
        min-width: 200px;
        margin: 0px auto;
    }

    .showroom-order-btn-wrap {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .showroom-commment-box {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-bottom: 5px;
    }

    .comment-profile {
        background: #e9f0f7;
        border-radius: 100%;
        width: 28px;
        height: 28px;
        color: #4f4f4f;
        font-size: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 600;
        margin-right: 9px;
    }

    .comment-info {
        background: #fafafa;
        flex: 1;
        border-radius: 2px;
        padding: 5px 10px;
        position: relative;
    }

    .comment-time {
        width: 100%;
        color: #bdbdbd;
        font-size: 10px;
        text-align: right;
        margin-top: 2px;
    }

    .comment-author {
        font-size: 11px;
        font-weight: 400;
        color: #1b1b1b;
        display: inline-block;
        margin-right: 8px;
    }

    .comment-text {
        font-size: 11px;
        font-weight: 400;
        color: #828282;
        padding-right: 10px;
    }

    .comment-box-icon {
        position: absolute;
        top: 5px;
        right: 5px;
        line-height: 1;
    }

    .showroom-product-comments {
        margin-top: 20px;
    }

    input.comment-text {
        display: block;
        width: 100%;
        padding-right: 10px;
        border: 0px solid;
        background: none;
    }

    .showroom-add-comment-box .comment-info {
        border: 1px solid #ededed;
        background: none;
    }
}

.showroom-popover {
    background: #fff;
    /* padding: 5px 10px; */
}

.showroom-popover a {
    text-decoration: none;
    font-size: 12px;
    padding: 8px 10px;
    display: block;
}

.showroom-popover a i {
    width: 12px;
}

.showroom-popover a:hover {
    background: #eee;
    /* padding: 5px 5px; */
    /* display: block; */
}
.showroom-add-btn-2 {
    color: #fb758d;
    text-decoration: none;
    font-size: 12px;
    line-height: 1;

    svg {
        // fill: #FB758D;
        width: 12px;
        height: 12px;
    }
}

.swatches-content {
    h3 {
        font-family: "Bodoni Moda";
        font-size: 30px;
        font-style: normal;
        font-weight: 700;
        line-height: 43px;
        letter-spacing: 0em;
        text-align: center;
        color: #fff;
        margin-bottom: 15px;
    }

    p {
        font-family: "Open Sans";
        font-size: 14px;
        color: #fff;
        margin-bottom: 30px;
    }

    text-align: center;
    max-width: 450px;
    margin: 0px auto;
    /* margin-right: 0px; */
}

.swatches-btns a {
    background: #062958;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    border-radius: 4px;
    text-transform: uppercase;
    padding: 8px 20px;

    &:last-child{
        background: #E9F0F7;
        color:#062958;
    }
}

.showroom-swatches-section {
    padding: 70px 0px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.showroom-placeholder-section img{
    width: 100%;
    display: block;
}