*{
    box-sizing: border-box;
}
body{
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}

.cotainer{
    width: 90%;
    margin: auto;
}

a{
    display: inline-block;
    color: inherit;
    text-decoration: none;
}

/* FEARSTHEADER */

.back{
    background-color: rgba(5, 0, 78, 1);
    padding: 20px;
    position: fixed;
    width: 100%;
    z-index: 100;
    top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.about{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid lightgray;
    padding: 10px 80px 10px 80px;
    margin-top: 76px;
}

.about-left{
    position: relative;
}

.about-left a{
    padding-right: 15px;
}

.about-right a{
    padding-right: 15px;
}

.social{
    padding: 0 !important;
    padding-right: 5px !important;
    color: gray;
}

.social:hover{
    color: black;
}

.lan{
    position: relative;
}

.drapdown-lan{
    /* border: 1px solid lightgray; */
    position: absolute;
    top: 100%;
    left: 0;
    width: 150px;
    height: 60px;
    padding-left: 10px;
    display: none;
}

.drapdown-lan a{
    display: block;
    padding-top: 5px;
    color: gray;
}

.drapdown-lan a:hover{
    color: red;
}

.show{
    display: block !important;
}

.drapdown-country{
    /* border: 1px solid lightgray; */
    border-top: 0;
    position: absolute;
    top: 100%;
    left: 18%;
    width: 150px;
    height: 80px;
    padding-left: 10px;
    display: none;
}

.drapdown-country a{
    display: block;
    padding-top: 5px;
    color: gray;
}

.drapdown-country a:hover{
    color: red;
}

/* SEARCH */

.search{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 70px;
}

.serach-left{
    width: 20%;
    /* text-align: center; */
}

.serach-mid{
    width: 60%;
}

.serach-mid input{
    width: 70%;
    height: 50px;
}

.serach-mid input::placeholder{
    padding-left: 5px;
}

.serach-right{
    width: 20%;
}

.serach-left img{
    width: 50%;
    border-radius: 10px;
}

/* HEADER */

.menus {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 50px;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    background-color: #DB3340;
    color: white;
    position: relative;
    padding: 0px 80px 0px 80px;
}

.categori {
    width: 20%;
    background-color: #C62437;
    color: white;
    padding: 10px;
}

.categori span {
    position: relative;
    padding-left: 25px;
}

.list {
    position: absolute;
    top: 7px;
    left: 85px;
}

.items {
    width: 50%;
    text-align: center;
}

.items a {
    padding-right: 20px;
    font-size: 20px;
}

.special {
    width: 30%;
    text-align: center;
}

.special span {
    padding-right: 20px;
}

/* COVER */

.cover{
    background-image: url(img/cat-electro-bg-3.jpg);
    background-repeat: no-repeat;
    height: 350px;
    text-align: center;
    margin-bottom: 100px;
    position: relative;
}

.cover h1{
    color: white;
    font-size: 80px;
    padding-top: 50px;
    margin: 0;
    margin-bottom: 30px;
}

.cover-items{
    display: flex;
    justify-content: center;
    align-items: center;
}

.cover-item{
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    width: 16%;
}

.cover-item img{
    width: 20%;
}

.cover-title{
    padding-left: 10px;
}

.cover-title h4{
    margin-top: 5px;
    margin-bottom: 5px;
    overflow: hidden;
    position: relative;
}

#accessories-title h5{
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 17px;
}

#accessories-title a{
    text-decoration: underline #007BC4;
}

.cover-title h4::before{
    content: "";
    width: 100%;
    height: 2px;
    background-color: #007BC4;
    position: absolute;
    bottom: 0;
    left: -100%;
    transition: .5s;
}

.cover-title h4:hover::before{
    left: 0;
}

/* ITEM */

.item {
    width: 21.2%;
    margin: 0;
    position: absolute;
    top: 340px;
    left: 80px;
    z-index: 3 !important;
    background-color: white;
    display: none;
}

.categori:hover .item{
    display: block !important;
}

.item a{
    color: gray;
}

.item a:hover{
    color: #0070B2;
}

.link{
    color: black !important;
}

.item h5{
    color: black;
}

