/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */


/* COLORES CORPORATIVOS 
	Naranja: #87ae4f
	Gris ocuro: #292929
	Gris secundario: #323232
	Gris claro: #e6e6e6
*/

/* GENERAL */
.btn-primary:hover {
    color: #fff;
    background-color: #87ae4f;
    border-color: transparent;
}
.btn-primary {
    color: #fff;
    background-color: #323232;
    border-color: transparent;
}
.ApColumn .title_block:before {
    background: #87ae4f !important;
    width: 40px !important;
}
.leo-megamenu .navbar-nav>li>a:hover, .leo-megamenu .navbar-nav>li>a:focus, .leo-megamenu .navbar-nav>li>a:active {
    color: #87ae4f;
    background-color: transparent;
}

.info_shops_mercat  .btn-secondary, .btn-tertiary,
.buttonhome.btn-secondary{
    color: white;
    background-color: #87ae4f;
    border: 1px solid #87ae4f;
    font-weight: 400 !important;
    padding: 15px 38px !important;
    font-family: 'Open Sans', sans-serif;
	margin-left: auto!important;
	margin-right: auto;
	text-transform: initial;
	font-size: 18px;
	border-radius: 50px;

}
.info_shops_mercat .btn-secondary:hover, .btn-tertiary:hover,
.buttonhome.btn-secondary:hover{
    color: #87ae4f;
    background-color: #fff;
    border-color: transparent;
}
.leo-fly-cart .leo-fly-cart-icon {
    color: #87ae4f;
    display: inline-block;
    font-size: 1.125rem;
}
.leo-fly-cart.solo .leo-fly-cart-icon-wrapper {
    background: #FFFFFF;
    padding: 0.3125rem;
    border: 1px solid #87ae4f;
    cursor: pointer;
}
.leo-fly-cart.solo .leo-fly-cart-total {
    font-size: 0.8125rem;
    color: #87ae4f;
}
a:focus, a:hover {
    color: #87ae4f;
    text-decoration: underline;
}
#back-top a {
    width: 70px;
    height: 70px;
    background: #323232;
    color: white;
    font-size: 1.25rem;
    line-height: 45px;
    padding: 80%;
}
#back-top a:hover {
    background-color: #87ae4f;
}
.search-widget form input[type=text]:focus + button {
    color: #87ae4f;
}
/* HEADER */
@media (min-width: 1200px){
	#_desktop_cart .cart-preview .header .cart-inner {
		padding: 9px 0 0.5rem 0.625rem;
	}
}
svg.svg-inline--fa.fa-shopping-cart.fa-w-18 {
	margin-top: 9px;
}
#_desktop_cart .cart-preview.active a {
    color: #87ae4f;
}
.popup-over .popup-content li.current a {
    color: #87ae4f;
}
.popup-over .popup-content a:hover {
    color: #87ae4f;
    background: none;
}
.header-nav {
    font-size: .9375rem;
}
/*#_desktop_cart .cart-preview .shopping-cart {
    vertical-align: middle;
    color: #87ae4f;
    text-align: center;
    font-size: 0.9375rem ;
    line-height: 32px;
    float: left;
}*/
#_desktop_cart .cart-preview .header {
    color: #292929;
}
.popup-over a.popup-title:hover {
    color: #87ae4f;
}
.header-information .ApHtml.block__latestnews p {
    color: #292929;
    margin-bottom: 0;
}
.header-information .dropdown {
    color: #323232;
}
.dropdown-item:focus, .dropdown-item:hover {
    background: none;
    text-decoration: none;
    color: #87ae4f;
}
.header-nav a:hover {
    color: #87ae4f;
}

@media (min-width: 1200px){
	#_desktop_cart .cart-preview .shopping-cart {
		border: 2px solid #87ae4f;
		width: 2.1875rem;
		height: 2.1875rem;
	}
}
.text-xs-center {
    text-align: center!important;
}
.header_logo {
    width: 100%;
    padding-top: 1.5rem !important;
    padding-bottom: 0.5rem !important;
}
.search-widget form button[type=submit]:hover {
    color: #87ae4f;
}
.search-widget form input[type=text]:focus {
    outline: none;
    color: #414141;
    border-bottom-color: #87ae4f;
}
.navbar-toggleable-md {
    margin-top: 4%;
}
#header .textHeaderShop {
    text-transform: uppercase;
    color: #161515;
    font-weight: bold;
    text-align: right;
    top: 50%;
    align-content: center;
	padding-top: 45px;
    font-size: 17pt;
}
@media (min-width: 992px) and (max-width:1060px){
	#header .textHeaderShop {
		text-transform: uppercase;
		color: #161515;
		font-weight: 700;
		text-align: right;
		top: 50%;
		align-content: center;
		padding-top: 36px;
		font-size: 13pt;
	}
}
@media (max-width: 990px) {
	#header .textHeaderShop {
		text-transform: uppercase;
		color: #161515;
		font-weight: bold;
		text-align: center;
		top: 50%;
		align-content: center;
		padding-top: 14px;
		font-size: 17pt;
	}
}

/* MENU */

.leo-megamenu .navbar-nav > li.active > a, .leo-megamenu .navbar-nav > li:hover > a, .leo-megamenu .navbar-nav > li:focus > a {
    color: #87ae4f;
    background-color: transparent;
}
.search-widget .btn-search:hover {
    color: #87ae4f;
}
.search-column {
	padding-top: 35px;
}
.leo-megamenu .dropdown-menu {
    top: 80%;
}
.thumbnail-container .product-title a:hover {
    color: #87ae4f;
}
.leo-megamenu .dropdown-menu li a:hover {
    background-color: transparent;
    color: #87ae4f;
}
@media (min-width: 992px) {
	.leo-megamenu .dropdown-menu li {
		line-height: 25px;
		padding: 3px 0;
		float: none;
		list-style: none;
		float: left;
		width: 250px;
	}
}

