header{
    float: right;
    width: 100%;
    background-color: #FFF;
    padding: 15px 0px;
}
header .logo{
    float: right;
    width: 50px;
    margin-right: 25px;   
}
header h1{
    float: right;
    color: #5d5d5d;
    padding: 9px 10px;
}
header .user{
    float: left;
    padding: 10px;
    margin: 8px 10px;
    border: 1px dashed #CCC;
    transition:  all .5s;
    border-radius: 10px;
}
header .user i{
    font-size: 25px;
    color: #E27D60;
    float: left;
    margin-right: 10px;  
}
header .user span{
    float: left;
    font-weight: bold;
    color: #8a8a8a;
}
header .user:hover{
    border-color: #E27D60;   
}
header .search{
    float: left;
    margin-top: 10px;
}
header .search button{
    width: 39px;
    padding: 0px;
    background-color: #41B3A3;   
}
header .search input{
    border: none;
    background-color: #ecf0f1;
    width: 230px;
    height: 39px;
    padding: 0px 10px;
    border-radius: 30px;
    outline: none;
    margin: 3px 2px;   
}

/**************************************************************************************/


nav{
    float: right;
    background-color: #E8A87C;
    width: 100%;
    box-shadow: 0 2px 5px 0px #9d9d9d;
    padding: 10px 0px;
    z-index: 5;
    position: relative;
}
nav ul{
    float: right;
    padding: 0px 15px;
}
nav ul li{
    float: right;
    color: #FFF;
    font-size: 20px;
    padding: 9px 14px;
    border-radius: 10px;
}
nav ul li span{
    color: #FFF;   
}
nav ul li .drop{
    position: absolute;
    background-color: #FFF;
    border-radius: 0px 0px 10px 10px;
    color: #4d4d4d;
    font-size: 16px;
    width: 60%;
    height: auto;
    padding: 8px 10px;
    margin-top: 10px;
    z-index: 2;
    overflow: hidden;
    transition: all .5s;
    box-shadow: 0 3px 6px #a3a3a3;
    display: none;
}
nav ul li:hover .drop{
    display: block;
}
nav ul li .drop .art{
    width: calc(50% - 30px);
    padding: 5px 15px;
    float: right;
}
nav ul li .drop .art .header{
    float: right;
    width: 100%;
    padding: 3px 0px;
    border-bottom: 2px solid #E8A87C;
}
nav ul li .drop .art .header i{
    color: #C38D9E;
    font-size: 24px;
    float: right;
    margin-top: 2px;   
}
nav ul li .drop .art .header h2{
    font-size: 17px;
    color: #575757;
}
nav ul li .drop .art .section{
    width: 100%;
    float: right;
}
nav ul li .drop .art .section .item{
    float: right;
    width: calc(100% - 4px);
    padding: 2px;
    border-bottom: 1px dotted #CCC;
}
nav ul li .drop .art .section .item:hover{
    color: #bc5858;   
}
nav ul li .drop .art .section .item:last-child{
    border: none;   
}
nav ul li:hover{
    background-color: #e59c6a;
    transition: .5s;
}

nav .cart{
    float: left;
    margin-left: 15px;
    padding: 5px 10px;
    border: 2px dashed #fff;
    border-radius: 15px;
    cursor: pointer;
    transition: .5s;
}
nav .cart .header{
    float: left;
}
nav .cart .header i{
    float: left;
    color: #FFF;
    font-size: 35px;
}

nav .cart .header span{
    float: left;
    color: #FFF;
    margin: 5px;
    margin-left: 35px;
}
nav .cart .section{
    position: absolute;
    background-color: #FFF;
    border-radius: 5px;
    float: left;
    box-shadow: 2px 2px 5px #979797;
    margin-top: 47px;
    width: calc(26% - 14px);
    padding: 10px 7px;
    left: 14px; 
    display: none;
}
nav .cart .section .product{
    height: auto;
    max-height: 300px;
    overflow-y: auto;
    width: 100%;
    float: right;
}
nav .cart .section .product .item{
    float: right;
    width: calc(100% - 12px);
    padding: 3px 5px;
    border: 1px solid #CCC;
    border-radius: 10px;
    background-color: #f5f5f5;
    margin-bottom: 5px;
}
nav .cart .section .product .item #btn-close{
    float: left;
    margin: 4px;
    color: #d46200;
    font-size: 18px;   
}
nav .cart .section .product .item .name{
    float: right;
    width: calc(100% - 36px);
    padding: 2px 5px;
    font-weight: bold;
    color: #535353;   
}
nav .cart .section .product .item .price{
    float: left;
    position: relative;
    bottom: -23px;
    left: 5px;
    color: #a51a1a;    
}
.btn-number{
    width: 60%;
    float: right;
    margin-top: 22px;
    color: #ff6657;
}
.btn-number i{
    margin-left: 6px;
    font-size: 0.65rem;
    vertical-align: middle;
    border-radius: 7px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(219, 219, 219);
    padding: 7px;
    float: right;
    cursor: pointer;
}
.btn-number i:last-child{
    margin-left: 0px;
    margin-right: 6px;   
}
.btn-number span{
    color: rgb(67, 67, 67);
    line-height: 30px;
    float: right;
}
nav .cart .section .info{
    float: right;
    width: 100%;
    margin: 5px 0px;
    border-top: 1px dashed #41B3A3;
}
nav .cart .section .info span{
    width: 100%;
    float: right;
    margin: 10px 0px;
}
nav .cart .section .info span .price{
    float: left;
    color: #c00101;
    font-weight: bold;
    width: auto;
    margin: 0px;
}
nav .cart .section .info button{
    margin: 3px 0px;
    width: 100%;   
}
nav .cart:hover{
    border-color: #CCC;
}

