::-webkit-input-placeholder {
  color: #666;
}
::-webkit-selection {
  background: #008738;
  color: #ffffff;
  text-shadow: 0 0 transparent;
}
/* Firefox 19+ */
::-moz-placeholder {
  color: #666;
}
::-moz-selection {
  background: #008738;
  color: #ffffff;
  text-shadow: 0 0 transparent;
}
/* IE 10+ */
:-ms-input-placeholder {
  color: #666;
}
::-ms-selection {
  background: #008738;
  color: #ffffff;
  text-shadow: 0 0 transparent;
}
/* Firefox 18- */
:-moz-placeholder {
  color: #666;
}
::selection {
  background: #008738;
  color: #ffffff;
  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 {
  color: #0756af;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
a:hover {
  text-decoration: none;
}
a[data-toggle='modal'] {
  outline: none;
}
body {
  background: #fff;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}
/*.navbar-brand.d-none.d-lg-block img {vertical-align: bottom;}*/
.navbar-light {
  position: relative;
  z-index: 999;
}
.navbar-light .navbar-nav .nav-link {
  color: #0756af;
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: #fff;
  background: #0756af;
}

.desktopNav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0;
  text-align: left;
  position: relative;
  display: flex;
  z-index: 9;
}
.desktopNav ul li {
  display: inline-block;
  vertical-align: top;
  border-left: 1px solid transparent;
  min-height: 100%;
  border-right: 1px solid transparent;
  border-right: 1px solid rgba(0, 0, 0, 0.05);
}
.desktopNav ul li > a {
  display: block;
  min-height: 100%;
  color: #000;
  font-size: 12px;
  text-align: center;
  line-height: 1;
  padding: 12px 20px 12px 21px;
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
}
.desktopNav ul li:nth-child(1) > a {
  border-left: 1px solid rgba(0, 0, 0, 0.05);
}
.desktopNav ul li a figure {
  padding: 0;
  margin: 0;
}
.desktopNav ul li a figure figcaption {
  padding: 5px 0 0;
  margin: 0;
  max-width: 100px;
}
.desktopNav ul li.dropdown:hover > a,
.desktopNav ul > li:hover {
  text-decoration: none;
  color: #150145;
  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: -10px;
  content: '';
  position: absolute;
  display: none;
}
.desktopNav ul li.dropdown:hover a[aria-haspopup='true']:before,
.desktopNav ul li.dropdown:hover a.dropdown-toggle:before {
  display: block;
}
.desktopNav ul li a.dropdown-toggle:after {
  display: none;
}
.desktopNav ul li.dropdown.spriteMenu {
  position: initial;
}
.desktopNav ul li.dropdown:hover > .dropdown-menu {
  display: block;
}
.desktopNav ul li.dropdown > .dropdown-toggle:active {
  pointer-events: none;
}
.desktopNav ul li.dropdown > .dropdown-menu {
  min-width: 100%;
  border-radius: 0;
  border: 0;
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.05);
  z-index: 2;
  margin: 0;
}
.desktopNav ul li.dropdown > .dropdown-menu a {
  text-align: left;
  vertical-align: top;
  font-size: 12px;
  line-height: 1;
  padding-top: 9px;
  padding-bottom: 9px;
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
}
.desktopNav ul li.dropdown > .dropdown-menu a:hover {
  box-shadow: none;
}
.desktopNav ul li.dropdown.spriteMenu .dropdown-menu {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
}
.desktopNav ul li.dropdown.spriteMenu .dropdown-menu a {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
.desktopNav ul li > a.darkLink {
  background: #0756af;
  color: #fff;
}

.customHead {
  margin: 0;
  padding: 0;
  font-size: 24px;
  font-weight: 300;
  color: #0756af;
  position: relative;
}
.customHead:after {
  background: #0756af;
  content: '';
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 5px;
  right: 0;
  z-index: 1;
  font-weight: 300;
}
.customHead span {
  display: inline-block;
  background: #fff;
  position: relative;
  z-index: 2;
  padding-right: 3px;
}

.ListBox a {
  color: #808080;
  text-transform: uppercase;
}
.hand-picked-item .ListBox a {
  color: #0756af;
  display: inline-block;
  border-bottom: 1px solid #0756af;
}

.text-primary {
  color: #0756af !important;
}
.btn-primary {
  color: #fff;
  background-color: #0756af;
  border-color: #0756af;
}
.btn-outline-primary {
  color: #0756af;
  border-color: #0756af;
}
.btn-outline-primary:hover {
  background-color: #0756af;
  border-color: #0756af;
}
select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background: url(../images/select.png) no-repeat center right;
}
.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 !important;
}
.fs-11 {
  font-size: 11px !important;
}
.fs-12 {
  font-size: 12px !important;
}
.fs-14 {
  font-size: 14px;
}
.fs-16 {
  font-size: 16px;
}
.fs-18 {
  font-size: 18px;
}
.fs-20 {
  font-size: 20px;
}
.fs-22 {
  font-size: 22px;
}
.fs-26 {
  font-size: 26px;
}
.fs-24 {
  font-size: 24px;
}
.fs-30 {
  font-size: 30px;
}
.table thead th {
  border-bottom: 1px solid #dee2e6;
}
.brand-page-logo {
  position: absolute;
  bottom: 25%;
  background: #fff;
}
.brand-offer {
  position: absolute;
  background: #ffde00;
  color: #606060;
  padding: 7px 15px;
  right: 0;
  bottom: 5%;
}

.cart-table tbody td p {
  color: #0756af;
  font-size: 12px;
}
.cart-table tbody td.description span {
  width: 42px;
  display: inline-block;
  text-align: right;
}
.product-page .table td,
.product-page .table th {
  border-bottom-width: 1px;
  vertical-align: middle;
  text-align: center;
}
.cart-table p,
.product-page .table td p {
  margin: 0;
}

.cart-table.brand-2 thead th,
.cart-table.brand-2 tbody td {
  width: 20%;
  text-align: center !important;
}

