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

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

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

.wgl-theme-header .elementor-widget-container .wgl-mini-cart_wrapper {
  vertical-align: text-top;
}
.wgl-theme-header .wgl-mini-cart_wrapper {
  display: inline-block;
}
.wgl-theme-header .mini-cart {
  display: inline-block;
  position: relative;
}
.wgl-theme-header .mini-cart .mini_cart-overlay {
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.wgl-theme-header .mini-cart a {
  color: inherit;
  cursor: pointer;
}
.wgl-theme-header .mini-cart a.woo_icon {
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 25px;
  line-height: 1em;
}
.wgl-theme-header .mini-cart:hover svg line.st_transform-left {
  transform: rotate(-60deg);
}
.wgl-theme-header .mini-cart:hover svg line.st_transform-right {
  transform: rotate(60deg);
}
.wgl-theme-header .mini-cart.open_cart .mini_cart-overlay {
  background: #000000;
  visibility: visible;
  opacity: 0.4;
}
.wgl-theme-header .mini-cart.open_cart .woo_mini_cart {
  transform: translateX(0);
}
.wgl-theme-header .mini-cart .woo_mini_cart:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 38px;
  top: -38px;
  left: 0;
  right: 0;
}
.wgl-theme-header .mini-cart .woocommerce-mini-cart.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: 350px;
  min-height: 20%;
  max-height: calc(100% - 30px);
  border-radius: unset;
  padding: 25px 35px 40px;
  box-shadow: 5px 6px 30px 0px rgba(0, 0, 0, 0.1);
  text-align: center;
  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.cart_list li.mini_cart_item.woocommerce-mini-cart-item .quantity {
  color: #7f7f7f;
}
.wgl-theme-header .woocommerce .woo_mini_cart .total .woocommerce-Price-amount,
.wgl-theme-header .woocommerce .woo_mini_cart .product_list_widget .woocommerce-Price-amount {
  color: var(--transmax-primary-color);
}
.wgl-theme-header .woocommerce .woo_mini_cart ul {
  padding: 10px 20px 0 0;
  margin: 0 -20px auto 0;
  max-height: 421px;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-color: var(--transmax-primary-color) var(--transmax-submenu-background);
  scrollbar-width: thin;
}
.wgl-theme-header .woocommerce .woo_mini_cart ul::-webkit-scrollbar {
  width: 3px;
}
.wgl-theme-header .woocommerce .woo_mini_cart ul::-webkit-scrollbar-track {
  background-color: var(--transmax-primary-color);
  border-left: 1px solid var(--transmax-submenu-background);
  border-right: 1px solid var(--transmax-submenu-background);
}
.wgl-theme-header .woocommerce .woo_mini_cart ul::-webkit-scrollbar-thumb {
  background-color: var(--transmax-primary-color);
}
.wgl-theme-header .woocommerce .woo_mini_cart .buttons .button.checkout {
  background-color: var(--transmax-button-bg-color-hover);
}
.wgl-theme-header .woocommerce .woo_mini_cart .buttons .button.checkout:hover {
  background-color: var(--transmax-button-bg-color-idle);
  border-color: var(--transmax-button-bg-color-idle);
}
.wgl-theme-header .woocommerce .woo_mini_cart a.remove:before {
  color: #aeaeae;
}
.wgl-theme-header .woocommerce .woo_mini_cart a.remove:hover:before {
  color: red;
}
.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 .blockUI.blockOverlay {
  background-color: transparent !important;
}
.wgl-theme-header .woo_mini-count {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-left: 11px;
  font-weight: 600;
  font-size: 21px;
  line-height: 1em;
}
.wgl-theme-header .woo_mini-count:before {
  font-weight: 400;
}
.wgl-theme-header .woo_mini-count span {
  display: inline-block;
  position: absolute;
  z-index: 0;
  left: calc(100% - 7px);
  top: -12px;
  height: 20px;
  min-width: 20px;
  border-radius: 10px;
  padding: 0 4px;
  font-style: normal;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  backface-visibility: hidden;
  border: 0;
  transition: 0.4s;
  background: var(--transmax-primary-color);
}

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

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

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

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

.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
  width: 50%;
  margin: 0 0 22px;
  font-size: 16px;
  font-weight: 400;
  color: #3c3c3c;
}
.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
  width: 50%;
  float: left;
  text-align: right;
  margin-bottom: 0;
}
.woocommerce .woocommerce-ordering select,
.woocommerce-page .woocommerce-ordering select {
  float: right;
  display: block;
  width: 270px;
  max-width: calc(100% - 30px);
  outline: none;
  padding: 0 20px;
  -webkit-appearance: none;
  appearance: none;
}
.woocommerce .woocommerce-ordering select.orderby,
.woocommerce-page .woocommerce-ordering select.orderby {
  max-width: unset;
}

.woo_product_post_media {
  margin: 0;
}

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

.woocommerce .wgl-products {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  margin: calc( -5px - ( var(--products-gap) / 2 ) ) 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);
  }
}
.woocommerce .wgl-products.animated_products .product {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
}
.woocommerce .wgl-products.animated_products .product.visible_item {
  animation-fill-mode: both;
  animation-name: wgl_fadeInUp;
  animation-duration: 0.3s;
}
.woocommerce .wgl-products .product {
  display: flex;
  align-items: center;
  flex-flow: column nowrap;
  margin: calc( var(--products-gap) / 2 - 7px ) calc( var(--products-gap) / 2 );
  padding: 0;
  border-radius: unset;
}
.woocommerce .wgl-products .product .woo_product_image {
  display: flex;
  justify-content: center;
  border: unset;
  transition: inherit;
  overflow: hidden;
  position: relative;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  margin-bottom: 8px;
}
.woocommerce .wgl-products .product .woo_product_image:before, .woocommerce .wgl-products .product .woo_product_image:after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 0;
  height: 0;
  opacity: 0;
  pointer-events: none;
  border: 2px solid var(--transmax-primary-color);
  border-top: none;
  box-sizing: content-box;
  transition: height 0.3s ease-out, width 0.3s ease-out 0.3s, border-color 0.4s ease-in-out;
}
.woocommerce .wgl-products .product .woo_product_image:before {
  right: 50%;
  border-right: none;
}
.woocommerce .wgl-products .product .woo_product_image:after {
  left: 50%;
  border-left: none;
}
.woocommerce .wgl-products .product .woo_product_image.hover_animage:before, .woocommerce .wgl-products .product .woo_product_image.hover_animage:after {
  border-color: var(--transmax-button-bg-color-hover);
}
.woocommerce .wgl-products .product .woo_product_image.hover_animage .picture:before, .woocommerce .wgl-products .product .woo_product_image.hover_animage .picture:after {
  border-color: var(--transmax-button-bg-color-hover);
}
.woocommerce .wgl-products .product .woo_product_image .picture:before, .woocommerce .wgl-products .product .woo_product_image .picture:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  width: 2px;
  height: 2px;
  opacity: 0;
}
.woocommerce .wgl-products .product .woo_product_image .picture:before {
  right: 0%;
}
.woocommerce .wgl-products .product .woo_product_image .picture:after {
  left: 0%;
}
.woocommerce .wgl-products .woo_product_content {
  display: flex;
  flex-direction: column;
  align-self: flex-start;
  padding: 9px 10px 30px;
  text-align: center;
  opacity: 1;
  transition: 0.3s;
}
.woocommerce .wgl-products .woo_product_content .woocommerce-loop-product__title {
  position: relative;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
}
.woocommerce .wgl-products .woo_product_content .woocommerce-loop-product__title a {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}
.woocommerce .wgl-products .woo_product_content .price {
  display: block;
  margin-top: 7px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  color: var(--transmax-primary-color);
}
.woocommerce .wgl-products .woo_product_content .price del {
  margin-right: 7px;
  opacity: 1;
}
.woocommerce .wgl-products .woo_product_content .price ins {
  font-weight: inherit;
}
.woocommerce .wgl-products .woocommerce-loop-category__title {
  font-size: 20px;
  line-height: 1.7;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  margin-top: 14px;
  margin-bottom: 9px;
  transition: color 0.4s;
}
.woocommerce .wgl-products .woocommerce-loop-category__title mark {
  color: #b7b7b7;
  background-color: unset;
}
.woocommerce .wgl-products .woo_product_content .star-rating {
  float: none;
  width: 6.6em;
  margin: 18px auto 3px;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.31em;
  order: 1;
  color: var(--transmax-primary-color);
}
.woocommerce .wgl-products .woo_product_content .star-rating:before {
  content: "SSSSS";
}
.woocommerce .wgl-products .wgl-carousel {
  margin: 0 -15px;
  padding: 0 15px;
}
.woocommerce .wgl-products .wgl-carousel.swiper-container-horizontal > .swiper-pagination-bullets {
  width: 100%;
  margin-top: 0;
}
.woocommerce .wgl-products .wgl-carousel div.product.swiper-slide {
  margin: 10px 0;
  padding: 0;
}

.woocommerce .star-rating {
  width: 6.6em;
  margin-top: 0.4em;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.31em;
  margin-left: 0.5em;
}
.woocommerce .star-rating,
.woocommerce .star-rating span {
  color: var(--transmax-primary-color);
}
.woocommerce .star-rating:before,
.woocommerce .star-rating span:before {
  content: "SSSSS";
}
.woocommerce .star-rating:before {
  color: rgba(var(--transmax-primary-rgb), 0.3);
}
.woocommerce .woocommerce-product-rating .star-rating {
  width: 6.6em;
  font-size: 13px;
  margin-top: 0;
  margin-right: 9px;
  margin-left: 0;
}

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

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

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

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

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

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

@media all and (max-width: 1599px) {
  body[data-elementor-device-mode=desktop] .columns-6 .wgl-products,
body[data-elementor-device-mode=desktop] .columns-5 .wgl-products {
    --products-width: 25% !important;
  }
}
body[data-elementor-device-mode=tablet] .columns-tablet-6 .wgl-products {
  --products-width: 16.66666%;
}
body[data-elementor-device-mode=tablet] .columns-tablet-5 .wgl-products {
  --products-width: 20%;
}
body[data-elementor-device-mode=tablet] .columns-tablet-4 .wgl-products {
  --products-width: 25%;
}
body[data-elementor-device-mode=tablet] .columns-tablet-3 .wgl-products {
  --products-width: 33.33333%;
}
body[data-elementor-device-mode=tablet] .columns-tablet-2 .wgl-products {
  --products-width: 50%;
}
body[data-elementor-device-mode=tablet] .columns-tablet-1 .wgl-products {
  --products-width: 100%;
  --products-gap: 20px;
}

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

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

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

