::-webkit-input-placeholder {
  color: #666;
}
::-webkit-selection {
  background: #011f79;
  color: #fff;
  text-shadow: 0 0 transparent;
}
/* Firefox 19+ */
::-moz-placeholder {
  color: #666;
}
::-moz-selection {
  background: #011f79;
  color: #fff;
  text-shadow: 0 0 transparent;
}
/* IE 10+ */
:-ms-input-placeholder {
  color: #666;
}
::-ms-selection {
  background: #011f79;
  color: #fff;
  text-shadow: 0 0 transparent;
}
/* Firefox 18- */
:-moz-placeholder {
  color: #666;
}
::selection {
  background: #011f79;
  color: #fff;
  text-shadow: 0 0 transparent;
}
.sidebarClass {
  overflow: hidden !important;
}
.bg-sidebar {
  display: none;
}
@media (max-width: 576px) {
  .bg-sidebar {
    background-color: #000000ab;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .sidebarClass .bg-sidebar {
    display: flex;
    align-items: flex-start;
    justify-content: end;
    padding-top: 8px;
    padding-right: 8px;
  }
  .sidebarClass .bg-sidebar img {
    width: 30px;
  }
}

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: #4285f4;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
a[data-toggle='modal'] {
  outline: none;
}
body {
  background: #fff;
  font-family: 'Open Sans', sans-serif;
}

.new {
  letter-spacing: 0.9px;
  text-align: center;
  font-size: 8px;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 3px;
  padding-bottom: 3px;
  text-transform: uppercase;
  color: #fff;
  width: 29px;
  height: 14px;
  border-radius: 1.8px;
  background-color: #4a90e2;
}

.HDFC-logoDiv:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 0;
  margin-top: -15px;
  height: 30px;
  width: 1px;
  background-color: #fff;
  opacity: 0.4;
}
.desktopNav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0;
  text-align: center;
  position: relative;
  vertical-align: bottom;
}
.desktopNav ul li {
  display: inline-block;
  vertical-align: bottom;
}
.desktopNav ul li > a {
  display: block;
  color: #777777;
  font-size: 10px;
  text-align: center;
  line-height: 1;
  padding: 10px 5px 10px 5px;
  font-weight: 600;
  border-bottom: 2px solid #fff;
}
.desktopNav ul li a figure {
  padding: 0;
  margin: 0;
}
.desktopNav ul li a figure img {
  width: 30px;
}
.desktopNav ul li a figure figcaption {
  padding: 7px 0 0;
  margin: 0;
}
.desktopNav ul li a:hover {
  color: #011f79;
  text-decoration: none;
  border-bottom: 2px solid #ed0707;
}
.desktopNav ul .active {
  color: #011f79;
  text-decoration: none;
  border-bottom: 2px solid #ed0707;
}
.desktopNav ul li a:hover img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.searchInput {
  background: #f2f6fa url(../images/search-icon.png) no-repeat 12px 7px;
  font-size: 12px;
  height: 32px !important;
  padding-left: 40px !important;
}

#searchInput-filter {
  background: #f2f6fa url(../images/search-icon.png) no-repeat 12px 7px;
  font-size: 12px;
  height: 32px;
  padding-left: 40px !important;
}

.threeAdds .card {
  background: #fff;
  border: 1px solid #ecf2f6;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  border-radius: 0;
  margin: 0;
  padding: 10px;
}
.threeAdds .card figure {
  margin: 0;
  padding: 0;
}
.threeAdds .card figure img {
  width: 100%;
}
.threeAdds .card .no-gutters figure img {
  border: 5px solid #f4f9fd;
}
.threeAdds .card figure figcaption {
  margin: 0;
  padding: 0;
  text-align: right;
  font-size: 12px;
  font-weight: 600;
}

.SubCategoriesList a {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
  display: block;
  margin: 15px 0;
}
.SubCategoriesList a figure {
  margin: 0;
  position: relative;
}
.SubCategoriesList a figure figcaption {
  position: absolute;
  padding: 2px 10px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  right: 0;
  bottom: 10px;
}
.SubCategoriesList a figure figcaption div span {
  display: none;
}

.product-box {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
  min-height: 100%;
}
.product-box figure {
  margin: 0;
  position: relative;
  overflow: hidden;
  padding: 10px;
}
.product-box figure figcaption {
  margin: 0;
  padding: 10px 0 10px;
  font-weight: 700;
  font-size: 24px;
  color: #4d4d4d;
}
.product-box a:hover {
  color: #011f79;
  text-decoration: none;
}
.product-box a:hover figure figcaption {
  color: #011f79;
  text-decoration: none;
}
.gridList .product-box figure figcaption {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  background-color: #2fe3e3;
  font-size: 16px;
  font-weight: 600;
  padding: 5px;
}
.product-box a {
  position: relative;
  display: block;
}
.product-box .product-box-overlaw {
  position: absolute;
  background: rgba(0, 0, 0, 0.53);
  border-radius: 0 20px 20px 0;
  top: 50%;
  color: #fff;
  width: 70%;
  padding: 10px;
  margin-top: -55px;
}
.product-box .product-box-overlaw p {
  margin: 0;
  font-weight: 600;
}
.product-box .product-box-overlaw p + p {
  line-height: 1;
  padding: 5px;
}

.filterArya {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  overflow: hidden;
}

.custome-check {
  font-size: 0;
}
.custome-check li {
  width: 50%;
  margin: 0 !important;
  position: relative;
}
.custome-check label {
  cursor: pointer;
  padding: 5px 5px;
  border-radius: 20px;
  border: 1px solid #ccc;
  position: relative;
  display: block;
  text-align: center;
  font-size: 12px;
  margin: 5px;
}
.custome-check input {
  opacity: 0;
  position: absolute;
}
.custome-check input:checked + label,
.custome-check input:checked ~ label {
  background-color: #1d86ff;
  border-color: #1d86ff;
  color: #fff;
}

.productPageBox {
  background: #ffffff;
  border: 1px solid #ecf2f6;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14);
  border-radius: 4px;
}
.tableQty table td {
  padding: 0.25rem 0.25rem 0.25rem;
  font-size: 12px;
}
.tableQty table td span {
  display: inline-block;
  width: 40px;
  text-align: right;
}
.productPageBox .table td,
.productPageBox .table th {
  border-bottom-width: 1px;
  vertical-align: middle;
}
.productPageBox .table th {
  font-weight: 600;
}

.define-quantity {
  width: 65px;
  border: 1px solid #4285f4;
  overflow: hidden;
  background-color: #4285f4;
  display: none;
}
.addGQty .define-quantity {
  display: inline-block;
  vertical-align: middle;
}
.define-quantity input {
  border: 0;
  text-align: center;
  display: block;
  width: 100%;
  outline: none;
  background-color: transparent;
  color: #fff;
  height: 20px;
  padding: 0;
}
.define-quantity span {
  float: right;
  padding: 4px;
  line-height: 1;
  cursor: pointer;
  width: 20px !important;
  font-size: 0;
  position: relative;
  height: 20px;
  margin-top: -20px;
  background: #fcfcff;
  border-left: 1px solid #4285f4;
}
.define-quantity span.dec {
  float: left;
  border-right: 1px solid #4285f4;
  border-left: 0;
}
.define-quantity span.inc:before {
  position: absolute;
  width: 2px;
  left: 0;
  height: 10px;
  top: 50%;
  content: '';
  background: #666;
  left: 50%;
  margin: -5px 0 0 -1px;
}
.define-quantity span:after {
  position: absolute;
  width: 10px;
  left: 0;
  height: 2px;
  top: 50%;
  content: '';
  background: #666;
  left: 50%;
  margin: -1px 0 0 -5px;
}
.shopping-cart {
  background: #fff url(../images/shopping-cart.png) no-repeat 7px center;
  color: #000;
  position: absolute;
  right: 15px;
  top: 0;
  z-index: 9;
  padding: 8px 10px 8px 40px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 0 0 10px 10px;
}
.shopping-cart span {
  color: #fff;
  background-color: #000;
  display: inline-block;
  width: 21px;
  text-align: center;
  border-radius: 50%;
  margin: 1px 0 1px 5px;
}
.shopping-cart:hover {
  color: #000;
  text-decoration: none;
  background-color: #f2f6f9;
}
.footer-arya .bg-fbfbfb {
  background: #f4f5f9;
}
footer.footer-arya {
  background: #f2f6f9;
}
.footerVerticalLinks-item {
  font-weight: 600;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #011f79;
  background-color: #011f79;
}
.custom-checkbox .custom-control-label::before {
  border-radius: 0;
}

