/* inject:scss */
.alm-listing.products li img {
  position: static; }

.osf-woocommerce-ajaxload .loading:before {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  vertical-align: middle;
  border: 1px solid #bbb;
  border-left-color: #000;
  border-radius: 50%;
  animation: o .45s infinite linear;
  -webkit-animation: o .45s infinite linear;
  margin: 20px auto; }

@keyframes o {
  to {
    transform: rotate(1turn); } }

.price del {
  font-weight: 400;
  text-decoration: line-through;
  position: relative;
  color: #b4bbc2; }
  .price del+ins {
    margin-left: .327em; }

.product-title {
  font-weight: 500; }

.site-header-cart {
  list-style-type: none;
  margin-left: 0;
  padding: 0;
  margin-bottom: 0; }
  .site-header-cart .shopping_cart_nav .product_list_widget img,.site-header-cart .widget_shopping_cart .product_list_widget img {
    margin-right: 1em;
    max-width: 40px; }

.site-search {
  font-size: .875em;
  clear: both;
  display: none; }
  .site-search .widget_product_search input[type=search],.site-search .widget_product_search input[type=text] {
    padding: 1em 1.41575em;
    line-height: 1; }
  .site-search .widget_product_search form:before {
    top: 1.15em;
    left: 1.15em; }
  .site-search .widget_product_search #searchsubmit {
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px,1px,1px,1px);
    position: absolute !important; }

/**
 * Shop tables
 */

table.shop_table_responsive tbody th,table.shop_table_responsive thead {
  display: none; }

table.shop_table_responsive tr td {
  display: block;
  clear: both; }
  table.shop_table_responsive tr td:before {
    content: attr(data-title) ": ";
    font-weight: 600;
    float: left; }
  table.shop_table_responsive tr td.product-remove a {
    text-align: left; }
  table.shop_table_responsive tr td.actions:before,table.shop_table_responsive tr td.download-actions:before,table.shop_table_responsive tr td.product-remove:before {
    display: none; }
  table.shop_table_responsive tr td.download-actions .button {
    display: block;
    text-align: center; }

table.shop_table_responsive.my_account_orders .order-actions {
  text-align: right; }

.stock:empty:before,table.shop_table_responsive.my_account_orders .order-actions:before {
  display: none; }

.stock.in-stock {
  color: #0f834d; }

.stock.out-of-stock {
  color: #e2401c; }

a.reset_variations {
  display: inline-block;
  margin-left: 1em; }

.site-header .shopping_cart_nav li,.site-header .shopping_cart_nav p.buttons,.site-header .shopping_cart_nav p.total,.site-header .widget_shopping_cart li,.site-header .widget_shopping_cart p.buttons,.site-header .widget_shopping_cart p.total {
  padding-left: 20px;
  padding-right: 20px; }

.site-header .shopping_cart_nav>li {
  padding: 0; }

.wc-proceed-to-checkout {
  margin-bottom: 1.618em; }
  .wc-proceed-to-checkout:after,.wc-proceed-to-checkout:before {
    content: "";
    display: table; }
  .wc-proceed-to-checkout:after {
    clear: both; }
  .wc-proceed-to-checkout .button {
    display: block; }
    .wc-proceed-to-checkout .button:after {
      content: none; }
  .wc-proceed-to-checkout a.checkout-button {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    white-space: normal; }
  .woocommerce-shipping-calculator,.woocommerce-shipping-calculator>p:first-child {
    margin: 0; }
  .woocommerce-shipping-calculator .shipping-calculator-form {
    padding-top: 1.41575em; }

ul#shipping_method {
  list-style: none;
  margin-left: 0;
  padding-left: 0; }
  ul#shipping_method li {
    margin-bottom: .23608em; }
    ul#shipping_method li:last-child {
      margin-bottom: 0; }
  ul#shipping_method input {
    margin-right: .33423em; }

.woocommerce-checkout ul#shipping_method {
  margin-bottom: 0; }

/**
 * Password strength meter
 */
