@charset "UTF-8";
/*================

##Woocommerce Plugin
    #Header Elements
    #Catalog
    #Pagination
    #Tabs
    #Single
    #Respond
    #Cart
    #Checkout
    #My Account
    #Order
    #Responsive
    #Dynamic

=================*/
/* ==================== ##Woo - Header ==================== */
.wgl-theme-header .login-in {
  display: inline-block;
  padding-top: 0; }
  .wgl-theme-header .login-in.woocommerce {
    display: inline-block;
    padding-top: 0; }
  .wgl-theme-header .login-in .login-in_wrapper {
    display: flex;
    align-items: center;
    height: 100%;
    color: inherit; }
    .wgl-theme-header .login-in .login-in_wrapper a {
      cursor: pointer;
      font-size: 16px;
      font-weight: 700;
      line-height: 24px;
      padding: 13px 25px;
      border-radius: 3px; }
  .wgl-theme-header .login-in .wgl_modal-window {
    display: flex;
    justify-content: center;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: auto;
    outline: none;
    background: #fff;
    z-index: 1000000;
    opacity: 0;
    visibility: hidden;
    -webkit-overflow-scrolling: touch;
    text-align: center;
    transition: 0.45s; }
    .wgl-theme-header .login-in .wgl_modal-window .modal-dialog {
      margin: 0;
      max-width: 440px;
      width: 100%;
      position: relative;
      padding: 30px; }
      .wgl-theme-header .login-in .wgl_modal-window .modal-dialog form.login, .wgl-theme-header .login-in .wgl_modal-window .modal-dialog form.register {
        padding: 15px 25px 12px; }
      .wgl-theme-header .login-in .wgl_modal-window .modal-dialog .wgl_module_message_box {
        margin-bottom: 20px; }
    .wgl-theme-header .login-in .wgl_modal-window .col2-set .col-1,
    .wgl-theme-header .login-in .wgl_modal-window .col2-set .col-2 {
      width: 100%; }
    @media all and (min-width: 768px) {
      .wgl-theme-header .login-in .wgl_modal-window {
        align-items: center; }
        .wgl-theme-header .login-in .wgl_modal-window .modal-dialog {
          max-width: 970px; } }
  @media all and (min-width: 768px) and (min-width: 768px) {
    .wgl-theme-header .login-in .wgl_modal-window .col2-set .col-1,
    .wgl-theme-header .login-in .wgl_modal-window .col2-set .col-2 {
      width: calc(50% - 15px); } }
    @media all and (min-width: 420px) {
      .wgl-theme-header .login-in .wgl_modal-window .modal-dialog form.login, .wgl-theme-header .login-in .wgl_modal-window .modal-dialog form.register {
        padding: 30px 40px 27px; } }
  .wgl-theme-header .login-in.open_login .wgl_modal-window {
    opacity: 1;
    visibility: visible; }
  .wgl-theme-header .login-in.open_login .overlay {
    opacity: 1;
    visibility: visible; }
  .wgl-theme-header .login-in.open_login .wgl-woocommerce-tabs {
    transform: translateY(0);
    opacity: 1; }
  .wgl-theme-header .login-in .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s; }
  .wgl-theme-header .login-in .wgl-woocommerce-tabs {
    transform: translateY(50px);
    transition: .3s ease-in-out;
    opacity: 0;
    transition-delay: .3s; }

.wgl-theme-header .mini-cart {
  display: inline-block;
  position: relative; }
  .wgl-theme-header .mini-cart .mini_cart-overlay {
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s; }
  .wgl-theme-header .mini-cart a {
    color: inherit;
    cursor: pointer; }
    .wgl-theme-header .mini-cart a.woo_icon {
      display: flex;
      align-items: center;
      height: 100%;
      font-size: 25px;
      line-height: 1em; }
  .wgl-theme-header .mini-cart:hover svg line.st_transform-left {
    transform: rotate(-60deg); }
  .wgl-theme-header .mini-cart:hover svg line.st_transform-right {
    transform: rotate(60deg); }
  .wgl-theme-header .mini-cart.open_cart .mini_cart-overlay {
    background: #000000;
    visibility: visible;
    opacity: 0.4; }
  .wgl-theme-header .mini-cart.open_cart .woo_mini_cart {
    transform: translateX(0); }
  .wgl-theme-header .mini-cart .woo_mini_cart:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 38px;
    top: -38px;
    left: 0;
    right: 0; }
  .wgl-theme-header .mini-cart .woocommerce-mini-cart__empty-message {
    font-size: 20px;
    line-height: 1.5; }
  .wgl-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li {
    text-align: left;
    list-style: none; }
    .wgl-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li:after {
      content: '';
      display: block;
      height: 0;
      clear: both; }
    .wgl-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li:first-child {
      margin-top: 0; }
    .wgl-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li:last-child {
      margin-bottom: 0; }

.wgl-theme-header .woocommerce .woo_mini_cart {
  display: flex;
  flex-direction: column;
  position: fixed;
  z-index: 100000;
  top: 15px;
  right: 15px;
  width: 375px;
  min-height: 20%;
  max-height: calc(100% - 30px);
  border-radius: 22px;
  padding: 30px;
  text-align: center;
  box-shadow: 4px 0 14px 0 rgba(0, 0, 0, 0.14);
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  transform: translateX(calc(100% + 20px));
  transition: 0.3s ease-in;
  scrollbar-width: none; }
  .wgl-theme-header .woocommerce .woo_mini_cart::-webkit-scrollbar {
    display: none; }
  .wgl-theme-header .woocommerce .woo_mini_cart ul {
    margin: 0 0 auto;
    padding: 0; }
  .wgl-theme-header .woocommerce .woo_mini_cart .mini_cart_title {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 44px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 18px;
    text-align: left; }
    .wgl-theme-header .woocommerce .woo_mini_cart .mini_cart_title h4 {
      font-size: 24px; }
  .wgl-theme-header .woocommerce .woo_mini_cart .close_mini_cart:after {
    content: '\f169';
    padding-left: 10px;
    font-family: flaticon;
    font-size: 13px;
    line-height: 0;
    color: #c2c2c2;
    text-rendering: auto;
    box-shadow: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    cursor: pointer;
    transition: 0.3s; }
  .wgl-theme-header .woocommerce .woo_mini_cart .total {
    margin-top: 23px;
    margin-bottom: 30px; }
    .wgl-theme-header .woocommerce .woo_mini_cart .total strong {
      color: inherit; }
  .wgl-theme-header .woocommerce .woo_mini_cart .mini_cart_item dl.variation {
    display: flex;
    margin: 0;
    padding-top: 3px; }
  .wgl-theme-header .woocommerce .woo_mini_cart .mini_cart_item dt.variation-Size {
    padding-right: 5px; }
  .wgl-theme-header .woocommerce .woo_mini_cart .mini_cart_item dd.variation-Size {
    margin: 0; }
  .wgl-theme-header .woocommerce .woo_mini_cart .blockUI.blockOverlay {
    background-color: transparent !important; }

.wgl-theme-header .woo_mini-count {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 40px;
  height: 40px; }
  .wgl-theme-header .woo_mini-count span {
    display: inline-block;
    position: absolute;
    z-index: 0;
    right: 0;
    top: 0;
    height: 20px;
    min-width: 20px;
    border-radius: 10px;
    padding: 0 3px 0;
    font-style: normal;
    font-size: 11px;
    line-height: 20px;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: 0.4s; }

.admin-bar .wgl-sticky-header {
  top: 32px; }

.admin-bar .wgl-theme-header .woo_mini_cart {
  margin-top: 32px;
  max-height: calc(100% - 32px - 30px); }

/* ==================== ##Shop - Catalog ==================== */
.wgl-woocommerce-sorting {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px; }
  .wgl-woocommerce-sorting:after {
    display: block;
    height: 0;
    content: '';
    clear: both; }

.wgl-products-catalog,
.wgl-products-related {
  clear: both; }

.wgl-products-catalog {
  margin-bottom: 60px; }

.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
  width: 50%;
  margin: 0 0 28px;
  font-size: 16px;
  font-weight: normal;
  color: #515154; }

.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
  width: 50%;
  float: left;
  text-align: right;
  margin-bottom: 0; }
  .woocommerce .woocommerce-ordering select,
  .woocommerce-page .woocommerce-ordering select {
    float: right;
    display: block;
    width: 270px;
    max-width: calc(100% - 30px);
    outline: none;
    color: inherit;
    -webkit-appearance: none;
    appearance: none; }
    .woocommerce .woocommerce-ordering select.orderby,
    .woocommerce-page .woocommerce-ordering select.orderby {
      max-width: unset; }

.woo_product_post_media {
  margin: 0; }

.wgl-products-catalog.carousel div.wgl-products {
  display: block;
  margin: 0; }
  .wgl-products-catalog.carousel div.wgl-products div.product {
    display: flex; }
    .wgl-products-catalog.carousel div.wgl-products div.product.swiper-slide {
      margin: 0;
      padding: 0; }

div.wgl-products,
.woocommerce .products div.wgl-products {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  margin: calc( 0px - ( var(--products-gap) / 2 ));
  padding: 0; }

