* {
    box-sizing: border-box;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    background-color: #F5F5F5;
}

.mw1200 {
    max-width: 1200px;
    margin: 0 auto;
}

.bgw {
    background-color: white;
}

/*Header Container 1*/
header {
    background-color: white;
}

.header-container-1 {
    background-color: #ececec;
    width: 100%;
}

.header-content-top-links, .header-container-2 {
    margin: auto;
    max-width: 1200px;
}

.top-links {
    background-color: #ececec;
    overflow: hidden;
    padding: 5px 0;
}

.top-links-right {
    float: right;
}

.top-links a {
    color: #333;
    font-size: 12px;
    text-decoration: none;
    margin-left: 32px;
}

.top-links a.default, .top-links a:hover {
    color: #f85506;
    text-decoration: underline;
}


/*Header Container 2*/

.header-container-2 {
    display: block;
    padding: 14px 0;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.header-container-2 a, .header-container-2 form {
    float: left;
    display: block;
}

.header-container-2 a[href="home.html"]{
    width: 220px;
}

.search {
    padding: 0;
    margin-right: 30px;
}

.search input {
    float: left;
    display: block;
    padding: 15px;
    width: 600px;
    margin: 0;
    background-color: #f5f5f5;
    border: none;
    outline: none;
    border-radius: 3px 0 0 3px;
}

.header-container-2 form.search input[type="text"]::placeholder {
    font-size: 14px;
    color: #AEAEAE;
    opacity: 1; /* Firefox */
    caret-color: #000;
}

.header-container-2 form.search input[type="text"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-size: 14px;
    color: #AEAEAE;
    caret-color: #000;
}

.header-container-2 form.search input[type="text"]::-ms-input-placeholder { /* Microsoft Edge */
    font-size: 14px;
    color: #AEAEAE;
    caret-color: #000;
}


.search button[type="submit"] {
    float: left;
    margin: 0;
    padding: 14px;
    border: none;
    cursor: pointer;
    background-color: #f85606;
    color: white;
    border-radius: 0 3px 3px 0;
}

.container {
    position: relative;
    margin: auto;
}

/*Categories*/
.categories {
    display: block;
    z-index: 1;
    position: absolute;
}
.categories > div {
    float: left;
    width: 220px;
    height: 342px;
    padding: 8px 6px;
}

.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

.categories .option2, .categories .option3 {
    display: none;
    transition: 0.3s;
}

.categories .option2 div, .categories .option3 a {
    display: none;
}

.activeParent {
    color: #1a9cb7 !important;
    background-color: #eceff1;
}

.activeParent::after, .categories .option1 div:hover::after, .categories .option2 div:hover::after {
    content: url("images/right-transparent.png");
    float: right;
}

.categories .option3 a {
    color: inherit;
    text-decoration: none;
}

.categories div div.active {
    display: block;
}

.categories div div, .categories div.option3 a {
    color: #8b7575;
    font-size: 13px;
    padding: 6px;
    cursor: pointer;
}

.categories div div:hover, .categories div a:hover {
    color: #1a9cb7;
    background-color: #eceff1;
}

/* banner */
.dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #DDDDDD;
    display: inline-block;
    margin: 0 2px;
}

.dot:hover {
    background-color: #FFF;
}

.dot-container {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    z-index: 1;
}

.banner-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.banner {
    max-width: 1200px;
    margin: 0 auto;
}

.banner img {
    width: 980px;
    float: right;
    position: relative;
}

/* Weekly Offer */
.weekly-offer-img {
    width: 100%;
}

.weekly-offer-img-container {
    padding: 35px 20px 20px;
}

/* list of 4 type item */
.container2 .l3 {
    display: flex;
    justify-content: space-between;
}

.container2 .l3 .l3b {
    width: 24.2%;
    padding: 8px;
    border-radius: 30px;
    overflow: hidden;
    background-color: #FFF;
}

.container2 .l3 .l3b span {
    display: block;
    color: black;
    font-size: 18px;
    margin-top: 5px;
    margin-left: 20px;
    float: left;

}

.container2 .l3 .l3b img {
    display: block;
    width: 30px;
    float: left;
}

