/*
Theme Name: farmart

WooCommerce styles override
*/
/**
 * WooCommerce color variables
 */
/**
 * Imports
 */
:root {
  --fm-color-primary: #26901b;
  --fm-color-secondary: #ff7200;
  --fm-background-color-primary: #26901b;
  --fm-background-color-secondary: #ff7200;
  --fm-background-text-color-primary: #fff;
  --fm-background-text-color-secondary: #fff;
}

@keyframes bubble {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
@keyframes farmartFadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 80px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fm-spin-fast {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    -webkit-transform: rotate(900deg);
    transform: rotate(900deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  to {
    -webkit-transform: rotate(1800deg);
    transform: rotate(1800deg);
  }
}
.loading-icon .bubble:nth-child(2n) .dot {
  animation-delay: -0.3s;
}

.loading-icon .bubble:nth-child(3n) .dot {
  animation-delay: 0s;
}

.loading-icon .bubble {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  transform: scaleY(-50%);
}
.loading-icon .dot {
  display: block;
  border-radius: 50%;
  background-color: #fff;
  width: 100%;
  height: 100%;
  transform-origin: 50% 50%;
  animation: bubble 1.2s -0.6s infinite ease-out;
  -webkit-animation: bubble 1.2s -0.6s infinite ease-out;
}

.gooey {
  position: absolute;
  top: 0;
  left: 50%;
  width: 142px;
  height: 40px;
  margin: -20px 0 0 -71px;
  background: white;
  filter: contrast(20);
}
.gooey .dot {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 12px;
  left: 15px;
  filter: blur(4px);
  background: #000;
  border-radius: 50%;
  transform: translateX(0);
  animation: dot 2.8s infinite;
}
.gooey .dots {
  transform: translateX(0);
  margin-top: 12px;
  margin-left: 31px;
  animation: dots 2.8s infinite;
}
.gooey .dots span {
  display: block;
  float: left;
  width: 16px;
  height: 16px;
  margin-left: 16px;
  filter: blur(4px);
  background: #000;
  border-radius: 50%;
  animation: bubble 1.2s -0.6s infinite ease-out;
}

.gooey .dots span:nth-child(2n) {
  animation-delay: -1s;
}

.gooey .dots span:nth-child(3n) {
  animation-delay: 0s;
}

@keyframes dot {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1) translateX(96px);
  }
}
@keyframes dots {
  50% {
    transform: translateX(-31px);
  }
}
.visible-effect.show:after {
  transform: scaleY(0);
}

.visible-effect:after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #f9f9f9;
  display: block;
  content: "";
  transform: scaleY(1);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transform-origin: 0 100%;
  z-index: 999;
}

@keyframes fm-spin-fast {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    -webkit-transform: rotate(900deg);
    transform: rotate(900deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  to {
    -webkit-transform: rotate(1800deg);
    transform: rotate(1800deg);
  }
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-o-keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-ms-keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/**
 * Shop tables
 */
/**
 * Catalog
 */
.fm-catalog-page .catalog-sidebar,
.fm-catalog-page .content-area {
  padding-left: 15px;
  padding-right: 15px;
}
.fm-catalog-page .site-content {
  padding-bottom: 110px;
}

.fm-catalog-carousel {
  margin-bottom: 30px;
  clear: both;
}
.fm-catalog-carousel .carousel-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.fm-catalog-carousel .carousel-header h3 {
  margin: 0;
}
.fm-catalog-carousel .carousel-header h3 .farmart-svg-icon {
  font-size: 21px;
  color: var(--fm-color-primary);
  margin-right: 14px;
}
.fm-catalog-carousel .carousel-header .cat-all {
  position: relative;
  padding: 0 15px;
  color: #888;
  flex: none;
}
.fm-catalog-carousel .carousel-header .cat-all .farmart-svg-icon {
  font-size: 10px;
  margin-left: 5px;
}
.fm-catalog-carousel .catalog-carousel__wrapper {
  margin: 0;
  border: 1px solid #eee;
}
.fm-catalog-carousel .catalog-carousel__wrapper > li {
  list-style-type: none;
  float: left;
}
.fm-catalog-carousel .slick-list {
  z-index: 1;
}
.fm-catalog-carousel span.slick-prev-arrow, .fm-catalog-carousel span.slick-next-arrow {
  font-size: 20px;
  border-color: transparent;
  background-color: transparent;
}
.fm-catalog-carousel .fm-elementor-product-carousel .slick-list {
  padding: 0 2px 180px;
  margin-bottom: -180px;
}

.fm-catalog-products .catalog-carousel__wrapper {
  padding: 21px 30px 48px;
}
.fm-catalog-products ul.products {
  margin-left: -3px;
  margin-bottom: 0;
}
.fm-catalog-products span.slick-prev-arrow {
  left: -15px;
}
.fm-catalog-products span.slick-next-arrow {
  right: -15px;
}
.fm-catalog-products .slick-dots {
  bottom: -2px;
  position: inherit;
}

.fm-catalog-categories .catalog-categories__wrapper {
  padding: 40px 40px 48px;
}
.fm-catalog-categories .catalog-categories__wrapper .cat-item {
  padding: 0 15px;
}
.fm-catalog-categories .catalog-categories__wrapper .cat-content {
  margin-bottom: 18px;
}
.fm-catalog-categories .catalog-categories__wrapper .cat-content:hover .box-title {
  color: var(--fm-color-primary);
  --farmart-color-box-shadow: var( --fm-color-primary );
}
.fm-catalog-categories .catalog-categories__wrapper .cat-content:hover .box-title:before {
  width: 100%;
  left: 0;
}
.fm-catalog-categories .catalog-categories__wrapper .cat-content .cat-thumbnail {
  margin-bottom: 18px;
  display: block;
}
.fm-catalog-categories .catalog-categories__wrapper .cat-content .box-title {
  font-weight: 700;
  color: #222222;
  text-transform: uppercase;
  transition: ease 0.4s;
  display: inline;
  --farmart-color-box-shadow: white;
  box-shadow: inset 0 -0.125em white, inset 0 -0.2em var(--farmart-color-box-shadow);
}
.fm-catalog-categories .catalog-categories__wrapper .child-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.fm-catalog-categories .catalog-categories__wrapper .child-list li {
  margin-bottom: 4px;
}
.fm-catalog-categories .catalog-categories__wrapper .child-list li:hover a {
  color: var(--fm-color-primary);
}
.fm-catalog-categories .catalog-categories__wrapper .child-list li:hover a:before {
  width: 100%;
  left: 0;
}
.fm-catalog-categories .catalog-categories__wrapper .child-list li a {
  color: #888;
  position: relative;
}
.fm-catalog-categories .catalog-categories__wrapper .child-list li a:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 0;
  right: 0;
  border-bottom: 1px solid;
  -webkit-transition: width ease 0.5s;
  transition: width ease 0.5s;
}
.fm-catalog-categories .catalog-categories__wrapper .child-list li.parent {
  margin-top: 15px;
}
.fm-catalog-categories .catalog-categories__wrapper .child-list li.parent a {
  color: var(--fm-color-primary);
}
.fm-catalog-categories .catalog-categories__wrapper .child-list li.parent a .farmart-svg-icon {
  font-size: 9px;
  margin-left: 5px;
  position: relative;
  top: -2px;
}
.fm-catalog-categories span.slick-prev-arrow {
  left: 15px;
}
.fm-catalog-categories span.slick-next-arrow {
  right: 15px;
}

.fm-catalog-categories--other-style .catalog-categories__wrapper {
  border: none;
  padding: 0;
}
.fm-catalog-categories--other-style .catalog-categories__wrapper .cat-thumbnail img {
  margin: auto;
}
.fm-catalog-categories--other-style .catalog-categories__wrapper .cat-content {
  text-align: center;
}
.fm-catalog-categories--other-style .catalog-categories__wrapper .cat-item {
  border-left: 1px solid #eee;
}
.fm-catalog-categories--other-style .catalog-categories__wrapper .cat-item.slick-current {
  border-color: transparent;
}
.fm-catalog-categories--other-style span.slick-prev-arrow {
  left: -15px;
}
.fm-catalog-categories--other-style span.slick-next-arrow {
  right: -15px;
}

/**
 * Toolbar
 */
.catalog-toolbar {
  margin-bottom: 20px;
}
.catalog-toolbar .catalog-toolbar__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 21px;
}
.catalog-toolbar .products-found,
.catalog-toolbar + .products-found {
  color: #000;
  font-size: 21px;
  font-weight: 700;
}
.catalog-toolbar .products-found span,
.catalog-toolbar + .products-found span {
  color: var(--fm-color-primary);
}
.catalog-toolbar .current-page {
  color: #000;
  display: flex;
  align-items: center;
}
.catalog-toolbar .current-page form {
  margin: 0 6px;
}
.catalog-toolbar .current-page form input {
  width: 30px;
  height: 25px;
  border: 1px solid #ccc;
  border-radius: 3px;
  text-align: center;
  padding: 0;
  color: #000;
}
.catalog-toolbar .current-page form input[type=number]::-webkit-inner-spin-button,
.catalog-toolbar .current-page form input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.catalog-toolbar .catalog-toolbar__bottom {
  padding: 15px 20px;
  background-color: #f5f5f5;
  border-radius: 3px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.catalog-toolbar .catalog-toolbar__bottom > .shop-view {
  order: 2;
}
.catalog-toolbar .catalog-toolbar__bottom > .fm-catalog-ordering {
  order: 1;
}
.catalog-toolbar .woocommerce-ordering,
.catalog-toolbar .per-page {
  color: #000;
  margin: 0 70px 0 0;
  padding: 0;
}
.catalog-toolbar .woocommerce-ordering li,
.catalog-toolbar .per-page li {
  list-style: none;
  margin-bottom: 0;
}
.catalog-toolbar .woocommerce-ordering > li,
.catalog-toolbar .per-page > li {
  display: inline-block;
  position: relative;
  color: #999;
}
.catalog-toolbar .woocommerce-ordering > li.current,
.catalog-toolbar .per-page > li.current {
  color: #999;
}
.catalog-toolbar .woocommerce-ordering .cancel-ordering,
.catalog-toolbar .per-page .cancel-ordering {
  display: none;
}
.catalog-toolbar .woocommerce-ordering .current,
.catalog-toolbar .per-page .current {
  min-width: 60px;
  display: inline-block;
  cursor: pointer;
  min-height: 44px;
  line-height: 42px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #fff;
  padding: 0 35px 0 15px;
}
.catalog-toolbar .woocommerce-ordering .current .farmart-svg-icon,
.catalog-toolbar .per-page .current .farmart-svg-icon {
  font-size: 12px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
  color: #000;
  font-weight: 700;
}
.catalog-toolbar .woocommerce-ordering li > ul,
.catalog-toolbar .per-page li > ul {
  margin: 0;
  position: absolute;
  top: 100%;
  left: 0;
  transition: top 0.5s;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background-color: #fff;
  padding: 10px 0;
  color: #999;
  transform: scale(0);
  z-index: -999;
  line-height: 1.4;
  min-width: 100%;
}
.catalog-toolbar .woocommerce-ordering li > ul li,
.catalog-toolbar .per-page li > ul li {
  padding: 5px 0;
}
.catalog-toolbar .woocommerce-ordering li > ul li a,
.catalog-toolbar .per-page li > ul li a {
  padding: 0 15px;
  display: block;
  color: #999;
  white-space: nowrap;
}
.catalog-toolbar .woocommerce-ordering li > ul li a.active, .catalog-toolbar .woocommerce-ordering li > ul li a:hover,
.catalog-toolbar .per-page li > ul li a.active,
.catalog-toolbar .per-page li > ul li a:hover {
  color: #000;
}
.catalog-toolbar .woocommerce-ordering li.current:hover > ul,
.catalog-toolbar .per-page li.current:hover > ul {
  transform: scale(1);
  z-index: 999;
}
.catalog-toolbar .per-page.empty-drop .current {
  padding: 0;
  background-color: transparent;
  border: none;
  cursor: text;
  color: #999;
  min-height: auto;
}
.catalog-toolbar .per-page.empty-drop .current:hover > ul, .catalog-toolbar .per-page.empty-drop .current:after {
  display: none;
}
.catalog-toolbar .woocommerce-ordering {
  float: right;
}
.catalog-toolbar .woocommerce-ordering .current {
  min-width: 240px;
}
.catalog-toolbar .cancel-ordering {
  display: none;
}
.catalog-toolbar .shop-view {
  display: flex;
  align-items: center;
  float: right;
}
.catalog-toolbar .shop-view label {
  font-size: 13px;
  color: #000;
  font-weight: 700;
  margin-right: 13px;
}
.catalog-toolbar .shop-view .shop-view__icon {
  display: flex;
  align-items: center;
  position: relative;
}
.catalog-toolbar .shop-view .shop-view__icon a {
  color: #999;
  display: inline-block;
  position: relative;
  padding-right: 7px;
  margin-right: 7px;
}
.catalog-toolbar .shop-view .shop-view__icon a.grid {
  font-size: 21px;
}
.catalog-toolbar .shop-view .shop-view__icon a.extended {
  font-size: 26px;
}
.catalog-toolbar .shop-view .shop-view__icon a.list {
  font-size: 28px;
}
.catalog-toolbar .shop-view .shop-view__icon a.current {
  color: var(--fm-color-primary);
}
.catalog-toolbar .shop-view .shop-view__icon a:last-child {
  margin: 0;
  padding: 0;
}
.catalog-toolbar .fm-shop-view {
  display: flex;
  align-items: center;
}
.catalog-toolbar .fm-shop-view .text {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  margin-right: 30px;
}

.woocommerce-products-header > * {
  clear: both;
}

.fm-catalog-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 35px 0 48px;
}
.fm-catalog-header .fm-filter-mobile {
  font-size: 16px;
  color: #000;
}
.fm-catalog-header .fm-filter-mobile .farmart-svg-icon {
  margin-right: 5px;
}
.fm-catalog-header .search-form {
  border-color: #ddd;
}
.fm-catalog-header .search-form .search-field {
  width: 270px;
  padding: 9px 15px;
}
.fm-catalog-header .search-form .search-field::-webkit-input-placeholder {
  color: #aaa;
}
.fm-catalog-header .search-form .search-field::-moz-placeholder { /* Firefox 19+ */
  color: #aaa;
}
.fm-catalog-header .search-form .search-field:-ms-input-placeholder { /* IE 10+ */
  color: #aaa;
}
.fm-catalog-header .search-form .search-field:-moz-placeholder { /* Firefox 18- */
  color: #aaa;
}
.fm-catalog-header .search-form:after {
  font-size: 15px;
  color: #000;
}

.fm-catalog-header__title {
  font-size: 30px;
  line-height: 35px;
  color: #222222;
  margin: 0 35px 0 0;
}

.fm-catalog-header__right {
  display: flex;
  align-items: center;
  margin: 0;
}
.fm-catalog-header__right .text {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  margin-right: 30px;
}
.fm-catalog-header__right .fm-catalog-ordering {
  display: flex;
  align-items: center;
}

.tax-product_cat .woocommerce-products-header {
  margin-bottom: 40px;
}
.tax-product_cat .primary-sidebar {
  margin-top: 35px;
}

.fm-catalog-toolbar .widget_layered_nav_filters {
  margin: 17px 0;
}
.fm-catalog-toolbar .widget_layered_nav_filters .filter-title {
  margin: 0 0 10px;
}
.fm-catalog-toolbar .widget_layered_nav_filters ul {
  padding: 0;
  margin-bottom: 0;
}
.fm-catalog-toolbar .widget_layered_nav_filters ul li {
  display: inline-block;
  list-style: none;
}
.fm-catalog-toolbar .widget_layered_nav_filters ul li:last-child {
  margin-left: 10px;
}
.fm-catalog-toolbar .widget_layered_nav_filters ul li:last-child:hover {
  border-bottom: 1px solid var(--fm-color-primary);
}
.fm-catalog-toolbar .widget_layered_nav_filters ul li:last-child:hover a {
  color: var(--fm-color-primary);
}
.fm-catalog-toolbar .fm-filter-mobile {
  margin-right: 25px;
  color: #222;
}
.fm-catalog-toolbar .fm-filter-mobile .farmart-svg-icon {
  margin-right: 5px;
}

/* Swatches */
.fm-attr-swatches .fm-attr-swatches__wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 0;
  margin-left: -5px;
  margin-right: -5px;
}
.fm-attr-swatches .fm-swatch-item {
  display: inline-block;
  margin-right: 3px;
  cursor: pointer;
  transition: 0.35s;
  border: 1px solid #dddddd;
  overflow: hidden;
  border-radius: 3px;
}
.fm-attr-swatches .fm-swatch-item.swatch-image {
  margin: 0 5px;
}
.fm-attr-swatches .fm-swatch-item.swatch-label {
  padding: 0 5px;
}
.fm-attr-swatches .fm-swatch-item.swatch-color .sub-swatch {
  display: block;
  width: 15px;
  height: 15px;
}
.fm-attr-swatches .fm-swatch-item img {
  max-width: 36px;
  height: auto;
  margin: auto;
}
.fm-attr-swatches .fm-swatch-item:hover {
  border-color: var(--fm-color-primary);
  color: var(--fm-color-primary);
}
.fm-attr-swatches .slick-arrow {
  z-index: 10;
  color: #999;
  top: 55%;
  transition: 0.5s;
  width: inherit;
  height: inherit;
  background-color: transparent;
  border: 0;
}
.fm-attr-swatches .slick-arrow:hover {
  color: #000;
}
.fm-attr-swatches .slick-prev-arrow {
  left: -10px;
}
.fm-attr-swatches .slick-next-arrow {
  right: -12px;
}
.fm-attr-swatches.slick-slider {
  margin-left: 0;
  margin-right: 0;
}

.catalog-banners-carousel {
  margin-top: 30px;
  margin-bottom: 70px;
}
.catalog-banners-carousel.banner-header-layout-3 {
  margin-top: 0;
  margin-bottom: 35px;
}
.catalog-banners-carousel.banner-has-bg {
  padding: 50px 0;
}

.fm-catalog-banners-carousel {
  list-style: none;
  padding: 0;
  display: flex;
}
.fm-catalog-banners-carousel.slick-dotted.slick-slider {
  margin: 0;
}

@media (min-width: 1024px) {
  .fm-catalog-banners-carousel .slick-prev-arrow {
    left: 35px;
  }
  .fm-catalog-banners-carousel .slick-next-arrow {
    right: 20px;
  }
}
@media (max-width: 991px) {
  .fm-catalog-products .catalog-carousel__wrapper {
    padding: 0;
    border: none;
  }
  .fm-catalog-products .catalog-carousel__wrapper .slick-list {
    margin: 0;
    padding: 0;
  }
  .fm-catalog-products .slick-track {
    display: table;
  }
  .fm-catalog-products .slick-dots {
    position: absolute;
  }
  .fm-catalog-products ul.products {
    margin-bottom: 60px;
    margin-left: -4px;
    border-width: 1px 0 0 1px;
    border-color: #eee;
    border-style: solid;
  }
  .fm-catalog-products ul.products li.product {
    display: table-cell;
    float: initial;
    border-width: 0 1px 1px 0;
    border-color: #eee;
    border-style: solid;
  }
  .fm-catalog-products ul.products li.product .product-inner {
    border: none;
  }
}
@media (max-width: 767px) {
  .fm-catalog-categories .catalog-categories__wrapper {
    padding: 40px 10px 60px;
  }
}
@media (max-width: 414px) {
  .fm-catalog-products ul.products {
    margin-left: 0;
  }
  .fm-catalog-header {
    flex-wrap: wrap;
  }
  .fm-catalog-header .search-form {
    width: 100%;
    margin-top: 25px;
  }
  .fm-catalog-header .search-form .search-field {
    max-width: 270px;
    width: auto;
  }
  .catalog-toolbar__bottom {
    display: flex;
    justify-content: space-between;
  }
  .catalog-toolbar__bottom .shop-view {
    order: 2;
  }
  .fm-catalog-toolbar .fm-filter-mobile {
    margin-right: 0;
  }
  .fm-catalog-toolbar .woocommerce-ordering .current {
    min-width: auto;
  }
}
.archive .dokan-geolocation-location-filters,
.archive .dokan-geolocation-locations-map-top,
.archive .mapboxgl-map {
  display: none;
}

/**
 * Shop tables
 */
.woocommerce table.wishlist_table {
  font-size: 100%;
  border-color: #e5e5e5;
  margin-bottom: 26px;
}
.woocommerce table.wishlist_table tr td,
.woocommerce table.wishlist_table tr th.wishlist-delete,
.woocommerce table.wishlist_table tr th.product-checkbox {
  text-align: left;
}
.woocommerce table.wishlist_table th, .woocommerce table.wishlist_table td {
  border-width: 0 0 1px 0;
}
.woocommerce table.wishlist_table td.product-thumbnail a {
  max-width: 74px;
}
.woocommerce table.wishlist_table td.product-name a {
  color: #000;
}
.woocommerce table.wishlist_table td.product-price {
  color: #000;
  font-weight: 700;
  font-size: 16px;
}
.woocommerce table.wishlist_table td.product-price .woocs_price_code {
  display: flex;
  align-items: center;
}
.woocommerce table.wishlist_table td.product-price ins {
  color: #2f8a33;
  margin-right: 4px;
  order: 1;
}
.woocommerce table.wishlist_table td.product-price del {
  font-weight: 400;
  margin-right: 4px;
  order: 2;
  font-size: 14px;
}
.woocommerce table.wishlist_table td.product-price .sale {
  color: #e84506;
  font-weight: 400;
  order: 3;
  font-size: 14px;
}
.woocommerce table.wishlist_table td.product-stock-status {
  font-weight: 700;
}
.woocommerce table.wishlist_table td.product-stock-status span.wishlist-in-stock {
  color: #2f8a33;
}
.woocommerce table.wishlist_table td.product-stock-status span.wishlist-out-of-stock {
  color: #e84506;
}
.woocommerce table.wishlist_table td.product-add-to-cart span.dateadded {
  margin-bottom: 7px;
}
.woocommerce table.wishlist_table td.product-add-to-cart a {
  color: var(--fm-background-text-color-secondary);
  font-weight: 700;
  background-color: var(--fm-background-color-secondary);
  display: block !important;
  border-radius: 3px;
  padding: 0 25px !important;
  height: 40px;
  line-height: 38px;
  text-align: center;
  margin-bottom: 0;
  position: relative;
}
.woocommerce table.wishlist_table td.product-add-to-cart a .farmart-svg-icon {
  margin-right: 5px;
}
.woocommerce table.wishlist_table td.product-add-to-cart a.loading .farmart-svg-icon {
  display: none;
}
.woocommerce table.wishlist_table td.product-add-to-cart a.loading:before {
  content: " ";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border-width: 1px;
  border-style: solid;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 0.5s linear infinite;
  display: inline-block;
  margin-right: 5px;
}
.woocommerce table.wishlist_table td.product-add-to-cart a.product_type_grouped, .woocommerce table.wishlist_table td.product-add-to-cart a.product_type_external {
  color: #000;
  background-color: #f5f5f5;
  border: 1px solid #e5e5e5;
  padding: 9px 14px;
}
.woocommerce table.wishlist_table td.product-add-to-cart a.product_type_grouped:before, .woocommerce table.wishlist_table td.product-add-to-cart a.product_type_external:before {
  display: none;
}
.woocommerce table.wishlist_table td.product-add-to-cart.out-of-stock a {
  color: #000;
  background-color: #f5f5f5;
  border: 1px solid #e5e5e5;
  padding: 9px 14px;
}
.woocommerce table.wishlist_table td.product-add-to-cart.out-of-stock a:before {
  display: none;
}
.woocommerce table.wishlist_table thead th {
  background-color: #f5f5f5;
  font-weight: 400;
  color: #555;
  border-color: #eeeeee;
  padding: 11px 30px;
}
.woocommerce table.wishlist_table tbody td {
  border-color: #eeeeee;
  padding: 36px 30px;
}
.woocommerce table.wishlist_table tbody td.product-thumbnail {
  padding: 3px;
}
.woocommerce table.wishlist_table tbody td.product-remove {
  padding: 36px 30px;
}
.woocommerce table.wishlist_table tbody td.product-remove a {
  font-size: 20px;
  color: #555 !important;
  width: 20px;
  height: 24px;
  line-height: 25px;
  display: block;
  text-align: center;
  overflow: hidden;
}
.woocommerce table.wishlist_table tbody td.product-remove a:before {
  content: "\e681";
  font-family: "FarmartIcon";
  width: 19px;
  height: 19px;
  display: block;
}
.woocommerce table.wishlist_table tbody td.product-remove a:hover {
  color: #000 !important;
  border-color: #ccc !important;
  background-color: #fafafa !important;
}
.woocommerce table.wishlist_table tfoot td {
  padding: 17px 30px;
}
.woocommerce table.wishlist_table tfoot .yith-wcwl-share {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  justify-content: flex-start;
}
.woocommerce table.wishlist_table tfoot .yith-wcwl-share h4.yith-wcwl-share-title {
  font-size: 14px;
  font-weight: 400;
  color: #555;
  padding-right: 17px;
}
.woocommerce table.wishlist_table tfoot .socials-with-background .yith-wcwl-share ul {
  height: auto;
}
.woocommerce table.wishlist_table tfoot .socials-with-background .yith-wcwl-share ul li {
  height: auto;
}
.woocommerce table.wishlist_table tfoot .socials-with-background .yith-wcwl-share ul li a {
  color: #fff;
  background-image: none;
  border-radius: 3px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 31px;
  font-size: 12px;
  font-weight: 400;
}
.woocommerce table.wishlist_table tfoot .socials-with-background .yith-wcwl-share ul li a:before {
  display: block;
}

.woocommerce .wishlist_table.mobile {
  padding-left: 0;
  margin: 0 0 40px;
}
.woocommerce .wishlist_table.mobile li {
  margin-bottom: 25px;
  border-bottom: 1px solid #eee;
  padding-bottom: 25px;
}
.woocommerce .wishlist_table.mobile li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.woocommerce .wishlist_table.mobile li .item-wrapper {
  width: 100%;
  margin-bottom: 0;
}
.woocommerce .wishlist_table.mobile li .item-wrapper .item-details {
  width: calc(100% - 75px);
}
.woocommerce .wishlist_table.mobile li .item-wrapper .item-details h3 {
  font-size: 15px;
  margin: 0 0 5px 0;
  font-weight: 600;
  color: #222;
}
.woocommerce .wishlist_table.mobile li .item-wrapper .item-details h3 a {
  color: #222;
}
.woocommerce .wishlist_table.mobile li .item-wrapper .item-details table.item-details-table {
  width: 100%;
  margin: 0;
  color: #555;
}
.woocommerce .wishlist_table.mobile li .item-wrapper .item-details table.item-details-table tr {
  padding: 5px 0;
  border: 0;
}
.woocommerce .wishlist_table.mobile li .item-wrapper .item-details table.item-details-table td {
  padding: 0;
  font-size: 13px;
  text-align: left;
}
.woocommerce .wishlist_table.mobile li .item-wrapper .item-details table.item-details-table td.label {
  font-weight: 400;
}
.woocommerce .wishlist_table.mobile li .item-wrapper .item-details table.item-details-table td ins {
  color: #2f8a33;
  margin-right: 4px;
  font-weight: 700;
}
.woocommerce .wishlist_table.mobile li .item-wrapper .item-details table.item-details-table td del {
  color: #000;
}
.woocommerce .wishlist_table.mobile li .item-wrapper .item-details table.item-details-table td .sale {
  color: #e84506;
}
.woocommerce .wishlist_table.mobile li .additional-info-wrapper {
  margin-left: 75px;
}
.woocommerce .wishlist_table.mobile li .additional-info-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
.woocommerce .wishlist_table.mobile li .additional-info-wrapper table.additional-info {
  width: 100%;
  margin: 0 0 10px 0;
  color: #777;
}
.woocommerce .wishlist_table.mobile li .additional-info-wrapper table.additional-info tr {
  padding: 5px 0;
  border: 0;
}
.woocommerce .wishlist_table.mobile li .additional-info-wrapper table.additional-info td {
  padding: 0;
  font-size: 13px;
}
.woocommerce .wishlist_table.mobile li .additional-info-wrapper table.additional-info td.label {
  font-weight: 400;
}
.woocommerce .wishlist_table.mobile li .additional-info-wrapper .product-add-to-cart {
  margin-bottom: 0;
  float: left;
  margin-right: 10px;
}
.woocommerce .wishlist_table.mobile li .additional-info-wrapper .product-add-to-cart a {
  color: var(--fm-background-text-color-secondary);
  padding: 7px 15px !important;
  margin: 0 !important;
  display: block !important;
  border-radius: 3px;
  background-color: var(--fm-background-color-secondary);
  font-weight: 700;
}
.woocommerce .wishlist_table.mobile li .additional-info-wrapper .product-add-to-cart a .farmart-svg-icon {
  margin-right: 5px;
  font-size: 14px;
}
.woocommerce .wishlist_table.mobile li .additional-info-wrapper .product-remove {
  float: left;
}
.woocommerce .wishlist_table.mobile li .additional-info-wrapper .product-remove a {
  color: #555;
  display: block;
  width: 31px;
  height: 31px;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
}
.woocommerce .wishlist_table.mobile li .additional-info-wrapper .product-remove a:before {
  content: "\e681";
  font-family: "FarmartIcon";
}
.woocommerce .wishlist_table.mobile li .additional-info-wrapper .product-remove a .farmart-svg-icon {
  display: none;
}
.woocommerce .wishlist_table.mobile li table.additional-info td.value {
  text-align: left;
}

