.item_info .photo {
    margin: 0 auto 20px;
    position: relative;
    text-align: center;
    min-height: 220px;
}

.catch {
    font-size: 14px;
    line-height: 1.2;
    color: #999;
}


.profile .photo {
    float: left;
    text-align: center;
    max-width: 100px;
    position: relative;
    box-sizing: border-box;
}

.item_info .photo #MainPhoto {
    width: 70%;
}

.item_info .photo li {
    border: 1px solid #ededed;
    overflow: hidden;
}

.profile-new .title__profile {
    background: transparent;
    text-indent: 0;
    position: relative;
    height: auto;
    border-bottom: 0;
    font-weight: 600;
    margin: 0;
    font-size: 14px;
}

.profile-new .inline-border {
    height: 2px;
    width: 100%;
    background: #000;
    position: relative;
}

.profile-new .inline-border:after {
    content: '';
    display: block;
    height: 2px;
    width: 75px;
    background: #d61519;
    position: absolute;
    left: 0;
    bottom: 0;
}

.profile-new .title__profile .first-text {
    color: #d61519;
}

.profile-new .info .name {
    margin: 10px 0;
    font-weight: 700;
}

.profile .info .name span {
    font-size: 80%;
    color: #fff;
    padding: 3px 7px;
    margin: 0 5px 0 0;
    background: #202020;
    border-radius: 20px;
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .35);
    z-index: 9999;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.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;
}

.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;
}

::-webkit-scrollbar {
    height: 4px;
}

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

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

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

.extra-section {
    width: 100%;
    margin: 20px 0;
}

.extra-section .title {
    color: #2f2f2f;
    margin: 0 0 5px 0;
}

.item_info .title {
    border: 0;
    font-weight: 700;
}
.item_info .title {
    font-size: 100%;
    margin: 0 0 5px 0;
    border-bottom: 1px solid #202020;
}

.item-actions .qtty {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 5px;
    position: relative;
}

.item-actions .qtty .qtty-input {
    display: block;
    background-color: #fff;
    float: left;
    font-weight: 700;
    position: relative;
}

.item-actions .qtty .qtty-input:after {
    content: attr(data-qtty);
    font-size: 12px;
    color: #777;
    font-weight: 700;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.add-video-youtube .wrap-add-video {
    margin-bottom: 30px;
    line-height: 1.5;
}

.d-none {
    display: none;
}

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

.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-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 {
    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_page_info {
    max-width: 100%;
    padding: 15px 0;
    box-sizing: border-box;
    margin-bottom: 15px;
}

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

.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 span {
    float: left;
    text-align: center;
    width: 18%;
    color: #fff000;
}

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

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

.btn_s1_page_info strong .icon {
    position: absolute;
}

.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;
}

.flow_to_order_s1 {
    margin-bottom: 20px;
}

.flow_to_order_s1 .delivery_day_s1 {
    display: flex;
}

.flow_to_order_s1 .delivery_day_s1 .descr_s1 {
    display: flex;
    width: 100%;
}

.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;
}

#myTabContent {
    line-height: 25px;
    font-size: 16px;
}

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

#item-detail .nav-tabs .nav-item {
    margin-bottom: -1px;
}

#item-detail .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}

#item-detail .nav-tabs .nav-link {
    display: inline-block;
    border: 1px solid transparent;
}

.tab-content>.active {
    display: block;
}

.fade {
    transition: opacity .15s linear;
}

#myTabContent .product-detail-title {
    color: #495057;
    font-weight: 700;
}

#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 #e9e9e9;
    border-right: 1px solid #e9e9e9;
    background: #f8f8f8;
    color: #000;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.66667;
}

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

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

.wrap-other-products-list .box-creator-list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.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;
    box-sizing: border-box;
}

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

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


.add-video-youtube .form-video {
    padding: 1rem;
}

.add-video-youtube .form-video .title {
    text-align: center;
    color: #000;
    position: relative;
    width: max-content;
    margin: auto auto 10px;
    border: 0;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
}

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

.add-video-youtube .form-video input, .add-video-youtube .form-video textarea {
    border: 1px solid #afafaf;
    padding: 8px 10px;
    width: 100%;
    border-radius: 6px;
    font-size: 14px;
    line-height: 21px;
    box-sizing: border-box;
}

input, textarea {
    font: 100% Arial, Helvetica, sans-serif;
    vertical-align: middle;
}

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

.add-video-youtube .form-content-video button {
    background: #D80000;
    color: #fff;
    border: 0;
    padding: 1rem;
    margin: auto;
    text-align: center;
    cursor: pointer;
    border-radius: 10px;
    width: 100%;
    font-weight: 700;
    font-size: 17px;
    line-height: 17px;
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
}
.add-video-youtube .form-content-video button:after {
    content: '';
    display: block;
    background: url("/common/design/user/img/icon-btn-white.png") no-repeat;
    background-size: 100% 100%;
    width: 17px;
    height: 17px;
}

