@font-face{
 font-family: OpenSansLight;
 src: url(../fonts/OpenSans-Light.ttf);
}
@font-face{
 font-family: OpenSansBold;
 src: url(../fonts/OpenSans-Bold.ttf);
 font-weight:800;
}
@font-face{
 font-family: OpenSansRegular;
 src: url(../fonts/OpenSans-Regular.ttf);
 font-weight:400;
}
@font-face{
 font-family: OpenSansItalic;
 src: url(../fonts/OPEN-SANS.ITALIC_0.TTF);
 font-weight:400;
}
@font-face{
 font-family: OpenSansSemibold;
 src: url(../fonts/OpenSans-Semibold.ttf);
 font-weight:600;
}

body {
    font-family: OpenSansRegular;
    color: #4a4a4a;
    font-size: 12px;
}

:root{
    --color-category-1: #4FC6E7;
    --color-category-2: #EE3A43;
    --color-category-3: #6CB33F;
    --color-category-4: #EB008B;
    --color-category-5: #F68E1E;
    --color-category-6: #00457C;
    --color-category-7: #00512F;
    --color-category-8: #6F1100;
    --color-border: #eee;
}

.page-home-show{
    display: block!important;
}

.page-home-hide{
    display: none!important;
}

.page-home-header-top{
    width: 100%;
    height: 32px;
    background: #ebebeb;
}

.page-home-header-top .header-top-cover{
    max-width: 1150px;
    margin: auto;
}

.page-home-header-top .header-left{
    padding-left: 20px;
    display: inline-block;
}

.page-home-header-top .header-left .link-1{
    display: inline-block;
    width: 85px;
    height: 31px;
    background: transparent;
    color: #4a4a4a;
    text-decoration: none!important;
    text-align: center;
    text-transform: uppercase;
    padding-top: 9px;
    transform: translateY(1px);
}

.page-home-header-top .header-left .link-1.link-active{
    background: url('../img/topbg.png');
    color: #fff;
}

.page-home-header-top .header-right{
    float: right;
    padding-right: 25px;
}

.page-home-header-top .header-right .header-link{
    float: left;
    text-decoration: none!important;
    text-align: center;
    line-height: 32px;
    color: #4a4a4a;
    padding: 0px 8px;
    cursor: pointer;
}

.page-home-header-top .header-right .line-vertical{
    color: #ccc;
    float: left;
    line-height: 32px;
}

.page-home-header-top .header-right .phone-number{
    font-family: OpenSansBold;
    font-size: 16px;
    color: #e32124;
    line-height: normal;
	margin-left: 5px;
}

.page-home-header-top .header-right .icon-cart{
    display: inline-block;
    width: 26px;
    height: 26px;
    background: url('../img/icon.png') 0px 0px;
    background-repeat: no-repeat;
    font-size: 9px;
    color: #e32124;
    margin-top: 2px;
    padding-left: 11px;
    line-height: 25px;
    font-family: OpenSansBold;
    padding-right: 3px;
    text-align: center;
}

.page-home-header-main{
    width: 100%;
    height: 54px;
    background: #ff98bf;
}

.page-home-header-main .header-main-cover{
    background: #ea377c;
    max-width: 1150px;
    margin: auto;
    height: 54px;
    position: relative;
    z-index: 11;
}

.page-home-header-logo{
    display: inline-block;
    background: url('../img/logo_1.svg');
    width: 194px;
    height: 54px;
    float: left;
	padding-left: 10px;
    padding-top: 5px;
}

.page-home-header-main .header-search{
    display: flex;
    width: calc(100% - 770px);
    float: left;
    height: 54px;
    position: relative;
}

.page-home-header-main .header-search-cover{
    display: inline-block;
    width: 100%;
    margin: auto;
}
.page-home-header-main .header-search-cover .header-search-cover{
    position: relative;
}
.page-home-header-main .header-search-cover .search-product-content-group{
    position: absolute;
    background: #fff;
    width: 100%;
}
.page-home-header-main .header-search-cover .product-item{
    height: 60px;
    padding: 5px 10px;
    background: #f7f7f7;
}
.page-home-header-main .header-search-cover .product-item:nth-of-type(odd){
    background: #fff;
}
.page-home-header-main .header-search-cover .product-item:hover{
    cursor: pointer;
}
.page-home-header-main .header-search-cover .product-item p{
    color: #555;
}
.page-home-header-main .header-search-cover .product-item a:hover{
    color: #555;
    text-decoration: none;
}
.page-home-header-main .header-search-cover .product-image-search{
    float: left;
    border: 1px solid #ddd;
    padding: 2px;
    margin-right: 10px;
    border-radius: 3px;
    height: 50px;
    width: 50px;
}
.page-home-header-main .header-search-cover .product-image-search img{
    height: 100%;
    width: 100%;
}
.page-home-header-main .header-search-cover .product-name-search{
    font-family: opensanssemibold;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-bottom: 5px;
}
.page-home-header-main .header-search input{
    width: 100%;
    height: 30px;
    font-size: 13px;
    color: #858585;
    padding-left: 10px;
    padding-right: 35px;
    border: 0px;
}

