.contents .infopages{
    padding: 5px;
    margin: 30px 0px 30px 0px;
}

.contents .infopages h2{
    margin: 0 0 20px 0;
    font-size: 50px;
}

.contents .infopages p {
    line-height: 35px;
    text-align: left;
    font-size: 25px;
    font-weight: normal;
}

.contents .infopages .text img{
    padding: 0 15px 5px 0;
}


.contents .news{
    padding: 5px;
    margin: 00px 0px 30px 0px;
}

.contents .news h2{
    /*margin: 0 0 30px 0;*/
    font-size: 50px;
    display: block;
}

.contents .news h3{
    margin: 15px 0 0px 0;
}

.contents .news p {
    line-height: 35px;
    text-align: left;
    font-size: 25px;
    font-weight: normal;
}

.contents .news p img{
    padding: 0 15px 5px 0;
    border-radius: 7px;
}

.contents .news img{
    margin: 30px 0 0 0;
    max-width: 100%;
    display: block;
    border-radius: 7px;
}

.contents .news .date {
    margin: 10px 0 0 0;
    color: #ffc017;
}

@media screen and (max-width: 1199px) {


    .contents .news{
        padding: 0px;
        margin: 30px 0px 50px 0px;
    }

    .contents .news h2{
        background: none !important;
        text-align: left !important;
        font-size: 25px !important;
        font-weight: bold;
        display: block;
        margin: -30px 0 20px 0 !important;

    }

    .contents .news p {
        line-height: 33px;
        text-align: left;
        font-size: 18px;
        font-weight: normal;
    }


}

.contents .slider {
    margin: 15px 0 0 0;
}

.contents .slider h2 {
    /*background: #ffc017;*/
    color: #26282e;
    text-transform: none;
    text-align: left;

    padding: 30px 0 0 0 ;
}

.contents .slider h2.nor {
    background: none;
    color: #26282e;
    text-transform: none;
    text-align: left;
    border-radius: 7px;
    padding: 0px 0;
    margin: 0;
    font-size: 45px;
    font-weight: bold;
}

.contents .slider .date {
    color: #ffc017;
    margin: 10px 0 15px 0;
}

.contents .slider .text {
    font-size: 20px;
    line-height: 35px;
    font-weight: normal;
}

.contents .slider a.more {
    background: url('../images/ico-button-arrow.png') #ffc017 30px center no-repeat;
    color: #26282e;
    padding: 10px 15px 10px 80px;

    width: 230px;
    display: block;
    font-size: 15px;
    font-weight: bold;
    border-radius: 7px;
    box-shadow: 7px 7px 0px #26282e;
   text-transform: uppercase;
    margin: 30px 0 0 0;
    float: right;

}

.contents .slider h3 {
    font-size: 40px;
}


@media screen and (max-width: 1199px) {

    .contents .slider {
        margin: 30px 0 0 0;
    }

    .contents .slider h2.nor {
        background: none;
        color: #26282e;
        text-transform: none;
        text-align: left;
        border-radius: 7px;
        padding: 0px 0;
        margin: 0;
        font-size: 25px;
        font-weight: bold;
    }

    .contents .slider h3 {
        font-size: 27px;
        font-weight: bold;
        margin: 20px 0 0 0;
    }

    .contents .slider h2 {
        /*background: #ffc017;*/
        color: #26282e;
        text-transform: none;
        text-align: left;
        font-size: 27px !important;
        margin: 5px 0 0 0  !important;
    }

}

.contents .product {
    margin: 30px 0 50px 0;
}

.contents .product h2 {
    font-size: 45px;
    font-weight: bold;
    display: block;
    margin: 0 0 30px 0;
}

.contents .product p {
    font-size: 22px;
    line-height: 36px;
    font-weight: normal;
}