/**************************************************************************************/

section{
    width: calc(100% - 20px);
    float: right;
    padding: 20px 10px;
}
.slider{
    width: calc(50% - 10px);
    margin: 0px 5px;
    float: right;
}
.slider .item{
    background-image: url(../image/exm.jpg);
    float: right;
    width: calc(50% - 10px);
    height: 242px;
    margin: 5px;
    background-position: center;
    background-size: cover;
    border-radius: 20px;
    overflow: hidden;
}
.slider .item .mask{
    background-color: #00000069;
    float: right;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 24px;
    color: #FFF;
    line-height: 230px;
}
.pup {
    width: calc(50% - 10px);
    margin: 5px;
    float: left;
    background-color: #FFF;
    border-radius: 15px;
    box-shadow: 0 2px 5px #b1b1b1;
    overflow: hidden;
}
.pup .left{
    float: left;
    width: 30%;
}
.pup .left ul{
    width: 100%;
    float: left;
}
.pup .left ul li{
    width: calc(100% - 3px);
    float: left;
    font-size: 15px;
    font-weight: bold;
    color: #6e6e6e;
    padding: 15px 0px;
    border-right: 3px solid #DDD;
    text-align: center;
    border-bottom: 1px dashed #CCC;
    cursor: pointer;
    transition: all .4s;
}
.pup .left ul li.active{
    border-right-color: darkblue;   
}
.pup .left ul li:hover{
    background-color: #c8c8c8;   
}
.pup .left ul li:first-child{  
    border-radius: 15px 0px 0px 0px;
}
.pup .left ul li:last-child{
    border-bottom: none;   
    border-radius: 0px 0px 0px 15px;
}
.pup .right{
    width: calc(70% - 10px);
    float: left;
    margin: 5px;
}
.pup .right .item{
    float: left;
    width: 100%;
    display: none;
}
.pup .right .item:first-child{
    display: block;   
}
.pup .right .item h3{
    float: right;
    width: 100%;
    text-align: center;
    color: #5d79ff;
    margin-bottom: 10px;
    font-size: 30px;
    padding: 10px 0px;
    text-shadow: 0 2px 5px #97b2ff;
}
.pup .right .item .img{
    width: 200px;
    height: 160px;
    background-size: cover;
    background-position: center;
    float: right;
    margin-right: calc(50% - 100px);
    border-radius: 15px;
    box-shadow: 0 2px 5px #5f5f5f;
}
.pup .right .item .price-a{
    float: right;
    text-align: center;
    width: 100%;
    padding: 0px 0px;
    font-size: 17px;
    text-decoration: line-through;
    color: #b6b6b6;
}
.pup .right .item .price-b{
    float: right;
    text-align: center;
    width: 100%;
    padding: 0px 0px;
    text-decoration: underline;
    font-size: 22px;
    color: #c41919;
    text-shadow: 1px 0px 1px #ff8e8e;  
}
.pup .right .item .off{
    position: absolute;
    margin-right: 25px;
    margin-top: 15px;
    background-color: #e9861f;
    border-radius: 150px;
    color: #FFF;
    float: right;
    padding: 7px;
    font-size: 20px;
}
.pup .right .item p{
    float: right;
    width: calc(80% - 20px);
    margin-right: calc(10% + 10px);
    color: #6b6b6b;
    padding: 10px;   
    text-align: justify;
}
.pup .right .item .buy{
    float: right;
    width: calc(85% - 20px);
    margin: 15px 0px;
    margin-right: calc(7.5% + 10px);
    text-align: center;
    background-color: #dbdbdb;
    color: #5f5f5f;
    padding: 5px 0px;
    border-radius: 15px;   
    transition: all .4s;
}
.pup .right .item .buy:hover{
    background-color: #c8c8c8;   
}




/*********************************** Shop Div ********************/+

