/**
 * WooCommerce
 */
/**
 * Imports
 */
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0); } }

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0); } }

.price ins {
  font-weight: 400; }

/**
 * Header Elements
 */
.woocommerce-active .site-branding {
  float: left; }

.site-header-cart {
  list-style-type: none;
  margin-left: 0;
  padding: 0;
  margin-bottom: 0; }
  .site-header-cart .cart-contents {
    display: none; }
  .site-header-cart .widget_shopping_cart {
    display: none; }
    .site-header-cart .widget_shopping_cart .woocommerce-mini-cart__empty-message {
      margin: 1.41575em; }
    .site-header-cart .widget_shopping_cart .product_list_widget img {
      margin-left: 1em; }

.site-search {
  font-size: 0.875em;
  clear: both;
  display: none; }
  .site-search .widget_product_search input[type=text],
  .site-search .widget_product_search input[type=search] {
    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 {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
            clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important; }

.site-header-wishlist {
  position: relative; }
  .site-header-wishlist i {
    padding-right: 10px; }
  .site-header-wishlist .count {
    position: absolute;
    top: -6px;
    left: 10px;
    padding: 0 .5em;
    color: #fff;
    font-size: 12px;
    opacity: 1;
    line-height: 1.4;
    border-radius: .7em;
    min-height: 17px;
    min-width: 18px;
    text-align: center;
    background: #f4900a; }

/**
 * Handheld footer bar
 */
.ocbee-handheld-footer-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.7);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.7);
  z-index: 9999; }
  .ocbee-handheld-footer-bar::before, .ocbee-handheld-footer-bar::after {
    content: '';
    display: table; }
  .ocbee-handheld-footer-bar::after {
    clear: both; }
  .ocbee-handheld-footer-bar ul {
    margin: 0; }
    .ocbee-handheld-footer-bar ul li {
      display: inline-block;
      float: left;
      text-align: center; }
      .ocbee-handheld-footer-bar ul li:last-child > a {
        border-right: 0; }
      .ocbee-handheld-footer-bar ul li > a {
        height: 4.2358em;
        display: block;
        position: relative;
        text-indent: -9999px;
        z-index: 999;
        border-right: 1px solid rgba(255, 255, 255, 0.2); }
        .ocbee-handheld-footer-bar ul li > a:active, .ocbee-handheld-footer-bar ul li > a:focus {
          outline: none; }
      .ocbee-handheld-footer-bar ul li.search .site-search {
        position: absolute;
        bottom: -2em;
        left: 0;
        right: 0;
        -webkit-transition: all, ease, 0.2s;
        transition: all, ease, 0.2s;
        padding: 1em;
        z-index: 1;
        display: block; }
      .ocbee-handheld-footer-bar ul li.search.active .site-search {
        bottom: 100%; }
      .ocbee-handheld-footer-bar ul li.search .site-search,
      .ocbee-handheld-footer-bar ul li.search .widget,
      .ocbee-handheld-footer-bar ul li.search form {
        margin-bottom: 0; }
      .ocbee-handheld-footer-bar ul li.cart .count {
        text-indent: 0;
        display: block;
        width: 2em;
        height: 2em;
        line-height: 2;
        -webkit-box-sizing: content-box;
                box-sizing: content-box;
        font-size: 0.75em;
        position: absolute;
        top: 0.875em;
        left: 50%;
        border-radius: 100%;
        border: 1px solid; }
    .ocbee-handheld-footer-bar ul.columns-1 li {
      width: 100%;
      display: block;
      float: none; }
    .ocbee-handheld-footer-bar ul.columns-2 li {
      width: 50%; }
    .ocbee-handheld-footer-bar ul.columns-3 li {
      width: 33.33333%; }
    .ocbee-handheld-footer-bar ul.columns-4 li {
      width: 25%; }
    .ocbee-handheld-footer-bar ul.columns-5 li {
      width: 20%; }

.sf-input-focused .ocbee-handheld-footer-bar {
  display: none; }

/**
 * Shop tables
 */
table.shop_table_responsive {
  max-width: 100%; }
  table.shop_table_responsive thead {
    display: none; }
  table.shop_table_responsive tbody th {
    display: none; }
  table.shop_table_responsive tr td {
    display: block;
    text-align: left;
    clear: both; }
    table.shop_table_responsive tr td::before, table.shop_table_responsive tr td::after {
      content: '';
      display: table; }
    table.shop_table_responsive tr td::after {
      clear: both; }
    table.shop_table_responsive tr td[data-title]::before {
      font-weight: 400;
      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 {
      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; }
    table.shop_table_responsive.my_account_orders .order-actions::before {
      display: none; }

/**
 * Products
 */
ul.products {
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 0;
  clear: both; }
  ul.products::before, ul.products::after {
    content: '';
    display: table; }
  ul.products::after {
    clear: both; }
  ul.products li.product {
    list-style: none;
    margin-bottom: 15px;
    -webkit-transition: all ease 0.35s;
    transition: all ease 0.35s;
    position: relative;
    font-size: 14px;
    font-size: 0.875rem; }
    ul.products li.product .star-rating {
      margin: 0; }
    ul.products li.product .product-content-top {
      margin-bottom: 15px; }
    ul.products li.product .woo-wrap-swatches {
      bottom: 0;
      position: absolute;
      left: 0;
      right: 0;
      width: auto;
      padding: 0; }
    ul.products li.product .woocommerce-LoopProduct-link {
      display: block;
      overflow: hidden; }
      ul.products li.product .woocommerce-LoopProduct-link img {
        max-width: 100%;
        height: auto;
        -webkit-transform: scale(1);
                transform: scale(1);
        -webkit-transition: opacity 0.5s ease, -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
        transition: opacity 0.5s ease, -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
        transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
        transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18); }
      ul.products li.product .woocommerce-LoopProduct-link [class*='swiper-button-'] {
        top: 50%;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all ease 0.35s;
        transition: all ease 0.35s;
        width: 40px;
        height: 40px; }
      ul.products li.product .woocommerce-LoopProduct-link .swiper-button-next {
        right: -20px; }
      ul.products li.product .woocommerce-LoopProduct-link .swiper-button-prev {
        left: -20px; }
      ul.products li.product .woocommerce-LoopProduct-link:hover [class*='swiper-button-'] {
        opacity: 1;
        visibility: visible; }
      ul.products li.product .woocommerce-LoopProduct-link:hover .swiper-button-next {
        right: 15px; }
      ul.products li.product .woocommerce-LoopProduct-link:hover .swiper-button-prev {
        left: 15px; }
    ul.products li.product h2,
    ul.products li.product h3,
    ul.products li.product .woocommerce-loop-product__title {
      font-size: 18px;
      font-size: 1.125rem;
      font-weight: 400; }
    ul.products li.product img {
      display: block;
      margin: 0 auto; }
    ul.products li.product.product-category h2,
    ul.products li.product.product-category h3,
    ul.products li.product.product-category .woocommerce-loop-category__title {
      font-size: 16px;
      font-size: 1rem;
      border-top: 1px solid rgba(0, 0, 0, 0.1);
      padding-top: 15px; }
    ul.products li.product.product-category img {
      max-width: 100%;
      height: auto; }
    ul.products li.product .button,
    ul.products li.product .added_to_cart {
      margin-bottom: 0;
      opacity: 1;
      visibility: visible;
      text-transform: uppercase; }
    ul.products li.product .woocommerce-product-details__short-description {
      line-height: 20px;
      max-height: 60px;
      overflow: hidden; }
    ul.products li.product:hover .button, ul.products li.product:hover .added_to_cart {
      opacity: 1;
      visibility: visible; }
    ul.products li.product.product-has-gallery .product-content-top {
      position: relative;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease;
      overflow: hidden; }
      ul.products li.product.product-has-gallery .product-content-top .product-img-second {
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
        opacity: 0;
        -webkit-transform: translate3d(-10%, 0, 0);
                transform: translate3d(-10%, 0, 0); }
      ul.products li.product.product-has-gallery .product-content-top .swiper-container,
      ul.products li.product.product-has-gallery .product-content-top .swiper-container-horizontal {
        padding-top: 0;
        margin-bottom: 0; }
    ul.products li.product.product-has-gallery:hover .product-content-top img {
      -webkit-transform: scale(1.09);
              transform: scale(1.09); }
    ul.products li.product.product-has-gallery:hover .product-img-second {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0); }
    ul.products li.product .product-content-bottom {
      text-align: left;
      font-size: 16px;
      font-size: 1rem; }
      ul.products li.product .product-content-bottom .star-rating {
        margin-left: 0; }
      ul.products li.product .product-content-bottom .button,
      ul.products li.product .product-content-bottom .added_to_cart {
        margin-bottom: 0;
        opacity: 1;
        visibility: visible;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; }

.price {
  display: block;
  color: #f4900a;
  font-weight: 400;
  margin-bottom: 15px;
  font-size: 16px;
  font-size: 1rem; }
  .price ins {
    margin-left: 0.61805em;
    background-color: transparent;
    text-decoration: none; }
  .price del {
    opacity: 1;
    font-weight: 400;
    color: #999; }
    .price del + ins {
      margin-left: 0.327em; }

.product_type_external:before,
.product_type_grouped:before,
.add_to_cart_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: "\f217";
  padding-right: 5px; }

.added_to_cart {
  margin-left: 5px; }
  .added_to_cart:after {
    padding-left: 5px;
    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: "\f061"; }

.added_to_cart.wc-forward {
  display: none; }

.wpopal-button-actions {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: absolute;
  opacity: 0;
  z-index: 2; }
  .wpopal-button-actions .woocommerce-LoopProduct-link {
    display: none !important; }
  .wpopal-button-actions .yith-wcqv-button,
  .wpopal-button-actions .show a,
  .wpopal-button-actions .compare,
  .wpopal-button-actions .yith-wcwl-add-to-wishlist a {
    font-size: 0;
    line-height: 0;
    text-align: center;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin: -1px 0 0 !important;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 0;
    padding: 0; }
    .wpopal-button-actions .yith-wcqv-button:before,
    .wpopal-button-actions .show a:before,
    .wpopal-button-actions .compare:before,
    .wpopal-button-actions .yith-wcwl-add-to-wishlist 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;
      font-size: 16px;
      font-size: 1rem;
      color: #212121;
      text-align: center;
      line-height: 40px; }
    .wpopal-button-actions .yith-wcqv-button:hover,
    .wpopal-button-actions .show a:hover,
    .wpopal-button-actions .compare:hover,
    .wpopal-button-actions .yith-wcwl-add-to-wishlist a:hover {
      background: #fff;
      border-color: rgba(0, 0, 0, 0.1);
      cursor: pointer; }
      .wpopal-button-actions .yith-wcqv-button:hover:before,
      .wpopal-button-actions .show a:hover:before,
      .wpopal-button-actions .compare:hover:before,
      .wpopal-button-actions .yith-wcwl-add-to-wishlist a:hover:before {
        color: #f4900a; }
  .wpopal-button-actions .yith-wcwl-add-to-wishlist a:before {
    content: "\f08a";
    line-height: 38px; }
  .wpopal-button-actions .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before {
    content: "\f004";
    line-height: 38px; }
  .wpopal-button-actions .yith-wcqv-button:before {
    content: "\f002"; }
  .wpopal-button-actions .show {
    position: relative; }
    .wpopal-button-actions .show .ajax-loading {
      position: absolute; }
    .wpopal-button-actions .show .feedback {
      display: none; }
    .wpopal-button-actions .show a:before {
      content: "\f08a";
      line-height: 38px; }
    .wpopal-button-actions .show .yith-wcwl-wishlistaddedbrowse a:before {
      content: "\f004";
      line-height: 38px; }
  .wpopal-button-actions .compare:before {
    content: '\f080'; }
  .wpopal-button-actions .yith-wcwl-add-to-wishlist {
    margin-top: 0; }

.yith-wcwl-add-to-wishlist .feedback {
  display: none; }

.woo-wrap-swatches {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 10px 0; }
  .woo-wrap-swatches .variable-item-span-color {
    border-radius: 100%;
    height: 10px;
    width: 10px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.1); }
    .woo-wrap-swatches .variable-item-span-color:after {
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      content: "\f00c";
      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: 10px;
      position: absolute;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      opacity: 0;
      font-weight: 400;
      line-height: 1;
      color: #fff;
      background-color: rgba(0, 0, 0, 0.1);
      border-radius: 50%;
      -webkit-transition: opacity .2s ease;
      transition: opacity .2s ease; }
    .woo-wrap-swatches .variable-item-span-color:hover:after {
      opacity: 1; }