@keyframes wgl_fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }
  div.wgl-products.animated_products li,
  .woocommerce .products div.wgl-products.animated_products li {
    opacity: 0;
    transform: translate3d(0, 20px, 0); }
    div.wgl-products.animated_products li.visible_item,
    .woocommerce .products div.wgl-products.animated_products li.visible_item {
      animation-fill-mode: both;
      animation-name: wgl_fadeInUp;
      animation-duration: 0.3s; }
  div.wgl-products div.product,
  .woocommerce .products div.wgl-products div.product {
    display: flex;
    align-items: center;
    flex-flow: column nowrap;
    margin: calc( var(--products-gap) / 2);
    padding: 0;
    border-radius: 22px; }
    div.wgl-products div.product .woo_product_image,
    .woocommerce .products div.wgl-products div.product .woo_product_image {
      display: flex;
      justify-content: center;
      border: unset;
      transition: inherit; }
    div.wgl-products div.product .price,
    .woocommerce .products div.wgl-products div.product .price {
      display: block;
      margin-top: 6px;
      font-size: 18px;
      line-height: 1.5;
      font-weight: 500; }
      div.wgl-products div.product .price del,
      .woocommerce .products div.wgl-products div.product .price del {
        margin-right: 7px;
        opacity: 1;
        color: #a0a0a0; }
      div.wgl-products div.product .price ins,
      .woocommerce .products div.wgl-products div.product .price ins {
        font-weight: inherit; }
  div.wgl-products .woo_product_content,
  .woocommerce .products div.wgl-products .woo_product_content {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-self: flex-start;
    margin-top: 13px;
    padding-right: 50px;
    text-align: left;
    opacity: 1;
    transition: .3s;
    position: relative; }
  div.wgl-products .woocommerce-loop-product__title,
  .woocommerce .products div.wgl-products .woocommerce-loop-product__title {
    position: relative;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 500; }
    div.wgl-products .woocommerce-loop-product__title > a,
    .woocommerce .products div.wgl-products .woocommerce-loop-product__title > a {
      font-family: inherit;
      font-size: inherit;
      line-height: inherit;
      font-weight: inherit;
      background-repeat: no-repeat;
      background-size: 0% 1px;
      background-position: 0% 94%;
      background-image: linear-gradient(90deg, currentColor, currentColor);
      transition: 0.3s, background-size 1.3s ease-in-out; }
      div.wgl-products .woocommerce-loop-product__title > a:hover,
      .woocommerce .products div.wgl-products .woocommerce-loop-product__title > a:hover {
        background-size: 100% 1px; }
  div.wgl-products .woocommerce-loop-category__title,
  .woocommerce .products div.wgl-products .woocommerce-loop-category__title {
    font-size: 20px;
    line-height: 1.7;
    font-weight: 700;
    letter-spacing: .02em;
    text-align: center;
    margin-top: 14px;
    margin-bottom: 9px;
    transition: color .4s; }
    div.wgl-products .woocommerce-loop-category__title mark,
    .woocommerce .products div.wgl-products .woocommerce-loop-category__title mark {
      color: #b7b7b7;
      background-color: unset; }
  div.wgl-products .star-rating,
  .woocommerce .products div.wgl-products .star-rating {
    float: none;
    width: 6.15em;
    margin: 9px 0 0;
    font-size: 13px;
    line-height: 1;
    letter-spacing: 2px;
    order: 1; }
    div.wgl-products .star-rating:before,
    .woocommerce .products div.wgl-products .star-rating:before {
      content: "\53\53\53\53\53";
      color: #cacaca; }
    div.wgl-products .star-rating span:before,
    .woocommerce .products div.wgl-products .star-rating span:before {
      opacity: 1;
      color: #fab318; }
  div.wgl-products .wgl-carousel_wrapper,
  .woocommerce .products div.wgl-products .wgl-carousel_wrapper {
    width: 100%; }
    div.wgl-products .wgl-carousel_wrapper .wgl-carousel,
    .woocommerce .products div.wgl-products .wgl-carousel_wrapper .wgl-carousel {
      margin: -15px;
      padding: 15px; }
    div.wgl-products .wgl-carousel_wrapper div.product.swiper-slide,
    .woocommerce .products div.wgl-products .wgl-carousel_wrapper div.product.swiper-slide {
      margin: 0;
      padding: 0; }

.woocommerce .star-rating {
  width: 5.7em;
  margin-top: .17em;
  font-size: 13px;
  line-height: 1;
  letter-spacing: .1em;
  margin-left: .5em; }
  .woocommerce .star-rating:before,
  .woocommerce .star-rating span:before {
    content: "\53\53\53\53\53";
    color: #cacaca; }
  .woocommerce .star-rating span:before,
  .woocommerce .star-rating span span:before {
    opacity: 1;
    color: #fab318; }

.woocommerce .woocommerce-product-rating .star-rating {
  width: 5.7em;
  font-size: 16px;
  margin-top: -2px;
  margin-right: 10px;
  margin-left: 0; }

.columns-6 div.wgl-products {
  --products-width: 16.66666%; }

.columns-5 div.wgl-products {
  --products-width: 20%; }

.columns-4 div.wgl-products {
  --products-width: 25%; }

.columns-3 div.wgl-products {
  --products-width: 33.33333%; }

.columns-2 div.wgl-products {
  --products-width: 50%; }

.columns-1 div.wgl-products {
  --products-width: 100%;
  --products-gap: 20px; }

@media all and (max-width: 1599px) {
  body[data-elementor-device-mode="desktop"] .columns-6 div.wgl-products,
  body[data-elementor-device-mode="desktop"] .columns-5 div.wgl-products {
    --products-width: 25% !important; } }

body[data-elementor-device-mode="tablet"] .columns-tablet-6 div.wgl-products {
  --products-width: 16.66666%; }

body[data-elementor-device-mode="tablet"] .columns-tablet-5 div.wgl-products {
  --products-width: 20%; }

body[data-elementor-device-mode="tablet"] .columns-tablet-4 div.wgl-products {
  --products-width: 25%; }

body[data-elementor-device-mode="tablet"] .columns-tablet-3 div.wgl-products {
  --products-width: 33.33333%; }

body[data-elementor-device-mode="tablet"] .columns-tablet-2 div.wgl-products {
  --products-width: 50%; }

body[data-elementor-device-mode="tablet"] .columns-tablet-1 div.wgl-products {
  --products-width: 100%;
  --products-gap: 20px; }

body[data-elementor-device-mode="mobile"] .columns-mobile-6 div.wgl-products {
  --products-width: 16.66666%; }

body[data-elementor-device-mode="mobile"] .columns-mobile-5 div.wgl-products {
  --products-width: 20%; }

body[data-elementor-device-mode="mobile"] .columns-mobile-4 div.wgl-products {
  --products-width: 25%; }

body[data-elementor-device-mode="mobile"] .columns-mobile-3 div.wgl-products {
  --products-width: 33.33333%; }

body[data-elementor-device-mode="mobile"] .columns-mobile-2 div.wgl-products {
  --products-width: 50%; }

body[data-elementor-device-mode="mobile"] .columns-mobile-1 div.wgl-products {
  --products-width: 100%;
  --products-gap: 20px; }

div.wgl-products {
  --products-gap: 30px; }
  div.wgl-products div.product {
    width: calc(var(--products-width) - var(--products-gap)); }
  @media all and (max-width: 599px) {
    div.wgl-products {
      --products-gap: 20px; } }

div.wgl-products.isotope div.product {
  transition: 0s; }

div.wgl-products div.product {
  transition: 0.4s; }
  div.wgl-products div.product:before, div.wgl-products div.product:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    z-index: 2;
    transition: opacity .4s;
    border-radius: inherit; }
  div.wgl-products div.product:before {
    opacity: 1; }
  div.wgl-products div.product .picture {
    position: relative;
    padding: 0;
    text-align: center; }
    div.wgl-products div.product .picture .woo_post-link {
      display: block;
      position: relative;
      font-size: 0;
      line-height: 0;
      background: #e9e9e9;
      border-radius: 22px; }
    div.wgl-products div.product .picture img {
      border-radius: 22px;
      transition: 0.6s;
      border: 1px solid transparent;
      box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0); }
      div.wgl-products div.product .picture img.attachment-shop_catalog {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        right: auto;
        pointer-events: none;
        opacity: 0; }
  div.wgl-products div.product:hover:before {
    opacity: 0; }
  div.wgl-products div.product:hover:after {
    opacity: 1; }
  div.wgl-products div.product:hover .picture img {
    border-color: #e0e0e0;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1); }
  div.wgl-products div.product:hover .picture img.attachment-shop_catalog {
    opacity: 1;
    pointer-events: inherit;
    transform: translateZ(0) translateY(0) !important; }
  div.wgl-products div.product:hover .picture:before {
    opacity: 0; }
  div.wgl-products div.product:hover .picture:after {
    opacity: 1; }
  div.wgl-products div.product:hover a.button,
  div.wgl-products div.product a.button.loading {
    opacity: 1;
    visibility: visible;
    transform: translateY(0); }
  div.wgl-products div.product a.button,
  div.wgl-products div.product a.wc-forward {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    height: 42px;
    width: 42px;
    margin: auto;
    border-radius: 50%;
    padding: 0;
    font-size: 0;
    line-height: 0;
    font-weight: unset;
    text-indent: -5000px;
    color: #000000;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    text-align: center;
    z-index: 2;
    transition: .3s;
    box-shadow: none; }
    div.wgl-products div.product a.button:before,
    div.wgl-products div.product a.wc-forward:before {
      content: "\f118";
      font-family: 'Flaticon';
      font-size: 22px;
      margin: 0;
      line-height: 42px;
      text-indent: 0;
      opacity: 1;
      transition: opacity .3s, margin-right .3s; }
    div.wgl-products div.product a.button:hover,
    div.wgl-products div.product a.wc-forward:hover {
      background: #f2f0f0;
      border-color: #f2f0f0; }
    div.wgl-products div.product a.button.loading,
    div.wgl-products div.product a.wc-forward.loading {
      padding: 0; }
      div.wgl-products div.product a.button.loading:before,
      div.wgl-products div.product a.wc-forward.loading:before {
        opacity: 0;
        margin-right: 0; }
      div.wgl-products div.product a.button.loading:after,
      div.wgl-products div.product a.wc-forward.loading:after {
        margin: 0; }
  div.wgl-products div.product a.button:after {
    font-family: 'Font Awesome 5 Free';
    content: '\f2f9';
    position: absolute;
    font-weight: bold;
    text-indent: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: inline-block;
    width: 42px;
    height: 42px;
    line-height: 42px;
    opacity: 0;
    font-size: 16px;
    color: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all .3s; }
  div.wgl-products div.product a.wc-forward {
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1); }
    div.wgl-products div.product a.wc-forward:hover {
      box-shadow: none; }
    div.wgl-products div.product a.wc-forward:after {
      content: "\f10e";
      font-family: flaticon;
      position: absolute;
      z-index: 1;
      width: 16px;
      height: 16px;
      line-height: 16px;
      right: -1px;
      top: -1px;
      border-radius: 50%;
      color: #ffffff;
      background: #1b9c84;
      text-indent: 0;
      font-size: 10px; }
  div.wgl-products div.product.product .product_type_variable:before, div.wgl-products div.product.product .product_type_grouped:before {
    font-family: 'Font Awesome 5 Free';
    content: '\f03a';
    font-weight: bold;
    font-size: 16px; }
  div.wgl-products div.product.product .product_type_external:before {
    font-family: 'Font Awesome 5 Free';
    content: '\f360';
    font-weight: bold;
    font-size: 18px; }
  div.wgl-products div.product a.button.added {
    opacity: 0;
    transform: translateY(0); }
    div.wgl-products div.product a.button.added:after {
      display: none; }
    div.wgl-products div.product a.button.added + .added_to_cart {
      visibility: visible; }
    div.wgl-products div.product a.button.added ~ .woo_product_content {
      filter: blur(12px);
      opacity: 0; }
  div.wgl-products div.product a.button.loading:after {
    opacity: 1;
    animation: wc_fade_in 1.2s forwards, fa-spin 2s infinite linear; }
  div.wgl-products div.product a.button.loading ~ .woo_product_content {
    filter: blur(12px);
    opacity: 0; }

@keyframes fa-spin {
  0% {
    transform: rotate(0turn); }
  100% {
    transform: rotate(1turn); } }

@keyframes wc_slide_right {
  0% {
    opacity: 0;
    transform: translateY(0); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes wc_fade_out {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    z-index: -1;
    opacity: 0;
    transform: translateY(15px); } }

@keyframes wc_fade_in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.woocommerce #reviews #comment {
  height: 118px; }

.woocommerce #reviews #comments ol.commentlist li .raiting-meta-data {
  display: inline-block;
  vertical-align: top; }

.woocommerce #reviews #comments ol.commentlist li img.avatar {
  display: block;
  float: none;
  position: static;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  box-shadow: none; }

.woocommerce span.onsale {
  top: 10px;
  left: 10px;
  right: auto;
  min-width: 48px;
  min-height: auto;
  width: auto;
  height: auto;
  border-radius: 12px;
  padding: 3px 10px 2px;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase; }

.woocommerce .products .star-rating {
  margin: 5px auto 10px; }

.woocommerce-review-link {
  color: #6c6d6e;
  font-size: 16px;
  font-weight: 400; }

.woocommerce div.product form.cart .group_table tr {
  border: 0; }
  .woocommerce div.product form.cart .group_table tr .woocommerce-grouped-product-list-item__label {
    text-align: left; }
  .woocommerce div.product form.cart .group_table tr td {
    vertical-align: middle; }
    .woocommerce div.product form.cart .group_table tr td label {
      margin-bottom: 0;
      font-size: 18px;
      font-weight: 400; }
    .woocommerce div.product form.cart .group_table tr td .woocommerce-Price-amount {
      font-size: 20px;
      font-weight: 800; }
    .woocommerce div.product form.cart .group_table tr td del .woocommerce-Price-amount {
      font-weight: 600; }

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  height: auto;
  border: 1px solid var(--workalley-button-bg-idle);
  border-radius: 14px;
  padding: 9px 30px;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  color: var(--workalley-button-color-idle);
  background-color: var(--workalley-button-bg-idle);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0);
  transition: 0.3s; }
  .woocommerce #respond input#submit:hover,
  .woocommerce a.button:hover,
  .woocommerce button.button:hover,
  .woocommerce input.button:hover {
    color: var(--workalley-button-color-hover);
    border-color: #e0e0e0;
    background-color: var(--workalley-button-bg-hover);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1); }
  .woocommerce #respond input#submit.alt,
  .woocommerce a.button.alt,
  .woocommerce button.button.alt,
  .woocommerce input.button.alt {
    border-color: #e0e0e0;
    color: var(--workalley-button-color-hover);
    background-color: var(--workalley-primary-hover);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1); }
    .woocommerce #respond input#submit.alt:hover,
    .woocommerce a.button.alt:hover,
    .woocommerce button.button.alt:hover,
    .woocommerce input.button.alt:hover {
      border-color: var(--workalley-button-bg-idle);
      color: var(--workalley-button-color-idle);
      background-color: var(--workalley-button-bg-idle);
      box-shadow: 0 1px 5px rgba(0, 0, 0, 0); }

.woocommerce #respond input#submit {
  border: none;
  padding: 10px 41px; }

.woocommerce form.checkout_coupon {
  border-radius: 22px;
  border: unset;
  padding: 38px 40px 40px;
  background: #ffffff;
  box-shadow: 6px 5px 25px 0 rgba(0, 0, 0, 0.1); }
  .woocommerce form.checkout_coupon .form-row {
    float: left; }
    .woocommerce form.checkout_coupon .form-row.form-row-first {
      padding-left: 0;
      padding-right: 5px; }
    .woocommerce form.checkout_coupon .form-row.form-row-last {
      padding-left: 5px;
      padding-right: 0; }
    .woocommerce form.checkout_coupon .form-row > button {
      color: #000000;
      background: #ffffff;
      border-color: #e0e0e0;
      box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1); }
      .woocommerce form.checkout_coupon .form-row > button:hover {
        box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0);
        color: var(--workalley-button-color-hover);
        background-color: var(--workalley-button-bg-active);
        border-color: var(--workalley-button-bg-active); }

.woocommerce form .form-row,
.woocommerce-page form .form-row {
  padding: 0;
  margin: 0 0 15px; }
  .woocommerce form .form-row-first, .woocommerce form .form-row-last,
  .woocommerce-page form .form-row-first,
  .woocommerce-page form .form-row-last {
    width: calc(50% - 7px); }
  .woocommerce form .form-row input.input-text,
  .woocommerce-page form .form-row input.input-text {
    height: 50px;
    padding: 10px 19px; }
  .woocommerce form .form-row textarea,
  .woocommerce-page form .form-row textarea {
    height: 240px;
    padding: 10px 19px; }

.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
  padding: 9px 30px;
  background-color: #eeeeee !important;
  border-color: #eeeeee !important;
  opacity: 1; }

.woocommerce .coupon ~ .wgl-woo-button #respond input#submit,
.woocommerce .coupon ~ .wgl-woo-button a.button,
.woocommerce .coupon ~ .wgl-woo-button button.button,
.woocommerce .coupon ~ .wgl-woo-button input.button {
  padding: 10px 33px; }
  .woocommerce .coupon ~ .wgl-woo-button #respond input#submit.disabled, .woocommerce .coupon ~ .wgl-woo-button #respond input#submit:disabled, .woocommerce .coupon ~ .wgl-woo-button #respond input#submit:disabled[disabled],
  .woocommerce .coupon ~ .wgl-woo-button a.button.disabled,
  .woocommerce .coupon ~ .wgl-woo-button a.button:disabled,
  .woocommerce .coupon ~ .wgl-woo-button a.button:disabled[disabled],
  .woocommerce .coupon ~ .wgl-woo-button button.button.disabled,
  .woocommerce .coupon ~ .wgl-woo-button button.button:disabled,
  .woocommerce .coupon ~ .wgl-woo-button button.button:disabled[disabled],
  .woocommerce .coupon ~ .wgl-woo-button input.button.disabled,
  .woocommerce .coupon ~ .wgl-woo-button input.button:disabled,
  .woocommerce .coupon ~ .wgl-woo-button input.button:disabled[disabled] {
    padding: 10px 33px; }

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  background-color: transparent; }

.woocommerce > .wgl_module_message_box {
  margin-bottom: 20px; }

.woocommerce .wgl-woocommerce-sorting .wgl_module_message_box {
  width: 100%; }
  .woocommerce .wgl-woocommerce-sorting .wgl_module_message_box:before {
    display: none; }

.woocommerce .wgl-woocommerce-sorting .woocommerce-notices-wrapper {
  flex: 1 1 100%; }

.woocommerce .woocommerce-customer-details address {
  border-radius: 10px;
  border: unset;
  padding: 43px 50px;
  background: #ffffff;
  box-shadow: 6px 5px 25px 0 rgba(0, 0, 0, 0.1); }

.wgl-products.appear-animation .product {
  opacity: 0; }

.wgl-products.appear-animation.anim-fade-in .animate.product {
  animation: fade_in 0.9s ease forwards; }

.wgl-products.appear-animation.anim-slide-top .animate.product {
  animation: slide_top 0.5s ease forwards;
  transform: translateY(50px); }

.wgl-products.appear-animation.anim-slide-bottom .animate.product {
  animation: slide_bottom 0.5s ease forwards;
  transform: translateY(-50px); }

.wgl-products.appear-animation.anim-slide-left .animate.product {
  animation: slide_left 0.5s ease forwards;
  transform: translateX(50px); }

.wgl-products.appear-animation.anim-slide-right .animate.product {
  animation: slide_right 0.5s ease forwards;
  transform: translateX(-50px); }

.wgl-products.appear-animation.anim-zoom .animate.product {
  animation: zoom_in 0.5s ease forwards;
  transform: scale(0.5); }

@keyframes fade_in {
  100% {
    opacity: 1; } }

