::-webkit-input-placeholder {
  color: #666;
}
::-webkit-selection {
  background: #ae3033;
  color: #fff;
  text-shadow: 0 0 transparent;
}
/* Firefox 19+ */
::-moz-placeholder {
  color: #666;
}
::-moz-selection {
  background: #ae3033;
  color: #fff;
  text-shadow: 0 0 transparent;
}
/* IE 10+ */
:-ms-input-placeholder {
  color: #666;
}
::-ms-selection {
  background: #ae3033;
  color: #fff;
  text-shadow: 0 0 transparent;
}
/* Firefox 18- */
:-moz-placeholder {
  color: #666;
}
::selection {
  background: #ae3033;
  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;
}
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: #ae3033;
  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: 'Roboto', sans-serif;
  font-weight: 400;
  padding-bottom: 50px;
  min-height: 100%;
  position: relative;
}
.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: #000;
  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: #ae3033;
}
.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: #ae3033;
}
.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;
  left: -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;
}
.footer-fix {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  background: #f2f6f9;
  font-size: 14px;
  padding: 15px 0;
  color: #a1a1a1;
}
.cartTop {
  position: relative;
  display: inline-block;
}
.cartTop span {
  position: absolute;
  color: #fff;
  background: #ae3033;
  border-radius: 50%;
  font-size: 12px;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  top: -5px;
  right: -4px;
  z-index: 2;
}
.productBox {
  box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.18);
  border-radius: 7px;
  overflow: hidden;
  text-align: center;
}
.lh-1 {
  line-height: 1;
}
.fw-100 {
  font-weight: 100;
}
.fw-300 {
  font-weight: 300;
}
.fw-400 {
  font-weight: 400;
}
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}
.fw-700 {
  font-weight: 700;
}
.fw-900 {
  font-weight: 900;
}
.fs-10 {
  font-size: 10px !important;
}
.fs-12 {
  font-size: 12px !important;
}
.fs-14 {
  font-size: 14px;
}
.fs-16 {
  font-size: 16px;
}
.fs-17 {
  font-size: 17px;
}
.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;
}
.text-primary {
  color: #44aee3 !important;
}
.btn-primary {
  color: #fff;
  background-color: #44aee3;
  border-color: #44aee3;
}
.btn-primary:hover {
  color: #fff;
  background-color: #2b397c;
  border-color: #2b397c;
}
.bg-danger {
  background-color: #ae3033 !important;
}
.btn-outline-danger {
  color: #000;
  border-color: #ae3033;
}
.text-danger {
  color: #ae3033 !important;
}
.btn-danger {
  color: #fff;
  background-color: #ae3033;
  border-color: #ae3033;
}
.btn-outline-danger:hover {
  color: #fff;
  border-color: #ae3033;
  background-color: #ae3033;
}
.newLogoPlace {
  width: 142px;
  padding: 10px;
  max-width: 90%;
  background: #fff;
  margin-top: -50px;
  border-radius: 5px;
}
.PopClose {
  position: absolute;
  right:2px;
  z-index: 9;
  width: 30px;
  height: 30px;
  padding: 0;
  border-radius: 50%;
  top: 2px;
  border:1px solid #ae3033;
  background: #fff url(../images/cancel_icon.png) no-repeat center/24px;
  box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.17);
}
.voucherBox > div:nth-child(even) {
  background-color: #daeff9;
}
.voucherBox > div.d-none {
  background: transparent;
}
.qtyBox {
  width: 60px;
  height: 28px;
  border: 1px solid #bbb;
  display: flex;
  align-items: center;
}
.qtyBox input {
  width: 35px;
  height: 24px;
  border: 0;
  border-right: 1px solid #bbb;
  pointer-events: none;
  background: transparent;
}
.qtyBox button {
  width: 24px;
  height: 14px;
  position: relative;
  background-color: transparent;
  border: 0;
  display: block;
  font-size: 0;
  text-indent: -999px;
  overflow: hidden;
}
.qtyBox button.MinusQty:before {
  content: '';
  position: absolute;
  left: 50%;
  z-index: 11;
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #1d1d1d;
  border-left: 1px solid #1d1d1d;
  transform: rotate(-135deg);
  top: 50%;
  margin: -4px 0 0 -3px;
}
.qtyBox button.PlusQty:before {
  content: '';
  position: absolute;
  left: 50%;
  z-index: 11;
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #1d1d1d;
  border-left: 1px solid #1d1d1d;
  transform: rotate(45deg);
  top: 50%;
  margin: -2px 0 0 -3px;
}
.qtyBox button.PlusQty:after {
  content: '';
  position: absolute;
  left: 50%;
  z-index: 11;
  display: block;
  width: 10px;
  height: 1px;
  border-top: 1px solid #e0dfdf;
  bottom: 0;
  margin-left: -5px;
}
@media (min-width: 992px) {
  .voucherBox > div {
    padding-left: 40px;
    background-image: url(../images/list-left.png);
    background-repeat: no-repeat;
    background-position: 15px center;
  }
}
@media (min-width: 1300px) {
  .container {
    max-width: 1260px;
  }
}
@media (max-width: 1024px) {
.imgHover h5 {font-size: 14px;}
.imgHover .btn {font-size: 12px;}
}

