@media ( min-width: 767px ) {
  .listing-product.width-50 {
    width: 33%;
  }
  .listing-product-title {
    font-size: 16px;
    line-height: 20px;
    height: 54px;
  }
  .listing-current-price {
    font-size: 17px;
  }
  .deleted-price {
    font-size: 17px;
  }
  .listing-product-buttons button {
    height: 33px;
    width: 33px;
  }
  .listing-product-buttons button img {
    width: 25px;
    height: auto;
  }
  .category-title {
    font-size: 25px;
    margin: 15px 0;
  }
  .daily-image {
    height: 100%;
    position: relative;
  }
  .daily-image img{
    height: 85%;
    width: auto;
    position: absolute;
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
  }
  #time {
    font-size: 25px;
    height: 40px;
  }
  .menu__item {
    width: 45px !important;
    height: 45px !important;
    max-width: 45px !important;
  }
  .menu__item img {
    width: 25px;
    height: 25px;
  }
  .submit-btn-wrapper {
        bottom: 10px !important;
  }
  .filter-types-wrapper .filter-option {
    font-size: 20px;
    line-height: 40px;
    padding: 5px 20px;
  }
  .filter-sublevel label {
    font-size: 20px;
    line-height: 49px;
  }
  .filter-section-title {
    font-size: 24px;
  }
  .subfilter-back-img {
    height: 32px;
    width: 32px;
  }
  .btn-general {
    font-size: 16px;
    line-height: 55px;
    height: 55px;
  }
  #filter-reset-btn {
    height: 55px !important;
    line-height: 55px !important;
    font-size: 20px !important;
  }
  .category-filter-btn {
    height: 60px;
  }
  .category-btn {
    font-size: 20px;
    height: 57px;
  }
  .title {
    font-size: 30px;
  }
  .width-33:last-of-type .footer-section a {
    width: 33%;
    font-size: 18px;
    text-align: center;
  }
  footer a {
    width: 100%;
    font-size: 16px;
  }
  .single-product-link-pill {
    font-size: 16px;
    padding: 5px 15px;
    border-radius: 13px;
    margin-top: 7px;
  }
  .single-product-attributes p {
    font-size: 18px;
  }
  .single-product-container .description-wrapper a,
  .single-product-container .description-wrapper p{
    font-size: 18px;
    line-height: 25px;
  }
  .single-product-form-wrapper{
    bottom: 65px !important;
  }
  .custom-container {
    max-width: 75%;
  }
  #buttonsContainer {
    bottom: 65px !important;
  }
  .cart-products-wrapper .cart-single-product .width-30 {
    width: 20%;
  }
  .checkout-container  {
    max-width: 75%;
    margin: 0 auto;
    margin-bottom: 50px;
  }
  #select2-sorting-container {
    font-size: 20px;
    line-height: 65px;
  }
  .cart-container {
    max-width: 75%;
    margin: 0 auto;
  }
  .menu__item:nth-of-type(2) img {
    height: 45px !important;
    width: 45px !important;
  }
}
@media ( min-width: 990px ) {
  .show-mobile {
    display: none;
  }
  .show-desktop {
    display: block;
  }
  .listing-product.width-50 {
    width: 25%;
  }
  .overlay .card a {
    line-height: 42px;
    font-size: 22px;
  }
  .card {
    margin-top: 16px;
  }
  .btn-general {
    font-size: 20px;
    line-height: 40px;
    padding: 0 15px;
  }
  .filter-btn-basic {
    font-size: 17px;
    line-height: 40px;
    height: 45px;
  }
  .category-btn {
    font-size: 16px;
    height: 100%;
  }
  label.sm {
    font-size: 19px;
    line-height: 27px;
  }
  .card-body input[type=number] {
    font-size: 19px;
    line-height: 30px;
  }
  .category-title {
    font-size: 30px;
    margin: 20px 0;
  }

}