.product-loop-style-default ul.products li.product {
  text-align: left; }
  .product-loop-style-default ul.products li.product .star-rating {
    margin: 0; }
  .product-loop-style-default ul.products li.product .wpopal-button-actions {
    width: 40px;
    top: 15px;
    right: 30px;
    -webkit-transform: translateX(20px) translateZ(0);
            transform: translateX(20px) translateZ(0);
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }
  .product-loop-style-default ul.products li.product:hover .wpopal-button-actions {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0) translateZ(0);
            transform: translateY(0) translateZ(0); }

.product-loop-style-layout-1 ul.products li.product {
  text-align: center; }
  .product-loop-style-layout-1 ul.products li.product .star-rating {
    margin: 0 auto 0.54079em; }
  .product-loop-style-layout-1 ul.products li.product .wpopal-button-actions {
    -webkit-transform: translateY(-25px) translateZ(0);
            transform: translateY(-25px) translateZ(0);
    transition: opacity .3s ease,visibility .3s ease,transform .3s ease,-webkit-transform .3s ease;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    opacity: 0;
    height: 40px;
    left: 0;
    right: 0; }
  .product-loop-style-layout-1 ul.products li.product:hover .wpopal-button-actions {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(-50px) translateZ(0);
            transform: translateY(-50px) translateZ(0); }

.product-loop-style-layout-1 .button-cart-action a {
  font-size: 0;
  line-height: 0;
  background: none;
  border-color: rgba(0, 0, 0, 0.1);
  color: #212121;
  margin-top: -1px;
  background: #fff; }
  .product-loop-style-layout-1 .button-cart-action a:hover {
    border-color: #f4900a;
    color: #f4900a; }
  .product-loop-style-layout-1 .button-cart-action a:before {
    font-size: 16px;
    font-size: 1rem;
    line-height: 26px; }

.product-loop-style-layout-2 ul.products li.product {
  margin-bottom: 30px; }
  .product-loop-style-layout-2 ul.products li.product .product-wrap {
    position: relative;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    text-align: center; }
    .product-loop-style-layout-2 ul.products li.product .product-wrap:before {
      content: '';
      position: absolute;
      top: -15px;
      left: -15px;
      right: -15px;
      bottom: 0;
      visibility: hidden;
      opacity: 0;
      background-color: #fff;
      -webkit-transform: scale(0.98);
              transform: scale(0.98);
      -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
              box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); }
    .product-loop-style-layout-2 ul.products li.product .product-wrap .product-content-top {
      position: relative; }
    .product-loop-style-layout-2 ul.products li.product .product-wrap .wpopal-button-actions {
      left: 0;
      right: 0;
      bottom: 10px;
      -webkit-transform: translateY(10px) translateZ(0);
              transform: translateY(10px) translateZ(0); }
    .product-loop-style-layout-2 ul.products li.product .product-wrap .product-content-bottom {
      position: relative;
      text-align: center;
      padding: 15px; }
      .product-loop-style-layout-2 ul.products li.product .product-wrap .product-content-bottom .fade-in-block {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        visibility: hidden;
        opacity: 0;
        margin-top: 0;
        padding: 0 15px 15px; }
    .product-loop-style-layout-2 ul.products li.product .product-wrap .star-rating {
      margin: 0 auto; }
    .product-loop-style-layout-2 ul.products li.product .product-wrap .product-desc {
      margin-bottom: 15px;
      max-height: 100px;
      overflow: hidden;
      position: relative; }
    .product-loop-style-layout-2 ul.products li.product .product-wrap:hover {
      z-index: 99; }
      .product-loop-style-layout-2 ul.products li.product .product-wrap:hover:before {
        visibility: visible;
        opacity: 1;
        -webkit-transform: scale(1);
                transform: scale(1);
        -webkit-transition: opacity .3s ease,visibility 0s ease,-webkit-transform .3s ease;
        transition: opacity .3s ease,visibility 0s ease,-webkit-transform .3s ease;
        transition: opacity .3s ease,visibility 0s ease,transform .3s ease;
        transition: opacity .3s ease,visibility 0s ease,transform .3s ease,-webkit-transform .3s ease;
        margin-bottom: -160px; }
      .product-loop-style-layout-2 ul.products li.product .product-wrap:hover .wpopal-button-actions {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateY(0) translateZ(0);
                transform: translateY(0) translateZ(0); }
      .product-loop-style-layout-2 ul.products li.product .product-wrap:hover .product-content-bottom .fade-in-block {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(-5px) translateZ(0);
                transform: translateY(-5px) translateZ(0);
        -webkit-transition: opacity .3s ease,visibility 0s ease,-webkit-transform .3s ease;
        transition: opacity .3s ease,visibility 0s ease,-webkit-transform .3s ease;
        transition: opacity .3s ease,visibility 0s ease,transform .3s ease;
        transition: opacity .3s ease,visibility 0s ease,transform .3s ease,-webkit-transform .3s ease; }

.product-loop-style-layout-3 ul.products li.product .wpopal-button-actions {
  position: absolute;
  top: 15px;
  right: 30px;
  width: 40px;
  -webkit-transform: translateX(20px) translateZ(0);
          transform: translateX(20px) translateZ(0);
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }

.product-loop-style-layout-3 ul.products li.product:hover .wpopal-button-actions {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0) translateZ(0);
          transform: translateY(0) translateZ(0); }

.product-loop-style-layout-3 .product-wrap {
  text-align: left; }
  .product-loop-style-layout-3 .product-wrap .star-rating {
    margin: 0 !important; }

.product-loop-style-layout-4 ul.products li.product .product-wrap {
  overflow: hidden;
  position: relative; }

.product-loop-style-layout-4 ul.products li.product .product-content-top {
  position: relative; }

.product-loop-style-layout-4 ul.products li.product .product-content-top {
  margin: 0; }

.product-loop-style-layout-4 ul.products li.product .woocommerce-loop-product__title {
  position: absolute;
  top: 15px;
  left: 15px;
  max-width: 80%; }

.product-loop-style-layout-4 ul.products li.product .onsale {
  right: 15px;
  left: auto; }

.product-loop-style-layout-4 ul.products li.product .star-rating {
  display: none; }

.product-loop-style-layout-4 ul.products li.product .price,
.product-loop-style-layout-4 ul.products li.product .star-rating {
  margin: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  position: absolute;
  left: 15px;
  bottom: 15px; }

.product-loop-style-layout-4 ul.products li.product .wpopal-button-actions {
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 40px;
  -webkit-transform: translateX(20px) translateZ(0);
          transform: translateX(20px) translateZ(0);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.product-loop-style-layout-4 ul.products li.product .add_to_cart_button,
.product-loop-style-layout-4 ul.products li.product .product_type_external,
.product-loop-style-layout-4 ul.products li.product .product_type_grouped {
  opacity: 0;
  visibility: hidden;
  bottom: 15px;
  left: 15px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  position: absolute;
  -webkit-transform: translateY(-20px) translateZ(0);
          transform: translateY(-20px) translateZ(0); }

.product-loop-style-layout-4 ul.products li.product:hover .price,
.product-loop-style-layout-4 ul.products li.product:hover .star-rating {
  display: none; }

.product-loop-style-layout-4 ul.products li.product:hover .add_to_cart_button,
.product-loop-style-layout-4 ul.products li.product:hover .product_type_external,
.product-loop-style-layout-4 ul.products li.product:hover .product_type_grouped {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0) translateZ(0);
          transform: translateY(0) translateZ(0); }

.product-loop-style-layout-4 ul.products li.product:hover .wpopal-button-actions {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0px) translateZ(0);
          transform: translateX(0px) translateZ(0); }

.product-loop-style-layout-4 ul.products.columns-1 .woocommerce-loop-product__title {
  position: relative !important;
  top: 0 !important; }

li.product > .button {
  margin-right: 5px; }

.archive .site-main ul.products {
  margin-left: -15px;
  margin-right: -15px; }

/**
 * Single Product
 */
.single-content-top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .single-content-top .p-content-top,
  .single-content-top .p-content-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    overflow: hidden; }

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

