@font-face {
    font-family: KomikaAxis;
    src: url('/fonts/Komika-Axis.ttf.woff');
}
@font-face {
    font-family: Juliane;
    src: url('/fonts/Juliane.otf');
}
body {
  overflow-x: hidden;
}
.image-slider {
  position: relative;
}
.slick-arrow {
  position: absolute;
      z-index: 9999;
      top: 50%;
      transform: translateY(-50%);
      letter-spacing: 0px;
      font-size: 13px;
      font-weight: bold;
      font-family: 'Ubuntu', sans-serif;
      height: 16px;
}
.slick-arrow.prev {
      left: -20px;
      transform: rotate(180deg);
}
.image-slider .slick-arrow img {
  height: 100%;
  width: auto;
}

.slick-arrow.next {
  right: -20px;
}
.slick-dots {
  list-style: none;
  display: flex;
  justify-content: space-evenly;
  padding: 0;
  width: 30%;
  margin: 10px auto;
}
.slick-dots button {
  border: 0;
  background: #ec008c;
  opacity: .35;
  text-indent: -999px;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  margin: 0;
  padding: 0;
}
.slick-dots .slick-active button {
opacity: 1;
}
.btns-container {
  width: 70%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
#searchContainer {
  display: none;
}
#top-header {
  background-size: cover;
  background-position: center center;
  min-height: unset;
}
.top-headear-opened {
  background-image: url(/images/bg-search.png);
  min-height: 700px !important;
  padding-top: 120px;
}
.white-body {
  background: white;
}
@media (min-width: 1000px) {
  .top-headear-opened {
      min-height: 650px !important;
      background-size: contain;
  }
  #top-header {
    /* background-size: contain; */
    /* background-repeat: no-repeat; */
    /* min-height: 650px !important; */
  }
}
@media screen and (min-width: 600px) {
    .category-card .img-c {
        height: 120px;
    }
    .grid{
        width: 100% !important;
    }
    #top-header {
          background-position: bottom;

    }
    .top-headear-opened {
        min-height: 910px !important;
    }
}

@media screen and (max-width: 600px) {
    .consul .img-c {
        height: 62px !important;
    }

    .btn-magic{
        font-size: 13px !important;
    }

    .consul {
        border-radius: 50% !important;
        background: #f7f4c1 !important;
        height: 110px;
        width: 110px;
        margin: auto;
        max-width: 100%;
        max-height: 100%;
    }

    .consul .category-title {
        height: 45px !important;
    }
    .btns-container {
      width: 100%;
    }
}


a {
    text-decoration: none !important;

}

body {
    background: #f42189;
    /*background: #efe6e7;*/
}

.app {
    margin-bottom: 50px;
    padding-top: 60px;
    /*background: #f03390;*/
    /*height: 100vh;*/
}

