@font-face {
  font-family: 'Calibri Regular';
  src: url('../fonts/Calibri-Regular.woff2') format('woff2'),
    url('../fonts/Calibri-Regular.woff') format('woff'),
    url('../fonts/Calibri-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Calibri Light';
  src: url('../fonts/Calibri-Light.woff2') format('woff2'),
    url('../fonts/Calibri-Light.woff') format('woff'),
    url('../fonts/Calibri-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'Calibri Bold';
  src: url('../fonts/Calibri-Bold.woff2') format('woff2'),
    url('../fonts/Calibri-Bold.woff') format('woff'),
    url('../fonts/Calibri-Bold.ttf') format('truetype');
}

::-webkit-input-placeholder {
  color: #666;
}
/* Firefox 19+ */
::-moz-placeholder {
  color: #666;
}
/* IE 10+ */
:-ms-input-placeholder {
  color: #666;
}
/* Firefox 18- */
:-moz-placeholder {
  color: #666;
}

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 {
  max-width: 100%;
}
a {
  color: #44b0ec;
  font-family: 'Calibri Regular', sans-serif;
  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 {
  min-height: 100%;
}
body {
  background-color: #ffffff;
  font-family: 'Calibri Regular', serif;
  min-height: 100%;
  color: #010101;
}
header.row {
  position: relative;
  z-index: 3;
}
.bg-light2 {
  background: #f8f9fb !important;
}
.btn-outline-primary {
  color: #073366;
  border-color: #073366;
}
.btn-outline-primary:hover,
.btn-primary {
  color: #fff;
  background-color: #073366;
  border-color: #073366;
}
.btn-primary:hover {
  background-color: #062d5a;
  border-color: #062d5a;
}
.btn-blue {
  color: #fff;
  background-color: #ed1c24;
  border-color: #ed1c24;
}
.form-control,
.btn {
  font-family: 'Calibri Regular', sans-serif;
}
.text-primary {
  color: #073466 !important;
}
/* .otherBrand {
  background: #d8d8d8 !important;
} */
.bg-blue {
  background: #ed1c24 !important;
  color: #fff;
}
.text-blue {
  color: #ed1c24 !important;
}
.bg-gray {
  background: #f0f0f0;
}
.bg-one {
  background: rgba(58, 161, 233, 0.1);
}
.bg-two {
  background: rgba(73, 191, 151, 0.1);
}
.bg-three {
  background: rgba(95, 198, 213, 0.1);
}
.bg-primary {
  background: #44b0ec !important;
}
.font-Calibri Regular,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Calibri Regular', sans-serif;
}

.lh-1 {
  line-height: 1;
}
.fw-100 {
  font-family: 'Calibri Light', sans-serif;
}
.fw-200 {
  font-family: 'Calibri Light', sans-serif;
}
.fw-300 {
  font-family: 'Calibri Light', sans-serif;
}
.fw-400 {
  font-family: 'Calibri Regular', sans-serif;
}
.fw-500 {
  font-family: 'Calibri Bold', sans-serif;
}
.fw-600 {
  font-family: 'Calibri Bold', sans-serif;
}
.fw-700 {
  font-family: 'Calibri Bold', sans-serif;
}
.fw-800 {
  font-family: 'Calibri Bold', sans-serif;
}
.fw-900 {
  font-family: 'Calibri Bold', sans-serif;
}

.fs-10 {
  font-size: 10px;
}
.fs-12 {
  font-size: 12px;
}
.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-24 {
  font-size: 24px;
}
.fs-26 {
  font-size: 26px;
}
.fs-30 {
  font-size: 30px;
}
.fs-36 {
  font-size: 36px;
}
.fs-50 {
  font-size: 50px;
}

.text-dark {
  color: #010101 !important;
}

header.row {
  background: #ed1c24;
  color: #fff;
}
header.row:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 25%;
  background: #073366;
}
.container {
  max-width: 600px;
}
.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;
  background: #fff;
}
.hamburger-icon div {
  position: absolute;
  height: 2px;
  right: 5px;
  left: 5px;
  background-color: #2c5baa;
  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: #d62625;
}
.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: #d62625;
}
.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;
}
.off-canvas-nav li.parent > a:after {
  content: '';
  float: right;
  background-image: url(../images/spritesheet.png);
  background-position: -257px -232px;
  width: 7px;
  height: 12px;
  margin: 14px 0;
}
.left-nav-toplink {
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
}
.off-canvas-nav .subMenu > div > span {
  text-align: right;
  position: relative;
  line-height: 40px;
  padding: 0 15px;
  font-size: 12px;
  cursor: pointer;
}
.off-canvas-nav .subMenu > div > span:before {
  content: '';
  display: inline-block;
  background-image: url(../images/spritesheet.png);
  background-position: -257px -220px;
  width: 7px;
  height: 12px;
  margin: -2px 8px;
}
.subMenu {
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  right: -100%;
  text-transform: uppercase;
  background-color: #f3f3f3;
  overflow-x: hidden;
  overflow-y: auto;
  transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s,
    right 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transform-origin: 50% 0;
}
.subMenu.openSub {
  transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s,
    right 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
  right: 0;
}
.btn-categories {
  background: transparent;
}
.btn-categories.btn.dropdown-toggle::after {
  float: right;
  margin-top: 6px;
}
.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;
}

