/*Custom CSS*/

div.kensaku-btn {
    cursor: pointer;
}

img.img-bg-loading {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

#productsearch_List_area {
    .search-head {
        .item_all {
            line-height: 40px;
        }
    }
}

#productsearch_area {
    .pagination-container {
        .el-pagination {
            text-align: center;

            &.is-background {
                .btn-next, .btn-prev, .el-pager li {
                    margin: 0 5px;
                    background-color: #f7f7f7;
                    color: #7e8890;
                    min-width: 30px;
                    border-radius: 0;
                    border: 1px solid #CCC;
                    height: 36px;
                    width: 36px;
                    line-height: 34px;
                    font-size: 16px;
                    font-weight: normal;
                }

                .el-pager {
                    li:not(.disabled).active {
                        border: 1px solid #CCC;
                        background-color: #35aec3;
                        color: #FFFFFF;
                    }
                }
            }

        }
    }

    .search_result_no_data {
        text-align: center;
        font-weight: bold;
        color: #ccc;
        background-color: #f5f5f5;
        padding: 20px;
        margin-bottom: 120px;
        margin-top: 50px;
    }

    .estima-box {
        .attr_box {
            .a_item {
                .row {
                    .left-sp {
                        &:hover {
                            cursor: zoom-in;

                            i {
                                display: none;
                            }
                        }

                        .el-image__preview {
                            cursor: zoom-in;
                        }
                    }
                }
            }
        }
    }
}

#search_category {
    .sitei-box {
        label {
            &.sitei-koumoku {
                cursor: pointer;
            }

            &.active {
                background-color: #585858;
                border: 1px solid #585858;
                color: #FFFFFF;
                font-size: small !important;
            }
        }
    }

    &.brand_page {
        .img-rogo {
            border: 1px solid #CCC;
            background: #FFFFFF;
            padding: 0;
            float: left;
            margin-left: 15px;
        }

        .maker-name {
            font-size: 18px !important;
            font-weight: bold;
            float: left;
            padding-left: 20px;
            line-height: 50px;
        }

        .maker-txt {
            margin-top: 20px !important;
            font-size: 13px !important;
        }

    }

    &.search_index {
        .cate-top {
            background: #FAFAFA;
            padding-top: 50px;
            padding-bottom: 0;
            margin-bottom: 0;
        }

        .search-bg {
            background: #FAFAFA;
            padding-top: 240px;
            padding-bottom: 80px;
        }

        #contents_sub {
            padding-bottom: 4em;
        }

        .search-all-midasi {
            color: #585858;
            margin: 0;
            padding-top: 100px;
            font-size: medium;
            font-weight: bold;
        }

        .all-kazu {
            margin-bottom: 15px;
            color: #35aec3;
            font-weight: bold;
            text-align: center;
            font-size: xx-large;
        }

        .key-txt {
            font-size: small;
            padding: 20px 30px 30px 20px;
        }

        .placeholder {
            color: #000;
        }

        .key-box {
            border: none;
            background: none;
            border-bottom: 3px solid #000;
            border-radius: 0px !important;
            box-shadow: none !important;

            &:focus {
                outline: none;
            }
        }

        .key-megane {
            background: none;
            position: absolute;
            right: 3%;

            &:active, &:focus, &:hover, &:visited, &:target {
                box-shadow: none;
                outline: 0;
                outline-offset: -2px;
            }
        }
    }
}

#box-search-condition {
    .el-form-item {
        margin-bottom: 5px;

        .el-select {
            width: 100%;

            .el-input__inner {
                border-radius: 0;
                border: 1px solid #ccc;
                height: 40px;
            }
        }
    }
}

#login_page {
    .el-input {
        input {
            height: 40px;
            width: 100%;
            border: solid 1px #000;
            border-radius: 3px;
        }
    }
}

#product_detail {
    .el-select {
        width: 100%;
    }

    .el-select {
        input {
            height: 40px;
            border: solid 1px #000;
            border-radius: 3px;
        }
    }

    .estima-box {
        .el-form-item {
            margin-top: 10px;
            margin-bottom: 10px;
        }
    }

    .nidanme {
        .tab-content {
            .tab-pane {
                .det {
                    span {
                        &:first-child {
                            & > span {
                                display: none;
                            }
                        }
                    }
                }
            }
        }
    }
}

