*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
img{
    width: 100%;
}
body{
    font-family: Arial, Helvetica, sans-serif;
}
.container{
    padding: 0 15px;
}
.livechat{
    position: fixed;
    right: 10px;
    bottom: 40%;
    z-index: 100;
}
.livechat img{
    width: 90px;

}
/*======Header=======*/
header{
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
    margin-bottom: 30px;
}
/*========Product=========*/
#product .offertitle{
    padding: 20px;
    border: 5px solid red;
    margin-bottom: 20px;
}
#product .pdetails h3{
    margin: 20px 0 10px;
}
#product .pdetails ul{
    list-style-type: none;
}
#product .pdetails ul li{
    margin-bottom: 5px;
}
/*========Order=========*/
#order{
    padding: 40px 0;
}
.order h3{
    margin-bottom: 20px;
}
.order .form label,
.order .form input{
    display: block;
    width: 100%;
}
.order .form input{
    margin-bottom: 10px;
    padding: 10px;
    outline: none;
}
/*====Invoice=====*/
.invoice{
    margin: 20px 0;
}
.invoice .title{
    border-bottom: 2px solid #ddd;
    padding-bottom: 5px;
    display: flex;
    justify-content: space-between;
}
.invoice .productquan{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0 5px;
    border-bottom: 2px solid #ddd;
}
.invoice .productquan .productis{
    display: flex;
}
.invoice .productquan .productis img{
    width: 80px;
}
.invoice .productquan .productis p{
    margin-top: 10px;
}
.invoice .subtotal,
.invoice .shipcost,
.invoice .totalis{
    border-bottom: 2px solid #ddd;
    padding-bottom: 5px;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}
.invoice .totalis{
    border-bottom: none;
}
.invoice .mark{
    padding: 15px 10px;
    background-color: #ddd;
    margin-top: 20px;
}
.invoice button{
    padding: 20px 10px;
    display: block;
    width: 100%;
    background-color: red;
    color: #fff;
    margin-top: 20px;
    border:0;
    font-weight: 700;
    font-size: 25px;
    border-radius: 5px;
    cursor: pointer;
}
.invoice .warningorder{
    padding: 20px;
    border: 5px solid red;
    margin-top: 40px;
}
/*========Contact==========*/
.contact{
    margin: 20vh 0;
    text-align: center;
}
.contact a{
    margin: 10px 0;
    cursor: pointer;
    display: block;
    text-decoration: none;
}
/*========Privacy========*/
.privacy h2{
    margin-bottom: 20px;
}
.privacy p{
    margin-bottom: 30px;
    font-size: 15px;
}
/*=========Footer=========*/
footer{color:#fff;text-align:center;border-top:30px solid #f16236;padding:20px 0;background:#2b2b2b;margin-bottom:-160px;box-shadow:inset 0 37px 47px -15px rgba(0, 0, 0, .75)}
.footer-top p a{color: #fff;text-decoration: none;}
.btmmenu{margin:10px 0;padding:0 10px;border-right:2px solid #f16236}
.footer-top p{margin:10px 0;font-size:13px}