@charset "UTF-8";
body {
  font-family: "Rajdhani", sans-serif;
  font-size: 14px;
  letter-spacing: 0px;
  font-weight: 400;
  vertical-align: baseline;
  color: #757575;
  line-height: 1;
}

a,
a:hover,
a:active,
a:focus {
  text-decoration: none;
  box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  -webkit-box-shadow: 0 0 0 transparent;
  -o-box-shadow: 0 0 0 transparent;
  color: inherit;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

h1 {
  font-size: 68px;
  font-weight: 700;
  line-height: 80px;
  color: #000;
}

h2 {
  color: #000;
  font-size: 36px;
  font-weight: 500;
  line-height: 40px;
}

h3 {
  color: #000;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
}

h4 {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;
}

h5 {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #000;
}

h6 {
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}

p,
li {
  font-size: 16px;
  font-weight: 400;
}

.d-table-middle {
  display: table;
  width: 100%;
  height: 100%;
}

.d-table-middle .d-table-m {
  display: table-cell;
  vertical-align: middle;
}

.container-fluid {
  max-width: 1260px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
  width: 100%;
}

.text-black {
  color: #000 !important;
}

.bg-black {
  background-color: #000 !important;
}

.text-white {
  color: #fff !important;
}

.bg-white {
  background-color: #fff !important;
}

.text-text {
  color: #757575 !important;
}

.bg-text {
  background-color: #757575 !important;
}

.text-primary {
  color: #811fff !important;
}

.bg-primary {
  background-color: #811fff !important;
}

.text-yellow {
  color: #fc3 !important;
}

.bg-yellow {
  background-color: #fc3 !important;
}

.text-blue {
  color: #3366cc !important;
}

.bg-blue {
  background-color: #3366cc !important;
}

.text-red {
  color: #cc0033 !important;
}

.bg-red {
  background-color: #cc0033 !important;
}

.text-red-light {
  color: #fe0033 !important;
}

.bg-red-light {
  background-color: #fe0033 !important;
}

.text-green {
  color: #2DC565 !important;
}

.bg-green {
  background-color: #2DC565 !important;
}

.nav-link {
  padding: 0;
}

.vertical-align-top {
  vertical-align: top !important;
}

.text-strike {
  text-decoration: line-through !important;
}

.white-space-nowrap {
  white-space: nowrap;
}

.word-break-all {
  word-break: break-all;
}

.opacity05 {
  opacity: 0.7 !important;
}

.btn {
  font-family: "Rajdhani", sans-serif;
  font-size: 16px;
  -webkit-box-shadow: 0 0 0 transparent;
          box-shadow: 0 0 0 transparent;
}

.btn:hover, .btn:focus, .btn:active {
  outline: 0;
  -webkit-box-shadow: 0 0 0 transparent !important;
          box-shadow: 0 0 0 transparent !important;
}

.btn.btn-red {
  background-color: #bb0033;
  border-color: #bb0033;
  border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  -o-border-radius: 16px;
  color: #fff;
  font-weight: 700;
  padding: 5px 20px;
  text-transform: uppercase;
  height: 42px;
}

.btn.btn-red-light {
  background-color: #BB0033;
  border-color: #BB0033;
  border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  -o-border-radius: 16px;
  color: #fff;
  font-weight: 700;
  padding: 5px 20px;
  text-transform: uppercase;
  height: 42px;
}

.btn.btn-white {
  background: #fff;
  border-color: #fff;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -o-border-radius: 20px;
  color: #cc0033;
  font-weight: 700;
  padding: 10px 25px;
  text-transform: uppercase;
}

.btn.btn-border {
  background: transparent;
  margin-top: 10pxc;
  border-color: #cc0033;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -o-border-radius: 20px;
  color: #213330;
  font-weight: 500;
  padding: 13px 25px;
  text-transform: uppercase;
  font-size: 16px;
}

.btn.btn-border img {
  height: 20px;
  margin-right: 10px;
  margin-top: -2px;
}

.btn.btn-nothing {
  background-color: transparent;
  border: 0;
  padding: 0;
  min-height: auto;
  height: auto;
  box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  -webkit-box-shadow: 0 0 0 transparent;
  -o-box-shadow: 0 0 0 transparent;
}

.btn.btn-black {
  background-color: #2F333A;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  color: #ffcc33;
  padding: 0px 20px;
  line-height: 30px;
  height: 32px;
  min-height: auto;
  width: 115px;
  font-weight: 700;
}

.form-group {
  margin-bottom: 10px;
  margin-top: 10px;
  position: relative;
}

.form-group .srv-validation-message {
  color: #cc0033;
  display: block;
  font-size: 12px;
  margin: 2px 0 0;
  opacity: 0.8;
}

.form-group .on-hover {
  position: absolute;
  top: 14px;
  left: 15px;
  font-size: 16px;
  margin: 0;
  color: #757575;
  opacity: 0.8;
  padding: 0 1px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  cursor: text;
}

.form-group .on-hover .imp {
  color: #cc0033;
}

.form-group .form-control {
  border: 1px solid #dbdbdb !important;
  font-size: 16px;
  line-height: 18px;
  padding-top: 20px;
  line-height: 20px;
  height: auto;
  padding: 10px 10px;
  border-radius: 6;
  -moz-border-radius: 6;
  -webkit-border-radius: 6;
  -o-border-radius: 6;
  background-color: white;
  border-radius: 6px !important;
  border: 0;
}

.form-group .form-control:hover, .form-group .form-control:active, .form-group .form-control:focus {
  box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  -webkit-box-shadow: 0 0 0 transparent;
  -o-box-shadow: 0 0 0 transparent;
}

.form-group .form-control:focus {
  border-bottom-color: #cc0033;
}

.form-group .form-control:focus + .on-hover,
.form-group .form-control:not(:placeholder-shown) + .on-hover {
  font-size: 12px;
  top: -6px;
  background: #fff;
  opacity: 1;
}

.form-group.form-icon img {
  position: absolute;
  left: 16px;
  top: 13px;
  z-index: 1;
  height: 14px;
}

.form-group.form-icon .form-control {
  padding-left: 40px;
}

.form-group.form-icon .on-hover {
  left: 40px;
}

.form-group.form-react-select .css-1laao21-a11yText {
  display: none;
}

.form-group.form-react-select .css-yk16xz-control,
.form-group.form-react-select .css-1pahdxg-control {
  color: #757575;
  font-size: 16px;
  line-height: 18px;
  border: 1px solid #dbdbdb;
  padding-top: 20px;
  line-height: 20px;
  height: 42px;
  padding: 3px 0 3px 15px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
}

.form-group.form-react-select .css-yk16xz-control .css-g1d714-ValueContainer,
.form-group.form-react-select .css-1pahdxg-control .css-g1d714-ValueContainer {
  padding-left: 0;
}

.form-group.form-show-hide .form-show-hide-button {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 20px;
  height: 20px;
  border: 0;
  background: transparent;
  text-align: center;
  line-height: 20px;
  padding: 0;
  outline: 0;
}

.form-group.form-show-hide .form-show-hide-button:focus, .form-group.form-show-hide .form-show-hide-button:active, .form-group.form-show-hide .form-show-hide-button:hover {
  outline: 0 !important;
}

.form-group.form-show-hide .form-show-hide-button img {
  position: static;
  left: auto;
  top: auto;
  height: 18px;
  opacity: 0.8;
}

.form-group.phone-num label {
  position: absolute;
  top: 14px;
  left: 0;
  font-size: 16px;
  margin: 0;
  color: #757575;
  opacity: 0.8;
  padding: 0 1px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  cursor: text;
  font-size: 12px;
  top: -6px;
}

.form-group.phone-num .PhoneInput {
  background: white;
  border: 1px solid #dbdbdb;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-group.phone-num .PhoneInputInput {
  font-size: 16px;
  line-height: 18px;
  padding-top: 20px;
  line-height: 20px;
  height: auto;
  padding: 10px 0 10px 10px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  background-color: transparent;
  border: 0;
}

.form-group.phone-num .PhoneInputInput:hover, .form-group.phone-num .PhoneInputInput:focus, .form-group.phone-num .PhoneInputInput:active {
  -webkit-box-shadow: 0 0 0 transparent;
          box-shadow: 0 0 0 transparent;
  outline: 0;
}

.form-group.phone-num .PhoneInputInput:focus {
  -webkit-box-shadow: 0 0 0 transparent;
          box-shadow: 0 0 0 transparent;
  outline: 0;
}

.form-group.phone-num .PhoneInputCountry {
  border-bottom: 1px solid;
  margin-right: 0;
}

.points-left {
  text-align: center;
  margin-top: 10px;
}

.points-left .form-control {
  border: 1px solid #757575;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  font-size: 14px;
  padding: 5px 5px;
  display: inline-block;
  width: 130px;
  height: auto;
  min-height: auto;
  margin-right: 10px;
  text-align: center;
}

.switch {
  position: relative;
  display: inline-block;
  width: 58px;
  height: 28px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #cccccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 4px;
  bottom: 3px;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #cccccc;
}

input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #cccccc;
          box-shadow: 0 0 1px #cccccc;
}

input:checked + .slider:before {
  -webkit-transform: translateX(28px);
  transform: translateX(28px);
  background-color: #811fff;
  -webkit-box-shadow: -3px 0px 6px rgba(0, 0, 0, 0.25);
          box-shadow: -3px 0px 6px rgba(0, 0, 0, 0.25);
}

.donate input:checked + .slider:before {
  background-color: #fe0033;
}

/* Rounded sliders */
.slider.round {
  border-radius: 16px;
}

.slider.round:before {
  border-radius: 50%;
}

.checkbox-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 0;
  cursor: pointer;
  font-size: 14px;
  color: #757575;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  min-height: 20px;
}

.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkbox-container input:checked ~ .checkmark {
  background-color: #cc0033;
  border: 1px solid #cc0033;
}

.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

.checkbox-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 1px solid #757575;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
}

.checkbox-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 6px;
  top: 2px;
  width: 7px;
  height: 12px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

label.switch.donate {
  max-width: 240px;
  width: 100%;
  height: 40px;
}

label.switch.donate .slider.round {
  width: 232px;
  border: 1px solid #dbdbdb;
  background-color: white;
}

label.switch.donate .slider.round::before {
  width: 120px;
  height: 40px;
  border-radius: 16px;
  top: 0px;
  left: 0px;
  background-color: #000;
}

label.switch.donate input:checked + .slider:before {
  -webkit-transform: translate(0);
          transform: translate(0);
  left: auto;
  right: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #22cc66;
}

label.switch.donate span.switch-text1 {
  position: absolute;
  width: 50%;
  left: 0;
  top: 11px;
  color: #fff;
  cursor: pointer;
  font-weight: 600;
  font-size: 12px;
}

label.switch.donate span.switch-text1 img {
  display: inline-block;
  width: 21px;
}

label.switch.donate span.switch-text2 {
  cursor: pointer;
  position: absolute;
  width: 53%;
  right: 0;
  color: #22cc66;
  top: 11px;
  font-weight: 600;
  font-size: 12px;
}

label.switch.donate span.switch-text2 img {
  display: none;
  width: 18px;
}

label.switch.donate.active span.switch-text1 {
  color: #000;
}

label.switch.donate.active span.switch-text1 img {
  display: none;
}

label.switch.donate.active span.switch-text2 {
  color: #fff;
}

label.switch.donate.active span.switch-text2 img {
  display: inline-block;
}

.modal-content {
  border-radius: 16px;
  background: #f2f2f2;
  padding: 50px;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}

.campaign-product.popup {
  margin: 0;
}