.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 #1d86ff;
}
.stepsBox .item figure figcaption {
  padding: 5px;
  min-height: 82px;
}
.stepsBox .item figure figcaption p {
  margin: 0;
}
.stepsBox .item figure figcaption p span {
  color: #1d86ff;
}

.how-to-Redeem-carousel .owl-stage {
  display: flex;
}
.how-to-Redeem-carousel .owl-item {
  display: flex;
  flex: 1 0 auto;
}

.shadow-custom {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
}
.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-13 {
  font-size: 13px !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;
}
.modal-content {
  overflow: hidden;
  border: 0;
}
.form-control.border-bottom {
  border-width: 0 0 1px 0;
}
.bg-light {
  background-color: #eff6fc !important;
}
.bg-light2 {
  background-color: #fcfcfc !important;
}
.text-primary {
  color: #4285f4 !important;
}
.closeAbsolute {
  position: absolute;
  right: 0;
  top: 10px;
  right: 10px;
  z-index: 9;
}
.modal-backdrop.show {
  opacity: 0.7;
}
.text-darkBlue {
  color: #025296;
}
.form-control {
  border-width: 0 0 1px 0;
  border-radius: 0;
  padding: 0;
  height: calc(1em + 0.75rem + 2px);
  background-color: transparent;
}
select.form-control {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  padding-right: 25px;
  background: url(../images/downAw.png) no-repeat right center;
  padding-left: 5px;
}

.btn.dropdown-toggle::after,
.btn.btn-light.dropdown-toggle::after {
  border: 0;
  height: 7px;
  width: 14px;
  background: url(../images/down.png) no-repeat;
  vertical-align: 0.1em;
}
.dropdownMobileCat .btn.btn-light.dropdown-toggle::after {
  float: right;
  margin-top: 6px;
}
.footer-arya .form-control {
  height: calc(1.5em + 0.75rem + 2px);
}

.mt-5-min {
  margin-top: -3rem !important;
}
.breadcrumb-item a {
  color: #444444;
}
.breadcrumb-item a:hover {
  color: #4285f4;
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #4285f4;
}

.border-dot {
  border-bottom-style: dashed !important;
}
.cartAdress {
  position: relative;
}
.cartAdress h3 {
  cursor: pointer;
}
.cartAdress:after {
  background: url(../images/down-arrow.png) no-repeat center;
  content: '';
  position: absolute;
  width: 16px;
  height: 10px;
  right: 10px;
  top: 15px;
  cursor: pointer;
}
.tableQty.open .cartAdress:after {
  transform: rotate(180deg);
}
.cartAdress .detailsBox {
  display: none;
}
.tableQty.open .cartAdress .detailsBox {
  display: block;
}

.TransactionsAdress {
  position: relative;
}
.TransactionsAdress h3 {
  cursor: pointer;
}
.TransactionsAdress:after {
  background: url(../images/down-arrow.png) no-repeat center;
  content: '';
  position: absolute;
  width: 16px;
  height: 10px;
  right: 10px;
  top: 15px;
  cursor: pointer;
}
.transactions-list.open .TransactionsAdress:after {
  transform: rotate(180deg);
}
.TransactionsAdress .TransactionsdetailsBox {
  display: none;
}
.transactions-list.open .TransactionsAdress .TransactionsdetailsBox {
  display: block;
}
.transactions-list.open .TransactionsAdress h3 {
  padding-bottom: 0 !important;
}

.TransactionsdetailsBox .col span {
  display: block;
  color: #212529;
  font-size: 14px;
  font-weight: 600;
}
.TransactionsdetailsBox .col {
  font-size: 12px;
}
.TransactionsdetailsBox .row {
  border-top: 1px dashed #efefef;
}

.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;
}

.border-line {
  position: relative;
}
.border-line:after {
  position: absolute;
  left: 0rem;
  bottom: 4px;
  height: 2px;
  content: '';
  width: 60px;
  background-color: #ccc;
}
@media (min-width: 1200px) {
  .desktopNav ul li > a {
    padding: 10px 9px;
    font-size: 12px;
  }
  .desktopNav ul li a figure img {
    width: auto;
  }
  .define-quantity {
    width: 80px;
  }
  .define-quantity span {
    width: 25px !important;
  }
}

@media (min-width: 768px) {
  .modal-lg {
    max-width: 600px;
  }
  .topSticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0rem;
    height: calc(100vh);
  }
  .TransactionsdetailsBox .row + .row span {
    display: none;
  }
  .MobileFilterBtn {
    display: none;
  }
  .TransactionsMainGridHead .row span.priceBox,
  .TransactionsdetailsBox .row + .row span.priceBox {
    display: inline-block;
    width: 38px;
    text-align: right;
    font-weight: 400;
  }
}

@media (min-width: 992px) {
  .dropdownMobileCat {
    display: none;
  }
  .MobileSummaryBtn {
    display: none;
  }
}

