@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@200;300;400;500;600;700;800;900&display=swap);
/**
color
 */
.color-666 {
  color: #666;
}

.color-black {
  color: #1b1b1b;
}

.color-gray {
  color: #878787;
}

.color-organe {
  color: #fdb813;
}

.color-red {
  color: #e50000;
}

.color-yellow {
  color: #fdba1a;
}

/**
background-color
 */
.bg-black {
  background-color: #1b1b1b;
}

.bg-gray {
  background-color: #878787;
}

.bg-organe {
  background-color: #fdb813;
}

.bg-red {
  background-color: #e50000;
}

.bg-yellow {
  background-color: #fdba1a;
}

/**
font
 */
.regular {
  font-weight: 400;
}

.light {
  font-weight: 300;
}

.medium {
  font-weight: 500;
}

.bold {
  font-weight: 700;
}

.italic {
  font-style: italic;
}

/**
font size
 */
.fs-10 {
  font-size: 1rem;
}

.fs-12 {
  font-size: 1.2rem;
}

.fs-14 {
  font-size: 1.4rem;
}

.fs-16 {
  font-size: 1.6rem;
}

.fs-18 {
  font-size: 1.8rem;
}

.fs-20 {
  font-size: 2rem;
}

.fs-24 {
  font-size: 2.4rem;
}

.w-1 {
  width: 10%;
}

.w-2 {
  width: 20%;
}

.w-3 {
  width: 30%;
}

.w-4 {
  width: 40%;
}

.w-6 {
  width: 60%;
}

.w-7 {
  width: 70%;
}

.w-8 {
  width: 80%;
}

.w-9 {
  width: 90%;
}

.w-33 {
  width: 33.3333333333%;
}

.w-66 {
  width: 66%;
}

.zindex {
  z-index: 1;
}

.mg-auto {
  margin-left: auto;
  margin-right: auto;
}

.radius-50 {
  border-radius: 50%;
}

.space-nowrap {
  white-space: nowrap;
}

.image-cover {
  overflow: hidden;
}
.image-cover img, .image-cover video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.list-none {
  list-style: none;
}

.location {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.bg-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.pt-20 {
  padding-top: 2rem;
}

.pb-20 {
  padding-bottom: 2rem;
}

.p-20 {
  padding: 2rem;
}

.pr-20 {
  padding-right: 2rem;
}

.pl-20 {
  padding-left: 2rem;
}

.owl-carousel .owl-dots {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1.5rem;
}
.owl-carousel .owl-dots .owl-dot {
  background-color: #747894;
  display: inline-block;
  width: 5rem;
  height: 0.2rem;
  margin: 5px;
  outline: none;
}
.owl-carousel .owl-dots .owl-dot.active {
  background-color: #fdb813;
}
.owl-carousel .owl-nav {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  align-items: center;
}
.owl-carousel .owl-nav button {
  outline: none;
  display: inline-block;
  width: 2rem;
}
.owl-carousel .owl-nav button span {
  font-size: 3rem;
  color: #666;
}
.owl-carousel .owl-nav button:hover span {
  color: #333;
}

.line-row {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-row-2 {
  -webkit-line-clamp: 2;
}

.image-scale .image-cover img {
  transform: scale(1);
  transition: all 0.7s;
}
.image-scale:hover .image-cover img {
  transform: scale(1.1);
  transition: all 0.7s;
}



#backToTop {
  background: #00aa1c none repeat scroll 0 0;
  cursor: pointer;
  height: 45px;
  line-height: 45px;
  width: 45px;
  position: fixed;
  z-index: 999;
  bottom: 80px;
  right: 10px;
  display: none;
  box-shadow: 0px 0 11px 0 #999;
}

.bg-opacity:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(86, 86, 86, 0.7);
}

/*------------------------ Error 404------------------------*/
#error {
  padding: 40px 0;
  text-align: center;
}

.error_title {
  color: #000;
}

.error_title p {
  color: #ed3d3f;
  font-size: 18px;
  margin: 0;
  padding-top: 20px;
}

.error_title img {
  Padding-top: 50px;
  width: 100%;
  max-width: 200px;
}

.error_bottom {
  margin-top: 15px;
}

.error_bottom a {
  display: inline-block;
  padding: 10px 30px;
  color: #fff;
  background: #ed3d3f;
  border: 1px solid #fff;
  border-radius: 40px;
  text-decoration: none;
}

