@charset "UTF-8";
/*================

#Woocommerce Plugin
    #Header Elements
    #Catalog
    #Pagination
    #Tabs
    #Single
    #Respond
    #Cart
    #Checkout
    #My Account
    #Order
    #Responsive
    #Dynamic

=================*/
.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: 600;
  color: inherit;
  text-transform: uppercase;
}
.wgl-theme-header .login-in .wgl_modal-window {
  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: 12rem auto 0;
  max-width: 430px;
  position: relative;
}
.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: 0.3s ease-in-out;
  opacity: 0;
  transition-delay: 0.3s;
}
.wgl-theme-header .mini-cart {
  display: inline-block;
  position: relative;
  margin-right: 9px;
}
.wgl-theme-header .mini-cart .widget-title {
  margin-bottom: 17px;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
}
.wgl-theme-header .mini-cart .widget-title_wrapper {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding-right: 12px;
}
.wgl-theme-header .mini-cart .widget-title_wrapper:before {
  content: "";
  display: block;
  width: 52px;
  line-height: 0;
  margin: 0 auto 11px;
}
.wgl-theme-header .mini-cart .mini_cart-overlay {
  position: fixed;
  z-index: 1;
  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;
  justify-content: center;
  height: 100%;
  font-size: 22px;
}
.wgl-theme-header .mini-cart a.woo_icon > span {
  position: relative;
}
.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 .header_cart-button {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 26px;
  height: 32px;
  margin-top: 0;
  position: relative;
}
.wgl-theme-header .mini-cart .header_cart-button svg {
  transition: 0.3s;
}
.wgl-theme-header .mini-cart .header_cart-button svg g path {
  fill: currentColor !important;
}
.wgl-theme-header .mini-cart .header_cart-button svg .st0 {
  stroke: currentColor !important;
  transform-origin: bottom left;
  transform-box: fill-box;
  transition: all 0.45s ease;
}
.wgl-theme-header .mini-cart .header_cart-button svg .st0.st_transform-right {
  transform-origin: bottom right;
}
.wgl-theme-header .mini-cart .header_cart-button svg line {
  stroke: currentColor !important;
}
.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 a.remove:before {
  color: #c2c2c2;
}
.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 {
  position: fixed;
  z-index: 100000;
  top: 15px;
  right: 15px;
  width: 375px;
  min-height: 20%;
  max-height: calc(100% - 30px);
  border-radius: 5px;
  padding: 39px 40px 30px;
  text-align: center;
  box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.12);
  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;
  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;
  text-transform: capitalize;
}
.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 strong {
  color: inherit;
}
.wgl-theme-header .woocommerce .woo_mini_cart .buttons .button {
  margin: 0 0 10px;
  border: unset;
  color: #ffffff;
}
.wgl-theme-header .woocommerce .woo_mini_cart .buttons .button.checkout:hover {
  color: #ffffff;
}
.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 span {
  display: inline-block;
  position: absolute;
  z-index: 1;
  left: calc(100% - 11px);
  height: 19px;
  min-width: 19px;
  margin-top: 2px;
  border-radius: 50%;
  padding: 0 3px;
  font-style: normal;
  font-size: 11px;
  line-height: 19px;
  font-weight: 800;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  backface-visibility: hidden;
  transition: 0.4s;
}

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

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

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

.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
  width: 50%;
  margin: 0 0 40px;
}
.woocommerce .woocommerce-result-count + .woocommerce-ordering,
.woocommerce-page .woocommerce-result-count + .woocommerce-ordering {
  width: 50%;
}
.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
  float: left;
  width: auto;
  margin: 0 0 40px;
  text-align: right;
}
.woocommerce .woocommerce-ordering .select__field,
.woocommerce-page .woocommerce-ordering .select__field {
  position: relative;
  color: #696970;
  margin: 0;
}
.woocommerce .woocommerce-ordering .select__field:before,
.woocommerce-page .woocommerce-ordering .select__field:before {
  line-height: 56px;
}
.woocommerce .woocommerce-ordering select,
.woocommerce-page .woocommerce-ordering select {
  float: right;
  display: block;
  width: 270px;
  max-width: 100%;
  border: 0;
  margin: 0;
  outline: none;
  padding: 6px 20px;
  font-family: inherit;
  line-height: 1.4;
  font-weight: 400;
  color: inherit;
  -webkit-appearance: none;
  appearance: none;
}
.woocommerce .woocommerce-ordering select option,
.woocommerce-page .woocommerce-ordering select option {
  background-color: #fff;
}

.woo_product_post_media {
  margin: 0;
}

