﻿@media(min-width: 768px) {
    .container {
        width:750px
    }
}

@media(min-width: 992px) {
    .container {
        width:997px
    }
}

@media(min-width: 1200px) {
    .container {
        width:99%;
        max-width: 1440px
    }
}
    body{font-size:15px;background:#fff;}
    .header-top{background:#333;height:40px;float:left;width:100%;}
    .header-content{background:#f2f2f2;float:left;width:100%;border-bottom:1px solid #333;}
    
    .header-top ul{margin:0px;padding:0px;float:right;}
    .header-top ul li{margin:0px;padding:5px;float:left;}
    .header-top ul li a{margin:0px;padding:5px 10px;float:left;color:#fff;font-weight:bold;transition: .2s;}
    .header-top ul li a:hover{color:#333;}
    .text-style{color:#333;}
    .text-style2{color:#E07F00;}
    .bg-style{background:#333;color:#333;}
    .header-content-area{float:left;width:100%;padding:15px 0px 5px;}
    .header-content-area-right{float:right;width:calc(100% - 210px);}
    .header-content-area-left{float:left;width:210px}
    .header-content-area-left img{
        max-height:48px;max-width:100%;object-fit: cover;
    }
    .slogan{
        padding:0px 10px;font-weight:bold;font-size:32px;color:#E07F00;
        float:left;
    }
    .header-content-area-cart{
        float:left;
    }
    .header-content-area-search{
        float:left;
        width:100%;
        min-width:240px;
        position:relative;
    }
    .header-content-area-search input{
        height:44px;background:#fff;padding-left:10px;
        border:1px solid #777;
    }
    .btn-abs{
        position:absolute;
        right:0;
        top:0;height:44px;background:#222;color:#fff;
        border-radius:0px;
    }
    .header-content-area-cart .cart-left{
        width:40px;height:40px;
        float:left;text-align: center;
        border:1px solid #222;
        background:#222;
        border-radius:100%;
    }
    .header-content-area-cart .cart-left span{font-size:20px;color:#fff;padding-top:10px;}
    .header-content-area-cart .cart-right{
        width:calc(100% - 40px);
        padding-left:10px;
        float:left;
    }
    .cart-items{
        display: block;color:#333;
        font-size:14px;
        line-height:18px;
    }
    .cart-items strong{font-size:18px;color:#27422b;}
    .cart-checkout{
        display: block;
        color:#333;
        font-weight:bold;
    }
    .header-nav{float:left;width:100%;}
    .header-nav ul{float:left;width:100%;margin:0px;padding:0px;display:flex;}
    .header-nav ul li{float:left;padding:0px;list-style:none;flex: none;}
    .header-nav ul li a{float:left;padding:8px 10px;font-weight:500;font-size:16px;color:#777;}
    .header-nav ul li a:hover{color:#222;}
    .header-nav ul li.active a{color:#222;}

    .header-nav ul {
        -ms-overflow-style: none;  /* IE and Edge */
        scrollbar-width: none;  /* Firefox */
    }
    
/*index banner*/
.carousel-inner > .item {
    transition-property: opacity;
    -webkit-transition-property: opacity;
}

#home-banner {
    text-align: center;
}

#home-banner a {
    text-decoration: none;
}

#home-banner .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: inline-block;
}

#home-banner .carousel-control {
    background: none;
    width: 42px;
    background:rgba(0,0,0,.8) !important;
    text-align: center;
}

#home-banner .carousel-control .icon {
    top: 50%;
    margin-top: -30px;
    z-index: 5;
    position: absolute;
    font-size: 55px;
    left: 15%;
    display: none;
}

#home-banner:hover .carousel-control .icon {
    display: inline-block;
}

#home-banner .carousel-indicators li {
    border: 2px solid #222;
    width: 16px;
    height: 16px;
    box-shadow: none;
}

#home-banner .carousel-indicators li:hover,#home-banner .carousel-indicators .active {
    background-color: #222;
    margin: 1px;
}

#home-banner .carousel-indicators {
    bottom: 0px;
    margin-bottom: 0px;
    bottom: -32px;
}

#home-banner .carousel-caption {
    left: 30%;
    right: 30%;
    bottom: inherit;
    top: 4.4%;
}

#home-banner .container {
    position: relative;
}

#home-banner .banner-box {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    padding: 0 15px;
    width: 100%;
}

#home-banner .banner-box * {
    transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
}

