@charset "UTF-8";
/* Slider */
.slick-slider {
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;

    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}


@keyframes woobt-spinner {
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes woobt-spinner {
  to {
    -webkit-transform: rotate(360deg);
  }
}
.woobt-wrap {
  display: block;
  clear: both;
  width: 100%;
}
.woobt-wrap.woobt-loading {
  position: relative;
}
.woobt-wrap.woobt-loading:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}
.woobt-wrap.woobt-loading:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  display: block;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  margin-left: -15px;
  border-width: 4px;
  border-style: solid;
  border-radius: 100%;
  border-top-color: rgba(0, 0, 0, 0.5);
  border-left-color: rgba(0, 0, 0, 0.1);
  border-bottom-color: rgba(0, 0, 0, 0.1);
  border-right-color: rgba(0, 0, 0, 0.1);
  animation: woobt-spinner 1s linear infinite;
  -webkit-animation: woobt-spinner 1s linear infinite;
}

.woobt-wrap.woobt-layout-separate .woobt-product > .woobt-thumb, .woobt-wrap.woobt-layout-separate .woobt-product > .woobt-price {
  display: none;
}

.woobt-wrap.woobt-layout-separate .woobt-product .woobt-title .woobt-price {
  margin-left: 10px;
}

.woobt-images {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  overflow-x: auto;
}

.woobt-images .woobt-image {
  width: 100px;
  flex: 0 0 100px;
  margin-right: 20px;
  display: block;
  position: relative;
}

.woobt-images .woobt-image:not(.woobt-image-this):before {
  content: "+";
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translate3d(-50%, -50%, 0);
}

.woobt-images .woobt-image:last-child {
  margin-right: 0;
}

.woobt-images .woobt-image.woobt-image-hide {
  opacity: 0.3;
}

.woobt-images .woobt-image.woobt-image-hide img {
  filter: grayscale(100%);
}

.woobt-images .woobt-image img {
  width: 100%;
  height: auto;
}

.woobt-wrap .woobt-text, .woobt-wrap .woobt-products {
  margin: 0 0 15px 0;
}

.woobt-products {
  border-width: 1px 0 0 0;
  border-style: dotted;
  border-color: #e5e5e5;
}

.woobt-products .woobt-product {
  padding: 10px 0;
  margin: 0;
  justify-content: space-between;
  display: flex;
  align-items: center;
  border-bottom: 1px dotted #e5e5e5;
}

.woobt-products .woobt-product.woobt-hide-this {
  display: none !important;
}

.woobt-products .woobt-product > div {
  padding: 0 5px;
  background-color: transparent;
}

.woobt-products .woobt-product .woobt-thumb {
  width: 50px;
  flex: 0 0 50px;
}

.woobt-products .woobt-product .woobt-thumb img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

.woobt-products .woobt-product .woobt-price {
  width: 100px;
  flex: 0 0 100px;
  max-width: 100px;
  text-align: end;
}

.woobt-products .woobt-product-this .woobt-price .woobt-price-new {
  display: none;
}

.woobt-products .woobt-product .woobt-price del {
  opacity: 0.5;
  text-decoration: line-through;
}

.woobt-products .woobt-product .woobt-price del span {
  text-decoration: line-through;
}

.woobt-products .woobt-product .woobt-price ins {
  font-weight: normal;
}

.woobt-products .woobt-product .woobt-price .amount {
  display: inline-block;
}

.woobt-products .woobt-product .woobt-title {
  flex-grow: 1;
}

.woobt-products .woobt-product .woobt-title a {
  text-decoration: none;
  box-shadow: none;
}

.woobt-products .woobt-product .variations_form {
  margin: 0;
  padding: 0;
}

.woobt-products .woobt-product .woobt-title .woovr-variations-select .woovr-variation-image, .woobt-products .woobt-product .woobt-title .woovr-variations-default .woovr-variation-image, .woobt-products .woobt-product .woobt-title .woovr-variations-select .woovr-variation-price {
  display: none !important;
}

.woobt-products .woobt-product .woobt-quantity {
  text-align: right;
  width: 130px;
  flex: 0 0 130px;
}

.woobt-products .woobt-product .woobt-quantity .quantity {
  float: none !important;
  margin: 0 0 0 0 !important;
}

.woobt-products .woobt-product.woobt-hide .woobt-quantity * {
  opacity: 0.5;
  pointer-events: none;
}

.woobt-checkbox:disabled {
  cursor: not-allowed;
}

.woobt-products .woobt-product .variations_form .variations {
  display: block;
  width: 100%;
  margin-left: -3px;
  margin-right: -3px;
  padding: 0;
}

.woobt-products .woobt-product .variations_form .variations .variation {
  display: inline-block;
  border-width: 1px;
  border-style: solid;
  border-color: #e5e5e5;
  padding: 5px 10px;
  margin: 5px 3px 0 3px;
  max-width: 100%;
  border-radius: 2px;
}

.woobt-products .woobt-product .variations_form .variations .variation > div {
  display: block;
}

.woobt-products .woobt-product .variations_form .variations .reset {
  display: inline-block;
}

.woobt-products .woobt-product .variations_form .variations .variation:last-child {
  margin-bottom: 0;
}

.woobt-products .woobt-product .variations_form .variations .variation .label {
  font-size: 12px;
  line-height: 1;
}

.woobt-products .woobt-product .variations_form .variations .variation .value {
  line-height: 1;
}

