/*===================

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

====================*/
.wgl-theme-header .login-in {
  display: inline-block;
  padding-top: 0;
}
.wgl-theme-header .login-in.woocommerce {
  display: inline-block;
  padding-top: 0;
}
.wgl-theme-header .login-in .login-in_wrapper {
  display: flex;
  align-items: center;
  height: 100%;
  color: inherit;
}
.wgl-theme-header .login-in .login-in_wrapper a {
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  color: inherit;
  text-transform: uppercase;
}
.wgl-theme-header .login-in .wgl_modal-window {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto;
  visibility: visible;
  outline: none;
  background: #fff;
  z-index: 1000000;
  opacity: 0;
  visibility: hidden;
  -webkit-overflow-scrolling: touch;
  text-align: center;
  transition: all 0.45s ease;
}
.wgl-theme-header .login-in .wgl_modal-window .modal-dialog {
  margin: 12rem auto 0;
  max-width: 430px;
  position: relative;
}
.wgl-theme-header .login-in.open_login .wgl_modal-window {
  opacity: 1;
  visibility: visible;
}
.wgl-theme-header .login-in.open_login .overlay {
  opacity: 1;
  visibility: visible;
}
.wgl-theme-header .login-in.open_login .wgl-woocommerce-tabs {
  transform: translateY(0);
  opacity: 1;
}
.wgl-theme-header .login-in .overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}
.wgl-theme-header .login-in .wgl-woocommerce-tabs {
  transform: translateY(50px);
  transition: all 0.3s ease-in-out;
  opacity: 0;
  transition-delay: 0.3s;
}
.wgl-theme-header .wishlist-mini-cart {
  display: inline-block;
  position: relative;
}
.wgl-theme-header .wishlist-mini-cart.woocommerce {
  display: inline-block;
  padding-top: 0;
}
.wgl-theme-header .wishlist-mini-cart .woo_icon-wishlist {
  display: flex;
  align-items: center;
  height: 100%;
  cursor: pointer;
  color: inherit;
}
.wgl-theme-header .wishlist-mini-cart .woo_icon-wishlist .header_wishlist-button {
  margin-top: -2px;
}
.wgl-theme-header .wishlist-mini-cart .woo_icon-wishlist .header_wishlist-button:before {
  content: "\f158";
  font-family: Flaticon;
  font-size: 20px;
  vertical-align: middle;
  font-weight: 600;
}
.wgl-theme-header .wishlist-mini-cart .woo_icon-wishlist .woo_wishlist-count span {
  display: inline-block;
  position: absolute;
  z-index: 1;
  height: 20px;
  min-width: 20px;
  margin-top: 21px;
  margin-left: -13px;
  border-radius: 50%;
  padding: 0;
  font-size: 11px;
  line-height: 20px;
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  box-sizing: border-box;
  backface-visibility: hidden;
  cursor: pointer;
  background-color: #434344;
  transition: all 0.45s;
}
.wgl-theme-header .mini-cart {
  display: inline-block;
  position: relative;
}
.wgl-theme-header .mini-cart.woocommerce {
  display: inline-block;
  padding-top: 0;
}
.wgl-theme-header .mini-cart .mini_cart-overlay {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  opacity: 0;
  visibility: hidden;
  transition: all 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%;
}
.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: translate(17px);
}
.wgl-theme-header .mini-cart .woo_mini_cart:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 38px;
  top: -38px;
  left: 0;
  right: 0;
}
.wgl-theme-header .mini-cart .header_cart-button {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 26px;
  height: 32px;
  margin-top: -4px;
  position: relative;
}
.wgl-theme-header .mini-cart .header_cart-button svg {
  transition: all 0.3s ease;
}
.wgl-theme-header .mini-cart .header_cart-button svg g path {
  fill: currentColor !important;
}
.wgl-theme-header .mini-cart .header_cart-button svg .st0 {
  stroke: currentColor !important;
  transform-origin: bottom left;
  transform-box: fill-box;
  transition: all 0.45s ease;
}
.wgl-theme-header .mini-cart .header_cart-button svg .st0.st_transform-right {
  transform-origin: bottom right;
}
.wgl-theme-header .mini-cart .header_cart-button svg line {
  stroke: currentColor !important;
}
.wgl-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li {
  position: relative;
  margin-top: 0;
  margin-bottom: 30px;
  padding-left: 0;
  padding-right: 0;
  line-height: 1.1;
  text-align: left;
  list-style: none;
  clear: both;
}
.wgl-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li .woocommerce-Price-amount {
  color: currentColor;
}
.wgl-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li:last-child {
  margin-bottom: 0;
}
.wgl-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li a {
  display: block;
  padding-right: 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #ffffff;
}
.wgl-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li a:hover {
  opacity: 0.8;
}
.wgl-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li span.quantity {
  display: block;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 600;
  color: currentColor;
  padding-left: 85px;
}
.wgl-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li span.quantity .woocommerce-Price-amount.amount {
  font-weight: 700;
}
.wgl-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li span.quantity .woocommerce-Price-amount.amount .woocommerce-Price-currencySymbol {
  display: inline-block;
  padding-right: 1px;
  font-size: 0.6em;
  vertical-align: super;
}
.wgl-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.wgl-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li a.remove {
  display: inline;
  float: right;
  position: absolute;
  z-index: 2;
  top: 5px;
  right: 9px;
  margin: 0;
  margin-top: 0;
  padding-right: 0;
  font: 0/0 serif;
  text-shadow: none;
  color: inherit !important;
}
.wgl-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li a.remove:hover {
  opacity: 0.8;
}
.wgl-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li a.remove:hover:before, .wgl-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li a.remove:hover:after {
  background: #ff144b;
}
.wgl-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li img {
  float: left;
  position: relative;
  max-width: 70px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 20px;
  border: unset;
  border-radius: 0;
}
.wgl-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li:first-child {
  margin-top: 0;
}
.wgl-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li:last-child {
  margin-bottom: 0;
}
.wgl-theme-header .mini-cart .flaticon-shopcart-icon:before {
  content: "\f123";
  font-family: Flaticon;
  font-size: 24px;
  vertical-align: middle;
}
.wgl-theme-header .woo_mini_cart {
  position: fixed;
  z-index: 100000;
  top: 0;
  right: 0;
  width: 400px;
  min-height: 50%;
  max-height: 100%;
  border-radius: unset;
  padding: 45px 50px 40px 35px;
  text-align: center;
  box-shadow: none;
  box-sizing: border-box;
  overflow-y: scroll;
  overflow-x: hidden;
  transform: translate(100%);
  transition: 0.3s ease-in;
  border-radius: 0;
}
@media (max-width: 400px) {
  .wgl-theme-header .woo_mini_cart {
    padding: 20px;
  }
}
.wgl-theme-header .woo_mini_cart p {
  margin-bottom: 0;
  color: currentColor;
}
.wgl-theme-header .woo_mini_cart ul {
  margin: 0;
  padding: 0;
}
.wgl-theme-header .woo_mini_cart .mini_cart_title {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 44px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 18px;
  text-align: left;
  text-transform: capitalize;
}
.wgl-theme-header .woo_mini_cart .mini_cart_title h4 {
  font-size: 24px;
}
.wgl-theme-header .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 .woo_mini_cart .woocommerce-mini-cart__total {
  display: flex;
  align-items: baseline;
  margin-top: 35px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  text-align: left;
  color: #ffffff;
}
.wgl-theme-header .woo_mini_cart .woocommerce-mini-cart__total strong {
  font-weight: inherit;
  text-transform: capitalize;
  color: inherit;
}
.wgl-theme-header .woo_mini_cart .woocommerce-mini-cart__total .woocommerce-Price-amount {
  padding-left: 5px;
  font-weight: bold;
}
.wgl-theme-header .woo_mini_cart .woocommerce-mini-cart__total .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
  padding-right: 1px;
  font-size: 0.6em;
  vertical-align: super;
}
.wgl-theme-header .woo_mini_cart .woocommerce-mini-cart__buttons {
  display: flex;
}
@media (max-width: 400px) {
  .wgl-theme-header .woo_mini_cart .woocommerce-mini-cart__buttons {
    flex-direction: column;
  }
}
.wgl-theme-header .woo_mini_cart .woocommerce-mini-cart__buttons a {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.3;
  margin: 0;
  cursor: pointer;
  text-decoration: none;
  overflow: visible;
  padding: 14px 15px;
  left: auto;
  box-shadow: none;
  text-shadow: none;
  color: #fff;
  transition: all 0.4s;
  text-align: center;
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  border-color: currentColor;
  border-radius: 0;
  text-transform: uppercase;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 400px) {
  .wgl-theme-header .woo_mini_cart .woocommerce-mini-cart__buttons a.button {
    width: 100%;
  }
}
.wgl-theme-header .woo_mini_cart .woocommerce-mini-cart__buttons a:last-child {
  margin-bottom: 0;
}
.wgl-theme-header .woo_mini_cart .woocommerce-mini-cart__buttons a:not(.checkout) {
  background: inherit;
  color: inherit;
}
.wgl-theme-header .woo_mini_cart .woocommerce-mini-cart__buttons a:not(.checkout):hover {
  background-color: transparent;
}
.wgl-theme-header .woo_mini_cart .woocommerce-mini-cart__buttons a.checkout {
  margin-left: 10px;
}
@media (max-width: 400px) {
  .wgl-theme-header .woo_mini_cart .woocommerce-mini-cart__buttons a.checkout {
    margin: 10px 0 0 0;
  }
}
.wgl-theme-header .woo_mini_cart .woocommerce-mini-cart__buttons a.checkout:hover {
  color: #ffffff;
}
.wgl-theme-header .woo_mini_cart .mini_cart_item dl.variation {
  padding-top: 15px;
  padding-left: 85px;
  display: block;
  border-width: 0;
  font-size: 14px;
}
.wgl-theme-header .woo_mini_cart .mini_cart_item dl.variation dt:first-child {
  clear: none;
}
.wgl-theme-header .woo_mini_cart .mini_cart_item dl.variation dd {
  margin-bottom: 8px;
}
.wgl-theme-header .woo_mini_cart .mini_cart_item dl.variation dd:last-child {
  margin-bottom: 0;
}
.wgl-theme-header .woo_mini_cart .mini_cart_item dt.variation-Size {
  padding-right: 5px;
}
.wgl-theme-header .woo_mini_cart .mini_cart_item dd.variation-Size {
  margin: 0;
}
.wgl-theme-header .wgl-header-row .header_side[class^=position_center] .header_area_container > div.mini-cart {
  padding: 0;
}
.wgl-theme-header .woo_mini-count span {
  display: inline-block;
  position: absolute;
  z-index: 1;
  height: 20px;
  min-width: 20px;
  margin-top: 21px;
  margin-left: -13px;
  border-radius: 50%;
  padding: 0;
  font-size: 11px;
  line-height: 20px;
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  box-sizing: border-box;
  backface-visibility: hidden;
  cursor: pointer;
  background-color: #434344;
  transition: all 0.45s;
}

