#sc_container {
    margin-bottom: 30px;
    min-height: 400px;
}

#sc_container h1 {
    font-size: 30px;
    margin-bottom: 20px;
}

#sc_container .continue_buy,
#sc_submit,
#sc_login,
#sc_quick_submit {
    width: 230px;
    margin: 0 auto 15px;
}

#sc_container .sc_wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

#sc_container .sc_wrapper .form_div {
    width: 450px;
    background-color: #fff;
    border: 1px solid #E6E6E6;
    border-radius: 5px;
    padding: 15px;
}

#sc_container .sc_wrapper .form_div #sc_tabs {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

#sc_container .sc_wrapper .form_div #sc_tabs li {
    width: 38%;
    list-style-type: none;
    text-align: center;
    border-bottom: 1px solid #E6E6E6;
    padding-top: 10px;
    padding-bottom: 10px;
}

#sc_container .sc_wrapper .form_div #sc_tabs li a {
    font-size: 15px;
    color: #8F9BB3;
}

#sc_container .sc_wrapper .form_div #sc_tabs li.active {
    border-bottom: 3px solid #2E3A59;
}

#sc_container .sc_wrapper .form_div #sc_tabs li.active a {
    color: #2E3A59;
}

#sc_container .sc_wrapper .form_div #sc_tabs li:nth-child(2) {
    width: 24%;
}

#sc_container .sc_wrapper .form_div .tab-pane {
    display: none;
}

#sc_container .sc_wrapper .form_div .tab-pane.active {
    display: block;
}

#sc_container .sc_wrapper .form_div input[type="text"],
#sc_container .sc_wrapper .form_div input[type="tel"],
#sc_container .sc_wrapper .form_div input[type="email"],
#sc_container .sc_wrapper .form_div input[type="password"],
#sc_container .sc_wrapper .form_div textarea,
textarea[name="sc_desctop_comment"],
#sc_container .sc_wrapper .form_div select {
    width: 100%;
    border: 1px solid #8F9BB3;
    border-radius: 5px;
    padding: 5px;
    background: linear-gradient(to bottom, #f5f5f5 0%, #fdfdfd 100%);
    margin-bottom: 20px;
    font-size: 15px;
    height: 33px;
}

#sc_container .sc_wrapper .form_div textarea,
#sc_container textarea[name="sc_desctop_comment"] {
    resize: none;
    height: 100px;
}

#sc_container textarea[name="sc_mobile_comment"],
#sc_container .sc_wrapper .form_div #user_new input[name="sc_password"] {
    display: none;
}

#sc_container .sc_wrapper .form_div input[name="sc_register"] {
    margin-right: 5px;
}

#sc_container .sc_wrapper .form_div select option:disabled {
    color: #8F9BB3;
    display: none;
}

#sc_container .sc_wrapper .form_div select option:disabled.always-show {
    display: block;
}

#sc_container .sc_wrapper .form_div select {
    color: #8F9BB3;
}

#sc_container .sc_wrapper .form_div .checkbox {
    margin-bottom: 15px;
    font-size: 15px;
    display: block;
}

#sc_container .sc_wrapper .form_div .checkbox.checkbox-agree {
    font-size: 14px;
}

#sc_container .sc_wrapper .form_div .checkbox.checkbox-agree a {
    text-decoration: underline;
}

#sc_container .sc_wrapper #user_registered .login_error {
    position: relative;
    top: -12px;
    font-size: 15px;
    color: #EB5757;
    display: none;
}

#sc_container .sc_wrapper .product_div {
    width: 802px;
    background-color: #fff;
    border: 1px solid #E6E6E6;
    border-radius: 5px;
    padding: 15px;
}

#sc_container .sc_wrapper .product_div .product-row {
    display: flex;
    border-bottom: 1px solid #EDF1F7;
}

#sc_container .sc_wrapper .product_div .cart-products__body .product-row {
    height: 70px;
}

#sc_container .sc_wrapper .product_div .product-row > div {
    padding: 5px;
}

#sc_container .sc_wrapper .product_div .product-row .product-row__image {
    width: 70px;
    text-align: left;
}

#sc_container .sc_wrapper .product_div .product-row .product-row__image img {
    max-height: 100%;
}

#sc_container .sc_wrapper .product_div .product-row .product-row__name {
    width: 400px;
    text-align: left;
    display: flex;
    align-items: center;
    font-size: 15px;
}

