.lb-container {
    position: relative;
    width: 93%;
    height: 450px;
}

.lb-outerContainer {
    width: 98% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 450px !important;
}

.lightbox .lb-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: contain;
}

.lb-next {
    background: url('/common/design/user/css/img/lightbox/next.png') right 50% no-repeat;
    background-size: 40px;
    margin-right: -5%;
}

.lb-prev {
    background: url('/common/design/user/css/img/lightbox/prev.png') left 50% no-repeat;
    background-size: 40px;
    margin-left: -5%;
}

.wrap-other-products-list .box-creator-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: -7px;
    margin-right: -7px;
    margin-bottom: -14px;
    align-items: flex-start;
}

.wrap-other-products-list .box-creator-list .creator-list-item {
    width: calc(100% / 3);
    padding-left: 7px;
    padding-right: 7px;
    box-sizing: border-box;
    margin-bottom: 14px;
}

.wrap-other-products-list .box-creator-list .items {
    border: 1px solid #d8d8d8;
    padding: 7px 7px 25px;
}

.wrap-other-products-list .box-creator-list .items .text-name {
    font-size: 16px;
    margin: 7px auto 14px;
    text-align: center;
    line-height: 20px;
}

.wrap-other-products-list .box-creator-list .items .image {
    text-align: center;
    position: relative;
    height: 200px;
}

.wrap-other-products-list .box-creator-list .items .image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.wrap-other-products-list .btn-creator-list {
    background: #0097c8;
    color: #fff;
    margin: 30px auto 70px;
    position: relative;
    display: block;
    padding: 20px;
    text-align: center;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    border: 0;
    border-radius: 5px;
    outline: unset;
    width: 100%;
    box-sizing: border-box;
}

.wrap-other-products-list .box-creator-list {
    margin-left: -4px;
    margin-right: -4px;
    margin-bottom: -8px;
}

.wrap-other-products-list .box-creator-list .creator-list-item {
    width: calc(100% / 2);
    padding-left: 4px;
    padding-right: 4px;
    margin-bottom: 8px;
}

.wrap-other-products-list .btn-creator-list {
    margin: 20px auto;
    padding: 15px;
}

.wrap-other-products-list .btn-creator-list .image {
    max-width: 15px;
    display: inline-block;
}

.wrap-other-products-list .btn-creator-list .image img {
    width: 100%;
}

.wrap-other-products-list .box-creator-list .items .text-name {
    font-size: 12px;
    line-height: 14px;
    margin: 5px auto 14px;
}

.wrap-other-products-list .box-creator-list .items .image {
    height: 100px;
}

.bg-f6fdff {
    background: #f6fdff;
}

.add-video-youtube .wrap-add-video {
    margin-bottom: 2rem;
    line-height: 1.5;
}

.add-video-youtube .content-video {
    margin-bottom: 3rem;
}

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: black;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    display: none;
}

.lightbox {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: normal;
}

.lightbox .lb-image {
    display: block;
    height: auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.lb-outerContainer {
    position: relative;
    background-color: white;
    *zoom: 1;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.lb-outerContainer:after {
    content: "";
    display: table;
    clear: both;
}

.lb-container {
    padding: 4px;
}

.lb-loader {
    position: absolute;
    top: 43%;
    left: 0%;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(/common/design/user/css/img/lightbox/loading.gif) no-repeat;
}

.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

.lb-container > .nav {
    left: 0;
}

.lb-nav a {
    outline: none;
}

.lb-prev, .lb-next {
    width: 49%;
    height: 100%;
    cursor: pointer;
    display: block;
}

.lb-prev {
    left: 0;
    float: left;
}

.lb-prev:hover {
    background: url(/common/design/user/css/img/lightbox/prev.png) left 48% no-repeat;
}

.lb-next {
    right: 0;
    float: right;
}

.lb-next:hover {
    background: url(/common/design/user/css/img/lightbox/next.png) right 48% no-repeat;
}

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    *zoom: 1;
    width: 100%;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
    content: "";
    display: table;
    clear: both;
}

.lb-data {
    padding: 0 4px;
    color: #bbbbbb;
}

.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em;
}