.category-card {
    font-family: KomikaAxis, serif;
    background: #f5f3ea;
    -webkit-box-shadow: inset 0px -10px 56px -45px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 0px -10px 56px -45px rgba(0, 0, 0, 0.75);
    /*box-shadow: inset 0px -10px 56px -45px rgba(0, 0, 0, 0.75);*/
    border-radius: 19px;
    /*text-shadow: 0px 1px 0 rgb(0, 0, 0), 0px -1px 0 rgb(0, 0, 0), 1px 0px 0 rgb(0, 0, 0), -1px 0px 0 rgb(0, 0, 0), 1px 1px 0 rgb(0, 0, 0), 1px -1px 0 rgb(0, 0, 0), -1px 1px 0 rgb(0, 0, 0), -1px -1px 0 rgb(0, 0, 0), 2px 2px 1px rgba(0, 0, 0, 1);*/
    /*-webkit-text-shadow: 0px 1px 0 rgb(0, 0, 0), 0px -1px 0 rgb(0, 0, 0), 1px 0px 0 rgb(0, 0, 0), -1px 0px 0 rgb(0, 0, 0), 1px 1px 0 rgb(0, 0, 0), 1px -1px 0 rgb(0, 0, 0), -1px 1px 0 rgb(0, 0, 0), -1px -1px 0 rgb(0, 0, 0), 2px 2px 1px rgba(0, 0, 0, 1);*/
    /*-moz-text-shadow: 0px 1px 0 rgb(0, 0, 0), 0px -1px 0 rgb(0, 0, 0), 1px 0px 0 rgb(0, 0, 0), -1px 0px 0 rgb(0, 0, 0), 1px 1px 0 rgb(0, 0, 0), 1px -1px 0 rgb(0, 0, 0), -1px 1px 0 rgb(0, 0, 0), -1px -1px 0 rgb(0, 0, 0), 2px 2px 1px rgba(0, 0, 0, 1);*/
    /*color: rgb(255, 255, 255);*/
    color:black;
    background-image: linear-gradient(-180deg, #ffffff 0%, #ffffff 100%);
    box-shadow:  -1px 0rem 7px 0 rgba(119, 119, 119, 0.5), 0 -0.25rem 0.5rem rgb(175, 175, 175) inset, 0 0.75rem 0.5rem rgba(255, 255, 255, 0.4) inset, 0 0.25rem 0.5rem 0 rgb(255, 255, 255) inset;
}


.category-card img {
    margin: auto;
    max-height: 80%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin-top: 15px;
}

.category-card .img-c {
    height: 60px;
    position: relative;
}

.category-card .category-title {
    text-align: center;
    display: flex;
    justify-content: center; /* align horizontal */
    align-items: center;
    height: 40px;
    font-size: 12px;
    padding: 0 5px;
}

.title {
    /* font-family: KomikaAxis;
    text-align: center;
    color: white;
    text-shadow: rgb(0, 0, 0) 2px 0px 0px, rgb(0, 0, 0) 1.75517px 0.958851px 0px, rgb(0, 0, 0) 1.0806px 1.68294px 0px, rgb(0, 0, 0) 0.141474px 1.99499px 0px, rgb(0, 0, 0) -0.832294px 1.81859px 0px, rgb(0, 0, 0) -1.60229px 1.19694px 0px, rgb(0, 0, 0) -1.97998px 0.28224px 0px, rgb(0, 0, 0) -1.87291px -0.701566px 0px, rgb(0, 0, 0) -1.30729px -1.5136px 0px, rgb(0, 0, 0) -0.421592px -1.95506px 0px, rgb(0, 0, 0) 0.567324px -1.91785px 0px, rgb(0, 0, 0) 1.41734px -1.41108px 0px, rgb(0, 0, 0) 1.92034px -0.558831px 0px;

    font-size: 20px; */
}

.btn {
    padding-left:25px !important;
    padding-right:25px !important;
}
.cart-btn.btn {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.btnInapoi {
    padding-left:15px !important;
    padding-right:15px !important;
}

.btn-back {
    background: white;
}

.navbar-bottom {
    padding: 0 5px;

}

.navbar-bottom .nav-back img {
    width: 45px;
}

.grid .col-4 {
    padding: 0 5px;
}
.products-grid {
  padding-top: 95px;
}
.products-grid .col-6 {
  padding: 0 5px;
}
.navbar.navbar-main {
  position: fixed;
  z-index: 99999;
  width: 100%;
  top: 0;
}
.fixed-categories {
  position: fixed;
  z-index: 999;
  padding: 15px 0;
  width: 100%;
  left: 0;
  right: 0;
}
.fixed-padding {
  padding-top: 85px;
}
/* .fixed-wrapper {
  position: fixed;
  z-index: 9999;
  width: 100%;
  background: #efe6e7;
  left: 0;
  padding: 30px 10px 0;
  margin-top: 50px;
} */
#searchInput {
    width: 100%;
    font-family: 'Ubuntu', sans-serif;
    /*text-align: center;*/
    border-radius: 5px;
    height: 35px;
}


.mb-2, .my-2 {
    margin-bottom: 0.2rem !important;
}
.product-card {
    background: #ffffff;
    /*-webkit-box-shadow: inset 0px -10px 56px -45px rgba(0, 0, 0, 0.75);*/
    /*-moz-box-shadow: inset 0px -10px 56px -45px rgba(0, 0, 0, 0.75);*/
    /*box-shadow: inset 0px -10px 56px -45px rgba(0, 0, 0, 0.75);*/
    /*border-radius: 15px;*/
    color: rgb(255, 255, 255);
    /*box-shadow: -1px 0rem 11px 0 rgba(0, 0, 0, 0.61), 0 -0.25rem 1rem 1px rgba(123, 123, 123, 0.45) inset, 0 0.75rem 0.5rem 0px rgba(255, 255, 255, 0.4) inset, 0 0.25rem 2rem 0px rgb(255, 255, 255) inset;*/
    padding: 5px 0;
}

.product-card img {
    height: 100%;
    width: auto;
}

.product-card .img-c {
    position: relative;
    height: 165px;
    text-align: center;
}

.product-card .brand-c {
    height: 75px;
    position: relative;

}

.brand-c img {
    border-radius: 0px !important;

}

.product-card .product-title {
    font-family: Ubuntu, 'sans-serif';
    text-align: center;
    display: flex;
    justify-content: center;
    /*align-items: center;*/
    /*height: 45px;*/
    /*font-size: 12px;*/
    font-weight: 700;
    padding: 0 5px;
    color: black;
    font-size: 13px;
    line-height: 19px;
    align-items: unset;
    min-height: 45px;
}

.product-price {
    width: 100%;
    font-family: Ubuntu, 'sans-serif';
    display: flex;
    justify-content: center;
    align-items: center;
    /*height: 45px;*/
    padding: 0 5px;
    color: black;
    font-size: 14px;
    height: unset;
}

.font-weight-bold {
    font-weight: bold !important;
}

.price-c {
    display: flex;
    /*height: 45px;*/
    height: unset;
}

.modal-img {
    width: 100%;
    /*height: 100px;*/
    margin: auto;

}

.modal-img img {
    max-width: 100%;
    width: 100%;
    max-height: 100%;
}

.price-container {
    font-family: Ubuntu, 'sans-serif';
    font-size: 15px;
}

.price-container .discount {
    font-weight: bold;
    color: #f03390;
    font-size: 20px;
}

.btn-magic {
    border: 1px solid #ec008c;
    color: #fff;
    background: linear-gradient(135deg, #de1879, #de1879 65%, #ff4fa5db 65%, #ff4fa5db);
    font-family: 'Ubuntu', sans-serif;
    text-transform: initial;
    font-size: 18px;
    font-weight: bold;
    border-radius: 15px;
}

.cart-btn {
    /* background: white;
    font-family: Ubuntu, 'sans-serif'; */
}

span {
    cursor: pointer
}

.quantity {
    /*margin:auto;*/
}

.quantity input {
    width: 51px;
    text-align: center;
    font-size: 20px;
    border-radius: 4px;
    vertical-align: middle;
    font-family: Ubuntu, 'sans-serif';
    font-weight: bold;
    border: solid 1.5px #ec008c;
}


.plus {
    border: solid 2.5px #c7c7c7;
    border-radius: 17px;
}

.minus {
    border: solid 2.5px #c7c7c7;
    border-radius: 17px;
}


.alert-success {
    color: #155724 !important;
    background-color: #d4edda !important;
    border-color: #c3e6cb !important;
}

.alert-danger {
    color: #721c24 !important;
    background-color: #f8d7da !important;
    border-color: #f5c6cb !important;
}

.toast-header {
    color: inherit;
    background-color: inherit;
}

.toast {
    max-width: 500px;
}

#toasts {
    position: fixed;
    top: 0;
    right: 0;
    padding: 10px;
    z-index: 999;
    top: 80px;
}


.cart-btn {
    /* cursor: pointer;
    position: relative;
    border-radius: 18px;
    font-weight: 600;
    box-shadow: 0px 2.5px 5px 0px #d39e005e, 0 -0.25rem 1.5rem #ffc10700 inset, 0 0.75rem 0.5rem rgba(255, 255, 255, 0.4) inset, 0 1px 0.5rem 0 rgb(255, 255, 255) inset;
    border: solid 2px #ffcd00;
    color: black; */
    /* transition: transform .2s; /* Animation */
    /* max-width: 150px; */
}
.cart-btn.nav-back {
  max-width: unset;
  box-shadow: unset;
  border: 0;
  background: unset;
}
.cart-btn span {
    font-size: 12px;
    border-radius: 79%;
    position: absolute;
    right: -6px;
    top: -6px;
    height: 20px;
    width: 20px;
    line-height: 18px;
    text-align: center;
    font-weight: bold;
    border: solid 1px black;
    background: #ffca2b;
}

.cart-title {
    font-family: Ubuntu, 'sans-serif';
    color: white;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.cart-empty {
    font-family: Ubuntu, 'sans-serif';
    color: white;
    text-align: center;
    font-size: 15px;
}

.table-dark thead {
    background: #d79cbc;
    color: black;
    border-radius: 20px;
}

/* top-left border-radius */
table tr:first-child th:first-child {
    border-top-left-radius: 20px;
    border: unset;
}

/* top-right border-radius */
table tr:first-child th:last-child {
    border-top-right-radius: 20px;
    border: unset;

}

/* bottom-left border-radius */
table tr:last-child td:first-child {
    border-bottom-left-radius: 20px;
    border: unset;

}

/* bottom-right border-radius */
table tr:last-child td:last-child {
    border-bottom-right-radius: 20px;
    border: unset;

}

table {
    font-family: Ubuntu, 'sans-serif';
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;


}

#cartTotalcol {
    color: #ffc107;
    text-shadow: 0px 1px 0 rgb(0, 0, 0), 0px -1px 0 rgb(0, 0, 0), 1px 0px 0 rgb(0, 0, 0), -1px 0px 0 rgb(0, 0, 0), 1px 1px 0 rgb(0, 0, 0), 1px -1px 0 rgb(0, 0, 0), -1px 1px 0 rgb(0, 0, 0), -1px -1px 0 rgb(0, 0, 0), 2px 2px 1px rgba(0, 0, 0, 1);
    font-weight: bold;
    font-size: 18px;
    padding: 8px !important;
}

#cartTotal {
    padding: 1px;
}

