.christmasBanner {
  background-image: url("/assets/christmasBanner2021background.jpg");
}
.pdfs {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #f3f3f3;
}
.pdfs span {
  font-size: 14px !important;
}
@media screen and (max-width: 767px) {
  .pdfs span {
    font-size: 9px !important;
  }
}
#n_product .pdfs {
  background-color: #fff;
  width: auto;
  max-width: none;
  flex: none;
  border: 1px solid #ddd;
  margin: 0 10px 10px 0;
  padding: 15px;
  text-align: center !important;
}
#n_product .pdfs a.display-4.d-flex.align-items-center {
  text-align: center !important;
  display: block !important;
}
#n_product .pdfs a.display-4.d-flex.align-items-center img {
  display: inline-block;
}
#n_product .pdfs a.display-4.d-flex.align-items-center span {
  display: block;
  margin-top: 10px;
}
#n_product .pdfs a.display-4.d-flex.align-items-center span:before {
  content: "" !important;
  display: none;
}
#accordionSpecifications tr {
  border-right: 1px solid #dee2e6;
  border-left: 1px solid #dee2e6;
}
#accordionSpecifications td {
  padding: 0.25rem 0.5rem 0.25rem 15px !important;
}
body {
  background-color: #fff /*{body|background-color}*/;
  background-image: none /*{body|background-image}*/;
  font-size: 14px /*{body|body-font-size}*/;
  color: #222 /*{body|text-colour}*/;
  font-family: "Poppins", sans-serif;
}
a,
a:hover,
a:active,
.btn-link,
.btn-link:hover {
  color: #fff;
  /*{body|link-colour}*/
}
a:hover {
  color: #00adee !important;
}
.wrapper-header {
  background-color: #fff /*{header|background-colour}*/;
  border: none;
  margin-bottom: 0px;
}
.wrapper-header a,
.wrapper-header a:hover,
.wrapper-header a:active {
  color: #1f1f1f;
  /*{header|link-colour}*/
}
.wrapper-header .btn-default {
  background-color: #efefef /*{header|button-colour}*/;
  border-color: #efefef /*{header|button-colour}*/;
  color: #333 /*{header|button-text-colour}*/;
}
.header-search .ajax_search {
  border-color: #efefef /*{header|button-colour}*/;
  box-shadow: none;
  border-width: 2px;
}
.navbar.navbar-default {
  background-color: #1e191a /*{header|menu-background-colour}*/;
}
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a:hover,
.navigation-list li a:hover,
.navbar-default .navbar-nav > li:hover > a,
.navigation-list li:hover a,
.navigation-list li a,
.navbar-default .navbar-nav > li > a:focus {
  color: #fff /*{header|menu-colour}*/;
}
@media (max-width: 767.98px) {
  .navbar-nav .dropdown-menu .dropdown-item {
    color: #fff;
    /*{header|menu-colour}*/
  }
}
a#cartcontentsheader {
  padding: 13px 17px;
  background: transparent;
  color: #000 /*{header|Cart-icon-text-colour}*/;
  border: none;
  border-right: 1px solid #dbdbdb !important;
}
.content {
  width: 100%;
}
.wrapper-footer {
  background-color: #212121 /*{footer|background-color}*/;
  color: #fff /*{footer|text-colour}*/;
}
.wrapper-footer a,
.wrapper-footer a:hover,
.wrapper-footer a:active {
  color: #fff /*{footer|link-colour}*/;
}
/* Secondary button */
.btn-outline-secondary,
.btn-default {
  color: #333 /*{buttons | btn-default-text-colour}*/;
  background-color: #fff /*{buttons | btn-default-background-colour}*/;
  border-color: #ccc /*{buttons | btn-default-border-colour}*/;
}
.btn-outline-secondary:hover,
.btn-default:hover {
  color: #333 /*{buttons | btn-default-text-colour-hover}*/;
  background-color: #ebebeb /*{buttons | btn-default-background-colour-hover}*/;
  border-color: #adadad /*{buttons | btn-default-border-colour-hover}*/;
}
.btn-outline-secondary.disabled,
.btn-default:disabled {
  color: #333 /*{buttons | btn-default-text-colour-hover}*/;
  background-color: #ebebeb /*{buttons | btn-default-background-colour-hover}*/;
  border-color: #adadad /*{buttons | btn-default-border-colour-hover}*/;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle,
.btn-default:not(:disabled):not(.disabled):active,
.btn-default:not(:disabled):not(.disabled).active,
.show > .btn-default.dropdown-toggle {
  color: #333 /*{buttons | btn-default-text-colour-hover}*/;
  background-color: #ebebeb /*{buttons | btn-default-background-colour-hover}*/;
  border-color: #adadad /*{buttons | btn-default-border-colour-hover}*/;
}
/* Primary button */
.btn-primary {
  color: #fff !important
/*{buttons | btn-primary-text-colour}*/
;
  background-color: #000 /*{buttons | btn-primary-background-colour}*/;
  border-color: #000 /*{buttons | btn-primary-border-colour}*/;
  font-family: "Poppins", sans-serif !important;
}
.btn-primary:hover {
  color: #fff /*{buttons | btn-primary-text-colour-hover}*/;
  background-color: #00adee /*{buttons | btn-primary-background-colour-hover}*/;
  border-color: #00adee /*{buttons | btn-primary-border-colour-hover}*/;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff /*{buttons | btn-primary-text-colour-hover}*/;
  background-color: #002324 /*{buttons | btn-primary-background-colour-hover}*/;
  border-color: #002324 /*{buttons | btn-primary-border-colour-hover}*/;
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff /*{buttons | btn-primary-text-colour-hover}*/;
  background-color: #002324 /*{buttons | btn-primary-background-colour-hover}*/;
  border-color: #002324 /*{buttons | btn-primary-border-colour-hover}*/;
}
/* Success button */
.btn-success {
  color: #fff /*{buttons | btn-success-text-colour}*/;
  background-color: #000 /*{buttons | btn-success-background-colour}*/;
  border-color: #000 /*{buttons | btn-success-border-colour}*/;
}
.btn-success:hover {
  color: #fff /*{buttons | btn-success-text-colour-hover}*/;
  background-color: #5d7c81 /*{buttons | btn-success-background-colour-hover}*/;
  border-color: #5d7c81 /*{buttons | btn-success-border-colour-hover}*/;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #fff /*{buttons | btn-success-text-colour-hover}*/;
  background-color: #5d7c81 /*{buttons | btn-success-background-colour-hover}*/;
  border-color: #5d7c81 /*{buttons | btn-success-border-colour-hover}*/;
}
.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff /*{buttons | btn-success-text-colour-hover}*/;
  background-color: #5d7c81 /*{buttons | btn-success-background-colour-hover}*/;
  border-color: #5d7c81 /*{buttons | btn-success-border-colour-hover}*/;
}
/*Add by devloper*/
/*======================Header==========================*/
.m_acc {
  z-index: 10000;
  right: 0 !important;
  left: auto;
}
.header_sicon ul li {
  color: #fff;
}
.mvp_top_row {
  width: 100%;
}
.mvp_float {
  float: left;
}
.header_cart {
  padding: 39px 0px;
  float: left;
}
.m_topheader {
  padding: 1px 0px;
  color: #000 !important;
}
.header_sicon ul li:first-child {
  padding-left: 0 !important;
  padding-right: 10px !important;
}
.header_sicon ul li span {
  padding-left: 28px;
  border-left: 1px solid#2c2c2c;
  padding: 0px 20px;
  line-height: 15px;
  font-weight: 500;
}
.m_hmenu ul > li > a {
  border-right: 1px solid #2c2c2c;
  padding: 0px 20px;
  /*line-height: 15px;*/
  font-weight: 500;
}
.m_hmenu ul > li {
  padding: 10px 0px;
}
.m_hmenu ul > li:last-child a {
  border: none;
  padding-right: 0;
}
.m_middalheader {
  background-color: #00adee !important;
}
.header-searchd,
#header-search {
  border: 1px solid #e9e9e9;
  width: 99%;
  border-radius: 3px;
  position: relative;
  top: 5px;
}
#header-cart .m_mycart {
  font-weight: 600;
  color: #000;
  margin-left: 7px;
}
#header-cart {
  float: left;
}
.m_fneedhelp {
  float: left;
  width: calc(100% - 145px);
  position: relative;
  /*top: 5px;*/
  align-items: flex-end;
  display: flex;
  padding-left: 22px;
}
.m_fnhdesc {
  float: left;
}
.m_fnhicon {
  float: left;
  width: 45px;
}
.m_fnhdesc p {
  margin: 0 auto;
  font-size: 12px;
  font-weight: 400;
  color: #000;
  font-family: "Poppins", sans-serif;
}
.m_fnhdesc h4 a {
  font-size: 22px;
  color: #00adee;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
#cartcontentsheader {
  padding-left: 0px !important;
  padding-right: 22px !important;
}
.m_fnhicon img {
  position: relative;
  /*top: 4px;*/
}
.m_rposition {
  position: relative;
  left: 10px;
}
.wrapper-logo.text-center.text-sm-left {
  position: relative;
  left: 25px;
}
.header_sicon ul:first-child > li > a {
  font-size: 16px;
}
.header-search #name_search {
  color: #8d9395;
  font-size: 14px;
  font-weight: 500;
}
.m_fnhdesc h4 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0;
}
.row.btn-stack .col-12.col-md-8.col-lg-9 > button {
  background-color: #00adee;
  border-radius: 0;
  height: 44.25px;
  width: 262.5px;
  color: #fff;
  font-size: 1.09375rem;
}
/*==============Footer=============*/
.partboth > div > div .icon_item {
  width: 30px;
}
.partboth > div {
  display: flex;
  padding-bottom: 10px;
}
.partboth > div > div .desc_item > * {
  display: inline-block;
  width: 100%;
}
.partboth > div .icon_item {
  min-width: 30px;
}
.partboth div .desc_item > * {
  display: inline-block;
  width: 100%;
}
.col-12.col-sm-4.partboth {
  padding: 0;
}
.wrapper-footer .nav-link {
  display: block;
  padding: 3px 16px;
  /* padding: 0.5rem 1rem;*/
}
.wrapper-footer .desc_item span {
  color: #00adee;
}
.wrapper-footer a:hover,
.wrapper-footer a:active {
  color: #00adee;
}
.wrapper-footer .desc_item {
  flex: 0 0 100%;
}
.col-12.col-sm-4.partboth {
  position: relative;
  right: 25px;
}
.footer_bottom {
  background-color: #131313;
  margin-top: 40px;
}
.small {
  margin: 0;
}
.mvp_lcon .f_lastsec .f_logo {
  margin-top: 100px;
}
.contan_zon {
  margin-top: 22px;
}
.col-12.col-md-4.partboth {
  padding: 0 !important;
}
/*.wrapper-footer .f_lastsec {
margin-left: 30px;
float: right;
}*/
.wrapper-footer .m_payicon img {
  padding: 23px 0px;
  float: right;
}
.wrapper-footer .m_copyright p {
  position: relative;
  top: 30px;
  font-size: 13px;
  font-weight: 400;
  color: #d1d1d1;
  margin: 0;
}
.col-12.col-md-4.partboth .fas {
  font-size: 19px;
  color: #00adee;
}
.wrapper-footer .f_soicon ul li {
  float: left;
}
.wrapper-footer a > .mvp_s_icon {
  color: #00adee;
}
.wrapper-footer a:hover > .mvp_s_icon {
  color: #fff;
}
.wrapper-footer .col-12.col-md-4 h4 {
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}
.newsletter-form {
  display: inline-block;
  width: 593px;
  border: 2px solid #fff;
  height: 57px;
  float: left;
  margin-left: 84px;
}
.newsletter-content.text-center {
  float: left;
  position: relative;
  top: 6px;
}
.newsletter-form form {
  background: #f2f4f6;
}
.newsletter-form input,
.newsletter-form .btn {
  border: none;
  height: 46px;
  margin: 9px;
  border-radius: 4px;
}
.newsletter-form input {
  margin-right: 0;
}
.newsletter-form .btn {
  border-left: none;
  width: 150px;
  background-color: #00adee;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 15px;
}
.newsletter-form .btn:hover,
.newsletter-form .btn:focus,
.newsletter-form .btn:active {
  background-color: #000;
}
.newsletter-content span {
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
}
.m_news {
  padding: 34px 0px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 1;
  background-color: #fff;
  position: relative;
  margin-bottom: -57px;
}
.wrapper-footer h4 {
  margin: 100px 0 15px;
  color: #00adee;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  padding-right: 0 !important;
}
.p-2.m_insta {
  margin-right: 15px;
}
footer ul.nav.flex-column {
  margin-left: -16px;
}
.col-3.partboth {
  position: relative;
  left: -54px;
}
/*===============Home-page===================*/
.m_homefeapro-active > .m_article:first-child {
  order: 1;
}
.m_homefeapro-active > .m_article:nth-child(n + 6) {
  order: 2;
}
.m_fservices .col-xs-12 {
  width: 100%;
  display: table;
}
.m_fservice {
  width: 25%;
  text-align: center;
  padding: 21px 15px 8px;
  display: table-cell;
  vertical-align: middle;
}
.m_fservice p {
  line-height: 23px;
  font-size: 18px;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
}
.m_fservice .img-fluid {
  display: inline-block;
  margin-bottom: 15px;
}
.m_fservice:nth-child(1) {
  background-color: #ecf0f2;
}
.m_fservice:nth-child(2) {
  background-color: #f2f4f6;
}
.m_fservice:nth-child(3) {
  background-color: #f5f7f8;
}
.m_fservice:nth-child(4) {
  background-color: #f9fafb;
}
body#n_home > div.m_fservices {
  padding-top: 20px;
  min-width: 320px;
  min-height: 22px;
}
.m_adverthedding h3 {
  font-size: 26px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
}
.col-12.m_adverthedding.text-center {
  padding: 28px 0px;
  margin-bottom: 5px;
}
.col-12.m_adverthedding.text-center h3 {
  background-image: url(../images/line.png);
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
}
#n_home .category-thumbnail .caption {
  color: #000;
  position: absolute;
  bottom: 50px;
  right: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.9);
  width: 83%;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
  margin: 5;
  padding: 10px;
  border-radius: 5px;
  transition: 1s all;
}
#n_home .category-thumbnail > div:hover .caption {
  background: rgba(0, 173, 238, 0.9);
}
#n_home .category-thumbnail .caption p {
  display: none;
  margin-bottom: 0;
}
#n_home .category-thumbnail > div:hover a {
  color: #fff;
}
#n_home .category-thumbnail .caption a:hover {
  color: #000 !important;
}
#n_home .category-thumbnail > div:hover .caption p {
  display: inline-block;
}
#n_home .category-thumbnail .caption p a {
  font-size: 12px;
  font-weight: 400;
}
.col-sm-4.category-thumbnail.text-center {
  padding-bottom: 26px;
}
.category-thumbnail .caption h3,
.category-thumbnail .caption a {
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: #000;
}
.thumbnail.card-body .card-title {
  min-height: 40px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}