.Bestselling-owl-carousel.owl-carousel .item a {
  background: #ffffff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
}
.Bestselling-owl-carousel.owl-carousel .item img {
  width: auto;
  max-width: 100%;
  display: inline-block;
  margin: 30px 0 10px 0;
}
.Offers-owl-carousel .owl-nav .owl-prev,
.discount-owl-carousel3 .owl-nav .owl-prev,
.discount-owl-carousel2 .owl-nav .owl-prev,
.discount-owl-carousel .owl-nav .owl-prev,
.Bestselling-owl-carousel .owl-nav .owl-prev {
  font-size: 0;
  position: absolute;
  width: 12px;
  height: 20px;
  left: -5px;
  top: 50%;
  background: url(../images/left.png) no-repeat center/auto 20px;
  margin-top: -10px;
}
.Offers-owl-carousel .owl-nav .owl-next,
.discount-owl-carousel3 .owl-nav .owl-next,
.discount-owl-carousel2 .owl-nav .owl-next,
.discount-owl-carousel .owl-nav .owl-next,
.Bestselling-owl-carousel .owl-nav .owl-next {
  font-size: 0;
  position: absolute;
  width: 12px;
  height: 20px;
  right: -5px;
  top: 50%;
  background: url(../images/right.png) no-repeat center/auto 20px;
  margin-top: -10px;
}
.Bestselling-owl-carousel.owl-carousel .present .item a {
  margin-bottom: 0;
  margin-top: 70px;
}
.Bestselling-owl-carousel.owl-carousel .present .item a img {
  margin-top: 30px;
  margin-bottom: 0;
}
.Bestselling-owl-carousel.owl-carousel .present .item figcaption {
  opacity: 0;
}
.owl-carousel.Bestselling-owl-carousel .owl-stage-outer {
  padding: 0 2px;
  margin: 0 -3px;
}

.Offers-owl-carousel .owl-nav .owl-prev {
  left: -10px;
}
.Offers-owl-carousel .owl-nav .owl-next {
  right: -10px;
}

.discount-owl-carousel3 .owl-nav .owl-next,
.discount-owl-carousel2 .owl-nav .owl-next,
.discount-owl-carousel .owl-nav .owl-next {
  right: -20px;
}
.discount-owl-carousel3 .owl-nav .owl-prev,
.discount-owl-carousel2 .owl-nav .owl-prev,
.discount-owl-carousel .owl-nav .owl-prev {
  left: -20px;
}

.QuickBuy {
  background: #ffffff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
  font-family: sans-serif;
  display: none;
}
.gv-value-list {
  font-size: 0;
}
.gv-value-list li {
  width: 33.33%;
  margin: 0 !important;
  position: relative;
}
.gv-value-list label {
  background: #fafafa;
  padding: 9px 10px 8px;
  font-size: 14px;
  cursor: pointer;
  line-height: 1;
  border-radius: 30px;
  display: block;
  text-align: center;
  margin: 5px;
}
.gv-value-list input {
  opacity: 0;
  position: absolute;
}
.gv-value-list input:checked + label,
.gv-value-list input:checked ~ label {
  background: #ed1c24;
  color: #fff;
}

.define-quantity {
  width: 80px;
  overflow: hidden;
  display: block;
  vertical-align: middle;
}
.addGQty .define-quantity {
  display: inline-block;
}
.define-quantity input {
  border: 1px solid #073466;
  text-align: center;
  display: block;
  width: 100%;
  font-size: 14px;
  height: 26px;
  outline: none;
  background-color: transparent;
  color: #000;
}
.define-quantity span {
  float: right;
  border-left: 1px solid #073466;
  line-height: 1;
  cursor: pointer;
  width: 26px !important;
  font-size: 0;
  position: relative;
  height: 26px;
  margin-top: -26px;
}
.define-quantity span.dec {
  float: left;
  border-right: 1px solid #073466;
}
.define-quantity span.inc:before {
  position: absolute;
  width: 2px;
  left: 0;
  height: 12px;
  top: 50%;
  content: '';
  background: #000;
  left: 50%;
  margin: -6px 0 0 -1px;
}
.define-quantity span:after {
  position: absolute;
  width: 12px;
  left: 0;
  height: 2px;
  top: 50%;
  content: '';
  background: #000;
  left: 50%;
  margin: -1px 0 0 -6px;
}

.DiscountsSection .nav-tabs {
  background: #ed1c24;
  border: 0;
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: auto;
  display: block;
}
.DiscountsSection .nav-tabs .nav-item {
  margin: 0;
  display: inline-block;
}
.DiscountsSection .nav-tabs .nav-item:last-child .nav-link {
  border-right: 0;
}
.DiscountsSection .nav-tabs .nav-link {
  border-radius: 0;
  margin: 0;
  border: 0;
  font-size: 20px;
  font-family: 'Calibri Bold', serif;
  border-right: 1px solid #4052d8;
  padding: 10px 16px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  background: #ed1c24;
  color: #fff;
}
.DiscountsSection .nav-tabs .nav-link span {
  display: block;
  text-align: center;
  font-size: 20px;
}
.DiscountsSection .nav-tabs .nav-link span + span {
  font-size: 12px;
}
.DiscountsSection .nav-tabs .nav-link.active {
  border-bottom-color: #44b0ec;
}
/* .DiscountsSection .nav-tabs .nav-link.active span {
  color: #ed1c24;
}
.DiscountsSection .nav-tabs .nav-link.active span + span {
  color: #26313f;
} */

