@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
*/
#top-bar .nav > li {
  font-size: 15px;
}
@media (max-width: 767px) {
  #top-bar {
    line-height: 1.4;
  }
}

.header-main li.cart-item .header-button .button {
  height: 50px;
  font-size: 15px;
  text-transform: unset;
  padding: 5px 20px;
}
.header-main li.cart-item .header-button .button img.cart-img-icon {
  border-radius: 0 !important;
  object-fit: contain;
}
.header-main .header-nav-main.nav-left {
  justify-content: center !important;
}
.header-main .header-nav-main.nav-left > li {
  margin: 0 1.3125em;
}
.header-main .header-nav-main.nav-left > li > a {
  font-size: 18px;
  text-transform: capitalize;
}
.header-main .nav > li > a > i {
  max-height: 20px;
}

.icon-coupon::before {
  content: url(../img/coupon.svg) !important;
  margin-right: 8px;
}

.icon-star::before {
  content: url(../img/star.svg) !important;
  margin-right: 8px;
}

.icon-search:before {
  content: url(../img/search.svg) !important;
}

.icon-user:before {
  content: url(../img/user.svg) !important;
}

.icon-shopping-bag:before {
  content: url(../img/cart.svg) !important;
  filter: brightness(0) invert(1);
}

.cart-item .nav-dropdown {
  min-width: 370px;
}

.woocommerce-mini-cart__buttons {
  display: flex;
  flex-direction: column-reverse;
}
.woocommerce-mini-cart__buttons .button {
  height: 45px;
  line-height: 43px;
}
.woocommerce-mini-cart__buttons .button.checkout {
  background-color: var(--fs-color-primary);
}
.woocommerce-mini-cart__buttons .button:not(.checkout) {
  color: #000000;
  border: 1px solid #000000;
  background-color: transparent;
}
.woocommerce-mini-cart__buttons .button:not(.checkout):hover {
  background-color: #000000;
  color: white;
}

a.icon-remove, a.remove {
  border: none !important;
  font-size: 18px !important;
}

ul.product_list_widget li {
  min-height: 110px !important;
  padding-left: 100px !important;
}
ul.product_list_widget li img {
  height: 82px !important;
  width: 82px !important;
  border: 1px solid rgba(112, 121, 139, 0.3019607843);
  border-radius: 20px;
}
ul.product_list_widget li a:not(.remove) {
  margin-top: 10px;
}

@media (max-width: 1024px) {
  .header-main {
    height: 110px !important;
  }
}
#header .container,
#content > .row > .col,
#main > .row > .col,
#footer section,
.product-container .product-main,
.product-container .container {
  padding-left: 45px;
  padding-right: 45px;
}
@media (max-width: 767px) {
  #header .container,
  #content > .row > .col,
  #main > .row > .col,
  #footer section,
  .product-container .product-main,
  .product-container .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.radius-20 {
  border-radius: 20px;
  overflow: hidden;
}

.radius-25 {
  border-radius: 25px;
  overflow: hidden;
}

.radius-30 {
  border-radius: 30px;
  overflow: hidden;
}

input.button:not(.icon),
button.button:not(.icon),
a.button:not(.icon) {
  transition: all 0.3s;
  text-transform: capitalize;
  font-weight: 500;
}
input.button:not(.icon) .default-button,
button.button:not(.icon) .default-button,
a.button:not(.icon) .default-button {
  font-size: 16px;
}
input.button:not(.icon) .default-button:hover,
button.button:not(.icon) .default-button:hover,
a.button:not(.icon) .default-button:hover {
  box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.1607843137);
}
input.button:not(.icon) .secondary:hover,
button.button:not(.icon) .secondary:hover,
a.button:not(.icon) .secondary:hover {
  background-color: var(--fs-color-secondary);
}
input.button:not(.icon) .secondary:hover,
button.button:not(.icon) .secondary:hover,
a.button:not(.icon) .secondary:hover {
  background-color: var(--fs-color-primary);
}
input.button:not(.icon).underline span,
button.button:not(.icon).underline span,
a.button:not(.icon).underline span {
  text-decoration: underline !important;
}

