@charset "utf-8";

/* CSS Document */

body {
    background-position: top;
    background-repeat: repeat-x;
    margin: 0;
    font-family: "Rubik", sans-serif;
}

#container {
    width: 1000px;
    margin: 0 auto;
}

#header {
    height: 173px;
    /* background-color: #ffb266; */
    border-radius: 5px;
}

#logo {
    float: left;
    padding-left: 5px;
    padding-top: 10px;
}

#logo img {
    height: 153px;
    width: 250px;
}

#banner {
    width: 500px;
    float: right;
    margin-top: 7px;
}

#banner_logo {
    float: right ;
    
}


#menu {
    height: 50px;
}

#menu_left_corner {
    float: left;
    width: 9px;
    height: 50px;
    background-color: #504b4b;
    border-radius: 50px 0px 0px 50px;
    ;
}

#menu_content {
    width: 983px;
    height: 50px;
    background-color: #504b4b;
    float: left;
}

#menu_right_corner {
    float: left;
    width: 8px;
    height: 50px;
    background-color: #504b4b;
    border-radius: 0px 50px 50px 0px;
}

#hmenu {
    list-style-type: none;
    margin-left: -20px;
    margin-top: 0px;
}

#hmenu li {
    float: left;
    margin-left: 20px;
    margin-right: 20px;
    line-height: 50px;
}

#hmenu li a {
    color: #e8ffff;
    text-decoration: none;
    line-height: 50px;
    display: block;
}

#hmenu li a:hover {
    color: #f4e0ce
}

.devider {
    background-image: url(../images/layout/menu_divider.gif);
    width: 2px;
}

#path {
    height: 15px;
}

#left {
    width: 196px;
    float: left;
}

#content {
    width: 588px;
    float: left;
    margin-left: 10px;
}

#right {
    width: 196px;
    float: right;
}

#cart {
    width: 195px;
    height: 84px;
    background-image: url(../images/layout/cart_bg.gif);
}

#cart-title {
    text-align: center;
    font-size: 18px;
    color: #847676;
}

#cart-detail {
    font-size: 16px;
    width: 135px;
    float: left;
    padding-left: 10px;
}

#cart-detail span {
    color: #F00;
}

#cart-img {
    width: 48px;
    height: 48px;
    float: left;
    background-image: url(../images/layout/shoppingcart.png)
}

#footer {
    height: 60px;
    color: #847676;
    font-size: 12px;
    text-align: center;
    line-height: 20px;
    font-style: italic;
    background-image: url(../images/layout/footer_bg.gif);
}

.categories {
    list-style-type: none;
    margin-top: 0px;
    margin-left: -40px;
}

.categories li a {
    text-decoration: none;
    color: #504b4b;
    line-height: 30px;
    display: block;
}

.categories li a:hover {
    font-weight: bold;
}

.title {
    line-height: 30px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    background-color: #504b4b;
    border-radius: 10px 10px 0 0;
    margin-top: 10px;
}

.lmenu1 {
    background-color: #dad0d0;
    padding-left: 5px;
    margin-bottom: 1px;
}

.lmenu2 {
    background-color: #eee6e6;
    padding-left: 5px;
    margin-bottom: 1px;
}

.box_content {
    text-align: center;
    border: 3px solid #504b4b;
    padding: 2px;
}

.center_title {
    line-height: 33px;
    color: #847676;
    font-weight: bold;
    padding-left: 50px;
    background: url(../images/layout/bar_bg.gif) no-repeat center;
}

.center_content {
    padding: 7px;
}

.product_box {
    width: 173px;
    height: auto;
    float: left;
    padding: 9px;
}

.pro_box_top {
    height: 12px;
    background-image: url(../images/layout/product_box_top.gif);
}

.pro_box_bot {
    height: 10px;
    background-image: url(../images/layout/product_box_bottom.gif);
}

.pro_box_mid {
    background-image: url(../images/layout/product_box_center.gif);
}

.pro_title {
    text-align: center;
    font-weight: bold;
    color: #F00;
    font-size: 14px;
}

.pro_title a {
    text-decoration: none;
    color: #F00;
}

.pro_price {
    text-align: center;
    color: #F00;
    font-weight: bold;
    width: 50%;
    float: left;
    font-size: 14px;
}

.oldprice {
    text-align: center;
    color: #847676;
    text-decoration: line-through;
    width: 50%;
    float: right;
    font-size: 14px;
}