ul.wgl-products,
.woocommerce .products ul.wgl-products {
  display: flex;
  flex-flow: row wrap;
  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);
  }
}
ul.wgl-products.animated_products li,
.woocommerce .products ul.wgl-products.animated_products li {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
}
ul.wgl-products.animated_products li.visible_item,
.woocommerce .products ul.wgl-products.animated_products li.visible_item {
  animation-fill-mode: both;
  animation-name: wgl_fadeInUp;
  animation-duration: 0.3s;
}
ul.wgl-products li.product,
.woocommerce .products ul.wgl-products li.product {
  display: flex;
  align-items: center;
  flex-flow: column nowrap;
  background: #ffffff;
  margin: calc( var(--products-gap) / 2 );
  padding: 0;
  transition: 0.3s;
}
ul.wgl-products li.product .woo_product_image,
.woocommerce .products ul.wgl-products li.product .woo_product_image {
  display: flex;
  justify-content: center;
  border: unset;
  transition: inherit;
}
ul.wgl-products .woo_product_content,
.woocommerce .products ul.wgl-products .woo_product_content {
  width: 100%;
  padding: 20px 0 5px;
  text-align: center;
  position: relative;
  margin-bottom: auto;
  margin-top: auto;
}
ul.wgl-products .woocommerce-loop-product__title,
.woocommerce .products ul.wgl-products .woocommerce-loop-product__title {
  font-size: 18px;
  line-height: 1.7;
  font-weight: 700;
}
ul.wgl-products .woocommerce-loop-product__title a,
.woocommerce .products ul.wgl-products .woocommerce-loop-product__title a {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
}
ul.wgl-products .woocommerce-loop-product__title:nth-last-child(3),
.woocommerce .products ul.wgl-products .woocommerce-loop-product__title:nth-last-child(3) {
  margin-top: -6px;
}
ul.wgl-products .woocommerce-loop-category__title,
.woocommerce .products ul.wgl-products .woocommerce-loop-category__title {
  font-size: 20px;
  line-height: 1.7;
  font-weight: 700;
  text-align: center;
  margin-top: 14px;
  margin-bottom: 5px;
  transition: color 0.4s;
}
ul.wgl-products .woocommerce-loop-category__title mark,
.woocommerce .products ul.wgl-products .woocommerce-loop-category__title mark {
  color: #949494;
  background-color: unset;
}
ul.wgl-products li.product-category img,
.woocommerce .products ul.wgl-products li.product-category img {
  border-radius: 6px;
  border: 1px solid #e5e5e5;
}
ul.wgl-products .star-rating,
.woocommerce .products ul.wgl-products .star-rating {
  float: none;
  width: 7em;
  margin: 1px auto 6px;
  font-size: 13px;
  line-height: 1;
}
ul.wgl-products .star-rating:before,
.woocommerce .products ul.wgl-products .star-rating:before {
  content: "\f005\f005\f005\f005\f005";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: #f2f1ec;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
ul.wgl-products .price,
.woocommerce .products ul.wgl-products .price {
  display: block;
  margin-top: 3px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
}
ul.wgl-products .price del,
.woocommerce .products ul.wgl-products .price del {
  margin-right: 7px;
  opacity: unset;
}

.woocommerce .star-rating {
  letter-spacing: 0.3em;
  width: 6.9em;
  margin-top: 2px;
  font-size: 13px;
  line-height: 1;
}
.woocommerce .star-rating:before,
.woocommerce .star-rating span:before {
  content: "\f005\f005\f005\f005\f005";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: #f2f1ec;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.woocommerce .woocommerce-product-rating .star-rating {
  margin: 0 14px 0 0;
  font-size: 13px;
}
.woocommerce .woocommerce-product-rating .star-rating:before {
  content: "\f005\f005\f005\f005\f005";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: #f2f1ec;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

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

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

.columns-1 ul.wgl-products {
  --products-width: 100%;
}

body[data-elementor-device-mode=tablet] .columns-tablet-6 ul.wgl-products {
  --products-width: 16.66666%;
}
body[data-elementor-device-mode=tablet] .columns-tablet-5 ul.wgl-products {
  --products-width: 20%;
}
body[data-elementor-device-mode=tablet] .columns-tablet-4 ul.wgl-products {
  --products-width: 25%;
}
body[data-elementor-device-mode=tablet] .columns-tablet-3 ul.wgl-products {
  --products-width: 33.33333%;
}
body[data-elementor-device-mode=tablet] .columns-tablet-2 ul.wgl-products {
  --products-width: 50%;
}
body[data-elementor-device-mode=tablet] .columns-tablet-1 ul.wgl-products {
  --products-width: 100%;
  --products-gap: 20px;
}

body[data-elementor-device-mode=mobile] .columns-mobile-6 ul.wgl-products {
  --products-width: 16.66666%;
}
body[data-elementor-device-mode=mobile] .columns-mobile-5 ul.wgl-products {
  --products-width: 20%;
}
body[data-elementor-device-mode=mobile] .columns-mobile-4 ul.wgl-products {
  --products-width: 25%;
}
body[data-elementor-device-mode=mobile] .columns-mobile-3 ul.wgl-products {
  --products-width: 33.33333%;
}
body[data-elementor-device-mode=mobile] .columns-mobile-2 ul.wgl-products {
  --products-width: 50%;
}
body[data-elementor-device-mode=mobile] .columns-mobile-1 ul.wgl-products {
  --products-width: 100%;
  --products-gap: 20px;
}

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

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

.wgl-products-grid .picture img.attachment-shop_catalog {
  display: none;
}
.wgl-products-grid .wgl-carousel_wrapper {
  overflow: hidden;
}
.wgl-products-grid .wgl-pagination,
.wgl-products-grid .load_more_wrapper {
  margin-top: 40px;
}

ul.wgl-products li.product {
  transition: 0.4s;
}
ul.wgl-products li.product .picture {
  position: relative;
  text-align: center;
}
ul.wgl-products li.product .picture:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 1px solid #e5e5e5;
  box-shadow: 0 0 0 0 rgba(250, 171, 52, 0);
  border-radius: 5px;
  pointer-events: none;
  transition: box-shadow 0.3s, border 0.3s;
}
ul.wgl-products li.product .picture .woo_post-link {
  display: block;
  position: relative;
}
ul.wgl-products li.product .picture img {
  border-radius: 6px;
  transition: opacity 0.7s, transform 0.6s;
}
ul.wgl-products li.product .picture img.attachment-shop_catalog {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  pointer-events: none;
  opacity: 0;
}
ul.wgl-products li.product:hover .picture:not(.no_effects) img.attachment-shop_catalog {
  opacity: 1;
  pointer-events: inherit;
  transform: translateZ(0) translateY(0) !important;
}
ul.wgl-products li.product:hover .picture:after {
  border: 1px solid rgba(229, 229, 229, 0);
  box-shadow: 6px 5px 30px 0 rgba(0, 0, 0, 0.12);
}
ul.wgl-products li.product.added_to_cart_item .picture:after {
  border: 1px solid rgba(229, 229, 229, 0);
  box-shadow: 6px 5px 30px 0 rgba(0, 0, 0, 0.12);
}
ul.wgl-products li.product:hover a.button,
ul.wgl-products li.product a.button.loading {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
ul.wgl-products li.product a.button,
ul.wgl-products li.product a.wc-forward {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 0 0 5px 5px;
  padding: 16px 28px 18px;
  height: auto;
  min-height: 56px;
  font-size: 14px;
  line-height: 1.4em;
  font-weight: 800;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  opacity: 0;
  width: 100%;
  max-width: unset;
  transform: translateY(-40%);
  transition: background 0.6s, transform 0.4s, opacity 0.4s;
  box-shadow: unset;
  z-index: 1;
}
ul.wgl-products li.product a.button:before, ul.wgl-products li.product a.button.loading:after,
ul.wgl-products li.product a.wc-forward:before,
ul.wgl-products li.product a.wc-forward.loading:after {
  margin-right: 10px;
  font-family: "Font Awesome 5 Free";
  font-size: 17px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all 0.4s, width 0.7s;
}
ul.wgl-products li.product a.button:before,
ul.wgl-products li.product a.wc-forward:before {
  content: "\f155";
  font-family: "Flaticon";
  font-weight: normal;
  font-size: 21px;
}
ul.wgl-products li.product a.button.loading:after,
ul.wgl-products li.product a.wc-forward.loading:after {
  content: "\f2f9";
  opacity: 0;
}
ul.wgl-products li.product.product .product_type_variable:before {
  font-family: "Font Awesome 5 Free";
  font-size: 17px;
  font-weight: 600;
  content: "\f03a";
}
ul.wgl-products li.product.product .product_type_external:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f360";
  font-size: 21px;
}
ul.wgl-products li.product a.button.added {
  opacity: 1;
  transform: translateY(0);
  padding-right: 42px;
  animation: wc_fade_out 0.3s 1.2s forwards;
}
ul.wgl-products li.product a.button.added:before {
  content: "\f107";
  font-family: "Flaticon";
  font-weight: normal;
  font-size: 21px;
  transition: all 0.4s, width 0s;
}
ul.wgl-products li.product a.button.added:after {
  display: none;
}
ul.wgl-products li.product a.button.added + .added_to_cart {
  visibility: visible;
}
ul.wgl-products li.product a.button.added + .added_to_cart:before {
  content: "\f155";
  font-family: "Flaticon";
  font-weight: normal;
  font-size: 19px;
}
ul.wgl-products li.product a.button.loading {
  transition: 0.4s;
  padding-right: 42px;
}
ul.wgl-products li.product a.button.loading:after {
  top: 0;
  bottom: 0;
  height: 20.5px;
  margin: auto 7px auto 0;
  opacity: 1;
  animation: wc_fade_in 1.2s forwards, fa-spin 2s infinite linear;
}
ul.wgl-products li.product a.wc-forward {
  position: absolute;
  opacity: 0;
  animation: wc_slide_bottom 0.6s 1.2s forwards;
  display: flex;
  padding: 16px 28px 18px 28px;
  width: 100%;
  justify-content: center;
  align-items: center;
}
@keyframes fa-spin {
  0% {
    transform: rotate(0turn);
  }
  100% {
    transform: rotate(1turn);
  }
}
@keyframes wc_slide_top {
  0% {
    opacity: 0;
    transform: translateY(0%);
  }
  100% {
    opacity: 1;
    transform: translateY(-60%);
  }
}
@keyframes wc_slide_bottom {
  0% {
    opacity: 0;
    transform: translateY(-60%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes wc_fade_out {
  0% {
    opacity: 1;
  }
  100% {
    z-index: -1;
    opacity: 0;
    transform: translateY(60%);
  }
}
@keyframes wc_fade_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

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

.woocommerce #reviews #comments ol.commentlist li .raiting-meta-wrapper {
  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 form .form-row .select2-container--default .select2-selection--single {
  display: block;
  width: 100%;
  height: 56px;
  max-width: 100%;
  margin: 0;
  padding: 0 20px;
  outline: none;
  font-family: inherit;
  font-size: 16px;
  line-height: 1.7;
  text-align: left;
  -webkit-appearance: none;
  appearance: none;
}
.woocommerce form .form-row .select2-container--default .select2-selection__arrow {
  height: 56px;
}
.woocommerce form .form-row .select2-container--default .select2-selection__rendered {
  line-height: 56px;
  padding-left: 0;
  padding-right: 0;
  color: #767676;
}
.woocommerce form .form-row .select2-container--default .select2-selection__arrow {
  right: 10px;
}
.woocommerce form .form-row .select2-container--default .select2-selection__arrow b {
  border-color: #c2c2c2 transparent transparent transparent;
}
.woocommerce form .form-row .select__field .select2-container--default .select2-selection--single {
  padding: 0 30px 0 20px;
}

body .select2-dropdown {
  border-color: #e4e4e4;
  border-radius: 0;
}

.woocommerce span.onsale {
  top: 10px;
  left: 10px;
  min-width: 53px;
  min-height: auto;
  width: auto;
  height: 32px;
  border-radius: 3px;
  line-height: 32px;
  padding: 1px 10px 0;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
}
.woocommerce .products .star-rating {
  margin: 5px auto 10px;
}

.woocommerce-review-link {
  color: #7b7d90;
  font-size: 14px;
  line-height: 20px;
}

.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 {
  border: unset;
  padding: 0 29px 2px;
  font-size: 14px;
  line-height: 56px;
  height: 56px;
  font-weight: bold;
  color: #ffffff;
  border-radius: 3px;
  z-index: 1;
}
.woocommerce .wgl-woo-button {
  border-radius: 3px;
}
.woocommerce .wgl-woo-button #respond input#submit,
.woocommerce .wgl-woo-button a.button,
.woocommerce .wgl-woo-button button.button,
.woocommerce .wgl-woo-button input.button {
  background-color: unset !important;
}
.woocommerce .wgl-woo-button input#submit.disabled ~ .morph_element,
.woocommerce .wgl-woo-button input#submit:disabled ~ .morph_element,
.woocommerce .wgl-woo-button input#submit:disabled[disabled] ~ .morph_element,
.woocommerce .wgl-woo-button a.button.disabled ~ .morph_element,
.woocommerce .wgl-woo-button a.button:disabled ~ .morph_element,
.woocommerce .wgl-woo-button a.button:disabled[disabled] ~ .morph_element,
.woocommerce .wgl-woo-button button.button.disabled ~ .morph_element,
.woocommerce .wgl-woo-button button.button:disabled ~ .morph_element,
.woocommerce .wgl-woo-button button.button:disabled[disabled] ~ .morph_element,
.woocommerce .wgl-woo-button input.button.disabled ~ .morph_element,
.woocommerce .wgl-woo-button input.button:disabled ~ .morph_element,
.woocommerce .wgl-woo-button input.button:disabled[disabled] ~ .morph_element {
  animation: none;
}

.woocommerce form.checkout_coupon {
  border: 1px solid #e5e5e5;
  border-radius: 5px;
}
.woocommerce form.checkout_coupon .form-row {
  float: left;
}
.woocommerce form.checkout_coupon .form-row.form-row-first {
  padding-left: 0;
  padding-right: 10px;
}
.woocommerce form.checkout_coupon .form-row.form-row-last {
  padding-left: 10px;
  padding-right: 0;
}
.woocommerce form.checkout_coupon .form-row button.button {
  line-height: 58px;
  height: 56px;
  text-transform: uppercase;
}
.woocommerce form.checkout_coupon .form-row input.input-text {
  height: 56px;
}

.woocommerce form .form-row input.input-text {
  height: 56px;
  padding-top: 10px;
}
.woocommerce form .form-row textarea {
  padding-top: 10px;
  height: 240px;
}

.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] {
  font-weight: 800;
  padding: 0 29px 2px;
  font-size: 14px;
  line-height: 58px;
  letter-spacing: 0;
  background: transparent;
}
.woocommerce #respond input#submit.disabled ~ .morph_element, .woocommerce #respond input#submit:disabled ~ .morph_element, .woocommerce #respond input#submit:disabled[disabled] ~ .morph_element,
.woocommerce a.button.disabled ~ .morph_element,
.woocommerce a.button:disabled ~ .morph_element,
.woocommerce a.button:disabled[disabled] ~ .morph_element,
.woocommerce button.button.disabled ~ .morph_element,
.woocommerce button.button:disabled ~ .morph_element,
.woocommerce button.button:disabled[disabled] ~ .morph_element,
.woocommerce input.button.disabled ~ .morph_element,
.woocommerce input.button:disabled ~ .morph_element,
.woocommerce input.button:disabled[disabled] ~ .morph_element {
  opacity: 0.5;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  color: #ffffff;
}
.woocommerce #respond input#submit .morph_element,
.woocommerce a.button .morph_element,
.woocommerce button.button .morph_element,
.woocommerce input.button .morph_element {
  transition: opacity 0.4s;
}
.woocommerce a.button {
  border-radius: 56px;
  padding: 0 29.5px;
  font-weight: bold;
  line-height: 56px;
  color: #ffffff;
  text-transform: capitalize;
}

/* ==================== ##Shop - Single ==================== */
.woocommerce .summary {
  display: flex;
  flex-direction: column;
}
.woocommerce .summary .product_meta {
  position: relative;
  border-top: 1px solid #e5e5e5;
  padding: 25px 0 24px;
}
.woocommerce .summary .product_meta > span {
  display: block;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 41px;
}
.woocommerce .summary .product_meta > span span.title,
.woocommerce .summary .product_meta > span a.title {
  font-size: 16px;
  font-weight: 600;
  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 .summary .woocommerce-product-details__short-description ul:last-child {
  padding: 0;
}
.woocommerce .summary form.cart {
  padding-top: 40px;
}
.woocommerce .summary .product_title {
  order: 1;
}
.woocommerce .summary .woocommerce-product-rating {
  order: 2;
}
.woocommerce .summary .price {
  order: 3;
}
.woocommerce .summary .woocommerce-product-details__short-description {
  order: 4;
}
.woocommerce .summary .cart {
  order: 5;
  margin-top: 26px;
  border-top: 1px solid #e5e5e5;
}
.woocommerce .summary .product_meta {
  order: 6;
}

.woocommerce-product-gallery img {
  display: block;
}
.woocommerce-product-gallery figure {
  overflow: hidden;
  border-radius: 0;
}
.woocommerce-product-gallery .flex-viewport {
  border: unset;
  border-radius: 10px;
  border: unset;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.08);
}
.woocommerce-product-gallery .woocommerce-product-gallery__image:nth-child(n+2) {
  display: inline-block;
  width: 25%;
}
.woocommerce-product-gallery .flex-control-thumbs li {
  list-style: none;
  float: left;
  cursor: pointer;
}
.woocommerce-product-gallery__trigger {
  position: absolute;
  z-index: 99;
  top: 1em;
  right: 1em;
}

a.woocommerce-product-gallery__trigger {
  text-decoration: none;
}

.woocommerce.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 30px;
  right: 30px;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background: #f2f1ec;
}
.woocommerce.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger + .woocommerce-product-gallery__wrapper {
  margin-bottom: 32px;
  border-radius: 10px;
}

.woocommerce div.product .woocommerce-product-rating {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.woocommerce div.product .summary .woocommerce-product-rating {
  margin-bottom: 0;
  margin-top: 11px;
}
.woocommerce div.product .product_title {
  margin-top: -0.1em;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 700;
  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: 800;
}
.woocommerce div.product div.images.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
  width: 33.3333%;
}
.woocommerce div.product div.images.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
  width: 25%;
}
.woocommerce div.product div.images.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
  width: 20%;
}
.woocommerce div.product div.images .flex-control-thumbs {
  margin-top: 26px;
  margin-right: -25px;
  overflow: visible !important;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.woocommerce div.product div.images .flex-control-thumbs:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.woocommerce div.product div.images .flex-control-thumbs li:before {
  display: none;
}
.woocommerce div.product div.images .flex-control-thumbs li:last-child {
  margin-right: auto;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:before {
  content: "\f153";
  font-family: "Flaticon";
  top: 1px;
  left: 10px;
  width: 0;
  height: 0;
  border: unset;
  font-size: 20px;
  text-indent: 0;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:after {
  display: none;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:hover {
  color: #ffffff;
}
.woocommerce div.product div.images .flex-control-thumbs li {
  padding-right: 25px;
  padding-bottom: 25px;
}
.woocommerce div.product div.images .flex-control-thumbs li,
.woocommerce div.product div.images .flex-control-thumbs li img {
  border-radius: 5px;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
  position: relative;
  opacity: 0.7;
  transition: 0.3s;
  background: #fff;
  border: 1px solid #e5e5e5;
}
.woocommerce div.product div.images .flex-control-thumbs li img:hover, .woocommerce div.product div.images .flex-control-thumbs li img.flex-active {
  opacity: 1;
}

.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: 49%;
  max-width: 540px;
  margin-bottom: 1.8em;
}

div.product .summary span.price,
.woocommerce div.product .summary p.price,
.woocommerce div.product .summary .woocommerce-variation-price .price {
  margin-top: 8px;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 700;
}
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: 5px;
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
  font-weight: inherit;
}

.woocommerce div.product form.cart {
  margin-bottom: 30px;
}

.woocommerce del {
  margin-right: 0.05em;
  color: #949494;
}
.woocommerce del .woocommerce-Price-amount {
  color: inherit;
}
.woocommerce div.product p.price del {
  margin-right: 0.45em;
  opacity: 1;
}
.woocommerce ins {
  text-decoration: none;
}

.woocommerce-Reviews #comments + #review_form_wrapper {
  margin-top: 20px;
  margin-bottom: 23px;
}

#review_form_wrapper #review_form {
  border-radius: 10px;
}
#review_form_wrapper #review_form #reply-title {
  text-transform: capitalize;
}