.sengGiftBox,
.trandingBox {
  position: relative;
  color: #fff;
}
.sengGiftBox .overBox,
.trandingBox .overBox {
  position: absolute;
  top: 0;
  right: 20px;
  left: 20px;
  bottom: 0;
  display: flex;
  align-items: center;
  z-index: 1;
}
.trandingBox .overBox > div {
  width: 100%;
}
.sengGiftBox .overBox > div {
  width: 100%;
  padding: 0 3%;
}

.tag {
  position: absolute;
  width: 80px;
  height: 50px;
  background: url(../images/offer-band.png) no-repeat center left/cover;
  z-index: 2;
  left: -12px;
  top: 10px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  padding: 10px;
  font-size: 14px;
}
.offerBox1 {
  background: #fff;
  position: relative;
  min-height: 100%;
}
.offerBox1 .product-img {
  position: relative;
}
.offerBox1 .product-img .product-logo {
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 15px;
  top: 15px;
  display: flex;
  align-items: center;
  background: transparent;
}
.offerBox1 .product-img .product-logo2 {
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 115px;
  top: 15px;
  display: flex;
  align-items: center;
  background: transparent;
}
.offerBox1 .product-img .product-logo2 > div,
.offerBox1 .product-img .product-logo > div {
  width: 100%;
  text-align: center;
}
.offerBox1 .freeProduct {
  position: relative;
  margin-top: -40px;
}
.offerBox1 .freeProduct .free-product-logo {
  background: #ed1c24;
  height: 138px;
  width: 160px;
  display: flex;
  align-items: center;
}
.offerBox1 .freeProduct .free-product-logo > div {
  width: 100%;
  color: #fff;
}
.offerBox1 .h5 {
  color: #ed1c24;
}
.offerBox1 .free-gv {
  background: #ed1c24;
  padding: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  position: absolute;
  color: #fff;
  font-family: 'Calibri Regular', sans-serif;
}
.offerBox1 .free-gv2 {
  background: rgba(49, 91, 150, 0.8);
  padding: 15px;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  color: #fff;
  font-family: 'Calibri Regular', sans-serif;
}
.Offers-owl-carousel.owl-carousel {
  display: block;
}
.Offers-owl-carousel.owl-carousel .owl-item img {
  display: inline-block;
  width: auto;
}

.Promocode-owl-carousel.owl-carousel .owl-item img {
  display: inline-block;
  width: auto;
}
.promocodeBox {
  border: 2px dashed #979797;
  text-align: center;
  color: #26313f;
}
.promocodeBox .pSize {
  height: 65px;
}
footer.row {
  background: #ececed;
  color: #010101;
}
footer.row .card {
  border-radius: 0;
  background: transparent;
  border: 0;
}
footer.row .card-body {
  padding: 0 5px;
}
footer.row .card-header {
  padding: 0;
  background-color: transparent;
}
footer.row .card-header .btn-link {
  color: #010101;
  font-weight: 500;
  padding: 10px 20px 10px 0;
  position: relative;
}
footer.row .card-header .btn-link:before {
  width: 14px;
  height: 2px;
  background: #010101;
  right: 0;
  content: '';
  top: 50%;
  position: absolute;
}
footer.row .card-header .btn-link.collapsed:after {
  width: 2px;
  height: 14px;
  background: #010101;
  right: 6px;
  content: '';
  top: 50%;
  position: absolute;
  margin-top: -6px;
}
footer.row .card-header .btn-link:focus {
  outline: none;
  text-decoration: none;
  box-shadow: none;
}
footer.row .accordion > .card:not(:last-of-type) {
  border-bottom: 1px solid #010101;
}
footer.row .card-body ul li a {
  display: block;
  padding: 5px 0;
  color: #010101;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  font-size: 14px;
}

/* .otherBrand {
  background: #d8d8d8;
} */
.otherBrandBox {
  background: #ffffff;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.15);
  text-align: center;
  min-height: 100%;
}
.otherBrandBox a {
  display: block;
  color: #26313f;
  font-size: 16px;
  line-height: 1.5;
}
.otherBrandBox a .h3 {
  display: block;
  font-weight: 300;
}

.BradSearch .form-control {
  color: #010101;
  border-color: #ed1c24;
  width: 400px;
  border-radius: 20px;
  max-width: 100%;
  background: #ffffff url(../images/search-black-icon.png) no-repeat center
    right;
  padding-right: 25px;
}

.brand-Page {
  margin-top: -20px;
  position: relative;
}
.product-white-box {
  box-shadow: 0 0 1px 0 rgba(40, 41, 61, 0.08),
    0 0 2px 0 rgba(96, 97, 112, 0.16);
  background: #fff;
  min-height: 100%;
}
.morecontent span {
  display: none;
}
.product-white-box .nav-tabs {
  border: 0;
}
.product-white-box .nav-tabs .nav-item {
  margin: 0;
  border: 0;
}
.lab150 {
  min-width: 110px;
}

.promoFild .form-control,
.storeFinder .form-control {
  border-width: 0 0 1px 0;
  border-radius: 0;
  padding: 0;
  height: calc(1em + 0.75rem + 2px);
  background-color: transparent;
}
.editPromo {
  position: absolute;
  right: 20px;
  top: 5px;
}
.productPageCoupon {
  border: 1px dashed #ced4da;
  font-family: 'Calibri Regular', sans-serif;
}
.productPageCoupon.OrangeBox {
  border: 1px dashed #ed1c24;
}
.productPageCoupon.RedBox {
  border: 1px dashed #ff0000;
}
.border-dashed-green {
  border: 1px dashed #ed1c24;
}
.productPageCoupon.GreenBox {
  border: 1px dashed #ed1c24 !important;
  background: #ecf6ff;
}
.productPageCoupon.GreenBox label {
  color: #3aa1e9;
}
.productPageCoupon.GreenBox
  .custom-control-input:checked
  ~ .custom-control-label::before {
  content: '\f00c';
  font-family: 'Font Awesome 5 Free';
  font-size: 10px;
  text-align: center;
  color: #fff;
  border-color: #3aa1e9;
  background-color: #3aa1e9;
  font-weight: bold;
}
.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;
}