div.wgl-products div.product {
  transition: 0.4s;
}
div.wgl-products div.product .woo_product_inner_wrapper {
  position: relative;
  z-index: 4;
  width: 100%;
}
div.wgl-products div.product .picture {
  position: relative;
  margin-bottom: 0;
  text-align: center;
  overflow: hidden;
  width: 100%;
}
div.wgl-products div.product .picture .woo_post-link {
  display: block;
  position: relative;
  font-size: 0;
  line-height: 0;
  margin: auto;
}
div.wgl-products div.product .picture img {
  transition: opacity 0.7s, transform 0.6s;
}
div.wgl-products div.product .picture img.attachment-shop_catalog {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  pointer-events: none;
  opacity: 0;
}
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:after {
  opacity: 1;
}
div.wgl-products div.product:hover .woo_product_image:before, div.wgl-products div.product:hover .woo_product_image:after, div.wgl-products div.product.added_to_cart_item .woo_product_image:before, div.wgl-products div.product.added_to_cart_item .woo_product_image:after {
  width: calc(50% - 2px);
  height: calc(100% - 3px);
  transition: width 0.3s ease-out, height 0.3s ease-out 0.3s, border-color 0.4s ease-in-out;
  opacity: 1;
}
div.wgl-products div.product:hover .woo_product_image .picture:before, div.wgl-products div.product:hover .woo_product_image .picture:after, div.wgl-products div.product.added_to_cart_item .woo_product_image .picture:before, div.wgl-products div.product.added_to_cart_item .woo_product_image .picture:after {
  opacity: 1;
  border-top: 2px solid var(--transmax-primary-color);
  width: calc(50% + 0.03px);
  height: 2px;
  transition: opacity 0s ease-out 0.58s, width 0.3s ease-out 0.6s, border-color 0.4s ease-in-out;
}
div.wgl-products div.product .wgl_woo_button_wrapper {
  position: absolute;
  top: 0px;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  pointer-events: none;
  transform: translateZ(0);
  text-align: center;
  z-index: 2;
}
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: 11px 30px 12px 12px;
}
div.wgl-products div.product a.button,
div.wgl-products div.product a.wc-forward {
  position: absolute;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: unset;
  padding: 14px 22px 14px;
  text-indent: 0;
  margin: 0 auto;
  max-width: calc(100% - 30px);
  min-width: 186px;
  font-weight: 700;
  font-size: 14px;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  transform-style: preserve-3d;
  transform: translate(0px, 100px);
}
div.wgl-products div.product a.button:before,
div.wgl-products div.product a.wc-forward:before {
  content: "\f11f";
  font-family: "Flaticon";
  font-size: 21px;
  position: relative;
  font-weight: 400;
}
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;
  margin: 21px 8px;
  border-radius: 30px;
  width: 20px;
  height: 20px;
  padding: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all 0.4s ease-in-out;
  border-top: 2px solid CurrentColor;
  border-right: 2px solid transparent;
  border-bottom: 0 solid transparent;
  border-left: 1px solid CurrentColor;
  transform: translateZ(0);
  transform-origin: 50% 50%;
  opacity: 0;
}
div.wgl-products div.product a.button.loading:before,
div.wgl-products div.product a.wc-forward.loading:before {
  animation: wgl_button_active 0.6s ease-in-out forwards;
}
div.wgl-products div.product a.button:hover,
div.wgl-products div.product a.wc-forward:hover {
  transition: all 0.4s ease-in-out;
}
div.wgl-products div.product a.button.added {
  opacity: 0 !important;
  visibility: hidden;
  transition: all 0.5s 1s ease-in-out, padding 0.5s ease-in-out;
  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: 1.6s;
  animation-name: wgl_flash_in;
  animation-duration: 0.5s;
  animation-timing-function: ease-in-out;
}
div.wgl-products div.product a.added_to_cart {
  opacity: 0;
  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.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(50%);
    visibility: hidden;
  }
  to {
    opacity: 1;
    transform: translateY(0);
    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;
  }
}

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

.woocommerce #reviews #comments ol.commentlist li .raiting-meta-data {
  display: inline-block;
  vertical-align: top;
  margin-left: 0;
  margin-top: 3px;
}
.woocommerce #reviews #comments ol.commentlist li .raiting-meta-data .star-rating {
  margin-left: 0;
  margin-top: 0;
}
.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: 0;
  left: 0;
  right: auto;
  min-width: 45px;
  min-height: unset;
  width: auto;
  height: 25px;
  border-radius: 0;
  padding: 4px 7px 2px 7px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}
.woocommerce .products .star-rating {
  margin: 5px auto 10px;
}

.woocommerce div.product form.cart .group_table tr {
  border: 0;
}
.woocommerce div.product form.cart .group_table tr .woocommerce-grouped-product-list-item__label {
  text-align: left;
}
.woocommerce div.product form.cart .group_table tr td {
  vertical-align: middle;
}
.woocommerce div.product form.cart .group_table tr td label {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.25em;
}
.woocommerce div.product form.cart .group_table tr td .woocommerce-Price-amount {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5em;
}
.woocommerce div.product form.cart .group_table tr td del .woocommerce-Price-amount {
  font-weight: 700;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  border: unset;
  border-radius: 0;
  font-size: 14px;
  font-weight: 700;
  padding: 14px 40px;
  line-height: 30px;
  border: unset;
  height: auto;
  letter-spacing: 0;
  vertical-align: top;
  border-width: 1px;
  border-style: solid;
}
.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: 14px 40px;
}
.woocommerce #respond input#submit {
  padding: 12px 27px;
  min-width: 150px;
}
.woocommerce .variations_form a.button.disabled, .woocommerce .variations_form a.button:disabled, .woocommerce .variations_form a.button:disabled[disabled],
.woocommerce .variations_form button.button.disabled,
.woocommerce .variations_form button.button:disabled,
.woocommerce .variations_form button.button:disabled[disabled],
.woocommerce .variations_form input.button.disabled,
.woocommerce .variations_form input.button:disabled,
.woocommerce .variations_form input.button:disabled[disabled] {
  padding: 14px 40px;
}

.woocommerce form.checkout_coupon {
  border-radius: 0;
  border: unset;
  padding: 38px 40px 40px;
  background: #ffffff;
  box-shadow: 6px 5px 25px 0 rgba(0, 0, 0, 0.1);
}
.woocommerce form.checkout_coupon .form-row {
  float: left;
}
.woocommerce form.checkout_coupon .form-row.form-row-first {
  padding-left: 0;
  padding-right: 5px;
}
.woocommerce form.checkout_coupon .form-row.form-row-last {
  padding-left: 5px;
  padding-right: 0;
}
.woocommerce form.checkout_coupon button.button {
  padding: 14px 40px;
}

.woocommerce form .form-row,
.woocommerce-page form .form-row {
  padding: 0;
  margin: 0 0 13px;
}
.woocommerce form .form-row-first, .woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
  width: calc(50% - 15px);
}
.woocommerce form .form-row textarea,
.woocommerce-page form .form-row textarea {
  height: 130px;
}

.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: 14px 40px 14px;
  background-color: #f5f5f5 !important;
  border-color: #f5f5f5 !important;
  color: var(--transmax-secondary-color) !important;
  opacity: 1;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  color: #ffffff;
}
.woocommerce .coupon ~ .wgl-woo-button #respond input#submit,
.woocommerce .coupon ~ .wgl-woo-button a.button,
.woocommerce .coupon ~ .wgl-woo-button button.button,
.woocommerce .coupon ~ .wgl-woo-button input.button {
  padding: 10px 33px;
}
.woocommerce .coupon ~ .wgl-woo-button #respond input#submit.disabled, .woocommerce .coupon ~ .wgl-woo-button #respond input#submit:disabled, .woocommerce .coupon ~ .wgl-woo-button #respond input#submit:disabled[disabled],
.woocommerce .coupon ~ .wgl-woo-button a.button.disabled,
.woocommerce .coupon ~ .wgl-woo-button a.button:disabled,
.woocommerce .coupon ~ .wgl-woo-button a.button:disabled[disabled],
.woocommerce .coupon ~ .wgl-woo-button button.button.disabled,
.woocommerce .coupon ~ .wgl-woo-button button.button:disabled,
.woocommerce .coupon ~ .wgl-woo-button button.button:disabled[disabled],
.woocommerce .coupon ~ .wgl-woo-button input.button.disabled,
.woocommerce .coupon ~ .wgl-woo-button input.button:disabled,
.woocommerce .coupon ~ .wgl-woo-button input.button:disabled[disabled] {
  padding: 10px 33px;
}

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

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