/* #Shop Message Box */
.stoni_module_message_box {
  position: relative;
  min-height: 65px;
  padding: 11px 12px 9px 83px;
  border: 1px solid #d2d2d2;
  border-radius: unset;
  box-shadow: unset;
  background-color: #ffffff;
  z-index: 0;
}
.stoni_module_message_box.closable {
  padding-right: 53px;
}
.stoni_module_message_box .message_title {
  margin-bottom: -1px;
  font-size: 18px;
  line-height: 1.25;
  color: inherit;
}
.stoni_module_message_box .message_text {
  font-size: 14px;
  line-height: 1.45;
}
.stoni_module_message_box .message_icon_wrap {
  position: absolute;
  z-index: 1;
  top: -1px;
  left: -1px;
  width: 65px;
  height: calc(100% + 2px);
  border-radius: unset;
}
.stoni_module_message_box .message_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  box-sizing: border-box;
  text-align: center;
  font-style: normal;
  font-size: 32px;
  line-height: 1;
  color: #ffffff;
}
.stoni_module_message_box .message_icon:before {
  font-family: "flaticon";
}
.stoni_module_message_box .message_close_button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  width: 53px;
  height: auto;
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
  text-align: center;
  font-size: 16px;
  line-height: 1;
  color: #d2d2d2;
  cursor: pointer;
  transition: 0.4s;
}
.stoni_module_message_box .message_close_button:before {
  content: "\f136";
  font-family: flaticon;
}
.stoni_module_message_box.type_info {
  color: #5280af;
}
.stoni_module_message_box.type_info .message_icon_wrap {
  background-color: #5280af;
}
.stoni_module_message_box.type_info .message_icon:before {
  content: "\f108";
}
.stoni_module_message_box.type_success {
  color: #4a9e72;
}
.stoni_module_message_box.type_success .message_icon_wrap {
  background-color: #4a9e72;
}
.stoni_module_message_box.type_success .message_icon:before {
  content: "\f109";
}
.stoni_module_message_box.type_error {
  color: #b74f4f;
}
.stoni_module_message_box.type_error .message_icon_wrap {
  background-color: #b74f4f;
}
.stoni_module_message_box.type_error .message_icon:before {
  content: "\f136";
}
.stoni_module_message_box.type_warning {
  color: #cbbc9d;
}
.stoni_module_message_box.type_warning .message_icon_wrap {
  background-color: #cbbc9d;
}
.stoni_module_message_box.type_warning .message_icon {
  transform: rotate(0.5turn);
}
.stoni_module_message_box.type_warning .message_icon:before {
  content: "\f137";
}
.stoni_module_message_box.type_custom .message_icon:before {
  font-family: fontawesome;
}

/* \#End Shop Message Box */
/* #Shop Catalog */
.woo_product_post_media {
  margin: 0;
}

@keyframes wgl_fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes spinner_loading {
  to {
    transform: rotate(360deg);
  }
}
@keyframes wgl_opacity_in {
  from {
    opacity: 0;
    visibility: hidden;
  }
  to {
    opacity: 1;
    visibility: visible;
  }
}
.wgl-products-catalog.carousel ul.wgl-products {
  display: block;
}
.wgl-products-catalog.carousel ul.wgl-products .wgl-carousel {
  margin: 0;
}
.wgl-products-catalog.carousel ul.wgl-products .wgl-carousel .product {
  padding: 0;
}
.wgl-products-catalog.carousel ul.wgl-products li.product {
  display: flex;
}