@media ( min-width: 1020px ) {
  .limited-description p {
    overflow: unset !important;
    height: auto !important;
  }
  .opened-filters-wrapper {
    margin-right: 0 !important;
    padding-top: 0 !important;
  }
  .category-btn {
    line-height: 60px;
  }
  #select2-sorting-container {
    font-size: 16px;
    line-height: 60px;
  }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
        transform: translatey(-25%);
  }
  .login-page-wrapper {
    max-width: 50%;
    margin: 0 auto;
    padding: 20px 50px;
  }
  .single-product-container {
    max-width: 1080px;
    margin: 0 auto;
    padding-top: 120px;
  }
    .img-wrapper {
      width: 50%;
      padding: 0 10px;
    }
    .product-details-container {
      width: 100%;
      padding: 0 10px;
    }
    .video-pop-up {
      width: 50%;
      margin: 0 auto;
    }
    .navbar-bottom a {
      font-size: 22px;
      line-height: 50px;
      padding-right: 0px;
    }
    .download-img-text-wrapper {
      right: 32px;
      font-size: 30px;
    }
    .download-img-text-wrapper span {
      font-size: 30px !important;
    }
    .navbar-bottom a:hover {
      background-color: white;
    }
    .single-product-container .product-form {
      width: 50%;
    }
    .product-details-container .single-product-title {
      text-align: left !important;
      font-size: 22px;
    }
    .product-details-container .description-wrapper p {
      text-align: left !important;
    }
    .related-products-slider .listing-product {
      max-height: unset;
    }
    .single-product-form-wrapper {
      position: unset;
      box-shadow: unset;
      padding-left: 0;
      justify-content: flex-start;
    }
    .footer-container .width-33 {
      width: 33%;
      padding: 10px;
    }
    .single-product-btn-add-to-cart {
      max-width: 200px;
      margin-left: 20px;
    }
    .single-product-retail-price {
      padding-left: 0;
      font-size: 20px;
    }
    .products-page-wrapper .title{
      font-size: 45px;
      margin-top: 25px;
      margin-bottom: 35px;
    }
    .opened-filters-wrapper {
      max-width: 75%;
      margin: 0 auto;
      padding-top: 30px;
    }
    .products-list {
      padding-top: 60px;
    }
    .single-product-full-price {
      font-size: 28px;
    }
    .product-row.show-desktop {
      display: flex;
    }
    .footer-section {
      padding-left: 15px;
      padding-right: 15px;
    }
    .footer-col:first-of-type .footer-section:last-of-type  {
      border: 0;
    }
    .footer-col:nth-of-type(2) .footer-section:last-of-type {
      border: 0;
    }
    .download-footer-section a.download-link img {
      width: 54%;
    }
    .download-footer-section a.download-link:nth-of-type(2) img {
      width: 63%;
    }
    .footer-container {
      padding-bottom: 20px;
    }
    .footer-col:nth-of-type(2) .footer-section{
      padding-top: 0;
    }
    .footer-col:first-of-type .footer-section:first-of-type {
      padding-top: 8px;
    }
    .footer-col:nth-of-type(2) .footer-section:last-of-type {
      padding-top: 20px;
    }
    footer .social-icons a {
      width: 36px;
      margin: 0 20px;
    }
    .homepage-container {
      /* display: flex;
      flex-wrap: wrap; */
      padding-top: 60px;
      /* justify-content: center;
      align-items: center;
      align-content: center; */
    }
    .home-categories-wrapper {
      width: 75%;
      order: 1;
      margin: 0 auto;
    }

    .daily-dots {
      right: -10px;
      width: 23px;
    }
    .home-category {
      height: 24vh;
    }

    .home-category-title {
      font-size: 25px;
    }
    body {
      background: none !important;
    }
    .nav-container {
      padding: 0 50px;
      margin: 0 auto;
    }
    nav {
      height: 100px;
    }
    .header-logo {
      width: 160px;
    }
    .download-home-wrapper {
      max-width: 30%;
    }
    .home {
      max-width: 30%;
    }
    .footer-container .width-33:last-of-type {
      width: 33%;
      padding-top: 0;
    }
  }