/*------------------------ END Error 404------------------------*/
html {
  font-size: 10px;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  color: #333;
  line-height: 1.5;
  overflow-x: hidden;
}

a,
a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

.menu {
  display: flex;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

@font-face {
  font-family: "Epilogue";
  src: url(/wp-content/themes/Epal-theme/fonts/Epilogue/Epilogue-Regular.ttf);
}
@font-face {
  font-family: "Manrope";
  src: url(/wp-content/themes/Epal-theme/fonts/Manrope/Manrope-Regular.ttf);
}
#primary .woocommerce {
  font-family: Manrope, sans-serif;
  font-size: 16px;
}
#primary .woocommerce .col-lg-5 .cart-collaterals {
  padding: 32px 24px;
  background-color: #f8f8f8;
  border-radius: 4px;
}
#primary .woocommerce .col-lg-5 .cart-collaterals .cart_totals {
  width: 100%;
}
#primary .woocommerce .col-lg-5 .cart-collaterals .cart_totals h2 {
  font-size: 24px;
  font-family: Epilogue, sans-serif;
  text-transform: uppercase;
  margin: 0;
}
#primary .woocommerce .col-lg-5 .cart-collaterals .cart_totals .shop_table {
  border: none;
}
#primary .woocommerce .col-lg-5 .cart-collaterals .cart_totals .shop_table .cart-subtotal th {
  padding: 27px 12px 9px;
  border-bottom: 1px solid #e9e6ed;
}
#primary .woocommerce .col-lg-5 .cart-collaterals .cart_totals .shop_table .cart-subtotal td {
  text-align: right;
  padding: 27px 12px 9px;
}
#primary .woocommerce .col-lg-5 .cart-collaterals .cart_totals .shop_table .order-total th {
  text-transform: uppercase;
  font-family: Epilogue, sans-serif;
  vertical-align: inherit;
  border-color: #d3d7de;
  border-top: 1px solid #e9e6ed;
}
#primary .woocommerce .col-lg-5 .cart-collaterals .cart_totals .shop_table .order-total td {
  color: #000;
  font-weight: 300;
  padding: 24px 12px 40px;
  text-align: right;
  border-color: #d3d7de;
}
#primary .woocommerce .col-lg-5 .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: Epilogue, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px;
  text-transform: uppercase;
  cursor: pointer;
  padding: 13px 0;
  background-color: #000;
  border: 1px solid #000;
}
#primary .woocommerce .col-lg-7 .woocommerce-cart-form .shop_table {
  border: none;
}
#primary .woocommerce .col-lg-7 .woocommerce-cart-form .shop_table tbody .actions {
  display: flex;
  justify-content: start;
}
#primary .woocommerce .col-lg-7 .woocommerce-cart-form .shop_table tbody .actions .coupon {
  display: none;
}
#primary .woocommerce .col-lg-7 .woocommerce-cart-form .shop_table tbody .actions .button {
  color: #000;
  font-family: Epilogue, sans-serif;
}
#primary .woocommerce .col-lg-7 .woocommerce-cart-form .woocommerce-cart-form__cart-item {
  padding: 24px 0;
  border-bottom: 1px solid #d3d7de;
  display: flex;
}
#primary .woocommerce .col-lg-7 .woocommerce-cart-form .woocommerce-cart-form__cart-item .product-thumbnail {
  width: 168px;
  margin-right: 32px;
}
#primary .woocommerce .col-lg-7 .woocommerce-cart-form .woocommerce-cart-form__cart-item .product-thumbnail a img {
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#primary .woocommerce .col-lg-7 .woocommerce-cart-form .woocommerce-cart-form__cart-item .product-info {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
#primary .woocommerce .col-lg-7 .woocommerce-cart-form .woocommerce-cart-form__cart-item .product-info .product-name a {
  color: #172b4d;
  font-size: 16px;
  text-decoration: none;
}
#primary .woocommerce .col-lg-7 .woocommerce-cart-form .woocommerce-cart-form__cart-item .product-info .price .amount bdi {
  color: #000;
}
#primary .woocommerce .col-lg-7 .woocommerce-cart-form .woocommerce-cart-form__cart-item .product-info .product-quantity .quantity input {
  width: 48px !important;
  height: 32px !important;
  text-align: center;
  line-height: 30px;
  border-radius: 4px;
  border: 1px solid #d3d7de;
}
#primary .woocommerce .col-lg-7 .woocommerce-cart-form .woocommerce-cart-form__cart-item .product-info .product-remove .remove {
  color: #000 !important;
  font-size: 14px;
  position: relative;
  padding-left: 28px;
  display: inline;
  font-weight: 400;
  font-family: Epilogue, sans-serif;
}
#primary .woocommerce .col-lg-7 .woocommerce-cart-form .woocommerce-cart-form__cart-item .product-info .product-remove .remove::before {
  content: url(/wp-content/themes/Epal-theme/images/trash.svg);
  position: absolute;
  left: 0;
  width: 18px;
  height: 18px;
}
#primary .woocommerce .col-lg-7 .woocommerce-cart-form .woocommerce-cart-form__cart-item .product-info .product-remove .remove:hover {
  background-color: unset;
}
#primary .woocommerce .col-lg-7 .woocommerce-cart-form .woocommerce-cart-form__cart-item:last-of-type {
  border: none;
}
#primary .woocommerce .woocommerce-notices-wrapper .woocommerce-message {
  border-top-color: #000;
}
#primary .woocommerce .woocommerce-notices-wrapper .woocommerce-message::before {
  color: #000;
}
#primary .woocommerce .woocommerce-notices-wrapper .woocommerce-message a {
  text-decoration: none;
  color: #000;
}
#primary .woocommerce .wc-empty-cart-message .woocommerce-info {
  border-top-color: #000;
}
#primary .woocommerce .wc-empty-cart-message .woocommerce-info::before {
  color: #000;
}
#primary .woocommerce .return-to-shop a {
  color: #000;
}

