@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;
  color: #fff;
  border-radius: 3px;
  background-color: var(--benoit-primary-color);
  box-shadow: 5px 4px 13px 0 rgba(var(--benoit-primary-rgb), 0.45);
}
.login-in .login-in_wrapper a:hover {
  background-color: var(--benoit-secondary-color);
  box-shadow: 5px 4px 13px 0 rgba(var(--benoit-secondary-rgb), 0.45);
}
.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;
  color: var(--benoit-header-font-color);
}
.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 .woocommerce .woo_mini_cart {
  display: flex;
  flex-direction: column;
  position: fixed;
  z-index: 100000;
  top: 15px;
  right: 15px;
  width: 375px;
  min-height: 20%;
  max-height: calc(100% - 30px);
  border-radius: unset;
  padding: 30px 40px 35px;
  text-align: center;
  border: 1px solid;
  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 {
  padding: 10px 20px 0 0;
  margin: 0 -20px auto 0;
  max-height: 421px;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-color: var(--benoit-primary-color) var(--benoit-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(--benoit-primary-color);
  border-left: 1px solid var(--benoit-submenu-background);
  border-right: 1px solid var(--benoit-submenu-background);
}
.wgl-theme-header .woocommerce .woo_mini_cart ul::-webkit-scrollbar-thumb {
  background-color: var(--benoit-primary-color);
}
.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: normal;
  font-size: 21px;
  line-height: 1em;
}
.wgl-theme-header .woo_mini-count span {
  display: inline-block;
  position: absolute;
  z-index: 0;
  left: calc(100% - 10px);
  top: -10px;
  height: 20px;
  min-width: 20px;
  border-radius: 10px;
  padding: 0 4px;
  font-style: normal;
  font-size: 11px;
  line-height: 16px;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  backface-visibility: hidden;
  border: 2px solid;
  transition: 0.4s;
}

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

/* ==================== ##Shop - Catalog ==================== */
.wgl-woocommerce-sorting {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
.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: 14px;
  font-weight: 400;
}
.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;
  -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 + 14px ) calc( var(--products-gap) / 2 );
  padding: 0;
  border-radius: unset;
}
.woocommerce .wgl-products .product .woo_product_image {
  position: relative;
  display: flex;
  justify-content: center;
  border: unset;
  transition: inherit;
}
.woocommerce .wgl-products .woo_product_content {
  display: flex;
  flex-direction: column;
  align-self: flex-start;
  padding: 9px 30px 25px;
  opacity: 1;
  transition: 0.3s;
}
.woocommerce .wgl-products .woo_product_content .woocommerce-loop-product__title {
  position: relative;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 300;
}
.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: 15px;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 300;
}
.woocommerce .wgl-products .woo_product_content .price del {
  margin-right: 7px;
  opacity: 1;
  color: #a0a0a0;
}
.woocommerce .wgl-products .woo_product_content .price ins {
  font-weight: inherit;
}
.woocommerce .wgl-products .woocommerce-loop-category__title {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 300;
  text-align: center;
  margin-top: 9px;
  margin-bottom: 21px;
  transition: color 0.4s;
}
.woocommerce .wgl-products .woocommerce-loop-category__title mark {
  color: #a0a0a0;
  background-color: unset;
}
.woocommerce .wgl-products .woo_product_content .star-rating {
  float: none;
  width: 6.6em;
  margin: 18px 0 3px;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.31em;
  order: 1;
}
.woocommerce .wgl-products .wgl-carousel {
  margin: 0 -15px;
  padding: 0 15px;
}
.woocommerce .wgl-products .wgl-carousel .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 .woocommerce-product-rating .star-rating {
  width: 6.6em;
  font-size: 19px;
  margin-top: -6px;
  margin-right: 14px;
  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;
}

.wgl-products .product {
  border: 1px solid rgba(var(--benoit-primary-rgb), 0.7);
  transition: 0.4s;
}
.wgl-products .product:before, .wgl-products .product:after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 2;
  transition: opacity 0.4s;
  border-radius: inherit;
}
.wgl-products .product:before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 1;
}
.wgl-products .product:after {
  opacity: 1;
  top: -10px;
  right: 8px;
  left: 8px;
  bottom: -10px;
  border: 1px solid rgba(var(--benoit-primary-rgb), 0.7);
  transition: opacity 0.3s, transform 0.3s ease-in-out;
}
.wgl-products .product .woo_product_inner_wrapper {
  position: relative;
  z-index: 4;
  width: 100%;
}
.wgl-products .product .picture {
  position: relative;
  padding: 29px 0 12px;
  text-align: center;
  overflow: hidden;
  width: 100%;
}
.wgl-products .product .picture .woo_post-link {
  display: block;
  position: relative;
  font-size: 0;
  line-height: 0;
  border-radius: 190px;
  max-width: 190px;
  margin: auto;
}
.wgl-products .product .picture img {
  max-width: 190px;
  border-radius: 0;
  transition: opacity 0.7s, transform 0.6s;
}
.wgl-products .product .picture img.attachment-shop_catalog {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  pointer-events: none;
  opacity: 0;
}
.wgl-products .product:hover:before {
  opacity: 0;
}
.wgl-products .product:hover:after {
  opacity: 0;
  transform: scale(0.9);
}
.wgl-products .product:hover .picture img.attachment-shop_catalog {
  opacity: 1;
  pointer-events: inherit;
  transform: translateZ(0) translateY(0) !important;
}
.wgl-products .product:hover .picture:before {
  opacity: 0;
}
.wgl-products .product:hover .picture:after {
  opacity: 1;
}
.wgl-products .product .wgl_woo_button_wrapper {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 15px;
  left: 0;
  pointer-events: none;
  transform: translateZ(0);
  text-align: center;
  z-index: 1;
}
.wgl-products .product .wgl_woo_button_wrapper a, .wgl-products .product .wgl_woo_button_wrapper input, .wgl-products .product .wgl_woo_button_wrapper button {
  pointer-events: auto;
}
.wgl-products .product:hover a.button,
.wgl-products .product a.button.loading {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.wgl-products .product a.button.loading {
  padding: 10px 35px 10px 12px;
}
.wgl-products .product a.button,
.wgl-products .product a.wc-forward {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  border-radius: unset;
  padding: 10px 12px;
  text-indent: 0;
  border: unset;
  margin: 0 auto;
  max-width: calc(100% - 30px);
  min-width: 200px;
  font-size: 14px;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  transform-style: preserve-3d;
}
.wgl-products .product a.button.loading:after,
.wgl-products .product a.wc-forward.loading:after {
  content: "";
  font-size: 20px;
  text-indent: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  margin: 15px 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;
}
.wgl-products .product a.button.loading:before,
.wgl-products .product a.wc-forward.loading:before {
  animation: wgl_button_active 0.6s ease-in-out forwards;
}
.wgl-products .product a.button:before,
.wgl-products .product a.wc-forward:before {
  content: "";
  position: absolute;
  z-index: 1;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  left: -4px;
  top: -4px;
  border-radius: inherit;
  border: 1px solid var(--benoit-button-color-idle);
  transform: translateZ(-5px) scale(1);
  box-sizing: border-box;
  transition: all 0.4s;
}
.wgl-products .product a.button:hover,
.wgl-products .product a.wc-forward:hover {
  color: #ffffff;
  transition: all 0.4s ease-in-out;
}
.wgl-products .product a.button:not(.with-border):active:before,
.wgl-products .product a.wc-forward:not(.with-border):active:before {
  transform: translateZ(-5px) scale(0.9, 0.8);
  opacity: 0;
}
.wgl-products .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;
}
.wgl-products .product a.button.added:after {
  display: none;
}
.wgl-products .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;
}
.wgl-products .product a.added_to_cart {
  opacity: 0;
  transform: translateY(50%);
}
.wgl-products .product a.add_to_cart_button, .wgl-products .product a.product_type_grouped, .wgl-products .product a.product_type_external {
  margin-top: 0 !important;
}
.wgl-products .product a.button.loading:after {
  opacity: 1;
  animation: wc_fade_in 1.2s forwards, fa-spin 2s infinite linear;
}
.wgl-products .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;
}
.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: -16px;
  left: -8px;
  right: auto;
  min-width: 70px;
  min-height: unset;
  width: auto;
  height: 70px;
  border-radius: 0 35px 35px 35px;
  padding: 18px 5px 5px 13px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.woocommerce .products .star-rating {
  margin: 5px auto 10px;
}

