@charset "UTF-8";
/**
 * _base.scss
 * 
 * 1/ biến màu săc
 * 2/ biến kích thước font chữ
 * 3/ Cấu hình border
 * 4/ Mixin
 * 5/ Responsive
*/
html:not(#ux-builder) {
  scroll-behavior: smooth;
}

strong {
  font-weight: 700;
}

[data-icon-label]:after {
  background-color: var(--fs-color-secondary) !important;
}

.header-main {
  border: 1px solid var(--fs-color-secondary);
}
.header-main .container {
  padding-left: 45px;
  padding-right: 45px;
}
@media (max-width: 767px) {
  .header-main .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.header-main .logo-left .logo {
  margin-right: 80px;
}
@media (max-width: 1024px) {
  .header-main .logo-left .logo {
    margin-right: 40px;
  }
}
.header-main .nav-icon {
  display: none;
}
@media (max-width: 1024px) {
  .header-main .nav-icon {
    display: block !important;
  }
}
.header-main .flex-right .header-nav {
  flex-wrap: nowrap;
}
@media (max-width: 1024px) {
  .header-main .flex-left .nav {
    display: none;
  }
}
.header-main .flex-left .nav li {
  margin: 0 25px;
}
@media (max-width: 1441px) {
  .header-main .flex-left .nav li {
    margin: 0 20px;
  }
}
.header-main .nav > li > a {
  font-size: 18px;
}
@media (max-width: 1024px) {
  .header-main .nav > li > a {
    font-size: 16px;
  }
}
.header-main .nav > li > a:hover {
  color: var(--fs-color-primary) !important;
}
.header-main .nav > li.current-menu-item > a {
  color: var(--fs-color-primary) !important;
}
.header-main .header-search-form {
  margin-right: 40px;
}
.header-main .header-search-form input[type=search] {
  border-radius: 0 !important;
  padding-left: 40px;
  box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.16);
  width: 38vw;
  background-color: #ffffff;
}
.header-main .header-search-form input[type=search]:focus {
  box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.16) !important;
}
@media (max-width: 1600px) {
  .header-main .header-search-form input[type=search] {
    width: 22vw;
  }
}
@media (max-width: 1024px) {
  .header-main .header-search-form input[type=search] {
    width: 43vw;
  }
}
.header-main .icon-shopping-basket:before {
  content: url(../img/cart.svg);
}
.header-main .icon-user:before {
  content: url(../img/user.svg);
}
.header-main .icon-heart:before {
  display: block;
  width: 20px;
  height: 20px;
  content: url(../img/heart.svg) !important;
}

.breadcrumbs span.last {
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
}

.main-page-header h1 {
  font-size: 5rem;
}
@media (max-width: 1024px) {
  .main-page-header h1 {
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  .main-page-header h1 {
    font-size: 2.5rem;
  }
}
@media (max-width: 767px) {
  .main-page-header .title-breadcrumbs {
    padding: 0;
  }
}

input[type=email], input[type=number]:not(.qty), input[type=search], input[type=tel], input[type=text], input[type=url], textarea {
  height: 41px !important;
  border: 1px solid #000000 !important;
}
input[type=email]:focus, input[type=number]:not(.qty):focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=url]:focus, textarea:focus {
  box-shadow: none !important;
  background-color: var(--fs-color-primary) !important;
}
input[type=email]::placeholder, input[type=number]:not(.qty)::placeholder, input[type=search]::placeholder, input[type=tel]::placeholder, input[type=text]::placeholder, input[type=url]::placeholder, textarea::placeholder {
  color: black;
}

button[type=submit]:not(.icon),
input[type=submit] {
  letter-spacing: 3px;
  padding: 4px 45px !important;
}

