/* GENERAL START */
/* * {
  text-align: justify;
} */
.navbar-toggler {
  border: 0 !important;
}
.footer-social-icons-wrapper ~ hr {
  margin: 0;
  height: 1px;
  border: 0;
  background: #c10072;
  width: 100%;
  width: 50%;
  margin-left: auto;
}
.cart-navbar a {
  width: 47%:
}
:root {
  font-size: 16px;
}
.single-product-container .carousel-control-prev {
    left: 0px !important;
}
.single-product-container .carousel-control-next {
    right: 5px !important;
}
.single-product-container div.attribute {
  max-width: 90vw;
margin: 0 auto;
}
div.attribute label.error {
  color: white;
  background: #b10e1f;
  text-align: center;
  font-family: 'Ubuntu';
  margin-top: 15px;
}
.product-form .attribute .carousel-item{
  padding: 0 20px;
  height: 119px;
}
.aaa.form-check {
  width: 25% !important;
  padding: 5px !important;
  margin: -2px !important;
}
.carousel-control-next {
  right: -15px !important;
}
.carousel-control-prev {
  left: -15px !important;
}
.img-radio [type=radio] + img {
  width: 75%;
}
.checked-img {
width: 15px;
height: 15px;
position: absolute;
right: 10px;
top: 50%;
transform: translateY(-50%);
display: none;
}
label.checked .checked-img {
  display: inline;
}
#pricecontrollerdiv {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding: 0;
  background: white;
}
#pricecontrollerdiv label{
  width: 33% !important;
  padding: 10px 5px;
  border: 0;
}
.price-input {
  text-align: center;
}
.filter-types-wrapper .filter-option {
  font-size: 16px;
  line-height: 32px;
  border-bottom: 1px solid #ececec;
  color: black;
  padding: 5px 10px;
}
.show-filters {
  position: fixed;
  top: 45px;
  z-index: 9;
}
.subfilter-back-btn {
  margin-bottom: 10px;
}
.subfilter-back-img {
  height: 25px;
  width: 25px;
  position: relative;
  top: -2px;
}
#filterForm {
  position: relative;
  height: calc(100vh - 55px);
  background: #f9f8f8;
}

#filterForm .filter-sublevel{
  position: absolute;
  top: 0px;
  right: -100vw;
  background: white;
  background: #f3f3f3;
  height: calc(100% - 135px);
  overflow: hidden;
  transition: 0.3s linear all;
}
.inner-filter-items {
  height: calc(100% - 60px);
  overflow: scroll;
}
#filters-wrapper {
  position: fixed;
  top: 107px;
}
#filterForm .filter-sublevel.visible {
  right: 0;
}
.filter-sublevel label {
  margin: 0;
  width: 100% !important;
  background: white;
  font-size: 16px;
  line-height: 43px;
  border-bottom: 1px solid #dadada;
}
.filter-sublevel label input[type=checkbox] {
  opacity: 0;
}
.submit-btn-wrapper {
  position: absolute;
  bottom: 55px;
  width: 100%;
  padding: 10px;
  justify-content: space-between;
}

.video-pop-up-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999999;
  background: #00000063;
  padding: 0 15px;
  display: none;
}
.video-pop-up {
  position: relative;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.video-pop-up .pop-up-body {
  height: 350px;
}
.close-video-pop-up {
  color: #f50091;
  border: 2px solid #f50091;
  position: relative;
  top: -10px;
  border-radius: 50%;
  font-size: 13px;
  margin-left: auto;
  display: block;
  width: 25px;
  text-align: center;
  line-height: 20px;
  font-weight: bold;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #ffffff !important;
  color: black !important;
}
.jscroll-added {
  width: 100%;
}
.jscroll-inner {
  display: flex;
flex-wrap: wrap;
max-width: 100vw;
}
.select2-results__option {
  font-size: 12px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  border: 1px solid #e6e6e6;
}
.static-page-text {
  color: black;
}
* {
  outline: none !important;
}
.align-items {
  align-items: center;
}
#back-to-top {
      color: #000000;
}
img {
  height: auto;
  max-height: 70vw;
  margin:0 auto;
}
a, button {
  outline: none;
}
button:focus {
  outline: none;
}
span {
  cursor: unset;
}
.no-margin {
  margin: 0;
}
.padd-top-0 {
  padding-top: 0;
}
.padd-top-10 {
  padding-top: 10px;
}
.padd-bot-10 {
  padding-bottom: 10px;
}
.padd-top-30 {
    padding-top: 30px;
}
.padd-bot-30 {
  padding-bottom: 30px;
}
.padd-top-50 {
  padding-top: 50px;
}
.padd-top-60 {
  padding-top: 60px;
}
.padd-bot-60 {
  padding-bottom: 60px;
}