.procaption .price {
  font-size: 20px;
  font-weight: bold;
  color: #00adee;
  margin-bottom: 10px;
  /*margin-top: 14px;*/
  line-height: 1;
}
.procaption.text-center {
  /*padding: 15px;*/
}
.procaption .form-inline.buying-options .btn {
  text-transform: uppercase;
  /*border-radius: 8px;*/
  height: 38px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 38px;
  font-family: "Poppins", sans-serif;
  background-color: #000 !important;
  border-color: #000 !important;
  color: #fff !important;
}
.procaption .form-inline.buying-options .btn:hover {
  /*border-radius: 8px;*/
  height: 38px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 38px;
  font-family: "Poppins", sans-serif;
  background-color: #00adee !important;
  border-color: #00adee !important;
  font-weight: 500;
  color: #fff !important;
}
.m_profeahedding {
  padding-top: 16px !important;
}
.thumbnail .buying-options .dah_thumbqty {
  /*border-radius: 8px;*/
  width: 50px;
  /*margin-right: 5px;*/
  height: 38px;
  font-size: 14px;
  font-weight: 500;
}
.thumbnail .buying-options .dah_thumbqtybox {
  position: relative;
}
.partboth .icon_item .fas {
  font-size: 19px;
  color: #00adee;
}
.thumbnail .buying-options .dah_thumbqtybox input[type="number"]::-webkit-inner-spin-button,
.thumbnail .buying-options .dah_thumbqtybox input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.thumbnail .buying-options .dah_thumbqtybox input[type="number"] {
  -moz-appearance: textfield;
}
.thumbnail .buying-options .dah_thumbqtybox input {
  /*width: 45px;
height: 42px;*/
  line-height: 38px;
  float: left;
  display: block;
  padding: 0;
  /*margin: 0;*/
  padding: 0 15px 0 0 !important;
  border: 1px solid #ced4da;
}
.thumbnail .buying-options .dah_thumbqtybox input:focus {
  outline: 0;
}
.quantity-nav {
  float: left;
  position: relative;
  height: 38px;
  right: 5px;
}
.quantity-button {
  position: relative;
  cursor: pointer;
  /*border-left: 1px solid #fff;*/
  width: 10px;
  text-align: center;
  color: #333;
  font-size: 13px;
  font-family: "Trebuchet MS", Helvetica, sans-serif !important;
  /*line-height: 1.7;*/
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.quantity-button:hover i.fa {
  color: #00adee;
}
.quantity-button.quantity-up {
  position: absolute;
  height: 50%;
  top: 0;
  /*border-bottom: 1px solid #eee;*/
}
.quantity-button.quantity-down {
  position: absolute;
  bottom: 0;
  height: 50%;
}
.quantity-button.quantity-up i.fa.fa-caret-up {
  vertical-align: bottom;
}
.quantity-button.quantity-down i.fa.fa-caret-down {
  vertical-align: top;
}
/*.thumbnail .buying-options .dah_thumbqtybox+.btn {
width: calc(100% - 55px);
}*/
.card-title.h4 a {
  color: #000;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
}
.m_article {
  padding-bottom: 31px !important;
}
.col-12.m_adverthedding.text-center.m_polular_hedding {
  margin-top: 13px;
}
.multiprice {
  width: 323px;
}
.banner_clearance {
  margin: 20px 0px 50px;
  margin-top: 47px;
}
.m_newsgmain {
  display: inline-flex;
  float: left;
  margin: 0px 25px;
  margin-left: 25px;
  margin-left: 48px;
}
.related-products-heading h3 {
  color: #000;
  font-size: 32px;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 35px;
}
/*.m_middalheader > div > div > div > ul > li > a */
.m_middalheader .desmenu > ul > li > a {
  font-weight: 500;
  padding: 0px 4px;
  color: #fff !important;
  display: inline-flex;
  padding: 14px 11px !important;
  padding-left: 5px;
  align-items: center;
  min-height: 60px !important;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  font-size: 13px;
}
.m_middalheader > div > div > div > ul > li:hover a {
  /*color: #00adee !important;*/
  text-decoration: none;
}
.news-section {
  background-color: #f3f4f4;
  height: 100%;
}
.latest-news .content-blog > div img {
  width: 100%;
  padding: 10px;
  background-color: #fff;
}
.news-section .latest-news .content-blog > div > .captionn {
  width: 100%;
  padding: 20px;
  background-color: #fff;
  padding-top: 5px;
}
.news-section .latest-news {
  width: 100%;
}
.content-blog > div .captionn p.clearfix {
  font-size: 14px;
  color: #7f7f7f;
  height: 7em;
  overflow: hidden;
  margin: 0px;
}
.content-blog > div .captionn h4 {
  margin-bottom: 0;
  height: 3em;
}
.news-section .content-blog > div {
  padding: 0px;
  margin-bottom: 50px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
}
.news-section .content-blog > div:hover {
  box-shadow: 0 0 5px rgba(0, 173, 238, 1);
}
.captionn h4 a {
  color: #000 !important;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
}
.content-blog .captionn p.text-muted {
  font-size: 12px;
}
.captionn h4 a:hover,
.captionn > a {
  color: #00adee !important;
}
.m_brand.text-center {
  padding: 28px 0px;
  margin-bottom: 5px;
  padding-top: 42px;
}
.m_brand.text-center h3 {
  font-size: 26px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  background-image: url(../images/SPARKY-TALK.png);
  background-position: center;
  background-repeat: no-repeat;
}
.home-brands {
  float: left;
  margin: 0 -5px;
  width: calc(100% + 10px);
  list-style: none;
}
.home-brands li {
  /*width: 16.666666666666664%;*/
  width: calc(100% / 7 - 10px);
  height: 88px;
  margin: 0 5px;
  display: inline-block !important;
  vertical-align: middle;
  float: none !important;
  text-align: center;
  background: #fff;
  line-height: 75px;
  background-color: #f3f4f4;
  margin-bottom: 10px;
  transition: 1s all;
}
.home-brands li:hover {
  background-color: #00adee;
}
.home-brands {
  float: left;
  margin: 0 -5px;
  width: calc(100% + 10px);
  list-style: none;
}
.home-brands li {
  width: calc(100% / 7 - 10px);
  height: 88px;
  margin: 0 5px;
  display: inline-block !important;
  vertical-align: middle;
  float: none !important;
  text-align: center;
  background: #fff;
  line-height: 75px;
  background-color: #f3f4f4;
  margin-bottom: 10px;
  transition: 1s all;
}
li.Brands .home-brands li {
  /*width: 16.666666666666664%;*/
  width: calc(100% / 5 - 10px);
  /* height: auto;
margin: 0 5px;
display: inline-block !important;
vertical-align: middle;
float: none !important;
text-align: center;
background: #fff;
line-height: 75px;
background-color: #f3f4f4;
margin-bottom: 10px;
transition: 1s all;
padding: 33px 9px; */
}
.home-brands_nkg li {
  width: calc(100% / 5 - 10px);
  height: 160px;
  border: 1px solid #e3e3e3;
  margin: 0px 10px 10px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f3f4f4;
}
.home-brands_nkg li:hover {
  background-color: #00adee;
}
.home-brands_nkg li a {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 100%;
  padding: 15px;
}
.home-brands_nkg li a img.img-fluid {
  width: 100%;
  max-height: 100%;
}
ul.nav.home-brands_nkg {
  margin-right: -10px;
}
.home-brands li:hover {
  background-color: #00adee;
}
.thumbnail.card-body:hover a.thumbnail-image img {
  transform: scale(1.2);
  transition: 1s all;
}
.thumbnail.card-body a.thumbnail-image img {
  transform: scale(1);
  transition: 1s all;
}
.thumbnail.card-body a.thumbnail-image {
  overflow: hidden;
  padding: 15px !important;
}
li.Brands .home-brands li img {
  max-height: 54px;
  max-width: 100%;
  display: inline-block !important;
  position: relative;
  width: auto;
  height: 100%;
}
.home-brands li img {
  max-height: 70px;
  max-width: 100%;
  display: inline-block !important;
  position: relative;
  top: 5px;
}
.brans_hedding {
  padding: 28px 0px;
  margin-bottom: 5px;
  background-image: url(../images/BRANDS.png);
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 13px;
}
.brans_hedding h3 {
  font-size: 26px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
}
.m_navbar {
  position: relative;
  width: 100%;
}
.brand_btn a {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  line-height: 18px;
  position: relative;
  top: 6px;
}
.brand_btn {
  background-color: #00adee !important;
}
.brand_btn a:hover {
  color: #000 !important;
}
.brand_btn a:focus {
  box-shadow: none;
}
.m_middalheader {
  padding: 0px !important;
}
.thumbnail.card-body .card-title {
  min-height: 115px;
  overflow: hidden;
}
/*mega-menu*/
.navbar-collapse > div > ul > li > .dropdown-menu.mega-menu .mega-menu-dah .mega-col > ul > li > a {
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  min-height: unset !important;
  color: #fff !important;
  padding: 0px;
}
.mega-menu-dah {
  padding: 0;
  columns: 3;
  width: 100%;
  column-gap: 15px;
  float: left;
  max-width: 100%;
  -moz-column-fill: balance;
  column-fill: balance;
}
.navbar-collapse > div > ul > li .dropdown-menu {
  background-color: #000 /*#00adee*/;
  border: none;
  padding: 10px;
  z-index: 1000;
  position: absolute;
}
.collapse > div > .navbar-nav > li > .dropdown-menu.mega-menu {
  width: 100%;
  float: none;
  padding: 0 0 10px;
  right: 0;
  left: 0;
  top: 100%;
  margin: 0 auto;
  margin-top: 0px;
}
.mega-menu-dah .mega-col {
  display: flex;
  width: 100%;
  break-inside: avoid;
}
.navbar-collapse > div > ul > li > .dropdown-menu.mega-menu .mega-menu-dah .mega-col ul {
  float: left;
  width: 100%;
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-collapse > div > ul > li > .dropdown-menu.mega-menu .mega-menu-dah .mega-col > ul > li > a:hover {
  color: #00adee !important;
}
.navbar-collapse > div > ul > li > .dropdown-menu.mega-menu .mega-menu-dah .mega-col > ul > li > ul a::before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  width: 10px;
  text-align: left;
  display: inline-block;
  font-weight: 600;
  font-size: 12px;
}
.navbar-collapse > div > ul > li > .dropdown-menu.mega-menu .mega-menu-dah .mega-col > ul > li > ul a {
  font-size: 12px;
  font-weight: 400;
  padding: 2px 0 !important;
  /*background-image: url(../images/index.png);
background-position: left center;
background-repeat: no-repeat;*/
  margin: 0px 15px;
  min-height: unset !important;
  text-align: left;
  color: #fff !important;
}
.navbar-collapse > div > ul > li > .dropdown-menu.mega-menu .mega-menu-dah .mega-col > ul > li > ul a:hover {
  color: #00adee !important;
  background-color: transparent;
}
.navbar-collapse > div > ul > li {
  position: inherit !important;
}
.mega-col ul li {
  width: 100%;
}
@media (min-width: 992px) {
  .animate {
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
  }
}
@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0rem);
    opacity: 1;
  }
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}
@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }
  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
}
.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}
.m_mega_top {
  padding: 15px 0;
  float: left;
  width: 100%;
}
/*.m_navbar {
padding-left: 30px;
}*/
.thumbnail .procaption > p:nth-child(2) {
  height: 3em;
  overflow: hidden;
}
.sticky_header {
  background-color: #fff;
}
.sticky_header.fixed {
  z-index: 1000;
  width: 100%;
}
.sticky_header.fixed .header_cart {
  padding: 25px 0;
}
.sticky_header.fixed > div > div > div > .mvp_float {
  padding-top: 0px !important;
}
.sticky_header .header_cart,
.sticky_header > div > div > div > .mvp_float {
  transition: 0.6s all;
}
.m_hmenu ul > li.dah_currancy > a {
  padding: 0;
  background-color: #fff;
  color: #000 !important;
  font-size: 14px;
  width: 39px;
  height: 18px;
  line-height: 18px;
  display: inline-block;
  text-align: center;
  font-weight: 500;
  text-decoration: none;
}
.m_hmenu ul > li.dah_currancy > a.active,
.m_hmenu ul > li.dah_currancy > a:hover,
.m_hmenu ul > li.dah_currancy > a:focus,
.m_hmenu ul > li.dah_currancy > a:active {
  background-color: #00adee;
  color: #fff !important;
}
.row.sort_container {
  margin-bottom: 20px;
}
.partboth div .desc_item > p {
  margin: 0 !important;
}
/*====================produts page=====================*/
.breadcrumb > li > a {
  color: #000;
}
.breadcrumb li:last-child a {
  color: #9e9e9e !important;
  text-decoration: none;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: "\25B6";
  padding: 0 10px 0 10px;
  color: #424242;
  font-size: 10px;
}
.breadcrumb {
  background: transparent;
  padding-left: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
#n_product .wrapper-product-title h1 {
  font-size: 28px;
  font-weight: 600;
  font-family: "Poppins", sans-serif !important;
}
#n_product .sku P {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  font-family: "Poppins", sans-serif;
  margin: 0px;
}
#n_product .sku {
  line-height: 0px;
}

#n_product .wrapper-pricing .h1 {
  color: #00adee;
  font-size: 24px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  float: left;
  display: flex;
  align-items: center;
  line-height: 36px;
}
#n_product .qty {
  text-align: center !important;
  font-size: 16px;
  font-weight: 500;
}
.m_instock .badge.badge-success {
  background: transparent;
  color: #2fa401;
  font-size: 14px;
  font-weight: 500;
}
.credit-success {
  color: #2fa401;
}
.credit-danger {
  color: #fd0000;
}
a.myorders {
  color: #343a40;
}
a.myorders:hover {
  color: #00adee;
  text-decoration: none;
}
.multiprice .table {
  border: 1px solid #e7e7e7;
}
#n_product .wrapper-pricing .h1 {
  margin: 0px;
}
#n_product .row.btn-stack .m_pbtn .btn {
  width: 167px;
  border-radius: 3px;
  height: 50px;
  background-color: #00adee;
  border: none;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0;
  line-height: 50px;
  color: #fff;
}
.m_pqty .form-control {
  width: 147px;
  border-radius: 3px;
  margin-right: 10px;
  height: 50px;
}
.pull_left {
  float: left !important;
}
#n_product .row.btn-stack .btn:hover {
  background-color: #000;
}
#n_product .row.btn-stack span {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  padding-left: 15px;
  margin-bottom: 10px;
}
.m_pro_card {
  border: none;
  padding-top: 22px;
}
.m_pro_card .card-header {
  border: none;
  background: transparent;
  padding: 0px;
}
.m_pro_card .card-body {
  padding: 0px;
}
.m_pro_card .card-header h3 {
  font-size: 14px;
  font-weight: 500;
  color: #000 !important;
  font-family: "Poppins", sans-serif;
  padding-bottom: 10px;
}
.m_country select {
  height: 50px;
  width: 160px;
  border-radius: 3px;
}
.m_post input {
  height: 50px;
  width: 160px;
  border-radius: 3px;
}
.m_calculate .btn {
  width: 160px;
  height: 50px;
  text-transform: uppercase;
  border-radius: 3px;
  background-color: #000 !important;
}
.m_calculate {
  padding-left: 10px;
}
.m_post {
  padding-left: 10px;
}
/*#n_product .partboth {display: inline-flex;}*/
.partbothy > div > div > .icon_item {
  width: 48px;
}
.partbothy > div > div {
  display: flex;
  padding-bottom: 9px;
  padding-top: 9px;
}
.partboth > div > div .desc_item {
  max-width: calc(100% - 30px);
  color: #bbb;
  font-family: "Roboto", sans-serif;
}
.partbothy .desc_item {
  margin-left: 30px;
  line-height: 20px;
  font-weight: 500;
  margin-left: 15px;
}
.part1 p,
.part2 p {
  margin: 0;
}
.partbothy .desc_item span {
  color: #00adee;
}
.eagy_re .desc_item {
  display: grid;
  align-items: center;
}
.partbothy .col-md-6 {
  padding: 0;
}
.partbothy .part1.col-md-6.pull_left {
  max-width: 49% !important;
}
.partbothy .col-md-6 {
  padding: 0;
}
.m_hr {
  float: left;
  width: 100%;
}
.m_hr hr {
  margin: 30px 0px;
}
.partbothy > div > .phone {
  padding: 0;
}
.col-xs-12.m_soicon {
  float: left;
  width: 100%;
}
.col-xs-12.m_soicon .f_soicon ul li {
  float: left;
  padding: 0px 5px !important;
}
.col-xs-12.m_soicon span {
  float: left;
}
.col-xs-12.m_soicon span {
  padding-top: 0px;
  font-weight: 500;
  margin-right: 15px;
}
.tabbable > ul > li > a {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 1px;
  border-bottom: 2px solid #fff !important;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link:hover {
  color: #495057;
  background-color: #fff;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link {
  border: none;
}
.tabbable > ul > li > a:hover,
.tabbable > ul > li > a.active {
  border-bottom: 2px solid #00adee !important;
}
.tabbable .tab-content {
  border: 1px solid #e9e9e9;
  padding-top: 0px !important;
}
#n_product .tabbable .nav-tabs {
  border-bottom: none;
}
.mm_off {
  font-size: 12px;
  font-weight: 500;
  background-color: #ccffc8;
  padding: 4px 12px 4px 12px;
  border-radius: 20px;
  color: #0c7803 !important;
  margin-left: 5px;
  width: auto;
  height: 26px;
  line-height: 18px;
}
#n_product .m_instock {
  width: 100%;
  display: flow-root;
}
#n_product .productrrp.text-muted.small {
  float: left;
  font-size: 14px;
  color: #9e9e9e !important;
  font-weight: 400;
  /* padding-bottom: 8px;  */
  line-height: 30px;
}
#n_product .wrapper-pricing .productsave.small {
  float: left;
  font-size: 16px;
  color: #9e9e9e !important;
}
.prorrpsave {
  padding-top: 5px;
}
#_jstl__images_r .row .col-12 a,
.instructions_link {
  color: #e83131;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}
#_jstl__images_r .row .col-12 a span,
.instructions_link {
  /* margin-left: 15px; */
  text-transform: uppercase;
  text-decoration: none;
}
.instructions_link:hover {
  color: #00adee;
  text-decoration: none;
}
.wrapper-product-title h3 {
  margin-bottom: 15px;
}
#n_product .m_wrapper_price {
  width: 60%;
  padding-bottom: 0px;
  margin-bottom: 24px;
}

.mbrandlogo {
  width: 25%;
  position: absolute;
  right: 0;
  margin-right: 15px;
}
.mbrandlogo .img-fluid {
  max-height: 100px;
}
.m_border {
  /*border-right: 1px solid #e9e9e9;*/
  width: 100%;
}
#n_product .tabbable .tab-content.pt-3 .card {
  padding: 15px;
}
.img_palm {
  border: 1px solid #e9e9e9;
  /* width: 130px  !important; */
  margin-bottom: 20px;
}
.img_palm:hover {
  border: 1px solid #00adee;
}
#n_product .wrapper-product-title {
  margin-top: 25px;
}
.zip-widget.zip-widget__tagline > :not(img) {
  display: none;
}
.zip-widget__tagline img.logo {
  height: 31px !important;
  vertical-align: middle;
  display: inline-block;
  margin: 0px 0 0px 0px !important;
  background-color: transparent;
  padding: 0px 0px 0px 0px !important;
}
.sectionafter {
  display: flex;
  align-items: center;
  /* justify-content: center; */
  /* padding: 20px; */
}
.sectionafter .mtext span {
  font-size: 14px;
  font-weight: 500;
  margin-right: 0px;
  letter-spacing: 1px;
}
.afterpay {
  display: inline-flex;
  align-items: center;
}
.afterpay span {
  font-size: 18px;
  font-weight: 700;
  margin: 0px 11px;
}
.mpay {
  /*border-top: 1px solid #e9e9e9;*/
  /*border-bottom: 1px solid #e9e9e9;*/
  /* background-color: #f3f3f3; */
}
.col-12.mpay.text-center {
  padding: 0px;
  margin: 5px 0px;
}
.m_calculate .btn:hover {
  background-color: #00adee !important;
  border: none;
}
.multiprice .table.table-sm.mt-3 {
  margin-top: 0px !important;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #00adee !important;
}
section.productdetails.n-responsive-content ul {
  margin: 0;
}
.m_advertproduct {
  background-image: url(../images/line.png);
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  text-transform: uppercase;
}
.mvp_advertproduct {
  background-image: url(../images/also.png);
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  text-transform: uppercase;
}
.col-12.rproduct h3 {
  font-size: 26px;
  font-weight: 700;
  padding: 13px 0px 13px;
  margin: 27px auto 0;
  font-family: "Poppins", sans-serif;
}
.mmhr {
  margin-top: 13;
  margin-bottom: 0;
}
.zippay .zip-widget__wrapper .logo {
  /*padding-top: 6px;*/
}
.zippay {
  display: contents;
}
/*cotegory-page*/
.page-header {
  font-size: 28px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}
