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

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

=================*/
/* ==================== ##Woo - Header ==================== */
.wgl-theme-header .login-in {
  display: inline-block;
  padding-top: 0;
}
.wgl-theme-header .login-in.woocommerce {
  display: inline-block;
  padding-top: 0;
}
.wgl-theme-header .login-in .login-in_wrapper {
  display: flex;
  align-items: center;
  height: 100%;
  color: inherit;
}
.wgl-theme-header .login-in .login-in_wrapper a {
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  color: inherit;
}
.wgl-theme-header .login-in .wgl_modal-window {
  display: flex;
  justify-content: center;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto;
  outline: none;
  background: #fff;
  z-index: 1000000;
  opacity: 0;
  visibility: hidden;
  -webkit-overflow-scrolling: touch;
  text-align: center;
  transition: 0.45s;
}
.wgl-theme-header .login-in .wgl_modal-window .modal-dialog {
  margin: 0;
  max-width: 440px;
  width: 100%;
  position: relative;
  padding: 30px;
  z-index: 2;
}
.wgl-theme-header .login-in .wgl_modal-window .modal-dialog form.login, .wgl-theme-header .login-in .wgl_modal-window .modal-dialog form.register {
  padding: 15px 25px 12px;
}
.wgl-theme-header .login-in .wgl_modal-window .modal-dialog .wgl_theme_module_message_box {
  margin-bottom: 20px;
}
.wgl-theme-header .login-in .wgl_modal-window .col2-set .col-1,
.wgl-theme-header .login-in .wgl_modal-window .col2-set .col-2 {
  width: 100%;
}
@media all and (min-width: 768px) {
  .wgl-theme-header .login-in .wgl_modal-window {
    align-items: center;
  }
  .wgl-theme-header .login-in .wgl_modal-window .modal-dialog {
    max-width: 970px;
  }
}
@media all and (min-width: 768px) and (min-width: 768px) {
  .wgl-theme-header .login-in .wgl_modal-window .col2-set .col-1,
.wgl-theme-header .login-in .wgl_modal-window .col2-set .col-2 {
    width: calc(50% - 15px);
  }
}
@media all and (min-width: 420px) {
  .wgl-theme-header .login-in .wgl_modal-window .modal-dialog form.login, .wgl-theme-header .login-in .wgl_modal-window .modal-dialog form.register {
    padding: 30px 40px 27px;
  }
}
.wgl-theme-header .login-in.open_login .wgl_modal-window {
  opacity: 1;
  visibility: visible;
}
.wgl-theme-header .login-in.open_login .overlay {
  opacity: 1;
  visibility: visible;
}
.wgl-theme-header .login-in.open_login .wgl-woocommerce-tabs {
  transform: translateY(0);
  opacity: 1;
}
.wgl-theme-header .login-in .overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.wgl-theme-header .login-in .wgl-woocommerce-tabs {
  transform: translateY(50px);
  transition: 0.3s ease-in-out;
  opacity: 0;
  transition-delay: 0.3s;
}
.wgl-theme-header .mini-cart {
  display: inline-block;
  position: relative;
}
.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;
  height: 100%;
  font-size: 22px;
  line-height: 1em;
}
.wgl-theme-header .mini-cart:hover svg line.st_transform-left {
  transform: rotate(-60deg);
}
.wgl-theme-header .mini-cart:hover svg line.st_transform-right {
  transform: rotate(60deg);
}
.wgl-theme-header .mini-cart.open_cart .mini_cart-overlay {
  background: #000000;
  visibility: visible;
  opacity: 0.4;
}
.wgl-theme-header .mini-cart.open_cart .woo_mini_cart {
  transform: translateX(0);
}
.wgl-theme-header .mini-cart .woo_mini_cart:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 38px;
  top: -38px;
  left: 0;
  right: 0;
}
.wgl-theme-header .mini-cart .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:first-child {
  margin-top: 0;
}
.wgl-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li:last-child {
  margin-bottom: 0;
}
.wgl-theme-header .woocommerce .woo_mini_cart {
  display: flex;
  flex-direction: column;
  position: fixed;
  z-index: 100000;
  top: 15px;
  right: 15px;
  width: 375px;
  min-height: 20%;
  max-height: calc(100% - 30px);
  border-radius: unset;
  padding: 30px 35px 35px;
  text-align: center;
  box-shadow: 11px 10px 38px 0 rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  transform: translateX(calc(100% + 20px));
  transition: 0.3s ease-in;
  scrollbar-width: none;
}
.wgl-theme-header .woocommerce .woo_mini_cart::-webkit-scrollbar {
  display: none;
}
.wgl-theme-header .woocommerce .woo_mini_cart ul {
  margin: 0 0 auto;
  padding: 0;
}
.wgl-theme-header .woocommerce .woo_mini_cart .mini_cart_title {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 44px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 18px;
  text-align: left;
}
.wgl-theme-header .woocommerce .woo_mini_cart .mini_cart_title h4 {
  font-size: 24px;
}
.wgl-theme-header .woocommerce .woo_mini_cart .close_mini_cart:after {
  content: "\f169";
  padding-left: 10px;
  font-family: flaticon;
  font-size: 13px;
  line-height: 0;
  color: #c2c2c2;
  text-rendering: auto;
  box-shadow: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer;
  transition: 0.3s;
}
.wgl-theme-header .woocommerce .woo_mini_cart .total {
  margin-top: 3px;
  margin-bottom: 19px;
}
.wgl-theme-header .woocommerce .woo_mini_cart .total strong {
  color: inherit;
}
.wgl-theme-header .woocommerce .woo_mini_cart .buttons .button {
  margin: 0 0 10px;
}
.wgl-theme-header .woocommerce .woo_mini_cart .buttons .button.checkout {
  background-color: transparent;
}
.wgl-theme-header .woocommerce .woo_mini_cart .buttons .button:hover.checkout {
  color: #ffffff;
}
.wgl-theme-header .woocommerce .woo_mini_cart .buttons .button:hover:not(.checkout) {
  background-color: transparent;
}
.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 {
  position: relative;
}
.wgl-theme-header .woo_mini-count:not(:empty) {
  margin-right: 16px;
}
.wgl-theme-header .woo_mini-count span {
  display: inline-block;
  position: absolute;
  z-index: 1;
  left: calc(100% - 5px);
  top: 1px;
  height: 19px;
  min-width: 19px;
  border-radius: 19px;
  padding: 0 3px;
  font-style: normal;
  font-size: 11px;
  line-height: 19px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  backface-visibility: hidden;
  transition: 0.4s;
}

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

/* ==================== ##Woo - Catalog ==================== */
.wgl-woocommerce-sorting {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.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 22px;
  font-size: 16px;
  color: #707070;
}
.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
  float: left;
  width: 50%;
  text-align: right;
  margin-bottom: 0;
}
.woocommerce .woocommerce-ordering select,
.woocommerce-page .woocommerce-ordering select {
  float: right;
  display: block;
  width: 270px;
  max-width: calc(100% - 30px);
  outline: none;
  font-family: inherit;
  line-height: 1.4;
  font-weight: 400;
  color: inherit;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}
.woocommerce .woocommerce-ordering select.orderby,
.woocommerce-page .woocommerce-ordering select.orderby {
  max-width: unset;
}

.woo_product_post_media {
  margin: 0;
}

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

