@font-face {
  font-family: 'Lucida Sans';
  src: url('../fonts/LucidaSans-Demi.woff2') format('woff2'), url('../fonts/LucidaSans-Demi.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lucida Sans';
  src: url('../fonts/LucidaSans-DemiItalic.woff2') format('woff2'), url('../fonts/LucidaSans-DemiItalic.woff') format('woff');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Lucida Sans';
  src: url('../fonts/LucidaSans-Italic.woff2') format('woff2'), url('../fonts/LucidaSans-Italic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Lucida Sans';
  src: url('../fonts/LucidaSans.woff2') format('woff2'), url('../fonts/LucidaSans.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Myriad Pro';
  src: url('../fonts/MyriadPro-Semibold.woff2') format('woff2'), url('../fonts/MyriadPro-Semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Myriad Pro';
  src: url('../fonts/MyriadPro-Regular.woff2') format('woff2'), url('../fonts/MyriadPro-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

::-webkit-input-placeholder {
  color: #333;
}
::-webkit-selection {
  background: #8a0000;
  color: #fff;
  text-shadow: 0 0 transparent;
}

/* Firefox 19+ */
::-moz-placeholder {
  color: #333;
}
::-moz-selection {
  background: #8a0000;
  color: #fff;
  text-shadow: 0 0 transparent;
}

/* IE 10+ */
:-ms-input-placeholder {
  color: #333;
}
::-ms-selection {
  background: #8a0000;
  color: #fff;
  text-shadow: 0 0 transparent;
}

/* Firefox 18- */
:-moz-placeholder {
  color: #333;
}
::selection {
  background: #8a0000;
  color: #fff;
  text-shadow: 0 0 transparent;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
input[type='number'] {
  -moz-appearance: textfield;
  appearance: textfield;
  -webkit-appearance: textfield;
}
img {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  max-width: 100%;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

a:hover,
a {
  color: #8a0000;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  text-decoration: none;
}
a[data-toggle='modal'] {
  outline: none;
}

body {
  background: #fff;
  color: '#000';
  font-family: 'Myriad Pro';
  font-weight: 500;
}

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

.fw-100 {
  font-weight: 100;
}
.fw-300 {
  font-weight: 300;
}
.fw-400 {
  font-weight: 400;
}
.fw-700 {
  font-weight: 700;
  font-family: 'Lucida Sans';
}
.fw-900 {
  font-weight: 900;
  font-family: 'Lucida Sans';
}

.fs-10 {
  font-size: 10px;
}
.fs-12 {
  font-size: 12px;
}
.fs-13 {
  font-size: 13px;
}
.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;
}
.bg-dark {
  background-color: #000 !important;
}
.btn-secondary {
  color: #fff;
  background-color: #6a6a6a;
  border-color: #6a6a6a;
}
.text-success {
  color: #419b56 !important;
}
.text-muted {
  color: #999 !important;
}
.breadcrumb-item.active {
  color: #999;
}
.btn-outline-danger {
  color: #8a0000;
  border-color: #8a0000;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #8a0000;
  border-color: #8a0000;
}
.btn-danger {
  background-color: #8a0000;
  border-color: #8a0000;
}
.btn-primary {
  background-color: #729ce8;
  border-color: #729ce8;
}
.text-primary {
  color: #729ce8 !important;
}
.bg-danger {
  background-color: #8a0000 !important;
}
.text-danger {
  color: #8a0000 !important;
}
.bg-light {
  background-color: #eef0f2 !important;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #8a0000;
  background-color: #8a0000;
}
select.form-control {
  background-image: url(../images/downAw.png);
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.hamburger-icon:before {
  content: ' ';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.4);
}
.hamburger-icon {
  vertical-align: middle;
  position: relative;
  height: 32px;
  width: 32px;
  z-index: 100;
  cursor: pointer;
  display: inline-block;
}
.hamburger-icon div {
  position: absolute;
  height: 2px;
  right: 2px;
  left: 2px;
  background-color: #fff;
  border: 0;
  -webkit-transition: -webkit-transform 0.2s ease-in-out 0.2s, top 0.2s ease-in-out 0.2s, background-color 0.3s;
  -moz-transition: -moz-transform 0.2s ease-in-out 0.2s, top 0.2s ease-in-out 0.2s, background-color 0.3s;
  -o-transition: -o-transform 0.2s ease-in-out 0.2s, top 0.2s ease-in-out 0.2s, background-color 0.3s;
  transition: transform 0.2s ease-in-out 0.2s, top 0.2s ease-in-out 0.2s, background-color 0.3s;
  vertical-align: top;
}
.hamburger-icon div.top {
  top: 25%;
  margin-top: -1px;
}
.open-nav .hamburger-icon {
  border-radius: 50%;
  background: #d62625;
}
.open-nav .hamburger-icon div.top {
  transform: rotate(-135deg);
  top: 50%;
  background-color: #fff;
  left: 7px;
  right: 7px;
}
.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: #fff;
  left: 7px;
  right: 7px;
}
.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;
}

.desktopNav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0;
  text-align: left;
  position: relative;
  white-space: nowrap;
}
.desktopNav ul li {
  display: inline-block;
  vertical-align: bottom;
}
.desktopNav ul li > a {
  display: block;
  color: #333;
  font-size: 12px;
  text-align: center;
  line-height: 1;
  padding: 8px 18px 8px 19px;
  font-weight: 700;
}
.desktopNav ul > li:hover > a {
  background-color: #fff;
}
.desktopNav ul > li:hover > a figcaption {
  color: #8a0000;
}
.desktopNav ul li a figure img {
  padding: 3px;
}
.desktopNav ul li a figure {
  padding: 0;
  margin: 0;
}
.desktopNav ul li a figure figcaption {
  padding: 5px 0 0;
  margin: 0;
}
.desktopNav ul li.dropdown:hover > a,
.desktopNav ul > li > a:hover {
  text-decoration: none;
  color: #8a0000;
  box-shadow: 0 3px 8px -3px rgba(0, 0, 0, 0.05);
  border-color: #f0f6fd;
}
.desktopNav ul li a[aria-haspopup='true'],
.desktopNav ul li a.dropdown-toggle {
  white-space: initial;
  position: relative;
  z-index: 3;
}
.desktopNav ul li a[aria-haspopup='true']:before,
.desktopNav ul li a.dropdown-toggle:before {
  left: 0;
  right: 0;
  height: 15px;
  background: #fff;
  bottom: -8px;
  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: 2;
  margin: 0;
}
.desktopNav ul li.dropdown > .dropdown-menu a {
  text-align: left;
  vertical-align: top;
  font-size: 12px;
  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;
}
.desktopNav ul .dropdown-item.active,
.desktopNav ul .dropdown-item:active {
  color: #8a0000;
  text-decoration: none;
  background-color: #e9ecef;
}

.exclusive-offers-product-box figure figcaption,
.promocode-box figure figcaption {
  position: relative;
}
.exclusive-offers-product-box figure figcaption:before {
  position: absolute;
  left: 15px;
  right: 15px;
  top: 0;
  content: '';
  border-top: 1px solid #dee2e6;
}
.promocode-box figure figcaption:before {
  position: absolute;
  left: 15px;
  right: 15px;
  top: 0;
  content: '';
  border-top: 1px dashed #999999;
}
.promocode-box figure figcaption {
  position: relative;
}
.promocode-box figure figcaption:before {
  position: absolute;
  left: 15px;
  right: 15px;
  top: 0;
  content: '';
  border-top: 1px dashed #999999;
}
.topLink ul li a,
footer.row .footerLink ul li.list-inline-item a {
  color: #fff;
}
.topLink ul li a:hover,
footer.row .footerLink ul li.list-inline-item a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.topLink ul li.list-inline-item:not(:last-child) {
  position: relative;
  margin-right: 2rem;
}
footer.row ul li.list-inline-item:not(:last-child) {
  position: relative;
  margin-right: 1rem;
}
.topLink ul li.list-inline-item:not(:last-child):after,
footer.row .footerLink ul li.list-inline-item:not(:last-child):after {
  content: '';
  position: absolute;
  right: -0.5rem;
  top: 50%;
  margin-top: -6px;
  width: 1px;
  height: 12px;
  background-color: #fff;
  opacity: 0.5;
}
.topLink ul li.list-inline-item:not(:last-child):after {
  right: -1rem;
}
.topLink ul li.list-inline-item .countAdd {
  position: absolute;
  color: #8a0000;
  background: #fff;
  border-radius: 50%;
  font-size: 12px;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  top: -6px;
  left: -4px;
  z-index: 2;
}

.faqSection .card {
  background-color: transparent;
  border: 0;
  border-radius: 0;
}
.faqSection .card .card-header {
  padding: 0;
  background-color: transparent;
}
.faqSection .card .card-body {
  padding: 10px 0 30px 0;
  font-size: 14px;
  line-height: 1.8;
}
.faqSection .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 20px 14px 0px;
}
.faqSection .card .card-header .btn-link:after {
  width: 2px;
  height: 14px;
  background: #c1c1c1;
  right: 6px;
  content: '';
  top: 50%;
  position: absolute;
  margin-top: -6px;
}
.faqSection .card .card-header .btn-link:before {
  width: 14px;
  height: 2px;
  background: #c1c1c1;
  right: 0;
  content: '';
  top: 50%;
  position: absolute;
}
.faqSection .card .card-header .btn-link[aria-expanded='true'] {
  color: #8a0000;
}
.faqSection .card .card-header .btn-link[aria-expanded='true']:after {
  display: none;
}
.faqSection .card .card-header .btn-link[aria-expanded='true']:before {
  background: #8a0000;
}
.faqSection .card .card-header .btn-link:focus,
.faqSection .card .card-header .btn-link:hover {
  text-decoration: none;
  color: #8a0000;
  outline: none;
  box-shadow: none;
}

.border-dashed {
  border: 1px dashed #999999 !important;
}
.indusModel .modal-content {
  margin-top: 28px;
}
.indusModel .modal-content .modal-header .close {
  border-radius: 50%;
  background: #d20000;
  width: 26px;
  height: 26px;
  padding: 0;
  text-shadow: none;
  color: #fff;
  opacity: 1;
  margin-top: -36px;
}

.topLink ul li a {
  color: #fff;
}
.brandSearch {
  background: rgba(135, 0, 22, 0.07) url(../images/searchBtn.png) no-repeat right center;
  padding-right: 30px;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #b10d28;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(134 0 22 / 20%);
}

.exclusive-offers-product-box,
.discount-product-box {
  min-height: 100%;
  padding-top: 15px;
}
.exclusive-offers-product-box a,
.discount-product-box a {
  color: #000;
}

.exclusive-offers-product-box {
  padding-bottom: 50px;
  position: relative;
}
.exclusive-offers-product-box .btnSec {
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 10px;
}
.exclusive-offers-product-box:hover .btn-outline-danger {
  color: #fff;
  background-color: #8a0000;
  border-color: #8a0000;
}
.tags {
  top: 0;
  left: 0;
  padding: 3px 20px;
  color: #fff;
  border-radius: 4px 0px 15px 0px;
  background: #860016;
  position: absolute;
  font-size: 14px;
  text-transform: uppercase;
}

.qtyBox {
  width: 60px;
  height: 28px;
  border: 1px solid #bbb;
  display: flex;
  align-items: center;
}
.qtyBox input {
  width: 35px;
  height: 24px;
  border: 0;
  border-right: 1px solid #bbb;
  pointer-events: none;
  background: transparent;
}
.qtyBox button {
  width: 24px;
  height: 14px;
  position: relative;
  background-color: transparent;
  border: 0;
  display: block;
}
.qtyBox button.MinusQty:before {
  content: '';
  position: absolute;
  left: 50%;
  z-index: 11;
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #1d1d1d;
  border-left: 1px solid #1d1d1d;
  transform: rotate(-135deg);
  top: 50%;
  margin: -4px 0 0 -3px;
}
.qtyBox button.PlusQty:before {
  content: '';
  position: absolute;
  left: 50%;
  z-index: 11;
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #1d1d1d;
  border-left: 1px solid #1d1d1d;
  transform: rotate(45deg);
  top: 50%;
  margin: -2px 0 0 -3px;
}
.qtyBox button.PlusQty:after {
  content: '';
  position: absolute;
  left: 50%;
  z-index: 11;
  display: block;
  width: 10px;
  height: 1px;
  border-top: 1px solid #e0dfdf;
  bottom: 0;
  margin-left: -5px;
}
.list-inline-item {
  vertical-align: top;
}
.ottSummaryActive {
  pointer-events: none;
}
.shadowActive {
  box-shadow: 0 0 4px 2px rgb(0 0 0 / 14%);
  border: 1px solid #8a0000 !important;
}

.carousel-control-prev span {
  width: 30px;
  height: 30px;
  background: rgba(220, 53, 69, 0.1) url('../images/leftCrousel.png') no-repeat center center;
  border-radius: 50%;
}
.carousel-control-next span {
  width: 30px;
  height: 30px;
  background: rgba(220, 53, 69, 0.1) url('../images/leftCrousel.png') no-repeat center center;
  border-radius: 50%;
  transform: scaleX(-1);
}
.owl-carouse .owl-item {
  display: flex;
  flex: 1 0 auto;
}
.owl-carousel.stepsBox .owl-stage,
.crouselMainOuter.owl-carousel .owl-stage {
  display: flex;
}
.owl-carousel.stepsBox .owl-item,
.crouselMainOuter.owl-carousel .owl-item {
  display: flex;
  flex: 1 0 auto;
}
.crouselMainOuter.owl-carousel .owl-item img {
  display: inline-block;
  width: auto;
  max-width: 100%;
}
.owl-carousel.owl-loaded .owl-nav button.owl-prev {
  width: 30px;
  height: 30px;
  background: rgba(220, 53, 69, 0.1) url('../images/leftCrousel.png') no-repeat center center;
  border-radius: 50%;
  position: absolute;
  left: -24px;
  top: 50%;
  transform: translateY(-50%);
}
.owl-carousel.owl-loaded .owl-nav button.owl-next {
  width: 30px;
  height: 30px;
  background: rgba(220, 53, 69, 0.1) url('../images/leftCrousel.png') no-repeat center center;
  border-radius: 50%;
  position: absolute;
  right: -24px;
  top: 50%;
  transform: translateY(-50%) scaleX(-1);
}
.owl-carousel.owl-loaded .owl-nav button.owl-next span,
.owl-carousel.owl-loaded .owl-nav button.owl-prev span {
  display: none;
}

.ImportantInstructionsList ul {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #999;
  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: #8a0000;
  content: '\f00c';
  color: #fff;
  top: 6px;
  font-family: 'FontAwesome';
  font-weight: bold;
  font-weight: bold;
  font-size: 10px;
  text-align: center;
}
.ImportantInstructionsList ul li.not:after {
  background-color: #ff0000;
  content: '\f00d';
}
.ImportantInstructionsList ul li strong {
  color: #8a0000;
}
.ImportantInstructionsList ul li.not strong {
  color: #ff0000;
  line-height: 12px;
}

.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: 1px solid #8a0000;
}
.stepsBox .item figure figcaption {
  padding: 10px 5px;
  min-height: 82px;
  color: #999;
  text-align: center;
}
.stepsBox .item figure figcaption p {
  margin: 0;
}
.stepsBox .item figure figcaption p span {
  color: #a0a5aa;
}
.stepsBox.owl-carousel.owl-loaded .owl-nav button.owl-prev {
  left: -30px;
}
.stepsBox.owl-carousel.owl-loaded .owl-nav button.owl-next {
  right: -30px;
}

.promoFild {
  padding-bottom: 2px;
}
.promoFild .form-control {
  border: 0;
  padding-left: 0;
}
.promoFild .form-control:focus {
  border: 0;
  box-shadow: none;
}
/* .productPageCoupon .col-auto { width: 130px; } */

.productPageCoupon {
  background-color: rgba(0, 199, 36, 0.08);
  border: 1px dashed #00af0a;
  font-size: 12px;
  border-radius: 5px;
}
.OutletLocator {
  position: relative;
}
.OutletLocator .form-control {
  padding-left: 5px;
  padding-right: 30px;
  padding-left: 30px;
  border-width: 0 0 1px 0;
  border-radius: 0;
  background: url(../images/storeLoc.png) no-repeat 5px center;
}
.OutletLocator .btn {
  position: absolute;
  right: 0;
  top: 11px;
  padding: 0;
  opacity: 0.7;
}
.bg-light-green {
  background: rgba(0, 199, 36, 0.08);
}
.bottomCart {
  display: none;
}

.vg-value {
  background-color: #8a0000;
  color: #fff;
  font-size: 20px;
}
.vg-offer {
  color: #8a0000;
}

.qty-td .define-quantity {
  width: 70px;
  overflow: hidden;
  background-color: #fff;
  vertical-align: middle;
}
.qty-td.addGQty .define-quantity {
  display: inline-block;
}
.qty-td .define-quantity input {
  border: 0;
  text-align: center;
  display: block;
  width: 100%;
  font-size: 16px;
  height: 30px;
  outline: none;
  color: #9c2540;
}
.qty-td .define-quantity span {
  float: right;
  padding: 4px;
  border-radius: 50%;
  line-height: 1;
  cursor: pointer;
  width: 20px !important;
  font-size: 0;
  position: relative;
  height: 20px;
  margin-top: -25px;
  background: #8a0000;
  border: 1px solid #9c2540;
}
.qty-td .define-quantity span.dec {
  float: left;
  border: 1px solid #999;
  background-color: #999;
}
.qty-td .define-quantity span.inc:before {
  position: absolute;
  width: 2px;
  left: 0;
  height: 10px;
  top: 50%;
  content: '';
  background: #fff;
  left: 50%;
  margin: -5px 0 0 -1px;
}
.qty-td .define-quantity span:after {
  position: absolute;
  width: 10px;
  left: 0;
  height: 2px;
  top: 50%;
  content: '';
  background: #fff;
  left: 50%;
  margin: -1px 0 0 -5px;
}

.custome-check {
  font-size: 0;
  padding: 5px;
  margin: 0;
}
.custome-check li {
  width: 50%;
  margin: 0 !important;
  position: relative;
  display: inline-block;
}
.custome-check label {
  cursor: pointer;
  padding: 4px 2px;
  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: #8a0000;
  border-color: #8a0000;
  color: #fff;
}

.loginModel .modal-dialog {
  max-width: 420px;
}

@media (max-width: 1200px) {
  .desktopNav ul li > a {
    padding: 8px 11px 8px 11px;
  }
}

@media (max-width: 992px) {
  .desktopNav ul li img {
    max-width: 36px;
  }
  .desktopNav ul li > a {
    padding: 8px 10px 8px 10px;
  }
  .desktopNav ul li.dropdown.spriteMenu .dropdown-menu {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }

  .bottomCart {
    background: #e36744;
    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 {
    position: relative;
    width: 30px;
    background: url(../images/CartSumary.png) no-repeat bottom center/100%;
    display: block;
    padding: 10px 0px 20px;
    text-align: right;
  }
  .bottomCart .cartBTN span {
    position: absolute;
    top: -10px;
    right: -9px;
    display: inline-block;
    background: #fff;
    border-radius: 50%;
    color: #8a0000;
    width: 24px;
    height: 24px;
    font-size: 12px;
    line-height: 23px;
    text-align: center;
    margin-right: -5px;
  }

  .desktopNav ul li.dropdown:hover a[aria-haspopup='true']:before,
  .desktopNav ul li.dropdown:hover a.dropdown-toggle:before,
  .desktopNav ul li.dropdown .dropdown-menu {
    display: none !important;
  }
  .desktopNav ul {
    overflow: auto;
    padding-bottom: 5px;
  }
}

@media (max-width: 767px) {
  .desktopNav ul li.dropdown:hover a[aria-haspopup='true']:before,
  .desktopNav ul li.dropdown:hover a.dropdown-toggle:before,
  .desktopNav ul li.dropdown .dropdown-menu {
    display: none !important;
  }
  .desktopNav ul {
    overflow: auto;
    padding-bottom: 5px;
  }

  .owl-carousel.owl-loaded .owl-nav button.owl-prev {
    display: none;
  }
  .owl-carousel.owl-loaded .owl-nav button.owl-next {
    display: none;
  }

  .order-last-mobile {
    -ms-flex-order: 13;
    order: 13;
  }
  .Boxdescription {
    border-bottom: 1px solid #efefef;
    margin-bottom: 15px;
  }

  .vg-value {
    background-color: transparent;
    color: inherit;
    font-size: 16px;
  }
  .vg-offer {
    background-color: #8a0000;
    color: #fff;
    text-align: left;
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .pointBanner {
    font-size: 12px;
  }
  .OutletLocator .btn {
    top: 7px;
  }
}

.CardSeletModel.indusModel .modal-content {
  background: rgba(0, 0, 0, 0.9) url(../images/card-selection-bg.png) no-repeat center/cover;
  margin-top: 0;
  color: #fff;
}
.CardSeletModel.indusModel .modal-content .modal-header {
  border-bottom: 1px solid #757575;
}
.CardSeletModel.indusModel .modal-content .modal-header > div img {
  margin-top: -80px;
}

.CardSeletModel.indusModel .modal-content .custom-control-label::before {
  background-color: transparent;
  border-width: 2px;
  top: 0.2em;
}
.CardSeletModel.indusModel .modal-content .custom-control-label {
  font-size: 12px;
  text-transform: uppercase;
}
.CardSeletModel.indusModel .modal-content .custom-control-label::after {
  top: 0.2em;
}
.CardSeletModel.indusModel .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #f05a28;
  background-color: transparent;
}

@media (max-width: 991px) {
  .CardSeletModel.indusModel .modal-content .modal-header > div {
    display: none;
  }
}

@media (max-width: 575px) {
  .btn.fs-14 {
    font-size: 10px;
  }
  .btn.fs-14 img {
    max-width: 14px;
  }
}

/* ************************ 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: 'Lucida Sans';
  font-weight: 300;
  font-size: 16px;
  border-radius: 5px;
  z-index: 4;
  overflow: auto;
}
.react-autosuggest__input {
  width: 240px;
  height: 30px;
  padding: 10px 20px;
  font-family: 'Lucida Sans';
  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__suggestion {
  cursor: pointer;
}
.react-autosuggest__suggestion:not(:first-child) {
  border-top: 1px solid #ddd;
}
.react-autosuggest__suggestion:hover {
  background-color: #8a0000;
  color: #fff;
}
/* .react-autosuggest__suggestion--highlighted { background-color: #8a0000; color: #fff !important; } */
.react-autosuggest__suggestion--focused .highlight {
  color: #120000;
}
.suggestion-content {
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
}
.suggestion-content:hover {
  color: #ffffff;
}
.suggestion-name {
  margin-left: 10px;
  line-height: 45px;
}
.suggestion-highlight {
  color: #fb792b;
  font-weight: bold;
}
.react-autosuggest__suggestion--highlighted a {
  background: #8a0000 !important;
  color: #fff !important;
}
.react-autosuggest__suggestion:hover a {
  color: #fff !important;
}
.react-autosuggest__suggestion--highlighted a span {
  background: #8a0000 !important;
}
/* ************************ Autocomplete End ************************ */

/* ************************ Custome start ************************ */
@media (max-width: 575px) {
  .frame-contact {
    height: 1200px !important;
  }
}
.cur-pointer {
  cursor: pointer;
}
/* ************************ Custome End ************************ */

/* new homepage Start*/
.point_home {
  background: rgb(197, 15, 48);
  background: radial-gradient(circle, rgba(197, 15, 48, 1) 0%, rgba(116, 15, 129, 1) 0%, rgba(116, 15, 129, 1) 43%, rgba(123, 15, 122, 1) 45%, rgba(197, 15, 48, 1) 100%);
}
.point_home ul {
  display: flex;
  align-items: center;
}
.point_home li {
  width: 32%;
}
.point_home li:nth-child(2) {
  border-left: 1px solid #ad5796;
  border-right: 1px solid #ad5796;
  padding-left: 20px;
}
.point_home li:last-child {
  padding-left: 20px;
}
.productList1 select {
  border-color: rgb(197, 15, 48);
  background: #fff url('../images/down_rd.png') no-repeat 98% center !important;
}

@media (max-width: 991px) {
  .point_home ul {
    height: 76px;
  }
  .point_home li {
    width: 90%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    border-left: 1px solid #ad5796 !important;
    padding-left: 10px !important;
  }
  .point_home li:nth-child(2) {
    border: 0;
    padding: 0;
  }
  .point_home li:last-child {
    padding: 0px;
  }
  .point_home li.show_list {
    animation: color-me-in 2s;
    color: #fff !important;
  }
  .show_list_2 {
    opacity: 1 !important;
    transition: all 3s;
    color: #fff !important;
  }
}

@keyframes color-me-in {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.productList1 {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}

.offRoung {
  background: #f2f2f2;
  color: #8a0000;
  width: 40px;
  border-radius: 50%;
  height: 40px;
  line-height: 1;
  text-align: center;
  padding: 7px 0 0;
  font-weight: 700;
}

.right-logo img,
.productInfo figure img {
  max-width: 140px;
  width: 100%;
}

.btn_close_h {
  position: absolute;
  right: 6px;
  top: 0px;
  cursor: pointer;
}

.show_qty .define-quantity {
  display: block !important;
}

.show_qty .add_btn {
  display: none !important;
}
/* new homepage End*/

.brand_page_search .form-control,
.srch_frm {
  color: #8a0000;
  border: 1px solid #8a0000;
}

.brand_page_search .form-control:is(:focus, :active) {
  box-shadow: none;
}

.srch_frm {
  /* overflow: hidden; */
  position: relative;
  border: 1px solid #8a0000;
  padding-right: 20px;
}

.srch_frm .react-autosuggest__container {
  margin-left: 16px;
}

.srch_frm .image_ic {
  position: absolute;
  right: 0;
  top: 0;
  width: 34px;
  height: 100%;
  text-align: center;
  padding-top: 2px;
}

.srch_frm .react-autosuggest__container .react-autosuggest__suggestion span {
  line-height: 1.4;
  padding: 3px 0px;
  font-size: 13px;
}

.brand_page_search ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #8a0000;
  opacity: 1; /* Firefox */
}

.brand_page_search :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #8a0000;
}

.brand_page_search ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #8a0000;
}

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

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

.save_calc {
  background: #e8e8e8;
  font-size: 13px;
}

.discount_strip {
  position: absolute;
  left: -6px;
  top: 6px;
  color: #fff;
  font-size: 14px;
  padding: 4px 10px;
}

.discount_strip {
  position: absolute;
  left: -7px;
  top: 6px;
  color: #fff;
  font-size: 12px;
  padding: 4px 10px;
  z-index: 9;
}

.discount_strip:after {
  content: '';
  position: absolute;
  bottom: -4px;
  border-top: 4px solid #a71c26;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  left: 0;
}

.discount_strip::before {
  content: '';
  position: absolute;
  top: -4px;
  border-bottom: 4px solid #a71c26;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  left: 0;
}

.tag {
  background: rgba(138, 0, 0, 0.1);
  color: #8a0000;
  left: 50%;
  top: 0px;
  font-size: 12px;
  padding: 2px 0px;
  position: absolute;
  transform: translateX(-50%);
  min-width: 90px;
  text-align: center;
}
/* 
.tag:before {
    height: 0;
    width: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid rgba(138, 0, 0, 0.1);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: '';  
    position: absolute;
    left: -6px;
    top: -6px;
}

.tag:after {
    height: 0;
    width: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid rgba(138, 0, 0, 0.1);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: '';  
    position: absolute;
    right: -6px;
    top: -6px;
} */

.back_ar {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  cursor: pointer;
}

.scrollenable {
  max-height: 125px;
  overflow: auto;
}
@media (max-width: 991px) {
  .discount_tb .col-12 {
    border-right: 0px !important;
    padding: 4px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
  }
  .discount_tb .col-12 .fw-700 {
    font-weight: initial;
  }
  .discount_tb .col-6:last-child {
    border-bottom: 0px solid #dee2e6;
  }
  .discount_tb .col-12:last-child {
    background: #f5f5f5;
  }
  .save_calc .h-100 {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

@media (max-width: 567px) {
  .discount_tb .fs-14 {
    font-size: 12px;
  }
  .brand_page_search .btn.fs-14 {
    font-size: 14px !important;
  }
  .up_to_dis {
    border-top: 1px solid #dee2e6;
    margin-top: 10px;
    padding-top: 10px;
  }
  .bck_outrt h4.h5 {
    font-size: 16px;
    padding-left: 10px;
  }
}

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

/*************** profile page and revised header design start****************/
.fs-34 {
  font-size: 34px;
}
.profileName {
  width: 90px;
  height: 90px;
  border: 1px solid #8a0000;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  color: #fff;
  font-weight: 600;
  position: relative;
  z-index: 1;
}
.profileName::before {
  content: '';
  position: absolute;
  background: #8a0000;
  top: 4px;
  right: 4px;
  bottom: 4px;
  left: 4px;
  border-radius: 50%;
  z-index: -1;
}
.custom_drop_down_profile i.fa.fa-user-o {
  background: #f2f2f2;
  border: 2px solid #d7d7d7;
  border-radius: 50%;
  line-height: 1;
  padding: 6px 8px 6px 8px;
  color: #707070;
  font-weight: 800;
}
.custom_drop_down_profile .dropdown-menu {
  border-radius: 10px;
  top: 6px !important;
}
.custom_drop_down_profile .dropdown-menu a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 14px;
  color: #636363;
  padding: 8px 10px;
  display: inline-block;
  font-weight: 500;
}
.custom_drop_down_profile a:last-child {
  border-bottom: 0;
}
.custom_drop_down_profile .dropdown-menu a:hover {
  background: transparent;
  color: #8a0000;
}
.custom_drop_down_profile .dropdown-menu::before {
  content: '';
  position: absolute;
  right: 100px;
  top: -8.4px;
  width: 16px;
  height: 16px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-right: 0;
  border-bottom: 0;
  transform: rotate(45deg);
}
.custom_drop_down_profile .dropdown-menu::after {
  content: '';
  position: absolute;
  right: 97px;
  background: #fff;
  width: 22px;
  height: 1px;
  top: -1px;
  z-index: -1;
}
.custom_drop_down_profile .dropdown-toggle {
  font-weight: 600;
  position: relative;
  padding-right: 13px;
}
.custom_drop_down_profile .dropdown-toggle::after {
  width: 8px;
  height: 8px;
  border-top: 0px solid #000;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 0px solid #000;
  transform: rotate(45deg);
  position: relative;
  right: 0;
  position: absolute;
  top: 13px;
}
.custom_drop_down_profile.show .dropdown-toggle::after {
  transform: rotate(224deg);
  top: 16px;
}
.custom_drop_down_profile .dropdown-menu.show {
  display: block !important;
}
@media (max-width: 991px) {
  .custom_drop_down_profile .dropdown-toggle {
    color: #fff;
  }
  .custom_drop_down_profile .dropdown-toggle::after {
    border-color: #fff;
  }
  .custom_drop_down_profile .dropdown-menu::before {
    background: #fff;
  }
}

@media (max-width: 767px) {
  .profile_section .fs-34 {
    font-size: 28px;
  }
  .custom_drop_down_profile i.fa.fa-user-o {
    padding: 4px 5px 4px 6px;
    font-size: 12px;
  }
  .custom_drop_down_profile .dropdown-toggle::after {
    top: 7px;
  }
  .custom_drop_down_profile.show .dropdown-toggle::after {
    transform: rotate(224deg);
    top: 11px;
  }
}
/*************** profile page and revised header design end****************/

.crossPromo {
  font-size: 16px;
  right: 5px;
  top: 0;
  position: absolute;
}

.text-cart-inst ul {
  margin: 0;
  padding: 0 0 0 18px;
}
.text-cart-inst ul + p {
  text-align: right;
  margin: 0;
  padding-top: 10px;
}

/* ***************custom Denomination start****************** */
.CD {
  padding: 5px 0 5px 15px;
  border-radius: 5px;
  border: 1px dashed #8a0000;
  background: #f4f4f4 url(../images/r.svg) no-repeat 5px center;
  width: 132px;
}
.CD input {
  font-size: 16px;
  font-weight: bold;
  border: 0;
  background-color: transparent;
  color: #000;
  width: 100%;
}
.CD input:focus {
  border: 0;
  background-color: transparent;
  outline: none;
}

.CD input::-webkit-input-placeholder {
  color: #666;
}
.CD input::-moz-placeholder {
  color: #666;
}
.CD input:-ms-input-placeholder {
  color: #666;
}
.CD input::placeholder {
  color: #666;
}
@media (max-width: 574px) {
  .CD {
    max-width: 100%;
    min-width: 80px;
  }
  .CD input {
    font-size: 14px;
  }
}
/* ***************custom Denomination end****************** */

/* *************** independence start****************** */
.independenceModal .modal-dialog {
  max-width: 420px;
}
.independenceModal .modal-dialog .modal-content {
  background: transparent;
  border: 0;
}
.independenceModal .modal-dialog .modal-content .modal-body {
  background: #fff url(../images/festival/independence_bg.jpg) no-repeat center/cover;
  border-radius: 12px;
}
.independenceModal .modal-dialog .modal-content a.close-btn {
  right: 0;
  top: 10px;
  position: absolute;
  content: '';
  background: #fff url(../images/festival/cl.svg) no-repeat center/cover;
  width: 26px;
  height: 26px;
  z-index: 9;
  cursor: pointer;
  font-size: 0;
  text-indent: -9999px;
  border-radius: 50%;
}
.independenceModal .pl {
  border-radius: 12px;
}
.independenceModal .h1 {
  color: #0252ad;
}
.independenceModal .h4 {
  color: #0252ad;
}

/* *************** independence end****************** */