.lb-data .lb-caption {
    font-size: 13px;
    font-weight: bold;
    line-height: 1em;
}

.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999999;
}

.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(/common/design/user/css/img/lightbox/close.png) top right no-repeat;
    text-align: right;
    outline: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
}

.title-item_s1 {
    position: relative;
    display: block;
    font-size: 13px;
    line-height: 22px;
    font-weight: 700;
    color: #2aa400;
    border-bottom: 1px solid #2aa400;
    border-left: 5px solid #2aa400;
    padding: 0 6px;
    margin: 0 0 12px;
}

.btn_s1 {
    position: relative;
    display: inline-block;
    vertical-align: top;
    border: 1px solid transparent;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    padding: 14px 18px;
    color: #fff;
    width: 100%;
    border-radius: 8px;
    max-width: 300px;
    cursor: pointer;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    z-index: 5;
    margin: 0;
}

.btn_s1-default {
    max-width: 300px;
    border-top: 1px solid rgba(255, 255, 255, .5);
    box-shadow: 0 0 0 1px #000;
    padding: 8px 6px;
    overflow: hidden;
    background: #cf3524;
}

.btn_s1_page_info {
    max-width: 100%;
    padding: 15px 0;
    box-sizing: border-box;
    margin-bottom: 15px;
}

