.elementor-widget-sellkit-personalised-coupons .sellkit-personalised-coupons-wrap {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding: 20px;
  border: 1px solid #ccc;
  text-align: center;
}

.elementor-widget-sellkit-personalised-coupons .sellkit-personalised-coupons-wrap.is-edit-mode {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.elementor-widget-sellkit-personalised-coupons .sellkit-personalised-coupons-wrap.sellkit_has_coupon {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.elementor-widget-sellkit-personalised-coupons .sellkit-personalised-coupons-wrap.sellkit-personalised-coupons-left {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.elementor-widget-sellkit-personalised-coupons .sellkit-personalised-coupons-wrap.sellkit-personalised-coupons-right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.elementor-widget-sellkit-personalised-coupons .sellkit-personalised-coupons-wrap.sellkit-personalised-coupons-bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.elementor-widget-sellkit-personalised-coupons .sellkit-personalised-coupons-content-wrap,
.elementor-widget-sellkit-personalised-coupons .sellkit-personalised-coupons-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.elementor-widget-sellkit-personalised-coupons .sellkit-personalised-coupons-title {
  color: #3e55b2;
  font-size: 13pt;
  font-weight: bold;
}

.elementor-widget-sellkit-personalised-coupons .sellkit-personalised-coupons-content {
  margin-top: 20px;
  font-size: 13px;
}

.elementor-widget-sellkit-personalised-coupons .sellkit-personalised-coupons-expiration-date {
  font-weight: bold;
}

.elementor-widget-sellkit-personalised-coupons .sellkit-personalised-coupons-code .sellkit-personalised-coupons-code-box {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 20px;
  border: 2px dashed #fc9d34;
  background: #feedd5;
  font-size: 20pt;
  font-weight: bold;
}

.elementor-widget-sellkit-personalised-coupons .sellkit-personalised-coupons-button {
  display: inline-block;
  margin-top: 20px;
  padding: 5px 30px;
  background: #2b99f0;
  color: #fff;
  text-align: center !important;
  cursor: pointer;
}

.sellkit-product-filter .sellkit-product-filter-item-wrapper ul {
  margin-bottom: 0 !important;
}

.sellkit-product-filter label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 5px;
  color: #111;
  font-size: 15px;
}

.sellkit-product-filter a {
  line-height: 1.3;
}

.sellkit-product-filter input {
  cursor: pointer;
}

.sellkit-product-filter .product-filter-item {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.sellkit-product-filter .sellkit-product-filter-count {
  padding-left: 3px;
}

.sellkit-product-filter h3.product-filter-item-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  color: #111;
  font-size: 16px;
  font-weight: 600;
}

.sellkit-product-filter h3.product-filter-item-heading.sellkit-toggle-able-heading {
  margin: 0 !important;
  cursor: pointer;
}

.sellkit-product-filter h3.product-filter-item-heading.sellkit-toggle-able-heading + div {
  margin-top: 10px;
}

.sellkit-product-filter h3.product-filter-item-heading.sellkit-toggle-expanded .sellkit-toggle-able-collapsed {
  display: none;
}

.sellkit-product-filter h3.product-filter-item-heading.sellkit-toggle-collapsed .sellkit-toggle-able-expanded {
  display: none;
}

.sellkit-product-filter h3.product-filter-item-heading .sellkit-toggle-able {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sellkit-product-filter h3.product-filter-item-heading .sellkit-toggle-able i {
  font-size: 13px;
}

.sellkit-product-filter h3.product-filter-item-heading .sellkit-toggle-able svg {
  width: 25px;
  height: 25px;
}

.sellkit-product-filter .sellkit-product-filter-content {
  padding: 15px 0;
  border-top: 1px solid #e5e5e5;
}

.sellkit-product-filter .sellkit-product-filter-content:last-child {
  border-bottom: 1px solid #e5e5e5;
}

.sellkit-product-filter .sellkit-product-filter-radio .sellkit-product-filter-radio-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sellkit-product-filter .sellkit-product-filter-radio input {
  position: relative;
  width: 20px !important;
  height: 20px !important;
  padding: 0 !important;
  -webkit-transition: .2s all linear;
  transition: .2s all linear;
  border: 1px solid #ccc;
  border-radius: 50% !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.sellkit-product-filter .sellkit-product-filter-radio input + label {
  height: 20px;
}

.sellkit-product-filter .sellkit-product-filter-radio input:checked + label::before {
  display: block;
  position: absolute;
  top: 0;
  left: -16px;
  width: 12px;
  height: 12px;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  border-radius: 100px;
  background-color: #55595c;
  content: '';
}

.sellkit-product-filter .sellkit-product-filter-checkbox .sellkit-product-filter-checkbox-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sellkit-product-filter .sellkit-product-filter-checkbox input {
  position: relative;
  top: 0;
  width: 20px !important;
  height: 20px !important;
  padding: 0 !important;
  -webkit-transition: .2s all linear;
  transition: .2s all linear;
  border: 1px solid #ccc;
  border-radius: 3px;
  cursor: pointer;
  z-index: 99;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.sellkit-product-filter .sellkit-product-filter-checkbox input + label {
  height: 20px;
}

.sellkit-product-filter .sellkit-product-filter-checkbox input:checked + label::before {
  display: block;
  position: absolute;
  top: 0;
  left: -20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  background-color: #55595c;
  color: #fff;
  font-family: 'eicons';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 3px;
  font-size: 12px;
  content: '\e90e';
  cursor: pointer;
  z-index: 9999;
}

.sellkit-product-filter .sellkit-product-filter-links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #111;
  font-size: 15px;
}

.sellkit-product-filter .sellkit-product-filter-links a:hover {
  color: #635cff;
}

.sellkit-product-filter .sellkit-product-filter-links a.active-link {
  color: #007bff;
}

.sellkit-product-filter .sellkit-product-filter-links ul {
  padding: 0;
}

.sellkit-product-filter .sellkit-product-filter-links ul li {
  list-style: none !important;
}

.sellkit-product-filter .sellkit-product-filter-dropdown {
  width: 100%;
}

.sellkit-product-filter .sellkit-product-filter-dropdown .sellkit-product-filter-dropdown-wrapper {
  display: inline-block;
  position: relative;
  width: 100%;
}

.sellkit-product-filter .sellkit-product-filter-dropdown .sellkit-product-filter-dropdown-wrapper label {
  padding: 0;
}

.sellkit-product-filter .sellkit-product-filter-dropdown .sellkit-product-filter-dropdown-wrapper select {
  padding: 6px;
  border: 1px solid #ccc;
  border-radius: 3px;
  outline: none;
  background: transparent;
  color: #111;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.sellkit-product-filter .sellkit-product-filter-dropdown .sellkit-product-filter-dropdown-wrapper .product-filter-item-select {
  width: 100%;
}

.sellkit-product-filter .sellkit-product-filter-dropdown .sellkit-product-filter-dropdown-wrapper .product-filter-item-select-label {
  position: relative;
  width: 100%;
}

.sellkit-product-filter .sellkit-product-filter-dropdown .sellkit-product-filter-dropdown-wrapper .product-filter-item-select-label i, .sellkit-product-filter .sellkit-product-filter-dropdown .sellkit-product-filter-dropdown-wrapper .product-filter-item-select-label svg {
  position: absolute;
  pointer-events: none;
}

.sellkit-product-filter .sellkit-product-filter-dropdown .sellkit-product-filter-dropdown-wrapper .product-filter-item-select-label i {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 13px;
}

.sellkit-product-filter .sellkit-product-filter-dropdown .sellkit-product-filter-dropdown-wrapper .product-filter-item-select-label svg {
  width: 15px;
  height: 15px;
}

.sellkit-product-filter .sellkit-product-filter-button input {
  width: 0;
  height: 0;
  opacity: 0;
  visibility: collapse;
}

.sellkit-product-filter .sellkit-product-filter-button label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  -webkit-transition: .2s all linear;
  transition: .2s all linear;
  border: 1px solid #ccc;
  border-radius: 3px;
  outline: none;
  background: transparent;
  color: #111;
  font-size: 15px;
  cursor: pointer;
}

.sellkit-product-filter .sellkit-product-filter-button label > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 5px 15px;
}

.sellkit-product-filter .sellkit-product-filter-button label:hover {
  border-color: #635cff;
  color: #635cff;
}

.sellkit-product-filter .sellkit-product-filter-button label.active-button {
  border-color: #007bff;
  color: #007bff;
}

.sellkit-product-filter .sellkit-product-filter-layout-horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sellkit-product-filter .sellkit-product-filter-layout-horizontal .product-filter-item {
  margin-right: 10px;
  margin-bottom: 10px;
}

.sellkit-product-filter .sellkit-product-filter-layout-horizontal .product-filter-item:last-child {
  margin-right: 0;
}

.sellkit-product-filter .sellkit-product-filter-layout-vertical {
  display: grid;
  grid-gap: 10px;
}

.sellkit-product-filter .sellkit-product-filter-layout-vertical .product-filter-item {
  width: 100%;
  margin: 0;
}

.sellkit-product-filter .sellkit-product-filter-layout-vertical .product-filter-item.sub-item {
  margin-left: 20px !important;
}

.sellkit-product-filter .sellkit-product-filter-layout-columns-2 {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 1fr 1fr;
}

.sellkit-product-filter .sellkit-product-filter-layout-columns-3 {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 1fr 1fr 1fr;
}

.sellkit-product-filter .sellkit-product-filter-layout-columns-4 {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.sellkit-product-filter .sellkit-product-filter-layout-columns-5 {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.sellkit-product-filter .sellkit-product-filter-layout-columns-6 {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.sellkit-product-filter div[class*="sellkit-product-filter-layout-columns-"] {
  overflow-x: auto;
}

.sellkit-product-filter div[class*="sellkit-product-filter-layout-columns-"] .product-filter-item {
  width: 100%;
}

.sellkit-product-filter div[class*="sellkit-product-filter-layout-columns-"] .product-filter-item.sellkit-product-filter-radio-wrapper {
  padding-bottom: 5px;
}

.sellkit-product-filter .sellkit-product-filter-price .sellkit-product-filter-layout-default {
  display: grid;
}

.sellkit-product-filter .sellkit-product-filter-price .sellkit-product-filter-layout-default .product-filter-item {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 10px;
}

.sellkit-product-filter .sellkit-product-filter-price .sellkit-product-filter-layout-default .product-filter-item::before {
  content: none;
}

.sellkit-product-filter .sellkit-product-filter-custom-range-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.sellkit-product-filter .sellkit-product-filter-custom-range-form button {
  width: 36px;
  height: 36px;
}

.sellkit-product-filter .sellkit-product-filter-custom-range-form button svg {
  width: 15px;
  height: 15px;
}

.sellkit-product-filter .sellkit-product-filter-custom-range {
  width: 100%;
  margin-bottom: 10px;
}

.sellkit-product-filter .sellkit-product-filter-custom-range input {
  width: 80px !important;
  margin-right: 10px;
  padding: 5px 10px !important;
  border: 1px solid #ccc;
  border-radius: 3px;
  outline: none;
  color: #111;
  font-size: 16px;
  cursor: text;
}

.sellkit-product-filter .sellkit-product-filter-custom-range button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 3px;
  outline: none;
  background: transparent;
  font-size: 14px;
  cursor: pointer;
}

.sellkit-product-filter .sellkit-product-filter-custom-range input, .sellkit-product-filter .sellkit-product-filter-custom-range button {
  margin-bottom: 5px;
}

.sellkit-product-filter .sellkit-product-filter-rating .sellkit-product-filter-layout-default {
  display: grid;
}

.sellkit-product-filter .sellkit-product-filter-rating .sellkit-product-filter-layout-default .product-filter-item {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 10px;
}

.sellkit-product-filter .sellkit-product-filter-rating .sellkit-product-filter-layout-default .product-filter-item::before {
  content: none;
}

.sellkit-product-filter .sellkit-product-filter-rating.sellkit-product-filter-rating-stars label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.sellkit-product-filter .sellkit-product-filter-rating.sellkit-product-filter-rating-stars label::after {
  -ms-flex-item-align: center;
  align-self: center;
  margin-right: 5px;
  font-family: WooCommerce;
  font-size: 15px;
  letter-spacing: 5px;
}

.sellkit-product-filter .sellkit-product-filter-rating.sellkit-product-filter-rating-stars .product-filter-item:nth-child(1) label::after {
  content: '\e020\e020\e020\e020\e020';
}

.sellkit-product-filter .sellkit-product-filter-rating.sellkit-product-filter-rating-stars .product-filter-item:nth-child(2) label::after {
  content: '\e020\e020\e020\e020\e021';
}

.sellkit-product-filter .sellkit-product-filter-rating.sellkit-product-filter-rating-stars .product-filter-item:nth-child(3) label::after {
  content: '\e020\e020\e020\e021\e021';
}

.sellkit-product-filter .sellkit-product-filter-rating.sellkit-product-filter-rating-stars .product-filter-item:nth-child(4) label::after {
  content: '\e020\e020\e021\e021\e021';
}

.sellkit-product-filter .sellkit-product-filter-rating.sellkit-product-filter-rating-stars .product-filter-item:nth-child(5) label::after {
  content: '\e020\e021\e021\e021\e021';
}

.sellkit-product-filter .sellkit-product-filter-stock-status .sellkit-product-filter-layout-default {
  display: grid;
}

.sellkit-product-filter .sellkit-product-filter-stock-status .sellkit-product-filter-layout-default .product-filter-item {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 10px;
}

.sellkit-product-filter .sellkit-product-filter-stock-status .sellkit-product-filter-layout-default .product-filter-item::before {
  content: none;
}

.sellkit-product-filter .sellkit-product-filter-on-sale {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sellkit-product-filter .sellkit-product-filter-on-sale label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sellkit-product-filter .sellkit-product-filter-on-sale .control-on-sale-checkbox {
  display: block;
  position: relative;
  width: 42px;
  height: 24px;
  margin-left: 10px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  border-radius: 100px;
  background: #cccccc;
  text-transform: uppercase;
  cursor: pointer;
}

.sellkit-product-filter .sellkit-product-filter-on-sale .control-on-sale-checkbox:before {
  position: absolute;
  top: 0;
  left: 3px;
  width: 50%;
  content: '';
  opacity: 1;
}

.sellkit-product-filter .sellkit-product-filter-on-sale .control-on-sale-checkbox:after {
  position: absolute;
  top: 0;
  right: 3px;
  width: 50%;
  content: '';
  opacity: 0;
}

.sellkit-product-filter .sellkit-product-filter-on-sale .control-on-sale-checkbox .control-on-sale-checkbox-handler {
  position: absolute;
  top: 3px;
  right: 3px;
  width: 18px;
  height: 18px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  border-radius: 10px;
  background: #fff;
}

.sellkit-product-filter .sellkit-product-filter-on-sale input {
  width: 0;
  height: 0;
  opacity: 0;
}

.sellkit-product-filter .sellkit-product-filter-on-sale input:checked + .control-on-sale-checkbox {
  background-color: #111;
}

.sellkit-product-filter .sellkit-product-filter-on-sale input:checked + .control-on-sale-checkbox .control-on-sale-checkbox-handler {
  -webkit-transform: translateX(-18px);
  transform: translateX(-18px);
}

.sellkit-product-filter .sellkit-product-filter-custom-attributes .sellkit-product-filter-button span {
  font-size: 15px;
}

.sellkit-product-filter .sellkit-product-filter-custom-attributes span {
  color: #111;
  font-size: 12px;
}

.sellkit-product-filter .sellkit-product-filter-custom-attributes .sellkit-product-filter-image-swatch .product-filter-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sellkit-product-filter .sellkit-product-filter-custom-attributes .sellkit-product-filter-image-swatch[class*="sellkit-product-filter-layout-columns-"] .product-filter-item {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  justify-self: baseline;
}

.sellkit-product-filter .sellkit-product-filter-custom-attributes .sellkit-product-filter-image-swatch[class*="sellkit-product-filter-layout-columns-"], .sellkit-product-filter .sellkit-product-filter-custom-attributes .sellkit-product-filter-image-swatch.sellkit-product-filter-layout-vertical {
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}

.sellkit-product-filter .sellkit-product-filter-custom-attributes .sellkit-product-filter-image-swatch .sellkit-product-filter-layout-vertical .product-filter-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sellkit-product-filter .sellkit-product-filter-custom-attributes .sellkit-product-filter-image-swatch .sellkit-product-filter-layout-vertical .product-filter-item .product-filter-item-image {
  margin-right: 10px;
}

.sellkit-product-filter .sellkit-product-filter-custom-attributes .sellkit-product-filter-image-swatch .product-filter-item-image {
  display: block;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  border-radius: 100px;
  cursor: pointer;
  overflow: hidden;
}

.sellkit-product-filter .sellkit-product-filter-custom-attributes .sellkit-product-filter-image-swatch .product-filter-item-image.active-image {
  border: 2px solid #ccc;
}

.sellkit-product-filter .sellkit-product-filter-custom-attributes .sellkit-product-filter-color-swatch .product-filter-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sellkit-product-filter .sellkit-product-filter-custom-attributes .sellkit-product-filter-color-swatch[class*="sellkit-product-filter-layout-columns-"] .product-filter-item {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  justify-self: baseline;
}

.sellkit-product-filter .sellkit-product-filter-custom-attributes .sellkit-product-filter-color-swatch[class*="sellkit-product-filter-layout-columns-"], .sellkit-product-filter .sellkit-product-filter-custom-attributes .sellkit-product-filter-color-swatch.sellkit-product-filter-layout-vertical {
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}

.sellkit-product-filter .sellkit-product-filter-custom-attributes .sellkit-product-filter-color-swatch .sellkit-product-filter-layout-vertical .product-filter-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sellkit-product-filter .sellkit-product-filter-custom-attributes .sellkit-product-filter-color-swatch .sellkit-product-filter-layout-vertical .product-filter-item .product-filter-item-color {
  margin-right: 10px;
}

.sellkit-product-filter .sellkit-product-filter-custom-attributes .sellkit-product-filter-color-swatch .product-filter-item-color {
  display: block;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  border-radius: 100px;
  cursor: pointer;
  overflow: hidden;
}

.sellkit-product-filter .sellkit-product-filter-custom-attributes .sellkit-product-filter-color-swatch .product-filter-item-color.active-color {
  border: 2px solid #ccc;
}

.sellkit-product-filter .sellkit-product-filter-search {
  cursor: text;
}

.sellkit-product-filter .sellkit-product-filter-search .sellkit-product-filter-search-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 5px 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
}

.sellkit-product-filter .sellkit-product-filter-search .sellkit-product-filter-search-wrapper .sellkit-product-filter-search-text {
  margin: 0;
}

.sellkit-product-filter .sellkit-product-filter-search .sellkit-product-filter-search-wrapper form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.sellkit-product-filter .sellkit-product-filter-search .sellkit-product-filter-search-wrapper form input {
  width: 100%;
}

.sellkit-product-filter .sellkit-product-filter-search .sellkit-product-filter-search-wrapper form button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.sellkit-product-filter .sellkit-product-filter-search .sellkit-product-filter-search-wrapper form button svg {
  width: 15px;
  height: 15px;
}

.sellkit-product-filter .sellkit-product-filter-search .sellkit-product-filter-search-wrapper.sellkit-product-filter-search-right form {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.sellkit-product-filter .sellkit-product-filter-search .sellkit-product-filter-search-wrapper.sellkit-product-filter-search-right form button {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sellkit-product-filter .sellkit-product-filter-search .sellkit-product-filter-search-wrapper.sellkit-product-filter-search-left form {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.sellkit-product-filter .sellkit-product-filter-search .sellkit-product-filter-search-wrapper.sellkit-product-filter-search-left form button {
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}

.sellkit-product-filter .sellkit-product-filter-search input {
  border: none;
  outline: none;
  background: transparent !important;
  color: #888;
  font-size: 15px;
  cursor: text;
}

.sellkit-product-filter .sellkit-product-filter-search button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: none;
  outline: none;
  background-color: transparent !important;
  color: #111;
  font-size: 14px;
  cursor: pointer;
}

.sellkit-product-filter .sellkit-product-filter-search label {
  margin-bottom: 10px;
}

.sellkit-product-filter .sellkit-product-filter-search.product-filter-item {
  width: 100%;
}

.sellkit-product-filter .sellkit-product-filter-form-horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sellkit-product-filter .sellkit-product-filter-form-horizontal h3 {
  display: none;
}

.sellkit-product-filter .sellkit-product-filter-form-horizontal .sellkit-product-filter-content {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 0;
  border: none;
}

.sellkit-product-filter .sellkit-product-filter-form-horizontal .product-filter-selector {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 150px;
  margin: 0;
  padding: 9px 12.6px 11px 12px;
  -webkit-transition: .2s all linear;
  transition: .2s all linear;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #fff;
  color: #222;
  font-size: 16px;
  font-weight: normal;
  text-transform: capitalize;
  cursor: pointer;
}

.sellkit-product-filter .sellkit-product-filter-form-horizontal .product-filter-selector::after {
  margin-left: 10px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: .2s all linear;
  transition: .2s all linear;
  font-family: 'eicons';
  font-size: 12px;
  font-weight: lighter;
  content: '\e87e';
}

.sellkit-product-filter .sellkit-product-filter-form-horizontal .product-filter-selector + div {
  display: none;
  position: absolute;
  top: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 200px;
  max-width: 300px;
  padding: 20px;
  border-radius: 3px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
  overflow: hidden;
  z-index: 9999;
}

.sellkit-product-filter .sellkit-product-filter-form-horizontal .sellkit-filter-has-data .product-filter-selector, .sellkit-product-filter .sellkit-product-filter-form-horizontal .sellkit-price-range-has-data .product-filter-selector {
  font-weight: bold;
}

.sellkit-product-filter .sellkit-category-filter-toggle .product-filter-item[data-term]:not(.sub-item) {
  position: relative;
  width: 100%;
  cursor: pointer;
}

.sellkit-product-filter .sellkit-category-filter-toggle .product-filter-item[data-term]:not(.sub-item) label {
  cursor: pointer;
  pointer-events: none;
}

.sellkit-product-filter .sellkit-category-filter-toggle .product-filter-item[data-term]:not(.sub-item)::after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%) rotate(-90deg);
  transform: translate(0, -50%) rotate(-90deg);
  border-radius: 3px;
  font-family: 'eicons';
  font-size: 12px;
  content: '\e87e';
}

.sellkit-product-filter .sellkit-category-filter-toggle .product-filter-item[data-term]:not(.sub-item).sellkit-category-toggle::after {
  -webkit-transform: translate(0, -50%) rotate(90deg);
  transform: translate(0, -50%) rotate(90deg);
}

.sellkit-product-selected-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}

.sellkit-product-selected-filter span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px 10px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  background-color: #f5f5f5;
  color: #111111;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
}

.sellkit-product-selected-filter span::after {
  margin-left: 15px;
  padding-bottom: 1px;
  color: #777777;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  content: '\00d7';
}

.sellkit-product-selected-filter span:hover::after {
  color: #111111;
}

.sellkit-product-selected-filter .sellkit-product-selected-filter-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sellkit-product-selected-filter .sellkit-product-filter-clear {
  position: relative;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin-bottom: 10px;
  margin-left: 10px;
  border-bottom: 1px solid #111;
  color: #111 !important;
  font-size: 16px;
  line-height: 1.13;
}

aside .sellkit-product-filter-search-wrapper {
  width: 100% !important;
}

aside .sellkit-product-filter-search-wrapper input {
  width: 90% !important;
}

aside .sellkit-product-filter-search-wrapper button {
  width: 10%;
}

aside .sellkit-product-filter-search .sellkit-product-filter-search-text input {
  padding: 0;
  border: none;
}

aside .sellkit-product-filter .sellkit-product-filter-custom-range input {
  width: 70px !important;
  padding: 4px 10px !important;
}

aside .sellkit-product-filter .sellkit-product-filter-custom-range button {
  width: 35px !important;
  height: 35px !important;
}

aside .sellkit-product-filter ~ div {
  margin-top: 15px;
}

@media (max-width: 480px) {
  .sellkit-product-filter-form-horizontal .sellkit-product-filter-content, .sellkit-product-filter-form-horizontal .product-filter-selector {
    width: 100% !important;
  }
  .sellkit-product-filter-form-horizontal .product-filter-selector {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .sellkit-product-filter-form-horizontal .sellkit-product-filter-item-wrapper {
    width: 100% !important;
    min-width: 100% !important;
  }
  .sellkit-product-filter-form-horizontal .sellkit-product-filter-item-wrapper > div {
    display: grid;
    grid-template-columns: 1fr;
  }
  .sellkit-product-filter-form-horizontal .sellkit-product-filter-item-wrapper .sellkit-product-filter-image-swatch, .sellkit-product-filter-form-horizontal .sellkit-product-filter-item-wrapper .sellkit-product-filter-color-swatch {
    grid-template-columns: 1fr 1fr;
  }
  .sellkit-product-filter-form-horizontal .sellkit-product-filter-search-wrapper {
    width: 100% !important;
  }
  .sellkit-product-filter-form-horizontal .sellkit-product-filter-search-wrapper input {
    width: 80% !important;
  }
  .sellkit-product-filter-form-horizontal .sellkit-product-filter-search-wrapper button {
    width: 20% !important;
  }
}

.sellkit-preloader .sellkit-active-wrapper .elementor-shortcode li.product, .sellkit-preloader .sellkit-active-wrapper .raven-wc-products-wrapper li.product, .sellkit-preloader .sellkit-active-wrapper ul.products li.product, .sellkit-preloader .sellkit-active-wrapper .woocommerce li.product {
  position: relative;
  background-color: #fff;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sellkit-preloader .sellkit-active-wrapper .elementor-shortcode li.product *, .sellkit-preloader .sellkit-active-wrapper .elementor-shortcode li.product::before, .sellkit-preloader .sellkit-active-wrapper .elementor-shortcode li.product::after, .sellkit-preloader .sellkit-active-wrapper .raven-wc-products-wrapper li.product *, .sellkit-preloader .sellkit-active-wrapper .raven-wc-products-wrapper li.product::before, .sellkit-preloader .sellkit-active-wrapper .raven-wc-products-wrapper li.product::after, .sellkit-preloader .sellkit-active-wrapper ul.products li.product *, .sellkit-preloader .sellkit-active-wrapper ul.products li.product::before, .sellkit-preloader .sellkit-active-wrapper ul.products li.product::after, .sellkit-preloader .sellkit-active-wrapper .woocommerce li.product *, .sellkit-preloader .sellkit-active-wrapper .woocommerce li.product::before, .sellkit-preloader .sellkit-active-wrapper .woocommerce li.product::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sellkit-preloader .sellkit-active-wrapper .elementor-shortcode li.product::before, .sellkit-preloader .sellkit-active-wrapper .raven-wc-products-wrapper li.product::before, .sellkit-preloader .sellkit-active-wrapper ul.products li.product::before, .sellkit-preloader .sellkit-active-wrapper .woocommerce li.product::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
  width: 500%;
  margin-left: -250%;
  background: -webkit-gradient(linear, left top, right top, color-stop(46%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.35)), color-stop(54%, rgba(255, 255, 255, 0))) 50% 50%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 46%, rgba(255, 255, 255, 0.35) 50%, rgba(255, 255, 255, 0) 54%) 50% 50%;
  content: '';
  z-index: 1;
  -webkit-animation: phAnimation 0.8s linear infinite;
  animation: phAnimation 0.8s linear infinite;
  pointer-events: none;
}

.sellkit-preloader .sellkit-active-wrapper .elementor-shortcode .jupiterx-wc-loop-product-image, .sellkit-preloader .sellkit-active-wrapper .raven-wc-products-wrapper .jupiterx-wc-loop-product-image, .sellkit-preloader .sellkit-active-wrapper ul.products .jupiterx-wc-loop-product-image, .sellkit-preloader .sellkit-active-wrapper .woocommerce .jupiterx-wc-loop-product-image {
  position: relative;
}

.sellkit-preloader .sellkit-active-wrapper .elementor-shortcode .jupiterx-wc-loop-product-image::before, .sellkit-preloader .sellkit-active-wrapper .raven-wc-products-wrapper .jupiterx-wc-loop-product-image::before, .sellkit-preloader .sellkit-active-wrapper ul.products .jupiterx-wc-loop-product-image::before, .sellkit-preloader .sellkit-active-wrapper .woocommerce .jupiterx-wc-loop-product-image::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ced4da;
  content: '';
}

