body {
  min-height: 100%;
}

header nav ul li.menu-btn > a {
  background: #75b42c;
  padding: 16px 0;
  margin: 0 2px 0 10px;
  display: inline-block;
  line-height: 20px;
  border-radius: 50px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  max-width: 100px;
  width: 100px;
}

header nav ul li.menu-btn > a:hover {
  background: #599f08;
}

/*.buy-renew-single .quantity {*/
/*    max-width: 110px !important;*/
/*    width: 100% !important;*/
/*}*/

/*.buy-renew-single .quantity input[type=number] {*/
/*    padding: 20px 0;*/
/*    width: 100% !important;*/
/*    font-size: 22px;*/
/*    max-width: 100%;*/
/*    margin: 0;*/
/*    float: none;*/
/*    display: block;*/
/*    color: #949184;*/
/*    font-weight: 300;*/
/*    border: 1px solid #e1e1e1;*/
/*    text-align: center;*/
/*    -webkit-transition: all .2s ease-in-out;*/
/*    transition: all .2s ease-in-out;*/
/*    -moz-appearance: textfield;*/
/*}*/

.buy-renew-single .quantity input[type="number"]::-webkit-inner-spin-button,
.buy-renew-single .quantity input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0 !important;
}

.buy-renew-single .quantity input[type="number"] {
  -moz-appearance: textfield;
}

.buy-renew-single button.single_add_to_cart_button {
  border-radius: 50px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 100%;
  max-width: 200px;
  border: 0;
  background: #75b42c;
  font-size: 15px;
  padding: 15px 5px;
  cursor: pointer;
  display: block;
  clear: both;
}

.buy-renew-single button.single_add_to_cart_button:hover {
  background: #599f08;
  cursor: pointer;
}

.buy-renew-single .quantity-wrap p.how-many_title,
.buy-renew-single .end-box p.price,
.buy-renew-single .middle-box #customise_checkout_field label,
.buy-renew-single .woocommerce-variation-price span.price,
.buy-renew-single .auto-renewal label {
  font-size: 20px;
  color: #5d5d5d;
  font-weight: 300;
  margin: 0 0 15px 0;
  padding: 0;
  display: inline-block;
  text-align: center;
  position: relative;
}

/*.buy-renew-single .end-box p.price {*/
/*    margin-bottom: 0;*/
/*}*/

/*.buy-renew-single .middle-box #customise_checkout_field label,*/
/*.buy-renew-single .auto-renewal label {*/
/*    text-align: left;*/
/*}*/

/*.buy-renew-single .middle-box #customise_checkout_field label .required {*/
/*    display: none;*/
/*}*/

/*.buy-renew-single form.cart {*/
/*    display: flex;*/
/*    flex-wrap: nowrap;*/
/*    align-items: stretch;*/
/*    justify-content: space-between;*/
/*    width: 100%;*/
/*    margin: 0 auto;*/
/*}*/

/*.buy-renew-single .quantity-wrap,*/
/*.buy-renew-single .end-box,*/
/*.buy-renew-single .middle-box,*/
/*.buy-renew-single .auto-renewal,*/
/*.buy-renew-single .currency--switcher {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    align-items: center;*/
/*    justify-content: flex-start;*/
/*    border-left: 1px solid #e1e1e1;*/
/*    padding: 60px 20px;*/
/*}*/

/*.buy-renew-single .quantity-wrap {*/
/*    border-left: 0;*/
/*    width: 20%;*/
/*}*/

/*.buy-renew-single .middle-box {*/
/*    width: 32%;*/
/*}*/

/*.buy-renew-single .auto-renewal {*/
/*    width: 25%;*/
/*}*/

/*.buy-renew-single .end-box {*/
/*    width: 25%;*/
/*    position: relative;*/
/*}*/

/*.buy-renew-single .currency--switcher {*/
/*    width: 25%;*/
/*}*/

/*.buy-renew-single .middle-box #customise_checkout_field {*/
/*    width: 100%;*/
/*}*/

/*.buy-renew-single .middle-box #customise_checkout_field input {*/
/*    max-width: 395px;*/
/*    padding: 20px;*/
/*    width: 100%;*/
/*    font-size: 22px;*/
/*    display: block;*/
/*    color: #949184;*/
/*    font-weight: 300;*/
/*    border: 1px solid #e1e1e1;*/
/*    -webkit-transition: all .2s ease-in-out;*/
/*    transition: all .2s ease-in-out;*/
/*}*/

.woocommerce-error li,
.woocommerce-info li,
.woocommerce-message li P {
  text-align: left;
}

#checkout_cart .woocommerce-notices-wrapper a.button {
  margin-left: 15px;
}

.switch {
  display: inline-block;
  position: relative;
  margin: 0 !important;
  width: 98px;
  height: 40px;
  padding: 0 !important;
}

.switch input {
  display: none;
}

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

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

.switch input:checked + .slider {
  background-color: #75b42c;
}

.switch input:checked + .slider:before {
  transform: translateX(57px);
}