#sc_container .sc_wrapper .product_div .product-row .product-row__quantity {
    width: 180px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#sc_container .sc_wrapper .product_div .product-row .product-row__quantity .plus-minus {
    width: 55px;
    height: 28px;
    border: 1px solid #EDF1F7;
    border-radius: 5px;
    font-size: 15px;
    color: #8F9BB3;
    text-align: center;
}

#sc_container .sc_wrapper .product_div .product-row .product-row__quantity button {
    border: 2px solid #C5CEE0;
    border-radius: 50%;
    width: 27px;
    height: 27px;
    background-color: #fff;
    margin-right: 12px;
    margin-left: 12px;
    cursor: pointer;
    color: #C5CEE0;
}

#sc_container .sc_wrapper .product_div .product-row .product-row__quantity button.superminus {
    font-size: 26px;
    line-height: 0.9;
}

#sc_container .sc_wrapper .product_div .product-row .product-row__quantity button.superplus {
    font-size: 23px;
    line-height: 1.05;
}

#sc_container .sc_wrapper .product_div .product-row .product-row__sum {
    width: 90px;
    display: flex;
    align-items: center;
    justify-content: right;
    font-size: 16px;
}

#sc_container .sc_wrapper .product_div .product-row .product-row__del {
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: right;
    font-size: 16px;
}

#sc_container .sc_wrapper .product_div .product-row .product-row__del span {
    cursor: pointer;
    color: #f00;
}

#sc_container .sc_wrapper .product_div .cart-products__head .product-row{
    font-size: 16px;
}

#sc_container .sc_wrapper .product_div .cart-products__head .product-row .product-row__name {
    font-size: 16px;
}

#sc_container .sc_wrapper .product_div .cart-products__head .product-row .product-row__quantity {
    justify-content: center;
}

#sc_container .sc_wrapper .product_div .cart-products__footer .product-row {
    border: none;
    margin-bottom: 20px;
}

#sc_container .sc_wrapper .product_div .cart-products__footer .product-row.row_total-discount,
#sc_container .sc_wrapper .product_div .cart-products__footer .product-row.row_discount {
    margin-bottom: 0;
}

#sc_container .sc_wrapper .product_div .cart-products__footer .product-row .product-row__name {
    width: 100%;
    display: flex;
    justify-content: right;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    padding-right: 35px;
}

#sc_container .sc_wrapper .product_div .cart-products__footer .product-row .product-row__name > span {
    font-weight: 500;
}

#sc_container .sc_wrapper .product_div .cart-products__footer .product-row .product-row__name span.cart-total-discount,
#sc_container .sc_wrapper .product_div .cart-products__footer .product-row .product-row__name span.cart-discount,
#sc_container .sc_wrapper .product_div .cart-products__footer .product-row .product-row__name span.cart-total {
    font-size: 16px;
    font-weight: 700;
    margin-left: 20px;
    margin-right: 3px;    
    width: 50px;
    text-align: right;
}

select[name="sc_shipment"] {
    opacity: 0;
    height: 0px !important;
    margin: 0 !important;
    padding: 0 !important;
}

.sc-np-wrp {
    display: flex;
    align-items: center;
}

.sc-np-wrp img {
    display: block;
    margin-right: 20px;
}

.sc-np-wrp p {
    color: #2E3A59;
    font-size: 20px;
}