.inline-border-2 {
    height: 2px;
    width: 100%;
    background: #000;
    position: relative;
    margin-bottom: 15px;
    z-index: 1;
}

.loader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .35);
    z-index: 9999;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.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-bounceball {
    position: relative;
    display: inline-block;
    height: 37px;
    width: 15px;
}

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

p.ex {
    font-size: 75%;
    line-height: 150%;
    margin: 0 auto 10px;
    width: 95%;
}



.wrap_outchat #link-top2 a:nth-child(1):before {
    background-image: url(/common/design/user/img/icon-cart-fl.png);
    background-repeat: no-repeat;
}
.wrap_outchat #link-top2 a:nth-child(1){
    text-align: center;
    font-size: 15px;
    padding-left: 5px;
}
.wrap_outchat #link-top2 a:nth-child(1):before {
    left: 14%;
    top: 60%;
}
.wrap_outchat .button-link-drawer:after{
    display: none;
}
.wrap_outchat #link-top2 .link-back-top:before {
    right: 165px;
}
.wrap_outchat .chat_bot{
    background-size: contain;
}
.link-top2-ouside:not(.wrap_outchat-market){
    display: none;
}
@media (max-width: 375px) {
    .wrap_outchat #link-top2 a:nth-child(1):before {
        left: 8%;
    }
}
@media (max-width: 356px) {
    .wrap_outchat #link-top2 a:nth-child(1):before {
        left: 8px;
    }
}
.add-video-youtube .list-label{
    display: flex;
    align-items: center;
    padding: 0 10px;
    gap: 7px;
    margin: 0 0 10px;
}

.label-nft img{
    height: 12px;
    margin-right: 3px;
}
.label-nft{
    font-size: 12px;
    text-transform: uppercase;
    padding: 5px 10px;
    text-align: center;
    border-radius: 3px;
    margin-bottom: 10px;
    line-height: 16px;
    margin-left: 10px;
    margin-top: 15px;
    border: 1px solid #e7e7e7;
    display: flex;
    align-items: center;
}
.loading-content img {
    display: block;
    margin: auto;
    width: 150px;
}
.loading-content {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
}


.wrap_outchat #link-top2 a:nth-child(1):before {
    background-image: url(/common/design/user/img/icon-cart-fl.png);
    background-repeat: no-repeat;
}
.wrap_outchat #link-top2 a:nth-child(1){
    text-align: center;
    font-size: 15px;
    padding-left: 5px;
}
.wrap_outchat #link-top2 a:nth-child(1):before {
    left: 14%;
    top: 60%;
}
.wrap_outchat .button-link-drawer:after{
    display: none;
}
.wrap_outchat #link-top2 .link-back-top:before {
    right: 165px;
}
.wrap_outchat .chat_bot{
    background-size: contain;
}
.link-top2-ouside:not(.wrap_outchat-market){
    display: none;
}
@media (max-width: 375px) {
    .wrap_outchat #link-top2 a:nth-child(1):before {
        left: 8%;
    }
}
@media (max-width: 356px) {
    .wrap_outchat #link-top2 a:nth-child(1):before {
        left: 8px;
    }
}

.add-video-youtube .list-label{
    display: flex;
    align-items: center;
}

.label-nft img{
    height: 12px;
    margin-right: 3px;
}
.label-nft{
    font-size: 12px;
    text-transform: uppercase;
    padding: 5px 10px;
    text-align: center;
    border-radius: 3px;
    margin-bottom: 10px;
    line-height: 16px;
    margin-left: 10px;
    margin-top: 15px;
    border: 1px solid #e7e7e7;
    display: flex;
    align-items: center;
}
.loading-content img {
    display: block;
    margin: auto;
    width: 150px;
}
.loading-content {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
}




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

    .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 .descr-item_s1 {
        border: 2px solid #ebebeb;
        margin-bottom: 10px;
    }

    .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 .image {
        width: 14px;
        height: 14px;
    }

    .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;
    }
}

.info-sns a {
    width: 30px;
    height: 30px;
    display: block;
}
.info-sns a:hover {
    opacity: 0.7;
}
.info-sns a img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.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 {
    height: auto;
}
#topicpath ul{
    display: flex;
    overflow: scroll;
}
#topicpath ul li{
    white-space: nowrap;
}
.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;
}
.product-detail-col .table-holder {
    min-height: fit-content;
}
.product-detail-col p {
    min-height: 100px;
}
.slick-list.draggable {
    min-height: 57px;
}
.add-video-youtube .wrap-add-video .form-video {
    border-radius: 5px;
    min-height: fit-content;
    margin-bottom: 20px;
}