@keyframes item1_left_title {
    0% {
        margin-left: 0;
        opacity: 0;
    }

    20% {
        margin-left: 20%;
        opacity: 1;
    }

    20% {
        margin-left: -100%;
        opacity: 0;
    }

    100% {
        margin-left: 0;
        opacity: 1
    }
}

@-webkit-keyframes item1_left_title {
    0% {
        margin-left: 0;
        opacity: 0
    }

    20% {
        margin-left: 20%;
        opacity: 1;
    }

    20% {
        margin-left: -100%;
        opacity: 0;
    }

    100% {
        margin-left: 0;
        opacity: 1
    }
}

@keyframes item1_img {
    0% {
        margin-left: 100%;
        opacity: 0;
    }

    100% {
        margin-left: 0px;
        opacity: 1;
    }
}

@-webkit-keyframes item1_img {
    0% {
        margin-left: 100%;
        opacity: 0;
    }

    100% {
        margin-left: 0px;
        opacity: 1;
    }
}

@keyframes item3_img {
    0% {
        transform: scale(1.5);
        -webkit-transform: scale(1.5);
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

@-webkit-keyframes item3_img {
    0% {
        transform: scale(1.5);
        -webkit-transform: scale(1.5);
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

.item1.item-animation .title {
    animation: item1_left_title 1s;
    -webkit-animation: item1_left_title 1s;
}

.item1.item-animation .desc {
    animation: item1_left_title 2s;
    -webkit-animation: item1_left_title 2s;
}

.item1.item-animation .shop {
    animation: item1_left_title 1.5s;
    -webkit-animation: item1_left_title 1.5s;
}

.item1.item-animation .pull-right li {
    animation: item1_img 1.2s;
    -webkit-animation: item1_img 1.2s;
}

.item2.item-animation .content ul li a {
    animation: item2_ani 0.5s;
    -webkit-animation: item2_ani 0.5s;
}

.item3.item-animation a img {
    animation: item3_img 1s;
    -webkit-animation: item3_img 1s;
}

.item4.item-animation ul li {
    width: 100%;
    height: 33.33333333333%;
    margin-bottom: 3px;
    animation: item4_li 1s;
    -webkit-animation: item4_li 1s;
}

.item4.item-animation ul li:first-child {
    animation: item4_li 1.5s;
    -webkit-animation: item4_li 1.5s;
}

.item4.item-animation ul li:last-child {
    animation: item4_li 0.5s;
    -webkit-animation: item4_li 0.5s;
}

.item4.item-animation .img img {
    animation: fadein 1s;
    -webkit-animation: fadein 1s;
}

#home-banner .item1 {
    background: url(http://wigswave.com/static/home/images/1-bg.jpg) repeat-x;
    background-size: auto 100%;
}

#home-banner .item1:after {
    display: block;
    width: 100%;
    height: 40px;
    background: url(http://wigswave.com/static/home/images/1-b.jpg) repeat-x;
    background-size: auto 100%;
    position: relative;
    content: '';
    z-index: 3;
    margin-top: -40px;
}

#home-banner .item1:before {
    display: block;
    width: 100%;
    height: 50px;
    background-color: #64CCCA;
    position: relative;
    content: '';
    z-index: 3;
    position: absolute;
    bottom: 40px;
    left: 0px;
    z-index: 1;
}

#home-banner .item1 .pull-left,#home-banner .item1 .pull-right {
    position: absolute;
}

#home-banner .item1 .pull-left {
    left: 0px;
    width: 30%;
    text-align: center;
    bottom: 0px;
    height: 90%;
    padding-top: 16%;
    color: #FFF;
    z-index: 1;
    bottom: 40px;
    display: block;
    text-decoration: none;
}

#home-banner .item1 .title,#home-banner .item1 .desc {
    display: block;
    text-transform: uppercase;
    color: #555;
}

