*,
*::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: 3rem;
  --bs-gutter-container-m-x: 3rem;
  max-width: 180rem;
  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 {
  width: 100%;
  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;
}

.row {
  --bs-gutter-x: 3rem;
  --bs-gutter-m-x: 3rem;
}
@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, .gx-0 {
  --bs-gutter-x: 0;
}

.row-sm {
  --bs-gutter-x: 3rem;
}
@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: #080808;
  font-family: "Lexend Deca";
  font-weight: 400;
  background-color: #F9F9F9;
  font-size: 1.8rem;
  line-height: 1.6666666667;
}
body ::-webkit-scrollbar {
  width: 0.4rem;
}
body ::-webkit-scrollbar-track {
  background-color: #535455;
}
body ::-webkit-scrollbar-thumb {
  background: #080808;
}

.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: 1rem;
}

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,
.col-sm-2dot4,
.col-md-2dot4,
.col-lg-2dot4,
.col-xl-2dot4 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

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

@media (max-width: 575.98px) {
  .col-sm-2dot4 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (max-width: 767.98px) {
  .col-md-2dot4 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (max-width: 991.98px) {
  .col-lg-2dot4 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (max-width: 1199.98px) {
  .col-xl-2dot4 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
/*--------------------------------------------------------------
# Woocommerce 
--------------------------------------------------------------*/
.woocommerce {
  position: relative;
}
.woocommerce .woocommerce-info {
  background-color: #29384C;
  border-top-color: #28292A;
  color: #FFFFFF;
  margin-bottom: 1rem;
}
.woocommerce .woocommerce-info::before {
  color: #FFFFFF;
}
.woocommerce .woocommerce-notices-wrapper .woocommerce-error {
  background-color: #29384C;
  border-top-color: #28292A;
  color: #FFFFFF;
  margin-bottom: 1rem;
}
.woocommerce .woocommerce-notices-wrapper .woocommerce-error::before {
  color: #FFFFFF;
}
.woocommerce .return-to-shop .button {
  background-color: #FFFFFF;
}
.woocommerce .woocommerce-message {
  background-color: #29384C;
  border-top-color: #28292A;
  color: #FFFFFF;
  margin-bottom: 1rem;
}
.woocommerce .woocommerce-message::before {
  color: #FFFFFF;
}
.woocommerce .woocommerce-message a.button {
  background-color: #FFFFFF;
}
.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: #29384C;
}
.woocommerce a {
  text-decoration: none;
}
.woocommerce .quantity {
  display: flex;
  align-items: center;
  float: none;
  border: 1px solid #131413;
  background-color: #FFFFFF;
  border-radius: 29px;
}
@media (max-width: 991.98px) {
  .woocommerce .quantity {
    width: auto;
  }
}
.woocommerce .quantity .minus {
  border: none;
  font-size: 1.8rem;
  font-weight: bold;
  color: #131413;
  width: 6rem;
  height: 6rem;
  text-align: center;
}
.woocommerce .quantity .plus {
  border: none;
  font-size: 1.8rem;
  font-weight: bold;
  color: #131413;
  width: 6rem;
  height: 6rem;
  text-align: center;
}
.woocommerce .quantity .qty {
  padding: 0;
  margin-bottom: 0;
  color: #131413;
  font-size: 1.8rem;
  line-height: 1.4444444444;
  font-weight: 600;
  border: none;
  text-align: center;
  width: 3rem;
  height: 6rem;
}
.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: "Lexend Deca";
  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: "Lexend Deca";
  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: "Lexend Deca";
}

#layout-product {
  background-color: rgba(8, 8, 8, 0.02);
}
#layout-product .product-content .product-item {
  margin-bottom: 10rem;
}

.product-item .product-inner {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}
.product-item .product-inner .product-image {
  position: relative;
  margin-bottom: 3rem;
}
.product-item .product-inner .product-image .box-image {
  position: relative;
  background-color: #FFFFFF;
}
.product-item .product-inner .product-image .box-image .image {
  position: relative;
  padding-top: 118.925831202%;
  transition: all 0.3s ease-in;
  overflow: hidden;
}
.product-item .product-inner .product-image .box-image .image .onsale {
  width: 5.1rem;
  height: 5.1rem;
  border-radius: 50%;
  background-color: #87A3BF;
  top: 2rem;
  left: 2rem;
  color: #FFFFFF;
  font-size: 1.5rem;
  line-height: 1.3333333333;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-item .product-inner .product-image .box-image .image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in;
}
.product-item .product-inner:hover .product-image .box-image .image img {
  transform: scale(1.1);
}
.product-item .product-inner .product-info {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.product-item .product-inner .product-info .woocommerce-loop-product__title {
  color: #000000;
  font-size: 2.4rem;
  line-height: 1.25;
  font-family: "Lexend Deca";
  font-weight: 400;
  margin-bottom: 1.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.product-item .product-inner .product-info .wraper-icon-cart .add_to_cart_button {
  font-family: "IBM Plex Sans";
  font-size: 1.8rem;
  line-height: 1.6666666667;
  color: #080808;
  background-color: #ffffff;
  padding: 1.4rem 5rem;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  border-radius: 35px;
  text-transform: uppercase;
  border: 1px solid #080808;
}
.product-item .product-inner .product-info .wraper-icon-cart .add_to_cart_button:hover {
  text-decoration: none;
  background-color: #29384C;
  color: #FFFFFF;
  border: 1px solid #29384C;
}
.product-item .product-inner .product-info .wraper-icon-cart .added_to_cart {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  font-size: 1.6rem;
  line-height: 1.25;
  padding: 1rem 2rem;
  border-radius: 20px;
  border: 1px solid #29384C;
  color: #ffffff;
  background-color: #29384C;
  font-family: "Lexend Deca";
  font-weight: 500;
  z-index: 9;
  text-transform: uppercase;
}
.product-item .product-inner .product-info .price {
  margin-bottom: 0;
  color: #29384C;
  font-family: "Lexend Deca";
  font-size: 2.4rem;
  line-height: 1.25;
  font-weight: 600;
}
.product-item .product-inner .product-info .price bdi {
  color: #29384C;
  font-family: "Lexend Deca";
  font-size: 2.4rem;
  line-height: 1.25;
  font-weight: 600;
}
.product-item .product-inner .product-info .price ins {
  color: #29384C;
  font-family: "Lexend Deca";
  font-size: 2.4rem;
  line-height: 1.25;
  font-weight: 600;
  text-decoration: none;
  margin-bottom: 0;
}
.product-item .product-inner .product-info .price ins bdi {
  color: #29384C;
  font-family: "Lexend Deca";
  font-size: 2.4rem;
  line-height: 1.25;
  font-weight: 600;
}
.product-item .product-inner .product-info .price del {
  color: rgba(41, 56, 76, 0.63);
  font-size: 2.4rem;
  line-height: 1.25;
  font-weight: 300;
  margin-left: 1.4rem;
  margin-bottom: 0;
  font-family: "Lexend Deca";
}
.product-item .product-inner .product-info .price del bdi {
  color: rgba(41, 56, 76, 0.63);
  font-size: 2.4rem;
  line-height: 1.25;
  font-weight: 300;
  font-family: "Lexend Deca";
}

.woocommerce #layout-product .side-bar-left {
  margin: 2rem 0;
}
.woocommerce #layout-product .side-bar-left .berocket_single_filter_widget .bapf_sfilter {
  padding: 3rem;
  background-color: #FCFCFC;
  margin-bottom: 3rem;
  border: 1px solid rgba(19, 20, 19, 0.2);
}
.woocommerce #layout-product .side-bar-left .berocket_single_filter_widget .bapf_sfilter.fillter-price .bapf_body {
  margin-top: 3rem;
}
.woocommerce #layout-product .side-bar-left .berocket_single_filter_widget .bapf_sfilter.btn-custom, .woocommerce #layout-product .side-bar-left .berocket_single_filter_widget .page-dashboard .woocommerce-MyAccount-content form .bapf_sfilter.woocommerce-Button, .woocommerce .page-dashboard .woocommerce-MyAccount-content form #layout-product .side-bar-left .berocket_single_filter_widget .bapf_sfilter.woocommerce-Button, .woocommerce #layout-product .side-bar-left .berocket_single_filter_widget .page-dashboard .woocommerce-MyAccount-content .woocommerce-address-fields .bapf_sfilter.button, .woocommerce .page-dashboard .woocommerce-MyAccount-content .woocommerce-address-fields #layout-product .side-bar-left .berocket_single_filter_widget .bapf_sfilter.button {
  padding: 0;
  border: 0;
  width: 100%;
}
.woocommerce #layout-product .side-bar-left .berocket_single_filter_widget .bapf_sfilter.btn-custom .bapf_body, .woocommerce #layout-product .side-bar-left .berocket_single_filter_widget .page-dashboard .woocommerce-MyAccount-content form .bapf_sfilter.woocommerce-Button .bapf_body, .woocommerce .page-dashboard .woocommerce-MyAccount-content form #layout-product .side-bar-left .berocket_single_filter_widget .bapf_sfilter.woocommerce-Button .bapf_body, .woocommerce #layout-product .side-bar-left .berocket_single_filter_widget .page-dashboard .woocommerce-MyAccount-content .woocommerce-address-fields .bapf_sfilter.button .bapf_body, .woocommerce .page-dashboard .woocommerce-MyAccount-content .woocommerce-address-fields #layout-product .side-bar-left .berocket_single_filter_widget .bapf_sfilter.button .bapf_body {
  width: 100%;
}
.woocommerce #layout-product .side-bar-left .berocket_single_filter_widget .bapf_sfilter.btn-custom .bapf_body .bapf_button, .woocommerce #layout-product .side-bar-left .berocket_single_filter_widget .page-dashboard .woocommerce-MyAccount-content form .bapf_sfilter.woocommerce-Button .bapf_body .bapf_button, .woocommerce .page-dashboard .woocommerce-MyAccount-content form #layout-product .side-bar-left .berocket_single_filter_widget .bapf_sfilter.woocommerce-Button .bapf_body .bapf_button, .woocommerce #layout-product .side-bar-left .berocket_single_filter_widget .page-dashboard .woocommerce-MyAccount-content .woocommerce-address-fields .bapf_sfilter.button .bapf_body .bapf_button, .woocommerce .page-dashboard .woocommerce-MyAccount-content .woocommerce-address-fields #layout-product .side-bar-left .berocket_single_filter_widget .bapf_sfilter.button .bapf_body .bapf_button {
  display: block;
  width: 100%;
  background-color: #28292a;
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 1.1875;
  letter-spacing: 0.32px;
  padding: 2rem;
  font-weight: 400;
}
.woocommerce #layout-product .side-bar-left .berocket_single_filter_widget .bapf_head h3 {
  color: #000000;
  font-size: 2.4rem;
  line-height: 1.25;
  font-family: "IBM Plex Sans";
  font-weight: 500;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
}
.woocommerce #layout-product .side-bar-left .berocket_single_filter_widget .fillter-category .bapf_body ul li {
  border-bottom: 1px solid #707070;
  padding: 1.4rem 0 !important;
}
.woocommerce #layout-product .side-bar-left .berocket_single_filter_widget .bapf_body .bapf_slidr_main.ui-widget-content .ui-slider-range,
.woocommerce #layout-product .side-bar-left .berocket_single_filter_widget .bapf_body .berocket_filter_price_slider.ui-widget-content .ui-slider-range {
  background-color: #000000;
}
.woocommerce #layout-product .side-bar-left .berocket_single_filter_widget .bapf_body ul {
  padding-left: 0;
}
.woocommerce #layout-product .side-bar-left .berocket_single_filter_widget .bapf_body ul li {
  padding: 0.5rem 0 !important;
}
.woocommerce #layout-product .side-bar-left .berocket_single_filter_widget .bapf_body ul li input[type=checkbox] {
  position: relative;
  left: inherit;
  margin-right: 1.5rem;
  margin-bottom: 1rem;
}
.woocommerce #layout-product .side-bar-left .berocket_single_filter_widget .bapf_body ul li label {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.8rem;
  line-height: 1.6666666667;
  font-family: "Lexend Deca";
  font-weight: 400;
}
.woocommerce #layout-product .side-bar-left .berocket_single_filter_widget .bapf_body ul li input:checked + label,
.woocommerce #layout-product .side-bar-left .berocket_single_filter_widget .bapf_body ul li input:checked + label a {
  color: #29384C;
  font-size: 1.8rem;
  line-height: 1.6666666667;
  font-family: "Lexend Deca";
  font-weight: 600;
}
.woocommerce #layout-product .product-content .fillter-product {
  padding-top: 9rem;
}
@media (max-width: 991.98px) {
  .woocommerce #layout-product .product-content .fillter-product {
    padding-top: 0;
    margin-bottom: 6rem;
  }
}
.woocommerce #layout-product .product-content .fillter-product .berocket_single_filter_widget .bapf_sfilter {
  border-bottom: 2px solid #e6e8ec;
  padding: 2rem 0;
  margin-bottom: 0;
}
.woocommerce #layout-product .product-content .fillter-product .bapf_hascolarr {
  color: #404040;
  font-size: 1.7rem;
  line-height: 2.6470588235;
  font-weight: 400;
}
.woocommerce #layout-product .product-content .fillter-product .bapf_body ul {
  padding-left: 1.5rem;
}
.woocommerce #layout-product .product-content .fillter-product .bapf_body ul li.checked label {
  opacity: 1;
}
.woocommerce #layout-product .product-content .fillter-product .bapf_body ul li label {
  color: #404040;
  opacity: 0.3;
  font-size: 1.7rem;
  line-height: 2.6470588235;
  font-weight: 400;
}
.woocommerce #layout-product .product-content .lmp_load_more_button {
  padding-top: 8rem;
}
.woocommerce #layout-product .product-content .lmp_load_more_button .btn-link {
  background-color: transparent !important;
  padding: 0 !important;
  color: #404040 !important;
  font-size: 3.6rem !important;
  line-height: 4.5rem !important;
  font-weight: 500 !important;
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
}
.woocommerce #layout-product .notices .woocommerce-notices-wrapper {
  margin-bottom: 2rem;
}
.woocommerce #layout-product .top-header-woo {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.woocommerce #layout-product .top-header-woo .woocommerce-result-count {
  font-size: 1.8rem;
  line-height: 1.6666666667;
  color: rgba(0, 0, 0, 0.8);
  font-family: "Lexend Deca";
  margin-bottom: 0;
  font-weight: 300;
}
.woocommerce #layout-product .top-header-woo .woocommerce-ordering {
  margin-bottom: 0;
}
.woocommerce #layout-product .top-header-woo select {
  padding: 1.4rem 2rem;
  margin: 0;
  border: 0;
  font-size: 1.8rem;
  line-height: 1.6666666667;
  color: rgba(0, 0, 0, 0.8);
  font-family: "Lexend Deca";
  background-color: transparent;
  border: 1px solid rgba(112, 112, 112, 0.2);
  font-weight: 300;
}
.woocommerce #layout-product .top-header-woo select:focus {
  outline: none;
}
.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: 1.8rem;
  line-height: 1.6666666667;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
  border: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  border: 0.5px solid rgba(112, 112, 112, 0.2);
  border-radius: 0;
}
.woocommerce #layout-product .woocommerce-pagination ul li .page-numbers:hover {
  background-color: #29384C;
  color: #ffffff;
  border: 0.5px solid #29384C;
}
.woocommerce #layout-product .woocommerce-pagination ul li .page-numbers.current {
  color: #ffffff;
  background-color: #29384C;
  font-weight: 400;
  border: 0.5px solid rgba(112, 112, 112, 0.2);
}