.contents .product .recipies {
    border: 1px solid #ebebeb;
    padding: 30px 30px 15px 30px;
    border-radius: 7px;
    box-shadow: 7px 7px 0px #ffc017;
    width: 250px;
    float: right;
    margin: 0 0 15px 30px;
}

.contents .product .recipies h3 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;

}

.contents .product .recipies ul {
    list-style: none; /* Remove default bullets */
    margin: 0 0 0 17px;
    padding: 0px;
}

.contents .product .recipies ul li::before {
    content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #ffc017; /* Change the color */
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 1em; /* Also needed for space (tweak if needed) */
    margin-left: -1em; /* Also needed for space (tweak if needed) */
}

.contents .product img.pic {
    max-width: 40%;
    display: block;
    float:  left;
    margin: 0 30px 15px 0;
    border-radius: 7px;
}

.contents .product .tags {
    margin: 30px 0 0 0;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    padding: 30px 0 30px 0;
}

.contents .product ol {
    margin: 0 0 30px 0;
}

.contents .product ol li {
    font-size: 22px;
    line-height: 36px;
    font-weight: normal;
}

.contents .product ol li::marker {
    font-size: 35px;
    font-weight: bold;
    color: #ffc017;
    vertical-align: top;
    margin-right: 10px;
}

@media screen and (max-width: 1199px) {
    .contents .product ol li::marker {
        font-size: 25px;
        font-weight: bold;
        color: #ffc017;
        vertical-align: top;
        margin-right: 10px;
    }

    .contents .product ol li {
        font-size: 18px;
        line-height: 25px;
        font-weight: normal;
    }

}

.contents .product .soc {

}

.contents .product .soc .comm span {
    background: url('../images/icon-chat.png') no-repeat left;
    display: inline-block;
    width: 30px;
    background-size: 100%;
    height: 30px;
    position: relative;
    top: 12px;
    margin: 0 10px 0px 0;
}

.contents .product .soc .stars {
    margin: 15px 0 0 3px;
}

.contents .product .soc .stars .rate {
    direction: rtl;
    float: left;
}

.contents .product .soc .stars .rate span {
    background: url('../images/icon-star-news-small.png') no-repeat;
    display: inline-block;
    width: 30px;
    background-size: 100%;
    height: 30px;
    position: relative;
    cursor: pointer;
    margin: 0 0 0 3px;
}

.contents .product .soc .rate-count {
    position: relative;
    left: 15px;
    top: 5px;
    float: left;
}



.contents .product .soc .stars .rate > span:hover,
.contents .product .soc .stars .rate > span:hover ~ span {
    background-position: 0 -30px;
}
.contents .product .soc .stars .rate > span:hover:before,
.contents .product .soc .stars .rate > span:hover ~ span:before {
    background-position: 0 -30px;
    left: 0;
}


.contents .product .soc .stars .rate > span.active,
.contents .product .soc .stars .rate > span.active ~ span {
    background-position: 0 -30px;
}
.contents .product .soc .stars .rate > span.active:before,
.contents .product .soc .stars .rate > span.active ~ span:before {
    background-position: 0 -30px;
    left: 0;
}


.contents .product .tags a {
    background: #ffc017;
    color: #26282e;
    text-transform: uppercase;
    padding: 5px 10px;
    border-radius: 7px;
    margin: 0 3px 0 0;
}


.contents .product .product-all {
    margin: 0px 0 0 0;
}

.contents .product .product-all .element {
    width: 100%;
    border: 1px solid #ebebeb;
    border-radius: 7px;
    padding: 15px 15px 5px 15px;
    box-shadow: 7px 7px 0px #ffc017;
    margin: 0 0 50px 0;
}

.contents .product .product-all .element:hover {
    box-shadow: 7px 7px 0px #26282e;
}

.contents .product .product-all .element img {
    width: 100%;
    border-radius: 7px;
}

.contents .product .product-all .element h2 {
    font-size: 26px;
    font-weight: bold;
    margin: 15px 0 15px 0;
}