/**
 * Products
 */
/**
 * Products
 */
ul.products {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
ul.products.slick-slider {
  display: block;
}
ul.products li.product {
  list-style: none;
  padding: 0;
  position: relative;
}
ul.products li.product:hover {
  z-index: 9;
}
ul.products li.product .product-thumbnail {
  position: relative;
  margin-bottom: 25px;
}
ul.products li.product .product-thumbnail .fm-product-quick-view {
  font-size: 15px;
  color: var(--fm-color-secondary);
  line-height: 1;
  text-align: right;
  margin: 0 1px 13px 0;
}
ul.products li.product .product-thumbnail .product-loop__buttons {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  transition: 0.3s;
}
ul.products li.product .product-thumbnail .product-loop__buttons .loop_button-text {
  display: none;
}
ul.products li.product .product-thumbnail .product-loop__buttons .single_add_to_wishlist.loading i {
  display: none;
}
ul.products li.product .product-thumbnail .product-loop__buttons .fm-compare-button .loading .farmart-svg-icon {
  display: none;
}
ul.products li.product .product-thumbnail .product-loop__buttons .fm-compare-button .added {
  font-size: 0;
  position: relative;
}
ul.products li.product .product-thumbnail .product-loop__buttons .fm-compare-button .added:before {
  font-family: "FarmartIcon";
  content: "\e6ed";
  font-size: 18px;
  line-height: 1;
}
ul.products li.product .product-thumbnail .product-loop__buttons .wcboost-products-compare-button {
  margin: 0;
}
ul.products li.product .product-thumbnail .product-loop__buttons .wcboost-products-compare-button .wcboost-products-compare-button__icon {
  color: var(--fm-color-secondary);
  font-size: 18px;
  margin-right: 0;
}
ul.products li.product .product-thumbnail .product-loop__buttons .wcboost-products-compare-button .wcboost-products-compare-button__text {
  display: none;
}
ul.products li.product .product-thumbnail .product-loop__buttons .wcboost-products-compare-button.loading::before {
  display: none;
}
ul.products li.product .product-thumbnail .fm-loop_button span:not(.farmart-svg-icon),
ul.products li.product .product-thumbnail .yith-wcwl-add-to-wishlist span:not(.farmart-svg-icon) {
  display: none;
}
ul.products li.product .product-thumbnail .fm-loop_button span.wcboost-products-compare-button__icon,
ul.products li.product .product-thumbnail .yith-wcwl-add-to-wishlist span.wcboost-products-compare-button__icon {
  display: inline;
}
ul.products li.product .product-thumbnail .fm-loop_button a,
ul.products li.product .product-thumbnail .yith-wcwl-add-to-wishlist a {
  color: var(--fm-color-secondary);
  font-size: 18px;
}
ul.products li.product .product-thumbnail .wcboost-wishlist-button {
  color: var(--fm-color-secondary);
  font-size: 18px;
}
ul.products li.product .product-thumbnail .fm-loop_button.fm-product-quick-view span {
  display: block;
}
ul.products li.product .product-thumbnail .fm-product-quick-view,
ul.products li.product .product-thumbnail .compare-button a:before,
ul.products li.product .product-thumbnail .compare-button a .farmart-svg-icon,
ul.products li.product .product-thumbnail .yith-wcwl-add-to-wishlist a,
ul.products li.product .product-thumbnail .wcboost-wishlist-button,
ul.products li.product .product-thumbnail .wcboost-products-compare-button {
  transform: translateX(10px);
  transition: 0.3s;
  transition-property: transform;
}
ul.products li.product .product-thumbnail .fm-product-quick-view {
  transition-delay: 0s;
}
ul.products li.product .product-thumbnail .yith-wcwl-add-to-wishlist {
  margin-bottom: 7px;
}
ul.products li.product .product-thumbnail .yith-wcwl-add-to-wishlist .farmart-svg-icon {
  font-size: 18px;
}
ul.products li.product .product-thumbnail .yith-wcwl-add-to-wishlist a {
  transition-delay: 75ms;
  transform: translateX(10px);
}
ul.products li.product .product-thumbnail .wcboost-wishlist-button {
  display: inline-flex;
  margin-bottom: 7px;
  font-size: 18px;
  transition-delay: 75ms;
  transform: translateX(10px);
}
ul.products li.product .product-thumbnail .wcboost-wishlist-button .wcboost-wishlist-button__icon {
  margin-right: 0;
}
ul.products li.product .product-thumbnail .wcboost-wishlist-button .wcboost-wishlist-button__text {
  display: none;
}
ul.products li.product .product-thumbnail .wcboost-wishlist-button.added {
  color: var(--fm-color-secondary);
}
ul.products li.product .product-thumbnail .yith-wcwl-wishlistaddedbrowse > a .farmart-svg-icon,
ul.products li.product .product-thumbnail .yith-wcwl-wishlistexistsbrowse > a .farmart-svg-icon {
  color: var(--fm-color-secondary);
}
ul.products li.product .product-thumbnail .yith-wcwl-wishlistaddedbrowse .farmart-svg-icon,
ul.products li.product .product-thumbnail .yith-wcwl-wishlistexistsbrowse .farmart-svg-icon {
  font-size: 16px;
}
ul.products li.product .product-thumbnail .fm-compare-button {
  text-align: right;
}
ul.products li.product .product-thumbnail .compare-button a:before,
ul.products li.product .product-thumbnail .compare-button a .farmart-svg-icon,
ul.products li.product .product-thumbnail .wcboost-products-compare-button {
  transition-delay: 0.15s;
}
ul.products li.product .product-inner {
  padding: 20px 25px 30px;
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: transparent;
}
ul.products li.product .product-inner:hover {
  border-color: #c9c9c9;
  position: relative;
  z-index: 1;
}
ul.products li.product .product-inner:hover .product-thumbnail .product-loop__buttons {
  opacity: 1;
  z-index: 8;
}
ul.products li.product .product-inner:hover .fm-product-quick-view,
ul.products li.product .product-inner:hover .compare-button a:before,
ul.products li.product .product-inner:hover .compare-button a .farmart-svg-icon,
ul.products li.product .product-inner:hover .yith-wcwl-add-to-wishlist a,
ul.products li.product .product-inner:hover .wcboost-wishlist-button,
ul.products li.product .product-inner:hover .wcboost-products-compare-button {
  transform: translateX(0);
}
ul.products li.product .price {
  color: #669900;
  font-weight: 700;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 15px;
}
ul.products li.product .price ins {
  color: #fa532c;
  background-color: transparent;
  margin-right: 4px;
  order: 1;
}
ul.products li.product .price del {
  font-weight: 400;
  margin-right: 4px;
  order: 2;
  color: #888;
  font-size: 13px;
}
ul.products li.product .price .sale {
  color: #e84506;
  font-weight: 600;
  order: 3;
}
ul.products li.product .product-details {
  position: relative;
}
ul.products li.product .fm-rating {
  margin-top: 5px;
  margin-bottom: 7px;
}
ul.products li.product .product-button {
  display: flex;
  flex-wrap: wrap;
}
ul.products li.product .product-button .quantity {
  flex: auto;
  margin: 0 15px 15px 0;
  min-width: 80px;
}
ul.products li.product .product-button label {
  display: none;
}
ul.products li.product .product-button .quantity_button {
  color: var(--fm-background-text-color-secondary);
  font-size: 14px;
  font-weight: 700;
  background-color: var(--fm-background-color-secondary);
  display: block;
  border-radius: 3px;
  padding: 13.5px 10px;
  text-align: center;
  position: relative;
  border: none;
  line-height: 1.7;
  width: 100%;
}
ul.products li.product .product-button .quantity_button .farmart-svg-icon {
  font-size: 12px;
  margin-right: 6px;
  display: none;
}
ul.products li.product .product-button .quantity_button:before {
  content: " ";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border-width: 1px;
  border-style: solid;
  border-color: var(--fm-background-text-color-secondary) transparent var(--fm-background-text-color-secondary) transparent;
  animation: lds-dual-ring 0.5s linear infinite;
  margin-right: 6px;
  position: absolute;
  left: calc(50% - 60px);
  top: 40%;
  transform: translateY(-50%);
  display: none;
}
ul.products li.product .product-button .quantity_button.loading:before {
  display: inline-block;
}
ul.products li.product .product-button .quantity_button.loading .farmart-svg-icon {
  display: none;
}
ul.products li.product .product-button .product_type_external {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
ul.products li.product .product-button .added_to_cart {
  display: none;
}
ul.products li.product .product-button .group-yith {
  font-size: 13px;
  color: #777777;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 11px;
}
ul.products li.product .product-button .group-yith a {
  color: #888888;
  line-height: 1.5;
  display: block;
}
ul.products li.product .product-button .group-yith a:hover {
  color: #000;
}
ul.products li.product .product-button .group-yith .yith-wcwl-add-to-wishlist ~ .compare-button {
  display: flex;
  align-items: center;
  margin-left: 10px;
}
ul.products li.product .product-button .group-yith .yith-wcwl-add-to-wishlist ~ .compare-button:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 18px;
  border-left: 1px solid #dddddd;
  margin-right: 10px;
}
ul.products li.product .product-bottom-box {
  display: none;
}
ul.products li.product .woocommerce-loop-product__title {
  font-size: 14px;
  font-weight: 400;
  color: #0099ff;
  margin: 0;
  line-height: 1.4;
}
ul.products li.product .woocommerce-loop-product__title a {
  color: #0099ff;
  transition: ease 0.3s;
  line-height: 20px;
}
ul.products li.product .woocommerce-loop-product__title a:hover {
  color: var(--fm-color-primary);
}
ul.products li.product .woocommerce-product-details__short-description {
  display: none;
  margin-top: 17px;
}
ul.products li.product .unit-text {
  font-size: 11px;
  color: #666;
  display: block;
  line-height: 1;
  margin-bottom: 13px;
}
ul.products li.product img {
  display: block;
  margin: 0 auto;
}
ul.products li.product .button {
  display: block;
}
ul.products li.product .tawc-deal {
  margin: 10px 0 0;
  display: none;
}
ul.products li.product .tawc-deal .progress-bar,
ul.products li.product .tawc-deal .progress-value {
  height: 8px;
}
ul.products li.product .tawc-deal .progress-bar {
  background-color: #eeeeee;
}
ul.products li.product .tawc-deal .progress-value {
  background-color: var(--fm-background-color-secondary);
}
ul.products li.product .tawc-deal .deal-progress {
  margin-bottom: 9px;
}
ul.products li.product .tawc-deal .deal-text {
  font-size: 13px;
  color: #222222;
  font-weight: 700;
}
ul.products li.product .compare-button a:not(.added).loading:before {
  content: " ";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border-width: 1px;
  border-style: solid;
  border-color: #777777 transparent #777777 transparent;
  animation: lds-dual-ring 0.5s linear infinite;
  display: inline-block;
  position: relative;
  top: 1px;
}
ul.products li.product .compare-button a.added {
  font-size: 19px;
}
ul.products li.product .compare-button a .blockUI {
  display: none !important;
}
ul.products li.product .quantity {
  margin-bottom: 5px;
}
ul.products li.product .quantity .qty-box {
  width: 100%;
}
ul.products li.product .box-price {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  margin-bottom: 10px;
  font-size: 13px;
}
ul.products li.product .price-symbol,
ul.products li.product .price-current {
  color: #669900;
  font-weight: 700;
}
ul.products li.product .title-price {
  margin: 0 5px 0 0;
  color: #888888;
}
ul.products li.product .sold-by-meta {
  display: inline-block;
  margin-bottom: 7px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  transition: 0.3s;
}
ul.products li.product .sold-by-meta .sold-by-label {
  display: none;
}
ul.products li.product .sold-by-meta a {
  color: #000;
}
ul.products li.product .sold-by-meta:hover a {
  color: var(--fm-color-primary);
}

ul.products.columns-7 li.product .product-button .group-yith a i,
ul.products.columns-7 li.product .product-button .group-yith .compare:before {
  display: none;
}

.fm-catalog-page ul.products li.product.fm-hide-badges .price .sale {
  display: none;
}

.fm-catalog-page:not(.catalog-full-width):not(.catalog-full-content) ul.products.columns-5 li.product .product-button .group-yith a i,
.fm-catalog-page:not(.catalog-full-width):not(.catalog-full-content) ul.products.columns-5 li.product .product-button .group-yith .compare:before,
.fm-catalog-page:not(.catalog-full-width):not(.catalog-full-content) ul.products.columns-6 li.product .product-button .group-yith a i,
.fm-catalog-page:not(.catalog-full-width):not(.catalog-full-content) ul.products.columns-6 li.product .product-button .group-yith .compare:before {
  display: none;
}

.fm-catalog-page.catalog-full-width:not(.catalog-full-content) ul.products.columns-6 li.product .product-button .group-yith a i,
.fm-catalog-page.catalog-full-width:not(.catalog-full-content) ul.products.columns-6 li.product .product-button .group-yith .compare:before {
  display: none;
}

.woocommerce-products-header ul.products li.product .product-bottom-box,
body:not(.catalog-view-list) ul.products li.product .product-bottom-box {
  padding: 17px 25px 30px;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #c9c9c9;
  position: absolute;
  left: -26px;
  right: -26px;
  top: 100%;
  display: none;
  background-color: #fff;
  z-index: -1;
}
.woocommerce-products-header ul.products li.product .product-bottom-box .price,
body:not(.catalog-view-list) ul.products li.product .product-bottom-box .price {
  display: none;
}
.woocommerce-products-header ul.products li.product .product-inner:hover .product-bottom-box,
body:not(.catalog-view-list) ul.products li.product .product-inner:hover .product-bottom-box {
  display: block;
  z-index: 9;
}

.woocommerce-pagination {
  margin-top: 55px;
}
.woocommerce-pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.woocommerce-pagination .farmart-svg-icon {
  font-size: 14px;
  color: #000;
  font-weight: 700;
}
.woocommerce-pagination li {
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
}
.woocommerce-pagination li .page-numbers {
  font-size: 14px;
  color: #000;
  display: block;
  border: 1px solid #ccc;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  transition: 0.5s;
}
.woocommerce-pagination li .page-numbers:hover, .woocommerce-pagination li .page-numbers.current {
  border-color: var(--fm-background-color-primary);
  background-color: var(--fm-background-color-primary);
  color: var(--fm-background-text-color-primary);
}
.woocommerce-pagination li .page-numbers.next, .woocommerce-pagination li .page-numbers.prev {
  line-height: 40px;
}

.next-posts-navigation {
  text-align: center;
  margin-top: 33px;
}
.next-posts-navigation a {
  color: #888;
  text-transform: uppercase;
  font-weight: 700;
}
.next-posts-navigation a.loading .load-more-text {
  display: none;
}
.next-posts-navigation a:hover, .next-posts-navigation a:focus {
  color: #888;
}
.next-posts-navigation .load-more-text,
.next-posts-navigation .loading-text {
  letter-spacing: 0.4em;
}
.next-posts-navigation .loading-icon .dot {
  background-color: #888;
}

.fm-pagination-numeric-short {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #000;
  margin-top: 80px;
}
.fm-pagination-numeric-short > a {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  color: #ccc;
  margin: 0 20px;
}
.fm-pagination-numeric-short > a:hover, .fm-pagination-numeric-short > a:focus {
  border-color: var(--fm-color-primary);
  color: var(--fm-color-primary);
}
.fm-pagination-numeric-short input[type=number] {
  width: 50px;
  height: 35px;
  padding: 0;
  text-align: center;
  border-radius: 3px;
  margin-right: 8px;
}
.fm-pagination-numeric-short input[type=number]::-webkit-inner-spin-button,
.fm-pagination-numeric-short input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.fm-shop-content ul.products {
  clear: both;
}
.fm-shop-content + .term-description {
  margin-top: 50px;
}

.catalog-view-list .fm-shop-content ul.products li.divider {
  display: none;
}
.catalog-view-list .fm-shop-content ul.products li.product {
  width: 100%;
}
.catalog-view-list .fm-shop-content ul.products li.product.product-category {
  border-top: 1px solid #eee;
  padding-top: 20px;
}
.catalog-view-list .fm-shop-content ul.products li.product.product-category a {
  display: flex;
}
.catalog-view-list .fm-shop-content ul.products li.product.product-category .woocommerce-loop-category__title {
  padding-left: 20px;
}
.catalog-view-list .fm-shop-content ul.products li.product.product-category:first-child {
  border-top: 0;
  padding-top: 0;
}
.catalog-view-list .fm-shop-content ul.products li.product:not(:first-child):before {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background-color: #eee;
}
.catalog-view-list .fm-shop-content ul.products li.product:hover:before {
  background-color: transparent;
}
.catalog-view-list .fm-shop-content ul.products li.product:hover + li.product:before {
  background-color: transparent;
}
.catalog-view-list .fm-shop-content ul.products li.product .product-inner {
  display: flex;
  border-width: 1px;
}
.catalog-view-list .fm-shop-content ul.products li.product .product-inner:hover {
  border-color: #dddddd;
}
.catalog-view-list .fm-shop-content ul.products li.product .product-thumbnail {
  width: 21%;
  margin-bottom: 0;
}
.catalog-view-list .fm-shop-content ul.products li.product .product-details {
  width: 79%;
  padding-left: 42px;
  display: flex;
  justify-content: space-between;
  position: static;
}
.catalog-view-list .fm-shop-content ul.products li.product .product-content-box {
  max-width: 380px;
  padding-right: 30px;
}
.catalog-view-list .fm-shop-content ul.products li.product .product-content-box span.price {
  display: none;
}
.catalog-view-list .fm-shop-content ul.products li.product .price {
  font-size: 16px;
}
.catalog-view-list .fm-shop-content ul.products li.product .product-bottom-box {
  min-width: 186px;
  max-width: 200px;
  display: block;
}
.catalog-view-list .fm-shop-content ul.products li.product .product-bottom-box .product-button {
  margin-top: 20px;
}
.catalog-view-list .fm-shop-content ul.products li.product .product-button .group-yith {
  margin-top: 14px;
}
.catalog-view-list .fm-shop-content ul.products li.product .product-button .group-yith .divider {
  margin: 0 12px;
}
.catalog-view-list .woocommerce-pagination {
  padding-top: 70px;
  margin-top: 0;
}

.catalog-view-list .fm-shop-content ul.products li.product .woocommerce-product-details__short-description,
.catalog-view-extended .fm-shop-content ul.products li.product .woocommerce-product-details__short-description,
.catalog-show-excerpt .fm-shop-content ul.products li.product .woocommerce-product-details__short-description {
  display: block;
}

.related-products {
  margin: 45px 0 100px;
  position: relative;
}
.related-products:hover {
  z-index: 3;
}
.related-products .related-title {
  font-size: 24px;
  color: #000;
  letter-spacing: -1px;
  margin-bottom: 45px;
}
.related-products .slick-list {
  padding: 0 2px 160px;
  margin: 0 -2px -160px;
  pointer-events: none;
  z-index: 9;
}
.related-products .slick-active {
  clear: none;
}
.related-products .slick-track {
  display: flex;
}
.related-products .slick-track .slick-slide {
  display: flex;
  height: auto;
  align-items: stretch;
  flex-direction: column;
}
.related-products .slick-track .slick-slide > div {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
}
.related-products .slick-slider .slick-arrow {
  opacity: 0;
}
.related-products .slick-slider:hover .slick-arrow {
  opacity: 1;
}
.related-products .slick-prev-arrow {
  left: -47px;
}
.related-products .slick-next-arrow {
  right: -47px;
}
.related-products ul.products {
  display: flex;
  width: 100%;
}
.related-products ul.products li.product {
  position: relative;
  display: flex;
  pointer-events: auto;
}
.related-products ul.products li.product .product-inner {
  width: 100%;
  border-color: #eee;
  border-width: 1px;
  border-left-color: transparent;
}
.related-products ul.products li.product .product-inner:hover {
  border-color: #c9c9c9;
}
.related-products ul.products li.product .product-button .quantity_button {
  padding-left: 0;
  padding-right: 0;
}
.related-products ul.products li.product:first-child .product-inner, .related-products ul.products li.product.slick-current .product-inner {
  border-left-color: #eee;
}
.related-products ul.products li.product:first-child .product-inner:hover, .related-products ul.products li.product.slick-current .product-inner:hover {
  border-color: #c9c9c9;
}
.related-products.fm-position-above ul.products {
  margin-bottom: 60px;
}
.related-products.fm-position-above.up-sells {
  margin-top: 0;
}
.related-products.fm-position-above.up-sells .related-title {
  margin-top: 0;
}
.related-products.related .related-content {
  border-top: 1px solid #e5e5e5;
  padding-top: 20px;
}

body:not(.catalog-view-list) .related-products ul.products li.product .product-bottom-box {
  border-color: #c9c9c9;
}

@media screen and (min-width: 1200px) {
  ul.products li.product {
    width: 25%;
  }
  ul.products.columns-1 li.product {
    float: none;
    width: 100%;
  }
  ul.products.columns-2 li.product {
    width: 50%;
  }
  ul.products.columns-3 li.product {
    width: 33.33%;
  }
  ul.products.columns-4 li.product {
    width: 25%;
  }
  ul.products.columns-5 li.product {
    width: 20%;
  }
  ul.products.columns-6 li.product {
    width: 16.66%;
  }
  ul.products.columns-7 li.product {
    width: 14.28%;
  }
  ul.products.columns-8 li.product {
    width: 12.5%;
  }
  ul.products.columns-9 li.product {
    width: 11.11%;
  }
}
/**
 * Single product
 */
/**
 * Single Product
 */
.woocommerce div.product {
  content: "";
  table-layout: fixed;
  position: relative;
}
.woocommerce div.product .fm-product-detail {
  margin-bottom: 68px;
}
.woocommerce div.product .fm-entry-product-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.woocommerce div.product .fm-entry-product-header .entry-meta {
  display: flex;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.woocommerce div.product .fm-entry-product-header .entry-meta li {
  position: relative;
  margin-right: 14px;
  padding-right: 15px;
}
.woocommerce div.product .fm-entry-product-header .entry-meta li:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 13px;
  background-color: #e5e5e5;
}
.woocommerce div.product .fm-entry-product-header .entry-meta li:last-child {
  margin: 0;
  padding: 0;
}
.woocommerce div.product .fm-entry-product-header .entry-meta li:last-child:after {
  display: none;
}
.woocommerce div.product .fm-entry-product-header .woocommerce-product-rating {
  display: flex;
}
.woocommerce div.product .fm-entry-product-header .woocommerce-product-rating .fm-rating {
  margin-right: 5px;
}
.woocommerce div.product .fm-entry-product-header .woocommerce-product-rating .fm-rating .count {
  display: none;
}
.woocommerce div.product .fm-entry-product-header .meta-sku {
  text-transform: uppercase;
}
.woocommerce div.product .fm-entry-product-header .meta-sku .meta-label {
  color: #222222;
}
.woocommerce div.product .fm-entry-product-header .meta-sku .meta-value {
  color: #888;
}
.woocommerce div.product .woocommerce-product-gallery {
  position: relative;
  width: 35%;
  float: left;
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
}
.woocommerce div.product .woocommerce-product-gallery .ribbons .ribbon {
  font-size: 14px;
  background-color: #2f8834;
  height: auto;
  padding: 6px 10px;
  text-align: left;
}
.woocommerce div.product .woocommerce-product-gallery .ribbons .ribbon span {
  font-size: 13px;
  font-weight: 400;
  display: block;
  line-height: 1;
}
.woocommerce div.product .woocommerce-product-gallery .product-degree-images {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 999;
  width: 55px;
  height: 55px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid var(--fm-color-primary);
  line-height: 1;
  padding-top: 5px;
  cursor: pointer;
  background-color: #fff;
}
.woocommerce div.product .woocommerce-product-gallery .product-degree-images .farmart-svg-icon {
  font-size: 30px;
  height: 26px;
  display: block;
}
.woocommerce div.product .woocommerce-product-gallery .product-degree-images .number {
  display: inline-block;
  width: 100%;
  margin-left: 2px;
}
.woocommerce div.product .woocommerce-product-gallery .product-degree-images .number small {
  font-size: 6px;
  vertical-align: top;
  margin-top: 2px;
  padding-left: 1px;
  display: inline-block;
}
.woocommerce div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  display: none;
}
.woocommerce div.product .woocommerce-product-gallery .woocommerce-product-gallery__image {
  cursor: pointer;
}
.woocommerce div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
  max-height: 570px;
  overflow: hidden;
  margin: 0;
  display: flex;
}
.woocommerce div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .fm-video-wrapper {
  position: relative;
  height: 100%;
}
.woocommerce div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .fm-video-wrapper iframe,
.woocommerce div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .fm-video-wrapper video {
  height: 100%;
}
.woocommerce div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .fm-video-content {
  height: 100%;
}
.woocommerce div.product .woocommerce-product-gallery .flex-control-nav {
  list-style: none;
  padding: 0;
  margin: 0 -5px;
  max-width: 350px;
}
.woocommerce div.product .woocommerce-product-gallery .flex-control-nav.no-slick {
  display: flex;
}
.woocommerce div.product .woocommerce-product-gallery .flex-control-nav li {
  padding: 0 5px;
  cursor: pointer;
}
.woocommerce div.product .woocommerce-product-gallery .flex-control-nav li:hover img {
  border-color: var(--fm-color-primary);
}
.woocommerce div.product .woocommerce-product-gallery .flex-control-nav img {
  border: 1px solid #cccccc;
}
.woocommerce div.product .woocommerce-product-gallery .flex-control-nav img.flex-active {
  border-color: var(--fm-color-primary);
}
.woocommerce div.product .woocommerce-product-gallery .flex-control-nav .slick-arrow {
  background-color: transparent;
  border: 0;
  opacity: 0;
}
.woocommerce div.product .woocommerce-product-gallery .flex-control-nav:hover .slick-arrow {
  opacity: 1;
}
.woocommerce div.product .woocommerce-product-gallery.has-video .flex-control-nav li {
  position: relative;
}
.woocommerce div.product .woocommerce-product-gallery.has-video .flex-control-nav li .i-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.woocommerce div.product .woocommerce-product-gallery .product-image-ms {
  color: #888;
}
.woocommerce div.product .woocommerce-product-gallery .product-image-ms .farmart-svg-icon {
  padding-right: 5px;
}
.woocommerce div.product div.entry-summary {
  width: 65%;
  float: left;
  padding-left: 51px;
  margin-top: 0;
}
.woocommerce div.product div.entry-summary .farmart-list {
  margin-bottom: 17px;
}
.woocommerce div.product div.entry-summary .compare.button {
  display: none;
}
.woocommerce div.product .woocommerce-product-gallery {
  padding-bottom: 30px;
}
.woocommerce div.product .woocommerce-product-gallery .product-image-ms {
  display: block;
  position: absolute;
  text-align: center;
  width: 100%;
}
.woocommerce div.product .has-gallery-image .woocommerce-product-gallery {
  padding-left: 70px;
}
.woocommerce div.product .has-gallery-image .woocommerce-product-gallery .ribbons .ribbon {
  left: 70px;
}
.woocommerce div.product .has-gallery-image .woocommerce-product-gallery .product-degree-images {
  left: 90px;
  bottom: 60px;
}
.woocommerce div.product .has-gallery-image .woocommerce-product-gallery .product-image-ms {
  left: 65px;
  width: calc(100% - 65px);
}
.woocommerce div.product .has-gallery-image .woocommerce-product-gallery .flex-control-nav {
  position: absolute;
  top: 0;
  left: 0;
  margin: -5px 0;
  width: 50px;
}
.woocommerce div.product .has-gallery-image .woocommerce-product-gallery .flex-control-nav.no-slick {
  flex-direction: column;
}
.woocommerce div.product .has-gallery-image .woocommerce-product-gallery .flex-control-nav li {
  padding: 5px 0;
  float: none;
}
.woocommerce div.product .has-gallery-image .woocommerce-product-gallery .flex-control-nav .slick-arrow {
  right: auto;
  left: 50%;
  top: -12px;
  transform: translate(-50%, 0);
  width: 100%;
  height: 15px;
  line-height: 15px;
}
.woocommerce div.product .has-gallery-image .woocommerce-product-gallery .flex-control-nav .slick-next-arrow {
  top: auto;
  bottom: -12px;
}
.woocommerce div.product .fm-product-thumbnail-horizontal.has-gallery-image .woocommerce-product-gallery {
  padding-left: 0;
}
.woocommerce div.product .fm-product-thumbnail-horizontal.has-gallery-image .woocommerce-product-gallery .product-image-ms {
  display: none;
}
.woocommerce div.product .fm-product-thumbnail-horizontal.has-gallery-image .woocommerce-product-gallery .flex-control-nav {
  position: relative;
  margin: 20px -3px 0;
  width: 100%;
}
.woocommerce div.product .fm-product-thumbnail-horizontal.has-gallery-image .woocommerce-product-gallery .flex-control-nav.no-slick {
  flex-direction: row;
}
.woocommerce div.product .fm-product-thumbnail-horizontal.has-gallery-image .woocommerce-product-gallery .flex-control-nav li {
  float: left;
  padding: 0 3px;
}
.woocommerce div.product .fm-product-thumbnail-horizontal.has-gallery-image .woocommerce-product-gallery .flex-control-nav.slick-slider {
  max-width: 300px;
}
.woocommerce div.product .fm-product-thumbnail-horizontal.has-gallery-image .woocommerce-product-gallery .flex-control-nav .slick-arrow {
  top: 50%;
  width: auto;
}
.woocommerce div.product .fm-product-thumbnail-horizontal.has-gallery-image .woocommerce-product-gallery .flex-control-nav .slick-prev-arrow {
  left: -20px;
  right: auto;
}
.woocommerce div.product .fm-product-thumbnail-horizontal.has-gallery-image .woocommerce-product-gallery .flex-control-nav .slick-next-arrow {
  right: -20px;
  left: auto;
}
.woocommerce div.product .enable-buy-now .single-button-wrapper {
  flex-direction: column;
  align-items: flex-start;
}
.woocommerce div.product .enable-buy-now .single-button-wrapper .action-buttons {
  margin-top: 10px;
  margin-bottom: 0;
}
.woocommerce div.product .enable-buy-now .single-button-wrapper .action-buttons .button:first-child {
  margin-right: 0;
}
.woocommerce div.product .enable-buy-now .single-button-wrapper .group-buttons {
  margin-bottom: 0;
  order: 3;
}
.woocommerce div.product .enable-buy-now .single-button-wrapper .single_add_to_cart_button {
  width: 143px;
  padding: 0 10px;
  text-align: center;
  margin-right: 6px;
}
.woocommerce div.product .enable-buy-now .single-button-wrapper .single_add_to_cart_button:before {
  left: 17%;
}
.woocommerce div.product .enable-buy-now .single-button-wrapper .buy_now_button {
  position: relative;
  border: none;
  background-color: var(--fm-background-color-primary);
  color: var(--fm-background-text-color-primary);
  padding: 0;
  line-height: 50px;
  text-align: center;
  width: 143px;
  order: 2;
  white-space: nowrap;
}
.woocommerce div.product .enable-buy-now .qty-box {
  margin-bottom: 7px;
}
.woocommerce div.product .has-out-of-stock .fm-entry-meta {
  border-top: 1px solid #eee;
  padding-top: 20px;
}
.woocommerce div.product .product_title {
  font-size: 21px;
  margin-bottom: 8px;
}
.woocommerce div.product .sold-by-meta {
  margin-bottom: 5px;
}
.woocommerce div.product p.price {
  margin-top: 0;
  margin-bottom: 7px;
  font-size: 23px;
  font-weight: 700;
  color: #000;
  line-height: 1;
}
.woocommerce div.product p.price > span.amount {
  font-size: 20px;
}
.woocommerce div.product p.price ins {
  color: #fa532c;
  line-height: 1;
  margin-right: 7px;
  float: left;
  background-color: transparent;
}
.woocommerce div.product p.price del {
  font-size: 14px;
  color: #888;
  font-weight: 400;
  display: inline-block;
}
.woocommerce div.product p.price .sale {
  font-size: 14px;
  color: #e84506;
}
.woocommerce div.product .fm-summary-meta .sold-by-meta {
  font-size: 13px;
  margin-bottom: 10px;
}
.woocommerce div.product .fm-summary-meta .sold-by-meta a {
  color: var(--fm-color-primary);
}
.woocommerce div.product .stock {
  font-weight: 700;
  padding: 7px 15px;
  background-color: #ebfae9;
  border: 1px solid #82d45e;
  border-radius: 5px;
  margin: 0 0 20px 0;
  display: inline-block;
  min-width: 200px;
}
.woocommerce div.product .stock label {
  color: #222;
  font-weight: 400;
  margin-right: 8px;
}
.woocommerce div.product .stock.in-stock {
  font-weight: 700;
  color: #26901b;
}
.woocommerce div.product .stock.out-of-stock {
  background-color: #ffe9e1;
  border-color: #f79090;
  color: #e84506;
}
.woocommerce div.product .tawc-deal {
  background-color: #f7f7f7;
  padding: 25px;
  margin: 5px 0 0 0;
  display: inline-block;
  width: 100%;
}
.woocommerce div.product .tawc-deal .deal-expire-date {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.woocommerce div.product .tawc-deal .deal-expire-date .deal-expire-text {
  width: 30%;
  text-transform: uppercase;
  color: #222;
  font-weight: 700;
}
.woocommerce div.product .tawc-deal .deal-expire-date .deal-expire-countdown {
  width: 65%;
}
.woocommerce div.product .tawc-deal .deal-expire-date .deal-expire-countdown .timer {
  min-width: 40px;
  width: auto;
}
.woocommerce div.product .tawc-deal .deal-expire-date .deal-expire-countdown .timer .digits {
  font-size: 20px;
  white-space: nowrap;
  font-weight: 700;
  color: #e84506;
  background-color: #fff;
  border-color: #eee;
  padding: 10px 5px;
  margin: 0 0 3px 0;
  line-height: 1;
}
.woocommerce div.product .tawc-deal .deal-expire-date .deal-expire-countdown .timer .text {
  font-size: 14px;
}
.woocommerce div.product .tawc-deal .deal-expire-date .deal-expire-countdown .divider {
  font-size: 18px;
  font-weight: 700;
  color: #aaa;
  width: 14px;
}
.woocommerce div.product .tawc-deal .deal-sold {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.woocommerce div.product .tawc-deal .deal-sold .deal-sold-text {
  margin: 0;
}
.woocommerce div.product .tawc-deal .deal-sold .deal-progress {
  order: 2;
  width: 65%;
}
.woocommerce div.product .tawc-deal .deal-sold .deal-progress .progress-bar {
  height: 9px;
  background-color: #e5e5e5;
}
.woocommerce div.product .tawc-deal .deal-sold .deal-progress .progress-value {
  background-color: var(--fm-background-color-secondary);
  height: 9px;
}
.woocommerce div.product .tawc-deal .deal-sold .deal-text {
  order: 1;
  width: 23%;
  font-size: 0;
}
.woocommerce div.product .tawc-deal .deal-sold .deal-text .amount {
  color: #000;
  font-weight: 700;
  font-size: 14px;
}
.woocommerce div.product form.cart span.price {
  margin-bottom: 18px;
  font-size: 20px;
  font-weight: 700;
  color: #000;
}
.woocommerce div.product form.cart span.price ins {
  color: #2f8a33;
  line-height: 1;
  margin-right: 7px;
}
.woocommerce div.product form.cart span.price del {
  font-size: 14px;
  color: #555555;
  font-weight: 400;
  display: inline-block;
}
.woocommerce div.product form.cart span.price .sale {
  font-size: 14px;
  color: #e84506;
  font-weight: 400;
}
.woocommerce div.product form.cart .button {
  font-size: 13px;
}
.woocommerce div.product form.cart .single_add_to_cart_button {
  position: relative;
  border: none;
  background-color: var(--fm-background-color-secondary);
  color: var(--fm-background-text-color-secondary);
  padding: 0 37px;
  line-height: 46px;
  white-space: nowrap;
}
.woocommerce div.product form.cart .single_add_to_cart_button .icon-cart {
  margin-right: 5px;
}
.woocommerce div.product form.cart .single_add_to_cart_button:before {
  content: "\e74d";
  font-family: "FarmartIcon";
  font-weight: 400;
  margin-right: 4px;
  line-height: 1;
}
.woocommerce div.product form.cart .single_add_to_cart_button.loading:before {
  content: " ";
  top: 40%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border-width: 1px;
  border-style: solid;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 0.5s linear infinite;
  display: inline-block;
}
.woocommerce div.product form.cart .single_add_to_cart_button.loading .icon-cart {
  opacity: 0;
}
.woocommerce div.product form.cart .buy_now_button {
  font-size: 14px;
}
.woocommerce div.product form.cart .buy_now_button .farmart-svg-icon {
  font-weight: 400;
  padding-right: 5px;
  transform: translateY(1px);
  display: inline-block;
}
.woocommerce div.product form.cart .variations {
  border: 0;
  width: 100%;
}
.woocommerce div.product form.cart .variations th,
.woocommerce div.product form.cart .variations td {
  border: 0;
  vertical-align: top;
  line-height: 1;
}
.woocommerce div.product .fm-entry-meta {
  margin-top: 20px;
}
.woocommerce div.product .fm-entry-meta .meta {
  color: #222222;
  margin-bottom: 4px;
}
.woocommerce div.product .fm-entry-meta .meta a:first-child {
  margin-left: 3px;
}
.woocommerce div.product .fm-entry-meta .meta.meta-tags a {
  color: #888;
}
.woocommerce div.product .fm-entry-meta .meta.meta-tags a:hover {
  color: var(--fm-color-primary);
}
.woocommerce div.product .fm-entry-meta .meta.meta-sold-by a {
  color: var(--fm-color-primary);
}
.woocommerce div.product .single-button-wrapper {
  display: flex;
  align-items: flex-end;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 17px 0 25px;
}
.woocommerce div.product .single-button-wrapper .action-buttons,
.woocommerce div.product .single-button-wrapper .group-buttons,
.woocommerce div.product .single-button-wrapper .buttons-box {
  display: flex;
  align-items: center;
}
.woocommerce div.product .single-button-wrapper .action-buttons {
  margin-bottom: -2px;
}
.woocommerce div.product .single-button-wrapper .button-vendor {
  display: none;
}
.woocommerce div.product .single-button-wrapper .button-vendor a {
  display: flex;
  align-items: center;
  flex-direction: column;
  font-size: 13px;
  color: #666;
}
.woocommerce div.product .single-button-wrapper .button-vendor .farmart-svg-icon {
  font-size: 24px;
  color: var(--fm-color-primary);
}
.woocommerce div.product .single-button-wrapper .quantity {
  width: 105px;
  margin-right: 17px;
}
.woocommerce div.product .single-button-wrapper .quantity label {
  color: #222222;
}
.woocommerce div.product .single-button-wrapper .fm-wishlist-button {
  margin-left: 20px;
}
.woocommerce div.product .single-button-wrapper .fm-wishlist-button .yith-wcwl-add-button {
  line-height: 1;
}
.woocommerce div.product .single-button-wrapper .fm-wishlist-button .yith-wcwl-add-button .yith-wcwl-icon {
  font-size: 24px;
  color: #888;
}
.woocommerce div.product .single-button-wrapper .fm-wishlist-button .yith-wcwl-add-button span {
  display: none;
}
.woocommerce div.product .single-button-wrapper .fm-wishlist-button .yith-wcwl-wishlistexistsbrowse,
.woocommerce div.product .single-button-wrapper .fm-wishlist-button .yith-wcwl-wishlistaddedbrowse {
  line-height: 1;
}
.woocommerce div.product .single-button-wrapper .fm-wishlist-button .yith-wcwl-wishlistexistsbrowse .yith-wcwl-icon,
.woocommerce div.product .single-button-wrapper .fm-wishlist-button .yith-wcwl-wishlistaddedbrowse .yith-wcwl-icon {
  font-size: 24px;
}
.woocommerce div.product .single-button-wrapper .fm-wishlist-button .yith-wcwl-wishlistexistsbrowse span,
.woocommerce div.product .single-button-wrapper .fm-wishlist-button .yith-wcwl-wishlistaddedbrowse span {
  display: none;
}
.woocommerce div.product .single-button-wrapper .fm-wishlist-button .wcboost-wishlist-button {
  margin: 0;
  font-size: 24px;
  color: #888;
}
.woocommerce div.product .single-button-wrapper .fm-wishlist-button .wcboost-wishlist-button .wcboost-wishlist-button__text {
  display: none;
}
.woocommerce div.product .single-button-wrapper .fm-wishlist-button .wcboost-wishlist-button.added {
  color: var(--fm-color-primary);
}
.woocommerce div.product .single-button-wrapper .compare-button {
  margin-left: 20px;
}
.woocommerce div.product .single-button-wrapper .compare-button a {
  display: block;
  font-size: 0;
}
.woocommerce div.product .single-button-wrapper .compare-button a .blockUI {
  display: none !important;
}
.woocommerce div.product .single-button-wrapper .compare-button a:not(.added).loading:before {
  content: " ";
  width: 11px;
  height: 11px;
  border-radius: 50%;
  border-width: 1px;
  border-style: solid;
  border-color: #777777 transparent #777777 transparent;
  animation: lds-dual-ring 0.5s linear infinite;
  display: inline-block;
}
.woocommerce div.product .single-button-wrapper .compare-button a span {
  display: none;
}
.woocommerce div.product .single-button-wrapper .wcboost-products-compare-button {
  margin: 5px 0 0 20px;
}
.woocommerce div.product .single-button-wrapper .wcboost-products-compare-button .wcboost-products-compare-button__icon {
  font-size: 22px;
  color: #888;
  margin-right: 0;
}
.woocommerce div.product .single-button-wrapper .wcboost-products-compare-button .wcboost-products-compare-button__text {
  display: none;
}
.woocommerce div.product .single-button-wrapper .action-buttons .button:first-child {
  margin-right: 10px;
}
.woocommerce div.product .single-button-wrapper .group-buttons {
  justify-content: center;
}
.woocommerce div.product .product_meta {
  color: #000;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #eeeeee;
}
.woocommerce div.product .product_meta .posted_in {
  margin-bottom: 2px;
}
.woocommerce div.product .product_meta .posted_in a:hover {
  box-shadow: inset 0 0 0 transparent, inset 0 -1px 0 var(--fm-color-primary);
}
.woocommerce div.product .product_meta .tagged_as a {
  color: #777777;
}
.woocommerce div.product .product_meta .product_socials {
  margin-top: 14px;
}
.woocommerce div.product .product_meta .product_socials ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
.woocommerce div.product .product_meta .product_socials ul li {
  margin-right: 5px;
}
.woocommerce div.product .product_meta .product_socials ul li:last-child {
  margin-right: 0;
}
.woocommerce div.product .product_meta .product_socials ul a {
  color: #fff;
  font-size: 12px;
  border-radius: 3px;
  width: 28px;
  height: 28px;
  line-height: 30px;
  text-align: center;
  display: block;
}
.woocommerce div.product .meta-product_brand a {
  display: block;
  line-height: 1;
}
.woocommerce div.product.product-type-variable form.cart {
  border-top: 1px solid #eee;
  padding-top: 17px;
}
.woocommerce div.product.product-type-variable form.cart .variations {
  margin: 0;
  position: relative;
}
.woocommerce div.product.product-type-variable form.cart .variations td {
  display: block;
  padding: 0;
}
.woocommerce div.product.product-type-variable form.cart .variations td.value {
  padding-bottom: 5px;
}
.woocommerce div.product.product-type-variable form.cart .variations td.label {
  margin-top: 10px;
  margin-bottom: 12px;
  color: #222222;
}
.woocommerce div.product.product-type-variable form.cart .variations .fm-attr-value {
  color: #888;
}
.woocommerce div.product.product-type-variable form.cart .variations .reset_variations {
  color: var(--fm-color-primary);
  box-shadow: inset 0 0 0 transparent, inset 0 -1px 0 var(--fm-color-primary);
  position: absolute;
  top: 0;
  right: 0;
}
.woocommerce div.product.product-type-variable form.cart .variations select {
  width: 100%;
  max-width: 180px;
  border: 1px solid #ddd;
  border-radius: 3px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAANCAYAAAB7AEQGAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLfmkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkZDMzNFMUY4RkRDMzExRTc5M0FCRTQ0OUI5ODE0MzM4IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkZDMzNFMUY5RkRDMzExRTc5M0FCRTQ0OUI5ODE0MzM4Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RkMzM0UxRjZGREMzMTFFNzkzQUJFNDQ5Qjk4MTQzMzgiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RkMzM0UxRjdGREMzMTFFNzkzQUJFNDQ5Qjk4MTQzMzgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz72a+MPAAAAj0lEQVR42nyPCw2AMAxEgcwAFrAAEkDCLIAVLHRWNgnDAhZmgTa5JkthXHL7dG9pryeizmhmX3VhMMDOzmxqQQKc7AV3spACG1odNSiQN4BKwdPxktDi7t4ScBKowC3dOtP4A40CrezYACUQDZgpfIA7fDgUAvaIlB6AnIurfiqYEWTTQM7MEPCQ6sSPAAMA5PQhMtT60qcAAAAASUVORK5CYII=");
  background-color: #fff;
  background-position: right 20px center;
  background-repeat: no-repeat;
  appearance: none;
  -moz-appearance: none;
  color: #222222;
  -webkit-appearance: none;
  font-weight: 700;
  padding: 7px 20px;
  margin-bottom: 15px;
  cursor: pointer;
  display: block;
}
.woocommerce div.product.product-type-variable form.cart .variations select:focus {
  outline: 0;
}
.woocommerce div.product.product-type-variable form.cart .woocommerce-variation-price {
  margin: 18px 0;
}
.woocommerce div.product.product-type-variable form.cart .woocommerce-variation-price .price {
  margin-top: 0;
  margin-bottom: 7px;
  font-size: 23px;
  font-weight: 700;
  color: #000;
  line-height: 1;
}
.woocommerce div.product.product-type-variable form.cart .woocommerce-variation-price .price > span.amount {
  font-size: 20px;
}
.woocommerce div.product.product-type-variable form.cart .woocommerce-variation-price .price ins {
  color: var(--fm-color-primary);
  line-height: 1;
  margin-right: 7px;
  float: left;
  background-color: transparent;
}
.woocommerce div.product.product-type-variable form.cart .woocommerce-variation-price .price del {
  font-size: 14px;
  color: #888;
  font-weight: 400;
  display: inline-block;
}
.woocommerce div.product.product-type-variable form.cart .woocommerce-variation-price .price .sale {
  font-size: 14px;
  color: #e84506;
  font-weight: 700;
}
.woocommerce div.product.product-type-variable .single_variation_wrap .woocommerce-variation-availability .stock {
  display: none;
}
.woocommerce div.product.product-type-variable p.stock {
  margin-bottom: 15px;
}
.woocommerce div.product.product-type-variable .tawcvs-swatches {
  padding: 0;
  margin-bottom: 6px;
}
.woocommerce div.product.product-type-variable .tawcvs-swatches .swatch {
  border: 1px solid #cccccc;
  border-radius: 0;
  opacity: 1;
  box-shadow: none;
  margin: 0 7px 7px 0;
}
.woocommerce div.product.product-type-variable .tawcvs-swatches .swatch.selected {
  border-color: var(--fm-color-primary);
  color: var(--fm-color-primary);
}
.woocommerce div.product.product-type-variable .tawcvs-swatches .swatch-image {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 0;
  border-radius: 3px;
}
.woocommerce div.product.product-type-variable .tawcvs-swatches .swatch-label {
  width: unset;
  height: unset;
  line-height: initial;
  background-color: #fff;
  padding: 4px 10px;
  text-align: center;
  border-radius: 3px;
  min-width: 55px;
}
.woocommerce div.product.product-type-variable .tawcvs-swatches .swatch-color {
  width: 28px;
  height: 28px;
  line-height: 28px;
}
.woocommerce div.product.product-type-variable .tawcvs-swatches .swatch-color.selected:before {
  top: 7px;
  left: 10px;
  margin: 0;
}
.woocommerce div.product.product-type-grouped .woocommerce-product-details__short-description {
  margin-top: 20px;
}
.woocommerce div.product.product-type-grouped form.grouped_form {
  border-top: 1px solid #eee;
  padding-top: 30px;
}
.woocommerce div.product.product-type-grouped form.grouped_form table, .woocommerce div.product.product-type-grouped form.grouped_form th, .woocommerce div.product.product-type-grouped form.grouped_form td {
  border: 0;
}
.woocommerce div.product.product-type-grouped form.grouped_form table {
  margin-bottom: 10px;
}
.woocommerce div.product.product-type-grouped form.grouped_form tr {
  width: 100%;
  background-color: #fff;
  padding: 15px 0 20px;
}
.woocommerce div.product.product-type-grouped form.grouped_form td {
  padding: 0 20px;
}
.woocommerce div.product.product-type-grouped form.grouped_form .woocommerce-grouped-product-list-item__label {
  float: left;
  width: 100%;
  padding: 0;
}
.woocommerce div.product.product-type-grouped form.grouped_form .woocommerce-grouped-product-list-item__label a {
  color: #666;
}
.woocommerce div.product.product-type-grouped form.grouped_form .woocommerce-grouped-product-list-item__price {
  float: left;
  width: 100%;
  padding: 0;
  color: #222;
  font-weight: 700;
  font-size: 15px;
  padding-bottom: 13px;
  padding-top: 2px;
}
.woocommerce div.product.product-type-grouped form.grouped_form .woocommerce-grouped-product-list-item__price .grouped-price {
  display: inline-block;
  margin-right: 10px;
}
.woocommerce div.product.product-type-grouped form.grouped_form .woocommerce-grouped-product-list-item__price ins {
  float: left;
  color: #2f8a33;
  font-weight: 700;
  margin-right: 4px;
  background-color: transparent;
}
.woocommerce div.product.product-type-grouped form.grouped_form .woocommerce-grouped-product-list-item__price del {
  color: #888;
}
.woocommerce div.product.product-type-grouped form.grouped_form .woocommerce-grouped-product-list-item__price .sale {
  display: none;
}
.woocommerce div.product.product-type-grouped form.grouped_form .woocommerce-grouped-product-list-item__price p.stock {
  display: inline-block;
  font-weight: 700;
  padding: 0;
  margin: 0 0 0 10px;
  background-color: transparent;
  border: none;
}
.woocommerce div.product.product-type-grouped form.grouped_form .woocommerce-grouped-product-list-item__price p.stock label {
  display: none;
}
.woocommerce div.product.product-type-grouped form.grouped_form .woocommerce-grouped-product-list-item__quantity {
  padding: 5px 30px 30px 0;
}
.woocommerce div.product.product-type-grouped form.grouped_form .woocommerce-grouped-product-list-item__quantity .qty-box {
  margin-right: 0;
}
.woocommerce div.product.product-type-grouped form.grouped_form .woocommerce-grouped-product-list-item__quantity .quantity .qty {
  height: 36px;
  line-height: 36px;
}
.woocommerce div.product.product-type-grouped form.grouped_form .woocommerce-grouped-product-list-item__quantity .quantity .decrease,
.woocommerce div.product.product-type-grouped form.grouped_form .woocommerce-grouped-product-list-item__quantity .quantity .increase {
  line-height: 36px;
  background-color: #f5f5f5;
}
.woocommerce div.product.product-type-grouped form.grouped_form .woocommerce-grouped-product-list-item__quantity label.label {
  display: none;
}
.woocommerce div.product.product-type-grouped form.grouped_form .woocommerce-grouped-product-list-item__quantity a.button {
  color: #333;
  font-size: 14px;
  font-weight: 700;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 3px;
  text-align: center;
  display: block;
  padding: 8px 10px;
  white-space: nowrap;
  width: 120px;
}
.woocommerce div.product.product-type-grouped form.grouped_form .woocommerce-grouped-product-list-item__quantity a.button .farmart-svg-icon {
  display: none;
}
.woocommerce div.product.product-type-grouped form.grouped_form .woocommerce-grouped-product-list-item__quantity a.button.product_type_variable {
  font-size: 12px;
}
.woocommerce div.product.product-type-grouped .single-button-wrapper {
  padding-top: 25px;
}
.woocommerce div.product.product-type-grouped .single-button-wrapper .action-buttons {
  margin: 0;
}
.woocommerce div.product.product-type-external form.cart .single_add_to_cart_button:before {
  display: none;
}
.woocommerce div.product .woocommerce-Tabs-panel > h2 {
  font-size: 23px;
  margin-top: 0;
  margin-bottom: 25px;
}
.woocommerce div.product .woocommerce-Tabs-panel.woocommerce-Tabs-panel--seller > h2 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  text-align: left;
}
.woocommerce div.product .woocommerce-Tabs-panel.woocommerce-Tabs-panel--seller ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.woocommerce div.product .woocommerce-Tabs-panel.woocommerce-Tabs-panel--seller ul .star-rating {
  float: left;
  margin-top: 3px;
  margin-right: 5px;
}
.woocommerce div.product .woocommerce-Tabs-panel.woocommerce-Tabs-panel--seller ul .store-name span,
.woocommerce div.product .woocommerce-Tabs-panel.woocommerce-Tabs-panel--seller ul .seller-name span,
.woocommerce div.product .woocommerce-Tabs-panel.woocommerce-Tabs-panel--seller ul .store-address span {
  color: #222222;
  font-weight: 500;
}
.woocommerce div.product .woocommerce-Tabs-panel.woocommerce-Tabs-panel--seller ul .store-name span b,
.woocommerce div.product .woocommerce-Tabs-panel.woocommerce-Tabs-panel--seller ul .seller-name span b,
.woocommerce div.product .woocommerce-Tabs-panel.woocommerce-Tabs-panel--seller ul .store-address span b {
  font-weight: 500;
}
.woocommerce div.product .woocommerce-Tabs-panel.woocommerce-Tabs-panel--seller ul .store-name .details,
.woocommerce div.product .woocommerce-Tabs-panel.woocommerce-Tabs-panel--seller ul .seller-name .details,
.woocommerce div.product .woocommerce-Tabs-panel.woocommerce-Tabs-panel--seller ul .store-address .details {
  color: #666;
  font-weight: 400;
}
.woocommerce div.product .woocommerce-Tabs-panel.woocommerce-Tabs-panel--seller ul .store-name .details br,
.woocommerce div.product .woocommerce-Tabs-panel.woocommerce-Tabs-panel--seller ul .seller-name .details br,
.woocommerce div.product .woocommerce-Tabs-panel.woocommerce-Tabs-panel--seller ul .store-address .details br {
  display: inline-block;
}
.woocommerce div.product .woocommerce-Tabs-panel.woocommerce-Tabs-panel--seller ul .store-rating {
  display: flex;
  align-items: center;
}
.woocommerce div.product .woocommerce-Tabs-panel.woocommerce-Tabs-panel--seller ul .store-rating .seller-rating {
  margin-right: 5px;
}

.single-product .fm-products-list li {
  display: flex;
  border-bottom: 1px solid #e5e5e5;
  padding: 0 0 15px 0;
  margin: 0 0 15px 0;
}
.single-product .fm-products-list li .farmart-svg-icon {
  font-size: 26px;
  color: var(--fm-color-primary);
  margin-right: 20px;
}
.single-product .fm-products-list li .farmart-svg-icon.icon-leaf {
  font-size: 24px;
  margin-top: 6px;
}
.single-product .fm-products-list li .farmart-svg-icon.icon-repeat-one {
  font-size: 28px;
  margin-top: 5px;
}
.single-product .fm-products-list li h6 {
  font-size: 16px;
  margin: 0 0 2px 0;
}
.single-product .fm-products-list li .text {
  color: #777;
  font-size: 13px;
}
.single-product .fm-products-list li img {
  margin-right: 25px;
  height: 100%;
}
.single-product .fm-products-list li:last-child {
  border: none;
  margin: 0;
  padding: 0;
}
.single-product .entry-content,
.single-product .primary-sidebar {
  margin-bottom: 0;
}
.single-product .fm-sidebar-bg {
  background-color: #f7f7f7;
  padding: 40px 30px;
}
.single-product .fm-sidebar-bg b {
  color: #222;
}
.single-product .fm-sidebar-bg h6 {
  font-size: 16px;
  margin: 0 0 2px 0;
}
.single-product .fm-sidebar-bg .text {
  color: #777;
  font-size: 13px;
}
.single-product .fm-sidebar-bg .phone {
  font-size: 24px;
  margin: 18px 0 0 0;
}
.single-product.fm-product-layout-1 .fm-entry-product-header, .single-product.fm-product-layout-4 .fm-entry-product-header {
  margin-bottom: 35px;
}
.single-product.fm-product-layout-1 .entry-summary-content, .single-product.fm-product-layout-4 .entry-summary-content {
  width: 62%;
  padding-right: 60px;
  float: left;
}
.single-product.fm-product-layout-1 .entry-summary-sidebar, .single-product.fm-product-layout-4 .entry-summary-sidebar {
  width: 38%;
  float: left;
  border-radius: 3px;
}
.single-product.fm-product-layout-1 .entry-summary-sidebar .widget, .single-product.fm-product-layout-4 .entry-summary-sidebar .widget {
  margin: 0 0 20px 0;
}
.single-product.fm-product-layout-1 .entry-summary-sidebar .widget:last-child, .single-product.fm-product-layout-4 .entry-summary-sidebar .widget:last-child {
  margin: 0;
}
.single-product.fm-product-layout-1 .entry-summary-sidebar p.price, .single-product.fm-product-layout-4 .entry-summary-sidebar p.price {
  margin-bottom: 28px;
  padding-bottom: 21px;
  border-bottom: 1px solid #e5e5e5;
}
.single-product.fm-product-layout-1 .entry-summary-sidebar p.price ins, .single-product.fm-product-layout-4 .entry-summary-sidebar p.price ins {
  display: block;
  margin-bottom: 0;
}
.single-product.fm-product-layout-1 .entry-summary-sidebar .single-button-wrapper,
.single-product.fm-product-layout-1 .entry-summary-sidebar .single-button-wrapper .action-buttons, .single-product.fm-product-layout-4 .entry-summary-sidebar .single-button-wrapper,
.single-product.fm-product-layout-4 .entry-summary-sidebar .single-button-wrapper .action-buttons {
  flex-direction: column;
  align-items: flex-start;
}
.single-product.fm-product-layout-1 .entry-summary-sidebar .single-button-wrapper .quantity,
.single-product.fm-product-layout-1 .entry-summary-sidebar .single-button-wrapper .group-buttons,
.single-product.fm-product-layout-1 .entry-summary-sidebar .single-button-wrapper .action-buttons, .single-product.fm-product-layout-4 .entry-summary-sidebar .single-button-wrapper .quantity,
.single-product.fm-product-layout-4 .entry-summary-sidebar .single-button-wrapper .group-buttons,
.single-product.fm-product-layout-4 .entry-summary-sidebar .single-button-wrapper .action-buttons {
  width: 100%;
}
.single-product.fm-product-layout-1 .entry-summary-sidebar .single-button-wrapper .quantity, .single-product.fm-product-layout-4 .entry-summary-sidebar .single-button-wrapper .quantity {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #e5e5e5;
}
.single-product.fm-product-layout-1 .entry-summary-sidebar .single-button-wrapper .button, .single-product.fm-product-layout-4 .entry-summary-sidebar .single-button-wrapper .button {
  width: 100%;
}
.single-product.fm-product-layout-1 .entry-summary-sidebar .single-button-wrapper .action-buttons .button, .single-product.fm-product-layout-4 .entry-summary-sidebar .single-button-wrapper .action-buttons .button {
  margin-bottom: 7px;
}
.single-product.fm-product-layout-1 .entry-summary-sidebar .single-button-wrapper .action-buttons .button:first-child, .single-product.fm-product-layout-4 .entry-summary-sidebar .single-button-wrapper .action-buttons .button:first-child {
  margin-right: 0;
}
.single-product.fm-product-layout-1 .entry-summary-sidebar .single-button-wrapper .action-buttons .buy_now_button, .single-product.fm-product-layout-4 .entry-summary-sidebar .single-button-wrapper .action-buttons .buy_now_button {
  order: 2;
}
.single-product.fm-product-layout-1 .entry-summary-sidebar .single-button-wrapper .action-buttons .single_add_to_cart_button, .single-product.fm-product-layout-4 .entry-summary-sidebar .single-button-wrapper .action-buttons .single_add_to_cart_button {
  order: 1;
}
.single-product.fm-product-layout-1 .entry-summary-sidebar .single-button-wrapper .group-buttons, .single-product.fm-product-layout-4 .entry-summary-sidebar .single-button-wrapper .group-buttons {
  margin-top: 7px;
  order: 3;
}
.single-product.fm-product-layout-1 .entry-summary-sidebar .single-button-wrapper .group-buttons a, .single-product.fm-product-layout-4 .entry-summary-sidebar .single-button-wrapper .group-buttons a {
  color: #777777;
  font-size: 13px;
}
.single-product.fm-product-layout-1 .entry-summary-sidebar .single-button-wrapper .group-buttons .divider, .single-product.fm-product-layout-4 .entry-summary-sidebar .single-button-wrapper .group-buttons .divider {
  width: 1px;
  height: 12px;
  margin: 0 15px;
  background-color: #dddddd;
}
.single-product.fm-product-layout-1 .entry-summary-sidebar .tawc-deal, .single-product.fm-product-layout-4 .entry-summary-sidebar .tawc-deal {
  background-color: #fff;
  border: 0;
  padding: 20px;
  margin-bottom: 25px;
}
.single-product.fm-product-layout-1 .entry-summary-sidebar .tawc-deal .deal-expire-text, .single-product.fm-product-layout-4 .entry-summary-sidebar .tawc-deal .deal-expire-text {
  font-size: 14px;
}
.single-product.fm-product-layout-1 .entry-summary-sidebar .tawc-deal .deal-expire-text i, .single-product.fm-product-layout-4 .entry-summary-sidebar .tawc-deal .deal-expire-text i {
  font-size: 16px;
  padding-left: 3px;
}
.single-product.fm-product-layout-1 .entry-summary-sidebar .tawc-deal .deal-expire-date, .single-product.fm-product-layout-4 .entry-summary-sidebar .tawc-deal .deal-expire-date {
  margin-bottom: 20px;
  padding-bottom: 15px;
}
.single-product.fm-product-layout-1 .entry-summary-sidebar .tawc-deal .deal-expire-countdown .timer, .single-product.fm-product-layout-4 .entry-summary-sidebar .tawc-deal .deal-expire-countdown .timer {
  font-size: 14px;
  width: auto;
}
.single-product.fm-product-layout-1 .entry-summary-sidebar .tawc-deal .deal-expire-countdown .timer .text, .single-product.fm-product-layout-4 .entry-summary-sidebar .tawc-deal .deal-expire-countdown .timer .text {
  font-size: 12px;
}
.single-product.fm-product-layout-1 .entry-summary-sidebar .tawc-deal .deal-expire-countdown .divider, .single-product.fm-product-layout-4 .entry-summary-sidebar .tawc-deal .deal-expire-countdown .divider {
  font-size: 24px;
  padding: 0;
  width: auto;
}
.single-product.fm-product-layout-1 .entry-summary-sidebar .tawc-deal .deal-progress, .single-product.fm-product-layout-4 .entry-summary-sidebar .tawc-deal .deal-progress {
  margin-bottom: 8px;
}
.single-product.fm-product-layout-1 .entry-summary-sidebar .tawc-deal .deal-text, .single-product.fm-product-layout-4 .entry-summary-sidebar .tawc-deal .deal-text {
  font-size: 14px;
}
.single-product.fm-product-layout-1 .entry-summary-sidebar .tawc-deal + form.cart .single-button-wrapper, .single-product.fm-product-layout-4 .entry-summary-sidebar .tawc-deal + form.cart .single-button-wrapper {
  border-top: none;
}
.single-product.fm-product-layout-1.product-type-variable .entry-summary-sidebar .single_variation_wrap .price, .single-product.fm-product-layout-4.product-type-variable .entry-summary-sidebar .single_variation_wrap .price {
  line-height: 1.4;
  display: block;
  margin-bottom: 5px;
}
.single-product.fm-product-layout-1.product-type-grouped .entry-summary-sidebar, .single-product.fm-product-layout-4.product-type-grouped .entry-summary-sidebar {
  padding-top: 27px;
}
.single-product.fm-product-layout-1.product-type-grouped .entry-summary-sidebar p.price, .single-product.fm-product-layout-4.product-type-grouped .entry-summary-sidebar p.price {
  border-bottom: 0;
  padding-bottom: 0;
}
.single-product.fm-product-layout-1 .fm-product-fbt, .single-product.fm-product-layout-4 .fm-product-fbt {
  padding: 30px 0 75px;
  margin-bottom: 0;
  position: relative;
}
.single-product.fm-product-layout-1 .fm-product-fbt .fbt-title, .single-product.fm-product-layout-4 .fm-product-fbt .fbt-title {
  margin: 0 0 30px 0;
}
.single-product.fm-product-layout-1 .fm-sidebar-bg, .single-product.fm-product-layout-4 .fm-sidebar-bg {
  background-color: #f5f5f5;
  padding: 25px 20px;
}
.single-product.fm-product-layout-1 .fm-sidebar-bg b, .single-product.fm-product-layout-4 .fm-sidebar-bg b {
  color: #222;
}
.single-product.fm-product-layout-1 .related-products.fm-position-above ul.products, .single-product.fm-product-layout-4 .related-products.fm-position-above ul.products {
  margin-bottom: 20px;
}
.single-product.fm-product-layout-2 .site-content, .single-product.fm-product-layout-3 .site-content {
  padding-bottom: 45px;
}
.single-product.fm-product-layout-2 .product_socials, .single-product.fm-product-layout-3 .product_socials {
  margin-top: 20px;
}
.single-product.fm-product-layout-2 .fm-product-fbt, .single-product.fm-product-layout-3 .fm-product-fbt {
  background-color: transparent;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 55px;
}
.single-product.fm-product-layout-2 .fm-product-fbt:before, .single-product.fm-product-layout-2 .fm-product-fbt:after, .single-product.fm-product-layout-3 .fm-product-fbt:before, .single-product.fm-product-layout-3 .fm-product-fbt:after {
  display: none;
}
.single-product.fm-product-layout-2 .fm-product-fbt .fbt-box, .single-product.fm-product-layout-3 .fm-product-fbt .fbt-box {
  background-color: #fff;
}
.single-product.fm-product-layout-2 .related-products.related .related-content, .single-product.fm-product-layout-3 .related-products.related .related-content {
  margin-top: 0;
}
.single-product.fm-product-layout-2 section.up-sells.fm-position-above .related-title, .single-product.fm-product-layout-3 section.up-sells.fm-position-above .related-title {
  margin-top: 0;
}
.single-product.fm-product-layout-2 .fm-woo-tabs ul.tabs li, .single-product.fm-product-layout-3 .fm-woo-tabs ul.tabs li {
  margin: 0 25px 0 0;
}
.single-product.fm-product-layout-2 .fm-woo-tabs ul.tabs li:nth-last-child(2), .single-product.fm-product-layout-2 .fm-woo-tabs ul.tabs li:last-child, .single-product.fm-product-layout-3 .fm-woo-tabs ul.tabs li:nth-last-child(2), .single-product.fm-product-layout-3 .fm-woo-tabs ul.tabs li:last-child {
  margin-right: 0;
}
.single-product.fm-product-layout-2:not(.fm-product-full-width) .fm-woo-tabs ul.tabs li,
.single-product.fm-product-layout-2:not(.fm-product-full-width) .woocommerce-tabs ul.tabs li, .single-product.fm-product-layout-3:not(.fm-product-full-width) .fm-woo-tabs ul.tabs li,
.single-product.fm-product-layout-3:not(.fm-product-full-width) .woocommerce-tabs ul.tabs li {
  margin-right: 20px;
}
.single-product.fm-product-layout-1 .fm-product-fbt ul.products .product-content .thumbnail:before, .single-product.fm-product-layout-2 .fm-product-fbt ul.products .product-content .thumbnail:before, .single-product.fm-product-layout-3 .fm-product-fbt ul.products .product-content .thumbnail:before {
  display: none;
}
.single-product.fm-product-layout-1 .fm-product-fbt ul.products li.product, .single-product.fm-product-layout-2 .fm-product-fbt ul.products li.product, .single-product.fm-product-layout-3 .fm-product-fbt ul.products li.product {
  border: none;
}
.single-product.fm-product-layout-1 .fm-product-fbt ul.products li.product:before, .single-product.fm-product-layout-1 .fm-product-fbt ul.products li.product:after, .single-product.fm-product-layout-2 .fm-product-fbt ul.products li.product:before, .single-product.fm-product-layout-2 .fm-product-fbt ul.products li.product:after, .single-product.fm-product-layout-3 .fm-product-fbt ul.products li.product:before, .single-product.fm-product-layout-3 .fm-product-fbt ul.products li.product:after {
  display: none;
}
.single-product.fm-product-layout-2 .site-content {
  background-color: #f7f7f7;
  padding-top: 0;
}
.single-product.fm-product-layout-2 .site-content .container {
  background-color: #fff;
  padding: 50px 20px;
}
.single-product.fm-product-layout-2 div.product {
  display: initial;
}
.single-product.fm-product-layout-2 div.product .woocommerce-product-gallery {
  width: 48%;
}
.single-product.fm-product-layout-2 div.product div.entry-summary {
  width: 52%;
}
.single-product.fm-product-layout-2 .related-products {
  background-color: #f7f7f7;
  margin: 0;
}
.single-product.fm-product-layout-2 .related-products .related-title {
  margin: 55px 0 20px;
}
.single-product.fm-product-layout-2 .related-products ul.products {
  background-color: #fff;
}
.single-product.fm-product-layout-2 .related-products.fm-position-above {
  background-color: transparent;
}
.single-product.fm-product-layout-2 .related-products.related {
  padding-bottom: 70px;
}
.single-product.fm-product-layout-3 div.product .woocommerce-product-gallery {
  width: 39%;
}
.single-product.fm-product-layout-3 div.product div.entry-summary {
  width: 61%;
  padding-left: 60px;
}
.single-product.fm-product-layout-4 .fm-product-bg-full-width {
  background-color: #f5f5f5;
  margin: 0 -15px;
}
.single-product.fm-product-layout-4 .product_socials {
  margin-top: 50px;
}
.single-product.fm-product-layout-4 div.product .fm-product-detail {
  margin-bottom: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}
.single-product.fm-product-layout-4 div.product .fm-product-detail .farmart-container {
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  padding: 70px 50px;
  border-radius: 10px;
}
.single-product.fm-product-layout-4 div.product .fm-product-detail .unit-text {
  font-size: 12px;
  color: #666;
}
.single-product.fm-product-layout-4 div.product .fm-product-detail .quantity .qty-box {
  width: 120px;
  margin-right: 14px;
}
.single-product.fm-product-layout-4 div.product .fm-product-detail .quantity .decrease,
.single-product.fm-product-layout-4 div.product .fm-product-detail .quantity .increase {
  background-color: #f7f7f7;
  line-height: 50px;
  width: 35px;
}
.single-product.fm-product-layout-4 div.product .fm-product-detail .quantity .qty {
  height: 48px;
}
.single-product.fm-product-layout-4 div.product .enable-buy-now .single-button-wrapper .single_add_to_cart_button {
  min-width: 130px;
}
.single-product.fm-product-layout-4 div.product .has-gallery-image .woocommerce-product-gallery {
  padding-right: 50px;
}
.single-product.fm-product-layout-4 div.product .woocommerce-product-gallery {
  width: 45.5%;
  padding-right: 25px;
}
.single-product.fm-product-layout-4 div.product div.entry-summary {
  width: 54.5%;
  border-left: 1px solid #d2d2d2;
  padding-left: 55px;
}
.single-product.fm-product-layout-4 div.product .product_title {
  font-size: 24px;
  font-weight: 500;
  color: #000;
}
.single-product.fm-product-layout-4 div.product p.price {
  color: #669900;
  font-size: 20px;
  margin: 22px 0 37px;
}
.single-product.fm-product-layout-4 div.product .tawc-deal {
  margin-bottom: 25px;
}
.single-product.fm-product-layout-4 div.product .fm-entry-product-header {
  margin: 0 0 10px 0;
  padding: 0;
  border: none;
}
.single-product.fm-product-layout-4 div.product .single-button-wrapper {
  flex-wrap: wrap;
  border-color: #d2d2d2;
  margin-bottom: 45px;
}
.single-product.fm-product-layout-4 div.product .single-button-wrapper .quantity {
  width: 120px;
}
.single-product.fm-product-layout-4 div.product .single-button-wrapper .buttons-box {
  flex: 1 1 30%;
}
.single-product.fm-product-layout-4 div.product .single-button-wrapper .group-buttons {
  margin-top: 20px;
}
.single-product.fm-product-layout-4 div.product .single-button-wrapper .fm-wishlist-button {
  margin-left: 0;
}
.single-product.fm-product-layout-4 div.product .single-button-wrapper .fm-wishlist-button .yith-wcwl-add-button,
.single-product.fm-product-layout-4 div.product .single-button-wrapper .fm-wishlist-button .yith-wcwl-wishlistexistsbrowse {
  color: #000;
}
.single-product.fm-product-layout-4 div.product .single-button-wrapper .fm-wishlist-button .yith-wcwl-add-button > a,
.single-product.fm-product-layout-4 div.product .single-button-wrapper .fm-wishlist-button .yith-wcwl-wishlistexistsbrowse > a {
  font-size: 14px;
  color: #000;
}
.single-product.fm-product-layout-4 div.product .single-button-wrapper .fm-wishlist-button .yith-wcwl-add-button > a span,
.single-product.fm-product-layout-4 div.product .single-button-wrapper .fm-wishlist-button .yith-wcwl-wishlistexistsbrowse > a span {
  display: inline-block;
}
.single-product.fm-product-layout-4 div.product .single-button-wrapper .fm-wishlist-button .yith-wcwl-add-button .yith-wcwl-icon,
.single-product.fm-product-layout-4 div.product .single-button-wrapper .fm-wishlist-button .yith-wcwl-wishlistexistsbrowse .yith-wcwl-icon {
  font-size: 14px;
  color: #000;
  font-weight: 700;
  margin-right: 10px;
}
.single-product.fm-product-layout-4 div.product .single-button-wrapper .fm-wishlist-button .wcboost-wishlist-button {
  margin: 0;
  font-size: 14px;
  color: #000;
}
.single-product.fm-product-layout-4 div.product .single-button-wrapper .fm-wishlist-button .wcboost-wishlist-button .wcboost-wishlist-button__text {
  display: inline-block;
}
.single-product.fm-product-layout-4 div.product .single-button-wrapper .compare-button a {
  color: #000;
}
.single-product.fm-product-layout-4 div.product .single-button-wrapper .compare-button a span {
  display: inline;
  font-size: 14px;
}
.single-product.fm-product-layout-4 div.product .single-button-wrapper .compare-button a .farmart-svg-icon {
  font-size: 14px;
  color: #000;
  font-weight: 600;
  margin-right: 10px;
}
.single-product.fm-product-layout-4 div.product .single-button-wrapper .wcboost-products-compare-button {
  display: inline-flex;
  align-items: center;
  margin-top: 0;
}
.single-product.fm-product-layout-4 div.product .single-button-wrapper .wcboost-products-compare-button .wcboost-products-compare-button__icon {
  color: #000;
  font-size: 14px;
  line-height: 1;
  margin-right: 10px;
}
.single-product.fm-product-layout-4 div.product .single-button-wrapper .wcboost-products-compare-button .wcboost-products-compare-button__text {
  display: inline;
  font-size: 14px;
  line-height: 1;
  color: #000;
}
.single-product.fm-product-layout-4 div.product .fm-entry-meta {
  margin-top: 0;
}
.single-product.fm-product-layout-4 div.product .fm-entry-meta span {
  color: #666;
}
.single-product.fm-product-layout-4 div.product .fm-entry-meta .meta.meta-tags a,
.single-product.fm-product-layout-4 div.product .fm-entry-meta a {
  color: #000;
}
.single-product.fm-product-layout-4 div.product .fm-entry-meta .meta.meta-tags a:hover,
.single-product.fm-product-layout-4 div.product .fm-entry-meta a:hover {
  color: #000;
  text-decoration: underline;
}
.single-product.fm-product-layout-4 div.product .meta-sku {
  margin-bottom: 3px;
}
.single-product.fm-product-layout-4 div.product .meta-label {
  color: #666;
}
.single-product.fm-product-layout-4 div.product .meta-value {
  color: #000;
}
.single-product.fm-product-layout-4 div.product form.cart .single_add_to_cart_button {
  line-height: 50px;
  min-width: 200px;
  background-color: var(--fm-background-color-primary);
  color: var(--fm-background-text-color-primary);
}
.single-product.fm-product-layout-4 div.product form.cart .single_add_to_cart_button:hover {
  background-color: #ffcc63;
}
.single-product.fm-product-layout-4 div.product.product-type-grouped form.grouped_form .woocommerce-grouped-product-list-item__quantity a.button.product_type_variable {
  margin-right: 14px;
}
.single-product.fm-product-layout-4 div.product.product-type-grouped form.grouped_form .single-button-wrapper .group-buttons {
  margin-left: 20px;
}
.single-product.fm-product-layout-4 .entry-summary-sidebar {
  width: 280px;
}
.single-product.fm-product-layout-4 .entry-summary-content {
  width: calc(100% - 280px);
  padding-right: 90px;
}
.single-product.fm-product-layout-4 .entry-summary-content.without-sidebar {
  width: 100%;
  padding-right: 0;
}
.single-product.fm-product-layout-4 .site-breadcrumb {
  margin-bottom: 27px;
}
.single-product.fm-product-layout-4 .site-breadcrumb li {
  color: #000;
}
.single-product.fm-product-layout-4 .site-breadcrumb li:before,
.single-product.fm-product-layout-4 .site-breadcrumb li a {
  color: #666;
}
.single-product.fm-product-layout-4 .fm-header-vendor {
  font-size: 0;
  margin-bottom: 3px;
}
.single-product.fm-product-layout-4 .fm-header-vendor a {
  font-size: 24px;
  font-weight: 700;
  color: #000;
}
.single-product.fm-product-layout-4 .woocommerce-review-link {
  color: #999;
  font-size: 12px;
}
.single-product.fm-product-layout-4 .fm-sidebar-bg {
  padding: 40px 35px;
  background-color: #f3f3f3;
}
.single-product.fm-product-layout-4 .woocommerce-tabs {
  margin-top: 60px;
}
.single-product.fm-product-layout-4 .woocommerce-tabs ul.tabs {
  float: left;
  width: 300px;
  display: flex;
  flex-direction: column;
  padding-left: 30px;
  padding-right: 30px;
}
.single-product.fm-product-layout-4 .woocommerce-tabs ul.tabs li a {
  font-size: 18px;
  color: #000;
  text-transform: inherit;
  border-bottom: 1px solid #e1e1e1;
  padding: 12px 0;
}
.single-product.fm-product-layout-4 .woocommerce-tabs ul.tabs li a:hover {
  color: var(--fm-color-primary);
}
.single-product.fm-product-layout-4 .woocommerce-tabs ul.tabs li:nth-last-child(2), .single-product.fm-product-layout-4 .woocommerce-tabs ul.tabs li:last-child {
  margin-right: 40px;
}
.single-product.fm-product-layout-4 .woocommerce-tabs ul.tabs li:nth-last-child(2) a, .single-product.fm-product-layout-4 .woocommerce-tabs ul.tabs li:last-child a {
  border: none;
}
.single-product.fm-product-layout-4 .woocommerce-tabs ul.tabs li.fm-wc-tab__magic-line {
  display: none;
}
.single-product.fm-product-layout-4 .woocommerce-tabs .woocommerce-Tabs-panel {
  float: left;
  width: calc(100% - 300px);
  padding-left: 90px;
  margin: 0;
}
.single-product.fm-product-layout-4 .woocommerce-tabs .woocommerce-Tabs-panel h4, .single-product.fm-product-layout-4 .woocommerce-tabs .woocommerce-Tabs-panel h5, .single-product.fm-product-layout-4 .woocommerce-tabs .woocommerce-Tabs-panel h6 {
  margin-bottom: 3px;
}
.single-product.fm-product-layout-4 .woocommerce-tabs .woocommerce-Tabs-panel figure {
  margin-bottom: 40px;
}
.single-product.fm-product-layout-4 .woocommerce-tabs .woocommerce-Tabs-panel figure img {
  padding: 13px 0 10px;
}
.single-product.fm-product-layout-4 .woocommerce-tabs .woocommerce-Tabs-panel figure figcaption {
  color: #888;
  font-style: italic;
}
.single-product.fm-product-full-width.fm-product-layout-3 div.product div.entry-summary,
.single-product.fm-product-full-width.fm-product-layout-3 div.product .woocommerce-product-gallery {
  width: 50%;
}
.single-product.fm-product-full-width div.product .fm-product-detail.enable-buy-now .single-button-wrapper {
  flex-direction: row;
  align-items: flex-end;
}

.stock:empty:before {
  display: none;
}
.stock.in-stock {
  color: #0f834d;
}
.stock.out-of-stock {
  color: #e2401c;
}

.fm-product-fbt {
  padding: 0;
  margin-bottom: 60px;
  position: relative;
}
.fm-product-fbt .fbt-title {
  margin: 0 0 45px;
  font-size: 30px;
  color: #000;
  letter-spacing: -1px;
}
.fm-product-fbt .fbt-box {
  display: flex;
}
.fm-product-fbt .fbt-columns-3 ul.products li.product {
  width: 33.33%;
}
.fm-product-fbt .fbt-columns-4 ul.products li.product {
  width: 25%;
}
.fm-product-fbt .fbt-columns-5 ul.products li.product {
  width: 20%;
}
.fm-product-fbt .fbt-columns-6 ul.products li.product {
  width: 16.66%;
}
.fm-product-fbt .fbt-columns-7 ul.products li.product {
  width: 14.28%;
}
.fm-product-fbt ul.products {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  border: none;
}
.fm-product-fbt ul.products li.product {
  float: left;
  width: 20%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 35px;
  padding: 30px;
  background-color: #fff;
  border-right: 2px dotted #d2d2d2;
  position: relative;
}
.fm-product-fbt ul.products li.product:before, .fm-product-fbt ul.products li.product:after {
  content: "";
  position: absolute;
  right: -10px;
  width: 20px;
  height: 20px;
  background-color: #f3f3f3;
  border-radius: 50%;
  z-index: 99;
}
.fm-product-fbt ul.products li.product:before {
  top: -10px;
}
.fm-product-fbt ul.products li.product:after {
  bottom: -10px;
}
.fm-product-fbt ul.products li.product:nth-last-child(2), .fm-product-fbt ul.products li.product:last-child {
  border: none;
}
.fm-product-fbt ul.products li.product:nth-last-child(2):after, .fm-product-fbt ul.products li.product:nth-last-child(2):before, .fm-product-fbt ul.products li.product:last-child:after, .fm-product-fbt ul.products li.product:last-child:before {
  display: none;
}
.fm-product-fbt ul.products li.product:nth-last-child(2) .thumbnail:after, .fm-product-fbt ul.products li.product:nth-last-child(2) .thumbnail:before, .fm-product-fbt ul.products li.product:last-child .thumbnail:after, .fm-product-fbt ul.products li.product:last-child .thumbnail:before {
  display: none;
}
.fm-product-fbt ul.products li.product.un-active .thumbnail {
  opacity: 0.3;
}
.fm-product-fbt ul.products li.product.product-buttons {
  justify-content: center;
}
.fm-product-fbt ul.products li.product .fm-rating .star-rating {
  font-size: 11px;
}
.fm-product-fbt ul.products li.product .meta-sold-by {
  font-size: 0;
}
.fm-product-fbt ul.products li.product .meta-sold-by a {
  font-size: 16px;
  color: #000;
  font-weight: 700;
}
.fm-product-fbt ul.products li.product.product-buttons {
  background-color: transparent;
  border: none;
  padding-left: 30px;
  padding-right: 15px;
  padding-top: 50px;
  justify-content: flex-start;
}
.fm-product-fbt ul.products li.product.product-buttons:after, .fm-product-fbt ul.products li.product.product-buttons.before {
  display: none;
}
.fm-product-fbt ul.products .product-content {
  position: relative;
}
.fm-product-fbt ul.products .product-content .thumbnail {
  position: relative;
  display: block;
  margin-bottom: 20px;
}
.fm-product-fbt ul.products .product-content .thumbnail:after {
  content: "";
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNC4wLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMl8xXyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAzMiAzMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzIgMzI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGQ9Ik0yOS42IDE2aC0xMy42di0xMy42YzAtMC40NDItMC4zNTgtMC44LTAuOC0wLjhzLTAuOCAwLjM1OC0wLjggMC44djEzLjZoLTEzLjZjLTAuNDQyIDAtMC44IDAuMzU4LTAuOCAwLjhzMC4zNTggMC44IDAuOCAwLjhoMTMuNnYxMy42YzAgMC40NDIgMC4zNTggMC44IDAuOCAwLjhzMC44LTAuMzU4IDAuOC0wLjh2LTEzLjZoMTMuNmMwLjQ0MiAwIDAuOC0wLjM1OCAwLjgtMC44cy0wLjM1OC0wLjgtMC44LTAuOHoiPjwvcGF0aD4NCjwvc3ZnPg==");
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -38px;
  width: 12px;
  height: 12px;
  z-index: 99;
}
.fm-product-fbt ul.products .product-content .thumbnail:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -52px;
  width: 40px;
  height: 40px;
  text-align: center;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
  background-color: #fff;
  z-index: 90;
}
.fm-product-fbt ul.products .product-content h2 {
  font-size: 14px;
  font-weight: 400;
  margin: 15px 0 10px;
}
.fm-product-fbt ul.products .product-content h2 a {
  color: #0066cc;
}
.fm-product-fbt ul.products .product-content .price .sale {
  display: none;
}
.fm-product-fbt ul.products .product-content .yith-wcwl-add-to-wishlist,
.fm-product-fbt ul.products .product-content .wcboost-wishlist-button,
.fm-product-fbt ul.products .product-content .products-list .s-price {
  display: none;
}
.fm-product-fbt .product-buttons .price-box {
  margin-bottom: 15px;
}
.fm-product-fbt .product-buttons .price-box .label {
  color: #555;
  font-weight: 700;
}
.fm-product-fbt .product-buttons .fm_add_to_cart_button,
.fm-product-fbt .product-buttons .fm-wishlist-button {
  color: var(--fm-background-text-color-primary);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  padding: 14px 23px;
  text-align: center;
  background-color: var(--fm-background-color-primary);
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  transition: ease 0.5s;
  background-color: var(--fm-background-color-secondary);
  color: var(--fm-background-text-color-secondary);
  display: inline-block;
  padding: 14px 0;
  font-size: 14px;
  height: 50px;
  line-height: 25px;
  border-radius: 3px;
  margin-top: 10px;
  width: 100%;
}
.fm-product-fbt .product-buttons .fm_add_to_cart_button:hover, .fm-product-fbt .product-buttons .fm_add_to_cart_button:focus, .fm-product-fbt .product-buttons .fm_add_to_cart_button:active,
.fm-product-fbt .product-buttons .fm-wishlist-button:hover,
.fm-product-fbt .product-buttons .fm-wishlist-button:focus,
.fm-product-fbt .product-buttons .fm-wishlist-button:active {
  outline: none;
  background-color: var(--fm-background-color-primary);
  color: var(--fm-background-text-color-primary);
}
.fm-product-fbt .product-buttons .fm_add_to_cart_button:before,
.fm-product-fbt .product-buttons .fm-wishlist-button:before {
  border-width: 1px;
  border-color: #222222 #222222 #222222 transparent;
  border-radius: 50%;
  border-style: solid;
  animation: fm-spin-fast 1s linear infinite;
  content: " ";
  width: 14px;
  height: 14px;
  display: none;
  font-weight: 400;
  position: absolute;
  top: 12px;
  left: 7px;
}
.fm-product-fbt .product-buttons .fm_add_to_cart_button.loading,
.fm-product-fbt .product-buttons .fm-wishlist-button.loading {
  position: relative;
}
.fm-product-fbt .product-buttons .fm_add_to_cart_button.loading:before,
.fm-product-fbt .product-buttons .fm-wishlist-button.loading:before {
  display: inline-block;
  width: 11px;
  height: 11px;
  top: 16px;
  left: 25px;
  border-color: #fff #fff #fff transparent;
}
.fm-product-fbt .product-buttons .fm_add_to_cart_button.loading .p-icon,
.fm-product-fbt .product-buttons .fm-wishlist-button.loading .p-icon {
  opacity: 0;
}
.fm-product-fbt .product-buttons .fm_add_to_cart_button:hover, .fm-product-fbt .product-buttons .fm_add_to_cart_button:focus,
.fm-product-fbt .product-buttons .fm-wishlist-button:hover,
.fm-product-fbt .product-buttons .fm-wishlist-button:focus {
  background-color: var(--fm-background-color-secondary);
  color: var(--fm-background-text-color-secondary);
}
.fm-product-fbt .product-buttons .fm_add_to_cart_button .farmart-svg-icon,
.fm-product-fbt .product-buttons .fm-wishlist-button .farmart-svg-icon {
  display: none;
}
.fm-product-fbt .product-buttons .fm-wishlist-button {
  background-color: #fff;
  color: #000;
}
.fm-product-fbt .product-buttons .fm-wishlist-button.showed {
  display: inline-block;
}
.fm-product-fbt .product-buttons .fm-wishlist-button.hided {
  display: none;
}
.fm-product-fbt .product-buttons .fm-wishlist-button:hover, .fm-product-fbt .product-buttons .fm-wishlist-button:focus {
  background-color: #fff;
  color: #000;
}
.fm-product-fbt .product-buttons .fm-wishlist-button.loading:before {
  left: 7px;
  border-color: #888 #888 #888 transparent;
}
.fm-product-fbt .product-buttons .fm-wishlist-button.loading .p-icon {
  opacity: 0;
}
.fm-product-fbt .product-buttons .btn-view-to-wishlist {
  display: none;
}
.fm-product-fbt .product-buttons .s-price {
  display: block;
  font-weight: 700;
  font-size: 30px;
  color: #669900;
}
.fm-product-fbt .products-list {
  margin: 0;
  padding: 10px 0 0 0;
  list-style: none;
  display: inline-block;
  width: 100%;
}
.fm-product-fbt .products-list li {
  float: left;
  width: 20%;
}
.fm-product-fbt .products-list li a {
  color: #666;
  display: inline-block;
  position: relative;
  line-height: 1;
  padding: 0;
}
.fm-product-fbt .products-list li a strong {
  color: #222222;
  font-weight: 600;
}
.fm-product-fbt .products-list li a:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  content: "";
  background-color: transparent;
  border: 1px solid #669900;
  border-radius: 3px;
  transition: 0.5s;
}
.fm-product-fbt .products-list li a .farmart-svg-icon {
  color: #fff;
  background-color: #669900;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  transition: 0.5s;
}
.fm-product-fbt .products-list li.uncheck a:after {
  opacity: 0;
}
.fm-product-fbt .products-list li.uncheck a:before {
  background-color: #f6f6f6;
  border-color: #d2d2d2;
}
.fm-product-fbt .products-list li .s-price {
  display: none;
}