.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 .price {
  color: #29384C;
  font-size: 3.2rem;
  line-height: 1.5625;
  font-weight: 500;
  font-family: "IBM Plex Sans";
  display: flex;
  gap: 1.6rem;
  align-items: center;
}
.single-product.woocommerce .product-detail .price bdi {
  color: #29384C;
  font-size: 3.2rem;
  line-height: 1.5625;
  font-weight: 500;
  font-family: "IBM Plex Sans";
}
.single-product.woocommerce .product-detail .price del {
  text-decoration: none;
}
.single-product.woocommerce .product-detail .price del bdi {
  color: rgba(19, 20, 19, 0.4);
  font-size: 2.4rem;
  line-height: 2;
  font-weight: 400;
  text-decoration: line-through;
}
.single-product.woocommerce .product-detail .price ins {
  text-decoration: none;
}
.single-product.woocommerce .product-detail .price ins bdi {
  color: #29384C;
  font-size: 3.2rem;
  line-height: 1.5625;
  font-weight: 500;
  font-family: "IBM Plex Sans";
}
.single-product.woocommerce .product-detail .image-single-product .image-single-inner .iconic-woothumbs-fullscreen {
  z-index: 20;
}
.single-product.woocommerce .product-detail .image-single-product .image-single-inner .iconic-woothumbs-images-wrap .onsale {
  background-color: #FF7235;
  display: none;
}
.single-product.woocommerce .product-detail .image-single-product .image-single-inner .wpgis-pgs .slick-slide {
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.0784313725);
}
.single-product.woocommerce .product-detail .image-single-product .image-single-inner .wpgis-pgs .slick-slide .vbox-item {
  display: block;
  position: relative;
  padding-top: 100%;
}
.single-product.woocommerce .product-detail .image-single-product .image-single-inner .wpgis-pgs .slick-slide .vbox-item img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-product.woocommerce .product-detail .image-single-product .image-single-inner #slide-nav-pgs .slick-slide {
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.0784313725);
  margin: 0.5rem;
}
.single-product.woocommerce .product-detail .image-single-product .image-single-inner #slide-nav-pgs .slick-slide a {
  display: block;
  position: relative;
  padding-top: 100%;
}
.single-product.woocommerce .product-detail .image-single-product .image-single-inner #slide-nav-pgs .slick-slide a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-product.woocommerce .product-detail .woocommerce-product-details__short-description {
  margin-bottom: 2rem;
  margin-top: 3rem;
  color: rgba(0, 0, 0, 0.6);
  font-size: 1.8rem;
  line-height: 1.6666666667;
  font-family: "Lexend Deca";
  font-weight: 400;
}
.single-product.woocommerce div.product .product_title {
  font-weight: 500;
  font-size: 4.2rem;
  line-height: 1.1904761905;
  font-family: "IBM Plex Sans";
  margin-bottom: 2rem;
  color: #080808;
}
.single-product.woocommerce div.product .woocommerce-product-rating .star-rating::before {
  color: #E0A681;
}
.single-product.woocommerce div.product .woocommerce-product-rating .star-rating span::before {
  color: #E0A681;
}
.single-product.woocommerce div.product .woocommerce-product-rating .woocommerce-review-link {
  color: #28292A;
}
.single-product.woocommerce form.cart {
  display: flex;
  align-items: center;
  margin-top: 4rem;
}
.single-product.woocommerce form.cart.variations_form {
  display: block;
  margin-top: 0;
}
.single-product.woocommerce form.cart.variations_form .variations {
  border-top: 0.5px solid rgba(0, 0, 0, 0.3);
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.3);
  padding: 3rem 0;
  margin-bottom: 4rem !important;
  display: block;
}
.single-product.woocommerce form.cart .label label {
  font-size: 1.8rem;
  line-height: 1.5555555556;
  font-weight: bold;
  color: #000000;
  font-family: "Lexend Deca";
  margin-bottom: 1rem;
}
.single-product.woocommerce form.cart .woocommerce-variation-add-to-cart {
  display: flex;
  align-items: center;
}
.single-product.woocommerce form.cart .button {
  background-color: #29384C !important;
  width: auto;
  height: auto;
  font-size: 1.8rem;
  line-height: 1.6666666667;
  font-weight: 600;
  padding: 1.5rem 6rem;
  color: #FFFFFF !important;
  border-radius: 0;
  text-transform: uppercase;
  font-family: "Lexend Deca";
  border-radius: 35px;
}
.single-product.woocommerce form.cart .button.single_add_to_cart_button {
  padding: 1.5rem 6rem;
  margin-left: 2rem;
}
.single-product.woocommerce form.cart .variations {
  margin-bottom: 0 !important;
}
.single-product.woocommerce form.cart .variations .reset_variations {
  color: #29384C;
  font-weight: 500;
}
.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 {
  color: #131413;
  font-size: 1.8rem;
  line-height: 1.2222222222;
  font-family: "IBM Plex Sans";
  font-weight: 500;
}
.single-product.woocommerce form.cart .variations select {
  background: transparent;
  border: 1px solid rgba(112, 112, 112, 0.3019607843);
  color: rgba(0, 0, 0, 0.6);
  margin: 0;
  background-color: #FFFFFF;
  font-family: "Lexend Deca";
  font-size: 1.6rem;
  line-height: 1.875;
  font-weight: 400;
  outline: none;
  border-radius: 0;
  padding: 1.4rem 2rem;
  min-width: inherit !important;
}
.single-product.woocommerce form.cart .variations select option {
  color: rgba(0, 0, 0, 0.6);
  font-family: "Lexend Deca";
  font-size: 1.6rem;
  line-height: 1.875;
  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 {
  background-color: #FFFFFF;
  padding: 7.5rem;
  margin-top: 10rem;
}
.single-product.woocommerce .content-product_detail .woocommerce-tabs .tabs {
  padding-left: 0 !important;
  display: flex;
  gap: 6rem;
}
.single-product.woocommerce .content-product_detail .woocommerce-tabs .tabs li {
  border: 0;
  background-color: transparent;
  padding: 0;
  padding-bottom: 1rem;
  border: 0;
  border-radius: 0;
  position: relative;
  margin: 0;
}
.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: #131413;
  font-size: 1.8rem;
  line-height: 1.2222222222;
  font-family: "Lexend Deca";
  font-weight: 400;
}
.single-product.woocommerce .content-product_detail .woocommerce-tabs .tabs li.active {
  background-color: transparent;
}
.single-product.woocommerce .content-product_detail .woocommerce-tabs .tabs li.active::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #29384C;
}
.single-product.woocommerce .content-product_detail .woocommerce-tabs .tabs li.active a {
  color: #29384C;
  font-weight: 600;
}
.single-product.woocommerce .content-product_detail .woocommerce-tabs .woocommerce-Tabs-panel {
  color: rgba(0, 0, 0, 0.6);
  font-size: 1.8rem;
  line-height: 1.6666666667;
  font-weight: 400;
  margin-bottom: 0;
}
.single-product.woocommerce .content-product_detail .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews .woocommerce-Reviews-title {
  margin-bottom: 2rem;
}
.single-product.woocommerce .content-product_detail .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews .title {
  color: #28292A;
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: bold;
  font-family: "Lexend Deca";
  letter-spacing: 0.032rem;
  margin-bottom: 1rem;
}
.single-product.woocommerce .content-product_detail .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews .review-custom-content .commentlist {
  padding: 0;
}
.single-product.woocommerce .content-product_detail .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews .review-custom-content .commentlist .review {
  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-custom-content .commentlist .comment-icon .icon {
  text-align: center;
  margin-bottom: 1rem;
}
.single-product.woocommerce .content-product_detail .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews .review-custom-content .commentlist .comment-icon .icon img {
  float: none !important;
  position: inherit !important;
  width: 10.2rem !important;
  height: 10.2rem !important;
  object-fit: contain;
  padding: 0 !important;
  border-radius: 50%;
  margin: 0 auto !important;
}
.single-product.woocommerce .content-product_detail .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews .review-custom-content .commentlist .comment-icon .meta {
  text-align: center;
}
.single-product.woocommerce .content-product_detail .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews .review-custom-content .commentlist .comment-icon .meta .woocommerce-review__author {
  color: #28292A;
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: bold;
  display: block;
}
.single-product.woocommerce .content-product_detail .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews .review-custom-content .commentlist .comment-icon .meta .woocommerce-review__published-date {
  font-size: 1.4rem;
  line-height: 2;
  color: rgba(40, 41, 42, 0.5);
}
.single-product.woocommerce .content-product_detail .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews .review-custom-content .commentlist .comment-text {
  margin-left: 0 !important;
  border: 0 !important;
  padding: 0 !important;
}
.single-product.woocommerce .content-product_detail .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews .review-custom-content .commentlist .comment-text .star-rating {
  float: none;
  margin-bottom: 1rem;
}
.single-product.woocommerce .content-product_detail .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews .review-custom-content .commentlist .comment-text .star-rating::before {
  color: #E0A681;
}
.single-product.woocommerce .content-product_detail .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews .review-custom-content .commentlist .comment-text .star-rating span::before {
  color: #E0A681;
}
.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: #28292A !important;
  padding: 1.8rem 6rem !important;
  border: 0 !important;
  color: #FFFFFF !important;
  font-size: 1.6rem;
  line-height: 1.1875;
  border-radius: 0 !important;
  font-weight: 400 !important;
  text-transform: uppercase;
}
.single-product.woocommerce .content-product_detail .related-products {
  background-color: #FFFFFF;
}
@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);
}