.shop{
    width: 100%;
    float: right;
}
.shop article{
    width: 95%;
    margin: 10px 2.5%;
    float: right;
}
.shop article .header{
    width: 100%;
    float: right;
    padding: 5px 0px;
    border-bottom: 3px solid #C38D9E;
}
.shop article .header i{
    float: right;
    font-size: 37px;
    color: #4b8a11;
}
.shop article .header h4{
    float: right;
    font-size: 21px;
    margin: 1px 6px;
    color: #d26518;
    text-shadow: 0 1px 1px #d2d2d2;
}
.shop article .header span{
    float: right;
    font-size: 15px;
    margin: 10px 17px;
    border-bottom: 1px dashed #0969be;
    color: #5b6670;
}
.shop article .header span a{
    color: #0969be;   
}
.shop article .header span a:hover{
    color: #0b4e88;   
    border-color: #0b4e88;
}
.shop article .section{
    float: right;
    width: 100%;
}
.shop article .section .product{
    float: right;
    margin: 10px 0px;
    background-color: #FFF;
    border-radius: 10px;
    text-align: center;
    border: 1px solid #d6d6d6;
    transition: .5s;
}
.owl-next, .owl-prev{
    position: relative;
    background: rgba(233, 233, 233, 0.85) !important;
    font-size: 50px !important;
    color: #e30c0c !important;
    border: 1px solid #af4545 !important;
    top: -208px;
    float: left;
    border-radius: 14px;
    height: 69px;
    margin: 0px 9px;
    box-shadow: 0 2px 5px #a3a3a3;  
}
.owl-prev{
    float: right;   
}
.shop article .section .product:hover{
    box-shadow: 0 2px 5px #a7a7a7;   
}
.shop article .section .product img{
    width: 85%;
    float: right;
    margin: 17px 7.5%;
    margin-bottom: 5px;
    border-radius: 10px;
}
.shop article .section .product h5{
    float: right;
    width: calc(100% - 10px);
    padding: 5px 0px;
    margin: 0px 5px;
    margin-bottom: 12px;
    text-align: center;
    font-size: 22px;
    color: #747474;
    border-bottom: 1px dashed #CCC;
}
.shop article .section .product .off{
    background-color: #d21dff;
    color: #FFF;
    padding: 2px 6px;
    border-radius: 20px;
    text-align: center;
}
.shop article .section .product .price{
    width: 100%;
    float: right;
    font-size: 19px;
    margin: 7px 0px;
    text-decoration: underline;
    font-weight: bold;
    color: #ed6a0d;
    background: #f9f9f9;
}
.shop article .section .product button{
    background-color: #78bc1d;
    width: 100%;
    margin-left: 0px;
    border-radius: 0px 0px 10px 10px;
}
.shop .support .left{
    float: left;
    background-image: url(../image/support.jpg);
    background-position: center;
    background-size: cover;
    width: calc(50% - 10px);
    height: 400px;
    box-shadow: 0 2px 5px #555555;
    text-align: center;
    color: #FFF;
    line-height: 400px;
    font-size: 50px;
    margin: 0px 5px;
}
.shop .support .left:hover .mask{
    background-color: #00000065;   
}
.shop .support .left .mask{
    width: 100%;
    height: 100%;
    float: left;
    background-color: #00000080;   
    transition: .3s;
}
.shop .support .right{
    float: right;
    width: calc(50% - 10px);
    height: 400px;
    text-align: center;
    margin: 0px 5px;
}
.shop .support .right .item{
    float: right;
    width: calc(50% - 6px);
    background-color: #FFF;
    border: 1px solid #CCC;
    margin: 2px;
    height: 195px;
}
.shop .support .right .item i{
    font-size: 60px;
    margin-top: 40px;
    width: 100%;
    float: right;
    text-align: center;
    color: #2196F3;
}
.shop .support .right .item span{
    float: right;
    color: #bc970f;
    width: 100%;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin: 5px 0px; 
}
.shop .support .right .item:first-child i, .shop .support .right .item:last-child i{
    color: #E27D60;   
}
footer{
    background-image: url(../image/ptr.png);
    float: right;
    width: calc(100% - 20px);
    padding: 10px;
    color: #f3f3f3;
}
footer .right, footer .center, footer .left{
    float: right;
    width: calc(33% - 10px);
    padding: 5px;
}
footer .right{
    margin-right: 0.5%;   
}
footer .right ul li{
    width: 100%;
    float: right;
    padding: 6px 0px;
    text-align: center;
}
footer .right ul li i{
    padding-left: 4px;
}
footer .right ul li a{
    color: #4ddeff;
}
footer .center .section{
    float: right;
    width: 100%;
    text-align: center;
}
footer .center .section ul li{
    width: 100%;
    float: right;
    padding: 6px 0px;
    text-align: center;
}
footer .center .section ul li a{
    color: #dfdfdf;
}
footer .center .section ul li i{
    font-size: 20px;
    padding-left: 10px;
    color: antiquewhite;
}
footer .left{
    margin-left: 0.5%;
    text-align: center;
    font-size: 36px;
    padding: 50px 0px;
}
footer .left i{
    padding: 10px;
    background-color: #ffffff24;
    border-radius: 10px;       
}
footer .footer{
    float: right;
    width: calc(100% - 10px);
    padding: 10px 5px;
    color: #FFF;
    border-top: 1px dashed #fff;
    font-size: 13px;
    margin-top: 10px;
}


/**************************************/

@media screen and (max-width: 1024px){
    .slider, .pup{
        width: calc(100% - 10px);   
    }
}
@media screen and (max-width: 700px){
    
}