ul.wgl-products,
.woocommerce .products ul.wgl-products {
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  margin: calc( 0px - ( var(--products-gap) / 2 ) );
}
ul.wgl-products.animated_products li.product,
.woocommerce .products ul.wgl-products.animated_products li.product {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
}
ul.wgl-products.animated_products li.product.visible_item,
.woocommerce .products ul.wgl-products.animated_products li.product.visible_item {
  animation-fill-mode: both;
  animation-duration: 0.3s;
  animation-name: wgl_fadeInUp;
}
ul.wgl-products li.product,
.woocommerce .products ul.wgl-products li.product {
  display: block;
  margin: calc( var(--products-gap) / 2 );
  padding: 0;
  box-sizing: border-box;
}
ul.wgl-products li.product:before, ul.wgl-products li.product:after,
.woocommerce .products ul.wgl-products li.product:before,
.woocommerce .products ul.wgl-products li.product:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  z-index: 1;
  transition: opacity 0.4s;
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background: transparent;
}
ul.wgl-products li.product:before,
.woocommerce .products ul.wgl-products li.product:before {
  opacity: 1;
}
ul.wgl-products li.product:after,
.woocommerce .products ul.wgl-products li.product:after {
  opacity: 0;
}
ul.wgl-products li.product .picture,
.woocommerce .products ul.wgl-products li.product .picture {
  position: relative;
  transition: all 0.6s;
  backface-visibility: hidden;
}
ul.wgl-products li.product .picture .woo_post-link,
.woocommerce .products ul.wgl-products li.product .picture .woo_post-link {
  display: block;
  position: relative;
  overflow: hidden;
}
ul.wgl-products li.product .picture img,
.woocommerce .products ul.wgl-products li.product .picture img {
  transition: filter 0.6s, opacity 0.7s, transform 0.6s;
  transform: scale(1);
}
ul.wgl-products li.product .picture img.attachment-shop_catalog,
.woocommerce .products ul.wgl-products li.product .picture img.attachment-shop_catalog {
  opacity: 0;
  transition: filter 0.6s, opacity 0.7s, transform 0.6s;
  filter: blur(0);
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
}
ul.wgl-products li.product:hover:before,
.woocommerce .products ul.wgl-products li.product:hover:before {
  opacity: 0;
}
ul.wgl-products li.product:hover:after,
.woocommerce .products ul.wgl-products li.product:hover:after {
  opacity: 1;
}
ul.wgl-products li.product:hover .woo_product_image .group_button-woo,
.woocommerce .products ul.wgl-products li.product:hover .woo_product_image .group_button-woo {
  visibility: visible;
  opacity: 1;
}
ul.wgl-products li.product:hover .woo_product_image .group_button-woo > *,
.woocommerce .products ul.wgl-products li.product:hover .woo_product_image .group_button-woo > * {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
ul.wgl-products li.product:hover .picture:not(.no_effects) img.attachment-shop_catalog,
.woocommerce .products ul.wgl-products li.product:hover .picture:not(.no_effects) img.attachment-shop_catalog {
  opacity: 1;
  pointer-events: inherit;
}
ul.wgl-products li.product:hover .picture:after, ul.wgl-products li.product:hover .picture:before,
.woocommerce .products ul.wgl-products li.product:hover .picture:after,
.woocommerce .products ul.wgl-products li.product:hover .picture:before {
  opacity: 1;
  visibility: visible;
}
ul.wgl-products li.product .woo_product_image .group_button-woo,
.woocommerce .products ul.wgl-products li.product .woo_product_image .group_button-woo {
  position: absolute;
  right: 10px;
  left: auto;
  bottom: 10px;
  display: flex;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.45s ease;
  visibility: hidden;
  opacity: 0;
  padding: 0;
  min-width: 45px;
  color: #fff;
  z-index: 2;
  line-height: 45px;
}
ul.wgl-products li.product .woo_product_image .group_button-woo > *,
.woocommerce .products ul.wgl-products li.product .woo_product_image .group_button-woo > * {
  transition: all 0.45s ease;
  margin: 0;
  transform: translateX(0);
  opacity: 0;
  visibility: hidden;
}
ul.wgl-products li.product .woo_product_image .group_button-woo > *:nth-child(1),
.woocommerce .products ul.wgl-products li.product .woo_product_image .group_button-woo > *:nth-child(1) {
  transition-delay: 0s;
}
ul.wgl-products li.product .woo_product_image .group_button-woo > *:nth-child(2),
.woocommerce .products ul.wgl-products li.product .woo_product_image .group_button-woo > *:nth-child(2) {
  transition-delay: 0.1s;
}
ul.wgl-products li.product .woo_product_image .group_button-woo > *:nth-child(3),
.woocommerce .products ul.wgl-products li.product .woo_product_image .group_button-woo > *:nth-child(3) {
  transition-delay: 0.3s;
}
ul.wgl-products li.product .woo_product_image .group_button-woo > *:nth-child(4),
.woocommerce .products ul.wgl-products li.product .woo_product_image .group_button-woo > *:nth-child(4) {
  transition-delay: 0.4s;
}
ul.wgl-products li.product .woo_product_image .group_button-woo > *.clear,
.woocommerce .products ul.wgl-products li.product .woo_product_image .group_button-woo > *.clear {
  display: none;
  margin: 0;
}
ul.wgl-products li.product .woo_product_image .group_button-woo a,
.woocommerce .products ul.wgl-products li.product .woo_product_image .group_button-woo a {
  color: #b2b2b2;
  background: transparent;
}
ul.wgl-products li.product .woo_product_image .group_button-woo a.yith-wcqv-button, ul.wgl-products li.product .woo_product_image .group_button-woo a.compare,
.woocommerce .products ul.wgl-products li.product .woo_product_image .group_button-woo a.yith-wcqv-button,
.woocommerce .products ul.wgl-products li.product .woo_product_image .group_button-woo a.compare {
  display: inline-block;
  background-image: none;
  box-shadow: none;
  text-shadow: none;
  border-radius: 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 24px;
  height: 24px;
  z-index: 2;
  text-align: center;
  backface-visibility: hidden;
  box-sizing: border-box;
  text-transform: capitalize;
  background: #292929;
  padding: 0 11px;
  color: #fff;
  position: absolute;
  top: -38px;
  white-space: nowrap;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  min-width: 88px;
}
ul.wgl-products li.product .woo_product_image .group_button-woo a.yith-wcqv-button:after, ul.wgl-products li.product .woo_product_image .group_button-woo a.compare:after,
.woocommerce .products ul.wgl-products li.product .woo_product_image .group_button-woo a.yith-wcqv-button:after,
.woocommerce .products ul.wgl-products li.product .woo_product_image .group_button-woo a.compare:after {
  position: absolute;
  top: 40px;
  left: 50%;
  right: auto;
  height: 45px;
  width: 45px;
  transform: translateX(-50%);
  content: "";
}
ul.wgl-products li.product .woo_product_image .group_button-woo a.yith-wcqv-button:before, ul.wgl-products li.product .woo_product_image .group_button-woo a.compare:before,
.woocommerce .products ul.wgl-products li.product .woo_product_image .group_button-woo a.yith-wcqv-button:before,
.woocommerce .products ul.wgl-products li.product .woo_product_image .group_button-woo a.compare:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #292929 transparent transparent transparent;
}
ul.wgl-products li.product .woo_product_image .group_button-woo .yith-wcwl-add-to-wishlist,
.woocommerce .products ul.wgl-products li.product .woo_product_image .group_button-woo .yith-wcwl-add-to-wishlist {
  position: relative;
}
ul.wgl-products li.product .woo_product_image .group_button-woo .yith-wcwl-add-to-wishlist .yith-wcwl-add-button,
ul.wgl-products li.product .woo_product_image .group_button-woo .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
ul.wgl-products li.product .woo_product_image .group_button-woo .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse,
ul.wgl-products li.product .woo_product_image .group_button-woo .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
.woocommerce .products ul.wgl-products li.product .woo_product_image .group_button-woo .yith-wcwl-add-to-wishlist .yith-wcwl-add-button,
.woocommerce .products ul.wgl-products li.product .woo_product_image .group_button-woo .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
.woocommerce .products ul.wgl-products li.product .woo_product_image .group_button-woo .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse,
.woocommerce .products ul.wgl-products li.product .woo_product_image .group_button-woo .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse {
  position: relative;
  width: 20px;
}
ul.wgl-products li.product .woo_product_image .group_button-woo .yith-wcwl-add-to-wishlist .yith-wcwl-add-button:after,
ul.wgl-products li.product .woo_product_image .group_button-woo .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse:after,
ul.wgl-products li.product .woo_product_image .group_button-woo .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse:after,
ul.wgl-products li.product .woo_product_image .group_button-woo .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse:after,
.woocommerce .products ul.wgl-products li.product .woo_product_image .group_button-woo .yith-wcwl-add-to-wishlist .yith-wcwl-add-button:after,
.woocommerce .products ul.wgl-products li.product .woo_product_image .group_button-woo .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse:after,
.woocommerce .products ul.wgl-products li.product .woo_product_image .group_button-woo .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse:after,
.woocommerce .products ul.wgl-products li.product .woo_product_image .group_button-woo .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse:after {
  content: "\f12b";
  font-family: "flaticon";
  font-size: 20px;
  font-weight: 400;
  margin-top: 26px;
  line-height: 10px;
  position: relative;
  top: 3px;
  transition: all 0.45s ease;
}
ul.wgl-products li.product .woo_product_image .group_button-woo .yith-wcwl-add-to-wishlist .yith-wcwl-add-button,
.woocommerce .products ul.wgl-products li.product .woo_product_image .group_button-woo .yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
  position: relative;
}
ul.wgl-products li.product .woo_product_image .group_button-woo .yith-wcwl-add-to-wishlist .ajax-loading,
.woocommerce .products ul.wgl-products li.product .woo_product_image .group_button-woo .yith-wcwl-add-to-wishlist .ajax-loading {
  font-size: 0;
  height: 30px;
  vertical-align: inherit;
  opacity: 1;
  visibility: visible;
  transition: 0s;
  padding: 0;
  position: absolute;
  top: 0%;
  margin-top: 0;
  width: 20px;
  background: #fff !important;
  margin-left: 0;
  width: 100% !important;
  height: 100% !important;
  z-index: 2;
}
ul.wgl-products li.product .woo_product_image .group_button-woo .yith-wcwl-add-to-wishlist .ajax-loading:before,
.woocommerce .products ul.wgl-products li.product .woo_product_image .group_button-woo .yith-wcwl-add-to-wishlist .ajax-loading:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  margin-left: -8px;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-top-color: #292929;
  transform: initial;
  animation: spinner_loading 0.6s linear infinite;
}
ul.wgl-products li.product .woo_product_image .group_button-woo .yith-wcwl-add-to-wishlist .ajax-loading:after,
.woocommerce .products ul.wgl-products li.product .woo_product_image .group_button-woo .yith-wcwl-add-to-wishlist .ajax-loading:after {
  display: none;
}
ul.wgl-products li.product .woo_product_image .group_button-woo .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
ul.wgl-products li.product .woo_product_image .group_button-woo .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
ul.wgl-products li.product .woo_product_image .group_button-woo .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
ul.wgl-products li.product .woo_product_image .group_button-woo .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.woocommerce .products ul.wgl-products li.product .woo_product_image .group_button-woo .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.woocommerce .products ul.wgl-products li.product .woo_product_image .group_button-woo .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.woocommerce .products ul.wgl-products li.product .woo_product_image .group_button-woo .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.woocommerce .products ul.wgl-products li.product .woo_product_image .group_button-woo .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a {
  display: inline-block;
  background-image: none;
  box-shadow: none;
  text-shadow: none;
  border-radius: 0;
  font-size: 13px;
  line-height: 24px;
  height: 24px;
  z-index: 2;
  text-align: center;
  backface-visibility: hidden;
  box-sizing: border-box;
  text-transform: capitalize;
  background: #292929;
  padding: 0 11px;
  color: #fff !important;
  position: absolute;
  top: -39px;
  white-space: nowrap;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  font-weight: 500;
  min-width: 114px;
}
ul.wgl-products li.product .woo_product_image .group_button-woo .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:after,
ul.wgl-products li.product .woo_product_image .group_button-woo .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:after,
ul.wgl-products li.product .woo_product_image .group_button-woo .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:after,
ul.wgl-products li.product .woo_product_image .group_button-woo .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:after,
.woocommerce .products ul.wgl-products li.product .woo_product_image .group_button-woo .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:after,
.woocommerce .products ul.wgl-products li.product .woo_product_image .group_button-woo .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:after,
.woocommerce .products ul.wgl-products li.product .woo_product_image .group_button-woo .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:after,
.woocommerce .products ul.wgl-products li.product .woo_product_image .group_button-woo .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:after {
  position: absolute;
  top: 40px;
  left: 50%;
  right: auto;
  height: 45px;
  width: 45px;
  transform: translateX(-50%);
  content: "";
}
ul.wgl-products li.product .woo_product_image .group_button-woo .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
ul.wgl-products li.product .woo_product_image .group_button-woo .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
ul.wgl-products li.product .woo_product_image .group_button-woo .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,
ul.wgl-products li.product .woo_product_image .group_button-woo .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.woocommerce .products ul.wgl-products li.product .woo_product_image .group_button-woo .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.woocommerce .products ul.wgl-products li.product .woo_product_image .group_button-woo .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.woocommerce .products ul.wgl-products li.product .woo_product_image .group_button-woo .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,
.woocommerce .products ul.wgl-products li.product .woo_product_image .group_button-woo .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #292929 transparent transparent transparent;
}
ul.wgl-products li.product .woo_product_image .group_button-woo .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .feedback,
ul.wgl-products li.product .woo_product_image .group_button-woo .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .feedback,
ul.wgl-products li.product .woo_product_image .group_button-woo .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback,
ul.wgl-products li.product .woo_product_image .group_button-woo .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .feedback,
.woocommerce .products ul.wgl-products li.product .woo_product_image .group_button-woo .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .feedback,
.woocommerce .products ul.wgl-products li.product .woo_product_image .group_button-woo .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .feedback,
.woocommerce .products ul.wgl-products li.product .woo_product_image .group_button-woo .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback,
.woocommerce .products ul.wgl-products li.product .woo_product_image .group_button-woo .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .feedback {
  display: none;
}
ul.wgl-products li.product .woo_product_image .group_button-woo .yith-wcwl-add-to-wishlist:hover .yith-wcwl-add-button a,
ul.wgl-products li.product .woo_product_image .group_button-woo .yith-wcwl-add-to-wishlist:hover .yith-wcwl-wishlistaddedbrowse a,
ul.wgl-products li.product .woo_product_image .group_button-woo .yith-wcwl-add-to-wishlist:hover .yith-wcwl-wishlistexistsbrowse a,
ul.wgl-products li.product .woo_product_image .group_button-woo .yith-wcwl-add-to-wishlist:hover .yith-wcwl-wishlistaddedbrowse a,
.woocommerce .products ul.wgl-products li.product .woo_product_image .group_button-woo .yith-wcwl-add-to-wishlist:hover .yith-wcwl-add-button a,
.woocommerce .products ul.wgl-products li.product .woo_product_image .group_button-woo .yith-wcwl-add-to-wishlist:hover .yith-wcwl-wishlistaddedbrowse a,
.woocommerce .products ul.wgl-products li.product .woo_product_image .group_button-woo .yith-wcwl-add-to-wishlist:hover .yith-wcwl-wishlistexistsbrowse a,
.woocommerce .products ul.wgl-products li.product .woo_product_image .group_button-woo .yith-wcwl-add-to-wishlist:hover .yith-wcwl-wishlistaddedbrowse a {
  opacity: 1;
  visibility: visible;
}
ul.wgl-products li.product .woo_product_image .yith-wc-btn,
.woocommerce .products ul.wgl-products li.product .woo_product_image .yith-wc-btn {
  position: relative;
  width: 20px;
  z-index: 2;
}
ul.wgl-products li.product .woo_product_image .yith-wc-btn:after,
.woocommerce .products ul.wgl-products li.product .woo_product_image .yith-wc-btn:after {
  content: "\f18f";
  font-family: "flaticon";
  font-size: 17px;
  font-weight: 600;
  transition: all 0.45s ease;
}
ul.wgl-products li.product .woo_product_image .yith-wc-btn:hover a.yith-wcqv-button,
.woocommerce .products ul.wgl-products li.product .woo_product_image .yith-wc-btn:hover a.yith-wcqv-button {
  opacity: 1;
  visibility: visible;
}
ul.wgl-products li.product .woo_product_image .compare-btn,
.woocommerce .products ul.wgl-products li.product .woo_product_image .compare-btn {
  position: relative;
  width: 20px;
}
ul.wgl-products li.product .woo_product_image .compare-btn:after,
.woocommerce .products ul.wgl-products li.product .woo_product_image .compare-btn:after {
  content: "\f154";
  font-family: "flaticon";
  font-size: 17px;
  font-weight: 600;
  transition: all 0.45s ease;
  margin: 0;
}
ul.wgl-products li.product .woo_product_image .compare-btn:hover a.compare,
.woocommerce .products ul.wgl-products li.product .woo_product_image .compare-btn:hover a.compare {
  opacity: 1;
  visibility: visible;
}
ul.wgl-products li.product .woo_product_image .add_to_cart-btn,
.woocommerce .products ul.wgl-products li.product .woo_product_image .add_to_cart-btn {
  position: relative;
  width: 100%;
  text-align: center;
}
ul.wgl-products li.product .woo_product_image .add_to_cart-btn:after,
.woocommerce .products ul.wgl-products li.product .woo_product_image .add_to_cart-btn:after {
  content: "";
  background: url(../../img/icons/bag/bag.svg);
  display: inline-block;
  opacity: 1;
  width: 24px;
  height: 22px;
  background: currentColor;
  -webkit-mask: url(../../img/icons/bag/bag.svg) no-repeat 50% 50%;
  mask: url(../../img/icons/bag/bag.svg) no-repeat 50% 50%;
  mask-size: cover;
  -webkit-mask: url(../../img/icons/bag/bag.svg) no-repeat 50% 50%;
  -webkit-mask-size: cover;
  top: 4px;
  position: relative;
  transition: all 0.45s ease;
}
ul.wgl-products li.product .woo_product_image .add_to_cart-btn:hover a.add_to_cart_button:not(.yith-wcqv-button),
ul.wgl-products li.product .woo_product_image .add_to_cart-btn:hover a.button:not(.yith-wcqv-button),
ul.wgl-products li.product .woo_product_image .add_to_cart-btn:hover .added_to_cart.wc-forward,
.woocommerce .products ul.wgl-products li.product .woo_product_image .add_to_cart-btn:hover a.add_to_cart_button:not(.yith-wcqv-button),
.woocommerce .products ul.wgl-products li.product .woo_product_image .add_to_cart-btn:hover a.button:not(.yith-wcqv-button),
.woocommerce .products ul.wgl-products li.product .woo_product_image .add_to_cart-btn:hover .added_to_cart.wc-forward {
  opacity: 1;
  visibility: visible;
}
ul.wgl-products li.product .woo_product_image a.add_to_cart_button:not(.yith-wcqv-button),
ul.wgl-products li.product .woo_product_image a.button:not(.yith-wcqv-button),
ul.wgl-products li.product .woo_product_image .added_to_cart.wc-forward,
.woocommerce .products ul.wgl-products li.product .woo_product_image a.add_to_cart_button:not(.yith-wcqv-button),
.woocommerce .products ul.wgl-products li.product .woo_product_image a.button:not(.yith-wcqv-button),
.woocommerce .products ul.wgl-products li.product .woo_product_image .added_to_cart.wc-forward {
  display: inline-block;
  background-image: none;
  box-shadow: none;
  text-shadow: none;
  border-radius: 0;
  font-size: 13px;
  line-height: 24px;
  height: 24px;
  z-index: 2;
  text-align: center;
  backface-visibility: hidden;
  box-sizing: border-box;
  text-transform: capitalize;
  background: #292929;
  padding: 0 11px;
  color: #fff;
  position: absolute;
  top: -39px;
  white-space: nowrap;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  font-weight: 500;
  min-width: 88px;
}
ul.wgl-products li.product .woo_product_image a.add_to_cart_button:not(.yith-wcqv-button):before,
ul.wgl-products li.product .woo_product_image a.button:not(.yith-wcqv-button):before,
ul.wgl-products li.product .woo_product_image .added_to_cart.wc-forward:before,
.woocommerce .products ul.wgl-products li.product .woo_product_image a.add_to_cart_button:not(.yith-wcqv-button):before,
.woocommerce .products ul.wgl-products li.product .woo_product_image a.button:not(.yith-wcqv-button):before,
.woocommerce .products ul.wgl-products li.product .woo_product_image .added_to_cart.wc-forward:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #292929 transparent transparent transparent;
}
ul.wgl-products li.product .woo_product_image a.add_to_cart_button:not(.yith-wcqv-button):not(.yith-wcqv-button):after,
ul.wgl-products li.product .woo_product_image a.button:not(.yith-wcqv-button):not(.yith-wcqv-button):after,
ul.wgl-products li.product .woo_product_image .added_to_cart.wc-forward:not(.yith-wcqv-button):after,
.woocommerce .products ul.wgl-products li.product .woo_product_image a.add_to_cart_button:not(.yith-wcqv-button):not(.yith-wcqv-button):after,
.woocommerce .products ul.wgl-products li.product .woo_product_image a.button:not(.yith-wcqv-button):not(.yith-wcqv-button):after,
.woocommerce .products ul.wgl-products li.product .woo_product_image .added_to_cart.wc-forward:not(.yith-wcqv-button):after {
  position: absolute;
  top: 40px;
  left: 50%;
  right: auto;
  height: 45px;
  width: 45px;
  transform: translateX(-50%);
  content: "";
}
ul.wgl-products li.product .woo_product_image a.button.added:after,
ul.wgl-products li.product .woo_product_image button.button.added:after,
ul.wgl-products li.product .woo_product_image input.button.added::after,
.woocommerce .products ul.wgl-products li.product .woo_product_image a.button.added:after,
.woocommerce .products ul.wgl-products li.product .woo_product_image button.button.added:after,
.woocommerce .products ul.wgl-products li.product .woo_product_image input.button.added::after {
  font-size: 16px;
  color: #fff;
  vertical-align: inherit;
  margin-left: 0;
}
ul.wgl-products li.product .woo_product_image a.button.added,
ul.wgl-products li.product .woo_product_image button.button.added,
ul.wgl-products li.product .woo_product_image input.button.added,
.woocommerce .products ul.wgl-products li.product .woo_product_image a.button.added,
.woocommerce .products ul.wgl-products li.product .woo_product_image button.button.added,
.woocommerce .products ul.wgl-products li.product .woo_product_image input.button.added {
  pointer-events: none;
  vertical-align: inherit;
  opacity: 1;
  visibility: visible;
  position: absolute;
  animation-delay: 0.4s;
  animation-name: wgl_flash_in;
  animation-duration: 0.45s;
  animation-fill-mode: forwards;
}
ul.wgl-products li.product .woo_product_image a.button.added:before,
ul.wgl-products li.product .woo_product_image button.button.added:before,
ul.wgl-products li.product .woo_product_image input.button.added:before,
.woocommerce .products ul.wgl-products li.product .woo_product_image a.button.added:before,
.woocommerce .products ul.wgl-products li.product .woo_product_image button.button.added:before,
.woocommerce .products ul.wgl-products li.product .woo_product_image input.button.added:before {
  display: none;
}
ul.wgl-products li.product .woo_product_image a.button.added:after,
ul.wgl-products li.product .woo_product_image button.button.added:after,
ul.wgl-products li.product .woo_product_image input.button.added:after,
.woocommerce .products ul.wgl-products li.product .woo_product_image a.button.added:after,
.woocommerce .products ul.wgl-products li.product .woo_product_image button.button.added:after,
.woocommerce .products ul.wgl-products li.product .woo_product_image input.button.added:after {
  display: none;
}
ul.wgl-products li.product .woo_product_image a.button.added + .added_to_cart,
ul.wgl-products li.product .woo_product_image button.button.added + .added_to_cart,
ul.wgl-products li.product .woo_product_image input.button.added + .added_to_cart,
.woocommerce .products ul.wgl-products li.product .woo_product_image a.button.added + .added_to_cart,
.woocommerce .products ul.wgl-products li.product .woo_product_image button.button.added + .added_to_cart,
.woocommerce .products ul.wgl-products li.product .woo_product_image input.button.added + .added_to_cart {
  animation-delay: 0s;
  animation-name: wgl_opacity_in;
  animation-duration: 0.4s;
  animation-fill-mode: forwards;
  opacity: 0;
  visibility: hidden;
}
ul.wgl-products li.product .woo_product_image a.button.loading,
ul.wgl-products li.product .woo_product_image button.button.loading,
ul.wgl-products li.product .woo_product_image input.button.loading,
.woocommerce .products ul.wgl-products li.product .woo_product_image a.button.loading,
.woocommerce .products ul.wgl-products li.product .woo_product_image button.button.loading,
.woocommerce .products ul.wgl-products li.product .woo_product_image input.button.loading {
  font-size: 0;
  height: 45px;
  vertical-align: inherit;
  opacity: 1;
  visibility: visible;
  transition: 0s;
  padding: 0;
  position: absolute;
  bottom: 0;
  top: auto;
  width: 45px;
  min-width: 45px;
}
ul.wgl-products li.product .woo_product_image a.button.loading:before,
ul.wgl-products li.product .woo_product_image button.button.loading:before,
ul.wgl-products li.product .woo_product_image input.button.loading:before,
.woocommerce .products ul.wgl-products li.product .woo_product_image a.button.loading:before,
.woocommerce .products ul.wgl-products li.product .woo_product_image button.button.loading:before,
.woocommerce .products ul.wgl-products li.product .woo_product_image input.button.loading:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  margin-left: -8px;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-top-color: #292929;
  transform: initial;
  animation: spinner_loading 0.6s linear infinite;
}
ul.wgl-products li.product .woo_product_image a.button.loading:after,
ul.wgl-products li.product .woo_product_image button.button.loading:after,
ul.wgl-products li.product .woo_product_image input.button.loading:after,
.woocommerce .products ul.wgl-products li.product .woo_product_image a.button.loading:after,
.woocommerce .products ul.wgl-products li.product .woo_product_image button.button.loading:after,
.woocommerce .products ul.wgl-products li.product .woo_product_image input.button.loading:after {
  display: none;
}
ul.wgl-products li.product .products-post_wrapper,
.woocommerce .products ul.wgl-products li.product .products-post_wrapper {
  text-align: center;
  margin-bottom: 10px;
}
ul.wgl-products .woocommerce-loop-product__title,
.woocommerce .products ul.wgl-products .woocommerce-loop-product__title {
  font-size: 18px;
  text-align: center;
  margin-top: 21px;
  line-height: 22px;
  margin-bottom: 0;
  font-weight: 500;
}
ul.wgl-products .woocommerce-loop-product__title + .price,
.woocommerce .products ul.wgl-products .woocommerce-loop-product__title + .price {
  display: block;
}
ul.wgl-products .woocommerce-loop-product__title a,
.woocommerce .products ul.wgl-products .woocommerce-loop-product__title a {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
ul.wgl-products .product-category.product > a,
.woocommerce .products ul.wgl-products .product-category.product > a {
  display: block;
}
ul.wgl-products .woocommerce-loop-category__title,
.woocommerce .products ul.wgl-products .woocommerce-loop-category__title {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 0;
  transition: color 0.4s;
}
ul.wgl-products .woocommerce-loop-category__title mark,
.woocommerce .products ul.wgl-products .woocommerce-loop-category__title mark {
  color: currentColor;
  background-color: unset;
  font-size: 14px;
  font-weight: 500;
  vertical-align: super;
  display: inline-block;
  margin-top: -30px;
  padding: 0;
}
ul.wgl-products li.product-category img,
.woocommerce .products ul.wgl-products li.product-category img {
  border-radius: unset;
}
ul.wgl-products .star-rating,
.woocommerce .products ul.wgl-products .star-rating {
  float: none;
  margin: 14px auto 10px;
}
ul.wgl-products .star-rating:before,
.woocommerce .products ul.wgl-products .star-rating:before {
  content: "\f005\f005\f005\f005\f005";
  font-family: FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
ul.wgl-products .star-rating:last-child,
.woocommerce .products ul.wgl-products .star-rating:last-child {
  float: none;
}
ul.wgl-products .price,
.woocommerce .products ul.wgl-products .price {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  line-height: 35px;
}
ul.wgl-products .price del,
.woocommerce .products ul.wgl-products .price del {
  margin-right: 16px;
  color: #a5a5a5;
  font-weight: 400;
}
ul.wgl-products .price ins,
.woocommerce .products ul.wgl-products .price ins {
  font-weight: inherit;
}

.woocommerce .woocommerce-product-rating .star-rating {
  width: 6em;
  margin: 0;
  margin-right: 10px;
  margin-left: 0;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 5px;
}
.woocommerce .woocommerce-product-rating .star-rating:before {
  content: "\f005\f005\f005\f005\f005";
  font-family: FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.woocommerce .star-rating {
  width: 6.5em;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 5px;
}
.woocommerce .star-rating:before {
  content: "\f005\f005\f005\f005\f005";
  font-family: FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.woocommerce .star-rating span:before {
  content: "\f005\f005\f005\f005\f005";
  font-family: FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.columns-4 ul.wgl-products li.product {
  width: calc(25% - 30px);
}

.columns-3 ul.wgl-products li.product {
  width: calc(33.33333% - 30px);
}

.columns-2 ul.wgl-products li.product {
  width: calc(50% - 30px);
}

.columns-1 ul.wgl-products li.product {
  width: calc(100% - 30px);
}

.wgl-products-grid .columns-6 ul.wgl-products {
  --products-width: 16.66666%;
}
.wgl-products-grid .columns-5 ul.wgl-products {
  --products-width: 20%;
}
.wgl-products-grid .columns-4 ul.wgl-products {
  --products-width: 25%;
}
.wgl-products-grid .columns-3 ul.wgl-products {
  --products-width: 33.33333%;
}
.wgl-products-grid .columns-2 ul.wgl-products {
  --products-width: 50%;
}
.wgl-products-grid .columns-1 ul.wgl-products {
  --products-width: 100%;
}

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

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

.wgl-products-grid ul.wgl-products li.product {
  width: calc(var(--products-width) - var(--products-gap));
}
.wgl-products-grid .picture img.attachment-shop_catalog {
  display: none;
}

ul.wgl-products {
  --products-gap: 30px;
}

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

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  width: 3px;
  height: 10px;
  margin-left: -2px;
  margin-top: -5px;
  top: 50%;
  border-radius: 0%;
  box-shadow: none;
}

.widget_shopping_cart_content .woocommerce-mini-cart__empty-message {
  text-align: center;
}

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

.woocommerce .widget_price_filter .ui-slider-horizontal {
  height: 3px;
  margin-bottom: 24px;
  margin-left: 0;
  margin-right: 0;
}

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

.woocommerce ul.cart_list li:before,
.woocommerce ul.product_list_widget li:before {
  display: none;
}
.woocommerce ul.cart_list li .star-rating,
.woocommerce ul.product_list_widget li .star-rating {
  width: 6.4em;
  margin-bottom: -4px;
  margin-top: 4px;
}

.woocommerce .widget_shopping_cart .cart_list li,
.woocommerce.widget_shopping_cart .cart_list li {
  padding-left: 0;
  padding-right: 15px;
}
.woocommerce .widget_shopping_cart .cart_list li:before,
.woocommerce.widget_shopping_cart .cart_list li:before {
  display: none;
}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
  float: left;
  width: 65px;
  margin-left: 0;
  margin-right: 15px;
  margin-top: 4px;
  border: 0;
  border-radius: 0;
}

.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove {
  left: auto;
  right: 0;
  font: 0/0 serif;
  text-shadow: none;
  margin: 0;
  top: 4px;
  background: transparent;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-top: 0;
  vertical-align: middle;
  cursor: pointer;
  color: rgba(165, 165, 165, 0.5) !important;
  transition: color 0.3s ease;
}
.woocommerce .widget_shopping_cart .cart_list li a.remove:before, .woocommerce .widget_shopping_cart .cart_list li a.remove:after,
.woocommerce.widget_shopping_cart .cart_list li a.remove:before,
.woocommerce.widget_shopping_cart .cart_list li a.remove:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  border: 3px solid currentColor;
}
.woocommerce .widget_shopping_cart .cart_list li a.remove:before,
.woocommerce.widget_shopping_cart .cart_list li a.remove:before {
  width: 0;
  height: 100%;
  border-radius: 0;
  border-width: 0.5px;
  left: 50%;
  background-color: currentColor;
  transition: 0s;
  transform: translateX(-0.5px) rotate(45deg);
}
.woocommerce .widget_shopping_cart .cart_list li a.remove:after,
.woocommerce.widget_shopping_cart .cart_list li a.remove:after {
  border-width: 0.5px;
  width: 0;
  margin-left: 0;
  margin-top: 0;
  background-color: currentColor;
  transition: 0s;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.woocommerce .widget_shopping_cart .cart_list li a.remove:hover,
.woocommerce.widget_shopping_cart .cart_list li a.remove:hover {
  color: #d30 !important;
}

.widget.widget_price_filter .widget-title {
  margin-bottom: 22px;
}

.woocommerce .star-rating span:before {
  color: #f9d322;
}

.woocommerce span.onsale {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  box-sizing: border-box;
  width: auto;
  line-height: 23px;
  height: auto;
  padding: 2px 7px 0;
  min-width: 45px;
  min-height: auto;
  text-transform: capitalize;
  color: #ffffff;
  left: 19px;
  top: 19px;
  border-radius: 0;
}

.product_list_widget .product-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: color 0.3s ease;
}
.product_list_widget del {
  margin-right: 14px;
  color: #a5a5a5;
}
.product_list_widget del .woocommerce-Price-amount {
  color: inherit;
}

.woocommerce del {
  margin-right: 4px;
  color: #a5a5a5;
  font-weight: 400;
}
.woocommerce del .woocommerce-Price-amount {
  color: inherit;
  font-weight: 400;
}

.woocommerce div.product p.price del {
  opacity: 1;
  font-size: 16px;
}

.product_list_widget .woocommerce-Price-amount {
  font-size: 14px;
  font-weight: 700;
  margin-top: 8px;
  margin-right: 4px;
}

.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}

.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
  padding: 0;
  margin-bottom: 20px;
}