.btn_s1-default:before, .btn_s1-default:after {
    content: "";
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    background: #cf3524;
    background: -moz-linear-gradient(top, #cf3524 0%, #ee1100 49%, #ee1100 50%, #cd0000 50%, #cd0000 100%);
    background: -webkit-linear-gradient(top, #cf3524 0%, #ee1100 49%, #ee1100 50%, #cd0000 50%, #cd0000 100%);
    background: linear-gradient(to bottom, #cf3524 0%, #ee1100 49%, #ee1100 50%, #cd0000 50%, #cd0000 100%);
    opacity: 1;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.btn_s1-default:after {
    background: #cf3524;
    background: -moz-linear-gradient(bottom, #cf3524 0%, #ee1100 49%, #ee1100 50%, #cd0000 50%, #cd0000 100%);
    background: -webkit-linear-gradient(bottom, #cf3524 0%, #ee1100 49%, #ee1100 50%, #cd0000 50%, #cd0000 100%);
    background: linear-gradient(to top, #cf3524 0%, #ee1100 49%, #ee1100 50%, #cd0000 50%, #cd0000 100%);
    opacity: 0;
}

.btn_s1-default strong {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-left: 40px;
    font-size: 20px;
    line-height: 26px;
    color: #fff;
    font-weight: 700;
    text-align: left;
    z-index: 10;
}

.btn_s1_page_info strong {
    width: 100%;
    padding-left: 0;
    font-size: 19px;
}

.btn_s1-default strong span {
    display: block;
    font-size: 12px;
    line-height: 16px;
}

.btn_s1_page_info strong span {
    float: left;
    text-align: center;
    width: 18%;
    color: #fff000;
}

.btn_s1_page_info strong h4 {
    display: inline-block;
    padding-left: 40px;
    position: relative;
    padding-top: 3px;
}

.btn_s1-default strong .icon {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 34px;
    height: 34px;
    background-color: #fff;
    border-radius: 50%;
    overflow: hidden;
    text-indent: -9999px;
}

.btn_s1_page_info strong .icon {
    position: absolute;
}

.btn_s1-default strong .icon:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -9px 0 0 -4px;
    border: 9px solid transparent;
    border-left: 13px solid red;
    border-right: 0;
}

.flow_to_order_s1 {
    margin-bottom: 20px;
}

.flow_to_order_s1 .delivery_day_s1 {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 2px solid #90afd7;
    min-height: 100px;
}

.flow_to_order_s1 .delivery_day_s1 .img_s1 {
    display: block;
    background-color: #fff;
    min-width: 110px;
    max-width: 110px;
    width: 110px;
    padding: 0 5px 0 12px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.flow_to_order_s1 .delivery_day_s1 .img_s1 img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

#wrapper .item_info .flow_to_order_s1 .delivery_day_s1 .img_s1 img {
    min-height: 83px;
}

.flow_to_order_s1 .delivery_day_s1 .descr_s1 {
    background-color: #d8e9ff;
    width: 100%;
    padding: 10px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.flow_to_order_s1 .delivery_day_s1 .descr_s1 .descr-item_s1 {
    width: 100%;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.flow_to_order_s1 .delivery_day_s1 .descr_s1 .descr-item_s1 h3 {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    line-height: 18px;
    color: #007caf;
    font-weight: 700;
    margin: 0 0 4px;
}

.flow_to_order_s1 .delivery_day_s1.delivery-page-info .descr_s1 .descr-item_s1 h3 {
    font-size: 13px;
    margin-right: -10px !important;
}

.flow_to_order_s1 .delivery_day_s1 .descr_s1 .descr-item_s1 h3 strong {
    display: block;
    font-size: 11px;
    line-height: 16px;
    font-weight: 700;
    color: #212121;
}

.flow_to_order_s1 .delivery_day_s1.delivery-page-info .descr_s1 .descr-item_s1 h3 strong {
    font-size: 12px;
    padding: 2px 0;
}

.flow_to_order_s1 .delivery_day_s1 .descr_s1 .descr-item_s1 h3 span {
    display: inline-block;
    vertical-align: top;
    color: #ca0000;
    font-size: 16px;
}

.flow_to_order_s1 .delivery_day_s1 .descr_s1 .descr-item_s1 h3 span {
    display: inline-block;
    vertical-align: top;
    color: #ca0000;
    font-size: 16px;
}

.flow_to_order_s1 .delivery_day_s1.delivery-page-info .descr_s1 .descr-item_s1 h3 strong span.date {
    font-size: 12px;
}

.flow_to_order_s1 .delivery_day_s1 .descr_s1 .descr-item_s1 h3 span {
    display: inline-block;
    vertical-align: top;
    color: #ca0000;
    font-size: 16px;
}

.btn_s1-default.default_sm {
    max-width: 130px;
    border-top: 0;
    box-shadow: none;
    padding: 5px 5px;
    overflow: hidden;
    line-height: 0;
    border-radius: 4px;
    background: #ea0000;
}

.flow_to_order_s1 .delivery_day_s1 .descr_s1 .descr-item_s1 .btn_s1-default {
    margin: 0;
    display: block;
}

.btn_s1-default.default_sm strong {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-left: 18px;
    font-size: 10px;
    line-height: 15px;
    color: #fff;
    font-weight: 700;
    text-align: left;
    z-index: 10;
}

.flow_to_order_s1 .delivery_day_s1.delivery-page-info .descr_s1 .descr-item_s1 a strong {
    font-size: 12px;
}

.btn_s1-default.default_sm strong .icon {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    background-color: #fff;
    border-radius: 50%;
    overflow: hidden;
    text-indent: -9999px;
}

.btn_s1-default.default_sm strong .icon:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -4px 0 0 -2px;
    border: 4px solid transparent;
    border-left: 6px solid red;
    border-right: 0;
}

#myTabContent .nav {
    background: none;
    margin-bottom: 10px;
    position: relative;
    width: 100%;
    display: block;
    top: 0;
    padding: 0;
    left: -125%;
}

.nav a, .user-wrap a {
    display: block;
    padding: 13px 20px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    color: #fff;
}

#myTabContent table {
    border: 1px solid #e5e5e5;
    border-spacing: 0;
    border-collapse: collapse;
    margin: 7px 0 12px 0;
    width: auto;
}

#myTabContent table th {
    padding: 10px;
    border-top: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    background: #f7f7f7;
    color: #000;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.66667;
}

#myTabContent table td {
    padding: 10px;
    border-top: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    color: #666;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    text-align: left;
}

.common-title_s1 {
    font-size: 15px;
    line-height: 22px;
    color: #fff;
    text-align: center;
    background: url(/common/design/user/img/images_index-add/title-common-bg.png) left top repeat;
    margin: 0 0 10px;
    padding: 7px 5px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    font-weight: 700;
    -webkit-background-size: 4px;
    background-size: 4px;
}

.item_info h2 {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
}

h2.common-title_s1 {
    color: #fff;
}

.add-video-youtube .form-video .title .icon-speaker {
    position: absolute;
    right: -70px;
    top: -30px;
    width: 65px;
}

.add-video-youtube .form-video .sub-title {
    border-bottom: 2px solid #e3f1f5;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
    text-align: center;
    font-size: 14px;
}

.add-video-youtube .form-video {
    border: 2px solid #e4f4f6;
    padding: 1rem;
}

.add-video-youtube .form-video .title {
    text-align: center;
    color: #0097c8;
    position: relative;
    width: max-content;
    margin: auto auto 1.5rem;
    border: 0;
    font-size: 20px;
}

.add-video-youtube .form-content-video .fill-content {
    margin: .5rem 0 1.5rem;
}

.add-video-youtube .form-video input, .add-video-youtube .form-video textarea {
    border: 1px solid #e1e1e1;
    padding: .5rem 1rem;
}

.add-video-youtube .form-video input, .add-video-youtube .form-video textarea {
    border: 1px solid #e1e1e1;
    padding: .5rem 1rem;
}

.add-video-youtube .form-video textarea {
    width: 100%;
    box-sizing: border-box;
}

.add-video-youtube .form-content-video button {
    background: #e61e02;
    color: #fff;
    border: 0;
    border-radius: .5rem;
    width: 300px;
    padding: 1rem;
    margin: auto;
    text-align: center;
    cursor: pointer;
}

.add-video-youtube .form-content-video .btn-form-video {
    text-align: center;
}

.col-link {
    display: block;
    overflow: hidden;
    font-size: 10px;
    line-height: 13px;
    color: #fff;
}

.col-link span {
    display: block;
    overflow: hidden;
    font-size: 20px;
    line-height: 22px;
    font-weight: 700;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 5px;
}

.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(/common/design/user/css/img/lightbox/close.png) top right no-repeat;
    text-align: right;
    outline: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
}

#market-footer .footer-top {
    padding: 50px 0 0 0;
}

#market-footer .panel {
    border: 1px solid #ededed;
}