@keyframes fade_in {
  100% {
    opacity: 1;
  }
}
@keyframes slide_top {
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slide_bottom {
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slide_left {
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slide_right {
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes zoom_in {
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/* ==================== ##Shop - Single ==================== */
.woocommerce .summary .product_meta {
  position: relative;
  margin-top: 11px;
  border-top: 1px solid #e5e5e5;
  padding: 28px 0 28px;
}
.woocommerce .summary .product_meta > span {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 35px;
  margin-bottom: 2px;
}
.woocommerce .summary .product_meta > span span,
.woocommerce .summary .product_meta > span a {
  font-weight: 400;
}
.woocommerce .summary .woocommerce-product-details__short-description {
  font-size: 18px;
  line-height: 1.7777em;
}
.woocommerce .summary .woocommerce-product-details__short-description > ul {
  padding-top: 5px;
}
.woocommerce .summary table.shop_attributes {
  border: unset;
  margin-top: 2px;
  margin-bottom: 20px;
  width: 100%;
  font-size: 16px;
}
.woocommerce .summary table.shop_attributes tr {
  display: block;
}
.woocommerce .summary table.shop_attributes tr:not(:last-child) {
  margin-bottom: 7px;
}
.woocommerce .summary table.shop_attributes th, .woocommerce .summary table.shop_attributes td {
  background: transparent !important;
}
.woocommerce .summary table.shop_attributes th {
  width: auto;
  border: unset;
  font-weight: 700;
  display: inline-block;
  position: relative;
  padding: 0;
  font-family: var(--transmax-header-font-family);
  color: var(--transmax-header-font-color);
}
.woocommerce .summary table.shop_attributes th:before {
  display: none;
  content: "";
  position: absolute;
  z-index: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  top: 0.65em;
  left: 3px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--transmax-primary-color);
}
.woocommerce .summary table.shop_attributes th:after {
  content: ":";
}
.woocommerce .summary table.shop_attributes td {
  display: inline-block;
  width: auto;
  border: unset;
  font-style: normal;
  font-family: var(--transmax-header-font-family);
  color: var(--transmax-header-font-color);
}
.woocommerce .summary table.shop_attributes td p {
  padding: 0;
}

.woocommerce div.product form.cart {
  margin-top: 0;
  padding-top: 10px;
  margin-bottom: 29px;
}
.woocommerce div.product.variations_form {
  display: block;
}
.woocommerce div.product.variations_form .woocommerce-variation-add-to-cart {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.woocommerce div.product.grouped_form .group_table {
  margin-top: -15px;
  margin-bottom: 30px;
}
.woocommerce div.product.grouped_form .button.product_type_variable {
  margin-bottom: 0;
}
.woocommerce div.product.grouped_form div.quantity .quantity_title {
  display: none;
}
.woocommerce div.product.grouped_form .woocommerce-grouped-product-list-item__label {
  text-align: left;
}
.woocommerce div.product.grouped_form .woocommerce-grouped-product-list-item__label a {
  color: var(--transmax-header-font-color);
}
.woocommerce div.product.grouped_form .woocommerce-grouped-product-list-item__label a:hover {
  color: var(--transmax-primary-color);
}
.woocommerce div.product.grouped_form .woocommerce-grouped-product-list-item__price {
  display: flex;
  height: var(--quantity-height);
  align-items: center;
  box-sizing: content-box;
  color: var(--transmax-primary-color);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  padding-right: 0;
}
.woocommerce div.product.grouped_form .woocommerce-grouped-product-list-item__price del {
  margin-right: 1em;
}
.woocommerce div.product.grouped_form tr {
  border: 0;
}
.woocommerce div.product.grouped_form td {
  vertical-align: middle;
  padding: 0 0 20px 0;
}
.woocommerce div.product.grouped_form td.woocommerce-grouped-product-list-item__quantity {
  width: 82px;
  min-width: -moz-fit-content;
  min-width: fit-content;
  padding-right: 10px;
}
.woocommerce div.product.grouped_form td label {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.25;
  font-family: var(--transmax-content-font-family);
  font-weight: 500;
}
@media all and (max-width: 1200px) {
  .woocommerce div.product.grouped_form div.quantity .quantity_title {
    display: none;
  }
  .woocommerce div.product.grouped_form td.woocommerce-grouped-product-list-item__quantity {
    padding-right: 0;
  }
}
@media all and (max-width: 768px) {
  .woocommerce div.product.grouped_form {
    padding-top: 30px;
  }
  .woocommerce div.product.grouped_form tr {
    display: flex;
    flex-wrap: wrap;
  }
  .woocommerce div.product.grouped_form td.woocommerce-grouped-product-list-item__label {
    width: 100%;
    order: -1;
    padding: 15px 0 5px;
  }
  .woocommerce div.product.grouped_form td.woocommerce-grouped-product-list-item__price {
    padding-left: 20px;
  }
}
.woocommerce div.product .button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  text-align: left;
  margin-bottom: 20px;
  flex-grow: 1;
  min-width: 210px;
  max-width: 100%;
}
.woocommerce div.product .button::before {
  content: "\f11f";
  font-size: 20px;
  font-family: "Flaticon";
  font-weight: 400;
}
.woocommerce div.product .button:hover {
  color: var(--transmax-button-color-hover);
  background-color: var(--transmax-button-bg-hover);
  border-color: var(--transmax-button-border-hover);
}
.woocommerce div.product .button.disabled, .woocommerce div.product .button:disabled, .woocommerce div.product .button:disabled[disabled] {
  border: #EEEEEE;
}
.woocommerce div.product .variations {
  margin-bottom: 30px;
  margin-top: -11px;
  position: relative;
}
.woocommerce div.product .woocommerce-variation-description {
  margin-bottom: 23px;
}
.woocommerce div.product .woocommerce-variation-description p:last-child {
  margin-bottom: 0;
}
.woocommerce div.product .woocommerce-variation-price span.price {
  margin-bottom: 27px;
}

.woocommerce.single-product div.product div.images.woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  opacity: 1;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 0;
  text-decoration: none;
  transition: opacity 0.4s, background-color 0.3s;
}
.woocommerce.single-product div.product div.images.woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover {
  color: #fff;
}
.woocommerce.single-product div.product div.images.woocommerce-product-gallery .woocommerce-product-gallery__trigger:before {
  content: "\f11c";
  font-family: "Flaticon";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 1.1em;
  height: 1.1em;
  line-height: 1.1em;
  border: unset;
  font-size: 22px;
  font-weight: normal;
  text-indent: 0;
  margin: auto;
}
.woocommerce.single-product div.product div.images.woocommerce-product-gallery .woocommerce-product-gallery__trigger:after {
  display: none;
}
.woocommerce.single-product div.product div.images.woocommerce-product-gallery .woocommerce-product-gallery__trigger + .woocommerce-product-gallery__wrapper {
  border-radius: 0px;
}
.woocommerce.single-product div.product div.images.woocommerce-product-gallery:hover .woocommerce-product-gallery__trigger {
  opacity: 1;
  transition-delay: 1.5s, 0s;
}

.product .flex-control-nav li {
  margin-left: 0;
  padding: 0;
}
.product .flex-control-nav li:before {
  display: none;
}
.product .flex-control-nav li img {
  margin: 0 auto;
}
.product .flex-control-nav.flex-control-paging {
  font-size: 0;
  line-height: 0;
  padding: 0;
  margin: 40px auto 0;
  max-width: -moz-fit-content;
  max-width: fit-content;
  text-align: center;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  position: relative;
}
.product .flex-control-nav.flex-control-paging:before {
  content: "";
  position: absolute;
  height: 1px;
  left: 0;
  right: 0;
  margin: auto;
  background-color: var(--transmax-primary-color);
  opacity: 0.5;
}
.product .flex-control-nav.flex-control-paging li {
  display: inline-block;
  margin: -4px 0 0;
  padding: 0;
  width: 65px;
}
.product .flex-control-nav.flex-control-paging li a {
  text-indent: -9999px;
  display: block;
  height: 9px;
  width: 100%;
  padding: 0;
}
.product .flex-control-nav.flex-control-paging li a:before {
  content: "";
  position: absolute;
  top: 4px;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  margin: 0 auto;
  opacity: 0;
  background-color: var(--transmax-primary-color);
  transition: all 0.3s;
  transform: scaleY(1);
  width: 100%;
}
.product .flex-control-nav.flex-control-paging li a.flex-active:before {
  width: calc(100% - 20px);
  opacity: 1;
  transform: scaleY(3);
}

.woocommerce div.product div.images,
.woocommerce #content div.product div.images,
.woocommerce-page div.product div.images,
.woocommerce-page #content div.product div.images {
  width: 47%;
  max-width: 540px;
  margin-bottom: 41px;
}
.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: 50%;
  max-width: 575px;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.woocommerce div.product {
  margin-bottom: 38px;
}
.woocommerce div.product .woocommerce-product-rating {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.woocommerce div.product .summary .woocommerce-product-rating {
  margin-bottom: 1px;
  padding-top: 2px;
}
.woocommerce div.product div.images.woocommerce-product-gallery img {
  display: block;
  border-radius: 0px;
}
.woocommerce div.product div.images.woocommerce-product-gallery figure {
  overflow: hidden;
  border-radius: 0;
}
.woocommerce div.product div.images.woocommerce-product-gallery .flex-viewport {
  border-radius: 0px;
  overflow: hidden;
  pointer-events: none;
}
.woocommerce div.product div.images.woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image > img {
  overflow: hidden;
  border-radius: 0px;
  pointer-events: auto;
}
.woocommerce div.product div.images.woocommerce-product-gallery .flex-viewport img {
  border-radius: 0px;
}
.woocommerce div.product div.images.woocommerce-product-gallery .flex-control-thumbs {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  grid-gap: 25px;
  margin-top: 27px;
  overflow: visible !important;
  pointer-events: none;
}
.woocommerce div.product div.images.woocommerce-product-gallery .flex-control-thumbs:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.woocommerce div.product div.images.woocommerce-product-gallery .flex-control-thumbs li {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  cursor: pointer;
  width: 100%;
  pointer-events: auto;
}
.woocommerce div.product div.images.woocommerce-product-gallery .flex-control-thumbs li,
.woocommerce div.product div.images.woocommerce-product-gallery .flex-control-thumbs li img {
  border-radius: 0px;
  position: relative;
  transition: 0.45s;
  outline: 2px solid transparent;
  outline-offset: 0;
}
.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 {
  outline: 2px solid var(--transmax-primary-color);
}
.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.19em;
  margin-bottom: 0;
  font-size: 42px;
  line-height: 1.2em;
}
.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 form.cart table {
  border: unset;
}
.woocommerce div.product form.cart .variations tr {
  border: 0;
  border-bottom: 10px solid transparent;
}
.woocommerce div.product form.cart .variations th.label {
  padding: 0;
  width: 100px;
  line-height: 24px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .woocommerce div.product form.cart .variations th.label {
    width: 100px;
  }
}
.woocommerce div.product form.cart .variations th.label label {
  font-family: var(--transmax-content-font-family);
  font-size: 16px;
  font-weight: 700;
  color: var(--transmax-header-font-color);
  margin: 0 15px 0 0;
}
@media (max-width: 767px) {
  .woocommerce div.product form.cart .variations th.label label {
    margin: 0 10px 0 0;
  }
}
.woocommerce div.product form.cart .variations th.label label::after {
  content: ":";
}
.woocommerce div.product form.cart .variations td.value {
  max-width: 270px;
}
.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
  line-height: 1;
  padding: 0;
  vertical-align: unset;
}
.woocommerce div.product form.cart .variations select {
  min-width: auto;
  display: inline-block;
  margin-right: 0;
  margin-bottom: 0;
  cursor: pointer;
  width: 100%;
}
.woocommerce div.product form.cart .reset_variations {
  position: absolute;
  top: 100%;
  right: 0;
  font-size: 12px;
  line-height: 24px;
}
.woocommerce div.product form.cart .single_variation {
  margin-top: 21px;
  margin-bottom: 21px;
}

.woocommerce-review-link {
  color: rgba(var(--transmax-content-rgb), 1);
  font-size: 14px;
}

div.product .summary span.price,
.woocommerce div.product .summary p.price,
.woocommerce div.product .summary .woocommerce-variation-price .price {
  margin-top: 14px;
  font-size: 24px;
  font-weight: 700;
  color: var(--transmax-primary-color);
  line-height: 1.5em;
  margin-bottom: 22px;
}
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 {
  margin-right: 0.3em;
  color: #7f7f7f;
}
.woocommerce del .woocommerce-Price-amount {
  color: inherit;
}
.woocommerce div.product p.price del {
  opacity: 0.5;
}
.woocommerce ins {
  text-decoration: none;
}

.related.products,
.upsells.products {
  clear: both;
  padding-top: 0;
}
.related.products > h4,
.upsells.products > h4 {
  text-align: center;
  position: relative;
  z-index: 1;
  margin-bottom: 46px;
  font-size: 36px;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .related.products > h4,
.upsells.products > h4 {
    font-size: 26px;
  }
}

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

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

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

/* ==================== ##Shop - Cart ==================== */
.widget_shopping_cart_content .woocommerce-mini-cart__empty-message {
  text-align: center;
}

.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
  margin-bottom: 30px;
  padding: 0;
}
.woocommerce ul.cart_list li:last-child,
.woocommerce ul.product_list_widget li:last-child {
  margin-bottom: 0;
}
.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
}
.woocommerce ul.cart_list li a:hover,
.woocommerce ul.product_list_widget li a:hover {
  color: var(--transmax-header-font-color);
  -webkit-text-decoration-color: var(--transmax-header-font-color);
  text-decoration-color: var(--transmax-header-font-color);
}
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
  float: left;
  width: 70px;
  margin: 0;
  border: unset;
  border-radius: 0px;
  background: unset;
  transition: inherit;
}
.woocommerce ul.cart_list li dl,
.woocommerce ul.product_list_widget li dl {
  padding-left: 0;
  border-left: none;
  margin-bottom: 0;
}
.woocommerce ul.cart_list li dl dd,
.woocommerce ul.product_list_widget li dl dd {
  margin: 0;
  padding: 0;
}
.woocommerce ul.cart_list li del .woocommerce-Price-amount,
.woocommerce ul.product_list_widget li del .woocommerce-Price-amount {
  text-decoration: line-through;
}
.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 25px 0 0;
  transition: opacity 0.3s;
}
.woocommerce .wgl_mini-cart_flex .wgl_mini-cart_contents {
  margin-right: 15px;
  margin-top: -5px;
  transition: opacity 0.3s;
}
.woocommerce .wgl_mini-cart_flex p.price {
  line-height: 26px;
}
.woocommerce .widget_shopping_cart .cart_list li, .woocommerce.widget_shopping_cart .cart_list li {
  padding-left: 0;
}
.woocommerce .widget_shopping_cart .total, .woocommerce.widget_shopping_cart .total {
  border: unset;
  padding-top: 19px;
}
.woocommerce .widget_shopping_cart .buttons .button, .woocommerce.widget_shopping_cart .buttons .button {
  margin: 0 0 10px;
}

.woocommerce .woo_mini_cart ul.cart_list li.mini_cart_item.woocommerce-mini-cart-item a.remove {
  position: absolute;
  z-index: 2;
  top: 3px;
  left: auto;
  right: 21px;
  margin: 0;
  padding-right: 0;
  font-size: 0;
}
.woocommerce .woo_mini_cart ul.cart_list li.mini_cart_item.woocommerce-mini-cart-item a.remove:before {
  position: relative;
  top: 0;
  right: 0;
  padding: 7px 3px;
  line-height: 0;
  box-shadow: none;
}
.woocommerce .woo_mini_cart ul.cart_list li.mini_cart_item.woocommerce-mini-cart-item a.remove:hover ~ * {
  opacity: 0.5;
}
.woocommerce .woo_mini_cart ul.cart_list li.mini_cart_item.woocommerce-mini-cart-item .quantity {
  margin-top: 7px;
}
.woocommerce .woo_mini_cart ul.cart_list li.mini_cart_item.woocommerce-mini-cart-item .quantity {
  display: block;
  color: #7f7f7f;
  transition: opacity 0.4s;
}
.woocommerce .woo_mini_cart ul.cart_list li.mini_cart_item.woocommerce-mini-cart-item .quantity,
.woocommerce .woo_mini_cart ul.cart_list li.mini_cart_item.woocommerce-mini-cart-item .quantity .amount {
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
}
.woocommerce .woo_mini_cart .total {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  flex-wrap: wrap;
  margin-top: 5px;
  margin-bottom: 17px;
  border: unset;
  padding-top: 18px;
  padding-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-align: left;
}
.woocommerce .woo_mini_cart .total strong {
  cursor: default;
  letter-spacing: 0;
}
.woocommerce .woo_mini_cart .total .woocommerce-Price-amount {
  padding-left: 10px;
}
.woocommerce .woo_mini_cart .buttons {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: -10px;
}
.woocommerce .woo_mini_cart .buttons .button {
  width: calc(50% - 5px);
  margin: 0 0 10px;
  padding: 9px 12px;
  font-size: 14px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  transition: 0.4s;
  border-width: 1px;
  border-style: solid;
}
.woocommerce .woo_mini_cart .buttons:before, .woocommerce .woo_mini_cart .buttons:after {
  display: none !important;
}
.woocommerce .woo_mini_cart .woocommerce-mini-cart__empty-message {
  font-size: 16px;
  line-height: 24px;
}