.related,
.upsells.products {
  clear: both;
}
.related > h2,
.upsells.products > h2 {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  padding-bottom: 12px;
  font-size: 32px;
  line-height: 42px;
  font-weight: 700;
  text-align: center;
  text-transform: capitalize;
}
.related > h2:before,
.upsells.products > h2:before {
  content: "";
  display: block;
  width: 52px;
  line-height: 0;
  margin: 0 auto 17px;
}

.related.products {
  margin-top: 39px;
  margin-bottom: 60px;
}

.related.products,
.upsells.products {
  clear: both;
}

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 ==================== */
.widget_shopping_cart_content .woocommerce-mini-cart__empty-message {
  text-align: center;
}

.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
  margin-top: -4px;
  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: 17px;
  font-weight: 600;
  line-height: 1.45em;
}
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
  float: left;
  width: 70px;
  margin-left: 0;
  margin-right: 20px;
  margin-top: 4px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  background: #ffffff;
  transition: inherit;
}
.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.widget_top_rated_products .widget-title, .woocommerce.widget_shopping_cart .widget-title {
  margin-bottom: 20px;
}
.woocommerce .cart-empty.woocommerce-info {
  font-size: 18px;
  border: unset;
  max-width: 400px;
  margin: auto;
}
.woocommerce .cart-empty.woocommerce-info:before {
  content: "\f12c";
  font-family: flaticon;
}
.woocommerce .cart-empty.woocommerce-info,
.woocommerce .cart-empty.woocommerce-info + .return-to-shop {
  text-align: center;
}

.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 {
  content: "\f182";
  font-family: "Flaticon";
  display: inline-block;
  position: relative;
  top: 0;
  right: 0;
  padding: 9px 4px;
  font-size: 10px;
  line-height: 0;
  text-rendering: auto;
  box-shadow: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: 0.3s;
}
.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 a.remove:hover:before {
  color: #ff144b;
}
.woocommerce .woo_mini_cart ul.cart_list li.mini_cart_item.woocommerce-mini-cart-item a {
  padding-right: 24px;
}
.woocommerce .woo_mini_cart ul.cart_list li.mini_cart_item.woocommerce-mini-cart-item a ~ a {
  transition: opacity 0.3s, color 0.3s;
}
.woocommerce .woo_mini_cart ul.cart_list li.mini_cart_item.woocommerce-mini-cart-item .quantity {
  display: block;
  margin-top: 12px;
  color: #949494;
  transition: opacity 0.3s;
}
.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: 14px;
  line-height: 1;
  font-weight: 700;
}
.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: 11px;
  margin-bottom: 21px;
  border: unset;
  padding-top: 19px;
  padding-bottom: 0;
  text-align: left;
}
.woocommerce .woo_mini_cart .total > * {
  font-weight: 700;
  font-size: 20px;
}
.woocommerce .woo_mini_cart .total strong {
  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: 6px;
}
.woocommerce .woo_mini_cart .buttons {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.woocommerce .woo_mini_cart .buttons .button {
  width: calc(50% - 5px);
  padding: 0 20px;
  font-size: 14px;
  font-weight: 800;
  text-align: center;
  height: 50px;
  line-height: 50px;
  border-radius: 3px;
  text-transform: uppercase;
  transition: 0.3s;
}
.woocommerce .woo_mini_cart .buttons .button.checkout {
  box-shadow: unset;
}
.woocommerce .woo_mini_cart .buttons:before, .woocommerce .woo_mini_cart .buttons:after {
  display: none !important;
}
.woocommerce .woo_mini_cart .buttons .wgl-woo-button {
  width: calc(50% - 5px);
  margin-bottom: 10px;
  transition: background-color 0.4s;
}
.woocommerce .woo_mini_cart .buttons .wgl-woo-button .button {
  width: 100%;
  margin-bottom: 0;
}

.woocommerce div.product form.cart .variations tr {
  border: 0;
}
.woocommerce div.product form.cart .variations td.label {
  display: list-item;
  display: inline-block;
  line-height: 50px;
  min-width: 122px;
  padding: 0;
  list-style: none;
  background-color: transparent;
}
.woocommerce div.product form.cart .variations td.label label:after {
  content: ":";
}
.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
  text-align: left;
  line-height: 1;
  padding: 0;
  display: list-item;
  display: inline-block;
  list-style: none;
  background-color: transparent;
}
.woocommerce div.product form.cart .variations select {
  min-width: auto;
  display: inline-block;
  margin-right: 0;
}
.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: "\f123";
  display: inline-block;
  font-family: flaticon;
  font-size: 12px;
  font-weight: initial;
  color: #bababa;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: inherit;
}
.woocommerce div.product form.cart .reset_variations:hover:before {
  color: #ff144b;
}
.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.wgl-number-input-hidden {
  display: none;
}
.woocommerce div.product form.cart .quantity label.label-qty {
  display: none;
}
.woocommerce div.product form.cart .quantity .quantity-wrapper {
  background: #f2f1ec;
  border-radius: 3px;
  display: inline-block;
  position: relative;
  height: 56px;
  width: 89px;
  text-align: center;
  line-height: 0;
}
.woocommerce div.product form.cart .quantity .quantity-wrapper .qty {
  display: inline-block;
  width: 30px;
  height: 54px;
  border: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 700;
  vertical-align: middle;
  background-color: unset;
}
.woocommerce div.product form.cart .quantity .quantity-wrapper span {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 0;
  width: 37px;
  height: 100%;
  transition: background-color 0.3s;
}
.woocommerce div.product form.cart .quantity .quantity-wrapper span:before, .woocommerce div.product form.cart .quantity .quantity-wrapper span:after {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 2px;
  bottom: 27px;
  transition: 0.3s;
}
.woocommerce div.product form.cart .quantity .quantity-wrapper span.minus {
  left: 0;
}
.woocommerce div.product form.cart .quantity .quantity-wrapper span.minus:after {
  right: 9px;
}
.woocommerce div.product form.cart .quantity .quantity-wrapper span.minus:before {
  content: unset;
}
.woocommerce div.product form.cart .quantity .quantity-wrapper span.plus {
  right: 0;
}
.woocommerce div.product form.cart .quantity .quantity-wrapper span.plus:after, .woocommerce div.product form.cart .quantity .quantity-wrapper span.plus:before {
  left: 9px;
}
.woocommerce div.product form.cart .quantity .quantity-wrapper span.plus:before {
  transform: rotate(90deg);
}
.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 .quantity .quantity-wrapper .number-input {
  border: 2px solid #ddd;
  display: inline-flex;
}
.woocommerce div.product form.cart .quantity .quantity-wrapper .number-input button {
  position: relative;
  width: 3rem;
  height: 3rem;
  margin: 0;
  outline: none;
  justify-content: center;
  border: none;
  -webkit-appearance: none;
  background-color: transparent;
  align-items: center;
  cursor: pointer;
}
.woocommerce div.product form.cart .quantity .quantity-wrapper .number-input button:before, .woocommerce div.product form.cart .quantity .quantity-wrapper .number-input button:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 1rem;
  height: 2px;
  background-color: #212121;
  transform: translate(-50%, -50%);
}
.woocommerce div.product form.cart .quantity .quantity-wrapper .number-input button.plus:after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.woocommerce div.product form.cart .quantity .quantity-wrapper .number-input input[type=number] {
  font-family: sans-serif;
  max-width: 5rem;
  padding: 0.5rem;
  border: solid #ddd;
  border-width: 0 2px;
  font-size: 2rem;
  height: 3rem;
  font-weight: bold;
  text-align: center;
}
.woocommerce div.product form.cart div.quantity {
  margin-right: 20px;
  margin-top: 0;
}
.woocommerce div.product form.cart div.quantity.hidden {
  display: none;
}
.woocommerce div.product form.cart .button {
  position: relative;
  height: 56px;
  border: unset;
  padding: 0 36px;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  color: #ffffff;
  text-transform: capitalize;
  transition: 0.6s;
}
.woocommerce div.product form.cart .button.disabled {
  color: #ffffff;
  opacity: 1;
}
.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: 15px;
}
.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 {
  vertical-align: top;
  line-height: 36px;
}

.woocommerce .cart-collaterals .cross-sells,
.woocommerce-page .cart-collaterals .cross-sells {
  width: calc(100% - 370px - 30px);
  margin-top: 25px;
}
@media only screen and (max-width: 768px) {
  .woocommerce .cart-collaterals .cross-sells,
.woocommerce-page .cart-collaterals .cross-sells {
    width: 100%;
  }
}
.woocommerce .cart-collaterals .cross-sells > h2,
.woocommerce-page .cart-collaterals .cross-sells > h2 {
  font-size: 24px;
  line-height: 1.3;
  text-align: left;
  padding-bottom: 31px;
}
.woocommerce .cart-collaterals .cross-sells .wgl-products li,
.woocommerce-page .cart-collaterals .cross-sells .wgl-products li {
  width: calc(50% - 30px);
}
@media only screen and (min-width: 1025px) and (max-width: 1200px), only screen and (min-width: 768px) and (max-width: 992px) {
  .woocommerce .cart-collaterals .cross-sells .wgl-products li,
.woocommerce-page .cart-collaterals .cross-sells .wgl-products li {
    width: calc(100% - 30px);
  }
}
@media only screen and (max-width: 600px) {
  .woocommerce .cart-collaterals .cross-sells .wgl-products li,
.woocommerce-page .cart-collaterals .cross-sells .wgl-products li {
    width: 100%;
    margin-right: 0;
  }
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  float: right;
  text-align: center;
  width: 370px;
  margin-top: 10px;
  margin-bottom: 60px;
  border-radius: 10px;
  border: unset;
  padding: 40px 40px 15px;
  background: #ffffff;
  box-shadow: 6px 5px 30px 0 rgba(0, 0, 0, 0.12);
}
.woocommerce .cart-collaterals .cart_totals > h2,
.woocommerce-page .cart-collaterals .cart_totals > h2 {
  font-size: 20px;
  line-height: 1em;
  font-weight: 700;
  text-transform: capitalize;
  text-align: center;
  display: inline-block;
  position: relative;
  margin-bottom: 7px;
}
.woocommerce .cart-collaterals .cart_totals > h2:before,
.woocommerce-page .cart-collaterals .cart_totals > h2:before {
  content: "";
  display: block;
  width: 52px;
  line-height: 0;
  margin: 0 auto 16px;
}
.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 {
  border: unset;
  padding-bottom: 14px;
}
.woocommerce .cart-collaterals .cart_totals table tr.cart-subtotal .amount,
.woocommerce-page .cart-collaterals .cart_totals table tr.cart-subtotal .amount {
  font-size: 18px;
}
.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 {
  border: unset;
  padding-bottom: 10px;
  padding-top: 10px;
  background-color: #fff;
}
.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] {
  font-size: 14px;
  padding-top: 18px;
}
.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-size: 16px;
}
.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;
  margin-right: 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: 20px;
}
.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: 20px;
}
.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: 10px;
}
.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 {
  width: 110px;
  white-space: nowrap;
  border: 0;
  font-size: 18px;
  font-weight: 700;
  vertical-align: middle;
}
.woocommerce .cart-collaterals .cart_totals table td,
.woocommerce-page .cart-collaterals .cart_totals table td {
  font-size: 22px;
  font-weight: 400;
  text-align: right;
}
.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: 18px;
  text-align: right;
}

