﻿/*--------------header-style1-----------------*/
.header-style1{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: block;
    width: 100%;
    background-color: #FFF;
    border-bottom: 1px solid #eee;
}
.header-top-box{
    width: 100%;
    background-color: #c7161f;
    overflow: hidden;
}
.header-top-all-box{
    width: 1280px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    font-size: 0;
    height: 34px;
}
.header-top-a-box{
    width: 100%;
    display: block;
}

.header-top-email-box,
.header-top-phone-box{
    font-size: 12px;
    color: #fff;
    letter-spacing: 0.06em;
    display: inline-block;
    line-height: 34px;
    transition: all .3s linear;
}
.header-top-email-box{
    margin-right: 30px;
}
.header-top-email-box i,
.header-top-phone-box i{
    margin-right: 5px;
}
.header-style1 .header-box{
    width: 1300px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    font-size: 0;
    box-sizing: border-box;
    padding: 9.5px 0;
}
.header-style1 .header-logo{
    width: 250px;
    max-width: 100%;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    box-sizing: border-box;
    padding-right: 50px;
    padding-left: 10px;
}
.header-style1 .header-menu-box{
    width: calc(100% - 500px);
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    text-align: center;
}
.header-style1 .header-menu> li{
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin: 0 15px;
}
.header-style1 .header-menu> li:after{
    content: '/';
    display: block;
    font-size: 14px;
    position: absolute;
    top: calc(50% - 11px);
    right: -15px;
    font-weight: lighter;
    color: #eeeeee;
}
.header-style1 .header-menu> li:last-child:after{
    display: none;
}
.header-link-box{
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}
.header-login-box{
    width: 250px;
    display: inline-block;
    vertical-align: middle;
    text-align: right;
}
.header-advisory{
    margin-right: 10px;
}
.header-login{
    width: 120px;
    line-height: 40px;
    background-color: #c7161f;
    display: inline-block;
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-weight: lighter;
    transition: all .3s linear;
}
/* -------------------------------------------------------------- */
.header2.header-style2 .rwd-menu{
    background-color: #01344f;
}
.header2.header-style2 .rwd-menu span{
    background-color: #FFF;
}
.header-menu-list-box li{
    margin-bottom: 30px
}

.header-menu-title{
    font-size: 16px;
    position: relative;
    color: #555;
    letter-spacing: 1px;
    transition: all .3s linear;
}


.rwd-menu-list-back{
    display: none;
}
.mask{
    width: 100%;
    height: 100vh;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
}

.mask.active{
    display: block;
}

.rwd-menu{
    width: 30px;
    max-width: 100%;
    position: absolute;
    right: 20px;
    z-index: 99999;
    display: none;
    bottom: calc(50% - 7px);
}
.rwd-menu span{
    width: 100%;
    display: block;
    margin: 0 auto;
    height: 2px;
    background-color: #c7161f;
    position: relative;
}

.header2{
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0 0 10px rgba(0,0,0,0.3)
}


/*漢堡樣式1*/
.rwd-menu-style1> span:nth-child(even){
    margin: 4px auto;
    transition: all .4s linear;
}
.rwd-menu-style1> span:nth-child(1){
    transform: scale(1);
    transform-origin: left;
    transition: all .4s linear;
}
.rwd-menu-style1> span:nth-child(3){
    transform: scale(1);
    transform-origin: right;
    transition: all .4s linear;
}
.rwd-menu-style1> span:nth-child(4){
    top: -19px;
    transform:  scale(0,1) rotate(-45deg);
}
.rwd-menu-style1> span:nth-child(4){
    display: none;
}
.rwd-menu-style1 .rwd-menu-bth-line{
    transform: rotate(-45deg);
}
.rwd-menu-style1 .rwd-menu-bth-line2{
    transform: rotate(45deg);
}
.rwd-menu-style1 .rwd-menu-bth-line,
.rwd-menu-style1 .rwd-menu-bth-line2{
    position: absolute;
    top: 0;
    left:0;
    width: 100%;
}
.rwd-menu-style1 .rwd-menu-bth-line span,
.rwd-menu-style1 .rwd-menu-bth-line2 span{
    transform:  scale(0,1);
    transition: all .5s ease;
    position: relative;
}
.rwd-menu-style1.active .rwd-menu-bth-line span,
.rwd-menu-style1.active .rwd-menu-bth-line2 span{
    transform:  scale(1,1) ;
    transition-delay: .1s;
    background-color: #fff;
}
.rwd-menu-style1.active> span:nth-child(1),
.rwd-menu-style1.active> span:nth-child(2),
.rwd-menu-style1.active> span:nth-child(3){
    transform: scale(0,1);
}
.rwd-menu-style1.active> span:nth-child(odd){
    transform: scale(0);
    transition: all .4s linear;
    transition-delay: 0s;
}