.woocommerce div.product form.cart .quantity {
  display: inline-block;
  position: relative;
  background-color: #ffffff;
}
.woocommerce div.product form.cart .quantity.wgl-number-input-hidden {
  display: none;
}
.woocommerce div.product form.cart .quantity label.label-qty {
  display: none;
}
.woocommerce div.product form.cart .quantity .quantity-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  height: 60px;
  line-height: 0;
  border-radius: 0;
  background: #f5f5f5;
  padding: 0 12px;
}
.woocommerce div.product form.cart .quantity .quantity-wrapper .qty {
  display: inline-block;
  height: 60px;
  min-width: 30px;
  width: 1.6675em;
  border: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 500;
  vertical-align: middle;
  background: transparent;
  margin-bottom: 0;
}
.woocommerce div.product form.cart .quantity .quantity-wrapper span {
  cursor: pointer;
  position: relative;
  z-index: 1;
  display: block;
  margin: 0;
  width: 18px;
  height: 18px;
  line-height: 18px;
  opacity: 1;
  transform: translateY(0);
  transition: 0.4s;
  border-radius: 0%;
  text-align: center;
  color: #a9a9a9;
}
.woocommerce div.product form.cart .quantity .quantity-wrapper span:after {
  content: "\f115";
  font-family: "Flaticon";
  display: inline-block;
  font-size: 12px;
}
.woocommerce div.product form.cart .quantity .quantity-wrapper span.plus:after {
  transform: scaleY(-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 div.quantity {
  margin-right: 10px;
  margin-bottom: 20px;
}
.woocommerce div.product form.cart div.quantity.hidden {
  display: none;
}
.woocommerce div.product form.cart .woocommerce-variation-add-to-cart-disabled .wgl-button {
  opacity: 0.5;
}

.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-totals .woocommerce-shipping-destination {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-totals .woocommerce-shipping-destination strong {
  font-weight: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.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: 570px;
  margin-top: 32px;
}
.woocommerce .cart-collaterals .cross-sells > h2,
.woocommerce-page .cart-collaterals .cross-sells > h2 {
  margin-bottom: 28px;
  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: 50%;
}
.woocommerce .cart-collaterals .cross-sells div.wgl-products > .product,
.woocommerce-page .cart-collaterals .cross-sells div.wgl-products > .product {
  float: left;
}
.woocommerce .cart-collaterals .cross-sells div.wgl-products.wgl-swiper-enable,
.woocommerce-page .cart-collaterals .cross-sells div.wgl-products.wgl-swiper-enable {
  display: block;
  margin: 0;
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  float: right;
  width: calc(100% - 570px - 30px);
  margin-top: 40px;
  margin-bottom: 60px;
  padding: 30px 40px 40px 40px;
  text-align: left;
  overflow: hidden;
  position: relative;
  background-color: var(--transmax-body-background);
  box-shadow: 5px 6px 30px 0px rgba(0, 0, 0, 0.1);
}
.woocommerce .cart-collaterals .cart_totals h2,
.woocommerce-page .cart-collaterals .cart_totals h2 {
  margin-bottom: 6px;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  position: relative;
  text-transform: capitalize;
  padding-bottom: 2px;
}
.woocommerce .cart-collaterals .cart_totals table tr,
.woocommerce-page .cart-collaterals .cart_totals table tr {
  border: 0;
}
.woocommerce .cart-collaterals .cart_totals table tr th,
.woocommerce-page .cart-collaterals .cart_totals table tr th {
  display: none;
}
.woocommerce .cart-collaterals .cart_totals table tr td,
.woocommerce-page .cart-collaterals .cart_totals table tr td {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.woocommerce .cart-collaterals .cart_totals table tr td:before,
.woocommerce-page .cart-collaterals .cart_totals table tr td:before {
  content: attr(data-title) ": ";
  font-weight: 700;
  letter-spacing: 0;
  float: none;
  order: -2;
  font-size: 20px;
}
.woocommerce .cart-collaterals .cart_totals table tr td:after,
.woocommerce-page .cart-collaterals .cart_totals table tr td:after {
  width: 100%;
  height: 1px;
  flex: 1;
  border-bottom: 1px solid rgba(var(--transmax-primary-rgb), 0.6);
  order: -1;
  margin: 0 20px;
  min-width: 10px;
}
.woocommerce .cart-collaterals .cart_totals table tr.cart-subtotal td,
.woocommerce-page .cart-collaterals .cart_totals table tr.cart-subtotal td {
  padding-bottom: 6px;
}
.woocommerce .cart-collaterals .cart_totals table tr.order-total td:before,
.woocommerce-page .cart-collaterals .cart_totals table tr.order-total td:before {
  font-size: 20px;
}
.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: 0;
  padding-bottom: 0;
  border: unset;
}
.woocommerce .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals td[data-title=Shipping],
.woocommerce-page .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals td[data-title=Shipping] {
  padding-top: 7px;
}
.woocommerce .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals td[data-title=Shipping] .wgl-shipping-wrapper-notice,
.woocommerce-page .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals td[data-title=Shipping] .wgl-shipping-wrapper-notice {
  margin-bottom: 0;
}
.woocommerce .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals td,
.woocommerce-page .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals td {
  flex-wrap: wrap;
}
.woocommerce .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals td .woocommerce-shipping-destination,
.woocommerce-page .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals td .woocommerce-shipping-destination {
  width: 100%;
}
.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.cart-discount td:before,
.woocommerce-page .cart-collaterals .cart_totals table tr.cart-discount td:before {
  content: attr(data-title) " ";
}
.woocommerce .cart-collaterals .cart_totals table tr.cart-discount .woocommerce-remove-coupon,
.woocommerce-page .cart-collaterals .cart_totals table tr.cart-discount .woocommerce-remove-coupon {
  margin-left: 5px;
}
.woocommerce .cart-collaterals .cart_totals table .shipping + .order-total td,
.woocommerce-page .cart-collaterals .cart_totals table .shipping + .order-total td {
  padding-top: 26px;
}
.woocommerce .cart-collaterals .cart_totals table td,
.woocommerce-page .cart-collaterals .cart_totals table td {
  padding: 4px 0;
  font-size: 20px;
  font-weight: 700;
  text-align: right;
}
.woocommerce .cart-collaterals .cart_totals table tr.order-total td .woocommerce-Price-amount.amount, .woocommerce .cart-collaterals .cart_totals table tr.cart-subtotal td .woocommerce-Price-amount.amount,
.woocommerce-page .cart-collaterals .cart_totals table tr.order-total td .woocommerce-Price-amount.amount,
.woocommerce-page .cart-collaterals .cart_totals table tr.cart-subtotal td .woocommerce-Price-amount.amount {
  font-size: 20px;
}

.woocommerce table.shop_table {
  border: 0;
  border-radius: 0;
  margin: 0;
  font-size: 18px;
  border-collapse: collapse;
  text-align: center;
}
.woocommerce table.shop_table .woocommerce-Price-amount.amount {
  font-size: 18px;
  font-weight: 700;
  color: var(--transmax-primary-color);
}
.woocommerce table.shop_table.cart input.button {
  height: 50px;
  margin-left: 9px;
  margin-right: 20px;
  border-width: 1px;
  border-style: solid;
  border-radius: 0;
  padding: 0 25px;
  font-size: 18px;
  line-height: 56px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0;
  background-color: transparent;
}
.woocommerce table.shop_table.cart input.button:hover {
  color: #ffffff;
}
.woocommerce table.shop_table div.quantity .qty {
  display: inline-block;
  width: 90px;
  height: 56px;
  vertical-align: middle;
  border-radius: unset;
  border: 1px solid #e4e4e4;
  padding: 0 0 9px 0;
  font-size: 28px;
  background: #ffffff;
}
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
  font-weight: 700;
}
.woocommerce table.shop_table td {
  padding: 20px 0;
  border: 0;
}
.woocommerce table.shop_table td.product-remove {
  padding: 0;
}
.woocommerce table.shop_table td.product-name .product-quantity {
  color: #999998;
  font-weight: inherit;
}
.woocommerce table.shop_table td.product-quantity .quantity {
  display: inline-block;
  position: relative;
  background-color: #ffffff;
}
.woocommerce table.shop_table td.product-quantity .quantity.wgl-number-input-hidden {
  display: none;
}
.woocommerce table.shop_table td.product-quantity .quantity label.label-qty {
  display: none;
}
.woocommerce table.shop_table td.product-quantity .quantity .quantity-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  height: 60px;
  line-height: 0;
  border-radius: 0;
  background: #f5f5f5;
  padding: 0 12px;
}
.woocommerce table.shop_table td.product-quantity .quantity .quantity-wrapper .qty {
  display: inline-block;
  height: 60px;
  min-width: 30px;
  width: 1.6675em;
  border: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 500;
  vertical-align: middle;
  background: transparent;
  margin-bottom: 0;
}
.woocommerce table.shop_table td.product-quantity .quantity .quantity-wrapper span {
  cursor: pointer;
  position: relative;
  z-index: 1;
  display: block;
  margin: 0;
  width: 18px;
  height: 18px;
  line-height: 18px;
  opacity: 1;
  transform: translateY(0);
  transition: 0.4s;
  border-radius: 0%;
  text-align: center;
  color: #a9a9a9;
}
.woocommerce table.shop_table td.product-quantity .quantity .quantity-wrapper span:after {
  content: "\f115";
  font-family: "Flaticon";
  display: inline-block;
  font-size: 12px;
}
.woocommerce table.shop_table td.product-quantity .quantity .quantity-wrapper span.plus:after {
  transform: scaleY(-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-name,
.woocommerce table.shop_table td.product-thumbnail {
  text-align: left;
}
.woocommerce table.shop_table td.product-thumbnail {
  white-space: nowrap;
  width: 80px;
  padding-left: 0;
  font-size: 0;
}
.woocommerce table.shop_table td.product-name {
  padding-left: 28px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  transition: all 0.45s;
}
.woocommerce table.shop_table td.product-name a {
  color: inherit;
  transition: all 0.4s ease 0s;
}
.woocommerce table.shop_table td.actions {
  padding-top: 40px;
}
.woocommerce table.shop_table td.actions .coupon {
  position: relative;
}
.woocommerce table.shop_table td.actions .coupon label {
  display: none;
}
.woocommerce table.shop_table td.actions .coupon .input-text {
  width: 370px;
  height: 60px;
  border: 0;
  margin-right: 10px;
  padding: 14px 20px;
  font-size: 16px;
  font-weight: normal;
  text-transform: capitalize;
}
.woocommerce table.shop_table td.actions .coupon .input-text:focus {
  border-color: var(--transmax-header-font-color);
}
.woocommerce table.shop_table td.actions .coupon .input-text ~ button.button {
  padding-right: 40px;
  padding-left: 40px;
}
.woocommerce table.shop_table thead {
  background: #f6f4f0;
}
.woocommerce table.shop_table thead,
.woocommerce table.shop_table thead tr {
  border-radius: unset;
}
.woocommerce table.shop_table thead th {
  padding: 0;
  font-size: 14px;
  line-height: 56px;
  padding-top: 4px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  background-color: #003b49;
}
.woocommerce table.shop_table thead th:first-child {
  border-top-left-radius: inherit;
  border-bottom-left-radius: inherit;
}
.woocommerce table.shop_table thead th:last-child {
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
}
.woocommerce table.shop_table thead th.product-price {
  text-align: center;
  width: 240px;
}
.woocommerce table.shop_table thead th.product-quantity {
  text-align: center;
  width: 190px;
}
.woocommerce table.shop_table thead th.product-subtotal {
  text-align: center;
  width: 160px;
}
.woocommerce table.shop_table thead th.product-remove {
  width: 80px;
}
.woocommerce table.shop_table thead th.woocommerce-orders-table__header-order-number {
  padding-left: 30px;
}
.woocommerce table.shop_table thead th.product-name {
  padding-left: 109px;
  text-align: left;
}
.woocommerce table.shop_table tbody tr:first-child td {
  border-top: 0;
}
.woocommerce table.shop_table tbody tr td.product-price, .woocommerce table.shop_table tbody tr td.product-quantity, .woocommerce table.shop_table tbody tr td.product-subtotal, .woocommerce table.shop_table tbody tr td.product-remove {
  text-align: center;
}
.woocommerce table.shop_table tbody tr td.product-remove {
  padding-right: 20px;
  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: 40px;
  text-align: left;
}
.woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
  border-top: 1px solid rgba(var(--transmax-header-rgb), 0.12);
}
.woocommerce table.shop_table th {
  border: 0;
}
.woocommerce #order_review.woocommerce-checkout-review-order table.shop_table thead th.product-name {
  padding-left: 40px;
  width: 64%;
}
.woocommerce table.shop_table.order_details thead th.product-name {
  padding-left: 40px;
  width: 64%;
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
  width: 80px;
  border: unset;
  border-radius: 0px;
}
#add_payment_method table.cart td,
.woocommerce-cart table.cart td,
.woocommerce-checkout table.cart td {
  border-top: 1px solid rgba(var(--transmax-header-rgb), 0.12);
}
#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding: 25px 30px;
  border-radius: unset;
  background-color: var(--transmax-body-background);
  color: var(--transmax-content-color);
}
#add_payment_method #payment div.payment_box:before,
.woocommerce-cart #payment div.payment_box:before,
.woocommerce-checkout #payment div.payment_box:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: -30px 30px;
  border: 15px solid transparent;
  border-bottom-color: var(--transmax-body-background);
  pointer-events: none;
}
#add_payment_method .cart-collaterals .cart_totals table,
.woocommerce-cart .cart-collaterals .cart_totals table,
.woocommerce-checkout .cart-collaterals .cart_totals table {
  margin: 0;
  padding-top: 11px;
  padding-bottom: 0;
  border: unset;
}
#add_payment_method .cart-collaterals .cart_totals tr th,
#add_payment_method .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr td {
  background-color: unset !important;
  border-top: 0;
}
#add_payment_method .cart-collaterals .woocommerce-shipping-destination,
#add_payment_method .cart-collaterals .woocommerce-shipping-calculator,
.woocommerce-cart .cart-collaterals .woocommerce-shipping-destination,
.woocommerce-cart .cart-collaterals .woocommerce-shipping-calculator,
.woocommerce-checkout .cart-collaterals .woocommerce-shipping-destination,
.woocommerce-checkout .cart-collaterals .woocommerce-shipping-calculator {
  margin-left: 0;
  margin-top: 15px;
  width: 100%;
}
#add_payment_method .cart-collaterals .shipping-calculator-form,
.woocommerce-cart .cart-collaterals .shipping-calculator-form,
.woocommerce-checkout .cart-collaterals .shipping-calculator-form {
  padding: 20px 30px 17px;
  background-color: var(--transmax-body-background);
}
#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 {
  display: block;
  width: auto;
  margin-top: 28px;
  margin-left: auto;
  left: auto;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.1em;
  background: unset;
  text-transform: uppercase;
  letter-spacing: 0;
}
#add_payment_method .cart-collaterals .shipping-calculator-button,
.woocommerce-cart .cart-collaterals .shipping-calculator-button,
.woocommerce-checkout .cart-collaterals .shipping-calculator-button {
  font-size: 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: 23px 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: 14px;
  line-height: 30px;
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
  padding: 14px 30px;
  text-transform: uppercase;
}
#add_payment_method .wc-proceed-to-checkout a.alt.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.alt.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.alt.checkout-button {
  background-color: #003b49;
  border-color: #003b49;
}