#cartTotal span {
    color: #f03390;
    font-weight: bold;
    font-size: 20px;
}

.table td, .table th {
    padding: .3rem;
}

.summary th {
    padding: 8px !important;
}

.info {
    font-family: Ubuntu, 'sans-serif';
    color: white;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
}

@keyframes cart-scale {
    0% {
        transform: scale(1.0);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1.0);
    }
}

.run-animation {
    animation: cart-scale 2s 1;
}


.ribbon {
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
    /*display: none;*/
}

.ribbon span {
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 62px;
    display: block;
    background: linear-gradient(#F70505 0%, #8F0808 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 5px;
    right: -15px;
}

.ribbon span::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #8F0808;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #8F0808;
}

.ribbon span::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #8F0808;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #8F0808;
}


.update-cart-btn {
    border: 1px solid #ffc107;
    color: black;
    background: linear-gradient(135deg, #ffc107, #ffc107 65%, #ffc003 65%, #d39e00);
    font-family: 'Ubuntu', sans-serif;
    text-transform: initial;
    font-size: 15px;
    font-weight: bold;
    border: solid 2px black;
    border-radius: 15px;
}

label {
    color: white;
}

.select2-results__option {
    padding-left: 10px;
    padding-right: 10px;
}

.form-group {
    margin-bottom: 5px;
}

.form-control {
    /*height: 30px;*/
}

.cart-price {
    width: 30%;
}

.static-page-text {
    color: white;
    font-family: Ubuntu, 'sans-serif';
}

.navbar-bottom .home img {
    width: 40px;
}

.home {
    display: contents;
}

.btn-juridic {
    background: gray;
    font-weight: bold;
    color: white;
    border: solid 2px white;

}
.contact-info i {
    vertical-align: middle;
    font-size: 1.3em;
}
.grecaptcha-badge {
    z-index: 9999999;
    bottom: 65px !important;
}
.new-category {
    position: absolute;
    top: 0;
    right: 18px;
    color: #ffc107;
    font-size: 18px;
    text-shadow: 0px 1px 0 rgb(0, 0, 0), 0px -1px 0 rgb(0, 0, 0), 1px 0px 0 rgb(0, 0, 0), -1px 0px 0 rgb(0, 0, 0), 1px 1px 0 rgb(0, 0, 0), 1px -1px 0 rgb(0, 0, 0), -1px 1px 0 rgb(0, 0, 0), -1px -1px 0 rgb(0, 0, 0), 2px 2px 1px rgba(0, 0, 0, 1);
    z-index: 100;
    display: none;
}

@keyframes click-wave {
    0% {
        height: 40px;
        width: 40px;
        opacity: 0.35;
        position: relative;
    }
    100% {
        height: 200px;
        width: 200px;
        margin-left: -80px;
        margin-top: -80px;
        opacity: 0;
    }
}

.option-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    top: 7px;
    right: 0;
    bottom: 0;
    left: 0;
    height: 25px;
    width: 25px;
    transition: all 0.15s ease-out 0s;
    background: #cbd1d8;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin-right: 0.5rem;
    outline: none;
    position: relative;
    z-index: 9;
}

