<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.header .menu {
  text-transform: uppercase;
}

.menu-item.current-menu-item &gt; a {
  color: #127226;
}

.wrap-widget:nth-child(n + 2) {
  margin-top: 3.5rem;
}

.wrap-widget ul.menu {
  width: 100%;
}

.wrap-widget ul.menu li {
  margin-bottom: 2rem;
}

.wrap-widget ul.menu li:last-of-type {
  margin-bottom: 0;
}

.wrap-widget ul.menu li a {
  -webkit-transition: 0.2s linear;
  padding: 0;
  transition: 0.2s linear;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

@media only screen and (min-width: 901px) {
  .wrap-widget ul.menu li a:hover {
    opacity: 1;
    color: #127226;
  }
}

.wrap-widget ul.menu .bold {
  display: block;
  font-weight: 600;
  line-height: calc(20 / 14);
  margin-bottom: 0.5rem;
}

.wrap-widget ul.menu .txt {
  font-weight: 400;
  display: block;
}

.wrap-widget .menu-item.current-menu-item &gt; a {
  color: #000;
}

.news__aside ul.menu {
  width: 100%;
  padding: 0 2rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: -0.5rem 0 0;
}

.news__aside ul.menu li a {
  padding: 1.5rem;
  padding-right: 3rem;
  position: relative;
  display: block;
  font-weight: 600;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  font-size: 1.6rem;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.news__aside ul.menu li a:before {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background-color: #127226;
  position: absolute;
  left: 0;
  bottom: -1px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.news__aside ul.menu li a:after {
  content: "";
  display: block;
  width: 6px;
  height: 8px;
  background-image: url(/template/assets/images/svg/accar.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (min-width: 901px) {
  .news__aside ul.menu li a:hover {
    color: #127226;
  }

  .news__aside ul.menu li a:hover::before {
    width: 100%;
  }

  .news__aside ul.menu li a:hover::after {
    background-image: url(/template/assets/images/svg/accar2.svg);
  }
}

p.comment-notes {
  display: none;
}

p.comment-form-cookies-consent {
  display: none;
}

.cmt__item .txt {
  margin-bottom: 1.5rem;
}

#reply-title {
  font-size: 20px;
  margin: 12px 0 10px 0;
}

#reply-title small {
  margin: 12px;
  text-decoration: underline;
}

#reply-title small:hover {
  color: #117226;
}

.pag__list li a.prev {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-radius: 4px;
  padding: 0.5rem;
  padding-left: 1.5rem;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.pag__list li a.prev::after {
  content: "";
  display: block;
  width: 4px;
  height: 8px;
  background-image: url(../../../../template/assets/images/svg/accar3.svg);
  background-size: 4px 8px;
  position: absolute;
  left: 0.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.pag__list li a.next {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  border-radius: 4px;
  padding: 0.5rem;
  padding-right: 1.5rem;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.pag__list li a.next::after {
  content: "";
  display: block;
  width: 4px;
  height: 8px;
  background-image: url(../../../../template/assets/images/svg/accar2.svg);
  position: absolute;
  right: 0.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-size: 4px 8px;
}

.pag__list .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pag__list li .current {
  background-color: #127226;
  color: #fff;
}

.pag__list li span {
  border-radius: 9.9rem;
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  position: relative;
}

.core__btn__list .active .icon {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.contact__link a.contact__link__btn {
  margin-bottom: 12px;
}

.contact__link {
  flex-wrap: wrap;
}

.h-green a:hover {
  color: #127226;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  background-color: #127226;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  cursor: pointer;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background-color: #febf3e;
  color: #127226;
}

body.product-template-default .woocommerce .form__submit {
  padding: 1.5rem 3.5rem;
  border-radius: 6px;
  margin-left: auto;
}

.m-20 {
  margin: 2rem 0;
}

a.disabled {
  pointer-events: none;
  filter: grayscale(1);
}

.m-btn-loading,
.m-btn-load-b {
  position: relative;
}

.m-btn-loading:after,
.m-btn-load-b:before {
  display: inline-block;
  content: "";
  background-image: url(../images/loading.svg);
  background-repeat: no-repeat;
  background-size: 0;
  background-position: center;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 99;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transform: translate(-0%, -50%);
}

.loading .m-btn-loading:after,
.m-btn-loading.loading:after,
.m-btn-load-b.loading:before {
  background-size: contain;
}

.box-loading:before {
  display: none;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(62, 62, 62, 0.173);
  z-index: 9;
}

.box-loading.loading:before {
  display: block;
}

#f-data-pd:after {
  width: 50px;
  height: 50px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.m-btn-load-b.m-submit::before {
  left: 10px;
  filter: brightness(0.1);
}

.m-btn-load-b.m-submit.loading::after {
  display: none;
}

.m-btn-load-b.m-submit.loading {
  pointer-events: none;
}

.form__wrapper #respond .comment-reply-title {
  display: none;
}

.aside__cate__link.active {
  color: #127226;
}

.aside__cate__link.active::before {
  /* width: 100%; */
}

.aside__cate__link.active::after {
  background-image: url(../../../../template/assets/images/svg/accar2.svg);
}

.product__img a img:nth-child(2) {
  opacity: 0;
  visibility: hidden;
}

.product__item:hover .product__img a img:first-child {
  opacity: 0;
  visibility: hidden;
}

.product__item:hover .product__img a img:last-child {
  opacity: 1;
  visibility: visible;
}

.pr-35 {
  /* padding-right: 3.5rem; */
}

.product__btn .m-btn-load-b.m-item::before {
  filter: brightness(0.1);
  left: 0rem;
}

.product__btn .m-btn-load-b.m-item.loading::after {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .minicart.active .minicart__info {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.cart-loading:before {
  content: "";
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #80808057;
}

.cart-loading.loading:before {
  display: block;
}

.cart-loading:after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("../images/loading.svg");
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate(50%, -50%);
  filter: brightness(0.1);
  background-size: 0;
}

.cart-loading.loading:after {
  background-size: contain;
}

.m-btn-load-b.m-item.loading img {
  display: none;
}

.product__btn.item-horizontal .m-btn-load-b.m-item::before {
  margin-left: 4px;
}

.form__ra__container a {
  color: #207226;
}

.form__ra__container a:hover {
  color: #044509;
}

.cart__list.m-btn-loading:after,
.payment__list.m-btn-loading:after {
  width: 50px;
  height: 50px;
  transform: translate(-25px, -25px);
  left: 50%;
  margin: 0;
}

.payment__item .name {
  width: 60%;
  line-height: calc(16 / 14);
}

button#place_order {
  width: 100%;
  padding: 1.5rem 3.5rem;
  border-radius: 6px;
  margin-left: auto;
  color: #fff;
  background-color: #127226;
}

button#place_order:hover {
  background-color: #febf3e;
  color: #127226;
}

.wrap-empty-cart {
  width: 100%;
  text-align: center;
  padding: 90px 0;
}

.wrap-empty-cart .title {
  font-size: 6rem;
  color: red;
  font-weight: 700;
}

.woocommerce #respond input#submit.form__submit,
.woocommerce a.button.form__submit,
.woocommerce button.button.form__submit,
.woocommerce input.button.form__submit {
  padding: 1.5rem 3.5rem !important;
  border-radius: 6px;
  margin-left: auto !important;
}

.button {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  background-color: #127226;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  cursor: pointer;
}

.avatar-upload {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.avatar-upload .avatar-upload-img {
  width: 110px;
}

.avatar-upload .avatar-upload-img .ratio-box {
  border-radius: 100%;
  /* background-color: #c4c4c4; */
  max-width: 100%;
}

.avatar-upload .avatar-upload-img .ratio-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.avatar-upload .avatar-upload-img .ratio-box img[src=""] {
  display: none;
}

@media screen and (max-width: 500px) {
  .avatar-upload .avatar-upload-img {
    width: 30%;
  }
}

.avatar-upload .avatar-upload-info {
  width: 69%;
  padding-left: 30px;
}

.avatar-upload .avatar-upload-info .avatar-upload-info-title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 9px;
}

.avatar-upload .avatar-upload-info .avatar-upload-info-desc {
  color: #b2b2b2;
  font-size: 12px;
  font-style: italic;
  margin-top: 10px;
}

@media screen and (max-width: 500px) {
  .avatar-upload .avatar-upload-info {
    width: 70%;
    padding-left: 15px;
  }
}

.avatar-upload .avatar-upload-info .avatar-upload-info-desc.warning,
.avatar-upload-2 .avatar-upload-info .avatar-upload-info-desc.warning {
  color: red;
}

.avatar-upload .ratio-box.mona-has-ajax:after {
  right: 50%;
  top: 50%;
  transform: translate(25px, -10px);
  width: 50px;
  height: 50px;
}

.avatar-upload .ratio-box img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  width: auto;
  width: auto;
}

.avatar-upload .ratio-box {
  display: block;
  position: relative;
  padding-top: 100%;
  height: 0;
  overflow: hidden;
  background-color: #f6f6f6;
}

.upload-btn:hover {
  padding: 0.5rem 1rem;
  color: #fff;
  background: #127226;
}

.upload-btn {
  cursor: pointer;
  line-height: calc(16 / 14);
  font-weight: 600;
  color: #127226;
  -webkit-transform: 0.3s linear;
  transform: 0.3s linear;
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.mona-upload-loading .box-loading.loading:before {
  top: 0;
}

.mona-upload-loading .m-btn-loading:after {
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
}

.woocommerce button.button.m-btn-loading:after {
  right: 0;
  top: 50%;
  content: "";
  animation: none;
}

.woocommerce ul#shipping_method .form__ra__container label {
  display: flex;
}

.woocommerce ul#shipping_method .form__ra__container label .deli__price {
  margin-left: 0;
}

.hide-tax {
  display: none;
}

.mt-15 {
  margin-top: 1.5rem;
}

.m-code-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.m-code-wrap button.m-copy-text {
  height: 5rem;
  width: 20%;
  margin: 1.5rem 0 2.5rem 12px;
  border-radius: 6px;
  display: block;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  background-color: #127226;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  cursor: pointer;
}

p#response-register {
  color: red;
  font-size: 20px;
  font-weight: 700;
}

.wrap-button-payment {
  display: flex;
}

.wrap-button-payment .pay {
  margin-right: 12px !important;
}

.core__content img {
  opacity: 0.4;
}

@media screen and (max-width: 1440px) {
  .footer__logo {
    align-self: flex-start;
  }

  .footer__info__content br {
    display: none;
  }

  .footer__info__content .footer__list li {
    margin-bottom: 1rem;
  }
}

#order_review p.note {
  font-size: 12px;
  font-style: italic;
  color: #117226;
  margin-bottom: 12px;
}