.define-quantity {
  width: 65px;
  border: 1px solid #0756af;
  overflow: hidden;
  background-color: #0756af;
  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: 12px;
  height: 20px;
  outline: none;
  background-color: transparent;
  color: #fff;
}
.define-quantity span {
  float: right;
  padding: 4px;
  line-height: 1;
  cursor: pointer;
  width: 20px !important;
  font-size: 0;
  position: relative;
  height: 20px;
  margin-top: -20px;
  background: #fcfcff;
  border-left: 1px solid #0756af;
}
.define-quantity span.dec {
  float: left;
  border-right: 1px solid #0756af;
  border-left: 0;
}
.define-quantity span.inc:before {
  position: absolute;
  width: 2px;
  left: 0;
  height: 10px;
  top: 50%;
  content: '';
  background: #666;
  left: 50%;
  margin: -5px 0 0 -1px;
}
.define-quantity span:after {
  position: absolute;
  width: 10px;
  left: 0;
  height: 2px;
  top: 50%;
  content: '';
  background: #666;
  left: 50%;
  margin: -1px 0 0 -5px;
}

.top-minas-55 {
  margin-top: -55px;
}

.form-control.form-control-lg {
  padding: 0;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #ffffff;
  opacity: 1;
  cursor: not-allowed;
}

.customModal .modal-content {
  border-radius: 0;
  border: 0;
}
.customModal .modal-body {
  padding: 25px 44px;
  padding-bottom: 35px;
}
.customModal .modal-body:before {
  left: 20px;
  right: 20px;
  bottom: 20px;
  top: 25px;
  content: '';
  position: absolute;
  z-index: 0;
  border: 2px solid #666;
}
.customModal .modal-body > div {
  position: relative;
  z-index: 2;
}
.customModal h3 {
  margin: -13px 0 15px 0;
  font-size: 20px;
  color: #2b3474;
}
.customModal h3 span {
  background: #fff;
}
#thanks h4 {
  font-size: 36px;
  font-weight: 300;
  text-transform: uppercase;
  margin-top: 15px;
}
#thanks p {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.4;
}
.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;
}

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

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

#point-box {
  background: #0756af;
  left: 5%;
  bottom: 10%;
  position: fixed;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  padding: 17px 0;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  z-index: 99;
}
#point-box span {
  display: block;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 1;
}
#point-box span + span {
  font-size: 10px;
}
.tableQty,
.tableQty .table {
  color: #6d7278;
}
.cartAdress {
  position: relative;
  background-color: #fce3e5 !important;
}
.cartAdress h3 {
  cursor: pointer;
  color: #6c757d !important;
}
.cartAdress:after {
  background: url(../images/down-arrow.png) no-repeat center;
  content: '';
  position: absolute;
  width: 16px;
  height: 10px;
  right: 10px;
  top: 15px;
  cursor: pointer;
}
.tableQty.open .cartAdress:after {
  transform: rotate(180deg);
}
.cartAdress .detailsBox {
  display: none;
}
.tableQty.open .cartAdress .detailsBox {
  display: block;
}
.SummaryRight {
  box-shadow: 0px 4px 20.4px 3.6px rgba(0, 0, 0, 0.04);
}
.btn.dropdown-toggle::after,
.btn.btn-light.dropdown-toggle::after {
  border: 0;
  height: 7px;
  width: 14px;
  background: url(../images/down.png) no-repeat;
  vertical-align: 0.1em;
}

.shopping-cart {
  background: #fcdf4c url(../images/shopping-cart.png) no-repeat 7px center;
  color: #000;
  position: absolute;
  right: 25px;
  top: 0;
  z-index: 9;
  padding: 8px 10px 8px 40px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 0 0 10px 10px;
}
.shopping-cart span {
  color: #000;
  background-color: #fff;
  display: inline-block;
  width: 21px;
  text-align: center;
  border-radius: 50%;
  margin: 1px 0 1px 5px;
}
.shopping-cart:hover {
  color: #000;
  text-decoration: none;
}
.filterArya {
  box-shadow: 0px 4px 20.4px 3.6px rgba(0, 0, 0, 0.04);
}

.custome-check2 {
  font-size: 0;
}
.custome-check2 li {
  width: 33.33%;
  margin: 0 !important;
  position: relative;
}
.custome-check2 label {
  cursor: pointer;
  padding: 3px;
  display: block;
  text-align: center;
  font-size: 12px;
  margin: 5px;
}
.custome-check2 input {
  opacity: 0;
  position: absolute;
}
.custome-check2 label img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
}
.custome-check2 input:checked + label,
.custome-check2 input:checked ~ label {
  color: #0756af;
}
.custome-check2 input:checked ~ label img {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -o-filter: grayscale(0);
  -ms-filter: grayscale(0);
}

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

.product-box {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  min-height: 100%;
}
.product-box figure {
  margin: 0;
  position: relative;
  overflow: hidden;
  padding: 10px;
}
.product-box figure figcaption {
  margin: 0;
  padding: 10px 0 10px;
  font-weight: 700;
  font-size: 24px;
}
.product-box .product-box-overlaw {
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  top: 50%;
  color: #fff;
  width: 70%;
  padding: 10px;
  margin-top: -55px;
}
.product-box .product-box-overlaw p {
  margin: 0;
  font-weight: 600;
}
.product-box .product-box-overlaw.get-one img {
  max-height: 48px;
}
.product-box .product-box-overlaw.upto img {
  max-height: 64px;
}
.product-box .product-box-overlaw p + p {
  line-height: 1;
  padding: 5px;
}

.Discounts-owl-carousel .item,
.Offers-owl-carousel .item,
.Recent-owl-carousel .item,
.TrendingBrands-owl-carousel .item {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-radius: 2px;
}

.Discounts-owl-carousel .item img,
.Offers-owl-carousel .item img,
.Recent-owl-carousel .item img,
.TrendingBrands-owl-carousel .item img {
  max-width: 100%;
}
.combo-box .value {
  border-bottom: 1px dashed #0756af;
}
.combo-box .product-box {
  box-shadow: 0px 4px 20.4px 3.6px rgba(0, 0, 0, 0.04);
}
.combo-box .product-box figure figcaption {
  font-size: 18px;
}
.combo-box .bg-alternet {
  background-color: #f7ffdf;
  padding: 10px;
  position: relative;
  overflow: hidden;
  margin-top: -5px;
}
.combo-box:nth-child(even) .bg-alternet {
  background-color: #dbeeff;
}