.slider.round {
  border-radius: 34px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.slider.round span {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.renew-yes {
  padding-left: 20px;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}

.renew-no {
  padding-right: 20px;
  transition: 0.4s;
}

.switch input:checked + .slider .renew-no {
  opacity: 0;
  visibility: hidden;
}

.switch input:checked + .slider .renew-yes {
  opacity: 1;
  visibility: visible;
}

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

/*.info-box {*/
/*    width: 15px;*/
/*    height: 15px;*/
/*    border-radius: 15px;*/
/*    background-color: #fff;*/
/*    border: 1px solid #c3c3c3;*/
/*    color: #c3c3c3;*/
/*    font-size: 10px;*/
/*    font-weight: 500;*/
/*    line-height: 15px;*/
/*    text-align: center;*/
/*    display: inline-block;*/
/*    top: -15px;*/
/*    left: 100%;*/
/*    position: absolute;*/
/*}*/

/*.infobox-info {*/
/*    display: none;*/
/*    width: 150px;*/
/*    padding: 7px;*/
/*    background-color: #fff;*/
/*    border: 1px solid #c3c3c3;*/
/*    border-radius: 5px;*/
/*    color: #333;*/
/*    font-size: 12px;*/
/*    font-weight: 300;*/
/*    line-height: 17px;*/
/*    position: absolute;*/
/*    left: 50%;*/
/*    top: 101%;*/
/*    text-align: left;*/
/*    transform: translateX(-50%);*/
/*    -webkit-transform: translateX(-50%);*/
/*    z-index: 999;*/
/*}*/

/*.info-box:hover > .infobox-info {*/
/*    display: block;*/
/*}*/

.currency--switch
  .woocommerce-multi-currency.wmc-shortcode.plain-vertical
  .wmc-currency-wrapper
  .wmc-sub-currency
  .wmc-currency,
.currency--switcher
  .woocommerce-multi-currency.wmc-shortcode.plain-vertical
  .wmc-currency-wrapper
  .wmc-sub-currency
  .wmc-currency {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  color: #212121;
}

.currency--switch
  .woocommerce-multi-currency.wmc-shortcode.plain-vertical
  .wmc-currency-wrapper
  span.wmc-current-currency,
.currency--switcher
  .woocommerce-multi-currency.wmc-shortcode.plain-vertical
  .wmc-currency-wrapper
  span.wmc-current-currency {
  color: #212121 !important;
  background-color: #fff;
  font-weight: 500 !important;
  border: 1px solid #e1e1e1 !important;
  padding: 7px 30px 7px 8px !important;
  border-radius: 5px;
  position: relative;
  font-size: 14px !important;
}

.currency--switch
  .woocommerce-multi-currency.wmc-shortcode.plain-vertical
  .wmc-currency-wrapper
  span.wmc-current-currency:after,
.currency--switcher
  .woocommerce-multi-currency.wmc-shortcode.plain-vertical
  .wmc-currency-wrapper
  span.wmc-current-currency:after {
  content: "";
  position: absolute;
  right: 8px;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #535353 transparent transparent transparent;
  top: calc(50% - 3px);
}

.currency--switch
  .woocommerce-multi-currency.wmc-shortcode.plain-vertical
  .wmc-currency-wrapper
  .wmc-sub-currency,
.currency--switcher
  .woocommerce-multi-currency.wmc-shortcode.plain-vertical
  .wmc-currency-wrapper
  .wmc-sub-currency {
  background-color: #fff;
  border: 1px solid #e1e1e1 !important;
  padding: 7px 8px !important;
  border-radius: 0 0 5px;
  width: 100%;
  margin-top: -3px;
}

.currency--switch
  .woocommerce-multi-currency.wmc-shortcode.plain-vertical
  .wmc-currency-wrapper
  .wmc-sub-currency
  .wmc-currency,
.currency--switcher
  .woocommerce-multi-currency.wmc-shortcode.plain-vertical
  .wmc-currency-wrapper
  .wmc-sub-currency
  .wmc-currency {
  padding: 0 !important;
}

.currency--switch
  .woocommerce-multi-currency.wmc-shortcode.plain-vertical
  .wmc-currency-wrapper
  .wmc-sub-currency
  .wmc-currency
  + .wmc-currency,
.currency--switcher
  .woocommerce-multi-currency.wmc-shortcode.plain-vertical
  .wmc-currency-wrapper
  .wmc-sub-currency
  .wmc-currency
  + .wmc-currency {
  margin-top: 10px;
}

.currency--switch
  .woocommerce-multi-currency.wmc-shortcode.plain-vertical
  .wmc-currency-wrapper
  .wmc-sub-currency
  .wmc-currency
  a,
.currency--switcher
  .woocommerce-multi-currency.wmc-shortcode.plain-vertical
  .wmc-currency-wrapper
  .wmc-sub-currency
  .wmc-currency
  a {
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  color: #212121 !important;
}

.cart-btm-right {
  display: inline-flex;
  align-items: center;
  float: right;
}

.currency--switch {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}

#checkout_cart table.shop_table tbody tr td.actions button {
  display: inline-block;
  vertical-align: middle;
}

.buy-renew-single .variations-wrap {
  display: none;
}

.simple-prodct .end-box {
  position: relative;
}

.simple-prodct .end-box {
  position: relative;
  left: 0;
  top: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

form.subcription-up-down-form input.subscription-qty-box {
  padding: 5px 10px;
  width: 50px;
  font-size: 18px;
  display: block;
  color: #949184;
  font-weight: 300;
  border: 1px solid #e1e1e1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

form.subcription-up-down-form
  input.subscription-qty-box[type="number"]::-webkit-inner-spin-button,
form.subcription-up-down-form
  input.subscription-qty-box[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0 !important;
}

form.subcription-up-down-form input.subscription-qty-box[type="number"] {
  -moz-appearance: textfield;
}

form.subcription-up-down-form .quantity-plus,
form.subcription-up-down-form .quantity-minus {
  position: absolute;
  right: 5px;
  width: 10px;
  height: 5px;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 10px 5px;
  z-index: 99;
  border: 0;
  padding: 0;
  margin: 0;
  display: block;
  cursor: pointer;
}

form.subcription-up-down-form .quantity-plus {
  top: 10px;
  background-image: url("../public/images/up-price-arrow.png");
}

form.subcription-up-down-form .quantity-minus {
  top: 19px;
  background-image: url("../public/images/down-price-arrow.png");
}

form.subcription-up-down-form .subs-box {
  width: 50px;
  position: relative;
}

form.subcription-up-down-form {
  display: inline-flex;
  align-items: center;
  margin: 0 0 0 15px;
  flex-wrap: wrap;
}

form.subcription-up-down-form input.subscription-qty-button {
  width: 80px;
  font-size: 14px;
  padding: 10px;
  margin-left: 10px;
}

form.subcription-up-down-form .get-response {
  margin-left: 15px;
}

form.subcription-up-down-form
  input.subscription-qty-button
  + img.lazy.lazy-loaded {
  width: 25px;
  height: 25px;
  margin-left: 10px;
}

.woocommerce td.product-name ul.wc-item-meta {
  margin-top: 15px;
}

.currency--switcher .woocommerce-multi-currency.wmc-shortcode.plain-horizontal,
.currency--switch .woocommerce-multi-currency.wmc-shortcode.plain-horizontal {
  width: 84px !important;
  border-radius: 3px;
  border: 1px solid #c3c3c3;
  display: flex;
  margin: 0 auto 15px;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}

.currency--switch .woocommerce-multi-currency.wmc-shortcode.plain-horizontal {
  margin-bottom: 0;
}

.currency--switcher
  .woocommerce-multi-currency.wmc-shortcode.plain-horizontal
  .wmc-currency,
.currency--switch
  .woocommerce-multi-currency.wmc-shortcode.plain-horizontal
  .wmc-currency {
  padding: 0;
  margin: 0;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.currency--switcher
  .woocommerce-multi-currency.wmc-shortcode.plain-horizontal
  .wmc-currency
  + .wmc-currency,
.currency--switch
  .woocommerce-multi-currency.wmc-shortcode.plain-horizontal
  .wmc-currency
  + .wmc-currency {
  border-left: 1px solid #c3c3c3;
}

.currency--switcher
  .woocommerce-multi-currency.wmc-shortcode.plain-horizontal
  .wmc-currency
  a,
.currency--switch
  .woocommerce-multi-currency.wmc-shortcode.plain-horizontal
  .wmc-currency
  a {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: #c3c3c3;
  display: block;
  text-align: center;
  padding: 10px;
}

.currency--switcher
  .woocommerce-multi-currency.wmc-shortcode.plain-horizontal
  .wmc-currency.wmc-active,
.currency--switch
  .woocommerce-multi-currency.wmc-shortcode.plain-horizontal
  .wmc-currency.wmc-active {
  background-color: #c3c3c3;
}

.currency--switcher
  .woocommerce-multi-currency.wmc-shortcode.plain-horizontal
  .wmc-currency.wmc-active
  a,
.currency--switch
  .woocommerce-multi-currency.wmc-shortcode.plain-horizontal
  .wmc-currency.wmc-active
  a {
  color: #fff;
}

.currency--switcher .woocommerce-variation.single_variation,
.currency--switch .woocommerce-variation.single_variation {
  width: 100%;
  text-align: center;
}

.woocommerce a.button.subscription_renewal_early {
  display: none !important;
}

@media (max-width: 1170px) {
  .buy-renew-single .end-box p.price,
  .buy-renew-single .middle-box #customise_checkout_field label,
  .buy-renew-single .woocommerce-variation-price span.price,
  .buy-renew-single .auto-renewal label,
  .buy-renew-single .currency--switcher label {
    font-size: 16px;
    font-weight: 400;
  }

  /*.buy-renew-single .end-box p.price {*/
  /*    margin-bottom: 0;*/
  /*}*/

  /*.buy-renew-single .quantity-wrap,*/
  /*.buy-renew-single .end-box,*/
  /*.buy-renew-single .middle-box,*/
  /*.buy-renew-single .auto-renewal,*/
  /*.buy-renew-single .currency--switcher {*/
  /*    padding: 40px 18px;*/
  /*}*/

  /*.info-box {*/
  /*    top: -14px;*/
  /*}*/

  .product-name form.subcription-up-down-form {
    padding: 15px 0;
    margin: 0;
    width: 100%;
    display: flex;
  }

  .product-name form.subcription-up-down-form .get-response {
    margin-left: 0;
    margin-top: 7px;
    width: 100%;
  }
}

@media (max-width: 992px) {
  .buy-renew-single form.cart,
  .woocommerce-variation-add-to-cart.variations_button {
    flex-wrap: wrap !important;
  }

  /*.buy-renew-single .quantity-wrap {*/
  /*    width: 33.33%;*/
  /*}*/

  /*.buy-renew-single .middle-box {*/
  /*    width: 35%;*/
  /*}*/

  /*.buy-renew-single .auto-renewal {*/
  /*    width: 33.33%;*/
  /*}*/

  /*.buy-renew-single .currency--switcher {*/
  /*    width: 33.33%;*/
  /*}*/

  /*body .buy-renew-single button.single_add_to_cart_button {*/
  /*    margin-top: 0;*/
  /*}*/

  /*.buy-renew-single .end-box {*/
  /*    width: 100%;*/
  /*    flex: auto;*/
  /*    border-top: 1px solid #e1e1e1;*/
  /*    border-left: 0;*/
  /*    flex-direction: row;*/
  /*    align-items: center;*/
  /*    justify-content: center;*/
  /*    padding-bottom: 35px;*/
  /*}*/

  .thankyou-page .woocommerce-order-overview.order_details li {
    border-right: 0;
  }

  .woocommerce-error,
  .woocommerce-info,
  .woocommerce-message {
    padding-right: 1em;
  }
}

/*@media ( max-width: 767px) {*/
/*    .buy-renew-single .quantity-wrap {*/
/*        width: 50%;*/
/*        border-bottom: 1px solid #e1e1e1;*/
/*        border-right: 1px solid #e1e1e1;*/
/*    }*/

/*    .buy-renew-single .auto-renewal {*/
/*        border-bottom: 1px solid #e1e1e1;*/
/*    }*/

/*    .buy-renew-single .middle-box {*/
/*        width: 50%;*/
/*        border-bottom: 1px solid #e1e1e1;*/
/*    }*/

/*    .buy-renew-single .end-box,*/
/*    .buy-renew-single .currency--switcher,*/
/*    .buy-renew-single .auto-renewal {*/
/*        width: 50%;*/
/*        box-sizing: border-box;*/
/*    }*/

/*    .buy-renew-single .quantity-wrap,*/
/*    .buy-renew-single .middle-box,*/
/*    .buy-renew-single .auto-renewal,*/
/*    .buy-renew-single .currency--switcher {*/
/*        padding: 35px 18px;*/
/*    }*/

/*    .buy-renew-single .auto-renewal,*/
/*    .buy-renew-single .currency--switcher {*/
/*        border-left: 0;*/
/*    }*/

/*    .buy-renew-single .end-box {*/
/*        border-left: 1px solid #e1e1e1;*/
/*        border-top: 0;*/
/*    }*/
/*}*/

/* common css for woocommerce */

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  background-color: #7180e4 !important;
  border-radius: 50px !important;
  border: 0 !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-align: center;
  color: #fff !important;
  font-weight: 700;
  padding: 12px 20px !important;
  font-size: 14px !important;
  display: inline-block !important;
  cursor: pointer;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background-color: #3f52d5 !important;
}

/* -- cart page -- */

#checkout_cart table.shop_table {
  width: 100%;
  margin: 15px 0 !important;
  border-radius: 0 !important;
  border-collapse: collapse !important;
  border: 0;
}

#checkout_cart table.shop_table tr td,
#checkout_cart table.shop_table tr th {
  text-align: center !important;
  border: 1px solid #e1e1e1 !important;
  font-weight: 500 !important;
  padding: 10px 5px !important;
  color: #727272 !important;
  font-size: 14px !important;
  word-break: break-all !important;
  vertical-align: middle !important;
}

#checkout_cart table.shop_table tbody tr td.product-quantity input {
  padding: 10px 0 !important;
  font-size: 16px !important;
  color: #717171 !important;
  border: 1px solid #e1e1e1 !important;
  width: 40px !important;
  text-align: center !important;
  -webkit-appearance: none;
  -moz-appearance: textfield;
}

