.woolentor_cart_content_container {
    width: 420px;
    right: -420px !important;
    font-family: "Source Sans Pro","HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
}

.woolentor_mini_cart_icon_area {
    border-radius: 50px;
    height: 72px;
    width: 72px;
}

.woolentor_mini_cart_icon .sli-basket-loaded:before {
    position: absolute;
    top: 18px;
    left: 17px;
}

.woolentor_mini_cart_counter {
    left: -5px;
    top: -5px;
    background: #fbd957;
    color: #000;
    font-weight: 600;
    width: 24px;
    height: 24px;
    line-height: 22px;
}

.woolentor_mini_cart_open .woolentor_mini_cart_pos_right .woolentor_cart_content_container {
    right: 0 !important;
}

.sac_mini_cart {
    padding: 0 !important;
}

.sac_mini_cart .e-con-inner {
    padding: 0 !important;
    gap: 0 !important;
    flex-wrap: nowrap !important;
}

.woolentor_mini_cart_header,
.sac_mini_cart_content {
    padding: 16px;
}


.woolentor_cart_content_container > div,
.sac_mini_cart,
.sac-mini-cart .elementor-shortcode {
    height: 100% !important;
}

.sac_mini_cart_content {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.sac_mini_cart_content .elementor-widget-container {
    width: 100%;
}

.woolentor_mini_cart_header h2 {
    color: #24272d;
    font-size: 19px;
    font-weight: 600;
}

.woolentor_mini_cart_content {
    height: auto !important;
}

.sac-items-list {
    margin: 0;
}

.sac-item-thumbnail {
    position: relative;
}

.sac-item-thumbnail img {
    border-radius: 4px;
}

.sac-item-remove {
    background: #dedfea;
    color: #24272d;
    width: 16px;
    height: 16px;
    border-radius: 20px;
    position: absolute;
    top: -5px;
    left: -5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.sac-item {
    display: flex;
    justify-content: space-between;
    color: #24272d;
    font-weight: 400;
    line-height: 1.4;
}

.sac-item + .sac-item {
    margin-top: 24px;
}

.sac-item-details {
    margin-left: 15px;
    flex-grow: 1;
    font-size: 12px;
    color: #24272dbe;
}

.sac-item-title {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #24272d;
}

.sac-item-attributes {
    margin-top: 3px;
}


.sac-item-quantity-selector {
    display: inline-flex;
    box-shadow: 0 0 0 1px #eaeaec;
    border-radius: 6px;
    margin-top: 5px;
}

.sac-item-quantity-button {
    cursor: pointer;
    width: 28px;
    display: flex;
    align-items: center;
}

.sac-item-quantity-button svg {
    height: 10px;
    margin: 0 auto;
    color: #24272d;
}

.sac-item-quantity__input {
    background: #fff !important;
    outline: 0 !important;
    height: 24px;
    width: 32px;
    text-align: center;
    font-size: 13px;
    color: #24272d !important;
    box-shadow: 0 0 0 1px #eaeaec !important;
}

.sac-item-price {
    font-size: 15px;
    font-weight: 500;
    text-align: right;
}

.sac-item-price .subscription-details {
    display: none !important;
}

.sac-item-price del .woocommerce-Price-amount {
    font-size: 13px;
}

.sac-item-price ins {
    font-weight: 500;
    background: #fff9c0;
}

.sac-item-discount {
    margin-top: 4px;
    color: #5ba238;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    text-align: right;
}

.sac-mini-cart-footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
}

.sac-coupon-code,
.sac-order-summary {
    border-top: 1px solid #ddd;
    padding: 16px;
}

.sac-coupon-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.sac-coupon-title {
    font-size: 17px;
    font-weight: 600;
    color: #24272d;
}

.sac-coupon-input-wrap {
    display: flex;
    align-items: center;
    margin-top: 12px;
}

.sac-coupon__input {
    height: 36px;
    background-color: transparent !important;
    font-size: 17px;
    outline: 0 !important;
    padding: 0 14px !important;
    flex: 1;
    border: 1px solid #eaeaec !important;
    border-radius: 3px 0 0 3px;
    box-shadow: none !important;
}

.sac-coupon__input-error {
  border-color: #b00c0c !important;
}

.sac-coupon-button {
    background: #fbd957;
    color: #000000;
    border: 1px solid #fbd957;
    font-size: 15x;
    height: 36px;
    min-width: 20%;
    border-radius: 0 3px 3px 0;
    padding: 4px 16px;
    font-weight: 500;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.sac-coupon-icon {
    color: #24272d;
}

.sac-hide {
    display: none;
}

.notice-hide {
    opacity: 0;
    visibility: hidden;
}

.sac-subtotal {
    display: flex;
    justify-content: space-between;
    font-weight: 600;
    color: #24272d;
}

.sac-summary-text {
    font-size: 13px;
}

.sac-checkout-button {
    background-color: #fbd957;
    font-size: 19px;
    display: flex;
    color: #000;
    padding: 12px 14px;
    justify-content: center;
    border-radius: 3px;
    align-items: center;
    margin-top: 20px;
    outline: 0 !important;
}

.sac-checkout-icon {
    display: inline-flex;
}

.sac-checkout-text {
    margin: 0 8px;
}

.sac-continue-shopping {
    text-align: center;
    display: block;
    margin: 10px 0 -10px;
    font-size: 15px;
    color: #24272dbe;
    outline: 0 !important;
}

.sac-coupon {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4px;
}

.sac-applied-coupon-code {
  color: green;
}
.sac-coupon-text {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: var(--fkcart-secondary-text-color);
  font-weight: 600;
}

.sac-remove-coupon {
  font-size: 16px;
  line-height: 1;
  padding: 0 5px;
  cursor: pointer;
}

.sac-coupon svg {
  width: 12px;
  margin: 0 5px;
  height: 18px;
  margin-top: 2px;
}

.sac-remove-coupon svg {
  width: 12px;
  margin: 2px 0 0;
}

.sac-discount-amount {
  color: green;
}

.sac-input-error {
  color: #b00c0c;
  font-size: 12px;
  margin-left: 2px;
  line-height: 1.3;
  font-weight: 500;
  padding-top: 5px;
}

.sac-slider-notices {
  border: none;
  border-radius: 0;
  clear: both;
  cursor: pointer;
  font-size: 15px;
  height: auto;
  margin-bottom: 0;
  margin-left: 0;
  min-height: 52px;
  position: absolute;
  right: 0;
  top: 0;
  transition: all .3s;
  width: 100%;
  z-index: 9999999992;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff0f0;
  color: #b00c0c;
  text-align: center;
  padding: 12px;
}

.sac-notice-icon {
  margin-right: 8px;
  display: flex;
  align-items: center;
  transform: translateY(-1px);
}

.sac-slider-notices, .sac-notice-text {
  text-align: left;
  font-size: 15px;
  font-weight: 500;
}

.sac-zero-state {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  text-align: center;
  justify-content: center;
  height: 100vh;
  align-items: center;
  padding: 0;
  padding-bottom: 250px;
}

.sac-zero-state p {
  color:green;
  font-size: medium;
}
.sac-icon-cart svg {
  display: inline-flex;
  color: #24272d;
}

.sac-zero-state, .sac-zero-state-title {
  font-size: 18px;
  line-height: 1.3;
  color: #24272d;
  margin: 6px 0;
  font-weight: 500;
}


.sac-cross-sell {
  background-color: #f7f7f7;
  border-bottom: 1px solid var(--fkcart-border-color);
  max-width: var(--fkcart-slider-desktop-width, 420px);
  min-width: 100%;
  padding-bottom: 16px;
}

.sac-cross-sell-heading {
  text-align: center;
  font-weight: 600 !important;
  font-size: 16px !important;
  color: #24272d;
  line-height: 1.4;
  padding: 16px 0 !important;
}

.sac-panel {
  position: relative;
  padding: 0 40px;
  font-size: 16px;
  color: #24272d;
  line-height: 1.3;
  font-weight: 500;
}

.sac-cross-sell-container {
  
  justify-content: center;
  /* display: flex; */
  /* user-select: none; */
  /* -webkit-tap-highlight-color: transparent; */
  /* margin-left: -15px; */

}

.sac-cross-sell-item {
    width: 100%;
    display: flex;
}

.sac-cross-sell-item img {
  max-width: 100%;
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
  padding: 0;
  display: inline-flex;
  width: 60px;
  flex: 0 0 60px;
  outline: 0;
  align-self: flex-start;
  height: 60px;
  margin-right: 20px;
}

.sac-item-info {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.sac-mini-cart-btn {
  padding: 8px 16px;
  font-size: 13px;
  background: 0 0;
  border-radius: 3px;
  line-height: 14px;
  font-weight: 600;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  flex-wrap: wrap;
  position: relative;
  outline: 0;
  box-shadow: inset 0 0 0 1px #fbd957, #0170b9;
  color: #fbd957;
  background: #000 !important;
  box-shadow: none;
  opacity: 0.9;
}


.fkcart-form-input-wrap div {
  display: none !important;
}

.fkcart-product-form-field #pa_flavors,
.fkcart-product-form-field #pa_offers,
.fkcart-product-form-field .variation-radios input[type="radio"],
.fkcart-product-form-field .woocommerce-variation.single_variation,
.fkcart-product-form-field .variations th.label label,
.fkcart-product-form-field .woocommerce-variation-availability,
.fkcart-product-form-field a.reset_variations
{
  display: block !important;
}

.wcsatt-options-wrapper {
  display: none;
}

.fkcart-product-form-field + .single_variation_wrap .woocommerce-variation.single_variation {
  display: block !important;
}

.mini-cart-container {
  height: 100%;
}
.mini-cart-container .single_add_to_cart_button{
  position: absolute !important;
  bottom: 59px;
  margin: 0 !important;
  right: 0;
}

div.product {
  height: 100%;
}

table.variations {
  padding: 0;
  margin: 0;
  border: 0;
  border-collapse: collapse;
}

.fkcart-product-form-field {
  display: flex;
  flex-direction: column;
}

.fkcart-form-input-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.fkcart-form-input-wrap select {
  font-size: 14px;
  min-height: 36px;
  padding: 4px 10px;
  border-radius: 4px;
  width: 100%;
  -webkit-appearance: none;
  max-width: 100% !important;
}

/* .product {
  padding: 0 16px;
} */


.fkcart-product-form-thumbnail img {
  margin: 16px auto 12px;
  padding: 0;
  display: block;
  border-radius: 4px !important;
  max-width: 150px !important;
}

.fkcart-product-name-thumbnail {
  display: block;
  line-height: 1.4;
  font-size: 16px;
  font-weight: 500;
  color: #24272d;
  outline: 0;
  text-align: center;
  padding: 16px;
    bottom: 59px;
}

.mini-cart-container .elementor-widget-container{
  max-width: 420px;
}

.sac_mini_cart_close {
  float: right;
  cursor: pointer;
  font-size: 18px;
  transition: 0.4s;
}

.sac-select-option {
  color: #4169e1;
  text-decoration: underline;
  cursor: pointer;
  margin-bottom: 5px;
}


/* smaller, dark, rounded square */
.flickity-button {
  /* background: #333; */
  background: none !important;
}
.flickity-button:hover {
  background: #F90;
}

.flickity-prev-next-button {
  width: 25px !important;
  height: 25px !important;
  border-radius: 5px !important;
}
/* icon color */  
.flickity-button-icon {
  fill: white !important;
}
/* position outside */
.flickity-prev-next-button.previous {
  left: -40px !important;
}
.flickity-prev-next-button.next {
  right: -40px !important;
}

/* position dots in carousel */
.flickity-page-dots {
  bottom: -10px !important;
} 
/* white circles */
.flickity-page-dots .dot {
  width: 12px;
  height: 12px;
  opacity: 1;
  background: transparent;
  border: 2px solid white;
}
/* fill-in selected dot */
.flickity-page-dots .dot.is-selected {
  background: white;
}

@media only screen and (max-width: 768px) {
  .woolentor_mini_cart_open .woolentor_mini_cart_pos_right .woolentor_cart_content_container {
    width: 100%;
  }
}