.section-title.section-title-normal {
  border-bottom: none !important;
}
@media (max-width: 767px) {
  .section-title.section-title-normal {
    justify-content: center;
  }
}
.section-title.section-title-normal span {
  margin-right: 7%;
}
.section-title.section-title-normal b:last-of-type {
  display: inline-block;
}
@media (max-width: 767px) {
  .section-title.section-title-normal b:last-of-type {
    display: none;
  }
}
.section-title.section-title-normal a {
  background-color: var(--fs-color-primary);
  padding: 18px 30px;
  font-size: 18px;
  font-weight: 400;
  color: white;
  border-radius: 99px;
  text-transform: capitalize;
  margin-left: 7%;
  transition: all 0.3s;
  box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.1607843137);
}
.section-title.section-title-normal a:hover {
  box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.1607843137);
}
@media (max-width: 767px) {
  .section-title.section-title-normal a {
    margin-left: 0;
    padding: 16px 30px;
    font-size: 16px;
  }
}
.section-title.section-title-normal a i {
  display: none;
}
.section-title .section-title-main {
  text-transform: capitalize;
  border-bottom: none !important;
}
@media (max-width: 767px) {
  .section-title .section-title-main {
    margin-right: 0 !important;
    margin-bottom: 15px;
    display: block;
    width: 100%;
    text-align: center;
  }
}

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

h1, h2, h3, h4, h5, h6, .heading-font, .banner h1, .banner h2 {
  text-transform: capitalize;
}

.contact-form-col .wpcf7-form textarea,
.contact-form-col .wpcf7-form input:not([type=submit]) {
  border: none;
  border-bottom: 1px solid #CFCFCF;
  box-shadow: none;
  min-height: 46px;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 30px;
}
.contact-form-col .wpcf7-form input[type=submit] {
  height: 47px;
  line-height: 45px;
  min-width: 124px;
  text-align: center;
  margin-top: 30px;
}

.contact-map iframe {
  height: 700px !important;
  width: 100% !important;
}