#home-banner .item1 .title {
    font-size: 31px;
}

#home-banner .item1 .desc {
    font-size: 18px;
}

#home-banner .item1 .pull-right {
    height: 100%;
    right: 0px;
    width: 70%;
    z-index: 1;
    top: 0px;
    padding-bottom: 40px;
    padding-right: 7%;
}

#home-banner .item1 .pull-left .shop {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
}

#home-banner .item1 .pull-left .shop em {
    color: #FFF;
    text-decoration: none;
    display: inline-block;
    font-style: normal;
}

#home-banner .item1 .pull-left .shop em:after {
    display: inline-block;
    content: "\f101";
    margin-left: 5px;
}

#home-banner .item1 a.pull-left:hover * {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

#home-banner .item1 .pull-right ul {
    float: right;
    width: 100%;
    height: 100%;
    margin: 0px;
    list-style: none;
    padding: 0px;
}

#home-banner .item1 .pull-right li {
    float: left;
    width: 20%;
    height: 100%;
    padding-left: 10px;
}

#home-banner .item1 .pull-right a,#home-banner .item1 .pull-right a span {
    display: block;
    height: 100%;
    width: 100%;
}

#home-banner .item1 .pull-right a {
    overflow: hidden;
}

#home-banner .item1 .pull-right a span {
    position: relative;
}

#home-banner .item1 .pull-right a img {
    width: 100%;
}

#home-banner .item1 .pull-right a em {
    display: block;
    font-style: normal;
    position: absolute;
    width: 100%;
    height: 50px;
    bottom: 0px;
    left: 0px;
    color: #FFF;
    background-color: rgba(100,204,202,0.8);
    line-height: 50px;
    font-size: 17px;
}

#home-banner .item1 .pull-right a:hover {
    opacity: 0.8;
    transform: translate(5px,0);
    -webkit-transform: translate(5px,0);
}

#home-banner .item1 .pull-right a:hover em {
    background-color: #EFF9FA;
    color: #222;
}

@keyframes item2_ani {
    0% {
        transform: scale(0.6);
    }

    100% {
        transform: scale(1);
    }
}

@-webkit-keyframes item2_ani {
    0% {
        transform: scale(0.6);
        -webkit-transform: scale(0.6);
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

#home-banner .item2 {
    background: #222;
}

#home-banner .item2 img {
    width: 100%;
}

#home-banner .item2 .title {
    width: 95%;
    margin: 3.5% auto 2%;
}

#home-banner .item2 .content {
    text-align: center;
    margin: 0 auto;
    width: 70%;
    height: 100%;
}

#home-banner .item2 .content ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    width: 100%;
}

#home-banner .item2 .r {
    border-right: 1px solid #FFF;
}

#home-banner .item2 .b {
    border-bottom: 1px solid #FFF;
}

#home-banner .item2 .content ul {
    float: left;
    width: 100%;
}

#home-banner .item2 .content ul li {
    float: left;
    width: 33.333333%;
    text-align: center;
    overflow: hidden;
}

#home-banner .item2 .content ul li a {
    display: block;
    width: 100%;
    height: 100%;
    background: #222;
}

#home-banner .item2 .content ul li a:hover {
    opacity: 0.8;
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
}

#home-banner .item3 a {
    display: block;
    position: relative;
    overflow: hidden;
}

#home-banner .item3 a:hover {
    opacity: 0.8;
    -webkit-opacity: 0.8;
    filter: hue-rotate(-8deg);
}

@keyframes item4_li {
    0% {
        margin-left: 100%;
        opacity: 0;
    }

    100% {
        margin-left: 0px;
        opacity: 1;
    }
}

@-webkit-keyframes item4_li {
    0% {
        margin-left: 100%;
        opacity: 0;
    }

    100% {
        margin-left: 0px;
        opacity: 1;
    }
}

#home-banner .item4 .img {
    display: inline-block;
    height: 100%;
    float: left;
    width: 60%;
}

#home-banner .item4 .img img {
    max-height: 100%;
    float: left;
}

#home-banner .item4 .img:hover img {
    opacity: 0.8;
}