.woocommerce ul.cart_list li:last-child,
.woocommerce ul.product_list_widget li:last-child {
  margin-bottom: 0;
}

.woocommerce .widget_price_filter .price_slider_amount .button {
  font-size: 13px;
  font-weight: bold;
  line-height: 24px;
  margin: 0;
  cursor: pointer;
  text-decoration: none;
  overflow: visible;
  padding: 0;
  height: auto;
  left: auto;
  border: 0;
  display: inline-block;
  box-shadow: none;
  text-shadow: none;
  text-transform: uppercase;
  color: #fff;
  background: transparent;
  border-radius: 0;
}
.woocommerce .widget_price_filter .price_slider_amount .button:hover {
  color: #fff;
}

.woocommerce .widget_price_filter .price_slider_amount {
  font-size: 16px;
  line-height: 40px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
.woocommerce .widget_price_filter .price_slider_amount .price_label {
  font-weight: 400;
  font-size: 18px;
}
.woocommerce .widget_price_filter .price_slider_amount span {
  font-weight: 400;
  font-size: 16px;
}
.woocommerce .widget_price_filter .price_slider_amount span.from {
  margin-left: 10px;
}
.woocommerce .widget_price_filter .price_slider_amount .clear {
  display: none;
}

.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
  margin-top: 16px;
}