.page-home-header-main .header-search input:focus{
    outline: 0px;
    border: 0px;
}

.page-home-header-main .header-search .search-icon{
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translate(0%, -50%);
    font-size: 14px;
    padding: 3px 10px;
    border-left: 1px solid #e3e3e3;
    color: #969696;
}

.page-home-header-main .header-right{
    display: inline-block;
    float: right;
}

.page-home-header-main .header-category{
    float: left;
    width: 70px;
    height: 54px;
}

.page-home-header-main .header-category a.link-cover{
        overflow: hidden;
    display: inline-block;
    max-width: 70px;
}

.page-home-header-main .header-category .icon{
    display: inline-block;
    margin: auto;
    width: 100%;
    text-align: center;
    padding-top: 7px;
    transition: transform ease 1s;
}

.page-home-header-main .header-category:hover .icon, .home-category-left-top:hover .icon, .category-container-left-top:hover .icon{
    transform: rotateY(180deg);
    transition: transform ease 1s;
}

.page-home-header-main .header-category .text{
    display: inline-block;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'Roboto Condensed',Arial,sans-serif;
    color: #ffffff;
    padding-top: 1px;
    margin-bottom: 2px;
    white-space: nowrap;
}

.page-home-header-main .header-category .icon-bottom{
    opacity: 0;
    transition: all 0.2s ease;
}

.page-home-header-main .header-category:hover .icon-bottom{
    opacity: 1;
    position: relative;
    z-index: 3;
}

.page-home-header-main .header-category.category-1, .home-category.category-1 .home-category-left-top, .category-main-container.category-1 .category-container-left-top{
    background: var(--color-category-1);
}

.page-home-header-main .header-category.category-1 .icon-bottom circle{
    fill: var(--color-category-1);
}

.home-category.category-1 .home-category-main-left .product-item .name, .header-category.category-1 .category-dropdown .product-item .name{
    color: var(--color-category-1);
}

.home-category.category-1 .home-category-left-bot .option-list .option-item:hover, .header-category.category-1 .category-dropdown .list-button .list-item a:hover, .category-main-container.category-1 .category-container-left-bot .option-list .option-item:hover{
    color: var(--color-category-1);
    border-color: var(--color-category-1);
}

.page-home-header-main .header-category.category-2, .home-category.category-2 .home-category-left-top, .category-main-container.category-2 .category-container-left-top{
    background: var(--color-category-2);
}

.page-home-header-main .header-category.category-2 .icon-bottom circle{
    fill: var(--color-category-2);
}

.home-category.category-2 .home-category-main-left .product-item .name, .header-category.category-2 .category-dropdown .product-item .name{
    color: var(--color-category-2);
}

.home-category.category-2 .home-category-left-bot .option-list .option-item:hover, .header-category.category-2 .category-dropdown .list-button .list-item a:hover, .category-main-container.category-2 .category-container-left-bot .option-list .option-item:hover{
    color: var(--color-category-2);
    border-color: var(--color-category-2);
}

.page-home-header-main .header-category.category-3, .home-category.category-3 .home-category-left-top, .category-main-container.category-3 .category-container-left-top{
    background: var(--color-category-3);
}

.page-home-header-main .header-category.category-3 .icon-bottom circle{
    fill: var(--color-category-3);
}

.home-category.category-3 .home-category-main-left .product-item .name, .header-category.category-3 .category-dropdown .product-item .name{
    color: var(--color-category-3);
}

.home-category.category-3 .home-category-left-bot .option-list .option-item:hover, .header-category.category-3 .category-dropdown .list-button .list-item a:hover, .category-main-container.category-3 .category-container-left-bot .option-list .option-item:hover{
    color: var(--color-category-3);
    border-color: var(--color-category-3);
}

.page-home-header-main .header-category.category-4, .home-category.category-4 .home-category-left-top, .category-main-container.category-4 .category-container-left-top{
    background: var(--color-category-4);
}

.page-home-header-main .header-category.category-4 .icon-bottom circle{
    fill: var(--color-category-4);
}

