/*Header*/
.custom-header .header-top .header-top-left ul li {
    display: inline-block;
    padding: 0 30px 0 0;
    position: relative;
    vertical-align: middle;
  }
  .custom-header .header-top .header-top-left ul li .top-left-icon {
    padding: 0 10px 0 0;
    font-size: 15px;
    color: var(--c-semi-grey-text);
  }
  .custom-header .header-top .header-top-left ul li span {
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-bottom;
    font-family: var(--ff-secondary);
    font-size: 13px;
    font-weight: 500;
    text-transform: capitalize;
    color: var(--c-semi-grey-text);
  }
  .custom-header .header-top .header-top-left ul li a {
    font-family: var(--ff-secondary);
    font-size: 13px;
    font-weight: 400;
    text-transform: capitalize;
    color: var(--c-semi-grey-text);
  }
  .custom-header .header-top .header-top-left ul li a:hover {
    color: var(--c-primary-red);
  }
  .custom-header .header-top .header-top-left ul li::after {
    position: absolute;
    content: '';
    background-color: var(--c-semi-grey-text);
    width: 2px;
    height: 12px;
    right: 13px;
    top: 5px;
  }
  .custom-header .header-top .header-top-left ul li:last-child::after {
    display: none;
  }
  .custom-header .header-top .header-top-right {
    text-align: end;
  }
  .custom-header .header-top .header-top-right ul li {
    display: inline-block;
    padding: 0 0 0 30px;
  }
  .custom-header .header-top .header-top-right ul li p {
    font-family: var(--ff-secondary);
    font-size: 13px;
    font-weight: 500;
    text-transform: capitalize;
    color: var(--c-semi-grey-text);
    display: inline-block;
  }
  .custom-header .header-top .header-top-right ul li span a {
    color: var(--c-primary-red);
  }
  .custom-header .header-top .header-top-right ul li span a:hover {
    color: var(--c-semi-grey-text);
  }
  .custom-header .header-top .header-top-right ul li a {
    color: var(--c-primary-red);
  }
  .custom-header .header-top .header-top-right ul li a span {
    margin-left: 5px;
    color: var(--c-semi-grey-text);
  }
  .custom-header .header-top .header-top-right ul li a:hover span {
    color: var(--c-primary-red);
  }
  .custom-header .header-top {
    border-bottom: 1px solid #bababa;
    padding: 6px 0;
  }

  /****dp-CSS-header****/