.option-input:hover {
    background: #9faab7;
}

.option-input:checked {
    background: linear-gradient(135deg, #de1879, #de1879 65%, #ff4fa5db 65%, #ff4fa5db);
    content: '';
}

@media (max-width: 600px) {
    .product-form #myImg {
        height: auto;
        width: auto;
        max-height: 210px;
    }

    .desktop-search {
        display: none;
    }
}

.option-input:checked::before {
    height: 25px;
    width: 25px;
    position: absolute;
    content: "\2713";
    display: inline-block;
    font-size: 15.66667px;
    text-align: center;
    line-height: 25px;
}

.option-input:checked::after {
    -webkit-animation: click-wave 0.65s;
    -moz-animation: click-wave 0.65s;
    animation: click-wave 0.65s;
    background: linear-gradient(135deg, #de1879, #de1879 65%, #ff4fa5db 65%, #ff4fa5db);
    content: '';
    display: block;
    position: relative;
    z-index: 100;
}

.option-input.radio {
    border-radius: 50%;
}

.option-input.radio::after {
    border-radius: 50%;
}

#back-to-top {
    display: none;
    position: fixed;
    bottom: 100px;
    right: 10px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: white;
    color: #b71edd;
    cursor: pointer;
    border-radius: 4px;
    font-size: 35px;
    padding: 0 5px;
}