.sticky-product-info-wapper {
  position: fixed;
  top: -20px;
  left: 0;
  right: 0;
  background-color: #fff;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
  z-index: -9999;
  opacity: 0;
  transition: top 0.25s;
}
.sticky-product-info-wapper .sticky-product-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.sticky-product-info-wapper .sc-product-info {
  display: flex;
  align-items: center;
  margin-right: 30px;
}
.sticky-product-info-wapper .sc-product-info .product-thumb {
  margin-right: 15px;
}
.sticky-product-info-wapper .sc-product-info .product-thumb img {
  max-width: 60px;
}
.sticky-product-info-wapper .sc-product-info .product-name h2 {
  font-size: 16px;
  line-height: 1;
  margin: 0 0 8px;
}
.sticky-product-info-wapper .sc-product-info .sc-tabs {
  margin: 0 -10px;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.sticky-product-info-wapper .sc-product-info .sc-tabs li {
  padding: 0 10px;
  margin-bottom: 0;
}
.sticky-product-info-wapper .sc-product-info .sc-tabs li a {
  color: #888;
  position: relative;
}
.sticky-product-info-wapper .sc-product-info .sc-tabs li a:after {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 0;
  right: 0;
  width: 100%;
  height: 3px;
  background-color: var(--fm-background-color-primary);
  opacity: 0;
  transition: 0.3s;
}
.sticky-product-info-wapper .sc-product-info .sc-tabs li a.active:after {
  opacity: 1;
}
.sticky-product-info-wapper .sc-product-cart {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.sticky-product-info-wapper .sc-product-cart .price {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  font-size: 22px;
  font-weight: 700;
  color: #ff3300;
  line-height: 1;
  margin-bottom: 0;
  margin-right: 25px;
}
.sticky-product-info-wapper .sc-product-cart .price ins,
.sticky-product-info-wapper .sc-product-cart .price del {
  display: block;
}
.sticky-product-info-wapper .sc-product-cart .price ins {
  text-decoration: none;
  font-weight: 700;
  font-size: 21px;
  color: var(--fm-color-primary);
}
.sticky-product-info-wapper .sc-product-cart .price del {
  color: #888;
  font-size: 13px;
  font-weight: 400;
  order: 2;
  margin-top: 8px;
}
.sticky-product-info-wapper .sc-product-cart .price .sale {
  display: none;
}
.sticky-product-info-wapper .sc-product-cart .woocs_price_code {
  margin-right: 0;
}
.sticky-product-info-wapper .sc-product-cart .button {
  color: var(--fm-background-text-color-primary);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  padding: 14px 23px;
  text-align: center;
  background-color: var(--fm-background-color-primary);
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  transition: ease 0.5s;
  border-radius: 4px;
  white-space: nowrap;
  background-color: var(--fm-background-color-secondary);
  padding: 14px 35px 14px 57px;
  position: relative;
}
.sticky-product-info-wapper .sc-product-cart .button:hover, .sticky-product-info-wapper .sc-product-cart .button:focus, .sticky-product-info-wapper .sc-product-cart .button:active {
  outline: none;
  background-color: var(--fm-background-color-primary);
  color: var(--fm-background-text-color-primary);
}
.sticky-product-info-wapper .sc-product-cart .button:before {
  content: "\e74d";
  font-family: "FarmartIcon";
  font-weight: 400;
  margin-right: 4px;
  line-height: 1;
  position: absolute;
  left: 22%;
  top: 50%;
  transform: translateY(-50%);
}
.sticky-product-info-wapper .sc-product-cart .button:hover {
  background-color: var(--fm-background-color-secondary);
}
.sticky-product-info-wapper.viewport {
  opacity: 1;
  top: 0;
  z-index: 9999;
}
.sticky-product-info-wapper.viewport .sc-product-info .sc-tabs li a.active {
  color: var(--fm-color-primary);
  transition: 0.3s;
}

.admin-bar .sticky-product-info-wapper.viewport {
  top: 32px;
}

.farmart-product-instagram {
  padding-bottom: 0;
  margin-top: 50px;
}
.farmart-product-instagram h2 {
  font-size: 21px;
  margin: 0 0 20px;
}
.farmart-product-instagram .slick-list {
  padding: 0;
  margin: 0;
}
.farmart-product-instagram ul.products {
  padding: 0;
  margin: 0 -5px;
}
.farmart-product-instagram ul.products li.product {
  padding-left: 5px;
  padding-right: 5px;
}
.farmart-product-instagram ul.products li.product a {
  position: relative;
  display: block;
}
.farmart-product-instagram ul.products li.product a:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: 0.3s;
}
.farmart-product-instagram ul.products li.product a i.social_instagram {
  color: #fff;
  font-size: 18px;
  opacity: 0;
  position: absolute;
  top: 20px;
  right: 20px;
  transition: 0.1s;
}
.farmart-product-instagram ul.products li.product a .item-bar {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
  opacity: 0;
  transition: 0.1s;
}
.farmart-product-instagram ul.products li.product a .item-bar span {
  padding: 0 8px;
}
.farmart-product-instagram ul.products li.product a .item-bar .farmart-svg-icon {
  margin-right: 6px;
}
.farmart-product-instagram ul.products li.product a:hover .item-bar, .farmart-product-instagram ul.products li.product a:hover:before,
.farmart-product-instagram ul.products li.product a:hover i.social_instagram {
  opacity: 1;
}
.farmart-product-instagram .slick-prev-arrow {
  left: -50px;
}
.farmart-product-instagram .slick-next-arrow {
  right: -50px;
}
.farmart-product-instagram .slick-dots {
  margin-top: 15px;
}

.pswp .fm-video-wrapper {
  position: relative;
  height: 100%;
}
.pswp .fm-video-wrapper iframe,
.pswp .fm-video-wrapper video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/**
 * Cart
 */
/**
 *  Cart
 */
.woocommerce-cart table.shop_table {
  border: 0;
  margin-bottom: 40px;
}
.woocommerce-cart table.shop_table th, .woocommerce-cart table.shop_table td {
  border-width: 0 0 1px 0;
  border-color: #e5e5e5;
}
.woocommerce-cart table.shop_table th:first-child, .woocommerce-cart table.shop_table td:first-child {
  border-left-width: 1px;
}
.woocommerce-cart table.shop_table th:last-child, .woocommerce-cart table.shop_table td:last-child {
  border-right-width: 1px;
}
.woocommerce-cart table.shop_table thead th {
  background-color: #f5f5f5;
  font-weight: 400;
  color: #555;
  border-color: #eeeeee;
  padding: 11px 30px;
}
.woocommerce-cart table.shop_table tbody td {
  vertical-align: top;
  padding: 20px 30px;
}
.woocommerce-cart table.shop_table tbody .product-thumbnail a {
  display: inline-block;
  max-width: 74px;
}
.woocommerce-cart table.shop_table tbody .product-name > a {
  color: #000;
}
.woocommerce-cart table.shop_table tbody .product-name .unit-text {
  color: #888;
  font-size: 13px;
  margin-bottom: 3px;
}
.woocommerce-cart table.shop_table tbody .product-price,
.woocommerce-cart table.shop_table tbody .product-subtotal {
  color: #000;
  font-weight: 700;
}
.woocommerce-cart table.shop_table tbody .product-quantity label.label {
  display: none;
}
.woocommerce-cart table.shop_table tbody .product-quantity .qty-box {
  max-width: 110px;
}
.woocommerce-cart table.shop_table tbody .product-quantity .decrease,
.woocommerce-cart table.shop_table tbody .product-quantity .increase {
  width: 35px;
}
.woocommerce-cart table.shop_table tbody .product-remove a {
  font-size: 20px;
  color: #000 !important;
  width: 20px;
  height: 23px;
  line-height: 26px;
  display: block;
  text-align: center;
}
.woocommerce-cart table.shop_table tbody .product-remove a:hover {
  color: var(--fm-color-primary) !important;
}
.woocommerce-cart table.shop_table tbody .actions {
  border-width: 1px 0;
  padding: 25px 0 60px;
}
.woocommerce-cart table.shop_table tbody .actions .actions__left,
.woocommerce-cart table.shop_table tbody .actions .actions__right {
  display: flex;
  align-items: center;
}
.woocommerce-cart table.shop_table tbody .actions .actions__left {
  float: left;
}
.woocommerce-cart table.shop_table tbody .actions .actions__right {
  float: right;
}
.woocommerce-cart table.shop_table tbody .actions a,
.woocommerce-cart table.shop_table tbody .actions button.update_cart {
  color: #000;
  font-weight: 700;
  background-color: #f5f5f5;
  display: block;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  text-align: center;
  margin-bottom: 0;
  position: relative;
}
.woocommerce-cart table.shop_table tbody .actions a .farmart-svg-icon,
.woocommerce-cart table.shop_table tbody .actions button.update_cart .farmart-svg-icon {
  padding-right: 5px;
}
.woocommerce-cart table.shop_table tbody .actions a {
  margin-right: 10px;
  padding: 9px 30px;
}
.woocommerce-cart table.shop_table tbody .actions button.update_cart {
  margin-left: 30px;
}
.woocommerce-cart table.shop_table tbody .actions button.empty-cart-button {
  color: var(--fm-color-primary);
  font-weight: 400;
  background-color: transparent;
  padding: 0;
  margin-top: 13px;
  margin-bottom: 13px;
  line-height: 1.2;
  border-radius: 0;
  box-shadow: inset 0 0 0 transparent, inset 0 -1px 0 var(--fm-color-primary);
}
.woocommerce-cart .col-coupon {
  margin-bottom: -100%;
  padding-right: 35px;
}
.woocommerce-cart .col-coupon label {
  color: #000;
  font-size: 22px;
  font-weight: 700;
  display: block;
  margin-bottom: 20px;
  margin-top: 14px;
}
.woocommerce-cart .col-coupon .coupon-input {
  display: flex;
}
.woocommerce-cart .col-coupon .coupon-input input {
  flex-grow: 1;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-right: 0;
  padding: 7px 15px;
}
.woocommerce-cart .col-coupon .coupon-input button {
  padding: 0 10px;
  width: 90px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  background-color: var(--fm-background-color-primary);
  line-height: 40px;
}
.woocommerce-cart .col-calculator {
  padding-right: 35px;
}
.woocommerce-cart .woocommerce-shipping-calculator a.shipping-calculator-button {
  color: #000;
  font-size: 22px;
  font-weight: 700;
  display: block;
  margin-bottom: 20px;
  margin-top: 14px;
}
.woocommerce-cart .woocommerce-shipping-calculator .shipping-calculator-form {
  display: block !important;
}
.woocommerce-cart .woocommerce-shipping-calculator button {
  color: #000;
  background-color: #f5f5f5;
  border: 1px solid #e5e5e5;
}
.woocommerce-cart .cart_totals {
  padding: 0 30px 30px;
  background-color: #f5f5f5;
  border-radius: 3px;
}
.woocommerce-cart .cart_totals h2 {
  display: none;
}
.woocommerce-cart .cart_totals table.shop_table {
  margin-bottom: 3px;
}
.woocommerce-cart .cart_totals table.shop_table th, .woocommerce-cart .cart_totals table.shop_table td {
  border-width: 0 0 1px 0;
  padding-left: 0;
  padding-right: 0;
}
.woocommerce-cart .cart_totals table.shop_table th {
  color: #000;
}
.woocommerce-cart .cart_totals table.shop_table strong {
  color: #000;
}
.woocommerce-cart .cart_totals table.shop_table span.amount {
  color: #000;
  font-weight: 700;
}
.woocommerce-cart .cart_totals table.shop_table tr:last-child th,
.woocommerce-cart .cart_totals table.shop_table tr:last-child td {
  border: 0;
}
.woocommerce-cart .cart_totals table.shop_table .cart-subtotal td,
.woocommerce-cart .cart_totals table.shop_table .order-total td {
  text-align: right;
}
.woocommerce-cart .cart_totals table.shop_table .shipping td {
  padding-bottom: 0;
}
.woocommerce-cart .cart_totals table.shop_table .shipping span.title {
  display: block;
  margin-bottom: 6px;
}
.woocommerce-cart .cart_totals table.shop_table .shipping ul#shipping_method {
  margin-bottom: 10px;
}
.woocommerce-cart .cart_totals table.shop_table .order-total {
  font-size: 16px;
}
.woocommerce-cart .cart_totals table.shop_table .order-total span.amount {
  color: #2f8a33;
}
.woocommerce-cart .cart_totals a.button {
  color: var(--fm-background-text-color-secondary);
  font-weight: 700;
  height: 50px;
  line-height: 49px;
  background-color: var(--fm-background-color-secondary);
  text-align: center;
  padding: 0 15px;
  display: block;
  border-radius: 3px;
}
.woocommerce-cart .farmart-cross-sells-products {
  margin-top: 50px;
  padding-bottom: 0;
}
.woocommerce-cart .return-to-shop a {
  color: #000;
  font-size: 13px;
  font-weight: 700;
  background-color: #f5f5f5;
  display: inline-block;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  text-align: center;
  position: relative;
  padding: 9px 30px;
}