#checkout_cart
  table.shop_table
  tbody
  tr
  td.product-quantity
  input[type="number"]::-webkit-inner-spin-button,
#checkout_cart
  table.shop_table
  tbody
  tr
  td.product-quantity
  input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0 !important;
}

#checkout_cart
  table.shop_table
  tbody
  tr
  td.product-quantity
  input[type="number"] {
  -moz-appearance: textfield;
}

.wc-proceed-to-checkout .checkout-button {
  background: #75b42c !important;
  border-radius: 50px !important;
  text-align: center;
  color: #fff !important;
  font-weight: 700;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  float: right;
  border: 0 !important;
  padding: 14px 20px !important;
  font-size: 15px !important;
  display: inline-block !important;
  cursor: pointer;
  width: auto !important;
}

.wc-proceed-to-checkout .checkout-button:hover {
  background: #599f08 !important;
}

#checkout_cart table.shop_table tbody tr td.actions input[type="submit"],
#checkout_cart table.shop_table tbody tr td.actions button {
  background-color: #7180e4;
  border-radius: 50px !important;
  text-align: center;
  color: #fff !important;
  font-weight: 700;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  float: right;
  border: 0 !important;
  padding: 12px 20px !important;
  font-size: 14px !important;
  display: inline-block !important;
  cursor: pointer;
  width: auto !important;
}

#checkout_cart table.shop_table tbody tr td.actions input[type="submit"]:hover,
#checkout_cart table.shop_table tbody tr td.actions button:hover {
  background-color: #3f52d5 !important;
}

#checkout_cart table.shop_table tbody tr th:nth-last-child(1) {
  min-width: 90px !important;
}

#checkout_cart table.shop_table tbody tr td.product-remove a.remove {
  text-align: center !important;
  margin: 0 auto;
}

#checkout_cart table.shop_table tbody tr td.product-remove a.remove:hover {
  background: none !important;
  color: #000 !important;
}

#checkout_cart table.shop_table tbody tr td.product-name a {
  color: #75b42c;
  display: block;
  margin-bottom: 5px;
  font-weight: 500;
  padding-left: 20px;
  text-align: left;
  box-sizing: border-box;
}

#checkout_cart table.shop_table tbody tr td.product-name a:hover {
  text-decoration: none;
}

#checkout_cart table.shop_table tbody tr td.product-name dl.variation {
  padding-left: 20px;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

#checkout_cart table.shop_table tbody tr td.product-name a:hover {
  background: none !important;
  color: #75b42c;
}

#checkout_cart
  table.shop_table
  tbody
  tr
  td.actions
  div.coupon
  input.input-text {
  padding: 12px 15px !important;
  font-size: 14px !important;
  color: #717171 !important;
  border: 1px solid #e1e1e1 !important;
  width: auto !important;
  text-align: center !important;
  width: auto !important;
  max-width: 150px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
}

#checkout_cart table.shop_table tbody tr td.actions div.coupon {
  padding-bottom: 0 !important;
}

/* .woocommerce-error {
  margin: 0 !important;
  margin-bottom: 25px !important;
} */

#checkout_cart table.shop_table tbody tr td.product-price del,
.price del {
  text-decoration: line-through;
}

.woocommerce-MyAccount-content
  .woocommerce-input-wrapper
  label.checkbox
  .input-checkbox {
  width: 19px;
  height: 17px;
}

#checkout_cart
  table.shop_table.wpcocart.woocommerce-cart-form__contents
  td.product-price
  .subscription-details {
  display: none;
}

@media (max-width: 1100px) {
  #checkout_cart table.shop_table tr td,
  #checkout_cart table.shop_table tr th {
    font-size: 12px !important;
  }

  #checkout_cart table.shop_table tbody tr td.product-quantity input {
    font-size: 12px !important;
  }
}

@media (max-width: 768px) {
  table.shop_table.wpcocart td.product-quantity {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  #checkout_cart table.shop_table tbody tr td.product-name a {
    text-align: right;
    padding-left: 0;
  }

  #checkout_cart table.shop_table tr td {
    text-align: right !important;
  }

  #checkout_cart table.shop_table tbody tr td.product-name dl.variation {
    padding-left: 0;
  }

  #checkout_cart table.shop_table tbody tr td.product-remove a.remove {
    text-align: right !important;
    margin: 0 0 0 auto;
  }

  #checkout_cart table.shop_table tr + tr td,
  #checkout_cart table.shop_table tr + tr th,
  #checkout_cart table.shop_table tr td + td,
  #checkout_cart table.shop_table tr th + th {
    border-top: 0 !important;
  }

  #checkout_cart table.shop_table tbody tr td.actions {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  /* #checkout_cart table.shop_table tbody tr td.actions button,
  #checkout_cart table.shop_table tbody tr td.actions input[type="submit"],
  .wc-proceed-to-checkout .checkout-button {
    padding: 12px 18px !important;
  } */

  table.woocommerce-MyAccount-paymentMethods
    td.woocommerce-PaymentMethod.woocommerce-PaymentMethod--actions.payment-method-actions:before {
    display: none;
  }
}