.woocommerce table.shop_table {
  border: 1px solid #E4E4E4;
  margin: 0;
  border-radius: 0;
  background-color: #FFFFFF;
}
.woocommerce table.shop_table thead th {
  font-size: 1.8rem;
  line-height: 1.2222222222;
  font-weight: 600;
  font-family: "IBM Plex Sans";
  color: #131413;
  padding: 3rem 2rem 3rem 2rem;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  .woocommerce table.shop_table tbody tr {
    border-bottom: 0;
  }
}
.woocommerce table.shop_table tbody tr td {
  padding: 2.6rem 1.8rem 2.6rem 1.8rem;
  border-color: #E4E4E4;
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.8rem;
  line-height: 1.6666666667;
  font-family: "Lexend Deca";
  font-weight: 400;
}
.woocommerce table.shop_table tbody tr td a {
  color: #000000;
}
@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: 6rem;
  object-fit: contain;
}
@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-quantity .quantity {
  justify-content: flex-start;
  width: 13rem;
}
@media (max-width: 991.98px) {
  .woocommerce table.shop_table tbody tr td.product-quantity .quantity {
    float: none;
    display: inline-flex;
    margin-right: 0 !important;
  }
}
.woocommerce table.shop_table tbody tr td.product-quantity .quantity .minus {
  padding: 0.4rem 1rem;
  height: 4.7rem;
}
.woocommerce table.shop_table tbody tr td.product-quantity .quantity .plus {
  padding: 0.4rem 1rem;
  height: 4.7rem;
}
.woocommerce table.shop_table tbody tr td.product-quantity .quantity .qty {
  background-color: transparent;
  height: 4.7rem;
}
.woocommerce table.shop_table tbody tr td.product-subtotal bdi {
  font-size: 1.8rem;
  line-height: 1.6666666667;
  color: #000000;
  font-weight: 400;
  font-family: "Lexend Deca";
}
.woocommerce table.shop_table td.product-name {
  text-align: left;
}
.woocommerce table.shop_table td.product-name a {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.8rem;
  line-height: 1.6666666667;
  font-family: "Lexend Deca";
  font-weight: 400;
}
.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;
  align-items: center;
  text-align: center;
  padding: 0;
  padding-top: 5rem;
}
.woocommerce table.shop_table td .actions button.button, .woocommerce table.shop_table td .actions a {
  border: 1px solid #FF7235;
  float: none;
  clear: both;
  background: #FF7235;
  padding: 1.4rem 4rem 1.4rem 4rem;
  display: inline-block;
  color: #FFFFFF;
  font-family: "Lexend Deca";
  font-size: 1.4rem;
  line-height: 1.4285714286;
  font-weight: 500;
  text-decoration: none;
  opacity: 1;
  border-radius: 24px;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  .woocommerce table.shop_table td .actions button.button, .woocommerce table.shop_table td .actions a {
    width: auto !important;
    display: inline-block !important;
  }
}
.woocommerce table.shop_table td .actions a {
  background: transparent;
  color: #FF7235;
  border: 1px solid #FF7235;
}
.woocommerce table.shop_table td .actions a.clear-cart {
  margin-right: 1rem;
}
.woocommerce table.shop_table .p-row {
  display: flex;
}
.woocommerce table.shop_table .p-row .product-thumb {
  width: 30%;
}
@media (max-width: 767.98px) {
  .woocommerce table.shop_table .p-row .product-thumb {
    width: 20%;
  }
}
.woocommerce table.shop_table .p-row .product-thumb img {
  width: 100%;
}
.woocommerce table.shop_table .p-row .p-item {
  margin-left: 3rem;
  line-height: 1.5;
  font-family: "Lexend Deca";
  width: 70%;
}
@media (max-width: 767.98px) {
  .woocommerce table.shop_table .p-row .p-item {
    width: 80%;
  }
}
.woocommerce table.shop_table .p-row .p-item a {
  font-size: 18px;
  margin-bottom: 10px;
  display: block;
  color: #000;
  text-decoration: none;
  font-weight: 500;
  line-height: 1.5;
  font-family: "Lexend Deca";
}
.woocommerce table.shop_table .p-row .p-item .p-meta {
  opacity: 0.5;
}
.woocommerce table.shop_table .quantity {
  margin: 0;
}
.woocommerce .notification-cart {
  color: #164489;
  background-color: #d2ecf1;
  padding: 1rem 2rem 1rem 2rem;
  display: block;
  margin-bottom: 1.5rem;
}
.woocommerce .notification-cart a {
  text-decoration: underline;
  color: #164489;
}
.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 tr.cart_item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.woocommerce .coupon {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 991.98px) {
  .woocommerce .coupon {
    margin-bottom: 1rem;
  }
}
.woocommerce .coupon input#coupon_code,
.woocommerce input.point_code {
  width: auto !important;
  border: 1px solid #B0B0AF;
  font-size: 1.8rem;
  line-height: 1.6666666667;
  font-family: "IBM Plex Sans";
  font-weight: 400;
  color: #4D4D4F;
  outline: none;
  border-radius: 27px;
  margin: 0;
  padding: 1.5rem 2rem;
  background-color: #FFFFFF;
}
.woocommerce .coupon .button {
  margin-left: 2rem;
}
.woocommerce .point-note {
  color: #cdcdcd;
}
.woocommerce .action-btn {
  display: flex;
  justify-content: space-between;
}
.woocommerce .action-btn input {
  border: 0;
  width: 45%;
  text-transform: uppercase;
  padding: 0.5rem 0rem 0.5rem 0rem;
}
.woocommerce .action-btn input.button.btn-cart {
  transition: all 0.3s ease-in;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.4;
  font-family: "Lexend Deca";
  padding: 0.8rem 0rem 0.8rem 0rem;
}
.woocommerce .action-btn input.button.btn-cart.btn-outline {
  background: none;
}
.woocommerce .cart-section .info .desc {
  font-size: 1.8rem;
  line-height: 1.3333333333;
  color: #051302;
}
.woocommerce .cart-section .content-left {
  margin-bottom: 4rem;
}
.woocommerce .actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
}
@media (max-width: 991.98px) {
  .woocommerce .actions {
    justify-content: center;
  }
}
.woocommerce .actions .coupon {
  margin-right: 5rem;
}
@media (max-width: 991.98px) {
  .woocommerce .actions .coupon {
    margin-right: 0;
  }
}
.woocommerce .actions button.button, .woocommerce .actions a {
  border: 1px solid #29384C;
  float: none;
  clear: both;
  background: #29384C;
  padding: 1.4rem 4rem 1.4rem 4rem;
  display: inline-block;
  color: #FFFFFF;
  font-family: "IBM Plex Sans";
  font-size: 1.8rem;
  line-height: 1.6666666667;
  font-weight: 600;
  text-decoration: none;
  opacity: 1;
  border-radius: 29px;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  .woocommerce .actions button.button, .woocommerce .actions a {
    width: auto !important;
    display: inline-block !important;
  }
}
.woocommerce .actions a {
  background: transparent;
  color: #080808;
  border: 1px solid #080808;
}
.woocommerce .actions a.clear-cart {
  margin-right: 1rem;
}
.woocommerce .actions a.clear-cart:hover {
  background-color: transparent;
  color: #080808;
}
@media (max-width: 991.98px) {
  .woocommerce .box-content.content-right {
    padding-left: 0;
    margin-top: 2rem;
  }
}
.woocommerce .cart-collaterals .cart_totals {
  float: none;
  width: 100%;
  text-align: left;
}
.woocommerce .cart_totals .title {
  color: #363533;
  font-size: 3rem;
  line-height: 1.3333333333;
  font-weight: bold;
  margin-bottom: 2rem;
}
.woocommerce .cart_totals table.shop_table {
  background-color: #FFFFFF;
  border: 1px solid #E4E4E4;
}
.woocommerce .cart_totals table.shop_table tr.cart-info .title-f {
  color: #131413;
  font-family: "IBM Plex Sans";
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 0.9166666667;
  padding: 2.5rem 2rem;
}
.woocommerce .cart_totals table.shop_table tr.cart-info .count {
  color: #131413;
  font-family: "IBM Plex Sans";
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 0.9166666667;
  padding: 2.5rem 2rem;
}
.woocommerce .cart_totals table.shop_table tr.order-total th {
  color: #000000;
}
.woocommerce .cart_totals table.shop_table tr.order-total td {
  color: #000000;
}
.woocommerce .cart_totals table.shop_table tr.order-total td .amount {
  color: #000000;
}
.woocommerce .cart_totals table.shop_table tr.order-total td bdi {
  color: #000000;
}
.woocommerce .cart_totals table.shop_table tr th {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.8rem;
  line-height: 1.6666666667;
  font-family: "Lexend Deca";
  font-weight: 400;
  padding: 1.8rem 2rem 1.8rem 2rem;
}
.woocommerce .cart_totals table.shop_table tr td {
  padding: 1.8rem 2rem 1.8rem 2rem;
  text-align: right;
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.8rem;
  line-height: 1.6666666667;
  font-family: "Lexend Deca";
  font-weight: 400;
}
.woocommerce .cart_totals table.shop_table tr td .amount {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.8rem;
  line-height: 1.6666666667;
  font-family: "Lexend Deca";
  font-weight: 400;
}
.woocommerce .cart_totals table.shop_table tr td bdi {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.8rem;
  line-height: 1.6666666667;
  font-family: "Lexend Deca";
  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;
  background: #29384C;
  padding: 1.4rem 4rem 1.4rem 4rem;
  border-radius: 29px;
  display: inline-block;
  color: #FFFFFF;
  font-family: "IBM Plex Sans";
  font-size: 1.8rem;
  line-height: 1.6666666667;
  font-weight: 600;
  text-decoration: none;
  opacity: 1;
  margin-bottom: 2rem;
  text-transform: uppercase;
  border: 0;
}
.woocommerce .wc-proceed-to-checkout a.checkout-button.btn-shopping {
  background-color: transparent;
  margin-bottom: 0;
  color: #080808;
  border: 1px solid #080808;
}
.woocommerce .wc-proceed-to-checkout a.checkout-button:hover {
  background: #29384C;
  color: #FFFFFF;
  border-color: #29384C;
}