.category-header {
  font-size: 26px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
#n_category .procaption.text-center {
  padding: 3px;
}
#n_category .row.sort_container {
  padding-top: 20px;
}
#left-sidebar .card .card-header,
.left-sidebar .card .card-header {
  background-color: #00adee;
}
#left-sidebar .card,
.left-sidebar .card {
  border: 1px solid #00adee;
}
.row.btn-stack .col-12.col-md-4.col-lg-3 .btn:hover {
  background-color: #00adee;
  border: 1px solid #00adee;
}
#left-sidebar .list-group.list-group-flush,
.left-sidebar .list-group.list-group-flush {
  margin-bottom: 1px;
}
.viewby.btn-group a.active,
.viewby.btn-group a:hover {
  background-color: #00adee !important;
  border: 1px solid #00adee !important;
  color: #fff !important;
}
.thumb_list .card-body .col-8.col-md-6 h3 a {
  color: #000;
  font-family: "Poppins", sans-serif;
}
#n_category .thumb_list .card {
  border: 1px solid #00adee;
}
#n_category .thumb_list .card:hover {
  box-shadow: 0 0 6px #00adee;
}
.thumb_list .card-body .price.lead span {
  font-size: 20px;
  color: #00adee;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  padding-right: 0;
}
.card.thumbnail.card-body:hover .caption .btn:not(.wishlist_toggle),
.thumb_list .card-footer .btn:hover {
  background-color: #00adee;
  color: #fff;
  border: 1px solid #00adee;
}
#n_category .procaption .form-inline.buying-options .btn:hover {
  font-weight: 400;
}
.m_instock .badge.badge-danger {
  background: transparent;
  color: #d9534f;
  font-size: 14px;
}
.products-row article .thumb-qty-field {
  width: 45px;
  margin-right: 5px;
}
.products-row article .thumb-qty-field + .addtocart {
  width: calc(100% - 55px);
}
#n_product .f_soicon > ul > li > a > .fab {
  font-size: 20px;
}
a.dah_pbrandtxt {
  height: 55px;
  display: inline-block;
  width: auto;
  padding: 0 15px;
  background-color: #fff;
  margin-left: 15px;
  line-height: 55px;
  font-size: 18px;
  font-weight: 600;
  border: 1px solid #00adee;
  color: #00adee !important;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.6s all;
}
a.dah_pbrandtxt:hover {
  background-color: #00adee;
  color: #fff !important;
}
.card-footer .form-inline .btn {
  background: #000;
  color: #fff;
}
.card-footer .form-inline .btn:hover {
  color: #fff !important;
}
.breadcrumb li:last-child a:hover {
  color: #00adee !important;
}
#n_category .col-12.col-lg-7 > p > a {
  color: #000;
}
#n_category .card-footer .form-inline input {
  border-radius: 3px;
}
body .revwid-is-horizontal-widget.revwid-container .revwid-pagination {
  display: none !important;
}
.revwid-is-horizontal-widget.revwid-container .revwid-reviews-wrapper > .revwid-is-right-arrow {
  right: -27px !important;
}
.revwid-is-horizontal-widget.revwid-container .revwid-reviews-wrapper > .revwid-is-left-arrow {
  left: -48px !important;
}
.revwid-filter-dropdown.revwid-is-invisible {
  padding-left: 26px !important;
}
/*customer*/
.mwell .card {
  border: 1px solid #00adee;
}
#n_customer .page-header h1 {
  font-size: 26px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
.mwell .card .card-body .btn {
  background-color: #000;
}
.mwell .card .card-body .btn:hover {
  background-color: #00adee;
  border: 1px solid #00adee;
}
#n_customer .mwell .checkbox a {
  color: #000;
}
/*information from*/
.display-4 {
  font-size: 28px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}
#dc_box {
  display: none;
}
#n_content .procaption.text-center {
  padding: 5px;
}
#n_content .content-blog.col-xs-12.col-sm-4 > div:hover {
  box-shadow: 0 0 5px rgba(0, 173, 238, 1);
}
/*--------- dah changes in reviews section --------------*/
.revwid-is-horizontal-widget.revwid-container .revwid-box {
  height: 100%;
}
.revwid-is-horizontal-widget.revwid-container .revwid-reviews-wrapper > .revwid-pagination-arrow {
  top: calc(50% - 19px) !important;
}
.revwid-container .revwid-horizontal-content {
  display: flex !important;
  align-items: center;
}
.card-footer .buying-options .dah_thumbqtybox input[type="number"] {
  -moz-appearance: textfield;
  height: 35px;
}
.card-footer .buying-options .dah_thumbqtybox input {
  /* width: 45px; */
  /* height: 42px; */
  line-height: 38px;
  float: left;
  display: block;
  padding: 0;
  /* margin: 0; */
  padding: 0 15px 0 0 !important;
  border: 1px solid #ced4da;
}
.category-thumbnail .m_pro_img {
  border: 1px solid #00adee;
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.category-thumbnail .m_pro_img > p {
  text-align: center;
  background-color: #00adee;
  margin: 0px;
  padding: 10px;
  color: #fff;
  font-size: 18px;
}
.category-thumbnail .m_pro_img > .h2 a:hover {
  color: #000 !important;
  text-decoration: none;
}
/*cart-page*/
.badge.badge-cart {
  background-color: #00adee;
  color: #ffffff;
}
.page-header h1 {
  font-size: 28px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}
#n_checkout .cartTable tbody tr td p {
  color: #000;
  font-family: "Poppins", sans-serif;
}
#n_checkout .card {
  border: 1px solid #00adee;
}
#n_checkout .col-12.col-lg-6.text-center.mb-1 .btn-success:hover {
  color: #fff;
  background-color: #00adee !important;
  border: 1px solid #00adee !important;
}
/*Sidecart*/
.modal-cart-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
}
.card-header-sidecart {
  background-color: #444444;
  padding: 0.3rem 1.25rem;
}
a.cart-title {
  color: #343a40;
}
a.cart-title:hover {
  color: #00adee;
  text-decoration: none;
}
p.cart-price.mb-0 {
  font-size: 16px;
  color: #00adee;
  font-weight: bold;
}
.btn-sidecart-checkout {
  background-color: #00adee;
  border-radius: 0;
  height: 46px;
  width: 100%;
  color: #fff;
  font-size: 16px;
}
.btn-sidecart-quote {
  background-color: #000;
  border-radius: 0;
  height: 46px;
  width: 100%;
  color: #fff;
  font-size: 16px;
}
.btn-sidecart-quote:hover {
  background-color: #5d7c81;
  color: #fff;
}
.ship-success {
  color: #70ad47;
}
.ship-spend {
  color: #00adee;
}

.dah_nplabels {
  height: 27px;
  overflow: hidden;
  margin-bottom: 5px;
  margin-right: 15px;
}
/*#n_product .dah_nplabels {
height: 0px;
}*/
.dah-nplabelnew > p {
  background-color: #00adee;
  padding: 5px 10px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 0px;
  text-transform: capitalize;
  border-radius: 3px;
}
.dah-nplabelnew.text-left {
  padding-left: 15px;
}
.thumbnail .savings-container {
  left: 50px;
}
.col-12.col-lg-7 p a {
  color: #000 !important;
}
#n_checkout .row.btn-stack .col-12.col-md-8.col-lg-9 .btn {
  margin-top: 5px;
  border: none;
}
#n_checkout .col-12.mb-2.col-lg-3 .card .card-header {
  background-color: #00adee;
  color: #fff;
}
#n_checkout .panel.panel-default {
  display: none;
}
#n_checkout .zip-widget__wrapper.zip-widget__wrapper--display-popup.zip-widget__wrapper--type-cartwidget {
  display: none;
}
.input-group.input-group-lg .nsearchinput-pl.well > ul > li > a {
  color: #000;
  display: inline-flex;
}
.m_product_img {
  min-height: 200px;
  display: grid;
  align-items: center;
}
#n_category .products-row article .thumb-qty-field {
  width: 50px;
  margin-right: 0px;
  height: 36px;
  padding-right: 10px !important;
}
.thumb_list article .card {
  border: 1px solid #00adee;
}
.thumb_list article .card:hover {
  box-shadow: 0 0 6px #00adee;
}
#n_category .thumb_list .card-body .price.lead {
  font-size: 20px;
  color: #00adee;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
