*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  height: 100%;
  width: 100%;
  font-size: 0.5208333333vw;
}
@media (max-width: 991.98px) {
  html {
    font-size: 1.0080848404vw;
  }
}
@media (max-width: 575.98px) {
  html {
    font-size: 1.7361713948vw;
  }
}
@media (min-width: 1920px) {
  html {
    font-size: 10px;
  }
}

.container {
  --bs-gutter-container-x: 2rem;
  --bs-gutter-container-m-x: 2rem;
  max-width: 162rem;
  padding-left: calc(0.5 * var(--bs-gutter-container-x));
  padding-right: calc(0.5 * var(--bs-gutter-container-x));
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 991.98px) {
  .container {
    max-width: 100%;
    padding-left: calc(0.5 * var(--bs-gutter-container-m-x));
    padding-right: calc(0.5 * var(--bs-gutter-container-m-x));
  }
}

.container-fluid {
  --bs-gutter-container-x: 2rem;
  --bs-gutter-container-m-x: 2rem;
  max-width: 178rem;
  padding-left: calc(0.5 * var(--bs-gutter-container-x));
  padding-right: calc(0.5 * var(--bs-gutter-container-x));
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 991.98px) {
  .container-fluid {
    max-width: 100%;
    padding-left: calc(0.5 * var(--bs-gutter-container-m-x));
    padding-right: calc(0.5 * var(--bs-gutter-container-m-x));
  }
}

.row {
  --bs-gutter-x: 2rem;
  --bs-gutter-y: 2rem;
  --bs-gutter-m-x: 2rem;
  --bs-gutter-m-y: 2rem;
}
@media (max-width: 991.98px) {
  .row {
    margin-right: calc(-0.5 * var(--bs-gutter-m-x));
    margin-left: calc(-0.5 * var(--bs-gutter-m-x));
  }
}
@media (max-width: 991.98px) {
  .row [class^=col-],
  .row [class*=" col-"] {
    padding-left: calc(0.5 * var(--bs-gutter-m-x));
    padding-right: calc(0.5 * var(--bs-gutter-m-x));
  }
}

.g-0 {
  --bs-gutter-x: 0;
  --bs-gutter-m-x: 0;
  --bs-gutter-y: 0;
  --bs-gutter-m-y: 0;
}

.gx-0 {
  --bs-gutter-x: 0;
  --bs-gutter-m-x: 0;
}

.gy-0 {
  --bs-gutter-y: 0;
  --bs-gutter-m-y: 0;
}

.row-sm {
  --bs-gutter-x: 2rem;
}
@media (max-width: 991.98px) {
  .row-sm {
    margin-right: calc(-0.5 * var(--bs-gutter-m-x));
    margin-left: calc(-0.5 * var(--bs-gutter-m-x));
  }
}
@media (max-width: 991.98px) {
  .row-sm [class^=col-],
  .row-sm [class*=" col-"] {
    padding-left: calc(0.5 * var(--bs-gutter-m-x));
    padding-right: calc(0.5 * var(--bs-gutter-m-x));
  }
}

a,
acronym,
applet,
body,
details,
dfn,
div,
footer,
header,
hgroup,
kbd,
object,
output,
samp,
section,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

body {
  color: #757575;
  font-family: "Outfit";
  font-weight: 400;
  background-color: #FFFFFF;
  font-size: 1.6rem;
  line-height: 1.5625;
}
body ::-webkit-scrollbar {
  width: 0.3rem;
}
body ::-webkit-scrollbar-track {
  background-color: #FFFFFF;
}
body ::-webkit-scrollbar-thumb {
  background: #0C6E6D;
}

.menu ol, .footer-nav ul, .menu ul {
  list-style: none;
  padding-left: 0;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

p {
  margin-bottom: 1.5rem;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

label {
  display: block;
  text-align: left;
  margin-bottom: 1rem;
}

input,
textarea,
select {
  border: 1px solid #000000;
  padding-top: 1rem;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  background: transparent;
}

input[type=checkbox] {
  width: auto;
}

.col-2dot4 {
  flex: 0 0 50%;
  max-width: 50%;
}

@media (min-width: 575.98px) {
  .col-sm-2dot4 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 767.98px) {
  .col-md-2dot4 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 991.98px) {
  .col-lg-2dot4 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 1199.98px) {
  .col-xl-2dot4 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
/*--------------------------------------------------------------
# Custom
------------------------------------- -------------------------*/
.btn-custom {
  font-family: "Outfit";
  font-size: 1.8rem;
  line-height: 1.3333333333;
  color: #FFFFFF;
  padding: 1.6rem 4.8rem 1.6rem 4.8rem;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  font-weight: 500;
  text-decoration: none;
  position: relative;
  background-color: #0AA28F;
  border-radius: 100px;
  text-align: center;
}
.btn-custom:hover {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #0AA28F;
}

.btn-main, .woocommerce .page-dashboard .woocommerce-MyAccount-content .woocommerce-address-fields .button, .woocommerce .page-dashboard .woocommerce-MyAccount-content form .woocommerce-Button, .myaccount-login form .btn-main, .myaccount-login .woocommerce .page-dashboard .woocommerce-MyAccount-content form .woocommerce-Button, .woocommerce .page-dashboard .woocommerce-MyAccount-content .myaccount-login form .woocommerce-Button, .myaccount-login form .woocommerce-LoginLink .btn-main, .woocommerce .page-checkout .woocommerce-form-login .button, .woocommerce .page-checkout .woocommerce-form-coupon .button, .woocommerce #place_order, .woocommerce table.shop_table td .actions button.button,
.woocommerce table.shop_table td .actions a, .woocommerce .wc-proceed-to-checkout a.checkout-button, .single-product.woocommerce form.cart .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .delete_item, .single-product.woocommerce form.cart .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .add_to_wishlist, .single-product.woocommerce form.cart .button, .woocommerce #layout-product .sidebar-left .btn-filter .bapf_button {
  font-family: "Outfit";
  font-size: 1.8rem;
  line-height: 1.3333333333;
  color: #FFFFFF;
  padding: 1.6rem 4.8rem 1.6rem 4.8rem;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  font-weight: 500;
  text-decoration: none;
  position: relative;
  background-color: #0AA28F;
  border-radius: 100px;
  text-align: center;
}
.btn-main:hover, .woocommerce .page-dashboard .woocommerce-MyAccount-content .woocommerce-address-fields .button:hover, .woocommerce .page-dashboard .woocommerce-MyAccount-content form .woocommerce-Button:hover, .myaccount-login form .btn-main:hover, .woocommerce .page-checkout .woocommerce-form-login .button:hover, .woocommerce .page-checkout .woocommerce-form-coupon .button:hover, .woocommerce #place_order:hover, .woocommerce table.shop_table td .actions button.button:hover,
.woocommerce table.shop_table td .actions a:hover, .woocommerce .wc-proceed-to-checkout a.checkout-button:hover, .single-product.woocommerce form.cart .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .delete_item:hover, .single-product.woocommerce form.cart .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .add_to_wishlist:hover, .single-product.woocommerce form.cart .button:hover, .woocommerce #layout-product .sidebar-left .btn-filter .bapf_button:hover {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #0AA28F;
}

.mb-10 {
  margin-bottom: 1rem;
}

.mt-10 {
  margin-top: 1rem;
}

.mb-20 {
  margin-bottom: 2rem;
}

.mt-20 {
  margin-top: 2rem;
}

.mt-30 {
  margin-top: 3rem;
}

.mb-30 {
  margin-bottom: 3rem;
}

.mt-40 {
  margin-top: 4rem;
}

.mb-40 {
  margin-bottom: 4rem;
}

.mt-50 {
  margin-top: 5rem;
}

.mb-50 {
  margin-bottom: 5rem;
}

.mt-70 {
  margin-top: 7rem;
}

.mt-100 {
  margin-top: 10rem;
}

.mt-120 {
  margin-top: 12rem;
}

.mb-70 {
  margin-bottom: 7rem;
}

.py-5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.py-8 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.py-10 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.py-12 {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.py-13 {
  padding-top: 13rem;
  padding-bottom: 13rem;
}

.pt-12 {
  padding-top: 12rem;
}

.pb-12 {
  padding-bottom: 12rem;
}

.py-15 {
  padding-top: 15rem;
  padding-bottom: 15rem;
}

.pt-20 {
  padding-top: 20rem;
}

.pb-20 {
  padding-bottom: 20rem;
}

.pt-15 {
  padding-top: 15rem;
}

.pb-15 {
  padding-bottom: 15rem;
}

.pt-10 {
  padding-top: 10rem;
}

.pb-10 {
  padding-bottom: 10rem;
}

.pt-8 {
  padding-top: 8rem !important;
}

.pb-8 {
  padding-bottom: 8rem !important;
}

.pt-5 {
  padding-top: 5rem !important;
}

.pb-5 {
  padding-bottom: 5rem !important;
}

.label {
  font-size: 1.6rem;
  line-height: 1.5625;
  font-family: "Outfit";
  color: #0AA28F;
  font-weight: 400;
  position: relative;
  background-color: rgba(10, 162, 143, 0.1019607843);
  border-radius: 50px;
  padding: 1rem 1.5rem;
  padding-left: 3rem;
  display: inline-flex;
  align-items: center;
}
.label::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #0AA28F;
  border-radius: 50%;
  left: 1.3rem;
  top: 1.8rem;
}

.desc {
  font-size: 1.6rem;
  line-height: 1.5625;
  font-family: "Outfit";
  font-weight: 400;
  color: #757575;
}

.title {
  font-size: 4.9rem;
  line-height: 1.1836734694;
  font-weight: 600;
  font-family: "Outfit";
  color: #252525;
}

.heading {
  font-size: 8rem;
  line-height: 1.1;
  font-weight: 700;
  font-family: "Outfit";
  color: #0C6E6D;
}

.banner-home .info .btn-wrap {
  display: flex;
  gap: 2.4rem;
  align-items: center;
  justify-content: center;
}
.banner-home .banner-slide-home .swiper-slide {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 25rem 0 25rem;
  min-height: 50rem;
  position: relative;
}
@media (max-width: 991.98px) {
  .banner-home .banner-slide-home .swiper-slide {
    padding: 15rem 0 15rem;
  }
  .banner-home .banner-slide-home .swiper-slide::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.06) 54.58%, rgba(0, 0, 0, 0.2) 72.26%);
  }
}
.banner-home .banner-slide-home .box-content {
  position: absolute;
  top: 50%;
  left: 55%;
  width: 100%;
  z-index: 9;
  transform: translate(-50%, -50%);
}
@media (max-width: 767.98px) {
  .banner-home .banner-slide-home .box-content {
    bottom: 10rem;
  }
}
.banner-home .banner-slide-home .box-content .text {
  color: #757575;
  font-size: 3rem;
  line-height: 1.3;
  text-transform: uppercase;
}
.banner-home .banner-slide-home .box-content .heading {
  font-size: 12rem;
  line-height: 1.1666666667;
  color: #757575;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  .banner-home .banner-slide-home .box-content .heading {
    font-size: 6rem;
    line-height: 1.3333333333;
  }
}
.banner-home .banner-slide-home .box-content .desc {
  font-size: 3.9rem;
  line-height: 1.1794871795;
  color: #757575;
  font-weight: 600;
}
.banner-home .banner-slide-home .box-content .info {
  text-align: center;
}
.banner-home .banner-slide-home .box-content .btn-wrap .btn-custom {
  border-radius: 10px;
  padding: 1.2rem 2rem;
}
.banner-home .banner-slide-home .swiper-pagination {
  margin-bottom: 1.5rem;
}
.banner-home .banner-slide-home .swiper-pagination .swiper-pagination-bullet {
  background-color: #8E8E93;
  opacity: 1;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
}
.banner-home .banner-slide-home .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #0AA28F;
}
.banner-home .banner-slide-home .btn-swiper .swiper-button-prev {
  width: 3.6rem;
  height: 6.8rem;
  background-color: rgba(23, 26, 26, 0.5019607843);
  border-radius: 0;
  left: 0;
}
.banner-home .banner-slide-home .btn-swiper .swiper-button-prev::after {
  color: #ffffff;
  font-size: 16px;
}
.banner-home .banner-slide-home .btn-swiper .swiper-button-next {
  width: 3.6rem;
  height: 6.8rem;
  background-color: rgba(23, 26, 26, 0.5019607843);
  border-radius: 0;
  right: 0;
}
.banner-home .banner-slide-home .btn-swiper .swiper-button-next::after {
  color: #ffffff;
  font-size: 16px;
}

.section-slideicon {
  border-bottom: 1px solid #E2E8F0;
}
.section-slideicon .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.section-slideicon .icon {
  position: relative;
  padding-top: 46%;
}
.section-slideicon .icon img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 2rem;
  filter: grayscale(100%);
}

.section-aboutushome {
  padding: 12rem 0;
  position: relative;
}
.section-aboutushome .bg-image-top {
  position: absolute;
  top: 0;
  left: 0;
}
.section-aboutushome .image {
  position: relative;
  padding-top: 50.8860759494%;
}
.section-aboutushome .image img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}
.section-aboutushome .box-content {
  padding-left: 3.5rem;
}
@media (max-width: 991.98px) {
  .section-aboutushome .box-content {
    padding-left: 0;
  }
}
.section-aboutushome .box-content .desc ul {
  list-style-type: none;
  margin-left: 3rem;
  padding: 0;
}
@media (max-width: 991.98px) {
  .section-aboutushome .box-content .desc ul {
    margin-left: 3rem;
  }
}
.section-aboutushome .box-content .desc ul li {
  position: relative;
  margin-bottom: 1rem;
}
.section-aboutushome .box-content .desc ul li::before {
  position: absolute;
  content: "";
  left: -3rem;
  top: 0;
  background-image: url(../icons/circle-check.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 2.4rem;
  height: 2.4rem;
}

.section-ourbusiness {
  background-color: #EFF4F7;
}
.section-ourbusiness .info {
  padding-right: 3.5rem;
}
@media (max-width: 991.98px) {
  .section-ourbusiness .info {
    padding-right: 0;
  }
}
.section-ourbusiness .image {
  position: relative;
  padding-top: 86.0759493671%;
}
.section-ourbusiness .image img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

.section-aboutusinfo .heading {
  text-transform: uppercase;
}
.section-aboutusinfo .title {
  font-size: 3.9rem;
  line-height: 1.1794871795;
  font-weight: 600;
}
.section-aboutusinfo .image {
  position: relative;
  padding-top: 40.9638554217%;
}
.section-aboutusinfo .image img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}