.about-us-icon-box .icon-box-img {
  background-color: var(--fs-color-primary);
  transition: all 0.3s;
  border-radius: 99px;
  height: 82px;
  padding: 25px;
  box-shadow: -5px 15px 30px rgba(0, 76, 255, 0.3019607843);
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-us-icon-box:hover .icon-box-img {
  background-color: var(--fs-color-secondary);
  box-shadow: -5px 15px 30px rgba(251, 0, 0, 0.3019607843);
}
.about-us-icon-box .icon-box-text {
  padding-left: 30px !important;
}

@media (max-width: 767px) {
  .home-product-tabs .nav {
    justify-content: flex-start !important;
  }
}
.home-product-tabs .nav li {
  margin: 0 20px;
}
.home-product-tabs .nav li > a {
  font-weight: 500;
  color: var(--fs-experimental-link-color) !important;
}
.home-product-tabs .nav li.active > a {
  color: var(--fs-color-secondary) !important;
}

.cat-box .ux-menu-link__link {
  padding: 0 !important;
  min-height: unset;
  font-size: 16px;
}
@media (max-width: 767px) {
  .cat-box .image-cover {
    padding-top: 80% !important;
  }
}

.feedback-box .col-inner {
  border-radius: 25px;
  transition: all 0.3s;
}
.feedback-box .icon-box-left {
  align-items: center;
}
.feedback-box .icon-box-left h5 {
  font-size: 20px;
  color: var(--fs-color-secondary);
  text-transform: capitalize !important;
  margin-bottom: 4px;
}
.feedback-box .icon-box-left h6 {
  color: #70798B;
  font-size: 16px;
  text-transform: capitalize !important;
}
.feedback-box:hover .col-inner {
  box-shadow: -10px 20px 50px 0px rgba(0, 0, 0, 0.1019607843);
}
.feedback-box:hover .col-inner svg {
  color: var(--fs-color-primary);
}
.feedback-box:hover .col-inner .icon-box-left h5 {
  color: #081420;
}

@media (max-width: 767px) {
  .home-image-box .image-cover {
    padding-top: 70%;
  }
  .home-image-box .box-text {
    padding: 15px 20px !important;
  }
}

.blog-wrapper {
  padding-top: 4.375em !important;
}

.post-item .box {
  padding: 40px;
  border: 2px solid rgba(46, 48, 52, 0.2);
  border-radius: 20px;
}
@media (max-width: 767px) {
  .post-item .box {
    padding: 30px 20px;
  }
}
.post-item .box-image {
  overflow: unset !important;
}
.post-item .image-cover {
  border-radius: 20px;
  transition: all 0.3s;
}
.post-item .box-text {
  padding: 30px 0 0 60px !important;
}
@media (max-width: 767px) {
  .post-item .box-text {
    margin-top: 30px;
    padding-left: 0 !important;
  }
}
.post-item .box-text .post-title {
  font-size: 25px;
}
.post-item .box-text .post-title a:hover {
  color: #081420;
}
.post-item .box-text .is-divider {
  display: none;
}
.post-item .box-text .from_the_blog_excerpt {
  font-size: 16px;
}
.post-item .box-text .button {
  font-size: 16px;
  border: none;
  color: white;
  padding: 10px 43px;
  text-transform: capitalize;
  background-color: var(--fs-color-secondary);
}
@media (max-width: 767px) {
  .post-item .box-text .button {
    padding: 5px 30px;
  }
}
.post-item .box-text:hover .button {
  box-shadow: 0px 20px 60px rgba(0, 0, 0, 0.1607843137);
  background-color: var(--fs-color-primary);
}
.post-item .box-text:hover .post-meta {
  color: var(--fs-color-primary);
}
.post-item .box-text .post-meta {
  font-size: 16px;
  font-weight: 500;
  position: absolute;
  top: 0;
}
.post-item:hover .image-cover {
  box-shadow: -15px 20px 50px 0px rgba(0, 0, 0, 0.1607843137);
}
.post-item:hover .button {
  background-color: var(--fs-color-primary);
}

.single-post .entry-image {
  border-radius: 30px;
  overflow: hidden;
}
.single-post .entry-header-text {
  margin: auto;
  padding-top: 60px !important;
  max-width: 1000px;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.single-post .entry-header-text .entry-title {
  font-size: 37px;
}
@media (max-width: 767px) {
  .single-post .entry-header-text .entry-title {
    font-size: 24px;
  }
}
.single-post .entry-header-text .entry-meta {
  justify-content: center !important;
}
.single-post .entry-header-text .entry-meta div {
  width: fit-content;
  margin: 0 15px;
  position: relative;
}
.single-post .entry-header-text .entry-meta div:not(:first-child)::before {
  content: "";
  width: 1px;
  height: 15px;
  position: absolute;
  left: -15px;
  top: 5px;
  background-color: #111F3D;
}
.single-post .entry-content {
  padding-top: 0;
  max-width: 1000px;
  margin: auto;
}
.single-post footer.entry-meta {
  max-width: 1000px;
  margin: auto;
  padding: 20px 0;
}
.single-post footer.entry-meta .post-tags {
  font-size: 20px;
  font-weight: 700;
}

.blog-share {
  position: relative;
}
.blog-share .share-icons {
  background-color: #3D3D3D;
  border-radius: 99px;
  padding: 10px 20px;
  transition: all 0.3s;
  position: absolute !important;
  bottom: 50px;
  right: 15px;
  opacity: 0;
  transform: translate(50%, -10px);
  pointer-events: none;
  width: 266px;
}
@media (max-width: 767px) {
  .blog-share .share-icons {
    width: unset;
    padding: 20px 5px;
    right: 20px;
  }
}
.blog-share .share-icons::after {
  content: "";
  display: block;
  width: 30px;
  height: 18px;
  background-color: #3D3D3D;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
}
@media (max-width: 767px) {
  .blog-share .share-icons::after {
    right: 0;
    top: 96%;
    left: 0;
  }
}
.blog-share .share-icons.show {
  transform: translate(50%, 0px);
  opacity: 1;
  pointer-events: auto;
}
.blog-share .share-icons a {
  margin: 0 10px !important;
}
.blog-share .button {
  width: 30px;
  height: 30px;
  background: url(../img/share.svg) no-repeat center center/contain;
}
@media (max-width: 767px) {
  .blog-share {
    width: 40px;
    height: 40px;
  }
}

#comments {
  max-width: 1000px;
  margin: auto;
}
#comments .comment-respond {
  padding: 0 !important;
  background-color: transparent !important;
}
#comments .comment-respond textarea,
#comments .comment-respond input:not([type=submit]) {
  background-color: rgba(46, 48, 52, 0.0509803922);
  border-radius: 30px;
  height: 60px;
  box-shadow: none;
  padding: 20px 40px;
  margin-bottom: 30px;
}
#comments .comment-respond textarea {
  min-height: 260px;
}
#comments .comment-respond label,
#comments .comment-respond .comment-form-cookies-consent {
  display: none;
}
#comments .comment-respond input[type=submit] {
  border-radius: 50px;
  height: 60px;
  padding: 0 40px;
  text-transform: capitalize;
}

.category-page-row {
  padding-top: 60px !important;
}

.shop-page-title {
  margin-bottom: 30px;
}
.shop-page-title .page-title-inner {
  padding-top: 0;
}
.shop-page-title .entry-title {
  font-size: 40px;
  margin-bottom: 0;
}

.category-page-row .large-9.col {
  padding-left: 0 !important;
}
@media (max-width: 1024px) {
  .category-page-row .large-9.col {
    padding-left: 40px !important;
  }
}
@media (max-width: 767px) {
  .category-page-row .large-9.col {
    padding-left: 15px !important;
  }
}