#home-banner .item4 ul {
    float: right;
    margin: 0px;
    padding: 0px;
    list-style: none;
    width: 32%;
    height: 100%;
    text-align: center;
}

#home-banner .item4 ul li {
    width: 100%;
    height: 33.33333333333%;
    margin-bottom: 3px;
}

#home-banner .item4 ul li a {
    display: block;
    background: #222;
    width: 100%;
    height: 100%;
    color: #FFF;
    position: relative;
    font-size: 29px;
}

#home-banner .item4 ul li a span {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -20px;
    text-transform: uppercase;
}

#home-banner .item4 ul li a:hover {
    opacity: 0.7;
}

#home-banner .item4 ul li a:hover span {
    left: 15px;
}

@keyframes fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@media (max-width: 767px) {
    body .center-free-shipping {
        padding-top:0px;
    }

    #home-banner .item4 ul {
        width: 46%;
    }

    #home-banner .item4 ul li {
        margin-bottom: 1px;
    }

    body #home-banner .item4 ul li a span {
        font-size: 12px;
    }

    body #home-banner .item1 .title {
        font-size: 18px;
        line-height: 20px;
    }

    body #home-banner .item1 .desc {
        font-size: 12px;
    }

    body #home-banner .item1:after {
        height: 0px;
        margin-top: 0px;
        content: '';
        display: none;
    }

    body #home-banner .item1:before {
        height: 30px;
        bottom: 0px;
    }

    body #home-banner .item1 .pull-left .shop {
        line-height: 30px;
        font-size: 12px;
    }

    body #home-banner .item1 .pull-left {
        bottom: 0px;
        padding-top: 8%;
        padding-left: 15px;
    }

    body #home-banner .item1 .pull-right {
        padding-bottom: 0px;
        padding-right: 15px;
    }

    body #home-banner .item1 .pull-right a em {
        height: 30px;
        line-height: 30px;
        font-size: 12px;
    }

    body #home-banner .item1 .pull-right li {
        padding-left: 5px;
    }

    body #home-banner .item2 .content {
        width: 100%;
        padding: 15px 0;
    }

    body #home-banner .item2 .content ul {
        height: 100%;
    }

    body #home-banner .item2 .content ul li {
        height: 50%;
    }

    body #home-banner .item2 .content ul li img {
        width: auto;
        height: 100%;
    }
}

