.rtl .wprm-recipe-simple .wprm-recipe-image-container {
    float: left;
    margin: 0 10px 10px 0
}

.rtl .wprm-recipe-simple ol li,
.rtl .wprm-recipe-simple ul li {
    margin: 0 32px 0 0
}

.wprm-recipe-simple {
    border: 2px dashed #f3f3f4;
    padding: 20px;
    background-color: #fafafa;
    margin: 20px 0 0 0;
    font-size: 1.2em
}

.wprm-recipe-simple li,
.wprm-recipe-simple p {
    /*font-size: 1em;*/
    /*font-family: "Montserrat Semi Bold",Helvetica,Arial,Geneva,sans-serif;*/
    /*font-size: 1.1em;*/
    font-size: 20px;
    font-family: "Raleway Regular",Helvetica,Arial,Geneva,sans-serif;
    color: #010101;
}

.wprm-recipe-simple:after,
.wprm-recipe-simple:before {
    display: none
}

.wprm-recipe-simple h2.wprm-recipe-name,
.wprm-recipe-simple h3.wprm-recipe-header,
.wprm-recipe-simple h4.wprm-recipe-group-name {
    font-variant: normal;
    text-transform: none;
    letter-spacing: normal;
    margin: 0;
    padding: 0
}

.wprm-recipe-simple .wprm-recipe-image-container {
    float: right;
    text-align: center;
    margin: 0 0 10px 10px
}

.wprm-recipe-simple .wprm-recipe-image-container .wprm-recipe-image {
    margin: 0
}

.wprm-recipe-simple .wprm-recipe-image-container .wprm-recipe-rating {
    margin-bottom: 5px
}

.wprm-recipe-simple .wprm-recipe-image-container .wprm-recipe-rating svg {
    vertical-align: middle;
    width: 16px;
    height: 16px;
    margin: 0
}

.wprm-recipe-simple .wprm-recipe-image-container .wprm-recipe-rating .wprm-recipe-rating-details {
    font-size: .8em
}

.wprm-recipe-simple .wprm-recipe-image-container .wprm-recipe-print {
    font-size: .9em;
    cursor: pointer
}

.wprm-recipe-simple h2.wprm-recipe-name {
    clear: none;
    font-size: 1.5em;
    margin: 0 0 10px;
    font-weight: 600;
    display: block;
}

.wprm-recipe-simple .wprm-recipe-details-container,
.wprm-recipe-simple .wprm-recipe-summary {
    margin-bottom: 15px
}

.wprm-recipe-simple .wprm-recipe-details-icon svg {
    vertical-align: middle;
    width: 16px;
    height: 16px
}

.wprm-recipe-simple .wprm-recipe-details-name {
    display: inline-block;
    font-weight: 700;
    min-width: 130px
}

.wprm-recipe-simple .wprm-recipe-details-unit {
    font-size: .8em
}

.wprm-recipe-simple h3.wprm-recipe-header {
    margin-top: 10px;
    font-size: 1.2em;
    line-height: 1.8em;
    font-weight: 600
}

.wprm-recipe-simple ol,
.wprm-recipe-simple ul {
    margin: 0 0 8px
}

.wprm-recipe-simple ol li,
.wprm-recipe-simple ul li {
    margin: 0 0 0 32px;
    line-height: 1.5em;
}

.wprm-recipe-simple h4.wprm-recipe-group-name {
    margin-top: 5px!important;
    font-weight: 300;
    font-size: 1em
}

.wprm-recipe-simple .wprm-recipe-ingredient-notes {
    opacity: .7
}

.wprm-recipe-simple .wprm-recipe-instructions .wprm-recipe-instruction {
    margin-bottom: 10px
}

.wprm-recipe-simple .wprm-recipe-instruction-text {
    font-size: 1em
}

.wprm-recipe-simple .wprm-recipe-instruction-text p {
    margin: 0 0 5px
}

.wprm-recipe-simple .wprm-recipe-instruction-text p:last-of-type {
    margin-bottom: 0
}

.wprm-recipe-simple .wprm-recipe-instruction-image {
    margin: 5px 0 15px
}

.wprm-recipe-simple .wprm-recipe-video-container .wprm-recipe-header {
    margin-bottom: 10px
}

@media only screen and (max-width:640px) {
    .rtl .wprm-recipe-simple .wprm-recipe-image-container,
    .wprm-recipe-simple .wprm-recipe-image-container {
        float: none
    }
    .rtl .wprm-recipe-simple .wprm-recipe-details-name,
    .wprm-recipe-simple .wprm-recipe-details-name {
        min-width: 0
    }
}