.woocommerce-password-strength {
  text-align: left;
  font-weight: 600;
  padding: .54079em 0;
  text-align: right;
  font-size: .875em; }
  .woocommerce-password-strength.strong {
    color: #0f834d; }
  .woocommerce-password-strength.bad,.woocommerce-password-strength.short {
    color: #e2401c; }
  .woocommerce-password-strength.good {
    color: #3d9cd2; }

/**
 * General WooCommerce components
 */
.woocommerce-form__label-for-checkbox {
  cursor: pointer;
  display: block; }
  .woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox {
    margin-right: .33423em; }

.form-row label {
  display: block; }

.form-row input,.form-row select,.form-row textarea {
  width: 100%; }

.form-row .button,.form-row input[type=checkbox],.form-row input[type=radio] {
  width: auto; }

.form-row.create-account label {
  display: inline-block; }

.form-row.woocommerce-validated input.input-text {
  box-shadow: inset 2px 0 0 #0f834d; }

.form-row.woocommerce-invalid input.input-text {
  box-shadow: inset 2px 0 0 #e2401c; }

.form-row-last {
  margin-right: 0 !important; }

.form-row-wide {
  clear: both;
  width: 100%; }

.required {
  border-bottom: 0 !important;
  color: red; }

.demo_store {
  position: fixed;
  left: 0;
  bottom: 69px;
  right: 0;
  margin: 0;
  padding: 1em 1.41575em;
  background-color: #3d9cd2;
  color: #fff;
  z-index: 999; }
  .demo_store a {
    color: #fff;
    font-weight: 400;
    text-decoration: underline;
    display: block; }
    .demo_store a:hover {
      text-decoration: none; }

.star-rating {
  overflow: hidden;
  position: relative;
  height: 1.618em;
  line-height: 1.618;
  font-size: 1em;
  width: 5.1em;
  font-family: FontAwesome;
  font-weight: 400; }
  .star-rating:before {
    content: "\f005\f005\f005\f005\f005";
    opacity: .25;
    letter-spacing: .1em; }
  .star-rating:before,.star-rating span {
    float: left;
    top: 0;
    left: 0;
    position: absolute; }
  .star-rating span {
    overflow: hidden;
    padding-top: 1.5em; }
  .star-rating span:before {
    content: "\f005\f005\f005\f005\f005";
    top: 0;
    position: absolute;
    left: 0;
    color: #ffb14b;
    letter-spacing: .1em; }

p.stars {
  display: inline-block;
  margin: 0; }
  p.stars>span {
    display: flex; }
  p.stars a {
    position: relative;
    text-indent: -999em;
    display: flex;
    text-decoration: none;
    margin-right: 1px;
    font-weight: 400;
    color: transparent; }
    p.stars a,p.stars a:before {
    height: 1em;
    width: 1em; }
    p.stars a:before {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      line-height: 1;
      font-family: FontAwesome;
      content: "\f006";
      color: #43454b;
      text-indent: 0;
      opacity: .25; }
    p.stars a:hover {
      color: transparent; }
      p.stars a:hover~a:before {
        content: "\f006";
        color: #43454b;
        opacity: .25; }
  p.stars:hover a:before {
    content: "\f006";
    color: #eea96a;
    opacity: 1; }
  p.stars.selected a.active:before {
    content: "\f006";
    color: #96588a;
    opacity: 1; }
  p.stars.selected a.active~a:before {
    content: "\f006";
    color: #43454b;
    opacity: .25; }
  p.stars.selected a:not(.active):before {
    content: "\f006";
    color: #96588a;
    opacity: 1; }

.onsale {
  color: #666;
  padding: 5px;
  line-height: 1.2;
  display: inline-block;
  position: absolute;
  z-index: 100;
  left: 15px;
  background: #fff; }

.out-of-stock {
  padding: 5px 10px;
  line-height: 1.2;
  z-index: 15;
  text-transform: capitalize;
  background: #e3e3e3;
  color: #fff; }

.quantity .qty {
  text-align: center;
  padding: 0;
  -moz-appearance: textfield; }
  .quantity .qty::-webkit-inner-spin-button,.quantity .qty::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; }

.storefront-sorting {
  font-size: .875em;
  margin-bottom: 2.61792em; }

.related,.upsells {
  margin-top: 35px; }
  .related>h2:first-child,.upsells>h2:first-child {
    font-size: 30px;
    font-size: 2rem;
    margin-bottom: .7em;
    display: flex;
    align-items: center; }
    .related>h2:first-child:after,.upsells>h2:first-child:after {
      content: "";
      height: 1px;
      flex: 1;
      background-color: #ebebeb;
      margin-left: 20px; }

.woocommerce-notices-wrapper {
  display: block;
  width: calc(100% - 40px);
  margin: 0 auto; }

.woocommerce-error,.woocommerce-info,.woocommerce-message,.woocommerce-noreviews,.woocommerce-notice,p.no-comments {
  padding: 1em 1.618em;
  background-color: #0f834d;
  margin-left: 0;
  border-radius: 2px;
  color: #fff;
  clear: both; }
  .woocommerce-error:after,.woocommerce-error:before,.woocommerce-info:after,.woocommerce-info:before,.woocommerce-message:after,.woocommerce-message:before,.woocommerce-noreviews:after,.woocommerce-noreviews:before,.woocommerce-notice:after,.woocommerce-notice:before,p.no-comments:after,p.no-comments:before {
    content: "";
    display: table; }
  .woocommerce-error:after,.woocommerce-info:after,.woocommerce-message:after,.woocommerce-noreviews:after,.woocommerce-notice:after,p.no-comments:after {
    clear: both; }
  .woocommerce-error a,.woocommerce-info a,.woocommerce-message a,.woocommerce-noreviews a,.woocommerce-notice a,p.no-comments a {
    color: #fff;
    text-decoration: underline;
    padding-left: 6px; }
    .woocommerce-error a:hover,.woocommerce-info a:hover,.woocommerce-message a:hover,.woocommerce-noreviews a:hover,.woocommerce-notice a:hover,p.no-comments a:hover {
      color: #fff;
      opacity: .7; }
    .woocommerce-error a.button:hover,.woocommerce-info a.button:hover,.woocommerce-message a.button:hover,.woocommerce-noreviews a.button:hover,.woocommerce-notice a.button:hover,p.no-comments a.button:hover {
      opacity: 1; }
  .woocommerce-error .button,.woocommerce-info .button,.woocommerce-message .button,.woocommerce-noreviews .button,.woocommerce-notice .button,p.no-comments .button {
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: transparent;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0;
    border: none;
    margin-right: 10px; }
    @media (max-width: 480px) {
      .woocommerce-error .button,.woocommerce-info .button,.woocommerce-message .button,.woocommerce-noreviews .button,.woocommerce-notice .button,p.no-comments .button {
        padding-left: 0;
        border-left-width: 0;
        float: inherit;
        display: block; } }
    .woocommerce-error .button:hover,.woocommerce-info .button:hover,.woocommerce-message .button:hover,.woocommerce-noreviews .button:hover,.woocommerce-notice .button:hover,p.no-comments .button:hover {
      background: none;
      color: #fff;
      opacity: .7;
      text-decoration: underline; }
  .woocommerce-error pre,.woocommerce-info pre,.woocommerce-message pre,.woocommerce-noreviews pre,.woocommerce-notice pre,p.no-comments pre {
    background-color: rgba(0,0,0,.1); }

.woocommerce-error,.woocommerce-info,.woocommerce-message,.woocommerce-notice {
  position: fixed;
  top: auto;
  left: 0;
  right: 0;
  bottom: 65px;
  z-index: 99999;
  transform: translate3d(0,200%,0);
  -webkit-transform: translate3d(0,200%,0);
  animation: p .35s ease .5s both;
  padding: 10px 80px 10px 50px;
  min-height: 60px;
  display: flex;
  align-items: center;
  margin-bottom: 0; }
  @media (min-width: 768px) {
    .woocommerce-error,.woocommerce-info,.woocommerce-message,.woocommerce-notice {
      bottom: 0; } }
  .woocommerce-error:after,.woocommerce-info:after,.woocommerce-message:after,.woocommerce-notice:after {
    content: "x";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 60px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(0,0,0,.1);
    transition: background-color .25s ease;
    -webkit-transition: background-color .25s ease;
    margin-bottom: 0; }
  .hidden-notice.woocommerce-notice,.woocommerce-error.hidden-notice,.woocommerce-info.hidden-notice,.woocommerce-message.hidden-notice {
    animation: q .35s ease both; }

ul.woocommerce-error,ul.woocommerce-info,ul.woocommerce-message,ul.woocommerce-notice {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-pack: center;
  justify-content: center; }

@keyframes p {
  0% {
    transform: translate3d(0,100%,0); }
  to {
    transform: none; } }

@keyframes q {
  0% {
    transform: none; }
  to {
    transform: translate3d(0,100%,0); } }

.payment_methods .woocommerce-info,.payment_methods .woocommerce-notice,.search-no-results.woocommerce .woocommerce-info,.woocommerce-cart [role=alert],.woocommerce-checkout [role=alert],.woocommerce-form-coupon-toggle>.woocommerce-info,.woocommerce-form-login-toggle>.woocommerce-info,.woocommerce-MyAccount-content .woocommerce-Message {
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  z-index: auto;
  cursor: default;
  transform: none;
  -webkit-transform: none;
  animation: none;
  -webkit-animation: none;
  padding-right: 30px;
  margin-bottom: 1.5em; }
  .payment_methods .woocommerce-info:after,.payment_methods .woocommerce-notice:after,.search-no-results.woocommerce .woocommerce-info:after,.woocommerce-cart [role=alert]:after,.woocommerce-checkout [role=alert]:after,.woocommerce-form-coupon-toggle>.woocommerce-info:after,.woocommerce-form-login-toggle>.woocommerce-info:after,.woocommerce-MyAccount-content .woocommerce-Message:after {
    content: none; }

.site-content>.col-full>.woocommerce>.woocommerce-error:first-child,.site-content>.col-full>.woocommerce>.woocommerce-info:first-child,.site-content>.col-full>.woocommerce>.woocommerce-message:first-child,.site-content>.col-full>.woocommerce>.woocommerce-notice:first-child {
  margin-top: 2.61792em; }

.woocommerce-error {
  list-style: none; }

.woocommerce-info,.woocommerce-noreviews,p.no-comments {
  background-color: #3d9cd2; }

.woocommerce-error {
  background-color: #e2401c; }

dl.variation {
  font-size: .875em; }
  dl.variation dd {
    margin: 0 0 1em; }

.wc-item-meta {
  font-size: .875em;
  margin-left: 0;
  list-style: none; }
  .wc-item-meta li:after,.wc-item-meta li:before {
    content: "";
    display: table; }
  .wc-item-meta li:after {
    clear: both; }
  .wc-item-meta li p,.wc-item-meta li strong {
    display: inline-block; }

.demo_store {
  bottom: 0; }
  .demo_store a {
    background: rgba(0,0,0,.1);
    float: right;
    display: inline-block;
    margin: -1em -1.41575em -1em 0;
    padding: 1em 1.41575em; }

/**
 * Handheld footer bar
 */
.storefront-handheld-footer-bar {
  display: none; }

/**
 * Responsive tables
 */
table.shop_table_responsive thead {
  display: table-header-group; }
  @media (max-width: 767px) {
    table.shop_table_responsive thead {
      display: none; } }

table.shop_table_responsive tbody th {
  display: table-cell; }
  @media (max-width: 767px) {
    table.shop_table_responsive tbody th {
      display: none; } }

table.shop_table_responsive tr td {
  display: table-cell; }
  @media (min-width: 768px) {
    table.shop_table_responsive tr td:before {
      display: none; } }
  @media (max-width: 767px) {
    table.shop_table_responsive tr td {
      display: block;
      text-align: right; }
      table.shop_table_responsive tr td:first-child {
        padding-left: .4em; }
      table.shop_table_responsive tr td:before {
        content: attr(data-title) ": ";
        font-weight: 700;
        float: left; } }

/**
 * Header Elements
 */
.site-header-cart {
  position: relative; }
  .site-header-cart:hover .header-button:before,.site-header-cart:hover .shopping_cart {
    opacity: 1;
    visibility: visible; }
  .site-header-cart:hover .shopping_cart {
    pointer-events: auto; }
  .site-header-cart .header-button:before {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    bottom: -9px;
    left: 50%;
    border-left-width: 6px;
    border-left-color: transparent;
    border-right-width: 6px;
    border-right-color: transparent;
    border-bottom-width: 6px;
    border-top-width: 0;
    border-style: solid;
    transform: translateX(-50%) translateY(100%);
    transition: all .35s; }
  .site-header-cart .shopping_cart {
    position: absolute;
    top: 100%;
    z-index: 999999;
    border-right: 0;
    border-left: 0;
    border-bottom: 0;
    list-style: none;
    transition: all .35s; }
  .site-header-cart .widget_shopping_cart {
    width: auto;
    font-size: 14px;
    font-size: .93333rem;
    background-color: #fff;
    min-width: 270px;
    padding-bottom: 0;
    text-align: left;
    box-shadow: 0 0 20px rgba(0,0,0,.05);
    border-top: 2px solid;
    border-radius: 5px; }
    .site-header-cart .widget_shopping_cart.sub-menu--is-touch-device {
      display: none;
      left: 0; }
  .site-header-cart .shopping_cart_nav,.site-header-cart .widget_shopping_cart {
    padding: 0 !important; }
    .site-header-cart .shopping_cart_nav h2.widgettitle,.site-header-cart .widget_shopping_cart h2.widgettitle {
      display: none; }
    .site-header-cart .shopping_cart_nav .product_list_widget,.site-header-cart .widget_shopping_cart .product_list_widget {
      padding: 0; }
      .site-header-cart .shopping_cart_nav .product_list_widget li,.site-header-cart .widget_shopping_cart .product_list_widget li {
        width: 100%;
        border-width: 0 0 1px;
        padding: 15px;
        margin: 0;
        border-bottom: 1px solid #ebebeb; }
        .site-header-cart .shopping_cart_nav .product_list_widget li a,.site-header-cart .widget_shopping_cart .product_list_widget li a {
          font-size: 13px;
          font-size: .86667rem;
          height: auto;
          line-height: 1.2;
          padding: 0 !important;
          border: none;
          text-align: left;
          display: block;
          color: #000; }
          .site-header-cart .shopping_cart_nav .product_list_widget li a.remove,.site-header-cart .widget_shopping_cart .product_list_widget li a.remove {
            position: relative;
            float: right;
            z-index: 999;
            text-indent: 0;
            text-align: center;
            top: .4em;
            width: 15px;
            font-size: 18px;
            font-size: 1.2rem;
            color: #bbb; }
            .site-header-cart .shopping_cart_nav .product_list_widget li a.remove:before,.site-header-cart .widget_shopping_cart .product_list_widget li a.remove:before {
              content: none; }
        .site-header-cart .shopping_cart_nav .product_list_widget li .quantity,.site-header-cart .widget_shopping_cart .product_list_widget li .quantity {
          font-size: 11px;
          font-size: .73333rem; }
          .site-header-cart .shopping_cart_nav .product_list_widget li .quantity .amount,.site-header-cart .widget_shopping_cart .product_list_widget li .quantity .amount {
            color: #888;
            font-weight: 400; }
    .site-header-cart .shopping_cart_nav p.total,.site-header-cart .widget_shopping_cart p.total {
      order: -1;
      text-align: right;
      margin-bottom: 0;
      border-bottom: 1px solid #ebebeb;
      padding-top: 15px;
      padding-bottom: 15px;
      font-size: 13px;
      font-size: .86667rem; }
      .site-header-cart .shopping_cart_nav p.total strong,.site-header-cart .widget_shopping_cart p.total strong {
        vertical-align: middle;
        font-weight: 400; }
      .site-header-cart .shopping_cart_nav p.total .woocommerce-Price-amount,.site-header-cart .widget_shopping_cart p.total .woocommerce-Price-amount {
        vertical-align: middle;
        padding-left: .5rem;
        font-weight: 600; }
    .site-header-cart .shopping_cart_nav p.buttons,.site-header-cart .widget_shopping_cart p.buttons {
      margin-bottom: 0;
      padding-bottom: 15px;
      padding-top: 15px;
      display: flex;
      flex-direction: column-reverse; }
      .site-header-cart .shopping_cart_nav p.buttons .button,.site-header-cart .widget_shopping_cart p.buttons .button {
        display: block;
        height: auto;
        text-align: center;
        border: none !important;
        border-color: transparent;
        margin-bottom: 0;
        text-transform: uppercase;
        padding: .6rem 1.25rem;
        font-size: 12px !important;
        line-height: 1.6; }
        .site-header-cart .shopping_cart_nav p.buttons .button:after,.site-header-cart .widget_shopping_cart p.buttons .button:after {
          display: none; }
        .site-header-cart .shopping_cart_nav p.buttons .button:hover,.site-header-cart .widget_shopping_cart p.buttons .button:hover {
          opacity: .7; }
        .site-header-cart .shopping_cart_nav p.buttons .button:active,.site-header-cart .shopping_cart_nav p.buttons .button:focus,.site-header-cart .widget_shopping_cart p.buttons .button:active,.site-header-cart .widget_shopping_cart p.buttons .button:focus {
          outline: none; }
        .site-header-cart .shopping_cart_nav p.buttons .button:not(.checkout),.site-header-cart .widget_shopping_cart p.buttons .button:not(.checkout) {
          background-color: #f5f5f5;
          color: #000;
          line-height: 1.6; }
        .site-header-cart .shopping_cart_nav p.buttons .button.checkout,.site-header-cart .widget_shopping_cart p.buttons .button.checkout {
          margin-bottom: 8px; }
  .site-header-cart .woocommerce-mini-cart__empty-message {
    padding: 30px;
    margin: 0;
    min-height: 180px;
    text-align: center;
    font-size: 16px;
    font-size: 1.06667rem;
    overflow: hidden;
    line-height: 1.5;
    color: #000; }
    .site-header-cart .woocommerce-mini-cart__empty-message:before {
      content: "+";
      font-size: 100px;
      font-size: 6.66667rem;
      font-weight: 200;
      display: block;
      color: #e43636;
      transform: rotate(45deg);
      line-height: 60px;
      padding: 10px; }
  .site-header-cart .widget_shopping_cart_content {
    min-width: 270px;
    display: flex;
    flex-direction: column; }
    .site-header-cart .widget_shopping_cart_content .product_list_widget {
      border: none; }
  .site-header-cart .shopping_cart_nav li,.site-header-cart .shopping_cart_nav p.buttons,.site-header-cart .widget_shopping_cart li,.site-header-cart .widget_shopping_cart p.buttons {
    padding-left: 20px;
    padding-right: 20px; }
  .site-header-cart .shopping_cart_nav>li {
    padding: 0; }

.header-button {
  white-space: nowrap;
  display: flex;
  align-items: center;
  color: unset;
  position: relative;
  font-size: 15px;
  font-size: 1rem;
  transition: all .3s ease; }
  .header-button i {
    font-size: 25px;
    line-height: 1; }
  .header-button .title,.header-button i {
    color: #000;
    transition: all .3s ease; }
  .header-button .title {
    white-space: nowrap;
    margin-right: 3px; }
  .header-button .count-text {
    margin-right: 3px;
    margin-left: 3px; }
  .header-button .amount,.header-button .count-text {
    color: #000;
    transition: all .3s ease; }
  .header-button .count {
    white-space: nowrap;
    font-size: 12px;
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    transition: all .3s ease;
    margin: -5px 0 0 -8px; }
  .header-button .text-wishlist {
    color: #000;
    transition: all .3s ease; }
  .header-button:focus,.header-button:hover {
    outline: none;
    color: unset; }

.button.wc-backward {
  padding-left: .5rem;
  padding-right: .5rem; }

.menu-item-cart .header-button {
  margin-left: 1.25em; }
  .menu-item-cart .header-button .title {
    display: none; }
  .menu-item-cart .header-button .count {
    top: 5px; }
  .menu-item-cart .header-button i {
    top: 35% !important; }

body:not(.opal-header-layout-sideHeader) .shopping_cart {
  right: 0;
  border: none;
  padding: 15px 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none; }

body:not(.opal-header-layout-sideHeader) .active .shopping_cart {
  left: unset;
  right: -10px;
  top: 100%;
  opacity: 1;
  visibility: visible;
  pointer-events: visible; }
  body:not(.opal-header-layout-sideHeader) .active .shopping_cart.right {
    left: -10px;
    right: unset; }
  body:not(.opal-header-layout-sideHeader) .active .shopping_cart.justify {
    right: 50%;
    transform: translateX(50%); }

.main-navigation .site-header-cart .widget_shopping_cart {
  display: unset; }

.main-navigation .shopping_cart_nav .product_list_widget {
  position: static;
  border-right: 0;
  border-left: 0;
  opacity: 1;
  visibility: visible;
  pointer-events: visible; }
  .main-navigation .shopping_cart_nav .product_list_widget li a.remove {
    width: 15px; }
    .main-navigation .shopping_cart_nav .product_list_widget li a.remove:before {
      content: "\f057";
      color: #fff;
      font-size: 13px;
      font-size: .86667rem;
      display: block; }

@media (min-width: 1200px) {
  body.opal-header-layout-sideHeader .site-header .site-header-cart {
    text-align: center;
    float: none; }
    body.opal-header-layout-sideHeader .site-header .site-header-cart .header-button .amount,body.opal-header-layout-sideHeader .site-header .site-header-cart .header-button .title {
      display: none; }
    body.opal-header-layout-sideHeader .site-header .site-header-cart:focus .widget_shopping_cart,body.opal-header-layout-sideHeader .site-header .site-header-cart:hover .widget_shopping_cart {
      left: 100%;
      top: 0;
      right: inherit; }
  body.opal-header-layout-sideHeader.opal-side-header-right .site-header .site-header-cart:focus .widget_shopping_cart,body.opal-header-layout-sideHeader.opal-side-header-right .site-header .site-header-cart:hover .widget_shopping_cart {
    right: 100%;
    top: 0;
    left: inherit; }
  body.opal-header-layout-sideHeader .main-navigation .menu-item-search .sub-menu {
    min-width: 280px; } }

.top-bar ul.site-header-cart>li {
  border: none; }

.site-search {
  display: block; }
  .site-search form {
    margin: 0; }

.woocommerce .page-description {
  margin-bottom: 1.618em; }

.page-template-template-fullwidth-php.woocommerce-order-pay #order_review,.woocommerce-order-pay #order_review {
  width: 100%;
  float: none; }
  .page-template-template-fullwidth-php.woocommerce-order-pay #order_review #payment h3,.woocommerce-order-pay #order_review #payment h3 {
    padding-left: 1em;
    padding-top: 1em; }
  .page-template-template-fullwidth-php.woocommerce-order-pay #order_review #payment .form-row,.page-template-template-fullwidth-php.woocommerce-order-pay #order_review .payment_methods+.form-row,.woocommerce-order-pay #order_review #payment .form-row,.woocommerce-order-pay #order_review .payment_methods+.form-row {
    padding: 1em; }
  .page-template-template-fullwidth-php.woocommerce-order-pay #order_review .button#place_order,.woocommerce-order-pay #order_review .button#place_order {
    display: block;
    width: 100%;
    font-size: 1.41575em; }

/**
 * General WooCommerce Components
 */
.storefront-full-width-content .woocommerce-tabs .panel {
  margin-bottom: 3.70633em; }

.woocommerce-tabs {
  padding-top: 2.61792em;
  padding-bottom: 2.61792em; }
  .woocommerce-tabs:after,.woocommerce-tabs:before {
    content: "";
    display: table; }
  .woocommerce-tabs:after {
    clear: both; }
  .woocommerce-tabs ul.tabs li.active:after {
    right: 1em; }
  .woocommerce-tabs .panel {
    margin-top: 0; }

.notification-added-to-cart {
  position: fixed;
  z-index: 99999;
  top: 200px;
  right: 50px;
  pointer-events: none; }
  @media (max-width: 991px) {
    .notification-added-to-cart {
      display: none; } }
  .notification-added-to-cart .notification-wrap {
    position: relative;
    overflow: hidden;
    background: #fff; }
  .notification-added-to-cart .ns-thumb {
    position: absolute;
    z-index: 99;
    top: 0;
    animation-name: s;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    overflow: hidden; }
    .notification-added-to-cart .ns-thumb img {
      width: 70px;
      height: 70px; }
  .notification-added-to-cart .ns-content {
    display: flex;
    align-items: center;
    line-height: 1.4;
    padding: 0 30px 0 90px;
    height: 70px;
    animation-name: r;
    animation-duration: .4s;
    animation-fill-mode: both;
    animation-timing-function: cubic-bezier(.7,0,.3,1);
    animation-delay: .5s;
    max-width: 370px;
    color: #fff; }
    .notification-added-to-cart .ns-content strong {
      font-weight: 700; }
    .notification-added-to-cart .ns-content p {
      margin: 0; }
  .notification-added-to-cart.hide {
    opacity: 0; }

@keyframes r {
  0% {
    transform: translate3d(-100%,0,0); }
  to {
    transform: translateZ(0); } }

@keyframes s {
  0% {
    opacity: 0;
    transform: matrix(.7,0,0,.7,0,0); }
  2.083333% {
    transform: matrix(.75266,0,0,.76342,0,0); }
  4.166667% {
    transform: matrix(.81071,0,0,.84545,0,0); }
  6.25% {
    transform: matrix(.86808,0,0,.9286,0,0); }
  8.333333% {
    transform: matrix(.92038,0,0,1,0,0); }
  10.416667% {
    opacity: 1;
    transform: matrix(.96482,0,0,1.05202,0,0); }
  12.5% {
    transform: matrix(1,0,0,1.08204,0,0); }
  14.583333% {
    transform: matrix(1.02563,0,0,1.09149,0,0); }
  16.666667% {
    transform: matrix(1.04227,0,0,1.08453,0,0); }
  18.75% {
    transform: matrix(1.05102,0,0,1.06666,0,0); }
  20.833333% {
    transform: matrix(1.05334,0,0,1.04355,0,0); }
  22.916667% {
    transform: matrix(1.05078,0,0,1.02012,0,0); }
  25% {
    transform: matrix(1.04487,0,0,1,0,0); }
  27.083333% {
    transform: matrix(1.03699,0,0,.98534,0,0); }
  29.166667% {
    transform: matrix(1.02831,0,0,.97688,0,0); }
  31.25% {
    transform: matrix(1.01973,0,0,.97422,0,0); }
  33.333333% {
    transform: matrix(1.01191,0,0,.97618,0,0); }
  35.416667% {
    transform: matrix(1.00526,0,0,.98122,0,0); }
  37.5% {
    transform: matrix(1,0,0,.98773,0,0); }
  39.583333% {
    transform: matrix(.99617,0,0,.99433,0,0); }
  41.666667% {
    transform: matrix(.99368,0,0,1,0,0); }
  43.75% {
    transform: matrix(.99237,0,0,1.00413,0,0); }
  45.833333% {
    transform: matrix(.99202,0,0,1.00651,0,0); }
  47.916667% {
    transform: matrix(.99241,0,0,1.00726,0,0); }
  50% {
    transform: matrix(.99329,0,0,1.00671,0,0); }
  52.083333% {
    transform: matrix(.99447,0,0,1.00529,0,0); }
  54.166667% {
    transform: matrix(.99577,0,0,1.00346,0,0); }
  56.25% {
    transform: matrix(.99705,0,0,1.0016,0,0); }
  58.333333% {
    transform: matrix(.99822,0,0,1,0,0); }
  60.416667% {
    transform: matrix(.99921,0,0,.99884,0,0); }
  62.5% {
    transform: matrix(1,0,0,.99816,0,0); }
  64.583333% {
    transform: matrix(1.00057,0,0,.99795,0,0); }
  66.666667% {
    transform: matrix(1.00095,0,0,.99811,0,0); }
  68.75% {
    transform: matrix(1.00114,0,0,.99851,0,0); }
  70.833333% {
    transform: matrix(1.00119,0,0,.99903,0,0); }
  72.916667% {
    transform: matrix(1.00114,0,0,.99955,0,0); }
  75% {
    transform: matrix(1.001,0,0,1,0,0); }
  77.083333% {
    transform: matrix(1.00083,0,0,1.00033,0,0); }
  79.166667% {
    transform: matrix(1.00063,0,0,1.00052,0,0); }
  81.25% {
    transform: matrix(1.00044,0,0,1.00058,0,0); }
  83.333333% {
    transform: matrix(1.00027,0,0,1.00053,0,0); }
  85.416667% {
    transform: matrix(1.00012,0,0,1.00042,0,0); }
  87.5% {
    transform: matrix(1,0,0,1.00027,0,0); }
  89.583333% {
    transform: matrix(.99991,0,0,1.00013,0,0); }
  91.666667% {
    transform: matrix(.99986,0,0,1,0,0); }
  93.75% {
    transform: matrix(.99983,0,0,.99991,0,0); }
  95.833333% {
    transform: matrix(.99982,0,0,.99985,0,0); }
  97.916667% {
    transform: matrix(.99983,0,0,.99984,0,0); }
  to {
    transform: matrix(1,0,0,1,0,0); } }

.opal-canvas-filter {
  background-color: #fff;
  transition: all .5s;
  padding-bottom: 40px; }
  .opal-canvas-filter section {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 45px; }
    @media (min-width: 768px) {
      .opal-canvas-filter section {
        padding-left: 35px;
        padding-right: 35px; } }
  .opal-canvas-filter.left,.opal-canvas-filter.right {
    position: fixed;
    z-index: 10002;
    visibility: hidden;
    overflow-y: auto;
    width: 350px;
    height: 100vh; }
    @media (max-width: 991px) {
      .opal-canvas-filter.left,.opal-canvas-filter.right {
        width: 300px; } }
    .opal-canvas-filter.left::-webkit-scrollbar,.opal-canvas-filter.right::-webkit-scrollbar {
      width: 3px; }
    .opal-canvas-filter.left::-webkit-scrollbar-track,.opal-canvas-filter.right::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.3);
      background-color: #f5f5f5; }
    .opal-canvas-filter.left::-webkit-scrollbar-thumb,.opal-canvas-filter.right::-webkit-scrollbar-thumb {
      background-color: #000; }
  .opal-canvas-filter.left {
    top: 0;
    left: 0;
    visibility: visible;
    transform: translate3d(-100%,0,0); }
  .opal-canvas-filter.right {
    top: 0;
    right: 0;
    visibility: visible;
    transform: translate3d(100%,0,0); }
    .opal-canvas-filter.right .filter-close {
      text-align: left; }
  .opal-canvas-filter.top {
    overflow-y: hidden;
    max-height: 0;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition-property: all;
    transition-duration: .5s;
    transition-timing-function: cubic-bezier(0,1,.5,1);
    padding: 0;
    margin: 0; }
    .opal-canvas-filter.top .filter-close {
      display: none; }
    .opal-canvas-filter.top .opal-canvas-filter-wrap {
      display: flex; }
      @media (max-width: 1199px) {
        .opal-canvas-filter.top .opal-canvas-filter-wrap {
          flex-direction: column; } }
      .opal-canvas-filter.top .opal-canvas-filter-wrap section {
        flex: 1 0 auto;
        min-width: 25%;
        width: auto; }
        @media (min-width: 768px) {
          .opal-canvas-filter.top .opal-canvas-filter-wrap section {
            max-height: 250px;
            overflow-y: auto; }
            .opal-canvas-filter.top .opal-canvas-filter-wrap section::-webkit-scrollbar {
              width: 3px; }
            .opal-canvas-filter.top .opal-canvas-filter-wrap section::-webkit-scrollbar-track {
              -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.3);
              background-color: #f5f5f5; }
            .opal-canvas-filter.top .opal-canvas-filter-wrap section::-webkit-scrollbar-thumb {
              background-color: #000; } }
        .opal-canvas-filter.top .opal-canvas-filter-wrap section.WOOF_Widget {
          max-height: unset;
          flex-basis: 100%; }
          .opal-canvas-filter.top .opal-canvas-filter-wrap section.WOOF_Widget .woof_redraw_zone {
            display: flex; }
            @media (max-width: 1199px) {
              .opal-canvas-filter.top .opal-canvas-filter-wrap section.WOOF_Widget .woof_redraw_zone {
                flex-direction: column; } }
            .opal-canvas-filter.top .opal-canvas-filter-wrap section.WOOF_Widget .woof_redraw_zone .woof_container {
              border: none;
              flex: 1 0 auto;
              min-width: 25%;
              width: auto; }
              @media (min-width: 768px) {
                .opal-canvas-filter.top .opal-canvas-filter-wrap section.WOOF_Widget .woof_redraw_zone .woof_container {
                  max-height: 250px;
                  overflow-y: auto; }
                  .opal-canvas-filter.top .opal-canvas-filter-wrap section.WOOF_Widget .woof_redraw_zone .woof_container::-webkit-scrollbar {
                    width: 3px; }
                  .opal-canvas-filter.top .opal-canvas-filter-wrap section.WOOF_Widget .woof_redraw_zone .woof_container::-webkit-scrollbar-track {
                    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.3);
                    background-color: #f5f5f5; }
                  .opal-canvas-filter.top .opal-canvas-filter-wrap section.WOOF_Widget .woof_redraw_zone .woof_container::-webkit-scrollbar-thumb {
                    background-color: #000; } }
    .opal-canvas-filter.top.canvas-filter-open {
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
      padding-top: 30px;
      padding-bottom: 0;
      margin-bottom: 30px;
      border-style: solid;
      border-width: 1px 0;
      border-color: #ebebeb; }
  .opal-canvas-filter .widget ul {
    padding-left: 0; }
  .opal-canvas-filter .widget.widget_product_categories ul.product-categories {
    border-style: solid;
    border-width: 2px;
    border-radius: 4px; }
    .opal-canvas-filter .widget.widget_product_categories ul.product-categories>li {
      border-top: 1px solid #ebebeb;
      padding: 10px 30px 10px 40px; }
      .opal-canvas-filter .widget.widget_product_categories ul.product-categories>li:first-child {
        border: none; }
      .opal-canvas-filter .widget.widget_product_categories ul.product-categories>li>a {
        color: #363636;
        position: relative; }
        .opal-canvas-filter .widget.widget_product_categories ul.product-categories>li>a:hover {
          color: #000; }
        .opal-canvas-filter .widget.widget_product_categories ul.product-categories>li>a:before {
          content: "";
          width: 6px;
          height: 6px;
          border-radius: 50%;
          position: absolute;
          left: -15px;
          top: calc(50% - 3px); }
  .opal-canvas-filter .widget.widget_product_categories ul li {
    position: relative;
    font-size: 15px;
    font-size: 1rem;
    line-height: 2;
    padding: 0; }
    .opal-canvas-filter .widget.widget_product_categories ul li a {
      color: #666; }
      .opal-canvas-filter .widget.widget_product_categories ul li a:hover {
        color: #000; }
  .opal-canvas-filter .widget.widget_product_categories ul.children {
    padding-top: 0;
    margin-top: 0; }
  .opal-canvas-filter .widget.widget_product_categories i {
    position: absolute;
    right: 0;
    top: .7rem;
    line-height: inherit;
    font-size: 10px;
    font-size: .66667rem;
    cursor: pointer; }
  .opal-canvas-filter .widget.widget_product_categories .current-cat>.count,.opal-canvas-filter .widget.widget_product_categories .current-cat>a {
    color: #000;
    font-weight: 500; }

.opal-canvas-filter-open .opal-overlay-filter {
  cursor: pointer;
  position: fixed;
  z-index: 10001;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.2); }

.opal-canvas-filter-open .opal-canvas-filter.left,.opal-canvas-filter-open .opal-canvas-filter.right {
  visibility: visible;
  transform: translateZ(0); }

.opal-canvas-filter-open .opal-canvas-filter.top+.opal-overlay-filter {
  display: none; }

.filter-toggle {
  background: transparent;
  height: 2.5em;
  padding: 0;
  border: none;
  font-size: 16px;
  font-size: 1.06667rem; }
  .filter-toggle .filter-icon {
    display: inline-block;
    color: #222;
    padding-right: 6px;
    vertical-align: middle;
    margin-top: -2px; }
  .filter-toggle.active:hover .filter-icon:after,.filter-toggle.active:hover .filter-icon:before {
    width: 25px; }

.filter-close {
  height: 50px;
  line-height: 50px;
  margin-bottom: 40px;
  border-bottom: 1px solid #ebebeb;
  display: block;
  cursor: pointer;
  text-align: right;
  vertical-align: middle;
  font-weight: 700;
  margin-left: 15px;
  margin-right: 15px; }
  @media (min-width: 768px) {
    .filter-close {
      margin-left: 35px;
      margin-right: 35px; } }
  .filter-close:after {
    content: "";
    width: 10px;
    border: 1px solid;
    border-color: #000;
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    position: relative;
    top: -1px; }

@media (min-width: 783px) {
  .admin-bar .opal-canvas-filter.left,.admin-bar .opal-canvas-filter.right {
    top: 32px; } }

@media (min-width: 600px) and (max-width: 782px) {
  .admin-bar .opal-canvas-filter.left,.admin-bar .opal-canvas-filter.right {
    top: 46px; } }

.owl-theme.woocommerce-carousel .owl-nav [class*=owl],.owl-theme.woocommerce-product-carousel .owl-nav [class*=owl] {
  opacity: 1 !important; }

/**
 * Cart
 */
table.cart:not(.wishlist_table) {
  margin-bottom: 3.70633em;
  overflow-x: auto; }
  table.cart:not(.wishlist_table) .product-quantity .minus,table.cart:not(.wishlist_table) .product-quantity .plus,table.cart:not(.wishlist_table) thead {
    display: none; }
  @media (min-width: 768px) {
    table.cart:not(.wishlist_table) .product-thumbnail {
      width: 100px; } }
  table.cart:not(.wishlist_table) .product-thumbnail img {
    margin: 0 auto;
    max-width: 100px;
    height: auto; }
  table.cart:not(.wishlist_table) .product-thumbnail:before {
    display: none; }
  table.cart:not(.wishlist_table) tr:first-child td.product-remove {
    border-top-width: 0; }
  table.cart:not(.wishlist_table) tr {
    border-bottom: 1px solid #ebebeb; }
    table.cart:not(.wishlist_table) tr:last-child {
      border-bottom: none; }
  table.cart:not(.wishlist_table) td.product-remove {
    border-top: 1.618em solid;
    position: relative; }
    table.cart:not(.wishlist_table) td.product-remove:after,table.cart:not(.wishlist_table) td.product-remove:before {
      content: "";
      display: table; }
    table.cart:not(.wishlist_table) td.product-remove:after {
      clear: both; }
    table.cart:not(.wishlist_table) td.product-remove a.remove {
      position: absolute;
      font-size: 1.41575em;
      top: -.61805em;
      right: -.61805em; }
  table.cart:not(.wishlist_table) td.product-quantity .qty {
    padding: .326em;
    width: 3.70633em; }
  table.cart:not(.wishlist_table) td,table.cart:not(.wishlist_table) th {
    padding: .875em .875em 0; }
  table.cart:not(.wishlist_table) td.actions {
    background-color: transparent; }
    @media (max-width: 767px) {
      table.cart:not(.wishlist_table) td.actions {
        padding: .4em; } }
    table.cart:not(.wishlist_table) td.actions label {
      display: inline-block;
      margin-bottom: 0;
      margin-right: 25px;
      font-family: initial; }
      @media (max-width: 991px) {
        table.cart:not(.wishlist_table) td.actions label {
          display: none; } }
    table.cart:not(.wishlist_table) td.actions .coupon {
      padding-bottom: 1em;
      margin-bottom: 1em;
      border-bottom: 1px solid rgba(0,0,0,.05); }
    table.cart:not(.wishlist_table) td.actions input {
      display: block;
      width: 100%;
      margin: .54079em 0; }
      table.cart:not(.wishlist_table) td.actions input[name=update_cart]:focus {
        outline: none; }

/**
 * Cart
 */
.woocommerce-cart .hentry,.woocommerce-checkout .hentry {
  border-bottom: 0;
  padding-bottom: 0; }

.page-template-template-fullwidth-php table.cart .product-thumbnail {
  display: table-cell; }

.page-template-template-fullwidth-php table.cart thead {
  font-size: 1em;
  text-indent: 0; }

.woocommerce-cart .cross-sells {
  padding: 0; }

.woocommerce-cart .cart-empty {
  display: block;
  font-size: 24px;
  font-size: 1.6rem;
  color: #000;
  text-align: center;
  letter-spacing: -.075em;
  margin-top: 80px; }
  .woocommerce-cart .cart-empty:before {
    color: #d7d7d7;
    font-size: 145px;
    font-size: 9.66667rem;
    display: block;
    line-height: 1.45;
    margin-left: -25px; }
  .woocommerce-cart .cart-empty+.return-to-shop {
    margin-bottom: 60px; }

.woocommerce-cart .return-to-shop {
  text-align: center; }

table.cart:not(.wishlist_table) td,table.cart:not(.wishlist_table) th {
  padding: 2.61792em 1.618em 2.29068em 0; }
  @media (max-width: 767px) {
    table.cart:not(.wishlist_table) td,table.cart:not(.wishlist_table) th {
      padding: .5em; } }

table.cart:not(.wishlist_table) .qty {
  padding: .875em;
  max-width: 3.632em; }

table.cart:not(.wishlist_table) td.product-remove {
  width: 35px;
  background-color: transparent;
  padding: 0; }
  @media (min-width: 768px) {
    table.cart:not(.wishlist_table) td.product-remove {
      display: table-cell;
      border: 0; } }
  @media (max-width: 767px) {
    table.cart:not(.wishlist_table) td.product-remove {
      padding: 0;
      border-color: transparent; } }
  table.cart:not(.wishlist_table) td.product-remove a.remove {
    float: none;
    position: relative;
    top: auto;
    right: auto; }
    @media (max-width: 767px) {
      table.cart:not(.wishlist_table) td.product-remove a.remove {
        position: absolute;
        right: 0; } }

@media (max-width: 767px) {
  table.cart:not(.wishlist_table) td.product-thumbnail {
    text-align: center; } }

table.cart:not(.wishlist_table) .product-quantity .minus,table.cart:not(.wishlist_table) .product-quantity .plus {
  display: inline-block; }

table.cart:not(.wishlist_table) .product-name a {
  font-weight: 500;
  color: #222; }

table.cart:not(.wishlist_table) .product-subtotal .woocommerce-Price-amount {
  color: #222; }

table.cart:not(.wishlist_table) .product-price .amount {
  color: #888; }

table.cart:not(.wishlist_table) .quantity {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  margin-right: auto;
  font-size: 12px;
  font-size: .8rem;
  flex-wrap: nowrap;
  font-weight: 700; }
  table.cart:not(.wishlist_table) .quantity input[type=button] {
    padding: 5px;
    width: 30px;
    height: 35px;
    color: #666;
    background-color: #fff;
    border: 1px solid;
    border-color: #e1e1e1;
    letter-spacing: 0;
    line-height: 24px;
    border-radius: 0; }
    table.cart:not(.wishlist_table) .quantity input[type=button]:active,table.cart:not(.wishlist_table) .quantity input[type=button]:focus,table.cart:not(.wishlist_table) .quantity input[type=button]:hover {
      outline: none;
      box-shadow: none;
      color: #000; }
  table.cart:not(.wishlist_table) .quantity input {
    border: 0; }
    table.cart:not(.wishlist_table) .quantity input[type=number] {
      padding: 0;
      width: 34px;
      height: 35px;
      border: 1px solid;
      border-color: #e1e1e1;
      border-radius: 0;
      margin-top: 0;
      margin-left: -1px;
      margin-right: -1px; }
  @media (max-width: 767px) {
    table.cart:not(.wishlist_table) .quantity {
      margin-right: 0;
      margin-left: auto; } }

table.cart:not(.wishlist_table) td.actions {
  padding-left: 0; }
  table.cart:not(.wishlist_table) td.actions .coupon {
    position: relative;
    padding-bottom: 0;
    border-bottom: none;
    display: inline-block;
    float: left;
    margin-bottom: 15px; }
    @media (min-width: 768px) {
      table.cart:not(.wishlist_table) td.actions .coupon {
        margin-right: 10px; } }
    @media (max-width: 767px) {
      table.cart:not(.wishlist_table) td.actions .coupon {
        display: block;
        width: 100%;
        margin-bottom: .5em; } }
    table.cart:not(.wishlist_table) td.actions .coupon:after {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\f054";
      position: absolute;
      right: 20px;
      top: 50%;
      transform: translate(50%,-50%);
      pointer-events: none;
      font-size: 12px;
      font-size: .8rem; }
    table.cart:not(.wishlist_table) td.actions .coupon #coupon_code {
      min-width: 235px;
      max-width: 100%;
      padding-right: 90px;
      border-radius: 4px; }
      @media (max-width: 767px) {
        table.cart:not(.wishlist_table) td.actions .coupon #coupon_code {
          min-width: 200px; } }
    table.cart:not(.wishlist_table) td.actions .coupon button[type=submit],table.cart:not(.wishlist_table) td.actions .coupon input[type=submit] {
      position: absolute;
      opacity: 0;
      top: 0;
      right: 0;
      width: 50px;
      bottom: 0; }
  @media (min-width: 768px) {
    table.cart:not(.wishlist_table) td.actions button,table.cart:not(.wishlist_table) td.actions input {
      display: inline-block;
      width: auto;
      margin: 0; }
      table.cart:not(.wishlist_table) td.actions button.button,table.cart:not(.wishlist_table) td.actions input.button {
        vertical-align: top; } }
  table.cart:not(.wishlist_table) td.actions button[type=submit] {
    opacity: 1; }
    table.cart:not(.wishlist_table) td.actions button[type=submit]:not(:hover) {
      background-color: #fafafa;
      color: #222;
      border-color: #fafafa; }

.cart-collaterals {
  margin-bottom: 40px; }
  .cart-collaterals:after,.cart-collaterals:before {
    content: "";
    display: block;
    height: 10px;
    width: 100%;
    background-color: transparent;
    background-size: 20px 20px;
    background-position: 0 10px,40px 40px;
    background-image: radial-gradient(closest-side,transparent 9px,#f8f8f8 100%); }
  .cart-collaterals:before {
    margin-top: -10px; }
  .cart-collaterals:after {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    margin-bottom: -10px; }
  .cart-collaterals h2 {
    font-size: 24px;
    font-size: 1.6rem;
    margin-bottom: 25px;
    font-weight: 700;
    text-transform: uppercase; }
  .cart-collaterals .cross-sells ul.products li.product:nth-child(2n) {
    margin-right: 0 !important; }
  .cart-collaterals .cart_totals {
    width: 100%;
    padding: 45px;
    background-color: #f8f8f8; }
    @media (max-width: 767px) {
      .cart-collaterals .cart_totals {
        padding: 20px; } }
    .cart-collaterals .cart_totals .order-total .woocommerce-Price-amount {
      font-size: 24px;
      font-size: 1.6rem; }
    .cart-collaterals .cart_totals td {
      padding: 1.5em 0; }
    .cart-collaterals .cart_totals th {
      font-weight: 400; }
      .cart-collaterals .cart_totals th:after {
        content: ":"; }
    .cart-collaterals .cart_totals tr {
      border-top: 1px solid #ebebeb; }
  .cart-collaterals .cart_totals,.cart-collaterals .shipping_calculator {
    margin: 0;
    clear: right; }
  .cart-collaterals .cart_totals small.includes_tax {
    display: block; }
  .cart-collaterals .shipping_calculator {
    clear: right; }

/**
 * Checkout
 *
 * 1 - Required to make the blockUI overlay cover the entire page rather than just the checkout form. We do this because
 *     otherwise our sticky order review can break out of the checkout form (and the blockUI element).
 */
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
  background-color: transparent;
  text-align: center;
  font-weight: 700;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  border: none; }
  .woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info a {
    text-transform: uppercase;
    margin-left: .25rem; }

.woocommerce-checkout .woocommerce-form-login {
  width: 550px;
  max-width: 100%;
  box-shadow: none;
  margin-top: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  background-color: transparent; }
  .woocommerce-checkout .woocommerce-form-login>p:first-of-type {
    text-align: center; }
  .woocommerce-checkout .woocommerce-form-login .lost_password,.woocommerce-checkout .woocommerce-form-login label {
    font-weight: 500; }

.woocommerce-checkout .form-row {
  margin-left: 0;
  margin-right: 0; }

.checkout_coupon {
  position: relative;
  width: 470px;
  max-width: 100%;
  padding: 50px;
  background: #fafafa;
  margin: 1.5rem auto 2.61792em; }
  @media (max-width: 767px) {
    .checkout_coupon {
      padding: 40px 30px; } }
  .checkout_coupon .form-row-first {
    margin: 0; }
    .checkout_coupon .form-row-first input {
      padding-right: 70px;
      background-color: transparent; }
  .checkout_coupon .form-row-last {
    margin-bottom: 0;
    margin-top: 30px; }
    .checkout_coupon .form-row-last button,.checkout_coupon .form-row-last input {
      margin: auto;
      width: 100%; }
  .checkout_coupon:after,.checkout_coupon:before {
    position: absolute;
    top: -10px;
    left: 0;
    content: "";
    display: block;
    height: 10px;
    width: 100%;
    background-color: transparent;
    background-size: 20px 20px;
    background-position: 0 10px,40px 40px;
    background-image: radial-gradient(closest-side,transparent 9px,#fafafa 100%); }
  .checkout_coupon:after {
    bottom: -10px;
    top: unset;
    left: 0;
    transform: rotate(180deg); }

form.checkout {
  position: static !important;
  /* 1 */ }
  form.checkout:after,form.checkout:before {
    content: "";
    display: table; }
  form.checkout:after {
    clear: both; }
  form.checkout>.blockUI {
    position: fixed !important;
    /* 1 */ }
  .elementor-element form.checkout>.gallery>div,.entry-gallery form.checkout>.gallery>div,.opal-archive-style-4.archive form.checkout>.site-main>div,.opal-archive-style-4.blog form.checkout>.site-main>div,.opal-canvas-filter.top .opal-canvas-filter-wrap section.WOOF_Widget form.checkout>.woof_redraw_zone>div,.opal-canvas-filter.top form.checkout>.opal-canvas-filter-wrap>div,.single-portfolio-summary form.checkout>.single-portfolio-summary-inner>div,.single-product form.checkout>div.product>div,.single form.checkout>.gallery>div,.site-footer form.checkout>.widget-area>div,.widget form.checkout>.gallery>div,.woocommerce-account .entry-content>.woocommerce form.checkout>.u-columns.woocommerce-Addresses>div,.woocommerce-account form.entry-content.checkout>.woocommerce>div,.woocommerce-billing-fields form.checkout>.woocommerce-billing-fields__field-wrapper>div,.woocommerce-cart form.checkout>.woocommerce>div,.woocommerce-MyAccount-content form.checkout>form[class^=woocommerce-]>div,body.opal-content-layout-2cl #content form.checkout>.wrap>div,body.opal-content-layout-2cr #content form.checkout>.wrap>div,body.opal-default-content-layout-2cr #content form.checkout>.wrap>div,form.checkout>.comment-form>div,form.checkout>.osf-sorting>div,form.checkout>.row>div,form.checkout>.woocommerce-address-fields__field-wrapper>div,form.checkout>.woocommerce-Addresses>div,form.checkout>.woocommerce-columns--addresses>div,form.checkout>[data-elementor-columns]>div,form.checkout>[data-opal-columns]>div,form.checkout>form.track_order>div,form.checkout>ul.products>div {
    margin-top: 3rem; }

@media (min-width: 1200px) {
  .order_review_inner {
    padding-left: 65px; } }

.woocommerce-privacy-policy-link:hover {
  text-decoration: underline; }

.woocommerce-privacy-policy-text p {
  margin-bottom: 35px; }

#payment:after,#payment:before {
  content: "";
  display: table; }

#payment .create-account,#payment:after {
  clear: both; }

#payment .payment_methods {
  padding: 0 0 25px;
  margin-bottom: 45px;
  position: relative;
  z-index: 3; }
  #payment .payment_methods:before {
    content: "";
    position: absolute;
    width: calc(100% + 50px);
    height: 100%;
    background-color: #fff;
    top: 0;
    left: -25px;
    z-index: -1; }
  #payment .payment_methods>.wc_payment_method>label {
    display: block;
    cursor: pointer;
    margin-bottom: 0;
    font-weight: 700;
    padding-top: 23px;
    padding-bottom: 23px;
    font-size: 14px;
    font-size: .93333rem;
    font-weight: 400; }
  #payment .payment_methods li {
    list-style: none !important;
    margin-left: 0;
    border-bottom: 1px solid;
    border-bottom-color: silver2; }
    #payment .payment_methods li img {
      float: right;
      border: 0;
      padding: 0;
      max-height: 2.29068em;
      display: none; }
    #payment .payment_methods li a {
      text-decoration: underline;
      float: right; }
    #payment .payment_methods li:last-child:not(.woocommerce-notice) {
      padding-bottom: 0;
      border-bottom: 0; }
    #payment .payment_methods li p {
      margin: 0; }
    #payment .payment_methods li .payment_box {
      padding-bottom: 30px;
      margin-top: -5px; }
      #payment .payment_methods li .payment_box fieldset {
        border: 0;
        margin: 0;
        padding: 1em 0 0;
        font-size: .875em; }
        #payment .payment_methods li .payment_box fieldset label {
          width: auto;
          margin-left: 0; }
        #payment .payment_methods li .payment_box fieldset .form-row {
          margin-bottom: 1em; }
          #payment .payment_methods li .payment_box fieldset .form-row input[type=checkbox] {
            margin-right: 5px; }
        #payment .payment_methods li .payment_box fieldset #cvv {
          width: 22% !important; }
        #payment .payment_methods li .payment_box fieldset .help {
          width: 75%;
          float: right; }
      #payment .payment_methods li .payment_box .woocommerce-SavedPaymentMethods {
        padding-top: 1em;
        margin: 0; }
        #payment .payment_methods li .payment_box .woocommerce-SavedPaymentMethods li {
          margin-top: .61805em; }
          #payment .payment_methods li .payment_box .woocommerce-SavedPaymentMethods li input[type=radio] {
            margin-right: .236em; }
      #payment .payment_methods li .payment_box ul.wc-saved-payment-methods {
        margin-left: 0; }
      #payment .payment_methods li .payment_box .wc-credit-card-form-card-cvc,#payment .payment_methods li .payment_box .wc-credit-card-form-card-expiry,#payment .payment_methods li .payment_box .wc-credit-card-form-card-number {
        font-size: 1.41575em; }
      #payment .payment_methods li .payment_box .wc-credit-card-form-card-number {
        background-repeat: no-repeat;
        background-position: right .61805em center;
        background-size: 31px 20px;
        background-image: url(../../../assets/images/credit-cards/unknown.svg); }
        #payment .payment_methods li .payment_box .wc-credit-card-form-card-number.visa {
          background-image: url(../../../assets/images/credit-cards/visa.svg); }
        #payment .payment_methods li .payment_box .wc-credit-card-form-card-number.mastercard {
          background-image: url(../../../assets/images/credit-cards/mastercard.svg); }
        #payment .payment_methods li .payment_box .wc-credit-card-form-card-number.laser {
          background-image: url(../../../assets/images/credit-cards/laser.svg); }
        #payment .payment_methods li .payment_box .wc-credit-card-form-card-number.dinersclub {
          background-image: url(../../../assets/images/credit-cards/diners.svg); }
        #payment .payment_methods li .payment_box .wc-credit-card-form-card-number.maestro {
          background-image: url(../../../assets/images/credit-cards/maestro.svg); }
        #payment .payment_methods li .payment_box .wc-credit-card-form-card-number.jcb {
          background-image: url(../../../assets/images/credit-cards/jcb.svg); }
        #payment .payment_methods li .payment_box .wc-credit-card-form-card-number.amex {
          background-image: url(../../../assets/images/credit-cards/amex.svg); }
        #payment .payment_methods li .payment_box .wc-credit-card-form-card-number.discover {
          background-image: url(../../../assets/images/credit-cards/discover.svg); }
    #payment .payment_methods li.woocommerce-info,#payment .payment_methods li.woocommerce-notice,#payment .payment_methods li.woocommerce-notice--info {
      padding: 25px 0 0;
      background-color: transparent;
      border: none;
      display: inline-block; }
      #payment .payment_methods li.woocommerce-info:before,#payment .payment_methods li.woocommerce-notice--info:before,#payment .payment_methods li.woocommerce-notice:before {
        content: "\f06a";
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #ffb400;
        font-size: 16px;
        font-size: 1.06667rem;
        margin-right: 10px; }