.container2 .l3 .l3b:hover {
    box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.2);
}

/* FlashSale */
.flash-sale {
    margin: 0;
    margin-top: 30px;
}

.flash-sale h2 {
    color: #757575;
    margin: 0;
    margin-bottom:8px;
}

.flash-sale .remaining-time {
    padding: 8px;
    overflow: hidden;
}

.flash-sale .remaining-time .f-l span {
    display: inline-block;
    font-size: 14px;
}

.flash-sale .remaining-time .f-l {
    float: left;
    display: block;
}

.flash-sale .remaining-time .f-l-1 {
    font-size: 14px;
    padding: 8px;
    color: #FF6801;
    margin-right: 40px;
    margin-top: 2px;
}

.flash-sale .remaining-time .f-r {
    display: block;
    float: right;
    padding: 8px;
    border: 0.5px solid #FF6801;
    font-weight: 100;
    color: #f85506;
    font-size: 12px;
    text-decoration: none;
    margin-top: 2px;
}

/* Flash Sale Products */
.flash-sale-products * {
    margin: 0;
}

.flash-sale-products {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #D5D5D5;
    padding: 8px 0 10px;
}

.flash-sale-products .products {
    width: calc(16.6666667% - 8px);
    padding-bottom: 8px;
}

.flash-sale-products .products:hover {
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2), 0 -1px 2px 0 rgba(0, 0, 0, 0.1);
    transition: 0.3s ease;
}

.flash-sale-products .products:not(:last-child) {
    margin-right: 8px;
}

.flash-sale-products .products img {
    width: 100%;
}

.flash-sale-products .products a {
    text-decoration: none;
    color: black;
}

.flash-sale-products .products figcaption {
    padding: 8px;
    padding-top: 0;
}

.flash-sale-products .products figcaption .product-title {
    font-size: 14px;
    height: 35px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.flash-sale-products .products figcaption .price {
    font-size: 18px;
    color: #F85B06;
    padding: 4px 0;
}

.flash-sale-products .products figcaption .discount-price {
    font-size: 12px;
}

.flash-sale-products .products figcaption .discount-price del {
    color: #9E9E9E;
}

/* categories 2 */
.categories2 {
    margin-top: 30px;
    width: 100%;
}

.categories2 h2 {
    color: #757575;
    margin: 0;
    margin-bottom: 8px;
}

.categories2-products {
    display: flex;
    flex-wrap: wrap;
}

.categories2-products * {
    margin: 0;
}

.categories2 .products2 {
    width: calc(100% / 8);
    text-align: center;
}

.categories2 .products2 a {
    display: block;
    font-size: 14px;
    text-decoration: none;
    color: black;
    padding: 10px;
}

.categories2 .products2 img {
    max-width: 90px;
    max-height: 90px;
    margin-bottom: 10px;
}

.categories2 .products2 {
    background-color: white;
    border-right: 1px solid #D5D5D5;
    border-bottom: 1px solid #D5D5D5;
}

.categories2 .products2:hover {
    box-shadow: -1px 3px 4px 0 rgba(0, 0, 0, 0.2), 1px 2px 4px 0 rgba(0, 0, 0, 0.2);
    border: none;
    z-index: 1;
}

.categories2 .products2:nth-child(8), .categories2 .products2:nth-child(16){
    border-right: none;
}

.categories2 .products2 .row2 {
    border-bottom: none;
}

/* just for you */
.just-for-you * {
    margin: 0;
}

.just-for-you {
    margin-top: 30px;
    width: 100%;
}

.just-for-you h2 {
    color: #757575;
    margin: 0;
    margin-bottom: 8px;
}

.just-for-you .just-for-you-products {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 8px 0 10px;
}

.just-for-you .products {
    width: calc(16.6666667% - 8px);
    padding-bottom: 8px;
    margin-bottom: 20px;
}

.just-for-you .products:hover {
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2), 0 -1px 2px 0 rgba(0, 0, 0, 0.1);
    transition: 0.3s ease;
}

.just-for-you .products img {
    width: 100%;
}

.just-for-you .products a {
    text-decoration: none;
    color: black;
}

