*{
    box-sizing: border-box;
}
body{
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    background-image: url(img/v-toy-header-1-opt.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
}

.cotainer{
    width: 80%;
    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{
    margin-top: 75px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0px 10px 0px;
    border-bottom: 2px dashed #3BB5EC;
}

.about-left{
    position: relative;
}

.about-left a{
    padding-right: 15px;
}

.about-right a{
    padding-right: 15px;
}

.lan{
    position: relative;
}

.drapdown-lan{
    background-color: white;
    border: 1px solid #3BB5EC;
    position: absolute;
    top: 100%;
    left: -5%;
    width: 150px;
    height: 60px;
    padding-left: 10px;
    display: none;
}

.drapdown-lan a{
    display: block;
    padding-top: 10px;
    color: gray;
}

.drapdown-lan a:hover{
    color: #3BB5EC;
}

.show{
    display: block !important;
}

.drapdown-country{
    background-color: white;
    border: 1px solid #3BB5EC;
    /* border-top: 0; */
    position: absolute;
    top: 100%;
    right: -10%;
    width: 150px;
    height: 100px;
    padding-left: 10px;
    display: none;
}

.drapdown-country a{
    display: block;
    padding-top: 10px;
    color: gray;
}

.drapdown-country a:hover{
    color: #3BB5EC;
}

/* LOGO */

.logo{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    border-bottom: 2px dashed #3BB5EC;
    padding-bottom: 20px;
}

.gift{
    display: flex;
    justify-content: start;
    align-items: center;
    width: 40%;
}

.gift h4{
    margin-bottom: 5px;
    margin-top: 5px;
}

.gift div{
    margin-right: 20px;
}

.logo-img{
    width: 40%;
}

.logo-img img{
    width: 25%;
    border-radius: 20px;
}

.logo a{
    background-color: #E49221;
    color: white;
    padding: 10px 15px;
}

/* HEADER */

.header2 {
    display: none;
}

header{
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-top: 20px !important;
}

.header-left span{
    padding-right: 5px;
    padding-left: 5px;
}

.header-mid a{
    padding-right: 15px;
}

.header-right a{
    padding-left: 5px;
    padding-right: 5px;
}



/* SLIDER */

.slider{
    position: relative;
    background-image: url(img/v-toy-sl-bg-1-opt.jpg);
    height: 650px;
    overflow: hidden;
    margin-top: 50px;
}

.slider-img{
    position: absolute;
    top: 7%;
    right: 0;
}

.slider-des{
    position: absolute;
    top: 20%;
    left: -100%;
}

.slider-des h1{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 74px;
    color: white;
    font-weight: 400;
    margin-bottom: 10px;
}

.slider-des p{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 24px;
    color: white;
}

.slider-des a{
    background-color: #36A5D3;
    color: white;
    padding: 10px 15px;
}

.slider-des2{
    position: absolute;
    top: 20%;
    left: -100%;
}

.slider-des2 h1{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 74px;
    color: white;
    font-weight: 400;
    margin-bottom: 10px;
}

.slider-des2 p{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 24px;
    color: white;
}

.slider-des2 a{
    background-color: #36A5D3;
    color: white;
    padding: 10px 15px;
}

.slider-des3{
    position: absolute;
    top: 20%;
    left: -100%;
}

.slider-des3 h1{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 74px;
    color: white;
    font-weight: 400;
    margin-bottom: 10px;
}

.slider-des3 p{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 24px;
    color: white;
}

.slider-des3 a{
    background-color: #36A5D3;
    color: white;
    padding: 10px 15px;
}

.start{
    position: absolute;
    top: 20%;
    left: 10%;
}

.start h1{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 74px;
    color: white;
    font-weight: 400;
    margin-bottom: 10px;
}

.start p{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 24px;
    color: white;
}

.start a{
    background-color: #36A5D3;
    color: white;
    padding: 10px 15px;
}

.normal{
    left: 10% !important;
    transition: 1s;
}

.remove{
    left: -100%;
}

.first{
    background-image: url(img/v-toy-sl-bg-1-opt.jpg);
}

.second{
    background-image: url(img/v-toy-sl3-bg-1-opt.jpg);
}

.third{
    background-image: url(img/v-toy-sl2-bg.jpg);
}

/* IMAGES */

.images{
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-top: 50px;
}

.images div{
    width: 31%;
    overflow: hidden;
}

.images div img{
    width: 100%;
}

.images img:hover{
    scale: 1.1;
    transition: .5s;
}

/* WELCOME */

.welcome{
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-top: 100px;
}

.welcome-des h3{
    font-size: 23px;
    font-weight: 400;
    color: #3BB5E8;
    margin-top: 0;
}

.welcome-des h2{
    font-size: 42px;
    font-weight: 400;
    margin: 10px 0 10px 0;
}

.welcome-des p{
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    color: gray;
}

.welcome-cards{
    display: flex;
    justify-content: space-between;
    align-items: start;
    text-align: center;
}

.welcome-img{
    position: relative;
}

.welcome-img a{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

/* KIDS */

.kids-title{
    text-align: center;
    margin-top: 100px;
}

.kids-title h3{
    font-size: 22px;
    font-weight: 400;
}

.kids-title h2{
    font-size: 42px;
    font-weight: 400;
    margin-top: 0;
}

.kids{
    display: flex;
    justify-content: space-evenly;
    align-items: start;
    margin-top: 50px;
}

.kids-img{
    text-align: center;
}

.kids-img a{
    display: block;
}

/* PRODUCTS */

.products-title{
    text-align: center;
    margin-top: 100px;
}

.products-title h3{
    font-size: 22px;
    font-weight: 400;
    color: #3bb5e8;
}

.products-title h2{
    font-size: 42px;
    font-weight: 400;
    margin: 10px 0 10px 0;
}

.products-title p{
    font-size: 15px;
    font-weight: 400;
    color: gray;
}

.products-title a{
    padding-right: 20px;
    margin-top: 20px;
    overflow: hidden;
    position: relative;
    color: gray;
}

.products-title a::after{
    content: "";
    width: 88%;
    height: 2px;
    background-color: #3bb5e8;
    position: absolute;
    top: 90%;
    left: -100%;
}

.products-title a:hover{
    color: black;
}

.products-title a:hover::after{
    left: 0;
    transition: .5s;
}

#select::after{
    left: 0;
}

#select{
    color: black;
}

.products{
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-top: 50px;
}

.products-card{
    text-align: center;
    width: 24%;
}

.products-card img{
    width: 100%;
}

.products-card h3{
    font-size: 14px;
    font-weight: 600;
}

.products-card span{
    font-size: 13px;
    font-weight: 400;
    color: gray;
}

.price{
    color: #3bb5e8 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    display: block;
    padding: 10px 0 10px 0;
}

.products-card a{
    padding: 10px 15px;
    font-size: 12px;
    font-weight: 600;
    background-color: #3bb5e8;
    color: white;
}

/* OFFER */

.offer{
    display: flex;
    justify-content: space-between;
    align-items: start;
    background-image: url(img/v-toy-special-offer-bg-opt.jpg);
    margin-top: 100px;
}

.offer-right h3{
    font-size: 22px;
    color: #3bb5e8;
    font-weight: 400;
}

.offer-right h2{
    font-size: 42px;
    font-weight: 400;
    margin: 10px 0 10px 0;
}

.offer-right p{
    font-size: 15px;
    color: gray;
    font-weight: 400;
    line-height: 25px;
}

.offer-right span{
    width: 70px;
    height: 70px;
    background-color: white;
    color: black;
    display: inline-block;
    border: 1px solid lightgray;
    text-align: center;
    padding-top: 7px;
    font-size: 25px;
    font-weight: 400;
}

.offer-right a{
    background-color: #3bb5e8;
    color: white;
    padding: 10px 15px;
    margin-top: 20px;
}

/* CUSTOMER */

.customer{
    text-align: center;
    margin-top: 100px;
    border: 1px solid #3bb5e8;
    position: relative;
}

.customer h3{
    font-size: 22px;
    font-weight: 400;
}

.customer h2{
    font-size: 42px;
    font-weight: 400;
    margin: 10px 0 10px 0;
}

.customer img{
    border-radius: 50%;
}

.arow{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 50%;
    width: 100%;
    padding: 0px 20px 0px 20px;
}

.cutomer-card2{
    display: none;
}

.cutomer-card3{
    display: none;
}

.show2{
    display: block !important;
}

.remove2{
    display: none !important;
}

/* ARTICLES */

.articles-title{
    text-align: center;
    margin-top: 100px;
}

.articles-title h3{
    font-size: 22px;
    font-weight: 400;
}

.articles-title p{
    color: gray;
}

.articles-title h2{
    font-size: 42px;
    font-weight: 400;
    margin: 10px 0 10px 0;
}

.articles-cards{
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-top: 50px;
}

.articles-card{
    width: 32%;
    text-align: center;
    position: relative;
    border: 1px solid lightgray;
}

.articles-card img{
    border-radius: 50%;
}

.articles-card h2{
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 30px;
}

.articles-card span{
    color: gray;
}

.articles-card a{
    color: #3bb5e8;
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 20px;
}

.articles-card span a{
    padding-right: 10px;
    margin: 0;
}

.articles-card p{
    font-size: 14px;
    font-weight: 400;
    color: gray;
    line-height: 22px;
}

.articles-img img{
    width: 100%;
    border-radius: 0;
}

.categorie{
    position: absolute;
    top: 52%;
    left: 25%;
    background-color: #3bb5e8;
    color: white !important;
    padding: 5px;
    font-size: 12px;
    font-weight: 600;
}

/* TOY CATEGORIES */

.toy-categories{
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-top: 100px;
}

.toy-categories-card{
    width: 32%;
    display: flex;
    justify-content: start;
    align-items: start;
}

.toy-categories-img{
    width: 40%;
}

.toy-categories-img img{
    width: 100%;
}

.toy-categories-link{
    width: 60%;
    padding-left: 20px;
}

.toy-categories-link h4{
    margin-bottom: 0px;
}

.toy-categories-link h4:hover{
    color: #3bb5e8;
}

.toy-categories-link a{
    display: block;
    padding-top: 20px;
    color: gray;
}

.toy-categories-link a:hover{
    color: #3bb5e8;
}

#down{
    margin-top: 50px;
}