.widget {
  margin-bottom: 45px !important;
}
.widget .is-divider {
  display: none;
}
.widget .widget-title {
  display: block;
  font-size: 20px;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.widget .mbws-search-form input {
  height: 48px;
}
.widget .mbws-search-form input[type=search] {
  background-color: #F5F5F7;
  border: none;
  padding-left: 30px;
  padding-right: 30px;
}
.widget .mbws-search-form input[type=submit] {
  text-transform: capitalize;
}
.widget > ul > li {
  border-top: none !important;
}
.widget > ul > li a {
  padding: 5px 0 !important;
  line-height: 1.3;
}
.widget > ul > li a::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 5px;
  border: 1px solid rgba(46, 48, 52, 0.2);
  vertical-align: bottom;
  margin-right: 10px;
}
.widget > ul > li span.count {
  line-height: 1.3;
  font-size: 16px;
}
.widget > ul > li.active a::before {
  background-color: var(--fs-color-primary);
}

.widget li.chosen a:before {
  content: "" !important;
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 5px;
  border: 1px solid rgba(46, 48, 52, 0.2);
  vertical-align: bottom;
  margin-right: 10px !important;
  background-color: var(--fs-color-primary);
  opacity: 1 !important;
}

.woocommerce-ordering select {
  background-color: var(--fs-color-primary);
  border-radius: 99px;
  height: 57px;
  padding-left: 30px;
  padding-right: 30px;
  color: white;
  font-weight: 700;
  font-size: 16px;
  background-image: url(../img/down.svg);
  background-size: 18px 18px;
  background-position: 92% 50%;
}
.woocommerce-ordering select:focus {
  background-color: var(--fs-color-primary);
  box-shadow: nones;
  color: white;
}

.widget_price_filter .price_slider_amount {
  display: flex;
  flex-direction: column-reverse;
}
.widget_price_filter .price_slider_amount .button {
  display: block;
  width: 100%;
  height: 48px;
  background-color: var(--fs-color-primary) !important;
  font-size: 16px !important;
}
.widget_price_filter .price_slider_amount .price_label {
  display: flex;
  justify-content: space-between;
  font-size: 0;
  margin-bottom: 15px;
}
.widget_price_filter .price_slider_amount .price_label span {
  font-size: 15px;
  font-weight: 700;
}
.widget_price_filter .price_slider_amount .price_label span.from {
  margin-left: -5rem;
}