#payment .terms {
  width: 100%;
  clear: both;
  float: none;
  margin-bottom: 0;
  margin-bottom: 1em; }
  #payment .terms label {
    display: block;
    cursor: pointer; }

#payment .woocommerce-terms-and-conditions {
  padding: 1em;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.2);
  margin-bottom: 16px;
  background-color: rgba(0,0,0,.05); }

#payment .place-order {
  margin-bottom: 0;
  float: none;
  width: 100%; }
  #payment .place-order .button {
    font-size: 1em;
    width: 100%;
    white-space: pre-wrap; }

.woocommerce-checkout-review-order {
  background-color: #fafafa;
  padding: 40px 15px; }
  @media (min-width: 576px) {
    .woocommerce-checkout-review-order {
      padding: 50px 50px 75px; } }
  .woocommerce-checkout-review-order:after,.woocommerce-checkout-review-order:before {
    position: absolute;
    top: -10px;
    left: 0;
    content: "";
    display: block;
    height: 10px;
    width: 100%;
    background-color: transparent;
    background-size: 20px 20px;
    background-position: 0 10px,40px 40px;
    background-image: radial-gradient(closest-side,transparent 9px,#fafafa 100%); }
  .woocommerce-checkout-review-order:after {
    bottom: -10px;
    top: unset;
    left: 0;
    transform: rotate(180deg); }

table.woocommerce-checkout-review-order-table th {
  padding: 1.4rem 0;
  font-weight: 400; }

table.woocommerce-checkout-review-order-table td {
  padding: 1.4rem 0; }

table.woocommerce-checkout-review-order-table .product-name {
  min-width: 150px; }

table.woocommerce-checkout-review-order-table .product-total {
  text-align: right; }

table.woocommerce-checkout-review-order-table tfoot td {
  text-align: right;
  font-weight: 500; }

table.woocommerce-checkout-review-order-table .order-total {
  border: none; }
  table.woocommerce-checkout-review-order-table .order-total .woocommerce-Price-amount {
    font-size: 24px;
    font-size: 1.6rem;
    font-weight: 600; }

table.woocommerce-checkout-review-order-table .product-name strong {
  font-weight: 400; }

.woocommerce-checkout .payment-fixed {
  position: fixed;
  top: 0;
  z-index: 9;
  box-shadow: 0 6px 2em rgba(0,0,0,.2); }

.admin-bar .woocommerce-checkout .payment-fixed {
  top: 32px; }

.admin-bar .woocommerce-checkout #wc_checkout_add_ons label+br {
  display: none; }

/**
 * Checkout
 */
#ship-to-different-address {
  position: relative; }
  #ship-to-different-address label {
    font-weight: 500; }

.woocommerce-shipping-fields label {
  font-weight: 700;
  margin-top: 20px; }

.woocommerce-shipping-fields .select2-container--default .select2-selection--single {
  border-radius: 0; }
  .woocommerce-shipping-fields .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: inherit;
    font-weight: 400; }
  .woocommerce-shipping-fields .select2-container--default .select2-selection--single .select2-selection__arrow b:before {
    position: absolute;
    margin-top: -4px; }

.col2-set .col-1,.col2-set .col-2,.col2-set .woocommerce.columns-mobile-6 ul.products>li,.col2-set .woocommerce.columns-mobile-6 ul.products li.product,.col2-set [data-elementor-columns-mobile="6"] .column-item,.woocommerce.columns-mobile-6 .col2-set ul.products>li,.woocommerce.columns-mobile-6 ul.products .col2-set li.product,[data-elementor-columns-mobile="6"] .col2-set .column-item {
  margin-bottom: 1.618em; }

.col2-set+#customer_details {
  display: none; }

.col2-set .woocommerce-billing-fields:after,.col2-set .woocommerce-billing-fields:before {
  content: "";
  display: table; }

.col2-set .woocommerce-billing-fields:after {
  clear: both; }

.woocommerce-billing-fields .form-row {
  margin: 0; }

.woocommerce-billing-fields label {
  margin-top: 23px;
  margin-bottom: 12px;
  font-weight: 400;
  font-size: 14px;
  font-size: .93333rem; }

.woocommerce-billing-fields>h3 {
  font-size: 24px;
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase; }

.woocommerce-billing-fields .select2-container--default .selection {
  display: block; }

.woocommerce-billing-fields .select2-container--default .select2-selection--single {
  border-radius: 5px;
  font-size: 14px;
  font-size: .93333rem; }
  .woocommerce-billing-fields .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: inherit;
    font-weight: 400;
    line-height: inherit; }
  .woocommerce-billing-fields .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50%;
    transform: translateY(-50%); }
    .woocommerce-billing-fields .select2-container--default .select2-selection--single .select2-selection__arrow b {
      margin-top: 0;
      position: absolute; }

#billing_address_2_field {
  margin-top: 20px; }

.woocommerce-additional-fields {
  margin-top: 40px; }
  .woocommerce-additional-fields>h3 {
    font-size: 24px;
    font-size: 1.6rem;
    font-weight: 700;
    text-transform: uppercase; }
  .woocommerce-additional-fields .form-row {
    margin: 0; }
  .woocommerce-additional-fields label {
    font-weight: 400;
    font-size: 14px;
    font-size: .93333rem; }

.woocommerce-MyAccount-content form[class^=woocommerce-] fieldset {
  margin-right: 10px;
  margin-left: 10px;
  width: 100%; }

#wc_checkout_add_ons input[type=radio] {
  float: left;
  margin-right: .54079em;
  clear: left;
  margin-top: .35em; }

#order_review,#order_review_heading {
  clear: right; }

#order_review {
  transition: box-shadow .4s ease;
  position: relative; }
  #order_review .shop_table {
    margin-bottom: 20px; }
    #order_review .shop_table thead {
      display: none; }
    #order_review .shop_table tr.cart_item:first-child {
      border-top: 1px solid #e5e5e5; }

.order_review_heading {
  font-size: 24px;
  font-size: 1.6rem;
  margin-bottom: 23px;
  font-weight: 700;
  text-transform: uppercase; }