.single-product div.product {
  position: relative; }
  .single-product div.product::before, .single-product div.product::after {
    content: '';
    display: table; }
  .single-product div.product::after {
    clear: both; }
  .single-product div.product .images,
  .single-product div.product .summary,
  .single-product div.product .woocommerce-product-gallery {
    margin-bottom: 2.61792em;
    margin-top: 0; }
  .single-product div.product .woocommerce-product-gallery {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .single-product div.product .woocommerce-product-gallery [class*='swiper-button-'] {
      top: 50%; }
    .single-product div.product .woocommerce-product-gallery .swiper-button-next {
      right: 20px; }
    .single-product div.product .woocommerce-product-gallery .swiper-button-prev {
      left: 0; }
    .single-product div.product .woocommerce-product-gallery .zoomImg {
      background-color: #fff; }
    .single-product div.product .woocommerce-product-gallery.is_stuck {
      background-color: #fff;
      z-index: 999;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    .single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
      position: absolute;
      top: 0.875em;
      right: 0.875em;
      display: block;
      height: 2em;
      width: 2em;
      border-radius: 3px;
      z-index: 1;
      text-align: center; }
    .single-product div.product .woocommerce-product-gallery .wp-post-image {
      max-width: 100%;
      height: auto; }
    .single-product div.product .woocommerce-product-gallery img {
      margin: 0; }
    .single-product div.product .woocommerce-product-gallery .flex-viewport {
      margin-bottom: 1.618em; }
    .single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
      margin: 0;
      padding: 0;
      width: 100%; }
      .single-product div.product .woocommerce-product-gallery .flex-control-thumbs::before, .single-product div.product .woocommerce-product-gallery .flex-control-thumbs::after {
        content: '';
        display: table; }
      .single-product div.product .woocommerce-product-gallery .flex-control-thumbs::after {
        clear: both; }
      .single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
        list-style: none;
        margin-bottom: 1.618em;
        cursor: pointer; }
        .single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
          opacity: 0.5;
          -webkit-transition: all, ease, 0.2s;
          transition: all, ease, 0.2s;
          border: 1px solid rgba(0, 0, 0, 0.1); }
          .single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
            opacity: 1;
            border-color: #f4900a; }
        @media (max-width: 991px) {
          .single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
            max-width: 100%; } }
        .single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
          opacity: 1; }
    .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 50%;
      float: left;
      padding-left: 15px;
      padding-right: 15px; }
      .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
        margin-right: 0; }
      .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n+1) {
        clear: both; }
    .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 33.33333%;
      float: left;
      padding-left: 15px;
      padding-right: 15px; }
      .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
        margin-right: 0; }
      .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
        clear: both; }
    .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 25%;
      float: left;
      padding-left: 15px;
      padding-right: 15px; }
      .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
        margin-right: 0; }
      .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
        clear: both; }
    .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 20%;
      float: left;
      padding-left: 15px;
      padding-right: 15px; }
      .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
        margin-right: 0; }
      .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
        clear: both; }
  .single-product div.product .images .woocommerce-main-image {
    margin-bottom: 1.618em;
    display: block; }
  .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 {
    padding: 1em 0; }
    .single-product div.product form.cart::before, .single-product div.product form.cart::after {
      content: '';
      display: table; }
    .single-product div.product form.cart::after {
      clear: both; }
    .single-product div.product form.cart .quantity-box {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      margin-right: 10px;
      border: 1px solid rgba(0, 0, 0, 0.1); }
      .single-product div.product form.cart .quantity-box input[type=number]::-webkit-inner-spin-button,
      .single-product div.product form.cart .quantity-box input[type=number]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
        text-align: center; }
      .single-product div.product form.cart .quantity-box input[type=number] {
        -moz-appearance: textfield;
        text-align: center;
        border: 0; }
      .single-product div.product form.cart .quantity-box .minus,
      .single-product div.product form.cart .quantity-box .plus {
        background: transparent;
        border: 0;
        cursor: pointer;
        min-width: 25px; }
        .single-product div.product form.cart .quantity-box .minus:focus, .single-product div.product form.cart .quantity-box .minus:hover,
        .single-product div.product form.cart .quantity-box .plus:focus,
        .single-product div.product form.cart .quantity-box .plus:hover {
          background: #f4900a;
          color: #fff; }
      .single-product div.product form.cart .quantity-box .minus {
        border-right: 1px solid rgba(0, 0, 0, 0.1); }
      .single-product div.product form.cart .quantity-box .plus {
        border-left: 1px solid rgba(0, 0, 0, 0.1); }
    .single-product div.product form.cart .quantity .qty {
      width: 4.2358em;
      text-align: center; }
    .single-product div.product form.cart .single_add_to_cart_button {
      text-transform: uppercase;
      padding-left: 30px;
      padding-right: 30px; }
    .single-product div.product form.cart .product-quantity-box {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      white-space: nowrap;
      vertical-align: top;
      margin-right: 0.875em; }
      .single-product div.product form.cart .product-quantity-box input[type="button"] {
        display: inline-block;
        color: #999;
        -webkit-box-shadow: none;
                box-shadow: none;
        background: 0 0;
        padding: 0 5px;
        min-width: 25px;
        height: 40px;
        border: 1px solid rgba(129, 129, 129, 0.2); }
        .single-product div.product form.cart .product-quantity-box input[type="button"]:hover {
          background: #f4900a;
          color: #fff; }
      .single-product div.product form.cart .product-quantity-box input[type="number"] {
        border-left: none;
        border-right: none;
        height: 40px; }
    .single-product div.product form.cart .quantity {
      float: left; }
    .single-product div.product form.cart table.woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__quantity {
      float: none;
      margin-right: 0; }
      .single-product div.product form.cart table.woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__quantity .quantity {
        margin-right: 0; }
  .single-product div.product .summary .yith-wcwl-add-to-wishlist {
    display: inline-block; }
    .single-product div.product .summary .yith-wcwl-add-to-wishlist .add_to_wishlist: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: "\f08a";
      padding-right: 5px; }
  .single-product div.product .summary .yith-wcwl-add-to-wishlist + .clear {
    display: none; }
  .single-product div.product .summary .compare {
    background: transparent;
    border: 0;
    color: #212121; }
    .single-product div.product .summary .compare:hover {
      color: #f4900a; }
    .single-product div.product .summary .compare: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: '\f080';
      padding-right: 5px; }
  .single-product div.product p.price {
    font-size: 1.41575em;
    margin: 0.875em 0; }
  .single-product div.product table.variations {
    table-layout: fixed;
    margin: 0; }
    .single-product div.product table.variations th,
    .single-product div.product table.variations td {
      display: list-item;
      padding: 0;
      list-style: none;
      background-color: transparent;
      border-top: 0; }
    .single-product div.product table.variations .value {
      margin-bottom: 1em; }
    .single-product div.product table.variations select {
      max-width: 70%;
      vertical-align: middle; }
  .single-product div.product .single_variation .price {
    margin-bottom: 1em;
    display: block; }
  .single-product div.product .variations_button {
    padding-top: 1em; }
    .single-product div.product .variations_button::before, .single-product div.product .variations_button::after {
      content: '';
      display: table; }
    .single-product div.product .variations_button::after {
      clear: both; }
  .single-product div.product .woocommerce-product-rating {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
    .single-product div.product .woocommerce-product-rating::before, .single-product div.product .woocommerce-product-rating::after {
      content: '';
      display: table; }
    .single-product div.product .woocommerce-product-rating::after {
      clear: both; }
    .single-product div.product .woocommerce-product-rating a {
      font-weight: 400;
      text-decoration: none; }
      .single-product div.product .woocommerce-product-rating a:hover {
        text-decoration: none; }
    .single-product div.product .woocommerce-product-rating .star-rating {
      float: left;
      margin-right: 0.61805em;
      margin-top: 3px; }
  .single-product div.product .product_meta {
    font-size: 1em;
    padding-top: 1em;
    margin-top: 1em;
    border-top: 1px solid rgba(0, 0, 0, 0.1); }
    .single-product div.product .product_meta .sku_wrapper,
    .single-product div.product .product_meta .posted_in,
    .single-product div.product .product_meta .tagged_as {
      display: block;
      padding-bottom: 10px; }
    .single-product div.product .product_meta a {
      font-weight: 400;
      text-decoration: none;
      padding-left: 5px; }
      .single-product div.product .product_meta a:hover {
        text-decoration: none; }
  .single-product div.product .social-share-block h6 {
    float: none;
    display: inline-block; }
  .single-product div.product .social-share-block a {
    font-weight: 400;
    text-decoration: none;
    padding-left: 5px; }
    .single-product div.product .social-share-block a:hover {
      text-decoration: none; }
  .single-product div.product .product-extra-info {
    font-size: 1em;
    padding-top: 1.41575em;
    margin-bottom: 1.41575em;
    border-top: 1px solid rgba(0, 0, 0, 0.1); }
    .single-product div.product .product-extra-info .product-extra-security-info img {
      max-width: 100%; }
  .single-product div.product .countdown-timer {
    padding-top: 1.41575em;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: 1.41575em; }

.single-product table.shop_attributes {
  max-width: 690px;
  margin-left: auto;
  margin-right: auto; }
  .single-product table.shop_attributes th, .single-product table.shop_attributes td {
    border-color: rgba(0, 0, 0, 0.1); }
  .single-product table.shop_attributes td {
    text-align: right; }

.single-images-thumb-left .woocommerce-product-gallery {
  -ms-flex-line-pack: top;
      align-content: top;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }
  .single-images-thumb-left .woocommerce-product-gallery .gallery-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    overflow: hidden; }

.single-images-thumb-left .flex-control-thumbs li {
  width: 100% !important; }

.single-images-thumb-right .woocommerce-product-gallery {
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  .single-images-thumb-right .woocommerce-product-gallery .gallery-container {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }

.single-images-thumb-right .flex-control-thumbs li {
  width: 100% !important; }

.single-images-thumb-bottom .woocommerce-product-gallery {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.single-images-2-cols .woocommerce-product-gallery {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .single-images-2-cols .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .single-images-2-cols .woocommerce-product-gallery .woocommerce-product-gallery__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }

.stock:empty::before {
  display: none; }

.stock.in-stock {
  color: #5bc0de; }

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

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

/**
 * Reviews
 */
#reviews {
  outline: none; }
  #reviews #comments {
    padding-top: 0; }
  #reviews .comment-reply-title {
    display: none; }
  #reviews .commentlist {
    list-style: none;
    margin-left: 0; }
    #reviews .commentlist li {
      margin-bottom: 2.61792em;
      list-style: none;
      clear: both;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
      #reviews .commentlist li::before, #reviews .commentlist li::after {
        content: '';
        display: table; }
      #reviews .commentlist li::after {
        clear: both; }
      #reviews .commentlist li .comment_container {
        border-radius: 3px; }
        #reviews .commentlist li .comment_container::before, #reviews .commentlist li .comment_container::after {
          content: '';
          display: table; }
        #reviews .commentlist li .comment_container::after {
          clear: both; }
        #reviews .commentlist li .comment_container .comment-text {
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          width: 83.33333%;
          float: right;
          padding-left: 15px;
          padding-right: 15px; }
          #reviews .commentlist li .comment_container .comment-text .star-rating {
            float: right;
            font-size: 0.61805em;
            line-height: 1;
            height: 1em; }
      #reviews .commentlist li:last-child {
        border-bottom: 0;
        margin-bottom: 0; }
      #reviews .commentlist li time {
        opacity: 0.5;
        font-size: 0.875em; }
      #reviews .commentlist li .avatar {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 16.66667%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
        height: auto; }
      #reviews .commentlist li p.meta {
        margin-bottom: 1em; }
        #reviews .commentlist li p.meta strong {
          line-height: 1; }
        #reviews .commentlist li p.meta time {
          display: block; }
        #reviews .commentlist li p.meta .verified {
          font-style: normal;
          font-size: 0.875em; }
        #reviews .commentlist li p.meta .woocommerce-review__dash {
          display: none; }
      #reviews .commentlist li ul.children {
        margin: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 83.33333%;
        float: right;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 1.618em; }
        #reviews .commentlist li ul.children .avatar {
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          width: 20%;
          float: left;
          padding-left: 15px;
          padding-right: 15px; }
        #reviews .commentlist li ul.children .comment-text {
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          width: 80%;
          float: right;
          padding-left: 15px;
          padding-right: 15px; }
        #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 {
    clear: both; }
    #reviews .comment-form-rating label {
      display: block; }

/**
 * Breadcrumbs
 */
.ocbee-breadcrumb {
  margin: 0 0 1.618em;
  padding: 1em 0; }

.woocommerce-breadcrumb {
  font-size: 0.875em; }
  .woocommerce-breadcrumb .breadcrumb-separator {
    display: inline-block;
    padding: 0 0.54079em; }

/**
 * Widgets
 */
.product_list_widget {
  list-style: none;
  margin-left: 0; }
  .product_list_widget li {
    padding: 1em 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    list-style: none; }
    .product_list_widget li::before, .product_list_widget li::after {
      content: '';
      display: table; }
    .product_list_widget li::after {
      clear: both; }
    .product_list_widget li img {
      max-width: 4.2358em;
      height: auto;
      margin-right: 10px;
      float: left; }
    .product_list_widget li > a {
      padding: 0 !important;
      display: block;
      font-size: 1em;
      font-weight: 400; }
    .product_list_widget li:last-child {
      border-bottom: 0; }
  .product_list_widget .woocommerce-Price-amount,
  .product_list_widget ins {
    text-decoration: none;
    color: #f4900a; }
  .product_list_widget del .woocommerce-Price-amount {
    color: #999; }
  .product_list_widget del + ins {
    margin-right: 0.327em; }

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 {
    padding-left: 1.5em;
    position: relative; }
    .widget_shopping_cart .product_list_widget li a.remove {
      position: absolute;
      top: 1em;
      left: 0;
      opacity: 1; }

.widget_shopping_cart p.total,
.widget_shopping_cart p.buttons {
  padding: 1em 0;
  margin: 0;
  text-align: center; }

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

.widget_shopping_cart .buttons a {
  display: block;
  margin-bottom: 0.61805em; }
  .widget_shopping_cart .buttons a:last-child {
    margin-bottom: 0; }
  .widget_shopping_cart .buttons a img {
    margin-left: auto;
    margin-right: auto; }

.site-header .widget_shopping_cart p.total,
.site-header .widget_shopping_cart p.buttons,
.site-header .widget_shopping_cart li {
  padding-left: 1.41575em;
  padding-right: 1.41575em; }

.widget_layered_nav li {
  margin-bottom: 0.61805em; }

.widget.woocommerce li .count {
  font-size: 1em;
  float: right; }

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

.widget_price_filter .price_slider_amount {
  text-align: left;
  line-height: 2.4em; }
  .widget_price_filter .price_slider_amount .button {
    float: right;
    background: #f9f9f9;
    color: #212121;
    border: 0;
    display: none; }
    .widget_price_filter .price_slider_amount .button:hover {
      background: #c6c6c6;
      color: #fff; }

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

.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  top: auto;
  z-index: 2;
  width: 1em;
  height: 1em;
  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;
  background: #f4900a;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: -0.25em;
  margin-left: auto;
  opacity: 1;
  border: 0; }
  .widget_price_filter .ui-slider .ui-slider-handle:last-child {
    margin-left: -1em; }
  .widget_price_filter .ui-slider .ui-slider-handle:hover, .widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
    -webkit-box-shadow: 0 0 0 0.236em rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 0 0.236em rgba(0, 0, 0, 0.1); }

.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background: #f4900a;
  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, 0.1);
  border: 0; }

.widget_price_filter .ui-slider-horizontal {
  height: 0.5em; }

.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; }

.yith-woocompare-widget ul.products-list li .title {
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400; }

/**
 * Right to left styles
 */
/*!rtl:begin:ignore*/
.rtl .widget_price_filter .price_label,
.rtl .widget_price_filter .price_label span {
  direction: ltr;
  unicode-bidi: embed; }

/*!rtl:end:ignore*/
/**
 * Cart
 */