@media (max-width: 767px) {
  .thanks-failed {
    max-width: 90px;
  }
  .brand-tab .nav-tabs {
    white-space: nowrap;
    width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
    display: block;
  }
  .brand-tab .nav-tabs .nav-item {
    display: inline-block;
  }
  .img-logo {
    max-height: 26px;
  }

}
@media (max-width: 575px) {
  .productBox .btn-primary {
    display: inline-block !important;
    padding: 4px 25px !important;
    width: auto !important;
  }
  .del-ary {
    font-size: 14px;
  }
  .btnBox .btn {
    font-size: 12px;
  }
  .tcLogo {
    max-width: 90px;
  }
  body {
    padding-bottom: 90px;
  }
  .newLogoPlace {
    padding: 5px;
  }
}
@media (max-width: 400px) {
  .del-ary {
    font-size: 12px;
  }
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #ae3033;
  background-color: #ae3033;
}
select.form-control {
  background-image: url(../images/downAw.png);
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.BuyPop .table th {
  font-weight: 700;
  font-size: 12px;
  border-bottom: 0;
}
.BuyPop .table td,
.BuyPop .table th {
  padding: 0.5rem 0.25rem;
  vertical-align: middle;
  text-align: center;
}
.BuyPop .table td:last-child,
.BuyPop .table th:last-child {
  text-align: right;
}
.BuyPop {
  overflow: hidden;
}
.BuyPop .br {
  background: #fff;
  max-width: 80px;
  margin-top: -25px;
  margin-left: 5px;
}
.bg-primary {
  background-color: #44aee3 !important;
}
.botLink {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
}
.botLink .list-inline-item:not(:last-child)::after {
  content: '|';
  font-size: 10px;
  color: #fff;
  margin-left: 0.5rem;
}
.tcLogo {
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 15px;
}

.brand-tab .nav-tabs {
  border: 0;
  background: #ae3033;
  border-radius: 10px 10px 0 0;
}
.brand-tab .nav-tabs .nav-item {
  margin: 0;
  border: 0;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}
.brand-tab .nav-tabs .nav-item.show .nav-link,
.brand-tab .nav-tabs .nav-link.active {
  background: transparent;
  color: #fff;
  position: relative;
}
.brand-tab .nav-tabs .nav-item.show .nav-link::after,
.brand-tab .nav-tabs .nav-link.active::after {
  position: absolute;
  left: 0;
  right: 0;
  content: '';
  height: 2px;
  background-color: #fff;
  bottom: 2px;
}

.ImportantInstructions {
  border-width: 1px;
  border-color: rgb(240, 246, 253);
  border-style: solid;
  border-radius: 4px;
}
.ImportantInstructions .bg-light {
  background-color: #fafbff !important;
}
.ImportantInstructionsList {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ImportantInstructionsList ul {
  list-style: none;
  padding-left: 0;
}
.ImportantInstructionsList li {
  list-style: none;
  padding: 2px 0 2px 30px;
  position: relative;
}
.ImportantInstructionsList li:after {
  position: absolute;
  left: 5px;
  width: 14px;
  height: 14px;
  background-color: #e16541;
  content: '\f00c';
  color: #fff;
  top: 4px;
  font-family: 'FontAwesome';
  font-weight: bold;
  font-weight: bold;
  font-size: 10px;
  text-align: center;
}
.ImportantInstructionsList li.dont:after {
  background-color: #df3c3d;
  content: '\f00d';
}
.ImportantInstructionsList li span {
  color: #ae3033;
  font-weight: 500;
}
.ImportantInstructionsList li.dont span {
  color: #df3c3d;
}
.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: #e16541;
  border: 1px solid #e16541;
  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 #e16541;
}
.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;
}
@media (min-width: 768px) {
  #QuickBuyComp .modal-dialog {
    max-width: 768px;
  }
  .BuyPop .br {
    max-width: 120px;
    margin-bottom: 20px;
    margin-top: -30px;
  }
  .BuyPop .border {
    margin-top: 10px;
  }
  .BuyPop .table td:last-child,
  .BuyPop .table th:last-child {
    padding-right: 15px;
  }
  .BuyPop .qtyBox {
    position: relative;
    display: block;
    width: 70px;
  }
  .BuyPop .qtyBox .button.PlusQty {
    position: absolute;
    right: 0;
    top: 0;
    height: 26px;
    background: #fff;
    border-left: 1px solid #e0dbdb;
    width: 20px;
    text-indent: 0;
    font-size: 16px;
    color: #666;
    font-weight: 300;
    line-height: 0.5;
    padding: 0;
    text-align: center;
  }
  .BuyPop .qtyBox .button.MinusQty {
    position: absolute;
    left: 0;
    top: 0;
    height: 26px;
    background: #fff;
    border-right: 1px solid #e0dbdb;
    width: 20px;
    text-indent: 0;
    font-size: 30px;
    color: #666;
    font-weight: 100;
    line-height: 0.5;
    padding: 0;
    text-align: center;
  }
  .BuyPop .qtyBox button.PlusQty:after {
    display: none;
  }
  .BuyPop .qtyBox button.MinusQty:before {
    border: 0;
  }
  .BuyPop .qtyBox button.PlusQty:before {
    border: 0;
  }
}