#order_review_heading {
  margin-bottom: 0;
  padding-bottom: .61805em; }

@media (max-width: 767px) {
  .woocommerce-columns--addresses .woocommerce-column {
    flex: 0 0 100%;
    max-width: 100%; } }

.form-row.woocommerce-validated input.input-text {
  border-bottom-color: #0f834d;
  box-shadow: none; }

.form-row.woocommerce-invalid input.input-text {
  border-bottom-color: #e2401c;
  box-shadow: none; }

.select2-container--default .select2-selection--single {
  border-color: #ebebeb !important;
  border-radius: 0;
  height: 51px !important; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 51px;
  right: 8px; }

.select2-dropdown {
  border: 1px solid #ebebeb !important; }

.checkout .woocommerce-input-wrapper {
  width: 100%; }

.checkout .woocommerce-account-fields {
  margin-top: 20px; }

form.track_order {
  position: relative;
  -ms-flex-align: end;
  align-items: flex-end; }
  form.track_order .form-row {
    display: block; }
  form.track_order p:first-of-type {
    margin: 0 0 40px;
    text-align: center;
    flex: 0 0 100%;
    max-width: 100%;
    font-size: 14px;
    font-size: .93333rem; }
    @media (min-width: 768px) {
      form.track_order p:first-of-type {
        padding: 0 21%; } }
  form.track_order p.form-row-first {
    position: relative; }
  @media (max-width: 767px) {
    form.track_order p.form-row-first,form.track_order p.form-row-last {
      flex-basis: auto; } }
  form.track_order p:last-of-type {
    padding-left: 15px;
    padding-right: 15px; }
    form.track_order p:last-of-type button[type=submit] {
      width: 100%;
      line-height: inherit; }
  form.track_order label {
    font-size: 20px;
    font-size: 1.33333rem;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
    margin-bottom: .7rem; }

/**
 * COMPARE
 */

#cboxWrapper,#colorbox {
  overflow: visible; }

#cboxBottomCenter,#cboxBottomLeft,#cboxBottomRight,#cboxMiddleLeft,#cboxMiddleRight,#cboxTopCenter,#cboxTopLeft,#cboxTopRight {
  display: none; }

#yith-wcwl-form {
  overflow-x: auto; }

.wishlist_table thead {
  display: none; }

.wishlist_table tr:not(:last-child) {
  border-bottom: 1px solid #e3e3e3; }

.wishlist_table tr td {
  text-align: left; }
  .wishlist_table tr td.product-thumbnail a {
    max-width: 100px;
    line-height: 34px; }
  @media (max-width: 767px) {
    .wishlist_table tr td.product-thumbnail {
      display: none; } }
  .wishlist_table tr td.wishlist-empty {
    text-align: center;
    border-bottom: 1px solid #fff !important; }

@media (max-width: 767px) {
  .wishlist_table tr th.product-thumbnail {
    display: none; } }

.wishlist_table tfoot tr {
  border: none; }

.wishlist_table .yith-wcwl-share {
  margin-top: 30px; }
  .wishlist_table .yith-wcwl-share .yith-wcwl-share-title,.wishlist_table .yith-wcwl-share ul {
    display: inline-block; }

.wishlist_table .product-thumbnail {
  width: 130px; }

.wishlist_table .product-price {
  font-weight: 400; }

.wishlist_table .product-add-to-cart a.button {
  display: flex !important;
  align-items: center;
  margin-bottom: 0;
  line-height: 34px; }
  .wishlist_table .product-add-to-cart a.button:before {
    content: "+";
    font-size: 30px;
    margin-right: 10px;
    line-height: 1;
    margin-top: -4px; }

.wishlist_table .product-remove {
  width: 30px; }

.wishlist_table .product-stock-status {
  font-size: 11px;
  font-size: .73333rem;
  text-transform: uppercase; }

.wishlist_table tr td.product-stock-status span.wishlist-in-stock {
  color: #888; }

.woocommerce .wishlist-title h2 {
  margin-top: 20px; }

.woocommerce table.wishlist_table {
  font-size: inherit; }
  .woocommerce table.wishlist_table tbody td {
    padding-top: 40px;
    padding-bottom: 30px; }
    .woocommerce table.wishlist_table tbody td.product-name {
      min-width: 150px; }

.woocommerce .wishlist_table .product-add-to-cart a.button {
  display: flex !important;
  align-items: center;
  justify-content: center; }

.wishlist-empty {
  font-size: 24px;
  font-size: 1.6rem;
  color: #000;
  text-align: center; }
  .wishlist-empty:before {
    display: block;
    font-size: 190px;
    font-size: 12.66667rem;
    color: #d7d7d7;
    line-height: 1.25; }

.opal-currency_switcher li ul {
  position: absolute;
  left: 0;
  top: calc(100% + 10px);
  min-width: 100%;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  z-index: 99;
  background: #fff; }

.opal-currency_switcher ul {
  position: relative;
  margin: 0; }
  .opal-currency_switcher ul:hover ul {
    top: 100%;
    visibility: visible;
    opacity: 1;
    pointer-events: auto; }

.opal-currency_switcher .currency_wrap {
  list-style: none; }

.opal-currency_switcher .currency_select {
  cursor: pointer;
  padding: 0 20px;
  border: 0 !important; }

.opal-currency_switcher .list-currency {
  box-shadow: 0 1px 16px 0 rgba(0,0,0,.1); }
  .opal-currency_switcher .list-currency button[type=submit] {
    background: transparent;
    width: 100%;
    line-height: inherit;
    padding: 0;
    border: none; }
    .opal-currency_switcher .list-currency button[type=submit]:hover {
      border: none;
      background: transparent; }
  .opal-currency_switcher .list-currency li {
    display: block; }

.deal-progress .progress-bar {
  width: 100%;
  height: 12px;
  background-color: #ccc;
  position: relative;
  overflow: hidden; }

.deal-progress .progress-value {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: url("data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAAA8AAD/4QONaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjYtYzE0MCA3OS4xNjA0NTEsIDIwMTcvMDUvMDYtMDE6MDg6MjEgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6NjlhNDgwNTgtNjc0YS1iYjQ2LTg2ZWUtZDE5NjE2ZmMyYzVkIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjcwQTE3MjdBODY0RTExRThBN0ZFRjc3MjY3NDgwQzk4IiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjcwQTE3Mjc5ODY0RTExRThBN0ZFRjc3MjY3NDgwQzk4IiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE4IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOmJiYWZhNWY4LTIyODUtMTk0MC04NzFjLWNjYTNmZGRjYmIwNCIgc3RSZWY6ZG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOmMyN2QwMTYwLWQwNTYtZjU0OS04NTQxLTUzZjY0ZGQ0Yzc1ZiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pv/uAA5BZG9iZQBkwAAAAAH/2wCEAAYEBAQFBAYFBQYJBgUGCQsIBgYICwwKCgsKCgwQDAwMDAwMEAwODxAPDgwTExQUExMcGxsbHB8fHx8fHx8fHx8BBwcHDQwNGBAQGBoVERUaHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fH//AABEIAAwAJAMBEQACEQEDEQH/xABqAAEBAQEAAAAAAAAAAAAAAAAHAAYIAQEAAAAAAAAAAAAAAAAAAAAAEAABAgMDBg8AAAAAAAAAAAABAAMRAgQhBQYxQYGxEhRRocEiQmLCEzNjFTUWJgcRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AOVEGnwbjJ+5HxT1BLl2OHnyZS2T05OUIF2nqGKhiR9icOMuATNuSmIIOcIMDjrAse8vW6m7bZqqllGXhnkGsIDlBIJAjflvrmy9H2a2G3HxfK7WbSgQkB99G+c9fRu28x18UUH/2Q==");
  background-repeat: repeat-x; }

.opal-woocommerce-deal {
  text-align: center;
  margin-bottom: 1.5em; }
  .opal-woocommerce-deal .deal-text {
    font-size: 16px;
    font-size: 1.06667rem;
    margin-bottom: .75em; }
  .opal-woocommerce-deal .countdown-times {
    margin-top: 1rem;
    color: #222;
    display: flex;
    justify-content: center;
    text-transform: capitalize; }
    .opal-woocommerce-deal .countdown-times>div {
      padding-left: 25px;
      padding-right: 25px; }
      .opal-woocommerce-deal .countdown-times>div b {
        font-size: 24px;
        font-size: 1.6rem;
        line-height: 1.4;
        vertical-align: middle; }
  .opal-woocommerce-deal .day,.opal-woocommerce-deal .hours,.opal-woocommerce-deal .minutes {
    position: relative; }
    .opal-woocommerce-deal .day:after,.opal-woocommerce-deal .hours:after,.opal-woocommerce-deal .minutes:after {
      right: 0;
      top: 2px;
      position: absolute;
      content: ":";
      line-height: 1;
      font-size: 24px; }

#comments {
  margin-top: 15px; }
  #comments .commentlist .bypostauthor>.comment-body cite:after {
    content: "\f0f6"; }
  #comments .commentlist .bypostauthor>.comment-body cite:after,#comments .commentlist .reply a:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: .54079em; }
  #comments .commentlist .reply a:after {
    content: "\f112"; }
  #comments .commentlist .reply a.comment-edit-link:after {
    content: "\f040"; }

/*
.comment-form-comment{
    label{
        font-weight: 700;
    }
}*/
.added_to_cart.loading,.button.loading,button.loading,input[type=button].loading,input[type=reset].loading,input[type=submit].loading {
  position: relative; }
  .added_to_cart.loading:before,.button.loading:before,button.loading:before,input[type=button].loading:before,input[type=reset].loading:before,input[type=submit].loading:before {
    opacity: 0; }
  .added_to_cart.loading:after,.button.loading:after,button.loading:after,input[type=button].loading:after,input[type=reset].loading:after,input[type=submit].loading:after {
    content: "";
    vertical-align: middle;
    border: 1px solid #fff;
    border-left-color: #000;
    border-radius: 50%;
    animation: o .45s infinite linear;
    -webkit-animation: o .45s infinite linear;
    height: 25px;
    width: 25px;
    line-height: 25px;
    font-size: 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -12.5px;
    margin-top: -12.5px;
    overflow: hidden; }

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  text-indent: -999px;
  overflow: hidden; }
  .single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    content: "\f00e";
    line-height: 1.75em;
    text-indent: 0;
    color: #000; }
  .single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger img {
    display: none !important; }

.stock:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: .54079em; }

.stock.in-stock:before {
  content: "\f118"; }

.stock.out-of-stock:before {
  content: "\f119"; }

a.reset_variations:before {
  content: "\f021"; }

.woocommerce-breadcrumb a:first-of-type:before,a.reset_variations:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: .54079em; }

.woocommerce-breadcrumb a:first-of-type:before {
  content: "\f015"; }

a.remove {
  display: block;
  width: 1.618em;
  height: 1.618em;
  line-height: 1.618;
  font-weight: 400;
  text-align: center;
  position: relative;
  font-size: 24px;
  font-size: 1.6rem;
  color: #bbb; }
  a.remove:focus,a.remove:hover {
    color: #e2401c; }

.woocommerce-shipping-calculator>p:first-child a:before {
  content: "\f0d1";
  margin-right: .33423em; }

.blockUI:before,.woocommerce-shipping-calculator>p:first-child a:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.blockUI:before {
  content: "\f110";
  animation: a .75s linear infinite;
  height: 30px;
  width: 30px;
  line-height: 30px;
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px; }

.woocommerce-breadcrumb .breadcrumb-separator {
  text-indent: -9999px;
  position: relative;
  padding: 0 6.85353em; }
  .woocommerce-breadcrumb .breadcrumb-separator:after {
    display: block;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f105";
    font-size: .875em;
    text-indent: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1em;
    height: 1em;
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
    opacity: .25; }

#payment .payment_methods>.wc_payment_method>label:before {
  content: "";
  height: 16px;
  width: 16px;
  border-radius: 50%;
  border: 1px solid #d3d3d3;
  margin-bottom: -3px;
  margin-right: 10px;
  display: inline-block; }

#payment .payment_methods li.wc_payment_method>input[type=radio]:first-child {
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px,1px,1px,1px);
  position: absolute !important; }
  #payment .payment_methods li.wc_payment_method>input[type=radio]:first-child:checked+label:before {
    background-color: #000;
    height: 15px;
    width: 15px;
    border: 4px solid #fff;
    box-shadow: 0 0 0 1px #d3d3d3;
    margin-bottom: -2px;
    margin-right: 11px;
    margin-left: 1px; }

.woocommerce-password-strength:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f119";
  margin-left: .54079em; }

.woocommerce-password-strength.strong:after {
  content: "\f118"; }

.woocommerce-password-strength.good:after {
  content: "\f11a"; }

.woocommerce-MyAccount-navigation ul li.is-active a:before {
  opacity: 1; }

.woocommerce-MyAccount-navigation ul li a:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0f6";
  line-height: 1.618;
  margin-left: .54079em;
  width: 1.41575em;
  text-align: right;
  float: right;
  opacity: .25; }

.woocommerce-MyAccount-navigation ul li a:hover:before {
  opacity: 1; }

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before {
  content: ""; }

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {
  content: ""; }

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before {
  content: ""; }

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
  content: ""; }

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a:before {
  content: ""; }

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
  content: ""; }

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
  content: ""; }

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--subscriptions a:before {
  content: ""; }

.my_account_orders .button.view:after {
  content: "\f06e"; }

.my_account_orders .button.view:after,p.order-again .button:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: .54079em; }

p.order-again .button:after {
  content: "\f021"; }

.woocommerce-MyAccount-downloads .button:after {
  content: "\f0ed";
  margin-left: .54079em; }

.demo_store:before,.woocommerce-MyAccount-downloads .button:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.demo_store:before {
  margin-right: .54079em;
  content: "\f05a"; }

.wc-forward:after,.woocommerce-Button--next:after {
  content: "\f178";
  margin-left: .54079em; }

.wc-forward:after,.woocommerce-Button--next:after,.woocommerce-Button--previous:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.woocommerce-Button--previous:before {
  content: "\f177";
  margin-right: .54079em; }

#reviews .commentlist li p.meta .verified {
  display: inline-block;
  height: 1.41575em;
  width: 1.41575em;
  position: relative;
  text-indent: -9999px; }
  #reviews .commentlist li p.meta .verified:before {
    content: "\f058";
    color: #0f834d;
    position: absolute;
    top: 0;
    left: 0;
    width: 1.41575em;
    height: 1.41575em;
    text-indent: 0;
    text-align: center;
    line-height: 1.618em; }

/**
 * Composite Products
 */
#reviews .commentlist li p.meta .verified:before,.single-product div.product .component_selections .clear_component_options:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
.single-product div.product .component_selections .clear_component_options:before {
  content: "\f021";
  margin-right: .54079em; }

/**
 * Mix and Match
 */
.cart .mnm_table_item .mnm_table_item_indent:before,.shop_table .mnm_table_item .mnm_table_item_indent:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
  content: "\f148";
  margin-right: .38198em;
  opacity: .25; }

/**
 * Quick view
 */
.cart .mnm_table_item .mnm_table_item_indent:before,.quick-view-button:before,.shop_table .mnm_table_item .mnm_table_item_indent:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
.quick-view-button:before {
  content: "\f06e";
  margin-right: .61805em; }

/**
 * Ship multiple addresses
 */
.woocommerce-page .no_shipping_address .gift-form label:after,.woocommerce-page .ship_address .gift-form label:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f06b";
  margin-left: .54079em; }

.woocommerce-page .no_shipping_address .modify-address-button:before,.woocommerce-page .ship_address .modify-address-button:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f044";
  margin-right: .54079em; }

.woocommerce-page .addresses+.addresses header.title a:before {
  content: "\f067"; }

/**
 * Product reviews pro
 */
.woocommerce-page .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--contributions a:before,.woocommerce .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--contributions a:before {
  content: "\f005"; }

/**
 * Variation Swatches
 */
a#variations_clear:before {
  content: "\f021"; }

/**
 * Wishlists
 */
.wl-add-link:before,a#variations_clear:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: .54079em; }
.wl-add-link:before {
  content: "\f004"; }

.button.wl-create-new:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f067";
  margin-right: .54079em; }

@media (min-width: 769px) {
  body.post-type-archive-product.opal-content-layout-2cl #secondary,body.post-type-archive-product.opal-content-layout-2cr #secondary,body.tax-product_cat.opal-content-layout-2cl #secondary,body.tax-product_cat.opal-content-layout-2cr #secondary {
    flex: 0 0 300px;
    max-width: 300px; } }

@media (min-width: 769px) {
  body.post-type-archive-product.opal-content-layout-2cl #primary,body.post-type-archive-product.opal-content-layout-2cr #primary,body.tax-product_cat.opal-content-layout-2cl #primary,body.tax-product_cat.opal-content-layout-2cr #primary {
    flex: 0 0 calc(100% - 300px);
    max-width: calc(100% - 300px); } }

body.post-type-archive-product.opal-content-layout-2cl #primary .site-main,body.post-type-archive-product.opal-content-layout-2cr #primary .site-main,body.tax-product_cat.opal-content-layout-2cl #primary .site-main,body.tax-product_cat.opal-content-layout-2cr #primary .site-main {
  padding: 0; }

/**
 * My Account
 */
.woocommerce-account .entry-content>.woocommerce .u-columns {
  flex-wrap: wrap; }
  @media (max-width: 767px) {
    .woocommerce-account .entry-content>.woocommerce .u-columns [class^=u-column] {
      flex: 0 0 100%;
      max-width: 100%; } }

.woocommerce-account .entry-content>.woocommerce>form,.woocommerce-account .entry-content>.woocommerce>h2 {
  width: 51%;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 767px) {
    .woocommerce-account .entry-content>.woocommerce>form,.woocommerce-account .entry-content>.woocommerce>h2 {
      width: 100%; } }

.woocommerce-account .entry-content>.woocommerce #customer_login h2,.woocommerce-account .entry-content>.woocommerce>h2 {
  text-align: center; }

.woocommerce-account .woocommerce-MyAccount-content a {
  text-decoration: underline; }

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Price-amount {
  font-weight: 700; }

.woocommerce-account .woocommerce-message,.woocommerce-account .woocommerce-notice {
  margin-right: 10px;
  margin-left: 10px; }

.woocommerce-account .form-row {
  align-items: center; }

.woocommerce-privacy-policy-text {
  font-size: 12px;
  font-size: .8rem; }

@media (min-width: 992px) {
  form.register,form.woocommerce-form-login {
    margin-top: 50px;
    margin-bottom: 40px; } }

form.register h2,form.woocommerce-form-login h2 {
  font-weight: 600;
  margin-bottom: 28px;
  font-size: 20px;
  font-size: 1.33333rem; }

form.register .user-text,form.woocommerce-form-login .user-text {
  margin-bottom: 1em; }

form.register label,form.woocommerce-form-login label {
  margin-bottom: 5px; }

form.register button[type=submit],form.woocommerce-form-login button[type=submit] {
  width: 100%; }

form.woocommerce-form-login .woocommerce-form-login-wrap {
  background-color: #f8f8f8;
  padding: 50px 50px 60px;
  margin-bottom: 25px; }
  @media (max-width: 767px) {
    form.woocommerce-form-login .woocommerce-form-login-wrap {
      padding: 30px; } }

form.woocommerce-form-login .woocommerce-LostPassword {
  margin-bottom: 0;
  text-decoration: underline;
  text-decoration-style: dotted; }

form.woocommerce-form-login .button[type=submit] {
  margin-top: 10px; }

form.register .woocommerce-form-register-wrap {
  padding-top: 50px; }