#market-footer .panel .panel-heading {
    background-color: #f5f5f5;
    padding: 10px 15px;
    border-bottom: 1px solid #ededed;
}

#market-footer .panel .panel-heading h3 {
    margin-bottom: 0;
}

#market-footer h3, .dashboard h5 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 12px;
}

#market-footer .panel .panel-heading h3 .material-icons-round {
    margin: 3px 7px 0 0;
    font-size: 16px !important;
}

.material-icons-round {
    font-family: 'Material Icons Round';
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

#market-footer .panel .panel-body {
    padding: 10px 15px;
    line-height: 1.8;
    font-size: 12px;
}

#market-footer .panel .panel-body h4 {
    font-size: 14px;
    font-weight: bold;
    margin: 12px 0 7px 0;
    background-color: #f5f5f5;
    padding: 5px;
    text-align: center;
}

#market-footer {
    padding: 0;
    border-top: 1px solid #ededed;
    color: #111;
}

#market-footer .panel .panel-heading h3 .material-icons-round {
    margin: 3px 7px 0 0;
    font-size: 16px !important;
}

ul.list-header-top, ul.add-nav.tab-add-nav {
    margin: 0;
}

a {
    color: unset;
}

.btn {
    padding: unset;
    font-size: 14px;
}

#market-footer *, #market-footer ::after, #market-footer ::before {
    box-sizing: border-box !important;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col-md-6 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.mt-4, .my-4 {
    margin-top: 1.5rem !important;
}