/*漢堡樣式2*/

.rwd-menu-style2> span:nth-child(4){
    display: none;
}
.rwd-menu-style2> span:nth-child(2){
    display: block;
    margin: 4px auto;
}
.rwd-menu-style2{
    width: 25px;
}
.rwd-menu-style2> span{
    transition: all 0.3s ease-in-out;
}
.rwd-menu-style2 .rwd-menu-bth-line,
.rwd-menu-style2 .rwd-menu-bth-line2{
    display: none;
}
.rwd-menu-style2.active{
    animation: smallbig 0.6s forwards;
}
.rwd-menu-style2.active> span:nth-child(1){
    -webkit-transform: translateY(7px) rotate(45deg);
    -ms-transform: translateY(7px) rotate(45deg);
    -o-transform: translateY(7px) rotate(45deg);
    transform: translateY(7px) rotate(45deg);
}
.rwd-menu-style2.active> span:nth-child(2){
    opacity: 0;
}
.rwd-menu-style2.active> span:nth-child(3){
    -webkit-transform: translateY(-5px) rotate(-45deg);
    -ms-transform: translateY(-5px) rotate(-45deg);
    -o-transform: translateY(-5px) rotate(-45deg);
    transform: translateY(-5px) rotate(-45deg);
}

.rwd-menu-style2.active> span:nth-child(1), 
.rwd-menu-style2.active> span:nth-child(2), 
.rwd-menu-style2.active> span:nth-child(3) {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}