.popup-add-cart-success {
  position: fixed;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #fff;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.25);
  width: -moz-max-content;
  width: max-content;
  height: auto;
  padding: 16px 14px;
  top: 60px;
  right: 9px;
  transition: 0.4s ease-in;
  transform: translateX(115%);
  z-index: 99999;
}
.popup-add-cart-success .body-popup {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.popup-add-cart-success .body-popup .icon-success {
  width: 20px;
  height: 20px;
}
.popup-add-cart-success .body-popup .icon-success img {
  width: 100%;
  height: 100%;
}
.popup-add-cart-success .body-popup .icon-success svg {
  width: 100%;
  height: 100%;
  display: block;
}
.popup-add-cart-success .body-popup .info-success {
  padding: 0 10px;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
}
.popup-add-cart-success .body-popup .close-popup-modal {
  color: #000;
  cursor: pointer;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
}

.active-add-success {
  transform: translateX(0%) !important;
}

#primary .woocommerce {
  font-family: Manrope, sans-serif;
  font-size: 16px;
}
#primary .woocommerce .checkout .col-lg-7 #customer_details {
  border: 1px solid #d3d7de;
  border-radius: 4px;
  margin-bottom: 20px;
}
#primary .woocommerce .checkout .col-lg-7 #customer_details .col-1,
#primary .woocommerce .checkout .col-lg-7 #customer_details .col-2 {
  float: unset;
  width: 100%;
}
#primary .woocommerce .checkout .col-lg-7 #customer_details .col-1 .woocommerce-billing-fields h3 {
  font-size: 24px;
  font-family: Epilogue, sans-serif;
  border-bottom: 1px solid #d3d7de;
  border-radius: 4px 4px 0 0;
  background-color: #f8f8f8;
  padding: 16px 40px;
  margin: 0;
}
#primary .woocommerce .checkout .col-lg-7 #customer_details .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper {
  padding: 24px 24px 0 24px;
  color: #6b778c;
  display: flex;
  flex-wrap: wrap;
  gap: 0.3%;
}
#primary .woocommerce .checkout .col-lg-7 #customer_details .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row {
  width: 100%;
}
#primary .woocommerce .checkout .col-lg-7 #customer_details .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_province_field,
#primary .woocommerce .checkout .col-lg-7 #customer_details .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_district_field,
#primary .woocommerce .checkout .col-lg-7 #customer_details .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_ward_field {
  width: 33%;
}
#primary .woocommerce .checkout .col-lg-7 #customer_details .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_province_field .woocommerce-input-wrapper select,
#primary .woocommerce .checkout .col-lg-7 #customer_details .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_district_field .woocommerce-input-wrapper select,
#primary .woocommerce .checkout .col-lg-7 #customer_details .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_ward_field .woocommerce-input-wrapper select {
  width: 100%;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #6b778c;
  padding: 10px;
  outline: none;
}
#primary .woocommerce .checkout .col-lg-7 #customer_details .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row label {
  line-height: 24px;
  margin-bottom: 4px;
}
#primary .woocommerce .checkout .col-lg-7 #customer_details .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row label .required {
  display: none;
}
#primary .woocommerce .checkout .col-lg-7 #customer_details .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper .input-text {
  border: 1px solid #d3d7de;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 8px 12px;
  color: #6b778c;
}
#primary .woocommerce .checkout .col-lg-7 #customer_details .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper .select2 {
  border: 1px solid #d3d7de;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 8px 12px;
  color: #6b778c;
}
#primary .woocommerce .checkout .col-lg-7 #customer_details .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper .select2 .selection .select2-selection {
  border: none;
}
#primary .woocommerce .checkout .col-lg-7 #customer_details .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper .select2 .selection .select2-selection span {
  color: #6b778c;
}
#primary .woocommerce .checkout .col-lg-7 #customer_details .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper .select2 .selection .select2-selection .select2-selection__arrow {
  top: 8px;
}
#primary .woocommerce .checkout .col-lg-7 #customer_details .col-2 .woocommerce-additional-fields h3 {
  display: none;
}
#primary .woocommerce .checkout .col-lg-7 #customer_details .col-2 .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper {
  padding: 0 24px 24px 24px;
  color: #6b778c;
}
#primary .woocommerce .checkout .col-lg-7 #customer_details .col-2 .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-row label .optional {
  display: none;
}
#primary .woocommerce .checkout .col-lg-7 #customer_details .col-2 .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-row .input-text {
  width: 100%;
  min-height: 80px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  font-size: 16px;
  color: #6b778c;
  padding: 10px;
}
#primary .woocommerce .checkout .col-lg-7 #customer_details .col-2 .wc_payment_methods {
  border: 1px solid #d3d7de;
  border-radius: 4px;
  margin: 24px;
}
#primary .woocommerce .checkout .col-lg-7 #customer_details .col-2 .wc_payment_methods .title {
  font-size: 24px;
  font-family: Epilogue, sans-serif;
  border-bottom: 1px solid #d3d7de;
  border-radius: 4px 4px 0 0;
  background-color: #f8f8f8;
  padding: 16px 40px;
  margin: 0;
}
#primary .woocommerce .checkout .col-lg-7 #customer_details .col-2 .wc_payment_methods .list-payment {
  padding: 24px;
}
#primary .woocommerce .checkout .col-lg-7 #customer_details .col-2 .wc_payment_methods .list-payment .wc_payment_method {
  list-style: none;
  position: relative;
}
#primary .woocommerce .checkout .col-lg-7 #customer_details .col-2 .wc_payment_methods .list-payment .wc_payment_method .payment_method_cod {
  display: none;
}
#primary .woocommerce .checkout .col-lg-7 #customer_details .col-2 .wc_payment_methods .list-payment .wc_payment_method .input-radio {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  position: relative;
}
#primary .woocommerce .checkout .col-lg-7 #customer_details .col-2 .wc_payment_methods .list-payment .wc_payment_method label {
  margin-bottom: 20px;
}
#primary .woocommerce .post-sidebar {
  padding: 32px 24px;
  background-color: #f8f8f8;
  border-radius: 4px;
  margin-bottom: 20px;
}
#primary .woocommerce .post-sidebar #order_review_heading {
  font-size: 24px;
  font-family: Epilogue, sans-serif;
  margin-bottom: 24px;
}
#primary .woocommerce .post-sidebar .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table {
  border: none;
}
#primary .woocommerce .post-sidebar .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tbody .cart_item .product-name .name {
  margin-bottom: 2rem;
  font-family: Epilogue, sans-serif;
  font-size: 18px;
}
#primary .woocommerce .post-sidebar .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tbody .cart_item .product-name .price {
  font-size: 14px;
}
#primary .woocommerce .post-sidebar .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tbody .cart_item .product-total {
  text-align: right;
  padding-top: 34px;
}
#primary .woocommerce .post-sidebar .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tbody .cart_item .product-total .product-quantity {
  width: 50px;
  font-weight: 300;
}
#primary .woocommerce .post-sidebar .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .cart-subtotal th {
  font-weight: 300;
}
#primary .woocommerce .post-sidebar .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .cart-subtotal td {
  font-weight: 300;
}
#primary .woocommerce .post-sidebar .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .order-total th {
  font-weight: 300;
}
#primary .woocommerce .post-sidebar .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .order-total td {
  font-weight: 300;
}
#primary .woocommerce .post-sidebar .woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order {
  background-color: #f8f8f8;
}
#primary .woocommerce .post-sidebar .woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions-wrapper {
  display: none;
}
#primary .woocommerce .post-sidebar .woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order .button {
  width: 100%;
  color: #fff;
  font-family: Epilogue, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px;
  text-transform: uppercase;
  cursor: pointer;
  padding: 13px 0;
  background-color: #000;
  border: 1px solid #000;
}
#primary .woocommerce #thank-you {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 0 0 40px;
}
#primary .woocommerce #thank-you .woocommerce-notice {
  font-family: Epilogue, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
  color: #000;
}
#primary .woocommerce #thank-you .woocommerce-order-overview {
  padding: 32px;
  background: #f8f8f8;
  border-radius: 4px;
}
#primary .woocommerce #thank-you .woocommerce-order-overview .title {
  font-size: 24px;
  font-family: Epilogue, sans-serif;
  text-align: center;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 0.5px solid #d3d7de;
}
#primary .woocommerce #thank-you .woocommerce-order-overview div {
  margin-bottom: 16px;
}
#primary .woocommerce #thank-you .woocommerce-order-overview div strong {
  float: right;
}
#primary .woocommerce #thank-you .woocommerce-order-overview .woocommerce-order-overview__total {
  padding: 30px 0;
  margin: 24px 0;
  border-bottom: 0.5px solid #d3d7de;
  border-top: 0.5px solid #d3d7de;
}
#primary .woocommerce #thank-you .woocommerce-order-details {
  display: none;
}
#primary .woocommerce #thank-you .woocommerce-customer-details {
  display: none;
}
#primary .woocommerce #thank-you .button {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
}
#primary .woocommerce #thank-you .button a {
  display: block;
  padding: 9px 20px;
  width: -moz-max-content;
  width: max-content;
  background: #000;
  color: #fff;
  font-family: Epilogue, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  text-decoration: none;
}
#primary .woocommerce #thank-you .button .back-home {
  background-color: transparent;
  border: 1px solid #000;
  color: #000;
}