a.button:not(.icon):not(.edit-block-button):not(.is-link):not(.is-underline), button.button:not(.icon):not(.is-link):not(.is-underline), input[type=button]:not(.ux-quantity__button), input[type=submit] {
  box-shadow: 3px 3px 0px 0px #241e1d !important;
  color: #000000 !important;
  padding: 4px 45px;
}
a.button:not(.icon):not(.edit-block-button):not(.is-link):not(.is-underline).is-large, button.button:not(.icon):not(.is-link):not(.is-underline).is-large, input[type=button]:not(.ux-quantity__button).is-large, input[type=submit].is-large {
  font-size: 18px;
}
a.button:not(.icon):not(.edit-block-button):not(.is-link):not(.is-underline):hover, button.button:not(.icon):not(.is-link):not(.is-underline):hover, input[type=button]:not(.ux-quantity__button):hover, input[type=submit]:hover {
  filter: brightness(1.2);
}
a.button:not(.icon):not(.edit-block-button):not(.is-link):not(.is-underline).white, button.button:not(.icon):not(.is-link):not(.is-underline).white, input[type=button]:not(.ux-quantity__button).white, input[type=submit].white {
  box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.13) !important;
}
a.button:not(.icon):not(.edit-block-button):not(.is-link):not(.is-underline).white:hover, button.button:not(.icon):not(.is-link):not(.is-underline).white:hover, input[type=button]:not(.ux-quantity__button).white:hover, input[type=submit].white:hover {
  background-color: var(--fs-color-secondary) !important;
  color: #ffffff !important;
  filter: brightness(1);
}

.shadow.col > .col-inner {
  box-shadow: 3px 3px 0px 0px #241e1d !important;
}

.form-flat .searchform {
  color: #000000;
}
.form-flat .searchform .flex-row {
  flex-direction: row-reverse;
}
.form-flat .searchform text-mb-0 input[type=search] {
  height: 41px;
  border-radius: 0;
  box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.16);
  padding-left: 45px;
  border: 1px solid #000000;
  font-size: 15px;
}
.form-flat .searchform text-mb-0 input[type=search]::placeholder {
  color: #000000;
}
.form-flat .searchform text-mb-0 input[type=search]:focus {
  box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.16) !important;
}
.form-flat .searchform button {
  height: 41px;
  width: 41px;
}

.searchform-wrapper.form-flat .flex-col:last-of-type {
  margin-left: 0 !important;
  margin-right: -45px;
}

.no-text-shadow * {
  text-shadow: none !important;
}

.section-title-container .section-title {
  margin-bottom: 0;
  border-bottom: none !important;
}
.section-title-container .section-title span.section-title-main {
  border-bottom: none !important;
  padding-bottom: 0;
  margin-right: 0;
}
.section-title-container .section-title b {
  display: none;
}
.section-title-container .section-title.section-title-center {
  justify-content: center;
}

.ss-bg-repeat .section-bg {
  background-repeat: repeat !important;
  background-size: auto !important;
}

.text-mb-0 * {
  margin-bottom: 0;
}

.branch-list {
  margin-top: -22%;
}

.wpcf7-form .flex-row {
  gap: 20px;
}
.wpcf7-form .flex-row input {
  margin-bottom: 30px;
}

.about-us-title h1 {
  font-size: 8.8rem;
  line-height: 1;
}

.wishlist-title {
  display: none;
}

.mfp-close-btn-in .mfp-close {
  mix-blend-mode: unset;
}

.z-0 {
  z-index: 0;
}

form {
  margin-bottom: 0;
}

.home-banner.banner .button {
  box-shadow: 3px 3px 0px 0px #241e1d;
}

.page-title h1 {
  font-weight: 300;
}

@media (max-width: 767px) {
  .home-image-box .image-cover {
    padding-top: 332px !important;
  }
}
.home-image-box .box-text {
  max-width: 600px;
}

.box-category .image-cover img {
  object-fit: contain;
}
.box-category .header-title {
  text-transform: unset;
}

.mbws-subscribe-form input:not([type=submit]) {
  margin-bottom: 25px;
}
.mbws-subscribe-form input[type=submit] {
  margin-top: 40px !important;
}

.mbws-home-blog .col.post-item {
  padding-bottom: 0;
}

.blog-wrapper {
  padding-top: 0;
}