.ImportantInstructionsList ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ImportantInstructionsList li {
  padding: 2px 0 2px 30px;
  position: relative;
  font-size: 12px;
}
.ImportantInstructionsList li:after {
  position: absolute;
  left: 5px;
  width: 14px;
  height: 14px;
  background-color: #007db8;
  content: '\f00c';
  color: #fff;
  top: 5px;
  font-family: 'Font Awesome 5 Free';
  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: #007db8;
  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: #ed1c24;
  border: 1px solid #ed1c24;
  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 #ed1c24;
}
.stepsBox .item figure figcaption {
  padding: 5px;
}
.stepsBox .item figure figcaption p {
  margin: 0;
}
.stepsBox .item figure figcaption p span {
  color: #ed1c24;
}

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


.saveBoxNew {
  color: #ed1c24;
  cursor: pointer;
  background: rgba(58, 161, 233, 0.1);
  border-radius: 4px;
  font-size: 12px;
  margin: 0 auto;
  text-align: center;
  max-width: 190px;
}
.saveBoxNew span {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
}

.gvList .vg-card {
  font-family: 'Calibri Regular', sans-serif;
  text-align: center;
  box-shadow: 0 0 1px 0 rgba(40, 41, 61, 0.08),
    0 0 2px 0 rgba(96, 97, 112, 0.16);
  background: #fff;
  cursor: pointer;
  min-height: 100%;
}
.gvList .vg-card .vg-fv {
  font-size: 18px;
  font-weight: 700;
  background: #000 url(../images/card1.png) no-repeat -12px center;
  border-radius: 5px;
  max-width: 190px;
  margin: 0 auto;
  color: #fff;
  padding: 40px 5px 40px 45px;
  line-height: 1;
}
.gvList > div:nth-child(1) .vg-card .vg-fv {
  background-image: url(../images/card1.png);
}
.gvList > div:nth-child(2) .vg-card .vg-fv {
  background-image: url(../images/card2.png);
}
.gvList > div:nth-child(3) .vg-card .vg-fv {
  background-image: url(../images/card3.png);
}
.gvList > div:nth-child(4) .vg-card .vg-fv {
  background-image: url(../images/card4.png);
}
.gvList > div:nth-child(5) .vg-card .vg-fv {
  background-image: url(../images/card5.png);
}
.gvList > div:nth-child(6) .vg-card .vg-fv {
  background-image: url(../images/card6.png);
}
.gvList > div:nth-child(7) .vg-card .vg-fv {
  background-image: url(../images/card1.png);
}
.gvList > div:nth-child(8) .vg-card .vg-fv {
  background-image: url(../images/card2.png);
}
.gvList > div:nth-child(9) .vg-card .vg-fv {
  background-image: url(../images/card3.png);
}
.gvList > div:nth-child(10) .vg-card .vg-fv {
  background-image: url(../images/card4.png);
}
.gvList > div:nth-child(11) .vg-card .vg-fv {
  background-image: url(../images/card5.png);
}
.gvList > div:nth-child(12) .vg-card .vg-fv {
  background-image: url(../images/card6.png);
}

.vg-card-details .define-quantity,
.tableQty tr td .define-quantity {
  border: 1px solid #ed1c24;
}
.vg-card-details .define-quantity span.inc,
.tableQty tr td .define-quantity span.inc {
  border-left: 1px solid #ed1c24;
}
.vg-card-details .define-quantity span.dec,
.tableQty tr td .define-quantity span.dec {
  border-right: 1px solid #ed1c24;
}

.gvList .vg-card-details {
  font-family: 'Calibri Regular', sans-serif;
  text-align: center;
  box-shadow: 0 0 1px 0 rgba(40, 41, 61, 0.08),
    0 0 2px 0 rgba(96, 97, 112, 0.16);
  background: #fff;
  cursor: pointer;
  min-height: 100%;
  margin-left: -1px;
  margin-right: -1px;
}

.rangeslider:focus,
.rangeslider {
  display: inline-block;
  width: 100%;
  background: #2571b4 !important;
  border: #2571b4 !important;
}
.output {
  width: auto;
}
.total-point {
  width: auto;
}

.vg-details {
  display: none;
}
.total-save {
  display: none;
  font-weight: 500;
}

.vg-card.present .total-save {
  display: block;
}
.vg-card.present .vg-sh-dec {
  display: none;
}
.vg-card.present strong {
  font-weight: normal;
}
.vg-card.present {
  margin-top: 40px;
  margin-bottom: -30px;
  z-index: 1;
  position: relative;
}
.vg-card.present:after {
  position: absolute;
  left: -1px;
  right: -1px;
  bottom: -10px;
  content: '';
  height: 30px;
  background: #ffffff;
}