.campaign-product.popup .product-img {
  height: 225px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.campaign-product.popup h3 {
  color: #cc0033;
  font-weight: 600;
  font-size: 32px;
}

.campaign-product.popup p {
  font-size: 16px;
  font-weight: 400 !important;
  line-height: 25px;
  color: #2f333a;
}

.remove-mdal .modal-content {
  border-radius: 10px;
  background: #fff;
  padding: 24px;
  -webkit-transform: translate(-50%, 250%);
          transform: translate(-50%, 250%);
}

button.modal-cl.btn.btn-nothing {
  position: absolute;
  top: 15px;
  right: 15px;
}

button.modal-cl.btn.btn-nothing svg {
  width: 28px;
  height: 28px;
}

.card {
  padding: 40px;
  background-color: #f1f1f1;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.29);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.29);
  -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.29);
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -o-border-radius: 15px;
  border: 0;
  display: block;
}

.personal-details-card {
  margin-bottom: 40px;
}

.personal-details-card .person-image {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-right: 15px;
  position: relative;
  overflow: hidden;
}

.personal-details-card .person-image input {
  opacity: 0;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  border-radius: 50%;
  right: 0;
  z-index: 2;
}

.personal-details-card .person-image span.upload-icon {
  position: absolute;
  bottom: 0;
  z-index: 1;
  background: #fff;
  left: 0;
  right: 0;
  text-align: center;
  padding: 3px 0 3px 0;
}

.personal-details-card .person-image span.upload-icon img {
  width: 16px;
}

.personal-details-card h3 {
  margin-bottom: 0;
}

.personal-details-card .wallet svg,
.personal-details-card .wallet img {
  vertical-align: middle;
  margin-left: 15px;
  margin-top: -3px;
}

.personal-form-card {
  background: #f2f2f2;
  padding: 20px;
  border-radius: 6px;
}

.settings-card .settings-form label {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  padding-left: 4px;
  display: block;
  margin-bottom: 0;
}

.settings-card .settings-form .form-control {
  background-color: transparent;
  border: 0;
  padding: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  padding: 0;
  margin: 0;
  min-height: auto;
  height: auto;
  display: inline-block;
  width: auto;
}

.wallet-card .wallet-card-padding {
  position: relative;
  padding: 0 60px;
}

.wallet-card .wallet-card-padding .wallet-image {
  position: absolute;
  left: 0px;
  top: 0;
}

.coupon-card-full {
  background-color: #fc3;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -o-border-radius: 15px;
  margin-bottom: 24px;
}

.coupon-card-full .coupon-card-bottom {
  padding: 24px;
}

.coupon-card-full .coupon-card-bottom h2 {
  margin-bottom: 0;
  text-transform: uppercase;
  line-height: 38px;
  font-weight: 700;
  opacity: 0.8;
  font-size: 24px;
  line-height: 26px;
}

.coupon-card-full .coupon-card-bottom p {
  margin-bottom: 0;
  color: #000;
  font-size: 16px;
  font-weight: 500;
}

.coupon-card-full .coupon-card-top {
  padding: 24px;
  border-bottom: 3px dashed #fff;
  position: relative;
}

.coupon-card-full .coupon-card-top img {
  max-height: 72px;
}

.coupon-card-full .coupon-card-top::after, .coupon-card-full .coupon-card-top::before {
  content: "";
  position: absolute;
  bottom: -6px;
  width: 14px;
  height: 14px;
  left: -7px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #fff;
}

.coupon-card-full .coupon-card-top::after {
  right: -7px;
  left: auto;
}

.coupon-card-full .coupon-card-top h2 {
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 26px;
  text-align: right;
  min-height: 50px;
}

.coupon-card-full .coupon-card-top p {
  margin-bottom: 0;
  text-align: right;
  color: #000;
  font-size: 16px;
  font-weight: 500;
}

.coupon-card-full.half .coupon-card-top .row > div,
.coupon-card-full.half .coupon-card-bottom .row > div {
  -ms-flex: 0 0 100% !important;
  -webkit-box-flex: 0 !important;
          flex: 0 0 100% !important;
  max-width: 100% !important;
  text-align: center;
}

.coupon-card-full.half .coupon-card-top .row > div img,
.coupon-card-full.half .coupon-card-bottom .row > div img {
  margin-bottom: 20px;
  max-height: 100px;
}

.coupon-card-full.half .coupon-card-top .row > div.text-md-right,
.coupon-card-full.half .coupon-card-bottom .row > div.text-md-right {
  text-align: center !important;
  margin-top: 10px;
}

.coupon-card-full.half .coupon-card-bottom {
  padding: 15px;
}

.coupon-card-full.half .coupon-card-bottom h2 {
  font-size: 28px;
}

.expired-coupons {
  overflow-x: hidden;
  overflow-y: auto;
  height: 450px;
}

.expired-coupons .coupon-card-full {
  background-color: #f2f2f2;
}

.orders-card {
  margin-bottom: 20px;
}

.orders-card h4 {
  font-weight: 700;
  margin-bottom: 0;
}

.orders-card p {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
}

.orders-card img.img-fluid {
  max-height: 100px;
}

.cart-right-details {
  background-color: #f2f2f2;
  padding: 48px;
  -webkit-box-shadow: 0px 0px 2px rgba(105, 105, 105, 0.12), 0px 2px 2px rgba(105, 105, 105, 0.1), 0px 1px 3px rgba(105, 105, 105, 0.18);
          box-shadow: 0px 0px 2px rgba(105, 105, 105, 0.12), 0px 2px 2px rgba(105, 105, 105, 0.1), 0px 1px 3px rgba(105, 105, 105, 0.18);
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  margin-bottom: 10px;
}

.cart-right-details .cart-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cart-right-details .cart-table h6:first-child,
.cart-right-details .cart-table h4:first-child {
  margin-right: 15px;
  font-size: 16px;
  font-weight: 600;
  color: #2f333a;
}

.cart-right-details h2 {
  color: #3366cc;
  font-size: 18px;
  font-weight: 700;
  line-height: 40px;
}

.cart-right-details h3 {
  font-weight: 500;
  font-size: 16px;
  line-height: 113.51%;
  color: #6b6b6b;
}

.cart-right-details h4 {
  font-weight: 500;
}

.cart-right-details h5 {
  font-size: 16px;
  font-weight: 600;
  color: #6b6b6b;
}

.cart-right-details .form-control {
  width: 155px;
  margin: 0;
  height: 32px;
  min-width: auto;
  font-size: 14px;
  text-align: center;
  border-color: #ffa221;
  border-radius: 6px;
}

.cart-right-details hr {
  margin-top: 5px;
  margin-bottom: 10px;
}

.cart-right-details p {
  font-size: 12px;
  text-align: right;
  font-weight: 700;
  color: #fe0033;
}

.cart-right-details .text-center {
  text-align: center !important;
  margin-bottom: 40px;
}

.cart-right-details .mt {
  font-size: 10px;
  text-align: left;
  margin-top: -22px;
  color: #71715d;
  font-weight: 400;
}

.cart-details {
  -webkit-box-shadow: 0px 0px 2px rgba(105, 105, 105, 0.12), 0px 2px 2px rgba(105, 105, 105, 0.1), 0px 1px 3px rgba(105, 105, 105, 0.18);
          box-shadow: 0px 0px 2px rgba(105, 105, 105, 0.12), 0px 2px 2px rgba(105, 105, 105, 0.1), 0px 1px 3px rgba(105, 105, 105, 0.18);
  background-color: #f2f2f2;
  padding: 15px 24px 15px 24px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  margin-bottom: 10px;
  position: relative;
  margin-right: 60px;
}

.cart-details h5 {
  color: #2DC565;
  font-weight: 700;
}

.cart-details h5.not-av, .cart-details h5.close-soon {
  color: #fe0033;
}

.cart-details h5.early-acess {
  color: #ffcc33;
}

.cart-details h5 .available-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  display: inline-block;
  margin-right: 2px;
  background-color: #2DC565;
}

.cart-details h5 .not-available-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  display: inline-block;
  margin-right: 2px;
  background-color: #fe0033;
}

.cart-details h5 .closing-soon-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  display: inline-block;
  margin-right: 2px;
  background-color: #ff0033;
}

.cart-details h5 .early-acess-dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  display: inline-block;
  margin-right: 2px;
  background-color: #ffcc33;
}

.cart-details h3 {
  font-size: 21px;
  font-weight: 600;
}

.cart-details h4 {
  font-weight: bold;
  font-size: 16px;
  line-height: 18px;
}

.cart-details p {
  font-size: 14px;
  font-weight: 500;
  color: black;
  line-height: 30px;
  margin-bottom: 0;
}

.cart-details .coupon-co {
  position: absolute;
  right: 20px;
  top: 20px;
  font-weight: bold;
  color: #22cc66;
  font-size: 14px;
}

.cart-details .cart-count {
  position: absolute;
  right: -50px;
  top: 0;
  bottom: 0;
  width: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cart-details .cart-count h5 {
  margin-bottom: -3px;
  color: #000;
  font-size: 21px;
}

.cart-details .cart-count .btn.btn-nothing {
  padding: 10px;
  text-align: center;
  line-height: 10px;
  display: block;
  width: 100%;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -o-border-radius: 8px;
}

.cart-details .cart-count .btn.btn-nothing.plus {
  font-size: 30px;
  font-weight: 600;
  background-color: #bb0033;
  color: #fff;
  box-shadow: 0 0px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0px 4px rgba(0, 0, 0, 0.2);
}

.cart-details .cart-count .btn.btn-nothing.plus img {
  width: 16px;
  height: 16px;
}

.cart-details .cart-count .btn.btn-nothing.minus {
  font-size: 30px;
  font-weight: 600;
  background-color: #fff;
  color: #bb0033;
  box-shadow: 0 0px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0px 4px rgba(0, 0, 0, 0.2);
}

.cart-details .cart-count .btn.btn-nothing.minus:hover {
  box-shadow: 0 0px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0px 4px rgba(0, 0, 0, 0.2);
}

.cart-details .cart-count .btn.btn-nothing.minus img {
  width: 16px;
  height: 16px;
}

.cart-options {
  margin-bottom: 24px;
  margin-left: 30px;
}

.cart-options .btn.btn-nothing {
  color: #3366cc;
  font-weight: 600;
  font-size: 14px;
}

.cart-options h5 {
  margin-right: 75px;
  display: inline-block;
  border-radius: 10px;
  padding: 5px 22px;
  font-size: 15px;
  margin-bottom: 0;
  line-height: 110%;
}

.product-card-full {
  padding-top: 20px;
}

.product-card-full .product-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.product-card-full .product-actions .earlyacees-popup {
  -webkit-filter: drop-shadow(0px 12px 36px rgba(0, 0, 0, 0.24));
          filter: drop-shadow(0px 12px 36px rgba(0, 0, 0, 0.24));
  border: 1px solid #FFCC33;
  border-radius: 6px;
  width: 195px;
  padding: 10px 10px 7px;
  position: absolute;
  top: 60px;
  background-color: #f2f2f2;
  z-index: 1;
  display: none;
}

.product-card-full .product-actions .earlyacees-popup p {
  padding: 0;
  margin: 0;
  font-size: 12px;
  font-family: Hind;
  line-height: 15px;
}

.product-card-full .product-actions h3 {
  color: #2DC565;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}

.product-card-full .product-actions h3.not-av, .product-card-full .product-actions h3.close-soon {
  color: #ff0033;
}

.product-card-full .product-actions h3.early-acess {
  color: #ffcc33;
}

.product-card-full .product-actions h3 .available-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  display: inline-block;
  margin-right: 2px;
  background-color: #2DC565;
}

.product-card-full .product-actions h3 .not-available-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  display: inline-block;
  margin-right: 2px;
  background-color: #fe0033;
}

.product-card-full .product-actions h3 .closing-soon-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  display: inline-block;
  margin-right: 2px;
  background-color: #ff0033;
}

.product-card-full .product-actions h3 .early-acess-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  display: inline-block;
  margin-right: 2px;
  background-color: #ffcc33;
}