.item h5:hover{
    color: #0070B2;
}

.categories{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid rgba(0, 0, 0, 0.178);
    padding: 10px;
    font-size: 20px;
}

.title img{
    width: 7%;
}

.furniture {
    display: none;
}

.show {
    display: block !important;
}

.furniture-item {
    display: flex;
    justify-content: space-around;
    align-items: start;
    position: absolute;
    top: 0;
    left: 100%;
    background-color: white;
    width: 900px;
    height: 500px;
    z-index: 2;
}

.furniture-item a {
    display: block;
    padding-top: 20px;
}

.furniture-item h5 {
    margin-bottom: 0;
    font-size: 20px;
}

.img {
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    position: absolute;
    top: 80%;
    left: 100%;
    padding-left: 40px;
    z-index: 3;
}

.img img {
    padding-left: 20px;
}

.cooking {
    width: 950px;
    height: 500px;
    z-index: 2;
    position: absolute;
    top: 0%;
    left: 100%;
    /* background-color: #171614; */
    background-image: url(img/menu-categories-fr-6.png);
    color: white;
    display: none;
}

.cooking-item {
    display: flex;
    justify-content: start;
    align-items: start;
}

.cooking-item div {
    padding-left: 50px;
}

.cooking-item a {
    display: block;
    padding-top: 20px;
}

.cooking-item h5 {
    margin-bottom: 0;
    font-size: 18px;
    color: white;
}

.cooking-item2 {
    display: flex;
    justify-content: start;
    align-items: start;
    width: 100%;
}

.cooking-item2 div {
    padding-left: 50px;
}

.cooking-item2 a {
    display: block;
    padding-top: 20px;
}

.cooking-item2 img {
    width: 600px;
    /* padding-left: 200px; */
}

.cooking-item2 h5 {
    margin-bottom: 0;
    font-size: 18px;
    color: white;
}

.accessories {
    display: flex;
    justify-content: space-between;
    align-items: start;
    width: 950px;
    height: 500px;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 2;
    background-color: white;
    visibility: hidden;
}

.accessories a {
    display: block;
    padding-top: 15px;
}

.accessories-item2 {
    /* padding-right: 70px; */
    width: 30%;
}

.accessories-item h5 {
    margin-bottom: 5px;
    font-size: 20px;
}