img.card-img.mt-2 {
    width: 100%;
    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 .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;
    display: flex;
}
.add-video-youtube .form-content-video .user .fill-content input::placeholder ,
.add-video-youtube .form-content-video .fill-content textarea::placeholder{
    color: #C9C9C9;
}
.add-video-youtube .form-content-video .user .fill-content input:focus::placeholder ,
.add-video-youtube .form-content-video .fill-content textarea:focus::placeholder
{
    color: transparent;
}
.extra-section.color .item{
    min-height: 47px;
}

.banner-link a {
    min-height: 90px;
    display: block;
}
#myTabContent .tab-content {
    min-height: 100px;
}
#myTabContent .product-detail-title {
    min-height: 25px;
    font-size: 14px;
    padding-top: 10px;
}
.product-detail-col {
    font-size: 14px;
    color: #777777;
}

.flow_to_order_s1 .delivery_day_s1_new .date-deliver{
    min-height: 45px;
}
.flow_to_order_s1 .delivery_day_s1_new .btn_s1-default.default_sm{

    min-height: 26px;
}
.flow_to_order_s1 .delivery_day_s1_new .btn_s1-default.default_sm .image img {
    width: 14px;
    height: 14px;
}
.add-video-youtube .form-video .title .icon-speaker img {
    width: 65px;
    height: 50px;
}

#count-reaction {
    width: 25px;
    height: 25px;
}
.item-type img {
    height: 13px;
}
.item-type a {
    display: flex;
    align-items: center;
    gap: 5px;
}
.profile-new .btn_item .btn-profile-user .img img{
    width: 20px;
    height: 20px;
}
/*------------------*/

