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

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

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

/* Firefox 18- */
:-moz-placeholder {
  color: #333;
}
::selection {
  background: #be1e2d;
  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: #be1e2d;
  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;
  font-family: 'Lato', sans-serif;
  color: '#000';
}

.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;
}
.fw-900 {
  font-weight: 900;
}

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

.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: #be1e2d;
  border-color: #be1e2d;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #be1e2d;
  border-color: #be1e2d;
}
.btn-danger {
  background-color: #be1e2d;
  border-color: #be1e2d;
}
.btn-primary {
  background-color: #729ce8;
  border-color: #729ce8;
}
.text-primary {
  color: #729ce8 !important;
}
.bg-danger {
  background-color: #be1e2d !important;
}
.text-danger {
  color: #be1e2d !important;
}
.bg-light {
  background-color: #eef0f2 !important;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #be1e2d;
  background-color: #be1e2d;
}
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: center;
  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 29px 8px 29px;
  font-weight: 700;
}
.desktopNav ul > li:hover > a {
  background-color: #fff;
}
.desktopNav ul > li:hover > a figcaption {
  color: #be1e2d;
}
.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: #be1e2d;
  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: 15;
  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: #be1e2d;
  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: #be1e2d;
  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 0;
}
.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: #be1e2d;
}
.faqSection .card .card-header .btn-link[aria-expanded='true']:after {
  display: none;
}
.faqSection .card .card-header .btn-link[aria-expanded='true']:before {
  background: #be1e2d;
}
.faqSection .card .card-header .btn-link:focus,
.faqSection .card .card-header .btn-link:hover {
  text-decoration: none;
  color: #be1e2d;
  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;
  outline: 0;
}

.exclusive-offers-product-box,
.discount-product-box {
  min-height: 100%;
}
.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: #be1e2d;
  border-color: #be1e2d;
}
.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 #be1e2d !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 !important;
  position: relative;
}
.ImportantInstructionsList ul li:after {
  position: absolute;
  left: 5px;
  width: 14px;
  height: 14px;
  background-color: #be1e2d;
  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: #be1e2d;
}
.ImportantInstructionsList ul li.not strong {
  color: #ff0000;
  line-height: 12px;
}
.ImportantInstructionsList a {
  word-break: break-all;
}

.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 #be1e2d;
}
.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 .item figure figcaption p a {
  word-break: break-all;
}
.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: 2px;
  padding: 0;
  opacity: 0.7;
}
.bg-light-green {
  background: rgba(0, 199, 36, 0.08);
}
.bottomCart {
  display: none;
}

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

.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: #be1e2d;
  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: #be1e2d;
  border-color: #be1e2d;
  color: #fff;
}

.Boxdescription a {
  word-wrap: break-word;
}

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

@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 {
    width: 30px;
    background: url(../images/CartSumary.png) no-repeat bottom center/100%;
    display: block;
    padding: 0 0px 20px;
    text-align: right;
    margin-top: -20px;
  }
  .bottomCart .cartBTN span {
    display: inline-block;
    background: #fff;
    border-radius: 50%;
    color: #be1e2d;
    width: 24px;
    height: 24px;
    font-size: 12px;
    line-height: 23px;
    text-align: center;
    margin-right: -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: #be1e2d;
    color: #fff;
    text-align: left;
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .brandTxt.fs-14 img {
    width: 12px;
  }
  .brandTxt.fs-14 {
    font-size: 8px;
  }
  .mobile_view.fs-22 {
    font-size: 15px;
  }
}

.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;
  }
  .fixedBottom {
    padding-bottom: 52px;
  }
  .brandTxt.fs-14 {
    font-size: 10px;
  }
}