.padd-top-80 {
  padding-top: 80px;
}
.padd-bot-80 {
  padding-bottom: 80px;
}

.padd-top-100 {
  padding-top: 100px;
}
.padd-bot-100 {
  padding-bottom: 100px;
}
.padd-sides-10 {
  padding-left: 10px;
  padding-right: 10px;
}
body .container {
  padding: 0;
  padding-left: 0;
  padding-right: 0;
}
label {
  width: 100%;
}
.text-underline {
  text-decoration: underline;
}
.width-20 {
  width: 20%;
}
.width-25 {
  width: 25%;
}
.width-30 {
  width: 30%;
}
.width-33 {
  width: 33%;
}
.width-70 {
  width: 70%;
}
.width-75 {
  width: 75%;
}
.width-80 {
  width: 80%;
}
.width-40 {
  width: 40%;
  align-items: center;
  align-content: center;
}
.width-50 {
  width: 50%;
}
.width-60 {
  width: 60%;
  height: 90%;
  align-items: center;
  align-content: center;
}
.width-100 {
  width: 100%;
}
.app {
  padding-top: 0px;
  height: unset;
  margin-bottom: 0;
}
body {
  background: white;
  height: auto;
}
.font-komika {
  font-family: 'KomikaAxis';
}
.font-14 {
  font-size: 14px;
  color: red;
}

.black-text {
  color: black !important;
}
.grey-text {
  color: #f1f1f1 !important;
}
.dark-grey-text {
  color: #797474 !important;
}
.medium-grey-text {
  color: #737373 !important;
}
.green-text{
  color: #1ad01a !important;
}

.background-green{
  background-color: #1ad01a !important;;
}
.red-text {
  color: red !important;
}
.grey-background {
  background-color: #f1f1f1;
}
.grey-border {
  border: 1px solid #f1f1f1;
}
.grey-border-bot {
  border-bottom: 1px solid #d4d4d4;
}
.white-text {
  color: white;
}
.white-background {
  background: white;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.background {
  background-repeat: no-repeat !important;
}
.background-cover {
  background-size: cover !important;
}
.background-contain {
  background-size: contain !important;
}

.magenta-text {
  color: #f50091;
}
.magenta-background {
  background-color: #f50091;
}



.magenta-border {
  border: 1px solid #f50091;
}
.display-flex {
  display: flex;
}
.flex-wrap {
  flex-wrap: wrap;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-evenly {
    justify-content: space-evenly;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-around {
  justify-content: space-around;
}
.font-weight-light {
  font-weight: 300;
}
.font-weight-light-bold {
  font-weight: 500;
}
.font-weight-bold {
  font-weight: 700;
}
.reset-filter-btn {
  color: #808080;
}
.container {
  margin: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
}
.show-desktop {
  display: none;
}
/* GENERAL END */

/* GENERAL ELEMENTS START */
#cartCount {
  position: absolute;
top: 0;
}
.select2-search__field {
  display: none !important;
}
#select2-sorting-container {
  text-transform: uppercase;
  font-family: Arial, sans-serif;
  color: #5c5c5c;
  font-size: 12px;
  letter-spacing: 1.2px;
  text-align: center;
  line-height: 42px;
  background: #f6f6f6;
  border: 0;
  font-weight: bold;
}
#sorting-form {
  border-right: 1px solid #e6e6e6;
  margin: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50% !important;
  transform: translateY(-50%);
}
.select2-container--default .select2-selection--single {
  height: 100% !important;
  max-height: 45px;
  border-radius: 0 !important;
  margin: 0;
  padding: 0;
  border: 0 !important;
}
.modal-content {
  margin-top: -70px;
}
.modal-img {
  width: 80%;
}
.header-cart-link img{
padding-top: 0;
width: 30px;
}
#mobile-menu {
  background: black;
  padding-right: 10px;
  width: 75vw;
  position: absolute;
  right: -75vw;
  z-index: 999;
  height: calc(89vh - 20px);
  top: 80px;
  transition: 0.3s linear;
}
#mobile-menu.active {
  right: 0;
}
#mobile-menu li{
  text-align: right;
  list-style: none;
}
#mobile-menu li a {
  color: white;
}
#pencet{
  display:flex;
  align-items:center;
  flex-direction:column;
  cursor:pointer;
}