#n_content .n-responsive-content p a {
  color: #000;
}
#cartcontents .thumb_cart .title a {
  color: #000;
}
#cartcontents .thumb_cart .btn:hover {
  background-color: #00adee;
  border: 1px solid #00adee;
}
#cartcontentsheader:focus {
  box-shadow: none;
}
.mwell .card .card-body .form-row .col-12.col-md-6 a {
  color: #000;
}
/*blog-page */
#n_content .content-blog.col-xs-12.col-sm-4 {
  float: left;
  padding-bottom: 30px;
}
#n_content .content-blog > div .captionn h4 {
  margin-bottom: 0;
  height: 4em;
}
#n_content .content-blog > div .captionn p.clearfix {
  font-size: 14px;
  color: #7f7f7f;
  height: 8em;
  overflow: hidden;
  margin: 0px;
}
#n_content .newsimgblog {
  min-height: 180px;
}
#n_content nav.mpagination {
  float: left;
  width: 100%;
}
#n_content nav.mpagination .pagination {
  float: none;
  justify-content: center;
}
#n_content .content-blog > div > .captionn {
  width: 100%;
  padding: 10px;
  background-color: #fff;
  padding-top: 5px;
}
.col-12.m_adverthedding.text-center {
  padding-bottom: 0px !important;
}
.m_shopby h3 {
  margin-bottom: 41px;
}
/*.m_article {
padding-bottom: 0px !important;
}*/
.m_homefeapro .m_article {
  padding-bottom: 0px !important;
  margin-top: 25px;
}
.mobapp_section {
  padding-top: 32px;
}
.m_product_img > img {
  margin: 0 auto;
}
.card-footer .dah_thumbqtybox {
  height: 35px !important;
}
#n_category .dah_nplabels {
  height: 0px;
  margin-bottom: 0px;
}
#n_category .m_article {
  padding-bottom: 0px !important;
  margin-bottom: 15px;
}
#header-cart .dropdown-menu {
  right: 0;
  left: auto !important;
  top: 38px !important;
}
.header-search > form > div > div > ul > li > a {
  display: inline-flex;
}
#n_content .content-blog.col-xs-12.col-sm-4 > div {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
}
/*------- Deal of the day products ---------*/
.dah_inromothumb0 > .card {
  border: 3px solid #00adee;
}
.thumbnail.card-body .dah_homepromo {
  margin: 0 auto;
  transform: translateY(-100%);
  position: absolute;
  top: 3px;
  border: 3px solid #00adee;
  border-bottom: none;
  width: calc(100% + 6px);
  left: -3px;
}
.thumbnail.card-body .dah_homepromo h3 {
  height: 40px;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  background-color: #00adee;
  line-height: 40px;
  font-size: 20px;
}
.thumbnail.card-body .dah_homepromo .productsavetext {
  background-color: #000;
  color: #fff;
  justify-content: center;
  font-size: 13px;
  font-weight: 400;
  padding: 7px;
}
.thumbnail.card-body .dah_homepromo .productsavetext div#sale-end span {
  padding-left: 8px;
  text-align: center;
}
.thumbnail.card-body .dah_homepromo .productsavetext span {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  line-height: 1;
}
.thumbnail.card-body .dah_homepromo .productsavetext div#sale-end span:nth-child(2n + 2) {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
}
.Products i.fa.fa-bars {
  margin-right: 40px !important;
}
.thumbnail.card-body .dah_homepromo .productsavetext span b {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
}
.thumbnail.card-body .dah_homepromo .productsavetext div#sale-end {
  align-items: center;
}
.m_article.dah_inromothumb0 {
  margin-top: 27px;
}
#n_home .m_article {
  max-width: 20%;
  flex: 0 0 20%;
}
@media only screen and (min-width: 376px) {
  .home_category_mob {
    display: none;
  }
  .mob_app_small {
    display: none;
  }
  .f_googlesmall {
    display: none;
  }
  .smallscreen_banner {
    display: none;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .m_navbar {
    position: relative;
    width: 100%;
  }
  .burger-menu .nav > li a {
    color: #fff !important;
    background-color: transparent;
  }
  .burger-menu .nav li > a,
  .burger-menu .nav li > ul {
    float: left;
    width: 100%;
    margin: 0 auto;
    padding: 5px 15px;
    height: unset;
  }
  .burger-menu {
    padding: 0 15px;
  }
  .burger-menu .nav li > a > span {
    position: absolute;
    right: 15px;
  }
  .burger-menu .nav li > a:hover {
    color: #fff !important;
    background-color: #000;
    text-decoration: none;
  }
  .burger-menu > div > .nav > li {
    border-bottom: 2px solid #ccc;
    float: left;
    width: 100%;
  }
  .burger-menu > div > .nav li,
  .burger-menu > div > .nav li:first-child {
    padding: 0;
    position: relative;
    width: 100%;
  }
  .burger-menu .nav li > a {
    background-color: #00adee;
    color: #fff;
    min-height: 30px !important;
  }
  .burger-menu .navbar-nav.mr-auto.info_menu > li {
    float: left;
    padding: 0 15px;
  }
  .burger-menu {
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
  }
  .dropdown-toggle::after {
    display: none;
  }
  .m_navbar {
    padding-left: 30px;
  }
  .m_navbar {
    padding-left: 0px !important;
  }
  .navbar-collapse .burger-menu .nav li > ul {
    padding: 0px 15px;
  }
  .mvp > li > a > span > .fa:hover {
    color: #fff;
  }
  .burger-menu > div {
    background-color: #00adee;
    width: 40%;
  }
  .Products i.fa.fa-bars {
    margin-right: 15px !important;
  }
  /*==========barger-End============*/
  .desmenu {
    display: none !important;
  }
  .mvp {
    padding: 0;
    list-style: none;
    margin: 0;
    padding: 10px 0;
  }
  .burger-menu {
    margin-top: 51px;
  }
  .mvp > li > a > span > .fa {
    font-size: 29px;
  }
  .contan_zon br {
    display: none;
  }
  .m_homefeapro > .m_article:nth-child(n + 5) {
    order: 2;
  }
  #n_home .m_article {
    max-width: 25%;
    flex: 0 0 25%;
  }
  #n_home .m_article:nth-child(9) {
    display: none;
  }
  #n_home .m_article:nth-child(8) {
    display: none;
  }
  body .m_hmenu ul > li > a {
    padding: 0px 9px;
  }
  .m_hmenu ul > li.dah_currancy > a {
    width: 50px;
  }
  .m_fnhdesc h4 a {
    font-size: 17px;
  }
  .m_fneedhelp {
    display: inline-flex;
  }
  #cartcontentsheader {
    padding-right: 14px !important;
  }
  .m_rposition {
    padding-right: 0 !important;
  }
  .m_fnhdesc {
    width: 100%;
    line-height: 3px;
    padding-top: 8px;
    margin-left: 5px;
  }
  .m_fneedhelp {
    padding-left: 10px;
  }
  .m_fneedhelp {
    width: 58%;
  }
  .m_middalheader .collapse ul li.nav-item > a {
    padding: 14px 9px !important;
    font-size: 13px;
  }
  .mega-menu-dah {
    columns: 4;
  }
  .newsletter-form {
    width: 493px;
    margin-left: 15px;
  }
  .newsletter-content span {
    font-size: 16px;
    margin-top: 8px;
  }
  .m_navbar {
    padding-left: 0px;
  }
  .home-brands li {
    width: calc(100% / 7 - 10px);
  }
  .revwid-container .revwid-horizontal-content {
    display: unset !important;
    align-items: center;
  }
  .revwid-is-horizontal-widget.revwid-container .revwid-review {
    flex: 0 0 calc(100% - 22px) !important;
    margin-left: 16px !important;
    margin-right: -16px !important;
    padding: 0 8px !important;
  }
  .content-blog .captionn p.text-muted {
    margin: 0px;
    padding-top: 15px;
  }
  .afterpay > p {
    margin: 0 !important;
  }
  .m_calculate .btn {
    width: 140px;
  }
  .m_post input {
    width: 145px;
  }
  .m_country select {
    width: 145px;
  }
  .sectionafter .mtext span {
    margin-right: 0px;
  }
  .sectionafter .mtext {
    width: 128px;
    line-height: 20px;
  }
  #n_content .newsimgblog {
    min-height: 140px;
  }
  .category-thumbnail .m_pro_img > p {
    min-height: 60px;
    display: grid;
    text-align: center;
  }
  .partboth div .desc_item > p {
    margin: 0;
    max-width: 150px;
  }

  .afterpay span {
    padding-top: 5px;
  }
  .partbothy .part1.col-md-6.pull_left {
    max-width: 100% !important;
  }
  .col-8.col-sm-6.col-lg-4.col-xl-3.pb-2.m_article {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .content-blog > div .captionn p.clearfix {
    height: 6em;
  }
  .procaption.text-center {
    padding: 5px;
  }
  .thumbnail.card-body .dah_homepromo .productsavetext div#sale-end span {
    padding-left: 5px;
  }
  #n_category .col-8.col-sm-6.col-lg-4.col-xl-3.pb-2.m_article {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .m_middalheader > div > div > .collapse > div > ul > li > .\31 0,
  .m_middalheader > div > div > .collapse > div > ul > li > .\31 1,
  .m_middalheader > div > div > .collapse > div > ul > li > .\31 2 {
    display: none;
  }
  .m_myacc {
    padding-right: 18px !important;
  }
  .d-none.d-sm-block.col-12.text-right.pr-0 {
    padding: 0;
  }
  .sticky_header.fixed .header_cart {
    padding: 15px 0;
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .m_md-mob {
    width: 100%;
    text-align: center;
  }
  .mi_mob {
    justify-content: center !important;
  }
  .m_acc > li > a {
    /* padding: 10px !important; */
    margin: 0 15px;
  }
  .burger-menu > div {
    background-color: #00adee;
    width: 40%;
  }
  .m_myacc {
    padding-right: 0px !important;
  }
  /*li.dah_currancy {
  padding-top: 0px !important;
  width: 100%;
}*/
  .m_navbar {
    position: relative;
    width: 100%;
  }
  .burger-menu .nav > li a {
    color: #fff !important;
    background-color: transparent;
  }
  .burger-menu .nav li > a,
  .burger-menu .nav li > ul {
    float: left;
    width: 100%;
    margin: 0 auto;
    padding: 5px 15px;
    height: unset;
  }
  .burger-menu {
    padding: 0 15px;
  }
  .burger-menu .nav li > a > span {
    position: absolute;
    right: 15px;
  }
  .burger-menu .nav li > a:hover {
    color: #fff !important;
    background-color: #000;
    text-decoration: none;
  }
  .burger-menu > div > .nav > li {
    border-bottom: 2px solid #ccc;
    float: left;
    width: 100%;
  }
  .burger-menu > div > .nav li,
  .burger-menu > div > .nav li:first-child {
    padding: 0;
    position: relative;
    width: 100%;
  }
  .burger-menu .nav li > a {
    background-color: #00adee;
    color: #fff;
    min-height: 30px !important;
  }
  .burger-menu .navbar-nav.mr-auto.info_menu > li {
    float: left;
    padding: 0 15px;
  }
  .burger-menu {
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
  }
  .dropdown-toggle::after {
    display: none;
  }
  .m_navbar {
    padding-left: 30px;
  }
  .m_navbar {
    padding-left: 0px !important;
  }
  .navbar-collapse .burger-menu .nav li > ul {
    padding: 0px 15px;
  }
  .mvp > li > a > span > .fa:hover {
    color: #fff;
  }
  .burger-menu > div {
    background-color: #00adee;
  }
  /*==========barger-End============*/
  .desmenu {
    display: none !important;
  }
  .mvp {
    padding: 0;
    list-style: none;
    margin: 0;
    padding: 10px 0;
  }
  .burger-menu {
    margin-top: 51px;
  }
  .mvp > li > a > span > .fa {
    font-size: 29px;
  }
  .m_middalheader > div > div > .collapse > div > ul > li > .\31 0,
  .m_middalheader > div > div > .collapse > div > ul > li > .\31 1,
  .m_middalheader > div > div > .collapse > div > ul > li > .\31 2 {
    display: none;
  }
  .col-3.partboth {
    position: relative;
    left: 0px;
    max-width: 50%;
    flex: 0 0 50%;
  }
  .wrapper-footer h4 {
    margin: 39px 0 15px;
  }
  .m_homefeapro > .m_article:nth-child(n + 3) {
    order: 2;
  }
  .mega-menu-dah {
    columns: 3;
  }
  .p-2.m_insta {
    margin-right: 7px !important;
    margin-left: 7px;
  }
  .m_hmenu ul > li {
    padding-top: 0;
  }
  .header_sicon ul li:first-child {
    padding-right: 2px !important;
  }
  .header_sicon ul li:first-child {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .header_sicon ul li span {
    padding-left: 0px;
    padding: 0px 0px;
  }
  .m_hmenu ul > li > a {
    padding: 0px 7px !important;
  }
  .dah_currancy {
    /* padding-left: 7px !important; */
    margin-left: 7px;
  }
  .col-12.col-md-6.mvp_float.m_rpositio {
    max-width: 75%;
    flex: 0 0 75%;
  }
  .header_cart {
    padding: 23px 0px;
  }
  .m_fnhdesc h4 a {
    font-size: 22px;
  }
  .home-brands li {
    width: calc(100% / 7 - 10px);
  }
  .newsletter-content.text-center {
    width: 100%;
  }
  .m_newsgmain {
    float: none !important;
  }
  .newsletter-content.text-center {
    top: 0px;
    margin-bottom: 15px;
  }
  .newsletter-form {
    float: none;
    margin-left: 0px;
  }
  .m_newsgmain {
    margin-left: 0px;
  }
  .col-12.col-md-4.partboth {
    padding: 0 !important;
    position: relative;
    right: 15px;
  }
  .m_fservice {
    width: 50%;
    display: unset !important;
    float: left;
    min-height: 162px;
  }
  .col-sm-4.category-thumbnail.text-center {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .revwid-container .revwid-horizontal-content {
    display: unset !important;
    align-items: center;
  }
  .revwid-is-horizontal-widget.revwid-container .revwid-review {
    flex: 0 0 calc(100% - 22px) !important;
    margin-left: 16px !important;
    margin-right: -16px !important;
    padding: 0 8px !important;
  }
  .content-blog .captionn p.text-muted {
    font-size: 12px;
    margin: 0px;
    padding-top: 15px;
  }
  .content-blog > div .captionn h4 {
    margin-bottom: 0;
    height: 40px;
    overflow: hidden;
  }
  .mvp_lcon .f_lastsec .f_logo {
    margin-top: 25px;
  }
  .wrapper-footer .f_lastsec {
    margin-left: 0px;
    margin-top: 30px;
  }
  .wrapper-footer .m_copyright p {
    top: 15px;
  }
  .content-blog > div .captionn p.clearfix {
    height: 62px;
  }
  #n_content .newsimgblog {
    min-height: 100px;
  }
  #n_content .content-blog > div .captionn h4 {
    margin-bottom: 0;
    height: 40px !important;
  }
  #n_content .content-blog > div .captionn p.clearfix {
    height: 88px;
  }
  .category-thumbnail .m_pro_img > p {
    min-height: 60px;
    display: grid;
    text-align: center;
  }
  #n_content .col-6.col-sm-4.category-thumbnail {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .m_navbar {
    padding-left: 0px;
  }
  .m_middalheader > div > div > .collapse > div > ul > li > a {
    padding: 14px 4px !important;
    font-size: 12px;
  }
  .m_article.dah_inromothumb0 {
    margin-top: 34px;
  }
  /*.m_homefeapro .m_article:nth-child(4) {
  margin-top: 80px;
}*/
  aside#left-sidebar > div > div > h3 > a:hover {
    color: #000 !important;
    text-decoration: none;
  }
  .col-12.col-md-6.col-lg-4.partboth h4 {
    margin-top: 30px;
  }
  .wrapper-footer .desc_item {
    flex: 0 0 98%;
  }
  #header-cart .dropdown-menu {
    right: 0;
    left: auto !important;
    top: 24px !important;
  }
  .brand_btn a {
    padding: 0;
  }
  .m_fneedhelp {
    display: none;
  }
  a#cartcontentsheader {
    border-right: none !important;
  }
  .col-12.col-md-6.mvp_float.m_rposition {
    max-width: 75%;
    flex: 0 0 75%;
  }
  .col-12.col-md-6.mvp_float.pr-0.m_rposition {
    max-width: 25%;
    flex: 0 0 25%;
    padding-left: 0 !important;
  }
  a#cartcontentsheader {
    padding: 0px !important;
  }
  div#header-cart {
    padding-top: 10px;
  }
  .m_fservice {
    padding: 27px 15px 8px;
  }
  .m_fservices > .container > div > .col-12.p-0 {
    display: inline-flex;
    flex-wrap: wrap;
  }
  .m_fservice p {
    margin: 0px;
  }
  #n_home .m_article {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .m_homefeapro-active {
    margin-top: 84px;
  }
  .mm_our-info {
    margin-top: 60px;
  }
  .sticky_header.fixed > div > div > div > .mvp_float {
    padding-top: 17px !important;
  }
  .col-12.col-md-4.mvp_float.text-center.text-md-left {
    padding-top: 15px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 576px) {
  .m_homefeapro > .m_article:nth-child(n + 3) {
    order: 2;
  }
  .m_rposition {
    position: relative;
    left: 0px;
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .mm_off {
    font-size: 14px;
    font-weight: 400;
  }
  .m_navbar {
    position: relative;
    width: 100%;
  }
  .mvp {
    /* display: none !important; */
    margin: 0;
  }
  .m_fneedhelp {
    padding-left: 0px;
  }
  .col-3.partboth {
    position: relative;
    left: 0px;
    max-width: 50%;
    flex: 0 0 50%;
  }
  .m_article.dah_inromothumb0 {
    margin-top: 34px;
  }
  .m_homefeapro-active {
    margin-top: 84px;
  }
  .m_fservice {
    padding: 27px 15px 8px;
  }
  .sticky_header + * {
    margin-top: 0 !important;
  }
  .m_brandhome ul li:nth-child(13),
  .m_brandhome ul li:nth-child(12),
  .m_brandhome ul li:nth-child(11),
  .m_brandhome ul li:nth-child(10),
  .m_brandhome ul li:nth-child(9),
  .m_brandhome ul li:nth-child(8),
  .m_brandhome ul li:nth-child(7) {
    display: none !important;
  }
  #header-cart > a {
    background: transparent;
    border: none;
    padding: 0;
  }
  #n_product .tabbable .nav-tabs {
    display: flex;
  }
  #n_product .tabbable .card-header {
    display: none;
  }
  #n_product .tabbable .collapse {
    /* display: block; */
  }
  #n_product .tab-content > .tab-pane.active {
    display: block;
  }
  #n_product .tab-content > .tab-pane {
    display: none;
  }
  #n_product .tabbable .collapse .card-body {
    padding: 0;
  }
  #n_product .tabbable .card {
    border: none;
  }
  #n_product .tab-content {
    padding: 10px 15px;
  }
  #n_product .tabbable {
    margin: 30px auto 40px;
  }
  .newsletter-form {
    float: none;
    margin-left: 0px;
  }
  .wrapper-footer .col-12.col-md-4:first-child,
  .wrapper-footer .col-12.col-md-4:nth-child(2) {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .wrapper-footer {
    text-align: left;
  }
  .col-12.col-md-4.mvp_lcon {
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }
  .wrapper-footer .f_lastsec {
    margin-left: 0px;
  }
  .mvp_lcon .f_lastsec .f_logo {
    margin-top: 10px;
  }
  .wrapper-logo.text-center.text-sm-left {
    text-align: center !important;
  }
  .m_fservice {
    width: 50%;
    display: unset !important;
    float: left;
    min-height: 162px;
  }
  .col-sm-4.category-thumbnail.text-center {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }
  .m_fservice p {
    line-height: 15px;
    font-size: 13px;
    margin: 0 !important;
  }
  #n_home .category-thumbnail .caption {
    width: 65%;
  }
  .col-12.col-md-6.mvp_float.pr-0.m_rposition {
    display: none;
  }
  .header_cart {
    padding: 10px 0px;
  }
  .nMobileNav li {
    width: auto;
  }
  .nMobileNav {
    width: auto;
    margin-bottom: 0;
    position: absolute;
    top: 30px;
  }
  a#cartcontentsheader {
    border: none !important;
  }
  #header-cart {
    float: right;
    position: absolute;
    right: 0;
    top: 34%;
    margin-right: 7px;
  }
  #cartcontentsheader {
    padding-right: 5px !important;
  }
  .m_cart_mob {
    width: 18px;
    height: 18px;
    display: inline-block;
    background-color: #00adee;
    border-radius: 50px;
    text-align: center;
    color: #fff;
    line-height: 18px;
    font-size: 13px;
    font-weight: 500;
    position: absolute;
    bottom: 13px;
    left: 22px;
    right: 5px;
  }
  .d-none.d-sm-block.col-12.text-right.pr-0 {
    display: none !important;
  }
  .mvp_last > li {
    display: inline-flex !important;
  }
  .header_sicon ul li span {
    display: none;
  }
  .mvp_last {
    display: -webkit-box !important;
  }
  .header_sicon > ul {
    float: left;
    display: contents;
  }
  .mvp_last > li > a {
    text-decoration: none;
  }
  .home-brands li {
    width: calc(100% / 3 - 10px);
  }
  .home-brands li:last-child {
    width: 100%;
  }
  .newsletter-form {
    width: auto;
  }
  .newsletter-content span {
    font-size: 18px;
    line-height: 1.2;
  }
  .newsletter-content.text-center {
    top: 0px;
    margin-bottom: 5px;
  }
  .m_newsgmain {
    display: inline-flex;
    float: left;
    margin: 0px 25px;
    margin-left: 0px;
    margin-left: 0px;
  }
  .newsletter-content.text-center {
    float: none !important;
    top: 0px;
  }
  .m_newsgmain {
    float: none !important;
  }
  .col-12.col-md-4.partboth > h4 {
    margin: 0;
    padding: 20px 0px;
  }
  .revwid-container .revwid-horizontal-content {
    display: unset !important;
    align-items: center;
  }
  .revwid-is-horizontal-widget.revwid-container .revwid-review {
    flex: 0 0 calc(100% - 22px) !important;
    margin-left: 16px !important;
    margin-right: -16px !important;
    padding: 0 8px !important;
  }
  .mvp_lcon .f_lastsec .f_logo {
    margin-top: 25px;
  }
  .wrapper-footer .f_lastsec {
    margin-left: 0px;
  }
  .wrapper-footer .m_copyright p {
    top: 15px;
  }
  .content-blog > div .captionn p.clearfix {
    height: 62px;
  }
  .content-blog > div .captionn h4 {
    margin-bottom: 0;
    height: 41px;
    overflow: hidden;
  }
  .col-12.col-md-4.partboth {
    padding-left: 15px !important;
  }
  .m_payicon {
    text-align: center !important;
  }
  .thumbnail.card-body .card-title {
    min-height: 45px !important;
    overflow: hidden;
  }
  .wrapper-footer .m_payicon img {
    padding: 23px 0px;
    float: none !important;
  }
  .partbothy .part1.col-md-6.pull_left {
    max-width: 100% !important;
  }
  /*
.australian {
padding-top: 18px;
}*/
  .tabbable .nav-tabs {
    display: unset !important;
  }
  .tabbable > ul > li > a {
    padding-left: 0;
  }
  #left-sidebar .card .card-header,
  .left-sidebar .card .card-header {
    border: none !important;
  }
  #left-sidebar .card .card-header h3 a:hover,
  .left-sidebar .card .card-header h3 a:hover {
    color: #000 !important;
    text-decoration: none;
  }
  #left-sidebar .card .card-header,
  .left-sidebar .card .card-header {
    padding: 8px 20px !important;
  }
  .col-8 > form > .form-row > label {
    font-weight: 500;
  }
  .page-header {
    font-size: 24px;
  }
  #n_content .newsimgblog {
    min-height: 100px;
    text-align: center;
  }
  #n_content .content-blog > div .captionn h4 {
    height: 40px;
  }
  #n_content .content-blog > div .captionn p.clearfix {
    height: 104px;
  }
  #n_content .col-6.col-sm-4.category-thumbnail {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .category-thumbnail .m_pro_img > p {
    font-size: 17px;
    min-height: 60px;
    display: grid;
  }
  #n_customer .well {
    padding-top: 30px;
  }
  .sticky_header .header_cart,
  .sticky_header > div > div > div > .mvp_float {
    transition: none !important;
  }
  /*burger-menu*/
  .burger-menu .nav > li a {
    color: #fff !important;
    background-color: transparent;
  }
  .burger-menu .nav li > a,
  .burger-menu .nav li > ul {
    float: left;
    width: 100%;
    margin: 0 auto;
    padding: 5px 15px;
    height: unset;
  }
  .burger-menu {
    padding: 0 15px;
  }
  .burger-menu .nav li > a > span {
    position: absolute;
    right: 15px;
  }
  .burger-menu .nav li > a:hover {
    color: #fff !important;
    background-color: #000;
    text-decoration: none;
  }
  .burger-menu > div > .nav > li {
    border-bottom: 2px solid #ccc;
    float: left;
    width: 100%;
  }
  .burger-menu > div > .nav li,
  .burger-menu > div > .nav li:first-child {
    padding: 0;
    position: relative;
  }
  .burger-menu .nav li > a {
    background-color: #00adee;
    color: #fff;
    min-height: 30px !important;
  }
  .burger-menu .navbar-nav.mr-auto.info_menu > li {
    float: left;
    padding: 0 15px;
  }
  .burger-menu {
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
  }
  .dropdown-toggle::after {
    display: none;
  }
  .m_navbar {
    padding-left: 30px;
  }
  .m_navbar {
    padding-left: 0px !important;
  }
  .navbar-collapse .burger-menu .nav li > ul {
    padding: 0px 15px;
  }
  .header_sicon.d-inline-flex {
    padding-left: 15px;
  }
  .dah_currancy {
    padding-right: 30px !important;
  }
  .sticky_header {
    position: relative !important;
  }
  #homepageCarousel {
    margin: 0 !important;
  }
  .col-12.col-md-4.mvp_float.pt-4.text-center.text-md-left {
    padding-left: 0;
    padding-right: 0;
  }
  .burger-menu > div {
    padding-bottom: 10px;
  }
  .dropdown-menu.pull-right.mvp_dropdown {
    background-color: #203246 !important;
  }
  .login_small > ul > li > a {
    color: #fff;
  }
  .m_middalheader {
    padding: 0px !important;
    margin: 0 -15px;
  }
  .navbar-collapse .navbar-nav > li:first-of-type > a {
    padding-left: 15px;
  }
  footer.wrapper-footer .col-12.col-md-4 {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .partboth h4 {
    margin-top: 30px;
  }
  .contan_zon > p > br {
    display: none;
  }
  .burger-menu > div {
    background-color: #00adee;
  }
  .m_fservices > .container > div > .col-12.p-0 {
    display: inline-flex;
    flex-wrap: wrap;
  }
  #n_home .m_article {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .m_homefeapro .m_article {
    padding-bottom: 0px !important;
    margin-top: 5px;
  }
  /* ============New css================  */
  .header-search {
    width: 94%;
    top: 0px;
    margin: 0 auto;
  }
  li.nkg_mobile_search {
    padding-right: 0 !important;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .nkg_product_slider button.slick-prev.slick-arrow {
    background-color: #fff;
    height: 100%;
    left: 0px;
    z-index: 1;
    border: 1px solid #e3e3e3;
  }
  .nkg_product_slider button.slick-next.slick-arrow {
    background-color: #fff;
    height: 100%;
    right: 0px;
    z-index: 1;
    border: 1px solid #e3e3e3;
  }
  .nkg_product_slider .slick-list.draggable {
    padding: 0px 20px !important;
    width: 100%;
  }
  .img_palm {
    max-width: 100%;
    margin-bottom: 0px;
    margin: 0 6px;
  }
  .nkg_product_slider {
    margin-bottom: 20px;
  }
  .nkg_product_slider .slick-prev:before,
  .nkg_product_slider .slick-next:before {
    font-size: 17px;
    color: #000 !important;
  }
  .tabbable .nav-tabs li {
    display: none;
  }
  #n_product .tabbable .card-header {
    display: unset !important;
    background-color: unset;
    border-bottom: 2px solid #00adee;
    padding-left: 0 !important;
  }
  #n_product .tabbable .tab-content.pt-3 .card {
    padding: 0;
  }
  #n_product .tab-content {
    padding: 0;
    border: 0;
  }
  #n_product .tab-content button.btn,
  #n_product .tabbable button.btn {
    color: #00adee;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    padding-left: 0;
  }
  #n_product .tab-content > .tab-pane {
    display: unset;
  }
  #n_product .tabbable .collapse .card-body {
    margin-top: 10px;
  }
  #n_product .tabbable {
    margin: 0px auto 0px;
  }
  #n_product .collapsing {
    transition: unset !important;
  }
  #n_product .tab-content button.btn[aria-expanded="false"]:after {
    content: "\f067";
    float: right;
    font-family: "font awesome 5 free";
    color: #00adee;
    font-weight: 600;
  }
  #n_product .tab-content button.btn[aria-expanded="true"]:after {
    content: "\f068";
    float: right;
    font-family: "font awesome 5 free";
    color: #00adee;
    font-weight: 600;
  }
  .thumbnail .buying-options .dah_thumbqtybox + .btn {
    width: 100% !important;
    margin-top: 5px !important;
  }
  /* ========================== */
}
@media only screen and (max-width: 575.98px) {
  .col-12.rproduct h3 {
    margin: 0px auto 0;
  }
  .col-3.partboth {
    position: relative;
    left: 0px;
    max-width: 100%;
    flex: 0 0 100%;
  }
  /*.m_homefeapro > .m_article:nth-child(n+3) {
order: 2 !important;
}*/
  .m_homefeapro-active .m_article:nth-child(n + 4) {
    order: 2;
  }
  .m_homefeapro-active > .m_article:nth-child(2),
  .m_article:nth-child(3) {
    order: 0;
  }
  .m_homefeapro-active > .m_article:first-child {
    order: 1;
  }
  .m_profeahedding {
    margin-bottom: 33px !important;
  }
  .m_homefeapro-active > .m_article.dah_inromothumb0 {
    margin-top: 80px;
  }
  .logo {
    max-width: 214px;
  }
  .header_sicon ul li:first-child {
    padding-left: 15px !important;
  }
  .m_hmenu ul > li:last-child {
    padding-right: 15px;
  }
  .header-search {
    padding: 0px !important;
  }
  .col-12.col-md-4.mvp_float.pt-4.text-center.text-md-left {
    padding-left: 0 !important;
  }
  .m_fservices {
    padding-top: 0px;
  }
  .m_article {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .procaption.text-center {
    padding: 21px;
    min-height: 179px;
  }
  .thumbnail .buying-options .dah_thumbqty {
    width: 100% !important;
  }
  /*.thumbnail .buying-options .dah_thumbqtybox+.btn {
  width: 100% !important;
  margin-top: 5px !important;
}*/
  .dah_nplabels {
    height: auto;
    margin: 0px;
  }
  .m_article {
    max-width: 50%;
    flex: 0 0 50%;
    padding: 5px !important;
  }
  .mobapp_section {
    padding-top: 19px;
  }
  .col-12.m_adverthedding.text-center {
    padding-top: 21px;
  }
  .banner_clearance {
    margin: 20px 0px 29px;
    margin-top: 14px;
  }
  .m_brand.text-center {
    padding: 0px 0px;
    padding-top: 22px;
  }
  .content-blog.col-xs-12.col-sm-4 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .news-section .content-blog > div {
    margin-bottom: 30px;
  }
  .brans_hedding {
    padding: 8px 0px;
    margin-bottom: 0px;
  }
  .newsletter-form > form > div > input {
    width: 90% !important;
  }
  .newsletter-form > form > div > .input-group-btn {
    width: 100%;
  }
  .newsletter-form > form > div > .input-group-btn > .btn {
    width: calc(100% - 19px);
  }
  .newsletter-form input {
    margin-right: 10px;
  }
  .newsletter-form {
    height: auto;
  }
  .m_news {
    padding: 10px 0px;
  }
  .newsletter-form {
    width: 100%;
  }
  .m_rposition {
    left: 0px;
  }
  .newsletter-content.text-center {
    display: inline-flex;
    padding-right: 15px;
  }
  .m_newsgmain > img {
    max-width: 36px;
    height: 36px;
  }
  .m_newsgmain {
    margin: 0px 15px !important;
  }
  #header-cart {
    margin-right: 0px;
  }
  /*.procaption .form-inline.buying-options .btn.btn-primary.btn-block.btn-loads {
  margin-top: 40px;
}*/
  .news-section .latest-news {
    width: 100%;
    display: unset !important;
  }
  .sticky_header .header_cart,
  .sticky_header > div > div > div > .mvp_float {
    transition: none;
  }
  .newsletter-form .btn {
    text-align: center;
  }
  .wrapper-footer .desc_item {
    flex: 0 0 90%;
  }
  .m_country {
    max-width: 50%;
  }
  .m_country select {
    width: 100%;
  }
  .m_post {
    width: 50%;
  }
  .m_post input {
    width: 100%;
  }
  .m_calculate .btn {
    width: 100%;
  }
  .m_calculate {
    width: 100%;
    padding-top: 10px;
    padding-left: 0px !important;
  }
  /* .sectionafter {
  display: unset !important;
} */
  .sectionafter .mtext span {
    margin-right: 0px;
    position: relative;
    top: 0px;
  }
  .zippay .zip-widget__wrapper .logo {
    padding-top: 0px;
  }
  .m_pbtn,
  .m_pqty {
    width: 50%;
  }
  .m_pqty .form-control {
    width: 100%;
  }
  #n_product .row.btn-stack .m_pbtn .btn {
    width: 100%;
  }
  .m_pbtn {
    padding-left: 10px;
  }
  .m_rposition {
    padding: 0 !important;
  }
  .col-12.rproduct h3 {
    font-size: 22px;
  }
  #n_category .m_article {
    margin-bottom: 5px !important;
  }
  .m_article:nth-child(2n + 1) {
    padding-left: 15px !important;
  }
  .m_article:nth-child(2n) {
    padding-right: 15px !important;
  }
  .m_homefeapro-active .m_article:nth-child(2n + 1) {
    padding-left: 5px !important;
    padding-right: 15px !important;
  }
  .m_homefeapro-active .m_article:nth-child(2n) {
    padding-left: 15px !important;
    padding-right: 5px !important;
  }
  .m_homefeapro-active .m_article:last-child {
    display: none;
  }
  #n_content .col-6.col-sm-4.category-thumbnail {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .burger-menu {
    padding: 0px 15px;
    height: 100vh;
    background-color: #00adee;
  }
  .thumbnail .buying-options .dah_thumbqtybox {
    width: 100%;
  }
  .procaption.text-center {
    padding: 5px;
    min-height: 179px;
  }
  .m_article.dah_inromothumb0 {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 7px 15px !important;
  }
  .thumbnail.card-body .dah_homepromo .productsavetext div#sale-end span:nth-child(2n + 2) {
    margin-right: 15px !important;
  }
  .m_homefeapro .m_article:nth-child(4) {
    margin-top: 5px;
  }
  .newsletter-form {
    padding: 15px;
    padding-bottom: 0;
  }
  .newsletter-content span br {
    display: none;
  }
  .m_homefeapro-active .m_article:nth-child(2) {
    padding: 0px !important;
    padding-left: 15px !important;
    padding-right: 5px !important;
  }
  .m_homefeapro-active .m_article:nth-child(3) {
    padding: 0px !important;
    padding-right: 15px !important;
    padding-left: 5px !important;
  }
  .m_homefeapro-active .m_article:nth-child(4) {
    padding-left: 15px !important;
    padding-right: 5px !important;
  }
  .m_adverthedding h3 {
    margin-bottom: 12px;
  }
  .m_homefeapro-active .m_article:nth-child(1) {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .m_homefeapro-active .dah_inromothumb0 {
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }
}
/*
@media only screen and (min-width: 1199px){
  #n_category #left-sidebar,
  #n_category .left-sidebar {
    display: none;
  }
  #n_category .col-12.col-md-9{
    max-width: 100%;
    flex: 0 0 100%;
  }
  #n_category .col-8.col-sm-6.col-lg-4.col-xl-3.pb-2.m_article {
  flex: 0 0 25%;
  max-width: 25%;
}
}
*/
@media only screen and (max-width: 767px) {
  .multiprice {
    width: 100%;
  }
}
@media only screen and (max-width: 375px) {
  .m_fneedhelp {
    width: calc(100% - 116px);
  }
  .m_fnhdesc h4 a {
    font-size: 19px;
  }
  .home_category_des {
    display: none;
  }
  #n_home .category-thumbnail .caption {
    display: none;
  }
  #header-cart {
    margin-right: 0px;
  }
  .col-12.m_adverthedding.text-center {
    padding-top: 7px !important;
  }
  .m_shopby h3 {
    margin-bottom: 11px;
  }
  .col-sm-4.category-thumbnail.text-center {
    padding-bottom: 17px;
  }
  .m_adverthedding h3 {
    font-size: 22px;
  }
  .dah_nplabels {
    height: auto;
  }
  .f_googlebig {
    display: none;
  }
  .thumbnail.card-body .card-title {
    max-height: 47px !important;
    overflow: hidden;
  }
  .home-brands li {
    width: calc(100% / 2 - 10px);
  }
  .mvp_lcon .f_lastsec .f_logo {
    margin-top: 14px;
  }
  .home-brands li:nth-child(13) {
    display: none !important;
  }
  .mob_app_des {
    display: none;
  }
  .bigscreen_banner {
    display: block;
  }
  .smallscreen_banner {
    padding-bottom: 15px;
    display: none;
  }
  .wrapper-footer .col-6.col-md-6.col-lg-6 {
    padding-right: 0;
  }
}
.navbar .wrap-rec-item article.m_article {
  max-width: 100% !important;
  flex: 0 0 100% !important;
  width: 100%;
}
.sticky_header .menu-products.dropdown {
  position: static;
}
.sticky_header .menu-products .dropdown-menu {
  /* width: 100%; */
  border-radius: 0;
  padding: 15px;
  margin: 0;
  /* top: 100%; */
  border: 1px solid #ddd;
  /* border-top: 5px solid #464D51; */
  box-shadow: none;
  background-color: #fff;
  min-height: 522px;
}
.fixed .menu-products .dropdown-menu {
  min-height: 522px;
}
.wrap-sub-categ {
  padding: 0 15px;
}
.sticky_header .column {
  width: 33.33333333333333%;
  padding: 0;
  margin: 0;
  list-style: none;
  float: left;
  padding: 0 5px;
}
.sticky_header .column ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sticky_header .column a {
  padding: 4px 0;
  display: block;
  color: #111;
  font-size: 12px;
  font-weight: 400;
}
.sticky_header .column .lv2-li {
  margin-bottom: 10px;
}
.sticky_header .column .lv2-li > a {
  padding: 4px 0;
  font-size: 13px;
  text-transform: uppercase;
  color: #08649d;
  font-weight: 500;
}
.sticky_header .column a:hover,
.sticky_header .column a:focus {
  color: #f7921e;
}
.wrap-rec-item {
  border-left: 1px solid #ddd;
  /* -ms-flex: 0 0 22%;
flex: 0 0 22%;
max-width: 22%; */
}
.wrap-drop-ban {
  border-left: 1px solid #ddd;
  -ms-flex: 0 0 19.66667%;
  flex: 0 0 19.66667%;
  max-width: 19.66667%;
}
.drop-ban-conts {
  position: relative;
  width: 100%;
  height: 100%;
}
.dropban-caption {
  position: absolute;
  top: 15px;
  left: 0;
  width: 100%;
  padding: 0 5px;
  text-align: center;
}
.dropban-caption h3 {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 700;
}
.dropban-caption p {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 13px;
}
.dropban-caption .btn {
  padding: 8px 10px;
  min-width: 115px;
  font-size: 12px;
}
.sticky_header .navbar-expand-md .navbar-nav .dropdown-menu {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 5001;
}
.collapse.navbar-collapse.navbar-responsive-collapse.m_navbar {
  position: relative;
}
.navbar .wrap-rec-item article.m_article > .row {
  display: none;
}
.navbar .wrap-rec-item article.m_article .procaption.text-center {
  padding: 0;
}
@media (max-width: 991.98px) {
  .wrap-rec-item {
    padding: 0 5px;
  }
  .wrap-rec-item .thumbnail.card-body .thumb-price {
    font-size: 14px;
  }
  .wrap-drop-ban {
    padding: 0 5px;
  }
  .mob-nav.slide-right .bg_nkg {
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    float: left;
    z-index: -86;
    position: fixed;
    height: 100%;
    display: flex;
    justify-content: center;
    left: 0;
    display: block !important;
    margin-top: -10px;
  }
}
@media only screen and (max-width: 1199px) {
  .navbar .wrap-rec-item article.m_article .procaption.text-center .dah_thumbqtybox {
    display: none;
  }
  .navbar .wrap-rec-item article.m_article .procaption.text-center .btn {
    width: 100%;
  }
}
#header-cart .dropdown-menu {
  right: 0;
  left: auto !important;
  top: calc(100% + 11px) !important;
  transform: unset !important;
}
.reviews_hedding {
  padding: 28px 0px;
  background-image: url(../images/BRANDS.png);
  background-position: 50% 66%;
  background-repeat: no-repeat;
  margin-top: 5px;
  padding-bottom: 0;
}
.reviews_hedding > h2 {
  font-size: 26px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
}
.col-12.col-lg-6 #_jstl__images #_jstl__images_r .main-image {
  border: 1px solid #e9e9e9;
  margin-top: 32px;
}
.dah_paltimgarrow .fa {
  color: #fff;
  font-size: 29px;
  line-height: 40px;
}
.dah_paltimgarrow {
  background-color: #e5e5e5;
  height: 111px;
  width: 30px;
}
.dah_paltimgarrow {
  float: left;
  position: absolute;
  width: 40px;
  top: calc(50% - 5px);
  height: 40px;
  border-radius: 50%;
  background-color: #00adee;
  color: #fff;
}
.dah_paltimgarrow > .btn {
  padding: 0;
  text-align: center;
  width: 100%;
  line-height: 40px;
}
.dah_paltimgarrow.left {
  left: 15px;
}
.dah_paltimgarrow.right {
  right: 15px;
}
.row.dah_paltimgs.owl-carousel.owl-theme {
  float: left;
  position: absolute;
  width: 90%;
}
.news-section > div > .row {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .dah_paltimgarrow {
    display: none;
  }
  .thumbnail .buying-options .dah_thumbqtybox + .btn {
    width: calc(100% - 55px);
  }
}
.m_wrapper_price .m_border > div {
  float: left;
  width: 100%;
}
.sticky_header .menu-products.dropdown:hover {
  background-color: #000;
}
.modal-dialog .checkbox a {
  color: #000 !important;
  text-decoration: underline;
}
.mvp > li > a {
  color: #fff !important;
  font-size: 20px;
}
.navigation_arrow {
  width: 5%;
  margin: 0px 10px;
}
#_jstl__buying_options_r .modal {
  z-index: 999999999;
}
.modal.show .modal-dialog {
  margin-top: 5%;
}
.mm_scroll {
  overflow: auto;
  height: 80vh;
  /*height: 438px;*/
}
.modal {
  z-index: 9999;
  overflow: scroll !important;
}
.m_myacc {
  padding-right: 40px;
}
.m_acc {
  background-color: #002324;
  min-width: 200px;
}
.m_acc > li > a {
  padding: 0 15px !important;
  text-decoration: none;
}
.m_acc > li {
  padding: 5px 0px !important;
}
.m_myacc > li > a {
  text-decoration: none;
}
.n-wrapper-form-control ._itmspec_optpl > select {
  margin-bottom: 10px;
}
.page-header > p > a {
  color: #222;
}
._itmspec_listopt .variation-name > label {
  font-weight: 500;
}
#header-cart .dropdown-menu {
  overflow-y: scroll;
  max-height: 80vh;
}
#header-cart {
  z-index: 5002;
}
.home-accordion > .toggletitle {
  border-radius: 4px;
  display: block;
  text-align: left;
  padding: 10px;
  border: solid #dadada 1px;
  color: #fff;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  text-decoration: none;
  margin-top: 30px;
}
.home-accordion .collapsed {
  border-bottom-left-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}