@keyframes slide_top {
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes slide_bottom {
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes slide_left {
  100% {
    opacity: 1;
    transform: translateX(0); } }

@keyframes slide_right {
  100% {
    opacity: 1;
    transform: translateX(0); } }

@keyframes zoom_in {
  100% {
    opacity: 1;
    transform: scale(1); } }

/* ==================== ##Shop - Single ==================== */
.woocommerce .summary .product_meta {
  position: relative;
  margin-top: 0;
  border-top: 1px solid #e0e0e0;
  padding: 24px 0; }
  .woocommerce .summary .product_meta > span {
    display: block;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 35px; }
    .woocommerce .summary .product_meta > span span.title,
    .woocommerce .summary .product_meta > span a.title {
      font-weight: 500;
      margin-right: 8px; }
      .woocommerce .summary .product_meta > span span.title ~ span:first-child,
      .woocommerce .summary .product_meta > span a.title ~ span:first-child {
        margin-left: 4px; }

.woocommerce div.product form.cart {
  padding-top: 35px;
  margin-bottom: 30px;
  border-top: 1px solid #e0e0e0; }

.woocommerce.single-product div.product div.images.woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 30px;
  right: 30px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50px;
  color: #000000;
  text-decoration: none; }
  .woocommerce.single-product div.product div.images.woocommerce-product-gallery .woocommerce-product-gallery__trigger:before {
    content: "\f106";
    font-family: 'Flaticon';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 1.1em;
    height: 1.1em;
    line-height: 1.1em;
    border: unset;
    font-size: 22px;
    font-weight: 600;
    text-indent: 0;
    margin: auto; }
  .woocommerce.single-product div.product div.images.woocommerce-product-gallery .woocommerce-product-gallery__trigger:after {
    display: none; }
  .woocommerce.single-product div.product div.images.woocommerce-product-gallery .woocommerce-product-gallery__trigger + .woocommerce-product-gallery__wrapper {
    border-radius: 22px; }

.product .flex-control-nav li {
  margin-left: 0;
  padding: 0; }
  .product .flex-control-nav li img {
    margin: 0 auto; }

.woocommerce div.product div.images,
.woocommerce #content div.product div.images,
.woocommerce-page div.product div.images,
.woocommerce-page #content div.product div.images {
  width: 47%;
  max-width: 540px;
  margin-bottom: 40px; }

.woocommerce div.product div.summary,
.woocommerce #content div.product div.summary,
.woocommerce-page div.product div.summary,
.woocommerce-page #content div.product div.summary {
  width: 48%;
  max-width: 560px;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px; }

.woocommerce div.product {
  margin-bottom: 30px; }
  .woocommerce div.product .woocommerce-product-rating {
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
  .woocommerce div.product .summary .woocommerce-product-rating {
    margin-bottom: 3px;
    padding-top: 3px; }
  .woocommerce div.product div.images.woocommerce-product-gallery img {
    display: block; }
  .woocommerce div.product div.images.woocommerce-product-gallery figure {
    overflow: hidden;
    border-radius: 0; }
  .woocommerce div.product div.images.woocommerce-product-gallery .flex-viewport {
    border-radius: 22px; }
  .woocommerce div.product div.images.woocommerce-product-gallery .flex-control-thumbs {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    grid-gap: 20px;
    margin-top: 25px;
    overflow: visible !important;
    pointer-events: none; }
    .woocommerce div.product div.images.woocommerce-product-gallery .flex-control-thumbs:after {
      content: '';
      display: block;
      height: 0;
      clear: both; }
    .woocommerce div.product div.images.woocommerce-product-gallery .flex-control-thumbs li {
      margin: 0;
      padding: 0;
      list-style: none;
      float: left;
      cursor: pointer;
      width: 100%;
      pointer-events: auto; }
      .woocommerce div.product div.images.woocommerce-product-gallery .flex-control-thumbs li,
      .woocommerce div.product div.images.woocommerce-product-gallery .flex-control-thumbs li img {
        border-radius: 22px;
        position: relative;
        transition: 0.3s; }
      .woocommerce div.product div.images.woocommerce-product-gallery .flex-control-thumbs li img {
        opacity: 0.7;
        border: 1px solid transparent;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0); }
        .woocommerce div.product div.images.woocommerce-product-gallery .flex-control-thumbs li img:hover, .woocommerce div.product div.images.woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
          opacity: 1;
          border-color: #e0e0e0;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
      .woocommerce div.product div.images.woocommerce-product-gallery .flex-control-thumbs li:before {
        display: none; }
      .woocommerce div.product div.images.woocommerce-product-gallery .flex-control-thumbs li:last-child {
        margin-right: 0; }
  .woocommerce div.product div.images.woocommerce-product-gallery__trigger {
    position: absolute;
    z-index: 99;
    top: 1em;
    right: 1em; }
  .woocommerce div.product .product_title {
    margin-top: -0.09em;
    margin-bottom: 8px;
    font-size: 42px;
    line-height: 1; }
  .woocommerce div.product p .price,
  .woocommerce div.product span .price {
    font-size: 16px; }
    .woocommerce div.product p .price ins,
    .woocommerce div.product span .price ins {
      font-weight: 500; }
  .woocommerce div.product p.stock {
    margin-bottom: 30px; }
  .woocommerce div.product form.cart .button {
    padding: 11px 26px;
    border-color: var(--workalley-button-bg-idle);
    border-radius: 14px;
    font-weight: 600;
    color: var(--workalley-button-color-idle);
    background-color: var(--workalley-button-bg-idle);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0); }
    .woocommerce div.product form.cart .button:hover {
      color: var(--workalley-button-color-hover);
      border-color: #e0e0e0;
      background: var(--workalley-button-bg-hover);
      box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1); }
  .woocommerce div.product.product-type-external form.cart .button:before {
    content: '\f360';
    font-family: 'Font Awesome 5 Free';
    font-size: 18px; }

div.product .summary span.price,
.woocommerce div.product .summary p.price,
.woocommerce div.product .summary .woocommerce-variation-price .price {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 500; }
  div.product .summary span.price .woocommerce-Price-currencySymbol,
  .woocommerce div.product .summary p.price .woocommerce-Price-currencySymbol,
  .woocommerce div.product .summary .woocommerce-variation-price .price .woocommerce-Price-currencySymbol {
    padding-right: 1px;
    font-size: 0.85em; }
  div.product .summary span.price ins,
  .woocommerce div.product .summary p.price ins,
  .woocommerce div.product .summary .woocommerce-variation-price .price ins {
    font-weight: inherit; }

.woocommerce del {
  color: #b7b7b7;
  margin-right: .5em; }
  .woocommerce del .woocommerce-Price-amount {
    color: inherit; }

.woocommerce div.product p.price del {
  opacity: 1; }

.woocommerce ins {
  text-decoration: none; }

.related.products,
.upsells.products {
  clear: both; }
  .related.products > h4,
  .upsells.products > h4 {
    position: relative;
    z-index: 1;
    margin-bottom: 32px;
    font-size: 36px;
    text-align: center;
    text-transform: capitalize; }

.upsells.products + .related.products {
  margin-top: 90px; }

.related.products {
  margin-top: 10px; }

body .pswp .pswp__scroll-wrap .pswp__button--arrow--left:before,
body .pswp .pswp__scroll-wrap .pswp__button--arrow--right:before {
  background-color: unset; }

/* ==================== ##Shop - Cart ==================== */
.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
  margin-bottom: 30px;
  padding: 0; }
  .woocommerce ul.cart_list li:last-child,
  .woocommerce ul.product_list_widget li:last-child {
    margin-bottom: 0; }
  .woocommerce ul.cart_list li a,
  .woocommerce ul.product_list_widget li a {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 5px;
    text-decoration: underline;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent; }
  .woocommerce ul.cart_list li img,
  .woocommerce ul.product_list_widget li img {
    float: left;
    width: 70px;
    margin: 0;
    border: unset;
    border-radius: 16px;
    background: #e9e9e9;
    transition: inherit; }

.woocommerce .wgl_mini-cart_flex {
  display: flex;
  align-items: center; }
  .woocommerce .wgl_mini-cart_flex .wgl_mini-cart_image {
    width: 70px;
    min-width: 70px;
    margin: 0 20px 0 0;
    transition: .4s;
    box-shadow: 1px 0 5px rgba(0, 0, 0, 0);
    border: 1px solid transparent;
    border-radius: 17px; }
    .woocommerce .wgl_mini-cart_flex .wgl_mini-cart_image a {
      margin: 0; }
    .woocommerce .wgl_mini-cart_flex .wgl_mini-cart_image:hover {
      box-shadow: 1px 0 5px rgba(0, 0, 0, 0.1);
      border-color: #e0e0e0; }
      .woocommerce .wgl_mini-cart_flex .wgl_mini-cart_image:hover ~ .wgl_mini-cart_contents a {
        text-decoration: underline; }
  .woocommerce .wgl_mini-cart_flex .wgl_mini-cart_contents {
    transition: opacity .3s;
    margin-right: 10px; }
    .woocommerce .wgl_mini-cart_flex .wgl_mini-cart_contents a {
      margin-top: -3px; }
      .woocommerce .wgl_mini-cart_flex .wgl_mini-cart_contents a:hover {
        text-decoration: underline; }
  .woocommerce .wgl_mini-cart_flex p.price {
    margin: 0;
    line-height: 1; }

.woocommerce .widget_shopping_cart .cart_list li, .woocommerce.widget_shopping_cart .cart_list li {
  padding-left: 0; }

.woocommerce .widget_shopping_cart .total, .woocommerce.widget_shopping_cart .total {
  border: unset;
  padding-top: 19px; }

.woocommerce .widget_shopping_cart .buttons .button, .woocommerce.widget_shopping_cart .buttons .button {
  margin: 0 0 10px; }

.woocommerce .woo_mini_cart ul.cart_list li.mini_cart_item.woocommerce-mini-cart-item a.remove {
  position: absolute;
  z-index: 2;
  top: 0;
  left: auto;
  right: 16px;
  margin: 0;
  padding-right: 0;
  font-size: 0; }
  .woocommerce .woo_mini_cart ul.cart_list li.mini_cart_item.woocommerce-mini-cart-item a.remove:before {
    position: relative;
    top: 0;
    right: 0;
    padding: 9px 4px;
    line-height: 0;
    box-shadow: none; }
  .woocommerce .woo_mini_cart ul.cart_list li.mini_cart_item.woocommerce-mini-cart-item a.remove:hover ~ * {
    opacity: 0.5; }

.woocommerce .woo_mini_cart ul.cart_list li.mini_cart_item.woocommerce-mini-cart-item .quantity {
  display: block;
  margin-top: 10px;
  color: #999998;
  transition: opacity .4s; }
  .woocommerce .woo_mini_cart ul.cart_list li.mini_cart_item.woocommerce-mini-cart-item .quantity,
  .woocommerce .woo_mini_cart ul.cart_list li.mini_cart_item.woocommerce-mini-cart-item .quantity .amount {
    font-size: 16px;
    line-height: 1;
    margin-top: 0; }
  .woocommerce .woo_mini_cart ul.cart_list li.mini_cart_item.woocommerce-mini-cart-item .quantity .woocommerce-Price-currencySymbol {
    display: inline-block;
    padding-right: 3px; }

.woocommerce .woo_mini_cart .total {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  flex-wrap: wrap;
  margin-top: 4px;
  margin-bottom: 20px;
  border: unset;
  padding-top: 18px;
  padding-bottom: 0;
  text-align: left; }
  .woocommerce .woo_mini_cart .total span {
    font-size: 18px;
    font-weight: 500; }
  .woocommerce .woo_mini_cart .total strong {
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    cursor: default; }
  .woocommerce .woo_mini_cart .total .woocommerce-Price-amount {
    padding-left: 10px; }
    .woocommerce .woo_mini_cart .total .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
      padding-right: 0; }

.woocommerce .woo_mini_cart .buttons {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: -10px; }
  .woocommerce .woo_mini_cart .buttons .button {
    width: calc(50% - 5px);
    margin: 0 0 10px;
    border-radius: 14px;
    padding: 10px 12px;
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    text-align: center;
    transition: 0.4s; }
    .woocommerce .woo_mini_cart .buttons .button.checkout {
      border: 1px solid #e0e0e0;
      color: var(--workalley-button-color-hover);
      background-color: var(--workalley-button-bg-hover);
      box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1); }
      .woocommerce .woo_mini_cart .buttons .button.checkout:hover {
        border-color: var(--workalley-button-bg-idle);
        color: var(--workalley-button-color-idle);
        background-color: var(--workalley-button-bg-idle);
        box-shadow: 0 1px 5px rgba(0, 0, 0, 0); }
  .woocommerce .woo_mini_cart .buttons:before, .woocommerce .woo_mini_cart .buttons:after {
    display: none !important; }

.woocommerce div.product form.cart .variations {
  margin-bottom: 0; }
  .woocommerce div.product form.cart .variations tr {
    border: 0;
    border-bottom: 20px solid transparent; }
  .woocommerce div.product form.cart .variations td.label {
    padding: 0;
    width: 100px;
    line-height: 24px;
    vertical-align: middle; }
    .woocommerce div.product form.cart .variations td.label label {
      margin-bottom: 0;
      font-weight: 500; }
      .woocommerce div.product form.cart .variations td.label label:after {
        content: ':'; }
  .woocommerce div.product form.cart .variations td.value {
    max-width: 200px; }
  .woocommerce div.product form.cart .variations td,
  .woocommerce div.product form.cart .variations th {
    line-height: 1;
    padding: 0; }
  .woocommerce div.product form.cart .variations select {
    min-width: auto;
    width: auto;
    display: inline-block;
    margin-right: 0;
    margin-bottom: 0;
    padding-right: 50px;
    cursor: pointer; }

.woocommerce div.product form.cart .reset_variations {
  display: inline;
  margin: 0 0 0 5px;
  font-size: 0;
  line-height: inherit;
  color: transparent !important; }
  .woocommerce div.product form.cart .reset_variations:before {
    content: '\f2f1';
    display: inline-block;
    font-family: 'font awesome 5 free';
    font-size: 15px;
    font-weight: 700;
    color: #bababa;
    margin-left: 10px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: inherit; }
  .woocommerce div.product form.cart .reset_variations:hover:before {
    color: var(--workalley-primary-color); }

