/* FONT */
body {
  font-family: 'Mucho_Regular', sans-serif;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
input {
  font-family: 'Mucho_Regular', sans-serif;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
textarea {
  font-family: 'Mucho_Regular', sans-serif;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
select {
  font-family: 'Mucho_Regular', sans-serif;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}
strong {
  font-family: 'Mucho_Bold', sans-serif;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}
em {
  font-style: italic;
}
.btn {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}
body {
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  padding-top: 86px;
}
@media (min-width: 768px) {
  body {
    padding-top: 140px;
  }
}
@media (min-width: 1200px) {
  body {
    padding-top: 164px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #2576c0;
}
h1.has-bar,
h2.has-bar,
h3.has-bar,
h4.has-bar,
h5.has-bar,
h6.has-bar {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 1rem;
}
h1.has-bar:before,
h2.has-bar:before,
h3.has-bar:before,
h4.has-bar:before,
h5.has-bar:before,
h6.has-bar:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
  background-color: #DBDBDB;
}
h1.has-bar.bar-center:before,
h2.has-bar.bar-center:before,
h3.has-bar.bar-center:before,
h4.has-bar.bar-center:before,
h5.has-bar.bar-center:before,
h6.has-bar.bar-center:before {
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
}
h1 .ngc-hat,
h2 .ngc-hat,
h3 .ngc-hat,
h4 .ngc-hat,
h5 .ngc-hat,
h6 .ngc-hat {
  color: #25c078;
  font-size: .6em;
  display: block;
  letter-spacing: 0.095em;
}
@media (min-width: 768px) {
  h1.has-bar,
  h2.has-bar,
  h3.has-bar,
  h4.has-bar,
  h5.has-bar,
  h6.has-bar {
    padding-bottom: 15px;
    margin-bottom: 1.2rem;
  }
  h1.has-bar:before,
  h2.has-bar:before,
  h3.has-bar:before,
  h4.has-bar:before,
  h5.has-bar:before,
  h6.has-bar:before {
    width: 100px;
  }
  h1.has-bar.bar-768-center:before,
  h2.has-bar.bar-768-center:before,
  h3.has-bar.bar-768-center:before,
  h4.has-bar.bar-768-center:before,
  h5.has-bar.bar-768-center:before,
  h6.has-bar.bar-768-center:before {
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
  }
}
@media (min-width: 1200px) {
  h1.has-bar,
  h2.has-bar,
  h3.has-bar,
  h4.has-bar,
  h5.has-bar,
  h6.has-bar {
    padding-bottom: 20px;
    margin-bottom: 1.3rem;
  }
}
a {
  color: #2576c0;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.link-more {
  font-weight: bold;
  text-decoration: underline;
}
.n-red {
  color: #ff3e3e;
}
.n-green {
  color: #25c078;
}
.n-primary {
  color: #2576c0;
}
.n-secondary {
  color: #25c078;
}
a.n-secondary:hover {
  color: #2576c0;
}
.btn {
  -webkit-border-radius: 5px!important;
  -moz-border-radius: 5px!important;
  border-radius: 5px!important;
  cursor: pointer;
}
.btn:hover {
  text-decoration: none;
}
.btn-primary {
  background-color: #2576c0;
  border-color: #2576c0;
  color: #fff;
}
.btn-primary:hover {
  background-color: #25c078;
  border-color: #25c078;
}
.btn-primary.btn-ghost {
  background-color: transparent;
  color: #2576c0;
}
.btn-primary.btn-ghost:hover {
  background-color: #2576c0;
  border-color: #2576c0;
  color: #fff;
}
.btn-secondary {
  background-color: #25c078;
  border-color: #25c078;
  color: #fff;
}
.btn-secondary:hover {
  background-color: #2576c0;
  border-color: #2576c0;
}
.btn-secondary.btn-ghost {
  background-color: transparent;
  color: #25c078;
}
.btn-secondary.btn-ghost:hover {
  background-color: #25c078;
  border-color: #25c078;
  color: #fff;
}
.btn:disabled {
  cursor: default!important;
}
.btn-gray {
  background-color: #b2b2b2;
  border-color: #b2b2b2;
  color: #fff;
}
.btn-remove-wishlist,
.btn-redeem,
.btn-not-enough {
  width: 100%;
  margin: 0;
  margin-top: 5px;
  font-size: 11px;
  padding: 7px 0;
  min-width: 100%;
}
@media (min-width: 768px) {
  .btn-remove-wishlist,
  .btn-redeem,
  .btn-not-enough {
    padding: 10px 0;
    font-size: 12px;
    margin-top: 10px;
  }
}
.btn-redeem {
  min-width: inherit;
  max-width: 120px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 24px;
}
@media (min-width: 1200px) {
  .btn-redeem {
    font-size: 14px;
    line-height: 32px;
  }
}
.btn-not-enough {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 11px;
  padding: 0;
  display: block;
  line-height: 26px;
  margin-bottom: 0;
}
.btn-not-enough:hover {
  background-color: transparent!important;
  border-color: transparent!important;
  color: #ff3e3e !important;
}
@media (min-width: 1200px) {
  .btn-not-enough {
    font-size: 14px;
    line-height: 34px;
  }
}
.login-fb,
.login-gplus {
  font-size: 1em;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  color: #fff;
  cursor: pointer;
  margin-bottom: 10px;
}
.login-fb .fa,
.login-gplus .fa {
  font-size: 18px;
  margin-right: 10px;
}
@media (min-width: 1200px) {
  .login-fb,
  .login-gplus {
    margin-bottom: 15px;
    font-size: 16px;
  }
  .login-fb .fa,
  .login-gplus .fa {
    font-size: 21px;
  }
}
.login-fb {
  background-color: #3b5998;
  border-color: #3b5998;
}
.login-fb:hover {
  background-color: #2d4373;
  border-color: #2d4373;
}
.login-gplus {
  background-color: #dd4b39;
  border-color: #dd4b39;
}
.login-gplus:hover {
  background-color: #c23321;
  border-color: #c23321;
}
.alert {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 12px;
}
@media (min-width: 1200px) {
  .alert {
    font-size: 14px;
  }
}
.alert strong {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}
.ngc-maintitle {
  margin-top: 0;
}
.ngc-intro {
  font-size: 1.167em;
}
.max-360 {
  max-width: 360px;
}
.max-430 {
  max-width: 430px;
}
.max-570 {
  max-width: 570px;
}
.max-800 {
  max-width: 800px;
}
.max-920 {
  max-width: 920px;
}
.max-970 {
  max-width: 970px;
}
.lr-auto {
  margin-left: auto;
  margin-right: auto;
}
.nuke-wysiwyg th {
  background-color: #2576c0;
}
.nuke-wysiwyg blockquote {
  padding-left: 15px;
  padding-right: 15px;
  color: #2576c0;
  text-align: center;
  background-image: url(../images/icon/quotes.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto 40px;
  min-height: 40px;
}
@media (min-width: 768px) {
  .nuke-wysiwyg blockquote {
    min-height: 60px;
    background-size: auto 60px;
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .nuke-wysiwyg blockquote {
    font-size: 1.77em;
    min-height: 80px;
    background-size: auto 80px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
#web-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  height: 86px;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
}
#web-header .sub-head {
  background-color: #fafafa;
  padding: 9px 0;
  font-size: 14px;
  line-height: 18px;
  color: #87a0b6;
  display: none;
  height: 36px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}
#web-header .sub-head a {
  color: #87a0b6;
}
#web-header .sub-head a:hover {
  color: #2576c0;
}
#web-header .main-head {
  position: relative;
  z-index: 2;
  background-color: #fff;
}
#web-header .main-head .main-container .content {
  position: relative;
  height: 50px;
}
#web-header .main-head .main-container .content .logo img {
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  display: block;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  max-width: 140px;
  max-height: 36px;
}
#web-header .main-head .main-container .content .header-main-right {
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  right: 35px;
  height: 30px;
}
#web-header .main-head .main-container .content .header-main-right .child {
  float: left;
  min-width: 30px;
  height: 30px;
  color: #2576c0;
  position: relative;
  text-align: center;
  margin-left: 10px;
}
#web-header .main-head .main-container .content .header-main-right .child .fa {
  font-size: 21px;
  line-height: 30px;
  color: #2576c0;
}
#web-header .main-head .main-container .content .header-main-right .child a:hover {
  color: #25c078;
}
#web-header .main-head .main-container .content .header-main-right .child a:hover .fa {
  color: #25c078;
}
#web-header .main-head .main-container .content .header-main-right .child .notif-number {
  -webkit-border-radius: 5px!important;
  -moz-border-radius: 5px!important;
  border-radius: 5px!important;
  background-color: #ff3e3e;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  min-width: 18px;
  text-align: center;
  height: 18px;
  line-height: 18px;
  font-size: 10px;
  position: absolute;
  top: -5px;
  right: -5px;
}
#web-header .main-head .main-container .content .header-main-right .child.scart .scart-area {
  width: 275px;
  position: absolute;
  top: 90%;
  right: -75px;
  background-color: #fff;
  border-top: 5px solid #2576c0;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  color: #767676;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  opacity: 0;
  visibility: hidden;
}
#web-header .main-head .main-container .content .header-main-right .child.scart .scart-area.active {
  opacity: 1;
  visibility: visible;
  top: calc(100% + 5px);
}
#web-header .main-head .main-container .content .header-main-right .child.scart .scart-area:before {
  content: "";
  display: block;
  position: absolute;
  top: -11px;
  right: 85px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 6px 5px;
  border-color: transparent transparent #2576c0 transparent;
}
#web-header .main-head .main-container .content .header-main-right .child.scart .scart-area .empty {
  padding: 30px;
  text-align: center;
}
#web-header .main-head .main-container .content .header-main-right .child.scart .scart-area .empty img {
  display: block;
  width: 50%;
  max-width: 80px;
  margin: 0 auto;
}
#web-header .main-head .main-container .content .header-main-right .child.scart .scart-area .empty a {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  text-decoration: underline;
}
#web-header .main-head .main-container .content .header-main-right .child.scart .scart-area .top {
  padding: 10px;
  height: 165px;
}
#web-header .main-head .main-container .content .header-main-right .child.scart .scart-area .top .custom-scroll {
  height: 100%;
}
#web-header .main-head .main-container .content .header-main-right .child.scart .scart-area .top .scart-item {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
  margin-bottom: 10px;
}
#web-header .main-head .main-container .content .header-main-right .child.scart .scart-area .top .scart-item:last-child {
  margin-bottom: 0;
}
#web-header .main-head .main-container .content .header-main-right .child.scart .scart-area .top .scart-item .ngc-media {
  width: 40px;
  height: 40px;
  overflow: hidden;
  border: 1px solid #ebebeb;
}
#web-header .main-head .main-container .content .header-main-right .child.scart .scart-area .top .scart-item .ngc-media img {
  display: block;
  width: 100%;
}
#web-header .main-head .main-container .content .header-main-right .child.scart .scart-area .top .scart-item .ngc-text {
  width: calc(100% - 40px);
  padding-left: 10px;
  text-align: left;
}
#web-header .main-head .main-container .content .header-main-right .child.scart .scart-area .top .scart-item .ngc-text .scart-item-title {
  line-height: 1.2em;
  margin-bottom: 3px;
}
#web-header .main-head .main-container .content .header-main-right .child.scart .scart-area .top .scart-item .ngc-text .scart-item-data {
  font-size: 12px;
  line-height: 1.3em;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
  justify-content: space-between;
}
#web-header .main-head .main-container .content .header-main-right .child.scart .scart-area .top .scart-item .ngc-text .scart-item-data .scart-left .scart-item-price {
  color: #2576c0;
}
#web-header .main-head .main-container .content .header-main-right .child.scart .scart-area .top .scart-item .ngc-text .scart-item-data .scart-left .scart-item-price .old-price {
  font-size: 9px;
  color: #767676;
  text-decoration: line-through;
  display: block;
  line-height: 1em;
}
#web-header .main-head .main-container .content .header-main-right .child.scart .scart-area .top .scart-item .ngc-text .scart-item-data .scart-left .scart-qty input {
  border: 1px solid #ebebeb;
  width: 30px;
  padding-left: 5px;
  padding-right: 5px;
}
#web-header .main-head .main-container .content .header-main-right .child.scart .scart-area .top .scart-item .ngc-text .scart-item-data .scart-right {
  text-align: right;
}
#web-header .main-head .main-container .content .header-main-right .child.scart .scart-area .bottom {
  padding: 10px;
  padding-top: 0;
}
#web-header .main-head .main-container .content .header-main-right .child.scart .scart-area .bottom .content {
  height: auto;
  border-top: 1px solid #ebebeb;
  text-align: left;
  padding-top: 10px;
}
#web-header .main-head .main-container .content .header-main-right .child.scart .scart-area .bottom .content .ngc-title {
  font-size: 14px;
  color: #2576c0;
  margin-top: 0;
}
#web-header .main-head .main-container .content .header-main-right .child.scart .scart-area .bottom .content .btn {
  width: 100%;
  display: block;
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
}
#web-header .main-head .main-container .content .header-main-right .child.scart .scart-area .bottom .content .scart-summary-wrap {
  margin-bottom: 10px;
}
#web-header .main-head .main-container .content .header-main-right .child.scart .scart-area .bottom .content .scart-summary {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 13px;
  line-height: 1.3em;
  margin-bottom: 5px;
}
#web-header .main-head .main-container .content .header-main-right .child.user-topmenu .toggle-usermenu-after .text,
#web-header .main-head .main-container .content .header-main-right .child.user-topmenu .toggle-usermenu-after .icon-caret {
  display: none;
}
#web-header .main-head .main-container .content .header-main-right .child.user-topmenu .toggle-usermenu-after .text {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}
#web-header .main-head .main-container .content .header-main-right .child.user-topmenu .user-menu-area {
  position: absolute;
  z-index: 10;
  top: 90%;
  right: 0;
  background-color: #fff;
  border-top: 5px solid #2576c0;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
}
#web-header .main-head .main-container .content .header-main-right .child.user-topmenu .user-menu-area:before {
  content: "";
  display: block;
  position: absolute;
  top: -11px;
  right: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 6px 5px;
  border-color: transparent transparent #2576c0 transparent;
}
#web-header .main-head .main-container .content .header-main-right .child.user-topmenu .user-menu-area ul {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: left;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}
#web-header .main-head .main-container .content .header-main-right .child.user-topmenu .user-menu-area ul li {
  margin: 0;
  border-bottom: 1px solid #ebebeb;
}
#web-header .main-head .main-container .content .header-main-right .child.user-topmenu .user-menu-area ul li a {
  display: block;
  padding: 5px 15px;
  color: #767676;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  white-space: nowrap;
}
#web-header .main-head .main-container .content .header-main-right .child.user-topmenu .user-menu-area ul li a:hover {
  color: #2576c0;
  text-decoration: none;
  background-color: #ebebeb;
}
#web-header .main-head .main-container .content .header-main-right .child.user-topmenu .user-menu-area.active {
  opacity: 1;
  visibility: visible;
  top: calc(100% + 5px);
}
#web-header .bottom-head {
  position: relative;
  z-index: 1;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 30px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 30px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 30px 0 rgba(0, 0, 0, 0.1);
}
#web-header .bottom-head:before,
#web-header .bottom-head:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ebebeb;
  position: absolute;
  left: 0;
}
#web-header .bottom-head:before {
  top: 0;
}
#web-header .bottom-head:after {
  bottom: 0;
}
#web-header .bottom-head .main-container {
  position: relative;
  z-index: 3;
  padding-left: 0;
  padding-right: 0;
}
#web-header .bottom-head .main-container .content {
  height: 36px;
}
#web-header .bottom-head .main-container .content .category-toggle-menu {
  height: 100%;
  width: 40px;
}
#web-header .bottom-head .main-container .content .category-toggle-menu a {
  cursor: pointer;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 36px;
  background-color: #2576c0;
  color: #fff;
  position: relative;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
}
#web-header .bottom-head .main-container .content .category-toggle-menu a .text,
#web-header .bottom-head .main-container .content .category-toggle-menu a .icon-2 {
  display: none;
}
#web-header .bottom-head .main-container .content .category-toggle-menu a .text {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 16px;
}
#web-header .bottom-head .main-container .content .category-toggle-menu a .icon-1 {
  font-size: 16px;
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
#web-header .bottom-head .main-container .content .category-toggle-menu a:hover {
  background-color: #1d5c95;
}
#web-header .bottom-head .main-container .content .hot-category {
  display: none;
}
@media (min-width: 540px) {
  #web-header .main-head .main-container .content .header-main-right .child.scart .scart-area {
    width: 350px;
    right: -160px;
  }
  #web-header .main-head .main-container .content .header-main-right .child.scart .scart-area:before {
    right: 50%;
    margin-right: -5px;
  }
  #web-header .main-head .main-container .content .header-main-right .child.scart .scart-area .top {
    padding: 15px;
    height: 175px;
  }
  #web-header .main-head .main-container .content .header-main-right .child.scart .scart-area .top .scart-item .ngc-media {
    width: 50px;
    height: 50px;
  }
  #web-header .main-head .main-container .content .header-main-right .child.scart .scart-area .top .scart-item .ngc-text {
    width: calc(100% - 50px);
  }
  #web-header .main-head .main-container .content .header-main-right .child.scart .scart-area .bottom {
    padding: 15px;
    padding-top: 0;
  }
  #web-header .main-head .main-container .content .header-main-right .child.scart .scart-area .bottom .content {
    padding-top: 15px;
  }
  #web-header .main-head .main-container .content .header-main-right .child.user-topmenu {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-wrap: wrap;
    align-items: center;
    padding-left: 10px;
  }
  #web-header .main-head .main-container .content .header-main-right .child.user-topmenu .toggle-usermenu-after {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-wrap: wrap;
    align-items: center;
  }
  #web-header .main-head .main-container .content .header-main-right .child.user-topmenu .toggle-usermenu-after .text,
  #web-header .main-head .main-container .content .header-main-right .child.user-topmenu .toggle-usermenu-after .icon-caret {
    display: block;
  }
  #web-header .main-head .main-container .content .header-main-right .child.user-topmenu .toggle-usermenu-after .text {
    color: #767676;
    padding: 0 5px 0 10px;
  }
  #web-header .main-head .main-container .content .header-main-right .child.user-topmenu .toggle-usermenu-after .icon-caret {
    font-size: 14px;
  }
  #web-header .main-head .main-container .content .header-main-right .child.user-topmenu .toggle-usermenu-after:hover {
    text-decoration: none;
  }
  #web-header .main-head .main-container .content .header-main-right .child.user-topmenu .toggle-usermenu-after:hover .fa,
  #web-header .main-head .main-container .content .header-main-right .child.user-topmenu .toggle-usermenu-after:hover .text {
    color: #2576c0;
  }
  #web-header .main-head .main-container .content .header-main-right .child.user-topmenu .toggle-usermenu-before {
    cursor: default;
  }
  #web-header .main-head .main-container .content .header-main-right .child.user-topmenu .toggle-usermenu-before:hover {
    color: #2576c0;
  }
  #web-header .main-head .main-container .content .header-main-right .child.user-topmenu .toggle-usermenu-before:hover .fa {
    color: #2576c0;
  }
  #web-header .main-head .main-container .content .header-main-right .child.user-topmenu .user-menu-area.after:before {
    right: 50%;
    margin-right: -5px;
  }
  #web-header .main-head .main-container .content .header-main-right .child.user-topmenu .user-menu-area.before,
  #web-header .main-head .main-container .content .header-main-right .child.user-topmenu .user-menu-area.before.active {
    position: relative;
    left: auto;
    top: auto;
    background-color: transparent;
    border-top: none;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
  }
  #web-header .main-head .main-container .content .header-main-right .child.user-topmenu .user-menu-area.before:before,
  #web-header .main-head .main-container .content .header-main-right .child.user-topmenu .user-menu-area.before.active:before {
    display: none;
  }
  #web-header .main-head .main-container .content .header-main-right .child.user-topmenu .user-menu-area.before ul,
  #web-header .main-head .main-container .content .header-main-right .child.user-topmenu .user-menu-area.before.active ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    padding-left: 5px;
  }
  #web-header .main-head .main-container .content .header-main-right .child.user-topmenu .user-menu-area.before ul li,
  #web-header .main-head .main-container .content .header-main-right .child.user-topmenu .user-menu-area.before.active ul li {
    border-right: 1px solid #ebebeb;
    border-bottom: none;
    float: left;
  }
  #web-header .main-head .main-container .content .header-main-right .child.user-topmenu .user-menu-area.before ul li a,
  #web-header .main-head .main-container .content .header-main-right .child.user-topmenu .user-menu-area.before.active ul li a {
    padding: 0 8px;
    line-height: 18px;
  }
  #web-header .main-head .main-container .content .header-main-right .child.user-topmenu .user-menu-area.before ul li a:hover,
  #web-header .main-head .main-container .content .header-main-right .child.user-topmenu .user-menu-area.before.active ul li a:hover {
    background-color: transparent;
  }
  #web-header .main-head .main-container .content .header-main-right .child.user-topmenu .user-menu-area.before ul li:last-child,
  #web-header .main-head .main-container .content .header-main-right .child.user-topmenu .user-menu-area.before.active ul li:last-child {
    border-right: none;
  }
  #web-header .main-head .main-container .content .header-main-right .child.user-topmenu .user-menu-area.before ul li:last-child a,
  #web-header .main-head .main-container .content .header-main-right .child.user-topmenu .user-menu-area.before.active ul li:last-child a {
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  #web-header {
    height: 140px;
  }
  #web-header.stuck {
    top: -36px;
  }
  #web-header .sub-head {
    display: block;
  }
  #web-header .sub-head .main-container .content {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #web-header .sub-head .main-container .content .shead-child .child {
    float: left;
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid rgba(135, 160, 182, 0.5);
  }
  #web-header .sub-head .main-container .content .shead-child .child:last-child {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
  }
  #web-header .sub-head .main-container .content .shead-child .fa {
    margin-right: 7px;
    line-height: 18px;
  }
  #web-header .main-head .main-container .content {
    height: 64px;
  }
  #web-header .main-head .main-container .content .logo img {
    max-width: 160px;
    max-height: 42px;
  }
  #web-header .main-head .main-container .content .header-main-right {
    height: 40px;
    right: 50px;
  }
  #web-header .main-head .main-container .content .header-main-right .child {
    min-width: 40px;
    height: 40px;
    margin-left: 15px;
  }
  #web-header .main-head .main-container .content .header-main-right .child .fa {
    font-size: 26px;
    line-height: 40px;
  }
  #web-header .main-head .main-container .content .header-main-right .child .notif-number {
    top: 0;
  }
  #web-header .main-head .main-container .content .header-main-right .child.scart .scart-area {
    right: -155px;
    border-width: 7px;
  }
  #web-header .main-head .main-container .content .header-main-right .child.scart .scart-area:before {
    top: -13px;
  }
  #web-header .main-head .main-container .content .header-main-right .child.scart .scart-area .empty {
    padding-top: 60px;
    padding-bottom: 60px;
    font-size: 16px;
  }
  #web-header .main-head .main-container .content .header-main-right .child.scart .scart-area .empty p {
    margin: 15px 0;
  }
  #web-header .main-head .main-container .content .header-main-right .child.user-topmenu .toggle-usermenu-after .text {
    font-size: 16px;
    padding-left: 15px;
    padding-right: 10px;
  }
  #web-header .main-head .main-container .content .header-main-right .child.user-topmenu .user-menu-area {
    border-width: 7px;
  }
  #web-header .main-head .main-container .content .header-main-right .child.user-topmenu .user-menu-area:before {
    top: -13px;
  }
  #web-header .main-head .main-container .content .header-main-right .child.user-topmenu .user-menu-area ul {
    font-size: 16px;
  }
  #web-header .bottom-head .main-container .content {
    height: 40px;
  }
  #web-header .bottom-head .main-container .content .category-toggle-menu {
    width: 200px;
  }
  #web-header .bottom-head .main-container .content .category-toggle-menu a {
    line-height: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }
  #web-header .bottom-head .main-container .content .category-toggle-menu a .text {
    display: block;
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 56px;
  }
  #web-header .bottom-head .main-container .content .category-toggle-menu a .icon-2 {
    display: block;
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 14px;
    right: 24px;
  }
  #web-header .bottom-head .main-container .content .category-toggle-menu a .icon-1 {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 24px;
  }
}
@media (min-width: 992px) {
  #web-header .main-head .main-container .content .header-main-right {
    right: 0;
  }
  #web-header .bottom-head .main-container .content {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-wrap: wrap;
  }
  #web-header .bottom-head .main-container .content .hot-category {
    display: block;
    width: calc(100% - 200px);
    font-family: 'Lato', sans-serif;
    font-weight: 400;
  }
  #web-header .bottom-head .main-container .content .hot-category .custom-scroll {
    width: 100%;
  }
  #web-header .bottom-head .main-container .content .hot-category .hot-cat-content {
    height: 100%;
  }
  #web-header .bottom-head .main-container .content .hot-category .link-wrap {
    height: 100%;
    overflow: hidden;
    list-style: none;
    margin: 0;
    padding: 0 5px;
  }
  #web-header .bottom-head .main-container .content .hot-category .link-wrap li {
    float: left;
  }
  #web-header .bottom-head .main-container .content .hot-category a {
    display: block;
    padding: 0 15px;
    white-space: nowrap;
    line-height: 40px;
  }
  #web-header .bottom-head .main-container .content .hot-category a:hover {
    text-decoration: none;
  }
}
@media (min-width: 1200px) {
  #web-header {
    height: 164px;
  }
  #web-header .main-head .main-container .content {
    height: 84px;
  }
  #web-header .main-head .main-container .content .logo img {
    max-width: 200px;
    max-height: 54px;
  }
  #web-header .main-head .main-container .content .header-main-right .child.scart .scart-area .top {
    height: 185px;
  }
  #web-header .main-head .main-container .content .header-main-right .child.scart .scart-area .top .scart-item .ngc-text .scart-item-title {
    font-size: 16px;
  }
  #web-header .main-head .main-container .content .header-main-right .child.scart .scart-area .bottom .btn {
    font-size: 16px;
  }
  #web-header .bottom-head .main-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  #web-header .bottom-head .main-container .content {
    height: 44px;
  }
  #web-header .bottom-head .main-container .content .hot-category a {
    padding: 0 20px;
    line-height: 44px;
    font-size: 16px;
  }
}
.search-form-area {
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 25px;
  height: 36px;
  width: calc(100% - 10px);
}
.search-form-area .input-text {
  width: 100%;
  position: relative;
  z-index: 1;
  height: 36px;
  border: none;
  font-size: 12px;
  background: none;
  padding-right: 40px;
  padding-left: 10px;
}
.search-form-area .submit-btn {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 40px;
  height: 100%;
  font-size: 18px;
  color: #25c078;
  border: none;
  background: none;
}
@media (min-width: 768px) {
  .search-form-area {
    height: 40px;
    width: calc(100% - 140px);
    left: 170px;
  }
  .search-form-area .input-text {
    height: 40px;
    font-size: 14px;
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .search-form-area {
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 450px;
  }
  .search-form-area .input-text {
    border: 1px solid #ebebeb;
    font-size: 15px;
    -webkit-border-radius: 5px!important;
    -moz-border-radius: 5px!important;
    border-radius: 5px!important;
    padding-right: 50px;
  }
  .search-form-area .submit-btn {
    font-size: 21px;
    width: 50px;
  }
}
@media (min-width: 1200px) {
  .search-form-area {
    width: 500px;
    left: 250px;
  }
  .search-form-area .input-text {
    font-size: 16px;
  }
}
@media (min-width: 1600px) {
  .search-form-area {
    width: 530px;
    left: 270px;
  }
}
.hidden-search-autocomplete {
  background-color: #fff;
  position: absolute;
  top: 110%;
  left: 0;
  width: 100%;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
}
.hidden-search-autocomplete .custom-scroll {
  max-height: 50vh;
}
.hidden-search-autocomplete.show {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.hidden-search-autocomplete a {
  color: #767676;
}
.hidden-search-autocomplete a:hover {
  color: #2576c0;
  text-decoration: none;
}
.hidden-search-autocomplete .hsa-top {
  padding: 5px;
}
.hidden-search-autocomplete .hsa-top ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.hidden-search-autocomplete .hsa-top ul li {
  margin: 0;
  line-height: 1.2em;
}
.hidden-search-autocomplete .hsa-top ul li a {
  display: block;
  padding: 3px 5px;
}
.hidden-search-autocomplete .hsa-top ul li a:hover {
  background-color: #efefef;
}
.hidden-search-autocomplete .hsa-top ul li .selected {
  font-weight: bold;
  color: #25c078;
}
.hidden-search-autocomplete .hsa-bottom {
  padding: 5px;
  border-top: 1px solid #ebebeb;
}
.hidden-search-autocomplete .hsa-bottom ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.hidden-search-autocomplete .hsa-bottom ul li {
  margin: 0;
  line-height: 1.2em;
}
.hidden-search-autocomplete .hsa-bottom ul li a {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
  padding: 3px 5px;
}
.hidden-search-autocomplete .hsa-bottom ul li a:hover {
  background-color: #efefef;
}
.hidden-search-autocomplete .hsa-bottom ul li .selected {
  font-weight: bold;
  color: #25c078;
}
.hidden-search-autocomplete .hsa-bottom .ngc-media {
  display: block;
  width: 40px;
  height: 40px;
  position: relative;
}
.hidden-search-autocomplete .hsa-bottom .ngc-media img {
  display: block;
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  max-width: 100%;
  max-height: 100%;
}
.hidden-search-autocomplete .hsa-bottom .ngc-text {
  width: calc(100% - 40px);
  padding-left: 10px;
}
.hidden-search-autocomplete .hsa-bottom .ngc-text .ngc-title {
  display: block;
  font-size: 12px;
  line-height: 1.2em;
  margin-bottom: 5px;
}
.hidden-search-autocomplete .hsa-bottom .ngc-text .ngc-disc,
.hidden-search-autocomplete .hsa-bottom .ngc-text .ngc-price,
.hidden-search-autocomplete .hsa-bottom .ngc-text .ngc-old-price {
  display: inline-block;
  line-height: 18px;
  vertical-align: middle;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  margin-right: 5px;
  margin-bottom: 5px;
}
.hidden-search-autocomplete .hsa-bottom .ngc-text .ngc-disc {
  -webkit-border-radius: 5px!important;
  -moz-border-radius: 5px!important;
  border-radius: 5px!important;
  background-color: #ff3e3e;
  color: #fff;
  font-size: 8px;
  padding: 0 10px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}
.hidden-search-autocomplete .hsa-bottom .ngc-text .ngc-price {
  font-size: 11px;
  color: #25c078;
}
.hidden-search-autocomplete .hsa-bottom .ngc-text .ngc-old-price {
  font-size: 10px;
  color: #b2b2b2;
  text-decoration: line-through;
}
@media (min-width: 768px) {
  .hidden-search-autocomplete .hsa-top,
  .hidden-search-autocomplete .hsa-bottom {
    padding: 10px;
  }
  .hidden-search-autocomplete .hsa-top ul li a,
  .hidden-search-autocomplete .hsa-bottom ul li a {
    padding: 5px;
  }
}
@media (min-width: 1200px) {
  .hidden-search-autocomplete .hsa-top {
    font-size: 16px;
  }
  .hidden-search-autocomplete .hsa-bottom .ngc-media {
    width: 50px;
    height: 50px;
  }
  .hidden-search-autocomplete .hsa-bottom .ngc-text {
    width: calc(100% - 50px);
  }
  .hidden-search-autocomplete .hsa-bottom .ngc-text .ngc-title {
    font-size: 14px;
  }
  .hidden-search-autocomplete .hsa-bottom .ngc-text .ngc-price {
    font-size: 12px;
  }
}
.overlay-mask {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 90;
  opacity: 0.55;
  opacity: 0;
  visibility: hidden;
  transition: all 50ms ease;
  -webkit-transition: all 50ms ease;
  -moz-transition: all 50ms ease;
  -o-transition: all 50ms ease;
}
.overlay-mask.active,
.overlay-mask.hover {
  opacity: 1;
  visibility: visible;
}
/* HAMBURGER MENU */
#toggle-mmenu {
  z-index: 102;
  cursor: default;
  transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -o-transition: all 600ms ease;
}
#toggle-mmenu span.outer-span {
  display: block;
  width: 30px;
  height: 30px;
  background-color: transparent;
  text-indent: -9999em;
}
#toggle-mmenu.fixed {
  position: fixed;
  top: 10px;
}
#toggle-mmenu.absolute {
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#toggle-mmenu.right {
  right: -5px;
}
#toggle-mmenu.left {
  left: 10px;
}
.c-hamburger {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  text-indent: -9999px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
}
.c-hamburger:focus {
  outline: none;
}
.c-hamburger span {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 5px;
  right: 5px;
  height: 2px;
  background: #2576c0;
}
.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #2576c0;
  content: "";
}
.c-hamburger span::before {
  top: -7px;
}
.c-hamburger span::after {
  bottom: -7px;
}
/* STYLE X */
.c-hamburger--htx {
  background-color: transparent;
}
.c-hamburger--htx span {
  transition: background 0s 0.3s;
}
.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}
.c-hamburger--htx span::before {
  transition-property: top, transform;
}
.c-hamburger--htx span::after {
  transition-property: bottom, transform;
}
/* active state, i.e. menu open */
.c-hamburger--htx.is-active {
  background-color: transparent;
}
.c-hamburger--htx.is-active span {
  background: none!important;
}
.c-hamburger--htx.is-active span::before {
  top: 0;
  transform: rotate(45deg);
  background-color: #2576c0;
}
.c-hamburger--htx.is-active span::after {
  bottom: 0;
  transform: rotate(-45deg);
  background-color: #2576c0;
}
.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  transition-delay: 0s, 0.3s;
}
#category-megadropdown {
  position: fixed;
  left: 0;
  top: 86px;
  z-index: 101;
  width: 100%;
  height: calc(100% - 86px);
  background: rgba(0, 0, 0, 0.7);
  overflow-y: auto;
  transition: all 50ms ease;
  -webkit-transition: all 50ms ease;
  -moz-transition: all 50ms ease;
  -o-transition: all 50ms ease;
  opacity: 0;
  visibility: hidden;
}
#category-megadropdown.active,
#category-megadropdown.hover {
  opacity: 1;
  visibility: visible;
}
#category-megadropdown .main-container {
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}
#category-megadropdown .main-container .content {
  background-color: #fff;
}
#category-megadropdown .main-container .content .cat-mega {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}
#category-megadropdown .main-container .content .cat-mega > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#category-megadropdown .main-container .content .cat-mega > ul > li {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #ebebeb;
}
#category-megadropdown .main-container .content .cat-mega > ul > li > a {
  display: block;
  padding-left: 10px;
  padding-right: 30px;
  position: relative;
  color: #767676;
  transition: all 150ms ease;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -o-transition: all 150ms ease;
}
#category-megadropdown .main-container .content .cat-mega > ul > li > a .text-icon {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
}
#category-megadropdown .main-container .content .cat-mega > ul > li > a .text-icon .icon {
  display: block;
  height: 40px;
  width: 24px;
  overflow: hidden;
  position: relative;
}
#category-megadropdown .main-container .content .cat-mega > ul > li > a .text-icon .icon .icon-1,
#category-megadropdown .main-container .content .cat-mega > ul > li > a .text-icon .icon .icon-2 {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  transition: all 150ms ease;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -o-transition: all 150ms ease;
}
#category-megadropdown .main-container .content .cat-mega > ul > li > a .text-icon .icon .icon-1 img,
#category-megadropdown .main-container .content .cat-mega > ul > li > a .text-icon .icon .icon-2 img {
  display: block;
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  max-width: 24px;
  max-height: 24px;
}
#category-megadropdown .main-container .content .cat-mega > ul > li > a .text-icon .icon .icon-1 {
  top: 0;
}
#category-megadropdown .main-container .content .cat-mega > ul > li > a .text-icon .icon .icon-2 {
  top: 100%;
}
#category-megadropdown .main-container .content .cat-mega > ul > li > a .text-icon .text {
  display: block;
  padding-left: 10px;
  font-size: 14px;
  line-height: 40px;
}
#category-megadropdown .main-container .content .cat-mega > ul > li > a.opened {
  background-color: #25c078;
  color: #fff;
  text-decoration: none;
}
#category-megadropdown .main-container .content .cat-mega > ul > li > a.opened .icon .icon-1 {
  top: -100%;
}
#category-megadropdown .main-container .content .cat-mega > ul > li > a.opened .icon .icon-2 {
  top: 0;
}
#category-megadropdown .main-container .content .cat-mega > ul > li .cat-sub-wrap {
  border-left: 5px solid #25c078;
  padding: 10px;
  display: none;
}
#category-megadropdown .main-container .content .cat-mega > ul > li .cat-sub-wrap a {
  color: #767676;
}
#category-megadropdown .main-container .content .cat-mega > ul > li .cat-sub-wrap a:hover {
  color: #2576c0;
}
#category-megadropdown .main-container .content .cat-mega > ul > li .cat-sub-wrap .cat-sub {
  width: 100%;
}
#category-megadropdown .main-container .content .cat-mega > ul > li .cat-sub-wrap .cat-sub-head {
  color: #767676;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  border-bottom: 1px solid #ebebeb;
  width: 100%;
  line-height: 1.3em;
  padding-bottom: 5px;
  margin-bottom: 10px;
  display: block;
}
#category-megadropdown .main-container .content .cat-mega > ul > li .cat-sub-wrap ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  margin-bottom: 15px;
}
#category-megadropdown .main-container .content .cat-mega > ul > li .cat-sub-wrap ul li {
  margin: 5px 0;
  line-height: 1.3em;
}
#category-megadropdown .main-container .content .cat-mega > ul > li:hover > a {
  background-color: #25c078;
  color: #fff;
  text-decoration: none;
}
#category-megadropdown .main-container .content .cat-mega > ul > li:hover > a .icon .icon-1 {
  top: -100%;
}
#category-megadropdown .main-container .content .cat-mega > ul > li:hover > a .icon .icon-2 {
  top: 0;
}
#category-megadropdown .main-container .content .cat-mega > ul > li:last-child {
  border-bottom: none;
}
#category-megadropdown .main-container .content .cat-mega > ul > li.has-sub > a:after {
  content: "\f107";
  display: block;
  font-family: "fontAwesome";
  font-size: 12px;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
  color: #2576c0;
}
#category-megadropdown .main-container .content .cat-mega > ul > li.has-sub > a.opened:after {
  color: #fff;
}
#category-megadropdown .main-container .content .cat-mega > ul > li.has-sub:hover > a:after {
  color: #fff;
}
@media (min-width: 768px) {
  #category-megadropdown {
    top: 140px;
    height: calc(100% - 140px);
    transition: all 50ms ease;
    -webkit-transition: all 50ms ease;
    -moz-transition: all 50ms ease;
    -o-transition: all 50ms ease;
  }
  #category-megadropdown.stuck {
    top: 104px;
    height: calc(100% - 104px);
  }
  #category-megadropdown .main-container .content {
    position: relative;
  }
  #category-megadropdown .main-container .content .cat-mega {
    max-width: 330px;
    border-right: 1px solid #ebebeb;
  }
  #category-megadropdown .main-container .content .cat-mega > ul > li > a {
    padding-left: 15px;
    padding-right: 40px;
  }
  #category-megadropdown .main-container .content .cat-mega > ul > li > a .text-icon .icon {
    height: 50px;
    width: 32px;
  }
  #category-megadropdown .main-container .content .cat-mega > ul > li > a .text-icon .icon .icon-1 img,
  #category-megadropdown .main-container .content .cat-mega > ul > li > a .text-icon .icon .icon-2 img {
    max-width: 28px;
    max-height: 28px;
  }
  #category-megadropdown .main-container .content .cat-mega > ul > li > a .text-icon .text {
    font-size: 16px;
    line-height: 50px;
  }
  #category-megadropdown .main-container .content .cat-mega > ul > li.has-sub > a:after {
    content: "\f105";
    font-size: 14px;
    right: 24px;
  }
  #category-megadropdown .main-container .content .cat-mega > ul > li.has-sub .cat-sub-wrap {
    position: absolute;
    left: 329px;
    top: 0;
    background: #fff;
    width: calc(100% - 329px);
    padding: 15px;
    min-height: 100%;
  }
}
@media (min-width: 1200px) {
  #category-megadropdown {
    top: 164px;
    height: calc(100% - 164px);
  }
  #category-megadropdown.stuck {
    top: 128px;
    height: calc(100% - 128px);
  }
  #category-megadropdown .main-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  #category-megadropdown .main-container .content .cat-mega > ul > li.has-sub .cat-sub-wrap {
    padding: 25px;
  }
  #category-megadropdown .main-container .content .cat-mega > ul > li.has-sub .cat-sub-wrap .cat-sub-head {
    padding-bottom: 10px;
  }
  #category-megadropdown .main-container .content .cat-mega > ul > li.has-sub .cat-sub-wrap ul {
    font-size: 16px;
    margin-bottom: 25px;
  }
  #category-megadropdown .main-container .content .cat-mega > ul > li.has-sub .cat-sub-wrap ul li {
    margin: 10px 0;
  }
}
@media (min-width: 1600px) {
  #category-megadropdown .main-container .content .cat-mega > ul > li > a .text-icon .icon {
    height: 60px;
  }
  #category-megadropdown .main-container .content .cat-mega > ul > li > a .text-icon .icon .icon-1 img,
  #category-megadropdown .main-container .content .cat-mega > ul > li > a .text-icon .icon .icon-2 img {
    max-width: 32px;
    max-height: 32px;
  }
  #category-megadropdown .main-container .content .cat-mega > ul > li > a .text-icon .text {
    font-size: 18px;
    line-height: 60px;
  }
  #category-megadropdown .main-container .content .cat-mega > ul > li.has-sub .cat-sub-wrap {
    padding: 25px 30px;
  }
  #category-megadropdown .main-container .content .cat-mega > ul > li.has-sub .cat-sub-wrap .cat-sub-head {
    font-size: 18px;
  }
}
#mobile-menu-wrap {
  background-color: #2576c0;
  color: #ffffff;
  position: fixed;
  left: 0;
  top: -50px;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  z-index: 110;
  padding-top: 70px;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  opacity: 0;
  visibility: hidden;
}
#mobile-menu-wrap.opened {
  top: 0;
  opacity: 1;
  visibility: visible;
}
#mobile-menu-wrap .close-hidden-search {
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 15px;
  display: block;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%!important;
  -moz-border-radius: 50%!important;
  border-radius: 50%!important;
  border: 2px solid #ffffff;
  color: #ffffff;
  transition: all 150ms ease;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -o-transition: all 150ms ease;
}
#mobile-menu-wrap .close-hidden-search span {
  font-size: 20px;
  height: 24px;
  width: 24px;
  line-height: 24px;
  text-align: center;
  display: block;
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
#mobile-menu-wrap .close-hidden-search:hover {
  background-color: #fff;
  border-color: #fff;
  color: #2576c0;
}
#mobile-menu-wrap .ngc-title {
  color: #ffffff;
}
#mobile-menu-wrap a {
  color: #ffffff;
}
#mobile-menu-wrap a:hover {
  color: #ffffff;
}
#mobile-menu-wrap .mobile-hot-category {
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
}
#mobile-menu-wrap .mobile-hot-category li {
  width: 50%;
}
#mobile-menu-wrap .mobile-support {
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}
#mobile-menu-wrap .mobile-support li {
  font-size: 14px;
  border-bottom: 1px solid #669fd3;
  margin: 0;
  padding: 10px 0;
}
#mobile-menu-wrap .mobile-support li .fa {
  width: 20px;
  text-align: center;
  margin-right: 5px;
}
@media (min-width: 540px) {
  #mobile-menu-wrap .mobile-hot-category li {
    width: 33.33%;
  }
}
@media (min-width: 768px) {
  #mobile-menu-wrap {
    padding-top: 100px;
  }
  #mobile-menu-wrap .close-hidden-search {
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 25px;
    width: 50px;
    height: 50px;
  }
  #mobile-menu-wrap .close-hidden-search span {
    font-size: 24px;
    height: 30px;
    width: 30px;
    line-height: 30px;
  }
  #mobile-menu-wrap .ngc-title {
    margin-bottom: 15px;
  }
  #mobile-menu-wrap .mobile-hot-category {
    font-size: 16px;
  }
  #mobile-menu-wrap .mobile-hot-category li {
    margin-bottom: 10px;
  }
  #mobile-menu-wrap .mobile-support {
    margin-bottom: 30px;
  }
  #mobile-menu-wrap .mobile-support li {
    font-size: 16px;
    padding: 15px 0;
  }
}
@media (min-width: 992px) {
  #mobile-menu-wrap.opened {
    opacity: 0;
    visibility: hidden;
  }
}
.section-padding {
  padding: 20px 0;
}
@media (min-width: 768px) {
  .section-padding {
    padding: 30px 0;
  }
}
@media (min-width: 992px) {
  .section-padding {
    padding: 40px 0;
  }
}
@media (min-width: 1200px) {
  .section-padding {
    padding: 50px 0;
  }
}
@media (min-width: 1600px) {
  .section-padding {
    padding: 70px 0;
  }
}
.product-spec {
  margin-bottom: -20px;
}
.product-spec .nuke-wysiwyg {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .product-spec {
    margin-bottom: -30px;
  }
}
@media (min-width: 992px) {
  .product-spec {
    margin-bottom: -40px;
  }
}
@media (min-width: 1200px) {
  .product-spec {
    margin-bottom: -50px;
  }
}
@media (min-width: 1600px) {
  .product-spec {
    margin-bottom: -70px;
  }
}
.has-section-separator {
  position: relative;
}
.has-section-separator:after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background-color: #efe7dc;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  max-width: 1140px;
}
.mCSB_scrollTools {
  width: 8px;
}
.mCSB_inside > .mCSB_container {
  margin-right: 5px;
}
.mCS-nuke.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #d4d4d4;
  width: 5px;
}
.mCS-nuke.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}
.mCS-nuke.mCustomScrollBox .mCSB_container_wrapper {
  margin-right: 0;
  margin-bottom: 0;
}
.mCS-nuke.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
}
.mCSB_outside + .mCSB_scrollTools {
  right: -8px;
}
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -8px;
}
.slick-dots {
  font-size: 0;
  text-align: center;
  margin: 0;
  padding: 15px 0 5px;
}
.slick-dots li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 6px;
  position: relative;
}
.slick-dots li:after {
  content: "";
  display: block;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 8px;
  height: 8px;
  border: 2px solid #8a8a8a;
  -webkit-border-radius: 50%!important;
  -moz-border-radius: 50%!important;
  border-radius: 50%!important;
  cursor: pointer;
}
.slick-dots li button {
  -webkit-border-radius: 50%!important;
  -moz-border-radius: 50%!important;
  border-radius: 50%!important;
  width: 6px;
  height: 6px;
  background-color: transparent;
  border: none;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  display: block;
  text-indent: -9999em;
  overflow: hidden;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
.slick-dots li.slick-active {
  margin: 0 8px;
}
.slick-dots li.slick-active:after {
  width: 16px;
  height: 16px;
  border-color: #2576c0;
}
.slick-dots li.slick-active button {
  background-color: #25c078;
}
@media (min-width: 1200px) {
  .slick-dots {
    padding: 30px 0 10px;
  }
  .slick-dots li {
    margin: 0 10px;
  }
  .slick-dots li:after {
    width: 12px;
    height: 12px;
  }
  .slick-dots li button {
    width: 8px;
    height: 8px;
  }
  .slick-dots li.slick-active {
    margin: 0 14px;
  }
  .slick-dots li.slick-active:after {
    width: 20px;
    height: 20px;
  }
}
.slick-4-items {
  position: relative;
}
.cusArrow {
  width: 34px;
  height: 34px;
  position: relative;
  border-bottom: 2px solid #2576c0;
  text-indent: -9999em;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none !important;
  overflow: hidden;
}
.cusArrow.boxNext {
  border-right: 2px solid #2576c0;
  transform: rotate(-45deg);
  left: calc(100% + 15px);
}
.cusArrow.boxPrev {
  border-left: 2px solid #2576c0;
  transform: rotate(45deg);
  right: calc(100% + 15px);
}
.cusArrow:hover {
  border-color: #25c078;
}
@media (min-width: 1400px) {
  .cusArrow {
    display: block !important;
  }
}
.hero-banner-section .main-container.first-child {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1200px) {
  .hero-banner-section .main-container.first-child {
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.main-slick {
  display: none;
  padding: 0 0 10px;
  position: relative;
}
.main-slick.slick-initialized {
  display: block;
}
.main-slick .item img {
  display: block;
  width: 100%;
}
.main-slick.has-text .slick-item {
  min-height: 300px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.main-slick.has-text .slick-item .slick-img {
  display: none;
}
.main-slick.has-text .slick-item .slide-text {
  text-align: center;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 15px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.main-slick.has-text .slick-item .slide-text .content {
  padding: 15px 10px;
}
.main-slick.has-text .slick-item .slide-text .slide-subtitle,
.main-slick.has-text .slick-item .slide-text .slide-maintitle,
.main-slick.has-text .slick-item .slide-text .slide-buttons {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}
.main-slick.has-text .slick-item .slide-text .slide-subtitle {
  display: block;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.1em;
  padding-bottom: 5px;
  transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -o-transition: all 600ms ease;
}
.main-slick.has-text .slick-item .slide-text .slide-maintitle {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3em;
  margin-bottom: 10px;
  transition: all 600ms 200ms ease;
  -webkit-transition: all 600ms 200ms ease;
  -moz-transition: all 600ms 200ms ease;
  -o-transition: all 600ms 200ms ease;
}
.main-slick.has-text .slick-item .slide-text .slide-buttons {
  transition: all 600ms 400ms ease;
  -webkit-transition: all 600ms 400ms ease;
  -moz-transition: all 600ms 400ms ease;
  -o-transition: all 600ms 400ms ease;
}
.main-slick.has-text .slick-item .slide-text .slide-buttons .btn {
  margin: 0;
}
.main-slick .show .slick-item .slide-text .slide-subtitle,
.main-slick .show .slick-item .slide-text .slide-maintitle,
.main-slick .show .slick-item .slide-text .slide-buttons {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
@media (min-width: 768px) {
  .main-slick .slick-dots {
    position: absolute;
    width: 100%;
    bottom: 15px;
    left: 0;
  }
  .main-slick.has-text .slick-dots {
    position: relative;
    bottom: inherit;
  }
  .main-slick.has-text .slick-item .slick-img {
    display: block;
  }
  .main-slick.has-text .slick-item .slide-text {
    padding: 15px;
  }
  .main-slick.has-text .slick-item .slide-text .content {
    padding: 25px;
    max-width: 600px;
  }
  .main-slick.has-text .slick-item .slide-text .slide-subtitle {
    font-size: 14px;
    padding-bottom: 10px;
  }
  .main-slick.has-text .slick-item .slide-text .slide-maintitle {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .main-slick.has-text.top-center .slick-item .slide-text {
    align-items: flex-start;
  }
  .main-slick.has-text.bottom-center .slick-item .slide-text {
    align-items: flex-end;
  }
  .main-slick.has-text.top-left .slick-item .slide-text {
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
  .main-slick.has-text.center-left .slick-item .slide-text {
    justify-content: flex-start;
    text-align: left;
  }
  .main-slick.has-text.bottom-left .slick-item .slide-text {
    align-items: flex-end;
    justify-content: flex-start;
    text-align: left;
  }
  .main-slick.has-text.top-right .slick-item .slide-text {
    align-items: flex-start;
    justify-content: flex-end;
    text-align: right;
  }
  .main-slick.has-text.center-right .slick-item .slide-text {
    justify-content: flex-end;
    text-align: right;
  }
  .main-slick.has-text.bottom-right .slick-item .slide-text {
    align-items: flex-end;
    justify-content: flex-end;
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .main-slick.has-text .slick-item .slide-text {
    padding: 30px;
  }
  .main-slick.has-text .slick-item .slide-text .slide-maintitle {
    font-size: 42px;
  }
  .main-slick .slick-dots {
    bottom: 25px;
  }
  .main-slick .slick-dots li {
    margin: 0 10px;
  }
  .main-slick .slick-dots li:after {
    width: 14px;
    height: 14px;
  }
  .main-slick .slick-dots li button {
    width: 10px;
    height: 10px;
  }
  .main-slick .slick-dots li.slick-active {
    margin: 0 14px;
  }
  .main-slick .slick-dots li.slick-active:after {
    width: 24px;
    height: 24px;
  }
}
@media (min-width: 1600px) {
  .main-slick .slick-dots {
    bottom: 35px;
  }
}
.slick-padding {
  margin-left: -5px;
  margin-right: -5px;
}
.slick-padding .item {
  padding-left: 5px;
  padding-right: 5px;
}
@media (min-width: 768px) {
  .slick-padding {
    margin-left: -10px;
    margin-right: -10px;
  }
  .slick-padding .item {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 1200px) {
  .slick-padding {
    margin-left: -15px;
    margin-right: -15px;
  }
  .slick-padding .item {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.footer-top .ft-logo {
  display: block;
  margin: 0 auto;
  width: 100px;
  margin-bottom: 20px;
}
.footer-top .ft-content {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
}
.footer-top .ft-content .ft-child {
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}
.footer-top .ft-content .ft-child .fa {
  color: #25c078;
  font-size: 24px;
}
.footer-top .ft-content .ft-child p {
  line-height: 1.3em;
  margin-bottom: 0;
}
.footer-top .ft-content .ft-child a {
  color: #767676;
}
.footer-top .ft-content .ft-child a:hover {
  color: #2576c0;
}
.footer-top .ft-content .ft-child .ngc-title {
  font-size: 16px;
  letter-spacing: 1px;
  margin-top: 0;
}
.footer-top .ft-content .ft-child .soc-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
  justify-content: center;
}
.footer-top .ft-content .ft-child .soc-nav li {
  margin: 5px;
}
.footer-top .ft-content .ft-child .soc-nav li img {
  display: block;
  width: 24px;
}
.footer-top .ft-content .ft-2,
.footer-top .ft-content .ft-3 {
  width: 50%;
}
@media (min-width: 540px) {
  .footer-top .ft-content .ft-child {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .footer-top .ft-content .ft-child {
    width: 25%;
    border-right: 1px solid #ebebeb;
    padding: 10px;
  }
  .footer-top .ft-content .ft-child:last-child {
    border-right: none;
  }
}
@media (min-width: 992px) {
  .footer-top .ft-logo {
    width: 140px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .footer-top .ft-logo {
    width: 160px;
  }
  .footer-top .ft-content .ft-child .fa {
    font-size: 32px;
  }
  .footer-top .ft-content .ft-child p {
    font-size: 16px;
  }
  .footer-top .ft-content .ft-child .ngc-title {
    margin-bottom: 1rem;
  }
  .footer-top .ft-content .ft-child .soc-nav li {
    margin: 0 12px 10px;
  }
  .footer-top .ft-content .ft-child .soc-nav li img {
    width: 35px;
  }
}
.newsletter-area {
  position: relative;
  background-color: #fff;
}
.newsletter-area:before {
  content: "";
  display: block;
  position: absolute;
  top: 30px;
  height: calc(100% - 60px);
  background-color: #2576c0;
  width: 100%;
  z-index: 2;
}
.newsletter-area:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #e5eef6;
  z-index: 1;
}
.newsletter-area .main-container {
  position: relative;
  z-index: 3;
}
.newsletter-area .main-container .content {
  overflow: hidden;
  -webkit-border-radius: 5px!important;
  -moz-border-radius: 5px!important;
  border-radius: 5px!important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: #fff;
  position: relative;
  padding: 15px;
  padding-bottom: 20px;
}
.newsletter-area .main-container .content:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #25c078;
  z-index: 3;
}
.newsletter-area .main-container .content:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  /* default is #165086 and #165086 */
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /* IE6-9 */
  /* default is #165086 and #165086 */
  background: #165086;
  /* Old browsers */
  background: -moz-linear-gradient(left, #165086 0%, #165086 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #165086 0%, #165086 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #165086 0%, #165086 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#165086', endColorstr='#165086', GradientType=1);
  /* IE6-9 */
  opacity: 0.9;
}
.newsletter-area .main-container .content .child {
  position: relative;
  z-index: 2;
  color: #fff;
}
.newsletter-area .main-container .content .child .ngc-maintitle,
.newsletter-area .main-container .content .child .ngc-title {
  color: #fff;
}
.newsletter-area .main-container .content .child .ngc-title {
  font-size: 16px;
}
@media (min-width: 414px) {
  .newsletter-area .main-container .content {
    padding: 20px 25px;
  }
}
@media (min-width: 768px) {
  .newsletter-area .main-container .content {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-wrap: wrap;
    align-items: center;
    padding: 30px;
  }
  .newsletter-area .main-container .content .child {
    width: 50%;
    padding: 0 15px;
  }
  .newsletter-area .main-container .content .child p {
    margin-bottom: 0;
  }
  .newsletter-area .main-container .content .child .ngc-title {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .newsletter-area .main-container .content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.newsletter-form {
  position: relative;
}
.newsletter-form .text-input {
  border: none;
  -webkit-border-radius: 5px!important;
  -moz-border-radius: 5px!important;
  border-radius: 5px!important;
  position: relative;
  z-index: 1;
  padding: 0 55px 0 15px;
  height: 40px;
  background-color: #fff;
  width: 100%;
}
.newsletter-form .submit-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
  z-index: 2;
  border: none;
  transition: all 150ms ease;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  background-color: #25c078;
  color: #fff;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.newsletter-form .submit-btn:hover {
  background-color: #2576c0;
}
.newsletter-form .submit-btn .fa {
  font-size: 18px;
  display: block;
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.newsletter-form .submit-btn .btn-text {
  display: none;
}
@media (min-width: 540px) {
  .newsletter-form .text-input {
    padding-right: 135px;
  }
  .newsletter-form .submit-btn {
    width: 120px;
    text-align: center;
  }
  .newsletter-form .submit-btn .fa,
  .newsletter-form .submit-btn .btn-text {
    display: inline-block;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    position: relative;
    left: auto;
    top: auto;
  }
  .newsletter-form .submit-btn .fa {
    font-size: 16px;
  }
  .newsletter-form .submit-btn .btn-text {
    font-size: 13px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    padding-left: 5px;
  }
}
@media (min-width: 1200px) {
  .newsletter-form .text-input {
    height: 50px;
    padding-left: 20px;
    padding-right: 180px;
  }
  .newsletter-form .submit-btn {
    width: 160px;
  }
  .newsletter-form .submit-btn .btn-text {
    font-size: 14px;
  }
}
#web-footer {
  background-color: #e5eef6;
}
#web-footer.product-padding {
  padding-bottom: 50px;
}
.footer-padding {
  padding: 15px 0;
}
@media (min-width: 768px) {
  .footer-padding {
    padding: 20px 0;
  }
}
@media (min-width: 1200px) {
  .footer-padding {
    padding: 30px 0;
  }
}
.footer-child {
  border-bottom: 1px solid #bfd5e9;
}
.footer-child .footer-subchild .ngc-title {
  letter-spacing: 0.0625em;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 14px;
  color: #2576c0;
}
@media (min-width: 768px) {
  .footer-child .footer-subchild .ngc-title {
    font-size: 16px;
  }
}
.copyright {
  padding: 10px;
  color: #b2b2b2;
  font-size: 12px;
}
@media (min-width: 1200px) {
  .copyright {
    padding: 15px 0;
    font-size: 14px;
  }
}
.footer-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.footer-nav li {
  margin: 0;
}
.footer-nav li a {
  color: #767676;
}
.footer-nav li a:hover {
  color: #2576c0;
}
.footer-nav.footer-cat {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
}
.footer-nav.footer-cat li {
  width: 50%;
}
@media (min-width: 414px) {
  .footer-nav.footer-cat li {
    width: 33.33%;
  }
}
@media (min-width: 1200px) {
  .footer-nav li {
    margin-bottom: 5px;
  }
}
.footer-image-list {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
}
.footer-image-list img {
  display: block;
  height: 30px;
  margin-right: 8px;
  margin-bottom: 8px;
}
@media (min-width: 1200px) {
  .footer-image-list img {
    height: 40px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1600px) {
  .footer-image-list img {
    height: 45px;
    margin-right: 15px;
    margin-bottom: 15px;
  }
}
.featured-brand {
  background-color: #fff;
  overflow: hidden;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
  justify-content: center;
}
.featured-brand .child {
  width: 25%;
  position: relative;
  border-bottom: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
  margin-bottom: -1px;
  margin-left: -1px;
}
.featured-brand .child:before {
  content: "";
  display: block;
  padding-top: 56.5%;
}
.featured-brand .child img {
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  max-width: 60%;
  max-height: 50%;
}
.featured-brand .child:nth-child(4n+1) {
  border-left: none;
}
@media (min-width: 768px) {
  .featured-brand .child {
    width: 20%;
  }
  .featured-brand .child:nth-child(4n+1) {
    border-left: 1px solid #ebebeb;
  }
  .featured-brand .child:nth-child(5n+1) {
    border-left: none;
  }
}
#product-floor-section {
  background-color: #edf7f3;
}
#product-floor-section .main-container {
  position: relative;
}
#product-floor-section .main-container .sidebar-floor {
  position: absolute;
  height: 100%;
  top: 54px;
  left: 100%;
  display: none;
}
#product-floor-section .main-container .sidebar-floor .floating-sidebar .content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#product-floor-section .main-container .sidebar-floor .floating-sidebar .content ul li {
  margin-bottom: 1px;
}
#product-floor-section .main-container .sidebar-floor .floating-sidebar .content ul li a {
  display: block;
  width: 75px;
  height: 75px;
  position: relative;
  background-color: #fff;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
}
#product-floor-section .main-container .sidebar-floor .floating-sidebar .content ul li a .floor-nav-text {
  display: block;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  z-index: 1;
  font-size: 12px;
  color: #fff;
  line-height: 30px;
  -webkit-border-radius: 7px!important;
  -moz-border-radius: 7px!important;
  border-radius: 7px!important;
  padding: 0 10px;
  background-color: #2576c0;
  transition: all 150ms ease;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  right: 50%;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
}
#product-floor-section .main-container .sidebar-floor .floating-sidebar .content ul li a .floor-nav-text:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-color: transparent transparent transparent #2576c0;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -5px;
}
#product-floor-section .main-container .sidebar-floor .floating-sidebar .content ul li a .floor-nav-icon {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
}
#product-floor-section .main-container .sidebar-floor .floating-sidebar .content ul li a .floor-nav-icon .icon-1,
#product-floor-section .main-container .sidebar-floor .floating-sidebar .content ul li a .floor-nav-icon .icon-2 {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
}
#product-floor-section .main-container .sidebar-floor .floating-sidebar .content ul li a .floor-nav-icon .icon-1 img,
#product-floor-section .main-container .sidebar-floor .floating-sidebar .content ul li a .floor-nav-icon .icon-2 img {
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  max-width: 38px;
  max-height: 38px;
}
#product-floor-section .main-container .sidebar-floor .floating-sidebar .content ul li a .floor-nav-icon .icon-1 {
  top: 0;
}
#product-floor-section .main-container .sidebar-floor .floating-sidebar .content ul li a .floor-nav-icon .icon-2 {
  top: 100%;
}
#product-floor-section .main-container .sidebar-floor .floating-sidebar .content ul li a:hover {
  background-color: #2576c0;
}
#product-floor-section .main-container .sidebar-floor .floating-sidebar .content ul li a:hover .floor-nav-text {
  opacity: 1;
  visibility: visible;
  right: calc(100% + 10px);
}
#product-floor-section .main-container .sidebar-floor .floating-sidebar .content ul li a:hover .floor-nav-icon .icon-1 {
  top: -100%;
}
#product-floor-section .main-container .sidebar-floor .floating-sidebar .content ul li a:hover .floor-nav-icon .icon-2 {
  top: 0;
}
#product-floor-section .main-container .sidebar-floor .floating-sidebar .content ul li.active a {
  background-color: #25c078;
}
#product-floor-section .main-container .sidebar-floor .floating-sidebar .content ul li.active a .floor-nav-text {
  background-color: #25c078;
}
#product-floor-section .main-container .sidebar-floor .floating-sidebar .content ul li.active a .floor-nav-text:after {
  border-color: transparent transparent transparent #25c078;
}
#product-floor-section .main-container .sidebar-floor .floating-sidebar .content ul li.active a .floor-nav-icon .icon-1 {
  top: -100%;
}
#product-floor-section .main-container .sidebar-floor .floating-sidebar .content ul li.active a .floor-nav-icon .icon-2 {
  top: 0;
}
#product-floor-section .product-floor {
  margin-bottom: 30px;
}
#product-floor-section .product-floor:last-child {
  margin-bottom: 0;
}
#product-floor-section .product-floor > .ngc-title {
  font-size: 1.3em;
  margin: 0;
}
#product-floor-section .product-floor > .ngc-title .content {
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  display: inline-block;
  background-color: #2576c0;
  color: #fff;
  padding: 0 15px;
  min-width: 200px;
}
#product-floor-section .product-floor > .ngc-title .content img,
#product-floor-section .product-floor > .ngc-title .content .text {
  display: inline-block;
  vertical-align: middle;
}
#product-floor-section .product-floor > .ngc-title .content img {
  height: 24px;
  margin: 0;
}
#product-floor-section .product-floor > .ngc-title .content .text {
  line-height: 36px;
  padding-left: 10px;
}
#product-floor-section .product-floor .pf-content {
  background-color: #fff;
  position: relative;
  border-bottom: 5px solid #2576c0;
}
#product-floor-section .product-floor .pf-content .inview-trigger {
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  opacity: 0;
  visibility: hidden;
}
#product-floor-section .product-floor .pf-content .content .carousels {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
}
#product-floor-section .product-floor .pf-content .content .carousels .slick-floor-ads {
  width: 140px;
  position: relative;
}
#product-floor-section .product-floor .pf-content .content .carousels .slick-floor-ads .slick-dots {
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 10px;
}
#product-floor-section .product-floor .pf-content .content .carousels .slick-floor-prod {
  width: calc(100% - 140px);
  position: relative;
  overflow: hidden;
}
#product-floor-section .product-floor .pf-content .content .carousels .slick-floor-prod .slick-carousel {
  width: calc(100% + 2px);
}
#product-floor-section .product-floor .pf-content .content .carousels .slick-floor-prod .slick-slider,
#product-floor-section .product-floor .pf-content .content .carousels .slick-floor-prod .slick-list,
#product-floor-section .product-floor .pf-content .content .carousels .slick-floor-prod .slick-track {
  height: 100%;
}
#product-floor-section .product-floor .pf-content .content .carousels .slick-floor-prod .child {
  width: 100%;
  height: 140px;
  border-right: 2px solid #f3f3f3;
  border-bottom: 2px solid #f3f3f3;
}
#product-floor-section .product-floor .pf-content .content .carousels .slick-floor-prod .child:before {
  content: "";
  display: block;
  padding-top: ;
}
#product-floor-section .product-floor .pf-content .content .brands {
  height: 40px;
  overflow: hidden;
}
#product-floor-section .product-floor .pf-content .content .brands .child {
  width: 20%;
  float: left;
  height: 100%;
  position: relative;
  border-left: 1px solid #f3f3f3;
  border-right: 1px solid #f3f3f3;
}
#product-floor-section .product-floor .pf-content .content .brands .child img {
  display: block;
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  max-width: 60%;
  max-height: 50%;
}
#product-floor-section .product-floor .pf-content .content .brands .child:first-child {
  border-left: none;
}
#product-floor-section .product-floor .pf-content .content .brands .child:last-child {
  border-right: none;
}
@media (min-width: 768px) {
  #product-floor-section .product-floor > .ngc-title {
    font-size: 1.4em;
  }
  #product-floor-section .product-floor > .ngc-title .content {
    padding: 0 20px;
    min-width: 300px;
  }
  #product-floor-section .product-floor > .ngc-title .content img {
    height: 30px;
    margin: 0;
  }
  #product-floor-section .product-floor > .ngc-title .content .text {
    line-height: 42px;
    padding-left: 10px;
  }
  #product-floor-section .product-floor .pf-content {
    border-width: 8px;
  }
  #product-floor-section .product-floor .pf-content .content .carousels .slick-floor-ads {
    width: 200px;
  }
  #product-floor-section .product-floor .pf-content .content .carousels .slick-floor-prod {
    width: calc(100% - 200px);
  }
  #product-floor-section .product-floor .pf-content .content .carousels .slick-floor-prod .child {
    height: 200px;
  }
  #product-floor-section .product-floor .pf-content .content .brands {
    height: 50px;
  }
}
@media (min-width: 1200px) {
  #product-floor-section .product-floor {
    margin-bottom: 50px;
  }
  #product-floor-section .product-floor > .ngc-title .content {
    padding: 0 30px;
  }
  #product-floor-section .product-floor > .ngc-title .content img {
    height: 36px;
    margin: 0;
  }
  #product-floor-section .product-floor > .ngc-title .content .text {
    line-height: 54px;
    padding-left: 15px;
  }
  #product-floor-section .product-floor .pf-content .content .carousels .slick-floor-ads {
    width: 300px;
  }
  #product-floor-section .product-floor .pf-content .content .carousels .slick-floor-prod {
    width: calc(100% - 300px);
  }
  #product-floor-section .product-floor .pf-content .content .carousels .slick-floor-prod .child {
    height: 255px;
  }
  #product-floor-section .product-floor .pf-content .content .brands {
    position: absolute;
    left: 300px;
    bottom: 0;
    height: 90px;
    width: calc(100% - 300px);
  }
  #product-floor-section .product-floor .pf-content .content .brands .child img {
    max-height: 40%;
  }
}
@media (min-width: 1400px) {
  #product-floor-section .main-container .sidebar-floor {
    display: block;
  }
}
@media (min-width: 768px) {
  .why-area .ngc-maintitle {
    padding-right: 10px;
  }
}
@media (min-width: 992px) {
  .why-area .ngc-maintitle {
    padding-right: 20px;
  }
}
.why-box {
  box-shadow: 0 10px 40px 0 rgba(216, 216, 216, 0.5);
  padding: 10px;
  background-color: #fff;
  position: relative;
}
.why-box .ngc-title {
  font-size: 1em;
  margin-bottom: .7rem;
  margin-top: .8rem;
}
.why-box .why-img {
  display: block;
  height: 30px;
}
.why-box .ngc-text-preview {
  margin-bottom: 0;
  font-size: .85em;
}
@media (min-width: 514px) {
  .why-box {
    padding: 15px;
  }
  .why-box .ngc-title {
    font-size: 1.167em;
    margin-bottom: .7rem;
    margin-top: 1.2rem;
  }
  .why-box .why-img {
    height: 40px;
  }
  .why-box .ngc-text-preview {
    font-size: 1em;
  }
}
@media (min-width: 768px) {
  .why-box .ngc-title {
    padding-bottom: 10px;
  }
}
@media (min-width: 1200px) {
  .why-box {
    padding: 20px 24px;
  }
  .why-box .ngc-text-preview {
    font-size: 16px;
  }
}
@media (min-width: 1600px) {
  .why-box .why-img {
    height: 50px;
  }
}
.product-box-wrap {
  padding-bottom: 8px;
}
.product-box {
  background-color: #fff;
  max-width: 280px;
  padding: 10px;
  margin: 0 auto;
  box-shadow: 0 1px 30px 0 rgba(233, 233, 233, 0.5);
}
.product-box .ngc-media {
  position: relative;
}
.product-box .ngc-media:before {
  content: "";
  display: block;
  padding-top: 83.33%;
}
.product-box .ngc-media img {
  display: block;
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  max-width: 90%;
  max-height: 85%;
  z-index: 1;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
}
.product-box .ngc-media a:hover img {
  opacity: .5;
}
.product-box .ngc-media .badge-disc {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  -webkit-border-radius: 5px!important;
  -moz-border-radius: 5px!important;
  border-radius: 5px!important;
  background-color: #ff3e3e;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 11px;
  min-width: 40px;
  line-height: 20px;
  padding: 0 5px;
  text-align: center;
}
.product-box .ngc-text {
  text-align: center;
}
.product-box .ngc-text .ngc-title {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.5em;
  height: 36px;
  color: #767676;
  overflow: hidden;
}
.product-box .ngc-text .ngc-title a {
  color: #767676;
}
.product-box .ngc-text .ngc-title a:hover {
  color: #2576c0;
}
.product-box .ngc-text .prod-price {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  height: 52px;
}
.product-box .ngc-text .prod-price .new-price {
  font-size: 12px;
  display: block;
  white-space: nowrap;
}
.product-box .ngc-text .prod-price .new-price span {
  display: block;
}
.product-box .ngc-text .prod-price .old-price {
  display: block;
  font-size: 11px;
  text-decoration: line-through;
  color: #b2b2b2;
}
.product-box .ngc-text .prod-price.no-height {
  height: auto;
}
.product-box .ngc-text .prod-rating .prod-raty {
  display: inline-block;
  vertical-align: middle;
  padding-top: 3px;
}
.product-box .ngc-text .prod-rating .prod-raty img {
  display: inline-block;
  height: 12px;
  margin: 0 2px;
}
.product-box .ngc-text .prod-rating .raty-review {
  display: block;
  vertical-align: middle;
  font-size: 11px;
  color: #b2b2b2;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}
@media (min-width: 768px) {
  .product-box {
    padding: 15px;
  }
  .product-box .ngc-media .badge-disc {
    font-size: 12px;
    min-width: 58px;
    line-height: 24px;
    padding: 0 10px;
  }
  .product-box .ngc-text .ngc-title {
    margin-top: 10px;
    font-size: 14px;
    height: 42px;
  }
  .product-box .ngc-text .prod-price {
    height: 40px;
  }
  .product-box .ngc-text .prod-price .new-price {
    font-size: 14px;
  }
  .product-box .ngc-text .prod-price .new-price span {
    display: inline;
  }
  .product-box .ngc-text .prod-price .old-price {
    font-size: 12px;
  }
  .product-box .ngc-text .prod-rating .raty-review {
    font-size: 12px;
    display: inline-block;
  }
}
.floor-product {
  max-width: 280px;
  padding: 10px;
  margin: 0 auto;
}
.floor-product .ngc-media {
  position: relative;
  height: 45px;
}
.floor-product .ngc-media img {
  display: block;
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  max-width: 90%;
  max-height: 85%;
  z-index: 1;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
}
.floor-product .ngc-media a:hover img {
  opacity: 0.5;
}
.floor-product .ngc-media .badge-disc {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  -webkit-border-radius: 5px!important;
  -moz-border-radius: 5px!important;
  border-radius: 5px!important;
  background-color: #ff3e3e;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 10px;
  min-width: 30px;
  line-height: 18px;
  padding: 0 5px;
  text-align: center;
}
.floor-product .ngc-text {
  text-align: center;
}
.floor-product .ngc-text .ngc-title {
  margin-top: 5px;
  margin-bottom: 2px;
  font-size: 11px;
  line-height: 1.3em;
  height: 30px;
  color: #767676;
  overflow: hidden;
}
.floor-product .ngc-text .ngc-title a {
  color: #767676;
}
.floor-product .ngc-text .ngc-title a:hover {
  color: #2576c0;
}
.floor-product .ngc-text .prod-price {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  height: 36px;
  line-height: 1em;
}
.floor-product .ngc-text .prod-price .new-price {
  font-size: 10px;
  display: block;
}
.floor-product .ngc-text .prod-price .new-price span {
  display: block;
}
.floor-product .ngc-text .prod-price .old-price {
  display: block;
  font-size: 8px;
  text-decoration: line-through;
  color: #b2b2b2;
}
@media (min-width: 768px) {
  .floor-product {
    padding: 15px;
  }
  .floor-product .ngc-media {
    height: 70px;
  }
  .floor-product .ngc-media .badge-disc {
    font-size: 12px;
    min-width: 44px;
    line-height: 18px;
    padding: 0 5px;
  }
  .floor-product .ngc-text .ngc-title {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1.5em;
    height: 36px;
  }
  .floor-product .ngc-text .prod-price {
    height: 40px;
    line-height: 1.2em;
  }
  .floor-product .ngc-text .prod-price .new-price {
    font-size: 12px;
  }
  .floor-product .ngc-text .prod-price .new-price span {
    display: inline;
  }
  .floor-product .ngc-text .prod-price .old-price {
    font-size: 10px;
  }
}
@media (min-width: 1200px) {
  .floor-product {
    padding: 15px 18px;
  }
  .floor-product .ngc-media {
    height: 120px;
  }
}
.product-section {
  padding: 20px 0;
  background-color: #fbfbfb;
}
.product-section h1.ngc-maintitle {
  border-bottom: 1px solid #ebebeb;
  line-height: 1.2em;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.product-section h1.ngc-maintitle small {
  color: #767676;
  font-size: .56em;
  line-height: 1em;
  white-space: nowrap;
}
.product-section h2.ngc-maintitle {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .product-section h1.ngc-maintitle {
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .product-section {
    padding: 30px 0;
  }
  .product-section h1.ngc-maintitle {
    margin-bottom: 24px;
  }
}
@media (min-width: 1600px) {
  .product-section {
    padding: 40px 0;
  }
}
.product-list-content .plc-left {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 120;
  opacity: 0;
  visibility: hidden;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
}
.product-list-content .plc-left:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.product-list-content .plc-left .plc-left-content {
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  left: -300px;
  position: relative;
  z-index: 2;
  width: 240px;
  height: 100%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  padding: 10px 15px;
  overflow-y: auto;
}
.product-list-content .plc-left .plc-left-content h2 {
  margin-top: 0;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 1.33em;
  padding-bottom: 10px;
  margin-bottom: 0;
}
.product-list-content .plc-left.opened {
  opacity: 1;
  visibility: visible;
}
.product-list-content .plc-left.opened:before {
  background-color: rgba(0, 0, 0, 0.8);
}
.product-list-content .plc-left.opened .plc-left-content {
  left: 0;
}
@media (min-width: 992px) {
  .product-list-content {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .product-list-content .plc-right {
    width: calc(100% - 270px);
  }
  .product-list-content .plc-right .cp-box {
    min-height: 100%;
  }
  .product-list-content .plc-left {
    width: 250px;
    position: relative;
    height: auto;
    z-index: 1;
    opacity: 1;
    visibility: visible;
  }
  .product-list-content .plc-left:before {
    display: none;
  }
  .product-list-content .plc-left .plc-left-content {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    padding: 0;
    width: 100%;
    left: 0!important;
    background: none;
  }
  .product-list-content .plc-left .plc-left-content h2 {
    padding-bottom: 0;
    height: 56px;
    border-bottom: none;
  }
  .product-list-content .plc-left .plc-left-content .content {
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 1px 30px 0 rgba(233, 233, 233, 0.5);
  }
  .product-list-content .ngc-no-content {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (min-width: 1200px) {
  .product-list-content .plc-left .plc-left-content .content {
    padding: 25px;
  }
  .product-list-content .ngc-no-content {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
.side-filter {
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: -1px;
}
.side-filter .ngc-title {
  font-size: 1.167em;
  margin: 0;
  padding: 8px 0;
  position: relative;
}
.side-filter .ngc-title.sf-toggle {
  cursor: pointer;
}
.side-filter .ngc-title.sf-toggle:after {
  content: "\f068";
  font-family: "fontAwesome";
  display: block;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 16px;
  right: 0;
}
.side-filter .ngc-title.sf-toggle.closed:after {
  content: "\f067";
}
.side-filter .filter-content {
  padding-bottom: 5px;
}
.side-filter .filter-content .form-group {
  margin-bottom: 7px;
}
.side-filter .filter-content .form-group label {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}
.side-filter .filter-content .form-group label span {
  color: #b2b2b2;
  font-size: .85em;
}
.side-filter .filter-content .form-group .input-wrap {
  padding: 0;
}
.side-filter .filter-content .prod-raty img {
  height: 20px;
  margin-right: 3px;
}
.side-filter .filter-color {
  padding-top: 5px;
}
.side-filter .filter-color .form-group {
  display: inline-block;
  margin-right: 12px;
  margin-bottom: 12px;
}
.side-filter .filter-color .form-group .input-wrap .colorcheck {
  display: none;
}
.side-filter .filter-color .form-group .input-wrap label {
  cursor: pointer;
  display: block;
  -webkit-border-radius: 50%!important;
  -moz-border-radius: 50%!important;
  border-radius: 50%!important;
  width: 22px;
  height: 22px;
  position: relative;
}
.side-filter .filter-color .form-group .input-wrap label .img-wrap {
  display: block;
  -webkit-border-radius: 50%!important;
  -moz-border-radius: 50%!important;
  border-radius: 50%!important;
  overflow: hidden;
  position: relative;
  z-index: 1;
  width: 22px;
  height: 22px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.side-filter .filter-color .form-group .input-wrap label img {
  display: block;
  width: 100%;
}
.side-filter .filter-color .form-group .input-wrap .colorcheck:checked + label:after {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
  border: 3px solid #25c078;
  -webkit-border-radius: 50%!important;
  -moz-border-radius: 50%!important;
  border-radius: 50%!important;
}
@media (min-width: 1200px) {
  .side-filter .ngc-title {
    padding: 10px 0;
  }
  .side-filter .filter-content {
    padding-bottom: 7px;
  }
  .side-filter .filter-content .form-group {
    margin-bottom: 10px;
  }
}
.mobile-filter-toggle,
.mobile-summary-toggle {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  display: block;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 100;
  padding: 5px 15px;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
}
.mobile-filter-toggle:before,
.mobile-summary-toggle:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: .5;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+5,0.65+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 5%, rgba(0, 0, 0, 0.65) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 5%, rgba(0, 0, 0, 0.65) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 5%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  /* IE6-9 */
}
.mobile-filter-toggle .content,
.mobile-summary-toggle .content {
  display: block;
  background-color: #25c078;
  color: #fff;
  padding: 0 15px;
  text-transform: uppercase;
  line-height: 40px;
  font-size: 12px;
  letter-spacing: 0.05em;
  -webkit-border-radius: 5px!important;
  -moz-border-radius: 5px!important;
  border-radius: 5px!important;
  text-align: center;
  transition: all 150ms ease;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  position: relative;
  z-index: 2;
}
.mobile-filter-toggle .content .fa,
.mobile-summary-toggle .content .fa {
  margin-right: 5px;
}
.mobile-filter-toggle .content.error,
.mobile-summary-toggle .content.error {
  background-color: #ff3e3e;
}
.mobile-filter-toggle.hide,
.mobile-summary-toggle.hide,
.mobile-filter-toggle.opened,
.mobile-summary-toggle.opened {
  bottom: -100px;
  opacity: 0;
}
.mobile-filter-toggle:hover,
.mobile-summary-toggle:hover {
  text-decoration: none;
}
.mobile-filter-toggle:hover .content,
.mobile-summary-toggle:hover .content {
  background-color: #2576c0;
}
@media (min-width: 768px) {
  .mobile-filter-toggle,
  .mobile-summary-toggle {
    padding: 10px 30px;
  }
  .mobile-filter-toggle .content,
  .mobile-summary-toggle .content {
    font-size: 14px;
    line-height: 50px;
  }
}
@media (min-width: 992px) {
  .mobile-filter-toggle,
  .mobile-summary-toggle {
    display: none;
  }
}
.product-list-meta {
  padding-bottom: 15px;
}
.product-list-meta .form-group {
  margin-bottom: 5px;
}
.product-list-meta .form-group label,
.product-list-meta .form-group .input-wrap {
  display: inline-block;
  vertical-align: middle;
}
.product-list-meta .form-group label {
  padding: 0;
  margin: 0;
  padding-right: 10px;
  font-size: 14px;
}
.product-list-meta .form-group .input-wrap .select-style select {
  height: 34px;
  font-size: 14px;
}
.product-list-meta.bottom {
  padding-top: 10px;
}
@media (min-width: 540px) {
  .product-list-meta .item-page {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .product-list-meta .item-page .ngc-pagination {
    min-width: 140px;
  }
}
@media (min-width: 768px) {
  .product-list-meta.top {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .product-list-meta .sort-item {
    margin-right: 20px;
  }
  .product-list-meta .item-page {
    justify-content: flex-end;
  }
  .product-list-meta .item-page .view-per-page {
    margin-right: 15px;
  }
}
.product-detail-top .pdt-left {
  position: relative;
}
.product-detail-top .pdt-left .pdt-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  -webkit-border-radius: 5px!important;
  -moz-border-radius: 5px!important;
  border-radius: 5px!important;
  background-color: #ff3e3e;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  min-width: 40px;
  line-height: 24px;
  padding: 0 10px;
  text-align: center;
}
.product-detail-top .pdt-right .prod-rating .prod-raty {
  display: inline-block;
  vertical-align: middle;
}
.product-detail-top .pdt-right .prod-rating .prod-raty img {
  height: 18px;
  margin-right: 5px;
}
.product-detail-top .pdt-right .prod-rating .raty-review {
  display: inline-block;
  vertical-align: middle;
  color: #b2b2b2;
  font-size: 14px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}
.product-detail-top .pdt-right .pdt-meta {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
  padding-top: 10px;
}
.product-detail-top .pdt-right .pdt-meta .child {
  display: inline-block;
  vertical-align: middle;
  line-height: 24px;
  margin-bottom: 10px;
  border-right: 1px solid #ebebeb;
  padding-right: 10px;
  margin-right: 10px;
}
.product-detail-top .pdt-right .pdt-meta .child:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}
.product-detail-top .pdt-right .pdt-meta .child span {
  display: inline-block;
  vertical-align: middle;
  padding-right: 5px;
}
.product-detail-top .pdt-right .pdt-meta .child .pdt-stock {
  border: 1px solid #25c078;
  color: #25c078;
  -webkit-border-radius: 5px!important;
  -moz-border-radius: 5px!important;
  border-radius: 5px!important;
  padding: 0 15px;
  line-height: 24px;
  font-size: 12px;
}
.product-detail-top .pdt-right .pdt-meta .child .pdt-stock.not-ready {
  border-color: #ff3e3e;
  color: #ff3e3e;
}
.product-detail-top .pdt-price {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  padding-top: 8px;
  padding-bottom: 10px;
}
.product-detail-top .pdt-price .new-price {
  display: inline-block;
  vertical-align: baseline;
  font-size: 1.78em;
  color: #25c078;
  padding-right: 5px;
}
.product-detail-top .pdt-price .old-price {
  display: inline-block;
  vertical-align: baseline;
  font-size: .89em;
  color: #b2b2b2;
  text-decoration: line-through;
}
@media (min-width: 1200px) {
  .product-detail-top .pdt-left .pdt-badge {
    top: 15px;
    right: 15px;
    min-width: 50px;
    line-height: 30px;
    padding: 0 15px;
  }
  .product-detail-top .pdt-right .ngc-maintitle {
    margin-bottom: 12px;
  }
  .product-detail-top .pdt-right .pdt-meta .child {
    line-height: 30px;
    margin-right: 15px;
    padding-right: 10px;
  }
  .product-detail-top .pdt-right .nuke-wysiwyg {
    font-size: 16px;
  }
}
@media (min-width: 1600px) {
  .product-detail-top .pdt-left .pdt-badge {
    top: 20px;
    right: 20px;
    min-width: 60px;
    line-height: 36px;
    padding: 0 20px;
  }
}
.pdtr-option {
  border-top: 1px solid #ebebeb;
  padding-top: 15px;
  padding-bottom: 5px;
}
.pdtr-option .form-group {
  display: inline-block;
  margin-right: 30px;
}
.pdtr-option .form-group > label,
.pdtr-option .form-group .input-wrap,
.pdtr-option .form-group .color-opts {
  display: inline-block;
  vertical-align: middle;
}
.pdtr-option .form-group > label {
  min-width: 70px;
  padding-right: 10px;
}
.pdtr-option .color-opts-wrap {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
  margin-right: 0;
}
.pdtr-option .color-opts-wrap label {
  width: 80px;
  display: block;
}
.pdtr-option .color-opts-wrap .color-opts {
  width: calc(100% - 80px);
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
}
.pdtr-option .color-opts-wrap .color-opts li {
  margin-right: 10px;
  margin-bottom: 5px;
  width: 24px;
  height: 24px;
  position: relative;
  -webkit-border-radius: 50%!important;
  -moz-border-radius: 50%!important;
  border-radius: 50%!important;
  display: block;
}
.pdtr-option .color-opts-wrap .color-opts li a {
  display: block;
  -webkit-border-radius: 50%!important;
  -moz-border-radius: 50%!important;
  border-radius: 50%!important;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pdtr-option .color-opts-wrap .color-opts li a img {
  display: block;
  width: 100%;
}
.pdtr-option .color-opts-wrap .color-opts li input {
  display: none;
}
.pdtr-option .color-opts-wrap .color-opts li label {
  display: block;
  -webkit-border-radius: 50%!important;
  -moz-border-radius: 50%!important;
  border-radius: 50%!important;
  width: 100%;
  height: 100%;
  cursor: pointer;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.pdtr-option .color-opts-wrap .color-opts li input:checked + label:after {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  -webkit-border-radius: 50%!important;
  -moz-border-radius: 50%!important;
  border-radius: 50%!important;
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 3;
  border: 3px solid #25c078;
}
.pdtr-option .color-opts-wrap .color-opts li.active:after {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  -webkit-border-radius: 50%!important;
  -moz-border-radius: 50%!important;
  border-radius: 50%!important;
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
  border: 3px solid #25c078;
}
.pdtr-option .btn-area .btn {
  font-size: 12px;
  cursor: pointer;
  min-width: 210px;
  padding-left: 20px;
  padding-right: 20px;
}
.pdtr-option .btn-area .btn .fa {
  font-size: 13px;
  margin-right: 10px;
}
@media (min-width: 768px) {
  .pdtr-option .btn-area .btn {
    font-size: 14px;
    min-width: 230px;
  }
  .pdtr-option .btn-area .btn .fa {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .pdtr-option {
    padding-top: 22px;
  }
  .pdtr-option .color-opts-wrap .color-opts li {
    margin-right: 15px;
  }
}
.slider-for-product {
  box-shadow: 0 1px 30px 0 rgba(233, 233, 233, 0.5);
  display: none;
}
.slider-for-product.slick-initialized {
  display: block;
}
.slider-for-product .item .ngc-media {
  position: relative;
  height: 300px;
  background-color: #fff;
}
.slider-for-product .item .ngc-media img {
  display: block;
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  max-width: 100%;
  max-height: 100%;
}
@media (min-width: 540px) {
  .slider-for-product .item .ngc-media {
    height: 350px;
  }
}
@media (min-width: 992px) {
  .slider-for-product .item .ngc-media {
    height: 400px;
  }
}
@media (min-width: 1200px) {
  .slider-for-product .item .ngc-media {
    height: 500px;
  }
}
.slider-product-nav-wrap {
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
}
.slider-product-nav-wrap .slider-product-nav {
  margin-left: -5px;
  margin-right: -5px;
  display: none;
}
.slider-product-nav-wrap .slider-product-nav.slick-initialized {
  display: block;
}
.slider-product-nav-wrap .slider-product-nav .slick-track {
  margin-left: auto;
  margin-right: auto;
}
.slider-product-nav-wrap .slider-product-nav .slick-arrow {
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 44px;
  width: 30px;
  cursor: pointer;
  text-indent: -9999em;
  border: none;
  background-color: transparent;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
}
.slider-product-nav-wrap .slider-product-nav .slick-arrow:before {
  display: block;
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  font-family: 'FontAwesome';
  font-size: 36px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-indent: 0;
  color: #cacaca;
}
.slider-product-nav-wrap .slider-product-nav .slick-arrow.slick-prev {
  left: -35px;
}
.slider-product-nav-wrap .slider-product-nav .slick-arrow.slick-prev:before {
  content: "\f104";
}
.slider-product-nav-wrap .slider-product-nav .slick-arrow.slick-next {
  right: -35px;
}
.slider-product-nav-wrap .slider-product-nav .slick-arrow.slick-next:before {
  content: "\f105";
}
.slider-product-nav-wrap .slider-product-nav .slick-arrow:hover {
  color: #fff;
}
.slider-product-nav-wrap .slider-product-nav .slick-arrow:hover:before {
  color: #fff;
}
.slider-product-nav-wrap .slider-product-nav .item {
  padding-left: 5px;
  padding-right: 5px;
}
.slider-product-nav-wrap .slider-product-nav .item .ngc-media {
  border: 2px solid #ebebeb;
  position: relative;
  cursor: pointer;
}
.slider-product-nav-wrap .slider-product-nav .item .ngc-media:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.slider-product-nav-wrap .slider-product-nav .item .ngc-media img {
  display: block;
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  max-width: 80%;
  max-height: 80%;
}
.slider-product-nav-wrap .slider-product-nav .item:hover .ngc-media {
  border-color: #25c078;
}
.slider-product-nav-wrap .slider-product-nav .item.slick-current .ngc-media {
  border-color: #25c078;
}
@media (min-width: 414px) {
  .slider-product-nav-wrap .slider-product-nav {
    margin-left: -10px;
    margin-right: -10px;
  }
  .slider-product-nav-wrap .slider-product-nav .slick-arrow.slick-prev {
    left: -50px;
  }
  .slider-product-nav-wrap .slider-product-nav .slick-arrow.slick-next {
    right: -50px;
  }
  .slider-product-nav-wrap .slider-product-nav .item {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (min-width: 992px) {
  .slider-product-nav-wrap {
    margin-top: 20px;
  }
  .slider-product-nav-wrap .slider-product-nav .slick-arrow:before {
    font-size: 48px;
  }
  .slider-product-nav-wrap .slider-product-nav .slick-arrow.slick-prev {
    left: -60px;
  }
  .slider-product-nav-wrap .slider-product-nav .slick-arrow.slick-next {
    right: -60px;
  }
}
@media (min-width: 1200px) {
  .slider-product-nav-wrap {
    margin-top: 30px;
  }
  .slider-product-nav-wrap .slider-product-nav {
    margin-left: -15px;
    margin-right: -15px;
  }
  .slider-product-nav-wrap .slider-product-nav .slick-arrow.slick-prev {
    left: -65px;
  }
  .slider-product-nav-wrap .slider-product-nav .slick-arrow.slick-next {
    right: -65px;
  }
  .slider-product-nav-wrap .slider-product-nav .item {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.popup-general {
  padding: 24px;
}
.popup-general .btn {
  font-size: 14px;
}
@media (min-width: 414px) {
  .popup-general {
    padding: 30px;
  }
}
@media (min-width: 540px) {
  .popup-general {
    padding: 40px 50px;
  }
}
@media (min-width: 768px) {
  .popup-general {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (min-width: 1200px) {
  .popup-general {
    padding-left: 70px;
    padding-right: 70px;
  }
  .popup-general .btn {
    font-size: 16px;
  }
}
@media (min-width: 1600px) {
  .popup-general .btn {
    font-size: 18px;
  }
}
.login-meta {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  padding-bottom: 15px;
}
.login-meta a {
  text-decoration: underline;
  color: #767676;
}
.login-meta a:hover {
  color: #2576c0;
}
@media (min-width: 768px) {
  .login-meta {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (min-width: 1200px) {
  .login-meta {
    font-size: 16px;
  }
}
.or-separator {
  position: relative;
  text-align: center;
}
.or-separator:before {
  content: "";
  display: block;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 1px;
  width: 100%;
  background-color: #ebebeb;
}
.or-separator span {
  min-width: 40px;
  line-height: 31px;
  display: inline-block;
  background-color: #fff;
  position: relative;
  z-index: 2;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .or-separator span {
    line-height: 41px;
    font-size: 16px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1200px) {
  .or-separator span {
    line-height: 51px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.login-split {
  border-bottom: 1px solid #bfd5e9;
  padding: 20px 0;
}
.login-split .split-1 {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
}
@media (min-width: 768px) {
  .login-split {
    padding: 30px 0;
  }
  .login-split .split-1 {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
    padding-left: 20px;
    border-left: 1px solid #ebebeb;
  }
  .login-split .split-2 {
    padding-right: 20px;
  }
}
@media (min-width: 1200px) {
  .login-split {
    padding: 40px 0;
  }
  .login-split .split-1 {
    padding-left: 35px;
  }
  .login-split .split-2 {
    padding-right: 35px;
  }
}
.register-page {
  padding: 20px 0;
  border-bottom: 1px solid #ebebeb;
}
@media (min-width: 768px) {
  .register-page {
    padding: 30px 0;
  }
}
@media (min-width: 1200px) {
  .register-page {
    padding: 40px 0;
  }
}
.register-form {
  padding-top: 10px;
}
@media (min-width: 1200px) {
  .register-form {
    padding-top: 20px;
  }
}
#clean-layout {
  padding-top: 30px;
}
#clean-layout .main-logo img {
  display: block;
  margin: 0 auto;
  max-width: 100px;
  max-height: 40px;
}
@media (min-width: 768px) {
  #clean-layout {
    padding-top: 40px;
  }
  #clean-layout .main-logo img {
    max-width: 150px;
    max-height: 60px;
  }
}
@media (min-width: 1200px) {
  #clean-layout {
    padding-top: 50px;
  }
}
.g-recaptcha {
  display: inline-block;
}
@media screen and (max-height: 575px) {
  #rc-imageselect,
  .g-recaptcha {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}
@media (min-width: 1200px) {
  .sbanner-slick .slick-dots {
    bottom: 20px;
  }
}
.breadcrumbs-section .main-container .breadcrumbs {
  margin: 0;
  padding: 0;
  overflow-y: hidden;
  overflow-x: auto;
  list-style: none;
}
.breadcrumbs-section .main-container .breadcrumbs li {
  float: left;
  line-height: 40px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 12px;
  margin: 0;
  margin-right: 7px;
  padding-right: 14px;
  position: relative;
}
.breadcrumbs-section .main-container .breadcrumbs li:after {
  content: '\f105';
  font-family: "fontAwesome";
  display: block;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  font-size: 12px;
}
.breadcrumbs-section .main-container .breadcrumbs li a {
  color: #767676;
}
.breadcrumbs-section .main-container .breadcrumbs li .current {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  color: #25c078;
}
.breadcrumbs-section .main-container .breadcrumbs li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.breadcrumbs-section .main-container .breadcrumbs li:last-child:after {
  display: none;
}
@media (min-width: 768px) {
  .breadcrumbs-section .main-container .breadcrumbs li {
    font-size: 14px;
    margin-right: 12px;
    padding-right: 19px;
  }
}
@media (min-width: 1200px) {
  .breadcrumbs-section .main-container .breadcrumbs li {
    font-size: 16px;
  }
}
/* JQUERY SLIDER */
.flat-slider-wrap {
  padding: 0 8px;
}
.flat-slider.ui-corner-all,
.flat-slider .ui-corner-all {
  border-radius: 0;
}
.flat-slider.ui-slider {
  border: 0;
  background: #e0ddda;
  border-radius: 3px;
  position: relative;
}
.flat-slider.ui-slider-horizontal {
  height: 2px;
}
.flat-slider.ui-slider-vertical {
  height: 15em;
  width: 6px;
}
.flat-slider .ui-slider-handle {
  width: 16px;
  height: 16px;
  background: #25c078;
  border-radius: 50%;
  border: 3px solid #2576c0;
  position: absolute;
  cursor: pointer;
}
.flat-slider.ui-slider-horizontal .ui-slider-handle {
  top: 50%;
  margin-top: -8px;
  margin-left: -8px;
}
.flat-slider.ui-slider-vertical .ui-slider-handle {
  left: 50%;
  margin-left: -2px;
}
.flat-slider .ui-slider-range {
  border: 0;
  border-radius: 7;
  background: #25c078;
  position: absolute;
}
.flat-slider.ui-slider-horizontal .ui-slider-range {
  top: -1px;
  height: 4px;
}
.flat-slider.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 6px;
}
/* FILTER PRICE SLIDER */
#flat-slider {
  margin-bottom: 20px;
}
.filter-price-form {
  padding-top: 10px;
}
.filter-price-form label {
  display: block;
  font-size: 14px;
  margin-top: 10px;
  padding-bottom: 5px;
}
.filter-price-form input {
  width: 100%;
  border: none;
  padding: 0 10px;
  height: 30px;
  border: 1px solid #ebebeb;
}
.price-range-inputs label {
  margin-top: 0;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}
.price-range-inputs input {
  -webkit-border-radius: 5px!important;
  -moz-border-radius: 5px!important;
  border-radius: 5px!important;
  font-size: 13px;
}
.price-currency-note {
  font-size: 14px;
  display: block;
  padding-bottom: 10px;
}
.prod-review-list-wrap {
  background-color: #fff;
  padding: 20px;
  box-shadow: 0 10px 40px 0 rgba(233, 233, 233, 0.5);
}
.prod-review-list-wrap .child {
  margin-bottom: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ebebeb;
}
.prod-review-list-wrap .child:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.prod-review-list-wrap .child .review-header .ngc-title {
  margin-top: 0;
  font-size: 1.167em;
  margin-bottom: 5px;
}
.prod-review-list-wrap .child .review-header .prod-rating .prod-raty {
  display: inline-block;
  vertical-align: middle;
}
.prod-review-list-wrap .child .review-header .prod-rating .prod-raty img {
  height: 14px;
  margin-right: 4px;
}
.prod-review-list-wrap .child .review-header .prod-rating .raty-review {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  color: #b2b2b2;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}
.prod-review-list-wrap .child .review-content {
  font-size: 12px;
}
.prod-review-list-wrap .child .review-content p {
  margin-top: 0;
  margin-bottom: .4rem;
}
.prod-review-list-wrap .child .review-footer .rf-child {
  display: inline-block;
  vertical-align: middle;
  color: #25c078;
  font-size: 11px;
  margin-right: 10px;
}
.prod-review-list-wrap .child .review-footer .rf-child .fa {
  margin-right: 3px;
  font-size: 12px;
}
@media (min-width: 768px) {
  .prod-review-list-wrap {
    padding: 30px 50px;
  }
  .prod-review-list-wrap .child {
    padding-bottom: 17px;
    margin-bottom: 20px;
  }
  .prod-review-list-wrap .child .review-header {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .prod-review-list-wrap .child .review-content {
    font-size: 14px;
  }
  .prod-review-list-wrap .child .review-footer .rf-child {
    font-size: 13px;
    margin-right: 15px;
  }
  .prod-review-list-wrap .child .review-footer .rf-child .fa {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .prod-review-list-wrap {
    padding: 40px 70px;
  }
  .prod-review-list-wrap .child {
    padding-bottom: 21px;
    margin-bottom: 23px;
  }
  .prod-review-list-wrap .child .review-header {
    margin-bottom: 8px;
  }
  .prod-review-list-wrap .child .review-header .ngc-title {
    font-size: 21px;
  }
  .prod-review-list-wrap .child .review-header .prod-rating .prod-raty img {
    height: 20px;
    margin-right: 5px;
  }
  .prod-review-list-wrap .child .review-header .prod-rating .raty-review {
    font-size: 14px;
  }
  .prod-review-list-wrap .child .review-content {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .prod-review-list-wrap .child .review-footer .rf-child {
    font-size: 14px;
    margin-right: 20px;
  }
}
.no-content-box {
  background-color: #fff;
  padding: 10px;
  margin: 0 auto;
  box-shadow: 0 1px 30px 0 rgba(233, 233, 233, 0.5);
}
.ngc-no-content {
  padding: 15px 10px;
}
.ngc-no-content .fa {
  font-size: 30px;
  margin-bottom: 5px;
}
.ngc-no-content .ngc-title {
  margin-top: 0;
  color: #25c078;
}
.ngc-no-content p {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .ngc-no-content {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .ngc-no-content {
    padding: 50px;
  }
}
.checkout-steps {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  margin-bottom: 60px;
}
.checkout-steps .step .media-wrap {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
}
.checkout-steps .step .media-wrap:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  background-color: #ebebeb;
  z-index: 1;
}
.checkout-steps .step .ngc-media {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%!important;
  -moz-border-radius: 50%!important;
  border-radius: 50%!important;
  position: relative;
  z-index: 2;
  overflow: hidden;
  background-color: #B2B2B2;
}
.checkout-steps .step .ngc-media .fa {
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  color: #fff;
  font-size: 18px;
}
.checkout-steps .step .ngc-title {
  display: none;
  font-size: 18px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}
.checkout-steps .step.first .media-wrap:before {
  width: 50%;
  left: 50%;
}
.checkout-steps .step.last .media-wrap:before {
  width: 50%;
}
.checkout-steps .step.current .ngc-media {
  background-color: #25c078;
}
.checkout-steps .step.current .ngc-title {
  display: block;
  color: #25c078;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 100%;
  white-space: nowrap;
  margin: 0;
  padding-top: 10px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}
.checkout-steps .step.past .ngc-media {
  background-color: #2576c0;
}
.checkout-steps .step.past .ngc-title {
  color: #2576c0;
}
.checkout-steps .step.failed .ngc-media {
  background-color: #ff3e3e;
}
.checkout-steps .step.failed .ngc-title {
  color: #ff3e3e;
}
@media (min-width: 540px) {
  .checkout-steps .step .media-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .checkout-steps .step {
    position: relative;
  }
  .checkout-steps .step .media-wrap {
    padding-left: 75px;
    padding-right: 75px;
  }
  .checkout-steps .step .ngc-title {
    display: block;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 100%;
    white-space: nowrap;
    margin: 0;
    padding-top: 10px;
    line-height: 1em;
  }
}
@media (min-width: 1200px) {
  .checkout-steps {
    margin-bottom: 70px;
  }
  .checkout-steps .step .ngc-media {
    width: 50px;
    height: 50px;
  }
  .checkout-steps .step .ngc-media .fa {
    font-size: 20px;
  }
  .checkout-steps .step .ngc-title {
    font-size: 21px;
  }
}
.cp-box {
  width: 100%;
  background-color: #fff;
  padding: 15px;
  box-shadow: 0 1px 30px 0 rgba(233, 233, 233, 0.5);
}
.cp-box .cart-summary {
  padding-top: 15px;
}
.cp-box .cart-summary .cart-point {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  color: #2576c0;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.cp-box .cart-summary .grand {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  color: #25c078;
}
.cp-box .cart-summary p {
  margin-top: 5px;
}
@media (min-width: 540px) {
  .cp-box {
    padding: 20px;
  }
}
@media (min-width: 992px) {
  .cp-box {
    position: relative;
  }
  .cp-box .cart-summary {
    position: absolute;
    width: 100%;
    right: 0;
    bottom: 0;
    padding: 20px;
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .cp-box {
    padding: 25px 30px;
  }
  .cp-box .cart-summary {
    padding: 20px 30px;
  }
}
@media (min-width: 1600px) {
  .cp-box .cart-summary .cart-point {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
}
.summary-box .ngc-title {
  font-size: 1em;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
}
.summary-box .child {
  border-top: 1px solid #ebebeb;
  padding: 10px 0;
}
.summary-box .price-summary {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 5px 0;
}
.summary-box .price-summary strong {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}
.summary-box .summary-image-list {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
}
.summary-box .summary-image-list img {
  display: block;
  height: 30px;
  margin-right: 8px;
  margin-bottom: 8px;
}
.summary-box .checkout-button {
  padding-bottom: 10px;
}
.summary-box .checkout-button .btn {
  padding-left: 15px;
  padding-right: 15px;
}
.summary-box .checkout-button .btn .fa {
  font-size: 16px;
  margin-right: 5px;
}
@media (min-width: 540px) {
  .summary-box .checkout-button {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .summary-box .checkout-button .btn {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  .summary-box .checkout-button .btn {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .summary-box .child {
    padding: 15px 0;
    font-size: 16px;
  }
  .summary-box .checkout-button .btn {
    font-size: 16px;
  }
}
.voucher-form {
  position: relative;
}
.voucher-form .input-text {
  position: relative;
  z-index: 1;
  font-size: 12px;
  border: 1px solid #ebebeb;
  padding: 0 80px 0 15px;
  height: 40px;
  width: 100%;
  -webkit-border-radius: 5px!important;
  -moz-border-radius: 5px!important;
  border-radius: 5px!important;
}
.voucher-form .submit-btn {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 70px;
  height: 40px;
  background-color: #25c078;
  border: none;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 12px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.voucher-form .submit-btn:hover {
  background-color: #2576c0;
}
@media (min-width: 540px) {
  .voucher-form .input-text {
    font-size: 14px;
    padding-right: 120px;
  }
  .voucher-form .submit-btn {
    width: 100px;
    font-size: 14px;
  }
}
.remove-voucher {
  color: #fff;
  background-color: #ff3e3e;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  margin-top: 10px;
  font-size: 12px;
  display: inline-block;
  padding: 3px 5px;
  line-height: 1.2em;
  -webkit-border-radius: 5px!important;
  -moz-border-radius: 5px!important;
  border-radius: 5px!important;
}
.remove-voucher:hover {
  background-color: #2576c0;
  text-decoration: none;
  color: #fff;
}
.cart-table .pdt-stock {
  border: 1px solid #25c078;
  color: #25c078;
  -webkit-border-radius: 5px!important;
  -moz-border-radius: 5px!important;
  border-radius: 5px!important;
  padding: 0 10px;
  line-height: 24px;
  font-size: 11px;
  display: inline-block;
}
.cart-table .pdt-stock.not-ready {
  border-color: #ff3e3e;
  color: #ff3e3e;
}
.cart-table .ctr {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
  border-bottom: 1px solid #ebebeb;
}
.cart-table .ct-head .ctr .cth {
  font-size: 1em;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  color: #2576c0;
  line-height: 1.3em;
  padding-bottom: 10px;
}
.cart-table .ct-body .ctr {
  padding: 5px 0;
}
.cart-table .ct-body .ctr .ctd {
  font-size: 14px;
  padding: 5px 0;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}
.cart-table .ct-body .ctr .ctd .hidden-title {
  font-size: 12px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  color: #2576c0;
  line-height: 1.3em;
  padding-bottom: 5px;
  display: block;
}
.cart-table .ct-body .ctr .ctd .input-number-wrap {
  display: inline-block;
}
.cart-table .ct-body .ctr .ctd .input-number-wrap .input-text {
  width: 100%;
  -webkit-border-radius: 5px!important;
  -moz-border-radius: 5px!important;
  border-radius: 5px!important;
  border: 1px solid #ebebeb;
  padding: 0 20px 0 10px;
  font-size: 14px;
  height: 30px;
}
.cart-table .ct-body .ctr .ctd .input-number-wrap .input-text.error {
  border-color: #ff3e3e;
  color: #ff3e3e;
}
.cart-table .ct-body .ctr .ctd .input-number-wrap span.error {
  position: absolute;
  top: 100%;
  left: 0;
  text-align: left;
  white-space: nowrap;
  font-size: 12px;
}
@media (min-width: 768px) {
  .cart-table .ct-body .ctr {
    padding: 10px 0;
  }
}
@media (min-width: 992px) {
  .cart-table {
    padding-bottom: 80px;
  }
  .cart-table.has-poin {
    padding-bottom: 110px;
  }
  .cart-table .ct-body .ctr {
    padding: 15px 0;
  }
}
@media (min-width: 1200px) {
  .cart-table .ct-body .ctr .ctd {
    font-size: 16px;
  }
}
@media (min-width: 1600px) {
  .cart-table.has-poin {
    padding-bottom: 130px;
  }
}
.cart-item {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
}
.cart-item .ngc-media {
  width: 50px;
  height: 50px;
  position: relative;
  overflow: hidden;
}
.cart-item .ngc-media img {
  display: block;
  max-height: 100%;
  max-width: 100%;
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.cart-item .ngc-text {
  width: calc(100% - 50px);
  padding-left: 10px;
}
.cart-item .ngc-text .item-title span.error {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}
.cart-item .ngc-text .item-meta {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
}
.cart-item .ngc-text .item-meta .child {
  line-height: 1.2em;
  padding: 0;
  padding-right: 15px;
  border: none;
  min-width: 75px;
  margin-top: 5px;
  font-size: 14px;
}
.cart-item .ngc-text .item-meta .child .meta-title {
  display: block;
  font-size: 12px;
}
.cart-item .ngc-text .item-meta .child .color-wrapper {
  -webkit-border-radius: 50%!important;
  -moz-border-radius: 50%!important;
  border-radius: 50%!important;
  overflow: hidden;
  width: 16px;
  height: 16px;
  display: block;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cart-item .ngc-text .item-meta .child .color-wrapper img {
  display: block;
  width: 100%;
  height: 100%;
}
@media (min-width: 1200px) {
  .cart-item .ngc-media {
    width: 74px;
    height: 74px;
  }
  .cart-item .ngc-text {
    width: calc(100% - 74px);
    padding-left: 15px;
  }
  .cart-item .ngc-text .item-meta .child {
    width: auto;
    min-width: 75px;
    padding-right: 10px;
  }
}
.back-to-shop {
  text-align: center;
}
.back-to-shop a {
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  padding: 10px 0;
  text-decoration: underline;
}
.back-to-shop a .fa {
  font-size: 16px;
  margin-right: 5px;
}
@media (min-width: 1200px) {
  .back-to-shop a .fa {
    font-size: 18px;
  }
}
@media (min-width: 1600px) {
  .back-to-shop a .fa {
    font-size: 21px;
    margin-right: 10px;
  }
}
.checkout-page .checkout-sidebar {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 120;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  overflow-y: auto;
  padding: 15px;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  opacity: 0;
  visibility: hidden;
}
.checkout-page .checkout-sidebar.opened {
  opacity: 1;
  visibility: visible;
}
.checkout-page .checkout-sidebar .content {
  max-width: 300px;
  margin: 0 auto;
}
.checkout-page .checkout-sidebar .content .cp-box {
  margin-bottom: 15px;
}
.checkout-page .checkout-sidebar .content .cp-box.error {
  border: 2px solid #ff3e3e;
}
.checkout-page .checkout-sidebar .content .cp-box:last-child {
  margin-bottom: 0;
}
.checkout-page .checkout-sidebar .content .close-mobile-summary {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  margin-bottom: 15px;
  -webkit-border-radius: 50%!important;
  -moz-border-radius: 50%!important;
  border-radius: 50%!important;
  border: 2px solid #fff;
  color: #fff;
  transition: all 150ms ease;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  position: relative;
}
.checkout-page .checkout-sidebar .content .close-mobile-summary span {
  font-size: 20px;
  height: 24px;
  width: 24px;
  line-height: 24px;
  text-align: center;
  display: block;
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.checkout-page .checkout-sidebar .content .close-mobile-summary:hover {
  background-color: #fff;
  color: #2576c0;
}
@media (min-width: 992px) {
  .checkout-page {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .checkout-page .checkout-main {
    width: calc(100% - 315px);
  }
  .checkout-page .checkout-sidebar {
    padding: 0;
    width: 300px;
    position: relative;
    z-index: 1;
    background: none;
    overflow: visible;
    opacity: 1;
    visibility: visible;
  }
  .checkout-page .checkout-sidebar.opened {
    opacity: 1;
    visibility: visible;
  }
  .checkout-page .checkout-sidebar .content .close-mobile-summary {
    display: none;
  }
}
@media (min-width: 1200px) {
  .checkout-page .checkout-main {
    width: calc(100% - 400px);
  }
  .checkout-page .checkout-sidebar .content {
    width: 380px;
    max-width: 380px;
  }
  .checkout-page .checkout-sidebar .content .cp-box {
    margin-bottom: 20px;
  }
}
.checkout-confirmation {
  padding: 30px 0 20px;
  text-align: center;
}
.checkout-confirmation .form-group {
  display: inline-block;
}
.checkout-confirmation .form-group label {
  text-align: left;
}
.checkout-confirmation .checkout-btn {
  margin: 0 auto;
  display: block;
  cursor: pointer;
  font-size: 14px;
}
.checkout-confirmation .checkout-btn .fa {
  margin-right: 5px;
  font-size: 16px;
}
@media (min-width: 768px) {
  .checkout-confirmation {
    padding: 50px 0 30px;
  }
  .checkout-confirmation .checkout-btn {
    font-size: 16px;
    min-width: 235px;
  }
  .checkout-confirmation .checkout-btn .fa {
    font-size: 18px;
  }
}
.courier-child input {
  display: none;
}
.courier-child label {
  display: block;
  position: relative;
  cursor: pointer;
  padding: 10px 10px 10px 35px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  background-image: url(../images/cradio1.png);
  background-size: 15px 15px;
  background-position: 12px 12px;
  background-repeat: no-repeat;
}
.courier-child label:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ebebeb;
  z-index: 5;
}
.courier-child label .courier-image {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
  align-items: center;
}
.courier-child label .courier-image .media {
  display: block;
  position: relative;
  width: 80px;
  height: 45px;
  margin-right: 5px;
}
.courier-child label .courier-image .media img {
  display: block;
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  max-height: 100%;
  max-width: 100%;
}
.courier-child label .courier-image .info {
  display: block;
  font-size: 10px;
  color: #b2b2b2;
  line-height: 1.5em;
}
.courier-child label .courier-fee {
  font-size: 14px;
  color: #25c078;
}
.courier-child input:checked + label {
  background-image: url(../images/cradio2.png);
}
.courier-child input:checked + label:after {
  border: 2px solid #25c078;
}
.filter-child {
  margin-bottom: -1px;
}
.filter-child .fc-toggle {
  border: 1px solid #ebebeb;
  font-size: 1em;
  color: #2576c0;
  padding: 10px 15px;
  padding-right: 40px;
  margin-bottom: -1px;
  display: block;
  position: relative;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}
.filter-child .fc-toggle:after {
  content: "\f107";
  font-family: "fontAwesome";
  display: block;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: 40px;
  height: 30px;
  line-height: 30px;
  text-align: Center;
  color: #2576c0;
}
.filter-child .fc-toggle:hover {
  text-decoration: none;
  color: #25c078;
}
.filter-child .fc-toggle.opened:after {
  content: "\f106";
}
.filter-child .fc-content {
  border: 1px solid #ebebeb;
  padding: 10px 15px;
  display: none;
}
.filter-child .fc-content .nuke-wysiwyg {
  margin: 0;
  margin-top: -10px;
}
.filter-child .fc-content .radiocheck-wrap {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  margin-right: 0;
}
.filter-child .fc-content .radiocheck-wrap label strong {
  color: #25c078;
}
.filter-child .fc-content .payment-image {
  display: block;
  height: 32px;
  margin-bottom: 5px;
}
.filter-child .address-label {
  display: block;
  color: #2576c0;
  padding-bottom: 5px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 5px;
}
.filter-child.colored {
  margin-bottom: 10px;
}
.filter-child.colored .fc-toggle {
  padding-top: 7px;
  padding-bottom: 7px;
  border-color: #2576c0;
  background-color: #2576c0;
  color: #fff;
}
.filter-child.colored .fc-toggle:after {
  color: #fff;
}
.filter-child.colored .fc-toggle:hover,
.filter-child.colored .fc-toggle.opened {
  background-color: #25c078;
  border-color: #25c078;
}
@media (min-width: 1200px) {
  .filter-child .fc-toggle {
    padding: 15px 20px;
  }
  .filter-child .fc-content {
    padding: 15px 20px;
  }
  .filter-child.colored {
    margin-bottom: 15px;
  }
  .filter-child.colored .fc-toggle {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
@media (min-width: 1600px) {
  .filter-child .fc-toggle {
    padding: 15px 25px;
    font-size: 18px;
  }
  .filter-child .fc-content {
    padding: 15px 25px;
  }
}
@media (min-width: 768px) {
  .pick-from-address {
    overflow: hidden;
  }
  .pick-from-address .radiocheck-wrap {
    width: 50%;
    float: left;
  }
}
.hidden-new-address {
  padding-top: 10px;
  display: none;
}
.hidden-new-address .form-group {
  width: 100%;
}
.hidden-new-address .form-group > label {
  font-size: 14px;
}
.hidden-new-address .form-group input[type=text],
.hidden-new-address .form-group input[type=email],
.hidden-new-address .form-group input[type=password],
.hidden-new-address .form-group input[type=number] {
  height: 36px;
}
.hidden-new-address .form-group .select-style select {
  height: 34px;
}
.hidden-new-address .form-group .has-icon .fa {
  height: 36px;
  line-height: 36px;
}
@media (min-width: 1200px) {
  .hidden-new-address .form-group > label {
    font-size: 16px;
  }
  .hidden-new-address .form-group input[type=text],
  .hidden-new-address .form-group input[type=email],
  .hidden-new-address .form-group input[type=password],
  .hidden-new-address .form-group input[type=number] {
    height: 44px;
  }
  .hidden-new-address .form-group .select-style select {
    height: 42px;
  }
  .hidden-new-address .form-group .has-icon .fa {
    height: 44px;
    line-height: 44px;
  }
}
.order-complete .ngc-maintitle {
  color: #25c078;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 10px;
}
.order-complete .ngc-maintitle span {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: .75em;
  color: #2576c0;
  line-height: 1.2em;
  display: block;
  margin-top: 10px;
}
.order-complete .ngc-maintitle.failed {
  color: #ff3e3e;
}
.order-complete .oc-footer {
  border-top: 1px solid #ebebeb;
}
.order-complete .oc-footer .btn {
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  max-width: 320px;
  margin: 0;
}
.order-complete .oc-footer .btn .fa {
  font-size: 16px;
  margin-right: 5px;
}
@media (min-width: 768px) {
  .order-complete .cp-box {
    padding: 20px 30px;
  }
  .order-complete .ngc-maintitle {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .order-complete .oc-footer {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 15px;
  }
  .order-complete .oc-footer .btn {
    font-size: 16px;
  }
  .order-complete .oc-footer .btn .fa {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .order-complete .cp-box {
    padding: 30px 35px;
  }
  .order-complete .ngc-maintitle {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
  .order-complete .oc-footer {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 25px;
  }
  .order-complete .oc-footer .btn {
    font-size: 16px;
  }
  .order-complete .oc-footer .btn .fa {
    font-size: 18px;
  }
}
.page-404 {
  padding: 30px 0;
  border-bottom: 1px solid #bfd5e9;
  text-align: Center;
}
.page-404 img {
  display: block;
  max-width: 480px;
  width: 70%;
  margin: 0 auto;
  margin-bottom: 20px;
}
.page-404 p {
  font-size: 1.167em;
}
.page-404 .btn {
  margin: 0;
  margin-top: 10px;
}
.page-404 .btn .fa {
  font-size: 16px;
  margin-right: 5px;
}
@media (min-width: 540px) {
  .page-404 img {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .page-404 {
    padding: 50px 0;
  }
}
@media (min-width: 1200px) {
  .page-404 img {
    margin-bottom: 30px;
  }
  .page-404 .ngc-maintitle {
    font-size: 32px;
  }
  .page-404 p {
    font-size: 21px;
  }
}
.account-main-content .ngc-maintitle {
  font-size: 1.33em;
  line-height: 1.2em;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}
.account-main-content h2.ngc-maintitle {
  font-size: 1.14em;
}
.account-main-content .submit-btn {
  font-size: 14px;
}
.account-main-content .submit-btn .fa {
  font-size: 16px;
  margin-right: 5px;
}
@media (min-width: 1200px) {
  .account-main-content .submit-btn {
    font-size: 16px;
  }
  .account-main-content .submit-btn .fa {
    font-size: 18px;
  }
}
.side-account .ngc-maintitle {
  font-size: 1.33em;
  line-height: 1.2em;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ebebeb;
}
@media (min-width: 992px) {
  .side-account .ngc-maintitle {
    padding-bottom: 10px!important;
    height: auto!important;
  }
}
.account-nav {
  list-style: none;
  margin: 0;
  padding: 10px 0 0;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}
.account-nav li {
  margin: 8px 0;
}
.account-nav li a {
  color: #767676;
}
.account-nav li a:hover {
  color: #2576c0;
}
.account-nav li.active a {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  color: #25c078;
}
@media (min-width: 768px) {
  .account-nav {
    font-size: 16px;
  }
  .account-nav li {
    margin: 10px 0;
  }
}
.address-child {
  border: 1px solid #ebebeb;
  width: 100%;
  margin-top: 10px;
  -webkit-border-radius: 5px!important;
  -moz-border-radius: 5px!important;
  border-radius: 5px!important;
}
.address-child .ngc-title {
  border-bottom: 1px solid #ebebeb;
  padding: 8px 15px;
  font-size: 1.3em;
  margin: 0;
}
.address-child .content {
  padding: 10px 15px;
}
.address-child .content p {
  margin: 0;
}
.address-child .content p strong {
  color: #25c078;
  display: block;
  padding-bottom: 3px;
}
.address-child .content .btn-area {
  padding-top: 10px;
}
.address-child .content .btn-area .btn {
  font-size: 12px;
  min-width: 80px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 1200px) {
  .address-child .ngc-title {
    padding: 10px 24px;
  }
  .address-child .content {
    padding: 15px 24px;
  }
  .address-child .content p {
    font-size: 16px;
  }
  .address-child .content p strong {
    font-size: 18px;
  }
  .address-child .content .btn-area .btn {
    font-size: 14px;
    min-width: 120px;
    padding: 10px 12px;
  }
}
.filter-order .search-order-form {
  position: relative;
  margin-bottom: 10px;
}
.filter-order .search-order-form .input-text {
  height: 36px;
  border: 1px solid #ebebeb;
  -webkit-border-radius: 5px!important;
  -moz-border-radius: 5px!important;
  border-radius: 5px!important;
  padding-left: 10px;
  padding-right: 50px;
  width: 100%;
}
.filter-order .search-order-form .submit-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 36px;
  border: none;
  background: none;
}
.filter-order .search-order-form .submit-btn .fa {
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  color: #25c078;
}
.filter-order .filter-order-form {
  padding-bottom: 10px;
}
.filter-order .filter-order-form .form-group input.datepicker {
  height: 36px;
  padding-left: 10px;
  padding-right: 30px;
  font-size: 13px;
}
.filter-order .filter-order-form .fa {
  right: 10px;
  height: 36px;
  width: 36px;
  line-height: 36px;
  font-size: 14px;
}
.filter-order .filter-order-form .submit-btn {
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .filter-order {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-wrap: wrap;
    margin-bottom: 5px;
  }
  .filter-order .search-order-form {
    width: 200px;
  }
  .filter-order .filter-order-form {
    width: calc(100% - 200px);
    padding-left: 20px;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-wrap: wrap;
  }
  .filter-order .filter-order-form .form-group {
    width: calc(100% - 120px);
    padding-right: 10px;
    margin-bottom: 0;
  }
  .filter-order .filter-order-form .form-group input.datepicker {
    font-size: 14px;
  }
  .filter-order .filter-order-form .submit-btn {
    width: 120px;
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1200px) {
  .filter-order {
    justify-content: space-between;
  }
  .filter-order .search-order-form .input-text {
    font-size: 14px;
    height: 40px;
    padding-left: 15px;
  }
  .filter-order .search-order-form .submit-btn {
    height: 40px;
  }
  .filter-order .filter-order-form {
    width: 500px;
  }
  .filter-order .filter-order-form .form-group input.datepicker {
    height: 40px;
    padding-left: 15px;
  }
  .filter-order .filter-order-form .fa {
    right: 15px;
    height: 40px;
    width: 40px;
    line-height: 40px;
  }
  .filter-order .filter-order-form .submit-btn {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.order-detail-button {
  display: inline-block;
  line-height: 20px;
  padding: 0 10px;
  border: 1px solid #2576c0;
  color: #2576c0;
  font-size: 11px;
  -webkit-border-radius: 5px!important;
  -moz-border-radius: 5px!important;
  border-radius: 5px!important;
  margin-top: 8px;
}
.order-detail-button .fa {
  padding-right: 3px;
}
.order-detail-button:hover {
  background-color: #2576c0;
  color: #fff;
  text-decoration: none;
}
.cart-table.order-table {
  padding-bottom: 0;
}
.cart-table.order-table .ctr {
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid #ebebeb;
}
.cart-table.order-table .ct-head .ctr {
  margin-bottom: -1px;
  background-color: #2576c0;
  color: #fff;
  border-color: #2576c0;
}
.cart-table.order-table .ct-head .ctr .cth {
  color: #fff;
  padding-top: 10px;
}
.cart-table.order-table .ct-body .ctr {
  margin-bottom: 15px;
}
.cart-table.order-table .ct-body .ctr .ctd {
  font-size: 14px;
  position: relative;
}
.cart-table.order-table .ct-body .ctr .ctd .order-detail-link {
  font-size: 12px;
  text-decoration: underline;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}
.cart-table.order-table .ct-body .ctr .ctd .order-date {
  font-size: 12px;
  line-height: 1.3em;
  display: inline-block;
}
.cart-table.order-table .ct-body .ctr .ctd .order-date span {
  display: inline-block;
}
.cart-table.order-table .ct-body .ctr .ctd .order-item {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
}
.cart-table.order-table .ct-body .ctr .ctd .order-item .ngc-media {
  width: 40px;
  height: 40px;
  position: relative;
  margin-right: 4px;
}
.cart-table.order-table .ct-body .ctr .ctd .order-item .ngc-media img {
  display: block;
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  max-width: 100%;
  max-height: 100%;
}
.cart-table.order-table .ct-body .ctr .ctd .order-grand-total {
  font-size: 15px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  color: #25c078;
  padding-bottom: 10px;
  padding-top: 8px;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}
.cart-table.order-table .ct-body .ctr .ctd .order-grand-total > span {
  display: inline-block;
  line-height: 20px;
  margin-right: 15px;
}
@media (min-width: 540px) {
  .cart-table.order-table .ctr {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart-table.order-table .ct-body .ctr {
    margin-bottom: -1px;
  }
  .cart-table.order-table .ct-body .ctr .ctd .order-date span {
    display: block;
  }
}
@media (min-width: 768px) {
  .cart-table.order-table .ct-body .ctr .ctd .order-grand-total {
    border: none;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  .cart-table.order-table .ct-body .ctr .ctd .order-grand-total > span {
    display: block;
  }
}
@media (min-width: 992px) {
  .cart-table.order-table .ct-body .ctr {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1200px) {
  .cart-table.order-table .ct-head .ctr .cth {
    font-size: 14px;
  }
  .cart-table.order-table .ct-body .ctr .ctd .order-date {
    font-size: 13px;
  }
}
.order-note > span {
  display: block;
  font-size: 12px;
  line-height: 1.3em;
}
.order-note .fa {
  margin-right: 5px;
}
.order-detail-top {
  -webkit-border-radius: 5px!important;
  -moz-border-radius: 5px!important;
  border-radius: 5px!important;
  border: 1px solid #ebebeb;
  padding: 15px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}
.order-detail-top .title {
  display: block;
}
@media (min-width: 768px) {
  .order-detail-top {
    font-size: 16px;
    line-height: 1.3em;
  }
  .order-detail-top .title {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
@media (min-width: 1200px) {
  .order-detail-top {
    padding: 20px 25px;
  }
}
.order-detail-table .odtr {
  padding: 5px 15px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
}
.order-detail-table .odt-header .odtr {
  background-color: #2576c0;
  color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.order-detail-table .odt-header .odtr .odth {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  padding: 5px 0;
  font-size: 14px;
}
.order-detail-table .odt-body .odtr {
  margin-bottom: -1px;
  border: 1px solid #ebebeb;
}
.order-detail-table .odt-body .odtr .odtd {
  padding: 5px 0;
}
.order-detail-table .odt-body .odtr .odtd .odt-item {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
}
.order-detail-table .odt-body .odtr .odtd .odt-item .ngc-media {
  width: 45px;
  height: 45px;
  position: relative;
}
.order-detail-table .odt-body .odtr .odtd .odt-item .ngc-media img {
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  max-width: 100%;
  max-height: 100%;
}
.order-detail-table .odt-body .odtr .odtd .odt-item .ngc-text {
  width: calc(100% - 45px);
  padding-left: 10px;
}
.order-detail-table .odt-body .odtr .odtd .odt-item .ngc-text .ngc-price {
  color: #25c078;
  font-size: 12px;
  display: block;
}
.order-detail-table .odt-body .odtr .odtd .hidden-title {
  display: block;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  color: #2576c0;
}
.order-detail-table .odt-body .odtr .odtd .order-note {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}
.order-detail-table .odt-body .odtr.last {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.order-detail-table .odt-body .price-footer {
  width: 100%;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 3px 0;
}
.order-detail-table .odt-body .price-footer span {
  display: block;
}
.order-detail-table .odt-body .price-footer span:last-child {
  text-align: right;
}
.order-detail-table .odt-body .price-footer strong {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  color: #25c078;
}
.order-detail-table .odt-body .price-footer small {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  display: block;
  font-size: 12px;
}
.order-detail-table .odt-body .price-footer small.old-price {
  text-decoration: line-through;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}
@media (min-width: 768px) {
  .order-detail-table .odt-header .odtr .odth {
    padding: 10px 0;
  }
  .order-detail-table .odt-body .odtr .odtd {
    font-size: 16px;
    padding: 10px 0;
  }
  .order-detail-table .odt-body .odtr .odtd .odt-item .ngc-text .ngc-price {
    font-size: 14px;
    margin-top: 5px;
  }
  .order-detail-table .odt-body .odtr .price-footer {
    font-size: 16px;
    padding: 5px 0;
  }
  .order-detail-table .odt-body .odtr .price-footer small {
    display: inline-block;
    font-size: 14px;
    padding: 0 5px;
  }
  .order-detail-table.smaller .odt-body .odtr .odtd {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .order-detail-table .odtr {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.your-rating img {
  display: inline-block;
  height: 25px;
  margin-right: 8px;
}
.rounded-box {
  border: 1px solid #ebebeb;
  -webkit-border-radius: 5px!important;
  -moz-border-radius: 5px!important;
  border-radius: 5px!important;
  width: 100%;
  padding: 15px;
}
@media (min-width: 768px) {
  .rounded-box {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .rounded-box {
    padding: 20px 24px;
  }
}
.reviewed-product {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
}
.reviewed-product .ngc-media {
  width: 40px;
  height: 40px;
  position: relative;
}
.reviewed-product .ngc-media img {
  display: block;
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  max-width: 100%;
  max-height: 100%;
}
.reviewed-product .ngc-text {
  width: calc(100% - 40px);
  padding-left: 15px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}
.reviewed-product .ngc-text .prod-title {
  margin-bottom: 5px;
}
.reviewed-product .ngc-text .prod-title a {
  color: #767676;
}
.reviewed-product .ngc-text .prod-title a:hover {
  color: #2576c0;
}
.reviewed-product .ngc-text .prod-price {
  color: #25c078;
  margin-bottom: 5px;
}
.reviewed-product .ngc-text .prod-rating .prod-raty,
.reviewed-product .ngc-text .prod-rating span {
  display: inline-block;
}
.reviewed-product .ngc-text .prod-rating .prod-raty img {
  height: 10px;
  margin-right: 5px;
}
.reviewed-product .ngc-text .prod-rating span {
  color: #b2b2b2;
  font-size: 12px;
}
@media (min-width: 768px) {
  .reviewed-product .ngc-media {
    width: 60px;
    height: 60px;
  }
  .reviewed-product .ngc-text {
    width: calc(100% - 60px);
    padding-left: 20px;
  }
}
@media (min-width: 1200px) {
  .reviewed-product .ngc-media {
    width: 90px;
    height: 90px;
  }
  .reviewed-product .ngc-text {
    width: calc(100% - 90px);
    font-size: 16px;
  }
}
.dropzone-intro {
  border: 1px solid #ebebeb;
  padding: 15px;
  text-align: center;
  color: #b2b2b2;
  cursor: pointer;
  -webkit-border-radius: 5px!important;
  -moz-border-radius: 5px!important;
  border-radius: 5px!important;
}
.dropzone-intro h2 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 16px;
}
.dropzone-intro h2 .fa {
  padding-right: 5px;
}
.dropzone-intro p {
  margin: 0;
}
.dropzone-intro:hover {
  background: #eee;
  color: #767676;
  border-color: #2576c0;
}
#pta-preview-template {
  display: none;
}
.pta-preview-child {
  position: relative;
  overflow: hidden;
  border: 1px solid #ebebeb;
  padding: 15px;
  -webkit-border-radius: 5px!important;
  -moz-border-radius: 5px!important;
  border-radius: 5px!important;
}
.pta-preview-child img {
  float: left;
  width: 60px;
  display: block;
}
.pta-preview-child .pta-preview-content {
  margin-left: 75px;
  padding-right: 10px;
}
.pta-preview-child .pta-preview-content p {
  margin-top: 0;
  margin-bottom: 3px;
  line-height: 1.2em;
  font-size: 12px;
}
.pta-preview-child .pta-preview-content p.pta-preview-name {
  word-break: break-all;
}
.pta-preview-child .pta-preview-content .pta-remove {
  text-decoration: underline;
  font-family: 'Mucho_Bold', sans-serif;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}
.pta-preview-child .pta-preview-content .error {
  display: block;
  color: #ff3e3e;
  font-size: 12px;
  line-height: 1.2em;
}
.xdsoft_datetimepicker {
  z-index: 99995;
}
.ngc-tabs,
.link-tabs {
  position: relative;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}
.ngc-tabs a,
.link-tabs a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #fff;
  padding: 10px 15px;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
}
.ngc-tabs a:hover,
.link-tabs a:hover {
  text-decoration: none;
}
.ngc-tabs a.active,
.link-tabs a.active {
  position: relative;
  z-index: 10;
  background-color: #2576c0;
  color: #fff;
}
.ngc-tabs a.active:hover,
.link-tabs a.active:hover {
  background-color: #25c078;
}
.ngc-tabs a.active:after,
.link-tabs a.active:after {
  content: "\f107";
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: 30px;
  color: #fff;
  text-align: center;
  font-family: "fontAwesome";
}
.ngc-tabs.clicked a,
.link-tabs.clicked a {
  position: relative;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .ngc-tabs,
  .link-tabs {
    text-align: center;
    font-size: 0;
  }
  .ngc-tabs a,
  .link-tabs a {
    display: inline-block;
    position: relative;
    font-size: 14px;
  }
  .ngc-tabs a.active:after,
  .link-tabs a.active:after {
    display: none;
  }
  .ngc-tabs.clicked a,
  .link-tabs.clicked a {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .ngc-tabs a,
  .link-tabs a {
    font-size: 16px;
    padding: 12px 20px;
  }
}
.link-tabs {
  text-align: center;
  font-size: 0;
}
.link-tabs a {
  display: inline-block;
  position: relative;
  font-size: 14px;
}
.link-tabs a.active:after {
  display: none;
}
@media (min-width: 1200px) {
  .link-tabs a {
    font-size: 16px;
    padding: 12px 25px;
  }
}
.ngc-tab-containers .ngc-tab-container {
  display: none;
}
.ngc-tab-containers .ngc-tab-container.active {
  display: block;
}
.feat-prod-tabs .ngc-tabs {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .feat-prod-tabs .ngc-tabs {
    margin-bottom: 15px;
  }
}
@media (min-width: 1200px) {
  .feat-prod-tabs .ngc-tabs {
    margin-bottom: 25px;
  }
}
.ngc-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.ngc-video-container iframe,
.ngc-video-container object,
.ngc-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.link-compare {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  display: inline-block;
  padding: 5px 0;
  border: none;
  cursor: pointer;
  background: none;
  color: #2576c0;
  font-size: 12px;
}
.link-compare:hover {
  color: #25c078;
}
.link-compare .fa {
  margin-right: 5px;
}
@media (min-width: 768px) {
  .link-compare {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .link-compare {
    padding: 8px 0;
    font-size: 18px;
  }
  .link-compare .fa {
    margin-right: 8px;
  }
}
.compare-product .heading {
  position: relative;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 20px;
}
.compare-product .heading .ngc-maintitle {
  border: none;
  margin: 0;
  padding: 0;
}
.compare-product .heading p {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}
.compare-product .heading p strong {
  color: #2576c0;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}
.compare-product .compare-sidebar {
  background: #FBFBFB;
  padding: 15px;
  margin-bottom: 10px;
}
.compare-product .compare-sidebar .ngc-title {
  font-size: 1.167em;
  margin: 0;
  margin-bottom: 10px;
}
.compare-product .compare-sidebar .btn {
  width: 100%;
  font-size: 14px;
  padding-left: 10px;
  padding-right: 10px;
}
.compare-product .compare-sidebar .btn .fa {
  padding-right: 10px;
}
.compare-product .compare-sidebar .btn:disabled {
  background-color: #b1b3b5 !important;
  border-color: #b1b3b5 !important;
}
@media (min-width: 768px) {
  .compare-product .heading {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  .compare-product .content {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .compare-product .content .compare-sidebar {
    width: 230px;
    margin-bottom: 0;
    margin-top: 10px;
  }
  .compare-product .content .compare-sidebar .btn {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .compare-product .content .compare-content {
    width: calc(100% - 250px);
  }
  .compare-product .compare-sidebar .form-group .select-style:after {
    width: 40px;
  }
}
@media (min-width: 1200px) {
  .compare-product .heading {
    margin-bottom: 20px;
  }
  .compare-product .compare-sidebar {
    padding: 20px 24px;
  }
  .compare-product .compare-sidebar .btn {
    font-size: 16px;
  }
  .compare-product .content .compare-sidebar {
    width: 270px;
  }
  .compare-product .content .compare-content {
    width: calc(100% - 300px);
  }
  .compare-product .content .form-group .select-style select {
    height: 40px;
    font-size: 14px;
  }
}
.compare-slider {
  margin: 0 -10px;
}
.compare-slider .item {
  padding: 10px;
  min-height: 400px;
}
.compare-slider .slick-track {
  display: flex;
}
.compare-slider .slick-track .slick-slide {
  display: flex;
  height: auto;
}
.add-more-compare {
  border: 2px dashed #ebebeb;
  width: 100%;
  position: relative;
}
.add-more-compare p {
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
  padding: 50px 15px;
  margin: 0;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 18px;
  width: 100%;
  color: #b2b2b2;
}
.compare-child {
  width: 100%;
  background-color: #fff;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  position: relative;
}
.compare-child .btn-remove-item {
  -webkit-border-radius: 50%!important;
  -moz-border-radius: 50%!important;
  border-radius: 50%!important;
  background-color: #ff3e3e;
  color: #fff;
  width: 30px;
  height: 30px;
  position: absolute;
  z-index: 2;
  top: 5px;
  right: 5px;
}
.compare-child .btn-remove-item .fa {
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  font-size: 16px;
}
.compare-child .ngc-media {
  position: relative;
  z-index: 1;
  height: 120px;
  border-bottom: 1px solid #ebebeb;
}
.compare-child .ngc-media img {
  display: block;
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  max-height: 96%;
  max-width: 90%;
}
.compare-child .ngc-content {
  padding: 12px 15px;
}
.compare-child .ngc-content .ngc-title {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 1.167em;
  margin-bottom: 12px;
}
.compare-child .ngc-content .prod-spec {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  margin-bottom: 10px;
}
.compare-child .ngc-content .prod-spec .prod-label {
  display: block;
  font-size: 14px;
  margin-bottom: 3px;
}
.compare-child .ngc-content .prod-spec .prod-text {
  display: block;
  color: #25c078;
}
.compare-child .ngc-content .prod-color {
  display: block;
  width: 24px;
  height: 24px;
  -webkit-border-radius: 50%!important;
  -moz-border-radius: 50%!important;
  border-radius: 50%!important;
}
.compare-child .ngc-content .prod-rating .prod-raty {
  display: inline-block;
  vertical-align: middle;
}
.compare-child .ngc-content .prod-rating .prod-raty img {
  display: inline-block;
  height: 18px;
  margin: 0 2px;
}
.compare-child .ngc-content .prod-rating .raty-review {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  line-height: 18px;
  color: #b2b2b2;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}
.compare-child .pdt-stock {
  border: 1px solid #25c078;
  color: #25c078;
  -webkit-border-radius: 5px!important;
  -moz-border-radius: 5px!important;
  border-radius: 5px!important;
  padding: 0 10px;
  line-height: 24px;
  font-size: 12px;
  display: inline-block;
}
.compare-child .pdt-stock.not-ready {
  border-color: #ff3e3e;
  color: #ff3e3e;
}
.compare-child .btn {
  width: 100%;
  margin-top: 10px;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
}
@media (min-width: 768px) {
  .compare-child .ngc-media {
    height: 150px;
  }
  .compare-child .btn {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
@media (min-width: 1200px) {
  .compare-child .btn-remove-item {
    width: 40px;
    height: 40px;
  }
  .compare-child .btn-remove-item .fa {
    font-size: 18px;
  }
  .compare-child .ngc-media {
    height: 200px;
  }
  .compare-child .ngc-content {
    padding: 20px;
  }
  .compare-child .ngc-content .ngc-title {
    margin-bottom: 20px;
  }
  .compare-child .ngc-content .prod-spec {
    margin-bottom: 15px;
  }
  .compare-child .ngc-content .prod-spec .prod-label {
    font-size: 16px;
  }
  .compare-child .ngc-content .prod-rating .raty-review {
    font-size: 14px;
  }
  .compare-child .pdt-stock {
    padding: 0 12px;
    line-height: 26px;
  }
  .compare-child .btn {
    font-size: 16px;
  }
}
.fixed-compare-button {
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  position: fixed;
  z-index: 100;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  text-align: center;
}
.fixed-compare-button a {
  display: block;
  padding: 10px 10px 5px;
  background-color: #25c078;
  color: #fff;
  transition: all 150ms ease;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.fixed-compare-button a:hover {
  background-color: #2576c0;
  text-decoration: none;
}
.fixed-compare-button .fcb-number {
  font-size: 26px;
  display: inline-block;
  vertical-align: middle;
  padding-right: 5px;
}
.fixed-compare-button img {
  width: 24px;
  display: inline-block;
  vertical-align: middle;
}
.fixed-compare-button .fcb-text {
  display: block;
  font-size: 12px;
}
.news-list {
  margin-top: 30px!important;
}
@media (min-width: 1200px) {
  .news-list {
    margin-top: 40px!important;
  }
}
.news-child {
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 40px 0 rgba(233, 233, 233, 0.5);
  -moz-box-shadow: 0 10px 40px 0 rgba(233, 233, 233, 0.5);
  box-shadow: 0 10px 40px 0 rgba(233, 233, 233, 0.5);
}
.news-child .ngc-media {
  position: relative;
  overflow: hidden;
}
.news-child .ngc-media:before {
  content: "";
  display: block;
  padding-top: 81%;
}
.news-child .ngc-media img {
  display: block;
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  height: 100%;
  width: auto;
  max-width: inherit;
  transition: all 150ms ease;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -o-transition: all 150ms ease;
}
.news-child .ngc-media a:hover img {
  top: 45%;
}
.news-child .ngc-text {
  padding: 15px;
}
.news-child .ngc-text .news-title {
  display: block;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  margin-bottom: 8px;
}
.news-child .ngc-text .news-title a {
  color: #25c078;
}
.news-child .ngc-text .news-title a:hover {
  color: #2576c0;
}
.news-child .ngc-text .news-date {
  display: block;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #b2b2b2;
  line-height: 21px;
}
.news-child .ngc-text .news-date .fa {
  margin-right: 5px;
}
@media (min-width: 992px) {
  .news-child {
    max-width: 390px;
  }
}
.news-detail .ngc-media {
  margin-bottom: 10px;
}
.news-detail .ngc-meta .child {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  font-size: 12px;
}
.news-detail .ngc-meta .child .fa {
  margin-right: 8px;
}
.news-detail .fb_iframe_widget span {
  vertical-align: top!important;
}
@media (min-width: 768px) {
  .news-detail .ngc-media {
    margin-bottom: 20px;
  }
  .news-detail .ngc-meta {
    margin-bottom: 20px;
  }
  .news-detail .ngc-meta .child {
    margin-right: 15px;
  }
}
@media (min-width: 1200px) {
  .news-detail .ngc-meta .child {
    font-size: 14px;
  }
}
.other-news-section .item .news-child {
  box-shadow: none;
}
.other-news-section .slick-track {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.other-news-section .slick-track .slick-slide {
  display: flex;
  height: auto;
}
.side-information .ngc-title {
  font-size: 1.167em;
  margin-top: 0;
}
@media (min-width: 1200px) {
  .side-information .ngc-title {
    margin-bottom: 1rem;
  }
}
.side-info-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.side-info-list li {
  position: relative;
  padding-left: 30px;
  line-height: 1.5em;
}
.side-info-list li .fa {
  position: absolute;
  top: 3px;
  left: 0;
  width: 24px;
  text-align: center;
  display: block;
  color: #25c078;
}
.side-info-list li a {
  color: #767676;
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.side-info-list li a:hover {
  color: #2576c0;
}
@media (min-width: 1200px) {
  .side-info-list li {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .side-info-list li .fa {
    font-size: 16px;
  }
}
.contact-map {
  position: relative;
  height: 200px;
}
.contact-map #map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 540px) {
  .contact-map {
    height: 250px;
  }
}
@media (min-width: 768px) {
  .contact-map {
    height: 350px;
  }
}
@media (min-width: 1200px) {
  .contact-map {
    height: 410px;
  }
}
.infowindow h1 {
  margin-top: 0;
  font-size: 16px;
}
.infowindow ul li {
  font-size: 12px;
}
@media (min-width: 1200px) {
  .infowindow h1 {
    font-size: 18px;
  }
  .infowindow ul li {
    font-size: 14px;
  }
}
.iti-flag {
  background-image: url("../js/intl-tel-input/img/flags.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .iti-flag {
    background-image: url("../js/intl-tel-input/img/flags@2x.png");
  }
}
.intl-tel-input {
  width: 100%;
}
.store-main {
  margin-bottom: 20px;
}
.store-main .ngc-maintitle {
  font-size: 1.167em;
}
.store-main .store-hq .fa {
  font-size: 18px;
  color: #25c078;
}
.store-main .store-hq a {
  color: #767676;
}
.store-main .store-hq a:hover {
  color: #2576c0;
}
@media (min-width: 1200px) {
  .store-main {
    margin-bottom: 40px;
  }
  .store-main .store-hq {
    font-size: 16px;
  }
}
.store-tabs {
  margin-top: 20px;
}
.store-tabs .ngc-tabs {
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .store-tabs {
    margin-top: 40px;
  }
  .store-tabs .ngc-tabs {
    margin-bottom: 30px;
  }
}
.branch-child {
  background-color: #fff;
  width: 100%;
  -webkit-box-shadow: 0 10px 40px 0 rgba(233, 233, 233, 0.5);
  -moz-box-shadow: 0 10px 40px 0 rgba(233, 233, 233, 0.5);
  box-shadow: 0 10px 40px 0 rgba(233, 233, 233, 0.5);
  padding: 15px;
}
.branch-child .ngc-title {
  margin-top: 0;
  font-size: 1em;
}
@media (min-width: 1200px) {
  .branch-child {
    padding: 20px 25px;
  }
  .branch-child .ngc-title {
    margin-bottom: 1rem;
    font-size: 18px;
  }
}
.about-page .ngc-media {
  margin-bottom: 20px;
}
.about-page .ngc-media img {
  display: block;
  width: 100%;
}
@media (min-width: 1200px) {
  .about-page .ngc-media {
    margin-bottom: 40px;
  }
}
.ads-banner.has-text .ngc-text {
  color: #767676;
}
.ads-banner.has-text .ngc-text .ads-info:first-child {
  color: #25c078;
}
.ads-banner.has-text .ngc-text a {
  color: #2576c0;
}
@media (min-width: 540px) {
  .ads-banner.has-text.dark-image .ngc-text {
    color: #ffffff;
  }
  .ads-banner.has-text.dark-image .ngc-text .ads-info:first-child {
    color: #ffffff;
  }
  .ads-banner.has-text.dark-image .ngc-text a {
    color: #ffffff;
  }
}
#category-megadropdown.standard-ecom .main-container .content .cat-mega > ul > li > a .text-icon .text {
  padding-left: 5px;
}
@media (min-width: 992px) {
  #category-megadropdown.standard-ecom {
    display: none;
  }
}
@media (min-width: 992px) {
  .category-toggle-menu.standard-ecom {
    display: none;
  }
}
@media (min-width: 992px) {
  .bottom-head.standard-ecom .main-container {
    padding-left: 30px!important;
    padding-right: 30px!important;
  }
}
@media (min-width: 1200px) {
  .bottom-head.standard-ecom .main-container {
    padding-left: 15px!important;
    padding-right: 15px!important;
  }
}
.main-nav {
  display: none;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  width: 100%;
}
.main-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-nav > ul {
  font-size: 0;
}
.main-nav > ul li {
  font-size: 14px;
  border-bottom: 1px solid #ebebeb;
}
.main-nav > ul li a:hover {
  text-decoration: none;
}
.main-nav > ul > li {
  display: inline-block;
  vertical-align: top;
  height: 40px;
}
.main-nav > ul > li > a {
  display: block;
  line-height: 40px;
}
.main-nav > ul > li > a:hover {
  background-color: #25c078;
  color: #fff;
}
.main-nav > ul > li > .sub-nav {
  position: absolute;
  left: 0;
  top: 120%;
}
.main-nav > ul > li:hover > a {
  background-color: #25c078;
  color: #fff;
}
.main-nav > ul > li:hover > .sub-nav {
  top: 100%;
}
.main-nav > ul > li:hover > .sub-nav ul li:hover .sub-nav {
  left: 100%;
}
.main-nav > ul ul {
  background-color: #fff;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}
.main-nav li.has-sub {
  position: relative;
}
.main-nav li.has-sub > a {
  position: relative;
  padding-right: 30px;
}
.main-nav li.has-sub > a:after {
  content: "\f107";
  font-family: "fontAwesome";
  width: 30px;
  text-align: center;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
.main-nav li.has-sub li.has-sub > a {
  position: relative;
  padding-right: 30px;
}
.main-nav li.has-sub li.has-sub > a:after {
  content: "\f105";
  font-family: "fontAwesome";
  width: 30px;
  text-align: center;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
.main-nav li.has-sub .sub-nav {
  min-width: 100%;
}
.main-nav .sub-nav .sub-nav {
  top: 0;
  left: 120%;
}
@media (min-width: 992px) {
  .main-nav {
    display: block;
  }
}
@media (min-width: 1200px) {
  .main-nav > ul li {
    font-size: 16px;
  }
  .main-nav > ul > li {
    height: 44px;
  }
  .main-nav > ul > li > a {
    line-height: 44px;
  }
}
.side-category {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}
.side-category .child {
  margin-bottom: 15px;
  padding-top: 15px;
  border-top: 1px solid #ebebeb;
}
.side-category .child .ngc-title {
  margin-top: 0;
  font-size: 18px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}
.side-category .child ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
}
.side-category .child ul a {
  color: #767676;
  display: block;
  padding-left: 15px;
  position: relative;
}
.side-category .child ul a:hover {
  color: #2576c0;
}
.side-category .child ul a:before {
  content: "\f105";
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 15px;
  font-family: "fontAwesome";
}
@media (min-width: 992px) {
  .side-category .child:first-child {
    border-top: none;
    padding-top: 0;
  }
}
.compare-preloader {
  border: 1px solid #ebebeb;
  background-color: #fff;
  -webkit-border-radius: 5px!important;
  -moz-border-radius: 5px!important;
  border-radius: 5px!important;
  position: relative;
  height: 44px;
  padding: 0 15px;
}
.compare-preloader p {
  margin: 0;
  line-height: 44px;
  font-size: 14px;
}
.spinner {
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  width: 40px;
  text-align: center;
}
.spinner > div {
  width: 6px;
  height: 6px;
  background-color: #25c078;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.reward-sidebar-content {
  margin-bottom: 20px;
}
.reward-sidebar-content .side-reward img {
  display: block;
  max-width: 150px;
  margin: 0 auto;
}
.reward-sidebar-content .side-reward .ngc-title {
  font-size: 16px!important;
  margin-top: 10px!important;
}
.reward-sidebar-content .side-reward .member-name {
  color: #2576c0;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
}
.reward-sidebar-content .side-reward p {
  margin: 0;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}
@media (min-width: 992px) {
  .reward-sidebar-content .ngc-title {
    height: auto!important;
    padding-bottom: 15px!important;
  }
}
.reward-tabbing {
  font-size: 0;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 15px;
}
.reward-tabbing a {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  padding: 10px 15px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  color: #2576c0;
  background-color: #ebebeb;
}
.reward-tabbing a.active {
  background-color: #2576c0;
  color: #fff;
}
@media (min-width: 768px) {
  .reward-tabbing a {
    font-size: 16px;
    padding: 10px 20px;
  }
}
@media (min-width: 1200px) {
  .reward-tabbing {
    margin-bottom: 20px;
  }
  .reward-tabbing a {
    font-size: 18px;
    padding: 10px 30px;
  }
}
@media (min-width: 1600px) {
  .reward-tabbing {
    margin-bottom: 25px;
  }
  .reward-tabbing a {
    padding: 10px 35px;
  }
}
.has-underline {
  text-decoration: underline;
}
.reward-id {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}
.reward-detail-top {
  margin: 0 auto;
  max-width: 450px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
  justify-content: center;
}
.reward-detail-top .ngc-media {
  width: 50px;
}
.reward-detail-top .ngc-text {
  padding-left: 10px;
}
.reward-detail-top .ngc-text .child {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  margin-bottom: 10px;
}
.reward-detail-top .ngc-text .child .label {
  display: block;
  font-size: 12px;
  line-height: 1.4em;
}
.reward-detail-top .ngc-text .child:last-child {
  margin-bottom: 0;
}
@media (min-width: 540px) {
  .reward-detail-top .ngc-media {
    width: 100px;
  }
}
@media (min-width: 768px) {
  .reward-detail-top .ngc-text .child .label {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .reward-detail-top .ngc-text {
    padding-left: 20px;
  }
  .reward-detail-top .ngc-text .child {
    font-size: 18px;
  }
  .reward-detail-top .ngc-text .child .label {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .search-result-top {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .search-result-top .ngc-title {
    margin: 0;
    padding-bottom: 5px;
  }
  .search-result-top .product-list-meta {
    width: 90%;
    max-width: 900px;
    padding-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .search-result-top .product-list-meta {
    width: 75%;
  }
}
.preloader-mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(255, 255, 255, 0.9);
  display: none;
}
.loader,
.loader:before,
.loader:after {
  background: #2576c0;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}
.loader {
  color: #2576c0;
  text-indent: -9999em;
  margin: 0 auto;
  position: relative;
  font-size: 11px;
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: '';
}
.loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 1.5em;
}
@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
.mobile-greetings {
  font-size: 16px;
}
@media (min-width: 768px) {
  .mobile-greetings {
    display: none;
  }
}
#splash-screen {
  max-width: 1100px;
}
#midtrans-layout {
  padding: 24px 0;
  min-height: 100%;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}
#midtrans-layout .main-logo {
  display: block;
  margin: 0 auto;
  max-width: 100px;
  max-height: 40px;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  #midtrans-layout .main-logo {
    max-width: 150px;
    max-height: 60px;
  }
}
.midtrans-placeholder .preloader {
  width: 48px;
}
.midtrans-placeholder small {
  font-size: 0.8em;
}
.processing-separator {
  display: block;
  margin: 0 auto;
  width: 2px;
  height: 40px;
  background-color: #ebebeb;
}
.processing-separator + p a {
  text-decoration: underline;
}
@supports (-webkit-overflow-scrolling: touch) {
  /* CSS specific to iOS devices */
  input,
  textarea,
  select,
  .select-style select {
    font-size: 16px!important;
  }
}
.filter-child.colored.fc-register .fc-toggle {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}
.filter-child.colored.fc-register .fc-content {
  padding-top: 15px;
}
@media (min-width: 768px) {
  .filter-child.colored.fc-register .fc-toggle,
  .filter-child.colored.fc-register .fc-content {
    padding-left: 32px;
    padding-right: 32px;
  }
  .filter-child.colored.fc-register .fc-toggle {
    font-size: 16px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .filter-child.colored.fc-register .fc-content {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .filter-child.colored.fc-register .fc-toggle {
    font-size: 18px;
  }
}
.uploaded-data img {
  display: block;
  width: 100%;
  max-width: 100px;
}
.view-uploaded-form {
  display: inline-block;
}
.view-uploaded-form .icon {
  margin-right: 4px;
}
.input-group {
  position: relative;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.input-group .form-control {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
  border: 1px solid #ebebeb;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: #fff;
}
.file-caption .file-caption-icon {
  display: none;
}
.file-caption .file-caption-name {
  height: 100%;
  padding-left: 10px;
  font-size: 14px;
}
@media (min-width: 1200px) {
  .file-caption .file-caption-name {
    font-size: 16px;
    padding-left: 15px;
  }
}
.file-drop-zone {
  margin: 0;
  border: none;
  background-color: #fff;
}
.file-drop-zone-title {
  font-size: 1.14em;
  line-height: 1.28em;
  text-align: center;
  padding: 36px 16px;
}
.file-preview {
  padding: 0;
  border: 1px solid #ebebeb;
}
.file-preview .file-actions,
.file-preview .file-upload-indicator {
  display: none;
}
.krajee-default.file-preview-frame .file-thumbnail-footer {
  height: auto;
}
.krajee-default.file-preview-frame {
  border: none;
  background-color: #efefef;
  padding: 10px;
}
.krajee-default.file-preview-frame,
.krajee-default.file-preview-frame:not(.file-preview-error):hover {
  box-shadow: none;
}
.krajee-default .file-caption-info,
.krajee-default .file-size-info {
  height: auto;
}
.file-drop-zone .file-preview-thumbnails {
  overflow: hidden;
}
.krajee-default .file-footer-caption {
  margin-bottom: 0;
}
.input-group-append {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.input-group-btn .btn {
  margin: 0;
  -webkit-border-radius: 0!important;
  -moz-border-radius: 0!important;
  border-radius: 0!important;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 12px;
}
.input-group-btn .btn.btn-file {
  border-top-right-radius: 5px!important;
  border-bottom-right-radius: 5px!important;
}
@media (min-width: 1200px) {
  .input-group-btn .btn {
    font-size: 14px;
  }
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}
.ads-banner .ngc-media {
  overflow: hidden;
}
.ads-banner .ngc-media img {
  display: block;
  width: 100%;
  transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  position: relative;
  z-index: 1;
}
.ads-banner .ngc-media a:hover img {
  transform: scale(1.05);
  z-index: 2;
}
.ads-banner.has-text {
  position: relative;
}
.ads-banner.has-text .ngc-text .ngc-link {
  padding-top: 15px;
  font-size: 12px;
}
.ads-banner.has-text .ngc-text .ngc-link a {
  text-decoration: underline;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}
.ads-banner.has-text .ngc-text .ngc-link a:hover {
  text-decoration: none;
}
.ads-banner.has-text.text-below .ngc-text {
  text-align: center;
  padding-top: 10px;
}
.ads-banner.has-text.text-below .ngc-text .ads-info {
  display: block;
}
.ads-banner.has-text.text-below .ngc-text .ads-info:first-child {
  font-size: 1.167em;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}
.ads-banner.has-text.text-over {
  text-align: center;
}
.ads-banner.has-text.text-over .ngc-media {
  position: relative;
  z-index: 1;
}
.ads-banner.has-text.text-over .ngc-text {
  position: relative;
  z-index: 2;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-top: 10px;
  max-width: 100%;
}
.ads-banner.has-text.text-over .ngc-text .ads-info {
  display: block;
}
.ads-banner.has-text.text-over .ngc-text .ads-info:first-child {
  display: inline-block;
  font-size: 1.167em;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}
@media (min-width: 540px) {
  .ads-banner.has-text.text-over .ngc-text {
    position: absolute;
    padding: 10px;
    max-width: calc(100% - 20px);
  }
  .ads-banner.has-text.text-over.top-center,
  .ads-banner.has-text.text-over.center-center,
  .ads-banner.has-text.text-over.bottom-center {
    text-align: center;
  }
  .ads-banner.has-text.text-over.top-center .ngc-text {
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 10px;
  }
  .ads-banner.has-text.text-over.center-center .ngc-text {
    left: 50%;
    top: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
  .ads-banner.has-text.text-over.bottom-center .ngc-text {
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 10px;
  }
  .ads-banner.has-text.text-over.top-right,
  .ads-banner.has-text.text-over.center-right,
  .ads-banner.has-text.text-over.bottom-right {
    text-align: right;
  }
  .ads-banner.has-text.text-over.top-right .ngc-text {
    top: 10px;
    right: 10px;
  }
  .ads-banner.has-text.text-over.center-right .ngc-text {
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
  }
  .ads-banner.has-text.text-over.bottom-right .ngc-text {
    bottom: 10px;
    right: 10px;
  }
  .ads-banner.has-text.text-over.top-left,
  .ads-banner.has-text.text-over.center-left,
  .ads-banner.has-text.text-over.bottom-left {
    text-align: left;
  }
  .ads-banner.has-text.text-over.top-left .ngc-text {
    top: 10px;
    left: 10px;
  }
  .ads-banner.has-text.text-over.center-left .ngc-text {
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 10px;
  }
  .ads-banner.has-text.text-over.bottom-left .ngc-text {
    bottom: 10px;
    left: 10px;
  }
}
@media (min-width: 768px) {
  .ads-banner.has-text.text-over .ngc-text {
    max-width: calc(100% - 40px);
  }
  .ads-banner.has-text.text-over.top-left .ngc-text,
  .ads-banner.has-text.text-over.top-center .ngc-text,
  .ads-banner.has-text.text-over.top-right .ngc-text {
    top: 20px;
  }
  .ads-banner.has-text.text-over.bottom-left .ngc-text,
  .ads-banner.has-text.text-over.bottom-center .ngc-text,
  .ads-banner.has-text.text-over.bottom-right .ngc-text {
    bottom: 20px;
  }
  .ads-banner.has-text.text-over.top-left .ngc-text,
  .ads-banner.has-text.text-over.center-left .ngc-text,
  .ads-banner.has-text.text-over.bottom-left .ngc-text {
    left: 20px;
  }
  .ads-banner.has-text.text-over.top-right .ngc-text,
  .ads-banner.has-text.text-over.center-right .ngc-text,
  .ads-banner.has-text.text-over.bottom-right .ngc-text {
    right: 20px;
  }
}
@media (min-width: 1200px) {
  .ads-banner.has-text.text-over .ngc-text {
    max-width: calc(100% - 60px);
    padding: 12px 15px;
  }
  .ads-banner.has-text.text-over.top-left .ngc-text,
  .ads-banner.has-text.text-over.top-center .ngc-text,
  .ads-banner.has-text.text-over.top-right .ngc-text {
    top: 30px;
  }
  .ads-banner.has-text.text-over.bottom-left .ngc-text,
  .ads-banner.has-text.text-over.bottom-center .ngc-text,
  .ads-banner.has-text.text-over.bottom-right .ngc-text {
    bottom: 30px;
  }
  .ads-banner.has-text.text-over.top-left .ngc-text,
  .ads-banner.has-text.text-over.center-left .ngc-text,
  .ads-banner.has-text.text-over.bottom-left .ngc-text {
    left: 30px;
  }
  .ads-banner.has-text.text-over.top-right .ngc-text,
  .ads-banner.has-text.text-over.center-right .ngc-text,
  .ads-banner.has-text.text-over.bottom-right .ngc-text {
    right: 30px;
  }
}
