@charset "UTF-8";
.sticker-wrapper {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
  top: 12px;
  width: 60%;
}

.sticker {
  box-shadow: 0 0.05rem 0.25rem 0 rgba(33, 33, 33, 0.2);
}
@media (min-width: 768px) {
  .sticker.image img {
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  .sticker.image img {
    max-width: 50px;
  }
}
.sticker.text {
  font-family: Roboto, sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  justify-content: center;
  align-items: center;
  min-height: 22px;
  padding: 2px 12px;
  background: #e72e29;
  color: #fff;
  margin-right: 0.625rem;
}
@media (min-width: 768px) {
  .sticker.text {
    font-size: 0.875rem;
  }
}

.sticker-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.product-item {
  border-radius: 5px;
  padding: 0 0 20px 0;
}
.product-item .image-wrapper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: block;
  min-height: 275px;
  text-align: center;
}
.product-item .image-wrapper .fav {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  position: absolute;
  right: 0.625rem;
  top: 0.625rem;
  color: #666666;
  font-size: 28px;
  z-index: 2;
}
.product-item .image-wrapper .fav:before {
  content: "";
}
.product-item .image-wrapper .fav:hover, .product-item .image-wrapper .fav.active {
  text-decoration: none;
  color: #3495CE;
  font-weight: 900;
}
.product-item .image-wrapper .fav:hover:before, .product-item .image-wrapper .fav.active:before {
  content: "";
}
.product-item .image-wrapper .carousel-item {
  min-height: 275px;
}
.product-item .image-wrapper .sticker-wrapper {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
  top: 12px;
  width: 60%;
}
.product-item .image-wrapper .sticker {
  box-shadow: 0 0.05rem 0.25rem 0 rgba(33, 33, 33, 0.2);
}
@media (min-width: 768px) {
  .product-item .image-wrapper .sticker.image img {
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  .product-item .image-wrapper .sticker.image img {
    max-width: 50px;
  }
}
.product-item .image-wrapper .sticker.text {
  font-family: Roboto, sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  justify-content: center;
  align-items: center;
  min-height: 22px;
  padding: 2px 12px;
  background: #e72e29;
  color: #fff;
  margin-right: 0.625rem;
}
@media (min-width: 768px) {
  .product-item .image-wrapper .sticker.text {
    font-size: 0.875rem;
  }
}
.product-item .image-wrapper .sticker-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.product-item .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-height: 100%;
}
.product-item .image-wrapper .preview {
  display: none;
  position: absolute;
  bottom: 12px;
  right: 8px;
}
@media (min-width: 992px) {
  .product-item .image-wrapper .preview {
    display: block;
  }
}
.product-item .product-name {
  font-size: 0.8125rem;
  font-weight: 500;
  color: #212121;
  text-align: center;
}
@media (min-width: 576px) {
  .product-item .product-name {
    font-size: 1rem;
  }
}
.product-item .stock-info {
  font-size: 0.8125rem;
  padding: 5px 0;
  text-align: center;
}
.product-item .stock-info.bg-primary {
  color: #fff;
}
@media (min-width: 576px) {
  .product-item .stock-info {
    font-size: 1.125rem;
  }
}
@media (min-width: 768px) {
  .product-item .stock-info {
    font-size: 1rem;
  }
}
.product-item .price-container {
  text-align: center;
  font-size: 20px;
  color: #212121;
}
.product-item .price-container .small {
  font-size: 14px;
}
.product-item a {
  color: inherit;
}
.product-item a:hover {
  text-decoration: none;
}
.product-item .star-wrapper {
  height: 24px;
}
.product-item.product-page {
  padding: 0;
}

.sizes input[type=radio] {
  display: none;
}
.sizes label {
  display: inline-block;
  width: auto;
  padding: 0 0.5em;
  line-height: 3em;
  background-color: #ebebeb;
  text-align: center;
  border-radius: 3px;
  margin-right: 7px;
}
.sizes input:checked + label {
  background-color: #414141;
  color: #3495CE;
}

.qty-select:focus,
.qty-select {
  height: 36px;
  padding: 0;
  background: #ebebeb;
  border-color: #ebebeb;
  text-align: center;
}

.product-page {
  color: #666666;
}
.product-page.product-item .product-name {
  font-size: 24px;
  font-weight: 500;
  color: #000;
  text-align: left;
}
.product-page.product-item .price-container {
  color: #000;
  text-align: left;
}
.product-page.product-item .price-container .big {
  font-size: 40px;
}
.product-page.product-item .quantity-discount-container {
  color: #000;
}
.product-page.product-item .quantity-discount-container table {
  font-size: 14px;
  text-align: center;
}
.product-page.product-item .quantity-discount-container table tr td {
  padding: 5px 15px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
}
.product-page.product-item .quantity-discount-container table tr td:first-child {
  border-right: solid 1px rgba(0, 0, 0, 0.2);
}
.product-page.product-item .sticker.text {
  height: 44px;
  padding: 0 30px;
  font-size: 1.5rem;
}

.product-parameters div {
  color: #000;
}
.product-parameters div table {
  font-size: 14px;
  text-align: center;
}
.product-parameters div table tr td {
  padding: 5px 15px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
}
.product-parameters div table tr td:first-child {
  border-right: solid 1px rgba(0, 0, 0, 0.2);
}

.product-reviews .avg {
  color: #000;
  font-size: 48px;
}
.product-reviews .summary {
  font-weight: 500;
}
.product-reviews .summary .row {
  align-items: center;
  margin-bottom: 20px;
}
.product-reviews .summary .line {
  position: relative;
  height: 5px;
  width: 100%;
  background: #ffcc01;
}
.product-reviews .summary .line .cover {
  position: absolute;
  left: 0;
  height: 5px;
  background: #ffcc01;
}
.product-reviews .user-comments .monogram {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: #E4E4E4;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 0.2rem;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.38);
}
.product-reviews .rate-form .form-control {
  border-color: #dee2e6;
}

.viewed {
  flex-wrap: nowrap;
  overflow-x: auto;
}
.viewed img {
  max-width: 80px;
}

/*# sourceMappingURL=product.css.map*/