.best-seller-section {
  background-color: #FAFAFA;
}
.best-seller-section .bg-image-top {
  position: absolute;
  top: 0;
  left: 0;
}
.best-seller-section .best-seller-banner {
  padding: 2.4rem;
  border-radius: 8px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}
.best-seller-section .best-seller-banner .banner-content {
  position: relative;
}
.best-seller-section .best-seller-banner .banner-content .banner-label {
  color: rgba(255, 255, 255, 0.3137254902);
  font-size: 1.6rem;
  line-height: 1.5625;
}
.best-seller-section .best-seller-banner .banner-content .banner-title {
  color: #FFFFFF;
  font-size: 3.1rem;
  line-height: 1.1935483871;
  font-weight: 600;
  font-family: "Outfit";
}
.best-seller-section .best-seller-banner .banner-content .banner-desc {
  color: rgba(255, 255, 255, 0.6274509804);
}
.best-seller-section .best-seller-banner .banner-content .btn-shop {
  margin-top: 2rem;
  padding: 1rem 2rem;
  border-radius: 4px;
  font-size: 1.4rem;
  line-height: 1.7142857143;
  font-weight: 500;
  color: #FFFFFF;
  background-color: #0AA28F;
}
.best-seller-section .best-seller-banner .banner-content .btn-shop:hover {
  background-color: #0C6E6D;
}
.best-seller-section .header-area {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 2rem;
  position: relative;
}
@media (max-width: 991.98px) {
  .best-seller-section .header-area {
    justify-content: center;
  }
}
.best-seller-section .header-area .title-wrap {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.best-seller-section .header-area .title-wrap .section-title {
  color: #0F172A;
  font-size: 3.1rem;
  line-height: 1.1935483871;
  font-weight: 600;
}
.best-seller-section .header-area .title-wrap .section-sub-title {
  color: #757575;
  font-size: 1.6rem;
  line-height: 1.5625;
}
.best-seller-section .header-area .tabs-nav {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  list-style-type: none;
}
@media (max-width: 991.98px) {
  .best-seller-section .header-area .tabs-nav {
    justify-content: center;
  }
}
.best-seller-section .header-area .tabs-nav li .tab-btn {
  color: #252525;
  font-size: 1.7rem;
  line-height: 1.4705882353;
  font-weight: 500;
  padding: 0.8rem 3.6rem;
  border: 0;
  border-radius: 4px;
}
.best-seller-section .header-area .tabs-nav li .tab-btn.active {
  background-color: #0AA28F;
  color: #FFFFFF;
}
.best-seller-section .content-area .swiper-scrollbar {
  left: 0;
  width: 100%;
  bottom: 0;
  position: static;
  margin-top: 0.5rem;
}
.best-seller-section .content-area .swiper-scrollbar .swiper-scrollbar-drag {
  background: #0AA28F;
}
.best-seller-section .content-area .tab-pane {
  display: none;
}
.best-seller-section .content-area .tab-pane.active {
  display: block;
}

.section-listitemsolution .list-item .item {
  text-align: center;
  border: 1px solid #E7ECEE;
  padding: 5rem 4.5rem;
  height: 100%;
  border-radius: 16px;
  position: relative;
  padding-top: 11rem;
  overflow: hidden;
}
.section-listitemsolution .list-item .item:hover .icon {
  background-color: #0AA28F;
}
.section-listitemsolution .list-item .item:hover .icon img {
  filter: brightness(100);
}
.section-listitemsolution .list-item .item:hover .count-item {
  background-color: #0AA28F;
  color: #FFFFFF;
}
.section-listitemsolution .list-item .item .count-item {
  width: 10rem;
  height: 10rem;
  border: 10px solid #F6F7F7;
  color: #283333;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 600;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -5rem;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 3rem;
  transition: all 0.3s ease-in-out;
}
.section-listitemsolution .list-item .item .icon {
  width: 10rem;
  height: 10rem;
  padding: 1rem;
  background-color: #F6F7F7;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
}
.section-listitemsolution .list-item .item .icon img {
  width: 6rem;
  height: 6rem;
  object-fit: contain;
}
.section-listitemsolution .list-item .item .item-info .title-item {
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 600;
  font-family: "Outfit";
  color: #283333;
}
.section-listitemsolution .list-item .item .item-info .desc {
  color: #676E6E;
}

.section-slideimage .banner-slide-image .swiper-pagination {
  margin-bottom: 1.5rem;
}
.section-slideimage .banner-slide-image .swiper-pagination .swiper-pagination-bullet {
  background-color: #8E8E93;
  opacity: 1;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
}
.section-slideimage .banner-slide-image .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ffffff;
}
.section-slideimage .banner-slide-image .btn-swiper .swiper-button-prev {
  width: 3.6rem;
  height: 6.8rem;
  background-color: rgba(23, 26, 26, 0.5019607843);
  border-radius: 0;
  left: 0;
}
.section-slideimage .banner-slide-image .btn-swiper .swiper-button-prev::after {
  color: #ffffff;
  font-size: 16px;
}
.section-slideimage .banner-slide-image .btn-swiper .swiper-button-next {
  width: 3.6rem;
  height: 6.8rem;
  background-color: rgba(23, 26, 26, 0.5019607843);
  border-radius: 0;
  right: 0;
}
.section-slideimage .banner-slide-image .btn-swiper .swiper-button-next::after {
  color: #ffffff;
  font-size: 16px;
}
.section-slideimage .banner-slide-image .box-image {
  position: relative;
}
.section-slideimage .banner-slide-image .box-image .image {
  position: relative;
  padding-top: 43.59375%;
}
.section-slideimage .banner-slide-image .box-image .image img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-slideimage .banner-slide-image .box-image .title {
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 600;
  color: #FFFFFF;
  position: absolute;
  left: 7.5rem;
  bottom: 4rem;
}

.section-whychooseus {
  background-color: #0C6E6D;
}
.section-whychooseus .title {
  color: #FFFFFF;
  font-size: 3.9rem;
  line-height: 1.1794871795;
}
.section-whychooseus .desc {
  color: #FFFFFF;
}
.section-whychooseus .content-bot .video {
  position: relative;
  padding-top: 68.6149936468%;
}
.section-whychooseus .content-bot .video video {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.section-whychooseus .content-bot .list-item .item {
  background-color: #FFFFFF;
  color: #095B67;
  padding: 2rem 8rem;
  height: 100%;
  border-radius: 10px;
  text-align: center;
}
@media (max-width: 991.98px) {
  .section-whychooseus .content-bot .list-item .item {
    padding: 2rem;
  }
}
.section-whychooseus .content-bot .list-item .item .icon {
  text-align: center;
}
.section-whychooseus .content-bot .list-item .item .icon img {
  width: 6.4rem;
  height: 6.4rem;
  object-fit: contain;
}
.section-whychooseus .content-bot .list-item .item .item-info .title-item {
  color: #095B67;
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 600;
}

.section-ourjourney .box-content {
  padding: 3rem;
  background-color: #0C6E6D;
  border-radius: 30px;
}
.section-ourjourney .box-content .image {
  position: relative;
  padding-top: 65.6953642384%;
}
.section-ourjourney .box-content .image img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.section-ourjourney .box-content .info {
  padding: 3rem 8rem;
}
@media (max-width: 991.98px) {
  .section-ourjourney .box-content .info {
    padding: 0;
  }
}
.section-ourjourney .box-content .title {
  color: #FFFFFF;
}
.section-ourjourney .box-content .desc {
  color: #FFFFFF;
}

.section-ourmission .info .desc h4 {
  color: #252525;
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
@media (max-width: 991.98px) {
  .section-ourmission .info .desc h4 {
    padding-left: 0 !important;
  }
}
.section-ourmission .info .desc ul {
  list-style-type: none;
  margin-left: 7rem;
  padding: 0;
}
@media (max-width: 991.98px) {
  .section-ourmission .info .desc ul {
    margin-left: 3rem;
  }
}
.section-ourmission .info .desc ul li {
  position: relative;
  margin-bottom: 1rem;
}
.section-ourmission .info .desc ul li::before {
  position: absolute;
  content: "";
  left: -3rem;
  top: 0;
  background-image: url(../icons/circle-check.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 2.4rem;
  height: 2.4rem;
}
.section-ourmission .image {
  position: relative;
  padding-top: 67.027027027%;
}
.section-ourmission .image img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

.section-whatwedo .list-item .item {
  padding: 3rem;
  background-color: #FAFAFA;
  border-radius: 16px;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2rem;
}
.section-whatwedo .list-item .item .icon {
  width: 10rem;
  height: 10rem;
  background-color: #0AA28F;
  border-radius: 8px;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 2rem;
}
.section-whatwedo .list-item .item .icon img {
  width: 6rem;
  height: 6rem;
  object-fit: contain;
}
.section-whatwedo .list-item .item .item-info .title-item {
  color: #283333;
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 600;
}
.section-whatwedo .list-item .item .item-info .desc {
  color: #676E6E;
}
.section-whatwedo .list-item .item .count-item {
  color: #283333;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.5;
  font-family: "Outfit";
}

.section-image .image {
  position: relative;
  padding-top: 49.5%;
}
.section-image .image img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}

.section-ourstrengths .list-item .item {
  text-align: center;
  border: 1px solid #E7ECEE;
  padding: 5rem 4.5rem;
  height: 100%;
  border-radius: 16px;
  position: relative;
  padding-top: 11rem;
  overflow: hidden;
}
.section-ourstrengths .list-item .item:hover .icon {
  background-color: #0AA28F;
}
.section-ourstrengths .list-item .item:hover .icon img {
  filter: brightness(100);
}
.section-ourstrengths .list-item .item:hover .count-item {
  background-color: #0AA28F;
  color: #FFFFFF;
}
.section-ourstrengths .list-item .item .count-item {
  width: 10rem;
  height: 10rem;
  border: 10px solid #F6F7F7;
  color: #283333;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 600;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -5rem;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 3rem;
  transition: all 0.3s ease-in-out;
}
.section-ourstrengths .list-item .item .icon {
  width: 10rem;
  height: 10rem;
  padding: 1rem;
  background-color: #F6F7F7;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
}
.section-ourstrengths .list-item .item .icon img {
  width: 6rem;
  height: 6rem;
  object-fit: contain;
}
.section-ourstrengths .list-item .item .item-info .title-item {
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 600;
  font-family: "Outfit";
  color: #283333;
}
.section-ourstrengths .list-item .item .item-info .desc {
  color: #676E6E;
}

.section-forward {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.section-forward .box-content {
  background-color: #0C6E6D;
  color: #FFFFFF;
  border-radius: 20px;
  padding: 3rem;
}
.section-forward .box-content .title {
  color: #FFFFFF;
}
.section-forward .box-content .desc {
  color: #FFFFFF;
}

.section-partnership .image {
  position: relative;
  padding-top: 62.3556581986%;
}
.section-partnership .image img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.section-partnership .info {
  padding: 3.2rem 8rem;
  background-color: #0AA28F;
  border-radius: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media (max-width: 991.98px) {
  .section-partnership .info {
    padding: 3rem 2rem;
  }
}
.section-partnership .info .title {
  color: #FFFFFF;
  font-size: 3.9rem;
  line-height: 1.1794871795;
  font-weight: 600;
}
.section-partnership .info .desc {
  color: #FFFFFF;
}

.section-productcategoryhome {
  padding: 12rem 0;
  background-color: #f9f4e6;
}
.section-productcategoryhome .list-item .item {
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
.section-productcategoryhome .list-item .item .image {
  position: relative;
  padding-top: 74.3362831858%;
  transition: all 0.3s ease-in;
}
.section-productcategoryhome .list-item .item .image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 32px;
}
.section-productcategoryhome .list-item .item .item-content {
  padding: 1.6rem 3.2rem;
  background-color: #fff;
  border-radius: 32px;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  position: absolute;
  left: 3.2rem;
  bottom: 3.6rem;
}
.section-productcategoryhome .list-item .item .item-content .title-item {
  font-size: 3.2rem;
  line-height: 1.1875;
  font-weight: 400;
  color: #0d342b;
  text-align: center;
  font-family: "Outfit";
}
.section-productcategoryhome .list-item .item .item-content .btn-wrap {
  display: none;
  transition: all 0.3s ease-in;
}
.section-productcategoryhome .list-item .item .item-content .btn-wrap .btn-custom {
  width: fit-content;
  font-size: 2rem;
  line-height: 1.2;
  padding: 0.8rem 2rem;
  border-radius: 20px;
  border: 1px solid #095B67;
  font-family: "Outfit";
}
.section-productcategoryhome .list-item .item .item-content .btn-wrap .btn-custom:hover svg path {
  stroke: #fff;
}
.section-productcategoryhome .list-item .item:hover .item-content .btn-wrap {
  display: block;
}

.section-aboutusinfo .list-item .item .title-item {
  color: #434343;
  font-size: 2rem;
  line-height: 1.2;
  font-family: "Outfit";
}
.section-aboutusinfo .list-gallery .swiper-slide .item .image {
  position: relative;
  padding-top: 80.5309734513%;
}
.section-aboutusinfo .list-gallery .swiper-slide .item .image img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 32px;
}
.section-aboutusinfo .list-gallery .swiper-pagination {
  position: static;
  margin-top: 3rem;
}
.section-aboutusinfo .list-gallery .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #0d342b;
}

.section-banner .heading {
  text-transform: uppercase;
}

.list-item-recipes .item .image {
  position: relative;
  padding-top: 65.5172413793%;
  overflow: hidden;
  border-radius: 20px;
}
.list-item-recipes .item .image img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  transition: all 0.3s ease-in-out;
}
.list-item-recipes .item .image:hover img {
  transform: scale(1.2);
}
.list-item-recipes .item .info .category-name {
  color: #0AA28F;
  font-size: 1.6rem;
  line-height: 1.5625;
  font-weight: 400;
}
.list-item-recipes .item .info .title-item {
  color: #252525;
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 600;
}
.list-item-recipes .item .info .title-item a {
  text-decoration: none;
  color: #252525;
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 600;
}
.list-item-recipes .item .btn-link {
  color: #252525;
  font-size: 1.3rem;
  line-height: 1.8461538462;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.list-item-recipes .item .btn-link .icon-arrow {
  width: 1.8rem;
  height: 1.8rem;
  padding: 2px;
  background-color: #0AA28F;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.list-item-recipes .item .btn-link .icon-arrow img {
  width: 0.75rem;
  height: 0.75rem;
  object-fit: contain;
}

.section-bloghome {
  background-color: #FAFAFA;
}

.blog-page .sidebar-categories {
  background-color: #F5F7F9;
  padding: 1.6rem;
  border-radius: 16px;
}
.blog-page .sidebar-categories .category-card .category-title {
  background-color: #095B67;
  padding: 1.6rem;
  border-radius: 12px;
  color: #FFFFFF;
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 600;
}
.blog-page .sidebar-categories .category-card .category-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 2rem;
}
.blog-page .sidebar-categories .category-card .category-list .category-item {
  padding: 0.8rem 1.6rem;
  color: #676E6E;
  font-size: 1.6rem;
  line-height: 1.5625;
  font-weight: 400;
  text-decoration: none;
  border-radius: 8px;
  position: relative;
}
.blog-page .sidebar-categories .category-card .category-list .category-item.active {
  background-color: #FFFFFF;
  padding-left: 4rem;
}
.blog-page .sidebar-categories .category-card .category-list .category-item.active::before {
  position: absolute;
  content: "";
  left: 1.6rem;
  top: 13px;
  background-image: url(../icons/icon-next.png);
  width: 1.6rem;
  height: 1.6rem;
  background-repeat: no-repeat;
  background-size: contain;
}
.blog-page .wrapper-filter #filter-form {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: center;
}
.blog-page .wrapper-filter .select-box {
  display: flex;
  gap: 2rem;
  align-items: center;
}
.blog-page .wrapper-filter .select-box .name {
  color: #676E6E;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 600;
}
.blog-page .wrapper-filter .select-box select {
  color: #676E6E;
  font-size: 1.6rem;
  line-height: 1.5625;
  font-family: "Outfit";
  padding: 0.8rem 1.2rem;
  background-color: transparent;
  border-radius: 8px;
  margin-bottom: 0;
}
.blog-page .list-item-recipes .item .image {
  position: relative;
  padding-top: 65.5172413793%;
  overflow: hidden;
  border-radius: 20px;
}
.blog-page .list-item-recipes .item .image img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  transition: all 0.3s ease-in-out;
}
.blog-page .list-item-recipes .item .image:hover img {
  transform: scale(1.2);
}
.blog-page .list-item-recipes .item .info .category-name {
  color: #0AA28F;
  font-size: 1.6rem;
  line-height: 1.5625;
  font-weight: 400;
}
.blog-page .list-item-recipes .item .info .title-item {
  color: #252525;
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 600;
}
.blog-page .list-item-recipes .item .info .title-item a {
  text-decoration: none;
  color: #252525;
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 600;
}
.blog-page .list-item-recipes .item .btn-link {
  color: #252525;
  font-size: 1.3rem;
  line-height: 1.8461538462;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.blog-page .list-item-recipes .item .btn-link .icon-arrow {
  width: 1.8rem;
  height: 1.8rem;
  padding: 2px;
  background-color: #0AA28F;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.blog-page .list-item-recipes .item .btn-link .icon-arrow img {
  width: 0.75rem;
  height: 0.75rem;
  object-fit: contain;
}
.blog-page .pagination {
  gap: 1.5rem;
  align-items: center;
}
.blog-page .pagination .page-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.blog-page .pagination .page-item .page-numbers {
  flex-shrink: 0;
  color: #010101;
  font-size: 2.2rem;
  line-height: 1.1818181818;
  font-weight: 400;
  width: 4.4rem;
  height: 4.6rem;
  padding: 1rem;
  border-radius: 10px;
  border: 1.2px solid #eee;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.blog-page .pagination .page-item .page-numbers.current {
  color: #fff;
  background-color: #0AA28F;
  border-color: #0AA28F;
}

.blog-detail .box-content .box {
  display: flex;
  gap: 2rem;
  align-items: center;
  flex-wrap: wrap;
}
.blog-detail .box-content .box .category-name {
  color: #0AA28F;
  font-size: 1.6rem;
  line-height: 1.5625;
  font-weight: 400;
  font-family: "Outfit";
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
}
.blog-detail .box-content .box .date {
  color: #757575;
  font-size: 1.8rem;
  line-height: 1.5555555556;
  font-weight: 400;
  font-family: "Outfit";
}
.blog-detail .box-content .desc {
  color: #757575;
  font-size: 1.8rem;
  line-height: 1.5555555556;
  font-weight: 400;
  font-family: "Outfit";
}
.blog-detail .box-content .desc h3 {
  color: #252525;
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 1rem;
}

.related-post {
  border-top: 1px solid #252525;
}

.contact-us {
  position: relative;
}
.contact-us .heading {
  text-transform: uppercase;
}
.contact-us .bg-image-right {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 30%;
}
@media (max-width: 991.98px) {
  .contact-us .bg-image-right {
    display: none;
  }
}
.contact-us .bg-image-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact-us .list-item .item {
  display: flex;
  gap: 2rem;
  border-bottom: 1px solid #E0E0E0;
  padding: 2rem 0;
}
.contact-us .list-item .item .icon {
  flex-shrink: 0;
}
.contact-us .list-item .item .icon img {
  width: 2.4rem;
  height: 2.4rem;
  object-fit: contain;
}
.contact-us .list-item .item .item-info .text {
  color: #0AA28F;
}
.contact-us .list-item .item .item-info .desc {
  color: #757575;
  font-size: 1.9rem;
  line-height: 1.1578947368;
  font-weight: 600;
}
.contact-us .list-item .item .item-info .desc p:last-child {
  margin-bottom: 0;
}
.contact-us .form-contact {
  position: relative;
  background-color: #095B67;
  padding: 2rem 4rem;
  border-radius: 10px;
}
.contact-us .form-contact .form-label {
  color: #FFFFFF;
}
.contact-us .form-contact .form-control {
  padding: 1.2rem 1.6rem;
  color: #676E6E;
  font-size: 1.6rem;
  line-height: 1.5625;
  border-radius: 8px;
}
.contact-us .form-contact .form-control::placeholder {
  color: #676E6E;
  font-size: 1.6rem;
  line-height: 1.5625;
}
.contact-us .form-contact .wpcf7-list-item-label {
  color: #FFFFFF;
  margin-left: 0.5rem;
}
.contact-us .form-contact .btn-wrap .btn-custom {
  border: 0;
  width: 100%;
}
.contact-us .form-contact .wpcf7-response-output {
  color: #FFFFFF;
}

.section-shopcategoryhome .box-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1rem;
}
.section-shopcategoryhome .box-content .info .title {
  font-size: 3.9rem;
  line-height: 1.1794871795;
}
.section-shopcategoryhome .list-cat-home .swiper-slide {
  height: auto;
}
.section-shopcategoryhome .list-cat-home .item {
  background-color: #FAFAFA;
  padding: 1.5rem 3.6rem;
  height: 100%;
}
.section-shopcategoryhome .list-cat-home .item .image {
  position: relative;
  padding-top: 100%;
}
.section-shopcategoryhome .list-cat-home .item .image img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.section-shopcategoryhome .list-cat-home .item:hover .image img {
  transform: scale(1.1);
}
.section-shopcategoryhome .list-cat-home .item .item-content {
  text-align: center;
}
.section-shopcategoryhome .list-cat-home .item .item-content .title-item {
  color: #252525;
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: 600;
  margin-top: 2rem;
}
.section-shopcategoryhome .list-cat-home .item .item-content .title-item a {
  color: #252525;
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: 600;
  margin-top: 2rem;
  text-decoration: none;
}
.section-shopcategoryhome .list-cat-home .item .item-content .number-item {
  color: #252525;
  font-size: 0.8rem;
  line-height: 1.125;
  margin-top: 1rem;
}
.section-shopcategoryhome .swiper-scrollbar {
  left: 0;
  width: 100%;
  bottom: 0;
  position: static;
  margin-top: 0.5rem;
}
.section-shopcategoryhome .swiper-scrollbar .swiper-scrollbar-drag {
  background: #0AA28F;
}