.pro_cart {
    width: 50%;
    float: right;
    font-size: 14px;
    text-align: center;
}

.pro_cart a {
    text-decoration: none;
    color: #0fa0dd;
}

.pro_img {
    text-align: center;
    padding: 5px 0px;
}

.pro_img img {
    height: 100px;
}

.big_box {
    width: 554px;
    margin-left: 17px;
    margin-top: 15px;
}

.big_box_top {
    background-image: url(../images/layout/details_box_top.gif);
    height: 12px;
}

.big_box_bot {
    background-image: url(../images/layout/details_box_bottom.gif);
    height: 12px;
}

.big_box_mid {
    background-image: url(../images/layout/details_box_center.gif);
    padding: 5px;
}

.big_box_img {
    width: 200px;
    float: left;
    text-align: center;
}

.big_box_img img {
    width: 200px;
    height: 200px;
}

.big_box_detail {
    width: 350px;
    float: right;
}

.thumb img {
    width: 50px;
    height: 40px;
    padding: 5px 0px;
}

.add_cart img {
    width: 16px;
    height: 16px;
}

.add_cart a {
    text-decoration: none;
    color: #006;
}

.pro_title_big {
    color: #F00;
    font-weight: bold;
}

.spec_value {
    color: #5F9FAB;
}

.price {
    color: #F00;
    font-weight: bold;
}

.detail {
    margin-top: 10px;
    text-align: justify;
}