div.wgl-products,
.woocommerce .products div.wgl-products {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  margin: calc( 0px - ( var(--products-gap) / 2 ) );
  padding: 0;
}
@keyframes wgl_fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
div.wgl-products.animated_products div.product,
.woocommerce .products div.wgl-products.animated_products div.product {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
}
div.wgl-products.animated_products div.product.visible_item,
.woocommerce .products div.wgl-products.animated_products div.product.visible_item {
  animation-fill-mode: both;
  animation-name: wgl_fadeInUp;
  animation-duration: 0.3s;
}
div.wgl-products div.product,
.woocommerce .products div.wgl-products div.product {
  display: flex;
  align-items: center;
  flex-flow: column nowrap;
  border: unset;
  padding: 0;
  margin: calc( var(--products-gap) / 2 );
}
div.wgl-products div.product:last-child,
.woocommerce .products div.wgl-products div.product:last-child {
  margin-bottom: 20px;
}
div.wgl-products div.product .woo_product_image,
.woocommerce .products div.wgl-products div.product .woo_product_image {
  display: flex;
  justify-content: center;
  border: unset;
  transition: inherit;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
div.wgl-products .woo_product_content,
.woocommerce .products div.wgl-products .woo_product_content {
  width: 100%;
  padding: 26px 0 17px 0;
}
div.wgl-products .woocommerce-loop-product__title,
.woocommerce .products div.wgl-products .woocommerce-loop-product__title {
  position: relative;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 800;
  text-align: left;
  float: left;
  width: calc(50% - 5px);
}
div.wgl-products .woocommerce-loop-product__title a,
.woocommerce .products div.wgl-products .woocommerce-loop-product__title a {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}
div.wgl-products .woocommerce-loop-category__title,
.woocommerce .products div.wgl-products .woocommerce-loop-category__title {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 800;
  text-align: left;
  margin-top: 25px;
  margin-bottom: 16px;
  transition: color 0.4s;
}
div.wgl-products .woocommerce-loop-category__title mark,
.woocommerce .products div.wgl-products .woocommerce-loop-category__title mark {
  color: #9a9a9a;
  background-color: unset;
  font-weight: 700;
}
div.wgl-products div.product-category img,
.woocommerce .products div.wgl-products div.product-category img {
  border-radius: unset;
}
div.wgl-products .price,
.woocommerce .products div.wgl-products .price {
  display: inline-block;
  width: calc(50% - 5px);
  margin-top: 2px;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 800;
  float: right;
  text-align: right;
  transition: 0.3s;
}
div.wgl-products .price del,
.woocommerce .products div.wgl-products .price del {
  margin-right: 5px;
  opacity: 1;
}
div.wgl-products .star-rating,
.woocommerce .products div.wgl-products .star-rating {
  float: right;
  margin: 0.6em auto 0.2em;
  font-size: 13px;
  text-align: right;
}
div.wgl-products .star-rating:before,
.woocommerce .products div.wgl-products .star-rating:before {
  content: "SSSSS";
  color: #d8d8d8;
}
div.wgl-products .star-rating span:before,
.woocommerce .products div.wgl-products .star-rating span:before {
  color: #ffbe22;
}
div.wgl-products .wgl-carousel_wrapper div.product.swiper-slide,
.woocommerce .products div.wgl-products .wgl-carousel_wrapper div.product.swiper-slide {
  margin: 0;
  padding: 0;
}

.woocommerce .woocommerce-product-rating .star-rating {
  font-size: 15px;
  margin: 0 9px 2px 0;
}
.woocommerce .star-rating {
  width: 6.4em;
  margin-top: 0.17em;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.27em;
  margin-left: 0.5em;
}
.woocommerce .star-rating:before,
.woocommerce .star-rating span:before {
  content: "SSSSS";
  color: #d8d8d8;
}
.woocommerce .star-rating span:before,
.woocommerce .star-rating span span:before {
  color: #ffbe22;
}

/* ==================== ↑ Star Rating ↑ ==================== */
.columns-6 div.wgl-products {
  --products-width: 16.66666%;
}

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

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

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

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

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

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

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

div.wgl-products {
  --products-gap: 30px;
}
div.wgl-products div.product {
  width: calc(var(--products-width) - var(--products-gap));
}

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

div.wgl-products div.product {
  transition: 0.4s;
}
div.wgl-products div.product:before, div.wgl-products div.product:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  z-index: 2;
  transition: opacity 0.4s;
  border-radius: inherit;
}
div.wgl-products div.product:before {
  opacity: 1;
}
div.wgl-products div.product:after {
  opacity: 0;
}
div.wgl-products div.product .picture {
  text-align: center;
  position: relative;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
div.wgl-products div.product .picture .woo_post-link {
  display: block;
  position: relative;
  font-size: 0;
  line-height: 0;
  border-radius: inherit;
  overflow: hidden;
  transition: opacity 0.4s;
}
div.wgl-products div.product .picture img {
  transition: opacity 0.7s, transform 0.6s;
}
div.wgl-products div.product .picture img.attachment-shop_catalog {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  pointer-events: none;
  opacity: 0;
}
div.wgl-products div.product .picture:before, div.wgl-products div.product .picture:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  border-radius: inherit;
  z-index: 1;
  transition: opacity 0.4s;
}
div.wgl-products div.product .picture:before {
  box-shadow: inset 0 0 0 1px #dddddd;
  opacity: 1;
}
div.wgl-products div.product .picture:after {
  box-shadow: 6px 5px 30px 0 rgba(0, 0, 0, 0.12);
  opacity: 0;
}
div.wgl-products div.product:hover:before {
  opacity: 0;
}
div.wgl-products div.product:hover:after {
  opacity: 1;
}
div.wgl-products div.product:hover .picture img.attachment-shop_catalog {
  opacity: 1;
  pointer-events: inherit;
  transform: translateZ(0) translateY(0) !important;
}
div.wgl-products div.product:hover .picture .woo_post-link {
  opacity: 0.3;
}
div.wgl-products div.product:hover .picture:before {
  opacity: 0;
}
div.wgl-products div.product:hover .picture:after {
  opacity: 1;
}
div.wgl-products div.product .wgl_woo_button_wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
div.wgl-products div.product .wgl_woo_button_wrapper a, div.wgl-products div.product .wgl_woo_button_wrapper input, div.wgl-products div.product .wgl_woo_button_wrapper button {
  pointer-events: auto;
}
div.wgl-products div.product:hover a.button,
div.wgl-products div.product a.button.loading {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
div.wgl-products div.product a.button.loading {
  padding: 16px 54px 16px 12px;
}
div.wgl-products div.product a.button,
div.wgl-products div.product a.wc-forward {
  display: inline-block;
  border-radius: 28px;
  padding: 16px 54px 16px 12px;
  text-indent: 0;
  border: unset;
  margin: 0 auto;
  max-width: calc(100% - 20px);
  min-width: 185px;
  overflow: hidden;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  position: relative;
  transition: all 0.4s ease-in-out;
}
div.wgl-products div.product a.button:before,
div.wgl-products div.product a.wc-forward:before {
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  font-weight: 900;
  text-indent: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  background-color: #ffffff;
  margin: 8px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all 0.4s ease-in-out;
  will-change: transform;
}
div.wgl-products div.product a.button.loading:after,
div.wgl-products div.product a.wc-forward.loading:after {
  content: "";
  font-size: 20px;
  text-indent: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  margin: 18px;
  width: 20px;
  height: 20px;
  padding: 0;
  border-radius: 50%;
  background-color: #ffffff;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all 0.4s ease-in-out;
  border-top: 3px solid CurrentColor;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 3px solid CurrentColor;
  transform: translateZ(0);
  transform-origin: 50% 50%;
  opacity: 0;
}
div.wgl-products div.product a.button:hover,
div.wgl-products div.product a.wc-forward:hover {
  color: #ffffff;
  transition: all 0.4s ease-in-out;
}
div.wgl-products div.product a.wc-forward:before {
  content: "\f10e";
  font-family: "Flaticon";
}
div.wgl-products div.product.product .product_type_variable:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  content: "\f0ca";
}
div.wgl-products div.product.product .product_type_external:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  content: "\f2f5";
}
div.wgl-products div.product a.button.added {
  opacity: 0 !important;
  visibility: hidden;
  transition: color 0s 1s, opacity 0.3s ease, visibility 0.3s ease;
  transform: translateY(50%);
  pointer-events: none;
}
div.wgl-products div.product a.button.added:after {
  display: none;
}
div.wgl-products div.product a.button.added + .added_to_cart {
  animation-delay: 0.75s;
  animation-name: wgl_flash_in;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  transform: translateY(-50%);
}
div.wgl-products div.product a.add_to_cart_button, div.wgl-products div.product a.product_type_grouped, div.wgl-products div.product a.product_type_external {
  margin-top: 0 !important;
}
div.wgl-products div.product a.product_type_grouped:before {
  content: "\f5fd";
}
div.wgl-products div.product a.button.loading:after {
  opacity: 1;
  animation: wc_fade_in 1.2s forwards, fa-spin 2s infinite linear;
}
div.wgl-products div.product a.wc-forward {
  animation: wc_slide_top 0.6s 2s forwards;
}
@keyframes fa-spin {
  0% {
    transform: rotate(0turn);
  }
  100% {
    transform: rotate(1turn);
  }
}
@keyframes wgl_flash_in {
  from {
    opacity: 0;
    transform: translateY(-30%);
    visibility: hidden;
  }
  to {
    opacity: 1;
    transform: translateY(-50%);
    visibility: visible;
  }
}
@keyframes wc_slide_top {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes wc_fade_out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    z-index: -1;
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes wc_fade_in {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@media all and (max-width: 1200px) {
  div.wgl-products div.product .picture:before,
div.wgl-products div.product .picture .woo_post-link {
    opacity: 1 !important;
  }
  div.wgl-products div.product .picture:after,
div.wgl-products div.product .wgl_woo_button_wrapper {
    display: none;
  }
}

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

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

.woocommerce span.onsale {
  top: 20px;
  left: 20px;
  right: auto;
  min-width: 48px;
  min-height: auto;
  width: auto;
  height: auto;
  border-radius: 15px;
  padding: 0 9px;
  font-size: 13px;
  line-height: 26px;
  font-weight: 700;
  color: #ffffff;
}
.woocommerce .products .star-rating {
  margin: 5px auto 10px;
}

.woocommerce div.product form.cart.grouped_form {
  margin-top: 32px;
}
.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;
  padding: 15px 0;
  font-size: 16px;
}
.woocommerce div.product form.cart .group_table tr td:first-child {
  width: 1%;
  text-align: left;
  max-width: unset;
  padding: 0 20px 0 0;
}
.woocommerce div.product form.cart .group_table tr td label {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
  font-weight: 800;
}
.woocommerce div.product form.cart .group_table tr td .woocommerce-Price-amount {
  font-size: 16px;
  font-weight: 800;
}
.woocommerce div.product form.cart .group_table tr td del .woocommerce-Price-amount {
  font-weight: 800;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  border: unset;
  font-size: 16px;
  font-weight: 700;
  padding: 13px 25px;
  border-radius: 28px;
  line-height: 24px;
  border: unset;
  height: auto;
  color: #ffffff;
  vertical-align: top;
  z-index: 1;
  transition: 0.4s;
  text-transform: capitalize;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  min-width: 185px;
}
.woocommerce button.button.alt.single_add_to_cart_button,
.woocommerce button.button.single_add_to_cart_button {
  min-width: unset;
  padding: 7px 7px 7px 32px;
}
.woocommerce button.button.alt.single_add_to_cart_button:after,
.woocommerce button.button.single_add_to_cart_button:after {
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  width: 36px;
  height: 36px;
  font-size: 14px;
  position: relative;
  margin-left: 20px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  transition: 0.4s;
}

.wgl-woo-button #respond input#submit,
.wgl-woo-button a.button,
.wgl-woo-button button.button,
.wgl-woo-button input.button {
  z-index: 1;
}
.wgl-woo-button #respond input#submit, .wgl-woo-button #respond input#submit.alt:hover,
.wgl-woo-button a.button,
.wgl-woo-button a.button.alt:hover,
.wgl-woo-button button.button,
.wgl-woo-button button.button.alt:hover,
.wgl-woo-button input.button,
.wgl-woo-button input.button.alt:hover {
  background-color: transparent !important;
}
.wgl-woo-button .morph_element {
  transition: 0.4s;
}

.woocommerce form.checkout_coupon {
  border-radius: unset;
  border: unset;
  padding: 35px 40px 27px;
  background: #ffffff;
  box-shadow: 6px 5px 30px 0 rgba(0, 0, 0, 0.12);
}
.woocommerce form.checkout_coupon .form-row {
  float: left;
}
.woocommerce form.checkout_coupon .form-row.form-row-first {
  padding-left: 0;
  padding-right: 5px;
}
.woocommerce form.checkout_coupon .form-row.form-row-last {
  padding-left: 5px;
  padding-right: 0;
}
.woocommerce form.checkout_coupon .form-row input.input-text {
  height: 50px;
}

.woocommerce form .form-row {
  padding: 0;
  margin: 0 0 13px;
}
.woocommerce form .form-row input.input-text {
  padding: 11px 20px;
}
.woocommerce form .form-row textarea {
  height: 240px;
  padding: 11px 20px;
}

.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
  padding: 13px 25px;
  background-color: #f1f1f1 !important;
  color: #616161 !important;
  opacity: 1;
}
.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 {
  animation: none;
  background-color: transparent !important;
  opacity: 0 !important;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  color: #ffffff;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  background-color: transparent;
}
.woocommerce > .wgl_theme_module_message_box {
  margin-bottom: 20px;
}
.woocommerce .wgl-woocommerce-sorting .wgl_theme_module_message_box {
  width: 100%;
}
.woocommerce .wgl-woocommerce-sorting .wgl_theme_module_message_box:before {
  display: none;
}
.woocommerce .wgl-woocommerce-sorting .woocommerce-notices-wrapper {
  flex: 1 1 100%;
}
.woocommerce .woocommerce-customer-details address {
  border-radius: unset;
  border: unset;
  padding: 30px;
  background: #ffffff;
  box-shadow: 6px 5px 30px 0 rgba(0, 0, 0, 0.12);
}

.wgl-products.appear-animation .product {
  opacity: 0;
}
.wgl-products.appear-animation.anim-fade-in .animate.product {
  animation: fade_in 0.9s ease forwards;
}
.wgl-products.appear-animation.anim-slide-top .animate.product {
  animation: slide_top 0.5s ease forwards;
  transform: translateY(50px);
}
.wgl-products.appear-animation.anim-slide-bottom .animate.product {
  animation: slide_bottom 0.5s ease forwards;
  transform: translateY(-50px);
}
.wgl-products.appear-animation.anim-slide-left .animate.product {
  animation: slide_left 0.5s ease forwards;
  transform: translateX(50px);
}
.wgl-products.appear-animation.anim-slide-right .animate.product {
  animation: slide_right 0.5s ease forwards;
  transform: translateX(-50px);
}
.wgl-products.appear-animation.anim-zoom .animate.product {
  animation: zoom_in 0.5s ease forwards;
  transform: scale(0.5);
}