.woocommerce .woocommerce-form-coupon-toggle {
  display: none;
}
.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=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 .info .desc {
  font-size: 1.8rem;
  line-height: 1.3333333333;
  color: #051302;
}
.woocommerce .page-checkout .box-content .title-s {
  color: #131413;
  font-size: 2.4rem;
  line-height: 0.9166666667;
  font-family: "IBM Plex Sans";
  font-weight: 500;
  margin-bottom: 2rem;
}
@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 #E4E4E4;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table thead .text-name {
  color: #131413;
  font-size: 2.4rem;
  line-height: 0.9166666667;
  font-weight: 500;
  text-transform: capitalize;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table thead .count {
  color: #131413;
  font-size: 2.4rem;
  line-height: 0.9166666667;
  font-weight: 500;
  text-align: right;
  text-transform: capitalize;
}
.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-name {
  font-size: 1.8rem;
  line-height: 1.6666666667;
  font-weight: 400;
  font-family: "Lexend Deca";
  color: rgba(0, 0, 0, 0.8);
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody tr th .product-name .product-quantity {
  font-weight: 400;
  font-family: "Lexend Deca";
  color: rgba(0, 0, 0, 0.8);
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody tr td {
  border: 0;
  padding: 2rem 1.8rem 2rem 1.8rem;
  text-align: right;
}
.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.product-thumb .image {
  width: 10.9rem;
  height: 10.9rem;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody tr td.product-thumb img {
  width: 100%;
  height: 10.9rem;
  object-fit: cover;
}
.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.6666666667;
  font-weight: 400;
  font-family: "Lexend Deca";
  color: #000000;
  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.6666666667;
  font-weight: 400;
  font-family: "Lexend Deca";
  color: #000000;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot th {
  font-size: 1.8rem;
  line-height: 1.6666666667;
  font-weight: 400;
  font-family: "Lexend Deca";
  color: rgba(0, 0, 0, 0.8);
  padding: 2rem 1.8rem 2rem 1.8rem;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot th a {
  color: #000000;
  text-transform: capitalize;
  margin-left: 5px;
  text-decoration: underline;
  font-family: "Lexend Deca";
}
.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.6666666667;
  font-weight: 400;
  font-family: "Lexend Deca";
  color: rgba(0, 0, 0, 0.8);
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot td .amount {
  font-size: 1.8rem;
  line-height: 1.6666666667;
  font-weight: 400 !important;
  color: #000000;
  font-family: "Lexend Deca";
}
.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 {
  background-color: #29384C;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot .order-total th {
  font-size: 1.8rem;
  line-height: 1.6666666667;
  color: #ffffff;
  font-weight: 400;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot .order-total td {
  font-size: 1.8rem;
  line-height: 1.6666666667;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot .order-total td .amount {
  font-size: 1.8rem;
  line-height: 1.6666666667;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot .woocommerce-remove-coupon {
  display: block;
  color: #000000;
  text-transform: capitalize;
  font-family: "Lexend Deca";
  font-size: 1.8rem;
  line-height: 1.6666666667;
}
.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: "Lexend Deca";
  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: "Lexend Deca";
  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 {
  font-size: 1.8rem;
  line-height: 1.6666666667;
  font-family: "Lexend Deca";
  color: rgba(0, 0, 0, 0.8);
  font-weight: 400;
}
.woocommerce form .form-row label .required {
  color: rgba(0, 0, 0, 0.8);
}
.woocommerce form .form-row input {
  color: #000000;
  font-size: 1.8rem;
  line-height: 1.6666666667;
  font-weight: 400;
  padding: 1.4rem 2rem;
  background-color: #FFFFFF;
  border: 1px solid #E4E4E4;
  border-radius: 0;
}
.woocommerce form .form-row input::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.woocommerce form .form-row input:focus {
  box-shadow: 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 {
  color: #000000;
  font-size: 1.8rem;
  line-height: 1.6666666667;
  font-weight: 400;
  padding: 1.4rem 2rem;
  background-color: #FFFFFF;
  border: 1px solid #E4E4E4;
  border-radius: 0;
}
.woocommerce form .form-row textarea {
  color: #000000;
  font-size: 1.8rem;
  line-height: 1.6666666667;
  font-weight: 400;
  padding: 1.4rem 2rem;
  background-color: #FFFFFF;
  border: 1px solid #E4E4E4;
  border-radius: 0;
}
.woocommerce form .form-row textarea::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.woocommerce form .form-row textarea:focus {
  box-shadow: 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: 5px;
  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: 8px;
  left: 4px;
  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: rgba(0, 0, 0, 0.8);
  font-size: 1.8rem;
  line-height: 1.6666666667;
  font-weight: 400;
  font-family: "Lexend Deca";
}
.woocommerce #payment div.payment_box {
  margin: 0;
  background: none;
  padding: 2rem 3rem;
  color: #000000;
  background-color: rgba(210, 216, 222, 0.2);
}
.woocommerce #payment div.payment_box p {
  color: rgba(0, 0, 0, 0.6);
  font-size: 1.6rem;
  line-height: 1.875;
  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 .form-row .woocommerce-terms-and-conditions-checkbox-text {
  font-size: 1.8rem;
  line-height: 1.5555555556;
  color: #000000;
  font-weight: normal;
  font-family: "Lexend Deca";
}
.woocommerce #order_review .woocommerce-terms-and-conditions-wrapper .form-row .woocommerce-terms-and-conditions-checkbox-text a {
  color: #000000;
  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.6rem;
  line-height: 1.875;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 400;
  font-family: "Lexend Deca";
  margin-bottom: 0;
}
.woocommerce #order_review .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text p a {
  color: #000000;
  text-decoration: underline;
}
.woocommerce .product-qty {
  display: block;
  opacity: 0.5;
}
.woocommerce #place_order {
  width: 100%;
  float: none;
  clear: both;
  background: #29384C;
  padding: 1.4rem 4rem 1.4rem 4rem;
  display: inline-block;
  color: #ffffff;
  font-family: "IBM Plex Sans";
  font-size: 1.8rem;
  line-height: 1.6666666667;
  font-weight: 600;
  text-decoration: none;
  opacity: 1;
  margin-bottom: 0;
  border-radius: 27px;
  text-transform: uppercase;
  margin-top: 2rem;
}
.woocommerce #place_order:hover {
  background: #29384C;
  color: #ffffff;
}

.select2-container--default {
  font-family: "Lexend Deca";
  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;
  height: 8px;
  width: 16px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.woocommerce .banner-thankyou {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 20rem 0;
}
.woocommerce .page-thankyou .btn-custom:hover, .woocommerce .page-thankyou .page-dashboard .woocommerce-MyAccount-content form .woocommerce-Button:hover, .woocommerce .page-dashboard .woocommerce-MyAccount-content form .page-thankyou .woocommerce-Button:hover, .woocommerce .page-thankyou .page-dashboard .woocommerce-MyAccount-content .woocommerce-address-fields .button:hover, .woocommerce .page-dashboard .woocommerce-MyAccount-content .woocommerce-address-fields .page-thankyou .button:hover {
  background-color: #29384c;
  color: #FFFFFF;
}
.woocommerce .page-thankyou .info .text {
  display: flex;
  align-items: center;
  gap: 2rem;
  justify-content: center;
  color: #FFFFFF;
  font-size: 1.8rem;
  line-height: 1.6666666667;
  font-weight: 400;
}
.woocommerce .page-thankyou .info .order_info li {
  list-style-type: none;
  color: #FFFFFF;
  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: "Lexend Deca";
  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: "Lexend Deca";
  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: "IBM Plex Sans";
  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: "Lexend Deca";
  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: "Lexend Deca";
  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: "Lexend Deca";
  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: "Lexend Deca";
  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: "Lexend Deca";
  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;
}

.woocommerce .page-dashboard {
  padding: 4rem 0;
}
.woocommerce .page-dashboard .title-heading {
  color: #212625;
  font-size: 3.2rem;
  line-height: 1.125;
  font-family: "Lexend Deca";
  font-weight: bold;
  margin-bottom: 1rem;
}
.woocommerce .page-dashboard .title {
  font-size: 2rem;
  line-height: 2.15;
}
.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 {
  background-color: #003da5;
  padding: 1rem 1.5rem;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.woocommerce .page-dashboard .woocommerce-MyAccount-navigation ul li a {
  font-size: 1.6rem;
  line-height: 1.3125;
  color: #ffffff;
  display: block;
  padding: 0.75rem 0;
  border-bottom: 1px solid #003da5;
  font-weight: bold;
  text-transform: uppercase;
}
.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 a:hover {
  border-bottom: 1px solid #ffffff;
}
.woocommerce .page-dashboard .woocommerce-MyAccount-content {
  width: 100%;
}
.woocommerce .page-dashboard .woocommerce-MyAccount-content .woocommerce-address-fields .button {
  margin-top: 2rem;
}
.woocommerce .page-dashboard .woocommerce-MyAccount-content .woocommerce-address-fields .button:hover {
  background-color: #29384C !important;
  color: #ffffff !important;
}
.woocommerce .page-dashboard .woocommerce-MyAccount-content .title {
  font-family: "Lexend Deca";
}
.woocommerce .page-dashboard .woocommerce-MyAccount-content table.shop_table thead {
  background: #29384C;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.woocommerce .page-dashboard .woocommerce-MyAccount-content table.shop_table thead th {
  color: #ffffff;
  padding: 1.28571rem 1.42857rem 1.28571rem 1.42857rem;
  border-bottom: 0;
}
.woocommerce .page-dashboard .woocommerce-MyAccount-content table.account-orders-table a.button {
  background-color: #29384C;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  color: #ffffff;
}
.woocommerce .page-dashboard .woocommerce-MyAccount-content form label {
  color: #28292a;
  font-size: 1.8rem;
  line-height: 1.5555555556;
  font-weight: bold;
  font-family: "Lexend Deca";
  margin-bottom: 1rem;
}
.woocommerce .page-dashboard .woocommerce-MyAccount-content form label.woocommerce-form__label-for-checkbox {
  margin-bottom: 0;
}
.woocommerce .page-dashboard .woocommerce-MyAccount-content form input {
  color: #000000;
  font-size: 1.8rem;
  line-height: 1.6666666667;
  font-weight: 400;
  padding: 2rem;
  background-color: #ffffff;
  border: 1px solid #f7f8f9;
  border-radius: 0;
}
.woocommerce .page-dashboard .woocommerce-MyAccount-content form input::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.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;
}
.woocommerce .page-dashboard .woocommerce-MyAccount-content form .woocommerce-Button:hover {
  background-color: #29384C !important;
  color: #ffffff !important;
}

.page-login .link,
.page-register .link {
  color: #000000;
  font-size: 1.8rem;
  line-height: 1.6666666667;
  font-family: "Lexend Deca";
  font-weight: 400;
  clear: both;
}
.page-login .link a,
.page-register .link a {
  color: #29384c;
  font-weight: 600;
}
.page-login form .form-row,
.page-register form .form-row {
  margin: 0 0 2rem;
  padding: 0;
}
.page-login form .form-row label,
.page-register form .form-row label {
  color: #28292a;
  font-size: 1.8rem;
  line-height: 1.5555555556;
  letter-spacing: 0.036rem;
  font-weight: bold;
  font-family: "Lexend Deca";
  margin-bottom: 1rem;
}
.page-login form .form-row label.woocommerce-form__label-for-checkbox,
.page-register form .form-row label.woocommerce-form__label-for-checkbox {
  margin-bottom: 0;
}
.page-login form .form-row input,
.page-register form .form-row input {
  color: #000000;
  font-size: 1.8rem;
  line-height: 1.6666666667;
  font-weight: 400;
  padding: 2rem;
  background-color: #ffffff;
  border: 1px solid #f7f8f9;
  border-radius: 0;
}
.page-login form .form-row input::placeholder,
.page-register form .form-row input::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.page-login form .form-row .text-checkbox,
.page-register form .form-row .text-checkbox {
  color: #000000;
  font-size: 1.8rem;
  line-height: 1.6666666667;
  font-family: "Lexend Deca";
  font-weight: 400;
}
.page-login form .form-row .text-checkbox a,
.page-register form .form-row .text-checkbox a {
  color: #29384c;
  font-size: 1.8rem;
  line-height: 1.6666666667;
  font-family: "Lexend Deca";
  font-weight: 600;
}
.page-login form .form-wrapper,
.page-register form .form-wrapper {
  float: left;
}
.page-login form .woocommerce-LostPassword,
.page-register form .woocommerce-LostPassword {
  float: right;
}
.page-login form .woocommerce-LostPassword a,
.page-register form .woocommerce-LostPassword a {
  color: #000000;
  font-size: 1.8rem;
  line-height: 1.6666666667;
  font-family: "Lexend Deca";
  font-weight: 400;
}
.page-login form .woocommerce-privacy-policy-text,
.page-register form .woocommerce-privacy-policy-text {
  display: none;
}
.page-login .woocommerce-LostPassword,
.page-register .woocommerce-LostPassword {
  color: #000000;
  font-size: 1.8rem;
  line-height: 1.6666666667;
  font-family: "Lexend Deca";
  font-weight: 400;
}
.page-login form .btn-custom, .page-login form .woocommerce .page-dashboard .woocommerce-MyAccount-content .woocommerce-address-fields .button, .woocommerce .page-dashboard .woocommerce-MyAccount-content .woocommerce-address-fields .page-login form .button, .page-login .woocommerce .page-dashboard .woocommerce-MyAccount-content form .woocommerce-Button, .woocommerce .page-dashboard .woocommerce-MyAccount-content .page-login form .woocommerce-Button,
.page-register form .btn-custom,
.page-register form .woocommerce .page-dashboard .woocommerce-MyAccount-content .woocommerce-address-fields .button,
.woocommerce .page-dashboard .woocommerce-MyAccount-content .woocommerce-address-fields .page-register form .button,
.page-register .woocommerce .page-dashboard .woocommerce-MyAccount-content form .woocommerce-Button,
.woocommerce .page-dashboard .woocommerce-MyAccount-content .page-register form .woocommerce-Button {
  border: 0;
  float: none !important;
  display: block;
  width: 100%;
}
.page-login form .btn-custom:hover, .page-login form .woocommerce .page-dashboard .woocommerce-MyAccount-content .woocommerce-address-fields .button:hover, .woocommerce .page-dashboard .woocommerce-MyAccount-content .woocommerce-address-fields .page-login form .button:hover, .page-login .woocommerce .page-dashboard .woocommerce-MyAccount-content form .woocommerce-Button:hover, .woocommerce .page-dashboard .woocommerce-MyAccount-content .page-login form .woocommerce-Button:hover,
.page-register form .btn-custom:hover,
.page-register form .woocommerce .page-dashboard .woocommerce-MyAccount-content .woocommerce-address-fields .button:hover,
.woocommerce .page-dashboard .woocommerce-MyAccount-content .woocommerce-address-fields .page-register form .button:hover,
.page-register .woocommerce .page-dashboard .woocommerce-MyAccount-content form .woocommerce-Button:hover,
.woocommerce .page-dashboard .woocommerce-MyAccount-content .page-register form .woocommerce-Button:hover {
  background-color: #29384c;
  color: #ffffff;
}
.page-login .woocommerce-form-login .password-input,
.page-register .woocommerce-form-login .password-input {
  width: 100%;
}
.page-login .woocommerce-form-login .woocommerce-form-login__rememberme span,
.page-register .woocommerce-form-login .woocommerce-form-login__rememberme span {
  color: #000000;
  font-size: 1.8rem;
  line-height: 1.6666666667;
  font-family: "Lexend Deca";
  font-weight: 400;
}

.reset-page .link {
  color: #000000;
  font-size: 1.8rem;
  line-height: 1.6666666667;
  font-family: "Lexend Deca";
  font-weight: 400;
  clear: both;
}
.reset-page .link a {
  color: #29384c;
  font-weight: 600;
}
.reset-page form .form-row {
  margin: 0 0 2rem;
  padding: 0;
}
.reset-page form .form-row label {
  color: #28292a;
  font-size: 1.8rem;
  line-height: 1.5555555556;
  letter-spacing: 0.036rem;
  font-weight: bold;
  font-family: "Lexend Deca";
  margin-bottom: 1rem;
}
.reset-page form .form-row label.woocommerce-form__label-for-checkbox {
  margin-bottom: 0;
}
.reset-page form .form-row input {
  color: #000000;
  font-size: 1.8rem;
  line-height: 1.6666666667;
  font-weight: 400;
  padding: 2rem;
  background-color: #ffffff;
  border: 1px solid #f7f8f9;
  border-radius: 0;
}
.reset-page form .form-row input::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.reset-page form .form-row .text-checkbox {
  color: #000000;
  font-size: 1.8rem;
  line-height: 1.6666666667;
  font-family: "Lexend Deca";
  font-weight: 400;
}
.reset-page form .form-row .text-checkbox a {
  color: #29384c;
  font-size: 1.8rem;
  line-height: 1.6666666667;
  font-family: "Lexend Deca";
  font-weight: 600;
}
.reset-page form .form-wrapper {
  float: left;
}
.reset-page form .woocommerce-LostPassword {
  float: right;
}
.reset-page form .woocommerce-LostPassword a {
  color: #000000;
  font-size: 1.8rem;
  line-height: 1.6666666667;
  font-family: "Lexend Deca";
  font-weight: 400;
}
.reset-page form .woocommerce-privacy-policy-text {
  display: none;
}
.reset-page .woocommerce-LostPassword {
  color: #000000;
  font-size: 1.8rem;
  line-height: 1.6666666667;
  font-family: "Lexend Deca";
  font-weight: 400;
}
.reset-page form .btn-custom, .reset-page form .woocommerce .page-dashboard .woocommerce-MyAccount-content .woocommerce-address-fields .button, .woocommerce .page-dashboard .woocommerce-MyAccount-content .woocommerce-address-fields .reset-page form .button, .reset-page .woocommerce .page-dashboard .woocommerce-MyAccount-content form .woocommerce-Button, .woocommerce .page-dashboard .woocommerce-MyAccount-content .reset-page form .woocommerce-Button {
  border: 0;
  float: none !important;
  display: block;
  width: 100%;
}
.reset-page form .btn-custom:hover, .reset-page form .woocommerce .page-dashboard .woocommerce-MyAccount-content .woocommerce-address-fields .button:hover, .woocommerce .page-dashboard .woocommerce-MyAccount-content .woocommerce-address-fields .reset-page form .button:hover, .reset-page .woocommerce .page-dashboard .woocommerce-MyAccount-content form .woocommerce-Button:hover, .woocommerce .page-dashboard .woocommerce-MyAccount-content .reset-page form .woocommerce-Button:hover {
  background-color: #29384c;
  color: #ffffff;
}

.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
  top: 1.75rem;
}

/*--------------------------------------------------------------
# Custom
------------------------------------- -------------------------*/
@-webkit-keyframes circleLoading {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes circleLoading {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
#loader-container {
  -webkit-transition: all 0.3s ease-in-out;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
}
#loader-container .loader {
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 25rem;
}
#loader-container .loader .loader__logo {
  position: relative;
  margin: 0 auto;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
}
#loader-container .loader .loader__logo::before {
  -webkit-animation: circleLoading 1s linear infinite forwards;
  position: absolute;
  top: 0;
  left: 0;
  animation: circleLoading 1s linear infinite forwards;
  border: 0.3rem solid #E0A681;
  border-right-color: #000000;
  border-radius: inherit;
  width: 100%;
  height: 100%;
  content: "";
}
#loader-container .loader__progress {
  display: none;
  position: relative;
  margin-top: 1rem;
  border-radius: 1rem;
  width: 100%;
  height: 0.2rem;
}
#loader-container .loader__progress #progress-bar {
  position: relative;
  background: #e0bcce;
  width: 0;
  max-width: 100%;
  height: 100%;
}
#loader-container .loader__progress #progress-percent {
  position: absolute;
  top: calc(100% + 0.5rem);
  right: 0;
  color: #622644;
  font-size: 1rem;
}

