

#navbar {
    padding: 0;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    height: auto;
}


.shipping {
    background: #68b0e8;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    width: 100%;
    color: white;
    font-size: 14px;
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
}




.spiner {
    height: 100%;
    width: 100%;
    background:white;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    z-index: 1;
    position: absolute; 
}



.shipping span {
    background: #68b0e8;
    text-align: center;
    width: 100%;
    color: white;
    font-size: 14px;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
}


.box-navbar {
  width: 100%;
  background: white;
  height: auto;
}


.box-navbar2 {
  display: flex;
  flex-wrap: wrap;
  padding-top: 15px;
  position: relative;
  color: #25262D;
  height: 80px;
}
.box-navbar2 a {
    color: #25262D;
}
.bar-icon a {
    color: #25262D!important;
}
.box-navbar2 i {
    color: #68b0e8;
}
.box-navbar2 .logo .mobile-bar-icon {
    display: none;
}
.box-navbar2 .search-bar {
  width: 40%;
}
.search-bar .img {
  width: 100%;
  display: none;

}
.search-bar2 {
    position: relative;
    width: 80%;
    height: 100%;
    margin: auto;
}
.search-bar2 i {
    color: #25262D;
}
.box-navbar2 input[type=text] {
    background: white;
    border-radius: 50px;
    width: 100%;
    text-indent: 28px;
    border: 1px solid rgb(224, 212, 212);
    padding: 6px;
    font-size: 13px;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
    margin-top: 5px;
    margin-bottom: 5px;
    position: absolute;
    display: flex;
}
.form button {
    background: transparent;
    border-radius: 50px;
    width: 40px;
    height: auto;
    border: none;
    cursor: pointer;
    font-size: 15px;
    z-index: 1;
    position: absolute;
}
.form button:focus {
    outline: none;
}
.text-right a {
    font-size: 11px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    padding: 0px 5px;
}
.text-right .second {
    display: flex!important;
}
#cartholder {
    padding-right: 0!important;
}
.logo-holder i {
    font-size: 14px;
}
.logo-holder button i {
    font-size: 11px;
}
.logo-holder button {
    height: 80%;
    padding: 5px;
}
.mobile-bar-icon {
    display: none;
}
.logo-holder .fourth {
    display: none;
}
.logo {
    width: 30%;
    display: block;
    height: 50px;
}
.logo-holder {
    width: 80%;
    height: 40px;
    margin: auto;
    text-align: left;
    float: right;
}
.logo-holder .text-right {
    text-align: right;
}






.box-third-row {
  width: 100%;
  display: flex;
  height: 42px;
  padding-top: 10px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 1px;
  position: relative;
}
.box-third-row > a {
    color: #25262D;
}
.box-third-row i {
    color: #25262D;
}
.bar-icon {
    height: 100%;
    position: relative;
    display: none;
}
.box-third-row .third-row-links {
    width: 100%;
    text-align: center;
}
.box-third-row .third-row-links > a {
    text-align: center;
    margin: 10px;
}
.box-third-row .myaccount {
    width: auto;
    height: auto;
    position: absolute;
    right: 0;
    padding-right: 80px;
}
.form input[type=text] {
    background: white;
    border-radius: 50px;
    width: 100%;
    text-indent: 28px;
    border: 1px solid rgb(224, 212, 212);
    padding: 6px;
    font-size: 13px;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
    position: absolute;
    display: flex;
}
#name_search_desktop {
    background: white;
    border-radius: 50px;
    width: 100%;
    text-indent: 28px;
    border: 1px solid rgb(224, 212, 212);
    padding: 6px;
    font-size: 13px;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
    position: absolute;
    display: flex;
}
.form input[type=text]:focus {
    outline: none;
}
.form {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
    flex-wrap: wrap;
}
.myaccount a {
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #25262D!important;
}


.third-row-links > a {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}




#gourmet-food-link-text, #gift-baskets-hampers-link-text, #corporate-gifts-link-text {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    color: #25262D;
    text-align: center;
    margin: 20px;
}

#gourmet-gifts-link-text, #christmas-gifts-link-text, #recipes-link-text {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    color: #25262D;
    text-align: center;
    margin: 20px;
}








#mobileholder #phone {
    font-size: 25px;
}
#mobileholder #mobiletext {
    font-size: 19px;
    color: #25262D;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
#mobileholder #mobiletext b {
    color: #25262D;
}