.combo-box .tag {
  width: 200px;
  position: absolute;
  top: 15px;
  left: -70px;
  text-align: center;
  line-height: 30px;
  font-size: 12px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  background: #c90000;
  color: #ffffff;
}
.combo-box .row .col-6 + .col-6:after {
  background: url(../images/combo-plus.png) no-repeat center/cover;
  content: '';
  position: absolute;
  top: 50%;
  left: -20px;
  margin-top: -20px;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  overflow: hidden;
}
.mt-5-min {
  margin-top: -5rem !important;
}
.productPageBox {
  background: #ffffff;
  border: 1px solid #ecf2f6;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14);
  border-radius: 4px;
}
.btn.sls {
  border: 1px solid #ccc;
}
.promoFild .form-control,
.storeFinder .form-control {
  border-width: 0 0 1px 0;
  border-radius: 0;
  padding: 0;
  height: calc(1em + 0.75rem + 2px);
  background-color: transparent;
}
.editPromo {
  position: absolute;
  right: 9px;
  top: 2px;
}
.productPageCoupon {
  border: 1px dashed #ced4da;
}

.stepsBox .item {
  padding-top: 70px;
}
.stepsBox .item:after {
  height: 1px;
  position: absolute;
  right: 0.25rem;
  left: 0.25rem;
  top: 35px;
  background: #979797;
  content: '';
  z-index: 1;
}
.stepsBox .item:before {
  height: 10px;
  position: absolute;
  right: 0.25rem;
  left: 0.25rem;
  top: 30px;
  content: '';
  border-left: 1px solid #979797;
  border-right: 1px solid #979797;
  z-index: 2;
}
.stepsBox .item figure:after {
  position: absolute;
  top: -65px;
  content: 'STEP';
  text-align: center;
  background: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  left: 50%;
  margin-left: -25px;
  z-index: 3;
  -webkit-box-shadow: 0px 0px 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 5px 0 rgba(0, 0, 0, 0.1);
  padding: 28px 0 0 0;
  font-size: 10px;
  line-height: 1;
}
.stepsBox .item figure:before {
  position: absolute;
  top: -61px;
  content: '1';
  text-align: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  left: 50%;
  margin-left: -21px;
  z-index: 4;
  font-size: 18px;
  color: #1d86ff;
  border: 1px solid #1d86ff;
  line-height: 1.5;
}
.stepsBox .item figure:before {
  content: '1';
}
.stepsBox .owl-item:nth-child(2) .item figure:before {
  content: '2';
}
.stepsBox .owl-item:nth-child(3) .item figure:before {
  content: '3';
}
.stepsBox .owl-item:nth-child(4) .item figure:before {
  content: '4';
}
.stepsBox .owl-item:nth-child(5) .item figure:before {
  content: '5';
}
.stepsBox .item figure {
  background: #fff;
  border: 1px solid #dadada;
  padding: 4px;
  margin: 0;
  min-height: 100%;
  position: relative;
}
.stepsBox .item figure img {
  width: 100%;
  border-bottom: 2px solid #1d86ff;
}
.stepsBox .item figure figcaption {
  padding: 5px;
  min-height: 82px;
}
.stepsBox .item figure figcaption p {
  margin: 0;
}
.stepsBox .item figure figcaption p span {
  color: #1d86ff;
}

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

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

.search-box {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2147483;
  background: rgba(255, 255, 255, 1);
  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;
}

@media (min-width: 992px) {
  /*.navbar .container {align-items: flex-end;}*/
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .offersLink {
    background: url(../images/offers-bg.png) no-repeat center left;
    color: #fff !important;
  }
}
@media (max-width: 1200px) {
  .desktopNav ul li > a {
    padding: 10px 12px;
  }
}
@media (min-width: 1200px) {
  .define-quantity {
    width: 80px;
  } 
}

@media (max-width: 1200px) {  
  .custome-check label{
    font-size: 11px;
  }
}

@media (max-width: 991px) {
  .desktopNav ul {
    display: none;
  }
  .navbar-brand {
    margin-right: 0;
  }
  .dropdownMobileCat {
    margin: 0 -30px;
  }
  .dropdownMobileCat .btn.btn-light {
    background-color: #fff;
    border: 0;
  }
  .dropdownMobileCat .btn.btn-light.dropdown-toggle::after {
    float: right;
    margin-top: 7px;
  }
}