#pencet span{
  background-color: ghostwhite;
  width: 1.5em;
  height: .15em;
  margin: 0.16em 0;
  display: block;
  transition: all .4s ease;
  transform-origin: 0 0;
}

.Diam span:nth-child(1) {
  transform: rotate(45deg) translate(0.6px, -2.8px);
}

.Diam span:nth-child(2) {
  Transform: scaleX(0);
}

.Diam span:nth-child(3) {
  transform: rotate(-45deg) translate(1px, 0);
}
.header-logo {
  width: 100px;
display: block;
}
.custom-container {
  max-width: 1080px;
  margin: 0 auto;
}
.slick-dots button {
  border: 0;
    background: #ec008c;
    opacity: .35;
    text-indent: -9999px;
    border-radius: 50%;
    width: 5px;
    height: 5px;
    margin: 0;
    padding: 0;
}
.percent {
  color: white;
  width: 50px;
  border-radius: 5px;
  font-size: 13px;
  text-align: center;
  padding: 0px 4px;
  position: absolute;
  left: 10px;
  top: 25px;
}
#top-logo {
  width: 100px;
}
.btn-general {
  border-radius: 1px;
  border: 0;
  box-shadow: unset;
  font-size: 14px;
  line-height: 43px;
  height: 43px;
  padding: 0 10px;
  text-transform: uppercase;
  min-width: 140px;
  text-align: center;
  display: inline-block;
}
.fixed-bottom {
  padding: 7px 5px;
}
  .width-33:last-of-type .footer-section a{
    width: 50%;
    font-size: 16px;
  }
  nav {
    height: 60px;
  }
  .nav-container {
    height: 100%;
    /* padding: 15px 10px; DE*/
    padding: 5px 10px;
  }
  .top-social-icon {
    height: 20px;
    width: auto;
  }
  .bot-nav-content {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    max-height: 40px;
    height: 40px;
  }
  .top-nav-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    /* padding-bottom: 15px; DESKTOP */
    padding-bottom: 5px;
  }
  .nav-content-wrapper {
    align-items: center;
    align-content: center;
  }
  .top-nav-content a {
    width: 30px;
    margin-left: 17px;
  }
  .top-nav-content a:hover {
    color: white;
    text-decoration: underline !important;
  }
  .top-nav-content a img {
    max-width: 25px;
  }
  .bot-nav-content a {
    text-transform: uppercase;
    color: white;
    font-weight: bold;
    margin-left: 5px;
    padding: 5px 10px;
    position: relative;
  }
  .bot-nav-content a:hover {
    color:#f50091;
    text-decoration: underline !important;
  }

  .navbar-bottom a {
    color: white;
    border-right: 1px solid white;
    padding-right: 5px;
    font-size: 12px;
    font-family: Arial, sans-serif;
    width: 33%;
    text-align: center;
  }
  .navbar-bottom a:last-of-type {
    border-right: 0;
  }
  .navbar-bottom a:hover {
    color:#f50091;
  }
  .home {
    display: flex;
    max-width: 100%;
    margin: 0 auto;
    padding-bottom: 5px;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    border-bottom: 0 !important;
  }
  .download-home-wrapper {
    /* max-width: 30%;DE */
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding-top: 10px;
  }
    .download-home-wrapper a {
      border: none;
    }
    .consul-cat {
      text-shadow: unset;
    }