.summery-cart {
  font-family: 'Calibri Regular', sans-serif;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 9;
}
.totalVlue {
  position: relative;
}
.totalVlue:after {
  position: absolute;
  height: 30px;
  top: 50%;
  right: 0;
  margin-top: -20px;
  width: 1px;
  background: #efefef;
  content: '';
}
.totalVlue:before {
  position: absolute;
  height: 30px;
  top: 50%;
  left: 0;
  margin-top: -15px;
  width: 1px;
  background: #efefef;
  content: '';
}

.sbowCart {
  padding-bottom: 110px;
}
.cartBTN {
  width: 30px;
  background: url(../images/commerce-and-shopping.png) no-repeat bottom center;
  display: inline-block;
  padding: 2px 2px 30px;
  text-align: center;
}
.cartBTN span {
  display: inline-block;
  background: #ed1c24;
  border-radius: 50%;
  color: #fff;
  width: 20px;
  height: 20px;
  font-size: 12px;
  line-height: 20px;
}
.bottomCart {
  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;
}
.btn-blue {
  background-color: #ed1c24;
  border-color: #ed1c24;
  color: #fff;
}
.btn-blue:foucs {
  background-color: #ed1c24;
  border-color: #ed1c24;
  color: #fff;
}

.discountHeaing {
  background: #f7f8f9;
  width: 100%;
  padding: 0;
}
.discountHeaing .headBox {
  padding: 5px 20px 10px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid #ed1c24;
}
.discountHeaing .headBox .h3 {
  display: block;
  text-align: left;
  font-size: 30px;
  color: #26313f;
  margin: 0;
}
.discountHeaing .headBox .h3 span {
  text-align: left;
  font-family: 'Calibri Regular', serif;
}
.discountHeaing .headBox .h3 span + span {
  font-size: 14px;
}

.show-overlaw .modal-backdrop.show {
  opacity: 0.75;
}
#DeliverModal .modal-dialog,
.customModal .modal-dialog {
  max-width: 400px;
}
.customModal .modal-content {
  border-radius: 0;
  border: 0;
}
.customModal .modal-body {
  padding: 25px 44px;
  padding-bottom: 35px;
}
.customModal .modal-body:before {
  left: 20px;
  right: 20px;
  bottom: 20px;
  top: 25px;
  content: '';
  position: absolute;
  z-index: 0;
  border: 1px solid #ccc;
}
.customModal .modal-body > div {
  position: relative;
  z-index: 2;
}
.customModal a.close-btn {
  right: 8px;
  top: 10px;
  position: absolute;
  content: '';
  background: #fff url(../images/close_icon.png) no-repeat center;
  width: 26px;
  height: 26px;
  z-index: 9;
  cursor: pointer;
  font-size: 0;
  text-indent: -9999px;
  background-size: 16px auto;
}
.contactPage .form-control,
.customModal .form-control {
  border-radius: 0;
  border-width: 0 0 1px 0;
  padding-left: 0;
}

.cartAdress {
  position: relative;
  background-color: #d8dadc !important;
}
.cartAdress h3 {
  cursor: pointer;
  color: #53565a !important;
}
.cartAdress:after {
  background: url(../images/down-arrow.png) no-repeat center bottom;
  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;
}

.boxQty .define-quantity {
  border: 1px solid #073466;
}
.boxQty .define-quantity span.inc {
  border-left: 1px solid #073466;
}
.boxQty .define-quantity span.dec {
  border-right: 1px solid #073466;
}

.list-tab-link {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  width: 100%;
  position: relative;
}
.list-tab-link:after {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 25px;
  height: 1px;
  content: '';
  background: #e4e4e4;
}
.list-tab-link li {
  position: relative;
  z-index: 2;
  width: 50%;
}

.list-tab-link li.active:after {
  position: absolute;
  left: 50%;
  margin-left: -18px;
  bottom: -24px;
  color: #fff;
  content: '';
  width: 36px;
  height: 36px;
  transform: rotate(45deg);
  background: #fff;
  z-index: 2;
}
.list-tab-link li.active:before {
  position: absolute;
  left: 50%;
  margin-left: -12px;
  bottom: -12px;
  color: #fff;
  content: '';
  box-shadow: 0 1px 8px 0 rgb(0 0 0 / 15%);
  width: 24px;
  height: 25px;
  transform: rotate(45deg);
}

.list-tab-link li a {
  display: block;
  margin-bottom: 20px;
}
.list-tab-link li a figure {
  margin: 0;
  padding: 0;
  text-align: center;
}
.list-tab-link li a figure img {
  background: #e4e4e4;
  border-radius: 50%;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
}
.list-tab-link li a figure figcaption {
  margin: 0;
  padding: 10px 0;
  text-align: center;
  color: #666;
}
.list-tab-link li:hover a figure img,
.list-tab-link li.done a figure img,
.list-tab-link li.active a figure img {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
}
.list-tab-link li:hover a figure figcaption,
.list-tab-link li.done a figure figcaption,
.list-tab-link li.active a figure figcaption {
  color: #073466;
}