.home-accordion > .toggletitle > .fa {
  position: relative;
  top: 3px;
}
.m_sidebar-home .well {
  padding: 19px;
  border: 1px solid #fff;
  border-radius: 4px;
}
.m_sidebar-home .well a {
  color: #00adee;
}
body#n_content .newsletter-section {
  margin-top: 30px;
}
@media only screen and (max-width: 415px) {
  .m_footer-sidebar {
    width: calc(100% - 30px);
    display: inline-block;
  }
  .home-accordion > .toggletitle > .fa {
    position: relative;
    top: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .multiprice {
    width: 100%;
  }
  .m_fneedhelp {
    width: auto;
  }
  .m_fnhdesc p {
    color: #fff;
  }
  .row.mvp_top_row {
    justify-content: space-between;
    align-items: center;
  }
  .m_fnhdesc h4 a {
    font-size: 18px;
  }
  .m_fnhdesc {
    line-height: 10px;
  }
  .m_fnhicon img {
    width: 25px;
  }
  .m_fnhicon {
    width: 33px;
  }
  .m_topheader {
    padding: 7px 0px;
  }
  .m_fnhdesc p {
    display: none;
  }
}
@media only screen and (max-width: 576px) {
  .m_fnhicon {
    display: none;
  }
  .dah_currancy {
    padding-right: 0px !important;
  }
  .header_sicon.d-inline-flex {
    padding-left: 0px;
  }
  .m_hmenu ul > li > a {
    padding: 0px 5px;
  }
  .nMobileNav {
    top: 22px;
  }
  .p-2.m_insta {
    margin-right: 0px;
  }
  .mi-orderby {
    display: none !important;
  }
  .m_fnhdesc h4 a {
    font-size: 15px;
  }
  .p-2.m_insta {
    padding-right: 0 !important;
  }
  .m_fnhdesc p {
    text-align: center;
  }
}
#n_product .extra-options .quantity-button {
  font-size: 19px;
  line-height: 25px;
}
#n_product .extra-options .quantity-nav {
  float: left;
  position: absolute;
  height: 50px;
  right: 10px;
  z-index: 999;
  top: 0;
}
#n_product .extra-options .dah_thumbqtybox {
  position: relative;
}
#n_product #_jstl__buying_options_r .extra-options .dah_thumbqtybox {
  padding: 0px;
}

#n_product #_jstl__buying_options_r .extra-options .m_pbtn.pull_left.add-to-cart {
  padding-right: 0px;
  width: 100%;
}
#n_product .extra-options .dah_thumbqtybox .input-group-field {
  width: 100% !important;
}