@media (max-width: 500px) {
    body #home-banner .item1 .title {
        font-size:14px;
    }

    body #home-banner .item1 .desc {
        display: none;
    }

    body #home-banner .item1 .pull-left {
        height: 90%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    body #home-banner .item4 ul {
        width:36%;
    }

    body #home-banner .item4 ul li a span {
        font-size: 19px;
    }

    body #home-banner .item1 .pull-right a em {
        font-size: 15px;
    }

    body #home-banner .item1 .title {
        font-size: 20px;
    }

    body #home-banner .item1 .desc {
        font-size: 14px;
    }

    body #home-banner .item1:after {
        height: 30px;
        margin-top: -30px;
    }

    body #home-banner .item1:before {
        height: 40px;
        bottom: 30px;
    }

    body #home-banner .item1 .pull-left .shop {
        line-height: 40px;
    }

    body #home-banner .item1 .pull-left {
        bottom: 30px;
        padding-top: 13%;
    }

    body #home-banner .item1 .pull-right {
        padding-bottom: 30px;
    }

    body #home-banner .item1 .pull-right a em {
        height: 40px;
        line-height: 40px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #home-banner .item4 ul li a span {
        font-size:25px;
    }

    body #home-banner .item1 .title {
        font-size: 27px;
    }
}


    .home-categories {
        margin-top: 15px;
    }

    .home-categories .section-title {
        font-size: 35px;
        color: #222;
        font-weight: 400;
    }

    .home-categories .row {
        margin: 0 -8px;
    }

    .home-categories .col-sm-4 {
        margin: 8px 0;
        padding: 0 8px;
    }

    .home-categories .wrapper {
        position: relative;
        transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        overflow: hidden;
    }

    .home-categories .wrapper:before {
        background: rgba(0, 0, 0, 0) -moz-linear-gradient(left center , rgba(255, 255, 255, 0) 0px, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%) repeat scroll 0 0;
        background: -webkit-linear-gradient(left,rgba(255,255,255,0)0,rgba(255,255,255,.2)50%,rgba(255,255,255,0)100%);
        content: "";
        height: 100%;
        left: -50%;
        overflow: hidden;
        position: absolute;
        top: 0;
        transform: skewX(-25deg);
        -webkit-transform: skewX(-25deg);
        width: 80px;
        z-index: 1;
    }

    .home-categories .wrapper:hover {
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
        transform: translate3d(0,-2px,0);
        -webkit-transform: translate3d(0,-2px,0);
    }

    .home-categories .wrapper:hover:before {
        left: 100%;
        transition: all 1s ease 0s;
        -webkit-transition: all 1s ease 0s;
    }

    .home-categories .text .wrapper:hover {
        box-shadow: none;
        -webkit-box-shadow: none;
        top: 0px;
    }

    .home-categories a {
        display: block;
        position: relative;
        overflow: hidden;
        text-decoration: none;
    }

    .home-categories img {
        width: 100%;
        float: left;
    }

    .home-categories .right img {
        float: right;
    }

    .home-categories .text .wrapper {
        border: 7px solid #7DD8CE;
        background: url(http://wigswave.com/static/home/images/text-bg.gif) #FFF;
        transition: none;
        -webkit-transition: none;
        -moz-transition: none;
    }

    .home-categories .text .wrapper:before {
        display: none;
    }

    .home-categories .text .wrapper:hover {
        transform: none;
        -webkit-transform: none;
    }

    .home-categories .text img {
        float: none;
    }

    .home-categories span {
        display: block;
        width: 100%;
        height: 100%;
        background: #222;
        color: #FFF;
        position: absolute;
        top: 0px;
        left: 0px;
        background: none;
        z-index: 2;
    }

    .home-categories strong {
        color: #444;
        font-size: 25px;
        line-height: 29px;
        text-transform: uppercase;
        position: absolute;
        left: 0px;
        padding: 0 15px;
        width: 100%;
        top: 15%;
        font-weight: 400;
    }

    .home-categories small {
        display: block;
        margin-top: 15px;
        font-size: 12px;
        line-height: 14px;
        text-transform: lowercase;
        width: 55%;
    }

    .home-categories .text ul {
        height: 100%;
        width: 100%;
        overflow: hidden;
        position: absolute;
        list-style: none;
        margin: 0px;
        padding: 15px 20px;
        top: 0px;
    }

    .home-categories .text ul li {
        height: 25%;
        display: table;
        width: 100%;
    }

    .home-categories .text ul a {
        vertical-align: middle;
        display: table-cell;
        font-size: 16px;
        text-transform: uppercase;
        color: #555;
        text-decoration: none;
        white-space: nowrap;
    }

    .home-categories .text ul a:before {
        display: block;
        content: "\e8b1";
        float: left;
        font-family: 'icomoon';
        margin-right: 8px;
    }

    .home-categories .text ul a:hover {
        color: #222;
    }

    .home-categories .text span {
        display: inline;
        width: auto;
        height: auto;
        color: inherit;
        position: static;
    }

    @keyframes scrolldown {
        0% {
            top: -100%;
        }

        100% {
            top: 0px;
        }
    }

    .home-categories a:hover strong {
        text-shadow: 1px 0px 0px #ECECEC,-1px 0px 0px #ECECEC, 0px 1px 0px #ECECEC, 0px -1px 0px #ECECEC;
    }

    .home-categories .item1 strong {
        color: #2d587b;
    }

    .home-categories .item2 strong {
        color: #423a37;
    }

    .home-categories .item2 small {
        color: #70635b;
    }

    .home-categories .item3 strong {
        color: #2b1a1b;
    }

    .home-categories .item4 strong {
        color: #5d6265;
    }

    .home-categories .item3 small,.home-categories .item4 small {
        color: #3b3736;
    }

    .home-categories .item5 strong {
        color: #7d4401;
    }

    .home-categories .item5 small {
        color: #784e1d;
    }

    .home-categories .item6 strong {
        color: #d36d66;
    }

    .home-categories .item6 small {
        color: #642e24;
    }

/*home recommend products*/
#home-top-sellers {
margin-top: 30px;
}