dl.variation {
  margin-top: 0;
  margin-bottom: 5px;
}
dl.variation dd, dl.variation p {
  margin: 0;
}
dl.variation dt {
  color: #777;
  font-weight: 400;
  padding-right: 3px;
}
dl.variation dd {
  color: #000;
}
dl.variation .variation-group {
  display: flex;
  align-items: center;
  font-size: 13px;
  flex-wrap: wrap;
}
dl.variation .variation-Vendor {
  font-size: 14px;
}
dl.variation .variation-Vendor p {
  margin: 0;
}
dl.variation dt.variation-Vendor {
  color: #888;
}
dl.variation dd.variation-Vendor p {
  color: var(--fm-color-primary);
}

.farmart-wc-products-carousel {
  padding-bottom: 60px;
}
.farmart-wc-products-carousel .section-title {
  font-size: 21px;
  color: #333;
  margin: 0 0 20px;
}

.wc-block-cart table.wc-block-cart-items {
  text-align: left;
}
.wc-block-cart table.wc-block-cart-items .wc-block-cart-items__header {
  font-size: 16px;
  color: #161619;
  text-transform: capitalize;
}
.wc-block-cart table.wc-block-cart-items .wc-block-cart-items__header th {
  font-weight: 500;
}
.wc-block-cart table.wc-block-cart-items td {
  text-align: left;
}
.wc-block-cart table.wc-block-cart-items tr.wc-block-cart-items__row td {
  padding-top: 30px;
  padding-bottom: 30px;
}
.wc-block-cart table.wc-block-cart-items .wc-block-cart-items__row td:after {
  border-color: #ecf0f4;
  opacity: 1;
}
.wc-block-cart table.wc-block-cart-items .wc-block-cart-item__product {
  font-size: 14px;
  color: #1d2128;
}
.wc-block-cart table.wc-block-cart-items .wc-block-cart-item__prices {
  font-size: 14px;
  color: #1d2128;
  font-weight: 500;
}
.wc-block-cart table.wc-block-cart-items .wc-block-components-product-price__value.is-discounted {
  background-color: transparent;
}
.wc-block-cart table.wc-block-cart-items .wc-block-cart-item__quantity {
  padding: 15px 0 0;
}
.wc-block-cart table.wc-block-cart-items .wc-block-cart-item__quantity input.wc-block-components-quantity-selector__input {
  height: auto;
  width: 30px;
  min-width: 30px;
  height: 40px;
  line-height: 40px;
  padding: 0;
}
.wc-block-cart table.wc-block-cart-items .wc-block-cart-item__quantity input.wc-block-components-quantity-selector__input:focus {
  border: none;
  box-shadow: none;
}
.wc-block-cart table.wc-block-cart-items .wc-block-cart-item__quantity .wc-block-components-quantity-selector:after {
  display: none;
}
.wc-block-cart table.wc-block-cart-items .wc-block-cart-item__quantity .wc-block-components-quantity-selector {
  margin-bottom: 10px;
  border: 1px solid #ccc;
}
.wc-block-cart table.wc-block-cart-items .wc-block-cart-item__quantity .wc-block-components-quantity-selector__button {
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
}
.wc-block-cart table.wc-block-cart-items .wc-block-cart-item__quantity .wc-block-components-quantity-selector__button:focus {
  box-shadow: none;
}
.wc-block-cart table.wc-block-cart-items .wc-block-cart-item__quantity button.wc-block-cart-item__remove-link {
  text-align: left;
  font-size: 14px;
}
.wc-block-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total {
  font-size: 16px;
  color: #000;
}
.wc-block-cart table.wc-block-cart-items .wc-block-components-formatted-money-amount {
  font-weight: 500;
}
.wc-block-cart table.wc-block-cart-items .wc-block-components-product-metadata__description {
  display: none;
}