.mr-2, .mx-2 {
    margin-right: .5rem !important;
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.modal .modal-container {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 15px 25px;
    max-height: 600px;
    width: 70%;
}

.modal .modal-container .modal-close {
    position: absolute;
    top: 10px;
    right: 5px;
    font-size: 28px;
    color: #b8b8b8;
    line-height: 0;
    cursor: pointer;
}

.modal .modal-container .modal-header {
    padding: 0;
    border: none;
    font-size: 18px;
    font-weight: 500;
}

.modal .modal-container .modal-body {
    padding: 15px 0;
    overflow-y: scroll;
    max-height: 380px;
}

.modal-swap-item .items .item, .modal-swap-item .items .item-model, .modal-swap-item .items .item-color {
    cursor: pointer;
    padding: 0;
    font-size: 12px;
    margin: 20px 0;
}

.modal-swap-item .items .item img, .modal-swap-item .items .item-model img, .modal-swap-item .items .item-color img {
    float: left;
    margin-right: -80px;
    width: auto;
    max-width: 80px;
    height: auto;
    max-height: 80px;
}

.modal-swap-item .items .item .title, .modal-swap-item .items .item-model .title, .modal-swap-item .items .item-color .title {
    float: left;
    padding-left: 95px;
}

.modal-swap-item .items .item:after, .modal-swap-item .items .item-model:after, .modal-swap-item .items .item-color:after {
    content: '';
    display: block;
    clear: both;
}

::-webkit-scrollbar {
    width: 3px;
    background-color: transparent;
}

::-webkit-scrollbar-track {
    background-color: transparent;
}

::-webkit-scrollbar-thumb {
    background: #c1c1c1;
}

body {
    overflow: overlay;
}

.loader .loader-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 15px 25px;
    max-height: 600px;
}

.loader-text {
    color: #ffffff;
    display: inline-block;
    margin-left: 5px;
}

.loader-bounceball {
    position: relative;
    display: inline-block;
    height: 37px;
    width: 15px;
}

.loader-bounceball:before {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #ffffff;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: loader-bounce 500ms alternate infinite ease;
    animation: loader-bounce 500ms alternate infinite ease;
}