.section-featuredproductshome .list-item-product {
  position: relative;
}
.section-featuredproductshome .list-item-product .swiper-slide {
  height: auto;
}
.section-featuredproductshome .list-item-product .wrapper-pagination {
  position: absolute;
  top: 50%;
  left: -3rem;
  right: -3rem;
  width: 103.5%;
  z-index: 9;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
}
@media (max-width: 991.98px) {
  .section-featuredproductshome .list-item-product .wrapper-pagination {
    left: 0;
    right: 0;
    width: 100%;
  }
}
.section-featuredproductshome .list-item-product .wrapper-pagination .swiper-prev {
  width: 6rem;
  height: 6rem;
  padding: 1.2rem;
  border-radius: 50%;
  background-color: #F0F0F0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-featuredproductshome .list-item-product .wrapper-pagination .swiper-next {
  width: 6rem;
  height: 6rem;
  padding: 1.2rem;
  border-radius: 50%;
  background-color: #F0F0F0;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 767.98px) {
  #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    color: #0AA28F;
  }
}
.add-fix-top {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  position: fixed;
  z-index: 99;
  bottom: 75px;
  right: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  display: inline-block;
  color: #fff !important;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 45px;
  height: 45px;
  line-height: 40px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  text-align: center;
  background: #095B67;
}

.add-fix-top.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  opacity: 0.7;
  filter: alpha(opacity=70);
}

/*--------------------------------------------------------------
# Woocommerce 
--------------------------------------------------------------*/
.woocommerce {
  position: relative;
}
.woocommerce .woocommerce-info {
  background-color: #f1f3f3;
  border-top-color: #095B67;
  color: #505050;
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 1rem;
}
.woocommerce .woocommerce-info::before {
  color: #505050;
}
.woocommerce .woocommerce-info a {
  font-size: 2rem;
  line-height: 1.2;
  color: #095B67;
}
.woocommerce .woocommerce-error {
  font-size: 2rem;
  line-height: 1.2;
}
.woocommerce .woocommerce-notices-wrapper .woocommerce-error {
  background-color: #f1f3f3;
  border-top-color: #b81c23;
  color: #505050;
  margin-bottom: 1rem;
}
.woocommerce .woocommerce-notices-wrapper .woocommerce-error a {
  color: #095B67;
}
.woocommerce .woocommerce-notices-wrapper .woocommerce-error::before {
  color: #505050;
}
.woocommerce .woocommerce-notices-wrapper .woocommerce-error:focus-visible {
  outline: none;
}
.woocommerce .return-to-shop .button {
  font-family: "Outfit";
  font-size: 2rem;
  line-height: 1.2;
  color: #FFF;
  background: #095B67;
  padding: 1rem 2rem 1rem 2rem;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  text-decoration: none;
  position: relative;
}
.woocommerce .return-to-shop .button:hover {
  text-decoration: none;
  color: #FFF;
  background: #095B67;
}
.woocommerce .woocommerce-message {
  background-color: #f1f3f3;
  border-top-color: #095B67;
  color: #505050;
  margin-bottom: 1rem;
  font-size: 2rem;
  line-height: 1.2;
}
.woocommerce .woocommerce-message::before {
  color: #505050;
}
.woocommerce .woocommerce-message:focus-visible {
  outline: none;
}
.woocommerce .woocommerce-message a.button {
  font-family: "Outfit";
  font-size: 2rem;
  line-height: 1.2;
  color: #FFF;
  background: #095B67;
  padding: 1rem 2rem 1rem 2rem;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  text-decoration: none;
  position: relative;
}
.woocommerce .woocommerce-message a.button:hover {
  text-decoration: none;
  color: #FFF;
}
.woocommerce .woocommerce-message .restore-item {
  color: #FFFFFF;
}
.woocommerce .woocommerce-breadcrumb {
  color: #FFFFFF;
  text-align: center;
  padding: 1rem 0;
}
.woocommerce .woocommerce-breadcrumb a {
  font-size: 1.5rem;
  line-height: 1.2666666667;
  color: #000000;
}
.woocommerce a {
  text-decoration: none;
}
.woocommerce .quantity {
  display: flex;
  align-items: center;
  gap: 5px;
  background-color: #F7F7F7;
  border-radius: 8px;
  padding: 1.6rem 1.6rem;
  width: fit-content;
  margin-right: 2rem !important;
}
.woocommerce .quantity .qty {
  padding: 0;
  margin-bottom: 0;
  color: #030303;
  font-size: 1.8rem;
  line-height: 1.2222222222;
  font-weight: 400;
  border: none;
  text-align: center;
  width: 4rem;
}
.woocommerce .quantity input::-webkit-outer-spin-button,
.woocommerce .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.woocommerce .quantity input[type=number] {
  -moz-appearance: textfield;
}
.woocommerce .quantity button {
  color: #BCBCBC;
  font-size: 1.5rem;
  line-height: 1.2666666667;
  background-color: transparent;
  border: 0;
}

.woocommerce table.account-orders-table {
  border: none;
}
.woocommerce table.account-orders-table th {
  text-align: left;
  background-color: transparent;
  padding: 0.5rem 0rem 0.5rem 0rem;
  font-weight: 700;
  font-family: "Outfit";
  font-size: 1.2rem;
  line-height: 1.1666666667;
}
.woocommerce table.account-orders-table th.woocommerce-orders-table__header-order-actions {
  text-align: right;
}
.woocommerce table.account-orders-table td {
  border: 0;
  border-bottom: 1px solid #eee;
  padding: 1rem 0rem 1rem 0rem;
  text-align: left;
}
.woocommerce table.account-orders-table td.woocommerce-orders-table__cell-order-actions {
  text-align: right;
}
.woocommerce table.account-orders-table a.button {
  display: inline-block;
  border-radius: 0;
  padding: 0.6rem 1rem 0.6rem 1rem;
  font-weight: 400;
  font-family: "Outfit";
  font-size: 1.2rem;
  line-height: 1.1666666667;
}
.woocommerce .order_details tr.payment_method {
  display: none;
}
.woocommerce .order_details td.product-total {
  text-align: right;
}
.woocommerce .order_details tr.order_total {
  background-color: #6d747d;
  color: #fff;
}
.woocommerce .view-order-title {
  font-weight: 500;
  font-family: "Outfit";
}

/*--------------------------------------------------------------
# Custom
------------------------------------- -------------------------*/
#layout-product .product-content .product-item {
  margin-bottom: 10rem;
}
#layout-product .section-info .info .desc {
  font-size: 2.5rem;
  line-height: 1.2;
  font-family: "Outfit";
  color: #ffffff;
}

