/* CSS Document */
.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

fieldset, img {
    border: none;
}

li {
    list-style-position: inside;
    list-style: none;
}

body {
    font-size: 14px;
    line-height: 1.4;
    font-family: 'Roboto', Arial, sans-serif;
    position: relative;
    color: #3b3b3b;
}

* {
    padding: 0;
    margin: 0;
}

.ddlSearch {
    width: 145px;
    height: 41px;
    padding-left: 10px;
    background-color: #eee;
    border: 1px solid #eee;
}

.container img {
    max-width: 100%;
}

.container {
    position: relative;
}

.new-title a {
    color: #000000;
    font-size: 13px;
    font-weight: bold;
}

.new-intro {
    font-size: 13px;
    color: #313131;
    font-style: italic;
}

.new-date {
    color: #346dbe;
    font-size: 13px;
    margin: 6px 0;
}

.new-img {
    float: left;
    padding-right: 15px;
}

ul.list-news {
    margin-top: 20px;
}
/*------------------------------------------------------------------------*/
.logo {
    width: 30%;
    float: left;
}

.headcen {
    width: 50%;
    float: left;
    padding: 0 50px;
    position: relative;
}

.headright {
	display:none;
    width: 20%;
    float: left;
}

.header {
    padding: 15px 0;
    font-family: 'Arial', sans-serif;
    /*position: fixed;
    top: 0;
    left: 0;
    width: 100%;*/
}
.header .container{display: flex;align-items: center;}

.maincategory {
    width: 120px;
    float: left;
    position: absolute;
    top: 0;
    right: 135px;
}

.title-menu > a {
    background: url(../../Images/Fashion/arrow-1.png) no-repeat 90% center #f6f6f6;
    padding: 9px 30px 10px 15px;
    color: #3b3b3b;
    border: 1px solid #eeeeee;
    display: block;
}

.title-menu:hover ul {
    visibility: visible;
}

.maincategory ul {
    margin-bottom: 0;
    padding: 0;
    visibility: hidden;
    position: absolute;
    background: #f6f6f6;
    border: 1px solid #eee;
    top: 42px;
    z-index: 99999;
}

    .maincategory ul li > a:hover, .maincategory ul li.active > a, .maincategory ul li:hover > a {
        background: url(../../Images/Fashion/arrow-2-hv.png) no-repeat 20px center #346dbe;
        color: #fff;
    }

    .maincategory ul li a {
        display: block;
        padding: 7px 60px 7px 40px;
        color: #000;
        white-space: nowrap;
        background: url(../../Images/Fashion/arrow-2.png) no-repeat 20px center;
        border-bottom: 1px solid #eee;
    }

.search {
    position: relative;
    width: 100%;
    float: left;
    padding: 0 15px 15px 15px;
}

    .search a {
        position: absolute;
        top: 0;
        right: 16px;
        border: none;
        height: 41px;
        width: 45px;
        text-align: center;
        background: #346dbe;
        border: 1px solid #346dbe;
        padding: 8px;
    }

    .search input {
        padding: 10px 20px;
        border: 1px solid #eeeeee;
        width: 100%;
        font-family: 'Arial', sans-serif;
        color: #999999;
        background: #fff;
    }

.cart {
    width: 100%;
    float: left;
    padding-left: 30px;
    font-size: 15px;
    color: #653e42;
    line-height: 16px;
    position: relative;
    margin-top: 10px;
    background: url(../../Images/Fashion/icon-cart.png) no-repeat left center;
    margin-bottom: 20px;
}

    .cart span {
        background: #000;
        color: #fff;
        padding: 5px 15px;
        font-size: 12px;
        margin-left: 10px;
        position: relative;
    }

        .cart span:before {
            content: '';
            position: absolute;
            left: -6px;
            top: 6px;
            border-top: 6px solid transparent;
            border-bottom: 6px solid transparent;
            border-right: 8px solid #000;
        }

.headicon {
    width: 33.3%;
    float: left;
}

    .headicon img {
        float: left;
        margin-right: 10px;
    }

    .headicon a {
        color: #3b3b3b;
        font-size: 13px;
    }

.account a {
    color: #3b3b3b;
    font-size: 13px;
    padding: 0 0 0 20px;
    display: block;
}