@media ( min-width: 1250px ) {
  .custom-container {
    max-width: 33%;
  }
  .home-category {
        height: 18vh;
  }
  .bot-nav-bot-section.show-desktop {
    position: absolute;
    bottom: 63px;
    width: 100%;
    left: 0;
    background: #0a0a0a;
  }
  .header-logo {
    width: 130px;
  }
  nav {
    height: 80px;
  }
  .products-page-wrapper.custom-container {
    max-width: 75%;
  }
  .products-list {
    padding-top: 0px;
  }
  .daily-image img {
    position: relative;
    width: 75%;
    height: auto;
    transform: unset;
    left: unset;
    top: 10px;
  }
  .width-33:last-of-type .footer-section a {
    width: 50%;
    text-align: left;
  }
}
@media (min-width: 1020px) {
  .products-page-wrapper {
    padding-top: 140px !important;
  }
  .menu {
    display: none !important;
  }
  label.sm {
    font-size: 19px;
    line-height: 56px;
  }
  .products-page-wrapper .submit-btn-wrapper {
    position: absolute !important;
    width: 100% !important;
    bottom: 0px !important;
  }
  .app .products-page-wrapper .submit-btn-wrapper {
    position: absolute !important;
    width: 100% !important;
    bottom: 10px !important;
}
  #filter-reset-btn {
    line-height: 50px !important;
  }
  .contact-container {
    width: 50%;
    margin: 0 auto;
  }
  .checkout-container {
    width: 50%;
    margin: 0 auto;
    padding-bottom: 100px;
  }
  .btn-general {
    font-size: 20px;
    line-height: 55px;
  }
  #products .quantity.btn-group span {
      padding-top: 0px;
  }
  .quantity.btn-group {
    display: flex;
    align-items: center;
    padding-top: 8px;
  }
  .single-product-container .product-form {
    width: 50%;
    padding: 0 10px;
  }
  .product-details-container {
    width: 100%;
  }
  .homepage-container.custom-container {
    max-width: 100%;
    height: 100%;
    padding: 0;
  }
  .navbar {
    height: 107px;

  }
}
#toasts {
  z-index: 9999;
}
@media (min-width: 1350px) and (max-width: 1500px) {
  .btn-general {
    font-size: 18px;
    line-height: 56px;
  }
  .listing-current-price {
    font-size: 20px;
  }
}
@media (max-width: 600px) {

  .img-and-price-wrapper {
    position: relative;
    width: 65%;
    margin-top: 30px;
    margin-bottom: 0;
    z-index: 99;
  }
  #filters-wrapper {
        top: 60px;
  }
  .daily-actual-price::before {
    width: 29%;
    left: 48%;
    top: 9px;
  }
  .homepage-container.custom-container {
    padding-top: 60px !important;
}
  ul.navbar-nav {
    background: black;
    padding: 0 10px;
    height: 100vh;
    border-top: 1px solid #eb008b;
    margin-top: 5px;
    padding-top: 20px;
  }
  .navbar {
        padding-left: 0;
        padding-right: 0;
  }
  .navbar-toggler {
    margin-right: 10px;
  }
  .header-logo {
    margin-left: 10px;
  }
  .produsul-zilei {
    padding: 0;
  }
  .magic-offer {
    width: 95%;
    margin: 0 auto;
  }
  .day-prod-left h2 {
    font-size: 20px;
  }
  .produsul-zilei a {
    padding: 5px;
    width: 100%;
  }
  .daily-name {
    font-size: 13px;
    font-weight: 400;
  }
  #time {
    position: sticky;
    background: none;
    color: black;
    font-size: 15px;
    line-height: 15px;
  }
  #time p {
    width: 100%;
    padding-left: 0;
  }
  .daily-buy-button {
    margin-top: 10px;
    margin-left: 0;
    font-size: 16px;
    line-height: 18px;
    padding: 7px 5px;
    width: 160px;
  }
  .day-prod-right {
    width: 40%;
  }
  .day-prod-left {
    width: 60%;
        padding-right: 10px;
  }
  .price-number {
    line-height: 18px;
    font-size: 16px;
  }
  .daily-actual-price {
    font-size: 13px;
  }
  .daily-retail-price {
    width: 50px;
        height: 50px;
        font-size: 14px;
  }
  .daily-retail-price .price-number {
        font-size: 21px;
  }
  .magic-offer {
    background: none;
  }
  .magic-offer .left-img-wrapper {
    width: 35%;
  }
  .magic-offer .left-img-wrapper img{
    width: 100%;
    height: auto;
  }
  .magic-offer .right-content {
    width: 65%;
    padding-top: 0;
  }
  .magic-offer .right-content h1 {
    text-align: center;
    font-size: 28px;
    line-height: 36px;
    width: 100%;
  }
  .magic-offer h1 span {
    text-shadow: none;
  }
  .magic-offer p.description {
    text-align: center;
    font-size: 13px;
    line-height: 14px;
  }
  .magic-offer a.btn-general {
    margin: 0 auto;
        font-size: 14px;
        line-height: 25px;
        padding: 0 15px;
  }
  .home-cat-img-wrapper {
    height: 145px !important;
  }
  .home-cat-footer {
    position: absolute;
    display: block;
    padding: 10px;
    padding-bottom: 0;
    padding-top: 5px;
    top:48px;
    right: 0;
  }
  .new-home-cat {
    position: relative;
    height: 145px !important;
    width: 100%;
    margin: 10px 0;
    box-shadow: 0px 0px 20px 1px #75757540;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    margin-bottom: 0;
  }
  .new-home-cat.diverse-cat {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }
  .new-home-cat.consilier-cat {
    border-bottom-right-radius: 15px;
border-bottom-left-radius: 15px;
  }
  .new-home-cat.kituri-cat {
    border-bottom-left-radius: 15px;
  }
  .new-home-cat.beauty-cat {
    border-bottom-right-radius: 15px;
}
  .home-cat-title {
    font-size: 15px;
        line-height: 18px;
  }
  .homepage-container {
    padding-bottom: 60px;
  }
  .marius{
    top:auto;
    bottom:0;
  }
}
@media (min-width: 768px) and (max-width: 1025px) {
  .homepage-container.custom-container {
    padding-top: 60px !important;
  }
  .width-33:last-of-type .footer-section a {
    width: 50%;
    font-size: 14px;
  }
  .home-cat-title {
    font-size: 25px;
    line-height: 25px;
  }
}

