@import url('https://fonts.googleapis.com/css2?family=Fredoka:wght@300..700&amp;display=swap');

  .item {
    background: #000;
}
.owl-one .owl-prev {
    display: none !important;
}
.owl-one .owl-next {
    display: none !important;
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: block !important;
}
 .nav-btn.prev-slide {
    position: absolute;
    top: 47%;
    left: 0;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 10px;
    border-radius: 50px;
    -webkit-box-shadow: 2px 0px 9px -5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 2px 0px 9px -5px rgba(0, 0, 0, 0.75);
    box-shadow: 2px 0px 9px -5px rgba(0, 0, 0, 0.75);
}

.nav-btn.prev-slide:hover {
    background: #F7B555;
}
.nav-btn.next-slide {
    position: absolute;
    top: 47%;
    right: 0;
    -ms-transform: translate(-50%, -50%);
    transform: translate(50%, -50%); 
    background: #fff;
    padding: 10px;
    border-radius: 50px;
    -webkit-box-shadow: 2px 0px 9px -5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 2px 0px 9px -5px rgba(0, 0, 0, 0.75);
    box-shadow: 2px 0px 9px -5px rgba(0, 0, 0, 0.75);
} 

.nav-btn.next-slide:hover {
    background: #F7B555;
}
.nav-btn1.prev-slide1 {
    position: absolute;
    top: 47%;
    left: 0;
    -ms-transform: translate(-0%, -50%);
    transform: translate(-0%, -50%);
    background: #fff;
    padding: 10px;
    border-radius: 50px;
    -webkit-box-shadow: 2px 0px 9px -5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 2px 0px 9px -5px rgba(0, 0, 0, 0.75);
    box-shadow: 2px 0px 9px -5px rgba(0, 0, 0, 0.75);
}
.nav-btn1.prev-slide1:hover {
    background: #F7B555;
}
.nav-btn1.next-slide1 {
    position: absolute;
    top: 47%;
    right: 0;
    -ms-transform: translate(-0%, -50%);
    transform: translate(0%, -50%); 
    background: #fff;
    padding: 10px;
    border-radius: 50px;
    -webkit-box-shadow: 2px 0px 9px -5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 2px 0px 9px -5px rgba(0, 0, 0, 0.75);
    box-shadow: 2px 0px 9px -5px rgba(0, 0, 0, 0.75);
} 

.nav-btn1.next-slide1:hover {
    background: #F7B555;
}
.nav-btn2.prev-slide2 {
    display: none !important;
}
.nav-btn2.next-slide2{
    display: none !important
} 

button.owl-dot {
    display: none !important;
}
img.c-shape {
    position: absolute;
    width: 100%;
}
.container-toys-m h2 {
    font-size: 32px;
    font-family: "Fredoka", sans-serif;
    color: #302583;
    text-align: center;
    font-weight: 500;
    padding: 30px 0px 10px;
}
.container-toys-m h2 a {
    color: #302583;
}
.container-toys-m h2 a:hover {
    text-decoration: underline;
}
.container-birthday-m h2{
    font-size: 49px;
    font-family: "Fredoka", sans-serif;
    color:#65008E;
    text-align: center;
    font-weight: 600;
    padding: 30px 0px;
}
.toys-kids{
    clear: both;
    width: 100%;
    height: 100%;
   position: relative;
    clear: both;
    
}
.toys-kids-btn
{
    padding: 20px 0px;
    position: relative;
    top: -7px;
}
.birthday-kids{
    clear: both;
    width: 100%;
    height: 100%;
    background-image: url(../png/birthday-toys-bg.png);
    position: relative;
    background-repeat: repeat-x;
    background-color: #EEC0F5;
    margin: 50px 0px;
    clear: both;
    
}
.box1{
    height: auto;
    text-align: center;
    display: block;
    border-radius: 10px;
    transition: 0.70s;
	-webkit-transition: 0.70s;
	-moz-transition: 0.70s;
	-ms-transition: 0.70s;
	-o-transition: 0.70s;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.box1 img{
    border-radius: 10px 10px 0px 0px;
    padding:10px;
}
.box1 p{
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 17px;
    padding: 5px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 50px;
    line-height: 23px;
    height: 105px;
    background: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.toys-amazon-btn{
    text-decoration: none;
    font-family: "Poppins", sans-serif;
    font-size: 17px;
    padding: 15px 30px;
    color: #CC0033;
    border: 2px solid #CC0033;
    border-radius: 50px;
    margin: 0 auto;
    display: flex;
    width: 250px;
    justify-content: center;
    font-weight: 600;
}
.toys-amazon-btn:hover
{
    color: #2b2b2b !important;
    border: 2px solid #2b2b2b;
}
@media screen and (max-width:980px)
{
    .owl-one .owl-prev {
        display: block !important;
    }
    .owl-one .owl-next {
        display: block !important;
    }
   
    .box1 p {
        font-size: 15px;
        min-height: 125px;
        height: 125px;
    }
}
@media screen and (max-width:768px)
{
   
    .box1 p
    {
        font-size:15px;
    }
}

@media screen and (max-width: 640px) {
    .nav-btn.prev-slide {
       display: none;
    }
    .nav-btn.next-slide {
        display: none;
    }

    .container-toys-m h2 {
        font-size:24px;
        line-height: 34px;
    }
}
@media screen and (max-width:400px)
{
    .container-toys-m h2 {
        font-size:24px;
        line-height: 34px;
    }
    .box1 p
    {
        font-size:13px;
        line-height: 19px;
    }
}
@media only screen and (min-width:768px) and (max-width:1080px)
{
    .box1 p {
        font-size: 15px;
        padding: 5px 5px;
        min-height: 125px;
        line-height: 20px;
        height: 125px;
    }
}
@media only screen and (min-width:1080px) and (max-width:1280px)
{
    .box1 p {
        font-size: 15px;
        line-height: 20px;
        padding: 5px 5px;
        min-height: 130px;
        height: 130px;
    }
}
@media only screen and (min-width:1280px) and (max-width:1400px)
{
    .box1 p {
        font-size: 15px;
        line-height: 20px;
        padding: 5px 5px;
        min-height: 130px;
        height: 130px;
    }
}
@media only screen and (min-width:1400px) and (max-width:1600px)
{
    .toys-amazon-btn{
        font-size: 19px;
    }
    .box1 p {
        font-size: 15px;
        line-height: 20px;
        min-height: 130px;
        height: 130px;
    }
}
@media only screen and (min-width:1600px) and (max-width:1920px)
{
    .toys-amazon-btn{
        font-size: 19px;
    }
    .box1 p {
        font-size: 16px;
        line-height: 21px;
        height: 125px;
        min-height: 125px;
        padding: 0px 5px;
    }
}
@media(max-width:1080px) 
{
    .container-toys-m::before {
        background-image: none;
    }
}