.contents .product .product-all .element .cat-time {
    margin: 15px 0 15px 0;
}

.contents .product .product-all .element .cat-time span.cat {
    background: url('../images/ico-recipies-cat.png') 15px center no-repeat;
    padding: 15px 20px 15px 70px;
    text-transform: uppercase;
    font-size: 14px;
    width: 100%;
    color: #767676;
    margin-left: -10px;
}

.contents .product .product-all .element .cat-time span.time {
    font-size: 20px;
    font-weight: bold;
    text-align: right;
}

.contents .product .product-all .element a.more {
    background: url('../images/ico-button-arrow.png') #ffc017 30px center no-repeat;
    color: #26282e;
    padding: 7px 15px 7px 80px;
    margin: 30px auto;
    width: 230px;
    display: block;
    font-size: 15px;
    font-weight: bold;
    border-radius: 7px;
    box-shadow: 7px 7px 0px #26282e;
}

@media screen and (max-width: 1199px) {
    .contents .product .product-all .element {
        width: 100%;
        padding: 15px 15px 5px 15px;
        margin: 0 0 50px 0;
    }

    .contents .product .product-all .element h2 {
        font-size: 20px;
    }

    .contents .product .product-all .element .cat-time span.cat {
        background: url('../images/ico-recipies-cat-mob.png') 15px center no-repeat;
        padding: 15px 20px 15px 60px;
        text-transform: uppercase;
        font-size: 14px;
        width: 100%;
        color: #767676;
    }

    .contents .product .product-all .element .cat-time span.time {
        font-size: 16px;
        text-align: right;
        float: right;
        margin-top: -25px;
    }

    .contents .product .product-all .element a.more {
        margin: 20px auto;
    }
}


@media screen and (max-width: 1199px) {
    .contents .product h2 {
        font-size: 27px;
        font-weight: bold;
        display: block;
        margin: 0 0 20px 0;
    }

    .contents .product img.pic {
        max-width: 100%;
        display: block;
        float:  none;
        margin: 0 0px 15px 0;
    }

    .contents .product .recipies {
        width: 100%;
        margin-bottom: 30px;
    }

    .contents .product p {
        font-size: 18px;
        line-height: 25px;
        font-weight: normal;
        text-align: left;
    }
}

.contents .product .form-comments {
    margin: 50px 0 0 0;
}

.contents .product .form-comments fieldset {

}


.contents .product .form-comments fieldset label {

}

.contents .product .form-comments fieldset input[type=text]{
    display: block;
    width: 25%;
    padding: 5px 10px;
    border-radius: 7px;
    border: 1px solid #26282e;
    /*margin-bottom: 20px;*/
}

.contents .product .form-comments fieldset textarea {
    display: block;
    width: 50%;
    height: 200px;
    padding: 5px 10px;
    border-radius: 7px;
    border: 1px solid #26282e;
}

.contents .product .form-comments fieldset .g-recaptcha {
    margin-top: 20px;
}

.contents .product .form-comments fieldset input[type=submit] {
    display: block;
    width: 250px;
    margin: 15px 0 0 0;
    background: #26282e;
    color: #ffc017;
    border: 0px;
    border-radius: 7px;
    font-weight: bold;
    padding: 10px 20px;
}

.contents .product .form-comments fieldset input[type=submit]:hover {
    background: #ffc017;
    color: #26282e;
}

.contents .product .form-comments-answer {
    margin: 30px 0 30px 0;
    float: right;
    width: 80%;
}

.contents .product .form-comments-answer fieldset {

}


.contents .product .form-comments-answer fieldset label {

}

.contents .product .form-comments-answer fieldset input[type=text]{
    display: block;
    width: 100%;
    padding: 5px 10px;
    border-radius: 7px;
    border: 1px solid #26282e;
    /*margin-bottom: 20px;*/
}