.back-to-shop {
    background: #f0ff00;
    color: black;
    height: unset;
    width: unset;
    font-size: 14px;
    float: right;
    padding: 5px;
    border: none;
    margin: 5px 10px 10px 10px;
    border-radius: 5px;
    font-family: 'Ubuntu', sans-serif;
}

.mobile-app {
    cursor: pointer;
    /*-webkit-touch-callout: none; !* iOS Safari *!*/
    /*-webkit-user-select: none; !* Safari *!*/
    /*-khtml-user-select: none; !* Konqueror HTML *!*/
    /*-moz-user-select: none; !* Firefox *!*/
    /*-ms-user-select: none; !* Internet Explorer/Edge *!*/
    /*user-select: none; !* Non-prefixed version, currently *!*/
}

.cart-title span {
    color: #f5539f;
}

.cart-table thead {
    background: #e5cfdc;
    color: black;
    border-radius: 20px;
}

.cart-table tbody {
    background: #efe5ea;
    color: black;
    text-align: center;

}


/*HIDE RADIO*/
.img-radio [type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

/* IMAGE STYLES */
.img-radio [type=radio] + img {
    cursor: pointer;
    width: 40px;
    border-radius: 10px;


}

/* CHECKED STYLES */
.img-radio [type=radio]:checked + img {
    outline: 3px solid #ff00cf;
}

.error {
    color: darkred;
}

/* Bottom right text */
.bottom-right {
    position: absolute;
    bottom: 8px;
    right: 16px;
    font-family: Ubuntu, 'sans-serif';
    color: white;
}

.bottom-right span {
    color: #f5539f;
    font-weight: bold;
    font-size: 25px;
}

.ios {
    display: none;
}

.android {
    display: none;
}

.daily-product-img img {
    max-width: 100%;
    max-height: 300px;
}

.no-daily-prod h5 {
    text-shadow: rgb(0, 0, 0) 2px 0px 0px, rgb(0, 0, 0) 1.75517px 0.958851px 0px, rgb(0, 0, 0) 1.0806px 1.68294px 0px, rgb(0, 0, 0) 0.141474px 1.99499px 0px, rgb(0, 0, 0) -0.832294px 1.81859px 0px, rgb(0, 0, 0) -1.60229px 1.19694px 0px, rgb(0, 0, 0) -1.97998px 0.28224px 0px, rgb(0, 0, 0) -1.87291px -0.701566px 0px, rgb(0, 0, 0) -1.30729px -1.5136px 0px, rgb(0, 0, 0) -0.421592px -1.95506px 0px, rgb(0, 0, 0) 0.567324px -1.91785px 0px, rgb(0, 0, 0) 1.41734px -1.41108px 0px, rgb(0, 0, 0) 1.92034px -0.558831px 0px;
"
}

.old-price {
    position: relative;
    display: inline-block;
    font-size: 15px;
    color: #383d41;
}

.old-price::before {
    border-bottom: 2px solid #c6107e;
    -webkit-transform: skewY(-10deg);
    transform: skewY(-10deg);
}

.old-price::before, .old-price::after {
    content: '';
    width: 100%;
    position: absolute;
    right: 0;
    top: 50%;
}

.form-clear {
    align-items: center;
    border-radius: 50%;
    bottom: 5px;
    color: #000000f5;
    cursor: pointer;
    display: flex;
    height: 24px;
    justify-content: center;
    position: absolute;
    right: 0;
    width: 24px;
    z-index: 10;
    background: #ffca2b;
    border: solid 1px black;
    margin-right: 20px;
}

.fixed-bottom {
  bottom: 0px;
  padding: 7px 11px;
  height: unset !important;
}

.countdown {
    color: #ff0000;;
    /*font-weight: bold;*/
}

.btn-arrow-right,
.btn-arrow-left {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 13px !important;
    background: #ffca2b !important;
    color: black !important;
    margin: 3px;
    font-style: italic;
}

.btn-arrow-right {
    padding-left: 25px;
}

.btn-arrow-left {
    padding-right: 25px;
}

.btn-arrow-right:before,
.btn-arrow-right:after,
.btn-arrow-left:before,
.btn-arrow-left:after { /* make two squares (before and after), looking similar to the button */
    content: "";
    position: absolute;
    top: 5px; /* move it down because of rounded corners */
    width: 22px; /* same as height */
    height: 22px; /* button_outer_height / sqrt(2) */
    background: inherit; /* use parent background */
    border: inherit; /* use parent border */
    border-left-color: transparent; /* hide left border */
    border-bottom-color: transparent; /* hide bottom border */
    border-radius: 0px 4px 0px 0px; /* round arrow corner, the shorthand property doesn't accept "inherit" so it is set to 4px */
    -webkit-border-radius: 0px 4px 0px 0px;
    -moz-border-radius: 0px 4px 0px 0px;
}

.btn-arrow-right:before,
.btn-arrow-right:after {
    transform: rotate(45deg); /* rotate right arrow squares 45 deg to point right */
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.btn-arrow-left:before,
.btn-arrow-left:after {
    transform: rotate(225deg); /* rotate left arrow squares 225 deg to point left */
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
}

.btn-arrow-right:before,
.btn-arrow-left:before { /* align the "before" square to the left */
    left: -11px;
}

.btn-arrow-right:after,
.btn-arrow-left:after { /* align the "after" square to the right */
    right: -11px;
}

.btn-arrow-right:after,
.btn-arrow-left:before { /* bring arrow pointers to front */
    z-index: 1;
}

.btn-arrow-right:before,
.btn-arrow-left:after { /* hide arrow tails background */
    background-color: #f42189;
}

.show-less, .show-more {
    color: #f03390;
    font-weight: 600;
}

.option-name {
    font-weight: bold;
    font-size: 12px;
    color: black;
}

.carousel-control-next, .carousel-control-prev {
    width: 0%;
    color: #f03390;
    font-size: 35px;
}

.description {
    font-size: 13px;
}

.product-modal-title {
    font-size: 18px;
    color: #f03390;
    font-family: Ubuntu, sans-serif;
    font-weight: bold;
}

/*Modal test*/
#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
    max-height: 250px;
    width: auto;
}

#myImg:hover {
    opacity: 0.7;
}