@keyframes fade_in {
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes slide_top {
  100% {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
@keyframes slide_bottom {
  100% {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
@keyframes slide_left {
  100% {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
}
@keyframes slide_right {
  100% {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
}
@keyframes zoom_in {
  100% {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
  }
}
/* ==================== ##Woo - Single ==================== */
.woocommerce .summary .product_meta {
  position: relative;
  padding-top: 23px;
  padding-bottom: 22px;
  order: 1;
}
.woocommerce .summary .product_meta:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
  background: #d9d9d9;
}
.woocommerce .summary .product_meta > span {
  display: block;
  margin: 11px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.woocommerce .summary .product_meta > span span.title,
.woocommerce .summary .product_meta > span a.title {
  font-size: 16px;
  font-weight: 700;
  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.single-product div.product div.images.woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 30px;
  right: 30px;
  height: 46px;
  width: 46px;
  line-height: 46px;
  text-align: center;
  border-radius: 50%;
  text-decoration: none;
  color: #ffffff;
}
.woocommerce.single-product div.product div.images.woocommerce-product-gallery .woocommerce-product-gallery__trigger:before {
  content: "\f130";
  font-family: "Flaticon";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: unset;
  font-size: 21px;
  font-weight: normal;
  text-indent: 0;
  width: auto;
  height: auto;
  padding: 1px 0 0 1px;
}
.woocommerce.single-product div.product div.images.woocommerce-product-gallery .woocommerce-product-gallery__trigger:after {
  display: none;
}
.woocommerce.single-product div.product div.images.woocommerce-product-gallery .woocommerce-product-gallery__trigger + .woocommerce-product-gallery__wrapper {
  margin-bottom: 32px;
}

.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: 48%;
  max-width: 540px;
  margin-bottom: 40px;
}
.woocommerce div.product div.summary,
.woocommerce #content div.product div.summary,
.woocommerce-page div.product div.summary,
.woocommerce-page #content div.product div.summary {
  width: 49%;
  max-width: 570px;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.woocommerce-review-link {
  color: #707070;
  font-size: 14px;
  font-weight: 600;
}

.woocommerce div.product .woocommerce-product-rating {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.woocommerce div.product .summary .woocommerce-product-rating {
  margin-bottom: 10px;
  margin-top: 4px;
}
.woocommerce div.product form.cart {
  font-size: 0;
  margin: 40px 0 40px;
}
.woocommerce div.product div.images.woocommerce-product-gallery .woocommerce-product-gallery__image:nth-child(n+2) {
  display: inline-block;
  width: 25%;
}
.woocommerce div.product div.images.woocommerce-product-gallery img {
  display: block;
}
.woocommerce div.product div.images.woocommerce-product-gallery figure {
  overflow: hidden;
  border-radius: 0;
}
.woocommerce div.product div.images.woocommerce-product-gallery .flex-viewport {
  border: unset;
}
.woocommerce div.product div.images.woocommerce-product-gallery .flex-viewport:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  box-shadow: inset 0 0 0 1px #d6d5d7;
  z-index: 1;
}
.woocommerce div.product div.images.woocommerce-product-gallery .flex-control-thumbs {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
  grid-gap: 20px;
  margin-top: 20px;
  overflow: visible !important;
}
.woocommerce div.product div.images.woocommerce-product-gallery .flex-control-thumbs:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.woocommerce div.product div.images.woocommerce-product-gallery .flex-control-thumbs li {
  margin: 0;
  list-style: none;
  float: left;
  cursor: pointer;
  width: 100%;
  pointer-events: auto;
}
.woocommerce div.product div.images.woocommerce-product-gallery .flex-control-thumbs li:after {
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  border: 1px solid #d6d5d7;
  pointer-events: none;
  opacity: 1;
  transition: opacity 0.2s;
  z-index: 1;
}
.woocommerce div.product div.images.woocommerce-product-gallery .flex-control-thumbs li:active:after {
  opacity: 0;
}
.woocommerce div.product div.images.woocommerce-product-gallery .flex-control-thumbs li,
.woocommerce div.product div.images.woocommerce-product-gallery .flex-control-thumbs li img {
  border-radius: unset;
  position: relative;
  transition: 0.3s;
}
.woocommerce div.product div.images.woocommerce-product-gallery .flex-control-thumbs li img {
  opacity: 1;
}
.woocommerce div.product div.images.woocommerce-product-gallery .flex-control-thumbs li img:hover, .woocommerce div.product div.images.woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
  opacity: 1;
}
.woocommerce div.product div.images.woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
  box-shadow: 6px 5px 30px 0 rgba(0, 0, 0, 0.12);
  z-index: 2;
}
.woocommerce div.product div.images.woocommerce-product-gallery .flex-control-thumbs li:before {
  display: none;
}
.woocommerce div.product div.images.woocommerce-product-gallery .flex-control-thumbs li:last-child {
  margin-right: 0;
}
.woocommerce div.product div.images.woocommerce-product-gallery__trigger {
  position: absolute;
  z-index: 99;
  top: 1em;
  right: 1em;
}
.woocommerce div.product .product_title {
  margin-top: -0.09em;
  margin-bottom: 9px;
  line-height: 1;
  font-size: 36px;
}
.woocommerce div.product p .price,
.woocommerce div.product span .price {
  font-size: 16px;
}
.woocommerce div.product p .price ins,
.woocommerce div.product span .price ins {
  font-weight: 500;
}
.woocommerce div.product .woocommerce-product-details__short-description {
  position: relative;
  padding-bottom: 11px;
}
.woocommerce div.product .woocommerce-product-details__short-description:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background: #d9d9d9;
}

div.product .summary span.price,
.woocommerce div.product .summary p.price,
.woocommerce div.product .summary .woocommerce-variation-price .price {
  margin-top: 2px;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 800;
}
div.product .summary span.price ins,
.woocommerce div.product .summary p.price ins,
.woocommerce div.product .summary .woocommerce-variation-price .price ins {
  font-weight: inherit;
}

.woocommerce del {
  color: #9a9a9a;
  margin-right: 0.4em;
  transition: 0.3s;
}
.woocommerce del .woocommerce-Price-amount {
  color: inherit;
}
.woocommerce div.product p.price del {
  opacity: 1;
}
.woocommerce ins {
  text-decoration: none;
}

.related.products,
.upsells.products {
  clear: both;
  margin-top: 54px;
}
.related.products:last-child,
.upsells.products:last-child {
  margin-bottom: 45px;
}
.related.products > h2,
.upsells.products > h2 {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  font-size: 30px;
  line-height: 42px;
  text-align: center;
  text-transform: capitalize;
}
.related.products ~ .products,
.upsells.products ~ .products {
  margin-top: 30px;
}

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

/* ==================== ##Woo - 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-bottom: 30px;
  padding: 0;
}
.woocommerce ul.cart_list li:last-child,
.woocommerce ul.product_list_widget li:last-child {
  margin-bottom: 0;
}
.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
  font-size: 16px;
  font-weight: 800;
  line-height: 1.4;
}
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
  background: #ffffff;
  float: unset;
  width: 100%;
  margin: 0;
  transition: inherit;
  border: unset;
}
.woocommerce .wgl_mini-cart_flex {
  display: flex;
  align-items: center;
}
.woocommerce .wgl_mini-cart_flex .wgl_mini-cart_image {
  align-self: flex-start;
  width: 70px;
  min-width: 70px;
  margin: 0 20px 0 0;
  position: relative;
  transition: opacity 0.3s;
}
.woocommerce .wgl_mini-cart_flex .wgl_mini-cart_image a {
  margin: unset;
}
.woocommerce .wgl_mini-cart_flex .wgl_mini-cart_image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: solid 1px #dddddd;
  pointer-events: none;
  z-index: 1;
}
.woocommerce .wgl_mini-cart_flex .wgl_mini-cart_contents {
  width: 135px;
  transition: opacity 0.3s;
}
.woocommerce .wgl_mini-cart_flex .wgl_mini-cart_contents a {
  margin-top: -3px;
  margin-bottom: 7px;
}
.woocommerce .wgl_mini-cart_flex p.price {
  margin: 0;
  line-height: 22px;
}
.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 {
  padding-top: 19px;
  border: unset;
}
.woocommerce .widget_shopping_cart .button, .woocommerce.widget_shopping_cart .button {
  margin: 0 0 10px;
}
.woocommerce .widget_shopping_cart .button.checkout, .woocommerce.widget_shopping_cart .button.checkout {
  background-color: transparent;
}
.woocommerce .widget_shopping_cart .button:hover.checkout, .woocommerce.widget_shopping_cart .button:hover.checkout {
  color: #ffffff;
}
.woocommerce .widget_shopping_cart .button:hover:not(.checkout), .woocommerce.widget_shopping_cart .button:hover:not(.checkout) {
  background-color: transparent;
}
.woocommerce.widget_top_rated_products .title-wrapper, .woocommerce.widget_shopping_cart .title-wrapper {
  margin-bottom: 25px;
}
.woocommerce .cart-empty.woocommerce-info {
  font-size: 18px;
}
.woocommerce .cart-empty.woocommerce-info:before {
  font-family: flaticon;
  content: "\f12c";
}

.woocommerce .woo_mini_cart ul.cart_list li.mini_cart_item.woocommerce-mini-cart-item a.remove {
  font-size: 0;
  position: absolute;
  top: 0;
  right: 16px;
  left: auto;
  margin: 0;
  padding-right: 0;
  z-index: 2;
}
.woocommerce .woo_mini_cart ul.cart_list li.mini_cart_item.woocommerce-mini-cart-item a.remove:before {
  line-height: 0;
  position: relative;
  top: 0;
  right: 0;
  padding: 12px 3px;
  box-shadow: none;
}
.woocommerce .woo_mini_cart ul.cart_list li.mini_cart_item.woocommerce-mini-cart-item a.remove:hover ~ * {
  opacity: 0.5;
}
.woocommerce .woo_mini_cart ul.cart_list li.mini_cart_item.woocommerce-mini-cart-item .quantity {
  display: block;
  transition: opacity 0.4s;
  color: #9a9a9a;
  font-weight: 700;
  margin-bottom: -4px;
}
.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: 24px;
}
.woocommerce .woo_mini_cart ul.cart_list li.mini_cart_item.woocommerce-mini-cart-item .quantity .amount {
  font-weight: 700;
  margin-top: 0;
}
.woocommerce .woo_mini_cart ul.cart_list li.mini_cart_item.woocommerce-mini-cart-item .quantity .woocommerce-Price-currencySymbol {
  display: inline-block;
}
.woocommerce .woo_mini_cart ul.cart_list li.mini_cart_item.woocommerce-mini-cart-item .quantity-cross-icon {
  font-size: 8px;
  font-weight: normal;
  display: inline-block;
  padding: 0 2px;
  transform: translateY(-2px);
}
.woocommerce .woo_mini_cart ul.cart_list li.mini_cart_item.woocommerce-mini-cart-item .quantity-cross-icon:before {
  content: "\f155";
  font-family: "Flaticon";
  font-size: inherit;
  font-style: normal;
}
.woocommerce .woo_mini_cart .total {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 4px;
  margin-bottom: 14px;
  padding-top: 20px;
  padding-bottom: 0;
  text-align: left;
  border: unset;
}
.woocommerce .woo_mini_cart .total strong {
  font-size: 18px;
  cursor: default;
  text-transform: capitalize;
  font-weight: 800;
}
.woocommerce .woo_mini_cart .total .woocommerce-Price-amount {
  font-size: 18px;
  font-weight: 700;
  padding-left: 9px;
}
.woocommerce .woo_mini_cart .buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -10px;
}
.woocommerce .woo_mini_cart .buttons .wgl-woo-button {
  width: calc(50% - 5px);
  margin: 0 0 10px;
}
.woocommerce .woo_mini_cart .buttons .wgl-woo-button:nth-child(2) .morph_element:after {
  opacity: 1;
}
.woocommerce .woo_mini_cart .buttons .wgl-woo-button:nth-child(2):hover .morph_element:after {
  opacity: 0;
}
.woocommerce .woo_mini_cart .buttons .wgl-woo-button .button {
  margin: 0;
}
.woocommerce .woo_mini_cart .buttons .button {
  font-weight: 700;
  line-height: 24px;
  margin: 0;
  width: 100%;
  padding: 11px 12px;
  transition: 0.4s;
  text-align: center;
  border-radius: 24px;
}
.woocommerce .woo_mini_cart .buttons:before, .woocommerce .woo_mini_cart .buttons:after {
  display: none !important;
}

.woocommerce div.product form.cart .variations {
  margin-bottom: 20px;
}
.woocommerce div.product form.cart .variations tr {
  border: 0;
}
.woocommerce div.product form.cart .variations td.label {
  font-size: 16px;
  line-height: 24px;
  width: 120px;
  padding: 13px 10px 13px 0;
}
.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 {
  line-height: 1;
  padding: 0;
}
.woocommerce div.product form.cart .variations select {
  display: inline-block;
  min-width: auto;
  margin-right: 0;
  padding-right: 50px;
}
.woocommerce div.product form.cart .reset_variations {
  font-size: 0;
  line-height: inherit;
  display: inline;
  margin: 0 0 0 5px;
  color: transparent !important;
}
.woocommerce div.product form.cart .reset_variations:before {
  font-family: "font awesome 5 free";
  font-size: 19px;
  display: inline-block;
  margin-left: 10px;
  content: "\f057";
  transition: inherit;
  color: #9a9a9a;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.woocommerce div.product form.cart .single_variation {
  margin-bottom: 40px;
  padding-bottom: 26px;
  border-bottom: 1px solid #d9d9d9;
}

.woocommerce div.product form.cart .quantity {
  display: inline-block;
  position: relative;
  background-color: #ffffff;
}
.woocommerce div.product form.cart .quantity label.label-qty {
  display: none;
}
.woocommerce div.product form.cart .quantity .quantity-wrapper {
  display: inline-block;
  position: relative;
  padding: 0 30px 0 12px;
  height: 50px;
  line-height: 0;
  border-radius: 25px;
  background-color: #f1f1f1;
}
.woocommerce div.product form.cart .quantity .quantity-wrapper .qty {
  display: inline-block;
  width: 22px;
  border: 0;
  padding: 0;
  height: 100%;
  font-size: 16px;
  font-weight: 700;
  vertical-align: middle;
  background: unset;
}
.woocommerce div.product form.cart .quantity .quantity-wrapper span {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  width: 26px;
  height: 50%;
  color: #989898;
  display: flex;
  align-items: center;
  justify-content: center;
}
.woocommerce div.product form.cart .quantity .quantity-wrapper span:before {
  content: "\f100";
  font-family: "Flaticon";
  font-size: 9px;
  transform: translate(0, 0) scale3d(-1, 1, 1);
  transition: all 0.3s, transform 0.05s;
}
.woocommerce div.product form.cart .quantity .quantity-wrapper span.minus {
  padding: 0 10px 7px 0;
  top: 50%;
}
.woocommerce div.product form.cart .quantity .quantity-wrapper span.plus {
  padding: 7px 10px 0 0;
}
.woocommerce div.product form.cart .quantity .quantity-wrapper span.plus:before {
  transform: translate(0, 0) scale3d(-1, -1, 1);
}
.woocommerce div.product form.cart .quantity .quantity-wrapper span:active:before {
  transform: translate(1px, 1px) scale3d(-1, 1, 1);
}
.woocommerce div.product form.cart .quantity .quantity-wrapper span:active.plus:before {
  transform: translate(1px, 1px) scale3d(-1, -1, 1);
}
.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 #dddddd;
  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 #dddddd;
  border-width: 0 2px;
  font-size: 2rem;
  height: 3rem;
  font-weight: bold;
  text-align: center;
}
.woocommerce div.product form.cart div.quantity {
  margin-right: 10px;
}
.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;
  font-weight: 600;
}
.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-totals .woocommerce-shipping-destination strong {
  font-weight: 800;
}
.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-totals.shipping th {
  line-height: 36px;
  vertical-align: top;
}

.woocommerce .cart-collaterals .cross-sells,
.woocommerce-page .cart-collaterals .cross-sells {
  width: calc(100% - 340px - 30px);
  margin-top: 54px;
}
.woocommerce .cart-collaterals .cross-sells > h2,
.woocommerce-page .cart-collaterals .cross-sells > h2 {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 1.4;
}
.woocommerce .cart-collaterals .cross-sells div.wgl-products,
.woocommerce-page .cart-collaterals .cross-sells div.wgl-products {
  --products-width: 33.33333%;
}
.woocommerce .cart-collaterals .cross-sells div.wgl-products > .product,
.woocommerce-page .cart-collaterals .cross-sells div.wgl-products > .product {
  float: left;
}
.woocommerce .cart-collaterals .cross-sells div.wgl-products.wgl-swiper-enable,
.woocommerce-page .cart-collaterals .cross-sells div.wgl-products.wgl-swiper-enable {
  display: block;
  margin: 0;
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  background: #ffffff;
  float: right;
  width: 340px;
  margin-top: 20px;
  margin-bottom: 60px;
  padding: 38px 40px 30px;
  box-shadow: 6px 5px 30px 0 rgba(0, 0, 0, 0.12);
}
.woocommerce .cart-collaterals .cart_totals .title-wrapper,
.woocommerce-page .cart-collaterals .cart_totals .title-wrapper {
  line-height: 1.5;
  position: relative;
  display: flex;
  overflow: hidden;
  flex-wrap: wrap;
  margin: 0;
  padding-bottom: 11px;
  z-index: 1;
}
.woocommerce .cart-collaterals .cart_totals .title-wrapper h2,
.woocommerce-page .cart-collaterals .cart_totals .title-wrapper h2 {
  font-size: 24px;
  line-height: 1;
  text-transform: capitalize;
}
.woocommerce .cart-collaterals .cart_totals > h2,
.woocommerce-page .cart-collaterals .cart_totals > h2 {
  display: none;
}
.woocommerce .cart-collaterals .cart_totals table tr,
.woocommerce-page .cart-collaterals .cart_totals table tr {
  border: 0;
}
.woocommerce .cart-collaterals .cart_totals table tr.cart-subtotal th,
.woocommerce .cart-collaterals .cart_totals table tr.cart-subtotal td,
.woocommerce-page .cart-collaterals .cart_totals table tr.cart-subtotal th,
.woocommerce-page .cart-collaterals .cart_totals table tr.cart-subtotal td {
  padding-bottom: 14px;
}
.woocommerce .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals th,
.woocommerce .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals td,
.woocommerce-page .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals th,
.woocommerce-page .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals td {
  padding-top: 0;
  padding-bottom: 0;
  border: unset;
}
.woocommerce .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals > td,
.woocommerce-page .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals > td {
  padding-top: 7px;
}
@media all and (min-width: 768px) {
  .woocommerce .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals > td,
.woocommerce-page .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals > td {
    max-width: 1px;
  }
}
.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;
}
.woocommerce .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .form-row,
.woocommerce-page .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .form-row {
  margin-bottom: 10px;
  padding: 0;
}
.woocommerce .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .form-row input,
.woocommerce .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .form-row select,
.woocommerce .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .form-row textarea,
.woocommerce .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .form-row .button,
.woocommerce-page .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .form-row input,
.woocommerce-page .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .form-row select,
.woocommerce-page .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .form-row textarea,
.woocommerce-page .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .form-row .button {
  width: 100%;
}
.woocommerce .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .form-row:last-child,
.woocommerce-page .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .form-row:last-child {
  margin-bottom: 20px;
}
.woocommerce .cart-collaterals .cart_totals table tr.order-total th,
.woocommerce-page .cart-collaterals .cart_totals table tr.order-total th {
  font-size: 20px;
  font-weight: 800;
}
.woocommerce .cart-collaterals .cart_totals table tr.order-total td .woocommerce-Price-amount.amount,
.woocommerce-page .cart-collaterals .cart_totals table tr.order-total td .woocommerce-Price-amount.amount {
  font-size: 18px;
}
.woocommerce .cart-collaterals .cart_totals table tr.order-total th,
.woocommerce .cart-collaterals .cart_totals table tr.order-total td,
.woocommerce-page .cart-collaterals .cart_totals table tr.order-total th,
.woocommerce-page .cart-collaterals .cart_totals table tr.order-total td {
  padding-top: 2px;
  padding-bottom: 12px;
}
.woocommerce .cart-collaterals .cart_totals table .shipping + .order-total th,
.woocommerce .cart-collaterals .cart_totals table .shipping + .order-total td,
.woocommerce-page .cart-collaterals .cart_totals table .shipping + .order-total th,
.woocommerce-page .cart-collaterals .cart_totals table .shipping + .order-total td {
  padding-top: 26px;
}
.woocommerce .cart-collaterals .cart_totals table th,
.woocommerce .cart-collaterals .cart_totals table td,
.woocommerce-page .cart-collaterals .cart_totals table th,
.woocommerce-page .cart-collaterals .cart_totals table td {
  padding: 4px 0;
  text-align: left;
}
.woocommerce .cart-collaterals .cart_totals table th,
.woocommerce-page .cart-collaterals .cart_totals table th {
  font-size: 20px;
  font-weight: 800;
  width: 1%;
  vertical-align: middle;
  white-space: nowrap;
  border: 0;
}
.woocommerce .cart-collaterals .cart_totals table td,
.woocommerce-page .cart-collaterals .cart_totals table td {
  font-size: 16px;
  font-weight: 700;
  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-collaterals .cart_totals table .woocommerce-Price-amount.amount,
.woocommerce-page .cart-collaterals .cart_totals table .woocommerce-Price-amount.amount {
  font-size: 18px;
}

.woocommerce table.shop_table {
  font-size: 16px;
  margin: 0;
  border-collapse: collapse;
  text-align: center;
  border: 0;
  border-radius: 0;
}
.woocommerce table.shop_table .woocommerce-Price-amount.amount {
  font-size: 16px;
  font-weight: 700;
}
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
  border-top: 1px solid #d9d9d9;
}
.woocommerce table.shop_table.cart input.button {
  font-size: 18px;
  font-weight: bold;
  line-height: 50px;
  background-color: transparent;
  height: 50px;
  margin-right: 20px;
  margin-left: 9px;
  padding: 0 25px;
  text-align: center;
  letter-spacing: 0;
  border-width: 1px;
  border-style: solid;
  border-radius: 0;
}
.woocommerce table.shop_table.cart input.button:hover {
  color: #ffffff;
}
.woocommerce table.shop_table.cart button[name=update_cart]:hover {
  color: #ffffff;
}
.woocommerce table.shop_table div.quantity .qty {
  font-size: 28px;
  display: inline-block;
  background: #ffffff;
  width: 90px;
  height: 54px;
  padding: 0 0 9px 0;
  vertical-align: middle;
  border: 1px solid #e4e4e4;
  border-radius: unset;
}
.woocommerce table.shop_table td {
  padding: 20px 0;
  border: 0;
}
.woocommerce table.shop_table td.product-total .woocommerce-Price-amount.amount {
  font-weight: 700;
}
.woocommerce table.shop_table td.product-remove {
  padding: 0;
}
.woocommerce table.shop_table td.product-name .product-quantity {
  color: #9a9a9a;
  font-weight: 700;
}
.woocommerce table.shop_table td.product-quantity .quantity {
  display: inline-block;
  position: relative;
  background-color: #ffffff;
}
.woocommerce table.shop_table td.product-quantity .quantity label.label-qty {
  display: none;
}
.woocommerce table.shop_table td.product-quantity .quantity .quantity-wrapper {
  display: inline-block;
  position: relative;
  padding: 0 30px 0 12px;
  height: 50px;
  line-height: 0;
  border-radius: 25px;
  background-color: #f1f1f1;
}
.woocommerce table.shop_table td.product-quantity .quantity .quantity-wrapper .qty {
  display: inline-block;
  width: 22px;
  border: 0;
  padding: 0;
  height: 100%;
  font-size: 16px;
  font-weight: 700;
  vertical-align: middle;
  background: unset;
}
.woocommerce table.shop_table td.product-quantity .quantity .quantity-wrapper span {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  width: 26px;
  height: 50%;
  color: #989898;
  display: flex;
  align-items: center;
  justify-content: center;
}
.woocommerce table.shop_table td.product-quantity .quantity .quantity-wrapper span:before {
  content: "\f100";
  font-family: "Flaticon";
  font-size: 9px;
  transform: translate(0, 0) scale3d(-1, 1, 1);
  transition: all 0.3s, transform 0.05s;
}
.woocommerce table.shop_table td.product-quantity .quantity .quantity-wrapper span.minus {
  padding: 0 10px 7px 0;
  top: 50%;
}
.woocommerce table.shop_table td.product-quantity .quantity .quantity-wrapper span.plus {
  padding: 7px 10px 0 0;
}
.woocommerce table.shop_table td.product-quantity .quantity .quantity-wrapper span.plus:before {
  transform: translate(0, 0) scale3d(-1, -1, 1);
}
.woocommerce table.shop_table td.product-quantity .quantity .quantity-wrapper span:active:before {
  transform: translate(1px, 1px) scale3d(-1, 1, 1);
}
.woocommerce table.shop_table td.product-quantity .quantity .quantity-wrapper span:active.plus:before {
  transform: translate(1px, 1px) scale3d(-1, -1, 1);
}
.woocommerce table.shop_table td.product-quantity .quantity .quantity-wrapper input[type=number] {
  -webkit-appearance: textfield;
  appearance: textfield;
}
.woocommerce table.shop_table td.product-quantity .quantity .quantity-wrapper input[type=number]::-webkit-inner-spin-button, .woocommerce table.shop_table td.product-quantity .quantity .quantity-wrapper input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.woocommerce table.shop_table td.product-quantity .quantity .quantity-wrapper .number-input {
  border: 2px solid #dddddd;
  display: inline-flex;
}
.woocommerce table.shop_table td.product-quantity .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 td.product-quantity .quantity .quantity-wrapper .number-input button:before, .woocommerce table.shop_table td.product-quantity .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 td.product-quantity .quantity .quantity-wrapper .number-input button.plus:after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.woocommerce table.shop_table td.product-quantity .quantity .quantity-wrapper .number-input input[type=number] {
  font-family: sans-serif;
  max-width: 5rem;
  padding: 0.5rem;
  border: solid #dddddd;
  border-width: 0 2px;
  font-size: 2rem;
  height: 3rem;
  font-weight: bold;
  text-align: center;
}
.woocommerce table.shop_table td.product-name,
.woocommerce table.shop_table td.product-thumbnail {
  text-align: left;
}
.woocommerce table.shop_table td.product-thumbnail {
  font-size: 0;
  width: 70px;
  padding-left: 0;
  white-space: nowrap;
}
.woocommerce table.shop_table td.product-thumbnail a {
  display: block;
  position: relative;
}
.woocommerce table.shop_table td.product-thumbnail a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: solid 1px #dddddd;
  pointer-events: none;
  z-index: 1;
}
.woocommerce table.shop_table td.product-name {
  font-size: 18px;
  font-weight: 800;
  padding-left: 20px;
}
.woocommerce table.shop_table td.product-name:first-child {
  padding-left: 30px;
}
.woocommerce table.shop_table td.product-name a {
  color: inherit;
}
.woocommerce table.shop_table td.actions {
  padding-top: 40px;
  line-height: 0;
}
.woocommerce table.shop_table td.actions .coupon .input-text {
  font-size: 16px;
  font-weight: 400;
  width: 270px;
  height: 50px;
  margin-right: 10px;
  padding-left: 25px;
  border: 1px solid #f6f6f6;
  border-radius: 25px;
  background-color: #f6f6f6;
}
.woocommerce table.shop_table td.actions .coupon .input-text:focus {
  background-color: #ffffff;
}
.woocommerce table.shop_table td.actions .button {
  min-width: 145px;
  padding-left: 30px;
  padding-right: 30px;
}
.woocommerce table.shop_table thead th {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  line-height: 30px;
  padding: 14px 0 12px;
  text-transform: uppercase;
}
.woocommerce table.shop_table thead th.product-subtotal {
  width: 120px;
  text-align: left;
}
.woocommerce table.shop_table thead th.product-price {
  width: 190px;
}
.woocommerce table.shop_table thead th.product-quantity {
  width: 210px;
}
.woocommerce table.shop_table thead th.product-remove {
  width: 90px;
}
.woocommerce table.shop_table thead th.woocommerce-orders-table__header-order-number {
  padding-left: 30px;
}
.woocommerce table.shop_table thead th.product-name {
  padding-left: 90px;
  text-align: left;
}
.woocommerce table.shop_table tbody tr:first-child td {
  border-top: 0;
}
.woocommerce table.shop_table tbody tr td.product-price, .woocommerce table.shop_table tbody tr td.product-quantity, .woocommerce table.shop_table tbody tr td.product-subtotal {
  text-align: left;
}
.woocommerce table.shop_table tbody tr td.product-remove {
  padding-right: 0;
  text-align: right;
}
.woocommerce table.shop_table tbody tr td.product-remove a.remove:before {
  font-size: 14px;
}
.woocommerce table.shop_table tbody tr td.woocommerce-orders-table__cell-order-number {
  padding-left: 30px;
  font-weight: 700;
}
.woocommerce table.shop_table tfoot tr th {
  padding-left: 30px;
  text-align: left;
}
.woocommerce table.shop_table th {
  border: 0;
}
.woocommerce table.shop_table.woocommerce-table--order-details tbody th, .woocommerce table.shop_table.woocommerce-table--order-details tbody td,
.woocommerce table.shop_table.woocommerce-table--order-details tfoot th,
.woocommerce table.shop_table.woocommerce-table--order-details tfoot td {
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 16px;
}
.woocommerce table.shop_table.woocommerce-table--order-details tbody tr:first-child th, .woocommerce table.shop_table.woocommerce-table--order-details tbody tr:first-child td,
.woocommerce table.shop_table.woocommerce-table--order-details tfoot tr:first-child th,
.woocommerce table.shop_table.woocommerce-table--order-details tfoot tr:first-child td {
  padding-top: 20px;
}
.woocommerce table.shop_table.woocommerce-table--order-details tbody tr:last-child th, .woocommerce table.shop_table.woocommerce-table--order-details tbody tr:last-child td,
.woocommerce table.shop_table.woocommerce-table--order-details tfoot tr:last-child th,
.woocommerce table.shop_table.woocommerce-table--order-details tfoot tr:last-child td {
  padding-bottom: 20px;
}
.woocommerce table.shop_table.woocommerce-table--order-details tfoot tr:not(:first-child) th, .woocommerce table.shop_table.woocommerce-table--order-details tfoot tr:not(:first-child) td {
  border: unset;
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
  width: 70px;
  border: unset;
}
#add_payment_method table.cart td,
.woocommerce-cart table.cart td,
.woocommerce-checkout table.cart td {
  border-top: 1px solid #d9d9d9;
}
#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  font-size: 14px;
  line-height: 1.75em;
  background: #f1f1f1;
  padding: 20px 28px;
  font-weight: normal;
}
#add_payment_method #payment div.payment_box:before,
.woocommerce-cart #payment div.payment_box:before,
.woocommerce-checkout #payment div.payment_box:before {
  position: absolute;
  top: -0.75em;
  left: 0;
  display: block;
  margin: -1em 0 0 2em;
  content: "";
  border: 1em solid transparent;
  border-bottom-color: #f1f1f1;
}
#add_payment_method .cart-collaterals .cart_totals table,
.woocommerce-cart .cart-collaterals .cart_totals table,
.woocommerce-checkout .cart-collaterals .cart_totals table {
  margin: 0;
  padding-top: 11px;
  padding-bottom: 0;
  border: unset;
}
#add_payment_method .cart-collaterals .cart_totals tr th,
#add_payment_method .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr td {
  background-color: unset !important;
  border-top: 0;
}
#add_payment_method .cart-collaterals .woocommerce-shipping-destination,
#add_payment_method .cart-collaterals .woocommerce-shipping-calculator,
.woocommerce-cart .cart-collaterals .woocommerce-shipping-destination,
.woocommerce-cart .cart-collaterals .woocommerce-shipping-calculator,
.woocommerce-checkout .cart-collaterals .woocommerce-shipping-destination,
.woocommerce-checkout .cart-collaterals .woocommerce-shipping-calculator {
  margin-left: calc(-340px + 80px + 100%);
  margin-top: 15px;
}
#add_payment_method .cart-collaterals .shipping-calculator-form,
.woocommerce-cart .cart-collaterals .shipping-calculator-form,
.woocommerce-checkout .cart-collaterals .shipping-calculator-form {
  margin-bottom: -12px;
}
#add_payment_method .cart-collaterals .shipping-calculator-form p button.button,
.woocommerce-cart .cart-collaterals .shipping-calculator-form p button.button,
.woocommerce-checkout .cart-collaterals .shipping-calculator-form p button.button {
  width: auto;
  min-width: 140px;
  max-width: 100%;
}
#add_payment_method .cart-collaterals .shipping-calculator-button,
.woocommerce-cart .cart-collaterals .shipping-calculator-button,
.woocommerce-checkout .cart-collaterals .shipping-calculator-button {
  font-size: 15px;
  margin-top: 0;
}
#add_payment_method .cart-collaterals .shipping-calculator-button:after,
.woocommerce-cart .cart-collaterals .shipping-calculator-button:after,
.woocommerce-checkout .cart-collaterals .shipping-calculator-button:after {
  display: none;
}
#add_payment_method .wc-proceed-to-checkout,
.woocommerce-cart .wc-proceed-to-checkout,
.woocommerce-checkout .wc-proceed-to-checkout {
  padding: 16px 0 0;
}
#add_payment_method .wc-proceed-to-checkout .wgl-woo-button,
.woocommerce-cart .wc-proceed-to-checkout .wgl-woo-button,
.woocommerce-checkout .wc-proceed-to-checkout .wgl-woo-button {
  width: 100%;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  font-size: 16px;
  line-height: 30px;
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
  padding: 10px 30px;
}

.woocommerce-cart .cart-collaterals .button:not(.add_to_cart_button),
.woocommerce-checkout .cart-collaterals .button:not(.add_to_cart_button) {
  width: 100%;
  border-radius: unset;
}
.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] {
  padding: 0;
  min-width: unset;
  height: auto;
  margin-top: 4px;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  background: unset;
  text-transform: uppercase;
}

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

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

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

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

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

.woocommerce .woocommerce-billing-fields > h3,
.woocommerce #order_review_heading,
.woocommerce .woocommerce-order-details > h2,
.woocommerce .woocommerce-customer-details > h2,
.woocommerce-page .woocommerce-billing-fields > h3,
.woocommerce-page #order_review_heading,
.woocommerce-page .woocommerce-order-details > h2,
.woocommerce-page .woocommerce-customer-details > h2 {
  margin-bottom: 24px;
}
.woocommerce .woocommerce-additional-fields > h3,
.woocommerce-page .woocommerce-additional-fields > h3 {
  margin-bottom: 7px;
}

body.woocommerce-checkout h3 {
  text-transform: capitalize;
}
body.woocommerce-checkout .col2-set > .col-1,
body.woocommerce-checkout .col2-set > .col-2,
body.woocommerce-checkout .col2-set > [class^=col] {
  float: none;
  width: 100%;
  margin-bottom: 30px;
}
body.woocommerce-checkout #order_review_heading,
body.woocommerce-checkout #order_review {
  width: calc(50% - 15px);
  float: right;
  margin-right: 0;
}
body.woocommerce-checkout #order_review table.shop_table tbody tr:first-child > *,
body.woocommerce-checkout .woocommerce-order-details table.shop_table tbody tr:first-child > * {
  padding-top: 25px;
}
body.woocommerce-checkout #order_review table.shop_table tbody tr:last-child > *,
body.woocommerce-checkout .woocommerce-order-details table.shop_table tbody tr:last-child > * {
  padding-bottom: 25px;
}
body.woocommerce-checkout #order_review table.shop_table tfoot tr th, body.woocommerce-checkout #order_review table.shop_table tfoot tr td,
body.woocommerce-checkout .woocommerce-order-details table.shop_table tfoot tr th,
body.woocommerce-checkout .woocommerce-order-details table.shop_table tfoot tr td {
  font-size: 18px;
  font-weight: 700;
}
body.woocommerce-checkout #order_review table.shop_table tfoot tr:last-child th, body.woocommerce-checkout #order_review table.shop_table tfoot tr:last-child td,
body.woocommerce-checkout .woocommerce-order-details table.shop_table tfoot tr:last-child th,
body.woocommerce-checkout .woocommerce-order-details table.shop_table tfoot tr:last-child td {
  padding-bottom: 35px;
}
body.woocommerce-checkout #order_review table.shop_table tfoot tr:first-child th, body.woocommerce-checkout #order_review table.shop_table tfoot tr:first-child td,
body.woocommerce-checkout .woocommerce-order-details table.shop_table tfoot tr:first-child th,
body.woocommerce-checkout .woocommerce-order-details table.shop_table tfoot tr:first-child td {
  padding-top: 24px;
  padding-bottom: 10px;
}
body.woocommerce-checkout #order_review table.shop_table tfoot tr:not(:first-child) th, body.woocommerce-checkout #order_review table.shop_table tfoot tr:not(:first-child) td,
body.woocommerce-checkout .woocommerce-order-details table.shop_table tfoot tr:not(:first-child) th,
body.woocommerce-checkout .woocommerce-order-details table.shop_table tfoot tr:not(:first-child) td {
  border: unset;
  padding-top: 9px;
  padding-bottom: 10px;
}
body.woocommerce-checkout #order_review table.shop_table tfoot .woocommerce-Price-amount.amount,
body.woocommerce-checkout .woocommerce-order-details table.shop_table tfoot .woocommerce-Price-amount.amount {
  font-size: 18px;
}
body.woocommerce-checkout #order_review table.shop_table td,
body.woocommerce-checkout #order_review table.shop_table tfoot th,
body.woocommerce-checkout .woocommerce-order-details table.shop_table td,
body.woocommerce-checkout .woocommerce-order-details table.shop_table tfoot th {
  padding-top: 7px;
  padding-bottom: 7px;
}
body.woocommerce-checkout #order_review table.shop_table td.product-name,
body.woocommerce-checkout .woocommerce-order-details table.shop_table td.product-name {
  padding-left: 30px;
}
body.woocommerce-checkout #order_review table.shop_table td.product-name,
body.woocommerce-checkout #order_review table.shop_table td.product-name + td.product-total span,
body.woocommerce-checkout .woocommerce-order-details table.shop_table td.product-name,
body.woocommerce-checkout .woocommerce-order-details table.shop_table td.product-name + td.product-total span {
  font-size: 16px;
}
body.woocommerce-checkout #add_payment_method #payment div.form-row,
body.woocommerce-checkout .woocommerce-cart #payment div.form-row,
body.woocommerce-checkout .woocommerce-checkout #payment div.form-row {
  margin-bottom: 0;
}
body.woocommerce-checkout #add_payment_method #payment div.form-row .button.alt,
body.woocommerce-checkout .woocommerce-cart #payment div.form-row .button.alt,
body.woocommerce-checkout .woocommerce-checkout #payment div.form-row .button.alt {
  min-width: 155px;
}
body.woocommerce-checkout #order_comments {
  padding-top: 15px;
}
body.woocommerce-checkout #payment {
  border: unset;
  padding: 36px 40px 40px;
  background-color: #ffffff;
  box-shadow: 6px 5px 30px 0 rgba(0, 0, 0, 0.12);
  margin-top: 32px;
  border-radius: unset;
}
body.woocommerce-checkout #payment ul.payment_methods {
  padding: 0;
  border-bottom: 0;
}
body.woocommerce-checkout #payment ul.payment_methods li {
  padding-top: 10px;
  line-height: 25px;
  padding-left: 0;
  font-weight: 700;
}
body.woocommerce-checkout #payment ul.payment_methods li:before {
  display: none !important;
}
body.woocommerce-checkout #payment ul.payment_methods li.woocommerce-notice {
  border-radius: unset;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.75em;
  background: #f1f1f1;
  padding: 20px 28px;
  border: unset;
}
body.woocommerce-checkout #payment ul.payment_methods li input {
  margin-right: 0.5em;
}
body.woocommerce-checkout #payment div.form-row {
  padding: 26px 0 0;
}
body.woocommerce-checkout #payment div.form-row .woocommerce-privacy-policy-text {
  font-size: 14px;
}
body.woocommerce-checkout #payment #place_order:hover {
  color: #ffffff;
}
body.woocommerce-checkout #payment .wgl-woo-button {
  float: right;
}
body.woocommerce-checkout main {
  margin-top: -13px;
  margin-bottom: 50px;
}
body.woocommerce-checkout .woocommerce-order .woocommerce-order-details {
  width: calc(50% - 15px);
  float: left;
}
body.woocommerce-checkout .woocommerce-order .woocommerce-customer-details {
  width: calc(50% - 15px);
  float: right;
}
body.woocommerce-checkout .woocommerce-order .woocommerce-column__title {
  margin-bottom: 23px;
}
body.woocommerce-checkout form.woocommerce-checkout .col2-set {
  width: calc(50% - 15px);
  float: left;
}
body.woocommerce-checkout form.woocommerce-checkout .woocommerce-checkout-review-order {
  width: calc(50% - 15px);
  float: right;
}

.woocommerce-page form .woocommerce-billing-fields__field-wrapper,
.woocommerce form .woocommerce-billing-fields__field-wrapper {
  margin-top: -6px;
}
.woocommerce-page form .woocommerce-billing-fields__field-wrapper label,
.woocommerce form .woocommerce-billing-fields__field-wrapper label {
  font-size: 16px;
}
.woocommerce-page form .woocommerce-billing-fields__field-wrapper .form-row-first,
.woocommerce-page form .woocommerce-billing-fields__field-wrapper .form-row-last,
.woocommerce form .woocommerce-billing-fields__field-wrapper .form-row-first,
.woocommerce form .woocommerce-billing-fields__field-wrapper .form-row-last {
  width: calc(50% - 5px);
}
.woocommerce-page form .woocommerce-shipping-fields label.checkbox,
.woocommerce form .woocommerce-shipping-fields label.checkbox {
  margin-bottom: 18px;
}
.woocommerce-page form .form-row label,
.woocommerce form .form-row label {
  font-weight: 700;
  margin-left: 20px;
  margin-bottom: 5px;
}
.woocommerce-page form .form-row label span,
.woocommerce form .form-row label span {
  font-size: 16px;
}
.woocommerce-page form .form-row .required,
.woocommerce form .form-row .required {
  text-decoration: none;
}

.checkout.woocommerce-checkout #ship-to-different-address {
  font-size: 24px;
  line-height: 36px;
  margin-top: 5px;
}

.woocommerce #order_review.woocommerce-checkout-review-order table.shop_table thead th.product-name {
  width: 72%;
  padding-left: 30px;
}
.woocommerce table.shop_table.order_details thead th.product-name {
  width: 64%;
  padding-left: 30px;
}

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

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

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

.woocommerce form span.show-password-input,
.woocommerce-page form span.show-password-input {
  right: 20px;
  top: 16px;
  line-height: 0;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register,
.woocommerce-page form.checkout_coupon,
.woocommerce-page form.login,
.woocommerce-page form.register {
  box-shadow: 6px 5px 30px 0 rgba(0, 0, 0, 0.12);
  padding: 30px 35px 25px;
  border: unset;
}

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

/* ==================== ##Woo - Notice ==================== */
.wgl_theme_module_message_box {
  position: relative;
  min-height: 64px;
  padding: 9px 9px 9px 82px;
  border: 0;
  box-shadow: 6px 5px 30px rgba(0, 0, 0, 0.12);
  background-color: #ffffff;
  z-index: 0;
  border-radius: 32px;
}
.wgl_theme_module_message_box.woocommerce-error::before, .wgl_theme_module_message_box.woocommerce-info::before, .wgl_theme_module_message_box.woocommerce-message::before {
  display: none;
}
.wgl_theme_module_message_box.closable {
  padding-right: 65px;
}
.wgl_theme_module_message_box .message_title {
  font-size: 18px;
  line-height: 1.25;
  margin-bottom: 5px;
  color: inherit;
}
.wgl_theme_module_message_box .message_text {
  font-size: 14px;
  line-height: 1.45;
}
.wgl_theme_module_message_box .message_text li {
  margin-bottom: 0;
  line-height: 30px;
}
.wgl_theme_module_message_box .message_icon_wrap {
  position: absolute;
  z-index: 1;
  top: 8px;
  left: 8px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.wgl_theme_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;
}
.wgl_theme_module_message_box .message_icon:before {
  font-family: "flaticon";
}
.wgl_theme_module_message_box .message_close_button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 1;
  top: 17px;
  right: 22px;
  bottom: 0;
  width: 30px;
  height: 30px;
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
  text-align: center;
  font-size: 14px;
  line-height: 1;
  color: #ababab;
  cursor: pointer;
  transition: 0.4s;
}
.wgl_theme_module_message_box .message_close_button:before {
  content: "\f154";
  font-family: "Flaticon";
}
.wgl_theme_module_message_box .message_close_button:hover {
  color: red;
}
.wgl_theme_module_message_box a {
  font-weight: 700;
}
.wgl_theme_module_message_box.type_info .message_icon_wrap {
  background-color: #179fff;
}
.wgl_theme_module_message_box.type_info .message_icon:before {
  content: "\f119";
  transform: scaleY(-1);
}
.wgl_theme_module_message_box.type_success .message_icon_wrap {
  background-color: #1ec66d;
}
.wgl_theme_module_message_box.type_success .message_icon:before {
  content: "\f116";
}
.wgl_theme_module_message_box.type_error .message_icon_wrap {
  background-color: #ff1749;
}
.wgl_theme_module_message_box.type_error .message_icon:before {
  content: "\f118";
}
.wgl_theme_module_message_box.type_warning .message_icon_wrap {
  background-color: #ff8f17;
}
.wgl_theme_module_message_box.type_warning .message_icon:before {
  content: "\f119";
}
.wgl_theme_module_message_box .wgl-woo-button {
  float: right;
  margin: -15px -2px -2px 25px;
  border-radius: 25px;
}
.wgl_theme_module_message_box.woocommerce-message a.button {
  padding: 10px 25px;
  font-size: 16px;
  line-height: 30px;
  border-radius: inherit;
  min-width: unset;
  text-align: center;
  float: unset;
}

.woocommerce-error {
  margin: -8px 0 -9px;
}

.wgl_theme_module_message_box .message_content {
  width: 100%;
  padding: 13px 0 13px;
}
.wgl_theme_module_message_box .message_content ul {
  padding: 3px 0;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  color: #fff;
}

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

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

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

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

/* End Notify */
/* ==================== ##Woo - Pagination ==================== */
.woocommerce nav.woocommerce-pagination {
  margin: 25px 0 77px 0;
  padding: 0;
  text-align: left;
}
.woocommerce nav.woocommerce-pagination ul {
  display: block;
  margin: 0;
  border: 0;
  font-size: 0;
  text-align: left;
  white-space: nowrap;
  list-style: none;
  clear: both;
}
.woocommerce nav.woocommerce-pagination ul li {
  float: none;
  display: inline-block;
  vertical-align: baseline;
  margin-right: 15px;
  margin-bottom: 5px;
  line-height: 1;
  border: 0;
  padding: 0;
  overflow: visible;
}
.woocommerce nav.woocommerce-pagination ul li:first-child {
  margin-left: 0;
}
.woocommerce nav.woocommerce-pagination ul li:last-child {
  margin-right: 0;
}
.woocommerce nav.woocommerce-pagination ul li span.current {
  position: relative;
  background: unset;
  cursor: default;
}
.woocommerce nav.woocommerce-pagination ul li span.current:after {
  content: "";
  display: block;
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  height: 4px;
  border-radius: 4px;
  background-color: transparent;
}
.woocommerce nav.woocommerce-pagination ul li span,
.woocommerce nav.woocommerce-pagination ul li a {
  height: 39px;
  min-width: 20px;
  padding: 0 5px;
  font-size: 16px;
  line-height: 39px;
  font-weight: 700;
  text-align: center;
  background-color: #ffffff;
  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 a:hover,
.woocommerce nav.woocommerce-pagination ul li a:focus {
  background-color: #ffffff;
}
.woocommerce nav.woocommerce-pagination ul li span.next i, .woocommerce nav.woocommerce-pagination ul li span.prev i,
.woocommerce nav.woocommerce-pagination ul li a.next i,
.woocommerce nav.woocommerce-pagination ul li a.prev i {
  position: relative;
  display: inline-block;
  font-size: 10px;
  vertical-align: middle;
  transform: translateY(-1px) rotate(-90deg);
  transition: all 0.4s, color 0s;
}
.woocommerce nav.woocommerce-pagination ul li span.prev i,
.woocommerce nav.woocommerce-pagination ul li a.prev i {
  transform: translateY(-1px) rotate(90deg);
}

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

.woocommerce-noreviews {
  margin-top: 11px;
  margin-bottom: 0;
}

.woocommerce #comments ~ #review_form_wrapper #review_form {
  border-radius: unset;
}
.woocommerce #comments ~ #review_form_wrapper #respond {
  margin-bottom: 23px;
  border-radius: unset;
  margin-top: 20px;
  padding: 38px 50px 50px;
  box-shadow: 6px 5px 30px 0 rgba(0, 0, 0, 0.12);
}
.woocommerce #comments ~ #review_form_wrapper #respond p a {
  margin-right: 9px;
}
.woocommerce #comments ~ #review_form_wrapper #respond form#commentform {
  display: flex;
  flex-wrap: wrap;
}
.woocommerce #comments ~ #review_form_wrapper #respond form#commentform > p,
.woocommerce #comments ~ #review_form_wrapper #respond form#commentform > span,
.woocommerce #comments ~ #review_form_wrapper #respond form#commentform > div {
  width: 100%;
}
.woocommerce #comments ~ #review_form_wrapper #respond form#commentform .comment-notes {
  order: 1;
}
.woocommerce #comments ~ #review_form_wrapper #respond form#commentform .comment-form-rating {
  order: 2;
}
.woocommerce #comments ~ #review_form_wrapper #respond form#commentform .comment-form-author {
  order: 3;
}
.woocommerce #comments ~ #review_form_wrapper #respond form#commentform .comment-form-email {
  order: 4;
}
.woocommerce #comments ~ #review_form_wrapper #respond form#commentform .comment-form-comment {
  order: 5;
}
.woocommerce #comments ~ #review_form_wrapper #respond form#commentform .comment-form-cookies-consent {
  order: 6;
  margin: 0 0 10px;
  z-index: 1;
}
.woocommerce #comments ~ #review_form_wrapper #respond form#commentform .wpml_language_code {
  order: 7;
}
.woocommerce #comments ~ #review_form_wrapper #respond form#commentform .form-submit {
  order: 8;
  margin: 0;
}
.woocommerce #comments ~ #review_form_wrapper #respond form#commentform .form-submit input {
  min-width: 185px;
}
.woocommerce #comments ~ #review_form_wrapper #respond form#commentform label {
  margin: 5px 0;
}
.woocommerce #comments ~ #review_form_wrapper #respond form#commentform label[for=wp-comment-cookies-consent] {
  display: inline;
  margin-top: 0;
}
.woocommerce #comments ~ #review_form_wrapper #respond form#commentform .comment-form-rating label {
  display: inline-block;
  margin-top: 0;
  margin-right: 15px;
  margin-bottom: 16px;
  font-size: 14px;
}
.woocommerce #comments ~ #review_form_wrapper #respond form#commentform > p.comment-form-author, .woocommerce #comments ~ #review_form_wrapper #respond form#commentform > p.comment-form-email {
  width: 50%;
  float: left;
  margin-bottom: -5px;
}
.woocommerce #comments ~ #review_form_wrapper #respond form#commentform > p.comment-form-author input, .woocommerce #comments ~ #review_form_wrapper #respond form#commentform > p.comment-form-email input {
  position: relative;
  width: 100%;
}
@media all and (max-width: 767px) {
  .woocommerce #comments ~ #review_form_wrapper #respond form#commentform > p.comment-form-author, .woocommerce #comments ~ #review_form_wrapper #respond form#commentform > p.comment-form-email {
    width: 100%;
  }
}
.woocommerce #comments ~ #review_form_wrapper #respond form#commentform > p.comment-notes {
  margin-bottom: 2px;
  margin-top: 2px;
  font-size: 14px;
}
.woocommerce #comments ~ #review_form_wrapper #respond form#commentform > p textarea {
  position: relative;
}
.woocommerce #comments ~ #review_form_wrapper #respond form#commentform .comment-form-rating {
  margin-bottom: 3px;
  margin-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
}
.woocommerce #comments ~ #review_form_wrapper #respond form#commentform .comment-form-rating .stars {
  display: inline-block;
  height: 1em;
  line-height: 1;
}
.woocommerce #comments ~ #review_form_wrapper #respond form#commentform .comment-form-rating .stars > span {
  display: flex;
  height: inherit;
}
.woocommerce #comments ~ #review_form_wrapper #respond form#commentform .comment-form-rating .stars a {
  margin-right: 0 !important;
  padding-right: 1.3em;
  vertical-align: baseline;
}
.woocommerce #comments ~ #review_form_wrapper #respond form#commentform .comment-form-rating .stars a:before {
  content: "\e020";
  color: #b4b4b4;
}
.woocommerce #comments ~ #review_form_wrapper #respond form#commentform .comment-form-rating .stars a:hover ~ a::before {
  color: #b4b4b4 !important;
}
.woocommerce #comments ~ #review_form_wrapper #respond form#commentform .comment-form-rating .stars:hover a::before {
  color: #ffac00 !important;
}
.woocommerce #comments ~ #review_form_wrapper #respond form#commentform .comment-form-rating .stars.selected a.active::before {
  color: #ffac00;
}
.woocommerce #comments ~ #review_form_wrapper #respond form#commentform .comment-form-rating .stars.selected a.active ~ a::before {
  color: #b4b4b4;
}
.woocommerce #comments ~ #review_form_wrapper #respond form#commentform .comment-form-rating .stars.selected a:not(.active)::before {
  color: #ffac00;
}
.woocommerce #comments ~ #review_form_wrapper #respond #reply-title {
  text-transform: capitalize;
  margin-bottom: 10px;
  display: inline-block;
}

