@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css");
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

html, body {
    background-color: #fafafa;
    background-color: rgba(var(--b3f,250,250,250),1);
}
.hide {display: none;}
.nowrap{ white-space: nowrap;}
.relative {position: relative;}
.title { text-decoration: none;
    display: inline-block;
    text-align: center;
    margin: 0;}
.title label{font-size: 0.6em; color: black; }
.title p {font-size: 1.3em; margin-bottom: 0; line-height: 1em;}
.title .desc {font-size: 0.5em;}
.back-button { display: none;}
.clickable { cursor: pointer;}


.notice {font-size: 0.8em;}
a {text-decoration: none;}
.center-cropped {
    object-fit: cover;       /* Scale the image so it covers whole area, thus will likely crop */
    object-position: center; /* Center the image within the element */
}
.o-price {
    text-decoration: line-through;
    color: #6c757d!important;
}

.search-input, .search-button {border-radius: 0!important;}
.search-input {border: 1px solid!important; padding-left: 5px!important;}

.text-underline {text-decoration: underline;}
.text-line-through {text-decoration: line-through;}
.text-ellipsis {text-overflow: ellipsis;}

.overflow-hidden {overflow: hidden;}
.ellipsis-2line {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    line-height: 1.1em;
    height: 2.2em;
}


.p-item,
.p-item:focus,
.p-item:visited,
.p-item:active {
    text-decoration: none; color: inherit;
}
a:focus,
a.btn:focus
button:focus,
button.btn:focus,
textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus,
.accordion-button:focus,
.btn:focus,
.btn:hover,
.form-select:focus{
    /*border-color: #ced4da!important;*/
    box-shadow: none!important;
    outline: 0 none!important;
}

/*textarea:focus,*/
/*textarea.form-control:focus,*/
/*input.form-control:focus,*/
/*input[type=text]:focus,*/
/*input[type=password]:focus,*/
/*input[type=email]:focus,*/
/*input[type=number]:focus,*/
/*[type=text].form-control:focus,*/
/*[type=password].form-control:focus,*/
/*[type=email].form-control:focus,*/
/*[type=tel].form-control:focus,*/
/*[contenteditable].form-control:focus {*/
/*    box-shadow: inset 0 -1px 0 #ddd;*/
/*    outline: 0 none;*/
/*}*/

button, a, input {outline: none!important;}

.text-small {font-size: 0.95em;}
.text-little {font-size: 0.8em;}
.text-tiny {font-size: 0.7em!important;}
.discount-label {font-size: 0.8em;}
.rocket-badge {height: 16px!important; padding-left: 5px;}

.text-very-small {font-size: 12.5px;}
.text-very-small.bold {font-weight: 530;}

.card-title { word-break: break-word;}

@keyframes placeHolderShimmer{
    0%{
        background-position: -468px 0
    }
    100%{
        background-position: 468px 0
    }
}