.woocommerce-cart #main > .wgl-container,
.woocommerce-checkout #main > .wgl-container {
  margin-top: 10px;
}
.woocommerce-cart .cart-collaterals .button:not(.add_to_cart_button),
.woocommerce-checkout .cart-collaterals .button:not(.add_to_cart_button) {
  width: 100%;
}

.woocommerce ul#shipping_method li {
  margin: 0;
  padding-left: 0;
}
.woocommerce ul#shipping_method li .shipping_method {
  margin-top: 6px;
}
.woocommerce ul#shipping_method li label {
  display: inline-flex;
}
.woocommerce ul#shipping_method li label > span {
  margin-left: 5px;
}
.woocommerce ul#shipping_method .amount {
  font-weight: 500;
}

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

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

.wgl-cart-header {
  line-height: 0;
  font-size: 0;
}

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

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

body.woocommerce-checkout h3 {
  text-transform: capitalize;
  font-size: 30px;
}
body.woocommerce-checkout .woocommerce-billing-fields > h3,
body.woocommerce-checkout #order_review_heading,
body.woocommerce-checkout .woocommerce-order-details > h2,
body.woocommerce-checkout .woocommerce-customer-details > h2 {
  margin-bottom: 24px;
}
body.woocommerce-checkout .woocommerce-additional-fields > h3 {
  margin-bottom: 7px;
  margin-top: 20px;
}
body.woocommerce-checkout .col2-set {
  width: calc(50% - 15px);
  margin: 0;
  float: left;
}
body.woocommerce-checkout .col2-set > .col-1,
body.woocommerce-checkout .col2-set > .col-2,
body.woocommerce-checkout .col2-set > [class^=col] {
  float: none;
  width: 100%;
  margin-bottom: 30px;
}
body.woocommerce-checkout .col2-set > .col-1 {
  margin-bottom: 10px;
}
body.woocommerce-checkout #order_review_heading,
body.woocommerce-checkout #order_review {
  width: calc(50% - 15px);
  float: right;
  margin-right: 0;
}
body.woocommerce-checkout #order_review {
  margin-top: -6px;
}
body.woocommerce-checkout #order_review table.shop_table tbody tr:first-child > *,
body.woocommerce-checkout .woocommerce-order-details table.shop_table tbody tr:first-child > * {
  padding-top: 30px;
}
body.woocommerce-checkout #order_review table.shop_table tbody tr:last-child > *,
body.woocommerce-checkout .woocommerce-order-details table.shop_table tbody tr:last-child > * {
  padding-bottom: 35px;
}
body.woocommerce-checkout #order_review table.shop_table thead th:last-child,
body.woocommerce-checkout .woocommerce-order-details table.shop_table thead th:last-child {
  text-align: right;
  padding-right: 40px;
}
body.woocommerce-checkout #order_review table.shop_table td,
body.woocommerce-checkout .woocommerce-order-details table.shop_table td {
  padding-top: 10px;
  padding-bottom: 11px;
}
body.woocommerce-checkout #order_review table.shop_table td:last-child,
body.woocommerce-checkout .woocommerce-order-details table.shop_table td:last-child {
  text-align: right;
  padding-right: 40px;
}
body.woocommerce-checkout #order_review table.shop_table tfoot tr th,
body.woocommerce-checkout .woocommerce-order-details table.shop_table tfoot tr th {
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 20px;
}
body.woocommerce-checkout #order_review table.shop_table tfoot tr td,
body.woocommerce-checkout .woocommerce-order-details table.shop_table tfoot tr td {
  padding-top: 14px;
  padding-bottom: 7px;
}
body.woocommerce-checkout #order_review table.shop_table tfoot tr:first-child th,
body.woocommerce-checkout .woocommerce-order-details table.shop_table tfoot tr:first-child th {
  padding-top: 20px;
}
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 td {
  padding-top: 26px;
}
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: 28px;
}
body.woocommerce-checkout #order_review table.shop_table tfoot tr:not(:first-child) td,
body.woocommerce-checkout #order_review table.shop_table tfoot tr:not(:first-child) th,
body.woocommerce-checkout .woocommerce-order-details table.shop_table tfoot tr:not(:first-child) td,
body.woocommerce-checkout .woocommerce-order-details table.shop_table tfoot tr:not(:first-child) th {
  border: unset;
}
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: 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: 39px;
  padding-right: 10px;
}
body.woocommerce-checkout #add_payment_method #payment div.form-row,
body.woocommerce-checkout .woocommerce-cart #payment div.form-row,
body.woocommerce-checkout .woocommerce-checkout #payment div.form-row {
  margin-bottom: 0;
}
body.woocommerce-checkout #order_comments {
  padding-top: 15px;
}
body.woocommerce-checkout #payment {
  border-radius: unset;
  border: unset;
  padding: 30px;
  margin-top: 15px;
  position: relative;
  background-color: var(--transmax-body-background);
  box-shadow: 5px 6px 30px 0px rgba(0, 0, 0, 0.1);
}
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: 30px;
  padding-left: 0;
}
body.woocommerce-checkout #payment ul.payment_methods li:before {
  display: none !important;
}
body.woocommerce-checkout #payment ul.payment_methods li.woocommerce-notice {
  margin-bottom: 10px;
  padding: 20px;
  box-shadow: unset;
  border-radius: unset;
  background-color: #f5f5f5;
  color: #3c3c3c;
  border: 0;
}
body.woocommerce-checkout #payment div.form-row {
  padding: 12px 0 0;
}
body.woocommerce-checkout #payment div.form-row .woocommerce-privacy-policy-text {
  font-size: 16px;
}
body.woocommerce-checkout main#main {
  margin-bottom: 50px;
}
body.woocommerce-checkout.woocommerce-page #shipping_method .shipping_method {
  margin-top: 7px;
}

.woocommerce form .woocommerce-billing-fields__field-wrapper {
  margin-top: -13px;
}
.woocommerce form .form-row label {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.woocommerce form .form-row label span {
  font-size: 16px;
}
.woocommerce form .form-row .required {
  font-weight: 400;
  text-decoration: none;
  color: inherit;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  margin: 0 0 8px;
}
.woocommerce form .form-row input.input-text {
  height: 60px;
}
.woocommerce form .form-row .woocommerce-input-wrapper {
  margin-top: -5px;
  margin-bottom: 9px;
  display: block;
}
.woocommerce form #ship-to-different-address {
  margin-top: 20px;
  margin-bottom: 20px;
}
.woocommerce form #ship-to-different-address span {
  text-transform: uppercase;
}

.woocommerce .woocommerce-customer-details,
.woocommerce .woocommerce-order-details,
.woocommerce .woocommerce-order-downloads {
  width: calc(50% - 15px);
  float: left;
}
.woocommerce .woocommerce-customer-details .col2-set,
.woocommerce .woocommerce-order-details .col2-set,
.woocommerce .woocommerce-order-downloads .col2-set {
  width: 100%;
}
.woocommerce .woocommerce-customer-details .col2-set .col-1,
.woocommerce .woocommerce-customer-details .col2-set .col-2,
.woocommerce .woocommerce-order-details .col2-set .col-1,
.woocommerce .woocommerce-order-details .col2-set .col-2,
.woocommerce .woocommerce-order-downloads .col2-set .col-1,
.woocommerce .woocommerce-order-downloads .col2-set .col-2 {
  width: 100%;
}
.woocommerce .woocommerce-customer-details .col2-set .col-1 + .col-2,
.woocommerce .woocommerce-order-details .col2-set .col-1 + .col-2,
.woocommerce .woocommerce-order-downloads .col2-set .col-1 + .col-2 {
  margin-top: 30px;
}
.woocommerce .woocommerce-customer-details .woocommerce-column__title,
.woocommerce .woocommerce-order-details .woocommerce-column__title,
.woocommerce .woocommerce-order-downloads .woocommerce-column__title {
  margin-bottom: 21px;
}
.woocommerce .woocommerce-customer-details {
  float: right;
}
.woocommerce .woocommerce-customer-details address {
  border-radius: 5px;
  border: unset;
  padding: 26px 40px 30px;
  background: #ffffff;
  box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.12);
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
  display: block;
  font-weight: 400;
  margin-bottom: 10px;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme span {
  font-size: 14px;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
  width: 100%;
}
.woocommerce .woocommerce-form-login .form-row label {
  font-weight: 400;
}

.woocommerce ul.order_details.woocommerce-thankyou-order-details {
  padding: 25px 20px 25px 20px;
  position: relative;
  min-height: 130px;
  margin-bottom: 40px;
  border-radius: unset;
  background-color: #003b49;
}
.woocommerce ul.order_details.woocommerce-thankyou-order-details li {
  padding-right: unset;
  margin-right: unset;
  font-size: 14px;
  font-weight: 300;
}
.woocommerce ul.order_details.woocommerce-thankyou-order-details li strong {
  font-weight: 300;
}
.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: 18px;
  line-height: 24px;
  font-weight: 300;
  justify-content: center;
  border-right: unset;
  border-bottom: 1px dashed #d3ced2;
  padding-bottom: 15px;
}
.woocommerce ul.order_details.woocommerce-thankyou-order-details li.woocommerce-order-overview__order strong {
  font-size: 34px;
  letter-spacing: unset;
}
.woocommerce ul.order_details.woocommerce-thankyou-order-details li:not(.woocommerce-order-overview__order) {
  border: unset;
  width: 100%;
  letter-spacing: 0;
}
.woocommerce ul.order_details.woocommerce-thankyou-order-details li:not(.woocommerce-order-overview__order):not(:last-child) {
  margin-bottom: 13px;
}
.woocommerce ul.order_details.woocommerce-thankyou-order-details li:not(.woocommerce-order-overview__order) strong {
  margin-left: 5px;
}
@media all and (min-width: 600px) {
  .woocommerce ul.order_details.woocommerce-thankyou-order-details {
    padding: 30px 30px 30px 160px;
  }
  .woocommerce ul.order_details.woocommerce-thankyou-order-details li.woocommerce-order-overview__order {
    padding: 7px 15px 7px 0;
    position: absolute;
    width: 100px;
    left: 30px;
    top: 30px;
    bottom: 30px;
    border-bottom: unset;
    border-right: 1px dashed #d9d9d9;
    margin-bottom: 0;
  }
  .woocommerce ul.order_details.woocommerce-thankyou-order-details li:not(.woocommerce-order-overview__order) strong {
    display: inline-block;
  }
}