.mt-15 {
  margin-top: 1.5rem;
}

.error {
  color: red;
  margin-bottom: 12px;
}

p.title-none {
  margin: 22px 0;
  color: #ea1411;
}

.m-reset-w.acc__table th:nth-child(3),
.acc__table td:nth-child(3) {
  width: inherit;
}

.main-popup {
  width: 700px;
  max-width: 100%;
  background: #fff;
  padding: 22px;
  margin: 0 auto;
  position: relative;
}

.wrap-title .popup-title {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1.2rem;
  color: #117226;
}

.f-request-cart .form__item {
  margin-bottom: 1.2rem;
}

.f-request-cart .text-content {
  font-style: italic;
}

.main-popup::after {
  width: 50px;
  height: 50px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

div#response-mess {
  color: red;
}

div#response-mess.green {
  color: green;
}

.create-user {
  margin-top: 22px;
  margin-bottom: 22px;
}

.popup-content {
  padding: 22px;
}

span.wrap-content-account {
  font-size: 20px;
  line-height: 1.5;
}

.wrap-buttons .readmore {
  display: inline-block;
}

.cart__progress .step a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 24rem;
  font-weight: 900;
  line-height: calc(24 / 14);
}

a.login-other-item.g-signin2 {
  margin: 12px 0;
}