.woocommerce .cart .button,
.woocommerce .cart input.button {
  min-width: 165px;
  border: unset;
  padding: 0 29px 2px;
  font-size: 14px;
  line-height: 58px;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: 0;
  text-transform: uppercase;
}

.woocommerce table.shop_table {
  border: 0;
  border-radius: 0;
  margin: 0;
  font-size: 18px;
  border-collapse: collapse;
  text-align: center;
}
.woocommerce table.shop_table .quantity {
  display: inline-block;
  position: relative;
  background-color: #ffffff;
}
.woocommerce table.shop_table .quantity.wgl-number-input-hidden {
  display: none;
}
.woocommerce table.shop_table .quantity label.label-qty {
  display: none;
}
.woocommerce table.shop_table .quantity .quantity-wrapper {
  background: #f2f1ec;
  border-radius: 3px;
  display: inline-block;
  position: relative;
  height: 56px;
  width: 89px;
  text-align: center;
  line-height: 0;
}
.woocommerce table.shop_table .quantity .quantity-wrapper .qty {
  display: inline-block;
  width: 30px;
  height: 54px;
  border: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 700;
  vertical-align: middle;
  background-color: unset;
}
.woocommerce table.shop_table .quantity .quantity-wrapper span {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 0;
  width: 37px;
  height: 100%;
  transition: background-color 0.3s;
}
.woocommerce table.shop_table .quantity .quantity-wrapper span:before, .woocommerce table.shop_table .quantity .quantity-wrapper span:after {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 2px;
  bottom: 27px;
  transition: 0.3s;
}
.woocommerce table.shop_table .quantity .quantity-wrapper span.minus {
  left: 0;
}
.woocommerce table.shop_table .quantity .quantity-wrapper span.minus:after {
  right: 9px;
}
.woocommerce table.shop_table .quantity .quantity-wrapper span.minus:before {
  content: unset;
}
.woocommerce table.shop_table .quantity .quantity-wrapper span.plus {
  right: 0;
}
.woocommerce table.shop_table .quantity .quantity-wrapper span.plus:after, .woocommerce table.shop_table .quantity .quantity-wrapper span.plus:before {
  left: 9px;
}
.woocommerce table.shop_table .quantity .quantity-wrapper span.plus:before {
  transform: rotate(90deg);
}
.woocommerce table.shop_table .quantity .quantity-wrapper input[type=number] {
  -webkit-appearance: textfield;
  appearance: textfield;
}
.woocommerce table.shop_table .quantity .quantity-wrapper input[type=number]::-webkit-inner-spin-button, .woocommerce table.shop_table .quantity .quantity-wrapper input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.woocommerce table.shop_table .quantity .quantity-wrapper .number-input {
  border: 2px solid #ddd;
  display: inline-flex;
}
.woocommerce table.shop_table .quantity .quantity-wrapper .number-input button {
  position: relative;
  width: 3rem;
  height: 3rem;
  margin: 0;
  outline: none;
  justify-content: center;
  border: none;
  -webkit-appearance: none;
  background-color: transparent;
  align-items: center;
  cursor: pointer;
}
.woocommerce table.shop_table .quantity .quantity-wrapper .number-input button:before, .woocommerce table.shop_table .quantity .quantity-wrapper .number-input button:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 1rem;
  height: 2px;
  background-color: #212121;
  transform: translate(-50%, -50%);
}
.woocommerce table.shop_table .quantity .quantity-wrapper .number-input button.plus:after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.woocommerce table.shop_table .quantity .quantity-wrapper .number-input input[type=number] {
  font-family: sans-serif;
  max-width: 5rem;
  padding: 0.5rem;
  border: solid #ddd;
  border-width: 0 2px;
  font-size: 2rem;
  height: 3rem;
  font-weight: bold;
  text-align: center;
}
.woocommerce table.shop_table .woocommerce-Price-amount.amount {
  font-size: 16px;
  font-weight: 700;
}
.woocommerce table.shop_table.cart input.button {
  height: 50px;
  margin-left: 9px;
  margin-right: 20px;
  border-width: 1px;
  border-style: solid;
  border-radius: 0;
  padding: 0 25px;
  font-size: 16px;
  line-height: 50px;
  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.cart button[name=update_cart] {
  border: unset;
  background-color: unset;
}
.woocommerce table.shop_table.cart button[name=update_cart]:hover {
  color: #ffffff;
}
.woocommerce table.shop_table div.quantity .qty {
  display: inline-block;
  width: 90px;
  height: 54px;
  vertical-align: middle;
  border-radius: unset;
  border: 1px solid #e4e4e4;
  padding: 0 0 9px 0;
  font-size: 28px;
  background: #ffffff;
}
.woocommerce table.shop_table td {
  padding: 25px 0;
  border: 0;
}
.woocommerce table.shop_table td.product-remove {
  padding: 0;
}
.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: 70px;
}
.woocommerce table.shop_table td.product-name {
  padding-left: 25px;
  font-size: 16px;
  font-weight: 600;
}
.woocommerce table.shop_table td.product-name a {
  color: inherit;
}
.woocommerce table.shop_table tbody tr:first-child td {
  border-top: 0;
}
.woocommerce table.shop_table tbody tr:last-child td {
  padding-top: 40px;
}
.woocommerce table.shop_table thead {
  background: unset;
  border-radius: 3px;
}
.woocommerce table.shop_table thead tr {
  border: 0;
}
.woocommerce table.shop_table thead th {
  border: 0;
  padding: 0;
  font-size: 18px;
  line-height: 60px;
  font-weight: 600;
  background: unset;
  color: #fff;
}
.woocommerce table.shop_table thead th.product-name {
  padding-left: 37px;
  text-align: left;
}
.woocommerce table.shop_table thead th.product-price {
  width: 14%;
}
.woocommerce table.shop_table thead th.product-quantity {
  width: 17%;
}
.woocommerce table.shop_table thead th.product-subtotal {
  width: 17.5%;
}
.woocommerce table.shop_table tfoot tr th {
  padding-left: 40px;
  text-align: left;
}
.woocommerce table.shop_table th {
  border: 0;
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
  width: 68px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
}
#add_payment_method table.cart td,
.woocommerce-cart table.cart td,
.woocommerce-checkout table.cart td {
  border-top: 1px solid #e5e5e5;
}
#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
  width: 270px;
  height: 56px;
  margin-right: 15px;
  border: unset;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 400;
}
#add_payment_method .cart-collaterals .cart_totals table,
.woocommerce-cart .cart-collaterals .cart_totals table,
.woocommerce-checkout .cart-collaterals .cart_totals table {
  margin: 0;
  border: unset;
  padding-top: 10px;
  padding-bottom: 0;
}
#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 {
  border-top: 0;
}
#add_payment_method .cart-collaterals .shipping-calculator-form,
.woocommerce-cart .cart-collaterals .shipping-calculator-form,
.woocommerce-checkout .cart-collaterals .shipping-calculator-form {
  margin-top: 20px;
  margin-left: -110px;
}
#add_payment_method .cart-collaterals .shipping-calculator-form .select__field,
.woocommerce-cart .cart-collaterals .shipping-calculator-form .select__field,
.woocommerce-checkout .cart-collaterals .shipping-calculator-form .select__field {
  width: 100%;
  margin-bottom: 0;
}
#add_payment_method .cart-collaterals .shipping-calculator-button,
.woocommerce-cart .cart-collaterals .shipping-calculator-button,
.woocommerce-checkout .cart-collaterals .shipping-calculator-button {
  font-size: 16px;
  font-weight: 700;
  margin-top: 5px;
}
#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: 10px 0 15px;
}
#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;
  margin-bottom: 0;
  border: unset;
  font-size: 14px;
  line-height: 30px;
  font-weight: 800;
  border-radius: 3px;
  text-transform: uppercase;
}
#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%;
  max-width: 300px;
}
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 6px 5px 30px 0 rgba(0, 0, 0, 0.12);
}
#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
  padding: 30px 30px 0;
  border-bottom: 0;
}
#add_payment_method #payment ul.payment_methods li,
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li {
  padding-top: 0;
  line-height: 1.7;
  padding-left: 0;
}
#add_payment_method #payment ul.payment_methods li:before,
.woocommerce-cart #payment ul.payment_methods li:before,
.woocommerce-checkout #payment ul.payment_methods li:before {
  display: none !important;
}
#add_payment_method #payment ul.payment_methods li.woocommerce-notice,
.woocommerce-cart #payment ul.payment_methods li.woocommerce-notice,
.woocommerce-checkout #payment ul.payment_methods li.woocommerce-notice {
  margin-bottom: 20px;
  border-radius: 5px;
  border: unset;
  padding: 18px 20px;
  font-size: 16px;
  font-weight: 300;
  color: #72737a;
  background: #f6f6f6;
}
#add_payment_method #payment ul.payment_methods li label,
.woocommerce-cart #payment ul.payment_methods li label,
.woocommerce-checkout #payment ul.payment_methods li label {
  display: inline-block;
}
#add_payment_method #payment ul.payment_methods li div.payment_box,
.woocommerce-cart #payment ul.payment_methods li div.payment_box,
.woocommerce-checkout #payment ul.payment_methods li div.payment_box {
  color: inherit;
  background: #f7f6f2;
  border-radius: 10px;
  padding: 18px 20px;
  font-size: 16px;
  font-weight: 300;
  margin-top: 0;
}
#add_payment_method #payment ul.payment_methods li div.payment_box:before,
.woocommerce-cart #payment ul.payment_methods li div.payment_box:before,
.woocommerce-checkout #payment ul.payment_methods li div.payment_box:before {
  display: none;
}
#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
  padding: 0 30px 30px;
}
#add_payment_method #payment div.form-row .woocommerce-privacy-policy-text,
.woocommerce-cart #payment div.form-row .woocommerce-privacy-policy-text,
.woocommerce-checkout #payment div.form-row .woocommerce-privacy-policy-text {
  font-size: 14px;
}
#add_payment_method #payment div.form-row .wgl-woo-button,
.woocommerce-cart #payment div.form-row .wgl-woo-button,
.woocommerce-checkout #payment div.form-row .wgl-woo-button {
  float: right;
}

.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-cart .cart-collaterals .button:not(.add_to_cart_button)[name=calc_shipping],
.woocommerce-checkout .cart-collaterals .button:not(.add_to_cart_button)[name=calc_shipping] {
  height: 34px;
  font-size: 14px;
  font-weight: 800;
  padding: 2px 15px 0;
  width: auto;
  line-height: 1;
  margin-top: 5px;
  text-transform: uppercase;
}

.woocommerce ul#shipping_method li {
  margin: 0 0 8px;
  padding-left: 0;
  line-height: 21px;
}
.woocommerce ul#shipping_method li label {
  font-size: 14px;
  font-weight: 700;
}
.woocommerce ul#shipping_method li input {
  margin: 4px 0.4375em 0 0;
  vertical-align: top;
}

.checkout.woocommerce-checkout #ship-to-different-address,
.checkout.woocommerce-checkout #ship-to-different-address span {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
}

.woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled] {
  color: #ffffff;
  background: transparent;
}
.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 {
  font-family: "Flaticon";
  font-weight: 700;
  content: "\f182";
  display: inline-block;
  position: relative;
  padding: 9px 4px;
  font-size: 10px;
  line-height: 0;
  color: #949494;
  text-rendering: auto;
  box-shadow: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: 0.3s;
}
.woocommerce a.remove:hover:before {
  color: #ff144b;
}

/* ==================== ##Shop - Checkout ==================== */
.checkout.woocommerce-checkout {
  margin-top: 60px;
}
.checkout.woocommerce-checkout h3 {
  margin-bottom: 0;
}
.checkout.woocommerce-checkout .woocommerce-billing-fields > h3,
.checkout.woocommerce-checkout #order_review_heading {
  font-size: 40px;
  margin-bottom: 23px;
  text-transform: capitalize;
}
.checkout.woocommerce-checkout #order_review_heading {
  margin-bottom: 30px;
}
.checkout.woocommerce-checkout .woocommerce-additional-fields > h3 {
  margin-top: 20px;
}

.woocommerce-notice.woocommerce-notice--info.woocommerce-info:before {
  display: none;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  padding: 0 29px;
  border: unset;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.5;
}
.woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover {
  color: #ffffff;
}

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

.woocommerce .col2-set,
.woocommerce-checkout .col2-set {
  width: 47.8260869565%;
  float: left;
  margin-right: 4.347826087%;
}
.woocommerce .col2-set > .col-1,
.woocommerce .col2-set > .col-2,
.woocommerce .col2-set > [class^=col],
.woocommerce-checkout .col2-set > .col-1,
.woocommerce-checkout .col2-set > .col-2,
.woocommerce-checkout .col2-set > [class^=col] {
  float: none;
  width: 100%;
  margin-bottom: 30px;
}
.woocommerce .col2-set > .col-1,
.woocommerce-checkout .col2-set > .col-1 {
  margin-bottom: 10px;
}
.woocommerce #order_review_heading,
.woocommerce #order_review,
.woocommerce-checkout #order_review_heading,
.woocommerce-checkout #order_review {
  width: 47.8260869565%;
  float: right;
  margin-right: 0;
}
.woocommerce #order_review table.shop_table tbody tr:first-child > *, .woocommerce #order_review table.shop_table tfoot tr:first-child > *,
.woocommerce .woocommerce-order-details table.shop_table tbody tr:first-child > *,
.woocommerce .woocommerce-order-details table.shop_table tfoot tr:first-child > *,
.woocommerce-checkout #order_review table.shop_table tbody tr:first-child > *,
.woocommerce-checkout #order_review table.shop_table tfoot tr:first-child > *,
.woocommerce-checkout .woocommerce-order-details table.shop_table tbody tr:first-child > *,
.woocommerce-checkout .woocommerce-order-details table.shop_table tfoot tr:first-child > * {
  padding-top: 35px;
}
.woocommerce #order_review table.shop_table tbody tr:last-child > *, .woocommerce #order_review table.shop_table tfoot tr:last-child > *,
.woocommerce .woocommerce-order-details table.shop_table tbody tr:last-child > *,
.woocommerce .woocommerce-order-details table.shop_table tfoot tr:last-child > *,
.woocommerce-checkout #order_review table.shop_table tbody tr:last-child > *,
.woocommerce-checkout #order_review table.shop_table tfoot tr:last-child > *,
.woocommerce-checkout .woocommerce-order-details table.shop_table tbody tr:last-child > *,
.woocommerce-checkout .woocommerce-order-details table.shop_table tfoot tr:last-child > * {
  padding-top: 11px;
  padding-bottom: 35px;
}
.woocommerce #order_review table.shop_table tfoot tr:not(:first-child) th, .woocommerce #order_review table.shop_table tfoot tr:not(:first-child) td,
.woocommerce .woocommerce-order-details table.shop_table tfoot tr:not(:first-child) th,
.woocommerce .woocommerce-order-details table.shop_table tfoot tr:not(:first-child) td,
.woocommerce-checkout #order_review table.shop_table tfoot tr:not(:first-child) th,
.woocommerce-checkout #order_review table.shop_table tfoot tr:not(:first-child) td,
.woocommerce-checkout .woocommerce-order-details table.shop_table tfoot tr:not(:first-child) th,
.woocommerce-checkout .woocommerce-order-details table.shop_table tfoot tr:not(:first-child) td {
  border: unset;
}
.woocommerce #order_review table.shop_table tfoot tr td .woocommerce-Price-amount.amount,
.woocommerce .woocommerce-order-details table.shop_table tfoot tr td .woocommerce-Price-amount.amount,
.woocommerce-checkout #order_review table.shop_table tfoot tr td .woocommerce-Price-amount.amount,
.woocommerce-checkout .woocommerce-order-details table.shop_table tfoot tr td .woocommerce-Price-amount.amount {
  font-size: 18px;
}
.woocommerce #order_review table.shop_table td,
.woocommerce #order_review table.shop_table tfoot th,
.woocommerce .woocommerce-order-details table.shop_table td,
.woocommerce .woocommerce-order-details table.shop_table tfoot th,
.woocommerce-checkout #order_review table.shop_table td,
.woocommerce-checkout #order_review table.shop_table tfoot th,
.woocommerce-checkout .woocommerce-order-details table.shop_table td,
.woocommerce-checkout .woocommerce-order-details table.shop_table tfoot th {
  padding-top: 11px;
  padding-bottom: 11px;
}
.woocommerce #order_review table.shop_table tfoot tr th,
.woocommerce .woocommerce-order-details table.shop_table tfoot tr th,
.woocommerce-checkout #order_review table.shop_table tfoot tr th,
.woocommerce-checkout .woocommerce-order-details table.shop_table tfoot tr th {
  border-top: 1px solid #e5e5e5;
}
.woocommerce #order_review table.shop_table td.product-name,
.woocommerce .woocommerce-order-details table.shop_table td.product-name,
.woocommerce-checkout #order_review table.shop_table td.product-name,
.woocommerce-checkout .woocommerce-order-details table.shop_table td.product-name {
  padding-left: 39px;
}
.woocommerce #order_review table.shop_table td.product-name, .woocommerce #order_review table.shop_table td.product-name + td.product-total,
.woocommerce .woocommerce-order-details table.shop_table td.product-name,
.woocommerce .woocommerce-order-details table.shop_table td.product-name + td.product-total,
.woocommerce-checkout #order_review table.shop_table td.product-name,
.woocommerce-checkout #order_review table.shop_table td.product-name + td.product-total,
.woocommerce-checkout .woocommerce-order-details table.shop_table td.product-name,
.woocommerce-checkout .woocommerce-order-details table.shop_table td.product-name + td.product-total {
  font-size: 16px;
  font-weight: 600;
}
.woocommerce #order_review table.shop_table tr.cart-subtotal th, .woocommerce #order_review table.shop_table tr.shipping th,
.woocommerce .woocommerce-order-details table.shop_table tr.cart-subtotal th,
.woocommerce .woocommerce-order-details table.shop_table tr.shipping th,
.woocommerce-checkout #order_review table.shop_table tr.cart-subtotal th,
.woocommerce-checkout #order_review table.shop_table tr.shipping th,
.woocommerce-checkout .woocommerce-order-details table.shop_table tr.cart-subtotal th,
.woocommerce-checkout .woocommerce-order-details table.shop_table tr.shipping th {
  font-weight: 700;
}
.woocommerce #order_review table.shop_table tr.cart-subtotal th,
.woocommerce #order_review table.shop_table tr.cart-subtotal .woocommerce-Price-amount.amount, .woocommerce #order_review table.shop_table tr.order-total th,
.woocommerce #order_review table.shop_table tr.order-total .woocommerce-Price-amount.amount,
.woocommerce .woocommerce-order-details table.shop_table tr.cart-subtotal th,
.woocommerce .woocommerce-order-details table.shop_table tr.cart-subtotal .woocommerce-Price-amount.amount,
.woocommerce .woocommerce-order-details table.shop_table tr.order-total th,
.woocommerce .woocommerce-order-details table.shop_table tr.order-total .woocommerce-Price-amount.amount,
.woocommerce-checkout #order_review table.shop_table tr.cart-subtotal th,
.woocommerce-checkout #order_review table.shop_table tr.cart-subtotal .woocommerce-Price-amount.amount,
.woocommerce-checkout #order_review table.shop_table tr.order-total th,
.woocommerce-checkout #order_review table.shop_table tr.order-total .woocommerce-Price-amount.amount,
.woocommerce-checkout .woocommerce-order-details table.shop_table tr.cart-subtotal th,
.woocommerce-checkout .woocommerce-order-details table.shop_table tr.cart-subtotal .woocommerce-Price-amount.amount,
.woocommerce-checkout .woocommerce-order-details table.shop_table tr.order-total th,
.woocommerce-checkout .woocommerce-order-details table.shop_table tr.order-total .woocommerce-Price-amount.amount {
  font-size: 18px;
}
.woocommerce #add_payment_method #payment div.form-row,
.woocommerce .woocommerce-cart #payment div.form-row,
.woocommerce .woocommerce-checkout #payment div.form-row,
.woocommerce-checkout #add_payment_method #payment div.form-row,
.woocommerce-checkout .woocommerce-cart #payment div.form-row,
.woocommerce-checkout .woocommerce-checkout #payment div.form-row {
  margin-bottom: 0;
}
.woocommerce .woocommerce-checkout-review-order table.shop_table .product-name,
.woocommerce-checkout .woocommerce-checkout-review-order table.shop_table .product-name {
  width: 70%;
}
.woocommerce form .woocommerce-billing-fields__field-wrapper,
.woocommerce-checkout form .woocommerce-billing-fields__field-wrapper {
  margin-top: -6px;
}
.woocommerce form .woocommerce-shipping-fields label.checkbox,
.woocommerce-checkout form .woocommerce-shipping-fields label.checkbox {
  margin-top: -7px;
  margin-bottom: 20px;
}
.woocommerce form .form-row,
.woocommerce-checkout form .form-row {
  margin: 0 0 9px;
}
.woocommerce form .form-row label,
.woocommerce-checkout form .form-row label {
  font-weight: 600;
  font-size: 16px;
  margin-left: 2px;
}
.woocommerce form .form-row label span,
.woocommerce-checkout form .form-row label span {
  font-size: 16px;
}
.woocommerce form .form-row label.checkbox,
.woocommerce-checkout form .form-row label.checkbox {
  margin-left: 0;
}
.woocommerce form .form-row .required,
.woocommerce-checkout form .form-row .required {
  font-weight: 400;
  text-decoration: none;
  padding-left: 0;
}
.woocommerce table.shop_table td small,
.woocommerce-checkout table.shop_table td small {
  font-weight: 700;
}

.woocommerce-order-received .woocommerce-order-details .woocommerce-order-details__title {
  font-size: 40px;
  margin-bottom: 30px;
  text-transform: capitalize;
}
.woocommerce-order-received .woocommerce-customer-details .woocommerce-columns {
  width: 100%;
}
.woocommerce-order-received .woocommerce-customer-details .woocommerce-column {
  margin-bottom: 30px;
  width: 100%;
}
.woocommerce-order-received .woocommerce-customer-details .woocommerce-column.col-1 {
  float: left;
}
.woocommerce-order-received .woocommerce-customer-details .woocommerce-column.col-2 {
  float: right;
}
@media only screen and (min-width: 768px) {
  .woocommerce-order-received .woocommerce-customer-details .woocommerce-column {
    width: calc(50% - 15px);
  }
}
.woocommerce-order-received .woocommerce-customer-details address {
  border: unset;
  padding: 25px 30px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 6px 5px 30px 0 rgba(0, 0, 0, 0.12);
}
.woocommerce-order-received .woocommerce-customer-details .woocommerce-column__title {
  margin-bottom: 18px;
  margin-top: 0;
  text-transform: capitalize;
}