/* ==================== ##Woo - Tabs ==================== */
.woocommerce div.product .woocommerce-tabs {
  margin-bottom: 30px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  display: inline-block;
  overflow: visible;
  font-size: 0;
  border-radius: 28px;
  width: 100%;
  margin: 20px 0 10px;
  border: 1px solid #e3e3e3;
  padding: 4px;
}
@media (min-width: 768px) {
  .woocommerce div.product .woocommerce-tabs ul.tabs {
    width: auto;
  }
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  display: block;
  position: relative;
  z-index: 0;
  margin: 0;
  border: unset;
  border-radius: 25px;
  padding: 0;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
  background: unset;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:not(:last-child) {
  margin: 0 0 5px 0;
}
@media (min-width: 768px) {
  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    display: inline-block;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li:not(:last-child) {
    margin: 0 5px 0 0;
  }
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
  border: unset;
  border-radius: inherit;
  box-shadow: unset;
  opacity: 0;
  transition: all 0.5s, box-shadow 0.4s;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  display: block;
  font-weight: inherit;
  position: relative;
  padding: 11px 25px;
  text-decoration: none;
  border-radius: inherit;
  text-transform: capitalize;
  letter-spacing: 0;
  box-shadow: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: unset;
  border: unset;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: #ffffff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before {
  opacity: 1;
  box-shadow: unset;
}

.woocommerce div.product .woocommerce-tabs .panel {
  margin-bottom: 16px;
  padding: 35px 0 16px 0;
}
.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--description {
  padding-top: 11px;
  padding-bottom: 6px;
}
.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--reviews {
  padding-top: 0;
}
.woocommerce div.product .woocommerce-tabs .panel #comments {
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.woocommerce div.product .woocommerce-tabs .panel > h2,
.woocommerce div.product .woocommerce-tabs .panel #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;
  margin-bottom: 20px;
}
.woocommerce div.product .woocommerce-tabs .panel table.shop_attributes th {
  border: 1px solid #e5e5e5;
  padding: 14px 40px;
  font-size: 17px;
  background-color: #f1f1f1;
  width: 220px;
}
.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 #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  transition: 0.3s;
}

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