.product-item .product-inner {
  padding: 1.2rem;
  transition: all 0.3s ease-in-out;
  border: 1px solid #E7ECEE;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.product-item .product-inner:hover .image img {
  transform: scale(1.2);
}
.product-item .product-inner .image {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
  border-radius: 2px;
  border: 1px solid #F2F2F7;
}
.product-item .product-inner .image img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 2px;
  transition: all 0.3s ease-in-out;
  padding: 1rem;
}
.product-item .product-inner .image .onsale {
  font-size: 1.6rem;
  line-height: 1.1875;
  font-weight: 500;
  color: #FFF;
  background-color: #E41B15;
  border-radius: 0;
  min-width: inherit;
  min-height: inherit;
  padding: 0.5rem;
  left: 0;
  top: 2rem;
}
.product-item .product-inner .product-info {
  padding: 1rem 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  gap: 1rem;
}
.product-item .product-inner .product-info .title-product .woocommerce-loop-product__title {
  color: #252525;
  font-size: 1.2rem;
  line-height: 1.5833333333;
  font-weight: 400;
}
.product-item .product-inner .product-info .category-name {
  color: #095B67;
  font-size: 1.6rem;
  line-height: 1.1875;
  font-weight: 400;
}
.product-item .product-inner .product-info .category-name a {
  color: #095B67;
  font-size: 1.6rem;
  line-height: 1.1875;
  font-weight: 400;
}
.product-item .product-inner .product-info .wrap-item .desc {
  color: #757575;
  font-size: 1.6rem;
  line-height: 1.1875;
  font-weight: 400;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}
.product-item .product-inner .product-info .wrap-item .wraper-icon-cart {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
}
.product-item .product-inner .product-info .wrap-item .wraper-icon-cart .price {
  color: #0AA28F;
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 0;
  display: flex;
  gap: 0.5rem;
}
.product-item .product-inner .product-info .wrap-item .wraper-icon-cart .price bdi {
  font-weight: 700;
}
.product-item .product-inner .product-info .wrap-item .wraper-icon-cart .price ins {
  text-decoration: none;
}
.product-item .product-inner .product-info .wrap-item .wraper-icon-cart .price del {
  color: #A7A7A7;
  font-size: 1.2rem;
  line-height: 1.5;
  margin-top: 0.5rem;
  font-weight: 400;
}
.product-item .product-inner .product-info .wrap-item .wraper-icon-cart .price del bdi {
  font-weight: 400;
}
.product-item .product-inner .product-info .wrap-item .wraper-icon-cart .button {
  text-align: center;
  color: #0AA28F;
  font-size: 2rem;
  line-height: 1.2;
  font-family: "Outfit";
  padding: 0.8rem 1.6rem;
  border-radius: 30px;
  border: 1px solid #0AA28F;
  background-color: transparent;
  font-weight: 400;
  text-transform: capitalize;
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.product-item .product-inner .product-info .wrap-item .wraper-icon-cart .button svg {
  flex-shrink: 0;
}
.product-item .product-inner .product-info .wrap-item .wraper-icon-cart .button:hover {
  background-color: #0AA28F;
  color: #fff;
}
.product-item .product-inner .product-info .wrap-item .wraper-icon-cart .button:hover svg path {
  stroke: #fff;
}
.product-item .product-inner .product-info .wrap-item .wraper-icon-cart .button:hover svg circle {
  stroke: #fff;
}
.product-item .product-inner .product-info .wrap-item .wraper-icon-cart .added_to_cart {
  position: absolute;
  top: 2rem;
  right: 0;
  background: #0AA28F;
  padding: 0.5rem 1rem;
  color: #fff;
  border-radius: 24px;
}

.woocommerce #layout-product .content-top {
  padding-bottom: 2rem;
}
.woocommerce #layout-product .content-middle {
  padding-bottom: 8rem;
}
.woocommerce #layout-product .content-middle .title-item {
  color: #252525;
  font-size: 3.9rem;
  line-height: 1.1794871795;
  font-weight: 600;
}
.woocommerce #layout-product .sidebar-left .btn-filter {
  display: flex;
  justify-content: center;
  gap: 1rem;
}
.woocommerce #layout-product .sidebar-left .btn-filter .bapf_button {
  text-transform: capitalize;
  padding: 2.4rem 2.4rem !important;
}
.woocommerce #layout-product .sidebar-left .yith-wcan-filters {
  background-color: transparent;
}
.woocommerce #layout-product .sidebar-left .yith-wcan-filters .filter-title {
  color: #252525;
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 600;
}
.woocommerce #layout-product .sidebar-left .yith-wcan-filters .filter-content .price-slider {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.woocommerce #layout-product .sidebar-left .yith-wcan-filters .filter-content .price-slider label {
  margin-bottom: 0;
}
.woocommerce #layout-product .sidebar-left .yith-wcan-filters .filter-content .price-slider .price-slider-min, .woocommerce #layout-product .sidebar-left .yith-wcan-filters .filter-content .price-slider .price-slider-max {
  width: 8rem;
  height: 4rem;
  padding: 1rem;
  border: 1px solid #9AA6AC;
  border-radius: 8px;
}
.woocommerce #layout-product .sidebar-left .yith-wcan-filters .filter-items [type=checkbox] {
  position: static;
}
.woocommerce #layout-product .sidebar-left .bapf_body ul {
  padding-left: 0;
}
.woocommerce #layout-product .sidebar-left .bapf_body ul li {
  margin-bottom: 1rem !important;
}
.woocommerce #layout-product .sidebar-left .bapf_body ul li input[type=checkbox] {
  position: static;
}
.woocommerce #layout-product .sidebar-left .bapf_body ul li input[type=checkbox]:checked:before {
  top: 9px;
}
.woocommerce #layout-product .sidebar-left .bapf_ckbox_square input[type=checkbox] {
  position: inherit;
  left: inherit;
}
.woocommerce #layout-product .sidebar-left .divi_checkbox_class .divi_checkbox_class_item input[type=checkbox] {
  left: inherit;
}
.woocommerce #layout-product .sidebar-left .bapf_head h3 {
  color: #252525;
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 2rem;
  border-bottom: 0;
  padding-bottom: 0;
}
.woocommerce #layout-product .sidebar-left .bapf_body label {
  color: #676E6E;
  font-size: 1.6rem;
  line-height: 1.5625;
  font-family: "Outfit";
}
.woocommerce #layout-product .woocommerce-products-header .woocommerce-products-header__title {
  color: #1a957c;
  font-size: 4.9rem;
  line-height: 1.1836734694;
  font-family: "Outfit";
  font-weight: 700;
}
.woocommerce #layout-product .top-header-woo {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.woocommerce #layout-product .top-header-woo .woocommerce-result-count {
  float: none;
  margin-bottom: 0;
}
.woocommerce #layout-product .top-header-woo .woocommerce-ordering {
  float: none;
  margin-bottom: 0;
}
.woocommerce #layout-product .top-header-woo .woocommerce-ordering select {
  border: 1px solid #DDE2E4;
  border-radius: 8px;
  padding: 0.8rem 1.6rem;
  color: #252C32;
  font-size: 1.9rem;
  line-height: 1.2631578947;
  margin-bottom: 0;
}
.woocommerce #layout-product .woocommerce-pagination {
  margin-top: 3rem;
}
.woocommerce #layout-product .woocommerce-pagination ul {
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}
.woocommerce #layout-product .woocommerce-pagination ul li {
  border: 0;
  float: inherit;
}
.woocommerce #layout-product .woocommerce-pagination ul li .page-numbers {
  font-size: 2.2rem;
  line-height: 1.1818181818;
  font-weight: 400;
  color: #010101;
  border: 1.2px solid #EEE;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background-color: transparent;
  width: 4.4rem;
  height: 4.6rem;
}
.woocommerce #layout-product .woocommerce-pagination ul li .page-numbers.current {
  color: #FFF;
  background-color: #0AA28F;
  border-color: #0C6E6D;
}