form.register .button[type=submit] {
  background-color: #000;
  border-color: #000; }

label.inline {
  display: inline !important; }

.woocommerce-MyAccount-navigation ul {
  margin-left: 0;
  padding: 0;
  border-top: 1px solid rgba(0,0,0,.05); }
  .woocommerce-MyAccount-navigation ul li {
    list-style: none;
    border-bottom: 1px solid rgba(0,0,0,.05);
    position: relative; }
    .woocommerce-MyAccount-navigation ul li a {
      padding: .875em 0;
      display: block; }
    .woocommerce-MyAccount-navigation ul li.is-active {
      font-weight: 700; }

ul.order_details {
  list-style: none;
  position: relative;
  margin: 3.70633em 0;
  padding: 0;
  background: #ebebeb; }
  ul.order_details:after,ul.order_details:before {
    display: table; }
  ul.order_details:after {
    clear: both; }
  ul.order_details:after,ul.order_details:before {
    content: "";
    display: block;
    position: absolute;
    top: -16px;
    left: 0;
    width: 100%;
    height: 16px;
    background-size: 0 100%,16px 16px,16px 16px; }
  ul.order_details:after {
    top: auto;
    bottom: -16px;
    transform: rotate(180deg); }
  ul.order_details li {
    padding: 1em 1.618em;
    font-size: .8em;
    text-transform: uppercase;
    border-bottom: 1px solid;
    border-color: #fff; }
    ul.order_details li:first-child {
      padding-top: 1.618em; }
    ul.order_details li:last-child {
      border: 0;
      padding-bottom: 1.618em; }
    ul.order_details li strong {
      display: block;
      font-size: 1.41575em;
      text-transform: none; }

.my_account_orders .button,.woocommerce-MyAccount-downloads .button {
  padding: .61805em .875em;
  font-size: .875em;
  margin-right: .236em; }

.woocommerce-MyAccount-content h2 {
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 600; }

.woocommerce-MyAccount-content #payment .payment_methods {
  margin-bottom: 1.618em !important; }
  .woocommerce-MyAccount-content #payment .payment_methods li .payment_box {
    background-color: rgba(0,0,0,.05); }

.woocommerce-address-fields__field-wrapper .form-row {
  -ms-flex-direction: column;
  flex-direction: column; }

/**
 * My Account
 */
.woocommerce-MyAccount-content .woocommerce-Pagination {
  text-align: center; }
  .woocommerce-MyAccount-content .woocommerce-Pagination a {
    text-decoration: none; }
  .woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button.woocommerce-button--previous {
    float: left; }
  .woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button.woocommerce-button--next {
    float: right; }

.woocommerce-order-details {
  margin-bottom: 30px; }

.woocommerce-table--order-details .woocommerce-Price-amount {
  font-weight: 700; }

.woocommerce-orders-table tr:nth-child(2n) {
  background-color: #e1e1e1; }

.woocommerce-orders-table tr td:first-child {
  padding-left: 5px; }

/**
 * My Account
 */
table+.addresses {
  margin-top: 1.618em; }

.product-transition {
  position: relative;
  overflow: hidden; }
  .product-transition .group-action {
    position: absolute;
    z-index: 3;
    transition: all .3s ease-in-out;
    width: 100%; }
  .product-transition .woocommerce-loop-product__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2; }

li.product {
  box-sizing: border-box; }
  li.product .added_to_cart.wc-forward {
    display: none; }
  li.product .stock-label {
    font-size: 12px;
    font-size: .8rem;
    color: #999;
    line-height: 25px;
    font-weight: 500; }
  li.product .posted_in {
    font-size: 14px;
    font-size: .93333rem;
    line-height: 24px;
    margin-top: 6px; }
  li.product .onsale {
    font-size: 10px;
    font-size: .66667rem;
    color: #fff;
    text-transform: uppercase;
    padding: 0 5px;
    top: 15px;
    left: 2px; }
    li.product .onsale:before {
      content: "";
      position: absolute;
      z-index: -1;
      width: 97%;
      padding-top: 100%;
      top: 50%;
      left: 50%;
      transform: translate(-50%,-50%);
      border-radius: 100%;
      background-color: #c00;
      display: block; }
  li.product .time {
    position: absolute;
    top: 50%;
    text-align: center;
    width: 100%;
    transform: translateY(-50%);
    z-index: 99; }
  li.product .countdown-times {
    justify-content: center;
    display: inline-flex;
    text-transform: uppercase;
    padding: 12px;
    background-color: #fff;
    border: 2px solid #ebebeb;
    border-radius: 5px;
    flex-wrap: wrap; }
    li.product .countdown-times b {
      display: inline-block; }
    li.product .countdown-times span {
      display: none; }
    li.product .countdown-times>div {
      line-height: 1.2;
      font-size: 16px;
      font-size: 1.06667rem;
      font-weight: 400; }
      li.product .countdown-times>div:not(:last-child):after {
        content: ":";
        padding: 0 5px 2px 0;
        display: inline-block;
        line-height: 1;
        transform: translateY(-2px); }

.shop_table .product-price {
  height: auto;
  overflow: visible; }

.shop-action {
  transition: all .35s ease;
  display: flex; }
  .shop-action .add_to_cart_button,.shop-action .compare,.shop-action .yith-wcqv-button,.shop-action .yith-wcwl-add-button {
    flex: 0 1 36px; }
  .shop-action a[class*=product_type_] {
    border-radius: 50%;
    position: relative;
    font-size: 0;
    width: 36px;
    height: 36px; }
    .shop-action a[class*=product_type_]:before {
      font-size: 18px;
      font-size: 1.2rem;
      color: #999;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%,-50%); }
    .shop-action a[class*=product_type_].loading:before,.shop-action a[class*=product_type_]:hover:before {
      color: #000; }
  .shop-action .compare,.shop-action .yith-wcqv-button,.shop-action .yith-wcwl-add-to-wishlist>div>a {
    width: 36px;
    height: 36px;
    position: relative;
    white-space: nowrap;
    font-size: 0; }
    .shop-action .compare:before,.shop-action .yith-wcqv-button:before,.shop-action .yith-wcwl-add-to-wishlist>div>a:before {
      font-size: 18px;
      font-size: 1.2rem;
      color: #999;
      text-align: center;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%,-50%); }
    .shop-action .compare:hover,.shop-action .yith-wcqv-button:hover,.shop-action .yith-wcwl-add-to-wishlist>div>a:hover {
      background-color: transparent; }
      .shop-action .compare:hover:before,.shop-action .yith-wcqv-button:hover:before,.shop-action .yith-wcwl-add-to-wishlist>div>a:hover:before {
        color: #000; }
  .shop-action .compare,.shop-action .yith-wcqv-button,.shop-action .yith-wcwl-add-button {
    flex: 0 1 36px; }
  .shop-action .yith-wcwl-add-to-wishlist {
    margin-top: 0; }
    .shop-action .yith-wcwl-add-to-wishlist>div {
      position: relative; }
      .shop-action .yith-wcwl-add-to-wishlist>div>a {
        white-space: nowrap; }
      .shop-action .yith-wcwl-add-to-wishlist>div .opal-loading-wislist {
        transform: translate(-50%,-50%);
        position: absolute;
        top: 50%;
        left: 50%;
        width: 20px !important;
        height: 20px !important;
        margin-left: 0 !important; }
        .shop-action .yith-wcwl-add-to-wishlist>div .opal-loading-wislist:before {
          content: "";
          width: 20px;
          height: 20px;
          display: block;
          vertical-align: middle;
          border: 1px solid #bbb;
          border-left-color: #000;
          border-radius: 50%;
          animation: o .45s infinite linear;
          -webkit-animation: o .45s infinite linear;
          background-image: none !important;
          background-color: #fff;
          overflow: hidden; }
      .shop-action .yith-wcwl-add-to-wishlist>div img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        z-index: 1;
        opacity: 0 !important; }
      .shop-action .yith-wcwl-add-to-wishlist>div.yith-wcwl-wishlistaddedbrowse>a:before,.shop-action .yith-wcwl-add-to-wishlist>div.yith-wcwl-wishlistexistsbrowse a:before {
        color: #ff4a5d; }
  .shop-action .yith-wcwl-add-button {
    position: relative; }
    .shop-action .yith-wcwl-add-button img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%,-50%); }

.product-block {
  position: relative; }

li.product>a {
  display: block; }

li.product:hover .product-img-wrap .inner {
  transition: transform 1s cubic-bezier(.19,1,.22,1) 0s; }

li.product:hover .product-img-wrap.bottom-to-top .inner {
  transform: translate3d(0,-100%,0); }

li.product:hover .product-img-wrap.top-to-bottom .inner {
  transform: translate3d(0,100%,0); }

li.product:hover .product-img-wrap.left-to-right .inner {
  transform: translate3d(100%,0,0); }

li.product:hover .product-img-wrap.right-to-left .inner {
  transform: translate3d(-100%,0,0); }

li.product:hover .product-img-wrap.swap .product-image {
  opacity: 0; }
  li.product:hover .product-img-wrap.swap .product-image img {
    transform: rotateY(180deg); }

li.product:hover .product-img-wrap.swap .product-image.second-image {
  opacity: 1; }
  li.product:hover .product-img-wrap.swap .product-image.second-image img {
    transform: rotateY(0deg); }

li.product:hover .product-img-wrap.fade .product-image {
  opacity: 0; }

li.product:hover .product-img-wrap.fade .product-image.second-image {
  opacity: 1; }

li.product:hover .product-img-wrap.zoom-in .product-image.second-image {
  transform: scale(1); }

li.product:hover .product-img-wrap.zoom-out .product-image {
  transform: scale(0); }

li.product:hover .product-img-wrap.zoom-out .product-image.second-image {
  transform: scale(1); }

.product-img-wrap {
  overflow: hidden;
  position: relative; }
  .product-img-wrap .inner {
    width: 100%;
    height: 100%;
    animation-fill-mode: both;
    transition: all 1s cubic-bezier(.19,1,.22,1) 0s; }
  .product-img-wrap .product-image {
    opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    transition: opacity 1.5s cubic-bezier(.19,1,.22,1) 0ms; }
    .product-img-wrap .product-image.second-image {
      position: absolute;
      width: 100%;
      height: 100%; }
  .product-img-wrap.top-to-bottom .product-image {
    bottom: 100%; }
  .product-img-wrap.left-to-right .product-image {
    top: 0;
    right: 100%; }
  .product-img-wrap.right-to-left .product-image {
    top: 0;
    left: 100%; }
  .product-img-wrap.swap .product-image {
    top: 0;
    left: 0;
    transition: all .7s ease; }
    .product-img-wrap.swap .product-image img {
      transition: all .7s ease;
      transform: rotateY(0deg); }
  .product-img-wrap.swap .product-image.second-image {
    z-index: 2;
    opacity: 0; }
    .product-img-wrap.swap .product-image.second-image img {
      transform: rotateY(-180deg); }
  .product-img-wrap.fade .product-image {
    top: 0;
    left: 0;
    transition: all .5s ease; }
  .product-img-wrap.fade .product-image.second-image {
    opacity: 0;
    z-index: 2; }
  .product-img-wrap.zoom-in .product-image {
    top: 0;
    left: 0;
    transition: all .5s ease; }
  .product-img-wrap.zoom-in .product-image.second-image {
    transform: scale(0);
    z-index: 2; }
  .product-img-wrap.zoom-out .product-image {
    top: 0;
    left: 0;
    transition: all .5s ease; }
  .product-img-wrap.zoom-out .product-image.second-image {
    z-index: -1; }

.otf-product-list .product-img-wrap:hover .inner {
  transition: transform 1s cubic-bezier(.19,1,.22,1) 0s; }

.otf-product-list .product-img-wrap:hover.bottom-to-top .inner {
  transform: translate3d(0,-100%,0); }

.otf-product-list .product-img-wrap:hover.top-to-bottom .inner {
  transform: translate3d(0,100%,0); }

.otf-product-list .product-img-wrap:hover.left-to-right .inner {
  transform: translate3d(100%,0,0); }

.otf-product-list .product-img-wrap:hover.right-to-left .inner {
  transform: translate3d(-100%,0,0); }

.otf-product-list .product-img-wrap:hover.swap .product-image {
  opacity: 0; }
  .otf-product-list .product-img-wrap:hover.swap .product-image img {
    transform: rotateY(180deg); }

.otf-product-list .product-img-wrap:hover.swap .product-image.second-image {
  opacity: 1; }
  .otf-product-list .product-img-wrap:hover.swap .product-image.second-image img {
    transform: rotateY(0deg); }

.otf-product-list .product-img-wrap:hover.fade .product-image {
  opacity: 0; }

.otf-product-list .product-img-wrap:hover.fade .product-image.second-image {
  opacity: 1; }

.otf-product-list .product-img-wrap:hover.zoom-in .product-image.second-image {
  transform: scale(1); }

.otf-product-list .product-img-wrap:hover.zoom-out .product-image {
  transform: scale(0); }

.otf-product-list .product-img-wrap:hover.zoom-out .product-image.second-image {
  transform: scale(1); }

ul.products li.product.osf-product-list .price,ul.products li.product.osf-product-list .woocommerce-loop-product__title {
  padding-top: .5rem;
  padding-bottom: .5rem; }

ul.products li.product.osf-product-list .price del {
  color: #e3e3e3; }

li.product.osf-product-list {
  margin-bottom: 15px !important; }
  li.product.osf-product-list:after {
    content: "";
    width: 100%;
    border-bottom: 1px solid #ebebeb;
    display: block;
    padding-top: 15px; }
  li.product.osf-product-list:last-child:after {
    display: none; }
  @media (min-width: 992px) {
    li.product.osf-product-list .product-block>.product-image,li.product.osf-product-list .product-img-wrap {
      max-width: 300px;
      float: left; } }
  li.product.osf-product-list .caption {
    text-align: left;
    width: 100%; }
    @media (min-width: 992px) {
      li.product.osf-product-list .caption {
        width: calc(100% - 300px);
        padding-left: 30px;
        float: right; } }
  li.product.osf-product-list .star-rating {
    margin-left: 0; }
  li.product.osf-product-list .yith-wcqv-button {
    height: auto; }
  li.product.osf-product-list .compare,li.product.osf-product-list .yith-wcwl-add-to-wishlist>div>a {
    height: 100%; }
  li.product.osf-product-list .shop-action {
    display: flex; }
    li.product.osf-product-list .shop-action>* {
      margin-right: 10px; }
      .elementor-widget-wp-widget-recent-posts li.product.osf-product-list .shop-action>ul,.widget_recent_entries li.product.osf-product-list .shop-action>ul,li.product.osf-product-list .elementor-widget-wp-widget-recent-posts .shop-action>ul,li.product.osf-product-list .shop-action>.clear,li.product.osf-product-list .widget_recent_entries .shop-action>ul {
        margin: 0; }
    li.product.osf-product-list .shop-action a[class*=product_type_] {
      flex: unset; }
  li.product.osf-product-list .price,li.product.osf-product-list .woocommerce-loop-product__title {
    font-size: 24px;
    font-size: 1.6rem;
    font-weight: 600; }
    li.product.osf-product-list .price del {
      font-weight: 300;
      font-size: 20px;
      font-size: 1.33333rem; }
  li.product.osf-product-list .star-rating {
    margin-bottom: .5rem; }
  li.product.osf-product-list .excerpt {
    margin-top: 1rem;
    font-size: .875em;
    margin-bottom: 1.5rem; }
    li.product.osf-product-list .excerpt ul {
      padding-left: 20px; }

/**
 * Products
 */
ul.products {
  clear: both;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0; }
  ul.products li.product {
    list-style: none;
    position: relative;
    margin-bottom: 1.5rem; }
    ul.products li.product .woocommerce-LoopProduct-link {
      display: block; }
    ul.products li.product .price {
      font-size: 18px;
      font-size: 1.2rem;
      font-weight: 400;
      line-height: 1; }
      ul.products li.product .price ins {
        background-color: transparent;
        margin: 0;
        margin-left: 10px; }
      ul.products li.product .price del {
        font-size: .75em;
        color: #b4bbc2; }
    ul.products li.product .woocommerce-loop-product__title,ul.products li.product h2,ul.products li.product h3 {
      margin: 0;
      padding: 0 0 10px; }
    ul.products li.product img {
      display: block;
      margin: 0 auto;
      width: 100%; }
    ul.products li.product.product-category .woocommerce-loop-category__title,ul.products li.product.product-category h2,ul.products li.product.product-category h3 {
      font-size: 1.1em; }
    ul.products li.product.product-category img {
      margin-bottom: 1.618em; }
    ul.products li.product ins {
      background: transparent; }
    ul.products li.product .posfed_in {
      display: block; }
      ul.products li.product .posfed_in a {
        color: #e0e2e6; }
    ul.products li.product a[class*=product_type_].loading {
      color: transparent; }
      ul.products li.product a[class*=product_type_].loading:after {
        color: #fff; }
  @media (min-width: 768px) {
    ul.products+.woocommerce-result-count {
      margin-top: 40px;
      text-align: right; } }
  @media (max-width: 767px) {
    ul.products+.woocommerce-result-count {
      margin-bottom: 0; } }
  ul.products+.woocommerce-result-count+.woocommerce-pagination {
    margin-top: 0; }
    @media (min-width: 768px) {
      ul.products+.woocommerce-result-count+.woocommerce-pagination {
        margin-top: -5em; } }

li.product .star-rating {
  font-size: 11px;
  font-size: .73333rem; }

[class^=columns-] {
  width: 100%; }

.woocommerce.columns-mobile-6 [class*=col-md] #customer_details ul.products>li,.woocommerce.columns-mobile-6 ul.products [class*=col-md] #customer_details li.product,[class*=col-md] #customer_details .col-1,[class*=col-md] #customer_details .col-2,[class*=col-md] #customer_details .woocommerce.columns-mobile-6 ul.products>li,[class*=col-md] #customer_details .woocommerce.columns-mobile-6 ul.products li.product,[class*=col-md] #customer_details [data-elementor-columns-mobile="6"] .column-item,[data-elementor-columns-mobile="6"] [class*=col-md] #customer_details .column-item {
  padding: 0; }

.archive.osf_woocommerce_archive_product_style_full #content {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1820px; }

.columns-5 ul.products>li,.columns-5 ul.products li.product {
  flex: 0 0 20%;
  max-width: 20%; }
  @media (max-width: 991px) {
    .columns-5 ul.products>li,.columns-5 ul.products li.product {
      flex: 0 0 33.33333%;
      max-width: 33.33333%; } }
  @media (max-width: 767px) {
    .columns-5 ul.products>li,.columns-5 ul.products li.product {
      flex: 0 0 50%;
      max-width: 50%; } }
  @media (max-width: 575px) {
    .columns-5 ul.products>li,.columns-5 ul.products li.product {
      flex: 0 0 100%;
      max-width: 100%; } }

@media (min-width: 992px) {
  .woocommerce.columns-5 ul.products>li,.woocommerce.columns-5 ul.products li.product {
    flex: 0 0 20%;
    max-width: 20%; } }

@media (min-width: 768px) {
  .woocommerce.columns-tablet-5 ul.products>li,.woocommerce.columns-tablet-5 ul.products li.product {
    flex: 0 0 20%;
    max-width: 20%; } }

@media (min-width: 576px) {
  .woocommerce.columns-mobile-5 ul.products>li,.woocommerce.columns-mobile-5 ul.products li.product {
    flex: 0 0 20%;
    max-width: 20%; } }

.woocommerce .woocommerce-carousel ul.products {
  margin-left: 0;
  margin-right: 0; }
  .woocommerce .woocommerce-carousel ul.products li.product {
    flex: 0 0 100%;
    max-width: 100%; }

.woocommerce-product-carousel {
  width: 100%;
  position: relative; }
  .woocommerce-product-carousel ul.products {
    margin-left: 0;
    margin-right: 0; }

.osf-sorting-wrapper {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 30px; }

.osf-sorting {
  flex-wrap: wrap;
  padding-top: 0;
  padding-bottom: 14px; }
  .osf-sorting,.osf-sorting .osf-sorting-group {
  align-items: center;
  display: flex; }
    .osf-sorting .osf-sorting-group+.osf-sorting-group .woocommerce-result-count {
      margin-left: auto; }
      @media (min-width: 768px) {
        .osf-sorting .osf-sorting-group+.osf-sorting-group .woocommerce-result-count+.woocommerce-ordering {
          margin-left: 30px; } }
      @media (max-width: 991px) {
        .osf-sorting .osf-sorting-group+.osf-sorting-group .woocommerce-result-count {
          display: none; } }
  .osf-sorting .woocommerce-result-count {
    margin: 0; }
    @media (max-width: 768px) {
      .osf-sorting .woocommerce-result-count {
        padding-top: .5em;
        margin: auto;
        padding-bottom: .5em; } }
  @media (max-width: 768px) {
    .osf-sorting .filter-toggle {
      margin: auto; } }
  .osf-sorting .woocommerce-ordering {
    display: inline-block; }
    @media (max-width: 991px) {
      .osf-sorting .woocommerce-ordering {
        margin-left: auto;
        margin-right: auto; } }
    .osf-sorting .woocommerce-ordering select {
      padding-left: .5rem;
      padding-right: .5rem;
      height: 2.5em;
      border-color: #ebebeb;
      font-size: inherit;
      border-radius: 5px; }
    .osf-sorting .woocommerce-ordering .select-selected {
      font-size: 14px;
      font-size: .93333rem; }
      .osf-sorting .woocommerce-ordering .select-selected:after {
        vertical-align: baseline; }
  .osf-sorting .display-mode {
    display: inline-block;
    text-align: right;
    float: right;
    margin-left: .5rem;
    min-width: 74px; }
    @media (max-width: 768px) {
      .osf-sorting .display-mode {
        margin-right: auto; } }
    .osf-sorting .display-mode button {
      background-color: #fff;
      color: #b6babe;
      padding: 0 .5rem;
      border: 1px solid #ebebeb;
      border-radius: 0;
      line-height: 1;
      font-size: inherit;
      height: 2.5em;
      width: 2.5em;
      -webkit-appearance: none; }
      .osf-sorting .display-mode button+button {
        margin-left: -1px; }
      .osf-sorting .display-mode button.active,.osf-sorting .display-mode button:hover {
        background-color: #fff;
        border-color: #ebebeb;
        -webkit-appearance: none;
        box-shadow: none;
        line-height: 1;
        font-size: inherit; }

.columns-5 .woocommerce-loop-product__title,.columns-6 .woocommerce-loop-product__title,.opal-content-layout-2cl .columns-3 .woocommerce-loop-product__title,.opal-content-layout-2cl .columns-4 .woocommerce-loop-product__title,.opal-content-layout-2cl .columns-5 .woocommerce-loop-product__title,.opal-content-layout-2cl .columns-6 .woocommerce-loop-product__title,.opal-content-layout-2cr .columns-3 .woocommerce-loop-product__title,.opal-content-layout-2cr .columns-4 .woocommerce-loop-product__title,.opal-content-layout-2cr .columns-5 .woocommerce-loop-product__title,.opal-content-layout-2cr .columns-6 .woocommerce-loop-product__title {
  font-size: 15px;
  font-size: 1rem; }

@media (max-width: 991px) {
  .opal-content-layout-2cl .osf-sorting .woocommerce-result-count,.opal-content-layout-2cr .osf-sorting .woocommerce-result-count {
    margin: auto;
    padding-bottom: .5em; } }

@media (max-width: 991px) {
  .opal-content-layout-2cl .osf-sorting .display-mode,.opal-content-layout-2cr .osf-sorting .display-mode {
    margin-right: auto; } }

/*the container must be positioned relative:*/
.woocommerce-ordering {
  position: relative; }

.woocommerce-ordering select {
  display: none;
  /*hide original SELECT element:*/ }
  .opal-default-content-layout .woocommerce-ordering select {
    display: inline-block; }

.select-selected {
  background-color: #fff; }

/*style the arrow inside the select element:*/
.select-selected:after {
  content: "\f107";
  font: normal normal normal 16px/1 FontAwesome;
  color: #222;
  margin-left: 5.5rem;
  vertical-align: middle; }

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  content: "\f106"; }

/*style the items (options), including the selected item:*/
.select-selected {
  padding: 5px 25px;
  border: 1px solid #ebebeb;
  cursor: pointer;
  border-radius: 4px; }

.select-items div {
  padding: 3px 15px;
  border: 0;
  cursor: pointer;
  font-size: 14px;
  font-size: .93333rem; }
  .select-items div:hover {
    background-color: #f7f8fa; }

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 999;
  padding: 10px 0;
  margin-top: -1px;
  border: 1px solid #ebebeb; }

/*hide the items when the select box is closed:*/
.select-hide {
  display: none; }

.same-as-selected {
  background-color: #f7f8fa; }

/**
 * QUICK VIEW
 */
#yith-quick-view-modal {
  /* Let's get this party started */
  /* Track */
  /* Handle */ }
  #yith-quick-view-modal.open .yith-wcqv-main {
    box-shadow: none; }
    @media (min-width: 992px) {
      #yith-quick-view-modal.open .yith-wcqv-main {
        overflow-y: hidden !important; } }
  #yith-quick-view-modal .yith-wcqv-main {
    box-shadow: none; }
  #yith-quick-view-modal #yith-quick-view-content .product {
    height: 100%;
    padding: 0; }
  #yith-quick-view-modal #yith-quick-view-content .product div.product {
    display: block; }
  #yith-quick-view-modal #yith-quick-view-content div.images {
    width: 50%;
    height: 100%;
    margin: 0;
    padding: 0;
    position: relative; }
    #yith-quick-view-modal #yith-quick-view-content div.images img {
      display: block;
      width: 100%; }
    @media (max-width: 991px) {
      #yith-quick-view-modal #yith-quick-view-content div.images {
        max-width: 100%;
        width: 100%;
        height: auto; }
        #yith-quick-view-modal #yith-quick-view-content div.images img.zoomImg {
          display: none !important; } }
  #yith-quick-view-modal #yith-quick-view-content div.summary {
    width: 50%;
    padding: 30px;
    height: 100%;
    overflow-y: scroll; }
    @media (max-width: 991px) {
      #yith-quick-view-modal #yith-quick-view-content div.summary {
        max-width: 100%;
        width: 100%;
        height: auto;
        overflow: hidden;
        padding: 20px 15px; } }
  #yith-quick-view-modal #yith-quick-view-close {
    color: #000;
    border: 0;
    font-weight: 500;
    opacity: 1;
    font-size: 15px;
    line-height: 28px;
    width: 28px;
    height: 28px;
    top: 10px;
    right: auto;
    z-index: 9999;
    left: 25px;
    background: #fff; }
  #yith-quick-view-modal ::-webkit-scrollbar {
    width: 5px; }
  #yith-quick-view-modal ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    border-radius: 10px; }
  #yith-quick-view-modal ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #9bc03b;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.5); }
  #yith-quick-view-modal ::-webkit-scrollbar-thumb:window-inactive {
    background-color: #9bc03b; }

