body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #130f40;
  position: relative;
  font-size: 16px;
  line-height: 1.42857143;
}

p {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #444;
}

* {
  padding: 0;
  margin: 0;
}


/************discount-popup design************/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap');



#leaveFade {

  width: 100%;

  height: 100%;

  position: fixed;

  top: 0;

  left: 0;

  z-index: 999;

  background: rgba(0, 0, 0, 0.7);

  display: none;

}

.leavepop_all {

  width: 800px;

  height: auto;

  position: fixed;

  top: 90px;

  left: calc(50% - 400px);

  z-index: 1000;

  border-radius: 10px;
  padding: 0px 20px 20px 20px;

  display: none;
  background: #ffc348;
  border: 10px solid #fff;

}

.partOne,
.partTwo {

  width: 50%;

  float: left;

}

.partOne img {
  object-fit: cover;
  width: 100%;
  border-radius: 8px;
  margin-top: 35px;
}

.partTwo {


  padding: 0px 0 0px 10px
}

.innrPrt {
  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: center;
  /*border: 1px solid #000;*/

  padding: 0 0 0 10px;
  margin-top: 0px;

}

.innerStyling {

  height: auto;

  margin: 0 auto;

  text-align: center;

  font-family: 'Poppins', sans-serif;

  font-weight: 400;

}

.leaveX_all {

  width: 35px;

  height: 35px;

  float: right;

  margin-right: -20px;

  margin-top: -20px;

  z-index: 1005;

  cursor: pointer;

}

.innerA_all {

  color: #f00;

  font-size: 50px;

  font-family: 'Poppins', sans-serif;

  font-weight: 700;

  padding-top: 0px;

}

.innerB_all {

  color: #fff;

  font-size: 19px;

  padding: 10px 0px;
  line-height: 1.5;
  margin-bottom: 0px;
  background: #000;
  border-radius: 10px;

}

.partTwo p {
  color: #000;
  font-size: 17px;
  text-align: center;
  margin-bottom: 0;
  margin-top: 13px;
}

.partTwo span.save {
  display: block;
  text-align: center;
  margin: 10px 0;
}

.partTwo span.save a {
  color: #000;
  text-decoration: underline;
}



#innerD1 {

  color: #2f2f2f;

  font-size: 28px;

  padding-top: 25px;

}

#innerE1 {

  width: 300px;

  height: auto;

  margin: 0 auto;

  text-align: center;

  font-family: arial;

  color: #2f2f2f;

  font-size: 38px;

  padding-top: 0px;

  font-weight: bold;

  letter-spacing: 2px;

}

#innerE1 #timeCount {
  color: #2f2f2f;
  font-weight: bold;
}

#innerF1 {

  width: 150px;

  height: auto;

  margin: 0 auto;

  color: #4e4e4e;

  font-size: 14px;

  padding-top: 5px;

  text-align: center;

}

#innerFa1 {

  width: 75px;

  height: auto;

  float: left;

}

#innerFb1 {

  width: 75px;

  height: auto;

  float: right;

}

.innerButton_all {

  width: 100%;

  height: auto;

  margin: 0 auto;

  margin-top: 15px;

  padding: 9px 0px;

  color: #fff;

  font-size: 22px;

  font-weight: bold;

  text-align: center;

  background: #1e8504;

  border-radius: 5px;

  border: 1px solid #fff;

  cursor: pointer;

}

.innerButton_all:hover {

  background: #1a6f05;

  border: 1px solid #fff;

}

/************discount-popup design************/


.offer-sec {
  background: #079f38;
  padding: 5px 0;
}

.offer-txt p {
  font-size: 20px;
  text-align: center;
  margin-bottom: 0;
  font-weight: 600;
  color: #fff;
}

.green-txt {
  color: #17680d;
}

.box-dv {
  border: 2px dotted #444;
  padding: 10px;
  text-align: center;
}

.box-dv p {
  font-size: 24px;
  margin-bottom: 0;
  line-height: 1.3;
}

.phn-txt {
  font-size: 20px;
}

.ruck-shpping {
  width: 7%;
}

.red-txt {
  color: red;
}

