#wrapper_s1 *{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.banner-top-page-market {
    background: #e8e8e8;
    height: 367px;
    background-position-x: center;
    background-position-y: center;
    background-size: cover;
    background-repeat-x: no-repeat;
    background-repeat-y: no-repeat;
    position: relative!important;
}
.button-banner {height: 100%}
.button-choose-img {
    height: 45px;
    background: #363636;
    color: #fff;
    position: relative;
    line-height: 45px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
}
.button-choose-img input[type="file"] {
    position: absolute;
    right: 0;
    height: 45px;
    top: 0;
    opacity: 0;
    padding: 0 15px;
}
.button-choose-img {
    position: absolute;
    bottom: 10px;
    right: 0;
}
.breadcrumb-my-market{
    margin-top: 20px;
}
.img-profile .photo img {
    width: 110px;
    border-radius: 50%;
}
.profile-my-market h3 {
    background: transparent;
    text-indent: 0px;
    font-size: 24px;
    position: relative;
    height: auto;
    border-bottom: 0;
    margin: 0 0 3px 0;
    font-weight: 600;
    display: inline-block;
    overflow: visible;
}
.profile-my-market h3:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background: #d61518;
    left: 0;
    bottom: -7px;
    z-index: 1;
}
.profile-my-market h3 .first-text {
    color: #d61519;
}
.wrap-profile {
    display: flex;
}
.wrap-profile .img-profile {
    width: 110px;
}
.content-profile {
    width: 100%;
     margin-left: 30px;
 }