.product-card-full .product-actions h3.early-a:hover + .earlyacees-popup {
  display: block;
}

.product-card-full .product-actions p {
  margin-bottom: 20px;
  margin-top: 20px;
  color: #000;
}

.product-card-full .product-actions p svg {
  width: 24px;
  margin-top: -3px;
}

.product-card-full .product-actions p .btn.btn-nothing {
  margin-right: 20px;
}

.product-card-full .product-actions p .btn.btn-nothing:last-child {
  margin-right: 0;
}

.product-card-full .product-actions p .btn.btn-nothing.active svg {
  fill: #cc0033;
}

.product-card-full .product-actions p .btn.btn-nothing.active svg path {
  stroke: #cc0033;
}

.product-card-full .number-circle {
  position: relative;
  width: 176px;
  height: 176px;
  margin: -90px auto 0;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #000;
  z-index: 1;
}

.product-card-full .number-circle::before {
  content: "";
  position: absolute;
  width: 340px;
  left: -200px;
  right: -200px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #000;
  height: 16px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -o-border-radius: 20px;
}

.product-card-full .number-circle .number-svg {
  display: inline-block;
  position: relative;
  left: 8px;
  top: 8px;
}

.product-card-full .number-circle .number-svg::before {
  content: "";
  position: absolute;
  left: 5px;
  right: 5px;
  bottom: 5px;
  top: 5px;
  border-radius: 50%;
  border: 10px solid #2F333A;
}

.product-card-full .number-circle .number-svg svg {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.product-card-full .number-circle .number-text {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  text-align: center;
  width: 100px;
  height: 65px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
}

.product-card-full .number-circle .number-text h2,
.product-card-full .number-circle .number-text h3 {
  font-weight: 700;
  color: #fff;
  margin-bottom: 0;
}

.product-card-full .number-circle .number-text h2 {
  line-height: 36px;
  font-size: 42px;
}

.product-card-full .number-circle .number-text h3 {
  color: #ffcc33;
  font-size: 21px;
}

.product-card-full .product-box {
  height: 320px;
  position: relative;
  background: #f2f2f2;
  margin-top: -90px;
  margin-bottom: 40px;
  padding: 50px 100px 40px 100px;
  text-align: center;
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -o-border-radius: 12px;
}

.product-card-full .product-box .featured-div {
  position: absolute;
  left: -6px;
  top: 20px;
  background: url("/images/featured.png") no-repeat left top/100% 100%;
  color: #cc0033;
  padding: 13px 20px 8px;
  font-weight: 700;
  min-width: 132px;
}

.product-card-full .product-box .product-center {
  margin-top: 130px;
  position: relative;
}

.product-card-full .product-box .product-center::before {
  content: "";
  position: absolute;
  top: -70px;
  left: 0;
  right: 0;
  margin: auto;
  width: 2px;
  height: 60px;
  background-color: #000;
}

.product-card-full .product-box .product-center .btn.btn-red.btn-plus-minus {
  width: 200px;
  height: 42px;
  position: relative;
  margin-bottom: -5px;
}

.product-card-full .product-box .product-center .btn.btn-red.btn-plus-minus .left-minus {
  position: absolute;
  left: 0;
  color: #fff;
  font-size: 42px;
  line-height: 0;
  padding: 20px 15px;
  top: 0;
}

.product-card-full .product-box .product-center .btn.btn-red.btn-plus-minus .right-plus {
  position: absolute;
  right: 0;
  color: #fff;
  font-size: 42px;
  line-height: 0;
  padding: 12px 30px;
  top: 0;
}

.product-card-full .product-box .sold-out-div {
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: -28px;
  background: #000;
  background: #ffca32;
  background: gradient(180deg, #ffcc33 0%, #ffaa2b 100%);
  border-radius: 16px 16px 0 0;
  padding: 20px 15px;
}

.product-card-full .product-box .sold-out-div h5 {
  color: #cc0033;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: bold;
}

.product-card-full .product-box .sold-out-div h4 {
  color: #000;
  font-weight: 700;
  margin-top: 0;
  font-size: 21px;
  line-height: 26px;
}

.product-card-full .product-box .product-img {
  width: 320px;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
  margin-top: -25px;
}

.product-card-full .product-box .product-img img {
  max-width: 100%;
  max-height: 100%;
}

.product-card-full .product-box h4 {
  font-weight: 600;
  color: #000;
  line-height: 0;
  margin-bottom: 0;
}

.product-card-full .product-box h3 {
  font-weight: 700;
  margin-top: 5px;
  margin-bottom: 0;
  line-height: 26px;
}

.product-card-full .product-box h5 {
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 25px;
}

.product-card-full .product-box .btn.btn-red {
  width: 200px;
  height: 42px;
}

.product-card-full .product-box .mt-2,
.product-card-full .product-box .my-2 {
  max-width: 200px;
  margin: 0 auto;
  font-size: 10px;
  font-weight: 500;
  color: #2f333a;
}

.product-card {
  width: 525px;
  height: 300px;
  background: linear-gradient(104.62deg, #ffffff 41.53%, rgba(0, 0, 0, 0.2) 117.22%);
  -webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.25));
  text-align: left;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
}

.product-card .product-box {
  height: 100%;
  padding: 25px 155px 60px 50px;
  background: transparent url("/images/bike.png") no-repeat right bottom/150px auto;
  position: relative;
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -o-border-radius: 12px;
}

.product-card .product-box .product-fav {
  position: absolute;
  left: 15px;
  top: 15px;
}

.product-card .product-box .product-fav .btn.btn-nothing.active svg {
  fill: #811fff;
}

.product-card .product-box .product-fav .btn.btn-nothing.active svg path {
  stroke: #811fff;
}

.product-card .product-box .product-box-details {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.product-card .product-box .product-box-details .product-image {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}

.product-card .product-box .product-box-details .product-image img {
  max-width: 100%;
  height: 100%;
}

.product-card .product-box .product-box-details .product-detail {
  margin-bottom: 20px;
  vertical-align: middle;
  display: inline-block;
  width: 50%;
  width: -o-calc(100% - 100px);
  width: calc(100% - 100px);
}

.product-card .product-box .product-box-details .product-detail .product-price h6,
.product-card .product-box .product-box-details .product-detail .product-price h4,
.product-card .product-box .product-box-details .product-detail .product-price h3 {
  margin-bottom: 0;
}

.product-card .product-box .product-box-details .product-win {
  margin-bottom: 15px;
}

.product-card .product-box .product-box-details .product-win h6,
.product-card .product-box .product-box-details .product-win h2 {
  margin-bottom: 0;
}

.product-card .product-box .product-add-cart {
  position: absolute;
  bottom: 20px;
  left: 50px;
}

.product-card .product-box .product-add-cart .btn.btn-primary {
  padding: 5px 25px;
}

.product-card .number-circle {
  position: relative;
  width: 120px;
  height: 120px;
  margin: -60px auto 0;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
}

.product-card .number-circle::before {
  content: "";
  background-color: #e6e6e6;
  width: 130px;
  height: 130px;
  position: absolute;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  left: -5px;
  top: -5px;
  z-index: 0;
}

.product-card .number-circle::after {
  content: "";
  background-color: #d9d9d9;
  width: 120px;
  height: 120px;
  position: absolute;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  left: 0px;
  top: 0px;
  z-index: 2;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.25) inset;
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.25) inset;
  -moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.25) inset;
}

.product-card .number-circle .number-svg {
  display: inline-block;
  position: relative;
  z-index: 3;
}