@media (max-width: 767px) {
  .SubCategoriesList a figure figcaption {
    bottom: 0;
    text-transform: uppercase;
  }
  .SubCategoriesList a figure figcaption div img {
    display: none;
  }
  .SubCategoriesList a figure figcaption div span {
    display: block;
  }
  .SubCategoriesList a figure figcaption div {
    display: block !important;
    padding: 3px 0;
  }
  .SubCategoriesList a figure figcaption div div {
    padding: 1px 0;
  }
  .SubCategoriesArya p.fs-14 {
    font-size: 12px;
  }
  #MobileSummaryPopup .close {
    right: 0px;
    top: -7px;
  }

  .cart-list.tableQty table.table {
    font-size: 0;
  }
  .cart-list.tableQty table.table thead {
    display: inline-block;
    width: 50%;
    text-align: left;
  }
  .cart-list.tableQty table.table tbody {
    display: inline-block;
    width: 50%;
    text-align: left;
  }
  .cart-list.tableQty table.table thead tr,
  .cart-list.tableQty table.table tbody tr,
  .cart-list.tableQty table.table thead tr th,
  .cart-list.tableQty table.table tbody tr td {
    display: block;
  }
  .cart-list.tableQty table.table thead tr th,
  .cart-list.tableQty table.table tbody tr td {
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .cart-list.tableQty table.table tbody tr td {
    text-align: right !important;
    padding-right: 15px;
  }
  .cart-list.tableQty.bg-light2 {
    background-color: #fff !important;
    border: 1px solid #ecf2f6;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14);
    border-radius: 4px;
    overflow: hidden;
  }
  .product-box .product-box-overlaw {
    bottom: 10px;
    top: inherit;
    margin: 0;
  }
  .cart-list.tableQty table.table,
  .tableQty table.table {
    font-size: 14px;
  }
  .cart-list.tableQty table.table th {
    font-size: 12px;
  }
  .TransactionsdetailsBox .col {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .TransactionsMainGridHead .col {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .transactions-list .table tr {
    font-size: 12px;
  }

  .MobileFilterBtn {
    display: block;
    left: 0;
    right: 0;
    position: fixed;
    bottom: 0;
    background: #4285f4 url(../images/filter-icon.png) no-repeat center right;
    color: #fff;
    padding: 15px 13px 10px;
    z-index: 99;
    text-transform: uppercase;
    font-family: 'Gotham Medium', sans-serif;
    overflow: hidden;
    box-shadow: 0px -0.25rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  }
  .MobileFilterBtn:hover {
    color: #fff;
    text-decoration: none;
  }
  .TransactionsdetailsBox .TransactionsGrid:nth-child(even) {
    background-color: #f9f9f9;
    margin: -7px;
  }
  .footer ul {
    margin: 30px 0 20px;
  }
  .footerTollfree {
    margin: 25px 0;
    text-align: center;
  }
  .dropdown.dropdownMobileCat {
    display: block;
  }
  .promoPageBrand{
    font-size: 15px;
  }
}

@media (max-width: 575px) {
  .product-box figure figcaption {
    font-size: 16px;
  }
  .btn-sm.shadow-custom {
    display: block;
    width: 100%;
  }
  .frame-contact {
    height: 1200px !important;
  }
}

@media (max-width: 479px) {
  .SubCategoriesList a figure figcaption div div {
    font-size: 12px;
  }
  .SubCategoriesList a {
    margin: 10px -5px;
  }
  .cart-list.tableQty table.table,
  .tableQty table.table {
    font-size: 12px;
  }

  .transactions-list table.table {
    font-size: 0;
  }
  .transactions-list table.table thead {
    display: inline-block;
    width: 50%;
    text-align: left;
  }
  .transactions-list table.table tbody {
    display: inline-block;
    width: 50%;
    text-align: left;
  }
  .transactions-list table.table thead tr,
  .transactions-list table.table tbody tr,
  .transactions-list table.table thead tr th,
  .transactions-list table.table tbody tr td {
    display: block;
    font-size: 12px;
  }
}

@-webkit-keyframes dyinglight {
  15% {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
  }
  50% {
    -webkit-transform: rotate(-89deg);
    transform: rotate(-89deg);
  }
  100% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}
@keyframes dyinglight {
  15% {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
  }
  50% {
    -webkit-transform: rotate(-89deg);
    transform: rotate(-89deg);
  }
  100% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}
.dl__wrap {
  content: '';
  position: fixed;
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 100%;
  z-index: 99999;
  top: 0;
  left: 0;
}
.dl {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: inline-block;
}
.dl__square {
  display: block;
  width: 50px;
  height: 50px;
  background: #e42535;
  background-size: cover;
}
.dl__square {
  background: url('../images/mini-logo.png');
  background-size: 80%;
  background-position: center;
  background-repeat: no-repeat;
}
.dl__container {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-transform-origin: 50% 50% 0;
  transform-origin: 50% 50% 0;
  -webkit-animation: dyinglight 1s ease infinite;
  animation: dyinglight 1s ease infinite;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.dl__corner--top:before,
.dl__corner--top:after,
.dl__corner--bottom:before,
.dl__corner--bottom:after {
  position: absolute;
  width: 17px;
  height: 17px;
  color: #e42535;
  content: '';
}
.dl__corner--top:before {
  border-left: 2px solid;
  border-top: 2px solid;
  top: -6px;
  left: -6px;
}
.dl__corner--top:after {
  border-right: 2px solid;
  border-top: 2px solid;
  top: -6px;
  right: -6px;
}
.dl__corner--bottom:before {
  border-left: 2px solid;
  border-bottom: 2px solid;
  bottom: -6px;
  left: -6px;
}
.dl__corner--bottom:after {
  border-right: 2px solid;
  border-bottom: 2px solid;
  bottom: -6px;
  right: -6px;
}

/*React Toastify*/
.Toastify__toast-container {
  z-index: 9999;
  position: fixed;
  padding: 4px;
  width: 320px;
  box-sizing: border-box;
  color: #fff;
}
.Toastify__toast-container--top-left {
  top: 1em;
  left: 1em;
}
.Toastify__toast-container--top-center {
  top: 1em;
  left: 50%;
  margin-left: -160px;
}
.Toastify__toast-container--top-right {
  top: 1em;
  right: 1em;
}
.Toastify__toast-container--bottom-left {
  bottom: 1em;
  left: 1em;
}
.Toastify__toast-container--bottom-center {
  bottom: 1em;
  left: 50%;
  margin-left: -160px;
}
.Toastify__toast-container--bottom-right {
  bottom: 1em;
  right: 1em;
}
@media only screen and (max-width: 480px) {
  .Toastify__toast-container {
    width: 100vw;
    padding: 0;
    left: 0;
    margin: 0;
  }
  .Toastify__toast-container--top-left,
  .Toastify__toast-container--top-center,
  .Toastify__toast-container--top-right {
    top: 0;
  }
  .Toastify__toast-container--bottom-left,
  .Toastify__toast-container--bottom-center,
  .Toastify__toast-container--bottom-right {
    bottom: 0;
  }
  .Toastify__toast-container--rtl {
    right: 0;
    left: initial;
  }
}
.Toastify__toast {
  position: relative;
  min-height: 64px;
  text-align: center;
  box-sizing: border-box;
  margin-bottom: 1rem;
  padding: 8px;
  border-radius: 1px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 15px 0 rgba(0, 0, 0, 0.05);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-height: 800px;
  overflow: hidden;
  font-family: sans-serif;
  cursor: pointer;
  direction: ltr;
}
.Toastify__toast--rtl {
  direction: rtl;
}
.Toastify__toast--default {
  background: #fff;
  color: #aaa;
}
.Toastify__toast--info {
  background: #3498db;
}
.Toastify__toast--success {
  background: #07bc0c;
}
.Toastify__toast--warning {
  background: #f89c2e;
}
.Toastify__toast--error {
  background: #e74c3c;
}
.Toastify__toast-body {
  margin: auto 0;
  -ms-flex: 1;
  flex: 1;
}
@media only screen and (max-width: 480px) {
  .Toastify__toast {
    margin-bottom: 0;
  }
}
.Toastify__close-button {
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  background: transparent;
  outline: none;
  border: none;
  padding: 0;
  cursor: pointer;
  opacity: 0.7;
  transition: 0.3s ease;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.Toastify__close-button--default {
  color: #000;
  opacity: 0.3;
}
.Toastify__close-button:hover,
.Toastify__close-button:focus {
  opacity: 1;
}
@keyframes Toastify__trackProgress {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
.Toastify__progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px;
  z-index: 9999;
  opacity: 0.7;
  animation: Toastify__trackProgress linear 1;
  background-color: rgba(255, 255, 255, 0.7);
}
.Toastify__progress-bar--rtl {
  right: 0;
  left: initial;
}
.Toastify__progress-bar--default {
  background: linear-gradient(
    to right,
    #4cd964,
    #5ac8fa,
    #007aff,
    #34aadc,
    #5856d6,
    #ff2d55
  );
}
@keyframes Toastify__bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes Toastify__bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes Toastify__bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes Toastify__bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.Toastify__bounce-enter--top-left,
.Toastify__bounce-enter--bottom-left {
  animation-name: Toastify__bounceInLeft;
}
.Toastify__bounce-enter--top-right,
.Toastify__bounce-enter--bottom-right {
  animation-name: Toastify__bounceInRight;
}
.Toastify__bounce-enter--top-center {
  animation-name: Toastify__bounceInDown;
}
.Toastify__bounce-enter--bottom-center {
  animation-name: Toastify__bounceInUp;
}
.Toastify__bounce-exit--top-left,
.Toastify__bounce-exit--bottom-left {
  animation-name: Toastify__bounceOutLeft;
}
.Toastify__bounce-exit--top-right,
.Toastify__bounce-exit--bottom-right {
  animation-name: Toastify__bounceOutRight;
}
.Toastify__bounce-exit--top-center {
  animation-name: Toastify__bounceOutUp;
}
.Toastify__bounce-exit--bottom-center {
  animation-name: Toastify__bounceOutDown;
}
@keyframes Toastify__zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes Toastify__zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.Toastify__zoom-enter {
  animation-name: Toastify__zoomIn;
}
.Toastify__zoom-exit {
  animation-name: Toastify__zoomOut;
}
@keyframes Toastify__flipIn {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
@keyframes Toastify__flipOut {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.Toastify__flip-enter {
  animation-name: Toastify__flipIn;
}
.Toastify__flip-exit {
  animation-name: Toastify__flipOut;
}
@keyframes Toastify__slideInRight {
  from {
    transform: translate3d(110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideInLeft {
  from {
    transform: translate3d(-110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideInUp {
  from {
    transform: translate3d(0, 110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideInDown {
  from {
    transform: translate3d(0, -110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(110%, 0, 0);
  }
}
@keyframes Toastify__slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-110%, 0, 0);
  }
}
@keyframes Toastify__slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 110%, 0);
  }
}
@keyframes Toastify__slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -110%, 0);
  }
}
.Toastify__slide-enter--top-left,
.Toastify__slide-enter--bottom-left {
  animation-name: Toastify__slideInLeft;
}
.Toastify__slide-enter--top-right,
.Toastify__slide-enter--bottom-right {
  animation-name: Toastify__slideInRight;
}
.Toastify__slide-enter--top-center {
  animation-name: Toastify__slideInDown;
}
.Toastify__slide-enter--bottom-center {
  animation-name: Toastify__slideInUp;
}
.Toastify__slide-exit--top-left,
.Toastify__slide-exit--bottom-left {
  animation-name: Toastify__slideOutLeft;
}
.Toastify__slide-exit--top-right,
.Toastify__slide-exit--bottom-right {
  animation-name: Toastify__slideOutRight;
}
.Toastify__slide-exit--top-center {
  animation-name: Toastify__slideOutUp;
}
.Toastify__slide-exit--bottom-center {
  animation-name: Toastify__slideOutDown;
}

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  touch-action: pan-Y;
  backface-visibility: hidden;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: '.';
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.no-js .owl-carousel {
  display: block;
}
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  cursor: pointer;
  z-index: 1;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.form-control.promocode:focus {
  box-shadow: none;
}

.footer {
  background: #f2f6f9;
  color: #333;
  font-weight: 600;
  font-size: 12px;
}
.footer p {
  margin: 0;
  line-height: 1.5;
  font-size: 11px;
  text-align: justify;
}
.footer ul {
  margin: 40px 0 50px;
  font-size: 14px;
  font-weight: 700;
  padding: 0;
}
.footer ul li {
  display: inline;
}
.footer ul li a {
  display: inline;
  margin-right: 60px;
  color: #074f92;
  font-size: 12px;
}
.footer a {
  color: #074f92;
}
.footer a:hover {
  text-decoration: none;
}
.footerTollfree {
  margin: 40px 0;
}
.footerTollfree .number {
  background: #fff;
  border-radius: 20px;
  padding: 7px 15px;
  width: auto;
  display: inline-block;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 700;
}
.footerTollfree .number img {
  padding-right: 7px;
}
.copyRight {
  background: #ebf1f6;
  padding: 10px 0;
  color: #aaa;
  font-size: 12px;
  font-weight: 400;
}
.text-powerdby {
  padding: 0 31px 3px 0;
}

.white-med-text {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
}

.about-probucts .card:last-child {
  border-bottom: 0;
}

.cursor-pointer {
  cursor: pointer;
}
.overflow-scroll {
  overflow: scroll;
}
.floatingBtn.lft,
.floatingBtn.signin.lft {
  margin: 0;
  right: inherit;
  left: 20px;
  bottom: 60px;
  background: #001f79;
  font-size: 16px;
}
.floatingBtn.signin {
  width: 40px;
  height: 40px;
  background: #001f79;
  border-radius: 50%;
  position: fixed;
  bottom: 40px;
  right: 50%;
  margin-right: -590px;
  box-shadow: 0 5px 10px #999;
  z-index: 999;
  text-align: center;
  line-height: 16px;
  font-family: paybackregular, sans-serif;
  color: #fff;
  padding: 13px 0;
  font-size: 12px;
}
.m-searchbar .searchbar-input input::-webkit-input-placeholder {
  color: #000;
}
.m-searchbar .searchbar-input input:-ms-input-placeholder {
  color: #000;
}
.m-searchbar .searchbar-input input:-moz-placeholder {
  color: #000;
}
.m-searchbar .searchbar-input input::-moz-placeholder {
  color: #000;
}

.mt-5-min {
  margin-top: -5rem !important;
}

.fs-11 {
  font-size: 11px;
}
.productPageCoupon {
  border: 1px dashed #ced4da;
}
.productPageCoupon.OrangeBox {
  border: 1px dashed #f88358;
  background: #fffdef;
}
.productPageCoupon.RedBox {
  border: 1px dashed #ff0000;
}
.border-dashed-green {
  border: 1px dashed #28a745;
}
.productPageCoupon.GreenBox {
  border: 1px dashed #28a745 !important;
  background: #effff3;
}
.productPageCoupon.GreenBox label {
  color: #28a745;
}
.productPageCoupon.GreenBox
  .custom-control-input:checked
  ~ .custom-control-label::before {
  content: '\f00c';
  font-family: 'Font Awesome 5 Free';
  font-size: 11px;
  text-align: center;
  color: #fff;
  border-color: #28a745;
  background-color: #28a745;
}
.productPageCoupon.GreenBox .custom-checkbox .custom-control-label::before {
  border-radius: 0;
}
.productPageCoupon.GreenBox
  .custom-radio
  .custom-control-input:checked
  ~ .custom-control-label::after {
  display: none;
}
.productPageBoxNew {
  border: 1px solid #e2efff;
  border-bottom: 0;
}
.productPageBoxNew .voucherGread {
  border-bottom: 1px solid #e2efff;
}
.productPageBoxNew .voucherGread .VoucherBox {
  text-align: center;
  background: #e2efff;
  width: 154px;
  border-radius: 4px;
  color: #157af6;
  font-weight: 700;
  font-size: 35px;
  white-space: nowrap;
  padding: 5px 20px;
  position: relative;
  overflow: hidden;
}
.productPageBoxNew .voucherGread .VoucherBox:before {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  left: -16px;
  top: 50%;
  margin-top: -13px;
  content: '';
  background: #fff;
  position: absolute;
}
.productPageBoxNew .voucherGread .VoucherBox:after {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  right: -16px;
  top: 50%;
  margin-top: -13px;
  content: '';
  background: #fff;
  position: absolute;
}
.productPageBoxNew .voucherGread .define-quantity {
  background: transparent;
  border: 0;
}
.productPageBoxNew .voucherGread .define-quantity input {
  font-weight: 600;
  font-size: 16px;
  color: #f88358;
  line-height: 1;
  padding: 0;
  border: 0;
}
.productPageBoxNew .voucherGread .define-quantity span {
  background: transparent;
  border-color: #e2efff;
  font-size: 0;
  line-height: 0;
}
.productPageBoxNew .voucherGread .voucherSS-price .d-flex > div:nth-child(1) {
  width: 100px;
}

@media (max-width: 575px) {
  .productPageBoxNew .voucherGread .VoucherBox {
    width: 106px;
    font-size: 26px;
    padding: 5px 15px;
  }
  .productPageBoxNew .voucherGread .voucherSS-price .d-flex > div {
    font-size: 12px;
  }
  .productPageBoxNew .voucherGread .voucherSS-price .fs-11 {
    font-size: 9px;
  }
  .productPageBoxNew .voucherGread .voucherSS-price .d-flex > div:nth-child(1) {
    width: 85px;
  }
  .productPageBoxNew .voucherGread .btn {
    padding: 5px 10px !important;
    font-size: 14px;
  }
}

@media (max-width: 419px) {
  .productPageBoxNew .voucherGread .col-3.text-center {
    padding-left: 5px;
  }
  .productPageBoxNew .voucherGread .VoucherBox {
    width: 84px;
    font-size: 17px;
    padding: 5px 15px;
  }
  .productPageBoxNew .voucherGread .VoucherBox:before {
    left: -20px;
  }
  .productPageBoxNew .voucherGread .VoucherBox:after {
    right: -20px;
  }
}

.productPageBoxNew .voucherGread .VoucherBox .desktopNav ul > li:hover > a {
  color: #011f79;
  border-bottom: 2px solid #ed0707;
}
.desktopNav ul li .dropdown-menu {
  padding: 0;
}
.desktopNav ul li a.dropdown-toggle:before {
  left: 0;
  right: 0;
  height: 15px;
  background: #fff;
  bottom: -10px;
  content: '';
  position: absolute;
  display: none;
}
.desktopNav ul li.dropdown:hover a[aria-haspopup='true']:before,
.desktopNav ul li.dropdown:hover a.dropdown-toggle:before {
  display: block;
}
.desktopNav ul li a.dropdown-toggle:after {
  display: none;
}
.desktopNav ul li.dropdown.spriteMenu {
  position: initial;
}
.desktopNav ul li.dropdown:hover > .dropdown-menu {
  display: block;
}
.desktopNav ul li.dropdown > .dropdown-toggle:active {
  pointer-events: none;
}
.desktopNav ul li.dropdown > .dropdown-menu {
  min-width: 100%;
  border-radius: 0;
  border: 0;
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.05);
  z-index: 10;
  margin: 0;
}
.desktopNav ul li.dropdown > .dropdown-menu a {
  text-align: left;
  vertical-align: top;
  font-size: 12px;
  border: 0;
  line-height: 1;
  padding-top: 9px;
  padding-bottom: 9px;
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
}
.desktopNav ul li.dropdown > .dropdown-menu a:hover {
  box-shadow: none;
}
.desktopNav ul li.dropdown.spriteMenu .dropdown-menu {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
}
.desktopNav ul li.dropdown.spriteMenu .dropdown-menu a {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

.brand_descp h1,
.brand_descp h2 {
  font-size: 14px;
}

#gyftingModel .modal-dialog {
  max-width: 720px;
}
#gyftingModel .preview {
  cursor: pointer;
}

/*02-11-20*/
.searchBR {
  background: url(../images/searchBr.png) no-repeat right center;
  padding-right: 24px;
}
.abtTxt h1 {
  font-size: 20px;
}
.abtTxt p {
  font-size: 14px;
}
.list-summary {
  display: none;
}
.SummaryToggle {
  cursor: pointer;
  position: relative;
}
.SummaryToggle .cartItem {
  background: url(../images/CartSumary.png) no-repeat left bottom/80%;
  position: absolute;
  right: 10px;
  top: -10px;
  width: 37px;
  text-align: right;
  padding: 0px 0 18px;
}
.SummaryToggle .cartItem span {
  background: #28a745;
  color: #fff;
  display: inline-block;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  text-align: center;
  font-size: 14px;
  line-height: 26px;
}
.SummaryToggle h3 {
  position: relative;
  padding-right: 25px;
}
.SummaryToggle h3:after {
  background: url(../images/down.png) no-repeat center;
  content: '';
  position: absolute;
  width: 16px;
  height: 10px;
  right: 3px;
  top: 5px;
  cursor: pointer;
}
.show .SummaryToggle h3:after {
  transform: rotate(180deg);
}
.show .list-summary {
  display: block;
}
.ffv {
  display: inline-block;
  min-width: 80px;
}
.border-bottom-light {
  border-bottom: 1px dashed rgba(51, 51, 51, 0.1);
}

#StoreLocator .modal-lg,
#howtouseModel .modal-lg {
  max-width: 720px;
}
.productPageCoupon .custom-control-label::before {
  top: 14px;
}
.productPageCoupon .custom-control-label {
  min-width: 100px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.imp-btn ul {
  font-size: 0;
}
.imp-btn ul li {
  margin: 0 !important;
  vertical-align: middle;
}
.imp-btn li a {
  display: block;
  position: relative;
  border: 1px solid rgba(151, 151, 151, 0.3);
  color: #3c3c3c;
  font-size: 12px;
  text-align: left;
  border-radius: 4px;
  padding: 10px 10px 10px 40px;
  margin: 5px 0 5px 10px;
}
.imp-btn ul li a:hover {
  text-decoration: none;
}
.imp-btn li a {
  background: rgba(216, 216, 216, 0.12) url(../images/ii.png) no-repeat 8px
    center;
}
.imp-btn li.hu a {
  background: rgba(216, 216, 216, 0.12) url(../images/hu.png) no-repeat 8px
    center;
}
.imp-btn li.sl a {
  background: rgba(216, 216, 216, 0.12) url(../images/sl.png) no-repeat 8px
    center;
}
.imp-btn li.ro a {
  background: rgba(216, 216, 216, 0.12) url(../images/ro.png) no-repeat 8px
    center;
}

.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: 4px;
  font-family: 'Font Awesome 5 Free';
  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;
}

.calcBox .col {
  width: 20%;
}
.calcBox .col:not(:last-child) {
  border-right: 1px solid #ccc;
}
.calcBox .col:nth-child(3):before {
  position: absolute;
  content: '+';
  font-size: 12px;
  width: 16px;
  height: 16px;
  text-align: center;
  left: -8px;
  top: 50%;
  margin-top: -8px;
  background: #fff;
  line-height: 16px;
  border-radius: 50%;
}
.calcBox .col:nth-child(3):after {
  position: absolute;
  content: '=';
  font-size: 12px;
  width: 16px;
  height: 16px;
  text-align: center;
  right: -8px;
  top: 50%;
  margin-top: -8px;
  background: #fff;
  border-radius: 50%;
}
.calcBox .col > div {
  line-height: 1;
}
.promotext {
  background: url(../images/promo-bg.png) no-repeat left center;
  padding-left: 30px;
  border-bottom: 1px dashed #ccc;
}
.bottomCart {
  display: none;
}
.bg-light-gray {
  background: rgba(181, 181, 181, 0.1);
}

.mobileSeve { background: rgba(181, 181, 181, 0.1) url(../images/expand.png) no-repeat right top; }
@media (max-width: 991px) {
  .SummaryToggle h3 span:after,
  .cartItem {
    display: none;
  }
  .SummaryToggle h3:after {
    display: none;
  }
  .imp-btn ul {
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap;
  }
  .imp-btn ul li {
    width: auto;
  }
  .imp-btn ul li a {
    padding-right: 15px;
    margin: 10px 15px 0 0;
  }

  .col-12.col-lg-4.topSticky {
    z-index: 99;
  }
  #MobileSummaryPopup .close {
    right: 8px;
    top: 9px;
    width: 30px;
    height: 30px;
    z-index: 9;
  }
  .topSticky {
    height: auto;
  }
  .mt-5-min {
    margin-top: -2.5rem !important;
  }
  .calcBox {
    display: none;
  }
  .bottomCart {
    background: #fff;
    position: fixed;
    z-index: 100;
    left: 0;
    right: 0;
    bottom: -1px;
    box-shadow: 0 -0.5rem 0.5rem rgba(0, 0, 0, 0.15) !important;
    display: block;
  }
  .bottomCart .cartBTN {
    width: 30px;
    background: url(../images/CartSumary.png) no-repeat bottom center/100%;
    display: block;
    padding: 0 0px 20px;
    text-align: right;
    margin-top: -20px;
  }
  .bottomCart .cartBTN span {
    display: inline-block;
    background: #28a745;
    border-radius: 50%;
    color: #fff;
    width: 24px;
    height: 24px;
    font-size: 12px;
    line-height: 23px;
    text-align: center;
    margin-right: -5px;
  }
}

.btfText {
  font-size: 12px !important;
}
.btfText p {
  font-size: 12px;
}
.btfText h5 {
  font-size: 12px;
  font-weight: 600;
}
.btfText h1 {
  font-size: 20px;
  font-weight: 700;
}
.btfText h2 {
  font-size: 18px;
  font-weight: 700;
}
.btfText h3 {
  font-size: 16px;
  font-weight: 700;
}
.btfText ul {
  font-size: 12px;
  padding-left: 20px;
}
.btfText ol {
  font-size: 12px;
  padding-left: 20px;
}

.btfText .card {
  background-color: transparent;
  border: 0;
  border-radius: 0;
}
.btfText .card .card-header {
  padding: 0;
  background-color: transparent;
}
.btfText .card .card-body {
  padding: 10px 0 30px 0;
  font-size: 14px;
  line-height: 1.8;
}
.btfText .card .card-header .btn-link {
  width: 100%;
  text-align: left;
  color: #333;
  padding-left: 0;
  white-space: inherit;
  position: relative;
  border: 0;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1;
  padding: 14px 0;
}
.btfText .card .card-header .btn-link:after {
  width: 2px;
  height: 14px;
  background: #c1c1c1;
  right: 6px;
  content: '';
  top: 50%;
  position: absolute;
  margin-top: -6px;
}
.btfText .card .card-header .btn-link:before {
  width: 14px;
  height: 2px;
  background: #c1c1c1;
  right: 0;
  content: '';
  top: 50%;
  position: absolute;
}
.btfText .card .card-header .btn-link[aria-expanded='true'] {
  color: #160e45;
}
.btfText .card .card-header .btn-link[aria-expanded='true']:after {
  display: none;
}
.btfText .card .card-header .btn-link[aria-expanded='true']:before {
  background: #160e45;
}
.btfText .card .card-header .btn-link:focus,
.btfText .card .card-header .btn-link:hover {
  text-decoration: none;
  color: #160e45;
}

#aditionalSummryModel .table tr td {
  padding: 8px 0;
}
.trModel {
  padding-top: 20px !important;
  background-color: transparent;
}
.trModel .close {
  position: absolute;
  z-index: 9;
  right: 0;
  top: -2px;
  color: #fff;
  text-shadow: none;
  opacity: 1;
}
.bg-light02 {
  background-color: #f2f3f5 !important;
}
.text-dark-blue {
  color: #001f79 !important;
}
.tcNewBox h5 {
  font-size: 14px;
  font-weight: 600;
  margin: -25px 0 10px -3px;
}
.tcNewBox h5 span {
  display: inline-block;
  padding: 0 3px;
}
.tcNewBox {
  font-style: italic;
}
.customListNew li {
  line-height: 1;
  padding: 5px 0 10px 25px;
  position: relative;
}
.customListNew li:before {
  content: '\f00c';
  font-family: 'Font Awesome 5 Free';
  font-size: 8px;
  text-align: center;
  color: #fff;
  border-color: #008efb;
  background-color: #008efb;
  left: 0;
  top: 7px;
  position: absolute;
  font-weight: bold;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  line-height: 16px;
}
.text-successfully {
  color: #64df34;
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  justify-content: center;
  padding: 10px;
}
@media (max-width: 767px) {
  .text-successfully figure {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.filterArya.FilterLeft {
  background-color: rgba(205, 205, 205, 0.1);
}
.custome-check label {
  padding: 6px 5px;
}

.redeemPro header {
  background: #000;
}
.text-warning {
  color: #ff6700 !important;
}
.redeemPro .form-control {
  background: #eef6fe;
  border: 1px solid #e5edf4;
  border-radius: 6px;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  color: #000;
}


.checkStatues h5 {
  font-size: 18px;
  font-weight: 600;
  color: #001f79;
}
.checkStatues .form-control {
  height: 40px;
  border: 0;
  border-bottom: 1px solid #d6d6d6;
}
.checkStatues .form-control::placeholder {
  color: #212529;
  opacity: 1;
}
.checkStatues .form-control:-ms-input-placeholder {
  color: #212529;
}
.checkStatues .form-control::-ms-input-placeholder {
  color: #212529;
}

.statues_abs {
  bottom: 0px;
  left: 15px;
  padding: 8px 20px;
  background: #fff;
  border-radius: 15px 15px 0px 0px;
}
.border_res_0 {
  border-width: 1px !important;
}
.checkStatues li:first-child {
  width: 40%;
  color: #777777;
}
.checkStatues li {
  list-style: none;
  font-size: 14px;
  color: #212529;
  line-height: 31px;
  font-weight: 400;
}
.logo_text h3 {
  font-size: 20px;
  font-weight: 600;
  color: #333333;
}
.qr_code {
  right: -65px;
  top: 50%;
  transform: translateY(-50%);
}
.qr_code span {
  border: 5px solid #f9f9f9;
}
.voucherlist {
  padding: 10px 0;
}

@media (max-width: 991px) {
  .qr_code {
    right: 0px;
  }
}

@media (max-width: 767px) {
  .qr_code {
    right: 50%;
    top: 65%;
    transform: translate(50%, 0%);
  }
  .voucherlist {
    padding-bottom: 90px;
  }
  .voucherlist {
    padding-bottom: 90px;
    margin-bottom: 100px;
  }
}
@media (max-width: 386px) {
  .TransactionsMainGridHead .fs-12 {
    font-size: 11px !important;
}
  .TransactionsMainGridHead .fs-14 {
    font-size: 12px !important;
}

  .checkStatues li {
    font-size: 11px;
  }
  .checkStatues h5 {
    font-size: 14px;
  }
  .bottomCart .btn {
    padding-left: 4px;
    padding-right: 4px;
    font-size: 12px;
  }
}

.mnemonics {
  margin: 0;
  padding: 0 0 10px 0;
  vertical-align: middle;
  white-space: nowrap;
}
.mnemonics li {
  display: inline-block;
  background: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 25px;
  font-size: 13px;
  padding: 5px 10px 5px 15px;
  vertical-align: middle;
  white-space: nowrap;
  margin-right: 5px;
}
.mnemonics li img {
  display: inline-block;
  vertical-align: middle;
}
.mnemonics li span {
  display: inline-block;
  padding: 0 25px 0 10px;
  vertical-align: middle;
  background: url(../images/check-icon.png) no-repeat right center;
  color: #019913;
}
.mnemonics li.watch-video-link span {
  background-image: none;
  padding: 0 3px;
  color: #333;
  cursor: pointer;
}
.mnemonics li.donotUse img {
  opacity: 50%;
  filter: grayscale(100%);
}
.mnemonics li.donotUse span {
  color: #fe355c;
  background-image: url(../images/cross-icon.png);
}

@media (max-width: 767px) {
  .mnemonics li {
    margin: 0;
    font-size: 12px;
    padding: 3px 8px 3px 10px;
  }
  .mnemonics li span {
    padding: 0 18px 0 5px;
  }
  .mnemonics {
    overflow: hidden;
    overflow-x: auto;
  }
}

@media (max-width: 991px) {
  .watchDes {
    display: none !important;
  }
  .watchMob {
    left: 20px;
    width: 50px;
    height: 50px;
    background: #001f79;
    border-radius: 50%;
    position: fixed;
    bottom: 75px;
    box-shadow: 0 5px 10px #999;
    z-index: 999;
    text-align: center;
    color: #fff;
    padding: 10px 0;
    line-height: 22px;
  }
  .watchMob span {
    display: none;
  }
}

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

.Subscriptiondv h3 {
  font-size: 21px;
  font-weight: bold;
}

.Subscriptiondv p {
  font-size: 13px;
}

.nextBtnActive:hover a {
  color: #fff;
}
.OTPBox:before {
  content: '';
  position: absolute;
  left: 0px;
  width: 100%;
  height: 2px;
}
.productGray label {
  color: #7e7d7d;
}
@media screen and (max-width: 768px) and (min-width: 320px) {
  .hide-header-m {
    display: none;
  }
}

@media (max-width: 576px) {
  .productPageBoxNew .voucherGread .Subscriptiondv {
    font-size: 22px;
    padding: 5px 5px;
    width: auto;
    text-align: center;
  }
}
@media (max-width: 478px) {
  body{
    padding-top: 50px;
  }
}
@media (max-width: 465px) {
  .productPageBoxNew .voucherGread .Subscriptiondv {
    width: 85px;
  }
  .Subscriptiondv h3 {
    font-size: 15px;
  }
  .Subscriptiondv p {
    font-size: 10px;
  }
  .Subscriptiondv h3 {
    font-size: 13px;
  }
}
@media (max-width: 360px) {
  .faceValueMain div {
    font-size: 10px !important;
  }
  .Subscriptiondv p {
    font-size: 8px;
  }
  .faceValueMain .fs-11 {
    font-size: 9px !important;
  }
  .productPageBoxNew .voucherGread .Subscriptiondv {
    width: 80px;
  }
}

.summeryNew select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  position: relative;
}

.summeryNew select {
  background: #fff url('../images/select-down.png') no-repeat 98% center !important;
}

.productPageBoxNew2 {
  border: 0px;
}
.productPageBoxNew2 .voucherGread {
  border: 1px solid #e2efff;
}
.productPageBoxNew2 .voucherGread:first-child {
  border-bottom: 0px;
}
.shadowActive {
  box-shadow: 0 0 4px 2px rgb(0 0 0 / 14%);
  border: 1px solid #007bff !important;
}
.topSticky {
  height: auto;
}

#MobileSummaryPopup .modal-dialog {
  height: auto;
}

#aditionalModel .modal-dialog {
  height: auto;
}

.bestsealerBrand .shadow-sm {
  box-shadow: 0px 0px 10px 0px rgba(50, 120, 143, 0.16) !important ;
}

#crossIcon {
  position: absolute;
  right: 6px;
  top: 6px;
  cursor: pointer;
}