.photo {
    width: 110px;
}
.profile-my-market  .inline-border {
    height: 4px;
    width: 100%;
    background: #000;
    position: relative;
    margin-bottom: 15px;
}
.info p {
    margin-top: 25px;
    line-height: 24px;
    color: #777;
}
.btn-profile-edit {
    height: 44px;
    width: auto;
    font-size: 16px;
    line-height: 44px;
    color: #FFf;
    background: #363636;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
}
.btn-profile-edit img {
    max-width: 100%;
    display: block;
}
.input-search input#site-search {
    width: 460px;
    height: 37px;
    border-radius: 5px;
    border: 1px solid #e1e1e1;
    position: relative;
    padding-left: 10px;
    padding-right: 25px;
}
.input-search-url{
    max-width: 480px;
    width: 100%;
    height: 37px;
    position: relative;
}
.input-search .input-search-url:before {
    content: url(/common/design/user/img/icon-input-s.png);
    position: absolute;
    right: 10px;
    z-index: 9;
    top: 54%;
    transform: translateY(-50%);
}
.input-search {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: end;
}
button.btn-search {
    width: 100%;
    height: 37px;
    color: #fff;
    font-size: 16px;
    background-color: #363636;
    border: 1px solid #363636;
    border-radius: 5px;
    margin-left: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
button.btn-search span {
    margin-right: 5px;
}
button.btn-sns-block {
    width: 100%;
    height: 37px;
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
    margin-left: 10px;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
button.btn-sns-block a{
    color: #fff;
}
button.btn-search-twitter {
    background: #1d9bf0;
}
button.btn-search-fb {
    background: #1877f2;
}
.shop-url {
    max-width: 130px;
    width: 100%;
}
.search-url-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
    background: #f3f3f3;
    padding: 15px;
    margin-bottom: 30px;
}
.shop-url {
    max-width: 130px;
    width: 100%;
}
.recommen-select {
    max-width: 250px;
    width: 100%;
    height: 40px;
    border: 1px solid #f6f6f6;
    border-radius: 5px;
    padding: 0 10px;
    appearance: none;
    position: relative;
    background: url(/common/design/user/img/arrow-red.png) no-repeat;
    background-position: 95%;
    padding-right: 25px;
    cursor: pointer;
}
.select-box {
    display: initial;
}
.text-change {
    margin-left: 10px;
    font-size: 14px;
    color: #777777;
}
.recommended-order{
    margin-bottom: 30px;
}
a.btn_draw:after {
    content: url(/common/design/user/css/img/icon-right.png);
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.create.create-btn-ct a.btn_draw {
    display: block;
    max-width: 190px;
    width: 100%;
    height: 50px;
    border: 2px solid #373737;
    background: #fff;
    color: #000 !important;
    border-radius: 5px;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
}
.create.create-btn-ct {
    height: 210px;
    background-color: #f3f3f3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.image-product-market {
    height: 210px;
    border: 1px solid #000;
    padding: 15px 10px;
    position: relative;
    margin-bottom: 15px;
}
.image-product-market .btn-editing {
    position: absolute;
    bottom: 5px;
    left: 5px;
}
.btn-editing-market{
    margin-left: 5px;
}
p.text-name {
    font-size: 14px;
    line-height: 19px;
    color: #777;
}
.price-pro {
    font-size: 14px;
    color: #d20000;
}
.content-order ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
}
.content-order ul li {
    width: calc(100%/5 - 10px);
    margin: 10px 5px;
}
.content-order {
    margin-top: 20px;
}
.content-order {
    position: relative;
}
/*.create.create-btn-ct {*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 10px;*/
/*    width: 18.8%;*/
/*}*/

.hover-product {
    z-index: 9999!important;
}
.hover-product{
    background: rgba(0,0,0,.4);
    display: none;
    height: 100%;
    position: fixed;
    text-align: center;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
}
.hover-product .scoll-pr-market {
    background-color: #fff;
    box-shadow: 10px 10px 60px #555;
    height: auto;
    max-width: 1115px;
    max-height: 775px;
    margin: 10% auto 0;
    vertical-align: middle;
    width: 100%;
    position: relative;
    border-radius: 8px;
    padding: 15px 10px 25px 20px;
    z-index: 999;
}
.popupCloseButton-1 {
    background-color: #fff;
    cursor: pointer;
    font-family: arial;
    font-size: 40px;
    line-height: 30px;
    text-align: center;
}

.hover-product ul li:first-child {
    margin-left: 0;
}
.hover-product ul{
    overflow-y: scroll;
    max-height: 600px;
    overflow-x: hidden;
    padding-top: 15px;
}
.hover-product ul li .product-my-market .image-product-market span img {
    max-width: 100%;
}
.hover-product ul li .product-my-market .image-product-market {
    height: auto;
}
.popupCloseButton-1 {
    position: absolute;
    right: -10px;
    top: -2%;
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 25px;
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    background-color: #000;
    font-weight: 700;
    text-align: center;
}
.hover-product .content-product {
    text-align: left;
}
.hover-product .text-name{
    margin-bottom: 5px;
}
.hover-product .text-pop-up {
    font-size: 18px;
    line-height: 19px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.hover-product .image-product-market {
    padding: 10px;
}
.content-order ul::-webkit-scrollbar{
    background-color: #efefef;
    width: 6px;
    border-radius: 10px;
}
.content-order ul::-webkit-scrollbar-thumb{
    background-color: #bababa;
    border-radius: 10px;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance: none;
}
@media screen and (max-width: 991px){
    .button-choose-img ,
    .button-choose-img input[type="file"]{
        font-size: 12px;
        height: 32px;
    }
    .button-choose-img span img {
        max-width: 15px;
    }
    .button-choose-img span {
        display: inline-block;
    }
    #topicpath{
        display: inline-block;
    }

    .img-profile .photo img {
        max-width: 55px;
    }
    .wrap-profile .img-profile,
    .photo{
        max-width: 50px;
        width: 100%;
    }
    .profile-my-market h3{
        font-size: 14px;
    }
    .content-profile {
        margin-left: 15px;
    }
    .profile-my-market .inline-border{
        height: 2px;
    }
    .profile-my-market h3:after{
        height: 2px;
        bottom: -5px;
    }
    .info p {
        margin-top: 10px;
        font-size: 12px;
    }
    .btn-profile-edit img {
        max-width: 16px;
    }
    .btn-profile-edit {
        height: 32px;
        font-size: 12px;
        line-height: 36px;
        width: auto;
    }
    .search-url-bar {
        flex-direction: column;
        margin-top: 20px;
        align-items: flex-start;
    }
    .shop-url {
        font-size: 12px;
    }
    .shop-url span img {
        max-width: 17px;
    }
    .input-search-url{
        margin-top: 10px;
    }
    .input-search {
        flex-direction: column;
        align-items: flex-start;
    }
    button.btn-search{
        margin-left: 0;
        margin-top: 10px;
        height: 32px;
    }

    button.btn-sns-block{
        margin-top: 10px;
        height: 32px;
        font-size: 12px;
    }
    button.btn-search {
        font-size: 12px;
    }
    .button-search-market {
        display: flex;
        width: -webkit-fill-available;
    }
    .btn-search span img{
        max-width: 10px;
    }
    button.btn-sns-block  span img{
        max-width: 14px;
    }
    .text-change {
        display: inline-block;
    }
    .recommen-select {
        max-width: 100%;
        width: 100%;
        font-size: 14px;
        background-position: 97%;
    }
    .text-change {
        font-size: 12px;
        margin-top: 10px;
    }
    .content-order ul li {
        width: calc(100%/2 - 10px);
        margin: 5px 5px;
    }
    .create.create-btn-ct a.btn_draw {
        width: 100%;
        font-size: 12px;
        height: 40px;
        line-height: 36px;
    }
    .create.create-btn-ct {
        padding: 20px 10px;
        height: 200px;
    }
    .image-product-market {
        height: 200px;
    }
    p.text-name {
        font-size: 12px;
        line-height: 14px;
        margin-bottom: 8px;
    }
    .price-pro {
        font-size: 12px;
    }
    a.btn_draw:after {
        transform: translateY(-50%) scale(.8);
    }

    /*.create.create-btn-ct {*/
    /*    position: absolute;*/
    /*    top: 5px;*/
    /*    width: 49%;*/
    /*}*/
    .content-order {
        position: relative;
    }
    .hover-product .scoll-pr-market{
        max-width: 350px;
        padding: 10px;
        margin: 20% auto 0;
    }
    .hover-product ul {
        max-height: 460px;
    }
    .hover-product .text-pop-up {
        font-size: 12px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .hover-product ul li:first-child {
        margin-left: 0;
    }
    button.btn-search,
    button.btn-sns-block{
        width: auto;
    }
}
@media screen and (max-width: 377px){
    button.btn-search,
    button.btn-sns-block{
        font-size: 10px;
    }
}
@media screen and (max-width: 375px){
    .button-search-market {
        margin-right: 7px;
    }
    button.btn-search,
    button.btn-sns-block{
        font-size: 10px;
    }
    .hover-product .scoll-pr-market {
        max-width: 300px;
    }
    .hover-product ul {
        max-height: 415px;
    }

}

@media screen and (max-width: 356px){
    a.btn_draw:after {
        transform: translateY(-50%) scale(.6);
    }
    .create.create-btn-ct a.btn_draw {
        font-size: 9px;
        line-height: 33px;
    }
    .create.create-btn-ct,
    .image-product-market{
        height: 180px;
    }
}
@media screen and (max-width: 320px){
    .button-search-market {
        margin-right: 5px;
    }
    button.btn-search,
    button.btn-sns-block{
        font-size: 8px;
        height: 30px;
    }
    button.btn-sns-block{
        margin-left: 7px;
    }
    .hover-product .scoll-pr-market {
        max-width: 280px;
    }
    .hover-product ul {
        max-height: 390px;
    }
    .search-url-bar{
        padding: 10px;
    }
}

.flex-center {
    display: inline-flex;
    align-items: center;
}
.mr-5 {margin-right: 5px}
.mr-10 {margin-right: 10px}
.flex-center span > img {margin-right: 5px}
.flex-center > span {display: inline-flex}

@media (max-width: 820px) {
    .banner-top-page-market {
        height: 148px;
    }
    .input-search input#site-search {
        width: 100%;
        padding-right: 35px;
    }
    .button-choose-img {
        right: 10px;
    }

}
.button-choose-img:hover{
    cursor: pointer;
}
#market_item_list {min-height: 250px}
.scoll-pr-market {min-height: 200px}
.no-result {
    text-align: center; display: block; width: 100%
}
@media (max-width: 991px) {
    .no-result {
        display: flex;
        width: 50%;
        text-align: center;
        align-items: center;
        justify-content: center;
    }
}