*{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
body{
    background: url(images/bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    font-family: Arial, Helvetica, sans-serif;
}
:root{
    --main-width: 1000px;
    --main-transation : .4s;
}
.container{
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}
@media(max-width:768px){
    .container{
        width: 750px;
    }
}
@media(max-width:992px){
    .container{
        width: 970px;
    }
}
@media(max-width:1200){
    .container{
        width: 1170px;
    }
}
/* start navbar */
.navbar{
    width: var(--main-width);
    margin: auto;
    background-color: #4a4a4a;
    padding-bottom: 5px;
}
.navbar .container .nav-box{
    display: flex;
    align-items: center;
    width: fit-content;
    margin-left: auto;
}
.navbar .container .nav-box .lang > span{
    padding-right: 5px;
    color: #b3adad;
}
.navbar .container .nav-box .lang  img{
    padding-right: 5px;
    cursor: pointer;
}
.navbar .container .nav-box .search{
    display: flex;
    align-items: center;
    min-width: 400px;
    background-color: #e1e1e1;
    border-radius: 0 0 6px 6px;
    padding: 5px;
}
.navbar .container .nav-box .search > span{
    color: #999999;
    padding-right: 5px;
    cursor: pointer;
}
.navbar .container .nav-box .search input{
    flex: 1 0 200px;
}
.navbar .container .nav-box .search > img{
    padding: 0 5px;
    cursor: pointer;
}
/* end navbar */

/* start header page */
.header{
    width: var(--main-width);
    padding: 15px 0;
    margin: auto;
    background-image: url(./images/header_bg.jpg);
    background-size: cover;
}
.header .container{
    display: flex;
    align-items: center;
}
.header .container .head-img{
    flex: 0 0 200px;
    margin-right: 80px;
}
.header .container .head-img img{
    cursor: pointer;
}
.header .container .head-info {
    width: 550px;
    border-left: 1px solid white;
    border-right: 1px solid white;
}
.header .container .head-info > div{
    display: flex;
    align-items: center;
    padding: 0 30px;
}
.header .container .head-info div:nth-child(2){
    width: 400px;
}
.header .container .head-info img{
    margin-right: 30px;
}
.header .container .head-info h3{
    color: #ad1614;
    padding-bottom: 5px;
}
.header .container .head-info p{
    font-size: 14px;
    color: white;
    margin-bottom: 10px;
}
.header .container .head-info .btn{
    display: block;
    text-decoration: none;
    width: 83px;
    height: 21px;
    margin-left: auto;
    border-radius: 23px;
    background: url(images/details_bt_bg.gif);
    color: #000000;
    cursor: pointer;
    text-align: center;
    padding-left: 5px;
    line-height: 21px;
    font-size: 12px;
}
.header .container .head-nums{
    display: flex;
    align-items: center;
    margin: 30px 0  0 30px;
}
.header .container .head-nums a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    width: 22px;
    height: 22px;
    font-size: 12px;
    border-radius: 50%;
    color: #9d8b8b;
    background: url(images/pag_bg.gif);
    text-decoration: none;
    transition: var(--main-transation);
    margin-left: 5px;
}
.header .container .head-nums a:hover , .header .container .head-nums a.current{
    background: url(images/pag_bg_a.gif);
    color: #ad1614;
}
/* end header page */
/* start choices page */
.choices-list{
    width: var(--main-width);
    margin: auto;
    background-color: #e4e3e3;
    border-radius: 0 0 6px 6px;
}
.choices-list .container{
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: bold;
}
.choices-list .container a{
    display: flex;
    align-items: center;
    color: #676d77;
    text-decoration: none;
    padding: 8px 14px;
    margin: 10px 0;
    border-right: 1px solid white;
    transition: var(--main-transation);
}
.choices-list .container a:hover{
    color: #000;
}
.choices-list .container a img{
    margin-right: 5px;
}
.choices-list .container span{
    display: flex;
    align-items: center;
    color: #676d77;
    padding: 8px 14px;
    margin: 10px 0;
    border-right: 1px solid white;
    flex: 1;
    transition: var(--main-transation);
}
.choices-list .container span:hover{
    color: #000;
}
.choices-list .container select{
    margin-left: 5px;
}
/* end choices page */
/* start products-category page */
.products{
    display: flex;
    width: var(--main-width);
    margin: auto;
}
.products .categories{
    width: 196px;
    padding-top: 5px;
    border-radius: 6px 6px 0 0;
}
.products .categories > p{
    margin-top: 5px;
    font-size: 11px;
}
.products .categories p > span{
    color: #0fa0dd;
}
.products .categories > span{
    display: block;
    text-align: center;
    width: 196px;
    height: 30px;
    line-height: 30px;
    color: white;
    margin-top: 5px;
    font-size: 16px;
    font-weight: bold;
    background: url(images/menu_title_bg.gif);
}
.products .categories ul{
    list-style: none;
    margin-bottom: 5px;
}
.products .categories ul li{
    padding: 5px 0;
    border-bottom: 1px solid #ffffff;
    cursor: pointer;
    transition: var(--main-transation);
}
.products .categories ul li.even{
    background-color: #eee6e6;
}
.products .categories ul li.odd{
    background-color: #dad0d0;
}
.products .categories ul li:hover{
    background-color: #7bbcc7;
}
.products .categories ul li a{
    display: block;
    position: relative;
    text-decoration: none;
    font-size: 13px;
    color: #000;
    padding-left: 30px;
}
.products .categories ul li a::before{
    position: absolute;
    content: url(images/checked.png);
    width: 16px;
    top: 50%;
    padding: 5px;
    left: 0;
    transform: translateY(-50%);
    padding-right: 10px;
}
.products .newsletter{
    margin-top: 5px;
    text-align: center;
    border-left: 1px solid #064E5A;
    border-right: 1px solid #064E5A;
    border-bottom: 1px solid #064E5A;
    border-radius: 10px 10px 0 0;
}
.adds{
    margin: 10px 0;
    text-align: center;
}
.products .newsletter input{
    margin: 10px 0;
    padding-left: 5px;
    border: 1px solid #ddd9d9;
}
.products .newsletter > div{
    display: flex;
    align-items: center;
    width: fit-content;
    margin-left: auto;
    padding: 0 15px;
    margin-bottom: 5px;
}
.products .newsletter > div span{
    font-size: 12px;
    margin-left: 2px;
}
/* start products-category page */
/*start latest-products page */
.latest-products{
    width: 560px;
    margin: 20px;
}
.latest-products > p{
    width: 560px;
    background-repeat: no-repeat;
    height: 33px;
    line-height: 33px;
    background: url(images/bar_bg.gif);
    color: #847676;
    font-weight: bold;
    font-size: 13px;
    padding-left: 40px;
    margin: 10px 0 10px;
}
.latest-products .products-container{
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(150px,1fr));
    gap: 20px;
}
.latest-products .products-container .main-box .product-box{
    padding: 10px 20px;
    width: 173px;
    background-color: #f7f3f3;
    margin-bottom: 5px;
    border-radius: 6px;
    text-align: center;
}
.latest-products .products-container .product-box p{
    font-size: 12px;
    font-weight: bold;
    color: #ea2222;
    padding: 5px 0;
    cursor: pointer;
    transition: var(--main-transation);
}
.latest-products .products-container .product-box img{
    cursor: pointer;
}
.latest-products .products-container .product-box p:hover{
    color: #064E5A;
}
.latest-products .products-container .product-box .product-price{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
}
.latest-products .products-container .product-box .product-price span{
    display: block;
}
span.offer{
    text-decoration: line-through;
    color: #999999;
    font-size: 13px;
    margin-right: 2px;
}
span.price{
    color: red;
    font-size: 13px;
}
.latest-products .products-container .main-box .product-details{
    width: 173px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px;
    background-color: #f7f3f3;
    border-radius: 6px;
}
.latest-products .products-container .main-box .product-details > div img:nth-child(3){
    margin-right: 15px;
}
.latest-products .products-container .main-box .product-details span{
    font-size: 12px;
}
.latest-products .contact{
    background-color: #f7f3f3;
    border-radius: 6px;
}
.latest-products .contact .contact-box{
    padding: 20px 0 20px 75px;
    width: 355px;
}
.latest-products .contact label{
    padding-left: 40px;
    display: block;
    font-size: 12px;
    font-weight: bold;
}
.latest-products .contact input{
    width: 258.6px;
    height: 21.6px;
    border: none;
    margin-bottom: 15px;
}
.latest-products .contact textarea{
    width: 258.6px;
    height: 55.6px;
    border: none;
    margin-bottom: 15px;
    resize: none;
}
.latest-products .contact .button{
    display: flex;
    align-items: center;
    width: fit-content;
    padding: 6px 30px;
    background-color: white;
    border-radius: 24px;
    margin-left: auto;
}
.latest-products .contact .button img{
    position: relative;
    left: -10px;
}
.latest-products .contact .button span{
    font-size: 13px;
}
.latest-products .products-container .details-product{
    display: flex;
    padding: 20px;
    width: 560px;
    background-color: #f7f3f3;
    border-radius: 6px;
}
.latest-products .products-container .details-product .img-box{
    text-align: center;
}
.latest-products .products-container .details-product .thumbs{
    border: 1px solid #DFD1D1;
    padding: 8px 30px;
    display: flex;
    align-items: center;
}
.latest-products .products-container .details-product .details-container{
    margin-left: 20px;
}
.latest-products .products-container .details-product .details-container p{
    font-size: 14px;
    font-weight: bold;
    color: #ea2222;
    margin-bottom: 5px;
}
.latest-products .products-container .details-product .details-container .details-box span{
    font-size: 12px;
    font-weight: bold;
}
.latest-products .products-container .details-product .details-container .details-box span:first-child{
    color: #000;
}.latest-products .products-container .details-product .details-container .details-box span:nth-child(2){
    color: #5F9FAB;
}
.latest-products .products-container .details-product .details-container > span{
    display: inline-block;
    font-size: 16px;
    margin: 5px 0;
}
.latest-products .products-container .details-product .details-container .details-buttons{
    display: flex;
    align-items: center;
}
.latest-products .products-container .details-product .details-container .details-buttons div{
    width: 108px;
    height: 27px;
    padding-left: 35px;
    font-size: 11px;
    line-height: 27px;
}
.latest-products .products-container .details-product .details-container .details-buttons div:first-child{
    background: url(images/addtocart.gif);
    margin-right: 5px;
}
.latest-products .products-container .details-product .details-container .details-buttons div:nth-child(2){
    background: url(images/compare.gif)
}
/*end latest-products page */
/* start shopping-cart */
.shopping{ 
    width: 195px;

    margin-top: 30px;
}
.shopping .shopping-cart{
    width: 195px;
    height: 84px;
    background: url(images/cart_bg.gif);
    padding: 5px;
}
.shopping .shopping-cart p{
    text-align: center;
    font-size: 13px;
    padding-top: 5px;
    color: #847676;
}
.shopping .shopping-cart .shopping-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.shopping .shopping-cart .shopping-box > div{
    width: 100px;
}
.shopping .shopping-cart .shopping-box  div:nth-child(2){
    position: relative;
    width: 50px;
    transition: var(--main-transation);
}
.shopping .shopping-cart .shopping-box  div:nth-child(2) img{
    cursor: pointer;
}
.shopping .shopping-cart .shopping-box  div:nth-child(2)::before{
    display: none;
    position: absolute;
    content: "Checkout";
    width: fit-content;
    font-size: 13px;
    color: white;
    background-color: #777;
    padding: 4px 3px;
    top: -10px;
    left: 40px;
}
.shopping .shopping-cart .shopping-box  div:nth-child(2):hover::before{
    display: block;
}
.shopping .shopping-cart .shopping-box span{
    font-size: 13px;
}
.shopping .shopping-cart .shopping-box .item{
    display: block;
    font-size: 13px;
    padding-bottom: 5px;
    border-bottom: 1px dashed #000;
}
.shopping .shopping-cart .shopping-box .price{
    color: red;
}
.products .new-product{
    border-left: 1px solid #4f8a95;
    border-right: 1px solid #4f8a95;
    border-bottom: 1px solid #4f8a95;
    border-radius: 6px 6px 0 0;
    text-align: center;
}
.special-p{
    width: 195px;
    height: 30px;
    background: url(images/menu_title_bg.gif);
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    color: white;
    line-height: 30px;
}
.products .new-product span{
    font-size: 13px;
}
.products .new-product .product-name{
    color: #ea2222;
    font-weight: bold;
    padding-bottom: 5px;
}
.products .new-product .product-price{
    padding-bottom: 5px;
}
/* end shopping-cart */
/* start footer */
.footer{
    width: var(--main-width);
    height: 65px;
    margin: auto;
    background: url(images/footer_bg.gif) repeat-x top;
}
.footer .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer .container div:nth-child(2){
    font-size: 12px;
    text-align: center;
    color: #666666;
}
.footer .container div:nth-child(2) p{
    margin-top: 5px;
}
.footer .container ul{
    list-style: none;
    display: flex;
    align-items: center;
}
.footer .container ul li{
    padding: 5px;
}
.footer .container ul li:not(:last-child){
    margin-right: 5px;
}
.footer .container ul li a{
    position: relative;
    font-size: 12px;
    text-decoration: none;
    color: #666666;
    transition: var(--main-transation);
}
.footer .container ul li a::before{
    position: absolute;
    content: "";
    width: 0;
    height: 1px;
    bottom: 0;
    background-color: #666666;
}
.footer .container ul li:hover a::before{
    width: 100%;
}
/* end footer */