#yith-quick-view-content.single-product div.product {
  margin: 0; }
  #yith-quick-view-content.single-product div.product .summary-content h1.product_title {
    padding-top: 0;
    margin: 0;
    font-size: 1.7rem; }
  #yith-quick-view-content.single-product div.product .summary .price {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 1.4rem; }
  #yith-quick-view-content.single-product div.product .woocommerce-product-rating {
    margin: 10px 0; }

#yith-quick-view-content .out-of-stock {
  position: static; }

#yith-quick-view-content .onsale {
  left: 15px;
  top: 15px; }

#yith-quick-view-content div.images {
  margin-top: 15px;
  margin-bottom: 0; }

/**
 * Reviews
 */
#reviews {
  outline: none; }
  #reviews #comments {
    margin-top: 0;
    padding-top: 0; }
  #reviews .comment-reply-title {
    display: none; }
  #reviews .commentlist {
    list-style: none;
    margin-left: 0;
    padding-left: 0 !important; }
    #reviews .commentlist li {
      margin-bottom: 2.61792em;
      list-style: none;
      clear: both; }
      #reviews .commentlist li:after,#reviews .commentlist li:before {
        content: "";
        display: table; }
      #reviews .commentlist li:after {
        clear: both; }
      #reviews .commentlist li .comment_container {
        border-radius: 3px;
        background: transparent; }
        #reviews .commentlist li .comment_container:after,#reviews .commentlist li .comment_container:before {
          content: "";
          display: table; }
        #reviews .commentlist li .comment_container:after {
          clear: both; }
        #reviews .commentlist li .comment_container .comment-text .star-rating {
          font-size: .875em;
          line-height: 1;
          height: 1em;
          margin-bottom: 20px; }
      #reviews .commentlist li:last-child {
        border-bottom: 0;
        margin-bottom: 0; }
      #reviews .commentlist li time {
        opacity: .5;
        font-size: .875em; }
      #reviews .commentlist li .comment-text {
        display: flex;
        flex-direction: column; }
        #reviews .commentlist li .comment-text .star-rating {
          margin-bottom: 1.5rem; }
        #reviews .commentlist li .comment-text .meta {
          order: -1; }
          #reviews .commentlist li .comment-text .meta * {
            margin-right: 1rem;
            font-size: 12px;
            font-size: .8rem;
            color: #222;
            line-height: 24px; }
          #reviews .commentlist li .comment-text .meta strong {
            font-size: 18px;
            font-size: 1.2rem;
            display: block; }
      #reviews .commentlist li .avatar {
        display: none;
        border-radius: 50%;
        height: auto;
        left: 0; }
        .opal-comment-1 #reviews .commentlist li .avatar,.opal-comment-3 #reviews .commentlist li .avatar,.opal-comment-6 #reviews .commentlist li .avatar {
          left: 0; }
      #reviews .commentlist li p.meta {
        margin-bottom: .625em; }
        #reviews .commentlist li p.meta strong {
          line-height: 1;
          margin-bottom: 3px; }
        #reviews .commentlist li p.meta time {
          display: block; }
        #reviews .commentlist li p.meta .verified {
          font-style: normal;
          font-size: .875em; }
        #reviews .commentlist li p.meta .woocommerce-review__dash {
          display: none; }
      #reviews .commentlist li ul.children {
        margin: 0;
        padding-top: 1.618em; }
        #reviews .commentlist li ul.children li {
          margin-bottom: 1.618em; }
          #reviews .commentlist li ul.children li:last-child {
            margin-bottom: 0; }
  #reviews .comment-form-rating {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%; }
    #reviews .comment-form-rating label {
      display: block;
      font-weight: 600;
      margin-bottom: 10px; }
    #reviews .comment-form-rating .stars,#reviews .comment-form-rating label {
      font-size: 18px;
      font-size: 1.2rem; }
  #reviews .comment-form-author,#reviews .comment-form-email {
    width: 100%; }
  #reviews .comment-form-email {
    margin-right: 0; }

#osf-accordion-container table.shop_attributes,.woocommerce-Tabs-panel table.shop_attributes {
  border: 1px solid #e7e7e7; }
  #osf-accordion-container table.shop_attributes td,#osf-accordion-container table.shop_attributes th,.woocommerce-Tabs-panel table.shop_attributes td,.woocommerce-Tabs-panel table.shop_attributes th {
    border: 1px solid #e7e7e7;
    padding: 10px 20px; }
    #osf-accordion-container table.shop_attributes td p,#osf-accordion-container table.shop_attributes th p,.woocommerce-Tabs-panel table.shop_attributes td p,.woocommerce-Tabs-panel table.shop_attributes th p {
      margin-bottom: 0; }

/**
 * Single Product
 */
.site-main>.product>.onsale {
  position: absolute;
  z-index: 10;
  border: 1px solid #ebebeb; }

.single-product .pswp__button {
  background-color: transparent; }

.single-product div.product {
  position: relative;
  padding-bottom: 50px; }
  .single-product div.product .entry-summary .compare,.single-product div.product .entry-summary .yith-wcwl-add-to-wishlist>div>a {
    width: 55px;
    height: 55px;
    position: relative;
    white-space: nowrap;
    text-indent: -999em;
    font-size: 0;
    display: block;
    border: 2px solid #ebebeb;
    border-radius: 4px; }
    .single-product div.product .entry-summary .compare:before,.single-product div.product .entry-summary .yith-wcwl-add-to-wishlist>div>a:before {
      color: #999;
      text-align: center;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%,-50%);
      text-indent: 0;
      font-size: 19px;
      font-size: 1.26667rem; }
  .single-product div.product .entry-summary .yith-wcwl-add-to-wishlist {
    margin-top: 0;
    display: none; }
    .elementor-widget-wp-widget-recent-posts .single-product div.product .entry-summary .yith-wcwl-add-to-wishlist+ul,.single-product div.product .entry-summary .elementor-widget-wp-widget-recent-posts .yith-wcwl-add-to-wishlist+ul,.single-product div.product .entry-summary .widget_recent_entries .yith-wcwl-add-to-wishlist+ul,.single-product div.product .entry-summary .yith-wcwl-add-to-wishlist+.clear,.widget_recent_entries .single-product div.product .entry-summary .yith-wcwl-add-to-wishlist+ul {
      display: none; }
    .single-product div.product .entry-summary .yith-wcwl-add-to-wishlist>div {
      position: relative;
      height: 100%; }
      .single-product div.product .entry-summary .yith-wcwl-add-to-wishlist>div>a {
        white-space: nowrap; }
        .single-product div.product .entry-summary .yith-wcwl-add-to-wishlist>div>a:hover:before {
          color: #000; }
      .single-product div.product .entry-summary .yith-wcwl-add-to-wishlist>div img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%); }
      .single-product div.product .entry-summary .yith-wcwl-add-to-wishlist>div.yith-wcwl-wishlistaddedbrowse>a:before,.single-product div.product .entry-summary .yith-wcwl-add-to-wishlist>div.yith-wcwl-wishlistexistsbrowse>a:before {
        color: #ff4a5d; }
  .single-product div.product .entry-summary .yith-wcwl-add-button {
    position: relative; }
    .single-product div.product .entry-summary .yith-wcwl-add-button img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%,-50%); }
  .single-product div.product .entry-summary .compare {
    display: none; }
    .single-product div.product .entry-summary .compare:hover {
      border-color: #000;
      background: #000; }
      .single-product div.product .entry-summary .compare:hover:before {
        color: #fff; }
  .single-product div.product .images {
    display: flex;
    justify-content: space-between; }
    .single-product div.product .images figure {
      margin: 0; }
  .single-product div.product .product_title {
    font-size: 30px;
    font-size: 2rem;
    padding-top: 0;
    margin-bottom: 20px; }
  .single-product div.product .images,.single-product div.product .summary,.single-product div.product .woocommerce-product-gallery {
    margin-bottom: 2.29068em;
    margin-top: 0; }
  .single-product div.product .woocommerce-product-gallery {
    position: relative;
    margin-bottom: 3.70633em; }
    .single-product div.product .woocommerce-product-gallery .zoomImg {
      background-color: #fff; }
    .single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
      position: absolute;
      top: 10px;
      right: 25px;
      display: block;
      height: 1.75em;
      width: 1.75em;
      z-index: 90;
      text-align: center;
      background-color: #fff;
      color: #666; }
    .single-product div.product .woocommerce-product-gallery img {
      margin: 0; }
    .single-product div.product .woocommerce-product-gallery .flex-viewport {
      flex: 0 0 calc(100% - 90px); }
    .single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
      padding: 0;
      margin: -5px;
      order: -1;
      flex: 0 0 90px; }
      .single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
        padding-left: 0;
        list-style: none;
        cursor: pointer;
        padding: 5px; }
        .single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
          transition: all,ease,.2s;
          width: 100%;
          display: block;
          border: 1px solid #ebebeb; }
          .single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
            filter: brightness(50%);
            border-color: #ebebeb; }
        .single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover:before {
          content: ""; }
        .single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
          filter: brightness(50%);
          border-color: #ebebeb; }
    .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
      flex: 0 0 50%;
      max-width: 50%; }
    .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }
    .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
      flex: 0 0 20%;
      max-width: 20%; }
    .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-6 .flex-control-thumbs li {
      flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .single-product div.product .images {
    margin-bottom: 2em; }
    .single-product div.product .images .woocommerce-main-image {
      margin-bottom: 1.618em;
      display: block; }
    .single-product div.product .images .thumbnails:after,.single-product div.product .images .thumbnails:before {
      content: "";
      display: table; }
    .single-product div.product .images .thumbnails:after {
      clear: both; }
    .single-product div.product .images .thumbnails a.zoom {
      display: block;
      width: 22.05%;
      margin-right: 3.8%;
      float: left;
      margin-bottom: 1em; }
      .single-product div.product .images .thumbnails a.zoom.last {
        margin-right: 0; }
      .single-product div.product .images .thumbnails a.zoom.first {
        clear: both; }
  .single-product div.product form.cart:after,.single-product div.product form.cart:before {
    content: "";
    display: table; }
  .single-product div.product form.cart:after {
    clear: both; }
  .single-product div.product form.cart .single_variation_wrap {
    width: 100%; }
  .single-product div.product form.cart.variations_form {
    flex-direction: column; }
  .single-product div.product form.cart.grouped_form {
    flex-wrap: wrap; }
  .single-product div.product form.cart .yith-wcwl-add-to-wishlist {
    display: block; }
  .single-product div.product form.cart .compare-button,.single-product div.product form.cart .yith-wcwl-add-to-wishlist {
    padding-bottom: 0;
    margin: 5px 10px 5px 0; }
  .single-product div.product form.cart .quantity {
    position: relative;
    font-size: 16px;
    font-size: 1.06667rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-right: 10px;
    width: 160px;
    height: 55px;
    border: 2px solid #ebebeb;
    border-radius: 4px;
    justify-content: center; }
    .single-product div.product form.cart .quantity input[type=button] {
      padding: 0;
      background-color: transparent;
      color: #000;
      width: 33%;
      height: 100%; }
    .single-product div.product form.cart .quantity input {
      border: 0; }
      .single-product div.product form.cart .quantity input[type=number] {
        margin-top: 0;
        padding: .5rem 0;
        width: 33%;
        height: 100%;
        background-color: transparent;
        font-size: 14px;
        font-size: .93333rem; }
  .single-product div.product .summary .price {
    font-size: 30px;
    font-size: 2rem;
    line-height: 1;
    margin-bottom: 15px;
    font-weight: 500; }
    .single-product div.product .summary .price ins {
      background-color: transparent;
      float: left;
      margin-left: 0;
      margin-right: .327em; }
    .single-product div.product .summary .price del {
      font-size: .75em; }
  .single-product div.product table.variations {
    font-size: 16px;
    font-size: 1.06667rem;
    position: relative;
    padding-bottom: 30px;
    margin: 0; }
    .single-product div.product table.variations tr {
      display: block;
      border: none; }
    .single-product div.product table.variations td,.single-product div.product table.variations th {
      padding: 0;
      list-style: none;
      background-color: transparent;
      vertical-align: middle; }
    .single-product div.product table.variations select {
      height: 40px;
      width: 100%;
      border: none;
      font-size: 16px;
      font-size: 1.06667rem;
      background: transparent; }
    .single-product div.product table.variations label {
      margin-bottom: 0;
      font-size: 12px;
      font-size: .8rem;
      text-transform: uppercase;
      color: #777;
      white-space: nowrap;
      line-height: 40px;
      min-width: 110px;
      font-weight: 400; }
    .single-product div.product table.variations .value select {
      padding: 0 10px;
      margin: 10px 0; }
  .single-product div.product .single_variation .price {
    margin-bottom: 1em;
    display: block; }
  .single-product div.product .variations_button {
    display: flex; }
    .single-product div.product .variations_button:after,.single-product div.product .variations_button:before {
      content: "";
      display: table; }
    .single-product div.product .variations_button:after {
      clear: both; }
  .single-product div.product .woocommerce-variation-price {
    margin-top: 15px; }
  .single-product div.product .woocommerce-product-rating {
    display: flex;
    margin-top: -10px;
    margin-bottom: 10px; }
    .single-product div.product .woocommerce-product-rating:after,.single-product div.product .woocommerce-product-rating:before {
      content: "";
      display: table; }
    .single-product div.product .woocommerce-product-rating:after {
      clear: both; }
    .single-product div.product .woocommerce-product-rating a {
      font-size: 14px;
      font-size: .93333rem;
      color: #666;
      padding-top: 3px; }
    .single-product div.product .woocommerce-product-rating .star-rating {
      margin-right: .61805em; }
  .single-product div.product .product_meta {
    line-height: 1.6; }
    .single-product div.product .product_meta .posted_in,.single-product div.product .product_meta .sku_wrapper,.single-product div.product .product_meta .tagged_as {
      display: block;
      color: #000;
      text-transform: uppercase;
      font-size: 12px;
      font-size: .8rem;
      line-height: 2; }
      .single-product div.product .product_meta .posted_in:last-child,.single-product div.product .product_meta .sku_wrapper:last-child,.single-product div.product .product_meta .tagged_as:last-child {
        border-bottom: 0; }
      .single-product div.product .product_meta .posted_in a,.single-product div.product .product_meta .posted_in span,.single-product div.product .product_meta .sku_wrapper a,.single-product div.product .product_meta .sku_wrapper span,.single-product div.product .product_meta .tagged_as a,.single-product div.product .product_meta .tagged_as span {
        color: #999; }
  .single-product div.product .woocommerce-tabs .panel .shop_attributes p {
    margin-bottom: 0; }
  .single-product div.product.compare-button {
    margin-right: 0;
    margin-left: 0;
    padding-bottom: 0; }
  .single-product div.product .pbr-social-share {
    margin-top: 0;
    text-align: left;
    padding: 0;
    border: none;
    line-height: 2;
    font-size: 12px;
    font-size: .8rem; }
    .single-product div.product .pbr-social-share:before {
      display: none; }
    .single-product div.product .pbr-social-share .social-share-header {
      color: #222;
      text-transform: uppercase;
      font-size: 12px;
      font-size: .8rem;
      font-weight: 400; }
    .single-product div.product .pbr-social-share a {
      color: #999;
      text-transform: uppercase;
      font-size: 12px;
      font-size: .8rem; }
  .single-product div.product form.variations_form>div {
    background-color: transparent !important; }

.single-product[class*=opal-comment-form] .comment-form .comment-form-author,.single-product[class*=opal-comment-form] .comment-form .comment-form-email,.single-product[class*=opal-comment-form] .comment-form .comment-notes {
  order: unset; }

.single-product[class*=opal-comment-form] .comment-form .form-submit {
  margin-top: 20px; }
  .single-product[class*=opal-comment-form] .comment-form .form-submit .submit {
    min-width: 260px; }

.single-product[class*=product-style] .stock.out-of-stock {
  position: static;
  background-color: transparent;
  padding-left: 0;
  padding-right: 0; }

.single-product .product-navigator #older-nav:after {
  content: url(assets/images/left-arrow.png); }

.single-product .product-navigator #newer-nav:before {
  content: url(assets/images/right-arrow.png); }

@media (max-width: 767px) {
  .single-product .product-navigator #newer-nav .outter-title {
    float: right; } }

@media (min-width: 768px) {
  .single-product .product-navigator .entry-title {
    max-width: 100px; } }