.logo-nmk img {
    width: 267px;
  }
  
  .cus-search-form {
    display: flex;
    flex-direction: row;
  }
  .cus-search-form {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .cus-search-form input:focus {
    box-shadow: none;
    border: 0;
  }
  .cus-search-form input {
    border: 0;
    padding: 5px 20px;
    font-size: 13px;
    color: #333;
  }
  .cus-search-form input::placeholder {
    font-size: 13px;
    color: #333;
  }
  .cus-search-form {
    border: 1px solid #a1a1a1;
    border-radius: 2px;
    padding: 0 6px 0 12px;
  }
  .search-submit {
    font-size: 18px;
    transform: rotatey(180deg);
    background-color: transparent;
    border: 0;
    color: var(--c-secondary-text);
  }
  .header-middle-right ul {
    display: flex;
    justify-content: end;
    align-items: center;
  }
  .header-middle-right ul li {
    margin-right: 0;
    margin-left: 26px;
  }
  .header-middle-right ul li a {
    display: flex;
    align-items: center;
  }
  .header-middle-right ul li a span {
    margin-right: 2px;
    font-size: 18px;
    color: var(--c-secondary-text);
  }
  .header-middle-right ul li a p {
    font-size: 14px;
  }
  .header-middle-right ul li a p span {
    font-size: 14px;
  }
  .cus-search-form .dropdown::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: var(--c-semi-grey-text);
    right: -11px;
  }
  .cus-search-form select {
    padding: 0;
    border: 0;
    background-color: transparent;
    max-width: 110px;
    font-size: 12px;
  }
  .cus-search-form select:focus {
    background-color: transparent !important;
    box-shadow: none !important;
  }
  .cus-search-form select option{
    background-color: var(--c-primary-red);
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
  }
  .search-secect-wrap {
    min-width: 110px;
    position: relative;
  }
  .search-secect-wrap::after {
    content: '';
    position: absolute;
    right: -6px;
    top: 0;
    height: 100%;
    width: 0.56px;
    background-color: #5e5e5e;
  }
  .cus-search-form .form-select {background-position: 90% 50%;background-size: 7px 7px;}
  
  .header-middle-right ul li a:hover p, .header-middle-right ul li a:hover span {
    color: var(--c-primary-red);
  }
  .header-middle {
    padding: 16px 0;
  }
  .button-nmk-cat {
    background-color: var(--c-primary-red);
    padding: 10px 26px;
    color: #fff;
    font-weight: 600;
    border-radius: 4px;
  }
  .button-nmk-cat p {
    display: inline-block;
    color: #fff;
    font-weight: 600;
  }
  .button-nmk-cat::before {
    content: '\f0c9';
    font-family: "Font Awesome 5 Free";
    margin-right: 12px;
    width: 13px;
    height: 14px;
    display: inline-block;
    transition: all 0.5s ease-in-out;
  }
  .button-nmk-cat:hover {
    color: var(--c-white);
    background-color: #b30a31;
  }
  .button-nmk-cat.nmk-cat-show::before{
    content: '\f00d';
  }
  .cat-parent-wrap {
    display: inline-flex;
  }
  .cat-parent-wrap li ul {
    background-color: #f1f1f1;
    padding: 20px 10px 10px;
  }
  .cat-parent-wrap li ul li a {
    display: block;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px dashed #acacac;
    text-transform: capitalize;
    font-size: 13px;
    font-weight: 600;
    color: var(--c-secondary-text);
  }
  .cat-parent-wrap li ul li a:hover{
    color: var(--c-primary-red);
  }
  .nmk-categories-cus {
    position: absolute;
    width: 100%;
    z-index: 9;
    top: 60px;
    max-height: 600px;
    overflow-y: scroll;
    overflow-x: hidden;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
  }
  .category-button-nmk ul li {
    position: relative;
  }
  .nmk-categories-cus.nmk-cat-drop-show{
    visibility: visible !important;
    top: 30px;
    opacity: 1;
  }
  .nmk-quick-deals ul {
    display: flex;
  }
  
  .nmk-quick-deals ul li a {
    color: var(--c-primary-red);
    font-weight: 500;
    font-size: 14px;
  }
  .nmk-quick-deals ul li {
    margin-left: 0;
    margin-right: 16px;
    position: relative;
  }  
  .nmk-quick-deals-mobile{
    display: none;
  }
  .mobile-nav-menu{
    display: none;
  }
  .sevice-quick-main-item > a {
    position: relative;
  }
  .dp-brand{
    display: none;
  }
  .navbar-nav {
    display: flex !important;
    flex-direction: row;
  }
  .nmk-main-nav ul li a {
    padding: 0 !important;
    padding-left: 20px !important;
    font-size: 15px;
    color: var(--c-primary-text);
    font-weight: 600;
  }
  .nmk-main-nav ul li a:hover{
    color: var(--c-primary-red);
  }
  .nmk-main-nav ul li a:focus{
    color: var(--c-primary-red);
  }
  .delivery-address {
    display: flex;
    background-color: #dfdede;
    align-items: center;
    padding: 11px 0;
  }
  .delivery-add-contetn h6, .delivery-add-contetn h5 {
    font-size: 14px;
    font-weight: 500;
  }
  .delivery-add-icon span {
    font-size: 30px;
  }
  .delivery-add-contetn {
    margin-left: 0;
  }
  .delivery-add-icon {
    margin-right: 10px;
  }
  .header-bottom {
    background-color: #f2f2f2;
    margin-bottom: 16px;
  }
  .nmk-quick-deals ul:first-child {
    margin-left: -50px;
  }
  .cart-count-mobile {
    display: none;
  }
  .custom-header.splash {
    position: absolute;
    width: 100%;
    z-index: 8;
  }
  .custom-header.splash .header-top .header-top-left ul li a {
    color: var(--c-white);
  }
  .custom-header.splash .header-top .header-top-left ul li span {
    color: var(--c-white);
  }
  .custom-header.splash .header-top .header-top-left ul li::after {
    background-color:  var(--c-white);
  }
  .custom-header.splash .header-top .header-top-right ul li span {
    color: var(--c-white);
  }
  .custom-header.splash .header-top .header-top-right ul li span a {
    color: var(--c-white);
  }
  .custom-header.splash .header-top .header-top-right ul li a {
    color: var(--c-white);
  }
  .custom-header.splash .header-top {
    border-bottom: 1px solid var(--c-white);
  }
  .custom-header.splash .header-top .header-top-right ul li a:hover span {
    color: var(--c-white);
  }
  .nmk-categories-items-wrap {
    padding: 0 !important;
  }
  .catregories-drp-btn-mobile {
    display: none;
  }
  .nmk-side-nav-mob-footer {
    display: none;
  }
  /*15.3.2023*/
  .splash .header-top .header-top-right ul li p {
    color: var(--c-white);
  }
  /*15.3.2023*/


  @media (min-width: 1024px) and (max-width: 1200px){
    .logo-nmk img {width: 186px;}
    .header-middle-right ul li {margin-left: 6px;}
    .header-middle-right ul li a p {font-size: 12px;}
    .header-middle-right ul li a p span {font-size: 12px;}
    .button-nmk-cat {padding: 10px 20px;font-size: 12px;}
    .nmk-quick-deals ul li a {font-size: 12px;}
    .nmk-quick-deals ul:first-child {margin-left: -20px;}
    .nmk-quick-deals ul li {margin-right: 8px;}
    .nmk-main-nav ul li a {padding-left: 26px !important;font-size: 13px;}
    .delivery-add-contetn h6, .delivery-add-contetn h5 {font-size: 10px;}
    .delivery-add-icon span {font-size: 22px;}
  }  

  @media (min-width: 992px) and (max-width: 1024px) {
    .logo-nmk img {width: 186px;}
    .header-middle-right ul li {margin-left: 6px;}
    .header-middle-right ul li a p {font-size: 12px;}
    .header-middle-right ul li a p span {font-size: 12px;}
    .button-nmk-cat {padding: 10px 20px;font-size: 12px;}
    .nmk-quick-deals ul li a {font-size: 12px;}
    .nmk-quick-deals ul:first-child {margin-left: -20px;}
    .nmk-quick-deals ul li {margin-right: 8px;}
    .nmk-main-nav ul li a {padding-left: 26px !important;font-size: 13px;}
    .delivery-add-contetn h6, .delivery-add-contetn h5 {font-size: 10px;}
    .delivery-add-icon span {font-size: 22px;}
  }
  @media only screen and (max-width: 991.98px) {
    .navbar-toggler {float: left;margin: 0;height: 45px;width: 45px;border-radius: 0;z-index: 1;background-color: var(--c-primary-dark);}
    .navbar-toggler .icon-bar {width: 24px;background: #fff;transition: .5s ease;}
    .navbar-toggler.collapsed .icon-bar:nth-child(2) {transform: rotate(0) translateY(0) translateX(0);}
    .navbar-toggler.collapsed .icon-bar:nth-child(3) {opacity: 1}
    .navbar-toggler.collapsed .icon-bar:nth-child(4) {transform: rotate(0) translateY(0) translateX(0);}
    .navbar-toggler .icon-bar:nth-child(2) {transform: rotate(-45deg) translateY(5px) translateX(-5px);}
    .navbar-toggler .icon-bar:nth-child(3) {opacity: 0}
    .navbar-toggler .icon-bar:nth-child(4) {transform: rotate(45deg) translateY(-4px) translateX(-3px);}
    .navbar-header {display: block;}
    .custom-header .header-top .header-top-right ul li {padding: 0 0 0 15px;}

    .logo-nmk img {width: 156px;}
    .header-middle-right ul li {margin-left: 6px;}
    .header-middle-right ul li a p {font-size: 10px;}
    .header-middle-right ul li a p span {font-size: 12px;}
    .button-nmk-cat {padding: 10px 14px;font-size: 10px;}
    .button-nmk-cat p {font-size: 10px;}
    .nmk-quick-deals ul li a {font-size: 9px;}
    .nmk-quick-deals ul:first-child {margin-left: -20px;}
    .nmk-quick-deals ul li {margin-right: 8px;}
    .nmk-main-nav ul li a {padding-left: 14px !important;font-size: 10px;}
    .delivery-add-contetn h6, .delivery-add-contetn h5 {font-size: 8px;}
    .delivery-add-icon span {font-size: 22px;}
    .cus-search-form select {font-size: 10px;max-width: 100px;}
    .search-secect-wrap {min-width: 100px;}
    .header-middle-right ul li a span {font-size: 15px;}
    .cat-parent-wrap li ul li a {font-size: 11px;}

    .custom-header .header-top .header-top-right ul li a span {font-size: 12px;}
    .custom-header .header-top .header-top-right ul li p {font-size: 12px;}
}
@media (max-width: 767.98px){
    .custom-header .header-top .header-top-left ul li span {display: none;}

    .logo-nmk img {width: 126px;}
    .header-middle-right ul li a p {display: none;}
    .header-middle-right ul li a span {font-size: 20px;}
    .cart-count-mobile {display: block;}
    .header-middle-right ul li a {position: relative;}
    .cart-count.cart-count-mobile {font-size: 10px;position: absolute;top: 0;width: 17px;height: 17px;background-color: var(--c-primary-red);color: #fff;font-weight: 600;text-align: center;border-radius: 50%;line-height: 17px;text-indent: 1px;right: -10px;}
    .nmk-main-nav ul li a {padding-left: 8px !important;}
    .header-bottom {padding: 20px 0;}
    .nmk-quick-deals ul li a {font-size: 10px;}

    .custom-header .header-top .header-top-right ul li a {font-size: 11px;}
    .custom-header .header-top .header-top-right ul li p {font-size: 11px;}
    .custom-header .header-top .header-top-right ul li:first-child{padding-left: 0;}
    .header-bottom {margin-bottom: 0;}
    .header-bottom-mobile {background-color: #e3e3e3;margin-bottom: 16px;padding: 10px 0;}
    .delivery-add-contetn {display: flex;align-items: center;}
    .delivery-add-contetn span, .delivery-add-contetn h6, .delivery-add-contetn h5{
      margin-left: 0; margin-right: 6px;
    }
    .delivery-add-contetn h6, .delivery-add-contetn h5{font-size: 14px;}
}
@media (max-width: 575.98px){
    .custom-header .header-top .header-top-left {text-align: left;}
    .custom-header .header-top .header-top-left ul li:last-child {padding: 0;}
    .custom-header .header-top .header-top-right {text-align: right;margin-top: 0px;}
    .custom-header .header-top .header-top-right ul li:first-child {padding: 0;}
    .custom-header .header-top {padding-bottom: 8px;}
    .custom-header .header-top .header-top-right ul li span {font-size: 11px;}
    .custom-header .header-top .header-top-left ul li a {font-size: 11px;}
    .custom-header .header-top .header-top-left ul li .top-left-icon {padding: 0 8px 0 0;font-size: 12px;}
    .custom-header .header-top .header-top-left ul li {padding: 0 16px 0 0;}
    .custom-header .header-top .header-top-left ul li::after {width: 1px;
      right: 7px;
      top: 6px;
    }


    .button-nmk-cat p {display: none;}
    .button-nmk-cat::before {margin-right: 0;width: unset;height: unset;font-size: 17px;}
    .button-nmk-cat {padding: 7px 13px 6px;font-size: 10px;width: 40px !important;display: inline-block;}
    .nmk-categories-cus {position: fixed;width: 300px;left: -100%;height: 100vh;max-height: unset;top: 0;}
    .nmk-categories-cus.nmk-cat-drop-show {top: 0;left: 0;padding-bottom: 160px;}
    .nmk-cat-head-mobile {display: flex;justify-content: space-between;align-items: center;margin-bottom: 30px;}
    .nmk-cat-head-mobile a:first-child {margin-left: 0;}
    .nmk-cat-head-mobile button {background-color: var(--c-primary-red);border: 0;width: 26px;height: 26px;color: #fff;}
    .nmk-cat-head-mobile .logo-nmk img {width: 180px;}
    .cat-parent-wrap li ul li a {font-size: 13px;}
    .mobile-list-short {display: flex;justify-content: end;align-items: center;padding-right: 10px;}
    .mobile-list-short li {position: relative;margin-right: 0;margin-left: 7px;font-size: 20px;color: #000;}
    .cus-search-form-wrp-mobile {position: fixed;width: 360px;left: 0;right: 0;margin: 0 auto;top: 100px;z-index: 9;background-color: #f9f9f9;padding-left: 0;padding: 20px;border-radius: 4px;box-shadow: 0 3px 4px rgba(0,0,0,0.16);opacity: 0;visibility: hidden;transition: all 0.3s ease-in-out;}
    .cus-search-form {padding: 0 0 0 0px;}
    .search-submit {font-size: 18px;background-color: var(--c-primary-red);border: 0;color: var(--c-white);height: 31px;width: 36px;}
    .cus-search-form input {padding: 5px 10px;}
    .mobile-search {cursor: pointer;}
    .mobile-list-short li a {color: #000;}
    .cus-search-form-wrp-mobile.nmk-mob-search-show {opacity: 1;top: 85px;visibility: visible;}
    .logo-nmk img {width: 170px;}

    .nmk-quick-deals-mobile{display: block;}
    .mobile-nav-menu{display: block;padding:0 !important;}
    .mobile-nav-menu li a {padding: 0;}
    .nmk-quick-deals-mobile {padding: 0 !important;margin: 30px 0;}
    .nmk-quick-deals-mobile li a {color: var(--c-primary-red) !important;}
    .catregories-drp-btn-mobile {display: flex;width: 100%;background-color: transparent;
      border: 0;margin-bottom: 10px;position: relative;font-size: 15px;font-weight: 600;}
    .catregories-drp-btn-mobile span {position: absolute;right: 0;height: 22px;width: 23px;
        border: 1px solid #000;top: 1px;line-height: 15px;font-size: 12px;transition: all 0.5s ease-in-out;}
    .catregories-drp-btn-mobile span i{transform: rotate(0deg);transition: all 0.5s ease-in-out;}
    .catregories-drp-btn-mobile.down span{transform: rotate(180deg);}
    .nmk-categories-items-wrap {height: 0;overflow: hidden;opacity: 0;visibility: hidden;
          transform: translateY(-10px);transition: all 0.6s ease-in-out;}
    .nmk-categories-items-wrap.show {height: auto;overflow: visible;opacity: 1;visibility: visible;transform: translateY(10px);}

    .nmk-side-nav-mob-footer {display:block;position: fixed;bottom: 0;height: 126.5px;width: 300px;left: -300px;transition: all 0.3s ease-in-out;background-color: #f1f1f1;}
    .nmk-side-nav-mob-footer.show{left: 0;}
    .delivery-address-mobile {position: absolute;bottom: 0;background-color: transparent;left: 10px;}
    .delivery-address-mobile .delivery-add-contetn h6, .delivery-address-mobile .delivery-add-contetn h5 {font-size: 12px;font-weight: 600;color: var(--c-white);}
    .delivery-address-mobile .delivery-add-icon span {
      color: var(--c-white);
    }
    .custom-header .header-top .header-top-right ul li p {display: none;}
    .custom-header .header-top .header-top-right ul li:first-child a {position: relative;color: var(--c-secondary-text);}
    .custom-header .header-top .header-top-right ul li:first-child a::before {content: '\f2a0';font-family: 'Line Awesome Free';
      font-weight: 900;font-size: 15px;position: absolute;left: -22px;top: -4px;color: var(--c-primary-red);}

    /*15.3.2023*/
    .splash .header-top .header-top-right ul li:first-child a {color: var(--c-white);}
    .splash .header-top .header-top-right ul li:first-child a::before {color: var(--c-white);}
    /*15.3.2023*/
}
@media only screen and (max-width: 480.98px) {
  .custom-header .header-top .header-top-left ul li {padding: 0 10px 0 0;}
  .custom-header .header-top .header-top-left ul li a {font-size: 10px;}
  .custom-header .header-top .header-top-left ul li::after {right: 3px;}
}	
@media only screen and (max-width: 390px) {	
    .cus-search-form-wrp-mobile {width: 330px;}
    .logo-nmk img {width: 150px;}
    .custom-header .header-top .header-top-left ul li a {font-size: 9px;}
    .custom-header .header-top .header-top-right ul li a span {font-size: 9px;}
    .custom-header .header-top .header-top-right ul li a {font-size: 9px;}
    
    
    
}
@media only screen and (max-width: 360px) {
  .custom-header .header-top .header-top-left ul li .top-left-icon {font-size: 9px;}
  .logo-nmk img {width: 130px;}
  .button-nmk-cat {
    padding: 5px 10px 5px;
  width: 34px !important;}
  .custom-header .header-top .header-top-left ul li:last-child a:last-child {padding-right: 0;}
  .custom-header .header-top .header-top-left ul li .top-left-icon {padding: 0 2px 0 0;}
}	