/* PRODUCT-ITEM */

.product-item{
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-top: 100px;
}

.product-item-left{
    width: 74%;
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.product-item-cards{
    width: 30%;
}

.product-item-card{
    display: flex;
    justify-content: start;
    align-items: start;
    margin-top: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid lightgray;
}

.product-item-img{
    width: 30%;
}

.product-item-des{
    width: 70%;
}

.product-item-des h3{
    font-size: 14px;
    font-weight: 600;
    margin: 5px 0 5px 0;
}

.title{
    font-size: 18px;
    font-weight: 600;
}

.product-item-right{
    width: 24%;
    margin-left: 10px;
}

.product-right-card{
    display: flex;
    justify-content: start;
    align-items: start;
}

.product-right-img{
    padding-top: 20px;
}

.product-right-des{
    margin-left: 10px;
}

.product-right-des p{
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: gray;
}

/* FOOTER */

.footerbg{
    background-image: url(img/v-toy-ft-bg-1.jpg);
}

footer{
    display: flex;
    justify-content: space-evenly;
    align-items: start;
    margin-top: 50px !important;
    padding: 20px 0 20px 0;
    color: white;
}

.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;
    color: lightgray;
}

.links a:hover{
    color: white;
}

/* SECONDFOOTER */

.secondfooter{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid lightgray;
    color: white;
}