.select_package_single_box_left-1 {
  width: 65%;
  padding-right: 4%;
  padding-left: 2%;
}

p.pro-name {
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 0;
}

.item_name-1 {
  display: inline-block;
  background: linear-gradient(45deg, #17680d, #167e32);
  color: #fff;
  padding: 2px 6px;
  font-size: 12px;
  border-radius: 4px;
  font-weight: 800;
}

p.fre-ship {
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 0;
  color: red;
}

.secure-icon {
  display: none;
}

/*****bottom pop css *****/
.or-txt {
  max-width: 300px;
  float: initial !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0px auto !important;
  padding: 7px 0px !important;
  overflow: hidden;

  text-align: center;
  font-weight: 500;
  margin-top: 20px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
}

.w_fomo_wrapper {
  position: fixed;
  bottom: 0px;
  left: 10px;
  min-width: 300px;
  background-color: #fff;
  -webkit-transition: transform .8s ease;
  -webkit-transition: -webkit-transform .8s ease;
  transition: -webkit-transform .8s ease;
  transition: transform .8s ease;
  transition: transform .8s ease, -webkit-transform .8s ease;
  z-index: 1001;
  color: #fff;
  font-weight: 400;
  -webkit-transform: translateY(120%);
  transform: translateY(120%);
  -webkit-box-shadow: 0 0 5px #6f6f6f;
  box-shadow: 0 0 5px #6f6f6f;
  border-radius: 5px;
  max-width: 350px;
  border-radius: 50px;
  width: 100%;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0.3px;
}

.w_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.w_desc p {
  margin-bottom: 6px;
  text-align: left;
  font-size: 13px;
  color: #000;
}

.wysiwyg-content.statistical table {
  text-align: right;
  font-size: 14px;
  width: 100%;
}

.wysiwyg-content.statistical .ta-l {
  text-align: left;
}

.edit_mode .w_fomo_wrapper {
  position: static;
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

.w_fomo_wrapper.notify {
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

.w_fomo_wrapper .w_item {
  float: left;
  width: 100%
}

.w_fomo_wrapper .w_item>div {
  display: inline-block;
  vertical-align: middle;
}

.w_fomo_wrapper .w_thumb {
  width: 90px;
  text-align: left;
  padding-left: 30px;
}

.w_fomo_wrapper .w_thumb img {
  margin: 0 auto;
  width: 60px;
}

.w_fomo_wrapper .w_desc {
  padding: 15px 20px 10px 0;
  font-size: 1.3rem
}

.w_fomo_wrapper .w_desc strong {
  color: #2DBBFF
}

@media (min-width:992px) {
  .w_fomo_wrapper {
    top: auto;
    bottom: 10px
  }
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
  .w_fomo_wrapper {
    width: 300px
  }
}

@media(max-width:320px) {
  .w_fomo_wrapper {
    min-width: 300px;
    max-width: 300px;
  }
}


.top-offer-part {
  background-color: #000;
  text-align: center;
}

.top-offer-part h5 {
  margin: 0;
  color: #fff;
  font-size: 18px;
  line-height: 45px;
  font-weight: 700;
}

.header-section {
  padding: 15px 0;
  background: #d3d3d3;
}

.checkout {
  text-align: center;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.1);
  margin: 10px 0px 0px;
  padding: 0px 0px 10px;
}

.checkout h6 {
  font-size: 16px;
  font-weight: 700;
}

.logo {
  padding-top: 35px;
}

.logo a {
  font-size: 30px;
  font-family: 'Helvetica', sans-serif;
  font-weight: 400;
  color: #000;
  text-decoration: none;
}

.stars {
  padding-top: 10px;
  text-align: center;
}

.show_rating {
  max-width: 189px;
  margin: 0 auto;
  margin-top: 10px;
}

.show_rating img {
  width: 100%;
}

.parcel-pro {
  height: 101px;
  float: left;
  margin-right: 8px;
}

.body-part {
  padding-bottom: 0px;
}

.stimulator {
  font-size: 21px;
  text-align: center;
  padding: 25px 0;
  font-weight: 800;
}

.paragraph-inner {
  line-height: 1;
  padding: 10px;
  background-color: rgb(16 16 15);
  text-shadow: transparent 0px 0px 0px;
  margin-bottom: 15px;
}

.paragraph-inner p.information {
  margin: 0;
  font-size: 16px;
  color: #fff;
}

.shipping {
  border: 1px solid #444444;
  overflow: hidden;
  margin-bottom: 25px;
}

.inner-form {
  padding: 0 15px;
}

.inner-form .form-control {
  background: #fff;
  border: 0px;
  border-radius: 3px;
  outline: none;
  box-shadow: none;
  margin-bottom: 0px;
  width: 100%;
  -moz-box-sizing: border-box;
  border: 1px solid #c5c7d2;
  padding: 10px 15px;
  height: auto;
  font-size: 14px;
  line-height: 1.42857143;
  color: rgb(37, 42, 50);
}

.stock {
  border: 1px solid rgba(113, 123, 136, 0.21);
  overflow: hidden;
  border-radius: 10px;
  margin: 10px;
  padding: 10px;
}

.reserved {
  display: flex;
}

.reserved p {
  font-size: 14px;
  line-height: 37px;
  padding: 0 0 0 10px;
}

.timer {
  list-style-type: none;
  display: inline-flex;
  justify-content: space-between;
}

.timer li {
  padding: 0 10px;
}

.timer li .timer_number {
  color: #C8202F;
  font-family: inherit;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  font-style: normal;
  display: block;
  width: 100%;
  text-decoration: none;
}

.timer li .timer_label {
  color: #C8202F;
  font-family: inherit;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  display: block;
  width: 100%;
  font-style: normal;
  text-decoration: none;
}

.each-text {
  font-size: 15px;
  font-weight: 100;
}

.reviews {
  text-transform: uppercase;
  font-size: 12px;
  text-align: center;
  color: #000;
  font-weight: 700;
}

.tcr_header {
  position: relative;
  background-color: rgb(68, 68, 68);
  width: 100%;
  height: 1px;
}

.tcr_header::after {
  position: absolute;
  content: "Verifizierte Kundenbewertungen";
  background-color: rgb(255, 255, 255);
  color: rgb(0, 32, 114);
  text-transform: uppercase;
  left: 0px;
  right: 0px;
  top: -10px;
  margin-left: auto;
  margin-right: auto;
  width: 276px;
  text-align: center;
}

.testimonial_box_wrap {
  border: 1px solid #444444;
  padding: 20px;
}

.rating_star .fa-star {
  color: #ef8d34;
}

.testimonial_box_wrap {
  margin-bottom: 35px;
}

.testimonial_box_wrap .heading_n_rating .heading_title {
  color: rgb(0, 32, 114);
}

.testimonial_box_wrap .buyer_name_sp_stat .buyer_name {
  color: rgb(0, 32, 114);
}

.testimonial_box_wrap .buyer_name_sp_stat .sp_stat {
  color: #8e8e8e;
}

.testimonial_box_wrap .buyer_wrap {
  color: #7e7e7e;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.pf-options {
  border: 1px solid rgba(113, 123, 136, 0.21);
  display: flex;
  flex-direction: column;
  position: relative;
  margin-top: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
}

.transactions {
  margin: 0 20px 10px 20px;
}

.credit-card {
  display: flex;
  padding: 8px 8px;
  justify-content: space-between;
  border-bottom: 1px solid rgba(113, 123, 136, 0.21);
  margin-bottom: 20px;
}

.credit-card .card-icons svg {
  height: 30px;
  margin-right: 5px;
}

.credit-card h5 {
  margin: 10px 0 0 0;
  padding: 0;
}

.credit-card .card-icons {
  margin-bottom: 0;
}

.btn-mobile {
  border-radius: 3px;
  margin: 20px 4px 0px;
  padding: 15px 48px;
  background-color: #5bb11b;
  display: block;
  color: rgb(255, 255, 255);
  font-weight: bold;
  font-size: 21px;
  text-align: center;
  box-shadow: rgba(37, 42, 50, 0.8) 6.12323e-17px 1px 0px 1px;
  margin: auto;
}

.btn-mobile:hover {
  color: #fff;
}

.ssl {
  text-align: center;
  padding: 10px 0 15px 0;
}

.order-summary {
  border: 1px solid rgba(113, 123, 136, 0.21);
  margin: 20px;
}

.total {
  border-top: 1px solid rgba(113, 123, 136, 0.21);
  padding: 10px;
}

.total ul {
  list-style-type: none;
  display: flex;
  justify-content: space-between;
}

.icon {
  width: 20px;
}

.total1 {
  padding: 10px;
}

.total1 ul {
  list-style-type: none;
  display: flex;
  justify-content: space-between;
}

.order {
  padding-top: 20px;
  padding-bottom: 15px;
}

.grntee {
  background: #f0f8ff;
  padding: 10px 5px 10px 5px;
  border-radius: 6px;
  margin: 0;
}

.order p {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}

.order p span {
  color: red;
}

.guarantee-shipping {
  text-align: center;
}

.order-inner {
  padding: 10px;
  border: dotted 2px #a5a4de;
  background: aliceblue;
}

.subPaypal {
  outline: none;
  background: #ffc107;
  font-size: 16px;
  font-weight: 600;
  display: block;
  padding: 8px 0;
  text-align: center;
  width: 100%;
  border: 1px solid #e8af04;
  border-radius: 5px;
  margin-top: 25px !important;
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 20%);
  max-width: 50%;
  margin: 0 auto;

}

.gPay {
  outline: none;
  background: #000;
  font-size: 27px;
  font-weight: 600;
  display: block;
  padding: 8px 0;
  text-align: center;
  width: 100%;
  border: 1px solid #000;
  border-radius: 5px;
  margin-top: 25px !important;
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 20%);
  color: #fff;
}