table.cart {
  margin-bottom: 3.70633em; }
  table.cart .product-quantity .plus,
  table.cart .product-quantity .minus {
    display: none; }
  table.cart .product-thumbnail img {
    margin: 0 auto;
    max-width: 3.70633em;
    height: auto; }
  table.cart .product-thumbnail::before {
    display: none; }
  table.cart tr:first-child td.product-remove {
    border-top-width: 0; }
  table.cart td.product-remove {
    padding: 0;
    border-top: 1.618em solid;
    position: relative; }
    table.cart td.product-remove a.remove {
      position: absolute;
      font-size: 1.41575em;
      top: -0.61805em;
      right: -0.61805em; }
  table.cart th {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  table.cart td.product-quantity .qty {
    padding: 0.326em;
    width: 3.70633em; }
  table.cart td,
  table.cart th {
    padding: 0.875em 0.875em 0; }
  table.cart td.product-subtotal {
    padding-bottom: 0.875em; }
  table.cart td.actions {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    background-color: transparent;
    padding: 20px 0; }
    table.cart td.actions label {
      display: none; }
    table.cart td.actions .coupon {
      padding-bottom: 1em;
      margin-bottom: 1em;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    table.cart td.actions input {
      display: block;
      width: 100%;
      margin: 0.54079em 0; }
      table.cart td.actions input[name='update_cart']:focus {
        outline: none; }

.wc-proceed-to-checkout {
  margin-bottom: 1.618em; }
  .wc-proceed-to-checkout::before, .wc-proceed-to-checkout::after {
    content: '';
    display: table; }
  .wc-proceed-to-checkout::after {
    clear: both; }
  .wc-proceed-to-checkout .button {
    display: block;
    text-align: center;
    margin-bottom: 1em; }
    .wc-proceed-to-checkout .button.checkout-button {
      font-size: 1.41575em; }

.woocommerce-shipping-calculator {
  margin: 0; }
  .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: 0; }
  ul#shipping_method li {
    margin-bottom: 0.23608em; }
    ul#shipping_method li:last-child {
      margin-bottom: 0; }
  ul#shipping_method input {
    margin-right: 0.33423em; }

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

/**
 * 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;
  color: #666;
  border: none;
  text-align: center; }
  .woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info a {
    color: #f4900a; }

.checkout .col2-set .col-1, .checkout .col2-set .col-2 {
  width: 100%;
  max-width: 100%; }

.checkout_coupon {
  margin-bottom: 2.61792em;
  max-width: 500px;
  background: #f9f9f9;
  margin-left: auto;
  margin-right: auto;
  padding: 35px 45px;
  overflow: hidden; }

form.checkout {
  position: static !important;
  /* 1 */ }
  form.checkout::before, form.checkout::after {
    content: '';
    display: table; }
  form.checkout::after {
    clear: both; }
  form.checkout > .blockUI {
    position: fixed !important;
    /* 1 */ }
  form.checkout .woocommerce-input-wrapper {
    display: block;
    width: 100%; }

#order_review {
  background: #f9f9f9;
  padding: 50px 50px 75px;
  position: relative; }
  #order_review .payment_methods {
    background: #fff; }

.woocommerce-checkout-review-order,
.cart_totals {
  background-color: #f9f9f9;
  padding: 40px 5px;
  position: relative;
  margin-bottom: 3em; }
  @media (min-width: 576px) {
    .woocommerce-checkout-review-order,
    .cart_totals {
      padding: 40px; } }
  .woocommerce-checkout-review-order:before, .woocommerce-checkout-review-order:after,
  .cart_totals:before,
  .cart_totals:after {
    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, #f9f9f9 100%); }
  .woocommerce-checkout-review-order:after,
  .cart_totals:after {
    bottom: -10px;
    top: unset;
    left: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }

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

#payment::after {
  clear: both; }

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

#payment .payment_methods {
  margin: 0 !important; }
  #payment .payment_methods > .woocommerce-PaymentMethod > label,
  #payment .payment_methods > .wc_payment_method > label {
    display: inline-block;
    padding: 0.875em 0 0;
    cursor: pointer; }
  #payment .payment_methods li {
    list-style: none !important;
    margin-left: 0;
    position: relative; }
    #payment .payment_methods li img {
      float: right;
      border: 0;
      padding: 0;
      max-height: 1.618em; }
    #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: 0 0 1em; }
      #payment .payment_methods li .payment_box fieldset {
        border: 0;
        margin: 0;
        padding: 1em 0 0;
        font-size: 0.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: 0.61805em; }
          #payment .payment_methods li .payment_box .woocommerce-SavedPaymentMethods li input[type=radio] {
            margin-right: 0.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-number,
      #payment .payment_methods li .payment_box .wc-credit-card-form-card-expiry,
      #payment .payment_methods li .payment_box .wc-credit-card-form-card-cvc {
        font-size: 1.41575em; }
      #payment .payment_methods li .payment_box .wc-credit-card-form-card-number {
        background-repeat: no-repeat;
        background-position: right 0.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 .terms {
  width: 100%;
  clear: both;
  float: none;
  margin-bottom: 1em; }
  #payment .terms label {
    display: block;
    cursor: pointer; }

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

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

table.woocommerce-checkout-review-order-table .product-name {
  width: 300px;
  word-wrap: break-word; }

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

/**
 * Password strength meter
 */
