.flex-container, .single-product .woocommerce-notices-wrapper {
  width: 100%;
  max-width: 1240px;
  display: flex;
  margin: auto;
  padding: 0 15px;
}
@media only screen and (max-width: 768px) {
  .flex-container, .single-product .woocommerce-notices-wrapper {
    padding: 0 10px;
  }
}
.flex-container.row, .single-product .row.woocommerce-notices-wrapper {
  flex-direction: row;
}
.flex-container.column, .single-product .column.woocommerce-notices-wrapper {
  flex-direction: column;
}
.flex-container.h-center, .single-product .h-center.woocommerce-notices-wrapper {
  justify-content: center;
}
.flex-container.v-center, .single-product .v-center.woocommerce-notices-wrapper {
  align-items: center;
}

.hub-button, .single-product .up-sells .products div.product .button,
.single-product .related .products div.product .button,
.single-product .best-sellers .products div.product .button,
.single-product .included-products .products div.product .button, .modal-sale-aggregate .content .products div.product .button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  height: 40px;
  min-width: 150px;
  max-width: 455px;
  overflow: hidden;
  border-radius: 4px;
  border: none;
  padding: 10px 25px;
  cursor: pointer;
  text-decoration: none;
  color: #ffffff;
  opacity: 1;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.hub-button.disabled, .single-product .up-sells .products div.product .disabled.button,