.product-small.box {
  overflow: hidden;
  border: 2px solid rgba(46, 48, 52, 0.2);
  border-radius: 30px;
  transition: all 250ms ease-in;
}
.product-small.box .box-text {
  padding: 25px 90px 25px 15px;
}
.product-small.box .box-text .category {
  opacity: 1;
  letter-spacing: unset;
  font-size: 16px !important;
  text-transform: unset;
  color: #BBB;
  margin-bottom: 0 !important;
}
.product-small.box .box-text .product-title {
  min-height: 52px;
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 5px !important;
}
.product-small.box .box-text .price-wrapper .price {
  font-size: 16px;
}
.product-small.box .image-tools {
  transform: unset !important;
}
.product-small.box .image-tools.top.right {
  padding-top: 60px;
  padding-right: 20px;
}
.product-small.box .image-tools.bottom {
  top: 122px;
  justify-content: flex-end;
  height: 50px;
  width: 50px;
  right: 21px;
}
.product-small.box .quick-view,
.product-small.box .wishlist-button {
  width: 50px;
  height: 50px;
  border-radius: 10px !important;
  border: none;
  background-color: rgba(46, 48, 52, 0.1019607843) !important;
}
.product-small.box .quick-view:hover,
.product-small.box .wishlist-button:hover {
  background-color: var(--fs-color-primary) !important;
}
.product-small.box .out-of-stock-label,
.product-small.box .wishlist-popup {
  display: none !important;
}
.product-small.box .quick-view {
  font-size: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-small.box .quick-view::before {
  content: url(../img/eye.svg);
  width: 18px;
  height: 18px;
  display: block;
}
.product-small.box .quick-view:hover::before {
  filter: brightness(0) invert(1);
}
.product-small.box .add-to-cart-button .button {
  font-size: 0;
  width: 60px;
  height: 60px;
  border-radius: 20px !important;
  border-width: 1px;
  border-color: rgba(46, 48, 52, 0.2);
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-small.box .add-to-cart-button .button::before {
  content: url(../img/cart.svg);
  display: block;
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.product-small.box .added_to_cart {
  display: none;
}
.product-small.box:hover {
  box-shadow: -20px 30px 70px rgba(0, 0, 0, 0.1019607843);
}
.product-small.box:hover .add-to-cart-button .button {
  background-color: var(--fs-color-primary) !important;
  border-color: var(--fs-color-primary);
}
.product-small.box:hover .add-to-cart-button .button::before {
  filter: brightness(0) invert(1);
}

.product-main {
  padding-bottom: 70px !important;
}
@media (max-width: 767px) {
  .product-main {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 30px !important;
  }
}

.product-gallery.col {
  padding-right: 60px;
}
@media (max-width: 1024px) {
  .product-gallery.col {
    padding-right: 15px;
    padding-bottom: 30px !important;
  }
}
.product-gallery.col .product-gallery-slider {
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid rgba(46, 48, 52, 0.2);
}
.product-gallery.col .product-thumbnails a {
  border-radius: 30px;
  border: 1px solid rgba(46, 48, 52, 0.2);
  transform: unset;
}
@media (max-width: 767px) {
  .product-gallery.col .product-thumbnails a {
    border-radius: 15px;
  }
}
.product-gallery.col .wishlist-icon {
  display: none;
}
.product-gallery.col .image-tools.bottom.left {
  right: 30px;
  top: 30px;
  left: auto;
  width: 40px;
  height: 40px;
}
.product-gallery.col .zoom-button {
  border: none !important;
}
.product-gallery.col .zoom-button:hover {
  background-color: transparent !important;
}
.product-gallery.col .zoom-button .icon-expand:before {
  content: url(../img/zoom-dark.svg);
}
.product-gallery.col .flickity-prev-next-button {
  display: none;
}

.product-info.col {
  padding-left: 30px;
}
@media (max-width: 767px) {
  .product-info.col {
    padding-left: 15px;
  }
}
.product-info.col .breadcrumbs {
  display: none;
}
.product-info.col .product-title {
  font-size: 50px;
}
@media (max-width: 767px) {
  .product-info.col .product-title {
    font-size: 28px;
  }
}
.product-info.col .product-short-description {
  line-height: 2;
}
.product-info.col .quantity input {
  height: 60px;
  width: 40px;
  background-color: rgba(46, 48, 52, 0.0509803922);
  border: none;
  box-shadow: none;
}
.product-info.col .quantity input[type=number] {
  width: 50px;
  max-width: 50px;
  font-size: 22px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .product-info.col form.cart {
    margin-bottom: 0;
  }
}
.product-info.col .out-of-stock {
  font-size: 16px;
  color: var(--fs-color-secondary);
}
.product-info.col .single_add_to_cart_button {
  background-color: var(--fs-color-primary);
  height: 60px;
  padding: 0 60px;
  font-size: 16px;
  font-weight: 700 !important;
}
@media (max-width: 767px) {
  .product-info.col .single_add_to_cart_button {
    margin-right: 0;
    width: 100%;
  }
}
.product-info.col .single_add_to_cart_button:before {
  content: "";
  position: absolute;
  width: 120%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0, 0);
  transition: transform 450ms cubic-bezier(0.75, 0.1, 0.25, 0.9);
  background-color: #3D3D3D;
}
.product-info.col .single_add_to_cart_button:hover::before {
  transform: translate(-50%, -50%) scale(1, 1);
}
.product-info.col .price {
  font-size: 36px !important;
}
.product-info.col .yith-wcwl-add-to-wishlist {
  display: inline-block;
  width: fit-content;
}
.product-info.col .yith-wcwl-add-to-wishlist .add_to_wishlist {
  display: inline-block;
  width: fit-content;
  padding: 13px 30px;
  border: 2px solid rgba(46, 48, 52, 0.2);
  border-radius: 99px;
  font-weight: 500;
}
.product-info.col .yith-wcwl-add-to-wishlist .add_to_wishlist::after {
  content: url(../img/heart.svg);
  width: 20px;
  height: 24px;
  display: inline-block;
  margin-left: 10px;
  vertical-align: text-bottom;
}
@media (max-width: 767px) {
  .product-info.col .yith-wcwl-add-to-wishlist .add_to_wishlist {
    margin-right: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .product-info.col .yith-wcwl-add-to-wishlist {
    margin-right: 0;
    width: 100%;
  }
}
.product-info.col .yith-wcwl-wishlistexistsbrowse .feedback {
  display: none;
}
.product-info.col .single-product-share {
  width: fit-content;
  display: inline-block;
  max-width: 200px;
}
.product-info.col .single-product-share .button {
  min-width: 140px;
  margin-bottom: 0;
  background: none;
  font-weight: 700 !important;
}
.product-info.col .single-product-share .button span {
  color: #111f3d;
  text-transform: capitalize;
}
.product-info.col .single-product-share .button::after {
  content: "";
  margin-left: 10px;
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../img/share.svg) no-repeat center center/contain;
  vertical-align: sub;
}
@media (max-width: 767px) {
  .product-info.col .single-product-share .button {
    text-align: left;
    padding: 0;
  }
}
.product-info.col .single-product-share .share-icons {
  position: absolute !important;
  display: flex;
  flex-wrap: nowrap;
}
.product-info.col .single-product-share .share-icons::after {
  top: 40px;
}
.product-info.col .product_meta {
  margin-top: 25px;
}
.product-info.col .product_meta span {
  font-size: 20px;
  font-weight: 700;
  border-top: none;
}
.product-info.col .product_meta span a {
  font-size: 16px;
  font-weight: 400;
}

#mbws_contact_to_buy {
  border-radius: 20px;
}

.woocommerce-tabs {
  border-radius: 25px;
  overflow: hidden;
}
.woocommerce-tabs .nav {
  background-color: #000000;
}
@media (max-width: 767px) {
  .woocommerce-tabs .nav {
    flex-wrap: nowrap;
    overflow-x: scroll;
    justify-content: flex-start;
  }
}
.woocommerce-tabs .nav > li {
  margin: 0 25px;
}
.woocommerce-tabs .nav > li > a {
  padding: 15px 0;
  font-size: 16px;
  color: white !important;
  text-transform: capitalize;
}
.woocommerce-tabs .nav > li > a::before {
  height: 6px;
  bottom: -3px;
  top: auto;
}
@media (max-width: 767px) {
  .woocommerce-tabs .nav > li > a {
    white-space: nowrap;
    padding: 15px;
    text-align: center;
  }
}
.woocommerce-tabs .nav > li:not(:last-child)::before {
  content: "";
  width: 1px;
  height: 38px;
  background-color: rgba(255, 255, 255, 0.2);
  display: inline-block;
  position: absolute;
  right: -30px;
  top: 10px;
}
@media (max-width: 767px) {
  .woocommerce-tabs .nav > li:not(:last-child)::before {
    display: none;
  }
}
.woocommerce-tabs .tab-panels {
  border-radius: 0 0 25px 25px;
  padding: 5% 10%;
  border: 2px solid rgba(46, 48, 52, 0.2);
}
@media (max-width: 767px) {
  .woocommerce-tabs .tab-panels {
    padding: 30px 15px;
  }
}

.product-section {
  border-top: none !important;
}

.product-footer .woocommerce-tabs {
  padding-bottom: 45px !important;
}

.product-section-title {
  font-size: 40px;
  text-transform: capitalize !important;
}
@media (max-width: 767px) {
  .product-section-title {
    font-size: 26px;
  }
}

#review_form .review-form-inner {
  border: none !important;
  padding: 0;
}
#review_form .review-form-inner #reply-title {
  font-size: 30px;
}
#review_form .review-form-inner textarea,
#review_form .review-form-inner input:not([type=submit]):not([type=checkbox]) {
  background-color: rgba(46, 48, 52, 0.0509803922);
  border-radius: 30px;
  height: 60px;
  box-shadow: none;
  padding: 20px 40px;
  margin-bottom: 30px;
}
#review_form .review-form-inner textarea {
  min-height: 260px;
}
#review_form .review-form-inner input[type=submit] {
  border-radius: 50px;
  height: 60px;
  padding: 0 40px;
  text-transform: capitalize;
}
#review_form .review-form-inner .form-submit {
  text-align: right;
}