.header-top {
  background-color: #28292A;
  padding: 1.7rem 0;
}
.header-top .desc {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: bold;
  font-family: "Lexend Deca";
  color: rgba(255, 255, 255, 0.7);
}

.header {
  padding: 2.5rem 0;
  background-color: #FFFFFF;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.0784313725);
  position: relative;
}
.header.show {
  position: fixed;
  background-color: #FFFFFF;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 99;
}
.header .logo img {
  width: 17.6rem;
  height: 4.6rem;
  object-fit: contain;
}
.header .header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 13rem;
}
.header .header-content .mobile-nav-inner {
  display: none;
}
.header .header-content .navbar-toggle {
  display: none;
}
.header .header-content .nav-overlay {
  display: none;
}
.header .header-content .menu.menu-right {
  display: flex;
  gap: 7rem;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 991.98px) {
  .header .header-content .menu.menu-right {
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 4rem;
  }
}
.header .header-content .menu.menu-right .header-right {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.header .header-content .menu.menu-right .header-right .icon {
  flex-shrink: 0;
}
.header .header-content .menu.menu-right .header-right .icon img {
  width: 2.5rem;
  height: 2.5rem;
  object-fit: contain;
}
.header .header-content .menu.menu-right .header-right .cart-toggle {
  position: relative;
}
.header .header-content .menu.menu-right .header-right .cart-toggle .cart-count {
  position: absolute;
  top: -0.5rem;
  right: -1rem;
  color: #FFFFFF;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: #29384C;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  line-height: 2;
  font-weight: 400;
}
.header .header-content .menu .menu__list {
  display: flex;
  gap: 6rem;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.header .header-content .menu .menu__list > li.current-menu-item {
  position: relative;
}
.header .header-content .menu .menu__list > li.current-menu-item a {
  color: #29384C;
  font-weight: bold;
}
.header .header-content .menu .menu__list > li a {
  color: #000000;
  font-size: 1.8rem;
  line-height: 1.6666666667;
  font-weight: 500;
  font-family: "IBM Plex Sans";
  text-transform: capitalize;
}
.header .header-content .menu .menu__list > li a:hover {
  text-decoration: none;
  color: #29384C;
}

@media screen and (max-width: 991.98px) {
  body {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
  }
  body.menuin {
    margin-left: 60%;
    margin-right: -60%;
    overflow: hidden;
    height: 100vh;
    width: 100vw;
  }
  .header .menu-main {
    display: none;
  }
  .header .header-content {
    justify-content: space-between;
  }
  .header .header-content .mobile-nav-inner {
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    display: block;
    transform: translate(-100%, 0);
    -webkit-transform: translate(-100%, 0);
    background-color: transparent;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    width: 60%;
    z-index: 99;
    background-color: #FFFFFF;
    overflow: auto;
    border: 2px solid transparent;
    list-style-type: none;
    padding: 2rem 1rem;
  }
  .header .header-content .mobile-nav-inner .menu-main {
    display: block;
  }
  .header .header-content .mobile-nav-inner .menu__list {
    display: block;
  }
  .header .header-content .mobile-nav-inner .menu__list li {
    padding: 1rem 0;
  }
  .header .header-content .mobile-nav-inner .menu__list li a {
    color: #080808;
  }
  .header .header-content .mobile-nav-inner .menu__list li.btn-custom, .header .header-content .mobile-nav-inner .menu__list .woocommerce .page-dashboard .woocommerce-MyAccount-content .woocommerce-address-fields li.button, .woocommerce .page-dashboard .woocommerce-MyAccount-content .woocommerce-address-fields .header .header-content .mobile-nav-inner .menu__list li.button, .header .header-content .mobile-nav-inner .menu__list .woocommerce .page-dashboard .woocommerce-MyAccount-content form li.woocommerce-Button, .woocommerce .page-dashboard .woocommerce-MyAccount-content form .header .header-content .mobile-nav-inner .menu__list li.woocommerce-Button {
    margin-left: 0 !important;
    margin: 1rem 0;
  }
  .header .logo {
    flex-shrink: 0;
  }
  .header .navbar-toggle {
    order: 1;
    padding: 11px 8px;
    background-color: transparent;
    background-image: none;
    cursor: pointer;
    position: relative;
    border: solid 1px transparent;
    border-radius: 4px;
    outline: none;
    display: block !important;
    margin-right: 10px;
  }
  .header .navbar-toggle.open {
    z-index: 99;
  }
  .header .navbar-toggle.open + .mobile-nav-inner {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  .header .navbar-toggle.open + .mobile-nav-inner + .nav-overlay {
    opacity: 1;
    visibility: visible;
    display: block;
  }
  .header .navbar-toggle.open .icon-bar:nth-child(1) {
    transform: translate(-1px, 7px) rotate(-225deg);
    -webkit-transform: translate(-1px, 7px) rotate(-225deg);
    -moz-transform: translate(-1px, 7px) rotate(-225deg);
    -ms-transform: translate(-1px, 7px) rotate(-225deg);
    -o-transform: translate(-1px, 7px) rotate(-225deg);
  }
  .header .navbar-toggle.open .icon-bar:nth-child(2) {
    opacity: 0;
  }
  .header .navbar-toggle.open .icon-bar:nth-child(3) {
    transform: translate(-1px, -7px) rotate(225deg);
    -webkit-transform: translate(-1px, -7px) rotate(225deg);
    -moz-transform: translate(-1px, -7px) rotate(225deg);
    -ms-transform: translate(-1px, -7px) rotate(225deg);
    -o-transform: translate(-1px, -7px) rotate(225deg);
  }
  .header .navbar-toggle .icon-bar {
    transition: all 0.5s ease-in-out;
    display: block;
    width: 24px;
    height: 2px;
    border-radius: 1px;
    background-color: #141312;
    margin-top: 5px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
  }
  .nav-overlay {
    position: fixed;
    left: 0;
    top: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    background-color: rgba(37, 41, 51, 0.5);
    opacity: 0;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    z-index: 98;
  }
}
.footer {
  position: relative;
  color: #FFFFFF;
  background-color: #171616;
}
@media (max-width: 991.98px) {
  .footer .footer-top .footer-nav {
    margin: 1.5rem 0;
  }
  .footer .footer-top .footer-nav.footer-nav-right {
    text-align: right;
  }
  .footer .footer-top .footer-nav.footer-nav-right .list-social {
    justify-content: flex-end;
  }
  .footer .footer-top .footer-nav.footer-nav-first {
    text-align: center;
  }
  .footer .footer-top .footer-nav.footer-nav-first .logo {
    margin: 0 auto 2rem;
  }
}
.footer .footer-top .footer-nav .logo {
  width: 17.6rem;
  height: 4.6rem;
}
.footer .footer-top .footer-nav .logo .logo-footer {
  width: 100%;
  height: 4.6rem;
  object-fit: contain;
  filter: invert(1);
}
.footer .footer-top .footer-nav .heading {
  color: #FFFFFF;
  font-family: "IBM Plex Sans";
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.6666666667;
  margin-bottom: 2.5rem;
}
.footer .footer-top .footer-nav .desc {
  color: rgba(255, 255, 255, 0.8);
  font-family: "Lexend Deca";
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.875;
}
.footer .footer-top .footer-nav .menu-footer li {
  margin-bottom: 1.6rem;
}
.footer .footer-top .footer-nav .menu-footer li:last-child {
  margin-bottom: 0;
}
.footer .footer-top .footer-nav .menu-footer li a {
  color: rgba(255, 255, 255, 0.8);
  font-family: "Lexend Deca";
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.75;
}
.footer .footer-top .footer-nav .menu-footer li a:hover {
  text-decoration: none;
}
.footer .footer-top .footer-nav .list-social {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.footer .footer-top .footer-nav .list-social li {
  flex-shrink: 0;
}
.footer .footer-top .footer-nav .list-social li img {
  width: 3.4rem;
  height: 3.4rem;
  object-fit: contain;
}
.footer .copyright {
  padding: 3rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.8);
}
.footer .copyright p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.8rem;
  line-height: 1.6666666667;
  margin-bottom: 0;
  font-weight: 400;
  font-family: "Lexend Deca";
}

.sub-menu {
  display: block;
  position: absolute;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  text-align: left;
  margin-top: 2rem;
  border-radius: 0 0 3px 3px;
  background: #fff;
  top: 100%;
  width: 250px;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.0784313725);
}

.menu-item-has-children {
  position: relative;
}
.menu-item-has-children::after {
  content: "";
  position: absolute;
  top: 100%;
  height: 6rem;
  width: 100%;
  left: 0;
  right: 0;
}
.menu-item-has-children::before {
  position: absolute;
  display: inline-block;
  content: "";
  top: 35%;
  right: -2rem;
  width: 6px;
  height: 6px;
  border-top: 0;
  border-right: 0;
  margin-left: 10px;
  border-left: 1.5px solid #000000;
  border-bottom: 1.5px solid #000000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}
@media (max-width: 991.98px) {
  .menu-item-has-children::before {
    display: none;
  }
}
.menu-item-has-children:hover::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.menu-item-has-children:hover ul.sub-menu {
  opacity: 1;
  margin-top: 5rem;
  visibility: visible;
}
.menu-item-has-children ul.sub-menu li {
  margin: 0;
  display: block;
}
.menu-item-has-children ul.sub-menu li:not(:last-child) {
  border-bottom: 1px solid #003DA5;
}
.menu-item-has-children ul.sub-menu li a {
  padding: 1rem;
  color: #1A1A1A;
  display: block;
  height: auto;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767.98px) {
  .menu-item-has-children ul.sub-menu {
    display: none;
    opacity: 1;
    visibility: unset;
    position: relative;
    width: 100%;
    left: 0;
    padding: 20px 0 0 0;
    text-align: center;
  }
}

.sub-menu-block {
  position: absolute;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  padding: 10px;
  width: 100%;
  background: #fff;
  left: 0;
  margin-top: 1px;
  box-shadow: -23px 23px 20px rgba(0, 0, 0, 0.0509803922);
  transition: all 0.3s ease-in-out;
}
.sub-menu-block .container {
  padding-left: 12px;
  padding-right: 12px;
}
.sub-menu-block .sub-menu-item .menu-title {
  font-size: 1rem;
  line-height: 1.4;
  margin-bottom: 2rem;
  font-weight: 600;
  font-family: "Lexend Deca";
}
.sub-menu-block .sub-menu-item ul li {
  margin: 0;
  display: block;
}
.sub-menu-block .sub-menu-item ul li a {
  font-size: 1rem;
  line-height: 1.4;
  color: #898989;
  margin-bottom: 1rem;
  padding: 0;
  display: block;
  line-height: 1.5;
  height: auto;
  transition: all 0.3s ease-in-out;
}
.sub-menu-block .sub-menu-item ul li a:hover {
  color: #29384C;
}

.has-sub-block:hover > .sub-menu-block {
  opacity: 1;
  visibility: visible;
}

#content {
  max-width: 192rem;
  margin: 0 auto;
}

.btn-white {
  font-family: "IBM Plex Sans";
  font-size: 1.8rem;
  line-height: 1.6666666667;
  color: #080808;
  background-color: #ffffff;
  padding: 1.4rem 6.5rem 1.4rem 6.5rem;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  border-radius: 35px;
}
.btn-white:hover {
  text-decoration: none;
  background-color: #29384c;
  color: #ffffff;
}

.btn-custom, .woocommerce .page-dashboard .woocommerce-MyAccount-content .woocommerce-address-fields .button, .woocommerce .page-dashboard .woocommerce-MyAccount-content form .woocommerce-Button {
  font-family: "IBM Plex Sans";
  font-size: 1.8rem;
  line-height: 1.6666666667;
  color: #ffffff;
  background-color: #29384c;
  padding: 1.4rem 4rem 1.4rem 4rem;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  border-radius: 35px;
}
.btn-custom:hover, .woocommerce .page-dashboard .woocommerce-MyAccount-content .woocommerce-address-fields .button:hover, .woocommerce .page-dashboard .woocommerce-MyAccount-content form .woocommerce-Button:hover {
  text-decoration: none;
  background-color: #ffffff;
  color: #080808;
}

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

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

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

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

.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;
}