.single-product[class*=opal-comment-form] .comment-form .form-submit .submit {
  background: #000;
  border-color: #000; }

.single-product .single_add_to_cart_button,.single-product .single_add_to_cart_button.disabled[type=submit] {
  padding: 1em 3em;
  text-transform: uppercase;
  font-size: 14px;
  font-size: .93333rem;
  font-weight: 600;
  height: 55px;
  margin-right: 10px; }
  .single-product .single_add_to_cart_button.disabled[type=submit]:hover,.single-product .single_add_to_cart_button:hover {
    font-size: 14px;
    font-size: .93333rem; }
  @media (max-width: 767px) {
    .single-product .single_add_to_cart_button,.single-product .single_add_to_cart_button.disabled[type=submit] {
      padding: 1em;
      min-width: 150px; } }

.single-product .woocommerce-product-details__short-description {
  margin-top: 10px;
  padding-top: 20px;
  border-top: 1px solid #ebebeb; }
  .single-product .woocommerce-product-details__short-description ul {
    padding-left: 1.5em; }

.single-product table.variations {
  margin-bottom: 1em; }

.single-product table.group_table {
  width: 100%;
  border-bottom: 1px solid #ebebeb;
  padding-top: 30px; }
  .single-product table.group_table tr:last-child {
    border-bottom: 0; }
    .single-product table.group_table tr:last-child .woocommerce-grouped-product-image {
      border-bottom: 0;
      padding-bottom: 23px; }
  .single-product table.group_table tr:first-child .woocommerce-grouped-product-image {
    padding-top: 30px;
    width: 80px; }
  .single-product table.group_table .woocommerce-grouped-product-image {
    border-bottom: 1px solid #fff; }
    .single-product table.group_table .woocommerce-grouped-product-image img {
      width: 70px; }
  .single-product table.group_table .woocommerce-grouped-product-list-item__label label {
    margin-bottom: 0; }
  .single-product table.group_table .woocommerce-grouped-product-list-item__price {
    text-align: right;
    font-weight: 500; }
    .single-product table.group_table .woocommerce-grouped-product-list-item__price .amount {
      color: #222; }
    .single-product table.group_table .woocommerce-grouped-product-list-item__price ins {
      background: transparent;
      color: #222; }
    .single-product table.group_table .woocommerce-grouped-product-list-item__price p {
      margin-bottom: 0; }
  .single-product table.group_table .quantity {
    margin-right: 0 !important;
    margin-left: auto; }
  .single-product table.group_table .woocommerce-grouped-product-list-item__quantity {
    text-align: right; }

.single-product .tawcvs-swatches {
  display: inline-block;
  padding: 0; }
  .single-product .tawcvs-swatches .swatch {
    line-height: 35px;
    margin-right: 10px;
    margin-top: 10px;
    border-radius: 0; }
    .single-product .tawcvs-swatches .swatch.selected {
      box-shadow: none; }
      .single-product .tawcvs-swatches .swatch.selected.swatch-label {
        border-color: #222;
        background: #222;
        color: #fff; }
      .single-product .tawcvs-swatches .swatch.selected:before {
        left: calc(50% - 3px);
        top: 10px; }
    .single-product .tawcvs-swatches .swatch.swatch-label {
      height: 35px;
      width: 60px;
      background: #fff;
      border: 1px solid;
      color: #222;
      border-color: #eee;
      font-size: 16px;
      font-size: 1.06667rem;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      transition: all .3s ease; }
      .single-product .tawcvs-swatches .swatch.swatch-label:hover {
        border-color: #222;
        background: #222;
        color: #fff; }
    .single-product .tawcvs-swatches .swatch.swatch-color {
      height: 35px;
      width: 35px;
      border-radius: 50%;
      border-color: #ebebeb; }

.single-product a.reset_variations {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  margin-left: 0;
  text-decoration: underline; }
  .single-product a.reset_variations:before {
    content: "\f00d"; }

.single-product .woocommerce-tabs {
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 0; }
  @media (max-width: 1199px) {
    .single-product .woocommerce-tabs#osf-accordion-container [data-control] {
      font-size: 1em; } }
  .single-product .woocommerce-tabs#osf-accordion-container [data-content] h2:first-of-type,.single-product .woocommerce-tabs .panel h2:first-of-type {
    display: none; }

.single-product .star-rating {
  line-height: 2; }

.single-product .onsale {
  left: 25px;
  top: 10px;
  font-size: 12px;
  font-size: .8rem;
  text-transform: uppercase;
  padding: .4em 1em; }

.single-product .osf_has_image_gallery+.onsale {
  left: 110px; }

.single-product .single_add_to_cart_button,.single-product form.cart .quantity {
  margin-top: 5px;
  margin-bottom: 5px; }

.single-product .woocommerce-product-gallery img {
  display: block; }

.single-product .entry-summary form.cart {
  display: flex;
  margin: 20px 0;
  padding: 10px 0;
  border-style: solid;
  border-width: 1px 0;
  border-color: #ebebeb;
  flex-wrap: wrap; }

.single-product table.variations td.label {
  min-width: 60px; }

.single-product table.variations tr {
  border-bottom: 0;
  padding-top: 0; }
  .single-product table.variations tr:last-child {
    padding-bottom: 15px; }

.single-product table.variations select {
  border: 1px solid #ebebeb; }

.single-product .variations_button {
  display: flex;
  flex-wrap: wrap; }

.single-product .comment-body,.single-product .comment_container {
  margin-bottom: .25rem; }

.single-product #reviews .commentlist li {
  margin-bottom: 0; }
  .single-product #reviews .commentlist li .comment_container {
    box-shadow: none;
    border-radius: 0;
    border-bottom: 1px solid;
    border-color: #ebebeb;
    padding: .8em 0; }

.single-product .stock.out-of-stock {
  position: static;
  background-color: transparent;
  text-align: center;
  padding: 15px 0;
  text-transform: uppercase;
  margin-bottom: 0; }

.single-product#yith-quick-view-content a.reset_variations {
  margin-top: 0;
  vertical-align: middle;
  display: inline-block; }

.woocommerce-tabs {
  padding: 0 10px 1em; }
  .woocommerce-tabs ul.tabs {
    list-style: none;
    margin-bottom: 0;
    display: block;
    padding-left: 0;
    text-align: center; }
    .woocommerce-tabs ul.tabs li {
      display: inline-block; }
      .woocommerce-tabs ul.tabs li:last-child a:after {
        content: none; }
      .woocommerce-tabs ul.tabs li a {
        display: block;
        font-size: 24px;
        font-size: 1.6rem;
        line-height: 28px;
        padding: 20px 15px;
        color: #000;
        font-weight: 500;
        position: relative; }
        .woocommerce-tabs ul.tabs li a:after {
          content: "";
          position: absolute;
          top: calc(50% - 3px);
          right: -3px;
          width: 6px;
          height: 6px;
          border-radius: 50%;
          display: block; }
  .woocommerce-tabs .panel {
    padding: 65px 70px;
    border: 2px solid #ebebeb;
    border-radius: 5px; }
    @media (max-width: 767px) {
      .woocommerce-tabs .panel {
        padding: 2em; } }
    .woocommerce-tabs .panel h2:first-of-type {
      font-size: 1.618em;
      margin-bottom: 1em;
      color: #000; }
  .woocommerce-tabs#osf-accordion-container [data-accordion] {
    border-bottom: 1px solid;
    border-color: #ebebeb; }
    .woocommerce-tabs#osf-accordion-container [data-accordion] [data-control] {
      font-size: 1.25rem;
      font-weight: 500;
      position: relative;
      padding-top: 1rem;
      padding-bottom: 1rem; }
      .woocommerce-tabs#osf-accordion-container [data-accordion] [data-control]:after,.woocommerce-tabs#osf-accordion-container [data-accordion] [data-control]:before {
        content: "";
        width: 12px;
        display: inline-block;
        height: 1px;
        background: #000;
        position: absolute;
        right: 0;
        top: 50%; }
      .woocommerce-tabs#osf-accordion-container [data-accordion] [data-control]:before {
        transform: rotate(90deg); }
    .woocommerce-tabs#osf-accordion-container [data-accordion].open [data-control]:before {
      content: none; }

.ywsfd-wrapper {
  border-top: 1px solid;
  border-color: #ccc; }
  .ywsfd-wrapper h2:first-of-type {
    font-size: 1rem;
    font-weight: 500;
    display: inline-block;
    padding-top: 1em;
    line-height: 30px; }
  .ywsfd-wrapper .ywsfd-social {
    margin-top: 0;
    border: none;
    text-align: left;
    display: inline-block;
    margin-bottom: 0; }

.button-wrapper #chart-button {
  background-color: transparent;
  padding: 0;
  text-decoration: underline; }
  .button-wrapper #chart-button:hover {
    text-decoration: none;
    opacity: .8;
    background-color: transparent; }