.woocommerce-review-link {
  color: rgba(var(--benoit-content-rgb), 0.6);
  font-size: 16px;
}

.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: 20px;
  font-weight: 300;
}
.woocommerce div.product form.cart .group_table tr td .woocommerce-Price-amount {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5em;
}
.woocommerce div.product form.cart .group_table tr td del .woocommerce-Price-amount {
  font-weight: 200;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  border: unset;
  border-radius: 0;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 40px;
  line-height: 30px;
  border: unset;
  height: auto;
  color: #ffffff;
  letter-spacing: 0.1em;
  vertical-align: top;
  transition: 0.4s;
  text-transform: uppercase;
}
.woocommerce #respond input#submit {
  padding: 10px 40px;
  min-width: 170px;
}

.woocommerce form.checkout_coupon {
  border-radius: 10px;
  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: 10px 30px;
}

.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% - 7px);
}
.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: 10px 40px;
  background-color: rgba(var(--benoit-header-rgb), 0.6) !important;
  color: #ffffff !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: 10px;
  border-top: 1px solid rgba(var(--benoit-header-rgb), 0.12);
  padding: 26px 0 22px;
}
.woocommerce .summary .product_meta > span {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 35px;
  margin-bottom: 6px;
}
.woocommerce .summary .product_meta > span span.title,
.woocommerce .summary .product_meta > span a.title {
  font-weight: 400;
  margin-right: 5px;
  font-size: 18px;
}
.woocommerce .summary .product_meta > span span.title ~ span:first-child,
.woocommerce .summary .product_meta > span a.title ~ span:first-child {
  margin-left: 4px;
}
.woocommerce .summary .woocommerce-product-details__short-description > ul {
  padding-top: 5px;
}
.woocommerce .summary table.shop_attributes {
  border: unset;
  margin-top: 2px;
  margin-bottom: 20px;
  width: 100%;
  font-size: 18px;
}
.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 {
  width: auto;
  border: unset;
  font-weight: 400;
  display: inline-block;
  position: relative;
  padding: 0 0 0 calc(1em + 4px);
  color: var(--benoit-primary-color);
  background: transparent !important;
}
.woocommerce .summary table.shop_attributes th:before {
  content: "";
  position: absolute;
  z-index: 1;
  border-radius: unset;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  top: 0.65em;
  left: 3px;
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
  background-color: var(--benoit-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;
  background: transparent !important;
  color: var(--benoit-header-font-color);
}
.woocommerce .summary table.shop_attributes td p {
  padding: 0;
}

.woocommerce div.product form.cart {
  margin-top: 0;
  padding-top: 40px;
  margin-bottom: 30px;
  border-top: 1px solid rgba(var(--benoit-header-rgb), 0.12);
}

.woocommerce.single-product div.product div.images.woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50px;
  color: #ffffff;
  text-decoration: none;
  transition: background-color 0.3s;
}
.woocommerce.single-product div.product div.images.woocommerce-product-gallery .woocommerce-product-gallery__trigger:before {
  content: "\f101";
  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: 0;
}

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