.sellkit-preloader .sellkit-active-wrapper .elementor-shortcode .sellkit-not-found, .sellkit-preloader .sellkit-active-wrapper .raven-wc-products-wrapper .sellkit-not-found, .sellkit-preloader .sellkit-active-wrapper ul.products .sellkit-not-found, .sellkit-preloader .sellkit-active-wrapper .woocommerce .sellkit-not-found {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.sellkit-preloader .sellkit-active-wrapper .elementor-shortcode .woocommerce-loop-product__title, .sellkit-preloader .sellkit-active-wrapper .elementor-shortcode .price,
.sellkit-preloader .sellkit-active-wrapper .elementor-shortcode .artbees-was-swatches, .sellkit-preloader .sellkit-active-wrapper .elementor-shortcode .add_to_cart_button, .sellkit-preloader .sellkit-active-wrapper .elementor-shortcode .button,
.sellkit-preloader .sellkit-active-wrapper .elementor-shortcode span.onsale, .sellkit-preloader .sellkit-active-wrapper .elementor-shortcode .posted_in, .sellkit-preloader .sellkit-active-wrapper .elementor-shortcode .rating-wrapper, .sellkit-preloader .sellkit-active-wrapper .elementor-shortcode .sellkit-not-found, .sellkit-preloader .sellkit-active-wrapper .raven-wc-products-wrapper .woocommerce-loop-product__title, .sellkit-preloader .sellkit-active-wrapper .raven-wc-products-wrapper .price,
.sellkit-preloader .sellkit-active-wrapper .raven-wc-products-wrapper .artbees-was-swatches, .sellkit-preloader .sellkit-active-wrapper .raven-wc-products-wrapper .add_to_cart_button, .sellkit-preloader .sellkit-active-wrapper .raven-wc-products-wrapper .button,
.sellkit-preloader .sellkit-active-wrapper .raven-wc-products-wrapper span.onsale, .sellkit-preloader .sellkit-active-wrapper .raven-wc-products-wrapper .posted_in, .sellkit-preloader .sellkit-active-wrapper .raven-wc-products-wrapper .rating-wrapper, .sellkit-preloader .sellkit-active-wrapper .raven-wc-products-wrapper .sellkit-not-found, .sellkit-preloader .sellkit-active-wrapper ul.products .woocommerce-loop-product__title, .sellkit-preloader .sellkit-active-wrapper ul.products .price,
.sellkit-preloader .sellkit-active-wrapper ul.products .artbees-was-swatches, .sellkit-preloader .sellkit-active-wrapper ul.products .add_to_cart_button, .sellkit-preloader .sellkit-active-wrapper ul.products .button,
.sellkit-preloader .sellkit-active-wrapper ul.products span.onsale, .sellkit-preloader .sellkit-active-wrapper ul.products .posted_in, .sellkit-preloader .sellkit-active-wrapper ul.products .rating-wrapper, .sellkit-preloader .sellkit-active-wrapper ul.products .sellkit-not-found, .sellkit-preloader .sellkit-active-wrapper .woocommerce .woocommerce-loop-product__title, .sellkit-preloader .sellkit-active-wrapper .woocommerce .price,
.sellkit-preloader .sellkit-active-wrapper .woocommerce .artbees-was-swatches, .sellkit-preloader .sellkit-active-wrapper .woocommerce .add_to_cart_button, .sellkit-preloader .sellkit-active-wrapper .woocommerce .button,
.sellkit-preloader .sellkit-active-wrapper .woocommerce span.onsale, .sellkit-preloader .sellkit-active-wrapper .woocommerce .posted_in, .sellkit-preloader .sellkit-active-wrapper .woocommerce .rating-wrapper, .sellkit-preloader .sellkit-active-wrapper .woocommerce .sellkit-not-found {
  position: relative;
  -webkit-transition: 0 !important;
  transition: 0 !important;
  border: none !important;
  background-color: transparent !important;
  color: transparent !important;
}

.sellkit-preloader .sellkit-active-wrapper .elementor-shortcode .woocommerce-loop-product__title::before, .sellkit-preloader .sellkit-active-wrapper .elementor-shortcode .price::before,
.sellkit-preloader .sellkit-active-wrapper .elementor-shortcode .artbees-was-swatches::before, .sellkit-preloader .sellkit-active-wrapper .elementor-shortcode .add_to_cart_button::before, .sellkit-preloader .sellkit-active-wrapper .elementor-shortcode .button::before,
.sellkit-preloader .sellkit-active-wrapper .elementor-shortcode span.onsale::before, .sellkit-preloader .sellkit-active-wrapper .elementor-shortcode .posted_in::before, .sellkit-preloader .sellkit-active-wrapper .elementor-shortcode .rating-wrapper::before, .sellkit-preloader .sellkit-active-wrapper .elementor-shortcode .sellkit-not-found::before, .sellkit-preloader .sellkit-active-wrapper .raven-wc-products-wrapper .woocommerce-loop-product__title::before, .sellkit-preloader .sellkit-active-wrapper .raven-wc-products-wrapper .price::before,
.sellkit-preloader .sellkit-active-wrapper .raven-wc-products-wrapper .artbees-was-swatches::before, .sellkit-preloader .sellkit-active-wrapper .raven-wc-products-wrapper .add_to_cart_button::before, .sellkit-preloader .sellkit-active-wrapper .raven-wc-products-wrapper .button::before,
.sellkit-preloader .sellkit-active-wrapper .raven-wc-products-wrapper span.onsale::before, .sellkit-preloader .sellkit-active-wrapper .raven-wc-products-wrapper .posted_in::before, .sellkit-preloader .sellkit-active-wrapper .raven-wc-products-wrapper .rating-wrapper::before, .sellkit-preloader .sellkit-active-wrapper .raven-wc-products-wrapper .sellkit-not-found::before, .sellkit-preloader .sellkit-active-wrapper ul.products .woocommerce-loop-product__title::before, .sellkit-preloader .sellkit-active-wrapper ul.products .price::before,
.sellkit-preloader .sellkit-active-wrapper ul.products .artbees-was-swatches::before, .sellkit-preloader .sellkit-active-wrapper ul.products .add_to_cart_button::before, .sellkit-preloader .sellkit-active-wrapper ul.products .button::before,
.sellkit-preloader .sellkit-active-wrapper ul.products span.onsale::before, .sellkit-preloader .sellkit-active-wrapper ul.products .posted_in::before, .sellkit-preloader .sellkit-active-wrapper ul.products .rating-wrapper::before, .sellkit-preloader .sellkit-active-wrapper ul.products .sellkit-not-found::before, .sellkit-preloader .sellkit-active-wrapper .woocommerce .woocommerce-loop-product__title::before, .sellkit-preloader .sellkit-active-wrapper .woocommerce .price::before,
.sellkit-preloader .sellkit-active-wrapper .woocommerce .artbees-was-swatches::before, .sellkit-preloader .sellkit-active-wrapper .woocommerce .add_to_cart_button::before, .sellkit-preloader .sellkit-active-wrapper .woocommerce .button::before,
.sellkit-preloader .sellkit-active-wrapper .woocommerce span.onsale::before, .sellkit-preloader .sellkit-active-wrapper .woocommerce .posted_in::before, .sellkit-preloader .sellkit-active-wrapper .woocommerce .rating-wrapper::before, .sellkit-preloader .sellkit-active-wrapper .woocommerce .sellkit-not-found::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50% !important;
  width: 85% !important;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background-color: #ced4da;
  content: '';
  z-index: 999;
}