@media (max-width: 550px) {
  #primary .woocommerce .checkout .col-lg-7 #customer_details .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper {
    display: block;
  }
  #primary .woocommerce .checkout .col-lg-7 #customer_details .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_province_field,
  #primary .woocommerce .checkout .col-lg-7 #customer_details .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_district_field,
  #primary .woocommerce .checkout .col-lg-7 #customer_details .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper #billing_ward_field {
    width: 100%;
  }
}
@media (max-width: 350px) {
  #primary .woocommerce #thank-you .button a {
    width: 60%;
    margin: auto;
    text-align: center;
    margin-top: 10px;
  }
}
.woocommerce .woocommerce-MyAccount-navigation ul {
  list-style: none;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 0;
}
.woocommerce .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link {
  list-style: none;
  border-bottom: 1px solid #ddd;
}
.woocommerce .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link a {
  padding: 8px 15px;
  display: block;
  transition: all 0.3s;
  text-decoration: none;
  color: #000;
}
.woocommerce .woocommerce-MyAccount-navigation ul .is-active {
  color: #000;
  font-weight: 700;
}
.woocommerce .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--downloads {
  display: none;
}
.woocommerce .woocommerce-MyAccount-content p {
  color: #000;
  font-family: Manrope, sans-serif;
}
.woocommerce .woocommerce-MyAccount-content p a {
  text-decoration: none;
  color: #000;
  font-weight: 700;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-info {
  border-top-color: #000;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-info::before {
  color: #000;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-info .woocommerce-Button {
  color: #000;
  font-weight: 700;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table tr .woocommerce-orders-table__header span {
  font-weight: 400;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table tbody .woocommerce-orders-table__row .woocommerce-orders-table__cell a {
  color: #000;
  font-weight: 700;
  text-decoration: none;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .u-column2 {
  display: none;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .u-column1 .woocommerce-Address-title h3 {
  font-size: 2.75rem;
  font-weight: 500;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .u-column1 .woocommerce-Address-title a {
  color: #000;
  font-weight: 700;
  text-decoration: none;
}
.woocommerce .woocommerce-MyAccount-content form h3 {
  font-size: 2.75rem;
  font-weight: 500;
}
.woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row {
  width: 100%;
}
.woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row label {
  line-height: 2;
}
.woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row .woocommerce-input-wrapper {
  width: 100%;
}
.woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row .woocommerce-input-wrapper input {
  padding: 8px;
  font-size: 16px;
  border: 1px solid #e1dfdd;
  border-radius: 3px;
}
.woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields p .button {
  margin-top: 16px;
  padding: 11px 16px;
  font-weight: 500;
  color: #fff;
  background: #000;
  width: 100%;
  text-transform: uppercase;
  border: 2px solid #000;
}
.woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields p .button:hover {
  color: #000;
  background-color: #fff;
  border: 2px solid #000;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-form-row {
  width: 100%;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-form-row label {
  line-height: 2;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-form-row input {
  padding: 8px;
  font-size: 16px;
  border: 1px solid #e1dfdd;
  border-radius: 3px;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset {
  padding: 16px;
  border-radius: 3px;
  border: 1px solid #e1dfdd;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset legend {
  font-size: 2.75rem;
  font-weight: 500;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm p .woocommerce-Button {
  margin-top: 16px;
  padding: 11px 16px;
  font-weight: 500;
  color: #fff;
  background: #000;
  width: 100%;
  text-transform: uppercase;
  border: 2px solid #000;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm p .woocommerce-Button:hover {
  color: #000;
  background-color: #fff;
  border: 2px solid #000;
}
.woocommerce #customer_login .u-column h2 {
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
}
.woocommerce #customer_login .u-column .woocommerce-form {
  margin: 16px 0;
  border: 1px solid #e1dfdd;
  padding: 20px;
  text-align: left;
  border-radius: 5px;
}
.woocommerce #customer_login .u-column .woocommerce-form .woocommerce-form-row label {
  line-height: 2.5;
}
.woocommerce #customer_login .u-column .woocommerce-form .woocommerce-form-row input {
  padding: 8px;
  font-size: 16px;
  border: 1px solid #e1dfdd;
  border-radius: 3px;
}
.woocommerce #customer_login .u-column .woocommerce-form .woocommerce-form-row-password {
  position: relative;
}
.woocommerce #customer_login .u-column .woocommerce-form .woocommerce-form-row-password .fa {
  position: absolute;
  bottom: 14px;
  right: 14px;
  font-size: 20px;
}
.woocommerce #customer_login .u-column .woocommerce-form .woocommerce-form-row-password .fa::before {
  color: #878787;
}
.woocommerce #customer_login .u-column .woocommerce-form .form-row-checkbox {
  margin-top: 2.5rem;
}
.woocommerce #customer_login .u-column .woocommerce-form .form-row .woocommerce-button {
  padding: 11px 16px;
  font-weight: 500;
  color: #fff;
  background: #000;
  width: 100%;
  text-transform: uppercase;
  border: 1px solid #000;
}
.woocommerce #customer_login .u-column .woocommerce-form .woocommerce-LostPassword a {
  text-decoration: none;
  color: #000;
}
.woocommerce #customer_login .u-column .woocommerce-form .woocommerce-privacy-policy-text {
  display: none;
}
.woocommerce #customer_login .u-column .woocommerce-form .form-row-register {
  margin-top: 2.5rem;
}