.order-inner p {
  text-align: left;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  padding: 15px 0 10px 0;
}

.pulse {
  animation-name: pulse;
  -webkit-animation-name: pulse;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

@keyframes pulse {
  0% {
    transform: scale(.9);
    opacity: .9;
  }

  50% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(.9);
    opacity: .9;
  }
}

.form-check01 {
  position: relative;
  cursor: pointer;
  border-width: 0px;
  border-style: dashed;
  border-color: rgb(253, 204, 94);
  display: flex;
  border-radius: 10px;
  margin: 10px 0px 0 0;
  padding: 12px 10px 7px;
  ;
  background-color: rgb(49 115 127);
  justify-content: space-between;
}

.form-check01 .form-check-label {
  color: #fff;
  font-size: 21px;
  text-align: left;
  font-weight: bold;
}

.form-check-input {
  height: 16px;
  width: 16px !important;
  margin-top: 1px !important;
  margin-right: 10px !important;
  min-width: 20px;
}

.total02 {
  border-bottom: 1px solid rgba(113, 123, 136, 0.21);
  padding: 10px;
}

.total02 ul {
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin: 0;
}


/* /Select_package */
.select_package_wrap {}

.select_package_single_box_wrap {
  box-shadow: 0px 0px 4px 0 rgb(0 0 0 / 43%), 0px 0px 4px 0 rgb(0 0 0 / 32%);
  border-radius: 5px;
  overflow: hidden;
  background-color: #fff;
  margin: 15px;
}