.item-up {
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.item-up div {
    padding-left: 100px;
}

.item-down {
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.item-down div {
    padding-left: 100px;
}

.summer-item {
    display: flex;
    justify-content: start;
    align-items: start;
    border: 1px solid gray;
}

.fashion {
    display: flex;
    justify-content: space-between;
    align-items: start;
    width: 950px;
    height: 500px;
    background-color: white;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 2;
    visibility: hidden;
}

.fashion-dis {
    width: 60%;
}

.fashion-banner {
    width: 40%;
    text-align: right;
}

.fashion-item {
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-top: 10px;
    margin-left: 30px;
    text-align: center;
}

.fashion-item img {
    width: 15%;
}

.fashion-item a {
    display: block;
}

.fashion-item h5 {
    margin-bottom: 5px;
    margin-top: 10px;
    font-size: 20px;
}

.fashion-left {
    width: 50%;
}

.fashion-right {
    width: 50%;
}

.clocks {
    background-color: white;
    z-index: 2;
    width: 950px;
    height: 500px;
    position: absolute;
    top: 0;
    left: 100%;
    visibility: hidden;
}

.clocks-down {
    padding-left: 40px;
    margin-top: 30px;
}

.clocks-down img {
    padding-left: 10px;
}

.first-clock {
    display: flex;
    justify-content: space-around;
    align-items: start;
}

.first-clock a {
    display: block;
    padding-top: 10px;
}

.first-clock h5 {
    margin-bottom: 5px;
    font-size: 20px;
}

.second-clock {
    display: flex;
    justify-content: space-evenly;
    align-items: start;
    margin-top: 50px;
}

.second-clock a {
    display: block;
    padding-top: 10px;
}

.second-clock h5 {
    margin-bottom: 5px;
    font-size: 20px;
}

.lighting {
    width: 950px;
    height: 500px;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 100%;
    background-color: white;
    visibility: hidden;
}

.lighting-up {
    display: flex;
    justify-content: space-around;
    align-items: start;
    z-index: 100;
    margin-top: 50px;
}

.lighting-up h5 {
    margin-bottom: 5px;
    font-size: 20px;
}

.lighting-up a {
    display: block;
    padding-top: 10px;
}

.lighting-down {
    display: flex;
    justify-content: center;
    align-items: start;
}

.lighting-down h5 {
    margin-bottom: 5px;
    font-size: 20px;
}

.lighting-down .lighting-item {
    padding-right: 150px;
}

.lighting-down a {
    display: block;
    padding-top: 10px;
}

.toys {
    width: 950px;
    height: 500px;
    background-color: white;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 100%;
    visibility: hidden;
}

.toys-up {
    display: flex;
    justify-content: space-evenly;
    align-items: start;
}

.toys-up h5 {
    margin-bottom: 5px;
    font-size: 20px;
}

.toys-down {
    display: flex;
    justify-content: space-between;
    align-items: start;
    background-color: rgb(230, 229, 229);
    margin-top: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.toys-left {
    width: 70%;
}

.toys-right {
    text-align: center;
}

.toys-right h4 {
    margin-bottom: 5px;
    font-size: 18px;
}

.toys-right span {
    display: block;
}

.left-up {
    display: flex;
    justify-content: space-evenly;
    align-items: start;
}

.left-down {
    display: flex;
    justify-content: space-evenly;
    align-items: start;
}

.toys-left a {
    display: block;
    padding-top: 10px;
}

.toys-right {
    width: 30%;
}

.toys-right img {
    width: 80%;
}

.toy-item {
    border-right: 1px solid black;
    text-align: center;
    width: 25%;
}

.toy-item h6 {
    margin-bottom: 10px;
    font-size: 18px;
    margin-top: 10px;
}

.visibel {
    visibility: visible;
}

/* COVER */

.slide{
    display: flex;
    justify-content: center;
    align-items: start;
    margin-top: 50px;
}

.slide-left{
    width: 50%;
}

.slide-mid{
    width: 25%;
    margin: 0px 20px 0px 20px;
}

.slide-mid img{
    height: 330px;
}

#img1{
    padding-bottom: 20px;
}

.slide-right{
    width: 25%;
}

.slide-right img{
    height: 665px;
}

/* SERVICES */

.services{
    display: flex;
    justify-content: space-around;
    align-items: start;
    margin-top: 100px;
}

.service{
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: start;
}

.service a{
    display: block;
    color: gray;
    padding-top: 10px;
}

.service a:hover{
    color: #DB3340;
}

.service h3{
    margin-bottom: 5px;
}

#services-bottem{
    margin-top: 0;
}

/* NEW */

.new-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid gray;
    margin-top: 100px;
}

.new-title h2{
    display: inline-block;
}

.new-title a{
    padding-left: 10px;
    color: #DB3340;
    font-weight: 600;
}

.new{
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-top: 50px;
}

.new-left{
    width: 80%;
}

.new-cards{
    display: flex;
    justify-content: space-evenly;
    align-items: start;
}

.new-card{
    text-align: center;
}

.new-card img{
    width: 100%;
    height: 350px;
}

.new-card h3{
    margin: 5px 0 5px 0;
}

.new-card span{
    display: block;
    color: gray;
}

.price{
    color: #DB3340 !important;
    padding-top: 10px;
}

#new-bottom{
    margin-top: 40px;
}

.new-right{
    width: 20%;
    text-align: center;
}

.new-right img{
    width: 100%;
    height: 400px;
}

.new-up{
    overflow: hidden;
}

.new-up:hover img{
    transform: scale(1.1);
    transition: .5s;
}

.new-down{
    overflow: hidden;
}

.new-down:hover img{
    transform: scale(1.1);
    transition: .5s;
}

/* POPULAR */

.popular-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid gray;
    margin-top: 100px;
}

.popular-title h2{
    display: inline-block;
}

.popular-title a{
    padding-left: 10px;
    color: #DB3340;
    font-weight: 600;
}

