@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .logo {
        max-width: 200px;
    }
    ul.navbar-nav li a {
        padding: 10px 15px 10px;
        font-size: 18px;
    }
    .newsletter-box h3 {
        font-size: 35px;
    }
    .category-box h2{
        font-size: 35px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .logo {
        max-width: 150px;
    }
    ul.navbar-nav li a {
        padding: 10px 12px 10px;
        font-size: 18px;
    }
    ul.navbar-nav li {
        text-align: center;
    }
    .newsletter-box h3 {
        font-size: 35px;
    }
    .category-box h2{
        font-size: 35px;
    }
    .related-gift-item h4 {
        font-size: 17px;
        line-height: 25px;
    }
}

@media only screen and (max-width: 767px) {
    .navbar{
        padding-top: 0;
        padding-bottom: 0;
    }
    .navbar-toggler{
        background-color: #FFBCC0;
        padding: 29px 24px;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        border: 0;
        line-height: inherit;
        outline: none !important;
        margin-right: -15px;
    }
    .animated-icon1, .animated-icon2, .animated-icon3 {
        width: 30px;
        height: 20px;
        position: relative;
        margin: 0px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
    }
    .animated-icon1 span, .animated-icon2 span, .animated-icon3 span {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }
    .animated-icon1 span {
        background: #000;
    }
    .animated-icon2 span {
        background: #e3f2fd;
    }
    .animated-icon3 span {
        background: #f3e5f5;
    }
    .animated-icon1 span:nth-child(1) {
        top: 0px;
    }
    .animated-icon1 span:nth-child(2) {
        top: 10px;
    }
    .animated-icon1 span:nth-child(3) {
        top: 20px;
    }
    .animated-icon1.open span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    .animated-icon1.open span:nth-child(2) {
        opacity: 0;
        left: -60px;
    }
    .animated-icon1.open span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }
    ul.navbar-nav li a{
        color: #fff;
        display: block;
        padding: 10px 15px 14px 15px;
        border-bottom: solid 1px #fff;
        width: 100%;
        background-color: #FFBCC0;
    }
    ul.navbar-nav li .accordion-btn-wrap{
        background: #fff !important;
        padding: 12px !important;
        width: 80px !important;
    }
    ul.navbar-nav li .accordion-btn{
        line-height: 25px !important;
    }
    ul.navbar-nav li .sub-menu li a{
        padding-left: 35px;
    }
    #navbarSupportedContent{
        border-top: solid 1px #fff;
        border-bottom: solid 1px #fff;
        margin-right: -15px;
        margin-left: -15px;
    }
    .logo {
        max-width: 150px;
        margin: 0 0;
    }
    .header-bottom h1 {
        font-size: 45px;
    }
    .search-box {
        margin: 40px auto 20px;
        max-width: 95%;
    }
    .search-box .search-form input[type="search"], 
    .search-box .search-form input[type="text"]{
        padding: 16px 24px 16px 60px;
    }
    .category-box h2{
        font-size: 32px;
    }
    .p-top img{
        width: 100%;
        height: auto;
    }
    .newsletter-box h3{
        font-size: 30px;
    }
    .f-nav ul li {
        display: block;
        border-left: 0;
        margin: 0 0 10px;
        padding: 0;
    }
    .f-nav {
        margin: 0 0 25px;
    }
    .related-gift-item .wp-post-image{
        width: 100%;
        height: auto;
    }
    .related-gift-item h4 {
        padding: 10px 20px;
    }
}

@media only screen and (max-width: 575px) {
    .header-bottom p br {
        display: none;
    }
}