.read-more {
  --lh: 21px;
  --max-lines: 3;
  position: relative;
  max-height: calc(var(--lh) * var(--max-lines));
  overflow: hidden;
  padding-right: 1rem;
  /* space for ellipsis */
}
.show-more {
  overflow: auto;
  max-height: 100%;
}
.read-more-desc {
  --lh: 21px;
  right: 0;
  background: white;
  width: 100px;
  text-align: right;
  --max-lines: 2;
  position: absolute;
  top: calc(var(--lh) * var(--max-lines));
}

.itemAddedAlert {
  position: fixed;
  text-align: center;
  bottom: -170px;
  left: 0;
  width: 100%;
  z-index: 10000;
  transition: all 0.7s;
}
.itemAddedAlert.active {
  bottom: 30px;
}
.itemAddedAlert div {
  display: inline-block;
  background: #212121;
  color: #fff;
  font-size: 16px;
  padding: 10px 15px;
  line-height: 24px;
  border-radius: 4px;
}
.itemAddedAlert div i {
  font-size: 24px;
  margin-right: 10px;
  clear: both;
}
.itemAddedAlert div span {
  display: inline-block;
}

.Loader {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  text-align: center;
  position: fixed;
  z-index: 9999;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Loader img {
  padding: 20px;
  background: #fff;
  border-radius: 5px;
}
.Loader p {
  color: #fff;
  margin: 0 0 5px;
}
.Loader .LoaderImg {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
.Loader .LoaderImg > div {
  width: 100%;
}

.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}

/* use for different root or subdomain */
::-webkit-input-placeholder {
  color: #666;
}
::-webkit-selection {
  background: #ae285d;
  color: #fff;
  text-shadow: 0 0 transparent;
}
/* Firefox 19+ */
::-moz-placeholder {
  color: #666;
}
::-moz-selection {
  background: #ae285d;
  color: #fff;
  text-shadow: 0 0 transparent;
}
/* IE 10+ */
:-ms-input-placeholder {
  color: #666;
}
::-ms-selection {
  background: #ae285d;
  color: #fff;
  text-shadow: 0 0 transparent;
}
/* Firefox 18- */
:-moz-placeholder {
  color: #666;
}
::selection {
  background: #ae285d;
  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;
  height: auto !important;
  width: auto !important;
  max-width: 100%;
}
a[data-toggle='modal'] {
  outline: none;
}
a {
  color: #91003e;
}
a:hover {
  text-decoration: none;
}
body {
  font-family: 'Lato', sans-serif;
}
.lh-1 {
  line-height: 1.2;
}
.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-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;
}
.curveBox {
  border-top: 30px solid #000000;
  font-size: 20px;
}
.curveBox .header-img-logos:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  background: #000000;
  width: 1000%;
}
.curveBox .header-img-logos {
  background: #000000 url('../../../images/bg_headline.png') no-repeat right bottom;
  display: inline-block;
  color: #fff;
  margin: 0;
  padding: 5px 60px 8px 15px;
  white-space: nowrap;
  position: relative;
}
.curveBox .header-img-logos .axis-img {
  /*width:170px;*/
  position: relative;
  z-index: 1;
  margin-top: -15px;
  margin-bottom: 10px;
}
.rightBox {
  position: relative;
  z-index: 2;
  margin-top: -15px;
  margin-top: -10px;
  padding-right: 15px;
}
.No_Print {
  display: none;
}
.off-canvas-main {
  width: 100%;
  overflow: hidden;
}
.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: 5px;
  left: 5px;
  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 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;
  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;
}
#carouselHome .carousel-indicators {
  position: relative;
  margin: 0;
  padding: 0;
}
#carouselHome .carousel-indicators li {
  position: relative;
  text-indent: 0;
  height: auto;
  width: 33.333%;
  text-align: center;
  font-size: 14px;
}
#carouselHome .carousel-indicators li.active {
  color: #861f41;
}
#carouselHome .carousel-indicators li.active:after {
  left: 10%;
  right: 10%;
  bottom: -11px;
  height: 1px;
  content: '';
  background: #861f41;
  position: absolute;
}
#carouselHome .carousel-indicators li.active:before {
  left: 50%;
  top: -10px;
  height: 10px;
  width: 1px;
  content: '';
  background: #861f41;
  position: absolute;
}
.desktopNav {
  position: relative;
}
.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: top;
}
.desktopNav ul li > a {
  display: block;
  color: #212121;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  line-height: 1;
  padding: 0px 14px 10px 14px;
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}
.desktopNav ul li a figure {
  padding: 0;
  margin: 0;
  position: relative;
}
.desktopNav ul li a figure img {
  padding: 0;
  margin: 0;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  width: 40px;
}
.desktopNav ul li a figure figcaption {
  padding: 8px 0 0;
  margin: 0;
}
.desktopNav ul li.dropdown:hover > a,
.desktopNav ul > li > a:hover {
  text-decoration: none;
  color: #000;
  box-shadow: 0 3px 8px -3px rgba(0, 0, 0, 0.05);
  border-color: #f0f6fd;
}
.desktopNav ul li.dropdown:hover > a img,
.desktopNav ul li a:hover figure img {
  filter: brightness(0) invert(1);
  position: relative;
  z-index: 2;
}
.desktopNav ul li.dropdown:hover > a figure:after,
.desktopNav ul li a:hover figure:after {
  border-color: #000;
  background: #000;
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 0;
  margin-left: -25px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  content: '';
}
.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: -10px;
  content: '';
  position: absolute;
  display: none;
}
.desktopNav ul li.dropdown:hover a[aria-haspopup='true']:before,
.desktopNav ul li.dropdown:hover a.dropdown-toggle:before {
  display: block;
}
.desktopNav ul li a.dropdown-toggle:after {
  display: none;
}
.desktopNav ul li.dropdown.spriteMenu {
  position: initial;
}
.desktopNav ul li.dropdown:hover > .dropdown-menu {
  display: block;
  z-index: 20;
}
.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;
  z-index: 111;
}
.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: 3;
  -moz-column-count: 3;
  column-count: 3;
}
.desktopNav ul li.dropdown.spriteMenu .dropdown-menu a {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
.rightTop {
  position: relative;
  z-index: 2;
  margin-top: -34px !important;
  margin-bottom: 10px;
}
.rightTop li a,
.rightTop li button {
  padding: 0 5px;
}
.rightTop li img {
  filter: brightness(0) invert(1);
}
.searchHome:focus,
.searchHome {
  background: #861f41 url('../../../images/white-search.png') no-repeat 10px center;
  color: #fff;
  border-color: #861f41;
  padding-left: 40px;
}
.searchHome::-webkit-input-placeholder {
  color: #fff;
}
.searchHome::-moz-placeholder {
  color: #fff;
}
.searchHome:-ms-input-placeholder {
  color: #fff;
}
.searchHome:-moz-placeholder {
  color: #fff;
}
.productList1 {
  min-height: 100%;
  position: relative;
}
.productList1.nominimum {
  min-height: inherit;
  overflow: hidden;
}
.productList1 .tag {
  background: #9c1940;
  color: #fff;
  left: -1px;
  top: 5px;
  font-size: 12px;
  text-align: left;
  position: absolute;
  padding: 3px 10px 0px;
}
.productList1 .tag:after {
  height: 0;
  width: 0;
  left: 0;
  border-top: 11px solid #9c2540;
  border-bottom: 11px solid #9c2540;
  border-right: 10px solid transparent;
  content: '';
  float: right;
  margin-right: -20px;
  margin-top: -3px;
}
.bg-logo {
  position: relative;
}
.productList1 .bg-logo .tag {
  left: 0;
}
.productList1 .bg-logo .br-logo {
  position: absolute;
  right: 5px;
  border-radius: 5px;
  background: #fff;
  bottom: 5px;
  max-width: 100px;
}
.offRoung {
  background: #f2f2f2;
  color: #9c1940;
  width: 40px;
  border-radius: 50%;
  height: 40px;
  line-height: 1;
  text-align: center;
  padding: 7px 0 0;
}
.productList1 .text-muted img {
  vertical-align: top;
}
.productInfo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  border: 1px solid #ccc;
  display: none;
  align-items: center;
}
.openInfo .productInfo {
  display: flex;
}
.productInfo > div {
  width: 100%;
  padding: 15px;
  text-align: center;
  font-size: 16px;
}
.tag-discount {
  background: url('../../../images/discount-bg.png') no-repeat top center / 100%;
  color: #fff;
  height: 47px;
  width: 120px;
  padding: 0px 20px 10px;
  position: absolute;
  text-align: center;
  display: flex;
  align-items: center;
  left: 10px;
  bottom: -38px;
  line-height: 1.1;
  font-size: 14px;
  font-weight: 600;
}
.tag-discount > div {
  width: 100%;
}
.tag-one-plus-one {
  background: url('../../../images/buy-one-get.png') no-repeat top center / 100%;
  color: #fff;
  height: 38px;
  width: 120px;
  padding: 0px 24px 15px;
  position: absolute;
  text-align: center;
  display: flex;
  align-items: center;
  left: 10px;
  bottom: -29px;
  line-height: 1.1;
  font-size: 14px;
  font-weight: 600;
  justify-content: space-around;
}
.define-quantity {
  width: 90px;
  overflow: hidden;
  background-color: #fff;
  display: none;
  vertical-align: middle;
}
.addGQty .define-quantity {
  display: inline-block;
}
.define-quantity input {
  border: 0;
  text-align: center;
  display: block;
  width: 100%;
  font-size: 16px;
  height: 30px;
  outline: none;
  color: #9c2540;
}
.define-quantity span {
  float: right;
  padding: 4px;
  border-radius: 4px;
  line-height: 1;
  cursor: pointer;
  width: 30px !important;
  font-size: 0;
  position: relative;
  height: 30px;
  margin-top: -30px;
  background: #fcfcff;
  border: 1px solid #9c2540;
}
.define-quantity span.dec {
  float: left;
  border: 1px solid #9c2540;
}
.define-quantity span.inc:before {
  position: absolute;
  width: 2px;
  left: 0;
  height: 10px;
  top: 50%;
  content: '';
  background: #666;
  left: 50%;
  margin: -5px 0 0 -1px;
}
.define-quantity span:after {
  position: absolute;
  width: 10px;
  left: 0;
  height: 2px;
  top: 50%;
  content: '';
  background: #666;
  left: 50%;
  margin: -1px 0 0 -5px;
}
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;
}
footer.bg-dark {
  background: #444444 !important;
  color: #fff;
}
footer.bg-dark .linkFooter .list-inline-item:not(:last-child):after {
  content: '|';
  padding-left: 0.5rem;
}
footer.bg-dark a {
  color: #fff;
}
footer.bg-dark .linkFooter .list-inline-item a {
  display: inline-block;
  padding: 5px 0;
}
.text-danger {
  color: #9c2540 !important;
}
.btn-outline-danger {
  color: #9c2540;
  border-color: #9c2540;
  background-color: #f6f6f6;
}
.btn-outline-danger:focus {
  box-shadow: none;
}
.btn-outline-danger:hover,
.btn-danger {
  color: #fff;
  border-color: #9c2540;
  background-color: #9c2540;
}
#voucher_time,
#future_date,
.UntiLeftNumber {
  border-left: 4px solid #861f41;
  border-right: 4px solid #861f41;
  border-radius: 4px;
  background: #d2d3d5;
  padding: 8px 8px 8px 7px;
}
#future_date > div span,
.UntiLeftNumber span {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  border-left: 1px solid #d2d3d5;
  line-height: 1;
  padding: 5px;
  background: #000;
  position: relative;
}
#voucher_time > div span:after,
#future_date > div span:after,
.UntiLeftNumber span:after {
  position: absolute;
  height: 1px;
  left: 0px;
  right: 0;
  background: #000;
  top: 50%;
  content: '';
}
#future_date {
  white-space: nowrap;
  padding: 5px 8px 0 7px;
  font-size: 0;
}
#future_date > div {
  display: inline-block;
  font-size: 0;
}
#future_date > div small {
  color: #861f41;
  line-height: 1;
  font-size: 8px;
  font-weight: bold;
  display: block;
  padding: 1px;
}
#voucher_time {
  background-image: linear-gradient(180deg, #5d5d5d 0%, #3e3e3e 49%, #202020 100%);
  border-radius: 8px;
  display: inline-block;
  border: 0;
  padding: 10px 10px 3px 10px;
}
#voucher_time > div span {
  font-size: 40px;
  font-weight: 700;
  position: relative;
  border: 5px solid #000;
  border-radius: 4px;
  padding: 5px 20px;
  color: #fff;
  display: block;
}
#voucher_time > div small {
  font-size: 16px;
  color: #fff;
  display: block;
  letter-spacing: 3px;
}
.cartHeader {
  position: relative;
}
.cartHeader span {
  position: absolute;
  color: #fff;
  background: #98264e;
  border-radius: 50%;
  font-size: 10px;
  font-weight: bold;
  width: 14px;
  height: 14px;
  text-align: center;
  line-height: 13px;
  top: 2px;
  right: 4px;
}
.search-box {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2147483;
  background: #ffffff;
  overflow: hidden;
  height: 100%;
  overflow-y: auto;
  right: 0;
  display: none;
}
.search-box .search-inner {
  position: relative;
  width: 100%;
  padding-top: 50px;
  max-width: 1140px;
  margin: 0 auto;
}
.search-box .btn-close {
  position: absolute;
  top: 10px;
  right: 0;
  width: 32px;
  height: 32px;
  background: url('../../../images/close_icon.png') no-repeat center;
  border: 0;
  padding: 0;
  outline: none;
  font-size: 0;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
}
.search-box .search-form {
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
  padding: 0 30px;
}
.search-box .search-form .text-fild {
  margin: 0;
  width: 100%;
  border: 0;
  background: transparent;
  outline: none;
  border-bottom: 1px solid #666;
  color: #000;
  font-size: 50px;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 7px;
}
.search-box .hints {
  font-size: 12px;
  color: #666;
  text-align: right;
  margin-top: 5px;
}
.search-box .search-form::-webkit-input-placeholder {
  color: #b0acac;
  font-size: inherit;
}
.search-box .search-form::-moz-placeholder {
  color: #b0acac;
  font-size: inherit;
}
.search-box .search-form:-ms-input-placeholder {
  color: #b0acac;
  font-size: inherit;
}
.search-box .search-form:-moz-placeholder {
  color: #b0acac;
  font-size: inherit;
}
.productInfo a.close-btn,
.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;
}
.customModal .form-control {
  border-width: 0 0 1px 0;
  padding-left: 0;
}
.modal-backdrop.show {
  opacity: 0.7;
}
.helpdesk .top-white {
  padding: 7px 0;
  background: #001f79;
}
.helpdesk .center-logo {
  padding: 10px 0;
}
.helpdesk .shadow-new {
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.19);
  border-top: 7px solid #e6e6e6;
  min-height: 94%;
}
.helpdesk .shadow-new.border-blue {
  border-color: #861f41;
}
.helpdesk .form-control {
  padding-left: 2px;
  border-width: 0 0 1px 0;
  color: #666;
  font-size: 14px;
}
.helpdesk select.form-control {
  padding-left: 0px;
  padding-right: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
}
.helpdesk input[type='number']::-webkit-inner-spin-button,
.helpdesk input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
.helpdesk input[type='number'] {
  -moz-appearance: textfield;
  appearance: textfield;
  -webkit-appearance: textfield;
}
.rating {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.rating input {
  border: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  opacity: 0;
}
.rating label {
  position: relative;
  color: #c8c8c8;
  display: inline-block;
  height: 60px;
  width: 60px;
  text-align: center;
  border-radius: 50%;
  font-size: 20px;
  line-height: 60px;
  background: rgba(33, 33, 33, 0.1);
  color: #91003e;
  cursor: pointer;
}
.rating label {
  float: right;
  margin: 0 15px;
}
.rating input:checked ~ label {
  color: #fff;
  background: #91003e;
}
.rating label:hover ~ label:before {
  color: #ffdb70;
}
.rating label:hover {
  color: #fff;
  background: #91003e;
}
.border-left-4 {
  border-left: 4px solid #fff;
}
.TvoucherLogo {
  background: url('../../../images/voucher-bg.png') no-repeat center / 100% 100%;
  padding: 10px 15px;
}
.Tqr img {
  max-height: 60px;
}
.TvoucherLogo img {
  max-height: 60px;
}
.trMenu li {
  vertical-align: top;
}
.trMenu a {
  color: #333;
  padding: 10px;
  margin: 0 10px;
  display: block;
}
.trMenu a figcaption {
  padding-top: 7px;
}
.trMenu img {
  filter: grayscale(100%);
}
.trMenu a:hover {
  color: #7c2c43;
}
.trMenu a:hover img {
  filter: grayscale(0);
}
.trFilter .form-control {
  font-size: 14px;
  border-width: 0 0 1px 0;
  border-radius: 0;
  padding-left: 2px;
}
.filterBrand {
  background: url('../../../images/search.png') no-repeat right center / 24px;
}
.light-row {
  background: rgba(205, 205, 205, 0.05);
}
.min-100 {
  min-height: 100%;
}
.bg-light2 {
  background: rgba(205, 205, 205, 0.1);
}
.categoryList .productList1 {
  border: 1px solid #e5e5e5;
}
.categoryList .productList1 .productInfo {
  border: 0;
}
.custome-check {
  font-size: 0;
}
.custome-check li {
  width: 50%;
  margin: 0 !important;
  position: relative;
}
.custome-check label {
  cursor: pointer;
  padding: 4px 5px;
  border: 1px solid #979797;
  position: relative;
  display: block;
  text-align: center;
  font-size: 14px;
  margin: 5px;
}
.custome-check input {
  opacity: 0;
  position: absolute;
}
.custome-check input:checked + label,
.custome-check input:checked ~ label {
  background-color: #91003e;
  border-color: #91003e;
  color: #fff;
}
.breadcrumb-item a {
  color: #98272b;
}
.SummaryRight {
  background-color: #ffffff;
  box-shadow: 0px 4px 20.4px 3.6px rgba(0, 0, 0, 0.04);
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #91003e;
  background-color: #91003e;
}
.PayWallet .custom-control-label::after,
.PayWallet .custom-control-label::before {
  margin-top: -0.5rem;
  top: 50%;
}
.gvBoxCart {
  background: url('../../../images/gv.png') no-repeat center / 100% 100%;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  padding: 10px 30px 10px 10px;
  white-space: nowrap;
}
.cartAdress {
  position: relative;
  background-color: rgba(33, 33, 33, 0.04) !important;
}
.cartAdress h3 {
  cursor: pointer;
  color: #6c757d !important;
}
.open .cartAdress .image_drop {
  transform: scale(-1) translate(-5px, -1px);
  display: inline-block;
}
.tableQty.open .cartAdress:after {
  transform: rotate(180deg);
}
.cartAdress .detailsBox {
  display: none;
}
.tableQty.open .cartAdress .detailsBox {
  display: block;
}
.cartAdress .form-control {
  border-width: 0 0 1px 0;
  background-color: transparent;
  padding-left: 2px;
  padding-right: 2px;
  border-radius: 0;
}
.link-button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  text-decoration: none;
  display: inline;
  margin: 0;
  padding: 0;
}
.link-button:hover,
.link-button:focus {
  text-decoration: none;
  outline: none;
}
#MobileSummaryPopup .close {
  right: 8px;
  top: 9px;
  width: 30px;
  height: 30px;
  z-index: 9;
}
.imp-btn li a {
  display: block;
  position: relative;
  border: 1px solid rgba(151, 151, 151, 0.3);
  color: #91003e !important;
  font-size: 14px;
  text-align: center;
  border-radius: 2px;
  padding: 10px 30px;
  margin: 0 0 10px;
}
.imp-btn li a:after {
  position: absolute;
  background: url('../../../images/right-32.png') no-repeat center / cover;
  width: 8px;
  height: 12px;
  content: '';
  right: 10px;
  top: 50%;
  margin-top: -6px;
}
.imp-btn li:nth-child(1) a {
  background: rgba(255, 255, 255, 0.7) url('../../../images/instruction.png') no-repeat 8px center;
}
.imp-btn li:nth-child(2) a {
  background: rgba(255, 255, 255, 0.7) url('../../../images/steps.png') no-repeat 8px center;
}
.imp-btn li.store-loc a {
  background: rgba(255, 255, 255, 0.7) url('../../../images/location.png') no-repeat 8px center;
}
.imp-btn li.ro a {
  background: rgba(255, 255, 255, 0.7) url('../../../images/ro.png') no-repeat 8px center;
}
.imp-btn li.watch a {
  background: rgba(255, 255, 255, 0.7) url('../../../images/watch-img.png') no-repeat 8px center;
}
.ImportantInstructions {
  border-width: 1px;
  border-color: #f0f6fd;
  border-style: solid;
  border-radius: 4px;
}
.ImportantInstructions .bg-light {
  background-color: #fafbff !important;
}
.ImportantInstructionsList {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ImportantInstructionsList li {
  padding: 2px 0 2px 30px;
  position: relative;
}
.ImportantInstructionsList li:after {
  position: absolute;
  left: 5px;
  width: 14px;
  height: 14px;
  background-color: #91003e;
  content: '\F00C';
  color: #fff;
  top: 4px;
  font-family: 'Font Awesome 5 Free';
  font-weight: bold;
  font-size: 10px;
  text-align: center;
}
.ImportantInstructionsList li.dont:after {
  background-color: #ff0000;
  content: '\F00D';
}
.ImportantInstructionsList li span {
  color: #91003e;
}
.ImportantInstructionsList li.dont span {
  color: #ff0000;
}
.bg-light-green {
  background: rgba(1, 124, 1, 0.1);
}
.pointSave {
  position: relative;
}
.pointSave:after {
  position: absolute;
  width: 50px;
  height: 50px;
  left: 50%;
  top: 50%;
  margin: -25px 0 0 -25px;
  content: '+';
  background: #fff;
  border-radius: 50%;
  font-size: 30px;
  text-align: center;
  line-height: 46px;
  font-weight: 700;
}
.border-bottom-light {
  border-bottom: 1px dashed rgba(51, 51, 51, 0.1);
}
.list-summary {
  display: none;
}
.SummaryToggle {
  cursor: pointer;
  position: relative;
}
.SummaryToggle .cartItem {
  background: url('../../../images/CartSumary.png') no-repeat left bottom / 80%;
  position: absolute;
  right: 10px;
  bottom: -3px;
  width: 37px;
  text-align: right;
  padding: 0px 0 13px;
}
.SummaryToggle .cartItem span {
  background: #91003e;
  color: #fff;
  display: inline-block;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  text-align: center;
  font-size: 12px;
  line-height: 16px;
}
.SummaryToggle h3 span {
  position: relative;
  padding-right: 25px;
}
.SummaryToggle h3 span:after {
  background: url('../../../images/down-arrow.png') no-repeat center;
  content: '';
  position: absolute;
  width: 16px;
  height: 10px;
  right: 3px;
  top: 5px;
  cursor: pointer;
}
.show .SummaryToggle h3 span:after {
  transform: rotate(180deg);
}
.show .list-summary {
  display: block;
}
.ffv {
  display: inline-block;
  min-width: 80px;
}
.productPageCoupon {
  border: 1px dashed #ccc;
}
.productPageCoupon .custom-radio {
  padding: 0;
}
.productPageCoupon label {
  color: #91003e;
  padding: 10px 15px 10px 40px;
  background: rgba(33, 33, 33, 0.3);
  min-width: 175px;
}
.productPageCoupon .custom-control-label::before {
  content: '\F00C';
  font-family: 'Font Awesome 5 Free';
  font-size: 10px;
  text-align: center;
  color: #fff;
  border-color: #fff;
  background-color: #91003e;
  font-weight: bold;
  left: 10px;
  top: 11px;
  height: 20px;
  width: 20px;
  line-height: 18px;
  box-shadow: none;
  outline: none;
}
.productPageCoupon.GreenBox .custom-control-input:focus ~ .custom-control-label::before,
.productPageCoupon.GreenBox .custom-control-input:focus ~ .custom-control-label::after {
  box-shadow: none;
  border-color: #fff;
}
.productPageCoupon.OrangeBox {
  border: 1px dashed #ccc;
}
.productPageCoupon.RedBox {
  border: 1px dashed #ff0000;
}
.border-dashed-green {
  border: 1px dashed #ccc;
}
.productPageCoupon.GreenBox {
  border: 1px dashed #91003e !important;
}
.productPageCoupon.GreenBox label {
  color: #fff;
  background: #91003e;
}
.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: #fff;
  background-color: #91003e;
  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;
}
.editPromo {
  position: absolute;
  right: 9px;
  top: 5px;
}
.row-abs {
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  margin: 0;
}
.bb {
  position: relative;
}
.bb:after {
  position: absolute;
  color: #91003e;
  content: 'BEST BUY';
  font-size: 10px;
  font-weight: 700;
  transform: rotate(270deg);
  right: -8px;
  top: 50%;
  margin-top: -8px;
}
.dropdownFaceValue .btn {
  text-align: left;
  border: 1px solid #ccc;
  border-radius: 0;
  font-size: 14px;
}
.dropdownFaceValue .dropdown-toggle::after {
  float: right;
  background: url('../../../images/d-aw.jpg') no-repeat;
  border: 0;
  width: 11px;
  height: 8px;
  margin: 7px;
}
.dropdownFaceValue .dropdown-menu {
  font-size: 14px;
  border-radius: 0;
  padding: 0;
  margin: 0;
  width: 100%;
  position: relative !important;
  transform: inherit !important;
}
.dropdownFaceValue .dropdown-menu .dropdown-item {
  padding: 0.3rem 1rem;
}
.dropdownFaceValue .dropdown-menu .dropdown-item:not(:last-child) {
  border-bottom: 1px solid #ccc;
}
.openFV .priceDec {
  display: none;
}
.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: #91003e;
  border: 1px solid #91003e;
  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 #91003e;
}
.stepsBox .item figure figcaption {
  padding: 5px;
  min-height: 82px;
}
.stepsBox .item figure figcaption p {
  margin: 0;
}
.stepsBox .item figure figcaption p span {
  color: #91003e;
}
.how-to-Redeem-carousel .owl-stage {
  display: flex;
}
.how-to-Redeem-carousel .owl-item {
  display: flex;
  flex: 1 0 auto;
}
.how-to-Redeem-carousel .owl-stage-outer {
  overflow: hidden !important;
}
.how-to-Redeem-carousel .owl-nav .owl-prev {
  font-size: 0;
  position: absolute;
  width: 18px;
  height: 41px;
  left: -20px;
  top: 50%;
  background: url('../../../images/left.png') no-repeat center / 100% auto;
  margin-top: -20px;
  border: 0px;
}
.how-to-Redeem-carousel .owl-nav .owl-next {
  font-size: 0;
  position: absolute;
  width: 18px;
  height: 41px;
  right: -20px;
  border: 0px;
  top: 50%;
  background: url('../../../images/right.png') no-repeat center / 100% auto;
  margin-top: -20px;
}
.owl-nav.disabled {
  display: none;
}
.Offers-owl-carousel .owl-stage-outer .owl-item {
  opacity: 0.5;
  transform: scale(0.9);
}
.Offers-owl-carousel .owl-stage-outer .owl-item.active {
  opacity: 1;
  transform: scale(1);
}
.promoFild {
  position: relative;
  margin-left: 30px !important;
}
.promoFild:after {
  position: absolute;
  left: -30px;
  top: 0;
  content: '';
  background: url('../../../images/free-promo.png') no-repeat center;
  height: 40px;
  width: 30px;
}
.img-auto {
  width: auto !important;
  display: inline-block !important;
}
.input-error {
  text-align: left;
  color: #9c2540;
  font-size: 12px;
}
.searchResult {
  width: auto;
  z-index: 9;
  display: none;
  overflow: hidden;
  padding-bottom: 15px;
}
.searchResult .heading {
  color: #fff;
}
#uisearch {
  left: 0 !important;
  width: 100% !important;
}
#uisearch a {
  text-decoration: none;
}
#uisearch a:hover {
  text-decoration: underline;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  background: #9c2540 !important;
  border-color: #9c2540 !important;
}
.ui-menu {
  z-index: 99999 !important;
}
.text-primary {
  color: #000000 !important;
}
.btn-primary {
  color: #fff;
  background-color: #9c2540;
  border-color: #9c2540;
}
.btn-primary:hover {
  color: #fff;
  background-color: #9c2540;
  border-color: #9c2540;
}
#ProfileMenu:after {
  margin-bottom: -4px;
}
.min-550 {
  min-height: 550px;
}
.light-row {
  background: rgba(205, 205, 205, 0.05);
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}
.select2-container--default .select2-selection--single {
  border: 0;
  border-bottom: 1px solid #ced4da;
  border-radius: 0;
  height: 35px;
  background: url('../../../images/search.png') no-repeat center right;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 36px;
  font-size: 14px;
  padding-left: 2px !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #9c2540;
}
.select2-container {
  width: 100% !important;
}
@media (max-width: 1200px) {
  .desktopNav ul li > a {
    padding: 0px 8px 10px 8px;
  }
  .custome-check label {
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  .row-abs,
  .bottomCart {
    display: none;
  }
  #ui-id-12 {
    top: 63px !important;
  }
}
@media (max-width: 991px) {
  .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 {
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    overflow-x: auto;
  }
  .custome-check label {
    font-size: 12px;
  }
  .DesktopFilter {
    display: none;
  }
  .categoryFilter {
    font-size: 0;
  }
  .categoryFilter .list-inline-item {
    width: 50%;
    vertical-align: middle;
  }
  .categoryFilter .list-inline-item a {
    font-size: 14px;
  }
  .categoryFilter .list-inline-item:not(:last-child) {
    border-right: 1px solid #ccc;
    margin: 0;
  }
  .sbowCart {
    padding-bottom: 50px;
  }
  .bottomCart {
    background: #fff;
    position: fixed;
    z-index: 100;
    left: 0;
    right: 0;
    bottom: -1px;
    box-shadow: 0 -0.5rem 0.5rem rgba(0, 0, 0, 0.15) !important;
  }
  .cartBTN {
    width: 30px;
    background: url('../../../images/cart-footer.png') no-repeat bottom center / 100%;
    display: inline-block;
    padding: 0 0px 15px;
    text-align: right;
  }
  .cartBTN span {
    display: inline-block;
    background: #91003e;
    border-radius: 50%;
    color: #fff;
    width: 16px;
    height: 16px;
    font-size: 10px;
    line-height: 14px;
    text-align: center;
    margin-right: 2px;
  }
  .SummaryToggle h3 span:after,
  .cartItem {
    display: none;
  }
  .imp-btn li a {
    padding: 6px 30px;
    margin: 0;
  }
  .imp-btn li:not(:last-child) a {
    margin-bottom: 5px;
  }
  .desktopNav ul li > a {
    padding: 0px 8px 10px 8px;
  }
  .fixedBottom {
    padding-bottom: 50px;
  }
  .faceValueDv .fs-16 {
    font-size: 13px;
  }
  .gvBoxCart {
    font-size: 19px;
    padding: 10px 20px 10px 6px;
  }
  .SummaryRight .fs-16 {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .custome-check input:checked + label,
  .custome-check input:checked ~ label {
    background-color: #91003e;
    border-color: #91003e;
    color: #fff;
  }
  .curveBox {
    border-width: 10px;
  }
  .curveBox .header-img-logos .axis-img {
    max-width: 125px;
    margin-top: -5px;
    margin-bottom: 0;
  }
  .curveBox .header-img-logos {
    padding: 5px 40px 8px 15px;
  }
  .rightTop li img {
    filter: inherit;
  }
  .rightTop {
    margin-top: 7px !important;
    white-space: nowrap;
  }
  .rightTop li a,
  .rightTop li button {
    padding: 0px;
    display: block;
  }
  .desktopNav {
    border-bottom: 1px solid #ccc;
  }
  .search-box .search-form .text-fild {
    font-size: 30px;
  }
  .helpdesk .shadow-new .formfild-box {
    display: none;
  }
  .helpdesk .shadow-new.open .formfild-box {
    display: block;
  }
  .helpdesk .shadow-new.border-blue {
    border-color: #e6e6e6;
  }
  .helpdesk .shadow-new.open {
    border-color: #861f41;
  }
  .helpdesk .modal-dialog-centered {
    margin: 0;
    min-height: calc(100% - (0.5rem * 2));
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
    align-items: center;
    border: 0;
    padding: 10px;
  }
  .trMenu li {
    max-width: 65px;
  }
  .trMenu a {
    font-size: 12px;
    padding: 0;
    margin: 0;
    line-height: 1.2;
  }
  .ddMobile span {
    display: inline-block;
    width: 50px;
  }
  .gv-rhigt {
    width: 60%;
  }
  .gv-left {
    width: 40%;
  }
  .gv-left {
    width: 40%;
  }
  .trBTNG .fs-14 {
    font-size: 12px;
  }
  .productInfo > div {
    padding: 10px;
    font-size: 14px;
  }
  .gvBoxCart {
    font-size: 24px;
  }
  .cartAdress h3 {
    font-size: 12px !important;
  }
  .cart-list .fs-16 {
    font-size: 12px;
  }
  .min-550 {
    min-height: 400px;
  }
}
@media (max-width: 575px) {
  .frame-contact {
    height: 1200px !important;
  }
  .custome-check input:checked + label,
  .custome-check input:checked ~ label {
    background-color: #91003e;
    border-color: #91003e;
    color: #fff;
  }
  .px-2.px-lg-5.fs-16.lh-1 {
    font-size: 14px;
  }
  .productList1 .tag {
    font-size: 10px;
    font-weight: 700;
    top: 5px;
    padding: 3px 4px 0px;
  }
  .productList1 .tag:after {
    margin-right: -13px;
  }
  .productList1 .bg-logo .br-logo {
    max-width: 60px;
    right: 5px;
    top: inherit;
  }
  .tag-one-plus-one,
  .tag-discount {
    height: 32px;
    width: 80px;
    padding: 0px 12px 7px;
    left: 3px;
    bottom: -25px;
    font-size: 10px;
    font-weight: 700;
  }
  .tag-one-plus-one {
    height: 26px;
    bottom: -20px;
  }
  .rating label {
    height: 50px;
    width: 50px;
    line-height: 50px;
    margin: 0 5px;
  }
  .productList1 .right-logo img {
    max-width: 50%;
  }
  .thanks h3 {
    font-size: 22px;
  }
  .productInfo > div {
    padding: 10px;
    font-size: 12px;
  }
  .productInfo a.close-btn {
    top: 4px;
    right: 4px;
    background-color: transparent;
  }
  .bb:after {
    right: -14px;
  }
  .pointSave h3 {
    font-size: 20px;
  }
  .pointSave p {
    font-size: 12px;
  }
  #ProfileMenu:after {
    display: none;
  }
  .pointSave:after {
    position: absolute;
    width: 40px;
    height: 40px;
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -20px;
    content: '+';
    background: #fff;
    border-radius: 50%;
    font-size: 30px;
    text-align: center;
    line-height: 38px;
    font-weight: 700;
  }
  .cart-list img,
  .VouchersGread img {
    max-width: 20px;
  }
  .cart-list .define-quantity span,
  .VouchersGread .define-quantity span {
    width: 24px !important;
  }
  .VouchersGread .qty-td {
    padding-right: 10px;
  }
  .cart-list .define-quantity,
  .VouchersGread .define-quantity {
    width: 75px;
  }
  .productList1 .btn-outline-danger {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .gvBoxCart {
    font-size: 20px;
  }
  .tableQty .col-xl-7 .align-items-center {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .VouchersGread .col-lg-7 .align-items-center {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    padding-left: 5px;
  }
}
@media (max-width: 400px) {
  .gvBoxCart {
    font-size: 16px;
  }
}
.short_desc {
  min-height: 50px;
  overflow: hidden;
}
.ui-menu-item-wrapper {
  padding: 0 !important;
}
.ui-menu-item a {
  font-size: 14px;
  color: #861f41;
  display: block;
  padding: 5px 10px;
}
.ui-menu-item a:hover {
  background: #861f41;
  border-color: #861f41;
  color: #fff !important;
}
.text-dark.fs-14.more.float-right {
  padding-top: 3px;
}
.modal-header .modal-title {
  color: #91003e;
  font-weight: 700 !important;
}
.modal-header .close {
  color: #91003e;
  opacity: 1;
}
.modal-header.bg-light {
  background: rgba(1, 124, 1, 0.1) !important;
}
.ImportantInstructionsList ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
}
body.holi-theme {
  background: #fff url('../../../images/holi-theme.jpg') no-repeat bottom center / 100% 100%;
}
body.holi-theme .bg-light {
  background-color: rgba(0, 0, 0, 0.08) !important;
}
body.holi-theme .productList1 {
  background-color: #fff;
}
@media (max-width: 767px) {
  body.holi-theme {
    background: #fff url('../../../images/holi-theme.jpg') no-repeat bottom left / auto 100%;
  }
}
.btfText {
  font-size: 12px !important;
}
.btfText p {
  font-size: 12px;
}
.btfText h5 {
  font-size: 12px;
  margin: 0;
}
.btfText h1 {
  font-size: 14px;
  font-weight: 700;
}
.btfText h2 {
  font-size: 14px;
  font-weight: 700;
}
.btfText h3 {
  font-size: 14px;
  font-weight: 700;
}
.btfText h4 {
  font-size: 14px;
  font-weight: 700;
}
.btfText ul {
  font-size: 12px;
  padding-left: 20px;
}
.btfText ol {
  font-size: 12px;
  padding-left: 20px;
}
.btfText p + ul {
  margin-top: -15px;
}
.btfText p + ol {
  margin-top: -15px;
}
.mnemonics {
  margin: 0;
  padding: 0;
  vertical-align: middle;
  white-space: nowrap;
  margin-bottom: 15px;
}
.mnemonics li {
  display: inline-block;
  background: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 25px;
  font-size: 13px;
  padding: 5px 10px 5px 15px;
  vertical-align: middle;
  white-space: nowrap;
  margin-right: 5px;
  box-shadow: 0px 1px 9px 0px rgba(0, 0, 0, 0.16);
}
.mnemonics li img {
  display: inline-block;
  vertical-align: middle;
}
.mnemonics li span {
  display: inline-block;
  padding: 0 25px 0 10px;
  vertical-align: middle;
  background: url('../../../images/check.png') no-repeat right center;
  color: #019913;
}
.mnemonics li.donotUse img {
  opacity: 50%;
  filter: grayscale(100%);
}
.mnemonics li.donotUse span {
  color: #fe355c;
  background-image: url('../../../images/cross.png');
}
@media (max-width: 767px) {
  .mnemonics li {
    margin: 0;
    font-size: 12px;
    padding: 3px 8px 3px 10px;
  }
  .mnemonics li span {
    padding: 0 18px 0 5px;
  }
  .mnemonics {
    margin: -15px -15px 10px;
    overflow: hidden;
    overflow-x: auto;
    background: #f8f9fa;
    padding: 10px;
  }
}
.voucherlist {
  padding: 10px 0;
}
.statues_abs {
  bottom: 0;
  left: 37.5%;
  padding: 5px 5px;
  border-radius: 5px 5px 0 0;
  width: 25%;
}
.logo_text h4 {
  font-size: 20px;
  font-weight: 600;
  color: #333333;
}
.checkStatues li:first-child {
  width: 40%;
  font-weight: 400;
  color: #777777;
}
.checkStatues li {
  list-style: none;
  font-size: 14px;
  color: #212529;
  line-height: 24px;
  font-weight: 400;
}
.qr_code {
  right: -65px;
  top: 50%;
  transform: translateY(-50%);
}
.qr_code span {
  border: 5px solid #f9f9f9;
}
@media (max-width: 767px) {
  .qr_code {
    right: 50%;
    top: 60%;
    transform: translate(50%, 0%);
  }
  .voucherlist {
    padding-bottom: 50px;
    margin-bottom: 100px;
  }
  .checkStatues .fs-24 {
    font-size: 20px;
  }
}
@media (max-width: 386px) {
  .checkStatues li {
    font-size: 11px;
  }
  .imp-btn li a {
    font-size: 12px;
  }
  .checkStatues h5 {
    font-size: 14px;
  }
  .checkStatues legend {
    font-size: 15px;
  }
}
.billing_form {
  border: 0px;
  border-bottom: 1px solid #ced4da;
  font-size: 15px;
}
.subscriptionDv h3 {
  font-size: 21px;
  color: #212529;
  font-weight: 900;
  padding: 10px 30px 10px 10px;
}
.subscriptionDv p {
  font-size: 13px;
  color: #212529;
  font-weight: bold;
  margin-top: 2px;
}
.bestBuy {
  right: 8px;
  top: 0;
  height: 100%;
}
.bestBuy p {
  font-size: 11px;
  position: relative;
  writing-mode: vertical-rl;
  top: 50%;
  transform: rotateZ(180deg) translateY(52%);
  color: #91003e;
  letter-spacing: 0.5px;
  font-weight: 700;
  height: 100%;
}
.fomRight .form-control {
  border-color: #000;
  color: #000;
}
.fomRight .form-control::placeholder {
  color: #000;
  opacity: 1;
  /* Firefox */
}
.fomRight .form-control:-ms-input-placeholder {
  color: #000;
}
.fomRight .form-control::-ms-input-placeholder {
  color: #000;
}
.productGray {
  filter: grayscale(1);
  opacity: 0.7;
  pointer-events: none;
}
.nextBtnActive:hover a {
  color: #fff;
}
@media (max-width: 420px) {
  .subscriptionDv h3 {
    font-size: 16px;
  }
  .subscriptionDv p {
    font-size: 10px;
  }
  .bestBuy {
    right: -8px;
  }
  .faceValueDv .fs-16 {
    font-size: 13px;
  }
  .VouchersGreadBox .fs-14 {
    font-size: 12px;
  }
  .VouchersGreadBox .fs-16 {
    font-size: 12px;
  }
  .VouchersGreadBox .fs-12 {
    font-size: 11px;
  }
  .productPageCoupon p .float-right {
    float: left !important;
  }
}
.shadowActive {
  border-color: #9c2540 !important;
  box-shadow: 0 0 4px 2px rgb(0 0 0%);
}
.cursor-pointer {
  cursor: pointer;
}
.wallet-transactions {
  min-height: 550px;
}
.wallet-transactions .list-inline-item {
  vertical-align: middle;
}
.wallet-transactions-list .alert {
  border: 1px dashed #000;
  position: relative;
  text-align: center;
}
.wallet-transactions-list .alert:after {
  position: absolute;
  content: '';
  background: #fff;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  top: 50%;
  left: -9px;
  margin-top: -9px;
  border-right: 1px dashed #000;
}
.wallet-transactions-list .alert:before {
  position: absolute;
  content: '';
  background: #fff;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  top: 50%;
  right: -9px;
  margin-top: -9px;
  border-left: 1px dashed #000;
}
@media (max-width: 991px) {
  .wallet-transactions .alert {
    font-size: 12px;
  }
}
.card-page {
  min-height: 550px;
}
.card-page .paymentOption li:not(:last-child) {
  border-bottom: 1px solid #cacaca;
}
.card-page .paymentOption li span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  padding: 5px;
}
.card-page .paymentOption li a {
  color: #868686;
  display: block;
}
.card-page .paymentOption li.active a,
.card-page .paymentOption li a:hover {
  color: #000;
  background: #fff;
}
/* Add Wallet Start */
.giftForm .fa-check-circle {
  position: absolute;
  bottom: 9px;
  left: 4px;
}
.giftForm .form-control {
  padding-left: 27px;
}
.walletBalanceBox .alert {
  border: 1px dashed #000;
  position: relative;
}
.walletBalanceBox .alert:after {
  position: absolute;
  content: '';
  background: #fff;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  top: 50%;
  left: -9px;
  margin-top: -9px;
  border-right: 1px dashed #000;
}
.walletBalanceBox .alert:before {
  position: absolute;
  content: '';
  background: #fff;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  top: 50%;
  right: -9px;
  margin-top: -9px;
  border-left: 1px dashed #000;
}
.walletBalanceBox .alert {
  font-size: 16px;
}
.walletBalanceBox .alert > div div + div {
  font-size: 22px;
}
.walletBalanceBox .border-bottom {
  border-bottom: 1px solid #bdbdbd !important;
}
@media (min-width: 992px) {
  .walletBalanceBox .alert {
    font-size: 20px;
  }
  .walletBalanceBox .alert > div div + div {
    font-size: 36px;
  }
}
/* Add Wallet End */
.check-instruction {
  margin-top: -30px;
}
/* ************************ Roadblock Start ************************ */
.zamato_bg {
  background: #d2291b url('../../../images/Zomato_Popup.gif') no-repeat -30px 0 / cover;
}
.logoDv {
  position: absolute;
  right: 20px;
  top: 0;
  width: 120px;
}
.close {
  opacity: 1;
}
@media (max-width: 567px) {
  .zamato_bg {
    background: #d2291b url('../../../images/Zomato_Popup.gif') no-repeat -21px 0% 100%;
  }
  .zamato_bg .fs-22 {
    font-size: 17px;
  }
  .logoDv {
    position: absolute;
    right: 10px;
    top: 0;
    width: 82px;
  }
}
/* ************************ Roadblock End ************************ */
/* ************************ 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 ************************ */
.customCheckbox input {
  padding: 0;
  height: auto;
  width: auto;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.customCheckbox input:checked + label:after {
  content: '';
  top: 6px;
  left: 6px;
  width: 5px;
  height: 8px;
  position: absolute;
  transform: rotate(43deg);
  border-color: #ffffff;
  border-style: solid;
  border-width: 0 2px 2px 0;
}
.customCheckbox label {
  position: relative;
  cursor: pointer;
  margin: 0;
  padding-left: 20px;
  font-size: 14px;
  display: flex;
  color: dimgray;
}
.customCheckbox label a {
  text-decoration: none;
}
.customCheckbox label:before {
  content: '';
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  background-color: #f3f3f3;
  border: 1px solid #cdcdcd;
  display: inline-block;
  position: absolute;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  width: 16px;
  height: 16px;
  left: 0;
  top: 3px;
  border-radius: 2px;
}
.trB {
  margin-top: -12px;
  margin-left: -8px;
  max-width: initial !important;
  flex: auto;
  margin-right: -8px;
}