.woocommerce div.product form.cart .single_variation {
  margin-bottom: 39px;
  padding-bottom: 21px;
  border-bottom: 1px solid #e5e5e5; }

.woocommerce div.product form.cart .quantity {
  display: inline-block;
  position: relative;
  background-color: #ffffff; }
  .woocommerce div.product form.cart .quantity label.label-qty {
    display: none; }
  .woocommerce div.product form.cart .quantity .quantity-wrapper {
    display: flex;
    align-items: center;
    position: relative;
    height: 54px;
    border-radius: 14px;
    padding: 15px;
    line-height: 0;
    color: var(--workalley-header-font-color);
    background: #f2f0f0; }
    .woocommerce div.product form.cart .quantity .quantity-wrapper .qty {
      display: inline-block;
      height: 54px;
      min-width: 48px;
      width: 3em;
      border: 0;
      padding: 0;
      font-size: 16px;
      font-weight: 600;
      vertical-align: middle;
      background: transparent; }
    .woocommerce div.product form.cart .quantity .quantity-wrapper span {
      cursor: pointer;
      position: relative;
      z-index: 1;
      display: block;
      margin: 0;
      width: 22px;
      height: 22px;
      opacity: 1;
      border: 1px solid #e0e0e0;
      transform: translateY(0);
      transition: .4s;
      background: #ffffff;
      border-radius: 50%;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
      .woocommerce div.product form.cart .quantity .quantity-wrapper span:before, .woocommerce div.product form.cart .quantity .quantity-wrapper span:after {
        content: '';
        position: absolute;
        z-index: 1;
        display: block;
        width: 12px;
        height: 2px;
        bottom: 0;
        top: 0;
        margin: auto;
        transition: 0.3s;
        background: currentColor; }
      .woocommerce div.product form.cart .quantity .quantity-wrapper span.minus:after {
        left: 4px; }
      .woocommerce div.product form.cart .quantity .quantity-wrapper span.minus:before {
        content: unset; }
      .woocommerce div.product form.cart .quantity .quantity-wrapper span.plus:after, .woocommerce div.product form.cart .quantity .quantity-wrapper span.plus:before {
        right: 4px; }
      .woocommerce div.product form.cart .quantity .quantity-wrapper span.plus:before {
        transform: rotate(90deg); }
      .woocommerce div.product form.cart .quantity .quantity-wrapper span:hover {
        background: var(--workalley-primary-color);
        border-color: var(--workalley-primary-color);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0); }
        .woocommerce div.product form.cart .quantity .quantity-wrapper span:hover:before, .woocommerce div.product form.cart .quantity .quantity-wrapper span:hover:after {
          background-color: #ffffff; }
      .woocommerce div.product form.cart .quantity .quantity-wrapper span:active {
        background: #000;
        border-color: #000; }
    .woocommerce div.product form.cart .quantity .quantity-wrapper input[type="number"] {
      -webkit-appearance: textfield;
      appearance: textfield; }
      .woocommerce div.product form.cart .quantity .quantity-wrapper input[type="number"]::-webkit-inner-spin-button, .woocommerce div.product form.cart .quantity .quantity-wrapper input[type="number"]::-webkit-outer-spin-button {
        -webkit-appearance: none; }

.woocommerce div.product form.cart div.quantity {
  margin-right: 15px; }

.woocommerce div.product form.cart .woocommerce-variation-add-to-cart-disabled .wgl-button {
  opacity: 0.5; }

.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-totals .woocommerce-shipping-destination {
  font-size: 14px;
  font-weight: normal; }
  .woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-totals .woocommerce-shipping-destination strong {
    font-weight: 700; }

.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-totals.shipping th {
  line-height: 36px;
  vertical-align: top; }

.woocommerce .cart-collaterals .cross-sells,
.woocommerce-page .cart-collaterals .cross-sells {
  width: calc(100% - 340px - 30px);
  margin-top: 40px; }
  .woocommerce .cart-collaterals .cross-sells > h2,
  .woocommerce-page .cart-collaterals .cross-sells > h2 {
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 1.4; }
  .woocommerce .cart-collaterals .cross-sells div.wgl-products,
  .woocommerce-page .cart-collaterals .cross-sells div.wgl-products {
    --products-width: 50%; }
    .woocommerce .cart-collaterals .cross-sells div.wgl-products > .product,
    .woocommerce-page .cart-collaterals .cross-sells div.wgl-products > .product {
      float: left; }
    .woocommerce .cart-collaterals .cross-sells div.wgl-products.wgl-swiper-enable,
    .woocommerce-page .cart-collaterals .cross-sells div.wgl-products.wgl-swiper-enable {
      margin: 0; }

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  float: right;
  width: 340px;
  margin-top: 45px;
  margin-bottom: 60px;
  border: 1px solid #e0e0e0;
  border-radius: 22px;
  padding: 30px;
  background: #ffffff;
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.14); }
  .woocommerce .cart-collaterals .cart_totals h2,
  .woocommerce-page .cart-collaterals .cart_totals h2 {
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
    text-transform: capitalize;
    margin-bottom: 6px; }
  .woocommerce .cart-collaterals .cart_totals table tr,
  .woocommerce-page .cart-collaterals .cart_totals table tr {
    border: 0; }
    .woocommerce .cart-collaterals .cart_totals table tr.cart-subtotal th,
    .woocommerce .cart-collaterals .cart_totals table tr.cart-subtotal td,
    .woocommerce-page .cart-collaterals .cart_totals table tr.cart-subtotal th,
    .woocommerce-page .cart-collaterals .cart_totals table tr.cart-subtotal td {
      padding-bottom: 14px; }
    .woocommerce .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals th,
    .woocommerce .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals td,
    .woocommerce-page .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals th,
    .woocommerce-page .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals td {
      padding-top: 0;
      padding-bottom: 0;
      border: unset; }
      .woocommerce .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals th[data-title='Shipping'],
      .woocommerce .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals td[data-title='Shipping'],
      .woocommerce-page .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals th[data-title='Shipping'],
      .woocommerce-page .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals td[data-title='Shipping'] {
        padding-top: 7px; }
    .woocommerce .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals #shipping_method .amount,
    .woocommerce-page .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals #shipping_method .amount {
      margin-left: 5px;
      font-weight: 400; }
    .woocommerce .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .form-row,
    .woocommerce-page .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .form-row {
      margin-bottom: 10px;
      padding: 0; }
      .woocommerce .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .form-row input,
      .woocommerce .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .form-row select,
      .woocommerce .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .form-row textarea,
      .woocommerce .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .form-row .button,
      .woocommerce-page .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .form-row input,
      .woocommerce-page .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .form-row select,
      .woocommerce-page .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .form-row textarea,
      .woocommerce-page .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .form-row .button {
        width: 100%; }
      .woocommerce .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .form-row:last-child,
      .woocommerce-page .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .form-row:last-child {
        margin-bottom: 20px; }
  .woocommerce .cart-collaterals .cart_totals table tr.order-total th,
  .woocommerce-page .cart-collaterals .cart_totals table tr.order-total th {
    font-size: 18px;
    font-weight: 500; }
  .woocommerce .cart-collaterals .cart_totals table tr.order-total td .woocommerce-Price-amount.amount,
  .woocommerce-page .cart-collaterals .cart_totals table tr.order-total td .woocommerce-Price-amount.amount {
    font-size: 18px;
    font-weight: 600; }
  .woocommerce .cart-collaterals .cart_totals table tr.order-total th,
  .woocommerce .cart-collaterals .cart_totals table tr.order-total td,
  .woocommerce-page .cart-collaterals .cart_totals table tr.order-total th,
  .woocommerce-page .cart-collaterals .cart_totals table tr.order-total td {
    padding-top: 2px;
    padding-bottom: 12px; }
  .woocommerce .cart-collaterals .cart_totals table .shipping + .order-total th,
  .woocommerce .cart-collaterals .cart_totals table .shipping + .order-total td,
  .woocommerce-page .cart-collaterals .cart_totals table .shipping + .order-total th,
  .woocommerce-page .cart-collaterals .cart_totals table .shipping + .order-total td {
    padding-top: 26px; }
  .woocommerce .cart-collaterals .cart_totals table th,
  .woocommerce .cart-collaterals .cart_totals table td,
  .woocommerce-page .cart-collaterals .cart_totals table th,
  .woocommerce-page .cart-collaterals .cart_totals table td {
    padding: 4px 0;
    text-align: left; }
  .woocommerce .cart-collaterals .cart_totals table th,
  .woocommerce-page .cart-collaterals .cart_totals table th {
    font-size: 18px;
    font-weight: 500;
    width: 1%;
    vertical-align: middle;
    white-space: nowrap;
    border: 0; }
  .woocommerce .cart-collaterals .cart_totals table td,
  .woocommerce-page .cart-collaterals .cart_totals table td {
    font-size: 16px;
    font-weight: 400;
    text-align: right;
    padding-left: 10px; }
  .woocommerce .cart-collaterals .cart_totals table tbody tr:first-child td,
  .woocommerce-page .cart-collaterals .cart_totals table tbody tr:first-child td {
    font-size: 20px;
    text-align: right; }
  .woocommerce .cart-collaterals .cart_totals table .woocommerce-Price-amount.amount,
  .woocommerce-page .cart-collaterals .cart_totals table .woocommerce-Price-amount.amount {
    font-size: 18px;
    font-weight: 500; }

.woocommerce table.shop_table {
  border: 0;
  border-radius: 0;
  margin: 0;
  font-size: 18px;
  border-collapse: collapse;
  text-align: center; }
  .woocommerce table.shop_table .woocommerce-Price-amount.amount {
    font-size: 18px;
    font-weight: 500; }
  .woocommerce table.shop_table.cart input.button {
    height: 56px;
    margin-left: 9px;
    margin-right: 20px;
    border-width: 1px;
    border-style: solid;
    border-radius: 0;
    padding: 0 25px;
    font-size: 18px;
    line-height: 56px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0;
    background-color: transparent; }
    .woocommerce table.shop_table.cart input.button:hover {
      color: #ffffff; }
  .woocommerce table.shop_table td {
    padding: 25px 0;
    border: 0; }
  .woocommerce table.shop_table td.product-total .woocommerce-Price-amount.amount {
    font-weight: 600; }
  .woocommerce table.shop_table td.product-remove {
    padding: 0; }
  .woocommerce table.shop_table td.product-name .product-quantity {
    color: #999998;
    font-weight: inherit; }
  .woocommerce table.shop_table td.product-quantity .quantity {
    display: inline-block;
    position: relative;
    background-color: #ffffff; }
    .woocommerce table.shop_table td.product-quantity .quantity label.label-qty {
      display: none; }
    .woocommerce table.shop_table td.product-quantity .quantity .quantity-wrapper {
      display: flex;
      align-items: center;
      position: relative;
      height: 54px;
      border-radius: 14px;
      padding: 15px;
      line-height: 0;
      color: var(--workalley-header-font-color);
      background: #f2f0f0; }
      .woocommerce table.shop_table td.product-quantity .quantity .quantity-wrapper .qty {
        display: inline-block;
        height: 54px;
        min-width: 48px;
        width: 3em;
        border: 0;
        padding: 0;
        font-size: 16px;
        font-weight: 600;
        vertical-align: middle;
        background: transparent; }
      .woocommerce table.shop_table td.product-quantity .quantity .quantity-wrapper span {
        cursor: pointer;
        position: relative;
        z-index: 1;
        display: block;
        margin: 0;
        width: 22px;
        height: 22px;
        opacity: 1;
        border: 1px solid #e0e0e0;
        transform: translateY(0);
        transition: .4s;
        background: #ffffff;
        border-radius: 50%;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
        .woocommerce table.shop_table td.product-quantity .quantity .quantity-wrapper span:before, .woocommerce table.shop_table td.product-quantity .quantity .quantity-wrapper span:after {
          content: '';
          position: absolute;
          z-index: 1;
          display: block;
          width: 12px;
          height: 2px;
          bottom: 0;
          top: 0;
          margin: auto;
          transition: 0.3s;
          background: currentColor; }
        .woocommerce table.shop_table td.product-quantity .quantity .quantity-wrapper span.minus:after {
          left: 4px; }
        .woocommerce table.shop_table td.product-quantity .quantity .quantity-wrapper span.minus:before {
          content: unset; }
        .woocommerce table.shop_table td.product-quantity .quantity .quantity-wrapper span.plus:after, .woocommerce table.shop_table td.product-quantity .quantity .quantity-wrapper span.plus:before {
          right: 4px; }
        .woocommerce table.shop_table td.product-quantity .quantity .quantity-wrapper span.plus:before {
          transform: rotate(90deg); }
        .woocommerce table.shop_table td.product-quantity .quantity .quantity-wrapper span:hover {
          background: var(--workalley-primary-color);
          border-color: var(--workalley-primary-color);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0); }
          .woocommerce table.shop_table td.product-quantity .quantity .quantity-wrapper span:hover:before, .woocommerce table.shop_table td.product-quantity .quantity .quantity-wrapper span:hover:after {
            background-color: #ffffff; }
        .woocommerce table.shop_table td.product-quantity .quantity .quantity-wrapper span:active {
          background: #000;
          border-color: #000; }
      .woocommerce table.shop_table td.product-quantity .quantity .quantity-wrapper input[type="number"] {
        -webkit-appearance: textfield;
        appearance: textfield; }
        .woocommerce table.shop_table td.product-quantity .quantity .quantity-wrapper input[type="number"]::-webkit-inner-spin-button, .woocommerce table.shop_table td.product-quantity .quantity .quantity-wrapper input[type="number"]::-webkit-outer-spin-button {
          -webkit-appearance: none; }
  .woocommerce table.shop_table td.product-name,
  .woocommerce table.shop_table td.product-thumbnail {
    text-align: left; }
  .woocommerce table.shop_table td.product-thumbnail {
    white-space: nowrap;
    width: 68px;
    padding-left: 0;
    font-size: 0; }
  .woocommerce table.shop_table td.product-name {
    padding-left: 30px;
    font-size: 18px;
    font-weight: 500; }
    .woocommerce table.shop_table td.product-name a {
      color: inherit; }
  .woocommerce table.shop_table td.actions {
    padding-top: 25px; }
    .woocommerce table.shop_table td.actions .coupon {
      position: relative; }
      .woocommerce table.shop_table td.actions .coupon label {
        display: none; }
      .woocommerce table.shop_table td.actions .coupon .input-text {
        width: 270px;
        height: 50px;
        margin-right: 20px;
        border-color: transparent;
        padding: 12px 20px;
        font-size: 16px;
        font-weight: normal; }
        .woocommerce table.shop_table td.actions .coupon .input-text:focus {
          border-color: #e0e0e0; }
        .woocommerce table.shop_table td.actions .coupon .input-text ~ span.wgl-woo-button button.button {
          padding: 8px 34px;
          color: inherit;
          transition: unset; }
    .woocommerce table.shop_table td.actions > .button {
      border-color: #e0e0e0;
      color: var(--workalley-button-color-hover);
      background-color: var(--workalley-button-bg-hover);
      box-shadow: 1px 0 5px rgba(0, 0, 0, 0.1); }
      .woocommerce table.shop_table td.actions > .button:hover {
        border-color: var(--workalley-button-bg-idle);
        color: var(--workalley-button-color-idle);
        background-color: var(--workalley-button-bg-idle);
        box-shadow: 1px 0 5px rgba(0, 0, 0, 0); }
  .woocommerce table.shop_table thead {
    background: #f6f4f0; }
    .woocommerce table.shop_table thead,
    .woocommerce table.shop_table thead tr {
      border-radius: 22px;
      background: #0e0e0e; }
    .woocommerce table.shop_table thead th {
      padding: 0;
      font-size: 18px;
      line-height: 60px;
      font-weight: 500;
      color: #ffffff; }
      .woocommerce table.shop_table thead th:first-child {
        border-top-left-radius: inherit;
        border-bottom-left-radius: inherit; }
      .woocommerce table.shop_table thead th:last-child {
        border-top-right-radius: inherit;
        border-bottom-right-radius: inherit; }
      .woocommerce table.shop_table thead th.product-price {
        text-align: left;
        width: 210px; }
      .woocommerce table.shop_table thead th.product-quantity {
        text-align: left;
        width: 190px; }
      .woocommerce table.shop_table thead th.product-subtotal {
        text-align: left;
        width: 155px; }
      .woocommerce table.shop_table thead th.product-remove {
        width: 80px; }
      .woocommerce table.shop_table thead th.woocommerce-orders-table__header-order-number {
        padding-left: 30px; }
    .woocommerce table.shop_table thead th.product-name {
      padding-left: 30px;
      text-align: left; }
  .woocommerce table.shop_table tbody tr:first-child td {
    border-top: 0; }
  .woocommerce table.shop_table tbody tr td.product-price, .woocommerce table.shop_table tbody tr td.product-quantity, .woocommerce table.shop_table tbody tr td.product-subtotal, .woocommerce table.shop_table tbody tr td.product-remove {
    text-align: left; }
  .woocommerce table.shop_table tbody tr td.product-remove {
    padding-right: 0;
    text-align: right; }
  .woocommerce table.shop_table tbody tr td.woocommerce-orders-table__cell-order-number {
    padding-left: 30px;
    font-weight: 700; }
  .woocommerce table.shop_table tfoot tr th {
    padding-left: 30px;
    text-align: left; }
  .woocommerce table.shop_table tfoot tr td {
    padding-right: 30px;
    text-align: right;
    color: #000000; }
    .woocommerce table.shop_table tfoot tr td .woocommerce-Price-amount.amount {
      color: inherit; }
  .woocommerce table.shop_table tfoot tr.shipping td {
    font-size: 15px; }
  .woocommerce table.shop_table tfoot tr.order-total td .woocommerce-Price-amount.amount {
    color: inherit; }
  .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
    border-top: 1px solid #e5e5e5;
    font-weight: 500; }
  .woocommerce table.shop_table th {
    border: 0; }

.woocommerce #order_review.woocommerce-checkout-review-order table.shop_table thead th.product-name {
  width: 64%; }

.woocommerce #order_review.woocommerce-checkout-review-order table.shop_table thead th.product-total {
  text-align: right;
  padding-right: 30px; }

.woocommerce #order_review.woocommerce-checkout-review-order table.shop_table tbody td.product-name,
.woocommerce #order_review.woocommerce-checkout-review-order table.shop_table tbody td.product-total span {
  font-size: 18px; }

.woocommerce table.shop_table.order_details thead th.product-name {
  padding-left: 40px;
  width: 64%; }

#add_payment_method main#main,
.woocommerce-cart main#main,
.woocommerce-checkout main#main {
  margin-bottom: 50px; }

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
  width: 68px;
  border: unset;
  border-radius: 16px;
  background: #e9e9e9; }

#add_payment_method table.cart td,
.woocommerce-cart table.cart td,
.woocommerce-checkout table.cart td {
  border-top: 1px solid #e5e5e5; }

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  font-size: 16px;
  line-height: 28px;
  padding: 20px 20px;
  border-radius: 16px;
  background: #f4f4f4;
  margin-top: 25px;
  margin-bottom: 5px; }
  #add_payment_method #payment div.payment_box:before,
  .woocommerce-cart #payment div.payment_box:before,
  .woocommerce-checkout #payment div.payment_box:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    margin: -30px 30px;
    border: 15px solid transparent;
    border-bottom-color: #f4f4f4;
    pointer-events: none; }

#add_payment_method .cart-collaterals .cart_totals table,
.woocommerce-cart .cart-collaterals .cart_totals table,
.woocommerce-checkout .cart-collaterals .cart_totals table {
  margin: 0;
  padding-top: 11px;
  padding-bottom: 0;
  border: unset; }

#add_payment_method .cart-collaterals .cart_totals tr th,
#add_payment_method .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr td {
  background-color: unset !important;
  border-top: 0; }

#add_payment_method .cart-collaterals .woocommerce-shipping-destination,
#add_payment_method .cart-collaterals .woocommerce-shipping-calculator,
.woocommerce-cart .cart-collaterals .woocommerce-shipping-destination,
.woocommerce-cart .cart-collaterals .woocommerce-shipping-calculator,
.woocommerce-checkout .cart-collaterals .woocommerce-shipping-destination,
.woocommerce-checkout .cart-collaterals .woocommerce-shipping-calculator {
  margin-left: calc(-340px + 60px + 100%);
  margin-top: 15px; }

#add_payment_method .cart-collaterals .shipping-calculator-form,
.woocommerce-cart .cart-collaterals .shipping-calculator-form,
.woocommerce-checkout .cart-collaterals .shipping-calculator-form {
  margin-bottom: -12px; }
  #add_payment_method .cart-collaterals .shipping-calculator-form p button.button,
  .woocommerce-cart .cart-collaterals .shipping-calculator-form p button.button,
  .woocommerce-checkout .cart-collaterals .shipping-calculator-form p button.button {
    width: auto;
    min-width: 70px;
    max-width: 100%;
    font-size: 13px;
    font-weight: 500;
    padding: 0 16px;
    height: 30px;
    line-height: 1;
    transition: 0.4s; }

#add_payment_method .cart-collaterals .shipping-calculator-button,
.woocommerce-cart .cart-collaterals .shipping-calculator-button,
.woocommerce-checkout .cart-collaterals .shipping-calculator-button {
  font-size: 15px;
  margin-top: 0; }
  #add_payment_method .cart-collaterals .shipping-calculator-button:after,
  .woocommerce-cart .cart-collaterals .shipping-calculator-button:after,
  .woocommerce-checkout .cart-collaterals .shipping-calculator-button:after {
    display: none; }

#add_payment_method .wc-proceed-to-checkout,
.woocommerce-cart .wc-proceed-to-checkout,
.woocommerce-checkout .wc-proceed-to-checkout {
  padding: 16px 0 0; }
  #add_payment_method .wc-proceed-to-checkout .wgl-woo-button,
  .woocommerce-cart .wc-proceed-to-checkout .wgl-woo-button,
  .woocommerce-checkout .wc-proceed-to-checkout .wgl-woo-button {
    width: 100%; }
  #add_payment_method .wc-proceed-to-checkout a.checkout-button,
  .woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
  .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
    border-color: var(--workalley-button-bg-idle);
    padding: 10px 30px;
    font-size: 16px;
    line-height: 30px;
    color: var(--workalley-button-color-idle);
    background-color: var(--workalley-button-bg-idle);
    box-shadow: 1px 0 5px rgba(0, 0, 0, 0.1); }
    #add_payment_method .wc-proceed-to-checkout a.checkout-button:hover,
    .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
    .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover {
      border-color: #e0e0e0;
      color: var(--workalley-button-color-hover);
      background-color: var(--workalley-button-bg-hover);
      box-shadow: 1px 0 5px rgba(0, 0, 0, 0.1); }

.woocommerce-cart #main > .wgl-container,
.woocommerce-checkout #main > .wgl-container {
  margin-top: 10px; }

.woocommerce-cart .cart-collaterals .button:not(.add_to_cart_button),
.woocommerce-checkout .cart-collaterals .button:not(.add_to_cart_button) {
  width: 100%; }

.woocommerce ul#shipping_method li {
  margin: 0;
  padding-left: 0; }
  .woocommerce ul#shipping_method li .shipping_method {
    margin-top: 6px; }
  .woocommerce ul#shipping_method li label {
    font-size: 14px;
    font-weight: 700; }