.select_package_single_box_heading {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background: rgb(151 151 229 / 0%);
  padding: 10px;
}

.select_package_single_box {
  border: ;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  background-color: #fff;
}

.select_package_single_box_left {
  width: 40%;
  padding-right: 4%;
  border-right: 1px solid #cfd0d1;
  padding-left: 4%;

}

.select_package_single_box_left .img_wrap {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 18%;
}

.select_package_single_box_left .img_wrap img {
  width: 100%;
  height: auto;
}

.select_package_single_box_right {
  width: 70%;
}


.no_of_item {
  display: inline-block;
  background: #1e306e;
  color: #fff;
  padding: 2px 10px;
  font-size: 16px;
  border-radius: 14px;
}

.item_name {
  display: inline-block;
  background: linear-gradient(45deg, #17680d, #167e32);
  color: #fff;
  padding: 2px 10px;
  font-size: 14px;
  border-radius: 4px;
  font-weight: 800;
}

.savings_in_item {
  display: inline-block;
  background: linear-gradient(45deg, rgb(2 119 93), rgb(27 217 182));
  color: rgb(255, 255, 255);
  padding: 2px 10px;
  font-size: 16px;
  border-radius: 14px;
}

.best_seller {
  float: right;
  display: inline-block;
  background: linear-gradient(45deg, rgb(255 10 10), rgb(255 24 24));
  color: rgb(255, 255, 255);
  padding: 2px 10px;
  font-size: 15px;
  /* border-radius: 14px; */
  font-weight: 800;
}

.select_package_single_box_right {
  text-align: right;
  margin-right: 20px;
}

.select_package_single_box_right ul {
  list-style-type: none;
}

.select_package_single_box_right .pack_name {
  font-size: 19px;
  font-weight: 600;
  color: rgb(34 68 187);
}

.select_package_single_box_right .no_of_item_with_name {
  font-weight: 600;
  font-size: 16px;
}

.select_package_single_box_right .prev_price {
  color: #f30707;
  font-weight: 500;
  font-size: 16px;
  text-decoration: line-through;
}

.select_package_single_box_right .new_price {}

.select_package_single_box_wrap .select_package_single_box:before {
  content: "\f10c";
  margin-left: 10px;
  position: absolute;
  -ms-flex-item-align: center;
  align-self: center;
  display: inline-block;
  font: normal normal normal 32px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.select_package_single_box_wrap.active .select_package_single_box:before {
  content: "\f058";
  margin-left: 10px;
  position: absolute;
  -ms-flex-item-align: center;
  align-self: center;
  font-weight: 800;
  /* color: #1589ee; */
  color: #126a20;
  display: inline-block;
  font: normal normal normal 32px/1 FontAwesome;
  font-size: 28px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.select_package_single_box_wrap.active {
  background-color: #ffff00;
}

.select_package_single_box_wrap {
  box-shadow: 0px 0px 4px 0 rgb(0 0 0 / 28%), 0px 0px 4px 0 rgba(0, 0, 0, .11);
  border-radius: 5px;
  overflow: hidden;
}

.select_package_single_box_wrap.active .select_package_single_box_heading {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background: #ff0;
  padding: 10px;
}

.select_package_single_box_wrap.active .select_package_single_box {
  border: ;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  background-color: #ff0;
}

.select_package_single_box_wrap.active .select_package_single_box_left {
  width: 40%;
  padding-right: 5%;
  border-right: 1px solid #cfd0d1;
  ;
}

.select_package_single_box_left .img_wrap {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.select_package_single_box_left .img_wrap img {
  width: 100%;
  height: auto;
}

.select_package_single_box_right {
  width: ;
}

.select_package_single_box_wrap.active .no_of_item {
  display: inline-block;
  background: #1e306e;
  color: #f4f6ff;
  padding: 2px 10px;
  font-size: 16px;
  border-radius: 14px;
}

.new_price {
  font-size: 18px;
  font-weight: 600;
}

.select_package_single_box_wrap.active .item_name {
  display: inline-block;
  background: linear-gradient(45deg, #17680d, #167e32);
  color: #fff;
  padding: 2px 10px;
  font-size: 18px;
  border-radius: 4px;
}

.savings_in_item {
  display: inline-block;
  background: linear-gradient(45deg, rgb(2 119 93), rgb(27 217 182));
  color: rgb(255, 255, 255);
  padding: 2px 10px;
  font-size: 16px;
  border-radius: 14px;
}

.select_package_single_box_wrap.active .best_seller {
  float: right;
  display: inline-block;
  background: linear-gradient(45deg, rgb(255 10 10), rgb(255 24 24));
  color: rgb(255, 255, 255);
  padding: 2px 10px;
  font-size: 15px;
  /* border-radius: 14px; */
  font-weight: 800;
}

.select_package_single_box_right {}

.select_package_single_box_right ul {}

.select_package_single_box_wrap.active .select_package_single_box_right .pack_name {
  font-size: 20px;
  font-weight: 600;
  color: #000;
}

.select_package_single_box_wrap.active .select_package_single_box_right .no_of_item_with_name {
  font-weight: 600;
  font-size: 18px;
  color: rgb(12, 12, 12);
}

.select_package_single_box_wrap.active .select_package_single_box_right .prev_price {
  color: rgb(253 51 31);
  font-weight: 600;
  font-size: 18px;
  text-decoration: line-through;
}

.select_package_single_box_wrap.active .select_package_single_box_right .new_price {
  font-weight: 600;
  font-size: 20px;
  color: #000;
}


#form-switch_bg {}

#form-switch_bg.active_swipe {
  background-color: #126a20;
}

.toggle-button-cover {
  display: table-cell;
  position: relative;
  width: 112px;
  height: 41px;
  box-sizing: border-box;
}

.button-cover {
  height: 29px;
  margin: 0px;
  background-color: #fff0;
  /* box-shadow: 0 10px 20px -8px #c5d6d6; */
  border-radius: 4px;
}

.button-cover:before {
  counter-increment: button-counter;
  content: counter(button-counter);
  position: absolute;
  right: 0;
  bottom: 0;
  color: #d7e3e300;
  font-size: 12px;
  line-height: 1;
  padding: 5px;
}

.button-cover,
.knobs,
.layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.swwipe_button {
  position: relative;
  top: 50%;
  width: 74px;
  height: 27px;
  margin: -12px auto 0 auto;
  overflow: hidden;
}

.swwipe_button.r,
.button.r .layer {
  border-radius: 100px;
}

.swwipe_button.b2 {
  border-radius: 2px;
}

.swipe_checkbox {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
}

.knobs {
  z-index: 2;
}

.layer {
  width: 100%;
  background-color: #ffbfbf;
  transition: 0.3s ease all;
  z-index: 1;
}

/* Button 1 */
#button-1 .knobs:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 20px;
  height: 10px;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding: 9px 4px;
  background-color: #d73015;
  border-radius: 50%;
  transition: 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15) all;
}

#button-1 .swipe_checkbox:checked+.knobs:before {
  content: "";
  left: 42px;
  background-color: rgb(49 115 127);
}

#button-1 .swipe_checkbox:checked~.layer {
  background-color: #c1d72d;
}