@media (max-width: 640px) {
  #checkout_cart table.shop_table tbody tr td.actions {
    flex-direction: column;
  }

  #checkout_cart table.shop_table tbody tr td.actions div.coupon {
    padding-bottom: 20px !important;
  }

  #checkout_cart .woocommerce-message {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }

  #checkout_cart .woocommerce-message .button {
    order: 2;
    margin-top: 15px;
  }

  #checkout_cart .cart-btm-right {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

@media (max-width: 480px) {
  #checkout_cart table.shop_table tbody tr td.actions div.coupon {
    display: flex;
    flex-direction: column;
  }

  #checkout_cart
    table.shop_table
    tbody
    tr
    td.actions
    div.coupon
    input.input-text {
    max-width: 100% !important;
    margin: 0 0 10px 0 !important;
  }

  /*.buy-renew-single .quantity-wrap,*/
  /*.buy-renew-single .middle-box,*/
  /*.buy-renew-single .end-box,*/
  /*.buy-renew-single .currency--switcher,*/
  /*.buy-renew-single .auto-renewal {*/
  /*    width: 100%;*/
  /*    border: 0;*/
  /*    border-bottom: 1px solid #e1e1e1;*/
  /*    text-align: center;*/
  /*    padding: 30px 0;*/
  /*}*/

  /*.buy-renew-single .end-box {*/
  /*    border: 0*/
  /*}*/

  /*.buy-renew-single .middle-box #customise_checkout_field input {*/
  /*    margin: 0 auto;*/
  /*}*/
}

/*-- shop --*/

.shop-page {
  padding: 70px 0;
  background-color: #fff;
}

.shop-page .added_to_cart.wc-forward {
  margin-top: 5px !important;
  display: inline-block !important;
  margin-left: 7px !important;
  color: #77a464 !important;
}

.shop-page h2.woocommerce-loop-product__title {
  font-size: 1.25em !important;
  color: #000;
}

.shop-page form.woocommerce-ordering {
  background-color: #77a464 !important;
  padding: 10px 10px !important;
  border-radius: 5px !important;
  color: #fff !important;
}

.shop-page form.woocommerce-ordering select {
  background: transparent !important;
  border: 0 !important;
  color: #fff !important;
  font-size: 16px !important;
}

.shop-page ul.products {
  border-top: 1px solid #ccc !important;
  padding-top: 30px !important;
  margin-top: 30px !important;
}

.shop-page span.onsale,
.products-dtl-page span.onsale {
  padding: 0 !important;
}

.shop-page .woocommerce-result-count {
  font-size: 16px !important;
}

/*-- checkout page --*/

.checkout-page {
  padding: 70px 0;
}

.checkout-page input[type="text"],
.checkout-page input[type="email"],
.checkout-page input[type="tel"],
.checkout-page input[type="password"] {
  padding: 10px 15px !important;
  font-size: 14px !important;
  color: #717171 !important;
  border: 1px solid #e1e1e1 !important;
  text-align: left !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 36px !important;
  line-height: 36px !important;
  margin-top: 5px;
}

.checkout-page textarea {
  padding: 10px 15px !important;
  font-size: 14px !important;
  color: #717171 !important;
  border: 1px solid #e1e1e1 !important;
  text-align: left !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 150px !important;
  line-height: 18px !important;
  margin-top: 5px;
}

.checkout-page .select2-container--default .select2-selection--single {
  padding: 0 15px !important;
  font-size: 14px !important;
  color: #717171 !important;
  border: 1px solid #e1e1e1 !important;
  text-align: left !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 36px !important;
  line-height: 36px !important;
  border-radius: 0;
  margin-top: 5px;
}

.checkout-page
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 36px !important;
  padding: 0 !important;
}

.checkout-page
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 36px !important;
  right: 10px !important;
}

.checkout-page .woocommerce-form.woocommerce-form-login.login label {
  display: inline;
  padding-bottom: 10px;
}

.checkout-page #customer_details {
  padding-bottom: 35px;
}

.checkout-page h3#order_review_heading {
  padding-bottom: 10px;
}

.products-dtl-page {
  padding: 70px 0;
}

.products-dtl-page
  .summary.entry-summary
  .woo-multi-currency.wmc-price-switcher {
  display: none;
}

.products-dtl-page .related.products {
  width: 100%;
  clear: both;
  border-top: 1px solid #ccc;
  padding-top: 30px;
  margin-top: 50px;
  float: left;
}

.products-dtl-page .related.products h2 {
  font-size: 22px;
  line-height: 1.3;
  padding-bottom: 15px;
}

.products-dtl-page h1.product_title.entry-title {
  font-size: 28px;
  line-height: 1.3;
  margin-bottom: 15px;
}

.products-dtl-page .summary.entry-summary p.price {
  padding-bottom: 20px;
}

.products-dtl-page
  .summary.entry-summary
  .woocommerce-product-details__short-description
  p {
  font-size: 16px;
  line-height: 1.4;
  color: #4d4d4d;
}

.products-dtl-page .summary.entry-summary form.cart {
  margin-top: 25px;
}

.products-dtl-page .summary.entry-summary form.cart .quantity input {
  padding: 8px 0 !important;
  font-size: 16px !important;
  color: #717171 !important;
  border: 1px solid #e1e1e1 !important;
  width: 50px !important;
  text-align: center !important;
  -webkit-appearance: none;
  -moz-appearance: textfield;
}

.products-dtl-page
  .summary.entry-summary
  form.cart
  .quantity
  input[type="number"]::-webkit-inner-spin-button,
.products-dtl-page
  .summary.entry-summary
  form.cart
  .quantity
  input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0 !important;
}

.products-dtl-page
  .summary.entry-summary
  form.cart
  .quantity
  input[type="number"] {
  -moz-appearance: textfield;
}

.checkout-spider--inner .woocommerce a {
  color: #77a464;
}

.checkout-spider--inner .woocommerce a:hover {
  color: #333;
}

.checkout-spider--inner .woocommerce-loop-product__title,
.checkout-spider--inner .woocommerce-loop-product__title a {
  color: #333;
}

/* login form (my account) */

.login-wrap {
  background: url(data:image/png;base64,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);
  width: 100%;
  position: relative;
}