.woocommerce ul.cart_list li .quantity {
  font-weight: 400;
  font-size: 14px;
  color: #a5a5a5;
}

.woocommerce ul.cart_list li .quantity .woocommerce-Price-amount {
  font-weight: 700;
}

.woocommerce .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total {
  border: 0;
  padding-top: 33px;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 500;
}

.woocommerce .widget_shopping_cart .buttons a,
.woocommerce.widget_shopping_cart .buttons a {
  font-size: 13px;
  font-weight: bold;
  line-height: 44px;
  margin: 0;
  cursor: pointer;
  text-decoration: none;
  overflow: visible;
  padding: 0 25px;
  left: auto;
  display: inline-block;
  box-shadow: none;
  text-shadow: none;
  margin-right: 10px;
  margin-bottom: 10px;
  color: #fff;
  transition: all 0.4s;
  text-align: center;
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  border-radius: 0;
  text-transform: uppercase;
}
.woocommerce .widget_shopping_cart .buttons a.checkout,
.woocommerce.widget_shopping_cart .buttons a.checkout {
  background: transparent;
}
.woocommerce .widget_shopping_cart .buttons a.checkout:hover,
.woocommerce.widget_shopping_cart .buttons a.checkout:hover {
  color: #fff !important;
}
.woocommerce .widget_shopping_cart .buttons a:not(.checkout):hover,
.woocommerce.widget_shopping_cart .buttons a:not(.checkout):hover {
  background: transparent;
}
.woocommerce .widget_shopping_cart .buttons a:last-child,
.woocommerce.widget_shopping_cart .buttons a:last-child {
  margin-bottom: 0;
  margin-right: 0;
}

.woocommerce .widget_shopping_cart .buttons a:last-child,
.woocommerce.widget_shopping_cart .buttons a:last-child {
  margin-right: 0;
}

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

.woocommerce-mini-cart__buttons.buttons a.button {
  width: calc(50% - 5px);
}

.woocommerce .widget_shopping_cart .total strong,
.woocommerce.widget_shopping_cart .total strong {
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 500;
}

.woocommerce .widget_shopping_cart .total .woocommerce-Price-amount,
.woocommerce.widget_shopping_cart .total .woocommerce-Price-amount {
  margin-left: 5px;
  font-weight: 700;
}

.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
  display: inline;
  width: 50%;
  margin: 0 0 30px;
  float: left;
  font-size: 16px;
  font-weight: 400;
  color: #a5a5a5;
}
.woocommerce .woocommerce-result-count + .woocommerce-ordering,
.woocommerce-page .woocommerce-result-count + .woocommerce-ordering {
  width: 50%;
}

.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
  display: inline;
  width: auto;
  margin: 0 0 30px;
  float: left;
  text-align: right;
}

.woocommerce .woocommerce-ordering .select__field {
  display: inline-block;
  position: relative;
}
.woocommerce .woocommerce-ordering .select__field:before {
  content: "";
  font-family: Flaticon;
  font-size: 9px;
  font-weight: 400;
  margin-left: 5px;
  vertical-align: middle;
  display: inline-block;
  transform: rotate(-270deg);
}
.woocommerce .woocommerce-ordering select {
  float: right;
  padding: 0 0;
  outline: none;
  margin: 0;
  width: 270px;
  max-width: 100%;
  display: block;
  font-size: 16px;
  line-height: 1.4;
  background-color: transparent;
  box-sizing: border-box;
  font-family: inherit;
  font-weight: 400;
}

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

.wgl-products-catalog {
  margin-top: 10px;
}

.woo_product_image {
  display: flex;
  justify-content: center;
}
.woo_product_image .picture:before {
  content: "";
  position: absolute;
  z-index: 1;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  left: 0;
  top: 0;
  border: 1px solid #e1e1e1;
  opacity: 0;
  visibility: visible;
  transition: all 0.45s;
  pointer-events: none;
  box-sizing: unset;
  border-radius: inherit;
}
.woo_product_image .picture:after {
  content: "";
  position: absolute;
  border: 10px solid #fff;
  left: 0;
  top: 0;
  background: transparent;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.45s;
  pointer-events: none;
  box-sizing: unset;
}

.wgl-woocommerce-sorting {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.wgl-woocommerce-sorting:after {
  display: block;
  height: 0;
  content: "";
  clear: both;
}
.wgl-woocommerce-sorting .stoni_module_message_box {
  width: 100%;
  box-sizing: border-box;
}
.wgl-woocommerce-sorting .stoni_module_message_box:before {
  display: none;
}

/* #Pagination Shop */
.woocommerce nav.woocommerce-pagination {
  text-align: left;
  margin: 20px 0 0 0;
  padding: 0;
  list-style: none;
}
.woocommerce nav.woocommerce-pagination ul {
  display: block;
  white-space: nowrap;
  clear: both;
  border: 0;
  border-right: 0;
  margin: 0;
  text-align: center;
  padding: 0 0 60px 0;
  font-size: 0;
}
.woocommerce nav.woocommerce-pagination ul li {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  border: 0;
  float: none;
  margin: 0 5px;
  overflow: visible;
}
.woocommerce nav.woocommerce-pagination ul li span.current {
  color: #fff;
}
.woocommerce nav.woocommerce-pagination ul li span.current:after {
  width: 100%;
  opacity: 1;
  visibility: visible;
}
.woocommerce nav.woocommerce-pagination ul li span,
.woocommerce nav.woocommerce-pagination ul li a {
  border: none;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  height: 43px;
  width: 43px;
  line-height: 43px;
  font-size: 18px;
  font-weight: 500;
  border-radius: 0;
  display: block;
  padding: 0;
  transition: all 0.4s;
  text-align: center;
  border: 1px solid #e1e1e1;
  box-sizing: content-box;
}
.woocommerce nav.woocommerce-pagination ul li span:hover, .woocommerce nav.woocommerce-pagination ul li span:focus, .woocommerce nav.woocommerce-pagination ul li span:active,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:active {
  color: #fff;
}
.woocommerce nav.woocommerce-pagination ul li span.next, .woocommerce nav.woocommerce-pagination ul li span.prev,
.woocommerce nav.woocommerce-pagination ul li a.next,
.woocommerce nav.woocommerce-pagination ul li a.prev {
  font-weight: 700;
}
.woocommerce nav.woocommerce-pagination ul li:first-child {
  margin-left: 0;
}
.woocommerce nav.woocommerce-pagination ul li:last-child {
  margin-right: 0;
}
.woocommerce nav.woocommerce-pagination ul li:before {
  display: none;
}
.woocommerce nav.woocommerce-pagination ul li a.current,
.woocommerce nav.woocommerce-pagination ul li span {
  cursor: default;
}

/* #Single Shop */
body.single-product .wgl-container.single_product {
  margin-top: 55px;
}

.woocommerce .summary .product_meta {
  padding-bottom: 28px;
  margin-top: 3px;
}
.woocommerce .summary .product_meta > span {
  display: block;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 40px;
}
.woocommerce .summary .product_meta > span:last-child {
  margin-bottom: 0;
}
.woocommerce .summary .product_meta > span span,
.woocommerce .summary .product_meta > span a {
  font-weight: 400;
}
.woocommerce .summary .product_meta > span span:first-child,
.woocommerce .summary .product_meta > span a:first-child {
  margin-left: 0;
}
.woocommerce .summary form.cart {
  border-bottom: 1px solid rgba(77, 77, 77, 0.1);
  margin-bottom: 30px !important;
  padding-bottom: 38px;
  margin-top: 35px;
}

.woocommerce-product-gallery figure {
  overflow: hidden;
  border-radius: 0;
}
.woocommerce-product-gallery figure > div {
  border-radius: 0;
}

.woocommerce-product-gallery .flex-viewport {
  border-radius: 0;
}
.woocommerce-product-gallery .flex-viewport figure {
  border-radius: 0;
}
.woocommerce-product-gallery .flex-viewport figure > div {
  border-radius: 0;
  border: 0;
}

.woocommerce-product-gallery .woocommerce-product-gallery__image:nth-child(n+2) {
  width: 25%;
  display: inline-block;
}

.woocommerce-product-gallery .flex-control-thumbs li {
  list-style: none;
  float: left;
  cursor: pointer;
}

.woocommerce-product-gallery .flex-control-thumbs img {
  opacity: 0.5;
}

.woocommerce-product-gallery .flex-control-thumbs img.flex-active,
.woocommerce-product-gallery .flex-control-thumbs img:hover {
  opacity: 1;
}

.woocommerce-product-gallery img {
  display: block;
}

.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
  width: 33.3333%;
}

.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
  width: 25%;
}

.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
  width: 20%;
}

.woocommerce-product-gallery__trigger {
  position: absolute;
  top: 1em;
  right: 1em;
  z-index: 99;
}

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