/* The Modal (background) */
.img-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9999999; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.9); /* Black w/ opacity */
}
.not-scrollable {
overflow: hidden;
}
/* Modal Content (image) */
.img-modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.img-modal-content, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }
    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}

/* The Close Button */
.img-close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.img-close:hover,
.img-close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
    .img-modal-content {
        width: 100%;
    }
}

.limited-description {
    display: flex;
}

#childrerino {
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    /*border-right: solid 1px black;*/
    margin-top:5px;
    height: 40px;
}






/*HIDE RADIO*/
.img-checkbox [type=checkbox] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

/* IMAGE STYLES */
.img-checkbox [type=checkbox] + img {
    cursor: pointer;
    width: 30px;
    border-radius: 10px;


}

/* CHECKED STYLES */
.img-checkbox [type=checkbox]:checked + img {
    outline: 3px solid #ff00cf;
}

.searchIcon{
    align-items: center;
    bottom: 7px;
    color: #000000f5;
    cursor: pointer;
    display: flex;
    height: 22px;
    justify-content: center;
    position: absolute;
    left: 0;
    width: 22px;
    z-index: 10;
    margin-left: 20px;
        top: 6px;
}

.radio-centered{
    margin: 0 auto;
    width: auto;
    text-align: left;
    display: table;
}
.radio-c {
    text-align: center;
    margin: 0 auto;
}