#n_product .extra-options .dah_thumbqtybox input::-webkit-outer-spin-button,
#n_product .extra-options .dah_thumbqtybox input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
#n_product .extra-options .dah_thumbqtybox input[type="number"] {
  -moz-appearance: textfield;
}
@media all and (max-width: 1199px) {
  .sticky_header {
    -webkit-transition: 0.3s all linear;
    -moz-transition: 0.3s all linear;
    -ms-transition: 0.3s all linear;
    -o-transition: 0.3s all linear;
    transition: 0.3s all linear;
  }
}
@media all and (max-width: 767px) {
  .sticky_header.fixed {
    position: fixed !important;
    /*top: 20px !important;*/
  }
  #header-cart {
    margin-right: 10px;
  }
  .m_md-mob .header_sicon.d-inline-flex {
    min-width: 55px;
  }
  .m_fneedhelp .m_fnhdesc {
    min-width: 100px;
  }
  .m_mob_cart {
    min-width: 35px;
  }
  .mvp_header_menu > li {
    min-width: 57px;
  }
  li.p-2.m_insta {
    min-width: 30px;
  }
}
#alt_img span {
  position: relative;
  margin-top: -96px;
  float: right;
  margin-right: 1px;
  width: 100%;
}
.main_canvas .main_img {
  border: 1px solid #e9e9e9;
}
.roted-icon {
  float: right;
  margin-top: -60px;
  width: auto;
  height: auto;
  display: block;
  position: absolute;
  width: calc(100% - 27px);
  z-index: 999;
}
.close span {
  font-size: 30px;
  float: right;
  margin-top: 0;
  margin-right: 0;
}
.roted-icon button.btn {
  box-shadow: none;
}
.pop_nkg button.close {
  outline: none;
}
.nkg_iconrot {
  opacity: 0.2;
}
canvas#canvas {
  background-color: #fff;
}
.modal-content.pop_nkg {
  background-color: transparent;
  border: 0;
}
.popup_text {
  width: 100%;
}
.popup_text strong {
  color: #ccc;
}
.popup_text p {
  color: #999;
}
.modal-dialog.nkg-modal_main.modal-dialog-centered.mt-0 {
  max-width: 600px;
}
div#exampleModalCenter {
  background-color: rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 1199.98px) and (min-width: 991.98px) {
  #alt_img span img {
    width: 100px;
  }
  #alt_img span {
    position: relative;
    margin-top: -80px;
    float: right;
    margin-right: 0;
    width: 100%;
  }
}
.contents-more {
  display: none;
}
.read-mores {
  color: #00adee !important;
}
@media screen and (max-width: 767.5px) and (min-width: 400px) {
  #homepageCarousel .carousel-item img {
    min-height: 142px;
    object-fit: cover;
  }
}
@media all and (max-width: 365px) {
  #homepageCarousel .carousel-item img {
    min-height: 110px;
    object-fit: cover;
  }
}
.home_category_des .category-thumbnail {
  min-width: 289px;
  min-height: 210px;
}
.nkg_cls {
  min-width: 548px;
}
.nkg_cls-m {
  min-width: 50px;
}
.m_adverthedding h3 {
  min-width: 320px;
}
.category-thumbnail .caption h3.my-1 {
  min-width: 121px;
}
#n_home .category-thumbnail .caption {
  min-width: 121px;
}
/*===============================Landing page ======================*/
.l_page .mvp_dark_bg {
  background-color: #f2f1f1;
}
p.min_w {
  max-width: 845px;
  margin: 0 auto;
}
.l_page .mvp_box {
  max-width: 685px;
  padding: 40px 40px 33px;
  background-color: #35b24d;
  margin: 0 auto;
}
.l_page .mvp_headline {
  font-size: 38px;
  font-weight: 400;
  color: #fff;
}
.l_page .mvp_subhedding {
  font-size: 20px;
  color: #fff;
  font-weight: 400;
}
.l_page .mvp_bot h2 {
  font-size: 26px;
  font-weight: 600;
}
.l_page .mvp_bot {
  margin-top: 40px;
}
.l_page .mvp_navlink {
  width: 212px;
  background-color: #3ccd58;
  font-weight: 600;
  border-radius: 3px;
}
.l_page .mvp_navlink:hover {
  background-color: #00adee !important;
  color: #fff !important;
}
.subtext h3.mvp_head {
  font-size: 26px !important;
  font-weight: 400;
}
.mvp_bsectiontop {
  margin-top: -110px;
  /* max-width: 853px;
margin: 0 auto; */
}
section#main_bottom {
  padding-bottom: 25px;
}
.mvp_col_1 h2,
.mvp_col_1 h3,
.mvp_col_2 h3 {
  font-size: 36px !important;
  font-weight: 400;
}
.mvp_col_1 h3.mvp_head {
  font-size: 26px;
  margin-bottom: 1px;
}
section.sec-2 {
  padding-top: 85px;
  padding-bottom: 65px;
}
.mvp_casub {
  padding-top: 57px;
}
/* body{
background-image: url(../images/side_images.png);
} */
.nAdvertSample {
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 70px;
}
section#lending-feature .m_article {
  flex: 0 0 20%;
  max-width: 20%;
}
section#lending-feature .m_articlee .card-title.h4 span {
  height: 20px;
}
.manufacturer_model {
  display: inline-block;
  height: 15px;
}
section#lending-feature h3 {
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  padding-top: 10px;
  padding-bottom: 5px;
}
.btn_fea {
  padding-top: 68px;
}
.btn_fea .btn {
  width: 252px;
  font-size: 16px;
  border-radius: 3px;
  color: #fff !important;
}
section.innovation h3 {
  padding-bottom: 17px;
}
.mvp_dawn {
  border: 2px solid #3ccd58;
  width: 227px;
  border-radius: 3px;
  color: #3ccd58;
  font-size: 16px;
  font-weight: 600;
}
.mvp_dawn:hover {
  border-color: #00adee;
  background-color: #00adee;
  color: #fff !important;
}
section.innovation {
  padding-top: 123px;
  padding-bottom: 389px;
}
section#Clipsal_Wiser {
  background-color: #f2f1f1;
  width: 100%;
  padding-bottom: 251px;
}
.Clipsal_Wiser_sub {
  margin-top: -358px;
}
.Clipsal_Wiser_sub .wifi_baneer {
  margin-top: 24px;
}
.Clipsal_Wiser_sub .wifi_baneer {
  margin-top: 24px;
  margin-bottom: 13px;
}
.s-shiping {
  margin-top: 30px;
}
section#Clipsal_Wiser_tm {
  margin-top: -144px;
  padding-bottom: 118px;
}
/*.Clipsal_Wiser_sub .mvp_col_2 {*/
/*  max-width: 845px;*/
/*  margin: 0 auto;*/
/*}*/
.row.left_side_bannner {
  position: absolute;
  left: 0px;
  z-index: 1;
  top: -37px;
}
.row.right_side_bannner {
  position: absolute;
  right: 0px;
  z-index: 1;
  top: 279px;
}
.mvp_bot {
  max-width: 876px;
  margin: 0 auto;
}
section#lending-feature .thumbnail .procaption > p {
  height: unset !important;
}
.ChristmasMessage p {
  margin-bottom: 0;
  font-size: 27px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  line-height: 1;
}
.ChristmasMessage {
  background-color: #ff6600;
  padding: 10px 0;
}
.ChristmasMessage p span {
  color: #fff;
}
/* / ====================Responsive==================== / */
@media only screen and (max-width: 1672px) and (min-width: 1200px) {
  /* .row.right_side_bannner img{
  width: 200px;
} */
}
@media only screen and (max-width: 1550px) and (min-width: 767px) {
  section.sec-2 .mvp_col_1,
  section.sec-2 .landing_home_banner,
  section.sec-2 .mvp_col_2 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    text-align: center !important;
  }
  section.sec-2 .mvp_navlink {
    margin: 0 auto;
  }
  section.sec-2 .mvp_col_1 {
    order: 1;
    margin-top: 30px;
  }
  section.sec-2 .mvp_col_2 {
    margin-top: 30px;
  }
  .subtext {
    max-width: 532px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
  section#lending-feature .m_article {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .ChristmasMessage p {
    font-size: 26px;
  }
  section#lending-feature .m_article:last-child {
    display: none;
  }
  .l_page .mvp_box {
    max-width: 435px;
  }
  .mvp_bot {
    max-width: 532px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  section#lending-feature .m_article {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .ChristmasMessage p {
    font-size: 19px;
  }
  section#lending-feature .m_article:last-child {
    display: none;
  }
  .l_page .mvp_box {
    max-width: 435px;
  }
  .row.right_side_bannner {
    width: 200px;
  }
  .mvp_bot {
    max-width: 531px;
    margin: 0 auto;
  }
  section#lending-feature .m_article {
    padding: 0 5px;
  }
  section#lending-feature .m_homefeapro {
    margin: 0 -5px;
  }
  .Clipsal_Wiser_sub {
    margin-top: -284px;
  }
  section.innovation {
    padding-top: 123px;
    padding-bottom: 283px;
  }
}
@media only screen and (max-width: 767px) {
  section#lending-feature .m_article {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .ChristmasMessage p {
    font-size: 17px;
    line-height: 1.3;
  }
  section#lending-feature .m_article:last-child {
    display: none;
  }
  .row.left_side_bannner,
  .row.right_side_bannner {
    display: none;
  }
  section.sec-2 {
    padding-top: 41px;
    padding-bottom: 30px;
  }
  .nAdvertSample {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .l_page .mvp_headline {
    font-size: 26px;
  }
  .l_page .mvp_subhedding {
    font-size: 14px;
  }
  .l_page .mvp_box {
    padding: 30px 30px 23px;
  }
  .l_page .mvp_bot {
    margin-top: 30px;
    padding: 0 15px;
  }
  .l_page .mvp_bot h3 {
    font-size: 20px;
  }
  .mvp_col_1 h3,
  .mvp_col_2 h3 {
    font-size: 26px !important;
  }
  .mvp_col_1 p.mvp_head {
    font-size: 18px;
  }
  section#lending-feature h3 {
    font-size: 26px;
    padding-bottom: 0px;
  }
  .thumbnail.card-body .card-title {
    min-height: 150px !important;
    overflow: hidden;
  }
  section#lending-feature .m_article {
    padding: 0 5px;
  }
  section#lending-feature .m_homefeapro {
    margin: 0 -5px;
  }
  section.sec-2 .mvp_col_1,
  section.sec-2 .landing_home_banner,
  section.sec-2 .mvp_col_2 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    text-align: center !important;
  }
  .Clipsal_Wiser_sub {
    margin-top: -217px;
  }
  section.innovation {
    padding-top: 40px;
    padding-bottom: 138px;
  }
  .l_page .mvp_navlink {
    margin: 0 auto;
  }
  section.sec-2 .mvp_col_1 {
    order: 1;
    margin-top: 30px;
  }
  section.sec-2 .mvp_col_2 {
    margin-top: 30px;
  }
  .btn_fea {
    padding-top: 40px;
  }
  .mvp_dawn {
    margin: 0 auto;
    margin-bottom: 30px;
  }
  section.innovation {
    padding-top: 40px;
    padding-bottom: 220px;
  }
  section#Clipsal_Wiser {
    padding-bottom: 195px;
  }
  section#Clipsal_Wiser_tm {
    margin-top: -144px;
    padding-bottom: 30px;
  }
  .mvp_bsectiontop {
    margin-top: -16%;
  }
  .btn-40 {
    margin-top: 44px;
  }
}
@media only screen and (max-width: 576px) {
  .Clipsal_Wiser_sub {
    margin-top: -40%;
  }
  section.innovation {
    padding-top: 40px;
    padding-bottom: 42%;
  }
  section#Clipsal_Wiser {
    padding-bottom: 36%;
  }
  section#Clipsal_Wiser_tm {
    margin-top: -30%;
    padding-bottom: 30px;
  }
  .mvp_bsectiontop {
    margin-top: 0 !important;
  }
}
/* =============New_Mega-Menu-CSS==================== */
.Brands:hover .bg_nkg {
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  float: left;
  z-index: 1000;
  position: fixed;
  height: 100%;
  display: flex;
  justify-content: center;
  left: 0;
}
.Products:hover .bg_nkg {
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  float: left;
  z-index: 1000;
  position: fixed;
  height: 100%;
  display: flex;
  justify-content: center;
  left: 0;
}
ul.min_under_1 {
  padding: 0;
  list-style: none;
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin: 0;
  align-items: center;
}
.Products > a {
  justify-content: unset !important;
  padding-left: 25px !important;
}
.min_under_1 > li {
  font-size: 20px;
  font-weight: 600;
  width: 100%;
  position: unset !important;
}
.min_menu {
  display: block;
}
.nkg_tab {
  display: none;
}
.min_under_1 > li > a {
  display: flex;
  align-items: center;
  text-decoration: none;
  padding: 15px;
  justify-content: center;
  text-transform: uppercase;
}
.main_div {
  border-color: #d4d4d4 !important;
}
.min_under_1 > li:hover > a {
  background-color: #000;
  color: #fff !important;
}
.brands_main {
  border-color: #d4d4d4 !important;
}
ul.level_1 {
  padding-left: 0px;
  list-style: none;
  padding-bottom: 15px;
  padding-top: 15px;
}
.level_1 > li > a {
  font-size: 13px;
  text-transform: capitalize !important;
  color: #111;
  padding: 0px 18px;
  font-weight: 500;
}
.level_1 > li > a:hover {
  background-color: #e3e3e3;
  color: #000 !important;
}
.dropdown-menu.drop-menu-rec {
  width: 901px;
  height: 100%;
}
.dropdown-menu.drop-menu-rec {
  left: 100%;
  top: -1px;
  margin: auto;
  overflow-y: auto;
}
.sticky_header .menu-products.dropdown:hover {
  background-color: #e3e3e3;
}
.brands_main {
  padding: 10px 10px 0px 10px;
}
.menu-products > a > img {
  max-width: 30px;
}
.level_1 > li > a > span {
  padding-left: 8px;
}
.level_1 .menu-products {
  padding: 3.85px 0;
}
.level_1 > li > a {
  font-size: 15px;
}
.Products .bg_nkg:hover,
.Brands .bg_nkg:hover {
  background-color: transparent !important;
  position: unset;
}
@media only screen and (max-width: 1230px) {
  .sticky_header .column {
    width: 50%;
  }
  .dropdown-menu.drop-menu-rec {
    width: 698px;
  }
  .sticky_header .menu-products .dropdown-menu {
    min-height: 521px;
  }
  .fixed .menu-products .dropdown-menu {
    min-height: 522px;
  }
  .level_1 .menu-products {
    padding: 3.83px 0;
  }
  .level_1 > li > a {
    font-size: 14px;
    padding: 0px 8px 0px 18px;
  }
}
@media only screen and (max-width: 991.98px) {
  .nkg_tab {
    display: block;
  }
  .min_menu {
    display: none;
  }
  /*#dv-StickyCTA-section .m_pqty.pull_left.dah_pqty.dah_thumbqtybox {*/
  /*    max-width: unset;*/
  /*    width: 36%;*/
  /*}*/
}
.monile_menu_under {
  position: absolute;
  width: 100%;
  z-index: 9999;
  /* top: 40px; */
}
li.nkg_menu.nToggleMenu.ma5menu__toggle {
  position: unset !important;
}
/* .lvl-0>ul>li>a {
background-image: url(https://www.mjselectricalsupplies.com.au/assets/website_logo.png?1670913150);
} */
/* .sticky_header.fixed .ma5menu__container {
top: 15.5%;
width: 90%;
height: 500px;
overflow-y: scroll;
right: 0;
}
.ma5menu__container {
top: 22.5%;
width: 90%;
height: 500px;
overflow-y: scroll;
right: 0;
} */
#navbar-top {
  /* height: calc(100vh - 58px); */
  position: absolute;
  right: 1000%;
  top: 9px;
  /* z-index: 100000; */
  transition: 0.3s ease;
  width: 96.5%;
  padding-top: 10px;
  background: #fff;
  margin: 0;
  display: unset;
  height: 441px;
  overflow-y: scroll;
  border: 1px solid #00adee;
  padding-right: 0px;
  padding-bottom: 10px;
}
.slide-right {
  left: 0 !important;
}
.bottom-bar--Wrap .nav > li {
  position: initial;
}
#navbar-top li a {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 35px;
  text-align: left;
  padding: 0 15px;
  display: inline-block;
  position: relative;
  width: 100%;
}
ul#navbar-top ul {
  list-style: none;
}
.c_mobileSubMenu {
  /* height: calc(100vh - 58px) !important; */
  display: block;
  position: absolute;
  right: 1000%;
  top: 0;
  z-index: 100000;
  background: #fff;
  transition: 0.3s ease;
  width: 96.5%;
  overflow-x: auto;
  padding: 15px;
  padding-left: 15px !important;
  height: 100%;
}
ul#navbar-top > li > a i {
  left: 20px;
}
.menu-next-slide i.fa.fa-angle-right {
  float: left;
  padding: 0px 0 0;
  position: absolute;
  top: 5px;
  right: 5px;
  width: auto;
  text-align: right;
}
a.nav-link.back-level {
  text-align: center;
  background: #00adee;
  padding-right: 0;
  color: #fff !important;
}
.menu-next-slide img {
  max-width: 30px;
  margin-right: 10px;
}
ul#navbar-top::-webkit-scrollbar {
  display: none;
}
#navbar-top li a.back-level i.fa.fa-angle-left {
  float: left;
  line-height: 35px;
}
#navbar-top li a.back-level {
  width: 100%;
  text-align: center;
  float: left;
}
ul.c_mobileSubMenu.slide-right {
  width: 100%;
}
ul#navbar-top li a i {
  color: #7a7a7a;
  font-size: 22px;
}
.back-level i.fa.fa-angle-left {
  color: #fff !important;
}
.brand-li a {
  padding-left: 16px !important;
}
hr.info_hr {
  margin: 7px 0 !important;
}
.info_menu a {
  padding-left: 17px !important;
}
.mob-nav > li {
  padding-right: 8px;
}
ul#navbar-top li a i:hover {
  color: #00adee;
}
ul#navbar-top li a:hover i {
  color: #00adee;
}
.menu-next-slide:hover img {
  filter: invert(53%) sepia(49%) saturate(3052%) hue-rotate(162deg) brightness(96%) contrast(103%);
}
@media only screen and (max-width: 767px) {
  #navbar-top {
    max-width: 504px;
    top: -6px;
    margin-left: -24px;
  }
  .mvp > li > a {
    display: none;
  }
  li.nkg_menu {
    list-style: none;
  }
  .fixed ul#navbar-top {
    top: 0px;
  }
}
@media only screen and (max-width: 576px) {
  #navbar-top {
    top: -5px;
    padding-left: 3px;
    padding-right: 15px !important;
  }
  #navbar-top {
    border: 0px solid #00adee;
    padding-right: 0px;
  }
  #navbar-top > li > a {
    padding: 0 0px !important;
  }
  li.info_menu {
    padding-left: 8px;
  }
  hr.info_hr {
    margin: 7px 7px !important;
  }
  li.brand-li {
    padding-left: 8px;
  }
  #navbar-top {
    max-width: 100%;
    width: 100%;
    margin-left: 0px;
    padding-left: 15px;
  }
  .monile_menu_under {
    position: unset;
    width: 100%;
    z-index: 9999;
    padding: 0px !important;
  }
  .c_mobileSubMenu {
    padding: 15px 20px 15px 15px;
  }
  ul.mvp.nkg_tab.w-100 {
    background-color: #fff;
    z-index: 10;
  }
  #navbar-top {
    padding-left: 28px;
  }
}
/* =======================New Css=============== */
.mtext {
  flex: 0 0 200px;
  text-align: left;
}
.afterpay p {
  margin: 0 !important;
}
.afterzip {
  display: flex;
  align-items: center;
  justify-content: center;
}
.paypal img.img-fluid {
  width: 100%;
  max-width: 120px;
}
.afterpay img.img-fluid {
  max-width: 85px;
  width: 100%;
}
.zippay img {
  max-width: 40px;
  width: 100%;
}
.afterpay {
  font-weight: 700;
  margin-right: 20px;
}
.paypal {
  font-weight: 700;
  margin-right: 20px;
}
.zippay {
  font-weight: 700;
  display: unset !important;
}
.zippay img {
  padding: 0 !important;
}
div#afterpayModal {
  overflow-x: hidden !important;
  overflow-y: auto !important;
  padding-right: 0 !important;
}
#afterpayModal .modal-content {
  width: 100%;
  max-width: 100%;
}
#afterpayModal .modal-dialog {
  margin-top: 5%;
  padding: 0 15px;
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .sectionafter .mtext span {
    font-size: 16px;
  }
  .mtext {
    flex: 0 0 200px;
  }
  .paypal {
    margin-right: 5px;
  }
  .afterpay {
    margin-right: 5px;
  }
}
@media only screen and (min-width: 767px) {
  .nkg_product_slider {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    width: calc(100% - -9px);
  }
  .img_palm {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .nkg_product_slider .slick-track {
    margin-left: 0;
  }
  .nkg_product_slider {
    width: 100%;
    float: left;
  }
  .nkg_product_slider .slick-next:before {
    content: "\f105";
    color: #000;
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    font-display: auto;
    opacity: 1;
  }
  .nkg_product_slider .slick-prev:before {
    content: "\f104";
    color: #000;
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    font-display: auto;
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) and (min-width: 578px) {
  .sectionafter .mtext span {
    font-size: 16px;
  }
  .mtext {
    flex: 0 0 200px;
  }
  .paypal {
    margin-right: 10px;
  }
  .afterpay {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 576px) {
  .paypal {
    padding: 7px 7px;
    margin-right: 15px;
    font-size: 12px;
  }
  .afterpay {
    padding: 7px 0px;
    margin-right: 15px;
  }
  .zippay {
    padding: 2.5px 10px;
  }
  .mob-nav.slide-right .bg_nkg {
    background-color: unset;
  }
  .header-search {
    width: 94%;
    margin-left: 15px;
  }
  #afterpayModal .modal-content {
    margin-left: 0;
  }
  .sectionafter {
    flex-direction: column;
  }
  .mtext {
    flex: unset;
  }
}
/* ======================================== */
/*.images-slider .slide-arrow {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 30px;
  opacity: 1;
  font-size: 24px !important;
  color: #231f20;
  text-align: center;
  background-color: #fff;
  z-index: 1;
  border: 1px solid #e5e5e5;
}
.images-slider .slide-arrow .fa {
  float: none;
  line-height: 1;
  transform: unset;
  position: absolute;
  top: calc(50% - 12px);
  left: 0;
  right: 0;
  color: #000;
}
body .images-slider .slider-nav .slick-list.draggable {
  padding: 0 35px !important;
  width: 100% !important;
}
.images-slider .slick-list.draggable {
  margin: 0 auto;
}
.images-slider .item.slick-slide a {
  border: 1px solid #e5e5e5;
  float: left;
  margin: 0 5px;
}
.images-slider .item.slick-slide a:hover {
  border-color: #00adee !important;
}
.images-slider a.slide-arrow.next-arrow.slick-arrow {
  right: 0;
  left: auto;
}
.images-slider .item.slick-slide a:hover, .images-slider .slide-arrow:hover .fa {
  border-color: #00adee !important;
  color: #00adee !important;
}
.images-slider .slider-for {
  width: 100%;
  max-height: 500px;
}
#main-image {
  max-width: 100%;
  max-height: 100%;
}
.images-slider .slider-for .slick-track {
  height: 100%;
  display: flex;
  align-items: center;
}
.images-slider .slick-initialized .slick-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.images-slider .slick-track {
  margin: 0 !important;
}*/
.ChristmasMessage a:hover span {
  color: #000 !important;
}
p.dah_pdppickonlynote {
  top: -28px;
  left: 0;
  width: 100%;
  font-size: 12px;
}
@media only screen and (max-width: 575.98px) {
  p.dah_pdppickonlynote {
    left: 10px;
  }
}
/* Start PDP Stock status */
.cartTable .dah_wh-item + p.dah_cartpickonlynote {
  float: left;
  width: auto;
  margin-left: 30px;
}
.dah_wh-item {
  display: flex;
  align-items: center;
  /* margin-top: 15px; */
  margin-left: 15px;
  font-size: 14px;
  font-weight: 400;
}
.cartTable .dah_wh-item {
  margin-top: 0;
  width: auto;
  float: left;
}
/* .dah_wh-item .text-sucess,
.dah_wh-item .text-warning,
.dah_wh-item .text-dark {
color: #000 !important;
} */
.dah_wh-item .text-danger {
  color: #c00000 !important;
  font-weight: 500;
}
.dah_wh-item .text-success {
  color: #70ad47 !important;
  font-weight: 500;
}
.dah_wh-item .text-warning {
  color: #ffc000 !important;
  font-weight: 500;
}
.dah_wh-item .text-dark {
  color: #c00000 !important;
  font-weight: 500;
}
.dah_wh-item .stockicon {
  margin-right: 10px;
  width: 16px;
  height: 16px;
  display: inline-block;
  background-image: linear-gradient(
    #e7e6e6 20%,
    rgba(0, 0, 0, 0) 20%,
    rgba(0, 0, 0, 0) 40%,
    #e7e6e6 40%,
    #e7e6e6 60%,
    rgba(0, 0, 0, 0) 60%,
    rgba(0, 0, 0, 0) 80%,
    #e7e6e6 80%,
    #e7e6e6 100%
  );
}
.dah_wh-item .stockicon.stock-los {
  background-image: linear-gradient(
    #e7e6e6 20%,
    rgba(0, 0, 0, 0) 20%,
    rgba(0, 0, 0, 0) 40%,
    #e7e6e6 40%,
    #e7e6e6 60%,
    rgba(0, 0, 0, 0) 60%,
    rgba(0, 0, 0, 0) 80%,
    #c00000 80%,
    #c00000 100%
  );
}
.dah_wh-item .stockicon.stock-lis {
  background-image: linear-gradient(
    #e7e6e6 20%,
    rgba(0, 0, 0, 0) 20%,
    rgba(0, 0, 0, 0) 40%,
    #ffc000 40%,
    #ffc000 60%,
    rgba(0, 0, 0, 0) 60%,
    rgba(0, 0, 0, 0) 80%,
    #ffc000 80%,
    #ffc000 100%
  );
}
.dah_wh-item .stockicon.stock-ins {
  background-image: linear-gradient(
    #70ad47 20%,
    rgba(0, 0, 0, 0) 20%,
    rgba(0, 0, 0, 0) 40%,
    #70ad47 40%,
    #70ad47 60%,
    rgba(0, 0, 0, 0) 60%,
    rgba(0, 0, 0, 0) 80%,
    #70ad47 80%,
    #70ad47 100%
  );
}
.dah_wh-item .stockicon.stock-special {
  background-image: linear-gradient(
    #00adee 20%,
    rgba(0, 0, 0, 0) 20%,
    rgba(0, 0, 0, 0) 40%,
    #00adee 40%,
    #00adee 60%,
    rgba(0, 0, 0, 0) 60%,
    rgba(0, 0, 0, 0) 80%,
    #00adee 80%,
    #00adee 100%
  );
}
.dah_wh-item .stock-spe {
  color: #00adee !important;
  font-weight: 500;
}
.cartTable .dah_wh-item {
  margin-bottom: 0.5rem;
}
.cartTable .dah_wh-item .stockicon {
  height: 14px;
  width: 14px;
}
/* Ended PDP Stock status */
.m_homefeapro.m_homefeapro-active {
  padding-top: 60px;
}
.nkg_cqfc_btn button.btn {
  background-color: #00adee;
  border-radius: 0;
  height: 46px;
  width: 100%;
  color: #fff;
  font-size: 16px;
}
.nkg_cqfc_btn {
  padding-right: 0px;
}
.nkg_cqfc_btn button.btn:hover {
  background-color: #000;
}
@media only screen and (max-width: 1199.98px) {
  .nkg_cqfc_btn button.btn {
    width: 100%;
    font-size: 14px;
  }
}
@media only screen and (max-width: 991.98px) {
  .nkg_cqfc_btn {
    padding-right: 15px;
    margin-bottom: 10px !important;
  }
  .nkg_cqfc_btn button.btn {
    font-size: 16px;
  }
}
span.dah_exGSTthumbPrice {
  width: 100%;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  color: #000 !important;
  padding-top: 0;
  line-height: 24px;
}

/* changis product_page  */

#n_product .sku_stock_manu {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  width: 100%;
}

#n_product .barnd_logo.col-4 .mbrandlogo {
  position: relative;
  margin-right: 0px !important;
  /* width: 50%; */
  width: 100%;
  float: left;
  left: 0;
  /*display: flex;
justify-content: flex-start;*/
}

