#slogan {
    display: none;
}

#sc_container {
    margin-top: 2.7778vw;
}

#sc_container .hidd {
    display: none;
}


#sc_container h1 {
    margin-bottom: 2.0833vw;
}

#sc_container form {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

#sc_container form .form_div {
    width: 35%;
    background: #FFFFFF;
    box-shadow: 0 0 0.9722vw rgba(195, 196, 219, 0.3);
    border-radius: 0.5556vw;
    padding: 1.6667vw 1.25vw;
}

#sc_tabs {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.1111vw;
    border-bottom: 1px solid #E8F3F1;
}

#sc_tabs a {
    color: #87909B;
    font-size: 1.1111vw;
    padding: 0 0.6944vw 0.6944vw;
}

#sc_tabs a.active {
    border-bottom: 2px solid #38C9BC;
    color: #38C9BC;
}

#sc_tabs a:hover {
    color: #38C9BC;
}

#sc_container form .form_div .tab-content > div {
    display: none;
}

#sc_container form .form_div .tab-content > div.active {
    display: block;
}

#sc_container form .form_div label {
    font-size: 1.1111vw;
    color: #87909B;
    margin-bottom: 0.6944vw;
    display: block;
    width: 100%;
}

#sc_container form .form_div label input {
    margin-right: 0.6944vw;
}

#sc_container form .form_div select {
    background-color: #fff;
    color: #87909B;
}

#sc_container select option:disabled {
    color: #87909B;
    display: none;
}

#sc_container form textarea {
    resize: none;
    height: 6.9444vw;
}

#sc_container #sc_shipment_type_div .sc_shipment_type {
    display: flex;
    justify-content: space-around;
}

#sc_container #sc_shipment_type_div .sc_shipment_type label {
    width: auto;
}

#sc_container #sc_city_div,
#sc_container #sc_address_div {
    position: relative;
}

#sc_container ul.ui-menu {
    width: 100%;
    max-height: 20.8333vw;
    border-top: none;
    box-shadow: 0 0 0.9722vw rgba(195, 196, 219, 0.3);
    border-radius: 0.5556vw;
    padding: 0;
    z-index: 10;
}

#sc_container ul.ui-menu li {
    margin: 0.5556vw;
}

#sc_city_div ul.ui-menu li > div.ui-state-active,
#sc_address_div ul.ui-menu li > div.ui-state-active {
    background-color: #38C9BC;
    border: none;
    margin: 0;
}

#sc_container form .cart-products {
    width: 60%;
    background: #FFFFFF;
    box-shadow: 0 0 0.9722vw rgba(195, 196, 219, 0.3);
    border-radius: 0.5556vw;
    padding: 1.6667vw 1.25vw;
}

#sc_container .cart-products .product-row .product-row__name {
	width: 17vw;
}

#sc_container form .cart-products .coupon-row {
    display: flex;
    align-items: center;
}

#sc_container form .cart-products .coupon-row .quantity { 
    display: flex;
    align-items: center;
    width: 23.9444vw;
    margin-right: 4.3vw;
}

#sc_container form .cart-products .coupon-row .quantity input {
    margin-right: 1.1111vw;
    margin-bottom: 0;
}

#coupon-discount {
    text-align: center;
    font-weight: 500;
    font-size: 1.1111vw;
    padding: 0 1vw;
    width: 9.02778vw;
}

#sc_container form .cart-products .total-row {
    display: flex;
    margin-bottom: 1.1111vw;
    margin-top: 1.6667vw;
    font-size: 1.3889vw;
}

#sc_container form .cart-products .total-row #total_cart {
    font-weight: 600;
    margin-left: 1.1111vw;
}

.cart-products .not_ok,
#sc_container .product-row.no_stock a,
#sc_container .product-row.no_stock .product-row__price,
#sc_container .product-row.no_stock .product-row__quantity input,
#coupon-action-btn.del,
#sc_container .login_error {
    color: #EB5757; 
}

#sc_container .login_error {
    opacity: 0;
}

#sc_submit[disabled],
#sc_quick_submit[disabled] {
    opacity: 0.5;
}

@media (max-width: 992px) {
    #sc_container {
        margin-top: 11.1111vw;
    }

    #sc_container h1 {
        margin-bottom: 8.3333vw;
    }

    #sc_container form {
        flex-wrap: wrap;
    }

    #sc_container form .form_div {
        width: 100%;
        box-shadow: 0 0 3.8889vw rgba(195, 196, 219, 0.3);
        border-radius: 2.2222vw;
        padding: 6.6667vw 5vw;
        margin-bottom: 8.3333vw;
    }

    #sc_tabs {
        margin-bottom: 4.4444vw;
    }

    #sc_tabs a {
        font-size: 4.4444vw;
        padding: 0 2.7888vw 2.7888vw;
        text-align: center;
    }

    #sc_tabs a:nth-child(1) {width: 35%;}
    #sc_tabs a:nth-child(2) {width: 30%;}
    #sc_tabs a:nth-child(3) {width: 35%;}

    #sc_container form .form_div label {
        font-size: 3.8889vw;
        margin-bottom: 2.7888vw;
    }

    #sc_container form .form_div label input {
        margin-right: 0;
    }

    #sc_container form textarea {
        height: 24vw;
    }

    #sc_container ul.ui-menu {
        max-height: 60vw;
        box-shadow: 0 0 3.8889vw rgba(195, 196, 219, 0.3);
        border-radius: 2.2222vw;
    }

    #sc_container ul.ui-menu li {
        margin: 2.2222vw;
    }

    #sc_container form .cart-products {
        width: 100%;
        box-shadow: 0 0 3.8889vw rgba(195, 196, 219, 0.3);
        border-radius: 2.2222vw;
        padding: 6.6667vw 5vw;
    }

    #sc_container .cart-products .product-row .product-row__name {
        width: 68%;
    }

    #sc_container form .cart-products .coupon-row {
        justify-content: space-between;
    }

    #sc_container form .cart-products .coupon-row .quantity { 
        width: 73%;
        margin-right: 0;
    }

    #sc_container form .cart-products .coupon-row .quantity input {
        margin-right: 2.2222vw;
        font-size: 3.7vw;
        width: 27vw;
    }

    #sc_container form .cart-products .coupon-row .quantity input::placeholder {
        font-size: 3.7vw;
    }

    #coupon-discount {
        font-size: 4.4444vw;
        padding: 0;
        width: 25%;
        text-align: right;
    }

    #sc_container form .cart-products .total-row {
        margin-bottom: 4.4444vw;
        margin-top: 6.6667vw;
        font-size: 5.5555vw;
    }

    #sc_container form .cart-products .total-row #total_cart {
        margin-left: 4.4444vw;
    }

    #sc_submit,
    #sc_login,
    #sc_quick_submit {
        font-size: 4.4444vw;
    }

}