.cate2-name {
    p.desc_content {
        width: 97%;
        max-height: 60px;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 0;
        padding-bottom: 0;

        &::after {
            content: "...";
            position: absolute;
            left: 6px;
            bottom: -10px;
        }
    }
}

#search_form {
    .header-search {
        height: 35px;
        box-shadow: none;
        border-radius: 0px;
        border: 0 solid #CCC;
        width: 50% !important;
        padding: 0;

        input {
            border-radius: 0px;
            border: 1px solid #CCC;
            height: 35px;
        }
    }

    .btn {
        &:focus {
            outline: 0;
            outline-offset: 0;
            color: #fff;
        }
    }

    .btn_submit {
        button {
            &.head-kensaku {
                height: 35px;
            }
        }
    }
}

#top_page {
    .kensaku-border {
        .search-box-t {
            border: none;

            input {
                width: 100% !important;
                border: none;
                border-bottom: 3px solid #585858;
                box-shadow: none !important;
                border-radius: 0 !important;
                color: #000;
                height: 28px;
                padding-left: 0;
                padding-right: 80px;
                font-size: 17px;

                &::-webkit-input-placeholder {
                    color: #717171;
                }

                &:-moz-placeholder {
                    color: #717171;
                    opacity: 1;
                }

                &::-moz-placeholder {
                    color: #717171;
                    opacity: 1;
                }

                &:-ms-input-placeholder {
                    color: #717171;
                }

                &::-ms-input-placeholder {
                    color: #717171;
                }

                &::placeholder {
                    color: #717171;
                }

            }
        }
    }

    .ranking_box {
        img {
            width: 175px;
            height: 125px;
            background-size: cover;
            background-position: center center;
            background-repeat: no-repeat;
        }
    }
}

#cart_page {
    .p-name {
        font-size: 14px;
        padding-bottom: 5px;
    }

    p.cart_option_item {
        margin-bottom: 0;
        padding: 0;
    }

    .cart_p_img {
        text-decoration: none;
    }
}

#register_page {
    .el-form-item {
        max-width: 263px;
        margin-bottom: 10px;

        input {
            border: solid 1px #828282;
            border-radius: 2px;
            height: 40px;
        }

        .small_input {
            input {
                max-width: 184px;
            }
        }

        &.is-error {
            margin-bottom: 22px;
        }
    }

    .large_input {
        .el-form-item {
            max-width: 307px;
        }
    }

    .f-block, .j-block, .f-block-bottom {
        padding-bottom: 0 !important;
    }

    .message_retype {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .contents_sub_block {
        padding-bottom: 3vw;
    }
}

#register_confirm_page {
    .el-checkbox {
        .el-checkbox__label {
            font-size: 16px;
            line-height: 1.5;
            color: #7e8890;
            font-weight: 700;
        }
    }

    .el-checkbox__input {
        .el-checkbox__inner {
            width: 25px;
            height: 25px;
            border: 1px solid #7e8890;

            &::after {
                height: 15px;
                width: 5px;
                left: 8px;
                border: 3px solid #FFF;
                border-left: 0;
                border-top: 0;
            }
        }
    }

    .mess_wrapper {
        margin-bottom: 0 !important;

        p {
            height: 20px;
            margin-bottom: 0;
            font-size: 12px;
            color: #d52828;
        }
    }
}

#register_page_complete {
    .row {
        &.heading {
            h2 {
                margin-top: 80px;
            }
        }
    }

    .mess_content_text {
        font-size: 14px;
        color: #656464;
        margin-bottom: 80px;
    }

    .btn_bottom_page {
        text-align: center;
        margin-bottom: 120px;
    }

    a {
        &.top-btn-a {
            max-width: 360px;
            background: #35aec3;
            padding: 15px 120px;
            font-weight: bold;
            color: #FFFFFF;
            border: 1px solid #35aec3;

            &.login_page {
                background: #ccc;
                border: 1px solid #ccc;

                &:hover {
                    color: #828282;
                }
            }

            &:hover {
                color: #35aec3;
                background-color: #FFF;
            }
        }
    }
}

#order_sign_in_page {
    .login_form_label {
        line-height: 40px;
    }

    #box-login-form {
        .el-form-item {
            margin-bottom: 5px;
        }
    }

    .login_error_mess {
        color: #ff6d6d;
        font-size: 13px;
        text-align: center;
    }
}