#button-1 .knobs,
#button-1 .knobs:before,
#button-1 .layer {
  transition: 0.3s ease all;
}


/* Footer =========== */
.thanksyou-2 {
  background: #000;
  padding: 20px 0;
  color: #fff;
  text-align: center;
}

.thanksyou-2 p {
  margin-bottom: 0;
}

.thanksyou-2 .fur-foot-list {
  margin: 0;
  padding: 15px 0;
}

.thanksyou-2 .fur-foot-list li {
  display: inline-block;
}

.thanksyou-2 .fur-foot-list li a {
  color: #fff;
  text-decoration: none !important;
  padding: 0 10px;
  font-weight: 600;
  font-size: 16px;
}

.thanksyou-2 .fur-foot-list li:not(:last-child):after {
  content: "|";
  color: #fff;
}

.thanksyou-2 p.extra-big-text {
  font-size: 18px;
  color: #fff;
  line-height: 22px;
  margin-bottom: 10px;
}

.thanksyou-2 p.extra-small-text {
  font-size: 14px;
  color: #fff;
  line-height: 22px;
  margin-bottom: 10px;
}

/************discount-popup design************/
@media screen and (max-width: 900px) and (min-width: 320px) {

  #leaveFade {

    -webkit-overflow-scrolling: touch !important;

    position: fixed;

    top: 0;

    left: 0;

    padding: 0;

    margin: 0;

    width: 100%;

    height: 100%;

    z-index: 2147483647;

    background: rgba(0, 0, 0, 0.7);

    overflow-x: hidden;

  }

  .leavepop_all {

    height: auto;

    -webkit-overflow-scrolling: touch;

    min-height: 160px;

    background-clip: padding-box;

    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);

    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);

    font-size: 14px;

    line-height: 1.42857143;

    position: relative;

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    -ms-box-sizing: border-box;

    padding: 2px;

    width: 97% !important;

    top: 15px !important;

  }

  .innerA_all {

    font-size: 40px;

    padding-top: 4px;

  }

  .innerB_all {

    font-size: 16px;

    padding: 2px;

  }

  #innerD1 {

    font-size: 16px;

    padding: 2px;

    margin: 0 auto;

  }

  #innerE1 {

    height: auto;

    font-size: 25px;

    padding: 2px;
    width: auto;

  }

  .innerButton_all {

    width: 100%;

    font-size: 15px;

    margin: 10px auto;

  }

  .leavepop_all {

    width: 97%;

    top: 25px;

    left: auto;

    margin-left: 6px;
    padding: 10px;

  }

  .leaveX_all {

    z-index: 1005;

    cursor: pointer;

    position: absolute;

    right: -10px;

    top: -10px;

    background-color: #333;

    border-radius: 50%;

    width: 30px;

    height: 30px;

    cursor: pointer;

    font-weight: 700;

    line-height: 30px;

    padding: 0;

    margin: 0;

  }



}