.animated-background {
    animation-duration: 1.25s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #F6F6F6;
    background: linear-gradient(to right, #F6F6F6 8%, #F0F0F0 18%, #F6F6F6 33%);
    background-size: 800px 104px;
    /*height: 100%;*/
    position: relative;
}

.share {
    width: 50px; height: 50px;
    position: -webkit-sticky;
    position: sticky;
    float: right;
    right: 15px; bottom: 20px;
    background-color: black!important;
    border-radius: 50%;
    cursor: pointer;
    z-index: 2;
}
.share i {font-size: 18px; color: white; cursor: pointer;}
.share-button { border-radius: 50%;}
.share-button .icon {font-size: 35px;}
.share-button .icon img {height: 50px;}

.product-detail .floating-group {
    bottom: 70px;
    z-index: 1002;
}

.floating-group {
    float: right;
    position: sticky;
    right: 15px;
    bottom: 20px;
    z-index: 2;
}

.floating-button {
    width: 50px; height: 50px;
    background-color: black!important;
    border-radius: 50%;
    cursor: pointer;
    align-items: center!important;
    justify-content: center!important;
    display: flex!important;
    padding: 20px;
    margin-top: 5px;
}

.floating-button i {
    font-size: 18px;
    color: white;
    cursor: pointer;
}

.floating-button i.fa-question { font-size: 25px;}


.toast {
    padding: 0;
    background: black;
    color: white;
    width: 160px;
    opacity: 70%;
    position: -webkit-sticky;
    position: sticky;
    float: right;
    right: 150px;
    bottom: 60px;
    z-index: 1;
}
.toast .toast-body {
    padding: 0px;
    text-align: center;
}

.hert {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.hert .toast-body {

}

.fixed-header .fixed-header-bar {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.fixed-header .body-wrapper {
    margin-top: 50px;
}


.border-bottom {
    border-bottom: 1px solid #f9fafb!important;
}

.border-bottom-thick {
    border-bottom: 10px solid #f9fafb;
}

.border-top {
    border-top: 1px solid #fafafa!important;
}
.border-top-thick {
    border-top: 10px solid #fafafa!important;
}

.footer {clear: both; padding-top: 15px; padding-bottom: 15px;}

.loading {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1057;
    background: black;
    opacity: 0.5;
}
.loading i {
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -20px;
}

/* login */
.login-btn {border-radius: 0; border: 0px;}
.login-btn.kakao {background-color: #fee500; color: #191600;}
.login-btn.naver {background-color: #03c75a; color: white;}

.curation-board {
    /*border-bottom: 5px solid #ccc;*/
}

/* for IE*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    body {
        font-family: "Malgun Gothic", "맑은 고딕", sans-serif;
    }

    .row {
        margin-right: -1.5rem;
        margin-left: -1.5rem;
    }
    .row>* {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }

}

/* goodspicker */
.bg-empty {background-color: #fafafa; background-color: rgba(var(--b3f,250,250,250),1); }
.bg-gp {background-color: white; color: black;}
.bg-gp-background {background-color: #eeeeee}
.text-gp {color: black!important;}
.title-gp {font-size: 1.1rem;}
.reply-title {font-size: 16px; font-weight: normal;}
.reply-top {
    position: sticky;
    top:3rem;
    background-color: white;
}
.content-gp {font-size: 0.875rem;}
.top-icon {font-size: 1.4em;}
.top-icon img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.sub-menu .active {border-bottom: 2px solid #0f202c; font-weight: bold; color: #0f202c;}




.u-img {
    width: 40px;
    height: 40px;
    border: 1px solid #eceff5;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
}
.u-img.middle {
    width: 36px;
    height: 36px;
}
.u-img.small {
    width: 25px;
    height: 25px;
}
.u-img-small {
    width: 25px;
    height: 25px;
    border: 1px solid #eceff5;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
}
.u-profile .u-name {}
.u-profile .post-time {}

.nav-tabs .nav-link {
    border: white;
    color: black;
    transition: none;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #0f202c;
    font-weight: bold;
    border-bottom: 1px solid #0f202c;
}

.pick-button {z-index: 1;}

.full-modal .modal-content {border-radius: 0px; border: 0px;}

@media (max-width: 576px) {
    .full-modal { margin: 0px auto;}
    .full-modal.modal-dialog-scrollable {height: calc(100%);}
}

.modal .form-control,.modal .form-select { border: 0; border-radius: 0; padding: 0;}

.storypick {cursor: pointer;}
.storypick:hover {color: red; }

.storypick .far.fa-heart {display: inline;}
.storypick .fas.fa-heart {display: none;}
.storypick.active .far.fa-heart {display: none;}
.storypick.active .fas.fa-heart {display: inline; color: red;}

.productpick {cursor: pointer;}
.productpick .far.fa-heart {display: inline;}
.productpick .fas.fa-heart {display: none;}
.productpick.active .far.fa-heart {display: none;}
.productpick.active .fas.fa-heart {display: inline; color: red;}

@media (max-width: 576px) {
    .modal .modal-dialog-flex-end {
        display: flex;
        align-items: flex-end;
        transition: transform .1s ease ;
        transform: translate(0, 300px);
        min-height: 100%;
        margin: 0px;
    }

    .modal .modal-dialog-flex-end .modal-content {border-radius: .5rem .5rem 0 0; border: 0px;}
    .modal .modal-dialog-flex-end .modal-content .modal-body {padding: 0px;}
    .modal.show .modal-dialog-flex-end {transform: none;}

    .modal .modal-dialog-flex-end .list-group {border-radius: .5rem .5rem 0 0; margin-bottom: 15px;}
    .modal .modal-dialog-flex-end .list-group .list-group-item {border: 0px; border-top: 1px solid #eee; border-left: 0px; border-right: 0px; boder-bottom: 0px; }
    .modal .modal-dialog-flex-end .list-group .list-group-item:first-child {border-top: 0px;}
    .modal .modal-dialog-flex-end .list-group .list-group-item:last-child {border-bottom: 0px;}
}
.swiper-wrapper .p-item .card-title {
    width: 130px;
    text-overflow: ellipsis;

}
/* about story*/
.board {
    border-bottom: 10px solid #fafafa;
}
.board.last {
    border-bottom: 0px;
}
.p-item .card-title {
    font-size: 15px;
    overflow: hidden;
    height: 2.4em;
    font-weight: normal;
    margin-top: 0.5rem;
}

.swiper {
    width: 100%;
}

.swiper-slide {
    width: 130px;
}

.popover-body {padding: 0px;}
.story-title:hover > * {color: #0f202c!important;}
.dropstart .dropdown-toggle::before {display: none;}
.dropstart .dropdown-menu {min-width: 8rem;}

.storyshare {cursor: pointer;}
.storyshare:hover {color: #0f202c;}



.fixed-tab {
    position: sticky;
    top: 0px;
    z-index: 2;
}
.top-sticky {
    position: sticky;
    top: 0px;
    z-index: 2;
    background-color: white;
}
.tab-sticky {
    position: sticky;
    top: 0px;
    z-index: 1001;
    background-color: white;
}

.container.mt-5 .top-sticky {
    top: 48px;
}

.container.mt-5 .tab-sticky, .container.product-detail .tab-sticky {
    top: 48px;
}

.container.is-app .tab-sticky { top: 0px;}

/*.modal:nth-of-type(even) {*/
/*    z-index: 1057 !important;*/
/*}*/
/*.modal-backdrop.show:nth-of-type(odd) {*/
/*    z-index: 1056 !important;*/
/*}*/

/* story detail*/
.story-detail-header-bg {background-color: #f9fafb;}


.choice-comment {border-radius: 4px; background-color: #f5f6f8;}
.choice-comment textarea { font-size: 15px; background-color: #f5f6f8; border: 0px;}
/*.comment-editor {border: 0px; font-size: 15px; background-color: #f5f6f8;}*/

a.btn.NAVER {
    color: #03c75a;
    border-color: #03c75a;
}
a.btn.COUPANG {
    color: #0d6efd;
    border-color: #0d6efd;
}

a.btn.SSG {
    color: #ffcf02;
    border-color: #ffcf02;
}

a.btn.ELEVENST {
    color: #ff0038;
    border-color: #ff0038;
}

.badge-naver-talk {
    background-position: -98px -246px;
    width: 15px;
    background-image: url(https://ssl.pstatic.net/shoppingsearch/static/mobile/mobile-211111-145651/img/sprite/png/spSv_search.png);
    background-size: 279px 264px;
    height: 15px;
    overflow: hidden;
    color: transparent;
    display: inline-block;
    vertical-align: top;
}

.badge-naver-pay {
    background-image: url(https://ssl.pstatic.net/shoppingsearch/static/mobile/mobile-220813-010935/img/sprite/svg/spSv_search_svg.svg);
    background-size: 412px 404px;
    width: 48px;
    height: 15px;
    color: transparent;
    vertical-align: top;
    background-position: -78px -92px;
    display: inline-block;
}

/*.badge-naver-pay.type-1 {*/
/*    background-position: -235px -175px;*/
/*}*/

/*.badge-naver-pay.type-2 {*/
/*    background-position: -177px -62px;*/
/*}*/

.btn-pick {
    font-size: 23px;
    padding: 0.1rem 0.3rem;
}


.reply-to:before {
    content: attr(data-reply-to);
    font-weight: 700;
    padding-right: 5px;
}

.collapsing {
    -webkit-transition: none;
    transition: none;
    display: none;
}

.profile {
    z-index: 1002;
}

.profile .description {
    margin: 0;
    font-size: 15px;
}
.profile .website{
    color: darkblue;
}

.profile .btn.btn-light {
    border-color: #cccccc;
}

.profile-edit .photo {
    position: relative;
    width: 100px;
    height: 100px;
    display: inline-block;
}
.profile-edit .photo img{
    border-radius: 50%!important;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.profile-edit .photo .profile-upload {
    position: absolute;
    bottom: 0px;
    right: 10px;
    color: black;
    background-color: #cccccc;
    border: 2px white solid;
    border-radius: 50%!important;
    font-size: 13px;
    text-align: center;
    width: 25px;
    height: 25px;
}

.body-wrapper {
    background-color: #fafafa;
    background-color: rgba(var(--b3f,250,250,250),1);
}

/* search */
.container.search {
    padding-top: 15px;
}
.container.search .search-result {
    padding-top: 45px;
}
@media (max-width: 1200px) {
    .container.search {
        padding-top: 55px;
    }

    .container.search .search-result {
        padding-top: 35px;
    }
}


.searching {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: gr;
    z-index: 3;
}
.search-keyword {color: #6c757d; font-weight: 550;}
.search-empty-result {
    color: #6c757d;
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5);
}
/* product */
.pdt-photo { position: relative;}

.goodspick { position: absolute; right: 0px; bottom: 0px; padding: 15px 5px 5px 15px;}
.goodspick i { font-size: 18px;}
.goodspick .not-picked { color: black; opacity: 0.2;}
.goodspick.active .picked { color: red;display: initial;}
.goodspick .picked { display: none;}
.goodspick.active .not-picked {display: none;}

.searched-goods .goodspick { display: none;}

.delivery-price { color: #959595; font-size: 13px;}

/* product detail*/
.product-detail {
    padding-bottom: 20px;
}
.product-detail.is-app {
    padding-bottom: 60px;
}

.product-detail .pdt-top {
    margin-top: 15px;
    margin-bottom: 10px;
}
.product-detail .pdt-desc {
    position: relative;
    padding-top: 30px;
}

.product-detail .price {
    font-size: 22px;
    font-weight: bold;
}


.product-detail .btn-share { white-space: nowrap;}
.btn-share { cursor: pointer;}

.product-detail .star {
    color: white;
}

.product-detail .discount-rate {
    font-size: 22px;
}

.product-detail .cart-buttons {

    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;


}

.product-detail .cart-buttons .btn {
    border-radius: 3px;
    font-size: 1.1em;
    font-weight: 600;
}

@media (max-width: 1200px) {
    .product-detail .pdt-top {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .product-detail .pdt-desc {
        padding-top: 0px;
    }

    .product-detail .cart-buttons {
        position: inherit;
        margin-right: calc(var(--bs-gutter-x) * -.5);
        margin-left: calc(var(--bs-gutter-x) * -.5);
    }
}

@media (max-width: 576px) {
    .product-detail .cart-buttons {
        position: fixed;
        z-index: 1002;
        margin-right: 0;
        margin-left: 0;
    }

    .product-detail .pdt-desc {
        padding-bottom: 10px;
    }


}

.pdt-cell-link-bg {display: inherit;}
.pdt-cell-link-bg.active { border-left: 2px solid bisque;}

.reaction-active {color: #0d6efd!important;}



/* slide swiper*/
.gp-swiper {
    width: 100%;
}

.gp-swiper .swiper-slide {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: auto;
}

.gp-swiper .swiper-slide img {
    max-width: 100%;
    width: 100%;
    height: auto;
    margin-top: 0;
    vertical-align: top;
    border: none;
    cursor: pointer;
}



.gp-swiper .pagination_counter {
    background: black;
    color: white;
    right: 10px;
    left: auto;
    border-radius: 55px;
    font-size: 12px;
    padding: 2px 10px;
    width: auto;
    bottom: auto;
    top: 10px;
    opacity: 70%;
}

.gp-swiper .swiper-button-next,
.gp-swiper .swiper-button-prev {
    color: gray;
}

.pagination_bullet {
    bottom: -10px!important;
    position: relative;
}

:root {
    --swiper-navigation-size: 25px;
}


@media (max-width: 576px) {
    .gp-swiper .swiper-button-next,
    .gp-swiper .swiper-button-prev {
        display: none;
    }
}

/* tab css*/
.tab-header {
    position: sticky;
    top: 46px;
    background: white;
    z-index: 1001;
}
.tab-header.app {
    top:0;
}

.tab-body {
    padding-top: 90px;
    margin-top: -90px;
}

.tab-header .nav-link {
    border-bottom: 1px solid #dee2e6;
    color: black;
}

.tab-header .nav-link.active {
    border-bottom: 1px solid black;
}

/* introduce page*/
.section-1 { background-color: #FEEDCF}
.section-2 { background-color: #C6D8D5}
.section-3 { background-color: #F9F9FB}
.section-4 { background-color: #F7E3D9}
.section-5 { background-color: #b0f2b4}
.section-6 { background-color: #e8d1c5}
/*.section-7 { background-color: #cccccc}*/
/*.section-8 { background-color: #cccccc}*/
/*.section-9 { background-color: #cccccc}*/
/*.section-10 { background-color: #cccccc}*/

/* scroll menu*/
.scroll-menu { height: 42px; position: relative; overflow: hidden; padding: 0 25px;}
.scroll-menu ul {
    margin: 0; padding: 0; list-style: none; display: block; border-bottom: 0px;
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    height: 100%;
    white-space: nowrap;
    font-size: 0;
    line-height: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none; /* for Internet Explorer, Edge */
    scrollbar-width: none; /* for Firefox */
}
.scroll-menu ul::-webkit-scrollbar {
    display: none; /* for Chrome, Safari, and Opera */
}

.scroll-menu ul li {
    position: relative;
    display: inline-block;
    height: 100%;
    vertical-align: top;
}

.scroll-menu ul li a {
    position: relative;
    display: inline-block;
    height: 42px;
    padding: 0 10px;
    font-size: 16px;
    color: #000000;
    line-height: 42px;
    vertical-align: top;
}

.scroll-menu .scroll-menu_btn_prev,
.scroll-menu .scroll-menu_btn_next { position: absolute; top: 0px; padding: 8px; font-size: 20px; color: #cccccc}
.scroll-menu .scroll-menu_btn_prev:hover,
.scroll-menu .scroll-menu_btn_next:hover { color: black;}

.scroll-menu .scroll-menu_btn_prev { left: 0;}
.scroll-menu .scroll-menu_btn_next { right: 0;}

.btn-menu.active {
    border-bottom: 1px solid black;
    font-weight: bold;
}
.btn-menu:hover { font-weight: bold;}

.scroll-menu.inflow {
    padding: 0; margin-right: -0.8rem; margin-left: -0.8rem;
}
.scroll-menu.inflow ul { display: flex!important; justify-content: space-evenly!important;}
.scroll-menu.inflow .scroll-menu_btn_prev,
.scroll-menu.inflow .scroll-menu_btn_next { display: none;}

@media (max-width: 768px) {
    .scroll-menu { padding: 0; margin-right: -0.8rem; margin-left: -0.8rem;}
    .scroll-menu .scroll-menu_btn_prev,
    .scroll-menu .scroll-menu_btn_next { display: none;}
}


.multiple-images {
    position: relative;
}
.multiple-images img {
    border: 2px solid white;
    position: inherit;
}
.multiple-images img:not(:first-child) {
    margin-left: -10px;
}

/* search layout*/
.square-box-outter .square-box-inner {
    position: relative;
}

.square-box-outter .square-box-inner p {
    float: left;
    color: black;
    position: absolute;
    top: 0;
    margin: 0;
    padding: 5px;
    color: white;
}



.square-box:before {
    content: "";
    opacity: 0.5;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #000;
}



.square-box {
    width: 100%;
    padding-bottom: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    border: 1px solid #fafafa;
}

.square-box.loading:before {
    background-color: #ccc;
}
.square-box.animated-background {
    animation-duration: 5s;
}



@media (min-width: 576px) {
    .square-box-outter .square-box-inner p {
        font-size: 20px;
        padding: 15px;
    }

    .square-box {
        border: 10px solid #fafafa;
    }
}

@media (min-width: 768px) {
    .square-box-outter .square-box-inner p {
        font-size: 25px;
    }
}

.modal-header .btn-close { position: absolute; right: 10px; top: 10px;}
.modal-body .accordion-item { border-left: 0; border-right: 0;}
.modal-body .accordion-item:first-of-type { border-top: 0px;}
.modal-body .accordion-item:last-of-type { border-bottom: 0px;}

@media (max-width: 576px) {
    .detail-header .title { display: none;}
    .detail-header .top-bar {padding-top: 0.46rem!important; padding-bottom: 0.46rem!important;}
    .detail-header .back-button {display: inline;}
}

/* lounge*/
.lounge-header {
    text-align: center;
}

.lounge-header .lounge-header-bg {
    position: relative;
    width: 100%;
    padding-bottom: 20%;
    background-position: 50%;
    background-size: cover;
    overflow-y: visible;
}

.lounge-header .lounge-logo {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 50%;
    margin-left: -40px;
    bottom: -40px;
    border-radius: 40px;
    border: 2px solid #fff;
    background-color: white;
}
.lounge-header .lounge-logo img {
    width: 100%;
    border-radius: 50%;
}

/* medias */
.medias {
    height: 400px;
}


.medias .swiper {
    width: 100%;
    height: 100%;
}

.medias .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.medias .swiper-slide .swiper-slide-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.medias .swiper-pagination {
    background: black;
    top: 10px;
    bottom: inherit;
    right: 10px;
    left: inherit;
    border-radius: 15px;
    color: white;
    font-size: 13px;
    width: auto;
    padding: 3px 10px 3px 10px;
    opacity: 0.5;
}

.medias .swiper-button-next,
.medias .swiper-button-prev {
    color: inherit;
}

@media (max-width: 575px) {
    .medias .swiper-button-next,
    .medias .swiper-button-prev { display: none;}
}

/* label product */
.label-bg {
    background: rgba(0, 0, 0, .1);
    position: absolute;
    bottom: 0; left: 0; right: 0;
    /*border-radius: 10px;*/
    margin: 10px;
}
.label-product {
    background: white;
    margin: 1px;
    /*border-radius: 10px;*/
    /*height: 72px;*/
    border: 1px white solid;
}


.label-product .thumbnail-img {
    width: 70px!important;
    height: 70px!important;
    /*border-bottom-left-radius: 10px;*/
    /*border-top-left-radius: 10px;*/
}

.label-product .summary { font-size: 13px; display: grid!important; padding: 0px 5px; text-align: left;}
.label-product .summary .title, .label-product .summary .desc {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.label-product .summary .title { font-size: 15px;}
.label-product .summary .desc { color: #6c757d;}

.label-product > .summary > .price .sales-percent { background-color: #dc3644; color: white; padding: 0 5px; border-radius: 5px; font-size: 12px;}
.label-product > .summary > .price .original-price { text-decoration: line-through; color: #cccccc; font-size: 13px;}
.label-product > .summary > .price .actual-price { font-weight: bold; font-size: 14px;}

/* editor */
.picked-depts-wrap {
    position: -webkit-sticky;
    position: sticky;
    background: #f5f6f8;
    opacity: 1;
    bottom: -10px;
    padding: 0px 5px 5px 5px;
    border-radius: 10px;
    margin: 0 4px;
}

.picked-depts-wrap .picked-dpts {
    overflow-x: auto;
    padding: 0px 5px 5px 5px;
}

.picked-pdt {
    position: relative;
    margin-right: 13px;
    margin-top: 15px;
}
.picked-pdt .btn-picked-pdt-close {
    position: absolute;
    right: -10px;
    top: -10px;
    width: 25px;
    text-align: center;
}
.picked-pdt .btn-picked-pdt-close i {
    color: gray;
    background-color: white;
    border-radius: 50%;
}
.picked-pdt img {
    width: 55px;
    height: 55px;
    border-radius: 5px;
    object-fit: cover;
}

.picked-pdt .btn-pdt-price {
    font-size: 10px;
    position: absolute;
    bottom: 1px;
    text-align: center;
    left: 1px;
    right: 1px;
    font-weight: bold;
    background: white;
    border-radius: 4px;
}

.picked-depts-wrap .btn-picked-pdt-save {
    position: absolute;
    left: -5px;
    top: -10px;
    color: black;
    background: white;
    border-radius: 50%;
}

.picked-depts-wrap .btn-picked-pdt-save i {
    background-color: white;
    border-radius: 50%;
}





.feed-editor textarea {
    font-size: 15px;
    border: 0px;
    padding: 5px;
}

.feed-editor textarea:before {
    content: attr(data-reply-to);
    font-weight: 700;
    padding-right: 5px;
    font-size: 13px;
}


.upload-photo {
    position: relative;
    margin-right: 13px;
    margin-top: 15px;
}
.upload-photo label{
    position: absolute;
    right: -10px;
    top: -10px;
    width: 25px;
    text-align: center;
}
.upload-photo label i {
    color: gray;
    background-color: white;
    border-radius: 50%;
}
.upload-photo img {
    width: 55px;
    height: 55px;
    border-radius: 5px;
    object-fit: cover;
}

/* edit modal*/
#modal-bottom-sheet .modal-dialog .modal-content .btn-circles .link-icon {
    margin: 0px;
    padding: 30px;
    border-radius: 50%;
    font-size: 25px;
    background: #f8f9fa;
    position: relative;
}

#modal-bottom-sheet .modal-dialog .modal-content .btn-circles .link-icon i {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
}

#modal-bottom-sheet .modal-dialog .modal-content .btn-circles .link-label {
    font-size: 15px;
    margin: 5px 0 10px 0px;
}

@media (max-width: 576px) {
    #modal-bottom-sheet .bar {
        padding: 2px 5px;
        width: 35px;
        border-radius: 10px;
    }

    #modal-bottom-sheet .modal-dialog {
        position: fixed;
        left: 0px;
        right: 0px;
        bottom: 0px;
        margin: 0px;
    }

    #modal-bottom-sheet.fade .modal-dialog {
        transform: translate3d(0, 100vh, 0);
        transition-duration: 10ms;
    }

    #modal-bottom-sheet.fade.show .modal-dialog {
        transform: translate3d(0, 0, 0);
        transition-duration: 150ms;
    }

    #modal-bottom-sheet .modal-dialog .modal-content {
        border: 0px;
        border-radius: 12px 12px 0px 0px;
    }



    #modal-bottom-sheet .modal-dialog .modal-content .d-grid .btn {
        padding: 0.6rem 0.75rem;
    }
}