/* Minification failed. Returning unminified contents.
(174,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(175,26): run-time error CSS1039: Token not allowed after unary operator: '-size'
(177,17): run-time error CSS1039: Token not allowed after unary operator: '-size'
(178,18): run-time error CSS1039: Token not allowed after unary operator: '-size'
 */
/*DETAILS*/
#recipe .title {
    color: #2D2D2D;
    font-family: 'Cormorant Garamond', serif;
    font-size: 2.5rem;
    text-align: center;
    text-transform: uppercase;
    margin: 2rem 0;
}
/*DETAILS*/
/*SLIDER*/
#recipe .swiper-container {
    margin-bottom: 1rem;
}
#recipe .gallery-top .swiper-slide {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 500px;
}
/*END SLIDER*/
/*SHARE BUTTONS*/
#recipe .share-buttons {
    align-items: center;
    display: flex;
    justify-content: center;
}
#recipe .share-buttons .btn-group {
    align-items: center;
    border-top: 2px solid #F1F0F0;
    display: flex;
    justify-content: flex-start;
    margin-top: 2rem;
    padding-top: 2rem;
    width: 150px;
}
#recipe .share-buttons .btn-group .btn-outline-social {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 30px;
    width: 30px !important;
    padding: 0;
    margin: 0 10px 0 0;
    max-width: 30px;
}
#recipe .share-buttons .btn-group .btn-outline-social:last-child {
    margin-right: 0;
}
#recipe .share-buttons .btn-group .btn-outline-social.facebook {
    background-image: url('/Assets/Shop/facebook.svg');
}
#recipe .share-buttons .btn-group .btn-outline-social.twitter {
    background-image: url('/Assets/Shop/twitter.svg');
}
#recipe .share-buttons .btn-group .btn-outline-social.pinterest {
    background-image: url('/Assets/Shop/pinterest.svg');
}
#recipe .share-buttons .btn-group .btn-outline-social.linkedin {
    background-image: url('/Assets/Shop/linkedin.svg');
}
#recipe .share-buttons .btn-group .btn-outline-social.facebook:hover {
    background-image: url('/Assets/Shop/facebook_select.svg');
}
#recipe .share-buttons .btn-group .btn-outline-social.twitter:hover {
    background-image: url('/Assets/Shop/twitter_select.svg');
}
#recipe .share-buttons .btn-group .btn-outline-social.pinterest:hover {
    background-image: url('/Assets/Shop/pinterest_select.svg');
}
#recipe .share-buttons .btn-group .btn-outline-social.linkedin:hover {
    background-image: url('/Assets/Shop/linkedin_select.svg');
}
/*END SHARE BUTTONS*/
/*TIMERS*/
#recipe .timers-container {
    align-items: center;
    background-color: #f0eeeb;
    display: flex;
    justify-content: space-around;
    padding: 1.5rem 0;
}
#recipe .timers-container .timers-box {
    align-items: center;
    display: flex;
    flex-flow: row;
    justify-content: center;
    width: 33%;
}
#recipe .timers-container .timers-box .timers-icon {
    margin-right: 0.5rem;
    width: 30px;
}
#recipe .timers-container .timers-box .timers-details {
}
#recipe .timers-container .timers-box .timers-details .timers-title {
    color: #7E7E7E;
    font-size: 12px;
    margin: 0;
    text-transform: uppercase;
}
#recipe .timers-container .timers-box .timers-details .timers-text {
    color: #2D2D2D;
    font-size: small;
    margin: 0;
}
#recipe .btn-icon {
    align-items: center;
    display: flex;
    flex-flow: column;
    justify-content: center;
    height: 100%;
    width: 100%;
}
#recipe .btn-icon i {
    color: red;
    font-size: xx-large;
    margin-bottom: 5px;
}
#recipe .btn-icon i.fa-youtube {
    color: #9eb4cb;
}
#recipe .btn-icon i.fa-file-pdf {
    color: #ea5a4b;
}
#recipe .btn-icon:hover i {
    color: white;
}
#recipe .form-label {
    display: flex;
}
#recipe .form-label.checked {
    opacity: 0.7;
    text-decoration: line-through;
}
#recipe .form-label .icheckbox_minimal-aero {
    margin-right: 0.5rem;
}
/*END TIMERS*/
/*RECIPE*/
#recipe .preparations-title {
    color: #2D2D2D;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
    font-size: 1.2rem;
    margin-top: 1rem;
}
#recipe .preparations-title:first-child {
    margin-top: 0;
}
#recipe .preparations-text {
    color: #7E7E7E;
    font-size: 1rem;
}
#recipe .preparation-border {
    border-left: 2px solid #f1f0f0;
    padding-left: 2rem;
}
#recipe .preparations-text ol {
    counter-reset: counter;
    list-style: none;
    padding-left: 40px;
}
#recipe .preparations-text ol li {
    counter-increment: counter;
    margin: 0 0 0.8rem 0;
    position: relative;
}
#recipe .preparations-text ol li::before {
    content: counter(counter);
    color: #7E7E7E;
    font-size: 1rem;
    position: absolute;
    --size: 24px;
    left: calc(-1 * var(--size) - 10px);
    line-height: 22px;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    border: 1px solid #7E7E7E;
    text-align: center;
}
/*END RECIPE*/
/*SUGESTIONS*/
#sugestions {
    margin-top: 8rem;
}
#sugestions .title {
    color: #2D2D2D;
    font-family: 'Cormorant Garamond', serif;
    font-size: 2rem;
    margin-bottom: 5rem;
    text-align: center;
    text-transform: uppercase;
}
#sugestions .owl-carousel .owl-stage{
    display: flex;
}
#sugestions .details {
    align-items: center;
    display: flex;
    flex-flow: column;
    height: 100%;
    justify-content: space-between;
    padding: 0 15px;
}
#sugestions .product-description {
    color: #2D2D2D;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.375rem;
    margin-top: 1rem;
    text-align: center;
}
#sugestions .product-family {
    color: #7E7E7E;
    font-size: small;
    margin-bottom: 0.5rem;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#sugestions .product-stock {
    color: #7E7E7E;
    font-size: small;
    text-align: center;
    text-transform: capitalize;
}
#sugestions .product-stock.available {
    color: green;
}
#sugestions .product-stock.lowstock {
    color: orange;
}
#sugestions .product-stock.unavailable {
    color: red;
}
#sugestions .product-price {
    align-items: center;
    color: #2D2D2D;
    display: flex;
    font-size: large;
    font-weight: 600;
    justify-content: center;
    text-align: center;
}
#sugestions .product-unit-img {
    display: inline-block;
    margin: 0 10px;
    width: 23px;
}
#sugestions .details:after {
    content: '';
    height: calc(100% - (40px + 1rem));
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    background-color: #e1e6e4;
}
#sugestions .owl-theme .owl-nav.disabled + .owl-dots{
    margin-top: 1.5rem;
}
/*END SUGESTIONS*/
/*RESPONSIVE*/
/*XS TO SM*/
@media (max-width: 767px) {
    #recipe .title {
        font-size: 1.5rem;
        margin: 2rem 0 1rem 0;
    }
    #recipe .gallery-top .swiper-slide {
        height: 250px;
    }
    #recipe .gallery-thumbs .swiper-slide {
        height: auto;
    }
    #recipe .timers-container {
        flex-flow: column;
        padding: 40px 30px 40px 90px;
    }
    #recipe .timers-container .timers-box {
        justify-content: flex-start;
        margin-bottom: 4rem;
        width: 100%;
    }
    #recipe .timers-container .timers-box:last-child {
        margin-bottom: 0;
    }
    #recipe .btn-icon {
        flex-flow: row;
        margin-top: 1rem;
        padding: 0;
    }
    #recipe .btn-icon i {
        font-size: large;
        margin-bottom: 0;
        margin-right: 0.8rem;
    }
    #recipe .preparation-border {
        border-left: none;
        padding-left: 15px;
        margin-top: 2rem;
    }
    #recipe .preparations-title {
        text-align: center;
    }
    #recipe .preparation-border {
        margin-top: 3rem;
    }
    #sugestions{
        margin-top: 4rem; 
    }
    #sugestions .title {
        font-size: 1.5rem;
    }
}
/*MD*/
@media (min-width: 768px) and (max-width: 991px) {
    #recipe .gallery-top .swiper-slide {
        height: 300px;
    }
    #recipe .timers-container {
        margin-bottom: 1rem;
    }
    #recipe .btn-icon {
        flex-flow: row;
        margin-top: 1rem;
        padding: 0;
    }
    #recipe .btn-icon i {
        font-size: large;
        margin-bottom: 0;
        margin-right: 0.8rem;
    }
    #sugestions {
        margin-top: 4rem;
    }
}
/*LG*/
@media (min-width: 992px) and (max-width: 1199px) {
    #recipe .gallery-top .swiper-slide {
        height: 400px;
    }
    #sugestions {
        margin-top: 4rem;
    }
}
/*END RESPONSIVE*/