/*--------------------------------------------------------------
# Custom
------------------------------------- -------------------------*/
.single-product.woocommerce div.product div.images,
.single-product.woocommerce #content div.product div.images,
.single-product.woocommerce div.product div.summary,
.single-product.woocommerce #content div.product div.summary {
  float: none;
  width: 100%;
  text-align: left;
}
.single-product.woocommerce .product-detail .label {
  background-color: transparent;
  padding-left: 0;
}
.single-product.woocommerce .product-detail .label::before {
  display: none;
}
.single-product.woocommerce .product-detail .image-single-product .image-single-inner .images .slick-slide .vbox-item {
  position: relative;
  padding-top: 100%;
  display: block;
}
.single-product.woocommerce .product-detail .image-single-product .image-single-inner .images .slick-slide .vbox-item img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
}
.single-product.woocommerce .product-detail .image-single-product .image-single-inner .images #slide-nav-pgs .slick-current img {
  border: 2px solid #006FBF;
}
.single-product.woocommerce .product-detail .image-single-product .image-single-inner .images #slide-nav-pgs .slick-slide {
  display: block;
  margin: 1rem 0;
}
@media (max-width: 991.98px) {
  .single-product.woocommerce .product-detail .image-single-product .image-single-inner .images #slide-nav-pgs .slick-slide {
    margin: 1rem;
  }
}
.single-product.woocommerce .product-detail .image-single-product .image-single-inner .images #slide-nav-pgs .slick-slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 12px;
}
.single-product.woocommerce .product-detail .image-single-product .image-single-inner .images .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
}
.single-product.woocommerce .product-detail .image-single-product .image-single-inner .images .slick-dots li {
  width: 0.6rem;
  height: 0.6rem;
}
.single-product.woocommerce .product-detail .image-single-product .image-single-inner .images .slick-dots li.slick-active {
  width: 1rem;
  height: 1rem;
}
.single-product.woocommerce .product-detail .image-single-product .image-single-inner .images .slick-dots li.slick-active button::before {
  background-color: transparent !important;
  border: 2px solid #000000 !important;
  opacity: 1;
  width: 1rem;
  height: 1rem;
}
.single-product.woocommerce .product-detail .image-single-product .image-single-inner .images .slick-dots li button::before {
  width: 0.6rem;
  height: 0.6rem;
  background-color: #d1d1d6 !important;
  border-radius: 50%;
  content: "";
}
.single-product.woocommerce .product-detail .image-single-product .image-single-inner .iconic-woothumbs-images-wrap .iconic-woothumbs-images__slide {
  background-color: #000000;
}
.single-product.woocommerce .product-detail .image-single-product .image-single-inner .iconic-woothumbs-images-wrap .iconic-woothumbs-images__slide img {
  width: auto;
  margin: 0 auto !important;
}
.single-product.woocommerce .product-detail .image-single-product .image-single-inner .iconic-woothumbs-images-wrap .slick-dots {
  position: static;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
}
.single-product.woocommerce .product-detail .image-single-product .image-single-inner .iconic-woothumbs-images-wrap .slick-dots li {
  width: 0.6rem;
  height: 0.6rem;
}
.single-product.woocommerce .product-detail .image-single-product .image-single-inner .iconic-woothumbs-images-wrap .slick-dots li.slick-active {
  width: 1rem;
  height: 1rem;
}
.single-product.woocommerce .product-detail .image-single-product .image-single-inner .iconic-woothumbs-images-wrap .slick-dots li.slick-active button {
  background-color: transparent !important;
  border: 2px solid #000000 !important;
  opacity: 1;
  width: 1rem;
  height: 1rem;
}
.single-product.woocommerce .product-detail .image-single-product .image-single-inner .iconic-woothumbs-images-wrap .slick-dots li button {
  width: 0.6rem;
  height: 0.6rem;
  background-color: #d1d1d6 !important;
}
.single-product.woocommerce .product-detail .woocommerce-product-details__short-description {
  margin-bottom: 2rem;
  margin-top: 2rem;
  color: #757575;
  font-size: 1.8rem;
  line-height: 1.5555555556;
  font-family: "Outfit";
  font-weight: 400;
}
.single-product.woocommerce div.product .product_title {
  font-weight: 600;
  font-size: 3.9rem;
  line-height: 1.1794871795;
  color: #252525;
}
.single-product.woocommerce div.product .product-detail_info {
  margin-bottom: 0;
}
.single-product.woocommerce div.product .product-detail_info .btn-wrap .btn-main, .single-product.woocommerce div.product .product-detail_info .btn-wrap form.cart .button, .single-product.woocommerce form.cart div.product .product-detail_info .btn-wrap .button, .single-product.woocommerce div.product .product-detail_info .btn-wrap form.cart .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .add_to_wishlist, .single-product.woocommerce form.cart .yith-wcwl-add-to-wishlist .yith-wcwl-add-button div.product .product-detail_info .btn-wrap .add_to_wishlist, .single-product.woocommerce div.product .product-detail_info .btn-wrap form.cart .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .delete_item, .single-product.woocommerce form.cart .yith-wcwl-add-to-wishlist .yith-wcwl-add-button div.product .product-detail_info .btn-wrap .delete_item {
  padding: 1.6rem 2rem;
}
.single-product.woocommerce div.product .product-detail_info .list-item-custom {
  padding: 1.6rem;
  background-color: #f1f3f3;
  margin-bottom: 2rem;
}
.single-product.woocommerce div.product .product-detail_info .list-item-custom .item {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
}
.single-product.woocommerce div.product .product-detail_info .list-item-custom .item:last-child {
  margin-bottom: 0;
}
.single-product.woocommerce div.product .product-detail_info .list-item-custom .item .icon {
  flex-shrink: 0;
}
.single-product.woocommerce div.product .product-detail_info .list-item-custom .item .icon img {
  width: 2.4rem;
  height: 2.4rem;
  object-fit: contain;
}
.single-product.woocommerce div.product .product-detail_info .list-item-custom .item .wrap {
  display: flex;
  flex-direction: column;
}
.single-product.woocommerce div.product .product-detail_info .list-item-custom .item .wrap .text {
  color: #141e2a;
  font-weight: 700;
}
.single-product.woocommerce div.product .product-detail_info .list-item-custom .item .wrap .desc {
  color: #141e2a;
  font-weight: 400;
}
.single-product.woocommerce div.product .product-detail_info .price {
  color: #0AA28F;
  font-size: 5rem;
  line-height: 1.52;
  font-weight: 700;
  display: inline-block;
  padding: 0;
}
.single-product.woocommerce div.product .product-detail_info .price ins {
  text-decoration: none;
}
.single-product.woocommerce div.product .product-detail_info .price del {
  font-size: 3.2rem;
  line-height: 2;
  color: #A7A7A7;
  font-weight: 400;
}
.single-product.woocommerce div.product .product-detail_info .product_meta {
  margin-bottom: 1rem;
}
.single-product.woocommerce div.product .product-detail_info .product_meta .sku_wrapper {
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.1538461538;
  font-family: "Outfit";
}
.single-product.woocommerce div.product .product-detail_info .product_meta .posted_in {
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.1538461538;
  font-family: "Outfit";
}
.single-product.woocommerce div.product .product-detail_info .product_meta a {
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.1538461538;
  font-family: "Outfit";
  color: #095B67;
}
.single-product.woocommerce div.product .woocommerce-product-rating {
  margin-bottom: 1rem;
}
.single-product.woocommerce div.product .woocommerce-product-rating .star-rating::before {
  color: #fc0;
}
.single-product.woocommerce div.product .woocommerce-product-rating .star-rating span::before {
  color: #fc0;
}
.single-product.woocommerce div.product .woocommerce-product-rating .woocommerce-review-link {
  color: #28292a;
}
.single-product.woocommerce form.cart .label-quantity {
  font-size: 1.3rem;
  line-height: 1.1538461538;
  font-weight: 400;
  color: #141e2a;
  font-family: "Outfit";
  margin-bottom: 1rem;
}
.single-product.woocommerce form.cart {
  position: relative;
}
.single-product.woocommerce form.cart .yith-add-to-wishlist-button-block {
  padding: 1.6rem;
  border-radius: 16px;
  background-color: #f1f3f3;
  margin: 0;
}
.single-product.woocommerce form.cart .yith-add-to-wishlist-button-block .yith-wcwl-add-to-wishlist-button {
  gap: 0;
}
.single-product.woocommerce form.cart .yith-wcwl-add-to-wishlist {
  margin-top: 0;
}
.single-product.woocommerce form.cart .yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
  display: flex;
  flex-direction: row;
  gap: 5px;
}
.single-product.woocommerce form.cart .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .delete_item {
  padding: 1.6rem 2rem !important;
}
.single-product.woocommerce form.cart .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .add_to_wishlist {
  padding: 1.6rem 2rem !important;
}
.single-product.woocommerce form.cart .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .add_to_wishlist svg {
  margin-right: 0;
}
.single-product.woocommerce form.cart .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .view-wishlist {
  color: #141e2a;
}
.single-product.woocommerce form.cart.variations_form {
  display: block;
  margin-top: 0;
}
.single-product.woocommerce form.cart.variations_form .variations {
  padding: 1.6rem 0;
  display: block;
}
.single-product.woocommerce form.cart.variations_form .variations tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.single-product.woocommerce form.cart.variations_form .variations tbody tr {
  display: flex;
  flex-direction: column;
}
.single-product.woocommerce form.cart .label label {
  font-size: 1.3rem;
  line-height: 1.1538461538;
  font-weight: 400;
  color: #141e2a;
  font-family: "Outfit";
  margin-bottom: 1rem;
}
.single-product.woocommerce form.cart .woocommerce-variation-add-to-cart .wcpa_form_outer {
  margin: 1rem 0;
}
.single-product.woocommerce form.cart .woocommerce-variation-add-to-cart .wcpa_form_outer .wcpa_field_label {
  color: #010101;
  font-size: 1.6rem;
  line-height: 1.1875;
  font-weight: 400;
  font-family: "Outfit";
}
.single-product.woocommerce form.cart .woocommerce-variation-add-to-cart .wcpa_form_outer label {
  font-size: 2.2rem;
  line-height: 1.1818181818;
  color: #434343;
}
.single-product.woocommerce form.cart .woocommerce-variation-add-to-cart .wcpa_form_outer input {
  border: 1px solid #0d342b;
  padding: 2rem 1.6rem;
  background-color: #fff;
  font-size: 2.2rem;
  line-height: 1.1818181818;
  color: #757575;
}
.single-product.woocommerce form.cart .button {
  display: flex !important;
  align-items: center;
  gap: 1rem;
  border-radius: 8px !important;
  padding: 1.6rem !important;
}
.single-product.woocommerce form.cart .button:hover {
  background-color: #006FBF;
}
.single-product.woocommerce form.cart .variations {
  margin-bottom: 0 !important;
}
.single-product.woocommerce form.cart .variations .reset_variations {
  color: #29384c;
  font-weight: 500;
  position: absolute;
}
.single-product.woocommerce form.cart .variations tr {
  margin-bottom: 2rem;
  display: block;
}
.single-product.woocommerce form.cart .variations tr:last-child {
  margin-bottom: 0;
}
.single-product.woocommerce form.cart .variations label {
  font-size: 1.6rem;
  line-height: 1.1875;
  font-weight: 400;
  color: #010101;
  font-family: "Outfit";
  margin-bottom: 1rem;
  text-transform: capitalize;
}
.single-product.woocommerce form.cart .variations select {
  background-color: #f7f7f7 !important;
  border-color: #f7f7f7;
  color: #434343;
  margin: 0;
  font-family: "Outfit";
  font-size: 2.2rem;
  line-height: 1.1818181818;
  font-weight: 400;
  outline: none;
  border-radius: 8px;
  padding: 1.2rem 1.6rem;
  min-width: inherit !important;
}
.single-product.woocommerce form.cart .variations select option {
  color: #010101;
  font-family: "Outfit";
  font-size: 2.2rem;
  line-height: 1.1818181818;
  font-weight: normal;
}
.single-product.woocommerce .single_variation_wrap {
  margin-top: 1.5rem;
}
.single-product.woocommerce .single_variation_wrap .woocommerce-variation-price {
  margin-bottom: 1rem;
}
.single-product.woocommerce .content-product_detail .woocommerce-tabs .box-content-tabs .accordion .accordion-header .accordion-button {
  color: #252525;
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 600;
  background-color: transparent;
  padding: 1.5rem 0;
  box-shadow: none;
}
.single-product.woocommerce .content-product_detail .woocommerce-tabs .box-content-tabs .accordion .accordion-header .accordion-button:focus {
  outline: none;
}
.single-product.woocommerce .content-product_detail .woocommerce-tabs .box-content-tabs .accordion .accordion-header .accordion-button:not(.collapsed)::after::after {
  filter: grayscale(100%);
}
.single-product.woocommerce .content-product_detail .woocommerce-tabs .box-content-tabs .accordion .accordion-item {
  border: 0;
  border-top: 1px solid #E0E0E0;
}
.single-product.woocommerce .content-product_detail .woocommerce-tabs .box-content-tabs .accordion .accordion-item .accordion-body {
  padding: 2rem 0;
  color: #010101;
}
.single-product.woocommerce .content-product_detail .woocommerce-tabs .tabs {
  padding-left: 0 !important;
  display: flex;
  gap: 2rem;
  margin-bottom: 0;
  margin-bottom: 3.2rem;
}
.single-product.woocommerce .content-product_detail .woocommerce-tabs .tabs::after {
  display: none !important;
}
.single-product.woocommerce .content-product_detail .woocommerce-tabs .tabs::before {
  display: none !important;
}
.single-product.woocommerce .content-product_detail .woocommerce-tabs .tabs li {
  border: 1px solid #095B67;
  padding: 1.6rem 1.2rem;
  border-radius: 8px;
  position: relative;
  margin: 0;
  background-color: transparent;
}
.single-product.woocommerce .content-product_detail .woocommerce-tabs .tabs li::before {
  display: none;
}
.single-product.woocommerce .content-product_detail .woocommerce-tabs .tabs li a {
  color: #095B67;
  font-size: 2rem;
  line-height: 1.2;
  font-family: "Outfit";
  font-weight: 400;
  padding: 0;
  display: block;
}
.single-product.woocommerce .content-product_detail .woocommerce-tabs .tabs li:hover {
  background-color: #095B67;
  color: #fff;
}
.single-product.woocommerce .content-product_detail .woocommerce-tabs .tabs li:hover a {
  color: #fff;
}
.single-product.woocommerce .content-product_detail .woocommerce-tabs .tabs li.active {
  background-color: #095B67;
  color: #fff;
}
.single-product.woocommerce .content-product_detail .woocommerce-tabs .tabs li.active a {
  color: #fff;
}
.single-product.woocommerce .content-product_detail .woocommerce-tabs .tabs li.active::after {
  display: none;
}
.single-product.woocommerce .content-product_detail .woocommerce-tabs .woocommerce-Tabs-panel {
  color: #434343;
  font-size: 2.2rem;
  line-height: 1.1818181818;
  font-weight: 400;
  margin-bottom: 0;
}
.single-product.woocommerce .content-product_detail .woocommerce-tabs .woocommerce-Tabs-panel h3 {
  color: #0D342B;
  font-size: 3.2rem;
  line-height: 1.1875;
  font-family: "Outfit";
  margin-bottom: 1.5rem;
}
.single-product.woocommerce .content-product_detail .woocommerce-tabs .woocommerce-Tabs-panel ul li {
  margin-bottom: 1rem;
}
.single-product.woocommerce .content-product_detail .woocommerce-tabs .woocommerce-Tabs-panel ol li {
  margin-bottom: 1rem;
}
.single-product.woocommerce .content-product_detail .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews .woocommerce-Reviews-title {
  margin-bottom: 2rem;
  color: #505050;
  font-size: 1.9rem;
  line-height: 1.1578947368;
  font-weight: 700;
  font-family: "Outfit";
  margin-bottom: 1rem;
  background-color: #f1f3f3;
  border-left: 2px solid #0D342B;
  padding: 0.8rem 1.6rem;
}
.single-product.woocommerce .content-product_detail .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews .title {
  color: #28292a;
  font-size: 1.6rem;
  line-height: 1.1875;
  font-weight: bold;
  font-family: "Outfit";
  letter-spacing: 0.032rem;
  margin-bottom: 1rem;
}
.single-product.woocommerce .content-product_detail .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews .commentlist .comment-text .star-rating {
  float: none;
  margin-bottom: 1rem;
}
.single-product.woocommerce .content-product_detail .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews .commentlist .comment-text .star-rating::before {
  color: #fc0;
}
.single-product.woocommerce .content-product_detail .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews .commentlist .comment-text .star-rating span::before {
  color: #fc0;
}
.single-product.woocommerce .content-product_detail .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper {
  padding: 2rem 3rem !important;
  border: 0.5px solid rgba(97, 95, 95, 0.5) !important;
}
.single-product.woocommerce .content-product_detail .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper .text {
  color: #28292a;
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: bold;
}
.single-product.woocommerce .content-product_detail .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper .comment-reply-title {
  color: #28292a;
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: bold;
}
.single-product.woocommerce .content-product_detail .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper .comment-form-rating label {
  color: #28292a;
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: bold;
}
.single-product.woocommerce .content-product_detail .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper .comment-form-rating .stars a::before {
  color: #28292a;
}
.single-product.woocommerce .content-product_detail .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper .comment-form-comment label {
  color: #28292a;
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: bold;
}
.single-product.woocommerce .content-product_detail .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper .comment-form-comment textarea {
  padding: 1.6rem 2rem;
}
.single-product.woocommerce .content-product_detail .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper .comment-form-author {
  float: left;
  width: 48%;
}
.single-product.woocommerce .content-product_detail .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper .comment-form-author input {
  width: 100%;
  padding: 1.6rem 2rem;
}
.single-product.woocommerce .content-product_detail .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper .comment-form-email {
  float: right;
  width: 48%;
}
.single-product.woocommerce .content-product_detail .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper .comment-form-email input {
  width: 100%;
  padding: 1.6rem 2rem;
}
.single-product.woocommerce .content-product_detail .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper .comment-form-cookies-consent {
  clear: both;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.single-product.woocommerce .content-product_detail .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper .comment-form-cookies-consent input[type=checkbox] {
  position: inherit;
  margin-bottom: 0;
}
.single-product.woocommerce .content-product_detail .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper .comment-form-cookies-consent label {
  margin-bottom: 0;
  color: rgba(40, 41, 42, 0.7);
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 300;
}
.single-product.woocommerce .content-product_detail .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper .form-submit {
  clear: both;
}
.single-product.woocommerce .content-product_detail .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews #review_form_wrapper .form-submit .submit {
  background-color: #0D342B !important;
  padding: 1rem 2rem !important;
  border: 0 !important;
  color: #ffffff !important;
  font-size: 1.6rem;
  line-height: 1.1875;
  border-radius: 16 !important;
  font-weight: 400 !important;
}
.single-product.woocommerce .content-product_detail .related-products {
  background-color: #ffffff;
}
.single-product.woocommerce .content-product_detail .related-products .info .title-item {
  color: #252525;
  font-size: 3.1rem;
  line-height: 1.1935483871;
  font-family: "Outfit";
  font-weight: 700;
}
.single-product.woocommerce .content-product_detail .related-products .info .btn-wrap {
  text-align: right;
}
.single-product.woocommerce .content-product_detail .related-products .info .btn-wrap .btn-text {
  color: #252525;
  font-size: 1.7rem;
  line-height: 1.4117647059;
  font-family: "Outfit";
  font-weight: 400;
}
@media (max-width: 991.98px) {
  .single-product.woocommerce .content-product_detail .related-products .product-item {
    margin-bottom: 5rem;
  }
}
.single-product.woocommerce .content-product_detail .related-products .product-item .product-inner .product-image .box-image {
  border: 1px solid rgba(112, 112, 112, 0.2);
}