.login-wrap .login {
  font-weight: 300;
  padding: 100px 0;
  max-width: 520px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.login-wrap .login h2 {
  color: #fff;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 15px;
  font-weight: 300;
}

.login-wrap .login > p {
  color: #d1ff9b;
  max-width: 665px;
  margin: 0 auto;
  line-height: 28px;
}

.login-wrap .login form {
  margin-top: 20px !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 20px 0 0 !important;
  border-radius: 0 !important;
}

.login-wrap .login form p.woocommerce-form-row {
  padding: 0;
  margin: 0 0 20px 0;
  width: 100%;
}

.login-wrap--bottom {
  margin-top: 40px;
}

.login-wrap .login form .login-options {
  float: left;
  width: 150px;
  color: #d1ff9b;
  font-size: 16px;
}

.login-wrap .login form input[type="submit"],
.login-wrap .login form button.woocommerce-button {
  border-radius: 50px !important;
  text-align: center !important;
  color: #fff !important;
  font-weight: 700 !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 100%;
  max-width: 120px !important;
  background: #ffbc2b !important;
  font-size: 15px !important;
  float: right;
  display: block;
  cursor: pointer;
  padding: 20px !important;
}

.login-wrap .login form input[type="submit"]:hover,
.login-wrap .login form button.woocommerce-button:hover,
.login-wrap
  .login
  form
  .login-submit.lost-password
  button.woocommerce-Button.button:hover {
  background: #f2a600 !important;
}

.login-wrap .login form .login-options .remember-me input[type="checkbox"] {
  -webkit-appearance: none;
  display: block;
  width: 12px;
  height: 12px;
  padding: 0 !important;
  margin: 0 !important;
  position: relative;
}

.login-wrap .login form .login-options .remember-me label {
  padding-left: 0;
  position: relative;
  tranistion: all 0.2s ease-in-out;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.login-wrap
  .login
  form
  .login-options
  .remember-me
  label
  input[type="checkbox"]::before {
  content: "\f096";
  font-family: fontAwesome;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  color: #d1ff9b;
  font-size: 15px;
}

.login-wrap
  .login
  form
  .login-options
  .remember-me
  input[type="checkbox"]:checked:before {
  content: "\f046";
}

.login-wrap .login form .login-options .remember-me label span {
  display: inline-block;
  vertical-align: middle;
  padding-top: 2px;
  padding-left: 17px;
}

.login-wrap .login form .login-options .remember-me label:hover {
  color: #fff;
}

/*lostst password*/

.login-wrap .login form.lost-password_form input.lp-input {
  margin: 30px 0;
}

.login-wrap .login form .login-submit.lost-password {
  float: none;
  width: 100%;
}

.login-wrap
  .login
  form
  .login-submit.lost-password
  button.woocommerce-Button.button {
  float: none;
  border-radius: 50px !important;
  text-align: center;
  color: #fff !important;
  font-weight: 700 !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 100% !important;
  max-width: 210px !important;
  margin: 0 auto;
  display: block;
  background: #ffbc2b !important;
  font-size: 15px !important;
  padding: 20px !important;
}

/* dashboard page */

.wrap-account {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: stretch;
  align-items: stretch;
  border: 1px solid #d6d6d6;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.16);
  padding: 0;
  margin: 40px 0;
  background-color: #fff;
}

.wrap-account .woocommerce-MyAccount-navigation {
  background-color: #4f514d;
  padding: 0 20px;
  width: 100% !important;
}

.wrap-account .woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}

.wrap-account .woocommerce-MyAccount-navigation ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  border-left: 1px solid #6d6d6d;
  background: none;
}

.wrap-account .woocommerce-MyAccount-navigation ul li:first-child,
.wrap-account .woocommerce-MyAccount-navigation ul li.is-active,
.wrap-account .woocommerce-MyAccount-navigation ul li.is-active + li {
  border-left: 0;
}

.wrap-account .woocommerce-MyAccount-navigation ul li a {
  color: #eadbdb;
  padding: 15px 20px;
  display: block;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  position: relative;
}

.wrap-account .woocommerce-MyAccount-navigation ul li.is-active a,
.wrap-account .woocommerce-MyAccount-navigation ul li a:hover {
  color: #fff;
  background-color: #75b42c;
}

.wrap-account .woocommerce-MyAccount-navigation ul li.is-active a:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -14px;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #75b42c;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.wrap-account .woocommerce-MyAccount-content {
  padding: 30px;
  width: 100%;
}

.wrap-account .woocommerce-MyAccount-content a {
  color: #75b42c;
}

.wrap-account .woocommerce-MyAccount-content a {
  color: #75b42c;
}

.wrap-account .woocommerce-MyAccount-content a:hover {
  color: #000;
}

.wrap-account .woocommerce-MyAccount-content p {
  color: #676767;
  margin-bottom: 15px;
}

.woocommerce .wrap-account .col2-set.addresses .woocommerce-Address,
.woocommerce .wrap-account .col-1.woocommerce-Address {
  background-color: #fff;
  padding: 20px;
  box-sizing: border-box;
  border: 1px solid #e6e6e6;
}

.wrap-account .woocommerce-Address .woocommerce-Address-title.title a.edit {
  color: #fff;
  background-color: #75b42c;
  padding: 5px 8px 5px 24px;
  border-radius: 3px;
  font-size: 14px;
  line-height: 16px;
  position: relative;
}

.wrap-account
  .woocommerce-Address
  .woocommerce-Address-title.title
  a.edit:before {
  content: "\f040";
  font-family: "FontAwesome";
  color: #fff;
  position: absolute;
  left: 8px;
  top: 50%;
  font-size: 14px;
  line-height: 14px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.wrap-account
  .woocommerce-Address
  .woocommerce-Address-title.title
  a.edit:hover {
  background-color: #75b42c;
}

.woocommerce-Address,
.woocommerce-account .addresses address {
  font-size: 16px;
  line-height: 1.4;
  font-style: normal;
}

.woocommerce .wrap-account form.edit-account fieldset legend {
  background-color: #75b42c;
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  padding: 10px 15px;
  font-weight: 500;
}

.woocommerce .wrap-account form.edit-account fieldset {
  border: 1px solid #cecece;
  margin: 30px 0;
  padding: 15px;
}

/*order*/

.wrap-account table {
  border-collapse: collapse !important;
}

.wrap-account table th {
  background-color: #f5f5f5;
  color: #717171;
  padding: 7px 10px;
}

.wrap-account table td {
  color: #717171;
  padding: 10px 10px;
  white-space: nowrap;
}

.wrap-account table .woocommerce-button,
.woocommerce
  table.my_account_orders
  .subscription-actions.order-actions
  a.button {
  padding: 8px 12px !important;
  font-size: 12px !important;
  line-height: 14px !important;
  font-weight: 500 !important;
  display: inline-block !important;
  vertical-align: middle !important;
  text-transform: none !important;
  border-radius: 3px !important;
}

.wrap-account table .woocommerce-button + .woocommerce-button {
  margin-left: 5px !important;
}

.wrap-account table td a.woocommerce-MyAccount-downloads-file.button {
  background: none !important;
  text-decoration: underline;
  font-size: 13px !important;
  line-height: 18px !important;
  color: #4bb2e9 !important;
  margin: 0 auto 0 0 !important;
}

.wrap-account table td a.woocommerce-MyAccount-downloads-file.button:hover {
  text-decoration: none;
}

.woocommerce-MyAccount-content mark {
  padding: 5px 7px;
  border-radius: 5px;
  margin: 0 3px;
  font-size: 14px;
  font-weight: 500;
}

.wrap-account .woocommerce-Button.button,
.wrap-account .woocommerce-Button,
.wrap-account .button {
  background: #ffbc2b !important;
}

.wrap-account .woocommerce-Button.button:hover,
.wrap-account .woocommerce-Button:hover,
.wrap-account .button:hover {
  background: #f2a600 !important;
}

.wrap-account label {
  color: #000;
  font-weight: 500;
}

form.woocommerce-cart-form table.shop_table th.product-remove {
  width: 45px;
}

form.woocommerce-cart-form table.shop_table td.product-name dt.variation-Email {
  white-space: nowrap;
}

form.woocommerce-cart-form table.shop_table td.product-name dd.variation-Email {
  text-align: left;
}

.wrap-account
  .woocommerce-MyAccount-content
  .woocommerce-Addresses.col2-set.addresses {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.wrap-account
  .woocommerce-MyAccount-content
  .woocommerce-Addresses.col2-set.addresses:before,
.wrap-account
  .woocommerce-MyAccount-content
  .woocommerce-Addresses.col2-set.addresses:after {
  display: none;
}

.woocommerce form .form-row input#account_display_name + span em {
  font-size: 13px;
}

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
  font-weight: 600;
}

.woocommerce form .form-row textarea {
  resize: none;
}

@media (max-width: 1280px) {
  .wrap-account .woocommerce-MyAccount-navigation ul {
    padding: 0;
  }

  .wrap-account .woocommerce-MyAccount-navigation ul li a {
    padding: 15px 15px;
  }
}