@media (max-width:1365px) {
    #sc_container {
        margin-bottom: 2.1961vw;
        min-height: 29.2825vw;
    }

    #sc_container h1 {
        font-size: 2.1961vw;
        margin-bottom: 1.4641vw;
    }

    #sc_container .continue_buy,
    #sc_submit,
    #sc_login,
    #sc_quick_submit {
        width: 16.8374vw;
        margin: 0 auto 1.098vw;
    }

    #sc_container .sc_wrapper {
        margin-bottom: 2.1961vw;
    }

    #sc_container .sc_wrapper .form_div {
        width: 32.9428vw;
        padding: 1.098vw;
    }

    #sc_container .sc_wrapper .form_div #sc_tabs {
        margin-bottom: 1.098vw;
    }

    #sc_container .sc_wrapper .form_div #sc_tabs li {
        padding-top: 0.732vw;
        padding-bottom: 0.732vw;
    }

    #sc_container .sc_wrapper .form_div #sc_tabs li a {
        font-size: 1.098vw;
    }

    #sc_container .sc_wrapper .form_div input[type="text"],
    #sc_container .sc_wrapper .form_div input[type="tel"],
    #sc_container .sc_wrapper .form_div input[type="email"],
    #sc_container .sc_wrapper .form_div input[type="password"],
    #sc_container .sc_wrapper .form_div textarea,
    textarea[name="sc_desctop_comment"],
    #sc_container .sc_wrapper .form_div select {
        padding: 0.366vw;
        margin-bottom: 1.4641vw;
        font-size: 1.098vw;
        height: 2.4158vw;
    }

    #sc_container .sc_wrapper .form_div textarea,
    #sc_container textarea[name="sc_desctop_comment"] {
        height: 7.3206vw;
    }

    #sc_container .sc_wrapper .form_div input[name="sc_register"] {
        margin-right: 0.366vw;
    }

    #sc_container .sc_wrapper .form_div .checkbox {
        margin-bottom: 1.098vw;
        font-size: 1.098vw;
    }

    #sc_container .sc_wrapper .form_div .checkbox.checkbox-agree {
        font-size: 1.0248vw;
    }

    #sc_container .sc_wrapper #user_registered .login_error {
        top: -0.8784vw;
        font-size: 1.098vw;
    }

    #sc_container .sc_wrapper .product_div {
        width: 58.7115vw;
        padding: 1.098vw;
    }

    #sc_container .sc_wrapper .product_div .cart-products__body .product-row {
        height: 5.1244vw;
    }

    #sc_container .sc_wrapper .product_div .product-row > div {
        padding: 0.366vw;
    }

    #sc_container .sc_wrapper .product_div .product-row .product-row__image {
        width: 5.1244vw;
    }

    #sc_container .sc_wrapper .product_div .product-row .product-row__name {
        width: 29.2825vw;
        font-size: 1.098vw;
    }

    #sc_container .sc_wrapper .product_div .product-row .product-row__quantity {
        width: 13.1771vw;
    }

    #sc_container .sc_wrapper .product_div .product-row .product-row__quantity .plus-minus {
        width: 4.0263vw;
        height: 2.0497vw;
        font-size: 1.098vw;
    }

    #sc_container .sc_wrapper .product_div .product-row .product-row__quantity button {
        width: 1.9765vw;
        height: 1.9765vw;
        margin-right: 0.8784vw;
        margin-left: 0.8784vw;
    }

    #sc_container .sc_wrapper .product_div .product-row .product-row__quantity button.superminus {
        font-size: 1.9033vw;
    }

    #sc_container .sc_wrapper .product_div .product-row .product-row__quantity button.superplus {
        font-size: 1.6837vw;
    }

    #sc_container .sc_wrapper .product_div .product-row .product-row__sum {
        width: 6.5885vw;
        font-size: 1.1713vw;
    }

    #sc_container .sc_wrapper .product_div .product-row .product-row__del {
        width: 2.1961vw;
        font-size: 1.1713vw;
    }

    #sc_container .sc_wrapper .product_div .cart-products__head .product-row {
        font-size: 1.1713vw;
    }

    #sc_container .sc_wrapper .product_div .cart-products__head .product-row .product-row__name {
        font-size: 1.1713vw;
    }

    #sc_container .sc_wrapper .product_div .cart-products__footer .product-row {
        margin-bottom: 1.4641vw;
    }

    #sc_container .sc_wrapper .product_div .cart-products__footer .product-row .product-row__name {
        font-size: 1.1713vw;
        padding-right: 2.5622vw;
    }

    #sc_container .sc_wrapper .product_div .cart-products__footer .product-row .product-row__name span.cart-total-discount,
    #sc_container .sc_wrapper .product_div .cart-products__footer .product-row .product-row__name span.cart-discount,
    #sc_container .sc_wrapper .product_div .cart-products__footer .product-row .product-row__name span.cart-total {
        font-size: 1.1713vw;
        margin-left: 1.4641vw;
        margin-right: 0.2196vw;
        width: 3.6603vw;
    }

    .sc-np-wrp img {
        margin-right: 1.4641vw;
        width: 2.1961vw;
        height: auto;
    }

    .sc-np-wrp p {
        font-size: 1.4641vw;
    }

}