.cursor-pointer {
  cursor: pointer;
}
.AutoCompleteText {
  position: absolute;
  z-index: 9;
  left: 0;
  right: 0;
  background: #fff;
  max-height: 215px;
  overflow: auto;
  margin-bottom: 40px;
}
.suggestWidth-85 {
  width: 80%;
  margin-left: 15px;
}
.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: var(--primary-bg);
  color: #000000;
}

.tableClass {
  width: 75% !important;
  border: 1px solid #dee2e6;
}

.tableClass td,
.table th {
  padding: 0.35rem !important;
}

.tableClass table, th, td {
  border: 1px solid #dee2e6;;
  border-collapse: collapse;
}

/* maintainance */

.maintenance-modal {
  display: flex;
  position: fixed;
  z-index: 9999;
  padding: 10px;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  bottom: 0;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.7);
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
  box-sizing: border-box;
}

.maintenance-modal-content {
  background-color: #fff;
  margin: auto;
  padding: 0;
  font-size: 0;
  width: 480px;
  position: relative;
  max-width: 90%;
  text-align: center;
  font-size: 16px;
  color: #333233;
  border-radius: 15px;
  padding: 60px 30px;
  line-height: 1.4;
  box-sizing: border-box;
}
.maintenance-modal-content:after {
  content: '';
  left: 15px;
  right: 15px;
  top: 15px;
  bottom: 15px;
  border-radius: 15px;
  position: absolute;
  border: 1px solid #666;
  z-index: 1;
}
.maintenance-modal-content img {
  max-width: 100%;
}
.maintenance-modal-content figure figcaption {
  margin: 0;
  padding-top: 10px;
}
.maintenance-modal-content figure {
  margin: 0;
}

.maintenance-modal .close {
  position: absolute;
  z-index: 2;
  padding: 0;
  right: 0;
  top: 0;
  color: #fff;
  border-radius: 50%;
  font-size: 0;
  text-align: center;
  opacity: 1;
}

.maintenance-modal .close:hover,
.maintenance-modal .close:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.imgHover {
  background: rgba(255,255,255,.95);
  /* background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 90%); */
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
}