.product-card .number-circle .number-svg svg {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.product-card .number-circle .number-text {
  position: absolute;
  top: 8px;
  left: 8px;
  padding: 18px 10px;
  text-align: center;
  width: 104px;
  height: 104px;
  background-color: #fff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  z-index: 3;
}

.product-card .number-circle .number-text h3 {
  font-weight: 700;
  margin-bottom: 0;
}

.product-card .number-circle .number-text h6 {
  font-size: 12px;
  margin-bottom: 0;
}

.product-card .number-circle .number-text h5 {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 16px;
}

.winner-card {
  background-color: #000;
  text-align: left;
  padding: 50px 20px 30px 50px;
  width: 600px;
}

.winner-card h5 {
  margin-bottom: 5px;
  color: #fff;
  font-size: 20px;
}

.winner-card h2 {
  margin-bottom: 5px;
  font-weight: 700;
  color: #fff;
}

.winner-card .winner-padding {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.winner-card .winner-padding .profile-img {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-top: 30px;
}

.winner-card .winner-padding .gift-img {
  width: 350px;
  height: 200px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.winner-all-card {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  -webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.25));
  height: 220px;
  margin: 15px;
  background-color: #f1f1f1;
}

.number-circle {
  position: relative;
  width: 180px;
  height: 180px;
  margin: -90px auto 0;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #000;
  z-index: 1;
}

.number-circle::before {
  content: "";
  position: absolute;
  width: 400px;
  left: -200px;
  right: -200px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #000;
  height: 20px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -o-border-radius: 20px;
}

.number-circle .number-svg {
  display: inline-block;
  position: relative;
  left: 11px;
  top: 10px;
}

.number-circle .number-svg svg {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.number-circle .number-text {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  text-align: center;
  width: 100px;
  height: 65px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
}

.number-circle .number-text h2,
.number-circle .number-text h3 {
  font-weight: 700;
  color: #fff;
  margin-bottom: 0;
}

.number-circle .number-text h2 {
  line-height: 36px;
}

.number-circle .number-text h3 {
  color: #2DC565;
}

.number-circle.number-circle1::before {
  display: none;
}

.address-card {
  width: 280px;
  display: inline-block;
  margin-right: 25px;
  padding: 15px;
  background-color: #fff;
  box-shadow: -3px 6px 15px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: -3px 6px 15px rgba(0, 0, 0, 0.29);
  -webkit-box-shadow: -3px 6px 15px rgba(0, 0, 0, 0.29);
  -o-box-shadow: -3px 6px 15px rgba(0, 0, 0, 0.29);
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -o-border-radius: 15px;
  margin-bottom: 25px;
}

.order-placed {
  margin: 50px auto;
  max-width: 700px;
  width: 100%;
  padding: 40px;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -o-border-radius: 15px;
  text-align: center;
}

.mb-4 img {
  width: 48px;
}

.mt-4 p {
  font-size: 24px;
  font-weight: 500;
  color: #000;
  line-height: 130%;
}

h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 44px;
}

.mt-4 p {
  font-size: 24px;
  font-weight: 500;
  color: #000;
  line-height: 130%;
}

.btn.btn-red {
  width: 258px;
  height: 42px;
  text-transform: none;
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
}

.btn-white-light {
  width: 258px;
  height: 42px;
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
}

.cart-empty {
  width: 100%;
  padding: 25px;
  background-color: #fff;
  box-shadow: -3px 6px 15px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: -3px 6px 15px rgba(0, 0, 0, 0.29);
  -webkit-box-shadow: -3px 6px 15px rgba(0, 0, 0, 0.29);
  -o-box-shadow: -3px 6px 15px rgba(0, 0, 0, 0.29);
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -o-border-radius: 15px;
  text-align: center;
}

.cart-img1 {
  width: 100%;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 110px;
}

button.px-5.py-2.btn.btn-white-light {
  background: white;
  color: #bb0033;
  font-size: 16px;
  font-weight: 600;
  border: 1px solid #bb0033;
  border-radius: 16px;
}

.btn.btn-red.btn-plus-minus {
  width: 200px;
  height: 42px;
  position: relative;
  margin-bottom: -5px;
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, #bb0033), color-stop(15%, rgba(0, 0, 0, 0))), -webkit-gradient(linear, left top, right top, color-stop(75%, #cc0033), color-stop(25%, #bb0033));
  background: linear-gradient(90deg, #bb0033 25%, rgba(0, 0, 0, 0) 15%), linear-gradient(90deg, #cc0033 75%, #bb0033 25%);
}

.btn.btn-red.btn-plus-minus .left-minus {
  position: absolute;
  left: 0;
  color: #fff;
  font-size: 30px;
  line-height: 0;
  font-weight: 600;
  padding: 22px 10px;
  top: 0;
}

.btn.btn-red.btn-plus-minus .mid-numb {
  font-size: 25px;
  line-height: 32px;
  font-weight: 600;
}

.btn.btn-red.btn-plus-minus .right-plus {
  position: absolute;
  width: 55px;
  right: 0;
  color: #fff;
  font-size: 42px;
  line-height: 0;
  font-weight: 500;
  top: 0;
}

h4.mb-0.text-ellipac {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.full-loader {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10000;
  background-color: #000;
}

.full-loader img {
  margin-right: 10px;
}

.full-loader img.loader2 {
  margin-right: 0;
  -webkit-animation: blink infinite 2s;
          animation: blink infinite 2s;
}

.full-loader h4 {
  font-size: 18px;
  color: #fff;
  text-align: center;
}

.component-loader {
  width: 100%;
  padding: 40px;
  text-align: center;
}

.component-loader img {
  width: 50px;
}

.component-loader h4 {
  font-size: 18px;
  color: #757575;
  text-align: center;
}

.component-loader h4 span {
  -webkit-animation: blink infinite 2s;
          animation: blink infinite 2s;
}

@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

.Toastify__toast {
  background-color: #000 !important;
  border-radius: 4px !important;
}

.featured-campaigns {
  padding: 100px 0 50px;
}

.featured-campaigns h3 a {
  color: #cc0033;
  text-transform: uppercase;
  font-weight: 700;
}

.home-category .home-category-ul {
  text-align: right;
  overflow-y: hidden;
  overflow-x: auto;
  margin-bottom: 15px;
}

.home-category .home-category-ul li {
  display: inline-block;
  margin: 15px 20px;
}

.home-category .home-category-ul li:last-child {
  margin-right: 0;
}

.home-category .home-category-ul li .btn.btn-nothing {
  font-size: 20px;
  font-weight: 700;
  opacity: 0.8;
}

.home-category .home-category-ul li .btn.btn-nothing.active {
  color: #cc0033;
}

.home-category .home-load-more {
  text-align: center;
}

.home-category-product {
  text-align: center;
}

.home-category-product li {
  margin: 20px 20px 100px;
  display: inline-block;
}

.home-dreamstyle {
  padding: 100px 0;
  background-color: #f2f2f2;
}

.download-app {
  padding: 100px 0;
  background-color: #f2f2f2;
}

.download-app h3 {
  font-weight: 400;
  margin-bottom: 0;
}

.map-contact {
  background-color: #f2f2f2;
  margin: 140px 0px 0px;
}

.map-contact .home-heading {
  margin-top: 50px;
}

.map-contact .home-heading1 {
  padding: 30px 0px 00px 0px;
  color: black;
  font-size: 40px;
  line-height: 110%;
}

.map-contact .app-image1 {
  padding: 45px;
}

.map-contact h5 {
  font-weight: 700;
  font-size: 16px;
}

.map-contact .map-bottom {
  margin-top: 100px;
  margin-bottom: 50px;
}

.map-contact .social-icons {
  margin-bottom: 15px;
}

.map-contact .social-icons a {
  display: inline-block;
  margin-right: 25px;
}

.map-contact iframe {
  min-height: 300px;
  width: 100%;
  border: 0;
  height: 100%;
}

.order-date {
  font-weight: 700;
  color: #fe0033;
}

.dashboard-page {
  margin: 50px 0;
}

.dashboard-heading {
  font-weight: 600;
  font-size: 32px;
}

.shape-name {
  min-height: 80px;
  position: relative;
}

.shape-name .shape-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #f2f2f2;
}

.shape-name .shape-text {
  padding-left: 100px;
}

.shape-name .shape-text p {
  margin-bottom: 2px;
  padding-top: 20px;
}

.campaign-product {
  position: relative;
  margin-top: 50px;
  margin-bottom: 50px;
}

.campaign-product .campaign-multiple {
  position: absolute;
  left: 0px;
  top: 0;
  bottom: 0;
  margin: 110px auto 0;
}

.campaign-product .campaign-multiple li {
  display: block;
  margin-bottom: 10px;
}

.campaign-product .campaign-multiple li .btn.btn-nothing {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #cccccc;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 2px solid #fff;
}

.campaign-product .campaign-multiple li .btn.btn-nothing.active {
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25);
  background-color: #fff;
}

.campaign-product .campaign-multiple1 {
  position: absolute;
  right: 0px;
  top: 0;
  bottom: 0;
  margin: 110px auto 0;
}

.campaign-product .campaign-multiple1 li {
  display: block;
  margin-bottom: 10px;
}

.campaign-product .campaign-multiple1 li .btn.btn-nothing {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #cccccc;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 2px solid #fff;
}

.campaign-product .campaign-multiple1 li .btn.btn-nothing.active {
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25);
  background-color: #fff;
}

.campaign-product .campaign-details h2 {
  font-weight: 700;
}

.campaign-product .campaign-details h5,
.campaign-product .campaign-details p {
  margin-bottom: 0;
  font-weight: 500;
}

.campaign-product .campaign-details h3 {
  margin-bottom: 20px;
  font-weight: 700;
}

.campaign-product .campaign-details h5 {
  font-weight: 700;
}

.campaign-product .campaign-details .product-img {
  background-color: #f2f2f2;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -o-border-radius: 15px;
  padding: 15px;
}

.campaign-product .campaign-details .btn.btn-red,
.campaign-product .campaign-details .btn.btn-border {
  padding: 10px 15px;
}

.campaign-product .campaign-details .number-circle {
  position: absolute;
  right: 0;
  margin-top: -60px;
}

.campaign-product .campaign-details .number-circle-left {
  min-height: 150px;
  padding-right: 200px;
}

.campaign-product.campaign-product11 {
  padding-right: 80px;
  padding-left: 80px;
}

.campaign-product.campaign-product11 .product-card-full .product-box .product-img {
  width: auto;
  height: 165px;
}

.campaign-product.popup {
  margin: 0;
}

.campaign-product.popup .campaign-multiple {
  margin-top: 0;
}

.campaign-product.popup .campaign-multiple li .btn.btn-nothing {
  background-color: #fff;
}

.campaign-product.popup h3 {
  color: #cc0033;
  font-weight: 700;
}

.campaign-tabs ul {
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}

.campaign-tabs ul li {
  display: inline-block;
  margin: 0 15px;
}

.campaign-tabs ul li .btn.btn-nothing {
  font-weight: 700;
  display: block;
  text-align: center;
  width: 100%;
  padding: 15px 20px 5px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  border-bottom: 2px solid transparent;
}

.campaign-tabs ul li .btn.btn-nothing.active {
  border-bottom: 2px solid #757575;
}

.campaign-tabs .campaign-desc {
  padding: 0 0 50px;
}

.campaign-tabs .campaign-desc h4 {
  margin-top: 30px;
}

.campaign-tabs .campaign-desc ul {
  position: static;
  text-align: left;
  margin-bottom: 20px;
  background: transparent;
  border-radius: 0px;
}

.campaign-tabs .campaign-desc ul li {
  list-style: disc;
  display: block;
  width: 100%;
  position: relative;
  font-size: 14px;
  line-height: 18px;
}

.campaign-tabs .campaign-desc ul li::before, .campaign-tabs .campaign-desc ul li:first-child::before {
  content: "•";
  left: -15px;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  background-color: transparent;
  height: auto;
  width: auto;
}

.home-heading {
  font-size: 32px;
  line-height: 110%;
  font-weight: 700;
}

.product-card-full .number-circle .number-text h3.sould-out {
  line-height: 36px;
  font-size: 42px;
}

.home-app {
  background-color: #000;
  padding: 38px 0 0px;
  margin-bottom: 100px;
}

.home-app h1 {
  color: white;
  font-size: 42px;
}

.home-app h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 40px;
  font-size: 26px;
  line-height: 30px;
}

.home-app .app-links {
  border-left: 8px solid #cc0033;
  padding: 50px 0 10px 40px;
}

.home-app .app-image {
  margin: -245px auto -100px;
  display: block;
  width: 300px;
}

.home-app p {
  font-size: 18px;
  color: #fff;
  line-height: 20px;
  font-weight: 600;
}

.home-app p.download {
  margin-bottom: 0;
  display: inline-block;
  margin-right: 25px;
  font-size: 12px;
  text-align: center;
}

.home-app p.download img {
  display: block;
  margin: auto;
  margin-bottom: 5px;
}