#call-phone {
  position: fixed;
  right: 5px;
  bottom: 80px;
  z-index: 9999;
}
#call-phone .phonering-alo-phone {
  width: 100px;
  height: 100px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
#call-phone .phonering-alo-phone .phonering-alo-ph-circle {
  width: 100%;
  height: 100%;
  background: #111;
  border: 2px solid #111;
  border-radius: 50%;
  transition: all 0.5s;
  transform-origin: 50% 50%;
  animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
}
#call-phone .phonering-alo-phone .phonering-alo-ph-circle-fill {
  width: 85px;
  height: 85px;
  position: absolute;
  background: #111;
  border-radius: 50%;
  transition: all 0.5s;
  transform-origin: 50% 50%;
  animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
}
#call-phone .phonering-alo-phone .phonering-alo-ph-img-circle {
  width: 60px;
  background: #111;
  height: 60px;
  position: absolute;
  border-radius: 50%;
  transition: all 0.5s;
  transform-origin: 50% 50%;
  animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
}
#call-phone .phonering-alo-phone .phonering-alo-ph-img-circle .link-phone {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
#call-phone .phonering-alo-phone .numberphone {
  width: 130px;
  background: #111;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(-30%, -50%);
  padding: 6px 12px;
  border-radius: 10px;
  transition: visibility 0s linear 0.25s, opacity 0.25s;
}
#call-phone .phonering-alo-phone .numberphone .link-phone {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}
#call-phone .phonering-alo-phone .numberphone .fa-caret-right {
  position: absolute;
  right: -5px;
  top: 8px;
  color: #111;
}

