::-webkit-input-placeholder {
  color: #666;
}

::-webkit-selection {
  background: #001f79;
  color: #fff;
  text-shadow: 0 0 transparent;
}

/* Firefox 19+ */
::-moz-placeholder {
  color: #666;
}

::-moz-selection {
  background: #001f79;
  color: #fff;
  text-shadow: 0 0 transparent;
}

/* IE 10+ */
:-ms-input-placeholder {
  color: #666;
}

::-ms-selection {
  background: #001f79;
  color: #fff;
  text-shadow: 0 0 transparent;
}

/* Firefox 18- */
:-moz-placeholder {
  color: #666;
}

::selection {
  background: #001f79;
  color: #fff;
  text-shadow: 0 0 transparent;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

input[type='number'] {
  -moz-appearance: textfield;
  appearance: textfield;
  -webkit-appearance: textfield;
}
input[type='range']::-webkit-slider-thumb {
  background: #ed3833;
}

img {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  max-width: 100%;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

a {
  color: #007dc6;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

a:hover {
  text-decoration: none;
}

a[data-toggle='modal'] {
  outline: none;
}

html {
  height: 100%;
}

body {
  background: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  padding-bottom: 50px;
  min-height: 100%;
  position: relative;
}

.topLogo {
  display: flex;
  align-items: center;
}

.topLogo li:last-child {
  padding-left: 0.5rem;
  border-left: 1px solid #ccc;
}

.top-center li a {
  color: #000;
  font-weight: 700;
  display: inline-block;
  padding: 0 10px;
}

.top-center li.active a,
.top-center li a:hover {
  color: #98b921;
}

.loginBTN {
  display: inline-block;
  background: #da332e;
  color: #fff;
  padding: 5px 10px;
  border-radius: 4px;
}

.loginBTN.dropdown-toggle::after {
  background: url(../images/dropdown-wh.png) no-repeat center bottom;
}

.loginBTN:hover {
  color: #fff !important;
}

.hamburger-icon:before {
  content: ' ';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.4);
}

.hamburger-icon {
  vertical-align: middle;
  position: relative;
  height: 32px;
  width: 32px;
  z-index: 100;
  cursor: pointer;
  display: inline-block;
}

.hamburger-icon div {
  position: absolute;
  height: 2px;
  right: 2px;
  left: 2px;
  background-color: #fff;
  border: 0;
  -webkit-transition: -webkit-transform 0.2s ease-in-out 0.2s, top 0.2s ease-in-out 0.2s, background-color 0.3s;
  -moz-transition: -moz-transform 0.2s ease-in-out 0.2s, top 0.2s ease-in-out 0.2s, background-color 0.3s;
  -o-transition: -o-transform 0.2s ease-in-out 0.2s, top 0.2s ease-in-out 0.2s, background-color 0.3s;
  transition: transform 0.2s ease-in-out 0.2s, top 0.2s ease-in-out 0.2s, background-color 0.3s;
  vertical-align: top;
}

.hamburger-icon div.top {
  top: 25%;
  margin-top: -1px;
}

.open-nav .hamburger-icon div.top {
  transform: rotate(-135deg);
  top: 50%;
  background-color: #ed3833;
}

.hamburger-icon div.middle {
  top: 50%;
  margin-top: -1px;
}

.open-nav .hamburger-icon div.middle {
  opacity: 0;
}

.hamburger-icon div.bottom {
  top: 75%;
  margin-top: -1px;
}

.open-nav .hamburger-icon div.bottom {
  transform: rotate(135deg);
  top: 50%;
  background-color: #ed3833;
}

.open-nav .off-canvas-main {
  transform: translateX(-260px);
  position: fixed;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.open-nav .off-canvas-nav {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.open-nav .hamburger-icon:before {
  opacity: 1;
  width: 100%;
}

.off-canvas-nav {
  position: fixed;
  width: 260px;
  right: -260px;
  background-color: #ffffff;
  border-right: 1px solid #c5c5c5;
  overflow-y: auto;
  z-index: 9;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

.off-canvas-nav .list-unstyled li {
  position: relative;
}

.off-canvas-nav .list-unstyled li + li:after {
  content: ' ';
  position: absolute;
  top: 0;
  left: 20px;
  right: 20px;
  height: 1px;
  background-color: #c5c5c5;
}

.off-canvas-nav .list-unstyled a {
  position: relative;
  text-decoration: none;
  cursor: pointer;
  line-height: 40px;
  padding: 0 20px;
  color: #58595b;
  text-transform: uppercase;
  font-size: 12px;
  display: block;
}

.left-nav-toplink {
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
}

header.row ul li {
  vertical-align: middle;
}

header.row .cartTop {
  position: relative;
}

header.row .cartTop span {
  position: absolute;
  background: #000;
  font-size: 12px;
  font-weight: 500;
  width: 18px;
  line-height: 18px;
  height: 18px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  top: -8px;
}

.desktopNav ul {
  list-style: none;
  padding: 3px 0;
  margin: 10px 0;
  font-size: 0;
  text-align: center;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  overflow-x: auto;
}

.desktopNav ul li {
  display: inline-block;
  vertical-align: bottom;
}

.desktopNav ul li > a {
  display: block;
  color: #666;
  font-size: 12px;
  text-align: center;
  line-height: 1;
  padding: 12px 18px 12px 18px;
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  position: relative;
  border-bottom: 1px solid #d8d8d8;
}

.desktopNav ul li.active > a::after {
  position: absolute;
  left: 0;
  right: 0;
  height: 5px;
  content: '';
  background-color: #d2efff;
  bottom: -3px;
  border-radius: 3px;
}

.bg-primary {
  background-color: #002b74 !important;
}

.lh-1 {
  line-height: 1;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fs-10 {
  font-size: 10px !important;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-14 {
  font-size: 14px;
}

.fs-16 {
  font-size: 16px;
}

.fs-18 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px;
}

.fs-22 {
  font-size: 22px;
}

.fs-26 {
  font-size: 26px;
}

.fs-24 {
  font-size: 24px;
}

.fs-30 {
  font-size: 30px;
}

.fs-36 {
  font-size: 36px;
}

.fs-50 {
  font-size: 50px;
}

.bg-danger {
  background: #ed3833 !important;
}

.bg-dark {
  background: #1e1e1e !important;
}

.text-danger {
  color: #ed3833 !important;
}

.btn-outline-danger {
  color: #ed3833;
  border-color: #ed3833;
}

.btn-outline-danger:hover,
.btn-danger {
  color: #fff;
  background-color: #ed3833;
  border-color: #ed3833;
}

.text-primary {
  color: #002b74 !important;
}

.text-primary-2 {
  color: #007bff;
}

.btn-outline-primary {
  color: #002b74;
  border-color: #002b74;
}

.btn-outline-primary:hover,
.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.line-through {
  text-decoration: line-through;
}

.footer-fix {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  background: #f2f6f9;
  font-size: 14px;
  padding: 15px 0;
  color: #a1a1a1;
}

.cart-icon {
  display: inline-block;
  padding: 15px;
  color: #fff;
  background: url(../images/cart.png) no-repeat center;
  position: relative;
}

.cart-icon span {
  position: absolute;
  font-size: 12px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #ed3833;
  text-align: center;
  top: -2px;
}

.cart-icon:hover {
  color: #fff;
}

@media (min-width: 992px) {
  header.row ul li:not(:last-child) {
    margin-right: 1.5rem;
  }
}

.bg-login {
  background: #f4f4f4 url(../images/login-bg.png) no-repeat center bottom;
}

.loginBox {
  background-color: #fff;
  border-radius: 10px 10px 0 0;
  color: #a1a1a1;
}

.loginBox label {
  font-size: 14px;
  font-weight: 400;
}

.loginBox .promocode {
  text-align: center;
  border: dashed 1px #000;
  border-radius: 0;
  width: 100%;
  display: block;
  outline: none;
  font-size: 18px;
  background-color: rgba(0, 123, 255, 0.08);
  color: #a1a1a1;
  padding: 15px 0;
}

.loginBox-footer {
  background: url(../images/login-box.png) no-repeat top center/cover;
  border-radius: 0 0 10px 10px;
}

.failedPage {
  background: url(../images/failed-bg.jpg) no-repeat top;
}

.failedPage .h3 {
  color: #ed3833;
}

.SucessPage {
  background: url(../images/thanks-bg.jpg) no-repeat top;
}

.SucessPage .h3 {
  color: #489e26;
}

.productTopLinks a {
  background: #ffffff;
  box-shadow: 0 5px 13px 0 rgba(0, 0, 0, 0.08);
  display: inline-block;
  border-radius: 50%;
  margin: 5px;
}

.ImportantInstructionsList ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ImportantInstructionsList ul li {
  padding: 2px 0 2px 30px;
  position: relative;
}

.ImportantInstructionsList ul li:after {
  position: absolute;
  left: 5px;
  width: 14px;
  height: 14px;
  background-color: #157af6;
  content: '\f00c';
  color: #fff;
  top: 6px;
  font-family: 'FontAwesome';
  font-weight: bold;
  font-weight: bold;
  font-size: 10px;
  text-align: center;
}

.ImportantInstructionsList ul li.dont:after {
  background-color: #ff0000;
  content: '\f00d';
}

.ImportantInstructionsList ul li span {
  color: #157af6;
}

.ImportantInstructionsList ul li.dont span {
  color: #ff0000;
  line-height: 12px;
}

.stepsBox .item {
  padding-top: 70px;
}

.stepsBox .item:after {
  height: 1px;
  position: absolute;
  right: 0.25rem;
  left: 0.25rem;
  top: 35px;
  background: #979797;
  content: '';
  z-index: 1;
}

.stepsBox .item:before {
  height: 10px;
  position: absolute;
  right: 0.25rem;
  left: 0.25rem;
  top: 30px;
  content: '';
  border-left: 1px solid #979797;
  border-right: 1px solid #979797;
  z-index: 2;
}

.stepsBox .item figure:after {
  position: absolute;
  top: -65px;
  content: 'STEP';
  text-align: center;
  background: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  left: 50%;
  margin-left: -25px;
  z-index: 3;
  -webkit-box-shadow: 0px 0px 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 5px 0 rgba(0, 0, 0, 0.1);
  padding: 28px 0 0 0;
  font-size: 10px;
  line-height: 1;
}

.stepsBox .item figure:before {
  position: absolute;
  top: -61px;
  content: '1';
  text-align: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  left: 50%;
  margin-left: -21px;
  z-index: 4;
  font-size: 18px;
  color: #1d86ff;
  border: 1px solid #1d86ff;
  line-height: 1.5;
}

.stepsBox .item figure:before {
  content: '1';
}

.stepsBox .owl-item:nth-child(2) .item figure:before {
  content: '2';
}

.stepsBox .owl-item:nth-child(3) .item figure:before {
  content: '3';
}

.stepsBox .owl-item:nth-child(4) .item figure:before {
  content: '4';
}

.stepsBox .owl-item:nth-child(5) .item figure:before {
  content: '5';
}

.stepsBox .item figure {
  background: #fff;
  border: 1px solid #dadada;
  padding: 4px;
  margin: 0;
  min-height: 100%;
  position: relative;
}

.stepsBox .item figure img {
  width: 100%;
  border-bottom: 2px solid #ed3833;
}

.stepsBox .item figure figcaption {
  padding: 5px;
  min-height: 82px;
}

.stepsBox .item figure figcaption p {
  margin: 0;
}

.stepsBox .item figure figcaption p span {
  color: #a0a5aa;
}

.owl-nav .owl-prev {
  font-size: 0;
  position: absolute;
  width: 15px;
  height: 30px;
  left: -15px;
  top: 50%;
  background: url(../images/prev.png) no-repeat center/cover;
  margin-top: -15px;
}

.owl-nav .owl-next {
  font-size: 0;
  position: absolute;
  width: 14px;
  height: 30px;
  right: -15px;
  top: 50%;
  background: url(../images/next.png) no-repeat center/cover;
  margin-top: -15px;
}

.owl-nav .owl-prev.disabled,
.owl-nav .owl-next.disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.modal-open {
  overflow: hidden !important;
}

.popheaderHolder {
  margin-top: -15px;
}

.PopupName {
  font-size: 18px;
  display: inline-block;
  background-color: #fff;
  padding: 0 2px;
}

.qtyTable th {
  border: 0 !important;
  font-weight: 400;
  font-size: 12px;
  background-color: #eff9ff;
}

.qtyTable td {
  border: 0;
  border-top: 1px dashed #dee2e6;
}

.define-quantity {
  width: 65px;
  position: relative;
}

.addGQty .define-quantity {
  display: inline-block;
}

.define-quantity input {
  border: 0;
  text-align: center;
  display: block;
  width: 100%;
  outline: none;
  background-color: transparent;
  color: #666;
  line-height: 1;
  height: 20px;
}

.define-quantity span {
  float: right;
  padding: 4px;
  line-height: 1;
  cursor: pointer;
  width: 20px !important;
  font-size: 0;
  height: 20px;
  background: #9a9a9a;
  border-radius: 50%;
}
.inc{
  position: absolute;
  right: 0;
  top: 0;
}
.dec{
  position: absolute;
  top: 0;
  left: 0;
}
.define-quantity.active span {
  background-color: #ed3833;
}

.define-quantity span.dec {
  float: left;
}

.define-quantity span.inc:before {
  position: absolute;
  width: 2px;
  left: 0;
  height: 10px;
  top: 50%;
  content: '';
  background: #fff;
  left: 50%;
  margin: -5px 0 0 -1px;
}

.define-quantity span:after {
  position: absolute;
  width: 10px;
  left: 0;
  height: 2px;
  top: 50%;
  content: '';
  background: #fff;
  left: 50%;
  margin: -1px 0 0 -5px;
}

.closeCustom {
  background: url(../images/close.png) no-repeat center/cover;
  position: absolute;
  border: 0;
  width: 30px;
  height: 30px;
  right: -18px;
  top: -40px;
}

@media (min-width: 992px) {
  .desktopNav ul li > a {
    padding: 12px 33px 12px 33px;
  }
}

@media (min-width: 1199px) {
  .SucessPage,
  .bg-login,
  .failedPage {
    background-size: 100% auto;
  }

  .desktopNav ul li > a {
    padding: 12px 44px 12px 44px;
  }
}

@media (min-width: 768px) {
  .desktopNav {
    position: relative;
    z-index: 3;
  }

  .productPage {
    margin-top: -70px;
  }

  .desktopNav ul li > a {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
  }

  .desktopNav ul li > a:hover {
    border-color: #ed3833;
  }
}
@media (min-width: 576px) {
  .offersMobile {
    display: none !important;
  }
}

@media (max-width: 575px) {
  .d-nome-sm {
    display: none;
  }

  .qtyTable td {
    font-size: 12px;
  }

  .offersMobile {
    border-top: 0 !important;
    padding-top: 0 !important;
    font-weight: 600;
  }
  .mobile_balance{
    font-size: 12px;
    white-space: nowrap;
  }
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #ed3833;
  background-color: #ed3833;
}

.text-muted {
  color: #767676 !important;
}

.transactionList > div:nth-of-type(odd) {
  background: #fff;
}
.transactionList > div:nth-of-type(even) {
  background: #f2ffed;
}
.transactionList li.nav-item {
  width: 50%;
}
.transactionList li.nav-item a {
  color: #9a9a9a;
  position: relative;
  background: #f3f3f3;
  border-radius: 0;
}
.transactionList li.nav-item a.active {
  border: 0;
  background: #fff;
  color: #ff0000;
}
.transactionList li.nav-item a.active:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 4px;
  background: #ff0000;
}
.transactionList li.nav-item a:hover {
  border-color: #f3f3f3;
}
.deleverdText {
  color: #3e9e00 !important;
  position: relative;
  padding-left: 30px;
  width: 110px;
  display: inline-block;
}
.deleverdText:before {
  content: '\2713';
  position: absolute;
  left: 0;
  top: 60%;
  display: inline-block;
  transform: translateY(-50%);
  height: 20px;
  width: 20px;
  background: #caf9ac;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 800;
  line-height: 20px;
  text-align: center;
}

.faliedText {
  color: #ff0000 !important;
  position: relative;
  padding-left: 30px;
  width: 110px;
  display: inline-block;
}
.faliedText:before {
  content: '\292B';
  position: absolute;
  left: 0px;
  top: 60%;
  display: inline-block;
  transform: translateY(-50%);
  height: 20px;
  width: 20px;
  background: #ffc0cb;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 800;
  line-height: 20px;
  text-align: center;
}

.dropList {
  border-top: 1px dashed #cdcdcd;
  display: none;
}
.deleveryList {
  display: none;
}
.openList {
  cursor: pointer;
}
.openDropList .dropList {
  display: block;
}
.deleveryList {
  background: #f3f3f3;
}
.openDropList .deleveryList {
  display: flex;
}

.tranjectionPg {
  min-height: 570px;
}

.parOrderLise .bg-light-new {
  display: none;
  background-color: #fbfcff;
}
.parOrderLise.openDetails .bg-light-new {
  display: block;
}

.cursor-pointer {
  cursor: pointer;
}

.AutoCompleteText {
  position: absolute;
  z-index: 9;
  left: 0;
  right: 0;
  background: #fff;
  max-height: 325px;
  overflow: auto;
}

.AutoCompleteText ul::before {
  content: '';
}

.AutoCompleteText ul {
  list-style-type: none;
  text-align: left;
  margin: 0;
  padding: 0;
  border: 1px solid #d8ecf3;
}

.AutoCompleteText li {
  padding: 10px 5px;
  cursor: pointer;
  border: 1px solid #d8ecf3;
  color: #696969;
}

.AutoCompleteText li:hover {
  background: #002b74;
  color: #ffffff;
}

/* transPopup */
.PopClose {
  position: absolute;
  right: 0;
  width: 30px;
  height: 30px;
  padding: 0;
  border-radius: 50%;
  top: -32px;
  background: #ff0000 url(../images/close-white.png) no-repeat center;
}

.csClose {position: relative;}
.csClose .closeCustom {right:-5px; top:-5px; z-index: 99;}