.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;
}

.py-15 {
  padding-top: 15rem;
  padding-bottom: 15rem;
}
@media (max-width: 991.98px) {
  .py-15 {
    padding: 10rem 0;
  }
}

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

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

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

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

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

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

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

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

.py-240 {
  padding-top: 24rem;
  padding-bottom: 24rem;
}

.py-200 {
  padding-top: 20rem;
  padding-bottom: 20rem;
}

.pt-50 {
  padding-top: 5rem;
}

.pb-50 {
  padding-bottom: 5rem;
}

.text-primary {
  color: #080808;
}

.text-second {
  color: #29384C;
}

.desc {
  font-size: 1.8rem;
  line-height: 1.6666666667;
  font-family: "Lexend Deca";
  font-weight: 400;
}

.title {
  font-size: 5rem;
  line-height: 1;
  font-family: "IBM Plex Sans";
  font-weight: 500;
  color: #000000;
}

.banner-home .info {
  position: relative;
  z-index: 9;
}
.banner-home .info .title {
  font-size: 6rem;
  line-height: 1.0833333333;
  color: #ffffff;
  font-family: "IBM Plex Sans";
  font-weight: 400;
}
.banner-home .info .desc {
  color: rgba(255, 255, 255, 0.92);
  font-size: 1.8rem;
  line-height: 1.6666666667;
}
.banner-home .banner-slide-home .swiper-slide {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 30rem 0 30rem;
}
.banner-home .banner-slide-home .swiper-pagination {
  margin-bottom: 1.5rem;
}
.banner-home .banner-slide-home .swiper-pagination .swiper-pagination-bullet {
  background-color: rgba(23, 22, 22, 0.2);
  opacity: 1;
  width: 4rem;
  height: 0.3rem;
  border-radius: 50px;
}
.banner-home .banner-slide-home .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #171616;
}