.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 15px 25px;
  margin: 0;
}
.woocommerce-MyAccount-navigation ul li a {
  font-weight: 300;
}

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

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

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

/* ==================== ##Shop - Notice ==================== */
.wgl_module_message_box {
  position: relative;
  min-height: 65px;
  padding: 0 0 0 86px;
  border: unset;
  border-radius: unset;
  background-color: #f8f8f8;
  box-shadow: 5px 6px 30px 0px rgba(0, 0, 0, 0.1);
  z-index: 1;
  min-width: min(570px, 100%);
}
.wgl_module_message_box.closable {
  padding-right: 53px;
}
.wgl_module_message_box strong {
  font-weight: 500;
}
.wgl_module_message_box .message_title {
  font-size: 18px;
  line-height: 1.25;
  margin-bottom: -1px;
  color: inherit;
}
.wgl_module_message_box .message_text {
  font-size: 14px;
  line-height: 2;
}
.wgl_module_message_box .message_text li {
  line-height: 30px;
}
.wgl_module_message_box .message_text .showcoupon {
  text-decoration: underline;
}
.wgl_module_message_box .message_icon_wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.wgl_module_message_box .message_icon {
  font-size: 34px;
  font-style: normal;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 65px;
  height: 65px;
  text-align: center;
  color: #fff;
  background-color: #33b5dc;
}
.wgl_module_message_box .message_icon:before {
  font-family: "flaticon";
}
.wgl_module_message_box .message_content {
  padding: 18.5px 0 18.5px;
}
.wgl_module_message_box.type_info .message_icon:before {
  content: "\f139";
}
.wgl_module_message_box.type_success .message_icon {
  background-color: #1ec66d;
}
.wgl_module_message_box.type_success .message_icon:before {
  content: "\f137";
}
.wgl_module_message_box.type_error .message_icon {
  background-color: #f42121;
}
.wgl_module_message_box.type_error .message_icon:before {
  content: "\f138";
}
.wgl_module_message_box.type_warning .message_icon {
  background-color: #ff7d44;
}
.wgl_module_message_box.type_warning .message_icon:before {
  content: "\f13a";
}
.wgl_module_message_box.woocommerce-message a.button {
  margin: -11.5px 10px -2px 25px;
  padding: 9px 30px;
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
  align-self: flex-end;
  order: 1;
}

.woocommerce-error {
  margin: -3px 0 -3px;
}

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

p.woocommerce-info,
li.woocommerce-info {
  position: relative;
  min-height: 60px;
  font-size: 16px;
  line-height: 1.45;
  padding: 23px 10px 23px 80px;
  border: unset;
  border-radius: unset;
  z-index: 0;
  border: 1px solid rgba(var(--transmax-primary-rgb), 0.7);
}
p.woocommerce-info::before,
li.woocommerce-info::before {
  content: "\f119";
  font-family: "flaticon";
  font-size: 30px;
  font-style: normal;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  text-align: center;
  position: absolute;
  top: 14px;
  left: 14px;
  border-radius: unset;
  z-index: 1;
}

.woocommerce .wgl_module_message_box .message_content {
  width: 100%;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  color: var(--transmax-button-color-hover);
}

.woocommerce-notices-wrapper {
  margin-bottom: 20px;
  position: relative;
}
.woocommerce-notices-wrapper:hover:after {
  opacity: 0;
  transform: scaleY(0.8);
}
.woocommerce-notices-wrapper:empty {
  display: none;
}

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

.woocommerce.single-product #main-content > .woocommerce-notices-wrapper {
  display: none;
}

/* ==================== ##Shop - Pagination ==================== */
.woocommerce nav.woocommerce-pagination {
  margin: 48px 0 0 0;
  padding: 0;
  text-align: center;
}
.woocommerce nav.woocommerce-pagination ul {
  display: block;
  margin: 0;
  border: 0;
  font-size: 0;
  white-space: nowrap;
  list-style: none;
  clear: both;
}
.woocommerce nav.woocommerce-pagination ul li {
  float: none;
  display: inline-block;
  vertical-align: baseline;
  border: 0;
  padding: 0;
  overflow: visible;
}
.woocommerce nav.woocommerce-pagination ul li:not(:last-child) {
  margin-right: 8px;
}
.woocommerce nav.woocommerce-pagination ul li span.current {
  position: relative;
  background: unset;
  cursor: default;
}
.woocommerce nav.woocommerce-pagination ul li span,
.woocommerce nav.woocommerce-pagination ul li a {
  display: inline-block;
  position: relative;
  z-index: 1;
  height: 50px;
  min-width: 50px;
  padding: 0 5px;
  font-size: 18px;
  line-height: 48px;
  font-weight: 700;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  transition: 0.4s;
  color: #202020;
  background: #ffffff;
}
.woocommerce nav.woocommerce-pagination ul li span.current, .woocommerce nav.woocommerce-pagination ul li span:hover, .woocommerce nav.woocommerce-pagination ul li span:focus,
.woocommerce nav.woocommerce-pagination ul li a.current,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li a:focus {
  color: #fff;
}
.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 {
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  transition: all 0.4s, color 0s;
  font-size: 18px;
}
.woocommerce nav.woocommerce-pagination ul li span.next i.wgl_pagination_prev:before, .woocommerce nav.woocommerce-pagination ul li span.prev i.wgl_pagination_prev:before,
.woocommerce nav.woocommerce-pagination ul li a.next i.wgl_pagination_prev:before,
.woocommerce nav.woocommerce-pagination ul li a.prev i.wgl_pagination_prev:before {
  content: "\f113";
  font-family: "Flaticon";
  font-weight: 600;
  transform: rotate(180deg) translateY(2px);
  display: block;
}
.woocommerce nav.woocommerce-pagination ul li span.next i.wgl_pagination_next:before, .woocommerce nav.woocommerce-pagination ul li span.prev i.wgl_pagination_next:before,
.woocommerce nav.woocommerce-pagination ul li a.next i.wgl_pagination_next:before,
.woocommerce nav.woocommerce-pagination ul li a.prev i.wgl_pagination_next:before {
  content: "\f113";
  font-family: "Flaticon";
  font-weight: 600;
}
.woocommerce nav.woocommerce-pagination ul li span.next:after, .woocommerce nav.woocommerce-pagination ul li span.prev:after,
.woocommerce nav.woocommerce-pagination ul li a.next:after,
.woocommerce nav.woocommerce-pagination ul li a.prev:after {
  display: none;
}

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

.woocommerce #comments ~ #review_form_wrapper #review_form {
  border-radius: 10px;
}
.woocommerce #comments ~ #review_form_wrapper #respond {
  margin-top: 46px;
  margin-bottom: 23px;
}
.woocommerce #comments ~ #review_form_wrapper #respond p a {
  margin-right: 9px;
}
.woocommerce #comments ~ #review_form_wrapper #respond form#commentform {
  display: flex;
  flex-wrap: wrap;
  margin-top: -2px;
}
.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-author {
  order: 2;
}
.woocommerce #comments ~ #review_form_wrapper #respond form#commentform .comment-form-email {
  order: 3;
}
.woocommerce #comments ~ #review_form_wrapper #respond form#commentform .comment-form-rating {
  order: 4;
}
.woocommerce #comments ~ #review_form_wrapper #respond form#commentform .comment-form-comment {
  order: 5;
  margin-bottom: 0;
}
.woocommerce #comments ~ #review_form_wrapper #respond form#commentform .comment-form-cookies-consent {
  order: 6;
  margin: 0 0 20px;
}
.woocommerce #comments ~ #review_form_wrapper #respond form#commentform .wpml_language_code {
  order: 7;
}
.woocommerce #comments ~ #review_form_wrapper #respond form#commentform .form-submit {
  order: 8;
  margin-bottom: 0;
}
.woocommerce #comments ~ #review_form_wrapper #respond form#commentform label {
  font-size: 14px;
  font-weight: 400;
  margin: 5px 0;
}
.woocommerce #comments ~ #review_form_wrapper #respond form#commentform label[for=wp-comment-cookies-consent] {
  margin-top: 0;
}
.woocommerce #comments ~ #review_form_wrapper #respond form#commentform label:empty {
  display: none;
}
.woocommerce #comments ~ #review_form_wrapper #respond form#commentform .comment-form-rating label {
  display: inline-block;
  margin-top: 0;
  margin-right: 15px;
  margin-bottom: 16px;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0;
}
.woocommerce #comments ~ #review_form_wrapper #respond form#commentform > p.comment-form-author, .woocommerce #comments ~ #review_form_wrapper #respond form#commentform > p.comment-form-email {
  width: 50%;
  float: left;
  margin-bottom: 0;
}
.woocommerce #comments ~ #review_form_wrapper #respond form#commentform > p.comment-form-author input, .woocommerce #comments ~ #review_form_wrapper #respond form#commentform > p.comment-form-email input {
  position: relative;
  width: 100%;
}
.woocommerce #comments ~ #review_form_wrapper #respond form#commentform > p.comment-notes {
  font-size: 14px;
}
.woocommerce #comments ~ #review_form_wrapper #respond form#commentform > p textarea {
  position: relative;
  margin-bottom: 28px;
}
.woocommerce #comments ~ #review_form_wrapper #respond form#commentform .comment-form-rating {
  margin-bottom: 12px;
  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.2em;
  font-size: 14px;
}
.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.2em;
  vertical-align: baseline;
}
.woocommerce #comments ~ #review_form_wrapper #respond form#commentform .comment-form-rating .stars a:hover ~ a::before {
  opacity: 0.5 !important;
}
.woocommerce #comments ~ #review_form_wrapper #respond form#commentform .comment-form-rating .stars a::before {
  transition: all 0.45s;
  color: var(--transmax-primary-color);
}
.woocommerce #comments ~ #review_form_wrapper #respond form#commentform .comment-form-rating .stars:hover a::before {
  opacity: 1 !important;
  color: var(--transmax-primary-color);
}
.woocommerce #comments ~ #review_form_wrapper #respond form#commentform .comment-form-rating .stars.selected a.active::before {
  opacity: 1;
}
.woocommerce #comments ~ #review_form_wrapper #respond form#commentform .comment-form-rating .stars.selected a.active ~ a::before {
  opacity: 0.5;
}
.woocommerce #comments ~ #review_form_wrapper #respond form#commentform .comment-form-rating .stars.selected a:not(.active)::before {
  opacity: 1;
}
.woocommerce #comments ~ #review_form_wrapper #respond form#commentform .comment-form-rating select {
  display: none;
}