@media (max-width: 1023px) {
  .wrap-account .woocommerce-MyAccount-navigation {
    padding: 0;
  }

  .wrap-account .woocommerce-MyAccount-navigation ul li a {
    font-size: 13px;
    padding: 15px 12px;
  }

  .woocommerce-account .addresses .title h3 {
    margin-bottom: 10px;
  }

  .wrap-account .woocommerce-Address .woocommerce-Address-title.title a.edit {
    float: none;
    display: inline-block;
  }

  .woocommerce table.woocommerce-table--order-details td:first-child,
  .woocommerce table.woocommerce-table--order-details th:first-child {
    width: 60%;
    word-break: break-word;
    white-space: normal;
  }

  .woocommerce table.woocommerce-table--order-details td:last-child,
  .woocommerce table.woocommerce-table--order-details th:last-child {
    width: 40%;
    text-align: right;
    white-space: normal;
  }

  .checkout-spider {
    padding: 35px 0 0;
  }

  .checkout-spider--inner div#checkout_cart {
    padding: 30px 30px 15px 30px;
  }
}

@media (max-width: 768px) {
  .woocommerce
    .wrap-account
    .col2-set.addresses
    .woocommerce-Address
    + .woocommerce-Address {
    margin-top: 20px;
  }

  .woocommerce-page table.shop_table_responsive tbody .recurring-totals th {
    display: block;
    width: 100%;
  }

  .wrap-account
    .woocommerce-MyAccount-content
    .woocommerce-Addresses.col2-set.addresses {
    flex-wrap: wrap;
    align-items: flex-start;
  }
}

@media (max-width: 767px) {
  .wrap-account .woocommerce-MyAccount-navigation {
    padding: 0 !important;
  }

  .wrap-account .woocommerce-MyAccount-content {
    padding: 20px;
  }

  .wrap-account .woocommerce-MyAccount-navigation ul {
    flex-wrap: wrap;
  }

  .wrap-account .woocommerce-MyAccount-navigation ul li {
    width: 100%;
    display: block;
  }

  .wrap-account .woocommerce-MyAccount-navigation ul li + li {
    border-top: 1px solid #6f6f6f;
  }

  .wrap-account .woocommerce-MyAccount-navigation ul li a {
    font-size: 14px;
    padding: 10px 15px;
  }

  .wrap-account .woocommerce-MyAccount-navigation ul li.is-active a:after {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #fff;
    bottom: auto;
    top: 50%;
    right: 15px;
    left: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .wrap-account table td {
    font-size: 14px;
  }
}

@media (max-width: 640px) {
  .wrap-account form .form-row-first,
  .woocommerce-page form .form-row-first,
  .wrap-account form .form-row-first,
  .woocommerce-page form .form-row-last {
    float: none;
    width: 100%;
  }

  .woocommerce-Message.woocommerce-info {
    display: inline-flex;
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
  }

  .woocommerce-Message.woocommerce-info .woocommerce-Button {
    order: 5;
    margin-top: 10px;
    display: inline-block;
  }
}

/*dashboard accoutn detail */

.wrap-account input[type="text"],
.wrap-account input[type="email"],
.wrap-account input[type="tel"],
.wrap-account input[type="password"] {
  padding: 10px 15px !important;
  font-size: 14px !important;
  color: #717171 !important;
  border: 1px solid #e1e1e1 !important;
  text-align: left !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  line-height: 18px !important;
  margin-top: 5px;
  background-color: #fff;
}

.wrap-account
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 18px !important;
  padding: 0 !important;
}

.wrap-account .select2-container--default .select2-selection--single {
  padding: 10px 15px !important;
  font-size: 14px !important;
  color: #717171 !important;
  border: 1px solid #e1e1e1 !important;
  text-align: left !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  line-height: 18px !important;
  margin-top: 0 !important;
  background-color: #fff !important;
  height: auto !important;
  border-radius: 0 !important;
}

.wrap-account
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 100%;
  position: absolute;
  top: 0;
  right: 10px;
  width: 20px;
  display: flex;
  align-items: center;
}

.wc-proceed-to-checkout a.checkout-button {
  background-color: #75b42c !important;
}

.wc-proceed-to-checkout a.checkout-button:hover {
  background-color: #599f08 !important;
}

.wc_payment_methods #wc-braintree-paypal-test-amount,
.wc_payment_methods #wc-braintree-credit-card-test-amount {
  display: none;
}

.wc-proceed-to-checkout #wc_braintree_paypal_container {
  display: none;
}

/* thank you page*/

.thankyou-page {
  padding: 50px 0;
}

.thankyou-page p.woocommerce-notice,
.thankyou-page h2.woocommerce-order-details__title,
.thankyou-page .woocommerce-order-details header h2,
.thankyou-page .woocommerce-customer-details h2.woocommerce-column__title {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 10px !important;
}

.thankyou-page .woocommerce-order-overview.order_details {
  margin: 0 0 35px !important;
  border: 1px solid #e1e1e1;
  display: inline-flex;
  margin: 0;
  padding: 0;
  background-color: #f9f9f9;
}

.thankyou-page .woocommerce-order-overview.order_details li {
  margin: 0;
  padding: 15px 25px;
  font-size: 14px;
  font-weight: 600;
  text-transform: none;
  color: #000;
}

.thankyou-page .woocommerce-order-overview.order_details li strong {
  display: block;
  border-top: 1px solid #e1e1e1;
  padding-top: 5px;
  margin-top: 5px;
  font-size: 14px;
  font-weight: 400;
}

.thankyou-page p {
  margin-bottom: 20px;
}

.thankyou-page .woocommerce-order-details {
  margin-top: 35px;
}

.thankyou-page table.shop_table.woocommerce-table--order-details {
  display: block;
}

.thankyou-page table.shop_table.woocommerce-table--order-details tfoot,
.thankyou-page table.shop_table.woocommerce-table--order-details tbody,
.thankyou-page table.shop_table.woocommerce-table--order-details thead {
  display: flex;
  flex-direction: column;
}

.thankyou-page table.shop_table.woocommerce-table--order-details tr {
  width: 100%;
  display: table;
}

.thankyou-page table.shop_table.woocommerce-table--order-details tr th,
.thankyou-page table.shop_table.woocommerce-table--order-details tr td {
  width: 66%;
}

.thankyou-page
  table.shop_table.woocommerce-table--order-details
  tfoot
  tr:nth-child(3) {
  order: 5;
}

@media (max-width: 600px) {
  .thankyou-page table.shop_table.licence-list-table,
  .thankyou-page table.shop_table.licence-list-table td,
  .thankyou-page table.shop_table.licence-list-table tbody {
    display: block;
    border: none !important;
    width: 100%;
    text-align: right;
    white-space: normal;
  }
  .thankyou-page table.shop_table.licence-list-table tr:not(:last-child) {
    margin-bottom: 10px;
  }
  .thankyou-page table.shop_table.licence-list-table tr {
    display: block;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    width: 100%;
  }
  .thankyou-page table.shop_table.licence-list-table thead {
    display: none;
  }
  .thankyou-page table.shop_table.licence-list-table td:before {
    font-weight: 700;
    float: left;
    margin-right: 5px;
  }
  .thankyou-page table.shop_table.licence-list-table td:nth-child(1):before {
    content: "Username: ";
  }
  .thankyou-page table.shop_table.licence-list-table td:nth-child(2):before {
    content: "Licence Key: ";
  }
  .thankyou-page table.shop_table.licence-list-table td:nth-child(3):before {
    content: "Product: ";
  }
  .thankyou-page table.shop_table.licence-list-table td:nth-child(4):before {
    content: "Expires: ";
  }
}

.thankyou-page table.shop_table,
.thankyou-page table.shop_table td,
.thankyou-page table.shop_table th {
  border: 0;
  border-collapse: collapse;
  word-break: normal;
  border-radius: 0;
}