.contents .product .form-comments-answer fieldset textarea {
    display: block;
    width: 100%;
    height: 200px;
    padding: 5px 10px;
    border-radius: 7px;
    border: 1px solid #26282e;
}

.contents .product .form-comments-answer fieldset .g-recaptcha {
    margin-top: 20px;
}

.contents .product .form-comments-answer fieldset input[type=submit] {
    display: block;
    width: 250px;
    margin: 15px 0 0 0;
    background: #26282e;
    color: #ffc017;
    border: 0px;
    border-radius: 7px;
    font-weight: bold;
    padding: 10px 20px;
}

.contents .product .form-comments-answer fieldset input[type=submit]:hover {
    background: #ffc017;
    color: #26282e;
}

.contents .product .comments {
    margin: 50px 0 0 0;
}

.contents .product .comments h3 {
    margin-bottom: 20px;
}

.contents .product .comments .element {
    background: #f2f2f2;
    border-radius: 7px;
    padding: 15px 30px;
    margin: 0 0 50px 0;
}

.contents .product .comments .element .info {
    margin: 0 10px 0 0;
}

.contents .product .comments .element span.name {
    font-weight: bold;
    font-size: 20px;
}

.contents .product .comments .element span.ans {
    display: block;
    width: 125px;
    margin: 15px 0 0 0;
    background: #26282e;
    color: #ffc017;
    border: 0px;
    border-radius: 7px;
    font-weight: bold;
    padding: 10px 20px;
    text-transform: uppercase;
    float: right;
}

.contents .product .comments .element-answer {
    background: #f2f2f2;
    border-radius: 7px;
    padding: 15px 30px;
    margin: 0 0 50px 0;
    width: 90%;
    float: right;
}

.contents .product .comments .element-answer .info {
    margin: 0 10px 0 0;
}

.contents .product .comments .element-answer span.name {
    font-weight: bold;
    font-size: 20px;
}

.contents .product .comments .element-answer span.ans {
    display: block;
    width: 125px;
    margin: 15px 0 0 0;
    background: #26282e;
    color: #ffc017;
    border: 0px;
    border-radius: 7px;
    font-weight: bold;
    padding: 10px 20px;
    text-transform: uppercase;
    float: right;
}


@media screen and (max-width: 1199px) {
    .contents .product .form-comments fieldset input[type=text]{
        display: block;
        width: 100%;
        padding: 5px 10px;
        border-radius: 7px;
        border: 1px solid #26282e;
        /*margin-bottom: 20px;*/
    }

    .contents .product .form-comments fieldset textarea {
        display: block;
        width: 100%;
        height: 200px;
        padding: 5px 10px;
        border-radius: 7px;
        border: 1px solid #26282e;
    }
}

.contents .contact {
    margin: 30px auto 50px auto;
    width: 60%;

}

@media screen and (max-width: 1199px) {
    .contents .contact {
        margin: 30px 15px 50px 15px;
        width: calc(100% - 30px);

    }
}

.contents .contact h2 {
    font-size: 45px;
    font-weight: bold;
    display: block;
    margin: 0 0 30px 0;
}

.contents .contact p {
    background: #eeeeee;
    border-radius: 7px;
    padding: 15px;
    display: block;
    width: 100%;
}

.contents .contact .form-contact {
    margin: 0px 0 0 0;
}

.contents .contact .form-contact fieldset {
    margin: 0px 0 0 0;
}


.contents .contact .form-contact fieldset label {
    font-weight: bold;
    margin: 25px 0 3px 5px;
}

.contents .contact .form-contact fieldset input[type=text]{
    display: block;
    width: 100%;
    padding: 5px 10px;
    border-radius: 7px;
    border: 1px solid #26282e;
    /*margin-bottom: 20px;*/
}

.contents .contact .form-contact fieldset select {
    display: block;
    width: 100%;
    padding: 5px 10px;
    border-radius: 7px;
    border: 1px solid #26282e;
    /*margin-bottom: 20px;*/
}