/* ==================== ##Woo - Widgets ==================== */
.woocommerce .widget_price_filter .title-wrapper {
  margin-bottom: 26px;
}
.woocommerce .widget_price_filter .title-wrapper ~ form {
  margin-bottom: -5px;
}
.woocommerce .widget_price_filter .price_slider_wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: -7px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  border-radius: unset;
  top: -2px;
  height: 5px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  top: 50%;
  width: 11px;
  height: 11px;
  border: unset;
  margin-left: -5px;
  margin-top: -6px;
  border-radius: 50%;
}
.woocommerce .widget_price_filter .ui-slider-horizontal {
  height: 1px;
  margin: 27px 0 20px;
}
.woocommerce .widget_price_filter .price_slider_wrapper .price_slider.ui-widget-content {
  border: 0;
  border-radius: 6px;
  background: #c0c0c0;
}
.woocommerce .widget_price_filter .price_slider_wrapper .price_slider_amount {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0;
  line-height: 1;
  text-align: left;
  text-transform: capitalize;
}
.woocommerce .widget_price_filter .price_slider_wrapper .price_slider_amount .price_label {
  font-size: 14px;
  font-weight: 700;
  order: -1;
  text-transform: uppercase;
}
.woocommerce .widget_price_filter .price_slider_wrapper .price_slider_amount .button {
  display: inline-block;
  height: auto;
  left: auto;
  padding: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  background: unset;
  cursor: pointer;
  border: unset;
  text-transform: uppercase;
}
.woocommerce .widget_price_filter .price_slider_wrapper .price_slider_amount .button:hover {
  background: unset;
}
.woocommerce .widget_price_filter .price_slider_wrapper .price_slider_amount .clear {
  display: none;
}
.woocommerce .widget_product .product_list_widget {
  margin-bottom: -3px;
}
.woocommerce .widget_product_search .woocommerce-product-search {
  display: flex;
  position: relative;
  z-index: 1;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  box-sizing: border-box;
  transition: box-shadow 0.4s;
}
.woocommerce .widget_product_search .woocommerce-product-search [type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  margin: 0;
  padding: 0;
  font-size: 0;
  opacity: 0;
  cursor: pointer;
}
.woocommerce .widget_product_search .woocommerce-product-search [type=submit]:before {
  content: "\f100";
  position: absolute;
  font-family: flaticon;
}
.woocommerce .widget_product_tag_cloud .tagcloud {
  font-size: 14px;
}
.woocommerce .widget_top_rated_products .title-wrapper {
  margin-bottom: 23px;
}
.woocommerce .widget_top_rated_products > a {
  margin-bottom: -5px;
}
.woocommerce .widget_shopping_cart .title-wrapper.wgl-woo_cart_title {
  display: none;
}
.woocommerce .widget_layered_nav .woocommerce-widget-layered-nav-dropdown__submit {
  height: 46px;
  color: #ffffff;
  min-width: calc(50% - 5px);
  line-height: 24px;
  border-radius: 24px;
  position: relative;
  z-index: 2;
  margin-top: 15px;
  transition: 0.4s;
}
.woocommerce .widget_layered_nav .woocommerce-widget-layered-nav-dropdown__submit:after {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  background-position: -14px 0;
  background-size: calc(100% + 14px);
  border-radius: inherit;
  animation: gradient 0.4s linear infinite;
  transition: opacity 0.4s;
  z-index: -1;
}
.woocommerce .widget_layered_nav .woocommerce-widget-layered-nav-dropdown__submit:hover:after {
  opacity: 1;
}