.detail img {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.detail span {
    font-size: 18px;
    line-height: 35px;
    font-weight: bold;
}

.search-container {
    display: flex;
    margin-top: 10px;
}

input[type="text"] {
    padding: 10px;
    width: 140px;
    border: 1px solid #ccc;
    border-radius: 4px 0 0 4px;
    outline: none;
}

button {
    padding: 5px 8px;
    background-color: #504b4b;
    color: white;
    border: 1px solid #504b4b;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
}

button:hover {
    background-color: gray;
    border: 1px solid gray;
}

/* Font Awesome Icon */
button i {
    margin-right: 5px;
}

@charset "utf-8";

      /* CSS Document */

      body {
        background-position: top;
        background-repeat: repeat-x;
        margin: 0;
        font-family: "Rubik", sans-serif;
      }

      #container {
        width: 1000px;
        margin: 0 auto;
      }

      #header {
        height: 173px;
        /* background-color: #ffb266; */
        border-radius: 5px;
      }

      #logo {
        float: left;
        padding-left: 5px;
        padding-top: 10px;
      }

      #logo img {
        height: 153px;
        width: 250px;
      }

      #banner {
        width: 500px;
        float: right;
        margin-top: 7px;
      }

      #banner_logo {
        float: right;
      }

      #menu {
        height: 50px;
      }

      #menu_left_corner {
        float: left;
        width: 9px;
        height: 50px;
        background-color: #504b4b;
        border-radius: 50px 0px 0px 50px;
      }

      #menu_content {
        width: 983px;
        height: 50px;
        background-color: #504b4b;
        float: left;
      }

      #menu_right_corner {
        float: left;
        width: 8px;
        height: 50px;
        background-color: #504b4b;
        border-radius: 0px 50px 50px 0px;
      }

      #hmenu {
        list-style-type: none;
        margin-left: -20px;
        margin-top: 0px;
      }

      #hmenu li {
        float: left;
        margin-left: 20px;
        margin-right: 20px;
        line-height: 50px;
      }

      #hmenu li a:hover {
        color: #f4e0ce;
      }

      .devider {
        background-image: url(../images/layout/menu_divider.gif);
        width: 2px;
      }

      #path {
        height: 15px;
      }

      #left {
        width: 196px;
        float: left;
      }

      #content {
        width: 588px;
        float: left;
        margin-left: 10px;
      }

      #right {
        width: 196px;
        float: right;
      }

      #cart {
        margin-top: 10px;
        width: 195px;
        height: 84px;
        background-image: url(../images/layout/cart_bg.gif);
      }

      #cart-title {
        text-align: center;
        font-size: 18px;
        color: #847676;
      }

      #cart-detail {
        font-size: 16px;
        width: 135px;
        float: left;
        padding-left: 10px;
      }

      #cart-detail span {
        color: #f00;
      }

      #cart-img {
        width: 48px;
        height: 48px;
        float: left;
        background-image: url(../images/layout/shoppingcart.png);
      }

      #footer {
        height: 60px;
        color: #847676;
        font-size: 12px;
        text-align: center;
        line-height: 20px;
        font-style: italic;
        background-image: url(../images/layout/footer_bg.gif);
      }

      .categories {
        list-style-type: none;
        margin-top: 0px;
        margin-left: -40px;
      }

      .categories li a {
        text-decoration: none;
        color: #504b4b;
        line-height: 30px;
        display: block;
      }

      .title {
        line-height: 30px;
        text-align: center;
        color: #fff;
        font-weight: bold;
        background-color: #504b4b;
        border-radius: 10px 10px 0 0;
        margin-top: 10px;
      }

      .box_content {
        text-align: center;
        border: 3px solid #504b4b;
        padding: 2px;
      }

      .center_title {
        line-height: 33px;
        color: #847676;
        font-weight: bold;
        padding-left: 50px;
        background: url(../images/layout/bar_bg.gif) no-repeat center;
      }

      .center_content {
        padding: 7px;
      }

      .product_box {
        width: 173px;
        height: auto;
        float: left;
        padding: 9px;
      }

      .pro_box_top {
        height: 12px;
        background-image: url(../images/layout/product_box_top.gif);
      }

      .pro_box_bot {
        height: 10px;
        background-image: url(../images/layout/product_box_bottom.gif);
      }

      .pro_box_mid {
        background-image: url(../images/layout/product_box_center.gif);
      }

      .pro_title {
        text-align: center;
        font-weight: bold;
        color: #f00;
        font-size: 14px;
      }

      .pro_title a {
        text-decoration: none;
        color: #f00;
      }

      .pro_price {
        text-align: center;
        color: #f00;
        font-weight: bold;
        width: 50%;
        float: left;
        font-size: 14px;
      }

      .oldprice {
        text-align: center;
        color: #847676;
        text-decoration: line-through;
        width: 50%;
        float: right;
        font-size: 14px;
      }

      .pro_cart {
        width: 50%;
        float: right;
        font-size: 14px;
        text-align: center;
      }

      .pro_cart a {
        text-decoration: none;
        color: #0fa0dd;
      }

      .pro_img {
        text-align: center;
        padding: 5px 0px;
      }

      .pro_img img {
        height: 100px;
      }

      .big_box {
        width: 554px;
        margin-left: 17px;
        margin-top: 15px;
      }

      .big_box_top {
        background-image: url(../images/layout/details_box_top.gif);
        height: 12px;
      }

      .big_box_bot {
        background-image: url(../images/layout/details_box_bottom.gif);
        height: 12px;
      }

      .big_box_mid {
        background-image: url(../images/layout/details_box_center.gif);
        padding: 5px;
      }

      .big_box_img {
        width: 200px;
        float: left;
        text-align: center;
      }

      .big_box_img img {
        width: 200px;
        height: 200px;
      }

      .big_box_detail {
        width: 350px;
        float: right;
      }

      .thumb img {
        width: 50px;
        height: 40px;
        padding: 5px 0px;
      }

      .add_cart img {
        width: 16px;
        height: 16px;
      }

      .add_cart a {
        text-decoration: none;
        color: #006;
      }

      .pro_title_big {
        color: #f00;
        font-weight: bold;
      }

      .spec_value {
        color: #5f9fab;
      }

      .price {
        color: #f00;
        font-weight: bold;
      }

      .detail {
        margin-top: 10px;
        text-align: justify;
      }

      .detail img {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
      }

      .detail span {
        font-size: 18px;
        line-height: 35px;
        font-weight: bold;
      }

      .search-container {
        display: flex;
        margin-top: 10px;
      }

      input[type="text"] {
        padding: 10px;
        width: 140px;
        border: 1px solid #ccc;
        border-radius: 4px 0 0 4px;
        outline: none;
      }

      button {
        padding: 5px 8px;
        background-color: #504b4b;
        color: white;
        border: 1px solid #504b4b;
        border-radius: 0 4px 4px 0;
        cursor: pointer;
      }

      button:hover {
        background-color: gray;
        border: 1px solid gray;
      }

      /* Font Awesome Icon */
      button i {
        margin-right: 5px;
      }
      #format-banner {
        border-radius: 10px;
        width: 1000px;
        height: 300px;
      }
      #menu_content #hmenu li a {
        color: #e8ffff;
        text-decoration: none;
        line-height: 50px;
        display: block;
      }
      .clear {
        clear: both;
      }
      .lmenu1 {
        background-color: #dad0d0;
        padding-left: 5px;
        margin-bottom: 1px;
      }
      .lmenu2 {
        background-color: #eee6e6;
        padding-left: 5px;
        margin-bottom: 1px;
      }
      .lmenu1:hover {
        font-weight: bold;
      }
      .lmenu2:hover {
        font-weight: bold;
      }
      .box_content_height {
        height: 190px;
      }

      .format_marquee_img {
        height: 120px;
      }

      .text-center {
        text-align: center;
      }

      .format_price {
        text-align: center;
        color: #f00;
        width: 50%;
        float: left;
        font-size: 14px;
      }
      .w-190 {
        width: 190px;
      }
      .clear-both-height-10 {
        clear: both;
        height: 10px;
      }



    

      *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: sans-serif;
}
ul, li{
    padding: 0;
    margin: 0;
    list-style: none;
}
a{
    text-decoration: none;
    color: #000;
}

