/*
Theme Name: Mou

WooCommerce styles override
*/
/* Mou WooCommerce CSS */
#yith-wcwl-popup-message {
  font-weight: 400;
  padding: 40px;
  box-shadow: 0 0 30px 0 rgba(243, 34, 108, 0.1);
  width: 100%;
  max-width: 220px;
  border-radius: 6px;
  border: 2px solid #f3226c;
  margin: 0 !important;
  transform: translate(-50%, -50%);
}
#yith-wcwl-popup-message::before {
  position: absolute;
  top: 50%;
  left: 25px;
  content: "\f004";
  font-family: "Font Awesome 6 Free", sans-serif;
  font: var(--fa-font-solid);
  font-size: 30px;
  color: #f3226c;
  transform: translateY(-50%);
}
#yith-wcwl-message {
  color: var(--color-dark-2);
  margin-left: 25px;
  line-height: 1.25;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button {
  float: right;
}
.cart-empty.woocommerce-info,
.woocommerce-message,
.woocommerce-info,
.woocommerce-error li,
.woocommerce-noreviews,
p.no-comments {
  position: relative;
  background-color: var(--color-white);
  border: 2px solid var(--color-light-1);
  padding: 18px 25px;
  margin-bottom: var(--gutters-small);
  display: table;
  width: 100%;
  line-height: 1.5;
}
@media screen and (max-width: 480px) {
  .woocommerce-error li {
    padding-left: 55px;
  }
  .woocommerce-error li:before {
    margin-left: -30px;
  }
}
.woocommerce-NoticeGroup-checkout .woocommerce-error {
  background: var(--color-white);
}
.woocommerce-NoticeGroup-checkout .woocommerce-error li {
  margin-bottom: 6px;
}
.woocommerce-NoticeGroup-checkout .woocommerce-error li:last-child {
  margin-bottom: var(--gutters-small);
}
.woocommerce-form-coupon-toggle .woocommerce-info,
.woocommerce-form-login-toggle .woocommerce-info {
  margin-bottom: 30px;
}
.woocommerce-message:after,
.woocommerce-info:after,
.woocommerce-error li:after,
.woocommerce-noreviews:after,
p.no-comments:after {
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  height: calc(100% - 32px);
  width: 4px;
  transform: translateY(-50%);
  background-color: var(--color-light-1);
}
.woocommerce-message:after {
  background-color: #2cb8a5;
}
.woocommerce-info:after {
  background-color: #2cb8a5;
}
.woocommerce-error li:after {
  background-color: #ffa962;
}
.woocommerce-noreviews:after {
  background-color: #ea258b;
}
p.no-comments:after {
  background-color: #ea258b;
}
.woocommerce-error li:before {
  font-family: "Font Awesome 6 Free", sans-serif;
  content: "\f071";
  font-weight: 900;
  font-size: 18px;
  color: #ffa962;
  padding-right: 10px;
}
.woocommerce-MyAccount-content .woocommerce-Message a,
.woocommerce-MyAccount-content .woocommerce-message a,
.return-to-shop a.wc-backward,
.woocommerce-notices-wrapper a.wc-forward {
  background-color: var(--color-primary);
  color: var(--color-white);
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  padding: 16px 24px;
  margin-left: 15px;
  line-height: 1;
}
.woocommerce-message a.restore-item {
  color: var(--color-dark-2);
}
.woocommerce-message a.restore-item:hover {
  color: var(--color-primary);
}
.return-to-shop a.wc-backward {
  margin-left: 0;
}
.woocommerce-MyAccount-content .woocommerce-Message a:hover,
.woocommerce-MyAccount-content .woocommerce-message a:hover,
.return-to-shop a.wc-backward:hover,
.woocommerce-notices-wrapper a.wc-forward:hover {
  background-color: var(--color-dark-2);
}
.cart-empty.woocommerce-info:before,
.woocommerce-MyAccount-content .woocommerce-Message:before,
.woocommerce-message::before {
  font-family: "Font Awesome 6 Free", sans-serif;
  content: "\f07a";
  font-weight: 900;
  font-size: 20px;
  color: var(--color-green);
  padding-right: 10px;
}
.woocommerce-MyAccount-content .woocommerce-Message:before {
  content: "\f218";
}
.cart-empty.woocommerce-info:before {
  content: "\f05a";
  color: #2cb8a5;
}
.productsQuickView .modal-dialog {
  max-width: 960px;
}
.productsQuickView .modal-content {
  max-height: 600px;
  padding: 40px;
  border-radius: 0;
}
.productsQuickView button.close.quickview {
  padding: 0;
  background: transparent;
  color: var(--color-dark-3);
  position: absolute;
  top: 15px;
  right: 15px;
  left: auto;
  outline: 0;
  border: 0;
  line-height: 1;
  text-align: right;
  font-size: 18px;
  z-index: 2;
}
.productsQuickView button.close.quickview:hover {
  color: var(--color-primary);
}
.modal-backdrop {
  background-color: var(--color-dark-1);
}
.modal-backdrop.show {
  opacity: .75;
}
.woocommerce-product-rating {
  display: flex;
}
.woocommerce-product-rating .star-rating {
  margin-right: 8px;
}
.product-star-rating i {
  color: #dddddd;
  font-size: 14px;
  letter-spacing: -2.5px;
}
.single-product .woocommerce-product-gallery__image .wp-post-image {
  width: 100%;
}
.mou-quickview-modal .entry-summary {
  margin-left: 16px;
}
.product-section-wrapper .entry-summary {
  margin-left: 76px;
}
.single-product .product_title.entry-title {
  margin-bottom: 10px;
}
.mou-sales-end-date {
  background: #f3226c;
  padding: 4px 8px;
  font-weight: normal;
  color: var(--color-white);
  border-radius: 6px;
  font-size: 12px;
  line-height: 1.25;
  display: inline-block;
  background: linear-gradient(-45deg, #f3226c, #ff3d77, #338aff, #3cf0c5);
  background-size: 500%;
  -webkit-animation: anime 16s linear infinite;
  animation: anime 16s linear infinite;
}
@-webkit-keyframes anime {
  0% {background-position: 0 50%;}
  50% {background-position: 100% 50%;}
  100% {background-position: 0 50%;}
}
@keyframes anime {
  0% {background-position: 0 50%;}
  50% {background-position: 100% 50%;}
  100% {background-position: 0 50%;}
}
.entry-summary .stock.available-on-backorder,
.entry-summary .stock.out-of-stock,
.entry-summary .stock.in-stock {
  margin-top: 15px;
  display: inline-block;
  padding: 2px 12px;
  background: var(--color-light-1);
  font-size: 13px;
  border-radius: 4px;
}
.product_meta .posted_in,
.product_meta .tagged_as,
.product_meta .sku_wrapper {
  color: var(--color-dark-2);
}
.product_meta .posted_in {
  margin-bottom: 10px;
}
.product_meta .posted_in a:hover {
  color: var(--color-primary);
}
.product_meta .sku_wrapper .sku {
  color: var(--color-dark-3);
}
.woocommerce .cross-sells,
.woocommerce .up-sells,
.woocommerce .related {
  max-width: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  display: block;
  clear: both;
  position: relative;
  overflow: hidden;
}
.woocommerce .related.products,
.woocommerce .cross-sells,
.woocommerce .cross-sells.products,
.woocommerce .up-sells.products {
  width: auto;
  max-width: none;
  margin: var(--gutters-large) 0 0;
}
.woocommerce .cross-sells > h2,
.woocommerce .up-sells > h2,
.woocommerce .related > h2,
.yith-wfbt-section > h3 {
  margin-bottom: 30px;
  position: relative;
}
.woocommerce-MyAccount-navigation {
  padding-right: 25px;
}
.woocommerce-MyAccount-navigation ul li {
  border: 2px solid transparent;
  padding: 0 20px 0 46px;
  position: relative;
  transition: .5s;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard:before,
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders:before,
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--subscriptions:before,
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads:before,
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address:before,
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account:before,
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout:before {
  content: "\f303";
  font-family: "Font Awesome 6 Free", sans-serif;
  font: var(--fa-font-solid);
  font-size: 18px;
  color: var(--color-primary-alpha-50);
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard:before {
  content: "\f233";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders:before {
  content: "\f217";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--subscriptions:before {
  content: "\f3d1";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads:before {
  content: "\f0ed";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address:before {
  content: "\f2b9";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account:before {
  content: "\f31c";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout:before {
  content: "\f2f5";
}
.woocommerce-MyAccount-navigation-link.is-active {
  border: 2px solid var(--color-primary-alpha-10);
  transition: .5s;
}
.woocommerce-MyAccount-navigation ul li a {
  line-height: 1.5;
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--color-dark-2);
  text-decoration: none;
}
.woocommerce-MyAccount-navigation-link.is-active a,
.woocommerce-MyAccount-navigation ul li a:hover {
  color: var(--color-primary);
}
.woocommerce-MyAccount-navigation-link.is-active a {
  padding: 15px 0;
}
.woocommerce-MyAccount-content .greeting {
  margin-bottom: 40px;
  font-weight: 400;
  color: var(--color-dark-2);
}
.woocommerce-MyAccount-content .greeting span {
  font-size: 16px;
  font-family: var(--font-primary);
}
.woocommerce-MyAccount-content .greeting a {
  color: var(--color-dark-2);
}
.woocommerce-MyAccount-content .greeting a:hover {
  color: var(--color-primary);
}
.woocommerce-MyAccount-content p {
  display: block;
  margin: 15px 0;
}
.woocommerce-MyAccount-content form p {
  margin: 0;
}
.woocommerce-MyAccount-content form p button {
  margin-top: 15px;
}
.woocommerce-MyAccount-content .woocommerce_account_subscriptions p {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 15px;
}
.woocommerce-account .u-columns {
  margin: 0 -12px;
  display: flex;
  justify-content: center;
}
.woocommerce-edit-address .woocommerce-Address {
  flex: 1 1 50%;
  margin: 0 12px;
  padding: 30px;
  background-color: var(--color-light-1);
}
.woocommerce-Address address {
  margin-bottom: 0;
  margin-top: 10px;
}
.woocommerce-edit-address .woocommerce-Address .woocommerce-Address-title {
  position: relative;
}
.woocommerce-edit-address .woocommerce-Address .woocommerce-Address-title > a {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: var(--color-white);
  border-radius: 50%;
}
.woocommerce-edit-address .woocommerce-Address .woocommerce-Address-title > a:hover {
  background-color: var(--color-dark-2);
  color: var(--color-white);
}
.woocommerce-edit-address .woocommerce-Address .woocommerce-Address-title > a::before {
  content: "\f303";
  font-family: "Font Awesome 6 Free", sans-serif;
  font: var(--fa-font-solid);
  font-size: 18px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.woocommerce-EditAccountForm.edit-account {
  background-color: var(--color-light-1);
  border: 1px dashed var(--color-dark-4);
  padding: 30px;
}
.woocommerce-EditAccountForm.edit-account legend {
  color: var(--color-dark-2);
}
.checkout.woocommerce-checkout .col-1,
.checkout.woocommerce-checkout .col-2 {
  width: 100%;
}
/* Mou WooCommerce CSS end */
/**
 * Shop tables
 */
/*Reset CSS*/
table.shop_table_responsive thead {
  display: none;
}
table.shop_table_responsive tbody th {
  display: none;
}
table.shop_table_responsive tr td {
  display: block;
  text-align: right;
  clear: both;
}
table.shop_table_responsive tr.cart-subtotal {
  text-align: left;
}
table.shop_table_responsive tr td::before {
  content: attr(data-title) ": ";
  float: left;
}
table.shop_table_responsive tr td.product-remove a {
  text-align: left;
}
table.shop_table_responsive tr td.product-remove::before {
  display: none;
}
table.shop_table_responsive tr td.actions::before,
table.shop_table_responsive tr td.download-actions::before {
  display: none;
}
table.shop_table_responsive tr td.download-actions .button {
  display: block;
  text-align: center;
}
@media screen and (min-width: 48em) {
  table.shop_table_responsive thead {
    display: table-header-group;
  }
  table.shop_table_responsive tbody th {
    display: table-cell;
  }
  table.shop_table_responsive tr th,
  table.shop_table_responsive tr td {
    text-align: left;
  }
  table.shop_table_responsive tr td {
    display: table-cell;
  }
  table.shop_table_responsive tr td::before {
    display: none;
  }
}
/**
 * Products
 */
ul.products {
  margin: 0;
  padding: 0;
}
ul.products li.product {
  list-style: none;
  position: relative;
  margin-bottom: 2em;
}
ul.products li.product img {
  display: block;
  width: 100%;
}
ul.products li.product .button {
  display: block;
}
@media screen and (min-width: 48em) {
  ul.products li.product {
    width: 30.79667%;
    float: left;
    margin-right: 3.8%;
  }
  ul.products li.product.first {
    clear: both;
  }
  ul.products li.product.last {
    margin-right: 0;
  }
  ul.products.columns-1 li.product {
    float: none;
    width: 100%;
  }
  ul.products.columns-2 li.product {
    width: 48.1%;
  }
  ul.products.columns-3 li.product {
    width: 30.79667%;
  }
  ul.products.columns-4 li.product {
    width: 22.15%;
  }
  ul.products.columns-5 li.product {
    width: 16.96%;
  }
  ul.products.columns-6 li.product {
    width: 13.49333%;
  }
}
/**
 * Single product
 */
.single-product div.product {
  position: relative;
}
.single-product div.product .woocommerce-product-gallery {
  position: relative;
  float: left;
  width: 100%;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 2em;
  right: 1em;
  display: block;
  z-index: 99;
}
.single-product div.product .woocommerce-product-gallery .flex-viewport {
  margin-bottom: 1em;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
  margin: 0;
  padding: 0;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
  list-style: none;
  cursor: pointer;
  float: left;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
  opacity: 0.5;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
  opacity: 1;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
  opacity: 1;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
  width: 48.1%;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
  margin-right: 0;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n+1) {
  clear: both;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
  width: 30.79667%;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
  margin-right: 0;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
  clear: both;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
  width: 22.15%;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
  margin-right: 0;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
  clear: both;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
  width: 16.96%;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
  margin-right: 0;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
  clear: both;
}
.stock:empty::before {
  display: none;
}
.stock.in-stock {
  color: var(--color-green);
}
.stock.out-of-stock {
  color: #f3226c;
}
/**
 * Checkout
 */
@media screen and (min-width: 768px) {
  .col2-set .form-row-first {
    float: left;
    margin-right: 3.8%;
  }
  .col2-set .form-row-last {
    float: right;
    margin-right: 0;
  }
  .col2-set .form-row-first,
  .col2-set .form-row-last {
    width: 48.1%;
  }
}
/**
 * General WooCommerce components
 */
/**
 * Header cart
 */
.site-header-cart {
  position: relative;
  margin: 0;
  padding: 0;
}
.site-header-cart .cart-contents {
  text-decoration: none;
}
.site-header-cart .widget_shopping_cart {
  display: none;
}
.site-header-cart .product_list_widget {
  margin: 0;
  padding: 0;
}
/**
 * Star rating
 */
.star-rating {
  overflow: hidden;
  position: relative;
  height: 1.618em;
  line-height: 1.618;
  width: 5.3em;
  font-family: star;
  font-weight: 400;
}
.star-rating::before {
  content: "\53\53\53\53\53";
  opacity: 0.25;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.star-rating span::before {
  content: "\53\53\53\53\53";
  top: 0;
  position: absolute;
  left: 0;
  color: var(--color-green);
}
p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
  margin-right: 1px;
  font-weight: 400;
}
p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: star;
  content: "\53";
  color: var(--color-dark-3);
  text-indent: 0;
  opacity: 0.25;
}
p.stars a:hover ~ a::before {
  content: "\53";
  color: var(--color-dark-3);
  opacity: 0.25;
}
p.stars:hover a::before {
  content: "\53";
  color: var(--color-green);
  opacity: 1;
}
p.stars.selected a.active::before {
  content: "\53";
  color: var(--color-green);
  opacity: 1;
}
p.stars.selected a.active ~ a::before {
  content: "\53";
  color: var(--color-dark-3);
  opacity: 0.25;
}
p.stars.selected a:not(.active)::before {
  content: "\53";
  color: var(--color-green);
  opacity: 1;
}
/**
 * Tabs
 */
.woocommerce-tabs.wc-tabs-wrapper {
  margin-top: var(--gutters-large);
}
.woocommerce-tabs ul.tabs {
  display: flex;
  border-bottom: 1px solid #dee2e6;
  margin-bottom: var(--gutters-small);
}
.woocommerce-tabs ul.tabs li {
  display: block;
  margin: 0;
  position: relative;
}
.woocommerce-tabs ul.tabs li a {
  padding: 8px 16px;
  display: block;
  color: var(--color-dark-2);
  margin-bottom: -1px;
  background: 0 0;
  border: 1px solid transparent;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.woocommerce-tabs ul.tabs li.active a {
  color: var(--color-primary);
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.woocommerce-tabs ul.tabs li a:hover {
  color: var(--color-primary);
  border-color: #dee2e6;
}
.woocommerce-tabs ul.tabs li.active a:hover {
  border-color: #dee2e6 #dee2e6 #fff;
}
/**
 * Password strength meter
 */
.woocommerce-password-strength {
  text-align: right;
}
.woocommerce-password-strength.strong {
  color: #0f834d;
}
.woocommerce-password-strength.short {
  color: #e2401c;
}
.woocommerce-password-strength.bad {
  color: #e2401c;
}
.woocommerce-password-strength.good {
  color: #2cb8a5;
}
/**
 * Forms
 */
.form-row.woocommerce-validated input.input-text {
  box-shadow: inset 2px 0 0 #0f834d;
}
.form-row.woocommerce-invalid input.input-text {
  box-shadow: inset 2px 0 0 #e2401c;
}
.required {
  color: #f00;
}
/**
 * Notices
 */
.woocommerce-MyAccount-content .woocommerce-message,
.woocommerce-MyAccount-content .woocommerce-Message,
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
  background-color: var(--color-light-1);
  clear: both;
}
@media screen and (max-width: 767px) {
  .woocommerce-cart .woocommerce-message {
    background-color: var(--color-white);
  }
}
.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
  background-color: var(--color-primary);
}
.woocommerce-info {
  background-color: var(--color-white);
}
.woocommerce-info.woocommerce-no-products-found {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
  font-size: var(--font-size-medium);
  color: var(--color-dark-4);
  padding: 150px 15px 0;
  border: none;
}
.woocommerce-info.woocommerce-no-products-found::before {
  font-size: 56px !important;
  color: var(--color-primary);
  content: "\f291";
  font-family: "Font Awesome 6 Free", sans-serif;
  font: var(--fa-font-solid);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  width: 120px;
  height: 120px;
  line-height: 120px;
  border: 2px dotted var(--color-primary-alpha-25);
  background: var(--color-primary-alpha-10);
  border-radius: 50%;
}
.woocommerce-info.woocommerce-no-products-found::after {
  display: none;
}
.woocommerce-Reviews .woocommerce-noreviews {
  color: var(--color-white);
  margin-top: -15px;
  border: 0;
}
.woocommerce-Reviews .woocommerce-noreviews:after {
  display: none;
}
.demo_store {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 1em;
  background-color: var(--color-primary);
  z-index: 9999;
}
@media screen and (min-width: 48em) {
  /**
   * Header cart
   */
  .site-header-cart .widget_shopping_cart {
    position: absolute;
    top: 100%;
    width: 360px;
    z-index: 999999;
    left: -999em;
    display: block;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  }
  .site-header-cart:hover .widget_shopping_cart,
  .site-header-cart.focus .widget_shopping_cart {
    left: auto;
    right: 0;
    display: block;
  }
}
/**
 * WooCommerce widgets
 */
/**
 * WooCommerce Price Filter
 */
.widget_price_filter .price_slider {
  margin-bottom: 1.5em;
}
.widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4;
}
.widget_price_filter .price_slider_amount .button {
  float: left;
}
.widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
}
.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1em;
  height: 1em;
  cursor: ew-resize;
  outline: none;
  background: var(--color-primary);
  box-sizing: border-box;
  margin-top: -0.25em;
  opacity: 1;
}
.widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-left: -1em;
}
.widget_price_filter .ui-slider .ui-slider-handle:hover,
.widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
  box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
}
.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  border: 0;
  background: var(--color-primary);
}
.widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: rgba(0, 0, 0, 0.1);
}
.widget_price_filter .ui-slider-horizontal {
  height: 0.5em;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  height: 100%;
}
.wc-block-components-price-slider__controls .wc-block-components-price-slider__amount,
.wc-block-stock-filter .wc-block-components-checkbox label,
.wc-block-attribute-filter .wc-block-components-checkbox label {
  font-size: var(--font-size-small);
}
/*Reset CSS end*/
.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
  font-size: var(--font-size-medium);
  margin-bottom: 30px;
}
.woocommerce-MyAccount-content .woocommerce-customer-details,
.woocommerce-MyAccount-content .woocommerce-order-total,
.woocommerce-MyAccount-content .woocommerce-order-details,
.woocommerce-order .woocommerce-customer-details,
.woocommerce-order .woocommerce-order-total,
.woocommerce-order .woocommerce-order-details,
.woocommerce-order .woocommerce-order-overview {
  border: 1px dashed var(--color-gray);
  padding: 30px;
  margin-bottom: 30px;
}
.woocommerce-order .woocommerce-customer-details {
  margin-bottom: 0;
}
.woocommerce-column__title,
.woocommerce-order-total__title,
.woocommerce-order-details__title {
  font-family: var(--font-primary);
  font-size: var(--font-size-large);
}
.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
  display: flex;
  margin-bottom: 30px;
}
.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li {
  display: flex;
  flex-direction: column;
  margin-right: 50px;
}
.woocommerce-thankyou-order-details ~ p {
  margin-bottom: var(--gutters-xsmall);
}
.woocommerce-table__line-item.order_item .woocommerce-order-details__item {
  display: flex;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
}
.woocommerce-table__line-item.order_item:last-of-type .woocommerce-order-details__item {
  border: 0;
}
.woocommerce-order-details__item .product-image img,
.woocommerce-order-details__item .product-image {
  flex-shrink: 0;
  margin-right: 15px;
  max-width: 100px;
  border: 0;
}
.woocommerce-order-details__item .product-content {
  text-align: left;
}
.woocommerce-order-details__item .product-content strong {
  font-weight: normal;
}
.woocommerce-order-details__item .product-content a {
  color: var(--color-dark-2);
}
.woocommerce-order-details__item .product-content a:hover {
  color: var(--color-primary);
}
.woocommerce-table--order-details tbody tr td {
  text-align: right;
  line-height: 1.5;
}
.product-content .wc-item-meta {
  margin-top: 8px;
}
.product-content .wc-item-meta li {
  display: flex;
}
.product-content .wc-item-meta p {
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 8px;
  color: var(--color-dark-2);
}
.woocommerce-column.woocommerce-column--2.woocommerce-column--shipping-address.col-2,
.woocommerce-column.woocommerce-column--1.woocommerce-column--billing-address.col-1 {
  width: 100%;
}
.woocommerce-column.woocommerce-column--2.woocommerce-column--shipping-address.col-2 {
  margin-top: 30px;
}
.woocommerce-customer-details--email,
.woocommerce-customer-details--phone {
  margin-top: 8px;
  position: relative;
  padding-left: 20px;
}
.woocommerce-customer-details--email:before,
.woocommerce-customer-details--phone:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  font-size: 14px;
  color: var(--color-primary);
  content: "";
  font-family: "Font Awesome 6 Free", sans-serif;
  font: var(--fa-font-solid);
  padding-right: 8px;
}
.woocommerce-customer-details--phone:before {
  content: "\f2a0";
}
.woocommerce-customer-details--email:before {
  content: "\f658";
}
.woocommerce-address-fields__field-wrapper {
  background-color: var(--color-light-1);
  border: 1px dashed var(--color-dark-4);
  padding: 30px 30px 15px;
  margin-top: var(--gutters-xsmall);
}
.woocommerce-order-downloads__title,
.woocommerce-Address-title.title h3,
.woocommerce-MyAccount-content form h3 {
  font-family: var(--font-primary);
}
.woocommerce-MyAccount-content > p mark {
  background: var(--color-primary-alpha-10);
  color: var(--color-primary);
}
.woocommerce-MyAccount-content .woocommerce-pagination {
  margin-top: var(--gutters-xsmall);
  display: flex;
  justify-content: space-between;
}
.woocommerce-MyAccount-content .woocommerce-pagination .woocommerce-button--previous,
.woocommerce-MyAccount-content .woocommerce-pagination .woocommerce-button--next {
  background: var(--color-light-1);
  color: var(--color-dark-3);
  padding: 6px 15px;
  font-size: 13px;
}
.woocommerce-MyAccount-content .woocommerce-pagination .woocommerce-button--previous:hover,
.woocommerce-MyAccount-content .woocommerce-pagination .woocommerce-button--next:hover {
  background: var(--color-dark-2);
  color: var(--color-white);
}
.mou__add_to_wishlist_btn .mou__add_to_wishlist_btn-label,
.add_to_wishlist.single_add_to_wishlist .mou__add_to_wishlist_btn-label {
  display: none;
}
.yith-wcwl-wishlistexistsbrowse .mou__add_to_wishlist_btn {
  position: relative;
}
.yith-wcwl-wishlistaddedbrowse .mou__add_to_wishlist_btn,
.yith-wcwl-wishlistexistsbrowse .mou__add_to_wishlist_btn i {
  color: #f3226c;
}
.yith-wcwl-wishlistexistsbrowse .mou__add_to_wishlist_btn:hover {
  background: #f3226c;
}
.yith-wcwl-wishlistexistsbrowse .mou__add_to_wishlist_btn:hover i {
  color: var(--color-white);
}
.single-wishlist .yith-wcwl-wishlistexistsbrowse .mou__add_to_wishlist_btn:hover {
  background: transparent;
}
.single-wishlist .yith-wcwl-wishlistexistsbrowse .mou__add_to_wishlist_btn:hover i {
  color: #f3226c;
}
.woocommerce .product a.added_to_cart {
  display: none !important;
}
/* WooCommerce Message */
body #mou-ajax-add-to-cart-message {
  position: fixed;
  bottom: 24px;
  width: 900px;
  max-width: 100%;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  text-align: center;
  left: 50%;
  transform: translate(-50%, 100%);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.35);
  z-index: 9999;
  background: var(--color-white);
  padding: 30px;
  box-shadow: 0 0 16px 0 var(--color-dark-alpha-10);
}
body #mou-ajax-add-to-cart-message.show {
  transform: translate(-50%, 0);
  opacity: 1;
  visibility: visible;
  display: block;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.35);
}
body #mou-ajax-add-to-cart-message:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  width: 100%;
  background-color: #2cb8a5;
}
body #mou-ajax-add-to-cart-message.error:before {
  background-color: #ffa962;
}
body #mou-ajax-add-to-cart-message:not(.error) > span.error-message,
body #mou-ajax-add-to-cart-message.error > span.error-message .button,
body #mou-ajax-add-to-cart-message.error > span:not(.error-message) {
  display: none;
}
#mou-ajax-add-to-cart-message .error-message a {
  color: var(--color-primary);
  position: relative;
}
.single-product-btn:hover,
#mou-ajax-add-to-cart-message .error-message a:hover {
  color: var(--color-dark-2);
}
#mou-ajax-add-to-cart-message .error-message a:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: var(--color-dark-2);
  bottom: 0;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform .3s ease-in-out;
}
#mou-ajax-add-to-cart-message .error-message a:hover:before {
  transform-origin: left;
  background-color: var(--color-primary);
  transform: scaleX(1);
}
#mou-ajax-add-to-cart-message .added-message:before,
#mou-ajax-add-to-cart-message .error-message:before,
#mou-ajax-add-to-cart-message:before {
  font-family: "Font Awesome 6 Free", sans-serif;
  font: var(--fa-font-solid);
  content: "\f291";
  padding-right: 6px;
}
#mou-ajax-add-to-cart-message .added-message:before {
  content: "\f07a";
  color: #2cb8a5;
}
#mou-ajax-add-to-cart-message.info:before {
  content: "\f05a";
  color: #2cb8a5;
}
#mou-ajax-add-to-cart-message .error-message:before {
  content: "\f071";
  color: #ffa962;
}
h2.wc-block-mini-cart__title {
  margin: 40px 25px 0;
}
.wc-block-mini-cart__items {
  padding: 16px 25px 0;
}
.wc-block-mini-cart__footer {
  padding: 24px 25px;
}
.wc-block-components-totals-item__label {
  color: var(--color-dark-2);
}
.wc-block-components-totals-item__value {
  color: var(--color-primary);
}
.wc-block-components-button:not(.is-link):focus {
  box-shadow: none;
  outline: 0;
}
.components-button.wc-block-components-button.wc-block-mini-cart__footer-cart.outlined,
.components-button.wc-block-components-button.wc-block-mini-cart__footer-checkout.contained {
  background-color: var(--color-dark-2);
  font-weight: normal;
  text-transform: uppercase;
  font-size: 14px;
}
.components-button.wc-block-components-button.wc-block-mini-cart__footer-cart.outlined {
  background-color: var(--color-light-1);
  border-color: var(--color-dark-2);
  color: var(--color-dark-2);
}
.components-button.wc-block-components-button.wc-block-mini-cart__footer-cart.outlined:hover,
.components-button.wc-block-components-button.wc-block-mini-cart__footer-checkout.contained:hover {
  background-color: var(--color-primary);
  color: var(--color-white);
  opacity: 1;
}
.wc-block-mini-cart.wp-block-woocommerce-mini-cart.hide {
  display: none;
}
.wc-block-components-product-image {
  border: 2px solid var(--color-dark-3);
}
.wc-block-components-product-name {
  color: var(--color-dark-2);
}
.wc-block-components-product-name:hover {
  color: var(--color-primary);
}
.wc-block-components-drawer .components-modal__header .components-button svg {
  fill: var(--color-primary);
}
.wc-block-components-drawer .components-modal__header .components-button svg:hover {
  fill: var(--color-dark-2);
}
.wc-block-components-quantity-selector::after {
  border: 1px solid var(--color-dark-3);
  border-radius: 0;
}
.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover,
.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input:hover {
  color: var(--color-dark-2);
}
.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus,
.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input:focus {
  box-shadow: none;
}
.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
  font-weight: normal;
  color: var(--color-dark-2);
}
.wc-block-components-drawer__screen-overlay {
  background-color: var(--color-dark-alpha-75);
}
.wc-block-cart-item__total .wc-block-components-product-price__value {
  color: var(--color-dark-2);
}
.wc-block-mini-cart__empty-cart-wrapper p,
.wc-block-mini-cart__empty-cart-wrapper p strong {
  font-weight: normal;
  color: var(--color-dark-3);
}
.wc-block-mini-cart__empty-cart-wrapper .wc-block-mini-cart__shopping-button {
  margin-top: 25px;
}
.wc-block-mini-cart__empty-cart-wrapper .wc-block-mini-cart__shopping-button a {
  font-weight: normal;
  color: var(--color-white);
  border-color: var(--color-primary);
  background-color: var(--color-primary);
}
.wc-block-mini-cart__empty-cart-wrapper .wc-block-mini-cart__shopping-button a:hover {
  font-weight: normal;
  border-color: var(--color-dark-2);
  background-color: var(--color-dark-2);
}
.woocommerce-column--shipping-address address {
  margin-bottom: 0;
}
.max-550 {
  width: 100%;
  max-width: 550px;
}
.woocommerce-Reviews .children .comment {
  margin-top: 30px;
}
.woocommerce-table--order-details.order_details.order_total tbody tr {
  line-height: 1.5;
}
.woocommerce-review__published-date {
  font-size: 13px;
}
@media screen and (max-width: 1400px) {
  .comment-text p {
    font-size: 14px;
    line-height: 1.5;
  }
  .woocommerce-review__published-date {
    font-size: 12px;
  }
}
@media screen and (max-width: 1199px) {
  .product-section-wrapper .entry-summary {
    margin-left: var(--gutters-xsmall);
  }
  .single-product.woocommerce-page .related.products .product {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 991px) {
  .woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    display: block;
  }
  .woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li {
    margin-bottom: 25px;
  }
  .woocommerce-MyAccount-orders.my_account_orders.account-orders-table {
    margin-top: var(--gutters-small);
  }
  .woocommerce-EditAccountForm.edit-account {
    margin-top: var(--gutters-small);
  }
  .woocommerce-MyAccount-content form {
    margin-top: var(--gutters-small);
  }
  .product-section-wrapper .entry-summary {
    margin-left: 0;
  }
  .product-details__short-description {
    font-size: 14px;
  }
  .single_add_to_cart_button.button.alt.wp-element-button {
    font-size: 14px;
    padding-left: 18px;
    padding-right: 18px;
  }
  .woocommerce-tabs.wc-tabs-wrapper {
    margin-top: var(--gutters-medium);
  }
  .woocommerce .related.products, .woocommerce .cross-sells, .woocommerce .cross-sells.products, .woocommerce .up-sells.products {
    margin: var(--gutters-medium) 0 0;
  }
  .woocommerce-Reviews .comment_container .avatar {
    max-width: 70px;
  }
  .bypostauthor .comment-text .woocommerce-review__author::before {
    top: -8px;
    left: -35px;
  }
  .single-product.woocommerce-page .related.products .product {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .woocommerce-table--order-downloads.shop_table.order_details tr td::before {
    min-width: 200px;
  }
  .woocommerce-MyAccount-orders.my_account_orders.account-orders-table .woocommerce-orders-table__row {
    border: 2px solid var(--color-light-1);
    padding: 15px;
    display: block;
    margin-bottom: 24px;
  }
  .woocommerce-MyAccount-orders.my_account_orders.account-orders-table .woocommerce-orders-table__row:last-child {
    margin-bottom: 0;
  }
  .woocommerce-MyAccount-orders.my_account_orders.account-orders-table tr td::before {
    margin-right: 8px;
    font-weight: 500;
  }
  .woocommerce-MyAccount-content .u-columns.woocommerce-Addresses.col2-set.addresses {
    display: block;
    margin: 0 0 0 -12px;
    width: 100%;
  }
  .woocommerce-edit-address .woocommerce-Address {
    display: block;
    width: 100%;
    margin-bottom: 24px;
  }
  .woocommerce-edit-address .woocommerce-Address:last-child {
    margin-bottom: 0;
  }
  #review_form_wrapper {
    margin-top: var(--gutters-small);
  }
  .bypostauthor .comment-text .woocommerce-review__author::before {
    left: -30px;
  }
  .woocommerce-Reviews .comment_container .comment-text {
    width: calc(100% - 90px);
  }
  .mou-quickview-modal .entry-summary {
    margin-left: 0;
  }
  .woocommerce-Reviews .woocommerce-noreviews {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 575px) {
  .woocommerce-table--order-downloads.shop_table_responsive.order_details tr td {
    flex-direction: column;
  }
  .woocommerce-table--order-downloads.shop_table.order_details tr td::before {
    margin-bottom: 5px;
    font-weight: 500;
  }
  .woocommerce-table.woocommerce-table--order-downloads .download-file a,
  td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a {
    background: transparent;
    color: var(--color-dark-2);
    padding: 0;
    letter-spacing: 0;
    margin-left: 0;
  }
  .woocommerce-table.woocommerce-table--order-downloads .download-file a:hover,
  td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a:hover {
    background: transparent;
    color: var(--color-primary);
    text-decoration: underline;
  }
  .woocommerce .cross-sells > h2, .woocommerce .up-sells > h2, .woocommerce .related > h2, .yith-wfbt-section > h3 {
    font-size: 30px;
  }
  .mou-quickview-modal .entry-summary .product_title a {
    font-size: 24px;
  }
}
@media screen and (max-width: 480px) {
  .woocommerce-tabs ul.tabs {
    flex-direction: column;
    border: 0;
  }
  .woocommerce-tabs ul.tabs li a {
    border: 0;
    border-radius: 0;
    border-left: 4px solid var(--color-gray);
    transition: all .3s;
    background: var(--color-light-1);
    margin: 2px 0;
  }
  .woocommerce-tabs ul.tabs li.active a {
    border: 0;
    border-left: 4px solid var(--color-primary);
    background: var(--color-primary-alpha-10);
  }
  .woocommerce-tabs ul.tabs li.active a:hover {
    border-left: 4px solid var(--color-primary-alpha-50);
  }
  .woocommerce-tabs ul.tabs li a:hover {
    border: 0;
    border-left: 4px solid var(--color-primary);
  }
  .woocommerce-Reviews .comment_container .avatar {
    max-width: 50px;
  }
  .woocommerce-Reviews .comment_container .comment-text {
    width: calc(100% - 65px);
  }
  .bypostauthor .comment-text .woocommerce-review__author::before {
    left: -25px;
  }
  .comment-form .form-submit input {
    padding: 12px 30px;
  }
  .productsQuickView .modal-content {
    padding: 30px;
  }
  .single_add_to_cart_button.button.alt.wp-element-button {
    padding-left: 15px;
    padding-right: 15px;
    letter-spacing: 0;
    margin-right: 15px;
  }
  .product-button-wrapper .quantity {
    margin-right: 15px;
  }
  .single-product.woocommerce-page .related.products .product {
    width: 100%;
  }
}
@media screen and (max-width: 375px) {
  .woocommerce-grouped-product-list-item__label {
    max-width: 140px;
  }
}
@media screen and (max-width: 360px) {
  .woocommerce-column__title, .woocommerce-order-total__title, .woocommerce-order-details__title {
    font-size: var(--font-size-large) !important;
  }
}