.product_list_widget .product-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  padding-right: 17px;
  transition: color 0.3s;
}
.product_list_widget li .star-rating {
  font-size: 10px;
  margin: -2px 0 2px;
}
.product_list_widget li .star-rating + .price {
  margin-top: 4px;
}
.product_list_widget li .reviewer {
  font-size: 12px;
  display: block;
  margin-top: 3px;
  margin-bottom: -8px;
}
.product_list_widget ins {
  text-decoration: none;
}
.product_list_widget .woocommerce-Price-amount {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  margin-top: 0;
  transition: 0.3s;
}
.product_list_widget del .woocommerce-Price-amount {
  font-weight: 700;
  text-decoration: inherit;
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
  padding-bottom: 0;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a {
  padding-top: 0;
  padding-bottom: 0;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a .post_count {
  padding: 2px 6px 0;
}
@-moz-document url-prefix() {
  .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a .post_count {
    padding: 1px 6px 1px;
  }
}

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

/* ==================== ##Woo - Responsive ==================== */
@media (min-width: 1025px) and (max-width: 1200px) {
  .sidebar_left .columns-3 > div.wgl-products, .sidebar_right .columns-3 > div.wgl-products {
    --products-width: 50%;
  }
}
@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%;
  }

  .woocommerce .cart-collaterals .cross-sells,
.woocommerce-page .cart-collaterals .cross-sells {
    width: 100%;
  }
  .woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    width: 45%;
  }
}
@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 (min-width: 769px) and (max-width: 992px) {
  .sidebar_left .columns-3 > div.wgl-products, .sidebar_right .columns-3 > div.wgl-products {
    --products-width: 50%;
  }
}
@media (max-width: 992px) {
  .columns-4 div.wgl-products {
    --products-width: 50%;
  }

  .woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    width: 100%;
  }

  body.woocommerce-checkout .woocommerce-order .woocommerce-customer-details,