/* GENERAL ELEMENTS END */

/* HOMEPAGE START */
#top-header {
  height: unset;
}
.home-categories-wrapper {
  justify-content: space-between;
  padding-left: 10px;
  padding-right: 10px;
}
.home-category {
  width: 48.5%;
  height: 16.5vh;
  margin-bottom: 10px;
  overflow: hidden;
}
.home-category:first-of-type {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
}
.home-category:nth-of-type(2) {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
.home-category:nth-of-type(3) {
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}
.home-category:nth-of-type(4) {
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}
.home-category:nth-of-type(4) .opacity-screen {
  border-top-right-radius: 10px;
}
.home-category a {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
}
.home-category-title {
  text-decoration: underline;
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 19px;
  transform: translate(-50%, -50%);
}
.opacity-screen {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #e6e2e261;
}
.produsul-zilei {
  width: 100%;
  max-width: 100vw;
  margin: 0 auto;
  min-height: 195px;
  border: 0;
  margin-top: 0px;
  position: relative;
}

.produsul-zilei a{
  justify-content: center;
  width: 75%;
margin: 0 auto;
}
.day-prod-left {
  width: 75%;
}
.day-prod-right {
  width: 25%;
}
.daily-details h2 {
  font-size: 21px;
  line-height: 21px;
  margin-bottom: 7px;
  width: 100%;
  position: relative;
  z-index: 99;
}
.daily-details h3 {
  font-family: Arial;
  font-size: 14px;
  width: 100%;
  position: relative;
  z-index: 999;
}
.daily-actual-price {
  font-size: 14px;
  margin: 0;
  width: 100%;
  margin-bottom: 5px;
  color: black;
  position: relative;
}
.daily-actual-price::before {
  content: "";
  display: block;
  background: #616161;
  position: absolute;
  width: 21%;
  height: 2px;
  left: 27%;
  top: 12px;
  transform: rotate(160deg);
}
.price-number {

  font-size: 25px;
line-height: 25px;
}
.daily-retail-price {
  background: white;
  position: absolute;
  right: -25px;
  top: -25px;
  width: 70px;
  height: 70px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: green;
}
.daily-retail-price .price-number {
  font-size: 25px;
  position: relative;
  top: -3px;
  left: -2px;
}
.daily-buy-button {
  width: 200px;
  padding: 4px 10px;
  margin: 0;
  background: white;
  border-radius: 5px;
  font-size: 22px;
  line-height: 34px;
  text-align: center;
  margin-top: 30px;
}
.daily-buy-button:hover {
  color: white;
  background: #f50091;
}
.retail-price .price-number {
  font-size: 25px;
}
.daily-image img {
  width: 82%;
  height: auto;
  display: block;
  margin: auto auto;
}

#time {
  background: black;
  position: absolute;
  bottom: 0;
  color: white;
  width: 100%;
  text-align: left;
  font-weight: bold;
}
#time p {
  width: 75%;
  padding-left: 15px;
  margin: 0 auto;
}
.daily-dots {
  width: 33px;
  height: 120px;
  position: absolute;
  right: -16px;
  z-index: 9;
  top: 25px;
}
/* HOMEPAGE END */