.single-product .related .products div.product .disabled.button,
.single-product .best-sellers .products div.product .disabled.button,
.single-product .included-products .products div.product .disabled.button, .modal-sale-aggregate .content .products div.product .disabled.button, .hub-button[disabled], .single-product .up-sells .products div.product [disabled].button,
.single-product .related .products div.product [disabled].button,
.single-product .best-sellers .products div.product [disabled].button,
.single-product .included-products .products div.product [disabled].button, .modal-sale-aggregate .content .products div.product [disabled].button, .hub-button[disabled="disabled"], .single-product .up-sells .products div.product [disabled="disabled"].button,
.single-product .related .products div.product [disabled="disabled"].button,
.single-product .best-sellers .products div.product [disabled="disabled"].button,
.single-product .included-products .products div.product [disabled="disabled"].button, .modal-sale-aggregate .content .products div.product [disabled="disabled"].button {
  opacity: 0.7;
  cursor: not-allowed;
}
.hub-button .hub-button__label, .single-product .up-sells .products div.product .button .hub-button__label,
.single-product .related .products div.product .button .hub-button__label,
.single-product .best-sellers .products div.product .button .hub-button__label,
.single-product .included-products .products div.product .button .hub-button__label, .modal-sale-aggregate .content .products div.product .button .hub-button__label {
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 0.8rem;
  color: #ffffff;
}
.hub-button:hover, .single-product .up-sells .products div.product .button:hover,
.single-product .related .products div.product .button:hover,
.single-product .best-sellers .products div.product .button:hover,
.single-product .included-products .products div.product .button:hover, .modal-sale-aggregate .content .products div.product .button:hover {
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.hub-button.small, .single-product .up-sells .products div.product .small.button,
.single-product .related .products div.product .small.button,
.single-product .best-sellers .products div.product .small.button,
.single-product .included-products .products div.product .small.button, .modal-sale-aggregate .content .products div.product .small.button {
  font-size: 0.7rem;
  padding: 10px 25px;
}
.hub-button.rounded, .single-product .up-sells .products div.product .rounded.button,
.single-product .related .products div.product .rounded.button,
.single-product .best-sellers .products div.product .rounded.button,
.single-product .included-products .products div.product .rounded.button, .modal-sale-aggregate .content .products div.product .rounded.button {
  border-radius: 100px;
}
.hub-button.blue, .single-product .up-sells .products div.product .blue.button,
.single-product .related .products div.product .blue.button,
.single-product .best-sellers .products div.product .blue.button,
.single-product .included-products .products div.product .blue.button, .modal-sale-aggregate .content .products div.product .button {
  background: #06a2dd;
}
.hub-button.blue:hover, .single-product .up-sells .products div.product .blue.button:hover,
.single-product .related .products div.product .blue.button:hover,
.single-product .best-sellers .products div.product .blue.button:hover,
.single-product .included-products .products div.product .blue.button:hover, .modal-sale-aggregate .content .products div.product .button:hover {
  background: #1dbdf9;
}
.hub-button.blue.outline, .single-product .up-sells .products div.product .blue.outline.button,
.single-product .related .products div.product .blue.outline.button,
.single-product .best-sellers .products div.product .blue.outline.button,
.single-product .included-products .products div.product .blue.outline.button, .modal-sale-aggregate .content .products div.product .outline.button {
  background: transparent;
  border: 1px solid #06a2dd;
  color: #06a2dd;
}
.hub-button.blue.outline:hover, .single-product .up-sells .products div.product .blue.outline.button:hover,
.single-product .related .products div.product .blue.outline.button:hover,
.single-product .best-sellers .products div.product .blue.outline.button:hover,
.single-product .included-products .products div.product .blue.outline.button:hover, .modal-sale-aggregate .content .products div.product .outline.button:hover {
  background: #06a2dd;
  color: #ffffff;
}
.hub-button.white, .single-product .up-sells .products div.product .white.button,
.single-product .related .products div.product .white.button,
.single-product .best-sellers .products div.product .white.button,
.single-product .included-products .products div.product .white.button, .modal-sale-aggregate .content .products div.product .white.button {
  background: #ffffff;
  color: #ffffff;
}
.hub-button.white .hub-button__label, .single-product .up-sells .products div.product .white.button .hub-button__label,
.single-product .related .products div.product .white.button .hub-button__label,
.single-product .best-sellers .products div.product .white.button .hub-button__label,
.single-product .included-products .products div.product .white.button .hub-button__label, .modal-sale-aggregate .content .products div.product .white.button .hub-button__label {
  color: #ffffff;
}
.hub-button.white:hover, .single-product .up-sells .products div.product .white.button:hover,
.single-product .related .products div.product .white.button:hover,
.single-product .best-sellers .products div.product .white.button:hover,
.single-product .included-products .products div.product .white.button:hover, .modal-sale-aggregate .content .products div.product .white.button:hover {
  background: #06a2dd;
  color: #ffffff !important;
}
.hub-button.white:hover .hub-button__label, .single-product .up-sells .products div.product .white.button:hover .hub-button__label,
.single-product .related .products div.product .white.button:hover .hub-button__label,
.single-product .best-sellers .products div.product .white.button:hover .hub-button__label,
.single-product .included-products .products div.product .white.button:hover .hub-button__label, .modal-sale-aggregate .content .products div.product .white.button:hover .hub-button__label {
  color: #ffffff;
}
.hub-button.white.outline, .single-product .up-sells .products div.product .white.outline.button,
.single-product .related .products div.product .white.outline.button,
.single-product .best-sellers .products div.product .white.outline.button,
.single-product .included-products .products div.product .white.outline.button, .modal-sale-aggregate .content .products div.product .white.outline.button {
  background: transparent;
  border: 1px solid #ffffff;
}
.hub-button.white.outline:hover, .single-product .up-sells .products div.product .white.outline.button:hover,
.single-product .related .products div.product .white.outline.button:hover,
.single-product .best-sellers .products div.product .white.outline.button:hover,
.single-product .included-products .products div.product .white.outline.button:hover, .modal-sale-aggregate .content .products div.product .white.outline.button:hover {
  background: rgba(255, 255, 255, 0.3);
}
.hub-button.big, .single-product .up-sells .products div.product .big.button,
.single-product .related .products div.product .big.button,
.single-product .best-sellers .products div.product .big.button,
.single-product .included-products .products div.product .big.button, .modal-sale-aggregate .content .products div.product .big.button {
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  padding: 0px 50px;
}
.hub-button.big .hub-button__label, .single-product .up-sells .products div.product .big.button .hub-button__label,
.single-product .related .products div.product .big.button .hub-button__label,
.single-product .best-sellers .products div.product .big.button .hub-button__label,
.single-product .included-products .products div.product .big.button .hub-button__label, .modal-sale-aggregate .content .products div.product .big.button .hub-button__label {
  font-size: 0.9rem;
}
.hub-button.orange, .single-product .up-sells .products div.product .button,
.single-product .related .products div.product .button,
.single-product .best-sellers .products div.product .button,
.single-product .included-products .products div.product .button, .modal-sale-aggregate .content .products div.product .orange.button {
  background: #f59900;
  color: #ffffff;
}
.hub-button.orange:hover, .single-product .up-sells .products div.product .button:hover,
.single-product .related .products div.product .button:hover,
.single-product .best-sellers .products div.product .button:hover,
.single-product .included-products .products div.product .button:hover, .modal-sale-aggregate .content .products div.product .orange.button:hover {
  background: #ffaf29;
}
.hub-button.orange.outline, .single-product .up-sells .products div.product .outline.button,
.single-product .related .products div.product .outline.button,
.single-product .best-sellers .products div.product .outline.button,
.single-product .included-products .products div.product .outline.button, .modal-sale-aggregate .content .products div.product .orange.outline.button {
  border-color: #f59900;
}
.hub-button.orange.outline .hub-button__label, .single-product .up-sells .products div.product .outline.button .hub-button__label,
.single-product .related .products div.product .outline.button .hub-button__label,
.single-product .best-sellers .products div.product .outline.button .hub-button__label,
.single-product .included-products .products div.product .outline.button .hub-button__label, .modal-sale-aggregate .content .products div.product .orange.outline.button .hub-button__label {
  color: #f59900;
}
.hub-button.orange.outline:hover, .single-product .up-sells .products div.product .outline.button:hover,
.single-product .related .products div.product .outline.button:hover,
.single-product .best-sellers .products div.product .outline.button:hover,
.single-product .included-products .products div.product .outline.button:hover, .modal-sale-aggregate .content .products div.product .orange.outline.button:hover {
  background: #f59900;
}
.hub-button.orange.outline:hover .hub-button__label, .single-product .up-sells .products div.product .outline.button:hover .hub-button__label,
.single-product .related .products div.product .outline.button:hover .hub-button__label,
.single-product .best-sellers .products div.product .outline.button:hover .hub-button__label,
.single-product .included-products .products div.product .outline.button:hover .hub-button__label, .modal-sale-aggregate .content .products div.product .orange.outline.button:hover .hub-button__label {
  color: #ffffff;
}
.hub-button.green, .single-product .up-sells .products div.product .green.button,
.single-product .related .products div.product .green.button,
.single-product .best-sellers .products div.product .green.button,
.single-product .included-products .products div.product .green.button, .modal-sale-aggregate .content .products div.product .green.button {
  background: #99ca3c;
}
.hub-button.green:hover, .single-product .up-sells .products div.product .green.button:hover,
.single-product .related .products div.product .green.button:hover,
.single-product .best-sellers .products div.product .green.button:hover,
.single-product .included-products .products div.product .green.button:hover, .modal-sale-aggregate .content .products div.product .green.button:hover {
  background: #aed564;
}
.hub-button.green.outline, .single-product .up-sells .products div.product .green.outline.button,
.single-product .related .products div.product .green.outline.button,
.single-product .best-sellers .products div.product .green.outline.button,
.single-product .included-products .products div.product .green.outline.button, .modal-sale-aggregate .content .products div.product .green.outline.button {
  background: transparent;
  border: 1px solid #99ca3c;
  color: #99ca3c;
}
.hub-button.green.outline:hover, .single-product .up-sells .products div.product .green.outline.button:hover,
.single-product .related .products div.product .green.outline.button:hover,
.single-product .best-sellers .products div.product .green.outline.button:hover,
.single-product .included-products .products div.product .green.outline.button:hover, .modal-sale-aggregate .content .products div.product .green.outline.button:hover {
  background: #99ca3c;
  color: #ffffff;
}
.hub-button.dark, .single-product .up-sells .products div.product .dark.button,
.single-product .related .products div.product .dark.button,
.single-product .best-sellers .products div.product .dark.button,
.single-product .included-products .products div.product .dark.button, .modal-sale-aggregate .content .products div.product .dark.button {
  background: #515151;
}
.hub-button.dark:hover, .single-product .up-sells .products div.product .dark.button:hover,
.single-product .related .products div.product .dark.button:hover,
.single-product .best-sellers .products div.product .dark.button:hover,
.single-product .included-products .products div.product .dark.button:hover, .modal-sale-aggregate .content .products div.product .dark.button:hover {
  background: #6b6b6b;
}
.hub-button.dark.outline, .single-product .up-sells .products div.product .dark.outline.button,
.single-product .related .products div.product .dark.outline.button,
.single-product .best-sellers .products div.product .dark.outline.button,
.single-product .included-products .products div.product .dark.outline.button, .modal-sale-aggregate .content .products div.product .dark.outline.button {
  background: transparent;
  border: 1px solid #515151;
  color: #515151;
}
.hub-button.dark.outline:hover, .single-product .up-sells .products div.product .dark.outline.button:hover,
.single-product .related .products div.product .dark.outline.button:hover,
.single-product .best-sellers .products div.product .dark.outline.button:hover,
.single-product .included-products .products div.product .dark.outline.button:hover, .modal-sale-aggregate .content .products div.product .dark.outline.button:hover {
  background: #515151;
  color: #ffffff;
}
.hub-button .icon, .single-product .up-sells .products div.product .button .icon,
.single-product .related .products div.product .button .icon,
.single-product .best-sellers .products div.product .button .icon,
.single-product .included-products .products div.product .button .icon, .modal-sale-aggregate .content .products div.product .button .icon {
  margin-right: 5px;
}
.hub-button.outline, .single-product .up-sells .products div.product .outline.button,
.single-product .related .products div.product .outline.button,
.single-product .best-sellers .products div.product .outline.button,
.single-product .included-products .products div.product .outline.button, .modal-sale-aggregate .content .products div.product .outline.button {
  background: transparent;
  border: 1px solid #ffffff;
}

@media only screen and (min-width: 1025px) {
  body,
  html {
    overflow-x: initial;
    width: 100%;
    max-width: 100%;
  }
}
.woocommerce .single-product {
  opacity: 1 !important;
}

.flex-container, .single-product .woocommerce-notices-wrapper {
  max-width: 1440px;
}

.single-product .woocommerce-notices-wrapper .woocommerce-error,
.single-product .woocommerce-notices-wrapper .woocommerce-info,
.single-product .woocommerce-notices-wrapper .woocommerce-message {
  width: 100%;
}
.single-product .site-main > .product {
  padding: 20px 0 40px 0;
}
.single-product .site-main > .product > .flex-container, .single-product .site-main > .product > .woocommerce-notices-wrapper {
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .single-product .site-main > .product {
    padding: 10px 0;
  }
  .single-product .site-main > .product > .flex-container, .single-product .site-main > .product > .woocommerce-notices-wrapper {
    flex-direction: column;
  }
}
.single-product .site-main > .product .seal {
  overflow: hidden;
  display: inline-block;
  position: absolute;
  width: 180px;
  height: 180px;
  left: 0;
}
.single-product .site-main > .product .seal .onsale {
  width: 200px;
  border-radius: 0;
  transform: rotate(-45deg);
  top: -13px;
  left: -73px;
  padding: 40px 40px 10px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  line-height: 17px;
}
.single-product .site-main > .product .summary.entry-summary {
  font-family: "Rubik", sans-serif;
  color: #8d8d8d;
  max-width: 530px;
  width: 38%;
  float: left;
  margin-left: 10%;
  margin-bottom: 50px;
  max-width: 423px;
}
@media only screen and (max-width: 768px) {
  .single-product .site-main > .product .summary.entry-summary {
    width: 100%;
    margin: 0;
  }
}
.single-product .site-main > .product .summary.entry-summary .product_title {
  font-size: 1.2rem;
  font-weight: bold;
  color: #000000;
  width: 100%;
  margin: 0 0 15px 0;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  .single-product .site-main > .product .summary.entry-summary .product_title {
    font-size: 0.9rem;
  }
}
.single-product .site-main > .product .summary.entry-summary .woocommerce-product-details__short-description {
  line-height: 1.5;
  font-size: 0.8rem;
  color: #7b7b7b;
  margin: 0 0 10px 0;
}
@media only screen and (max-width: 768px) {
  .single-product .site-main > .product .summary.entry-summary .woocommerce-product-details__short-description {
    display: none;
  }
}
.single-product .site-main > .product .summary.entry-summary .woocommerce-product-details__short-description h2 {
  font-size: 0.8rem;
  display: none;
}
.single-product .site-main > .product .summary.entry-summary .woocommerce-product-details__short-description p {
  line-height: 1.5;
  font-size: 0.8rem;
}
.single-product .site-main > .product .summary.entry-summary .stock-available {
  color: #515151;
  font-size: 0.8rem;
  padding: 8px 0;
}
.single-product .site-main > .product .summary.entry-summary .stock-available strong {
  font-weight: bold;
}
.single-product .site-main > .product .summary.entry-summary .more-description {
  color: #06a2dd;
  font-size: 0.8rem;
  padding: 8px 0;
  text-decoration: none;
}
.single-product .site-main > .product .summary.entry-summary .netreviews-product-rating {
  padding: 8px 0;
  margin: 0 !important;
  color: #515151;
  font-size: 0.8rem;
  text-decoration: none;
}
.single-product .site-main > .product .summary.entry-summary .netreviews-product-rating .woocommerce-review-link {
  color: #515151;
  font-size: 0.8rem;
}
.single-product .site-main > .product .summary.entry-summary .woocommerce-variation-price {
  padding: 15px 0;
}
.single-product .site-main > .product .summary.entry-summary .price {
  padding: 30px 0;
}
@media only screen and (max-width: 768px) {
  .single-product .site-main > .product .summary.entry-summary .price {
    padding: 0 0 20px 0;
  }
}
.single-product .site-main > .product .summary.entry-summary .price del {
  text-align: left;
  margin-bottom: 5px;
  text-decoration: none;
  position: relative;
}
.single-product .site-main > .product .summary.entry-summary .price del:before {
  content: " ";
  height: 1px;
  background: #7b7b7b;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
}
.single-product .site-main > .product .summary.entry-summary .price del small {
  color: #7b7b7b;
  font-size: 0.9rem;
  text-decoration: none;
}
.single-product .site-main > .product .summary.entry-summary .price del .woocommerce-Price-amount {
  font-size: 1.4rem;
  color: #7b7b7b;
  font-weight: bold;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .single-product .site-main > .product .summary.entry-summary .price del .woocommerce-Price-amount {
    font-size: 1rem;
  }
}
.single-product .site-main > .product .summary.entry-summary .price ins {
  width: 100%;
  text-align: left;
  text-decoration: none;
  color: #000;
}
.single-product .site-main > .product .summary.entry-summary .price ins small {
  color: #000;
  font-size: 1.2rem;
}
@media only screen and (max-width: 768px) {
  .single-product .site-main > .product .summary.entry-summary .price ins small {
    font-size: 0.8rem;
  }
}
.single-product .site-main > .product .summary.entry-summary .price ins .woocommerce-Price-amount {
  font-size: 2.5rem;
  font-weight: bold;
  color: #000;
}
@media only screen and (max-width: 768px) {
  .single-product .site-main > .product .summary.entry-summary .price ins .woocommerce-Price-amount {
    font-size: 2rem;
  }
}
.single-product .site-main > .product .summary.entry-summary .price .amount {
  color: #000;
  font-size: 2.5rem;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .single-product .site-main > .product .summary.entry-summary .price .amount {
    font-size: 1.5rem;
  }
}
.single-product .site-main > .product .summary.entry-summary .price .amount small {
  font-size: 1.2rem;
}
@media only screen and (max-width: 768px) {
  .single-product .site-main > .product .summary.entry-summary .price .amount small {
    font-size: 0.8rem;
  }
}
.single-product .site-main > .product .summary.entry-summary .price .price-range {
  color: #000;
  font-size: 1rem;
  font-weight: 500;
}
.single-product .site-main > .product .summary.entry-summary .price .price-range .amount {
  color: #000;
  font-size: 1.5rem;
  font-weight: 500;
}
.single-product .site-main > .product .summary.entry-summary .price .price-range small {
  font-size: 0.8rem;
}
.single-product .site-main > .product .summary.entry-summary .woocommerce-variation-availability {
  display: inline-block;
  margin-bottom: 15px;
}
.single-product .site-main > .product .summary.entry-summary .woocommerce-variation-availability .available-on-backorder {
  font-size: 0.9rem;
  background: #0a6550;
  padding: 5px 8px;
  color: #ffffff;
  border-radius: 4px;
}
@media only screen and (max-width: 768px) {
  .single-product .site-main > .product .summary.entry-summary .cart {
    display: flex;
    flex-direction: column;
  }
}
.single-product .site-main > .product .summary.entry-summary .cart .quantity-stocks-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0 0 25px 0;
}
.single-product .site-main > .product .summary.entry-summary .cart .quantity-stocks-wrapper .quantity-wrapper {
  width: 120px;
  display: flex;
  flex-direction: row;
  border: 1px solid #c4c4c4;
  border-radius: 4px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .single-product .site-main > .product .summary.entry-summary .cart .quantity-stocks-wrapper .quantity-wrapper {
    display: none;
  }
}
.single-product .site-main > .product .summary.entry-summary .cart .quantity-stocks-wrapper .quantity-wrapper button {
  margin: 0;
  border: 0;
  width: 45px;
  height: 45px;
  color: #515151;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.single-product .site-main > .product .summary.entry-summary .cart .quantity-stocks-wrapper .quantity-wrapper button:hover {
  background: #f0f0f0;
}
.single-product .site-main > .product .summary.entry-summary .cart .quantity-stocks-wrapper .quantity-wrapper .quantity {
  float: none;
  margin: 0;
  width: 30px;
}
.single-product .site-main > .product .summary.entry-summary .cart .quantity-stocks-wrapper .quantity-wrapper .quantity input::-webkit-outer-spin-button,
.single-product .site-main > .product .summary.entry-summary .cart .quantity-stocks-wrapper .quantity-wrapper .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.single-product .site-main > .product .summary.entry-summary .cart .quantity-stocks-wrapper .quantity-wrapper .quantity input {
  width: 100%;
  height: 100%;
  border: 0;
  font-size: 0.9rem;
  color: #515151;
  text-align: center;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: textfield;
}
.single-product .site-main > .product .summary.entry-summary .cart button {
  font-weight: 500;
  background: #f59900;
  display: flex;
  width: 100%;
  height: 53px;
  position: relative;
  user-select: none;
  max-width: 100% !important;
}
.single-product .site-main > .product .summary.entry-summary .cart button:hover {
  background: #ffaf29;
}
.single-product .site-main > .product .summary.entry-summary .cart button svg.loading {
  display: none;
}
.single-product .site-main > .product .summary.entry-summary .cart button svg.cart {
  display: block;
}
.single-product .site-main > .product .summary.entry-summary .cart button.loading svg.loading {
  display: block;
}
.single-product .site-main > .product .summary.entry-summary .cart button.loading svg.cart {
  display: none;
}
.single-product .site-main > .product .summary.entry-summary .cart button .hub-button__label {
  font-size: 1.1rem;
  padding: 10px;
  font-weight: bold;
  text-transform: capitalize;
}
.single-product .site-main > .product .summary.entry-summary .quote-product-category-summary {
  margin: 30px 0;
  text-align: center;
}
.single-product .site-main > .product .summary.entry-summary .quote-product-category-summary p {
  font-size: 18px;
  font-weight: bold;
  color: #515151;
}
.single-product .site-main > .product .summary.entry-summary .quote-product-category-summary a {
  border: 1px solid #137091;
  color: #137091;
  background: transparent;
  margin: 20px auto 0;
}
.single-product .site-main > .product .summary.entry-summary .sales-reforce {
  margin: 10px 0;
}
.single-product .site-main > .product .summary.entry-summary .sales-reforce h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.single-product .site-main > .product .summary.entry-summary .sales-reforce ul {
  margin-left: 20px;
}
.single-product .site-main > .product .summary.entry-summary .sales-reforce ul li {
  font-size: 16px;
  list-style: initial !important;
}
.single-product .site-main > .product .summary.entry-summary .delivery {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}
.single-product .site-main > .product .summary.entry-summary .delivery .icon {
  width: 50px;
  margin-right: 10px;
}
.single-product .site-main > .product .summary.entry-summary .delivery .content {
  font-size: 0.7rem;
  color: #7b7b7b;
  flex: 1;
}
.single-product .site-main > .product .summary.entry-summary .payment-icon {
  width: 100%;
  display: flex;
  justify-content: center;
  align-content: center;
  margin-top: 20px;
}
.single-product .site-main > .product .summary.entry-summary .payment-icon svg {
  height: 40px;
  width: auto;
  margin: 0 5px;
}
.single-product .site-main > .product .summary.entry-summary .variations select {
  position: relative;
  cursor: pointer;
  word-break: break-all;
  min-width: 120px;
  background: #ffffff;
  border: solid 1px #ebebeb;
  border-radius: 4px;
  font-size: 0.8rem;
  letter-spacing: 0.4px;
  height: 46px;
}
.single-product div.product div.images {
  max-width: 800px;
  width: calc(50% - 50px);
}
@media only screen and (max-width: 768px) {
  .single-product div.product div.images {
    width: 100%;
    margin-bottom: 10px;
  }
}
.single-product div.product div.images .flex-viewport {
  cursor: zoom-in;
}
.single-product div.product div.images ol li:before {
  display: none;
}
.single-product div.product div.images .flex-control-thumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.single-product div.product div.images .flex-control-thumbs li {
  padding: 5px;
  width: 20%;
  flex: 1;
  flex-basis: 20%;
  max-width: 20%;
}
.single-product .description-wrapper {
  display: flex;
  flex-direction: row;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .single-product .description-wrapper {
    display: inline-block;
    width: 100vw;
    margin: 0 -10px;
  }
}
.single-product .description-wrapper .add-to-cart-description {
  width: 290px;
  flex-basis: 290px;
  margin-left: 25px;
}
@media only screen and (max-width: 768px) {
  .single-product .description-wrapper .add-to-cart-description {
    display: none;
  }
}
.single-product .description-wrapper .add-to-cart-description .frame {
  position: -webkit-sticky;
  position: sticky;
  top: 70px;
  left: 0;
  padding: 20px;
  background: #f0f0f0;
  border-radius: 4px;
}
.single-product .description-wrapper .add-to-cart-description .frame h3 {
  font-size: 1rem;
  font-weight: bold;
  color: #000000;
  width: 100%;
  text-transform: uppercase;
}
.single-product .description-wrapper .add-to-cart-description .frame .stock-available {
  color: #7b7b7b;
  font-size: 0.8rem;
  padding: 8px 0;
}
.single-product .description-wrapper .add-to-cart-description .frame .stock-available strong {
  font-weight: bold;
}
.single-product .description-wrapper .add-to-cart-description .frame .price {
  padding: 10px 0 15px;
}
.single-product .description-wrapper .add-to-cart-description .frame .price del {
  text-align: left;
  margin-bottom: 5px;
  text-decoration: none;
  position: relative;
}
.single-product .description-wrapper .add-to-cart-description .frame .price del:before {
  content: " ";
  height: 1px;
  background: #7b7b7b;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
}
.single-product .description-wrapper .add-to-cart-description .frame .price del small {
  color: #7b7b7b;
  font-size: 0.8rem;
  text-decoration: none;
}
.single-product .description-wrapper .add-to-cart-description .frame .price del .woocommerce-Price-amount {
  font-size: 1rem;
  color: #7b7b7b;
  font-weight: bold;
  text-decoration: none;
}
.single-product .description-wrapper .add-to-cart-description .frame .price ins {
  width: 100%;
  text-align: left;
  text-decoration: none;
  color: #000;
}
.single-product .description-wrapper .add-to-cart-description .frame .price ins small {
  color: #000;
  font-size: 1rem;
}
.single-product .description-wrapper .add-to-cart-description .frame .price ins .woocommerce-Price-amount {
  font-size: 1.5rem;
  font-weight: bold;
  color: #000;
}
.single-product .description-wrapper .add-to-cart-description .frame .price .amount {
  color: #000;
  font-size: 1.5rem;
  font-weight: bold;
}
.single-product .description-wrapper .add-to-cart-description .frame .price .amount small {
  font-weight: normal;
  font-size: 1rem;
}
.single-product .description-wrapper .add-to-cart-description .frame button {
  font-weight: 500;
  background: #f59900;
  display: flex;
  width: 100%;
  height: 53px;
  position: relative;
  user-select: none;
  padding: 0;
}
.single-product .description-wrapper .add-to-cart-description .frame button:hover {
  background: #ffaf29;
}
.single-product .description-wrapper .add-to-cart-description .frame button .hub-button__label {
  font-size: 1.1rem;
  padding: 10px 20px;
  font-weight: bold;
  text-transform: capitalize;
}
.single-product .description-wrapper .add-to-cart-description .frame .store-stocks {
  margin: 20px 0 0 0;
}
.single-product .description-wrapper .description {
  flex: 1;
}
.single-product .description-wrapper .description .product-description h2.title {
  font-size: 1.6rem;
}
.single-product .description-wrapper .description .product-description h2.title span {
  font-size: 1.6rem;
}
.single-product .description-wrapper .description .product-description .content {
  padding: 20px 0;
  font-size: 0.9rem;
}
@media only screen and (max-width: 768px) {
  .single-product .description-wrapper .description .product-description .content {
    padding: 20px;
  }
}
.single-product .description-wrapper .description .product-description .content h2 {
  font-size: 1.4rem;
  font-weight: bold;
}
.single-product .description-wrapper .description .product-description .content h3 {
  font-size: 1.2rem;
  font-weight: bold;
}
.single-product .description-wrapper .description .product-description .content strong,
.single-product .description-wrapper .description .product-description .content b {
  font-weight: bold;
}
.single-product .description-wrapper .description .product-description .content i,
.single-product .description-wrapper .description .product-description .content em {
  font-style: italic;
}
.single-product .description-wrapper .description .product-description,
.single-product .description-wrapper .description .product-additional {
  clear: both;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 50px;
  color: #515151;
}
@media only screen and (max-width: 768px) {
  .single-product .description-wrapper .description .product-description,
  .single-product .description-wrapper .description .product-additional {
    padding: 0;
    margin-bottom: 0;
  }
}
.single-product .description-wrapper .description h2,
.single-product .description-wrapper .description h3 {
  color: #515151;
  padding: 1rem 0;
  font-weight: bold;
}
.single-product .description-wrapper .description h2 {
  font-size: 1.4rem;
}
.single-product .description-wrapper .description h3 {
  font-size: 1.2rem;
}
.single-product .description-wrapper .description h2.title {
  color: #7b7b7b;
  font-size: 1.4rem;
  padding: 10px 0 30px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.single-product .description-wrapper .description h2.title span {
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  .single-product .description-wrapper .description h2.title span {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 768px) {
  .single-product .description-wrapper .description h2.title {
    font-size: 1.2rem;
    padding: 10px 15px;
    border-bottom: 1px solid #dedede;
  }
}
.single-product .description-wrapper .description h2.title.open .icon {
  transform: rotate(180deg);
}
@media only screen and (max-width: 768px) {
  .single-product .description-wrapper .description .content {
    text-align: justify;
    display: none;
  }
}
.single-product .description-wrapper .description p {
  font-size: 1rem !important;
  line-height: 1.5;
  margin-bottom: 0.9rem;
  color: #515151;
}
.single-product .description-wrapper .description p span {
  font-size: 0.9rem !important;
  color: #515151;
}
.single-product .description-wrapper .description strong,
.single-product .description-wrapper .description b {
  font-weight: bold;
}
.single-product .description-wrapper .description i {
  font-style: italic;
}
.single-product .description-wrapper .description ol,
.single-product .description-wrapper .description ul {
  list-style-position: inside;
}
.single-product .description-wrapper .description ol {
  counter-reset: item;
}
.single-product .description-wrapper .description ol li {
  display: block;
  color: #515151;
}
.single-product .description-wrapper .description ol li:before {
  content: counter(item) ". ";
  counter-increment: item;
  color: #06a2dd;
}
.single-product .description-wrapper .description ul {
  list-style-type: initial;
}
.single-product .description-wrapper .description ul li {
  color: #515151;
  font-size: 1rem !important;
  line-height: 1.5 !important;
}
.single-product .description-wrapper .description table.shop_attributes th {
  color: #8d8d8d;
  font-weight: 400;
  text-align: right;
  padding: 8px 15px 8px 8px;
  font-size: 14px;
}
.single-product .description-wrapper .description table.shop_attributes td {
  font-weight: 400;
  font-size: 14px;
  font-style: normal;
}
.single-product .description-wrapper .description table p {
  margin: 0;
}
.single-product .product-additional .print-section {
  width: 100%;
  text-align: center;
  font-size: 0.8rem;
  color: #515151;
  padding: 2rem 0;
}
@media only screen and (max-width: 768px) {
  .single-product .product-additional .print-section {
    display: none;
  }
}
.single-product .product-additional .print-section .print {
  cursor: pointer;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 150px;
  padding: 1rem 0;
  border-radius: 3px;
}
.single-product .product-additional .print-section .print:hover {
  background: #f0f0f0;
}
.single-product .product-additional .print-section svg {
  margin-right: 10px;
}
.single-product .product-additional .print-section svg path,
.single-product .product-additional .print-section svg rect {
  stroke: #515151;
}
.single-product .quote-product-category {
  position: relative;
  padding: 70px 0;
  display: flex;
  background: url(https://img.maisquecuidar.com/loja/wp-content/uploads/2021/01/banner-aluger-store.png) center right no-repeat #06a2dd;
  background-size: cover;
  justify-content: space-between;
  margin-bottom: 60px;
  width: calc(100vw - 15px);
}
@media only screen and (max-width: 768px) {
  .single-product .quote-product-category {
    flex-direction: column;
    width: 100vw;
    padding: 40px 20px;
    text-align: center;
    background: #06a2dd;
  }
}
.single-product .quote-product-category .flex-container, .single-product .quote-product-category .woocommerce-notices-wrapper {
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .single-product .quote-product-category .flex-container, .single-product .quote-product-category .woocommerce-notices-wrapper {
    flex-direction: column;
  }
}
.single-product .quote-product-category .content {
  color: #ffffff;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .single-product .quote-product-category .content {
    text-align: center;
  }
}
.single-product .quote-product-category .content h3 {
  font-size: 1.7rem;
  font-weight: bold;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .single-product .quote-product-category .content h3 {
    font-size: 1.5rem;
    padding: 0 10px;
    margin-bottom: 15px;
  }
}
.single-product .quote-product-category .content p {
  margin-bottom: 30px;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .single-product .quote-product-category .content p {
    font-size: 1rem;
    line-height: 1.2;
  }
}
.single-product .quote-product-category .content h4 {
  margin-bottom: 25px;
  font-weight: bold;
  font-size: 1.3rem;
}
@media only screen and (max-width: 768px) {
  .single-product .quote-product-category .content h4 {
    font-size: 1rem;
  }
}
.single-product .quote-product-category .content a {
  padding: 16px 40px;
  display: inline-block;
  float: none;
}
.single-product .included-products {
  margin: 0 0 40px 0;
}
.single-product .included-products .flex-container, .single-product .included-products .woocommerce-notices-wrapper {
  flex-direction: column;
}
.single-product .included-products h3 {
  width: 100%;
  color: #7b7b7b;
  font-size: 1.4rem;
  padding: 0 0 20px;
  font-weight: bold;
}
.single-product .up-sells,
.single-product .related,
.single-product .best-sellers,
.single-product .included-products {
  padding: 40px 0;
  width: 100%;
  display: inline-block;
}
.single-product .up-sells .products,
.single-product .related .products,
.single-product .best-sellers .products,
.single-product .included-products .products {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 15px;
}
@media only screen and (max-width: 768px) {
  .single-product .up-sells .products,
  .single-product .related .products,
  .single-product .best-sellers .products,
  .single-product .included-products .products {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
}
.single-product .up-sells .products div.product,
.single-product .related .products div.product,
.single-product .best-sellers .products div.product,
.single-product .included-products .products div.product {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  border: 3px solid transparent;
  border-radius: 4px;
  align-self: flex-start;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .single-product .up-sells .products div.product,
  .single-product .related .products div.product,
  .single-product .best-sellers .products div.product,
  .single-product .included-products .products div.product {
    margin: 0;
  }
}
@media not all and (pointer: coarse) {
  .single-product .up-sells .products div.product:hover:hover,
  .single-product .related .products div.product:hover:hover,
  .single-product .best-sellers .products div.product:hover:hover,
  .single-product .included-products .products div.product:hover:hover {
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-color: #f0f0f0;
  }
  .single-product .up-sells .products div.product:hover:hover .button,
  .single-product .related .products div.product:hover:hover .button,
  .single-product .best-sellers .products div.product:hover:hover .button,
  .single-product .included-products .products div.product:hover:hover .button {
    display: flex;
  }
  .single-product .up-sells .products div.product:hover:hover .information,
  .single-product .related .products div.product:hover:hover .information,
  .single-product .best-sellers .products div.product:hover:hover .information,
  .single-product .included-products .products div.product:hover:hover .information {
    margin-top: -75px;
    padding: 10px;
    box-shadow: 0 -5px 5px -2px rgba(0, 0, 0, 0.3);
  }
}
.single-product .up-sells .products div.product .button,
.single-product .related .products div.product .button,
.single-product .best-sellers .products div.product .button,
.single-product .included-products .products div.product .button {
  display: none;
  height: 40px;
  margin: 10px auto 20px auto;
}
.single-product .up-sells .products div.product a,
.single-product .related .products div.product a,
.single-product .best-sellers .products div.product a,
.single-product .included-products .products div.product a {
  text-decoration: none;
}
.single-product .up-sells .products div.product .produt-image,
.single-product .related .products div.product .produt-image,
.single-product .best-sellers .products div.product .produt-image,
.single-product .included-products .products div.product .produt-image {
  overflow: hidden;
  display: inline-block;
  position: relative;
  border-radius: 4px;
  background: #f0f0f0;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .single-product .up-sells .products div.product .produt-image,
  .single-product .related .products div.product .produt-image,
  .single-product .best-sellers .products div.product .produt-image,
  .single-product .included-products .products div.product .produt-image {
    height: 115px;
  }
}
.single-product .up-sells .products div.product .produt-image img,
.single-product .related .products div.product .produt-image img,
.single-product .best-sellers .products div.product .produt-image img,
.single-product .included-products .products div.product .produt-image img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
  width: 100%;
}
.single-product .up-sells .products div.product .onsale,
.single-product .related .products div.product .onsale,
.single-product .best-sellers .products div.product .onsale,
.single-product .included-products .products div.product .onsale {
  width: 154px;
  border-radius: 0;
  transform: rotate(45deg);
  top: -20px;
  right: -59px;
  position: absolute;
  left: auto;
  padding: 44px 35px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 400;
  line-height: 17px;
  background: #99ca3c;
  color: #fff;
  font-size: 12px;
}
.single-product .up-sells .products div.product .woocommerce-LoopProduct-link,
.single-product .related .products div.product .woocommerce-LoopProduct-link,
.single-product .best-sellers .products div.product .woocommerce-LoopProduct-link,
.single-product .included-products .products div.product .woocommerce-LoopProduct-link {
  display: inline-block;
  text-decoration: none;
}
.single-product .up-sells .products div.product .woocommerce-LoopProduct-link .wp-post-image,
.single-product .related .products div.product .woocommerce-LoopProduct-link .wp-post-image,
.single-product .best-sellers .products div.product .woocommerce-LoopProduct-link .wp-post-image,
.single-product .included-products .products div.product .woocommerce-LoopProduct-link .wp-post-image {
  width: 100%;
  max-height: 190px;
  overflow: hidden;
  display: inline-block;
}
.single-product .up-sells .products div.product .information,
.single-product .related .products div.product .information,
.single-product .best-sellers .products div.product .information,
.single-product .included-products .products div.product .information {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding-top: 1rem;
  flex-direction: column;
  position: relative;
  z-index: 2;
  background: #ffffff;
  border-radius: 4px;
  min-height: 100px;
}
.single-product .up-sells .products div.product .information .price,
.single-product .related .products div.product .information .price,
.single-product .best-sellers .products div.product .information .price,
.single-product .included-products .products div.product .information .price {
  color: #06a2dd;
  font-size: 1.2rem;
  font-family: "Rubik", sans-serif;
  font-weight: bold;
  padding: 0.5rem 0 0 0;
  text-decoration: none;
  width: 100%;
}
.single-product .up-sells .products div.product .information .price small,
.single-product .related .products div.product .information .price small,
.single-product .best-sellers .products div.product .information .price small,
.single-product .included-products .products div.product .information .price small {
  font-size: 0.8rem;
  display: inline-block;
  margin-right: 4px;
}
.single-product .up-sells .products div.product .information .price ins,
.single-product .related .products div.product .information .price ins,
.single-product .best-sellers .products div.product .information .price ins,
.single-product .included-products .products div.product .information .price ins {
  width: 100%;
  text-decoration: none;
  display: inline-block;
}
.single-product .up-sells .products div.product .information .price del,
.single-product .related .products div.product .information .price del,
.single-product .best-sellers .products div.product .information .price del,
.single-product .included-products .products div.product .information .price del {
  color: #515151;
  display: inline-block;
  width: 100%;
}
.single-product .up-sells .products div.product .information .price del small,
.single-product .related .products div.product .information .price del small,
.single-product .best-sellers .products div.product .information .price del small,
.single-product .included-products .products div.product .information .price del small {
  font-size: 0.6rem;
  color: #515151;
}
.single-product .up-sells .products div.product .information .price del .amount,
.single-product .related .products div.product .information .price del .amount,
.single-product .best-sellers .products div.product .information .price del .amount,
.single-product .included-products .products div.product .information .price del .amount {
  font-size: 0.9rem;
  color: #515151;
  font-weight: normal;
}
.single-product .up-sells .products div.product .information h2,
.single-product .related .products div.product .information h2,
.single-product .best-sellers .products div.product .information h2,
.single-product .included-products .products div.product .information h2 {
  text-align: left;
  color: #515151;
  font-size: 0.8rem;
  font-family: "Rubik", sans-serif;
  padding: 0 1.5rem 0 0;
  line-height: 1.49;
}
.single-product .up-sells .products div.product .information .listStars,
.single-product .related .products div.product .information .listStars,
.single-product .best-sellers .products div.product .information .listStars,
.single-product .included-products .products div.product .information .listStars {
  display: inline-block;
  width: 100%;
  min-width: auto;
  max-width: none;
  margin: 10px 0;
}
@media only screen and (max-width: 768px) {
  .single-product .up-sells .products div.product .information .listStars,
  .single-product .related .products div.product .information .listStars,
  .single-product .best-sellers .products div.product .information .listStars,
  .single-product .included-products .products div.product .information .listStars {
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (max-width: 768px) {
  .single-product .up-sells .products,
  .single-product .related .products,
  .single-product .best-sellers .products,
  .single-product .included-products .products {
    padding: 0;
    grid-template-columns: 1fr 1fr;
  }
  .single-product .up-sells .products div.product,
  .single-product .related .products div.product,
  .single-product .best-sellers .products div.product,
  .single-product .included-products .products div.product {
    margin: 0;
  }
}
@media only screen and (max-width: 768px) {
  .single-product .up-sells .row,
  .single-product .related .row,
  .single-product .best-sellers .row,
  .single-product .included-products .row {
    width: 100vw;
  }
  .single-product .up-sells .row .owl-stage,
  .single-product .related .row .owl-stage,
  .single-product .best-sellers .row .owl-stage,
  .single-product .included-products .row .owl-stage {
    display: flex;
  }
}
.single-product .up-sells .owl-nav.disabled,
.single-product .related .owl-nav.disabled,
.single-product .best-sellers .owl-nav.disabled,
.single-product .included-products .owl-nav.disabled {
  display: none;
}
.single-product .up-sells h2,
.single-product .related h2,
.single-product .best-sellers h2,
.single-product .included-products h2 {
  width: 100%;
  color: #7b7b7b;
  font-size: 1.4rem;
  padding: 0 0 20px;
  font-weight: bold;
}

#netreviews_reviews_tab {
  margin: 3rem 0 !important;
}

.helper-center {
  width: 100%;
  margin: 30px 0;
}

.store-stocks {
  margin: 0 0 0 30px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .store-stocks {
    margin: 0 0 0 0;
  }
}
.store-stocks:hover .stocks {
  display: flex;
}
.store-stocks .dropdown-stocks {
  position: relative;
  font-size: 1rem;
  color: #515151;
  text-decoration: underline;
  cursor: pointer;
  user-select: none;
  padding: 0 13px;
  z-index: 2;
}
.store-stocks .stocks {
  display: none;
  position: absolute;
  width: 100%;
  background: #ffffff;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  flex-direction: column;
  padding: 43px 13px 13px 13px;
  margin: -30px 0 0 0;
  z-index: 1;
}
.store-stocks .stocks .store {
  display: flex;
  flex-direction: row;
  padding: 5px 0;
}
.store-stocks .stocks .store .icon {
  margin-right: 10px;
}
.store-stocks .stocks .store .title {
  color: #99ca3c;
}
.store-stocks .stocks .store.unavailable .title {
  color: #dedede;
}
.store-stocks .stocks .store.unavailable .icon svg path {
  fill: #dedede;
}

.modal-sale-aggregate {
  background: rgba(255, 255, 255, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  align-items: center;
  justify-content: center;
  display: none;
}
.modal-sale-aggregate.open {
  display: flex;
}
.modal-sale-aggregate .content {
  background: #fff;
  max-width: 980px;
  width: 90%;
  border-radius: 6px;
  box-shadow: 0 0 20px -4px rgba(0, 0, 0, 0.4);
  padding: 2rem 3rem;
}
.modal-sale-aggregate .content .message {
  color: #99ca3c;
  font-size: 12px;
}
.modal-sale-aggregate .content h2 {
  color: #137091;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}
.modal-sale-aggregate .content .woocommerce .products {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.modal-sale-aggregate .content .footer-content {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 2rem;
}
.modal-sale-aggregate .content .footer-content a.continue {
  font-size: 14px;
  color: #515151;
  text-decoration: underline;
  margin-right: 20px;
}
.modal-sale-aggregate .content .footer-content a.goto-cart {
  font-size: 16px;
  color: #06a2dd;
  border: 1px solid #06a2dd;
  border-radius: 4px;
  padding: 10px 45px;
  text-decoration: none;
}
.modal-sale-aggregate .content .products {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 15px;
}
@media only screen and (max-width: 768px) {
  .modal-sale-aggregate .content .products {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
}
.modal-sale-aggregate .content .products div.product {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  border: 3px solid transparent;
  border-radius: 4px;
  align-self: flex-start;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .modal-sale-aggregate .content .products div.product {
    margin: 0;
  }
}
@media not all and (pointer: coarse) {
  .modal-sale-aggregate .content .products div.product:hover:hover {
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-color: #f0f0f0;
  }
  .modal-sale-aggregate .content .products div.product:hover:hover .button {
    display: flex;
  }
  .modal-sale-aggregate .content .products div.product:hover:hover .information {
    margin-top: -75px;
    padding: 10px;
    box-shadow: 0 -5px 5px -2px rgba(0, 0, 0, 0.3);
  }
}
.modal-sale-aggregate .content .products div.product .button {
  height: 40px;
  margin: 10px auto 20px auto;
  display: flex;
  align-items: center;
  line-height: 24px;
  font-weight: normal;
}
.modal-sale-aggregate .content .products div.product a {
  text-decoration: none;
}
.modal-sale-aggregate .content .products div.product .produt-image {
  overflow: hidden;
  display: inline-block;
  position: relative;
  border-radius: 4px;
  background: #f0f0f0;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .modal-sale-aggregate .content .products div.product .produt-image {
    height: 115px;
  }
}
.modal-sale-aggregate .content .products div.product .produt-image img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
  width: 100%;
}
.modal-sale-aggregate .content .products div.product .onsale {
  width: 154px;
  border-radius: 0;
  transform: rotate(45deg);
  top: -20px;
  right: -59px;
  position: absolute;
  left: auto;
  padding: 44px 35px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 400;
  line-height: 17px;
  background: #99ca3c;
  color: #fff;
  font-size: 12px;
}
.modal-sale-aggregate .content .products div.product .woocommerce-LoopProduct-link {
  display: inline-block;
  text-decoration: none;
}
.modal-sale-aggregate .content .products div.product .woocommerce-LoopProduct-link .wp-post-image {
  width: 100%;
  max-height: 190px;
  overflow: hidden;
  display: inline-block;
}
.modal-sale-aggregate .content .products div.product .information {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding-top: 1rem;
  flex-direction: column;
  position: relative;
  z-index: 2;
  background: #ffffff;
  border-radius: 4px;
  min-height: 100px;
}
.modal-sale-aggregate .content .products div.product .information .price {
  color: #06a2dd;
  font-size: 1.2rem;
  font-family: "Rubik", sans-serif;
  font-weight: bold;
  padding: 0.5rem 0 0 0;
  text-decoration: none;
  width: 100%;
}
.modal-sale-aggregate .content .products div.product .information .price small {
  font-size: 0.8rem;
  display: inline-block;
  margin-right: 4px;
}
.modal-sale-aggregate .content .products div.product .information .price ins {
  width: 100%;
  text-decoration: none;
  display: inline-block;
}
.modal-sale-aggregate .content .products div.product .information .price del {
  color: #515151;
  display: inline-block;
  width: 100%;
}
.modal-sale-aggregate .content .products div.product .information .price del small {
  font-size: 0.6rem;
  color: #515151;
}
.modal-sale-aggregate .content .products div.product .information .price del .amount {
  font-size: 0.9rem;
  color: #515151;
  font-weight: normal;
}
.modal-sale-aggregate .content .products div.product .information h2 {
  text-align: left;
  color: #515151;
  font-size: 0.8rem;
  font-family: "Rubik", sans-serif;
  padding: 0 1.5rem 0 0;
  line-height: 1.49;
}
.modal-sale-aggregate .content .products div.product .information .listStars {
  display: inline-block;
  width: 100%;
  min-width: auto;
  max-width: none;
  margin: 10px 0;
}
@media only screen and (max-width: 768px) {
  .modal-sale-aggregate .content .products div.product .information .listStars {
    display: flex;
    flex-direction: column;
  }
}
.modal-sale-aggregate .content .product {
  border: 0 !important;
  padding: 0 !important;
}
.modal-sale-aggregate .content .product .woocommerce-loop-product__title {
  margin: 5px 0 0 0;
  width: 100%;
}
.modal-sale-aggregate .content .product:hover {
  border: 0 !important;
}
.modal-sale-aggregate .content .product:hover .information {
  margin-top: 0px !important;
  padding: 1rem 0 0 0 !important;
  box-shadow: none !important;
}
