/*/////////////////////////////////////////////////////////////////////////////*/
/* !Style Settings */
/*////////////////////////////////////////////////////////////////////////////*/
.wk-disabled {
  pointer-events: none;
  opacity: 0.8; }

.wk-col-item {
  position: relative; }

a.wk-link {
  display: inline-block; }
  a.wk-link .wk-icon {
    display: inline-block;
    width: 15px;
    height: 15px;
    padding: 0; }
    a.wk-link .wk-icon svg {
      overflow: visible;
      width: 100%;
      height: 100%; }
      a.wk-link .wk-icon svg path {
        fill: currentColor;
        stroke: currentColor; }
  a.wk-link .wk-icon svg path {
    transition: 0.3s all; }
  a.wk-link:hover .wk-icon svg path {
    fill: currentColor;
    stroke: currentColor; }
  a.wk-link .wk-icon {
    width: 15px;
    height: 15px;
    margin: 0 5px 0 0;
    padding: 0; }
  a.wk-link.wk-empty .wk-count {
    display: none; }

.wk-variant-image {
  max-width: 100%;
  max-height: 100%; }

.wk-wishlist-row {
  position: relative;
  padding: 0 15px;
  margin-top: 2em; }
  .wk-wishlist-row .wk-item {
    margin: 0; }
  .wk-wishlist-row .swiper-button-next.swiper-button-disabled,
  .wk-wishlist-row .swiper-button-prev.swiper-button-disabled {
    pointer-events: all; }

.wk-row {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: baseline;
  box-sizing: border-box; }

.wk-span2 {
  width: 16.6666%; }

.wk-span3 {
  width: 25%; }

.wk-span4 {
  width: 33.3333%; }

.wk-span6 {
  width: 50%; }

.wk-span12 {
  width: 100%; }

@media (max-width: 860px) {
  .wk-span2 {
    width: 33.3333%; }

  .wk-span3 {
    width: 50%; }

  .wk-span4 {
    width: 50%; }

  .wk-item-column {
    width: 50% !important; } }
@media (max-width: 577px) {
  .wk-span2 {
    width: 100%; }

  .wk-span3 {
    width: 100%; }

  .wk-span4 {
    width: 100%; }

  .wk-span6 {
    width: 100%; }

  .wk-item-column {
    width: 100% !important; } }
.wk-wishlist-empty-note {
  text-align: center;
  margin-bottom: 35px; }

#wk-share-link-text {
  margin-top: -30px;
  margin-bottom: 40px;
  color: #333333;
  padding: 3px 10px;
  display: none;
  text-align: center;
  font-size: .8em;
  font-style: italic; }
  #wk-share-link-text .wk-text {
    display: inline-block;
    padding: 0;
    margin: 0; }
  #wk-share-link-text .wk-clipboard {
    margin-left: 10px;
    background: #999999;
    border: none;
    color: white;
    padding: 4px 7px;
    border-radius: 0px;
    min-height: auto;
    height: auto; }
    #wk-share-link-text .wk-clipboard:focus {
      outline: none; }
  #wk-share-link-text.wk-visible {
    display: block; }

.wk-button-share {
  cursor: pointer; }
  .wk-button-share:hover {
    color: #fff; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: -24px;
  background: none; }
  .swiper-button-prev svg,
  .swiper-container-rtl .swiper-button-next svg {
    width: 48px;
    height: 48px;
    fill: #999999; }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: -24px;
  background: none; }
  .swiper-button-next svg,
  .swiper-container-rtl .swiper-button-prev svg {
    width: 48px;
    height: 48px;
    fill: #999999; }

@media (max-width: 1024px) {
  .wk-touch #wk-share-whatsapp {
    display: inline-block !important; } }