.home-category.category-4 .home-category-main-left .product-item .name, .header-category.category-4 .category-dropdown .product-item .name{
    color: var(--color-category-4);
}

.home-category.category-4 .home-category-left-bot .option-list .option-item:hover, .header-category.category-4 .category-dropdown .list-button .list-item a:hover, .category-main-container.category-4 .category-container-left-bot .option-list .option-item:hover{
    color: var(--color-category-4);
    border-color: var(--color-category-4);
}

.page-home-header-main .header-category.category-5, .home-category.category-5 .home-category-left-top, .category-main-container.category-5 .category-container-left-top{
    background: var(--color-category-5);
}

.page-home-header-main .header-category.category-5 .icon-bottom circle{
    fill: var(--color-category-5);
}

.home-category.category-5 .home-category-main-left .product-item .name, .header-category.category-5 .category-dropdown .product-item .name{
    color: var(--color-category-5);
}

.home-category.category-5 .home-category-left-bot .option-list .option-item:hover, .header-category.category-5 .category-dropdown .list-button .list-item a:hover, .category-main-container.category-5 .category-container-left-bot .option-list .option-item:hover{
    color: var(--color-category-5);
    border-color: var(--color-category-5);
}

.page-home-header-main .header-category.category-6, .home-category.category-6 .home-category-left-top, .category-main-container.category-6 .category-container-left-top{
    background: var(--color-category-6);
}

.page-home-header-main .header-category.category-6 .icon-bottom circle{
    fill: var(--color-category-6);
}

.home-category.category-6 .home-category-main-left .product-item .name, .header-category.category-6 .category-dropdown .product-item .name{
    color: var(--color-category-6);
}

.home-category.category-6 .home-category-left-bot .option-list .option-item:hover, .header-category.category-6 .category-dropdown .list-button .list-item a:hover, .category-main-container.category-6 .category-container-left-bot .option-list .option-item:hover{
    color: var(--color-category-6);
    border-color: var(--color-category-6);
}

.page-home-header-main .header-category.category-7, .home-category.category-7 .home-category-left-top, .category-main-container.category-7 .category-container-left-top{
    background: var(--color-category-7);
}

.page-home-header-main .header-category.category-7 .icon-bottom circle{
    fill: var(--color-category-7);
}

.home-category.category-7 .home-category-main-left .product-item .name, .header-category.category-7 .category-dropdown .product-item .name{
    color: var(--color-category-7);
}

.home-category.category-7 .home-category-left-bot .option-list .option-item:hover, .header-category.category-7 .category-dropdown .list-button .list-item a:hover, .category-main-container.category-7 .category-container-left-bot .option-list .option-item:hover{
    color: var(--color-category-7);
    border-color: var(--color-category-7);
}

.page-home-header-main .header-category.category-8, .home-category.category-8 .home-category-left-top, .category-main-container.category-8 .category-container-left-top{
    background: var(--color-category-8);
}

.page-home-header-main .header-category.category-8 .icon-bottom circle{
    fill: var(--color-category-8);
}

.home-category.category-8 .home-category-main-left .product-item .name, .header-category.category-8 .category-dropdown .product-item .name{
    color: var(--color-category-8);
}

.home-category.category-8 .home-category-left-bot .option-list .option-item:hover, .header-category.category-8 .category-dropdown .list-button .list-item a:hover, .category-main-container.category-8 .category-container-left-bot .option-list .option-item:hover{
    color: var(--color-category-8);
    border-color: var(--color-category-8);
}

.page-home-header-top .button-login{
    position: relative;
    min-width: 77px;
}

.page-home-header-top .button-login:hover{
    background: #fce2ec;
}

.page-home-header-top .form-login{
    position: absolute;
    right: -3px;
    bottom: 0px;
    transform: translate(0, 100%);
    width: 250px;
    z-index: 12;
    display: none;
    border: 4px solid #fce2ec;
    background: #fff;
    cursor: default;
}

.page-home-header-top .button-login:hover .form-login{
    display: block;
}

.page-home-banner{
    max-width: 1190px;
    padding: 0px 20px;
    margin: auto;
    margin-bottom: 33px;
}

.page-home-header{
    margin-bottom: 33px;
}

.page-home-banner-left{
    float: left;
    width: 100%;
    max-width: 765px;
}

#slider-banner-container{
    position: relative; 
    top: 0px; 
    left: 0px; 
    width: 100%; 
    height: 441px;
}

.slider-banner-container-cover{
    cursor: pointer; 
    position: absolute; 
    overflow: hidden; 
    left: 0px; 
    top: 0px; 
    width: 765px; 
    height: 441px;
}

