@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;500;700&display=swap");
.custom-file-label:lang(en)::after {
  content: "Choose"; }
.custom-file-label:lang(es)::after, .custom-file-label:lang(us)::after, .custom-file-label:lang(mx)::after {
  content: "Elegir"; }
.custom-file-label:lang(it)::after {
  content: "Selezionare"; }
.custom-file-label:lang(pt)::after, .custom-file-label:lang(br)::after {
  content: "Selecionar"; }
@media (max-width: 768px) {
  .custom-file-label {
    font-size: 13px; } }

#products-feed,
#products {
  font-family: 'Comfortaa', cursive, 'Open Sans', sans-serif;
  margin: 30px 0 30px 0; }
  #products-feed .card-notify-badge,
  #products .card-notify-badge {
    position: absolute;
    left: -10px;
    top: -20px;
    background: #f2d900;
    text-align: center;
    border-radius: 30px 30px 30px 30px;
    color: #000;
    padding: 5px 10px;
    font-size: 10px; }
  #products-feed .card-notify-year,
  #products .card-notify-year {
    position: absolute;
    right: -10px;
    top: -20px;
    background: #17a2b8;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 12px;
    width: 50px;
    height: 50px;
    padding: 15px 0 0 0; }
  #products-feed .card-detail-badge,
  #products .card-detail-badge {
    background: #f2d900;
    text-align: center;
    border-radius: 30px 30px 30px 30px;
    color: #000;
    padding: 5px 10px;
    font-size: 12px; }
  #products-feed .card:hover,
  #products .card:hover {
    background: #fff;
    border-radius: 4px;
    transition: all 0.3s ease; }
  #products-feed .card-image,
  #products .card-image {
    height: 160px;
    justify-content: center;
    align-items: center;
    display: flex; }
  #products-feed .card-body h6,
  #products .card-body h6 {
    font-weight: bold;
    color: #17a2b8; }
  #products-feed .cta,
  #products .cta {
    text-align: justify;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.125); }
  #products-feed .ad-btn,
  #products .ad-btn {
    text-transform: uppercase;
    width: 150px;
    height: 40px;
    border-radius: 80px;
    font-size: 16px;
    line-height: 35px;
    text-align: center;
    border: 3px solid #e6de08;
    display: block;
    text-decoration: none;
    margin: 20px auto 1px auto;
    color: #000;
    overflow: hidden;
    position: relative;
    background-color: #e6de08; }
  #products-feed .ad-btn:hover,
  #products .ad-btn:hover {
    background-color: #e6de08;
    color: #1e1717;
    border: 2px solid #e6de08;
    background: transparent;
    transition: all 0.3s ease;
    box-shadow: 12px 15px 20px 0px rgba(46, 61, 73, 0.15); }
  #products-feed .product-title,
  #products .product-title {
    height: 150px; }
    #products-feed .product-title h5,
    #products .product-title h5 {
      text-transform: uppercase;
      font-size: 12px; }

#products-feed .product-title {
  height: 100px; }
#products-feed .card-notify-badge,
#products-feed .card-notify-year,
#products-feed .product-title h5 {
  font-size: 14px; }
#products-feed .card-image {
  height: 150px; }
  #products-feed .card-image .img-fluid {
    max-height: 100%; }
#products-feed .cta {
  padding: 8px; }

#products-aliexpress {
  margin-right: -15px;
  margin-left: -15px; }

#autocomplete-list {
  border: 1px solid #e0e0e0;
  padding: 10px;
  width: 100%; }

#content-header {
  position: relative;
  z-index: -1; }

#user-background-image {
  background-image: url("https://images.unsplash.com/photo-1450387635522-8ecb968079bf?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1822&q=80");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 275px; }

#user-data {
  margin-top: -80px;
  position: relative; }

#user-avatar {
  min-width: 160px;
  position: relative; }
  #user-avatar a.edit-avatar {
    position: absolute;
    bottom: 10px;
    left: 45%;
    color: white;
    font-size: 24px; }