.custome-check2 {
  font-size: 0;
  font-family: 'Calibri Regular', sans-serif;
}
.custome-check2 li {
  width: 50%;
  margin: 0 !important;
  position: relative;
  padding: 5px;
}
.custome-check2 label {
  cursor: pointer;
  padding: 3px;
  display: block;
  text-align: center;
  font-size: 14px;
}
.custome-check2 input {
  opacity: 0;
  position: absolute;
}
.custome-check2 label img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  background: rgba(38, 49, 63, 0.06);
  border-radius: 50%;
  margin-right: 5px;
}
.custome-check2 input:checked + label,
.custome-check2 input:checked ~ label {
  color: #1d86ff;
}
.custome-check2 input:checked ~ label img {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -o-filter: grayscale(0);
  -ms-filter: grayscale(0);
}
.oss-img-list li img {
  cursor: pointer;
}
.oss-img-list li {
  padding: 5px 0;
}
.oss-img-list li.active img {
  border: 2px solid #ed1c24;
  padding: 5px;
}
.gift-brand-owl-carousel .owl-nav .owl-prev {
  font-size: 0;
  position: absolute;
  width: 20px;
  height: 41px;
  left: -24px;
  top: 50%;
  background: url(../images/left.png) no-repeat center/auto 20px;
  margin-top: -20px;
}
.gift-brand-owl-carousel .owl-nav .owl-next {
  font-size: 0;
  position: absolute;
  width: 20px;
  height: 41px;
  right: -24px;
  top: 50%;
  background: url(../images/right.png) no-repeat center/auto 20px;
  margin-top: -20px;
}

.cardDesignBox figure {
  position: relative;
  font-family: 'Calibri Regular', sans-serif;
  margin-bottom: 70px;
}
.cardDesignBox figure figcaption {
  position: absolute;
  left: 5%;
  right: 5%;
  bottom: -45px;
  padding: 10px;
  font-size: 14px;
  background: #d4ebfb;
  z-index: 1;
  text-align: center;
}
.gifting .form-control {
  border-width: 0 0 1px 0;
  padding-left: 2px;
  border-radius: 0;
}
/* ==>Begin */

@media (min-width: 576px) {
  .bottomCart .w-100 > div:nth-child(1) {
    width: 16%;
  }
  .bottomCart .w-100 > div {
    width: 21%;
  }
}

.sk-folding-cube {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ed1c24;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

@keyframes sk-foldCubeAngle {
  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

/*.react-autosuggest__container{display: block; width: 100%; height: calc(2.25rem + 2px); padding: .375rem .75rem; font-size: 1rem; line-height: 1.5; color: #495057; background-color: #fff; background-clip: padding-box; border: 1px solid #ced4da; border-radius: .25rem; transition: border-color .15s ease-in-out,box-shadow .15s;}*/
.react-autosuggest__input {
  border: none;
}
.react-autosuggest__suggestion--highlighted {
  color: #fff !important;
}
.react-autosuggest__suggestions-container ul {
  list-style: none !important;
  width: 100%;
  padding: 0;
}
.react-autosuggest__suggestions-container ul li {
  width: 100%;
  text-align: left;
}
.react-autosuggest__input:focus {
  outline: 0;
}
.suggestions {
  border: 1px solid #999;
  border-top-width: 0;
  list-style: none;
  margin-top: 0;
  max-height: 143px;
  overflow-y: auto;
  padding-left: 0;
}
.react-autosuggest__suggestions-list {
  position: absolute;
  z-index: 2;
  background: #fff;
  border: 1px #80808078 solid;
  padding: 10px;
}

/*.search-form .react-autosuggest__container{padding: 5px 40px 5px 15px; border-right: 0; outline: none; width: 100%; border-radius: 20px 0 0 20px;height: 31px;}*/
.search-form .react-autosuggest__input {
  height: 24px;
  width: 100%;
}
.search-form .react-autosuggest__suggestion--highlighted {
  background: lightgrey;
  color: white;
}
.search-form .react-autosuggest__suggestions-list {
  position: absolute;
  z-index: 2;
  background: #fff;
  border: 1px #80808078 solid;
  padding: 10px;
  width: 94% !important;
  margin-top: 0;
}
/*.btn-secondary{border-radius: 20px;}*/
[role='button'] {
  cursor: pointer;
}

.react-autosuggest__suggestions-container ul li a {
  font-size: 14px;
  color: #666;
  display: block;
  padding: 6px;
}
.react-autosuggest__suggestions-container ul li:hover a {
  color: #fff;
  text-decoration: none;
  background: #007db8;
}
.react-autosuggest__suggestions-container ul li a:hover {
  color: #fff;
  text-decoration: none;
}
.react-autosuggest__suggestions-container ul {
  max-height: 200px;
  overflow: hidden;
  overflow-y: auto;
}
.react-autosuggest__container {
  position: relative;
}
.react-autosuggest__suggestion--highlighted a {
  color: #fff !important;
  background: #007db8;
  text-decoration: none;
}
.react-autosuggest__suggestion--highlighted {
  color: #fff !important;
  background: #007db8;
  text-decoration: none;
}
.tcConfirmationAccordion .card {
  background-color: transparent;
  border: 0;
  border-radius: 0;
}

#ImportantInstructionsList ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
}
#ImportantInstructionsList ul li {
  padding: 2px 0 2px 30px;
  position: relative;
}
#ImportantInstructionsList ul li:after {
  position: absolute;
  left: 5px;
  width: 14px;
  height: 14px;
  background-color: #007db8;
  content: '\f00c';
  color: #fff;
  top: 5px;
  font-family: 'Font Awesome 5 Free';
  font-weight: bold;
  font-weight: bold;
  font-size: 10px;
  text-align: center;
}
#ImportantInstructionsList ul li.not:after {
  background-color: #df3c3d;
  content: '\f00d';
}
#ImportantInstructionsList ul li span {
  color: #007db8;
  font-weight: 500;
}
#ImportantInstructionsList ul li.not span {
  color: #df3c3d;
}