.profile-new .photo a {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: block;
}
.profile-new .photo img{
    border-radius: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.social-icon a {
    margin-left: 10px;
}
h2.common-title_s1 {
    background: transparent;
    color: #000;
    text-align: left;
    display: inline-block;
    margin-bottom: 0;
    padding-bottom: 2px;
    position: relative;
    z-index: 10;

}
h2.common-title_s1:after {
    content: '';
    border-bottom: 2px solid #d61518;
    display: block;
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
}
.inline-border-2 {
    height: 2px;
    width: 100%;
    background: #000;
    position: relative;
    margin-bottom: 15px;
    z-index: 1;
}
.wrap-other-products-list .btn-creator-list {
    background: transparent;
    color: #0084ff;
    position: relative;
    display: flex;
    padding: 20px;
    text-align: right;
    float: right;
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
    border: 0;
    border-radius: 5px;
    outline: unset;
    width: auto;
    box-sizing: border-box;
    align-items: center;
}
.wrap-other-products-list .btn-creator-list .image{
    margin-right: 5px;
    height: 15px;
}
.wrap-other-products-list .btn-creator-list .image img {
    width: 100%;
}

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

div#market-footer,
.text-link-object.clearfix{
    display: none;
}
.item-type {
    color: #777777;
    font-size: 12px;
    text-transform: uppercase;
    padding: 4px 10px;
    background: #f3f3f3;
    text-align: center;
    border-radius: 6px;
    display: inline-block;
    line-height: 18px;
    border: 1px solid #f3f3f3;
}
.nft__box .item-type {
    background-color: #fff;
    border: 1px solid #e7e7e7;
}
.nft__box .item-type a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-bottom: 0;
}
.nft__box a:before {
    content: '';
    background: url(/common/design/user/img/icon-nft-market.png) no-repeat;
    display: block;
    background-size: 100% 100%;
    width: 16px;
    height: 19px;
}
.item_info {
    margin: 0 10px;
}
.item_info .photo ul {
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    margin:0 -10px;
}
.item_info .photo li {
    width: 57px;
    height: 57px;
    margin: 0 10px 20px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.item_info .photo p {
    background: #ebebeb;
    padding: 10px 0;
    border-radius: 3px;
}
.group-btn-design {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.item_info .photo .btn-create-design{
    font-size: 14px;
    color: #000;
    position: relative;
    width: 50%;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 9px 10px !important;
    border-radius: 6px;
    border: 1px solid #efefef;
}
.item_info .photo .btn-create-design span {
    display: inline-block;
    margin-right: 3px;
}
.item_info .photo .btn-create-design span img {
    display: block;
}
.item_info .photo .btn-create-design.change-btn {
    margin-right: 0px;
}
.item_info .photo{
    padding: 0 0 10px 0;
}
button#read-more, button#read-more-2 {
    background-color: #fff;
    color: #777;
    max-width: 135px;
    width: 100%;
    border: 0;
    text-align: center;
    margin: 0 auto;
    display: block;
    position: relative;
    z-index: 2;
    cursor: pointer;
}
.line-button {
    height: 1px;
    width: 100%;
    background: #d3d3d3;
    position: absolute;
    top: 50%;
    z-index: 1;
}
.see-more {
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}
.catch {
    max-height: 80px;
    overflow: hidden;
}
.ex {
    max-height: 80px;
    overflow: hidden;
}

p.catch.intro,
p.ex.intro{
    height: auto;
    overflow: visible;
}
.profile-new .content-profile{
    width: 100%;
}
.tag-inf1 {
    font-size: 12px;
    color: #777;
    border: 1px solid #eaeaea;
    border-radius: 50px;
    padding: 3px 10px;
    text-align: center;
    display: inline-block;
}
.tag-inf1 {
    margin: 3px;
}
.item_info .photo{
    min-height: auto;
}
.img-prof {
    display: flex;
    width: 100%;
    align-items: start;
}
.inf-profile {
    width: 100%;
}
.profile-new .img-profile {
    min-height: auto;
    margin-right: 10px;
    width: 50px;
    display: flex;
    justify-content: center;
}
.profile.profile-new{
    background: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 6px;
    min-height: auto;
    padding: 10px;
}
.profile-new .btn-profile-user {
    background: #fff;
    color: #0084ff;
    padding: 0;
}
.profile-new .btn_item a,.profile-new .btn_item .btn-profile-user{
    width: auto;
}
.profile-new .btn_item .btn-profile-user {
    font-size: 12px;
}
.social-button {
    width: auto;
    display: flex;
    justify-content: space-between;
}
.profile-new .btn-profile-user .img {
    margin-left: 0px;
    margin-right: 5px;
}
p.btn_item{
    margin-bottom: 0;
}
.social-icon {
    vertical-align: middle;
    display: flex;
    align-items: center;
}
.item_info .title{
    border: 0;
    font-weight: 700;
}

.item-actions .qtty{
    width: 100%;
    height: auto;
    min-height: 36px;
    border: 0;
    display: flex;
}
.item-actions .qtty .qtty-input {
    width: 100%;
    border: 1px solid #afafaf;
    text-align: left;
    font-size: 14px;
    color: #000;
    margin-left: 0px;
    min-height: 36px;
    height: auto;
    line-height: 36px;
    padding-left: 10px;
    border-radius: 6px;

}
.item-actions .qtty .qtty-arrows{
    display: none;
}
.delivery-time span img {
    max-width: 18px;
}
.delivery-time {
    text-align: center;
    margin-top: 20px;
}
.item_info .wrap-other-products-list .box-creator-list .items {
    border: 0;
    padding: 7px 7px 10px;
}
.item_info .wrap-other-products-list .box-creator-list .items .image {
    border: 1px solid #eaeaea;
    height: 170px;
}
span.text-delivery-time {
    font-size: 12px;
    color: #777;
    font-weight: 700;
}
.item-actions .cart-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    font-weight: 700;
    font-size: 17px;
    width: 100%;
    height: 50px;
    margin: 10px 0;
    color: #fff;
    background-color: #E70000;
    text-align: center;
    line-height: 56px;
    margin-right: 5px;
}
.item-actions .cart-btn span {
    display: inherit;
    margin-right: 5px;
}
.button-add-wishlist {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: max-content;
    width: 100%;
    padding: 0 20px;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #e7e7e7;
    border-radius: 6px;
    background: #fff;
}
.button-add-wishlist span {
    display: inherit;
    margin-right: 5px;
}
.group-btn-wl {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sns_btn a {
    max-width: 135px;
    width: 100%;
    height: 25px;
    color: #fff;
    font-size: 12px;
    text-indent: 0px;
    overflow: visible;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}
li.twitter a {
    background-color: #1d9bf0;
    margin-right: 15px;
}
li.facebook a {
    background-color: #1877f2;
}
.sns_btn ul li a {
    max-width: 150px;
    width: 100%;
    padding: 5px;
}
.button-object {
    font-size: 14px;
    display: flex;
    align-items: center;
    color: #363636;
}
.sns_btn {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    margin: 10px 0 20px;
}
.sns_btn li {
    width: auto;
    float: inherit;

}
.sns_btn ul.clearfix{
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 15px;
}
.sns_btn ul.clearfix,
.sns_btn li{
    min-height: 25px;
}
.sns_btn li{
    margin-right: 5px;
}
#item-detail-content::-webkit-scrollbar-thumb {
    width: 0 !important;
}
div#item-detail #myTab {
    border: 0;
    overflow-y: unset;
    overflow: unset;
}
#item-detail .inline-border {
    height: 1px;
    background: #eaeaea;
    margin-top: -12px;
    margin-bottom: 20px;
}
#item-detail .nav-tabs .nav-item {
    margin-left: 15px;
}
.button-red-design {
    max-width: 465px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    background-color: #e61e02;
    color: #fff;
    font-size: 17px;
    line-height: 17px;
    height: 50px;
    border-radius: 10px;
    margin-bottom: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-weight: 700;
}
.button-red-design .img-button img {
    max-width: 20px;
}
.img-yellow {
    position: absolute;
    left: -5px;
    top: -19px;
}
h3.supportive-comments {
    font-size: 16px;
    font-weight: 700;
    position: relative;
    z-index: 10;
    text-align: left;
    display: inline-block;
    margin-bottom: 0;
    padding-bottom: 2px;
    line-height: 24px;
}
h3.supportive-comments:after {
    content: '';
    border-bottom: 2px solid #d61518;
    display: block;
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
}
.add-video-youtube .form-video {
    border: 0;
    background: #f8f8f8;
}