.woocommerce div.product {
  margin-bottom: 70px;
}
.woocommerce div.product .woocommerce-product-rating {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.woocommerce div.product .summary .woocommerce-product-rating {
  margin-bottom: 5px;
  padding-top: 10px;
}
.woocommerce div.product div.images.woocommerce-product-gallery img {
  display: block;
  border-radius: 0;
}
.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: 0;
  overflow: hidden;
  pointer-events: none;
}
.woocommerce div.product div.images.woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image > img {
  overflow: hidden;
  border-radius: 0;
  pointer-events: auto;
}
.woocommerce div.product div.images.woocommerce-product-gallery .flex-viewport img {
  border-radius: 0;
}
.woocommerce div.product div.images.woocommerce-product-gallery .flex-control-thumbs {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  grid-gap: 40px;
  margin-top: 40px;
  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: 0;
  position: relative;
  transition: 0.3s;
}
.woocommerce div.product div.images.woocommerce-product-gallery .flex-control-thumbs li img {
  opacity: 1;
}
.woocommerce div.product div.images.woocommerce-product-gallery .flex-control-thumbs li img:hover, .woocommerce div.product div.images.woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
  box-shadow: 0 0 23px 2px rgba(var(--benoit-primary-rgb), 0.4);
}
.woocommerce div.product div.images.woocommerce-product-gallery .flex-control-thumbs li:before {
  display: none;
}
.woocommerce div.product div.images.woocommerce-product-gallery .flex-control-thumbs li:last-child {
  margin-right: 0;
}
.woocommerce div.product div.images.woocommerce-product-gallery__trigger {
  position: absolute;
  z-index: 99;
  top: 1em;
  right: 1em;
}
.woocommerce div.product .product_title {
  margin-top: -0.09em;
  margin-bottom: 13px;
  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: 20px solid transparent;
}
.woocommerce div.product form.cart .variations td.label {
  padding: 10px 0;
  width: 125px;
  line-height: 22px;
  vertical-align: baseline;
}
.woocommerce div.product form.cart .variations label {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 0;
}
.woocommerce div.product form.cart .variations label:after {
  content: ":";
}
.woocommerce div.product form.cart .variations td.value {
  max-width: 200px;
}
.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
  line-height: 1;
  padding: 0;
}
.woocommerce div.product form.cart .variations select {
  min-width: auto;
  display: inline-block;
  margin-right: 0;
  padding-right: 30px;
  margin-bottom: 0;
  max-width: 270px;
  cursor: pointer;
}
.woocommerce div.product form.cart .reset_variations {
  display: block;
  margin: 20px 0 0 0;
  font-size: 14px;
  line-height: inherit;
  width: 100%;
  max-width: 270px;
  text-align: right;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.woocommerce div.product form.cart .single_variation {
  margin-bottom: 39px;
  padding-bottom: 21px;
  border-bottom: 1px solid rgba(var(--benoit-header-rgb), 0.12);
}

div.product .summary span.price,
.woocommerce div.product .summary p.price,
.woocommerce div.product .summary .woocommerce-variation-price .price {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 36px;
  font-weight: 300;
  line-height: 1.7em;
}
div.product .summary span.price ins,
.woocommerce div.product .summary p.price ins,
.woocommerce div.product .summary .woocommerce-variation-price .price ins {
  font-weight: inherit;
}

.woocommerce del {
  color: var(--benoit-header-font-color);
  margin-right: 0.3em;
  opacity: 0.5;
  font-weight: 200;
}
.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: 7px;
}
.related.products > h4,
.upsells.products > h4 {
  position: relative;
  z-index: 1;
  margin-bottom: 47px;
  font-size: 36px;
  text-transform: capitalize;
}