.abcRioButton {
  width: 100% !important;
  margin: 12px 0;
}

a.button.rs__form.form__submit.red {
  background: red;
}

a.button.rs__form.form__submit.red:hover {
  background: #ff000059;
  color: white;
}

.wrap-button-mst {
  display: flex;
}

.wrap-button-mst .button {
  margin: 0;
  margin-right: 12px;
}

.minicart__item.loading i {
  opacity: 0;
}

.minicart__item.loading::before {
  content: "";
  background-image: url(../images/loading.svg);
  filter: brightness(0.1);
  display: inline-block;
  /* z-index: 999999; */
  background-size: contain;
  width: 25px;
  height: 25px;
  position: absolute;
}

a.login-other-item.mona-facebook {
  margin-bottom: 1rem;
  background-color: #3b5998;
  color: #fff;
  width: 100%;
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 0.1rem solid rgba(112, 112, 112, 0.1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  /* background-color: #fff; */
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 25%);
  margin: 12px 0;
}

.login-other-item:first-child img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.login-other-item img {
  margin-right: 1.5rem;
}

a.login-other-item.mona-facebook:hover {
  -webkit-box-shadow: 1rem 1rem 3rem rgb(0 0 0 / 16%);
  box-shadow: 1rem 1rem 3rem rgb(0 0 0 / 16%);
}