/************discount-popup design************/

@media(min-width:1200px) {

  .show_on_1199 {
    display: none;
  }

}

@media(max-width:1199px) {
  .on_desk_pr_0 {
    padding-right: 0;
  }

  .reserved p {
    line-height: 23px;
  }
}

@media(min-width:768px) {
  .stock.stock_mob {
    display: none;
  }

  .on_desk_pl_0 {
    padding-left: 0;
  }

}

@media(max-width:991px) {
  h2.logo-txt {
    text-align: center;
  }

  .btn-mobile {
    width: 100%;
  }

  .day-guarantee {
    text-align: center;
  }

  .grt-icon {
    margin-bottom: 10px;
    margin-top: 20px;
  }
}

@media(max-width:767px) {
  .btn-mobile {
    padding: 15px 30px;
    font-size: 16px;
    margin: 15px auto;
    display: table;
  }

  .top-offer-part h5 {
    font-size: 15px;
  }

  .header-section {
    text-align: center;
  }

  .logo {
    padding-top: 0;
  }

  .hide-mob {
    display: none;
  }

  .no_of_item,
  .item_name,
  .best_seller {
    padding: 2px 10px;
    font-size: calc(1rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))) !important;
  }

  .day-guarantee {
    text-align: center;
    margin-bottom: 15px;
  }

  .select_package_single_box_wrap.active .select_package_single_box:before {
    font-size: 20px;
    margin-left: 10px;
  }

  .tmr {
    text-align: center;
  }

  .reserved p {

    padding: 0 12px 0 10px;
  }

  .reserved p.on_mb_sc_font {
    font-size: calc(11px + 8 * ((100vw - 320px) / 960));
    line-height: 22px;
    margin-bottom: 0;
  }

  .swwipe_button {
    position: relative;
    top: 50%;
    width: 62px;
    height: 22px;
    margin: -12px auto 0 auto;
    overflow: hidden;
  }

  #button-1 .knobs:before {
    content: "";
    width: 18px;
    height: 10px;
    padding: 7px 5px;

  }

  .toggle-button-cover {
    width: 76px;
  }

  /* 
.reserved_disclaimer{
  width: 28px;
  aspect-ratio: auto 28 / 37;
  height: 37px;
} */
  .reserved_disclaimer {
    width: 26px;
    height: 26px;
    margin: 10px;
  }

  .stock.stock_desk {
    display: none;
  }

  .timer li .timer_number {
    font-size: 14px;
  }

  .timer li {
    padding: 0px 0 0 1px;
  }

  .checkout {
    display: none;
  }

  h2.logo-txt {
    text-align: center;
    font-size: 18px;
    margin-top: 6px;
  }

  .show_rating {
    margin-top: 0;
  }

  .show_rating img {
    width: 82%;
  }

  .stars {
    padding-top: 4px;
  }

  .phn-icon {
    width: 21px;
  }

  .phn-txt {
    font-size: 15px;
  }

  .header-section {
    padding: 8px 0;
  }

  .stimulator {
    padding: 0;
    font-size: 19px;
  }

  .stock {
    margin: 8px 8px;
    padding: 5px 10px 5px 8px;
  }

  .box-dv {
    padding: 5px;
  }

  .box-dv p {
    font-size: 20px;
  }

  .paragraph-inner {
    margin-bottom: 10px;
  }

  .reserved_disclaimer {
    width: 18px;
    height: 18px;
    margin: 2px 0;
  }

  .reserved p {
    padding: 0 5px 0 5px;
  }

  .tmr ul {
    margin-bottom: 0;
  }

  .select_package_single_box_heading {
    padding: 0;
  }

  .select_package_single_box_wrap.active .select_package_single_box_heading {
    padding: 0;
  }

  .select_package_single_box {
    padding: 10px 0;
  }

  .select_package_single_box_wrap.active .select_package_single_box {
    padding: 10px 0;
  }

  .select_package_single_box_wrap.active .select_package_single_box_left {
    width: 48%;
    padding-right: 0%;
    border-right: 1px solid #cfd0d1;
  }

  .select_package_single_box_left {
    width: 48%;
    padding-right: 0;
    border-right: 1px solid #cfd0d1;
    padding-left: 4%;
  }

  .item_name-1 {
    padding: 2px 5px;
  }

  .select_package_single_box_wrap.active .select_package_single_box_right .pack_name {
    font-size: 18px;
  }

  .select_package_single_box_wrap.active .select_package_single_box_right .prev_price {
    font-size: 16px;

  }

  .select_package_single_box_right .pack_name {
    font-size: 18px;
  }

  p.fre-ship {
    font-size: 12px;
  }

  .mt-gp {
    margin-bottom: 20px;
  }

  .secure-icon {
    width: 55%;
    display: block;
    margin: 0 auto;
  }

  .stimulator {
    padding: 0;
    font-size: 19px;
    margin-top: 15px;
  }

}