@media (min-width: 990px) and (max-width: 1025px){
  .home-categories-wrapper {
    width: 95%;
    order: 1;
    margin: 0 auto;
}
footer .social-icons a {
    width: 29px;
  }
  .homepage-container.custom-container {
    padding-top: 107px !important;
}
.products-list {
    padding-top: 0px;
}
}
@media (min-width: 600px) and (max-width: 780px) {
  .homepage-container.custom-container {
      max-width: 100%;
  }
  #time {
    left: 0;
  }
  .single-product-form-wrapper {
    bottom: -8px !important;
  }
  .app .single-product-form-wrapper {
      bottom: 65px !important;
  }
}
@media (min-width: 900px) {
  .checkout-container {
    padding-top: 120px;
  }
}
@media (max-width: 1480px) and (min-width: 1020px) {
  .home-cat-title {
      font-size: 24px;
  }
    .navbar.fixed-bottom.navbar-bottom {
      bottom: 0 !important;
    }
    .cart-navbar.navbar-bottom a {
      width: 25%;
      line-height: 57px;
    }
}
@media (min-width: 900px) and (max-width: 1025px) {
  .navbar.fixed-bottom a.btn-general {
    width: 30% !important;
}
}
@media (min-width: 1024px) {
  .app .product-form .single-product-form-wrapper {
    width: 50%;
    margin-left: auto;
    box-shadow: none !important;
  }

}
@media (min-width: 600px) and (max-width: 790px) {
  .magic-offer h1 {
    font-size: 42px;
    line-height: 39px;
  }
  .navbar-nav {
    background: black;
  }
}
@media (min-width: 1350px) {
  .daily-actual-price {
        font-size: 20px;
  }

}
@media (min-width: 1365px) {
  footer a {
    width: 100%;
    font-size: 14px;
  }
  .width-33:last-of-type .footer-section a {
    font-size: 16px;
  }
  .magic-offer .right-content {
    align-content: baseline;
    align-items: baseline;
  }
  .home-categories-wrapper .home-cat-btn {
    padding:6px 27px;
  }
  .home-cat-footer {
    padding:6px 50px 6px 50px;
    }
    .home-categories-wrapper .home-cat-btn {
      font-size:18px;
    }
    .home-cat-title {
      font-size:22px
    }
    #time {
      font-size:20px;
      height:33px;
      }
      .daily-buy-button {
        font-size:18px
      }
      h3.daily-name  {
        font-size: 1.3rem;
      }
      .magic-offer > div {
    padding-top: 10px;
}
.left-img-wrapper img.show-desktop {
  height: 145px;
}
.img-and-price-wrapper {
  width: 40%;
}
.img-and-price-wrapper img {
  width: 100%;
  margin: 0 auto;
display: block;
}
.daily-retail-price {
  right: -5px;
    top: -25px;
}
.limited-description p {
  font-size: 14px;
text-align: left;
}
.modal-dialog.modal-dialog-centered {
  margin-top: 100px;
}
.description.width-100 a{
  font-size: 16px;
}
.btn-general {
  font-size: 14px;
  line-height: 40px;
  height: 100%;

  }
  .app .products-page-wrapper .submit-btn-wrapper {
    bottom: 0 !important;
  }
  .category-filter-btn {
    height: 45px;
  }
  #select2-sorting-container {
    font-size: 14px;
    line-height: 45px;
}
.category-btn {
    line-height: 45px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    transform: translatey(-50%);
}
.filter-types-wrapper .filter-option {
    font-size: 16px;
    line-height: 45px;
    padding: 0px 20px;
}
label.sm {
    font-size: 16px;
    line-height: 45px;
}
  .filter-section-title {
      font-size: 22px;
  }
  .login-page-wrapper .btn-general {
    height: unset;
  }
  /* .form .form-check {
    width: 25%;
    margin: 0 auto;
  } */
