* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Muli', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

body {
    width: 100%;
    height: 100%;
}

img {
    width: 100%;
    height: 100%;
}


/* header */

li {
    list-style: none;
}

nav {
    width: 100%;
    height: 70px;
    display: flex;
    background: #00d8d8;
}

nav .content-nav {
    display: flex;
    line-height: 2rem;
    flex-direction: row;
    justify-content: flex-end;
    width: 70%;
}

nav .content-nav ul {
    display: flex;
}

nav .content-nav ul li a {
    text-decoration: none;
    color: #ffffff;
    text-transform: uppercase;
    padding: 20px;
}

nav .content-nav ul li a:hover {
    color: rgb(255, 86, 86);
}

.content-nav form {
    position: relative;
}

.content-nav form input {
    height: 35px;
    border: none;
    background: #fff;
    padding: 7px;
    outline: none;
    margin-left: 2rem;
    margin-top: 15px;
    outline: none;
    border-radius: 12px;
}

.content-nav form button {
    padding: 5px;
    border-radius: 12px;
    position: absolute;
    right: 5px;
    top: 20px;
    border: none;
    outline: none;
    background: #fff;
}

#cart {
    font-size: 15px;
    color: #fff;
    background: #a5a5a5;
    border: 1px solid transparent;
    border-radius: 10px;
    outline: none;
    margin-left: 2rem;
    margin-top: 15px;
    padding: 0px 10px 0px 10px;
    height: 40px;
    cursor: pointer;
}

#cart:hover {
    background: #fff;
    color: #a5a5a5;
}

.Danhmuc {
    float: left;
    margin-top: 20px;
}

.Danhmuc li a {
    text-decoration: none;
    color: #000;
}

.Danhmuc li a:hover {
    color: rgb(0, 197, 231);
}

#frmDangKy button {
    margin-top: 20px;
}

.flex {
    display: flex;
    justify-content: center;
}

.btn-submit {
    width: 200px;
}

.wrapper {
    background-color: #fff;
    padding: 20px;
}

.container {
    margin-top: 40px;
}

.Back-Next {
    width: 850px;
    height: 300px;
    position: relative;
    margin: auto;
}

.Img-Back-Next {
    display: none;
}

.Back-Next {
    display: block;
}

.Lui-Back,
.Toi-Next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 20px;
    user-select: none;
}

.Toi-Next {
    right: 0;
    border-radius: 20px;
}

.Lui-Back:hover,
.Toi-Next:hover {
    background-color: rgba(182, 182, 182, 0.8);
}

.text {
    font-style: bold;
    margin-top: 10px;
    color: #000000;
    font-size: 15px;
    position: absolute;
    width: 100%;
    text-align: center;
}

.Text-Chen {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active,
.Text-Chen:hover {
    background-color: #717171;
}

.Text-Chen-Back-Next {
    width: 100%;
    float: left;
    padding-left: 50%;
    display: flex;
}

.Text-Chen {
    width: 100%;
}

.Mo {
    -webkit-animation-name: Mo;
    -webkit-animation-duration: 1.5s;
    animation-name: Mo;
    animation-duration: 1.5s;
}

@-webkit-keyframes Mo {
    from {
        opacity: 0.4;
    }
    to {
        opacity: 1;
    }
}

@keyframes Mo {
    from {
        opacity: 0.4;
    }
    to {
        opacity: 1;
    }
}


/* Mold */

.Mold {
    padding: 2rem;
}

.products ul {
    display: inline-block;
}

.products ul .main-product {
    margin-bottom: 10rem;
    display: block;
    float: left;
    height: 300px;
}

.products ul .img-product img {
    width: 100%;
}

.content-product .content-product-h3 {
    padding: .5rem 0;
    overflow: hidden;
    color: #222;
    font-size: 16px;
    max-height: 50px;
    min-height: 50px;
    text-align: center;
    line-height: 19px;
    margin: 0 0 5px;
}

.content-product .content-product-deltals {
    display: flex;
    justify-content: center;
    padding-top: 1rem;
}

.main-product .content-product .content-product-deltals .price {
    color: #0058aa;
    font-weight: 700;
    margin-right: 1rem;
    vertical-align: middle;
    font-size: 20px;
}

.content-product .content-product-deltals .price .money {
    vertical-align: middle;
}

.content-product .content-product-deltals .btn-cart {
    background: #ff3535;
    border-radius: 5px;
    color: #fff;
    font-weight: 500;
}

.content-product .content-product-deltals .btn-cart:hover {
    background: #ffec42;
}


/* Dang Xuat */

.DangXuat {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.DangXuat a {
    border: 1px solid rgb(66, 66, 66);
    border-radius: 15px;
    padding: 2px 10px 5px 10px;
    background-color: rgb(221, 221, 221);
    color: rgb(128, 128, 128);
    text-decoration: none;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

#myModal .modal-content {
    margin-left: 400px;
    width: 800px;
}


/* cart */

.cart-header {
    font-weight: bold;
    font-size: 1.25em;
    color: #333;
}

.cart-column {
    display: flex;
    align-items: center;
    border-bottom: 1px solid black;
    margin-right: 1.5em;
    padding-bottom: 10px;
    margin-top: 10px;
}

.cart-row {
    display: flex;
}

.cart-item {
    width: 45%;
}

.cart-price {
    width: 20%;
    font-size: 1.2em;
    color: #333;
}

.cart-quantity {
    width: 35%;
}

.cart-item-title {
    color: #333;
    margin-left: .5em;
    font-size: 1.2em;
}

.cart-item-image {
    width: 75px;
    height: auto;
    border-radius: 10px;
}

.btn-danger {
    color: white;
    background-color: #EB5757;
    border: none;
    border-radius: .3em;
    font-weight: bold;
}

.btn-danger:hover {
    background-color: #CC4C4C;
}

.cart-quantity-input {
    height: 34px;
    width: 50px;
    border-radius: 5px;
    border: 1px solid #56CCF2;
    background-color: #eee;
    color: #333;
    padding: 0;
    text-align: center;
    font-size: 1.2em;
    margin-right: 25px;
}

.cart-row:last-child {
    border-bottom: 1px solid black;
}

.cart-row:last-child .cart-column {
    border: none;
}

.cart-total {
    text-align: end;
    margin-top: 10px;
    margin-right: 10px;
}

.cart-total-title {
    font-weight: bold;
    font-size: 1.5em;
    color: black;
    margin-right: 20px;
}

.cart-total-price {
    color: #333;
    font-size: 1.1em;
}


/* footer */

.footer-item {
    background: #00d8d8;
    height: 100px;
    display: flex;
    padding: 20px;
}

.footer-item i {
    font-size: 50px;
}

.footer-item h1 {
    color: #fff;
    margin-left: 20px;
}

.class-facebook {
    padding-left: 500px;
}

.class-intar {
    padding-left: 20px;
}