.home-prev-slide{
    background: url('../img/icon.png') -37px 0px;
    display: inline-block;
    width: 43px;
    height: 59px;
}

.home-next-slide{
    background: url('../img/icon.png') -88px 0px;
    display: inline-block;
    width: 43px;
    height: 59px;
}
.home-prev-slide:hover, .home-next-slide:hover{
    cursor: pointer;
}
.home-prev-slide-cover{
    position: absolute;
    width:43px;
    height:59px;
    top:0px;
    left:0px;
}

.home-next-slide-cover{
    position: absolute;
    width:43px;
    height:59px;
    top:0px;
    right:0px;
}

.home-bullet-navigator-cover{
    position:absolute;
    bottom:5px;
    right:5px;
}

.home-bullet-navigator{
    width:16px;
    height:16px;
}

.home-bullet-navigator{
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 10px;
    background: #fff;
    font-size: 11px;
    text-align: center;
    line-height: 18px;
    color: #4a4a4a;
}
.home-bullet-navigator:hover{
    cursor: pointer;
}
.home-bullet-navigatorav .home-bullet-navigator{
    background: #4e443c;
    color: #fff;
    opacity: 1;
    text-shadow: 0 -1px 0 rgba(0,0,0,.75);
}

.page-home-banner-right{
    float: left;
    display: inline-block;
    width: 100%;
    max-width: 385px;
}

.page-home-banner-right .home-product{
    display: inline-block;
    width: 100%;
    max-width: 192px;
    height: 170px;
    position: relative;
    overflow: hidden;
    border: 1px solid var(--color-border);
    border-left: 0px;
    float: left;
    text-decoration: none!important;
}

.page-home-banner-right .home-product:hover{
    box-shadow: 0 0 5px 0 rgba(0,0,0,.35);
    z-index: 2;
}

.page-home-banner-right .home-product.product-long{
    height: 270px;
    border-bottom: 0px;
}

.page-home-banner-right .home-product img{
    position: absolute;
    bottom: 0px;
    right: 0px;
    max-width: 100%;
    max-height: 100%;
    background: #fff;
}

.page-home-banner-right .name{
    color: #4a4a4a;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    text-align: left;
    padding: 12px;
    position: relative;
    padding-bottom: 0px;
    max-height: 52px;
    overflow: hidden;
}

.page-home-banner-right .price{
    color: #858585;
    font-size: 13px;
    text-decoration: line-through;
    position: relative;
    padding: 0px 12px;
    margin-bottom: 0px;
}

.page-home-banner-right .price-off{
    color: #e32124;
    font-size: 18px;
    line-height: 18px;
    position: relative;
    padding: 0px 12px;
}

.home-promotion{
    width: 100%;
    max-width: 1150px;
    margin: 33px auto;
}

.home-promotion img{
    width: 100%;
}

.home-category{
    width: 100%;
    max-width: 1150px;
    margin: auto;
    margin-bottom: 33px;
    border: 1px solid var(--color-border);
    display: flex;
}

.home-category-left{
    width: 100%;
    max-width: 193px;
    float: left;
}

.home-category-left-bot{
    padding-top: 7px;
}

.home-category-left-top{
    width: 100%;
    height: 55px;
    overflow: hidden;
    text-decoration: none;
    display: inline-block;
}

.home-category-left-top:hover, .home-category-left-top:focus{
    text-decoration: none;
    color: #fff;
}

.home-category-left-top .icon{
    display: inline-block;
    width: 100%;
    height: 40px;
    text-align: center;
    padding: 8px 0px;
    margin-bottom: -4px;
    transition: transform ease 1s;
}

.home-category-left-top .name{
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    margin-bottom: 0px;
}

.home-category-left-bot .title{
    width: 100%;
    text-align: left;
    padding: 0px 15px;
    color: #3b3b3b;
    text-transform: uppercase;
    font-size: 12px;
    font-family: OpenSansBold;
    margin-top: 7px;
    margin-bottom: 7px;
    text-decoration: none!important;
}

.home-category-left-bot .option-title{
    width: 100%;
    text-align: left;
    padding: 0px 15px;
    color: #3b3b3b;
    font-size: 12px;
    font-family: OpenSansBold;
    margin-top: 7px;
    margin-bottom: 5px;
}

.home-category-left-bot .option-list{
    display: inline-block;
    width: 100%;
    padding: 0px 10px 0px 5px;
}