/*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;
}

.aboutGV h1:not(.brand-name),
.aboutGV h2,
.aboutGV span {
  font-size: 14px !important;
  font-family: 'Playfair Display', serif !important;
  line-height: 1.5 !important;
  color: #212529 !important;
}
.singleline {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.SearchShow .iconClose {
  display: inline-block;
}
.gift-brand-owl-carousel.owl-carousel .item a figure.select {
  border: 2px solid #3aa1e9;
  padding: 2px;
}
.gv-value-list input:checked ~ label,
.QuickBuy .list-inline-item.active label,
.gv-value-list .active label {
  background: #ed1c24;
  color: #fff;
}
.scrollText {
  color: #3aa1e9;
  font-family: 'Poopins', sans-serif;
}
.gv-value-list label {
  padding: 7px 5px 10px;
  font-size: 14px;
}
.show-overlawTC .modal-backdrop.show {
  opacity: 0.7;
}
#readTC .modal-dialog .modal-content {
  background: url(../images/popup-bg.jpg) no-repeat
    right center/cover;
  border-radius: 4px;
}
.bg-blue-popup {
  background: rgba(0, 23, 90, 0.9);
  color: #fff;
}
.cusLine {
  position: relative;
}
.cusLine:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 25px;
  height: 1px;
  width: 80px;
  background: #fff;
}
#readTC .modal-dialog .modal-content .close {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
}
@media (min-width: 768px) {
  .modal-dialog {
    max-width: 768px;
  }
}
.form-control:disabled,
.form-control[readonly] {
  outline: none;
  background-color: #e9ecef;
  opacity: 1;
  outline: none;
  box-shadow: none;
}

.discount-label {
  padding: 8px 5px;
  position: absolute;
  left: -8px;
  top: 20px;
  width: 70px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-align: center;
  font-family: 'Poppins', sans-serif;
}
.blue {
  background-color: #3aa1e9;
  color: #fff;
}
.discount-label:after {
  left: 100%;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  border-color: rgba(136, 183, 213, 0);
  border-width: 20px;
  top: 50%;
  margin-top: -20px;
}
.discount-label:before {
  left: 0;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  border-color: rgba(136, 183, 213, 0);
  border-width: 8px;
  top: 100%;
  border-right: 0;
}
.blue:before {
  border-top-color: #27608d;
}
.blue:after {
  border-left-color: #3aa1e9;
}
.DarkBlue:after {
  border-left-color: #022453;
}
.DarkBlue {
  background-color: #022453;
  color: #fff;
}
.DarkBlue:before {
  border-top-color: #011025;
}
.form-control:disabled,
.form-control[readonly] {
  outline: none;
  background-color: #e9ecef;
  opacity: 1;
  outline: none;
  box-shadow: none;
}

/* ==>End */
body.openSummry {
  padding-bottom: 110px !important;
}
.shadow-new-1 {
  background: #ffffff;
  box-shadow: 0 1px 8px 0 rgb(0 0 0 / 15%);
}
.shadow-new-1 > div {
  position: relative;
  z-index: 2;
}
.shadow-new {
  background: #ffffff;
  box-shadow: 0 1px 8px 0 rgb(0 0 0 / 15%);
  min-height: 100%;
  position: relative;
}

.offerBoxNew {
  background: #ffffff;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.15);
  position: relative;
  min-height: 100%;
  border: 0;
  border-radius: 0;
}
.tagNew {
  position: absolute;
  max-width: 120px;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  z-index: 1;
  left: 1px;
  top: 1px;
  font-family: 'Calibri Bold', sans-serif;
  color: #ed1c24;
  text-transform: uppercase;
  font-size: 26px;
  line-height: 1;
  padding: 10px 10px 8px;
}

.hexagonTag {
  margin: 0 auto;
  position: relative;
  padding: 3px 10px 0;
  width: 60px;
  background-color: #073466;
  text-align: center;
  font-size: 18px;
  font-family: 'Calibri Bold', sans-serif;
  line-height: 1;
  color: #fff;
}
.hexagonTag:after,
.hexagonTag:before {
  content: '';
  position: absolute;
  width: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  left: 0;
}
.hexagonTag:before {
  bottom: 100%;
  border-bottom: 15px solid #073466;
}
.hexagonTag:after {
  top: 100%;
  border-top: 15px solid #073466;
}

.tcBox {
  position: relative;
}
.tcBox a {
  position: absolute;
  font-size: 10px;
  right: -15px;
  top: 10px;
  z-index: 3;
}

.imp-btn li a {
  display: block;
  position: relative;
  border: 1px solid #979797;
  color: #073466;
  font-size: 12px;
  text-align: center;
  border-radius: 20px;
  padding: 3px 20px 3px 20px;
  margin: 5px 0;
}
.imp-btn li:nth-last-child a {
  margin: 0;
}
.how-to-Redeem-carousel .owl-nav .owl-prev {
  font-size: 0;
  position: absolute;
  width: 15px;
  height: 41px;
  left: -15px;
  top: 50%;
  background: url(../images/left.png) no-repeat center left;
  margin-top: -20px;
}
.how-to-Redeem-carousel .owl-nav .owl-next {
  font-size: 0;
  position: absolute;
  width: 15px;
  height: 41px;
  right: -15px;
  top: 50%;
  background: url(../images/right.png) no-repeat center right;
  margin-top: -20px;
}
.gift-brand-owl-carousel .owl-nav .owl-prev.disabled,
.Bestselling-owl-carousel .owl-nav .owl-prev.disabled {
  background: url(../images/left-gray.png) no-repeat center/auto 20px;
}
.gift-brand-owl-carousel .owl-nav .owl-next.disabled,
.Bestselling-owl-carousel .owl-nav .owl-next.disabled {
  background: url(../images/right-gray.png) no-repeat center/auto 20px;
}
.vg-gread-row .col-12 {
  background: #fff0f0;
  border: 1px dashed #ccc;
  border-top: 0;
}
.vg-gread-row .fv {
  background: rgba(0, 0, 0, 0.05);
  border: 1px dashed #ccc;
  display: inline-block;
  padding: 5px 1px 3px;
  min-width: 90%;
}
.line-through {
  text-decoration: line-through;
  display: none;
}