@media (max-width:991px) {
    #sc_container {
        margin-bottom: 8vw;
    }

    #sc_container h1 {
        font-size: 6.4vw;
        margin-bottom: 3.4vw;
    }

    #sc_container .continue_buy,
    #sc_submit,
    #sc_login,
    #sc_quick_submit {
        width: 60vw;
        margin: 0 auto 4vw;
    }

    #sc_container .sc_wrapper {
        margin-bottom: 8vw;
        flex-wrap: wrap;
    }

    #sc_container .sc_wrapper .form_div {
        width: 100%;
        padding: 4vw;
        margin-bottom: 8vw;
    }

    #sc_container .sc_wrapper .form_div #sc_tabs {
        margin-bottom: 4vw;
    }

    #sc_container .sc_wrapper .form_div #sc_tabs li {
        padding-top: 2.8vw;
        padding-bottom: 2.8vw;
    }

    #sc_container .sc_wrapper .form_div #sc_tabs li a {
        font-size: 3.7333vw;
    }

    #sc_container .sc_wrapper .form_div input[type="text"],
    #sc_container .sc_wrapper .form_div input[type="tel"],
    #sc_container .sc_wrapper .form_div input[type="email"],
    #sc_container .sc_wrapper .form_div input[type="password"],
    #sc_container .sc_wrapper .form_div textarea,
    textarea[name="sc_desctop_comment"],
    #sc_container .sc_wrapper .form_div select {
        padding: 1.3vw;
        margin-bottom: 6vw;
        font-size: 3.7333vw;
        height: 8vw;
    }

    #sc_container .sc_wrapper .form_div textarea,
    #sc_container textarea[name="sc_desctop_comment"] {
        height: 25vw;
    }
    
    #sc_container textarea[name="sc_desctop_comment"] {
        display: none;
    }
    
    #sc_container textarea[name="sc_mobile_comment"] {
        display: block;
    }

    #sc_container .sc_wrapper .form_div input[name="sc_register"] {
        margin-right: 1.3vw;
    }

    #sc_container .sc_wrapper .form_div .checkbox {
        margin-bottom: 4vw;
        font-size: 3.7333vw;
    }

    #sc_container .sc_wrapper .form_div .checkbox.checkbox-agree {
        font-size: 2.8vw;
    }

    #sc_container .sc_wrapper #user_registered .login_error {
        top: -3.3vw;
        font-size: 4vw;
    }

    #sc_container .sc_wrapper .product_div {
        width: 100%;
        padding: 4vw;
    }

    #sc_container .sc_wrapper .product_div .cart-products__body .product-row {
        flex-wrap: wrap;
        height: auto;
    }

    #sc_container .sc_wrapper .product_div .product-row > div {
        padding: 1.5vw;
    }

    #sc_container .sc_wrapper .product_div .product-row .product-row__image {
        width: 17vw;
        max-width: 112px;
    }

    #sc_container .sc_wrapper .product_div .product-row .product-row__name {
        width: calc(100% - 112px);
        font-size: 3.5vw;
        align-items: start;
    }

    #sc_container .sc_wrapper .product_div .product-row .product-row__quantity {
        width: 43vw;
    }

    #sc_container .sc_wrapper .product_div .product-row .product-row__quantity .plus-minus {
        width: 15vw;
        height: 8vw;
        font-size: 4vw;
    }

    #sc_container .sc_wrapper .product_div .product-row .product-row__quantity button {
        width: 7vw;
        height: 7vw;
        margin-right: 2.5vw;
        margin-left: 2.5vw;
    }

    #sc_container .sc_wrapper .product_div .product-row .product-row__quantity button.superminus {
        font-size: 7vw;
        margin-left: 0;
    }

    #sc_container .sc_wrapper .product_div .product-row .product-row__quantity button.superplus {
        font-size: 6vw;
    }

    #sc_container .sc_wrapper .product_div .product-row .product-row__sum {
        width: 32vw;
        font-size: 4.5vw;
    }

    #sc_container .sc_wrapper .product_div .product-row .product-row__del {
        width: 8vw;
        font-size: 4.5vw;
    }

    #sc_container .sc_wrapper .product_div .cart-products__head {
        display: none;
    }

    #sc_container .sc_wrapper .product_div .cart-products__footer .product-row {
        margin-bottom: 6vw;
    }

    #sc_container .sc_wrapper .product_div .cart-products__footer .product-row .product-row__name {
        font-size: 4.5vw;
        padding-right: 10vw;
    }

    #sc_container .sc_wrapper .product_div .cart-products__footer .product-row .product-row__name span.cart-total-discount,
    #sc_container .sc_wrapper .product_div .cart-products__footer .product-row .product-row__name span.cart-discount,
    #sc_container .sc_wrapper .product_div .cart-products__footer .product-row .product-row__name span.cart-total {
        font-size: 4.5vw;
        margin-left: 8vw;
        margin-right: 0.9vw;
        width: 15vw;
    }

    .sc-np-wrp img {
        margin-right: 6vw;
        width: 8vw;
        max-width: 30px;
        height: auto;
    }

    .sc-np-wrp p {
        font-size: 6vw;
    }

}