/* PRODUCTS PAGE START */
.product-details-container {
  width: 100%;
}
.title {
  font-size: 25px;
  margin-top: 10px;
  letter-spacing: 0.5px;
}
.category-btn {
  width: 100%;
  border: 0;
  background: #f0f0f1;
  text-transform: uppercase;
  font-family: Arial, sans-serif;
  color: #5c5c5c;
  font-size: 12px;
  height: 45px;
  letter-spacing: 1.2px;
  outline: none !important;
  font-weight: bold;
}
.category-btn:first-of-type {
  border-left: 0.1px solid #e6e6e6;
  text-align: center;
}
.category-filter-btn {
  border-top: 1px solid #d2d2d3;
  border-bottom: 1px solid #d2d2d3;
  height: 45px;
  overflow: hidden;
}
.products-list {
  padding-left: 5px;
  padding-right: 5px;
}
#results > .products-list {
  padding-bottom: 60px;
}
.listing-product {
  padding: 30px 4px;
  position: relative;
  padding-bottom: 15px;
  height: unset;
  border-bottom: 1px solid #ececec;
}
.listing-product > a {
  display: block;
}
.listing-product-image {
  width: auto;
  height: 145px;
  display: block;
  margin: 0 auto;
}
.listing-product-title {
  font-size: 14px;
  line-height: 18px;
  margin: 10px 0;
  height: 54px;
  margin-bottom: 5px;
}
.deleted-price {
  font-size: 14px;
  padding: 0 10px;
  font-family: 'Ubuntu', sans-serif;
}
.listing-current-price {
  font-size: 15px;
}
.listing-product-buttons {
  padding: 7px 0;
}
.listing-product-buttons button{
  border: 0;
  background: white;
  box-shadow: 1px 1px 3px 0px #a09d9d;
  font-family: Arial, sans-serif;
  font-weight: 300;
  height: 29px;
}
.listing-product-buttons button img {
  width: 21px;
  height: auto;
}
.filter-btn-basic {
  position: relative;
  text-align: left;
  width: unset;
  background: #f1f1f1;
  border-radius: 0;
  font-weight: 900;
  margin: 0;
  height: 37px;
  padding-left: 15px;
  line-height: 36px;
  margin-top: 15px;
  font-size: 14px;
}
.filter-btn-basic .arrow-img {
  position: relative;
  transform: unset;
  height: 12px;
  top: -2px;
  left: 0;
  transform: rotate( 90deg );
}
.overlay {
  position: fixed;
  right: -100vw;
  width: 100%;
  z-index: 1000;
  background: #00000054;
  padding-bottom: 50px;
  display: block;
  left: unset;
  transition: 0.3s linear all;
  overflow: hidden;
  z-index: 99999;
  top: 0;
}
.overlay.visible {
  right: 0;
}

.overlay-close {
  /* width: 13%;
  left: 0;
  height: 43px;
  top: 0;
  text-align: center;
  line-height: 43px;
  font-size: 30px;
  font-family: Arial, sans-serif; */
}
.overlay.visible .custom-container {
  margin: 0;
  width: 87%;
  right: 0;
  position: absolute;
}
.card {
  margin-bottom: 0 !important;
  background-color: unset !important;
  border-bottom: 0 !important;
  background: white;
  border: 0 !important;
  box-shadow: 0px 0px 6px 1px #eae7e7;
  margin-top: 8px;
  border-radius: 0 !important;
}
.card:before, .card:after {
  display: none !important;
}
.overlay .card a {
  color: #5c5c5c;
  line-height: 40px;
  font-size: 19px;
  position: relative;
  display: block;
  font-weight: bold;
}
.overlay .collapse {
  border-top: 5px solid rgb(248, 248, 248);
}

