.column1 .search h2{
    background: url(/common/design/user/css/img/background-h2-design-my.png) no-repeat 0 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    color: #fff;
    text-indent: 0;
    padding-left: 45px;
    position: relative;
}
.column1 .search h2:before{
    content: url("/common/design/user/css/img/icon-search.png");
    position: absolute;
    left: 15px;
    top: 6px;
}
.column1 .search-box {
    padding-top: 20px;
    display: flex;
    align-items: center;
}
.column1 .search-box span {
    font-size: 14px;
    color: #323232;
    line-height: 20px;
}
.column1  .search-box input[type="text"] {
    max-width: 280px;
    height: 35px;
    width: 100%;
    border: 1px solid #d0d0d0;
    border-radius: 5px;
    padding-left: 5px;
    margin-left: 10px;
}
.column1 .search .sbmt {
    width: 80px;
    margin: 0 0 0px 15px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 700;
    border: 1px solid #373737;
    background: #373737;
    border-radius: 5px;
}
.column1 .sbmt-ct .sbmt_search{
    width: 80px;
    background: #373737;
    text-indent: 0;
    color: #fff;
    border-radius: 5px;
}
.column1 .btn_draw {
    background: transparent;
    color: #000 !important;
    border: 2px solid #373737;
    border-radius: 5px;
    margin-left: 5px;
    position: relative;
}
.column1 .btn_draw:first-child{
    margin-left: 0;
}
.column1 a.btn_draw:after {
    content: url(/common/design/user/css/img/icon-right.png);
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.column1  .search_list h2{
    font-size: 16px;
    font-weight: 700;
}
.column1 .search_list h2 span {
    margin: 0 0 0 35px;
}
.column1 .search_list h2 strong {
    font-size: 22px;
    margin-left: 5px;
}
/*---------------Label--------------*/
.container-checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 14px;
    line-height: 25px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.container-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border: 2px solid #d6d6d6;
    border-radius: 5px;
    background: url(/common/design/user/css/img/icon-check-gray.png) no-repeat 50%;
}

