.text-desc{
    font-family: var(--mellis-font);
    color: var(--mellis-gray);
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
}
.main-menu__logo img {
    height: 50px;
}

.services-one {
    padding-top: 90px;
}

.services-one__icon {
    position: initial;
    margin: auto;
    transform: none;
}

.about-one__points li+li {
    margin-top: 25px;
}

.about-one__points li h4 span {
    padding: 12px;
}

.product__all-btn {
    margin-top: 20px;
}

.about-one__text {
    margin-bottom: 40px;
}

.lista-categorie .services-one__img,
.lista-categorie .services-one__img img,
.lista-categorie .services-one__img:before {
    border-radius: 0;
}

.footer-widget__contact {
    margin-top: 40px;
    display: block;
}

.page-header__inner h1{
    font-size: 40px;
    color: var(--mellis-white);
    line-height: 50px;
    margin-top: 15px;
}
.product-details__social{
    margin-top: 30px;
}
.cart-count{
    font-size: 10px;
    line-height: 14px;
    background-color: var(--mellis-base);
    width: 14px;
    height: 14px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    right: -10px;
    bottom: -5px;
}
.logo-box img{
    height: 40px;
}
.products-one__price.old{
    text-decoration: line-through;
    font-weight: 400;
}
.products-one__price {
  line-height: 14px;
}
.products-one__name{
    margin-bottom: 10px;
}
.whatsapp{
    position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: 1000000;
    border-radius: 50%;
    background-color: #4dc247;
    height: 48px;
    width: 48px;
    padding: 0px 11px;
    margin: 0px 20px 20px 0px;
    cursor: pointer;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.25);
    box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
}
.whatsapp i{
    font-size: 30px;
    line-height: 48px;
    color: #fff;
}
.whatsapp:hover{
    -webkit-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.45);
    -moz-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.45);
    box-shadow: 2px 2px 11px rgba(0,0,0,0.7);
}
.kkCheck{
    display: none;
}
.shop .services-one__single-inner {
  position: relative;
  display: block;
  padding: 0px;
  overflow: hidden;
}
.services-one__content{
    padding: 20px;
}
.product-price{
    position: relative;
    display: inline-block;
    color: var(--mellis-base);
    font-size: 20px;
    line-height: 26px;
    font-weight: 800;
    margin-left: 0px;
    font-family: var(--mellis-font);
}
.product-detail .old-price{
    display: inline-block;
}
.product-details__buttons-2 a{
    height: 50px;
    padding: 10px 49px 14px;
}
.check-icon {
  font-size: 32px;
  vertical-align: middle;
  color: #000;
  display: inline;
}
.modal-info.modal-title div{
    display: inline;
}
.modal-info.modal-title{
    padding: 20px 0px;
}
.kkRow .product-price{
    display: table-cell;
}
.stripe-loader{
    background-color: #fff;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 999;
    vertical-align: middle;
}
.stripe-loader img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 200px;
    vertical-align: middle;
}
.iva{
    margin-left: 5px;
    display: none;
}
.owl-dots {
  text-align: center;
  width: 100%;
  margin-top: 30px;
}
.owl-dot {
  margin-right: 7px;
}
.owl-dot span {
  border: 1px solid var(--mellis-base);
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 50%;
}
.owl-dot.active span {
  background-color: var(--mellis-base);
}
.impacts .services-three__icon {
  position: relative;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.services-one__single-inner i.main-icon{
    font-size: 58px;
    margin-bottom: 30px;
    color: #bb8d1d;
}
.services-one__single-inner img{
    max-width: 100%;
}
.badge-stock{
    display: inline-block;
    font-size: 12px;
    line-height: 12px;
    padding: 8px 10px;
    margin-bottom: 10px;
}
.badge-stock.available{
    color: #0f5132;
    background-color: #d1e7dd;
}
.badge-stock.last{
    color: #055160;
    background-color: #cff4fc;
}
.badge-stock.sold{
    color: #842029;
    background-color: #f8d7da;
}
.category-row .services-one__img {
  border-radius: 0px;
}
.category-row .services-one__img img {
  border-radius: 0px;
  margin-bottom: 20px;
}
.category-row .services-one__single:hover .services-one__img::before {
  transform: scale(0);
}
.category-row .services-one__img-box {
  margin: 0px;
  width: 100%;
}
.category-row .services-one__btn-box {
  margin-top: 10px;
  padding-top: 20px;
}
.category-row .services-one__single-inner {
  position: relative;
  display: block;
  padding: 30px 60px 30px;
  overflow: hidden;
}
.category-row .services-one__single:hover {
  border: 0px solid var(--mellis-base);
}
.v-middle{
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.swiper-slide {
  height: auto !important;
}
.contact-page__left a{
  color: #89868d;
}
.career img{
  max-width: 100%;
}
.contact-page__form-input-box select{
  height: 58px;
  width: 100%;
  border: none;
  background-color: var(--mellis-extra);
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
  font-size: 14px;
  color: var(--mellis-gray);
  display: block;
}
#kkVarianti select{
    width: 100%;
    margin-top: 10px;
    border-radius: 0px;
    border-width: 0px;
    padding: 14px 49px 14px;
    font-size: 16px;
}
.cart_description small {
  display: block;
  line-height: 
}
.input-counter {
  background-color: #f8f8f8;
  margin-left: 5px;
}
.cart-table .input-counter span {
  cursor: pointer;
  color: #232323;
  width: 45px;
  display: inline-block;
  background-color: #f8f8f8;
  line-height: 50px;
}
.cart-table .input-counter input {
  height: 45px;
  font-family: 'Lato', sans-serif;
  color: #495548;
  outline: 0;
  display: inline-block;
  border: none;
  background-color: #f8f8f8;
  text-align: center;
  width: 45px;
  font-size: 17px;
  font-weight: 300;
}
.ptb-60{
  padding-top: 60px;
  padding-bottom: 60px;
}
.modal-footer .btn{
  background-color: #ebebeb;
}
.modal-footer .btn-primary{
  background-color: #222;
}
.product-details__title {
  margin-bottom: 10px;
}
#kkPrezzo{
  margin-bottom: 20px;
}
.sale-label{
  position: absolute;
  top: 0px;
  right: 0px;
  margin-top: 10px;
  margin-right: 10px;
  background-color: #ebebeb;
  color: #000;
  padding: 5px 8px;
  font-size: 12px;
  line-height: 12px;
  z-index: 10;
}
@media only screen and (max-width: 768px) {

    .services-details-two {
        padding-top: 40px;
    }
    .page-header__inner h2 {
        font-size: 30px;
    }
    .services-details-two__category{
        margin-top: 40px;
    }
    .product-details__buttons-2 a {
        padding: 10px 20px 14px !important;
        letter-spacing: 0.5px;
    }
    .product-details__buttons-2 {
        margin-top: 0px !important;
    }
    .product-details__buttons-2 {
        margin-left: 20px;
    }
}