span[class^="icon"].icon-menu::before {
	color: var(--menu-color) !important;
}

.menu-top-list {
	font-size: 14px !important;
}

.total-price-shopping-cart {
	font-size: 18px !important;
}

.shopping-cart-label-empty,
#product-list .list-product-empty, 
#product-list-sidebar .list-product-empty {
	color: #606060 !important;
}

.btn-buy-kit .btn-text {
  font-weight: 500 !important;
  font-size: 17px !important;
}

.label-launch {
	background: #152920 !important;
}

.label-promo {
  background: #155538 !important;
}

.label-promo, .label-launch {
	padding-top: 6px !important;
	padding-bottom: 6px !important;
	padding-left: 8px !important;
	padding-right: 8px !important;
    margin: 3px !important;
}

.label-promo,
.label-launch {
	/* font-size: 12px !important; */
    line-height: 20px !important;
}

.product-name,
 .total-price-shopping-cart-wrapper,
.title-secundary,
.btn-buy-kit .btn-text,
.btn-buy .btn-text,
.header-box-content h1,
.header-box-content h2,
.header-box-content h3,
.header-box-content h4,
.header-box-content h5,
.header-box-content h6,
.header-box-content .title-primary,
.header-box-content .title-secundary,
.list-products-shopping-cart .total-price-shopping-cart-wrapper,
#header-main .element-menu-top .menu-top-list li a,
#product-list .product-list-item .product-info .product-name,
#nav-main .element-menu-category ul[class$="list"] > li > a {
	text-transform: none !important;
}

.list-products-shopping-cart .total-price-shopping-cart-wrapper {
	font-size: 18px !important;
}

#product-list .product-list-item .product-image img {
	width: 100% !important;
    object-fit: cover !important;
    min-height: 100% !important;
}

.product-brand,
.product-sku,
.product-category,
.product-rating {
	font-size: 16px !important;
}

#product-list .product-list-item .product-info .product-name .product-link h2 {
	padding-top: 10px !important;
    font-weight: 600 !important;
	font-size: 18px !important;
    line-height: 26px;
}

.title-secundary {
	color: #000 !important;
}

.element-breadcrumb .breadcrumb ul.breadcrumb-list li a {
	color: var(--text-color) !important;
}

.search-field {
	border: none !important;
}

span[class^="icon"].icon-search::before,
.search-field,
.search-field::placeholder {
    opacity: 1;
    background-color: #d6d6d6 !important;
	color: #152920 !important;
}

// .link-shopping-cart,
#nav-main .element-menu-category ul[class$="list"] > li:hover > a,
.btn-link-menu {
    background: transparent !important;
}

.element-menu-category {
    -webkit-box-shadow: 0 0px 0 !important;
    -moz-box-shadow: 0 0px 0 !important;
	box-shadow: 0 0px 0 !important;
    background: transparent !important;
}

.menu-category-list {
    border-bottom: 1px solid var(--menu-color) !important;
    border-radius: 5px;
}

.menu-category-list > li > a:hover {
    transform: translate(0, -5px);
    background: transparent !important;
}

#tellme-nome,
#tellme-email,
#tellme-btn,
#modal-tell-me,
.newsletter-nome,
.newsletter-email,
.element-banner-main img,
.input-inline input,
.input-inline textarea,
.label-promo,
.label-launch,
.product-image img,
.product-main-image img,
#CatalogoEmail,
.input-shipping,
.cart-item-amount,
.cart-item-decrement,
.cart-item-increment,
.select-box-placeholder,
.content-main-cols-1,
.bx-viewport,
.btn,
.banner-tarja,
.link-shopping-cart,
.search-field,
.list-products-shopping-cart {
   border-radius: 12px !important;
}

.bx-next,
.bx-prev {
	border-radius: 50% !important;
}

.banner-tarja {
    display: flex;
	margin-left: auto;
    margin-right: auto;
    width: 1000px; 
    height: 200px;
    background: #fafffa;
}

.banner-item {
    display: inline-block;
	margin: 12px;
    width: 100%;
    height 90%;
    background: #00D9DB;
    flex-grow: 1;
}

#banner-stripe {
	margin-left: 0 !important
}

#banner-stripe > li {
	margin-left: auto;
    margin-right: auto;
}

.product-list-item {
	border-radius: 8px;
}

.logo > a > img {
	border-radius: 50%;
}

.input-inline {
	width: 60vw !important;
}

#nav-main .element-menu-category ul[class$="list"] > li:hover > a {
  background: transparent !important;
}