#n_product .barnd_logo.col-4 {
  width: 100%;
  text-align: end;
  /*align-content: center;*/
}
#n_product .manu_pvd {
  flex-direction: column;
  display: flex;
  width: 100%;
}

#n_product .head_manu {
  display: flex;
  width: 100%;
}

#n_product .title_border hr {
  margin-top: 10px;
}

/* .barnd_logo {
width: 100%;
align-content: center;
height: auto;
float: right;
justify-content: flex-end;
display: flex;
} */

#n_product .mpay_contan {
  padding: 0 !important;
}

#n_product .sellers_manu {
  font-size: 14px;
  font-weight: 500;
  background-color: #f0ad4e;
  width: 100%;
  padding: 5px;
  clip-path: polygon(84% 0%, 75% 50%, 84% 100%, 0 100%, 0% 50%, 0 0);
  padding-left: 18px;
  align-content: center;
}

#n_product .sellers_manu1 {
  font-size: 14px;
  font-weight: 500;
  background-color: #f0ad4e;
  width: 100%;
  padding: 5px;
  clip-path: polygon(84% 0%, 75% 50%, 84% 100%, 0 100%, 0% 50%, 0 0);
  padding-left: 10px;
}

#n_product .gift_cart {
  display: flex;
  width: 100%;
  justify-content: space-between;
  background-color: #1ab537;
  border-radius: 5px;
  padding: 3px;
  margin-bottom: 15px;
  margin-left: 15px;
  margin-right: 15px;
}

.gift_card_desc {
  align-content: center !important;
  color: #fff;
  margin-left: 10px;
  top: 9px;
  position: relative;
}

.gift_icon {
  align-content: center;
}

.gift_manu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.gift_card_img.col-6 {
  float: right;
  display: flex;
  justify-content: flex-end;
}

.gift_card_img.col-6 a {
  align-content: center;
}

.Thermogroup_banner.text-center img.img-fluid.mb-4 {
  margin-bottom: 20px !important;
}

.weAlso_advertproduct {
  font-size: 15px;
  font-weight: 600;
  float: left;
  width: 100%;
  display: flex;
  margin: 0px 0 15px 0;
}

.col-12.rproduct1 {
  padding-left: 0;
  margin-top: 15px;
  width: 100%;
}

.rproduct1 .row.products-row {
  width: calc(100% +15px);
}
#n_product .rproduct1 .thumbnail.card-body a.thumbnail-image {
  height: 100px;
  width: 100px;
  margin: 0 auto;
}

.rproduct1 .card-title.h4 a {
  font-weight: 600 !important;
}

.rproduct1 .procaption .price_mamu .price {
  /* display: flex; */
  /* justify-content: space-between; */
  font-size: 20px;
  font-weight: 600;
  margin-top: 0px !important;
}
.rproduct1 span.dah_exGSTthumbPrice {
  font-size: 12px;
}

.rproduct1 .m_article {
  padding-bottom: 0px !important;
  padding-right: 0px;
  padding-left: 10px;
}

.rproduct1 form.form-inline.buying-options {
  flex-direction: column;
}

#n_product .rproduct1 .dah_thumbqtybox {
  width: 100%;
  max-width: 100%;
  height: 36px;
}

#n_product .rproduct1 form.form-inline.buying-options button.addtocart {
  width: 100%;
  border-radius: 3px;
  margin-top: 15px;
  background-color: #00adee !important;
  border-color: #00adee !important;
}

#n_product .rproduct1 form.form-inline.buying-options button.addtocart:hover {
  background-color: #000 !important;
  border-color: #000 !important;
}

#n_product .rproduct1 .thumbnail .buying-options .dah_thumbqtybox input {
  width: 100%;
  border-radius: 3px;
  text-align: center;
  padding-right: 0px !important;
}

#n_product .rproduct1 .m_pro_card .card-body {
  padding: 10px 7px !important;
}

#n_product .rproduct1 .card-title.h4 a {
  font-weight: 400 !important;
  height: auto;
  float: left;
  overflow: hidden;
}

#n_product .rproduct1 .thumbnail.card-body .card-title {
  height: 65px !important;
  text-align: center;
  min-height: unset;
  margin-bottom: 10px;
}

#n_product .asdw_aw {
  margin: 0px;
  float: left;
  width: 100%;
}

.nkg_top.main-image1 .fa-angle-left,
.nkg_top.main-image1 .fa-angle-right {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  color: #656565 !important;
  background-color: transparent !important;
  border: none;
  font-size: 28px !important;
  cursor: pointer !important;
  z-index: 1 !important;
}

.nkg_top.main-image1 .fa-angle-right {
  right: 0 !important;
}
.nkg_top.main-image1 .fa-angle-left:hover,
.nkg_top.main-image1 .fa-angle-right:hover {
  color: #00adee !important;
}
.slick-prev:before {
  color: #000;
}

.slick-next::before {
  color: #000;
}

.quantity-button.quantity-up_plus {
  right: 0;
  align-content: center;
  top: 8px;
  display: block !important;
}

.quantity-button.quantity-down_minus {
  left: 36px;
  top: 8px;
  display: block !important;
}

.col-12.rproduct1 .quantity-button.quantity-up {
  display: none;
}

.col-12.rproduct1 .quantity-button.quantity-down {
  display: none;
}

.col-12.rproduct1 .quantity-nav {
  position: absolute;
  right: 0px !important;
  width: 100%;
}

.col-12.rproduct1 .dah_thumbqty {
  margin: 0px !important;
}

.main-image1 .embed-responsive-1by1::before {
  padding-top: 0px;
}

#n_product .gift_cart .gift_card_img {
  align-content: center;
}

#n_product .gift_cart .gift_card_img > a {
  float: right;
}

#n_product .col-12.rproduct1 .input-group-button .quantity-up_plus {
  color: #000;
  position: absolute;
  top: 10px;
  right: 10px;
}

#n_product .col-12.rproduct1 .input-group-button .quantity-down_minus {
  position: absolute;
  top: 10px;
  color: #000;
  left: 15px;
}

#n_product #_jstl__buying_options .input-group-button .quantity-down_minus {
  position: absolute;
  top: 15px;
  color: #000;
  left: 10px;
}

#n_product #_jstl__buying_options .input-group-button .quantity-up_plus {
  color: #000;
  position: absolute;
  top: 15px;
  right: 10px;
}
#n_product .col-12.rproduct1 .input-group-button .quantity-nav,
#n_product #_jstl__buying_options .input-group-button .quantity-nav {
  display: none !important;
}

/* 
.slick-main-img .slick-track {
display: flex;
justify-content: center;
align-items: center;
}

.nkg_product_slider1 .slick-track ,.slick-product-nav .slick-track{
height: auto !important;
transform: none !important;
width: 100% !important;
}

.slick-product-nav .m_imgb{
width: 100% !important;
}

.nkg_top.main-image1 .col-md-3.m_imgb{
width: 100% !important;
}

.nkg_product_slider.pvd_slider .slick-list.draggable {
height: auto !important;
}

.nkg_product_slider.pvd_slider .slick-list.draggable .slick-track {
height: auto !important;
transform: none !important;
}

.pvd_slider {
display: flex;
flex-wrap: wrap;
margin-left: -10px;
margin-right: -10px;
width: calc(100% - -20px);
}


.m_imgb {
width: 100% !important;
}

.pvd_slider .slick-track {
width: 100% !important;
transition: none !important;
transform: none !important;
} */

.input-group-button {
  display: none;
}

#_jstl__buying_options_r .input-group-button {
  display: block;
}

.form-control.qty.form-control-lg {
  display: block;
}

#_jstl__buying_options_r .form-control.qty.form-control-lg {
  display: none;
}

#_jstl__buying_options_r .input-group-button .input-group-field {
  display: block !important;
}

#n_product #_jstl__buying_options_r .quantity-nav {
  display: none;
}

.rproduct1 .input-group-button.pvd_button_add {
  display: block;
}