@media (min-width: 992px) {
  .MobileSummaryBtn {
    display: none;
  }
  .dropdownMobileCat {
    display: none;
  }
}
@media (min-width: 768px) {
  .hand-picked-item .col-md-3 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .TransactionsdetailsBox .row + .row span {
    display: none;
  }
  .TransactionsdetailsBox .row + .row span.priceBox {
    display: inline-block;
    width: 38px;
    text-align: right;
    font-weight: 400;
  }
  .MobileFilterBtn {
    display: none;
  }
}
@media (max-width: 767px) {
  .DesktopFilter {
    margin: 0 !important;
  }
  .hideOnMobile {
    display: none !important;
  }
  .cart-table tbody td p {
    text-align: left;
  }
  .titleMob h1 {
    margin: 0;
  }
  .cart-table.brand-2 thead th,
  .cart-table.brand-2 tbody td {
    width: 25%;
  }
  .TransactionsMainGridHead .col {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .TransactionsdetailsBox .col {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .TransactionsdetailsBox .TransactionsGrid:nth-child(even) {
    background-color: #f9f9f9;
  }

  .cart-list.tableQty table.table {
    font-size: 0;
  }
  .cart-list.tableQty table.table thead {
    display: inline-block;
    width: 50%;
    text-align: left;
  }
  .cart-list.tableQty table.table tbody {
    display: inline-block;
    width: 50%;
    text-align: left;
  }
  .cart-list.tableQty table.table thead tr,
  .cart-list.tableQty table.table tbody tr,
  .cart-list.tableQty table.table thead tr th,
  .cart-list.tableQty table.table tbody tr td {
    display: block;
  }
  .cart-list.tableQty table.table thead tr th,
  .cart-list.tableQty table.table tbody tr td {
    padding-top: 3px;
    padding-bottom: 3px;
    border: 0;
  }
  .cart-list.tableQty table.table tbody tr td {
    text-align: right !important;
    padding-right: 15px;
  }
  .cart-list.tableQty.bg-light {
    background-color: #fff !important;
    border: 1px solid #ecf2f6;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14);
    border-radius: 4px;
    overflow: hidden;
  }
  .cart-list.tableQty table.table td {
    font-size: 12px;
  }
  .cart-list.tableQty table.table th {
    font-size: 12px;
  }
  .product-box figure figcaption {
    font-size: 18px;
  }
  .MobileFilterBtn:focus,
  .MobileFilterBtn {
    display: block;
    left: 0;
    right: 0;
    position: fixed;
    bottom: 0;
    background: #0756af url(../images/filter-icon.png) no-repeat center right;
    color: #fff;
    padding: 15px 13px;
    z-index: 99;
    text-transform: uppercase;
    overflow: hidden;
    box-shadow: 0px -0.25rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  }

  #MobileSummaryPopup .close {
    right: 0px;
    top: -7px;
  }
  .MobileSummaryBtn {
    display: block;
    left: 0;
    right: 0;
    position: fixed;
    bottom: 0;
    background-color: #0756af;
    color: #fff;
    padding: 15px 13px 10px;
    z-index: 99;
    text-transform: uppercase;
    font-family: 'Gotham Medium', sans-serif;
    overflow: hidden;
    box-shadow: 0px -0.25rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  }
  .MobileSummaryBtn:hover {
    color: #fff;
  }
  .MobileSummaryBtn span {
    float: left;
  }
  .MobileSummaryBtn span:nth-child(2) {
    float: right;
    background: url(../images/downAw1.png) no-repeat right center;
    padding-right: 30px;
  }
}

@media (max-width: 575px) {
  .dropdownMobileCat {
    margin: 0 -15px;
  }

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

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

/*React Toastify*/
.Toastify__toast-container {
  z-index: 9999;
  position: fixed;
  padding: 4px;
  width: 320px;
  box-sizing: border-box;
  color: #fff;
}
.Toastify__toast-container--top-left {
  top: 1em;
  left: 1em;
}
.Toastify__toast-container--top-center {
  top: 1em;
  left: 50%;
  margin-left: -160px;
}
.Toastify__toast-container--top-right {
  top: 1em;
  right: 1em;
}
.Toastify__toast-container--bottom-left {
  bottom: 1em;
  left: 1em;
}
.Toastify__toast-container--bottom-center {
  bottom: 1em;
  left: 50%;
  margin-left: -160px;
}
.Toastify__toast-container--bottom-right {
  bottom: 1em;
  right: 1em;
}
@media only screen and (max-width: 480px) {
  .Toastify__toast-container {
    width: 100vw;
    padding: 0;
    left: 0;
    margin: 0;
  }
  .Toastify__toast-container--top-left,
  .Toastify__toast-container--top-center,
  .Toastify__toast-container--top-right {
    top: 0;
  }
  .Toastify__toast-container--bottom-left,
  .Toastify__toast-container--bottom-center,
  .Toastify__toast-container--bottom-right {
    bottom: 0;
  }
  .Toastify__toast-container--rtl {
    right: 0;
    left: initial;
  }
}
.Toastify__toast {
  position: relative;
  min-height: 64px;
  text-align: center;
  box-sizing: border-box;
  margin-bottom: 1rem;
  padding: 8px;
  border-radius: 1px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 15px 0 rgba(0, 0, 0, 0.05);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-height: 800px;
  overflow: hidden;
  font-family: sans-serif;
  cursor: pointer;
  direction: ltr;
}
.Toastify__toast--rtl {
  direction: rtl;
}
.Toastify__toast--default {
  background: #fff;
  color: #aaa;
}
.Toastify__toast--info {
  background: #3498db;
}
.Toastify__toast--success {
  background: #07bc0c;
}
.Toastify__toast--warning {
  background: #f89c2e;
}
.Toastify__toast--error {
  background: #e74c3c;
}
.Toastify__toast-body {
  margin: auto 0;
  -ms-flex: 1;
  flex: 1;
}
@media only screen and (max-width: 480px) {
  .Toastify__toast {
    margin-bottom: 0;
  }
}
.Toastify__close-button {
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  background: transparent;
  outline: none;
  border: none;
  padding: 0;
  cursor: pointer;
  opacity: 0.7;
  transition: 0.3s ease;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.Toastify__close-button--default {
  color: #000;
  opacity: 0.3;
}
.Toastify__close-button:hover,
.Toastify__close-button:focus {
  opacity: 1;
}
@keyframes Toastify__trackProgress {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
.Toastify__progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px;
  z-index: 9999;
  opacity: 0.7;
  animation: Toastify__trackProgress linear 1;
  background-color: rgba(255, 255, 255, 0.7);
}
.Toastify__progress-bar--rtl {
  right: 0;
  left: initial;
}
.Toastify__progress-bar--default {
  background: linear-gradient(
    to right,
    #4cd964,
    #5ac8fa,
    #007aff,
    #34aadc,
    #5856d6,
    #ff2d55
  );
}
@keyframes Toastify__bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes Toastify__bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes Toastify__bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes Toastify__bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.Toastify__bounce-enter--top-left,
.Toastify__bounce-enter--bottom-left {
  animation-name: Toastify__bounceInLeft;
}
.Toastify__bounce-enter--top-right,
.Toastify__bounce-enter--bottom-right {
  animation-name: Toastify__bounceInRight;
}
.Toastify__bounce-enter--top-center {
  animation-name: Toastify__bounceInDown;
}
.Toastify__bounce-enter--bottom-center {
  animation-name: Toastify__bounceInUp;
}
.Toastify__bounce-exit--top-left,
.Toastify__bounce-exit--bottom-left {
  animation-name: Toastify__bounceOutLeft;
}
.Toastify__bounce-exit--top-right,
.Toastify__bounce-exit--bottom-right {
  animation-name: Toastify__bounceOutRight;
}
.Toastify__bounce-exit--top-center {
  animation-name: Toastify__bounceOutUp;
}
.Toastify__bounce-exit--bottom-center {
  animation-name: Toastify__bounceOutDown;
}
@keyframes Toastify__zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes Toastify__zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.Toastify__zoom-enter {
  animation-name: Toastify__zoomIn;
}
.Toastify__zoom-exit {
  animation-name: Toastify__zoomOut;
}
@keyframes Toastify__flipIn {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
@keyframes Toastify__flipOut {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.Toastify__flip-enter {
  animation-name: Toastify__flipIn;
}
.Toastify__flip-exit {
  animation-name: Toastify__flipOut;
}
@keyframes Toastify__slideInRight {
  from {
    transform: translate3d(110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideInLeft {
  from {
    transform: translate3d(-110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideInUp {
  from {
    transform: translate3d(0, 110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideInDown {
  from {
    transform: translate3d(0, -110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(110%, 0, 0);
  }
}
@keyframes Toastify__slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-110%, 0, 0);
  }
}
@keyframes Toastify__slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 110%, 0);
  }
}
@keyframes Toastify__slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -110%, 0);
  }
}
.Toastify__slide-enter--top-left,
.Toastify__slide-enter--bottom-left {
  animation-name: Toastify__slideInLeft;
}
.Toastify__slide-enter--top-right,
.Toastify__slide-enter--bottom-right {
  animation-name: Toastify__slideInRight;
}
.Toastify__slide-enter--top-center {
  animation-name: Toastify__slideInDown;
}
.Toastify__slide-enter--bottom-center {
  animation-name: Toastify__slideInUp;
}
.Toastify__slide-exit--top-left,
.Toastify__slide-exit--bottom-left {
  animation-name: Toastify__slideOutLeft;
}
.Toastify__slide-exit--top-right,
.Toastify__slide-exit--bottom-right {
  animation-name: Toastify__slideOutRight;
}
.Toastify__slide-exit--top-center {
  animation-name: Toastify__slideOutUp;
}
.Toastify__slide-exit--bottom-center {
  animation-name: Toastify__slideOutDown;
}
/*Date Picker*/
.react-datepicker-popper[data-placement^='bottom'] .react-datepicker__triangle,
.react-datepicker-popper[data-placement^='top'] .react-datepicker__triangle,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow,
.react-datepicker__year-read-view--down-arrow {
  margin-left: -8px;
  position: absolute;
}
.react-datepicker-popper[data-placement^='bottom'] .react-datepicker__triangle,
.react-datepicker-popper[data-placement^='bottom']
  .react-datepicker__triangle::before,
.react-datepicker-popper[data-placement^='top'] .react-datepicker__triangle,
.react-datepicker-popper[data-placement^='top']
  .react-datepicker__triangle::before,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow::before,
.react-datepicker__year-read-view--down-arrow,
.react-datepicker__year-read-view--down-arrow::before {
  box-sizing: content-box;
  position: absolute;
  border: 8px solid transparent;
  height: 0;
  width: 1px;
}
.react-datepicker-popper[data-placement^='bottom']
  .react-datepicker__triangle::before,
.react-datepicker-popper[data-placement^='top']
  .react-datepicker__triangle::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before,
.react-datepicker__year-read-view--down-arrow::before {
  content: '';
  z-index: -1;
  border-width: 8px;
  left: -8px;
}
.react-datepicker-popper[data-placement^='bottom'] .react-datepicker__triangle {
  top: 0;
  margin-top: -8px;
}
.react-datepicker-popper[data-placement^='bottom'] .react-datepicker__triangle,
.react-datepicker-popper[data-placement^='bottom']
  .react-datepicker__triangle::before {
  border-top: none;
  border-bottom-color: #f0f0f0;
}
.react-datepicker-popper[data-placement^='bottom']
  .react-datepicker__triangle::before {
  top: -1px;
  border-bottom-color: #aeaeae;
}
.react-datepicker-popper[data-placement^='top'] .react-datepicker__triangle,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow,
.react-datepicker__year-read-view--down-arrow {
  bottom: 0;
  margin-bottom: -8px;
}
.react-datepicker-popper[data-placement^='top'] .react-datepicker__triangle,
.react-datepicker-popper[data-placement^='top']
  .react-datepicker__triangle::before,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow::before,
.react-datepicker__year-read-view--down-arrow,
.react-datepicker__year-read-view--down-arrow::before {
  border-bottom: none;
  border-top-color: #fff;
}
.react-datepicker-popper[data-placement^='top']
  .react-datepicker__triangle::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before,
.react-datepicker__year-read-view--down-arrow::before {
  bottom: -1px;
  border-top-color: #aeaeae;
}
.react-datepicker-wrapper {
  display: inline-block;
  width: 100%;
}
.react-datepicker {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 0.8rem;
  background-color: #fff;
  color: #000;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  display: inline-block;
  position: relative;
}
.react-datepicker--time-only .react-datepicker__triangle {
  left: 35px;
}
.react-datepicker--time-only .react-datepicker__time-container {
  border-left: 0;
}
.react-datepicker--time-only .react-datepicker__time,
.react-datepicker--time-only .react-datepicker__time-box {
  border-radius: 0.3rem;
}
.react-datepicker__triangle {
  position: absolute;
  left: 50px;
}
.react-datepicker-popper {
  z-index: 1;
}
.react-datepicker-popper[data-placement^='bottom'] {
  margin-top: 10px;
}
.react-datepicker-popper[data-placement^='top'] {
  margin-bottom: 10px;
}
.react-datepicker-popper[data-placement^='right'] {
  margin-left: 8px;
}
.react-datepicker-popper[data-placement^='right'] .react-datepicker__triangle {
  left: auto;
  right: 42px;
}
.react-datepicker-popper[data-placement^='left'] {
  margin-right: 8px;
}
.react-datepicker-popper[data-placement^='left'] .react-datepicker__triangle {
  left: 42px;
  right: auto;
}
.react-datepicker__header {
  text-align: center;
  background-color: #f1592a;
  border-bottom: 1px solid #aeaeae;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
  padding-top: 8px;
  position: relative;
}
.react-datepicker__header--time {
  padding-bottom: 8px;
  padding-left: 5px;
  padding-right: 5px;
}
.react-datepicker__month-dropdown-container--scroll,
.react-datepicker__month-dropdown-container--select,
.react-datepicker__month-year-dropdown-container--scroll,
.react-datepicker__month-year-dropdown-container--select,
.react-datepicker__year-dropdown-container--scroll,
.react-datepicker__year-dropdown-container--select {
  display: inline-block;
  margin: 0 2px;
}
.react-datepicker-time__header,
.react-datepicker__current-month {
  margin-top: 0;
  color: #fff;
  font-weight: 700;
  font-size: 0.944rem;
}
.react-datepicker-time__header {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.react-datepicker__navigation {
  overflow: hidden;
  background: 0 0;
  line-height: 0.1rem;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 10px;
  width: 0;
  padding: 0;
  border: 0.45rem solid transparent;
  z-index: 1;
}
.react-datepicker__navigation--previous {
  left: 10px;
  border-right-color: #fff;
}
.react-datepicker__navigation--previous:hover {
  border-right-color: #b3b3b3;
}
.react-datepicker__navigation--previous--disabled,
.react-datepicker__navigation--previous--disabled:hover {
  border-right-color: #e6e6e6;
  cursor: default;
}
.react-datepicker__navigation--next {
  right: 10px;
  border-left-color: #fff;
}
.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) {
  right: 80px;
}
.react-datepicker__navigation--next:hover {
  border-left-color: #b3b3b3;
}
.react-datepicker__navigation--next--disabled,
.react-datepicker__navigation--next--disabled:hover {
  border-left-color: #e6e6e6;
  cursor: default;
}
.react-datepicker__navigation--years {
  position: relative;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.react-datepicker__navigation--years-previous {
  top: 4px;
  border-top-color: #ccc;
}
.react-datepicker__navigation--years-previous:hover {
  border-top-color: #b3b3b3;
}
.react-datepicker__navigation--years-upcoming {
  top: -4px;
  border-bottom-color: #ccc;
}
.react-datepicker__navigation--years-upcoming:hover {
  border-bottom-color: #b3b3b3;
}
.react-datepicker__month-container {
  float: left;
}
.react-datepicker__month {
  margin: 0.4rem;
  text-align: center;
}
.react-datepicker__time-container {
  float: right;
  border-left: 1px solid #aeaeae;
  width: 70px;
}
.react-datepicker__time-container--with-today-button {
  display: inline;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  position: absolute;
  right: -72px;
  top: 0;
}
.react-datepicker__time-container .react-datepicker__time {
  position: relative;
  background: #fff;
}
.react-datepicker__time-container
  .react-datepicker__time
  .react-datepicker__time-box {
  width: 70px;
  overflow-x: hidden;
  margin: 0 auto;
  text-align: center;
}
.react-datepicker__time-container
  .react-datepicker__time
  .react-datepicker__time-box
  ul.react-datepicker__time-list {
  list-style: none;
  margin: 0;
  height: calc(195px + (1.7rem / 2));
  overflow-y: scroll;
  width: 100%;
  box-sizing: content-box;
  padding: 0;
}
.react-datepicker__time-container
  .react-datepicker__time
  .react-datepicker__time-box
  ul.react-datepicker__time-list
  li.react-datepicker__time-list-item {
  padding: 5px 10px;
}
.react-datepicker__time-container
  .react-datepicker__time
  .react-datepicker__time-box
  ul.react-datepicker__time-list
  li.react-datepicker__time-list-item:hover {
  cursor: pointer;
  background-color: #f0f0f0;
}
.react-datepicker__time-container
  .react-datepicker__time
  .react-datepicker__time-box
  ul.react-datepicker__time-list
  li.react-datepicker__time-list-item--selected {
  background-color: #216ba5;
  color: #fff;
  font-weight: 700;
}
.react-datepicker__time-container
  .react-datepicker__time
  .react-datepicker__time-box
  ul.react-datepicker__time-list
  li.react-datepicker__time-list-item--selected:hover {
  background-color: #216ba5;
}
.react-datepicker__time-container
  .react-datepicker__time
  .react-datepicker__time-box
  ul.react-datepicker__time-list
  li.react-datepicker__time-list-item--disabled {
  color: #ccc;
}
.react-datepicker__time-container
  .react-datepicker__time
  .react-datepicker__time-box
  ul.react-datepicker__time-list
  li.react-datepicker__time-list-item--disabled:hover {
  cursor: default;
  background-color: transparent;
}
.react-datepicker__day,
.react-datepicker__week-number.react-datepicker__week-number--clickable {
  cursor: pointer;
}
.react-datepicker__day:hover,
.react-datepicker__week-number.react-datepicker__week-number--clickable:hover {
  background-color: #f0f0f0;
  border-radius: 0.3rem;
}
.react-datepicker__week-number {
  color: #ccc;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}
.react-datepicker__day-names,
.react-datepicker__week {
  white-space: nowrap;
}
.react-datepicker__day,
.react-datepicker__day-name,
.react-datepicker__time-name {
  color: #000;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}
.react-datepicker__day--today {
  font-weight: 700;
}
.react-datepicker__day--highlighted {
  border-radius: 0.3rem;
  background-color: #3dcc4a;
  color: #fff;
}
.react-datepicker__day--highlighted:hover {
  background-color: #32be3f;
}
.react-datepicker__day--highlighted-custom-1 {
  color: #ff00ff;
}
.react-datepicker__day--highlighted-custom-2 {
  color: green;
}
.react-datepicker__day--in-range,
.react-datepicker__day--in-selecting-range,
.react-datepicker__day--selected {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff;
}
.react-datepicker__day--in-range:hover,
.react-datepicker__day--in-selecting-range:hover,
.react-datepicker__day--selected:hover {
  background-color: #1d5d90;
}
.react-datepicker__day--keyboard-selected {
  border-radius: 0.3rem;
  background-color: #2a87d0;
  color: #fff;
}
.react-datepicker__day--keyboard-selected:hover {
  background-color: #1d5d90;
}
.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range) {
  background-color: rgba(33, 107, 165, 0.5);
}
.react-datepicker__month--selecting-range
  .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range) {
  background-color: #f0f0f0;
  color: #000;
}
.react-datepicker__day--disabled {
  cursor: default;
  color: #ccc;
}
.react-datepicker__day--disabled:hover {
  background-color: transparent;
}
.react-datepicker__input-container {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.react-datepicker__input-container input {
  display: block;
  width: 100%;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border: 0;
  box-shadow: none;
  padding: 3px 0;
}
.react-datepicker__month-read-view,
.react-datepicker__month-year-read-view,
.react-datepicker__year-read-view {
  border: 1px solid transparent;
  border-radius: 0.3rem;
}
.react-datepicker__month-read-view:hover,
.react-datepicker__month-year-read-view:hover,
.react-datepicker__year-read-view:hover {
  cursor: pointer;
}
.react-datepicker__month-read-view:hover
  .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-read-view:hover
  .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover
  .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover
  .react-datepicker__year-read-view--down-arrow,
.react-datepicker__year-read-view:hover
  .react-datepicker__month-read-view--down-arrow,
.react-datepicker__year-read-view:hover
  .react-datepicker__year-read-view--down-arrow {
  border-top-color: #b3b3b3;
}
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow,
.react-datepicker__year-read-view--down-arrow {
  border-top-color: #ccc;
  float: right;
  margin-left: 20px;
  top: 8px;
  position: relative;
  border-width: 0.45rem;
}
.react-datepicker__month-dropdown,
.react-datepicker__month-year-dropdown,
.react-datepicker__year-dropdown {
  background-color: #f0f0f0;
  position: absolute;
  width: 50%;
  left: 25%;
  top: 30px;
  z-index: 1;
  text-align: center;
  border-radius: 0.3rem;
  border: 1px solid #aeaeae;
}
.react-datepicker__month-dropdown:hover,
.react-datepicker__month-year-dropdown:hover,
.react-datepicker__year-dropdown:hover {
  cursor: pointer;
}
.react-datepicker__month-dropdown--scrollable,
.react-datepicker__month-year-dropdown--scrollable,
.react-datepicker__year-dropdown--scrollable {
  height: 150px;
  overflow-y: scroll;
}
.react-datepicker__month-option,
.react-datepicker__month-year-option,
.react-datepicker__year-option {
  line-height: 20px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.react-datepicker__month-option:first-of-type,
.react-datepicker__month-year-option:first-of-type,
.react-datepicker__year-option:first-of-type {
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.react-datepicker__month-option:last-of-type,
.react-datepicker__month-year-option:last-of-type,
.react-datepicker__year-option:last-of-type {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.react-datepicker__month-option:hover,
.react-datepicker__month-year-option:hover,
.react-datepicker__year-option:hover {
  background-color: #ccc;
}
.react-datepicker__month-option:hover
  .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-year-option:hover
  .react-datepicker__navigation--years-upcoming,
.react-datepicker__year-option:hover
  .react-datepicker__navigation--years-upcoming {
  border-bottom-color: #b3b3b3;
}
.react-datepicker__month-option:hover
  .react-datepicker__navigation--years-previous,
.react-datepicker__month-year-option:hover
  .react-datepicker__navigation--years-previous,
.react-datepicker__year-option:hover
  .react-datepicker__navigation--years-previous {
  border-top-color: #b3b3b3;
}
.react-datepicker__month-option--selected,
.react-datepicker__month-year-option--selected,
.react-datepicker__year-option--selected {
  position: absolute;
  left: 15px;
}
.react-datepicker__close-icon {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  display: inline-block;
  height: 0;
  outline: 0;
  padding: 0;
  vertical-align: middle;
}
.react-datepicker__close-icon::after {
  background-color: #216ba5;
  border-radius: 50%;
  bottom: 0;
  box-sizing: border-box;
  color: #fff;
  content: '\00d7';
  cursor: pointer;
  font-size: 12px;
  height: 16px;
  width: 16px;
  line-height: 1;
  margin: -8px auto 0;
  padding: 2px;
  position: absolute;
  right: 7px;
  text-align: center;
  top: 50%;
}
.react-datepicker__today-button {
  background: #f0f0f0;
  border-top: 1px solid #aeaeae;
  cursor: pointer;
  text-align: center;
  font-weight: 700;
  padding: 5px 0;
  clear: left;
}
.react-datepicker__portal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  z-index: 2147483647;
}
.react-datepicker__portal .react-datepicker__day,
.react-datepicker__portal .react-datepicker__day-name,
.react-datepicker__portal .react-datepicker__time-name {
  width: 3rem;
  line-height: 3rem;
}
@media (max-width: 400px), (max-height: 550px) {
  .react-datepicker__portal .react-datepicker__day,
  .react-datepicker__portal .react-datepicker__day-name,
  .react-datepicker__portal .react-datepicker__time-name {
    width: 2rem;
    line-height: 2rem;
  }
}
.react-datepicker__portal .react-datepicker-time__header,
.react-datepicker__portal .react-datepicker__current-month {
  font-size: 1.44rem;
}
.react-datepicker__portal .react-datepicker__navigation {
  border: 0.81rem solid transparent;
}
.react-datepicker__portal .react-datepicker__navigation--previous {
  border-right-color: #ccc;
}
.react-datepicker__portal .react-datepicker__navigation--previous:hover {
  border-right-color: #b3b3b3;
}
.react-datepicker__portal .react-datepicker__navigation--previous--disabled,
.react-datepicker__portal
  .react-datepicker__navigation--previous--disabled:hover {
  border-right-color: #e6e6e6;
  cursor: default;
}
.react-datepicker__portal .react-datepicker__navigation--next {
  border-left-color: #ccc;
}
.react-datepicker__portal .react-datepicker__navigation--next:hover {
  border-left-color: #b3b3b3;
}
.react-datepicker__portal .react-datepicker__navigation--next--disabled,
.react-datepicker__portal .react-datepicker__navigation--next--disabled:hover {
  border-left-color: #e6e6e6;
  cursor: default;
}
.react-datepicker__day-name {
  color: #fff;
}
.react-datepicker-ignore-onclickoutside:focus {
  outline: 0;
}

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

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

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

a#cart-box {
  background: #008738;
  right: 5%;
  bottom: 10%;
  position: fixed;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  padding: 14px 0;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  z-index: 99;
}
a#cart-box .icon-custom.cart {
  background-image: url(../images/cart.png);
  background-position: center;
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  filter: brightness(0) invert(1);
}
a#cart-box .icon-custom.cart + span {
  position: absolute;
  font-size: 12px;
  color: #fff;
  top: 5px;
  text-align: center;
  left: 0;
  right: 0;
}
.mnemonics {
  margin: 15px 0 0 0;
  padding: 0;
  vertical-align: middle;
  white-space: nowrap;
}
.mnemonics li {
  display: inline-block;
  background: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 25px;
  font-size: 13px;
  padding: 5px 10px 5px 15px;
  vertical-align: middle;
  white-space: nowrap;
  margin-right: 5px;
  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-icon.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-icon.png);
}

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

.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;
  }
  .checkStatues h5 {
    font-size: 14px;
  }
  .checkStatues legend {
    font-size: 15px;
  }
}
a.close-btn-new {
  right: 8px;
  top: 10px;
  position: absolute;
  content: '';
  background: #fff url(../images/close_icon-new.png) no-repeat center;
  width: 26px;
  height: 26px;
  z-index: 9;
  cursor: pointer;
  font-size: 0;
  text-indent: -9999px;
  background-size: 16px auto;
}
@media only screen and (max-width: 500px) {
  .recaptcha {
    transform: scale(0.65);
    -webkit-transform: scale(0.65);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}

/* ott start */
.Subscriptiondv h3 {
  font-size: 34px;
  font-weight: bold;
  color: #0756af;
}
.Subscriptiondv p {
  font-size: 13px;
}
.productGray {
  filter: grayscale(1);
  pointer-events: none;
}
.nextBtnActive:hover a {
  color: #fff;
}
.productGray label {
  color: #7e7d7d;
}
@media screen and (max-width: 768px) and (min-width: 320px) {
  .hide-header-m {
    display: none;
  }
  body {
    padding-top: 0px;
  }
}
@media (max-width: 576px) {
  .productPageBoxNew .voucherGread .Subscriptiondv {
    font-size: 22px;
    padding: 5px 5px;
    width: auto;
    text-align: center;
  }
  .productPageBoxNew .voucherGread .btn {
    padding: 0px !important;
  }
}
@media (max-width: 465px) {
  .productPageBoxNew .voucherGread .Subscriptiondv {
    width: 85px;
  }
  .Subscriptiondv h3 {
    font-size: 15px;
  }
  .Subscriptiondv p {
    font-size: 10px;
  }
  .Subscriptiondv h3 {
    font-size: 13px;
  }
}
@media (max-width: 360px) {
  .faceValueMain div {
    font-size: 10px !important;
  }
  .Subscriptiondv p {
    font-size: 8px;
  }
  .faceValueMain .fs-11 {
    font-size: 9px !important;
  }
  .productPageBoxNew .voucherGread .Subscriptiondv {
    width: 80px;
  }
}
.nextBtnActive {
  width: 24px;
  height: 24px;
  background: transparent;
  border: 2px solid #2272bd;
}
.shadowActive .nextBtnActive {
  background: #2272bd;
}
.shadowActive .nextBtnActive:before {
  content: '';
  position: absolute;
  left: -35%;
  top: -37%;
  border: 2px solid #2272bd;
  width: 174%;
  height: 174%;
  border-radius: 50%;
  z-index: 11;
}
.summeryNew select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  position: relative;
}
.summeryNew select {
  background: #fff url('images/select-down.html') no-repeat 98% center !important;
}
.productPageBoxNew2 {
  border: 0px;
}
.productPageBoxNew2 .voucherGread {
  border: 1px solid #e2efff;
}
.productPageBoxNew2 .voucherGread:first-child {
  border-bottom: 0px;
}
.shadowActive {
  box-shadow: 0 0 4px 2px rgb(0 0 0 / 14%);
  border: 1px solid #007bff !important;
}
.topSticky {
  height: auto;
}
.billingDetails {
  bottom: 0;
  left: 0;
  width: 100%;
  background: #0756af;
  z-index: 99;
}

@media (max-width: 765px) {
  .desktop_summary {
    display: none;
  }
}

.close-2 {
  right: 14px;
  top: 14px;
}
.form-control.form-detail {
  border-width: 0 0 1px 0;
  border-radius: 0;
  padding: 0;
  height: calc(1em + 0.75rem + 2px);
  background-color: transparent;
}
button:focus {
  outline: none !important;
}

.ottResend {
  cursor: pointer;
  color: #0000a3;
}
.ottResend:hover {
  color: #ff0000;
}
/* ott end */

.scrollenable {
  overflow: auto;
  max-height: 50px;
}
.FilterLeft .react-autosuggest__suggestions-container--open {
  height: 200px;
    overflow: auto;
    position: absolute;
    left: 0;
    top: 34px;
    width: 100%;
}

.FilterLeft ul.react-autosuggest__suggestions-list {
  width: 100%;
}

.FilterLeft .react-autosuggest__container.react-autosuggest__container--open {
  position: relative;
}

/* *****************btf content 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 h4 { font-size: 14px; 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 content end**************** */