/* HOME */
.iview-directionNav a:hover {
    background: #87ae4f;
    color: #FFFFFF;
}
.torreblanca-services { 
	margin-bottom: 4%;
}
.service-column {
	text-align: center;
}
.service-column .image_description h3{
	font-size: 1.525rem;
}
.image-parades {
	margin-bottom: 0px !important;
}
.info_shops_mercat .title_block {
    font-size: 2.1875rem;
    text-transform: none;
    text-align: left !important;
    margin-bottom: 2.5rem;
    padding-bottom: 0.9375rem;
    position: relative;
    padding-top: 10%;
}
.info_shops_mercat {
    padding: 0 5%;
}
.info_shops_mercat  .btn-secondary {
    margin-left: 5%;
}
.ApColumn .info_shops_mercat .title_block:before {
	margin: 0px !important;
} 
@media (max-width:468px) {
	.info_shops_mercat{
		padding-bottom: 30px;
	}
}

@media(min-width:468px){
	.torreblanca-services{padding: 0 20px !important;}
}

.mercathome{margin-bottom:0px !important;}

#index .footer-container {
    margin-top:0px !important;
}

/* BREADCRUMB */
#wrapper .breadcrumb li a:hover {
    color: #87ae4f;
}
.products-selection .display > div.selected a {
    color: #87ae4f;
}
.products-selection .display > div a:hover {
    color: #87ae4f;
}
.products-sort-order .select-list:hover {
    background: #323232;
    color: #FFFFFF;
    text-decoration: none;
}
.thumbnail-container .functional-buttons > div .btn-product:hover, .thumbnail-container .functional-buttons > div .btn-product.added {
    color: #87ae4f;
}
.block-categories .category-sub-menu li > a:hover {
    color: #87ae4f;
}
#wrapper .breadcrumb li{
    background: #000;
    opacity: 0.7;
    padding: 0px 0px 0px 7px;
} 

@media (min-width: 768px){
	#wrapper .breadcrumb .container .h1 {
		background: #000;
    	opacity: 0.7;
		color: #FFF;
		font-size: 2.5rem;
		text-transform: none;
		padding: 0 10px;
	}
}

/* PRODUCT LIST */
.sidebar .block .title_block:before {
    position: absolute;
    content: "";
    font-family: "FontAwesome";
    width: 1.875rem;
    height: 2px;
    background: #87ae4f;
    bottom: 0;
    left: 1.25rem;
}
.pagination .current a {
    color: #87ae4f;
    text-decoration: none;
}
.pagination a:hover, .pagination a:focus {
    color: #87ae4f;
    text-decoration: none;
}

#products .product-title, .featured-products .product-title, .product-accessories .product-title, .product-miniature .product-title {
    margin-top: 5px;
    margin-bottom: 13px;
    height: 48px;
}

.thumbnail-container .product-title a {
    color: #666666;
    font-size: 19px;
    font-family: "Hind", sans-serif;
    font-weight: 300;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inherit;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.thumbnail-container .product-price-and-shipping {
    color: #000000;
    font-family: "Hind", sans-serif;
    font-size: 22px;
    padding: 0 0 0.3125rem;
    min-height: 2.9rem;
}


#index .thumbnail-container .product-meta,
#category .thumbnail-container .product-meta,
#product .thumbnail-container .product-meta {
    padding: 0.625rem;
    overflow: hidden;
    position: relative;
    height: 116px;
}

/* PRODUCT PAGE */
.msgDeliveryInformation{
    color: #87ae4f !important;
    font-weight: bold !important;
    font-size: 22px !important;
}

a:hover {
    color: #87ae4f;
    text-decoration: none;
}
.product-cover .layer:hover {
    color: #FFFFFF;
    background: #87ae4f;
}
.product-actions .add-to-cart {
    background: #87ae4f;
}
.product-actions .add-to-cart:hover {
    background: #5d5d5d;
}
.leo-compare-wishlist-button .btn-product:hover, .leo-compare-wishlist-button .btn-product.added {
    background: #87ae4f;
}
.seller-information h4 {
    color: #292929;
    border-bottom: 3px solid #292929;
    padding-bottom: 7px;
}
.product-actions .control-label {
    min-width: 6.25rem;
    margin-top: 2%;
    display: inline-block;
    float: left;
    margin-right: 0.625rem;
}
.product-variants > .product-variants-item select {
    border: 1px solid #eaeaea;
    padding: 0 23px 0 10px;
    outline: none;
    margin-top: -0.625rem;
    width: auto;
    height: 2.5rem;
}
.products-section-title:before {
    content: "";
    background: #87ae4f;
    bottom: 0px;
    position: absolute;
    display: inline-block;
    width: 1.875rem;
    height: 0.125rem;
    left: 0;
}
#block-reassurance img {
    width: 1.563rem;
    display: flex;
    margin-right: 0.625rem;
    height: 1.563rem;
}

#product  .seller-information-container{
    padding: 0;
    margin-bottom: 10px;
}
#product  .seller-information h4{
    font-family: "Montserrat", sans-serif;
	border-bottom: none;
}
#product  .seller-information-container .seller-logo {
    text-align: center;
    width: auto;
    height: auto;
    padding: 3px;
    border: 1px solid #f6f6f6;
    box-shadow: none;
    background-color: #ffffff;
    margin-bottom: 0px;
    margin-right: 10px;
}

#product .seller-information-container .img-fluid{width:100%;}

.owl-theme .owl-buttons div {
    position: absolute;
    top: 50%;
    line-height: 27px;
    color: transparent;
    text-align: center;
    background: #FFFFFF;
    border: 2px solid #87ae4f !important;
}
.owl-theme .owl-buttons div:hover {
    background: #87ae4f !important;
}
.owl-theme .owl-buttons div:before {
    content: "\f105";
    font-family: "FontAwesome";
    color: #87ae4f !important;
    font-size: 1.375rem;
    display: block;
}
.owl-theme .owl-buttons div:hover:before {
    color: #FFFFFF !important;
}