.popular{
    display: flex;
    justify-content: space-evenly;
    align-items: start;
    margin-top: 50px;
}

.popular-card{
    width: 19%;
    text-align: center;
}

.popular-card img{
    width: 100%;
}

.popular-card h3{
    margin: 5px 0 5px 0;
}

.popular-card span{
    display: block;
}

/* IMAGES */

.images{
    display: flex;
    justify-content: center;
    align-items: start;
    margin-top: 100px;
    position: relative;
}

.images img{
    width: 33%;
    margin-right: 20px;
    position: relative;
}

#image-right{
    margin: 0;
}

.mask1{
    background-color: black;
    opacity: 40%;
    width: 450px;
    height: 320px;
    position: absolute;
    top: 0%;
    left: -12px;
}

.mask1:hover{
    opacity: 50%;
    transition: .5s;
}

.mask2{
    background-color: black;
    opacity: 40%;
    width: 451px;
    height: 320px;
    position: absolute;
    top: 0%;
    left: 33.5%;
}

.mask2:hover{
    opacity: 50%;
    transition: .5s;
}

.mask3{
    background-color: black;
    opacity: 40%;
    width: 450px;
    height: 320px;
    position: absolute;
    top: 0%;
    left: 68%;
}

.mask3:hover{
    opacity: 50%;
    transition: .5s;
}

/* HEADPHONE */

.headphone{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-image: url(img/market-bg.jpg);
    margin-top: 100px;
}

.headphone-left{
    width: 45%;
    text-align: center;
}

.headphone-left h4{
    color: #DB3340;
}

.headphone-left h3{
    font-size: 30px;
    margin: 0;
}

.headphone-left h2{
    font-size: 40px;
    margin: 10px 0px 10px 0px;
}

.headphone-left span{
    display: inline-block;
    padding-right: 20px;
    font-size: 20px;
    font-weight: 600;
}

.headphone-left a{
    margin-top: 20px;
    padding: 10px 15px;
    background-color: #C62437;
    color: white;
}


.headphone-right{
    width: 55%;
    display: flex;
    justify-content: space-evenly;
    align-items: start;
}

.headphone-card{
    text-align: center;
}

.headphone-card img{
    width: 100%;
}

.headphone-card h3{
    margin: 5px 0 5px 0;
}

.headphone-card span{
    display: block;
}

/* PRODUCTS */

.products{
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-top: 100px;
}

.product-left{
    width: 80%;
    display: flex;
    justify-content: space-evenly;
    align-items: start;
    border-right: 1px solid black;
}

.product h2{
    font-size: 18px;
}