.woocommerce.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 20px;
  right: 20px;
  height: 45px;
  width: 45px;
  border-radius: 50%;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover {
  color: #ffffff;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:after {
  background: #000;
  transition: all 0.4s;
  top: 24px;
  left: 27px;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:hover:after {
  background: #fff;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:before {
  border: 2px solid #000;
  transition: all 0.4s;
  top: 14px;
  left: 14px;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:hover:before {
  border: 2px solid #fff;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:before {
  font: normal normal normal 1em/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  content: "\f00e";
  line-height: 2;
  text-indent: 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;
}

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

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
  width: 49%;
}

.woocommerce div.product div.images .flex-control-thumbs li {
  margin-right: 20px;
  margin-bottom: 20px;
  width: 120px;
  box-sizing: border-box;
  overflow: visible;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
  border-radius: 0;
  opacity: 0.5;
  box-sizing: border-box;
  transition: all 0.45s ease;
}

.woocommerce div.product .woocommerce-product-rating {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.woocommerce div.product .summary .woocommerce-product-rating {
  margin-bottom: 1em;
}

.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
  clear: none;
}

.woocommerce div.product div.images .flex-control-thumbs li:last-child {
  margin-right: 0;
}

.woocommerce div.product div.images .flex-control-thumbs {
  margin-top: 20px;
  overflow: visible !important;
}
.woocommerce div.product div.images .flex-control-thumbs:after {
  display: block;
  height: 0;
  content: "";
  clear: both;
}

.woocommerce div.product .product_title {
  font-size: 38px;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 15px;
}

.woocommerce div.product .summary p.price,
div.product .summary span.price,
.woocommerce div.product .summary .woocommerce-variation-price .price {
  margin-top: 15px;
  font-size: 24px;
  margin-bottom: 24px;
  font-weight: 600;
}
.woocommerce div.product .summary p.price .woocommerce-Price-currencySymbol,
div.product .summary span.price .woocommerce-Price-currencySymbol,
.woocommerce div.product .summary .woocommerce-variation-price .price .woocommerce-Price-currencySymbol {
  margin-right: 5px;
}

.woocommerce-review-link {
  color: #616161;
  font-size: 14px;
}

.woocommerce div.product .summary p.price ins,
div.product .summary span.price ins {
  text-decoration: none;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  font-size: 16px;
}

.woocommerce div.product form.cart .variations tr {
  border: 0;
}
.woocommerce div.product form.cart .variations td.label {
  display: list-item;
  padding: 0;
  list-style: none;
  background-color: transparent;
}
.woocommerce div.product form.cart .variations td.value {
  margin-bottom: 30px;
}
.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
  text-align: left;
  line-height: 1;
  padding: 0;
  display: list-item;
  padding: 0;
  list-style: none;
  background-color: transparent;
}
.woocommerce div.product form.cart .variations select {
  min-width: auto;
  display: inline-block;
  margin-right: 0;
}

.woocommerce div.product form.cart div.quantity {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-right: 20px;
  background-color: white;
  border-radius: 0;
}
.woocommerce div.product form.cart div.quantity.wgl-number-input-hidden {
  display: none;
}
.woocommerce div.product form.cart div.quantity label.label-qty {
  display: none;
}

.woocommerce .quantity-wrapper {
  position: relative;
  padding-right: 30px;
  border: 1px solid #e1e1e1;
  display: inline-block;
}
.woocommerce .quantity-wrapper .qty {
  height: 54px;
  width: 50px;
  display: inline-block;
  vertical-align: middle;
  background: transparent;
  border: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 600;
  border-right: 1px solid #e1e1e1;
  background: transparent;
}
.woocommerce .quantity-wrapper span {
  cursor: pointer;
  display: block;
  position: absolute;
  right: 0;
  box-sizing: border-box;
  transition: transform 0.3s;
  width: 30px;
  height: 50%;
  transform: rotate(180deg);
  color: #a9acae;
}
.woocommerce .quantity-wrapper span:before, .woocommerce .quantity-wrapper span:after {
  position: absolute;
  display: block;
  width: 9px;
  height: 0px;
  bottom: 12px;
  right: 11px;
  border-bottom: solid 1px CurrentColor;
  transition: all 0.5s;
}
.woocommerce .quantity-wrapper span.minus {
  bottom: 0;
  border-bottom: 1px solid #e1e1e1;
}
.woocommerce .quantity-wrapper span.minus:after {
  content: "";
}
.woocommerce .quantity-wrapper span.plus {
  top: 0;
}
.woocommerce .quantity-wrapper span.plus:before {
  content: "";
  transform: rotate(90deg);
}
.woocommerce .quantity-wrapper span.plus:after {
  content: "";
}
.woocommerce .quantity-wrapper input[type=number] {
  -webkit-appearance: textfield;
  appearance: textfield;
}
.woocommerce .quantity-wrapper input[type=number]::-webkit-inner-spin-button,
.woocommerce .quantity-wrapper input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.woocommerce .quantity-wrapper .number-input {
  border: 2px solid #ddd;
  display: inline-flex;
}
.woocommerce .quantity-wrapper .number-input,
.woocommerce .quantity-wrapper .number-input * {
  box-sizing: border-box;
}
.woocommerce .quantity-wrapper .number-input button {
  outline: none;
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  margin: 0;
  position: relative;
}
.woocommerce .quantity-wrapper .number-input button:before,
.woocommerce .quantity-wrapper .number-input button:after {
  display: inline-block;
  position: absolute;
  content: "";
  width: 1rem;
  height: 2px;
  background-color: #212121;
  transform: translate(-50%, -50%);
}
.woocommerce .quantity-wrapper .number-input button.plus:after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.woocommerce .quantity-wrapper .number-input input[type=number] {
  font-family: sans-serif;
  max-width: 5rem;
  padding: 0.5rem;
  border: solid #ddd;
  border-width: 0 2px;
  font-size: 2rem;
  height: 3rem;
  font-weight: bold;
  text-align: center;
}

.woocommerce div.product form.cart .button {
  font-size: 13px;
  height: auto;
  min-height: 56px;
  font-weight: bold;
  line-height: 26px;
  padding: 14px 27px 12px;
  text-transform: uppercase;
  border-width: 1px;
  border-style: solid;
  background: transparent;
  position: relative;
  transition: all 0.45s ease;
  border-radius: 0;
  letter-spacing: 0.5px;
}
.woocommerce div.product form.cart .button:before {
  content: "\f123";
  font-family: Flaticon;
  font-size: 18px;
  margin-right: 18px;
  vertical-align: middle;
  display: inline-block;
  color: inherit;
  margin-top: -4px;
  font-weight: 600;
}
.woocommerce div.product form.cart .button:hover {
  color: #fff !important;
}

.woocommerce #review_form #respond {
  margin-top: 37px;
  background: #f7f7f7;
  padding: 50px;
  margin-bottom: 50px;
}
.woocommerce #review_form #respond p a {
  color: #f9d322;
  margin-right: 9px;
}

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

.woocommerce #reviews #comments ol.commentlist li .raiting-meta-wrapper {
  display: block;
  margin-top: 4px;
  float: right;
  margin-left: 20px;
  position: relative;
}

.woocommerce #reviews #comments ol.commentlist li .comment_author_says {
  display: inline-block;
}

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

.related.products {
  margin-top: 0;
}
.related.products ul.wgl-products {
  justify-content: center;
}

.related > h2 {
  text-align: center;
  font-size: 38px;
  line-height: 42px;
  margin-bottom: 36px;
  position: relative;
  z-index: 1;
  padding-bottom: 0;
  text-transform: capitalize;
}

.upsells > h2 {
  font-size: 30px;
  line-height: 42px;
  margin-bottom: 36px;
}
.upsells .product {
  width: calc(25% - 30px);
}

.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 .woocommerce-grouped-product-list-item__price {
  font-weight: 600;
}
.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-weight: 400;
  font-size: 18px;
}

.woocommerce #reviews #comments ol.commentlist li {
  margin-bottom: 0;
}

/* #Respond Shop */
.woocommerce #respond input#submit {
  vertical-align: top;
  margin-bottom: 0;
  margin-top: 30px;
  display: inline-block;
  height: 56px;
  border-width: 1px;
  border-style: solid;
  border-radius: 0;
  padding: 6px 23px;
  font-family: inherit;
  font-size: 13px;
  line-height: 28px;
  font-weight: 700;
  color: #ffffff;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
  background: transparent;
  transition: 0.4s;
  border-color: currentColor;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  min-width: 150px;
}
.woocommerce #respond input#submit:hover {
  background: transparent;
}

.woocommerce #respond form#commentform > p {
  padding-left: 0;
  padding-right: 0;
}
.woocommerce #respond form#commentform > p.comment-form-author, .woocommerce #respond form#commentform > p.comment-form-email {
  width: 50%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  margin-bottom: 16px;
}
.woocommerce #respond form#commentform > p.comment-form-author input, .woocommerce #respond form#commentform > p.comment-form-email input {
  position: relative;
  width: 100%;
}
.woocommerce #respond form#commentform > p.comment-notes {
  margin-bottom: 10px;
}
.woocommerce #respond form#commentform > p textarea {
  position: relative;
}
.woocommerce #respond form#commentform .comment-form-rating,
.woocommerce #respond form#commentform .comment-notes,
.woocommerce #respond form#commentform .comment-form-comment,
.woocommerce #respond form#commentform .form-submit,
.woocommerce #respond form#commentform .comment-form-cookies-consent {
  padding-left: 15px;
  padding-right: 15px;
}
.woocommerce #respond form#commentform .comment-form-rating {
  margin-bottom: 16px;
  margin-top: 18px;
}
.woocommerce #respond form#commentform .comment-form-rating .stars {
  display: inline-block;
  height: 1em;
}
.woocommerce #respond form#commentform .comment-form-rating .stars > span {
  display: flex;
  height: inherit;
}
.woocommerce #respond form#commentform .comment-form-rating .stars a {
  vertical-align: baseline;
  margin-right: 0 !important;
  padding-right: 1.5em;
}

.woocommerce #respond form#commentform {
  margin-left: -15px;
  margin-right: -15px;
}

/* #Cart Shop */
.woocommerce ul#shipping_method .amount {
  font-weight: 600;
  font-size: 16px;
}

.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-totals .woocommerce-shipping-destination {
  font-size: 16px;
  font-weight: 500;
}
.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-totals .woocommerce-shipping-destination strong {
  font-weight: 700;
}
.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-totals.shipping th {
  line-height: 36px;
  vertical-align: top;
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
  width: 80px;
  border-radius: 0;
  border: 0;
}

.woocommerce table.shop_table {
  border: 0;
  border-radius: 0;
  margin: 0;
  font-size: 18px;
  border-collapse: collapse;
}
.woocommerce table.shop_table .woocommerce-Price-amount.amount {
  font-size: 18px;
  font-weight: 600;
}
.woocommerce table.shop_table.cart .button {
  height: 56px;
  border-width: 1px;
  border-style: solid;
  border-radius: 0;
  padding: 14px 26px 12px;
  font-size: 13px;
  line-height: 24px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0;
}
.woocommerce table.shop_table.cart .button:not([name=update_cart]):hover {
  background: transparent;
}
.woocommerce table.shop_table td {
  padding-left: 0;
  padding-right: 0;
  border: 0;
  border-top: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}
.woocommerce table.shop_table td.product-remove {
  padding-left: 2px;
  padding-right: 2px;
  text-align: center;
}
.woocommerce table.shop_table td.product-remove a.remove {
  color: #a5a5a5 !important;
}
.woocommerce table.shop_table td.product-name .product-quantity {
  font-weight: 400;
  opacity: 0.6;
}
.woocommerce table.shop_table td.product-quantity label.label-qty {
  display: 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: 12%;
  padding-left: 10px;
}
.woocommerce table.shop_table td.product-name {
  padding-left: 40px;
  font-weight: 500;
  font-size: 18px;
}
.woocommerce table.shop_table td.product-name a {
  color: inherit;
}
.woocommerce table.shop_table tbody tr:first-child td {
  border-top: 0;
}
.woocommerce table.shop_table thead tr {
  border: 0;
}
.woocommerce table.shop_table thead th {
  padding: 0;
  line-height: 50px;
  font-weight: 600;
  font-size: 14px;
  border: 0;
  background: #f2f2f2;
}
.woocommerce table.shop_table thead th.product-name {
  padding-left: 10px;
  text-align: left;
}
.woocommerce table.shop_table tfoot tr th {
  text-align: left;
  padding-left: 20px;
  border-top: 0;
}
.woocommerce table.shop_table th {
  border: 0;
}
.woocommerce #order_review.woocommerce-checkout-review-order table.shop_table thead th {
  font-weight: 600;
  font-size: 14px;
  color: #fff;
}
.woocommerce #order_review.woocommerce-checkout-review-order table.shop_table thead th.product-name {
  padding-left: 40px;
}
.woocommerce #order_review.woocommerce-checkout-review-order table.shop_table tbody tr:last-child th,
.woocommerce #order_review.woocommerce-checkout-review-order table.shop_table tbody tr:last-child td {
  padding-bottom: 35px;
}
.woocommerce #order_review.woocommerce-checkout-review-order table.shop_table tfoot tr th {
  text-align: left;
  padding-left: 40px;
  border-top: 0;
}
.woocommerce #order_review.woocommerce-checkout-review-order table.shop_table tfoot tr th,
.woocommerce #order_review.woocommerce-checkout-review-order table.shop_table tfoot tr td {
  border-top: 1px solid rgba(97, 97, 97, 0.1);
}
.woocommerce #order_review.woocommerce-checkout-review-order table.shop_table td {
  border-top: 0;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  background: #fff;
}