.product-customization {
    margin: 0 0 10px;
}

.product-customization  .card-block {
    padding: 0;
	border-bottom: none;
	border-left: none;
	border-right: none;
	padding-top: 10px;
}

.product-customization .product-customization-item {
    margin: 0;
}

.sellerContacPhonetLink{margin: 10px 0;}

/* CHECKOUT */
.product-price {
    color: #87ae4f;
    display: inline-block;
    font-size: 1.125rem;
    font-weight: 400;
}
.leo-dropdown-cart-item a:hover, .leo-dropdown-cart-item a:focus {
    color: #87ae4f;
}
.view-leo-dropdown-additional {
    background: #323232;
    position: absolute;
    bottom: 0;
    cursor: pointer;
    margin-bottom: 0.625rem;
    right: 0.625rem;
    width: 1.25rem;
    height: 1.25rem;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active, .btn-outline.active {
    color: #FFFFFF;
    background-color: #87ae4f;
    border-color: #87ae4f;
}
.cart-grid-body a.label:hover {
    color: #87ae4f;
}
.custom-radio input[type="radio"]:checked + span {
    display: block;
    background-color: #87ae4f;
}
.leo-dropdown-cart-subtotals .value, .leo-dropdown-cart-total .value {
    color: #000;
    font-size: 13px;
    float: right;
}

/* CUENTA */
.page-my-account #content .links a:hover i {
    color: #87ae4f;
}
.page-my-account #content .links a:hover svg {
    color: #87ae4f;
}
.btn-info {
    color: #fff;
    background-color: #87ae4f;
    border-color: #87ae4f;
}
.btn-info:hover {
    color: #fff;
    background-color: #323232;
    border-color: #323232;
}
.leo-wishlistproduct-item .thumbnail-container .cart .add-to-cart:hover, .leo-wishlistproduct-item .thumbnail-container .cart .add-to-cart.added, .leo-productscompare-item .thumbnail-container .cart .add-to-cart:hover, .leo-productscompare-item .thumbnail-container .cart .add-to-cart.added {
    background: #87ae4f;
    border-color: #87ae4f;
}
.group-span-filestyle .btn-default, .group-span-filestyle .bootstrap-touchspin .btn-touchspin, .bootstrap-touchspin .group-span-filestyle .btn-touchspin {
    background: #87ae4f;
}

/* QUIENES SOMOS */
.image-gallery-aboutus .image-item {
	padding-bottom: 2%;
}

/* LIST MARKETPLACE */
#module-jmarketplace-sellercatalog .thumbnail-container .product-meta {
    padding: 0.625rem;
    overflow: hidden;
    position: relative;
    height: 175px;
}

#content .sellercatalog-footer, .orderby-selection {
    display: flex;
    justify-content: space-between !important;
    margin-bottom: 1.25rem;
    background-color: #f1f1f1;
    padding: 0.5rem 1.25rem;
}
.orderby-selection .total-products {
    color: #272727;
    margin: 1% 0 0;
}
.orderby-selection .sort-by #btnGroupOrderBy {
    min-width: 290px;
    text-align: left;
    width: 100%;
    color: #272727;
    background: white;
    cursor: pointer;
    height: 35px;
    line-height: 27px;
    font-size: 0.8125rem;
    position: relative;
    margin-left: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    padding: 0.3125rem 0.9125rem 0.3125rem 0.3125rem;
}
.sort-by {
    padding-right: 10px;
    padding-left: 15px;
    padding-top: 2px;
}
#btnGroupOrderBy.btn.btn-outline-primary.dropdown-toggle::after {
	margin-left: 70%;
	border-top: 0.4em solid;
    border-right: 0.4em solid transparent;
    border-left: 0.4em solid transparent;
}
.btn-outline-primary {
    border-color: #fff;
}
.btn-outline-primary:active, .btn-outline-primary.active, .open > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #3387f2;
    border-color: #fff !important;
}
.btn-outline-primary:hover {
    border-color: #fff !important;
}
.dropdown-item:focus, .dropdown-item:hover {
    background: #323232;
    color: #FFFFFF;
    text-decoration: none;
}
.sort-by .dropdown-menu {
    min-width: 100%;
    left: 00px;
}
.dropdown-item {
    display: block;
    color: #414141;
    padding: 0.625rem 1.25rem;
}
.dropdown-menu {
    border-radius: 0px;
}
#btnGroupOrderBy .dropdown-toggle::after {
    margin-left: 12.3em;
}
.page-footer .sellercatalog-footer, .orderby-selection  {
    width: 100%;
    background: #f1f1f1;
    min-height: 3.125rem;
    padding: 0.3125rem 0.625rem;
	justify-content: space-evenly;
}
.page-footer .sellercatalog-footer .showing{
    text-align: center !important;
    line-height: 3.5rem;
	color: #272727;
}
.page-footer .sellercatalog-footer .pagination {
	background: transparent ;
}