.res-mess {
  margin-top: 12px;
  color: red;
}

p#response-login a {
  color: #137326;
}

p#response-login a:hover {
  color: red;
}

p#response-login strong {
  color: red;
  font-weight: 800;
}

.dis__btn.m-btn-loading {
  cursor: pointer;
}

.text-response {
  margin: 12px 0;
  color: red;
  font-style: italic;
}

a.woocommerce-remove-coupon {
  color: red;
}

a.woocommerce-remove-coupon:hover {
  color: #207226;
}

@media only screen and (max-width: 500px) {
  .cart__progress .step a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
}

.page-template-cart .cart__item .img img {
  max-width: 100%;
}

.form .select2-container .select2-selection--single {
  height: auto;
  padding: 10px 15px;
  /* margin: 1.5rem 0 2.5rem;
    margin: 1.5rem 0 2.5rem; */
}

/* span.select2.select2-container.select2-container--default.select2-container--above {
    margin: 1.5rem 0 2.5rem;
} */
#billing_address_1_field label,
#billing_state_field label,
#billing_city_field label {
  margin-bottom: 1.5rem;
}

#billing_address_1_field,
#billing_state_field,
#billing_city_field {
  margin-bottom: 2.5rem;
}

/* new */
.menu-support {
  position: fixed;
  bottom: 10rem;
  right: 6rem;
  z-index: 7;
  -webkit-transform: translateX(3rem);
  transform: translateX(3rem);
  opacity: 1;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}

.menu-support.active .menu-shop__group {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(00px);
  background: #fff;
  color: #207226;
}

.menu-shop__group {
  position: absolute;
  bottom: 50px;
  right: 0;
  min-width: 160px;
  padding: 10px 0;
  background-color: #fff;
  border-radius: 12px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(50px);
  box-shadow: 5px 5px 15px rgb(0 0 0 / 20%);
  -webkit-box-shadow: 5px 5px 15px rgb(0 0 0 / 20%);
}

.menu-shop__item a {
  display: flex;
  align-items: center;
  height: 32px;
  font-size: 1.3rem;
  line-height: 1.9rem;
  letter-spacing: -0.52px;
}