.woocommerce ul#shipping_method .amount {
  font-weight: 500; }

.woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled] {
  color: #ffffff; }
  .woocommerce button.button:disabled:hover, .woocommerce button.button:disabled[disabled]:hover {
    background-color: #ffffff; }

.woocommerce a.remove {
  font-size: 0;
  text-shadow: none;
  color: transparent !important;
  margin: 0;
  display: inline;
  line-height: inherit; }
  .woocommerce a.remove:before {
    content: "\f10c";
    display: inline-block;
    font-family: 'Flaticon';
    font-size: 12px;
    color: #bbbbbb;
    text-rendering: auto;
    font-weight: normal;
    line-height: 40px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: 0.3s; }
  .woocommerce a.remove:hover:before {
    color: #000000; }

/* ==================== ##Shop - Checkout ==================== */
.woocommerce-notice.woocommerce-notice--info.woocommerce-info:before {
  display: none; }

.woocommerce-error {
  border-top: 0;
  margin: 0;
  padding: 0; }
  .woocommerce-error:before {
    display: none; }
  .woocommerce-error li:before {
    display: none !important; }

body.woocommerce-checkout h3 {
  text-transform: capitalize; }

body.woocommerce-checkout .woocommerce-billing-fields > h3,
body.woocommerce-checkout #order_review_heading,
body.woocommerce-checkout .woocommerce-order-details > h2,
body.woocommerce-checkout .woocommerce-customer-details > h2 {
  margin-bottom: 30px; }

body.woocommerce-checkout .woocommerce-additional-fields > h3 {
  margin-bottom: 23px;
  margin-top: 37px; }

body.woocommerce-checkout .col2-set {
  width: calc(50% - 15px);
  margin: 0;
  float: left; }
  body.woocommerce-checkout .col2-set > .col-1,
  body.woocommerce-checkout .col2-set > .col-2,
  body.woocommerce-checkout .col2-set > [class^='col'] {
    float: none;
    width: 100%;
    margin-bottom: 30px; }
  body.woocommerce-checkout .col2-set > .col-1 {
    margin-bottom: 10px; }

body.woocommerce-checkout #order_review_heading,
body.woocommerce-checkout #order_review {
  width: calc(50% - 15px);
  float: right;
  margin-right: 0; }

body.woocommerce-checkout #order_review table.shop_table tbody tr:first-child > *,
body.woocommerce-checkout .woocommerce-order-details table.shop_table tbody tr:first-child > * {
  padding-top: 30px; }

body.woocommerce-checkout #order_review table.shop_table tbody tr:last-child > *,
body.woocommerce-checkout .woocommerce-order-details table.shop_table tbody tr:last-child > * {
  padding-bottom: 28px; }

body.woocommerce-checkout #order_review table.shop_table tfoot tr:last-child > *,
body.woocommerce-checkout .woocommerce-order-details table.shop_table tfoot tr:last-child > * {
  padding-bottom: 35px; }

body.woocommerce-checkout #order_review table.shop_table td,
body.woocommerce-checkout .woocommerce-order-details table.shop_table td {
  padding-top: 8px;
  padding-bottom: 8px; }

body.woocommerce-checkout #order_review table.shop_table tfoot th,
body.woocommerce-checkout .woocommerce-order-details table.shop_table tfoot th {
  padding-top: 15px;
  padding-bottom: 15px; }

body.woocommerce-checkout #order_review table.shop_table td.product-name,
body.woocommerce-checkout .woocommerce-order-details table.shop_table td.product-name {
  padding-right: 10px;
  font-size: 18px;
  font-weight: 500; }
  body.woocommerce-checkout #order_review table.shop_table td.product-name + td.product-total,
  body.woocommerce-checkout .woocommerce-order-details table.shop_table td.product-name + td.product-total {
    text-align: right;
    padding-right: 30px; }
    body.woocommerce-checkout #order_review table.shop_table td.product-name + td.product-total span,
    body.woocommerce-checkout .woocommerce-order-details table.shop_table td.product-name + td.product-total span {
      font-size: 18px;
      font-weight: 500; }

body.woocommerce-checkout #add_payment_method #payment div.form-row,
body.woocommerce-checkout .woocommerce-cart #payment div.form-row,
body.woocommerce-checkout .woocommerce-checkout #payment div.form-row {
  margin-bottom: 0; }

body.woocommerce-checkout #order_comments {
  padding-top: 15px; }

body.woocommerce-checkout #payment {
  border-radius: 22px;
  border: unset;
  padding: 30px;
  background: #ffffff;
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.14);
  border: 1px solid #e0e0e0;
  margin-top: 15px; }
  body.woocommerce-checkout #payment ul.payment_methods {
    padding: 0;
    border-bottom: 0; }
    body.woocommerce-checkout #payment ul.payment_methods li {
      line-height: 25px;
      padding: 0;
      margin-top: -5px; }
      body.woocommerce-checkout #payment ul.payment_methods li:before {
        display: none !important; }
      body.woocommerce-checkout #payment ul.payment_methods li.woocommerce-notice {
        margin-bottom: 10px;
        padding: 20px;
        box-shadow: unset;
        border-radius: 16px;
        background-color: #f4f4f4; }
  body.woocommerce-checkout #payment div.form-row {
    padding: 15px 0 0; }
  body.woocommerce-checkout #payment #place_order {
    float: none;
    color: var(--workalley-button-color-idle);
    background-color: var(--workalley-button-bg-idle);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0); }
    body.woocommerce-checkout #payment #place_order:hover, body.woocommerce-checkout #payment #place_order:focus {
      border-color: #e0e0e0;
      color: var(--workalley-button-color-hover);
      background-color: var(--workalley-button-bg-hover);
      box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1); }

body.woocommerce-checkout.woocommerce-page #shipping_method .shipping_method {
  margin-top: 7px; }

.woocommerce form .woocommerce-billing-fields__field-wrapper {
  margin-top: -13px; }
  .woocommerce form .woocommerce-billing-fields__field-wrapper label {
    font-size: 16px; }

.woocommerce form .form-row label {
  font-weight: 500; }
  .woocommerce form .form-row label span {
    font-size: 16px; }

.woocommerce form .form-row .required {
  font-weight: 400;
  text-decoration: none; }

.woocommerce form #ship-to-different-address {
  margin-top: 20px;
  margin-bottom: 10px; }

.woocommerce form label.checkbox {
  cursor: pointer; }
  .woocommerce form label.checkbox span {
    font-size: 24px;
    line-height: 30px; }