@media (max-width: 375px) {
    .product-card .img-c {
        height: 150px;
    }
}
@media(min-width: 700px) {
    .cos-pad{
        padding: 2.5rem !important;
    }
}

.card-body {
    padding-bottom: 0;
    padding-top: 5px;
}

/* .card {
    background: white;
    color: black;
} */

.card:before, .card:after {
    content: "";
    position: absolute;
    z-index: -1;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    top: 10px;
    bottom: 10px;
    left: 0;
    right: 0;
    -moz-border-radius: 100px / 10px;
    border-radius: 100px / 10px;
}

.card:after {
    right: 10px;
    left: auto;
    -webkit-transform: skew(8deg) rotate(3deg);
    -moz-transform: skew(8deg) rotate(3deg);
    -ms-transform: skew(8deg) rotate(3deg);
    -o-transform: skew(8deg) rotate(3deg);
    transform: skew(8deg) rotate(3deg);
}

.card-body p {
    margin-bottom: 5px;
}

#priceFilter .card-body {
    margin: 30px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    position: relative;
    flex-wrap: wrap;
}
#priceFilter .card-body label {
  flex: 0 0 33%;
  text-align: center;
  font-size: 12px;
}
#priceFilter .card-body label.between {
  margin-bottom: 0;
padding-top: 10px;
flex: 0 0 25%;
}
::placeholder {
  color:#e83078;
}
#priceFilter .card-body label input {
  /* text-align: center;
  border: 1px solid #fff;
  color: #e83078;
  font-weight: bold;
  outline: none;
  font-size: 16px;
  line-height: 20px;
  border-radius: 5px; */
}
.btn-filter {
    /*background: linear-gradient(111deg, #DE1879, #DE1879 69%, #E95EA1 65%, #E95EA1);*/
    background-color: #ae9295 !important;

    line-height: 20px;
    box-shadow: #816c6e 0px 2px 0px;
    border-color: transparent;
    margin: 10px 10px 10px 0px;
    color: white !important;
    border-radius: 10px !important;
    font-size:13px !important;
    /*background: linear-gradient(111deg, #000000, #000000 69%, #171717 65%, #353334);
    padding: 1px 16px;
    line-height: 20px;
    box-shadow: #000000 0px 4px 0px;
    border-color: transparent;
    margin: 10px 10px 10px 0px;
    color: white;*/
}

.btn-resetFilter {
    background-color: #b0aaac !important;
    padding: 1% 4% !important;
    line-height: 20px;
    box-shadow:#9b9698 0px 2px 0px;
    border-color: transparent;
    margin: 10px 10px 10px 0px;
    color: white;
    border-radius: 10px !important;
    font-size:13px !important;
}

.btn-aplicaFilter {
    background-color: #e83078 !important;
    padding: 1% 4% !important;
    line-height: 20px;
    box-shadow: #9a2553 0px 2px 0px;
    border-color: transparent;
    margin: 10px 10px 10px 0px;
    color: white !important;
    border-radius: 10px !important;
    font-size:13px !important;
}

.overlay {
    position: fixed;
    top: 57px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: #f0e6e7;
    display: none;
    overflow-y: auto;
    overflow-x: hidden;
}








.card-header {
    padding-left: 35px;
    font-size: 20px;
    padding-top: 3px;
    /*background: #CBC9CA;*/
    padding-bottom: 0px;
    border-bottom: unset;
}