.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: 5px;
}
.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.65;
  letter-spacing: 0.06em;
}
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
  float: left;
  width: 80px;
  margin: 0;
  border: unset;
  border-radius: 0;
  background: unset;
  transition: inherit;
}
.woocommerce .wgl_mini-cart_flex {
  display: flex;
  align-items: center;
}
.woocommerce .wgl_mini-cart_flex .wgl_mini-cart_image {
  align-self: flex-start;
  width: 80px;
  min-width: 80px;
  margin: 0 20px 0 0;
  transition: opacity 0.3s;
}
.woocommerce .wgl_mini-cart_flex .wgl_mini-cart_contents {
  margin-right: 15px;
  transition: opacity 0.3s;
}
.woocommerce .wgl_mini-cart_flex .wgl_mini-cart_contents a {
  margin-top: -9px;
}
.woocommerce .wgl_mini-cart_flex p.price {
  margin: 0;
  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: 0;
  left: auto;
  right: 16px;
  margin: 0;
  padding-right: 0;
  font-size: 0;
}
.woocommerce .woo_mini_cart ul.cart_list li.mini_cart_item.woocommerce-mini-cart-item a.remove:before {
  position: relative;
  top: 0;
  right: 0;
  padding: 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 {
  display: block;
  margin-top: 10px;
  color: #a0a0a0;
  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: 16px;
  line-height: 1;
  font-weight: 300;
  margin-top: 13px;
}
.woocommerce .woo_mini_cart .total {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  flex-wrap: wrap;
  margin-top: 22px;
  margin-bottom: 28px;
  border: unset;
  padding-top: 19px;
  padding-bottom: 0;
  font-size: 18px;
  line-height: 30px;
  text-align: left;
}
.woocommerce .woo_mini_cart .total span {
  font-size: 24px;
  font-weight: 200;
}
.woocommerce .woo_mini_cart .total strong {
  font-size: 24px;
  font-weight: 200;
  text-transform: capitalize;
  cursor: default;
  letter-spacing: 0.05em;
}
.woocommerce .woo_mini_cart .total .woocommerce-Price-amount {
  padding-left: 6px;
}
.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: 10px 12px;
  font-size: 14px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  transition: 0.4s;
}
.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: rgba(var(--benoit-header-rgb), 0.05);
}
.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: inline-block;
  position: relative;
  padding: 0 42px;
  height: 50px;
  line-height: 0;
  background-color: transparent;
}
.woocommerce div.product form.cart .quantity .quantity-wrapper .qty {
  display: inline-block;
  width: 24px;
  height: inherit;
  border: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 300;
  vertical-align: middle;
  background: transparent;
}
.woocommerce div.product form.cart .quantity .quantity-wrapper span {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: 0;
  width: 38px;
  height: 50px;
  opacity: 1;
  transform: translateY(0);
  transition: background-color 0.05s;
}
.woocommerce div.product form.cart .quantity .quantity-wrapper span:before, .woocommerce div.product form.cart .quantity .quantity-wrapper span:after {
  content: "";
  position: absolute;
  display: block;
  width: 14px;
  height: 2px;
  bottom: 0;
  top: 0;
  margin: auto;
  transition: 0.3s;
}
.woocommerce div.product form.cart .quantity .quantity-wrapper span.minus {
  left: 0;
}
.woocommerce div.product form.cart .quantity .quantity-wrapper span.minus:after {
  right: 6px;
}
.woocommerce div.product form.cart .quantity .quantity-wrapper span.minus:before {
  content: unset;
}
.woocommerce div.product form.cart .quantity .quantity-wrapper span.plus {
  right: 0;
}
.woocommerce div.product form.cart .quantity .quantity-wrapper span.plus:after, .woocommerce div.product form.cart .quantity .quantity-wrapper span.plus:before {
  left: 6px;
}
.woocommerce div.product form.cart .quantity .quantity-wrapper span.plus:before {
  transform: rotate(90deg);
}
.woocommerce div.product form.cart .quantity .quantity-wrapper input[type=number] {
  -webkit-appearance: textfield;
  appearance: textfield;
}
.woocommerce div.product form.cart .quantity .quantity-wrapper input[type=number]::-webkit-inner-spin-button, .woocommerce div.product form.cart .quantity .quantity-wrapper input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.woocommerce div.product form.cart div.quantity {
  margin-right: 15px;
}
.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: 300;
  letter-spacing: 0.05em;
}
.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: calc(100% - 470px - 30px);
  margin-top: 78px;
}
.woocommerce .cart-collaterals .cross-sells > h2,
.woocommerce-page .cart-collaterals .cross-sells > h2 {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: capitalize;
}
.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;
}
@media (max-width: 1199px) {
  .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 {
  float: right;
  width: 470px;
  margin-top: 40px;
  margin-bottom: 60px;
  padding: 37px 40px 40px 40px;
  overflow: hidden;
  position: relative;
}
.woocommerce .cart-collaterals .cart_totals h2,
.woocommerce-page .cart-collaterals .cart_totals h2 {
  font-size: 30px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  margin-bottom: 18px;
}
.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;
}
.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: 300;
  letter-spacing: 0.05em;
  float: none;
  order: -2;
}
.woocommerce .cart-collaterals .cart_totals table tr td:after,
.woocommerce-page .cart-collaterals .cart_totals table tr td:after {
  content: "";
  width: 100%;
  height: 1px;
  flex: 1;
  border-bottom: 1px solid rgba(var(--benoit-primary-rgb), 0.6);
  order: -1;
  margin: 0 20px;
}
.woocommerce .cart-collaterals .cart_totals table tr.cart-subtotal td,
.woocommerce-page .cart-collaterals .cart_totals table tr.cart-subtotal td {
  padding-bottom: 14px;
}
.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,
.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: 300;
  text-align: right;
}
.woocommerce .cart-collaterals .cart_totals table tr.order-total td,
.woocommerce-page .cart-collaterals .cart_totals table tr.order-total td {
  font-size: 24px;
}
.woocommerce .cart-collaterals .cart_totals table tr.order-total td .woocommerce-Price-amount.amount,
.woocommerce-page .cart-collaterals .cart_totals table tr.order-total td .woocommerce-Price-amount.amount {
  font-size: 20px;
}
.woocommerce .woo_mini_cart .variation,
.woocommerce-page .woo_mini_cart .variation {
  border-left: 2px solid rgba(var(--benoit-header-rgb), 0.1);
  line-height: 1;
  font-size: 0.7em;
  margin-top: 10px;
}
.woocommerce .woo_mini_cart .variation [class*=variation]:last-child,
.woocommerce-page .woo_mini_cart .variation [class*=variation]:last-child {
  margin-bottom: 0;
}
.woocommerce .woo_mini_cart .variation label,
.woocommerce-page .woo_mini_cart .variation label {
  margin: 0;
  font: inherit;
  display: inline;
}

.wgl-shipping-wrapper-notice {
  font-size: 16px;
  color: var(--benoit-header-font-color);
  margin: 0;
  max-width: 43%;
}