.product-card{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.des{
    padding-left: 10px;
    width: 80%;
}

.des h3{
    font-size: 16px;
}

.product-right{
    width: 20%;
    padding-left: 40px;
}

.product-right h2{
    font-size: 15px;
}

.sign{
    display: block;
    background-color: #DB3340;
    color: white;
    padding: 10px 15px;
    width: 50%;
    margin-top: 10px;
    text-align: center;
}

.facebook{
    background-color: #2F487F;
    color: white;
    border-radius: 20%;
    padding: 10px ;
    padding-right: 10px;
}

.twitter{
    background-color: #2CB0DC;
    color: white;
    border-radius: 20%;
    padding: 10px ;
    padding-right: 10px;
}

.pinterst{
    background-color: #AF1C22;
    color: white;
    border-radius: 20%;
    padding: 10px ;
    padding-right: 10px;
}

.linkedin{
    background-color: #02649A;
    color: white;
    border-radius: 20%;
    padding: 10px ;
    padding-right: 10px;
}

.telegram{
    background-color: #2F96C3;
    color: white;
    border-radius: 20%;
    padding: 10px ;
    padding-right: 10px;
}

/* IMAGECATEGORIE */

.imagecategorie{
    display: flex;
    justify-content: space-around;
    align-items: start;
    margin-top: 100px;
}

.imagecategorie div{
    width: 33%;
    overflow: hidden;
}

.imagecategorie-mid{
    margin: 0px 20px 0px 20px;
}

.imagecategorie img{
    width: 100%;
}

.imagecategorie img:hover{
    transform: scale(1.1);
    transition: .5s;
}

/* BRANDS */

.brands{
    text-align: center;
    margin-top: 100px;
}

.brands img{
    padding-right: 40px;
}

/* SHIPING */

.shping{
    display: flex;
    justify-content: space-around;
    align-items: start;
    background-color: #DB3340;
    color: white;
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 50px;
}

.shping-card{
    display: flex;
    justify-content: space-around;
    align-items: start;
}

.shiping-des{
    padding-left: 10px;
}

.shiping-des h3{
    margin-top: 20px;
    margin-bottom: 5px;
}

/* FOOTER */

footer{
    display: flex;
    justify-content: space-evenly;
    align-items: start;
}

.footer-left{
    display: flex;
    justify-content: space-evenly;
    align-items: start;
    width: 50%;
}

.footer-logo{
    width: 50%;
}

.footer-posts{
    width: 50%;
}

.footer-logo span{
    display: block;
    padding-top: 5px;
}

.fooeter-up{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.fooeter-up h4{
    margin: 0;
    margin-bottom: 5px;
    font-weight: 400;
}

.footer-down{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 30px;
    padding-left: 10px;
}

.footer-down h4{
    margin: 0;
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 400;
}

.footer-right{
    display: flex;
    justify-content: space-evenly;
    align-items: start;
    width: 50%;
}

.links a{
    display: block;
    padding-bottom: 10px;
}

/* SECONDFOOTER */

.secondfooter{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid black;
    margin-top: 10px;
}

.secondfooter a{
    color: #C62437;
}

@media(max-width: 768px){
    .about{
        display: none;
    }

    .search{
        margin-top: 100px;
    }

    .menus{
        margin-top: 30px;
        padding: 0 10px 0 10px;
    }

    .categori{
        width: 50%;
    }

    .categori span{
        font-size: 16px;
    }

    .list{
        left: 17px;
    }

    .item{
        top: 154px;
        left: 10px;
    }

    .items a {
        padding-right: 10px;
        font-size: 16px;
    }

    .special{
        display: none;
    }

    .title img{
        width: 12%;
    }

    .item a{
        font-size: 16px;
    }

    .furniture-item{
        width: 610px;
    }

    .cooking{
        width: 600px;
    }

    .cooking-item div{
        padding-left: 25px;
    }

    .cooking-item h5{
        font-size: 13px;
    }

    .cooking-item a{
        font-size: 14px;
    }

    .cooking-item2 div{
        padding-left: 25px;
    }

    .cooking-item2 h5{
        font-size: 13px;
    }

    .cooking-item2 a{
        font-size: 14px;
    }

    .accessories{
        width: 590px;
    }

    .item-up{
        justify-content: start;
    }

    .item-up div{
        padding-left: 40px;
    }

    .item-down{
        justify-content: start;
    }

    .item-down div{
        padding-left: 40px;
    }

    .fashion{
        width: 540px;
    }

    .fashion-item{
        margin-left: 0;
    }

    .clocks{
        width: 570px;
    }

    .second-clock .clocks-item{
        margin-left: 20px;
    }

    .clocks a{
        font-size: 12px;
    }

    .clocks-down{
        display: none;
    }

    .lighting{
        width: 580px;
    }

    .lighting-up{
        margin-left: 20px;
    }

    .lighting-up h5{
        font-size: 14px;
    }

    .lighting-up a{
        font-size: 14px;
    }

    .lighting-down{
        justify-content: start;
    }

    .lighting-down .lighting-item{
        padding: 0;
        margin-left: 40px;
    }

    .lighting-down h5{
        font-size: 14px;
    }

    .lighting-down a{
        font-size: 14px;
    }

    .toys{
        width: 595px;
    }

    .toys-up h5{
        font-size: 14px;
    }

    .toys-up a{
        font-size: 14px;
    }

    .toy-item h6{
        font-size: 15px;
    }

    .toy-item span{
        font-size: 12px;
    }

    #img1{
        height: auto;
    }

    .slide-mid img{
        height: 138px;
    }

    .slide-right img{
        height: 324px;
    }

    .services{
        display: block;
        text-align: center;
    }

    .service{
        display: inline-block;
        width: 49%;
    }

    .new-card img{
        height: 220px;
    }

    .new-right img{
        height: 270px;
    }

    .new-down img{
        display: block;
        margin-top: 90px;
    }

    .popular{
        display: block;
        text-align: center;
    }

    .popular-card{
        display: inline-block;
        width: 30%;
        margin: 30px 10px 0px 10px;
    }

    .mask1{
        width: 228px;
        height: 162px;
        left: -16px;
    }

    .mask2{
        width: 228px;
        height: 162px;
    }

    .mask3{
        width: 228px;
        height: 162px;
        left: 69.5%;
    }

    .headphone-left h3{
        font-size: 25px;
    }

    .headphone-left h2{
        font-size: 20px;
    }

    .headphone-card{
        width: 33%;
    }

    .headphone-card h3{
        font-size: 11px;
    }

    .product-left{
        display: block;
    }

    .product{
        display: inline-block;
        width: 49%;
    }

    .product-right{
        padding-left: 20px;
    }

    .product-right h2{
        font-size: 14px;
    }

    .sign{
        width: 82%;
    }

    .shping-card{
        display: block;
        text-align: center;
    }

    footer{
        display: flex;
        flex-direction: column-reverse;
    }

    .footer-left{
        width: 100%;
        margin-top: 50px;
    }

    .footer-right{
        width: 100%;
    }
}

@media(max-width: 480px){
    .cotainer{
        width: 95%;
    }

    .about{
        display: none;
    }

    .search{
        margin-top: 100px;
    }

    .serach-left{
        width: 25%;
    }

    .serach-mid{
        width: 45%;
    }

    .serach-right{
        width: 30%;
    }

    .menus{
        margin-top: 30px;
        padding: 0 10px 0 10px;
    }

    .categori{
        width: 50%;
    }

    .categori span{
        font-size: 14px;
    }

    .list{
        left: 17px;
    }

    .item{
        top: 141px;
        left: 10px;
    }

    .items a {
        padding-right: 10px;
        font-size: 12px;
    }

    .special{
        display: none;
    }

    .title img{
        width: 12%;
    }

    .item{
        width: 23.2%;
    }

    .item a{
        font-size: 12px;
    }

    .categories{
        padding: 5px;
    }

    .categories span{
        font-size: 12px;
    }

    .furniture-item{
        width: 350px;
        display: block;
    }

    .furniture-item div{
        padding-left: 25px;
        display: inline-block;
        width: 49%;
        margin-top: 10px;
    }

    .furniture-item img{
        width: 50px;
    }

    .furniture-item h5{
        margin: 0;
        font-size: 15px;
    }

    .furniture-item a{
        font-size: 13px;
        padding-top: 5px;
    }

    .img{
        display: none;
    }

    .cooking{
        width: 360px;
        height: 384px;
    }

    .cooking-item{
        display: block;
    }

    .cooking-item div{
        padding-left: 25px;
        display: inline-block;
        width: 49%;
    }

    .cooking-item h5{
        font-size: 13px;
    }

    .cooking-item a{
        font-size: 12px;
        padding-top: 5px;
    }

    .cooking-item2 div{
        padding-left: 25px;
    }

    .cooking-item2 h5{
        font-size: 13px;
    }

    .cooking-item2 a{
        font-size: 12px;
        padding-top: 5px;
    }

    .accessories{
        width: 350px;
    }

    .accessories-item h5{
        font-size: 13px;
        margin: 0;
    }

    .accessories-item a{
        font-size: 12px;
        padding-top: 16px;
    }


    .accessories-item2{
        display: none;
    }

    .item-up{
        justify-content: start;
    }

    .item-up div{
        padding-left: 40px;
    }

    #item-up{
        padding-left: 95px;
    }

    .item-down{
        justify-content: start;
    }

    .item-down div{
        padding-left: 40px;
    }

    .fashion{
        width: 540px;
    }

    .fashion-banner{
        display: none;
    }

    .fashion-item{
        margin-left: 0;
    }

    .fashion-item a{
        padding-top: 3px;
    }

    .clocks{
        width: 350px;
    }

    .second-clock .clocks-item{
        margin-left: 20px;
    }

    .clocks a{
        font-size: 12px;
    }

    .first-clock{
        display: block;
    }

    .first-clock h5{
        margin: 0;
    }

    .first-clock a{
        padding-top: 5px;
    }

    .clocks-item{
        display: inline-block;
        width: 49%;
        padding-left: 25px;
    }

    .second-clock{
        display: block;
        margin-top: 10px;
    }

    .second-clock h5{
        margin: 0;
    }

    .second-clock a{
        padding-top: 5px;
    }

    .second-clock .clocks-item{
        display: inline-block;
        width: 49%;
        padding-left: 25px;
        margin: 0;
    }

    .clocks-down{
        display: none;
    }

    .lighting{
        width: 350px;
    }

    .lighting-up{
        margin-left: 20px;
        margin-top: 0;
    }

    .lighting-up h5{
        font-size: 14px;
    }

    .lighting-up a{
        font-size: 14px;
    }

    .lighting-down{
        justify-content: start;
    }

    .lighting-down .lighting-item{
        padding: 0;
        margin-left: 20px;
    }

    .lighting-down h5{
        font-size: 14px;
        margin: 0;
    }

    .lighting-down a{
        font-size: 14px;
    }

    .toys{
        width: 350px;
    }

    .toys-up{
        justify-content: start;
    }

    .toys-up h5{
        font-size: 14px;
    }

    .toys-up a{
        font-size: 14px;
    }

    .toys-left{
        width: 100%;
    }

    .toys-left a{
        padding-top: 12px;
    }

    .toys-right{
        display: none;
    }

    .toys-down{
        display: none;
    }

    .toys-item{
        padding-left: 20px;
    }

    .toys-item a{
        font-size: 12px;
    }

    #img1{
        height: auto;
    }

    .slide-mid img{
        height: 74px;
    }

    .slide-right img{
        height: 197px;
    }

    .services{
        display: block;
        text-align: center;
        margin-top: 50px;
    }

    .service{
        display: inline-block;
        width: 49%;
    }

    .new-title-left{
        width: 92%;
    }

    .new-title-left h2{
        font-size: 16px;
    }

    .new-title-left a{
        font-size: 12px;
        padding-left: 2px;
    }

    .new-title-right{
        width: 8%;
    }

    .new-left{
        width: 100%;
    }

    .new-card img{
        height: 220px;
    }

    .new-right{
        display: none;
    }

    .new-down img{
        display: block;
        margin-top: 90px;
    }

    .popular-left{
        width: 92%;
    }

    .popular-left h2{
        font-size: 16px;
    }

    .popular-left a{
        font-size: 12px;
        padding-left: 5px;
    }

    .popular-right{
        width: 8%;
    }

    .popular{
        display: block;
        text-align: center;
    }

    .popular-card{
        display: inline-block;
        width: 30%;
        margin: 30px 10px 0px 10px;
    }

    .images img{
        margin-right: 5px;
    }

    .mask1{
        width: 149px;
        height: 107px;
        left: -2px;
    }

    .mask2{
        width: 151px;
        height: 106px;
    }

    .mask3{
        width: 150px;
        height: 107px;
        left: 67.5%;
    }

    .headphone{
        display: none;
    }

    .product-left{
        display: block;
        border: 0;
        width: 100%;
    }

    .product{
        display: inline-block;
        width: 100%;
    }

    .product-right{
        display: none;
    }

    .imagecategorie{
        display: none;
    }

    .shping{
        display: block;
    }

    .shping-card{
        display: inline-block;
        text-align: center;
        margin-top: 10px;
    }

    footer{
        display: block;
        text-align: center;
    }

    .footer-left{
        width: 100%;
        margin-top: 50px;
        display: block;
        text-align: center;
    }

    .footer-logo{
        width: 100%;
    }

    .footer-posts{
        width: 100%;
        margin-top: 20px;
        margin-bottom: 40px;
    }

    .footer-right{
        width: 100%;
        display: block;
    }

    .links{
        width: 100%;
        margin-top: 20px;
    }

    .secondfooter img{
        width: 45%;
    }
}