@media only screen and (max-width: 2372px) {
    .box-third-row .myaccount {
        padding-right: 70px;
    }
} 
@media only screen and (max-width: 2128px) {
    .box-third-row .myaccount {
        padding-right: 63px;
    }
} 
@media only screen and (max-width: 1784px) {
    .box-third-row .myaccount {
        padding-right: 53px;
    }
}
@media only screen and (max-width: 1500px) {
    .box-third-row .myaccount {
        padding-right: 30px;
    }
} 
@media only screen and (max-width: 1258px) {
    .box-third-row .myaccount {
        padding-right: 30px;
    }
} 
#myaccountmob {
    display: none!important;
}
@media only screen and (max-width: 1233px) {
    .myaccount {
        display: none;
    }
    #myaccountmob {
        display: block!important;
        padding: 0px 7px!important;
    }
} 


@media only screen and (max-width: 1024px) {
    .logo a {
        margin-left: 0;
        margin: auto;
        text-align: right;
    }
    .logo-holder {
        display: flex;
        flex-wrap: wrap;
        justify-content: right;
        align-items: center;
        height: auto!important;
        width: 90%!important;
     }
}

@media only screen and (max-width: 1005px) {
    .box-third-row {
        display: block;
    }
    .box-third-row .third-row-links {
        display: none;
    }
    .box-navbar2 .logo .logo-holder .logo1 {
        display: none;
    }
    .box-navbar2 .logo .logo-holder .mobile-bar-icon {
        display:  block;
    }
    .box-navbar2 .logo .logo-holder .mobile-bar-icon i {
        color: #25262D;
    }
    .box-navbar2 .logo {
        height: 50px;
    }

    .search-bar .img {
        display: block;
        width: auto;
        text-align: center;
    }
    .search-bar .search-bar2 {
        height: 50px;
    }



    .logo-holder {
        width: 100%;
        margin: auto;
        text-align: left;

        justify-content: center;
    }
    .logo-holder .mobile-bar-icon {
        text-align: left;
    }
    .logo-holder .text-right {
        text-align: right;
    }
    
    
    
    .logo-holder a {
        display: none;
    }
    #mobileholder {
        display: none;
    }
    .logo-holder .fourth {
        display: block;
        text-align: center;
    }
    .logo-holder .mobile-bar-icon i {
        font-size: 25px;
        padding-left: 40px;
    }
    .logo-holder .text-right #cartholder i {
        font-size: 25px;
    }
    .logo-holder #cartholder {
        display: block;
    }
    .logo-holder .fourth i {
        color: #25262D;
    }
}

@media only screen and (max-width: 805px) {
    .logo {
        display: block;
        height: 30px;
    }
    .logo-holder {
        display: block;
    }
   
    .logo-holder .mobile-bar-icon {
        text-align: left;
    }
    .search-bar2 {
        display: none;
    }
    .search-bar {
        height: 30px;
    }
    .box-third-row {
        display: block;
        margin-bottom: 10px!important;
    }
    .third-row-links, .myaccount {
        display: none;
    }
    .bar-icon {
        display: block;
        width: 80%;
        margin: auto;
    }
}

@media only screen and (max-width: 315px) {
    .logo {
        height: 20px;
        display: inline;
    }
    .search-bar .img {
        padding-top: 15px;
    }
    .box-navbar2 {
        height: 60px;
        padding-top: 1px;
    }
    .logo-holder {
        padding-top: 10px;
    }
}

@media only screen and (max-width: 254px) {
    .box-navbar2 {
        height: 50px;
    }
}

@media only screen and (max-width: 210px) {
    .box-navbar2 {
        height: 45px;
    }
}








.text-right {
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
    float: right;
    align-items: center;
}
.phone-icon-holder {
    border-radius: 50%;
    height: 38px;
    width: 38px;
    border: 2px solid #68b0e8;
    justify-content: center;
    align-items: center;
    display: flex;
    margin-right: 5px;
}
.phone-icon-holder i {
    font-size: 20px;
}
.phone-icon-holder:hover {
    cursor: pointer;
}
.phoone-text-holder {
    justify-content: center;
    align-items: center;
    display: flex;
}







.box-third-row .third-row-links > a {
    text-align: center;
    margin: 20px!important;
}



@media only screen and (max-width: 1005px) {
    #cartholder {
        padding-top: 1px!important;
    }
}