.smart-home {
  padding: 26rem 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.smart-home .info .title {
  color: #ffffff;
  font-size: 4.2rem;
  line-height: 1.5476190476;
  font-family: "IBM Plex Sans";
  font-weight: 400;
}
.smart-home .info .desc {
  color: rgba(255, 255, 255, 0.92);
  font-size: 1.8rem;
  line-height: 1.6666666667;
  font-family: "Lexend Deca";
  font-weight: 400;
}

.pagination {
  gap: 2rem;
  justify-content: center;
}
.pagination .page-item .page-numbers {
  width: 6rem;
  height: 6rem;
  background-color: #e9e9e9;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #1a1a1a;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.5;
}
.pagination .page-item .page-numbers.current {
  background-color: #003da5;
  color: #ffffff;
}
.pagination .page-item .page-numbers img {
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  border: 1px solid #003da5;
}

.swiper-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.swiper-wrap .swiper-button.swiper-button-disabled {
  opacity: 0.5;
}
.swiper-wrap .swiper-button img {
  width: 4rem;
  height: 4rem;
  object-fit: contain;
  border-radius: 50%;
}

.text-link {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #080808;
  font-size: 1.8rem;
  line-height: 1.6666666667;
  font-weight: 600;
  font-family: "IBM Plex Sans";
}
.text-link:hover {
  text-decoration: none;
  color: inherit;
}
.text-link .icon {
  margin-left: 2rem;
}
.text-link .icon img {
  width: 2rem;
  height: 1.4rem;
  object-fit: contain;
}

.featured-products-home .info {
  display: flex;
  justify-content: space-between;
  gap: 3rem;
  align-items: center;
}
.featured-products-home .product-item.product {
  margin-bottom: 5rem;
}
.featured-products-home .product-item .product-inner .product-image .box-image {
  border: 1px solid rgba(112, 112, 112, 0.2);
}

.case-studies-home {
  background-color: #29384c;
  overflow: hidden;
}
.case-studies-home .info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3rem;
  flex-wrap: wrap;
}
.case-studies-home .info .text-link .icon img {
  filter: invert(1);
}
.case-studies-home .list-item-studies {
  overflow: visible;
  clip-path: polygon(0 0, 1000% 0, 1000% 100%, 0 100%);
}
.case-studies-home .list-item-studies .item .image {
  position: relative;
  padding-top: 79.1666666667%;
}
.case-studies-home .list-item-studies .item .image::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 8;
  background-color: rgba(8, 8, 8, 0.3);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in;
}
.case-studies-home .list-item-studies .item .image img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case-studies-home .list-item-studies .item .image .title {
  color: #FFFFFF;
  font-size: 4.2rem;
  line-height: 1.5476190476;
  font-family: "IBM Plex Sans";
  font-weight: 400;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  width: 100%;
  padding: 2rem;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in;
}
.case-studies-home .list-item-studies .item .image:hover::before {
  opacity: 1;
  visibility: visible;
}
.case-studies-home .list-item-studies .item .image:hover .title {
  opacity: 1;
  visibility: visible;
}
.case-studies-home .list-item-studies .swiper-pagination {
  position: static;
  margin-top: 6rem;
  border-radius: 30px;
}
.case-studies-home .list-item-studies .swiper-pagination .swiper-pagination-progressbar-fill {
  border-radius: 30px;
  background-color: #FFFFFF;
}

.list-item-home .item {
  text-align: center;
  margin: 1rem 0;
}
.list-item-home .item .icon img {
  width: 7rem;
  height: 7rem;
  object-fit: contain;
}
.list-item-home .item .title {
  color: #000000;
  font-size: 2.4rem;
  line-height: 1.25;
  font-family: "IBM Plex Sans";
  font-weight: 500;
}
.list-item-home .item .desc {
  color: rgba(8, 8, 8, 0.8);
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 300;
}