.woocommerce .woocommerce-customer-details,
.woocommerce .woocommerce-order-details,
.woocommerce .woocommerce-order-downloads {
  width: calc(50% - 15px);
  float: left; }
  .woocommerce .woocommerce-customer-details .col2-set,
  .woocommerce .woocommerce-order-details .col2-set,
  .woocommerce .woocommerce-order-downloads .col2-set {
    width: 100%; }
    .woocommerce .woocommerce-customer-details .col2-set .col-1,
    .woocommerce .woocommerce-customer-details .col2-set .col-2,
    .woocommerce .woocommerce-order-details .col2-set .col-1,
    .woocommerce .woocommerce-order-details .col2-set .col-2,
    .woocommerce .woocommerce-order-downloads .col2-set .col-1,
    .woocommerce .woocommerce-order-downloads .col2-set .col-2 {
      width: 100%; }
    .woocommerce .woocommerce-customer-details .col2-set .col-1 + .col-2,
    .woocommerce .woocommerce-order-details .col2-set .col-1 + .col-2,
    .woocommerce .woocommerce-order-downloads .col2-set .col-1 + .col-2 {
      margin-top: 30px; }
  .woocommerce .woocommerce-customer-details .woocommerce-column__title,
  .woocommerce .woocommerce-order-details .woocommerce-column__title,
  .woocommerce .woocommerce-order-downloads .woocommerce-column__title {
    margin-bottom: 21px; }

.woocommerce .woocommerce-customer-details {
  float: right; }
  .woocommerce .woocommerce-customer-details address {
    border-radius: 5px;
    border: unset;
    padding: 26px 40px 30px;
    background: #ffffff;
    box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.12); }

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
  display: block;
  font-weight: 400;
  margin-bottom: 10px; }
  .woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme span {
    font-size: 14px; }

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
  width: 100%; }

.woocommerce .woocommerce-form-login .form-row label {
  font-weight: 400; }

.woocommerce ul.order_details.woocommerce-thankyou-order-details {
  padding: 25px 20px 25px 20px;
  box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.12);
  position: relative;
  min-height: 130px;
  margin-bottom: 40px;
  border-radius: 5px; }
  .woocommerce ul.order_details.woocommerce-thankyou-order-details li {
    padding-right: unset;
    margin-right: unset; }
  .woocommerce ul.order_details.woocommerce-thankyou-order-details li.woocommerce-order-overview__order {
    position: static;
    margin-bottom: 25px;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    justify-content: center;
    border-right: unset;
    border-bottom: 1px dashed #d3ced2;
    padding-bottom: 15px; }
  .woocommerce ul.order_details.woocommerce-thankyou-order-details li:not(.woocommerce-order-overview__order) {
    border: unset;
    width: 100%; }
    .woocommerce ul.order_details.woocommerce-thankyou-order-details li:not(.woocommerce-order-overview__order):not(:last-child) {
      margin-bottom: 13px; }
  @media all and (min-width: 600px) {
    .woocommerce ul.order_details.woocommerce-thankyou-order-details {
      padding: 30px 30px 30px 160px; }
      .woocommerce ul.order_details.woocommerce-thankyou-order-details li.woocommerce-order-overview__order {
        padding: 7px 15px 7px 0;
        position: absolute;
        width: 100px;
        left: 30px;
        top: 30px;
        bottom: 30px;
        border-bottom: unset;
        border-right: 1px dashed #d9d9d9;
        margin-bottom: 0; }
      .woocommerce ul.order_details.woocommerce-thankyou-order-details li:not(.woocommerce-order-overview__order) strong {
        display: inline-block; } }

.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 15px 25px;
  margin: 0;
  box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.12); }
  .woocommerce-MyAccount-navigation ul li a {
    font-weight: 700; }

.woocommerce-account .woocommerce-MyAccount-content {
  width: calc(70% - 30px);
  padding: 20px 0; }

.woocommerce form span.show-password-input,
.woocommerce-page form span.show-password-input {
  right: 20px;
  top: 16px;
  line-height: 0; }

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register,
.woocommerce-page form.checkout_coupon,
.woocommerce-page form.login,
.woocommerce-page form.register {
  box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.12);
  padding: 30px 35px 25px;
  border: 1px solid #e0e0e0; }

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

/* ==================== ##Shop - Notice ==================== */
.wgl_module_message_box {
  position: relative;
  background-color: #ffffff;
  min-height: 70px;
  padding: 10px 25px 10px 80px;
  border: unset;
  border-radius: 22px;
  box-shadow: 4px 0 14px rgba(0, 0, 0, 0.14);
  z-index: 0; }
  .wgl_module_message_box.closable {
    padding-right: 53px; }
  .wgl_module_message_box a {
    font-weight: 600; }
  .wgl_module_message_box .message_title {
    font-size: 18px;
    line-height: 1.25;
    margin-bottom: -1px;
    color: inherit; }
  .wgl_module_message_box .message_text {
    font-size: 16px;
    line-height: 1.3; }
    .wgl_module_message_box .message_text li {
      line-height: 30px; }
  .wgl_module_message_box .message_icon_wrap {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 50px;
    height: 50px;
    border-radius: 16px;
    z-index: 1; }
  .wgl_module_message_box .message_icon {
    font-size: 30px;
    font-style: normal;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    height: 100%;
    text-align: center;
    color: #ffffff; }
    .wgl_module_message_box .message_icon:before {
      font-family: 'flaticon'; }
  .wgl_module_message_box .message_close_button {
    font-size: 17px;
    line-height: 1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    cursor: pointer;
    transition: 0.4s;
    text-align: center;
    color: #bebebe;
    border-top-right-radius: inherit;
    border-bottom-right-radius: inherit;
    z-index: 1; }
    .wgl_module_message_box .message_close_button:before {
      font-family: 'Flaticon';
      display: inline-block;
      content: "\f10c"; }
    .wgl_module_message_box .message_close_button:hover {
      color: #000; }
  .wgl_module_message_box.type_info .message_icon_wrap {
    background-color: #fc9d4b; }
  .wgl_module_message_box.type_info .message_icon:before {
    content: "\f126"; }
  .wgl_module_message_box.type_success .message_icon_wrap {
    background-color: #1b9c84; }
  .wgl_module_message_box.type_success .message_icon:before {
    content: "\f129"; }
  .wgl_module_message_box.type_error .message_icon_wrap {
    background-color: #f33f5e; }
  .wgl_module_message_box.type_error .message_icon:before {
    content: "\f127"; }
  .wgl_module_message_box.type_warning .message_icon_wrap {
    background-color: #f87653; }
  .wgl_module_message_box.type_warning .message_icon:before {
    content: "\f126"; }
  .wgl_module_message_box.woocommerce-message a.button {
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 3px 14.5px;
    margin-top: -6px;
    border: 1px solid #f2f0f0;
    border-radius: 12px;
    font-family: var(--workalley-header-font-family);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.75;
    color: #000000;
    background-color: #f2f0f0;
    vertical-align: middle;
    white-space: nowrap;
    transition: 0.4s;
    width: -moz-fit-content;
    width: fit-content;
    box-shadow: none;
    margin-left: 20px; }
    .wgl_module_message_box.woocommerce-message a.button:after {
      content: '\f100';
      display: inline-block;
      position: relative;
      bottom: 0.1em;
      margin-left: 8px;
      font-family: 'Flaticon';
      font-size: 0.6em;
      line-height: 1;
      transition: 0.4s, color 0s; }
    .wgl_module_message_box.woocommerce-message a.button:hover {
      background-color: #ffffff; }
      .wgl_module_message_box.woocommerce-message a.button:hover:after {
        transform: translateX(5px); }

.woocommerce-error {
  margin: -4px 0 -6px; }

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  color: inherit; }
  .woocommerce-error::before,
  .woocommerce-info::before,
  .woocommerce-message::before {
    display: none; }

p.woocommerce-info,
li.woocommerce-info {
  position: relative;
  background-color: #ffffff;
  font-size: 14px;
  line-height: 1.45;
  min-height: 70px;
  padding: 10px 25px 10px 80px;
  border: unset;
  border-radius: 22px;
  box-shadow: 4px 0 14px rgba(0, 0, 0, 0.14);
  z-index: 0; }
  p.woocommerce-info::before,
  li.woocommerce-info::before {
    content: "\f126";
    font-family: 'flaticon';
    font-size: 30px;
    font-style: normal;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    text-align: center;
    color: #ffffff;
    background-color: #fc9d4b;
    position: absolute;
    top: 10px;
    left: 10px;
    width: 50px;
    height: 50px;
    border-radius: 16px;
    z-index: 1; }

.woocommerce-page .wgl_module_message_box .message_content,
.woocommerce .wgl_module_message_box .message_content {
  width: 100%;
  padding: 15px 0 15px; }

.woocommerce-notices-wrapper {
  margin-bottom: 40px; }
  .woocommerce-notices-wrapper:empty {
    display: none; }

.woocommerce .woocommerce-checkout .wgl_module_message_box {
  margin-bottom: 20px; }

/* Notify */
.notifyjs-corner {
  top: 120px !important; }

/* ==================== ##Shop - Pagination ==================== */
.woocommerce nav.woocommerce-pagination {
  margin: 70px 0 0 0;
  padding: 0;
  text-align: center; }
  .woocommerce nav.woocommerce-pagination ul {
    margin: 0;
    border: 0;
    font-size: 0;
    text-align: left;
    white-space: nowrap;
    list-style: none;
    clear: both; }
    .woocommerce nav.woocommerce-pagination ul li {
      float: none;
      display: inline-block;
      vertical-align: baseline;
      border: 0;
      padding: 0;
      overflow: visible; }
      .woocommerce nav.woocommerce-pagination ul li:not(:last-child) {
        margin-right: 10px; }
      .woocommerce nav.woocommerce-pagination ul li span.current {
        position: relative;
        background: unset;
        cursor: default; }
      .woocommerce nav.woocommerce-pagination ul li a:focus,
      .woocommerce nav.woocommerce-pagination ul li a:hover {
        background-color: unset; }
      .woocommerce nav.woocommerce-pagination ul li span,
      .woocommerce nav.woocommerce-pagination ul li a {
        display: inline-block;
        position: relative;
        z-index: 1;
        height: 46px;
        min-width: 46px;
        border: 1px solid #e0e0e0;
        border-radius: 14px;
        padding: 0 5px;
        font-size: 16px;
        line-height: 46px;
        font-weight: 600;
        text-align: center;
        color: var(--workalley-header-font-color);
        vertical-align: middle;
        transition: 0.4s; }
        .woocommerce nav.woocommerce-pagination ul li span.next, .woocommerce nav.woocommerce-pagination ul li span.prev,
        .woocommerce nav.woocommerce-pagination ul li a.next,
        .woocommerce nav.woocommerce-pagination ul li a.prev {
          min-width: 78px; }
          .woocommerce nav.woocommerce-pagination ul li span.next i, .woocommerce nav.woocommerce-pagination ul li span.prev i,
          .woocommerce nav.woocommerce-pagination ul li a.next i,
          .woocommerce nav.woocommerce-pagination ul li a.prev i {
            display: inline-block;
            font-style: normal;
            transition: all 0.4s, color 0s; }
            .woocommerce nav.woocommerce-pagination ul li span.next i:empty, .woocommerce nav.woocommerce-pagination ul li span.prev i:empty,
            .woocommerce nav.woocommerce-pagination ul li a.next i:empty,
            .woocommerce nav.woocommerce-pagination ul li a.prev i:empty {
              font-size: 0.65em;
              vertical-align: middle;
              transform: translateY(-1px); }
              .woocommerce nav.woocommerce-pagination ul li span.next i:empty.wgl_pagination_prev:before, .woocommerce nav.woocommerce-pagination ul li span.prev i:empty.wgl_pagination_prev:before,
              .woocommerce nav.woocommerce-pagination ul li a.next i:empty.wgl_pagination_prev:before,
              .woocommerce nav.woocommerce-pagination ul li a.prev i:empty.wgl_pagination_prev:before {
                content: '\f119';
                display: inline-block;
                font-family: 'Flaticon'; }
              .woocommerce nav.woocommerce-pagination ul li span.next i:empty.wgl_pagination_next:before, .woocommerce nav.woocommerce-pagination ul li span.prev i:empty.wgl_pagination_next:before,
              .woocommerce nav.woocommerce-pagination ul li a.next i:empty.wgl_pagination_next:before,
              .woocommerce nav.woocommerce-pagination ul li a.prev i:empty.wgl_pagination_next:before {
                content: '\f119';
                display: inline-block;
                font-family: 'Flaticon';
                transform: rotate(180deg); }
        .woocommerce nav.woocommerce-pagination ul li span:not(.current):hover,
        .woocommerce nav.woocommerce-pagination ul li a:not(.current):hover {
          box-shadow: 0px 1px 5px 0 rgba(0, 0, 0, 0.1);
          color: var(--workalley-header-font-color); }
      .woocommerce nav.woocommerce-pagination ul li span.current {
        border-color: var(--workalley-primary-color);
        color: #ffffff;
        background-color: var(--workalley-primary-color);
        -webkit-user-select: none;
        user-select: none;
        cursor: default; }

/* ==================== ##Shop - Respond ==================== */
.woocommerce #comments {
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 0; }

.woocommerce #comments ~ #review_form_wrapper #review_form {
  border-radius: 10px; }

.woocommerce #comments ~ #review_form_wrapper #respond {
  margin-top: 30px;
  margin-bottom: 23px; }
  .woocommerce #comments ~ #review_form_wrapper #respond p a {
    margin-right: 9px; }
  .woocommerce #comments ~ #review_form_wrapper #respond form#commentform {
    display: flex;
    flex-wrap: wrap; }
    .woocommerce #comments ~ #review_form_wrapper #respond form#commentform > p,
    .woocommerce #comments ~ #review_form_wrapper #respond form#commentform > span,
    .woocommerce #comments ~ #review_form_wrapper #respond form#commentform > div {
      width: 100%; }
    .woocommerce #comments ~ #review_form_wrapper #respond form#commentform .comment-notes {
      order: 1; }
    .woocommerce #comments ~ #review_form_wrapper #respond form#commentform .comment-form-rating {
      order: 2; }
    .woocommerce #comments ~ #review_form_wrapper #respond form#commentform .comment-form-author {
      order: 3; }
    .woocommerce #comments ~ #review_form_wrapper #respond form#commentform .comment-form-email {
      order: 4; }
    .woocommerce #comments ~ #review_form_wrapper #respond form#commentform .comment-form-comment {
      order: 5;
      margin: 0; }
    .woocommerce #comments ~ #review_form_wrapper #respond form#commentform .comment-form-cookies-consent {
      order: 6;
      margin: -10px 0 19px; }
    .woocommerce #comments ~ #review_form_wrapper #respond form#commentform .wpml_language_code {
      order: 7; }
    .woocommerce #comments ~ #review_form_wrapper #respond form#commentform .form-submit {
      order: 8;
      margin-bottom: 0; }
    .woocommerce #comments ~ #review_form_wrapper #respond form#commentform label {
      font-size: 14px;
      font-weight: 400;
      margin: 5px 0; }
      .woocommerce #comments ~ #review_form_wrapper #respond form#commentform label[for='wp-comment-cookies-consent'] {
        margin-top: 0; }
      .woocommerce #comments ~ #review_form_wrapper #respond form#commentform label:empty {
        display: none; }
    .woocommerce #comments ~ #review_form_wrapper #respond form#commentform .comment-form-rating label {
      display: inline-block;
      margin-top: 0;
      margin-right: 15px;
      margin-bottom: 16px;
      font-size: 14px; }
    .woocommerce #comments ~ #review_form_wrapper #respond form#commentform > p.comment-form-author, .woocommerce #comments ~ #review_form_wrapper #respond form#commentform > p.comment-form-email {
      width: 50%;
      float: left;
      margin-bottom: 0; }
      .woocommerce #comments ~ #review_form_wrapper #respond form#commentform > p.comment-form-author input, .woocommerce #comments ~ #review_form_wrapper #respond form#commentform > p.comment-form-email input {
        position: relative;
        width: 100%; }
      @media (max-width: 768px) {
        .woocommerce #comments ~ #review_form_wrapper #respond form#commentform > p.comment-form-author, .woocommerce #comments ~ #review_form_wrapper #respond form#commentform > p.comment-form-email {
          width: 100%; } }
    .woocommerce #comments ~ #review_form_wrapper #respond form#commentform > p.comment-notes {
      font-size: 14px; }
    .woocommerce #comments ~ #review_form_wrapper #respond form#commentform > p textarea {
      position: relative; }
    .woocommerce #comments ~ #review_form_wrapper #respond form#commentform .comment-form-rating {
      margin-bottom: 0;
      padding-left: 10px;
      padding-right: 10px; }
      .woocommerce #comments ~ #review_form_wrapper #respond form#commentform .comment-form-rating .stars {
        display: inline-block;
        height: 1em;
        line-height: 1; }
        .woocommerce #comments ~ #review_form_wrapper #respond form#commentform .comment-form-rating .stars > span {
          display: flex;
          height: inherit; }
        .woocommerce #comments ~ #review_form_wrapper #respond form#commentform .comment-form-rating .stars a {
          margin-right: 0 !important;
          padding-right: 1.1em;
          vertical-align: baseline;
          color: #fab318; }
          .woocommerce #comments ~ #review_form_wrapper #respond form#commentform .comment-form-rating .stars a:before {
            content: "\e020";
            color: #cacaca;
            transition: 0.4s; }
        .woocommerce #comments ~ #review_form_wrapper #respond form#commentform .comment-form-rating .stars a:hover ~ a::before {
          color: #cacaca !important; }
        .woocommerce #comments ~ #review_form_wrapper #respond form#commentform .comment-form-rating .stars:hover a::before {
          color: #fab318 !important; }
        .woocommerce #comments ~ #review_form_wrapper #respond form#commentform .comment-form-rating .stars.selected a.active::before {
          color: #fab318; }
        .woocommerce #comments ~ #review_form_wrapper #respond form#commentform .comment-form-rating .stars.selected a.active ~ a::before {
          color: #cacaca; }
        .woocommerce #comments ~ #review_form_wrapper #respond form#commentform .comment-form-rating .stars.selected a:not(.active)::before {
          color: #fab318; }
      .woocommerce #comments ~ #review_form_wrapper #respond form#commentform .comment-form-rating select {
        display: none; }