@media (max-width: 575px) {
  .brandTxt {
    white-space: inherit !important;
    font-size: 7px !important;
    padding: 2px 4px;
  }
  .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: Helvetica, sans-serif;
  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: Helvetica, sans-serif;
  font-weight: 300;
  font-size: 16px;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.react-autosuggest__container--open .react-autosuggest__input {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.react-autosuggest__container {
  position: relative;
}
.react-autosuggest__input:focus {
  outline: none;
}
.react-autosuggest__suggestions-container {
  display: none;
}
.react-autosuggest__suggestions-list::before {
  content: '';
}
.react-autosuggest__suggestions-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.react-autosuggest__suggestion {
  cursor: pointer;
}
.react-autosuggest__suggestion:not(:first-child) {
  border-top: 1px solid #ddd;
}
.react-autosuggest__suggestion:hover {
  background-color: #be1e2d;
  color: #fff;
}
.react-autosuggest__suggestion--focused .highlight {
  color: #120000;
}
.suggestion-content {
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
}
.suggestion-content:hover {
  color: #ffffff;
}
.suggestion-name {
  margin-left: 10px;
  line-height: 45px;
}
.suggestion-highlight {
  color: #fb792b;
  font-weight: bold;
}
/* ************************ Autocomplete End ************************ */

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

header.external-links .container {
  max-width: 100%;
}
header.external-links .searchNew .brandSearch {
  background: rgba(255, 255, 255, 1) url(../images/searchBtn.png) no-repeat 10px center;
  padding: 10px 5px 10px 40px;
  height: auto;
  max-width: 350px;
}

.cursor-pointer {
  cursor: pointer;
}

.navTop UL {
  white-space: inherit;
}

.navTop figure img {
  height: 30px;
  width: auto;
}

.navTop ul li.dropdown a {
  padding: 8px 10px 0px 10px;
}

.navTop UL {
  white-space: inherit;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navTop figure figcaption {
  min-height: 30px;
  text-transform: uppercase;
  font-size: 11px;
}

.navTop ul li a[aria-haspopup='true']:before,
.navTop ul li a.dropdown-toggle:before {
  display: none !important;
}

@media (max-width: 1399px) {
  .navTop ul li {
    padding: 0 0.4%;
  }
}

@media (max-width: 1299px) {
  .navTop ul li {
    padding: 0;
  }
}

@media (max-width: 1199px) {
  .navTop ul li.dropdown a {
    padding: 4px 8px 0px 8px;
  }
  navTop figure img {
    height: 25px;
  }
  .desktopNav ul li a figure figcaption {
    font-size: 9px;
  }
}

@media (max-width: 992px) {
  .navTop {
    display: none;
  }
  .newAc .brandTxt span {
    display: none;
  }
  .myAc span {
    display: none;
  }
  .newAc .brandTxt {
    border: 0 !important;
    background: transparent !important;
    padding: 0;
  }
}

.newTabs {
  display: none;
}
.external-links .newTabs {
  display: block;
}

@media (min-width: 1200px) {
  .external-links .searchNew .position-relative {
    margin-left: -50px;
  }
  .external-links .position-relative .react-autosuggest__container--open .react-autosuggest__suggestions-container {
    max-width: 350px;
  }
}

.rounded-bottom-custom {
  border-bottom-right-radius: 1.25rem;
  border-bottom-left-radius: 1.25rem;
}

/************************* BTF Start ***************************/
.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;
}
/************************* BTF End ***************************/

/************************* Sale Strip Start ***************************/
.roadblock_btm {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 9;
}
.roadblock_btm img {
  max-width: 220px;
}
.close_rd_block {
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(255, 255, 255, 0.7);
  color: #fff;
  border-radius: 4px;
  padding: 0px 4px;
  font-size: 12px;
  cursor: pointer;
}
/************************* Sale Strip End ***************************/

/* ************** Percent Slider on summary Start ************** */
.MuiSlider-root {
  color: #459b56 !important;
}
.PrivateValueLabel-offset-3 {
  top: -23px !important;
}
.PrivateValueLabel-circle-4 {
  width: 24px !important;
  height: 24px !important;
}
/* ************** Percent Slider on summary End ************** */