#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;
  border: 1em solid #fff;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  position: absolute;
  top: -0.75em;
  left: 0;
  margin: -1em 0 0 2em;
}

#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 .cart-collaterals .shipping-calculator-button,
.woocommerce-cart .cart-collaterals .shipping-calculator-button,
.woocommerce-checkout .cart-collaterals .shipping-calculator-button {
  margin-top: 0;
  font-size: 14px;
  color: #b3b3b3;
}

.woocommerce-cart .cart-collaterals .button,
.woocommerce-checkout .cart-collaterals .button {
  width: 100%;
}

.woocommerce ul#shipping_method li {
  padding-left: 0;
  margin: 0;
}
.woocommerce ul#shipping_method li:before {
  display: none;
}
.woocommerce ul#shipping_method li label {
  font-size: 16px;
  font-weight: 500;
}

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

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  float: none;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  width: 100%;
  margin-bottom: 60px;
  min-width: 100%;
}
.woocommerce .cart-collaterals .cart_totals > h2,
.woocommerce-page .cart-collaterals .cart_totals > h2 {
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 0;
  padding: 16px 30px 14px;
  border: 0;
  background: #dfdfdf;
  text-transform: capitalize;
}
.woocommerce .cart-collaterals .cart_totals table tr,
.woocommerce-page .cart-collaterals .cart_totals table tr {
  border: 0;
}
.woocommerce .cart-collaterals .cart_totals table tr > *:first-child,
.woocommerce-page .cart-collaterals .cart_totals table tr > *:first-child {
  padding-left: 30px;
}
.woocommerce .cart-collaterals .cart_totals table tr > *:last-child,
.woocommerce-page .cart-collaterals .cart_totals table tr > *:last-child {
  padding-right: 30px;
}
.woocommerce .cart-collaterals .cart_totals table tr.cart-subtotal th,
.woocommerce .cart-collaterals .cart_totals table tr.cart-subtotal td,
.woocommerce-page .cart-collaterals .cart_totals table tr.cart-subtotal th,
.woocommerce-page .cart-collaterals .cart_totals table tr.cart-subtotal td {
  padding-bottom: 15px;
}
.woocommerce .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals th,
.woocommerce .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals td,
.woocommerce-page .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals th,
.woocommerce-page .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals td {
  padding-bottom: 20px;
  padding-top: 20px;
}
.woocommerce .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals > td,
.woocommerce-page .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals > td {
  padding-top: 27px;
}
.woocommerce .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals #shipping_method .amount,
.woocommerce-page .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals #shipping_method .amount {
  font-weight: 700;
  margin-left: 5px;
}
.woocommerce .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .form-row,
.woocommerce-page .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .form-row {
  padding: 0;
  margin-bottom: 10px;
}
.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 {
  max-width: 232px;
  margin-right: 0;
}
.woocommerce .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .form-row .select2-container--default .select2-selection--single,
.woocommerce-page .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .form-row .select2-container--default .select2-selection--single {
  max-width: 232px;
}
.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.woocommerce-shipping-totals button.button,
.woocommerce-page .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals button.button {
  height: 50px;
}
.woocommerce .cart-collaterals .cart_totals table tr.order-total th,
.woocommerce-page .cart-collaterals .cart_totals table tr.order-total th {
  font-weight: 700;
  font-size: 18px;
}
.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-weight: 700;
}
.woocommerce .cart-collaterals .cart_totals table tr.order-total th,
.woocommerce .cart-collaterals .cart_totals table tr.order-total td,
.woocommerce-page .cart-collaterals .cart_totals table tr.order-total th,
.woocommerce-page .cart-collaterals .cart_totals table tr.order-total td {
  padding-top: 30px;
  padding-bottom: 20px;
  border-top: 20px solid #fff;
}
.woocommerce .cart-collaterals .cart_totals table th,
.woocommerce .cart-collaterals .cart_totals table td,
.woocommerce-page .cart-collaterals .cart_totals table th,
.woocommerce-page .cart-collaterals .cart_totals table td {
  text-align: left;
  padding: 4px 0;
}
.woocommerce .cart-collaterals .cart_totals table th,
.woocommerce-page .cart-collaterals .cart_totals table th {
  width: 1%;
  white-space: nowrap;
  font-weight: 500;
  font-size: 16px;
  vertical-align: middle;
  border: 0;
}
.woocommerce .cart-collaterals .cart_totals table td,
.woocommerce-page .cart-collaterals .cart_totals table td {
  padding-left: 10px;
  font-weight: 400;
  font-size: 16px;
  text-align: right;
}
.woocommerce .cart-collaterals .cart_totals table tbody tr:first-child td,
.woocommerce-page .cart-collaterals .cart_totals table tbody tr:first-child td {
  font-size: 16px;
  font-weight: 600;
  text-align: right;
}

#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-bottom: 0;
  padding-top: 24px;
  border-radius: 0;
  border: 0;
  background: #f2f2f2;
}

#add_payment_method .wc-proceed-to-checkout,
.woocommerce-cart .wc-proceed-to-checkout,
.woocommerce-checkout .wc-proceed-to-checkout {
  padding: 0 30px 30px;
  background: #f2f2f2;
}
#add_payment_method .wc-proceed-to-checkout .button__wrapper,
.woocommerce-cart .wc-proceed-to-checkout .button__wrapper,
.woocommerce-checkout .wc-proceed-to-checkout .button__wrapper {
  width: 100%;
}
#add_payment_method .wc-proceed-to-checkout .button__wrapper .checkout-button,
.woocommerce-cart .wc-proceed-to-checkout .button__wrapper .checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout .button__wrapper .checkout-button {
  background: transparent !important;
  border: 0 !important;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  text-transform: capitalize;
  padding: 16px 20px;
  line-height: 18px;
  margin-bottom: 0;
  border-radius: 0;
  border-width: 1px;
  border-style: solid;
  letter-spacing: 0;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover {
  background: transparent;
}

#add_payment_method .cart-collaterals .cart_totals tr td,
#add_payment_method .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr th {
  border: 0;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  transition: all 0.3s ease;
  border-radius: 0;
}

.woocommerce button.button {
  padding: 0 25px;
  line-height: 50px;
  color: #fff;
  border-radius: 0;
  font-size: 14px;
  font-weight: bold;
  vertical-align: top;
  letter-spacing: 0;
  border-width: 1px;
  border-style: solid;
}
.woocommerce button.button:hover {
  background: transparent;
}

.woocommerce form.checkout_coupon {
  border-radius: 0;
}
.woocommerce form.checkout_coupon .form-row {
  float: left;
}
.woocommerce form.checkout_coupon .form-row.form-row-first {
  padding-left: 0;
  padding-right: 5px;
}
.woocommerce form.checkout_coupon .form-row.form-row-last {
  padding-left: 5px;
  padding-right: 0;
}
.woocommerce form.checkout_coupon .form-row button.button {
  line-height: 45px;
  height: 45px;
}
.woocommerce form.checkout_coupon .form-row input.input-text {
  height: 45px;
}

.woocommerce form .form-row textarea {
  height: 120px;
  min-height: 120px;
}

.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled],
.woocommerce button.button[name=update_cart] {
  padding: 0;
  background: transparent;
  font-size: 13px;
  line-height: 24px;
  height: 56px;
  padding: 14px 30px 12px;
  border-width: 1px;
  border-style: solid;
  font-weight: bold;
  border-radius: 0;
  letter-spacing: 0;
  text-transform: uppercase;
}

.woocommerce .cart button.button[name=update_cart]:hover {
  color: #fff;
}

.woocommerce .cart .button,
.woocommerce .cart input.button {
  font-size: 16px;
  line-height: 45px;
  padding: 0 25px;
  border-width: 1px;
  border-style: solid;
  font-weight: bold;
  border-radius: 0;
  color: #fff;
  letter-spacing: 0;
}
.woocommerce .cart .button:hover,
.woocommerce .cart input.button:hover {
  background-color: transparent;
}

.woocommerce a.button {
  border-radius: 0;
  color: #fff;
  font-weight: bold;
  line-height: 45px;
  padding: 0 25px;
  text-transform: capitalize;
}

.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled] {
  background: transparent !important;
  text-transform: capitalize;
}

.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled[disabled]:hover {
  color: initial !important;
}

/* Remove Shop */
.woocommerce a.remove {
  position: relative;
  text-shadow: none;
  margin: 0;
  line-height: inherit;
  font: 0/0 serif;
  background: transparent;
  display: inline-block;
  width: 10px;
  height: 10px;
  vertical-align: middle;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.5) !important;
}
.woocommerce a.remove:before, .woocommerce a.remove:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  border: 3px solid currentColor;
}
.woocommerce a.remove:before {
  width: 0;
  height: 100%;
  border-radius: 0;
  border-width: 0.5px;
  left: 50%;
  background-color: currentColor;
  transition: all 0.3s, background-color 0s linear 0.3s;
  transform: translateX(-0.5px) rotate(45deg);
}
.woocommerce a.remove:after {
  border-width: 0.5px;
  width: 0;
  margin-left: 0;
  margin-top: 0;
  background-color: currentColor;
  transition: all 0.3s;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.woocommerce a.remove:hover {
  background: transparent !important;
  color: rgba(0, 0, 0, 0.5) !important;
}

#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
  width: 270px;
  margin-right: 10px;
  padding-left: 0;
  background: transparent;
  font-weight: 400;
  height: 56px;
  font-size: 16px;
  border: 0;
  border-bottom: 1px solid #dedede;
  text-transform: capitalize;
}

#add_payment_method table.cart td.actions button.button,
.woocommerce-cart table.cart td.actions button.button,
.woocommerce-checkout table.cart td.actions button.button {
  line-height: 24px;
  padding: 14px 30px 12px;
  height: 56px;
}

/* Shop Message */
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  background-color: transparent;
}

.woocommerce-message a.button {
  line-height: 40px;
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  cursor: pointer;
  text-decoration: none;
  overflow: visible;
  padding: 0 25px;
  left: auto;
  display: inline-block;
  box-shadow: none;
  text-shadow: none;
  color: #fff;
  text-transform: capitalize;
  transition: all 0.4s;
  text-align: center;
  box-sizing: border-box;
  border-radius: 0;
  border-width: 1px;
  border-style: solid;
}
.woocommerce-message a.button:hover {
  background: transparent !important;
}

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

.woocommerce .stoni_module_message_box .message_text {
  line-height: 40px;
}

/* #Checkout Shop */
.checkout.woocommerce-checkout {
  margin-top: 30px;
}
.checkout.woocommerce-checkout h3 {
  margin-bottom: 0;
}
.checkout.woocommerce-checkout .woocommerce-billing-fields > h3,
.checkout.woocommerce-checkout #order_review_heading {
  margin-bottom: 30px;
}
.checkout.woocommerce-checkout table.shop_table tbody .woocommerce-Price-amount.amount {
  font-weight: 400;
}

body.woocommerce-checkout .woocommerce-order .woocommerce-order-details__title {
  margin-bottom: 30px;
}
body.woocommerce-checkout .woocommerce-order .woocommerce-order-details {
  width: calc(50% - 15px);
  float: left;
}
body.woocommerce-checkout .woocommerce-order .woocommerce-customer-details {
  width: calc(50% - 15px);
  float: right;
}
body.woocommerce-checkout .woocommerce-order .woocommerce-column__title {
  margin-bottom: 23px;
}
body.woocommerce-checkout .woocommerce-columns--addresses.addresses {
  width: 100%;
}

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

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  padding: 0 25px;
  line-height: 45px;
  border-radius: 0;
  font-size: 13px;
  border-width: 1px;
  border-style: solid;
}
.woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover {
  background: transparent;
}

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