.checkout-breadcrumbs {
  display: none !important;
}

.checkout-right-col > .col-inner,
#customer_details,
.woocommerce-cart-form,
.cart-sidebar {
  border: 1px solid #EDEDED;
  border-radius: 25px;
  padding: 43px !important;
}

.woocommerce-cart-form .shop_table {
  border: 1px solid #BBBBBB;
  border-radius: 25px;
  overflow: hidden;
}
.woocommerce-cart-form .shop_table th {
  background-color: #F5F5F7;
  padding: 30px;
  font-size: 16px;
}
.woocommerce-cart-form .shop_table th:first-child {
  padding-left: 45px;
}
.woocommerce-cart-form .shop_table th:last-child {
  padding-right: 45px;
}
.woocommerce-cart-form .shop_table td {
  font-size: 16px;
}
.woocommerce-cart-form .shop_table td:last-child {
  padding-right: 45px;
}
.woocommerce-cart-form .shop_table td.actions {
  display: none;
}
.woocommerce-cart-form .shop_table td .quantity input {
  box-shadow: none;
  border: none;
  background-color: #F5F5F7;
}
.woocommerce-cart-form .shop_table td.product-thumbnail img {
  min-width: 80px;
  height: 80px;
  border: 1px solid rgba(112, 121, 139, 0.3019607843);
  border-radius: 20px;
}