.home-category-left-bot .option-list .option-item{
    float: left;
    padding: 2px 6px;
    border: 1px solid #ddd;
    margin-right: 5px;
    margin-left: 5px;
    font-size: 12px;
    margin-bottom: 5px;
    border-radius: 3px;
    color: #4a4a4a;
}

.home-category-left-bot .option-list .option-item:hover, .home-category-left-bot .option-list .option-item:focus{
    text-decoration: none;
    transition: all 0.2s ease;
}

.home-category-left-bot .item{
    display: inline-block;
    width: 100%;
    text-align: left;
    padding: 0px 15px;
    color: #4a4a4a;
    font-size: 12px;
    text-decoration: none;
    margin-bottom: 7px;
}

.home-category-left-bot .item:hover, .home-category-left-bot .item:focus{
    text-decoration: none;
    color: #ea377c;
}

.home-category-right{
    float: left;
    width: calc(100% - 193px);
    border-left: 1px solid var(--color-border);
}

.home-category-right-logo{
    width: 100%;
    height: 55px;
    border-bottom: 1px solid var(--color-border);
    overflow: hidden;
}

.home-category-right-logo img{
    height: 55px;
    float: left;
}

.home-category-right-logo .logo-line{
    display: inline-block;
    width: 13px;
    height: 100%;
    background: linear-gradient(#e7e7e7 100%, transparent 0%);
    background-size: 1px 20px;
    background-position: center center;
    background-repeat: no-repeat;
    float: left;
}

.home-category-right-logo .logo-line:last-child{
    display: none;
}

.home-category-main-left{
    float: left;
    width: 100%;
    max-width: 570px;
    display: inline-block;
}

.home-category-main-left .main-banner{
    width: 100%;
}

.home-category-main-left .main-product{
    width: 100%;
    display: inline-block;
    float: left;
}

.home-category-main-left .main-banner:hover{
    box-shadow: 0 0 5px 0 rgba(0,0,0,.35);
    z-index: 2;
}

.home-category-main-left .main-banner img{
    width: 100%;
    max-height: 340px;
}

.home-category-main-left .product-item{
    display: inline-block;
    width: 100%;
    max-width: 285px;
    float: left;
    height: 170px;
    position: relative;
    overflow: hidden;
    text-decoration: none!important;
    border: 1px solid var(--color-border);
}

.home-category-main-left .product-item:hover{
    box-shadow: 0 0 5px 0 rgba(0,0,0,.35);
    z-index: 2;
}

.home-category-main-left .product-item img{
    max-height: 170px;
    position: absolute;
    top: 0px;
    right: 0px;
}

.home-category-main-left .product-item .name{
    width: 100%;
    max-width: 170px;
    margin-top: 20px;
    margin-left: 13px;
    font-size: 12px;
    position: relative;
    text-transform: uppercase;
}

.home-category-main-left .product-item .price{
    position: absolute;
    top: 93px;
    left: 0px;
    padding-left: 13px;
}

.home-category-main-left .product-item .price .title{
    margin-bottom: 0px;
    font-size: 13px;
    color: #858585;
}

.home-category-main-left .product-item .price .value{
    margin-bottom: 0px;
    font-size: 18px;
    color: #e32124;
}

.home-category-main-right{
    width: 100%;
    max-width: 384px;
    float: left;
}

.home-category-main-right .product-item{
    display: inline-block;
    width: 100%;
    max-width: 192px;
    height: 170px;
    float: left;
    position: relative;
    overflow: hidden;
    border: 1px solid var(--color-border);
}

.home-category-main-right .product-item:hover{
    box-shadow: 0 0 5px 0 rgba(0,0,0,.35);
    z-index: 2;
}

.home-category-main-right .product-item:hover, .home-category-main-right .product-item:focus{
    text-decoration: none;
}

.home-category-main-right .product-item img{
    max-width: 129px;
    position: absolute;
    top: 0px;
    right: 0px;
}

.home-category-main-right .product-item .icon-promotion{
    display: inline-block;
    width: 45px;
    height: 45px;
    background: url('../img/icon.png') -139px -0px;
    margin-top: 4px;
    margin-left: 6px;
    position: absolute;
}

.home-category-main-right .product-item .sale-off{
    color: #fff;
    font-size: 13px;
    height: 21px;
    line-height: 21px;
    background: #c63829;
    border-radius: 4px;
    padding: 0px 5px;
    position: absolute;
    margin-top: 4px;
    margin-left: 4px;
}

.home-category-main-right .product-item .sale-off ~ .icon-promotion{
    margin-top: 30px;
}

.home-category-main-right .product-item .old-price{
    width: 100%;
    padding: 0px 7px;
    color: #858585;
    font-size: 13px;
    position: absolute;
    left: 0px;
    bottom: 63px;
    margin-bottom: 0px;
    text-decoration: line-through;
}

.home-category-main-right .product-item .price{
    width: 100%;
    padding: 0px 7px;
    color: #e32124;
    font-size: 13px;
    position: absolute;
    left: 0px;
    bottom: 43px;
    font-family: OpenSansSemibold;
    margin-bottom: 0px;
}

.home-category-main-right .product-item .name{
    font-size: 13px;
    color: #858585;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 0px 7px;
    margin-bottom: 4px;
    height: 36px;
}

.home-category-main-right .product-item .name:hover{
    color: #ea377c;
}

.page-home-header-top .form-login input{
    margin: 10px auto 5px;
    width: calc(100% - 20px);
    border: 1px solid #fce2ec;
    padding: 5px;
    height: 26px;
    color: #858585;
    outline: 0!important;
}


.page-home-header-top .form-login .button-login{
    display: inline-block;
    width: 120px;
    height: 30px;
    font-size: 15px;
    background: #ea377c;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    line-height: normal;
    padding-left: 5px;
    position: relative;
    border: 0px;
    float: right;
    margin: 15px 10px 10px 0px;
    outline: 0;
}

.page-home-header-top .form-login .button-login .icon-login{
    display: inline-block;
    width: 12px;
    height: 12px;
    background: transparent;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    right: 7px;
    top: 9px;
}

.page-home-header-top .form-login .option{
    margin: 15px 0px 15px 10px;
    display: inline-block;
    float: left;
}

.page-home-header-top .form-login .option a{
    display: block;
    font-size: 12px;
    color: #ea377c;
    line-height: normal;
    text-align: left;
}

.page-home-header-top .form-login .login-google{
    display: block;
    width: 118px;
    height: 25px;
    background: url('../img/icon.png') 0px -67px;
    float: right;
    margin: 10px;
}

.page-home-header-top .form-login .login-facebook{
    display: block;
    width: 132px;
    height: 24px;
    background: url('../img/icon.png') 0px -95px;
    float: right;
    margin: 0px 10px 20px;
}

.page-home-header-main .header-category .category-dropdown{
    position: absolute;
    left: 0px;
    width: 100%;
    min-height: 360px;
    display: none;
    background: #fff;
    top: 54px;
    z-index: 2;
}

.page-home-header-main .header-category:hover .category-dropdown{
    display: block;
}

.page-home-header-main .category-dropdown .product{
    width: 100%;
    height: 100%;
    max-width: 285px;
    float: left;
    border-right: 1px solid var(--color-border);
}

.page-home-header-main .category-dropdown .list-button{
    width: 100%;
    height: 100%;
    max-width: 153px;
    float: left;
}

.page-home-header-main .category-dropdown .list-scroll{
    width: 100%;
    height: 100%;
    max-width: 152px;
    float: left;
}

.page-home-header-main .category-dropdown .list-category{
    width: 100%;
    height: 100%;
    max-width: 552px;
    float: left;
    display: flex;
    padding-bottom: 20px;
}


.page-home-header-main .category-dropdown .product-item{
    position: relative;
    display: inline-block;
    width: 284px;
    height: 170px;
    text-decoration: none!important;
    overflow: hidden; 
    float: left;
    margin: 3px 0px;
}

.page-home-header-main .category-dropdown .product-item img{
    max-height: 170px;
    position: absolute;
    top: 0px;
    right: 0px;
}

.page-home-header-main .category-dropdown .product-item .name{
    width: 100%;
    max-width: 170px;
    margin-top: 20px;
    margin-left: 13px;
    font-size: 12px;
    position: relative;
    text-transform: uppercase;
    text-align: left;
}

.page-home-header-main .category-dropdown .product-item .price {
    position: absolute;
    top: 93px;
    left: 0px;
    padding-left: 13px;
}

.page-home-header-main .category-dropdown .product-item .price .title {
    margin-bottom: 0px;
    font-size: 13px;
    color: #858585;
}

.page-home-header-main .category-dropdown .product-item .price .value {
    margin-bottom: 0px;
    font-size: 18px;
    color: #e32124;
}

.page-home-header-main .category-dropdown .line-product{
    display: inline-block;
    width: 100%;
    height: 8px;
    background: #f3f3f3;
    float: left;
}

.page-home-header-main .category-dropdown .line-product:last-child{
    display: none;
}

.page-home-header-main .category-dropdown .list-button .title {
    width: 100%;
    text-align: left;
    padding: 0px;
    padding-left: 25px;
    color: #3b3b3b;
    font-size: 12px;
    font-family: OpenSansBold;
    margin-top: 15px;
    margin-bottom: 10px;
}

.page-home-header-main .category-dropdown .list-button .list-item {
    display: inline-block;
    width: 100%;
    padding: 0px;
    padding-left: 20px;
}

.page-home-header-main .category-dropdown .list-button .list-item a {
    float: left;
    padding: 2px 6px;
    border: 1px solid #ddd;
    margin-right: 5px;
    margin-left: 5px;
    font-size: 12px;
    margin-bottom: 5px;
    border-radius: 3px;
    color: #4a4a4a;
    text-decoration: none!important;
}

.page-home-header-main .category-dropdown .list-scroll .title {
    width: 100%;
    text-align: left;
    padding: 0px;
    padding-left: 15px;
    color: #3b3b3b;
    font-size: 12px;
    font-family: OpenSansBold;
    margin-top: 15px;
    margin-bottom: 10px;
}

.page-home-header-main .category-dropdown .list-scroll .list-item{
    list-style-type: none;
    display: inline-block;
    padding-left: 15px;
    width: 100%;
    overflow: auto;
    max-height: 288px;
}

.page-home-header-main .category-dropdown .list-scroll .list-item a{
    color: #575757;
    font-size: 12px;
    line-height: 24px;
    width: 100%;
    text-decoration: none!important;
    text-align: left;
    display: inline-block;
}

.page-home-header-main .category-dropdown .list-scroll .list-item a:hover, .page-home-header-main .category-dropdown .list-scroll .list-item a:focus{
    color: #ea377c;
}

.fix-scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #F5F5F5
}
.fix-scroll::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5
}
.fix-scroll::-webkit-scrollbar-thumb {
    background-color: #aaa;
    border-radius: 3px
}