#home-top-sellers .nav-tabs {
border: none;
margin-bottom: 10px;
text-align: left;
background-color: #6E6C6D;
}

#home-top-sellers .nav-tabs > li {
margin-bottom: 0px;
}

#home-top-sellers .nav-tabs > li > a {
border: none;
font-size: 16px;
font-weight: 400;
border-radius: 0;
background: none;
color: #FFF;
margin-right: 0px;
padding: 15px 30px;
}

#home-top-sellers .nav-tabs > li > a:hover:after,#home-top-sellers .nav-tabs > li.active a:after {
border-bottom: 6px solid #FFF;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
bottom: 0px;
content: " ";
position: absolute;
left: 46%;
z-index: 11;
}

#home-top-sellers .nav-tabs > li.active a,#home-top-sellers .nav-tabs > li > a:hover {
color: #FFF;
background: #222;
}
.goods-info h4{
font-size: 16px;
line-height: 22px;
margin-top:5px;
display:inline-block;
width:100%;
height:46px;
overflow: hidden;
margin-bottom:0px;
}
.goods-info h4 a{
color:#333;
font-size:18px;font-weight:bold;
}
.price-box .special-price .price-label,
.price-box .old-price{display:none}
.price-box .special-price .price{font-size:20px;color:#222;font-weight:bold;}
.rating-box span{color:#27422b;}
.rating-box span i{margin-right:1px;}
.product-grid .p-img{
position: relative;display: block;
width: 100%;text-align: center;
float: left;clear: both;
overflow: hidden;height: auto;
padding-bottom:130%;
}
.product-grid a.p-img img {
transition: .3s;
height:400px;
object-fit: cover;position:absolute;
left:0;top:0;
width:100%;height:100%;
}
.product-grid a.p-img:hover img {
transform: scale(1.1, 1.1);
-webkit-transform: scale(1.1, 1.1);
}
.product-grid .wrapper {
background: #FFF;
float: left;
width: 100%;
margin-bottom:0px;
box-sizing: border-box;
position: relative;
}
.product-grid .p-img img {
display: block;
width: 100%;
float: left;
height: auto;
transition: all 0.6s ease 0s;
-webkit-transition: all 0.6s ease 0s;
-moz-transition: all 0.6s ease 0s;
}
.btn-wigs{
padding:5px 10px;
font-weight:bold;
background:#333;
color:#fff;
}
.btn-wigs2{
padding:3px 10px;
font-weight:bold;
background:#fff;
color:#333;
border:2px solid #333;
}
.btn-wigs2:hover{
background:#fff;
color:#333;
border:2px solid #333;
}
.btn-wigs:hover{
    background:#333;
    color:#fff;
}
.footer-right-bottom ul li:hover a,.cart-right a.cart-checkout:hover{
    color:#fff;
}
.goods-info{float:left;width:100%;}
.rating-box{float:left;}
.price-box{float:right;}
.special-price{margin-bottom:0px}
.bt-box{float:left;width:100%;padding-top:10px;padding-bottom:10px;}
.bt-box .btn{float:left;width:102px;margin-left:0px;margin-right:0px;}
.bt-box .btn:first-child{margin-left:10px;}
.product-custom-option{padding-left:10px;}

.try-on-box{
    float:left;padding:7px 7px;border:2px solid #222;
    color:#222;font-weight:bold;font-size:16px;margin-right:15px;
    background:#f2f2f2;border-radius:3px;
    padding-bottom:4px;line-height:16px;padding-top:5px;font-size:17px;letter-spacing: 1px;
}
.try-on-box img{
    filter: grayscale(100%);
    opacity: .4;
}
.try-on-box:hover img{
    filter: grayscale(0%);
    opacity: .8;
}
.try-on-box:hover{
    border:2px solid #222;
    color:#fff;
    background:#222;
}
.try-on-box:hover small{
    color:#fff !important;
}
.try-on-box div{
    font-size:12px;font-weight:500;letter-spacing: 0;text-align: center;
}

.page-content{min-height:calc(100vh - 300px);float:left;width:100%;}
.box-item-list .title{color:#E07F00 !important;}

.footer-content{font-size:15px;padding-top:80px;padding-bottom:80px;background:#310c00;min-height:400px;float:left;width:100%;color:#888;}
.footer-left{padding-right:35px;}
.footer-right{float:left;}
.footdv-img{padding-bottom:50px;padding-right:50px;}
.company-shortcontent{padding-right:35px;}
.company-shortcontent p{text-align: justify;}
.title-footer{font-size:20px;color:#fff;margin-top:0px;font-weight:500;margin-bottom:10px;}
.footer-right-top{float:left;width:100%;margin-bottom:15px;}
.newletter-form{position:relative;overflow: hidden;padding-right:100px;}
.newletter-form input{height:44px;background:rgba(0,0,0,.3);border-radius:22px;border:none;font-size:15px;padding-left:15px;color:#fff;}
.newletter-form .btn-abs{height:44px;border-radius:22px;padding-left:20px;padding-right:20px;}
.footer-right-bottom ul{margin:0px;padding:0px;}
.footer-right-bottom ul li{margin:0px;padding:0px;list-style: none;}
.footer-right-bottom ul li a{color:#ccc;font-weight:500;}
.footer-bottom{float:left;width:100%;background:#333;padding:10px 10px 10px;text-align: center;color:#222;}
@media (max-width:768px){
    .header-top,
    .header-content-area-right,
    .header-nav{display:none;}
    .header-content-area-left{width:100%;text-align: center;}
    .box-box-gets{margin-top:15px;}
    .stage-form h1{font-size:32px !important;}
    .title-footer{margin-top:20px;}
    .footer-content{padding-top:40px;padding-bottom:40px;}
}
.header-content-area-left img{
    max-height:120px !important;
}
/* .header-content-area-right{display:none;} */
.header-content-area{padding-top:5px;}
.header-content-area-left{width:150px;}
.header-content-area-right{width:calc(100% - 150px);padding-top:15px;}
.header-nav{padding-top:0px;}
.tryon-group{float:right;margin-right:15px;position:relative;}
.tryon-group .btn-tryon{
    float:right;
    width:44px;height:44px;
    background:#222;color:#fff;
    border-radius:0px;
    text-align: center;padding-left:0px;padding-right:0px;
}
.tryon-group .btn-tryon span{
    font-size:22px;
}
.try-on-box{height:44px;border-top-right-radius:0px;border-bottom-right-radius:0px;margin-right:0px;}
.tryon-group .list-tryon{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    display:none;
    position: absolute;
    right: 0;
    top: 100%;
    min-width: 320px;
    float:left;
    background:#fff;
    padding:3px;
}
.tryon-group.active .list-tryon{
    display:block;
}
.list-tryon ul{
    margin:0px;padding:0px;float:left;width:100%;
}
.list-tryon ul li{
    float:left;
    margin:3px;list-style: none;
    width:calc(calc(100%/2) - 6px);
    position:relative;
}
.list-tryon ul li img{
    float:left;width:150px;height:200px;object-fit: cover;
}
.rmphoto{
    position: absolute;
    right: 5px;
    top: 5px;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background: #fff;
    border: 1px solid #999;
    text-align: center;
}
.rmphoto span{
    color:#27422b;
    font-size:18px;margin-top:5px;
}
#id-tryon-badge{
    position:relative;
}
#id-tryon-badge .to_val,
#id-tryon-badge .to_mval{position:absolute;}
#id-tryon-badge{font-size:28px;padding-top:3px;}
#id-tryon-badge .to_val{left:3px;top:2px;}
#id-tryon-badge .to_mval{right:3px;bottom:0px;}

@media (max-width:1204px){
    .search-menu-area{display:none !important;}
}
@media (max-width:880px){
    .menu-area ul:not(.navigation) li a{
        padding-left:5px !important;padding-right:5px !important;
    }
    .id_category_info_container{display:none !important;}
}