.add-video-youtube .form-video .sub-title {
    border-bottom: 1px solid #e7e7e7;
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    color: #777;
    text-align: center;
}
label,
.comment lable{
    font-size: 14px;
    line-height: 21px;
    font-weight: 600;
    color: #777;

}
.add-video-youtube .form-video textarea {
    resize: none;
    min-height: 150px;
    max-height: 150px;
    border-radius: 6px;
}
div#twitter_tl {
    overflow-x: hidden;
    overflow-y: scroll;
    max-height: 200px;
    padding-right: 20px;
    margin-bottom: 30px;
}
.twitter-post {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e7e7e7;
}
/* custom scrollbar */
#twitter_tl::-webkit-scrollbar {
    width: 10px;
    background-color: #f7f7f7;
    border-radius: 20px;
    border: 3px solid #f7f7f7;
}

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

#twitter_tl::-webkit-scrollbar-thumb {
    background-color: #929292;
    height: 10px;
    border-radius: 20px;
    border:2px solid #f7f7f7;

}

.item_info .wrap-other-products-list .box-creator-list .items .text-name{
    text-align: left;
    margin-bottom: 5px;
    line-height: 18px;
}
.item_info .wrap-other-products-list .box-creator-list .items .price{
    margin-left: 0;
    color: #D20000;
    font-size: 16px;
    line-height: 24px;
}
.item_info .wrap-other-products-list .box-creator-list .items .price span {
    display: inline-block;
    font-size: 12px;
    line-height: 18px;
}
/*-----------------css option-size----------------*/

.select-custom strong {
    display: block;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    padding: 0 10px 0 32px;
}
.select-custom strong span {
    display: block;
    cursor: pointer;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
    line-height: 36px;
    position: initial;
    margin: 0 35px 0 0;
}
.select-custom strong:after{
    content: url("/common/design/user/img/icon-select.png");
    position: absolute;
    right: 10px;
    transform: scale(0.6);
    top: 10px;
    width: auto;
    height: auto;
    margin-top: 0;
    border-left: 0;
    border-right: 0;
    border-top: 0;
}
.select-custom ul {
    display: none;
    border: 1px solid #eaeaea;
    border-top: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 10;
    max-height: 200px;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.select-custom{
    position: relative;
    background: #fff;
    border: 1px solid #afafaf;
    border-radius: 6px;
}
.select-custom ul.active{
    display: block;
}
.select-custom li {
    list-style: none;
    padding: 2px 5px 2px 32px;
    cursor: pointer;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 13px;
    line-height: 28px;
    font-weight: normal;
    overflow: hidden;
    position: relative;
}
.select-custom li span,
.select-custom strong i {
    position: absolute;
    left: 4px;
    top: 50%;
    overflow: hidden;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    margin-top: -12px;
    border: 1px solid #dedede;
    width: 23px;
    height: 23px;
}
select.option-size {
    width: 100%;
    min-height: 40px;
    border: 1px solid #afafaf;
    padding: 0 10px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url('/common/design/user/img/icon-select.png');
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .85em auto, 100%;
    font-size: 14px;
    font-weight: 500;
    border-radius: 6px;
    color: #000000;
}
.button-object span{
    margin-right: 5px;
}
/*-----*/
@media (max-width: 320px){
    .sns_btn a {
        width: 85px;
    }
    .button-object {
        font-size: 10px;
    }

    .button-object span img {
        max-width: 85%;
    }
    .social-icon a{
        margin-left: 5px;
    }
    .social-icon a img {
        max-width: 80%;
    }
    .item_info .photo .btn-create-design {
        font-size: 12px;
    }
}
/*-----------*/
.bg-gray {
    margin: 0 -15px;
    background: #f8f8f8;
}
.bg-gray .content-bg-gray {
    padding: 15px;
}

span.img-button {
    display: inherit;
    margin-left: 5px;
}
.sns_btn ul li a span {
    margin-right: 5px;
}
.social-icon a:first-child {
    margin-left: 0;
}
#item-detail .nav-tabs .nav-link{
    border-radius: 0;
}
.item_info .photo li {
    padding: 5px;
}
.portrait {
    font-family: HiraginoSans, sans-serif;
}
.extra-section .title {
    font-weight: 700;
    font-size: 14px;
}
.select-custom strong:after {
    right: 6px;
    top: 10px;
}
.delivery-time {
    display: flex;
    align-items: center;
    justify-content: center;
}
.img-delivery-time {
    width: 18px;
    height: 20px;
    margin-right: 5px;
}
#txt-heart {
    font-size: 10px;
    font-weight: 700;
    line-height: 15px;
}
.box-is-good {
    line-height: 12px;
}
.img-but {
    height: 18px;
    margin-right: 5px;
}
.sns_btn a {
    border-radius: 3px;
    height: auto;
    padding: 3px 0;
    max-width: max-content;
    width: auto;
}
.button-object {
    font-size: 12px;
    font-weight: 700;
    display: flex;
    align-items: center;
}
.img-button-object {
    margin-right: 3px;
    width: 19px;
    height: 19px;
}
a.nav-link {
    padding: 10px 18px;
    font-weight: 700;
}
#item-detail .nav-tabs .nav-item {
    min-height: fit-content;
}
.common-title_s1 {
    padding: 5px 0;
}
#myTabContent table th {
    word-break: keep-all;
    padding: 8px 6px;
    font-size: 11px;
}
#myTabContent table td {
    font-size: 10px;
    word-break: keep-all;
    text-align: center;
}
#myTabContent table th:first-child {
    min-width: 50px;
}
#myTabContent table td:first-child {
    text-align: right;
}
::-webkit-scrollbar {
    height: 4px;
}
.product-detail-col p {
    font-size: 12px;
    min-height: 40px;
    line-height: 16px;
}
.product-detail-col .table-holder {
    margin-bottom: 5px;
}