.closeIcon {
  display: none;
}
.close .closeIcon {
  display: block;
}
.close .searcIcon {
  display: none;
}
@media (min-width: 576px) {
  .bottomCart .w-100 > div:nth-child(1) {
    width: 16%;
  }
  .bottomCart .w-100 > div {
    width: 21%;
  }
}

@media (max-width: 767px) {
  .list-tab-link li:hover figcaption {
    color: #666 !important;
  }
  .list-tab-link li:hover img {
    filter: grayscale(100%) !important;
  }
}

.brandchoiseMod .close {
  opacity: 1 !important;
}
.brandchoiseMod .close:focus {
  outline: 0 !important;
}
.brandchoiseMod table thead {
  border-bottom: 1px dashed #cccccc;
}
.brandchoiseMod table thead tr td {
  font-size: 14px;
  color: #777777;
  border-right: 1px solid #d1e6f6;
  font-weight: 400;
}
.brandchoiseMod table thead tr td:last-child {
  border: 0px solid #d1e6f6;
}
.brandchoiseMod table tbody tr td {
  font-size: 19px;
  font-weight: 700;
  border-right: 1px solid #d1e6f6;
  background-color: #fcfeff;
}
.brandchoiseMod table tbody tr td:last-child {
  border: 0px solid #d1e6f6;
}
.brandchoiseMod .rounded-2 {
  border-radius: 10px;
}
.brandchoiseMod .modal-title {
  font-size: 20px;
  font-weight: 600;
}
.text-underline {
  text-decoration: underline !important;
}
@media (max-width: 340px) {
  .brandchoiseMod .modal-title {
    font-size: 18px !important;
  }
}

.ExclusiveOffersSection .container {
  margin-top: -135px;
  min-height: 350px;
  position: relative;
}

.cs-head:after {
  position: absolute;
  width: 80px;
  height: 2px;
  margin-left: -40px;
  bottom: 15px;
  left: 50%;
  content: '';
  background-color: #ed1c24;
}

.EO-product {
  border-radius: 6px;
  box-shadow: -0.052px 3px 10px 0px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  line-height: 1.2;
}
.EO-list > div:nth-child(odd) .EO-product {
  background: #ececed;
}
.EO-product-name {
  font-size: 18px;
  padding: 10px 10px 15px;
}
.EO-product-img {
  position: relative;
}
.EO-product-img img {
  border-radius: 5px;
  width: 100%;
}
.EO-product-img > div {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #fff;
  width: 80px;
  border-radius: 5px;
}
.nCrat {
  position: relative;
  display: inline-block;
  padding: 5px;
}
.nCrat em {
  position: absolute;
  background: #ed3833;
  line-height: 1.4;
  font-size: 12px;
  font-style: normal;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  text-align: center;
  top: 0;
  right: -4px;
  color: #fff;
}
.DiscountsSection .hexagonTag,
.new-dt .hexagonTag {
  width: auto;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  position: absolute;
  left: -8px;
  top: 20px;
  background: rgba(237, 28, 38, 0.4);
  font-size: 16px;
  text-align: left;
  white-space: nowrap;
  color: #000;
}
.DiscountsSection .hexagonTag:before,
.DiscountsSection .hexagonTag:after,
.new-dt .hexagonTag:before,
.new-dt .hexagonTag:after {
  content: '';
  position: absolute;
}
.DiscountsSection .hexagonTag:before,
.new-dt .hexagonTag:before {
  height: 0;
  width: 0;
  top: 30px;
  left: 0px;
  border-top: 9px solid rgba(0, 0, 0, 0.7);
  border-left: 9px solid transparent;
  border-bottom: 0;
  bottom: inherit;
  border-right: 0;
}
.DiscountsSection .hexagonTag:after,
.new-dt .hexagonTag:after {
  height: 0;
  width: 0;
  right: -40px;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 10px solid rgba(237, 28, 38, 0.4);
  left: initial;
  top: 0;
}
.bg-light-2 {
  background: #ececed;
}
.new-dt .nav-tabs {
  border: 0;
  justify-content: center;
  margin-top: 12px;
}
.new-dt .nav-tabs .nav-item {
  margin: 0 10px 0;
}
.new-dt .nav-tabs .nav-link {
  border: 0;
  background: #fff;
  border-radius: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #666;
  min-width: 110px;
  text-align: center;
  border: 1px solid #ececed;
}
.new-dt .nav-tabs .nav-link.active {
  background-color: #ed1c24;
  color: #fff;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: transparent;
}

.footerLast {
  background-color: #e0e0e0;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 12px;
  color: #666;
  margin-top: 25px;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  background-color: #073366;
  border-color: #073366;
}

  .CheckoutInstruction ul{
    padding-left: 1.5rem;
  }
  .checkoutimg{
    width: 100px;
  }

  .cursor-pointer{
    cursor: pointer;
  }
  .btfText .card .card-header .collapsed: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;
  }