/*--------------------------------------------------------------
# Custom
------------------------------------- -------------------------*/
.woocommerce table.shop_table {
  border: 0;
  margin: 0;
  border-radius: 0;
}
.woocommerce table.shop_table thead th {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 400;
  font-family: "Outfit";
  color: #010101;
  padding: 1.4rem 2rem 1.4rem 2rem;
}
.woocommerce table.shop_table thead th:first-child {
  padding-left: 0;
}
@media (max-width: 991.98px) {
  .woocommerce table.shop_table tbody tr {
    border-bottom: 0;
  }
}
.woocommerce table.shop_table tbody tr td {
  padding: 2rem 2rem 2rem 2rem;
  border-color: #EDEDED;
  color: #141e2a;
  font-size: 1.6rem;
  line-height: 1.1875;
  font-family: "Outfit";
  font-weight: 400;
}
.woocommerce table.shop_table tbody tr td:first-child {
  padding-left: 0;
}
.woocommerce table.shop_table tbody tr td a {
  color: #1c1c1e;
}
@media (max-width: 991.98px) {
  .woocommerce table.shop_table tbody tr td.product-thumbnail {
    display: block !important;
    text-align: center !important;
  }
  .woocommerce table.shop_table tbody tr td.product-thumbnail::before {
    display: none;
  }
}
.woocommerce table.shop_table tbody tr td.product-thumbnail img {
  width: 10rem;
  object-fit: contain;
  border-radius: 12px;
}
@media (max-width: 991.98px) {
  .woocommerce table.shop_table tbody tr td.product-thumbnail img {
    width: 100%;
  }
}
.woocommerce table.shop_table tbody tr td.product-price bdi {
  font-size: 2.2rem;
  line-height: 1.1818181818;
  color: #434343;
  font-weight: 400;
  font-family: "Outfit";
}
@media (max-width: 991.98px) {
  .woocommerce table.shop_table tbody tr td.product-quantity .quantity {
    justify-content: flex-end;
    margin: 0 auto;
  }
}
.woocommerce table.shop_table tbody tr td.product-subtotal bdi {
  font-size: 2.2rem;
  line-height: 1.1818181818;
  color: #434343;
  font-weight: 400;
  font-family: "Outfit";
}
.woocommerce table.shop_table td.product-name {
  text-align: left;
}
.woocommerce table.shop_table td.product-name a {
  color: #010101;
  font-size: 2rem;
  line-height: 1.2;
  font-family: "Outfit";
  font-weight: 400;
}
.woocommerce table.shop_table td.product-name .variation dt {
  color: #434343;
  font-size: 1.6rem;
  line-height: 1.5625;
  font-style: italic;
}
.woocommerce table.shop_table td.product-name .variation dd {
  color: #434343;
  font-size: 1.6rem;
  line-height: 1.5625;
  font-style: italic;
}
.woocommerce table.shop_table td.product-name .variation dd p {
  color: #434343;
  font-size: 1.6rem;
  line-height: 1.5625;
  font-style: italic;
}
.woocommerce table.shop_table td.product-remove a.remove {
  display: inline-block;
  color: #000000 !important;
  font-size: 2.5rem;
  font-weight: 500;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  opacity: 1;
}
.woocommerce table.shop_table td.product-remove a.remove:hover {
  opacity: 1;
  background-color: transparent;
}
.woocommerce table.shop_table td .actions {
  display: flex;
  gap: 3rem;
  padding: 1rem 0;
  text-align: left !important;
}
@media (max-width: 991.98px) {
  .woocommerce table.shop_table td .actions {
    flex-wrap: wrap;
  }
}
.woocommerce table.shop_table td .actions .coupon {
  padding: 2rem !important;
  background-color: #F7F7F7;
  border-radius: 10px;
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
  float: none !important;
  width: fit-content;
  flex-direction: column;
}
@media (max-width: 991.98px) {
  .woocommerce table.shop_table td .actions .coupon {
    margin-bottom: 2rem;
  }
}
.woocommerce table.shop_table td .actions .coupon .coupon-box {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.woocommerce table.shop_table td .actions .coupon .label-coupon {
  color: #010101;
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 600;
}
.woocommerce table.shop_table td .actions #coupon_code {
  background-color: #FFF;
  padding: 2rem 1.6rem;
  width: 100%;
  color: #1A1A1A;
  border-radius: 12px;
  font-size: 2.2rem;
  line-height: 1.1818181818;
}
.woocommerce table.shop_table td .actions #coupon_code:focus {
  outline: none;
}
.woocommerce table.shop_table td .actions button.button,
.woocommerce table.shop_table td .actions a {
  text-transform: capitalize;
  border: 0;
  background-color: #00BF63 !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem;
  padding-left: 2rem;
}
.woocommerce table.shop_table td .actions button.button img,
.woocommerce table.shop_table td .actions a img {
  width: 5rem;
  height: 5rem;
  object-fit: contain;
  flex-shrink: 0;
}
.woocommerce table.shop_table td .actions button[name=update_cart] {
  background-color: transparent !important;
  color: #010101 !important;
  display: flex !important;
  gap: 1rem;
  align-items: center;
}
.woocommerce .notification-cart {
  color: #095B67;
  background-color: #d2ecf1;
  padding: 1rem 2rem 1rem 2rem;
  display: block;
  margin-bottom: 1.5rem;
}
.woocommerce .notification-cart a {
  text-decoration: underline;
  color: #095B67;
}
.woocommerce .woocommerce table.cart td,
.woocommerce .woocommerce table.cart th,
.woocommerce .woocommerce-checkout table.cart td,
.woocommerce .woocommerce-checkout table.cart th {
  vertical-align: middle;
  padding: 15px 30px;
}
.woocommerce .coupon input#coupon_code,
.woocommerce input.point_code {
  width: auto !important;
  border: 1px solid #d1d1d6;
  font-size: 1.6rem;
  line-height: 1.25;
  font-family: "Outfit";
  font-weight: 400;
  color: #8e8e93;
  outline: none;
  border-radius: 0;
  margin: 0;
  padding: 1rem 2rem;
  background-color: #ffffff;
}
.woocommerce .cart-section .heading {
  color: #1c1c1e;
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 600;
  font-family: "Outfit";
}
.woocommerce .cart-section .info .desc {
  font-size: 1.8rem;
  line-height: 1.3333333333;
  color: #051302;
}
.woocommerce .cart-section .content-left {
  margin-bottom: 4rem;
}
.woocommerce .cart-section .content-left .box-bottom {
  border: 1px solid #e5e5ea;
  border-top: 0;
  padding: 2rem;
}
.woocommerce .cart-collaterals {
  background-color: #F7F7F7;
  padding: 3.2rem;
  border-radius: 20px;
}
.woocommerce .cart-collaterals .cart_totals {
  float: none;
  width: 100%;
  text-align: left;
}
.woocommerce .cart_totals h2 {
  color: #0D342B;
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 2rem;
  text-transform: capitalize;
}
.woocommerce .cart_totals table.shop_table {
  border: 0;
}
.woocommerce .cart_totals table.shop_table tr th {
  color: #1A1A1A;
  font-size: 1.8rem;
  line-height: 1.5555555556;
  font-family: "Outfit";
  font-weight: 400;
  padding: 2rem 0rem 2rem 0rem;
  border-color: #E3E3E3;
}
.woocommerce .cart_totals table.shop_table tr td {
  padding: 2rem 0rem 2rem 0rem;
  text-align: right;
  color: #1A1A1A;
  font-size: 1.8rem;
  line-height: 1.5555555556;
  font-family: "Outfit";
  font-weight: 400;
  border-color: #E3E3E3;
}
.woocommerce .cart_totals table.shop_table tr td .amount {
  color: #1A1A1A;
  font-size: 1.8rem;
  line-height: 1.5555555556;
  font-family: "Outfit";
  font-weight: 400;
}
.woocommerce .cart_totals table.shop_table tr td bdi {
  color: #1A1A1A;
  font-size: 1.8rem;
  line-height: 1.5555555556;
  font-family: "Outfit";
  font-weight: 400;
}
.woocommerce .wc-proceed-to-checkout {
  text-align: center;
  padding-bottom: 0;
}
.woocommerce .wc-proceed-to-checkout a.checkout-button {
  width: 100%;
  float: none;
  clear: both;
  opacity: 1;
  margin-bottom: 2rem;
  border: 0;
  background-color: #00BF63 !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  padding-left: 2rem;
  font-size: 2rem;
  line-height: 1.5;
}
.woocommerce .wc-proceed-to-checkout a.checkout-button img {
  width: 5rem;
  height: 5rem;
  object-fit: contain;
  flex-shrink: 0;
}