.sellkit-preloader .sellkit-active-wrapper .elementor-shortcode .price, .sellkit-preloader .sellkit-active-wrapper .elementor-shortcode .posted_in, .sellkit-preloader .sellkit-active-wrapper .raven-wc-products-wrapper .price, .sellkit-preloader .sellkit-active-wrapper .raven-wc-products-wrapper .posted_in, .sellkit-preloader .sellkit-active-wrapper ul.products .price, .sellkit-preloader .sellkit-active-wrapper ul.products .posted_in, .sellkit-preloader .sellkit-active-wrapper .woocommerce .price, .sellkit-preloader .sellkit-active-wrapper .woocommerce .posted_in {
  margin-top: 10px;
}

.sellkit-preloader .sellkit-active-wrapper .elementor-shortcode .price::before, .sellkit-preloader .sellkit-active-wrapper .elementor-shortcode .posted_in::before, .sellkit-preloader .sellkit-active-wrapper .raven-wc-products-wrapper .price::before, .sellkit-preloader .sellkit-active-wrapper .raven-wc-products-wrapper .posted_in::before, .sellkit-preloader .sellkit-active-wrapper ul.products .price::before, .sellkit-preloader .sellkit-active-wrapper ul.products .posted_in::before, .sellkit-preloader .sellkit-active-wrapper .woocommerce .price::before, .sellkit-preloader .sellkit-active-wrapper .woocommerce .posted_in::before {
  left: 50% !important;
  width: 50% !important;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.sellkit-preloader .sellkit-active-wrapper .elementor-shortcode .artbees-was-swatches, .sellkit-preloader .sellkit-active-wrapper .raven-wc-products-wrapper .artbees-was-swatches, .sellkit-preloader .sellkit-active-wrapper ul.products .artbees-was-swatches, .sellkit-preloader .sellkit-active-wrapper .woocommerce .artbees-was-swatches {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
  height: 30px;
  margin-top: 15px;
}

.sellkit-preloader .sellkit-active-wrapper .elementor-shortcode .artbees-was-swatches::before, .sellkit-preloader .sellkit-active-wrapper .raven-wc-products-wrapper .artbees-was-swatches::before, .sellkit-preloader .sellkit-active-wrapper ul.products .artbees-was-swatches::before, .sellkit-preloader .sellkit-active-wrapper .woocommerce .artbees-was-swatches::before {
  display: block;
}

.sellkit-preloader .sellkit-active-wrapper .elementor-shortcode .artbees-was-swatches li, .sellkit-preloader .sellkit-active-wrapper .raven-wc-products-wrapper .artbees-was-swatches li, .sellkit-preloader .sellkit-active-wrapper ul.products .artbees-was-swatches li, .sellkit-preloader .sellkit-active-wrapper .woocommerce .artbees-was-swatches li {
  z-index: -999;
}

@-webkit-keyframes phAnimation {
  0% {
    -webkit-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(30%, 0, 0);
    transform: translate3d(30%, 0, 0);
  }
}

@keyframes phAnimation {
  0% {
    -webkit-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(30%, 0, 0);
    transform: translate3d(30%, 0, 0);
  }
}

.sellkit-smart-alert-button {
  display: inline-block;
  padding: .375rem .75rem;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  border: 1px solid #007bff;
  border-radius: 3px;
  background-color: #007bff;
  color: #fff;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.sellkit-smart-alert-button:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.sellkit-smart-alert-button:hover {
  background: #0069d9 !important;
  color: #fff;
  text-decoration: none;
}