#filterForm .card-body:last-of-type{
  margin: 0 15px;
}
.fiter-type {
  padding: 0 10px;
  height: 53px;
  align-items: center;
  align-content: center;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
}
.filter-section-title {
  font-size: 18px;
  line-height: 53px;
  padding-right: 15px;
}
.arrow-img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  height: auto;
  right: 10px;
  width: 12px;
}
.arrow-img.reversed{
  transform: translateY(-50%) rotate(180deg);
}
.card-body input[type=checkbox], .card-body input[type=radio] {
  margin-right: 5px;
}
.card-body input[type=number] {
  border: 1px solid #808080;
  text-align: center;
  font-weight: bold;
  outline: none;
  font-size: 16px;
  line-height: 20px;
  border-radius: 5px;
}
.card-body {
  max-height: 300px;
  overflow: scroll;
  overflow-x: hidden;
  display: flex;
  flex-wrap: wrap;
}
label.sm {
  display: block;
  float: unset;
  width: 50%;
  text-align: left;
  color: #5c5c5c !important;
  position: relative;
}
label.sm.checked {
  font-weight: 500;
  color: #f50091 !important;
}
.filter-btns-wrapper-view {
  display: flex;
  justify-content: space-between;
  height: 43px;
  z-index: 999;

}
menu, nav, .filter-btns-wrapper-view {
    transition: 0.2s linear;
}
.filter-btns-wrapper {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  height: 43px;
}
.listed-product-btn {
  height: 38px;
  width: 38px;
  display: inline-block;
  box-shadow: 3px 4px 9px 0px #d4d3d3;
  position: relative;
}
.listed-product-btn img {
  height: 28px;
  width: 28px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#sorting-form {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 80px;
}
#sorting-form select {
  width: 100%;
  height: 100%;
  border: 0;
  max-height: 80px;
  outline: none;
  background: #f6f6f6;
  color: #5c5c5c;
  text-align: center;
  border-right: 1px solid #c7c7c7;
  padding-left: 11px;
  text-transform: uppercase;
}
 .modal-footer {
  padding: 0.4rem !important;
}
.quantity input {
  width: 33%;
}
#products .quantity.btn-group span {
  padding-top: 11px;
}
/* PRODUCTS PAGE END */



/* SINGLE PRODUCT PAGE START */
.single-product-container {
  padding-bottom: 40px;
}
.single-product-form-wrapper {
  position: fixed;
  bottom: 43px;
  left: 0;
  width: 100%;
  padding: 5px 10px;
  background: white;
  box-shadow: 2px 2px 9px 0px #dcdada;
  z-index: 999;
  padding-bottom: 16px;
}
.economy-text {
  width: 100%;
  font-size: 13px;
  margin: 0;
}
.single-product-full-price {
  font-size: 20px;
}
.single-product-retail-price {
  line-height: 31px;
  padding: 0 5px;
}
.single-product-price-wrapper {

}
.single-product-title {
  margin-bottom: 20px;
}
.single-product-btn-add-to-cart {
  height: 50px;
  text-transform: uppercase;
  width: 100%;
  min-height: 50px;
  line-height: 50px;
  font-size: 16px;
  border: 1px solid #f50091;
  transition: 0.15s linear;
}
.single-product-btn-add-to-cart:hover {
  background-color: white;
  color: #f50091;
}
.small-description {
  font-size: 14px;
  line-height: 18px;
}
.chances-number {
  font-size: 14px;
}
.single-product-attributes p{
  margin-bottom: 5px;
}
.single-product-link-pill {
  display: inline-block;
  color: white;
  background: #ffb236;
  font-size: 14px;
  padding: 2px 10px;
  border-radius: 7px;
  margin-top: 7px;
  border: 1px solid #ffb236;
  transition: 0.15s linear;
}
.single-product-link-pill:hover {
  color: #ffb236;
  background: white;

}
.single-product-links-row {
  margin-bottom: 5px;
}
.single-product-links-row:last-of-type {
  padding-bottom: 20px;
}
.description-wrapper .card-head {
  border-bottom: 1px solid #d4d4d4;
  position: relative;
}
.description-wrapper .card-head a:hover {
  color: #737373;
}
.description-wrapper .card {
  box-shadow: unset !important;
}
.description-wrapper .card-body {
      padding: 10px 0;
      overflow: unset;
      max-height: unset;
      display: unset;
}
.related-products-slider .listing-product {
  max-height: 330px;
}
.listing-product .product-form {
  width: 50px !important;
}
.single-product-description-row div{
  padding: 0 10px;
}
/* SINGLE PRODUCT PAGE END */
/* NEW FOOTER */
footer {
  background: black;
  color: white;
}
.footer-title {
  text-transform: uppercase;
  font-size: 22px;
}
footer a {
  width: 100%;
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
}
footer a:hover {
  color: #f50091;
}
.footer-container {
  padding: 20px 15px 75px 15px;
}
.footer-container .width-33:last-of-type {
  width: 100%;
}
.footer-section {
  padding-bottom: 20px;
  padding-top: 20px;
  /* margin-bottom: 20px; */
  /* border-bottom: 1px solid #f50091; */

}
.footer-col:first-of-type .footer-section:first-of-type {
  padding-top: 0;
}
.footer-col {
  width: 100%;
}
.magenta-border-bot {
  border-bottom: 1px solid #f50091;
}