.page-home-header-main .category-dropdown .list-category .category-column{
    width: 100%;
    height: 100%;
    padding-left: 15px;
}

.page-home-header-main .category-dropdown .list-category .category-column .title{
    width: 100%;
    text-align: left;
    padding: 0px;
    padding-left: 15px;
    color: #3b3b3b;
    font-size: 12px;
    font-family: OpenSansBold;
    margin-top: 15px;
    margin-bottom: 10px;
}

.page-home-header-main .category-dropdown .list-category .category-column .item{
    padding-left: 15px;
    font-size: 13px;
    line-height: 24px;
    text-decoration: none!important;
    color: #4a4a4a;
    display: inline-block;
    width: 100%;
    text-align: left;
}

.page-home-header-main .category-dropdown .list-category .category-column .item:hover, .page-home-header-main .category-dropdown .list-category .category-column .item:focus{
    color: #fff;
    background: #ea377c;
    cursor: pointer;
}

#page-home-shadow{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 10;
    left: 0px;
    top: 0px;
    background: #000;
    opacity: 0.4;
    display: none;
}

.no-product{
    font-style: italic;
    padding: 10px;
    border-bottom: 1px solid var(--color-border);
    border-right: 1px solid var(--color-border);
    margin: 0px;
}

.header-right .personal-info{
    font-size: 13px;
    color: #4a4a4a;
    text-decoration: none;
    text-align: left;
    display: block;
    padding-left: 20px;
    padding-bottom: 10px;
    position: relative;
}