body.woocommerce-checkout .woocommerce-order .woocommerce-order-details {
    width: 100%;
  }

  body.woocommerce-checkout form.woocommerce-checkout > div,
body.woocommerce-checkout form.woocommerce-checkout > .col2-set,
body.woocommerce-checkout form.woocommerce-checkout > #order_review_heading,
body.woocommerce-checkout form.woocommerce-checkout > #order_review {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .wgl-products-wrapper div.wgl-products {
    --products-width: 50%;
  }

  .woocommerce-cart-form__contents td.actions .coupon .button.alt,
.woocommerce-cart-form__contents td.actions .coupon .input-text + .button {
    float: none !important;
  }

  .woocommerce .cart-collaterals .cross-sells div.wgl-products,
.woocommerce-page .cart-collaterals .cross-sells div.wgl-products {
    --products-width: 50%;
  }
  .woocommerce div.product div.summary,
.woocommerce #content div.product div.summary,
.woocommerce-page div.product div.summary,
.woocommerce-page #content div.product div.summary {
    width: 100%;
    clear: both;
  }
  .woocommerce div.product div.images,
.woocommerce #content div.product div.images,
.woocommerce-page div.product div.images,
.woocommerce-page #content div.product div.images {
    width: 100%;
  }
  .woocommerce table.cart td.actions .button,
.woocommerce table.cart td.actions .coupon .button,
.woocommerce #content table.cart td.actions .button,
.woocommerce #content table.cart td.actions .coupon .button,
.woocommerce-page table.cart td.actions .button,
.woocommerce-page table.cart td.actions .coupon .button,
.woocommerce-page #content table.cart td.actions .button,
.woocommerce-page #content table.cart td.actions .coupon .button {
    display: block;
    width: 100%;
  }
  .woocommerce table.shop_table_responsive tr td::before,
.woocommerce-page table.shop_table_responsive tr td::before {
    font-size: 18px;
    font-weight: 700;
  }
  .woocommerce table.shop_table_responsive tr.order-total td::before,
.woocommerce-page table.shop_table_responsive tr.order-total td::before {
    font-weight: 700;
  }

  .woocommerce table.shop_table_responsive.cart tr,
.woocommerce-page table.shop_table_responsive.cart tr {
    box-shadow: 11px 10px 38px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 35px;
    padding: 10px 30px 10px;
    position: relative;
    border-radius: unset;
    line-height: 27px;
  }
  .woocommerce table.shop_table_responsive.cart tr:last-child,
.woocommerce-page table.shop_table_responsive.cart tr:last-child {
    padding-top: 30px;
  }
  .woocommerce table.shop_table_responsive.cart tr td,
.woocommerce-page table.shop_table_responsive.cart tr td {
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: transparent !important;
    border: unset;
  }
  .woocommerce table.shop_table_responsive.cart tr td.product-quantity,
.woocommerce-page table.shop_table_responsive.cart tr td.product-quantity {
    padding: 10px 0;
  }
  .woocommerce table.shop_table_responsive.cart tr td.product-remove a,
.woocommerce-page table.shop_table_responsive.cart tr td.product-remove a {
    position: absolute;
    right: 40px;
    top: 20px;
  }
  .woocommerce table.shop_table_responsive.cart tr td.product-thumbnail,
.woocommerce-page table.shop_table_responsive.cart tr td.product-thumbnail {
    width: 100%;
    padding-top: 20px;
  }
  .woocommerce table.shop_table_responsive.cart tr td.product-thumbnail:before,
.woocommerce-page table.shop_table_responsive.cart tr td.product-thumbnail:before {
    display: none;
  }
  .woocommerce table.shop_table_responsive.cart tr td.actions,
.woocommerce-page table.shop_table_responsive.cart tr td.actions {
    padding-top: 10px;
    display: block;
  }
  .woocommerce table.shop_table_responsive.cart tr td.actions .coupon,
.woocommerce-page table.shop_table_responsive.cart tr td.actions .coupon {
    padding: 0;
  }
  .woocommerce table.shop_table_responsive.cart tr td.actions .coupon .input-text,
.woocommerce-page table.shop_table_responsive.cart tr td.actions .coupon .input-text {
    margin-bottom: 10px;
  }
  .woocommerce table.shop_table_responsive.cart tr td.actions .wgl-woo-button,
.woocommerce-page table.shop_table_responsive.cart tr td.actions .wgl-woo-button {
    width: 50%;
    min-width: -moz-fit-content;
    min-width: fit-content;
    margin-top: 10px;
  }
  .woocommerce table.shop_table_responsive.cart tr td.actions input,
.woocommerce-page table.shop_table_responsive.cart tr td.actions input {
    margin-bottom: 10px;
    width: 100% !important;
  }
  .woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    margin-bottom: 0;
  }
  .woocommerce form.checkout_coupon .form-row.form-row-last,