.post-item .box {
  border: 1px solid #000000;
}
.post-item .box-text {
  padding: 30px 30px 60px;
}
.post-item .box-text .post-title {
  font-size: 2.5rem;
}
.post-item .box-text .post-title a:hover {
  color: black;
}
@media (max-width: 768px) {
  .post-item .box-text .post-title {
    font-size: 1.5rem;
  }
}
.post-item .box-text .post-meta {
  font-size: 16px;
}
.post-item .box-text .button {
  position: absolute;
  bottom: 30px;
  right: 30px;
  margin: 0;
  padding-left: 10px;
  border-left: 1px solid #a8a8a8 !important;
  font-size: 16px;
  text-transform: unset;
  min-height: unset;
  line-height: 1.4;
  color: var(--fs-color-primary);
}
.post-item .box-text .button:hover {
  text-decoration: underline;
}
.post-item .box-text .button::before {
  content: "";
  width: 18px;
  height: 18px;
  display: inline-block;
  background: url(../img/doc.svg) no-repeat;
  background-size: contain;
  margin-right: 5px;
  vertical-align: sub;
}
@media (max-width: 767px) {
  .post-item .box-text {
    padding: 15px 20px 60px;
  }
}
.post-item .is-divider {
  display: none;
}
.post-item .mbws-post-meta {
  justify-content: flex-start;
}

.mbws-post-meta {
  justify-content: flex-start;
  gap: 15px;
  font-size: 16px;
}
.mbws-post-meta div::before {
  content: "";
  width: 16px;
  height: 18px;
  display: inline-block;
  margin-right: 5px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: sub;
}
.mbws-post-meta div.post-author::before {
  background-image: url(../img/user.svg);
}
.mbws-post-meta div.post-date::before {
  background-image: url(../img/clock.svg);
}

.blog-single.page-wrapper {
  padding-top: 60px;
}
.blog-single.page-wrapper::before {
  content: "";
  display: block;
  width: 100%;
  height: 22%;
  background-color: #f7ede2;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  border-bottom: 1px solid black;
}