/* ==================== ##Shop - Notice ==================== */
.atlets_module_message_box {
  display: flex;
  position: relative;
  z-index: 0;
  min-height: 66px;
  padding: 10px 12px 10px 80px;
  border: 0;
  border-radius: 5px;
  box-shadow: 6px 5px 30px 0 rgba(0, 0, 0, 0.12);
  background-color: #ffffff;
}
.atlets_module_message_box.closable {
  padding-right: 53px;
}
.atlets_module_message_box .message_title {
  margin-bottom: -1px;
  font-size: 18px;
  line-height: 1.25;
  color: inherit;
}
.atlets_module_message_box .message_text {
  font-size: 16px;
  line-height: 1.45;
}
.atlets_module_message_box .message_text a {
  font-weight: 700;
}
.atlets_module_message_box .message_icon_wrap {
  position: absolute;
  z-index: 1;
  top: 5px;
  left: 5px;
  width: 56px;
  height: 56px;
  border-radius: 5px;
}
.atlets_module_message_box .message_close_button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  width: 53px;
  height: auto;
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
  text-align: center;
  font-size: 12px;
  line-height: 1;
  color: #949494;
  cursor: pointer;
  transition: 0.4s;
}
.atlets_module_message_box .message_close_button:before {
  content: "\f182";
  font-family: "Flaticon";
}
.atlets_module_message_box .message_close_button:hover {
  color: #ff144b;
}
.atlets_module_message_box .message_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  box-sizing: border-box;
  text-align: center;
  font-style: normal;
  font-size: 30px;
  line-height: 1;
  color: #ffffff;
}
.atlets_module_message_box .message_icon:before {
  font-family: "Flaticon";
}
.atlets_module_message_box.type_info .message_icon_wrap {
  background-color: #3fd0d4;
}
.atlets_module_message_box.type_info .message_icon:before {
  content: "\f183";
}
.atlets_module_message_box.type_success .message_icon_wrap {
  background-color: #1ec66d;
}
.atlets_module_message_box.type_success .message_icon:before {
  content: "\f185";
}
.atlets_module_message_box.type_error .message_icon_wrap {
  background-color: #f42121;
}
.atlets_module_message_box.type_error .message_icon:before {
  content: "\f186";
}
.atlets_module_message_box.type_warning .message_icon_wrap {
  background-color: #ff6f28;
}
.atlets_module_message_box.type_warning .message_icon:before {
  content: "\f187";
}
.atlets_module_message_box.woocommerce-message .wgl-woo-button {
  position: absolute;
  top: 5px;
  right: 5px;
}
.atlets_module_message_box.woocommerce-message .wgl-woo-button a.button {
  text-transform: uppercase;
  color: #fff;
}
.atlets_module_message_box.woocommerce-message .message_text > a.button {
  position: absolute;
  top: 8px;
  right: 9px;
  opacity: 0;
}

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

.woocommerce-message {
  padding-right: 150px;
}
.woocommerce-message a.button {
  display: inline-block;
  margin: 0;
  border: unset;
  padding: 0 25px;
  font-size: 14px;
  height: 56px;
  line-height: 58px;
  border-radius: 3px;
  font-weight: 800;
  text-align: center;
  background: #ffffff;
  box-shadow: none;
  overflow: visible;
  cursor: pointer;
  transition: 0.4s;
}
.woocommerce-message a.button, .woocommerce-message a.button:hover {
  color: #ffffff;
}

.woocommerce .atlets_module_message_box .message_content {
  display: flex;
  align-items: center;
}

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

.woocommerce .woocommerce-checkout .atlets_module_message_box {
  margin-bottom: 20px;
}
.woocommerce .woocommerce-checkout .type_error .message_close_button {
  display: none;
}

p.cart-empty.woocommerce-info {
  margin-bottom: 1em;
  padding-left: 26px;
}
p.cart-empty.woocommerce-info:before {
  display: none;
}

.woocommerce-message::before {
  display: none;
}

/* ==================== ##Shop - Pagination ==================== */
.woocommerce nav.woocommerce-pagination {
  margin: 40px 0 0 0;
  padding: 0;
  text-align: left;
}
.woocommerce nav.woocommerce-pagination ul {
  display: block;
  margin: 0;
  padding: 0 0 60px 0;
  border: 0;
  font-size: 0;
  text-align: center;
  white-space: nowrap;
  list-style: none;
  clear: both;
}
.woocommerce nav.woocommerce-pagination ul li {
  float: none;
  display: inline-block;
  vertical-align: baseline;
  border: 0;
  overflow: visible;
  margin: 0 3px;
  padding: 0;
  line-height: 30px;
}
.woocommerce nav.woocommerce-pagination ul li span.current {
  background: unset;
  position: relative;
  cursor: default;
}
.woocommerce nav.woocommerce-pagination ul li span.current:after {
  content: "";
  height: 5px;
  border-radius: 5px;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(100% - 10px);
  transition: 0.45s;
}
.woocommerce nav.woocommerce-pagination ul li span.current:hover:after {
  width: 100%;
}
.woocommerce nav.woocommerce-pagination ul li span,
.woocommerce nav.woocommerce-pagination ul li a {
  display: inline-block;
  position: relative;
  z-index: 1;
  height: 38px;
  line-height: 30px;
  min-width: 30px;
  padding: 0;
  vertical-align: middle;
  border: unset;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  color: #a6a6a6;
  transition: 0.4s;
}
.woocommerce nav.woocommerce-pagination ul li span:hover, .woocommerce nav.woocommerce-pagination ul li span:focus, .woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a.current {
  background-color: unset;
}
.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 {
  font-size: 16px;
  line-height: 26px;
  margin-left: 5px;
}
.woocommerce nav.woocommerce-pagination ul li span.next .fa, .woocommerce nav.woocommerce-pagination ul li span.prev .fa,
.woocommerce nav.woocommerce-pagination ul li a.next .fa,
.woocommerce nav.woocommerce-pagination ul li a.prev .fa {
  font-size: 9px;
  font-weight: 600;
  vertical-align: middle;
  display: inline-block;
  margin-top: -4px;
}
.woocommerce nav.woocommerce-pagination ul li span.prev,
.woocommerce nav.woocommerce-pagination ul li a.prev {
  transform: scaleX(-1);
}

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

.woocommerce #review_form #respond {
  margin-top: 20px;
  margin-bottom: 50px;
  border-radius: 5px;
  box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.12);
  padding: 40px 50px 60px;
}
.woocommerce #review_form #respond p a {
  margin-right: 9px;
  color: #f9d322;
}
.woocommerce #review_form #respond form#commentform {
  display: flex;
  flex-wrap: wrap;
}
.woocommerce #review_form #respond form#commentform > * {
  width: 100%;
}
.woocommerce #review_form #respond form#commentform .comment-notes {
  order: 1;
}
.woocommerce #review_form #respond form#commentform .comment-form-rating {
  order: 2;
}
.woocommerce #review_form #respond form#commentform .comment-form-author {
  order: 3;
}
.woocommerce #review_form #respond form#commentform .comment-form-email {
  order: 4;
}
.woocommerce #review_form #respond form#commentform .comment-form-comment {
  order: 5;
}
.woocommerce #review_form #respond form#commentform .comment-form-cookies-consent {
  order: 6;
}
.woocommerce #review_form #respond form#commentform .wpml_language_code {
  order: 7;
}
.woocommerce #review_form #respond form#commentform .form-submit {
  order: 8;
}
.woocommerce #review_form #respond form#commentform label {
  font-weight: 500;
  margin: 5px 0;
}
.woocommerce #review_form #respond form#commentform label[for=wp-comment-cookies-consent] {
  margin-top: 0;
  display: inline;
}
.woocommerce #review_form #respond form#commentform label:empty {
  margin: 0;
}
.woocommerce #review_form #respond form#commentform .comment-form-rating label {
  display: inline-block;
  margin-top: 11px;
  margin-right: 15px;
  margin-bottom: 19px;
  font-size: 14px;
  font-weight: 700;
}
.woocommerce #review_form #respond form#commentform > p.comment-form-author, .woocommerce #review_form #respond form#commentform > p.comment-form-email {
  width: 50%;
  float: left;
  margin-bottom: 20px;
}
.woocommerce #review_form #respond form#commentform > p.comment-form-author input, .woocommerce #review_form #respond form#commentform > p.comment-form-email input {
  position: relative;
  width: 100%;
  margin-bottom: 0;
}
.woocommerce #review_form #respond form#commentform > p.comment-notes {
  margin-bottom: 10px;
  margin-top: 7px;
  font-size: 14px;
}
.woocommerce #review_form #respond form#commentform > p textarea {
  position: relative;
}
.woocommerce #review_form #respond form#commentform .comment-form-rating {
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
}
.woocommerce #review_form #respond form#commentform .comment-form-rating .stars {
  display: inline-block;
  height: 1em;
  line-height: 1;
  vertical-align: middle;
  margin-bottom: -1px;
}
.woocommerce #review_form #respond form#commentform .comment-form-rating .stars > span {
  display: flex;
  height: inherit;
}
.woocommerce #review_form #respond form#commentform .comment-form-rating .stars a {
  margin-right: 0 !important;
  padding-right: 1.1em;
  vertical-align: baseline;
}
.woocommerce #review_form #respond form#commentform .comment-form-rating .stars a:before {
  content: "\f005";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: #f2f1ec;
  font-size: 13px;
}
.woocommerce #review_form #respond form#commentform .comment-form-rating .stars a:hover ~ a::before {
  color: #f2f1ec !important;
}
.woocommerce #review_form #respond form#commentform .comment-form-rating .stars:hover a::before {
  color: inherit !important;
}
.woocommerce #review_form #respond form#commentform .comment-form-rating .stars.selected a.active::before {
  color: inherit;
}
.woocommerce #review_form #respond form#commentform .comment-form-rating .stars.selected a.active ~ a::before {
  color: #f2f1ec;
}
.woocommerce #review_form #respond form#commentform .comment-form-rating .stars.selected a:not(.active)::before {
  color: inherit;
}
.woocommerce #review_form #respond form#commentform .comment-form-rating .select__field:before {
  display: none;
}
.woocommerce #review_form #respond form#commentform #comment {
  height: 118px;
}
.woocommerce #review_form #respond form#commentform .form-submit {
  margin-top: -1px;
  margin-bottom: -9px;
}
.woocommerce #review_form #respond input#submit {
  display: inline-block;
  min-width: 135px;
  margin: 0;
  border: unset;
  border-radius: 3px;
  outline: none;
  padding: 0 25px;
  font-family: inherit;
  font-size: 14px;
  line-height: 50px;
  height: 50px;
  font-weight: 800;
  text-transform: uppercase;
  color: #ffffff;
  vertical-align: top;
  cursor: pointer;
  -webkit-appearance: none;
  transition: 0.4s;
}
.woocommerce #review_form #respond input#submit:hover {
  color: #ffffff;
}