/* Luxury Brand Start */
.bannerLuxry h4 {
  font-family: 'Playfair Display', serif;
  font-size: 40px;
  color: #212529;
  margin-bottom: 20px;
}
.bannerLuxry p {
  color: #777777;
  margin-bottom: 0;
}
.listingLuxurySec h4 {
  color: #1b2437;
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: 'Playfair Display', serif;
}
.innnerPro {
  border-radius: 7px;
  overflow: hidden;
  border: 1px solid #ececec;
  padding-bottom: 60px;
}
.innnerPro p {
  font-size: 14px;
  color: #8e8e93;
  font-weight: 300;
  padding: 0px 28px;
  margin-top: 14px;
}
.logoDv {
  max-width: 50%;
  margin: -56px 0 0 15px;
}
.btnDV {
  position: absolute;
  padding: 0px 15px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  bottom: 8px;
}
.btnDV span {
  color: #212529;
  font-size: 30px;
  font-weight: 500;
}
.btnDV a {
  border: 2px solid #212529;
  font-size: 18px;
  color: #212529;
  display: inline-block;
  border-radius: 6px;
  padding: 6px 20px;
}
.loadMoreBtn {
  border: 2px solid #777777;
  color: #777777;
  padding: 10px 28px;
  font-weight: 500;
  border-radius: 6px;
}
.hrdMob {
  position: absolute;
  left: 10%;
  top: 50%;
  width: 80%;
  background: #ffffffbf;
  padding: 30px;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .btnDV span {
    font-size: 20px;
  }
  .btnDV a {
    font-size: 15px;
    padding: 4px 7px;
  }
  .logoDv {
    margin: -56px 10px 0 10px;
    text-align: center;
  }
  .innnerPro p {
    padding: 0px 10px;
  }
  .btnDV {
    padding: 0px 10px;
  }
  .bannerLuxry h4 {
    font-size: 25px;
  }
  .bannerLuxry p {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .imageDv {
    display: none;
  }
  .logoDv {
    max-width: 100%;
    margin: 10px 10px 0 10px;
    text-align: center;
  }
  .listingLuxurySec h4 {
    font-size: 22px;
    text-align: center;
  }
}
@media (max-width: 576px) {
  .bannerLuxry h4 {
    font-size: 22px;
    margin-bottom: 6px;
  }
  .bannerLuxry p {
    font-size: 12px;
  }
  .hrdMob {
    padding: 10px;
  }
}
@media (max-width: 390px) {
  .btnDV span {
    font-size: 16px;
  }
  .btnDV a {
    font-size: 12px;
    padding: 3px 6px;
  }
}
/* Luxury Brand End */

/* ************************ Salepopup Start ************************ */
.overflow-inherit{
  overflow: inherit;
} 
.closeMod4 {
  position: absolute;
  right: -8px;
  top: -8px;
  font-size: 18px;
  z-index: 9;
  background: #dc3545;
  border-radius: 50%; 
  line-height: 1;
  width: 20px;
  height: 20px;
}
/* ************************ Salepopup End ************************ */

/* ************************ ThankYou Page Start  ************************ */
.congrtesPage:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #fefff5;
}
.listingTrans {
  background-color: #e2efff;
}
.listingTrans:before {
  content: '';
  position: absolute;
  left: -10px;
  top: 0;
  width: 10px;
  height: 100%;
  background: url('../images/leftCut.png');
}
.listingTrans::after {
  content: '';
  position: absolute;
  right: -10px;
  top: 0;
  width: 10px;
  height: 100%;
  background: url('../images/rightCut.png');
}
.innerListingTrns {
  border: 1px solid #939393;
  border-bottom: 0;
}
.lstingRow {
  cursor: pointer;
  align-items: center;
}
.innerListingTrns:last-child {
  border-bottom: 1px solid #939393;
}
.brandHr {
  background: #fefff5;
}
.dataProcess:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 2px;
  height: 50%;
  background: #6c757d;
  transform: translateY(-50%);
}
.deleverdDrop {
  display: none;
}
.openSub .deleverdDrop {
  display: block;
}
.openSub .dropMainBtn img {
  transform: rotate(180deg);
}
.expDateText img {
  margin-left: 4px;
}

