

.sidebar {display:none;}


.slick-initialized .slick-slide {margin:5px;}

.gifts10-container h1 {margin: 0px auto 10px;}


.gifts10-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 100px;
}


.gifts10-container a {display:block;width: 23%;padding-top: 23%;position: relative;border-radius: 50%;color:#fff;}

.gifts10-container a[href*="for-her"] {background:pink}
.gifts10-container a[href*="for-him"] {background:skyblue}
.gifts10-container a[href*="for-children"] {background:yellowgreen}
.gifts10-container a[href*="for-teens"] {background: #ffa501;}

.gifts10-container > p {
    text-align: center;
    font-size: 14px;
    margin: 10px 30px 20px;
}




.gifts10-container h2 {
    text-align: center;
    font-family: "big-surprise","Georgia","Times New Roman","serif";
    font-size: 36px;
    color: #fd7a9c;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 10px;
    padding: 2px
}

.gifts10-container h3 {
    text-align: center;
    background: #7eaa52;
    display: block;
    margin: 5px 7px 15px;
    padding: 9px;
    font-size: 15px;
    color: #fefefe;
    clear: both;
    border-radius: 10px;
}

div.gifts10-link {
    border: 1px solid #d6d4d4;
}


a.gifts10-link p {
    font-size: 120%;
    font-weight: 700;
    margin: 0px;
    position: absolute;
    top: 44%;
    left: 0;
    bottom: 0;
    right: 0;
    line-height: 95%;
    text-align: center;
    transition: opacity .5s;
}




a.gifts10-link p u {display:block;margin-top: 12px;font-size: 140%; transition: font-size .2s}

.gifts10-container a:hover p u {font-size:150%; transition: font-size .5s;}




@media only screen and (min-width:768px) and (max-width:919px) {


    .gifts10-container > p {
    font-size: 12px;
}

a.gifts10-link p {top:38%;font-size: 110%;}
    
}

@media only screen and (max-width:767px) and (min-width:480px) {



}

@media only screen and (max-width:479px) {

    a.gifts10-link {
        width: 47%;
        PADDING-TOP: 47%;
        MARGIN-BOTTOM: 20px;
    }


    .gifts10-container h1 {margin: 0px auto 2px;}

    .gifts10-container > p {
    text-align: center;
    font-size: 12px;
    margin: 10px 10px 20px;
}

   
}