@media(max-width:480px) {
  .header-section .col-xs-5 {
    width: 41.66666667%;
  }

  .header-section .col-xs-1 {
    width: 8.33333333%;
    padding: 0;
  }

  .header-section .col-xs-6 {
    width: 50%;
  }

  /*.reserved p {

    padding: 0 12px 0 10px;
  }*/
  /*.reserved_disclaimer {
    width: 26px;
    height: 26px;
    margin: 10px 0;
}*/
  .ruck-shpping {
    width: 10%;
  }

  .btn-mobile {
    padding: 15px 5px;
    font-size: 13px;
    display: block;
    word-wrap: break-word;
  }

  .parcel-pro {
    height: 72px;

  }

  .secure-icon {
    width: 100%;
    display: block;
  }

  /************discount-popup design************/
  /*.partOne img {height: 380px;}

.partTwo{min-height: 380px;}

.innrPrt{min-height: 359px;}*/
  .partTwo {
    padding: 0;
  }

  .partTwo p {
    margin-top: 0;
  }

  .innrPrt {
    margin-top: 0;
  }

  .partTwo span.save {
    margin-top: 0;
  }

  .innerButton_all {
    margin-bottom: 5px;
    margin-top: 5px;
  }

  #innerF1 {
    padding-top: 0;
  }

  #innerE1 {
    padding: 0;
    line-height: 105%;
  }

  .innerA_all {
    font-size: 34px;
    padding-top: 0;
  }

  .innerB_all {
    margin-bottom: 15px;
  }

  .innerButton_all {
    padding: 7px 0px;
  }

  .partOne img {
    margin-top: 10px;
  }

}

@media(max-width:360px) {
  .offer-txt p {
    font-size: 16px;
  }

  h2.logo-txt {
    font-size: 16px;

  }

  .stimulator {
    font-size: 17px;
  }

  .reserved p.on_mb_sc_font {
    font-size: calc(12px + -25 * ((100vw - 320px) / 960));
  }

  /*.stock {
    padding: 5px 20px 5px 5px;
}*/
  .stock {
    padding: 5px;
  }

  .select_package_single_box_left-1 {
    width: 73%;
    /* padding-right: 4%; */
    padding-left: 2%;
  }

  .select_package_single_box_left {
    width: 55%;
    padding-right: 0;
    border-right: 1px solid #cfd0d1;
    padding-left: 4%;
  }

  .select_package_single_box_wrap.active .select_package_single_box_left {
    width: 55%;
  }

  p.pro-name {
    line-height: 1.3;
    margin-top: 4px;
  }

  /************discount-popup design************/
}