/* ==================== ##Shop - Tabs ==================== */
.woocommerce.single div.product .woocommerce-tabs {
  text-align: center; }
  .woocommerce.single div.product .woocommerce-tabs ul.tabs {
    display: inline-block;
    position: relative;
    margin: 40px 0 0;
    border-radius: 0;
    padding: 5px;
    font-size: 0;
    overflow: visible;
    background: #f2f0f0;
    border-radius: 16px; }
    .woocommerce.single div.product .woocommerce-tabs ul.tabs li {
      display: inline-block;
      position: relative;
      z-index: 2;
      border: 0;
      margin: 0;
      border-radius: inherit;
      padding: 0;
      text-align: center;
      cursor: pointer;
      background: transparent;
      transition: 0.4s; }
      .woocommerce.single div.product .woocommerce-tabs ul.tabs li:not(:last-child) {
        margin-right: 10px; }
      .woocommerce.single div.product .woocommerce-tabs ul.tabs li a {
        display: block;
        position: relative;
        z-index: 1;
        border-radius: 14px;
        margin: 0;
        border: 1px solid transparent;
        padding: 4px 20px;
        font-size: 14px;
        line-height: 30px;
        font-weight: 600;
        letter-spacing: 0;
        text-decoration: none;
        color: inherit;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0);
        transition: 0.4s; }
        .woocommerce.single div.product .woocommerce-tabs ul.tabs li a .count {
          color: inherit;
          transition: 0.4s;
          line-height: 1; }
      .woocommerce.single div.product .woocommerce-tabs ul.tabs li.active a {
        border-color: #e0e0e0;
        background: #ffffff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
      .woocommerce.single div.product .woocommerce-tabs ul.tabs li:hover:not(.active) a {
        opacity: 0.5; }
      .woocommerce.single div.product .woocommerce-tabs ul.tabs li:before, .woocommerce.single div.product .woocommerce-tabs ul.tabs li:after {
        display: none; }
    .woocommerce.single div.product .woocommerce-tabs ul.tabs:before {
      display: none; }
    @media (max-width: 767px) {
      .woocommerce.single div.product .woocommerce-tabs ul.tabs,
      .woocommerce.single div.product .woocommerce-tabs ul.tabs li {
        display: block;
        width: 100%; }
        .woocommerce.single div.product .woocommerce-tabs ul.tabs a,
        .woocommerce.single div.product .woocommerce-tabs ul.tabs li a {
          padding: 8px 33px 10px; }
          .woocommerce.single div.product .woocommerce-tabs ul.tabs a:before,
          .woocommerce.single div.product .woocommerce-tabs ul.tabs li a:before {
            border-radius: 0; } }
  .woocommerce.single div.product .woocommerce-tabs .panel {
    margin-bottom: 48px;
    padding: 21px 0 16px 0;
    text-align: left; }
    .woocommerce.single div.product .woocommerce-tabs .panel #comments {
      margin-top: -22px; }
      .woocommerce.single div.product .woocommerce-tabs .panel #comments .stand_comment {
        min-height: 149px; }
    .woocommerce.single div.product .woocommerce-tabs .panel .woocommerce-noreviews {
      padding-top: 22px; }
    .woocommerce.single div.product .woocommerce-tabs .panel > h2,
    .woocommerce.single div.product .woocommerce-tabs .panel #comments > h2 {
      display: none; }
    .woocommerce.single div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--description {
      padding-left: 0;
      padding-right: 0;
      text-align: justify;
      margin-bottom: 50px; }
    .woocommerce.single div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--additional_information {
      padding-top: 22px;
      margin-bottom: 27px; }
    .woocommerce.single div.product .woocommerce-tabs .panel table.shop_attributes {
      border: 0; }
      .woocommerce.single div.product .woocommerce-tabs .panel table.shop_attributes tr {
        border: 0;
        float: left;
        width: 50%;
        display: flex;
        align-items: center; }
        .woocommerce.single div.product .woocommerce-tabs .panel table.shop_attributes tr:only-child {
          width: 100%; }
        .woocommerce.single div.product .woocommerce-tabs .panel table.shop_attributes tr:nth-child(2n) th {
          padding-left: 60px; }
      .woocommerce.single div.product .woocommerce-tabs .panel table.shop_attributes th {
        display: flex;
        flex: 1 1 auto;
        align-items: baseline;
        width: auto;
        border: 0;
        padding: 10px 0 10px 40px;
        font-size: 16px;
        font-weight: 500;
        background: transparent; }
        .woocommerce.single div.product .woocommerce-tabs .panel table.shop_attributes th:after {
          content: '';
          flex: 1 1 auto;
          border-top: 1px solid #e1e1e1;
          margin-left: 30px; }
      .woocommerce.single div.product .woocommerce-tabs .panel table.shop_attributes td {
        font-style: normal;
        border: 0;
        padding-left: 30px;
        padding-right: 40px;
        background: transparent; }

.woocommerce #reviews #comments ol.commentlist li:not(:last-child) {
  margin-bottom: 0; }

/* ==================== ##Woo Widgets ==================== */
.woocommerce .widget_price_filter .title-wrapper {
  margin-bottom: 26px;
  margin-top: -4px; }
  .woocommerce .widget_price_filter .title-wrapper ~ form {
    margin-bottom: 5px; }

.woocommerce .widget_price_filter .price_slider_wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: -7px; }

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  border-radius: unset; }

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  top: 50%;
  width: 16px;
  height: 16px;
  margin-left: -8px;
  margin-top: -8px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 1px 0 5px rgba(0, 0, 0, 0.1);
  border: 1px solid #e0e0e0; }

.woocommerce .widget_price_filter .ui-slider-horizontal {
  height: 6px;
  margin-bottom: 16px; }

.woocommerce .widget_price_filter .price_slider_wrapper .price_slider.ui-widget-content {
  border: 0;
  border-radius: 3px;
  background: #e0e0e0; }

.woocommerce .widget_price_filter .price_slider_wrapper .price_slider_amount {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 0;
  line-height: 20px;
  text-align: left; }
  .woocommerce .widget_price_filter .price_slider_wrapper .price_slider_amount .price_label {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    order: -1;
    color: #6c6d6e; }
  .woocommerce .widget_price_filter .price_slider_wrapper .price_slider_amount .button {
    display: inline-block;
    left: auto;
    padding: 9px 15px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    cursor: pointer;
    border-radius: 12px;
    background: #f2f0f0;
    color: #000000;
    border: 1px solid transparent;
    box-shadow: 1px 0 5px rgba(0, 0, 0, 0);
    transition: 0.4s; }
    .woocommerce .widget_price_filter .price_slider_wrapper .price_slider_amount .button:hover {
      background: #ffffff;
      box-shadow: 1px 0 5px rgba(0, 0, 0, 0.1);
      border-color: #e0e0e0; }
  .woocommerce .widget_price_filter .price_slider_wrapper .price_slider_amount .clear {
    display: none; }

.woocommerce .widget_product .product_list_widget {
  margin-bottom: -3px; }

.woocommerce .widget_product_search .woocommerce-product-search {
  display: flex;
  position: relative;
  z-index: 1;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  box-sizing: border-box;
  transition: box-shadow 0.4s; }
  .woocommerce .widget_product_search .woocommerce-product-search [type='submit']:before {
    content: '\f100';
    position: absolute;
    font-family: flaticon; }

.woocommerce .widget_product_tag_cloud .tagcloud {
  font-size: 14px; }

.woocommerce .widget_layered_nav .woocommerce-widget-layered-nav-dropdown__submit {
  font-size: 13px;
  height: 46px;
  color: #ffffff; }

.product_list_widget .product-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  transition: color 0.3s; }

.product_list_widget li .star-rating {
  margin: 4px 0 10px;
  font-size: 12px; }

.product_list_widget ins {
  text-decoration: none; }

.product_list_widget .woocommerce-Price-amount {
  margin-top: 8px;
  font-size: 16px;
  font-weight: 500;
  transition: 0.3s; }

.product_list_widget .woocommerce-Price-currencySymbol {
  font-size: 0.85em; }

.product_list_widget .reviewer {
  font-size: 13px;
  display: block;
  margin-top: 3px;
  line-height: 26px; }

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span {
  padding-top: 0;
  padding-bottom: 0; }

/* Prevent default WC animation */
.widget_shopping_cart .blockUI.blockOverlay {
  background-color: transparent !important; }

/* ==================== ##Shop - Responsive ==================== */
@media (min-width: 1024px) and (max-width: 1199px) {
  .sidebar_left .columns-3 > div.wgl-products, .sidebar_right .columns-3 > div.wgl-products {
    --products-width: 50%; } }

@media (max-width: 1199px) {
  .woocommerce-mini-cart__buttons.buttons {
    display: block; }
  .woocommerce.widget_shopping_cart .buttons a,
  .woocommerce .widget_shopping_cart .buttons a {
    width: 100%; }
  .woocommerce .cart-collaterals .cross-sells,
  .woocommerce-page .cart-collaterals .cross-sells {
    width: 100%; }
  .woocommerce .cart-collaterals .cart_totals,
  .woocommerce-page .cart-collaterals .cart_totals {
    width: 45%;
    margin-top: 50px; } }

@media (max-width: 1023px) {
  .woocommerce-mini-cart__buttons.buttons {
    display: flex; }
  .woocommerce .widget_shopping_cart .buttons a,
  .woocommerce.widget_shopping_cart .buttons a {
    margin-right: 10px;
    margin-bottom: 0;
    width: auto; } }

@media (min-width: 768px) and (max-width: 991px) {
  .sidebar_left .columns-3 > div.wgl-products, .sidebar_right .columns-3 > div.wgl-products {
    --products-width: 50%; } }

@media (max-width: 991px) {
  .columns-4 div.wgl-products {
    --products-width: 50%; }
  .woocommerce .cart-collaterals .cart_totals,
  .woocommerce-page .cart-collaterals .cart_totals {
    width: 100%; }
  body.woocommerce-checkout .woocommerce-order .woocommerce-customer-details,
  body.woocommerce-checkout .woocommerce-order .woocommerce-order-details {
    width: 100%; }
  body.woocommerce-checkout form.woocommerce-checkout > div,
  body.woocommerce-checkout form.woocommerce-checkout > .col2-set,
  body.woocommerce-checkout form.woocommerce-checkout > #order_review_heading,
  body.woocommerce-checkout form.woocommerce-checkout > #order_review {
    width: 100%; } }

@media (max-width: 768px) {
  .wgl-products-wrapper div.wgl-products {
    --products-width: 50%; }
  .woocommerce-cart-form__contents td.actions .coupon .button.alt,
  .woocommerce-cart-form__contents td.actions .coupon .input-text + .button {
    float: none !important; }
  .woocommerce .cart-collaterals .cross-sells div.wgl-products,
  .woocommerce-page .cart-collaterals .cross-sells div.wgl-products {
    --products-width: 50%; }
  .woocommerce div.product div.summary,
  .woocommerce #content div.product div.summary,
  .woocommerce-page div.product div.summary,
  .woocommerce-page #content div.product div.summary {
    width: 100%;
    clear: both; }
  .woocommerce div.product div.images,
  .woocommerce #content div.product div.images,
  .woocommerce-page div.product div.images,
  .woocommerce-page #content div.product div.images {
    width: 100%; }
  .woocommerce table.cart td.actions .button,
  .woocommerce table.cart td.actions .coupon .button,
  .woocommerce #content table.cart td.actions .button,
  .woocommerce #content table.cart td.actions .coupon .button,
  .woocommerce-page table.cart td.actions .button,
  .woocommerce-page table.cart td.actions .coupon .button,
  .woocommerce-page #content table.cart td.actions .button,
  .woocommerce-page #content table.cart td.actions .coupon .button {
    display: block;
    width: auto; }
  .woocommerce table.shop_table_responsive tr td::before,
  .woocommerce-page table.shop_table_responsive tr td::before {
    font-size: 18px;
    font-weight: 600; }
  .woocommerce table.shop_table_responsive tr.order-total td::before,
  .woocommerce-page table.shop_table_responsive tr.order-total td::before {
    font-weight: 700; }
  .woocommerce table.shop_table_responsive.cart tr,
  .woocommerce-page table.shop_table_responsive.cart tr {
    box-shadow: 11px 10px 38px 0 rgba(46, 63, 99, 0.15);
    margin-bottom: 35px;
    padding: 10px 20px;
    position: relative;
    border-radius: 10px; }
    .woocommerce table.shop_table_responsive.cart tr td,
    .woocommerce-page table.shop_table_responsive.cart tr td {
      padding: 10px 0;
      display: flex;
      align-items: center;
      justify-content: space-between;
      background-color: transparent !important;
      border: unset; }
      .woocommerce table.shop_table_responsive.cart tr td.product-quantity,
      .woocommerce-page table.shop_table_responsive.cart tr td.product-quantity {
        padding: 10px 0; }
      .woocommerce table.shop_table_responsive.cart tr td.product-remove a,
      .woocommerce-page table.shop_table_responsive.cart tr td.product-remove a {
        position: absolute;
        right: 40px;
        top: 20px; }
      .woocommerce table.shop_table_responsive.cart tr td.product-thumbnail,
      .woocommerce-page table.shop_table_responsive.cart tr td.product-thumbnail {
        width: 100%;
        padding-top: 20px; }
        .woocommerce table.shop_table_responsive.cart tr td.product-thumbnail:before,
        .woocommerce-page table.shop_table_responsive.cart tr td.product-thumbnail:before {
          display: none; }
      .woocommerce table.shop_table_responsive.cart tr td.actions,
      .woocommerce-page table.shop_table_responsive.cart tr td.actions {
        padding-top: 10px;
        display: block; }
        .woocommerce table.shop_table_responsive.cart tr td.actions .coupon,
        .woocommerce-page table.shop_table_responsive.cart tr td.actions .coupon {
          padding: 0; }
          .woocommerce table.shop_table_responsive.cart tr td.actions .coupon .input-text,
          .woocommerce-page table.shop_table_responsive.cart tr td.actions .coupon .input-text {
            margin-bottom: 10px; }
        .woocommerce table.shop_table_responsive.cart tr td.actions button,
        .woocommerce-page table.shop_table_responsive.cart tr td.actions button {
          width: 100% !important;
          margin-top: 10px !important; }
        .woocommerce table.shop_table_responsive.cart tr td.actions input,
        .woocommerce-page table.shop_table_responsive.cart tr td.actions input {
          margin-bottom: 10px;
          width: 100% !important; }
  .woocommerce #payment #place_order,
  .woocommerce-page #payment #place_order {
    margin-bottom: 0; }
  .woocommerce form.checkout_coupon .form-row.form-row-last,
  .woocommerce-page form.checkout_coupon .form-row.form-row-last {
    padding-left: 0; }
    .woocommerce form.checkout_coupon .form-row.form-row-last button,
    .woocommerce-page form.checkout_coupon .form-row.form-row-last button {
      width: 100%; }
  .woocommerce table.shop_table td.product-name,
  .woocommerce table.shop_table thead th.product-name,
  .woocommerce table.shop_table tfoot tr th {
    padding-left: 20px; }
  body.woocommerce-checkout #order_review table.shop_table td.product-name,
  body.woocommerce-checkout .woocommerce-order-details table.shop_table td.product-name {
    padding-left: 20px; }
  .woocommerce .col2-set {
    float: left;
    width: 100%;
    margin-right: 0; }
  .woocommerce #order_review_heading,
  .woocommerce #order_review {
    width: 100%; }
  .woocommerce #payment #place_order,
  .woocommerce-page #payment #place_order {
    width: auto;
    margin-bottom: 0; }
  #add_payment_method .cart-collaterals .shipping-calculator-form,
  .woocommerce-cart .cart-collaterals .shipping-calculator-form,
  .woocommerce-checkout .cart-collaterals .shipping-calculator-form {
    margin-left: 0; } }