/* ==================== ##Shop - Tabs ==================== */
.woocommerce.single div.product .woocommerce-tabs {
  text-align: left;
}
.woocommerce.single div.product .woocommerce-tabs ul.tabs {
  display: inline-block;
  position: relative;
  margin: 17px 0 0;
  border-radius: 0;
  padding: 0;
  font-size: 0;
  overflow: visible;
  text-align: left;
  width: 100%;
}
.woocommerce.single div.product .woocommerce-tabs ul.tabs:before {
  display: none;
}
.woocommerce.single div.product .woocommerce-tabs ul.tabs li {
  display: inline-block;
  position: relative;
  z-index: 2;
  border: 0;
  margin: 0px 5px;
  border-radius: inherit;
  padding: 0;
  text-align: center;
  cursor: pointer;
  background: transparent;
  transition: 0.3s ease-in-out;
}
.woocommerce.single div.product .woocommerce-tabs ul.tabs li:first-child {
  margin-left: 0;
}
.woocommerce.single div.product .woocommerce-tabs ul.tabs li:last-child {
  margin-right: 0;
}
.woocommerce.single div.product .woocommerce-tabs ul.tabs li a {
  display: block;
  position: relative;
  padding: 12px 41px 14px 41px;
  margin: 0;
  font-size: 14px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 0;
  text-decoration: none;
  box-shadow: none;
  z-index: 1;
  border-style: solid;
  border-width: 3px 0 0 0;
  border-color: rgba(var(--transmax-primary-rgb), 1);
  text-transform: uppercase;
  color: var(--transmax-header-font-color);
}
.woocommerce.single div.product .woocommerce-tabs ul.tabs li a:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: -1;
  width: 100%;
  height: 0;
  border-radius: 0;
  transition: all 0.4s ease-in-out;
}
.woocommerce.single div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce.single div.product .woocommerce-tabs ul.tabs li:hover a {
  color: #fff;
}
.woocommerce.single div.product .woocommerce-tabs ul.tabs li.active a:after, .woocommerce.single div.product .woocommerce-tabs ul.tabs li:hover a:after {
  height: 100%;
  background-color: rgba(var(--transmax-primary-rgb), 1);
}
.woocommerce.single div.product .woocommerce-tabs ul.tabs li:before, .woocommerce.single div.product .woocommerce-tabs ul.tabs li:after {
  display: none;
}
.woocommerce.single div.product .woocommerce-tabs .panel {
  margin-bottom: 48px;
  padding: 28px 0 16px 0;
  text-align: left;
}
.woocommerce.single div.product .woocommerce-tabs .panel #comments {
  margin-top: -22px;
}
.woocommerce.single div.product .woocommerce-tabs .panel #comments .stand_comment {
  min-height: 149px;
}
.woocommerce.single div.product .woocommerce-tabs .panel .woocommerce-noreviews {
  padding-top: 22px;
}
.woocommerce.single div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--additional_information > h2, .woocommerce.single div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--reviews #comments > h2 {
  display: none;
}
.woocommerce.single div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--description {
  padding-left: 0;
  padding-right: 0;
  text-align: left;
  margin-bottom: 50px;
}
.woocommerce.single div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--additional_information {
  padding-top: 22px;
  margin-bottom: 27px;
}
.woocommerce.single div.product .woocommerce-tabs .panel table.shop_attributes {
  border: 0;
}
.woocommerce.single div.product .woocommerce-tabs .panel table.shop_attributes tr {
  border: 0;
  float: left;
  width: 50%;
  display: flex;
  align-items: center;
}
.woocommerce.single div.product .woocommerce-tabs .panel table.shop_attributes tr:only-child {
  width: 100%;
}
.woocommerce.single div.product .woocommerce-tabs .panel table.shop_attributes tr:nth-child(2n) th {
  padding-left: 60px;
}
.woocommerce.single div.product .woocommerce-tabs .panel table.shop_attributes th {
  display: flex;
  flex: 1 1 auto;
  align-items: baseline;
  width: auto;
  border: 0;
  padding: 10px 0 10px 40px;
  font-size: 16px;
  font-weight: 700;
  background: transparent;
}
.woocommerce.single div.product .woocommerce-tabs .panel table.shop_attributes th:after {
  content: "";
  flex: 1 1 auto;
  border-top: 1px solid #e1e1e1;
  margin-left: 30px;
}
.woocommerce.single div.product .woocommerce-tabs .panel table.shop_attributes td {
  font-style: normal;
  border: 0;
  padding-left: 30px;
  padding-right: 40px;
  background: transparent;
}

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

/* ==================== ##Woo Widgets ==================== */
.woocommerce .widget_price_filter .title-wrapper {
  margin-bottom: 28px;
}
.woocommerce .widget_price_filter .title-wrapper ~ form {
  margin-bottom: 6px;
}
.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;
  height: 3px;
  margin-top: -1.5px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  top: 50%;
  width: 9px;
  height: 9px;
  margin-left: -4.5px;
  margin-top: -4.5px;
  border-radius: 50%;
}
.woocommerce .widget_price_filter .ui-slider-horizontal {
  height: 1px;
  margin-bottom: 24px;
  margin-left: 0;
  margin-right: 0;
}
.woocommerce .widget_price_filter .price_slider_wrapper .price_slider.ui-widget-content {
  border: 0;
  border-radius: unset;
  background: rgba(0, 0, 0, 0.15);
}
.woocommerce .widget_price_filter .price_slider_wrapper .price_slider_amount {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 0;
  line-height: 20px;
  text-align: left;
}
.woocommerce .widget_price_filter .price_slider_wrapper .price_slider_amount .price_label {
  font-size: 16px;
  font-weight: 500;
  color: var(--transmax-header-font-color);
  line-height: 1.5;
  order: -1;
  margin-top: 3px;
}
.woocommerce .widget_price_filter .price_slider_wrapper .price_slider_amount .button {
  display: inline-block;
  left: auto;
  padding: 2px 4px 1px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.1em;
  background: unset;
  cursor: pointer;
  border: unset;
  box-shadow: unset;
  text-transform: uppercase;
  letter-spacing: unset;
  color: #fff;
  background-color: var(--transmax-secondary-color);
  min-height: 28px;
  min-width: 60px;
}
.woocommerce .widget_price_filter .price_slider_wrapper .price_slider_amount .clear {
  display: none;
}
.woocommerce .widget_product_categories > select {
  margin-bottom: 1px;
}
.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_layered_nav .woocommerce-widget-layered-nav-list__item a {
  display: block;
  position: relative;
  padding-left: 17px;
  letter-spacing: 0;
  padding-left: 17px;
}
.woocommerce .widget_layered_nav .woocommerce-widget-layered-nav-list__item a:before {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  top: 10px;
  left: 2px;
  width: 4px;
  height: 4px;
  background: currentColor;
  background-color: #a8a7a7;
  transition: background-color 0.3s;
}
.woocommerce .widget_layered_nav .woocommerce-widget-layered-nav-list__item a:hover:before {
  background-color: currentColor;
}
.woocommerce .widget_layered_nav .woocommerce-widget-layered-nav-dropdown__submit {
  display: block;
  margin-top: 28px;
  margin-left: auto;
  height: 1em;
  left: auto;
  padding: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.1em;
  background: unset;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-transform: unset;
  letter-spacing: unset;
}

.product_list_widget .product-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  transition: color 0.3s;
}
.product_list_widget li .star-rating {
  margin: 4px 0 2px;
  font-size: 11px;
}
.product_list_widget ins {
  text-decoration: none;
}
.product_list_widget .woocommerce-Price-amount {
  font-size: 14px;
  font-weight: 700;
  transition: 0.3s;
  color: var(--transmax-primary-color);
  display: inline-block;
}
.product_list_widget .reviewer {
  display: block;
  position: relative;
  font-size: 12px;
  line-height: 24px;
  margin-top: 4px;
  font-style: normal;
  font-weight: 700;
  color: #878b8e;
}
.product_list_widget .price {
  margin-top: 3px;
  margin-bottom: -7px;
  color: var(--transmax-primary-color);
}

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

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

/* ==================== ##Shop - Responsive ==================== */
@media (min-width: 1024px) and (max-width: 1199px) {
  .sidebar_left .columns-3 > .wgl-products, .sidebar_right .columns-3 > .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: 270px;
  }
  .woocommerce .cart-collaterals .cross-sells div.wgl-products,
.woocommerce-page .cart-collaterals .cross-sells div.wgl-products {
    --products-width: 100%;
  }
  .woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    width: calc(100% - 270px - 30px);
  }
}
@media (max-width: 1023px) {
  .woocommerce-mini-cart__buttons.buttons {
    display: flex;
  }

  .woocommerce .widget_shopping_cart .buttons a,
.woocommerce.widget_shopping_cart .buttons a {
    margin-right: 10px;
    margin-bottom: 0;
    width: auto;
  }
}
@media (max-width: 992px) {
  .woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    padding: 30px;
  }

  .woocommerce table.shop_table td.actions .coupon .input-text {
    width: 270px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sidebar_left .columns-3 > .wgl-products, .sidebar_right .columns-3 > .wgl-products {
    --products-width: 50%;
  }
}
@media (max-width: 991px) {
  .columns-4 .wgl-products {
    --products-width: 50%;
  }

  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 .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,
.woocommerce-page .cart-collaterals {
    width: calc(100% - 20px);
    margin: 0 10px;
  }
  .woocommerce .cart-collaterals .cross-sells,
.woocommerce-page .cart-collaterals .cross-sells {
    width: 100%;
    max-width: 400px;
    display: block;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .woocommerce .cart-collaterals .cross-sells .wgl-products,
.woocommerce-page .cart-collaterals .cross-sells .wgl-products {
    --products-width: 100%;
  }
  .woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    width: 100%;
    padding: 30px;
  }
  .woocommerce div.product div.summary,
.woocommerce #content div.product div.summary,
.woocommerce-page div.product div.summary,
.woocommerce-page #content div.product div.summary {
    width: 100%;
    clear: both;
  }
  .woocommerce div.product div.images,
.woocommerce #content div.product div.images,
.woocommerce-page div.product div.images,
.woocommerce-page #content div.product div.images {
    width: 100%;
  }
  .woocommerce table.cart td.actions .button,
.woocommerce table.cart td.actions .coupon .button,
.woocommerce #content table.cart td.actions .button,
.woocommerce #content table.cart td.actions .coupon .button,
.woocommerce-page table.cart td.actions .button,
.woocommerce-page table.cart td.actions .coupon .button,
.woocommerce-page #content table.cart td.actions .button,
.woocommerce-page #content table.cart td.actions .coupon .button {
    display: block;
    width: auto;
  }
  .woocommerce table.shop_table_responsive tr td::before,
.woocommerce-page table.shop_table_responsive tr td::before {
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0;
  }
  .woocommerce table.shop_table_responsive tr.order-total td::before,
.woocommerce-page table.shop_table_responsive tr.order-total td::before {
    font-weight: 300;
    letter-spacing: 0;
  }

  .wgl_module_message_box {
    min-width: unset;
  }

  .woocommerce table.shop_table_responsive.cart tr,
.woocommerce-page table.shop_table_responsive.cart tr {
    margin-bottom: 0;
    padding: 10px;
    position: relative;
  }
  .woocommerce table.shop_table_responsive.cart tr:last-child,
.woocommerce-page table.shop_table_responsive.cart tr:last-child {
    padding-top: 0;
  }
  .woocommerce table.shop_table_responsive.cart tr td,
.woocommerce-page table.shop_table_responsive.cart tr td {
    padding: 10px 0;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    background-color: transparent !important;
    border: unset;
  }
  .woocommerce table.shop_table_responsive.cart tr td.product-quantity,
.woocommerce-page table.shop_table_responsive.cart tr td.product-quantity {
    padding: 10px 0;
  }
  .woocommerce table.shop_table_responsive.cart tr td.product-remove a,
.woocommerce-page table.shop_table_responsive.cart tr td.product-remove a {
    position: absolute;
    right: 40px;
    top: 20px;
  }
  .woocommerce table.shop_table_responsive.cart tr td.product-thumbnail,
.woocommerce-page table.shop_table_responsive.cart tr td.product-thumbnail {
    width: 100%;
    padding-top: 20px;
  }
  .woocommerce table.shop_table_responsive.cart tr td.product-thumbnail:before,
.woocommerce-page table.shop_table_responsive.cart tr td.product-thumbnail:before {
    display: none;
  }
  .woocommerce table.shop_table_responsive.cart tr td.actions,
.woocommerce-page table.shop_table_responsive.cart tr td.actions {
    padding-top: 10px;
    display: block;
  }
  .woocommerce table.shop_table_responsive.cart tr td.actions .coupon,
.woocommerce-page table.shop_table_responsive.cart tr td.actions .coupon {
    padding: 0;
  }
  .woocommerce table.shop_table_responsive.cart tr td.actions .coupon .input-text,
.woocommerce-page table.shop_table_responsive.cart tr td.actions .coupon .input-text {
    margin-bottom: 10px;
  }
  .woocommerce table.shop_table_responsive.cart tr td.actions button,
.woocommerce-page table.shop_table_responsive.cart tr td.actions button {
    width: 100% !important;
    margin-top: 10px !important;
  }
  .woocommerce table.shop_table_responsive.cart tr td.actions input,