.single-post .entry-header-text {
  text-align: center;
  padding-bottom: 60px;
}
.single-post .entry-header-text h1.entry-title {
  font-size: 3rem;
  font-weight: 300;
  line-height: 1;
}
@media (max-width: 768px) {
  .single-post .entry-header-text h1.entry-title {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .single-post .entry-header-text h1.entry-title {
    font-size: 1.5rem;
  }
}
.single-post .entry-header-text .is-divider {
  display: none;
}
.single-post .entry-header-text .single-post-meta {
  justify-content: center !important;
}
.single-post .entry-header-text .single-post-meta .post-cats::before {
  background-image: url(../img/cats.svg);
}
.single-post .entry-header-text .single-post-meta a {
  color: black;
}
.single-post .entry-header-text .single-post-meta a:hover {
  text-decoration: underline;
}
.single-post .entry-content {
  border: 1px solid #B7B7B7;
  padding: 30px 90px 130px;
  position: relative;
  background-color: white;
}
.single-post .entry-content .blog-share {
  padding: 30px;
  background-color: #F8F5F2;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}
.single-post .entry-content .blog-share span {
  font-size: 20px;
  font-weight: 300;
  color: black;
}
@media (max-width: 768px) {
  .single-post .entry-content {
    padding: 30px 30px 130px;
  }
}
@media (max-width: 767px) {
  .single-post .entry-content {
    padding: 30px 15px 130px;
  }
}

.post-nav {
  position: fixed;
  bottom: 45px;
  z-index: 9;
}
.post-nav a {
  position: relative;
}
.post-nav .box-image {
  background-color: var(--fs-color-primary);
  z-index: 1;
}
.post-nav .box-image img {
  width: 80px;
  height: 80px;
  transition: all 0.4s;
}
.post-nav .box-image i {
  font-size: 20px;
  color: white;
  padding: 10px;
  vertical-align: middle;
}
.post-nav .box-text {
  line-height: 1.1;
  position: absolute;
  top: 0;
  width: 220px;
  padding: 5px 15px;
  opacity: 0;
  transition: all 0.4s;
  background-color: white;
}
.post-nav .box-text h4 {
  font-weight: 700;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.post-nav .box-text .post-date {
  color: #a8a8a8;
}
.post-nav .box-text .post-date::before {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 5px;
  background: url(../img/clock.svg) no-repeat;
  background-size: contain;
  vertical-align: sub;
}
.post-nav.nav-previous {
  left: 0;
}
.post-nav.nav-previous .box-text {
  left: 100%;
  transform: translateX(-100%);
}
.post-nav.nav-previous:hover .box-text {
  opacity: 1;
  transform: translateX(0%);
}
.post-nav.nav-next {
  left: auto;
  right: 0;
}
.post-nav.nav-next .box-text {
  right: 100%;
  transform: translateX(100%);
}
.post-nav.nav-next:hover .box-text {
  opacity: 1;
  transform: translateX(0%);
}

.shop-page-title .page-title-inner {
  padding: 60px 15px !important;
}
.shop-page-title .page-title-inner h1 {
  font-size: 5rem;
  color: #000000;
  text-shadow: none;
  font-weight: 300;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .shop-page-title .page-title-inner h1 {
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  .shop-page-title .page-title-inner h1 {
    font-size: 2rem;
  }
}
.shop-page-title .page-title-inner .breadcrumbs * {
  color: #000000 !important;
  text-shadow: none;
}
@media (max-width: 767px) {
  .shop-page-title .page-title-inner {
    padding: 30px 15px !important;
  }
}

.category-page-row .products.row {
  margin-left: -15px !important;
  margin-right: -15px !important;
}

.product-small.col {
  padding: 0 15px 20px !important;
}
.product-small.col.out-of-stock .box-image::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  filter: grayscale(50%);
  background-color: rgba(255, 255, 255, 0.75);
  position: absolute;
  top: 0;
  left: 0;
}
.product-small.col .box-image .out-of-stock-label {
  width: fit-content;
  border: 2px solid #000000;
  background-color: transparent;
  margin: auto;
  border-radius: 3px;
  padding: 5px 10px;
  text-transform: unset;
  font-weight: 400;
  color: #000000;
  top: 50%;
  transform: translateY(-50%);
}
.product-small.col .product-title {
  font-size: 18px;
  margin-bottom: 5px;
}
.product-small.col .product-title a {
  font-weight: 700;
  color: #000000;
}
.product-small.col .price {
  font-size: 18px;
}
.product-small.col .price span.amount {
  font-weight: 300;
  color: #000000;
}

.image-tools .wishlist-icon {
  display: none;
}

.single-product .page-title {
  background-color: #f7ede2;
}
.single-product .product-main {
  background-color: #f7ede2;
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .single-product .product-main {
    padding-bottom: 45px;
  }
}
.single-product .page-title .breadcrumbs {
  text-align: center;
}
.single-product .product-info {
  padding-left: 5% !important;
}
@media (max-width: 767px) {
  .single-product .product-info {
    padding-bottom: 0;
  }
}
.single-product .product-info .price,
.single-product .product-info .product-title {
  font-size: 40px;
}
@media (max-width: 767px) {
  .single-product .product-info .price,
  .single-product .product-info .product-title {
    font-size: 26px;
  }
}
.single-product .product-info .quantity {
  border: 1px solid #000000;
}
.single-product .product-info .quantity input {
  height: 50px;
  border: none !important;
  background-color: #ffffff;
  box-shadow: none;
  font-size: 16px;
  color: #000000;
}
.single-product .product-info .quantity .button {
  padding: 0;
  font-weight: 700;
  width: 40px;
}
.single-product .product-info .single_add_to_cart_button {
  line-height: 2.5;
  text-transform: unset;
  box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.13) !important;
}
.single-product .product-info .single_add_to_cart_button:hover {
  box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.13) !important;
}
.single-product .product-info .single_add_to_cart_button.added::after {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url(../img/check.svg) no-repeat;
  background-size: contain;
  vertical-align: sub;
  margin-left: 5px;
}
.single-product .product-info .product_meta {
  font-size: 16px;
  display: flex;
  flex-direction: column-reverse;
}
.single-product .product-info .product_meta span {
  padding: 0;
  margin-bottom: 15px;
  border-top: none;
  color: #a8a8a8;
}
.single-product .product-info .product_meta span.tagged_as a {
  background-color: rgba(0, 0, 0, 0.02);
  color: rgba(0, 0, 0, 0.8);
  margin: 0 2px 2px;
  border-radius: 4px;
  padding: 2px 7px;
  font-size: 90%;
  transition: background-color 0.3s ease-in-out 0s;
}
.single-product .product-info .product_meta span.tagged_as a:hover {
  background-color: rgba(0, 0, 0, 0.06);
}
.single-product .product-info .product_meta span.sku_wrapper {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  color: #000000;
  font-size: 13px;
  padding: 5px 10px;
  width: fit-content;
  text-transform: uppercase;
}
.single-product .product-info .product_meta span.sku_wrapper span {
  color: #000000;
}
.single-product .product-info .product_meta span.posted_in a::hover {
  text-decoration: underline !important;
}
.single-product .product-info .wishlist-popup,
.single-product .product-info .yith-wcwl-add-button {
  display: none;
}
.single-product .product-info form.cart .wishlist-icon {
  display: inline-block;
}
.single-product .product-info form.cart .wishlist-icon .wishlist-button {
  border: none;
}
.single-product .product-info form.cart .wishlist-icon .wishlist-button:hover {
  background-color: transparent;
}
.single-product .woocommerce-message {
  display: none;
}
.single-product .image-tools {
  top: 15px;
  right: 15px;
  left: auto;
}
.single-product .image-tools a.button.zoom-button {
  border: none;
  background-color: #ffffff;
  font-size: 16px;
}
.single-product .image-tools a.button.zoom-button i::before {
  content: "\e012";
}

.product-footer > .container {
  max-width: unset !important;
  padding: 0;
}

.product-page-sections .large-2 {
  display: none;
}
.product-page-sections .col {
  max-width: 100%;
  flex-basis: 100%;
}
.product-page-sections section {
  padding: 0 !important;
}
.product-page-sections .product-section {
  padding: 60px 0;
  border-color: #000000 !important;
}
.product-page-sections .product-section .row {
  margin-left: auto !important;
  margin-right: auto !important;
}
.product-page-sections .product-section .entry-content {
  padding: 0;
}
.product-page-sections .product-section:last-child {
  border-bottom: 1px solid #000000;
}
@media (max-width: 767px) {
  .product-page-sections .product-section {
    padding: 40px 0;
  }
}

.woocommerce-Reviews-title {
  font-size: 40px;
}

#reviews > .col {
  padding: 0;
}
#reviews .stars > span a {
  border: none;
  font-size: 0;
  margin-left: 0;
  margin-right: 10px;
}
#reviews .stars > span a::after {
  font-size: 16px;
}