.expDateText {
  width: 150px;
  text-align: left;
  padding-left: 28px;
  display: flex;
}
.expDateText button {
  line-height: 0;
  margin-left: 6px;
}
@media (max-width: 1299px) {
  .innerListingTrns {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .expDateText {
    width: auto;
    padding-left: 0;
  }
  .innerListingTrns.fs-18 {
    font-size: 13px;
  }
  .innerListingTrns {
    font-size: 12px;
    white-space: nowrap;
  }
  .listingTrans .fs-18 {
    font-size: 13px;
  }
  .listingTrans .fs-22 {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .brandHrd {
    font-size: 14px;
    color: #000;
    font-weight: 600;
  }
  .expText {
    font-size: 12px;
    font-weight: 600;
  }
  .expText span {
    color: #b72020;
  }
  .expText img {
    width: 14px !important;
  }
  .voucherText {
    padding-left: 3%;
    margin-left: 1%;
  }
  .voucherText:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 2px;
    height: 50%;
    background: #000;
    transform: translateY(-50%);
  }
  .downBtn2 img {
    width: 12px !important;
  }
  .delevrdIc img {
    width: 16px !important;
  }
  .expText {
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 567px) {
  .congrtesPage .fs-30 {
    font-size: 24px;
  }
  .listingTrans .fs-18 {
    font-size: 12px;
  }
  .listingTrans .fs-22 {
    font-size: 14px;
  }
}
@media (max-width: 470px) {
  .listingTrans {
    padding: 8px;
  }

  .brandHrd {
    font-size: 10.6px;
    white-space: nowrap;
  }
  .expText {
    font-size: 11px;
  }
  .delname {
    font-size: 9px;
  }
}
@media (max-width: 400px) {
  .mobFlex {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 476px) {
  .congrtesPage {
    margin-top: 50px;
  }
}
@media (max-width: 380px) {
  .productPageBoxNew .voucherGread .btn {
    padding: 5px 5px !important;
    font-size: 9px;
  }
}
@media (max-width: 374px) {
  .dataProcess {
    display: block !important;
  }
  .brandHrd {
    font-size: 9px;
  }
}
.openSub .downBtn2 img {
  transform: rotate(180deg);
}
/* ************************ ThankYou Page End  ************************ */

/* ************************ Free Promocode Popup Start  ************************ */
#freeGiftPop .close {
  background: red;
  opacity: 1;
  color: #fff;
  text-shadow: none;
  width: 30px;
  height: 30px;
  position: absolute;
  border-radius: 50%;
  top: 5px;
  right: 5px;
  z-index: 1;
}
#freeGiftPop .modal-dialog {
  max-width: 700px;
}
#freeGiftPop .logoDV {
  border: 2px solid #000;
  display: inline-block;
  border-radius: 10px;
  padding: 5px;
  max-width: 65%;
}
#freeGiftPop h4 {
  color: #001f79;
}
/* ************************ Free Promocode Popup End  ************************ */