.iconnav i{
    color: #fff;
    font-size: 20px;
    display: none;
}

.topnav{
    background-color: #000;
    position: relative;
}
.topnav ul{
    display: flex;
    justify-content: center;
    align-items: center;
}

.topnav a{
    display: block;
    padding: 10px 20px;
    color: #fff;
}

.topnav a:hover{
    background-color: aqua;
}

@media (max-width: 600px) {
    .topnav ul{
        flex-direction: column;
        justify-content: flex-start;
    }
    .topnav li{
        width: 100%;
        text-align: left;
    }
    .iconnav{
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        padding: 10px;
    }
    .iconnav i {
        display: block;
    }
}
.wrapper {
	display: flex;
	/* kich hoat flex box*/
	flex-flow: row wrap;
	font-weight: bold;
	text-align: center;
}

.wrapper>* {
	padding: 10px;
	flex: 1 100%;
	/* cho táº¥t cáº£ pháº§n tá»­ bĂªn trong cĂ³ Ä‘á»™ dĂ i 100% vĂ  tá»‰ lá»‡ chiáº¿m khĂ´ng gian trá»‘ng lĂ  nhÆ° nhau*/
}

.header-flex-2 {
	background: tomato;
}

.footer-flex-2 {
	background: lightgreen;
	order: 4;
}

.main {
	text-align: left;
	background: deepskyblue;
	flex: 3 0px;
	/* cho pháº§n ná»™i dung main á»Ÿ giá»¯a chiáº¿m 3 pháº§n khĂ´ng gian trá»‘ng so vá»›i 2 pháº§n aside bĂªn cáº¡nh */
	order: 2;
}

.aside {
	flex: 1 0 0 ;
}

/* 2 pháº§n aside sáº½ chá»‰ chiáº¿m 1 pháº§n khĂ´ng gian */
.aside-1 {
	background: gold;
	order: 1;
}

.aside-2 {
	background: hotpink;
	order: 3;
}

.container-img{
	display: flex;
	justify-content: center;
	align-items: center;
}

.img-responsive{
	max-width: 100%;
	height: auto;
}

@media (max-width: 1200px) {
	.main{
		order: 1;
		flex: 1 100%
	}
}

@media (max-width: 600px) {
	body{
		font-size: 20px;
	}
	.wrapper{
		flex-direction: column;
	}
	.main{
		order: 1;
	}
	.aside-1{
		order: 2;
	}
}
.wrapper {
	display: flex;
	flex-flow: row wrap;
	font-weight: bold;
	text-align: center;
}

.wrapper>* {
	padding: 10px;
	flex: 1 100%;
}

.header-flex-2 {
	background: tomato;
}

.footer-flex-2 {
	background: lightgreen;
	order: 4;
}

.main {
	text-align: left;
	background: deepskyblue;
	flex: 3 0px;
	order: 2;
}

.aside {
	flex: 1 0 0 ;
}

.aside-1 {
	background: gold;
	order: 1;
}

.aside-2 {
	background: hotpink;
	order: 3;
}

.container-img{
	display: flex;
	justify-content: center;
	align-items: center;
}

.img-responsive{
	max-width: 100%;
	height: auto;
}

@media (max-width: 1200px) {
	.main{
		order: 1;
		flex: 1 100%
	}
}

@media (max-width: 600px) {
	body{
		font-size: 20px;
	}
	.wrapper{
		flex-direction: column;
	}
	.main{
		order: 1;
	}
	.aside-1{
		order: 2;
	}
}