li.register a {
    background: url(../../Images/Fashion/icon-4.png) no-repeat left center;
}

li.login a {
    background: url(../../Images/Fashion/icon-5.png) no-repeat left center;
}

.account {
    display: inline-block;
    margin-top: 9px;
}
/*-----------------------------------navigation----------------------------*/
.navides {
    margin-bottom: 30px;
    background: #000;
    z-index: 1;
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.navigation {
    margin-bottom: 30px;
    background: #000;
}

.mainmenu {
    position: relative;
    font-size: 15px;
    clear: both;
}

    .mainmenu ul {
        margin-bottom: 0;
        padding: 0;
    }

        .mainmenu ul li {
            display: inline-block;
            position: relative;
        }

            .mainmenu ul li:last-child, .mainmenu ul li.parent li {
                background: none;
            }

            .mainmenu ul li.parent li {
                width: 100%;
            }

                .mainmenu ul li.parent li a {
                    border: none;
                    padding: 10px 15px;
                    color: #000;
                    line-height: normal;
                    text-align: left;
                    border-bottom: 1px solid #d1d1d1;
                }

                .mainmenu ul li.parent li:last-child a {
                    border-bottom: none;
                }

            .mainmenu ul li > a:hover, .mainmenu ul li.active > a, .mainmenu ul li:hover > a {
                background: #346dbe;
            }

            .mainmenu ul li.parent ul a:hover {
                background: #346dbe;
                color: #fff;
            }

            .mainmenu ul li a {
                display: block;
                color: #fff;
                white-space: nowrap;
                font-size: 15px;
                text-transform: uppercase;
                position: relative;
                padding: 13px 25px;
                text-align: center;
            }

            .mainmenu ul li:last-child a {
                border-right: none;
            }

        .mainmenu ul.menu > li.parent:hover:after, .mainmenu ul.menu > li.parent.active:after {
            background: url(../../Images/Fashion/arrow-hover.png) no-repeat center bottom;
        }

        .mainmenu ul li.parent > ul {
            visibility: hidden;
            position: absolute;
            top: 30px;
            left: 0;
            background: #f6f6f6;
            padding: 0;
            transition: all 0.3s ease 0s;
            opacity: 0;
            z-index: 999;
            text-align: left;
            min-width: 250px;
            border: 1px solid #eee;
        }

        .mainmenu ul li.parent:hover > ul {
            visibility: visible;
            opacity: 1;
            top: 51px;
        }

        .mainmenu ul li.parent ul ul, .mainmenu ul li.parent:hover ul ul {
            visibility: hidden;
            position: absolute;
            top: 3px;
            left: 104%;
            background: #fff;
            padding: 0;
            transition: all 0.3s ease 0s;
            opacity: 0;
            z-index: 999;
            text-align: left;
            border: 1px solid #e8e8e8;
        }

        .mainmenu ul ul li.parent-child:hover ul {
            visibility: visible;
            opacity: 1;
            top: 5px;
        }

/*----------------------------Slideshow----------------------------------*/
.slideshow .bx-wrapper .bx-prev {
    background: rgba(0, 0, 0, 0) url("../../Images/Fashion/pre.png") no-repeat scroll 0 0;
    left: 0;
}

.slideshow .bx-wrapper .bx-next {
    right: 0;
    background: url(../../Images/Fashion/next.png) no-repeat;
}

.slideshow .bx-wrapper .bx-prev:hover {
    background: rgba(0, 0, 0, 0) url("../../Images/Fashion/pre.png") no-repeat scroll 0 0;
}

.slideshow .bx-wrapper .bx-next:hover {
    background: url(../../Images/Fashion/next.png) no-repeat;
}

.slideshow .bx-wrapper .bx-controls-direction a {
    height: 54px;
    outline: 0 none;
    position: absolute;
    text-indent: -9999px;
    width: 84px;
    z-index: 0;
    top: 40%;
}

.slideshow .bx-wrapper .bx-pager {
    bottom: 20px;
}

.slideshow .bx-wrapper .bx-controls-auto {
    display: none;
}

.slideshow .bx-pager.bx-default-pager {
    display: none;
}

.slideshow {
    margin-bottom: 30px;
}
/*-------------------------------------------------------------------*/
.sidebar {
    width: 25%;
    float: left;
    padding-right: 15px;
}

.category {
    margin-bottom: 30px;
}

    .category h3 {
        margin: 0;
        background: url(../../Images/Fashion/icon-13.png) no-repeat 15px center #000;
        color: #fff;
        font-size: 15px;
        text-transform: uppercase;
        padding: 12px 15px 12px 40px;
    }

    .category ul {
        border: 1px solid #e0e0e0;
        padding: 7px 23px;
    }

    .category a {
        background: url(../../Images/Fashion/icon-6.png) no-repeat left center;
        border-bottom: 1px dotted #d1d1d1;
        padding: 8px 15px 8px 35px;
        display: block;
        color: #3b3b3b;
        font-size: 14px;
    }

        .category a:hover, .category li.active a {
            background: url(../../Images/Fashion/icon-6.png) no-repeat left center;
            color: #346dbe;
            font-weight: bold;
        }

    .category li:last-child a {
        border: none;
    }

.component {
    width: 75%;
    float: right;
    padding-left: 15px;
}

.sidemod h3 {
    background: #000;
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    padding: 12px 15px;
}

.sidemod {
    margin-bottom: 30px;
}

.sidecont {
    border: 1px solid #e0e0e0;
    padding: 15px;
}

.sidemod.info p img {
    float: left;
    margin-right: 10px;
    margin-left: 20px;
    margin-top: 5px;
}

.sidemod.info p {
    color: #3b3b3b;
    text-transform: uppercase;
}

    .sidemod.info p span {
        color: #346dbe;
        font-size: 24px;
        font-weight: bold;
        border-top: 1px dotted #d1d1d1;
        padding-top: 3px;
        display: inline-block;
    }

.line {
    clear: both;
    border-bottom: 1px dotted #ff0000;
    margin: 8px 0;
}

.sidemod.info div > img {
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
}

.sidemod.info div {
    display: block;
    margin-bottom: 8px;
}

.member span {
    color: #d80000;
    font-size: 18px;
}

.member {
    font-weight: bold;
}

.news-title a {
    font-weight: bold;
    font-size: 13px;
}

.news-date {
    font-size: 13px;
    color: #E11F35;
    margin: 5px 0;
}

.news-intro {
    font-size: 13px;
    color: #313131;
    font-style: italic;
    margin: 5px 0;
}

.item-news {
    display: block;
    border-bottom: 1px dotted #d1d1d1;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

    .item-news:last-child {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }

.list-product h3 {
    color: #fff;
    background: #e3e3e3;
    text-transform: uppercase;
    font-size: 15px;
    margin-top: 0;
    margin-bottom: 15px;
}

    .list-product h3 span {
        background: #000;
        padding: 12px 15px 12px 28px;
        display: inline-block;
        position: relative;
        height: 40px;
    }

        .list-product h3 span:before {
            content: '';
            position: absolute;
            background: url(../../Images/Fashion/icon-11.png) no-repeat;
            width: 23px;
            height: 19px;
            top: 3px;
            left: 3px;
        }

        .list-product h3 span:after {
            content: '';
            position: absolute;
            background: url(../../Images/Fashion/titleafter.png) no-repeat;
            width: 36px;
            height: 40px;
            top: 0;
            right: -35px;
        }

.list-product li {
    width: 25%;
    float: left;
    padding: 0 15px;
    margin-bottom: 30px;
}

.pro-title a {
    font-size: 13px;
    font-weight: bold;
    padding: 5px 10px;
    display: block;
}

.pro-price {
    font-size: 15px;
    font-weight: bold;
    color: #dd001a;
    padding: 0 10px;
}
/*----------------------------------------------------------------------*/
.footer {
    background: #f5f5f5;
    padding: 30px 0;
    border-bottom: 5px solid #000;
    color: #3b3b3b;
    font-size: 13px;
}

.foot-1 {
    width: 35%;
    float: left;
    border-right: 1px dotted #ababab;
    padding-right: 30px;
}

.foot-2 {
    width: 20%;
    float: left;
    border-right: 1px dotted #ababab;
    padding: 0 30px;
}

.foot-3 {
    width: 20%;
    float: left;
    border-right: 1px dotted #ababab;
    padding: 0 20px;
}

.foot-4 {
    width: 20%;
    float: left;
    padding-left: 30px;
}

.footer h3 {
    font-size: 26px;
    margin-top: 0;
    color: #000;
}

.footer a {
    color: #3b3b3b;
    margin-bottom: 5px;
    display: inline-block;
}

.foot-1 strong {
    text-transform: uppercase;
}

.footer img {
    margin-bottom: 8px;
}

.footer .container > div {
    min-height: 135px;
}
/*----------------------------------------------------------------------*/
.main-foot {
    border-top: 1px solid #e3e3e3;
    padding-top: 20px;
}

.pagination li {
    display: inline-block;
    color: #6d6d6d;
    margin: 0 2px 2px;
    border: 1px solid #e8e8e8;
    padding: 6px 0;
    min-width: 34px;
    text-align: center;
    width: auto !important;
}

    .pagination li a, .pagination li span {
        padding: 5px 12px;
        color: #6d6d6d;
    }

.pagination {
    text-align: right;
    margin-bottom: 30px;
    float: right;
}

    .pagination li.active span, .pagination li:hover a, .pagination li span:hover {
        color: #fff;
    }

    .pagination li.active, .pagination li:hover {
        border: 1px solid #dd001a;
        background: #dd001a;
    }

li.start {
    background: url(../../Images/Fashion/first.png) no-repeat 10px center;
    padding-left: 20px;
}

    li.start:hover {
        background: url(../../Images/Fashion/first-hv.png) no-repeat 10px center #dd001a;
    }

li.end {
    background: url(../../Images/Fashion/last.png) no-repeat 90% center;
    padding-right: 20px;
}

    li.end:hover {
        background: url(../../Images/Fashion/last-hv.png) no-repeat 90% center #dd001a;
        padding-right: 20px;
    }

li.pre span, li.pre a {
    background: url(../../Images/Fashion/arrow-4.png) no-repeat center center;
}

li.next a, li.next span {
    background: url(../../Images/Fashion/arrow-5.png) no-repeat center center;
}

li.pre span:hover, li.pre a:hover {
    background: url(../../Images/Fashion/arrow-4-hv.png) no-repeat center center #dd001a;
}

li.next a:hover, li.next span:hover {
    background: url(../../Images/Fashion/arrow-5-hv.png) no-repeat center center #dd001a;
}

.arrange {
    float: left;
    color: #000;
    font-size: 13px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

    .arrange select {
        border: 1px solid #e0e0e0;
        padding: 5px;
        cursor: pointer;
        color: #999999;
        text-transform: none;
    }
/*----- Tabs -----*/
.tabs {
    width: 100%;
    display: inline-block;
}

/*----- Tab Links -----*/
/* Clearfix */
.tab-links:after {
    display: block;
    clear: both;
    content: '';
}

.tab-links li {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #dbdbdb;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 1px medium;
    float: left;
    list-style: outside none none;
    margin: 0 2px -1px;
}

    .tab-links li:first-child {
        margin-left: 0;
    }

.tab-links a {
    background: #e2e2e2 none repeat scroll 0 0;
    color: #333333;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    padding: 12px 17px 6px;
    transition: all 0.15s linear 0s;
    text-transform: uppercase;
    font-weight: bold;
}

    .tab-links a:hover {
        background: #fff;
        color: #333;
    }

.tab-links li.active a, .tab-links li.active a:hover {
    background: #fff none repeat scroll 0 0;
    color: #333;
}

ul.tab-links {
    margin: 0;
}
/*----- Content of Tabs -----*/
.tab-content {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #dbdbdb;
    color: #333333;
    line-height: 25px;
    padding: 15px 20px;
}

    .tab-content p {
        margin-bottom: 15px;
    }

.tab {
    display: none;
}

    .tab.active {
        display: block;
    }
/*----------------------------------------------------------------------*/
.info-img {
    width: 58%;
    float: left;
    padding-right: 15px;
    margin-bottom: 30px;
}

    .info-img > ul {
        width: 83%;
        float: left;
    }

    .info-img .bx-wrapper {
        float: left;
        padding: 35px 0 35px 6px;
    }

        .info-img .bx-wrapper .bx-prev {
            background: rgba(0, 0, 0, 0) url("../../Images/Fashion/arrow-6.png") no-repeat scroll 0 0;
            left: auto;
            top: 0;
            right: 0;
        }

        .info-img .bx-wrapper .bx-next {
            right: 0;
            background: url(../../Images/Fashion/arrow-7.png) no-repeat;
            bottom: 0;
        }

        .info-img .bx-wrapper .bx-controls-direction a {
            height: 26px;
            outline: 0 none;
            position: absolute;
            text-indent: -9999px;
            width: 74px;
            z-index: 9999;
        }

        .info-img .bx-wrapper .bx-pager {
            display: none;
        }

        .info-img .bx-wrapper .bx-controls-direction a.disabled {
            display: block;
        }

ul.list-news li {
    width: 50%;
    float: left;
    padding: 0 15px;
    margin-bottom: 30px;
}

.new-img {
    float: left;
    padding-right: 15px;
}
/*----------------------------------------------------------------------*/
.main-right {
    width: 42%;
    float: left;
    margin-bottom: 30px;
}

.component h1 {
    font-size: 24px;
    margin-top: 0;
    color: #000;
}

.linedes {
    border-bottom: 1px dotted #d1d1d1;
    margin: 8px 0;
}

.main-text li {
    list-style-type: disc;
    margin-left: 17px;
    color: #666666;
    padding: 3px 0;
}

.main-text a {
    color: #ff3366;
    font-size: 13px;
    font-style: italic;
    text-decoration: underline;
}

.main-text {
    color: #666666;
}

    .main-text input {
        border: 1px solid #e8e8e8;
        padding: 5px;
        color: #666666;
    }

    .main-text select {
        border: 1px solid #e8e8e8;
        padding: 3px 5px;
        margin-top: 10px;
        cursor: pointer;
    }

a.ship {
    background: url(../../Images/Fashion/icon-18.png) no-repeat 89% center #001e28;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 12px;
    text-decoration: none;
    font-style: normal;
    float: left;
    padding: 5px 65px 5px 12px;
    text-align: right;
}

a.add {
    background: url(../../Images/Fashion/icon-19.png) no-repeat 12px center #346dbe;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 13px;
    text-decoration: none;
    font-style: normal;
    float: left;
    padding: 12px 12px 12px 38px;
    text-align: right;
    margin-left: 10px;
}

.order {
    margin-top: 10px;
}

.description {
    clear: both;
    margin-bottom: 30px;
}
/*----------------------------------------------------------------------*/
@media (min-width:1200px) {
    .container {
        max-width: 1180px;
    }
}

@media (min-width:992px) {
    .mainmenu .collapse {
        display: block;
        height: auto !important;
    }

    .navbar-toggle {
        display: none;
    }

    .navsearch, .navinfo, .navcart, .navaccount {
        display: none;
    }

    .navigation span.caret, .navigation {
        display: none;
    }
}

@media (max-width:1200px) {
    .info-img > ul {
        width: 76%;
    }

    .main-right {
        width: 50%;
    }

    .info-img {
        width: 50%;
    }
}

@media (max-width:991px) {
    .navides {
        display: none;
    }

    .container {
        padding: 0 15px;
    }

    .mainmenu ul li {
        display: block;
        margin: 0;
        float: none;
    }

    .mainmenu > ul {
        z-index: 999999;
        position: absolute;
        text-align: left;
        background: #f6f6f6;
        width: 98%;
        left: 2%;
        margin-top: 7px;
        min-height: 36px;
        border: 1px solid #eeeeee;
    }

    .mainmenu .navbar-toggle {
        text-transform: uppercase;
        margin-bottom: 0;
        background: #000;
    }

    .mainmenu ul li a {
        background: #f6f6f6;
        color: #000;
        padding: 12px 18px;
        border: none;
        text-align: left;
        line-height: normal;
        font-size: 14px;
        border-bottom: 1px solid #eeeeee;
    }

    .mainmenu ul li:hover a {
        color: #fff;
    }

    .mainmenu ul li.parent ul a {
        color: #000;
        background: url(../../Images/Fashion/arrow-3-hv.png) no-repeat 20px center #f6f6f6;
        padding-left: 35px;
        border-bottom: 1px solid #eeeeee;
    }

    .mainmenu ul li a:hover, .mainmenu ul li.active a {
        color: #fff;
        background: #346dbe;
    }

    .mainmenu ul li.parent ul a:hover {
        background: url(../../Images/Fashion/arrow-3.png) no-repeat 20px center #346dbe;
        color: #fff;
    }

    .mainmenu {
        border: medium none;
        float: left;
        margin-top: 0;
        padding: 0;
        text-align: center;
        position: static;
    }

        .mainmenu ul.menu > li:before, .mainmenu ul.menu > li:after {
            display: none;
        }

        .mainmenu ul li.parent ul {
            visibility: visible;
            position: static;
            opacity: 1;
            background: #f6f6f6;
            padding: 0;
            margin: 0;
            border: none;
        }

            .mainmenu ul li.parent ul ul, .mainmenu ul li.parent:hover ul ul {
                background: #01addf;
                padding: 0;
                z-index: 999;
                text-align: left;
                position: static;
                opacity: 1;
                visibility: visible;
                border: none;
            }

                .mainmenu ul li.parent ul ul li {
                }

        .mainmenu ul li.parent a, .mainmenu ul li.parent a:hover, .mainmenu ul li.parent:hover > a, .mainmenu ul li.parent.active > a {
            background-image: none;
        }

    .navigation .container > div {
        width: 20%;
        float: left;
        text-align: center;
        border-right: 1px solid #d1d1d1;
        height: 40px;
        padding: 5px 0;
    }

        .navigation .container > div:last-child {
            border: none;
        }

    .navsearch .search {
        position: absolute;
        width: 98%;
        left: 2%;
        border: 1px solid #346dbe;
        top: 42px;
        z-index: 99999;
        background: #fff;
        padding: 15px;
    }

    .navcart .cart {
        position: absolute;
        width: 98%;
        left: 2%;
        border: 1px solid #346dbe;
        top: 42px;
        z-index: 99999;
        background: #fff;
        padding: 15px;
        margin-top: 0;
    }

    .navaccount .accountinfo {
        position: absolute;
        width: 98%;
        left: 2%;
        border: 1px solid #346dbe;
        top: 42px;
        z-index: 99999;
        background: #fff;
        padding: 15px;
        margin-top: 0;
    }

    .navinfo .iconinfo {
        position: absolute;
        width: 98%;
        left: 2%;
        border: 1px solid #346dbe;
        top: 42px;
        z-index: 99999;
        background: #fff;
        padding: 15px;
        margin-top: 0;
    }

    .accountinfo li {
        text-align: right;
    }

    li.register a {
        padding-left: 15px;
    }

    li.login a {
        padding-left: 15px;
    }

    .headicon {
        text-align: left;
    }

    .search button {
        top: 15px;
        right: 15px;
    }

    .info-title, .search-title, .cart-title, .account-title {
        cursor: pointer;
    }

    .component {
        width: 100%;
        float: none;
        padding-left: 0;
    }

    .sidebar {
        width: 100%;
        float: left;
        padding-right: 0;
    }

    .footer .container > div {
        width: 50%;
        min-height: 150px;
        margin: 10px 0;
    }

    .foot-3 {
        padding-left: 0;
    }

    .foot-2 {
        border: none;
    }

    .headcen, .headright {
        display: none;
    }

    .logo {
        width: 100%;
        float: left;
    }
}

@media (max-width:768px) {
    .list-product li {
        width: 50%;
        text-align: center;
    }

    .footer .container > div {
        min-height: 160px;
    }

    .info-img {
        width: 100%;
        padding-right: 0;
    }

        .info-img > ul {
            width: auto;
        }

    .main-right {
        width: 100%;
    }
}

@media (max-width:720px) {
}

@media (max-width:640px) {
}

@media (max-width:520px) {
    .info-img .bx-wrapper {
        display: none;
    }
}

@media (max-width:480px) {
    .list-product li {
        width: 100%;
    }

    .footer .container > div {
        min-height: auto;
        width: 100%;
        padding-left: 0;
        border: none;
    }

    .slideshow .bx-wrapper .bx-controls-direction a {
        display: none;
    }
}

@media (max-width:430px) {
    .headicon {
        width: 100%;
        float: left;
        margin-bottom: 10px;
    }
}

@media (max-width:390px) {
    a.add {
        float: none;
        clear: both;
        display: inline-block;
        margin-top: 10px;
        margin-left: 0;
    }

    .tab-links a {
        padding: 12px 10px 6px;
        font-size: 12px;
    }
}