#module-jmarketplace-sellerproduct .pagination, #module-jmarketplace-sellercatalog .pagination {
    width: auto;
    display: inline-block;
    padding-left: 40px;
    margin: 0px;
    border-radius: 0px;
    padding-top: 5%;
}
#module-jmarketplace-sellerproduct .pagination > li > a, #module-jmarketplace-sellerproduct .pagination > li > span, #module-jmarketplace-sellercatalog .pagination > li > a, #module-jmarketplace-sellercatalog .pagination > li > span, #module-jmarketplace-sellers .pagination > li > a, #module-jmarketplace-sellers .pagination > li > span {
    position: relative;
    float: left;
    padding: 0px 12px;
    line-height: 1.42857;
    text-decoration: none;
    background-color: transparent;
    border: none;
    margin-left: -1px;

}
#module-jmarketplace-sellerproduct .pagination > li > a:hover, .pagination > li > a:focus, #module-jmarketplace-sellerproduct .pagination > li > span:hover, #module-jmarketplace-sellerproduct .pagination > li > span:focus, #module-jmarketplace-sellercatalog .pagination > li > a:hover, .pagination > li > a:focus, #module-jmarketplace-sellercatalog .pagination > li > span:hover, #module-jmarketplace-sellercatalog .pagination > li > span:focus, #module-jmarketplace-sellers .pagination > li > a:hover, .pagination > li > a:focus, #module-jmarketplace-sellers .pagination > li > span:hover, #module-jmarketplace-sellers .pagination > li > span:focus {
    background-color: none;
    color: #87ae4f;
}
jmarketplace-sellerproduct .pagination > .active > span:hover, #module-jmarketplace-sellerproduct .pagination > .active > span:focus, #module-jmarketplace-sellercatalog .pagination > .active > a, #module-jmarketplace-sellercatalog .pagination > .active > a:hover, #module-jmarketplace-sellercatalog .pagination > .active > a:focus, #module-jmarketplace-sellercatalog .pagination > .active > span, #module-jmarketplace-sellercatalog .pagination > .active > span:hover, #module-jmarketplace-sellercatalog .pagination > .active > span:focus, #module-jmarketplace-sellers .pagination > .active > a, #module-jmarketplace-sellers .pagination > .active > a:hover, #module-jmarketplace-sellers .pagination > .active > a:focus, #module-jmarketplace-sellers .pagination > .active > span, #module-jmarketplace-sellers .pagination > .active > span:hover, #module-jmarketplace-sellers .pagination > .active > span:focus {
    z-index: 2;
    color: #87ae4f;
    background-color: transparent;
    border-color: transparent;
    cursor: default;
}
#module-jmarketplace-sellerproduct .pagination > li > a:hover, .pagination > li > a:focus, #module-jmarketplace-sellerproduct .pagination > li > span:hover, #module-jmarketplace-sellerproduct .pagination > li > span:focus, #module-jmarketplace-sellercatalog .pagination > li > a:hover, .pagination > li > a:focus, #module-jmarketplace-sellercatalog .pagination > li > span:hover, #module-jmarketplace-sellercatalog .pagination > li > span:focus, #module-jmarketplace-sellers .pagination > li > a:hover, .pagination > li > a:focus, #module-jmarketplace-sellers .pagination > li > span:hover, #module-jmarketplace-sellers .pagination > li > span:focus {
    background-color: transparent;
}
.btn-danger {
    color: #fff;
    background-color: #323232;
    border-color: #323232;
}
.btn-success {
    color: #fff;
    background-color: #323232;
    border-color: #323232;
}
.favorite-sellers li {
    text-align: center;
    margin-bottom: 20px;
    height: 185px;
}
#module-jmarketplace-favoriteseller .card {
    position: relative;
    display: block;
    margin-bottom: 0.75rem;
    background-color: #fff;
    border-radius: 0.25rem;
    border: 1px solid rgba(0, 0, 0, 0.125);
    height: 316px;
}
#module-jmarketplace-sellerprofile  #js-product-list .thumbnail-container .product-meta {
    padding: 33px 20px;
    overflow: hidden;
    position: relative;
}
#module-jmarketplace-sellerprofile #js-product-list .thumbnail-container {
    height: 450px !important;
	width: 370px;
}
#module-jmarketplace-sellerprofile #js-product-list .thumbnail-container .functional-buttons {
    background: #21212a;
    height: 3.125rem;
    padding: .525rem 0;
    display: none;
}
#seller-new-products h2 {
    text-align: left;
}
#seller-new-products .products {
    justify-content: left;
}

/* PARADES */
.subcategory-meta h3 {
    margin-top: 5px;
    margin-bottom: 15px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 1px;
}


/* FOOTER */
.footer-center {
    padding-top: 0px;
    padding-bottom: 0px;
    background: transparent;
}
.footer-bottom .container {
    padding-top: 0px;
    padding-bottom: 0.9375rem;
    background: transparent;
    color: #777;
}
.copyright-column {
    padding-top: 16px;
}
.footer-bottom {
    background: #323232;
}
div.aeuc_footer_info {
    text-align: center;
    font-size: 0.875rem;
    margin-top: 0px;
    margin-bottom: 0px;
    display: none;
}
.footer-container li a:hover {
    color: #87ae4f;
}
#footer svg:not(:root).svg-inline--fa {
    overflow: visible;
    margin: 2%;
}
.payment-column {
    padding-top: 10px;
}

.combinations_price_wrapper{
    position: absolute;
    background: #aaa;
    border: 3px dashed #000;
    border-radius: 10px;
    top: -40%;
    padding: 10px;
    text-align: center;
}

.combination-impact-notax, .combination-impact-taxes{
    text-align: center;
}

#save_price_button{
    margin-top: 10px;
}
div#language-selector-label {
    display: none;
}
.subcategory-button {
	display: flex;
	justify-content: space-evenly;
	margin-bottom: 10px;
	margin-top: 10px;
						}

.subcategory-button .button {
	display: inline-block;
	padding: 10px 20px;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	border: 2px solid #87ae4f; /* Color del borde */
	color: #87ae4f; /* Color del texto */
	border-radius: 5px; /* Bordes redondeados */
	transition: background-color 0.3s, color 0.3s;
						}