.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: 300;
}
.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: 54px;
  vertical-align: middle;
  border-radius: unset;
  border: 1px solid #e4e4e4;
  padding: 0 0 9px 0;
  font-size: 28px;
  background: #ffffff;
}
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
  font-weight: 300;
}
.woocommerce table.shop_table td {
  padding: 30px 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-name .variation {
  border-left: 2px solid rgba(var(--benoit-header-rgb), 0.1);
  font-size: 0.8em;
  padding-left: 15px;
  margin-top: 10px;
}
.woocommerce table.shop_table td.product-name .variation label {
  margin: 0;
  font: inherit;
  display: inline;
}
.woocommerce table.shop_table td.product-quantity .quantity {
  display: inline-block;
  position: relative;
  background-color: rgba(var(--benoit-header-rgb), 0.05);
}
.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: inline-block;
  position: relative;
  padding: 0 42px;
  height: 50px;
  line-height: 0;
  background-color: transparent;
}
.woocommerce table.shop_table td.product-quantity .quantity .quantity-wrapper .qty {
  display: inline-block;
  width: 24px;
  height: inherit;
  border: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 300;
  vertical-align: middle;
  background: transparent;
}
.woocommerce table.shop_table td.product-quantity .quantity .quantity-wrapper span {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: 0;
  width: 38px;
  height: 50px;
  opacity: 1;
  transform: translateY(0);
  transition: background-color 0.05s;
}
.woocommerce table.shop_table td.product-quantity .quantity .quantity-wrapper span:before, .woocommerce table.shop_table td.product-quantity .quantity .quantity-wrapper span:after {
  content: "";
  position: absolute;
  display: block;
  width: 14px;
  height: 2px;
  bottom: 0;
  top: 0;
  margin: auto;
  transition: 0.3s;
}
.woocommerce table.shop_table td.product-quantity .quantity .quantity-wrapper span.minus {
  left: 0;
}
.woocommerce table.shop_table td.product-quantity .quantity .quantity-wrapper span.minus:after {
  right: 6px;
}
.woocommerce table.shop_table td.product-quantity .quantity .quantity-wrapper span.minus:before {
  content: unset;
}
.woocommerce table.shop_table td.product-quantity .quantity .quantity-wrapper span.plus {
  right: 0;
}
.woocommerce table.shop_table td.product-quantity .quantity .quantity-wrapper span.plus:after, .woocommerce table.shop_table td.product-quantity .quantity .quantity-wrapper span.plus:before {
  left: 6px;
}
.woocommerce table.shop_table td.product-quantity .quantity .quantity-wrapper span.plus:before {
  transform: rotate(90deg);
}
.woocommerce table.shop_table td.product-quantity .quantity .quantity-wrapper 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: 300;
  letter-spacing: 0.06em;
}
.woocommerce table.shop_table td.product-name a {
  color: inherit;
}
.woocommerce table.shop_table td.actions {
  padding-top: 38px;
}
.woocommerce table.shop_table td.actions .coupon {
  position: relative;
}
.woocommerce table.shop_table td.actions .coupon label {
  display: none;
}
.woocommerce table.shop_table td.actions .coupon .input-text {
  width: 270px;
  height: 50px;
  border: 0;
  border-bottom: 1px solid rgba(var(--benoit-header-rgb), 0.12);
  margin-right: 20px;
  padding: 14px 0 12px;
  font-size: 14px;
  font-weight: normal;
}
.woocommerce table.shop_table td.actions .coupon .input-text:focus {
  border-color: var(--benoit-header-font-color);
}
.woocommerce table.shop_table td.actions .coupon .input-text ~ button.button {
  padding-right: 26px;
  padding-left: 26px;
}
.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: 20px;
  line-height: 60px;
  font-weight: 300;
  color: #ffffff;
}
.woocommerce table.shop_table thead th:first-child {
  border-top-left-radius: inherit;
  border-bottom-left-radius: inherit;
}
.woocommerce table.shop_table thead th:last-child {
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
}
.woocommerce table.shop_table thead th.product-price {
  text-align: left;
  width: 240px;
}
.woocommerce table.shop_table thead th.product-quantity {
  text-align: left;
  width: 190px;
}
.woocommerce table.shop_table thead th.product-subtotal {
  text-align: left;
  width: 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: 32px;
  text-align: left;
}
.woocommerce table.shop_table tbody tr:first-child td {
  border-top: 0;
}
.woocommerce table.shop_table tbody tr td.product-price, .woocommerce table.shop_table tbody tr td.product-quantity, .woocommerce table.shop_table tbody tr td.product-subtotal, .woocommerce table.shop_table tbody tr td.product-remove {
  text-align: left;
}
.woocommerce table.shop_table tbody tr td.product-remove {
  padding-right: 9px;
  text-align: right;
}
.woocommerce table.shop_table tbody tr td.product-remove a.remove:before {
  font-size: 12px;
}
.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(--benoit-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: 0;
}
#add_payment_method table.cart td,
.woocommerce-cart table.cart td,
.woocommerce-checkout table.cart td {
  border-top: 1px solid rgba(var(--benoit-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: 300;
  line-height: 24px;
  padding: 25px 30px;
  border-radius: unset;
  background-color: var(--benoit-body-background);
  color: var(--benoit-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(--benoit-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(--benoit-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;
  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;
}
#add_payment_method .cart-collaterals .shipping-calculator-form p button.button:hover,
.woocommerce-cart .cart-collaterals .shipping-calculator-form p button.button:hover,
.woocommerce-checkout .cart-collaterals .shipping-calculator-form p button.button:hover {
  background-position: 100% 100%;
}
#add_payment_method .cart-collaterals .shipping-calculator-button,
.woocommerce-cart .cart-collaterals .shipping-calculator-button,
.woocommerce-checkout .cart-collaterals .shipping-calculator-button {
  font-size: 15px;
  margin-top: 0;
}
#add_payment_method .cart-collaterals .shipping-calculator-button:after,
.woocommerce-cart .cart-collaterals .shipping-calculator-button:after,
.woocommerce-checkout .cart-collaterals .shipping-calculator-button:after {
  display: none;
}
#add_payment_method .wc-proceed-to-checkout,
.woocommerce-cart .wc-proceed-to-checkout,
.woocommerce-checkout .wc-proceed-to-checkout {
  padding: 27px 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: 10px 30px;
  text-transform: uppercase;
}

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

.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: "\f11c";
  display: inline-block;
  font-family: "Flaticon";
  font-size: 12px;
  color: rgba(var(--benoit-header-rgb), 0.6);
  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;
}
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: 34px;
}
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 table.shop_table tbody tr:first-child > *,
body.woocommerce-checkout .woocommerce-order-details table.shop_table tbody tr:first-child > * {
  padding-top: 36px;
}
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: 24px;
}
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 #order_review table.shop_table td.product-name .variation,
body.woocommerce-checkout .woocommerce-order-details table.shop_table td.product-name .variation {
  border-left: 2px solid rgba(var(--benoit-header-rgb), 0.1);
  font-size: 0.8em;
  padding-left: 15px;
  margin-top: 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: 87px 40px 40px;
  background: var(--benoit-tertiary-color);
  margin-top: 15px;
  position: relative;
}
body.woocommerce-checkout #payment:before {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 50px;
  display: block;
  background-color: var(--benoit-body-background);
  background-image: url(../../img/cart-bg_2.png);
  background-position: top left;
  background-size: cover;
}
body.woocommerce-checkout #payment ul.payment_methods {
  padding: 0;
  border-bottom: 0;
}
body.woocommerce-checkout #payment ul.payment_methods li {
  padding-top: 10px;
  line-height: 25px;
  padding-left: 0;
}
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: var(--benoit-body-background);
}
body.woocommerce-checkout #payment div.form-row {
  padding: 15px 0 0;
}
body.woocommerce-checkout #payment div.form-row .woocommerce-privacy-policy-text {
  font-size: 14px;
}
body.woocommerce-checkout #payment #place_order:hover {
  color: #ffffff;
}
body.woocommerce-checkout 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: 16px;
  font-weight: 200;
  color: #a8a7a7;
  margin-bottom: 0;
}
.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: 50px;
}
.woocommerce form #ship-to-different-address {
  margin-top: 20px;
}

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

.wc-item-meta {
  border-left: 2px solid rgba(var(--benoit-header-rgb), 0.1);
  font-size: 0.8em;
  padding: 0 0 0 15px;
  margin-top: 5px;
  margin-left: 0;
}
.wc-item-meta li {
  margin: 0;
}

