.slick-slider ul,
.slick-slider-recommended ul {
  margin: 0; }

.mobile-items span {
  height: 100%;
  min-height: 1px;
  display: none; }

@media screen and (max-width: 979px) {
  .mobile-items {
    float: right;
    margin-top: -4.5em;
    display: block; }
    .mobile-items span {
      display: block;
      float: left; }
    .mobile-items .mobile-currency {
      width: 91px;
      margin-top: 1.5em;
      margin-right: 1.5em; }
      .mobile-items .mobile-currency .wcml_currency_switcher {
        width: 100%; }
      .mobile-items .mobile-currency .wcml-cs-item-toggle {
        width: 100%; }
        .mobile-items .mobile-currency .wcml-cs-item-toggle span {
          color: #fff;
          text-align: center;
          margin-top: -0.5em; }
        .mobile-items .mobile-currency .wcml-cs-item-toggle .symbol {
          color: #ecddb2;
          font-weight: bold; }
      .mobile-items .mobile-currency .label {
        color: #fff;
        text-align: center; }
      .mobile-items .mobile-currency .wcml-cs-submenu li {
        display: inline-block;
        float: none;
        width: 100%; }
        .mobile-items .mobile-currency .wcml-cs-submenu li span {
          float: none;
          font-weight: bold;
          display: inline-block; }
        .mobile-items .mobile-currency .wcml-cs-submenu li .symbol {
          color: #023f2e;
          font-weight: bold; }
    .mobile-items .toggle {
      margin-top: 5em; } }

.account-wrap .wcml_currency_switcher {
  width: 100%; }
  .account-wrap .wcml_currency_switcher a {
    padding-bottom: 0.25em; }

.primary-navigation .main-navigation li {
  white-space: nowrap; }

.primary-navigation .main-navigation li.bestsellers a .bs-icon {
  background-image: url("../../images/badge-bestseller.png");
  background-repeat: no-repeat;
  display: block;
  background-color: transparent !important;
  width: 50px;
  height: 50px;
  z-index: 500;
  left: -4px;
  bottom: 12px;
  transform: scale(0.85);
  position: absolute; }

.a2a_svg {
  border-radius: 50% !important;
  transform: scale(1.3);
  margin: 0.5em; }

.recommended .title.mobile,
.recommended author.mobile {
  display: none; }

.recommended .social {
  float: right; }
  .recommended .social p {
    margin-bottom: 0; }
  .recommended .social .a2a_svg {
    border-radius: 50% !important;
    transform: scale(1);
    margin: 0 !important; }
    .recommended .social .a2a_svg svg {
      transform: scale(0.75) !important; }

.recommended .yith-wcwl-add-button,
.recommended .yith-wcwl-wishlistexistsbrowse {
  float: right; }
  .recommended .yith-wcwl-add-button a,
  .recommended .yith-wcwl-wishlistexistsbrowse a {
    text-decoration: none; }

@media screen and (max-width: 980px) {
  .recommended .slick-slide .featured {
    text-align: center; }
    .recommended .slick-slide .featured img {
      max-width: 50%;
      margin: 0 auto; }
    .recommended .slick-slide .featured .sale-perc {
      bottom: 10px;
      left: 23% !important;
      font-size: 1.1em; }
  .recommended .slick-slide .title.mobile,
  .recommended .slick-slide author.mobile {
    display: block; } }

@media screen and (max-width: 980px) {
  .recommended .slick-slide .content div.one-col-mobile {
    -gutter-grid-: grid;
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex !important;
    align-content: stretch;
    border-color: transparent;
    flex-wrap: wrap;
    min-width: 100%; }
    .recommended .slick-slide .content div.one-col-mobile > * {
      -gutter-grid-: cell;
      box-sizing: border-box;
      min-width: 0%;
      max-width: 100%;
      display: block;
      padding: 0;
      margin: 0;
      background-clip: padding-box !important;
      border: 0 solid transparent;
      flex-grow: 0;
      flex-shrink: 1;
      width: calc(99.9999% / 1); }
    .recommended .slick-slide .content div.one-col-mobile .title.desktop,
    .recommended .slick-slide .content div.one-col-mobile .author.desktop {
      display: none; }
    .recommended .slick-slide .content div.one-col-mobile .yith-wcwl-add-to-wishlist {
      min-height: 50px; }
      .recommended .slick-slide .content div.one-col-mobile .yith-wcwl-add-to-wishlist .yith-wcwl-add-button,
      .recommended .slick-slide .content div.one-col-mobile .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse {
        float: none;
        margin-top: 0px;
        height: 100%;
        min-height: 50px; } }

@media screen and (max-width: 980px) {
  .site-content .slick-next {
    right: -10px; }
  .site-content .slick-prev {
    left: -15px; } }

.woocommerce-currency-switcher-form {
  margin-bottom: 0; }

/* class applies to select element itself, not a wrapper element */
.woocommerce-currency-switcher {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  padding: 0 1.4em 0 0.8em;
  width: 100%;
  max-width: 100%;
  /* useful when width is set to anything other than 100% */
  margin: 0;
  border: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #023f2f;
  /* note: bg image below uses 2 urls. The first is an svg data uri for the arrow icon, and the second is the gradient. 
        for the icon, if you want to change the color, be sure to use `%23` instead of `#`, since it's a url. You can also swap in a different svg icon or an external image reference
        
    */
  background-image: url("../../images/yellowbutton.png");
  background-repeat: no-repeat, repeat;
  /* arrow icon position (1em from the right, 50% vertical) , then gradient position*/
  background-position: right 0.25em top 50%, 0 0;
  /* icon size, then gradient */
  background-size: 0.75em auto, 100%; }

/* Hide arrow icon in IE browsers */
.woocommerce-currency-switcher::-ms-expand {
  display: none; }

/* Hover style */
.woocommerce-currency-switcher:hover {
  border-color: #888; }

/* Focus style */
.woocommerce-currency-switcher:focus {
  color: #fff;
  outline: none; }

/* Set options to normal weight */
.woocommerce-currency-switcher option {
  font-weight: normal; }

/* Support for rtl text, explicit support for Arabic and Hebrew */
*[dir="rtl"] .woocommerce-currency-switcher,
:root:lang(ar) .woocommerce-currency-switcher,
:root:lang(iw) .woocommerce-currency-switcher {
  background-position: left 0.7em top 50%, 0 0;
  padding: 0.6em 0.8em 0.5em 1.4em; }

/* Disabled styles */
.woocommerce-currency-switcher:disabled,
.woocommerce-currency-switcher[aria-disabled="true"] {
  color: graytext;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22graytext%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"), linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%); }

.woocommerce-currency-switcher:disabled:hover,
.woocommerce-currency-switcher[aria-disabled="true"] {
  border-color: #aaa; }