.wc-block-cart .wp-block-woocommerce-cart-order-summary-block {
  background-color: #f5f5f5;
  padding: 24px 29px 21px;
}
.wc-block-cart .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-wrapper:after {
  border-color: #e2e2e2;
  opacity: 1;
}
.wc-block-cart .wp-block-woocommerce-cart-order-summary-block span.wc-block-cart__totals-title {
  text-align: left;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--durotan-color-darker);
}
.wc-block-cart .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-item__value {
  font-weight: 500;
}
.wc-block-cart .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-item__description,
.wc-block-cart .wp-block-woocommerce-cart-order-summary-block .wc-block-components-formatted-money-amount {
  font-size: 14px;
}
.wc-block-cart .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
  font-size: 18px;
  font-weight: 600;
}
.wc-block-cart .wp-block-woocommerce-cart-order-summary-block div.wc-block-components-totals-item,
.wc-block-cart .wp-block-woocommerce-cart-order-summary-block .wc-block-components-shipping-rates-control__package:not(.wc-block-components-panel),
.wc-block-cart .wp-block-woocommerce-cart-order-summary-block div.wc-block-components-totals-coupon {
  padding-left: 0;
  padding-right: 0;
}

.wc-block-cart__submit .wc-block-components-button {
  background-color: var(--fm-background-color-secondary);
  color: var(--fm-background-text-color-secondary);
  margin-top: 20px;
  outline: none !important;
  font-weight: 600;
}
.wc-block-cart__submit .wc-block-components-button:focus {
  box-shadow: none;
  outline: none;
}

.wp-block-woocommerce-checkout h2 {
  font-weight: 500;
}
.wp-block-woocommerce-checkout .wc-block-components-checkout-place-order-button {
  line-height: 30px;
  width: auto;
}
.wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=email], .wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=number], .wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=tel], .wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=text], .wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=url], .wp-block-woocommerce-checkout .wc-block-components-text-input input[type=email], .wp-block-woocommerce-checkout .wc-block-components-text-input input[type=number], .wp-block-woocommerce-checkout .wc-block-components-text-input input[type=tel], .wp-block-woocommerce-checkout .wc-block-components-text-input input[type=text], .wp-block-woocommerce-checkout .wc-block-components-text-input input[type=url],
.wp-block-woocommerce-checkout .wc-block-components-textarea {
  color: #000;
  border: 1px solid #ccc;
}
.wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=email]:focus, .wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=number]:focus, .wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=tel]:focus, .wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=text]:focus, .wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=url]:focus, .wp-block-woocommerce-checkout .wc-block-components-text-input input[type=email]:focus, .wp-block-woocommerce-checkout .wc-block-components-text-input input[type=number]:focus, .wp-block-woocommerce-checkout .wc-block-components-text-input input[type=tel]:focus, .wp-block-woocommerce-checkout .wc-block-components-text-input input[type=text]:focus, .wp-block-woocommerce-checkout .wc-block-components-text-input input[type=url]:focus,
.wp-block-woocommerce-checkout .wc-block-components-textarea:focus {
  color: #000;
  border-color: #ccc;
  outline: none;
}
.wp-block-woocommerce-checkout .wc-block-cart-item__prices {
  font-size: 14px;
  color: #1d2128;
  font-weight: 500;
}
.wp-block-woocommerce-checkout .wc-block-components-product-price__value.is-discounted {
  background-color: transparent;
}
.wp-block-woocommerce-checkout .wc-block-components-product-metadata__description {
  display: none;
}
.wp-block-woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item__quantity {
  color: #1d2128;
}
.wp-block-woocommerce-checkout .wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
.wp-block-woocommerce-checkout .wc-block-components-totals-item__value {
  font-weight: 500;
}
.wp-block-woocommerce-checkout .wc-block-components-sidebar div.wc-block-components-totals-item {
  padding-left: 0;
  padding-right: 0;
}
.wp-block-woocommerce-checkout .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
  background-color: var(--fm-background-color-secondary);
  color: var(--fm-background-text-color-secondary);
  border: none;
  font-weight: 600;
}
.wp-block-woocommerce-checkout .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button:focus {
  outline: none !important;
}
.wp-block-woocommerce-checkout .wc-block-components-radio-control .wc-block-components-radio-control__input:focus {
  outline: none !important;
}