.subcategory-button .button:hover {
	background-color: #87ae4f; /* Cambia el fondo al color del borde al pasar el ratón */
	color: #fff;
}
.icono:hover svg {
  transform: scale(1.5); /* Increase size by 20% */
  transition: transform 0.2s ease-in-out; /* Add smooth transition */
}
.icono svg {
  transform: scale(1); /* Reset size to normal */
  transition: transform 0.2s ease-in-out; /* Add smooth transition */
}
.icono:hover img {
  transform: scale(1.6); /* Increase size by 20% */
  transition: transform 0.2s ease-in-out; /* Add smooth transition */
}
.icono img {
  transform: scale(1); /* Reset size to normal */
  transition: transform 0.2s ease-in-out; /* Add smooth transition */
  width: 25px;
}

.services-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
}

.services-container a {
	justify-items: center;
}

.service {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 300px;
    margin-bottom: 40px;
}

.services-container .icon {
    transition: transform 0.3s, box-shadow 0.3s;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    /* background: #fff; */
    /* box-shadow: 0 2px 8px rgba(0,0,0,0.04); */
    /* border: 1.5px solid #f5a301; */
    position: relative;
}

.services-container .icon img {
    width: 60%;
    height: auto;
    display: block;
    transition: transform 0.2s ease-in-out;
}

.services-container .icon:hover {
    transform: scale(1.1) rotate(-5deg);
    /* box-shadow: 0 4px 16px rgba(0,0,0,0.15); */
}

.services-container .icon:hover img {
    transform: scale(1.2);
}

.service-title {
    font-size: 20px;
    font-weight: normal;
    text-align: center;
}

.aparcament-container h1,
.aparcament-container h3,
.aparcament-container h4 {
    text-align: center;
    font-weight: 400;
    margin-top: 0;
}

.aparcament-container h1 {
    font-size: 2.5em;
    margin: 40px 0 10px 0;
    letter-spacing: 2px;
}

.aparcament-container h3 {
    font-size: 2em;
    margin: 30px 0 10px 0;
}

.aparcament-container h4 {
    font-size: 1.3em;
    margin: 30px 0 10px 0;
}

.aparcament-container .highlight {
    color: #f5a301;
    font-weight: bold;
}

.aparcament-container .section {
    margin: 40px 0;
}

.aparcament-container .row {
    display: flex;
    flex-wrap: wrap;
    gap: 0 40px;
    align-items: flex-start;
    justify-content: center;
}

.aparcament-container .col {
    flex: 1 1 300px;
    min-width: 280px;
    max-width: 420px;
}

.aparcament-container img {
    max-width: 100%;
    border: 1px solid #eee;
    border-radius: 8px;
    display: block;
    margin: 0 auto 20px auto;
}

.aparcament-container ul,
.aparcament-container ol {
    margin: 0 0 20px 25px;
    padding: 0;
}

.aparcament-container li {
    margin-bottom: 8px;
}

.aparcament-container .separator {
    width: 40px;
    height: 3px;
    background: #f5a301;
    margin: 16px auto;
    border-radius: 2px;
}

.aparcament-container .center {
    text-align: center;
}

.aparcament-container .note {
    font-size: 1em;
    color: #666;
    text-align: center;
    margin: 20px 0;
}

/* Responsive */
@media (max-width: 800px) {
    .aparcament-container .row {
        flex-direction: column;
        gap: 0;
    }
    .aparcament-container .col {
        max-width: 100%;
    }
}
/* Estilos generales */
.domicili-container {
    background: #fff;
    color: #222;
    max-width: 1100px;
    margin: 0 auto;
    padding: 20px;
}

.domicili-container h1,
.domicili-container h3,
.domicili-container h4 {
    text-align: center;
    font-weight: 400;
    margin-top: 0;
}

.domicili-container h1 {
    font-size: 2.5em;
    margin: 40px 0 10px 0;
    letter-spacing: 2px;
}

.domicili-container h3 {
    font-size: 2em;
    margin: 30px 0 10px 0;
}

.domicili-container h4 {
    font-size: 1.3em;
    margin: 30px 0 10px 0;
}

.domicili-container .highlight {
    color: #f5a301;
    font-weight: bold;
}

.domicili-container .section {
    margin: 40px 0;
}

.domicili-container .row {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    justify-content: center;
    margin-bottom: 40px;
}

.domicili-container .icon-card {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    padding: 32px 18px 18px 18px;
    max-width: 240px;
    min-width: 200px;
    text-align: center;
    position: relative;
    transition: box-shadow 0.2s, transform 0.2s;
    margin-top: 36px;
}

.domicili-container .icon-card:hover {
    box-shadow: 0 6px 24px rgba(245,163,1,0.15);
    transform: translateY(-4px) scale(1.03);
}

.domicili-container .icon-card img {
    width: 72px;
    height: 72px;
    object-fit: contain;
    background: #fff;
    border-radius: 50%;
    border: 6px solid #f5a301;
    box-shadow: 0 2px 8px rgba(245,163,1,0.10);
    position: absolute;
    top: -36px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    padding: 6px;
    margin: 0;
}