div.wprm-recipe-simple {
    color: #585858;
    font-family: 'Source Sans Pro', sans-serif
}

html body .wprm-recipe-container .wprm-recipe.wprm-recipe-simple {
    /*border-color: #e8e8e8;*/
    font-family: 'Source Sans Pro', sans-serif;
    background-color: #ffe2ed;
    border-color: #aaaaaa;
}


div.rm-wprm-recipe-print-wrapper {
	
	display: flex;
    text-align: left;
	justify-content: center;
	align-items: center;
    margin-bottom: 10px;
	
}


div.rm-wprm-recipe-print-wrapper a.rm-wprm-recipe-print {
	
    vertical-align: top;
    text-align: center;
	
}


div.rm-wprm-recipe-print-wrapper a.rm-wprm-recipe-print span.rm-print-icon {
	
	background-size: contain;
    text-align: center;
    float: left;
    margin-right: 10px;
	background-image: url(icn-print1.png);
    width: 40px;
    height: 40px;
    background-position: center center;
    background-repeat: no-repeat;
}

div.rm-wprm-recipe-print-wrapper a.rm-wprm-recipe-print span.rm-print-text {
	
    padding: 10px 0;
    float: left;
    min-width: 52px;
    text-align: left;
	
}

div.rm-wprm-recipe-print-wrapper a.rm-wprm-recipe-print span.rm-print-text:hover {
	
    text-decoration: underline;
	
}

html body .wprm-recipe-container a.wprm-recipe-print {

    color: #333333;
}



div.rm-wprm-recipe-rating-wrapper {

    display: flex;
    text-align: left;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;

}


div.rm-wprm-recipe-rating-wrapper div.rm-wprm-recipe-rating {

    vertical-align: top;
    text-align: center;

}


div.rm-wprm-recipe-rating-wrapper div.rm-wprm-recipe-rating span.rm-rating-icon {

    background-size: contain;
    text-align: center;
    float: left;
    margin-right: 10px;
    background-image: url(icn-rating.png);
    width: 40px;
    height: 40px;
    background-position: center center;
    background-repeat: no-repeat;
}

div.rm-wprm-recipe-rating-wrapper div.rm-wprm-recipe-rating span.rm-rating-text {

    padding: 10px 0;
    float: left;
    cursor: pointer;
    min-width: 52px;
    text-align: left;
    font-size: .9em;

}

div.rm-wprm-recipe-rating-wrapper div.rm-wprm-recipe-rating span.rm-rating-text:hover {

    text-decoration: underline;

}

div.rm-wprm-recipe-save-wrapper {

    display: flex;
    text-align: left;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;

}

div.rm-wprm-recipe-save-wrapper a {

    cursor: pointer;
    min-width: 63px;
    text-align: left;
    font-size: .9em;
    vertical-align: middle;
    line-height: 42px;
    width: 100px;
    color: #333333 !important;
    text-decoration: none !important;

}

div.rm-wprm-recipe-save-wrapper a:hover {

    text-decoration: underline !important;

}

div.rm-wprm-recipe-save-wrapper a span {

    background-size: contain;
    text-align: center;
    float: left;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    background-position: center center;
    background-repeat: no-repeat;

}




html body .wprm-recipe-container div.wprm-recipe-rating {

    color: #333333;
}



div.chicory-order-ingredients div.chicory-default-button-container button {

    display: inline-block !important;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    padding: 12px 20px !important;
    letter-spacing: 1px !important;
    text-align: center !important;
    text-transform: capitalize;
    color: white !important;
    text-decoration: none !important;
    -webkit-transition: background 0.2s ease-in-out !important;
    -moz-transition: background 0.2s ease-in-out !important;
    -o-transition: background 0.2s ease-in-out !important;
    transition: background 0.2s ease-in-out !important;
    background: #d00868 !important;
    border: none !important;
    width: auto !important;
    border-radius: 0 !important;
    height: 48px !important;

}

/* Custom RM CSS */

.wprm-recipe-simple h2.rm-wprm-menu-pairing-title {

    font-weight: 700;
    font-size: 1.2em;
    line-height: 1.3;
    margin: 7px 0 17px;

}

.wprm-recipe-simple p {

    margin-bottom: 17px;
}


p.comment-form-wprm-rating label {

    font-weight: bold;
    color: #d00868;

}