.home-charities {
  background: #fecc31;
  background: -webkit-gradient(linear, left top, right top, from(#fecc31), color-stop(49%, #fecc31), color-stop(51%, #3366cc), to(#3366cc));
  background: linear-gradient(to right, #fecc31 0%, #fecc31 49%, #3366cc 51%, #3366cc 100%);
}

.home-charities .row {
  margin: 0;
}

.home-charities .row > div {
  padding: 0;
  background-color: #000;
}

.home-charities .charity-right {
  padding: 40px;
}

.home-charities .charity-right img {
  margin-left: 37px;
}

.home-charities .charity-right .home-heading1 {
  color: #fff;
  font-size: 56px;
  font-weight: bold;
  line-height: 100%;
  padding: 20px 40px 0px 40px;
}

.home-charities .charity-right .charity-btn {
  margin-top: 20px;
  display: block;
  margin: 40px;
}

.home-charities .charity-right .charity-btn .btn.btn-white {
  width: 200px;
  height: 42px;
}

.home-product {
  padding: 50px 0;
}

.home-product h3 a {
  color: #cc0033;
  text-transform: uppercase;
  font-weight: 700;
}

.home-product .home-product-card {
  padding-left: 5px;
  padding-right: 5px;
}

.home-product .home-product-card h5 {
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  margin-top: 10px;
}

.home-product .home-product-card .color-div {
  background-color: #f1f1f1;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  padding: 25px;
  height: 303px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.home-product .home-product-card .color-div img {
  display: block;
  max-height: 100%;
  margin: auto;
}

.home-winners {
  padding: 100px 0 50px;
}

.how-we-work-iframe {
  max-width: 100%;
  height: 488px;
  width: 100%;
  margin: 50px auto 100px;
  display: block;
  border: 0;
  border-radius: 10px;
}

.charity-img {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  overflow: hidden;
  margin: 50px 0;
}

.login-container {
  max-width: 808px;
  width: 100%;
  margin: 50px auto;
  background-color: #f2f2f2;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -o-border-radius: 15px;
  padding: 46px 200px;
}

.login-container .btn.btn-red {
  height: 48px;
  font-size: 18px;
  border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  -o-border-radius: 16px;
}

.login-container .line-text {
  position: relative;
  text-align: center;
  z-index: 0;
  margin-top: 10px;
}

.login-container .line-text span {
  display: inline-block;
  background-color: #f2f2f2;
  padding: 10px 25px;
  position: relative;
  z-index: 2;
}

.login-container .line-text::before {
  content: "";
  position: absolute;
  top: 50%;
  border-bottom: 1px solid #757575;
  left: 0;
  right: 0;
  z-index: 1;
}

.login-container p {
  font-weight: 500;
  font-size: 14px;
}

.shipping-steps {
  margin: 10px 0 20px;
}

.shipping-steps li {
  vertical-align: top;
  display: inline-block;
  margin-right: 40px;
  text-align: center;
  position: relative;
  z-index: 0;
  max-width: 80px;
}

.shipping-steps li::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 130px;
  top: 15px;
  height: 1px;
  background-color: #757575;
  z-index: -1;
}

.shipping-steps li:last-child::after {
  display: none;
}

.shipping-steps li a,
.shipping-steps li .btn.btn-nothing {
  display: block;
  font-size: 14px;
  white-space: break-spaces;
}

.shipping-steps li a .ship-numb,
.shipping-steps li .btn.btn-nothing .ship-numb {
  display: block;
  width: 30px;
  height: 30px;
  margin: auto;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  background: #fff;
  border: 1px solid #757575;
  color: #cc0033;
  text-align: center;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 5px;
}

.shipping-steps li a.active .ship-numb,
.shipping-steps li .btn.btn-nothing.active .ship-numb {
  background: #bb0033;
  border: 1px solid #bb0033;
  color: #fff;
}

.shipping-steps li a .ship-text,
.shipping-steps li .btn.btn-nothing .ship-text {
  color: #fe0033;
  font-weight: 700;
}

.faq-page {
  margin-top: 30px;
}

.faq-page p {
  color: #000;
  font-size: 12px;
  font-weight: 400;
  font-family: Hind;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 140%;
}

.faq-page h4 {
  color: #000;
}

.faq-page h4 {
  margin-bottom: 0px;
  margin-top: 30px;
  font-weight: 500;
}

.pagination {
  display: block;
  text-align: center;
  margin-top: 20px;
}

.pagination li {
  display: inline-block;
  margin-right: 5px;
}

.pagination li a {
  padding: 5px 10px;
  display: block;
  background-color: #eee;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid #aaa;
}

.pagination li.active a {
  background-color: #cc0033;
  color: #fff;
}

.abs-social {
  display: none;
}

.abs-social.active {
  display: block;
  position: absolute;
  right: 0;
  z-index: 10;
  background: #fff;
  border: 1px solid #aaa;
  padding: 6px 13px;
  border-radius: 4px;
}

.abs-social.active button.react-share__ShareButton {
  margin-right: 5px;
}

.abs-social.active button.react-share__ShareButton svg {
  width: 34px;
  margin-top: 0;
}

.abs-social.active button.react-share__ShareButton:last-child {
  margin-right: 0;
}

.space {
  line-height: 14px;
  font-size: 12px;
  font-weight: 400;
}

.product-box.cart-wishlist .product-img {
  width: auto;
  /* height: auto; */
}

.product-box.cart-wishlist {
  padding-bottom: 28px;
  height: auto;
}

.contact-form {
  background: #f2f2f2;
}

.contact-form .cntfrm.row {
  padding: 0px 200px 60px 200px;
}

.contact-form .cnt-heading {
  font-size: 32px;
  font-weight: 600;
  color: #2f333a;
  margin-left: 200px;
  padding-top: 80px;
}

.contact-form button.btn.btn-blue {
  background: #3366cc;
  border-radius: 16px;
  width: 232px;
  height: 42px;
  color: white;
  font-weight: 700;
  font-size: 16px;
}

.contact-form .form-control {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #dbdbdb !important;
  border-radius: 8px !important;
  font-size: 16px;
  line-height: 18px;
  padding-top: 20px;
  line-height: 20px;
  height: auto;
  padding: 10px 16px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  background-color: white;
  border: 0;
}

.contact-form .contactmap {
  background: white;
  padding: 60px 200px 60px 200px;
  /* padding: 43px 20px 20px 20px; */
  border-radius: 6px;
}

.contact-form .adr h3 {
  font-size: 24px;
  font-weight: 600;
}

.contact-form .adr p {
  font-family: Rajdhani;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 110%;
}

.contact-form h6.ftrheding {
  margin-top: 50px;
  font-family: Hind;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  color: #6b6b6b;
}

.contact-form .contactmap h5 {
  font-size: 24px;
  font-weight: 600;
}

.abtcnt {
  font-family: Hind;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 160%;
}

.prod-deta.row {
  margin: 0 65px 50px;
}

.prod-deta.row h3,
.campdes h5 {
  font-size: 21px;
  font-weight: 700;
}

.prod-deta.row p,
.campdes p {
  line-height: 22px;
  font-family: Hind;
}

.campaign-desc.campdes {
  padding: 0 25px;
}

.campdes p {
  font-size: 14px;
  line-height: 18px;
}

.page-policy p {
  font-family: Hind;
  font-size: 12px;
  line-height: 17px;
}

.page-policy li,
.charity-page-css li {
  font-family: Hind;
  font-size: 12px;
  line-height: 17px;
}

.page-policy ol,
.charity-page-css ol {
  padding-left: 15px;
}

.page-policy ul,
.charity-page-css ul {
  list-style: disc;
  padding-left: 20px;
}

.page-policy .home-heading {
  font-family: Rajdhani;
  font-weight: 600;
  font-size: 36px;
  line-height: 40px;
}

.full-charity-img {
  background-size: cover;
  background-position: center center;
}

.row.resp-mobile-client .col {
  padding-left: 7px;
  padding-right: 7px;
}

.faq-btn.btn.btn-nothing {
  display: block;
  width: 100%;
  text-align: left;
  background-color: #f2f2f2;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  color: #000;
  font-size: 21px;
  line-height: 24px;
  font-weight: 600;
  position: relative;
  padding: 14px 25px;
  padding-right: 50px;
  white-space: break-spaces;
}

.faq-con {
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
  margin-bottom: 10px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
}

.faq-bott {
  padding: 20px 100px 10px;
}

.faq-bott li {
  color: #000;
  font-size: 12px;
  font-weight: 400;
  font-family: Hind;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 140%;
}

.faq-btn.btn.btn-nothing span.plu {
  position: absolute;
  right: 25px;
  top: 0;
  bottom: 0;
  height: 20px;
  margin: auto;
  line-height: 20px;
}

.faq-btn.btn.btn-nothing span.plu img {
  width: 14px;
}

.faq-btn.btn.btn-nothing span.min {
  position: absolute;
  right: 25px;
  top: 0;
  bottom: 0;
  height: 20px;
  margin: auto;
  line-height: 20px;
}

.login-container.register-c {
  padding: 46px 50px;
}

.login-container.register-c .css-1uccc91-singleValue img {
  height: 10px;
}

.custom-row {
  margin-left: -7px;
  margin-right: -7px;
}

.custom-row .custom-col {
  padding-right: 7px;
  padding-left: 7px;
}

.left-menu ul li {
  margin-bottom: 5px;
}

.left-menu ul li:last-child {
  margin-bottom: 0;
}

.left-menu ul li a {
  width: 288px;
  height: 48px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  background-color: #f1f1f1;
  font-size: 16px;
  color: #757575;
  font-weight: 500;
  display: block;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  position: relative;
  display: block;
  padding: 15px 15px 8px;
  padding-right: 28px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.left-menu ul li a > svg {
  width: 24px;
  height: 24px;
  margin-right: 5px;
  fill: #757575;
  margin-top: -2px;
}

.left-menu ul li a:hover {
  color: #3366cc;
}

.left-menu ul li a:hover svg {
  fill: #3366cc;
}

.left-menu ul li a:hover span svg {
  fill: #3366cc;
}

.left-menu ul li a.active {
  color: #3366cc;
}

.left-menu ul li a.active svg {
  fill: #3366cc;
}

.left-menu ul li a span {
  position: absolute;
  right: 10px;
  top: 18px;
}

.left-menu ul li a span svg {
  fill: #757575;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #000;
  height: 62px;
}

header .container-fluid {
  padding-top: 15px;
  padding-bottom: 15px;
}

header .header-left {
  float: left;
  width: 60%;
}

header .header-left .logo,
header .header-left .header-links {
  display: inline-block;
  vertical-align: middle;
}

header .header-left .logo {
  margin-right: 25px;
}

header .header-left .logo a img {
  height: 28px;
  line-height: 32px;
}

header .header-right {
  float: right;
  text-align: right;
  width: 40%;
}

header .header-right .header-links li {
  margin-left: 50px;
}

header .header-right .header-links li a,
header .header-right .header-links li .btn.btn-nothing {
  position: relative;
}

header .header-right .header-links li a .notification-dot,
header .header-right .header-links li .btn.btn-nothing .notification-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #cc0033;
  position: absolute;
  right: 0px;
  top: 0px;
}

header .header-right .header-links li.notification svg {
  width: 20px;
}

header .header-right .header-links li.search svg {
  width: 20px;
}

header .header-right .header-links li.login span {
  width: 129px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -o-border-radius: 12px;
  font-size: 15px;
  text-transform: none;
  font-weight: 600;
}

header .header-right .header-links li.login svg {
  width: 16px;
  margin-right: 10px;
}

header .header-right .header-links li.cart {
  position: relative;
  padding-right: 10px;
}

header .header-right .header-links li.cart .cart-num {
  position: absolute;
  right: -10px;
  bottom: 0px;
  margin: auto;
  width: 20px;
  height: 20px;
  background: #cc0033;
  color: #fff;
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  font-weight: bold;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  border: 2px solid #fff;
}

header .header-right .header-links li.logout .btn.btn-nothing {
  padding: 0px 40px;
  border: 1px solid #fff;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -o-border-radius: 15px;
}

header .header-links li {
  display: inline-block;
  margin-left: 24px;
}

header .header-links li a,
header .header-links li .btn.btn-nothing {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 32px;
  display: block;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}

header .header-links li a svg,
header .header-links li .btn.btn-nothing svg {
  margin-top: -3px;
  width: 24px;
}

header .header-links li a svg path,
header .header-links li .btn.btn-nothing svg path {
  stroke: #fff;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}

header.is-fixed {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.29);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.29);
  -o-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.29);
}

.header-margin {
  padding-top: 62px;
}

footer {
  padding: 50px 0 50px;
  background: #f2f2f2;
}

footer h4 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 25px;
}

footer ul li {
  margin-bottom: 15px;
}

footer ul li a {
  color: #2F333A;
  font-size: 14px;
  font-weight: 600;
}

footer ul li a:hover {
  color: #757575;
}

footer .social-media {
  padding: 15px 0 0px 30px;
}

footer .social-media h5 {
  font-weight: 700;
}

footer .social-media .social-icons {
  margin-bottom: 55px;
}

footer .social-media .social-icons a {
  display: inline-block;
  margin-right: 45px;
}

footer .social-media .social-icons img {
  width: 28.14px;
  height: 27.69px;
}

footer .social-media p {
  font-size: 18px;
  font-weight: 600;
  color: #2F333A;
}

footer .social-media p .app-image2 {
  margin-top: -25px;
  margin-right: 32px;
  margin-left: 50px;
  padding: -15px;
}

footer .social-media p.download {
  display: inline-block;
  margin-right: 25px;
  font-size: 12px;
  text-align: center;
}

footer .social-media p.download img {
  display: block;
  margin: auto;
  margin-bottom: 5px;
}

footer .footer-copyright {
  border-top: 1px solid #a29696;
  margin-top: 20px;
  padding-top: 50px;
}

footer .footer-copyright ul {
  margin: 0;
}

footer .footer-copyright ul li {
  margin-bottom: 0;
  display: inline-block;
  margin-right: 20px;
  color: #604545;
  vertical-align: middle;
  font-size: 12px;
  font-weight: 600;
}

footer .footer-copyright ul li img {
  height: 20px;
  margin-top: -5px;
  margin-right: 15px;
}

footer .footer-copyright ul li a {
  color: #604545;
  font-size: 12px;
  font-weight: 700;
}

footer .footer-copyright ul li a:hover {
  color: #757575;
}

.banner {
  background: no-repeat center center / cover;
  height: 90vh;
  height: -o-calc(100vh - 62px);
  height: calc(100vh - 62px);
  padding: 70px 0;
}

.banner .container-fluid {
  position: relative;
  height: 100%;
}

.banner .container-fluid h1 {
  color: #f1f1f1;
  margin-bottom: 25px;
  font-size: 100px;
  line-height: 94px;
}