.cart_totals th.product-name {
  font-size: 27px;
  text-transform: unset;
}
.cart_totals tbody * {
  font-size: 22px !important;
}
.cart_totals .button {
  height: 60px;
  line-height: 58px;
  font-size: 16px;
  background-color: var(--fs-color-primary) !important;
}

.checkout-right-col > .col-inner,
#customer_details {
  padding: 60px !important;
}
@media (max-width: 767px) {
  .checkout-right-col > .col-inner,
  #customer_details {
    padding: 15px !important;
  }
}

#customer_details .woocommerce-billing-fields {
  border-top: none;
  padding-top: 0;
}
#customer_details .form-row-first, #customer_details .form-row-last {
  width: 100% !important;
}
#customer_details #order_comments,
#customer_details .select-resize-ghost, #customer_details .select2-container .select2-choice, #customer_details .select2-container .select2-selection, #customer_details select,
#customer_details input.input-text {
  border: 1px solid #BBBBBB;
  border-radius: 30px;
  height: 50px;
  padding-left: 30px;
  padding-right: 30px;
  box-shadow: none;
}
#customer_details .select2-selection__rendered {
  height: 50px;
  line-height: 50px;
}

form.checkout h3 {
  font-size: 28px !important;
  text-transform: capitalize !important;
}

#order_review .shop_table {
  border-radius: 25px !important;
  border: 2px solid #EDEDED;
  font-size: 16px;
  margin-bottom: 30px;
}
#order_review .shop_table th {
  font-size: 18px;
}
#order_review .shop_table .order-total {
  font-size: 18px;
}
#order_review .shop_table .order-total th, #order_review .shop_table .order-total td {
  border-bottom: none;
}
#order_review .shop_table .order-total span.amount {
  color: var(--fs-color-primary);
}
#order_review .shop_table thead {
  background-color: #f5f5f5;
  overflow: hidden;
}
#order_review .shop_table thead th:first-child {
  border-top-left-radius: 25px;
}
#order_review .shop_table thead th:last-child {
  border-top-right-radius: 25px;
}
#order_review .shop_table th,
#order_review .shop_table td {
  padding: 20px 40px;
}
@media (max-width: 767px) {
  #order_review .shop_table th,
  #order_review .shop_table td {
    padding: 15px !important;
  }
}
#order_review #payment {
  border-radius: 25px;
  border: 2px solid #EDEDED;
  font-size: 16px;
  padding: 25px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  #order_review #payment {
    padding: 30px 15px;
  }
}
#order_review #payment label {
  font-size: 18px;
  font-weight: 400;
}

button#place_order {
  height: 56px;
  text-transform: uppercase;
  background-color: var(--fs-color-primary);
}
@media (max-width: 767px) {
  button#place_order {
    height: 45px;
  }
}

.my-account-header {
  display: none;
}

.account-login-inner {
  margin: 0 auto;
  max-width: 600px;
  border: 1px solid #EDEDED;
  border-radius: 25px;
  overflow: hidden;
  background-color: white;
}
.account-login-inner h3 {
  font-size: 24px;
  background-color: black;
  color: white;
  text-transform: unset;
  text-align: center;
  padding: 30px 50px;
}
.account-login-inner form.woocommerce-form-login {
  padding: 30px 50px;
}
@media (max-width: 767px) {
  .account-login-inner form.woocommerce-form-login {
    padding: 30px;
  }
}
.account-login-inner form.woocommerce-form-login label {
  color: #19191B;
  font-size: 16px;
  font-weight: 500;
}
.account-login-inner form.woocommerce-form-login input:not([type=checkbox]) {
  padding: 0 30px;
  height: 56px;
  border-radius: 30px;
  border: 1px solid #BBBBBB;
  box-shadow: none;
}
.account-login-inner form.woocommerce-form-login .show-password-input {
  line-height: 1;
  padding: 20px;
}
.account-login-inner form.woocommerce-form-login .button {
  width: 100%;
  height: 56px;
  line-height: 54px;
  border-radius: 30px;
  margin-bottom: 15px;
  font-size: 16px;
}
.account-login-inner form.woocommerce-form-login .flex-row {
  align-items: center;
}
.account-login-inner form.woocommerce-form-login .woocommerce-form-login__rememberme {
  font-size: 18px;
}
.account-login-inner form.woocommerce-form-login .lost_password a {
  font-size: 18px;
  font-weight: 700;
  text-decoration: underline;
  color: var(--fs-color-primary);
}