.woocommerce-page form.checkout_coupon .form-row.form-row-last {
    padding-left: 0;
  }
  .woocommerce form.checkout_coupon .form-row.form-row-last button,
.woocommerce-page form.checkout_coupon .form-row.form-row-last button {
    width: 100%;
  }

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

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

  .woocommerce .col2-set {
    float: left;
    width: 100%;
    margin-right: 0;
  }

  .woocommerce #order_review_heading,
.woocommerce #order_review {
    width: 100%;
  }

  .woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    width: auto;
    margin-bottom: 0;
  }

  #add_payment_method .cart-collaterals .shipping-calculator-form,
.woocommerce-cart .cart-collaterals .shipping-calculator-form,
.woocommerce-checkout .cart-collaterals .shipping-calculator-form {
    margin-left: 0;
  }
}
@media (max-width: 600px) {
  .woocommerce .cart-collaterals .cross-sells div.wgl-products,
.woocommerce-page .cart-collaterals .cross-sells div.wgl-products {
    --products-width: 100%;
  }

  .woocommerce form.checkout_coupon .form-row {
    width: 100%;
  }

  .wgl-products-wrapper div.wgl-products,
.woocommerce .wgl-products-wrapper div.wgl-products {
    --products-width: 100%;
  }

  .wgl-woocommerce-sorting {
    display: block;
  }
  .wgl-woocommerce-sorting p.woocommerce-result-count {
    width: 100%;
    margin: 0 0 20px 0;
    text-align: right;
  }
  .wgl-woocommerce-sorting form.woocommerce-ordering {
    width: 100%;
  }

  .woocommerce table.shop_attributes th {
    width: auto;
  }

  .woocommerce-cart-form__contents #coupon_code {
    margin-bottom: 9px;
  }
  .woocommerce-cart-form__contents #coupon_code,
.woocommerce-cart-form__contents #coupon_code + .button {
    width: 100%;
  }

  body.woocommerce-checkout .form-row-first,
body.woocommerce-checkout .form-row-last {
    width: 100%;
  }

  .wgl_theme_module_message_box {
    padding: 9px 9px 9px 75px;
  }
  .wgl_theme_module_message_box .message_text {
    display: flex;
    flex-direction: column;
  }
  .wgl_theme_module_message_box .wgl-woo-button {
    margin-top: 18px;
    margin-bottom: -15px;
    align-self: flex-end;
    order: 1;
  }
}
@media (max-width: 480px) {
  .woocommerce table.shop_table_responsive.cart tr td.actions .wgl-woo-button,
.woocommerce-page table.shop_table_responsive.cart tr td.actions .wgl-woo-button {
    width: 100%;
  }
}
@media (max-width: 426px) {
  .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 Styles ==================== */
/* ==================== ↓ ##Content Font Styles ↓ ==================== */
.woocommerce-Price-amount,
.woocommerce .wgl_mini-cart_flex p.price,
.widget_price_filter .price_label,
.woocommerce .widget_price_filter .price_slider_wrapper .price_slider_amount .button,
.woocommerce .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals button.button,
.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,
body .select2-container {
  font-family: var(--starlitte-content-font-family);
}

.woocommerce #review_form #respond form#commentform label,
.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 > span,
.woocommerce .summary .product_meta > span a,
.woocommerce-error, .woocommerce-info, .woocommerce-message,
.shop_table .coupon .input-text,
.woocommerce form .form-row input.input-text {
  color: var(--starlitte-content-color);
}

/* ==================== ↑ content font styles ↑ ==================== */
/* ===================== ↓ ##Header Font Styles ↓ ====================== */
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce form .woocommerce-billing-fields__field-wrapper label,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot th,
.woocommerce table.shop_table.woocommerce-table--order-details tfoot th,
.woocommerce div.wgl-products div.product a.add_to_cart_button,
.woocommerce div.wgl-products div.product a.button,
.woocommerce div.wgl-products div.product a.wc-forward,
.woocommerce .cart input.button,
.wgl-theme-header .mini-cart .woo_mini_cart .title-wrapper,
.wgl-theme-header .woo_mini-count span,
.woocommerce table.shop_table_responsive tr td::before,
.woocommerce-page table.shop_table_responsive tr td::before,
.woocommerce div.product form.cart .variations label {
  font-family: var(--starlitte-header-font-family);
}

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

.woocommerce .cart-collaterals .cart_totals table th,
.wgl_theme_module_message_box a {
  font-family: var(--starlitte-header-font-family);
  color: var(--starlitte-header-font-color);
}

div.wgl-products div.product a.button:before,
div.wgl-products div.product a.button.loading:after,
div.wgl-products div.product a.wc-forward:before,
#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,
.wgl_theme_module_message_box strong,
.woocommerce.widget_shopping_cart .total strong,
.woocommerce-page .cart-collaterals .cart_totals table th,
.woocommerce ul.cart_list li a,
.woocommerce table.shop_table td.product-name,
.woocommerce table.shop_table td.product-name a:hover,
.woocommerce ul.product_list_widget li a,
.woocommerce-tabs .comment-reply-title,
.woocommerce form .form-row label,
.woocommerce table.shop_table tfoot tr th,
.woocommerce ul#shipping_method li label,
#add_payment_method .wc-proceed-to-checkout .button__wrapper .checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout .button__wrapper .checkout-button,
.woocommerce table.shop_table 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 a,
.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:hover:before,
.woocommerce .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals button.button,
.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,
.product_meta > span a:hover,
.woocommerce form .form-row .required,
.woocommerce .summary .product_meta > span span.title,
.woocommerce .widget_shopping_cart .total,
.woocommerce-review-link:hover,
.widget_price_filter .price_slider_amount .button,
.widget_price_filter .price_label,
.woocommerce-MyAccount-navigation ul li a {
  color: var(--starlitte-header-font-color);
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: var(--starlitte-header-font-color);
}

.woocommerce .summary .product_meta > span span.title,
.woocommerce span.onsale,
.wgl-theme-header .woocommerce-mini-cart span.quantity,
.woocommerce .quantity-wrapper input[type=number],
.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,
.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a,
.woocommerce .cart-collaterals .cart_totals table tbody tr td,
.woocommerce-page .cart-collaterals .cart_totals table tbody tr td,
.woocommerce-page .cart-collaterals .cart_totals table th,
.woocommerce-message a.button,
.woocommerce button.button,
.woocommerce table.shop_table.cart .button,
.woocommerce table.shop_table td.product-name,
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
.woocommerce .woocommerce-cart-form table.shop_table td,
.woocommerce div.product form.cart .group_table tr td label,
.wgl-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li a,
.wgl-theme-header .woo_mini_cart .woocommerce-mini-cart__buttons a,
.checkout.woocommerce-checkout #ship-to-different-address, .checkout.woocommerce-checkout #ship-to-different-address span,
.woocommerce.widget_shopping_cart .total strong,
.product_list_widget .product-title,
div.wgl-products .woocommerce-loop-product__title,
.woocommerce-tabs ul.tabs li {
  font-family: var(--starlitte-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 span.price {
  font-family: var(--starlitte-header-font-family);
  font-weight: var(--starlitte-header-font-weight);
}

/* ==================== ↓ Primary Color ==================== */
div.wgl-products div.product-category a:hover h2,
.wgl-theme-header .wgl-woo_mini_cart .header_cart-heading_description:after,
.wgl-theme-header .mini-cart a.woo_icon:hover,
div.wgl-products .price,
div.wgl-products .woocommerce-loop-product__title a:hover,
.product_list_widget li a:hover .product-title,
.product_list_widget .woocommerce-Price-amount,
.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 .wgl_mini-cart_image:hover ~ .wgl_mini-cart_contents a,
.woocommerce #order_review.woocommerce-checkout-review-order table.shop_table tbody tr.cart_item .woocommerce-Price-amount.amount,
.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,
.woocommerce ul.order_details li .woocommerce-Price-amount,
.widget_price_filter .button:before,
.woocommerce #review_form #respond p a,
.wgl_theme_module_message_box a:hover,
.woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce table.shop_table td.product-name a:hover,
.woocommerce-grouped-product-list-item__label a:hover {
  color: var(--starlitte-primary-color);
}

.wgl-theme-header .woo_mini-count span,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce span.onsale,
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  background-color: var(--starlitte-primary-color);
}

/* ==================== ↓ Button Font ==================== */
.woocommerce .widget_price_filter .price_slider_wrapper .price_slider_amount .button,
.woocommerce .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals button.button {
  color: var(--starlitte-button-color-idle);
}

div.wgl-products div.product a.button,
div.wgl-products div.product a.wc-forward,
.woocommerce button.button,
.woocommerce a.button.alt,
.woocommerce input.button.alt,
.woocommerce button.button.alt:hover,
.wc-proceed-to-checkout a.checkout-button,
.woocommerce-message a.button,
.woocommerce button.button.alt,
.woocommerce button.button[name=update_cart]:hover,
.woocommerce table.shop_table.cart .coupon .button,
.woocommerce table.shop_table.cart .button,
.woocommerce a.button,
.woocommerce #payment #place_order,
.woocommerce #respond input#submit,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-mini-cart__buttons .button:not(.checkout),
.woocommerce-mini-cart__buttons .button.checkout:hover,
.wgl-theme-header .woocommerce .woo_mini_cart .buttons .button:not(.checkout),
.wgl-theme-header .woocommerce .woo_mini_cart .buttons .button.checkout:hover,
.woocommerce-widget-layered-nav-dropdown__submit,
.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],
.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce #respond input#submit.disabled:hover,
.woocommerce #respond input#submit:hover:disabled,
.woocommerce #respond input#submit:hover:disabled[disabled],
.woocommerce a.button.disabled:hover,
.woocommerce a.button:hover:disabled,
.woocommerce a.button:hover:disabled[disabled],
.woocommerce button.button.disabled:hover,
.woocommerce button.button:hover:disabled,
.woocommerce button.button:hover:disabled[disabled],
.woocommerce input.button.disabled:hover,
.woocommerce input.button:hover:disabled,
.woocommerce input.button:hover:disabled[disabled],
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:hover:disabled,
.woocommerce #respond input#submit.alt:hover:disabled[disabled],
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:hover:disabled,
.woocommerce a.button.alt:hover:disabled[disabled],
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:hover:disabled,
.woocommerce button.button.alt:hover:disabled[disabled],
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:hover:disabled,
.woocommerce input.button.alt:hover:disabled[disabled] {
  background-color: var(--starlitte-button-color-idle);
}

.woocommerce.single-product div.product div.images.woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  background-color: var(--starlitte-button-color-idle);
}

div.wgl-products div.product a.button:hover,
div.wgl-products div.product a.wc-forward:hover,
.woocommerce-message a.button:hover,
.woocommerce #payment #place_order:hover,
.woocommerce #respond input#submit:hover,
.woocommerce #review_form #respond input#submit:hover,
.woocommerce button.button:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button:hover,
.woocommerce a.button:hover,
.woocommerce-message a.button:hover,
.woocommerce table.shop_table.cart .button:hover,
.woocommerce table.shop_table.cart .coupon .button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
  background-color: var(--starlitte-button-color-hover);
}

.woocommerce.single-product div.product div.images.woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover {
  background-color: var(--starlitte-button-color-hover);
}

.woocommerce #respond input#submit.loading::after,
.woocommerce a.button.loading::after,
.woocommerce button.button.loading::after,
.woocommerce input.button.loading::after,
.woocommerce button.button.single_add_to_cart_button:after,
.woocommerce div.product form.cart .quantity .quantity-wrapper span:hover,
.woocommerce .widget_price_filter .price_slider_wrapper .price_slider_amount .button:hover,
.woocommerce .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals button.button:hover,
.woocommerce-cart .cart-collaterals .shipping-calculator-button:hover {
  color: var(--starlitte-button-color-hover);
}

.woocommerce table.shop_table thead,
.wgl-woo-button .morph_element:after,
.woocommerce .widget_layered_nav .woocommerce-widget-layered-nav-dropdown__submit:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
  background-image: repeating-linear-gradient(-45deg, var(--starlitte-header-font-color), var(--starlitte-header-font-color) 2px, var(--starlitte-secondary-color) 3px, var(--starlitte-secondary-color) 10px);
}

/* ==================== ↓ Secondary Color ==================== */
.woocommerce .summary .product_meta:after,
.woocommerce .cart-collaterals .cart_totals .title-wrapper:after,
.woocommerce-page .cart-collaterals .cart_totals .title-wrapper:after,
.wgl-theme-header .mini-cart .woo_mini_cart .title-wrapper:after,
.woocommerce div.product .woocommerce-product-details__short-description:after {
  background-color: var(--starlitte-secondary-color);
}