#review_form .review-form-inner {
  border: none !important;
  padding: 0;
}

.related-products-wrapper .row {
  margin-left: auto !important;
  margin-right: auto !important;
}
.related-products-wrapper .product-section-title {
  padding-left: 15px;
  padding-right: 15px;
}

.cart-container.page-wrapper {
  padding-top: 40px;
  padding-bottom: 80px;
}

.checkout-breadcrumbs a {
  font-weight: 300 !important;
  font-size: 16px;
  color: #000000 !important;
}
.checkout-breadcrumbs a .breadcrumb-step {
  width: 40px;
  height: 40px;
  line-height: 38px;
  font-size: 16px;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.08);
  color: #000000;
  font-weight: 300;
}
.checkout-breadcrumbs a.current .breadcrumb-step {
  color: #ffffff;
}
.checkout-breadcrumbs .divider {
  margin: 0 30px !important;
}

.shop_table thead th {
  border-bottom: none;
}

.continue-shopping {
  display: none;
}

.mbws-continue-shopping:hover {
  text-decoration: underline;
}

.cart-sidebar {
  background-color: #F7F7F7;
  border-radius: 10px;
  padding: 30px;
}
.cart-sidebar .cart_totals tbody th, .cart-sidebar .cart_totals tbody td {
  font-size: 16px;
  padding: 15px 0;
}
.cart-sidebar .product-name {
  font-size: 32px;
  text-align: center;
  text-transform: unset;
  border-bottom: none;
}
.cart-sidebar .order-total th {
  border-bottom: none;
}
.cart-sidebar .order-total td {
  border-bottom: none;
  font-size: 22px !important;
  font-weight: 700;
}
.cart-sidebar .wc-proceed-to-checkout a {
  font-size: 18px;
  text-transform: unset;
  padding: 4px 20px !important;
}