.name-input {
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 5px;
    color: #777;
}
.form-content-video {
    line-height: 5px;
}
.add-video-youtube .form-content-video .fill-content {
    margin: 5px 0 15px;
}

h1.name {
    padding: 0 5px 0 10px;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 5px;
}
.common-info {
    margin: 5px 5px 5px 10px;
}
.profile {
    margin: 20px 0;
}
.d-none {
    display: none;
}
.wrap-other-products-list .box-creator-list .items .image img {
    position: relative;
    height: auto;
}
.item_info .wrap-other-products-list .box-creator-list .items .image {
    height: 100%;
    padding: 5px;
}
.clearfix h2.common-title_s1:after {
    height: 2px;
    bottom: -2px;
}
.fs-14-ct {
    font-size: 14px;
}
.fs-12-ct {
    font-size: 12px;
    line-height: 20px;
}
.item-cost {
    font-weight: 500;
}

.profile-new .info .name span {
    font-size: 10px;
    font-weight: 500;
    padding: 1px 10px;
}
.profile-new .info .name {
    font-size: 12px;
}
.profile-new .ex {
    font-size: 14px;
    line-height: 23px;
}
.profile-new .inline-border {
    margin-bottom: 0;
}
.extra-section .title:first-letter {
    font-size: 14px;
}
.box-img-yellow {
    position: relative;
    width: 65px;
    height: 43px;
}
.text-img-yellow {
    position: absolute;
    transform: translate(-50%, 50%);
    font-size: 11px;
    line-height: 16px;
    top: -17%;
    left: 50%;
    width: max-content;
}
.twitter-post p {
    font-size: 14px;
    color: #000000;
}
.author-name {
    display: flex;
    align-items: center;
    font-size: 12px;
    line-height: 18px;
    color: #848484;
}
.author-name span {
    margin-right: 10px;
}

.item-price {
    font-size: 16px;
}
.select-custom span span {
    position: absolute;
    left: 4px;
    top: 50%;
    overflow: hidden;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    margin-top: -12px;
    border: 1px solid #dedede;
    width: 23px;
    height: 23px;
}
.item_info .sns_btn ul li a img {
    min-height: auto;
}
.nav li {
    border-bottom: 0;
}
.item_info .extra-section.color,
.item_info .extra-section.size {
    min-height: fit-content;
}
.select-custom {
    width: 100%;
}
.item_info .title:first-letter {
    font-size: 100%;
    color: #000000;
}

.logo {
    background:url(/common/design/user/img/images-top/logo-market.png) no-repeat;
    background-size: 100% 100%;
    width: 57px;
    height: 57px;
}
.wrap-header-sp .logo {
    left: 50px;
}
p.catch.intro,
p.ex.intro {
    max-height: max-content;
}
.img-banner {
    margin-bottom: 20px;
}