@keyframes phonering-alo-circle-anim {
  0% {
    transform: rotate(0) scale(0.5) skew(1deg);
    opacity: 0.1;
  }
  30% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.5;
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.1;
  }
}
@keyframes phonering-alo-circle-fill-anim {
  0% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}
@keyframes phonering-alo-circle-img-anim {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
#zalo {
  position: fixed;
  right: 20px;
  bottom: 175px;
  z-index: 9999;
}
#zalo .zalo-icon img {
  width: 70px;
  height: 70px;
  border-radius: 10px;
}

.floating-above-contact {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.floating-above-contact .icon {
  width: 56px;
  height: 56px;
  border: 0;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 10px 28px rgba(33, 33, 33, 0.16);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}

.floating-above-contact .icon:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(33, 33, 33, 0.2);
}

.floating-above-contact .icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: inherit;
}

.floating-above-contact .icon:focus-visible {
  outline: 2px solid #C40F0F;
  outline-offset: 3px;
}

.floating-above-contact-back-to-top {
  background: #FFFFFF;
  color: #C40F0F;
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
}

.floating-above-contact-back-to-top svg {
  transition: transform 0.25s ease;
}

.floating-above-contact-back-to-top.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.floating-above-contact-back-to-top:hover svg {
  transform: translateY(-2px);
}