.login-page-wrapper .form-check {
  width: 20%;
  margin: 0 auto;
}
  .cart-container {
    max-width: 50%;
  }
  .cart-products-wrapper .cart-single-product .width-30 {
    width: 10%;
  }
  .cart-navbar a{
    font-size: 16px;
    line-height: 45px;
    height: 45px;
    max-width: 300px;
  }
  .single-product-container .description-wrapper a, .single-product-container .description-wrapper p {
    font-size: 16px;
    line-height: 20px;
  }
.single-product-container .btn-general {
  font-size: 14px;
  line-height: 30px;
  height: 100%;
  min-height: 40px;
  width: 165px;
}
.single-product-container .img-wrapper img {
    width: 75%;
    height: auto;
    margin: 0 auto;
    display: block;
  }
  .bg {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
  }
  .products-page-wrapper .title {
    font-size: 25px;
margin-top: 25px;
margin-bottom: 25px;
  }
  .quantity.btn-group {
    padding-top: 3px;
  }
  .product-details-container .single-product-title {
    font-size: 25px;
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .category-btn {
    font-size: 14px;
  }
  .title {
    font-size: 25px;
  }
  .cart-single-product-details-wrapper {
    padding-left: 3%;
  }
  #filter-reset-btn {
    height: 40px !important;
    line-height: 40px !important;
    font-size: 14px !important;
    text-transform: uppercase;
  }
  .login-page-wrapper .accordion-row-btn {
      font-size: 18px;
      line-height: 36px;
    }
  .login-page-wrapper .navbar-bottom a {
    font-size: 14px;
    line-height: 35px;
    width: 300px;
    padding-right: 0px;
    min-width: 235px;
    max-width: 235px;
  }
  .account-page #addressFilter form {
    width: 100%;
  }
  .login-page-wrapper .navbar.navbar-bottom {
    height: 65px;
  }
}