@media (max-width: 599px) {
  .woocommerce .cart-collaterals .cross-sells div.wgl-products,
  .woocommerce-page .cart-collaterals .cross-sells div.wgl-products {
    --products-width: 100%; }
  .woocommerce form.checkout_coupon .form-row {
    width: 100%; }
  .wgl-products-wrapper div.wgl-products,
  .woocommerce .wgl-products-wrapper div.wgl-products {
    --products-width: 100%; }
  .wgl-woocommerce-sorting {
    display: block; }
    .wgl-woocommerce-sorting p.woocommerce-result-count {
      width: 100%;
      margin: 0 0 20px 0;
      text-align: right; }
    .wgl-woocommerce-sorting form.woocommerce-ordering {
      width: 100%;
      margin: 0 0 30px 0; }
  .woocommerce table.shop_attributes th {
    width: auto; }
  .woocommerce-cart-form__contents #coupon_code {
    margin-bottom: 9px; }
    .woocommerce-cart-form__contents #coupon_code,
    .woocommerce-cart-form__contents #coupon_code + .button {
      width: 100%; }
  body.woocommerce-checkout .form-row-first,
  body.woocommerce-checkout .form-row-last {
    width: 100%; }
  .wgl_module_message_box.woocommerce-message {
    padding: 9px 9px 9px 75px; }
    .wgl_module_message_box.woocommerce-message .message_text {
      display: flex;
      flex-direction: column-reverse; }
    .wgl_module_message_box.woocommerce-message .message_content {
      padding: 0; }
    .wgl_module_message_box.woocommerce-message a.button {
      margin-top: 10px; } }

@media (max-width: 426px) {
  .woocommerce .cart-collaterals .cart_totals,
  .woocommerce-page .cart-collaterals .cart_totals {
    padding: 20px; }
  .woocommerce table.cart td.actions .coupon .input-text,
  .woocommerce #content table.cart td.actions .coupon .input-text,
  .woocommerce-page table.cart td.actions .coupon .input-text,
  .woocommerce-page #content table.cart td.actions .coupon .input-text {
    width: 180px; }
  .woocommerce table.cart td.actions .coupon .input-text + .button,
  .woocommerce #content table.cart td.actions .coupon .input-text + .button,
  .woocommerce-page table.cart td.actions .coupon .input-text + .button,
  .woocommerce-page #content table.cart td.actions .coupon .input-text + .button {
    margin-left: 0; } }

/* ==================== ##WooCommerce Styles ==================== */
/* ==================== ↓ ##Content Font Styles ↓ ==================== */
.woocommerce #review_form #respond form#commentform label,
.woocommerce table.cart td.actions .coupon .input-text,
.woocommerce table.shop_table td.product-name .product-quantity,
.woocommerce div.product form.cart div.quantity label.label-qty,
.woocommerce.single div.product .woocommerce-tabs ul.tabs li a .count,
.woocommerce .woo_mini_cart ul.cart_list li.mini_cart_item.woocommerce-mini-cart-item .quantity,
.widget_price_filter .price_label,
.widget_price_filter .price_slider_amount .button,
body .select2-container {
  font-family: var(--workalley-content-font-family); }

.woocommerce #review_form #respond form#commentform label,
.woocommerce .summary .product_meta > span,
.woocommerce .summary .product_meta > span a,
.woocommerce-error, .woocommerce-info, .woocommerce-message {
  color: var(--workalley-content-color); }

/* ==================== ↑ content font styles ↑ ==================== */
/* ===================== ↓ ##Header Font Styles ↓ ====================== */
.woocommerce .summary .product_meta > span span.title,
.woocommerce .cart input.button,
.woocommerce table.shop_table_responsive tr td::before,
.woocommerce-page table.shop_table_responsive tr td::before,
.woocommerce-Price-amount,
div.wgl-products .price,
.woocommerce .products div.wgl-products .price {
  font-family: var(--workalley-header-font-family); }

.woocommerce div.product .woocommerce-tabs .panel table.shop_attributes th,
.woocommerce-cart-form .coupon label {
  font-family: var(--workalley-header-font-family);
  font-weight: var(--workalley-header-font-weight); }

.woocommerce .cart-collaterals .cart_totals table th {
  font-family: var(--workalley-header-font-family);
  color: var(--workalley-header-font-color); }

#add_payment_method .cart-collaterals .cart_totals .woocommerce-shipping-destination,
.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination,
.woocommerce-checkout .cart-collaterals .cart_totals .woocommerce-shipping-destination,
.woocommerce label,
.woocommerce strong,
.woocommerce.widget_shopping_cart .total strong,
.woocommerce-page .cart-collaterals .cart_totals table th,
.woocommerce ul.cart_list li a,
.woocommerce table.shop_table td.product-name, .woocommerce table.shop_table td.product-name a:hover,
.woocommerce ul.product_list_widget li a,
.woocommerce-tabs .comment-reply-title,
.woocommerce form .form-row label,
.woocommerce table.shop_table tfoot tr th,
.woocommerce ul#shipping_method li label,
#add_payment_method .wc-proceed-to-checkout .button__wrapper .checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout .button__wrapper .checkout-button,
.woocommerce table.shop_table td.product-quantity .quantity .quantity-wrapper span:hover,
.woocommerce table.shop_table td.product-quantity .quantity .quantity-wrapper span:focus,
.woocommerce div.product .woocommerce-tabs .panel #respond #commentform label,
.woocommerce div.product .woocommerce-tabs .panel table.shop_attributes th,
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce div.product form.cart .reset_variations:before,
.woocommerce div.product form.cart .group_table tr td label,
.woocommerce-grouped-product-list-item__label a,
.woocommerce table.shop_table_responsive tr td:before,
.woocommerce-page table.shop_table_responsive tr td:before,
.woocommerce form .form-row .required,
.product_meta > span a:hover,
.woocommerce form .form-row .required,
.woocommerce .summary .product_meta > span span.title,
.woocommerce .widget_shopping_cart .total,
.woocommerce table.shop_table td.actions .coupon .input-text ~ span.wgl-woo-button,
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled],
.wgl_module_message_box a,
.woocommerce-MyAccount-navigation ul li a {
  color: var(--workalley-header-font-color); }

.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
  color: var(--workalley-header-font-color) !important;
  box-shadow: unset !important;
  opacity: 0.7; }

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: var(--workalley-header-font-color); }

.woocommerce div.product form.cart .quantity .quantity-wrapper:hover,
.woocommerce table.shop_table td.product-quantity .quantity .quantity-wrapper:hover {
  border-color: var(--workalley-header-font-color); }

.woocommerce form .form-row .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: var(--workalley-header-font-color) transparent transparent transparent; }

/* ==================== ↑ header font styles ↑ ==================== */
/* =================== ↓ ##Subtitle Styles ↓ =================== */
.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a,
.woocommerce .cart-collaterals .cart_totals table tbody tr td,
.woocommerce-page .cart-collaterals .cart_totals table tbody tr td,
.woocommerce-page .cart-collaterals .cart_totals table th,
.woocommerce-message a.button,
.woocommerce button.button,
.woocommerce table.shop_table thead th,
.woocommerce table.shop_table.cart .button,
.woocommerce table.shop_table td.product-name,
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
.woocommerce .woocommerce-cart-form table.shop_table td,
.wgl-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li a,
.wgl-theme-header .woo_mini_cart .woocommerce-mini-cart__buttons a,
.checkout.woocommerce-checkout #ship-to-different-address, .checkout.woocommerce-checkout #ship-to-different-address span,
.woocommerce.widget_shopping_cart .total strong,
.product_list_widget .product-title,
div.wgl-products .woocommerce-loop-product__title,
.woocommerce-tabs ul.tabs li {
  font-family: var(--workalley-header-font-family); }

#add_payment_method table.cart td.actions .coupon .input-text,
.wgl-theme-header .woo_mini_cart .woocommerce-mini-cart__total,
.wgl-theme-header .wgl-woo_mini_cart .header_cart-heading_description,
.woocommerce div.product form.cart .group_table tr td label {
  font-family: var(--workalley-header-font-family);
  font-weight: var(--workalley-header-font-weight); }

/* ==================== ↓ Primary Color Styles ==================== */
div.wgl-products div.product-category a:hover h2,
.wgl-theme-header .wgl-woo_mini_cart .header_cart-heading_description:after,
.woocommerce-review-link:hover,
.product_list_widget li a:hover .product-title,
.woocommerce-grouped-product-list-item__label a:hover,
.woocommerce-grouped-product-list-item__price,
.woocommerce .woocommerce-cart-form__cart-item .product-thumbnail img,
.woocommerce div.product .woocommerce-product-gallery .flex-viewport,
.woocommerce div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper,
.woocommerce .woocommerce-cart-form table.shop_table td.product-name a:hover,
.woocommerce table.shop_table td.product-name a:hover,
.woocommerce .cart-collaterals .cart_totals > h2:after,
.woocommerce-page .cart-collaterals .cart_totals > h2:after,
.woocommerce .summary .product_meta > span a:hover,
.widget_price_filter .price_slider_amount .button:hover,
.woocommerce #review_form #respond p a,
.wgl_module_message_box a:hover,
.woocommerce-MyAccount-navigation ul li a:hover,
#add_payment_method #payment div.payment_box:before,
.woocommerce-cart #payment div.payment_box:before,
div.wgl-products .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.product_list_widget .price,
.woocommerce .woo_mini_cart ul.cart_list li.mini_cart_item.woocommerce-mini-cart-item .quantity,
.woocommerce-mini-cart__total .woocommerce-Price-amount,
.woocommerce table.shop_table .woocommerce-Price-amount.amount,
.woocommerce table.shop_table td.product-total .woocommerce-Price-amount.amount {
  color: var(--workalley-primary-color); }

.wgl-theme-header .woo_mini-count span,
#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce span.onsale,
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  background-color: var(--workalley-primary-color); }

.wgl-theme-header .mini-cart a.woo_icon:before {
  border-color: var(--workalley-primary-color); }

/* ==================== ↓ Button Color ==================== */
.woocommerce table.shop_table td.actions .coupon .input-text ~ span.wgl-woo-button {
  border-color: var(--workalley-button-color-idle); }

/* === ↑ button color === */