.button-support {
  user-select: none;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 9.9rem;
  background-color: #127226;
  /* -webkit-box-shadow: 0rem 0rem 3rem rgb(0 0 0 / 16%);
    box-shadow: 0rem 0rem 3rem rgb(0 0 0 / 16%); */
  cursor: pointer;
  visibility: visible;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 5px 5px 15px rgb(0 0 0 / 20%);
  -webkit-box-shadow: 5px 5px 15px rgb(0 0 0 / 20%);
}

.button-support,
.menu-shop__group,
.button-support .icon-close,
.button-support .icon-support {
  transition: 0.3s all ease-in-out;
}

.button-support .icon-close,
.button-support .icon-support {
  width: 25px;
}

.button-support .icon-close {
  position: absolute;
  opacity: 0;
  transform: rotate(45deg);
  width: 15px;
}

.button-support.active .icon-close {
  opacity: 1;
  pointer-events: auto;
  transform: rotate(0);
}

.button-support.active .icon-support {
  opacity: 0;
}

.menu-shop__item .ico-svg {
  display: inline-flex;
  width: 22px;
  margin-right: 13px;
}

.menu-shop__group li.menu-shop__item a {
  padding: 5px 12px;
}

.menu-shop__group li.menu-shop__item {
  padding: 5px 0;
  border-bottom: 1px solid;
}

.menu-shop__group li.menu-shop__item:last-child {
  border: navajowhite;
}

.back__to__top {
  visibility: visible;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

@media only screen and (max-width: 1200px) {
  .menu-support {
    right: 4.5rem;
    bottom: 8rem;
  }
}

.mona-content ol li {
  list-style-type: square;
}

.item-s {
  display: flex;
  flex-wrap: wrap;
}

.item-s .image-thumb {
  width: 70px;
}

.wrap-response-search .item-s {
  padding: 5px 5rem 5px 1.5rem;
}

.wrap-response-search .item-s {
  margin: 5px 0;
}

.wrap-response-search {
  background-color: #fff;
  position: absolute;
  width: 100%;
  height: auto;
  top: 100%;
  z-index: 99;
  border-radius: 4px;
  -webkit-box-shadow: 1rem 1rem 3rem rgb(0 0 0 / 20%);
  box-shadow: 1rem 1rem 3rem rgb(0 0 0 / 20%);
  display: none;
  transition: 0.2s all;
}

.wrap-response-search a:hover .item-s {
  background: #98989845;
}

.search__wrap .search {
  position: relative;
}

.item-s .image-thumb img {
  max-width: 50px;
  height: auto;
}

.item-s .content {
  width: calc(100% - 70px);
}

.item-s .content .wrap-title {
  margin-bottom: 12px;
}

.item-s .content .wrap-price {
  color: #127226;
  font-weight: 600;
  letter-spacing: -1px;
  margin-bottom: 5px;
}

.wrap-response-search:hover,
.wrap-response-search.active,
.search__wrap .search:hover .wrap-response-search {
  display: block;
}

.search__wrap .search__btn.loading {
  background-image: none;
}

.search__wrap .search__btn:after {
  right: 50%;
  transform: translate(50%, -50%);
}

/* @media only screen and (max-width: 900px) { 
    .wrap-response-search { 

    }
} */
.acc__right .woocommerce-notices-wrapper {
  display: none;
}

.cart__dis .f-coupon-cart-checkout {
  display: block;
  margin-top: 1.5rem;
}

.cart__dis .f-coupon-cart-checkout .dis__inp {
  width: 100%;
  height: auto;
}

.cart__dis .f-coupon-cart-checkout .dis__btn {
  display: block;
  width: 98px;
  margin-top: 1.5rem;
  padding: 1rem 2rem;
}

/* new  */
.wrap-pay-2 table.acc__table.bill__table.bill__short.bill__detail {
  width: calc(50% - 10px);
  margin-right: 10px;
}

.wrap-pay-2 {
  display: flex;
  flex-wrap: wrap;
  padding: 60px 0;
  justify-content: center;
}

.wrap-pay-2 div#payment {
  width: 30%;
}