/* ==================== ##Shop - Notice ==================== */
.wgl_module_message_box {
  position: relative;
  min-height: 60px;
  padding: 6px 20px 6px 60px;
  border: unset;
  border-radius: unset;
  border: 1px solid rgba(var(--benoit-primary-rgb), 0.7);
  z-index: 1;
}
.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: 16px;
  line-height: 1.45;
}
.wgl_module_message_box .message_text li {
  line-height: 30px;
}
.wgl_module_message_box .message_icon_wrap {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 1;
}
.wgl_module_message_box .message_icon {
  font-size: 30px;
  font-style: normal;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  height: 100%;
  text-align: center;
}
.wgl_module_message_box .message_icon:before {
  font-family: "flaticon";
}
.wgl_module_message_box .message_content {
  padding: 11px 0 11px;
}
.wgl_module_message_box .message_close_button {
  font-size: 11px;
  line-height: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding-right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 58px;
  cursor: pointer;
  transition: 0.4s;
  text-align: center;
  color: rgba(var(--benoit-header-rgb), 0.6);
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
  z-index: 1;
}
.wgl_module_message_box .message_close_button:before {
  font-family: "Flaticon";
  display: inline-block;
  content: "\f11c";
}
.wgl_module_message_box .message_close_button:hover {
  color: red;
}
.wgl_module_message_box.type_info .message_icon:before {
  content: "\f119";
  transform: scaleY(-1);
}
.wgl_module_message_box.type_success .message_icon:before {
  content: "\f116";
}
.wgl_module_message_box.type_error .message_icon:before {
  content: "\f118";
}
.wgl_module_message_box.type_warning .message_icon:before {
  content: "\f119";
}
.wgl_module_message_box.woocommerce-message a.button {
  margin: -13px -17px -2px 25px;
  padding: 10px 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(--benoit-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: #ffffff;
}

.woocommerce-notices-wrapper {
  margin-bottom: 20px;
  position: relative;
}
.woocommerce-notices-wrapper:after {
  content: "";
  display: block;
  position: absolute;
  opacity: 1;
  top: -10px;
  right: 10px;
  left: 10px;
  bottom: -10px;
  border: 1px solid rgba(var(--benoit-primary-rgb), 0.7);
  transition: opacity 0.3s, transform 0.3s ease-in-out;
}
.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: 38px 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: 15px;
}
.woocommerce nav.woocommerce-pagination ul li span.current {
  position: relative;
  background: unset;
  cursor: default;
}
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover {
  background-color: unset;
}
.woocommerce nav.woocommerce-pagination ul li span,
.woocommerce nav.woocommerce-pagination ul li a {
  display: inline-block;
  position: relative;
  z-index: 1;
  height: 42px;
  min-width: 26px;
  padding: 0 5px;
  font-size: 16px;
  line-height: 39px;
  font-weight: 400;
  text-align: center;
  color: #9ba4b1;
  vertical-align: middle;
  transition: 0.4s;
}
.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;
  transform: translateY(-1px);
  transition: all 0.4s, color 0s;
}
.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: "\f108";
  font-family: "Flaticon";
  font-weight: 600;
}
.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: "\f108";
  font-family: "Flaticon";
  transform: rotate(180deg) translateY(1px);
  display: block;
  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;
}
.woocommerce nav.woocommerce-pagination ul li span:after,
.woocommerce nav.woocommerce-pagination ul li a:after {
  content: "";
  display: block;
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  border-radius: unset;
  background-color: transparent;
}