.domicili-container .icon-card p {
    margin-top: 56px;
    font-size: 1em;
    color: #222;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.domicili-container ul,
.domicili-container ol {
    margin: 0 0 20px 25px;
    padding: 0;
}

.domicili-container li {
    margin-bottom: 8px;
}

.domicili-container .separator {
    width: 40px;
    height: 3px;
    background: #f5a301;
    margin: 16px auto;
    border-radius: 2px;
}

.domicili-container .center {
    text-align: center;
}

.domicili-container .note {
    font-size: 1em;
    color: #666;
    text-align: center;
    margin: 20px 0;
}

.domicili-container .qbutton {
    color: #fff;
    border: 1px solid #87ae4f;
    background-color: #87ae4f;
    padding: 10px 24px;
    border-radius: 4px;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
    display: inline-block;
    font-weight: 600;
}

.domicili-container .qbutton:hover {
    background: #fff;
    color: #87ae4f;
    border: 1.5px solid #87ae4f;
}

/* Responsive */
@media (max-width: 900px) {
    .domicili-container .row {
        flex-direction: column;
        align-items: center;
        gap: 24px;
    }
    .domicili-container .icon-card {
        max-width: 340px;
        width: 100%;
    }
}

@media (max-width: 800px) {
    .domicili-container .row {
        flex-direction: column;
        gap: 0;
    }
    .domicili-container .col {
        max-width: 100%;
    }
}
.page-header {
	display: none;
}

.grid-container {
    display: grid;
    /* Responsive columns: min 280px, max 1fr, fits as many as possible */
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 60px;
    max-width: 1200px; /* Max width for the entire grid */
    margin: 0 auto; /* Center the grid */
    padding: var(--spacing-md);
	margin-top: 5%;
}

/* ========================================= */
/* GRID ITEM (CARD)                          */
/* ========================================= */
.grid-item {
    background-color: var(--color-card-background);
    border-radius: var(--card-border-radius);
    overflow: hidden; /* Ensures content/image stays within rounded corners */
    box-shadow: var(--shadow-card);
    display: flex;
	margin: 5px 10px;
    flex-direction: column; /* Stacks header, image, and description vertically */
}

/* ========================================= */
/* HEADER SECTION                            */
/* ========================================= */
.header {
    padding: var(--spacing-md);
    color: var(--color-text-light);
    text-align: center;
    min-height: var(--header-min-height);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative; /* Context for pseudo-element positioning */
    box-sizing: border-box; /* Include padding in total dimensions */
}

.header h2 {
    margin: 0;
    font-size: 1.8em;
	font-weight: bold
    z-index: 1; /* Ensure text is above the pseudo-element circle */
}

/* Circular effect for the header background */
.header::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* Center the circle */
    width: var(--header-circle-size);
    height: var(--header-circle-size);
    border-radius: 50%;
    background-color: var(--color-header-circle-bg);
    z-index: 0; /* Place behind the text */
}

/* Specific background colors for each header based on event type */
.carnival .header,
.sant-jordi .header,
.caga-tio .header,
.patge-reial .header {
    background-color: var(--color-green);
}

.anniversary .header,
.festa-major .header {
    background-color: var(--color-pink);
}

/* ========================================= */
/* IMAGE SECTION                             */
/* ========================================= */
.grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
}

.card-image {
  position: relative;
  overflow: hidden;
}

.card-image img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}

/* La lupa */
.zoom-lens {
  position: absolute;
  width: 150px;
  height: 150px;
  border: 2px solid #aaa;
  border-radius: 50%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: 300% 300%; /* Escala interna del zoom */
  z-index: 10;
  display: none;
}

/* ========================================= */
/* DESCRIPTION SECTION                       */
/* ========================================= */
.card-description {
    padding: var(--spacing-md);
    text-align: center; /* Center the text */
    flex-grow: 1; /* Allows description to take up remaining space if needed */
    display: none; /* Use flexbox to center content vertically if space allows */
    flex-direction: column;
    justify-content: center; /* Centers content vertically */
}

.card-description p {
    margin: 5px 0; /* Slightly adjust margins for paragraphs */
    line-height: var(--line-height-paragraph);
    font-size: var(--font-size-paragraph);
}

/* ========================================= */
/* MEDIA QUERIES                             */
/* ========================================= */
@media (max-width: var(--breakpoint-mobile)) {
    .grid-container {
        grid-template-columns: 1fr; /* Single column on smaller screens */
        padding: var(--spacing-md); /* Consistent padding */
    }
}
h1.titulop, h2.subtitulop {
    justify-self: center;
}
.mercat-container {
            max-width: 1200px;
            margin: 0 auto;
            line-height: 1.6;
        }

        .mercat-title {
            font-size: 2.5rem;
            font-weight: normal;
            margin-bottom: 30px;
            color: #333;
        }

        .mercat-section {
            display: flex;
            align-items: flex-start;
            margin-bottom: 40px;
            gap: 30px;
			margin-top: 2%;
        }

        /* Primera sección: texto a la izquierda, imagen a la derecha */
        .section-text-left {
            flex-direction: row;
        }

        /* Segunda sección: imagen a la izquierda, texto a la derecha */
        .section-image-left {
            flex-direction: row-reverse;
        }

        .mercat-text {
            flex: 1;
            font-size: 14px;
            color: #666;
            text-align: justify;
        }

        .mercat-text p {
            margin-bottom: 15px;
        }

        .mercat-image {
            flex: 1;
        }

        .mercat-image img {
            width: 100%;
            height: auto;
            display: block;
        }

        .highlight {
            color: #e67e22;
        }

        /* Responsive design */
        @media (max-width: 768px) {
            .mercat-section {
                flex-direction: column !important;
            }
            
            .mercat-title {
                font-size: 2rem;
            }
            
            .mercat-text {
                font-size: 13px;
            }
        }

        @media (max-width: 480px) {
            .mercat-container {
                padding: 15px;
            }
            
            .mercat-title {
                font-size: 1.8rem;
            }
        }
		
		.subcategory-image {
    place-self: center;
}

.category-card {
        border: 1px solid #87ae4f;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    background: #ffffff;
    height: 100%;
    display: flex;
    flex-direction: column;
    margin: 15px 0;
    padding-top: 5px;
}
.image-center {
    justify-self: center;
    margin: 2% 0;
}
.page-content h1 {
	justify-self: center;
    margin: 2% 0;
}
/* CSS para el Mercat Torreblanca */
.mercat-container {
    max-width: 1200px;
    margin: 0 auto;
    font-family: 'Arial', sans-serif;
}

.titulop {
    text-align: center;
    font-size: 2.5rem;
    color: #2c3e50;
    margin-bottom: 2%;
    font-weight: bold;
}

.mercat-section {
    display: flex;
    align-items: center;
    margin-bottom: 2%;
    gap: 40px;
}