.banner .container-fluid .btn {
  padding: 7px 55px;
  font-weight: 700;
  font-size: 24px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -o-border-radius: 20px;
  text-transform: none;
}

.erlyblink {
  -webkit-animation-name: example;
          animation-name: example;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes example {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes example {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.slick-list,
.slick-slider,
.slick-track {
  position: relative;
  display: block;
}

.slick-loading .slick-slide,
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slider {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  top: 0;
  left: 0;
}

.slick-track:after,
.slick-track:before {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots,
.slick-next,
.slick-prev {
  position: absolute;
  display: block;
  padding: 0;
}

.slick-dots li button:before,
.slick-next:before,
.slick-prev:before {
  font-family: slick;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-next,
.slick-prev {
  font-size: 0;
  line-height: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0;
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  color: transparent;
  outline: 0;
  background: 0 0;
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1;
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: 0.25;
}

.slick-next:before,
.slick-prev:before {
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #fff;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

.slick-next:before,
[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  right: auto;
  left: -25px;
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  bottom: -25px;
  width: 100%;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0;
}

.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: 0;
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: #000;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #000;
}

.slick-prev:before {
  content: url("/images/slick-fonts/left.svg");
}

[dir="rtl"] .slick-prev:before {
  content: url("/images/slick-fonts/right.svg");
}

.slick-next:before {
  content: url("/images/slick-fonts/right.svg");
}

[dir="rtl"] .slick-next:before {
  content: url("/images/slick-fonts/left.svg");
}

.top-right-arrow .slick-prev {
  left: auto;
  right: 60px;
}

.top-right-arrow .slick-next {
  left: auto;
  right: 0px;
}

.top-right-arrow .slick-next,
.top-right-arrow .slick-prev {
  width: 40px;
  height: 40px;
  z-index: 1;
  top: -20px;
  bottom: auto;
}

.early-bird-slider .slick-prev:before {
  content: url("/images/slick-fonts/prev.svg");
}

.early-bird-slider [dir="rtl"] .slick-prev:before {
  content: url("/images/slick-fonts/next.svg");
}

.early-bird-slider .slick-next:before {
  content: url("/images/slick-fonts/next.svg");
}

.early-bird-slider [dir="rtl"] .slick-next:before {
  content: url("/images/slick-fonts/prev.svg");
}

.early-bird-slider .slick-next,
.early-bird-slider .slick-prev {
  width: 40px;
  height: 40px;
  z-index: 1;
}

.early-bird-slider .slick-prev {
  left: -50px;
}

.early-bird-slider .slick-next {
  right: -50px;
}

.home-winners-slider .slick-prev:before {
  content: url("/images/slick-fonts/left-white.svg");
}

.home-winners-slider [dir="rtl"] .slick-prev:before {
  content: url("/images/slick-fonts/right-white.svg");
}

.home-winners-slider .slick-next:before {
  content: url("/images/slick-fonts/right-white.svg");
}

.home-winners-slider [dir="rtl"] .slick-next:before {
  content: url("/images/slick-fonts/left-white.svg");
}

.home-winners-slider .slick-next,
.home-winners-slider .slick-prev {
  width: 40px;
  height: 40px;
  z-index: 1;
}

.home-winners-slider .slick-prev {
  left: 100px;
}

.home-winners-slider .slick-next {
  right: 100px;
}

.home-winners-slider .slick-slide {
  -webkit-filter: brightness(0.2);
          filter: brightness(0.2);
}

.home-winners-slider .slick-slide.slick-center {
  -webkit-filter: brightness(1);
          filter: brightness(1);
}

.home-product-slider .slick-next,
.home-product-slider .slick-prev {
  height: 80px;
  z-index: 1;
}

.home-product-slider .slick-prev {
  left: -45px;
  margin-top: -30px;
}

.home-product-slider .slick-next {
  right: 20px;
  margin-top: -30px;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.logo-resp,
.mobile-bottom {
  display: none;
}

@media screen and (max-width: 1260px) {
  footer .social-media p .resp-down {
    display: block;
  }
  footer .social-media p .resp-down .app-image2 {
    margin: 5px 0 0;
  }
  .map-contact .app-image1 {
    padding: 0;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1150px) {
  .early-bird-slider .slick-next {
    right: -15px;
  }
  .early-bird-slider .slick-prev {
    left: -15px;
  }
}

@media screen and (max-width: 767px) {
  .resp-fa {
    background-color: #fff;
    padding-top: 1px;
  }
  .faq-bott {
    padding: 20px;
  }
  .resp-general {
    font-size: 14px;
    line-height: 18px;
    margin-top: 5px !important;
  }
  .faq-btn.btn.btn-nothing {
    font-family: Rajdhani;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 110%;
  }
  body {
    background-color: #f2f2f2;
  }
  .homewhite {
    background-color: #fff;
  }
  .product-card-full .number-circle .number-svg::before {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  section.home-category.mt-5 {
    margin-top: 20px !important;
  }
  .home-heading {
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
  }
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
  header {
    background-color: rgba(0, 0, 0, 0.9);
  }
  header .container-fluid {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  header .header-left {
    width: 50%;
  }
  header .header-left .logo a img {
    height: 42px;
  }
  header .header-left .header-links {
    display: none;
  }
  header .header-left .logo-desk {
    display: none;
  }
  header .header-left .logo-resp {
    display: inline-block;
  }
  header .header-right {
    width: 50%;
  }
  header .header-right .header-links li {
    margin-left: 24px;
  }
  header .header-right .header-links li.login, header .header-right .header-links li.cart {
    display: none;
  }
  header .header-right .header-links li a,
  header .header-right .header-links li .btn.btn-nothing {
    line-height: 42px;
  }
  .mobile-bottom {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000;
    color: #fff;
    padding: 10px;
  }
  .mobile-bottom ul::after {
    position: relative;
    display: block;
    clear: both;
    width: 100%;
    height: 0;
  }
  .mobile-bottom ul li {
    width: 20%;
    float: left;
    padding: 0 5px;
    vertical-align: top;
  }
  .mobile-bottom ul li a {
    display: block;
    text-align: center;
  }
  .mobile-bottom ul li a .mb-icon {
    display: block;
    margin-bottom: 5px;
    position: relative;
  }
  .mobile-bottom ul li a .mb-icon img {
    height: 24px;
  }
  .mobile-bottom ul li a .mb-icon img.active-img {
    display: none;
  }
  .mobile-bottom ul li a .mb-icon .cart-count-mobile {
    position: absolute;
    top: 0;
    right: 5px;
    width: 20px;
    height: 20px;
    background-color: #cc0033;
    text-align: center;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
  }
  .mobile-bottom ul li a .mb-text {
    display: block;
  }
  .mobile-bottom ul li a.active .mb-icon img.active-img {
    display: inline;
  }
  .mobile-bottom ul li a.active .mb-icon img.non-active {
    display: none;
  }
  .banner {
    height: 408px !important;
    margin-top: -62px;
    padding: 24px 0;
    position: relative;
  }
  .banner::before {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    left: 0;
    top: 0;
    position: absolute;
    content: "";
  }
  .banner .container-fluid .banner-text {
    position: absolute;
    bottom: 0;
  }
  .banner .container-fluid h1 {
    font-size: 36px;
    line-height: 42px;
  }
  .banner .container-fluid .btn {
    width: 134px;
    height: 36px;
    font-weight: bold;
    font-size: 15px;
    line-height: 19px;
    text-align: center;
    padding: 7px 0;
  }
  .banner .container-fluid::before {
    display: none;
  }
  .home-category .home-category-ul {
    text-align: left;
  }
  .home-category .home-category-ul li {
    margin-left: 0;
  }
  .home-category .home-category-ul li .btn.btn-nothing {
    font-size: 16px;
    line-height: 18px;
  }
  footer {
    margin-bottom: 50px;
  }
  footer h4 {
    margin-bottom: 5px;
  }
  footer .border-left {
    border-left: 0;
  }
  footer .social-media {
    padding-left: 0;
  }
  footer .footer-copyright {
    border-top-width: 1px;
  }
  footer .footer-copyright ul li {
    margin-bottom: 10px;
  }
  footer .footer-copyright ul li img {
    margin-top: 0;
  }
  .home-app .app-image {
    max-width: 100%;
  }
  .map-contact .home-heading {
    margin-top: 20px;
  }
  .map-contact .map-bottom {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .home-charities .charity-right .charity-btn {
    position: absolute;
    left: 0;
    top: -23px;
    right: 0;
    margin: auto;
    display: inline-block;
    width: 140px;
  }
  .home-app {
    padding-top: 30px;
  }
  .home-product {
    padding: 30px 0;
  }
  .home-product h3 {
    line-height: 18px;
    font-size: 14px;
  }
  .winner-card {
    width: 100%;
    padding: 15px;
    background: #f2f2f2;
  }
  .home-winners-slider {
    margin-left: 15px;
    margin-right: 15px;
  }
  .home-winners-slider .slick-next {
    right: 0px;
  }
  .home-winners-slider .slick-prev {
    left: 0px;
  }
  .home-winners-slider .slick-slide {
    -webkit-filter: brightness(1);
    filter: brightness(1);
  }
  .slick-next,
  .slick-prev {
    display: none !important;
  }
  .home-winners-slider .slick-prev:before {
    content: url("/images/slick-fonts/left.svg");
  }
  .home-winners-slider [dir="rtl"] .slick-prev:before {
    content: url("/images/slick-fonts/right.svg");
  }
  .home-winners-slider .slick-next:before {
    content: url("/images/slick-fonts/right.svg");
  }
  .home-winners-slider [dir="rtl"] .slick-next:before {
    content: url("/images/slick-fonts/left.svg");
  }
  .winner-card {
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -o-border-radius: 15px;
    background-color: #fff;
  }
  .winner-card h5 {
    color: #000;
  }
  .winner-card h5.t-blue {
    color: #3366cc;
    font-weight: 700;
  }
  .winner-card h2 {
    margin-bottom: 5px;
    font-weight: 700;
    color: #cc0033;
    font-size: 28px;
    line-height: 32px;
  }
  .winner-card .winner-padding .gift-img {
    width: 200px;
    height: 150px;
  }
  .winner-card .winner-padding .profile-img {
    width: 100px;
    height: 100px;
  }
  .login-container,
  .login-container.register-c {
    margin: 0;
    padding: 30px 25px;
  }
  .product-card-full.product-card-full-mob {
    padding-top: 0px;
  }
  .product-card-full.product-card-full-mob .number-circle {
    width: 130px;
    height: 130px;
    margin-top: 0;
  }
  .product-card-full.product-card-full-mob .number-circle::before {
    display: none;
  }
  .product-card-full.product-card-full-mob .number-circle .number-text h2 {
    line-height: 36px;
    font-size: 36px;
  }
  .product-card-full.product-card-full-mob .number-circle .number-text h3 {
    font-size: 18px;
  }
  .product-card-full.product-card-full-mob .number-circle .number-svg {
    left: 10px;
    top: 10px;
  }
  .product-card-full.product-card-full-mob .product-box {
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -o-border-radius: 15px;
    margin-top: -70px;
    padding: 80px 15px 25px;
  }
  .product-card-full.product-card-full-mob .product-box .earlyacees-popup {
    -webkit-filter: drop-shadow(0px 12px 36px rgba(0, 0, 0, 0.24));
            filter: drop-shadow(0px 12px 36px rgba(0, 0, 0, 0.24));
    border: 1px solid #ffcc33;
    border-radius: 6px;
    width: 195px;
    padding: 10px 10px 7px;
    position: absolute;
    top: 50px;
    background-color: #f2f2f2;
    z-index: 1;
  }
  .product-card-full.product-card-full-mob .product-box .earlyacees-popup p {
    padding: 0;
    margin: 0;
    font-size: 12px;
    font-family: Hind;
    line-height: 15px;
  }
  .product-card-full.product-card-full-mob .product-box .featured-div {
    top: 10px;
  }
  .product-card-full.product-card-full-mob .product-box .featured-div img {
    width: 80px;
  }
  .product-card-full.product-card-full-mob .product-box .available-div {
    position: absolute;
    left: 5px;
    top: 25px;
    font-size: 14px;
    color: #2dc565;
    font-weight: 700;
    max-width: 100px;
    width: 100%;
    text-align: left;
  }
  .product-card-full.product-card-full-mob .product-box .available-div .available-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    display: inline-block;
    margin-right: 2px;
    vertical-align: middle;
    margin-top: -2px;
    background-color: #2DC565;
  }
  .product-card-full.product-card-full-mob .product-box .action-div {
    position: absolute;
    right: 10px;
    top: 10px;
  }
  .product-card-full.product-card-full-mob .product-box .action-div svg {
    width: 20px;
    margin-top: -3px;
  }
  .product-card-full.product-card-full-mob .product-box .action-div .btn.btn-nothing {
    display: block;
    margin-bottom: 10px;
  }
  .product-card-full.product-card-full-mob .product-box .action-div .btn.btn-nothing.active svg {
    fill: #cc0033;
  }
  .product-card-full.product-card-full-mob .product-box .action-div .btn.btn-nothing.active svg path {
    stroke: #cc0033;
  }
  .product-card-full.product-card-full-mob .product-box .img-prod-2 {
    position: relative;
    text-align: center;
  }
  .product-card-full.product-card-full-mob .product-box .img-prod-2 .gift-img1 {
    max-width: 100%;
    max-height: 200px;
  }
  .product-card-full.product-card-full-mob .product-box .img-prod-2 .prod-img1 {
    position: absolute;
    right: 0px;
    bottom: 0px;
    max-width: 35%;
    max-height: 35%;
  }
  .product-card-full.product-card-full-mob .product-box h3 {
    line-height: 32px;
  }
  .product-card-full.product-card-full-mob .product-box h4 {
    line-height: 26px;
  }
  .campaign-product-mob {
    background: #f2f2f2;
    padding: 15px;
    padding-top: 30px;
  }
  .campaign-product-mob .bar-div {
    width: 150px;
    float: left;
  }
  .campaign-product-mob .bar-div span.bar-cont {
    width: 100%;
    height: 10px;
    background: #ddd;
    display: block;
    border-radius: 5px;
    margin-bottom: 3px;
    position: relative;
  }
  .campaign-product-mob .bar-div span.bar-perc {
    background: #239d58;
    background: -webkit-gradient(linear, left top, right top, from(#239d58), color-stop(44%, #fecc31), color-stop(59%, #fecc31), to(#cc0033));
    background: linear-gradient(to right, #239d58 0%, #fecc31 44%, #fecc31 59%, #cc0033 100%);
    position: absolute;
    left: 0;
    display: block;
    top: 0;
    bottom: 0;
    width: 0;
    border-radius: 5px;
  }
  .campaign-product-mob .back-mob {
    float: right;
  }
  .campaign-product-mob .back-mob img {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .campaign-product-mob .max-div-left {
    float: left;
    width: 50%;
  }
  .campaign-product-mob .action-div {
    float: right;
  }
  .campaign-product-mob .action-div svg {
    width: 20px;
    margin-top: -3px;
  }
  .campaign-product-mob .action-div .btn.btn-nothing {
    margin-right: 15px;
  }
  .campaign-product-mob .action-div .btn.btn-nothing:last-child {
    margin-right: 0;
  }
  .campaign-product-mob .action-div .btn.btn-nothing.active svg {
    fill: #cc0033;
  }
  .campaign-product-mob .action-div .btn.btn-nothing.active svg path {
    stroke: #cc0033;
  }
  .campaign-product-mob .img-prod-2 {
    position: relative;
    text-align: center;
  }
  .campaign-product-mob .img-prod-2 .gift-img1 {
    max-width: 100%;
    max-height: 200px;
  }
  .campaign-product-mob .img-prod-2 .prod-img1 {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 35%;
    max-height: 50%;
  }
  .campaign-tabs {
    margin-bottom: 150px;
  }
  .mob-camp {
    position: fixed;
    bottom: 68px;
    left: 0;
    right: 0;
    z-index: 1;
    background: #fff;
    border-radius: 15px 15px 0 0;
    padding: 15px;
    box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.29);
    -moz-box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.29);
    -webkit-box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.29);
    -o-box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.29);
  }
  .mob-camp .btn.btn-red {
    padding: 10px 30px;
  }
  .dashboard-page.dashboard-page-resp {
    margin-top: 30px;
    padding: 0;
    margin-bottom: 60px;
  }
  .cart-details {
    padding: 15px 15px 15px 15px;
  }
  .cart-details h4 {
    line-height: 20px;
  }
  .cart-details .img-prod-2 {
    width: 90px;
    position: relative;
    text-align: center;
  }
  .cart-details .img-prod-2 .gift-img1 {
    max-width: 100%;
    max-height: 200px;
  }
  .cart-details .img-prod-2 .prod-img1 {
    position: absolute;
    right: -25px;
    bottom: -5px;
    max-width: 100%;
    max-height: 100%;
  }
  .cart-details .cart-count {
    border: 0;
  }
  .cart-details .cart-count .btn.btn-nothing.plus {
    background: #bb0033;
    border-radius: 6px;
    width: 24px;
    height: 24px;
    color: #fff;
    line-height: 0px;
    padding: 0;
    margin-top: 10px;
  }
  .cart-details .cart-count .btn.btn-nothing.minus {
    border-radius: 6px;
    width: 24px;
    height: 24px;
    line-height: 0px;
    padding: 0;
    margin-bottom: 10px;
    background-color: #fff;
  }
  .cart-right-details {
    margin-bottom: 150px;
    padding: 0;
    background-color: transparent;
    box-shadow: 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 transparent;
    -webkit-box-shadow: 0 0 0 transparent;
    -o-box-shadow: 0 0 0 transparent;
    color: #000;
  }
  .cart-table.mt-4.resp-red-p {
    padding: 10px;
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  }
  .cart-table.mt-4.resp-red-p h6 {
    padding-top: 5px !important;
    margin-right: 0;
    font-size: 14px;
  }
  .cart-table.mt-4.resp-red-p button.btn.btn-black {
    width: 100px;
    margin-top: 10px;
  }
  .cart-table.mt-4.resp-red-p input.d-md-none.form-control {
    width: 100px;
  }
  .cart-table.mt-4.resp-red-p h6.text-red {
    padding-top: 8px !important;
  }
  .resp-donate {
    border-radius: 15px;
    padding: 15px;
    color: #000;
  }
  .expired-coupons .coupon-card-full {
    background-color: #fff;
  }
  .coupon-card-full .coupon-card-bottom p.d-none {
    display: block !important;
  }
  .coupon-card-full .coupon-card-top p {
    display: none;
  }
  .coupon-card-full .coupon-card-top .row > div,
  .coupon-card-full .coupon-card-bottom .row > div {
    -ms-flex: 0 0 100% !important;
    -webkit-box-flex: 0 !important;
            flex: 0 0 100% !important;
    max-width: 100% !important;
    text-align: center;
  }
  .coupon-card-full .coupon-card-top .row > div img,
  .coupon-card-full .coupon-card-bottom .row > div img {
    margin-bottom: 20px;
    max-height: 50px;
    margin-bottom: 10px;
  }
  .coupon-card-full .coupon-card-top .row > div.text-md-right,
  .coupon-card-full .coupon-card-bottom .row > div.text-md-right {
    text-align: center !important;
    margin-top: 10px;
  }
  .coupon-card-full .coupon-card-top h2,
  .coupon-card-full .coupon-card-bottom h2 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 0;
    word-break: break-all;
  }
  .coupon-card-full .coupon-card-bottom {
    padding: 15px;
  }
  .personal-details-card {
    padding: 15px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
  }
  .personal-details-card .person-image {
    width: 60px;
    height: 60px;
  }
  .personal-details-card h3 {
    font-size: 22px;
    line-height: 26px;
  }
  .personal-details-card .wallet svg,
  .personal-details-card .wallet img {
    width: 24px;
    margin-left: 5px;
  }
  .left-menu {
    background: transparent;
    -webkit-box-shadow: 0 0 0 transparent;
            box-shadow: 0 0 0 transparent;
    padding: 0;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
  }
  .left-menu ul {
    margin-bottom: 20px;
  }
  .left-menu ul li {
    margin-bottom: 5px;
  }
  .left-menu ul li a {
    background: #fff;
    padding: 15px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    font-size: 16px;
  }
  .left-menu ul li a span {
    height: 18px;
    right: 10px;
  }
  .dashboard-heading-small {
    font-size: 26px;
    line-height: 30px;
  }
  .personal-form-card .form-group {
    background-color: #fff;
    padding: 0px 0px 0;
    margin-top: 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
  }
  .personal-form-card .form-group .on-hover {
    top: 15px;
    left: 15px;
  }
  .personal-form-card .form-group .form-control:focus + .on-hover,
  .personal-form-card .form-group .form-control:not(:placeholder-shown) + .on-hover {
    top: -5px;
  }
  .personal-form-card .form-group .form-control {
    border-bottom: 0px;
  }
  .personal-form-card .form-group.phone-num .PhoneInputCountry,
  .personal-form-card .form-group.phone-num .PhoneInputInput {
    border-bottom: 0;
  }
  .personal-form-card .form-group.phone-num label {
    left: 15px;
    top: -5px;
  }
  .coupon-card-full.half .coupon-card-top {
    padding: 15px 10px;
  }
  .coupon-card-full.half .coupon-card-top .row > div img {
    max-height: 50px;
    margin-bottom: 10px;
  }
  .coupon-card-full.half .coupon-card-top h2 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 0;
    word-break: break-all;
  }
  .coupon-card-full.half .coupon-card-bottom h2 {
    word-break: break-all;
    font-size: 24px;
    line-height: 26px;
  }
  .coupon-card-full.half .coupon-card-bottom .btn.btn-white {
    font-size: 12px;
  }
  .card.orders-card {
    padding: 15px;
  }
  .card.orders-card .img-prod-2 {
    position: relative;
    text-align: center;
  }
  .card.orders-card .img-prod-2 .gift-img1 {
    max-width: 100%;
    padding-right: 30px;
    max-height: 200px;
  }
  .card.orders-card .img-prod-2 .prod-img1 {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 35%;
    max-height: 50%;
  }
  .card.orders-card h5 {
    line-height: 20px;
  }
  .card.orders-card h4 {
    line-height: 22px;
  }
  .wallet-card {
    padding: 20px 15px;
  }
  .wallet-card .wallet-card-padding {
    padding: 0;
  }
  .wallet-card .wallet-card-padding .wallet-image {
    position: relative;
    left: auto;
    top: auto;
    margin-bottom: 10px;
  }
  .product-card-full .product-box .featured-div {
    min-width: 100px;
    padding: 13px 10px 8px;
  }
  .shipping-steps li a .ship-text,
  .shipping-steps li .btn.btn-nothing .ship-text {
    display: none;
  }
  .shipping-steps li::after {
    width: 60px;
    background-color: #fe0033;
  }
  .product-card-full .product-box .sold-out-div {
    position: relative;
    left: auto;
    right: auto;
    bottom: -25px;
  }
  .home-product .home-product-card .color-div {
    background-color: #fff;
  }
  .home-charities .charity-right .charity-btn {
    position: static;
  }
  footer .social-media p .app-image2 {
    padding: 0;
    margin: 0;
    margin-top: 5px;
  }
  .home-app .app-image {
    margin: 0 0 -100px;
  }
  .card {
    background-color: #fff;
  }
  .coupon-card-full .coupon-card-top h2,
  .coupon-card-full .coupon-card-bottom h2 {
    text-align: center;
  }
  .cart-details {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 2px rgba(105, 105, 105, 0.12), 0px 2px 2px rgba(105, 105, 105, 0.1), 0px 1px 3px rgba(105, 105, 105, 0.18);
            box-shadow: 0px 0px 2px rgba(105, 105, 105, 0.12), 0px 2px 2px rgba(105, 105, 105, 0.1), 0px 1px 3px rgba(105, 105, 105, 0.18);
  }
  .cart-details {
    padding-bottom: 10px;
  }
  .cart-details .coupon-co {
    position: relative;
    right: auto;
    top: auto;
    bottom: auto;
    font-size: 10px;
    margin-top: 10px;
  }
  .cart-details .coupon-co img {
    margin-right: 5px;
  }
  .cart-details .coupon-co span {
    color: #757575;
  }
  .cart-options h5 {
    font-size: 14px;
    margin-right: 10px;
  }
  header .header-right .header-links li.logout .btn.btn-nothing {
    padding: 0 15px;
  }
}

@media screen and (max-width: 767px) {
  .resp-f-img {
    display: block;
  }
  .how-we-work-iframe {
    height: 200px;
    margin-top: 0;
    margin-bottom: 24px;
  }
  .banner .container-fluid .banner-text {
    position: relative;
    bottom: auto;
    left: auto;
    top: auto;
    margin-top: 120px;
  }
  .banner .container-fluid h1 {
    font-weight: bold;
    font-size: 42px;
    line-height: 100%;
    color: #f2f2f2;
  }
  .product-card-full.product-card-full-mob .product-box .action-div {
    position: absolute;
    right: 20px;
    top: 20px;
  }
  span.closing-soon-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    display: inline-block;
    margin-right: 2px;
    background-color: #ff0033;
    vertical-align: middle;
  }
  h3.close-soon {
    color: #ff0033;
    font-weight: 600;
    font-size: 13px;
    line-height: 17px;
    position: absolute;
    left: 10px;
    top: 10px;
    vertical-align: middle;
  }
  .product-card-full .product-box h4.text-blue {
    color: #000 !important;
    font-size: 15px;
    line-height: 19px;
  }
  .product-card-full.product-card-full-mob .product-box .img-prod-2 .gift-img1 {
    width: auto;
    display: inline-block;
  }
  .product-card-full .product-box {
    height: auto;
  }
  .product-card-full.product-card-full-mob .number-circle .number-text h3.sould-out {
    font-size: 32px;
    line-height: 34px;
  }
  .product-card-full .product-box h5 {
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
  }
  .product-card-full.product-card-full-mob .product-box h3.resp-a-dot {
    color: #2dc565;
    font-weight: 700;
    font-size: 13px;
    line-height: 17px;
    position: absolute;
    left: 10px;
    top: 20px;
  }
  .product-card-full.product-card-full-mob .product-box h3.resp-a-dot span.available-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    display: inline-block;
    margin-right: 2px;
    background-color: #2dc565;
    vertical-align: middle;
  }
  .product-card-full.product-card-full-mob .product-box a h3 {
    font-weight: bold;
    font-size: 24px;
    line-height: 31px;
    margin-bottom: 0 !important;
  }
  .product-card-full.product-card-full-mob .product-box h4 {
    line-height: 16px;
    margin-top: 0 !important;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .btn.btn-red.btn-plus-minus .left-minus {
    left: 6px;
    top: -3px;
  }
  .btn.btn-red.btn-plus-minus .right-plus {
    padding: 12px;
    right: -3px;
  }
  .product-card-full .product-box .sold-out-div {
    margin-left: -15px;
    margin-right: -15px;
    border-radius: 0 0 15px 15px;
    padding: 15px 15px 5px;
  }
  .winner-card {
    background: #f2f2f2;
  }
  .home-product .home-product-card .color-div {
    background-color: #f2f2f2;
  }
  .home-product-slider ul.slick-dots {
    bottom: -35px;
  }
  .home-product-slider ul.slick-dots li button:before {
    width: 10px;
    height: 10px;
    content: "";
    color: #000;
    background: #000;
    border-radius: 50%;
  }
  .home-product-slider {
    margin-bottom: 50px;
  }
  .home-product .home-product-card h5 {
    font-size: 13px;
  }
  .home-product .home-product-card .color-div {
    height: auto;
    padding: 20px 10px;
  }
  .btn.btn-red.btn-plus-minus {
    margin-bottom: 0;
  }
  .btn.btn-red.btn-plus-minus .right-plus img {
    display: inline;
  }
  .campaign-product-mob .bar-div {
    width: 80%;
    margin: auto;
    text-align: center;
    float: none;
  }
  .campaign-product-mob .img-prod-2 .gift-img1 {
    width: auto;
  }
  .max-div-left h3.close-soon {
    position: static;
  }
  .max-div-left h3.resp-a-dot {
    color: #2dc565;
    font-weight: 700;
    font-size: 13px;
    line-height: 17px;
  }
  .max-div-left h3.resp-a-dot > span {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    display: inline-block;
    margin-right: 2px;
    background-color: #2dc565;
    vertical-align: middle;
  }
  .max-div-left h3.resp-a-dot > span.text-black {
    width: auto;
    height: auto;
    border-radius: 0;
    background-color: transparent;
  }
  .mob-camp.d-md-none button.btn.btn-red.btn-block {
    width: 100%;
  }
  .mob-camp.d-md-none .btn.btn-red.btn-plus-minus {
    width: 100%;
  }
  .mob-camp.d-md-none .btn.btn-red.btn-plus-minus .right-plus {
    padding: 12px;
    right: 0;
    width: 80px;
  }
  .mob-camp.d-md-none .btn.btn-red.btn-plus-minus button.left-minus.btn.btn-nothing {
    left: 0;
    width: 80px;
  }
  .mob-camp.d-md-none .btn.btn-red.btn-plus-minus .mid-numb {
    line-height: 25px;
  }
  .home-charities .charity-right {
    padding: 40px;
  }
  .home-charities .charity-right img {
    margin-top: 0px;
    margin-left: 15px;
  }
  .home-charities .charity-right .home-heading1 {
    color: #fff;
    font-size: 21px;
    font-weight: bold;
    line-height: 100%;
    padding: 0px 25px 0px 65px;
    margin-top: -44px;
  }
  .home-charities .charity-right .charity-btn .btn.btn-white {
    width: 188px;
    height: 42px;
  }
  .home-charities .charity-right .charity-btn {
    margin-top: 30px;
    display: block;
    margin-left: 45px;
  }
  .campaign-tabs ul {
    position: relative;
    text-align: center;
    margin-bottom: 20px;
    background: white;
    border-radius: 6px;
  }
  .campaign-tabs ul li .btn.btn-nothing.active {
    border-bottom: 2px solid transparent;
  }
  .campaign-tabs ul li .btn.btn-nothing {
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
  }
  .mt-2,
  .my-2 {
    margin-top: 0.5rem !important;
    font-size: 9px;
  }
  .campaign-tabs .campaign-desc h5 {
    font-weight: 700;
    font-size: 21px;
  }
  .dontion {
    background: #fecc31;
    background: -webkit-gradient(linear, left top, left bottom, from(#fecc31), color-stop(49%, #fecc31), color-stop(51%, #3366cc), to(#3366cc));
    background: linear-gradient(to bottom, #fecc31 0%, #fecc31 49%, #3366cc 51%, #3366cc 100%);
    padding-top: 15px;
    padding-bottom: 20px;
  }
  .home-charities {
    background: transparent;
    padding: 0em;
  }
  footer h4 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 24px;
    text-align: center;
    color: #2f333a;
  }
  footer .social-media .social-icons {
    /* margin-bottom: 55px; */
    text-align: center;
    /* border-bottom: 1px solid #DBDBDB; */
    padding: 7px;
  }
  footer .social-media {
    border-bottom: 1px solid #dbdbdb;
    /* padding-left: 0px; */
  }
  footer .social-media {
    padding: 0px 0 0px 0px;
  }
  footer .social-media .social-icons {
    margin-bottom: 25px;
  }
  footer ul li a {
    color: #2f333a;
    font-size: 15px;
    font-weight: 700;
  }
  .ftr-link {
    margin-top: 26px;
    border-bottom: 1px solid #dbdbdb;
    padding: 20px;
  }
  .ftrcopyright {
    text-align: center;
    margin-top: 26px;
    line-height: 22px;
  }
  footer .footer-copyright {
    border-top: 1px solid #dbdbdb;
    margin-top: 15px;
    padding-top: 25px;
  }
  .footer-copyright ul {
    text-align: center;
  }
  .dashboard-heading {
    font-weight: 700;
    font-size: 24px;
  }
  button.px-5.py-2.btn.btn-white-light {
    font-size: 16px;
    font-weight: 700;
  }
  .resp-donate h6 {
    text-align: center;
    color: #2f333a;
    font-size: 12px;
    font-weight: 600;
  }
  .d-flex h2 {
    color: #3366cc;
    font-size: 18px;
    font-weight: bold;
  }
  .cart-right-details {
    margin-bottom: 0px;
  }
  .text-green {
    color: #2dc565 !important;
    font-size: 32px;
    line-height: 110%;
  }
  .cart-details h5 {
    color: #000000;
    font-weight: 600;
    font-size: 12px;
  }
  .cart-details h4 {
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
  }
  .cart-options-mobie {
    color: #3366cc;
    font-weight: 600;
    font-size: 14px;
    margin-top: 0px;
    margin-left: 15px;
    /* left: -25px; */
  }
  .mb-4 img {
    width: 188px;
  }
  .form-group.form-icon img {
    position: absolute;
    left: 8px;
  }
  .cart-details .cart-count {
    position: absolute;
    right: -40px;
  }
  .cart-details {
    margin-right: 40px;
  }
  label.switch.donate {
    max-width: 240px;
    width: 100%;
    height: 40px;
    margin-top: 15px;
  }
  .cart-right-details h4 {
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
  }
  .order-placed img {
    width: 30px;
  }
  .order-placed p {
    font-size: 12px;
    font-weight: 500;
  }
  .gstinc p {
    margin-top: -26px;
    font-family: Hind;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 113.51%;
    color: #6b6b6b;
    /* font-size: 12px; */
  }
  .campaign-tabs ul li .btn.btn-nothing {
    padding: 10px;
  }
  .campaign-tabs ul li .btn.btn-nothing {
    opacity: 0.5;
  }
  .campaign-tabs ul li .btn.btn-nothing.active {
    opacity: 1;
  }
  .campaign-tabs ul li {
    width: 39%;
    position: relative;
  }
  .campaign-tabs ul li:first-child::before {
    position: absolute;
    content: "";
    right: -10px;
    bottom: 0;
    top: -3px;
    width: 1px;
    height: 20px;
    margin: auto;
    background-color: #aaa;
  }
  .abtcnt {
    font-family: Hind;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 160%;
  }
  .contact-form .cnt-heading {
    font-size: 24px;
    font-weight: 700;
    color: #2f333a;
    margin-left: 0px;
    padding-top: 0px;
  }
  .contact-form .faq-page {
    margin-top: 0px;
  }
  .contact-form .cntfrm {
    padding: 0px 0px 0px 0px !important;
  }
  .contact-form .contactmap {
    background: #f2f2f2;
    padding: 0px 0px 0px 0px;
    /* padding: 43px 20px 20px 20px; */
    /* border-radius: 6px; */
  }
  .contact-form h6.ftrheding {
    margin-top: 30px;
  }
  .contact-form iframe {
    width: 345px;
    margin-top: 10px;
  }
  .contact-form .adr {
    margin-left: 20px;
  }
}

header, .mobile-bottom {
  z-index: 99;
}
/*# sourceMappingURL=main.css.map */