.off-canvas .mfp-content.off-canvas-cart {
  width: 420px;
  background-color: white;
}

#cart-popup .cart-popup-inner {
  padding-top: 100px;
}
#cart-popup .cart-popup-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
#cart-popup .cart-popup-title span {
  font-size: 25px;
  text-transform: unset;
}
#cart-popup .cart-popup-title span::before {
  content: url(../img/cart.svg);
  display: inline-block;
  margin-right: 10px;
  width: 24px;
  height: 30px;
  vertical-align: middle;
}
#cart-popup .cart-popup-title .is-divider {
  display: none;
}
#cart-popup ul.product_list_widget li {
  min-height: 120px;
  padding-left: 120px;
}
#cart-popup ul.product_list_widget li img {
  width: 100px;
  height: 100px;
}
#cart-popup .woocommerce-mini-cart__buttons {
  display: flex;
  flex-direction: column-reverse;
}
#cart-popup .woocommerce-mini-cart__buttons .button {
  text-transform: unset;
  font-size: 18px;
}
#cart-popup .widget_shopping_cart .woocommerce-mini-cart__buttons .button:not(.checkout) {
  background-color: transparent;
  box-shadow: none !important;
  border: none;
  height: unset;
  min-height: unset;
  line-height: 1.2;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5) !important;
  font-size: 16px;
}
#cart-popup .woocommerce-mini-cart__total span.amount {
  font-size: 22px;
}
#cart-popup .ux-mini-cart-footer {
  padding-inline-start: 20px;
  background-color: rgba(0, 0, 0, 0.03);
}
#cart-popup .mbws-continue-shopping {
  display: none;
}

#place_order,
.button.checkout {
  font-size: 20px;
  text-transform: unset;
}

form.checkout .woocommerce-billing-fields {
  border-top: none !important;
}
form.checkout .woocommerce-billing-fields h3 {
  font-size: 40px;
  text-transform: unset;
}
form.checkout .woocommerce-additional-fields h3 {
  font-size: 40px;
  text-transform: unset;
}

.checkout-sidebar {
  background-color: #F7F7F7;
  border-radius: 10px;
  padding: 30px;
}
.checkout-sidebar #order_review_heading {
  font-size: 32px;
  text-align: center;
  text-transform: unset;
  padding: 0;
}
.checkout-sidebar .wc_payment_methods {
  border: 1px solid var(--fs-color-primary);
  border-radius: 4px;
  padding: 10px;
  position: relative;
}
.checkout-sidebar .wc_payment_methods::before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  background-color: var(--fs-color-primary);
  border-radius: 99px;
  position: absolute;
  right: -10px;
  top: -10px;
  background-image: url(../img/white-check.svg);
  background-size: 14px 14px;
  background-position: center center;
  background-repeat: no-repeat;
}
.checkout-sidebar .payment_methods li + li {
  border: none;
}

.select-resize-ghost, .select2-container .select2-choice, .select2-container .select2-selection, select {
  box-shadow: none !important;
  border-color: #000000 !important;
}

.shop_table thead th {
  border: none;
  font-size: 16px;
  font-weight: 700;
  text-transform: unset;
}
.shop_table .cart_item td {
  border: none;
  font-size: 16px;
}
.shop_table .cart_item td.product-name {
  font-weight: 700;
  color: #000000;
}
.shop_table tfoot .cart-subtotal th, .shop_table tfoot .cart-subtotal td {
  font-size: 16px !important;
  padding-bottom: 15px;
}
.shop_table tfoot .order-total td {
  border-bottom: none;
  font-size: 22px;
  font-weight: 700;
}
.shop_table tfoot .order-total th {
  font-size: 16px;
  border-bottom: none;
}

.success-box {
  margin-bottom: 60px;
}