@media (max-width: 575px) {
  .exp-mob, .voucher-mob {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .voucher-mob.voucherText:before {
    display: none !important;
  }
}

/* **************** New Authentication Start *************************** */
.form-control.loginFromControl {
  background-color: #F4F4F4 !important;
  padding: 20px 10px !important;
  border: 1px solid;
  border-color: #E2E2E2;
  border-radius: 4px;
}
.leftForm {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.bg-light-2{
  background: #E2FDFF;
}
.closeBtn {
  position: absolute;
  right: 4px;
  top: 4px;
}
.showPass {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #999999;
}
.shwPassOuter .form-control.loginFromControl {
  padding-right: 36px !important;
}

@media (max-width: 576px){
  .leftForm .fs-26 {
      font-size: 16px;
  }
  .leftForm .fs-20 {
      font-size: 16px;
  }
}
/* **************** New Authentication End *************************** */

/******************* product stock start***************************** */
.stock_out_april { position: relative; z-index: 1; }
.stock_border { border: 1px solid #000; padding-top: 24px; }
.stock_out_april::after { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 30%; background: #f7fbff; z-index: -1; }
.stock_anim { animation: swingStockOut ease-in-out .8s infinite alternate; transform-origin: center -10px; }
.stock_out_april .closeBtn { position: absolute; right: -10px; top: -10px; font-size: 18px; z-index: 9; border: 0; padding: 0; background: #017bfe; border-radius: 50%; line-height: 1; width: 24px; height: 24px; }

@keyframes swingStockOut {
  0% { transform: rotate(2deg); }
  100% { transform: rotate(-2deg); }
}
@media (max-width: 767px) {
  .stock_out_april .fs-20 { font-size: 16px; }
  .stock_out_april::after { height: 22%; }
}
/******************* product stock end ***************************** */

/*****************checkout instruction start****************************/
.checkOutInsMod .modal-header{
  background: #081e74; 
}
.checkOutInsMod .modal-header button{
   line-height: 1;
}
.checkOutInsMod ul{
   padding: 0;
}
.checkOutInsMod ul li {
   margin-bottom: 4px;
   font-size: 14px;
}
.checkOutInsMod ul li strong{
   color: #4285f4;
}
.border-bottom-dashed{
   border-bottom: 2px dashed #1b1b1b;
} 
@media (max-width: 767px){ 
   .checkOutInsMod .modal-body img{
       width: 150px;
   } 
}
/***********************checkout instruction end***************************/

/* ************************ Autocomplete Start ************************ */
.react-autosuggest__container--open .react-autosuggest__suggestions-container { display: block; position: absolute; max-height: 323px; width: 100%; border: 1px solid #aaa; background-color: #fff; font-family: Helvetica, sans-serif; font-weight: 300; font-size: 16px; border-radius: 5px; z-index: 6; overflow: auto; }
.react-autosuggest__input { width: 240px; height: 30px; padding: 10px 20px; font-family: Helvetica, sans-serif; font-weight: 300; font-size: 16px; border: 1px solid #aaa; border-radius: 4px; }
.react-autosuggest__container--open .react-autosuggest__input { border-bottom-left-radius: 0; border-bottom-right-radius: 0; }
.react-autosuggest__container { position: relative; }
.react-autosuggest__input:focus { outline: none; }
.react-autosuggest__suggestions-container { display: none; }
.react-autosuggest__suggestions-list::before { content: ''; }
.react-autosuggest__suggestions-list { margin: 0; padding: 0; list-style-type: none; }
.react-autosuggest__suggestions-list li a:hover { text-decoration: none; }
.react-autosuggest__suggestion { cursor: pointer; }
.react-autosuggest__suggestion:not(:first-child) { border-top: 1px solid #ddd; }
.react-autosuggest__suggestion:hover { background-color: #001f79; color: #fff; }
.react-autosuggest__suggestion--focused .highlight { color: #120000; }
.suggestion-content { display: flex; align-items: center; background-repeat: no-repeat; }
.suggestion-content:hover { color: #FFFFFF; }
.suggestion-content:hover .suggestion-highlight { color: #FFFFFF; }
.suggestion-name { margin-left: 10px; line-height: 39px; font-weight: 500; }
.suggestion-highlight { color: #001f79; font-weight: bold; }
#SaveCalcModal .react-autosuggest__container--open .react-autosuggest__suggestions-container{max-height: 100px;}
/* ************************ Autocomplete End ************************ */

/* ************************ Custome Start ************************ */
.cur-pointer { cursor: pointer; }
/* ************************ Custome End ************************ */

@media (max-width: 767px) {
.newMBGrid {margin: 0 -15px; display:flex; align-items: center;}
.newMBGrid img {width: 50%;}
.newMBGrid figcaption {width: 50%; text-align: center; padding: 10px !important;}
.newMBGrid figcaption h1 {font-size: 14px; font-weight:600;}
.newMBGrid figcaption .topTxt {display: none;}
.newMBGrid figcaption .mnemonics li {border: 0; padding: 0;}
.scrolPC {display: none;}
/* .scrolPC { overflow: hidden; overflow-x: auto; white-space: nowrap; margin:0; padding-bottom: 15px;}
.productPageCoupon .custom-control-label {min-width: initial}
.scrolPC li {display: inline-block; margin: 0 10px 0 0!important; width: 80%;}
.scrolPC li>div {margin: 0 !important; white-space: initial;} */
.mt-5-min { margin-top: -4rem !important;}
.topNewCart li {vertical-align: middle;}
}

@media (max-width: 768px) {
  .CartTop {background: #fff url(../images/shopping-cart.png) no-repeat center/20px; color: #000; padding: 12px 0 12px 30px; font-size: 14px; display: block; position: relative;}
  .CartTop span {position: absolute; left: -1px; top: -2px; background:#0f0f0f; color: #fff; font-size: 10px; border-radius: 50%; width: 16px; height: 16px; line-height: 16px; text-align: center; font-weight: 700;}
  }