#step_1_page {
    #box-login-form {
        .el-form-item__error {
            font-size: 10px;
        }

        .login_error_mess {
            color: #ff6d6d;
            font-size: 11px;
            text-align: center;
            margin-bottom: 5px;
        }
    }

    #box-userinfo {
        .el-form-item {
            margin-bottom: 0;

            input {
                height: 45px;
                font-size: 15px;
                border: solid 1px #ccc;
            }

            .small_input {
                max-width: 172px;
            }
        }
    }
}

#step_2_page {
    #box-userinfo_2 {
        .el-form-item {
            margin-bottom: 0;

            input {
                height: 40px;
                font-size: 15px;
                border: solid 1px #7e7e7e;
                border-radius: 3px;
            }

            .small_input {
                max-width: 172px;
            }
        }

        .addBtn {
            margin-top: 40px;
        }
    }
}

#step_3_page {
    .sel-box {
        label {
            cursor: pointer;

            &.active {
                background: #35aec3;
                color: #ffffff;
                margin-right: 20px;
                padding: 20px 20px 20px 20px;
                font-weight: bold;
                font-size: 16px;
                border: 3px solid #35aec3;
                text-align: center;
            }
        }
    }
}

#step_4_page {
    #cart_table {
        .syousai {
            p {
                margin-bottom: 0;
            }
        }
    }
}

#step_complete_page {
    #cart_buyBtn4 {
        padding-bottom: 150px;
    }
}

#payment_form_box {
    display: block;
    width: 450px;
    margin: 30px auto 80px;

    .el-form-item {
        input {
            border: solid 1px #a7a7a7;
            border-radius: 8px;
        }

        input#cardExpiry {
            -webkit-border-radius: 0px;
            -webkit-border-bottom-left-radius: 8px;
            -moz-border-radius: 0px;
            -moz-border-radius-bottomleft: 8px;
            border-radius: 0px;
            border-bottom-left-radius: 8px;
            border-top: solid 0px #fff;
            border-right: solid 0px #fff;
        }

        input#cardCvc {
            -webkit-border-radius: 0;
            -webkit-border-bottom-right-radius: 8px;
            -moz-border-radius: 0;
            -moz-border-radius-bottomright: 8px;
            border-radius: 0;
            border-bottom-right-radius: 8px;
            border-top: solid 0px #fff;
        }

        .el-form-item__label {
            margin-bottom: 0;
            padding-bottom: 0;
            line-height: 30px;

            &::before {
                display: none;
            }
        }

        &.card_number_txt {
            margin-bottom: 0;

            input {
                -webkit-border-bottom-right-radius: 0px;
                -webkit-border-bottom-left-radius: 0px;
                -moz-border-radius-bottomright: 0px;
                -moz-border-radius-bottomleft: 0px;
                border-bottom-right-radius: 0px;
                border-bottom-left-radius: 0px;
            }

            .el-form-item__error {
                top: -20px;
                left: unset;
                width: auto;
                right: 0;
            }

            .el-form-item__content {
                .cart_icons {
                    display: block;
                    position: absolute;
                    z-index: 9;
                    height: 30px;
                    right: 10px;
                    top: 1px;
                }
            }
        }
    }

    #btnPayment {
        width: 100%;
        height: 64px;
        font-size: 16px;
        font-weight: bold;
        background-color: rgb(99, 91, 255);
        color: rgb(255, 255, 255);
        background: #35aec3;
        color: #FFFFFF;
        border: solid 1px #35aec3;
        margin-top: 30px;

        &:hover {
            background: #fff;
            color: #35aec3;
        }
    }
}

#contact_page {
    .el-form-item {
        .el-input {
            input {
                height: 40px;
            }
        }
    }

    .row.success-message div {
        margin-bottom: 0;
        color: #089508;
        font-weight: bold;
        padding-top: 10px;
        padding-bottom: 0;
    }
}

.info_page.survey {
    .el-input__inner {
        border: 1px solid #ccc;
    }

    .el-select {
        width: 100%;
    }

    .bou {
        line-height: 36px;
    }

    .text_content_field {
        margin-bottom: 8px;
    }

    .ki-j {
        .el-date-editor {
            max-width: 100%;
        }
    }
}