.woocommerce-notice--success {
  font-size: 18px;
}

.woocommerce-order-overview {
  display: flex;
  list-style: none;
  justify-content: space-around;
}
@media (max-width: 767px) {
  .woocommerce-order-overview {
    flex-wrap: wrap;
  }
}
.woocommerce-order-overview li {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  flex: 1;
  margin-left: 0 !important;
  padding: 15px;
}
@media (max-width: 767px) {
  .woocommerce-order-overview li {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.woocommerce-order-overview li strong {
  margin-top: 10px;
  text-transform: none;
  font-weight: 400;
}
.woocommerce-order-overview li strong span.amount {
  font-weight: 400;
}
.woocommerce-order-overview li:not(:first-child) {
  border-left: 1px solid rgba(0, 0, 0, 0.08);
}
@media (max-width: 767px) {
  .woocommerce-order-overview li:not(:first-child) {
    border-left: none;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
  }
}

.woocommerce-order-details {
  background-color: #F7F7F7;
  border-radius: 10px;
  padding: 30px;
}
.woocommerce-order-details .woocommerce-order-details__title {
  text-align: center;
  font-size: 32px;
}
.woocommerce-order-details tbody th, .woocommerce-order-details tbody td {
  border: none;
}
.woocommerce-order-details th,
.woocommerce-order-details td {
  padding: 15px 10px;
  font-size: 16px !important;
  font-weight: 400;
}
.woocommerce-order-details th a,
.woocommerce-order-details td a {
  color: #000000;
  font-weight: 400;
}
.woocommerce-order-details th span.amount,
.woocommerce-order-details td span.amount {
  font-weight: 400;
}
.woocommerce-order-details tfoot tr:last-child th, .woocommerce-order-details tfoot tr:last-child td {
  border: none;
}
.woocommerce-order-details tfoot tr:last-child span.amount {
  font-weight: 700;
  font-size: 25px;
}

.woocommerce-customer-details {
  display: none;
}

#login-form-popup {
  max-width: 400px !important;
}

.account-login-inner {
  max-width: 400px;
  margin: auto;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.account-login-inner h3 {
  font-size: 32px;
  text-transform: unset;
}

.woocommerce-form-login input:not([type=submit]):not([type=checkbox]) {
  height: 56px !important;
  border: 1px solid #000000;
  padding-left: 45px;
  background-size: 18px 18px;
  background-position: 15px 50%;
  background-repeat: no-repeat;
}
.woocommerce-form-login input:not([type=submit]):not([type=checkbox])#username {
  background-image: url(../img/user.svg);
}
.woocommerce-form-login input:not([type=submit]):not([type=checkbox])#password {
  background-image: url(../img/lock.svg);
}
.woocommerce-form-login .button {
  width: 100%;
}
.woocommerce-form-login .woocommerce-LostPassword {
  text-align: center;
}

.show-password-input {
  height: 56px;
  line-height: 2.2 !important;
}

form.lost_reset_password {
  max-width: 400px;
  margin: auto;
}
form.lost_reset_password button[type=submit],
form.lost_reset_password .woocommerce-form-row {
  width: 100%;
}
form.lost_reset_password input {
  height: 56px !important;
}

#footer .social-icons {
  color: #000000;
}
#footer .social-icons span {
  font-weight: 300;
  font-size: 16px;
}
#footer .social-icons a {
  margin-left: 30px;
}
#footer .social-icons a.facebook i::before {
  vertical-align: middle;
  content: url(../img/facebook.svg);
}
#footer .section-title {
  font-weight: 700;
}
#footer .text-right .section-title {
  justify-content: flex-end;
}
#footer .text-right .ux-menu-link__link {
  justify-content: flex-end;
}
#footer .back_to_top {
  color: #000000;
}
#footer .back_to_top:hover {
  color: var(--fs-color-primary);
}

.absolute-footer {
  display: none;
}

@media (max-width: 767px) {
  .mobile-center {
    text-align: center !important;
  }
  .mobile-center .col-inner {
    text-align: center;
  }
  .mobile-center .col-inner * {
    margin-left: auto;
    margin-right: auto;
  }
}