#navitemsgroup1 {
    z-index: 1;
    background-color: white;
    overflow: scroll;
}



.links-holder {
    height: 100%;
    width: 100%;
    text-align: left;
    background: white;
    margin: auto;
    padding-bottom: 10px;
    overflow: hidden;
}
.links-holder {
    width: 100%;
    margin: auto;
    height: auto;
}
.links-holder ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.links-holder li {
    display: block;
}
.links-holder li > a {
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    line-height: 21px;
    font-size: 14px;
    color: #25262D;
    font-weight: 400;
    font-family: 'Mulish';
}
.links-holder h4 {
    font-family: 'DM Serif Display', serif;
    color: #25262D;
    font-size: 24px;
}
.links-holder .display-flex {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.links-holder .links-text {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.links-holder .first {
    width: 30%;
    display: flex;
    flex-wrap: wrap;
}
.links-holder .first .title {
    width: 100%;
    height: auto;
}
.links-holder .left {
    width: 50%;
}
.links-holder .right {
    width: 50%;
}
.links-holder .second {
    width: 23%;
}
.links-holder .third {
    width: 24%;
}
.links-holder.fourth {
    width: 23%;
}




.w-a-pad-right {
    width: auto;
    padding-right: 10px;
}


.w-a-width-25 {
    width: 25%;
}


.w-a-width-30 {
    width: 30%;
}

.w-a-width-35 {
    width: 35%;
}

.w-a-pad-right-30 {
    width: auto;
    padding-right: 30px;
}

.flex {
    display: flex;
    flex-wrap: wrap;
    background: white;
}

.flex-pad-20 {
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    background: white;
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
}

#secondgrouplinkholder {
    width: 50%;
}

#firstgrouplinkholder {
    width: 50%;
}



.width-40 {
    width: 40%;
}

.width-50 {
    width: 50%;
}

.width-60 {
    width: 60%;
}

.width-25 {
    width: 25%;
    padding: 10px;
}
.width-75 {
    width: 75%;
}

.width-100 {
    width: 100%;
}


@media only screen and (max-width: 1200px) {
    .links-holder h4 {
        font-family: 'DM Serif Display', serif;
        color: #25262D;
        font-size: 20px;
    }
    #linksholder1 {
        overflow: scroll;
        scrollbar-width: none; 
    }
    #secondgrouplinkholder {
        width: 100%;
    }
    #firstgrouplinkholder {
        width: 100%;
    }
        
    #linksholder1::-webkit-scrollbar { 
        background: transparent;
        width: 1px;
    }
}


@media only screen and (max-width: 1100px) {
    .media-width-30 {
        width: 30%!important;
    }
    .media-width-100 {
        width: 100%!important;
    }
    .media-width-35 {
        width: 35%!important;
    }
}




@media only screen and (max-width: 1336px) {
    #gourmet-food-link-text, #gift-baskets-hampers-link-text, #corporate-gifts-link-text {
        margin: 10px;
    }
    #gourmet-gifts-link-text, #christmas-gifts-link-text, #recipes-link-text {
        margin: 10px;
    }
}

@media only screen and (max-width: 1145px) {
    #gourmet-food-link-text, #gift-baskets-hampers-link-text, #corporate-gifts-link-text {
        margin: 5px;
    }
    #gourmet-gifts-link-text, #christmas-gifts-link-text, #recipes-link-text {
        margin: 5px;
    }
}


.flex-pad-20 {
    width: 1400px;
    margin: auto;
    position: relative;
}






@media only screen and (max-width: 1440px) {
    .flex-pad-20 {
        width: 100%;
    }
}
  
  

@media only screen and (max-width: 425px) {
    #cardiconside {
        width: 33%!important;
    }
}


@media only screen and (max-width: 410px) {
    .logo-holder .mobile-bar-icon i {
        font-size: 25px;
        padding-left: 30px;
    }
}

@media only screen and (max-width: 375px) {
    #cardiconside {
        width: 34%!important;
    }
}

@media only screen and (max-width: 320px) {
    #cardiconside {
        width: 36%!important;
    }
    .logo-holder .mobile-bar-icon i {
        font-size: 25px;
        padding-left: 15px;
    }
}


@media only screen and (max-width: 1024px) {
    #showWidget {
        height: 80%!important;
    }
    #chaticonnavleft {
        height: 80%!important;
        padding: 5px!important;
    }
}