.wp-block-woocommerce-checkout .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:focus {
  outline: none;
}

/**
 * Checkout
 */
/**
 * Checkout
 */
.woocommerce-checkout .woocommerce form .form-row input {
  padding: 12px 15px;
}
.woocommerce-checkout .form-login-section,
.woocommerce-checkout .coupon-section {
  margin-bottom: 30px;
}
.woocommerce-checkout .form-login-section .woocommerce-info,
.woocommerce-checkout .coupon-section .woocommerce-info {
  border: 2px solid #eeeeee;
  background-color: #fff;
  color: #555555;
  padding: 15px 20px 15px 55px;
  position: relative;
}
.woocommerce-checkout .form-login-section .woocommerce-info:before,
.woocommerce-checkout .coupon-section .woocommerce-info:before {
  font-size: 16px;
  color: #000;
  position: absolute;
  left: 21px;
  top: 13px;
}
.woocommerce-checkout .form-login-section .woocommerce-info a,
.woocommerce-checkout .coupon-section .woocommerce-info a {
  color: var(--fm-color-primary);
  float: none;
  box-shadow: none;
  margin-left: 0;
}
.woocommerce-checkout .form-login-section {
  padding-right: 45px;
}
.woocommerce-checkout .form-login-section .woocommerce-info:before {
  content: "\e71e";
}
.woocommerce-checkout .form-login-section .woocommerce-form-login .form-row-first,
.woocommerce-checkout .form-login-section .woocommerce-form-login .form-row-last {
  float: left;
  width: 50%;
}
.woocommerce-checkout .form-login-section .woocommerce-form-login .form-row-first input,
.woocommerce-checkout .form-login-section .woocommerce-form-login .form-row-last input {
  width: 100%;
}
.woocommerce-checkout .form-login-section .woocommerce-form-login .form-row-first {
  padding-right: 15px;
}
.woocommerce-checkout .form-login-section .woocommerce-form-login .form-row-last {
  padding-left: 15px;
  position: relative;
}
.woocommerce-checkout .form-login-section .woocommerce-form-login .form-row-last a {
  position: absolute;
  top: 9px;
  right: 15px;
}
.woocommerce-checkout .form-login-section .woocommerce-form-login .woocommerce-form__label-for-checkbox {
  margin-top: 6px;
  display: inline-block;
}
.woocommerce-checkout .form-login-section .woocommerce-form-login .form-row button {
  display: block;
  margin-top: 16px;
}
.woocommerce-checkout .coupon-section .woocommerce-info:before {
  content: "\e756";
}
.woocommerce-checkout .coupon-section .woocommerce-form-coupon {
  display: none;
}
.woocommerce-checkout .coupon-section .woocommerce-form-coupon .form-row-first,
.woocommerce-checkout .coupon-section .woocommerce-form-coupon .form-row-last {
  float: left;
  padding: 0;
}
.woocommerce-checkout .coupon-section .woocommerce-form-coupon .form-row-first input,
.woocommerce-checkout .coupon-section .woocommerce-form-coupon .form-row-first button,
.woocommerce-checkout .coupon-section .woocommerce-form-coupon .form-row-last input,
.woocommerce-checkout .coupon-section .woocommerce-form-coupon .form-row-last button {
  width: 100%;
}
.woocommerce-checkout .coupon-section .woocommerce-form-coupon .form-row-first {
  width: calc(100% - 170px);
}
.woocommerce-checkout .coupon-section .woocommerce-form-coupon .form-row-first input {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-right: 0;
}
.woocommerce-checkout .coupon-section .woocommerce-form-coupon .form-row-last {
  width: 170px;
}
.woocommerce-checkout .coupon-section .woocommerce-form-coupon .form-row-last button {
  padding: 0 10px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin: 0;
}
.woocommerce-checkout form.checkout h3 {
  font-size: 22px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 23px;
}
.woocommerce-checkout form.checkout h3#ship-to-different-address {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 26px;
}
.woocommerce-checkout form.checkout .form-row {
  margin-bottom: 16px;
}
.woocommerce-checkout form.checkout .form-row label {
  display: block;
  margin-bottom: 4px;
}
.woocommerce-checkout form.checkout .form-row abbr {
  text-decoration: none;
}
.woocommerce-checkout form.checkout .form-row textarea {
  height: 150px;
}
.woocommerce-checkout form.checkout .fm-checkout-billing {
  padding-right: 45px;
}
.woocommerce-checkout form.checkout .create-account {
  margin-bottom: 10px;
}
.woocommerce-checkout form.checkout .woocommerce-billing-fields {
  padding-bottom: 12px;
}
.woocommerce-checkout form.checkout .woocommerce-shipping-fields h3 .woocommerce-form__label-for-checkbox span:before {
  top: 1px;
}
.woocommerce-checkout form.checkout .woocommerce-shipping-fields h3 .woocommerce-form__label-for-checkbox span:after {
  top: 3px;
}
.woocommerce-checkout form.checkout .fm-review-order-table {
  background-color: #f5f5f5;
  padding: 9px 30px;
}
.woocommerce-checkout form.checkout table.woocommerce-checkout-review-order-table {
  border-width: 0 0 1px 0;
  border-color: #e5e5e5;
}
.woocommerce-checkout form.checkout table.woocommerce-checkout-review-order-table th, .woocommerce-checkout form.checkout table.woocommerce-checkout-review-order-table td {
  border-width: 0 0 1px 0;
  border-color: #e5e5e5;
}
.woocommerce-checkout form.checkout table.woocommerce-checkout-review-order-table thead th {
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  padding: 15px 0;
}
.woocommerce-checkout form.checkout table.woocommerce-checkout-review-order-table thead th.product-total {
  padding: 15px 24px;
  text-align: right;
}
.woocommerce-checkout form.checkout table.woocommerce-checkout-review-order-table tbody td {
  background-color: #fff;
  border: 1px solid #eee;
  padding: 14px 24px;
  color: #000;
}
.woocommerce-checkout form.checkout table.woocommerce-checkout-review-order-table tbody td.product-name {
  border-right: 0;
}
.woocommerce-checkout form.checkout table.woocommerce-checkout-review-order-table tbody td.product-name span.product-quantity {
  color: #777777;
}
.woocommerce-checkout form.checkout table.woocommerce-checkout-review-order-table tbody td.product-total {
  border-left: 0;
  font-weight: 700;
  vertical-align: text-top;
  text-align: right;
}
.woocommerce-checkout form.checkout table.woocommerce-checkout-review-order-table tbody dl.variation {
  display: none;
}
.woocommerce-checkout form.checkout table.woocommerce-checkout-review-order-table tfoot th, .woocommerce-checkout form.checkout table.woocommerce-checkout-review-order-table tfoot td {
  padding: 16px 0 20px;
}
.woocommerce-checkout form.checkout table.woocommerce-checkout-review-order-table tfoot .cart-subtotal,
.woocommerce-checkout form.checkout table.woocommerce-checkout-review-order-table tfoot .shipping span.title,
.woocommerce-checkout form.checkout table.woocommerce-checkout-review-order-table tfoot .order-total {
  color: #000;
  font-size: 14px;
  font-weight: 700;
}
.woocommerce-checkout form.checkout table.woocommerce-checkout-review-order-table tfoot .cart-subtotal th, .woocommerce-checkout form.checkout table.woocommerce-checkout-review-order-table tfoot .cart-subtotal td {
  padding: 24px 0 15px;
  font-weight: 700;
}
.woocommerce-checkout form.checkout table.woocommerce-checkout-review-order-table tfoot .cart-subtotal td {
  padding-left: 24px;
  padding-right: 24px;
  text-align: right;
}
.woocommerce-checkout form.checkout table.woocommerce-checkout-review-order-table tfoot .shipping span.title {
  display: block;
  margin-bottom: 5px;
}
.woocommerce-checkout form.checkout table.woocommerce-checkout-review-order-table tfoot .order-total {
  font-size: 18px;
}
.woocommerce-checkout form.checkout table.woocommerce-checkout-review-order-table tfoot .order-total span.amount {
  color: #2f8a33;
}
.woocommerce-checkout form.checkout table.woocommerce-checkout-review-order-table tfoot .order-total td {
  padding-left: 24px;
  padding-right: 24px;
  text-align: right;
}
.woocommerce-checkout form.checkout #payment ul.payment_methods {
  background: #f5f5f5;
  padding: 0 30px 23px;
}
.woocommerce-checkout form.checkout #payment ul.payment_methods li {
  color: #000;
  margin-bottom: 8px;
}
.woocommerce-checkout form.checkout #payment ul.payment_methods li .payment_box {
  color: #555;
  margin-left: 25px;
  margin-top: 10px;
  background-color: #fff;
  border-radius: 3px;
  padding: 16px 15px;
  position: relative;
}
.woocommerce-checkout form.checkout #payment ul.payment_methods li .payment_box:before {
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 10px solid #fff;
  position: absolute;
  top: -10px;
  left: 15px;
}
.woocommerce-checkout form.checkout #payment ul.payment_methods li .payment_box p {
  margin: 0;
}
.woocommerce-checkout form.checkout #payment ul.payment_methods li img {
  margin: 0 10px;
}
.woocommerce-checkout form.checkout #payment .form-row.validate-required {
  margin-bottom: 26px;
}
.woocommerce-checkout form.checkout .place-order {
  margin-top: 25px;
}
.woocommerce-checkout form.checkout .place-order .woocommerce-terms-and-conditions-wrapper ::-webkit-scrollbar {
  background: transparent;
  width: 5px;
}
.woocommerce-checkout form.checkout .place-order .woocommerce-terms-and-conditions-wrapper ::-webkit-scrollbar-thumb {
  background-color: #ccc;
}
.woocommerce-checkout form.checkout .place-order .woocommerce-terms-and-conditions-link {
  color: var(--fm-color-primary);
  box-shadow: inset 0 0 0 transparent, inset 0 -1px 0 var(--fm-color-primary);
}
.woocommerce-checkout form.checkout .place-order button {
  color: var(--fm-background-text-color-secondary);
  background-color: var(--fm-background-color-secondary);
  border-color: var(--fm-background-color-secondary);
  width: 100%;
  height: 50px;
}
.woocommerce-checkout form.checkout .place-order button:hover {
  color: var(--fm-background-text-color-secondary);
  background-color: var(--fm-background-color-secondary);
  border-color: var(--fm-background-color-secondary);
}

.woocommerce ul.order_details {
  list-style: none;
  padding-left: 0;
}
.woocommerce .woocommerce-order-details,
.woocommerce .woocommerce-customer-details {
  margin-bottom: 26px;
}
.woocommerce .woocommerce-order-details h2,
.woocommerce .woocommerce-customer-details h2 {
  font-size: 30px;
  margin: 0 0 15px;
}

/**
 * Checkout
 */
.woocommerce-account .farmart-login-layout-1 .farmart-login-tabs {
  max-width: 400px;
  margin: auto;
  padding: 0 25px;
  background-color: #f5f5f5;
}
.woocommerce-account .tabs-nav {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #dddddd;
}
.woocommerce-account .tabs-nav li a {
  display: block;
  color: #999999;
  font-size: 20px;
  font-weight: 700;
  padding: 10px 15px;
  text-align: center;
  text-transform: uppercase;
}
.woocommerce-account .tabs-nav li a span {
  display: inline-block;
  position: relative;
  padding: 8px 0;
}
.woocommerce-account .tabs-nav li a.active {
  color: #000000;
}
.woocommerce-account .tabs-nav li:last-child a {
  border-right-width: 0;
}
.woocommerce-account .tabs-panel {
  padding: 30px 0 20px;
}
.woocommerce-account .tabs-panel h2 {
  text-transform: capitalize;
  color: #555555;
  font-size: 14px;
  font-weight: 400;
  margin: 7px 0 20px;
}
.woocommerce-account form.login button,
.woocommerce-account form.register button {
  display: block;
  width: 100%;
  margin-top: 17px;
  height: 50px;
}
.woocommerce-account form.login .form-row-password {
  position: relative;
}
.woocommerce-account form.login .form-row-password a.lost-password {
  position: absolute;
  top: 9px;
  right: 50px;
}
.woocommerce-account form.login .woocommerce-form-login__rememberme {
  display: block;
  padding-top: 5px;
}
.woocommerce-account form.register .woocommerce-privacy-policy-text {
  margin: 25px 0;
}
.woocommerce-account form.register .woocommerce-privacy-policy-text a {
  box-shadow: inset 0 0 0 transparent, inset 0 -1px 0 var(--fm-color-primary);
}
.woocommerce-account .fm-social-login .login-text {
  text-align: center;
  position: relative;
  margin: 15px 0 10px;
}
.woocommerce-account .fm-social-login .login-text:before, .woocommerce-account .fm-social-login .login-text:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 1px;
  width: 34%;
  background-color: #e5e5e5;
}
.woocommerce-account .fm-social-login .login-text:after {
  left: auto;
  right: 0;
}
.woocommerce-account div.nsl-container-block,
.woocommerce-account .the_champ_outer_login_container {
  margin-bottom: 10px;
}
.woocommerce-account div.nsl-container-block .nsl-container-buttons a {
  max-width: 100%;
}
.woocommerce-account .account-info {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.woocommerce-account .account-info .account-avatar {
  margin-right: 15px;
}
.woocommerce-account .account-info .account-avatar img {
  border-radius: 50%;
}
.woocommerce-account .account-info .account-name span {
  font-size: 18px;
  line-height: 1;
  display: block;
}
.woocommerce-account .account-info .account-name h3 {
  font-size: 18px;
  margin: 5px 0 0;
  display: block;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 25%;
  float: left;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid #eaeaea;
  text-transform: uppercase;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  border-bottom: 1px solid #eaeaea;
  background-color: #f5f5f5;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  color: #000;
  display: block;
  padding: 10px 30px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
  font-weight: 700;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li:last-child {
  border-bottom: 0;
}
.woocommerce-account .woocommerce-MyAccount-content {
  width: 70%;
  float: right;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title h3 {
  font-size: 24px;
  margin: 10px 0;
}
.woocommerce-account .woocommerce-MyAccount-content form.edit-account fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
.woocommerce-account .woocommerce-MyAccount-content form.edit-account fieldset legend {
  display: none;
}
.woocommerce-account .woocommerce-MyAccount-content form.edit-account button {
  margin-top: 20px;
}
.woocommerce-account .nsl-container-buttons {
  width: 100%;
}
.woocommerce-account.farmart-not-login .site-content {
  padding-top: 90px;
  padding-top: 150px;
}

@media (min-width: 992px) {
  .farmart-login-layout-2 .col-login {
    padding-right: 85px;
  }
  .farmart-login-layout-2 .col-login-content {
    padding-left: 85px;
  }
}
.account-page-promotion .col-login-promotion {
  padding-left: 0;
}
.account-page-promotion .login-promotion .pro-title {
  font-size: 21px;
  margin: 0 0 20px;
}
.account-page-promotion .login-promotion .pro-text {
  margin-bottom: 30px;
}
.account-page-promotion .login-promotion .pro-text b, .account-page-promotion .login-promotion .pro-text strong {
  color: #222;
}
.account-page-promotion .login-promotion .pro-list {
  margin-bottom: 45px;
}
.account-page-promotion .login-promotion .pro-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.account-page-promotion .login-promotion .pro-list ul li {
  font-size: 16px;
  color: #222;
  display: flex;
  align-items: center;
  padding: 7px 0;
  margin-bottom: 0;
}
.account-page-promotion .login-promotion .pro-list ul li .farmart-svg-icon {
  font-size: 21px;
  color: var(--fm-color-primary);
  margin-right: 20px;
}
.account-page-promotion .login-promotion .promotion-ads-content {
  border: 1px dashed #ddd;
  background-color: #f7f7f7;
  display: flex;
  align-items: center;
  padding: 30px 40px;
}
.account-page-promotion .login-promotion .promotion-ads-title {
  display: flex;
  font-size: 60px;
  color: var(--fm-color-primary);
  margin: 0 40px 0 0;
}
.account-page-promotion .login-promotion .promotion-ads-title .unit {
  font-size: 35px;
  top: 5px;
  position: relative;
}
.account-page-promotion .login-promotion .promotion-ads-text h4 {
  font-size: 16px;
  text-transform: uppercase;
}
.account-page-promotion .login-promotion .promotion-ads-text h2, .account-page-promotion .login-promotion .promotion-ads-text h3, .account-page-promotion .login-promotion .promotion-ads-text h4, .account-page-promotion .login-promotion .promotion-ads-text h5, .account-page-promotion .login-promotion .promotion-ads-text h6 {
  margin: 0 0 10px;
}

.woocommerce .password-input {
  position: relative;
  display: block;
}
.woocommerce .show-password-input {
  transition: 0.35s;
  cursor: pointer;
  opacity: 0.5;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px !important;
  height: 20px !important;
  background: no-repeat center center;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pgo8IS0tIFVwbG9hZGVkIHRvOiBTVkcgUmVwbywgd3d3LnN2Z3JlcG8uY29tLCBHZW5lcmF0b3I6IFNWRyBSZXBvIE1peGVyIFRvb2xzIC0tPgo8c3ZnIGZpbGw9ImN1cnJlbnRDb2xvciIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBjbGFzcz0iaWNvbiI+CiAgPHBhdGggZD0iTTk0Mi4yIDQ4Ni4yUTg4OS40NyAzNzUuMTEgODE2LjcgMzA1bC01MC44OCA1MC44OEM4MDcuMzEgMzk1LjUzIDg0My40NSA0NDcuNCA4NzQuNyA1MTIgNzkxLjUgNjg0LjIgNjczLjQgNzY2IDUxMiA3NjZxLTcyLjY3IDAtMTMzLjg3LTIyLjM4TDMyMyA3OTguNzVRNDA4IDgzOCA1MTIgODM4cTI4OC4zIDAgNDMwLjItMzAwLjNhNjAuMjkgNjAuMjkgMCAwIDAgMC01MS41em0tNjMuNTctMzIwLjY0TDgzNiAxMjIuODhhOCA4IDAgMCAwLTExLjMyIDBMNzE1LjMxIDIzMi4yUTYyNC44NiAxODYgNTEyIDE4NnEtMjg4LjMgMC00MzAuMiAzMDAuM2E2MC4zIDYwLjMgMCAwIDAgMCA1MS41cTU2LjY5IDExOS40IDEzNi41IDE5MS40MUwxMTIuNDggODM1YTggOCAwIDAgMCAwIDExLjMxTDE1NS4xNyA4ODlhOCA4IDAgMCAwIDExLjMxIDBsNzEyLjE1LTcxMi4xMmE4IDggMCAwIDAgMC0xMS4zMnpNMTQ5LjMgNTEyQzIzMi42IDMzOS44IDM1MC43IDI1OCA1MTIgMjU4YzU0LjU0IDAgMTA0LjEzIDkuMzYgMTQ5LjEyIDI4LjM5bC03MC4zIDcwLjNhMTc2IDE3NiAwIDAgMC0yMzguMTMgMjM4LjEzbC04My40MiA4My40MkMyMjMuMSA2MzcuNDkgMTgzLjMgNTgyLjI4IDE0OS4zIDUxMnptMjQ2LjcgMGExMTIuMTEgMTEyLjExIDAgMCAxIDE0Ni4yLTEwNi42OUw0MDEuMzEgNTQ2LjJBMTEyIDExMiAwIDAgMSAzOTYgNTEyeiIvPjxwYXRoIGQ9Ik01MDggNjI0Yy0zLjQ2IDAtNi44Ny0uMTYtMTAuMjUtLjQ3bC01Mi44MiA1Mi44MmExNzYuMDkgMTc2LjA5IDAgMCAwIDIyNy40Mi0yMjcuNDJsLTUyLjgyIDUyLjgyYy4zMSAzLjM4LjQ3IDYuNzkuNDcgMTAuMjVhMTExLjk0IDExMS45NCAwIDAgMS0xMTIgMTEyeiIvPgo8L3N2Zz4=");
  border: none;
  padding: 0;
  margin: 0 !important;
}
.woocommerce .show-password-input.display-password {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiMxMTExMTEiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBjbGFzcz0iZmVhdGhlciBmZWF0aGVyLWV5ZSI+PHBhdGggZD0iTTEgMTJzNC04IDExLTggMTEgOCAxMSA4LTQgOC0xMSA4LTExLTgtMTEtOHoiPjwvcGF0aD48Y2lyY2xlIGN4PSIxMiIgY3k9IjEyIiByPSIzIj48L2NpcmNsZT48L3N2Zz4=");
}
.woocommerce .show-password-input:hover {
  opacity: 1;
}

/**
 * General WooCommerce components
 */
/**
 * Header cart
 */
.site-header-cart {
  position: relative;
  margin: 0;
  padding: 0;
  content: "";
  table-layout: fixed;
}
.site-header-cart .cart-contents {
  text-decoration: none;
}
.site-header-cart .widget_shopping_cart {
  display: none;
}
.site-header-cart .product_list_widget {
  margin: 0;
  padding: 0;
}

.i-video {
  width: 30px;
  height: 30px;
  border: 4px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  position: relative;
}
.i-video .i-inner {
  width: 22px;
  height: 22px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.i-video .i-play {
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 5px solid #000;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/**
 * Star rating
 */
/**
 * Star rating
 */
.star-rating {
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  display: inline-block;
}
.star-rating .rating-stars {
  display: block;
  line-height: 0;
}
.star-rating .max-rating .farmart-svg-icon {
  color: #999;
}
.star-rating .user-rating {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.star-rating .user-rating .farmart-svg-icon {
  color: #fab528;
}

p.stars {
  line-height: 1;
  display: block;
  margin: 0 0 15px;
}
p.stars > span {
  display: flex;
  height: 15px;
}
p.stars a {
  position: relative;
  height: 15px;
  width: 15px;
  text-indent: -999em;
  font-size: 0;
  color: #999;
  display: inline-block;
  text-decoration: none;
  margin-right: 1px;
  font-weight: 400;
  transition: none;
}
p.stars a:hover ~ a {
  color: #999;
}
p.stars a span {
  text-indent: 0;
  display: block;
  font-size: 15px;
}
p.stars:hover a {
  color: #fab528;
}
p.stars.selected a.active {
  color: #fab528;
}
p.stars.selected a.active ~ a {
  color: #999;
}
p.stars.selected a:not(.active) {
  color: #fab528;
}

.woocommerce .ribbons .ribbon {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  display: block;
  margin: 0;
  position: absolute;
  background-color: #26901b;
  top: 0;
  left: 0;
  height: 20px;
  line-height: 19px;
  padding: 0 7px;
  min-width: inherit;
  min-height: inherit;
  border-radius: 3px;
}
.woocommerce .ribbons .ribbon.onsale {
  background-color: #ff7200;
}
.woocommerce .ribbons .ribbon.featured {
  background-color: #ff8c46;
}
.woocommerce .ribbons .ribbon.out-of-stock {
  background-color: #222222;
}

.yith-wcwl-add-to-wishlist {
  margin-top: 0;
}
.yith-wcwl-add-to-wishlist .yith-wcwl-add-button > a,
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse > a,
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse > a {
  display: block;
  color: var(--fm-color-primary);
  border-radius: 0;
  text-align: center;
  background-color: transparent;
  padding: 0;
}
.yith-wcwl-add-to-wishlist .yith-wcwl-add-button > a i,
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse > a i,
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse > a i {
  margin: 0;
}
.yith-wcwl-add-to-wishlist .yith-wcwl-add-button > a i.fa-heart-o,
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse > a i.fa-heart-o,
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse > a i.fa-heart-o {
  font-family: "FarmartIcon" !important;
  font-weight: 400;
}
.yith-wcwl-add-to-wishlist .yith-wcwl-add-button > a i.fa-heart-o:before,
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse > a i.fa-heart-o:before,
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse > a i.fa-heart-o:before {
  content: "\e68c";
}
.yith-wcwl-add-to-wishlist .yith-wcwl-add-button > a i.icon-heart,
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse > a i.icon-heart,
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse > a i.icon-heart {
  font-weight: 400;
}
.yith-wcwl-add-to-wishlist .yith-wcwl-add-button > a .blockOverlay,
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse > a .blockOverlay,
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse > a .blockOverlay {
  display: none !important;
}
.yith-wcwl-add-to-wishlist .yith-wcwl-add-button .add_to_wishlist.loading {
  position: relative;
}
.yith-wcwl-add-to-wishlist .yith-wcwl-add-button .add_to_wishlist.loading .farmart-svg-icon {
  display: none;
}
.yith-wcwl-add-to-wishlist .yith-wcwl-add-button .add_to_wishlist.loading:before {
  content: " ";
  width: 11px;
  height: 11px;
  border-radius: 50%;
  border-width: 1px;
  border-style: solid;
  border-color: #777777 transparent #777777 transparent;
  animation: lds-dual-ring 0.5s linear infinite;
  display: inline-block;
  margin-right: 2px;
  position: relative;
  top: 1px;
}
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse > a,
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse > a {
  color: var(--fm-color-primary);
}
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse > a .farmart-svg-icon,
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse > a .farmart-svg-icon {
  color: var(--fm-color-primary);
}
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse > a:hover,
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse > a:hover {
  color: var(--fm-color-primary);
}
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse > a:hover .farmart-svg-icon,
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse > a:hover .farmart-svg-icon {
  color: var(--fm-color-primary);
}
.yith-wcwl-add-to-wishlist .feedback {
  display: none;
}
.yith-wcwl-add-to-wishlist .ajax-loading {
  display: none !important;
}

.woocommerce .fm-rating {
  display: flex;
  align-items: center;
}
.woocommerce .fm-rating .star-rating {
  margin-right: 2px;
}
.woocommerce .fm-rating .count {
  font-size: 11px;
  margin-left: 5px;
  color: #999;
}

.woocommerce .quantity {
  float: none;
}
.woocommerce .quantity label.label {
  display: block;
  margin-bottom: 10px;
}
.woocommerce .quantity .qty-box {
  border: 1px solid #dddddd;
  position: relative;
  border-radius: 3px;
  width: 105px;
}
.woocommerce .quantity .qty {
  font-size: 15px;
  color: #000;
  font-weight: 700;
  border-width: 0;
  width: 100%;
  padding: 10px 0;
  -moz-appearance: textfield;
  appearance: textfield;
  -webkit-appearance: textfield;
  text-align: center;
  display: inline-block;
  background-color: #fff;
  height: 38px;
  line-height: 38px;
  border-radius: 3px;
}
.woocommerce .quantity .qty::-webkit-outer-spin-button, .woocommerce .quantity .qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.woocommerce .quantity .decrease,
.woocommerce .quantity .increase {
  font-size: 10px;
  color: #000;
  font-weight: 700;
  cursor: pointer;
  transition: 0.5s;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 30px;
  height: 100%;
  line-height: 40px;
  text-align: center;
  background-color: #fff;
}
.woocommerce .quantity .increase {
  right: 0;
  left: auto;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.woocommerce .quantity .decrease {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

/**
 * Tabs
 */
.fm-woo-tabs ul.tabs,
.woocommerce-tabs ul.tabs {
  list-style: none;
  margin: 0 0 40px 0;
  padding: 22px 35px;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  background-color: #f5f5f5;
}
.fm-woo-tabs ul.tabs li,
.woocommerce-tabs ul.tabs li {
  display: block;
  margin: 0 35px 0 0;
  position: relative;
}
.fm-woo-tabs ul.tabs li a,
.woocommerce-tabs ul.tabs li a {
  font-size: 15px;
  color: #888;
  font-weight: 700;
  display: block;
  text-transform: uppercase;
}
.fm-woo-tabs ul.tabs li.active a,
.woocommerce-tabs ul.tabs li.active a {
  color: var(--fm-color-primary);
}
.fm-woo-tabs ul.tabs li:nth-last-child(2), .fm-woo-tabs ul.tabs li:last-child,
.woocommerce-tabs ul.tabs li:nth-last-child(2),
.woocommerce-tabs ul.tabs li:last-child {
  margin-right: 0;
}
.fm-woo-tabs ul.tabs .fm-wc-tab__magic-line,
.woocommerce-tabs ul.tabs .fm-wc-tab__magic-line {
  background-color: var(--fm-background-color-primary);
  height: 3px;
  position: absolute;
  bottom: 0;
  padding: 0;
}
.fm-woo-tabs ul.tabs::-webkit-scrollbar,
.woocommerce-tabs ul.tabs::-webkit-scrollbar {
  display: none;
}
.fm-woo-tabs .panel h2:first-of-type,
.woocommerce-tabs .panel h2:first-of-type {
  margin-bottom: 1em;
}
.fm-woo-tabs table.shop_attributes,
.woocommerce-tabs table.shop_attributes {
  border-color: #eeeeee;
}
.fm-woo-tabs table.shop_attributes th, .fm-woo-tabs table.shop_attributes td,
.woocommerce-tabs table.shop_attributes th,
.woocommerce-tabs table.shop_attributes td {
  border-color: #eeeeee;
  padding: 9px 20px;
}
.fm-woo-tabs table.shop_attributes th,
.woocommerce-tabs table.shop_attributes th {
  color: #555;
  background-color: #f5f5f5;
  font-weight: 400;
}
.fm-woo-tabs table.shop_attributes td,
.woocommerce-tabs table.shop_attributes td {
  color: #000;
}
.fm-woo-tabs table.shop_attributes td p,
.woocommerce-tabs table.shop_attributes td p {
  margin: 0;
  padding: 0;
}
.fm-woo-tabs table.shop_attributes td a,
.woocommerce-tabs table.shop_attributes td a {
  color: var(--fm-color-primary);
}
.fm-woo-tabs #reviews .col-review_form,
.woocommerce-tabs #reviews .col-review_form {
  padding-left: 70px;
}
.fm-woo-tabs #reviews .col-review_form.rating-disabled,
.woocommerce-tabs #reviews .col-review_form.rating-disabled {
  padding-left: 15px;
}
.fm-woo-tabs #reviews #comments,
.woocommerce-tabs #reviews #comments {
  margin-top: 50px;
}
.fm-woo-tabs #reviews #comments .woocommerce-Reviews-title,
.woocommerce-tabs #reviews #comments .woocommerce-Reviews-title {
  font-size: 18px;
  color: #000;
  font-weight: 700;
  margin: 0 0 50px;
}
.fm-woo-tabs #reviews #comments ol.commentlist,
.woocommerce-tabs #reviews #comments ol.commentlist {
  padding: 0;
  margin: 0;
  list-style: none;
}
.fm-woo-tabs #reviews #comments ol.commentlist li,
.woocommerce-tabs #reviews #comments ol.commentlist li {
  padding: 0 0 17px;
  margin: 0 0 30px;
  border-bottom: 1px solid #e5e5e5;
}
.fm-woo-tabs #reviews #comments ol.commentlist li:last-child,
.woocommerce-tabs #reviews #comments ol.commentlist li:last-child {
  border-bottom: none;
}
.fm-woo-tabs #reviews #comments ol.commentlist li img.avatar,
.woocommerce-tabs #reviews #comments ol.commentlist li img.avatar {
  width: 70px;
  border: none;
  padding: 0;
  background-color: transparent;
  border-radius: 50%;
  float: left;
}
.fm-woo-tabs #reviews #comments ol.commentlist li .comment-text,
.woocommerce-tabs #reviews #comments ol.commentlist li .comment-text {
  margin: 0 0 0 115px;
  border-radius: 0;
  padding: 0;
  border: none;
}
.fm-woo-tabs #reviews #comments ol.commentlist li .comment-text .fm-rating,
.woocommerce-tabs #reviews #comments ol.commentlist li .comment-text .fm-rating {
  margin-bottom: 13px;
}
.fm-woo-tabs #reviews #comments ol.commentlist li .comment-text .fm-rating .count,
.woocommerce-tabs #reviews #comments ol.commentlist li .comment-text .fm-rating .count {
  display: none;
}
.fm-woo-tabs #reviews #comments ol.commentlist li .comment-text p,
.woocommerce-tabs #reviews #comments ol.commentlist li .comment-text p {
  margin: 0 0 1em;
}
.fm-woo-tabs #reviews #comments ol.commentlist li .comment-text p.meta,
.woocommerce-tabs #reviews #comments ol.commentlist li .comment-text p.meta {
  font-size: 13px;
  color: #777;
  margin-bottom: 3px;
}
.fm-woo-tabs #reviews #comments ol.commentlist li .comment-text p.meta .author-name,
.woocommerce-tabs #reviews #comments ol.commentlist li .comment-text p.meta .author-name {
  color: #000;
}
.fm-woo-tabs #reviews #comments ol.commentlist li .comment-text .woocommerce-review__author,
.woocommerce-tabs #reviews #comments ol.commentlist li .comment-text .woocommerce-review__author {
  position: relative;
  color: #000;
  font-size: 14px;
}
.fm-woo-tabs #reviews .average-rating,
.woocommerce-tabs #reviews .average-rating {
  padding: 30px;
  border: 1px solid #eeeeee;
}
.fm-woo-tabs #reviews .average-rating .average-label,
.woocommerce-tabs #reviews .average-rating .average-label {
  font-size: 14px;
  color: #777;
  line-height: 1;
}
.fm-woo-tabs #reviews .average-rating .average-value,
.woocommerce-tabs #reviews .average-rating .average-value {
  font-size: 50px;
  font-weight: 700;
  color: #e84506;
  line-height: 1;
  margin: 0 0 10px;
}
.fm-woo-tabs #reviews .woocommerce-product-rating,
.woocommerce-tabs #reviews .woocommerce-product-rating {
  line-height: 1.4;
}
.fm-woo-tabs #reviews .woocommerce-product-rating .fm-rating .count,
.woocommerce-tabs #reviews .woocommerce-product-rating .fm-rating .count {
  display: none;
}
.fm-woo-tabs #reviews .woocommerce-product-rating a.woocommerce-review-link,
.woocommerce-tabs #reviews .woocommerce-product-rating a.woocommerce-review-link {
  color: #000;
  font-weight: 700;
}
.fm-woo-tabs #reviews .woocommerce-product-rating .star-rating,
.woocommerce-tabs #reviews .woocommerce-product-rating .star-rating {
  font-size: 14px;
  width: 79px;
  margin-bottom: 7px;
}
.fm-woo-tabs #reviews .bar-rating,
.woocommerce-tabs #reviews .bar-rating {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #eeeeee;
}
.fm-woo-tabs #reviews .bar-rating .star-item,
.woocommerce-tabs #reviews .bar-rating .star-item {
  display: flex;
  align-items: center;
  line-height: 1;
  margin-bottom: 10px;
  color: #000;
}
.fm-woo-tabs #reviews .bar-rating .star-item .slabel,
.woocommerce-tabs #reviews .bar-rating .star-item .slabel {
  min-width: 47px;
}
.fm-woo-tabs #reviews .bar-rating .star-item .sbar,
.woocommerce-tabs #reviews .bar-rating .star-item .sbar {
  margin-left: 10px;
  margin-right: 15px;
  flex-grow: 1;
}
.fm-woo-tabs #reviews .bar-rating .star-item .svalue,
.woocommerce-tabs #reviews .bar-rating .star-item .svalue {
  font-size: 13px;
  border-radius: 3px;
  padding: 2px 5px;
  width: 47px;
  text-align: center;
}
.fm-woo-tabs #reviews .bar-rating .star-item .bar-content,
.woocommerce-tabs #reviews .bar-rating .star-item .bar-content {
  position: relative;
  width: 100%;
  height: 8px;
  background-color: #eee;
}
.fm-woo-tabs #reviews .bar-rating .star-item .bar-content span,
.woocommerce-tabs #reviews .bar-rating .star-item .bar-content span {
  background-color: var(--fm-background-color-secondary);
  display: block;
  height: 100%;
}
.fm-woo-tabs #reviews .comment-respond .comment-reply-title,
.woocommerce-tabs #reviews .comment-respond .comment-reply-title {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  text-align: left;
}
.fm-woo-tabs #reviews .comment-form .comment-form-rating,
.woocommerce-tabs #reviews .comment-form .comment-form-rating {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: #000;
  margin-bottom: 10px;
}
.fm-woo-tabs #reviews .comment-form .comment-form-rating label,
.fm-woo-tabs #reviews .comment-form .comment-form-rating .stars,
.woocommerce-tabs #reviews .comment-form .comment-form-rating label,
.woocommerce-tabs #reviews .comment-form .comment-form-rating .stars {
  margin: 0 !important;
}
.fm-woo-tabs #reviews .comment-form .comment-form-rating .stars,
.woocommerce-tabs #reviews .comment-form .comment-form-rating .stars {
  padding-left: 14px;
}
.fm-woo-tabs #reviews #respond .form-submit,
.woocommerce-tabs #reviews #respond .form-submit {
  text-align: left;
}
.fm-woo-tabs #review_form #respond,
.woocommerce-tabs #review_form #respond {
  position: static;
  margin: 0;
  width: auto;
  padding: 0 0 0;
  background: transparent none;
  border: 0;
}
.fm-woo-tabs #review_form #respond .comment-reply-title,
.woocommerce-tabs #review_form #respond .comment-reply-title {
  padding-bottom: 0;
  margin-bottom: 5px;
}
.fm-woo-tabs #review_form #respond .required,
.woocommerce-tabs #review_form #respond .required {
  color: #cc0000;
}
.fm-woo-tabs #review_form #respond .comment-notes,
.woocommerce-tabs #review_form #respond .comment-notes {
  display: block;
  margin-bottom: 18px;
  font-size: 13px;
}
.fm-woo-tabs #review_form #respond label,
.woocommerce-tabs #review_form #respond label {
  margin-bottom: 4px;
  display: block;
}
.fm-woo-tabs #review_form #respond p,
.woocommerce-tabs #review_form #respond p {
  margin: 0 0 10px;
}
.fm-woo-tabs #review_form #respond p.clear,
.woocommerce-tabs #review_form #respond p.clear {
  clear: both;
  margin-bottom: 0;
}
.fm-woo-tabs #review_form #respond .comment-form-cookies-consent,
.woocommerce-tabs #review_form #respond .comment-form-cookies-consent {
  position: relative;
  margin: 10px 0 15px;
}
.fm-woo-tabs #review_form #respond .comment-form-cookies-consent label,
.woocommerce-tabs #review_form #respond .comment-form-cookies-consent label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}
.fm-woo-tabs #review_form #respond .comment-form-cookies-consent label:before,
.woocommerce-tabs #review_form #respond .comment-form-cookies-consent label:before {
  content: "";
  width: 14px;
  height: 14px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 5px;
}
.fm-woo-tabs #review_form #respond .comment-form-cookies-consent label:after,
.woocommerce-tabs #review_form #respond .comment-form-cookies-consent label:after {
  font-size: 10px;
  content: "\e934";
  font-family: "FarmartIcon";
  position: absolute;
  top: 3px;
  left: 2px;
  color: var(--fm-color-primary);
  opacity: 0;
  font-weight: 700;
}
.fm-woo-tabs #review_form #respond .comment-form-cookies-consent input,
.woocommerce-tabs #review_form #respond .comment-form-cookies-consent input {
  position: absolute;
  opacity: 0;
}
.fm-woo-tabs #review_form #respond .comment-form-cookies-consent input:checked + label:before,
.woocommerce-tabs #review_form #respond .comment-form-cookies-consent input:checked + label:before {
  border-color: var(--fm-color-primary);
}
.fm-woo-tabs #review_form #respond .comment-form-cookies-consent input:checked + label:after,
.woocommerce-tabs #review_form #respond .comment-form-cookies-consent input:checked + label:after {
  opacity: 1;
}
.fm-woo-tabs #review_form #respond .form-submit,
.woocommerce-tabs #review_form #respond .form-submit {
  margin-top: 10px;
  padding-top: 3px;
}
.fm-woo-tabs #review_form #respond .form-submit input,
.woocommerce-tabs #review_form #respond .form-submit input {
  left: auto;
  padding: 0 30px;
}
.fm-woo-tabs #review_form #respond input[type=text],
.fm-woo-tabs #review_form #respond input[type=email],
.fm-woo-tabs #review_form #respond textarea,
.woocommerce-tabs #review_form #respond input[type=text],
.woocommerce-tabs #review_form #respond input[type=email],
.woocommerce-tabs #review_form #respond textarea {
  border: 1px solid #cccccc;
  transition: 0.5s;
  outline: none;
  padding: 12px 15px;
  width: 100%;
  color: #000;
}
.fm-woo-tabs #review_form #respond .comment-form-author,
.fm-woo-tabs #review_form #respond .comment-form-email,
.woocommerce-tabs #review_form #respond .comment-form-author,
.woocommerce-tabs #review_form #respond .comment-form-email {
  width: 50%;
  float: left;
  padding-right: 15px;
}
.fm-woo-tabs #review_form #respond .comment-form-email,
.woocommerce-tabs #review_form #respond .comment-form-email {
  padding-left: 15px;
  padding-right: 0;
}
.fm-woo-tabs #review_form #respond textarea,
.woocommerce-tabs #review_form #respond textarea {
  box-sizing: border-box;
  width: 100%;
  min-height: 144px;
}