/*--------------------------------------------------------------
# Custom
------------------------------------- -------------------------*/
.woocommerce [type=radio]:checked,
.woocommerce [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.woocommerce [type=radio]:checked + label,
.woocommerce [type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}
.woocommerce [type=radio]:checked + label:before,
.woocommerce [type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #707070;
  background: #fff;
}
.woocommerce [type=radio]:checked + label:after,
.woocommerce [type=radio]:not(:checked) + label:after {
  content: "";
  width: 6px;
  height: 9px;
  position: absolute;
  top: 4px;
  left: 6px;
  border: solid #2a3739;
  display: block;
  border-width: 0 3px 3px 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.woocommerce [type=radio]:not(:checked) + label:after {
  opacity: 0;
}
.woocommerce [type=radio]:checked + label:after {
  opacity: 1;
}
.woocommerce [type=radio]:checked + span,
.woocommerce [type=radio]:not(:checked) + span {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}
.woocommerce [type=radio]:checked + span:before,
.woocommerce [type=radio]:not(:checked) + span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #707070;
  background: #fff;
}
.woocommerce [type=radio]:checked + span:after,
.woocommerce [type=radio]:not(:checked) + span:after {
  content: "";
  width: 6px;
  height: 9px;
  position: absolute;
  top: 4px;
  left: 6px;
  border: solid #2a3739;
  display: block;
  border-width: 0 3px 3px 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.woocommerce [type=radio]:not(:checked) + span:after {
  opacity: 0;
}
.woocommerce [type=radio]:checked + span:after {
  opacity: 1;
}
.woocommerce [type=checkbox]:checked,
.woocommerce [type=checkbox]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.woocommerce [type=checkbox]:checked + span,
.woocommerce [type=checkbox]:not(:checked) + span {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}
.woocommerce [type=checkbox]:checked + span:before,
.woocommerce [type=checkbox]:not(:checked) + span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #2a3739;
  background: #ffffff;
}
.woocommerce [type=checkbox]:checked + span:after,
.woocommerce [type=checkbox]:not(:checked) + span:after {
  content: "";
  width: 6px;
  height: 9px;
  position: absolute;
  top: 4px;
  left: 6px;
  border: solid #2a3739;
  display: block;
  border-width: 0 3px 3px 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.woocommerce [type=checkbox]:not(:checked) + span:after {
  opacity: 0;
}
.woocommerce [type=checkbox]:checked + span:after {
  opacity: 1;
}
.woocommerce .page-checkout .woocommerce-checkout .content-right {
  background-color: #F7F7F7;
  padding: 3.2rem;
  border-radius: 20px;
}
.woocommerce .page-checkout .title-item {
  color: #010101;
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 400;
  font-family: "Outfit";
  margin-bottom: 2rem;
  text-transform: capitalize;
}
.woocommerce .page-checkout .woocommerce-form-login .woocommerce-form-login__rememberme {
  display: block;
}
.woocommerce .page-checkout .woocommerce-form-login p {
  color: #1c1c1e;
  font-size: 1.6rem;
  line-height: 1.25;
}
.woocommerce .page-checkout .woocommerce-form-login .lost_password a {
  color: #1a957c;
}
.woocommerce .page-checkout .woocommerce-form-login .button {
  background-color: #00BF63 !important;
}
.woocommerce .page-checkout .woocommerce-form-coupon p {
  color: #1c1c1e;
  font-size: 1.6rem;
  line-height: 1.25;
}
.woocommerce .page-checkout .woocommerce-form-coupon .button {
  background-color: #00BF63 !important;
}
@media (max-width: 991.98px) {
  .woocommerce .page-checkout .box-content .select2 {
    z-index: 9 !important;
  }
}
.woocommerce .page-checkout .woocommerce-additional-fields {
  margin-bottom: 2rem;
}
.woocommerce .page-checkout .woocommerce-billing-fields {
  margin-bottom: 2rem;
}
.woocommerce .page-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row-first {
  width: 49%;
}
.woocommerce .page-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row-last {
  width: 49%;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table {
  border-collapse: collapse;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table thead th:first-child {
  padding-left: 2rem;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table thead th {
  border-bottom: 1px solid #d1d1d6;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table thead .text-name {
  color: #1c1c1e;
  font-size: 1.6rem;
  line-height: 1.1875;
  font-weight: 600;
  text-transform: capitalize;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table thead .count {
  color: #1c1c1e;
  font-size: 1.6rem;
  line-height: 1.1875;
  font-weight: 600;
  text-align: right;
  text-transform: capitalize;
  padding-right: 2rem;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody tr th {
  padding: 2rem 1.8rem 2rem 1.8rem;
  border-top: 0;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody tr th.product-info {
  display: flex;
  gap: 1rem;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody tr th .product-name {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 600;
  font-family: "Outfit";
  color: #010101;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody tr th .product-name .product-quantity {
  font-weight: 400;
  font-family: "Outfit";
  color: #010101;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody tr th .product-thumb .image {
  width: 6rem;
  height: 6rem;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody tr th .product-thumb img {
  width: 100%;
  height: 6rem;
  object-fit: cover;
  border-radius: 12px;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody tr th .variation dt {
  color: #141e2a;
  font-size: 1.3rem;
  line-height: 1.9230769231;
  font-style: italic;
  display: inline-block;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody tr th .variation dd {
  color: #141e2a;
  font-size: 1.3rem;
  line-height: 1.9230769231;
  font-style: italic;
  display: inline-block;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody tr th .variation dd p {
  color: #141e2a;
  font-size: 1.3rem;
  line-height: 1.9230769231;
  font-style: italic;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody tr td {
  border: 0;
  padding: 2rem 1.8rem 2rem 1.8rem;
  text-align: right;
  font-size: 1.6rem;
  line-height: 1.1875;
  font-weight: 400;
  font-family: "Outfit";
  color: #1c1c1e;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody tr td .price {
  text-align: right !important;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody tr td .variation dt {
  color: #a3a5a5;
  font-size: 1.3rem;
  line-height: 1.9230769231;
  font-style: italic;
  display: inline-block;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody tr td .variation dd {
  color: #a3a5a5;
  font-size: 1.3rem;
  line-height: 1.9230769231;
  font-style: italic;
  display: inline-block;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody tr td .variation dd p {
  color: #a3a5a5;
  font-size: 1.3rem;
  line-height: 1.9230769231;
  font-style: italic;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody tr td .price {
  font-size: 1.8rem;
  line-height: 1.5555555556;
  font-weight: 400;
  font-family: "Outfit";
  color: #1A1A1A;
  text-align: left;
  display: block;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody tr td .price bdi {
  font-size: 1.8rem;
  line-height: 1.5555555556;
  font-weight: 400;
  font-family: "Outfit";
  color: #1A1A1A;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot th {
  font-size: 1.8rem;
  line-height: 1.5555555556;
  font-weight: 400;
  font-family: "Outfit";
  color: #1A1A1A;
  padding: 2rem 1.8rem 2rem 1.8rem;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot th a {
  color: #1A1A1A;
  text-transform: capitalize;
  margin-left: 5px;
  text-decoration: underline;
  font-family: "Outfit";
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot td {
  padding: 2rem 1.8rem 2rem 1.8rem;
  text-align: right;
  font-size: 1.8rem;
  line-height: 1.5555555556;
  font-weight: 400;
  font-family: "Outfit";
  color: #1A1A1A;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot td .amount {
  font-size: 1.8rem;
  line-height: 1.5555555556;
  font-weight: 400 !important;
  color: #1A1A1A;
  font-family: "Outfit";
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals td {
  text-align: right;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot .order-total th {
  font-size: 1.8rem;
  line-height: 1.5555555556;
  color: #1A1A1A;
  font-weight: 400;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot .order-total td {
  font-size: 1.8rem;
  line-height: 1.5555555556;
  color: #1A1A1A;
  text-transform: uppercase;
  font-weight: 400;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot .order-total td .amount {
  font-size: 1.8rem;
  line-height: 1.5555555556;
  color: #1A1A1A;
  text-transform: uppercase;
  font-weight: 400;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot .woocommerce-remove-coupon {
  display: block;
  color: #1c1c1e;
  text-transform: capitalize;
  font-family: "Outfit";
  font-size: 1.6rem;
  line-height: 1.25;
}
.woocommerce .woocommerce-shipping-method-fields ul li {
  margin-bottom: 10px;
}
.woocommerce .woocommerce-shipping-method-fields ul li label,
.woocommerce #ship-to-different-address span {
  font-size: 1.6rem;
  line-height: 1.25;
  font-family: "Outfit";
  font-weight: normal;
  color: #051302;
  margin-left: 10px;
}
.woocommerce .woocommerce-additional-fields label {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  font-family: "Outfit";
  text-transform: capitalize;
  margin-bottom: 10px;
}
.woocommerce #customer_details .form-row {
  display: block;
  margin: 0 0 15px 0;
}
.woocommerce #customer_details .form-row-wide {
  clear: both;
  width: 100%;
  display: block;
}
.woocommerce .woocommerce-billing-fields__field-wrapper label,
.woocommerce .woocommerce-shipping-fields__field-wrapper label {
  display: block;
  font-size: 20px;
  margin-bottom: 5px;
  line-height: 1.5;
}
.woocommerce form .form-row label {
  color: #1A1A1A;
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: 400;
}
.woocommerce form .form-row .input-text {
  background-color: #f7f7f7;
  border-radius: 12px;
  padding: 2rem 1.6rem;
  border-color: #f7f7f7;
}
.woocommerce form .form-row .input-text:focus {
  outline: none;
}
.woocommerce form .form-row .select2-container {
  z-index: 95;
}
.woocommerce form .form-row .select2-container .select2-selection--single {
  background-color: transparent;
}
.woocommerce form .form-row .select2-container .select2-selection__rendered {
  background-color: #f7f7f7;
  border-radius: 12px;
  padding: 2rem 1.6rem;
  border-color: #f7f7f7;
}
.woocommerce form .form-row .select2-container .select2-selection__rendered:focus {
  outline: none;
}
.woocommerce form .form-row textarea {
  border: 0;
  border-bottom: 1px dashed #c1c2ad;
  border-radius: 0;
}
.woocommerce form .form-row textarea:focus {
  outline: none;
}
.woocommerce form .form-row .btn-wrap {
  margin-top: 1.5rem;
}
.woocommerce form .form-row .btn-wrap .btn {
  background-color: #f9d235;
  color: #1d1d1b;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: bold;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-bottom: 0;
  padding: 0.5rem 2rem;
}
.woocommerce .form-row-first {
  float: none;
}
.woocommerce .form-row-last {
  float: none;
}
.woocommerce .woocommerce-billing-fields::after,
.woocommerce .woocommerce-shipping-fields::after {
  clear: both;
  content: " ";
  display: table;
}
.woocommerce .woocommerce-checkout .cart-collaterals {
  margin: 0;
}
.woocommerce .woocommerce-checkout .woocommerce-cart-form__cart-item .p-row img {
  width: 100px;
}
.woocommerce .woocommerce-checkout .cart_totals table {
  border: 0;
}
.woocommerce .woocommerce-checkout tr p,
.woocommerce .woocommerce-checkout tr span.woocommerce-terms-and-conditions-checkbox-text {
  margin: 0;
  font-size: 18px;
}
.woocommerce .description-payment {
  margin: 10px 0 0 0;
  background: none;
  padding: 0 0 0 28px;
  color: #000;
  font-size: 16px;
}
.woocommerce .description-payment p {
  margin: 0;
}
.woocommerce #payment {
  background: transparent;
  border-radius: 0;
  padding: 2rem 0;
}
.woocommerce #payment ul.payment_methods {
  padding: 0;
  border: 0;
}
.woocommerce #payment ul.payment_methods li [type=radio]:checked + label:before,
.woocommerce #payment ul.payment_methods li [type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 17px;
  height: 17px;
  border: 2px solid #222222;
  background: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.woocommerce #payment ul.payment_methods li [type=radio]:checked + label:after,
.woocommerce #payment ul.payment_methods li [type=radio]:not(:checked) + label:after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 5.5px;
  left: 3px;
  border: 0;
  display: block;
  background-color: #222222;
  border-width: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.woocommerce #payment ul.payment_methods li label {
  color: #010101;
  font-size: 1.8rem;
  line-height: 1.2222222222;
  font-weight: 600;
  font-family: "Outfit";
}
.woocommerce #payment div.payment_box {
  margin: 0;
  background: none;
  padding: 1rem 3rem;
  color: #1A1A1A;
  background-color: transparent;
}
.woocommerce #payment div.payment_box p {
  color: #1A1A1A;
  font-size: 1.8rem;
  line-height: 1.2222222222;
  font-weight: 400;
}
.woocommerce #payment div.payment_box::before {
  display: none;
}
.woocommerce #order_review #payment {
  padding: 2rem 0;
}
.woocommerce #order_review #payment div.form-row {
  padding: 0;
  margin-bottom: 0;
}
.woocommerce #order_review .woocommerce-terms-and-conditions-wrapper {
  margin-bottom: 2rem;
}
.woocommerce #order_review .woocommerce-terms-and-conditions-wrapper .form-row .woocommerce-terms-and-conditions-checkbox-text {
  font-size: 1.8rem;
  line-height: 1.5555555556;
  color: #1c1c1e;
  font-weight: normal;
  font-family: "Outfit";
}
.woocommerce #order_review .woocommerce-terms-and-conditions-wrapper .form-row .woocommerce-terms-and-conditions-checkbox-text a {
  color: #1c1c1e;
  text-decoration: underline;
}
.woocommerce #order_review .woocommerce-terms-and-conditions-wrapper .form-row .required {
  display: none;
}
.woocommerce #order_review .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text {
  padding: 1.5rem 0rem 1.5rem 0rem;
}
.woocommerce #order_review .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text p {
  font-size: 1.8rem;
  line-height: 1.5555555556;
  color: #1A1A1A;
  font-weight: 400;
  font-family: "Outfit";
  margin-bottom: 0;
}
.woocommerce #order_review .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text p a {
  color: #F00;
  text-decoration: none;
}
.woocommerce .product-qty {
  display: block;
  opacity: 0.5;
}
.woocommerce #place_order {
  width: 100%;
  float: none;
  clear: both;
  opacity: 1;
  margin-bottom: 0;
  background-color: #00BF63 !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  padding-left: 2rem;
  font-size: 2rem;
  line-height: 1.5;
}
.woocommerce #place_order img {
  width: 5rem;
  height: 5rem;
  object-fit: contain;
  flex-shrink: 0;
}

.select2-container--default {
  font-family: "Outfit";
  font-weight: 400;
}
.select2-container--default .select2-selection--single {
  height: auto;
  border: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  background: #eaedf2;
  padding: 1rem 2rem 1rem 2rem;
  border: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 45%;
  right: 0.8rem;
  height: 8px;
  width: 16px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.page-thankyou .content-top {
  background-color: #0AA28F;
  border-radius: 32px;
  padding: 5rem 10rem;
  color: #fff;
}
@media (max-width: 991.98px) {
  .page-thankyou .content-top {
    padding: 3em;
  }
}
.page-thankyou .content-top .title {
  color: #ffffff;
  font-size: 3.9rem;
  line-height: 1.1794871795;
}
.page-thankyou .content-top .desc {
  color: #fff;
}
.page-thankyou .content-top .btn-main, .page-thankyou .content-top .woocommerce .page-checkout .woocommerce-form-login .button, .woocommerce .page-checkout .woocommerce-form-login .page-thankyou .content-top .button, .page-thankyou .content-top .woocommerce .page-checkout .woocommerce-form-coupon .button, .woocommerce .page-checkout .woocommerce-form-coupon .page-thankyou .content-top .button, .page-thankyou .content-top .woocommerce #place_order, .woocommerce .page-thankyou .content-top #place_order {
  background-color: #00BF63;
}
.page-thankyou .inner-box {
  background-color: #F7F7F7;
  padding: 3.2rem;
  border-radius: 32px;
}
.page-thankyou .inner-box .woocommerce-customer-details address {
  padding: 0;
  border: 0;
}
.page-thankyou .title-item {
  color: #010101;
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 400;
  font-family: "Outfit";
  margin-bottom: 2rem;
  text-transform: capitalize;
}
.page-thankyou .order_info {
  padding-left: 0;
  margin-bottom: 4rem;
}
.page-thankyou .order_info li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 16px;
  border-bottom: 1px solid #ededed;
  list-style-type: none;
}
.page-thankyou .order_info li:last-child {
  border-bottom: 0;
}
.page-thankyou .woocommerce-order-details thead th:last-child {
  text-align: right;
  padding-right: 0;
}
.page-thankyou .woocommerce-order-details tbody tr td {
  padding-right: 0 !important;
}
.page-thankyou .woocommerce-order-details tfoot td {
  text-align: right;
  padding-right: 0;
}
.page-thankyou .woocommerce-order-details tfoot th {
  padding-left: 0;
}

.woocommerce .banner-thankyou {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 20rem 0;
}
.woocommerce .page-thankyou .info .text {
  display: flex;
  align-items: center;
  gap: 2rem;
  justify-content: center;
  font-size: 1.8rem;
  line-height: 1.6666666667;
  font-weight: 400;
}
.woocommerce .page-thankyou .info .order_info li {
  list-style-type: none;
  font-size: 1.8rem;
  line-height: 1.6666666667;
  font-weight: 400;
}
.woocommerce .page-thankyou .info .order_info li strong {
  font-weight: 500;
}
.woocommerce .page-thankyou .inner .woocommerce-customer-details {
  background-color: rgba(255, 255, 255, 0.7019607843);
  border: 0.5px solid #9B9792;
  padding: 3rem;
  flex: 0 0 100%;
}
@media (max-width: 991.98px) {
  .woocommerce .page-thankyou .inner .woocommerce-customer-details {
    flex: 0 0 100%;
  }
}
.woocommerce .page-thankyou .inner .woocommerce-customer-details .woocommerce-column__title {
  color: #000000;
  font-size: 1.8rem;
  line-height: 1.6666666667;
  font-family: "Outfit";
  font-weight: bold;
  margin-bottom: 1rem;
}
.woocommerce .page-thankyou .inner .woocommerce-customer-details address {
  border: 0;
  padding: 0;
  font-size: 1.8rem;
  line-height: 1.5555555556;
  font-family: "Outfit";
  font-weight: 400;
}
.woocommerce .page-thankyou .inner .woocommerce-order-details {
  flex: 0 0 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.woocommerce .page-thankyou .inner .woocommerce-order-details .box-item .title-section {
  font-weight: 500;
  font-family: "Outfit";
  font-size: 2.4rem;
  line-height: 0.9166666667;
}
.woocommerce .page-thankyou .inner .woocommerce-order-details .box-item .woocommerce-order-details__title {
  font-size: 1.8rem;
  line-height: 1.5555555556;
  font-family: "Outfit";
  font-weight: 500;
}
.woocommerce .page-thankyou .inner .woocommerce-order-details .box-item table thead th:last-child {
  text-align: right;
}
.woocommerce .page-thankyou .inner .woocommerce-order-details .box-item table .woocommerce-table__product-name a {
  font-size: 1.8rem;
  line-height: 1.4444444444;
  font-family: "Outfit";
  font-weight: 400;
  color: #051417;
}
.woocommerce .page-thankyou .inner .woocommerce-order-details .box-item table .woocommerce-table__product-total .amount {
  font-size: 1.8rem;
  line-height: 1.4444444444;
  font-family: "Outfit";
  font-weight: 500;
  color: #051417;
}
.woocommerce .page-thankyou .inner .woocommerce-order-details .box-item table tfoot th {
  color: #131413;
  font-size: 1.8rem;
  line-height: 1.5555555556;
  font-family: "Outfit";
  font-weight: bold;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding: 2rem 1.8rem 2rem 1.8rem;
}
.woocommerce .page-thankyou .inner .woocommerce-order-details .box-item table tfoot td {
  text-align: right;
  font-size: 1.8rem;
  line-height: 1.5555555556;
  font-family: "Outfit";
  font-weight: 600;
  color: #131413;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding: 2rem 1.8rem 2rem 1.8rem;
}
.woocommerce .page-thankyou .inner .woocommerce-order-details .box-item table tfoot td a {
  color: #000000;
}

/*--------------------------------------------------------------
# Custom
------------------------------------- -------------------------*/
.woocommerce .page-dashboard .title-item {
  font-size: 2.5rem;
  line-height: 1.2;
  font-family: "Outfit";
  font-weight: 700;
  color: #095B67;
}
.woocommerce .page-dashboard #my-account-menu {
  width: 100%;
}
.woocommerce .page-dashboard .woocommerce-MyAccount-navigation {
  width: 100%;
  margin-bottom: 2rem;
}
.woocommerce .page-dashboard .woocommerce-MyAccount-navigation ul {
  list-style-type: none;
  padding: 0;
}
.woocommerce .page-dashboard .woocommerce-MyAccount-navigation ul li a {
  font-size: 2rem;
  line-height: 1.2;
  color: #010101;
  display: block;
  padding: 1.6rem 1.6rem;
  font-weight: 700;
  text-decoration: none;
  border-radius: 12px;
}
.woocommerce .page-dashboard .woocommerce-MyAccount-navigation ul li a img {
  width: 16px;
  height: 16px;
  object-fit: contain;
  margin-right: 1rem;
}
.woocommerce .page-dashboard .woocommerce-MyAccount-navigation ul li.is-active a {
  background-color: #095B67;
  color: #fff;
}
.woocommerce .page-dashboard .woocommerce-MyAccount-navigation ul li:hover a {
  background-color: #f1f3f3;
  color: #095B67;
}
.woocommerce .page-dashboard .woocommerce-MyAccount-content {
  width: 100%;
  height: 100%;
  padding-left: 3rem;
  border-left: 1px dashed #c1c2ad;
}
.woocommerce .page-dashboard .woocommerce-MyAccount-content p {
  color: #1c1c1e;
  font-size: 2rem;
  line-height: 1.2;
}
.woocommerce .page-dashboard .woocommerce-MyAccount-content p a {
  color: #095B67;
}
.woocommerce .page-dashboard .woocommerce-MyAccount-content .woocommerce-orders-table {
  border: 0;
}
.woocommerce .page-dashboard .woocommerce-MyAccount-content .woocommerce-orders-table a {
  color: #006746;
}
.woocommerce .page-dashboard .woocommerce-MyAccount-content .woocommerce-customer-details address {
  color: #1c1c1e;
  font-size: 1.6rem;
  line-height: 1.25;
}
.woocommerce .page-dashboard .woocommerce-MyAccount-content .woocommerce-customer-details .title-item {
  font-size: 2.5rem;
  line-height: 1.2;
  font-family: "Outfit";
  font-weight: 700;
  color: #095B67;
  margin-bottom: 2rem;
}
.woocommerce .page-dashboard .woocommerce-MyAccount-content .woocommerce-order-details .title-item {
  font-size: 2.5rem;
  line-height: 1.2;
  font-family: "Outfit";
  font-weight: 700;
  color: #095B67;
  margin-bottom: 2rem;
}
.woocommerce .page-dashboard .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table tbody tr td {
  text-align: left;
}
.woocommerce .page-dashboard .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table tfoot tr th {
  color: #1c1c1e;
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: 600;
}
.woocommerce .page-dashboard .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-table tfoot tr td {
  color: #1c1c1e;
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: 600;
}
.woocommerce .page-dashboard .woocommerce-MyAccount-content .woocommerce-address-fields .button {
  margin-top: 2rem;
}
.woocommerce .page-dashboard .woocommerce-MyAccount-content .woocommerce-Address {
  border: 0;
}
.woocommerce .page-dashboard .woocommerce-MyAccount-content .woocommerce-Address .woocommerce-Address-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.7rem;
  padding: 1.6rem 0.8rem;
  border-left: 2px solid #095B67;
  background: #f1f3f3;
}
.woocommerce .page-dashboard .woocommerce-MyAccount-content .woocommerce-Address .woocommerce-Address-title h2 {
  font-size: 1.9rem;
  line-height: 1.1578947368;
  font-family: "Outfit";
  color: #505050;
  font-weight: 700;
}
.woocommerce .page-dashboard .woocommerce-MyAccount-content .woocommerce-Address .woocommerce-Address-title a {
  font-family: "Outfit";
  font-size: 1.4rem;
  line-height: 1.7142857143;
  color: #1c1c1e;
  background: #ffffff;
  border: 1px solid #3a3a3c;
  padding: 0.6rem 1.2rem 0.6rem 1.2rem;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  font-weight: 500;
  text-decoration: none;
  position: relative;
}
.woocommerce .page-dashboard .woocommerce-MyAccount-content .woocommerce-Address .woocommerce-Address-title a:hover {
  text-decoration: none;
  background-color: #006746;
  color: #fff;
}
.woocommerce .page-dashboard .woocommerce-MyAccount-content .woocommerce-Address address {
  color: #1c1c1e;
  font-size: 1.6rem;
  line-height: 1.25;
  padding: 1rem 0;
}
.woocommerce .page-dashboard .woocommerce-MyAccount-content table.shop_table thead th {
  color: #1c1c1e;
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: 600;
}
.woocommerce .page-dashboard .woocommerce-MyAccount-content table.shop_table tbody tr {
  border: 1px solid #e5e5ea;
}
.woocommerce .page-dashboard .woocommerce-MyAccount-content table.shop_table tbody tr td {
  border-bottom: 0;
  border-top: 1px solid #e5e5ea;
}
.woocommerce .page-dashboard .woocommerce-MyAccount-content table.account-orders-table a.button {
  background-color: transparent;
  color: #010101;
  font-size: 2rem;
  line-height: 1.2;
  text-decoration: underline;
}
.woocommerce .page-dashboard .woocommerce-MyAccount-content table.account-orders-table th {
  font-size: 2rem;
  line-height: 1.2;
}
.woocommerce .page-dashboard .woocommerce-MyAccount-content table.account-orders-table td {
  font-size: 2rem;
  line-height: 1.2;
}
.woocommerce .page-dashboard .woocommerce-MyAccount-content form label {
  color: #434343;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 400;
  font-family: "Outfit";
}
.woocommerce .page-dashboard .woocommerce-MyAccount-content form label.woocommerce-form__label-for-checkbox {
  margin-bottom: 0;
}
.woocommerce .page-dashboard .woocommerce-MyAccount-content form input {
  border: 1px solid #f7f7f7;
  background-color: #f7f7f7;
  border-radius: 12px;
  font-size: 2.2rem;
  line-height: 1.1818181818;
  padding: 2rem 1.6rem;
}
.woocommerce .page-dashboard .woocommerce-MyAccount-content form input:focus {
  outline: none;
  box-shadow: none;
}
.woocommerce .page-dashboard .woocommerce-MyAccount-content form input::placeholder {
  color: #757575;
}
.woocommerce .page-dashboard .woocommerce-MyAccount-content form fieldset {
  margin-top: 1.5rem;
}
.woocommerce .page-dashboard .woocommerce-MyAccount-content form fieldset .form-row {
  width: 100%;
}
.woocommerce .page-dashboard .woocommerce-MyAccount-content form fieldset .form-row .password-input {
  width: 100%;
}
.woocommerce .page-dashboard .woocommerce-MyAccount-content form .woocommerce-Button {
  margin-top: 2rem;
}

.myaccount-login .title-item {
  font-size: 2.5rem;
  line-height: 1.2;
  font-family: "Outfit";
  font-weight: 700;
  color: #095B67;
}
.myaccount-login form.woocommerce-form {
  padding: 0;
  border: 0;
}
.myaccount-login label {
  color: #141e2a;
  font-size: 1.3rem;
  line-height: 1.1538461538;
  font-weight: 400;
}
.myaccount-login form .form-row .input-text {
  border: 1px solid #f7f7f7;
  background-color: #f7f7f7;
  border-radius: 12px;
  font-size: 2.2rem;
  line-height: 1.1818181818;
  padding: 2rem 1.6rem;
}
.myaccount-login form .form-row .input-text:focus {
  outline: none;
  box-shadow: none;
}
.myaccount-login form .form-row .input-text::placeholder {
  color: #757575;
}
.myaccount-login form .woocommerce-LostPassword a {
  color: #0D342B;
  font-size: 2.2rem;
  line-height: 1.1818181818;
  font-weight: 400;
  text-decoration: none;
}
.myaccount-login form .btn-main, .myaccount-login form .woocommerce-LoginLink .btn-main, .myaccount-login form .woocommerce .page-dashboard .woocommerce-MyAccount-content .woocommerce-address-fields .button, .woocommerce .page-dashboard .woocommerce-MyAccount-content .woocommerce-address-fields .myaccount-login form .button, .myaccount-login .woocommerce .page-dashboard .woocommerce-MyAccount-content form .woocommerce-Button, .woocommerce .page-dashboard .woocommerce-MyAccount-content .myaccount-login form .woocommerce-Button {
  float: none;
  width: 100%;
}
.myaccount-login form .woocommerce-LoginLink .btn-main, .myaccount-login form .woocommerce-LoginLink .woocommerce .page-dashboard .woocommerce-MyAccount-content .woocommerce-address-fields .button, .woocommerce .page-dashboard .woocommerce-MyAccount-content .woocommerce-address-fields .myaccount-login form .woocommerce-LoginLink .button, .myaccount-login .woocommerce .page-dashboard .woocommerce-MyAccount-content form .woocommerce-LoginLink .woocommerce-Button, .woocommerce .page-dashboard .woocommerce-MyAccount-content .myaccount-login form .woocommerce-LoginLink .woocommerce-Button, .myaccount-login form .woocommerce .page-dashboard .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-LoginLink .button {
  width: 100%;
  text-align: center;
  float: none;
}
.myaccount-login form .woocommerce-LoginLink .text {
  text-align: center;
  font-size: 2.2rem;
  line-height: 1.1818181818;
  color: #010101;
}
.myaccount-login form .woocommerce-LoginLink .text a {
  color: #0D342B;
  font-weight: 700;
  text-decoration: underline;
  font-size: 2rem;
  line-height: 1.2;
}
.myaccount-login form .woocommerce-RegisterLink .text {
  text-align: center;
  font-size: 2.2rem;
  line-height: 1.1818181818;
  color: #010101;
}
.myaccount-login form .woocommerce-RegisterLink .text a {
  color: #0D342B;
  font-weight: 700;
  text-decoration: underline;
  font-size: 2rem;
  line-height: 1.2;
}
.myaccount-login form .woocommerce-privacy-policy-text a {
  font-size: 2.2rem;
  line-height: 1.1818181818;
  font-weight: 400;
  color: #0D342B;
}

/*--------------------------------------------------------------
# WordPress
------------------------------------- -------------------------*/
.header.show {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 99;
}
.header .logo img {
  width: 38.3rem;
  height: 7rem;
  object-fit: contain;
}
.header .mega-sub-menu {
  box-shadow: 0 3px 25px rgba(0, 0, 0, 0.0509803922) !important;
  border-radius: 4px;
}
.header .mega-sub-menu ul li a {
  color: #525252;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  text-decoration: none;
}
.header .mega-sub-menu ul li a:hover {
  color: #0AA28F;
}
.header .mega-sub-menu ul li [id^=menu-] li:first-child {
  font-weight: 700;
  margin-bottom: 1rem;
}
.header .header-top {
  background-color: #FFFFFF;
  padding: 2.4rem 0;
}
.header .header-bot {
  background-color: #E0F2F1;
  padding: 1.2rem 0;
}
.header .header-bot .menu-main .mega-sub-menu {
  margin-top: 1rem !important;
}
.header .header-bot .menu-main .menu__list {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-bottom: 0;
}
.header .header-bot .menu-main .menu__list > li a {
  color: #252525;
  font-size: 1.7rem;
  line-height: 1.4117647059;
  font-weight: 500;
  font-family: "Outfit";
  text-decoration: none;
}
.header .header-bot .menu-main li.mega-btn-eshop a {
  background-color: #FFFFFF !important;
  border-radius: 8px !important;
  margin-right: 2rem !important;
}
.header .header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  position: relative;
}
@media (max-width: 991.98px) {
  .header .header-content {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.header .header-content .search-toggle .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
  border-color: #0AA28F;
  border-radius: 50px;
  color: #757575;
  font-family: "Outfit";
  font-size: 1.6rem;
  line-height: 1.5625;
  font-weight: 400;
}
.header .header-content .search-toggle .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::placeholder {
  color: #757575;
  font-family: "Outfit";
  font-size: 1.6rem;
  line-height: 1.5625;
  font-weight: 400;
  font-style: normal;
}
.header .header-content .search-toggle .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
  border-radius: 50px;
  text-transform: capitalize;
  padding: 1.2rem 4rem;
}
.header .header-content .search-toggle .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
  border-color: #0AA28F;
}
.header .header-content .search-toggle .dgwt-wcas-search-wrapp {
  min-width: 60rem;
}
@media (max-width: 991.98px) {
  .header .header-content .search-toggle .dgwt-wcas-search-wrapp {
    min-width: 45rem;
  }
}
.header .header-content .search-toggle .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp {
  background-color: transparent;
}
.header .header-content .search-toggle .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp .dgwt-wcas-search-input {
  background-color: #FFF;
}
.header .header-content .header-right {
  display: flex;
  align-items: center;
  gap: 3rem;
}
.header .header-content .header-right .cart-toggle .cart-icon .icon {
  position: relative;
}
.header .header-content .header-right .cart-toggle .cart-icon .icon .cart-count {
  position: absolute;
  top: -3px;
  right: 0;
  width: 2rem;
  height: 2rem;
  background-color: #0AA28F;
  color: #FFFFFF;
  font-size: 1.1rem;
  line-height: 1.5454545455;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.header .header-content .header-right .box-icon {
  display: flex;
  align-items: center;
  gap: 1rem;
  text-decoration: none;
}
.header .header-content .header-right .box-icon .icon {
  width: 4.8rem;
  height: 4.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #DFE0E0;
}
.header .header-content .header-right .box-icon .icon img {
  width: 2rem;
  height: 2rem;
  object-fit: contain;
  flex-shrink: 0;
}
.header .header-content .header-right .box-icon .box .subtext {
  color: #314350;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.5833333333;
}
.header .header-content .header-right .box-icon .box .text {
  color: #314350;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.5833333333;
}

.footer {
  background-color: #1F1F1F;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.footer .footer-nav .title-small {
  color: #0AA28F;
  font-family: "Outfit";
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.5555555556;
  margin-bottom: 2rem;
}
.footer .footer-nav .desc {
  color: #FFFFFF;
  font-size: 1.6rem;
  line-height: 1.5;
}
.footer .footer-top {
  padding: 5.6rem 0;
}
.footer .footer-middle {
  padding: 2.4rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5019607843);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5019607843);
}
@media (max-width: 991.98px) {
  .footer .footer-middle .logo-footer {
    text-align: center;
  }
}
.footer .footer-middle .logo-footer img {
  width: 24.8rem;
  height: 4.5rem;
  object-fit: contain;
}
.footer .footer-middle .menu-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.8rem;
  margin-bottom: 0;
}
.footer .footer-middle .menu-footer li a {
  color: #FFFFFF;
  font-size: 1.7rem;
  line-height: 1.4117647059;
  font-weight: 500;
  text-decoration: none;
}
.footer .footer-middle .list-socials-link {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1.6rem;
}
@media (max-width: 991.98px) {
  .footer .footer-middle .list-socials-link {
    justify-content: center;
  }
}
.footer .footer-middle .list-socials-link .text {
  font-size: 1.6rem;
  line-height: 1.5;
}
.footer .footer-middle .list-socials-link .item {
  width: 3rem;
  height: 3rem;
  background-color: #FFFFFF;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .footer-middle .list-socials-link .item .icon a {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .footer-bot {
  padding: 2.4rem 0;
}
.footer .footer-bot .copyright {
  color: rgba(255, 255, 255, 0.5019607843);
}
@media (max-width: 991.98px) {
  .footer .footer-bot .copyright {
    text-align: center;
  }
}
.footer .footer-bot .list-menu-footer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1.6rem;
}
@media (max-width: 991.98px) {
  .footer .footer-bot .list-menu-footer {
    justify-content: center;
  }
}
.footer .footer-bot .list-menu-footer .item a {
  color: #FFFFFF;
}
