.nm-header-logo {
  width: 345px;
  height: auto;
}

.nm-header-logo img {
  width: 100%;
  height: auto;
}

.nm-footer .has-border::after {
  display: none;
}

.nm-footer .has-border::before {
  display: none;
}

.nm-footer .nm-row-boxed {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.nm-footer .nm-row-boxed::after {
  display: none;
}

.nm-footer .nm-row-boxed::before {
  display: none;
}

.nm-footer .col-xs-2 {
  padding: 0;
  width: auto;
}

.nm-footer .col-xs-10 {
  padding: 0;
  width: auto;
}

.nm-footer .contact-info-left {
  font-weight: 700;
  /* margin-left: 13px; */
  font-size: 12px;
  color: #FFFFFF;
  margin-top: 55px;
}

.nm-footer .contact-info-left img {
  width: 20px !important;
}

.nm-footer .contact-info-left strong {
  /* margin-left: 13px; */
  font-size: 12px;
  color: #FFFFFF;
}

.nm-footer .nm-block-heading {
  font-weight: 700;
  margin-top: 20px;
  font-size: 30px;
  color: #FFFFFF;
}

.nm-footer .widget_block ul:last-child {
  margin-bottom: 66px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.nm-footer .widget_block ul:last-child li {
  width: 34px;
  height: 34px;
  margin-right: 20px;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.nm-footer .widget_block ul:last-child li a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.nm-footer .widget_block ul:last-child li a img {
  width: 28px;
  height: auto;
}

.nm-footer .col-xs-10 > ul {
  display: flex;
  flex-direction: row;
}

.nm-footer .col-xs-10 .widget_nav_menu {
  padding: 0;
  width: auto;
  margin-right: 76px;
}

.nm-footer .col-xs-10 .widget_nav_menu .nm-widget-title {
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
  margin-bottom: 16px;
}

.nm-footer .col-xs-10 .widget_nav_menu .nm-widget-title + div ul li {
  margin-bottom: 0;
}

.nm-footer .col-xs-10 .widget_nav_menu .nm-widget-title + div a {
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 36px;
}

.nm-footer .col-xs-10 .widget_nav_menu .nm-widget-title + div a:hover {
  color: #000;
  text-decoration: underline;
}

.nm-footer .col-xs-10 .widget_nav_menu:nth-of-type(1) {
  margin-right: 76px;
}

.nm-footer .col-xs-10 .widget_nav_menu:nth-of-type(2) {
  margin-right: 76px;
}

.nm-footer .col-xs-10 .widget_text {
  padding: 0;
  width: auto;
}

.nm-footer .col-xs-10 .widget_text .footer_countries_lang ul {
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.nm-footer .col-xs-10 .widget_text .footer_countries_lang ul li {
  width: 50%;
  display: flex;
  flex-direction: row;
  /* align-items: center; */
}

@media screen and (max-width: 980px) {
  .nm-header-logo {
    width: 345px;
    height: auto;
  }
  .nm-header-logo img {
    width: 100%;
    height: auto;
  }
  .nm-footer .has-border::after {
    display: none;
  }
  .nm-footer .has-border::before {
    display: none;
  }
  .nm-footer .nm-row-boxed {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .nm-footer .nm-row-boxed::after {
    display: none;
  }
  .nm-footer .nm-row-boxed::before {
    display: none;
  }
  .nm-footer .col-xs-2 {
    padding: 0;
    width: auto;
  }
  .nm-footer .col-xs-10 {
    padding: 0;
    width: auto;
  }
  .nm-footer .contact-info-left {
    font-weight: 700;
    margin-left: 13px;
    font-size: 12px;
    color: #FFFFFF;
    margin-top: 55px;
  }
  .nm-footer .contact-info-left img {
    width: 20px !important;
  }
  .nm-footer .contact-info-left strong {
    /* margin-left: 13px; */
    font-size: 12px;
    color: #FFFFFF;
  }
  .nm-footer .nm-block-heading {
    font-weight: 700;
    margin-top: 20px;
    font-size: 30px;
    color: #FFFFFF;
  }
  .nm-footer .widget_block ul:last-child {
    margin-bottom: 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }
  .nm-footer .widget_block ul:last-child li {
    width: 34px;
    height: 34px;
    margin-right: 20px;
    border-radius: 50%;
    border: 1px solid #FFFFFF;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }
  .nm-footer .widget_block ul:last-child li a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
  .nm-footer .widget_block ul:last-child li a img {
    width: 28px;
    height: auto;
  }
  .nm-footer .col-xs-10 > ul {
    margin: 0;
    display: flex;
    flex-direction: column;
  }
  .nm-footer .col-xs-10 .widget_nav_menu {
    margin-bottom: 20px;
    padding: 0;
    width: auto;
    margin-right: 0px;
  }
  .nm-footer .col-xs-10 .widget_nav_menu .nm-widget-title {
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    margin-bottom: 10px;
  }
  .nm-footer .col-xs-10 .widget_nav_menu .nm-widget-title + div ul li {
    margin-bottom: 0;
  }
  .nm-footer .col-xs-10 .widget_nav_menu .nm-widget-title + div a {
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 36px;
  }
  .nm-footer .col-xs-10 .widget_nav_menu .nm-widget-title + div a:hover {
    color: #DC9814;
    text-decoration: underline;
  }
  .nm-footer .col-xs-10 .widget_nav_menu:nth-of-type(1) {
    margin-right: 0px;
  }
  .nm-footer .col-xs-10 .widget_nav_menu:nth-of-type(2) {
    margin-right: 0px;
  }
  .nm-footer .col-xs-10 .widget_text {
    padding: 0;
    width: auto;
  }
  .nm-footer .col-xs-10 .widget_text .footer_countries_lang ul {
    margin-bottom: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .nm-footer .col-xs-10 .widget_text .footer_countries_lang ul li {
    margin-bottom: 20px;
    width: 50%;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
}

@media screen and (max-width: 768px) {
  .nm-header-logo {
    width: 140px;
    height: auto;
  }
  .nm-header-logo img {
    width: 100%;
    height: auto;
  }
  .nm-footer .has-border::after {
    display: none;
  }
  .nm-footer .has-border::before {
    display: none;
  }
  .nm-footer .nm-row-boxed {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px !important;
  }
 
 
  .nm-footer .nm-row-boxed::after {
    display: none;
  }
  .nm-footer .nm-row-boxed::before {
    display: none;
  }
  .nm-footer .col-xs-2 {
    padding: 0 15px;
    width: auto;
  }
  .nm-footer .col-xs-10 {
    padding: 0 15px;
    width: auto;
  }
  .nm-footer .contact-info-left {
    font-weight: 700;
    margin-left: 0px;
    font-size: 14px;
    color: #FFFFFF;
    margin-top: 20px;
  }
  .nm-footer .contact-info-left img {
    width: 20px !important;
  }
  .nm-footer .contact-info-left strong {
    /* margin-left: 13px; */
    font-size: 14px;
    color: #FFFFFF;
  }
  .nm-footer .nm-block-heading {
    font-weight: 700;
    margin-top: 20px;
    font-size: 30px;
    color: #FFFFFF;
  }
  .nm-footer .widget_block ul:last-child {
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }
  .nm-footer .widget_block ul:last-child li {
    width: 34px;
    height: 34px;
    margin-right: 20px;
    border-radius: 50%;
    border: 1px solid #FFFFFF;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }
  .nm-footer .widget_block ul:last-child li a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
  .nm-footer .widget_block ul:last-child li a img {
    width: 28px;
    height: auto;
  }
  .nm-footer .col-xs-10 {
    margin-top: 20px;
  }
  .nm-footer .col-xs-10 > ul {
    margin: 0;
    display: flex;
    flex-direction: column;
  }
  .nm-footer .col-xs-10 .widget_nav_menu {
    margin-bottom: 20px;
    padding: 0;
    width: auto;
    margin-right: 0px;
  }
  .nm-footer .col-xs-10 .widget_nav_menu .nm-widget-title {
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    margin-bottom: 10px;
  }
  .nm-footer .col-xs-10 .widget_nav_menu .nm-widget-title + div ul li {
    margin-bottom: 0;
  }
  .nm-footer .col-xs-10 .widget_nav_menu .nm-widget-title + div a {
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 36px;
  }
  .nm-footer .col-xs-10 .widget_nav_menu .nm-widget-title + div a:hover {
    color: #DC9814;
    text-decoration: underline;
  }
  .nm-footer .col-xs-10 .widget_nav_menu:nth-of-type(1) {
    margin-right: 0px;
  }
  .nm-footer .col-xs-10 .widget_nav_menu:nth-of-type(2) {
    margin-right: 0px;
  }
  .nm-footer .col-xs-10 .widget_text {
    padding: 0;
    width: auto;
  }
  .nm-footer .col-xs-10 .widget_text .footer_countries_lang ul {
    margin-bottom: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .nm-footer .col-xs-10 .widget_text .footer_countries_lang ul li {
    margin-bottom: 16px;
    width: 50%;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
}



    #nm-footer h3.widget-title {
        color: #fff;
        font-size: 16px !important;  
    }

    #nm-footer ul#menu-get-in-touch {
        display: flex;
        column-gap: 20px;
    }

    #nm-footer .contact-info-left {
        margin-top: 25px;
    }

    @media screen and (max-width: 768px) {
        #nm-footer.nm-row-boxed {
 
            gap: 20px !important;
        }
    }

    .wpo-options-container   .price {
      font-size:12px !important;
      margin-bottom:0 !important;
      vertical-align:baseline !important;
        display: flex;
        align-items: center;
      }


      .wpo-options-container   div.nice-select .option {
        display: flex
    ;
        column-gap: 5px;
      }

      div.nice-select .nice-select-dropdown li img.wpo-choice-image,div.nice-select span.current img.wpo-choice-image {
  
        width: 80px !important;
    }


    .wpo-options-container  .nice-select  span.current {
      display: flex
  ;
      justify-content: center;
      align-items: center;
      column-gap: 8px;
  }


  .nm-products li .nm-shop-loop-product-wrap .nm-shop-loop-details .nm-customize-btn {
    padding: 0;
    text-align: center;
    line-height: 41px;
    font-weight: bold;
    font-size: 14px;
    color: #FFFFFF;
    margin-top: 40px;
    display: inline-block;
    width: 100%;
    height: 41px;
    background: #0F9D90;
    border-radius: 21px;
}