.header-right .personal-info span{
    font-family: OpenSansSemibold;
    color: #ea377c;
    display: inline-block;
    position: relative;
    line-height: 18px;
    top: 0px;
    left: 6px;
    max-width: 160px;
    vertical-align: text-top;
}

.header-right .personal-point{
    font-size: 14px;
    margin-left: 18px;
    display: block;
    text-align: left;
    margin-bottom: 0px;
    line-height: 22px;
}

.header-right .personal-link{
    font-size: 13px;
    color: #4a4a4a;
    text-decoration: none;
    text-align: left;
    display: block;
    margin-left: 18px;
    line-height: 20px;
}

.header-right .personal-link:hover{
    color: #ea377c;
}

.header-right .personal-logout{
    display: inline-block;
    color: #fff;
    background: #e8397c;
    text-transform: uppercase;
    height: 30px;
    line-height: 30px;
    padding: 0px 10px;
    text-align: right;
    text-decoration: none;
    float: right;
    margin: 30px 10px 10px 10px;
}

.header-right .icon-user{
    font-size: 18px;
    position: relative;
    top: 3px;
}

.header-right .icon-user-arrow{
    position: relative;
    top: 12px;
    left: 4px;
    margin-top: 20px;
    border-top: 4px solid #ea377c!important;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    margin-right: 3px;
}