.woobt-products .woobt-product .variations_form .variations .variation .value select {
  width: 100%;
  line-height: 1;
  padding: 0 16px 0 0;
  background-color: transparent;
  border-radius: 0;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAECAYAAACtBE5DAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpGNEQzN0Y2NTY0NjcxMUU3QjU5NUI5N0U0NjlDMTIzNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpGNEQzN0Y2NjY0NjcxMUU3QjU5NUI5N0U0NjlDMTIzNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkY0RDM3RjYzNjQ2NzExRTdCNTk1Qjk3RTQ2OUMxMjM2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkY0RDM3RjY0NjQ2NzExRTdCNTk1Qjk3RTQ2OUMxMjM2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+pzgqpQAAADdJREFUeNpirKioWMDAwBDPgAoWMQGJLCC+hiR4HYgzQRLfgDgUSoNwCIhmgaq6BtXJCNMNEGAAbM0MK7OUU3AAAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 100% 50%;
}

.woobt-products .woobt-product .variations_form .variations a.reset_variations {
  margin: 0;
  font-size: 12px;
}

.woobt-products .woobt-product .woobt-title .stock {
  font-size: 14px;
  margin: 0 !important;
}

.woobt-products .woobt-product .woobt-title .stock.in-stock {
  color: green;
}

.woobt-products .woobt-product .woobt-title .stock.available-on-backorder {
  color: orange;
}

.woobt-products .woobt-product .woobt-title .stock.out-of-stock {
  color: red;
}

.woobt-products .woobt-item-text {
  padding: 10px 0;
  margin: 0;
  border-bottom: 1px dotted #e5e5e5;
}

.woobt-item-text-type-h1 > h1, .woobt-item-text-type-h2 > h2, .woobt-item-text-type-h3 > h3, .woobt-item-text-type-h4 > h4, .woobt-item-text-type-h5 > h5, .woobt-item-text-type-h6 > h6, .woobt-item-text-type-p > p {
  margin: 0 !important;
}

.woobt-disabled {
  opacity: 0.5 !important;
  cursor: not-allowed !important;
  pointer-events: none !important;
}

.woobt-alert {
  padding: 6px 10px 6px 14px;
  border-left: 4px solid #222;
  background-color: #eeeeee;
  font-size: 14px;
}

/* hidden by default */
.woobt-additional, .woobt-total, .woobt-alert {
  display: none;
}