.woocommerce .col2-set {
  width: 47.8260869565%;
  float: left;
  margin-right: 4.347826087%;
}
.woocommerce .col2-set > .col-1,
.woocommerce .col2-set > .col-2,
.woocommerce .col2-set > [class^=col] {
  width: 100%;
  float: none;
  margin-bottom: 30px;
  background: #f2f2f2;
  padding: 40px 50px;
}
.woocommerce .col2-set > .col-1 {
  margin-bottom: 0;
  padding-bottom: 0;
}
.woocommerce .woocommerce-checkout > .col2-set {
  margin-bottom: 70px;
}
.woocommerce #order_review_heading,
.woocommerce #order_review {
  width: 47.8260869565%;
  float: right;
  margin-right: 0;
}
.woocommerce #order_review_heading {
  margin: 0;
  padding-top: 40px;
}
.woocommerce #order_review table.shop_table tbody tr:first-child td,
.woocommerce #order_review table.shop_table tbody tr:first-child th {
  padding-top: 35px;
}
.woocommerce #order_review table.shop_table tfoot tr:last-child td,
.woocommerce #order_review table.shop_table tfoot tr:last-child th {
  padding-bottom: 35px;
}
.woocommerce #order_review table.shop_table td,
.woocommerce #order_review table.shop_table tfoot th {
  padding-top: 15px;
  padding-bottom: 15px;
}
.woocommerce #add_payment_method #payment div.form-row,
.woocommerce .woocommerce-cart #payment div.form-row,
.woocommerce .woocommerce-checkout #payment div.form-row {
  margin-bottom: 0;
}
.woocommerce form .form-row .select2-container {
  background-color: transparent;
  border-radius: 0;
  height: 40px;
  padding-left: 0;
  border-bottom: 1px solid #dedede;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  border-color: #f6f5f6;
  background-color: #f6f5f6;
}

.woocommerce-checkout #payment {
  border-radius: 0;
}

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

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
  padding: 2em 2.5em 0;
  border-bottom: 0;
}
#add_payment_method #payment ul.payment_methods li,
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li {
  padding-top: 0;
  line-height: 1.7;
  padding-left: 0;
}
#add_payment_method #payment ul.payment_methods li:before,
.woocommerce-cart #payment ul.payment_methods li:before,
.woocommerce-checkout #payment ul.payment_methods li:before {
  display: none !important;
}
#add_payment_method #payment ul.payment_methods li.woocommerce-notice,
.woocommerce-cart #payment ul.payment_methods li.woocommerce-notice,
.woocommerce-checkout #payment ul.payment_methods li.woocommerce-notice {
  background: #fff;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 0;
}

#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
  padding: 0em 2.5em 2.5em;
}

.woocommerce-billing-fields__field-wrapper {
  margin-top: -6px;
}

.woocommerce form .form-row label {
  font-weight: 600;
  margin-top: 6px;
  margin-bottom: -6px;
}

.woocommerce div.product form.cart .reset_variations {
  font-size: 0;
  text-shadow: none;
  color: transparent !important;
  margin: 0 0 0 5px;
  display: inline;
  line-height: inherit;
}
.woocommerce div.product form.cart .reset_variations:before {
  content: "\f0e2";
  font-family: "FontAwesome";
  font-size: 16px;
  display: inline-block;
  color: #737373;
  text-rendering: auto;
  font-weight: initial;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-shadow: none;
}

/* #Woocomerce notice */
.woocommerce-notices-wrapper {
  margin-bottom: 20px;
}
.woocommerce-notices-wrapper:empty {
  display: none;
}

.woocommerce .woocommerce-checkout .stoni_module_message_box {
  margin-bottom: 20px;
}
.woocommerce .woocommerce-checkout .type_error .message_icon_wrap {
  background: transparent;
}
.woocommerce .woocommerce-checkout .type_error .message_icon_wrap .message_icon {
  color: #fd2231;
}
.woocommerce .woocommerce-checkout .type_error .message_close_button {
  display: none;
}

/* #End Woocomerce notice */
/* #Shop Tabs */
.woocommerce-tabs .comment-reply-title {
  font-weight: 400;
  font-size: 30px;
  line-height: 42px;
  display: block;
}

.woocommerce div.product .woocommerce-tabs .panel {
  padding: 40px 0 16px 0;
  margin-bottom: 16px;
}
.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--description {
  padding-left: 35px;
  padding-right: 35px;
  text-align: center;
  margin-bottom: 42px;
}
.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--additional_information {
  padding-top: 38px;
  margin-bottom: 24px;
}
.woocommerce div.product .woocommerce-tabs .panel #comments {
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--additional_information > h2, .woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--reviews #comments > h2 {
  display: none;
}
.woocommerce div.product .woocommerce-tabs .panel #respond #commentform label {
  display: block;
  font-weight: 500;
  margin: 5px 0;
}
.woocommerce div.product .woocommerce-tabs .panel #respond #commentform label[for=wp-comment-cookies-consent] {
  margin-top: 0;
}
.woocommerce div.product .woocommerce-tabs .panel table.shop_attributes {
  border: 0;
}
.woocommerce div.product .woocommerce-tabs .panel table.shop_attributes tr {
  border: 0;
  float: left;
  width: 50%;
  display: flex;
  align-items: center;
}
.woocommerce div.product .woocommerce-tabs .panel table.shop_attributes tr:only-child {
  width: 100%;
}
.woocommerce div.product .woocommerce-tabs .panel table.shop_attributes tr:nth-child(2n) th {
  padding-left: 60px;
}
.woocommerce div.product .woocommerce-tabs .panel table.shop_attributes th {
  background: transparent;
  font-weight: 600;
  font-size: 16px;
  padding: 10px 0 10px 40px;
  border-bottom: 0;
  border: 0;
  display: flex;
  align-items: baseline;
  width: auto;
  flex: 1 1 auto;
}
.woocommerce div.product .woocommerce-tabs .panel table.shop_attributes th:after {
  content: "";
  flex: 1 1 auto;
  border-top: 1px solid #e1e1e1;
  margin-left: 30px;
}
.woocommerce div.product .woocommerce-tabs .panel table.shop_attributes td {
  font-style: normal;
  border: 0;
  background: transparent;
  border: 0;
  padding-left: 30px;
  padding-right: 40px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 0;
  text-align: center;
  overflow: visible;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  position: relative;
  z-index: 0;
  margin: 0;
  padding: 0;
  line-height: 2;
  text-align: center;
  cursor: pointer;
  transition: 0s;
  background: transparent;
  border: 0;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:after, .woocommerce div.product .woocommerce-tabs ul.tabs li:hover a:after {
  opacity: 1;
  transform: scaleX(1);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  padding: 14px 25px;
  min-width: 158px;
  display: block;
  box-sizing: border-box;
  position: relative;
  text-decoration: none;
  box-shadow: none;
  font-weight: 500;
  text-decoration: none;
  text-transform: capitalize;
  letter-spacing: 0;
  color: #939393;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  width: 100%;
  height: 2px;
  box-shadow: none;
  transition: all 0.3s ease;
  left: 0;
  right: 0;
  opacity: 0;
  transform: scaleX(0);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  width: 100%;
  background: #e1e1e1;
  height: 2px;
  box-shadow: none;
  left: 0;
  transition: all 0.45s ease;
}

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

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

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

.woocommerce table.shop_table.woocommerce-table--order-details .woocommerce-order-details__title {
  margin-bottom: 30px;
}
.woocommerce table.shop_table.woocommerce-table--order-details thead th {
  border: unset;
}
.woocommerce table.shop_table.woocommerce-table--order-details thead th.product-name {
  padding-left: 35px;
}
.woocommerce table.shop_table.woocommerce-table--order-details td {
  border: unset;
  padding: 10px 0;
}
.woocommerce table.shop_table.woocommerce-table--order-details td.product-name {
  padding-left: 35px;
}
.woocommerce table.shop_table.woocommerce-table--order-details tfoot tr th {
  padding-left: 35px;
}

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

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

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

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

.woocommerce #customer_login {
  width: 100%;
  margin: 0;
}
.woocommerce #customer_login > .col-1 {
  float: left;
  width: 48%;
  padding: 0;
}
@media only screen and (max-width: 1024px) {
  .woocommerce #customer_login > .col-1 {
    width: 100%;
  }
}
.woocommerce #customer_login > .col-2 {
  float: right;
  width: 48%;
  padding: 0;
}
@media only screen and (max-width: 1024px) {
  .woocommerce #customer_login > .col-2 {
    width: 100%;
  }
}
.woocommerce #customer_login > .col-1, .woocommerce #customer_login > .col-2 {
  background: unset;
}

.wgl-products.appear-animation > li {
  opacity: 0;
}
.wgl-products.appear-animation.anim-fade-in .animate {
  animation: fade_in 0.9s ease forwards;
}
.wgl-products.appear-animation.anim-slide-top .animate {
  animation: slide_top 0.5s ease forwards;
  transform: translateY(50px);
}
.wgl-products.appear-animation.anim-slide-bottom .animate {
  animation: slide_bottom 0.5s ease forwards;
  transform: translateY(-50px);
}
.wgl-products.appear-animation.anim-slide-left .animate {
  animation: slide_left 0.5s ease forwards;
  transform: translateX(50px);
}
.wgl-products.appear-animation.anim-slide-right .animate {
  animation: slide_right 0.5s ease forwards;
  transform: translateX(-50px);
}
.wgl-products.appear-animation.anim-zoom .animate {
  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);
  }
}
/* #Responsive Shop */
@media only screen and (max-width: 1200px) {
  .woocommerce-mini-cart__buttons.buttons {
    display: block;
  }

  .woocommerce .widget_shopping_cart .buttons a,
.woocommerce.widget_shopping_cart .buttons a {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .woocommerce-mini-cart__buttons.buttons {
    display: flex;
  }

  .woocommerce .widget_shopping_cart .buttons a,
.woocommerce.widget_shopping_cart .buttons a {
    margin-right: 10px;
    margin-bottom: 0;
    width: auto;
  }
}
@media only screen and (max-width: 992px) {
  .columns-4 ul.wgl-products li.product {
    width: calc(50% - 30px);
  }

  body.woocommerce-checkout .woocommerce-order .woocommerce-customer-details,
body.woocommerce-checkout .woocommerce-order .woocommerce-order-details {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .wgl-products-wrapper ul.wgl-products li.product,
.woocommerce ul.wgl-products li.product {
    width: calc(50% - 30px);
  }

  .woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
    width: 100%;
  }

  .woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
    width: 100%;
    clear: both;
  }

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

  .woocommerce table.shop_table_responsive tr,
.woocommerce-page table.shop_table_responsive tr {
    border: 0;
  }

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

  .woocommerce table.shop_table_responsive tr:nth-child(2n) td,
.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background-color: transparent;
  }

  .woocommerce #content table.cart td.actions .button,
.woocommerce table.cart td.actions .button,
.woocommerce-page #content table.cart td.actions .button,
.woocommerce-page table.cart td.actions .button {
    display: block;
    width: auto;
  }

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

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

  .woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    width: auto;
  }
}
@media only screen and (max-width: 600px) {
  .woocommerce form.checkout_coupon .form-row {
    width: 100%;
  }

  .wgl-products-wrapper ul.wgl-products li.product,
.woocommerce ul.wgl-products li.product {
    width: 100%;
  }

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

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

  .woocommerce div.product .woocommerce-tabs .panel table.shop_attributes th {
    padding: 14px 20px;
  }

  .woocommerce .stoni_module_message_box .message_text {
    display: flex;
    flex-direction: column-reverse;
  }
  .woocommerce .stoni_module_message_box .message_text a {
    width: max-content;
  }
}
.admin-bar .wgl-theme-header .woo_mini_cart {
  max-height: calc(100% - 32px);
  margin-top: 32px;
}

@media only screen and (max-width: 426px) {
  .woocommerce .stoni_module_message_box .message_text {
    line-height: inherit;
  }
}
@media only screen and (max-width: 768px) {
  .woocommerce table.shop_table_responsive tr td:before,
.woocommerce-page table.shop_table_responsive tr td:before {
    font-size: 16px;
  }
}