.floating-above-contact-zalo {
  background: linear-gradient(180deg, #2D8CFF 0%, #0068FF 100%);
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  overflow: hidden;
}

.floating-above-contact-call {
  width: auto;
  height: auto;
  min-width: 56px;
  min-height: 56px;
  padding: 16px;
  border-radius: 32px;
  background: #C40F0F;
  color: #FFFFFF;
  overflow: visible;
}

.floating-above-contact-call::before,
.floating-above-contact-call::after {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: 999px;
  border: 1px solid rgba(196, 15, 15, 0.35);
  animation: floating-call-ring 1.8s infinite ease-out;
}

.floating-above-contact-call::after {
  animation-delay: 0.6s;
}

.floating-above-contact-call svg {
  width: 24px;
  height: 24px;
  position: relative;
  z-index: 1;
  animation: floating-call-shake 1.8s infinite ease-in-out;
}

@keyframes floating-call-ring {
  0% {
    transform: scale(0.92);
    opacity: 0.55;
  }
  70% {
    transform: scale(1.35);
    opacity: 0;
  }
  100% {
    transform: scale(1.45);
    opacity: 0;
  }
}

@keyframes floating-call-shake {
  0%, 100% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(-14deg);
  }
  20% {
    transform: rotate(12deg);
  }
  30% {
    transform: rotate(-12deg);
  }
  40% {
    transform: rotate(10deg);
  }
  50% {
    transform: rotate(0deg);
  }
}

@media screen and (max-width: 768px) {
  .floating-above-contact {
    right: 12px;
    bottom: 12px;
    gap: 10px;
  }

  .floating-above-contact .icon {
    width: 48px;
    height: 48px;
  }

  .floating-above-contact-zalo {
    font-size: 11px;
  }

  .floating-above-contact-call {
    min-width: 48px;
    min-height: 48px;
    padding: 12px;
    border-radius: 28px;
  }

  .floating-above-contact-call svg {
    width: 20px;
    height: 20px;
  }
}