label.sm {
    display: block;
    float: left;
    width: 50%;
    text-align:left;
}

label.sm:last-child:after {
    clear: both;
    content: " ";
    display: block;
    height: 0px;
    overflow: hidden;
}

.col-md-6:nth-child(even) > .card {
    /* background: #C3B3B3; */
    background: white;
}
.col-md-6:nth-child(odd) > .card {
    background: #CBC9CA;
}

.fixed-filters {
    position: fixed;
    z-index: 999;
    width: 130px;
    margin: 1% auto; /* Will not center vertically and won't work in IE6/7. */
    left: 0;
    right: 0;
    text-align: center;
}

a:hover {
    color: #000000;
}

.noUi-connect {
    background: #e83078 !important;
}

.noUi-pips {
    color: #ffffff !important;
}

.filter_icon {
  position: fixed;
  left: 10px;
  z-index: 9999999;
  margin-top: -40px;
  background-color: #fff;
  border-radius: 50px;
}

@media (min-width: 1280px) {
  .filter_icon {
    left: unset;
  }
  .back-btn {
    margin-left: 25px;
  }
  .back-btn-wrapper {
    margin: 0;
    float: unset;
    padding-left: 0 !important;
  }
}
@media (max-width: 780px) {
  .back-btn {
    margin-left: 15px;
  }
}
.filterRelative {
    position: relative;
}

#productsContainer {
    position: relative !important;
}
.deleted-price {
  color: #f03390;
  font-size: 17px;
  font-family: Ubuntu, 'sans-serif';
  font-weight: bold;
  opacity: 0.5;
}
.bf-banner {

}
.bf-banner h1 {
  color: #3e5666;
  text-align: center;
  font-size: 47px;
}
@media (max-width: 600px) {
  .bf-banner h1 {
      font-size: 42px;
  }
}
.bf-banner span {
  border: 1px solid white;
  border-radius: 10px;
  color: #f42189;
  text-align: center;
  width: 55%;
  line-height: 30px;
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  margin-right: 10px;
}
.bf-banner img {
  width: 100%;
  height: 100%;
  display: inline-block;
  margin-bottom: 5px;
}
@media (min-width: 1030px) {
  .bf-banner img {
    width: 75%;
height: 75%;
  }
}
.price-input {
  width: 100%;
}

.footer-auth-option{
    font-family: Ubuntu, 'sans-serif';
    color: white;
}

.footer-auth-option a{
    color: white;
}
.carousel-control-next, .carousel-control-prev {
  color: black !important;
}
.carousel-control-next {
      right: -20px;
}
.carousel-control-prev {
      left: -20px;
}

.desktop-search{
    margin-right: 30px;
}
.desktop-search .input-group {
    margin-right: 50px;
}

.desktop-search .input-group .form-control {
    /*padding-left: 2.375rem;*/
    font-family: 'Poppins', sans-serif !important;
    margin-top:3px;
    border-radius: 0 10px 10px 0;
    border-left:0;
}

.desktop-search .d-search-icon{
    margin-top: 3px;
    /*border-radius: 5px;*/
    border-radius: 10px 0px 0px 10px;
}
.desktop-search .close-search-icon{
    margin-top: 3px;
    /*border-radius: 5px;*/
    border-radius: 0px 10px 10px 0px;
}
.desktop-search .close-search-icon span{

    border-radius: 0px 10px 10px 0px;
}

.desktop-search .d-search-icon span{
    border-radius: 10px 0px 0px 10px;
}

.desktop-search  .input-group .form-control-icon {
    position: absolute;
    z-index: 5;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
    margin-top: 2px;
}

.desktop-search  #removeText {
    z-index: 5;
}

.desktop-search  .form-control:focus.search-input {
    border-color: rgb(206, 212, 218);
    box-shadow: none;
}

.desktop-search .has-text{
    border-radius: 0 !important;
}
@keyframes fadeFromBottom {
    from {
        opacity: 0;
        transform: translate3d(0, 50%, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}  @keyframes fadeFromTop {
       from {
           opacity: 0;
           transform: translate3d(0, -50%, 0);
       }
       to {
           opacity: 1;
           transform: translate3d(0, 0, 0);
       }
   }