@keyframes smallbig{
  0%, 100%{
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  50%{
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
}


.header-search-block{
    width: 1600px;
    max-width: 100%;
    display: none;
    position: absolute;
    left: calc(50% - 800px);
    text-align: right;
}
.header-search-box{
    display: inline-block;
    position: relative;
    width: 300px;
    max-width: 100%;
    border: 1px solid #ddd;
    box-sizing: border-box;
}
.header-search{
    width: 100%;
    height: 36px;
    font-size: 14px;
    border: 0;
    padding: 0 10px;
    box-sizing: border-box;
}
.header-search-box i{
    border-left: 1px solid #ddd;
    width: 36px;
    max-width: 100%;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 20px;
    color: #888888;
    cursor: pointer;
}



.header-mask-box{
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 999;
    background-color: rgba(0,0,0,0.7);
    top: 0;
    left: 0;
    display: none;
}
.header-mask-box.active{
    display: block;
}
/*--------------------購物車--------------------------*/
.header-products-drop-box{
    width: 840px;
    max-width: 100%;
    display: block;
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 9999;
    height: 100vh;
    background-color: #FFF;
    padding: 0 50px;
    box-sizing: border-box;
    transition: all .5s ease;
}
.header-products-drop-box.active{
    left: 0;
}
.header-products-drop-title-box{
    padding: 15px 0; 
    
}
.header-products-drop-title{
    font-size: 20px;
    color: #c7161f;
    letter-spacing: 1px;
    display: inline-block;
    vertical-align: middle;
}
.header-products-drop-checkout{
    display: block;
    float: right;
    height: 32px;
    line-height: 32px;
    padding: 0 20px;
    border: 1px solid #888;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all .5s ease;
}

.header-products-drop-checkout.noactive{
    display: none;
}
.header-products-drop-list-box{
    width: 100%;
    height: calc(100% - 72px);
    overflow: auto;
    border-top: 1px solid #d1d1d1;
}
.header-products-drop-list{
    padding: 20px 0;
    border-bottom: 1px solid #d1d1d1;
    font-size: 0;
}
.header-products-drop-img-block,
.header-products-info{
    width: 50%;
    display: inline-block;
    vertical-align: middle;
}
.header-products-info-many-box,
.header-products-info-del,
.header-products-info-total-box{
    display: inline-block;
    vertical-align: middle;
}
.header-products-info-many-box{
    width: 160px;
    max-width: 100%;
}
.header-products-info-total-box{
    width: calc(100% - 190px);
    padding:  0 10px;
    text-align: center;
    box-sizing: border-box;
    font-size: 14px;
}
.header-products-info-total-box span{
    color: #c7161f;
}

.header-products-info-del{
    font-size: 18px;
    color: #555555;
    width: 30px;
}


.header-products-drop-img-box{
    display: inline-block;
    width: 120px;
    height: 120px;
    overflow: hidden;
    max-width: 100%;
    margin: 0 15px;
    vertical-align: middle;
}
.header-products-drop-img{
    width: 100%;
    height: 100%;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: all .5s ease;
}
.header-products-drop-img-info{
    display: inline-block;
    width: calc(100% - 150px);
    vertical-align: middle;
    padding-right: 15px;
    box-sizing: border-box;
}
.header-products-drop-img-info-title{
    font-size: 14px;
    color: #555555;
    letter-spacing: 1px;
    width: 100%;
    max-height: 44px;
    overflow: hidden;
}
.header-products-drop-img-info-size{
    font-size: 14px;
    color: #000;

}
.header-products-drop-img-info-size> span{
    color: #555555;
}

.header-products-info-many-title{
    font-size: 14px;
    color: #000;
    letter-spacing: 1px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.header-products-info-many{
    width: 120px;
    height:30px;
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
}
.header-products-info-many-bth{
    display: inline-block;
    vertical-align: top;
    border: 1px solid #d1d1d1;
    font-size: 20px;
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    color: #555555;
    box-sizing: border-box;
    cursor: pointer;
}
.header-products-info-many-input{
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    border: 1px solid #d1d1d1;
    width: calc(100% - 60px);
    height: 30px;
    box-sizing: border-box;
    color: #555555;
    text-align: center;
    border-right: 0;
    border-left: 0;
}
.header-member-login-box .fancybox-box{
    width: 420px;
    max-width: 100%;
    background-color: #FFF;
    padding: 20px;
    box-sizing: border-box;
}

.header-member-title{
    font-size: 16px;
    color: #555555;
    letter-spacing: 1px;
}
.header-member-title span{
    font-size: 20px;
    color: #c7161f;

}
.header-member-p{
    font-size: 14px;
    color: #555555;
    margin-top: 10px;
}

.header-input{
    width: 100%;
    border: 0;
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 5px;
    letter-spacing: 1px;
    font-size: 14px;
    color: #000;
}

.header-input-list{
    margin-top: 30px;
}
.header-input::-webkit-input-placeholder { color: #888888;font-family: "微軟正黑體"; }
.header-input:-moz-placeholder { color: #888888;font-family: "微軟正黑體"; }
.header-input::-moz-placeholder { color: #888888; font-family: "微軟正黑體";}
.header-input:-ms-input-placeholder { color: 888888; font-family: "微軟正黑體";}

.header-member-forget{
    font-size: 14px;
    color: #c7161f;
    float: right;
    display: block;
    margin-top: 10px;
}
.header-member-login-button-box{
    width: 320px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    padding: 30px 0;
}
.header-member-login-button{
    width: 100%;
    display: block;
    height: 40px;
    background-color: #c7161f;
    color: #FFF;
    letter-spacing: 1px;
    border: 0;
    font-size: 14px;
    transition: all .5s ease;
    cursor: pointer;
}
.header-member-login-button-icon{
    margin-top: 20px;
    display: block;
}
.header-input-list-checkbox{
    font-size: 0;
}
.header-input-list-checkbox-img{
    display: inline-block;
    vertical-align: middle;
    width: 100px;
    margin-right: 10px;
}
.header-check{
    width: calc(100% - 110px);
    display: inline-block;
    vertical-align: middle;
    border: 0;
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 5px;
    letter-spacing: 1px;
    font-size: 14px;
    color: #000;
}

.header-member-login-box .fancybox-close{
    background-color: transparent;
    color: #FFF;
    right: -50px;
    font-size: 40px;
    width: 50px;
    transition: all .5s ease;
}


.header-menu-block{
    width: 100%;
    height: 100vh;
    display: block;
    position: fixed;
    top: calc(-100% - 100px);
    left: 0;
    z-index: 99999;
    background-color: rgba(249,65,41,0.9);
    overflow: auto;
    padding-top: 50px;
    box-sizing: border-box;
    transition: all .4s ease;
}
.header-menu-block.active{
    top: 0;
}


.header-menu-out{
    position: absolute;
    top: 20px;
    right: 40px;
    font-size: 30px;
    color: #FFF;
    cursor: pointer;
    transition: all .5s ease;
}
.header-menu-box{
    width: 1200px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    font-size: 0;
}

.header-menu-list-title{
    font-size: 26px;
    color: #FFF;
    letter-spacing: 2px;
    margin-bottom: 10px;
    font-weight: bold;
    position: relative;
}
a.header-menu-list-title{
    color: #FFF;
}
.header-menu-list-title.rwd{
    display: none;
}
.header-menu-s-list-box{
    margin-top: 10px;
}
.header-menu-list-box{
    padding-bottom: 20px;
}
.header-menu-list{
    width: calc(100% / 5);
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    font-size: 20px;
    color: #FFF;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    padding-right: 20px;
    box-sizing: border-box;
}
.header-menu-list a{

    transition: all .5s ease;
}
.header-menu-list:after{
    content: 'none';
    width: 1px;
    height: 60%;
    top: 20%;
    display: block;
    position: absolute;
    right: 20px;
    background-color: #FFF;
    font-size: 0;


}

.header-menu-list:nth-child(5n+5):after{
    display: none;
}

/*----------------hover--------------------*/
.header-buy-info-icon:hover{
    color: #c7161f;
}
.header-menu-out:hover{
    color: #555;
}
.header-menu-list a:hover{
    color: #555;
}
.header-member-login-button:hover{
    background-color:  #c7161f
}
.header-member-login-box .fancybox-close:hover{
    color: #c7161f;
}
.header-products-drop-checkout:hover{
    background-color:  #c7161f;
}


/*------------------------------------------*/

/* @media only screen and (max-width: 1600px){
    .header-search-block{
        right: 0;
        left: 0;
        padding-right: 15px;
        box-sizing: border-box;
    }
} */
@media only screen and (max-width: 1300px){
    .header-style1 .header-box,
    .header-top-all-box{
        width: 1200px;
    }
}
@media only screen and (max-width: 1200px){
    .header-style1 .header-box,
    .header-top-all-box{
        width: 1000px;
    }
    .header-style1 .header-menu> li{
        margin: 0px 10px;
    }
    .header-style1 .header-menu> li:after{
        right: -11px;
    }
    .header-menu-title{
        font-size: 14px;
    }
}

@media only screen and (max-width: 1000px){
    .header-style1{
        border-bottom: none;
    }
    .header-style1 .header-logo{
        width: 140px;
    }
    .header-login-box{
        width: 200px;
    }
    .header-style1 .header-logo{
        padding: 0;
    }
    .header-login{
        width: 95px;
        font-size: 14px;
    }
    .header-login img{
        width: 20px;
    }
    .header-style1 .header-box{
        width: 95%;
        padding: 10px 0;
    }
    .header-style1 .header-menu-box {
        width: calc(100% - 390px);
    }
    .rwd-menu{
        display: block;
    }
    .header-style1 .rwd-menu{
        display: block;
    }
    .rwd-header-menu-sytle1 .header-menu{
        width: 200px;
        height: 100vh;
        position: fixed;
        top: 0;
        right: -200px;
        z-index: 3;
        display:         flex;
        display: -webkit-flex;
        align-items: center;
        -webkit-align-items: center;
        justify-content: center;
        -webkit-justify-content: center;
        flex-direction:column;
        background-color: #c7161f;
        transition: all .3s linear;
    }
   
    .rwd-header-menu-sytle1 .header-menu.active{
        right: 0;
    }
    .rwd-header-menu-sytle1 .header-menu> li{
        width: 100%;
        display: block;
        margin: 0;
        box-sizing: border-box;
        border-top: 1px solid rgba(255, 2555, 255, 0.5);
    }
    .rwd-header-menu-sytle1 .header-menu> li:last-child{
        margin-bottom: 0;
        border-bottom: 1px solid rgba(255, 2555, 255, 0.5);
     }
     .header-menu-title{
        color: #fff;
        box-sizing: border-box;
        padding: 20px;
        width: 100%;
        display: block;
    }
    .header-style1 .header-menu> li.active {
        background-color: #fff;
    } 
    .header-menu-title:hover {
        background-color: #5f1713;
        color: #fff;
    }
    .rwd-menu-style1.active .rwd-menu-bth-line span, 
    .rwd-menu-style1.active .rwd-menu-bth-line2 span{
        transform: scale(1,1);
        transition-delay: .1s;
        background-color: #fff;
    }
    
    .header-menu-list-title{
        display: none;
    }
    .header-menu-list-title.rwd{
        display: block;
    }
    .header-menu-list{
        font-size: 16px;
    }
    .header-products-drop-box{
        width: 80%;
        min-width: 260px;
        padding: 0 20px;
    }
    .header-products-info-many-input{
        font-size: 14px;
        height: 20px;
        width: calc(100% - 40px);
    }
    .header-products-info-many-bth{
        height: 20px;
        width: 20px;
        line-height: 16px;
    }
    .header-products-info-many{
        height: 20px;
        padding-bottom: 3px;
        width: 90px;
    }
    .header-products-drop-img-box{
        width: 60px;
        height: 60px;
        margin-left: 0;
        margin-right: 10px;
    }
    .header-products-drop-img-info{
        width: calc(100% - 70px);
    }
    .header-products-info-total-box{
        width: calc(100% - 130px);
        text-align: right;
    }
    .header-products-info-del{
        text-align: center;
        width: 20px;
        display: block;
        margin-left: auto;
        margin-top: 20px;
    }
    .header-products-drop-img-block{
        width: calc(100% - 260px); 
    }
    .header-products-info{
        width: 260px;
    }
    .header-products-info-many-box {
        width: 130px;
    }
}
@media only screen and (max-width: 750px){
    .header-products-drop-list{
        position: relative;
    }
    .header-products-drop-img-block{
        width: 100%;
        box-sizing: border-box;
        padding-right: 40px;
    }
    .header-products-info{
        width: 100%;
        margin-top: 20px;
    }
    .header-products-info-del{
        position: absolute;
        top: 39px;
        right: 0;
        margin: 0;
        z-index: 1;
    }
}
@media only screen and (max-width: 550px){
    .header-style1 .header-logo{
        width: 150px;
        padding-right: 10px;
    }
    .header-login{
        width: 90px;
        font-size: 12px;
        line-height: 29px;
    }
    .header-login img{
        width: 15px;
    }
    .header-login span{
        vertical-align: middle;
    }
    .header-style1 .header-menu-box {
        width: calc(100% - 380px);
    }
    .rwd-menu {
        width: 25px;
        right: 10px;
    }
    .header-top-email-box, .header-top-phone-box{
        letter-spacing: 0.03em;
    }
    .header-top-email-box{
        margin-right: 15px;
    }
    .header-top-email-box:hover,
    .header-top-phone-box:hover{
        letter-spacing: 0.06em;
        color: #fff;
    }
    .header-menu-s-list-box{
        display: none;
    }
    .header-menu-list{
        padding-right: 0;
    }
    .header-menu-list:after{
        display: none;
    }
    .header-menu-list{
        width: 100%;
        display: block;
    }
    .header-menu-list-box{
        padding-bottom: 0;
        border-bottom: 1px solid #FFF;
        margin-top: 10px;
    }
    .header-menu-out{
        top: 5px;
        right: 15px;
    }
    .header-menu-list-title:after{
        content: '＋';
        font-size: 18px;
        font-weight: bold;
        height: 32px;
        line-height: 32px;
        position: absolute;
        right: 0;
        top: 0;
    }
   
    .header-menu-list-title{
        font-size: 20px;
    }
    .header-menu-list a{
        display: block;
    }
}
@media only screen and (max-width: 400px){
    .header-style1 .header-logo{
        width: 80px;
        padding: 0;
    }
    .header-style1 .header-menu-box {
        width: calc(100% - 340px);
    }
    .header-login-box{
        width: 150px;
    }
    .header-login {
        width: 65px;
        font-size: 12px;
        line-height: 29px;
    }
    .header-login img{
        display: none;
    }
}
@media only screen and (max-width: 500px){

    .header-buy-info-car-box,
    .header-buy-info-member-box, 
    .header-buy-info-seach-box{
        width: 50px;
    }
    .header-buy-info-icon{
        font-size: 16px;
    }
    .header-box{
        padding-left: 15px;
    }
    .header-logo{
        width: 66px;
    }
    .header-buy-info-box{
        width:calc(100% - 96px);
    }
    .header-menu-out{
        top: 10px;
        right: 20px;
    }
    .header-search-box{
        width: 200px;
    }
    .header-search{
        font-size: 12px;
        height: 26px;
    }
    .header-search-box i{
        width: 26px;
        height: 26px;
        font-size: 15px;
        line-height: 28px;
    }
    .header-member-login-box .fancybox-box{
        width: 260px;
        padding: 15px;
    }
    .header-member-login-box .fancybox-close{
        right: -30px;
        font-size: 25px;
        width: 30px;
    }
    .header-member-p{
        font-size: 12px;
    }
    .header-input{
        font-size: 12px;
    }
    .header-member-forget{
        font-size: 12px;
    }
    .header-products-drop-box{
        padding: 0 10px;
    }
    .header-products-drop-title{
        font-size: 18px;
    }
    .header-products-drop-img-block{
        display: block;
        width: 100%;
    }
    .header-products-info{
        width: 100%;
    }
    .header-products-drop-img-info{
        padding-right: 0px;
        padding-bottom: 3px;
    }
    .header-products-drop-img-info-title{
        margin-bottom: 3px;
    }
    .header-products-drop-title{
        padding-bottom: 3px;
    }
    .header-products-drop-list{
        padding: 10px 0;
    }
    .header-products-drop-title-box{
        padding-top: 10px;
        padding-bottom: 15px;
    }
    .header-products-drop-img-info-title,
    .header-products-drop-img-info-size,
    .header-products-info-many-title {
        font-size: 12px;
    }
    .header-products-drop-img-info-title{
        line-height: 14px;
    }
     .header-buy-info-member-box .header-buy-info-icon{
        display: inline-block;
        vertical-align: middle;
        margin-right: 20px;
    }
    .header-buy-info-member-box .header-buy-info-car-many-box{
        position: static;
        display: inline-block;
        vertical-align: middle;
        min-width: inherit;
    }
    .header-buy-info-member-box{
        text-align: center;
    }
}
@media only screen and (max-height: 400px){
    .rwd-header-menu-sytle1 .header-menu> li{
        padding: 10px 0;
    }
}


.header-style1 .header-menu> li.active .header-menu-title,
.header-menu-title:hover{
    color: #c7161f;
}
.header-login:hover{
    background-color: #5f1713;
    color: #fff;
}
.header-top-email-box:hover,
.header-top-phone-box:hover{
    letter-spacing: 0.1em;
    color: #fff;
}