.download-footer-section a{
  width: 33%;
}
 a.download-link img {
width: 90%;
}
 a.download-link:nth-of-type(2) {
  position: relative;
  top: -7px;
}
 a.download-link:nth-of-type(2) img {
  width: 100%;
}
.wapp-image {
  width: 28px;
}
footer .social-icons a {
  width: 36px;
  margin: 0 15px;
}
/* NEW FOOTER */

/* CART PAGE START */
.cart-single-product {
  border-bottom: 1px solid #d4d4d4;
  padding: 15px 5px;
}
.cart-product-title {
  font-size: 16px;
  line-height: 20px;
}
.cart-single-product-details-wrapper {
  padding: 0 5px;
}
.cart-container {
  padding-bottom: 120px;
  margin: 0 auto;
  max-width: 1180px;
  padding-left: 10px;
  padding-right: 10px;
}
.shipping-message {
  margin: 10px 0;
  font-family: Arial;
  padding: 5px 7px;
  font-size: 14px;
}
.quantity-text {
  border-right: 1px solid #d4d4d4;
  padding-right: 5px;
}
.edit-cart-product {
  text-decoration: underline;
}
.inner-cart-details {
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  padding: 5px 0;
  margin: 5px 0;
}
.cart-summary {
  padding: 5px;
}
.cart-title {
  margin-top: 10px;
  margin-bottom: 20px;
}
.add-cart-pop-up-btn {

}
.modal-footer {
  padding: 0.25rem;
}
.quantity.btn-group {
  padding: 0 5px;
}
.quantity.btn-group span {
  border-radius: 0;
  text-align: center;
  padding-top: 6px;
  border: 0;
}
/* CART PAGE END */


/* FOOTER START */
.bot-nav-link {
  color: white;
  font-size: 12px;
}
.bot-nav-link p {
  margin: 0;
}
/* FOOTER END */
/* CHECKOUT PAGE START */
.info {
  color: black;
}
.checkout-container .table-striped tbody tr:nth-of-type(odd) {
background: white;
}
.table.summary tr{
  border-bottom: 1px solid #dee2e6;
}
/* CHECKOUT PAGE END */