.remodal .remodal-close:focus,.remodal .remodal-close:hover {
  color: #fff; }

/** Single Product Start : Style 1 */
/** Single Product End : Style 1 */
.osf-wrap-swatches {
  transition: all .35s ease-in-out; }
  .osf-wrap-swatches .swatch {
    cursor: pointer;
    position: relative;
    margin-right: 5px; }
  .osf-wrap-swatches .swatch-color {
    height: 15px;
    width: 15px;
    font-size: 0;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle; }
  .osf-wrap-swatches .swatch-label {
    font-size: 11px;
    font-size: .73333rem;
    font-weight: 600;
    padding: 0 3px;
    line-height: 18px;
    min-width: 20px;
    text-align: center;
    display: inline-block;
    border: 1px solid #ebebeb; }
    .osf-wrap-swatches .swatch-label.checked {
      background-color: #000;
      color: #fff; }
  .osf-wrap-swatches .swatch-image {
    font-size: 0;
    display: inline-block;
    border-radius: 50%; }
    .osf-wrap-swatches .swatch-image,.osf-wrap-swatches .swatch-image img {
    height: 20px;
    width: 20px; }
  .osf-wrap-swatches .swatch-color.checked:after,.osf-wrap-swatches .swatch-image.checked:after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #000; }

.product-image-swatch+.product-image {
  display: none !important; }

.product-swatch-loading .product-img-wrap:after {
  font-family: FontAwesome;
  content: "\f110";
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
  z-index: 2;
  color: #fff;
  font-size: 28px;
  animation: a 2s infinite linear; }

.product-swatch-loading .product-img-wrap:before {
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 1;
  background: rgba(0,0,0,.3); }

/**
 * Widgets
 */
.widget_product_brands ul,.widget_rating_filter ul,.woocommerce-widget-layered-nav ul {
  margin: 0; }
  .widget_product_brands ul li a,.widget_rating_filter ul li a,.woocommerce-widget-layered-nav ul li a {
    position: relative;
    padding-left: 33px; }
    .widget_product_brands ul li a:before,.widget_rating_filter ul li a:before,.woocommerce-widget-layered-nav ul li a:before {
      content: "";
      height: 16px;
      width: 16px;
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      transition: all .4s ease;
      border: 1px solid #ebebeb; }
  .widget_product_brands ul li.chosen a,.widget_product_brands ul li.current-cat a,.widget_product_brands ul li a:hover,.widget_rating_filter ul li.chosen a,.widget_rating_filter ul li.current-cat a,.widget_rating_filter ul li a:hover,.woocommerce-widget-layered-nav ul li.chosen a,.woocommerce-widget-layered-nav ul li.current-cat a,.woocommerce-widget-layered-nav ul li a:hover {
    color: #000; }
    .widget_product_brands ul li.chosen a:after,.widget_rating_filter ul li.chosen a:after,.woocommerce-widget-layered-nav ul li.chosen a:after {
      content: "";
      position: absolute;
      top: 40%;
      left: 10px;
      transform: translate(-50%,-50%) rotate(-45deg);
      width: 15px;
      height: 5px;
      border-style: solid;
      border-color: #000;
      border-width: 0 0 1px 1px;
      display: block; }

.widget_product_brands input[type=text] {
  margin-top: 25px;
  margin-bottom: 20px; }

.osf-active-filters {
  margin-bottom: 10px; }
  .osf-active-filters li {
    display: inline-block;
    margin-right: 10px; }
    .osf-active-filters li a {
      border: 1px solid #ebebeb;
      color: #999;
      padding: 3px 12px;
      position: relative;
      font-size: 13px;
      font-size: .86667rem; }
      .osf-active-filters li a:before {
        content: "\f057";
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 15px;
        font-size: 1rem;
        position: absolute;
        top: -6px;
        left: -6px; }
      .osf-active-filters li a:hover:before {
        color: #ff4a5d; }
  .osf-active-filters .widget_layered_nav_filters {
    display: inline-block;
    margin-left: 10px;
    margin-bottom: 0; }
    .osf-active-filters .widget_layered_nav_filters ul li {
      padding: 0; }
    .osf-active-filters .widget_layered_nav_filters .widgettitle {
      display: none; }
  .osf-active-filters .osf_active_filters_label {
    color: #000;
    display: none; }
  .osf-active-filters .clear-all {
    display: none;
    font-size: 13px;
    font-size: .86667rem;
    padding-left: 10px;
    border-left: 1px solid;
    border-color: #ebebeb; }
  .osf-active-filters div+.osf_active_filters_label {
    display: inline-block;
    float: left; }
  .osf-active-filters div~.clear-all {
    display: inline-block;
    line-height: 1.2; }

.woocommerce-widget-layered-nav ul li a {
  font-size: 12px;
  font-size: .8rem;
  color: #999;
  text-transform: uppercase; }
  .woocommerce-widget-layered-nav ul li a.osf-color-type {
    display: flex;
    align-items: center;
    padding-left: 37px; }
    .woocommerce-widget-layered-nav ul li a.osf-color-type:before {
      display: none; }
  .woocommerce-widget-layered-nav ul li a.osf-label-type:hover {
    border-color: #000;
    color: #000; }

.woocommerce-widget-layered-nav ul li.chosen a.osf-color-type:after {
  display: none; }

.woocommerce-widget-layered-nav ul li.chosen a.osf-color-type .color-label:before {
  border-color: #000; }

.woocommerce-widget-layered-nav ul li.chosen a.osf-color-type .color-name {
  color: #000; }

.woocommerce-widget-layered-nav ul li.chosen a.osf-label-type {
  border-color: #000; }

.woocommerce-widget-layered-nav ul.two_columns {
  columns: 2; }

.woocommerce-widget-layered-nav ul.inline li {
  display: inline-block;
  margin-right: 10px; }

.woocommerce-widget-layered-nav .osf-color-type .color-label {
  content: "";
  height: 10px;
  width: 10px;
  position: absolute;
  top: 48%;
  left: 5px;
  transform: translateY(-50%);
  box-shadow: 0 0 1px rgba(0,0,0,.2);
  border-radius: 50%;
  transition: all .3s ease; }
  .woocommerce-widget-layered-nav .osf-color-type .color-label:before {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border: 1px solid #ebebeb;
    border-radius: 50%; }

.woocommerce-widget-layered-nav .osf-color-type .color-name {
  line-height: 30px; }

.woocommerce-widget-layered-nav .osf-color-type .color-count {
  color: #777;
  text-align: center;
  font-size: 12px;
  height: 20px;
  line-height: 18px;
  min-width: 30px;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 35px;
  border: 1px solid;
  display: inline-block;
  margin-left: auto; }

.woocommerce-widget-layered-nav .osf-color-type:hover .color-label:before {
  border-color: #000; }

.woocommerce-widget-layered-nav .osf-color-type:hover .color-name {
  color: #222; }

.product_list_widget,.woocommerce-product-list {
  list-style: none;
  margin-left: 0; }
  .product_list_widget li,.woocommerce-product-list li {
    margin-bottom: 0;
    list-style: none;
    width: 100%; }
    .product_list_widget li:not(.woocommerce-mini-cart-item),.woocommerce-product-list li:not(.woocommerce-mini-cart-item) {
      display: flex; }
    .product_list_widget li:after,.product_list_widget li:before,.woocommerce-product-list li:after,.woocommerce-product-list li:before {
      content: "";
      display: table; }
    .product_list_widget li:after,.woocommerce-product-list li:after {
      clear: both; }
    .product_list_widget li .inner,.woocommerce-product-list li .inner {
      padding: 10px;
      display: flex;
      width: 100%;
      align-items: center;
      border-top: 1px solid #ebebeb; }
    .product_list_widget li img,.woocommerce-product-list li img {
      width: 100%;
      float: left; }
      .product_list_widget li img.wp-post-image,.woocommerce-product-list li img.wp-post-image {
        max-width: 5.99684em; }
    .product_list_widget li .product-thumbnail,.woocommerce-product-list li .product-thumbnail {
      margin-right: 10px;
      max-width: 100px;
      width: auto; }
    .product_list_widget li .product-content,.woocommerce-product-list li .product-content {
      display: flex;
      flex: 1;
      flex-direction: column; }
    .product_list_widget li .product-title,.woocommerce-product-list li .product-title {
      font-size: 15px;
      font-size: 1rem;
      line-height: 1.6;
      font-weight: 400;
      padding-top: 0;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      overflow: hidden;
      max-height: 3.2em; }
      .product_list_widget li .product-title+.product-price,.woocommerce-product-list li .product-title+.product-price {
        margin-top: 0; }
    .product_list_widget li .product-price,.woocommerce-product-list li .product-price {
      margin-top: .875em;
      font-size: 18px;
      font-size: 1.2rem;
      font-weight: 500; }
    .product_list_widget li>a,.woocommerce-product-list li>a {
      display: block; }
    .product_list_widget li:first-child:before,.woocommerce-product-list li:first-child:before {
      content: none; }
    .product_list_widget li .star-rating,.woocommerce-product-list li .star-rating {
      font-size: 11px;
      font-size: .73333rem; }
      .product_list_widget li .star-rating+.product-price,.woocommerce-product-list li .star-rating+.product-price {
        margin-top: 0; }
    .product_list_widget li .posted_in,.woocommerce-product-list li .posted_in {
      margin-bottom: 5px;
      font-size: .875em;
      display: none; }
    .product_list_widget li .product-excerpt,.woocommerce-product-list li .product-excerpt {
      line-height: 1.6;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      overflow: hidden;
      max-height: 4.8em; }
  .product_list_widget ins,.woocommerce-product-list ins {
    background: transparent;
    float: left;
    margin-right: 10px; }
  .product_list_widget del,.woocommerce-product-list del {
    font-size: .875em;
    opacity: .4; }
    .product_list_widget del .amount,.woocommerce-product-list del .amount {
      color: #000; }

.woocommerce-product-list li {
  border: none;
  box-sizing: border-box; }
  .woocommerce-product-list li .posted_in {
    line-height: 1.2;
    display: block; }
    .woocommerce-product-list li .posted_in a {
      color: #a3a5a7; }

.widget ul.products li.product a {
  text-decoration: none; }

.widget_products a {
  display: block; }

.widget_shopping_cart .product_list_widget {
  margin-bottom: 0; }
  .widget_shopping_cart .product_list_widget li {
    position: relative; }
    .widget_shopping_cart .product_list_widget li img {
      margin-right: 15px; }
    .widget_shopping_cart .product_list_widget li a.remove {
      position: absolute;
      top: .6em;
      right: 0;
      opacity: 1; }

.widget_shopping_cart p.buttons,.widget_shopping_cart p.total {
  padding: 1em 0;
  margin: 0; }

.widget_shopping_cart p.total {
  border-bottom: 1px solid rgba(0,0,0,.05); }

.widget_shopping_cart .buttons .button {
  display: block;
  height: auto; }
  .widget_shopping_cart .buttons .button:nth-child(odd) {
    margin-bottom: .61805em;
    display: block; }

.widget.woocommerce li {
  clear: both; }
  .widget.woocommerce li .count {
    float: right;
    clear: both; }

.widget_price_filter .price_slider {
  margin-bottom: 1em; }

.widget_price_filter .price_slider_amount {
  line-height: 2.4em; }
  .widget_price_filter .price_slider_amount input[type=text] {
    display: none; }
  .widget_price_filter .price_slider_amount .button {
    float: left; }

.widget_price_filter .ui-slider {
  position: relative;
  text-align: left; }

.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 8px;
  height: 8px;
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
  border-bottom-left-radius: 1em;
  border-bottom-right-radius: 1em;
  cursor: ew-resize;
  outline: none;
  box-sizing: border-box;
  opacity: 1;
  top: -3px; }
  .widget_price_filter .ui-slider .ui-slider-handle:last-child {
    margin-left: -8px; }
  .widget_price_filter .ui-slider .ui-slider-handle.ui-state-active,.widget_price_filter .ui-slider .ui-slider-handle:hover {
    box-shadow: 0 0 0 .236em rgba(0,0,0,.1); }

.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background: #2c2d33;
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
  border-bottom-left-radius: 1em;
  border-bottom-right-radius: 1em; }

.widget_price_filter .price_slider_wrapper .ui-widget-content {
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
  border-bottom-left-radius: 1em;
  border-bottom-right-radius: 1em;
  background: rgba(0,0,0,.1);
  margin-top: 0; }

.widget_price_filter .ui-slider-horizontal {
  height: 2px; }

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }

.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
  left: -1px; }

.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
  right: -1px; }

.widget_product_search form input[type=submit] {
  display: none; }

.search-form-wapper .input-group,.search-form-wapper .input-group-btn,.search-form-wapper .search-form {
  border-radius: inherit !important; }

.search-form-wapper .search-submit {
  border-top-right-radius: inherit !important;
  border-bottom-right-radius: inherit !important; }

.search-form-wapper input[type=search] {
  border-top-left-radius: inherit !important;
  border-bottom-left-radius: inherit !important; }

.opal-style-1.search-form-wapper .input-group-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 4; }

.opal-style-1.search-form-wapper .search-submit,.opal-style-1.search-form-wapper input[type=search] {
  border-radius: inherit !important;
  border: none; }

.opal-style-1.search-form-wapper .search-submit {
  background: transparent;
  padding-left: 25px;
  padding-right: 20px; }

.opal-style-1.search-form-wapper.button_left .input-group-btn {
  left: 0;
  right: auto; }

.opal-style-1.search-form-wapper.button_left input[type=search] {
  padding-left: 55px;
  padding-right: 15px; }

.opal-style-1.search-form-wapper.button_right .input-group-btn {
  right: 0;
  left: auto; }

.opal-style-1.search-form-wapper.button_right input[type=search] {
  padding-right: 55px;
  padding-left: 15px; }

.opal-style-1.search-form-wapper .dgwt-wcas-search-wrapp .dgwt-wcas-search-input,.opal-style-1.search-form-wapper .dgwt-wcas-sf-wrapp {
  background-color: transparent; }

.widget_rating_filter .star-rating {
  display: inline-block;
  vertical-align: middle; }

.osf-product-deal .woocommerce-product-list li {
  padding-top: 20px;
  padding-bottom: 20px; }
  .osf-product-deal .woocommerce-product-list li .inner {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #fff; }
    @media (max-width: 767px) {
      .osf-product-deal .woocommerce-product-list li .inner {
        display: block !important; } }
  .osf-product-deal .woocommerce-product-list li p {
    margin: 0; }
  .osf-product-deal .woocommerce-product-list li .product-thumbnail {
    margin-right: 0;
    padding: 0;
    max-width: 100%; }

.osf-product-deal .woocommerce-product-list .product-content {
  padding: 30px; }

.osf-product-deal .woocommerce-product-list .product-title {
  font-size: 1em;
  font-weight: 500; }

.osf-product-deal .woocommerce-product-list .product-price {
  font-size: 1.5em; }

.osf-product-deal .woocommerce-product-list .time {
  margin-top: 25px;
  padding-top: 45px;
  border: 1px solid;
  border-color: #ebebeb; }

.osf-product-deal .woocommerce-product-list .opal-countdown {
  font-weight: 400; }
  .osf-product-deal .woocommerce-product-list .opal-countdown .day:after,.osf-product-deal .woocommerce-product-list .opal-countdown .hours:after,.osf-product-deal .woocommerce-product-list .opal-countdown .minutes:after {
    content: ""; }
  .osf-product-deal .woocommerce-product-list .opal-countdown .countdown-times>div {
    text-transform: capitalize; }
  .osf-product-deal .woocommerce-product-list .opal-countdown b {
    min-width: 50px;
    background-color: transparent;
    font-size: 1.25em;
    line-height: 30px;
    min-height: 30px; }
  .osf-product-deal .woocommerce-product-list .opal-countdown .day {
    text-align: left;
    border-right: 1px solid;
    padding-right: 10px; }
    .osf-product-deal .woocommerce-product-list .opal-countdown .day b {
      font-size: 2.25em; }

#secondary .widget_price_filter button[type=submit],.opal-canvas-filter .widget_price_filter button[type=submit] {
  display: none; }

.otf-product-recently-review {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 9999; }
  @media (max-width: 767px) {
    .otf-product-recently-review {
      display: none; } }
  .otf-product-recently-review .otf-woocommerce-recently-viewed {
    float: right;
    font-size: 15px;
    line-height: 1;
    padding: 14px 45px 14px 17px;
    border: 1px solid #ccc;
    border-bottom: 0;
    margin: 0 95px;
    position: relative;
    background-color: #f4f5f5;
    cursor: pointer;
    font-weight: 500;
    z-index: 999; }
    .otf-product-recently-review .otf-woocommerce-recently-viewed:after {
      content: "\f078";
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      position: absolute;
      right: 17px;
      top: 50%;
      transform: translateY(-50%);
      font-size: 12px;
      font-weight: 500;
      transition: .2s; }
    .otf-product-recently-review .otf-woocommerce-recently-viewed.active {
      background: #fff; }
      .otf-product-recently-review .otf-woocommerce-recently-viewed.active:after {
        transform: rotate(180deg) translateY(50%); }

.otf-product-recently-content {
  width: 100% !important;
  display: none;
  clear: both;
  position: relative; }
  .otf-product-recently-content .otf-product-recently-content-overlay {
    background: rgba(0,0,0,.5);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1; }
  .otf-product-recently-content .woocommerce-product {
    background: #fff; }
  .otf-product-recently-content .widget_recently_viewed_products {
    margin-bottom: 0 !important; }
  .otf-product-recently-content .products {
    display: flex;
    padding: 30px 0; }
  .otf-product-recently-content li {
    width: 20%;
    padding: 0 15px !important; }
    .otf-product-recently-content li .inner {
      border: none !important;
      display: block;
      padding: 0; }
    .otf-product-recently-content li a.product-thumbnail {
      margin-right: 0;
      max-width: 100%;
      width: 100%; }
    .otf-product-recently-content li img.wp-post-image {
      max-width: 200px; }
    .otf-product-recently-content li .product-thumbnail img {
      border: 1px solid #ebebeb; }
    .otf-product-recently-content li .product-content {
      display: block;
      width: 100%; }
      .otf-product-recently-content li .product-content .product-title {
        padding-top: 1em;
        max-height: 4.2em; }
      .otf-product-recently-content li .product-content .product-price,.otf-product-recently-content li .product-content .star-rating,.otf-product-recently-content li .product-content .time {
        display: none; }

.recently_viewed_product-item {
  position: relative; }

a.recently_viewed_product-item-remove {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 0;
  top: 5px;
  text-align: center;
  font-size: 20px;
  font-size: 1.33333rem; }
  a.recently_viewed_product-item-remove:hover {
    color: red !important; }

/**
 * Breadcrumbs
 */
.woocommerce-breadcrumb {
  margin-left: -1.387rem;
  margin-right: -1.387rem;
  margin-bottom: 1.618em;
  font-size: .875em;
  padding: 1em 1.387rem; }
  .woocommerce-breadcrumb .breadcrumb-separator {
    display: inline-block;
    padding: 0 .54079em; }

/**
 * Breadcrumbs
 */
.woocommerce-breadcrumb {
  padding: 1.41575em 99em;
  margin-left: -99em;
  margin-right: -99em;
  margin-bottom: 4.2358em; }

@media (min-width: 568px) and (max-width: ms(18)) {
  .woocommerce-breadcrumb {
    margin-left: -2.618rem;
    margin-right: -2.618rem;
    padding-left: 2.618rem;
    padding-right: 2.618rem; } }

#opal-woocommerce-loading {
  background: #fff;
  position: fixed;
  z-index: 10001;
  top: 50%;
  width: 50px;
  height: 50px;
  left: 50%;
  margin: -25px auto auto -25px;
  box-shadow: 0 0 10px rgba(0,0,0,.1); }
  #opal-woocommerce-loading:before {
    content: "";
    width: 30px;
    height: 30px;
    display: block;
    vertical-align: middle;
    border: 1px solid #bbb;
    border-left-color: #000;
    border-radius: 50%;
    animation: o .45s infinite linear;
    -webkit-animation: o .45s infinite linear;
    margin: 20px auto;
    margin: 10px auto; }

body.opal-filter-loading #content {
  opacity: .76; }
  body.opal-filter-loading #content * {
    pointer-events: none; }

.woocommerce .blockUI.blockOverlay:before,.woocommerce .loader:before {
  content: "";
  vertical-align: middle;
  border: 1px solid #bbb;
  border-left-color: #000;
  border-radius: 50%;
  animation: o .45s infinite linear;
  -webkit-animation: o .45s infinite linear;
  background-image: none !important; }

.shop-action .blockUI.blockOverlay:before,.shop-action .loader:before {
  width: 20px;
  height: 20px;
  background: #fff !important;
  top: 50%;
  left: 50%;
  opacity: 1 !important;
  overflow: hidden;
  border-radius: 50%;
  margin: -10px; }

.shop-action .blockUI.blockOverlay {
  opacity: 1 !important;
  overflow: hidden; }

.shop-action .compare .blockUI {
  display: block !important; }
  .shop-action .compare .blockUI.blockOverlay {
    display: block !important;
    visibility: visible !important; }
    .shop-action .compare .blockUI.blockOverlay:before {
      visibility: visible !important; }

@media (min-width: 768px) {
  .handheld-footer-bar {
    display: none; } }

@media (max-width: 767px) {
  .opal-wrapper {
    margin-bottom: 65px; }
  .handheld-footer-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    border-top: 1px solid hsla(0,0%,100%,.2);
    box-shadow: 0 0 10px rgba(0,0,0,.5);
    z-index: 9999;
    background-color: #3f4448; }
    .handheld-footer-bar [class*=columns-] {
      display: flex;
      -ms-flex-align: center;
      list-style: none;
      margin-bottom: 0;
      padding: 0;
      min-height: 65px;
      color: #f3f3f3;
      position: relative; }
      .handheld-footer-bar [class*=columns-] li {
        flex: 1 1 0;
        text-align: center; }
        .handheld-footer-bar [class*=columns-] li:not(:last-child) a {
          border-right: 1px solid hsla(0,0%,100%,.2); }
      .handheld-footer-bar [class*=columns-] a {
        color: #f3f3f3;
        height: 100%;
        cursor: pointer;
        display: block;
        background: #262626; }
        .handheld-footer-bar [class*=columns-] a:before {
          font: normal normal normal 26px/1 FontAwesome;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          margin: auto;
          text-align: center;
          cursor: pointer;
          pointer-events: none;
          line-height: 65px; }
    .handheld-footer-bar .my-account .my-accrount-footer {
      display: block;
      position: relative;
      text-indent: -9999px;
      z-index: 999; }
      .handheld-footer-bar .my-account .my-accrount-footer:before {
        text-indent: 0;
        font-size: 27px; }
    .handheld-footer-bar .cart .footer-cart-contents {
      position: relative;
      display: block;
      z-index: 99; }
      .handheld-footer-bar .cart .footer-cart-contents .count {
        text-indent: 0;
        display: block;
        width: 2em;
        height: 2em;
        line-height: 2;
        box-sizing: content-box;
        font-size: 12px;
        position: absolute;
        top: 10px;
        left: calc(50% + 5px);
        border-radius: 100%; }
    .handheld-footer-bar .site-search {
      position: absolute;
      bottom: -120%;
      left: 0;
      right: 0;
      transition: all,ease,.2s;
      padding: 1em 1em 0;
      z-index: 1;
      display: block;
      background-color: #262626; }
      .handheld-footer-bar .site-search .search-submit {
        border-radius: 0; }
    .handheld-footer-bar .search .search-footer {
      position: relative;
      text-indent: -9999px;
      z-index: 999; }
    .handheld-footer-bar .search input[type=search] {
      margin-top: 0;
      padding: 10px;
      border-color: hsla(0,0%,100%,.2); }
    .handheld-footer-bar .search.active .site-search {
      bottom: 100%; } }

.handheld-footer-bar .search .search-footer:before {
  text-indent: 0; }
  .woo-variation-swatches-stylesheet-disabled .woo-variation-raw-select,.woo-variation-swatches-stylesheet-disabled .woo-variation-raw-select+.select2 {
    display: none !important; }

.woo-variation-swatches-stylesheet-disabled .variable-items-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none; }
  .woo-variation-swatches-stylesheet-disabled .variable-items-wrapper .variable-item {
    margin: 0;
    padding: 0;
    list-style: none;
    transition: all .2s ease;
    position: relativerelative; }
    .woo-variation-swatches-stylesheet-disabled .variable-items-wrapper .variable-item img {
      margin: 0;
      /** Storefront FIX */
      padding: 0;
      /** ShopIsle Fix */
      width: 100%;
      /** TheGem Fix */ }
  .woo-variation-swatches-stylesheet-disabled .variable-items-wrapper.radio-variable-wrapper {
    display: block; }
    .woo-variation-swatches-stylesheet-disabled .variable-items-wrapper.radio-variable-wrapper .radio-variable-item {
      box-sizing: border-box;
      display: block;
      list-style: none;
      cursor: pointer;
      margin: 0; }
      .woo-variation-swatches-stylesheet-disabled .variable-items-wrapper.radio-variable-wrapper .radio-variable-item label {
        cursor: pointer; }
      .woo-variation-swatches-stylesheet-disabled .variable-items-wrapper.radio-variable-wrapper .radio-variable-item input {
        cursor: pointer;
        width: auto;
        margin-right: 5px; }
      .woo-variation-swatches-stylesheet-disabled .variable-items-wrapper.radio-variable-wrapper .radio-variable-item label {
        font-weight: 400;
        font-size: 14px;
        display: inline-block; }
  .woo-variation-swatches-stylesheet-disabled .variable-items-wrapper .variable-item:not(.radio-variable-item) {
    box-sizing: border-box;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center; }
    .woo-variation-swatches-stylesheet-disabled .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item {
      width: 16px;
      height: 16px;
      background-color: #fff;
      box-shadow: 0 0 0 1px rgba(0,0,0,.3);
      padding: 2px;
      margin: 4px 8px 4px 0; }
      .woo-variation-swatches-stylesheet-disabled .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item:last-of-type {
        margin-right: 0; }
      .woo-variation-swatches-stylesheet-disabled .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item:hover {
        box-shadow: 0 0 0 2px rgba(0,0,0,.1); }
        .woo-variation-swatches-stylesheet-disabled .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item.selected,.woo-variation-swatches-stylesheet-disabled .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item.selected:hover {
          box-shadow: 0 0 0 1px rgba(0,0,0,.9); }
      .woo-variation-swatches-stylesheet-disabled .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item .variable-item-span-color {
        width: 100%;
        height: 100%;
        position: relative; }
        .woo-variation-swatches-stylesheet-disabled .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item .variable-item-span-color:after {
          position: absolute;
          content: "";
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          box-shadow: inset 0 0 1px 0 rgba(0,0,0,.5); }
    .woo-variation-swatches-stylesheet-disabled .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item {
      text-align: center;
      text-transform: uppercase;
      font-size: 14px;
      margin: 4px 4px 4px 0; }
      .woo-variation-swatches-stylesheet-disabled .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item:last-of-type {
        margin-right: 0; }
        .woo-variation-swatches-stylesheet-disabled .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item:last-of-type:after {
          content: none; }
      .woo-variation-swatches-stylesheet-disabled .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item .variable-item-span-button:after {
        content: "/";
        margin-left: 4px; }
  .woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-style-rounded .variable-items-wrapper .variable-item,.woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-style-rounded .variable-items-wrapper .variable-item .variable-item-span,.woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-style-rounded .variable-items-wrapper .variable-item .variable-item-span:after,.woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-style-rounded .variable-items-wrapper .variable-item img {
    border-radius: 100%; }

.woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-style-squared .variable-items-wrapper .variable-item {
  border-radius: 2px; }
  .woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-style-squared .variable-items-wrapper .variable-item.button-variable-item {
    width: auto; }
    .woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-style-squared .variable-items-wrapper .variable-item.button-variable-item .variable-item-span {
      padding: 0 5px; }
  .woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-style-squared .variable-items-wrapper .variable-item.color-variable-item span:after {
    border-radius: 0; }
  .woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-attribute-behavior-blur .variable-item:not(.radio-variable-item).disabled,.woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-attribute-behavior-blur .variable-item:not(.radio-variable-item).disabled:hover {
    cursor: not-allowed;
    pointer-events: none;
    position: relative;
    overflow: hidden; }
  .woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-attribute-behavior-blur .variable-item:not(.radio-variable-item).disabled:hover img,.woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-attribute-behavior-blur .variable-item:not(.radio-variable-item).disabled:hover span,.woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-attribute-behavior-blur .variable-item:not(.radio-variable-item).disabled img,.woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-attribute-behavior-blur .variable-item:not(.radio-variable-item).disabled span {
    opacity: .3; }
  .woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-attribute-behavior-blur .variable-item:not(.radio-variable-item).disabled:after,.woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-attribute-behavior-blur .variable-item:not(.radio-variable-item).disabled:before,.woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-attribute-behavior-blur .variable-item:not(.radio-variable-item).disabled:hover:after,.woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-attribute-behavior-blur .variable-item:not(.radio-variable-item).disabled:hover:before {
    position: absolute;
    content: " " !important;
    width: 100%;
    height: 1px;
    background: red !important;
    left: 0;
    right: 0;
    bottom: 0;
    top: 50%;
    visibility: visible;
    opacity: 1;
    border: 0;
    margin: 0 !important;
    padding: 0 !important;
    min-width: auto;
    transform-origin: center;
    z-index: 0; }
  .woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-attribute-behavior-blur .variable-item:not(.radio-variable-item).disabled:before,.woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-attribute-behavior-blur .variable-item:not(.radio-variable-item).disabled:hover:before {
    transform: rotate(45deg); }
  .woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-attribute-behavior-blur .variable-item:not(.radio-variable-item).disabled:after,.woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-attribute-behavior-blur .variable-item:not(.radio-variable-item).disabled:hover:after {
    transform: rotate(-45deg); }

.woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-attribute-behavior-blur .radio-variable-item.disabled:hover input,.woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-attribute-behavior-blur .radio-variable-item.disabled:hover label,.woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-attribute-behavior-blur .radio-variable-item.disabled input,.woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-attribute-behavior-blur .radio-variable-item.disabled label {
  cursor: not-allowed;
  text-decoration: line-through;
  opacity: .5; }

.woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-attribute-behavior-blur .radio-variable-item.disabled:after,.woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-attribute-behavior-blur .radio-variable-item.disabled:before,.woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-attribute-behavior-blur .radio-variable-item.disabled:hover:after,.woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-attribute-behavior-blur .radio-variable-item.disabled:hover:before {
  display: none; }
  .woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-attribute-behavior-blur-no-cross .variable-item:not(.radio-variable-item).disabled,.woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-attribute-behavior-blur-no-cross .variable-item:not(.radio-variable-item).disabled:hover {
    pointer-events: none;
    box-shadow: 0 0 0 1px rgba(0,0,0,.05);
    position: relative;
    overflow: hidden; }
  .woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-attribute-behavior-blur-no-cross .variable-item:not(.radio-variable-item).disabled:hover img,.woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-attribute-behavior-blur-no-cross .variable-item:not(.radio-variable-item).disabled:hover span,.woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-attribute-behavior-blur-no-cross .variable-item:not(.radio-variable-item).disabled img,.woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-attribute-behavior-blur-no-cross .variable-item:not(.radio-variable-item).disabled span {
    opacity: .3; }
  .woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-attribute-behavior-blur-no-cross .radio-variable-item.disabled,.woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-attribute-behavior-blur-no-cross .radio-variable-item.disabled:hover {
    overflow: hidden; }
  .woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-attribute-behavior-blur-no-cross .radio-variable-item.disabled:hover input,.woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-attribute-behavior-blur-no-cross .radio-variable-item.disabled:hover label,.woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-attribute-behavior-blur-no-cross .radio-variable-item.disabled input,.woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-attribute-behavior-blur-no-cross .radio-variable-item.disabled label {
    pointer-events: none;
    opacity: .3; }

.woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-attribute-behavior-hide .variable-item.disabled {
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  transform-origin: center;
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  min-width: 0 !important;
  min-height: 0 !important; }
  .woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-attribute-behavior-hide .variable-item.disabled.radio-variable-item {
    width: auto !important; }

.woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-tooltip-enabled .radio-variable-item[data-wvstooltip] {
  position: relative; }
  .woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-tooltip-enabled .radio-variable-item[data-wvstooltip]:after,.woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-tooltip-enabled .radio-variable-item[data-wvstooltip]:before {
    left: 8px;
    bottom: 100%; }

.woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-tooltip-enabled .radio-variable-item .image-tooltip-wrapper {
  transform: translateX(-50%);
  left: 8px; }

.woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-tooltip-enabled.woo-variation-swatches-archive-align-center .wvs-archive-variation-wrapper .radio-variable-item[data-wvstooltip]:after,.woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-tooltip-enabled.woo-variation-swatches-archive-align-center .wvs-archive-variation-wrapper .radio-variable-item[data-wvstooltip]:before {
  left: 50%; }

.woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-tooltip-enabled.woo-variation-swatches-archive-align-center .wvs-archive-variation-wrapper .radio-variable-item .image-tooltip-wrapper {
  transform: translateX(-50%);
  left: 50%; }

.woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-tooltip-enabled.woo-variation-swatches-archive-align-right .wvs-archive-variation-wrapper .radio-variable-item[data-wvstooltip]:after,.woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-tooltip-enabled.woo-variation-swatches-archive-align-right .wvs-archive-variation-wrapper .radio-variable-item[data-wvstooltip]:before {
  left: 100%; }

.woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-tooltip-enabled.woo-variation-swatches-archive-align-right .wvs-archive-variation-wrapper .radio-variable-item .image-tooltip-wrapper {
  transform: translateX(-50%);
  left: 100%; }

.woo-variation-swatches-stylesheet-disabled.rtl table.variations td.label {
  padding-left: 15px;
  padding-right: 0;
  text-align: left; }

.woo-variation-swatches-stylesheet-disabled.rtl .variable-items-wrapper .variable-item {
  text-align: right; }
  .woo-variation-swatches-stylesheet-disabled.rtl .variable-items-wrapper .variable-item:not(.radio-variable-item) {
    margin: 4px 0 4px 8px; }

.woo-variation-swatches-stylesheet-disabled.rtl .variable-items-wrapper.radio-variable-wrapper .radio-variable-item input {
  margin-right: 0;
  margin-left: 5px; }

.woo-variation-swatches-stylesheet-disabled.woocommerce .product.elementor table.variations td.value:before {
  display: none !important; }

.select2.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 51px;
  padding-left: 1.225rem; }

.select2.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 51px; }

/* endinject */
/* inject:product-block */
/** Product Animation Start : Style 1 */
.product-style-1 li.product .woocommerce-loop-product__title,.product-style-1 li.product h2,.product-style-1 li.product h3 {
  font-size: 15px;
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 400;
  margin-bottom: auto !important; }
  .product-style-1 li.product .woocommerce-loop-product__title a,.product-style-1 li.product h2 a,.product-style-1 li.product h3 a {
    color: #000;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 3.2em;
    height: 3em; }
    .product-style-1 li.product .woocommerce-loop-product__title a:hover,.product-style-1 li.product h2 a:hover,.product-style-1 li.product h3 a:hover {
      text-decoration: underline; }

.product-style-1 li.product .product-block {
  padding: 20px 30px;
  border: 2px solid #ebebeb;
  border-radius: 5px;
  transition: all .3s ease-out;
  height: 100%;
  display: flex;
  flex-direction: column; }

.product-style-1 li.product .posted_in {
  font-size: 14px;
  font-size: .93333rem; }
  .product-style-1 li.product .posted_in a {
    color: #999; }

.product-style-1 li.product .caption {
  position: relative;
  padding-top: 10px;
  padding-right: 40px;
  min-height: 55px;
  overflow: hidden; }
  .product-style-1 li.product .caption .group-action {
    position: absolute;
    bottom: -36px;
    transition: all .3s cubic-bezier(.37,.31,.2,.85); }

.product-style-1 li.product .product-transition {
  border-bottom: 1px solid #ebebeb; }

.product-style-1 li.product .opal-add-to-cart-button {
  position: absolute;
  right: 0;
  bottom: 5px; }

.product-style-1 li.product a[class*=product_type_] {
  position: relative;
  background-color: #fff;
  font-size: 0;
  width: 38px;
  height: 38px;
  border-radius: 2px;
  border: 1px solid #e1e1e1;
  display: block; }
  .product-style-1 li.product a[class*=product_type_]:before {
    font-size: 18px;
    font-size: 1.2rem;
    color: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%); }
  .product-style-1 li.product a[class*=product_type_].loading:before,.product-style-1 li.product a[class*=product_type_]:hover:before {
    color: #fff; }

.product-style-1 li.product .group-label {
  transition: all .3s cubic-bezier(.37,.31,.2,.85); }

.product-style-1 li.product:hover .caption .group-action {
  bottom: 5px; }

.product-style-1 li.product:hover .group-action+.group-label {
  transform: translateY(-110%); }

.product-style-1 li.product:hover .product-block {
  box-shadow: 0 0 30px 0 rgba(0,0,0,.07);
  border-color: transparent; }

/** Product Animation End : Style 1 */
.shop-action .woosc-btn,.shop-action .woosq-btn,.shop-action .woosw-btn {
  flex: 0 1 36px;
  width: 36px;
  height: 36px;
  position: relative;
  white-space: nowrap;
  font-size: 0;
  border: none;
  background: transparent; }
  .shop-action .woosc-btn:before,.shop-action .woosq-btn:before,.shop-action .woosw-btn:before {
    font-size: 18px;
    font-size: 1.2rem;
    color: #999;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%); }
  .shop-action .woosc-btn:hover,.shop-action .woosq-btn:hover,.shop-action .woosw-btn:hover {
    background-color: transparent; }
    .shop-action .woosc-btn:hover:before,.shop-action .woosq-btn:hover:before,.shop-action .woosw-btn:hover:before {
      color: #000; }

.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item .woosw-content-item--add>a,.woosw-list table.woosw-content-items .woosw-content-item .woosw-content-item--add>a {
  padding: 0;
  background-color: transparent;
  margin-top: 10px;
  border: none; }
  .woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item .woosw-content-item--add>a:hover,.woosw-list table.woosw-content-items .woosw-content-item .woosw-content-item--add>a:hover {
    text-decoration: underline; }

.wooscp-area .wooscp-inner .wooscp-table .wooscp-table-inner .wooscp-table-items table tbody tr td {
  padding: 15px; }

.single-product div.product .entry-summary .woosc-btn,.single-product div.product .entry-summary .woosw-btn {
  padding-bottom: 0;
  margin: 5px 10px 5px 0;
  width: 55px;
  height: 55px;
  position: relative;
  white-space: nowrap;
  text-indent: -999em;
  font-size: 0;
  display: block;
  border: 2px solid #ebebeb;
  border-radius: 4px;
  background: transparent; }
  .single-product div.product .entry-summary .woosc-btn:before,.single-product div.product .entry-summary .woosw-btn:before {
    color: #999;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-indent: 0;
    font-size: 19px;
    font-size: 1.26667rem; }
  .single-product div.product .entry-summary .woosc-btn:hover,.single-product div.product .entry-summary .woosw-btn:hover {
    background: transparent; }

.mfp-woosq .mfp-arrow,.mfp-woosq .mfp-close {
  background: transparent;
  padding: 0; }

.woosq-popup .single-product div.product .images {
  max-width: 100%;
  width: 100%;
  flex-basis: 100%; }