.mercat-section.section-text-left {
    flex-direction: row;
}

.mercat-section.section-image-left {
    flex-direction: row-reverse;
}

.mercat-text {
    flex: 1;
    padding: 20px;
}

.mercat-text p {
    line-height: 1.6;
    color: #333;
    margin-bottom: 20px;
    text-align: justify;
}

.highlight {
    color: #448940;
    padding: 2px 6px;
    border-radius: 3px;
    font-weight: bold;
}

/* Responsive Design */
@media (max-width: 768px) {
    .mercat-section {
        flex-direction: column !important;
        gap: 20px;
    }

    .mercat-section.section-image-left {
        flex-direction: column !important;
    }

    .titulop {
        font-size: 2rem;
        margin-bottom: 30px;
    }

    .mercat-text {
        padding: 10px;
    }

    .mercat-text p {
        font-size: 14px;
    }

    .carousel-item img {
        height: 250px;
    }
}

@media (max-width: 480px) {
    .mercat-container {
        padding: 10px;
    }

    .titulop {
        font-size: 1.5rem;
    }

    .carousel-item img {
        height: 200px;
    }
}

.homeimgcenter {
	text-align: center;
	}
.boxedHome {
    justify-self: center;
    width: 90%;
	text-align: center
}
.homebuton {
    margin-top: 160px;
    background: #87ae4f;
    padding: 2%;
    color: white;
}
.centradoboton {
    text-align: center;
}
.limited-text {
  max-width: 700px;   /* ajusta el ancho a tu gusto */
  margin: 0 auto;     /* centra horizontalmente */
  text-align: center; /* mantén el centrado del texto */
}
.titol {
    font-size: 3em; 
    color: #fff; 
    font-weight: 700;
    /* Sombra para mejorar la legibilidad sobre fondos complejos */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); 
    width: 100%; 
    text-align: center;
    margin-bottom: 50px !important;
}

/* 3. ESTILO PARA EL TEXTO DENTRO DEL SLIDE (el subtítulo centrado) */
.slidetitol { 
    font-size: 1.5em; 
    color: #fff; 
    font-weight: 400; 
    /* text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); */
    /* Margen: 0 y padding para controlar el espaciado interno */
    margin: 0; 
    padding: 50px 0 10px;
    text-align: center;
	height: 100%; 
    display: flex;
    /* Apila los elementos (título, subtítulo, botón) verticalmente */
    flex-direction: column; 
    /* Centra horizontalmente el contenido (los elementos apilados) */
    justify-content: center;
    /* Centra verticalmente el contenido dentro de la altura definida */
    align-items: center;
}

/* 4. ESTILO PARA EL BLOQUE/BOTÓN "Botiga Online" */
.botiga {
    /* Color de fondo similar al bloque azul de la imagen */
    /* background-color: #87ae4f;  */
    font-family: 'Montserrat';
    color: black;
    font-size: 2.5em;
    font-weight: 900;
    padding: 15px 25px; 
    text-align: center; 
    border-radius: 5px; 
    display: block; 
    margin-top: 20px;
	text-transform: uppercase !important;
}

.img-titol img {
    max-height: 600px;
    object-fit: cover;
}
h3.insta-text {
    margin-top: 25px;
}

/*Estilo de com funciona */
.online-service-container {
    max-width: 1200px;
    margin: 40px auto;
    padding: 30px;
    background-color: #ffffff; /* Clean white background */
    border-radius: 15px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
    display: flex; /* Use flex for main sections */
    gap: 40px;
    text-align: start;
}

/* Info Section (left side on desktop) */
.info-section {
    flex: 2; /* Takes up 2/3 of the space */
    padding-right: 20px;
}

/* Steps Section (right side on desktop) */
.steps-section {
    flex: 1; /* Takes up 1/3 of the space */
    border-left: 1px solid #eee; /* Subtle visual divider */
    padding-left: 40px;
}

/* ----------------------------------- */
/* TYPOGRAPHY AND INFO STYLES */
/* ----------------------------------- */
.main-title {
    font-size: 2rem;
    color: #333;
    margin-bottom: 15px;
    border-bottom: 3px solid #448940; /* Orange underline */
    padding-bottom: 10px;
}

.intro-text {
    font-size: 1.1rem;
    color: #555;
    line-height: 1.6;
    margin-bottom: 30px;
}

.online-store-link {
    color: #448940;
    font-weight: bold;
    text-decoration: none;
    transition: color 0.3s;
}

.online-store-link:hover {
    color: #cc7a00;
    text-decoration: underline;
}