.wrap-pay-2 div#payment img {
  max-width: 25px;
  margin-left: 5px;
}

@media only screen and (max-width: 769px) {
  .wrap-pay-2 table.acc__table.bill__table.bill__short.bill__detail {
    width: 100%;
    margin-right: 0;
  }

  .wrap-pay-2 div#payment {
    width: 100%;
    margin-top: 20px;
  }
}

.woocommerce-privacy-policy-text {
  display: none;
}

/* end new  */
@media only screen and (max-width: 800px) {
  .news__title {
    font-size: 2rem;
  }
}

.news__title {
  font-size: 2rem;
  transition: 0.2s all;
}

.news__title:hover {
  color: #418e51;
}

/* new icon phone  */

.shake-bottom {
  -webkit-animation: shake-bottom 1.5s cubic-bezier(0.455, 0.03, 0.515, 0.955)
    infinite both;
  animation: shake-bottom 1.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite
    both;
}
@-webkit-keyframes shake-bottom {
  0%,
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
  }
  10% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }
  20%,
  40%,
  60% {
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
  }
  30%,
  50%,
  70% {
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
  }
  80% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  90% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }
}
@keyframes shake-bottom {
  0%,
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
  }
  10% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }
  20%,
  40%,
  60% {
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
  }
  30%,
  50%,
  70% {
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
  }
  80% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  90% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }
}

.fsocial .icon {
  height: 4.7rem;
  width: 4.7rem;
  margin-top: 2rem;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.1rem solid;
  border-radius: 50%;
  padding: 1rem;
  position: relative;
}
.fsocial .phone-box {
  position: relative;
  width: 4.7rem;
  height: 4.7rem;
  margin-top: 2rem;
  display: flex;
}

.fsocial .icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  opacity: 0;
}
.fsocial .phone-box-main {
  position: absolute;
  right: 0;
  align-items: center;
  border-radius: 3rem;
  padding: 0.5rem;
  background: transparent;
  transition: all 0.3s ease-in-out;
}
.d-flex {
  display: flex;
}
.fsocial .phone-box-main .text {
  transition: opacity 700ms, width 700ms linear 270ms, linear 270ms;
  opacity: 0;
  font-size: 0;
  color: #2e8232;
  font-weight: 600;
  padding-top: 3px;
}

.fsocial .phone-box .icon-phone {
  display: flex;
  position: relative;
  margin-top: 0;
  border-radius: 50%;
  border: none;
  padding: 0;
  width: 3.3rem;
  height: 3.7rem;
  padding: 0.5rem;
}

.fsocial .icon img {
  width: 100%;
  height: 100%;
}

.fsocial .icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  opacity: 0;
}
.fsocial .icon.phone {
  border-color: #2e8232;
}
.fsocial .icon.phone:hover {
  border-color: transparent;
}

.fsocial .icon.phone:hover .phone-box-main {
  transition: all 400ms cubic-bezier(0.62, 0.1, 0.5, 1);
  background: #c0dc8f;
}

.fsocial .icon.phone:hover .phone-box-main .icon-phone img,
.fsocial .icon.phone:hover .phone-box-main .icon-phone svg {
  -webkit-animation: shake-bottom 1.5s cubic-bezier(0.455, 0.03, 0.515, 0.955)
    infinite both;
  animation: shake-bottom 1.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite
    both;
}

.fsocial .icon.phone:hover .phone-box-main .text {
  transition: opacity 700ms, width 1ms linear 270ms, linear 270ms;
  opacity: 1;
  margin: 0 1rem;
  font-size: 1.6rem;
  width: auto;
}
</pre></body></html>