@media (max-width: 320px) {
    .sns_btn ul li a {
        font-size: 10px;
    }
    .sns_btn ul li a {
        max-width: 140px;
    }
    .sns_btn ul.clearfix{
        justify-content: space-between;
    }
}
.about-print .box-text {
    margin-bottom: 10px;
    border-bottom: 1px solid #e2e2e2;
}
.about-print .box-text:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

/*market*/
.market-review-parent .market-review-parent-top {
    margin-bottom: 16px;
}
.market-review-parent .market-review-parent-content {
    display: flex;
    flex-wrap: wrap;
}
.market-review-parent .item-review-box {
    display: flex;
    align-items: start;
    border: 1px solid #eaeaea;
    border-radius: 5px;
    gap: 11px;
    padding: 18px 19px;
}
.market-review-parent .item-review-box .content-box-left {
    width: 20%;
    display: flex;
    flex-shrink: 0;
    justify-content: center;
}
.market-review-parent .item-review-box .content-box-right {
    width: 80%;
}
.market-review-parent .market-review-parent-content .item-box {
    margin-bottom: 10px;
}
.market-review-parent .market-review-parent-content .col-50 {
    width: 100%;
}
.market-review-parent .content-box-left .images {
    width: 100%;
    height: 100%;
    max-width: 66px;
    max-height: 90px;
    margin-top: auto;
}
.market-review-parent .content-box-left .images img {
    width: 100%;
    height: 100%;
    min-height: 90px;
    max-height: 90px;
    object-fit: contain;
}
.market-review-parent .content-box-right p {
    font-size: 14px;
    line-height: 16px;
    color: #000;
    font-weight: 700;
    margin-bottom: 7px;
    border-bottom: 2px dotted #eaeaea;
    padding-bottom: 4px;
}
.market-review-parent .content-box-right .box-rating-star {
    margin-bottom: 9px;
}
.market-review-parent .content-box-right .text-item-rating {
    display: none;
}
.market-review-parent .content-box-right .box-rating-star i {
    font-size: 14px;
    line-height: 14px;
}
.market-review-parent .content-box-right .txt-content span {
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.3px;
    color: #777777;
    display: block;
    display: -webkit-box;
    max-width: 100%;
    margin: 0 auto;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.list-review .rating-stars ul .fa-star:before {
    font-size: 22px;
}

.fa-search:before {
    content: "\f002";
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before {
    content: "\f123"
}
.market-review-parent .box-rating-star .rating-stars ul {
    display: flex;
}
.market-review-parent .box-rating-star .star {
    color: #ccc;
}
.market-review-parent .box-rating-star .star.selected {
    color: #ffce3f;
}
.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%
}

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

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

.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: #fff;
    *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: #bbb
}

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

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

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

.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: .7
}

.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: .7
}

.lightbox {
    top: 100px !important;
}
.preview-3d-container{
    width: 100%;
    height: 85%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-pack: start;
    justify-content: center;
    align-items: center;
}


#overlay3d {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 6;
    cursor: pointer;
    display: none;
    justify-content: center;
}
/* use for 3D */
#overlayreder3d{
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 50px;
    color: white;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}
.preview-3d{
    position: relative;
    width: 98%;
    height: auto;
}
.mouse-control-3d{
    position: absolute;
    top: 100px;
    left: 10px;
    border: 1px solid #1068e2;
}
.mouse-control-3d-close{
    position: absolute;
    bottom: 10px;
    right: 10px;
    border: 0px solid #1068e2;
}
.mouse-control-3d-2{
    position: absolute;
    top: calc(100% - 60px);
    left: 10px;
    border: 1px solid #c50707;
    display: flex;
    top: calc(100% - (50px + 25px));
    /* align-items: center; */
    /* justify-content: center; */
    left: 50%;
    transform: translateX(-50%);
}
.background-list-3d{
    position: absolute;
    /* right: 10px; */
    top: 2px;
    display: flex;
    width: 100%;
}
.background-3d .image{
    width: 65px;
    height: 60px;
    border-radius: 5px;
    object-fit: cover;
}
.button.active{
    border: unset;
    padding: 0;
}
.mouse-control-3d .button{
    max-width: 60px;
    white-space: normal;
    height: auto !important;
    font-size: 11px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 0;

}
.mouse-control-3d .button .image{
    width: 30px;
}
.mouse-control-3d .button .image span{
    height: auto !important;
}
.btn-preview-3d {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 50px;
    height: 40px;
    border: 1px #665858 solid;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}
.background-3d{
    width: calc(100%/6);
}
.wrap-3d{
    width: 100%;
    height: 100%;
    border-radius: 5px;
}
#canvas_3d_preview{
    width: 100%;
    height: 450px;
    touch-action: none;
    border-radius: 5px;
}
.background-list-3d .button{
    border-radius: 5px;
}