/* ==================== ##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;
}
.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: 20px;
  letter-spacing: 0.05em;
}
.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: 0;
  padding-left: 10px;
  padding-right: 10px;
}
.woocommerce #comments ~ #review_form_wrapper #respond form#commentform .comment-form-rating .stars {
  display: inline-block;
  height: 1em;
  line-height: 1.2em;
  font-size: 20px;
}
.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:hover a::before {
  opacity: 1 !important;
}
.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: 13px 0 0;
  border-radius: 0;
  padding: 0;
  font-size: 0;
  overflow: visible;
  text-align: center;
  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: 0;
  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 a {
  display: block;
  position: relative;
  margin: 0;
  padding: 9px 20px;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 0;
  text-decoration: none;
  box-shadow: none;
  z-index: 1;
  border-style: solid;
  border-width: 0 0 1px 0;
  border-color: rgba(var(--benoit-primary-rgb), 0.6);
  text-transform: uppercase;
  color: rgba(var(--benoit-header-rgb), 0.6);
}
.woocommerce.single div.product .woocommerce-tabs ul.tabs li a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  height: 1px;
  width: 100%;
  border-radius: 0;
  transform: translateY(1px) scaleY(0);
  transition: all 0.4s ease-in-out;
  display: block;
  z-index: -1;
}
.woocommerce.single div.product .woocommerce-tabs ul.tabs li.active a {
  color: var(--benoit-header-font-color);
}
.woocommerce.single div.product .woocommerce-tabs ul.tabs li.active a:before {
  width: calc(100% - 20px);
  transform: translateY(1px) scaleY(3);
}
.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: 51px 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: justify;
  margin-bottom: 50px;
}
.woocommerce.single div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--additional_information {
  padding-top: 22px;
  margin-bottom: 27px;
}
.woocommerce.single div.product .woocommerce-tabs .panel table.shop_attributes {
  border: 0;
}
.woocommerce.single div.product .woocommerce-tabs .panel table.shop_attributes tr {
  border: 0;
  float: left;
  width: 50%;
  display: flex;
  align-items: center;
}
.woocommerce.single div.product .woocommerce-tabs .panel table.shop_attributes tr:only-child {
  width: 100%;
}
.woocommerce.single div.product .woocommerce-tabs .panel table.shop_attributes tr:nth-child(2n) th {
  padding-left: 60px;
}
.woocommerce.single div.product .woocommerce-tabs .panel table.shop_attributes th {
  display: flex;
  flex: 1 1 auto;
  align-items: baseline;
  width: auto;
  border: 0;
  padding: 10px 0 10px 40px;
  font-size: 16px;
  font-weight: 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: 26px;
}
.woocommerce .widget_price_filter .title-wrapper ~ form {
  margin-bottom: 5px;
}
.woocommerce .widget_price_filter .price_slider_wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: -7px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  border-radius: unset;
  height: 3px;
  margin-top: -1px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  top: 50%;
  margin-left: -11px;
  margin-top: -11px;
  z-index: 2;
  width: 21px;
  height: 21px;
  background: unset;
  border-radius: unset;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:before, .woocommerce .widget_price_filter .ui-slider .ui-slider-handle:after {
  content: "";
  position: absolute;
  z-index: 1;
  transform: rotate3d(0, 0, 1, 45deg);
  box-sizing: border-box;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:before {
  width: 70.75%;
  height: 70.75%;
  left: 3px;
  top: 3px;
  border: 1px solid currentColor;
  background-color: var(--benoit-tertiary-color);
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:after {
  width: 41%;
  height: 41%;
  left: 6px;
  top: 6px;
  background-color: currentColor;
}
.woocommerce .widget_price_filter .ui-slider-horizontal {
  height: 1px;
  margin-bottom: 29px;
}
.woocommerce .widget_price_filter .price_slider_wrapper .price_slider.ui-widget-content {
  border: 0;
  border-radius: unset;
  background: rgba(var(--benoit-header-rgb), 0.2);
}
.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: 400;
  line-height: 1;
  color: rgba(var(--benoit-content-rgb), 0.7);
  order: -1;
}
.woocommerce .widget_price_filter .price_slider_wrapper .price_slider_amount .button {
  display: inline-block;
  height: 1em;
  left: auto;
  padding: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.1em;
  background: unset;
  cursor: pointer;
  border: unset;
  box-shadow: unset;
  text-transform: unset;
  text-decoration: underline;
  text-underline-offset: 4px;
  letter-spacing: unset;
}
.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.05em;
  padding-left: 17px;
}
.woocommerce .widget_layered_nav .woocommerce-widget-layered-nav-list__item a:before {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  top: 12px;
  left: 2px;
  width: 4px;
  height: 4px;
  transform: rotate(45deg);
  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: 10px;
}
.product_list_widget ins {
  text-decoration: none;
}
.product_list_widget .woocommerce-Price-amount {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 300;
  transition: 0.3s;
}
.product_list_widget del .woocommerce-Price-amount {
  font-weight: 200;
}
.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;
}

.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: 1199px) {
  .woocommerce-mini-cart__buttons.buttons {
    display: block;
  }

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

  .woocommerce .cart-collaterals .cross-sells,
.woocommerce-page .cart-collaterals .cross-sells {
    max-width: 320px;
    width: calc(100% - 400px - 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 {
    width: 400px;
    padding: 37px 40px 40px;
  }
}
@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 .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: 37px 40px 40px;
  }
  .woocommerce div.product div.summary,
.woocommerce #content div.product div.summary,
.woocommerce-page div.product div.summary,
.woocommerce-page #content div.product div.summary {
    width: 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.06em;
  }
  .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.06em;
  }

  .woocommerce table.shop_table_responsive.cart tr,
.woocommerce-page table.shop_table_responsive.cart tr {
    margin-bottom: 35px;
    padding: 10px 30px 10px;
    position: relative;
    background-color: var(--benoit-tertiary-color);
  }
  .woocommerce table.shop_table_responsive.cart tr:last-child,
.woocommerce-page table.shop_table_responsive.cart tr:last-child {
    padding-top: 30px;
  }
  .woocommerce table.shop_table_responsive.cart tr td,
.woocommerce-page table.shop_table_responsive.cart tr td {
    padding: 10px 0;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    background-color: transparent !important;
    border: unset;
  }
  .woocommerce table.shop_table_responsive.cart tr td.product-name,
.woocommerce-page table.shop_table_responsive.cart tr td.product-name {
    display: block;
  }
  .woocommerce table.shop_table_responsive.cart tr td.product-name .variation,
.woocommerce-page table.shop_table_responsive.cart tr td.product-name .variation {
    margin-top: 10px;
    font-size: 0.8em;
  }
  .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_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: 75px 20px 20px;
  }
  .woocommerce table.cart td.actions .coupon .input-text,
.woocommerce #content table.cart td.actions .coupon .input-text,
.woocommerce-page table.cart td.actions .coupon .input-text,
.woocommerce-page #content table.cart td.actions .coupon .input-text {
    width: 180px;
  }
  .woocommerce table.cart td.actions .coupon .input-text + .button,
.woocommerce #content table.cart td.actions .coupon .input-text + .button,
.woocommerce-page table.cart td.actions .coupon .input-text + .button,
.woocommerce-page #content table.cart td.actions .coupon .input-text + .button {
    margin-left: 0;
  }
}
/* ==================== ##WooCommerce Styles ==================== */
/* ==================== ↓ ##Content Font Styles ↓ ==================== */
.woocommerce #review_form #respond form#commentform label,
.woocommerce table.cart td.actions .coupon .input-text,
body .select2-container,
.product_list_widget .reviewer,
.woocommerce .widget_price_filter .price_slider_wrapper .price_slider_amount .price_label {
  font-family: var(--benoit-content-font-family);
}

/* ==================== ↑ content font styles ↑ ==================== */
/* ===================== ↓ ##Header Font Styles ↓ ====================== */
.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 #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(--benoit-header-font-family);
}

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

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

