@media only screen and (max-width: 600px) {
   .main-menu, .upper-nav{
      display: none;
  }
  .searchTerm{
      width: 100%;
      height: 26px;
      font-size: 12px;
  }
  .prod-header-bg{
      margin-top: 10px;
  }
  .prod-header-bg .header-prod{
    width: 50%;
  }
  .menu-container{
    background: #F5F5F5 0% 0% no-repeat padding-box;
  }
  header {
    height: 100px;
    position: relative;
    background: #F5F5F5 0% 0% no-repeat padding-box;
    box-shadow: 0px 1px 6px #00000029;
}
header .menu-container .col-md-9 {
    position: absolute;
    bottom: -28px;
    padding: 0;
}
header .menu-container .col-md-2 {
    width: auto;
    position: absolute;
    right: 0;
    padding: 0;
}
.logo {
    position: absolute;
    left: 40px;
    top: auto;
    max-width: 53px;
    z-index: 1;
    padding: 0;
}
header .search {
    width: 98%;
}
.searchButton{
    right: 8px;
    top: 1px;
}
.hamburger-icon, .mobile-menu {
    display: block !important;
}
#nav-icon {
    width: 23px;
    height: 23px;
    top: 4px;
}

#nav-icon span{
    height: 1px;
}
#nav-icon span:nth-child(2) {
    top: 8px;
}
#nav-icon span:nth-child(3) {
    top: 16px;
}
#nav-icon.open span:nth-child(3) {
    top: 8px;
}
#nav-icon.open span:nth-child(1) {
    top: 8px;
}
.cart p{
    display: none;
}
.mobile-menu ul li{
    text-align: left;
    font-weight: 600;
    font-size: 13px;
    line-height: 29px;
    opacity: 1;
    /* width: 26.875rem; */
    font-family: 'Montserrat', sans-serif;

letter-spacing: 0.32px;
color: #454B56;
text-transform: capitalize;
opacity: 1;
}
.mobile-menu>ul li:first{
    text-align: left;
    font-weight: 600;
    font-size: 14px;
    line-height: 29px;
    opacity: 1;
    /* width: 26.875rem; */
    font-family: 'Montserrat', sans-serif;
letter-spacing: 0.32px;
color: #454B56;
text-transform: capitalize;
}
.mobile-menu>ul ul li a{
    text-align: left;
    font-weight: 400;
    font-size: 14px;
    line-height: 29px;
    opacity: 1;
    /* width: 26.875rem; */
    font-family: 'Montserrat', sans-serif;

letter-spacing: 0.32px;
color: #454B56;
text-transform: capitalize;
opacity: 1;
}
.mobile-menu .verticle-menu-header {
    height: 100%;
    overflow: auto;
    justify-content: flex-start;
}
.mobile-menu.openMenu .verticle-menu-header{
    padding-right: 35%;
}
.prod-list-main{
    padding: 0;
}
.main-heading h3 {
    font-size: 1.3rem;
    align-items: center;
}
.prod-details{
    margin-left: auto;
    margin-right: auto;
}
.prod-details img {
    height: 160px;
    margin: auto;
}
.prod-details{
    height: 280px;
}
.slick-slider .prod-details{
    width: auto;
}
.footer-logo{
    padding: 0;
    padding-bottom: 15px;
}
.footer-container-main .col-md-5{
  padding: 0;
}
.footer-search{
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    /* margin-left: -15px !important; */
}
.footer-container-main .search {
    width: 100%;
    flex-wrap: wrap;
}
.footer-search .searchButton {
    margin-top: 10px;
    position: relative;
    height: 35px;
    margin-left: auto;
    margin-right: -10px;
}
.social-connect {
    margin-top: 26px;
}
.footer-menu {
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
    flex-wrap: wrap;
}

.firstFooterMenu {
    display: flex;
    padding: 15px 0;
    justify-content: space-between;
}
.firstFooterMenu>div {
    width: auto;
}
.secFooterMenu {
    display: flex;
    justify-content: space-evenly;
    text-align: right;
}
.secFooterMenu>div {
    width: auto;
}
.slider-nav-thumbnails{
    display: none;
}
.prod-slider {
    margin-left: auto;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.prod-btn a{
    width: 120px;
}
}