.just-for-you .products figcaption {
    padding: 8px;
    padding-top: 0;
}

.just-for-you .products figcaption .product-title {
    font-size: 14px;
    height: 2rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.just-for-you .products figcaption .price {
    font-size: 18px;
    color: #F85B06;
    padding: 4px 0;
}

.just-for-you .products figcaption .discount-price {
    font-size: 12px;
}

.just-for-you .products figcaption .discount-price del {
    color: #9E9E9E;
}

.just-for-you .products figcaption .discount-price .installment-available {
    color: #9E9E9E;
}

.just-for-you .products figcaption .discount-price span {
    color: #444444;
}

.just-for-you .products figcaption .rating .fa-star{
    font-size: 11px;
    color: #DADADA;
}

.just-for-you .products figcaption .rating .fa-star.checked{
    color: #FACA51;
}

.just-for-you .products figcaption .rating span.num-of-rating{
    font-size: 12px;
    color: #9E9E9E;
    margin-left: 4px;
}

.show-more-large {
    display: inline-block;
    margin: 0px auto 20px;
    font-size: 14px;
    font-weight: bold;
    color: #F85B06;
    border: 1px solid #F85B06;
    padding: 12px 160px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

/* container 3 */
.container3 .c3 {
    display: flex;
}

.container3 {
    margin: 0;
    width: 100%;
    background-color: #2E2E54;
}

.container3 .content1, .container3 .content2 {
    width: 25%;
}

.container3 div, .customer-care div {
    font-size: 18px;
    margin-bottom: 10px;
}

.container3 a, .customer-care a {
    display: block;
    font-size: 12px;
    color: white;
    text-decoration: none;
    line-height: 20px;
}

.container3 a:hover, .customer-care a:hover {
    text-decoration: underline;
}

.container3 .customer-care {
    margin-top: 20px;
    margin-bottom: 30px
}

.container3 .content3 {
    width: 50%;
}

.container3 .content1, .container3 .content2, .container3 .content3 {
    padding: 8px;
    color: white;
}

.container3 .content3 {
    margin-top: 6px;
}

.container3 .content3 img.happy-shopping {
    width: 240px;
    height: auto;
}

.container3 .content3 .app-stores a{
    display: inline-block;
    margin-right: 6px;
}

/* container 4 */
.container4 {
    background-color: white;
    padding: 8px 0;
}

.container4 .fl .column {
    display: block;
    width: 25%;
    float: left;
}

.container4 .column .c-h {
    font-size: 18px;
}

.container4 .column .imgs img{
    padding: 0;
    padding-right: 10px;
    margin: 10px 0;
}

.container4 .column .imgs img:nth-child(4){
    padding: 0;
}

.container4 .column .imgs img:nth-child(5){
    margin-top: 0;
}

.container4 .copyright {
    margin: 16px auto;
    font-size: 18px;
}

/* container 5 */
.container5 {
    width: 100%;
    background-color: #f1f1f1;
}

.container5 .fl .column {
    float: left;
    width: 25%;
    padding-right: 40px;
    word-wrap: normal;
}

.container5 .fl .column:first-child {
    width: 50%;
}

.container5 .column .c-h {
    font-size: 18px;
    color: #606060;
}

.container5 .column p, .container5 .column .p {
    font-size: 12px;
    color: #919191;
}

.container5 .column a {
    color: #2db0d3;
    text-decoration: none;
}

.container5 .fl .c{
    column-count: 2;
    column-gap: 40px;
}

.container5 .column .p {
    margin-top: 12px;
}

.container5 .column .p .p-title {
    font-size: 12px;
    color: rgb(59, 59, 59);
}

.container5 {
    padding-bottom: 40px;
    padding-top: 20px;
}

footer {
    background-color: white;
}

.messages-container {
    position: fixed;
    bottom: 0;
    right: 40px;
}

.messages-container a {
    display: block;
    color: #235969;
    text-decoration: none;
    font-size: 20px;
    padding: 8px 30px 8px 8px;
    background-color: white;
    box-shadow: 2px 3px 3px 0 rgba(0, 0, 0, 0.4), -2px 0px 3px 0 rgba(0, 0, 0, 0.4);
}