/* When the checkbox is checked, add a blue background */
.container-checkbox input:checked ~ .checkmark {
    background: url(/common/design/user/css/img/icon-check-red.png) no-repeat 50%;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the checkmark when checked */
.container-checkbox input:checked ~ .checkmark:after {
    display: block;
}
/*-----*/
button.btn-delete-select,
.btn-edit-select{
    font-size: 14px;
    background: #fff;
    border: 1px solid #e3e3e3;
    padding: 10px 15px 10px 35px;
    border-radius: 5px;
    position: relative;
}
.column1 .btn-delete-select:before {
    content: url(/common/design/user/css/img/icon-x-delete.png);
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.column1 .group-button {
    display: flex;
    align-items: end;
    justify-content: space-between;
}
.btn-edit-select {
    padding: 10px 35px;
    margin-left: 5px;
    background: #f5f5f5;
    color: #bcbcbc;
}
/*---------------Label--------------*/
.container-checkbox_1 {
    display: block;
    position: relative;
    padding-left: 35px;

    cursor: pointer;
    font-size: 14px;
    line-height: 25px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.container-checkbox_1 .input-child {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkmark_1 {
    position: absolute;
    top: 50%;
    left: 5px;
    height: 20px;
    width: 20px;
    border: 2px solid #d6d6d6;
    border-radius: 5px;
    background: url(/common/design/user/css/img/icon-check-gray.png) no-repeat 50%;
    transform: translateY(-50%);
}

/* When the checkbox is checked, add a blue background */
.container-checkbox_1 .input-child:checked ~ .checkmark_1 {
    background: url(/common/design/user/css/img/icon-check-red.png) no-repeat 50%;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark_1:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the checkmark when checked */
.container-checkbox_1 .input-child:checked ~ .checkmark_1:after {
    display: block;
}
/*-----*/
.text-sale {
    font-size: 14px;
    line-height: 30px;
    width: 65px;
    height: 30px;
    background-color: #e61e02;
    text-align: center;
    color: #fff;
}
.border-sale {
    display: inline-block;
    border: 1px solid #e61e02;
    padding: 1px;
    margin-left: 5px;
    margin-bottom: 10px;
}
.l_txt a:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #aad2e2;
    border-top: 1px solid #d7e9f1;
    position: absolute;
    left: 0;
    bottom: -3px;
}
.l_txt a {
    font-size: 16px;
    color: #269fc2;
    font-weight: 700;
    line-height: 20px;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;

}
.l_txt{
    margin-bottom: 10px;
}
.btn_edit_design.new_btn {
    font-size: 14px;
    padding: 10px 15px;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    display: inline-block;
    margin-right: 6px;
    background: #fff;
}
.btn_edit_design.new_btn a {
    color: #696969;
}
.my-design .content-my-design {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    border-bottom: 1px dotted #dcdcdc;
}
.content-left {
    display: flex;
    align-items: center;
}
.button-content {
    padding-left: 5px;
}
.my-design {
    border: 1px solid #dcdcdc;
    margin-top: 20px;
}
.my-design .content-my-design .btn_cash a.btn-cash-right {
    color: #fff;
    font-size: 14px;
    background: transparent;
    text-indent: 0;
    max-width: 180px;
    height: 50px;
    font-weight: 700;
    line-height: 50px;
    text-align: center;
    border-radius: 5px;
    background-color: #e61e02;
    margin-bottom: 0;
}
.content-left .img-tshirt {
    margin-left: 15px;
    margin-right: 15px;
}
.content-my-design.bg-pink,
.content-my-design.bg-pink_1{
    background: #fff4f4;
}
.content-my-design.bg-pink_1.bg-pink{
    background: transparent;
}
.my-design div.content-my-design:last-child{
    border-bottom: 0;
}
.page_navi {
    margin-top: 30px;
    padding: 10px 0;
    background-color: #f7f7f7;
}
.page_navi li span {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    background: #fff;
    color: #2c2c2c;
    border-color: #fff;
    border-radius: 5px;
}
.page_navi li a{
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    background: #fff;
    color: #0095c6;
    border-color: #fff;
    border-radius: 5px;
}
.page_navi li a:link, .page_navi li a:visited {
    border-color: #fff;
}
.column1 .page_navi li a:hover, .column1 .page_navi li a:active {
    color: #000;
    border-color: #fff;
    background-color: #fff;
    font-weight: 700;
}
.page_navi li{
    color: #0095c6;
}
.button.base {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.name-box {
    font-size: 14px;
}
.dropdown-select {
    width: 210px;
    height: 40px;
    font-size: 14px;
    color: #323232;
    border-color: #ececec;
    border-radius: 5px;
    text-align: center;
    margin-left: 15px;
    position: relative;
    appearance: none;
    background: url(/common/design/user/img/arrow-red.png) no-repeat;
    background-position: 95%;
    padding-right: 25px;
    cursor: pointer;
}
.check-box-select {
    display: flex;
    align-items: center;
}
.select-box {
    margin-left: 40px;
}
/*-------------------sp--------------*/
/*---------------Label--------------*/
.check-sales-sting {
    display: block;
    position: relative;
    padding-left: 35px;

    cursor: pointer;
    font-size: 14px;
    line-height: 25px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.check-sales-sting input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.check-sales-sting .checkmark_3 {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border: 2px solid #d6d6d6;
    border-radius: 5px;
    background: url(/common/design/user/css/img/icon-check-gray.png) no-repeat 50%;
    background-size: 75%;
}

/* When the checkbox is checked, add a blue background */
.check-sales-sting input:checked ~ .checkmark_3 {
    background: url(/common/design/user/css/img/icon-check-red.png) no-repeat 50%;
    background-size: 70%;

}

/* Create the checkmark/indicator (hidden when not checked) */
.check-sales-sting .checkmark_3:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the checkmark when checked */
.check-sales-sting input:checked ~ .checkmark_3:after {
    display: block;
}
@media screen and (max-width: 992px) {
    .column1 .search h2{
        font-size: 12px;
        line-height: 25px;
        margin-bottom: 10px;
    }
    .column1 .search h2:before {
        top: 8px;
        transform: scale(0.8);
    }
    .column1 .search-box{
        padding-top: 5px;
    }
    .column1 .search-box input[type="text"]{
        margin-left: 0;
        max-width: 290px;
        height: 30px;
    }
    span.title-search {
        font-size: 10px;
    }
    .column1 .search .sbmt {
        max-width: 80px;
        width: 100%;
    }
    .column1 .search .sbmt-ct input[type="submit"] {
        height: 30px;
        font-size: 12px;
        max-width: 80px;
        width: 100%;
        padding: 0;
        text-align: center;
    }
    input[type="text"]::placeholder {
        font-size: 10px;
        color: #bebebe;
    }
    .sales-settings label {
        font-size: 10px;
    }
    .sales-settings {
        margin-top: 10px;
    }
    section.search {
        padding: 10px;
        background: #fbfbfb;
        border: 1px solid #f2f2f2;
    }
    .create .btn_draw{
        font-size: 12px;
    }
    .button.base {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        padding: 0 10px;
        margin-bottom: 15px;
    }
    .column1 .create .btn_draw a {
        background: transparent;
        color: #000 !important;
        padding: 12px 10px 12px 0px;
        font-size: 12px;
        width: auto;
    }
    .column1 .btn_draw a:after {
        content: url(/common/design/user/css/img/icon-right.png);
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%) scale(0.7);
    }
    .column1 .create .btn_draw {
        width: 50%;
        margin-bottom: 0;
    }
    .button.base a#linkBase {
        font-size: 12px;
    }
    .item_list h2 {
        font-size: 10px;
        height: 20px;
        padding: 10px 0 0;
        border-bottom: 0;
        border-top: 0
    }
    .item_list h2 strong {
        font-size: 12px;
    }
    .checkmark,
    .checkmark_1{
        height: 18px;
        width: 18px;
    }
    .check-sales-sting .checkmark,
    .checkmark,
    .checkmark_1{
        background-size: 70%;
    }
    .container-checkbox input:checked ~ .checkmark,
    .container-checkbox_1 .input-child:checked ~ .checkmark_1{
        background-size: 70%;
    }
    .container-checkbox{
        font-size: 12px;
        padding-left: 30px;
    }
    .name-box{
        font-size: 12px;
    }
    .dropdown-select{
        font-size: 12px;
        width: 180px;
        height: 35px;
        background-size: 10px;
    }
    .check-box-select {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }
/*    ---------------   */
    .my-design .content-my-design,
    .content-left{
        display: inherit;

    }
    .container-checkbox_1 {
        font-size: 12px;
        background-color: #f5f5f5;
        width: auto;
        display: inline-block;
        padding: 5px 25px 5px 35px;
        border-radius: 5px;
    }

    .text-sale {
        font-size: 10px;
        line-height: 25px;
        width: 45px;
        height: 25px;
        margin-left: 0;
    }
    .l_txt a {
        font-size: 14px;
        padding-left: 0;
        padding-right: 0;
        position: relative;
        text-decoration: underline;
    }
    .l_txt a:after{
        display: none;
    }
    .content-product-sp {
        display: flex;
        margin-top: 10px;
        justify-content: space-between;
        align-items: flex-end;
        margin-bottom: 15px;
    }
    .button-content {
        padding-left: 0px;
    }
    .content-product-sp .content-product {
        width: 60%;
        margin-right: 10px;
    }
    .content-product-sp a.img-tshirt {
        width: 40%;
        margin-left: 0px;
        margin-right: 0px;
    }
    .my-design {
        border: 0;
        margin-top: 10px;
    }
    .my-design .content-my-design {
        border: 1px solid #dcdcdc;
        margin-bottom: 15px;
        padding:10px;
    }
    .page_navi li a,.page_navi li span{
        width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: 12px;
    }
    .my-design div.content-my-design:last-child {
        border-bottom: 1px solid #dcdcdc;
    }
    .column1 .btn_delete a{
        height: 30px;
        background: url(/common/smart/design/css/img/icon-delete-mydesign.png) no-repeat 0 0;
        background-size: 60%;
        background-position: right;
    }
    .btn_delete {
        width: 50px;
        float: right;
        margin-top: 0;
    }
    .button-delete {
        display: flex;
        justify-content: space-between;
        border: 1px solid #efefef;
        border-radius: 5px;
        margin-top: 15px;
        box-shadow: 0px 0px 1px 1px #efefef;
        margin-bottom: 20px;
        padding: 0 5px;
    }
    button.btn-delete-select, .btn-edit-select {
        font-size: 12px;
        margin-top: 15px;
        margin-bottom: 15px;
        width: 50%;
    }
    .btn-edit-select {
        padding: 10px 10px;
    }
    .btn_edit_design.new_btn{
        margin-right: 7px;
        padding: 13px 5px;
        text-align: center;
        margin-bottom: 0;
        width: calc(100% / 3);
    }
    .btn_edit_design.new_btn:last-child {
        margin-right: 0;
    }
    .button-content {
        display: flex;
        justify-content: space-between;
    }
    .my-design .content-my-design .btn_cash a.btn-cash-right {
        display: inherit;
        background-color: #c80000;
    }
    .item_list {
        margin: 0 10px;
    }
    .search{
        margin: 0 10px 20px 10px;
    }
    button.btn-delete-select, .btn-edit-select{
        padding: 10px 10px 10px 35px;
    }
}
@media screen and (max-width: 375px) {
    .column1 .search-box input[type="text"]{
        width: 85%;
    }
    .column1 .create .btn_draw a {
        font-size: 10px;
    }
    .dropdown-select {
        font-size: 12px;
        width: 170px;
        background-size: 10px;
        margin-left: 5px;
        padding-left: 5px;
    }
    .select-box {
        margin-left: 10px;
    }
    button.btn-delete-select, .btn-edit-select {
        font-size: 10px;
    }
    .btn_edit_design.new_btn {
        font-size: 14px;
        padding: 10px 5px;
    }
}
@media screen and (max-width: 320px) {
    .column1 .create .btn_draw a {
        font-size: 9px;
    }
    .column1 .btn_draw a:after {
        right: 5px;
    }
    .select-box {
        margin-left: 10px;
    }
    .dropdown-select {
        font-size: 10px;
        width: 150px;
        background-size: 8px;
        margin-left: 10px;
        padding-right: 15px;

    }
    .btn_edit_design.new_btn {
        font-size: 12px;
        padding: 10px 5px;
    }
    button.btn-delete-select, .btn-edit-select {
        font-size: 8px;
    }
    .column1 .btn-delete-select:before {
        transform: translateY(-50%) scale(0.7);
    }
}


.printing__method {
    font-size: 16px;
    color: #696969;
    line-height: 20px;
    letter-spacing: 0.25px;
    padding-right: 20px;
    margin: 12px 0 5px;
    padding-left: 5px;
}

@media (max-width: 991px) {
    .printing__method {
        font-size: 12px;
        line-height: 16px;
        margin: -3px 0 15px;
        padding-right: 0;
        padding-left: 0;
    }
}