#add_payment_method .cart-collaterals .cart_totals .woocommerce-shipping-destination,
.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination,
.woocommerce-checkout .cart-collaterals .cart_totals .woocommerce-shipping-destination,
.woocommerce label,
.woocommerce strong,
.woocommerce.widget_shopping_cart .total strong,
.woocommerce-page .cart-collaterals .cart_totals table th,
.woocommerce ul.cart_list li a,
.woocommerce table.shop_table td.product-name, .woocommerce table.shop_table td.product-name a:hover,
.woocommerce ul.product_list_widget li a,
.woocommerce-tabs .comment-reply-title,
.woocommerce table.shop_table tfoot tr th,
.woocommerce ul#shipping_method li label,
.woocommerce .woocommerce-result-count,
#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 form.cart .quantity .quantity-wrapper span:hover,
.woocommerce div.product form.cart .quantity .quantity-wrapper span:focus,
.woocommerce table.shop_table td.product-quantity .quantity .quantity-wrapper span:hover,
.woocommerce table.shop_table td.product-quantity .quantity .quantity-wrapper span:focus,
.woocommerce div.product .woocommerce-tabs .panel #respond #commentform label,
.woocommerce div.product .woocommerce-tabs .panel table.shop_attributes th,
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce div.product form.cart .group_table tr td label,
.woocommerce-grouped-product-list-item__label a,
.woocommerce table.shop_table thead th,
.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 .widget_price_filter .price_slider_wrapper .price_slider_amount .button:hover,
.woocommerce .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals button.button:hover,
.woocommerce ul.order_details li,
.woocommerce .summary .product_meta > span,
.woocommerce .summary .product_meta > span a,
.woocommerce-error, .woocommerce-info, .woocommerce-message {
  color: var(--benoit-header-font-color);
}

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

.woocommerce form .form-row .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: var(--benoit-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 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(--benoit-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(--benoit-header-font-family);
  font-weight: var(--benoit-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,
.product_list_widget .woocommerce-Price-amount,
.woocommerce table.shop_table tfoot tr.order-total td .woocommerce-Price-amount.amount,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce-mini-cart__total .woocommerce-Price-amount,
.woocommerce table.shop_table .woocommerce-Price-amount.amount,
.woocommerce table.shop_table td.product-total .woocommerce-Price-amount.amount,
.woocommerce .wgl-products .price,
.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 span.title,
.woocommerce .summary .product_meta > span a:hover,
.woocommerce div.product form.cart .variations label,
.woocommerce ul.cart_list li a:hover,
.woocommerce .wgl_mini-cart_image:hover ~ .wgl_mini-cart_contents a,
.woocommerce .wgl_mini-cart_flex .wgl_mini-cart_contents a:hover,
.woocommerce #review_form #respond p a,
.woocommerce .star-rating:before,
.woocommerce .star-rating span:before,
.woocommerce p.stars a::before,
.wgl_module_message_box a:hover,
.woocommerce-MyAccount-navigation ul li a:hover,
.wgl-products .product.product:after,
.woocommerce.widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce .cart-collaterals .cart_totals h2,
.woocommerce-page .cart-collaterals .cart_totals h2,
.woocommerce ul.order_details li strong {
  color: var(--benoit-primary-color);
}

.wgl-theme-header .woo_mini-count span,
.woocommerce div.product form.cart .quantity .quantity-wrapper span:before,
.woocommerce div.product form.cart .quantity .quantity-wrapper span:after,
.woocommerce table.shop_table td.product-quantity .quantity .quantity-wrapper span:before,
.woocommerce table.shop_table td.product-quantity .quantity .quantity-wrapper span:after,
.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 span.onsale,
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  background-color: var(--benoit-primary-color);
}

.woocommerce-message a.button:hover,
.wgl-theme-header .woocommerce .woo_mini_cart {
  border-color: var(--benoit-primary-color);
}

/* ==================== ↓ Secondary Color ==================== */
.widget_price_filter .button:before {
  color: var(--benoit-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 button.button,
.woocommerce a.button.alt,
.woocommerce input.button.alt,
.woocommerce button.button.alt:hover,
.wc-proceed-to-checkout a.checkout-button,
.woocommerce-message a.button,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce #respond input#submit.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce button.button.alt,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button:disabled,
.woocommerce button.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce button.button[name=update_cart]:hover,
.woocommerce table.shop_table.cart .coupon .button,
.woocommerce table.shop_table.cart .button:hover,
.woocommerce a.button,
.woocommerce a.button:disabled:hover,
.woocommerce a.button:disabled[disabled]:hover,
.woocommerce #payment #place_order,
.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-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-mini-cart__buttons .button:not(.checkout),
.woocommerce-mini-cart__buttons .button.checkout:hover,
#comments input.submit,
.woocommerce.single-product div.product div.images.woocommerce-product-gallery .woocommerce-product-gallery__trigger,
.woocommerce table.shop_table td.actions .coupon .input-text ~ span.wgl-woo-button .morph_element {
  background-color: var(--benoit-button-color-idle);
}

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

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

.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-message a.button:hover,
.woocommerce #payment #place_order:hover,
.woocommerce #respond input#submit:hover,
.woocommerce #review_form #respond input#submit:hover,
.woocommerce a.button:hover:disabled,
.woocommerce a.button:hover:disabled[disabled],
.woocommerce a.button.disabled:hover,
.woocommerce button.button:hover,
.woocommerce button.button.alt:hover,
.woocommerce button.button:hover:disabled,
.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,
.woocommerce table.shop_table.cart .coupon .button:hover,
.woocommerce-mini-cart__buttons .button:not(.checkout):hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
#comments input.submit:hover,
.woocommerce.single-product div.product div.images.woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover,
.woocommerce .woo_mini_cart .buttons .wgl-woo-button:first-child {
  background-color: var(--benoit-button-color-hover);
}

.woocommerce div.product form.cart .reset_variations:hover:before,
.widget_price_filter .price_slider_amount .button:hover {
  color: var(--benoit-button-color-hover);
}

/* === ↑ button color === */
/* ==================== ↓ Additional Font ==================== */
.woocommerce-review-link,
.woocommerce span.onsale,
.widget_price_filter .price_slider_amount .button,
.woocommerce .widget_layered_nav .woocommerce-widget-layered-nav-dropdown__submit,
.woocommerce .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals button.button,
.woocommerce div.product form.cart .reset_variations {
  font-family: var(--benoit-additional-font-family);
  font-style: italic;
}

/* ====================  ↑ Additional Font ====================  */
/* ==================== ↓ Tertiary color ==================== */
.woocommerce span.onsale,
.woocommerce-mini-cart__buttons .button.checkout {
  color: var(--benoit-tertiary-color);
}

.wgl-products .product .woo_product_inner_wrapper,
.woocommerce table.shop_table thead th,
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals,
.woocommerce ul.order_details.woocommerce-thankyou-order-details {
  background-color: var(--benoit-tertiary-color);
}

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