@keyframes shopwellFadeInUp {

  from {

    opacity: 0;

    transform: translate3d(0, 100px, 0);

  }

  to {

    opacity: 1;

    transform: none;

  }

}

@keyframes shopwellLoading {

  0% {

    opacity: 0.24;

  }

  50% {

    opacity: 0.48;

  }

  100% {

    opacity: 1;

  }

}

@keyframes shopwellSpin {

  from {

    transform: rotate(0deg);

  }

  to {

    transform: rotate(360deg);

  }

}

@keyframes shopwellCheckmark {

  0% {

    height: 0;

    width: 0;

    opacity: 1;

  }

  20% {

    height: 0;

    width: 6px;

    opacity: 1;

  }

  40% {

    height: 12px;

    width: 6px;

    opacity: 1;

  }

  90% {

    height: 12px;

    width: 6px;

    opacity: 1;

  }

  100% {

    height: 12px;

    width: 6px;

    opacity: 0;

  }

}

@keyframes shopwellButtonCheckAdded {

  0% {

    height: 0;

    width: 0;

    opacity: 1;

  }

  20% {

    height: 0;

    width: 6px;

    opacity: 1;

  }

  40% {

    height: 12px;

    width: 6px;

    opacity: 1;

  }

  60% {

    height: 12px;

    width: 6px;

    opacity: 0;

  }

  100% {

    height: 12px;

    width: 6px;

    opacity: 0;

  }

}

@keyframes shopwellButtonCheckSuccess {

  0% {

    opacity: 0;

  }

  20% {

    opacity: 0;

  }

  40% {

    opacity: 0;

  }

  60% {

    opacity: 0;

  }

  90% {

    opacity: 1;

  }

  100% {

    opacity: 1;

  }

}

@keyframes shopwellSlideOut {

  100% {

    width: 0;

  }

}

@-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 anim-topbottom {

  49% {

    -webkit-transform: translateY(100%);

    transform: translateY(100%);

  }

  50% {

    opacity: 0;

    -ms-filter: "alpha(opacity=0)";

    -webkit-transform: translateY(-100%);

    transform: translateY(-100%);

  }

  51% {

    opacity: 1;

    -ms-filter: "alpha(opacity=100)";

  }

}

@keyframes shine {

  100% {

    left: -200%;

  }

}

/**

 * Shop tables

 */

table.shop_table_responsive thead {

  display: none;

}

table.shop_table_responsive tbody th {

  display: none;

}

table.shop_table_responsive tr td {

  display: block;

  text-align: right;

  clear: both;

}

table.shop_table_responsive tr td::before {

  content: attr(data-title) ": ";

  float: left;

}

table.shop_table_responsive tr td.product-remove a {

  text-align: left;

}

table.shop_table_responsive tr td.product-remove::before {

  display: none;

}

table.shop_table_responsive tr td.actions::before, table.shop_table_responsive tr td.download-actions::before {

  display: none;

}

table.shop_table_responsive tr td.download-actions .button {

  display: block;

  text-align: center;

}



table.shop_table {

  font-size: 14px;

  font-size: 0.875rem;

}

table.shop_table th {

  font-weight: 500;

}

table.shop_table .product-name .wc-item-meta {

  list-style: none;

  padding: 0;

  margin: 0;

}

table.shop_table .product-name .wc-item-meta li > p {

  display: inline-block;

  margin: 0;

}



@media screen and (min-width: 48em) {

  table.shop_table_responsive thead {

    display: table-header-group;

  }

  table.shop_table_responsive tbody th {

    display: table-cell;

  }

  table.shop_table_responsive tr th,

  table.shop_table_responsive tr td {

    text-align: left;

  }

  table.shop_table_responsive tr td {

    display: table-cell;

  }

  table.shop_table_responsive tr td::before {

    display: none;

  }

}

/**

 * Page Header

 */

.page-header--products {

  position: relative;

  border-radius: 2px;

  height: 100%;

  margin-bottom: 15px;

}

.page-header--products .page-header__title {

  position: relative;

  z-index: 2;

  font-size: 36px;

  font-size: 2.25rem;

  line-height: 32px;

  font-weight: 700;

  color: var(--shopwell-text-color);

  margin: 0;

}

.page-header--products .page-header__description {

  position: relative;

  z-index: 2;

  margin-top: 13px;

}

.page-header--products .page-header__description p:first-child {

  margin-top: 0;

}

.page-header--products .page-header__description p:last-child {

  margin-bottom: 0;

}



.page-header--standard .page-header__image {

  position: absolute;

  top: 0;

  left: 0;

  bottom: 0;

  right: 0;

  background-repeat: no-repeat;

  background-position: center center;

  background-size: cover;

  z-index: 1;

}

.page-header--standard .page-header__image-overlay {

  position: absolute;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  z-index: 1;

  border-radius: 2px;

}

.page-header--standard .page-header__content {

  padding: 0px 40px;

  display: flex;

  flex-direction: column;

  justify-content: center;

  text-align: left;

}

.page-header--standard .page-header__description {

  width: 100%;

  font-size: 14px;

  font-size: 0.875rem;

  line-height: 20px;

  color: var(--shopwell-text-color);

}

.page-header--standard .site-breadcrumb + .page-header__content {

  margin: 0;

}



.page-header--minimal {

  --shopwell-text-color: #1d2128;

  margin-bottom: 22px;

}

.page-header--minimal .site-breadcrumb + .page-header__content {

  margin-top: 7px;

}



.page-header--left .page-header__content {

  text-align: left;

}

.page-header--left .page-header__description {

  width: 100%;

}



.page-header--only-breadcrumb {

  margin-bottom: 0;

}

.page-header--only-breadcrumb .page-header__title,

.page-header--only-breadcrumb .page-header__description {

  border: 0;

  clip: rect(1px, 1px, 1px, 1px);

  clip-path: inset(50%);

  height: 1px;

  margin: -1px;

  overflow: hidden;

  padding: 0;

  position: absolute !important;

  width: 1px;

  word-wrap: normal !important;

}

.page-header--only-breadcrumb .site-breadcrumb + .page-header__content {

  margin: 0;

}



.page-header--text-dark {

  --shopwell-text-color: #1d2128;

}



.page-header--text-light {

  --shopwell-text-color: #fff;

}



.page-header__content {

  position: relative;

}



.product-archive-elementor .page-header {

  border: none;

  margin: 0;

  border-radius: 0;

}



/**

 * Shop Header

 */

.shop-header {

  position: relative;

  width: 100%;

  margin-bottom: 25px;

}

.shop-header + .catalog-top-categories__layout-v2 .catalog-top-categories__title {

  margin-top: 15px;

}



/**

 * Top Categories

 */

.catalog-top-categories {

  position: relative;

  width: 100%;

  border-bottom: 1px solid rgba(185, 185, 185, 0.4);

}

.catalog-top-categories .swiper-pagination {

  display: none;

}

.catalog-top-categories .shopwell-swiper-button {

  position: absolute;

  top: 30%;

  transform: translateY(-30%);

  z-index: 1;

  opacity: 0;

  /*rtl:raw:

  	transform: translateY(-30%) rotateY(180deg);

  */

}

.catalog-top-categories .shopwell-swiper-button-prev {

  left: -25px;

}

.catalog-top-categories .shopwell-swiper-button-next {

  right: -25px;

}

.catalog-top-categories:hover .shopwell-swiper-button {

  opacity: 1;

}

.catalog-top-categories:hover .shopwell-swiper-button.swiper-button-disabled {

  opacity: 0;

  pointer-events: none;

}



.catalog-top-categories__title {

  font-size: 18px;

  font-size: 1.125rem;

  font-weight: 500;

  color: #1d2128;

  text-align: center;

  margin-bottom: 17px;

}



.catalog-top-categories__item {

  display: inline-flex;

  flex-direction: column;

  justify-content: center;

  align-items: center;

  width: auto;

}

.catalog-top-categories__item:hover .catalog-top-categories__text::after {

  width: 100%;

  left: 0;

}

.catalog-top-categories__item.active .catalog-top-categories__text::after {

  width: 100%;

  left: 0;

}



img.catalog-top-categories__image,

.catalog-top-categories__image {

  display: inline-flex;

  justify-content: center;

  align-items: center;

  width: 80px;

  max-width: none;

  border-radius: 100%;

  font-size: 14px;

  font-size: 0.875rem;

  line-height: 1;

  font-weight: 700;

  text-transform: uppercase;

  margin-bottom: 20px;

}



.catalog-top-categories__image.text {

  height: 80px;

}

.catalog-top-categories__image.all {

  background-color: #1d2128;

  color: #ffffff;

}

.catalog-top-categories__image.new {

  background-color: #e8f6f0;

  color: #3fb981;

}

.catalog-top-categories__image.sale {

  background-color: #ffedea;

  color: #f9554d;

}



.catalog-top-categories__text {

  position: relative;

  font-size: 14px;

  font-size: 0.875rem;

  font-weight: 500;

  line-height: 19px;

  display: -webkit-box;

  -webkit-line-clamp: 1;

  -webkit-box-orient: vertical;

  overflow: hidden;

  text-align: center;

}

.catalog-top-categories__text::after {

  content: "";

  position: absolute;

  right: 0;

  bottom: 0px;

  width: 0;

  border-bottom: 1px solid;

  transition: width 0.3s;

}



.catalog-top-categories__layout-v1 {

  padding-top: 20px;

  padding-bottom: 35px;

}

.catalog-top-categories__layout-v1 .catalog-top-categories__wrapper:not(.swiper-container) {

  display: flex;

  flex-wrap: nowrap;

  overflow: hidden;

}

.catalog-top-categories__layout-v1 .catalog-top-categories__item {

  --shopwell-catalog-top-categories-item-width: calc(100% / 9);

  min-width: var(--shopwell-catalog-top-categories-item-width);

  width: var(--shopwell-catalog-top-categories-item-width);

  padding-right: 20px;

}



.catalog-top-categories__layout-v2 .catalog-top-categories__wrapper {

  text-align: center;

}

.catalog-top-categories__layout-v2 .catalog-top-categories__image {

  display: none;

}

.catalog-top-categories__layout-v2 .catalog-top-categories__item {

  margin: 0 12px 24px;

  padding: 13px 15px 12px;

  min-width: 140px;

  color: #1d2128;

  background-color: rgba(29, 33, 40, 0.12);

  border-radius: 2px;

}

.catalog-top-categories__layout-v2 .catalog-top-categories__item.active, .catalog-top-categories__layout-v2 .catalog-top-categories__item:hover {

  color: #fff;

  background-color: #1d2128;

}

.catalog-top-categories__layout-v2 .catalog-top-categories__item.active .catalog-top-categories__text::after, .catalog-top-categories__layout-v2 .catalog-top-categories__item:hover .catalog-top-categories__text::after {

  display: none;

}



.product-archive-elementor .catalog-top-categories {

  border: none;

  padding: 0;

}



/**

 * Catalog Toolbar

 */

.catalog-toolbar {

  display: flex;

  flex-wrap: wrap;

  justify-content: space-between;

  align-items: center;

  padding-top: 9px;

  padding-bottom: 8px;

  border-bottom: 1px solid rgba(185, 185, 185, 0.4);

  margin-bottom: 8px;

  min-height: 51px;

}



.mobile-catalog-toolbar {

  flex: 1 0 100%;

  display: flex;

}

.mobile-catalog-toolbar button {

  margin-bottom: 20px;

}



button.mobile-catalog-toolbar__filter-button,

.mobile-catalog-toolbar__filter-button {

  line-height: 40px;

  margin-right: 15px;

}

button.mobile-catalog-toolbar__filter-button .shopwell-svg-icon,

.mobile-catalog-toolbar__filter-button .shopwell-svg-icon {

  font-size: 16px;

  font-size: 1rem;

  margin-right: 10px;

}

button.mobile-catalog-toolbar__filter-button .count,

.mobile-catalog-toolbar__filter-button .count {

  margin-left: 5px;

}



button.mobile-catalog-toolbar__sort-button {

  line-height: 40px;

}

button.mobile-catalog-toolbar__sort-button .name {

  margin-left: 5px;

}



.catalog-view-list .catalog-toolbar {

  margin-bottom: 0;

}



.shopwell-result-count {

  font-size: 14px;

  font-size: 0.875rem;

  color: #7d828a;

  margin: 0;

}



.catalog-toolbar__toolbar {

  display: flex;

  align-items: center;

}

.catalog-toolbar__toolbar .woocommerce-ordering__label {

  font-size: 14px;

  font-size: 0.875rem;

  font-weight: 500;

  color: #7d828a;

}

.catalog-toolbar__toolbar .woocommerce-ordering {

  margin-bottom: 0;

}

.catalog-toolbar__toolbar .woocommerce-ordering select {

  color: #1d2128;

  border-radius: 0;

  background-color: transparent;

  border: none;

  box-shadow: none;

  padding: 0 45px 0 15px;

  height: 25px;

}

.catalog-toolbar__toolbar .woocommerce-ordering select:focus {

  outline: 1px dotted;

}

.catalog-toolbar__toolbar .woocommerce-ordering + .shopwell-toolbar-view::before {

  content: "";

  display: inline-block;

  width: 1px;

  height: 16px;

  background-color: rgba(185, 185, 185, 0.4);

  margin-left: 3px;

  margin-right: 22px;

}

.catalog-toolbar__toolbar .tablet-catalog-toolbar__filter-button {

  border: none;

}

.catalog-toolbar__toolbar .tablet-catalog-toolbar__filter-button span {

  margin-right: 10px;

}

.catalog-toolbar__toolbar .tablet-catalog-toolbar__filter-button::after {

  content: "";

  display: inline-block;

  width: 1px;

  height: 16px;

  background-color: rgba(185, 185, 185, 0.4);

  margin-left: 22px;

  margin-right: 22px;

}



.shopwell-toolbar-view {

  display: flex;

  align-items: center;

}

.shopwell-toolbar-view a {

  position: relative;

  font-size: 36px;

  font-size: 2.25rem;

  color: #7d828a;

  display: inline-block;

  line-height: 1;

  margin-left: 7px;

  padding-right: 2px;

  padding-left: 1px;

  transition: 0.3s;

}

.shopwell-toolbar-view a::after {

  content: "";

  display: inline-block;

  position: absolute;

  left: 0;

  right: 0;

  bottom: -10px;

  height: 1px;

}

.shopwell-toolbar-view a:focus, .shopwell-toolbar-view a:hover {

  color: #1d2128;

}

.shopwell-toolbar-view a.current {

  color: #1d2128;

}

.shopwell-toolbar-view a.current::after {

  background-color: #1d2128;

}



.catalog-toolbar--top {

  display: flex;

  justify-content: space-between;

  padding: 24px;

  background-color: rgba(185, 185, 185, 0.4);

  border-radius: 2px;

  --shopwell-input__border-width: 0;

  --shopwell-input__box-shadow: rgba(0, 0, 0, 0.16);

  --shopwell-input__background-color: #ffffff;

  --shopwell-border__radius: 2px;

}

.catalog-toolbar--top .button-filters,

.catalog-toolbar--top .mobile-catalog-toolbar__sort-button {

  display: flex;

  align-items: center;

  justify-content: center;

  color: #7d828a;

  background-color: #fff;

  padding-left: 16px;

  padding-right: 19px;

  line-height: 44px;

  min-width: auto;

  border: none;

  box-shadow: 0px 2px 6px 0px var(--shopwell-input__box-shadow);

}

.catalog-toolbar--top .button-filters span,

.catalog-toolbar--top .mobile-catalog-toolbar__sort-button span {

  font-size: 20px;

  font-size: 1.25rem;

  margin-right: 10px;

}

.catalog-toolbar--top .button-filters span svg,

.catalog-toolbar--top .mobile-catalog-toolbar__sort-button span svg {

  vertical-align: 0;

}

.catalog-toolbar--top .button-filters:hover,

.catalog-toolbar--top .mobile-catalog-toolbar__sort-button:hover {

  color: #1d2128;

}

.catalog-toolbar--top .mobile-catalog-toolbar__sort-button span {

  font-size: 12px;

  font-size: 0.75rem;

}

.catalog-toolbar--top .catalog-order {

  position: relative;

  display: flex;

  align-items: center;

  justify-content: center;

  color: #7d828a;

  --shopwell-input__height: 44px;

}

.catalog-toolbar--top .catalog-order .woocommerce-ordering__label {

  position: absolute;

  left: 17px;

  z-index: 1;

  pointer-events: none;

  font-size: 14px;

  font-size: 0.875rem;

  font-weight: 500;

}

.catalog-toolbar--top .catalog-order select {

  display: none;

}

.catalog-toolbar--top .catalog-order .woocommerce-ordering {

  position: relative;

}

.catalog-toolbar--top .catalog-order .select2 {

  position: static;

}

.catalog-toolbar--top .catalog-order .select2 .selection {

  position: relative;

  display: block;

}

.catalog-toolbar--top .catalog-order .select2-selection {

  display: flex;

  align-items: center;

  color: #1d2128;

  border-radius: 2px;

  outline: none;

  transition: 0.4s;

  font-weight: 500;

  font-size: 14px;

  font-size: 0.875rem;

  height: 44px;

  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.16);

  background-color: #ffffff;

  padding: 0 18px 0 75px;

}

.catalog-toolbar--top .catalog-order .select2-selection:hover {

  border-color: #1d2128;

  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.16);

}

.catalog-toolbar--top .catalog-order .select2-selection:disabled, .catalog-toolbar--top .catalog-order .select2-selection.disabled, .catalog-toolbar--top .catalog-order .select2-selection:disabled[disabled] {

  background-color: #ebeff3;

  cursor: not-allowed;

}

.catalog-toolbar--top .catalog-order .select2-selection::placeholder {

  color: #7d828a;

}

.catalog-toolbar--top .catalog-order .select2-selection .select2-selection__rendered {

  line-height: inherit;

  padding: 0;

}

.catalog-toolbar--top .catalog-order .select2-selection .select2-selection__arrow {

  margin-left: 17px;

  appearance: none;

  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAHCAYAAAAxrNxjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDYuMC1jMDAyIDc5LjE2NDQ4OCwgMjAyMC8wNy8xMC0yMjowNjo1MyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIyLjAgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjM3QjIwQkNDMjVBRDExRUM5QkFEQjNEQ0I3NjBBM0UwIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjM3QjIwQkNEMjVBRDExRUM5QkFEQjNEQ0I3NjBBM0UwIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MzdCMjBCQ0EyNUFEMTFFQzlCQURCM0RDQjc2MEEzRTAiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MzdCMjBCQ0IyNUFEMTFFQzlCQURCM0RDQjc2MEEzRTAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6sw4h6AAAAb0lEQVR42mKsaexmZGBgqAPiuUD8hAEVyABxBBD3sACJEiBuAOJYIHZAUgxSdACIlYGYiwlILAfiu1CBA1AFyIpAcvNYoCY4IEkcgJoIUwS2hQUqiK6YAVkRiMOC5HBkxQxo7kVRiKyYAT0EAAIMALwKGx4801sSAAAAAElFTkSuQmCC);

  background-position: center center;

  background-repeat: no-repeat;

  padding: 0;

  position: static;

  width: 10px;

}

.catalog-toolbar--top .catalog-order:hover {

  color: #1d2128;

}

.catalog-toolbar--top .catalog-order:hover select {

  color: #1d2128;

}

.catalog-toolbar--top + .catalog-toolbar {

  margin-top: 24px;

  padding-top: 8px;

  border-top: 1px solid rgba(185, 185, 185, 0.4);

}

.catalog-toolbar--top .mobile-catalog-toolbar__sort-button {

  color: #7d828a;

}



.catalog-toolbar__filters-actived {

  padding-top: 24px;

  border-bottom: 1px solid rgba(185, 185, 185, 0.4);

}

.catalog-toolbar__filters-actived .remove-filtered {

  display: inline-block;

  font-size: 11px;

  font-size: 0.6875rem;

  background-color: #1d2128;

  color: #fff;

  padding: 8.5px 13px;

  margin-right: 8px;

  margin-bottom: 8px;

  border-radius: 3px;

}

.catalog-toolbar__filters-actived .remove-filtered .shopwell-svg-icon {

  margin-left: 8px;

}

.catalog-toolbar__filters-actived .remove-filtered-all {

  color: #1d2128;

  margin-left: 15px;

}

.catalog-toolbar__filters-actived.active {

  padding-bottom: 16px;

}



/**

 * Catalog

 */

.shopwell-catalog-page .site-content {

  padding-top: 0;

}

.shopwell-catalog-page .site-content + .shop-description {

  margin-top: -60px;

  padding-bottom: 40px;

}

.shopwell-catalog-page .products-filter-widget .widget-title {

  min-height: 51px;

}



.catalog-grid--has-border:not(.catalog-view-list) ul.products {

  border-bottom: 1px solid rgba(185, 185, 185, 0.4);

}

.catalog-grid--has-border:not(.catalog-view-list) ul.products li {

  margin-top: 13px;

  padding-top: 24px;

  border-top: 1px solid rgba(185, 185, 185, 0.4);

}

.catalog-grid--has-border:not(.catalog-view-list) ul.products li::after {

  position: absolute;

  bottom: 0;

  left: 0;

  display: inline-block;

  content: "";

  width: 1px;

  height: calc(100% - 24px);

  background-color: rgba(185, 185, 185, 0.4);

}

.catalog-grid--has-border:not(.catalog-view-list) ul.products:not(.product-card-layout-3):not(.product-card-layout-5):not(.product-card-layout-6) li.product:hover::after {

  display: none;

}

.catalog-grid--has-border:not(.catalog-view-list) ul.products:not(.product-card-layout-3):not(.product-card-layout-5):not(.product-card-layout-6) li.product:hover + li::after {

  display: none;

}

.catalog-grid--has-border:not(.catalog-view-list) ul.products.columns-2 li:nth-child(2n+1)::after {

  display: none;

}

.catalog-grid--has-border:not(.catalog-view-list) ul.products.columns-2 li:nth-child(1), .catalog-grid--has-border:not(.catalog-view-list) ul.products.columns-2 li:nth-child(2) {

  border-top: none;

  padding-top: 0;

  margin-top: 0;

}

.catalog-grid--has-border:not(.catalog-view-list) ul.products.columns-2 li:nth-child(1)::after, .catalog-grid--has-border:not(.catalog-view-list) ul.products.columns-2 li:nth-child(2)::after {

  height: 100%;

}

.catalog-grid--has-border:not(.catalog-view-list) ul.products.columns-3 li:nth-child(3n+1)::after {

  display: none;

}

.catalog-grid--has-border:not(.catalog-view-list) ul.products.columns-3 li:nth-child(1), .catalog-grid--has-border:not(.catalog-view-list) ul.products.columns-3 li:nth-child(2), .catalog-grid--has-border:not(.catalog-view-list) ul.products.columns-3 li:nth-child(3) {

  border-top: none;

  padding-top: 0;

  margin-top: 0;

}

.catalog-grid--has-border:not(.catalog-view-list) ul.products.columns-3 li:nth-child(1)::after, .catalog-grid--has-border:not(.catalog-view-list) ul.products.columns-3 li:nth-child(2)::after, .catalog-grid--has-border:not(.catalog-view-list) ul.products.columns-3 li:nth-child(3)::after {

  height: 100%;

}

.catalog-grid--has-border:not(.catalog-view-list) ul.products.columns-4 li:nth-child(4n+1)::after {

  display: none;

}

.catalog-grid--has-border:not(.catalog-view-list) ul.products.columns-4 li:nth-child(1), .catalog-grid--has-border:not(.catalog-view-list) ul.products.columns-4 li:nth-child(2), .catalog-grid--has-border:not(.catalog-view-list) ul.products.columns-4 li:nth-child(3), .catalog-grid--has-border:not(.catalog-view-list) ul.products.columns-4 li:nth-child(4) {

  border-top: none;

  padding-top: 0;

  margin-top: 0;

}

.catalog-grid--has-border:not(.catalog-view-list) ul.products.columns-4 li:nth-child(1)::after, .catalog-grid--has-border:not(.catalog-view-list) ul.products.columns-4 li:nth-child(2)::after, .catalog-grid--has-border:not(.catalog-view-list) ul.products.columns-4 li:nth-child(3)::after, .catalog-grid--has-border:not(.catalog-view-list) ul.products.columns-4 li:nth-child(4)::after {

  height: 100%;

}

.catalog-grid--has-border:not(.catalog-view-list) ul.products.columns-5 li:nth-child(5n+1)::after {

  display: none;

}

.catalog-grid--has-border:not(.catalog-view-list) ul.products.columns-5 li:nth-child(1), .catalog-grid--has-border:not(.catalog-view-list) ul.products.columns-5 li:nth-child(2), .catalog-grid--has-border:not(.catalog-view-list) ul.products.columns-5 li:nth-child(3), .catalog-grid--has-border:not(.catalog-view-list) ul.products.columns-5 li:nth-child(4), .catalog-grid--has-border:not(.catalog-view-list) ul.products.columns-5 li:nth-child(5) {

  border-top: none;

  padding-top: 0;

  margin-top: 0;

}

.catalog-grid--has-border:not(.catalog-view-list) ul.products.columns-5 li:nth-child(1)::after, .catalog-grid--has-border:not(.catalog-view-list) ul.products.columns-5 li:nth-child(2)::after, .catalog-grid--has-border:not(.catalog-view-list) ul.products.columns-5 li:nth-child(3)::after, .catalog-grid--has-border:not(.catalog-view-list) ul.products.columns-5 li:nth-child(4)::after, .catalog-grid--has-border:not(.catalog-view-list) ul.products.columns-5 li:nth-child(5)::after {

  height: 100%;

}



.catalog-grid--has-border-bottom:not(.catalog-view-list) ul.products {

  margin-top: 20px;

}

.catalog-grid--has-border-bottom:not(.catalog-view-list) ul.products li {

  margin-top: 31px;

  padding-top: 36px;

  margin-bottom: 0;

  padding-bottom: 0;

  border-top: 1px solid rgba(185, 185, 185, 0.4);

}

.catalog-grid--has-border-bottom:not(.catalog-view-list) ul.products.columns-2 li:first-child, .catalog-grid--has-border-bottom:not(.catalog-view-list) ul.products.columns-2 li:nth-child(2) {

  padding-top: 0;

  margin-top: 0;

  border-top: none;

}

.catalog-grid--has-border-bottom:not(.catalog-view-list) ul.products.columns-3 li:first-child, .catalog-grid--has-border-bottom:not(.catalog-view-list) ul.products.columns-3 li:nth-child(2), .catalog-grid--has-border-bottom:not(.catalog-view-list) ul.products.columns-3 li:nth-child(3) {

  padding-top: 0;

  margin-top: 0;

  border-top: none;

}

.catalog-grid--has-border-bottom:not(.catalog-view-list) ul.products.columns-4 li:first-child, .catalog-grid--has-border-bottom:not(.catalog-view-list) ul.products.columns-4 li:nth-child(2), .catalog-grid--has-border-bottom:not(.catalog-view-list) ul.products.columns-4 li:nth-child(3), .catalog-grid--has-border-bottom:not(.catalog-view-list) ul.products.columns-4 li:nth-child(4) {

  padding-top: 0;

  margin-top: 0;

  border-top: none;

}

.catalog-grid--has-border-bottom:not(.catalog-view-list) ul.products.columns-5 li:first-child, .catalog-grid--has-border-bottom:not(.catalog-view-list) ul.products.columns-5 li:nth-child(2), .catalog-grid--has-border-bottom:not(.catalog-view-list) ul.products.columns-5 li:nth-child(3), .catalog-grid--has-border-bottom:not(.catalog-view-list) ul.products.columns-5 li:nth-child(4), .catalog-grid--has-border-bottom:not(.catalog-view-list) ul.products.columns-5 li:nth-child(5) {

  padding-top: 0;

  margin-top: 0;

  border-top: none;

}



.product-archive-elementor .shopwell-products-filter--sidebar .widget-title {

  cursor: pointer;

  transition: 0.35s;

  margin-bottom: 0;

}



/**

 * Products Card

 */

ul.products {

  position: relative;

  display: flex;

  flex-wrap: wrap;

  list-style: none;

  z-index: 2;

  margin: 0;

  padding: 0;

}

ul.products li.product {

  list-style: none;

  position: relative;

  margin-bottom: 10px;

}

ul.products li.product .product-inner {

  background-color: #fff;

  width: 100%;

}

ul.products li.product .product-inner:focus-within .product-featured-icons, ul.products li.product .product-inner:hover .product-featured-icons {

  visibility: visible;

  opacity: 1;

  transform: translateX(0);

}

ul.products li.product .wc-forward {

  display: none;

}

ul.products li.product .ajax_add_to_cart span {

  position: relative;

}

ul.products li.product .ajax_add_to_cart span::before {

  content: "";

  display: inline-block;

  width: 0;

  height: 12px;

  opacity: 0;

  transition: width 0.2s;

}

ul.products li.product .ajax_add_to_cart.loading span {

  padding-left: 22px;

}

ul.products li.product .ajax_add_to_cart.loading span::before {

  position: absolute;

  top: 15px;

  left: 0;

  opacity: 1;

  width: 12px;

  margin-right: 10px;

  border-radius: 50%;

  border: 2px solid;

  border-top-color: transparent;

  animation: shopwellSpin infinite 1s linear;

  transition: none;

}

ul.products li.product .ajax_add_to_cart.added span::before {

  width: 22px;

  animation: shopwellSlideOut 0.2s linear 2s forwards;

  transition: none;

}

ul.products li.product .ajax_add_to_cart.added span::after {

  content: "";

  position: absolute;

  top: 22px;

  left: 0;

  border-top: 2px solid;

  border-right: 2px solid;

  transition: none;

  transform: scaleX(-1) rotate(135deg);

  transform-origin: left top;

  animation: shopwellCheckmark 1s ease forwards;

}

ul.products li.product .meta-wrapper .meta-cat span {

  display: none;

}

ul.products li.product .meta-wrapper .meta-sku {

  display: none;

}

ul.products li.product .product-thumbnail {

  position: relative;

  width: 100%;

}

ul.products li.product .product-thumbnail .woocommerce-loop-product__link {

  display: block;

  text-align: center;

  position: relative;

}

ul.products li.product .product-thumbnail .woocommerce-loop-product__link:focus {

  outline: 1px dotted;

}

ul.products li.product .product-thumbnail .product-thumbnails--slider:not(.swiper-container-initialized) .swiper-wrapper {

  flex-wrap: nowrap;

}

ul.products li.product .product-thumbnail .product-thumbnails--slider:not(.swiper-container-initialized) .swiper-wrapper .woocommerce-LoopProduct-link {

  width: 100%;

  flex: 0 0 100%;

}

ul.products li.product .product-thumbnail img {

  display: inline-block;

}

ul.products li.product .product-thumbnail .product-featured-icons {

  position: absolute;

  top: -11px;

  right: 6px;

  z-index: 8;

  display: flex;

  visibility: hidden;

  opacity: 0;

  transition: transform 0.3s;

  transform: translateX(10px);

  gap: 20px;

}

ul.products li.product .product-thumbnail .product-featured-icons .shopwell-button--atc {

  display: none;

  background-color: transparent;

  min-width: auto;

  color: #7d828a;

  padding: 0;

  line-height: 1;

  font-size: 20px;

}

ul.products li.product .product-thumbnail .product-featured-icons .shopwell-button--atc .add-to-cart-text {

  display: none;

}

ul.products li.product .product-thumbnail .product-featured-icons .shopwell-button--atc.loading .shopwell-svg-icon::before {

  top: -5px;

  left: 5px;

}

ul.products li.product .product-thumbnail .product-featured-icons .shopwell-button--atc.loading .shopwell-svg-icon svg {

  display: none;

}

ul.products li.product .product-thumbnail .product-featured-icons .shopwell-button--atc.added .shopwell-svg-icon::after {

  display: none;

}

ul.products li.product .product-thumbnail .product-featured-icons .wcboost-products-compare-button {

  margin: 0;

  min-width: 20px;

  position: relative;

}

ul.products li.product .product-thumbnail .product-featured-icons .wcboost-products-compare-button:before {

  content: "";

  display: inline-block;

  width: 0;

  height: 13px;

  position: absolute;

  top: 4px;

  left: 3px;

  width: 13px;

  border-radius: 50%;

  border: 2px solid;

  border-top-color: transparent;

  animation: shopwellSpin infinite 1s linear;

  opacity: 0;

  transition: width 0.2s;

}

ul.products li.product .product-thumbnail .product-featured-icons .wcboost-products-compare-button.loading {

  margin-left: 20px;

}

ul.products li.product .product-thumbnail .product-featured-icons .wcboost-products-compare-button.loading:before {

  opacity: 1;

  transition: none;

}

ul.products li.product .product-thumbnail .product-featured-icons .wcboost-products-compare-button.loading .wcboost-products-compare-button__icon {

  display: none;

}

ul.products li.product .product-thumbnail .product-featured-icons .shopwell-svg-icon {

  font-size: 19px;

  font-size: 1.1875rem;

  line-height: inherit;

  margin-right: 0;

  vertical-align: middle;

  /*rtl:raw:

      margin-right: 0;

  */

}

ul.products li.product .product-thumbnail .product-featured-icons .shopwell-button .wcboost-products-compare-button__icon {

  margin-right: 0;

  /*rtl:raw:

      margin-right: 0;

  */

}

ul.products li.product .product-thumbnail .product-featured-icons .shopwell-button .shopwell-button__text,

ul.products li.product .product-thumbnail .product-featured-icons .shopwell-button .wcboost-products-compare-button__text {

  display: none;

}

ul.products li.product .short-description {

  display: none;

}

ul.products li.product .add-to-wishlist-button__icon {

  margin-right: 0;

}

ul.products li.product form.variations_form .variations_button {

  display: none;

}

ul.products li.product table.variations {

  margin: 0;

}

ul.products li.product table.variations td {

  border: none;

}

ul.products li.product table.variations .label {

  display: none;

}

ul.products li.product table.variations .value {

  padding: 0 0 10px 0;

}

ul.products li.product table.variations select {

  height: 44px;

  width: 100%;

}

ul.products li.product .wcboost-variation-swatches__wrapper {

  margin: 0 -2px;

  display: inline-flex;

  flex-wrap: wrap;

}

ul.products li.product .wcboost-variation-swatches__item {

  display: inline-flex;

  align-items: center;

  justify-content: center;

  margin: 0 2px;

  font-size: 16px;

  font-size: 1rem;

}

ul.products li.product .wcboost-variation-swatches__item.selected {

  border: 1px solid #1d2128;

  box-shadow: none;

}

ul.products li.product .wcboost-variation-swatches--color .wcboost-variation-swatches__item {

  width: 20px;

  height: 20px;

  line-height: 20px;

  padding: 2px;

  box-shadow: none;

}

ul.products li.product .wcboost-variation-swatches--color .wcboost-variation-swatches__item span {

  width: 12px;

  height: 12px;

  line-height: 12px;

}

ul.products li.product .wcboost-variation-swatches--image {

  display: inline-flex;

  width: 100%;

}

ul.products li.product .wcboost-variation-swatches--image .wcboost-variation-swatches__item {

  box-shadow: none;

}

ul.products li.product .product-variation-items {

  position: relative;

  min-height: 30px;

}

ul.products li.product .product-variation-items.product-variation-items--hover .product-variation-items--text {

  position: absolute;

  top: 0;

  left: 0;

  right: 0;

}

ul.products li.product .product-variation-items .product-variation-items--text {

  display: flex;

  width: 100%;

  font-size: 11px;

  font-size: 0.6875rem;

  font-weight: 500;

  line-height: 22px;

  color: #7d828a;

  text-transform: capitalize;

  transition: 0.3s;

  padding-top: 3px;

}

ul.products li.product .product-variation-items .product-variation-items--item {

  display: flex;

  justify-content: center;

  flex-wrap: wrap;

  opacity: 0;

  visibility: hidden;

  transition: 0.3s;

  transform: translateY(10px);

}

ul.products li.product .product-variation-items .product-variation-item {

  display: inline-flex;

  align-items: center;

  justify-content: center;

  margin: 6px 3px 0;

  font-size: 16px;

  font-size: 1rem;

  cursor: pointer;

  border: 2px solid transparent;

  transition: 0.4s;

}

ul.products li.product .product-variation-items .product-variation-item:hover, ul.products li.product .product-variation-items .product-variation-item.selected {

  border-color: #23272e;

}

ul.products li.product .product-variation-items .product-variation-item:first-child {

  margin-left: 0;

}

ul.products li.product .product-variation-items .product-variation-item:last-child {

  margin-right: 0;

}

ul.products li.product .product-variation-items .product-variation-item--color {

  width: 20px;

  height: 20px;

  line-height: 20px;

  border-radius: 50%;

}

ul.products li.product .product-variation-items .product-variation-item--color .product-variation-item__color {

  width: 16px;

  height: 16px;

  line-height: 16px;

  border-radius: 50%;

}

ul.products li.product .product-variation-items .product-variation-item--color:hover {

  padding: 2px;

}

ul.products li.product .product-variation-items .product-variation-item--color:hover .product-variation-item__color {

  width: 12px;

  height: 12px;

}

ul.products li.product .product-variation-items .product-variation-item--color.selected {

  padding: 2px;

}

ul.products li.product .product-variation-items .product-variation-item--color.selected .product-variation-item__color {

  width: 12px;

  height: 12px;

}

ul.products li.product .product-variation-items .product-variation-item--image {

  width: 32px;

  height: auto;

  margin: 0 1px;

  border-width: 1px;

}

ul.products li.product .product-variation-items .product-variation-item--label,

ul.products li.product .product-variation-items .product-variation-item--button {

  font-size: 11px;

  font-size: 0.6875rem;

  min-width: 40px;

  height: 22px;

  padding: 0 6px;

  border-color: #ebeff3;

  border-radius: 2px;

}

ul.products li.product .product-variation-items .product-variation-item--label:hover,

ul.products li.product .product-variation-items .product-variation-item--button:hover {

  border-color: #1d2128;

  color: #1d2128;

}

ul.products li.product .product-variation-items .product-variation-item--label.selected,

ul.products li.product .product-variation-items .product-variation-item--button.selected {

  color: #fff;

  background-color: #1d2128;

}

ul.products li.product .product-variation-items .product-variation-item--label.disabled,

ul.products li.product .product-variation-items .product-variation-item--button.disabled {

  background-color: #ebeff3;

  border-color: #ebeff3;

  color: #fff;

  opacity: 1;

}

ul.products li.product .product-variation-items .product-variation-item-more {

  display: inline-flex;

  align-items: center;

  font-size: 14px;

  font-size: 0.875rem;

  color: #7d828a;

  font-weight: 500;

  padding: 0 5px;

  margin-top: 8px;

}

ul.products li.product .product-variation-items + .meta-cat {

  margin-top: 0;

}

ul.products li.product .meta-cat {

  display: block;

  margin-top: 9px;

  font-size: 12px;

  font-size: 0.75rem;

  font-weight: 500;

  line-height: 20px;

  color: #7d828a;

}

ul.products li.product .meta-cat a {

  color: inherit;

}

ul.products li.product .meta-cat a:focus {

  text-decoration: underline;

}

ul.products li.product .meta-cat + .woocommerce-loop-product__title {

  margin-top: 0;

}

ul.products li.product .woocommerce-loop-product__title {

  font-size: 15px;

  font-size: 0.9375rem;

  font-weight: 400;

  line-height: 20px;

  color: #1d2128;

  margin-top: 6px;

  margin-bottom: 0;

}

ul.products li.product .woocommerce-loop-product__title a {

  color: inherit;

  background-image: linear-gradient(to right, currentColor 0%, currentColor 100%);

  background-position: 0 100%;

  background-repeat: no-repeat;

  background-size: 0 1px;

  transition: background-size 0.8s cubic-bezier(0.25, 0.8, 0.25, 1);

}

ul.products li.product .woocommerce-loop-product__title a:focus, ul.products li.product .woocommerce-loop-product__title a:hover {

  background-size: 100% 1px;

}

ul.products li.product .shopwell-rating {

  display: flex;

  margin-top: 3px;

}

ul.products li.product .shopwell-rating .review-count {

  margin-left: 5px;

  font-size: 12px;

  font-size: 0.75rem;

  font-weight: 500;

  color: #7d828a;

}

ul.products li.product .shopwell-rating .review-count .average,

ul.products li.product .shopwell-rating .review-count .text {

  display: none;

}

ul.products li.product .price {

  display: flex;

  font-size: 14px;

  font-size: 0.875rem;

  font-weight: 500;

  line-height: 22px;

  color: #1d2128;

  margin-top: 12px;

  flex-wrap: wrap;

}

ul.products li.product .price .woocs_price_code {

  display: flex;

}

ul.products li.product .price ins {

  order: 1;

  margin-right: 8px;

  background-color: transparent;

}

ul.products li.product .price del {

  order: 2;

  font-weight: 400;

}

ul.products li.product .price > .woocommerce-Price-amount {

  margin-left: 4px;

  margin-right: 4px;

}

ul.products li.product .price > .woocommerce-Price-amount:first-child {

  margin-left: 0;

}

ul.products li.product .price > .woocommerce-Price-amount:last-child {

  margin-right: 0;

}

ul.products li.product .product-actions .price {

  display: none;

}

ul.products li.product .product-actions > a.button {

  margin-top: 5px;

  line-height: 44px;

  min-width: auto;

  width: 100%;

  padding-left: 1em;

  padding-right: 1em;

}

ul.products li.product .product-actions > a.button > span {

  overflow: hidden;

  text-overflow: ellipsis;

  white-space: nowrap;

  text-align: center;

}

ul.products li.product .product-actions > a.button .shopwell-svg-icon {

  display: none;

}

ul.products li.product .product-actions > a.button + a.button {

  margin-top: 12px;

}

ul.products li.product .product-actions > a.added_to_cart + a.button {

  margin-top: 12px;

}

ul.products li.product .product-actions .product-featured-icons {

  display: none;

  justify-content: space-between;

  align-items: center;

}

ul.products li.product .product-actions .product-featured-icons .wcboost-products-compare-button {

  margin: 0;

}

ul.products li.product .product-actions .product-featured-icons .shopwell-button {

  line-height: 1;

  margin-top: 0;

}

ul.products li.product .product-actions .product-featured-icons .shopwell-button .shopwell-button__text,

ul.products li.product .product-actions .product-featured-icons .shopwell-button .wcboost-products-compare-button__text {

  display: block;

  font-size: 14px;

  font-size: 0.875rem;

  padding-left: 9px;

}

ul.products li.product .product-actions .product-featured-icons .shopwell-button .add-to-wishlist-button__icon,

ul.products li.product .product-actions .product-featured-icons .shopwell-button .wcboost-products-compare-button__icon {

  margin-right: 0;

  /*rtl:raw:

  	margin-right: 0;

  */

}

ul.products li.product .product-actions .product-featured-icons .shopwell-button--compare > a.added:before {

  margin-right: 9px;

}

ul.products li.product .product-actions .product-featured-icons .shopwell-button--compare > a.added .shopwell-button__text {

  padding-left: 0;

}

ul.products li.product .product-actions .product-featured-icons .shopwell-button--wishlist .shopwell-button__text {

  margin-bottom: 2px;

}

ul.products li.product .product-featured-icons .shopwell-button {

  color: #7d828a;

}

ul.products li.product .product-featured-icons .shopwell-button.disabled {

  background-color: transparent;

}

ul.products li.product .product-featured-icons .shopwell-button:focus, ul.products li.product .product-featured-icons .shopwell-button:hover {

  color: #1d2128;

}

ul.products li.product .product-featured-icons .shopwell-button:after {

  display: none;

}

ul.products li.product .product-featured-icons .shopwell-button:first-child {

  margin-left: 0;

}

ul.products li.product .product-featured-icons .shopwell-button--compare > a {

  display: flex;

  align-items: center;

  color: #7d828a;

}

ul.products li.product .product-featured-icons .shopwell-button--compare > a:focus, ul.products li.product .product-featured-icons .shopwell-button--compare > a:hover {

  color: #1d2128;

}

ul.products li.product .product-featured-icons .shopwell-button--compare > a > span {

  position: relative;

}

ul.products li.product .product-featured-icons .shopwell-button--compare > a > span::before {

  content: "";

  display: inline-block;

  width: 0;

  height: 13px;

  opacity: 0;

  transition: width 0.2s;

}

ul.products li.product .product-featured-icons .shopwell-button--compare > a.loading > span {

  padding-left: 20px;

}

ul.products li.product .product-featured-icons .shopwell-button--compare > a.loading > span:before {

  position: absolute;

  top: -6px;

  left: 4px;

  opacity: 1;

  width: 13px;

  margin-right: 10px;

  border-radius: 50%;

  border: 2px solid;

  border-top-color: transparent;

  animation: shopwellSpin infinite 1s linear;

  transition: none;

}

ul.products li.product .product-featured-icons .shopwell-button--compare > a.loading > span .shopwell-svg-icon--compare {

  display: none;

}

ul.products li.product .product-featured-icons .shopwell-button--compare > a.added {

  width: 20px;

  height: 25px;

  overflow: hidden;

  display: block;

}

ul.products li.product .product-featured-icons .shopwell-button--compare > a.added:before {

  content: "";

  background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMzIgMzIiPgo8cGF0aCBkPSJNMTMuNDUzIDIzLjgyN2wtNy43MzMtNy43MzMgMS44OTMtMS44OCA1Ljg0IDUuODQgMTAuOTMzLTEwLjkzMyAxLjg5MyAxLjg4eiI+PC9wYXRoPgo8L3N2Zz4K");

  width: 20px;

  height: 25px;

  opacity: 0.5;

  transition: 0.3s;

  display: inline-block;

}

ul.products li.product .product-featured-icons .shopwell-button--compare > a.added:focus::before, ul.products li.product .product-featured-icons .shopwell-button--compare > a.added:hover::before {

  opacity: 1;

}

ul.products li.product .product-featured-icons .shopwell-button--compare .shopwell-button__text {

  padding-left: 0;

}

ul.products li.product .product-featured-icons .wcboost-products-compare-button {

  display: flex;

  align-items: center;

  color: #7d828a;

}

ul.products li.product .product-featured-icons .wcboost-products-compare-button:focus, ul.products li.product .product-featured-icons .wcboost-products-compare-button:hover {

  color: #1d2128;

}

ul.products li.product .product-featured-icons .shopwell-button--wishlist {

  display: flex;

  align-items: center;

  color: #7d828a;

  min-width: 20px;

  position: relative;

}

ul.products li.product .product-featured-icons .shopwell-button--wishlist:focus, ul.products li.product .product-featured-icons .shopwell-button--wishlist:hover {

  color: #1d2128;

}

ul.products li.product .product-featured-icons .shopwell-button--wishlist:before {

  content: "";

  display: inline-block;

  width: 0;

  height: 13px;

  position: absolute;

  top: 2px;

  left: 3px;

  width: 13px;

  border-radius: 50%;

  border: 2px solid;

  border-top-color: transparent;

  animation: shopwellSpin infinite 1s linear;

  opacity: 0;

  transition: width 0.2s;

}

ul.products li.product .product-featured-icons .shopwell-button--wishlist.loading {

  margin-left: 20px;

}

ul.products li.product .product-featured-icons .shopwell-button--wishlist.loading:before {

  opacity: 1;

  transition: none;

}

ul.products li.product .product-featured-icons .shopwell-button--wishlist.loading .add-to-wishlist-button__icon {

  display: none;

}

ul.products li.product .product-featured-icons .shopwell-button--wishlist .wcboost-wishlist-button__text {

  display: none;

}

ul.products li.product.outofstock .product-actions > a.button:not(.shopwell-button--quickview) {

  background-color: #ebeff3;

  color: #fff;

  border: none;

  box-shadow: none;

  cursor: not-allowed;

  pointer-events: none;

}

ul.products li.product.outofstock .product-actions > a.button:not(.shopwell-button--quickview):hover, ul.products li.product.outofstock .product-actions > a.button:not(.shopwell-button--quickview):active, ul.products li.product.outofstock .product-actions > a.button:not(.shopwell-button--quickview):focus {

  background-color: #ebeff3;

}

ul.products li.product.outofstock .shopwell-button--quickview.shopwell-button--ghost {

  display: none;

}

ul.products.product-card-layout-1 li.product .product-inner {

  padding: 10px 10px 10px;

}

ul.products.product-card-layout-1 li.product .product-inner:focus-within form.variations_form, ul.products.product-card-layout-1 li.product .product-inner:hover form.variations_form {

  opacity: 1;

  transform: none;

  pointer-events: auto;

}

ul.products.product-card-layout-1 li.product .product-thumbnail .shopwell-button--quickview {

  display: none;

}

ul.products.product-card-layout-1 li.product .product-summary {

  padding-left: 8px;

  padding-right: 8px;

}

ul.products.product-card-layout-1 li.product form.variations_form {

  position: absolute;

  bottom: 0;

  left: 0;

  width: 100%;

  opacity: 0;

  transform: translateY(20px);

  transition: 0.1s;

  background-color: #fff;

  padding-top: 15px;

  pointer-events: none;

  margin-bottom: -33px;

  z-index: 1;

}

ul.products.product-card-layout-1 li.product table.variations .value {

  text-align: center;

}

ul.products.product-card-layout-1 li.product .woocommerce-loop-product__title + .price {

  margin-top: 9px;

}

ul.products.product-card-layout-3 li.product .product-inner .product-thumbnail .product-featured-icons .shopwell-button {

  display: flex;

}

ul.products.product-card-layout-1 li.product .product-inner .product-thumbnail .product-featured-icons, ul.products.product-card-layout-3 li.product .product-inner .product-thumbnail .product-featured-icons {

  gap: 8px;

}

ul.products.product-card-layout-1 li.product .product-inner .product-thumbnail .product-featured-icons .wcboost-wishlist-button,

ul.products.product-card-layout-1 li.product .product-inner .product-thumbnail .product-featured-icons .shopwell-button--quickview,

ul.products.product-card-layout-1 li.product .product-inner .product-thumbnail .product-featured-icons .wcboost-products-compare-button, ul.products.product-card-layout-3 li.product .product-inner .product-thumbnail .product-featured-icons .wcboost-wishlist-button,

ul.products.product-card-layout-3 li.product .product-inner .product-thumbnail .product-featured-icons .shopwell-button--quickview,

ul.products.product-card-layout-3 li.product .product-inner .product-thumbnail .product-featured-icons .wcboost-products-compare-button {

  margin: 0;

}

ul.products.product-card-layout-1 li.product .product-inner .product-thumbnail .product-featured-icons .wcboost-wishlist-button:before,

ul.products.product-card-layout-1 li.product .product-inner .product-thumbnail .product-featured-icons .shopwell-button--quickview:before,

ul.products.product-card-layout-1 li.product .product-inner .product-thumbnail .product-featured-icons .wcboost-products-compare-button:before, ul.products.product-card-layout-3 li.product .product-inner .product-thumbnail .product-featured-icons .wcboost-wishlist-button:before,

ul.products.product-card-layout-3 li.product .product-inner .product-thumbnail .product-featured-icons .shopwell-button--quickview:before,

ul.products.product-card-layout-3 li.product .product-inner .product-thumbnail .product-featured-icons .wcboost-products-compare-button:before {

  top: 10px;

  left: 10px;

}

ul.products.product-card-layout-1 li.product .product-inner .product-thumbnail .product-featured-icons .wcboost-wishlist-button.loading,

ul.products.product-card-layout-1 li.product .product-inner .product-thumbnail .product-featured-icons .shopwell-button--quickview.loading,

ul.products.product-card-layout-1 li.product .product-inner .product-thumbnail .product-featured-icons .wcboost-products-compare-button.loading, ul.products.product-card-layout-3 li.product .product-inner .product-thumbnail .product-featured-icons .wcboost-wishlist-button.loading,

ul.products.product-card-layout-3 li.product .product-inner .product-thumbnail .product-featured-icons .shopwell-button--quickview.loading,

ul.products.product-card-layout-3 li.product .product-inner .product-thumbnail .product-featured-icons .wcboost-products-compare-button.loading {

  margin-left: 0;

}

ul.products.product-card-layout-1 li.product .product-inner .product-thumbnail .product-featured-icons .shopwell-button,

ul.products.product-card-layout-1 li.product .product-inner .product-thumbnail .product-featured-icons .shopwell-button--atc,

ul.products.product-card-layout-1 li.product .product-inner .product-thumbnail .product-featured-icons .wcboost-products-compare-button,

ul.products.product-card-layout-1 li.product .product-inner .product-thumbnail .product-featured-icons .wcboost-wishlist-button, ul.products.product-card-layout-3 li.product .product-inner .product-thumbnail .product-featured-icons .shopwell-button,

ul.products.product-card-layout-3 li.product .product-inner .product-thumbnail .product-featured-icons .shopwell-button--atc,

ul.products.product-card-layout-3 li.product .product-inner .product-thumbnail .product-featured-icons .wcboost-products-compare-button,

ul.products.product-card-layout-3 li.product .product-inner .product-thumbnail .product-featured-icons .wcboost-wishlist-button {

  min-width: auto;

  background: #fff;

  color: #7d828a;

  align-items: center;

  justify-content: center;

  width: 30px;

  height: 30px;

  padding: 6px;

  overflow: hidden;

  white-space: nowrap;

  border: none;

  border-radius: 0;

  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 3px;

}

ul.products.product-card-layout-1 li.product .product-inner .product-thumbnail .product-featured-icons .shopwell-button:focus, ul.products.product-card-layout-1 li.product .product-inner .product-thumbnail .product-featured-icons .shopwell-button:hover,

ul.products.product-card-layout-1 li.product .product-inner .product-thumbnail .product-featured-icons .shopwell-button--atc:focus,

ul.products.product-card-layout-1 li.product .product-inner .product-thumbnail .product-featured-icons .shopwell-button--atc:hover,

ul.products.product-card-layout-1 li.product .product-inner .product-thumbnail .product-featured-icons .wcboost-products-compare-button:focus,

ul.products.product-card-layout-1 li.product .product-inner .product-thumbnail .product-featured-icons .wcboost-products-compare-button:hover,

ul.products.product-card-layout-1 li.product .product-inner .product-thumbnail .product-featured-icons .wcboost-wishlist-button:focus,

ul.products.product-card-layout-1 li.product .product-inner .product-thumbnail .product-featured-icons .wcboost-wishlist-button:hover, ul.products.product-card-layout-3 li.product .product-inner .product-thumbnail .product-featured-icons .shopwell-button:focus, ul.products.product-card-layout-3 li.product .product-inner .product-thumbnail .product-featured-icons .shopwell-button:hover,

ul.products.product-card-layout-3 li.product .product-inner .product-thumbnail .product-featured-icons .shopwell-button--atc:focus,

ul.products.product-card-layout-3 li.product .product-inner .product-thumbnail .product-featured-icons .shopwell-button--atc:hover,

ul.products.product-card-layout-3 li.product .product-inner .product-thumbnail .product-featured-icons .wcboost-products-compare-button:focus,

ul.products.product-card-layout-3 li.product .product-inner .product-thumbnail .product-featured-icons .wcboost-products-compare-button:hover,

ul.products.product-card-layout-3 li.product .product-inner .product-thumbnail .product-featured-icons .wcboost-wishlist-button:focus,

ul.products.product-card-layout-3 li.product .product-inner .product-thumbnail .product-featured-icons .wcboost-wishlist-button:hover {

  color: #1d2128;

}

ul.products.product-card-layout-1 li.product .woocommerce-badges, ul.products.product-card-layout-3 li.product .woocommerce-badges {

  top: 15px;

  left: unset;

  right: 15px;

}

ul.products.product-card-layout-2 li.product .product-inner {

  padding: 10px 10px 10px;

}

ul.products.product-card-layout-2 li.product .product-inner:focus-within .product-thumbnail .product-featured-icons, ul.products.product-card-layout-2 li.product .product-inner:hover .product-thumbnail .product-featured-icons {

  transform: translateX(50%) translateY(0);

}

ul.products.product-card-layout-2 li.product .product-thumbnail .product-featured-icons {

  top: auto;

  bottom: 15px;

  right: 50%;

  transform: translateX(50%) translateY(10px);

  padding: 8px 12px;

  background-color: rgba(0, 0, 0, 0.48);

  border-radius: var(--shopwell-border__radius);

}

ul.products.product-card-layout-2 li.product .product-thumbnail .product-featured-icons a {

  color: #ffffff;

}

ul.products.product-card-layout-2 li.product .product-thumbnail .product-featured-icons .shopwell-button--compare > a.added:before {

  background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0iI2ZmZiIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMzIgMzIiPgo8cGF0aCBkPSJNMTMuNDUzIDIzLjgyN2wtNy43MzMtNy43MzMgMS44OTMtMS44OCA1Ljg0IDUuODQgMTAuOTMzLTEwLjkzMyAxLjg5MyAxLjg4eiI+PC9wYXRoPgo8L3N2Zz4K");

  opacity: 1;

}

ul.products.product-card-layout-2 li.product .product-thumbnail .shopwell-button--quickview {

  display: none;

}

ul.products.product-card-layout-2 li.product .product-summary {

  padding-left: 9px;

  padding-right: 9px;

}

ul.products.product-card-layout-2 li.product .woocommerce-badges {

  top: 20px;

  left: 20px;

}

ul.products.product-card-layout-2 li.product .product-variation-items {

  margin-top: 8px;

}

ul.products.product-card-layout-2 li.product .product-variation-items .product-variation-items--item {

  justify-content: flex-start;

}

ul.products.product-card-layout-2 li.product .price {

  font-size: 16px;

  font-size: 1rem;

  margin-top: 10px;

}

ul.products.product-card-layout-2 li.product .price del {

  font-size: 12px;

  font-size: 0.75rem;

}

ul.products.product-card-layout-2 li.product .shopwell-rating {

  margin-top: 0;

}

ul.products.product-card-layout-1 li.product .product-inner, ul.products.product-card-layout-2 li.product .product-inner {

  position: relative;

  height: 100%;

}

ul.products.product-card-layout-1 li.product .product-inner:focus-within, ul.products.product-card-layout-1 li.product .product-inner:hover, ul.products.product-card-layout-2 li.product .product-inner:focus-within, ul.products.product-card-layout-2 li.product .product-inner:hover {

  height: auto;

  border-radius: 2px;

  box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.1);

  z-index: 3;

}

ul.products.product-card-layout-1 li.product .product-inner:focus-within .product-actions, ul.products.product-card-layout-1 li.product .product-inner:hover .product-actions, ul.products.product-card-layout-2 li.product .product-inner:focus-within .product-actions, ul.products.product-card-layout-2 li.product .product-inner:hover .product-actions {

  visibility: visible;

  opacity: 1;

  pointer-events: auto;

}

ul.products.product-card-layout-1 li.product .product-inner:focus-within .product-actions > *, ul.products.product-card-layout-1 li.product .product-inner:hover .product-actions > *, ul.products.product-card-layout-2 li.product .product-inner:focus-within .product-actions > *, ul.products.product-card-layout-2 li.product .product-inner:hover .product-actions > * {

  transform: translateY(0);

}

ul.products.product-card-layout-1 li.product .product-actions, ul.products.product-card-layout-2 li.product .product-actions {

  position: absolute;

  left: 0;

  right: 0;

  opacity: 0;

  visibility: hidden;

  pointer-events: none;

  background-color: #fff;

  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);

  border-radius: 0 0 2px 2px;

  z-index: 9;

  padding: 7px 18px 18px;

}

ul.products.product-card-layout-1 li.product .product-actions > *, ul.products.product-card-layout-2 li.product .product-actions > * {

  transition: transform 0.3s;

  transform: translateY(10px);

}

ul.products.product-card-layout-3 li.product .product-inner {

  position: relative;

  height: 100%;

  padding-bottom: 10px;

}

ul.products.product-card-layout-3 li.product .product-inner:focus-within .product-actions, ul.products.product-card-layout-3 li.product .product-inner:hover .product-actions {

  transform: translateY(-47px);

  opacity: 1;

  visibility: visible;

}

ul.products.product-card-layout-3 li.product .product-inner:focus-within .product-price-group > *:nth-last-child(2), ul.products.product-card-layout-3 li.product .product-inner:focus-within .product-price-group > *:last-child, ul.products.product-card-layout-3 li.product .product-inner:hover .product-price-group > *:nth-last-child(2), ul.products.product-card-layout-3 li.product .product-inner:hover .product-price-group > *:last-child {

  opacity: 0;

  visibility: hidden;

}

ul.products.product-card-layout-3 li.product .price {

  margin-top: 0;

}

ul.products.product-card-layout-3 li.product .price ins {

  color: #dd2831;

  margin-right: 8px;

}

ul.products.product-card-layout-3 li.product .product-price-group {

  min-height: 42px;

  margin-top: 12px;

  transition: 0.3s;

}

ul.products.product-card-layout-3 li.product .product-price-group > *:nth-last-child(2), ul.products.product-card-layout-3 li.product .product-price-group > *:last-child {

  opacity: 1;

  visibility: visible;

  transition: 0.3s;

}

ul.products.product-card-layout-3 li.product .product-actions {

  position: relative;

  overflow: hidden;

  transition: 0.3s;

  position: absolute;

  left: 0;

  right: 0;

  opacity: 0;

  visibility: hidden;

  transform: translateY(0);

  padding-left: 16px;

  padding-right: 16px;

}

ul.products.product-card-layout-3 li.product .product-actions .shopwell-button--quickview {

  display: none;

}

ul.products.product-card-layout-3 li.product .product-thumbnails--slider .shopwell-product-card-swiper-prev {

  left: 6px;

}

ul.products.product-card-layout-3 li.product .product-thumbnails--slider .shopwell-product-card-swiper-next {

  right: 6px;

}

ul.products.product-card-layout-3 li.product .product-summary {

  padding-left: 16px;

  padding-right: 16px;

}

ul.products.product-card-layout-3 li.product .product-featured-icons {

  top: 12px;

}

ul.products.product-card-layout-3.product-no-buttons li.product .product-inner .product-price-group > *:nth-last-child(2), ul.products.product-card-layout-3.product-no-buttons li.product .product-inner .product-price-group > *:last-child {

  opacity: 1;

  visibility: visible;

}

ul.products.product-card-layout-3, ul.products.product-card-layout-5 {

  margin-left: -12px;

  margin-right: -12px;

}

ul.products.product-card-layout-3 li.product, ul.products.product-card-layout-5 li.product {

  padding-right: 12px;

  padding-left: 12px;

}

ul.products.product-card-layout-4 li.product.outofstock .product-inner {

  height: auto;

}

ul.products.product-card-layout-4 li.product.outofstock .product-actions {

  display: none;

}

ul.products.product-card-layout-4 li.product .product-thumbnail .product-featured-icons {

  display: none;

}

ul.products.product-card-layout-4 li.product .product-inner {

  position: relative;

  padding: 12px;

  height: 100%;

}

ul.products.product-card-layout-4 li.product .product-inner:focus-within, ul.products.product-card-layout-4 li.product .product-inner:hover {

  border-radius: 2px;

  box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.1);

  z-index: 3;

}

ul.products.product-card-layout-4 li.product .product-inner:focus-within .shopwell-rating, ul.products.product-card-layout-4 li.product .product-inner:hover .shopwell-rating {

  opacity: 0;

  visibility: hidden;

}

ul.products.product-card-layout-4 li.product .product-inner:focus-within .product-actions, ul.products.product-card-layout-4 li.product .product-inner:hover .product-actions {

  padding-top: 0;

  visibility: visible;

  opacity: 1;

  pointer-events: auto;

}

ul.products.product-card-layout-4 li.product .product-inner:focus-within .shopwell-rating + .product-actions, ul.products.product-card-layout-4 li.product .product-inner:hover .shopwell-rating + .product-actions {

  transform: translateY(-21px);

}

ul.products.product-card-layout-4 li.product .product-inner:focus-within .shopwell-rating + .deal-sold + .product-actions, ul.products.product-card-layout-4 li.product .product-inner:hover .shopwell-rating + .deal-sold + .product-actions {

  transform: translateY(-55px);

}

ul.products.product-card-layout-4 li.product .product-inner:focus-within .deal-sold, ul.products.product-card-layout-4 li.product .product-inner:hover .deal-sold {

  opacity: 0;

  visibility: hidden;

}

ul.products.product-card-layout-4 li.product .product-inner:focus-within .deal-sold + .product-actions, ul.products.product-card-layout-4 li.product .product-inner:hover .deal-sold + .product-actions {

  transform: translateY(-31px);

}

ul.products.product-card-layout-4 li.product .woocommerce-badges {

  top: 20px;

  left: 12px;

}

ul.products.product-card-layout-4 li.product .product-summary {

  display: flex;

  flex-direction: column;

}

ul.products.product-card-layout-4 li.product .product-summary .price {

  margin-top: 9px;

  font-weight: 700;

}

ul.products.product-card-layout-4 li.product .product-summary .price ins {

  font-weight: 700;

  color: #dd2831;

  margin-right: 8px;

}

ul.products.product-card-layout-4 li.product .product-summary .price del {

  font-weight: 400;

  color: #7d828a;

}

ul.products.product-card-layout-4 li.product .product-summary .shopwell-rating {

  display: none;

}

ul.products.product-card-layout-4 li.product .product-summary,

ul.products.product-card-layout-4 li.product .shopwell-rating {

  padding-left: 12px;

  padding-right: 12px;

}

ul.products.product-card-layout-4 li.product .shopwell-rating {

  margin-top: 7px;

  transition: 0.2s;

}

ul.products.product-card-layout-4 li.product .product-variation-items {

  margin-top: 9px;

  min-height: 28px;

}

ul.products.product-card-layout-4 li.product .product-actions {

  position: absolute;

  left: 0;

  right: 0;

  opacity: 0;

  visibility: hidden;

  pointer-events: none;

  transition: 0.1s;

  background-color: #fff;

  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);

  border-radius: 0 0 2px 2px;

  padding: 9px 24px 20px;

  z-index: 9;

}

ul.products.product-card-layout-4 li.product .product-actions .shopwell-button--quickview {

  display: none;

}

ul.products.product-card-layout-4 li.product .product-featured-icons {

  display: flex;

  position: static;

  justify-content: center;

  margin-top: 16px;

}

ul.products.product-card-layout-4 li.product .product-featured-icons .shopwell-button {

  margin: 0;

  padding: 0 16px;

  font-size: 20px;

  font-size: 1.25rem;

  border-left: 1px solid rgba(185, 185, 185, 0.4);

}

ul.products.product-card-layout-4 li.product .product-featured-icons .shopwell-button:first-child {

  border-color: transparent;

}

ul.products.product-card-layout-4 li.product .product-featured-icons .shopwell-button .wcboost-products-compare-button__text,

ul.products.product-card-layout-4 li.product .product-featured-icons .shopwell-button .shopwell-button__text {

  display: none;

}

ul.products.product-card-layout-4 li.product .product-featured-icons .shopwell-button--quickview {

  display: inline-flex;

}

ul.products.product-card-layout-4 li.product .product-featured-icons .shopwell-button--wishlist {

  min-width: 53px;

  min-height: 20px;

}

ul.products.product-card-layout-4 li.product .product-featured-icons .shopwell-button--wishlist:before {

  left: calc(50% - 6px);

  transform: translateX(-50%);

}

ul.products.product-card-layout-5 li.product {

  margin-bottom: 20px;

}

ul.products.product-card-layout-5 li.product .product-inner {

  position: relative;

}

ul.products.product-card-layout-5 li.product .woocommerce-badges {

  top: 0;

  left: 0;

}

ul.products.product-card-layout-5 li.product .product-summary .product-variation-items {

  display: none;

}

ul.products.product-card-layout-5 li.product .product-summary .price {

  margin-top: 5px;

  font-weight: 700;

  font-size: 16px;

  font-size: 1rem;

}

ul.products.product-card-layout-5 li.product .product-summary .price ins {

  color: #dd2831;

  margin-right: 6px;

}

ul.products.product-card-layout-5 li.product .product-summary .price del {

  font-size: 13.48px;

  font-size: 0.8425rem;

  font-weight: 500;

  color: #7d828a;

}

ul.products.product-card-layout-5 li.product .woocommerce-loop-product__title {

  margin-top: 7px;

  margin-bottom: 0;

}

ul.products.product-card-layout-5 li.product .meta-cat + .woocommerce-loop-product__title {

  margin-top: 0;

}

ul.products.product-card-layout-5 li.product .shopwell-rating {

  margin-top: 3px;

}

ul.products.product-card-layout-5 li.product .shopwell-rating .star-rating .user-rating {

  color: #1d2128;

}

ul.products.product-card-layout-6 {

  margin: 0 -15px;

}

ul.products.product-card-layout-6 li.product {

  padding: 0 15px;

}

ul.products.product-card-layout-6 li.product .product-inner:focus-within .product-thumbnail .product-featured-icons, ul.products.product-card-layout-6 li.product .product-inner:hover .product-thumbnail .product-featured-icons {

  transform: translateX(50%) translateY(0);

}

ul.products.product-card-layout-6 li.product .product-thumbnail .product-featured-icons {

  top: auto;

  bottom: 15px;

  right: 50%;

  left: auto;

  margin: 0;

  transform: translateX(50%) translateY(10px);

  padding: 8px 12px;

  background-color: rgba(0, 0, 0, 0.48);

  border-radius: var(--shopwell-border__radius);

}

ul.products.product-card-layout-6 li.product .product-thumbnail .product-featured-icons a {

  color: #ffffff;

}

ul.products.product-card-layout-6 li.product .product-thumbnail .product-featured-icons .shopwell-button--compare > a.added:before {

  background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0iI2ZmZiIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMzIgMzIiPgo8cGF0aCBkPSJNMTMuNDUzIDIzLjgyN2wtNy43MzMtNy43MzMgMS44OTMtMS44OCA1Ljg0IDUuODQgMTAuOTMzLTEwLjkzMyAxLjg5MyAxLjg4eiI+PC9wYXRoPgo8L3N2Zz4K");

  opacity: 1;

}

ul.products.product-card-layout-6 li.product .woocommerce-badges {

  top: 15px;

  left: 15px;

}

ul.products.product-card-layout-6 li.product .product-variation-items {

  margin-top: 8px;

}

ul.products.product-card-layout-6 li.product .product-variation-items .product-variation-items--item {

  justify-content: flex-start;

}

ul.products.product-card-layout-6 li.product .price {

  font-size: 16px;

  font-size: 1rem;

  margin-top: 10px;

}

ul.products.product-card-layout-6 li.product .price del {

  font-size: 12px;

  font-size: 0.75rem;

}

ul.products.product-card-layout-6 li.product .price .woocs_price_code {

  display: flex;

  flex-direction: column;

}

ul.products.product-card-layout-6 li.product .shopwell-rating {

  margin-top: 5px;

}

ul.products.product-card-layout-6 li.product .sold-by-meta {

  padding-top: 5px;

  padding-bottom: 5px;

}

ul.products.product-card-layout-6 li.product .product-actions {

  display: flex;

  justify-content: space-between;

  align-items: center;

}

ul.products.product-card-layout-6 li.product .product-actions .price {

  display: flex;

}

ul.products.product-card-layout-6 li.product .product-actions .product-add-to-cart_link {

  width: 40px;

  height: 40px;

  min-width: 40px;

  display: flex;

  align-items: center;

  padding: 0;

  font-size: 16px;

  font-size: 1rem;

  background-color: #1d2128;

  color: #fff;

  border-radius: 100%;

  margin-left: 15px;

}

ul.products.product-card-layout-6 li.product .product-actions .product-add-to-cart_link .button_text {

  display: none;

}

ul.products.product-card-layout-6 li.product .product-actions .product-add-to-cart_link .shopwell-svg-icon {

  display: block;

}

ul.products.product-card-layout-6 li.product .product-actions .product-add-to-cart_link.loading span {

  padding: 0;

}

ul.products.product-card-layout-6 li.product .product-actions .product-add-to-cart_link.loading span:before {

  top: 3px;

  left: 2px;

}

ul.products.product-card-layout-6 li.product .product-actions .product-add-to-cart_link.loading span svg {

  opacity: 0;

}

ul.products.product-card-layout-6 li.product .product-actions .product-add-to-cart_link.added span:before {

  display: none;

}

ul.products.product-card-layout-6 li.product .product-actions a.shopwell-button--quickview {

  display: none;

}

ul.products.loading {

  position: relative;

  min-height: 200px;

}

ul.products.loading .loading-screen {

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background: #fff;

  z-index: 40;

  margin: 0 !important;

  padding: 0 !important;

  border: 0 !important;

}

ul.products.loading .shopwellSpinner {

  color: #1d2128;

  width: 40px;

  height: 40px;

  position: absolute;

  left: 50%;

  top: 160px;

  transform: translate(-50%, 0);

}



body:not(.catalog-view-list) .product-no-buttons li.product .product-inner .product-actions {

  display: none;

}



.product-thumbnails--slider {

  position: relative;

  width: 100%;

}

.product-thumbnails--slider .swiper-lazy {

  opacity: 0;

  transition: opacity 0.4s;

}

.product-thumbnails--slider .swiper-lazy.swiper-lazy-loaded {

  opacity: 1;

}

.product-thumbnails--slider .shopwell-product-card-swiper-button {

  position: absolute;

  top: 50%;

  transform: translateY(-50%);

  z-index: 1;

  opacity: 0;

  font-size: 21px;

  font-size: 1.3125rem;

  color: #7d828a;

  transition: 0.4s;

  cursor: pointer;

  background-color: transparent;

  /*rtl:raw:

  	transform: rotateY(180deg);

  */

}

.product-thumbnails--slider .shopwell-product-card-swiper-button:hover {

  color: #1d2128;

}

.product-thumbnails--slider .shopwell-product-card-swiper-prev {

  left: 0;

}

.product-thumbnails--slider .shopwell-product-card-swiper-next {

  right: 0;

}



.product-thumbnails--hover img {

  transition: opacity 0.3s;

}

.product-thumbnails--hover .hover-image {

  position: absolute;

  top: 0;

  left: 0;

  right: 0;

  margin: 0 auto;

  opacity: 0;

}



.product-thumbnails--zoom .product-thumbnail-zoom {

  display: flex;

}



.catalog-view-list {

  --shopwell-product-description-lines: 3;

}

.catalog-view-list ul.products:not(.swiper-wrapper) li.product {

  margin-bottom: 0;

}

.catalog-view-list ul.products:not(.swiper-wrapper) li.product .product-inner {

  display: flex;

  flex-direction: row;

  padding: 24px 32px 22px 24px;

  border-top: 1px solid rgba(185, 185, 185, 0.4);

}

.catalog-view-list ul.products:not(.swiper-wrapper) li.product .product-inner:focus-within, .catalog-view-list ul.products:not(.swiper-wrapper) li.product .product-inner:hover {

  border-radius: 2px;

  box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.1);

  border-color: transparent;

}

.catalog-view-list ul.products:not(.swiper-wrapper) li.product .product-inner:focus-within .shopwell-rating, .catalog-view-list ul.products:not(.swiper-wrapper) li.product .product-inner:hover .shopwell-rating {

  opacity: 1;

  visibility: visible;

}

.catalog-view-list ul.products:not(.swiper-wrapper) li.product .product-inner:focus-within .product-actions a.button, .catalog-view-list ul.products:not(.swiper-wrapper) li.product .product-inner:hover .product-actions a.button {

  transition: 0.4s;

}

.catalog-view-list ul.products:not(.swiper-wrapper) li.product .product-inner:focus-within .product-variation-items--hover .product-variation-items--item, .catalog-view-list ul.products:not(.swiper-wrapper) li.product .product-inner:hover .product-variation-items--hover .product-variation-items--item {

  transform: translateY(2px);

}

.catalog-view-list ul.products:not(.swiper-wrapper) li.product .woocommerce-badges {

  top: 15px;

  right: unset;

  left: 15px;

}

.catalog-view-list ul.products:not(.swiper-wrapper) li.product .product-thumbnail {

  padding-right: 25px;

  flex: 0 0 auto;

  width: 27%;

}

.catalog-view-list ul.products:not(.swiper-wrapper) li.product .product-thumbnail .product-featured-icons {

  display: none;

}

.catalog-view-list ul.products:not(.swiper-wrapper) li.product .product-thumbnails--slider .shopwell-product-card-swiper-prev {

  left: -6px;

}

.catalog-view-list ul.products:not(.swiper-wrapper) li.product .product-thumbnails--slider .shopwell-product-card-swiper-next {

  right: -6px;

}

.catalog-view-list ul.products:not(.swiper-wrapper) li.product .star-rating {

  font-size: 12px;

  font-size: 0.75rem;

  width: 65px;

  white-space: nowrap;

  height: 12px;

  line-height: 1;

  margin-top: 1px;

}

.catalog-view-list ul.products:not(.swiper-wrapper) li.product .star-rating::before {

  display: none;

}

.catalog-view-list ul.products:not(.swiper-wrapper) li.product .star-rating span {

  position: static;

  padding: 0;

  float: none;

}

.catalog-view-list ul.products:not(.swiper-wrapper) li.product .star-rating span::before {

  display: none;

}

.catalog-view-list ul.products:not(.swiper-wrapper) li.product .star-rating span.shopwell-svg-icon {

  margin-right: 1px;

}

.catalog-view-list ul.products:not(.swiper-wrapper) li.product .star-rating .max-rating {

  position: absolute;

  color: #ebeff3;

}

.catalog-view-list ul.products:not(.swiper-wrapper) li.product .star-rating .max-rating.shopwell-svg-icon:last-child {

  margin-right: 0;

}

.catalog-view-list ul.products:not(.swiper-wrapper) li.product .star-rating .user-rating {

  position: absolute;

  color: #ffa132;

}

.catalog-view-list ul.products:not(.swiper-wrapper) li.product .star-rating .user-rating.shopwell-svg-icon:last-child {

  margin-right: 0;

}

.catalog-view-list ul.products:not(.swiper-wrapper) li.product .product-featured-icons .shopwell-button--compare > a.added {

  width: auto;

  height: auto;

  overflow: visible;

  display: inline-flex;

}

.catalog-view-list ul.products:not(.swiper-wrapper) li.product .short-description {

  display: block;

  font-size: 12px;

  font-size: 0.75rem;

  color: #1d2128;

  margin-bottom: 40px;

}

.catalog-view-list ul.products:not(.swiper-wrapper) li.product .short-description > *:first-child {

  margin-top: 0;

  padding-top: 0;

}

.catalog-view-list ul.products:not(.swiper-wrapper) li.product .short-description p {

  margin-bottom: 5px;

}

.catalog-view-list ul.products:not(.swiper-wrapper) li.product .short-description ul {

  list-style: disc;

  margin-bottom: 0;

}

.catalog-view-list ul.products:not(.swiper-wrapper) li.product .short-description ul:not(:last-child) {

  padding-bottom: 0;

}

.catalog-view-list ul.products:not(.swiper-wrapper) li.product .short-description .shopwell-more__button {

  font-size: 11px;

  font-size: 0.6875rem;

  margin-top: 5px;

}

.catalog-view-list ul.products:not(.swiper-wrapper) li.product .short-description--clamp {

  display: -webkit-box;

  -webkit-line-clamp: var(--shopwell-product-description-lines);

  -webkit-box-orient: vertical;

  overflow: hidden;

}

.catalog-view-list ul.products:not(.swiper-wrapper) li.product .product-summary {

  display: flex;

  flex-direction: column;

  flex: auto;

  padding-right: 74px;

  padding-left: 0;

  position: relative;

  flex: 0 0 auto;

  width: 48%;

}

.catalog-view-list ul.products:not(.swiper-wrapper) li.product .product-summary .price {

  display: none;

}

.catalog-view-list ul.products:not(.swiper-wrapper) li.product .product-summary .woocommerce-loop-product__title {

  order: 1;

}

.catalog-view-list ul.products:not(.swiper-wrapper) li.product .product-summary .meta-wrapper {

  order: 2;

}

.catalog-view-list ul.products:not(.swiper-wrapper) li.product .product-summary .shopwell-rating {

  display: flex;

  order: 3;

}

.catalog-view-list ul.products:not(.swiper-wrapper) li.product .product-summary .short-description {

  order: 4;

}

.catalog-view-list ul.products:not(.swiper-wrapper) li.product .product-summary .product-variation-items {

  display: block;

  order: 5;

  margin-top: auto;

}

.catalog-view-list ul.products:not(.swiper-wrapper) li.product .product-summary .product-variation-items .product-variation-items--text {

  line-height: 1;

  min-height: inherit;

  display: flex;

  align-items: flex-end;

}

.catalog-view-list ul.products:not(.swiper-wrapper) li.product .product-summary .product-variation-items .product-variation-items--item {

  justify-content: flex-start;

}

.catalog-view-list ul.products:not(.swiper-wrapper) li.product .woocommerce-loop-product__title {

  font-size: 16px;

  font-size: 1rem;

  line-height: 24px;

  margin-top: 0;

  margin-bottom: 0;

  height: auto;

}

.catalog-view-list ul.products:not(.swiper-wrapper) li.product .meta-wrapper {

  margin-bottom: 8px;

}

.catalog-view-list ul.products:not(.swiper-wrapper) li.product .meta-wrapper .meta {

  display: inline;

  font-size: 11px;

  font-size: 0.6875rem;

  color: #7d828a;

  font-weight: 500;

}

.catalog-view-list ul.products:not(.swiper-wrapper) li.product .meta-wrapper .meta a,

.catalog-view-list ul.products:not(.swiper-wrapper) li.product .meta-wrapper .meta span {

  color: #1d2128;

}

.catalog-view-list ul.products:not(.swiper-wrapper) li.product .meta-wrapper .meta-cat {

  display: inline;

  margin-right: 11px;

}

.catalog-view-list ul.products:not(.swiper-wrapper) li.product .meta-wrapper .meta-cat span {

  display: inline;

  color: #7d828a;

}

.catalog-view-list ul.products:not(.swiper-wrapper) li.product .meta-wrapper .meta-sku {

  display: inline;

}

.catalog-view-list ul.products:not(.swiper-wrapper) li.product .meta-wrapper .meta-sku span {

  text-transform: uppercase;

}

.catalog-view-list ul.products:not(.swiper-wrapper) li.product .shopwell-rating {

  display: none;

  margin-bottom: 13px;

  padding: 0;

}

.catalog-view-list ul.products:not(.swiper-wrapper) li.product .shopwell-rating .review-count {

  margin-left: 5px;

  font-size: 12px;

  font-size: 0.75rem;

  font-weight: 500;

  color: #7d828a;

}

.catalog-view-list ul.products:not(.swiper-wrapper) li.product .shopwell-rating .review-count .average,

.catalog-view-list ul.products:not(.swiper-wrapper) li.product .shopwell-rating .review-count .text {

  display: inline;

}

.catalog-view-list ul.products:not(.swiper-wrapper) li.product .product-actions {

  position: static;

  opacity: 1;

  visibility: visible;

  display: flex;

  flex-direction: column;

  width: 100%;

  padding: 0;

  box-shadow: none;

  transform: translateY(0);

  transition: 0s;

  flex: 0 0 auto;

  width: 25%;

}

.catalog-view-list ul.products:not(.swiper-wrapper) li.product .product-actions > * {

  transform: none;

}

.catalog-view-list ul.products:not(.swiper-wrapper) li.product .product-actions .price {

  font-size: 18px;

  font-size: 1.125rem;

  display: flex;

  order: 1;

  flex-wrap: wrap;

  margin: 0 0 20px;

}

.catalog-view-list ul.products:not(.swiper-wrapper) li.product .product-actions .price ins {

  margin: 0;

}

.catalog-view-list ul.products:not(.swiper-wrapper) li.product .product-actions .price del {

  font-size: 14px;

  font-size: 0.875rem;

  margin-left: 10px;

}

.catalog-view-list ul.products:not(.swiper-wrapper) li.product .product-actions a.button {

  order: 3;

  transition: 0s;

}

.catalog-view-list ul.products:not(.swiper-wrapper) li.product .product-actions .shopwell-button--quickview.shopwell-button--ghost {

  --shopwell-color__primary--box-shadow: rgba(0, 0, 0, 0);

  background-color: var(--shopwell-color__primary--gray);

  color: var(--shopwell-color__primary);

  border: none;

  order: 2;

  margin-top: 0;

  margin-bottom: 7px;

  transition: 0s;

}

.catalog-view-list ul.products:not(.swiper-wrapper) li.product .product-actions .shopwell-button--quickview.shopwell-button--ghost:hover {

  background-color: var(--shopwell-color__primary--grayer);

}

.catalog-view-list ul.products:not(.swiper-wrapper) li.product .product-actions .shopwell-button--quickview.shopwell-button--ghost:active, .catalog-view-list ul.products:not(.swiper-wrapper) li.product .product-actions .shopwell-button--quickview.shopwell-button--ghost:focus {

  background-color: var(--shopwell-color__primary--grayest);

}

.catalog-view-list ul.products:not(.swiper-wrapper) li.product .product-actions .product-featured-icons {

  margin-top: auto;

  padding-top: 20px;

  display: inline-flex;

  order: 5;

  flex-wrap: wrap;

}

.catalog-view-list ul.products:not(.swiper-wrapper) li.product:first-child .product-inner {

  border-top: none;

}

.catalog-view-list ul.products:not(.swiper-wrapper) li.product:last-child .product-inner {

  border-bottom: 1px solid rgba(185, 185, 185, 0.4);

}

.catalog-view-list ul.products:not(.swiper-wrapper).product-card-layout-3 li.product .product-inner:focus-within .product-actions, .catalog-view-list ul.products:not(.swiper-wrapper).product-card-layout-3 li.product .product-inner:hover .product-actions {

  transform: none;

}

.catalog-view-list ul.products:not(.swiper-wrapper).product-card-layout-3 li.product .product-summary .product-price-group {

  transition: 0s;

  order: 3;

  opacity: 1;

  visibility: visible;

  min-height: auto;

}

.catalog-view-list ul.products:not(.swiper-wrapper).product-card-layout-3 li.product .product-summary .product-price-group > * {

  transition: 0s;

}

.catalog-view-list ul.products:not(.swiper-wrapper).product-card-layout-3 li.product .product-actions .shopwell-button--quickview {

  display: inline-flex;

}

.catalog-view-list ul.products:not(.swiper-wrapper).product-card-layout-4 li.product .product-inner:focus-within .shopwell-rating + .product-actions, .catalog-view-list ul.products:not(.swiper-wrapper).product-card-layout-4 li.product .product-inner:hover .shopwell-rating + .product-actions {

  transform: none;

}

.catalog-view-list ul.products:not(.swiper-wrapper).product-card-layout-4 li.product .product-summary .meta-wrapper {

  order: 1;

  margin-bottom: 0;

}

.catalog-view-list ul.products:not(.swiper-wrapper).product-card-layout-4 li.product .product-summary .meta-wrapper .meta-cat {

  margin-right: 0;

}

.catalog-view-list ul.products:not(.swiper-wrapper).product-card-layout-4 li.product .product-summary .meta-wrapper .meta-cat a {

  color: #7d828a;

}

.catalog-view-list ul.products:not(.swiper-wrapper).product-card-layout-4 li.product .product-summary .meta-wrapper span,

.catalog-view-list ul.products:not(.swiper-wrapper).product-card-layout-4 li.product .product-summary .meta-wrapper .meta-sku {

  display: none;

}

.catalog-view-list ul.products:not(.swiper-wrapper).product-card-layout-4 li.product .product-actions .price ins {

  color: #dd2831;

}

.catalog-view-list ul.products:not(.swiper-wrapper).product-card-layout-4 li.product .product-actions .shopwell-button--quickview {

  display: inline-flex;

}

.catalog-view-list ul.products:not(.swiper-wrapper).product-card-layout-4 li.product .product-actions .product-featured-icons {

  padding: 0;

  justify-content: space-between;

}

.catalog-view-list ul.products:not(.swiper-wrapper).product-card-layout-4 li.product .product-actions .product-featured-icons .shopwell-button {

  border: none;

  padding: 0;

  margin-left: 10px;

}

.catalog-view-list ul.products:not(.swiper-wrapper).product-card-layout-4 li.product .product-actions .product-featured-icons .shopwell-button:first-child {

  margin-left: 0;

}

.catalog-view-list ul.products:not(.swiper-wrapper).product-card-layout-4 li.product .product-actions .product-featured-icons .shopwell-button .shopwell-button__text,

.catalog-view-list ul.products:not(.swiper-wrapper).product-card-layout-4 li.product .product-actions .product-featured-icons .shopwell-button .wcboost-products-compare-button__text {

  display: inline;

}

.catalog-view-list ul.products:not(.swiper-wrapper).product-card-layout-4 li.product .product-actions .product-featured-icons .shopwell-button--quickview {

  display: none;

}

.catalog-view-list ul.products:not(.swiper-wrapper).product-card-layout-5 li.product .product-inner:focus-within, .catalog-view-list ul.products:not(.swiper-wrapper).product-card-layout-5 li.product .product-inner:hover {

  box-shadow: none;

  border-color: rgba(185, 185, 185, 0.4);

}

.catalog-view-list ul.products:not(.swiper-wrapper).product-card-layout-5 li.product .product-summary {

  padding-right: 0;

}

.catalog-view-list ul.products:not(.swiper-wrapper).product-card-layout-5 li.product .product-summary .price {

  display: inline-flex;

  flex-wrap: nowrap;

  margin-bottom: 6px;

}

.catalog-view-list ul.products:not(.swiper-wrapper).product-card-layout-5 li.product .product-summary .price ins {

  margin-right: 6px;

}

.catalog-view-list ul.products:not(.swiper-wrapper).product-card-layout-5 li.product .product-summary .price del {

  font-size: 18px;

  font-size: 1.125rem;

  font-weight: 400;

}

.catalog-view-list ul.products:not(.swiper-wrapper).product-card-layout-5 li.product .product-summary .price del,

.catalog-view-list ul.products:not(.swiper-wrapper).product-card-layout-5 li.product .product-summary .price ins {

  width: auto;

}

.catalog-view-list ul.products:not(.swiper-wrapper).product-card-layout-5 li.product .product-summary .woocommerce-loop-product__title {

  font-size: 18px;

  font-size: 1.125rem;

}

.catalog-view-list ul.products:not(.swiper-wrapper).product-card-layout-5 li.product .product-summary .shopwell-rating {

  margin-top: 0;

}

.catalog-view-list ul.products:not(.swiper-wrapper).product-card-layout-5 li.product .product-summary .shopwell-rating .star-rating .user-rating {

  color: #1d2128;

}

.catalog-view-list ul.products:not(.swiper-wrapper).product-card-layout-6 li.product .product-actions .price {

  flex-direction: row;

}

.catalog-view-list ul.products:not(.swiper-wrapper).product-card-layout-6 li.product .product-actions .product-add-to-cart_link {

  width: 100%;

  height: auto;

  padding: 0 2em;

  border-radius: var(--shopwell-border__radius);

  background-color: var(--shopwell-color__primary);

  color: var(--shopwell-color__primary--light);

  box-shadow: 0px 2px 6px 0px var(--shopwell-color__primary--box-shadow);

  font-size: 14px;

  font-size: 0.875rem;

}

.catalog-view-list ul.products:not(.swiper-wrapper).product-card-layout-6 li.product .product-actions .product-add-to-cart_link .shopwell-svg-icon {

  display: none;

}

.catalog-view-list ul.products:not(.swiper-wrapper).product-card-layout-6 li.product .product-actions .product-add-to-cart_link .button_text {

  display: block;

}

.catalog-view-list ul.products:not(.swiper-wrapper).product-card-layout-6 li.product .product-actions .product-add-to-cart_link.loading span {

  padding-left: 22px;

}

.catalog-view-list ul.products:not(.swiper-wrapper).product-card-layout-6 li.product .product-actions .product-add-to-cart_link.loading span:before {

  top: 15px;

  left: 0;

}

.catalog-view-list ul.products:not(.swiper-wrapper).product-card-layout-6 li.product .product-actions a.shopwell-button--quickview {

  display: flex;

}



ul.products li.product .sold-by-meta {

  font-size: 14px;

  font-size: 0.875rem;

  font-weight: 500;

  padding-top: 11px;

  padding-bottom: 7px;

}

ul.products li.product .sold-by-meta a {

  display: flex;

  align-items: center;

}

ul.products li.product .sold-by-meta img {

  max-height: 16px;

  max-width: 16px;

  margin-right: 8px;

  border-radius: 100%;

  /*rtl:raw:

  	margin-right: 0;

  	margin-left: 8px;

  */

}

ul.products li.product .sold-by-meta .vendor-name {

  position: relative;

  top: 1px;

}

ul.products.product-card-layout-2 li.product .product-variation-items + .sold-by-meta {

  padding-top: 4px;

}

ul.products.product-card-layout-4 li.product .sold-by-meta {

  padding-top: 14px;

  padding-bottom: 5px;

}



.catalog-view-list ul.products:not(.swiper-wrapper) li.product .product-summary .sold-by-meta {

  position: absolute;

  bottom: 0;

  left: 0;

  padding: 0;

}

.catalog-view-list ul.products:not(.swiper-wrapper) li.product .product-summary .sold-by-meta.show-attributes {

  left: auto;

  right: 74px;

}



.elementor-editor-active ul.products li.product .product-inner .product-featured-icons .wcboost-products-compare-button__text,

.elementor-editor-active ul.products li.product .product-inner .product-featured-icons .wcboost-wishlist-button__text {

  display: none;

}

.elementor-editor-active ul.products li.product .product-inner .product-featured-icons .wcboost-products-compare-button,

.elementor-editor-active ul.products li.product .product-inner .product-featured-icons .wcboost-wishlist-button {

  display: flex;

}

.elementor-editor-active ul.products li.product .product-inner .product-featured-icons .wcboost-products-compare-button__icon,

.elementor-editor-active ul.products li.product .product-inner .product-featured-icons .wcboost-wishlist-button__icon {

  margin: 0;

  line-height: normal;

}

.elementor-editor-active ul.products li.product .product-inner .product-summary > .onsale,

.elementor-editor-active ul.products li.product .product-inner .product-summary > img.attachment-woocommerce_thumbnail,

.elementor-editor-active ul.products li.product .product-inner .product-summary > .woocommerce-loop-product__title + .woocommerce-loop-product__title {

  display: none;

}

.elementor-editor-active ul.products.product-card-layout-6 li.product .product-thumbnail .product-featured-icons a,

.elementor-editor-active ul.products.product-card-layout-2 li.product .product-thumbnail .product-featured-icons a {

  position: relative;

  padding: 0;

  background-color: transparent;

  min-width: 20px;

  margin: 0;

}

.elementor-editor-active ul.products.product-card-layout-4 li.product .product-featured-icons a {

  color: #7d828a;

  background: transparent;

  min-width: auto;

  line-height: 1;

  margin: 0;

  padding: 0 16px;

  font-size: 20px;

  font-size: 1.25rem;

  border-left: 1px solid rgba(185, 185, 185, 0.4);

}

.elementor-editor-active ul.products.product-card-layout-4 li.product .product-featured-icons a:focus, .elementor-editor-active ul.products.product-card-layout-4 li.product .product-featured-icons a:hover {

  color: #1d2128;

}

.elementor-editor-active ul.products.product-card-layout-4 li.product .product-featured-icons a:first-child {

  border-color: transparent;

}



@media screen and (min-width: 48em) {

  ul.products.columns-1 li.product {

    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 li.product .product-inner:hover .shopwell-product-card-swiper-button {

  opacity: 1;

}

ul.products li.product .product-inner:hover .product-thumbnails--hover:not(.hover-swatch) .hover-image {

  opacity: 1;

}

ul.products li.product .product-inner:hover .product-variation-items--hover .product-variation-items--text {

  opacity: 0;

  visibility: hidden;

}

ul.products li.product .product-inner:hover .product-variation-items--hover .product-variation-items--item {

  opacity: 1;

  visibility: visible;

  transform: translateY(0);

}



/**

* Badges

*/

.woocommerce-badges {

  position: absolute;

  top: 15px;

  left: 10px;

  z-index: 2;

  display: flex;

}

.woocommerce-badges .woocommerce-badge--text {

  color: #dd2831;

  font-size: 11px;

  font-size: 0.6875rem;

  font-weight: 500;

  line-height: 1;

  margin-left: 12px;

}



.woocommerce-badge {

  font-size: 11px;

  font-size: 0.6875rem;

  font-weight: 500;

  color: #fff;

  line-height: 1;

  display: inline-flex;

  align-items: center;

  justify-content: center;

  background-color: #dd2831;

  border-radius: var(--shopwell-border__radius);

  padding: 6px 9px 4px;

  margin-right: 6px;

}

.woocommerce-badge:last-child {

  margin-right: 0;

}

.woocommerce-badge.featured {

  background-color: #0068c8;

}

.woocommerce-badge.new {

  background-color: #3fb981;

}

.woocommerce-badge.sold-out {

  background-color: rgba(0, 0, 0, 0.12);

}

.woocommerce-badge.custom {

  --id--badge-custom-bg: #000;

  --id--badge-custom-color: #fff;

  background-color: var(--id--badge-custom-bg);

  color: var(--id--badge-custom-color);

}

.woocommerce-badge span {

  display: inline;

}

.woocommerce-badge .woocommerce-badge--label {

  margin-right: 5px;

}

.woocommerce-badge .shopwell-countdown {

  margin: 0 -4px;

  display: flex;

}

.woocommerce-badge .shopwell-countdown .timer {

  display: flex;

  align-items: center;

  padding: 0 4px;

  color: inherit;

}

.woocommerce-badge .shopwell-countdown .timer .digits,

.woocommerce-badge .shopwell-countdown .timer .text,

.woocommerce-badge .shopwell-countdown .timer .divider {

  font-size: inherit;

  font-weight: inherit;

  text-transform: inherit;

  margin: 0;

}

.woocommerce-badge .shopwell-countdown .timer .divider {

  display: inline;

  top: 0;

  right: -3px;

  /*rtl:raw:

  	right: -3px;

  	left: auto;

  */

}



.shopwell-single-product-sale {

  display: flex;

  justify-content: space-between;

  align-items: center;

  background-repeat: no-repeat;

  color: #fff;

  font-size: 14px;

  font-size: 0.875rem;

  font-weight: 500;

  height: 32px;

  border-radius: 2px;

  padding: 0 20px;

  margin-bottom: 10px;

  background-repeat: no-repeat;

  background-size: cover;

}



.shopwell-single-product-sale__countdown {

  display: flex;

  align-items: center;

}

.shopwell-single-product-sale__countdown .shopwell-countdown {

  align-items: center;

}

.shopwell-single-product-sale__countdown .shopwell-countdown span {

  color: inherit;

  font-size: 14px;

  font-size: 0.875rem;

  font-weight: 500;

  display: flex;

  align-items: center;

  padding: 0;

  line-height: 1;

}

.shopwell-single-product-sale__countdown .shopwell-countdown span.digits {

  margin: 0;

}

.shopwell-single-product-sale__countdown .shopwell-countdown span.divider {

  position: static;

  margin-left: 3px;

  font-size: 12px;

  font-size: 0.75rem;

}

.shopwell-single-product-sale__countdown .shopwell-countdown span.text {

  text-transform: lowercase;

}

.shopwell-single-product-sale__countdown .shopwell-countdown span.weeks {

  display: none;

}

.shopwell-single-product-sale__countdown .shopwell-countdown > span {

  margin-left: 3px;

}



/**

 * Social

 */

.shopwell-breadcrumb-social-wrapper {

  display: flex;

  justify-content: space-between;

  align-items: center;

  padding-top: 13px;

  padding-bottom: 15px;

}

.shopwell-breadcrumb-social-wrapper .site-breadcrumb {

  padding: 0;

}



.shopwell-product-quick-links {

  display: flex;

  font-size: 12px;

  font-size: 0.75rem;

  font-weight: 500;

  color: #7d828a;

}

.shopwell-product-quick-links .shopwell-button {

  font-size: 12px;

  font-size: 0.75rem;

  color: #7d828a;

  margin-left: 18px;

}

.shopwell-product-quick-links .shopwell-button .shopwell-button__icon {

  font-size: 15px;

  font-size: 0.9375rem;

}

.shopwell-product-quick-links .shopwell-button .shopwell-button__text {

  padding-left: 0;

}

.shopwell-product-quick-links .shopwell-button:after {

  display: none;

}

.shopwell-product-quick-links .shopwell-button:hover {

  color: #1d2128;

}

.shopwell-product-quick-links .shopwell-svg-icon {

  font-size: 15px;

  font-size: 0.9375rem;

  margin-right: 5px;

}

.shopwell-product-quick-links .shopwell-button--bg-color-black {

  color: #fff;

}

.shopwell-product-quick-links .shopwell-button--bg-color-black:hover {

  color: #fff;

}



.product-socials__popup {

  position: fixed;

  left: 0;

  top: 0;

  right: 0;

  bottom: 0;

  z-index: 9999;

  display: none;

}

.product-socials__popup .product-socials__content {

  position: absolute;

  top: 30%;

  left: 50%;

  transform: translate(-50%, -30%);

  background-color: #fff;

  padding: 24px 24px 64px;

}

.product-socials__popup .product-socials__top {

  display: flex;

  justify-content: space-between;

  align-items: center;

  margin-bottom: 58px;

}

.product-socials__popup .product-socials__heading {

  font-size: 18px;

  font-size: 1.125rem;

  font-weight: 500;

  color: #1d2128;

  line-height: 1;

}

.product-socials__popup .product-socials__close {

  position: static;

}

.product-socials__popup .product-socials__close .shopwell-svg-icon {

  font-size: 16px;

  font-size: 1rem;

  color: #1d2128;

  margin-right: 0;

}

.product-socials__popup .post__socials-share {

  display: flex;

  justify-content: space-between;

  margin: 0 40px;

}

.product-socials__popup .post__socials-share a {

  flex-direction: column;

  background-color: transparent;

  margin: 0 24px 0 0;

  padding: 0;

}

.product-socials__popup .post__socials-share a:last-child {

  margin-right: 0;

}

.product-socials__popup .post__socials-share .social-share__label {

  font-size: 14px;

  font-size: 0.875rem;

  font-weight: 500;

  color: #1d2128;

}

.product-socials__popup .post__socials-share .shopwell-svg-icon {

  font-size: 17px;

  font-size: 1.0625rem;

  width: 64px;

  height: 64px;

  border-radius: 50%;

  justify-content: center;

  margin: 0 0 16px 0;

  display: flex;

  align-items: center;

}

.product-socials__popup .product-socials__copylink {

  border-top: 1px solid rgba(185, 185, 185, 0.4);

  margin: 38px 40px 0;

  padding-top: 40px;

}

.product-socials__popup .product-socials__copylink .product-socials__copylink-heading {

  font-size: 14px;

  font-size: 0.875rem;

  font-weight: 500;

  line-height: 1;

  color: #7d828a;

  margin-bottom: 16px;

}

.product-socials__popup .product-socials__copylink form {

  position: relative;

}

.product-socials__popup .product-socials__copylink .product-socials__copylink--link {

  width: 100%;

  font-size: 12px;

  font-size: 0.75rem;

  font-weight: 500;

  color: #7d828a;

  padding-right: 95px;

}

.product-socials__popup .product-socials__copylink .product-socials__copylink--button {

  position: absolute;

  min-width: auto;

  line-height: 44px;

  top: 8px;

  right: 8px;

}



body.socials-popup-opened {

  overflow: visible;

  padding-right: 0;

}



.shopwell-breadcrumb-social-wrapper .post__socials-share {

  margin: 0 -10px;

}

.shopwell-breadcrumb-social-wrapper .post__socials-share a {

  background-color: transparent;

  color: #868b94;

  font-size: 15px;

  font-size: 0.9375rem;

  margin: 0;

  padding: 0 10px;

}

.shopwell-breadcrumb-social-wrapper .post__socials-share a span {

  display: none;

}

.shopwell-breadcrumb-social-wrapper .post__socials-share a .shopwell-svg-icon {

  display: inline-block;

  background-color: transparent;

}



/**

* BreadCrumb

*/

.breadcrumbs {

  font-size: 12px;

  font-size: 0.75rem;

  color: #1d2128;

  padding-top: 20px;

  padding-bottom: 15px;

}

.breadcrumbs a,

.breadcrumbs span {

  color: #7d828a;

}

.breadcrumbs .shopwell-svg-icon {

  font-size: 8px;

  font-size: 0.5rem;

  margin: 0 7px 0 8px;

}



/**

 * Single product

 */

.single-product .woocommerce-badge--text,

.single-product .shopwell-date-onsale-to {

  display: none;

}

.single-product .site-content {

  padding-top: 0;

}

.single-product div.product {

  --shopwell-product-thumbnail-height: 115px;

  --shopwell-product-thumbnail-with: 104px;

  --shopwell-product-description-lines: 6;

  position: relative;

}

.single-product div.product .product-gallery-summary {

  display: flex;

  justify-content: space-between;

  align-items: flex-start;

  margin-bottom: 48px;

}

.single-product div.product .product-gallery-summary .shopwell-product-images-buttons {

  position: absolute;

  bottom: var(--shopwell-product-thumbnail-height);

  left: 4px;

  display: flex;

  flex-direction: column;

  z-index: 99;

}

.single-product div.product .product-gallery-summary .shopwell-product-images-buttons .shopwell-button--icon {

  margin-top: 10px;

}

.single-product div.product .product-gallery-summary .shopwell-product-images-buttons .shopwell-button--icon .shopwell-svg-icon {

  display: inline-flex;

}

.single-product div.product .product-gallery-summary :where(.shopwell-product-gallery--single) .woocommerce-product-gallery__wrapper {

  display: block;

}

.single-product div.product .product-gallery-summary :where(.shopwell-product-gallery--single) .shopwell-product-images-buttons {

  bottom: 3px;

}

.single-product div.product .product-gallery-summary .shopwell-button--icon {

  font-size: 24px;

  font-size: 1.5rem;

  width: 44px;

  height: 44px;

  min-width: auto;

  --shopwell-color__primary--box-shadow: rgba(0, 0, 0, 0.16);

  background-color: #fff;

  color: #7d828a;

}

.single-product div.product .product-gallery-summary .shopwell-button--degree {

  font-size: 28px;

  font-size: 1.75rem;

}

.single-product div.product .product-gallery-summary .shopwell-button--product-share {

  position: absolute;

  top: 10px;

  right: 3px;

  z-index: 9;

  opacity: 0;

  visibility: hidden;

  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.16);

  background-color: #fff;

  color: #7d828a;

  border-radius: 100%;

  width: 44px;

  height: 44px;

}

.single-product div.product .product-gallery-summary .shopwell-button--product-share .shopwell-button__icon {

  font-size: 17px;

  font-size: 1.0625rem;

}

.single-product div.product .product-gallery-summary .shopwell-button--product-share .shopwell-button__text {

  display: none;

}

.single-product div.product .woocommerce-product-gallery__trigger {

  opacity: 0;

  visibility: hidden;

  z-index: -999999;

}

.single-product div.product .entry-summary .woocommerce-badges {

  position: static;

  display: block;

  margin-bottom: 9px;

}

.single-product div.product .entry-summary .woocommerce-badges .woocommerce-badge--text {

  display: inline;

}

.single-product div.product .shopwell-price-stock .price {

  font-size: 28px;

  font-size: 1.75rem;

  font-weight: 500;

  line-height: 1;

  color: #1d2128;

  margin-top: 0;

  margin-bottom: 0;

  padding-right: 20px;

}

.single-product div.product .shopwell-price-stock .price ins {

  margin-right: 6px;

  background-color: transparent;

  width: 100%;

  float: left;

}

.single-product div.product .shopwell-price-stock .price .price {

  font-size: 28px;

  font-size: 1.75rem;

  font-weight: 500;

  line-height: 1;

  color: #1d2128;

  font-weight: 400;

  margin-top: 9px;

  margin-right: 9px;

  float: left;

}

.single-product div.product .shopwell-price-stock .price .text {

  margin-right: 3px;

}

.single-product div.product .shopwell-price-stock .price .percentage {

  margin-left: 3px;

}

.single-product div.product .shopwell-price-stock .price del {

  font-size: 14px;

  font-size: 0.875rem;

  color: #1d2128;

  font-weight: 400;

  margin-top: 9px;

  margin-right: 9px;

  float: left;

}

.single-product div.product .shopwell-price-stock .price > .woocommerce-Price-amount {

  margin-left: 4px;

  margin-right: 4px;

}

.single-product div.product .shopwell-price-stock .price > .woocommerce-Price-amount:first-child {

  margin-left: 0;

}

.single-product div.product .shopwell-price-stock .price > .woocommerce-Price-amount:last-child {

  margin-right: 0;

}

.single-product div.product .price .price__save {

  font-size: 14px;

  font-size: 0.875rem;

  color: #dd2831;

  margin-top: 9px;

  font-weight: 400;

  float: left;

}

.single-product div.product .shopwell-price-stock {

  display: flex;

  justify-content: space-between;

  align-items: flex-end;

  border-bottom: 1px solid rgba(185, 185, 185, 0.4);

  padding-bottom: 17px;

  margin-bottom: 17px;

}

.single-product div.product .shopwell-price-stock .stock {

  display: inline-block;

  line-height: 1;

  white-space: nowrap;

}

.single-product div.product .shopwell-price-stock p {

  margin: 0;

}

.single-product div.product .quantity__label-number {

  margin-left: 9px;

  color: var(--rz-color-dark);

}

.single-product div.product .short-description {

  width: 100%;

  font-size: 14px;

  font-size: 0.875rem;

  color: #1d2128;

  margin-bottom: 20px;

}

.single-product div.product .short-description .short-description__label {

  display: block;

  font-weight: 500;

  margin-bottom: 10px;

}

.single-product div.product .short-description .short-description__more {

  margin-top: 10px;

  cursor: pointer;

  outline-offset: 2px;

  display: none;

}

.single-product div.product .short-description .short-description__content {

  display: -webkit-box;

  -webkit-line-clamp: var(--shopwell-product-description-lines);

  -webkit-box-orient: vertical;

  overflow: hidden;

}

.single-product div.product .short-description.activate .short-description__content {

  -webkit-line-clamp: inherit;

}

.single-product div.product .short-description > *:first-child {

  margin-top: 0;

  padding-top: 0;

}

.single-product div.product .short-description ul {

  margin-bottom: 0;

  padding-bottom: 0;

}

.single-product div.product .short-description ul:not(:last-child) {

  padding-bottom: 0;

}

.single-product div.product table.variations {

  position: relative;

  margin: 0;

}

.single-product div.product table.variations tr {

  display: block;

}

.single-product div.product table.variations tr .wcboost-variation-swatches--button .wcboost-variation-swatches__item:last-child {

  margin: 0 25px 0 5px;

}

.single-product div.product table.variations td,

.single-product div.product table.variations th {

  display: block;

  border: none;

  padding: 0;

}

.single-product div.product table.variations .label {

  font-size: 12px;

  font-size: 0.75rem;

  font-weight: 500;

  color: #7d828a;

  text-transform: capitalize;

  margin-bottom: 6px;

}

.single-product div.product table.variations .label .wcboost-variation-swatches__selected-label {

  color: #1d2128;

}

.single-product div.product table.variations .value {

  padding: 0 0 15px 0;

  display: flex;

  flex-wrap: wrap;

}

.single-product div.product table.variations .reset_variations {

  position: absolute;

  top: 0;

  right: 0;

  background-color: transparent;

  padding: 0;

  line-height: 0;

  min-width: auto;

  border: none;

  cursor: pointer;

}

.single-product div.product table.variations select {

  height: 44px;

  width: 100%;

}

.single-product div.product .wcboost-variation-swatches__wrapper {

  margin: -6px;

  display: inline-flex;

  flex-wrap: wrap;

  align-items: center;

  --wcboost-swatches-item-gap: 0;

}

.single-product div.product .wcboost-variation-swatches__item {

  display: inline-block;

  text-align: center;

  margin: 6px;

  font-size: 11px;

  font-size: 0.6875rem;

  color: #7d828a;

  font-weight: 500;

  border: 2px solid #ebeff3;

  box-shadow: none;

  line-height: 1.9;

}

.single-product div.product .wcboost-variation-swatches__item.selected {

  border-color: #1d2128;

  background-color: #1d2128;

  color: #fff;

  box-shadow: none;

}

.single-product div.product .wcboost-variation-swatches--color .wcboost-variation-swatches__item {

  display: inline-flex;

  justify-content: center;

  align-items: center;

  width: 32px;

  height: 32px;

  line-height: 20px;

  box-shadow: none;

  border-color: transparent;

}

.single-product div.product .wcboost-variation-swatches--color .wcboost-variation-swatches__item span {

  line-height: 1;

}

.single-product div.product .wcboost-variation-swatches--color .wcboost-variation-swatches__item:hover {

  background-color: transparent;

  border-color: #1d2128;

}

.single-product div.product .wcboost-variation-swatches--color .wcboost-variation-swatches__item.selected {

  background-color: transparent;

  border-color: #1d2128;

}

.single-product div.product .wcboost-variation-swatches--color .wcboost-variation-swatches__item.disabled {

  position: relative;

  opacity: 1;

  transform: rotate(-45deg);

}

.single-product div.product .wcboost-variation-swatches--color .wcboost-variation-swatches__item.disabled:hover {

  background-color: transparent;

  border-color: transparent;

}

.single-product div.product .wcboost-variation-swatches--color .wcboost-variation-swatches__item.disabled::before {

  position: absolute;

  display: inline-block;

  content: "";

  width: 31px;

  height: 2px;

  border-top: 2px solid #fff;

  border-bottom: 2px solid #1d2128;

  opacity: 1;

  margin: 0;

  padding: 0;

  top: 50%;

  left: 50%;

  bottom: auto;

  right: auto;

  visibility: visible;

  transform: translate(-50%, -50%);

  border-radius: 20px;

}

.single-product div.product .wcboost-variation-swatches--image {

  display: inline-flex;

}

.single-product div.product .wcboost-variation-swatches--image .wcboost-variation-swatches__item {

  height: auto;

  box-shadow: none;

  border: 2px solid transparent;

}

.single-product div.product .wcboost-variation-swatches--image .wcboost-variation-swatches__item:hover, .single-product div.product .wcboost-variation-swatches--image .wcboost-variation-swatches__item.selected {

  border-color: #1d2128;

}

.single-product div.product .wcboost-variation-swatches--image .wcboost-variation-swatches__item.disabled {

  opacity: 0.12;

}

.single-product div.product .wcboost-variation-swatches--image .wcboost-variation-swatches__item.disabled:hover {

  border-color: transparent;

}

.single-product div.product .wcboost-variation-swatches--image .wcboost-variation-swatches__item.selected {

  background-color: transparent;

}

.single-product div.product .wcboost-variation-swatches--button .wcboost-variation-swatches__item:hover,

.single-product div.product .wcboost-variation-swatches--label .wcboost-variation-swatches__item:hover {

  border-color: #1d2128;

  color: #1d2128;

}

.single-product div.product .wcboost-variation-swatches--button .wcboost-variation-swatches__item:hover.selected,

.single-product div.product .wcboost-variation-swatches--label .wcboost-variation-swatches__item:hover.selected {

  color: #fff;

}

.single-product div.product .wcboost-variation-swatches--button .wcboost-variation-swatches__item.disabled,

.single-product div.product .wcboost-variation-swatches--label .wcboost-variation-swatches__item.disabled {

  background-color: #ebeff3;

  border-color: #ebeff3;

  color: #fff;

  opacity: 1;

}

.single-product div.product .wcboost-variation-swatches--button .wcboost-variation-swatches__item {

  padding: 0 15px;

  min-width: 60px;

}

.single-product div.product .wcboost-variation-swatches--button .wcboost-variation-swatches__item .wcboost-variation-swatches__name {

  line-height: 26px;

}

.single-product div.product .wcboost-variation-swatches--button .reset_variations {

  display: block;

  font-size: 12px;

  font-size: 0.75rem;

  font-weight: 500;

  color: #7d828a;

  text-decoration: underline;

}

.single-product div.product .reset_variations {

  display: block;

  font-size: 11px;

  font-size: 0.6875rem;

  font-weight: 500;

  color: #7d828a;

  text-decoration: underline;

}

.single-product div.product .single_variation_wrap .woocommerce-variation-description p:first-child {

  margin-top: 0;

}

.single-product div.product .single_variation_wrap .woocommerce-variation-price {

  margin-bottom: 21px;

  display: none;

}

.single-product div.product .single_variation_wrap .woocommerce-variation-availability {

  display: none;

}

.single-product div.product .shopwell-quantity-wrapper {

  display: inline-flex;

  width: 100%;

  margin-bottom: 24px;

  align-items: center;

}

.single-product div.product .shopwell-quantity-wrapper .stock {

  margin: 0;

}

.single-product div.product .quantity__label {

  font-size: 12px;

  font-size: 0.75rem;

  font-weight: 500;

  color: #7d828a;

  margin-bottom: 8px;

}

.single-product div.product .quantity {

  margin-right: 20px;

}

.single-product div.product.sold-individually .quantity {

  display: none;

}

.single-product div.product .single_add_to_cart_button {

  float: right;

  width: calc(100% - 185px);

  position: relative;

  white-space: nowrap;

}

.single-product div.product .single_add_to_cart_button .single_add_to_cart_button--icon {

  display: none;

  font-size: 20px;

  font-size: 1.25rem;

  margin-right: 11px;

}

.single-product div.product .single_add_to_cart_button .single_add_to_cart_button--icon svg {

  vertical-align: 0;

}

.single-product div.product .single_add_to_cart_button.loading {

  opacity: 0.9;

  color: transparent;

}

.single-product div.product .single_add_to_cart_button.loading:after {

  position: absolute;

  top: 50%;

  left: 50%;

  height: 16px;

  width: 16px;

  display: inline-block;

  border-radius: 50%;

  border: 2px solid;

  border-top-color: transparent;

  -webkit-animation: shopwellSpin infinite 1s linear;

  animation: shopwellSpin infinite 1s linear;

  transition: opacity 0.2s linear 0.2s;

  content: "";

  margin-top: -8px;

  margin-left: -8px;

  color: var(--shopwell-color__primary--light);

}

.single-product div.product .single_add_to_cart_button + .dokan-store-support-btn-product {

  margin-top: 20px;

  min-width: auto;

}

.single-product div.product + .woocommerce-tabs {

  margin-top: 79px;

}

.single-product div.product + .related.products {

  border-top: 1px solid rgba(185, 185, 185, 0.4);

}

.single-product div.product + .related.products > h2 {

  margin-top: 25px;

}

.single-product div.product.product-image-zoom .woocommerce-product-gallery__image a,

.single-product div.product.product-image-zoom .woocommerce-product-gallery__image img {

  cursor: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjQgMjQiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxyZWN0IGZpbGw9Im5vbmUiIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIvPjxwb2x5Z29uIHBvaW50cz0iMjAsMTEgMTMsMTEgMTMsNCAxMSw0IDExLDExIDQsMTEgNCwxMyAxMSwxMyAxMSwyMCAxMywyMCAxMywxMyAyMCwxMyAiLz48L3N2Zz4=), auto;

}

.single-product div.product .entry-summary .product-featured-icons {

  padding: 0 20px;

  margin-top: 24px;

}

.single-product div.product .product-featured-icons {

  display: flex;

  justify-content: space-around;

}

.single-product div.product .product-featured-icons .shopwell-button--compare > a.added:before {

  margin-right: 8px;

}

.single-product div.product .product-featured-icons .shopwell-button--compare > a.added .shopwell-button__text {

  padding-left: 0;

}

.single-product div.product .product-featured-icons .shopwell-button {

  color: #7d828a;

  margin-left: 55px;

}

.single-product div.product .product-featured-icons .shopwell-button:focus, .single-product div.product .product-featured-icons .shopwell-button:hover {

  color: #1d2128;

}

.single-product div.product .product-featured-icons .shopwell-button:after {

  display: none;

}

.single-product div.product .product-featured-icons .shopwell-button:first-child {

  margin-left: 0;

}

.single-product div.product .product-featured-icons .shopwell-button--compare > a {

  display: flex;

  align-items: center;

  color: #7d828a;

}

.single-product div.product .product-featured-icons .shopwell-button--compare > a .shopwell-button__icon {

  margin-right: 8px;

}

.single-product div.product .product-featured-icons .shopwell-button--compare > a:hover {

  color: #1d2128;

}

.single-product div.product .product-featured-icons .shopwell-button--compare > a.added {

  overflow: hidden;

}

.single-product div.product .product-featured-icons .shopwell-button--compare > a.added:before {

  content: "";

  background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMzIgMzIiPgo8cGF0aCBkPSJNMTMuNDUzIDIzLjgyN2wtNy43MzMtNy43MzMgMS44OTMtMS44OCA1Ljg0IDUuODQgMTAuOTMzLTEwLjkzMyAxLjg5MyAxLjg4eiI+PC9wYXRoPgo8L3N2Zz4K");

  background-repeat: no-repeat;

  background-position: center;

  width: 20px;

  height: 26px;

  opacity: 0.5;

  transition: 0.3s;

  display: inline-block;

}

.single-product div.product .product-featured-icons .shopwell-button--compare > a.added:hover::before {

  opacity: 1;

}

.single-product div.product .product-featured-icons .shopwell-button--compare .shopwell-button__text {

  padding-left: 0;

}

.single-product div.product .wcboost-products-compare-button {

  box-shadow: none;

  color: #7d828a;

  background-color: transparent;

  padding: 0;

  border-radius: 0;

  min-width: auto;

  position: relative;

  margin: 0;

  display: flex;

  align-items: center;

  color: #7d828a;

}

.single-product div.product .wcboost-products-compare-button::after {

  display: none;

}

.single-product div.product .wcboost-products-compare-button .wcboost-products-compare-button__icon {

  font-size: 20px;

  font-size: 1.25rem;

  margin-right: 8px;

}

.single-product div.product .wcboost-products-compare-button:hover, .single-product div.product .wcboost-products-compare-button.loading {

  color: #1d2128;

}

.single-product div.product .wcboost-wishlist-button {

  --shopwell-color__primary--box-shadow: rgba(0, 0, 0, 0);

  color: #7d828a;

  background-color: transparent;

  padding: 0;

  border-radius: 0;

  min-width: auto;

  position: relative;

}

.single-product div.product .wcboost-wishlist-button:after {

  display: none;

}

.single-product div.product .wcboost-wishlist-button.disabled {

  background-color: transparent;

}

.single-product div.product .wcboost-wishlist-button .wcboost-wishlist-button__icon {

  font-size: 20px;

  font-size: 1.25rem;

  display: inline-flex;

  line-height: 1;

  margin-right: 0;

  /*rtl:raw:

  	margin-right: 0;

  */

}

.single-product div.product .wcboost-wishlist-button .wcboost-wishlist-button__icon svg {

  vertical-align: -0.125em;

  width: 1em;

  height: 1em;

  fill: currentColor;

  display: inline-block;

}

.single-product div.product .wcboost-wishlist-button .wcboost-wishlist-button__icon + .wcboost-wishlist-button__text {

  padding-left: 9px;

}

.single-product div.product .wcboost-wishlist-button:hover, .single-product div.product .wcboost-wishlist-button.loading {

  color: #1d2128;

}

.single-product div.product .woocommerce-product-gallery__wrapper {

  margin-top: 0;

  margin-bottom: 0;

  display: inline-block;

}

.single-product div.product .shopwell-product-slider__fractions {

  position: absolute;

  bottom: 16px;

  left: 50%;

  transform: translateX(-50%);

  display: none;

  text-align: center;

  border-radius: 2px;

  width: 28px;

  height: 20px;

  font-size: 11px;

  font-size: 0.6875rem;

  font-weight: 500;

  line-height: 22px;

  background-color: rgba(29, 33, 40, 0.12);

}

.single-product div.product .shopwell-product-gallery {

  position: relative;

  width: 48.948%;

}

.single-product div.product .shopwell-product-gallery .product-featured-icons {

  position: absolute;

  bottom: 16px;

  right: 3px;

  z-index: 99;

  opacity: 0;

  visibility: hidden;

}

.single-product div.product .shopwell-product-gallery .product-featured-icons .shopwell-svg-icon,

.single-product div.product .shopwell-product-gallery .product-featured-icons .wcboost-products-compare-button__icon {

  font-size: 18px;

  font-size: 1.125rem;

  display: inline-flex;

  margin-right: 0;

}

.single-product div.product .shopwell-product-gallery .product-featured-icons .wcboost-wishlist-button__text,

.single-product div.product .shopwell-product-gallery .product-featured-icons .wcboost-products-compare-button__text {

  display: none;

}

.single-product div.product .shopwell-product-gallery .product-featured-icons .wcboost-products-compare-button,

.single-product div.product .shopwell-product-gallery .product-featured-icons .wcboost-wishlist-button {

  display: inline-flex;

  cursor: pointer;

  font-size: 14px;

  font-size: 0.875rem;

  background-color: #fff;

  color: #7d828a;

  width: 44px;

  height: 44px;

  border-radius: 100%;

  align-items: center;

  justify-content: center;

  box-shadow: 0px 2px 6px 0px rgba(29, 33, 40, 0.16);

  transition: 0.3s;

}

.single-product div.product .shopwell-product-gallery .product-featured-icons .wcboost-products-compare-button:hover,

.single-product div.product .shopwell-product-gallery .product-featured-icons .wcboost-wishlist-button:hover {

  box-shadow: 0px 4px 8px 0px rgba(29, 33, 40, 0.16);

  color: #1d2128;

}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a {

  position: relative;

}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a img {

  margin: 0 auto;

}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a,

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__image img {

  display: block;

}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {

  position: absolute;

  top: 2em;

  right: 1em;

  display: block;

  z-index: 99;

}

.single-product div.product .woocommerce-product-gallery .flex-viewport {

  margin-bottom: 0;

}

.single-product div.product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__wrapper {

  display: block;

}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {

  display: flex;

  margin: 0;

  padding: 0;

  flex-wrap: nowrap;

  opacity: 0;

}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {

  list-style: none;

  cursor: pointer;

  margin-right: 10px;

}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li::after {

  content: "";

  position: absolute;

  left: 0;

  bottom: 0;

  width: 100%;

  height: 2px;

  background-color: #1d2128;

  opacity: 0;

  transition: 0.3s;

}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li.swiper-slide-active::after {

  opacity: 1;

}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover::after {

  opacity: 1;

}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {

  transition: 0.3s;

}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:last-child {

  margin-right: 0;

}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {

  width: 48.1%;

}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {

  width: 30.7966666667%;

}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {

  width: 22.15%;

}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {

  width: 16.96%;

}

.single-product div.product .woocommerce-product-gallery__thumbs-carousel {

  position: relative;

  margin-top: 1em;

}

.single-product div.product .woocommerce-product-gallery__thumbs-carousel .swiper-container {

  margin: 0 55px 0 60px;

}

.single-product div.product .woocommerce-product-gallery__thumbs-carousel .shopwell-swiper-button {

  position: absolute;

  top: 0;

  bottom: 0;

  left: 0;

  display: inline-flex;

  align-items: center;

  font-size: 24px;

  font-size: 1.5rem;

  padding-left: 9px;

  padding-right: 9px;

  border-radius: 2px;

  background-color: #1d2128;

  color: #fff;

  cursor: pointer;

  z-index: 9;

  transition: 0.3s;

  /*rtl:raw:

  	transform: rotateY(180deg);

  */

}

.single-product div.product .woocommerce-product-gallery__thumbs-carousel .shopwell-swiper-button:hover {

  background-color: var(--shopwell-color__primary);

}

.single-product div.product .woocommerce-product-gallery__thumbs-carousel .shopwell-swiper-button.shopwell-thumbs-button-next {

  right: 0;

  left: auto;

}

.single-product div.product .woocommerce-product-gallery__thumbs-carousel .shopwell-swiper-button.swiper-button-disabled {

  background-color: #ebeff3;

  cursor: default;

}

.single-product div.product .woocommerce-product-gallery__thumbs-carousel .shopwell-swiper-button.swiper-button-lock {

  display: none;

}

.single-product div.product .woocommerce-product-gallery__thumbs-carousel .shopwell-swiper-button.swiper-button-lock + .swiper-container {

  overflow: visible;

}

.single-product div.product .woocommerce-product-gallery__thumbs-carousel .shopwell-swiper-button.swiper-button-lock + .swiper-container .flex-control-thumbs {

  justify-content: center;

}

.single-product div.product .woocommerce-product-gallery__thumbs-carousel .shopwell-swiper-button.swiper-button-lock + .swiper-container .flex-control-thumbs li {

  height: auto !important;

}

.single-product div.product .entry-summary {

  width: 51.052%;

  padding-left: 60px;

}

.single-product div.product .entry-summary .compare.button {

  display: none;

}

.single-product div.product .product_title {

  font-size: 28px;

  font-size: 1.75rem;

  line-height: 32px;

  font-weight: 500;

  margin-bottom: 10px;

  width: 100%;

}

.single-product div.product .product-meta-wrapper {

  display: flex;

  align-items: center;

  margin-bottom: 25px;

  flex-wrap: wrap;

}

.single-product div.product .product-meta-wrapper .meta {

  font-size: 14px;

  font-size: 0.875rem;

  color: #7d828a;

  font-weight: 500;

}

.single-product div.product .product-meta-wrapper .meta a,

.single-product div.product .product-meta-wrapper .meta span {

  color: #1d2128;

}

.single-product div.product .product-meta-wrapper .meta::after {

  content: "";

  display: inline-block;

  width: 1px;

  height: 10px;

  background-color: rgba(185, 185, 185, 0.4);

  margin-left: 20px;

  margin-right: 20px;

}

.single-product div.product .product-meta-wrapper .meta.meta-sku span {

  text-transform: uppercase;

}

.single-product div.product .product-meta-wrapper .meta:last-child::after {

  display: none;

}

.single-product div.product .product-meta-wrapper .meta,

.single-product div.product .product-meta-wrapper .woocommerce-product-rating {

  padding-bottom: 5px;

}

.single-product div.product .product_meta {

  margin-top: 20px;

}

.single-product div.product .product_meta .posted_in {

  display: inline-block;

  width: 100%;

  font-size: 12px;

  font-size: 0.75rem;

}

.single-product div.product .product_meta .meta-tags {

  display: inline-block;

  width: 100%;

  font-size: 14px;

  font-size: 0.875rem;

  color: #7d828a;

  font-weight: 500;

  margin-top: 16px;

}

.single-product div.product .product_meta .meta-tags a,

.single-product div.product .product_meta .meta-tags span {

  color: #1d2128;

}

.single-product div.product .product_meta .meta-sku-tags .meta-sku {

  font-size: 14px;

  font-size: 0.875rem;

  color: #7d828a;

  font-weight: 500;

  margin-top: 5px;

}

.single-product div.product .product_meta .meta-sku-tags .meta-sku a,

.single-product div.product .product_meta .meta-sku-tags .meta-sku span {

  color: #1d2128;

}

.single-product div.product .woocommerce-product-rating {

  margin-bottom: 0;

}

.single-product div.product .button-write-review {

  display: flex;

  padding-bottom: 5px;

}

.single-product div.product .button-write-review a {

  font-size: 12px;

  font-size: 0.75rem;

}

.single-product div.product .shopwell-product-deal {

  margin-top: 0;

  margin-bottom: 32px;

}

.single-product div.product .shopwell-product-deal .deal-expire-text,

.single-product div.product .shopwell-product-deal .deal-sold-text {

  font-size: 16px;

  font-size: 1rem;

  width: 30%;

  padding-right: 1em;

}

.single-product div.product .shopwell-product-deal .text {

  font-size: 14px;

  font-size: 0.875rem;

  color: #7d828a;

}

.single-product div.product .shopwell-product-deal .deal-expire-countdown,

.single-product div.product .shopwell-product-deal .deal-progress {

  width: 70%;

}

.single-product div.product .shopwell-product-deal .deal-progress .progress-bar {

  margin-bottom: 15px;

  height: 10px;

  border-radius: 2px;

}

.single-product div.product .shopwell-product-deal .deal-progress .progress-value {

  height: 10px;

  background-color: #1d2128;

  border-radius: 2px;

}

.single-product div.product .shopwell-product-deal .deal-progress .deal-text {

  font-weight: 500;

  color: #7d828a;

}

.single-product div.product.product-type-grouped .product-gallery-summary .quantity {

  margin-right: 0;

  float: none;

}

.single-product div.product.product-type-grouped .woocommerce-grouped-product-list tr:last-child td {

  border: none;

}

.single-product div.product.product-type-grouped .woocommerce-grouped-product-list td {

  padding: 10px;

}

.single-product div.product.product-type-grouped .woocommerce-grouped-product-list .quantity__label {

  display: none;

}

.single-product div.product.product-type-grouped .woocommerce-grouped-product-list-item__label {

  font-size: 16px;

  font-size: 1rem;

  color: #1d2128;

}

.single-product div.product.product-type-grouped .woocommerce-grouped-product-list-item__price {

  font-size: 14px;

  font-size: 0.875rem;

  color: #1d2128;

}

.single-product div.product.product-type-grouped .woocommerce-grouped-product-list-item__price ins {

  color: #dd2831;

  background-color: transparent;

}

.single-product div.product.product-type-grouped .outofstock a.button {

  background-color: #ebeff3;

}

.single-product div.product.product-type-grouped .single_add_to_cart_button {

  float: none;

  width: 100%;

}

.single-product div.product .star-rating {

  font-size: 12px;

  font-size: 0.75rem;

  width: 64px;

  white-space: nowrap;

  height: 12px;

  line-height: 1;

}

.single-product div.product .star-rating::before {

  display: none;

}

.single-product div.product .star-rating span {

  position: static;

  padding: 0;

  float: none;

}

.single-product div.product .star-rating span::before {

  display: none;

}

.single-product div.product .star-rating span.shopwell-svg-icon {

  margin-right: 1px;

}

.single-product div.product .star-rating .max-rating {

  position: absolute;

  color: #ebeff3;

  left: 0;

}

.single-product div.product .star-rating .max-rating.shopwell-svg-icon:last-child {

  margin-right: 0;

}

.single-product div.product .star-rating .user-rating {

  position: absolute;

  color: #ffa132;

  left: 0;

}

.single-product div.product .star-rating .user-rating.shopwell-svg-icon:last-child {

  margin-right: 0;

}

.single-product div.product .product-summary-wrapper {

  width: 48.948%;

}

.single-product div.product .product-summary-wrapper .woocommerce-product-gallery {

  width: 100%;

}

.single-product div.product .product-summary-wrapper .product-meta-wrapper {

  padding-bottom: 9px;

  margin-bottom: 25px;

  border-bottom: 1px solid rgba(185, 185, 185, 0.4);

}

.single-product div.product .product-thumbnails-vertical .shopwell-product-gallery {

  width: 57.457%;

  height: fit-content;

}

.single-product div.product .product-thumbnails-vertical .shopwell-product-images-buttons {

  flex-direction: row-reverse;

  left: var(--shopwell-product-thumbnail-with);

  bottom: 24px;

}

.single-product div.product .product-thumbnails-vertical .shopwell-product-images-buttons .shopwell-button--icon {

  margin-right: 10px;

  margin-top: 0;

}

.single-product div.product .product-thumbnails-vertical :where(.shopwell-product-gallery--single) .shopwell-product-images-buttons {

  left: 24px;

}

.single-product div.product .product-thumbnails-vertical :where(.shopwell-product-gallery--single) .woocommerce-product-gallery__image img {

  width: 100%;

}

.single-product div.product .product-thumbnails-vertical .product-summary-wrapper {

  width: 57.457%;

}

.single-product div.product .product-thumbnails-vertical .product-summary-wrapper .shopwell-product-gallery {

  width: 100%;

}

.single-product div.product .product-thumbnails-vertical .woocommerce-product-gallery__thumbs-carousel {

  position: absolute;

  display: flex;

  flex-direction: column;

  top: 0;

  left: 0;

  max-height: 100%;

  overflow: hidden;

  margin-top: 0;

}

.single-product div.product .product-thumbnails-vertical .woocommerce-product-gallery__thumbs-carousel .swiper-container {

  margin: 0;

}

.single-product div.product .product-thumbnails-vertical .woocommerce-product-gallery__thumbs-carousel .shopwell-swiper-button {

  position: static;

  margin-right: 0;

  margin-left: 0;

  justify-content: center;

}

.single-product div.product .product-thumbnails-vertical .woocommerce-product-gallery__thumbs-carousel .shopwell-swiper-button svg {

  transform: rotate(90deg);

  /*rtl:raw:

  	transform: rotate(90deg);

  */

}

.single-product div.product .product-thumbnails-vertical .woocommerce-product-gallery__thumbs-carousel .shopwell-swiper-button.swiper-button-lock + .swiper-container .flex-control-thumbs {

  justify-content: flex-start;

}

.single-product div.product .product-thumbnails-vertical .woocommerce-product-gallery__thumbs-carousel .shopwell-thumbs-button-prev {

  margin-bottom: 10px;

}

.single-product div.product .product-thumbnails-vertical .woocommerce-product-gallery__thumbs-carousel .shopwell-thumbs-button-next {

  margin-top: 10px;

  margin-bottom: 0;

}

.single-product div.product .product-thumbnails-vertical .flex-control-thumbs {

  opacity: 0;

}

.single-product div.product .product-thumbnails-vertical .flex-control-thumbs li {

  width: 100% !important;

  margin-right: 0;

}

.single-product div.product .product-thumbnails-vertical .flex-control-thumbs li::after {

  content: "";

  position: absolute;

  left: 0;

  bottom: 0;

  width: 100%;

  height: 2px;

  background-color: #1d2128;

  opacity: 0;

  transition: 0.3s;

}

.single-product div.product .product-thumbnails-vertical .flex-control-thumbs li.swiper-slide-active::after {

  opacity: 1;

  border-radius: 2px;

}

.single-product div.product .product-thumbnails-vertical .flex-control-thumbs li:hover::after {

  opacity: 1;

}

.single-product div.product .product-thumbnails-vertical .flex-control-thumbs img {

  display: block;

  margin-right: 0;

  height: inherit;

  object-fit: cover;

  opacity: 1;

}

.single-product div.product .product-thumbnails-vertical .flex-control-thumbs img.flex-active {

  border-radius: 2px;

}

.single-product div.product .product-thumbnails-vertical .flex-control-thumbs.swiper-wrapper {

  position: static;

}

.single-product div.product .product-thumbnails-vertical .flex-viewport {

  margin: 0 0 0 112px;

}

.single-product div.product .product-thumbnails-vertical .entry-summary {

  width: 42.543%;

  padding-left: 25px;

}

.single-product div.product.outofstock .woocommerce-badges {

  display: none;

}

.single-product div.product .grouped_form .stock {

  margin: 6px 0 0 0;

}

.single-product div.product.has-buy-now .shopwell-buy-now-button {

  width: calc(50% - 10px);

  margin-left: 19px;

  min-width: auto;

}

.single-product div.product.has-buy-now .single_add_to_cart_button {

  min-width: auto;

}

.single-product div.product.has-buy-now .dokan-store-support-btn-product {

  width: calc(50% - 10px);

  margin-top: 0;

  margin-left: 20px;

}

.single-product div.product.has-buy-now .dokan-store-support-btn-product + .shopwell-buy-now-button {

  width: 100%;

  margin-top: 20px;

  margin-left: 0;

}

.single-product div.product.has-buy-now .quantity {

  margin-right: 100%;

  margin-bottom: 24px;

}

.single-product div.product.has-buy-now .grouped_form .quantity {

  margin-bottom: 0;

}

.single-product div.product.has-buy-now .shopwell-quantity-wrapper .quantity {

  margin-right: 20px;

  margin-bottom: 0;

}

.single-product div.product.has-buy-now.product-type-simple form.cart {

  display: flex;

  flex-wrap: wrap;

}

.single-product div.product.has-buy-now.product-type-simple .single_add_to_cart_button {

  width: calc(50% - 10px);

}

.single-product div.product.has-buy-now.product-type-variable form.cart .woocommerce-variation-add-to-cart {

  display: flex;

  flex-wrap: wrap;

}

.single-product div.product.has-buy-now.product-type-variable .single_add_to_cart_button {

  width: calc(50% - 10px);

}

.single-product div.product.has-buy-now.product-type-grouped form.cart {

  display: flex;

  flex-wrap: wrap;

}

.single-product div.product.has-buy-now.product-type-grouped .single_add_to_cart_button {

  width: calc(50% - 10px);

}

.single-product div.product.product-type-external .single_add_to_cart_button {

  width: 100%;

  height: auto !important;

  padding-top: 1em;

  padding-bottom: 1em;

  align-items: flex-start;

  float: none;

}

.single-product div.product.product-type-external .dokan-store-support-btn-product {

  width: 100%;

  margin-top: 20px;

  margin-left: 0;

  line-height: 48px;

}

.single-product div.product.product-type-external .single_add_to_cart_button--text {

  line-height: 20px;

}

.single-product div.product.product-type-external .product-featured-icons {

  padding-top: 24px;

  clear: both;

}

.single-product div.product.layout-1 .wcboost-products-compare-button__text, .single-product div.product.layout-2 .wcboost-products-compare-button__text, .single-product div.product.layout-3 .wcboost-products-compare-button__text {

  text-indent: -9999px;

  display: flex;

  font-size: 0;

}

.single-product div.product.layout-1 .wcboost-products-compare-button__text:before, .single-product div.product.layout-2 .wcboost-products-compare-button__text:before, .single-product div.product.layout-3 .wcboost-products-compare-button__text:before {

  font-size: 14px;

  font-size: 0.875rem;

  display: inline-block;

  content: attr(data-add);

  text-indent: 0;

}

.single-product div.product.layout-1 .shopwell-button-compare--view.added .wcboost-products-compare-button__text::before, .single-product div.product.layout-2 .shopwell-button-compare--view.added .wcboost-products-compare-button__text::before, .single-product div.product.layout-3 .shopwell-button-compare--view.added .wcboost-products-compare-button__text::before {

  content: attr(data-view);

}

.single-product div.product.layout-1 .shopwell-button-compare--remove.added .wcboost-products-compare-button__text::before, .single-product div.product.layout-2 .shopwell-button-compare--remove.added .wcboost-products-compare-button__text::before, .single-product div.product.layout-3 .shopwell-button-compare--remove.added .wcboost-products-compare-button__text::before {

  content: attr(data-remove);

}

.single-product div.product.layout-1 .wcboost-wishlist-button__text, .single-product div.product.layout-2 .wcboost-wishlist-button__text, .single-product div.product.layout-3 .wcboost-wishlist-button__text {

  text-indent: -9999px;

  display: flex;

  font-size: 0;

}

.single-product div.product.layout-1 .wcboost-wishlist-button__text:before, .single-product div.product.layout-2 .wcboost-wishlist-button__text:before, .single-product div.product.layout-3 .wcboost-wishlist-button__text:before {

  font-size: 14px;

  font-size: 0.875rem;

  display: inline-block;

  content: attr(data-add);

  text-indent: 0;

}

.single-product div.product.layout-1 .shopwell-button-wishlist--view.added .wcboost-wishlist-button__text::before, .single-product div.product.layout-2 .shopwell-button-wishlist--view.added .wcboost-wishlist-button__text::before, .single-product div.product.layout-3 .shopwell-button-wishlist--view.added .wcboost-wishlist-button__text::before {

  content: attr(data-view);

}

.single-product div.product.layout-1 .shopwell-button-wishlist--remove.added .wcboost-wishlist-button__text::before, .single-product div.product.layout-2 .shopwell-button-wishlist--remove.added .wcboost-wishlist-button__text::before, .single-product div.product.layout-3 .shopwell-button-wishlist--remove.added .wcboost-wishlist-button__text::before {

  content: attr(data-remove);

}

.single-product div.product.layout-3 .entry-summary .product-meta-wrapper {

  display: none;

}

.single-product div.product.layout-3 .entry-summary .product-featured-icons {

  justify-content: space-between;

  padding: 0;

}

.single-product div.product.layout-4 .entry-summary .product-meta-wrapper .woocommerce-product-rating {

  order: 1;

}

.single-product div.product.layout-4 .entry-summary .product-meta-wrapper .meta-sku {

  order: 2;

}

.single-product div.product .woocommerce-Tabs-panel--seller .shopwell-dropdown__content,

.single-product div.product .woocommerce-Tabs-panel--more_seller_product .shopwell-dropdown__content {

  margin-top: 20px;

}

.single-product .single-product-extra-content .widget:last-child {

  margin-bottom: 0;

}

.single-product .single-product-extra-content fieldset {

  margin-top: 0.5em;

  margin-bottom: 1.2em;

  border: 1px solid rgba(185, 185, 185, 0.4);

}

.single-product .single-product-extra-content fieldset legend {

  display: block;

  margin: 0 auto;

  width: inherit;

  padding: 10px;

  color: #1d2128;

  font-size: 16px;

  font-size: 1rem;

  font-weight: 500;

  text-align: center;

}

.single-product ul.products li.product .price .price__save {

  display: none;

}



.stock {

  font-size: 14px;

  font-size: 0.875rem;

  font-weight: 500;

}

.stock:empty::before {

  display: none;

}

.stock.in-stock {

  color: #13bc96;

}

.stock.out-of-stock {

  color: #dd2831;

}



.woocommerce-product-rating {

  display: flex;

  align-items: center;

  margin-bottom: 10px;

}

.woocommerce-product-rating .woocommerce-review-link {

  margin-left: 8px;

  font-size: 12px;

  font-size: 0.75rem;

  font-weight: 500;

  color: #7d828a;

  line-height: 1;

}



body:not(.product-card-layout-6) .related.products .linked-products-carousel,

body:not(.product-card-layout-6) .upsells.products .linked-products-carousel,

body:not(.product-card-layout-6) .woocommerce-cart .cross-sells .linked-products-carousel {

  pointer-events: none;

  margin: -10px -10px -200px;

  padding: 10px 10px 200px;

}



.woocommerce-tabs + .upsells.products {

  position: relative;

  z-index: 99;

}



.related.products > h2,

.upsells.products > h2,

.woocommerce-cart .cross-sells > h2 {

  font-size: 24px;

  font-size: 1.5rem;

  font-weight: 500;

  margin-top: 43px;

  margin-bottom: 23px;

}

.related.products .linked-products-carousel ul.products,

.upsells.products .linked-products-carousel ul.products,

.woocommerce-cart .cross-sells .linked-products-carousel ul.products {

  flex-wrap: nowrap;

  pointer-events: auto;

}

.related.products .linked-products-carousel ul.products li.product,

.upsells.products .linked-products-carousel ul.products li.product,

.woocommerce-cart .cross-sells .linked-products-carousel ul.products li.product {

  margin-bottom: 0;

  transform: none;

}

.related.products .linked-products-carousel ul.products.product-card-layout-3, .related.products .linked-products-carousel ul.products.product-card-layout-5,

.upsells.products .linked-products-carousel ul.products.product-card-layout-3,

.upsells.products .linked-products-carousel ul.products.product-card-layout-5,

.woocommerce-cart .cross-sells .linked-products-carousel ul.products.product-card-layout-3,

.woocommerce-cart .cross-sells .linked-products-carousel ul.products.product-card-layout-5 {

  margin-left: 0;

  margin-right: 0;

}

.related.products .linked-products-carousel ul.products.product-card-layout-3 li.product, .related.products .linked-products-carousel ul.products.product-card-layout-5 li.product,

.upsells.products .linked-products-carousel ul.products.product-card-layout-3 li.product,

.upsells.products .linked-products-carousel ul.products.product-card-layout-5 li.product,

.woocommerce-cart .cross-sells .linked-products-carousel ul.products.product-card-layout-3 li.product,

.woocommerce-cart .cross-sells .linked-products-carousel ul.products.product-card-layout-5 li.product {

  padding-right: 0;

  padding-left: 0;

}

.related.products .linked-products-carousel:hover,

.upsells.products .linked-products-carousel:hover,

.woocommerce-cart .cross-sells .linked-products-carousel:hover {

  z-index: 2;

}

.related.products .shopwell-swiper-button,

.upsells.products .shopwell-swiper-button,

.woocommerce-cart .cross-sells .shopwell-swiper-button {

  position: absolute;

  top: 37%;

  transform: translateY(-37%);

  z-index: 3;

  pointer-events: auto;

  /*rtl:raw:

  	transform: translateY(-37%) rotateY(180deg);

  */

}

.related.products .shopwell-swiper-button-next,

.upsells.products .shopwell-swiper-button-next,

.woocommerce-cart .cross-sells .shopwell-swiper-button-next {

  right: -20px;

}

.related.products .shopwell-swiper-button-prev,

.upsells.products .shopwell-swiper-button-prev,

.woocommerce-cart .cross-sells .shopwell-swiper-button-prev {

  left: -20px;

}

.related.products .swiper-button-lock,

.upsells.products .swiper-button-lock,

.woocommerce-cart .cross-sells .swiper-button-lock {

  display: none;

}

.related.products .swiper-pagination,

.upsells.products .swiper-pagination,

.woocommerce-cart .cross-sells .swiper-pagination {

  position: static;

  display: none;

  text-align: center;

  margin-top: 5px;

  pointer-events: auto;

}

.related.products .swiper-pagination .swiper-pagination-bullet-active::before,

.upsells.products .swiper-pagination .swiper-pagination-bullet-active::before,

.woocommerce-cart .cross-sells .swiper-pagination .swiper-pagination-bullet-active::before {

  background-color: #1d2128;

}

.related.products .swiper-pagination.swiper-button-lock,

.upsells.products .swiper-pagination.swiper-button-lock,

.woocommerce-cart .cross-sells .swiper-pagination.swiper-button-lock {

  display: none;

}



.upsells.products .upsells-product__carousel {

  position: relative;

  pointer-events: none;

}



.related.products {

  position: relative;

  z-index: 10;

  pointer-events: none;

}

.related.products .related-product__carousel {

  position: relative;

  pointer-events: none;

}

.related.products + .woocommerce-tabs,

.related.products + .shopwell-product-pbt {

  margin-top: 43px;

}



.woocommerce-cart .cross-sells {

  padding-top: 10px;

  clear: both;

}

.woocommerce-cart .cross-sells .related-product__carousel {

  position: relative;

  pointer-events: none;

}



.woocommerce-product-gallery.loading:before {

  content: "";

  display: inline-block;

  position: absolute;

  top: 50%;

  left: 50%;

  z-index: 9999;

  height: 16px;

  width: 16px;

  margin-right: 10px;

  border-radius: 50%;

  border: 2px solid;

  border-top-color: transparent;

  animation: shopwellSpin infinite 1s linear;

  transition: none;

}

.woocommerce-product-gallery.loading:after {

  position: absolute;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  content: "";

  background-color: rgb(255, 255, 255);

  z-index: 99;

}

.woocommerce-product-gallery.loading + .shopwell-product-images-buttons {

  opacity: 0;

}



.product-header-compact {

  position: absolute;

  top: 10px;

  left: 0;

  width: 100%;

  z-index: 999;

  display: none;

}

.product-header-compact .product-header-main {

  display: flex;

  align-items: center;

  justify-content: space-between;

}

.product-header-compact .product-header-main .shopwell-button {

  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.16);

  background-color: #fff;

  color: #7d828a;

  width: 44px;

  height: 44px;

  border-radius: 100%;

}

.product-header-compact .product-sticky-header {

  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.16);

  background-color: #fff;

  position: fixed;

  top: 0;

  left: 0;

  width: 100%;

  display: flex;

  align-items: center;

  justify-content: space-between;

  padding: 10px 6px;

  pointer-events: none;

  visibility: hidden;

  opacity: 0;

}

.product-header-compact .product-sticky-header.minimized {

  animation-name: fadeInDown;

  animation-duration: 0.25s;

  opacity: 1;

  pointer-events: initial;

  visibility: visible;

  z-index: 9999;

}

.product-header-compact .product-sticky-header .shopwell-button {

  font-size: 17px;

  font-size: 1.0625rem;

}

.product-header-compact .product-sticky-header .product-info {

  padding-left: 45px;

  margin-right: 20px;

  font-size: 12px;

  font-size: 0.75rem;

  color: #1d2128;

  font-weight: 500;

  overflow: hidden;

}

.product-header-compact .product-sticky-header .product-title {

  white-space: nowrap;

  padding-bottom: 3px;

  display: block;

  text-overflow: ellipsis;

  overflow: hidden;

}

.product-header-compact .product-sticky-header .product-price ins {

  margin-right: 6px;

  background-color: transparent;

}

.product-header-compact .product-sticky-header .product-price del {

  font-size: 11px;

  font-size: 0.6875rem;

}

.product-header-compact .product-sticky-header .product-price .price__save {

  display: none;

}

.product-header-compact .product-sticky-header .product-buttons {

  white-space: nowrap;

}

.product-header-compact .product-sticky-header .shopwell-button--history {

  position: absolute;

  top: 50%;

  transform: translateY(-50%);

  left: 6px;

}

.product-header-compact .product-sticky-header .shopwell-button--history .shopwell-svg-icon {

  /*rtl:raw:

  	transform: rotateY(180deg);

  */

}

.product-header-compact .shopwell-button {

  color: #7d828a;

  padding: 0 10px;

  height: 44px;

}

.product-header-compact .shopwell-button .shopwell-button__icon {

  font-size: 17px;

  font-size: 1.0625rem;

  /*rtl:raw:

  	transform: rotateY(180deg);

  */

}

.product-header-compact .shopwell-button .shopwell-button__text {

  display: none;

}

.product-header-compact .shopwell-button:after {

  display: none;

}



.single-product div.product.layout-1 .product-gallery-summary {

  margin-bottom: 73px;

}

.single-product div.product.layout-1 .product-gallery-summary .price .percentage {

  display: none;

}

.single-product div.product.layout-1 .product-gallery-summary table.variations tr:last-child .value {

  padding-bottom: 29px;

}

.single-product div.product.layout-1 .product-gallery-summary .single_add_to_cart_button .single_add_to_cart_button--icon {

  display: inline-block;

}

.single-product div.product.layout-1 .product-gallery-summary + .woocommerce-tabs {

  margin-top: 0;

}

.single-product div.product.layout-1.product-type-grouped .woocommerce-grouped-product-list .shopwell-quantity-wrapper {

  margin-bottom: 0;

}

.single-product div.product.layout-2 .product-gallery-summary .product-meta-wrapper {

  margin-bottom: 36px;

}

.single-product div.product.layout-2 .product-gallery-summary .price {

  font-size: 36px;

  font-size: 2.25rem;

}

.single-product div.product.layout-2 .product-gallery-summary .price .percentage {

  display: none;

}

.single-product div.product.layout-2 .product-gallery-summary .shopwell-price-stock {

  padding-bottom: 20px;

  margin-bottom: 22px;

}

.single-product div.product.layout-2 .product-gallery-summary table.variations tr:last-child .value {

  padding-bottom: 40px;

}

.single-product div.product.layout-2 .product-gallery-summary .single_variation_wrap .woocommerce-variation-description > *:last-child {

  padding-bottom: 10px;

}

.single-product div.product.layout-2 .woocommerce-Reviews .woocommerce-Reviews-title,

.single-product div.product.layout-2 .woocommerce-Reviews .shopwell-product-rating__title {

  display: block;

}

.single-product div.product.layout-2.product-type-grouped .woocommerce-grouped-product-list .shopwell-quantity-wrapper {

  margin-bottom: 0;

}

.single-product div.product.layout-3 .product-gallery-summary {

  padding-bottom: 25px;

  margin-bottom: 32px;

  border-bottom: 1px solid rgba(185, 185, 185, 0.4);

}

.single-product div.product.layout-3 .product-gallery-summary + .woocommerce-tabs {

  margin-top: 0;

}

.single-product div.product.layout-3 .shopwell-price-stock .price ins {

  width: auto;

}

.single-product div.product.layout-3 .shopwell-price-stock .price del {

  font-size: 18px;

  font-size: 1.125rem;

  font-weight: 400;

  margin: 6px 0 0 0;

}

.single-product div.product.layout-3 .shopwell-price-stock .price .price__save {

  font-weight: 500;

  margin-top: 11px;

  width: 100%;

}

.single-product div.product.layout-3 .product-meta-wrapper .woocommerce-product-rating::after {

  margin-top: 2px;

  content: "";

  display: inline-block;

  width: 1px;

  height: 10px;

  background-color: rgba(185, 185, 185, 0.4);

  margin-right: 20px;

  margin-left: 20px;

}

.single-product div.product.layout-3 .related.products > h2,

.single-product div.product.layout-3 .upsells.products > h2 {

  margin-top: 44px;

}

.single-product div.product.layout-3 .product-thumbnails-vertical .woocommerce-product-gallery .shopwell-product-images-buttons {

  left: 3px;

  bottom: 3px;

}

.single-product div.product.layout-3 .product-thumbnails-vertical .entry-summary {

  padding-left: 56px;

  padding-top: 6px;

}

.single-product div.product.layout-3.product-type-grouped .woocommerce-grouped-product-list a.button {

  line-height: 44px;

  height: 44px;

  width: 100%;

}

.single-product div.product.layout-3.product-type-grouped .woocommerce-grouped-product-list .shopwell-quantity-wrapper {

  margin-bottom: 0;

}

.single-product div.product.layout-3.product-type-grouped .woocommerce-grouped-product-list .quantity {

  width: 100%;

}

.single-product div.product.layout-3.product-type-grouped .woocommerce-grouped-product-list .quantity input {

  flex: auto;

}

.single-product div.product.layout-3.outofstock .woocommerce-badges {

  display: block;

}

.single-product div.product.layout-3.has-buy-now .quantity {

  margin-bottom: 0;

  margin-right: 20px;

}

.single-product div.product.layout-3:not(.has-buy-now) .single_add_to_cart_button {

  width: 100%;

  float: none;

}

.single-product div.product.layout-3 .shopwell-icon-box-widget {

  display: flex;

  justify-content: center;

  border-left: 0;

  border-right: 0;

  border-bottom: 0;

  border-radius: 0;

  padding: 20px 0 0;

}

.single-product div.product.layout-3 .shopwell-icon-box-widget .shopwell-icon-box-widget__item {

  flex-direction: column;

  border-bottom: 0;

  margin-bottom: 0;

  padding: 0 20px;

  text-align: center;

}

.single-product div.product.layout-3 .shopwell-icon-box-widget .shopwell-icon-box-widget__icon {

  border: 1px solid rgba(185, 185, 185, 0.4);

  border-radius: 100%;

  margin-right: 0;

  margin-bottom: 12px;

  padding: 8px;

}

.single-product div.product.layout-3 .shopwell-icon-box-widget .shopwell-icon-box-widget__button {

  margin-left: 0;

  margin-top: 10px;

  border-bottom: 1px solid;

}

.single-product div.product.layout-4 {

  --shopwell-product-thumbnail-height: 80px;

}

.single-product div.product.layout-4 .product-summary-wrapper {

  width: 71.6%;

  display: grid;

  grid-auto-flow: column;

  grid-template-areas: "A A" "B D" "C D";

  grid-template-columns: 56.385% 1fr;

}

.single-product div.product.layout-4 .product-summary-wrapper .shopwell-breadcrumb-social-wrapper {

  grid-area: A;

  flex: 100%;

  max-width: 100%;

  padding-top: 16px;

  padding-bottom: 22px;

}

.single-product div.product.layout-4 .product-summary-wrapper .shopwell-breadcrumb-social-wrapper .shopwell-social__item {


  position: static;

  visibility: visible;

  opacity: 1;

}

.single-product div.product.layout-4 .shopwell-product-gallery {

  grid-area: B;

  width: 100%;

}

.single-product div.product.layout-4 .single-product-extra-content {

  grid-area: C;

}

.single-product div.product.layout-4 .entry-summary {

  grid-area: D;

  width: 100%;

  padding-left: 24px;

}

.single-product div.product.layout-4 .product-gallery-summary .shopwell-product-images-buttons {

  bottom: var(--shopwell-product-thumbnail-height);

  left: 50%;

  transform: translateX(-50%);

  flex-direction: row-reverse;

}

.single-product div.product.layout-4 .product-gallery-summary .shopwell-product-images-buttons .swiper-button {

  margin: 0 5px;

}

.single-product div.product.layout-4 .product-gallery-summary :where(.shopwell-product-gallery--single) .shopwell-product-images-buttons {

  bottom: 24px;

}

.single-product div.product.layout-4 .product-gallery-summary table.variations .label {

  margin-bottom: 8px;

}

.single-product div.product.layout-4 .product-gallery-summary table.variations .value {

  padding-bottom: 18px;

}

.single-product div.product.layout-4 .product-gallery-summary .reset_variations {

  margin: 0;

}

.single-product div.product.layout-4 .product-gallery-summary .shopwell-quantity-wrapper {

  margin-bottom: 23px;

}

.single-product div.product.layout-4 .product-gallery-summary .single_add_to_cart_button {

  width: 100%;

}

.single-product div.product.layout-4 .product-gallery-summary .single_add_to_cart_button .single_add_to_cart_button--icon {

  display: inline-block;

}

.single-product div.product.layout-4 .product-gallery-summary .single_add_to_cart_button + .dokan-store-support-btn-product {

  width: 100%;

  margin-left: 0;

  margin-top: 12px;

  line-height: 44px;

  height: 44px;

}

.single-product div.product.layout-4 .product-gallery-summary .single_add_to_cart_button,

.single-product div.product.layout-4 .product-gallery-summary .shopwell-buy-now-button {

  line-height: 44px;

  height: 44px;

  float: none;

}

.single-product div.product.layout-4 .product-gallery-summary + .woocommerce-tabs {

  margin-top: 0;

}

.single-product div.product.layout-4 .woocommerce-product-gallery {

  position: relative;

}

.single-product div.product.layout-4 .woocommerce-product-gallery .flex-viewport {

  margin-bottom: 10px;

}

.single-product div.product.layout-4 .woocommerce-product-gallery .shopwell-product-images-buttons .shopwell-button--icon {

  margin: 0 5px;

}

.single-product div.product.layout-4 .woocommerce-product-gallery__thumbs-carousel .swiper-container {

  margin: 0 60px 0 65px;

}

.single-product div.product.layout-4 .woocommerce-product-gallery__thumbs-carousel .shopwell-swiper-button {

  background-color: transparent;

  color: #ebeff3;

  padding-left: 25px;

  padding-right: 16px;

}

.single-product div.product.layout-4 .woocommerce-product-gallery__thumbs-carousel .shopwell-swiper-button:hover {

  color: #1d2128;

}

.single-product div.product.layout-4 .woocommerce-product-gallery__thumbs-carousel .shopwell-swiper-button.swiper-button-disabled {

  color: #ebeff3;

  cursor: default;

}

.single-product div.product.layout-4 .woocommerce-product-gallery__thumbs-carousel .shopwell-swiper-button.shopwell-thumbs-button-next {

  padding-right: 25px;

  padding-left: 16px;

}

.single-product div.product.layout-4 .shopwell-single-product-sale__countdown .shopwell-single-product-sale__text {

  display: none;

}

.single-product div.product.layout-4 .meta-cat {

  font-size: 0;

  margin-bottom: 4px;

}

.single-product div.product.layout-4 .meta-cat a {

  font-size: 14px;

  font-size: 0.875rem;

  font-weight: 500;

}

.single-product div.product.layout-4 .product_title {

  font-size: 18px;

  font-size: 1.125rem;

  line-height: 24px;

  margin-bottom: 13px;

}

.single-product div.product.layout-4 .product-meta-wrapper {

  border-bottom: 1px solid rgba(185, 185, 185, 0.4);

  padding-bottom: 12px;

  margin-bottom: 18px;

}

.single-product div.product.layout-4 .product-meta-wrapper .woocommerce-product-rating::after {

  margin-top: 2px;

  content: "";

  display: inline-block;

  width: 1px;

  height: 10px;

  background-color: rgba(185, 185, 185, 0.4);

  margin-right: 20px;

  margin-left: 20px;

}

.single-product div.product.layout-4 .product-meta-wrapper .meta {

  font-size: 12px;

  font-size: 0.75rem;

}

.single-product div.product.layout-4 .product-meta-wrapper .meta::after {

  display: none;

}

.single-product div.product.layout-4 .shopwell-price-stock {

  padding-bottom: 18px;

  margin-bottom: 16px;

}

.single-product div.product.layout-4 .shopwell-single-product-sale {

  font-size: 11px;

  font-size: 0.6875rem;

  padding-left: 10px;

  padding-right: 10px;

}

.single-product div.product.layout-4.product-type-grouped .outofstock a.button {

  line-height: 44px;

  height: 44px;

  min-width: auto;

  width: 100%;

}

.single-product div.product.layout-4.product-type-grouped .woocommerce-grouped-product-list .shopwell-quantity-wrapper {

  margin-bottom: 0;

}

.single-product div.product.layout-4.outofstock .woocommerce-badges {

  display: block;

}

.single-product div.product.layout-4.has-buy-now .quantity {

  margin-right: auto;

}

.single-product div.product.layout-4.has-buy-now .single_add_to_cart_button {

  line-height: 44px;

  height: 44px;

}

.single-product div.product.layout-4.has-buy-now .shopwell-buy-now-button {

  width: 100%;

  margin-left: 0;

  margin-top: 12px;

  line-height: 44px;

  height: 44px;

}

.single-product div.product.layout-4.has-buy-now .quantity {

  margin-bottom: 0;

}

.single-product div.product.layout-4.product-type-external .entry-summary .product-featured-icons {

  clear: both;

  padding: 12px 0 0;

}

.single-product div.product.layout-4 .entry-summary .product-featured-icons .shopwell-button {

  margin-left: 20px;

}

.single-product div.product.layout-4 .entry-summary .product-featured-icons .shopwell-button:first-child {

  margin-left: 0;

}

.single-product div.product.layout-4 .shopwell-icon-box-widget {

  display: flex;

  justify-content: center;

  padding: 22px 3px;

}

.single-product div.product.layout-4 .shopwell-icon-box-widget .shopwell-icon-box-widget__item {

  border-right: 1px solid rgba(185, 185, 185, 0.4);

  flex-direction: column;

  border-bottom: 0;

  margin-bottom: 0;

  padding: 0 30px;

  text-align: center;

}

.single-product div.product.layout-4 .shopwell-icon-box-widget .shopwell-icon-box-widget__item:last-child {

  border-right: 0;

}

.single-product div.product.layout-4 .shopwell-icon-box-widget .shopwell-icon-box-widget__icon {

  margin-right: 0;

  margin-bottom: 14px;

}

.single-product div.product.layout-4 .shopwell-icon-box-widget .shopwell-icon-box-widget__button {

  margin-left: 0;

  margin-top: 10px;

  border-bottom: 1px solid;

}

.single-product div.product.layout-5 {

  margin-top: 12px;

  --shopwell-product-thumbnail-height: 90px;

}

.single-product div.product.layout-5 .shopwell-product-gallery {

  width: 40.352%;

}

.single-product div.product.layout-5 .product-summary-wrapper {

  width: 31.316%;

  padding-left: 25px;

}

.single-product div.product.layout-5 .entry-summary {

  width: 28.334%;

  padding-left: 56px;

}

.single-product div.product.layout-5 .entry-summary .price del,

.single-product div.product.layout-5 .entry-summary .price .price__save {

  margin-top: 13px;

}

.single-product div.product.layout-5 .entry-summary .product-featured-icons {

  padding: 0;

}

.single-product div.product.layout-5 .entry-summary .product-featured-icons .shopwell-button {

  color: #7d828a;

  margin-left: 20px;

}

.single-product div.product.layout-5 .entry-summary .product-featured-icons .shopwell-button:first-child {

  margin-left: 0;

}

.single-product div.product.layout-5 .product-gallery-summary {

  margin-bottom: 33px;

}

.single-product div.product.layout-5 .product-gallery-summary .woocommerce-product-gallery__image a img {

  border: 1px solid rgba(185, 185, 185, 0.4);

  border-radius: 2px;

}

.single-product div.product.layout-5 .product-gallery-summary .shopwell-product-images-buttons {

  bottom: var(--shopwell-product-thumbnail-height);

  left: 50%;

  transform: translateX(-50%);

  flex-direction: row-reverse;

}

.single-product div.product.layout-5 .product-gallery-summary .shopwell-product-images-buttons .shopwell-button--icon {

  margin: 0 5px;

}

.single-product div.product.layout-5 .product-gallery-summary .shopwell-product-images-buttons .swiper-button {

  margin: 0 5px;

}

.single-product div.product.layout-5 .product-gallery-summary :where(.shopwell-product-gallery--single) .shopwell-product-images-buttons {

  bottom: 24px;

}

.single-product div.product.layout-5 .product-gallery-summary table.variations .label {

  margin-bottom: 8px;

}

.single-product div.product.layout-5 .product-gallery-summary table.variations .value {

  padding-bottom: 18px;

}

.single-product div.product.layout-5 .product-gallery-summary .reset_variations {

  margin: 0;

}

.single-product div.product.layout-5 .product-gallery-summary .shopwell-quantity-wrapper {

  justify-content: space-between;

  margin-bottom: 20px;

}

.single-product div.product.layout-5 .product-gallery-summary .single_add_to_cart_button {

  width: 100%;

}

.single-product div.product.layout-5 .product-gallery-summary .single_add_to_cart_button .single_add_to_cart_button--icon {

  display: inline-block;

}

.single-product div.product.layout-5 .product-gallery-summary .single_add_to_cart_button + .dokan-store-support-btn-product {

  width: 100%;

  margin-left: 0;

  margin-top: 12px;

  line-height: 44px;

  height: 44px;

}

.single-product div.product.layout-5 .product-gallery-summary .single_add_to_cart_button,

.single-product div.product.layout-5 .product-gallery-summary .shopwell-buy-now-button {

  line-height: 44px;

  height: 44px;

  float: none;

}

.single-product div.product.layout-5 .shopwell-single-product-sale__countdown .shopwell-single-product-sale__text {

  display: none;

}

.single-product div.product.layout-5 .woocommerce-product-gallery .flex-viewport {

  margin-bottom: 10px;

}

.single-product div.product.layout-5 .woocommerce-product-gallery__thumbs-carousel .swiper-container {

  margin: 0 60px 0 65px;

}

.single-product div.product.layout-5 .woocommerce-product-gallery__thumbs-carousel .shopwell-swiper-button {

  background-color: transparent;

  color: #ebeff3;

  padding-left: 25px;

  padding-right: 16px;

}

.single-product div.product.layout-5 .woocommerce-product-gallery__thumbs-carousel .shopwell-swiper-button:hover {

  color: #1d2128;

}

.single-product div.product.layout-5 .woocommerce-product-gallery__thumbs-carousel .shopwell-swiper-button.swiper-button-disabled {

  color: #ebeff3;

  cursor: default;

}

.single-product div.product.layout-5 .woocommerce-product-gallery__thumbs-carousel .shopwell-swiper-button.shopwell-thumbs-button-next {

  padding-right: 25px;

  padding-left: 16px;

}

.single-product div.product.layout-5 .product_title {

  font-size: 18px;

  font-size: 1.125rem;

  line-height: 24px;

  margin-bottom: 10px;

}

.single-product div.product.layout-5 .product-meta-wrapper {

  border-bottom: 1px solid rgba(185, 185, 185, 0.4);

  padding-bottom: 10px;

  margin-bottom: 19px;

}

.single-product div.product.layout-5 .product-meta-wrapper .meta-cat + .meta::before {

  content: "";

  display: inline-block;

  width: 1px;

  height: 10px;

  background-color: rgba(185, 185, 185, 0.4);

  margin-left: 20px;

  margin-right: 20px;

}

.single-product div.product.layout-5 .product-meta-wrapper .meta::after {

  display: none;

}

.single-product div.product.layout-5 .product-meta-wrapper .woocommerce-product-rating::after {

  margin-top: 2px;

  content: "";

  display: inline-block;

  width: 1px;

  height: 10px;

  background-color: rgba(185, 185, 185, 0.4);

  margin-right: 20px;

  margin-left: 20px;

}

.single-product div.product.layout-5 .shopwell-price-stock {

  padding-bottom: 17px;

  margin-bottom: 20px;

}

.single-product div.product.layout-5 .shopwell-single-product-sale {

  font-size: 11px;

  font-size: 0.6875rem;

  padding-left: 10px;

  padding-right: 10px;

}

.single-product div.product.layout-5.product-type-grouped .woocommerce-grouped-product-list td {

  font-size: 14px;

  font-size: 0.875rem;

  padding: 10px 5px;

}

.single-product div.product.layout-5.product-type-grouped .woocommerce-grouped-product-list a.button {

  font-size: 11px;

  font-size: 0.6875rem;

  line-height: 44px;

  height: 44px;

  min-width: auto;

  width: 100%;

}

.single-product div.product.layout-5.product-type-grouped .woocommerce-grouped-product-list .shopwell-quantity-wrapper {

  margin-bottom: 0;

}

.single-product div.product.layout-5.product-type-grouped .woocommerce-grouped-product-list-item__quantity .quantity {

  width: 100%;

}

.single-product div.product.layout-5.outofstock .woocommerce-badges {

  display: block;

}

.single-product div.product.layout-5.has-buy-now .single_add_to_cart_button {

  line-height: 44px;

  height: 44px;

}

.single-product div.product.layout-5.has-buy-now .shopwell-buy-now-button {

  width: 100%;

  margin-left: 0;

  margin-top: 12px;

  line-height: 44px;

  height: 44px;

}

.single-product div.product.layout-5.has-buy-now .quantity {

  margin-bottom: 0;

  margin-right: auto;

}

.single-product div.product.layout-5.product-type-external .product-featured-icons {

  clear: both;

  padding-top: 12px;

}

.single-product div.product.layout-5 .shopwell-icon-box-widget {

  border-radius: 0;

  border-top: 0;

  border-left: 0;

  border-right: 0;

  padding: 0 0 16px;

  margin-bottom: 16px;

}

.single-product div.product.layout-5 .shopwell-icon-box-widget .shopwell-icon-box-widget__item {

  border: 0;

  padding: 0;

  margin-bottom: 15px;

}

.single-product div.product.layout-5 .short-description {

  margin-bottom: 0;

}

.single-product div.product.layout-5 .related {

  border-top: 1px solid rgba(185, 185, 185, 0.4);

  padding-top: 22px;

}

.single-product div.product.layout-5 .related h2 {

  margin-top: 0;

}

.single-product div.product.layout-6 .shopwell-product-gallery,

.single-product div.product.layout-6 .shopwell-tabs-wrapper {

  width: 65.965%;

  float: left;

}

.single-product div.product.layout-6 .product-summary-wrapper {

  width: 32.018%;

  float: right;

}

.single-product div.product.layout-6 .product-summary-wrapper > div:not(.single-product-extra-content) {

  width: auto;

  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.16);

  border-radius: 2px;

  padding: 24px;

  margin: 0;

  height: fit-content;

  margin-bottom: 15px;

  border: none;

}

.single-product div.product.layout-6 .product-summary-wrapper > div.entry-summary {

  padding-bottom: 32px;

}

.single-product div.product.layout-6 .product-summary-wrapper .woocommerce-badges {

  margin-bottom: 13px;

}

.single-product div.product.layout-6 .product-summary-wrapper .single_add_to_cart_button,

.single-product div.product.layout-6 .product-summary-wrapper .shopwell-buy-now-button {

  line-height: 44px;

  height: 44px;

}

.single-product div.product.layout-6 .product-summary-wrapper .single_add_to_cart_button + .dokan-store-support-btn-product {

  line-height: 44px;

  height: 44px;

}

.single-product div.product.layout-6 .product-summary-wrapper .variations_form .single_add_to_cart_button {

  width: calc(100% - 150px);

  float: right;

}

.single-product div.product.layout-6 .product-summary-wrapper .shopwell-product-images-buttons {

  bottom: 3px;

  left: 50%;

  transform: translateX(-50%);

  flex-direction: row-reverse;

}

.single-product div.product.layout-6 .product-summary-wrapper .shopwell-product-images-buttons .swiper-button {

  margin: 0 5px;

}

.single-product div.product.layout-6 .product-summary-wrapper .price {

  font-size: 24px;

  font-size: 1.5rem;

}

.single-product div.product.layout-6 .product-summary-wrapper .price .percentage {

  display: none;

}

.single-product div.product.layout-6 .product-summary-wrapper .meta-cat {

  font-size: 0;

  margin-bottom: 6px;

}

.single-product div.product.layout-6 .product-summary-wrapper .meta-cat a {

  font-size: 14px;

  font-size: 0.875rem;

  font-weight: 500;

}

.single-product div.product.layout-6 .product-summary-wrapper .product_title {

  font-size: 18px;

  font-size: 1.125rem;

  line-height: 24px;

  margin-bottom: 8px;

}

.single-product div.product.layout-6 .product-summary-wrapper .woocommerce-product-rating {

  margin-bottom: 22px;

}

.single-product div.product.layout-6 .product-summary-wrapper .shopwell-price-stock {

  padding-bottom: 22px;

  margin-bottom: 20px;

}

.single-product div.product.layout-6 .product-summary-wrapper .shopwell-product-deal .deal-expire-text,

.single-product div.product.layout-6 .product-summary-wrapper .shopwell-product-deal .deal-sold-text {

  font-size: 14px;

  font-size: 0.875rem;

  width: 25%;

}

.single-product div.product.layout-6 .product-summary-wrapper .shopwell-product-deal .deal-expire-countdown,

.single-product div.product.layout-6 .product-summary-wrapper .shopwell-product-deal .deal-progress {

  width: 75%;

}

.single-product div.product.layout-6 .product-summary-wrapper .shopwell-product-deal .timer {

  width: auto;

}

.single-product div.product.layout-6 .product-summary-wrapper .shopwell-product-deal .divider {

  display: none;

}

.single-product div.product.layout-6 .product-summary-wrapper .shopwell-product-deal .text {

  font-size: 12px;

  font-size: 0.75rem;

}

.single-product div.product.layout-6 .product-summary-wrapper .quantity .shopwell-qty-button {

  height: 44px;

  padding: 0 8px;

}

.single-product div.product.layout-6 .product-summary-wrapper .quantity input.qty {

  width: 40px;

}

.single-product div.product.layout-6 .product-summary-wrapper table.variations tr:last-child .value {

  padding-bottom: 32px;

}

.single-product div.product.layout-6 .product-summary-wrapper .product-featured-icons .shopwell-button {

  margin-left: 27px;

}

.single-product div.product.layout-6 .product-summary-wrapper .product-featured-icons .shopwell-button:first-child {

  margin-left: 0;

}

.single-product div.product.layout-6 .entry-summary .product-featured-icons {

  justify-content: space-between;

  padding: 0;

}

.single-product div.product.layout-6 .shopwell-tabs-wrapper {

  display: flex;

  flex-wrap: wrap;

}

.single-product div.product.layout-6 .shopwell-tabs-wrapper .woocommerce-tabs {

  width: 100%;

}

.single-product div.product.layout-6 .shopwell-tabs-wrapper .woocommerce-tabs--description {

  order: 1;

}

.single-product div.product.layout-6 .shopwell-tabs-wrapper .woocommerce-tabs--description .woocommerce-tabs--description-content {

  padding-bottom: 9px;

}

.single-product div.product.layout-6 .shopwell-tabs-wrapper .wc-tabs-wrapper {

  order: 2;

}

.single-product div.product.layout-6 .shopwell-tabs-wrapper .woocommerce-tabs--reviews {

  order: 3;

}

.single-product div.product.layout-6 .shopwell-tabs-wrapper .woocommerce-tabs--reviews h4 {

  margin-top: 0;

}

.single-product div.product.layout-6 .product-gallery-summary {

  display: inline-block;

  width: 100%;

  position: relative;

}

.single-product div.product.layout-6 .product-gallery-summary::before {

  content: "";

  position: absolute;

  top: 100%;

  left: 0;

  right: 0;

  height: 1px;

  width: 100%;

  background-color: rgba(185, 185, 185, 0.4);

}

.single-product div.product.layout-6 .product-gallery-summary::before {

  width: 100vw;

  margin-left: calc(-50vw + 50%);

  margin-right: calc(-50vw + 50%);

  height: 4px;

}

.single-product div.product.layout-6 .product-gallery-summary {

  padding-bottom: 44px;

  margin-bottom: 55px;

}

.single-product div.product.layout-6 .product-gallery-summary::before {

  height: 1px;

}

.single-product div.product.layout-6 .product-gallery-summary + .products.related {

  margin-top: 0;

}

.single-product div.product.layout-6 .shopwell-single-product-sale {

  font-size: 11px;

  font-size: 0.6875rem;

  padding-left: 10px;

  padding-right: 10px;

}

.single-product div.product.layout-6 div.product:not(.product-type-external) .product-gallery-summary .product-featured-icons {

  padding: 0 4px;

}

.single-product div.product.layout-6 .side-products li {

  margin-bottom: 12px;

  padding-bottom: 12px;

}

.single-product div.product.layout-6 .product_meta .dokan-vendor-info-wrap {

  display: none;

}

.single-product div.product.layout-6 .shopwell-single-product-sale__countdown .shopwell-single-product-sale__text {

  display: none;

}

.single-product div.product.layout-6 .product-thumbnails-vertical .woocommerce-product-gallery {

  width: auto;

}

.single-product div.product.layout-6.product-wc-tabs-dropdown .woocommerce-tabs .woocommerce-Tabs-panel {

  padding: 16px 24px;

}

.single-product div.product.layout-6.product-wc-tabs-dropdown .woocommerce-tabs .shopwell-dropdown__title {

  font-size: 24px;

  font-size: 1.5rem;

}

.single-product div.product.layout-6.product-type-grouped .woocommerce-grouped-product-list td {

  font-size: 14px;

  font-size: 0.875rem;

  padding: 10px 5px;

}

.single-product div.product.layout-6.product-type-grouped .woocommerce-grouped-product-list a.button {

  font-size: 11px;

  font-size: 0.6875rem;

  line-height: 44px;

  height: 44px;

  min-width: auto;

  width: 100%;

}

.single-product div.product.layout-6.product-type-grouped .woocommerce-grouped-product-list .shopwell-quantity-wrapper {

  margin-bottom: 0;

}

.single-product div.product.layout-6.product-type-grouped .woocommerce-grouped-product-list-item__quantity .quantity {

  width: 100%;

}

.single-product div.product.layout-6 .related.products > h2,

.single-product div.product.layout-6 .upsells.products > h2 {

  margin-top: 0;

  font-size: 28px;

  font-size: 1.75rem;

}

.single-product div.product.layout-6 .related.products {

  margin-top: 43px;

  border: none;

}

.single-product div.product.layout-6.has-buy-now .quantity {

  margin-bottom: 20px;

}

.single-product div.product.layout-6.has-buy-now.product-type-simple .single_add_to_cart_button, .single-product div.product.layout-6.has-buy-now.product-type-variable .single_add_to_cart_button, .single-product div.product.layout-6.has-buy-now.product-type-grouped .single_add_to_cart_button {

  width: calc(50% - 10px);

  float: none;

}

.single-product div.product.layout-6 .single-product-extra-content .widget {

  width: auto;

  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.16);

  border-radius: 2px;

  padding: 24px 20px;

  margin: 0;

  height: fit-content;

  margin-bottom: 15px;

  border: none;

}

.single-product div.product.layout-6 .shopwell-icon-box-widget {

  border: none;

  border-radius: 0;

  padding: 0;

  margin: 0;

}

.single-product div.product.layout-6 .shopwell-icon-box-widget .shopwell-icon-box-widget__item {

  position: relative;

  padding-bottom: 12px;

  margin-bottom: 13px;

  border-bottom: 0;

}

.single-product div.product.layout-6 .shopwell-icon-box-widget .shopwell-icon-box-widget__item::after {

  position: absolute;

  right: 0;

  bottom: 0;

  display: block;

  content: "";

  border-bottom: 1px solid rgba(185, 185, 185, 0.4);

  width: calc(100% - 48px);

  height: 1px;

}

.single-product div.product.layout-6 .shopwell-icon-box-widget .shopwell-icon-box-widget__item:last-child {

  padding-bottom: 0;

  margin-bottom: 0;

}

.single-product div.product.layout-6 .shopwell-icon-box-widget .shopwell-icon-box-widget__item:last-child::after {

  display: none;

}

.single-product div.product.layout-6 .shopwell-icon-box-widget .shopwell-icon-box-widget__icon {

  padding: 9px;

  border-radius: 100%;

  margin-right: 15px;

}

.single-product div.product.layout-6 .shopwell-icon-box-widget .shopwell-icon-box-widget__text {

  font-size: 14px;

  font-size: 0.875rem;

  color: #1d2128;

  margin-right: 12px;

}

.single-product div.product.layout-6 .shopwell-icon-box-widget .shopwell-icon-box-widget__button {

  white-space: nowrap;

}



.quick-view-modal .modal__loader {

  display: none;

  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

}

.quick-view-modal.loading .modal__button-close,

.quick-view-modal.loading .product-quickview {

  transition: none;

  opacity: 0;

}

.quick-view-modal.loading .modal__loader {

  display: block;

}

.quick-view-modal.modal--open .modal__quickview {

  opacity: 1;

}



.modal__quickview {

  position: absolute;

  top: 30%;

  left: 50%;

  transform: translate(-50%, -30%);

  background-color: #fff;

  max-width: 946px;

  width: 100%;

  opacity: 0;

  transition: 0.5s;

}

.modal__quickview .modal__button-close {

  z-index: 999;

  width: 50px;

  height: 50px;

  display: flex;

  align-items: center;

  justify-content: center;

  top: 0;

  right: 0;

}

.modal__quickview .modal__content {

  padding: 0;

  height: 100%;

}

.modal__quickview .product-quickview {

  display: flex;

}

.modal__quickview div.product .woocommerce-product-gallery {

  width: 54.25%;

  height: 100%;

  overflow: hidden;

  position: relative;

}

.modal__quickview div.product .woocommerce-product-gallery .product-image__link {

  position: absolute;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

}

.modal__quickview div.product .woocommerce-product-gallery figure {

  margin: 0;

}

.modal__quickview div.product .woocommerce-product-gallery ul,

.modal__quickview div.product .woocommerce-product-gallery ol {

  list-style: none;

  padding: 0;

  margin: 0;

}

.modal__quickview div.product .woocommerce-product-gallery .flex-nav-prev {

  position: absolute;

  top: 50%;

  left: 24px;

  transform: translateY(-50%);

  z-index: 1;

  /*rtl:raw:

  	transform: translateY(-50%) rotateY(180deg);

  */

}

.modal__quickview div.product .woocommerce-product-gallery .flex-nav-next {

  position: absolute;

  top: 50%;

  right: 24px;

  transform: translateY(-50%);

  z-index: 1;

  /*rtl:raw:

  	transform: translateY(-50%) rotateY(180deg);

  */

}

.modal__quickview div.product .woocommerce-product-gallery .flex-control-nav {

  display: flex;

  position: absolute;

  left: 50%;

  bottom: 8px;

  transform: translateX(-50%);

  z-index: 1;

}

.modal__quickview div.product .woocommerce-product-gallery .flex-control-nav li a {

  display: inline-block;

  width: 8px;

  height: 8px;

  border-radius: 50%;

  background-color: #ebeff3;

  margin: 0 6px;

  transition: 0.3s;

  text-indent: -9999px;

}

.modal__quickview div.product .woocommerce-product-gallery .flex-control-nav li a.flex-active {

  background-color: #1d2128;

}

.modal__quickview div.product .woocommerce-product-gallery .flex-control-nav li::marker {

  display: none;

  font-size: 0;

}

.modal__quickview div.product .entry-summary {

  width: 45.75%;

  padding: 20px 40px 24px 24px;

  max-height: 532px;

  overflow-y: auto;

  overflow-x: hidden;

  scroll-behavior: smooth;

  scrollbar-color: #1d2128 rgba(125, 130, 138, 0.3);

  scrollbar-width: thin;

}

.modal__quickview div.product .entry-summary::-webkit-scrollbar {

  width: 2px;

}

.modal__quickview div.product .entry-summary::-webkit-scrollbar-track {

  background-color: rgba(125, 130, 138, 0.3);

}

.modal__quickview div.product .entry-summary::-webkit-scrollbar-thumb {

  background-color: #1d2128;

}

.modal__quickview div.product .entry-summary .woocommerce-badges {

  position: static;

  margin-bottom: 15px;

}

.modal__quickview div.product .entry-summary .woocommerce-badges + .entry-title {

  margin-top: 0;

}

.modal__quickview div.product .entry-summary .entry-title {

  font-size: 16px;

  font-size: 1rem;

  line-height: 24px;

  margin-top: 24px;

  margin-bottom: 7px;

}

.modal__quickview div.product .entry-summary .quantity {

  margin-bottom: 5px;

}

.modal__quickview div.product .entry-summary .quantity .shopwell-buy-now-button {

  vertical-align: 7px;

  display: inline-block;

}

.modal__quickview div.product .wcfmmp_sold_by_container {

  margin-top: 20px;

}

.modal__quickview .product-type-external .single_add_to_cart_button {

  width: 100%;

}

.modal__quickview .flex-direction-nav .flex-prev,

.modal__quickview .flex-direction-nav .flex-next {

  display: inline-flex;

  cursor: pointer;

  font-size: 16px;

  background-color: #fff;

  color: #7d828a;

  width: 44px;

  height: 44px;

  border-radius: 100%;

  align-items: center;

  justify-content: center;

  box-shadow: 0px 2px 6px 0px rgba(29, 33, 40, 0.16);

  transition: 0.3s;

}

.modal__quickview .flex-direction-nav .flex-prev:hover,

.modal__quickview .flex-direction-nav .flex-next:hover {

  color: #1d2128;

}

.modal__quickview .flex-direction-nav .flex-prev.flex-disabled,

.modal__quickview .flex-direction-nav .flex-next.flex-disabled {

  cursor: auto;

  background-color: #ebeff3;

  color: #fff;

}



@media (max-width: 991px) {

  .quick-view-modal.modal--open .modal__quickview {

    transform: none;

  }

  .modal__quickview {

    left: auto;

    right: 0;

    top: 0;

    height: 100%;

    width: 480px;

    max-width: 100%;

    margin: 0;

    background-color: #fff;

    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.16);

    transform: translateX(100%);

    transition: transform 0.5s;

    display: flex;

    flex-direction: column;

  }

  .modal__quickview .modal__content {

    height: 100%;

    overflow-y: auto;

    overflow-x: hidden;

    scroll-behavior: smooth;

    scrollbar-color: #1d2128 rgba(125, 130, 138, 0.3);

    scrollbar-width: thin;

  }

  .modal__quickview .modal__content::-webkit-scrollbar {

    width: 2px;

  }

  .modal__quickview .modal__content::-webkit-scrollbar-track {

    background-color: rgba(125, 130, 138, 0.3);

  }

  .modal__quickview .modal__content::-webkit-scrollbar-thumb {

    background-color: #1d2128;

  }

  .modal__quickview .product-quickview {

    flex-direction: column;

  }

  .modal__quickview div.product .woocommerce-product-gallery {

    width: 100%;

  }

  .modal__quickview div.product .entry-summary {

    width: 100%;

    height: 100%;

    padding-left: 15px;

    padding-right: 15px;

    overflow: visible;

  }

  .modal__quickview div.product .entry-summary .price {

    font-size: 24px;

    font-size: 1.5rem;

  }

  .modal__quickview div.product .entry-summary form.cart:not(.variations_form):not(.grouped_form) {

    display: block;

  }

  .modal__quickview div.product .entry-summary form.cart .woocommerce-variation-add-to-cart {

    display: block;

    margin-bottom: 0;

  }

  .modal__quickview div.product .entry-summary form.cart .quantity {

    margin-right: 0;

    margin-bottom: 24px;

  }

  .modal__quickview div.product .entry-summary form.cart .single_add_to_cart_button {

    width: 100%;

    margin-bottom: 24px;

  }

  .modal__quickview .product-type-grouped .woocommerce-grouped-product-list td {

    padding: 10px 5px;

  }

  .modal__quickview .product-type-grouped .woocommerce-grouped-product-list-item__label {

    font-size: 12px;

    font-size: 0.75rem;

  }

  .modal__quickview .product-type-grouped .outofstock a.button {

    min-width: auto;

    width: 100%;

    line-height: 44px;

  }

  .modal__quickview .product-type-grouped .add_to_cart_button {

    min-width: auto;

    width: 100%;

    line-height: 44px;

  }

}

@media (max-width: 767px) {

  .modal__quickview {

    width: 100%;

  }

  .modal__quickview div.product .woocommerce-product-gallery .flex-nav-next {

    right: -6px;

  }

  .quick-view-modal.single-product div.product .entry-summary {

    margin-left: 0;

    margin-right: 0;

    box-shadow: none;

    margin: 0;

  }

  .quick-view-modal.single-product div.product .woocommerce-product-gallery {

    width: 100%;

  }

}

/**

 * Tabs

 */

.single-product div.product .woocommerce-tabs {

  border: 1px solid rgba(185, 185, 185, 0.4);

  border-radius: 2px;

  padding: 0 59px 55px;

}

.single-product div.product .woocommerce-tabs .shopwell-tabs-heading {

  display: flex;

  white-space: nowrap;

  overflow-x: auto;

  margin-bottom: 27px;

  scroll-behavior: smooth;

  scrollbar-color: #7d828a rgba(185, 185, 185, 0.3);

  scrollbar-width: thin;

}

.single-product div.product .woocommerce-tabs .shopwell-tabs-heading::-webkit-scrollbar {

  height: 5px;

}

.single-product div.product .woocommerce-tabs .shopwell-tabs-heading::-webkit-scrollbar-track {

  background-color: rgba(185, 185, 185, 0.3);

}

.single-product div.product .woocommerce-tabs .shopwell-tabs-heading::-webkit-scrollbar-thumb {

  background-color: #7d828a;

}

.single-product div.product .woocommerce-tabs .shopwell-tabs-heading li {

  flex: auto;

  text-align: center;

}

.single-product div.product .woocommerce-tabs .shopwell-tabs-heading li a {

  border-bottom: 1px solid rgba(185, 185, 185, 0.4);

  font-size: 18px;

  font-size: 1.125rem;

  font-weight: 500;

  color: #7d828a;

  padding: 1.75em 20px 1.5em;

}

.single-product div.product .woocommerce-tabs .shopwell-tabs-heading li a:focus {

  color: #1d2128;

}

.single-product div.product .woocommerce-tabs .shopwell-tabs-heading li.active a {

  border-color: #1d2128;

  color: #1d2128;

}

.single-product div.product .woocommerce-tabs table.woocommerce-product-attributes tr:nth-child(2n) th,

.single-product div.product .woocommerce-tabs table.woocommerce-product-attributes tr:nth-child(2n) td {

  background-color: rgba(185, 185, 185, 0.4);

}

.single-product div.product .woocommerce-tabs table.woocommerce-product-attributes th,

.single-product div.product .woocommerce-tabs table.woocommerce-product-attributes td {

  border: none;

  font-size: 16px;

  font-size: 1rem;

  color: #1d2128;

  padding: 19.5px 52px;

  vertical-align: top;

}

.single-product div.product .woocommerce-tabs table.woocommerce-product-attributes th p,

.single-product div.product .woocommerce-tabs table.woocommerce-product-attributes td p {

  margin: 0;

}

.single-product div.product .woocommerce-tabs table.woocommerce-product-attributes th {

  font-weight: 500;

  padding-left: 20px;

  padding-right: 20px;

  text-transform: capitalize;

}

.single-product div.product .shopwell-dropdown__title {

  display: none;

  text-decoration: none;

}

.single-product div.product .shopwell-dropdown__content > *:last-child {

  padding-bottom: 0;

  margin-bottom: 4px;

}

.single-product div.product.product-wc-tabs-dropdown .shopwell-tabs-heading,

.single-product div.product.product-wc-tabs-dropdown .shopwell-dropdown__content,

.single-product div.product .shopwell-product-tabs-type--toggle .shopwell-tabs-heading,

.single-product div.product .shopwell-product-tabs-type--toggle .shopwell-dropdown__content {

  display: none;

}

.single-product div.product.product-wc-tabs-dropdown .wc-tabs-first--opened .shopwell-dropdown__title.active + .shopwell-dropdown__content,

.single-product div.product .shopwell-product-tabs-type--toggle .wc-tabs-first--opened .shopwell-dropdown__title.active + .shopwell-dropdown__content {

  display: block;

}

.single-product div.product.product-wc-tabs-dropdown .woocommerce-Tabs-panel,

.single-product div.product .shopwell-product-tabs-type--toggle .woocommerce-Tabs-panel {

  display: block !important;

}

.single-product div.product.product-wc-tabs-dropdown .woocommerce-tabs,

.single-product div.product .shopwell-product-tabs-type--toggle .woocommerce-tabs {

  border: none;

  border-radius: 0;

  padding: 0;

}

.single-product div.product.product-wc-tabs-dropdown .woocommerce-tabs .woocommerce-Tabs-panel,

.single-product div.product .shopwell-product-tabs-type--toggle .woocommerce-tabs .woocommerce-Tabs-panel {

  position: relative;

  border: 1px solid rgba(185, 185, 185, 0.4);

  border-radius: 2px;

  padding: 21px 31px;

  margin-bottom: 12px;

}

.single-product div.product.product-wc-tabs-dropdown .woocommerce-tabs .woocommerce-Tabs-panel .panel-content,

.single-product div.product .shopwell-product-tabs-type--toggle .woocommerce-tabs .woocommerce-Tabs-panel .panel-content {

  display: none;

  padding-top: 23px;

}

.single-product div.product.product-wc-tabs-dropdown .woocommerce-tabs .shopwell-dropdown__title,

.single-product div.product .shopwell-product-tabs-type--toggle .woocommerce-tabs .shopwell-dropdown__title {

  display: flex;

  justify-content: space-between;

  align-items: center;

  color: #1d2128;

  font-weight: 500;

  font-size: 28px;

  font-size: 1.75rem;

}

.single-product div.product.product-wc-tabs-dropdown .woocommerce-tabs .shopwell-dropdown__title.active .shopwell-svg-icon.icon-arrow,

.single-product div.product .shopwell-product-tabs-type--toggle .woocommerce-tabs .shopwell-dropdown__title.active .shopwell-svg-icon.icon-arrow {

  -webkit-transform: rotate(180deg);

  -moz-transform: rotate(180deg);

  -o-transform: rotate(180deg);

  -ms-transform: rotate(180deg);

  transform: rotate(180deg);

}

.single-product div.product.product-wc-tabs-dropdown .woocommerce-tabs .shopwell-dropdown__title.active .shopwell-svg-icon.icon-arrow svg,

.single-product div.product .shopwell-product-tabs-type--toggle .woocommerce-tabs .shopwell-dropdown__title.active .shopwell-svg-icon.icon-arrow svg {

  margin-top: -3px;

}

.single-product div.product.product-wc-tabs-dropdown .woocommerce-tabs .shopwell-dropdown__title.active .shopwell-svg-icon.icon-noactive,

.single-product div.product .shopwell-product-tabs-type--toggle .woocommerce-tabs .shopwell-dropdown__title.active .shopwell-svg-icon.icon-noactive {

  display: none;

}

.single-product div.product.product-wc-tabs-dropdown .woocommerce-tabs .shopwell-dropdown__title.active .shopwell-svg-icon.icon-active,

.single-product div.product .shopwell-product-tabs-type--toggle .woocommerce-tabs .shopwell-dropdown__title.active .shopwell-svg-icon.icon-active {

  display: inline-flex;

}

.single-product div.product.product-wc-tabs-dropdown .woocommerce-tabs .shopwell-dropdown__title .shopwell-svg-icon.icon-arrow,

.single-product div.product .shopwell-product-tabs-type--toggle .woocommerce-tabs .shopwell-dropdown__title .shopwell-svg-icon.icon-arrow {

  display: inline-flex;

  justify-content: center;

  align-items: center;

  width: 32px;

  height: 32px;

  border: 1px solid #ebeff3;

  border-radius: 50%;

  font-size: 11px;

  font-size: 0.6875rem;

  color: #7d828a;

  transition: 0.3s;

}

.single-product div.product.product-wc-tabs-dropdown .woocommerce-tabs .shopwell-dropdown__title .shopwell-svg-icon.icon-arrow svg,

.single-product div.product .shopwell-product-tabs-type--toggle .woocommerce-tabs .shopwell-dropdown__title .shopwell-svg-icon.icon-arrow svg {

  margin-top: -2px;

}

.single-product div.product.product-wc-tabs-dropdown .woocommerce-tabs .shopwell-dropdown__title .shopwell-svg-icon.icon-active,

.single-product div.product .shopwell-product-tabs-type--toggle .woocommerce-tabs .shopwell-dropdown__title .shopwell-svg-icon.icon-active {

  display: none;

  font-size: 12px;

  font-size: 0.75rem;

  color: #1d2128;

}

.single-product div.product.product-wc-tabs-dropdown .woocommerce-tabs .shopwell-dropdown__title .shopwell-svg-icon.icon-noactive,

.single-product div.product .shopwell-product-tabs-type--toggle .woocommerce-tabs .shopwell-dropdown__title .shopwell-svg-icon.icon-noactive {

  display: inline-flex;

  font-size: 12px;

  font-size: 0.75rem;

  color: #1d2128;

}

.single-product div.product.product-wc-tabs-dropdown .woocommerce-tabs--description,

.single-product div.product .shopwell-product-tabs-type--toggle .woocommerce-tabs--description {

  border-top: 1px solid rgba(185, 185, 185, 0.4);

  margin-top: 40px;

  padding-top: 27px;

  font-size: 16px;

  font-size: 1rem;

}

.single-product div.product.product-wc-tabs-dropdown .woocommerce-tabs--description .woocommerce-tabs--description-title,

.single-product div.product .shopwell-product-tabs-type--toggle .woocommerce-tabs--description .woocommerce-tabs--description-title {

  font-size: 28px;

  font-size: 1.75rem;

  font-weight: 500;

  margin-top: 0;

  margin-bottom: 22px;

}

.single-product div.product.product-wc-tabs-dropdown .woocommerce-tabs--description .woocommerce-tabs--description-content,

.single-product div.product .shopwell-product-tabs-type--toggle .woocommerce-tabs--description .woocommerce-tabs--description-content {

  padding-bottom: 22px;

}

.single-product .border-tab {

  border: 1px solid rgba(185, 185, 185, 0.4);

  align-items: center;

  padding: 20px;

}

.single-product .border-tab figure.wp-block-image {

  margin: 0;

}

.single-product .border-tab p {

  margin: 0;

}



/**

 * 360

 */

.shopwell-product-gallery-degree {

  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

  overflow: hidden;

  cursor: ew-resize;

}

.shopwell-product-gallery-degree .modal__button-close {

  display: inline-flex;

  align-items: center;

  justify-content: center;

  width: 30px;

  height: 30px;

  border: 1px solid #7d828a;

  border-radius: 50%;

}

.shopwell-product-gallery-degree .product-degree__images {

  display: none;

  list-style: none;

  margin: 0;

  padding: 0;

  height: 100%;

  background-color: #fff;

  position: relative;

}

.shopwell-product-gallery-degree .product-degree__images:after {

  border-color: rgba(175, 175, 175, 0.05) rgba(175, 175, 175, 0.1) rgba(175, 175, 175, 0.15);

  border-radius: 50%;

  border-style: solid;

  border-width: 2px 2px 4px;

  bottom: 60px;

  content: "";

  height: 50%;

  left: 50px;

  position: absolute;

  right: 50px;

  z-index: 10;

  transition-delay: 0.5s;

}

.shopwell-product-gallery-degree .product-degree__images li {

  height: 100%;

  margin-bottom: 0;

}

.shopwell-product-gallery-degree .product-degree__images img {

  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

  width: auto;

  max-height: 500px;

  max-width: 100%;

}

.shopwell-product-gallery-degree .product-degree__images img.previous-image {

  visibility: hidden;

}

.shopwell-product-gallery-degree .product-degree__images img.current-image {

  visibility: visible;

}

.shopwell-product-gallery-degree .shopwell-gallery-degree__spinner {

  width: 40px;

  display: block;

  margin: 0 auto;

  height: 40px;

  position: relative;

  z-index: 1000;

}

.shopwell-product-gallery-degree .shopwell-gallery-degree__spinner:before {

  border-width: 2px;

  border-color: #1d2128 #1d2128 #1d2128 transparent;

  -webkit-border-radius: 50%;

  border-radius: 50%;

  border-style: solid;

  -webkit-animation: shopwellSpin 1s linear infinite;

  animation: shopwellSpin 1s linear infinite;

  content: " ";

  width: 40px;

  height: 40px;

  font-weight: 400;

  display: block;

}

.shopwell-product-gallery-degree .shopwell-gallery-degree__nav-bar {

  position: absolute;

  left: 50%;

  transform: translateX(-50%);

  bottom: 15px;

  z-index: 11;

  display: flex;

  align-items: center;

}

.shopwell-product-gallery-degree .shopwell-gallery-degree__nav-bar a {

  display: inline-flex;

  align-items: center;

  justify-content: center;

  width: 32px;

  height: 32px;

  overflow: hidden;

  color: #7d828a;

  margin: 0 5px;

  font-size: 16px;

  font-size: 1rem;

  border: 1px solid #7d828a;

  border-radius: 50%;

}

.shopwell-product-gallery-degree .shopwell-gallery-degree__nav-bar a:hover {

  color: #1d2128;

  border-color: #1d2128;

}

.shopwell-product-gallery-degree .shopwell-gallery-degree__nav-bar a.nav-bar__run {

  font-size: 28px;

  font-size: 1.75rem;

}

.shopwell-product-gallery-degree .shopwell-gallery-degree__nav-bar a.nav-bar__run .pause {

  display: none;

  font-size: 14px;

  font-size: 0.875rem;

}

.shopwell-product-gallery-degree .shopwell-gallery-degree__nav-bar a.nav-bar__run.active .play {

  display: none;

}

.shopwell-product-gallery-degree .shopwell-gallery-degree__nav-bar a.nav-bar__run.active .pause {

  display: inline-block;

}

.shopwell-product-gallery-degree .shopwell-gallery-degree__nav-bar a.nav-bar__prev, .shopwell-product-gallery-degree .shopwell-gallery-degree__nav-bar a.nav-bar__next {

  /*rtl:raw:

      transform: rotateY(180deg);

  */

}



/* html */

.shopwell-product-gallery-degree:-webkit-full-screen {

  background: #ffffff;

  width: 100%;

  height: 100%;

  margin-top: 0;

  padding-top: 200px;

}



.shopwell-product-gallery-degree:-moz-full-screen {

  background: #ffffff;

  width: 100%;

  height: 100%;

  margin-top: 0;

  padding-top: 200px;

}



/**

 * Review

 */

.single-product div.product .woocommerce-Reviews {

  position: relative;

  display: flex;

}

.single-product div.product .woocommerce-Reviews .shopwell-product-rating {

  width: 314px;

  margin-right: 80px;

}

.single-product div.product .woocommerce-Reviews .shopwell-product-rating .shopwell-product-rating__wrapper {

  padding: 26px 31px 32px;

  border: 1px solid rgba(185, 185, 185, 0.4);

  border-radius: 2px;

}

.single-product div.product .woocommerce-Reviews .shopwell-product-rating .shopwell-product-rating__heading {

  display: flex;

}

.single-product div.product .woocommerce-Reviews .shopwell-product-rating .shopwell-product-rating__average-value {

  font-size: 72px;

  font-size: 4.5rem;

  font-weight: 500;

  line-height: 1;

  margin: 0 17px 0 0;

}

.single-product div.product .woocommerce-Reviews .shopwell-product-rating .shopwell-product-rating__rating-count .star-rating {

  font-size: 24px;

  font-size: 1.5rem;

  width: 5.3em;

  height: 1.618em;

}

.single-product div.product .woocommerce-Reviews .shopwell-product-rating .shopwell-product-rating__rating-count .shopwell-product-rating__count {

  font-size: 14px;

  font-size: 0.875rem;

  color: #1d2128;

}

.single-product div.product .woocommerce-Reviews .shopwell-product-rating .shopwell-product-rating__bar {

  display: inline-flex;

  flex-direction: column;

  margin-top: 23px;

}

.single-product div.product .woocommerce-Reviews .shopwell-product-rating .shopwell-product-rating__bar .star-item {

  display: inline-flex;

  align-items: center;

  line-height: 1;

  margin-bottom: 8px;

  font-weight: 500;

}

.single-product div.product .woocommerce-Reviews .shopwell-product-rating .shopwell-product-rating__bar .star-item .slabel {

  width: 40px;

  text-align: right;

  font-size: 14px;

  font-size: 0.875rem;

  font-weight: 500;

  color: #7d828a;

}

.single-product div.product .woocommerce-Reviews .shopwell-product-rating .shopwell-product-rating__bar .star-item .slabel span {

  color: #ffa132;

}

.single-product div.product .woocommerce-Reviews .shopwell-product-rating .shopwell-product-rating__bar .star-item .sbar {

  margin-left: 10px;

  margin-right: 10px;

  width: 200px;

}

.single-product div.product .woocommerce-Reviews .shopwell-product-rating .shopwell-product-rating__bar .star-item .bar-content {

  position: relative;

  width: 100%;

  height: 6px;

  background-color: rgba(185, 185, 185, 0.4);

  border-radius: 3px;

}

.single-product div.product .woocommerce-Reviews .shopwell-product-rating .shopwell-product-rating__bar .star-item .bar-content span {

  background-color: #ffa132;

  display: block;

  height: 100%;

  border-radius: 3px;

}

.single-product div.product .woocommerce-Reviews .shopwell-product-rating .shopwell-product-rating__bar .star-item .bar-star {

  opacity: 0;

}

.single-product div.product .woocommerce-Reviews .shopwell-product-rating .shopwell-product-rating__bar .star-item .bar-star.active {

  opacity: 1;

}

.single-product div.product .woocommerce-Reviews .shopwell-product-rating .shopwell-product-rating__bar .star-item .bar-star--4 {

  width: 75%;

}

.single-product div.product .woocommerce-Reviews .shopwell-product-rating .shopwell-product-rating__bar .star-item .bar-star--3 {

  width: 50%;

}

.single-product div.product .woocommerce-Reviews .shopwell-product-rating .shopwell-product-rating__bar .star-item .bar-star--2 {

  width: 25%;

}

.single-product div.product .woocommerce-Reviews .shopwell-product-rating .shopwell-product-rating__bar .star-item .bar-star--1 {

  width: 5%;

}

.single-product div.product .woocommerce-Reviews .shopwell-product-rating .shopwell-product-rating__bar .star-item .svalue {

  font-size: 14px;

  font-size: 0.875rem;

  font-weight: 500;

  color: #7d828a;

}

.single-product div.product .woocommerce-Reviews .shopwell-product-rating .shopwell-product-rating__bar .star-item:last-child {

  margin-bottom: 0;

}

.single-product div.product .woocommerce-Reviews .shopwell-product-rating .shopwell-product-rating__summary {

  border-top: 1px solid rgba(185, 185, 185, 0.4);

  margin-top: 30px;

  padding-top: 17px;

}

.single-product div.product .woocommerce-Reviews .shopwell-product-rating .shopwell-product-rating__summary h4 {

  font-size: 18px;

  font-size: 1.125rem;

  font-weight: 500;

  margin-top: 0;

  margin-bottom: 7px;

}

.single-product div.product .woocommerce-Reviews .shopwell-product-rating .shopwell-product-rating__summary p {

  font-size: 14px;

  font-size: 0.875rem;

  margin-top: 0;

  color: #1d2128;

}

.single-product div.product .woocommerce-Reviews .shopwell-product-rating .shopwell-product-rating__summary .shopwell-button {

  width: 100%;

  height: 44px;

  cursor: pointer;

  box-shadow: none;

}

.single-product div.product .woocommerce-Reviews #comments {

  flex: auto;

}

.single-product div.product .woocommerce-Reviews .woocommerce-Reviews-title,

.single-product div.product .woocommerce-Reviews .shopwell-product-rating__title {

  font-size: 18px;

  font-size: 1.125rem;

  line-height: 1;

  font-weight: 500;

  margin-top: 26px;

  margin-bottom: 0;

  padding-bottom: 24px;

  border-bottom: 1px solid rgba(185, 185, 185, 0.4);

}

.single-product div.product .woocommerce-Reviews .shopwell-product-rating__title {

  border-bottom: none;

}

.single-product div.product .woocommerce-Reviews ol.commentlist {

  margin: 0;

  padding: 0;

  list-style: none;

}

.single-product div.product .woocommerce-Reviews ol.commentlist li {

  position: relative;

  padding: 30px 0 19px;

  border-bottom: 1px solid rgba(185, 185, 185, 0.4);

}

.single-product div.product .woocommerce-Reviews ol.commentlist li .comment-wrapper {

  display: flex;

}

.single-product div.product .woocommerce-Reviews ol.commentlist li img.avatar {

  width: 40px;

  height: 40px;

  border: none;

  padding: 0;

  border-radius: 50%;

}

.single-product div.product .woocommerce-Reviews ol.commentlist li .comment-text {

  margin: 0 0 0 12px;

  border-radius: 0;

  padding: 0;

  border: none;

  flex: auto;

}

.single-product div.product .woocommerce-Reviews ol.commentlist li p.meta {

  margin: 0 0 10px;

}

.single-product div.product .woocommerce-Reviews ol.commentlist li .woocommerce-review__author {

  display: block;

  font-weight: 500;

  font-size: 16px;

  font-size: 1rem;

  color: #1d2128;

}

.single-product div.product .woocommerce-Reviews ol.commentlist li .woocommerce-review__dash {

  display: none;

}

.single-product div.product .woocommerce-Reviews ol.commentlist li .woocommerce-review__published-date {

  font-size: 12px;

  font-size: 0.75rem;

  color: #7d828a;

  font-weight: 500;

}

.single-product div.product .woocommerce-Reviews ol.commentlist li .description p {

  margin-bottom: 0;

  font-size: 16px;

  font-size: 1rem;

  color: #1d2128;

}

.single-product div.product .woocommerce-Reviews ol.commentlist li:last-child {

  border-bottom: none;

}

.single-product div.product .woocommerce-Reviews .comment-respond {

  margin: 0;

  padding: 0;

}

.single-product div.product .woocommerce-Reviews .comment-respond .comment-form {

  text-align: left;

}

.single-product div.product .woocommerce-Reviews .comment-respond .comment-form label {

  font-size: 14px;

  font-size: 0.875rem;

  font-weight: 500;

  color: #1d2128;

  text-transform: capitalize;

}

.single-product div.product .woocommerce-Reviews .comment-respond .comment-form p.stars {

  margin: 10px 0;

  padding: 0;

}

.single-product div.product .woocommerce-Reviews .comment-respond .comment-form p.stars a {

  display: inline-block;

  padding: 0;

  color: #ebeff3;

  font-size: 0;

  text-indent: 0;

  width: 44px;

  height: 44px;

}

.single-product div.product .woocommerce-Reviews .comment-respond .comment-form p.stars a span {

  font-size: 48px;

  font-size: 3rem;

}

.single-product div.product .woocommerce-Reviews .comment-respond .comment-form p.stars a::before {

  display: none;

}

.single-product div.product .woocommerce-Reviews .comment-respond .comment-form p.stars a:hover ~ a {

  color: #ebeff3;

}

.single-product div.product .woocommerce-Reviews .comment-respond .comment-form p.stars:hover a {

  color: #ffa132;

}

.single-product div.product .woocommerce-Reviews .comment-respond .comment-form p.stars.selected a.active {

  color: #ffa132;

}

.single-product div.product .woocommerce-Reviews .comment-respond .comment-form p.stars.selected a.active ~ a {

  color: #ebeff3;

}

.single-product div.product .woocommerce-Reviews .comment-respond .comment-form p.stars.selected a:not(.active) {

  color: #ffa132;

}

.single-product div.product .woocommerce-Reviews .comment-respond .comment-reply-title {

  font-size: 28px;

  font-size: 1.75rem;

  font-weight: 500;

  display: block;

  margin-bottom: 16px;

  text-transform: inherit;

}

.single-product div.product .woocommerce-Reviews .comment-respond .comment-notes {

  display: block;

  font-size: 16px;

  font-size: 1rem;

  color: #1d2128;

  margin-bottom: 52px;

}

.single-product div.product .woocommerce-Reviews .comment-respond .comment-form-rating {

  padding: 0 15px;

}

.single-product div.product .woocommerce-Reviews .comment-respond .comment-form-author {

  width: 50%;

  float: left;

  padding-right: 15px;

}

.single-product div.product .woocommerce-Reviews .comment-respond .comment-form-email {

  width: 50%;

  padding-left: 15px;

  float: left;

  margin-bottom: 18px;

}

.single-product div.product .woocommerce-Reviews .comment-respond .comment-form-cookies-consent,

.single-product div.product .woocommerce-Reviews .comment-respond .form-submit {

  clear: bottom;

}

.single-product div.product .woocommerce-Reviews .comment-respond .comment-form-cookies-consent label {

  text-transform: inherit;

}

.single-product div.product .woocommerce-Reviews .comment-respond .form-submit {

  margin-top: 20px;

}

.single-product div.product .woocommerce-Reviews .comment-respond .form-submit .submit {

  min-width: 150px;

}

.single-product div.product .woocommerce-Reviews .woocommerce-noreviews {

  display: inline-block;

  margin: 0 0 32px;

  text-align: center;

  width: 100%;

}

.single-product div.product .woocommerce-Reviews .shopwell-review-form-wrapper .shopwell-review-form__content {

  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

  background-color: #fff;

  margin: 0;

  padding: 32px;

}

.single-product div.product .woocommerce-tabs--reviews {

  margin-top: 32px;

  padding-top: 42px;

}

.single-product div.product .woocommerce-tabs--reviews .woocommerce-tabs--reviews-title {

  font-size: 28px;

  font-size: 1.75rem;

  font-weight: 500;

  margin-top: 0;

  padding-bottom: 27px;

  border-bottom: 1px solid rgba(185, 185, 185, 0.4);

}

.single-product div.product .woocommerce-tabs--reviews .woocommerce-tabs--reviews-title span {

  display: none;

}

.single-product div.product .woocommerce-tabs--reviews .woocommerce-Reviews-title,

.single-product div.product .woocommerce-tabs--reviews .shopwell-product-rating__title {

  margin-top: 0;

}



/**

 * Sticky add to cart

 */

.side-products {

  width: 25.527%;

  margin: 19px 0 0 32px;

  border: 1px solid rgba(185, 185, 185, 0.4);

  border-radius: 2px;

  padding: 24px 23px 28px;

}

.side-products h2 {

  font-size: 18px;

  font-size: 1.125rem;

  color: #1d2128;

  font-weight: 500;

  margin: 0 0 20px;

}

.side-products ul {

  display: block;

}

.side-products li {

  position: relative;

  padding-bottom: 22px;

  margin-bottom: 22px;

}

.side-products li a {

  display: flex;

  width: 100%;

  align-items: center;

  line-height: 18px;

}

.side-products li::after {

  position: absolute;

  bottom: 0;

  left: 0;

  right: 0;

  display: block;

  content: "";

  height: 1px;

  width: 100%;

  background-color: rgba(185, 185, 185, 0.4);

}

.side-products li img {

  width: 90px;

  border-radius: 2px;

  margin-right: 14px;

}

.side-products li .product-title {

  display: block;

  font-size: 14px;

  font-size: 0.875rem;

  color: #1d2128;

  margin-bottom: 3px;

  min-height: 2.5rem;

}

.side-products li .shopwell-rating {

  display: flex;

  align-items: center;

  margin-bottom: 8px;

}

.side-products li .shopwell-rating .review-count {

  margin-left: 5px;

  font-size: 12px;

  font-size: 0.75rem;

  font-weight: 500;

  color: #7d828a;

}

.side-products li .product-price {

  display: flex;

  font-size: 14px;

  font-size: 0.875rem;

  font-weight: 500;

  line-height: 1;

  color: #1d2128;

  margin-top: 0;

  margin-bottom: 0;

}

.side-products li .product-price ins {

  order: 1;

  margin-right: 6px;

  background-color: transparent;

}

.side-products li .product-price del {

  order: 2;

  font-weight: 400;

}

.side-products li:last-child {

  margin-bottom: 0;

  padding-bottom: 0;

}

.side-products li:last-child::after {

  display: none;

}



.single-product div.product .side-products .star-rating {

  height: 15px;

}



/**

 * Checkout

 */

.woocommerce-checkout .col2-set {

  float: left;

  width: 59.6%;

  padding-right: 24px;

}

.woocommerce-checkout .checkout-form-cols {

  display: flex;

  justify-content: center;

  flex-wrap: wrap;

}

.woocommerce-checkout .checkout-form-cols:after, .woocommerce-checkout .checkout-form-cols:before {

  display: none;

}

.woocommerce-checkout .checkout-form-cols .woocommerce-info {

  padding: 0 40px;

  margin-bottom: 0;

}

.woocommerce-checkout .checkout-form-cols .woocommerce-info a {

  position: relative;

}

.woocommerce-checkout .checkout-form-cols .woocommerce-info a:after {

  content: "";

  position: absolute;

  width: 100%;

  height: 1px;

  bottom: 0;

  left: 0;

  background-color: #1d2128;

}

.woocommerce-checkout .checkout-form-cols .checkout-login {

  width: 50%;

}

.woocommerce-checkout .checkout-form-cols .checkout-login .woocommerce-info {

  text-align: end;

  background-color: transparent;

  position: relative;

  color: #7d828a;

  border-right: 1px solid rgba(185, 185, 185, 0.4);

}

.woocommerce-checkout .checkout-form-cols .checkout-login .login {

  padding: 10px 30px 0 0;

  font-size: 14px;

  font-size: 0.875rem;

}

.woocommerce-checkout .checkout-form-cols .checkout-login input.input-text {

  width: 100%;

}

.woocommerce-checkout .checkout-form-cols .checkout-login .button {

  margin-top: 18px;

  width: 100%;

}

.woocommerce-checkout .checkout-form-cols .checkout-login .lost_password a {

  position: relative;

  font-weight: 500;

}

.woocommerce-checkout .checkout-form-cols .checkout-login .lost_password a:after {

  content: "";

  position: absolute;

  width: 100%;

  height: 1px;

  bottom: 0;

  left: 0;

  background-color: #1d2128;

}

.woocommerce-checkout .checkout-form-cols .checkout-login + .checkout-coupon {

  width: 50%;

  text-align: left;

}

.woocommerce-checkout .checkout-form-cols .checkout-login + .checkout-coupon input.input-text {

  width: 100%;

}

.woocommerce-checkout .checkout-form-cols .checkout-login + .checkout-coupon .button {

  width: 100%;

}

.woocommerce-checkout .checkout-form-cols .checkout-coupon {

  width: 100%;

  text-align: center;

}

.woocommerce-checkout .checkout-form-cols .checkout-coupon .woocommerce-info {

  color: #7d828a;

  background-color: transparent;

}

.woocommerce-checkout .checkout-form-cols .checkout-coupon .checkout_coupon {

  padding: 10px 0 0 30px;

  font-size: 14px;

  font-size: 0.875rem;

}

.woocommerce-checkout .checkout-form-cols .checkout-coupon input.input-text {

  width: 100%;

}

.woocommerce-checkout .checkout-form-cols .checkout-coupon .button {

  width: 100%;

}

.woocommerce-checkout #order_review_heading {

  clear: none;

}

.woocommerce-checkout .woocommerce-checkout-review-order {

  float: left;

  width: 40.4%;

}

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper {

  border: 1px solid rgba(185, 185, 185, 0.4);

  padding: 31px 31px 0;

  border-bottom: 0;

}

.woocommerce-checkout .select2-selection--single .select2-selection__rendered {

  color: #7d828a;

  padding-left: 0;

}

.woocommerce-checkout .select2-container--open .select2-dropdown--below {

  margin-top: 15px;

}



.woocommerce-order-received .woocommerce-customer-details .col2-set {

  float: none;

}



form.checkout {

  padding-top: 43px;

}

form.checkout.processing {

  position: relative;

}

form.checkout.processing:before {

  content: "";

  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

  display: inline-block;

  width: 40px;

  height: 40px;

  border-radius: 50%;

  border: 2px solid;

  border-top-color: transparent;

  animation: shopwellSpin infinite 1s linear;

}

form.checkout h3 {

  font-weight: 500;

  font-size: 24px;

  font-size: 1.5rem;

  line-height: 23px;

  margin-top: 0;

}

form.checkout:after {

  clear: both;

  content: "";

  display: block;

}

form.checkout .form-row {

  margin: 0 0 20px 0;

}

form.checkout .form-row label {

  display: block;

  font-size: 14px;

  font-size: 0.875rem;

  font-weight: 500;

  color: #1d2128;

  margin-bottom: 9px;

}

form.checkout .form-row .input-text {

  width: 100%;

}

form.checkout .form-row input.woocommerce-form__input-checkbox {

  width: auto;

}

form.checkout .col-2 {

  padding: 0 31px 25px;

  border: 1px solid rgba(185, 185, 185, 0.4);

  border-top: 0;

}

form.checkout .woocommerce-account-fields {

  padding: 24px 31px 0;

  border: 1px solid rgba(185, 185, 185, 0.4);

  border-top: 0;

  border-bottom: 0;

}

form.checkout .woocommerce-account-fields .create-account {

  margin: 0;

  padding-bottom: 15px;

}

form.checkout .woocommerce-account-fields .create-account label span {

  font-weight: 400;

}

form.checkout .woocommerce-additional-fields h3 {

  display: none;

}

form.checkout .woocommerce-additional-fields textarea {

  height: 120px;

}

form.checkout .woocommerce-shipping-fields h3 {

  font-size: 14px;

  font-size: 0.875rem;

  color: #7d828a;

  padding: 24px 0 20px;

  margin: 0;

  border-top: 1px solid rgba(185, 185, 185, 0.4);

}

form.checkout .woocommerce-shipping-fields h3 label span {

  font-weight: 400;

}

form.checkout .woocommerce-shipping-fields .shipping_address {

  padding-bottom: 24px;

}

form.checkout .woocommerce-checkout-review-order {

  padding: 18px 30px 30px;

  color: #1d2128;

  border: 1px solid rgba(185, 185, 185, 0.4);

  background-color: #fbfbfc;

}

form.checkout table.shop_table {

  border-collapse: collapse;

  margin: 0;

}

form.checkout table.shop_table thead th.product-total {

  text-indent: -9999em;

}

form.checkout table.shop_table tbody {

  border-bottom: 1px solid rgba(185, 185, 185, 0.4);

  padding-bottom: 20px;

}

form.checkout table.shop_table tbody tr:last-child td {

  padding-bottom: 15px;

}

form.checkout table.shop_table tbody td {

  font-size: 14px;

  font-size: 0.875rem;

  padding: 5px 0;

  border-bottom: none;

}

form.checkout table.shop_table tbody td .variation p {

  margin: 0;

}

form.checkout table.shop_table tbody td.product-name {

  color: #1d2128;

  position: relative;

  padding: 7.5px 0 7.5px 50px;

}

form.checkout table.shop_table tbody td.product-name:after {

  display: block;

  content: "";

  clear: both;

}

form.checkout table.shop_table tbody td.product-name img {

  position: absolute;

  top: 50%;

  transform: translateY(-50%);

  left: 0;

  max-width: 40px;

}

form.checkout table.shop_table tbody td.product-name .product-quantity {

  float: right;

  font-size: 14px;

  font-size: 0.875rem;

  font-weight: 400;

  color: #7d828a;

  text-align: end;

}

form.checkout table.shop_table tbody td.product-name .checkout-review-product-name {

  max-width: 240px;

  float: left;

  display: -webkit-box;

  -webkit-line-clamp: 2;

  -webkit-box-orient: vertical;

  overflow: hidden;

}

form.checkout table.shop_table tbody td.product-name dl.variation {

  margin-top: 0;

}

form.checkout table.shop_table tbody td.product-total {

  width: 20%;

  text-align: end;

  font-weight: 500;

  vertical-align: top;

}

form.checkout table.shop_table tfoot .cart-subtotal {

  display: none;

}

form.checkout table.shop_table tfoot .woocommerce-shipping-totals h3 {

  margin-top: 8px;

}

form.checkout table.shop_table tfoot .woocommerce-shipping-methods {

  padding-top: 3px;

  padding-bottom: 0;

}

form.checkout .woocommerce-checkout-payment {

  margin: 0 -30px;

  padding: 20px 30px 0;

  border-top: 1px solid rgba(185, 185, 185, 0.4);

}

form.checkout .woocommerce-checkout-payment h4 {

  font-size: 18px;

  font-size: 1.125rem;

  margin: 0;

}

form.checkout .woocommerce-checkout-payment button[type=submit] {

  width: 100%;

}

form.checkout .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper p {

  margin-bottom: 16px;

}

form.checkout .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper p.validate-required {

  margin-bottom: 30px;

}

form.checkout .woocommerce-checkout-payment .woocommerce-terms-and-conditions-checkbox-text {

  font-weight: 400;

  line-height: 20px;

}

form.checkout .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper {

  font-size: 14px;

  font-size: 0.875rem;

  line-height: 22px;

}

form.checkout .woocommerce-checkout-payment .woocommerce-privacy-policy-text {

  color: #7d828a;

}

form.checkout .woocommerce-checkout-payment .woocommerce-terms-and-conditions-link {

  text-decoration: underline;

}

form.checkout .woocommerce-checkout-payment .woocommerce-privacy-policy-link {

  text-decoration: underline;

}



.woocommerce-checkout-review-order-table th,

.woocommerce-checkout-review-order-table td {

  border: none;

}

.woocommerce-checkout-review-order-table tbody td {

  height: 55px;

}



ul.wc_payment_methods {

  list-style: none;

  font-size: 14px;

  font-size: 0.875rem;

  margin: 10px 0 0;

  padding: 0;

}

ul.wc_payment_methods li {

  padding: 24px 0;

  border-bottom: 1px solid rgba(185, 185, 185, 0.4);

}

ul.wc_payment_methods li label {

  cursor: pointer;

}

ul.wc_payment_methods li label img {

  max-height: 1.7em;

  margin-left: 10px;

}

ul.wc_payment_methods .woocommerce-notice--info {

  background-color: transparent;

  color: #1d2128;

  padding: 0 0 20px;

  font-weight: 400;

}

ul.wc_payment_methods .payment_box {

  font-size: 14px;

  font-size: 0.875rem;

  color: #7d828a;

}

ul.wc_payment_methods .payment_box > :first-child {

  margin-top: 18px;

}

ul.wc_payment_methods .payment_box > :last-child {

  margin-bottom: 0;

}

ul.wc_payment_methods .payment_box p:where(:not(.form-row)) {

  line-height: 22px;

}

ul.wc_payment_methods .payment_box fieldset {

  border: 0;

  padding: 0;

  margin: 10px 0;

}

ul.wc_payment_methods + .form-row {

  margin-top: 20px;

}



table.shop_table .woocommerce-shipping-totals {

  font-size: 18px;

  font-size: 1.125rem;

}

table.shop_table .woocommerce-shipping-totals th,

table.shop_table .woocommerce-shipping-totals td {

  border-bottom: none;

}

table.shop_table .woocommerce-shipping-totals th {

  padding-top: 18px;

}

table.shop_table .woocommerce-shipping-totals h3 {

  font-size: 18px;

  font-size: 1.125rem;

}

table.shop_table ul.woocommerce-shipping-methods {

  margin: 0;

  padding-left: 0;

  list-style: none;

}

table.shop_table ul.woocommerce-shipping-methods li {

  padding-bottom: 14px;

}

table.shop_table ul.woocommerce-shipping-methods label {

  font-size: 14px;

  font-size: 0.875rem;

}

table.shop_table ul.woocommerce-shipping-methods label:hover {

  cursor: pointer;

}

table.shop_table ul.woocommerce-shipping-methods label .woocommerce-Price-amount {

  float: right;

  margin-top: 3px;

}

table.shop_table .order-total {

  font-size: 18px;

  font-size: 1.125rem;

  border-top: 1px solid rgba(185, 185, 185, 0.4);

}

table.shop_table .order-total th,

table.shop_table .order-total td {

  padding: 20px 0;

}

table.shop_table .order-total td {

  text-align: end;

}

table.shop_table dl.variation {

  margin-top: 9px;

  margin-bottom: 0;

}

table.shop_table dl.variation dt {

  font-size: 12px;

  font-size: 0.75rem;

  font-weight: 500;

  color: #7d828a;

  float: left;

  clear: both;

  margin-right: 0.25em;

  list-style: none outside;

  text-transform: capitalize;

  margin-bottom: 3px;

}

table.shop_table dl.variation dd {

  float: left;

  margin: 0 0 0 7px;

  font-size: 12px;

  font-size: 0.75rem;

  font-weight: 400;

}

table.shop_table dl.variation dd p {

  margin: 0;

}

table.shop_table dl.variation:after {

  clear: both;

  content: "";

  display: block;

}



.woocommerce-order-pay .shop_table th {

  font-size: 18px;

  font-size: 1.125rem;

}



.woocommerce .woocommerce-thankyou-order-received {

  font-size: 24px;

  font-size: 1.5rem;

  font-weight: 500;

  margin: 0;

}

.woocommerce .woocommerce-order-details__title {

  margin: 30px 0 10px;

}

.woocommerce-order-received .woocommerce .woocommerce-order {

  font-size: 14px;

  font-size: 0.875rem;

}

.woocommerce-order-received .woocommerce .woocommerce-order h2 {

  font-size: 24px;

  font-size: 1.5rem;

  font-weight: 500;

}

.woocommerce ul.order_details {

  border: 1px solid rgba(185, 185, 185, 0.4);

  display: flex;

  list-style: none;

  padding: 20px 30px 10px;

}

.woocommerce ul.order_details li {

  padding-right: 20px;

  flex: 1;

  margin-bottom: 10px;

}

.woocommerce ul.order_details strong {

  display: block;

  font-weight: 500;

  padding-top: 5px;

}

.woocommerce table.order_details th {

  font-size: 18px;

  font-size: 1.125rem;

}

.woocommerce table.order_details td:first-child {

  padding-left: 20px;

}

.woocommerce table.order_details .order-actions-button:not(:first-child) {

  margin-left: 20px;

}

.woocommerce .woocommerce-customer-details :last-child {

  margin-bottom: 0;

}

.woocommerce .woocommerce-customer-details .woocommerce-columns {

  width: 100%;

}

.woocommerce .woocommerce-customer-details address {

  line-height: 1.8;

}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email,

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone {

  margin-top: 0;

  margin-bottom: 0;

}



.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,

.wp-block-woocommerce-checkout .wc-block-components-address-card {

  color: #1d2128;

  border-width: var(--shopwell-input__border-width);

  border-style: solid;

  border-color: #dadfe3;

  border-radius: var(--shopwell-border__radius);

}

.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,

.wp-block-woocommerce-checkout .wc-block-components-address-card:focus {

  border-color: #1d2128;

  box-shadow: 0 4px 8px 0 var(--shopwell-input__box-shadow);

}

.wp-block-woocommerce-checkout .wc-block-cart-item__prices {

  font-size: 14px;

  font-size: 0.875rem;

  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-checkout__payment-method .wc-block-components-radio-control__option-checked {

  font-weight: 400;

}

.wp-block-woocommerce-checkout .wc-block-components-radio-control .wc-block-components-radio-control__input:focus {

  outline: none;

}

.wp-block-woocommerce-checkout .wc-block-components-radio-control .wc-block-components-radio-control__input,

.wp-block-woocommerce-checkout .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox] {

  border-color: #ecf0f4;

}

.wp-block-woocommerce-checkout .wc-block-components-radio-control .wc-block-components-radio-control__input:before,

.wp-block-woocommerce-checkout .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:before {

  display: none;

}

.wp-block-woocommerce-checkout .wc-block-components-radio-control .wc-block-components-radio-control__input:hover, .wp-block-woocommerce-checkout .wc-block-components-radio-control .wc-block-components-radio-control__input:checked,

.wp-block-woocommerce-checkout .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:hover,

.wp-block-woocommerce-checkout .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:checked {

  border-color: #1d2128;

}

.wp-block-woocommerce-checkout .wc-block-components-checkbox label {

  align-items: center;

}

.wp-block-woocommerce-checkout .wc-block-components-checkbox .wc-block-components-checkbox__label, .wp-block-woocommerce-checkout .wc-block-components-checkbox > span {

  font-size: 18px;

  font-size: 1.125rem;

}

.wp-block-woocommerce-checkout .wc-block-components-checkbox .wc-block-components-checkbox__input:after {

  display: none;

}

.wp-block-woocommerce-checkout .wc-block-components-checkbox .wc-block-components-checkbox__mark {

  margin-top: 0;

}

.wp-block-woocommerce-checkout .wc-block-components-radio-control .wc-block-components-radio-control__input:checked:after {

  display: none;

}

.wp-block-woocommerce-checkout .wc-block-checkout__terms a {

  border-bottom: 1px solid;

}

.wp-block-woocommerce-checkout .wc-block-components-button:not(.is-link) {

  transition: 0.4s;

}

.wp-block-woocommerce-checkout .wc-block-components-button:not(.is-link):focus {

  box-shadow: none !important;

}

.wp-block-woocommerce-checkout .wc-block-components-totals-item {

  font-size: 14px;

  font-size: 0.875rem;

}

.wp-block-woocommerce-checkout .wc-block-components-totals-footer-item .wc-block-components-totals-item__label, .wp-block-woocommerce-checkout .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {

  font-size: 18px;

  font-size: 1.125rem;

}

.wp-block-woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-main {

  padding-right: 32px;

}

.wp-block-woocommerce-checkout .wc-block-components-form {

  border: 1px solid #ecf0f4;

  padding: 31px 31px 0;

}

.wp-block-woocommerce-checkout .wc-block-checkout__contact-fields .wc-block-components-checkout-step__heading {

  margin-top: 0;

}

.wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-checkout-step,

.wp-block-woocommerce-checkout .wc-block-components-form .wc-block-checkout__order-notes.wc-block-components-checkout-step {

  margin-bottom: 30px;

}

.wp-block-woocommerce-checkout .wc-block-checkout__terms.wc-block-checkout__terms--with-separator {

  padding-top: 30px;

  margin-bottom: 30px;

}

.wp-block-woocommerce-checkout .wc-blocks-components-select .wc-blocks-components-select__container {

  border-width: var(--shopwell-input__border-width);

  border-style: solid;

  border-color: #dadfe3;

  border-radius: var(--shopwell-border__radius);

}

.wp-block-woocommerce-checkout .wc-block-components-address-form__address_2-toggle {

  background-color: transparent;

  color: #1d2128;

  text-decoration: underline;

}

.wp-block-woocommerce-checkout .wc-block-components-address-card__edit {

  min-width: auto;

  line-height: 1.2;

  text-decoration: underline;

  background-color: transparent;

  margin-top: 5px;

  padding: 0;

}

.wp-block-woocommerce-checkout .wc-block-components-sidebar {

  padding-left: 0;

  margin-top: 0;

  border: 1px solid #ecf0f4;

  background-color: #fbfbfc;

  padding: 15px 14px 10px;

}

.wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block,

.wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-cart-items-block {

  border: none !important;

}

.wp-block-woocommerce-checkout .wc-block-components-totals-item__label {

  font-size: 16px;

  font-weight: 500;

}

.wp-block-woocommerce-checkout .wc-block-components-totals-item__description {

  font-size: 14px;

}

.wp-block-woocommerce-checkout .wc-block-components-totals-shipping .wc-block-components-shipping-address {

  margin-top: 10px;

}

.wp-block-woocommerce-checkout .is-medium .wc-block-components-form,

.wp-block-woocommerce-checkout .is-mobile .wc-block-components-form,

.wp-block-woocommerce-checkout .is-small .wc-block-components-form {

  padding: 16px;

}

.wp-block-woocommerce-checkout .is-mobile .wc-block-components-form .wc-block-components-checkout-step,

.wp-block-woocommerce-checkout .is-small .wc-block-components-form .wc-block-components-checkout-step {

  margin-bottom: 30px;

}

.wp-block-woocommerce-checkout .is-mobile .wc-block-components-radio-control .wc-block-components-radio-control__input, .wp-block-woocommerce-checkout .is-small .wc-block-components-radio-control .wc-block-components-radio-control__input {

  left: 16px;

}



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

  outline: none;

}



@media (max-width: 991px) {

  .wp-block-woocommerce-checkout .wc-block-components-sidebar {

    width: 100%;

  }

  .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-main {

    margin-top: 10px;

    width: 100%;

    padding-right: 0;

  }

}

@media (max-width: 991px) {

  .wp-block-woocommerce-checkout .is-mobile .wc-block-components-form .wc-block-components-checkout-step:after,

  .wp-block-woocommerce-checkout .is-small .wc-block-components-form .wc-block-components-checkout-step:after {

    box-shadow: none;

  }

}

/**

 * Cart

 */

.woocommerce-cart .woocommerce-cart-form {

  float: left;

  width: 65.9%;

  margin-right: 24px;

  position: relative;

  border: 1px solid rgba(185, 185, 185, 0.4);

  padding: 26px 31px 31px;

}

.woocommerce-cart .cart-collaterals {

  float: left;

  width: 31.9%;

  border: 1px solid rgba(185, 185, 185, 0.4);

  padding: 26px 31px 31px;

  background-color: #fbfbfc;

}

.woocommerce-cart table.woocommerce-cart-form__contents {

  margin-bottom: 0;

  border-collapse: collapse;

}

.woocommerce-cart table.woocommerce-cart-form__contents td {

  border: none;

}

.woocommerce-cart table.woocommerce-cart-form__contents thead tr {

  border-bottom: 1px solid rgba(185, 185, 185, 0.4);

}

.woocommerce-cart table.woocommerce-cart-form__contents thead th {

  font-weight: 500;

  font-size: 14px;

  font-size: 0.875rem;

  color: #7d828a;

  padding-top: 0;

  padding-bottom: 18px;

}

.woocommerce-cart table.woocommerce-cart-form__contents thead .product-thumbnail {

  font-size: 18px;

  font-size: 1.125rem;

  color: #161619;

}

.woocommerce-cart table.woocommerce-cart-form__contents tbody {

  color: #1d2128;

}

.woocommerce-cart table.woocommerce-cart-form__contents tbody tr {

  border-bottom: 1px solid rgba(185, 185, 185, 0.4);

}

.woocommerce-cart table.woocommerce-cart-form__contents tbody tr:last-child {

  border: none;

}

.woocommerce-cart table.woocommerce-cart-form__contents tbody tr:last-child td {

  border-bottom: none;

  padding-bottom: 0;

}

.woocommerce-cart table.woocommerce-cart-form__contents tbody td {

  padding: 25px 0;

}

.woocommerce-cart table.woocommerce-cart-form__contents td.product-thumbnail {

  display: flex;

  align-items: center;

  padding-right: 20px;

}

.woocommerce-cart table.woocommerce-cart-form__contents td.product-thumbnail a {

  max-width: 100px;

  display: block;

}

.woocommerce-cart table.woocommerce-cart-form__contents td.product-thumbnail img {

  min-width: 100px;

}

.woocommerce-cart table.woocommerce-cart-form__contents td.product-name {

  width: 34.5%;

  padding-left: 0;

  padding-right: 25px;

  font-weight: 500;

  font-size: 14px;

  font-size: 0.875rem;

}

.woocommerce-cart table.woocommerce-cart-form__contents td.product-name .product-price {

  display: none;

}

.woocommerce-cart table.woocommerce-cart-form__contents td.product-name .product-remove {

  display: none;

}

.woocommerce-cart table.woocommerce-cart-form__contents td.product-price {

  font-size: 14px;

  font-size: 0.875rem;

  font-weight: 500;

  width: 14%;

}

.woocommerce-cart table.woocommerce-cart-form__contents td.product-quantity {

  width: 19%;

}

.woocommerce-cart table.woocommerce-cart-form__contents td.product-subtotal {

  font-size: 14px;

  font-size: 0.875rem;

  font-weight: 500;

  width: 12%;

}

.woocommerce-cart table.woocommerce-cart-form__contents td.product-remove {

  font-size: 20px;

  font-size: 1.25rem;

  line-height: 1;

  padding-bottom: 30px;

}

.woocommerce-cart table.woocommerce-cart-form__contents td.product-remove a {

  color: #7d828a;

}

.woocommerce-cart table.woocommerce-cart-form__contents td.product-remove a:hover {

  color: #1d2128;

}

.woocommerce-cart table.woocommerce-cart-form__contents .actions .button-update-cart {

  float: right;

  margin-top: 15px;

}

.woocommerce-cart table.woocommerce-cart-form__contents .actions .button-empty-cart {

  float: right;

  margin-right: 35px;

  margin-top: 15px;

}

.woocommerce-cart table.woocommerce-cart-form__contents .coupon {

  display: inline-block;

}

.woocommerce-cart table.woocommerce-cart-form__contents .coupon label {

  display: none;

}

.woocommerce-cart table.woocommerce-cart-form__contents .coupon .button {

  float: none;

  min-width: 140px;

  margin-left: 8px;

}

.woocommerce-cart table.woocommerce-cart-form__contents .coupon .shopwell-input--medium {

  min-width: 200px;

  height: var(--shopwell-size__medium);

}

.woocommerce-cart .cart_totals {

  color: #1d2128;

}

.woocommerce-cart .cart_totals table.shop_table {

  border-collapse: collapse;

  margin-bottom: 0;

}

.woocommerce-cart .cart_totals h2 {

  font-size: 18px;

  font-size: 1.125rem;

  font-weight: 500;

  margin: 0 0 14px;

}

.woocommerce-cart .cart_totals .cart-subtotal {

  font-size: 14px;

  font-size: 0.875rem;

}

.woocommerce-cart .cart_totals .cart-subtotal th {

  padding-bottom: 20px;

  font-weight: 500;

}

.woocommerce-cart .cart_totals .cart-subtotal td {

  text-align: end;

  font-weight: 500;

}

.woocommerce-cart .cart_totals .wc-proceed-to-checkout .checkout-button {

  width: 100%;

}

.woocommerce-cart .woocommerce-shipping-totals td {

  padding-bottom: 20px;

  position: relative;

}

.woocommerce-cart .woocommerce-shipping-totals td:after {

  clear: both;

  content: "";

  display: block;

}

.woocommerce-cart .woocommerce-shipping-methods {

  padding: 0 0 20px;

}

.woocommerce-cart .woocommerce-shipping-destination {

  font-size: 14px;

  font-size: 0.875rem;

  font-weight: 500;

  margin: 0;

  float: left;

  color: #1d2128;

}

.woocommerce-cart .woocommerce-shipping-destination strong {

  font-weight: 500;

}

.woocommerce-cart .woocommerce-shipping-calculator {

  font-weight: 500;

  font-size: 14px;

  font-size: 0.875rem;

  width: 100%;

  text-align: right;

}

.woocommerce-cart .woocommerce-shipping-calculator a {

  position: relative;

}

.woocommerce-cart .woocommerce-shipping-calculator a:after {

  content: "";

  position: absolute;

  width: 100%;

  height: 1px;

  bottom: 0;

  left: 0;

  background-color: #1d2128;

}

.woocommerce-cart .woocommerce-shipping-calculator .shipping-calculator-form {

  text-align: left;

}

.woocommerce-cart .woocommerce-shipping-calculator .shipping-calculator-form .input-text,

.woocommerce-cart .woocommerce-shipping-calculator .shipping-calculator-form .button {

  width: 100%;

}

.woocommerce-cart .woocommerce-shipping-calculator .shipping-calculator-form .button {

  background-color: #1d2128;

}

.woocommerce-cart .cart-empty {

  display: flex;

  align-items: center;

  text-align: center;

  flex-direction: column;

  background-color: transparent;

  color: #1d2128;

}

.woocommerce-cart .cart-empty img {

  width: 150px;

}

.woocommerce-cart .cart-empty .empty-cart__title {

  font-size: 28px;

  font-size: 1.75rem;

  font-weight: 500;

  margin-top: 29px;

  margin-bottom: 18px;

}

.woocommerce-cart .cart-empty .empty-cart__description {

  font-size: 18px;

  font-size: 1.125rem;

  font-weight: 400;

}

.woocommerce-cart .empty-cart-button-group {

  display: flex;

  align-items: center;

  text-align: center;

  justify-content: center;

}

.woocommerce-cart .return-to-shop {

  margin: 0 24px 0 0;

}

.woocommerce-cart .return-to-shop .button {

  min-width: 200px;

}

.woocommerce-cart .empty-cart-button-sign-in {

  margin: 0;

}

.woocommerce-cart .empty-cart-button-sign-in .button {

  min-width: 200px;

}



.wc-block-cart table.wc-block-cart-items {

  border: 1px solid #ebeff3;

  padding: 26px 31px 31px;

}

.wc-block-cart table.wc-block-cart-items .wc-block-cart-items__header {

  font-size: 18px;

  font-size: 1.125rem;

  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 .wc-block-cart-items__row td:after {

  border-color: #ebeff3;

  opacity: 1;

}

.wc-block-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__prices {

  margin-bottom: 5px;

}

.wc-block-cart table.wc-block-cart-items .wc-block-cart-item__product {

  font-size: 14px;

  font-size: 0.875rem;

  color: #1d2128;

}

.wc-block-cart table.wc-block-cart-items .wc-block-cart-item__prices {

  font-size: 14px;

  font-size: 0.875rem;

  color: #1d2128;

  font-weight: 500;

}

.wc-block-cart table.wc-block-cart-items .wc-block-cart-item__prices del {

  font-weight: 400;

}

.wc-block-cart table.wc-block-cart-items .wc-block-components-product-badge {

  font-size: 12px;

  font-size: 0.75rem;

  color: #dd2831;

  font-weight: 500;

  text-transform: capitalize;

  padding: 0;

  border: none;

}

.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-items__row .wc-block-components-product-metadata {

  font-size: 12px;

  font-size: 0.75rem;

  margin-bottom: 0px;

}

.wc-block-cart table.wc-block-cart-items .wc-block-components-product-details.wc-block-components-product-details {

  margin: 0;

}

.wc-block-cart table.wc-block-cart-items .wc-block-components-product-details__name {

  text-transform: capitalize;

  color: #7d828a;

}

.wc-block-cart table.wc-block-cart-items .wc-block-cart-item__quantity {

  padding: 15px 0 0;

  display: flex;

  align-items: center;

  justify-content: space-between;

}

.wc-block-cart table.wc-block-cart-items .wc-block-cart-item__quantity input.wc-block-components-quantity-selector__input {

  padding: 0;

  height: auto;

}

.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: 0;

}

.wc-block-cart table.wc-block-cart-items .wc-block-cart-item__quantity .wc-block-components-quantity-selector__button {

  font-size: 0px;

  font-size: 0rem;

  line-height: 1;

  height: 24px;

  border: 2px solid #ebeff3;

  border-radius: 0;

  min-width: 24px;

  font-weight: 600;

  color: #7d828a;

}

.wc-block-cart table.wc-block-cart-items .wc-block-cart-item__quantity .wc-block-components-quantity-selector__button:hover {

  border-color: #1d2128;

  color: #1d2128;

}

.wc-block-cart table.wc-block-cart-items .wc-block-cart-item__quantity .wc-block-components-quantity-selector__button:focus {

  border-color: #1d2128;

  background-color: #1d2128;

  color: #fff;

  box-shadow: none;

}

.wc-block-cart table.wc-block-cart-items .wc-block-cart-item__quantity .wc-block-components-quantity-selector__button:after {

  width: 12px;

  height: 12px;

  content: "";

  background-color: currentcolor;

  -webkit-mask-size: cover;

  mask-size: cover;

}

.wc-block-cart table.wc-block-cart-items .wc-block-cart-item__quantity .wc-block-components-quantity-selector__button--minus:after {

  -webkit-mask: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgYXJpYS1oaWRkZW49InRydWUiIHJvbGU9ImltZyIgZm9jdXNhYmxlPSJmYWxzZSIgdmlld0JveD0iMCAwIDMyIDMyIj48cGF0aCBkPSJNMjYuNjY3IDEzLjMzM3Y1LjMzM2gtMjEuMzMzdi01LjMzM2gyMS4zMzN6Ij48L3BhdGg+PC9zdmc+") no-repeat 50% 50%;

  mask: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgYXJpYS1oaWRkZW49InRydWUiIHJvbGU9ImltZyIgZm9jdXNhYmxlPSJmYWxzZSIgdmlld0JveD0iMCAwIDMyIDMyIj48cGF0aCBkPSJNMjYuNjY3IDEzLjMzM3Y1LjMzM2gtMjEuMzMzdi01LjMzM2gyMS4zMzN6Ij48L3BhdGg+PC9zdmc+") no-repeat 50% 50%;

  mask-size: cover;

}

.wc-block-cart table.wc-block-cart-items .wc-block-cart-item__quantity .wc-block-components-quantity-selector__button--plus:after {

  -webkit-mask: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgYXJpYS1oaWRkZW49InRydWUiIHJvbGU9ImltZyIgZm9jdXNhYmxlPSJmYWxzZSIgdmlld0JveD0iMCAwIDMyIDMyIj48cGF0aCBkPSJNMjYuNjY3IDEzLjMzM2gtOHYtOGgtNS4zMzN2OGgtOHY1LjMzM2g4djhoNS4zMzN2LThoOHoiPjwvcGF0aD48L3N2Zz4=") no-repeat 50% 50%;

  mask: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgYXJpYS1oaWRkZW49InRydWUiIHJvbGU9ImltZyIgZm9jdXNhYmxlPSJmYWxzZSIgdmlld0JveD0iMCAwIDMyIDMyIj48cGF0aCBkPSJNMjYuNjY3IDEzLjMzM2gtOHYtOGgtNS4zMzN2OGgtOHY1LjMzM2g4djhoNS4zMzN2LThoOHoiPjwvcGF0aD48L3N2Zz4=") no-repeat 50% 50%;

  mask-size: cover;

}

.wc-block-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity {

  position: relative;

}

.wc-block-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {

  position: absolute;

  top: 50%;

  right: 0;

  margin-top: -5px;

  text-align: right;

  text-decoration: none;

  font-weight: 600;

  font-size: 0px;

  font-size: 0rem;

  color: #7d828a;

}

.wc-block-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover {

  color: #1d2128;

}

.wc-block-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:after {

  width: 20px;

  height: 20px;

  content: "";

  background-color: currentcolor;

  -webkit-mask: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgYXJpYS1oaWRkZW49InRydWUiIHJvbGU9ImltZyIgZm9jdXNhYmxlPSJmYWxzZSIgdmlld0JveD0iMCAwIDMyIDMyIj48cGF0aCBkPSJNMjMuODQgOS42aC0xNS42OGMtMC45NiAwLTEuNiAwLjgtMS42IDEuNzZsMS4yOCAxNC41NmMwLjE2IDEuNiAxLjYgMi44OCAzLjIgMi44OGgxMC4wODBjMS42IDAgMy4wNDAtMS4yOCAzLjItMi44OGwxLjI4LTE0LjU2YzAtMC45Ni0wLjgtMS43Ni0xLjc2LTEuNzZ6TTIxLjEyIDI1LjZoLTEwLjI0bC0wLjk2LTEyLjhoMTIuMzJsLTEuMTIgMTIuOHoiPjwvcGF0aD48cGF0aCBkPSJNMjQgNC44aC00LjhjMC0wLjk2LTAuNjQtMS42LTEuNi0xLjZoLTMuMmMtMC45NiAwLTEuNiAwLjY0LTEuNiAxLjZoLTQuOGMtMS43NiAwLTMuMiAxLjQ0LTMuMiAzLjJoMjIuNGMwLTEuNzYtMS40NC0zLjItMy4yLTMuMnoiPjwvcGF0aD48cGF0aCBkPSJNMTQuNCAxNmgzLjJ2Ni40aC0zLjJ2LTYuNHoiPjwvcGF0aD48L3N2Zz4=") no-repeat 50% 50%;

  mask: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgYXJpYS1oaWRkZW49InRydWUiIHJvbGU9ImltZyIgZm9jdXNhYmxlPSJmYWxzZSIgdmlld0JveD0iMCAwIDMyIDMyIj48cGF0aCBkPSJNMjMuODQgOS42aC0xNS42OGMtMC45NiAwLTEuNiAwLjgtMS42IDEuNzZsMS4yOCAxNC41NmMwLjE2IDEuNiAxLjYgMi44OCAzLjIgMi44OGgxMC4wODBjMS42IDAgMy4wNDAtMS4yOCAzLjItMi44OGwxLjI4LTE0LjU2YzAtMC45Ni0wLjgtMS43Ni0xLjc2LTEuNzZ6TTIxLjEyIDI1LjZoLTEwLjI0bC0wLjk2LTEyLjhoMTIuMzJsLTEuMTIgMTIuOHoiPjwvcGF0aD48cGF0aCBkPSJNMjQgNC44aC00LjhjMC0wLjk2LTAuNjQtMS42LTEuNi0xLjZoLTMuMmMtMC45NiAwLTEuNiAwLjY0LTEuNiAxLjZoLTQuOGMtMS43NiAwLTMuMiAxLjQ0LTMuMiAzLjJoMjIuNGMwLTEuNzYtMS40NC0zLjItMy4yLTMuMnoiPjwvcGF0aD48cGF0aCBkPSJNMTQuNCAxNmgzLjJ2Ni40aC0zLjJ2LTYuNHoiPjwvcGF0aD48L3N2Zz4=") no-repeat 50% 50%;

  -webkit-mask-size: cover;

  mask-size: cover;

  display: inline-block;

}

.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.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity {

  padding-top: 15px;

}

.wc-block-cart.is-mobile table.wc-block-cart-items .wc-block-cart-items__row {

  border-bottom: 1px solid #ebeff3;

}

.wc-block-cart.is-mobile table.wc-block-cart-items .wc-block-cart-items__row:last-child {

  border-bottom: none;

}

.wc-block-cart.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total {

  display: none;

}

.wc-block-cart.is-mobile .wc-block-cart__sidebar {

  margin-top: 30px;

}



.wc-block-cart.is-mobile table.wc-block-cart-items {

  padding: 10px;

}



.wc-block-cart .wp-block-woocommerce-cart-order-summary-block {

  border: 1px solid #ebeff3;

  padding: 26px 31px 10px;

  background-color: #fbfbfc;

}

.wc-block-cart .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-wrapper:after {

  border-color: #ebeff3;

  opacity: 1;

}

.wc-block-cart .wp-block-woocommerce-cart-order-summary-block span.wc-block-cart__totals-title {

  font-size: 16px;

  font-size: 1rem;

  text-align: left;

  text-transform: capitalize;

  font-weight: 500;

}

.wc-block-cart .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-item__value {

  font-weight: 500;

}



form.wc-block-components-totals-coupon__form {

  flex-direction: column;

}

form.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button {

  margin: 10px 0 0 0;

}

form.wc-block-components-totals-coupon__form button {

  line-height: 52px;

}



.wp-block-woocommerce-cart-order-summary-totals-block {

  font-size: 14px;

  font-size: 0.875rem;

}



.wc-block-cart__sidebar .wc-block-components-totals-footer-item .wc-block-components-totals-item__label,

.wc-block-cart__sidebar .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {

  font-size: 16px;

  font-size: 1rem;

}



.wc-block-cart__sidebar .wc-block-components-totals-wrapper .wc-block-components-totals-item__label {

  font-weight: 500;

}



.wc-block-cart__submit .wc-block-components-button {

  margin-top: 16px;

  font-size: 14px;

  font-size: 0.875rem;

  border-radius: var(--shopwell-border__radius);

  background-color: var(--shopwell-color__primary);

  color: var(--shopwell-color__primary--light);

  box-shadow: 0px 2px 6px 0px var(--shopwell-color__primary--box-shadow);

  padding: 0 2em;

  min-width: 160px;

  font-weight: 500;

  display: inline-flex;

  align-items: center;

  justify-content: center;

  transition: 0.4s;

  border: none;

  cursor: pointer;

  line-height: 60px;

}

.wc-block-cart__submit .wc-block-components-button:not(.is_link) {

  transition: 0.4s;

}

.wc-block-cart__submit .wc-block-components-button:not(.is_link):focus {

  box-shadow: none !important;

}

.wc-block-cart__submit .wc-block-components-button:hover {

  background-color: var(--shopwell-color__primary--dark);

  box-shadow: 0px 4px 8px 0px var(--shopwell-color__primary--box-shadow);

}

.wc-block-cart__submit .wc-block-components-button:active, .wc-block-cart__submit .wc-block-components-button:focus {

  background-color: var(--shopwell-color__primary--darker);

}

.wc-block-cart__submit .wc-block-components-button:focus {

  outline: 1px dotted;

  outline-offset: -3px;

}

.wc-block-cart__submit .wc-block-components-button.shopwell-button--color-white:active, .wc-block-cart__submit .wc-block-components-button.shopwell-button--color-white:focus {

  box-shadow: 0px 4px 8px 0px var(--shopwell-color__primary--box-shadow);

}



form.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__input {

  flex: auto;

}



.wc-block-cart .wc-block-components-totals-item__description {

  font-size: 13px;

}

.wc-block-cart .wc-block-components-totals-shipping .wc-block-components-shipping-address {

  margin-top: 5px;

}

.wc-block-cart .wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address__link {

  background-color: transparent;

  color: #1d2128;

  padding: 0;

  min-width: auto;

  line-height: 1.2;

  margin-top: 10px;

}

.wc-block-cart .wc-block-components-radio-control .wc-block-components-radio-control__input:focus {

  outline: none;

}

.wc-block-cart .wc-block-components-radio-control .wc-block-components-radio-control__input::before, .wc-block-cart .wc-block-components-radio-control .wc-block-components-radio-control__input:after {

  display: none;

}

.wc-block-cart .wc-block-components-radio-control__description, .wc-block-cart .wc-block-components-radio-control__secondary-description {

  font-size: 14px;

}

.wc-block-cart .wc-block-components-radio-control__option-layout {

  display: flex;

  align-items: center;

  justify-content: space-between;

}

.wc-block-cart .wc-block-components-quantity-selector input:disabled {

  background-color: transparent;

}

.wc-block-cart.wc-block-components-sidebar-layout .wc-block-components-main {

  padding-right: 0;

}



.wc-block-grid__product .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading:after {

  animation: shopwellSpin infinite 1s linear;

  content: "";

  border: 2px solid;

  border-top-color: transparent;

  width: 12px;

  height: 12px;

  border-radius: 50%;

}



.is-mobile .wc-block-components-radio-control .wc-block-components-radio-control__input,

.is-small .wc-block-components-radio-control .wc-block-components-radio-control__input {

  left: 0;

}



.is-mobile.wc-block-cart .wc-block-components-shipping-rates-control .wc-block-components-radio-control__option,

.is-small.wc-block-cart .wc-block-components-shipping-rates-control .wc-block-components-radio-control__option {

  padding-left: 40px;

}



/**

 * Cart

 */

.woocommerce-form-track-order {

  width: 752px;

  margin-right: auto;

  margin-left: auto;

}

.woocommerce-form-track-order p {

  text-align: center;

  font-size: 16px;

  font-size: 1rem;

  font-weight: 400;

  margin: 0;

}

.woocommerce-form-track-order .form-tracking-order-info {

  padding: 60px 97px 35px;

  border: 1px solid rgba(185, 185, 185, 0.4);

  margin-top: 62px;

}

.woocommerce-form-track-order .form-row {

  display: flex;

  flex-direction: column;

  text-align: left;

  margin-bottom: 30px;

}

.woocommerce-form-track-order .form-row label {

  margin-bottom: 8px;

  font-size: 14px;

  font-size: 0.875rem;

  font-weight: 500;

}

.woocommerce-form-track-order .form-row:last-child {

  margin-bottom: 0;

}



/**

 * Pagination

 */

.woocommerce-pagination {

  text-align: center;

  margin-top: 62px;

}

.woocommerce-pagination ul {

  display: flex;

  justify-content: center;

  list-style: none;

  margin: 0;

  padding: 0;

  flex-wrap: wrap;

}

.woocommerce-pagination ul li {

  margin-bottom: 20px;

}

.woocommerce-pagination ul .page-numbers {

  border: 2px solid rgba(185, 185, 185, 0.4);

  border-radius: 50%;

  width: 44px;

  height: 44px;

  line-height: 42px;

  text-align: center;

  font-size: 14px;

  font-size: 0.875rem;

  font-weight: 500;

  color: #7d828a;

  display: inline-block;

}

.woocommerce-pagination ul .page-numbers:focus, .woocommerce-pagination ul .page-numbers:hover {

  border-color: #1d2128;

  color: #1d2128;

}

.woocommerce-pagination ul .page-numbers.current {

  border-color: #1d2128;

  background-color: #1d2128;

  color: #fff;

}

.woocommerce-pagination ul .page-numbers.current:hover, .woocommerce-pagination ul .page-numbers.current:focus, .woocommerce-pagination ul .page-numbers.current:focus-visible {

  outline: none;

}

.woocommerce-pagination ul .page-numbers.dots {

  cursor: pointer;

  border: none;

  position: relative;

  bottom: 5px;

}

.woocommerce-pagination ul .page-numbers {

  display: inline-block;

  margin: 0 4px;

}

.woocommerce-pagination ul .page-numbers.prev, .woocommerce-pagination ul .page-numbers.next {

  font-size: 15px;

  font-size: 0.9375rem;

  line-height: 46px;

  border: none;

  box-shadow: 0px 2px 6px 0px rgba(29, 33, 40, 0.16);

  border-radius: 100%;

  /*rtl:raw:

  	transform: rotateY(180deg);

  */

}

.woocommerce-pagination ul .page-numbers.prev:hover, .woocommerce-pagination ul .page-numbers.next:hover {

  box-shadow: 0px 4px 8px 0px rgba(29, 33, 40, 0.16);

  color: #1d2128;

}

.woocommerce-pagination ul .page-numbers.prev {

  margin-right: 15px;

}

.woocommerce-pagination ul .page-numbers.next {

  margin-left: 15px;

}



.woocommerce-navigation.woocommerce-navigation__catalog {

  margin-top: 37px;

  text-align: center;

}

.woocommerce-navigation.woocommerce-navigation__catalog.ajax-infinite a {

  display: none;

}

.woocommerce-navigation.woocommerce-navigation__catalog .shopwell-pagination--loading-text {

  font-size: 11px;

  font-size: 0.6875rem;

  color: #7d828a;

  margin-top: 7px;

}



.woocommerce-nav-loadmore.shopwell-posts-found {

  margin-top: 37px;

  margin-bottom: 26px;

}

.woocommerce-nav-loadmore + .woocommerce-navigation {

  margin-top: 0px;

}



/**

 * General WooCommerce components

 */

/**

 * Header cart

 */

.site-header-cart {

  position: relative;

  margin: 0;

  padding: 0;

}

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

}



/**

 * Star rating

 */

.star-rating {

  font-size: 12px;

  font-size: 0.75rem;

  overflow: hidden;

  position: relative;

  font-weight: 400;

  width: 65px;

  height: 15px;

  line-height: 15px;

  display: block;

}

.star-rating span {

  overflow: hidden;

  padding: 1px 0 0 0;

}

.star-rating span.shopwell-svg-icon {

  margin-right: 1px;

}

.star-rating .max-rating {

  position: absolute;

  color: #ebeff3;

}

.star-rating .max-rating.shopwell-svg-icon:last-child {

  margin-right: 0;

}

.star-rating .user-rating {

  position: absolute;

  color: #ffa132;

  white-space: nowrap;

}

.star-rating .user-rating.shopwell-svg-icon:last-child {

  margin-right: 0;

}



p.stars a {

  position: relative;

  height: 1em;

  width: 1em;

  text-indent: -999em;

  display: inline-block;

  text-decoration: none;

  margin-right: 1px;

  font-weight: 400;

}

p.stars a::before {

  display: block;

  position: absolute;

  top: 0;

  left: 0;

  width: 1em;

  height: 1em;

  line-height: 1;

  font-family: star;

  content: "S";

  color: #030712;

  text-indent: 0;

  opacity: 0.25;

}

p.stars a:hover ~ a::before {

  content: "S";

  color: #030712;

  opacity: 0.25;

}

p.stars:hover a::before {

  content: "S";

  color: #ffa132;

  opacity: 1;

}

p.stars.selected a.active::before {

  content: "S";

  color: #ffa132;

  opacity: 1;

}

p.stars.selected a.active ~ a::before {

  content: "S";

  color: #030712;

  opacity: 0.25;

}

p.stars.selected a:not(.active)::before {

  content: "S";

  color: #ffa132;

  opacity: 1;

}



/** Select 2

**/

.select2-container--default .select2-search--dropdown .select2-search__field {

  color: #7d828a;

  border-width: var(--shopwell-input__border-width);

  border-style: solid;

  border-color: #ebeff3;

  border-radius: var(--shopwell-border__radius);

  height: 44px;

  outline: none;

  transition: 0.4s;

  font-weight: 500;

  font-size: 14px;

  font-size: 0.875rem;

  padding: 11px 20px;

}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {

  color: #1d2128;

  border-color: #1d2128;

}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {

  right: 20px;

}

.select2-container--default .select2-selection--single .select2-selection__rendered {

  line-height: 34px;

}

.select2-container--default .select2-selection--single span.select2-selection__arrow {

  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAHCAYAAAAxrNxjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDYuMC1jMDAyIDc5LjE2NDQ4OCwgMjAyMC8wNy8xMC0yMjowNjo1MyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIyLjAgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjM3QjIwQkNDMjVBRDExRUM5QkFEQjNEQ0I3NjBBM0UwIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjM3QjIwQkNEMjVBRDExRUM5QkFEQjNEQ0I3NjBBM0UwIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MzdCMjBCQ0EyNUFEMTFFQzlCQURCM0RDQjc2MEEzRTAiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MzdCMjBCQ0IyNUFEMTFFQzlCQURCM0RDQjc2MEEzRTAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6sw4h6AAAAb0lEQVR42mKsaexmZGBgqAPiuUD8hAEVyABxBBD3sACJEiBuAOJYIHZAUgxSdACIlYGYiwlILAfiu1CBA1AFyIpAcvNYoCY4IEkcgJoIUwS2hQUqiK6YAVkRiMOC5HBkxQxo7kVRiKyYAT0EAAIMALwKGx4801sSAAAAAElFTkSuQmCC");

  background-position: center;

  background-repeat: no-repeat;

  height: 100%;

  right: 20px;

  top: 0;

}

.select2-container--default .select2-selection--single span.select2-selection__arrow b {

  display: none;

}



.select2-container {

  height: var(--shopwell-input__height);

}



.select2-dropdown {

  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.16);

  border: none;

}

.select2-dropdown li.select2-results__option {

  font-weight: 500;

  font-size: 14px;

  font-size: 0.875rem;

  padding: 11px 20px;

}

.select2-dropdown li.select2-results__option:hover, .select2-dropdown li.select2-results__option.select2-results__option--highlighted {

  background-color: #1d2128;

  color: #fff;

}

.select2-dropdown .select2-results__options {

  scrollbar-color: #1f1f1f rgba(226, 226, 226, 0.4705882353);

  scrollbar-width: thin;

}

.select2-dropdown .select2-results__options::-webkit-scrollbar {

  width: 0;

  opacity: 0;

}

.select2-dropdown .select2-results__options:hover::-webkit-scrollbar {

  width: 2px;

}

.select2-dropdown .select2-results__options::-webkit-scrollbar-track {

  border-radius: 2px;

  background-color: #fff;

}

.select2-dropdown .select2-results__options::-webkit-scrollbar-thumb {

  border-radius: 2px;

  background-color: #1d2128;

}

.select2-dropdown .select2-results__options::-webkit-scrollbar-thumb:hover {

  background: #1f1f1f;

}

.select2-dropdown .select2-results__options:focus {

  outline: none;

}

.select2-dropdown .select2-results__option:focus {

  outline: none;

}



/**

 * Tabs

 */

.woocommerce-tabs ul.tabs {

  list-style: none;

  margin: 0;

  padding: 0;

  text-align: left;

}

.woocommerce-tabs ul.tabs li {

  display: block;

  margin: 0;

  position: relative;

}

.woocommerce-tabs ul.tabs li a {

  padding: 1em 0;

  display: block;

}

.woocommerce-tabs .panel h2:first-of-type {

  margin-bottom: 1em;

}



/**

 * Password strength meter

 */

.woocommerce-password-strength {

  font-size: 14px;

  font-size: 0.875rem;

  margin: 10px 0;

}

.woocommerce-password-strength.short {

  color: #f21951;

}

.woocommerce-password-strength.bad {

  color: #ffa132;

}

.woocommerce-password-strength.good {

  color: #0f86ff;

}

.woocommerce-password-strength.strong {

  color: #13bc96;

}



/**

 * Forms

 */

.woocommerce form .password-input {

  position: relative;

  display: block;

}

.woocommerce form .password-input input {

  padding-right: 67px;

}

.woocommerce form .password-input .show-password-input {

  position: absolute;

  right: 25px;

  top: 50%;

  margin-top: -10px;

  width: 20px;

  height: 20px;

  min-width: 0;

  padding: 0;

  background: no-repeat center center;

  opacity: 0.5;

  font-size: 14px;

  font-size: 0.875rem;

  font-weight: 500;

  color: #1d2128;

  cursor: pointer;

  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pgo8IS0tIFVwbG9hZGVkIHRvOiBTVkcgUmVwbywgd3d3LnN2Z3JlcG8uY29tLCBHZW5lcmF0b3I6IFNWRyBSZXBvIE1peGVyIFRvb2xzIC0tPgo8c3ZnIGZpbGw9ImN1cnJlbnRDb2xvciIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBjbGFzcz0iaWNvbiI+CiAgPHBhdGggZD0iTTk0Mi4yIDQ4Ni4yUTg4OS40NyAzNzUuMTEgODE2LjcgMzA1bC01MC44OCA1MC44OEM4MDcuMzEgMzk1LjUzIDg0My40NSA0NDcuNCA4NzQuNyA1MTIgNzkxLjUgNjg0LjIgNjczLjQgNzY2IDUxMiA3NjZxLTcyLjY3IDAtMTMzLjg3LTIyLjM4TDMyMyA3OTguNzVRNDA4IDgzOCA1MTIgODM4cTI4OC4zIDAgNDMwLjItMzAwLjNhNjAuMjkgNjAuMjkgMCAwIDAgMC01MS41em0tNjMuNTctMzIwLjY0TDgzNiAxMjIuODhhOCA4IDAgMCAwLTExLjMyIDBMNzE1LjMxIDIzMi4yUTYyNC44NiAxODYgNTEyIDE4NnEtMjg4LjMgMC00MzAuMiAzMDAuM2E2MC4zIDYwLjMgMCAwIDAgMCA1MS41cTU2LjY5IDExOS40IDEzNi41IDE5MS40MUwxMTIuNDggODM1YTggOCAwIDAgMCAwIDExLjMxTDE1NS4xNyA4ODlhOCA4IDAgMCAwIDExLjMxIDBsNzEyLjE1LTcxMi4xMmE4IDggMCAwIDAgMC0xMS4zMnpNMTQ5LjMgNTEyQzIzMi42IDMzOS44IDM1MC43IDI1OCA1MTIgMjU4YzU0LjU0IDAgMTA0LjEzIDkuMzYgMTQ5LjEyIDI4LjM5bC03MC4zIDcwLjNhMTc2IDE3NiAwIDAgMC0yMzguMTMgMjM4LjEzbC04My40MiA4My40MkMyMjMuMSA2MzcuNDkgMTgzLjMgNTgyLjI4IDE0OS4zIDUxMnptMjQ2LjcgMGExMTIuMTEgMTEyLjExIDAgMCAxIDE0Ni4yLTEwNi42OUw0MDEuMzEgNTQ2LjJBMTEyIDExMiAwIDAgMSAzOTYgNTEyeiIvPjxwYXRoIGQ9Ik01MDggNjI0Yy0zLjQ2IDAtNi44Ny0uMTYtMTAuMjUtLjQ3bC01Mi44MiA1Mi44MmExNzYuMDkgMTc2LjA5IDAgMCAwIDIyNy40Mi0yMjcuNDJsLTUyLjgyIDUyLjgyYy4zMSAzLjM4LjQ3IDYuNzkuNDcgMTAuMjVhMTExLjk0IDExMS45NCAwIDAgMS0xMTIgMTEyeiIvPgo8L3N2Zz4=);

}

.woocommerce form .password-input .show-password-input:hover {

  opacity: 1;

}

.woocommerce form .password-input .show-password-input.display-password {

  opacity: 1;

  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiMxMTExMTEiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBjbGFzcz0iZmVhdGhlciBmZWF0aGVyLWV5ZSI+PHBhdGggZD0iTTEgMTJzNC04IDExLTggMTEgOCAxMSA4LTQgOC0xMSA4LTExLTgtMTEtOHoiPjwvcGF0aD48Y2lyY2xlIGN4PSIxMiIgY3k9IjEyIiByPSIzIj48L2NpcmNsZT48L3N2Zz4=);

}

.woocommerce form .clear {

  clear: both;

}



/**

 * Forms

 */

.form-row.woocommerce-validated input.input-text {

  box-shadow: inset 2px 0 0 #ecfaf7;

}

.form-row.woocommerce-invalid input.input-text {

  box-shadow: inset 2px 0 0 #feedf1;

}



.required {

  color: #f00;

}



@media screen and (min-width: 768px) {

  .woocommerce form .form-row-first {

    float: left;

    width: 50%;

    padding-right: 15px;

  }

  .woocommerce form .form-row-last {

    float: right;

    width: 50%;

    padding-left: 15px;

  }

}

/**

 * Notices

 */

.woocommerce-message,

.woocommerce-info,

.woocommerce-error,

.woocommerce-noreviews,

p.no-comments {

  background-color: #ecfaf7;

  color: #13bc96;

  clear: both;

  font-weight: 500;

  font-size: 14px;

  font-size: 0.875rem;

  padding: 13px 20px;

  margin-bottom: 2em;

  list-style: none;

  outline: none;

}

.woocommerce-message a.button,

.woocommerce-info a.button,

.woocommerce-error a.button,

.woocommerce-noreviews a.button,

p.no-comments a.button {

  float: right;

  padding: 3px 0 0 0;

  background-color: transparent;

  color: inherit;

  text-decoration: underline;

  line-height: 1;

  display: inline;

  height: auto;

  min-width: auto;

  box-shadow: none;

}

.woocommerce-message a.button:hover,

.woocommerce-info a.button:hover,

.woocommerce-error a.button:hover,

.woocommerce-noreviews a.button:hover,

p.no-comments a.button:hover {

  background-color: transparent;

}

.woocommerce-message a:focus,

.woocommerce-info a:focus,

.woocommerce-error a:focus,

.woocommerce-noreviews a:focus,

p.no-comments a:focus {

  outline: 1px dotted;

  outline-offset: 3px;

}

.woocommerce-message:after,

.woocommerce-info:after,

.woocommerce-error:after,

.woocommerce-noreviews:after,

p.no-comments:after {

  clear: both;

  display: block;

  content: "";

}



.woocommerce-info,

.woocommerce-noreviews,

p.no-comments {

  background-color: #edf6fd;

  color: #1087fd;

}



.woocommerce-error {

  background-color: #feedf1;

  color: #f21951;

}



.demo_store {

  position: fixed;

  left: 0;

  bottom: 0;

  right: 0;

  margin: 0;

  padding: 1em;

  background-color: #edf6fd;

  z-index: 9999;

}



.wc-block-components-notice-banner > .wc-block-components-notice-banner__content a.wc-forward {

  line-height: 1;

  min-width: auto;

  opacity: 1;

  background-color: transparent;

  padding: 0;

  min-width: auto;

}



@media screen and (min-width: 48em) {

  /**

  * Header cart

  */

  .site-header-cart .widget_shopping_cart {

    position: absolute;

    top: 100%;

    width: 100%;

    z-index: 999999;

    left: -999em;

    display: block;

    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);

  }

  .site-header-cart:hover .widget_shopping_cart, .site-header-cart.focus .widget_shopping_cart {

    left: 0;

    display: block;

  }

}

.woocommerce .quantity {

  display: inline-flex;

  border: var(--shopwell-input__border-width) solid #ebeff3;

  transition: 0.4s;

  border-radius: var(--shopwell-border__radius);

  box-shadow: 0px 2px 6px 0px var(--shopwell-input__box-shadow);

  background-color: var(--shopwell-input__background-color);

}

.woocommerce .quantity:hover {

  border-color: #1d2128;

  box-shadow: 0px 4px 8px 0px var(--shopwell-input__box-shadow);

}

.woocommerce .quantity .shopwell-qty-button {

  font-size: 12px;

  font-size: 0.75rem;

  display: flex;

  align-items: center;

  height: 56px;

  padding: 0 16px;

  cursor: pointer;

  user-select: none;

}

.woocommerce .quantity .shopwell-qty-button svg {

  border: 2px solid #ebeff3;

  border-radius: var(--shopwell-border__radius);

  padding: 4px;

  font-size: 24px;

  font-size: 1.5rem;

  transition: 0.4s;

  color: #7d828a;

}

.woocommerce .quantity .shopwell-qty-button:hover svg {

  border-color: #1d2128;

  color: #1d2128;

}

.woocommerce .quantity .shopwell-qty-button:active svg {

  border-color: #1d2128;

  background-color: #1d2128;

  color: #fff;

}

.woocommerce .quantity input.qty {

  border: none;

  text-align: center;

  padding: 0;

  height: auto;

  width: 44px;

  box-shadow: none;

  flex: 1 1 auto;

  -moz-appearance: textfield;

}

.woocommerce .quantity input.qty::-webkit-outer-spin-button, .woocommerce .quantity input.qty::-webkit-inner-spin-button {

  -webkit-appearance: none;

}



.woocommerce-columns.woocommerce-columns--2 {

  display: flex;

  flex-wrap: wrap;

  margin-left: -20px;

  margin-right: -20px;

}

.woocommerce-columns.woocommerce-columns--2 .woocommerce-column {

  width: 50%;

  padding-left: 20px;

  padding-right: 20px;

}



.shopwell-skin--raised .quantity .shopwell-qty-button,

.shopwell-skin--smooth .quantity .shopwell-qty-button {

  height: 60px;

}



.shopwell-qty-medium .quantity .shopwell-qty-button {

  height: 44px;

  padding: 0 8px;

}

.shopwell-qty-medium .quantity input.qty {

  width: 40px;

}



.shopwell-skin--subtle .quantity .shopwell-qty-button,

.shopwell-skin--text .quantity .shopwell-qty-button {

  padding: 0;

  height: 24px;

}

.shopwell-skin--subtle .quantity input.qty,

.shopwell-skin--text .quantity input.qty {

  width: 80px;

}

.shopwell-skin--subtle.shopwell-qty-medium .quantity .shopwell-qty-button,

.shopwell-skin--text.shopwell-qty-medium .quantity .shopwell-qty-button {

  padding: 0;

  height: 24px;

}

.shopwell-skin--subtle.shopwell-qty-medium .quantity input.qty,

.shopwell-skin--text.shopwell-qty-medium .quantity input.qty {

  width: 44px;

}



body .notifyjs-corner {

  z-index: 99999;

}

body.admin-bar .notifyjs-corner {

  transform: translateY(32px);

}



.notifyjs-shopwell-success {

  color: #299c77;

  background-color: #bff9d0;

}



.notifyjs-shopwell-error {

  color: #fff;

  background-color: #b81c23;

}

.notifyjs-shopwell-error ul {

  margin: 0;

  padding: 0;

}

.notifyjs-shopwell-error ul li {

  list-style: none;

}

.notifyjs-shopwell-error ul li ::marker {

  display: none;

}



.notifyjs-shopwell-info {

  color: #fff;

  background-color: #1e85be;

}



.notifyjs-shopwell-base {

  font-weight: 400;

  position: relative;

  padding: 15px 40px 15px 60px;

  margin-bottom: 10px;

  box-shadow: 0 4px 10px 0 rgba(3, 3, 3, 0.1);

  max-width: 450px;

}

.notifyjs-shopwell-base .message-icon {

  position: absolute;

  left: 20px;

  top: 17px;

  font-size: 24px;

  font-size: 1.5rem;

}

.notifyjs-shopwell-base .button.wc-forward {

  display: none;

}

.notifyjs-shopwell-base .btn-button {

  padding-left: 5px;

  color: #299c77;

  text-decoration: underline;

}

.notifyjs-shopwell-base .svg-active {

  position: absolute;

  top: 22px;

  right: 15px;

  font-size: 11px;

}

.notifyjs-shopwell-base .message-box {

  display: inline-block;

  font-size: 14px;

  font-size: 0.875rem;

  padding: 0;

  margin: 0;

}

.notifyjs-shopwell-base .feather-check-circle {

  fill: none;

}



/**

 * WooCommerce widgets

 */

/**

 * WooCommerce Price Filter

 */

.widget_price_filter .price_slider {

  margin-bottom: 1.5em;

}

.widget_price_filter .price_slider_amount {

  text-align: right;

  line-height: 2.4;

}

.widget_price_filter .price_slider_amount .button {

  float: left;

}

.widget_price_filter .ui-slider {

  position: relative;

  text-align: left;

}

.widget_price_filter .ui-slider .ui-slider-handle {

  position: absolute;

  z-index: 2;

  width: 20px;

  height: 20px;

  border-radius: 50%;

  cursor: ew-resize;

  outline: none;

  box-sizing: border-box;

  margin-top: -9px;

  background-color: #fff;

  border: 2px solid #1d2128;

  transition: 0.4s;

  opacity: 1;

}

.widget_price_filter .ui-slider .ui-slider-handle:last-child {

  margin-left: -1em;

}

.widget_price_filter .ui-slider .ui-slider-handle:hover, .widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {

  background-color: #1d2128;

}

.widget_price_filter .ui-slider .ui-slider-range {

  position: absolute;

  z-index: 1;

  display: block;

  border: 0;

  background-color: #1d2128;

}

.widget_price_filter .price_slider_wrapper {

  display: flex;

  flex-direction: column;

}

.widget_price_filter .price_slider_wrapper .ui-widget-content {

  order: 2;

  background-color: #ebeff3;

  margin-bottom: 9px;

}

.widget_price_filter .price_slider_wrapper .price_slider_amount {

  margin-bottom: 29px;

}

.widget_price_filter .ui-slider-horizontal {

  height: 2px;

}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {

  height: 100%;

}



/* Products Filter Widget */

.products-filter-widget {

  font-size: 14px;

  font-size: 0.875rem;

}

.products-filter-widget .widget-title {

  font-size: 16px;

  font-size: 1rem;

  font-weight: 500;

  color: #7d828a;

  display: flex;

  align-items: center;

  border-bottom: 1px solid #ebeff3;

  margin: 0;

  padding-top: 14px;

  padding-bottom: 11px;


  margin-bottom: 14px;

}

.products-filter-widget .widget-title .shopwell-svg-icon {

  font-size: 20px;

  font-size: 1.25rem;

  margin-right: 9px;

  line-height: 25px;

}

.products-filter-widget .has-collapse .filter.shopwell-active .filter-name:after {

  content: "";

  background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEyIiBoZWlnaHQ9IjEyIiB2aWV3Qm94PSIwIDAgMzIgMzIiPgo8cGF0aCBkPSJNMjYuNjY3IDEzLjMzM2gtOHYtOGgtNS4zMzN2OGgtOHY1LjMzM2g4djhoNS4zMzN2LThoOHoiPjwvcGF0aD4KPC9zdmc+Cg==");

}

.products-filter-widget .has-collapse .filter.shopwell-active .products-filter__filter-control {

  display: none;

}

.products-filter-widget .has-collapse .filter-name {

  cursor: pointer;

}

.products-filter-widget .has-collapse .filter-name:after {

  content: "";

  background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEyIiBoZWlnaHQ9IjEyIiB2aWV3Qm94PSIwIDAgMzIgMzIiPgo8cGF0aCBkPSJNMjYuNjY3IDEzLjMzM3Y1LjMzM2gtMjEuMzMzdi01LjMzM2gyMS4zMzN6Ij48L3BhdGg+Cjwvc3ZnPgo=");

  background-repeat: no-repeat;

  width: 12px;

  height: 12px;

  display: block;

  transition: 0.3s;

}

.products-filter-widget .products-filter__filter-control .select2-container--open:not(.select2-container--below) {

  top: var(--shopwell-input__height) !important;

}

.products-filter-widget .products-filter__activated {

  border-bottom: 1px solid #ebeff3;

  padding-bottom: 16px;

}

.products-filter-widget .products-filter__activated-heading {

  display: flex;

  justify-content: space-between;

  align-items: center;

  margin: 24px 0 20px;

}

.products-filter-widget .products-filter__activated-heading h6 {

  margin: 0;

  font-weight: 500;

}

.products-filter-widget .products-filter__activated-heading .reset-button {

  font-weight: 500;

  display: block;

  color: #1d2128;

}

.products-filter-widget a.remove-filtered {

  display: inline-block;

  font-size: 11px;

  font-size: 0.6875rem;

  background-color: #1d2128;

  color: #fff;

  padding: 8.5px 13px;

  margin-right: 8px;

  margin-bottom: 8px;

  border-radius: var(--shopwell-border__radius);

}

.products-filter-widget a.remove-filtered .shopwell-svg-icon {

  margin-left: 8px;

}

.products-filter-widget .counter {

  font-size: 14px;

  font-size: 0.875rem;

  margin-left: 5px;

  color: #7d828a;

}

.products-filter-widget .counter:before {

  content: "(";

  display: inline-block;

}

.products-filter-widget .counter:after {

  content: ")";

  display: inline-block;

}

.products-filter-widget .products-filter__search-box {

  width: 100%;

  margin-bottom: 21px;

  --shopwell-input__height: 44px;

  background-image: url("data:image/svg+xml;base64,PCEtLSBHZW5lcmF0ZWQgYnkgSWNvTW9vbi5pbyAtLT4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIiB2aWV3Qm94PSIwIDAgMzIgMzIiPgo8dGl0bGU+c2VhcmNoPC90aXRsZT4KPHBhdGggZmlsbD0iIzdjODE4YiIgZD0iTTI4LjggMjYuNTQ0bC01LjQ0LTUuNDRjMS4zOTItMS44NzIgMi4yNC00LjE5MiAyLjI0LTYuNzA0IDAtNi4xNzYtNS4wMjQtMTEuMi0xMS4yLTExLjJzLTExLjIgNS4wMjQtMTEuMiAxMS4yIDUuMDI0IDExLjIgMTEuMiAxMS4yYzIuNTEyIDAgNC44MzItMC44NDggNi42ODgtMi4yNGw1LjQ0IDUuNDQgMi4yNzItMi4yNTZ6TTYuNCAxNC40YzAtNC40MTYgMy41ODQtOCA4LThzOCAzLjU4NCA4IDgtMy41ODQgOC04IDgtOC0zLjU4NC04LTh6Ij48L3BhdGg+Cjwvc3ZnPgo=");

  background-position: 16px center;

  background-repeat: no-repeat;

  background-size: 16px 16px;

  padding-left: 40px;

}

.products-filter-widget .filter {

  border-bottom: 1px solid rgba(185, 185, 185, 0.4);

}

.products-filter-widget .filter.stock {

  font-weight: 400;

}

.products-filter-widget .filter_color.auto .filter-name {

  padding-bottom: 23px;

}

.products-filter-widget .rating.checkboxes .filter-checkboxes-item {

  font-size: 14px;

  font-size: 0.875rem;

}

.products-filter-widget .rating.checkboxes .filter-checkboxes-item .number {

  margin-left: 5px;

}

.products-filter-widget .rating.checkboxes .filter-checkboxes-item .text {

  margin-left: 3px;

}

.products-filter-widget .checkboxes .products-filter__search-box {

  margin-bottom: 25px;

}

.products-filter-widget .dropdown {

  --shopwell-input__height: 44px;

}

.products-filter-widget .dropdown .select2 .select2-selection--single {

  padding: 2px 15px;

}

.products-filter-widget .dropdown .select2-container--default .select2-selection--single .select2-selection__arrow {

  top: 0;

}

.products-filter-widget .products-filter--counts .products-filter--list .filter-list-item {

  line-height: 14px;

}

.products-filter-widget .products-filter--view-more .products-filter--list > .filter-list-item {

  display: none;

}

.products-filter-widget .products-filter--view-more .products-filter--list > .filter-list-item:last-child {

  padding-bottom: 8px;

}

.products-filter-widget .products-filter--view-more .products-filter--checkboxes > .filter-checkboxes-item {

  display: none;

}

.products-filter-widget .products-filter--view-more .products-filter--checkboxes > .filter-checkboxes-item:last-child {

  padding-bottom: 6px;

}

.products-filter-widget .products-filter--view-more .shopwell-widget-product-cats-btn {

  padding-top: 7px;

}

.products-filter-widget .products-filter--view-more .shopwell-widget-product-cats-btn.btn-children {

  padding-left: 20px;

  margin-top: -8px;

}

.products-filter-widget .products-filter--view-more .shopwell-widget-product-cats-btn.btn-show-item {

  margin-top: 0;

}

.products-filter-widget .products-filter--view-more .show-less,

.products-filter-widget .products-filter--view-more .show-more {

  font-size: 12px;

  font-size: 0.75rem;

  font-weight: 500;

  cursor: pointer;

  display: none;

}

.products-filter-widget .products-filter--view-more.products-filter--show-children-only .products-filter--list .selected .children > .filter-list-item {

  display: none;

}

.products-filter-widget .products-filter--view-more.products-filter--show-children-only .products-filter--checkboxes .selected .children > .filter-checkboxes-item {

  display: none;

}

.products-filter-widget .products-filter--ranges + .product-filter-box {

  display: flex;

  align-items: center;

  margin-top: 23px;

}

.products-filter-widget .products-filter--ranges + .product-filter-box input {

  -moz-appearance: textfield;

  max-width: calc(50% - 8px);

  width: 100%;

  --shopwell-input__height: 44px;

  padding: 8px;

  text-align: center;

}

.products-filter-widget .products-filter--ranges + .product-filter-box input::-webkit-outer-spin-button, .products-filter-widget .products-filter--ranges + .product-filter-box input::-webkit-inner-spin-button {

  -webkit-appearance: none;

}

.products-filter-widget .products-filter--ranges + .product-filter-box .line {

  display: block;

  width: 8px;

  height: 2px;

  background-color: #ebeff3;

  margin: 0 4px;

}

.products-filter-widget .products-filter--ranges + .product-filter-box .shopwell-button-range {

  display: none;

  max-width: 80px;

  min-width: auto;

  height: 44px;

  box-shadow: none;

  padding: 0;

  margin: 0 0 0 11px;

}

.products-filter-widget form:not(.ajax-filter) .shopwell-button-range {

  display: none;

}

.products-filter-widget .filter-name {

  font-size: 16px;

  font-size: 1rem;

  font-weight: 500;

  color: #1d2128;

  display: flex;

  position: relative;

  align-items: center;

  justify-content: space-between;

  padding-top: 20px;

  padding-bottom: 19px;

  position: relative;

}

.products-filter-widget .filter-control {

  position: relative;

  padding-bottom: 24px;

}

.products-filter-widget input[type=checkbox],

.products-filter-widget input[type=radio] {

  display: none;

}

.products-filter-widget label {

  font-weight: 400;

  cursor: pointer;

}

.products-filter-widget ul {

  list-style: none;

}

.products-filter-widget .select2-container {

  width: 100%;

}

.products-filter-widget .products-filter__options {

  margin: 0;

  padding: 0;

  list-style-type: none;

}

.products-filter-widget .products-filter__options .children {

  margin: 16px 0 0 0;

  padding: 0 0 0 20px;

  width: 100%;

}

.products-filter-widget .products-filter__options .children li:last-child {

  padding-bottom: 0;

}

.products-filter-widget .products-filter__options > li:first-child {

  padding-top: 0;

}

.products-filter-widget .products-filter__options > li:last-child {

  padding-bottom: 0;

}

.products-filter-widget .products-filter__option-name,

.products-filter-widget .products-filter__option-toggler {

  font-size: 14px;

  font-size: 0.875rem;

  cursor: pointer;

  user-select: none;

}

.products-filter-widget .products-filter--list .filter-list-item {

  line-height: 16px;

}

.products-filter-widget .filter-list li,

.products-filter-widget .filter-checkboxes li {

  display: flex;

  flex-wrap: wrap;

  color: #7d828a;

  transition: 0.4s;

}

.products-filter-widget .filter-list li:hover,

.products-filter-widget .filter-list .selected,

.products-filter-widget .filter-checkboxes li:hover,

.products-filter-widget .filter-checkboxes .selected {

  color: #1d2128;

}

.products-filter-widget .filter-list li {

  padding: 8px 0;

}

.products-filter-widget .filter-list .selected > .name {

  color: #1d2128;

}

.products-filter-widget .filter-list .selected > .name:after {

  width: 100%;

}

.products-filter-widget .filter-list .products-filter__option-name {

  position: relative;

}

.products-filter-widget .filter-list .products-filter__option-name:after {

  content: "";

  position: absolute;

  left: 0;

  bottom: 0;

  width: 0;

  height: 1px;

  background-color: #1d2128;

  transition: 0.4s;

}

.products-filter-widget .filter-list .products-filter__option-name:hover {

  color: #1d2128;

}

.products-filter-widget .filter-list .products-filter__option-name:hover:after {

  width: 100%;

}

.products-filter-widget .filter-checkboxes .children {

  margin: 8px 0 2px;

}

.products-filter-widget .list label {

  display: block;

}

.products-filter-widget .h-list ul {

  margin: -6px 0;

}

.products-filter-widget .h-list li {

  display: inline-block;

  padding: 3px 15px 5px 0;

}

.products-filter-widget .products-filter--checkboxes .filter-checkboxes-item {

  display: flex;

  flex-wrap: wrap;

  align-items: center;

  line-height: 20px;

  padding: 6px 0;

}

.products-filter-widget .products-filter--checkboxes .products-filter__option-name {

  font-size: 14px;

  font-size: 0.875rem;

  position: relative;

  padding-left: 32px;

  color: #7d828a;

  transition: 0.3s;

}

.products-filter-widget .products-filter--checkboxes .products-filter__option-name::before {

  content: "";

  display: block;

  position: absolute;

  width: 20px;

  height: 20px;

  top: 0;

  left: 0;

  border: 2px solid #ebeff3;

  border-radius: 2px;

  background-color: #fff;

  transition: 0.3s;

}

.products-filter-widget .products-filter--checkboxes .products-filter__option-name:hover {

  color: #1d2128;

}

.products-filter-widget .products-filter--checkboxes .products-filter__option-name:hover::before {

  border-color: #1d2128;

}

.products-filter-widget .products-filter--checkboxes .products-filter__option-name > * {

  display: inline-block;

  margin-top: 2px;

}

.products-filter-widget .products-filter--checkboxes .selected > .products-filter__option-name {

  color: #1d2128;

}

.products-filter-widget .products-filter--checkboxes .selected > .products-filter__option-name::before {

  border-color: #1d2128;

  background-color: #1d2128;

}

.products-filter-widget .products-filter--checkboxes .selected > .products-filter__option-name::after {

  content: "";

  display: block;

  width: 4px;

  height: 8px;

  border: solid #fff;

  border-width: 0 2px 2px 0;

  -webkit-transform: rotate(45deg);

  -ms-transform: rotate(45deg);

  transform: rotate(45deg);

  position: absolute;

  top: 5px;

  left: 8px;

}

.products-filter-widget .products-filter--swatches {

  display: flex;

  flex-wrap: wrap;

  margin: -5px;

}

.products-filter-widget .products-filter--swatches.swatches-color {

  margin: -13px -20px;

}

.products-filter-widget .products-filter--swatches.swatches-image {

  margin: -10px;

}

.products-filter-widget .swatch {

  color: #7d828a;

  transition: 0.5s;

  display: inline-block;

  padding: 10px;

  cursor: pointer;

  text-align: center;

  overflow: visible;

  position: relative;

}

.products-filter-widget .swatch:hover, .products-filter-widget .swatch.selected {

  color: #1d2128;

}

.products-filter-widget .swatch-color {

  width: 25%;

  padding: 9px 15px;

}

.products-filter-widget .swatch-color .bg-color {

  display: block;

  width: 24px;

  height: 24px;

  border-radius: 50%;

  margin: 0 auto 12px;

  position: relative;

  transition: 0.3s;

}

.products-filter-widget .swatch-color .bg-color:after {

  content: "";

  width: 28px;

  height: 28px;

  position: absolute;

  left: -2px;

  top: -2px;

  border-radius: 50%;

  border: 4px solid transparent;

  transition: 0.3s;

}

.products-filter-widget .swatch-color .bg-color:before {

  content: "";

  width: 32px;

  height: 32px;

  position: absolute;

  left: -4px;

  top: -4px;

  border-radius: 50%;

  border: 2px solid transparent;

  transition: 0.3s;

}

.products-filter-widget .swatch-color .name {

  font-size: 14px;

  font-size: 0.875rem;

}

.products-filter-widget .swatch-color:hover .bg-color:before, .products-filter-widget .swatch-color.selected .bg-color:before {

  border-color: #1d2128;

}

.products-filter-widget .swatch-color:hover .bg-color:after, .products-filter-widget .swatch-color.selected .bg-color:after {

  border-color: #fff;

}

.products-filter-widget .swatch-label {

  font-size: 11px;

  font-size: 0.6875rem;

  padding: 7px 17px 6px;

  margin: 5px;

  border: 2px solid #ebeff3;

}

.products-filter-widget .swatch-label.selected {

  background-color: #1d2128;

  color: #fff;

  border-color: #1d2128;

}

.products-filter-widget .swatch-label:hover:not(.selected) {

  border-color: #1d2128;

  color: #1d2128;

}

.products-filter-widget .swatch-label .counter {

  top: -12px;

  font-size: inherit;

  color: inherit;

}

.products-filter-widget .swatch-image {

  position: relative;

  max-width: 56px;

  max-height: 56px;

  height: auto;

  padding: 0;

  margin: 10px;

}

.products-filter-widget .swatch-image:before {

  content: "";

  width: calc(100% + 12px);

  height: calc(100% + 12px);

  position: absolute;

  left: -6px;

  top: -6px;

  border: 2px solid transparent;

  transition: 0.3s;

}

.products-filter-widget .swatch-image:hover:before, .products-filter-widget .swatch-image.selected:before {

  border-color: #1d2128;

}

.products-filter-widget .swatch-image:hover:after, .products-filter-widget .swatch-image.selected:after {

  border-color: #fff;

}

.products-filter-widget .swatch-image img {

  display: block;

}

.products-filter-widget .swatch-button {

  color: #7d828a;

  width: auto;

  height: auto;

  padding: 5px 15px;

  border-radius: 2px;

  margin-right: 8px;

  margin-bottom: 8px;

  border: 2px solid #ebeff3;

  border-radius: var(--shopwell-border__radius);

}

.products-filter-widget .swatch-button.selected {

  background-color: #1d2128;

  color: #fff;

  border-color: #1d2128;

}

.products-filter-widget .swatch-button:hover:not(.selected) {

  border-color: #1d2128;

  color: #1d2128;

}

.products-filter-widget .swatch-button .counter {

  position: static;

}

.products-filter-widget .list input:checked + span {

  font-weight: 400;

  text-decoration: underline;

}

.products-filter-widget .widget_price_filter .widgettitle {

  display: none;

}

.products-filter-widget .slider .filter-control {

  width: 100%;

  padding: 0 8px;

}

.products-filter-widget .price_slider {

  margin-bottom: 14px;

}

.products-filter-widget .price_slider_amount .button {

  display: none;

}

.products-filter-widget .price_slider_amount .price_label {

  font-size: 14px;

  font-size: 0.875rem;

  font-weight: 500;

  text-align: center;

}

.products-filter-widget .button {

  line-height: 60px;

  width: 100%;

  margin-top: 40px;

}

.products-filter-widget .button.alt {

  line-height: 58px;

}

.products-filter-widget .reset-button {

  display: none;

}

.products-filter-widget .products-loader {

  text-align: center;

  display: block;

  margin: 20px 0;

  opacity: 0;

  transition: opacity 0.3s;

}

.products-filter-widget .filtering .products-loader {

  opacity: 1;

}

.products-filter-widget .instant-filter .button {

  display: none;

}

.products-filter-widget .instant-filter .product-filter-box input {

  max-width: 80px;

}

.products-filter-widget .instant-filter .product-filter-box .shopwell-button-range {

  display: flex;

}

.products-filter-widget .products-filter--collapsible .has-children {

  display: block;

}

.products-filter-widget .products-filter--collapsible ul.children {

  display: none;

}

.products-filter-widget .products-filter--collapsible .active > ul.children {

  display: block;

}

.products-filter-widget .products-filter--collapsible .products-filter__option-toggler {

  float: right;

  padding: 3px;

}

.products-filter-widget .products-filter--collapsible .products-filter__option-toggler:after {

  content: "";

  background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEyIiBoZWlnaHQ9IjEyIiB2aWV3Qm94PSIwIDAgMzIgMzIiPgo8cGF0aCBkPSJNMjYuNjY3IDEzLjMzM2gtOHYtOGgtNS4zMzN2OGgtOHY1LjMzM2g4djhoNS4zMzN2LThoOHoiPjwvcGF0aD4KPC9zdmc+Cg==");

  background-repeat: no-repeat;

  width: 12px;

  height: 12px;

  display: block;

  transition: 0.3s;

}

.products-filter-widget .products-filter--collapsible .active > .products-filter__option-toggler:after {

  content: "";

  background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEyIiBoZWlnaHQ9IjEyIiB2aWV3Qm94PSIwIDAgMzIgMzIiPgo8cGF0aCBkPSJNMjYuNjY3IDEzLjMzM3Y1LjMzM2gtMjEuMzMzdi01LjMzM2gyMS4zMzN6Ij48L3BhdGg+Cjwvc3ZnPgo=");

}

.products-filter-widget .products-filter--scrollable .products-filter__options {

  max-height: 195px;

  overflow: auto;

  scrollbar-width: thin;

  scrollbar-color: #ebeff3;

}

.products-filter-widget .products-filter--scrollable .products-filter__options::-webkit-scrollbar {

  width: 8px;

  border-radius: 30px;

}

.products-filter-widget .products-filter--scrollable .products-filter__options::-webkit-scrollbar-track {

  background: #fff;

}

.products-filter-widget .products-filter--scrollable .products-filter__options::-webkit-scrollbar-thumb {

  background-color: #ebeff3;

  border-radius: 30px;

}

.products-filter-widget .products-filter--scrollable .products-filter__options::-webkit-scrollbar-thumb:hover {

  background-color: #1d2128;

}

.products-filter-widget .products-filter--scrollable .products-filter__options.products-filter--checkboxes {

  max-height: 185px;

}



.woocommerce-widget-layered-nav-list {

  margin: 0;

  padding: 0;

  list-style-type: none;

  font-size: 14px;

  font-size: 0.875rem;

}

.woocommerce-widget-layered-nav-list li {

  padding: 8px 0;

}



.widget_rating_filter .wc-layered-nav-rating {

  font-size: 12px;

  font-size: 0.75rem;

  padding: 5px 0;

}

.widget_rating_filter .wc-layered-nav-rating a {

  display: flex;

}

.widget_rating_filter .wc-layered-nav-rating .star-rating {

  margin-right: 5px;

}



.catalog-sidebar {

  font-size: 14px;

  font-size: 0.875rem;

}

.catalog-sidebar ul {

  list-style: none;

  margin: 0;

  padding: 0;

}

.catalog-sidebar ul li {

  padding: 6px 0;

}

.catalog-sidebar ul li:first-child {

  padding-top: 0;

}

.catalog-sidebar ul li:last-child {

  padding-bottom: 0;

}

.catalog-sidebar ul ul {

  padding: 12px 0 0 20px;

}

.catalog-sidebar .widget {

  border-bottom: 1px solid rgba(185, 185, 185, 0.4);

  padding-bottom: 24px;

  margin-bottom: 24px;

}

.catalog-sidebar .widget select {

  width: 100%;

}

.catalog-sidebar .products-filter-widget {

  border-bottom: none;

  padding-bottom: 0;

}



.wp-block-button__link {

  padding: inherit;

  font-size: inherit;

}



.wc-block-components-sort-select {

  margin-bottom: 25px;

}



.wc-block-components-review-list-item__item {

  font-size: 14px;

  font-size: 0.875rem;

  margin-bottom: 0;

}



.wc-block-components-review-list-item__info,

.wc-block-components-review-list-item__text p {

  margin-bottom: 10px;

}



.wc-block-components-review-list-item__rating {

  order: 1;

  width: 100%;

  margin-bottom: 5px;

}

.wc-block-components-review-list-item__rating > .wc-block-components-review-list-item__rating__stars:before {

  content: "";

  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjAiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCA2MCAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02IDkuMzQyMjZMOS4zOTkgMTEuNUw4LjQ5OTc1IDcuNDMwNThMMTEuNSA0LjY5Mzg5TDcuNTQ0OTUgNC4zMzY2OEw2IDAuNUw0LjQ1NTA1IDQuMzM2NjhMMC41IDQuNjkzODlMMy41MDAyNSA3LjQzMDU4TDIuNjAxIDExLjVMNiA5LjM0MjI2WiIgZmlsbD0iIzdBN0E3QSIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE4IDkuMzQyMjZMMjEuMzk5IDExLjVMMjAuNDk5OCA3LjQzMDU4TDIzLjUgNC42OTM4OUwxOS41NDUgNC4zMzY2OEwxOCAwLjVMMTYuNDU1MSA0LjMzNjY4TDEyLjUgNC42OTM4OUwxNS41MDAyIDcuNDMwNThMMTQuNjAxIDExLjVMMTggOS4zNDIyNloiIGZpbGw9IiM3QTdBN0EiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zMCA5LjM0MjI2TDMzLjM5OSAxMS41TDMyLjQ5OTggNy40MzA1OEwzNS41IDQuNjkzODlMMzEuNTQ1IDQuMzM2NjhMMzAgMC41TDI4LjQ1NSA0LjMzNjY4TDI0LjUgNC42OTM4OUwyNy41MDAyIDcuNDMwNThMMjYuNjAxIDExLjVMMzAgOS4zNDIyNloiIGZpbGw9IiM3QTdBN0EiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00MiA5LjM0MjI2TDQ1LjM5OSAxMS41TDQ0LjQ5OTggNy40MzA1OEw0Ny41IDQuNjkzODlMNDMuNTQ0OSA0LjMzNjY4TDQyIDAuNUw0MC40NTUxIDQuMzM2NjhMMzYuNSA0LjY5Mzg5TDM5LjUwMDMgNy40MzA1OEwzOC42MDEgMTEuNUw0MiA5LjM0MjI2WiIgZmlsbD0iIzdBN0E3QSIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTU0IDkuMzQyMjZMNTcuMzk5IDExLjVMNTYuNDk5OCA3LjQzMDU4TDU5LjUgNC42OTM4OUw1NS41NDQ5IDQuMzM2NjhMNTQgMC41TDUyLjQ1NTEgNC4zMzY2OEw0OC41IDQuNjkzODlMNTEuNTAwMyA3LjQzMDU4TDUwLjYwMSAxMS41TDU0IDkuMzQyMjZaIiBmaWxsPSIjN0E3QTdBIi8+Cjwvc3ZnPgo=");

  width: 60px;

  height: 12px;

}

.wc-block-components-review-list-item__rating > .wc-block-components-review-list-item__rating__stars span:before {

  content: "";

  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjAiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCA2MCAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02IDkuMzQyMjZMOS4zOTkgMTEuNUw4LjQ5OTc1IDcuNDMwNThMMTEuNSA0LjY5Mzg5TDcuNTQ0OTUgNC4zMzY2OEw2IDAuNUw0LjQ1NTA1IDQuMzM2NjhMMC41IDQuNjkzODlMMy41MDAyNSA3LjQzMDU4TDIuNjAxIDExLjVMNiA5LjM0MjI2WiIgZmlsbD0iI0ZGQTEzMiIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE4IDkuMzQyMjZMMjEuMzk5IDExLjVMMjAuNDk5OCA3LjQzMDU4TDIzLjUgNC42OTM4OUwxOS41NDUgNC4zMzY2OEwxOCAwLjVMMTYuNDU1MSA0LjMzNjY4TDEyLjUgNC42OTM4OUwxNS41MDAyIDcuNDMwNThMMTQuNjAxIDExLjVMMTggOS4zNDIyNloiIGZpbGw9IiNGRkExMzIiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zMCA5LjM0MjI2TDMzLjM5OSAxMS41TDMyLjQ5OTggNy40MzA1OEwzNS41IDQuNjkzODlMMzEuNTQ1IDQuMzM2NjhMMzAgMC41TDI4LjQ1NSA0LjMzNjY4TDI0LjUgNC42OTM4OUwyNy41MDAyIDcuNDMwNThMMjYuNjAxIDExLjVMMzAgOS4zNDIyNloiIGZpbGw9IiNGRkExMzIiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00MiA5LjM0MjI2TDQ1LjM5OSAxMS41TDQ0LjQ5OTggNy40MzA1OEw0Ny41IDQuNjkzODlMNDMuNTQ0OSA0LjMzNjY4TDQyIDAuNUw0MC40NTUxIDQuMzM2NjhMMzYuNSA0LjY5Mzg5TDM5LjUwMDMgNy40MzA1OEwzOC42MDEgMTEuNUw0MiA5LjM0MjI2WiIgZmlsbD0iI0ZGQTEzMiIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTU0IDkuMzQyMjZMNTcuMzk5IDExLjVMNTYuNDk5OCA3LjQzMDU4TDU5LjUgNC42OTM4OUw1NS41NDQ5IDQuMzM2NjhMNTQgMC41TDUyLjQ1NTEgNC4zMzY2OEw0OC41IDQuNjkzODlMNTEuNTAwMyA3LjQzMDU4TDUwLjYwMSAxMS41TDU0IDkuMzQyMjZaIiBmaWxsPSIjRkZBMTMyIi8+Cjwvc3ZnPg==");

  width: 60px;

  height: 12px;

}



.wc-block-components-review-list-item__product {

  margin: 0 0 5px 0;

}



.wc-block-components-load-more {

  margin-bottom: 0;

}



.wc-block-product-categories {

  margin-bottom: 0;

}



.wc-block-product-categories-list {

  list-style: none;

  margin: 0;

  padding: 0;

}

.wc-block-product-categories-list ul {

  padding: 12px 0 0 20px;

}



.wc-block-product-categories-list-item {

  font-size: 14px;

  font-size: 0.875rem;

  padding: 6px 0;

}

.wc-block-product-categories-list-item:first-child {

  padding-top: 0;

}

.wc-block-product-categories-list-item:last-child {

  padding-bottom: 0;

}

.wc-block-product-categories-list-item a {

  position: relative;

}

.wc-block-product-categories-list-item a:after {

  content: "";

  position: absolute;

  left: 0;

  bottom: 0;

  width: 0;

  height: 1px;

  background-color: #1d2128;

  transition: 0.4s;

}

.wc-block-product-categories-list-item a:hover:after {

  width: 100%;

}



.wc-block-grid__product-price ins {

  background-color: transparent;

}



.wc-block-grid__product-rating .star-rating {

  width: 6em;

}

.wc-block-grid__product-rating .star-rating:before {

  display: none;

}

.wc-block-grid__product-rating .star-rating span {

  position: relative;

  padding: 0;

}

.wc-block-grid__product-rating .star-rating span:before {

  display: none;

}

.wc-block-grid__product-rating .star-rating .max-rating,

.wc-block-grid__product-rating .star-rating .user-rating {

  position: absolute;

}



ul.product_list_widget {

  margin: 0;

  padding: 0;

  list-style-type: none;

  display: flex;

  flex-direction: column;

  font-size: 14px;

  font-size: 0.875rem;

}

ul.product_list_widget li {

  border-bottom: 1px solid rgba(185, 185, 185, 0.4);

  padding: 0 0 20px 0;

  margin-bottom: 20px;

}

ul.product_list_widget li:last-child {

  border: none;

  padding-bottom: 0;

  margin-bottom: 0;

}

ul.product_list_widget li a {

  color: #1d2128;

  display: inline;

  margin: 0;

}

ul.product_list_widget li a img {

  float: left;

  width: auto;

  height: auto;

  max-width: 90px !important;

  margin: 0 15px 0 0;

  position: static;

}

ul.product_list_widget li a .product-title {

  display: block;

}

ul.product_list_widget li .star-rating {

  margin-top: 3px;

}

ul.product_list_widget li > span {

  font-weight: 500;

  display: block;

  margin-top: 8px;

}

ul.product_list_widget li ins {

  background-color: transparent;

}



/**

 * Account Page

 */

.woocommerce-account:not(.logged-in) .header-logo {

  text-align: center;

}

.woocommerce-account:not(.logged-in) .woocommerce-account__heading {

  display: flex;

  align-items: center;

  margin-bottom: 29px;

}

.woocommerce-account:not(.logged-in) .woocommerce-account__heading h2 {

  font-size: 18px;

  font-size: 1.125rem;

  font-weight: 500;

  color: #7d828a;

  flex: 1;

  text-align: center;

  margin: 0;

  padding-top: 27px;

  padding-bottom: 19px;

  border-bottom: 2px solid rgba(185, 185, 185, 0.4);

}

.woocommerce-account:not(.logged-in) .woocommerce-account__heading h2.active {

  color: #1d2128;

  border-color: #1d2128;

}

.woocommerce-account:not(.logged-in) .woocommerce-account__heading h2:not(.active) {

  cursor: pointer;

}

.woocommerce-account:not(.logged-in) .woocommerce-account__summary {

  width: 40.352%;

  margin: 32px auto 50px;

  padding: 0 47px 43px;

  border: 1px solid rgba(185, 185, 185, 0.4);

  border-radius: 2px;

  overflow: hidden;

}

.woocommerce-account:not(.logged-in) .woocommerce-account__form {

  position: relative;

  width: 200%;

}

.woocommerce-account:not(.logged-in) .woocommerce-form {

  width: 50%;

  float: left;

  display: none;

}

.woocommerce-account:not(.logged-in) .woocommerce-form.active {

  display: block;

}

.woocommerce-account:not(.logged-in) .woocommerce-form .form-row-remember {

  display: flex;

  align-items: center;

  justify-content: space-between;

}

.woocommerce-account:not(.logged-in) .woocommerce-form .form-row-remember .woocommerce-form__label {

  color: #1d2128;

  margin-bottom: 0;

}

.woocommerce-account:not(.logged-in) form.woocommerce-form label {

  display: block;

  font-size: 14px;

  font-size: 0.875rem;

  font-weight: 500;

  margin-bottom: 9px;

}

.woocommerce-account:not(.logged-in) form.woocommerce-form p {

  margin: 0 0 21px;

  font-size: 16px;

  font-size: 1rem;

}

.woocommerce-account:not(.logged-in) form.woocommerce-form p.woocommerce-form__submit {

  margin-bottom: 0;

}

.woocommerce-account:not(.logged-in) form.woocommerce-form input.input-text {

  width: 100%;

}

.woocommerce-account:not(.logged-in) form.woocommerce-form .button {

  width: 100%;

}

.woocommerce-account:not(.logged-in) form.woocommerce-form .vendor-customer-registration label {

  width: 100%;

  margin-bottom: 10px;

}

.woocommerce-account:not(.logged-in) form.woocommerce-form .vendor-customer-registration label:last-child {

  margin-bottom: 0;

}

.woocommerce-account:not(.logged-in) form.woocommerce-form .vendor-customer-registration br {

  display: none;

}

.woocommerce-account:not(.logged-in) .woocommerce-LostPassword {

  display: inline-block;

  font-size: 14px;

  font-size: 0.875rem;

  font-weight: 500;

  color: #1d2128;

  box-shadow: inset 0 -1px #1d2128;

}

.woocommerce-account:not(.logged-in) .woocommerce-form-login__rememberme {

  display: flex;

}

.woocommerce-account:not(.logged-in) .woocommerce-form-login__rememberme span {

  line-height: 20px;

}

.woocommerce-account:not(.logged-in) .shopwell-create-account {

  text-align: center;

  padding-top: 25px;

  border-top: 1px solid rgba(185, 185, 185, 0.4);

}

.woocommerce-account:not(.logged-in) .shopwell-create-account a {

  font-size: 14px;

  font-size: 0.875rem;

  font-weight: 500;

  color: #1d2128;

  box-shadow: inset 0 -1px #1d2128;

}

.woocommerce-account:not(.logged-in) .reset-depscription {

  font-size: 14px;

  font-size: 0.875rem;

}

.woocommerce-account:not(.logged-in) .shopwell-sign-in,

.woocommerce-account:not(.logged-in) .wcfmmp_become_vendor_link {

  text-align: center;

  padding-top: 2px;

}

.woocommerce-account:not(.logged-in) .shopwell-sign-in a,

.woocommerce-account:not(.logged-in) .wcfmmp_become_vendor_link a {

  font-size: 14px;

  font-size: 0.875rem;

  font-weight: 500;

  color: #1d2128;

  box-shadow: inset 0 -1px #1d2128;

}

.woocommerce-account:not(.logged-in) .mailchimp-newsletter {

  display: flex;

}

.woocommerce-account:not(.logged-in) .mailchimp-newsletter span {

  color: #7d828a;

  font-weight: 400;

  line-height: 20px;

}

.woocommerce-account:not(.logged-in) .woocommerce-privacy-policy-text {

  margin-bottom: 26px;

}

.woocommerce-account:not(.logged-in) .woocommerce-privacy-policy-text p {

  font-size: 14px;

  font-size: 0.875rem;

  color: #7d828a;

}

.woocommerce-account:not(.logged-in) .woocommerce-privacy-policy-text p a {

  color: #1d2128;

  box-shadow: inset 0 -1px #1d2128;

}

.woocommerce-account .shopwell-myaccount {

  display: flex;

  align-items: center;

  padding-bottom: 24px;

  margin-bottom: 24px;

  border-bottom: 1px solid rgba(185, 185, 185, 0.4);

}

.woocommerce-account .shopwell-myaccount img {

  border-radius: 100%;

}

.woocommerce-account .shopwell-myaccount__user {

  margin-left: 15px;

}

.woocommerce-account .shopwell-myaccount__user span {

  display: block;

  color: #1d2128;

  font-weight: 500;

}

.woocommerce-account .shopwell-myaccount__user .text {

  font-size: 24px;

  font-size: 1.5rem;

  margin-bottom: 3px;

}

.woocommerce-account .shopwell-myaccount__user .name {

  font-size: 14px;

  font-size: 0.875rem;

}

.woocommerce-account .shopwell-myaccount__wrapper {

  width: 23.246%;

  float: left;

  margin-right: 24px;

  padding: 23px 0 20px;

  border: 1px solid rgba(185, 185, 185, 0.4);

  border-radius: 2px;

}

.woocommerce-account .shopwell-myaccount__wrapper .shopwell-myaccount {

  margin-left: 23px;

  margin-right: 23px;

}

.woocommerce-account .woocommerce-MyAccount-content {

  float: left;

  width: calc(76.754% - 24px);

  padding: 32px;

  border: 1px solid rgba(185, 185, 185, 0.4);

  border-radius: 2px;

}

.woocommerce-account .woocommerce-MyAccount-content .greeting {

  margin-top: 0;

  font-size: 24px;

  font-size: 1.5rem;

  line-height: 32px;

}

.woocommerce-account .woocommerce-MyAccount-content h2 {

  font-size: 24px;

  font-size: 1.5rem;

  font-weight: 500;

}

.woocommerce-account .woocommerce-MyAccount-content h3 {

  margin-top: 0;

  font-size: 24px;

  font-size: 1.5rem;

  font-weight: 500;

}

.woocommerce-account .woocommerce-MyAccount-content p {

  font-size: 14px;

  font-size: 0.875rem;

}

.woocommerce-account .woocommerce-MyAccount-content p a {

  box-shadow: inset 0 -1px #1d2128;

}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info {

  margin-bottom: 0;

}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info a.button {

  box-shadow: none;

  display: inline;

  min-width: auto;

}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-message--info,

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Message--info {

  padding: 0;

  margin: 0;

  background-color: transparent;

}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-message--info p,

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Message--info p {

  margin-top: 0;

  font-size: 24px;

  font-size: 1.5rem;

  font-weight: 500;

  color: #1d2128;

}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-message--info .shopwell-button,

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Message--info .shopwell-button {

  line-height: 44px;

  height: 44px;

}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-details a.button,

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-downloads a.button {

  line-height: 44px;

  height: 44px;

  box-shadow: none;

  background-color: #1d2128;

  color: #fff;

}

.woocommerce-account .woocommerce-MyAccount-navigation ul {

  padding: 0;

  margin: 0;

  list-style: none;

}

.woocommerce-account .woocommerce-MyAccount-navigation li {

  margin-bottom: 38px;

}

.woocommerce-account .woocommerce-MyAccount-navigation li a {

  position: relative;

  display: block;

  margin-left: -1px;

  padding: 1px 19px 1px 54px;

  font-size: 16px;

  font-size: 1rem;

  font-weight: 500;

  color: #7d828a;

  border-left: 2px solid transparent;

}

.woocommerce-account .woocommerce-MyAccount-navigation li a::before {

  position: absolute;

  left: 19px;

  top: 45%;

  transform: translateY(-45%);

  display: inline-block;

  content: "";

  width: 18px;

  height: 16px;

  background-image: url(data:image/svg+xml;base64,PCEtLSBHZW5lcmF0ZWQgYnkgSWNvTW9vbi5pbyAtLT4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIiB2aWV3Qm94PSIwIDAgMzIgMzIiPgo8dGl0bGU+b3ZlcnZpZXc8L3RpdGxlPgo8cGF0aCBkPSJNMTcuNzYgMTkuMzZjLTAuOTYgMC45Ni0yLjU2IDAuOTYtMy42OCAwcy0wLjk2LTIuNTYgMC0zLjY4IDcuNTItMy44NCA3LjUyLTMuODQtMi43MiA2LjU2LTMuODQgNy41MnoiPjwvcGF0aD4KPHBhdGggZD0iTTE2IDYuNGMwLjE2IDAgMC4xNiAwIDAuMzIgMCAyLjg4IDAuMTYgNS43NiAxLjI4IDcuODQgMy41MnMzLjIgNS4xMiAzLjA0MCA4Yy0wLjE2IDIuNC0wLjk2IDQuNjQtMi40IDYuNTYtMC40OCAwLjgtMS40NCAxLjEyLTIuNCAxLjEyaC0xMi44Yy0wLjk2IDAtMS43Ni0wLjMyLTIuNC0wLjk2LTEuNi0yLjA4MC0yLjQtNC40OC0yLjQtNy4wNDAgMC02LjI0IDQuOTYtMTEuMiAxMS4yLTExLjJ6TTE2IDMuMmMtOCAwLTE0LjQgNi40LTE0LjQgMTQuNCAwIDMuMzYgMS4xMiA2LjU2IDMuMiA4Ljk2IDEuMTIgMS40NCAyLjg4IDIuMjQgNC44IDIuMjRoMTIuOGMxLjkyIDAgMy42OC0wLjggNC45Ni0yLjI0IDEuOTItMi40IDMuMDQwLTUuMjggMy4wNDAtOC4zMiAwLjMyLTcuODQtNi4wODAtMTQuNzItMTMuOTItMTQuODgtMC4xNi0wLjE2LTAuMzItMC4xNi0wLjQ4LTAuMTZ2MHoiPjwvcGF0aD4KPC9zdmc+Cg==);

  background-position: left center;

  background-repeat: no-repeat;

  background-size: 100% 100%;

}

.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {

  color: #1d2128;

  border-color: #1d2128;

}

.woocommerce-account .woocommerce-MyAccount-navigation li:hover a {

  color: #1d2128;

  border-color: #1d2128;

}

.woocommerce-account .woocommerce-MyAccount-navigation li:last-child {

  margin-bottom: 0;

}

.woocommerce-account .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--orders a::before {

  background-image: url(data:image/svg+xml;base64,PCEtLSBHZW5lcmF0ZWQgYnkgSWNvTW9vbi5pbyAtLT4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIiB2aWV3Qm94PSIwIDAgMzIgMzIiPgo8dGl0bGU+dHJhY2stb3JkZXI8L3RpdGxlPgo8cGF0aCBkPSJNMjQuNTI4IDMuMmgtMTcuMDU2bC00LjI3MiA4Ljk2djE2LjY0aDI1LjZ2LTE2LjY0bC00LjI3Mi04Ljk2ek0yNC44IDExLjJoLTcuMnYtNC44aDQuOTEybDIuMjg4IDQuOHpNOS40ODggNi40aDQuOTEydjQuOGgtNy4ybDIuMjg4LTQuOHpNNi40IDI1LjZ2LTExLjJoOHYzLjJoMy4ydi0zLjJoOHYxMS4yaC0xOS4yeiI+PC9wYXRoPgo8L3N2Zz4K);

}

.woocommerce-account .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--downloads a::before {

  background-image: url(data:image/svg+xml;base64,PCEtLSBHZW5lcmF0ZWQgYnkgSWNvTW9vbi5pbyAtLT4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjE2IiBoZWlnaHQ9IjE2IiB2aWV3Qm94PSIwIDAgMTYgMTYiPgo8dGl0bGU+aW48L3RpdGxlPgo8cGF0aCBkPSJNMTUgN2MtMC41NTMgMC0xIDAuNDQ4LTEgMXY2aC0xMnYtNmMwLTAuNTUyLTAuNDQ3LTEtMS0xcy0xIDAuNDQ4LTEgMXY3YzAgMC41NTIgMC40NDcgMSAxIDFoMTRjMC41NTMgMCAxLTAuNDQ4IDEtMXYtN2MwLTAuNTUyLTAuNDQ3LTEtMS0xek05IDd2LTYuMTIyYzAtMC40ODUtMC40NDctMC44NzgtMS0wLjg3OHMtMSAwLjM5My0xIDAuODc4djYuMTIyaC0zbDQgNCA0LTRoLTN6Ij48L3BhdGg+Cjwvc3ZnPgo=);

}

.woocommerce-account .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--edit-account a::before {

  background-image: url(data:image/svg+xml;base64,PCEtLSBHZW5lcmF0ZWQgYnkgSWNvTW9vbi5pbyAtLT4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIiB2aWV3Qm94PSIwIDAgMzIgMzIiPgo8dGl0bGU+YWNjb3VudC1kZXRhaWw8L3RpdGxlPgo8cGF0aCBkPSJNMjcuMiA0LjhoLTIyLjRjLTEuNzYgMC0zLjIgMS40NC0zLjIgMy4ydjE2YzAgMS43NiAxLjQ0IDMuMiAzLjIgMy4yaDIyLjRjMS43NiAwIDMuMi0xLjQ0IDMuMi0zLjJ2LTE2YzAtMS43Ni0xLjQ0LTMuMi0zLjItMy4yek0yNy4yIDI0aC0yMi40di0xNmgyMi40djE2eiI+PC9wYXRoPgo8cGF0aCBkPSJNMTQuMjQgMTcuOTJoLTIuODhjLTEuOTIgMC0zLjM2IDEuNi0zLjM2IDMuMzZoOS42YzAtMS45Mi0xLjYtMy4zNi0zLjM2LTMuMzZ6Ij48L3BhdGg+CjxwYXRoIGQ9Ik0xNS42OCAxMy40NGMwIDEuNTkxLTEuMjg5IDIuODgtMi44OCAyLjg4cy0yLjg4LTEuMjg5LTIuODgtMi44OGMwLTEuNTkxIDEuMjg5LTIuODggMi44OC0yLjg4czIuODggMS4yODkgMi44OCAyLjg4eiI+PC9wYXRoPgo8L3N2Zz4K);

}

.woocommerce-account .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--edit-address a::before {

  background-image: url(data:image/svg+xml;base64,PCEtLSBHZW5lcmF0ZWQgYnkgSWNvTW9vbi5pbyAtLT4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIiB2aWV3Qm94PSIwIDAgMzIgMzIiPgo8dGl0bGU+YWRkcmVzcy1ob21lPC90aXRsZT4KPHBhdGggZD0iTTI3LjUyIDExLjg0bC05LjYtNy4yYy0wLjY0LTAuNDgtMS4yOC0wLjY0LTEuOTItMC42NHMtMS4yOCAwLjE2LTEuOTIgMC42NGwtOS42IDcuMmMtMC44IDAuNjQtMS4yOCAxLjYtMS4yOCAyLjU2djExLjJjMCAxLjc2IDEuNDQgMy4yIDMuMiAzLjJoMTkuMmMxLjc2IDAgMy4yLTEuNDQgMy4yLTMuMnYtMTEuMmMwLTAuOTYtMC40OC0xLjkyLTEuMjgtMi41NnpNMjUuNiAyNS42aC0xMC40di00YzAtMS4yOC0xLjEyLTIuNC0yLjQtMi40cy0yLjQgMS4xMi0yLjQgMi40djRoLTR2LTExLjJsOS42LTcuMmMwIDAgMCAwIDAgMGw5LjYgNy4ydjExLjJ6Ij48L3BhdGg+CjxwYXRoIGQ9Ik0yMS42IDE2YzAgMS4zMjUtMS4wNzUgMi40LTIuNCAyLjRzLTIuNC0xLjA3NS0yLjQtMi40YzAtMS4zMjUgMS4wNzUtMi40IDIuNC0yLjRzMi40IDEuMDc1IDIuNCAyLjR6Ij48L3BhdGg+Cjwvc3ZnPgo=);

}

.woocommerce-account .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--customer-logout a::before {

  background-image: url(data:image/svg+xml;base64,PCEtLSBHZW5lcmF0ZWQgYnkgSWNvTW9vbi5pbyAtLT4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIiB2aWV3Qm94PSIwIDAgMzIgMzIiPgo8dGl0bGU+c2lnbi1vdXQ8L3RpdGxlPgo8cGF0aCBkPSJNMTYgMjUuNmgtOS42di0xOS4yaDkuNnYzLjJoMy4ydi02LjRoLTE2djI1LjZoMTZ2LTYuNGgtMy4yeiI+PC9wYXRoPgo8cGF0aCBkPSJNMjguOCAxNmwtNi40LTUuNnY0aC0xMS4ydjMuMmgxMS4ydjR6Ij48L3BhdGg+Cjwvc3ZnPgo=);

}

.woocommerce-account .woocommerce-EditAccountForm label,

.woocommerce-account .woocommerce-address-fields label {

  display: block;

  font-size: 14px;

  font-size: 0.875rem;

  font-weight: 500;

  margin-bottom: 9px;

}

.woocommerce-account .woocommerce-EditAccountForm p,

.woocommerce-account .woocommerce-address-fields p {

  margin: 0 0 21px;

  font-size: 16px;

  font-size: 1rem;

}

.woocommerce-account .woocommerce-EditAccountForm > p:last-child,

.woocommerce-account .woocommerce-address-fields > p:last-child {

  margin-bottom: 0;

}

.woocommerce-account .woocommerce-EditAccountForm em,

.woocommerce-account .woocommerce-address-fields em {

  display: block;

  font-size: 14px;

  font-size: 0.875rem;

  margin-top: 8px;

}

.woocommerce-account .woocommerce-EditAccountForm input:not([type=checkbox]),

.woocommerce-account .woocommerce-address-fields input:not([type=checkbox]) {

  width: 100%;

  --shopwell-input__height: 44px;

}

.woocommerce-account .woocommerce-EditAccountForm .select2-container,

.woocommerce-account .woocommerce-address-fields .select2-container {

  --shopwell-input__height: 44px;

}

.woocommerce-account .woocommerce-EditAccountForm .select2-container .select2-selection__rendered,

.woocommerce-account .woocommerce-address-fields .select2-container .select2-selection__rendered {

  line-height: 22px;

}

.woocommerce-account .woocommerce-EditAccountForm .select2-container .select2-selection__arrow,

.woocommerce-account .woocommerce-address-fields .select2-container .select2-selection__arrow {

  top: 0;

}

.woocommerce-account .woocommerce-EditAccountForm fieldset,

.woocommerce-account .woocommerce-address-fields fieldset {

  margin-bottom: 21px;

  padding: 2em 2em 3em;

}

.woocommerce-account .woocommerce-EditAccountForm fieldset legend,

.woocommerce-account .woocommerce-address-fields fieldset legend {

  font-size: 16px;

  font-size: 1rem;

  font-weight: 500;

}

.woocommerce-account .woocommerce-EditAccountForm button,

.woocommerce-account .woocommerce-address-fields button {

  width: 100%;

}

.woocommerce-account .woocommerce-MyAccount-orders .woocommerce-orders-table__cell .woocommerce-button {

  line-height: 44px;

  height: 44px;

  margin-left: 0.5rem;

}

.woocommerce-account .woocommerce-Addresses header h3 {

  font-size: 24px;

  font-size: 1.5rem;

  font-weight: 500;

}

.woocommerce-account .woocommerce-Addresses address {

  font-size: 14px;

  font-size: 0.875rem;

  line-height: 32px;

  font-style: normal;

  color: #1d2128;

  margin-bottom: 27px;

}

.woocommerce-account .woocommerce-address-fields button[type=submit] {

  --shopwell-color__primary: #1d2128;

  box-shadow: none;

  margin-top: 10px;

  line-height: 44px;

}

.woocommerce-account div.nsl-container.nsl-container-block .nsl-container-buttons {

  display: flex;

  flex-wrap: wrap;

  margin: 0 -12px;

}

.woocommerce-account div.nsl-container.nsl-container-block .nsl-container-buttons > * {

  flex: 1 0 auto;

  width: auto;

  padding: 0 12px;

}

.woocommerce-account div.nsl-container.nsl-container-block .nsl-container-buttons .nsl-button-default {

  min-height: 60px;

  border-radius: 30px;

  justify-content: center;

  border: none;

  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15);

  padding: 0 20px;

}

.woocommerce-account div.nsl-container.nsl-container-block .nsl-container-buttons .nsl-button-default div.nsl-button-label-container {

  flex: none;

  margin: 0;

  padding: 0;

  line-height: 60px;

}

.woocommerce-account div.nsl-container.nsl-container-block .nsl-container-buttons .nsl-button-svg-container {

  flex: none;

  padding: 0;

  margin-right: 15px;

}

.woocommerce-account .nsl-register-text {

  font-size: 14px;

  font-weight: 500;

  text-align: center;

  margin-bottom: 10px;

}

.woocommerce-account .nsl-register-text__sign-up {

  margin-top: 15px;

  margin-bottom: 20px;

}

.woocommerce-account .wcfmmp_become_vendor_link {

  text-align: center;

}



.woocommerce-edit-account .woocommerce-MyAccount-content {

  padding: 0;

  border: none;

}

.woocommerce-edit-account .woocommerce-EditAccountForm .account-details,

.woocommerce-edit-account .woocommerce-EditAccountForm .account-password {

  padding: 32px;

  border: 1px solid rgba(185, 185, 185, 0.4);

  border-radius: 2px;

  margin-bottom: 20px;

}

.woocommerce-edit-account .woocommerce-EditAccountForm .account-details h3,

.woocommerce-edit-account .woocommerce-EditAccountForm .account-password h3 {

  font-size: 24px;

  font-size: 1.5rem;

  font-weight: 500;

  margin-top: 0;

  margin-bottom: 23px;

}

.woocommerce-edit-account .woocommerce-EditAccountForm .account-details p:last-child {

  margin-bottom: 0;

}

.woocommerce-edit-account .woocommerce-EditAccountForm .account-password > p:last-child {

  margin-bottom: 0;

}

.woocommerce-edit-account .woocommerce-EditAccountForm fieldset {

  padding: 0;

  margin-bottom: 0;

  border: none;

}



.woocommerce-orders-table,

.woocommerce-table--order-downloads {

  margin-bottom: 0;

}

.woocommerce-orders-table th,

.woocommerce-table--order-downloads th {

  font-size: 14px;

  font-size: 0.875rem;

  font-weight: 500;

  color: #7d828a;

}

.woocommerce-orders-table th:first-child,

.woocommerce-table--order-downloads th:first-child {

  font-size: 18px;

  font-size: 1.125rem;

  color: #1d2128;

}

.woocommerce-orders-table td,

.woocommerce-table--order-downloads td {

  font-size: 14px;

  font-size: 0.875rem;

  color: #1d2128;

  font-weight: 500;

}

.woocommerce-orders-table td a,

.woocommerce-table--order-downloads td a {

  font-weight: 400;

}



.woocommerce-lost-password form.lost_reset_password label {

  display: block;

  font-size: 14px;

  font-size: 0.875rem;

  font-weight: 500;

  margin-bottom: 9px;

}

.woocommerce-lost-password form.lost_reset_password .input-text {

  width: 100%;

}

.woocommerce-lost-password form.lost_reset_password button {

  width: 100%;

}



@media (max-width: 767px) {

  .woocommerce-orders-table tr:last-child td,

  .woocommerce-table--order-downloads tr:last-child td {

    padding-bottom: 10px;

    margin-bottom: 0;

    border-bottom: none;

  }

  .woocommerce-orders-table td,

  .woocommerce-table--order-downloads td {

    border-bottom: none;

  }

  .woocommerce-orders-table td::before,

  .woocommerce-table--order-downloads td::before {

    font-size: 14px;

    font-size: 0.875rem;

    font-weight: 500;

    color: #7d828a;

  }

  .woocommerce-orders-table td:first-child::before,

  .woocommerce-table--order-downloads td:first-child::before {

    font-size: 18px;

    font-size: 1.125rem;

    color: #1d2128;

  }

  .woocommerce-orders-table td:last-child,

  .woocommerce-table--order-downloads td:last-child {

    padding-bottom: 24px;

    margin-bottom: 14px;

    border-bottom: 1px solid rgba(185, 185, 185, 0.4);

  }

}

/**

 * Wishlist Page

 */

.woocommerce-wishlist .wcboost-wishlist-item {

  border: 1px solid #ebeff3;

}

.woocommerce-wishlist .product-inner {

  padding: 17px;

}

.woocommerce-wishlist .product-remove {

  position: absolute;

  top: 11px;

  right: 11px;

  z-index: 99;

}

.woocommerce-wishlist ul.products li.product {

  margin-right: 2.1%;

  width: 23.42%;

  margin-bottom: 2.1%;

}

.woocommerce-wishlist ul.products li.product:nth-child(4n) {

  margin-right: 0;

}

.woocommerce-wishlist ul.products li.product .product-actions a.button {

  margin-top: 12px;

}

.woocommerce-wishlist ul.products li.product .product-actions .shopwell-svg-icon {

  font-size: 16px;

}

.woocommerce-wishlist ul.products li.product .product-actions .shopwell-svg-icon + .button_text {

  padding-left: 5px;

}

.woocommerce-wishlist .product-quantity {

  margin-top: 12px;

}

.woocommerce-wishlist .product-stock-status {

  font-size: 14px;

  font-size: 0.875rem;

  margin-top: 12px;

  color: #1d2128;

}

.woocommerce-wishlist .product-date {

  font-size: 14px;

  font-size: 0.875rem;

  margin-top: 5px;

  color: #1d2128;

}

.woocommerce-wishlist .wishlist-empty-form {

  text-align: center;

}

.woocommerce-wishlist .wishlist-empty-form .woocommerce-info {

  padding: 0;

  background-color: transparent;

  font-size: 28px;

  font-size: 1.75rem;

  line-height: 32px;

  color: #1d2128;

  margin-bottom: 16px;

}

.woocommerce-wishlist .wishlist-empty-form .woocommerce-info-description {

  font-size: 18px;

  font-size: 1.125rem;

  line-height: 32px;

  margin-top: 10px;

  margin-bottom: 30px;

}

.woocommerce-wishlist .wishlist-empty-form .return-to-shop a.button {

  background-color: #1d2128;

  color: #fff;

  min-width: 200px;

}

.woocommerce-wishlist .wishlist-empty-image {

  margin-top: 17px;

  margin-bottom: 22px;

}

.woocommerce-wishlist .wishlist-empty-image img {

  width: 150px;

}

.woocommerce-wishlist .wishlist-share__buttons {

  margin: 0 -10px;

}

.woocommerce-wishlist .wishlist-share__buttons li {

  margin: 0 0 20px 0;

  padding: 0 10px;

}

.woocommerce-wishlist .wishlist-share__buttons li a {

  font-size: 14px;

  font-size: 0.875rem;

  display: flex;

  flex-direction: column;

  background-color: transparent;

  padding: 0;

  font-weight: 500;

  align-items: center;

  line-height: 1;

}

.woocommerce-wishlist .wishlist-share__buttons li a .wcboost-wishlist-share-link__icon {

  width: 64px;

  height: 64px;

  font-size: 17px;

  font-size: 1.0625rem;

  margin: 0 0 10px 0;

  border-radius: 50%;

  font-weight: 500;

  display: inline-flex;

  align-items: center;

  justify-content: center;

  padding: 13.5px;

  line-height: 1;

}

.woocommerce-wishlist .wishlist-share__buttons li a .wcboost-wishlist-share-link__icon svg {

  fill: #fff;

  margin-right: 0;

  height: 1em;

  display: inline-block;

  line-height: 1;

}

.woocommerce-wishlist .wishlist-share__buttons .wishlist-share__facebook .wcboost-wishlist-share-link__icon {

  background-color: #3b5998;

}

.woocommerce-wishlist .wishlist-share__buttons .wishlist-share__twitter .wcboost-wishlist-share-link__icon {

  background-color: #1da1f2;

}

.woocommerce-wishlist .wishlist-share__buttons .wishlist-share__email .wcboost-wishlist-share-link__icon {

  background-color: #616869;

}

.woocommerce-wishlist .wishlist-share__buttons .wishlist-share__tumblr .wcboost-wishlist-share-link__icon {

  background-color: #34465d;

}

.woocommerce-wishlist .wishlist-share__buttons .wishlist-share__linkedin .wcboost-wishlist-share-link__icon {

  background-color: #0A66C2;

}

.woocommerce-wishlist .wishlist-share__buttons .wishlist-share__reddit .wcboost-wishlist-share-link__icon {

  background-color: #FF4500;

}

.woocommerce-wishlist .wishlist-share__buttons .wishlist-share__stumbleupon .wcboost-wishlist-share-link__icon {

  background-color: #f74425;

}

.woocommerce-wishlist .wishlist-share__buttons .wishlist-share__telegram .wcboost-wishlist-share-link__icon {

  background-color: #0088cc;

}

.woocommerce-wishlist .wishlist-share__buttons .wishlist-share__whatsapp .wcboost-wishlist-share-link__icon {

  background-color: #25D366;

}

.woocommerce-wishlist .wishlist-share__buttons .wishlist-share__pocket .wcboost-wishlist-share-link__icon {

  background-color: #ED4255;

}

.woocommerce-wishlist .wishlist-share__buttons .wishlist-share__digg .wcboost-wishlist-share-link__icon {

  background-color: #005be2;

}

.woocommerce-wishlist .wishlist-share__buttons .wishlist-share__vk .wcboost-wishlist-share-link__icon {

  background-color: #4C75A3;

}

.woocommerce-wishlist .wishlist-share__buttons .wishlist-share__link .wcboost-wishlist-share-link__icon {

  background-color: #4C75A3;

}

.woocommerce-wishlist form.wcboost-wishlist-form-edit .form-row label {

  display: block;

  font-size: 14px;

  font-size: 0.875rem;

  font-weight: 500;

  color: #1d2128;

  margin-bottom: 9px;

}

.woocommerce-wishlist form.wcboost-wishlist-form-edit .form-row.form-row--wishlist-privacy .woocommerce-input-wrapper .radio {

  display: inline;

}



/**

 * Comapre Page

 */

.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 {

  background: transparent;

  width: 0;

  height: 0;

}

.yith_woocompare_colorbox #cboxClose {

  background: none;

  top: 20px;

  right: 15px;

  bottom: auto;

  text-indent: inherit;

  overflow: hidden;

  position: absolute;

  font-size: 0;

  min-width: auto;

}

.yith_woocompare_colorbox #cboxClose:before {

  content: "";

  display: inline-block;

  width: 20px;

  height: 20px;

  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAAXNSR0IArs4c6QAAANZJREFUOE+t1NENwjAMRdHbDdgERoANYBJGADZgE7oBjACbMAJ6qBFulNhGaj8j5zR2njKw8Dcs7FGDZ+AKvJM/WgFH4FLqLSjsBDyBXQIVdgc2E6j9sxOq4AGsE6jFXsC2HKBuOYN2sfqEZQwe6mI9UOstVOtlZrM27QV6salR7dMFdDHvhK32teZiWbC0qfowUlHLdmYCw0j1wNZtCgxz2gK9aIQ5bQU7ioaLWjAMrclbF7XgHrhlojHBFj0AYys2QjX4f54vPQxfLJPD5LP4K1v8xf4AePNMFR67cFQAAAAASUVORK5CYII=");

  background-repeat: no-repeat;

}



.wcboost-products-compare__table table.compare_table {

  margin: 10px 0;

  table-layout: fixed;

  border: none;

}

.wcboost-products-compare__table table.compare_table th {

  border: none;

}

.wcboost-products-compare__table table.compare_table tr th {

  font-size: 12px;

  color: #7d828a;

  font-weight: 500;

}

.wcboost-products-compare__table table.compare_table tr td {

  text-align: center;

  font-size: 12px;

  line-height: 44px;

  font-weight: 500;

  color: #1d2128;

  padding: 0;

  border: none;

  border-left: 2px solid #fff;

}

.wcboost-products-compare__table table.compare_table tr:nth-child(2n+1) td {

  background-color: #ebeff3;

}

.wcboost-products-compare__table table.compare_table tr.product-remove {

  border-bottom: 1px solid #ddd;

  padding-bottom: 10px;

  padding-top: 10px;

  text-align: center;

  line-height: 1;

}

.wcboost-products-compare__table table.compare_table tr.product-remove td {

  background-color: transparent;

}

.wcboost-products-compare__table table.compare_table tr.product-remove a {

  color: #7d828a;

  text-decoration: none;

  font-size: 0;

  line-height: 1;

}

.wcboost-products-compare__table table.compare_table tr.product-remove a::before {

  content: "";

  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI0LjAuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHdpZHRoPSIyMHB4IiBoZWlnaHQ9IjIwcHgiIHZpZXdCb3g9IjAgMCAyMCAyMCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjAgMjA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDpub25lO30KPC9zdHlsZT4KPGc+Cgk8Zz4KCQk8cGF0aCBkPSJNMTQuOSw2SDUuMWMtMC42LDAtMSwwLjUtMSwxLjFsMC44LDkuMWMwLjEsMSwxLDEuOCwyLDEuOGg2LjNjMSwwLDEuOS0wLjgsMi0xLjhsMC44LTkuMUMxNiw2LjUsMTUuNSw2LDE0LjksNnogTTEzLjIsMTYKCQkJSDYuOEw2LjIsOGg3LjdMMTMuMiwxNnoiLz4KCQk8cGF0aCBkPSJNMTUsM2gtM2MwLTAuNi0wLjQtMS0xLTFIOUM4LjQsMiw4LDIuNCw4LDNINUMzLjksMywzLDMuOSwzLDVoMTRDMTcsMy45LDE2LjEsMywxNSwzeiIvPgoJCTxyZWN0IHg9IjkiIHk9IjEwIiB3aWR0aD0iMiIgaGVpZ2h0PSI0Ii8+Cgk8L2c+Cgk8cmVjdCB4PSIwIiBjbGFzcz0ic3QwIiB3aWR0aD0iMjAiIGhlaWdodD0iMjAiLz4KPC9nPgo8L3N2Zz4K");

  background-repeat: no-repeat;

  background-position: center;

  opacity: 0.5;

  display: inline-block;

  background-color: #fff;

  color: #7d828a;

  width: 44px;

  height: 44px;

  border-radius: 100%;

  align-items: center;

  justify-content: center;

  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.16);

  transition: 0.3s;

}

.wcboost-products-compare__table table.compare_table tr.product-remove a:hover::before {

  opacity: 1;

}

.wcboost-products-compare__table table.compare_table tr.product-thumbnail {

  border-bottom: none;

  background-color: transparent;

}

.wcboost-products-compare__table table.compare_table tr.product-thumbnail img {

  background: none repeat scroll 0 0 #fff;

  height: auto;

  max-width: 100%;

  padding: 5px;

}

.wcboost-products-compare__table table.compare_table tr.product-name td {

  background-color: transparent;

  padding-top: 6px;

}

.wcboost-products-compare__table table.compare_table tr.product-name a {

  font-size: 14px;

  font-weight: 500;

  line-height: 26px;

  border-bottom: none;

  background-color: transparent;

  color: #000;

}

.wcboost-products-compare__table table.compare_table tr.product-rating td {

  text-align: inherit;

  background-color: transparent;

}

.wcboost-products-compare__table table.compare_table tr.product-rating .star-rating {

  margin: 0 auto 30px;

}

.wcboost-products-compare__table table.compare_table tr.product-add-to-cart td {

  background-color: transparent;

}

.wcboost-products-compare__table table.compare_table tr.product-add-to-cart a {

  margin: 31px 0;

  height: 40px;

  line-height: 40px;

}

.wcboost-products-compare__table table.compare_table tr.product-add-to-cart a .shopwell-svg-icon {

  font-size: 14px;

  font-size: 0.875rem;

  margin-right: 5px;

  transform: translateY(1px);

}

.wcboost-products-compare__table table.compare_table tr.product-add-to-cart a.loading {

  opacity: 0.2;

}

.wcboost-products-compare__table table.compare_table tr.product-add-to-cart .added_to_cart {

  display: none;

}

.wcboost-products-compare__table table.compare_table tr .image-wrap {

  text-align: center;

}

.wcboost-products-compare__table table.compare_table .price {

  display: inline-flex;

  font-size: 12px;

  font-size: 0.75rem;

  font-weight: 500;

  line-height: 22px;

  color: #1d2128;

}

.wcboost-products-compare__table table.compare_table .price .woocs_price_code {

  display: flex;

}

.wcboost-products-compare__table table.compare_table .price ins {

  order: 1;

  margin-right: 8px;

  background-color: transparent;

}

.wcboost-products-compare__table table.compare_table .price del {

  order: 2;

  font-weight: 400;

}

.wcboost-products-compare__table table.compare_table .price > .woocommerce-Price-amount {

  margin-left: 4px;

  margin-right: 4px;

}

.wcboost-products-compare__table table.compare_table .price > .woocommerce-Price-amount:first-child {

  margin-left: 0;

}

.wcboost-products-compare__table table.compare_table .price > .woocommerce-Price-amount:last-child {

  margin-right: 0;

}

.wcboost-products-compare__table table.compare_table .in-stock {

  color: #13bc96;

}

.wcboost-products-compare__table table.compare_table .out-of-stock {

  color: #f21850;

}



.wcboost-products-compare__tools {

  text-align: right;

}

.wcboost-products-compare__tools a {

  box-shadow: none;

  color: #000;

  background-color: transparent;

  border-radius: 0;

  border-bottom: 1px solid;

  padding: 0;

  min-width: auto;

  line-height: 1.3;

}

.wcboost-products-compare__tools a:hover {

  background-color: transparent;

}

.wcboost-products-compare__tools a:active, .wcboost-products-compare__tools a:focus {

  background-color: transparent;

}

.wcboost-products-compare__tools a.disabled, .wcboost-products-compare__tools a:disabled, .wcboost-products-compare__tools a:disabled[disabled] {

  background-color: transparent;

  color: #ebeff3;

  border-bottom: 1px solid;

}

.wcboost-products-compare__tools a.disabled:hover, .wcboost-products-compare__tools a:disabled:hover, .wcboost-products-compare__tools a:disabled[disabled]:hover {

  background-color: transparent;

}



.wcboost-products-compare-bar {

  z-index: 9;

}

.wcboost-products-compare-bar .wcboost-products-compare-bar__toggle-button,

.wcboost-products-compare-bar .wcboost-products-compare-widget__empty-message {

  font-size: 14px;

  font-size: 0.875rem;

  font-weight: 500;

}

.wcboost-products-compare-bar .wcboost-products-compare-widget__products li {

  border-radius: 2px;

  box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.1);

  background-color: #fff;

  padding: 12px 63px 12px 12px;

  flex-basis: 300px;

}

.wcboost-products-compare-bar .wcboost-products-compare-widget__products li a.remove {

  top: 20px;

  right: 4px;

  left: auto;

  color: #7d828a;

  text-decoration: none;

  font-size: 0;

  line-height: 1;

}

.wcboost-products-compare-bar .wcboost-products-compare-widget__products li a.remove::before {

  content: "";

  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI0LjAuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHdpZHRoPSIyMHB4IiBoZWlnaHQ9IjIwcHgiIHZpZXdCb3g9IjAgMCAyMCAyMCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjAgMjA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDpub25lO30KPC9zdHlsZT4KPGc+Cgk8Zz4KCQk8cGF0aCBkPSJNMTQuOSw2SDUuMWMtMC42LDAtMSwwLjUtMSwxLjFsMC44LDkuMWMwLjEsMSwxLDEuOCwyLDEuOGg2LjNjMSwwLDEuOS0wLjgsMi0xLjhsMC44LTkuMUMxNiw2LjUsMTUuNSw2LDE0LjksNnogTTEzLjIsMTYKCQkJSDYuOEw2LjIsOGg3LjdMMTMuMiwxNnoiLz4KCQk8cGF0aCBkPSJNMTUsM2gtM2MwLTAuNi0wLjQtMS0xLTFIOUM4LjQsMiw4LDIuNCw4LDNINUMzLjksMywzLDMuOSwzLDVoMTRDMTcsMy45LDE2LjEsMywxNSwzeiIvPgoJCTxyZWN0IHg9IjkiIHk9IjEwIiB3aWR0aD0iMiIgaGVpZ2h0PSI0Ii8+Cgk8L2c+Cgk8cmVjdCB4PSIwIiBjbGFzcz0ic3QwIiB3aWR0aD0iMjAiIGhlaWdodD0iMjAiLz4KPC9nPgo8L3N2Zz4K");

  background-repeat: no-repeat;

  background-position: center;

  opacity: 0.5;

  display: inline-block;

  color: #7d828a;

  width: 14px;

  height: 16px;

  align-items: center;

  justify-content: center;

  transition: 0.3s;

}

.wcboost-products-compare-bar .wcboost-products-compare-widget__products li a.remove:hover::before {

  opacity: 1;

}

.wcboost-products-compare-bar .wcboost-products-compare-widget__products .wcboost-products-compare-widget-item__title {

  font-size: 12px;

  font-size: 0.75rem;

  display: block;

}

.wcboost-products-compare-bar .wcboost-products-compare-widget__products .star-rating {

  margin-bottom: 6px;

}

.wcboost-products-compare-bar .wcboost-products-compare-widget__products .price {

  display: inline-flex;

  font-size: 12px;

  font-size: 0.75rem;

  font-weight: 500;

  line-height: 22px;

  color: #1d2128;

}

.wcboost-products-compare-bar .wcboost-products-compare-widget__products .price .woocs_price_code {

  display: flex;

}

.wcboost-products-compare-bar .wcboost-products-compare-widget__products .price ins {

  order: 1;

  margin-right: 8px;

  background-color: transparent;

}

.wcboost-products-compare-bar .wcboost-products-compare-widget__products .price del {

  order: 2;

  font-weight: 400;

}

.wcboost-products-compare-bar .wcboost-products-compare-widget__products .price > .woocommerce-Price-amount {

  margin-left: 4px;

  margin-right: 4px;

}

.wcboost-products-compare-bar .wcboost-products-compare-widget__products .price > .woocommerce-Price-amount:first-child {

  margin-left: 0;

}

.wcboost-products-compare-bar .wcboost-products-compare-widget__products .price > .woocommerce-Price-amount:last-child {

  margin-right: 0;

}

.wcboost-products-compare-bar .wcboost-products-compare-widget__buttons {

  text-align: right;

}

.wcboost-products-compare-bar .wcboost-products-compare-widget__buttons .wcboost-products-compare-open {

  background-color: #000;

  line-height: 44px;

}

.wcboost-products-compare-bar .wcboost-products-compare-widget__buttons .wcboost-products-compare-clear {

  box-shadow: none;

  color: #000;

  background-color: transparent;

  border-radius: 0;

  border-bottom: 1px solid;

  padding: 0;

  min-width: auto;

  line-height: 1.3;

}

.wcboost-products-compare-bar .wcboost-products-compare-widget__buttons .wcboost-products-compare-clear:hover {

  background-color: transparent;

}

.wcboost-products-compare-bar .wcboost-products-compare-widget__buttons .wcboost-products-compare-clear:active, .wcboost-products-compare-bar .wcboost-products-compare-widget__buttons .wcboost-products-compare-clear:focus {

  background-color: transparent;

}

.wcboost-products-compare-bar .wcboost-products-compare-widget__buttons .wcboost-products-compare-clear.disabled, .wcboost-products-compare-bar .wcboost-products-compare-widget__buttons .wcboost-products-compare-clear:disabled, .wcboost-products-compare-bar .wcboost-products-compare-widget__buttons .wcboost-products-compare-clear:disabled[disabled] {

  background-color: transparent;

  color: #ebeff3;

  border-bottom: 1px solid;

}

.wcboost-products-compare-bar .wcboost-products-compare-widget__buttons .wcboost-products-compare-clear.disabled:hover, .wcboost-products-compare-bar .wcboost-products-compare-widget__buttons .wcboost-products-compare-clear:disabled:hover, .wcboost-products-compare-bar .wcboost-products-compare-widget__buttons .wcboost-products-compare-clear:disabled[disabled]:hover {

  background-color: transparent;

}



/**

* Mobile Order By

*/

.mobile-orderby-modal .modal__container {

  max-width: 375px;

  height: auto;

  right: auto;

  left: 50%;

  top: 50%;

  transform: translate(-50%, -50%);

  border-radius: 15px 15px 0 0;

  box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);

  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);

  -moz-box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);

}

.mobile-orderby-modal .modal__button-close {

  font-size: 21px;

  font-size: 1.3125rem;

  top: 24px;

  right: 18px;

}

.mobile-orderby-modal .modal__header {

  font-weight: 500;

  padding-top: 26px;

}

.mobile-orderby-modal .modal__content {

  padding: 16px 0;

}



.mobile-orderby-list {

  list-style-type: none;

  margin: 0;

  padding: 0;

}

.mobile-orderby-list li a {

  display: block;

  width: 100%;

  font-size: 15px;

  font-size: 0.9375rem;

  font-weight: 500;

  color: #7d828a;

  padding: 14px 41px;

  position: relative;

}

.mobile-orderby-list li a:after {

  content: "";

  background-image: url("data:image/svg+xml;base64,Cgo8c3ZnIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDMyIDMyIiBmaWxsPSJjdXJyZW50Q29sb3IiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xMy44MiAyMy4yMmwtNi44OC02Ljg4IDIuMTItMi4xMiA0Ljc2IDQuNzYgOS4xMi05LjE0IDIuMTIgMi4xMnoiPjwvcGF0aD4KPC9zdmc+");

  width: 16px;

  height: 16px;

  position: absolute;

  right: 40px;

  top: 50%;

  transform: translateY(-50%);

  opacity: 0;

}

.mobile-orderby-list li a.selected {

  background-color: rgba(185, 185, 185, 0.4);

  color: #1d2128;

}

.mobile-orderby-list li a.selected:after {

  opacity: 1;

}



@media (max-width: 480px) {

  .mobile-catalog-toolbar > button {

    width: calc((100% - 8px) / 2);

    padding: 0 10px;

    min-width: auto;

  }

  .mobile-catalog-toolbar__sort-button {

    padding: 0 10px;

  }

  .mobile-catalog-toolbar__sort-button .name {

    overflow: hidden;

    white-space: nowrap;

    text-overflow: ellipsis;

    max-width: calc(100% - 70px);

  }

}

/**

* All Categories Page [product_categories]

*/

ul.products li.product.product-category {

  padding: 0 12px;

  margin-bottom: 25px;

  text-align: center;

}

ul.products li.product.product-category .woocommerce-loop-category__title {

  font-size: 16px;

  font-size: 1rem;

}

ul.products li.product.product-category .woocommerce-loop-category__title .count {

  background-color: transparent;

}



.shopwell-products-shortcode-page .woocommerce-result-count,

.shopwell-products-shortcode-page .woocommerce-ordering {

  display: none;

}



/**

* WP Blocks

*/

.wp-block-button__link {

  font-size: 14px;

  font-size: 0.875rem;

  border-radius: var(--shopwell-border__radius);

  background-color: var(--shopwell-color__primary);

  color: var(--shopwell-color__primary--light);

  box-shadow: 0px 2px 6px 0px var(--shopwell-color__primary--box-shadow);

  padding: 0 2em;

  min-width: 160px;

  font-weight: 500;

  display: inline-flex;

  align-items: center;

  justify-content: center;

  transition: 0.4s;

  border: none;

  cursor: pointer;

  line-height: 60px;

  width: auto;

  height: auto;

}

.wp-block-button__link:hover {

  background-color: var(--shopwell-color__primary--dark);

  box-shadow: 0px 4px 8px 0px var(--shopwell-color__primary--box-shadow);

}

.wp-block-button__link:active, .wp-block-button__link:focus {

  background-color: var(--shopwell-color__primary--darker);

}

.wp-block-button__link:focus {

  outline: 1px dotted;

  outline-offset: -3px;

}

.wp-block-button__link.shopwell-button--color-white:active, .wp-block-button__link.shopwell-button--color-white:focus {

  box-shadow: 0px 4px 8px 0px var(--shopwell-color__primary--box-shadow);

}



.wc-block-grid__products .wc-block-grid__product {

  text-align: left;

}

.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-onsale {

  font-size: 12.5714285714px;

  font-size: 0.7857142857rem;

  background-color: #dd2831;

  color: #fff;

  border: none;

  text-transform: capitalize;

  font-weight: 400;

}

.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title {

  font-size: 14px;

  font-size: 0.875rem;

  font-weight: 400;

  line-height: 18px;

  color: #1d2128;

  margin-top: 6px;

  margin-bottom: 0;

}

.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-price {

  font-size: 14px;

  font-size: 0.875rem;

  font-weight: 500;

  line-height: 22px;

  color: #1d2128;

  margin-top: 12px;

}

.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-rating .star-rating .max-rating {

  position: static;

}

.wc-block-grid__products .wc-block-grid__product .wp-block-button__link {

  line-height: 44px;

}



.wc-block-components-notice-banner {

  align-content: flex-start;

  align-items: stretch;

  background-color: #fff;

  border: 1px solid;

  border-radius: 4px;

  box-sizing: border-box;

  color: #2f2f2f;

  display: flex;

  font-size: 0.875em;

  font-weight: 400;

  gap: 12px;

  line-height: 1.5;

  margin: 16px 0;

  padding: 16px !important;

}



.wc-block-components-notice-banner > .wc-block-components-notice-banner__content {

  align-self: center;

  flex-basis: 100%;

  padding-right: 16px;

  white-space: normal;

}



.wc-block-components-notice-banner > .wc-block-components-notice-banner__content:last-child {

  padding-right: 0;

}



.wc-block-components-notice-banner > .wc-block-components-notice-banner__content .wc-block-components-notice-banner__summary {

  font-weight: 600;

  margin: 0 0 8px;

}



.wc-block-components-notice-banner > .wc-block-components-notice-banner__content ol,

.wc-block-components-notice-banner > .wc-block-components-notice-banner__content ul {

  margin: 0 0 0 24px;

  padding: 0;

}



.wc-block-components-notice-banner > .wc-block-components-notice-banner__content ol li:after,

.wc-block-components-notice-banner > .wc-block-components-notice-banner__content ul li:after {

  clear: both;

  content: "";

  display: block;

}



.wc-block-components-notice-banner > .wc-block-components-notice-banner__content .wc-forward {

  -webkit-appearance: none;

  -moz-appearance: none;

  appearance: none;

  background: transparent;

  border: 0;

  color: #2f2f2f !important;

  float: right;

  margin: 0;

  opacity: 0.6;

  padding: 0 !important;

  text-decoration-line: underline;

  text-underline-position: under;

}



.wc-block-components-notice-banner > .wc-block-components-notice-banner__content .wc-forward:active,

.wc-block-components-notice-banner > .wc-block-components-notice-banner__content .wc-forward:focus,

.wc-block-components-notice-banner > .wc-block-components-notice-banner__content .wc-forward:hover {

  opacity: 1;

}



.wc-block-components-notice-banner > svg {

  fill: #fff;

  background-color: #2f2f2f;

  border-radius: 50%;

  flex-grow: 0;

  flex-shrink: 0;

  padding: 2px;

}



.wc-block-components-notice-banner > .wc-block-components-button {

  background: transparent none !important;

  border: 0 !important;

  box-shadow: none !important;

  color: #2f2f2f !important;

  flex: 0 0 16px;

  height: 16px !important;

  margin: 6px 0 0 auto !important;

  min-height: auto !important;

  min-width: 0 !important;

  opacity: 0.6;

  outline: none !important;

  padding: 0 !important;

  width: 16px !important;

}



.wc-block-components-notice-banner > .wc-block-components-button > svg {

  margin: 0 !important;

}



.wc-block-components-notice-banner > .wc-block-components-button:active,

.wc-block-components-notice-banner > .wc-block-components-button:focus,

.wc-block-components-notice-banner > .wc-block-components-button:hover {

  opacity: 1;

}



.wc-block-components-notice-banner.is-error {

  background-color: #fff0f0;

  border-color: #cc1818;

}



.wc-block-components-notice-banner.is-error > svg {

  background-color: #cc1818;

  transform: rotate(180deg);

}



.wc-block-components-notice-banner.is-warning {

  background-color: #fffbf4;

  border-color: #f0b849;

}



.wc-block-components-notice-banner.is-warning > svg {

  background-color: #f0b849;

  transform: rotate(180deg);

}



.wc-block-components-notice-banner.is-success {

  background-color: #f4fff7;

  border-color: #4ab866;

}



.wc-block-components-notice-banner.is-success > svg {

  background-color: #4ab866;

}



.wc-block-components-notice-banner.is-info {

  background-color: #f4f8ff;

  border-color: #007cba;

}



.wc-block-components-notice-banner.is-info > svg {

  background-color: #007cba;

}



/**

 * Responsive

 */

@media (max-width: 1199px) {

  .single-product div.product.layout-4 .product-gallery-summary {

    flex-wrap: wrap;

  }

  .single-product div.product.layout-4 .product-summary-wrapper {

    width: 100%;

  }

  .single-product div.product.layout-6 .shopwell-product-gallery,

  .single-product div.product.layout-6 .shopwell-tabs-wrapper {

    width: 60%;

  }

  .single-product div.product.layout-6 .product-summary-wrapper {

    width: 40%;

    padding-left: 24px;

  }

  .single-product div.product:not(.layout-6) .side-products {

    width: 100%;

    flex: 1;

    margin-left: 0;

  }

  .single-product div.product:not(.layout-6) .side-products ul {

    display: flex;

    flex-wrap: nowrap;

    overflow-y: hidden;

    overflow-x: auto;

    scroll-behavior: smooth;

    white-space: unset;

  }

  .single-product div.product:not(.layout-6) .side-products ul::-webkit-scrollbar {

    display: none;

  }

  .single-product div.product:not(.layout-6) .side-products li {

    flex: 1 0 40%;

    max-width: 40%;

    margin-right: 16px;

    padding-right: 16px;

    padding-bottom: 0;

    margin-bottom: 0;

    align-items: center;

  }

  .single-product div.product:not(.layout-6) .side-products li img {

    width: 88px;

  }

  .single-product div.product:not(.layout-6) .side-products li::after {

    top: 0;

    bottom: 0;

    left: auto;

    right: 0;

    width: 1px;

    height: 88px;

  }

  .single-product div.product .woocommerce-tabs .shopwell-tabs-heading::-webkit-scrollbar {

    display: none;

  }

  .related.products .shopwell-swiper-button-prev,

  .upsells.products .shopwell-swiper-button-prev {

    left: 0;

  }

  .related.products .shopwell-swiper-button-next,

  .upsells.products .shopwell-swiper-button-next {

    right: 0;

  }

  .shopwell-product-deals .shopwell-swiper-button-next,

  .shopwell-product-carousel__arrow-style-2 .shopwell-swiper-button-next {

    right: 0;

  }

  .shopwell-product-deals .shopwell-swiper-button-prev,

  .shopwell-product-carousel__arrow-style-2 .shopwell-swiper-button-prev {

    left: 0;

  }

}

@media (max-width: 1199px) and (min-width: 1024px) {

  .header-v9 .header-main .header-left-items > * {

    margin-right: 5px;

  }

}

@media (max-width: 1024px) {

  ul.products.product-card-layout-1 li.product, ul.products.product-card-layout-2 li.product, ul.products.product-card-layout-3 li.product, ul.products.product-card-layout-4 li.product {

    padding-left: 8px;

    padding-right: 8px;

  }

  ul.products.product-card-layout-1 li.product .product-inner, ul.products.product-card-layout-2 li.product .product-inner, ul.products.product-card-layout-3 li.product .product-inner, ul.products.product-card-layout-4 li.product .product-inner {

    box-shadow: none;

    padding-bottom: 0;

    display: flex;

    flex-direction: column;

    height: 100%;

  }

  ul.products.product-card-layout-1 li.product .product-summary, ul.products.product-card-layout-2 li.product .product-summary, ul.products.product-card-layout-3 li.product .product-summary, ul.products.product-card-layout-4 li.product .product-summary {

    flex: 1;

    padding-left: 0;

    padding-right: 0;

  }

  ul.products.product-card-layout-1 li.product .product-actions, ul.products.product-card-layout-2 li.product .product-actions, ul.products.product-card-layout-3 li.product .product-actions, ul.products.product-card-layout-4 li.product .product-actions {

    position: static;

    visibility: visible;

    opacity: 1;

    pointer-events: auto;

    box-shadow: none;

    transform: none !important;

    padding-bottom: 0;

    padding-top: 5px !important;

    padding-left: 0;

    padding-right: 0;

  }

  ul.products.product-card-layout-1 li.product .product-actions > *, ul.products.product-card-layout-2 li.product .product-actions > *, ul.products.product-card-layout-3 li.product .product-actions > *, ul.products.product-card-layout-4 li.product .product-actions > * {

    transform: translateY(0);

  }

  ul.products.product-card-layout-1 li.product .product-inner, ul.products.product-card-layout-2 li.product .product-inner {

    padding-left: 0;

    padding-right: 0;

    padding-top: 10px;

    padding-bottom: 10px;

  }

  ul.products.product-card-layout-1 li.product .product-inner:focus-within, ul.products.product-card-layout-1 li.product .product-inner:hover, ul.products.product-card-layout-2 li.product .product-inner:focus-within, ul.products.product-card-layout-2 li.product .product-inner:hover {

    box-shadow: none;

  }

  ul.products.product-card-layout-2 li.product .woocommerce-badges {

    left: 10px;

  }

  ul.products.product-card-layout-1 li.product .woocommerce-badges {

    right: 6px;

  }

  ul.products.product-card-layout-3 li.product .woocommerce-badges {

    top: 8px;

    right: 8px;

  }

  ul.products li.product .product-inner .product-variation-items--hover .product-variation-items--item {

    opacity: 1;

    visibility: visible;

    transform: translateY(0);

    justify-content: flex-start;

  }

  ul.products li.product .product-inner .product-variation-items--hover .product-variation-items--text {

    opacity: 0;

    visibility: hidden;

  }

  ul.products.product-card-layout-1 li.product .product-thumbnail .shopwell-button--quickview,

  ul.products.product-card-layout-1 li.product .product-thumbnail .shopwell-button--atc, ul.products.product-card-layout-2 li.product .product-thumbnail .shopwell-button--quickview,

  ul.products.product-card-layout-2 li.product .product-thumbnail .shopwell-button--atc, ul.products.product-card-layout-3 li.product .product-thumbnail .shopwell-button--quickview,

  ul.products.product-card-layout-3 li.product .product-thumbnail .shopwell-button--atc {

    display: flex;

  }

  ul.products.product-card-layout-1 li.product .product-actions .shopwell-button--quickview,

  ul.products.product-card-layout-1 li.product .product-actions .shopwell-button--atc, ul.products.product-card-layout-2 li.product .product-actions .shopwell-button--quickview,

  ul.products.product-card-layout-2 li.product .product-actions .shopwell-button--atc, ul.products.product-card-layout-3 li.product .product-actions .shopwell-button--quickview,

  ul.products.product-card-layout-3 li.product .product-actions .shopwell-button--atc {

    display: none;

  }

  ul.products.product-card-layout-4 li.product .product-inner,

  ul.products.product-card-layout-4 li.product .shopwell-rating {

    padding-left: 0;

    padding-right: 0;

  }

  ul.products.product-card-layout-4 li.product .product-inner:focus-within,

  ul.products.product-card-layout-4 li.product .product-inner:hover {

    box-shadow: none;

  }

  ul.products.product-card-layout-4 li.product .product-inner:focus-within .product-featured-icons,

  ul.products.product-card-layout-4 li.product .product-inner:hover .product-featured-icons {

    transform: none;

  }

  ul.products.product-card-layout-4 li.product .product-inner:focus-within .shopwell-rating,

  ul.products.product-card-layout-4 li.product .product-inner:hover .shopwell-rating {

    opacity: 1;

    visibility: visible;

  }

  ul.products.product-card-layout-3 li.product .product-inner:focus-within .product-price-group > *:nth-last-child(2), ul.products.product-card-layout-3 li.product .product-inner:focus-within .product-price-group > *:last-child, ul.products.product-card-layout-3 li.product .product-inner:hover .product-price-group > *:nth-last-child(2), ul.products.product-card-layout-3 li.product .product-inner:hover .product-price-group > *:last-child {

    opacity: 1;

    visibility: visible;

  }

  ul.products.product-card-layout-3 li.product .product-inner .product-price-group {

    min-height: auto;

  }

  ul.products li.product {

    margin-bottom: 30px;

  }

  ul.products li.product .product-thumbnail .product-featured-icons {

    position: absolute;

    flex-direction: row;

    right: 0;

    left: 0;

    justify-content: center;

    top: auto;

    bottom: 10px;

    background-color: transparent;

    padding: 0;

  }

  ul.products li.product .product-thumbnail .product-featured-icons .shopwell-button {

    margin: 0;

    color: #7d828a;

  }

  ul.products li.product .product-thumbnail .product-featured-icons .shopwell-button .shopwell-button__icon {

    font-size: unset;

    display: inline-block;

    vertical-align: middle;

  }

  ul.products li.product .product-thumbnail .product-featured-icons .shopwell-svg-icon {

    font-size: 17px;

    font-size: 1.0625rem;

  }

  ul.products.mobile-show-atc li.product .product-actions .shopwell-button--atc {

    display: flex;

  }

  ul.products.mobile-featured-icons--load li.product .product-thumbnail .product-featured-icons {

    visibility: visible;

    opacity: 1;

    transform: translateX(0);

  }

  ul.products.mobile-featured-icons--load.product-card-layout-2 li.product .product-thumbnail .product-featured-icons, ul.products.mobile-featured-icons--load.product-card-layout-6 li.product .product-thumbnail .product-featured-icons {

    left: auto;

    margin: 0;

    transform: translateX(50%) translateY(0);

  }

  ul.products.mobile-featured-icons--none li.product .product-thumbnail .product-featured-icons {

    display: none;

  }

  ul.products.mobile-featured-icons--none li.product .product-thumbnail .product-featured-icons .shopwell-button:not(.wcboost-wishlist-button) {

    display: none;

  }

  .elementor div.shopwell-product-carousel > .swiper-container-initialized,

  .elementor div.shopwell-product-carousel > .swiper-initialized,

  .elementor div.shopwell-product-carousel .shopwell-product-carousel__container > .swiper-container-initialized,

  .elementor div.shopwell-product-carousel .shopwell-product-carousel__container > .swiper-initialized {

    margin: 0 -8px;

    padding: 0;

  }

  .elementor div.shopwell-product-carousel > .swiper-container-initialized ul.products,

  .elementor div.shopwell-product-carousel > .swiper-initialized ul.products,

  .elementor div.shopwell-product-carousel .shopwell-product-carousel__container > .swiper-container-initialized ul.products,

  .elementor div.shopwell-product-carousel .shopwell-product-carousel__container > .swiper-initialized ul.products {

    margin: 0;

  }

  ul.products.product-card-layout-6 li.product {

    padding-left: 8px;

    padding-right: 8px;

  }

  .woocommerce .related.products div.linked-products-carousel,

  .woocommerce .upsells.products div.linked-products-carousel,

  .woocommerce .woocommerce-cart .cross-sells div.linked-products-carousel {

    margin: 0 -8px;

    padding: 0;

  }

  .woocommerce .related.products div.linked-products-carousel ul.products,

  .woocommerce .upsells.products div.linked-products-carousel ul.products,

  .woocommerce .woocommerce-cart .cross-sells div.linked-products-carousel ul.products {

    margin: 0;

  }

  .single-product div.product.layout-5 .product-gallery-summary {

    flex-wrap: wrap;

  }

  .single-product div.product.layout-5 .shopwell-product-gallery {

    width: 50%;

  }

  .single-product div.product.layout-5 .product-summary-wrapper {

    width: 50%;

  }

  .single-product div.product.layout-5 .entry-summary {

    width: 100%;

    padding: 0;

    margin-top: 32px;

  }

  .single-product div.product.layout-5.product-type-grouped .woocommerce-grouped-product-list-item__quantity .quantity input {

    width: 100%;

  }

  .single-product div.product .shopwell-single-product-sale__countdown .shopwell-single-product-sale__text {

    display: none;

  }

  .single-product div.product .woocommerce-product-gallery__thumbs-carousel .shopwell-swiper-button {

    padding-left: 4px;

    padding-right: 4px;

  }

  .woocommerce-wishlist ul.products li.product {

    margin-right: 2.1%;

    width: 23.42%;

  }

}

@media (min-width: 1024px) {

  .shopwell-products-filter__header,

  .shopwell-products-filter .panel__button-close {

    display: none;

  }

  ul.products.product-card-layout-1 li.product .product-inner .product-thumbnail .product-featured-icons, ul.products.product-card-layout-3 li.product .product-inner .product-thumbnail .product-featured-icons {

    top: unset;

    width: 100%;

    bottom: 10px;

    justify-content: center;

    transform: translateY(-10px);

  }

  ul.products.product-card-layout-1 li.product .product-inner .product-thumbnail .product-featured-icons .shopwell-button,

  ul.products.product-card-layout-1 li.product .product-inner .product-thumbnail .product-featured-icons .shopwell-button--atc,

  ul.products.product-card-layout-1 li.product .product-inner .product-thumbnail .product-featured-icons .wcboost-products-compare-button,

  ul.products.product-card-layout-1 li.product .product-inner .product-thumbnail .product-featured-icons .wcboost-wishlist-button, ul.products.product-card-layout-3 li.product .product-inner .product-thumbnail .product-featured-icons .shopwell-button,

  ul.products.product-card-layout-3 li.product .product-inner .product-thumbnail .product-featured-icons .shopwell-button--atc,

  ul.products.product-card-layout-3 li.product .product-inner .product-thumbnail .product-featured-icons .wcboost-products-compare-button,

  ul.products.product-card-layout-3 li.product .product-inner .product-thumbnail .product-featured-icons .wcboost-wishlist-button {

    width: 34px;

    height: 34px;

    padding: 10px;

  }

  ul.products.product-card-layout-1 li.product .product-inner:focus-within .product-featured-icons, ul.products.product-card-layout-1 li.product .product-inner:hover .product-featured-icons, ul.products.product-card-layout-3 li.product .product-inner:focus-within .product-featured-icons, ul.products.product-card-layout-3 li.product .product-inner:hover .product-featured-icons {

    transform: translateY(0);

  }

}

@media (max-width: 991px) {

  .catalog-top-categories {

    margin-bottom: 7px;

  }

  .catalog-top-categories.catalog-top-categories__layout-v1 {

    padding-top: 7px;

    padding-bottom: 18px;

  }

  .catalog-top-categories__image {

    width: 60px;

    margin-bottom: 10px;

  }

  .catalog-top-categories__image.text {

    font-size: 11px;

    font-size: 0.6875rem;

    height: 60px;

  }

  .catalog-top-categories__text {

    font-size: 11px;

    font-size: 0.6875rem;

  }

  .catalog-top-categories__layout-v1 .catalog-top-categories__item {

    min-width: auto;

    width: auto;

  }

  .single-product div.product .product-gallery-summary + .related.products {

    border-top: none;

    margin-bottom: 20px;

  }

  .single-product div.product .entry-summary {

    padding-left: 20px;

  }

  .single-product div.product .product-meta-wrapper {

    justify-content: space-between;

  }

  .single-product div.product .product-meta-wrapper .meta::after {

    display: none;

  }

  .single-product div.product .product-meta-wrapper .meta-sku {

    display: none;

  }

  .single-product div.product .button-write-review {

    display: none;

  }

  .single-product div.product .shopwell-single-product-sale {

    padding: 0 15px;

  }

  .single-product div.product .woocommerce-tabs--reviews {

    border: none;

    padding: 0;

    position: relative;

    padding-bottom: 24px;

    margin-bottom: 32px;

  }

  .single-product div.product .woocommerce-tabs--reviews::before {

    content: "";

    position: absolute;

    top: 100%;

    left: 0;

    right: 0;

    height: 1px;

    width: 100%;

    background-color: rgba(185, 185, 185, 0.4);

  }

  .single-product div.product .woocommerce-tabs--reviews::before {

    width: 100vw;

    margin-left: calc(-50vw + 50%);

    margin-right: calc(-50vw + 50%);

    height: 4px;

  }

  .single-product div.product .woocommerce-tabs--reviews h4 {

    font-size: 18px;

    font-size: 1.125rem;

  }

  .single-product div.product .woocommerce-tabs--reviews .woocommerce-Reviews {

    display: block;

  }

  .single-product div.product .woocommerce-tabs--reviews .woocommerce-Reviews .shopwell-product-rating {

    width: 100%;

    margin-right: 0;

    margin-bottom: 25px;

  }

  .single-product div.product .woocommerce-tabs--reviews .woocommerce-Reviews .shopwell-product-rating .shopwell-product-rating__bar .star-item {

    margin-bottom: 7px;

  }

  .single-product div.product .woocommerce-tabs--reviews .woocommerce-Reviews .shopwell-product-rating .shopwell-product-rating__bar .star-item .sbar {

    width: 120px;

    margin-left: 7px;

  }

  .single-product div.product .woocommerce-tabs--reviews .woocommerce-Reviews .shopwell-product-rating__wrapper {

    display: flex;

    flex-wrap: wrap;

    padding: 10px 17px 16px;

  }

  .single-product div.product .woocommerce-tabs--reviews .woocommerce-Reviews .shopwell-product-rating__wrapper .shopwell-product-rating__heading {

    flex-direction: column;

    margin-right: 18px;

  }

  .single-product div.product .woocommerce-tabs--reviews .woocommerce-Reviews .shopwell-product-rating__wrapper .shopwell-product-rating__average-value {

    margin-right: 0;

  }

  .single-product div.product .woocommerce-tabs--reviews .woocommerce-Reviews .shopwell-product-rating__wrapper .shopwell-product-rating__summary {

    flex: 100%;

    border-top: none;

    margin-top: 17px;

    padding-top: 0;

  }

  .single-product div.product .woocommerce-tabs--reviews .woocommerce-Reviews .shopwell-product-rating__wrapper .shopwell-product-rating__summary h4, .single-product div.product .woocommerce-tabs--reviews .woocommerce-Reviews .shopwell-product-rating__wrapper .shopwell-product-rating__summary p {

    display: none;

  }

  .single-product div.product .product-thumbnails-vertical .product-gallery-summary {

    display: inline-block;

    position: relative;

    padding-bottom: 24px;

    margin-bottom: 32px;

  }

  .single-product div.product .product-thumbnails-vertical .product-gallery-summary::before {

    content: "";

    position: absolute;

    top: 100%;

    left: 0;

    right: 0;

    height: 1px;

    width: 100%;

    background-color: rgba(185, 185, 185, 0.4);

  }

  .single-product div.product .product-thumbnails-vertical .product-gallery-summary::before {

    width: 100vw;

    margin-left: calc(-50vw + 50%);

    margin-right: calc(-50vw + 50%);

    height: 4px;

  }

  .single-product div.product .product-thumbnails-vertical .product-gallery-summary .shopwell-product-images-buttons .shopwell-button--icon {

    margin-top: 10px;

  }

  .single-product div.product .product-thumbnails-vertical .woocommerce-product-gallery:not(.without-thumbnails) {

    display: block;

  }

  .single-product div.product .product-thumbnails-vertical .shopwell-product-gallery {

    width: 100%;

  }

  .single-product div.product .product-thumbnails-vertical .shopwell-product-images-buttons {

    left: 3px;

    bottom: 16px;

    flex-direction: column;

  }

  .single-product div.product .product-thumbnails-vertical .shopwell-product-images-buttons .shopwell-button--icon {

    margin-top: 10px;

  }

  .single-product div.product .product-thumbnails-vertical .shopwell-product-images-buttons .swiper-button {

    margin-right: 0;

    margin-top: 10px;

  }

  .single-product div.product .product-thumbnails-vertical .entry-summary {

    padding-left: 16px;

    padding-right: 16px;

    width: 100vw;

    display: inline-block;

  }

  .single-product div.product .product-thumbnails-vertical .woocommerce-product-gallery__thumbs-carousel {

    margin-right: 0;

    position: absolute;

    top: auto;

    bottom: 10px;

    flex-direction: row;

    z-index: 9;

    width: 100%;

    height: auto;

    margin-top: 0;

    display: block;

  }

  .single-product div.product .product-thumbnails-vertical .woocommerce-product-gallery__thumbs-carousel .shopwell-swiper-button {

    display: none;

  }

  .single-product div.product .product-thumbnails-vertical .woocommerce-product-gallery__thumbs-carousel .flex-control-thumbs {

    flex-direction: row;

    height: auto;

    width: 100%;

    justify-content: center !important;

  }

  .single-product div.product .product-thumbnails-vertical .woocommerce-product-gallery__thumbs-carousel .flex-control-thumbs li {

    position: relative;

    width: auto !important;

    height: auto !important;

    margin-bottom: 0 !important;

  }

  .single-product div.product .product-thumbnails-vertical .woocommerce-product-gallery__thumbs-carousel .flex-control-thumbs li::after {

    display: none;

  }

  .single-product div.product .product-thumbnails-vertical .woocommerce-product-gallery__thumbs-carousel .flex-control-thumbs li img {

    position: absolute;

    top: 50%;

    left: 50%;

    opacity: 0 !important;

    border: none;

    width: 20px;

    height: 20px;

    transform: translate(-50%, -50%);

  }

  .single-product div.product .product-thumbnails-vertical .woocommerce-product-gallery__thumbs-carousel .flex-control-thumbs li span {

    display: inline-block;

    width: 8px;

    height: 8px;

    border-radius: 50%;

    background-color: rgba(185, 185, 185, 0.6);

    margin: 0 6px;

    transition: 0.3s;

  }

  .single-product div.product .product-thumbnails-vertical .woocommerce-product-gallery__thumbs-carousel .flex-control-thumbs li .flex-active + span {

    background-color: #1d2128;

  }

  .single-product div.product .product-thumbnails-vertical .woocommerce-product-gallery__thumbs-carousel,

  .single-product div.product .product-thumbnails-vertical .flex-control-thumbs {

    flex-direction: row;

  }

  .single-product div.product .product-thumbnails-vertical .flex-viewport {

    margin: 0;

  }

  .single-product div.product.layout-2 .woocommerce-tabs {

    border: none;

    padding: 0;

    position: relative;

    padding-bottom: 0;

    margin-bottom: 32px;

  }

  .single-product div.product.layout-2 .woocommerce-tabs::before {

    content: "";

    position: absolute;

    top: 100%;

    left: 0;

    right: 0;

    height: 1px;

    width: 100%;

    background-color: rgba(185, 185, 185, 0.4);

  }

  .single-product div.product.layout-2 .woocommerce-tabs::before {

    width: 100vw;

    margin-left: calc(-50vw + 50%);

    margin-right: calc(-50vw + 50%);

    height: 4px;

  }

  .single-product div.product.layout-2 .related.products > h2,

  .single-product div.product.layout-2 .upsells.products > h2 {

    margin-top: 0;

    font-size: 18px;

    font-size: 1.125rem;

  }

  .single-product div.product.layout-3 .product-gallery-summary .price {

    font-size: 28px;

    font-size: 1.75rem;

  }

  .single-product div.product.layout-3 .product-gallery-summary .price + .shopwell-price__sale {

    margin-top: 11px;

  }

  .single-product div.product.layout-3 .shopwell-price__sale {

    font-size: 14px;

    font-size: 0.875rem;

  }

  .single-product div.product.layout-3 .product-thumbnails-vertical .product-gallery-summary {

    display: flex;

    margin-bottom: 0;

  }

  .single-product div.product.layout-3 .product-thumbnails-vertical .product-summary-wrapper {

    width: 50%;

  }

  .single-product div.product.layout-3 .product-thumbnails-vertical .woocommerce-product-gallery .shopwell-product-images-buttons {

    bottom: 16px;

  }

  .single-product div.product.layout-3 .product-thumbnails-vertical .entry-summary {

    width: 50%;

    padding-left: 20px;

  }

  .single-product div.product.layout-4 .shopwell-icon-box-widget .shopwell-icon-box-widget__item {

    padding: 0 15px;

  }

  .single-product div.product.layout-4 .product-gallery-summary .shopwell-product-images-buttons, .single-product div.product.layout-5 .product-gallery-summary .shopwell-product-images-buttons {

    bottom: var(--shopwell-product-thumbnail-height);

    left: 0;

    flex-direction: column;

    transform: translateX(0);

  }

  .single-product div.product.layout-4 .product-gallery-summary .shopwell-product-images-buttons .swiper-button, .single-product div.product.layout-5 .product-gallery-summary .shopwell-product-images-buttons .swiper-button {

    margin: 10px 0 0;

  }

  .single-product div.product.layout-4 .product-gallery-summary .shopwell-product-images-buttons .shopwell-button--icon, .single-product div.product.layout-5 .product-gallery-summary .shopwell-product-images-buttons .shopwell-button--icon {

    margin: 10px 0 0;

  }

  .single-product div.product.layout-4 .woocommerce-product-gallery > .shopwell-product-images-buttons {

    left: 16px;

  }

  .single-product div.product.product-wc-tabs-dropdown .woocommerce-tabs {

    border: none;

    padding: 0;

    position: relative;

    padding-bottom: 0;

    margin-bottom: 32px;

    margin-top: 0;

  }

  .single-product div.product.product-wc-tabs-dropdown .woocommerce-tabs::before {

    content: "";

    position: absolute;

    top: 100%;

    left: 0;

    right: 0;

    height: 1px;

    width: 100%;

    background-color: rgba(185, 185, 185, 0.4);

  }

  .single-product div.product.product-wc-tabs-dropdown .woocommerce-tabs::before {

    width: 100vw;

    margin-left: calc(-50vw + 50%);

    margin-right: calc(-50vw + 50%);

    height: 4px;

  }

  .single-product div.product.product-wc-tabs-dropdown .woocommerce-tabs .woocommerce-Tabs-panel {

    border: none;

    position: relative;

    padding: 0;

    margin-bottom: 0;

  }

  .single-product div.product.product-wc-tabs-dropdown .woocommerce-tabs .woocommerce-Tabs-panel::before {

    content: "";

    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    height: 1px;

    width: 100%;

    background-color: rgba(185, 185, 185, 0.4);

  }

  .single-product div.product.product-wc-tabs-dropdown .woocommerce-tabs .woocommerce-Tabs-panel::before {

    width: 100vw;

    margin-left: calc(-50vw + 50%);

    margin-right: calc(-50vw + 50%);

    height: 4px;

  }

  .single-product div.product.product-wc-tabs-dropdown .woocommerce-tabs .shopwell-dropdown__title {

    font-size: 18px;

    font-size: 1.125rem;

    padding-bottom: 17px;

    padding-top: 22px;

  }

  .single-product div.product.product-wc-tabs-dropdown .shopwell-dropdown__content > *:last-child {

    padding-bottom: 22px;

    margin-bottom: 0;

  }

  .single-product div.product.layout-3 .product-thumbnails-vertical .woocommerce-product-gallery .shopwell-product-images-buttons {

    left: 3px;

  }

  .single-product div.product.layout-6 .product-gallery-summary {

    margin: 0;

    padding: 0;

  }

  .single-product div.product.layout-6 .product-gallery-summary .shopwell-product-images-buttons {

    transform: translateX(0);

  }

  .single-product div.product.layout-6 .product-gallery-summary .shopwell-product-images-buttons .swiper-button {

    margin: 10px 0 0;

  }

  .single-product div.product.layout-6 .product-gallery-summary::before {

    display: none;

  }

  .single-product div.product.layout-6 .woocommerce-product-gallery__thumbs-carousel {

    bottom: 10px;

  }

  .single-product div.product.layout-6 .shopwell-product-gallery,

  .single-product div.product.layout-6 .shopwell-tabs-wrapper,

  .single-product div.product.layout-6 .product-summary-wrapper {

    width: 100%;

    padding: 0;

  }

  .single-product div.product.layout-6 .shopwell-product-gallery {

    border-bottom: 1px solid rgba(185, 185, 185, 0.4);

    padding-bottom: 23px;

  }

  .single-product div.product.layout-6 .product-summary-wrapper {

    padding-top: 23px;

  }

  .single-product div.product.layout-6 .product-summary-wrapper > div:not(.single-product-extra-content) {

    width: 100%;

    box-shadow: none;

    padding: 0 0 30px 0;

    margin-bottom: 32px;

    position: relative;

  }

  .single-product div.product.layout-6 .product-summary-wrapper > div:not(.single-product-extra-content)::before {

    content: "";

    position: absolute;

    top: 100%;

    left: 0;

    right: 0;

    height: 1px;

    width: 100%;

    background-color: rgba(185, 185, 185, 0.4);

  }

  .single-product div.product.layout-6 .product-summary-wrapper > div:not(.single-product-extra-content)::before {

    width: 100vw;

    margin-left: calc(-50vw + 50%);

    margin-right: calc(-50vw + 50%);

    height: 4px;

  }

  .single-product div.product.layout-6 .product-summary-wrapper > div:not(.single-product-extra-content)::before {

    box-shadow: none;

  }

  .single-product div.product.layout-6 .product-summary-wrapper > div.meta-sku-tags {

    padding-bottom: 24px;

  }

  .single-product div.product.layout-6 .woocommerce-tabs--description {

    border-top: 1px solid rgba(185, 185, 185, 0.4);

    margin: 40px 0 0 0;

    padding: 27px 0 0 0;

  }

  .single-product div.product.layout-6 .woocommerce-tabs--description::before {

    display: none;

  }

  .single-product div.product.layout-6.product-wc-tabs-dropdown .woocommerce-tabs {

    border: none;

    margin-top: 0;

    padding-top: 0;

  }

  .single-product div.product.layout-6 .single-product-extra-content .widget {

    width: 100%;

    box-shadow: none;

    padding: 0 0 20px 0;

    margin-bottom: 32px;

    position: relative;

  }

  .single-product div.product.layout-6 .single-product-extra-content .widget::before {

    content: "";

    position: absolute;

    top: 100%;

    left: 0;

    right: 0;

    height: 1px;

    width: 100%;

    background-color: rgba(185, 185, 185, 0.4);

  }

  .single-product div.product.layout-6 .single-product-extra-content .widget::before {

    width: 100vw;

    margin-left: calc(-50vw + 50%);

    margin-right: calc(-50vw + 50%);

    height: 4px;

  }

  .single-product div.product.layout-6 .single-product-extra-content .widget::before {

    box-shadow: none;

  }

  .single-product div.product .woocommerce-Reviews .comment-respond .comment-reply-title {

    font-size: 24px;

    font-size: 1.5rem;

  }

  .single-product div.product .woocommerce-Reviews .comment-respond .comment-notes {

    margin-bottom: 20px;

    font-size: 14px;

    font-size: 0.875rem;

  }

  .single-product div.product .woocommerce-Reviews .comment-respond .comment-form p.stars {

    margin: 0;

  }

  .single-product div.product .woocommerce-Reviews .comment-respond .comment-form p.stars a {

    width: 30px;

    height: 30px;

  }

  .single-product div.product .woocommerce-Reviews .comment-respond .comment-form p.stars a span {

    font-size: 32px;

    font-size: 2rem;

  }

  .single-product div.product .woocommerce-Reviews .comment-respond .comment-form-author,

  .single-product div.product .woocommerce-Reviews .comment-respond .comment-form-email {

    width: 100%;

    float: none;

    margin-bottom: 18px;

  }

  .single-product div.product .woocommerce-Reviews .comment-respond .comment-form-author input,

  .single-product div.product .woocommerce-Reviews .comment-respond .comment-form-email input {

    height: 44px;

    line-height: 44px;

  }

  .single-product div.product .woocommerce-Reviews .comment-respond .form-submit .submit {

    line-height: 44px;

  }

  .single-product div.product .woocommerce-Reviews .shopwell-review-form-wrapper .shopwell-review-form__content {

    left: 15px;

    right: 15px;

    transform: translate(0, -50%);

    padding: 15px;

  }

  .related.products .shopwell-swiper-button,

  .upsells.products .shopwell-swiper-button {

    display: none;

  }

  .related.products .swiper-pagination,

  .upsells.products .swiper-pagination {

    display: block;

  }

  .related.products .swiper-pagination-lock,

  .upsells.products .swiper-pagination-lock {

    display: none;

  }

  .woocommerce-account:not(.logged-in) .woocommerce-account__summary {

    width: 80%;

  }

  .woocommerce-checkout .col2-set {

    width: 100%;

    padding-right: 0;

    margin-bottom: 27px;

  }

  .woocommerce-checkout .woocommerce-checkout-review-order {

    width: 100%;

  }

  .woocommerce-checkout .checkout-review-product-name {

    max-width: 500px !important;

  }

  .woocommerce-cart .woocommerce-cart-form {

    width: 100%;

    margin-right: 0;

    margin-bottom: 30px;

  }

  .woocommerce-cart .cart-collaterals {

    width: 100%;

  }

  .woocommerce-form-track-order {

    width: 500px;

  }

  .woocommerce-form-track-order .track-order__description {

    margin-bottom: 35px;

  }

  .woocommerce-form-track-order .form-tracking-order-info {

    padding: 40px 40px 15px;

  }

}

@media (min-width: 992px) {

  .single-product div.product.layout-6 .woocommerce-tabs--reviews .woocommerce-tabs--reviews-title {

    padding: 0;

    border: none;

    margin-bottom: 40px;

  }

  .single-product div.product.layout-6 .woocommerce-Reviews {

    display: block;

  }

  .single-product div.product.layout-6 .woocommerce-Reviews .shopwell-product-rating {

    width: 100%;

    margin: 0 0 24px 0;

  }

  .single-product div.product.layout-6 .woocommerce-Reviews .shopwell-product-rating .shopwell-product-rating__wrapper {

    display: flex;

    justify-content: space-between;

    align-items: center;

    padding-bottom: 30px;

  }

  .single-product div.product.layout-6 .woocommerce-Reviews .shopwell-product-rating .shopwell-product-rating__heading {

    display: block;

    padding-right: 10px;

    text-align: center;

  }

  .single-product div.product.layout-6 .woocommerce-Reviews .shopwell-product-rating .shopwell-product-rating__average-value {

    font-size: 54px;

    font-size: 3.375rem;

    margin: 0 0 6px 0;

  }

  .single-product div.product.layout-6 .woocommerce-Reviews .shopwell-product-rating .shopwell-product-rating__bar {

    margin: 0;

    padding-right: 90px;

  }

  .single-product div.product.layout-6 .woocommerce-Reviews .shopwell-product-rating .shopwell-product-rating__bar .star-item .sbar {

    width: 120px;

  }

  .single-product div.product.layout-6 .woocommerce-Reviews .shopwell-product-rating .shopwell-product-rating__summary {

    margin: 0;

    padding: 0;

    border: none;

  }

}

@media (max-width: 767px) {

  ul.products.mobile-col-1 li.product {

    width: 100%;

  }

  ul.products.mobile-col-2 li.product {

    width: 50%;

  }

  .woocommerce-message,

  .woocommerce-info,

  .woocommerce-error,

  .woocommerce-noreviews,

  p.no-comments {

    position: relative;

  }

  .woocommerce-message a.button,

  .woocommerce-info a.button,

  .woocommerce-error a.button,

  .woocommerce-noreviews a.button,

  p.no-comments a.button {

    display: inline-flex;

    align-items: flex-start;

    min-width: auto;

    float: none;

    padding: 0;

    margin-right: 10px;

  }

  .shopwell-breadcrumb-social-wrapper .shopwell-product-quick-links,

  .shopwell-breadcrumb-social-wrapper .shopwell-social__button-share {

    display: none;

  }

  body.page .site-content {

    padding-top: 30px;

    padding-bottom: 32px;

  }

  .catalog-toolbar-sticky .site {

    padding-bottom: 60px;

  }

  .catalog-top-categories .shopwell-swiper-button {

    display: none;

  }

  .catalog-top-categories__layout-v1 .swiper-container {

    margin-right: -16px;

  }

  .catalog-top-categories__layout-v2 {

    padding-bottom: 24px;

  }

  .catalog-top-categories__layout-v2 .catalog-top-categories__wrapper {

    display: flex;

    text-align: left;

    flex-wrap: nowrap;

    overflow-y: hidden;

    overflow-x: auto;

    scroll-behavior: smooth;

  }

  .catalog-top-categories__layout-v2 .catalog-top-categories__wrapper::-webkit-scrollbar {

    display: none;

  }

  .catalog-top-categories__layout-v2 .catalog-top-categories__item {

    margin: 0 16px 0 0;

    padding-top: 8px;

    padding-bottom: 6px;

    min-width: 100px;

  }

  .page-header--products {

    padding: 0;

    margin-top: 16px;

  }

  .page-header--products .page-header__title {

    font-size: 28px;

    font-size: 1.75rem;

    line-height: 20.29px;

    margin-top: 28px;

  }

  .page-header--products .page-header__title + .page-header__description,

  .page-header--products .page-header__title + .page-description {

    margin-top: 4px;

  }

  .page-header--products .page-header__description {

    font-size: 12px;

    font-size: 0.75rem;

    line-height: 16.15px;

  }

  .page-header--standard {

    margin-bottom: 7px;

  }

  .page-header--standard .page-header--products__image {

    left: 0;

    right: 0;

  }

  .page-header--standard .page-header__title {

    font-size: 18px;

    font-size: 1.125rem;

    line-height: 24px;

    max-width: 120px;

    margin-top: 0;

  }

  .page-header--standard .page-header__content {

    padding: 0px 16px;

  }

  .page-header--minimal {

    margin-top: 16px;

    margin-bottom: 16px;

  }

  .page-header--minimal .page-header__title {

    font-size: 18px;

    font-size: 1.125rem;

    line-height: 32px;

  }

  .page-header--template .container {

    padding: 0;

  }

  .woocommerce-nav-loadmore + .woocommerce-navigation {

    margin-bottom: 32px;

  }

  .catalog-toolbar .woocommerce-ordering__label,

  .catalog-toolbar .woocommerce-ordering {

    display: none;

  }

  .catalog-toolbar .woocommerce-ordering + .shopwell-toolbar-view::before {

    display: none;

    margin-right: 4px;

    margin-left: 16px;

  }

  .catalog-toolbar .shopwell-toolbar-view .grid-3,

  .catalog-toolbar .shopwell-toolbar-view .grid-2,

  .catalog-toolbar .shopwell-toolbar-view .grid-5 {

    display: none;

  }

  .catalog-toolbar--top {

    padding: 16px;

  }

  .catalog-toolbar--top .catalog-order {

    display: none;

  }

  .catalog-toolbar--top + .catalog-toolbar {

    margin-top: 16px;

  }

  .catalog-toolbar--top > button {

    width: calc((100% - 8px) / 2);

    padding: 0 10px;

    min-width: auto;

  }

  .mobile-catalog-toolbar--sticky {

    position: fixed;

    left: 0;

    bottom: 0;

    background-color: #fff;

    width: 100%;

    padding: 0;

    z-index: 99;

    box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);

    -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);

    -moz-box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);

  }

  .mobile-catalog-toolbar--sticky.catalog-toolbar--top {

    background-color: rgba(185, 185, 185, 0.4);

  }

  .mobile-catalog-toolbar--sticky button {

    margin: 8px;

    width: calc(100% - 16px);

    min-width: auto;

    padding: 0 10px;

  }

  .mobile-catalog-toolbar--sticky button:first-child {

    margin-left: 16px;

  }

  .mobile-catalog-toolbar--sticky button:last-child {

    margin-right: 16px;

  }

  ul.products {

    margin: 0 -8px;

  }

  ul.products li.product {

    padding: 0 8px;

  }

  ul.products li.product .product-thumbnails--slider .shopwell-product-card-swiper-next {

    right: 0;

  }

  ul.products li.product .product-thumbnails--slider .shopwell-product-card-swiper-prev {

    left: 0;

  }

  ul.products li.product .product-actions > a.button + a.button {

    margin-top: 8px;

  }

  ul.products li.product .product-actions > a.added_to_cart + a.button {

    margin-top: 8px;

  }

  ul.products li.product .woocommerce-badge .woocommerce-badge--label {

    display: none;

  }

  ul.products.columns-1 li.product {

    width: 100%;

  }

  ul.products.product-card-layout-1 li.product .product-actions, ul.products.product-card-layout-2 li.product .product-actions {

    padding-left: 10px;

    padding-right: 10px;

    padding-bottom: 10px;

  }

  ul.products.product-card-layout-3 li.product .product-thumbnails--slider .shopwell-product-card-swiper-prev {

    left: -6px;

  }

  ul.products.product-card-layout-3 li.product .product-thumbnails--slider .shopwell-product-card-swiper-next {

    right: -6px;

  }

  .catalog-view-list ul.products:not(.swiper-wrapper) li.product .product-inner {

    padding: 20px 0;

    flex-wrap: wrap;

    flex-direction: row;

  }

  .catalog-view-list ul.products:not(.swiper-wrapper) li.product .product-inner:hover {

    box-shadow: none;

    border-color: rgba(185, 185, 185, 0.4);

  }

  .catalog-view-list ul.products:not(.swiper-wrapper) li.product .woocommerce-badges {

    left: 0;

  }

  .catalog-view-list ul.products:not(.swiper-wrapper) li.product .product-thumbnail {

    max-width: 137px;

    margin-right: 0;

    width: 40%;

  }

  .catalog-view-list ul.products:not(.swiper-wrapper) li.product .product-thumbnail .product-featured-icons {

    display: none;

  }

  .catalog-view-list ul.products:not(.swiper-wrapper) li.product .product-summary {

    padding-right: 0;

    padding-left: 0;

    width: calc(100% - 137px);

  }

  .catalog-view-list ul.products:not(.swiper-wrapper) li.product .product-summary .woocommerce-loop-product__title {

    font-size: 14px;

    font-size: 0.875rem;

    line-height: 20px;

    margin-top: 11px;

  }

  .catalog-view-list ul.products:not(.swiper-wrapper) li.product .product-summary .shopwell-rating {

    margin-bottom: 5px;

  }

  .catalog-view-list ul.products:not(.swiper-wrapper) li.product .product-summary .shopwell-rating .average,

  .catalog-view-list ul.products:not(.swiper-wrapper) li.product .product-summary .shopwell-rating .text {

    display: none;

  }

  .catalog-view-list ul.products:not(.swiper-wrapper) li.product .product-summary .price {

    display: flex;

    order: 5;

    font-size: 14px;

    font-size: 0.875rem;

    font-weight: 500;

    margin: 0;

  }

  .catalog-view-list ul.products:not(.swiper-wrapper) li.product .product-summary .price ins {

    width: auto;

    font-weight: 500;

    margin-right: 6px;

    color: #dd2831;

  }

  .catalog-view-list ul.products:not(.swiper-wrapper) li.product .product-summary .price del {

    width: auto;

    font-weight: 400;

  }

  .catalog-view-list ul.products:not(.swiper-wrapper) li.product .product-summary .meta-wrapper,

  .catalog-view-list ul.products:not(.swiper-wrapper) li.product .product-summary .product-variation-items {

    display: none;

  }

  .catalog-view-list ul.products:not(.swiper-wrapper) li.product .product-summary.show-vendor {

    padding-bottom: 30px;

  }

  .catalog-view-list ul.products:not(.swiper-wrapper) li.product .product-summary.show-vendor .sold-by-meta {

    left: 0;

  }

  .catalog-view-list ul.products:not(.swiper-wrapper) li.product .product-actions {

    display: none;

  }

  .catalog-view-list ul.products:not(.swiper-wrapper).product-list-no-desc-mobile li.product .short-description {

    display: none;

  }

  .catalog-grid--has-border:not(.catalog-view-list) ul.products {

    margin-top: 16px;

  }

  .catalog-grid--has-border:not(.catalog-view-list) ul.products li {

    padding-top: 16px;

    margin-top: 6px;

  }

  .catalog-grid--has-border:not(.catalog-view-list) ul.products li::after {

    height: calc(100% - 16px);

    left: -1px;

  }

  .catalog-grid--has-border:not(.catalog-view-list) ul.products.columns-3 li:nth-child(3n+1)::after {

    display: inline-block;

  }

  .catalog-grid--has-border:not(.catalog-view-list) ul.products.columns-3 li:nth-child(1), .catalog-grid--has-border:not(.catalog-view-list) ul.products.columns-3 li:nth-child(2), .catalog-grid--has-border:not(.catalog-view-list) ul.products.columns-3 li:nth-child(3) {

    border-top: 1px solid rgba(185, 185, 185, 0.4);

    padding-top: 16px;

    margin-top: 6px;

  }

  .catalog-grid--has-border:not(.catalog-view-list) ul.products.columns-3 li:nth-child(1)::after, .catalog-grid--has-border:not(.catalog-view-list) ul.products.columns-3 li:nth-child(2)::after, .catalog-grid--has-border:not(.catalog-view-list) ul.products.columns-3 li:nth-child(3)::after {

    height: calc(100% - 16px);

  }

  .catalog-grid--has-border:not(.catalog-view-list) ul.products.columns-4 li:nth-child(4n+1)::after {

    display: inline-block;

  }

  .catalog-grid--has-border:not(.catalog-view-list) ul.products.columns-4 li:nth-child(1), .catalog-grid--has-border:not(.catalog-view-list) ul.products.columns-4 li:nth-child(2), .catalog-grid--has-border:not(.catalog-view-list) ul.products.columns-4 li:nth-child(3), .catalog-grid--has-border:not(.catalog-view-list) ul.products.columns-4 li:nth-child(4) {

    border-top: 1px solid rgba(185, 185, 185, 0.4);

    padding-top: 16px;

    margin-top: 6px;

  }

  .catalog-grid--has-border:not(.catalog-view-list) ul.products.columns-4 li:nth-child(1)::after, .catalog-grid--has-border:not(.catalog-view-list) ul.products.columns-4 li:nth-child(2)::after, .catalog-grid--has-border:not(.catalog-view-list) ul.products.columns-4 li:nth-child(3)::after, .catalog-grid--has-border:not(.catalog-view-list) ul.products.columns-4 li:nth-child(4)::after {

    height: calc(100% - 16px);

  }

  .catalog-grid--has-border:not(.catalog-view-list) ul.products.columns-5 li:nth-child(5n+1)::after {

    display: inline-block;

  }

  .catalog-grid--has-border:not(.catalog-view-list) ul.products.columns-5 li:nth-child(1), .catalog-grid--has-border:not(.catalog-view-list) ul.products.columns-5 li:nth-child(2), .catalog-grid--has-border:not(.catalog-view-list) ul.products.columns-5 li:nth-child(3), .catalog-grid--has-border:not(.catalog-view-list) ul.products.columns-5 li:nth-child(4), .catalog-grid--has-border:not(.catalog-view-list) ul.products.columns-5 li:nth-child(5) {

    border-top: 1px solid rgba(185, 185, 185, 0.4);

    padding-top: 16px;

    margin-top: 6px;

  }

  .catalog-grid--has-border:not(.catalog-view-list) ul.products.columns-5 li:nth-child(1)::after, .catalog-grid--has-border:not(.catalog-view-list) ul.products.columns-5 li:nth-child(2)::after, .catalog-grid--has-border:not(.catalog-view-list) ul.products.columns-5 li:nth-child(3)::after, .catalog-grid--has-border:not(.catalog-view-list) ul.products.columns-5 li:nth-child(4)::after, .catalog-grid--has-border:not(.catalog-view-list) ul.products.columns-5 li:nth-child(5)::after {

    height: calc(100% - 16px);

  }

  .catalog-grid--has-border:not(.catalog-view-list) ul.products.columns-3 li:nth-child(2n+1)::after, .catalog-grid--has-border:not(.catalog-view-list) ul.products.columns-4 li:nth-child(2n+1)::after, .catalog-grid--has-border:not(.catalog-view-list) ul.products.columns-5 li:nth-child(2n+1)::after {

    display: none;

  }

  .catalog-grid--has-border:not(.catalog-view-list) ul.products.columns-3 li:nth-child(1), .catalog-grid--has-border:not(.catalog-view-list) ul.products.columns-3 li:nth-child(2), .catalog-grid--has-border:not(.catalog-view-list) ul.products.columns-4 li:nth-child(1), .catalog-grid--has-border:not(.catalog-view-list) ul.products.columns-4 li:nth-child(2), .catalog-grid--has-border:not(.catalog-view-list) ul.products.columns-5 li:nth-child(1), .catalog-grid--has-border:not(.catalog-view-list) ul.products.columns-5 li:nth-child(2) {

    border-top: none;

    padding-top: 0;

    margin-top: 0;

  }

  .catalog-grid--has-border:not(.catalog-view-list) ul.products.columns-3 li:nth-child(1)::after, .catalog-grid--has-border:not(.catalog-view-list) ul.products.columns-3 li:nth-child(2)::after, .catalog-grid--has-border:not(.catalog-view-list) ul.products.columns-4 li:nth-child(1)::after, .catalog-grid--has-border:not(.catalog-view-list) ul.products.columns-4 li:nth-child(2)::after, .catalog-grid--has-border:not(.catalog-view-list) ul.products.columns-5 li:nth-child(1)::after, .catalog-grid--has-border:not(.catalog-view-list) ul.products.columns-5 li:nth-child(2)::after {

    height: 100%;

  }

  .catalog-grid--has-border-bottom:not(.catalog-view-list) ul.products {

    margin-top: 12px;

  }

  .catalog-grid--has-border-bottom:not(.catalog-view-list) ul.products li {

    margin-top: 0;

    padding-top: 0;

    border-top: none;

    margin-bottom: 10px;

  }

  .single-product div.site {

    padding-bottom: 65px;

  }

  .single-product .site-content {

    padding-bottom: 34px;

  }

  .single-product div.product {

    --shopwell-product-thumbnail-height: 16px;

  }

  .single-product div.product .woocommerce-product-gallery__wrapper {

    margin: 0;

  }

  .single-product div.product .shopwell-product-gallery,

  .single-product div.product .entry-summary {

    width: 100%;

  }

  .single-product div.product .shopwell-product-gallery .flex-viewport {

    margin-bottom: 0;

  }

  .single-product div.product .shopwell-product-gallery .product-featured-icons {

    opacity: 1;

    visibility: visible;

    flex-direction: column;

    align-items: flex-end;

  }

  .single-product div.product .shopwell-product-gallery .product-featured-icons .wcboost-products-compare-button,

  .single-product div.product .shopwell-product-gallery .product-featured-icons .wcboost-wishlist-button {

    margin-left: 0;

    margin-top: 10px;

  }

  .single-product div.product .shopwell-product-gallery .product-featured-icons .wcboost-products-compare-button:first-child,

  .single-product div.product .shopwell-product-gallery .product-featured-icons .wcboost-wishlist-button:first-child {

    margin-top: 0;

  }

  .single-product div.product .shopwell-product-gallery .product-featured-icons .wcboost-products-compare-button a.added,

  .single-product div.product .shopwell-product-gallery .product-featured-icons .wcboost-wishlist-button a.added {

    background-color: #fff;

    color: #7d828a;

    width: 44px;

    height: 44px;

    border-radius: 100%;

    align-items: center;

    justify-content: center;

    box-shadow: 0px 2px 6px 0px rgba(29, 33, 40, 0.16);

    transition: 0.3s;

    overflow: hidden;

    display: block;

  }

  .single-product div.product .shopwell-product-gallery .product-featured-icons .wcboost-products-compare-button a.added::before,

  .single-product div.product .shopwell-product-gallery .product-featured-icons .wcboost-wishlist-button a.added::before {

    margin-right: 0;

    width: 44px;

    height: 44px;

  }

  .single-product div.product .shopwell-product-gallery .product-featured-icons .wcboost-wishlist-button__text,

  .single-product div.product .shopwell-product-gallery .product-featured-icons .wcboost-products-compare-button__text {

    display: none;

  }

  .single-product div.product .shopwell-product-gallery .product-featured-icons .shopwell-button--compare > a .shopwell-button__icon {

    margin: 0;

  }

  .single-product div.product .shopwell-product-gallery .product-featured-icons .wcboost-products-compare-button__icon {

    margin-right: 0;

    /*rtl:raw:

    	margin-right: 0;

    */

  }

  .single-product div.product .woocommerce-product-gallery {

    margin-left: -16px;

    margin-right: -16px;

    width: 100vw !important;

  }

  .single-product div.product .shopwell-product-slider__fractions {

    display: inline-block;

  }

  .single-product div.product .product-gallery-summary {

    display: inline-block;

    width: 100%;

    padding-bottom: 20px;

    margin-bottom: 0;

    --shopwell-product-thumbnail-height: 16px !important;

  }

  .single-product div.product .product-gallery-summary .shopwell-button--product-share {

    opacity: 1;

    visibility: visible;

  }

  .single-product div.product .product-gallery-summary .woocommerce-badges {

    margin-bottom: 11px;

  }

  .single-product div.product .product-gallery-summary .price {

    font-size: 24px;

    font-size: 1.5rem;

  }

  .single-product div.product .product-gallery-summary .price + .shopwell-price__sale {

    margin-top: 5px;

  }

  .single-product div.product .product-gallery-summary .shopwell-price__sale {

    font-size: 12px;

    font-size: 0.75rem;

  }

  .single-product div.product .product-gallery-summary .stock {

    font-size: 12px;

    font-size: 0.75rem;

  }

  .single-product div.product .product-gallery-summary .single_add_to_cart_button {

    float: none;

    width: 100%;

    line-height: 44px;

  }

  .single-product div.product .product-gallery-summary + .upsells.products {

    margin-top: 32px;

  }

  .single-product div.product .quantity {

    height: 44px;

    padding: 0 10px;

    margin-right: 0;

    margin-bottom: 12px;

    width: 100%;

    justify-content: space-between;

  }

  .single-product div.product .quantity input {

    flex: auto;

  }

  .single-product div.product .quantity .shopwell-qty-button {

    height: auto;

    padding: 0;

  }

  .single-product div.product .entry-summary {

    padding-top: 24px;

    padding-left: 16px;

    padding-right: 16px;

    width: 100vw;

    margin-left: -16px;

    margin-right: -16px;

    border-radius: 16px 16px 0 0;

    box-shadow: 0px -4px 4px 0px rgba(0, 0, 0, 0.08);

    position: relative;

    z-index: 10;

  }

  .single-product div.product .entry-summary .product-featured-icons {

    display: none;

  }

  .single-product div.product .product_title {

    font-size: 18px;

    font-size: 1.125rem;

    margin-bottom: 12px;

    line-height: 24px;

  }

  .single-product div.product .woocommerce-product-rating .woocommerce-review-link .count + span {

    display: none;

  }

  .single-product div.product .product-meta-wrapper {

    margin-bottom: 13px;

  }

  .single-product div.product .product-meta-wrapper .meta {

    font-size: 12px;

    font-size: 0.75rem;

  }

  .single-product div.product .woocommerce-tabs {

    border: none;

    padding: 0;

    position: relative;

    padding-bottom: 0;

    margin-bottom: 32px;

  }

  .single-product div.product .woocommerce-tabs::before {

    content: "";

    position: absolute;

    top: 100%;

    left: 0;

    right: 0;

    height: 1px;

    width: 100%;

    background-color: rgba(185, 185, 185, 0.4);

  }

  .single-product div.product .woocommerce-tabs::before {

    width: 100vw;

    margin-left: calc(-50vw + 50%);

    margin-right: calc(-50vw + 50%);

    height: 4px;

  }

  .single-product div.product .woocommerce-tabs .wc-tabs {

    display: block;

  }

  .single-product div.product .woocommerce-tabs .wc-tabs li {

    text-align: left;

    border: none;

    position: relative;

  }

  .single-product div.product .woocommerce-tabs .wc-tabs li::before {

    content: "";

    position: absolute;

    top: 100%;

    left: 0;

    right: 0;

    height: 1px;

    width: 100%;

    background-color: rgba(185, 185, 185, 0.4);

  }

  .single-product div.product .woocommerce-tabs .wc-tabs li::before {

    width: 100vw;

    margin-left: calc(-50vw + 50%);

    margin-right: calc(-50vw + 50%);

    height: 4px;

  }

  .single-product div.product .woocommerce-tabs .wc-tabs li a {

    font-size: 16px;

    font-size: 1rem;

    padding-bottom: 1em;

  }

  .single-product div.product .woocommerce-tabs .shopwell-tabs-heading {

    display: none;

  }

  .single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel {

    display: block !important;

    width: 100%;

    position: relative;

    text-align: left;

    border: none;

    position: relative;

  }

  .single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel::before {

    content: "";

    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    height: 1px;

    width: 100%;

    background-color: rgba(185, 185, 185, 0.4);

  }

  .single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel::before {

    width: 100vw;

    margin-left: calc(-50vw + 50%);

    margin-right: calc(-50vw + 50%);

    height: 4px;

  }

  .single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel .shopwell-dropdown__content {

    display: none;

  }

  .single-product div.product .woocommerce-tabs.wc-tabs-first-mobile--opened .shopwell-dropdown__title.active + .shopwell-dropdown__content {

    display: block;

  }

  .single-product div.product .woocommerce-tabs .shopwell-dropdown__title {

    display: flex;

    justify-content: space-between;

    align-items: center;

    color: #1d2128;

    font-weight: 500;

    font-size: 16px;

    font-size: 1rem;

    padding-bottom: 17px;

    padding-top: 22px;

  }

  .single-product div.product .woocommerce-tabs .shopwell-dropdown__title.active .shopwell-svg-icon.icon-arrow {

    -webkit-transform: rotate(180deg);

    -moz-transform: rotate(180deg);

    -o-transform: rotate(180deg);

    -ms-transform: rotate(180deg);

    transform: rotate(180deg);

    transition: 0.3s;

  }

  .single-product div.product .woocommerce-tabs .shopwell-dropdown__title.active .shopwell-svg-icon.icon-noactive {

    display: none;

  }

  .single-product div.product .woocommerce-tabs .shopwell-dropdown__title.active .shopwell-svg-icon.icon-active {

    display: inline-flex;

  }

  .single-product div.product .woocommerce-tabs .shopwell-dropdown__title .shopwell-svg-icon.icon-arrow {

    display: inline-flex;

    justify-content: center;

    align-items: center;

    width: 32px;

    height: 32px;

    border: 1px solid #ebeff3;

    border-radius: 50%;

    font-size: 11px;

    font-size: 0.6875rem;

    color: #7d828a;

  }

  .single-product div.product .woocommerce-tabs .shopwell-dropdown__title .shopwell-svg-icon.icon-active {

    display: none;

    font-size: 14px;

    font-size: 0.875rem;

    color: #1d2128;

  }

  .single-product div.product .woocommerce-tabs .shopwell-dropdown__title .shopwell-svg-icon.icon-noactive {

    display: inline-flex;

    font-size: 14px;

    font-size: 0.875rem;

    color: #1d2128;

  }

  .single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel--seller .shopwell-dropdown__content,

  .single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel--more_seller_product .shopwell-dropdown__content {

    margin: 0;

  }

  .single-product div.product .woocommerce-tabs table.woocommerce-product-attributes th,

  .single-product div.product .woocommerce-tabs table.woocommerce-product-attributes td {

    padding-left: 15px;

    padding-right: 15px;

  }

  .single-product div.product .woocommerce-tabs--reviews {

    margin: 0;

    padding: 0;

    position: relative;

  }

  .single-product div.product .woocommerce-tabs--reviews::before {

    content: "";

    position: absolute;

    top: 100%;

    left: 0;

    right: 0;

    height: 1px;

    width: 100%;

    background-color: rgba(185, 185, 185, 0.4);

  }

  .single-product div.product .woocommerce-tabs--reviews::before {

    width: 100vw;

    margin-left: calc(-50vw + 50%);

    margin-right: calc(-50vw + 50%);

    height: 4px;

  }

  .single-product div.product .woocommerce-tabs--reviews .woocommerce-tabs--reviews-title {

    display: flex;

    justify-content: space-between;

    align-items: center;

    color: #1d2128;

    line-height: 1;

    font-weight: 500;

    font-size: 16px;

    font-size: 1rem;

    margin: 0;

    padding-bottom: 20px;

    padding-top: 27px;

    cursor: pointer;

    border-bottom: none;

  }

  .single-product div.product .woocommerce-tabs--reviews .woocommerce-Reviews {

    padding-top: 27px;

    border-top: 1px solid rgba(185, 185, 185, 0.4);

  }

  .single-product div.product .woocommerce-product-gallery__thumbs-carousel {

    display: none;

    position: absolute;

    bottom: 10px;

    flex-direction: row;

    z-index: 9;

    width: 100%;

    height: auto;

    margin-top: 0;

    left: 0;

  }

  .single-product div.product .woocommerce-product-gallery__thumbs-carousel .shopwell-swiper-button {

    display: none;

  }

  .single-product div.product .woocommerce-product-gallery__thumbs-carousel .flex-control-thumbs {

    flex-direction: row;

    height: auto;

    width: 100%;

    justify-content: center;

  }

  .single-product div.product .woocommerce-product-gallery__thumbs-carousel .flex-control-thumbs li {

    position: relative;

    width: auto !important;

    margin: 0 !important;

  }

  .single-product div.product .woocommerce-product-gallery__thumbs-carousel .flex-control-thumbs li::after {

    display: none;

  }

  .single-product div.product .woocommerce-product-gallery__thumbs-carousel .flex-control-thumbs li img {

    position: absolute;

    left: 0;

    right: 0;

    opacity: 0 !important;

    border: none;

    width: auto;

    height: auto;

  }

  .single-product div.product .woocommerce-product-gallery__thumbs-carousel .flex-control-thumbs li span {

    display: inline-block;

    width: 8px;

    height: 8px;

    border-radius: 50%;

    background-color: rgba(185, 185, 185, 0.6);

    margin: 0 6px;

  }

  .single-product div.product .woocommerce-product-gallery__thumbs-carousel .flex-control-thumbs li .flex-active + span {

    background-color: #1d2128;

  }

  .single-product div.product .woocommerce-Reviews {

    display: block;

  }

  .single-product div.product .woocommerce-Reviews .shopwell-product-rating {

    width: 100%;

    margin-right: 0;

  }

  .single-product div.product .upsells.products + .woocommerce-tabs {

    margin-top: 11px;

  }

  .single-product div.product .upsells.products + .related.products {

    position: relative;

    margin-top: 26px;

    padding-top: 32px;

  }

  .single-product div.product .upsells.products + .related.products::before {

    content: "";

    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    height: 1px;

    width: 100%;

    background-color: rgba(185, 185, 185, 0.4);

  }

  .single-product div.product .upsells.products + .related.products::before {

    width: 100vw;

    margin-left: calc(-50vw + 50%);

    margin-right: calc(-50vw + 50%);

    height: 4px;

  }

  .single-product div.product .related.products > h2,

  .single-product div.product .upsells.products > h2 {

    font-size: 18px;

    font-size: 1.125rem;

    margin-top: 0;

    margin-bottom: 9px;

  }

  .single-product div.product .related.products ul.products li.product,

  .single-product div.product .upsells.products ul.products li.product {

    margin-bottom: 5px;

  }

  .single-product div.product .shopwell-icon-box-widget {

    border-width: 4px;

    border-left: 0;

    border-right: 0;

    border-bottom: 0;

    width: 100vw;

    margin-left: -16px;

    margin-right: -16px;

    padding: 21px 16px 0;

  }

  .single-product div.product:not(.layout-6) .side-products {

    border: none;

    padding: 34px 0 7px;

    margin-top: 20px;

    position: relative;

  }

  .single-product div.product:not(.layout-6) .side-products::before {

    content: "";

    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    height: 1px;

    width: 100%;

    background-color: rgba(185, 185, 185, 0.4);

  }

  .single-product div.product:not(.layout-6) .side-products::before {

    width: 100vw;

    margin-left: calc(-50vw + 50%);

    margin-right: calc(-50vw + 50%);

    height: 4px;

  }

  .single-product div.product:not(.layout-6) .side-products ul {

    margin-left: -16px;

    margin-right: -16px;

    padding: 0 16px;

  }

  .single-product div.product:not(.layout-6) .side-products li {

    flex: 1 0 78%;

    max-width: 78%;

  }

  .single-product div.product .product-thumbnails-vertical .woocommerce-product-gallery__thumbs-carousel {

    display: none;

  }

  .single-product div.product .product-thumbnails-mobile--dots .woocommerce-product-gallery__thumbs-carousel {

    display: block;

  }

  .single-product div.product.product-wc-tabs-dropdown.layout-3 .woocommerce-tabs .shopwell-dropdown__title, .single-product div.product.product-wc-tabs-dropdown.layout-5 .woocommerce-tabs .shopwell-dropdown__title, .single-product div.product.product-wc-tabs-dropdown.layout-6 .woocommerce-tabs .shopwell-dropdown__title {

    padding-top: 18px;

    padding-bottom: 13px;

  }

  .single-product div.product.layout-6.product-wc-tabs-dropdown .woocommerce-tabs {

    margin-bottom: 0;

  }

  .single-product div.product.layout-6 .product-gallery-summary .woocommerce-tabs .price {

    font-size: 12px;

    font-size: 0.75rem;

  }

  .single-product div.product.layout-2 .product-gallery-summary .product-meta-wrapper {

    margin-bottom: 17px;

  }

  .single-product div.product.layout-2 .product-gallery-summary .price {

    font-size: 24px;

    font-size: 1.5rem;

  }

  .single-product div.product.layout-2 .product-gallery-summary table.variations tr:last-child .value {

    padding-bottom: 13px;

  }

  .single-product div.product.layout-2 .shopwell-product-pbt {

    position: relative;

    padding-top: 24px;

  }

  .single-product div.product.layout-2 .shopwell-product-pbt::before {

    content: "";

    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    height: 1px;

    width: 100%;

    background-color: rgba(185, 185, 185, 0.4);

  }

  .single-product div.product.layout-2 .shopwell-product-pbt::before {

    width: 100vw;

    margin-left: calc(-50vw + 50%);

    margin-right: calc(-50vw + 50%);

    height: 4px;

  }

  .single-product div.product.layout-2 .shopwell-product-pbt .shopwell-product-pbt__title {

    font-size: 18px;

    font-size: 1.125rem;

  }

  .single-product div.product.layout-1 .product-gallery-summary {

    margin-bottom: 0;

  }

  .single-product div.product.layout-3 .product-gallery-summary .shopwell-quantity-wrapper {

    margin-bottom: 12px;

  }

  .single-product div.product.layout-3 .product-gallery-summary .quantity input.qty {

    width: 40px;

  }

  .single-product div.product.layout-3 .shopwell-product-pbt {

    margin-top: 23px;

  }

  .single-product div.product.layout-3 .related.products > h2,

  .single-product div.product.layout-3 .upsells.products > h2 {

    margin-top: 0;

  }

  .single-product div.product.layout-3 .shopwell-icon-box-widget .shopwell-icon-box-widget__item {

    padding: 0 16px;

  }

  .single-product div.product.layout-3 .product-thumbnails-vertical .product-gallery-summary {

    display: inline-block;

    margin-bottom: 0;

  }

  .single-product div.product.layout-3 .product-thumbnails-vertical .product-gallery-summary .single_add_to_cart_button {

    width: 100%;

  }

  .single-product div.product.layout-3 .product-thumbnails-vertical .product-summary-wrapper {

    width: 100%;

  }

  .single-product div.product.layout-3 .product-thumbnails-vertical .entry-summary {

    padding-left: 16px;

    padding-right: 16px;

    width: 100vw;

    padding-top: 24px;

  }

  .single-product div.product.layout-3 .product-thumbnails-vertical .shopwell-quantity-wrapper .quantity {

    width: auto;

    margin-right: 20px;

    margin-bottom: 0;

  }

  .single-product div.product.layout-3 .product-thumbnails-vertical .product-meta-wrapper {

    justify-content: flex-start;

  }

  .single-product div.product.layout-3 .product-thumbnails-vertical .product-meta-wrapper .woocommerce-product-rating::before {

    margin-top: 3px;

    content: "";

    display: inline-block;

    width: 1px;

    height: 10px;

    background-color: rgba(185, 185, 185, 0.4);

    margin-left: 20px;

    margin-right: 20px;

  }

  .single-product div.product.layout-3 .product-thumbnails-vertical .product-meta-wrapper .woocommerce-product-rating .woocommerce-review-link .count + span {

    display: inline;

  }

  .single-product div.product.layout-3 .product-thumbnails-vertical .woocommerce-badges {

    margin-bottom: 10px;

  }

  .single-product div.product.layout-3.has-buy-now .quantity {

    order: 0;

  }

  .single-product div.product.layout-3.has-buy-now .shopwell-buy-now-button {

    margin-left: 0;

  }

  .single-product div.product.layout-4 {

    --shopwell-product-thumbnail-height: 16px;

  }

  .single-product div.product.layout-4 .product-summary-wrapper {

    display: block;

  }

  .single-product div.product.layout-4 .product-summary-wrapper .shopwell-breadcrumb-social-wrapper {

    padding-top: 18px;

    padding-bottom: 15px;

  }

  .single-product div.product.layout-4 .product-gallery-summary .price {

    font-size: 28px;

    font-size: 1.75rem;

  }

  .single-product div.product.layout-4 .product-gallery-summary .shopwell-quantity-wrapper {

    margin-bottom: 12px;

  }

  .single-product div.product.layout-4 .product-gallery-summary .quantity input.qty {

    width: 40px;

  }

  .single-product div.product.layout-4 .shopwell-product-gallery {

    width: 100%;

  }

  .single-product div.product.layout-4 .entry-summary {

    padding-left: 16px;

    padding-right: 16px;

    width: 100vw;

    padding-top: 24px;

  }

  .single-product div.product.layout-4 .entry-summary .product-featured-icons {

    display: none;

  }

  .single-product div.product.layout-4 .product-meta-wrapper {

    justify-content: flex-start;

  }

  .single-product div.product.layout-4 .product-meta-wrapper .meta-sku {

    display: inline;

  }

  .single-product div.product.layout-4 .woocommerce-product-rating .woocommerce-review-link .count + span {

    display: inline;

  }

  .single-product div.product.layout-4 .shopwell-quantity-wrapper .quantity {

    width: auto;

    margin-right: 20px;

    margin-bottom: 0;

  }

  .single-product div.product.layout-4 .shopwell-product-pbt {

    position: relative;

    padding-top: 32px;

  }

  .single-product div.product.layout-4 .shopwell-product-pbt::before {

    content: "";

    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    height: 1px;

    width: 100%;

    background-color: rgba(185, 185, 185, 0.4);

  }

  .single-product div.product.layout-4 .shopwell-product-pbt::before {

    width: 100vw;

    margin-left: calc(-50vw + 50%);

    margin-right: calc(-50vw + 50%);

    height: 4px;

  }

  .single-product div.product.layout-4 .shopwell-product-pbt .shopwell-product-pbt__title {

    font-size: 18px;

    font-size: 1.125rem;

  }

  .single-product div.product.layout-4.has-buy-now .quantity {

    order: 0;

  }

  .single-product div.product.layout-4.has-buy-now .shopwell-buy-now-button {

    margin-top: 0;

  }

  .single-product div.product.layout-4 .shopwell-icon-box-widget {

    padding: 24px 0;

  }

  .single-product div.product.layout-4 .shopwell-icon-box-widget .shopwell-icon-box-widget__item {

    padding: 0 16px;

  }

  .single-product div.product.layout-5 {

    --shopwell-product-thumbnail-height: 16px;

    margin-top: 0;

  }

  .single-product div.product.layout-5 .shopwell-product-gallery,

  .single-product div.product.layout-5 .product-summary-wrapper {

    width: 100%;

    padding-left: 0;

  }

  .single-product div.product.layout-5 .entry-summary {

    padding-left: 16px;

    padding-right: 16px;

    width: 100vw;

    padding-top: 24px;

    box-shadow: none;

    border-radius: 0;

  }

  .single-product div.product.layout-5 .product-gallery-summary {

    padding-bottom: 32px;

    margin-bottom: 0;

  }

  .single-product div.product.layout-5 .product-gallery-summary .woocommerce-product-gallery__image a img {

    border: none;

  }

  .single-product div.product.layout-5 .product-gallery-summary .shopwell-quantity-wrapper {

    margin-bottom: 12px;

  }

  .single-product div.product.layout-5 .product-gallery-summary .quantity {

    width: auto;

    margin-bottom: 0;

  }

  .single-product div.product.layout-5 .product-gallery-summary .quantity input.qty {

    width: 40px;

  }

  .single-product div.product.layout-5 .woocommerce-product-gallery .flex-viewport {

    margin-bottom: 0;

  }

  .single-product div.product.layout-5 .product-summary-wrapper {

    position: relative;

    padding-top: 15px;

  }

  .single-product div.product.layout-5 .product-summary-wrapper::before {

    content: "";

    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    height: 1px;

    width: 100%;

    background-color: rgba(185, 185, 185, 0.4);

  }

  .single-product div.product.layout-5 .product-summary-wrapper::before {

    width: 100vw;

    margin-left: calc(-50vw + 50%);

    margin-right: calc(-50vw + 50%);

    height: 4px;

  }

  .single-product div.product.layout-5 .product-summary-wrapper::before {

    height: 1px;

  }

  .single-product div.product.layout-5 .entry-summary {

    margin-top: 0;

  }

  .single-product div.product.layout-5 .entry-summary::before {

    display: none;

  }

  .single-product div.product.layout-5 .entry-summary .product-featured-icons {

    display: none;

  }

  .single-product div.product.layout-5 .product-meta-wrapper {

    justify-content: flex-start;

    padding-bottom: 11px;

    margin-bottom: 15px;

  }

  .single-product div.product.layout-5 .product-meta-wrapper .meta-sku {

    display: inline;

  }

  .single-product div.product.layout-5 .button-write-review {

    display: inline-flex;

  }

  .single-product div.product.layout-5 .short-description {

    border-bottom: 1px solid #ebeff3;

    padding-bottom: 22px;

    margin-bottom: 0;

  }

  .single-product div.product.layout-5 .related.products {

    position: relative;

    padding-top: 24px;

  }

  .single-product div.product.layout-5 .related.products::before {

    content: "";

    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    height: 1px;

    width: 100%;

    background-color: rgba(185, 185, 185, 0.4);

  }

  .single-product div.product.layout-5 .related.products::before {

    width: 100vw;

    margin-left: calc(-50vw + 50%);

    margin-right: calc(-50vw + 50%);

    height: 4px;

  }

  .single-product div.product.layout-5 .related.products h2 {

    margin-top: 0;

  }

  .single-product div.product.layout-5 .shopwell-product-pbt {

    position: relative;

    padding-top: 24px;

  }

  .single-product div.product.layout-5 .shopwell-product-pbt::before {

    content: "";

    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    height: 1px;

    width: 100%;

    background-color: rgba(185, 185, 185, 0.4);

  }

  .single-product div.product.layout-5 .shopwell-product-pbt::before {

    width: 100vw;

    margin-left: calc(-50vw + 50%);

    margin-right: calc(-50vw + 50%);

    height: 4px;

  }

  .single-product div.product.layout-5 .shopwell-product-pbt .shopwell-product-pbt__title {

    font-size: 18px;

    font-size: 1.125rem;

  }

  .single-product div.product.layout-5.has-buy-now .quantity {

    order: 0;

  }

  .single-product div.product.layout-5.has-buy-now .shopwell-buy-now-button {

    margin-top: 0;

  }

  .single-product div.product.layout-5 .shopwell-icon-box-widget {

    width: 100%;

    margin-left: 0;

    margin-right: 0;

    border-bottom: 1px solid rgba(185, 185, 185, 0.4);

    padding-bottom: 6px;

    margin-bottom: 21px;

  }

  .single-product div.product.layout-6 .shopwell-product-slider__fractions {

    display: none;

  }

  .single-product div.product.layout-6 .woocommerce-product-gallery__thumbs-carousel {

    display: block;

    top: auto;

  }

  .single-product div.product.layout-6 .product-gallery-summary .quantity {

    margin-bottom: 12px;

    float: none;

  }

  .single-product div.product.layout-6 .product-gallery-summary .quantity .shopwell-qty-button {

    height: auto;

  }

  .single-product div.product.layout-6 .product-gallery-summary .variations_form .single_add_to_cart_button,

  .single-product div.product.layout-6 .product-gallery-summary .single_add_to_cart_button {

    width: 100%;

    float: none;

  }

  .single-product div.product.layout-6 .product-gallery-summary .product_title {

    margin-bottom: 11px;

  }

  .single-product div.product.layout-6 .product-gallery-summary .woocommerce-product-rating {

    margin-bottom: 18px;

  }

  .single-product div.product.layout-6 .woocommerce-tabs--reviews {

    position: relative;

    padding-bottom: 22px;

  }

  .single-product div.product.layout-6 .woocommerce-tabs--reviews::before {

    content: "";

    position: absolute;

    top: 100%;

    left: 0;

    right: 0;

    height: 1px;

    width: 100%;

    background-color: rgba(185, 185, 185, 0.4);

  }

  .single-product div.product.layout-6 .woocommerce-tabs--reviews::before {

    width: 100vw;

    margin-left: calc(-50vw + 50%);

    margin-right: calc(-50vw + 50%);

    height: 4px;

  }

  .single-product div.product.layout-6 .woocommerce-tabs--reviews .woocommerce-tabs--reviews-title {

    font-size: 18px;

    font-size: 1.125rem;

    padding-top: 0;

  }

  .single-product div.product.layout-6 .shopwell-product-pbt + .products.related {

    position: relative;

    padding-top: 24px;

  }

  .single-product div.product.layout-6 .shopwell-product-pbt + .products.related::before {

    content: "";

    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    height: 1px;

    width: 100%;

    background-color: rgba(185, 185, 185, 0.4);

  }

  .single-product div.product.layout-6 .shopwell-product-pbt + .products.related::before {

    width: 100vw;

    margin-left: calc(-50vw + 50%);

    margin-right: calc(-50vw + 50%);

    height: 4px;

  }

  .single-product div.product.layout-6 .upsells.products {

    margin-top: 0;

  }

  .single-product div.product.layout-6.product-wc-tabs-dropdown .woocommerce-tabs--description .woocommerce-tabs--description-title {

    font-size: 18px;

    font-size: 1.125rem;

  }

  .single-product div.product.layout-6.product-wc-tabs-dropdown .woocommerce-tabs--description .woocommerce-tabs--description-content {

    padding-bottom: 0;

  }

  .single-product div.product.layout-6.product-wc-tabs-dropdown .woocommerce-tabs {

    margin-bottom: 32px;

  }

  .single-product div.product.layout-6.product-wc-tabs-dropdown .woocommerce-tabs .woocommerce-Tabs-panel {

    padding: 0;

  }

  .single-product div.product.layout-6.product-wc-tabs-dropdown .woocommerce-tabs .shopwell-dropdown__title {

    font-size: 18px;

    font-size: 1.125rem;

  }

  .single-product div.product.layout-6 .shopwell-icon-box-widget {

    width: 100%;

  }

  .single-product div.product.product-type-grouped .woocommerce-grouped-product-list-item__label {

    font-size: 16px;

    font-size: 1rem;

  }

  .single-product div.product.product-type-grouped .outofstock a.button {

    min-width: auto;

    line-height: 44px;

  }

  .single-product div.product.product-type-grouped .product-gallery-summary .quantity .shopwell-qty-button {

    padding: 0;

  }

  .single-product div.product.product-type-grouped .product-gallery-summary .quantity input {

    width: 34px;

  }

  .single-product div.product.has-buy-now form.cart .single_add_to_cart_button {

    order: 3;

    height: 44px;

  }

  .single-product div.product.has-buy-now form.cart .shopwell-buy-now-button {

    order: 2;

    width: 100%;

    margin-left: 0;

    height: 44px;

    line-height: 44px;

    margin-bottom: 12px;

    margin-top: 0;

  }

  .single-product div.product.has-buy-now form.cart .dokan-store-support-btn-product {

    order: 4;

    height: 44px;

    line-height: 44px;

    width: 100%;

    margin-left: 0;

    margin-top: 12px;

  }

  .single-product div.product.has-buy-now .shopwell-quantity-wrapper {

    margin-bottom: 20px;

  }

  .single-product div.product.has-buy-now .shopwell-quantity-wrapper .quantity input {

    flex: auto;

  }

  .single-product div.product.has-buy-now .quantity {

    margin-bottom: 20px;

    margin-right: 0;

    order: 1;

  }

  .single-product div.product.has-buy-now .single_variation_wrap {

    width: 100%;

  }

  .single-product div.product.has-buy-now .single_variation_wrap .woocommerce-variation-add-to-cart {

    display: flex;

    flex-wrap: wrap;

  }

  .single-product div.product.has-buy-now.product-type-simple form.cart .single_add_to_cart_button, .single-product div.product.has-buy-now.product-type-variable form.cart .single_add_to_cart_button, .single-product div.product.has-buy-now.product-type-grouped form.cart .single_add_to_cart_button, .single-product div.product.has-buy-now.product-type-external form.cart .single_add_to_cart_button {

    width: 100%;

  }

  .single-product div.product.product-thumbnails-vertical .entry-summary {

    margin-top: 0;

    width: 100vw;

    padding-left: 16px;

    padding-right: 16px;

  }

  .mobile-header-compact div.product.layout-3 .entry-summary .product-meta-wrapper {

    display: flex;

  }

  .mobile-header-compact div.product.layout-3 .product-summary-wrapper .product_title,

  .mobile-header-compact div.product.layout-3 .product-summary-wrapper .product-meta-wrapper {

    display: none;

  }

  .mobile-fixed-product-gallery div.product .woocommerce-product-gallery {

    position: fixed !important;

    top: 0;

  }

  .mobile-fixed-product-gallery div.product .product-fixed-gallery-spacing {

    --shopwell-product-fixed-gallery-spacing: 100vw;

    height: var(--shopwell-product-fixed-gallery-spacing);

  }

  .mobile-fixed-product-gallery div.product > *,

  .mobile-fixed-product-gallery div.product .entry-summary,

  .mobile-fixed-product-gallery div.product .side-products, .mobile-fixed-product-gallery div.product.layout-5 .product-summary-wrapper {

    background-color: #fff;

  }

  .mobile-fixed-product-gallery div.product.layout-6 .product-summary-wrapper {

    background-color: #fff;

    position: relative;

    z-index: 10;

  }

  .mobile-fixed-product-gallery div.product.layout-5 .product-summary-wrapper, .mobile-fixed-product-gallery div.product.layout-6 .product-summary-wrapper > div.entry-summary {

    margin-left: -16px;

    margin-right: -16px;

    padding-left: 16px;

    padding-right: 16px;

    width: 100vw;

  }

  .mobile-fixed-product-gallery div.product.layout-4 .single-product-extra-content {

    background-color: #fff;

    position: relative;

    z-index: 10;

  }

  .mobile-fixed-product-gallery div.product .product-header-compact {

    background-color: transparent;

  }

  .mobile-fixed-product-gallery.shopwell-sticky-add-to-cart__layout-6 .shopwell-sticky-add-to-cart__content-product-info {

    display: flex;

    align-items: center;

  }

  .mobile-fixed-product-gallery.shopwell-sticky-add-to-cart__layout-6 .shopwell-sticky-add-to-cart__content-title {

    display: none;

  }

  .mobile-fixed-product-gallery.shopwell-sticky-add-to-cart__layout-6 .shopwell-price__sale ins {

    display: block;

  }

  .mobile-fixed-product-gallery.shopwell-sticky-add-to-cart__layout-6 .shopwell-price__sale span {

    display: none;

  }

  .mobile-fixed-product-gallery.shopwell-sticky-add-to-cart__layout-6 .shopwell-price__sale .shopwell-price__sale-percentage-mobile {

    display: block;

  }

  .mobile-fixed-product-gallery.shopwell-sticky-add-to-cart__layout-6 .shopwell-sticky-add-to-cart__button-group {

    max-width: 160px;

  }

  .mobile-fixed-product-gallery.shopwell-sticky-add-to-cart__layout-6.product-grouped .shopwell-sticky-add-to-cart__content-price, .mobile-fixed-product-gallery.shopwell-sticky-add-to-cart__layout-6.product-variable .shopwell-sticky-add-to-cart__content-price {

    flex-direction: row;

  }

  .mobile-fixed-product-gallery.shopwell-sticky-add-to-cart__layout-6.product-external .shopwell-sticky-add-to-cart__content-product-info {

    display: none;

  }

  .mobile-fixed-product-gallery.shopwell-sticky-add-to-cart__layout-6.product-external .shopwell-sticky-add-to-cart__button-group {

    max-width: 100%;

    width: 100%;

  }

  .mobile-fixed-product-gallery.shopwell-sticky-add-to-cart__layout-6.product-simple.has-buy-now .shopwell-sticky-add-to-cart__content-product-info {

    display: none;

  }

  .mobile-fixed-product-gallery.shopwell-sticky-add-to-cart__layout-6.product-simple .shopwell-sticky-add-to-cart__content-price {

    flex-direction: column;

    position: relative;

    margin-top: 0;

  }

  .mobile-fixed-product-gallery.shopwell-sticky-add-to-cart__layout-6.product-simple .shopwell-sticky-add-to-cart__content-price ins {

    padding-left: 50px;

    margin-top: -2px;

  }

  .mobile-fixed-product-gallery.shopwell-sticky-add-to-cart__layout-6.product-simple .shopwell-sticky-add-to-cart__content-price del {

    padding-left: 50px;

    margin-top: 5px;

  }

  .mobile-fixed-product-gallery.shopwell-sticky-add-to-cart__layout-6.product-simple .price__save {

    position: absolute;

    margin-left: 0;

    top: -1px;

    left: 0;

  }

  .mobile-fixed-product-gallery.shopwell-sticky-add-to-cart__layout-6.product-simple .price__save .text {

    display: none;

  }

  .mobile-fixed-product-gallery.shopwell-sticky-add-to-cart__layout-6.product-simple .price__save .woocommerce-Price-amount {

    display: none;

  }

  .mobile-fixed-product-gallery.shopwell-sticky-add-to-cart__layout-6.product-simple .price__save .percentage {

    padding: 11px 8px;

    background-color: #dd2831;

    color: #ffffff;

    font-size: 11px;

    font-size: 0.6875rem;

    font-weight: 500;

    border-radius: 2px;

    display: block;

    white-space: nowrap;

    margin-left: 0;

  }

  .mobile-fixed-product-gallery.shopwell-sticky-add-to-cart__layout-6.has-buy-now.product-simple .shopwell-sticky-add-to-cart__content {

    flex-direction: column;

  }

  .mobile-fixed-product-gallery.shopwell-sticky-add-to-cart__layout-6.has-buy-now.product-simple .shopwell-sticky-add-to-cart__content-product-info {

    margin-bottom: 10px;

    margin-right: 0;

  }

  .mobile-fixed-product-gallery.shopwell-sticky-add-to-cart__layout-6.has-buy-now.product-simple .shopwell-sticky-add-to-cart__button-group {

    max-width: 100%;

  }

  .mobile-fixed-product-gallery.shopwell-sticky-add-to-cart__layout-6.has-buy-now.product-simple .shopwell-sticky-add-to-cart__button {

    width: 100%;

  }

  .mobile-fixed-product-gallery.shopwell-sticky-add-to-cart__layout-6.has-buy-now.product-simple .shopwell-sticky-add-to-cart__content-price .price__save {

    display: none;

  }

  .border-tab .wp-block-column:not(:first-child) {

    margin-top: 10px;

  }

  .shopwell-product-gallery-degree {

    width: 100% !important;

  }

  .product-socials__popup .product-socials__content {

    bottom: -50%;

    opacity: 0;

    top: auto;

    left: 0;

    right: 0;

    transform: translate(0, 0);

    padding: 19px 16px 23px;

    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.16);

    border-radius: 16px 16px 0 0;

    transition: 0.5s;

  }

  .product-socials__popup.modal--open .product-socials__content {

    bottom: 0;

    opacity: 1;

  }

  .product-socials__popup .product-socials__top {

    margin-bottom: 25px;

  }

  .product-socials__popup .post__socials-share {

    margin-left: -16px;

    margin-right: -16px;

    padding: 0 16px;

    flex-wrap: nowrap;

    overflow-y: hidden;

    overflow-x: auto;

    scroll-behavior: smooth;

  }

  .product-socials__popup .post__socials-share::-webkit-scrollbar {

    display: none;

  }

  .product-socials__popup .post__socials-share a {

    margin-right: 22px;

  }

  .product-socials__popup .product-socials__copylink {

    margin: 32px 0 0;

    padding-top: 32px;

  }

  .product-more__popup .product-more__content {

    position: absolute;

    bottom: -50%;

    opacity: 0;

    top: auto;

    left: 0;

    right: 0;

    background: #fff;

    transform: translate(0, 0);

    padding: 19px 36px 45px;

    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.16);

    border-radius: 16px 16px 0 0;

    transition: 0.5s;

  }

  .product-more__popup .product-more__top {

    margin-bottom: 30px;

  }

  .product-more__popup.modal--open .product-more__content {

    bottom: 0;

    opacity: 1;

  }

  .product-more__popup .product-more__buttons .shopwell-button {

    width: 100%;

    height: 44px;

    border: var(--shopwell-input__border-width) solid #ebeff3;

    border-radius: var(--shopwell-border__radius);

    font-size: 12px;

    font-size: 0.75rem;

    color: #7d828a;

    margin-bottom: 10px;

  }

  .product-more__popup .product-more__buttons .shopwell-button:last-child {

    margin-bottom: 0;

  }

  .product-more__popup .product-more__buttons .shopwell-button::after {

    display: none;

  }

  .product-more__popup .product-more__buttons .shopwell-button .shopwell-button__icon {

    margin-right: 6px;

  }

  .product-more__popup .product-more__buttons .wcboost-products-compare-button__icon,

  .product-more__popup .product-more__buttons .shopwell-button__icon {

    font-size: 20px;

    font-size: 1.25rem;

    /*rtl:raw:

    	margin-right: 0;

    	margin-left: 6px;

    */

  }

  .product-more__popup .product-more__buttons .shopwell-button__text {

    padding-left: 0;

  }

  .product-more__popup .product-more__buttons .wcboost-products-compare-button__text {

    text-indent: -9999px;

    display: flex;

    font-size: 0;

  }

  .product-more__popup .product-more__buttons .wcboost-products-compare-button__text:before {

    display: inline-block;

    content: attr(data-add);

    text-indent: 0;

    font-size: 12px;

    font-size: 0.75rem;

  }

  .product-more__popup .product-more__buttons .shopwell-button-compare--view.added .wcboost-products-compare-button__text::before {

    content: attr(data-view);

  }

  .product-more__popup .product-more__buttons .shopwell-button-compare--remove.added .wcboost-products-compare-button__text::before {

    content: attr(data-remove);

  }

  .product-more__popup .product-more__buttons .wcboost-wishlist-button__text {

    text-indent: -9999px;

    display: flex;

    font-size: 0;

  }

  .product-more__popup .product-more__buttons .wcboost-wishlist-button__text:before {

    display: inline-block;

    content: attr(data-add);

    text-indent: 0;

    font-size: 12px;

    font-size: 0.75rem;

  }

  .product-more__popup .product-more__buttons .shopwell-button-wishlist--view.added .wcboost-wishlist-button__text::before {

    content: attr(data-view);

  }

  .product-more__popup .product-more__buttons .shopwell-button-wishlist--remove.added .wcboost-wishlist-button__text::before {

    content: attr(data-remove);

  }

  .woocommerce-account:not(.logged-in) .woocommerce-account__summary {

    width: 100%;

    padding-left: 17px;

    padding-right: 17px;

    border: none;

    margin-bottom: 0;

  }

  .woocommerce-account:not(.logged-in) .password-input input {

    padding-right: 55px;

  }

  .woocommerce-account:not(.logged-in) .password-input .show-password-input {

    right: 15px;

  }

  .woocommerce-account .shopwell-myaccount__wrapper,

  .woocommerce-account .woocommerce-MyAccount-content {

    float: none;

    width: 100%;

  }

  .woocommerce-account .woocommerce-MyAccount-content {

    padding: 20px;

  }

  .woocommerce-account:where(.woocommerce-edit-account) .woocommerce-MyAccount-content {

    padding: 0;

  }

  .woocommerce-account .shopwell-myaccount__wrapper {

    margin-bottom: 24px;

  }

  .woocommerce-checkout form.checkout {

    padding-top: 30px;

  }

  .woocommerce-checkout .woocommerce-billing-fields__field-wrapper {

    padding: 21px 23px 0;

  }

  .woocommerce-checkout .woocommerce-billing-fields h3 {

    font-size: 18px;

    font-size: 1.125rem;

  }

  .woocommerce-checkout h3#order_review_heading {

    font-size: 18px;

    font-size: 1.125rem;

  }

  .woocommerce-checkout .checkout-form-cols {

    padding-top: 0;

  }

  .woocommerce-checkout .checkout-form-cols .woocommerce-info {

    padding: 0 22px;

  }

  .woocommerce-checkout .checkout-form-cols .checkout-coupon .checkout_coupon {

    padding-left: 0;

  }

  .woocommerce-checkout .checkout-form-cols .checkout-coupon input.input-text,

  .woocommerce-checkout .checkout-form-cols .checkout-coupon .button {

    width: 100%;

  }

  .woocommerce-checkout .checkout-form-cols .checkout-login .woocommerce-info {

    text-align: left;

  }

  .woocommerce-checkout .checkout-form-cols .checkout-login .login {

    padding: 10px 10px 0 0;

  }

  .woocommerce-checkout .checkout-form-cols .checkout-login + .checkout-coupon .checkout_coupon {

    padding: 10px 0 0 10px;

  }

  .woocommerce-checkout .checkout-form-cols .checkout-login + .checkout-coupon .checkout_coupon .woocommerce-info {

    text-align: left;

  }

  .woocommerce-checkout.checkout .woocommerce-account-fields {

    padding: 20px 23px 0;

  }

  .woocommerce-checkout.checkout .col-2 {

    padding: 0px 23px 21px;

  }

  .woocommerce-checkout.checkout .woocommerce-shipping-fields h3 {

    padding: 20px 0;

  }

  .woocommerce-checkout.checkout .woocommerce-checkout-review-order {

    padding: 18px 23px 24px;

  }

  .woocommerce-checkout.checkout .woocommerce-terms-and-conditions-wrapper p {

    margin-bottom: 20px;

  }

  .woocommerce-checkout.checkout .woocommerce-checkout-payment {

    padding: 20px 23px 0;

    margin: 0 -23px;

  }

  .woocommerce-checkout .checkout-review-product-name {

    max-width: 182px !important;

  }

  .woocommerce-cart .woocommrece-cart-content {

    padding: 0;

  }

  .woocommerce-cart .woocommerce-cart-form {

    border: none;

    padding: 0;

    margin-bottom: 31px;

  }

  .woocommerce-cart .woocommerce-cart-form .woocommerce-cart-form__contents {

    border: none;

    padding: 20px 0;

  }

  .woocommerce-cart .woocommerce-cart-form .woocommerce-cart-form__contents .coupon {

    width: 100%;

    display: flex;

    justify-content: space-between;

  }

  .woocommerce-cart .woocommerce-cart-form .woocommerce-cart-form__contents .coupon .input-text {

    width: 100%;

  }

  .woocommerce-cart .woocommerce-cart-form .woocommerce-cart-form__contents .coupon .button {

    min-width: 130px;

    margin-left: 10px;

    white-space: nowrap;

  }

  .woocommerce-cart .woocommerce-cart-form .woocommerce-cart-form__contents .actions .button-empty-cart {

    margin-top: 30px;

  }

  .woocommerce-cart .woocommerce-cart-form .woocommerce-cart-form__contents .actions .button-update-cart {

    margin-top: 30px;

  }

  .woocommerce-cart .woocommerce-cart-form thead {

    display: block;

    border-bottom: 1px solid rgba(185, 185, 185, 0.4);

  }

  .woocommerce-cart .woocommerce-cart-form thead th {

    display: none;

  }

  .woocommerce-cart .woocommerce-cart-form thead th.product-thumbnail {

    display: block;

  }

  .woocommerce-cart .woocommerce-cart-form thead tr {

    border-bottom: 0 !important;

  }

  .woocommerce-cart .woocommerce-cart-form tbody tr {

    display: flex;

    position: relative;

  }

  .woocommerce-cart .woocommerce-cart-form tbody tr td {

    text-align: left;

  }

  .woocommerce-cart .woocommerce-cart-form tbody td::before {

    display: none;

  }

  .woocommerce-cart .woocommerce-cart-form tbody td.product-name {

    width: 100%;

    padding-bottom: 48px;

    padding-right: 0;

  }

  .woocommerce-cart .woocommerce-cart-form tbody td.product-name .product-price {

    display: block;

    margin-top: 5px;

    margin-bottom: 8px;

  }

  .woocommerce-cart .woocommerce-cart-form tbody td.product-subtotal {

    display: none;

  }

  .woocommerce-cart .woocommerce-cart-form tbody td.product-price {

    display: none;

  }

  .woocommerce-cart .woocommerce-cart-form tbody td.product-quantity {

    display: flex;

    position: absolute;

    bottom: 0;

    left: 120px;

  }

  .woocommerce-cart .woocommerce-cart-form tbody td.product-remove {

    position: absolute;

    bottom: 0;

    right: 0;

  }

  .woocommerce-cart .cart-collaterals {

    padding: 23px;

  }

  .woocommerce-cart .cart-collaterals table.shop_table tr td {

    text-align: left;

  }

  .woocommerce-cart .cart-collaterals table.shop_table tr td::before {

    display: none;

  }

  .woocommerce-cart .cart-collaterals table.shop_table tr td,

  .woocommerce-cart .cart-collaterals table.shop_table tr th {

    border: none;

  }

  .woocommerce-cart .cart-collaterals table.shop_table tbody .cart-subtotal {

    display: flex;

    justify-content: space-between;

    border-bottom: 1px solid rgba(185, 185, 185, 0.4);

  }

  .woocommerce-cart .cart-collaterals table.shop_table tbody .cart-subtotal th {

    display: block;

    font-size: 16px;

    font-size: 1rem;

    font-weight: 500;

  }

  .woocommerce-cart .cart-collaterals table.shop_table tbody .woocommerce-shipping-totals {

    padding-bottom: 15px;

  }

  .woocommerce-cart .cart-collaterals table.shop_table tbody .woocommerce-shipping-totals h3 {

    font-size: 16px;

    font-size: 1rem;

    font-weight: 500;

    margin: 9px 0 21px;

  }

  .woocommerce-cart .cart-collaterals table.shop_table tbody .woocommerce-shipping-totals td {

    padding-bottom: 18px;

  }

  .woocommerce-cart .cart-collaterals table.shop_table tbody .order-total {

    display: flex;

    justify-content: space-between;

  }

  .woocommerce-cart .cart-collaterals table.shop_table tbody .order-total th {

    display: block;

  }

  .woocommerce-cart .cart-collaterals table.shop_table tbody .order-total th,

  .woocommerce-cart .cart-collaterals table.shop_table tbody .order-total td,

  .woocommerce-cart .cart-collaterals table.shop_table tbody .order-total strong {

    font-size: 16px;

    font-size: 1rem;

    font-weight: 500;

  }

  .woocommerce-cart .woocommerce-shipping-methods {

    padding: 0 0 12px;

  }

  .woocommerce-cart .empty-cart-button-group {

    flex-direction: column;

  }

  .woocommerce-cart .empty-cart-button-group .return-to-shop {

    margin: 0 0 24px 0;

  }

  .woocommerce ul.order_details {

    display: block;

  }

  .woocommerce .woocommerce-columns.woocommerce-columns--2 {

    display: block;

    margin: 0;

  }

  .woocommerce .woocommerce-columns.woocommerce-columns--2 .woocommerce-column {

    width: 100%;

    padding: 0;

  }

  .woocommerce-form-track-order {

    width: 343px;

  }

  .woocommerce-form-track-order .track-order__description {

    margin-bottom: 25px;

    font-size: 14px;

    font-size: 0.875rem;

    line-height: 20px;

  }

  .woocommerce-form-track-order .form-tracking-order-info {

    padding: 21px 23px 0;

  }

  .woocommerce-form-track-order .form-row {

    margin-bottom: 23px;

  }

  .woocommerce-wishlist ul.products {

    margin: 0;

  }

  .woocommerce-wishlist ul.products li.product {

    margin-right: 0;

    width: 46.65%;

    padding: 0 9px;

    margin-bottom: 6.7%;

  }

  .woocommerce-wishlist ul.products li.product:nth-child(2n+1) {

    margin-right: 6.7%;

  }

  .woocommerce-wishlist ul.products li.product .product-inner {

    padding: 9px 0;

  }

  .woocommerce-wishlist ul.products li.product .product-remove {

    top: 9px;

    right: 9px;

  }

  .mobile-header-compact .campaign-bar,

  .mobile-header-compact .topbar,

  .mobile-header-compact #site-header-minimized,

  .mobile-header-compact .shopwell-breadcrumb-social-wrapper,

  .mobile-header-compact .site-header {

    display: none;

  }

  .product-header-compact {

    display: block;

  }

  .woocommerce-notices-wrapper .wc-block-components-notice-banner {

    margin: 10px 0;

  }

  .wc-block-components-notice-banner > .wc-block-components-notice-banner__content {

    display: flex;

    flex-direction: column-reverse;

    align-items: baseline;

    gap: 10px;

  }

  .dokan-support-login-wrapper {

    width: 100% !important;

  }

  .dokan-support-login-wrapper h2 {

    font-size: 28px;

  }

  .dokan-support-login-wrapper .dokan-form-container .dokan-btn {

    width: 100%;

    line-height: 44px;

    padding: 0;

    margin-top: 10px;

  }

}

@media (max-width: 480px) {

  ul.products.product-card-layout-1 li.product .product-inner .product-thumbnail .product-featured-icons, ul.products.product-card-layout-3 li.product .product-inner .product-thumbnail .product-featured-icons {

    gap: 10px;

  }

  ul.products.product-card-layout-1 li.product .product-inner .product-thumbnail .product-featured-icons .shopwell-button,

  ul.products.product-card-layout-1 li.product .product-inner .product-thumbnail .product-featured-icons .shopwell-button--atc,

  ul.products.product-card-layout-1 li.product .product-inner .product-thumbnail .product-featured-icons .wcboost-products-compare-button,

  ul.products.product-card-layout-1 li.product .product-inner .product-thumbnail .product-featured-icons .wcboost-wishlist-button, ul.products.product-card-layout-3 li.product .product-inner .product-thumbnail .product-featured-icons .shopwell-button,

  ul.products.product-card-layout-3 li.product .product-inner .product-thumbnail .product-featured-icons .shopwell-button--atc,

  ul.products.product-card-layout-3 li.product .product-inner .product-thumbnail .product-featured-icons .wcboost-products-compare-button,

  ul.products.product-card-layout-3 li.product .product-inner .product-thumbnail .product-featured-icons .wcboost-wishlist-button {

    width: 27px;

    height: 27px;

  }

  ul.products.product-card-layout-1 li.product .product-inner .product-thumbnail .product-featured-icons .shopwell-svg-icon, ul.products.product-card-layout-3 li.product .product-inner .product-thumbnail .product-featured-icons .shopwell-svg-icon {

    font-size: 15px;

    font-size: 0.9375rem;

  }

  .single-product div.product .shopwell-product-deal .deal-expire-date,

  .single-product div.product .shopwell-product-deal .deal-sold {

    display: block;

  }

  .single-product div.product .shopwell-product-deal .deal-sold-text {

    display: none;

  }

  .single-product div.product .shopwell-product-deal .deal-expire-text,

  .single-product div.product .shopwell-product-deal .deal-expire-countdown,

  .single-product div.product .shopwell-product-deal .deal-progress {

    width: 100%;

  }

}