.thankyou-page table.shop_table td,
.thankyou-page table.shop_table th {
  border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
  border-left: 1px solid rgba(0, 0, 0, 0.1) !important;
  border-right: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.thankyou-page table.shop_table {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.thankyou-page table.shop_table thead td,
.thankyou-page table.shop_table thead th {
  background-color: #f5f5f5;
  font-size: 16px;
  color: #464645;
  padding: 10px 15px;
  margin-bottom: 15px;
}

.thankyou-page table.shop_table tbody td,
.thankyou-page table.shop_table tbody th {
  font-size: 16px;
  color: #707070;
  padding: 10px 15px;
}

.thankyou-page table.shop_table tbody tr + tr td,
.thankyou-page table.shop_table tbody tr + tr th {
  border-top: 1px solid #d6d6d6;
}

.thankyou-page table.shop_table tfoot {
  font-size: 18px;
  color: #464645;
}

.thankyou-page table.shop_table tfoot th,
.thankyou-page table.shop_table tfoot td {
  border: 0;
}

.thankyou-page table.shop_table tfoot th {
  background-color: #f5f5f5;
  padding: 10px 15px;
  font-weight: 400;
  font-size: 16px;
  vertical-align: middle;
}

.thankyou-page table.shop_table tfoot tr:last-of-type td,
.thankyou-page table.shop_table tfoot tr:last-of-type th {
  font-weight: 700;
}

.thankyou-page table.shop_table tfoot td {
  color: #707070;
  padding: 15px;
}

.thankyou-page table.shop_table tfoot td {
  font-weight: 400;
}

.thankyou-page table.shop_table td.subscription-actions.order-actions a.button {
  background-color: #75b42c !important;
}

.thankyou-page
  table.shop_table
  td.subscription-actions.order-actions
  a.button:hover {
  background-color: #599f08 !important;
}

.thankyou-page .woocommerce-customer-details address {
  padding: 20px;
  line-height: 24px;
}

.thankyou-page
  .woocommerce-customer-details
  address
  .woocommerce-customer-details--phone,
.thankyou-page
  .woocommerce-customer-details
  address
  .woocommerce-customer-details--email {
  padding-top: 15px;
}

.thankyou-page
  .woocommerce-customer-details
  .woocommerce-customer-details--phone:before,
.thankyou-page
  .woocommerce-customer-details
  address
  .woocommerce-customer-details--email:before {
  color: #599f08;
}

.woocommerce-MyAccount-content mark {
  background-color: #e6ffc9;
}

.variations-wrap {
  min-width: 250px;
  width: 250px;
}

.single_variation_wrap {
  width: 100%;
}

.woocommerce-variation-add-to-cart.variations_button {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: space-between;
}

.variations-wrap {
  padding: 70px 20px 70px 0;
}

.variations-wrap table.variations {
  height: 100%;
  padding: 70px 0;
  width: 100%;
}

.variations-wrap table.variations tr {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-end;
}

.variations-wrap table.variations td.value select {
  max-width: 100%;
  width: 100%;
  padding: 20px;
  width: 100%;
  font-size: 22px;
  display: block;
  color: #949184;
  font-weight: 300;
  border: 1px solid #e1e1e1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-appearance: none;
  background-color: #fff;
}

.variations-wrap table.variations td.value .reset_variations {
  position: absolute;
  margin-top: 5px;
}

.variations-wrap table.variations td.label label {
  font-size: 24px;
  color: #5d5d5d;
  margin-bottom: 25px;
  font-weight: 300;
  margin: 0 0 25px 0;
  padding: 0;
  display: block;
}

.single-product
  .summary.entry-summary
  .woocommerce-multi-currency.wmc-price-switcher {
  display: none;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  text-align: left;
}

.woocommerce table.my_account_orders .subscription-actions.order-actions {
  text-align: left !important;
}

.wrap-account .woocommerce-order-details {
  margin-top: 40px;
}

.woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title.title,
.woocommerce
  .wrap-account
  .col-1.woocommerce-Address
  .woocommerce-Address-title.title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title.title h3,
.woocommerce
  .wrap-account
  .col-1.woocommerce-Address
  .woocommerce-Address-title.title
  h3 {
  font-size: 18px;
}

.woocommerce-Addresses
  .woocommerce-Address
  .woocommerce-Address-title.title:before,
.woocommerce-Addresses
  .woocommerce-Address
  .woocommerce-Address-title.title:after,
.woocommerce
  .wrap-account
  .col-1.woocommerce-Address
  .woocommerce-Address-title.title:before,
.woocommerce
  .wrap-account
  .col-1.woocommerce-Address
  .woocommerce-Address-title.title:after {
  display: none;
}

.woocommerce-Addresses
  .woocommerce-Address
  .woocommerce-Address-title.title
  .edit,
.woocommerce
  .wrap-account
  .col-1.woocommerce-Address
  .woocommerce-Address-title.title
  .edit {
  margin-left: 20px;
}

.modify-subsptn-cmnt {
  background-color: #75b42c;
  width: 100%;
  margin: 0 0 24px 0;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
}

.modify-subsptn-cmnt p {
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  color: #fff !important;
  margin: 0 !important;
  padding: 0 !important;
}

.modify-subsptn-cmnt p strong {
  font-size: 24px;
  font-weight: 700;
}

.modify-subsptn-cmnt p a {
  color: #fff !important;
}

.modify-subsptn-cmnt p a:hover {
  text-decoration: underline;
}

@media (max-width: 1023px) {
  /*.buy-renew-single form.variations_form.cart {*/
  /*    flex-wrap: wrap;*/
  /*    padding: 0 15px;*/
  /*    box-sizing: border-box;*/
  /*}*/

  .single_variation_wrap {
    border-top: 1px solid #e1e1e1;
  }
}

@media (max-width: 767px) {
  .woocommerce-variation-add-to-cart.variations_button {
    flex-wrap: wrap;
  }

  .variations-wrap {
    margin: 0 auto;
    padding: 35px 20px 35px 0;
    text-align: center;
  }

  .modify-subsptn-cmnt {
    padding: 15px;
  }

  .modify-subsptn-cmnt p {
    font-size: 14px;
    line-height: 22px;
  }

  .modify-subsptn-cmnt p strong {
    font-size: 20px;
  }
}

@media (max-width: 640px) {
  .woocommerce-MyAccount-content table.shop_table td {
    white-space: normal;
  }
}

@media (max-width: 480px) {
  .woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title.title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .woocommerce-Addresses
    .woocommerce-Address
    .woocommerce-Address-title.title
    h3,
  .woocommerce
    .wrap-account
    .col-1.woocommerce-Address
    .woocommerce-Address-title.title
    h3 {
    font-size: 15px;
  }

  .woocommerce-Addresses
    .woocommerce-Address
    .woocommerce-Address-title.title
    .edit {
    margin-left: 0;
  }

  .wrap-account .woocommerce-Address .woocommerce-Address-title.title a.edit {
    font-size: 12px;
  }

  .woocommerce-Addresses .woocommerce-Address address {
    font-size: 14px !important;
  }
}

.login-wrap .woocommerce-notices-wrapper {
  margin-bottom: 30px;
}

.woocommerce-MyAccount-content table.shop_table.shop_table.order_details,
.woocommerce-MyAccount-content
  table.shop_table.shop_table_responsive.my_account_orders,
.woocommerce-MyAccount-content .woocommerce-customer-details address {
  margin-top: 10px;
}

.woocommerce-MyAccount-content .woocommerce-customer-details address {
  font-size: 14px;
  line-height: 1.3;
}

.woocommerce-MyAccount-content
  .woocommerce-customer-details
  address
  .woocommerce-customer-details--phone,
.woocommerce-MyAccount-content
  .woocommerce-customer-details
  address
  .woocommerce-customer-details--email {
  padding-top: 10px;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  width: 100% !important;
}

.woocommerce-MyAccount-content .woocommerce-notices-wrapper {
  margin-bottom: 25px;
}

/* 27-11-2019 */

body .argmc-wrapper .woocommerce-checkout-review-order-table tr th,
body .argmc-order-review-step .argmc-review-order-wrapper tr th {
  color: #717171 !important;
  font-size: 16px !important;
  padding: 20px !important;
  font-weight: 500 !important;
}

body .argmc-wrapper .woocommerce-checkout-review-order-table tfoot td {
  font-weight: 500;
  font-size: 16px !important;
}

/* 28-11-2019 */

/*body .buy-renew-single .woocommerce-multi-currency {*/
/*    margin-top: 30px !important;*/
/*}*/

/*body .buy-renew-single button.single_add_to_cart_button {*/
/*    margin-top: 48px;*/
/*}*/

/*body .buy-renew-single .switch-field {*/
/*    margin-top: 15px !important;*/
/*}*/

/* 29-11-2019 */

.woocommerce-checkout .woocommerce .argmc-wrapper .argmc-customer-review h3,
.woocommerce-checkout
  .woocommerce
  .argmc-wrapper
  .argmc-customer-review
  .argmc-customer-detail,
.woocommerce-checkout
  .woocommerce
  .argmc-wrapper
  .argmc-customer-review
  .argmc-customer-email,
.woocommerce-checkout
  .woocommerce
  .argmc-wrapper
  .argmc-customer-review
  .argmc-customer-phone,
.woocommerce-checkout
  .woocommerce
  .argmc-wrapper
  .argmc-customer-review
  .argmc-billing-address {
  color: #717171 !important;
}

/* 09-12-2019 */

.woocommerce-checkout
  .woocommerce
  .argmc-wrapper
  .argmc-order-review-step
  .arg-product-desc {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
}

.woocommerce-checkout
  .woocommerce
  .argmc-wrapper
  .argmc-order-review-step
  .arg-product-qwt {
  padding-left: 5px;
}

.woocommerce-checkout
  .woocommerce
  .argmc-wrapper
  .argmc-order-review-step
  .arg-product-variation
  dl.variation {
  padding-top: 5px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
}

.woocommerce-checkout
  .woocommerce
  .argmc-wrapper
  .argmc-order-review-step
  .arg-product-variation
  dl.variation
  dd.variation-Email {
  padding-left: 5px;
}

/* 15-09-2020 jb */

.auto-renewal-col {
  position: relative;
  display: inline;
}

/*.auto-renewal-col .infobox-info {*/
/*    word-break: break-word;*/
/*    width: 225px;*/
/*    white-space: break-spaces;*/
/*    left: 18px;*/
/*    transform: none;*/
/*    top: auto;*/
/*    bottom: 10px;*/
/*}*/

/*.auto-renewal-col .info-box {*/
/*    cursor: pointer;*/
/*}*/

@media (max-width: 767px) {
  .woocommerce-checkout
    .woocommerce
    .argmc-wrapper
    .argmc-order-review-step
    .arg-product-desc {
    flex-direction: column;
  }

  .woocommerce-checkout
    .woocommerce
    .argmc-wrapper
    .argmc-order-review-step
    .arg-product-qwt {
    padding-left: 0px;
  }

  .woocommerce-checkout
    .woocommerce
    .argmc-wrapper
    .argmc-order-review-step
    .arg-product-variation
    dl.variation {
    flex-direction: column;
  }

  .woocommerce-checkout
    .woocommerce
    .argmc-wrapper
    .argmc-order-review-step
    .arg-product-variation
    dl.variation
    dd.variation-Email {
    padding-left: 0px;
  }

  /*.auto-renewal-col .infobox-info {*/
  /*    left: auto;*/
  /*    right: 18px;*/
  /*    bottom: 18px;*/
  /*}*/
}

@media (max-width: 1200px) {
  .wrap-account .woocommerce-MyAccount-navigation ul li a {
    font-size: 14px;
  }
}

@media (max-width: 980px) {
  .wrap-account .woocommerce-MyAccount-navigation ul li a {
    font-size: 13px;
  }
}

@media (max-width: 900px) {
  .wrap-account .woocommerce-MyAccount-navigation ul li a {
    font-size: 11px;
    padding: 15px 10px;
  }
}

.woocommerce
  .login-wrap
  .woocommerce-notices-wrapper
  ul.woocommerce-error
  li
  a {
  color: #75b42c;
  text-decoration: underline;
  font-weight: 400;
}

.woocommerce
  .login-wrap
  .woocommerce-notices-wrapper
  ul.woocommerce-error
  li
  a:hover {
  text-decoration: none;
}

.woocommerce a.button.change_payment_method {
  display: none !important;
}

.woocommerce-checkout
  #payment
  div.payment_box
  .button.sv-wc-payment-gateway-payment-form-manage-payment-methods {
  display: none !important;
}

@media (max-width: 768px) {
  table.account-payment-methods-table
    td.woocommerce-PaymentMethod.woocommerce-PaymentMethod--actions.payment-method-actions {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

  table.account-payment-methods-table
    td.woocommerce-PaymentMethod.woocommerce-PaymentMethod--actions.payment-method-actions:before {
    display: block !important;
    margin: 0 auto 0 0 !important;
  }

  .subscription_details .button.cancel,
  .subscription_details .button.subscription_renewal_early {
    width: auto !important;
    margin: 3px;
  }
}

#order_review .blockOverlay {
  display: none !important;
}

/* 25-sep-2020 @ag */

.argmc-register .password-input {
  width: 100%;
  position: relative;
}

.woocommerce form .password-input input {
  width: 100% !important;
  padding-right: 40px !important;
  position: relative;
}

.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
  position: absolute;
  right: 15px;
  top: 50%;
  cursor: pointer;
  font-size: 14px;
  color: black;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  justify-items: center;
  align-content: center;
  align-items: center;
}

.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide.register-password-field {
  position: relative;
}

.woocommerce-privacy-policy-text {
  margin-bottom: 20px !important;
}

@media (max-width: 1162px) and (min-width: 1000px) {
  .argmc-wrapper
    form.woocommerce-form.woocommerce-form-register
    .password-input
    input[type="text"],
  .argmc-wrapper
    form.woocommerce-form.woocommerce-form-register
    .password-input
    input[type="email"],
  .argmc-wrapper
    form.woocommerce-form.woocommerce-form-register
    .password-input
    input[type="tel"],
  .argmc-wrapper
    form.woocommerce-form.woocommerce-form-register
    .password-input
    input[type="password"] {
    width: 100% !important;
    max-width: 100% !important;
  }
}

@media (max-width: 732px) and (min-width: 641px) {
  .argmc-wrapper
    form.woocommerce-form.woocommerce-form-register
    .password-input
    input[type="text"],
  .argmc-wrapper
    form.woocommerce-form.woocommerce-form-register
    .password-input
    input[type="email"],
  .argmc-wrapper
    form.woocommerce-form.woocommerce-form-register
    .password-input
    input[type="tel"],
  .argmc-wrapper
    form.woocommerce-form.woocommerce-form-register
    .password-input
    input[type="password"] {
    width: 100% !important;
    max-width: 100% !important;
  }
}

@media (max-width: 640px) {
  .woocommerce form .show-password-input,
  .woocommerce-page form .show-password-input {
    right: 10px;
  }

  .woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide.register-password-field
    .show-password-input.false-password,
  .woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide.register-password-field
    .show-password-input.true-password {
    right: -20px;
    margin: 0;
    padding-right: 30px;
  }

  .woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide.register-re-password-field
    .show-password-input.false-password,
  .woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide.register-re-password-field
    .show-password-input.true-password {
    right: -20px;
    margin: 0;
    padding-right: 30px;
  }
}

.woocommerce-form-login__submit {
  margin: 0 !important;
}

/**********************************************************************/

.woocommerce-billing-fields h3 {
  margin-bottom: 15px;
}
.woocommerce-billing-fields h3,
.woocommerce-billing-fields label {
  padding: 0 5px;
}

.woocommerce-MyAccount-content label {
  font-size: 15px !important;
  color: #5d5d5d !important;
  font-weight: 400 !important;
  line-height: 20px !important;
  position: relative !important;
  margin-bottom: 5px;
}