.woocommerce-tabs {
  margin-bottom: 50px;
}

.fm-woo-tabs .tab-title {
  font-size: 18px;
  color: #333;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fm-woo-tabs .tab-title .tab-toggle {
  transition: 0.3s;
}
.fm-woo-tabs .tab-title.active .tab-toggle {
  transform: rotate(-180deg);
}
.fm-woo-tabs .fm-Tabs-panel {
  margin: 0;
  padding-bottom: 20px;
  position: relative;
}
.fm-woo-tabs .tab-content-wrapper.closed {
  opacity: 0;
  position: absolute;
  margin-top: 30px;
  transition: 0s;
}
.fm-woo-tabs .tab-content-wrapper > h2 {
  display: none;
}
.fm-woo-tabs .tab-content-wrapper .seller-rating {
  display: flex;
}
.fm-woo-tabs .tab-content-wrapper.opened {
  opacity: 1;
  position: relative;
  margin-top: 0;
  transition: 0.5s;
}
.fm-woo-tabs.product-collapse-tab-open .tab-content-wrapper.opened {
  opacity: 0;
  position: absolute;
  margin-top: 30px;
  transition: 0s;
}

/**
 * Password strength meter
 */
.woocommerce-password-strength {
  text-align: right;
}
.woocommerce-password-strength.strong {
  color: #0f834d;
}
.woocommerce-password-strength.short {
  color: #e2401c;
}
.woocommerce-password-strength.bad {
  color: #e2401c;
}
.woocommerce-password-strength.good {
  color: #3D9CD2;
}

.required {
  color: red;
}

/**
 * Notices
 */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
  content: "";
  table-layout: fixed;
  background-color: #0f834d;
  clear: both;
  color: #fff;
  padding: 15px 30px;
  width: 100%;
  border-radius: 3px;
  margin-bottom: 25px;
}
.woocommerce-message:before,
.woocommerce-info:before,
.woocommerce-error:before,
.woocommerce-noreviews:before,
p.no-comments:before {
  content: "\e959";
  font-family: "FarmartIcon";
  padding-right: 5px;
}
.woocommerce-message a,
.woocommerce-info a,
.woocommerce-error a,
.woocommerce-noreviews a,
p.no-comments a {
  color: #fff;
  float: right;
  display: inline-block;
  margin-left: 10px;
  box-shadow: inset 0 0 0 transparent, inset 0 -1px 0 #fff;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
  background-color: #3D9CD2;
}

.woocommerce-noreviews:before, p.no-comments:before {
  display: none;
}

.woocommerce-error {
  background-color: #e2401c;
  list-style: none;
}
.woocommerce-error li {
  padding-left: 20px;
}
.woocommerce-error:before {
  content: "\e955";
  position: absolute;
}

p.woocommerce-notice {
  background-color: #ccc;
  color: #fff;
  padding: 15px 30px;
  border-radius: 3px;
}

p.woocommerce-notice--success {
  background-color: #0f834d;
}

.demo_store {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 1em;
  background-color: #3D9CD2;
  z-index: 9999;
}

.woocommerce .woocommerce-product-details__short-description .farmart-list li {
  margin-bottom: 2px;
}
.woocommerce .woocommerce-product-details__short-description .farmart-list li:before {
  margin-right: 7px;
}

.woocommerce form .form-row {
  margin-bottom: 10px;
}
.woocommerce form .form-row input {
  width: 100%;
  color: #000;
  padding: 7px 15px;
}
.woocommerce form .form-row input[type=radio],
.woocommerce form .form-row input[type=checkbox] {
  width: auto;
}
.woocommerce form .form-row .select2-container--default .select2-selection--single {
  border-color: #ddd;
  height: 50px;
  border-radius: 3px;
}
.woocommerce form .form-row .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 50px;
  padding-left: 15px;
  color: #000;
}
.woocommerce form .form-row .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 48px;
  right: 10px;
}
.woocommerce form .form-row .select2-container--default .select2-selection--single:focus {
  outline: none;
}
.woocommerce form .form-row-first,
.woocommerce form .form-row-last {
  width: 50%;
  float: left;
}
.woocommerce form .form-row-first {
  padding-right: 15px;
}
.woocommerce form .form-row-last {
  padding-left: 15px;
}
.woocommerce form.woocommerce-form-register .form-row > * {
  display: block;
}
.woocommerce form.woocommerce-form-register .form-row input[type=radio],
.woocommerce form.woocommerce-form-register .form-row input[type=checkbox] {
  position: relative;
  top: 2px;
}
.woocommerce form.woocommerce-form-register p {
  margin-bottom: 10px;
}

.woocommerce .woocommerce-form__label-for-checkbox {
  position: relative;
  color: #000;
  cursor: pointer;
}
.woocommerce .woocommerce-form__label-for-checkbox input {
  position: absolute;
  opacity: 0;
}
.woocommerce .woocommerce-form__label-for-checkbox input:checked + span:before {
  border-color: var(--fm-color-primary);
}
.woocommerce .woocommerce-form__label-for-checkbox input:checked + span:after {
  opacity: 1;
}
.woocommerce .woocommerce-form__label-for-checkbox span:not(.required) {
  position: relative;
  padding-left: 25px;
}
.woocommerce .woocommerce-form__label-for-checkbox span:not(.required):before {
  content: "";
  width: 14px;
  height: 14px;
  border: 1px solid #cccccc;
  position: absolute;
  left: 0;
  top: 2px;
}
.woocommerce .woocommerce-form__label-for-checkbox span:not(.required):after {
  font-size: 9px;
  content: "\e934";
  font-family: "FarmartIcon";
  position: absolute;
  top: 2px;
  left: 3px;
  color: var(--fm-color-primary);
  opacity: 0;
  font-weight: 700;
}
.woocommerce ul.payment_methods,
.woocommerce ul.woocommerce-shipping-methods {
  list-style: none;
  padding: 0;
  margin: 0;
}
.woocommerce ul.payment_methods > li > label,
.woocommerce ul.woocommerce-shipping-methods > li > label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}
.woocommerce ul.payment_methods > li > label:before,
.woocommerce ul.woocommerce-shipping-methods > li > label:before {
  content: "";
  width: 14px;
  height: 14px;
  border: 1px solid #cccccc;
  position: absolute;
  left: 0;
  top: 2px;
}
.woocommerce ul.payment_methods > li > label:after,
.woocommerce ul.woocommerce-shipping-methods > li > label:after {
  font-size: 9px;
  content: "\e934";
  font-family: "FarmartIcon";
  position: absolute;
  top: 2px;
  left: 3px;
  color: var(--fm-color-primary);
  opacity: 0;
  font-weight: 700;
}
.woocommerce ul.payment_methods > li > label.input-type-hidden,
.woocommerce ul.woocommerce-shipping-methods > li > label.input-type-hidden {
  padding-left: 20px;
}
.woocommerce ul.payment_methods > li > label.input-type-hidden:before,
.woocommerce ul.woocommerce-shipping-methods > li > label.input-type-hidden:before {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  top: 7px;
  left: 5px;
}
.woocommerce ul.payment_methods > li > label.input-type-hidden:after,
.woocommerce ul.woocommerce-shipping-methods > li > label.input-type-hidden:after {
  display: none;
}
.woocommerce ul.payment_methods > li > input,
.woocommerce ul.woocommerce-shipping-methods > li > input {
  position: absolute;
  opacity: 0;
}
.woocommerce ul.payment_methods > li > input:checked + label:before,
.woocommerce ul.woocommerce-shipping-methods > li > input:checked + label:before {
  border-color: var(--fm-color-primary);
}
.woocommerce ul.payment_methods > li > input:checked + label:after,
.woocommerce ul.woocommerce-shipping-methods > li > input:checked + label:after {
  opacity: 1;
}

.woocommerce-wishlist .wishlist-title {
  display: none;
}

#yith-wcwl-popup-message {
  display: none !important;
}

.yith_wcwl_wishlist_footer > div {
  margin-bottom: 0;
}
.yith_wcwl_wishlist_footer h4.yith-wcwl-share-title {
  font-size: 14px;
  color: #555;
  margin: 0 14px 0 0;
}
.yith_wcwl_wishlist_footer .yith-wcwl-share {
  float: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
}
.yith_wcwl_wishlist_footer .yith-wcwl-share ul li {
  margin-left: 3px;
}
.yith_wcwl_wishlist_footer .yith-wcwl-share ul li a {
  font-size: 15px;
  min-width: 35px;
  min-height: 35px;
  line-height: 25px;
}

.woocommerce .woocommerce-form-track-order {
  background-color: #f7f7f7;
  border-radius: 3px;
  padding: 35px 30px 40px;
}
.woocommerce p.form-row {
  width: 100%;
  padding: 0;
  margin-bottom: 18px;
}
.woocommerce p.form-row label {
  font-size: 14px;
  color: #666666;
}
.woocommerce p.form-row button {
  margin-top: 8px;
  height: 50px;
  width: 100%;
}

.yith_woocompare_colorbox {
  border-radius: 3px;
}
.yith_woocompare_colorbox #cboxTopCenter,
.yith_woocompare_colorbox #cboxTopLeft,
.yith_woocompare_colorbox #cboxTopRight,
.yith_woocompare_colorbox #cboxMiddleLeft,
.yith_woocompare_colorbox #cboxMiddleRight,
.yith_woocompare_colorbox #cboxBottomLeft,
.yith_woocompare_colorbox #cboxBottomCenter,
.yith_woocompare_colorbox #cboxBottomRight {
  display: none;
}
.yith_woocompare_colorbox #cboxClose {
  background: none;
  top: 10px;
  right: 20px;
  height: 30px;
  bottom: auto;
  text-indent: inherit;
  overflow: hidden;
  color: #ffffff;
  position: fixed;
}
.yith_woocompare_colorbox #cboxClose:before {
  content: "\e92a";
  font: normal normal normal 18px/1 FarmartIcon;
}

.admin-bar .yith_woocompare_colorbox #cboxClose {
  top: 40px;
}

.woocommerce .blockUI.blockOverlay {
  background-color: rgba(255, 255, 255, 0.7) !important;
  opacity: 1 !important;
  background-image: none !important;
}
.woocommerce .blockUI.blockOverlay:after {
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: none;
  z-index: 999;
  color: transparent !important;
  font-size: 0;
  border-width: 1px;
  border-color: var(--fm-color-primary) transparent var(--fm-color-primary) transparent;
  -webkit-border-radius: 50%;
  border-style: solid;
  -webkit-animation: lds-dual-ring 0.5s linear infinite;
  animation: lds-dual-ring 0.5s linear infinite;
  content: "";
  width: 30px;
  height: 30px;
  font-weight: 400;
}
.woocommerce .blockUI.blockOverlay:before {
  display: none;
}

/**
 * WCboost Wishlist
 */
.wcboost-wishlist-form table.shop_table tr th.product-date, .wcboost-wishlist-form table.shop_table tr th.product-quantity {
  padding-left: 10px;
  padding-right: 10px;
}
.wcboost-wishlist-form table.shop_table tr {
  border-bottom: 1px solid #eeeeee;
}
.wcboost-wishlist-form table.shop_table tr td {
  border-bottom: none;
}
.wcboost-wishlist-form table.shop_table tr td.product-date {
  font-size: 14px;
  padding-left: 10px;
  padding-right: 10px;
  width: 10%;
}
.wcboost-wishlist-form table.shop_table tr td.product-quantity {
  padding-left: 10px;
  padding-right: 10px;
}
.wcboost-wishlist-form table.shop_table tr td.product-add-to-cart a {
  padding: 0 15px !important;
  white-space: nowrap;
}
.wcboost-wishlist-form table.shop_table tr td.product-add-to-cart .wc-forward {
  display: none !important;
}
.wcboost-wishlist-form table.shop_table tr:last-child {
  border-bottom: none;
}

@media (max-width: 991px) {
  .wcboost-wishlist-form table.shop_table tr th {
    display: none;
  }
  .wcboost-wishlist-form table.shop_table tr {
    padding-bottom: 30px;
  }
  .wcboost-wishlist-form table.shop_table tr td {
    display: inline-flex;
    padding-left: 0;
    padding-right: 0;
  }
  .wcboost-wishlist-form table.shop_table tr td.product-price, .wcboost-wishlist-form table.shop_table tr td.product-stock-status, .wcboost-wishlist-form table.shop_table tr td.product-date {
    display: none;
  }
  .wcboost-wishlist-form table.shop_table tr td.product-thumbnail {
    width: auto;
    padding-right: 15px;
  }
  .wcboost-wishlist-form table.shop_table tr td.product-name {
    width: 100%;
    max-width: 60%;
    flex-direction: column;
  }
  .wcboost-wishlist-form table.shop_table tr td.product-name .label {
    display: inline-block;
    width: 30%;
  }
  .wcboost-wishlist-form table.shop_table tr td.product-name .product-price {
    font-size: 14px;
    color: #000;
  }
  .wcboost-wishlist-form table.shop_table tr td.product-name .product-price ins {
    color: #26901b;
    margin-right: 5px;
    font-weight: 700;
    background-color: transparent;
  }
  .wcboost-wishlist-form table.shop_table tr td.product-name .product-price del {
    color: #a6a6a6;
  }
  .wcboost-wishlist-form table.shop_table tr td.product-name .product-date {
    font-size: 14px;
    color: #000;
  }
  .wcboost-wishlist-form table.shop_table tr td.product-name .product-stock-status {
    font-size: 14px;
    color: #000;
  }
  .wcboost-wishlist-form table.shop_table tr td.product-quantity {
    padding: 0 10px;
  }
  .wcboost-wishlist-form table.shop_table tr td.product-quantity label {
    display: none;
  }
  .wcboost-wishlist-form table.shop_table tr td.product-add-to-cart {
    padding: 0;
    text-align: left;
  }
  .wcboost-wishlist-form table.shop_table tr td.product-add-to-cart a {
    display: flex !important;
    text-align: center;
    align-items: center;
    position: relative;
    transition: none;
    font-weight: 500;
    font-size: 12px;
    line-height: 30px;
    background-color: var(--fm-background-color-secondary);
    color: var(--fm-background-text-color-secondary);
    padding: 3px 25px !important;
    margin: 0 !important;
    text-decoration: none;
  }
  .wcboost-wishlist-form table.shop_table tr td.product-add-to-cart a .farmart-svg-icon {
    margin-right: 7px;
    position: relative;
    top: 2px;
    font-size: 15px;
  }
  .wcboost-wishlist-form table.shop_table tr td.product-add-to-cart .wc-forward {
    display: none !important;
  }
  .wcboost-wishlist-form .wcboost-wishlist__item {
    position: relative;
    display: block;
  }
  .wcboost-wishlist-form .wcboost-wishlist__item .product-remove {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 36px 15px !important;
  }
  .wcboost-wishlist-form .wcboost-wishlist__item .product-remove a {
    color: #555;
    width: 30px;
    height: 30px;
    text-decoration: none;
  }
}
/**
 * WooCommerce widgets
 */