.woocommerce-page table.shop_table_responsive.cart tr td.actions input {
    margin-bottom: 10px;
    width: 100% !important;
  }
  .woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    margin-bottom: 0;
  }
  .woocommerce form.checkout_coupon .form-row.form-row-last,
.woocommerce-page form.checkout_coupon .form-row.form-row-last {
    padding-left: 0;
  }
  .woocommerce form.checkout_coupon .form-row.form-row-last button,
.woocommerce-page form.checkout_coupon .form-row.form-row-last button {
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .wgl_module_message_box .message_content {
    padding: 4.5px 0;
  }
  .wgl_module_message_box .message_text {
    display: flex;
    flex-direction: column;
  }
  .wgl_module_message_box .message_text a.button {
    margin: 15px 7px -3px 0;
  }
  .wgl_module_message_box .wgl-woo-button {
    margin-top: 18px;
    margin-bottom: -15px;
    align-self: flex-end;
    order: 1;
  }
}
@media (max-width: 426px) {
  .woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    padding: 30px 30px 40px 30px;
  }
  .woocommerce table.cart td.actions .coupon .input-text,
.woocommerce #content table.cart td.actions .coupon .input-text,
.woocommerce-page table.cart td.actions .coupon .input-text,
.woocommerce-page #content table.cart td.actions .coupon .input-text {
    width: 180px;
  }
  .woocommerce table.cart td.actions .coupon .input-text + .button,
.woocommerce #content table.cart td.actions .coupon .input-text + .button,
.woocommerce-page table.cart td.actions .coupon .input-text + .button,
.woocommerce-page #content table.cart td.actions .coupon .input-text + .button {
    margin-left: 0;
  }
}
/* ==================== ##WooCommerce Styles ==================== */
/* ==================== ↓ ##Content Font Styles ↓ ==================== */
.woocommerce #review_form #respond form#commentform label,
body .select2-container,
.product_list_widget .reviewer {
  font-family: var(--transmax-content-font-family);
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  color: var(--transmax-content-color);
}

/* ==================== ↑ content font styles ↑ ==================== */
/* ===================== ↓ ##Header Font Styles ↓ ====================== */
.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count,
.wgl-theme-header .woo_mini-count span,
.woocommerce .wgl-products .product a.add_to_cart_button,
.woocommerce .wgl-products .product a.button,
.woocommerce .wgl-products .product a.wc-forward,
.woocommerce .cart input.button,
.woocommerce table.shop_table_responsive tr td::before,
.woocommerce-page table.shop_table_responsive tr td::before,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce .wgl-products .price,
.woocommerce-Price-amount,
.woocommerce table.shop_table,
.woocommerce table.shop_table label,
.woocommerce form .form-row label,
.woocommerce span.onsale,
.woocommerce .summary .product_meta > span span.title,
.woocommerce .summary .product_meta > span a.title,
.woocommerce #comments ~ #review_form_wrapper #respond form#commentform .comment-form-rating label,
.woocommerce ul.order_details.woocommerce-thankyou-order-details li.woocommerce-order-overview__order,
.woocommerce ul.order_details li {
  font-family: var(--transmax-header-font-family);
}

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

.woocommerce .summary .product_meta > span,
.woocommerce .summary .product_meta > span a,
.woocommerce .cart-collaterals .cart_totals table th {
  font-family: var(--transmax-header-font-family);
  color: var(--transmax-header-font-color);
}

#add_payment_method .cart-collaterals .cart_totals .woocommerce-shipping-destination,
.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination,
.woocommerce-checkout .cart-collaterals .cart_totals .woocommerce-shipping-destination,
.woocommerce label,
.woocommerce strong,
.woocommerce form .form-row label,
.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 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 form.cart div.quantity .qty,
.woocommerce div.product form.cart 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,
.woocommerce div.product form.cart .group_table tr td label,
.woocommerce-grouped-product-list-item__label a,
.woocommerce table.shop_table_responsive tr td:before,
.woocommerce-page table.shop_table_responsive tr td:before,
.product_meta > span a:hover,
.woocommerce .widget_shopping_cart .total,
.woocommerce table.shop_table td.actions .coupon .input-text ~ span.wgl-woo-button,
.wgl_module_message_box a,
.woocommerce-MyAccount-navigation ul li a,
.woocommerce ul.order_details li {
  color: var(--transmax-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(--transmax-header-font-color);
}

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

/* ==================== ↑ header font styles ↑ ==================== */
/* =================== ↓ ##Subtitle Styles ↓ =================== */
.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a,
.woocommerce .cart-collaterals .cart_totals table tbody tr td,
.woocommerce-page .cart-collaterals .cart_totals table tbody tr td,
.woocommerce-page .cart-collaterals .cart_totals table th,
.woocommerce-message a.button,
.woocommerce button.button,
.woocommerce table.shop_table thead th,
.woocommerce table.shop_table.cart .button,
.woocommerce table.shop_table td.product-name,
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
.woocommerce .woocommerce-cart-form table.shop_table td,
.wgl-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li a,
.wgl-theme-header .woo_mini_cart .woocommerce-mini-cart__buttons a,
.woocommerce.widget_shopping_cart .total strong,
.product_list_widget .product-title,
.wgl-products .woocommerce-loop-product__title,
.woocommerce-tabs ul.tabs li,
.woocommerce table.shop_table td.product-name .product-quantity,
.woocommerce div.product form.cart div.quantity label.label-qty,
.woocommerce .woo_mini_cart ul.cart_list li.mini_cart_item.woocommerce-mini-cart-item .quantity,
.woocommerce div.product form.cart .quantity .quantity-wrapper .qty,
.woocommerce table.shop_table td.product-quantity .quantity .quantity-wrapper .qty,
.woocommerce div.product form.cart .group_table tr td label {
  font-family: var(--transmax-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 {
  font-family: var(--transmax-header-font-family);
  font-weight: var(--transmax-header-font-weight);
}

/* ==================== ↓ Primary Color Styles ==================== */
.wgl-products .product-category a:hover h2,
.wgl-theme-header .wgl-woo_mini_cart .header_cart-heading_description:after,
.wgl-products .woocommerce-loop-product__title a:hover,
.woocommerce-review-link:hover,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce .woo_mini_cart .total .woocommerce-Price-amount,
.woocommerce .cart-collaterals .cart_totals table .woocommerce-Price-amount.amount,
.woocommerce .cart-collaterals table.shop_table td.product-total .woocommerce-Price-amount.amount,
.product_list_widget li a:hover .product-title,
.woocommerce-grouped-product-list-item__label a:hover,
.woocommerce-grouped-product-list-item__price,
.woocommerce .woocommerce-cart-form__cart-item .product-thumbnail img,
.woocommerce div.product .woocommerce-product-gallery .flex-viewport,
.woocommerce div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper,
.woocommerce .woocommerce-cart-form table.shop_table td.product-name a:hover,
.woocommerce table.shop_table td.product-name a:hover,
.woocommerce .summary .product_meta > span a:hover,
.woocommerce #review_form #respond p a,
.wgl_module_message_box a:hover,
.woocommerce-MyAccount-navigation ul li a:hover,
.wgl-products .product.product:after,
.woocommerce table.shop_table td.product-quantity .quantity .quantity-wrapper span:hover,
.woocommerce table.shop_table td.product-quantity .quantity .quantity-wrapper span:focus,
.woocommerce div.product form.cart .quantity .quantity-wrapper span:hover,
.woocommerce div.product form.cart .quantity .quantity-wrapper span:focus,
.woocommerce ul.order_details li strong {
  color: var(--transmax-primary-color);
}

.wgl-theme-header .woo_mini-count span,
.woocommerce.single div.product .woocommerce-tabs ul.tabs:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li a:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce .widget_price_filter .price_slider_wrapper .price_slider_amount .button:hover,
.woocommerce.widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  background-color: var(--transmax-primary-color);
}

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

/* ==================== ↓ Secondary Color ==================== */
.woocommerce.single-product div.product div.images.woocommerce-product-gallery .woocommerce-product-gallery__trigger,
.widget_price_filter .button:before {
  color: var(--transmax-secondary-color);
}

.woocommerce span.onsale {
  background-color: var(--transmax-secondary-color);
}

.wgl-theme-header .woo_mini-count span {
  border-color: var(--transmax-secondary-color);
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
  background-color: var(--transmax-secondary-color);
  border-color: var(--transmax-secondary-color);
}

/* ==================== ↓ Button Color ==================== */
.wgl-woo-button,
.wgl-products .product a.button:hover,
.wgl-products .product a.wc-forward:hover,
.wgl-products .product a.button.added,
.woocommerce-message a.button,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce button.button:hover,
.woocommerce button.button.alt:hover,
.woocommerce button.button:hover:disabled,
.wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce a.button,
.woocommerce a.button:disabled:hover,
.woocommerce a.button:disabled[disabled]:hover,
.woocommerce #payment #place_order:hover,
.woocommerce #respond input#submit:hover,
.woocommerce #review_form #respond input#submit:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-mini-cart__buttons .button.checkout,
.woocommerce .woo_mini_cart .buttons .button:not(.checkout):hover,
.woocommerce-cart .cart-collaterals .shipping-calculator-form p button.button:hover,
.woocommerce button.button[name=update_cart]:hover,
.woocommerce table.shop_table.cart .coupon .button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce table.shop_table.cart .button:hover,
#comments input.submit,
.woocommerce table.shop_table td.actions .coupon .input-text ~ span.wgl-woo-button .morph_element {
  background-color: var(--transmax-button-bg-color-hover);
  border-color: var(--transmax-button-bg-color-hover);
}

.woocommerce table.shop_table td.actions .coupon .input-text ~ span.wgl-woo-button {
  border-color: var(--transmax-button-color-idle);
}

.woocommerce .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals button.button {
  color: var(--transmax-button-color-idle);
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce a.button.alt,
.wc-proceed-to-checkout a.alt.checkout-button:hover,
.woocommerce input.button.alt,
.woocommerce button.button.alt,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.wgl-woo-button.corner-add .morph_element,
.wgl-products .product .added_to_cart,
.wgl-products .product a.button,
.wgl-products .product a.wc-forward,
.woocommerce #payment #place_order,
.woocommerce-message a.button:hover,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit,
.woocommerce #respond input#submit.disabled:hover,
.woocommerce #respond input#submit:disabled:hover,
.woocommerce #respond input#submit:hover:disabled,
.woocommerce #respond input#submit:hover:disabled[disabled],
.woocommerce #respond input#submit:disabled[disabled]:hover,
.woocommerce a.button:hover:disabled,
.woocommerce a.button:hover:disabled[disabled],
.woocommerce a.button.disabled:hover,
.woocommerce button.button.disabled:hover,
.woocommerce input.button:hover:disabled,
.woocommerce input.button:hover:disabled[disabled],
.woocommerce input.button.disabled:hover,
.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce button.button.disabled:hover,
.woocommerce input.button:hover,
.woocommerce a.button:hover,
.woocommerce-message a.button:hover,
.woocommerce table.shop_table.cart .button,
#comments input.submit:hover,
.woocommerce .woo_mini_cart .buttons .button:not(.checkout),
.woocommerce-cart .cart-collaterals .shipping-calculator-form p button.button,
.woocommerce-mini-cart__buttons .button.checkout:hover,
.woocommerce .woo_mini_cart .buttons .wgl-woo-button:first-child {
  background-color: var(--transmax-button-bg-color-idle);
  border-color: var(--transmax-button-bg-color-idle);
}

.woocommerce div.product form.cart .reset_variations:hover:before,
.woocommerce-mini-cart__buttons .button.checkout,
.woocommerce button.button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #payment #place_order:hover,
.woocommerce-mini-cart__buttons .button:not(.checkout):hover,
.widget_price_filter .price_slider_amount .button:hover {
  color: var(--transmax-button-color-hover);
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce input.button:hover,
.woocommerce .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals button.button:hover,
.wgl-products .product a.wc-forward:hover {
  color: var(--transmax-button-color-hover);
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  color: var(--transmax-button-color-idle);
}

.wgl_module_message_box.woocommerce-message a.button:hover,
.woocommerce.single-product div.product div.images.woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover {
  background-color: var(--transmax-button-bg-color-hover);
  border-color: var(--transmax-button-bg-color-hover);
}

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