@-webkit-keyframes loader-bounce {
    0% {
        top: 30px;
        height: 5px;
        border-radius: 60px 60px 20px 20px;
        -webkit-transform: scaleX(2);
        transform: scaleX(2);
    }
    35% {
        height: 15px;
        border-radius: 50%;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    100% {
        top: 0;
    }
}

@keyframes loader-bounce {
    0% {
        top: 30px;
        height: 5px;
        border-radius: 60px 60px 20px 20px;
        -webkit-transform: scaleX(2);
        transform: scaleX(2);
    }
    35% {
        height: 15px;
        border-radius: 50%;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    100% {
        top: 0;
    }
}

@media (max-width: 767px) {
    .flow_to_order_s1 .delivery_day_s1_new {
        border: 0;
    }

    .flow_to_order_s1 .delivery_day_s1_new .descr-item_s1 {
        border: 2px solid #ebebeb;
        margin-bottom: 10px;
    }

    .flow_to_order_s1 .delivery_day_s1_new .descr_s1 {
        flex-direction: column;
        background: #fff;
        padding: 0;
    }

    .flow_to_order_s1 .delivery_day_s1_new.delivery-page-info .descr_s1 .descr-item_s1 h3 {
        background: #daf2ff;
        width: 100%;
        text-align: center;
        padding: 10px 0;
    }

    .flow_to_order_s1 .delivery_day_s1_new .date-deliver {
        font-size: 12px;
        text-align: center;
        width: 100%;
        padding: 15px 5px;
        box-sizing: border-box;
    }

    .flow_to_order_s1 .delivery_day_s1_new .date-deliver .date {
        color: #ca0000;
        font-size: 15px;
    }
    .flow_to_order_s1 .delivery_day_s1_new .btn_s1-default:before,
    .flow_to_order_s1 .delivery_day_s1_new .btn_s1-default:after {
        background: transparent;
    }

    .flow_to_order_s1 .delivery_day_s1_new .btn_s1-default.default_sm {
        max-width: max-content;
        background: #fff;
        margin-left: auto;
        display: flex;
    }

    .flow_to_order_s1 .delivery_day_s1_new .btn_s1-default.default_sm strong {
        color: #0084ff;
        font-size: 12px;
        flex: 1;
        padding-left: 5px;
        text-decoration: underline;
    }

    .flow_to_order_s1 .delivery_day_s1_new .btn_s1-default.default_sm .image {
        width: 14px;
        height: 14px;
    }
}

@media (max-width: 991px) {
    .list-header-top a.tel-new {
        background: #ff0101 !important;
        text-indent: 0;
        color: #fff;
        display: flex !important;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        line-height: 18px;
        font-weight: 700;
        width: 110px;
    }

    .list-header-top a.tel-new strong {
        font-size: 9px;
        font-weight: 700;
    }

    .list-header-top a.tel-new span {
        font-size: 13px;
    }
}

.profile-new .wrap-profile {
    margin-bottom: 10px;
}

.profile-new .photo {
    position: relative;
    width: 95px;
    height: 95px;
    box-sizing: border-box;
}

.profile-new .photo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.profile-new .btn_item .btn-profile-user {
    width: 300px;
    height: 41px;
    box-sizing: border-box;
}

.profile-new .btn_item .btn-profile-user .img {
    display: flex;
    width: 20px;
    height: 20px;
}

.wrap-header-sp .nav {
    right: 0;
}

.wrap-header-sp .nav-left-to-right {
    width: 0;
}

.nav-visible .wrap-header-sp .nav-left-to-right {
    width: 60%;
}

@media (max-width: 1023px) {
    #header.wrap-header-sp {
        height: 138px !important;
    }
}

@media (max-width: 320px) {
    .profile-new .btn_item a {
        width: 280px;
    }

    .profile-new .btn_item .btn-profile-user {
        width: 280px;
    }
}
.info-sns {
    margin: 10px 0;
}

.info-sns a {
    width: auto;
    height: auto;
    margin-right: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.info-sns a:hover {
    opacity: 0.7;
}

.info-sns a img {
    height: 20px;
    width: auto;
}

.is-good-heart {
    color: red;
    font-size: 25px;
}

.box-is-good {
    display: inline-block;
    margin-top: 8px;
    margin-left: 5px;
    text-align: center;
    color: red;
}

#topicpath ul {
    min-height: 31px;
}

.profile.profile-new {
    min-height: 146px;
}

.extra-section {
    min-height: 78px;
}

.extra-section.size .items {
    min-height: 54px;
}

.item-actions {
    min-height: 122px;
}

.sns_btn {
    min-height: 44px;
}

.add-video-youtube .item_info .wrap-add-video .content-video .title-item_s1 {
    min-height: 23px;
}

.btn_s1_page_info {
    min-height: 64px;
}

section.flow_to_order_s1 {
    min-height: 100px;
}

.item_info .photo p {
    min-height: 247px;
}

.item-type {
    min-height: 15px;
}

.product-detail-col .table-holder {
    min-height: 432px;
}

.product-detail-col p {
    min-height: 100px;
}

.slick-list.draggable {
    min-height: 57px;
}

.add-video-youtube .wrap-add-video .form-video {
    min-height: 581px;
}

img.card-img.mt-2 {
    min-height: 38px;
}

.profile-new .btn_item {
    min-height: 41px;
}

.common-info.clearfix,
.item-cost {
    min-height: 21px;
}

.extra-section .title {
    min-height: 20px;
}

.extra-section .slider {
    min-height: 57px;
}

.sns_btn ul.clearfix,
.sns_btn li {
    min-height: 44px;
}

.profile-new .img-profile {
    min-height: 95px;
}

.profile-new .content-profile {
    min-height: 100px;
}

.flow_to_order_s1 .delivery_day_s1_new {
    min-height: 100px;
}

.flow_to_order_s1 .delivery_day_s1 .descr_s1 .descr-item_s1 {
    min-height: 45px;
}

#item-detail .nav-tabs .nav-item {
    min-height: 46px;
}

.wrap-other-products-list .box-creator-list .creator-list-item {
    min-height: 167px;
}

.btn-market {
    min-height: 50px;
}

.add-video-youtube .form-content-video .user .fill-content {
    min-height: 36px;
}

.extra-section.color .item {
    min-height: 47px;
}

#count-reaction {
    width: 25px
}
@font-face {
    font-family: 'Material Icons Round';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/materialiconsround/v100/LDItaoyNOAY6Uewc665JcIzCKsKc_M9flwmP.woff2) format('woff2');
}