.contents .contact .form-contact fieldset textarea {
    display: block;
    width: 100%;
    height: 200px;
    padding: 5px 10px;
    border-radius: 7px;
    border: 1px solid #26282e;
}

.contents .contact .form-contact fieldset .g-recaptcha {
    margin-top: 20px;
}

.contents .contact .form-contact fieldset input[type=submit] {
    display: block;
    width: 250px;
    margin: 15px 0 0 0;
    background: #26282e;
    color: #ffc017;
    border: 0px;
    border-radius: 7px;
    font-weight: bold;
    padding: 10px 20px;
}

.contents .contact .form-contact fieldset input[type=submit]:hover {
    background: #ffc017;
    color: #26282e;
}

.contents .search {
    margin: 30px 0 50px 0;
}

.contents .search h2 {
    font-size: 45px;
    font-weight: bold;
    display: block;
    margin: 0 0 30px 0;
}

.contents .search .product-all {
    margin: 0px 0 0 0;
}

.contents .search .product-all .element {
    width: 100%;
    border: 1px solid #ebebeb;
    border-radius: 7px;
    padding: 15px 15px 5px 15px;
    box-shadow: 7px 7px 0px #ffc017;
    margin: 0 0 50px 0;
}

.contents .search .product-all .element:hover {
    box-shadow: 7px 7px 0px #26282e;
}

.contents .search .product-all .element img {
    width: 100%;
    border-radius: 7px;
}

.contents .search .product-all .element h2 {
    font-size: 26px;
    font-weight: bold;
    margin: 15px 0 15px 0;
}

.contents .search .product-all .element .cat-time {
    margin: 15px 0 15px 0;
}

.contents .search .product-all .element .cat-time span.cat {
    background: url('../images/ico-recipies-cat.png') 15px center no-repeat;
    padding: 15px 20px 15px 70px;
    text-transform: uppercase;
    font-size: 14px;
    width: 100%;
    color: #767676;
    margin-left: -10px;
}

.contents .search .product-all .element .cat-time span.time {
    font-size: 20px;
    font-weight: bold;
    text-align: right;
}

.contents .search .product-all .element a.more {
    background: url('../images/ico-button-arrow.png') #ffc017 30px center no-repeat;
    color: #26282e;
    padding: 7px 15px 7px 80px;
    margin: 30px auto;
    width: 230px;
    display: block;
    font-size: 15px;
    font-weight: bold;
    border-radius: 7px;
    box-shadow: 7px 7px 0px #26282e;
}



@media screen and (max-width: 1199px) {
    .contents .search .product-all .element {
        width: 100%;
        padding: 15px 15px 5px 15px;
        margin: 0 0 50px 0;
    }

    .contents .search .product-all .element h2 {
        font-size: 20px;
    }

    .contents .search .product-all .element .cat-time span.cat {
        background: url('../images/ico-recipies-cat-mob.png') 15px center no-repeat;
        padding: 15px 20px 15px 60px;
        text-transform: uppercase;
        font-size: 14px;
        width: 100%;
        color: #767676;
    }

    .contents .search .product-all .element .cat-time span.time {
        font-size: 16px;
        text-align: right;
        float: right;
        margin-top: -25px;
    }

    .contents .search .product-all .element a.more {
        margin: 20px auto;
    }
}


@media screen and (max-width: 1199px) {
    .contents .search h2 {
        font-size: 27px;
        font-weight: bold;
        display: block;
        margin: 0 0 20px 0;
    }

    .contents .search img.pic {
        max-width: 100%;
        display: block;
        float:  none;
        margin: 0 0px 15px 0;
    }

    .contents .search .recipies {
        width: 100%;
        margin-bottom: 30px;
    }

    .contents .search p {
        font-size: 18px;
        line-height: 25px;
        font-weight: normal;
        text-align: left;
    }
}