/* ==================== ##Shop - Tabs ==================== */
.woocommerce div.product .woocommerce-tabs {
  margin-bottom: 27px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  margin: 0;
  padding: 0;
  letter-spacing: -5px;
  overflow: visible;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
  display: none;
  z-index: -1;
  border-color: #f8f8f8;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  display: inline-block;
  position: relative;
  z-index: 0;
  margin: 0;
  border: unset;
  border-radius: 10px;
  padding: 0;
  font-size: 16px;
  line-height: 2;
  font-weight: 700;
  text-align: center;
  background: #fff;
  cursor: pointer;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
  content: "";
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: 4px;
  opacity: 1;
  border: unset;
  border-radius: 4px;
  box-shadow: unset !important;
  background-color: #e5e5e5;
  transition: background-color 0.5s;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:not(:last-child) {
  margin-right: 25px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  display: block;
  position: relative;
  padding: 10px 25px 14px;
  color: #848484;
  text-decoration: none;
  text-transform: capitalize;
  letter-spacing: 0;
  box-shadow: none;
  transition: color 0.5s;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active, .woocommerce div.product .woocommerce-tabs ul.tabs li.active:hover {
  color: #ffffff;
}
.woocommerce div.product .woocommerce-tabs .panel {
  margin-bottom: 16px;
  padding: 48px 0 16px 0;
}
.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--additional_information {
  padding-top: 70px;
}
.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--reviews {
  padding-top: 30px;
}
.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--additional_information > h2, .woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--reviews #comments > h2 {
  display: none;
}
.woocommerce div.product .woocommerce-tabs .panel table.shop_attributes,
.woocommerce div.product .woocommerce-tabs .panel table.shop_attributes tr {
  border: 0;
}
.woocommerce div.product .woocommerce-tabs .panel table.shop_attributes th {
  border: 1px solid #e5e5e5;
  padding: 13px 60px;
  font-size: 16px;
  font-weight: 700;
  background: #f6f6f6;
}
.woocommerce div.product .woocommerce-tabs .panel table.shop_attributes td {
  font-style: normal;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  padding-left: 20px;
  padding-right: 20px;
}
.woocommerce div.product .woocommerce-tabs .panel #comments {
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.woocommerce-tabs .comment-reply-title {
  display: block;
  font-size: 30px;
  line-height: 42px;
  font-weight: 700;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  transition: 0.6s;
}

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

/* ==================== ##Shop - Widgets ==================== */
.woocommerce .widget_price_filter .widget-title {
  margin-bottom: 30px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  border-radius: unset;
  box-shadow: 18px 15px 32px 0 rgba(66, 202, 252, 0.42);
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  top: 50%;
  width: 18px;
  height: 18px;
  margin-left: -9px;
  margin-top: -9px;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 0 17.1px 0.9px rgba(0, 0, 0, 0.15);
}
.woocommerce .widget_price_filter .ui-slider-horizontal {
  height: 6px;
  margin-bottom: 34px;
}
.woocommerce .widget_price_filter .price_slider_wrapper .price_slider.ui-widget-content {
  border: unset;
  border-radius: 2px;
  background: #f2f1ec;
}
.woocommerce .widget_price_filter .price_slider_wrapper .price_slider_amount {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 38px;
  font-weight: 800;
  text-align: left;
  text-transform: capitalize;
}
.woocommerce .widget_price_filter .price_slider_wrapper .price_slider_amount .button {
  display: inline-block;
  height: 34px;
  left: auto;
  margin-left: auto;
  margin-right: 0;
  padding: 0 15px;
  font-size: 14px;
  font-weight: 800;
  line-height: 36px;
  color: #ffffff;
  border-radius: 3px;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: none;
  box-shadow: none;
  overflow: visible;
  cursor: pointer;
  order: 1;
}
.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_tag_cloud .tagcloud {
  font-size: 14px;
}
.woocommerce .widget_top_rated_products .widget-title {
  margin-bottom: 28px;
}
.woocommerce .widget_shopping_cart .widget-title {
  margin-bottom: 42px;
}
.woocommerce .widget_shopping_cart .widget-title.wgl-woo_cart_title {
  display: none;
}
.woocommerce .widget_shopping_cart_content {
  margin-bottom: -8px;
  max-width: 370px;
}

.product_list_widget .product-title {
  font-size: 17px;
  font-weight: 600;
  line-height: 24px;
  transition: color 0.3s;
}
.product_list_widget ins {
  text-decoration: none;
}
.product_list_widget .woocommerce-Price-amount {
  margin-top: 8px;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 800;
  transition: color 0.3s;
}

.woocommerce .woocommerce-widget-layered-nav-list {
  margin-top: -13px;
  margin-left: 0.4em;
  padding-left: 0.9em;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
  font-size: 16px;
  line-height: 36px;
  font-weight: 600;
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::before {
  content: "";
  position: absolute;
  top: 15px;
  right: calc(100% + 13px);
  width: 0;
  height: 0;
  font-size: 4px;
  border-top: 1em solid transparent;
  border-left: 1.5em solid currentColor;
  border-bottom: 1em solid transparent;
  transition: 0.4s;
  pointer-events: none;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item .post_count {
  display: inline-block;
  font-weight: 600;
  color: #ffffff;
  line-height: 20px;
  padding: 0 4px 2px;
  min-width: 28px;
  text-align: center;
  border-radius: 3px;
  margin: 2px 0;
}
.woocommerce .woocommerce-widget-layered-nav-dropdown .woocommerce-widget-layered-nav-dropdown__submit {
  color: #fff;
  display: block;
  height: 34px;
  font-size: 14px;
  font-weight: 800;
  line-height: 36px;
  border: unset;
  border-radius: 3px;
  padding: 0 15px;
  margin-top: 15px;
  margin-left: auto;
  text-transform: uppercase;
}

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

/* ==================== ##Shop - Responsive ==================== */
@media (max-width: 1200px) {
  .woocommerce-mini-cart__buttons.buttons {
    display: block;
  }

  .woocommerce.widget_shopping_cart .buttons a,
.woocommerce .widget_shopping_cart .buttons a {
    width: 100%;
  }

  ul.wgl-products li a.add_to_cart_button:before,
ul.wgl-products li a.button:before,
ul.wgl-products li .added_to_cart.wc-forward:before {
    left: 50%;
    margin-left: 0;
    margin-right: 0;
  }
  ul.wgl-products li a.button.loading:before,
ul.wgl-products li button.button.loading:before,
ul.wgl-products li input.button.loading:before {
    left: 0;
  }

  .woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    width: 45%;
  }
  .woocommerce .cart-collaterals .cross-sells,
.woocommerce-page .cart-collaterals .cross-sells {
    width: 100%;
  }
  .woocommerce .cart-collaterals .cross-sells .wgl-products li,
.woocommerce-page .cart-collaterals .cross-sells .wgl-products li {
    width: calc(33.3% - 30px);
  }
}
@media (max-width: 1024px) {
  .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 (max-width: 991px) {
  .columns-4 ul.wgl-products {
    --products-width: 50%;
  }

  .woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    width: 100%;
    margin-top: 25px;
  }
}
@media (max-width: 768px) {
  .wgl-products-wrapper ul.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 .wgl-products li,
.woocommerce-page .cart-collaterals .cross-sells .wgl-products li {
    width: calc(50% - 30px);
  }
  .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%;
    max-width: unset;
  }
  .woocommerce table.cart td.actions .button,
.woocommerce #content table.cart td.actions .button,
.woocommerce-page table.cart td.actions .button,
.woocommerce-page #content table.cart td.actions .button {
    display: block;
    width: auto;
    margin-left: auto;
  }
  .woocommerce table.shop_table_responsive tr td::before,
.woocommerce-page table.shop_table_responsive tr td::before {
    font-size: 16px;
    font-weight: 600;
  }
  .woocommerce .woocommerce-cart-form table.shop_table_responsive tr,
.woocommerce-page .woocommerce-cart-form table.shop_table_responsive tr {
    position: relative;
  }
  .woocommerce .woocommerce-cart-form table.shop_table_responsive tr:not(:last-child),
.woocommerce-page .woocommerce-cart-form table.shop_table_responsive tr:not(:last-child) {
    padding: 20px 30px;
    margin-bottom: 30px;
  }
  .woocommerce .woocommerce-cart-form table.shop_table_responsive tr:not(:last-child):after,
.woocommerce-page .woocommerce-cart-form table.shop_table_responsive tr:not(:last-child):after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 10px;
    box-shadow: 7px 5px 20px 0 rgba(0, 0, 0, 0.08);
    pointer-events: none;
  }
  .woocommerce .woocommerce-cart-form table.shop_table_responsive tr td,
.woocommerce-page .woocommerce-cart-form table.shop_table_responsive tr td {
    border: unset;
    background-color: #fff !important;
    padding: 8px 0;
    line-height: 22px;
  }
  .woocommerce .woocommerce-cart-form table.shop_table_responsive tr td:first-child,
.woocommerce-page .woocommerce-cart-form table.shop_table_responsive tr td:first-child {
    display: block;
  }
  .woocommerce .woocommerce-cart-form table.shop_table_responsive tr td:first-child:before,
.woocommerce-page .woocommerce-cart-form table.shop_table_responsive tr td:first-child:before {
    display: none;
  }
  .woocommerce .woocommerce-cart-form table.shop_table_responsive tr td.product-name,
.woocommerce-page .woocommerce-cart-form table.shop_table_responsive tr td.product-name {
    padding: 10px 0;
  }
  .woocommerce .woocommerce-cart-form table.shop_table_responsive tr td.product-quantity .quantity-wrapper .qty,
.woocommerce-page .woocommerce-cart-form table.shop_table_responsive tr td.product-quantity .quantity-wrapper .qty {
    font-size: 16px;
  }
  .woocommerce .woocommerce-cart-form table.shop_table_responsive tr td.product-remove,
.woocommerce-page .woocommerce-cart-form table.shop_table_responsive tr td.product-remove {
    position: absolute;
    right: 27px;
    top: 25px;
    width: 30px;
    height: 30px;
    padding: 0;
  }
  .woocommerce .woocommerce-cart-form table.shop_table_responsive tr td.product-remove a.remove:before,
.woocommerce-page .woocommerce-cart-form table.shop_table_responsive tr td.product-remove a.remove:before {
    padding: 17px 12px;
  }
  .woocommerce .woocommerce-cart-form table.shop_table_responsive tr.order-total td::before,
.woocommerce-page .woocommerce-cart-form table.shop_table_responsive tr.order-total td::before {
    font-weight: 700;
  }

  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    width: 100%;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li a {
    margin-right: 0;
  }

  .woocommerce table.shop_table td.product-name,
.woocommerce table.shop_table thead th.product-name,
.woocommerce table.shop_table tfoot tr th,
.woocommerce #order_review table.shop_table td.product-name,
.woocommerce #order_review table.shop_table thead th.product-name,
.woocommerce #order_review table.shop_table tfoot tr th,
.woocommerce-checkout .woocommerce-order-details table.shop_table td.product-name,
.woocommerce-checkout .woocommerce-order-details table.shop_table thead th.product-name,
.woocommerce-checkout .woocommerce-order-details table.shop_table tfoot tr th {
    padding-left: 20px;
  }

  .woocommerce #content table.cart td.actions .coupon .button,
.woocommerce #content table.cart td.actions .coupon .input-text,
.woocommerce #content table.cart td.actions .coupon input,
.woocommerce table.cart td.actions .coupon .button,
.woocommerce table.cart td.actions .coupon .input-text,
.woocommerce table.cart td.actions .coupon input,
.woocommerce #content table.cart td.actions .coupon .button,
.woocommerce #content table.cart td.actions .coupon .input-text,
.woocommerce #content table.cart td.actions .coupon input,
.woocommerce table.cart td.actions .coupon .button,
.woocommerce table.cart td.actions .coupon .input-text,
.woocommerce table.cart td.actions .coupon input,
.woocommerce-page #content table.cart td.actions .coupon .button,
.woocommerce-page #content table.cart td.actions .coupon .input-text,
.woocommerce-page #content table.cart td.actions .coupon input,
.woocommerce-page table.cart td.actions .coupon .button,
.woocommerce-page table.cart td.actions .coupon .input-text,
.woocommerce-page table.cart td.actions .coupon input,
.woocommerce-page #content table.cart td.actions .coupon .button,
.woocommerce-page #content table.cart td.actions .coupon .input-text,
.woocommerce-page #content table.cart td.actions .coupon input,
.woocommerce-page table.cart td.actions .coupon .button,
.woocommerce-page table.cart td.actions .coupon .input-text,
.woocommerce-page table.cart td.actions .coupon input {
    width: auto;
  }

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

  #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: 600px) {
  .woocommerce .cart-collaterals .cross-sells .wgl-products li,
.woocommerce-page .cart-collaterals .cross-sells .wgl-products li {
    width: 100%;
  }

  .woocommerce form.checkout_coupon .form-row.form-row-first, .woocommerce form.checkout_coupon .form-row.form-row-last {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }

  .wgl-products-wrapper ul.wgl-products,