.mouse-control-3d-box .button{
    border: unset;
    padding: 0 10px;
    height: 52px !important;
}
.mouse-control-3d-box .button .image{
    height: 28px !important;
}

.guidance-3d-view{
    max-width: 60px;
    white-space: normal;
    height: 60px;
    font-size: 11px;
}

.background-3d-select{
    max-width: 65px;
    white-space: normal;
    height: 60px;
}

.guidance-3d-label{
    max-width: 60px;
    white-space: normal;
    height: 70px;
    font-size: 11px;
}

.loader-3d{
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid blue;
    border-right: 16px solid green;
    border-bottom: 16px solid red;
    border-left: 16px solid pink;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    position: absolute;
    top: 41%;
    left: 41%;
}
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.mydesign_info {
    margin: 0 5px;
}

.mydesign_info h2 {
    color: #fff;
    font-size: 87.5%;
    padding: 7px;
    margin: 0 0 5px 0;
    background: #e70000;
}

ul.list {
    text-align: center;
}

ul.list li {
    width: 48%;
    text-align: center;
    display: inline-block;
    margin: 0 0 10px 0;
    vertical-align: top;
}

.btn_box {
    text-align: center;
}

.btn {
    text-align: center;
    margin: 10px 0 0 0;
}

.btn_box .btn, .sbmt_box .btn {
    display: inline;
}

.btn a {
    width: 96%;
    color: #fff;
    font-size: 75%;
    font-weight: 700;
    text-align: center;
    display: inline-block;
    padding: 20px 5px;
    background: linear-gradient(#444, #1a1a1a);
    border-radius: 3px;
}

.mydesign_info .btn_box p a {
    width: 44.9%;
}

.mydesign_info table.common {
    margin: 0 0 15px 0;
}

.common-info-sp caption {
    font-size: 87.5%;
    font-weight: 700;
    padding: 3px 0 2px 7px;
    margin: 15px 0 10px 0;
    border-left: 5px solid #e70000;
    text-align: left;
}

table.common-info-sp th, table.common-info-sp td {
    font-size: 75%;
    line-height: 150%;
    padding: 7px;
    background: #f8f8f8;
    border: 1px dotted #d8d8d8;
}

table.common-info-sp th {
    width: 30%;
    text-align: center;
}

table.common-info-sp .even th, table.common-info-sp .even td {
    background: #fff;
}
.sns__box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.sns__box .info-sns {
    display: flex;
    gap: 5px;
    align-items: center;
}
.sns__box .btn-market-head a {
    font-size: 14px;
    line-height: 23px;
    color: #0084FF;
    text-decoration: underline;
    text-underline-offset: 3px;
}
.sns__box .btn-market-head {
    display: flex;
    gap: 5px;
    align-items: center;
}
.sns__box .btn-market-head:before {
    content: '\f138';
    font-family: "FontAwesome";
    font-size: 20px;
    color: #0084FF;
}
.btn__showmore {
    padding-top: 20px;
}
.btn__showmore a {
    font-size: 17px;
    line-height: 17px;
    color: #777;
    font-weight: 700;
    padding: 13px 20px;
    border-radius: 6px;
    border: 1px solid #e7e7e7;
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
    cursor: pointer;
    margin-bottom: 20px;
}
.btn__showmore a:after {
    content: '';
    background: url(/common/design/user/img/icon-right-market.png) no-repeat;
    display: block;
    background-size: 100% 100%;
    width: 17px;
    height: 17px;
}
.rating__stars--head .fa-fw {
    color: #FEC417 ;
    font-size: 14px;
}
.sns_btn-news ul.clearfix {
    margin-bottom: 0;
}
.sns_btn-news ul li {
    width: 50%;
    margin-right: 0;
}
.sns_btn-news ul li a {
    max-width: unset;
    border-radius: 10px;
    padding: 10px;
    width: auto;
}
.sns_btn-news li.facebook a {
    background-color: #3B5998;
    margin-right: 10px;
}
.sns_btn-news li.twitter a {
    background-color: #000;
    margin-right: 0;
}
.sns_btn-news ul li a img {
    width: 18px;
    height: 18px;
}
.btn__register--sendmail {
    display: flex;
    justify-content: end;
    width: 100%;
    margin-bottom: 10px;
}
.btn__register--sendmail a {
    padding: 0;
}
.btn__register--sendmail .button-object {
    font-size: 14px;
}

.star__box .rating-stars ul {
    display: flex;
}
.star__box .rating-stars ul li i {
    font-size: 19px;
    color: #FEC417;
}
.star__box {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}
.star__box p {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 0;
    color: #777;
    font-weight: 700;
}