.category-spectrum{
    display: flex;
    min-height: 300px;
    margin-bottom: 48px;
    position: relative;
}

.category-spectrum .information{
    width: 25%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 20px;
    padding-top: 15px;
    position: relative;
}

.category-spectrum .information h3{
    font-size: 2.5em;
    line-height: 1;
}

.category-spectrum .information p{
    font-size: 1em;
    line-height: 1.1em;
    padding-top: 0.8em;
    font-weight: 600;
    color: #2F2F2F;
}

.category-spectrum .img-filter{
    position: absolute;
    width: 295px;
    bottom: 0px;
    left: 0px;
    max-height: 90%;
}

.category-spectrum .products{
    width: 75%;
    text-shadow: 0px 3px 6px #00000029;
    padding-left: 20px;
}

.category-spectrum .products .swiper-slide{
    text-align: center;
}

.category-spectrum .products .img-product{
    max-height: 250px;
}

.category-background{
    background: linear-gradient(to bottom left, #fff 0%, #fff 50%, #f9fffb 50%, #f9fffb 100%);
}

.products .swiper-button-prev:after, .products .swiper-rtl .swiper-button-next:after,
.products .swiper-button-next:after, .products .swiper-rtl .swiper-button-prev:after{
    font-size: 1em;
    color: #fff;
    background-color: #BBCBC8;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
}

.products .swiper-button-next:after, .products .swiper-rtl .swiper-button-prev:after{
    padding-left: 3px;
}
.products .swiper-button-prev:after, .products .swiper-rtl .swiper-button-next:after{
    padding-right: 3px;
}

.products .swiper-button-next, .products .swiper-button-prev{
    width: 17px;
    height: 24px;
    background-image: none;
}

.products .swiper-button-next.swiper-button-disabled, 
.products .swiper-button-prev.swiper-button-disabled{
    display: none;
}

.swiper-recipe .swiper-slide{
    box-shadow: 0px 3px 6px #00000029;
    height: 100% !important;
}

.swiper-recipe img{
    width: 100%;
    object-fit: cover;
    height: 100% !important;
}

.swiper-recipe .swiper-wrapper{
    min-height: 450px;
}

.swiper-recipe .wp-video,
.mejs-container.wp-video-shortcode.mejs-video,
.swiper-recipe iframe{
    width: 100% !important;
    min-height: 100% !important;
    height: 100% !important;
}

.addtoany_list.a2a_kit_size_32 a{
    text-align: right;
    font-size: 17px !important;
    font-weight: 700;
    float: right;
    position: relative;
    padding-left: 40px;
    
}

.addtoany_list.a2a_kit_size_32 a:before{
    position: absolute;
    left: 0px;
    top: 2px;
    content: " ";
    background-image: url(../images/share-social.jpg);
    width: 40px;
    height: 25px;
    background-size: 100%;
}

@media (max-width: 1100px) {
    .swiper-recipe .swiper-wrapper{
        min-height: 320px !important;
        height: 320px !important;
    }
}
@media (max-width: 670px) {
    .swiper-recipe .swiper-wrapper{
        min-height: 320px !important;
        height: 320px !important;
    }
}


@media (max-width: 670px) {
    .category-spectrum{
        display: block;
    }
    .category-spectrum .information{
        width: 100%;
        padding-left: 0px;
        padding-top: 15px;
        text-align: center;
    }
    .category-spectrum .products{
        width: 100%;
        padding-left: 0px;
        padding-bottom: 15px;
    }
}

/*Product Rest*/
.products-rest{
    margin-right: auto;
    margin-left: auto;
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 35px;
}
.products-rest .product-item{
    display: flex;
    width: 100%;
    flex-direction: column;
}

.product-content-img{
    background-color: #EDEDED;
    padding: 10px;
    text-align: center;
    box-shadow: 0px 3px 6px #00000029;
}

.products-rest .product-img-rest{
    height: 300px;
}

.products-rest .product-line{
    height: 9px;
    background-color: #5C77CB;
    width: 100%;
    box-shadow: 0px 3px 6px #00000029;
}

.products-rest .product-content-title{
    text-align: center;
    padding: 15px 10px;
    text-shadow: 0px 3px 6px #00000029;
    box-shadow: 0px 3px 6px #03030329;
    border: 1px solid #EFEFEF;
}

@media (max-width: 860px) {
    .products-rest{
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 680px) {
    .products-rest{
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .products-rest{
        grid-template-columns: repeat(1, 1fr);
    }
}

.filters{
    margin-bottom: 3em;
}

.select-filter, .select-filter:focus, .select-filter:hover, .select-filter:focus-visible{
    width: 100%;
    background-color: transparent;
    border: 0px;
    border-bottom: 2px solid #000000;
    outline: none;
    position: relative;
}

.select-filter {
    /*-webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';*/
}

.parent-select-filter{
    position: relative;
}

.parent-select-filter .img-select{
    background-image: url(../images/gotas.svg);
    background-repeat: no-repeat;
    content: " ";
    height: 14px;
    position: absolute;
    right: -2px;
    top: 14px;
    width: 20px;
    background-color: #fff;
    z-index: 1;
}

.btn-filter{
    border-radius: 100px;
}

.title-filter{
    font-size: 2em;
    text-shadow: 0px 3px 6px #00000029;
    margin-bottom: 7px;
}

.masonry { 
    display: block;
    flex-flow: column wrap;
    width: 100%;
    background: #FAFAFA 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
}

.masonry-brick {
    display: inline-block;
    width: 50%;
    padding: 20px;
    float: left;
    border-top: 1px solid #E0E0E0;
    border-left: 1px solid #E0E0E0;
    border-right: 1px solid #E0E0E0;
}

.clear-both{
    height: 1px;
    clear: both;
}

.masonry-brick ul{
    margin: 0px;
    padding-left: 20px;
}

.masonry-brick ul li{
    margin-bottom: 7px;
}

.ingredients-content ul{
    list-style: none;
}

.ingredients-content ul li{
    position: relative;
    padding-left: 27px;
}

.ingredients-content ul li:before{
    background-image: url(../images/list-ingredients.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: " ";
    height: 36px;
    left: -9px;
    position: absolute;
    width: 36px;
}

.directions-content ul{
    list-style-type: decimal;
}

.directions-content ul li::marker{
    font-weight: 700;
}

@media (max-width: 860px) {
    .masonry-brick{
        width: 100%;
    }
}

/*.ingredients-content{
    display: flex;
}

.ingredients-content .ingredient{
    flex: 1;
}*/

.another-content-img img{
    min-height: 323px;
    max-height: 323px;
    object-fit: cover;
    box-shadow: 0px 3px 6px #00000029 !important;
    position: relative;
    z-index: 1;
}

.content-other{
    padding: 20px;
    border: 2px solid #231F20;
    border-radius: 0px 0px 20px 20px;
    margin-top: -2px;
}

.tag-other{
    text-transform: uppercase;
    font-size: 0.8em;
    font-weight: 700;
    padding: 2px 3px;
    background-color: #4EAD9B;
}

.btn-other{
    padding: 7px 25px;
    font-weight: 700;
    display: inline-block !important;
    border-radius: 100px;
    background-color: #4EAD9B;
}

h3.title-other{
    font-family: 'Open Sans';
    font-weight: 700;
    line-height: 1.2;
    font-size: 1.4em;
}

.p-other{
    margin-bottom: 6px;
}

.other-rest .product-line{
    height: 4px;
    background-color: #5C77CB;
    width: 100%;
    box-shadow: 0px 3px 6px #00000029;
}

/*Recipes Rest*/
.recipes-rest{
    margin-right: auto;
    margin-left: auto;
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 35px;
}
.recipes-rest .product-item{
    display: flex;
    width: 100%;
    flex-direction: column;
    min-height: 500px;
    position: relative;
    background-color: #EDEDED;
}

.product-content-img{
    background-color: #EDEDED;
    padding: 10px;
    text-align: center;
    box-shadow: 0px 3px 6px #00000029;
}

.recipes-rest .product-img-rest{
    height: 300px;
}

.recipes-rest .product-line{
    height: 9px;
    background-color: #5C77CB;
    width: 100%;
    box-shadow: 0px 3px 6px #00000029;
    position: absolute;
    bottom: 0px;
}

.recipes-rest .product-content-title{
    text-align: center;
    padding: 15px 10px;
    text-shadow: 0px 3px 6px #00000029;
    box-shadow: 0px 3px 6px #03030329;
    border: 1px solid #EFEFEF;
}

.recipes-rest .content-recipe-archive{
    padding: 20px;
    text-align: center;
}

.recipes-rest .btn-other{
    margin-top: 15px;
    margin-bottom: 15px;
    background-color: #231F20;
    color: #ffffff;
}

@media (max-width: 860px) {
    .recipes-rest{
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 680px) {
    .recipes-rest{
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .recipes-rest{
        grid-template-columns: repeat(1, 1fr);
    }
}

.spectrum-paginator{
    display: flex;
    align-items: center;
    margin-top: 30px;
    justify-content: center;
}

.spectrum-paginator .numbers{
    font-weight: 700;
    font-size: 2em;
    letter-spacing: 4px;
}

.spectrum-paginator .item-paginator.opacity{
    opacity: 0.5;
}

.spectrum-paginator .arrow-left img{
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.item-paginator{
    margin: 0px 6px;
}

/*Tips*/
.tips-rest{
}

.tips-rest .tip-general:nth-child(even){
    background-color: #EDEDED;
}

.tip-container{
    display: flex;
    padding: 50px 0px;
    max-width: 1140px;
    margin: 0px auto;
}

.tips-rest .tip-general:nth-child(even) .tip-container{
    flex-direction: row-reverse;
}

.tip-container .tip-texts,
.tip-container .tip-image{
    width: 50%;
    display: flex;
    align-items: center;
}

.tip-container .tip-texts .swiper-tips{
    display: flex;
    height: 100%;
    text-align: center;
}

.tip-container .tip-texts .swiper-tips .swiper-slide{
    color: rgb(141, 141, 141);
    font-size: 1.8em;
    line-height: 1.3;
    padding: 0px 40px;
    margin-right: 40px;
    display: flex;
    align-items: center;
}

.tip-container .tip-image img{
    object-fit: cover;
}

.tips-rest .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0px 16px;
}

.tips-rest .swiper-pagination-bullet{
    width: 20px;
    height: 20px;
}

.nutrition-facts ul {
    padding-left: 0;
}

.nutrition-facts ul li {
    width:100%;
    display:block;
    border-bottom: .1rem solid #000;
    font-size: .9rem;
    color:black;
}

.nutrition-facts ul li::before {
    display: none;
}

.nutrition-facts ul li ul {
    padding-left: 0;
}

.nutrition-facts ul li ul li {
    width:48%;
    display: inline-block;
    border-bottom: 0;
}

.nutrition-facts ul li ul li::before {
    display: none;
}

.nutrition-facts ul li ul li.calculation {
    float:right;
    font-weight: bold;
    text-align: right;
}

.nutrition-facts ul li span.bold {
    font-weight: bold;
}

.nutrition-facts ul li.rule {
    height: .5rem;
    background: #000;
    margin-top: .5rem;
    margin-bottom: .5rem;
}

.nutrition-facts ul li.fatCalories,
.nutrition-facts ul li.dailyValue {
    text-align: right;
}

.nutrition-facts ul li.ingredients p {
    margin-top: 3%;
}

.nutrition-facts ul li.ingredients span {
    font-weight: bold;
}