.page-home-header-main .header-search-cover button[type='submit']{
    display: inline-block;
    background: transparent;
    outline: 0;
    border: 0;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translate(0, -50%);
}

@media (max-width: 1150px){
    .page-home-header-main .category-dropdown .list-category{
        max-width: unset;
    }
}


@media (max-width: 900px){
    .page-home-header-main .header-category .category-dropdown{
        top: 108px;
    }

    .page-home-header-main .header-search{
        width: calc(100% - 210px);
    }

    .page-home-header-main .header-main-cover{
        text-align: center;
    }

    .page-home-header-main .header-right{
        float: none;
    }

    .page-home-header-main{
        height: 108px;
    }


}

@media (max-width: 580px){
    .page-home-header-main{
        height: 162px;
    }

    .page-home-header-main .header-right{
        max-width: 280px;
    }

    .page-home-header-main .header-category .category-dropdown{
        top: 162px;
    }

    .page-home-header-top .header-right .header-link.button-login ~ .header-link{
        display: none;
    }

    .page-home-header-top .header-right .header-link.button-login ~ .header-link.icon-cart{
        display: inline-block;
    }
}

@media (max-width: 450px){
    .home-category-left{
        display: none;
    }

    .home-category-right{
        width: 100%;
    }
}

@media (max-width: 340px){
    .page-home-header-top .header-left{
        display: none;
    }
}

/**begin footer*/
#footer .footer-wrapper{
    width: 100%;
    background: url(../img/footer-bg.png);
    margin-bottom: 0px;
    margin-top: 0px;
    text-align: center;
    height: 57px;
}
.footer-wrapper-sp{
    min-height:37px;
    margin-top: 10px;
    height: 37px;
    display: inline-table;
    width:1px;
    min-width:1px;
    background:#e7e7e7;
}
.footer-content{
    max-width: 1150px;
    margin: auto;
}
.footer-content-item{
    float: left;
    margin-right: 20px;
    width: calc(25% - 15px);
}

.footer-content-item h2{
    font-size: 12px;
    font-family: opensansbold;
}
.footer-content-item-last{
    float: left;
    width: calc(25% - 15px);
}
.footer-content-item-last h2{
    font-size: 12px;
    font-family: opensansbold;
}
@media (max-width: 768px){
    
    .footer-content-item{
        float: none;
        width: 100%;
        text-align: center;
    }
    .footer-content-item-last{
        float: none;
        width: 100%;
        text-align: center;
    }

}
/**end footer*/

/* Update 1 */
.home-category-main-right.update-1{
    max-width: 100%;
}

.home-category-main-right.update-1 .product-item{
    max-width: 238.5px;
    height: unset;
}

.home-category-main-right.update-1 .product-item .img-cover{
    width: 100%;
    text-align: center;
    height: 180px;
    padding: 5px;
    display: flex;
}

.home-category-main-right.update-1 .product-item .img-cover img{
    max-width: 100%;
    max-height: 100%;
    position: relative;
    margin: auto;
}

.home-category-main-right.update-1 .product-item .name{
    color: #333;
    font-size: 14px;
    line-height: 18px;
    height: 18px;
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: left;
    position: relative;
}

.home-category-main-right.update-1 .product-item .price{
    font-family: opensansregular;
    font-size: 13px;
    position: relative;
    margin: 0px;
    color: #222;
    display: inline-block;
    top: unset;
    bottom: unset;
    width: unset;
    vertical-align: middle;
}

.home-category-main-right.update-1 .product-item .price span{
    font-family: opensansbold;
    font-size: 15px;
    color: #ff3893;
    
}

.home-category-main-right.update-1 .product-item .old-price{
    display: inline-block;
    font-size: 14px;
    text-decoration: line-through;
    position: relative;
    bottom: unset;
    left: unset;
    width: unset;
    padding: 0px;
    vertical-align: middle;
}

.home-category-main-right.update-1 .product-item .sale-off{
    top: 16px;
    right: 16px;
    left: auto;
    bottom: auto;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #ff3893;
    text-align: center;
    line-height: 42px;
    font-size: 14px;
    font-family: opensanssemibold;
}

.home-category-main-right.update-1 .product-item .button-buy{
    display: block;
    width: 170px;
    height: 35px;
    border-radius: 30px;
    background: #ff3893;
    color: #fff;
    font-family: opensansregular;
    font-size: 15px;
    text-align: center;
    line-height: 35px;
    text-transform: uppercase;
    margin: 15px auto;
    text-decoration: none;
}