.secondfooter a{
    color: lightgrey;
    text-decoration: underline;
}

@media (max-width: 768px) {
    .logo a{
        display: none;
    }

    .logo-img{
        text-align: right;
    }

    .slider{
        height: 300px;
    }

    .slider-img{
        text-align: right;
    }

    .slider-img img{
        width: 50%;
        top: 50%;
        right: 0;
    }

    .start{
        position: absolute;
        top: 10%;
        left: 10%;
    }
    
    .start h1{
        font-family: Arial, Helvetica, sans-serif;
        font-size: 47px;
        color: white;
        font-weight: 400;
        margin-bottom: 10px;
    }
    
    .start p{
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 400;
        font-size: 16px;
        color: white;
    }
    
    .start a{
        background-color: #36A5D3;
        color: white;
        padding: 10px 15px;
    }

    .slider-des{
        position: absolute;
        top: 10%;
        left: -100%;
    }
    
    .slider-des h1{
        font-family: Arial, Helvetica, sans-serif;
        font-size: 47px;
        color: white;
        font-weight: 400;
        margin-bottom: 10px;
    }
    
    .slider-des p{
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 400;
        font-size: 16px;
        color: white;
    }
    
    .slider-des a{
        background-color: #36A5D3;
        color: white;
        padding: 10px 15px;
    }
    
    .slider-des2{
        position: absolute;
        top: 10%;
        left: -100%;
    }
    
    .slider-des2 h1{
        font-family: Arial, Helvetica, sans-serif;
        font-size: 47px;
        color: white;
        font-weight: 400;
        margin-bottom: 10px;
    }
    
    .slider-des2 p{
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 400;
        font-size: 16px;
        color: white;
    }
    
    .slider-des2 a{
        background-color: #36A5D3;
        color: white;
        padding: 10px 15px;
    }
    
    .slider-des3{
        position: absolute;
        top: 10%;
        left: -100%;
    }
    
    .slider-des3 h1{
        font-family: Arial, Helvetica, sans-serif;
        font-size: 47px;
        color: white;
        font-weight: 400;
        margin-bottom: 10px;
    }
    
    .slider-des3 p{
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 400;
        font-size: 16px;
        color: white;
    }
    
    .slider-des3 a{
        background-color: #36A5D3;
        color: white;
        padding: 10px 15px;
    }

    .normal{
        left: 10% !important;
        transition: 1s;
    }
    
    .remove{
        left: -100%;
    }

    /* WELCOME */

    .images{
        display: flex;
        justify-content: space-between;
        align-items: start;
        margin-top: 50px;
    }
    
    .images div{
        width: 31%;
        overflow: hidden;
    }
    
    .images div img{
        width: 100%;
    }
    
    .images img:hover{
        scale: 1.1;
        transition: .5s;
    }
    
    /* WELCOME */
    
    .welcome{
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 100px;
    }

    .welcome-des{
        width: 48%;
    }
    
    .welcome-des h3{
        font-size: 16px;
        font-weight: 400;
        color: #3BB5E8;
        margin-top: 0;
    }
    
    .welcome-des h2{
        font-size: 30px;
        font-weight: 400;
        margin: 5px 0 5px 0;
    }
    
    .welcome-des p{
        display: none;
    }
    
    .welcome-cards{
        display: flex;
        justify-content: space-between;
        align-items: start;
        text-align: center;
        margin-top: 30px;
    }
    
    .welcome-img{
        position: relative;
        width: 48%;
    }

    .welcome-img img{
        width: 100%;
    }
    
    .welcome-img a{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }

    /* KIDS */
    
    .kids{
        display: flex;
        justify-content: space-evenly;
        align-items: start;
        margin-top: 50px;
    }
    
    .kids-img{
        text-align: center;
    }

    .kids-img img{
        width: 70%;
    }
    
    .kids-img a{
        display: block;
    }

    /* PRODUCTS */

    .products {
        display: block;
    }

    .products-card{
        display: inline-block;
        width: 49%;
        margin-top: 20px;
    }

    /* OFFER */

    .offer-right p{
        display: none;
    }

    .offer-right span{
        width: 45px;
        height: 45px;
        font-size: 16px;
        padding-top: 5px;
    }

    .offer-right a{
        padding: 5px 7px;
        font-size: 14px;
        margin-right: 10px;
    }

    /* ARTICLE */

    .articles-cards{
        display: block;
    }

    .articles-card{
        display: inline-block;
        width: 49%;
        margin-top: 20px;
    }

    .categorie{
        top: 41%;
        left: 20%;
    }

    /* TOY CATEGORIES */

    .toy-categories-link a{
        font-size: 12px;
    }

    /* PRODUCT-ITEM */

    .product-item{
        display: none;
    }

    /* FOOTER */

    .footer-left{
        width: 40%;
        padding-top: 20px;
    }

    .footer-left img{
        width: 70%;
    }

    .footer-left p{
        display: none;
    }

    .footer-right{
        width: 60%;
    }

    .footer-right h3{
        font-size: 15px;
    }

    .footer-right a{
        font-size: 14px;
    }

    .footer-posts{
        display: none;
    }

    .links{
        width: 32%;
    }

    .secondfooter{
        font-size: 14px;
    }
}