.woocommerce-password-strength {
  font-weight: 600;
  padding: 0.54079em 0;
  text-align: right;
  font-size: 0.875em; }
  .woocommerce-password-strength.strong {
    color: #5bc0de; }
  .woocommerce-password-strength.short {
    color: #e2401c; }
  .woocommerce-password-strength.bad {
    color: #e2401c; }
  .woocommerce-password-strength.good {
    color: #43ac6a; }

/**
 * My Account
 */
label.inline {
  display: inline !important;
  margin-left: 1em; }

.woocommerce-MyAccount-navigation ul {
  margin-left: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0; }
  .woocommerce-MyAccount-navigation ul li {
    list-style: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    position: relative; }
    .woocommerce-MyAccount-navigation ul li a {
      padding: 0.875em 1em;
      display: block;
      position: relative;
      background: #f9f9f9; }
      .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: "\f105";
        padding-right: 0.875em; }
    .woocommerce-MyAccount-navigation ul li.is-active a {
      color: #f4900a; }

.woocommerce-thankyou-order-received {
  color: #f4900a;
  padding: 1.618em 0 0; }

ul.order_details {
  list-style: none;
  position: relative;
  margin: 1.41575em 0;
  padding: 0; }
  ul.order_details::before, ul.order_details::after {
    content: '';
    display: table; }
  ul.order_details::after {
    clear: both; }
  ul.order_details::before, ul.order_details::after {
    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;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  ul.order_details li {
    padding: 1em 0;
    font-size: 0.8em;
    text-transform: uppercase; }
    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; }

.woocommerce-order-details {
  margin: 1.618em 0; }

.my_account_orders .button,
.woocommerce-MyAccount-downloads .button {
  padding: 0.61805em 0.875em;
  font-size: 1em;
  margin-right: 0.236em; }

.woocommerce-MyAccount-content h2 {
  font-size: 2em;
  font-weight: 600; }

.woocommerce-MyAccount-content #payment .payment_methods {
  margin-bottom: 1.618em !important; }

/**
 * My Account
 */
.woocommerce-MyAccount-content .woocommerce-Pagination {
  text-align: center; }

.woocommerce-form-login {
  background-color: #f9f9f9;
  margin-bottom: 2.61792em;
  position: relative; }
  .woocommerce-form-login:before, .woocommerce-form-login:after {
    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, #f9f9f9 100%); }
  .woocommerce-form-login:after {
    bottom: -10px;
    top: unset;
    left: 0;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }

.account-heading-tab {
  padding-top: 30px;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .account-heading-tab a {
    font-size: 1.41575em;
    margin-right: 1em;
    position: relative; }
    .account-heading-tab a.active {
      font-size: 2.61792em; }
    .account-heading-tab a:after {
      content: "";
      width: 0;
      height: 1px;
      bottom: 0;
      position: absolute;
      left: auto;
      right: 0;
      -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
      transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
      background: currentColor; }
    .account-heading-tab a:hover {
      cursor: pointer; }
      .account-heading-tab a:hover:after {
        width: 100%;
        left: 0;
        right: auto; }

.woocommerce-account-form {
  max-width: 600px;
  margin: 0 auto; }

#customer_login {
  padding-top: 30px;
  padding-bottom: 30px; }
  #customer_login .woocommerce-form-login {
    background: none; }
    #customer_login .woocommerce-form-login:before, #customer_login .woocommerce-form-login:after {
      display: none; }
  #customer_login h2 {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 35px; }
  #customer_login .form-row {
    text-align: center; }
  #customer_login .woocommerce-form__label-for-checkbox {
    display: block;
    text-align: left;
    margin-bottom: 0; }

/**
 * General WooCommerce components
 */
.woocommerce-form__label-for-checkbox {
  cursor: pointer;
  display: block;
  margin-bottom: 0; }
  .woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox {
    margin-right: 30px; }

.form-row label {
  display: block; }

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

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

.form-row .button {
  width: auto; }

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

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

.form-row.woocommerce-invalid input.input-text {
  -webkit-box-shadow: inset 2px 0 0 #e2401c;
          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 30px;
  background-color: #43ac6a;
  color: #fff;
  z-index: 9998; }
  .demo_store a {
    color: #fff;
    font-weight: 400;
    text-decoration: underline; }
    .demo_store a:hover {
      text-decoration: none; }
    .demo_store a.woocommerce-store-notice__dismiss-link {
      display: block; }

.star-rating {
  overflow: hidden;
  position: relative;
  height: 1.618em;
  line-height: 1.618;
  font-size: 12px;
  width: 5.3em;
  font-family: 'star';
  font-weight: 400; }
  .star-rating::before {
    content: '\53\53\53\53\53';
    opacity: 0.25;
    float: left;
    top: 0;
    left: 0;
    position: absolute; }
  .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
    text-align: left; }
  .star-rating span::before {
    content: '\53\53\53\53\53';
    top: 0;
    position: absolute;
    left: 0;
    color: #f4900a; }

p.stars {
  display: inline-block;
  margin: 0; }
  p.stars a {
    position: relative;
    height: 1em;
    width: 1em;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none;
    margin-right: 1px;
    font-weight: 400; }
    p.stars a::before {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 1em;
      height: 1em;
      line-height: 1;
      font-family: 'star';
      content: '\53';
      color: #666;
      text-indent: 0;
      opacity: 0.25; }
    p.stars a:hover ~ a::before {
      content: '\53';
      color: #666;
      opacity: 0.25; }
  p.stars:hover a::before {
    content: '\53';
    color: #212121;
    opacity: 1; }
  p.stars.selected a.active::before {
    content: '\53';
    color: #212121;
    opacity: 1; }
  p.stars.selected a.active ~ a::before {
    content: '\53';
    color: #666;
    opacity: 0.25; }
  p.stars.selected a:not(.active)::before {
    content: '\53';
    color: #212121;
    opacity: 1; }

.onsale {
  position: absolute;
  top: 15px;
  left: 15px;
  border: 0;
  background: #81b533;
  color: #fff;
  padding: 0 0.61805em;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 15px;
  border-radius: 2px;
  z-index: 1; }

.ocbee-sorting {
  font-size: 0.875em;
  margin-bottom: 2.61792em; }

.single-content-accordion .woocommerce-accordions {
  overflow: hidden;
  padding: 1em 0; }
  .single-content-accordion .woocommerce-accordions::before, .single-content-accordion .woocommerce-accordions::after {
    content: '';
    display: table; }
  .single-content-accordion .woocommerce-accordions::after {
    clear: both; }
  .single-content-accordion .woocommerce-accordions .ui-accordion-header {
    padding-top: 4px;
    padding-bottom: 9px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
    margin: 0; }
    .single-content-accordion .woocommerce-accordions .ui-accordion-header a {
      position: relative;
      display: block;
      padding-top: 10px;
      padding-bottom: 10px;
      text-transform: uppercase;
      font-size: 20px;
      font-size: 1.25rem;
      font-weight: 400;
      color: #212121; }
      .single-content-accordion .woocommerce-accordions .ui-accordion-header a:hover {
        color: #f4900a; }
      .single-content-accordion .woocommerce-accordions .ui-accordion-header 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;
        content: "\f107";
        position: absolute;
        right: 0;
        top: 50%;
        text-align: center;
        font-size: 20px;
        font-size: 1.25rem;
        color: #999;
        -webkit-transition: -webkit-transform 0.4s ease;
        transition: -webkit-transform 0.4s ease;
        transition: transform 0.4s ease;
        transition: transform 0.4s ease, -webkit-transform 0.4s ease;
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden;
        -webkit-perspective: 800px;
                perspective: 800px; }
    .single-content-accordion .woocommerce-accordions .ui-accordion-header.ui-state-active a {
      color: #f4900a; }
      .single-content-accordion .woocommerce-accordions .ui-accordion-header.ui-state-active a:after {
        -webkit-transform: rotate(-180deg);
                transform: rotate(-180deg); }
  .single-content-accordion .woocommerce-accordions .shop_attributes {
    margin-bottom: 15px; }
    .single-content-accordion .woocommerce-accordions .shop_attributes th, .single-content-accordion .woocommerce-accordions .shop_attributes td {
      border-top: 0;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .single-content-accordion .woocommerce-accordions .woocommerce-accordions-panel {
    padding-top: 12px; }

.single-content-accordion .woocommerce-Reviews-title {
  display: none; }

.woocommerce-tabs {
  padding: 1em 0 2em;
  width: 100%; }
  .woocommerce-tabs .panel h2:first-of-type {
    font-size: 1.618em;
    margin-bottom: 2em;
    display: none; }
  .woocommerce-tabs ul.tabs {
    list-style: none;
    margin-left: 0;
    text-align: left;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    .woocommerce-tabs ul.tabs li {
      display: inline-block;
      margin: 0;
      position: relative; }
      .woocommerce-tabs ul.tabs li:not(:last-child) {
        margin-right: 30px; }
      .woocommerce-tabs ul.tabs li a {
        padding: 0 0 5px;
        display: block;
        font-size: 24px;
        font-weight: 400;
        letter-spacing: 0;
        position: relative; }
        .woocommerce-tabs ul.tabs li a:after {
          content: '';
          position: absolute;
          bottom: -1px;
          width: 0;
          left: 0;
          height: 2px;
          background: #f4900a;
          -webkit-transition: all ease 0.35s;
          transition: all ease 0.35s; }
        .woocommerce-tabs ul.tabs li a:hover {
          color: #212121; }
          .woocommerce-tabs ul.tabs li a:hover:after {
            width: 100%; }
      .woocommerce-tabs ul.tabs li.active a:after {
        width: 100%; }
  .woocommerce-tabs blockquote {
    text-align: left;
    font-size: 20px;
    margin-bottom: 20px;
    padding-left: 30px;
    border-left: 2px solid;
    border-left-color: #f4900a;
    color: #f4900a; }
  .woocommerce-tabs strong {
    font-size: 20px;
    color: #000; }
  .woocommerce-tabs img {
    max-width: 100%;
    height: auto; }

.single-veritcal-tabs .woocommerce-tabs {
  overflow: hidden;
  padding: 1em 0; }
  .single-veritcal-tabs .woocommerce-tabs::before, .single-veritcal-tabs .woocommerce-tabs::after {
    content: '';
    display: table; }
  .single-veritcal-tabs .woocommerce-tabs::after {
    clear: both; }

.single-veritcal-tabs ul.tabs li {
  display: block;
  border-right: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.related,
.upsells {
  padding: 30px 0;
  width: 100%; }
  .related > h2:first-child,
  .upsells > h2:first-child {
    font-size: 36px;
    font-size: 2.25rem;
    margin-bottom: 15px;
    text-align: center; }
  .related .products,
  .upsells .products {
    padding: 0; }

.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
  padding: 1em 1.618em;
  margin-bottom: 2.61792em;
  background-color: #5bc0de;
  margin-left: 0;
  border-radius: 2px;
  color: #fff;
  clear: both;
  border-left: 0.61805em solid rgba(0, 0, 0, 0.15); }
  .woocommerce-message::before, .woocommerce-message::after,
  .woocommerce-info::before,
  .woocommerce-info::after,
  .woocommerce-error::before,
  .woocommerce-error::after,
  .woocommerce-noreviews::before,
  .woocommerce-noreviews::after,
  p.no-comments::before,
  p.no-comments::after {
    content: '';
    display: table; }
  .woocommerce-message::after,
  .woocommerce-info::after,
  .woocommerce-error::after,
  .woocommerce-noreviews::after,
  p.no-comments::after {
    clear: both; }
  .woocommerce-message a,
  .woocommerce-info a,
  .woocommerce-error a,
  .woocommerce-noreviews a,
  p.no-comments a {
    color: #fff; }
    .woocommerce-message a:hover,
    .woocommerce-info a:hover,
    .woocommerce-error a:hover,
    .woocommerce-noreviews a:hover,
    p.no-comments a:hover {
      color: #fff;
      opacity: 0.7; }
    .woocommerce-message a.button:hover,
    .woocommerce-info a.button:hover,
    .woocommerce-error a.button:hover,
    .woocommerce-noreviews a.button:hover,
    p.no-comments a.button:hover {
      opacity: 1; }
  .woocommerce-message .button,
  .woocommerce-info .button,
  .woocommerce-error .button,
  .woocommerce-noreviews .button,
  p.no-comments .button {
    float: right;
    padding: 0;
    background: none;
    color: #fff;
    -webkit-box-shadow: none;
            box-shadow: none;
    line-height: 1.618;
    padding-left: 1em;
    border-width: 0;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: rgba(255, 255, 255, 0.25) !important;
    border-radius: 0; }
    .woocommerce-message .button:hover,
    .woocommerce-info .button:hover,
    .woocommerce-error .button:hover,
    .woocommerce-noreviews .button:hover,
    p.no-comments .button:hover {
      background: none;
      color: #fff;
      opacity: 0.7; }
  .woocommerce-message pre,
  .woocommerce-info pre,
  .woocommerce-error pre,
  .woocommerce-noreviews pre,
  p.no-comments pre {
    background-color: rgba(0, 0, 0, 0.1); }

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

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

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

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

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

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

.blog .pagination {
  float: right;
  margin-bottom: 1.618em; }
  .blog .pagination li {
    display: inline-block;
    list-style: none;
    margin-right: 10px; }
    .blog .pagination li a {
      color: #999; }
      .blog .pagination li a:hover {
        color: #dc8209; }
    .blog .pagination li span.current {
      color: #dc8209; }

.woocommerce-pagination .page-numbers li {
  display: inline-block;
  list-style: none;
  margin-right: 10px; }
  .woocommerce-pagination .page-numbers li a {
    color: #999; }
    .woocommerce-pagination .page-numbers li a:hover {
      color: #dc8209; }
  .woocommerce-pagination .page-numbers li span.current {
    color: #dc8209; }

.widget-reviews .comments-group h5 {
  margin-bottom: 30px; }

.widget-reviews .reviews-summary {
  position: relative; }
  .widget-reviews .reviews-summary h5 {
    margin-bottom: 30px; }
  .widget-reviews .reviews-summary:before {
    content: "";
    height: 100%;
    width: 1px;
    background-color: #e8e8e8;
    position: absolute;
    left: 0;
    top: 0; }
  .widget-reviews .reviews-summary .review-summary-total {
    text-align: center; }
    .widget-reviews .reviews-summary .review-summary-total .review-summary-result {
      width: 90px;
      height: 90px;
      text-align: center;
      border: 2px solid #f4900a;
      color: #f4900a;
      line-height: 90px;
      font-size: 24px;
      border-radius: 50%;
      margin-bottom: 8px; }
  .widget-reviews .reviews-summary .review-summary-detal {
    overflow: hidden;
    display: block;
    padding: 10px 0; }
    .widget-reviews .reviews-summary .review-summary-detal .review-summery-item {
      display: block; }
      .widget-reviews .reviews-summary .review-summary-detal .review-summery-item .review-label {
        color: #212121;
        font-weight: 400;
        float: left;
        padding-right: 25px;
        padding-left: 40px;
        letter-spacing: 1px;
        margin-top: -8px; }
      .widget-reviews .reviews-summary .review-summary-detal .review-summery-item .progress {
        margin-bottom: 15px;
        background-color: #f9f9f9;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 3px;
        height: 10px;
        font-size: 0.61805em; }
        .widget-reviews .reviews-summary .review-summary-detal .review-summery-item .progress .progress-bar {
          border-radius: 3px;
          text-indent: 5px; }

.widget-reviews .review_form_wrapper {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 1em; }
  .widget-reviews .review_form_wrapper #respond {
    background: transparent;
    padding-left: 0;
    padding-right: 0; }

.opal-countdown {
  font-size: 1em;
  margin-bottom: 1em; }
  .opal-countdown .countdown-times {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-top: 10px;
    text-align: center; }
    .opal-countdown .countdown-times b {
      line-height: 1;
      display: block;
      font-size: 1.41575em;
      color: #000;
      font-weight: 400;
      min-width: 45px; }
    .opal-countdown .countdown-times > div {
      font-size: 0.875em;
      line-height: 17px;
      margin-right: 0.875em;
      color: #000;
      background: #fff;
      border-radius: 0;
      border: 1px solid rgba(0, 0, 0, 0.1);
      padding: 8px 3px; }

.product-categories {
  padding-left: 0; }
  .product-categories li a {
    font-size: 14px;
    font-size: 0.875rem;
    color: #666; }
    .product-categories li a:hover {
      color: #f4900a; }
  .product-categories li.current-cat a {
    color: #f4900a; }

.opal-login-form-ajax label {
  display: block; }

.form-row {
  margin-left: 0;
  margin-right: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.login-form-bottom {
  margin-top: 10px; }

.lost_reset_password {
  margin: 1.618em 0;
  padding: 40px;
  background: #f9f9f9;
  position: relative; }
  .lost_reset_password:before, .lost_reset_password:after {
    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, #f9f9f9 100%); }
  .lost_reset_password:after {
    bottom: -10px;
    top: unset;
    left: 0;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  .lost_reset_password .form-row-first {
    float: none; }

.swiper-container,
.swiper-container-horizontal {
  padding-top: 50px;
  position: relative; }
  .swiper-container [class*='swiper-button-'],
  .swiper-container-horizontal [class*='swiper-button-'] {
    text-align: center;
    font-size: 0px;
    font-size: 0rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-image: none;
    top: 0;
    margin-top: 0; }
    @media screen and (prefers-reduced-motion: reduce) {
      .swiper-container [class*='swiper-button-'],
      .swiper-container-horizontal [class*='swiper-button-'] {
        -webkit-transition: none;
        transition: none; } }
    .swiper-container [class*='swiper-button-']:before,
    .swiper-container-horizontal [class*='swiper-button-']:before {
      font-size: 20px;
      font-size: 1.25rem;
      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;
      height: 40px;
      width: 40px;
      border: 1px solid rgba(0, 0, 0, 0.1);
      display: block;
      color: #999;
      line-height: 40px;
      text-align: center; }
    .swiper-container [class*='swiper-button-']:hover:before,
    .swiper-container-horizontal [class*='swiper-button-']:hover:before {
      border-color: #212121;
      color: #f4900a;
      cursor: pointer;
      background: #f9f9f9; }
  .swiper-container .swiper-button-next,
  .swiper-container-horizontal .swiper-button-next {
    right: calc(50% - 40px); }
    .swiper-container .swiper-button-next:before,
    .swiper-container-horizontal .swiper-button-next:before {
      font-size: 20px;
      font-size: 1.25rem;
      content: '\f105'; }
  .swiper-container .swiper-button-prev,
  .swiper-container-horizontal .swiper-button-prev {
    left: calc(50% - 40px); }
    .swiper-container .swiper-button-prev:before,
    .swiper-container-horizontal .swiper-button-prev:before {
      font-size: 20px;
      font-size: 1.25rem;
      content: '\f104'; }

.sidebar-filter {
  float: right; }
  .sidebar-filter .wpopal-filter-top-button {
    background: #f9f9f9;
    padding: 8px 20px; }

.wpopal-filter-top-button {
  display: block;
  clear: both;
  width: 100%; }

.sidebar-filter-content {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 0;
  width: 100%;
  float: left; }
  .sidebar-filter-content.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    height: auto;
    padding: 1em;
    border: 1px solid rgba(0, 0, 0, 0.1); }
  .sidebar-filter-content > section {
    display: inline-block;
    vertical-align: top; }

.wpopal-sorting {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
  width: 100%;
  max-width: 100%; }
  .wpopal-sorting .woo-show-perpage span {
    padding-right: 5px; }
  .wpopal-sorting .woo-show-perpage a {
    padding-right: 5px;
    padding-left: 5px;
    position: relative; }
    .wpopal-sorting .woo-show-perpage a:before {
      position: absolute;
      content: "/";
      top: 0;
      right: 0;
      color: #adb5bd; }
    .wpopal-sorting .woo-show-perpage a:last-child:before {
      display: none; }
  .wpopal-sorting .woo-display-mode a {
    margin-right: 5px; }
    .wpopal-sorting .woo-display-mode a.active svg {
      fill: #f4900a !important; }
  @media (max-width: 768px) {
    .wpopal-sorting .woo-display-mode {
      display: none; } }

.wpopal-selected-filters .wpopal-filter-top-button {
  display: none; }

.wpopal-selected-filters a {
  display: inline;
  margin-bottom: 5px;
  margin-right: 15px;
  padding: 5px 20px 5px 10px;
  position: relative;
  background: #f9f9f9;
  font-size: 14px;
  font-size: 0.875rem; }
  .wpopal-selected-filters a:before, .wpopal-selected-filters a:after {
    content: " ";
    position: absolute;
    right: 5px;
    top: 50%;
    width: 10px;
    height: 2px;
    display: inline-block;
    background-color: currentColor;
    -webkit-transition: background-color .2s ease-in-out,width .2s ease-in-out,-webkit-transform .2s ease-in-out;
    transition: background-color .2s ease-in-out,width .2s ease-in-out,-webkit-transform .2s ease-in-out;
    transition: background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out;
    transition: background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out,-webkit-transform .2s ease-in-out; }
  .wpopal-selected-filters a:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .wpopal-selected-filters a:after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .wpopal-selected-filters a:hover:before, .wpopal-selected-filters a:hover:after {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }

.wpopal-selected-filters .widget_layered_nav_filters {
  display: inline-block;
  margin-bottom: 0; }
  .wpopal-selected-filters .widget_layered_nav_filters li {
    display: inline-block; }

.woocommerce-widget-layered-nav-list li .filter-swatch {
  border-radius: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 5px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  vertical-align: middle;
  position: relative; }
  .woocommerce-widget-layered-nav-list li .filter-swatch:after {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "\f00c";
    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;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    opacity: 0;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease; }

.woocommerce-widget-layered-nav-list li .count {
  color: #999;
  font-size: 12px;
  font-size: 0.75rem;
  text-align: center;
  height: 20px;
  line-height: 18px;
  min-width: 30px;
  padding-left: 5px;
  padding-right: 5px;
  -webkit-transition: color .25s ease,background-color .25s ease,border-color .25s ease;
  transition: color .25s ease,background-color .25s ease,border-color .25s ease; }

.woocommerce-widget-layered-nav-list li:hover .filter-swatch:after, .woocommerce-widget-layered-nav-list li.chosen .filter-swatch:after {
  opacity: 1; }

.woocommerce-widget-layered-nav-list li:hover .count, .woocommerce-widget-layered-nav-list li.chosen .count {
  background: #f4900a;
  color: #fff; }

.gallery {
  margin: 0 -8px -8px 0; }
  .gallery .gallery-item {
    padding: 0 8px 8px 0; }
    .gallery .gallery-item img {
      max-width: 100%;
      height: auto; }

.woocommerce-cart .cart-empty {
  padding-top: 1.618em;
  display: block;
  text-align: center;
  font-size: 1.41575em; }
  .woocommerce-cart .cart-empty: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;
    font-size: 9.70288em;
    color: #f9f9f9;
    content: "\f291";
    display: block; }

.woocommerce-cart .return-to-shop {
  text-align: center;
  padding-bottom: 1.618em; }

.woocommerce-cart .elementor-widget-opal-cart .elementor-dropdown-menu,
.woocommerce-checkout .elementor-widget-opal-cart .elementor-dropdown-menu {
  display: none; }

.add-to-cart-minibox {
  position: fixed;
  z-index: 999;
  top: 200px;
  right: 0;
  pointer-events: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden; }
  .add-to-cart-minibox.hide {
    opacity: 0; }
  @media (max-width: 768px) {
    .add-to-cart-minibox {
      display: none; } }
  .add-to-cart-minibox .minibox-content {
    position: relative;
    background: #fff;
    overflow: hidden; }
    .add-to-cart-minibox .minibox-content .wp-col-4 {
      z-index: 999;
      overflow: hidden;
      -webkit-animation-name: animJelly;
              animation-name: animJelly;
      -webkit-animation-duration: 1s;
              animation-duration: 1s;
      -webkit-animation-timing-function: linear;
              animation-timing-function: linear;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards; }
      .add-to-cart-minibox .minibox-content .wp-col-4 img {
        width: 70px;
        height: 70px; }
    .add-to-cart-minibox .minibox-content .wp-col-8 {
      z-index: 98;
      height: 70px;
      color: #fff;
      background: #f4900a;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      min-width: 200px;
      -webkit-animation-name: animSlide;
              animation-name: animSlide;
      -webkit-animation-duration: 0.4s;
              animation-duration: 0.4s;
      -webkit-animation-fill-mode: both;
              animation-fill-mode: both;
      -webkit-animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
              animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
      -webkit-animation-delay: 0.5s;
              animation-delay: 0.5s; }
      .add-to-cart-minibox .minibox-content .wp-col-8 h4 {
        font-size: 1em;
        color: #fff; }

#opal-woocommerce-loading {
  background: #fff;
  position: fixed;
  z-index: 10001;
  top: 50%;
  width: 50px;
  height: 50px;
  left: 50%;
  margin: -25px auto auto -25px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 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: opal-loading 450ms infinite linear;
    -webkit-animation: opal-loading 450ms infinite linear;
    margin: 30px auto;
    margin: 10px auto; }

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

.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: opal-loading 450ms infinite linear;
  -webkit-animation: opal-loading 450ms infinite linear;
  margin: 30px auto; }

.load-more-wrap {
  text-align: center;
  clear: both;
  margin: 1em auto 1.618em; }
  .load-more-wrap a {
    border: 2px solid rgba(0, 0, 0, 0.1);
    color: #212121;
    font-weight: 300;
    padding: 12px 25px;
    text-transform: uppercase; }
    .load-more-wrap a:hover {
      background: #f4900a;
      color: #fff; }
  .load-more-wrap.has-infinite {
    visibility: hidden; }

.woocommerce-products-header > img {
  max-width: 100%; }

.woocommerce-products-header .term-description {
  padding: 1em 0; }

ul.products,
.elementor-grid {
  list-style: none;
  padding-left: 0; }

.track_order .form-row-first {
  margin-left: -15px; }

/**
 * Homepage
 */
.ocbee-product-section {
  margin-bottom: 1.618em; }
  .ocbee-product-section .section-title {
    text-align: center;
    margin-bottom: 1em; }
  .ocbee-product-section:last-child {
    margin-bottom: 0; }

/**
 * Single Product Pagination
 */
.ocbee-product-pagination {
  display: none; }

/**
 * Sticky Add to Cart
 */
.ocbee-sticky-add-to-cart {
  display: none; }

@media (min-width: 768px) {
  .demo_store {
    bottom: 0; }
    .demo_store a.woocommerce-store-notice__dismiss-link {
      background: rgba(0, 0, 0, 0.1);
      float: right;
      display: inline-block;
      margin: -1em -1.41575em -1em 0;
      padding: 1em 1.41575em; }
  /**
	 * Handheld footer bar
	 */
  .ocbee-handheld-footer-bar {
    display: none; }
  /**
	 * Breadcrumbs
	 */
  .ocbee-breadcrumb {
    padding: 1.41575em 0;
    margin: 0 0 3.70633em; }
  /**
	 * Responsive tables
	 */
  table.shop_table_responsive thead {
    display: table-header-group; }
  table.shop_table_responsive tbody th {
    display: table-cell; }
  table.shop_table_responsive tr td {
    display: table-cell; }
    table.shop_table_responsive tr td::before {
      display: none; }
  /**
	 * Header Elements
	 */
  .site-header-cart {
    position: relative; }
    .site-header-cart .cart-contents {
      padding: 1.618em 0;
      display: block;
      position: relative;
      background-color: transparent;
      height: auto;
      width: auto;
      text-indent: 0; }
      .site-header-cart .cart-contents .amount {
        margin-right: 0.327em; }
      .site-header-cart .cart-contents .count {
        font-weight: 400;
        opacity: 0.5;
        font-size: 0.875em; }
      .site-header-cart .cart-contents span {
        display: inline; }
    .site-header-cart .widget_shopping_cart {
      position: absolute;
      top: 100%;
      width: 100%;
      z-index: 999999;
      font-size: 0.875em;
      left: -999em;
      display: block; }
      .site-header-cart .widget_shopping_cart.sub-menu--is-touch-device {
        display: none;
        left: 0; }
      .site-header-cart .widget_shopping_cart h2.widgettitle {
        display: none; }
      .site-header-cart .widget_shopping_cart .product_list_widget li a.remove {
        position: relative;
        float: left;
        top: auto; }
        .site-header-cart .widget_shopping_cart .product_list_widget li a.remove::before {
          text-align: left; }
    .site-header-cart:hover .widget_shopping_cart, .site-header-cart.focus .widget_shopping_cart {
      left: 0;
      display: block; }
  .site-search {
    display: block; }
    .site-search form {
      margin: 0; }
  /**
	 * Reset mobile product styles
	 */
  ul.products li.product {
    clear: none;
    width: 100%;
    float: left; }
    ul.products li.product.first {
      clear: both !important; }
    ul.products li.product.last {
      margin-right: 0 !important; }
  /**
	 * Full width content area product layout
	 */
  .page-template-template-fullwidth-php .site-main ul.products.columns-1 li.product,
  .page-template-template-homepage-php .site-main ul.products.columns-1 li.product,
  .ocbee-full-width-content .site-main ul.products.columns-1 li.product {
    width: 100%;
    margin-right: 0;
    float: none; }
  .page-template-template-fullwidth-php .site-main ul.products.columns-2 li.product,
  .page-template-template-homepage-php .site-main ul.products.columns-2 li.product,
  .ocbee-full-width-content .site-main ul.products.columns-2 li.product {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 15px;
    padding-right: 15px; }
  .page-template-template-fullwidth-php .site-main ul.products.columns-3 li.product,
  .page-template-template-homepage-php .site-main ul.products.columns-3 li.product,
  .ocbee-full-width-content .site-main ul.products.columns-3 li.product {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33333%;
    float: left;
    padding-left: 15px;
    padding-right: 15px; }
  .page-template-template-fullwidth-php .site-main ul.products.columns-4 li.product,
  .page-template-template-homepage-php .site-main ul.products.columns-4 li.product,
  .ocbee-full-width-content .site-main ul.products.columns-4 li.product {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
    float: left;
    padding-left: 15px;
    padding-right: 15px; }
  .page-template-template-fullwidth-php .site-main ul.products.columns-5 li.product,
  .page-template-template-homepage-php .site-main ul.products.columns-5 li.product,
  .ocbee-full-width-content .site-main ul.products.columns-5 li.product {
    width: 20%; }
  .page-template-template-fullwidth-php .site-main ul.products.columns-6 li.product,
  .page-template-template-homepage-php .site-main ul.products.columns-6 li.product,
  .ocbee-full-width-content .site-main ul.products.columns-6 li.product {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 16.66667%;
    float: left;
    padding-left: 15px;
    padding-right: 15px; }
  /**
	 * Main content area (adjacent to sidebar) product layout
	 */
  ul.products li.product {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
    float: left;
    padding-left: 15px;
    padding-right: 15px; }
  ul.products.columns-1 li.product {
    width: 100%;
    margin-right: 0;
    float: none; }
  ul.products.columns-2 li.product {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 15px;
    padding-right: 15px; }
  ul.products.columns-3 li.product {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33333%;
    float: left;
    padding-left: 15px;
    padding-right: 15px; }
  ul.products.columns-4 li.product {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
    float: left;
    padding-left: 15px;
    padding-right: 15px; }
  ul.products.columns-5 li.product {
    width: 20%; }
  ul.products.columns-6 li.product {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 16.66667%;
    float: left;
    padding-left: 15px;
    padding-right: 15px; }
  /**
	 * Single product page
	 */
  .single-product:not(.single-split-layout) .woocommerce-product-gallery {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 3.70633em; }
  .single-product:not(.single-split-layout) .summary {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: right;
    padding-left: 15px;
    padding-right: 15px; }
  .single-product:not(.single-split-layout).single-center-layout .summary {
    text-align: center; }
  .single-product:not(.single-split-layout).single-fullwidth-layout .site-content .woocommerce-tabs {
    position: relative; }
    .single-product:not(.single-split-layout).single-fullwidth-layout .site-content .woocommerce-tabs:before, .single-product:not(.single-split-layout).single-fullwidth-layout .site-content .woocommerce-tabs:after {
      background: #fcfcfc;
      position: absolute;
      height: 100%;
      width: 100vw;
      content: '';
      z-index: -1;
      top: 0; }
    .single-product:not(.single-split-layout).single-fullwidth-layout .site-content .woocommerce-tabs:before {
      left: -50vw; }
    .single-product:not(.single-split-layout).single-fullwidth-layout .site-content .woocommerce-tabs:after {
      right: -50vw; }
  .single-product:not(.single-split-layout).single-small-layout .woocommerce-product-gallery {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 15px;
    padding-right: 15px; }
  .single-product:not(.single-split-layout).single-small-layout .summary {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: right;
    padding-left: 15px;
    padding-right: 15px; }
  .single-product:not(.single-split-layout).single-big-layout .woocommerce-product-gallery {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 58.33333%;
    float: left;
    padding-left: 15px;
    padding-right: 15px; }
  .single-product:not(.single-split-layout).single-big-layout .summary {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 41.66667%;
    float: right;
    padding-left: 15px;
    padding-right: 15px; }
  .single-product:not(.single-split-layout).single-sidebar-layout .woocommerce-product-gallery {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 58.33333%;
    float: left;
    padding-left: 15px;
    padding-right: 15px; }
  .single-product:not(.single-split-layout).single-sidebar-layout .summary {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 41.66667%;
    float: right;
    padding-left: 15px;
    padding-right: 15px; }
  .single-product div.product .images {
    margin-bottom: 3.70633em; }
    .single-product div.product .images .thumbnails::before, .single-product div.product .images .thumbnails::after {
      content: '';
      display: table; }
    .single-product div.product .images .thumbnails::after {
      clear: both; }
    .single-product div.product .images .thumbnails a.zoom {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 25%;
      float: left;
      padding-left: 15px;
      padding-right: 15px; }
      .single-product div.product .images .thumbnails a.zoom.last {
        float: right; }
  .single-product div.product .woocommerce-product-gallery {
    margin-bottom: 3.70633em; }
  .single-product div.product .woocommerce-tabs {
    clear: both; }
    .single-product div.product .woocommerce-tabs ul.tabs {
      text-align: center; }
  #reviews .comment-form-author,
  #reviews .comment-form-email {
    width: 47%; }
  #reviews .comment-form-email {
    margin-right: 0; }
  .ocbee-full-width-content.single-product div.product .images {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 41.66667%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 3.70633em; }
    .ocbee-full-width-content.single-product div.product .images .thumbnails a.zoom {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 20%;
      float: left;
      padding-left: 15px;
      padding-right: 15px; }
      .ocbee-full-width-content.single-product div.product .images .thumbnails a.zoom.last {
        margin-right: 0; }
  .ocbee-full-width-content.single-product div.product .woocommerce-product-gallery {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 41.66667%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 3.70633em; }
    .ocbee-full-width-content.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 50%;
      float: left;
      padding-left: 15px;
      padding-right: 15px; }
      .ocbee-full-width-content.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
        margin-right: 0; }
    .ocbee-full-width-content.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 33.33333%;
      float: left;
      padding-left: 15px;
      padding-right: 15px; }
      .ocbee-full-width-content.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
        margin-right: 0; }
    .ocbee-full-width-content.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 25%;
      float: left;
      padding-left: 15px;
      padding-right: 15px; }
      .ocbee-full-width-content.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
        margin-right: 0; }
    .ocbee-full-width-content.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 20%;
      float: left;
      padding-left: 15px;
      padding-right: 15px; }
      .ocbee-full-width-content.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
        margin-right: 0; }
  .ocbee-full-width-content.single-product div.product .summary {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 58.33333%;
    float: right;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 3.70633em; }
  .ocbee-full-width-content.single-product div.product .woocommerce-tabs {
    clear: both; }
  .ocbee-full-width-content.single-product #reviews .commentlist li .avatar {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 12.5%;
    float: left;
    padding-left: 15px;
    padding-right: 15px; }
  .ocbee-full-width-content.single-product #reviews .commentlist li .comment_container .comment-text {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 87.5%;
    float: right;
    padding-left: 15px;
    padding-right: 15px; }
  .ocbee-full-width-content.single-product #reviews .commentlist ul.children {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 87.5%;
    float: right;
    padding-left: 15px;
    padding-right: 15px; }
    .ocbee-full-width-content.single-product #reviews .commentlist ul.children .avatar {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 14.28571%;
      float: left;
      padding-left: 15px;
      padding-right: 15px; }
    .ocbee-full-width-content.single-product #reviews .commentlist ul.children .comment-text {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 85.71429%;
      float: right;
      padding-left: 15px;
      padding-right: 15px; }
  .widget-reviews .comments-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .widget-reviews .comments-group {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 1.618em; }
  .widget-reviews .reviews-summary {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 0;
    margin-bottom: 1.618em; }
  .widget-reviews .review_form_wrapper {
    margin: 1.618em auto; }
  /**
	 * General full-width styles
	 */
  .ocbee-full-width-content.woocommerce-cart .entry-header,
  .ocbee-full-width-content.woocommerce-checkout .entry-header,
  .ocbee-full-width-content.woocommerce-account .entry-header,
  .ocbee-full-width-content .woocommerce-products-header {
    text-align: center;
    padding: 0 0 5.99684em; }
    .ocbee-full-width-content.woocommerce-cart .entry-header h1:last-child,
    .ocbee-full-width-content.woocommerce-checkout .entry-header h1:last-child,
    .ocbee-full-width-content.woocommerce-account .entry-header h1:last-child,
    .ocbee-full-width-content .woocommerce-products-header h1:last-child {
      margin-bottom: 0; }
  .ocbee-full-width-content .up-sells > h2:first-child,
  .ocbee-full-width-content .related.products > h2:first-child {
    text-align: center; }
  .woocommerce .page-description {
    margin-bottom: 1.618em; }
  .ocbee-sorting {
    margin-bottom: 2.61792em; }
    .ocbee-sorting::before, .ocbee-sorting::after {
      content: '';
      display: table; }
    .ocbee-sorting::after {
      clear: both; }
    .ocbee-sorting select {
      width: auto; }
  .woocommerce-result-count {
    float: right;
    position: relative;
    margin-bottom: 0;
    padding: 0.327em 0; }
  .woocommerce-ordering {
    float: left;
    margin-right: 13em;
    margin-bottom: 0;
    padding: 0.327em 0; }
  .woocommerce-pagination {
    float: right;
    border: 0;
    clear: none;
    padding: 0;
    margin-bottom: 0; }
  /**
	 * Cart
	 */
  .woocommerce-cart .hentry,
  .woocommerce-checkout .hentry {
    border-bottom: 0;
    padding-bottom: 0; }
  .woocommerce-cart-form {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 66.66667%;
    float: left;
    padding-left: 15px;
    padding-right: 15px; }
  .cart-collaterals {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33333%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 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; }
  table.cart th,
  table.cart td {
    padding: 1.618em; }
  table.cart .qty {
    padding: 0.875em;
    max-width: 3.632em; }
  table.cart td.product-remove {
    display: table-cell;
    padding: 1.618em;
    border: 0; }
    table.cart td.product-remove a.remove {
      float: none;
      position: relative;
      top: auto;
      right: auto; }
  table.cart .product-quantity .plus,
  table.cart .product-quantity .minus {
    display: inline-block; }
  table.cart .quantity .qty {
    padding: 0.61805em; }
  table.cart td.actions {
    text-align: right; }
    table.cart td.actions label {
      display: none; }
    table.cart td.actions .coupon {
      padding-bottom: 0;
      margin-bottom: 0;
      border-bottom: none;
      display: inline-block;
      float: left; }
    table.cart td.actions input {
      display: inline-block;
      width: auto;
      margin: 0; }
  .cart-collaterals::before, .cart-collaterals::after {
    content: '';
    display: table; }
  .cart-collaterals::after {
    clear: both; }
  .cart-collaterals h2 {
    font-size: 1.618em; }
  .cart-collaterals .cross-sells {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 44.44444%;
    float: left;
    padding-left: 15px;
    padding-right: 15px; }
    .cart-collaterals .cross-sells ul.products li.product {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 50%;
      float: left;
      padding-left: 15px;
      padding-right: 15px; }
      .cart-collaterals .cross-sells ul.products li.product:nth-child(2n) {
        margin-right: 0 !important; }
  .cart-collaterals .shipping_calculator {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 55.55556%;
    float: right;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0;
    clear: right; }
  .cart-collaterals .cart_totals small.includes_tax {
    display: block; }
  .cart-collaterals .shipping_calculator {
    clear: right; }
  .page-template-template-fullwidth-php .cart-collaterals .cross-sells {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 15px;
    padding-right: 15px; }
    .page-template-template-fullwidth-php .cart-collaterals .cross-sells ul.products li.product {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 50%;
      float: left;
      padding-left: 15px;
      padding-right: 15px; }
  .page-template-template-fullwidth-php .cart-collaterals .cart_totals,
  .page-template-template-fullwidth-php .cart-collaterals .shipping_calculator {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: right;
    padding-left: 15px;
    padding-right: 15px; }
  /**
	 * Checkout
	 */
  #ship-to-different-address {
    position: relative; }
    #ship-to-different-address label {
      font-weight: 400; }
    #ship-to-different-address .woocommerce-form__input-checkbox {
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      margin-right: 0; }
  .col2-set {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 58.33333%;
    float: left;
    padding-left: 15px;
    padding-right: 15px; }
    .col2-set .form-row-first {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 40%;
      float: left;
      padding-left: 15px;
      padding-right: 15px;
      padding-left: 0; }
    .col2-set .form-row-last {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 60%;
      float: right;
      padding-left: 15px;
      padding-right: 15px; }
    .col2-set .col-1,
    .col2-set .col-2 {
      margin-bottom: 1.618em; }
    .col2-set + #customer_details {
      display: none; }
    .col2-set .woocommerce-billing-fields::before, .col2-set .woocommerce-billing-fields::after {
      content: '';
      display: table; }
    .col2-set .woocommerce-billing-fields::after {
      clear: both; }
    .col2-set.addresses {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 100%;
      float: left;
      padding-left: 15px;
      padding-right: 15px; }
      .col2-set.addresses .col-1 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 50%;
        float: left;
        padding-left: 15px;
        padding-right: 15px; }
      .col2-set.addresses .col-2 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 50%;
        float: right;
        padding-left: 15px;
        padding-right: 15px; }
  #customer_details + #wc_checkout_add_ons {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 44.44444%;
    float: right;
    padding-left: 15px;
    padding-right: 15px; }
  #wc_checkout_add_ons input[type=radio] {
    float: left;
    margin-right: 0.54079em;
    clear: left;
    margin-top: 0.35em; }
  #order_review_heading,
  #order_review {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 41.66667%;
    float: right;
    padding-left: 15px;
    padding-right: 15px;
    clear: right; }
  #order_review {
    -webkit-transition: -webkit-box-shadow ease 0.4s;
    transition: -webkit-box-shadow ease 0.4s;
    transition: box-shadow ease 0.4s;
    transition: box-shadow ease 0.4s, -webkit-box-shadow ease 0.4s; }
  #order_review_heading {
    margin-bottom: 0;
    padding-bottom: 0.61805em; }
  .woocommerce-order-pay #order_review,
  .page-template-template-fullwidth-php.woocommerce-order-pay #order_review {
    width: 100%;
    float: none; }
    .woocommerce-order-pay #order_review #payment h3,
    .page-template-template-fullwidth-php.woocommerce-order-pay #order_review #payment h3 {
      padding-left: 1em;
      padding-top: 1em; }
    .woocommerce-order-pay #order_review #payment .form-row,
    .page-template-template-fullwidth-php.woocommerce-order-pay #order_review #payment .form-row {
      padding: 1em; }
    .woocommerce-order-pay #order_review .payment_methods + .form-row,
    .page-template-template-fullwidth-php.woocommerce-order-pay #order_review .payment_methods + .form-row {
      padding: 1em; }
    .woocommerce-order-pay #order_review .button#place_order,
    .page-template-template-fullwidth-php.woocommerce-order-pay #order_review .button#place_order {
      display: block;
      width: 100%;
      font-size: 1.41575em; }
  .page-template-template-fullwidth-php .col2-set {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 15px;
    padding-right: 15px; }
    .page-template-template-fullwidth-php .col2-set .form-row-first {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 50%;
      float: left;
      padding-left: 15px;
      padding-right: 15px; }
    .page-template-template-fullwidth-php .col2-set .form-row-last {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 50%;
      float: right;
      padding-left: 15px;
      padding-right: 15px; }
    .page-template-template-fullwidth-php .col2-set.addresses .col-1 {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 50%;
      float: left;
      padding-left: 15px;
      padding-right: 15px; }
    .page-template-template-fullwidth-php .col2-set.addresses .col-2 {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 50%;
      float: right;
      padding-left: 15px;
      padding-right: 15px; }
  .page-template-template-fullwidth-php #order_review_heading,
  .page-template-template-fullwidth-php #order_review {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: right;
    padding-left: 15px;
    padding-right: 15px; }
  .page-template-template-fullwidth-php #customer_details + #wc_checkout_add_ons {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: right;
    padding-left: 15px;
    padding-right: 15px; }
  #order_review .shop_table {
    margin-bottom: 2.61792em; }
  /**
	 * My Account
	 */
  table + .addresses {
    margin-top: 1.618em; }
  .col2-set#customer_login,
  .col2-set.addresses {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 15px;
    padding-right: 15px; }
    .col2-set#customer_login .col-1,
    .col2-set.addresses .col-1 {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 50%;
      float: left;
      padding-left: 15px;
      padding-right: 15px; }
    .col2-set#customer_login .col-2,
    .col2-set.addresses .col-2 {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 50%;
      float: right;
      padding-left: 15px;
      padding-right: 15px; }
  .woocommerce-MyAccount-navigation {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33333%;
    float: left;
    padding-left: 15px;
    padding-right: 15px; }
  .woocommerce-MyAccount-content {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 66.66667%;
    float: right;
    padding-left: 15px;
    padding-right: 15px; }
    .woocommerce-MyAccount-content .form-row-first {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 100%;
      float: left;
      padding-left: 15px;
      padding-right: 15px; }
    .woocommerce-MyAccount-content .form-row-last {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 100%;
      float: right;
      padding-left: 15px;
      padding-right: 15px; }
    .woocommerce-MyAccount-content .woocommerce-input-wrapper {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 100%;
      float: left;
      padding-left: 15px;
      padding-right: 15px; }
  .left-sidebar:not(.page-template-template-fullwidth-php) .woocommerce-MyAccount-content {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 77.77778%;
    float: left;
    padding-left: 15px;
    padding-right: 15px; }
  .left-sidebar:not(.page-template-template-fullwidth-php) .woocommerce-MyAccount-navigation {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 22.22222%;
    float: right;
    padding-left: 15px;
    padding-right: 15px; }
  table.my_account_orders {
    font-size: 1em; }
  .page-template-template-fullwidth-php .col2-set#customer_login .col-1,
  .page-template-template-fullwidth-php .col2-set.addresses .col-1 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 15px;
    padding-right: 15px; }
  .page-template-template-fullwidth-php .col2-set#customer_login .col-2,
  .page-template-template-fullwidth-php .col2-set.addresses .col-2 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: right;
    padding-left: 15px;
    padding-right: 15px; }
  .page-template-template-fullwidth-php .woocommerce-MyAccount-content {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 75%;
    float: left;
    padding-left: 15px;
    padding-right: 15px; }
    .page-template-template-fullwidth-php .woocommerce-MyAccount-content .form-row-first {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 50%;
      float: left;
      padding-left: 15px;
      padding-right: 15px; }
    .page-template-template-fullwidth-php .woocommerce-MyAccount-content .form-row-last {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 50%;
      float: right;
      padding-left: 15px;
      padding-right: 15px; }
    .page-template-template-fullwidth-php .woocommerce-MyAccount-content .col2-set {
      width: 100%; }
      .page-template-template-fullwidth-php .woocommerce-MyAccount-content .col2-set .col-1 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 50%;
        float: left;
        padding-left: 15px;
        padding-right: 15px; }
      .page-template-template-fullwidth-php .woocommerce-MyAccount-content .col2-set .col-2 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 50%;
        float: right;
        padding-left: 15px;
        padding-right: 15px; }
  .page-template-template-fullwidth-php .woocommerce-MyAccount-navigation {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
    float: right;
    padding-left: 15px;
    padding-right: 15px; }
  .addresses header.title::before, .addresses header.title::after {
    content: '';
    display: table; }
  .addresses header.title::after {
    clear: both; }
  .addresses header.title a {
    float: right; }
  .addresses header.title h3 {
    float: left; }
  /**
	 * General WooCommerce Components
	 */
  .form-row-first {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    clear: both; }
  .form-row-last {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: right;
    padding-left: 15px;
    padding-right: 15px; }
  .page-template-template-fullwidth-php .form-row-first {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 15px;
    padding-right: 15px; }
  .page-template-template-fullwidth-php .form-row-last {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: right;
    padding-left: 15px;
    padding-right: 15px; }
  .single-veritcal-tabs .ocbee-full-width-content .woocommerce-tabs ul.tabs {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
    float: left;
    padding-left: 15px;
    padding-right: 15px; }
  .single-veritcal-tabs .ocbee-full-width-content .woocommerce-tabs .panel {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 75%;
    float: right;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 3.70633em; }
  .single-veritcal-tabs .woocommerce-tabs {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 2.61792em;
    padding-bottom: 2.61792em; }
    .single-veritcal-tabs .woocommerce-tabs ul.tabs {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 25%;
      float: left;
      padding-left: 15px;
      padding-right: 15px;
      padding: 0;
      margin: 0;
      border: 0; }
      .single-veritcal-tabs .woocommerce-tabs ul.tabs li {
        position: relative;
        display: block;
        padding: 10px 15px;
        margin-bottom: -1px;
        background-color: #fff;
        border: 1px solid rgba(0, 0, 0, 0.1);
        margin-right: 0;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease; }
        .single-veritcal-tabs .woocommerce-tabs ul.tabs li.active {
          z-index: 2;
          color: #fff;
          background-color: #f4900a;
          border-color: #f4900a; }
          .single-veritcal-tabs .woocommerce-tabs ul.tabs li.active a {
            color: #fff; }
          .single-veritcal-tabs .woocommerce-tabs ul.tabs li.active:after {
            content: '';
            position: absolute;
            left: 100%;
            top: 50%;
            margin-top: -13px;
            border-left: 0;
            border-bottom: 13px solid transparent;
            border-top: 13px solid transparent;
            border-left: 10px solid #f4900a; }
        .single-veritcal-tabs .woocommerce-tabs ul.tabs li a:after {
          display: none; }
    .single-veritcal-tabs .woocommerce-tabs .panel {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 75%;
      float: right;
      padding-left: 15px;
      padding-right: 15px;
      font-size: 16px;
      font-size: 1rem;
      margin-top: 0; }
  /**
	 * Single Product Pagination
	 */
  .wpopal-product-pagination {
    display: block; }
    .wpopal-product-pagination a {
      position: fixed;
      top: 30%;
      -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
              box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
      z-index: 99;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 300px;
      background: #fff; }
      .wpopal-product-pagination a:before {
        position: absolute;
        width: 40px;
        top: 40%;
        text-align: center;
        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: 20px;
        font-size: 1.25rem; }
      .wpopal-product-pagination a img {
        width: 90px;
        height: auto;
        border-radius: 0; }
      .wpopal-product-pagination a[rel='prev'] {
        left: -260px;
        -webkit-transition: left 0.3s ease-out;
        transition: left 0.3s ease-out;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
        padding-left: 1em;
        padding-right: 40px; } }
      @media screen and (min-width: 768px) and (prefers-reduced-motion: reduce) {
        .wpopal-product-pagination a[rel='prev'] {
          -webkit-transition: none;
          transition: none; } }

@media (min-width: 768px) {
        .wpopal-product-pagination a[rel='prev']:before {
          content: '\f105';
          right: 0; }
        .wpopal-product-pagination a[rel='prev']:hover {
          left: 0; }
        .wpopal-product-pagination a[rel='prev'] img {
          margin-left: 1.41575em; }
        .wpopal-product-pagination a[rel='prev'] .ocbee-product-pagination__title {
          margin-right: auto; }
      .wpopal-product-pagination a[rel='next'] {
        right: -260px;
        -webkit-transition: right 0.3s ease-in;
        transition: right 0.3s ease-in;
        padding-right: 1em;
        padding-left: 40px; } }
      @media screen and (min-width: 768px) and (prefers-reduced-motion: reduce) {
        .wpopal-product-pagination a[rel='next'] {
          -webkit-transition: none;
          transition: none; } }

@media (min-width: 768px) {
        .wpopal-product-pagination a[rel='next']:before {
          content: '\f104';
          left: 0; }
        .wpopal-product-pagination a[rel='next']:hover {
          right: 0; }
        .wpopal-product-pagination a[rel='next'] img {
          margin-right: 1.41575em; }
        .wpopal-product-pagination a[rel='next'] .ocbee-product-pagination__title {
          margin-left: auto; }
  /**
	 * Sticky Add to Cart
	 */
  /*.ocbee-sticky-add-to-cart {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 99998;
		transform: translate3d( 0, -100%, 0 );
		padding: ms(1);
		overflow: hidden;
		zoom: 1;
		box-shadow: 0 1px 2px rgba( #000000, 0.2 );
		animation-duration: 0.5s;
		animation-fill-mode: both;

		&--slideInDown {
			animation-name: slideInDown;
		}

		&--slideOutUp {
			animation-name: slideOutUp;
		}

		&__content {
			display: flex;
			align-items: center;
			justify-content: center;

			&-title {
				display: block;
			}

			&-price {
				margin-right: ms(-1);
				opacity: 0.5;
			}

			&-button {
				margin-left: auto;
			}
		}

		img {
			max-width: ms(6);
			margin: 0 ms(2) 0 0;
			padding: 3px;
			border: 1px solid rgba( #000000, 0.1 );
		}

		.star-rating {
			display: inline-block;
			margin: 0;
			vertical-align: bottom;
		}
	}*/
  .admin-bar .ocbee-sticky-add-to-cart--slideInDown {
    top: 32px; }
  .woocommerce-notices-wrapper {
    margin: 0;
    display: block;
    width: 100%; }
  .sidebar-filter-content > section {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33333%;
    float: left;
    padding-left: 15px;
    padding-right: 15px; }
    .sidebar-filter-content > section:last-child {
      margin-right: 0; }
  .track_order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 30px 0;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
    .track_order .form-row-first {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 45%;
              flex: 0 0 45%;
      max-width: 45%; }
    .track_order .form-row-last {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 45%;
              flex: 0 0 45%;
      max-width: 45%; }
    .track_order p:last-of-type {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 10%;
              flex: 0 0 10%;
      max-width: 10%; } }

@media (max-width: 991px) {
  .woocommerce-cart-form,
  .cart-collaterals {
    width: 100%; }
  #order_review_heading {
    display: block;
    padding: 1.41575em 0;
    text-align: center;
    width: 100%; }
  .checkout .col2-set,
  .checkout #order_review {
    width: 100%; }
  .woocommerce-grid-tablet-3 ul.products li.product {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 15px;
    padding-right: 15px; }
    .woocommerce-grid-tablet-3 ul.products li.product:nth-child(2n + 1) {
      clear: both; } }

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

@media (max-width: 767.98px) {
  .wpopal-handheld-footer-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.7);
            box-shadow: 0 0 6px rgba(0, 0, 0, 0.7);
    z-index: 9999;
    background-color: #000; }
    .wpopal-handheld-footer-bar .columns-3 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      -webkit-box-align: center;
              align-items: center;
      list-style: none;
      margin-bottom: 0;
      min-height: 65px;
      color: #fff;
      position: relative;
      padding: 0; }
      .wpopal-handheld-footer-bar .columns-3 li {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 0px;
                flex: 1 0 0;
        text-align: center; }
      .wpopal-handheld-footer-bar .columns-3 .search {
        display: none; }
      .wpopal-handheld-footer-bar .columns-3 a {
        color: #fff; }
        .wpopal-handheld-footer-bar .columns-3 a:before {
          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; }
      .wpopal-handheld-footer-bar .columns-3:before {
        position: absolute;
        background-color: rgba(255, 255, 255, 0.2);
        height: 65px;
        width: 1px;
        margin: 0 auto;
        top: 0;
        left: 0;
        right: 0;
        content: ""; }
    .wpopal-handheld-footer-bar .my-account a {
      display: block;
      position: relative;
      text-indent: -9999px;
      z-index: 999; }
      .wpopal-handheld-footer-bar .my-account a:before {
        text-indent: 0px; }
    .wpopal-handheld-footer-bar .cart .footer-cart-contents {
      position: relative;
      display: inline-block;
      min-height: 15px; }
      .wpopal-handheld-footer-bar .cart .footer-cart-contents .count {
        text-indent: 0;
        display: block;
        width: 2em;
        height: 2em;
        line-height: 2;
        -webkit-box-sizing: content-box;
                box-sizing: content-box;
        font-size: 12px;
        position: absolute;
        top: -10px;
        left: 18px;
        border-radius: 100%;
        border: 1px solid #fff;
        color: #fff; }
  .woocommerce-grid-mobile-1 ul.products li.product {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 15px;
    padding-right: 15px; } }

.wpopal-handheld-footer-bar .cart .footer-cart-contents: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: "\f217";
  font-size: 34px; }

.wpopal-handheld-footer-bar .cart .footer-cart-contents .count {
  background: #f4900a; }

.wpopal-handheld-footer-bar .my-account 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: "\f007";
  font-size: 34px; }

@media (min-width: 768px) and (max-width: 900px) {
  body:not(.page-template-template-fullwidth-php) table.cart td,
  body:not(.page-template-template-fullwidth-php) table.cart th {
    padding: 1em; } }