.user-avatar {
  width: 150px;
  height: auto !important;
  border-radius: 50% !important; }

#user-text {
  font-family: 'Comfortaa', cursive, 'Open Sans', sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: start;
  margin-top: 20px; }
  #user-text a {
    color: white; }
  #user-text h1 {
    font-size: 40px; }
  #user-text h3 {
    font-size: 28px; }

#user-text h1 {
  font-weight: bold;
  color: white; }

#filters {
  position: absolute;
  top: 40px;
  right: 25px;
  font-size: 18px; }
  #filters a.edit-cover {
    color: white; }

.preferred_pagination {
  font-size: 16px;
  padding: 10px;
  margin: 10px; }

.preferred_pagination a,
.preferred_pagination .current,
.preferred_pagination span.previous_page,
.preferred_pagination a.previous_page,
.preferred_pagination span.next_page,
.preferred_pagination a.next_page {
  padding: 10px;
  border: 1px solid lightgrey;
  border-radius: 50%;
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  background-color: #17a2b8;
  color: white; }

.preferred_pagination .current {
  background-color: #545b62; }

.preferred-item .card.rounded {
  transition: transform .5s;
  box-shadow: 0 0.15rem 1.75rem 0 rgba(31, 45, 65, 0.15); }
  .preferred-item .card.rounded:hover {
    transform: scale(1.05); }
.preferred-item p {
  font-size: 12px !important; }

.bg-success {
  background-color: #58b058 !important;
  color: white;
  font-size: 14px; }
  .bg-success:hover, .bg-success:focus, .bg-success:active {
    background-color: darker(#58b058, 10%) !important; }

.bg-info {
  background-color: #17a2b8 !important;
  color: white;
  font-size: 14px;
  border: 1px solid #17a2b8; }
  .bg-info:hover, .bg-info:focus, .bg-info:active {
    background-color: darker(#17a2b8, 10%) !important;
    border: 1px solid darker(#17a2b8, 10%); }

.bg-secondary {
  background-color: #404951 !important;
  font-size: 14px; }
  .bg-secondary:hover, .bg-secondary:focus, .bg-secondary:active {
    background-color: darker(#404951, 10%) !important; }

.bg-info-inverse {
  background-color: white;
  color: #17a2b8;
  border: 1px solid #17a2b8;
  font-size: 14px; }
  .bg-info-inverse:hover, .bg-info-inverse:active, .bg-info-inverse:focus {
    background-color: #17a2b8;
    color: white; }

#preferred_unactive_profile {
  background-color: #1092c8;
  color: white;
  justify-content: center;
  display: flex;
  flex-direction: column; }
  #preferred_unactive_profile h1 {
    font-size: 30px; }

#alert-link-preferred {
  width: 25%; }

@media (max-width: 991px) {
  #user-avatar {
    width: 30%;
    min-width: unset; }

  #user-text {
    width: 70%; }

  #alert-link-preferred {
    display: block;
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0; } }
@media (min-width: 768px) {
  .w-md-25 {
    width: 25% !important; }

  .w-md-50 {
    width: 50% !important; } }
@media (max-width: 768px) {
  #user-data {
    padding: 0px 10px; }

  #user-text {
    margin-top: 40px; }

  #user-text h1 {
    font-size: 24px; }

  #user-text h3 {
    font-size: 16px; }

  #filters {
    top: 30px;
    right: 10px; } }
@media (max-width: 480px) {
  #user-data {
    margin-top: -45px;
    height: 200px; }

  #user-background-image {
    height: 150px; }

  #user-avatar {
    min-width: 75px; }

  .user-avatar {
    width: 75px;
    height: 75px !important; }

  #user-text {
    position: absolute;
    top: 45px;
    width: 100%;
    right: 0;
    padding: 15px !important;
    margin-top: 20px; }
    #user-text a {
      color: #333; }

  #user-text h1 {
    color: #333; }

  #filters {
    top: 0; } }

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