.advantages-block h3, .conditions-block h3, .steps-section h2 {
    color: #448940;
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 1.4rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.advantages-block ul, .conditions-block ul {
    list-style: none; /* Remove default bullets */
    padding-left: 0;
}

.advantages-block li, .conditions-block li {
    font-size: 1rem;
    color: #444;
    line-height: 1.8;
    margin-bottom: 5px;
}

/* Custom checkmark for advantages */
.advantages-block li {
    position: relative;
    padding-left: 5px;
	list-style: none;
}

.advantages-block li::before {
    content: '✓'; /* Checkmark icon */
    position: absolute;
    left: -20px;
    color: #87ae4f; /* Green checkmark */
    font-weight: bold;
}

.final-motto {
    margin-top: 30px;
    font-size: 1.2rem;
    font-style: italic;
    color: #333;
    border-top: 1px dashed #eee;
    padding-top: 15px;
}

/* ----------------------------------- */
/* STEPS LAYOUT STYLES (FROM PREVIOUS) */
/* ----------------------------------- */

.steps-section h2 {
    text-align: center;
    border: none;
    padding: 0;
}

.modern-steps-container {
    display: flex;
    flex-direction: column; /* Stack steps vertically for clear flow */
    align-items: center;
    gap: 15px;
    padding: 20px 0;
}

.step-card {
    display: flex;
    align-items: flex-start;
    width: 100%;
    max-width: 350px;
    padding: 15px;
    background-color: #fff8ee; /* Light orange background for steps */
    border-radius: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.step-card:hover {
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.step-number {
    font-size: 2rem;
    font-weight: 700;
    color: #448940;
    margin-right: 15px;
    line-height: 1;
    min-width: 35px; /* Fixed width for alignment */
    text-align: center;
}

.step-content h4 {
    font-size: 1.1rem;
    color: #333;
    margin-bottom: 5px;
}

.step-content p {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.4;
}

/* Vertical Separator */
.step-separator {
    width: 2px;
    height: 30px;
    background-color: #448940;
    opacity: 0.5;
    margin: 0;
}

/* ----------------------------------- */
/* RESPONSIVE DESIGN */
/* ----------------------------------- */
@media (max-width: 992px) {
    .online-service-container {
        flex-direction: column; /* Stack sections vertically on tablets/mobile */
        gap: 30px;
        padding: 20px;
    }

    .info-section {
        padding-right: 0;
    }

    .steps-section {
        border-left: none;
        border-top: 1px solid #eee; /* Add a top border to separate sections */
        padding: 30px 0 0 0;
    }
    
    .steps-section h2 {
        text-align: left;
    }

    .step-card {
        max-width: none;
    }
}

.hero {
    background: #87ae4f;
}
.redonda img {
    border-radius: 100px;
}
.whita h4, .white {
  color: white;
}
.buttonhome.btn-primary {
    color: black;
    background-color: white;
    text-transform: initial;
	border: 1px solid #87ae4f;
    font-size: 18px;
	font-weight: 400;
}
.leo-megamenu .dropdown-menu li a {
	font-size: 1.2rem
}
.columcenter {
	text-align: center;
}
img.logo.img-fluid {
    max-height: 58px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	text-transform: uppercase !important;
}
.hero-section.text-center.mb-5 {
    text-align: center;
}
h2.section-title.text-center.mx-4 {
    place-self: anchor-center;
    margin: 5% 0 2%;
}
h2.section-title.text-center.mx-4.no-top {
    place-self: anchor-center;
    margin: 0 0 2%;
}
/* mercat-serraperera-styles.css */


.hero-section {
    color: #2d3436;
    padding: 2rem 2rem;
}

.hero-section h1 {
    color: #2c5f2d;
    font-weight: 700;
    margin-bottom: 1rem;
}

.hero-section .lead {
    font-size: 1.3rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
    color: #2d3436;
}

.hero-section .subtitle {
    font-size: 1.1rem;
    color: #6c757d;
}

.section-title {
    color: #2c5f2d;
    font-weight: 700;
    font-size: 1.8rem;
    margin-bottom: 2.5rem;
}

.option-card {
    background: white;
    border-radius: 15px;
    padding: 2rem;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07);
    border: 2px solid transparent;
}

.option-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
    border-color: #97c93d;
}

/* Remove icon-wrapper styles */
.option-card h3 {
    font-size: 1.3rem;
    font-weight: 600;
    color: #2c5f2d;
    margin-bottom: 1rem;
}

.option-card p {
    color: #6c757d;
    margin-bottom: 1rem;
}

.btn-link {
    color: #2c5f2d;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
}

.btn-link:hover {
    color: #87ae4f;
    gap: 0.8rem;
}

.info-box {
    background: white;
    border-radius: 15px;
    padding: 2rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07);
    height: 100%;
    border-left: 5px solid #97c93d;
}

.info-box h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2c5f2d;
    margin-bottom: 1rem;
}

.location-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.location-list li {
    padding: 0.5rem 0;
    padding-left: 0;
    position: relative;
    color: #2d3436;
}

.location-list li::before {
    content: '';
}

.schedule-box {
    background: white;
    border-radius: 20px;
    padding: 3rem 2rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07);
}

.schedule-item {
    background: white;
    border-radius: 12px;
    padding: 1.5rem;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07);
    transition: all 0.3s ease;
}

.schedule-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.schedule-item .day {
    font-size: 1.2rem;
    font-weight: 700;
    color: #2c5f2d;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.schedule-item .time {
    font-size: 1.1rem;
    color: #2c5f2d;
    font-weight: 600;
}

.cta-box {
	margin-top; 5px;
    padding: 3rem;
    border-radius: 20px;
    color: white;
    box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.07);
}

.cta-box h3 {
    font-weight: 700;
    font-size: 1.8rem;
}

.btn-primary {
    background: #87ae4f;
    border: none;
    padding: 1rem 2.5rem;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 50px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(255, 107, 53, 0.3);
}
.text-center.mt-5 {
    text-align: center;
}
.btn-primary:hover {
    background: #87ae4f;
    color: white;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .hero-section {
        padding: 2rem 1rem;
    }

    .hero-section h1 {
        font-size: 2rem;
    }

    .hero-section .lead {
        font-size: 1.1rem;
    }

    .section-title {
        font-size: 1.5rem;
    }

    .option-card {
        margin-bottom: 1rem;
    }

    .cta-box {
        padding: 2rem 1rem;
    }

    .cta-box h3 {
        font-size: 1.4rem;
    }
}
.info-box-large {
    background: white;
    border-radius: 15px;
    padding: 2.5rem;
    box-shadow: 2px 2px 4px 6px rgba(0, 0, 0, 0.07);
    border-left: 5px solid #97c93d;
}

.info-box-large .info-text {
    font-size: 1.2rem;
    color: #2d3436;
    margin: 0;
    line-height: 1.8;
}
.redonda img, .homeimgcenter img{
  transition: all 0.3s ease;
}

.redonda img:hover, .homeimgcenter img:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
/*carrusel*/
.noti .title, .noti .descript {
    display: none;
}
button.slick-next.slick-arrow {
    right: -25px !important;
}