.toggle-widget-btn {
  display: none;
  margin-top: 7px;
  float: right;
  width: 10px;
  height: 10px;
  transition: transform 0.4s;
  position: relative;
  cursor: pointer;
}
.toggle-widget-btn::after, .toggle-widget-btn::before {
  content: "";
  display: block;
  position: absolute;
  box-sizing: border-box;
  border-style: solid;
  border-color: #888;
  transition: all 0.2s ease-in-out;
}
.toggle-widget-btn::before {
  left: 0;
  right: 0;
  top: 50%;
  border-width: 2px 0 0 0;
  transform: translateY(-50%);
}
.toggle-widget-btn::after {
  left: 50%;
  bottom: 0;
  top: 0;
  border-width: 0 0 0 2px;
  transform: translateX(-50%);
  opacity: 0;
}

.catalog-sidebar .widget {
  position: relative;
  margin-bottom: 60px;
}
.catalog-sidebar .widget ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.catalog-sidebar .widget ul li a {
  font-weight: 600;
  color: #000;
}
.catalog-sidebar .widget .toggle-widget-btn {
  display: block;
}
.catalog-sidebar .widget .toggle-widget-btn.close::after {
  opacity: 1;
}
.catalog-sidebar .widget.fm-widget-products {
  background-color: transparent;
  padding: 0;
}
.catalog-sidebar .widget-title {
  padding-bottom: 25px;
}
.catalog-sidebar .farmart-group-widget {
  background-color: #f5f5f5;
  padding: 25px 20px;
}
.catalog-sidebar .farmart-group-widget .widget {
  margin-bottom: 25px;
  padding: 0 0 25px 0;
  border-bottom: 1px solid #e5e5e5;
  background-color: transparent;
}
.catalog-sidebar .farmart-group-widget .widget:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.catalog-sidebar .farmart-group-widget .fm_widget_product_categories,
.catalog-sidebar .farmart-group-widget .widget_product_categories {
  padding: 0 0 25px 0;
  background-color: transparent;
}
.catalog-sidebar .fm_widget_product_categories ul li,
.catalog-sidebar .widget_product_categories ul li {
  margin-bottom: 5px;
  padding: 0;
}
.catalog-sidebar .fm_widget_product_categories ul.show-current-cat > .cat-item,
.catalog-sidebar .widget_product_categories ul.show-current-cat > .cat-item {
  padding-left: 15px;
}
.catalog-sidebar .fm_widget_product_categories:after,
.catalog-sidebar .widget_product_categories:after {
  display: none;
}
.catalog-sidebar .fm_widget_product_categories ul li.fm-back-shop {
  margin-bottom: 5px;
}
.catalog-sidebar .fm_widget_product_categories ul li.fm-back-shop a {
  display: inline-flex;
}
.catalog-sidebar .fm_widget_product_categories ul li.fm-current-tax a, .catalog-sidebar .fm_widget_product_categories ul li.fm-current-tax .count {
  color: var(--fm-color-primary);
}
.catalog-sidebar .fm_widget_product_categories ul.fm-widget-vertical-item .fm-current-tax a,
.catalog-sidebar .fm_widget_product_categories ul.fm-widget-vertical-item .fm-current-tax .count {
  color: var(--fm-background-text-color-primary);
}
.catalog-sidebar .fm-widget-layered-nav .woocommerce-widget-layered-nav-list__item .count {
  font-size: 13px;
}
.catalog-sidebar .fm-widget-layered-nav-brand .woocommerce-widget-layered-nav-list__item .count {
  font-size: 13px;
}
.catalog-sidebar .fm-widget-layered-nav-brand .fm-widget-vertical-item .woocommerce-widget-layered-nav-list__item--chosen a {
  background-color: var(--fm-background-color-primary);
  color: var(--fm-background-text-color-primary);
}
.catalog-sidebar .fm-widget-layered-nav-brand .fm-widget-vertical-item .woocommerce-widget-layered-nav-list__item--chosen a .count {
  color: var(--fm-background-text-color-primary);
}
.catalog-sidebar .farmart-price-filter-list a.actived {
  background-color: var(--fm-background-color-primary);
  color: var(--fm-background-text-color-primary);
}
.catalog-sidebar .woocommerce-widget-product-tags .woocommerce-widget-layered-nav-list {
  padding: 0;
  background-color: transparent;
}
.catalog-sidebar .widget:not(.fm_widget_product_categories) ~ .fm-widget-products-carousel:before {
  content: "";
  position: absolute;
  top: -32px;
  left: 0;
  right: 0;
  background-color: #f7f7f7;
  height: 1px;
}
.catalog-sidebar .woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list__item:not(:last-child) {
  padding-bottom: 3px;
}

.product-sidebar .fm_widget_product_categories {
  padding: 33px 20px 22px;
  background-color: #f5f5f5;
}

.fm-widget-layered-nav-brand .woocommerce-widget-layered-nav-list {
  padding: 16px 20px 20px;
}
.fm-widget-layered-nav-brand li.woocommerce-widget-layered-nav-list__item {
  padding-left: 30px;
}
.fm-widget-layered-nav-brand .fm-display-vertical .search_layered_nav {
  display: none;
}
.fm-widget-layered-nav-brand .fm-display-vertical .woocommerce-widget-layered-nav-list {
  padding: 0;
}
.fm-widget-layered-nav-brand .fm-display-vertical .woocommerce-widget-layered-nav-list__item {
  padding-left: 0;
  margin-bottom: 5px;
}
.fm-widget-layered-nav-brand .fm-display-vertical .woocommerce-widget-layered-nav-list__item a:before, .fm-widget-layered-nav-brand .fm-display-vertical .woocommerce-widget-layered-nav-list__item a:after {
  display: none;
}

.widget_rating_filter ul .wc-layered-nav-rating {
  padding: 3px 0;
  margin-bottom: 10px;
  position: relative;
}
.widget_rating_filter ul .wc-layered-nav-rating:last-child {
  padding-bottom: 0;
}
.widget_rating_filter ul .wc-layered-nav-rating .star-rating {
  margin-right: 3px;
  font-size: 13px;
  width: 5em;
}
.widget_rating_filter ul .wc-layered-nav-rating .star-rating:before {
  letter-spacing: 3px;
  color: #999;
}
.widget_rating_filter ul .wc-layered-nav-rating .star-rating span:before {
  letter-spacing: 3px;
  color: #fab528;
}
.widget_rating_filter ul .wc-layered-nav-rating a {
  display: flex;
  align-items: center;
  color: #999;
  position: relative;
  box-shadow: none;
  padding: 0 0 0 33px;
}
.widget_rating_filter ul .wc-layered-nav-rating a:not(:last-child) {
  padding-bottom: 6px;
}
.widget_rating_filter ul .wc-layered-nav-rating a:after, .widget_rating_filter ul .wc-layered-nav-rating a:before {
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
}
.widget_rating_filter ul .wc-layered-nav-rating a:before {
  border: 1px solid #ccc;
  content: "";
  background-color: #fff;
  border-radius: 5px;
}
.widget_rating_filter ul .wc-layered-nav-rating a:after {
  font-family: "FarmartIcon";
  content: "\e934";
  font-size: 12px;
  opacity: 0;
  text-align: center;
  font-weight: 600;
}
.widget_rating_filter ul .wc-layered-nav-rating a .text {
  font-size: 13px;
  line-height: 1;
  margin: 3px 0 0 5px;
  color: #000;
  word-spacing: 2px;
}
.widget_rating_filter ul .wc-layered-nav-rating.chosen a:after {
  opacity: 1;
  color: var(--fm-color-primary);
}
.widget_rating_filter ul .wc-layered-nav-rating.chosen a:before {
  border-color: var(--fm-color-primary);
  content: "";
}
.widget_rating_filter ul .wc-layered-nav-rating.chosen .count {
  font-weight: 600;
}
.widget_rating_filter ul .wc-layered-nav-rating.chosen.show-swatch .swatch-color {
  border-color: #f04a09;
}
.widget_rating_filter ul .wc-layered-nav-rating.chosen.show-swatch .swatch-image {
  border-color: #f04a09;
}
.widget_rating_filter ul .wc-layered-nav-rating.chosen.show-swatch .swatch-label {
  border-color: var(--fm-color-primary);
  color: var(--fm-color-primary);
}

.woocommerce-widget-layered-nav .search_layered_nav {
  position: relative;
  margin-bottom: 20px;
  margin-top: 5px;
}
.woocommerce-widget-layered-nav .search_layered_nav:after {
  font-family: "FarmartIcon";
  content: "\e922";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  font-size: 15px;
  color: #000000;
}
.woocommerce-widget-layered-nav .search_layered_nav .fm-input-search-nav {
  width: 100%;
  border-color: #dddddd;
  height: 42px;
  line-height: 42px;
  padding: 0 10px;
}
.woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list.fm-widget-layered-nav-scroll {
  overflow-y: auto;
  overflow-x: hidden;
}
.woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list.fm-widget-layered-nav-scroll::-webkit-scrollbar {
  background: #e5e5e5;
  width: 7px;
}
.woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list.fm-widget-layered-nav-scroll::-webkit-scrollbar-thumb {
  background-color: #ccc;
}
.woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list__item {
  position: relative;
  padding: 0 0 0 24px;
}
.woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list__item:not(:last-child) {
  padding-bottom: 6px;
}
.woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list__item a:before, .woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list__item a:after {
  position: absolute;
  left: 0;
  width: 16px;
  height: 16px;
}
.woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list__item a:before {
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #d1d1d1;
  content: "";
  background-color: #fff;
}
.woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list__item a:after {
  font-family: FarmartIcon;
  content: "\e934";
  top: 50%;
  transform: translateY(-50%);
  font-size: 10px;
  opacity: 0;
  text-align: center;
  font-weight: 600;
}
.woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list__item a img {
  max-height: 30px;
}
.woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list__item.chosen a:after {
  opacity: 1;
}
.woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list__item.chosen a:before {
  border-color: var(--fm-color-primary);
}

/**
 * WooCommerce Price Filter
 */
.widget_price_filter .price_slider_wrapper {
  padding-top: 6px;
}
.widget_price_filter .price_slider {
  margin-bottom: 22px;
}
.widget_price_filter .price_slider_amount {
  line-height: 1;
  text-align: right;
}
.widget_price_filter .price_slider_amount .price_label {
  display: flex;
  align-items: center;
  font-size: 0;
}
.widget_price_filter .price_slider_amount .price_label span {
  flex-grow: 1;
  text-align: center;
  padding: 13px 5px;
  border: 1px solid #dddddd;
  border-radius: 3px;
  margin: 0 5px;
  color: #222;
  font-size: 14px;
  min-height: 42px;
  background-color: #fff;
}
.widget_price_filter .price_slider_amount .button {
  float: right;
  display: block;
  background-color: #eee;
  color: #222;
  padding: 0 10px;
  border: 1px solid #ddd;
  line-height: 40px;
}
.widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
}
.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 15px;
  height: 15px;
  cursor: ew-resize;
  outline: none;
  background-color: var(--fm-background-color-primary);
  box-sizing: border-box;
  margin-top: -6px;
  opacity: 1;
  border-radius: 50%;
}
.widget_price_filter .ui-slider .ui-slider-handle:before {
  content: "";
  position: absolute;
  left: 2px;
  right: 0;
  top: 50%;
  transform: translateY(-53%);
  width: 11px;
  height: 11px;
  background-color: #fff;
  border-radius: 50%;
}
.widget_price_filter .ui-slider .ui-slider-handle:hover, .widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
  box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
}
.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  border: 0;
  background-color: var(--fm-background-color-primary);
}
.widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: #dddddd;
  margin-right: 11px;
}
.widget_price_filter .ui-slider-horizontal {
  height: 4px;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  height: 100%;
}

.widget_recently_viewed_products .widget-title,
.widget_top_rated_products .widget-title,
.widget_products .widget-title,
.fm-widget-products-carousel .widget-title {
  padding-bottom: 31px;
}
.widget_recently_viewed_products ul li.product,
.widget_top_rated_products ul li.product,
.widget_products ul li.product,
.fm-widget-products-carousel ul li.product {
  width: 100%;
  display: flex !important;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.widget_recently_viewed_products ul li.product .product-thumbnail,
.widget_top_rated_products ul li.product .product-thumbnail,
.widget_products ul li.product .product-thumbnail,
.fm-widget-products-carousel ul li.product .product-thumbnail {
  width: 31%;
  margin: 0 20px 0 0;
  flex: none;
}
.widget_recently_viewed_products ul li.product .woocommerce-loop-product__title,
.widget_top_rated_products ul li.product .woocommerce-loop-product__title,
.widget_products ul li.product .woocommerce-loop-product__title,
.fm-widget-products-carousel ul li.product .woocommerce-loop-product__title {
  font-weight: 400;
}
.widget_recently_viewed_products ul li.product:not(:last-child),
.widget_top_rated_products ul li.product:not(:last-child),
.widget_products ul li.product:not(:last-child),
.fm-widget-products-carousel ul li.product:not(:last-child) {
  border-bottom: 1px solid #eee;
}
.widget_recently_viewed_products .slick-dots,
.widget_top_rated_products .slick-dots,
.widget_products .slick-dots,
.fm-widget-products-carousel .slick-dots {
  bottom: -20px;
}

.fm-widget-products-carousel.widget {
  margin: 30px 0;
  padding: 32px 20px;
  background-color: transparent;
  border: 1px solid #eee;
  position: relative;
}
.fm-widget-products-carousel.widget .slick-slide > *:not(:last-child) li.product {
  border-bottom: 1px solid #eee;
}

.fm-widget-products .widget-title {
  padding-bottom: 12px;
}
.fm-widget-products ul.products {
  padding: 32px 30px;
  border: 1px solid #eee;
}
.fm-widget-products ul.products li.product {
  flex-direction: column;
}
.fm-widget-products ul.products li.product:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.fm-widget-products ul.products li.product .product-thumbnail {
  width: 100%;
  margin: 0 0 20px 0;
}
.fm-widget-products ul.products li.product .product-thumbnail img {
  margin: 0 auto;
}
.fm-widget-products ul.products li.product .woocommerce-loop-product__title {
  font-weight: 700;
}

.widget_recent_reviews .woocommerce-loop-product__title,
.widget_recently_viewed_products .woocommerce-loop-product__title,
.widget_top_rated_products .woocommerce-loop-product__title,
.widget_products .woocommerce-loop-product__title {
  margin: 0 0 10px;
  font-size: 14px;
  color: #222222;
  font-weight: 700;
}

.widget_recent_reviews .product_list_widget > li:not(:last-child) {
  margin-bottom: 25px;
}
.widget_recent_reviews .product_list_widget img {
  display: block;
  margin-bottom: 15px;
}
.widget_recent_reviews .product_list_widget .product-title {
  margin: 0 0 10px;
  font-size: 14px;
  color: #222222;
  font-weight: 700;
}

.widget_product_tag_cloud .tagcloud a {
  border: 1px solid #dddddd;
}

.widget_product_categories .select2-container--default .select2-selection--single {
  height: 42px;
}
.widget_product_categories .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 42px;
}
.widget_product_categories .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 42px;
}

.widget_shopping_cart li.woocommerce-mini-cart-item {
  list-style: none;
  display: flex;
  position: relative;
  margin-top: 20px;
}
.widget_shopping_cart li.woocommerce-mini-cart-item:not(:last-child) {
  padding-bottom: 20px;
}
.widget_shopping_cart li.woocommerce-mini-cart-item:first-child {
  margin-top: 0;
}
.widget_shopping_cart .product-image {
  flex: none;
  width: 60px;
  height: 60px;
  margin-right: 20px;
}
.widget_shopping_cart .product-content {
  padding-right: 40px;
}
.widget_shopping_cart .product-name a {
  line-height: 1.428;
  color: #000;
}
.widget_shopping_cart .quantity .amount {
  font-weight: 700;
}
.widget_shopping_cart .remove {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 20px;
  height: 20px;
  line-height: 15px;
  font-size: 20px;
  text-align: center;
  color: #000;
  transition: ease 0.5s;
}
.widget_shopping_cart .woocommerce-mini-cart__total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
  color: #000;
  margin: 16px 0 0;
}
.widget_shopping_cart .woocommerce-mini-cart__total .amount {
  color: #2f8a33;
  font-size: 16px;
}
.widget_shopping_cart .woocommerce-mini-cart__buttons {
  display: flex;
  justify-content: space-between;
  margin: 17px 0 0;
}
.widget_shopping_cart .woocommerce-mini-cart__buttons a {
  font-weight: 700;
  width: 48%;
  text-align: center;
  padding: 8px 20px;
  color: #000;
  background-color: #eeeeee;
  border-radius: 3px;
  border: 1px solid #cccccc;
  transition: ease 0.5s;
}
.widget_shopping_cart .woocommerce-mini-cart__buttons a:hover {
  color: var(--fm-background-text-color-primary);
  background-color: var(--fm-background-color-primary);
  border-color: transparent;
}

.widget_product_search input[type=search] {
  width: 100%;
  margin-bottom: 15px;
}

.widget_layered_nav_filters a {
  color: #222;
}
.widget_layered_nav_filters ul li.chosen:not(:last-child) {
  display: inline-block;
  padding: 0;
}
.widget_layered_nav_filters ul li.chosen:not(:last-child) a {
  display: block;
  padding: 8px 20px;
  background-color: #fff;
  margin: 0 5px 5px 0;
  border-radius: 3px;
  border: 1px solid #aaaaaa;
}
.widget_layered_nav_filters ul li.chosen:not(:last-child) a:after {
  font-family: "FarmartIcon";
  content: "\e936";
  display: inline-block;
  margin-left: 10px;
  color: #222;
  font-size: 12px;
  transform: rotate(45deg);
}
.widget_layered_nav_filters ul li.chosen:not(:last-child) a:hover {
  border-color: var(--fm-color-primary);
  color: var(--fm-color-primary);
}
.widget_layered_nav_filters ul li.chosen:not(:last-child) a:hover:after {
  color: var(--fm-color-primary);
}

.fm_widget_product_categories .widget-title a,
.widget_product_categories .widget-title a {
  color: #222;
}
.fm_widget_product_categories ul li,
.widget_product_categories ul li {
  padding: 2px 15px 2px 0;
  position: relative;
}
.fm_widget_product_categories ul li .cat-menu-close,
.widget_product_categories ul li .cat-menu-close {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 12px;
  padding: 10px;
  font-weight: 500;
  text-align: right;
  cursor: pointer;
}
.fm_widget_product_categories ul li.opened .cat-menu-close,
.widget_product_categories ul li.opened .cat-menu-close {
  transform: rotateX(180deg);
}
.fm_widget_product_categories ul li.fm-current-cat-parent > .cat-menu-close,
.widget_product_categories ul li.fm-current-cat-parent > .cat-menu-close {
  display: none;
}
.fm_widget_product_categories ul li a,
.widget_product_categories ul li a {
  color: #000;
  box-shadow: none;
}
.fm_widget_product_categories ul li.current-cat a,
.widget_product_categories ul li.current-cat a {
  color: var(--fm-color-primary);
  font-weight: 600;
}
.fm_widget_product_categories ul li .children,
.widget_product_categories ul li .children {
  margin: 10px 0 0 15px;
}
.fm_widget_product_categories ul li .children li a,
.widget_product_categories ul li .children li a {
  color: #666666;
  font-weight: 400;
}
.fm_widget_product_categories ul li .children li a:hover,
.widget_product_categories ul li .children li a:hover {
  color: var(--fm-color-primary);
}
.fm_widget_product_categories ul li .children li.current-cat > a,
.widget_product_categories ul li .children li.current-cat > a {
  color: var(--fm-color-primary);
}

.fm_widget_product_categories .widget-title {
  position: relative;
}
.fm_widget_product_categories .widget-title a {
  display: block;
}
.fm_widget_product_categories .widget-title a:not(.no-parent) {
  color: #666;
  font-size: 14px;
  text-transform: none;
  font-weight: 400;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 16px;
}
.fm_widget_product_categories .widget-title a:not(.has-parent) {
  padding-bottom: 10px;
}
.fm_widget_product_categories .widget-title a:not(.has-parent) ~ .toggle-widget-btn {
  display: none;
}
.fm_widget_product_categories .widget-title .toggle-widget-btn {
  position: absolute;
  top: 25%;
  right: 0;
  margin: 0;
}
.fm_widget_product_categories .product-categories > .current-cat > a {
  color: var(--fm-color-primary);
}
.fm_widget_product_categories .product-categories > .fm-current-cat-parent > a {
  color: #222;
  font-weight: 700;
  text-transform: uppercase;
}
.fm_widget_product_categories .product-categories > .fm-current-cat-parent > a .current-cat a {
  color: var(--fm-color-primary);
}
.fm_widget_product_categories ul li.opened > .cat-menu-close i:before {
  content: "\e939";
}
.fm_widget_product_categories ul li .children {
  display: none;
}

.fm-catalog-close-sidebar {
  padding: 70px 20px 25px;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #c9c9c9;
}
.fm-catalog-close-sidebar h2 {
  font-size: 20px;
  margin: 0;
}

.primary-sidebar.catalog-sidebar .fm-catalog-filter-sidebar-content .fm_widget_product_categories {
  margin-bottom: 60px;
}

.fm-widget-vertical-item a {
  background-color: #f3f3f3;
  padding: 5px 13px;
  border-radius: 5px;
  font-size: 13px;
  display: inline-block;
  min-width: 100px;
}
.fm-widget-vertical-item a .count {
  margin-left: 20px;
  color: #999;
  transition: 0.5s;
}
.fm-widget-vertical-item a:hover {
  background-color: var(--fm-background-color-primary);
  color: var(--fm-background-text-color-primary) !important;
}
.fm-widget-vertical-item a:hover .count {
  color: #000;
}

@media (max-width: 991px) {
  .primary-sidebar.catalog-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1600;
    display: none;
    margin-top: 0;
  }
  .primary-sidebar.catalog-sidebar .backdrop {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: rgba(22, 22, 25, 0.75);
  }
  .primary-sidebar.catalog-sidebar .catalog-sidebar--inner {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 300px;
    max-width: 100%;
    margin: 0;
    background: #fff;
    transform: translateX(100%);
    transition: transform 0.5s;
    overflow: auto;
    padding-bottom: 30px;
  }
  .primary-sidebar.catalog-sidebar .catalog-sidebar--inner.side-left {
    left: 0;
    right: auto;
    transform: translateX(-100%);
  }
  .primary-sidebar.catalog-sidebar .fm_widget_product_categories {
    margin-bottom: 0;
  }
  .primary-sidebar.catalog-sidebar.fm-filter-active .catalog-sidebar--inner {
    transform: none;
  }
  .primary-sidebar.catalog-sidebar.fm-filter-active .fm-widget-products-carousel {
    display: none;
  }
  .widget-title {
    position: relative;
  }
  .widget-title a {
    display: block;
  }
  .widget-title a:not(.no-parent) {
    color: #666;
    font-size: 14px;
    text-transform: none;
    font-weight: 400;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 16px;
  }
  .widget-title a:not(.has-parent) {
    padding-bottom: 10px;
  }
  .widget-title a:not(.has-parent) ~ .toggle-widget-btn {
    display: none;
  }
  .widget-title .toggle-widget-btn {
    position: absolute;
    top: 0;
    right: 0;
  }
  .product-categories > .current-cat > a {
    color: var(--fm-color-primary);
  }
  .product-categories > .fm-current-cat-parent > a {
    color: #222;
    font-weight: 700;
    text-transform: uppercase;
  }
  .product-categories > .fm-current-cat-parent > a .current-cat a {
    color: var(--fm-color-primary);
  }
  ul li.opened > .cat-menu-close i:before {
    content: "\e939";
  }
  ul li .children {
    display: none;
  }
}
.farmart-sidebar-style-2 .widget {
  margin-bottom: 30px;
}
.farmart-sidebar-style-2 .widget-title {
  font-size: 16px;
  text-transform: uppercase;
}
.farmart-sidebar-style-2 .fm_widget_product_categories {
  background-color: #f7f7f7;
  padding: 35px 20px;
  margin-bottom: 30px !important;
}
.farmart-sidebar-style-2 .fm_widget_product_categories ul li {
  margin: 0;
  padding: 2px 0;
}
.farmart-sidebar-style-2 .fm_widget_product_categories ul li a {
  background-color: transparent;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
}
.farmart-sidebar-style-2 .fm-widget-layered-nav-brand .woocommerce-widget-layered-nav-list {
  padding: 0;
}
.farmart-sidebar-style-2 .widget_rating_filter ul .wc-layered-nav-rating {
  margin-bottom: 0;
}
.farmart-sidebar-style-2 .wp-block-group__inner-container {
  background-color: #f7f7f7;
  padding: 35px 20px;
}
.farmart-sidebar-style-2 .wp-block-group__inner-container > .widget {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.farmart-sidebar-style-2 .wp-block-group__inner-container > .widget:last-child {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.farmart-sidebar-style-2 .wp-block-group__inner-container > p {
  display: none;
}
.farmart-sidebar-style-2 .wp-block-group__inner-container .widgettitle {
  font-size: 16px;
  text-transform: uppercase;
}

/**
 * WCBoost Products Compare
 */
.wcboost-products-compare__table .product-remove .remove {
  font-size: 28px;
}
.wcboost-products-compare__table .product-name a {
  color: #0099ff;
  transition: ease 0.3s;
  font-size: 14px;
  font-weight: 400;
}
.wcboost-products-compare__table .product-name a:hover {
  color: var(--fm-color-primary);
}
.wcboost-products-compare__table .price {
  color: #669900;
  font-weight: 700;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 15px;
}
.wcboost-products-compare__table .price ins {
  color: #fa532c;
  background-color: transparent;
  margin-right: 4px;
  order: 1;
}
.wcboost-products-compare__table .price del {
  font-weight: 400;
  margin-right: 4px;
  order: 2;
  color: #888;
  font-size: 13px;
}
.wcboost-products-compare__table .price .sale {
  color: #e84506;
  font-weight: 600;
  order: 3;
}
.wcboost-products-compare__table .in-stock {
  font-weight: 700;
  color: #0f834d;
}
.wcboost-products-compare__table .out-of-stock {
  font-weight: 700;
  color: #e2401c;
}
.wcboost-products-compare__table .add_to_cart_button {
  display: inline-block;
  color: var(--fm-background-text-color-secondary);
  font-size: 14px;
  font-weight: 700;
  background-color: var(--fm-background-color-secondary);
  border-radius: 3px;
  padding: 13.5px 25px;
  text-align: center;
  position: relative;
  border: none;
  line-height: 1.7;
  width: 70%;
}
.wcboost-products-compare__table .add_to_cart_button .farmart-svg-icon {
  font-size: 12px;
  margin-right: 6px;
  display: none;
}
.wcboost-products-compare__table .add_to_cart_button:before {
  content: " ";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border-width: 1px;
  border-style: solid;
  border-color: var(--fm-background-text-color-secondary) transparent var(--fm-background-text-color-secondary) transparent;
  animation: lds-dual-ring 0.5s linear infinite;
  margin-right: 6px;
  position: absolute;
  left: calc(50% - 60px);
  top: 36%;
  transform: translateY(-36%);
  display: none;
}
.wcboost-products-compare__table .add_to_cart_button.loading:before {
  display: inline-block;
}
.wcboost-products-compare__table .add_to_cart_button.loading .farmart-svg-icon {
  display: none;
}
.wcboost-products-compare__table .wc-forward {
  display: none;
}
.wcboost-products-compare__table tr:last-child th {
  border: none;
}

.wcboost-products-compare__tools {
  text-align: right;
}
.wcboost-products-compare__tools .wcboost-products-compare-clear {
  background-color: #000000;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  padding: 13.5px 25px;
}