.lost_reset_password {
  margin: 0 auto;
  max-width: 600px;
  border: 1px solid #EDEDED;
  border-radius: 25px;
  overflow: hidden;
  padding: 30px 50px !important;
  background-color: white;
}
@media (max-width: 767px) {
  .lost_reset_password {
    padding: 30px !important;
  }
}
.lost_reset_password .form-row-first {
  width: 100% !important;
}
.lost_reset_password input[type=text] {
  padding: 1.1em;
  height: 56px;
  border-radius: 30px;
  border: 1px solid #BBBBBB;
  box-shadow: none;
  width: 100%;
}
.lost_reset_password button {
  width: 100%;
  height: 56px;
  line-height: 54px;
  border-radius: 30px;
}

.woocommerce-message {
  position: fixed;
  left: 30px;
  bottom: 30px;
  z-index: 150001;
  vertical-align: middle;
  line-height: 1.3;
  background-color: #1FCE6F;
  font-weight: 500;
  padding: 20px 23px;
  border-radius: 6px;
  box-shadow: 5px 15px 40px rgba(0, 0, 0, 0.15);
  animation: auxHideMe 8s forwards;
  list-style: none;
  color: #FFFFFF !important;
  font-size: 16px;
}
.woocommerce-message .success-color {
  color: #FFFFFF !important;
}
@media (max-width: 767px) {
  .woocommerce-message {
    width: calc(100vw - 60px);
  }
}

@keyframes auxHideMe {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
#yith-wcwl-popup-message {
  left: 30px !important;
  bottom: 30px;
  top: auto !important;
  background-color: #1FCE6F !important;
  padding: 15px 23px !important;
  border-radius: 6px;
  box-shadow: 5px 15px 40px rgba(0, 0, 0, 0.15);
  color: #FFFFFF !important;
  margin-left: unset !important;
  width: unset !important;
  transform: unset !important;
}
@media (max-width: 767px) {
  #yith-wcwl-popup-message {
    width: calc(100vw - 60px) !important;
  }
}

#footer .wpcf7-form .form-flat input[type=email] {
  font-size: 16px;
  height: 92px;
  line-height: 90px;
  padding: 0 200px 0 60px;
  background-color: rgba(255, 255, 255, 0.0705882353) !important;
  box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.075);
}
@media (max-width: 767px) {
  #footer .wpcf7-form .form-flat input[type=email] {
    height: 60px;
    padding: 0 30px;
  }
}
#footer .wpcf7-form .form-flat input[type=submit] {
  width: 172px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: absolute;
  right: 15px;
  top: 16px;
  margin: 0;
  background-color: var(--fs-color-secondary);
  font-size: 16px;
}
#footer .wpcf7-form .form-flat input[type=submit]:hover {
  background-color: var(--fs-color-primary);
}
@media (max-width: 767px) {
  #footer .wpcf7-form .form-flat input[type=submit] {
    position: static;
    left: unset;
    width: 100%;
  }
}
#footer .icon-box:hover svg {
  color: var(--fs-color-primary);
}
#footer .ux-menu-link__link {
  text-transform: capitalize;
}
#footer .ux-menu-link__link:hover {
  color: var(--fs-color-secondary);
}
#footer .dark, #footer .dark p, #footer .dark td {
  color: rgba(255, 255, 255, 0.7019607843);
}
#footer .row-border {
  border-top: 1px solid #4E4E4E;
  border-bottom: 1px solid #4E4E4E;
}
#footer .social-icons a {
  margin: 0 15px;
}
#footer .social-icons a:hover {
  color: var(--fs-color-secondary);
}
@media (max-width: 767px) {
  #footer .social-icons {
    text-align: center !important;
  }
}

.wpcf7-spinner {
  display: none;
}

.ux-menu.nav-horizontal {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 40px;
}
.ux-menu.nav-horizontal .ux-menu-link,
.ux-menu.nav-horizontal .ux-menu-link__link {
  display: inline-block;
  width: fit-content;
}
@media (max-width: 767px) {
  .ux-menu.nav-horizontal .ux-menu-link,
  .ux-menu.nav-horizontal .ux-menu-link__link {
    white-space: nowrap;
    min-height: unset;
  }
}
@media (max-width: 767px) {
  .ux-menu.nav-horizontal {
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
  }
}

.absolute-footer {
  padding: 20px 0 !important;
}
.absolute-footer .copyright-footer a {
  color: #1bb0ce;
}/*# sourceMappingURL=style.css.map */