/* CONSILIER PAGE START */
.product-modal-title {
  font-size: 16px;
  color: #000000;

}
.card-header {
  background: white;
  padding-top: 15px;
}
.card-header:first-child {
      border-radius: 6px !important;
}
/* CONSILIER PAGE END */
/* ORDER PAGE START*/
.order-titles p {
  font-weight: bold;
}
.order-titles p,
.order-details p{
  margin: 0;
  padding-bottom: 2px;
  border-bottom: 1px solid #efefef;
}
/* ORDER PAGE END */
.order-table tr {
  border-bottom: 1px solid #d4d4d4;
}
.order-table tr:last-of-type {
  border-bottom: 0;
}
.order-table tr td:first-of-type {
  border-right: 1px solid #585858;
  font-weight: bold;
  padding-right: 5px;
}
.order-table tr td:last-of-type {
  padding-left: 5px;
}
#select2-sorting-results li:first-of-type {
  display: none !important;
}
#filterForm.app-form {
  height: calc(100vh - 54px);
}
.not-scrollable {
  height: 100vh;
  overflow: hidden !important;
}
.selected-val {
  color: #f50091 !important;
  font-weight: bold;
}
label img.selected {
  border: 2px solid #211e1e;
  border-radius: 50% !important;
  padding: 1px;
}
.attribute .option-name {
  display: none !important
}
.magic-offer {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.magic-offer h1 {
  font-family: 'Montserrat';
  font-weight: bold;
  margin-bottom: 0;
  font-size: 45px;
  line-height: 50px;
}
.magic-offer > div {

}
.magic-offer h1 span {
  color: #ffd844;
  text-shadow: 0px 0px 4px #232323;
}
.magic-offer .right-content {
  padding: 10px 0;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      align-content: center;
}
.magic-offer p.description {
  font-family: 'Montserrat';
      font-weight: 500;
      font-size: 18px;
      line-height: 26px;
      margin-bottom: 5px;
      width: 100%;
}
.magic-offer a.btn-general {
  font-size: 18px;
  line-height: 36px;
  height: unset;
  padding: 0 25px;
  border-radius: 5px;
  width: unset;
  min-width: unset;
  max-width: unset;
  margin-top: 5px;
  text-transform: none;
  border: 1px solid #f50091;
}
.magic-offer a.btn-general:hover {
  color: #f50091;
  background: white;

}
.magic-offer {
  background-image: url("/images/background-magic-summer.jpg");
}
.magic-offer img {
  height: 100%;
  width: auto;
  margin: 0 auto;
  display: block;
}
.produsul-zilei {
    width: 100%;
    height: unset;
    min-height: unset;
    margin-top: 0;
    background-image: url(/images/bg-produsul-zilei.jpg);
    padding: 30px 20px;
    padding-bottom: 60px;
}
.img-and-price-wrapper {
  position: relative;
  width: 55%;
  margin-top: 30px;
  margin-bottom: -55px;
  z-index: 99;
}
.daily-name {
  font-weight: bold;
}

.new-home-cat {
  width: 48%;
  margin: 20px 0;
  box-shadow: 0px 0px 20px 1px #75757540;
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
  overflow: hidden;
}
.new-home-cat.kituri-cat {
  border-bottom-left-radius: 25px;
}
.new-home-cat.beauty-cat {
  border-bottom-right-radius: 25px;
}
.new-home-cat.diverse-cat {
  border-top-right-radius: 0;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
}
.new-home-cat.consilier-cat {
  border-top-left-radius: 0;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
}
.home-categories-wrapper .home-cat-btn {
  background: white;
  border: 2px solid #f50091;
  border-radius: 10px;
  text-transform: none;
  font-size: 22px;
  line-height: 26px;
  height: unset;
  padding: 10px 30px;
}
.home-categories-wrapper .home-cat-btn:hover {
  background: #f50091;
  color: white;
}
.home-cat-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px;
  align-items: center;
align-content: center;
}
.home-cat-title {
  font-size: 32px;
  line-height: 25px;
  height: 32px;
  margin: 0;
  color: black;
}
.navbar {
  position: fixed !important;
  width: 100%;
  z-index: 9999;

}
.homepage-container.custom-container {
  padding-top: 107px !important;
}
.bg-dark {
  background: black !important;
}
.navbar.bg-dark {
  background: black !important;
}
.navbar-dark .navbar-nav .nav-link{
  color: white !important;
  text-transform: uppercase;
  font-weight: bold;
      font-weight: 600;
}
.social-icns-top-wrapper {
  width: 100%;
}
.footer-social-icons-wrapper {
  display: flex !important;
  justify-content: flex-end;
}
.navbar-collapse.collapse {
  flex-wrap: wrap;
justify-content: flex-end;
}
nav .footer-social-icons-wrapper a {
  margin: 10px;
  position: relative;
}
nav .footer-social-icons-wrapper a.cart-btn {
  display: block;
  border: 1px solid white;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  text-align: center;
  position: relative;
}
nav .shop-icons {
  display: flex;
}
nav .footer-social-icons-wrapper a.client {
  border: 1px solid white;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  display: block;
  position: relative;
}
nav .footer-social-icons-wrapper a.client img {
  width: 70%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
nav .footer-social-icons-wrapper a.cart-btn img {
  width: 60%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);

}

nav .social-icon-footer img {
    width: 30px;
}
.side-borders {
  border-left: 1px solid #666666;
border-right: 1px solid #666666;
padding-left: 15px;
padding-right: 15px;
  font-weight: bold !important;
}
.side-borders:hover {
  color: #f50091;

}
.side-borders img {
      margin-right: 5px;
}
.show-desktop .home-cat-img-wrapper {
  height: 300px;
}
#pImg {
  max-height: 70vw;
  margin:0 auto;
  display: block;
}  