@media (max-width: 480px) {

    body{
        background-image: none;
    }
    
    .about{
        display: none;
    }

    .logo{
        display: none;
    }

    header{
        display: none;
    }

    .header2 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 20px 0 20px;
        text-align: center;
        margin-top: 100px;
    }

    .logo2 {
        width: 50%;
    }

    .logo2 img {
        width: 40%;
    }

    .header2 nav {
        width: 50%;
        position: relative;
    }

    .header2 nav div {
        display: none;
        position: absolute;
        top: -100%;
        left: -10%;
        z-index: 1;
        width: 220px !important;
        height: 700px;
        background-color: black;
        color: white;
        text-align: left;
        padding-top: 50px;
        background-image: url(img/v-toy-ft-bg-1.jpg);
    }

    .header2 nav div a {
        display: block;
        padding-left: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid white;
    }

    .close {
        z-index: 2 !important;
        color: white;
        position: absolute;
        top: -70%;
        right: 10%;
    }

    .active {
        display: inline-block !important;
    }

    .slider{
        height: 300px;
        width: 100% !important;
    }

    .slider-img{
        width:65%;
        text-align: right;
    }

    .slider-img img{
        width: 100%;
    }

    .start{
        position: absolute;
        top: 25%;
        left: 5%;
    }
    
    .start h1{
        font-family: Arial, Helvetica, sans-serif;
        font-size: 25px;
        color: white;
        font-weight: 400;
        margin-bottom: 10px;
    }
    
    .start p{
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 400;
        font-size: 14px;
        color: white;
    }
    
    .start a{
        background-color: #36A5D3;
        color: white;
        padding: 5px 7px;
        font-size: 14px;
    }

    .slider-des{
        position: absolute;
        top: 25%;
        left: -100%;
    }
    
    .slider-des h1{
        font-family: Arial, Helvetica, sans-serif;
        font-size: 25px;
        color: white;
        font-weight: 400;
        margin-bottom: 10px;
    }
    
    .slider-des p{
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 400;
        font-size: 14px;
        color: white;
    }
    
    .slider-des a{
        background-color: #36A5D3;
        color: white;
        padding: 5px 7px;
        font-size: 14px;
    }
    
    .slider-des2{
        position: absolute;
        top: 25%;
        left: -100%;
    }
    
    .slider-des2 h1{
        font-family: Arial, Helvetica, sans-serif;
        font-size: 25px;
        color: white;
        font-weight: 400;
        margin-bottom: 10px;
    }
    
    .slider-des2 p{
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 400;
        font-size: 14px;
        color: white;
    }
    
    .slider-des2 a{
        background-color: #36A5D3;
        color: white;
        padding: 5px 7px;
        font-size: 14px;
    }
    
    .slider-des3{
        position: absolute;
        top: 25%;
        left: -100%;
    }
    
    .slider-des3 h1{
        font-family: Arial, Helvetica, sans-serif;
        font-size: 25px;
        color: white;
        font-weight: 400;
        margin-bottom: 10px;
    }
    
    .slider-des3 p{
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 400;
        font-size: 14px;
        color: white;
    }
    
    .slider-des3 a{
        background-color: #36A5D3;
        color: white;
        padding: 5px 7px;
        font-size: 14px
    }

    .normal{
        left: 5% !important;
        transition: 1s;
    }
    
    .remove{
        left: -100%;
    }

    /* IMAGES */

    .images{
        display: flex;
        justify-content: space-between;
        align-items: start;
        margin-top: 50px;
        width: 95%;
        text-align: center;
        padding-right: 20px;
    }
    
    .images div{
        width: 33%;
        overflow: hidden;
    }
    
    .images div img{
        width: 100%;
    }
    
    /* WELCOME */
    
    .welcome{
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 100px;
    }

    .welcome-des{
        width:100%;
    }

    .welcome-des{
        text-align: center;
    }
    
    .welcome-des h3{
        font-size: 16px;
        font-weight: 400;
        color: #3BB5E8;
        margin-top: 0;
    }
    
    .welcome-des h2{
        font-size: 30px;
        font-weight: 400;
        margin: 5px 0 5px 0;
    }
    
    .welcome-des p{
        display: none;
    }
    
    .welcome-cards{
        display: flex;
        justify-content: space-between;
        align-items: start;
        text-align: center;
        margin-top: 30px;
    }
    
    .welcome-img{
        position: relative;
        width: 48%;
        display: none;
    }

    /* KIDS */

    .kids-title h2{
        font-size: 30px;
    }

    .kids-title h3{
        font-size: 18px;
    }
    
    .kids{
        display: flex;
        justify-content: space-evenly;
        align-items: start;
        margin-top: 50px;
    }
    
    .kids-img{
        text-align: center;
    }

    .kids-img img{
        width: 70%;
    }
    
    .kids-img a{
        display: block;
        font-size: 9px;
    }

    /* PRODUCTS */

    .products-title h3{
        font-size: 20px;
    }

    .products-title h2{
        font-size: 30px;
    }

    .products-title p{
        font-size: 12px;
    }

    .products-title a{
        font-size: 12px;
    }

    .products {
        display: block;
    }

    .products-card{
        display: inline-block;
        width: 49%;
        margin-top: 20px;
    }

    .products-card img{
        width: 100%;
    }

    .products-card h3{
        font-size: 18px;
    }

    /* OFFER */

    .offer{
        width: 100%;
        align-items: center;
    }

    .offer-left{
        width: 50%;
    }

    .offer-left img{
        width: 100%;
    }

    .offer-right{
        padding-right: 20px;
    }

    .offer-right p{
        display: none;
    }

    .offer-right h2{
        font-size: 20px;
    }

    .offer-right h3{
        font-size: 12px;
    }

    .offer-right span{
        width: 35px;
        height: 35px;
        font-size: 14px;
        padding-top: 2px;
    }

    .offer-right a{
        padding: 5px 7px;
        font-size: 12px;
        margin-right: 10px;
    }

    /* ARTICLE */

    .articles-cards{
        display: block;
    }

    .articles-card{
        display: inline-block;
        width: 49%;
        margin-top: 20px;
    }

    .articles-content h2{
        font-size: 14px;
        margin-top: 10px;
    }

    .articles-content span{
        font-size: 8px;
    }

    .articles-content span a{
        display: none;
    }

    .articles-content span img{
        width: 7%;
    }

    .articles-content p{
        font-size: 10px;
        line-height: 15px;
    }

    .articles-content a{
        font-size: 10px;
        padding-bottom: 0px;
        margin-bottom: 5px;
    }

    .categorie{
        top: 33%;
        left: 20%;
        font-size: 6px;
    }

    /* TOY CATEGORIES */

    .toy-categories{
        display: none;
    }

    /* PRODUCT-ITEM */

    .product-item{
        display: none;
    }

    /* FOOTER */

    footer{
        display: block;
    }

    .footer-left{
        display: none;
    }

    .footer-left img{
        width: 70%;
    }

    .footer-left p{
        display: none;
    }

    .footer-right{
        display: flex;
        justify-content: space-between;
        align-items: start;
        width: 100%;
    }

    .footer-right h3{
        font-size: 15px;
    }

    .footer-right a{
        font-size: 14px;
    }

    .footer-posts{
        display: none;
    }

    .links{
        display: inline-block;
        width: 30%;
    }

    .secondfooter{
        font-size: 14px;
    }

    .secondfooter img{
        width: 35%;
    }
}