.alt-inner .slick-current {
  border: 1px solid #000;
}

/* .images-slider .main-image a.slide-arrow.prev-arrow.slick-arrow.slick-disabled {
color: #000;
position: absolute;
top: 50%;
z-index: 1;
font-size: 35px;
}

.images-slider .main-image a.slide-arrow.next-arrow.slick-arrow.slick-disabled {
color: #000;
position: absolute;
top: 50%;
z-index: 1;
font-size: 35px;
right: 0;
} */

#_jstl__images_r .nkg_top .prev-arrow {
  margin-left: 10px;
}
#_jstl__images_r .nkg_top .next-arrow {
  margin-right: 10px;
}

#_jstl__images_r .nkg_top .prev-arrow,
#_jstl__images_r .nkg_top .next-arrow {
  color: #000;
  top: 50%;
  position: absolute;
  z-index: 1;
  font-size: 20px;
  background-color: #f2f2f2;
  width: 48px;
  height: 48px;
  align-content: center;
  border-radius: 10px;
}

#_jstl__images_r .nkg_top a:hover {
  text-decoration: none;
}

#_jstl__images_r .nkg_top .next-arrow {
  right: 0;
}

#_jstl__images_r .nkg_top .fa-arrow-left,
#_jstl__images_r .nkg_top .fa-arrow-right {
  display: flex;
  justify-content: center;
}

.img_palm {
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 0px;
  margin-bottom: 2px !important;
}

.pvd_slider {
  display: none;
}

.rproduct1 .m_article:first-child {
  padding-left: 15px !important;
}

#main-image {
  max-width: 100%;
  height: auto;
  max-height: 100% !important;
}
.slider-for .slick-list.draggable {
  max-width: 100%;
  margin: 0 auto;
}
.slider-for.slick-initialized.slick-slider {
  margin-bottom: 15px;
}
/* .slider-for img.img-responsive.mvp_link_change {
width: 100%;
} */
.slider-for .embed-responsive-1by1 {
  padding-bottom: 100%;
}
.pvd_subimage .slick-track {
  width: 100% !important;
}
.slider-for .slick-list.draggable {
  width: 100%;
}
.slider-for a.fancybox.embed-responsive-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider-nav .slick-list.draggable {
  width: 100%;
  padding: 0 5px;
}
.slider-nav .slick-initialized .slick-slide {
  width: 100% !important;
}
.slider-nav .col-12.mvp_img_thumb_list.slick-slide {
  padding-left: 5px;
  padding-right: 5px;
}
/* .slider-nav .mvp_img_thumb_list.slick-current.slick-active a.nkg_thub {
border: 1px solid #00adee;
} */
.pvd_subimage .slick-track {
  display: flex;
}
.mvp_img_thumb_list a.nkg_thub {
  float: left;
}
.mvp_img_thumb_list.slick-current.slick-active .img_palm {
  border-color: #00adee;
}
/* .mvp_img_thumb_list a.nkg_thub:hover {
border: 1px solid #00adee;
} */
/* .m_imgb.mvp_img_thumb_list {
flex: 0 0 20%;
max-width: 20%;
} */

.products_alt_images button.slick-prev.slick-arrow {
  background-color: #fff;
  height: 100%;
  left: 0px;
  z-index: 1;
  border: 1px solid #e3e3e3;
}
.products_alt_images button.slick-next.slick-arrow {
  background-color: #fff;
  height: 100%;
  right: 0px;
  z-index: 1;
  border: 1px solid #e3e3e3;
}
.products_alt_images .slick-list.draggable {
  padding: 0px 20px !important;
}
.products_alt_images .slick-prev:before {
  content: "\f104";
  color: #000;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  opacity: 1;
}
.products_alt_images .slick-next:before {
  content: "\f105";
  color: #000;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  opacity: 1;
}
.products_alt_images .slick-prev:before,
.products_alt_images .slick-next:before {
  font-size: 17px;
  color: #000 !important;
}

.slider-for a.slide-arrow.next-arrow.slick-arrow.slick-disabled {
  visibility: hidden;
}
.slider-for a.slide-arrow.prev-arrow.slick-arrow.slick-disabled {
  visibility: hidden;
}
.products_alt_images.slider-nav.pvd_subimage {
  margin-bottom: 20px;
}
.products_alt_images.slider-nav.pvd_subimage {
  margin-bottom: 20px !important;
  margin: 0;
}
.products_alt_images.intro.slider-nav.pvd_subimage {
  margin-left: -10px;
  margin-right: -10px;
}
.nkg_new_thub p.price {
  line-height: 1.2;
  margin-bottom: 10px !important;
}

.products_alt_images.intro .slick-list.draggable {
  padding: 0 !important;
}

#n_product .rproduct1 form.form-inline.buying-options button.addtocart {
  font-size: 16px;
  font-weight: 500;
}

/* #n_product #_jstl__buying_options_r .m_pqty .form-control {
  width: 165px !important;
} */

#n_product .extra-options .m_pbtn.pull_left.add-to-cart button.addtocart {
  width: 100%;
}

#n_product #_jstl__buying_options_r .mpay_contan .mpay {
  padding: 20px 0;
  margin: 0px;
  text-align: center;
  justify-content: center;
  display: flex;
  background-color: #f3f3f3;
}

.m_wrapper_price .m_instock {
  display: none !important;
}

.rproduct1 .nkg_new_thub .upsell_manu_input {
  height: 36px;
  width: 100%;
}

#n_product .manu_pvd .sellername_manu {
  display: flex;
  /* justify-content: center; */
  width: 100%;
  align-items: center;
}

#n_product .manu_pvd .sellers_mane_manu {
  width: 37%;
}

.pvd_breadcrumb_manu {
  width: auto;
  align-content: center;
  position: relative;
  left: -15px;
  line-height: 1;
}

.pvd_breadcrumb_manu p {
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 500;
}

#n_product .manu_pvd {
  padding-right: 0px;
  /* padding-top: 10px; */
}

#n_product .manu_pvd .pvd-manu-select {
  display: block !important;
}

.sellername_mobile_manu {
  display: none !important;
}

#n_product .extra-options .dah_thumbqtybox .m_pqty .form-control {
  width: 100% !important;
}
#_jstl__buying_options_r span.nkg_qty_tit {
  display: none;
}
.special_text p {
  font-size: 15px;
  font-weight: 500;
}
.special_text i.fa.fa-exclamation-triangle {
  font-size: 20px;
}
a.nkg_thub {
  padding: 10px;
}
.dv-prod-descrip > img {
  max-width: 65px !important;
}
.main-image1 .slick-slide img {
  max-width: 100%;
  /*height: 100%;*/
}
.slider-for a.fancybox.embed-responsive-item {
  padding: 15px;
}
@media only screen and (min-width: 768px) {
  .pvd_slider {
    display: block !important;
  }

  .nkg_product_slider .m_imgb.p-0.slick-slide.slick-current.slick-active {
    border: 2px solid #e9e9e9;
  }
}
@media only screen and (min-width: 576px) {
  .rproduct1 article.nkg_new_thub.m_article:last-child {
    display: none;
  }
}
@media only screen and (max-width: 1200px) {
  #n_product .rproduct1 .thumbnail.card-body .card-title {
    height: 65px !important;
  }
  #n_product .sellers_manu {
    width: 100%;
  }

  #n_product .sellers_manu1 {
    width: 100%;
  }

  #n_product .mpay_contan .sectionafter .mtext span {
    font-size: 14px !important;
  }

  #n_product .manu_pvd .sellers_mane_manu {
    width: 52%;
  }

  .pvd_breadcrumb_manu p {
    font-size: 15px;
  }
}

@media only screen and (max-width: 991.98px) {
  /* #n_product .barnd_logo.col-4 .mbrandlogo { 
width: 40%;
} */
  #n_product .rproduct1 .thumbnail.card-body .card-title {
    height: 65px !important;
  }
  #n_product .sellers_manu {
    width: 141px;
  }

  #n_product .sellers_manu1 {
    width: 150px;
  }

  #n_product .manu_pvd .sellers_mane_manu {
    width: 35%;
  }

  #n_product .manu_pvd .sellers_mane_manu {
    width: 44%;
  }

  #n_product .manu_pvd .pvd-manu-select {
    display: none !important;
  }

  .sellername_mobile_manu {
    display: block !important;
  }

  .container.sellername_mobile_manu {
    display: flex !important;
    /* justify-content: center; */
  }
}

@media only screen and (max-width: 767px) {
  #n_product .manu_pvd .sellers_mane_manu {
    width: 70%;
  }

  .col-12.rproduct1 .thumbnail.card-body .card-title {
    min-height: 65px !important;
    overflow: hidden;
  }

  #n_product .rproduct1 .thumbnail.card-body .card-title {
    height: 65px !important;
  }
}
@media only screen and (max-width: 576px) {
  #n_product .sku_stock_manu {
    float: left;
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
  }
  .m_imgb.mvp_img_thumb_list {
    flex: 0 0 25%;
    max-width: 25%;
  }
  #n_product .sku {
    padding-top: 10px;
    padding-bottom: 15px;
  }

  #n_product .mbrandlogo {
    width: 35%;
  }

  #n_product .barnd_logo.col-4 .mbrandlogo {
    width: 100%;
  }

  #n_product .manu_pvd .sellers_mane_manu {
    width: 100%;
    margin-bottom: 7px;
  }

  /* #n_product .sellers_manu1 {
  width: 140px;
} */

  #n_product .head_manu .dah_wh-item {
    margin-left: 0px;
  }

  #n_product .rproduct1 form.form-inline.buying-options button.addtocart {
    margin-top: 15px !important;
  }

  .rproduct1 .nkg_new_thub {
    margin-top: 7px !important;
  }

  #n_product .rproduct1 .thumbnail.card-body .card-title {
    height: 65px !important;
  }

  .sellername_mobile_manu {
    display: block;
  }

  .sellername_mobile_manu {
    display: flex;
  }

  .sellername_mobile_manu .sellers_mane_manu {
    width: auto;
  }

  .head_manu .sellername_manu {
    display: none;
  }
  .weAlso_advertproduct {
    margin: 0px 0 0 0;
  }
}

.head_manu .sellername_manu {
  display: block;
}

@media only screen and (max-width: 476px) {
  .img_palm {
    margin-left: 5px;
    margin-right: 5px;
  }
  /* #n_product .sellers_manu1 {
  width: 140px;
} */

  #n_product .manu_pvd .sellers_mane_manu {
    width: 100%;
  }
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
  #n_product .rproduct1 .card-title.h4 a {
    height: 60px !important;
  }

  #n_product .sku_stock_manu {
    flex-wrap: wrap;
  }

  #n_product .manu_pvd .sku {
    width: 100%;
    padding-top: 10px;
  }

  #n_product .stock_manu .dah_wh-item {
    margin-left: 0px !important;
    padding-top: 15px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .rproduct1 .thumbnail.card-body {
    padding: 0px !important;
  }
}
/* / ====================New CSS for search implementation thumbs==================== / */
.new-labels {
  height: 27px;
  overflow: hidden;
  margin-bottom: 5px;
  margin-right: 15px;
}
#n_category .new-labels {
  height: 0px;
  margin-bottom: 0px;
}
/* For circle vs badge
.new-label-badge>p {
  background-color: #00adee;
  padding: 15px 12px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 0px;
  text-transform: capitalize;
  border-radius: 47px;
  position: absolute;
  left: 2px;
  top: 2px;
  height: 50px;
  vertical-align: text-bottom;
}
  */
.new-label-badge.text-left {
  padding-left: 15px;
}
.new-label-badge > p {
  background-color: #00adee;
  padding: 5px 10px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 0px;
  text-transform: capitalize;
  border-radius: 3px;
  position: absolute;
  left: 2px;
  top: 2px;
}
@media only screen and (max-width: 767px) {
  .new_thumbqtybox {
    width: 100%;
    margin-top: 2px;
  }
}
.new_thumbqtybox .input-group {
  border: 1px solid #ced4da;
  height: 38px;
}
.input-group-prepend .input-group-text,
.input-group-append .input-group-text {
  border: none;
  background: none;
}
.new_thumbqty {
  border: none;
  padding: 0 5px 0 0 !important;
  width: 35px;
  height: 38px;
}
/* Quantity input */
.new_thumbqtybox .thumb-qty-field {
  text-align: center;
  font-size: 16px;
  width: 50px;
}
@media only screen and (min-width: 768px) {
  .thumbnail .buying-options .new_thumbqtybox + .btn {
    width: calc(100% - 55px);
  }
}
.procaption .form-inline.buying-options .btn {
  border-radius: 0 !important;
}
@media screen and (max-width: 767px) {
  .new_thumbqtybox .input-group {
    margin-bottom: 0.25em;
  }
}
/* Hover color for plus and minus icons inside quantity box */
.new_thumbqtybox .input-group-text:hover .fa-plus,
.new_thumbqtybox .input-group-text:hover .fa-minus {
  color: #00adee;
}
/* Remove spinner for Webkit browsers (Chrome, Safari, Edge, Opera) */
.new_thumbqtybox input[type="number"]::-webkit-inner-spin-button,
.new_thumbqtybox input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Remove spinner for Firefox */
.new_thumbqtybox input[type="number"] {
  -moz-appearance: textfield;
}
@media only screen and (max-width: 419.98px) {
  .new_thumbqtybox .addtocart.btn-block {
    display: inline-block;
    width: 45px;
  }
}
@media only screen and (max-width: 459.98px) and (min-width: 420px) {
  .new_thumbqtybox .addtocart.btn-block {
    display: inline-block;
    width: 60px;
  }
}
@media only screen and (max-width: 575.98px) and (min-width: 460px) {
  .new_thumbqtybox .addtocart.btn-block {
    display: inline-block;
    width: 75px;
  }
}
@media only screen and (min-width: 576px) {
  .new_thumbqtybox .addtocart.btn-block {
    display: inline-block;
    width: 90px;
  }
}
.input-group-text {
  padding: 0.25rem 0.6rem !important;
}
/* Thumbs Custom Text Overlay */
.product-card-tile-overlay {
  position: absolute;
  color: #fff;
  bottom: 260px;
  left: 0;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0;
  font-family: Poppins, sans-serif;
  font-size: 10.5px;
}
@media screen and (max-width: 767px) {
  .product-card-tile-overlay {
    bottom: 330px;
  }
}
@media screen and (max-width: 319px) {
  .product-card-tile-overlay {
    display: none;
  }
}
.product-card-tile-overlay .title1 {
  background-color: #00adee;
  padding: 0.2em 0.4em 0.1em;
}
.product-card-tile-overlay .title2 {
  background-color: #5d7c81;
  padding: 0.2em 0.4em 0.1em;
}
.product-card-tile-overlay .title3 {
  background-color: #2fa401;
  padding: 0.2em 0.4em 0.1em;
}
.product-card-tile-overlay .title4 {
  background-color: #c00000;
  padding: 0.2em 0.4em 0.1em;
}
/* Product Page Custom Text Labels */
.product-custom-notes {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  font-family: Poppins, sans-serif;
  font-size: 12px;
}
.product-custom-notes .title1 {
  background-color: #00adee;
  padding: 0.2em 0.4em 0.1em;
}
.product-custom-notes .title2 {
  background-color: #5d7c81;
  padding: 0.2em 0.4em 0.1em;
}
.product-custom-notes .title3 {
  background-color: #2fa401;
  padding: 0.2em 0.4em 0.1em;
}
.product-custom-notes .title4 {
  background-color: #c00000;
  padding: 0.2em 0.4em 0.1em;
}
.replacement-product-header {
  background-color: #00adee;
  color: #fff;
}
.replacement-product-title {
  margin-bottom: 0;
}
.replacement-card-title.h4 a {
  color: #000;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 0.5rem;
}
/*Replacement Product Thumbs*/
.col-12.repproduct1 {
  margin-top: 15px;
  width: 100%;
}
.repproduct1 .row.products-row {
  width: calc(100% +15px);
}
#n_product .repproduct1 .thumbnail.card-body a.thumbnail-image {
  height: 100px;
  width: 100px;
  margin: 0 auto;
}
.repproduct1 .card-title.h4 a {
  font-weight: 600 !important;
}
.repproduct1 .procaption .price_mamu .price {
  /* display: flex; */
  /* justify-content: space-between; */
  font-size: 20px;
  font-weight: 600;
  margin-top: 0px !important;
}
.repproduct1 span.dah_exGSTthumbPrice {
  font-size: 12px;
}
.repproduct1 .m_article {
  padding-bottom: 0px !important;
  padding-right: 0px;
  padding-left: 10px;
}
.repproduct1 .m_article:first-child {
  padding-left: 0px;
}
.repproduct1 form.form-inline.buying-options {
  flex-direction: column;
}
#n_product .repproduct1 .dah_thumbqtybox {
  width: 100%;
  max-width: 100%;
  height: 36px;
}
#n_product .repproduct1 .m_pro_card .card-body {
  padding: 10px 7px !important;
}
#n_product .repproduct1 .card-title.h4 a {
  font-weight: 400 !important;
  height: auto;
  float: left;
  overflow: hidden;
}
#n_product .repproduct1 .thumbnail.card-body .card-title {
  height: 65px !important;
  text-align: center;
  min-height: unset;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1200px) {
  #n_product .repproduct1 .thumbnail.card-body .card-title {
    height: 65px !important;
  }
}
@media only screen and (max-width: 991.98px) {
  #n_product .repproduct1 .thumbnail.card-body .card-title {
    height: 65px !important;
  }
}
@media only screen and (max-width: 767px) {
  .col-12.repproduct1 .thumbnail.card-body .card-title {
    min-height: 65px !important;
    overflow: hidden;
  }
  #n_product .repproduct1 .thumbnail.card-body .card-title {
    height: 65px !important;
  }
}
@media only screen and (max-width: 576px) {
  .repproduct1 .nkg_new_thub {
    margin-top: 7px !important;
  }
  #n_product .repproduct1 .thumbnail.card-body .card-title {
    height: 65px !important;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
  #n_product .repproduct1 .card-title.h4 a {
    height: 65px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .repproduct1 .thumbnail.card-body {
    padding: 0px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .repproduct1 .thumbnail.card-body {
    padding: 0px !important;
  }
}
.btn-related {
  color: #fff !important;
  background-color: #00adee;
  border-color: #00adee;
  font-family: "Poppins", sans-serif !important;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
.btn-related:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