.woocommerce .wgl-products-wrapper ul.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 div.product .woocommerce-tabs .panel table.shop_attributes th {
    padding: 14px 20px;
  }

  .woocommerce .irecco_module_message_box .message_text {
    display: flex;
    flex-direction: column-reverse;
  }
  .woocommerce .irecco_module_message_box .message_text a {
    width: max-content;
  }

  .woocommerce-cart-form__contents #coupon_code {
    margin-bottom: 9px;
  }
  .woocommerce-cart-form__contents #coupon_code,
.woocommerce-cart-form__contents #coupon_code + .button {
    width: 100%;
  }
}
@media (max-width: 426px) {
  .woocommerce .irecco_module_message_box .message_text {
    line-height: inherit;
  }

  .woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    padding: 30px 20px 10px;
  }
  .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 .woo_mini_cart .buttons .button,
.product_list_widget .woocommerce-Price-amount,
ul.wgl-products .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce-mini-cart__total .woocommerce-Price-amount,
.woocommerce table.shop_table .woocommerce-Price-amount.amount,
.woocommerce #review_form #respond form#commentform label,
.woocommerce table.cart td.actions .coupon .input-text,
.woocommerce div.product form.cart div.quantity label.label-qty,
.woocommerce .summary .product_meta,
.woocommerce div.product .woocommerce-tabs .panel table.shop_attributes th,
.widget_price_filter .price_label,
.woocommerce .woo_mini_cart ul.cart_list li.mini_cart_item.woocommerce-mini-cart-item .quantity,
.woocommerce .woocommerce-widget-layered-nav-dropdown .woocommerce-widget-layered-nav-dropdown__submit,
.woocommerce table.shop_table.cart .button,
.woocommerce .widget_price_filter .price_slider_wrapper .price_slider_amount .button,
.woocommerce form .form-row .select2-container,
.woocommerce-cart .cart-collaterals .button:not(.add_to_cart_button)[name=calc_shipping],
.woocommerce form.checkout_coupon .form-row button.button,
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
  font-family: var(--atlets-content-font-family);
}

.woocommerce-review-link,
.woocommerce form .form-row .select2-container--default .select2-selection--single,
.woocommerce form .form-row .select2-container--default .select2-selection--single .select2-selection__rendered,
.woocommerce .summary .product_meta,
.woocommerce .summary .product_meta a,
.woocommerce table.shop_table td.product-name .product-quantity,
.woocommerce li.woocommerce-mini-cart-item .quantity,
.woocommerce-error, .woocommerce-info, .woocommerce-message,
.shop_table .coupon .input-text {
  color: var(--atlets-content-color);
}

.woocommerce nav.woocommerce-pagination ul li,
.woocommerce .cart input.button,
.woocommerce form .form-row label,
.woocommerce #order_review table.shop_table tfoot tr,
.woocommerce .woocommerce-order-details table.shop_table tfoot th,
div.product .summary span.price,
.woocommerce div.product .summary p.price,
.woocommerce div.product .summary .woocommerce-variation-price .price {
  font-family: var(--atlets-header-font-family);
}

.woocommerce-cart-form .coupon label {
  font-family: var(--atlets-header-font-family);
  font-weight: var(--atlets-header-font-weight);
}

.woocommerce .cart-collaterals .cart_totals table th {
  font-family: var(--atlets-header-font-family);
  color: var(--atlets-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 .summary .product_meta span.title,
.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 div.quantity .qty,
.woocommerce table.shop_table div.quantity .qty::placeholder,
.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.active a,
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover,
.woocommerce div.product form.cart div.quantity .quantity-wrapper .qty::placeholder,
.woocommerce div.product form.cart div.quantity .qty, .woocommerce div.product form.cart div.quantity .qty::placeholder,
.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,
.woocommerce-review-link:hover,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce form .form-row .required,
.woocommerce .summary .product_meta a:hover,
.woocommerce .widget_shopping_cart .total,
.woocommerce-review-link:hover,
.woocommerce-product-gallery__trigger,
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce #review_form #respond form#commentform label,
.widget_price_filter .price_slider_amount .button,
.widget_price_filter .button:hover:before,
.widget_price_filter .price_label,
.atlets_module_message_box .message_text a {
  color: var(--atlets-header-font-color);
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content,
.woocommerce div.product form.cart .quantity .quantity-wrapper span:hover:before,
.woocommerce div.product form.cart .quantity .quantity-wrapper span:hover:after,
.woocommerce table.shop_table .quantity .quantity-wrapper span:hover:before,
.woocommerce table.shop_table .quantity .quantity-wrapper span:hover:after {
  background-color: var(--atlets-header-font-color);
}

.woocommerce .products ul.wgl-products li a.add_to_cart_button,
.woocommerce .products ul.wgl-products li a.button,
.wgl-theme-header .woo_mini_cart .woocommerce-mini-cart__buttons a.checkout,
.woocommerce #respond input#submit.alt,
.woocommerce button.button, .woocommerce a.button.alt, .woocommerce input.button.alt,
.woocommerce button.button.alt:hover,
.wc-proceed-to-checkout a.checkout-button {
  border-color: var(--atlets-header-font-color);
}

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

.wgl-theme-header .widget-title .widget-title_wrapper,
.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 button.button,
.woocommerce table.shop_table thead th,
.woocommerce table.shop_table td.product-name,
.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,
.wgl-theme-header .woocommerce-mini-cart span.quantity,
.woocommerce .quantity-wrapper input[type=number],
.checkout.woocommerce-checkout #ship-to-different-address, .checkout.woocommerce-checkout #ship-to-different-address span,
.woocommerce .product_meta span.title,
.woocommerce.widget_shopping_cart .total strong,
.product_list_widget .product-title,
ul.wgl-products .woocommerce-loop-product__title,
.woocommerce-tabs ul.tabs li {
  font-family: var(--atlets-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,
.woocommerce div.product span.price {
  font-family: var(--atlets-header-font-family);
  font-weight: var(--atlets-header-font-weight);
}

.wgl-theme-header .wgl-woo_mini_cart .header_cart-heading_description:after,
ul.wgl-products .price,
ul.wgl-products li.product-category a:hover h2,
ul.wgl-products .woocommerce-loop-product__title a:hover,
.product_list_widget li a:hover .product-title,
.product_list_widget .woocommerce-Price-amount,
.widget_price_filter .button:before,
.woocommerce-grouped-product-list-item__price,
.woocommerce.single div.product .woocommerce-tabs ul.tabs li:not(.active) a:hover,
.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-cart-form .coupon label:after,
.woocommerce .cart-collaterals .cart_totals > h2:after,
.woocommerce-page .cart-collaterals .cart_totals > h2:after,
.woocommerce .summary .product_meta > span a:hover,
.woocommerce ul.cart_list li a:hover,
.woocommerce table.shop_table tfoot tr.order-total td .woocommerce-Price-amount.amount,
.woocommerce div.product p.price, .woocommerce div.product span.price,
.woocommerce-mini-cart__total .woocommerce-Price-amount,
.woocommerce table.shop_table .woocommerce-Price-amount.amount,
.atlets_module_message_box .message_text a:hover {
  color: var(--atlets-primary-color);
}

.widget_price_filter .price_slider_amount .button:hover {
  color: var(--atlets-button-color-idle);
}

.woocommerce nav.woocommerce-pagination ul li > .current:after,
.wgl-theme-header .woo_mini-count span,
.woocommerce span.onsale,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce div.product form.cart .quantity .quantity-wrapper span:before,
.woocommerce div.product form.cart .quantity .quantity-wrapper span:after,
.woocommerce table.shop_table .quantity .quantity-wrapper span:before,
.woocommerce table.shop_table .quantity .quantity-wrapper span:after {
  background-color: var(--atlets-primary-color);
}

.woocommerce-message a.button,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce #respond input#submit.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce button.button.alt,
.woocommerce button.button:disabled,
.woocommerce button.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled],
.woocommerce input.button.disabled,
ul.wgl-products li a.button:hover,
ul.wgl-products li a.wc-forward:hover,
.woocommerce input.button:hover,
.woocommerce button.button[name=update_cart]:hover,
.woocommerce a.button,
.woocommerce a.button.disabled:hover, .woocommerce a.button:disabled:hover, .woocommerce a.button:disabled[disabled]:hover,
.woocommerce button.button:disabled:hover, .woocommerce button.button:disabled[disabled]:hover, .woocommerce button.button.disabled:hover,
.woocommerce input.button:disabled:hover, .woocommerce input.button:disabled[disabled]:hover, .woocommerce input.button.disabled:hover,
.woocommerce-message a.button:hover,
.woocommerce #payment #place_order:hover,
.woocommerce #respond input#submit, .woocommerce #respond input#submit:hover,
.woocommerce #respond input#submit.disabled:hover, .woocommerce #respond input#submit:disabled:hover, .woocommerce #respond input#submit:disabled[disabled]:hover,
.woocommerce #review_form #respond input#submit:hover,
.woocommerce-mini-cart__buttons a.checkout:hover,
.woocommerce-mini-cart__buttons .button.checkout, .woocommerce-mini-cart__buttons .button:not(.checkout):hover,
.woocommerce-mini-cart__buttons a:not(.checkout),
.woocommerce .woo_mini_cart .buttons .wgl-woo-button:nth-child(2):hover,
.woocommerce table.shop_table.cart .button, .woocommerce table.shop_table.cart .button:hover,
.woocommerce table.shop_table.cart input.button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
  background-color: var(--atlets-button-color-idle);
}

.wgl-products .wc-forward:after,
.woocommerce button.button:hover,
.woocommerce #payment #place_order {
  background: var(--atlets-button-color-idle);
}

.woocommerce-message a.button:hover {
  border-color: var(--atlets-button-color-idle);
}

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

.woocommerce .star-rating span:before,
.woocommerce #review_form #respond p a {
  color: var(--atlets-secondary-color);
}

ul.wgl-products li a.button,
ul.wgl-products li a.wc-forward,
.woocommerce .woo_mini_cart .buttons .wgl-woo-button:hover,
.woocommerce .woo_mini_cart .buttons .wgl-woo-button:nth-child(2),
.shop_table .actions > .wgl-button.has-morph,
.woocommerce #review_form #respond input#submit:hover,
.woocommerce .woocommerce-widget-layered-nav-dropdown .woocommerce-widget-layered-nav-dropdown__submit,
.woocommerce .widget_price_filter .price_slider_wrapper .price_slider_amount .button,
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce-cart .cart-collaterals .button:not(.add_to_cart_button)[name=calc_shipping],
.woocommerce-checkout .cart-collaterals .button:not(.add_to_cart_button)[name=calc_shipping] {
  background-color: var(--atlets-button-color-hover);
}

.select2-container--default.select2-container--open .select2-selection--multiple,
.select2-container--default.select2-container--open .select2-selection--single,
body .select2-container--default .select2-search--dropdown .select2-search__field:focus {
  background-color: rgba(var(--atlets-secondary-rgb), 0.08);
}

.woocommerce.single .woocommerce-product-gallery a.woocommerce-product-gallery__trigger:hover,
.woocommerce .woocommerce-widget-layered-nav-dropdown .woocommerce-widget-layered-nav-dropdown__submit:hover,
.woocommerce .widget_price_filter .price_slider_wrapper .price_slider_amount .button:hover,
.woocommerce-cart .cart-collaterals .button:not(.add_to_cart_button)[name=calc_shipping]:hover,
.woocommerce-checkout .cart-collaterals .button:not(.add_to_cart_button)[name=calc_shipping]:hover {
  background-color: var(--atlets-secondary-color-shaded);
}

/* === ↑ secondary color === */
/* ==================== ↓ Extra ====================== */
.woocommerce table.shop_table thead {
  box-shadow: inset 0 0 0 50px var(--atlets-tertiary-color);
}