.banner-footer {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.banner-footer::before {
  position: absolute;
  content: "";
  background-color: rgba(8, 8, 8, 0.41);
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.banner-footer .info {
  position: relative;
  z-index: 2;
}
.banner-footer .info .title {
  font-size: 4.2rem;
  line-height: 1.5476190476;
  font-weight: 500;
}
.banner-footer .info .desc {
  color: rgba(255, 255, 255, 0.92);
}

.about-us-info {
  background-color: #f9f9f9;
}
.about-us-info .desc {
  color: rgba(8, 8, 8, 0.8);
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.6666666667;
}
.about-us-info .quote {
  color: #080808;
  font-size: 2.8rem;
  line-height: 1.5;
  font-family: "IBM Plex Sans";
  font-weight: 500;
}
.about-us-info hr {
  height: 1.5px;
  background-color: #080808;
  width: 30%;
  opacity: 1;
  margin: 2rem 0;
}
.about-us-info .icon {
  flex-shrink: 0;
}
.about-us-info .icon img {
  width: 4.4rem;
  height: 3.8rem;
  object-fit: contain;
}
.about-us-info .author {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.6666666667;
  color: #080808;
  font-family: "Lexend Deca";
}

.list-image-gallery {
  background-image: linear-gradient(top, #f9f9f9 50%, #29384c 50%);
  background-image: -o-linear-gradient(top, #f9f9f9 50%, #29384c 50%);
  background-image: -moz-linear-gradient(top, #f9f9f9 50%, #29384c 50%);
  background-image: -webkit-linear-gradient(top, #f9f9f9 50%, #29384c 50%);
  background-image: -ms-linear-gradient(top, #f9f9f9 50%, #29384c 50%);
}
.list-image-gallery .image {
  position: relative;
  padding-top: 67.5%;
}
.list-image-gallery .image img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.our-story {
  background-color: #29384c;
}
@media (max-width: 991.98px) {
  .our-story .box-content {
    margin-top: 2rem;
  }
}
.our-story .desc {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.6666666667;
}
.our-story .image-big {
  position: relative;
  padding-top: 137.4100719424%;
}
.our-story .image-big img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.our-story .image-small {
  position: relative;
  padding-top: 137.542662116%;
}
.our-story .image-small img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-clients .info .desc {
  color: rgba(8, 8, 8, 0.8);
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.6666666667;
}
.about-clients .list-icon-gallery .icon {
  padding-top: 50%;
}
.about-clients .list-icon-gallery .icon img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.about-clients .list-icon-gallery .swiper-pagination {
  position: static;
}
.about-clients .list-icon-gallery .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #6f6f6e;
}

.faqs {
  background-color: #f9f9f9;
}
.faqs .info .desc {
  color: rgba(8, 8, 8, 0.8);
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.6666666667;
}
.faqs .box-content .content-left {
  background-color: #ffffff;
  padding: 4rem 3.5rem;
}
.faqs .box-content .content-left .heading {
  font-size: 1.8rem;
  line-height: 1.6666666667;
  font-weight: 500;
  font-family: "IBM Plex Sans";
}
.faqs .box-content .content-left .nav-pills {
  flex-direction: column;
}
.faqs .box-content .content-left .nav-pills .nav-item .nav-link {
  width: 100%;
  text-align: left;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.6666666667;
  font-family: "IBM Plex Sans";
  padding: 1rem 0;
}
.faqs .box-content .content-left .nav-pills .nav-item .nav-link.active {
  background-color: transparent;
  color: #29384c;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  .faqs .box-content .content-left {
    margin-bottom: 3rem;
  }
  .faqs .box-content .content-left .heading {
    text-align: center;
  }
  .faqs .box-content .content-left .nav-pills {
    flex-direction: row;
    gap: 2rem;
    justify-content: center;
  }
}
.faqs .box-content .tab-content .accordion-item {
  border: 0;
  border-radius: 0;
  margin-bottom: 2rem;
  padding: 2rem 5.5rem 2rem 7.5rem;
}
.faqs .box-content .tab-content .accordion-item .accordion-button {
  padding: 0;
  border: 0;
  border-radius: 0;
  color: #080808;
  font-size: 1.8rem;
  line-height: 1.6666666667;
  font-weight: 400;
  align-items: flex-start;
  position: relative;
}
.faqs .box-content .tab-content .accordion-item .accordion-button:focus {
  box-shadow: none;
}
.faqs .box-content .tab-content .accordion-item .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
  color: #000000;
  font-size: 1.8rem;
  line-height: 1.6666666667;
  font-weight: 600;
}
.faqs .box-content .tab-content .accordion-item .accordion-button:not(.collapsed)::after {
  background-image: url(../icons/minus.png);
  top: 0.5rem;
}
.faqs .box-content .tab-content .accordion-item .accordion-button::after {
  background-image: url(../icons/plus.png);
  position: absolute;
  left: -4rem;
  top: 0.75rem;
}
.faqs .box-content .tab-content .accordion-item .accordion-body {
  margin-top: 1.5rem;
  color: rgba(8, 8, 8, 0.8);
  font-weight: 300;
  font-size: 1.8rem;
  line-height: 1.6666666667;
  padding: 0;
}

.contact-info {
  background-color: #29384C;
}
.contact-info .info .desc {
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.8rem;
  line-height: 1.6666666667;
}
.contact-info .list-item .item {
  display: flex;
  gap: 2rem;
  padding: 3rem 0;
}
.contact-info .list-item .item:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.contact-info .list-item .item .icon {
  width: 2.4rem;
  height: 2.7rem;
  flex-shrink: 0;
}
.contact-info .list-item .item .icon img {
  width: 2.4rem;
  height: 2.7rem;
  object-fit: contain;
}
.contact-info .list-item .item .wrap .title {
  color: #FFFFFF;
  font-size: 1.8rem;
  line-height: 1.6666666667;
  font-family: "IBM Plex Sans";
  font-weight: 500;
}
.contact-info .list-item .item .wrap .desc {
  font-size: 1.6rem;
  line-height: 1.625;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.7);
}
.contact-info .list-item .item .wrap .desc p:last-child {
  margin-bottom: 0;
}
.contact-info .map {
  padding-top: 110%;
  position: relative;
  margin-bottom: -15rem;
}
.contact-info .map iframe {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-us {
  padding-top: 30rem;
}
.contact-us .box-image {
  padding-right: 8rem;
}
@media (max-width: 991.98px) {
  .contact-us .box-image {
    padding-right: 0;
    margin-bottom: 4rem;
  }
}
.contact-us .image {
  padding-top: 79.3053545586%;
  position: relative;
}
.contact-us .image img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact-us .box-content .desc {
  color: rgba(8, 8, 8, 0.6);
}
.contact-us .form-info .form-control {
  color: #000000;
  font-size: 1.6rem;
  line-height: 1.875;
  font-weight: 400;
  padding: 2rem;
  background-color: #F7F8F9;
  border: 1px solid #F7F8F9;
  border-radius: 0;
}
.contact-us .form-info .form-control::placeholder {
  color: rgba(0, 0, 0, 0.8);
}
.contact-us .form-info .btn-custom, .contact-us .form-info .woocommerce .page-dashboard .woocommerce-MyAccount-content .woocommerce-address-fields .button, .woocommerce .page-dashboard .woocommerce-MyAccount-content .woocommerce-address-fields .contact-us .form-info .button, .contact-us .form-info .woocommerce .page-dashboard .woocommerce-MyAccount-content form .woocommerce-Button, .woocommerce .page-dashboard .woocommerce-MyAccount-content form .contact-us .form-info .woocommerce-Button {
  padding: 1.4rem 5rem;
}

.product-home .info .title {
  color: #000000;
  font-size: 2.4rem;
  line-height: 1.25;
  font-weight: 500;
}
.product-home .info .desc {
  color: #080808;
  font-size: 4.2rem;
  line-height: 1.1904761905;
  font-family: "IBM Plex Sans";
  font-weight: 500;
}
.product-home .list-item {
  column-count: 2;
  padding-top: 20rem;
  gap: 3rem;
}
@media (max-width: 767.98px) {
  .product-home .list-item {
    column-count: 1;
  }
}
.product-home .list-item .item {
  margin-bottom: 8rem;
}
.product-home .list-item .item:first-child {
  margin-top: -20rem;
}
.product-home .list-item .item .image {
  position: relative;
  padding-top: 72.2350230415%;
}
.product-home .list-item .item .image img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-home .list-item .item .wrap {
  display: flex;
  justify-content: space-between;
}
.product-home .list-item .item .title {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.8rem;
  line-height: 1.6666666667;
  font-family: "Lexend Deca";
  font-weight: 400;
}

.portfolio .info .desc {
  color: rgba(8, 8, 8, 0.8);
  font-size: 1.8rem;
  line-height: 1.6666666667;
  font-family: "IBM Plex Sans";
  font-weight: 400;
}
.portfolio .list-item {
  column-count: 2;
  padding-top: 20rem;
  gap: 3rem;
}
@media (max-width: 767.98px) {
  .portfolio .list-item {
    column-count: 1;
  }
}
.portfolio .list-item .item {
  margin-bottom: 8rem;
}
.portfolio .list-item .item:first-child {
  margin-top: -20rem;
}
.portfolio .list-item .item .image {
  position: relative;
  padding-top: 79.2387543253%;
}
.portfolio .list-item .item .image img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.portfolio .list-item .item .wrap {
  display: flex;
  justify-content: space-between;
}
.portfolio .list-item .item .title {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.8rem;
  line-height: 1.6666666667;
  font-family: "Lexend Deca";
  font-weight: 400;
}
.portfolio .btn-custom, .portfolio .woocommerce .page-dashboard .woocommerce-MyAccount-content .woocommerce-address-fields .button, .woocommerce .page-dashboard .woocommerce-MyAccount-content .woocommerce-address-fields .portfolio .button, .portfolio .woocommerce .page-dashboard .woocommerce-MyAccount-content form .woocommerce-Button, .woocommerce .page-dashboard .woocommerce-MyAccount-content form .portfolio .woocommerce-Button {
  text-transform: uppercase;
}

.blog-detail .info .content-left .list-info .item {
  margin-bottom: 3rem;
}
.blog-detail .info .content-left .list-info .item .label {
  color: rgba(0, 0, 0, 0.5);
  font-family: "Lexend Deca";
  font-weight: 300;
  font-size: 1.8rem;
  line-height: 1.6666666667;
}
.blog-detail .info .content-right .desc {
  color: rgba(13, 13, 13, 0.8);
  font-size: 2rem;
  line-height: 1.5;
}
.blog-detail .banner {
  position: relative;
}
.blog-detail .banner .image {
  position: relative;
  padding-top: 37.96875%;
}
.blog-detail .banner .image img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-detail .banner .title {
  text-align: center;
  color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 2rem 4rem;
}
.blog-detail .list-image .image {
  position: relative;
  padding-top: 42.8248587571%;
}
.blog-detail .list-image .image img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-detail .list-image .swiper-wrap {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 9;
  padding: 1.4rem 3rem;
  background-color: #FFFFFF;
}
.blog-detail .list-image .swiper-wrap .swiper-prev img {
  transform: rotate(180deg);
}
.blog-detail .list-item .item {
  margin-bottom: 6rem;
}
.blog-detail .list-item .item:last-child {
  margin-bottom: 0;
}
.blog-detail .list-item .item:nth-child(2n) .row {
  flex-direction: row-reverse;
}
.blog-detail .list-item .item .image {
  position: relative;
  padding-top: 129.2307692308%;
}
.blog-detail .list-item .item .image img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991.98px) {
  .blog-detail .list-item .item .content-left {
    margin-bottom: 4rem;
  }
}
.blog-detail .list-item .item .content-left .desc {
  color: rgba(8, 8, 8, 0.8);
}