.woobt-actions form.cart {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.woobt-quantity-input {
  display: flex;
  align-items: center;
}

.woobt-quantity-plus-minus .plus, .woobt-quantity-plus-minus .minus, .woobt-quantity-plus-minus .minus-btn, .woobt-quantity-plus-minus .plus-btn {
  display: none !important;
}

.woobt-quantity-input-plus, .woobt-quantity-input-minus {
  width: 40px;
  flex: 0 0 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  cursor: pointer;
  background-color: #fefefe;
  border: 1px solid #e5e5e5;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.woobt-choose label {
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.woobt-choose .checkmark {
  display: none;
}

.woobt-count {
  margin-left: 5px;
}

.woobt-count:before {
  content: "(";
}

.woobt-count:after {
  content: ")";
}

.woobt-qty {
  width: 60px;
  text-align: center;
}

.woobt-product .woobt-quantity-input .qty, .woobt-product .woobt-quantity-input .woobt-qty {
  width: 100%;
  min-width: 40px;
  height: 40px;
  line-height: 38px;
  margin: 0;
  padding: 0 10px;
  box-shadow: none;
  border-width: 1px 0;
  border-style: solid;
  border-color: #e5e5e5;
  border-radius: 0;
  background-color: #fefefe;
  -moz-appearance: textfield;
}

.woobt-product .woobt-quantity-input .qty:focus, .woobt-product .woobt-quantity-input .woobt-qty:focus {
  outline: none;
  outline-color: transparent;
}

.woobt-quantity-input input::-webkit-outer-spin-button, .woobt-quantity-input input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.woobt-quantity-input-plus:hover, .woobt-quantity-input-minus:hover {
  background-color: #f0f0f0;
}

@media only screen and (max-width: 767px) {
  .woobt-wrap-responsive .woobt-products .woobt-product {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 20px 0;
  }
  .woobt-wrap-responsive .woobt-products .woobt-product > div {
    padding: 5px 0 !important;
    width: auto !important;
    flex-basis: 0 !important;
    max-width: 100% !important;
  }
  .woobt-wrap-responsive .woobt-products .woobt-product .woobt-thumb {
    text-align: center;
    flex-basis: 0;
  }
  .woobt-wrap-responsive .woobt-products .woobt-product .woobt-thumb img {
    width: 80px;
    display: block;
    margin: 0 auto;
  }
  .woobt-wrap-responsive .woobt-products .woobt-product .woobt-price {
    width: auto;
    flex-basis: 0;
  }
  .woobt-wrap-responsive .woobt-products .woobt-product .variations_form .variations {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .woobt-wrap-responsive .woobt-products .woobt-product .variations_form .variations .variation {
    max-width: 100%;
    margin-right: 0 !important;
  }
  .woobt-wrap-responsive .woobt-products .woobt-product .variations_form .variations .variation select {
    text-align-last: center;
  }
}
/* Grid */
.woobt-products[class*=woobt-products-layout-grid] {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  border: none;
}

.woobt-products[class*=woobt-products-layout-grid] .woobt-item-text {
  width: 100%;
  margin: 10px;
  padding: 10px 0;
}

.woobt-products[class*=woobt-products-layout-grid] .woobt-product {
  width: calc(50% - 20px);
  margin: 10px;
  padding: 10px;
  border: 1px solid #dddddd;
  font-size: 14px;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: start;
}

.woobt-products[class*=woobt-products-layout-grid] .woobt-product:hover {
  border-color: green;
}

.woobt-products[class*=woobt-products-layout-grid] .woobt-product .woobt-title-inner {
  font-weight: 700;
}

.woobt-products.woobt-products-layout-grid-1 .woobt-product {
  width: calc(100% - 20px);
}

.woobt-products.woobt-products-layout-grid-3 .woobt-product {
  width: calc(33.3333333333% - 20px);
}

.woobt-products.woobt-products-layout-grid-4 .woobt-product {
  width: calc(25% - 20px);
}

.woobt-products[class*=woobt-products-layout-grid] .woobt-product > div {
  width: 100% !important;
  flex: 0 0 auto !important;
  text-align: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 5px;
}

.woobt-products[class*=woobt-products-layout-grid] .woobt-product > div:last-child {
  margin-bottom: 0;
}

.woobt-products[class*=woobt-products-layout-grid] .woobt-product .woobt-quantity-input {
  justify-content: center;
}

.woobt-products[class*=woobt-products-layout-grid] .woobt-product select {
  text-align: center;
}

.woobt-products[class*=woobt-products-layout-grid] .woobt-product .variations_form .variations .reset {
  display: none;
}

@media only screen and (max-width: 767px) {
  .woobt-products[class*=woobt-products-layout-grid] .woobt-product {
    width: calc(50% - 20px);
  }
}
@media only screen and (max-width: 479px) {
  .woobt-products[class*=woobt-products-layout-grid] .woobt-product {
    width: calc(100% - 20px);
  }
}
/* Carousel */
.woobt-products[class*=woobt-products-layout-carousel] {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  border: none;
}

.woobt-products[class*=woobt-products-layout-carousel] .woobt-item-text {
  width: 100%;
  margin: 10px;
  padding: 10px 0;
}

.woobt-products[class*=woobt-products-layout-carousel] .woobt-product {
  width: calc(33% - 20px);
  margin: 10px;
  padding: 10px;
  border: 1px solid #dddddd;
  font-size: 14px;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: start;
}

.woobt-products[class*=woobt-products-layout-carousel] .woobt-product:hover {
  border-color: green;
}

.woobt-products[class*=woobt-products-layout-carousel] .woobt-product .woobt-title-inner {
  font-weight: 700;
}

.woobt-products.woobt-products-layout-carousel-1 .woobt-product {
  width: calc(100% - 20px);
}

.woobt-products.woobt-products-layout-carousel-3 .woobt-product {
  width: calc(33.3333333333% - 20px);
}

.woobt-products.woobt-products-layout-carousel-4 .woobt-product {
  width: calc(25% - 20px);
}

.woobt-products[class*=woobt-products-layout-carousel] .woobt-product > div {
  width: 100% !important;
  flex: 0 0 auto !important;
  text-align: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 5px;
}

.woobt-products[class*=woobt-products-layout-carousel] .woobt-product > div:last-child {
  margin-bottom: 0;
}

.woobt-products[class*=woobt-products-layout-carousel] .woobt-product .woobt-quantity-input {
  justify-content: center;
}

.woobt-products[class*=woobt-products-layout-carousel] .woobt-product select {
  text-align: center;
}

.woobt-products[class*=woobt-products-layout-carousel] .woobt-product .variations_form .variations .reset {
  display: none;
}

.woobt-products[class*=woobt-products-layout-carousel] {
  display: none !important;
}

.woobt-products[class*=woobt-products-layout-carousel].woobt-carousel, .woobt-products[class*=woobt-products-layout-carousel].woobt-no-carousel {
  display: flex !important;
}

.woobt-carousel .slick-dots {
  display: block;
  width: 100%;
  list-style: none;
  text-align: center;
  margin: 0;
  padding: 0;
}

.woobt-carousel .slick-dots li {
  display: inline-block;
  margin: 0 5px;
  font-size: 0;
}

.woobt-carousel .slick-dots li button {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  padding: 0;
  font-size: 0;
  line-height: 0;
  border: none;
  background-color: rgba(0, 0, 0, 0.3);
  outline: none;
  overflow: hidden;
}

.woobt-carousel .slick-dots li.slick-active button {
  background-color: rgb(0, 0, 0);
}

.woobt-carousel .slick-arrow {
  width: 44px;
  height: 44px;
  line-height: 42px;
  text-align: center;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0;
  color: #222;
  background-color: #fff;
  border-radius: 0;
  border: 1px solid #ddd;
  z-index: 8;
  opacity: 0;
  visibility: hidden;
}

.woobt-carousel:hover .slick-arrow {
  opacity: 1;
  visibility: visible;
}

.woobt-carousel .slick-arrow:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
}

.woobt-carousel .slick-arrow:before {
  font-size: 24px;
  line-height: 44px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.woobt-carousel .slick-arrow:focus {
  outline: none;
}

.woobt-carousel .slick-arrow.slick-prev {
  left: 10px;
}

.woobt-carousel .slick-arrow.slick-prev:before {
  content: "‹";
}

.woobt-carousel .slick-arrow.slick-next {
  right: 10px;
}

.woobt-carousel .slick-arrow.slick-next:before {
  content: "›";
}

/* Compact */
.woobt-wrap.woobt-layout-compact .woobt-inner {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  margin: 0 0 15px 0;
}
.woobt-wrap.woobt-layout-compact .woobt-inner .woobt-text {
  margin: 0 0 10px 0;
}
.woobt-wrap.woobt-layout-compact .woobt-inner .woobt-alert {
  display: none !important;
}
.woobt-wrap.woobt-layout-compact .woobt-inner .woobt-products {
  display: flex;
  flex-wrap: nowrap;
  max-width: 100%;
  overflow-x: auto;
  margin: 0 10px 0 -10px;
  border: none;
}
.woobt-wrap.woobt-layout-compact .woobt-inner .woobt-products .woobt-product {
  min-width: 100px;
  max-width: 200px;
  margin: 10px;
  padding: 10px;
  border: 1px solid #dddddd;
  font-size: 14px;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: start;
}
.woobt-wrap.woobt-layout-compact .woobt-inner .woobt-products .woobt-product:before {
  content: "+";
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translate3d(-50%, -50%, 0);
}
.woobt-wrap.woobt-layout-compact .woobt-inner .woobt-products .woobt-product:last-child:before {
  content: "";
  display: none;
}
.woobt-wrap.woobt-layout-compact .woobt-inner .woobt-products .woobt-product > div {
  width: 100%;
  flex: 0 0 auto;
  text-align: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 5px;
}
.woobt-wrap.woobt-layout-compact .woobt-inner .woobt-products .woobt-product .woobt-choose {
  position: absolute;
  width: auto;
  top: 10px;
  right: 10px;
}
body.rtl .woobt-wrap.woobt-layout-compact .woobt-inner .woobt-products {
  margin: 0 -10px 0 10px;
}
body.rtl .woobt-wrap.woobt-layout-compact .woobt-inner .woobt-products .woobt-product:first-child:before {
  display: none;
}
body.rtl .woobt-wrap.woobt-layout-compact .woobt-inner .woobt-products .woobt-product:last-child:before {
  content: "+";
  display: block;
}
.woobt-wrap.woobt-layout-compact .woobt-inner .woobt-actions .single_add_to_cart_button {
  white-space: nowrap;
  margin: 0 !important;
}

/*# sourceMappingURL=frontend.css.map */
.yith-wcbr-brands{
    display: block;
    margin-top: 15px;
}

.list .yith-wcbr-brands{
    text-align: left;
}

li.product .yith-wcbr-brands{
    margin: 15px 0;
}

.yith-wcbr-brands-logo{
    display: block;
    margin-top: 15px;
}

.list .yith-wcbr-brands-logo{
    text-align: left;
}

li.product .yith-wcbr-brands-logo{
    margin: 15px 0;
}

.yith-wcbr-brands-logo a{
    display: inline-block;
    border: none!important;
    margin-right: 15px;
}

.yith-wcbr-brands-logo a:last-child{
    margin-right: 0;
}

.yith-wcbr-brands-header-wrapper{
    margin: 15px 0;
}
.tax-product_brand .brand-description{overflow:hidden;zoom:1}.tax-product_brand .brand-description img.brand-thumbnail{width:25%;float:right}.tax-product_brand .brand-description .text{width:72%;float:left}.widget_brand_description img{box-sizing:border-box;width:100%;max-width:none;height:auto;margin:0 0 1em}ul.brand-thumbnails{margin-left:0;margin-bottom:0;clear:both;list-style:none}ul.brand-thumbnails:before{clear:both;content:"";display:table}ul.brand-thumbnails:after{clear:both;content:"";display:table}ul.brand-thumbnails li{float:left;margin:0 3.8% 1em 0;padding:0;position:relative;width:22.05%}ul.brand-thumbnails.fluid-columns li{width:auto}ul.brand-thumbnails:not(.fluid-columns) li.first{clear:both}ul.brand-thumbnails:not(.fluid-columns) li.last{margin-right:0}ul.brand-thumbnails.columns-1 li{width:100%;margin-right:0}ul.brand-thumbnails.columns-2 li{width:48%}ul.brand-thumbnails.columns-3 li{width:30.75%}ul.brand-thumbnails.columns-5 li{width:16.95%}ul.brand-thumbnails.columns-6 li{width:13.5%}.brand-thumbnails li img{box-sizing:border-box;width:100%;max-width:none;height:auto;margin:0}@media screen and (max-width:768px){ul.brand-thumbnails:not(.fluid-columns) li{width:48%!important}ul.brand-thumbnails:not(.fluid-columns) li.first{clear:none}ul.brand-thumbnails:not(.fluid-columns) li.last{margin-right:3.8%}ul.brand-thumbnails:not(.fluid-columns) li:nth-of-type(odd){clear:both}ul.brand-thumbnails:not(.fluid-columns) li:nth-of-type(even){margin-right:0}}.brand-thumbnails-description li{text-align:center}.brand-thumbnails-description li .term-thumbnail img{display:inline}.brand-thumbnails-description li .term-description{margin-top:1em;text-align:left}#brands_a_z h3:target{text-decoration:underline}ul.brands_index{list-style:none outside;overflow:hidden;zoom:1}ul.brands_index li{float:left;margin:0 2px 2px 0}ul.brands_index li a,ul.brands_index li span{border:1px solid #ccc;padding:6px;line-height:1em;float:left;text-decoration:none}ul.brands_index li span{border-color:#eee;color:#ddd}ul.brands_index li a:hover{border-width:2px;padding:5px;text-decoration:none}ul.brands_index li a.active{border-width:2px;padding:5px}div#brands_a_z a.top{border:1px solid #ccc;padding:4px;line-height:1em;float:right;text-decoration:none;font-size:.8em}@font-face {
  font-family: 'Woo-Side-Cart';
  src:  url(//tboka.ir/wp-content/plugins/side-cart-woocommerce/assets/css/fonts/Woo-Side-Cart.eot?qq7fgp);
  src:  url(//tboka.ir/wp-content/plugins/side-cart-woocommerce/assets/css/fonts/Woo-Side-Cart.eot?qq7fgp#iefix) format('embedded-opentype'),
    url(//tboka.ir/wp-content/plugins/side-cart-woocommerce/assets/css/fonts/Woo-Side-Cart.ttf?qq7fgp) format('truetype'),
    url(//tboka.ir/wp-content/plugins/side-cart-woocommerce/assets/css/fonts/Woo-Side-Cart.woff?qq7fgp) format('woff'),
    url(//tboka.ir/wp-content/plugins/side-cart-woocommerce/assets/css/fonts/Woo-Side-Cart.svg?qq7fgp#Woo-Side-Cart) format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="xoo-wsc-icon-"], [class*=" xoo-wsc-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Woo-Side-Cart' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.xoo-wsc-icon-heart1:before {
  content: "\e92d";
}
.xoo-wsc-icon-cart-plus:before {
  content: "\e92e";
}
.xoo-wsc-icon-bookmark-o:before {
  content: "\e929";
}
.xoo-wsc-icon-bookmark1:before {
  content: "\e92a";
}
.xoo-wsc-icon-arrow-long-right:before {
  content: "\e900";
}
.xoo-wsc-icon-basket5:before {
  content: "\e901";
}
.xoo-wsc-icon-basket4:before {
  content: "\e902";
}
.xoo-wsc-icon-basket6:before {
  content: "\e903";
}
.xoo-wsc-icon-basket1:before {
  content: "\e904";
}
.xoo-wsc-icon-basket2:before {
  content: "\e905";
}
.xoo-wsc-icon-basket3:before {
  content: "\e906";
}
.xoo-wsc-icon-trash1:before {
  content: "\e907";
}
.xoo-wsc-icon-trash:before {
  content: "\e908";
}
.xoo-wsc-icon-cross:before {
  content: "\e909";
}
.xoo-wsc-icon-check_circle:before {
  content: "\e90a";
}
.xoo-wsc-icon-pencil:before {
  content: "\e90b";
}
.xoo-wsc-icon-bag1:before {
  content: "\e90c";
}
.xoo-wsc-icon-arrow-thin-right:before {
  content: "\e90d";
}
.xoo-wsc-icon-shopping-bag1:before {
  content: "\e90e";
}
.xoo-wsc-icon-shopping-cart:before {
  content: "\e90f";
}
.xoo-wsc-icon-bag2:before {
  content: "\e910";
}
.xoo-wsc-icon-cart1:before {
  content: "\e911";
}
.xoo-wsc-icon-cart2:before {
  content: "\e912";
}
.xoo-wsc-icon-del4:before {
  content: "\e913";
}
.xoo-wsc-icon-trash3:before {
  content: "\e914";
}
.xoo-wsc-icon-del1:before {
  content: "\e915";
}
.xoo-wsc-icon-del2:before {
  content: "\e916";
}
.xoo-wsc-icon-del3:before {
  content: "\e917";
}
.xoo-wsc-icon-shopping-bag:before {
  content: "\e918";
}
.xoo-wsc-icon-chevron-thin-left:before {
  content: "\e919";
}
.xoo-wsc-icon-chevron-left:before {
  content: "\e91a";
}
.xoo-wsc-icon-arrow-thin-left:before {
  content: "\e91b";
}
.xoo-wsc-icon-arrow-left:before {
  content: "\e91c";
}
.xoo-wsc-icon-coupon-1:before {
  content: "\e91d";
}
.xoo-wsc-icon-coupon-2:before {
  content: "\e91e";
}
.xoo-wsc-icon-coupon-3:before {
  content: "\e91f";
}
.xoo-wsc-icon-coupon-5:before {
  content: "\e920";
}
.xoo-wsc-icon-coupon-6:before {
  content: "\e921";
}
.xoo-wsc-icon-coupon:before {
  content: "\e922";
}
.xoo-wsc-icon-coupon-4:before {
  content: "\e923";
}
.xoo-wsc-icon-discout:before {
  content: "\e924";
}
.xoo-wsc-icon-coupon-7:before {
  content: "\e925";
}
.xoo-wsc-icon-coupon-8:before {
  content: "\e926";
}
.xoo-wsc-icon-coupon-9:before {
  content: "\e927";
}
.xoo-wsc-icon-external-link:before {
  content: "\e928";
}
.xoo-wsc-icon-chevron-right:before {
  content: "\e92b";
}
.xoo-wsc-icon-chevron-left1:before {
  content: "\e92c";
}
.xoo-wsc-icon-cart:before {
  content: "\e93a";
}
.xoo-wsc-icon-spinner:before {
  content: "\e97a";
}
.xoo-wsc-icon-spinner2:before {
  content: "\e97b";
}
.xoo-wsc-icon-spinner4:before {
  content: "\e97d";
}
.xoo-wsc-icon-spinner8:before {
  content: "\e981";
}
.xoo-wsc-icon-spinner11:before {
  content: "\e984";
}
.xoo-wsc-icon-trash2:before {
  content: "\e9ad";
}
.xoo-wsc-icon-checkmark:before {
  content: "\ea10";
}
.xoo-wsc-icon-cloud-download:before {
  content: "\e9c2";
}
.xoo-wsc-icon-download3:before {
  content: "\e9c7";
}
.xoo-wsc-icon-heart:before {
  content: "\e9da";
}
.xoo-wsc-markup *::-webkit-scrollbar {
    width: 8px;
}

.xoo-wsc-markup *::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #f0f0f0;
}

.xoo-wsc-markup *::-webkit-scrollbar-thumb {
    border-radius: 50px;
     background: #d1d1d1
}


.xoo-wsc-container, .xoo-wsc-slider {
    position: fixed;
    background-color: #fff;
    z-index: 999999;
    display: flex;
    flex-direction: column;
    width: 95%;
    transition: 0.5s ease-out;
}

.xoo-wsc-modal * {
    box-sizing: border-box;
}

.xoo-wsc-markup a{
    text-decoration: none;
}


.xoo-wsc-opac {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    z-index: 999996;
    opacity: 0;
    height: 0;
    transition: height 0s 0.4s, opacity 0.4s 0s;
}

.xoo-wsc-cart-active .xoo-wsc-opac {
    opacity: 0.8;
    height: 100%;
    transition: height 0s 0s, opacity 0.4s;
}

.xoo-wsc-body {
    flex-grow: 1;
    overflow-y: auto;
    overflow-x: hidden;
}

.xoo-wsc-loading .xoo-wsc-loader{
    display: block;
}

span.xoo-wsc-loader {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.5;
    background-color: #eee;
    opacity: 0.7;
    z-index: 10;
}


.xoo-wsc-loader-icon{
    display: none;
}

.xoo-wsc-loading .xoo-wsc-loader-icon {
    position: absolute;
    transform: translate(-50%,-50%);
    top: 47%;
    left: 49%;
    z-index: 11;
    font-size: 24px;
    animation: xoo-wsc-spin 2s linear infinite;
    display: block;
}

@keyframes xoo-wsc-spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}



body.xoo-wsc-cart-active, html.xoo-wsc-cart-active{
    overflow: hidden!important;
}

.xoo-wsc-basket {
    margin: 10px;
    z-index: 9999997;
    cursor: pointer;
    position: fixed;
    transition: 0.5s ease-out;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
}

.xoo-wsc-basket[style*='block'] {
    display: flex!important;
}
.xoo-wsc-items-count{
    border-radius: 50%;
    position: absolute;
    font-size: 13px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    overflow: hidden;
}

.xoo-wsc-fly-animating{
    opacity: 1;
    position: absolute!important;
    height: 150px;
    width: 150px;
    z-index: 100;
}

.xoo-wsc-sc-bkcont {
    position: relative;
}


.xoo-wsc-sc-cont .xoo-wsc-cart-trigger {
    display: flex;
    position: relative;
    cursor: pointer;
    align-items: center;
    justify-content: center;
}


span.xoo-wsc-sc-count, span.xoo-wsch-items-count{
    border-radius: 50%;
    height: 18px;
    line-height: 18px;
    width: 18px;
    display: inline-block;
    text-align: center;
    font-size: 13px;
    right: -7px;
    position: absolute;
    top: -4px;
}

.xoo-wsc-sc-cont .xoo-wsc-cart-trigger > * {
    margin-right: 3px;
}


/* Notices */
.xoo-wsc-notice-container {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: none;
}

ul.xoo-wsc-notices {
    margin: 0;
    list-style-type: none;
    padding: 0;
}

.xoo-wsc-notice-success {
    background-color: #DFF0D8;
    color: #3C763D;
}
.xoo-wsc-notice-error {
    color: #a94442;
    background-color: #f2dede;
}

ul.xoo-wsc-notices li {
    padding: 15px 20px;
    list-style-type: none;
}

ul.xoo-wsc-notices li span {
    margin-right: 6px;
}

span.xoo-wsc-undo-item {
    float: right;
    text-decoration: underline;
    cursor: pointer;
}


.xoo-wsc-notices a.button.wc-forward {
    display: none;
}

/* Basket */
.xoo-wscb-icon {
    font-size: 37px;
}

.xoo-wscb-count {
    position: absolute;
    z-index: 1;
    background-color: transparent;
    font-size: 15px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    left: 0;
    right: 0;
}

/* Header */
.xoo-wsc-header {
    padding: 15px;
    color: #000;
}

span.xoo-wsch-close {
    position: absolute;
    cursor: pointer;
}


span.xoo-wsch-text {
    margin-left: 8px;
}


.xoo-wsch-top .xoo-wsch-basket {
    display: table;
    position: relative;
}

.xoo-wsch-top {
    display: flex;
    margin: 0 auto;
    align-items: center;
}


/****** BODY ***********/

/*** Product ***/
.xoo-wsc-product {
    display: flex;
    border-bottom: 1px solid #eee;
}

.xoo-wsc-img-col {
    align-self: center;
}

.xoo-wsc-sum-col {
    flex-grow: 1;
    padding-left: 15px;
    display: flex;
    flex-direction: column;
}

.xoo-wsc-img-col img {
    width: 100%;
    height: auto;
}

.xoo-wsc-sm-left {
    flex-grow: 1;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    min-width: 0;
    row-gap: 4px;
}

.xoo-wsc-sm-right {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 4px;
}


span.xoo-wsc-smr-del+.xoo-wsc-smr-ptotal {
    margin-top: auto;
}


span.xoo-wsc-pname, span.xoo-wsc-pname a {
    font-weight: 600;
}

span.xoo-wsc-smr-del {
    cursor: pointer;
    margin: 5px 0;
}

.xoo-wsc-img-col span.xoo-wsc-smr-del {
    margin: 5px auto;
    display: table;
}

.xoo-wsc-sm-info {
    display: flex;
    min-width: 0;
    gap: 10px;
}


.xoo-wsc-sm-left > *:not(:last-child) {
    
}

/* Qty Box */
.xoo-wsc-qty-price span {
    display: inline-block;
}

/* Variation */
.xoo-wsc-product dl.variation dd, .xoo-wsc-product dl.variation dt {
    margin: 0 4px 0 0;
    display: inline-block;
    float: left;
    font-style: italic;
}

.xoo-wsc-product dl.variation dt {
    clear: left;
}

.xoo-wsc-product dl.variation, .xoo-wsc-product dl.variation p {
    margin: 0;
    font-size: 13px;
}


/** Footer */
.xoo-wsc-ft-buttons-cont {
    display: grid;
    text-align: center;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
}

a.xoo-wsc-ft-btn, .xoo-wsc-container .xoo-wsc-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

a.xoo-wsc-ft-btn, a.xoo-wsc-ft-btn:hover, .xoo-wsc-container .xoo-wsc-btn, .xoo-wsc-container .xoo-wsc-btn:hover{
    text-decoration: none;
}


.xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn:only-child {
    grid-column: 1/-1;
}


/** FOOTER Totals **/
.xoo-wsc-ft-totals {
    width: 100%;
    padding: 5px 0 10px 0;
}

.xoo-wsc-ft-amt {
    padding: 3px;
    display: flex;
    justify-content: space-between;
}

.xoo-wsc-ft-amt-value .xoo-wsc-toggle-slider {
    cursor: pointer;
    margin-left: 5px;
}

span.xoo-wsc-ft-amt-label {
    font-weight: 600;
}

.xoo-wsc-toggle-slider {
    cursor: pointer;
}

.xoo-wsc-ft-amt-shipping .xoo-wsc-toggle-slider span {
    margin-left: 5px;
}

.xoo-wsc-ft-amt-label {
    flex-grow: 1;
    padding-right: 10px;
}

.xoo-wsc-ft-amt-value {
    text-align: right;
}

.xoo-wsc-ft-amt.xoo-wsc-less, .xoo-wsc-psavings, .xoo-wsc-psavings * {
    color: #4CAF50;
}

.xoo-wsc-ft-amt-total {
    border-top: 1px dashed #9E9E9E;
    margin-top: 5px;
    padding-top: 5px;
}


/* Bundled product */

.xoo-wsc-product.xoo-wsc-is-parent {
    border-bottom: 0;
    padding-bottom: 0;
}

.xoo-wsc-product.xoo-wsc-is-child img {
    max-width: 50px;
    margin-left: auto;
    float: right;
}

.xoo-wsc-product.xoo-wsc-is-child {
    padding-top: 5px;
}

.xoo-wsc-empty-cart {
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.xoo-wsc-empty-cart > * {
    margin-bottom: 20px;
}

/** Free **/
span.xoo-wsc-ft-amt-label:after {
    content: ":";
}



.xoo-wsc-ft-amt-savings + .xoo-wsc-ft-amt-subtotal {
    display: flex;
}

.xoo-wsc-ft-amt-subtotal {
    display: table;
    margin: 0 auto;
    font-weight: 600;
}

span.xoo-wsc-ft-amt-label {
    padding-right: 5px;
}

span.xoo-wsc-footer-txt {
    text-align: center;
    margin: -8px auto 10px;
    display: block;
    font-size: 90%;
}

span.xoo-wsc-del-txt {
    text-align: center;
    display: block;
    font-size: 11px;
    text-transform: uppercase;
}

a.xoo-wsc-ft-btn-checkout .amount {
    font-style: italic;
}

a.xoo-wsc-ft-btn-checkout .amount:before {
    content: "-";
    margin: 0 8px;
    font-weight: bold;
}


/*Child selector except last */
.xoo-wsc-is-child:has( +.xoo-wsc-is-child ), .xoo-wsc-is-parent + .xoo-wsc-is-child{
    padding-bottom: 5px;
    padding-top: 10px;
    margin-top: 0;
    border-radius: 0;
    margin-bottom: 0;
    box-shadow: 0 0;
    border-bottom: 0;
}
.xoo-wsc-product.xoo-wsc-is-parent{
    margin-bottom: 0;
    padding-bottom: 0;
}

/* Only last child */
.xoo-wsc-product.xoo-wsc-is-child:not(:has( + *)), .xoo-wsc-is-child:has( + .xoo-wsc-product:not(.xoo-wsc-is-child) ){
    margin-top: 0;
    padding-top: 5px;
}

.xoo-wsc-product dl.variation {
    flex-wrap: wrap;
}


.xoo-wsc-product del {
    opacity: 0.5;
    text-decoration: line-through;
    display: inline-flex;
}

.xoo-wsc-product del+ins {
    font-weight: 600;
}

.xoo-wsc-product del .amount {
    font-size: 95%;
}


.xoo-wsc-pattern-row .xoo-wsc-qty-box {
    margin-top: 4px;
}

.xoo-wsc-priceBox {
    display: flex;
    flex-wrap: wrap;
    row-gap: 4px;
    column-gap: 9px;
}


span.xoo-wsc-psavlabel {
    text-transform: uppercase;
}


.xoo-wsc-psavings {
    padding: 2px 6px;
    border: 1px solid #4CAF50;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 5px;
    width: max-content;
    margin-top: auto;
}

.xoo-wsc-psavings {
    font-size: 80%;
}

.xoo-wsc-body .xoo-wsc-products .xoo-wsc-psavings span.amount {
    font-size: inherit;
}


.xoo-wsc-sm-right-tools {
    display: flex;
    gap: 5px;
}

.xoo-wsc-xoo_wsc_gift .xoo-wsc-sm-left {
    justify-content: center;
}

.xoo-wsc-ft-amt-savings .xoo-wsc-ft-amt-label {
    font-weight: normal;
}

.xoo-wsc-ft-amt-savings {
    font-size: 95%;
}

.xoo-wsc-footer .xoo-wsc-ft-amt-savings .amount {
    font-size: inherit;
}


body.rtl .xoo-wsc-sum-col {
    padding-right: 15px;
    padding-left: 0;
}

body.rtl span.xoo-wsch-text {
    margin-right: 8px;
    margin-left: 0;
}

body.rtl span.xoo-wsc-ft-amt-label {
    padding-left: 5px;
    padding-right: 0;
}

body.rtl .xoo-wsc-product dl.variation dd, body.rtl .xoo-wsc-product dl.variation dt {
    float: right;
}

body.rtl xoo-wsc-qty-price > span{
    margin-left: 4px;
    margin-right: 0;
}

.xoo-wsc-markup-notices {
    top: 20%;
    right: -100%;
    left: auto;
    position: fixed;
    box-shadow: 2px 2px 9px 3px #eee;
    transition: all 0.5s;
    z-index: 999997;
    width: 0;
    max-width: 400px;
}

.xoo-wsc-markup-notices ul.xoo-wsc-notices li {
    padding: 25px;
}

.xoo-wsc-markup-notices.xoo-wsc-active {
    right: 0;
    width: 100%;
}

.xoo-wsc-markup-notices .xoo-wsc-notice-container {
    position: relative;
    display: block;
}
.xoo-wsc-qty-price > span {
    display: inline-block;
    margin-right: 4px;
}
.xoo-wsc-sml-qty span {
    display: inline-block;
}

.xoo-wsc-markup[data-wpr-lazyrender] {
    content-visibility: visible!important;
}

.xoo-wsc-qty-price {
    display: flex;
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
}



/* Pattern Card */
.xoo-wsc-pattern-card {
    
margin: 10px 20px;
    
padding: 0;
}

.xoo-wsc-pattern-card .xoo-wsc-psavings {
    margin-top: 2px;
}



.xoo-wsc-pattern-card .xoo-wsc-product dl.variation {
    display: flex;
}


.xoo-wsc-pattern-card .xoo-wsc-product {
    flex-direction: column;
    position: relative;
    border-bottom: 0;
    padding: 0;
    height: 100%;
    margin: 0;
}

.xoo-wsc-pattern-card span.xoo-wsc-smr-del {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    padding: 10px;
    margin-top: 0;
}

.xoo-wsc-pattern-card .variation {
    justify-content: center;
}


.xoo-wsc-sm-back, .xoo-wsc-sm-front {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 4px;
}

.xoo-wsc-sm-back-cont {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    overflow: auto;
}

.xoo-wsc-pattern-card .xoo-wsc-img-col.xoo-wsc-caniming {
    z-index: 10;
}

.xoo-wsc-sm-front {
    z-index: 1;
    height: 100%;
}

.xoo-wsc-sm-front:has(.xoo-wsc-sm-emp+*) {
    padding: 7px 10px;
}

.xoo-wsc-card-cont {
    position: relative;
}

.xoo-wsc-sm-back {
    padding: 10px;
    min-height: 100%;
}

a.xoo-wsc-smr-link i {
    margin-right: 3px;
}

a.xoo-wsc-smr-link {
    opacity: 0.7;
    font-size: 14px;
}

.xoo-wsc-sm-front:has(.xoo-wsc-sm-emp+*) .xoo-wsc-sm-emp {
    display: none;
}

.xoo-wsc-pattern-card .xoo-wsc-qty-price {
    justify-content: center;
    padding: 0;
}

.xoo-wsc-qty-price:has(.xoo-wsc-card-ptotal) {
    justify-content: space-between;
}


.xoo-wsc-pattern-card .xoo-wsc-img-col {
    align-self: center;
    z-index: 2;
    position: relative;
    margin: -1px -1px 0 -1px;
}
.xoo-wsc-pattern-card .xoo-wsc-img-col img{
    display: table;
    margin: 0 auto;
}



.xoo-wsc-qty-box-cont {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 4px;
    column-gap: 10px;
}




/* Header layout */
.xoo-wsch-new .xoo-wsch-basket, .xoo-wsch-new .xoo-wsch-close, .xoo-wsch-new .xoo-wsch-text {
    position: relative;
    margin: 0 4px;
}

.xoo-wsch-new .xoo-wsch-basket {
    margin: 0 8px;
}

.xoo-wsch-new .xoo-wsch-close{
    cursor: pointer;
}

.xoo-wsch-new .xoo-wsch-section{
    display: flex;
    align-items: center;
}

.xoo-wsch-new.xoo-wsch-top {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
}


.xoo-wsch-new .xoo-wsch-sec-right {
    grid-column: 3; /* right column */
    justify-self: end;
}

.xoo-wsch-new .xoo-wsch-sec-left {
    grid-column: 1;
    justify-self: start;
}

.xoo-wsch-new .xoo-wsch-sec-center {
    grid-column: 2; /* middle column */
    justify-self: center;
}