/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jan 8, 2021, 11:20:25 AM
    Author     : gasper
*/

@font-face {
    font-family: 'NarzissTextHeavy.otf';
    src:  url('../fonts/NarzissTextHeavy.otf') format("opentype");
    font-display: swap;
}


/* GENERAL */

html{
    -ms-overflow-style: -ms-autohiding-scrollbar;
    overflow: scroll;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

::-webkit-scrollbar {
    width: 0;  
    background: transparent;  
}

::-webkit-scrollbar-thumb {
    background: transparent;
}


body{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    color: #292828;
    background-color: #ffffff;
    position: relative;
    left: 0;
    overflow-x: hidden;
    font-weight: 400;
}


h1, h2, h3, h4, h5, p{
    margin: 0;
    padding: 0;
}

*:focus {
    outline: 0;
    outline: none;
}

a{
    color: #292828;
    transition: .3s;
}

button{
    outline: none !Important;
}

button:focus, button:active {
    outline: none !important;
    box-shadow: none;
}

button:hover{
    cursor: pointer;
}

a:hover{
    text-decoration: none !important;
}
a:visited{
    text-decoration: none;
}


img:focus {
    outline:none !important;
}


.btn.focus, .btn:focus{
    box-shadow: none;
}


h2{
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    font-weight: 700;
}

.title_line{
    width: 80px;
    height: 1px;
    border: solid 1px #979797;
    margin-top: 16px;
}

.title_line_center{
    margin: 0 auto;
    margin-top: 16px;
}

.btn-primary{
    height: 43px;
    padding: 0px 61px 0px 50px;
    line-height: 43px;
    background: none;
    font-weight: 300;
    font-size: 12px;
    display: inline-block;
    letter-spacing: 0.75px;
    color: #292828;
    margin-top: 20px;
    border: 1px solid #d2b887;
    position: relative;
    text-transform: uppercase;
}

.btn-primary:after{
    content: '';
    background-image: url(../images/icons/btn-right-brown.svg);
    background-size: 10px;
    height: 16px;
    width: 25px;
    background-position: right;
    display: inline-block;
    background-repeat: no-repeat;
    border-left: 1px solid #292828;
    position: absolute;
    right: 18px;
    top: 13px;
    transition: .3s;
}

.btn-primary:hover{
    border: 1px solid #d2b887;
    color: #292828;
    background-color: transparent;
}

.btn-primary:active{
    background-color: transparent !Important;
    border: none !Important;
    outline: none !Important;
}

.btn-primary:hover:after{
    right: 13px;
    width: 30px;
}

.btn-secondary{
    height: 43px;
    padding: 0px 61px 0px 50px;
    line-height: 43px;
    background-color: #bd7a96;
    font-weight: 300;
    font-size: 12px;
    display: inline-block;
    letter-spacing: 0.75px;
    color: #ffffff;
    border: 1px solid #bd7a96;
    position: relative;
    text-transform: uppercase;
}

.btn-secondary:after{
    content: '';
    background-image: url(../images/icons/btn-right-light.svg);
    background-size: 10px;
    height: 16px;
    width: 25px;
    background-position: right;
    display: inline-block;
    background-repeat: no-repeat;
    border-left: 1px solid #ffffff;
    position: absolute;
    right: 18px;
    top: 13px;
    transition: .3s;
}

.btn-secondary:hover{
    background-color: #bd7a96;
}

.btn-secondary:hover:after{
    right: 13px;
    width: 30px;
}

.btn-secondary:active{
    background-color: transparent !Important;
    border: none !Important;
    outline: none !Important;
}

p{
    font-weight: 300;
}

/* END OB GENERAL */


/* NAVIGATION */

.top_nav{
    font-size: 12px;
    background-color: #292828;
    height: 33px;
    transition: 0.5s ease-in-out;
    z-index: 1;
    position: relative;
}

.top_nav ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
    float: right;
    margin-top: 8px;
}

.top_nav ul li{
    display: inline-block;
    margin-left: 20px;
}

.top_nav ul li a{
    color: #ffffff;
}

.top_nav ul li a:hover{
    opacity: 0.8;
}

.top_nav .with-img{
    margin-left: 25px;
}

.top_nav .with-img img{
    margin-right: 5px;
    margin-top: -2px;
    max-width: 14px;
}

.shopping_cart_link a img{
    max-width: 14px;
    margin-top: -2px;
}

.shopping_cart_link a .number_in_cart{
    font-size: 8px;
    display: inline-block;
    background-color: #838383;
    height: 13px;
    width: 13px;
    border-radius: 50%;
    text-align: center;
    margin-top: -2px;
    vertical-align: top;
    margin-left: -3px;
}

.navbar{
    background: none;
    padding-top: 20px;
    transition: 0.5s ease-in-out;
    z-index: 1000;
    position: absolute;
    width: 100%;
    left: 0px;
}

.navbar-dark .navbar-nav .nav-link{
    color: #ffffff;
}

.navbar.subpage_nav{
    background-color: #171717;
    padding-top: 15px;
    padding-bottom: 15px;
}

.navbar-nav .nav-item{
    padding: 0px 15px 0px 0px;
}

.navbar-nav .nav-link{
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.86px;
    font-weight: 300;
    padding: 0px 30px;
    display: block;
    line-height: 43px;
    letter-spacing: 0.86px;
    color: #ffffff;
}

.navbar-nav .nav-link:hover{
    color: #d2b887;
}

/*.navbar-expand-lg .navbar-nav .nav-link.nav-button{
    border: solid 1px #d2b887;
    padding-left: 30px;
    padding-right: 30px;
    height: 43px;
    display: block;
}

.navbar-expand-lg .navbar-nav .nav-link.nav-button:hover{
    background-color: #d2b887;
    color: #ffffff;
}*/

.navbar.navbar_fixed{
    transition: 0.5s ease-in-out;
    background-color: #171717;
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
    padding-bottom: 15px;
    padding-top: 15px;
}

.navbar .activeNav{
    color: #d2b887;
    font-weight: 700;
    border-bottom: 1px solid #d2b887;
}

/*header {
    background-color: #20201f;
    min-height: 85vh;
    background-image: url(../images/header/header.jpg);
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-size:50%;
    color: #ffffff;
    margin-top: -81px;
}*/

header {
    background-color: #20201f;
    min-height: 90vh;
    display: flex;
    color: #ffffff;
    overflow-x: hidden;
    transition: 0.5s ease-in-out;
}

header .left_half{
    background-color: #20201f;
    flex: 0 0 50%; /* flex-basis: 50% */
    padding: 1rem;
    box-sizing: border-box; /* make sure 50% is still 50% after you add padding */
    overflow-y: auto; /* scrollability here */
}

header .right_half{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    flex: 0 0 50%; /* flex-basis: 50% */
}

header .header_text_wrapper{
    left: 0px;
    position: absolute;
    width: 100%;
    padding-top: 23vh;
    overflow: hidden;
}

header h3{
    font-size: 16px;
    line-height: 1.39;
    margin-bottom: 20px;
    text-transform: uppercase;
}

header h1{
    font-size: 70px;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    margin-bottom: 10px;

}

header p {
    width: 400px;
    margin: 0 auto;
    line-height: 1.39;
    display: inline-block;
    text-align: justify;
}

header p img{
    float: left;
    margin-right: 5px;
}

header .second{
    display: inline-block;
    vertical-align: top;
    margin-left: 30px;
    margin-top: 30px;
}

header .cta{
    height: 43px;
    padding: 0px 61px 0px 50px;
    line-height: 43px;
    background-color: #bd7a96;
    font-weight: 300;
    font-size: 12px;
    display: table;
    letter-spacing: 0.75px;
    color: #ffffff;
    margin: 0 auto;
    margin-top: 50px;
    border: 1px solid #bd7a96;
    position: relative;
    text-transform: uppercase;
}

header .cta:after{
    content: '';
    background-image: url(../images/icons/btn-right-light.svg);
    background-size: 10px;
    height: 16px;
    width: 25px;
    background-position: right;
    display: inline-block;
    background-repeat: no-repeat;
    border-left: 1px solid #ffffff;
    position: absolute;
    right: 18px;
    top: 13px;
    transition: .3s;
}

header .cta:hover:after{
    right: 13px;
    width: 30px;
}

.social_wrapper{
    position: absolute;
    list-style: none;
    padding: 0px;
    margin: 0px;
    top: 33vh;
    left: 50px;
    text-align: center;
    z-index: 10;
}

.social_wrapper li{
    margin-bottom: 40px;
    text-align: center;
}

.social_wrapper li a img{
    transition: .3s;
}

.social_wrapper li a:hover img{
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

/*header h1, header h3, header .header_text{
    overflow: hidden;
}*/

/*header h1 span{
    display: block;
    animation: reveal 1.5s cubic-bezier(0, 1, 1, 0) 0.5s;
}

header h3 span{
    display: block;
    animation: reveal 1.5s cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
}

header .header_text{
    display: block;
    animation: reveal 1.5s cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
}

@keyframes reveal {
    0% {
        transform: translate(0,100%);
    }
    100% {
        transform: translate(0,0);
    }
}*/

/* END OF HEADER */

.informations{
    padding-top: 150px;
    margin-bottom: -90px;
}

.informations p{
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: justify;
}

.company_numbers article{
    text-align: center;
}

.company_numbers article h4{
    font-family: 'Playfair Display', serif;
    font-size: 48px;
    color: #d2b887;
    font-weight: 700;
}

.company_numbers article p{
    font-size: 13px;
    margin-top: 5px;
    text-align: center;
    text-transform: uppercase;
}

.informations .img_box .left{
    margin-top: -200px;
    display: inline-block;
    vertical-align: top;
}

.bg_basic{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.informations .img_box .left .img_box_single{
    width: 162px;
    margin-bottom: 30px;
    overflow: hidden;
}

.informations .img_box .right .img_box_single{
    width: 162px;
    margin-bottom: 30px;
    overflow: hidden;
}

.informations .img_box .img_box_1{
    height: 257px;
    background-size: 200px;
}

.informations .img_box .img_box_2{
    height: 162px;
    background-size: 200px;
}

.informations .img_box .img_box_3{
    height: 255px;
    background-size: 200px;
}

.informations .img_box .img_box_4{
    height: 233px;
    background-size: 300px;
}

.informations .img_box .img_box_5{
    height: 172px;
    background-size: 300px;
}

.informations .img_box .img_box_6{
    height: 223px;
    background-size: 300px;
}

/*.informations .img_box .left img{
    display: block;
    margin-bottom: 30px;
}*/

.informations .img_box .right{
    display: inline-block;
    margin-left: 30px;
    margin-top: -20px;
}

/*.informations .img_box .right img{
    display: block;
    margin-bottom: 30px;
}*/

.courses{
    padding-top: 120px;
    padding-bottom: 105px;
    background-color: #f1f1f1;
}

.courses p{
    margin-top: 20px;
    text-align: justify;
    margin-bottom: 35px;
}


.course_card{
    display: block;
    transition: .3s;
    margin-bottom: 20px;
}

.course_card .course_img{
    height: 202px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.course_card .course_img.no_image {
    border-bottom: 1px solid #d7b680;
    background-size: 100px;
    background-color: #292828;
}

.course_card .content{
    background-color: #292828;
    color: #ffffff;
    padding: 30px;
    padding-top: 35px;
    position: relative;
    padding-bottom: 30px;
}

/*.course_card .content:after{
    content: '';
    position: absolute;
    background-image: url(../images/icons/right-arrow.svg);
    background-size: 12px;
    height: 20px;
    width: 20px;
    background-position: center;
    background-repeat: no-repeat;
    right: 20px;
    bottom: 10px;
    transition: .3s;
}*/

.course_card .chef_img{
    width: 52px;
    height: 52px;
    border: 1px solid #d2b887;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 auto;
    border-radius: 50%;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.course_card .chef_img.no_image{
    background-size: 34px;
    background-color: #292828;
}

.course_card .content h4{
    font-weight: 300;
    font-size: 14px;
}

.course_card .content h3{
    font-weight: 700;
    line-height: 1.43;
    font-size: 16px;
    margin-top: 5px;
    transition: .3s;
}

.course_card:hover .content:after{
    right: 10px;
}

.course_card{
    overflow: hidden;
}

.course_card .course_img{
    -moz-transition: all 2s;
    -webkit-transition: all 2s;
    transition: all 2s;
}

.course_card:hover .course_img{
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.course_card:hover .course_img.no_image{
    transform: none;
}

.course_card .price{
    margin-top: 30px;
}

.course_card .price h4{
    opacity: 0.5;
    text-decoration: line-through;
}

.course_card .price h3.free_course_label{
    padding-top: 10px;
}

.course_card .addToCartButton{
    border: none;
    background-color: #d2b887;
    border-radius: 50%;
    height: 37px;
    width: 37px;
    margin-top: 30px;
    margin-right: 0px;
    display: table;
    margin-left: auto;
    position: relative;
}

.course_card .addToCartButton img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.course_card .addToCartButton:hover{
    opacity: 0.8;
}

.course_card .add_to_cart{
    border: none;
    background-color: #d2b887;
    border-radius: 50%;
    height: 37px;
    width: 37px;
    margin-top: 30px;
    margin-right: 0px;
    display: table;
    margin-left: auto;
    position: relative;
}

.course_card .add_to_cart img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.course_card .add_to_cart:hover{
    opacity: 0.8;
}





.courses_feedback_box{
    margin-bottom: 15px;
    text-align: center;
    min-height: 48px;
}



.stars_wrapper{
    list-style: none;
    padding: 0px;
    margin: 0 auto;
    display: table;
    height: 24px;
    text-align: center;
}

.stars_wrapper li{
    display: inline-block;
    margin-right: 3px;
}

.no_opinions{
    font-size: 10px;
    display: block;
    text-align: center;
    color: #ffffff;
}


.courses_feedback_box .no_opinions{
    display: inline-block;
}

.courses_feedback_box .users_numbers{
    font-size: 10px;
    text-transform: lowercase;
}

.courses_feedback_box .users_numbers_margin{
    margin-left: 4px;
}


.course_card_second .no_opinions{
    display: inline-block;
    margin-left: 5px;
}


.courses .btn-primary{
    display: table;
    margin: 0 auto;
    margin-top: 35px;

}

.more_informations{
    background-color: #171717;
    color: #ffffff;
    display: flex;
    transition: 0.5s ease-in-out;
    position: relative;
    min-height: 750px;
}



.more_informations .left_half{
    flex: 0 0 50%;
    flex-basis: 50%;
    box-sizing: border-box;
    overflow-y: auto;
}

.more_informations .right_half{
    background-image: url(../images/header/informations.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    flex: 0 0 50%;
    flex-basis: 50%;
}

.more_informations .content{
    padding-top: 135px;
    padding-bottom: 130px;
    left: 0px;
    position: absolute;
    width: 100%;
    top: 0px;
    overflow: hidden;
}


.more_informations p{
    line-height: 1.63;
    margin-top: 20px;
    margin-bottom: 40px;
    text-align: justify;
}


.more_informations ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.more_informations ul li{
    width: 45%;
    display: inline-block;
    float: left;
    margin-bottom: 45px;
    margin-right: 20px;
    min-height: 38px;
}

.more_informations ul li{
    float: left;
}

.more_informations ul li div{
    font-size: 13px;
    text-transform: uppercase;
}

.opinions{
    padding-top: 100px;
    background-color: #f1f1f1;
    padding-bottom: 70px;
}

.opinions p{
    margin-top: 20px;
    margin-bottom: 40px;
}

.opinions .img_box{
    height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.opinions .card{
    background-color: #ffffff;
    position: relative;
    padding-left: 75px;
    padding-right: 55px;
    padding-top: 15px;
    padding-bottom: 20px;
    border: none;
    margin-bottom: 20px;
}

.opinions .card .img1{
    margin-top: 20px;
    position: absolute;
    left: 30px;
}

.opinions .card .img2{
    position: absolute;
    bottom: 30px;
    right: 30px;
}

.opinions .card p{
    font-size: 18px;
    font-family: 'Playfair Display', serif;
    text-align: justify;
    margin-bottom: 0px;
    font-weight: 700;
}

.opinions .card p span{
    color: #d2b887;
}

.opinions .card p .user_title{
    font-size: 16px;
    font-weight: 400;
}

.users{
    padding-top: 60px;
    padding-bottom: 45px;
}

.users h2{
    margin-top: 40px;
}

.users p{
    padding-top: 20px;
    text-align: justify;
}

.users ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
    padding-left: 100px;
    position: relative;
    margin-left: 50px;
}

.users ul li{
    margin-bottom: 20px;
}

.users ul:before{
    content: '';
    width: 1px;
    height: 100%;
    display: block;
    position: absolute;
    background: #d2b887;
    left: 0px;
}

.users ul li a{
    display: block;
    color: #292828;
    transition: .3s;
}

/*

.course_card .course_img{
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.course_card:hover .course_img{
   -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.course_card:hover .course_img.no_image{
    transform: none;
}

*/

.users ul li a .img_wrapper{
    overflow: hidden;
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.users ul li a .img_box{
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    -moz-transition: all 2s;
    -webkit-transition: all 2s;
    transition: all 2s;
}

.users ul li a .img_box.no_image{
    background-size: 50px;
    background-color: #292828;
}

.users ul li a h3{
    font-weight: 700;
    font-size: 20px;
    margin-top: 13px;
    transition: .3s;
}

.users ul li a h4{
    font-size: 14px;
    font-weight: 300;
}

.users ul li a:hover .img_box{
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.users ul li a:hover h3{
    color: #d2b887;
}

.faq{
    padding-top: 100px;
    background-color: #f1f1f1;
    padding-bottom: 50px;
}

.faq h2{
    margin-top: 80px;
}

.faq img{
    margin-top: 35px;
}

.faq .btn-primary{
    display: table;
    margin-left: auto;
}

.faq img.faq_video_image{
    margin-top: -3px;
    height: 16px;
    margin-right: 5px;
}

.card-body .faq_youtube{
    margin-top: 20px;
    margin-bottom: 20px;
}

.card-body .faq_youtube iframe{
    width: 100%;
    height: 350px;
    border: none;
}

.card-body .faq_youtube_small iframe{
    width: 100%;
    height: 260px;
    border: none;
}

.subscription{
    background-color: #292828;
    color: #ffffff;
    display: flex;
    transition: 0.5s ease-in-out;
    position: relative;
    min-height: 230px;
}

.subscription .left_half{
    background-image: url(../images/header/subscription.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    flex: 0 0 50%;
    flex-basis: 50%;
}

.subscription .right_half{
    flex: 0 0 50%;
    flex-basis: 50%;
    box-sizing: border-box;
    overflow-y: auto;
}

.subscription .content {
    left: 0px;
    position: absolute;
    width: 100%;
    top: 0px;
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-left: 40px;
}

.subscription h2{
    font-size: 24px;
}

.subscription label{
    margin-bottom: 17px;
}

.accordion .card{
    margin-bottom: 5px;
    border: none;
}

.accordion .card .card-header {
    border: 0;
    background-color: #ffffff;
    padding: 0;
    outline: none;
    transition: .3s;
}


.accordion .card .card-header:focus {
    outline:0 !important;
}


.accordion .card-body{
    padding-top: 0px;
    font-size: 16px;
    font-weight: 300;
    color: #7c7c7c;
    text-align: justify;
}


.accordion .card .card-header .btn-header-link {
    color: #292828;
    display: block;
    text-align: left;
    padding: 15px;
    font-weight: 700;
    font-size: 14px;
    border: none;
    outline:0 !important;
    transition: .3s;
}

.accordion .card .card-header .btn-header-link:after {
    content: "";
    background-image: url('../images/icons/down-arrow.svg');
    font-weight: 900;
    height: 20px;
    width: 50px;
    background-size: 10px;
    background-position: center;
    float: right;
    background-repeat: no-repeat;
    position: absolute;
    right: 0px;
    top: 15px;
}

.accordion .card .card-header .btn-header-link.collapsed:after {
    content: "";
    background-image: url('../images/icons/right-arrow.svg');
    font-weight: 900;
    height: 20px;
    width: 50px;
    background-size: 10px;
    background-position: center;
    float: right;
    background-repeat: no-repeat;
    position: absolute;
    right: 0px;
    top: 15px;
}


.accordion .card .card-header:hover{
    opacity: 0.7;
}


.subpage_header{
    height: 55vh;
    color: #ffffff;
}

.subpage_header .social_wrapper{
    top: 28vh;
}

.courses_page .subpage_header{
    background-image: url('../images/header/courses.jpg');
}

.chefs_page .subpage_header{
    background-image: url('../images/header/chefs.jpg');
}

.subpage_header h3{
    font-size: 16px;
    line-height: 1.39;
    margin-bottom: 20px;
    margin-top: 50px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.subpage_header h1{
    font-size: 70px;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
}

.subpage_header .breadCrumbs{
    padding-top: 17vh;
}

.breadCrumbs{
    list-style: none;
    padding: 0px;
    margin: 0px;
    color: #ffffff;
    font-size: 12px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    line-height: 1px;
}

.breadCrumbs li{
    display: inline-block;
    font-size: 12px;
}


.breadCrumbs li a{
    color: #ffffff;
}

.breadCrumbs li a:hover{
    opacity: 0.8;
}

.courses_page .courses{
    background-color: #ffffff;
    padding-top: 50px;
    padding-bottom: 40px;
}

.courses_page .opinions{
    padding-top: 50px;
    padding-bottom: 110px;
}

.chefs{
    background-color:  #171717;
    padding-bottom: 110px;
}

.chef_card{
    background-color: #292828;
    display: block;
    padding: 25px;
    position: relative;
    transition: 0.5s ease-in-out;
    margin-bottom: 30px;
}

.chef_card .img_wrapper{
    height: 185px;
    overflow: hidden;
    border-radius: 50%;
}

.chef_card .img_box{
    height: 100%;
    width: 100%;
    border-radius: 50%;
    -moz-transition: all 2s;
    -webkit-transition: all 2s;
    transition: all 2s;
}

.chef_card .img_box.no_image{
    background-size: 100px;
    background-color: #171717;
}

.chef_card:after{
    content: '';
    position: absolute;
    background-image: url(../images/icons/right-arrow.svg);
    background-size: 12px;
    height: 20px;
    width: 20px;
    background-position: center;
    background-repeat: no-repeat;
    right: 20px;
    bottom: 10px;
    transition: .3s;
}

.chef_card:hover:after{
    right: 10px;
}

.chef_card h3{
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    margin-top: 72px;
}

.chef_card h4{
    font-size: 14px;
    font-weight: 300;
    margin-top: 5px;
    color: #ffffff;
}

.chef_card_first_row{
    margin-top: -44px;
}

.chef_page .subpage_header{
    min-height: 90vh;
    position: relative
}

.chef_card:hover h3{
    color: #d2b887;
}

.chef_card:hover .img_box{
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}   


/*.chef_page .subpage_header:after{
    content: '';
    background-image: url(../images/header/bottom.svg);
    background-size: cover;
    height: 360px;
    width: 100%;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0px;
}*/


.chef_page .subpage_header .text_wrapper{
    position: absolute;
    bottom: 50px;
    left: 0px;
    width: 100%;
}

.chef_page .subpage_header h1{
    font-weight: 700;
    font-size: 70px;
    position: relative;
    z-index: 1;
}

.chef_page .subpage_header h3{
    text-transform: none;
    font-weight: 300;
    margin-top: 17px;
    letter-spacing: normal;
    position: relative;
    z-index: 1;
}

.header_bottom_img{
    width: 100%;
    margin-top: -100px;
    position: absolute;
    left: 0px;
}

.chef_page .subpage_body{
    background-color: #171717;
    padding-top: 50px;
    padding-bottom: 75px;
}

.chef_page .subpage_body h2{
    color: #ffffff;
    font-weight: 700;
    font-size: 24px;
    margin-top: 30px;
}

.chef_page .subpage_body p{
    font-weight: 300;
    color: #ffffff;
    font-size: 16px;
    margin-top: 20px;
}

.chef_page .company_numbers{
    margin-top: 60px;
}

.my_content{
    padding-top: 45px;
    padding-bottom: 60px;
}

.my_content .courses_wrapper{
    margin-top: 40px;
}

.course_card_second{
    background-color: #292828;
    min-height: 340px;
    display: flex;
    color: #ffffff;
    overflow-x: hidden;
    margin-bottom: 20px;
    position: relative;
    transition: .3s;
}

/*.course_card_second.coming_soon{
    pointer-events: none;
    cursor: default;
}*/

/*.course_card_second.coming_soon:before{
    content: '';
    display: block;
    width: 100%;
    background-color: #292828;
    height: 100%;
    position: absolute;
    z-index: 1;
    opacity: 0.7;
}



.course_card_second.coming_soon:after{
    content: 'KMALU V PONUDBI';
    display: block;
    font-size: 46px;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    color: white;
    text-align: center;
    top: 50%;
    margin-top: -46px;
    font-weight: 700;
}*/


.soon_text{
    display: none;
    text-transform: uppercase;
}

.course_card_second.coming_soon .soon_text{
    display: block;
    font-size: 46px;
    position: absolute;
    width: 100%;
    z-index: 2;
    color: white;
    text-align: center;
    top: 50%;
    margin-top: -46px;
    font-weight: 700;
}

.course_card_second.coming_soon:after {
    content: '';
    position: absolute;
    background-image: url(../images/icons/right-arrow.svg);
    background-size: 12px;
    height: 100%;
    width: 100%;
    background-position: bottom 8px right;
    background-repeat: no-repeat;
    right: 20px;
    bottom: 10px;
    transition: .3s;
    background-color: #29282899;
}

.course_card_second .left_half{
    flex: 0 0 45%; /* flex-basis: 50% */
    transition: .3s;
    overflow: hidden;
}

.course_card_second .left_half .img_box{
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    -moz-transition: all 2s;
    -webkit-transition: all 2s;
    transition: all 2s;
    cursor: pointer;
}

.course_card_second .left_half .img_box.no_image{
    background-size: 150px;
    border-right: 1px solid #d7b680;
}

.course_card_second .right_half{
    flex: 0 0 55%; /* flex-basis: 50% */
    padding: 1rem;
    box-sizing: border-box; /* make sure 50% is still 50% after you add padding */
    overflow-y: auto; /* scrollability here */
}

.course_card_second .content {
    color: #ffffff;
    padding: 30px;
    position: relative;
}

.course_card_second ul.stars_wrapper{
    margin-left: 0;
    margin-bottom: 10px;
}

.course_card_second ul.stars_wrapper.chef_stars{
    display: inline-block;
}

.course_card_second .users_numbers{
    display: inline-block;
    font-size: 10px;
    margin-left: 5px;
    margin-top: 6px;
    vertical-align: top;
}

.course_card_second .content h4 {
    font-weight: 300;
    font-size: 14px;
}

.course_card_second .content h3 {
    font-weight: 700;
    line-height: 1.43;
    font-size: 16px;
    margin-top: 5px;
    transition: .3s;
}

.course_card_second .content .forbidden_img{
    width: 80px;
    position: absolute;
    right: 0px;
    top: 0px;
}

.course_card_second label{
    margin-top: 25px;
    font-weight: 300;
}

.course_card_second .additional_data{
    list-style: none;
    position: relative;
    font-weight: 300;
    padding-left: 25px;
}

.course_card_second .additional_data li{
    margin-bottom: 5px;
}

.course_card_second .additional_data li:before{
    content: '';
    background-image: url('../images/icons/more_informations/chef-hat.svg');
    position: absolute;
    left: 0px;
    background-size: 16px;
    height: 20px;
    width: 20px;
    background-position: center;
    background-repeat: no-repeat;
}

.course_card_second:hover h3{
    color: #d2b887;
}

.course_card_second.active_card:after{
    content: '';
    position: absolute;
    background-image: url(../images/icons/right-arrow.svg);
    background-size: 12px;
    height: 20px;
    width: 20px;
    background-position: center;
    background-repeat: no-repeat;
    right: 20px;
    bottom: 10px;
    transition: .3s;
}

.course_card_second.active_card:hover:after{
    right: 10px;
}


.course_card_second.active_card:hover .left_half .img_box{
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.chef_wrapper{
    margin: 0 auto;
    display: table;
    margin-top: -70px;
    text-align: center;
    font-weight: 300;
}

.chef_wrapper .chef_img{
    height: 162px;
    width: 162px;
    border: 1px solid #d2b887;
    border-radius: 50%;
}

.chef_wrapper .chef_img.no_image{
    background-size: 100px;
    background-color: #292828;
}

.courses_page .chef_wrapper h4{
    margin-top: 10px;
    font-size: 16px;
}

.courses_page .chef_wrapper .stars_wrapper li img{
    width: 20px;
}

.courses_page .chef_wrapper .comments_numbers{
    font-size: 12px;
    color: #292828;
}

.courses_page .chef_wrapper .users_numbers{
    font-size: 12px;
    color: #292828;
    font-weight: 700;
}

.courses_page .chef_wrapper .users_numbers.users_numbers_margin{
    margin-left: 5px;
    text-transform: lowercase;
}



.courses_page .chef_wrapper{
    margin-bottom: 40px;
}

.courses_page .chef_wrapper .stars_wrapper{
    margin-bottom: 10px;
}

.course_single label{
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 20px;
}

.course_single .additional_data{
    list-style: none;
    position: relative;
    font-weight: 300;
    padding-left: 25px;
}

.course_single .additional_data li{
    margin-bottom: 5px;
}

.course_single .additional_data li:before {
    content: '';
    background-image: url(../images/icons/more_informations/chef-hat.svg);
    position: absolute;
    left: 0px;
    background-size: 16px;
    height: 20px;
    width: 20px;
    background-position: center;
    background-repeat: no-repeat;
}

.course_single p{
    font-weight: 300;
    margin-top: 20px;
}

.course_single .course_price{
    background-color: #292828;
    text-align: center;
    padding: 50px;
    position: relative;
    margin-top: 20px;
}

.additional_data_label{
    margin-top: 30px;
}

.course_single .course_price label{
    color: #ffffff;
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.course_single .course_price h4 {
    color: #ffffff;
    font-size: 20px;
    margin: 0px;
    opacity: 0.5;
    text-decoration: line-through;
}

.course_single .course_price h3{
    font-family: 'Playfair Display', serif;
    color: #d2b887;
    font-size: 36px;
    margin-bottom: 50px;
    font-weight: 700;
}

.course_single .course_price h3.free_course_label{
    font-weight: 700;
}

.course_single .course_price h5{
    color: #ffffff;
    margin-top: -46px;
    font-size: 15px;
    margin-bottom: 50px;
}

.course_single .course_price button{
    background-color: #d2b887;
    color: #292828;
    cursor: pointer;
    margin-top: 0px;
}

/*.course_single .course_price button:after{
    background-image: url(../images/icons/shopping-cart.svg);
    background-size: 16px;
}*/

.course_single .course_price button:hover{

}

/*.course_single .course_price button:hover:after{
    width: 40px;
}*/


.list_wrapper .second_half{
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.list_wrapper .second_half .card{
    background-color: #f1f1f1;
    border-radius: 2px;
}

.list_wrapper .second_half  .card .card-header .btn-header-link{
    background-color: #f1f1f1;;
}

.list_wrapper .second_half .card p{
    margin-top: 0px;
    font-size: 14px;
    font-weight: 300;
}


.list_wrapper .first_half{
    list-style: none;
    padding: 0px;
    margin: 0px;
    font-weight: 300;
    font-size: 16px;
    position: relative;
    margin-top: 0px;
}

.list_wrapper .first_half li{
    border-radius: 2px;
    background-color: #f1f1f1;
    margin-bottom: 5px;
    padding: 15px;
    padding-left: 75px;
    position: relative;
    cursor: pointer;
}

.list_wrapper .first_half li:before{
    content: '';
    background-image: url(../images/icons/video-dark.svg);
    width: 30px;
    height: 30px;
    background-size: 28px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 25px;
    margin-top: -2px;
}


.list_wrapper .first_half li.activeVideoTitle:before{
    background-image: url(../images/icons/pause.svg);
}

.list_wrapper .first_half li:hover{
    opacity: 0.8;
}

.list_wrapper label{
    font-size: 16px;
    margin-top: 14px;
    margin-bottom: 7px;
}

.course_comments_wrapper{
    padding-top: 110px;
    margin-bottom: 45px;
}

.course_comments_wrapper .comments_overview{
    border: 1px solid #d2b887;
    padding: 30px;
    margin-top: 50px;
}

.comments_overview ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
    font-weight: 700;
    color: #292f32;
}

.comments_overview ul li span{
    margin-top: 1px;
    display: inline-block;
    vertical-align: top;
    margin-right: 4px;
}

.comments_overview .stars_wrapper{
    margin: 0 auto;
    margin-bottom: 10px;
}

.comments_overview .stars_wrapper li{
    margin-right: 5px;
}

.comments_overview .stars_wrapper li img{
    width: 21px;
}

.comments_overview .total_stars{
    font-size: 18px;
    font-weight: 700;
    text-transform: lowercase;
}

.comments_overview .total_recommendations{
    font-weight: 300;
}

.course_comments{
    margin-top: 120px;
}

.course_comments .comments_card{
    border-bottom: 1px solid #d2b887;
    padding-bottom: 70px;
    margin-bottom: 40px;
    font-weight: 300;

}

.course_comments .comments_card .stars_wrapper{
    margin-left: 0px;
    margin-bottom: 10px;
}

.course_comments .comments_card h3{
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 10px;
}

.course_comments .comments_card h4{
    font-size: 14px;
}

.course_comments .comments_card p{
    font-size: 16px;
    margin-bottom: 25px;
}

.course_comments .comments_card .friends_title img{
    margin-right: 10px;
    margin-top: -10px;
} 

.video_wrapper ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.courses_video_wrapper .btn-primary{
    display: none;
    margin-top: 0px;
    position: absolute;
    top: 40%;
    left: 50%;
    z-index: 1000;
    background-color: #ffffff;
    transform: translate(-50%, 0%);
}


.video_wrapper{
    height: 353px;
    position: relative;
}


.video_wrapper .img_box{
    height: 360px;
    width: 100%;
    position: relative;
    text-align: center;
    cursor: pointer;
}

.video_wrapper video{
    height: 353px;
    width: 100%;
}

.video_wrapper .img_box img{
    margin: 0 auto;
    cursor: pointer;
    position: relative;
    z-index: 1;
    transition: .3s;
    top: 50%;
    margin-top: -51px;
}

.video_wrapper:hover .img_box img{
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.video_start_button{
    position: absolute;
    text-align: center;
    margin: 0 auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 1;
}

.video_pause_button{
    display: none;
}

.rating_box{
    width: 25%;
    display: inline-block;
}

.skillbar {
    width: 75%;
    position:relative;
    display: inline-block;
    float: right;
    margin-top: 12px;
    background:#eee;
    height: 5px;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    -webkit-transition:0.4s linear;
    -moz-transition:0.4s linear;
    -ms-transition:0.4s linear;
    -o-transition:0.4s linear;
    transition:0.4s linear;
    -webkit-transition-property:width, background-color;
    -moz-transition-property:width, background-color;
    -ms-transition-property:width, background-color;
    -o-transition-property:width, background-color;
    transition-property:width, background-color;
}

.skillbar-bar {
    height: 5px;
    width:0px;
    background:#292828;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
}

.bottom_course_price{
    padding: 10px;
    padding-bottom: 0px;
    background-color: #171717;
    position: fixed;
    bottom: 0px;
    width: 100%;
    left: 0px;
    z-index: 100;
    display: none;
    transition: 0.5s ease-in-out;
}

.bottom_course_price label{
    display: inline-block;
    margin-right: 10px;
    color: #ffffff;
    margin-top: 10px;
}

.bottom_course_price h3{
    display: inline-block;
    font-size: 20px;
    vertical-align: top;
    color: #ffffff;
    margin-top: 10px;
    margin-right: 20px;
}


.bottom_course_price .btn-primary{
    color: #ffffff;
    margin-top: 0px;
}

.bottom_course_price .btn-primary:after{
    border-left: 1px solid #ffffff;
}

footer{
    background-color: #232222;
    padding-top: 80px;
    color: #676666;
    font-size: 16px;
    padding-bottom: 140px;
}

footer h3{
    font-weight: 700;
    font-size: 12px;
    margin-top: 50px;
    margin-bottom: 10px;
    color: #ffffff;
    text-transform: uppercase;
}

footer p{
    font-weight: 300;
    font-size: 12px;
    line-height: 1.5;
}

footer ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
}

footer .subpages_list{
    margin-top: 36px;
}

footer .subpages_list li a{
    color: #838383;
}

footer .subpages_list li a:hover{
    color: #ffffff;
}

footer h4{
    font-size: 24px;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.58;
    margin-bottom: 40px;
    margin-top: 90px;
}

footer label{
    margin-bottom: 15px;
    font-weight: 700;
}

footer .payments{
    margin-top: 5px;
}

footer .payments img{
    margin-right: 10px;
}

footer .social li{
    display: inline-block;
    margin-right: 35px;
}

footer .social li a img{
    transition: .3s;
}

footer .social li a:hover img{
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}


.footerB {
    padding: 7px;
    color: #676666;
    font-size: 12px;
    margin-top: 150px;
    background-color: #292828;
}

.footerB a{
    color: #676666;
}

@keyframes beat{
    to { transform: scale(1.2); }
}


/* CART RIGHT PUSH */

.push {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.menu {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: fixed;
    top: 0;
    z-index: 10000;
    width: 335px;
    height: 100%;
}
/*.menu a:hover,
.menu a:active {
    background-color: #2980b9;
}*/

.menu-right {
    right: -335px;
}
.menu-right.right-open {
    right: 0;
}

.push {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.push-left {
    left: -335px;
}
.push-left.pushleft-open {
    left: 0;
}
.push-toleft {
    left: 335px;
}
.push-right {
    right: -335px;
}
.push-right .backBtn {
    text-align: left;
}
.push-right.pushright-open {
    right: 0;
}
.push-toright {
    left: -335px;
}

.menu .nav_overview{
    padding: 20px;
    height: 70vh;
    overflow: scroll;
    background-color: #ffffff;
}

.menu .top{
    padding: 20px;
    border-bottom: 1px solid #979797;
    background-color: #ffffff;
}

.menu .top h3{
    font-size: 16px;
    text-align: right;
    margin-top: 3px;
}

.menu .bottom{
    padding: 20px;
}

.menu .bottom .total_price{
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.menu .bottom .total_price span{
    float: right;
}

.menu .btn-secondary{
    display: block;
    border: #292f32;
    background-color: #292f32;
    text-align: center;
}

.menu .product_card{
    margin-bottom: 20px;
    background-color: #ffffff;
}

.menu .product_card .img_box {
    height: 60px;
    width: 100%;
}

.menu .product_card h4 {
    font-weight: 300;
    font-size: 13px;
}

.menu .product_card h3 {
    font-weight: 700;
    font-size: 12px;
    margin-bottom: 5px;
}

.menu .product_card p {
    font-weight: 700;
    font-size: 14px;
}

.menu .nav_overview .empty{
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 22px;
}

.menu .product_card p img{
    width: 15px;
    transition: .3s;
    margin-top: -5px;
    margin-left: 20px;
    cursor: pointer;
}

.menu .product_card p img:hover{
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.informations_page{
    padding-top: 80px;
    padding-bottom: 100px;
}

.modal-body{
    text-align: center;
    width: 70%;
    margin: 0 auto;
}

.modal-content{
    height: 550px;
}

.modal-body img{
    padding-top: 50px;
    margin-bottom: 25px;
}

.modal-body h3{
    font-size: 24px;
    font-family: 'Playfair Display', serif;
    margin-bottom: 15px;
    font-weight: 700;
}

.modal-body p{
    font-weight: 300;
    margin-bottom: 25px;
}

.input-wrapper {
    position: relative;
    line-height: 14px;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}
.input-wrapper label {
    color: #292828;
    font-size: 14px;
    position: absolute;
    z-index: 2;
    left: 20px;
    top: 14px;
    padding: 0 2px;
    pointer-events: none;
    background: #fff;
    -webkit-transition: -webkit-transform 100ms ease;
    -moz-transition: -moz-transform 100ms ease;
    -o-transition: -o-transform 100ms ease;
    -ms-transition: -ms-transform 100ms ease;
    transition: transform 100ms ease;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
}
.input-wrapper input {
    font-size: 13px;
    color: #555;
    outline: none;
    border: 1px solid #dddddd;
    padding: 8px 20px;
    position: relative;
    width: 100%;
    height: 45px;
}
.input-wrapper input:invalid + label {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.input-wrapper input:focus {
    border-color: #b5b5b5;
}
.input-wrapper input:focus + label {
    color: #b5b5b5;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
}


/**/

.input-wrapper textarea {
    font-size: 13px;
    color: #555;
    outline: none;
    border: 1px solid #dddddd;
    padding: 8px 20px;
    position: relative;
    width: 100%;
    resize: none;
    height: 100px;
    overflow-y: scroll;
}
.input-wrapper textarea:invalid + label {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.input-wrapper textarea:focus {
    border-color: #b5b5b5;
}
.input-wrapper textarea:focus + label {
    color: #b5b5b5;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
}


/* The container */
.ckm {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 16px;
}

.ckm input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.ckm_checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    border: 1px solid #dddddd;
}


.ckm:hover input ~ .ckm_checkmark {
    background-color: #ccc;
}

.ckm_checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


.ckm input:checked ~ .ckm_checkmark:after {
    display: block;
}


.ckm .ckm_checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #333333;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.modal-footer{
    border: none;
    justify-content: center;
}

.modal-footer .btn-secondary{
    border: #292f32;
    background-color: #292f32;
    margin-bottom: 50px;
    color: #ffffff;
}

.modal-dialog{
    max-width: 700px;
}

.modal-body .input-wrapper{
    width: 70%;
}

.modal-body .ckm{
    text-align: left;
    width: 62%;
    font-size: 12px;
    margin: 0 auto;
}

button.close{
    position: absolute;
    right: 25px;
    top: 25px;
    cursor: pointer;
    z-index: 10;
}

.requiredInputCheck{
    border-color: #ff6d6d;
    -webkit-box-shadow: 0 0 0 1px #ff6d6d;
    box-shadow: 0 0 0 1px #ff6d6d;
}

.requiredCheckbox .ckm_checkmark{
    border-color: #ff6d6d;
    -webkit-box-shadow: 0 0 0 1px #ff6d6d;
    box-shadow: 0 0 0 1px #ff6d6d;
}

.modal_step2 .modal-body img{
    padding-top: 175px;
}

.recipes_card{
    overflow: hidden;
    display: block;
    transition: .3s;
    background-color: #292828;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 20px;
}

.recipes_card .recipes_img_box{
    height: 220px;
    overflow: hidden;
}

.recipes_card .recipes_img {
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -moz-transition: all 2s;
    -webkit-transition: all 2s;
    transition: all 2s;
}

.recipes_card .recipes_img.no_image {
    border-bottom: 1px solid #d7b680;
    background-size: 100px;
    background-color: #292828;
}

.recipes_card .content{
    padding: 25px;
    padding-bottom: 5px;
    position: relative;
}

.recipes_card h3{
    font-weight: 700;
    color: #ffffff;
    font-size: 16px;
}


.recipes_card ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
    color: #ffffff;
    font-size: 14px;
    margin-top: 20px;
}

.recipes_card ul li{
    margin-bottom: 20px;
}

.recipes_card ul li img{
    margin-right: 10px;
    margin-top: -5px;
}

.recipes_card ul li h4{
    font-size: 14px;
    display: inline-block;
    margin-right: 15px;
}

.recipes_card ul.difficulty_list {
    margin: 0px;
    display: inline-block;
}

.recipes_card ul.difficulty_list li{
    display: inline-block;
    margin: 0px;
}

.recipes_card:hover .recipes_img{
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.success_box p{
    margin-bottom: 50px;
}

.status_page{
    padding-top: 75px;
    min-height: 80vh;
}

.status_page h1{
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 30px;
}

.status_page .content{
    font-weight: 300;
    margin-bottom: 75px;
}

.status_page .cta1{
    color: #292828;
    font-size: 14px;
    display: block;
    margin-top: 15px;
}

.status_page .cta1:hover{
    opacity: 0.8;
}

.status_page .btn-secondary{
    border: #292f32;
    background-color: #292f32;
}

.status_page .icon{
    margin: 0 auto;
    margin-top: 70px;
    margin-bottom: 30px;
    display: block;
    max-width: 70px;
}

.status_page .subpage_logo{
    display: block;
}

.login_page{
    background-color: #20201f;
    height: 100vh;
    display: flex;
    overflow-x: hidden;
    transition: 0.5s ease-in-out;
}

.login_page .left_half {
    background-image: url(../images/header/informations.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    flex: 0 0 50%;
    flex-basis: 50%;
}

.login_page .right_half {
    background-color: #ffffff;
    flex: 0 0 50%;
    flex-basis: 50%;
    box-sizing: border-box;
    overflow-y: auto;
}

.login_page .content{
    left: 0px;
    position: absolute;
    width: 100%;
    top: 0px;
    overflow: hidden;
}

.login_page .logo{
    margin-top: 40vh;
    margin-bottom: 30px;
    max-width: 100%;
}

.login_page p{
    font-size: 18px;
    line-height: 1.39;
    color: #ffffff;
}

.login_page h2{
    font-size: 24px;
    font-family: 'Playfair Display', serif;
    margin-top: 30vh;
    font-weight: 700;
}

.login_page form{
    margin-top: 53px;
    margin-bottom: 27px;
}

.login_page .cta1{
    display: table;
    font-weight: 300;
    font-size: 12px;
    color: #292828;
}

.login_page .cta1:hover{
    opacity: 0.8;
}

.login_page .btn-secondary{
    border: #d2b887;
    background-color: #d2b887;
    display: table;
    margin-left: auto;
}

.login_page .social_login_box{
    margin-top: 50px;
    border-top: 1px solid #979797;
    padding-top: 30px;
}

.login_page .btn_facebook{
    height: 45px;
    background-color: #ffffff;
    border: solid 1px #dddddd;
    width: 100%;
    font-weight: 300;
    font-size: 12px;
    text-align: left;
    padding: 0px 15px;
    line-height: 45px;
}

.login_page .btn_facebook img{
    margin-right: 20px;
}

.login_page .btn_facebook:hover{
    background-color: #f9f9f9;
}

.btn_google{
    margin-top: 12px;
}

.error_box{
    color: #ff6d6d;
    font-size: 12px;
    padding-left: 5px;
    display: none;
    padding-bottom: 15px;
    padding-top: 10px;
}

#Email_success_box{
    display: none;
}

.login_page p.email_success_box{
    color: #292828;
    margin-bottom: 20px;
}

.modal_opinion img{
    max-width: 80px;
}

.modal_opinion .modal-body{
    width: 95%;
}

.modal_opinion .opinion_ckm{
    margin-bottom: 10px;
}

.modal_opinion .rating_box{
    display: block;
    width: 70%;
    margin: 0 auto;
    margin-bottom: 12px;
}

.modal_opinion .rating_box label{
    display: block;
}

.modal_opinion .rating_box:after{
    content: "";
    position: absolute;
    display: none;
}

.recipe_header{
    background-color: #292828;
    display: flex;
    overflow-x: hidden;
    margin-top: 71px;
    min-height: 55vh;
}

.recipe_header .left_half{
    flex: 0 0 50%;
    flex-basis: 50%;
    box-sizing: border-box;
    overflow-y: auto;
}

.recipe_header .right_half{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    flex: 0 0 50%;
    flex-basis: 50%;
}

.recipe_header .content{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
}

.recipe_subpage .breadCrumbs{
    margin-top: 20vh;
}

.recipe_subpage h1{
    font-size: 36px;
    color: #ffffff;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 30px;
}

.recipe_header ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
    color: #ffffff;
    font-size: 14px;
    margin-top: 20px;
}

.recipe_header ul li{
    margin-bottom: 20px;
}

.recipe_header ul li{
    margin-bottom: 20px;
}

.recipe_header ul li img {
    margin-right: 10px;
    margin-top: -5px;
}

.recipe_header ul li h4 {
    font-size: 14px;
    display: inline-block;
    margin-right: 15px;
}

.recipe_header ul li h4 {
    font-size: 14px;
    display: inline-block;
    margin-right: 15px;
}


/*.recipe_box h3 {
    font-weight: 700;
    font-size: 25px;
    padding-bottom: 17px;
    margin-bottom: 20px;
    border-bottom: 1px solid #979797;
    margin-top: 30px;
}*/

.recipe_header ul.difficulty_list {
    margin: 0px;
    display: inline-block;
}

.recipe_header ul.difficulty_list li {
    display: inline-block;
    margin: 0px;
}

.recipe_header ul li img {
    margin-right: 10px;
    margin-top: -5px;
}

.recipe_body .body{
    padding-top: 60px;
    font-weight: 300;
    padding-bottom: 80px;
}

.recipe_body section{
    margin-bottom: 50px;
}

.recipe_body .steps_list{
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.recipe_body .steps_list li{
    margin-bottom: 20px;
}

.recipe_body a{
    color: #d2b887;
}


.recipe_body .steps_list h5{
    font-size: 16px;
    font-weight: 700;
}

/*.recipe_body h3{
    font-weight: 700;
    font-size: 36px;
    padding-bottom: 20px;
    margin-bottom: 40px;
    border-bottom: 1px solid #979797;
}*/

/*.recipe_body h4{
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 10px;
}*/

.recipe_body .ingridients_list{
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 20px;
    color: #292828;
}

.recipe_body .ingridients_list li{
    flex-basis: 50%; /* or width: 50% */
    font-weight: 300;
    margin-bottom: 10px;
}


.rating {
    display: inline-block;
    position: relative;
}

.rating label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    cursor: pointer;
}

.rating label:last-child {
    position: static;
}

.rating label:nth-child(1) {
    z-index: 5;
}

.rating label:nth-child(2) {
    z-index: 4;
}

.rating label:nth-child(3) {
    z-index: 3;
}

.rating label:nth-child(4) {
    z-index: 2;
}

.rating label:nth-child(5) {
    z-index: 1;
}

.rating label input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.rating label .icon {
    float: left;
    color: #f1f1f1;
    font-size: 20px;
    margin-right: 5px;
}

.rating label:last-child .icon {
    color: #f1f1f1;
}

.rating:not(:hover) label input:checked ~ .icon,
.rating:hover label:hover input ~ .icon {
    color: #d2b887;
}

.rating label input:focus:not(:checked) ~ .icon:last-child {
    color: #d2b887;
    text-shadow: 0 0 5px #09f;
}

.modal_opinion .modal-body .ckm{
    width: 50%;
}

.page_body .subpage_body{
    padding-top: 50px;
    padding-bottom: 40px;
}


/*.rating label input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}*/

.rating label .icon {
    float: left;
    color: transparent;
}


.accordion.second_half .card .card-header .btn-header-link{
    font-size: 16px;
    font-weight: 300;
    padding-left: 30px;
}

.accordion.second_half .card-body {
    font-size: 16px;
    font-weight: 300;
    color: #7c7c7c;
    padding: 15px 30px;
    padding-top: 0px;
}

.accordion.second_half .card-body a{
    font-size: 13px;
    display: table;
    margin-top: 20px;
    margin-left: auto;
    margin-right: 0px;
}

.bottom_course_price .content{
    text-align: right;
}

.navbar-mobile__content{
    display: none;
}

.course_landing_slider .course_card{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    margin-right: 20px;
}

.card-body iframe{
    width: 600px;
    max-width: 100%;
    display: table;
    margin: 0 auto;
    margin-top: 20px;
}

blockquote{
    color:  #d2b887;
    margin-top: 10px;
    font-style: italic;
    margin-bottom: 5px;
}


.subpage_body a{
    color:  #d2b887;
}

.circles_box{
    position: absolute;
    text-align: center;
    width: 230px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.circles_box img{
    margin: 0 auto;
}

.circles_box h3{
    font-weight: 800 !Important;
    color: #ffffff !Important;
    font-size: 18px !Important;
    margin-top: 12px;
    margin-bottom: 12px !Important;
    text-transform: uppercase;
}

.courses_video_wrapper .circles_box{
    width: 300px;
}

.courses_video_wrapper .circles_box h3{
    font-size: 35px !Important;
}

.courses_video_wrapper .circles_box img{
    width: 100%;
}

.slick-list{
    overflow: hidden;
    pointer-events: unset;
}


.slick-list:after{
    clear: both;
    content: "";
    display: block;
}

.course_landing_slider{
    position: relative;
}


/*.course_card.coming_soon .course_img{
    
}*/

.course_card{
    position: relative;
}

.course_card.coming_soon .course_img:before {
    content: '';
    display: block;
    width: 100%;
    background-color: #29282899;
    height: 100%;
    position: absolute;
    z-index: 1;
}

.course_card.coming_soon .soon_text{
    display: block;
    font-size: 30px;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    color: white;
    text-align: center;
    top: 50%;
    margin-top: -55px;
    font-weight: 700;
}

.nav-tabs{
    display: -webkit-box;
    overflow-y: scroll;
    max-width: 100%;
    flex-wrap: nowrap;
}


.cookieBox{
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    background-color: #232222;
    padding: 10px 20px;
    text-align: center;
    color: #fff;
    display: inline-block;
    margin: 0;
    font-size: 13px;
    padding-right: 15px;
}

.cookieBox h4{
    font-weight: bold;
    color: #d2b887;
    text-transform: uppercase;
    display: inline-block;
    margin: 0;
    font-size: 13px;
    padding-right: 15px;
}

.cookieBox p{
    color: #fff;
    display: inline-block;
    margin: 0;
    font-size: 13px;
    padding-right: 15px;
}

.cookieBox h5 {
    color: #fff;
    font-size: 14px;
    padding-top: 10px;
}

.cookieBox a{
    color: #d2b887;
    text-decoration: underline;
    padding-left: 5px;
}

.cookieBox ul li {
    list-style: none;
    color: #fff;
    display: inline-block;
    padding: 5px;
    font-size: 13px;
}

.cookieBox button {
    margin: 0 10px;
    background-color: #ffffff;
    border: none;
    padding: 5px 10px;
    color: #000;
    font-size: 13px;
}

button.gdpr-cookie-advanced {
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
}

#cookieBoxContent{
    display: none;
}

#cookieBoxContent.showCookie{
    display: block;
}

.login_register_box{
    text-align: center;
    margin-bottom: -30px;
    margin-top: 30px;
    font-weight: 300;
}

.login_register_box a{
    color: #a19688;
    font-weight: 300;
    transition: .3s;
    border: none;
    background: none;
}

.login_page h2.register_title{
    margin-top: 22vh;
}

.login_page p.code_extra_text{
    color: #292828;
    margin-top: 20px;
    font-size: 15px;
    margin-bottom: -20px;
}

.add_bg_color{
    background-blend-mode: multiply;
    background-color: #949494a6 !Important;
}

.books_list .subpage_header{
    /*    background-color: #292828;
        height: auto;
        padding-bottom: 50px;*/
}

/*.books_list .subpage_header h3{
    font-size: 14px;
    font-weight: 300;
    margin-top: 22vh;
}

.books_list .subpage_header h1{
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 50px;
}*/

.books_list .subpage_header h4{
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    color: #d2b887;
    font-weight: 700;
}

.books_list .subpage_header .img_box {
    width: 100%;
    height: 580px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 80px;
    position: absolute;
}

.books_list .subpage_body{
    padding-top: 55px;
    padding-bottom: 150px;
}

/*.books_list .subpage_body p{
    padding-bottom: 50px;
}*/


.books_list .addToCartButton {
    background-color: #d2b887;
    color: #292828;
    cursor: pointer;
    margin-top: 30px;
}

.book_card .img_wrapper{
    border-radius: 0%;
    height: auto;
    background: #292828;
    padding-top: 25px;
}


.others_books .addToCartButton {
    background-color: #d2b887;
    color: #292828;
    cursor: pointer;
    margin-top: 30px;
}

.book_card .img_box{
    border-radius: 0%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 200px;
}

/*.chef_card.book_card:after{
    display: none;
}*/

.chef_card.book_card .stars_wrapper{
    margin-left: 0;
    margin-bottom: 5px;
    margin-top: 50px;
}

.chef_card.book_card h3{
    margin-top: 0px;
}

.books_list .others_books{
    padding-bottom: 80px;
    padding-top: 50px;
}

.others_books .book_card .addToCartButton{
    margin-top: 20px;
}

.books_list .addToCartButton:after {
    background-image: url(../images/icons/shopping-cart.svg);
    background-size: 16px;
}

.others_books .addToCartButton:after {
    background-image: url(../images/icons/shopping-cart.svg);
    background-size: 16px;
}

.book_single{
    margin-top: 160px;
}

.book_single .img_main_box{
    width: 100%;
    height: auto;
}

.book_single .book_single_text{
    margin-bottom: 80px;
}

.book_single .book_single_text h3 {
    font-size: 14px;
    font-weight: 300;
    margin-top: 0px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.book_single .book_single_text h1{
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
}

.book_single .book_single_text h4{
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    color: #292828;
    margin-bottom: 0px;
    font-weight: 400;
}

.others_books h2{
    text-align: center;
    margin-bottom: 60px;
}

.about_author .img_wrapper{
    width: 126px;
    height: 126px;
    border-radius: 50%;
    border: solid 1px #979797;
    background-color: #d8d8d8;
}

.about_author .body_wrapper{
    border: solid 1px #f1f1f1;
    background-color: #f1f1f1;
    padding: 20px;
    padding-top: 40px;
    margin-top: 25px;
    margin-bottom: 100px;
}

.about_author .body_wrapper h4{
    font-size: 18px;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
}

.about_author .body_wrapper p{
    line-height: 1.63;
}

.about_author .img_box{
    height: 100%;
    width: 100%;
    border-radius: 50%;
    -moz-transition: all 2s;
    -webkit-transition: all 2s;
    transition: all 2s;
}

.free_badge{
    position: absolute;
    right: 20px;
    margin-top: -25px;
}

.additional_data_book{
    border: solid 1px #f1f1f1;
    background-color: #f1f1f1;
    padding: 20px;
    margin-top: 20px;
}

.additional_data_book ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
    list-style: none;
    position: relative;
    font-weight: 300;
}

.additional_data_book ul li:before{
    display: none;
}

.additional_data_book ul li span{
    font-family: 'Playfair Display', serif;
    font-size: 16px;
}


.button_browse{
    background: none;
    border: none;
    color: #292828;
    text-align: center;
    margin: 0 auto;
    display: table;
    transition: .3s;
}

.button_browse img{
    width: 16px;
    vertical-align: top;
    margin-top: 2px;
    margin-left: 5px;
}

.button_browse:hover{
    color: #d2b887;
}

#BrowseBookBox .close{
    color: #ffffff;
    opacity: 1;
    top: 45px;
}

#BrowseBookBox iframe{
    height: 550px;
}

#BrowseBookBox embed{
    height: 550px
}

.courses_page .about_author{
    margin-top: 90px;
}

.banners_wrapper{
    margin-top: 80px;
    margin-bottom: -20px;
}

.banners_wrapper .img_desktop{
    width: 100%;
}

.banners_wrapper .img_mobile{
    display: none;
}

.recipe_subpage .banners_wrapper{
    margin-top: 0px;
    margin-bottom: 40px;
}

.courses_gallery a{
    display: block;
    max-width: 90%;
}

.courses_gallery .img_box{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 300px;
    overflow: hidden;
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.courses_gallery .img_box img{
    position: absolute;
    height: 100%;
    width: auto;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

.courses_gallery{
    margin-left: 10px;
}


.users_creations{
    margin-top: 30px;
}

.users_creations h2{
    margin-bottom: 50px;
}

.courses_gallery .img_text{
    position: absolute;
    background-color: #171717;
    color: #ffffff;
    bottom: 0;
    right: 0;
    font-size: 12px;
    padding-left: 5px;
    padding-right: 5px;
}

.courses_page.code_page.price_game_page .subpage_header{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.courses_page.code_page .subpage_header{
/*    background: linear-gradient(to right, #292828 55%, #fff 45%);*/
    background: #292828;
    height: auto;
    padding-bottom: 190px;
}

.courses_page.code_page.custom_code_page .subpage_header{
    background: linear-gradient(to right, #292828 55%, #fff 45%);
/*    background: #292828;*/
    height: auto;
    padding-bottom: 190px;
}

.code_page .cta1{
    display: table;
    font-weight: 300;
    font-size: 12px;
    color: #292828;
}

.code_page .cta1:hover{
    opacity: 0.8;
}

.code_page h1{
    font-size: 30px;
    font-weight: 700;
    padding-top: 70px;
    margin-bottom: 30px;
    text-align: center;
}

.code_page .video_wrapper{
    margin-top: 50px;
    margin-bottom: -100px;
    background-color: #292828;
}

.video_wrapper.custom_wrapper{
    height: 300px;
    position: relative;
}

.video_wrapper.custom_wrapper .img_box{
    height: 300px;
    width: 100%;
    position: relative;
    text-align: center;
    cursor: pointer;
}

.video_wrapper.custom_wrapper video{
    height: 304px;
    width: 100%;
}

.code_page form {
    margin-top: 53px;
    margin-bottom: 27px;
}

.code_page h2.register_title{
    margin-top: 70px;
    font-size: 24px;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    color: #000;
    text-align: center;
}

.code_page h2.register_title span{
    background-color: #d2b887;
    padding: 0px 10px;
    color: #fff;
}

/*.code_page .input-wrapper input:focus{
    border-color: #d2b887;
}*/

.code_page .btn-secondary {
    border: #d2b887;
    background-color: #d2b887;
    display: table;
    margin-left: auto;
}

.code_page .social_login_box {
    margin-top: 50px;
    border-top: 1px solid #979797;
    padding-top: 30px;
}

.code_page .btn_facebook {
    height: 45px;
    background-color: #ffffff;
    border: solid 1px #dddddd;
    width: 100%;
    font-weight: 300;
    font-size: 12px;
    text-align: left;
    padding: 0px 15px;
    line-height: 45px;
}

.code_page .btn_facebook:hover{
    background-color: #f9f9f9;
}

.code_page .btn_facebook img {
    margin-right: 20px;
}

.subpage_code_body{
    padding-top: 70px;
}

.code_page{
    padding-bottom: 100px;
}


.code_page .users_creations{
    padding-top: 70px;
}

.code_box p{
    font-size: 14px;
}

.code_box h4 {
    font-size: 16px;
    font-weight: 700;
    margin-top: 120px;
    margin-bottom: 20px;
}

.code_box .btn-secondary{
    border: #d2b887;
    background-color: #d2b887;
    display: table;
    margin-right: 0px;
    margin-left: auto;
    margin-bottom: 20px;
}

.code_box .cta1{
    margin-right: 0px;
    display: table;
    font-size: 14px;
}


.code_page .navbar-brand{
    margin-top: 60px;
}

.code_page .text{
    font-family: 'Playfair Display', serif;
    font-size: 16px;
    color: #d2b887;
    font-weight: 700;
}

.code_page  .opinions{
    padding-top: 200px;
}



/* 19.05 NEW */

.change_language_dialog{
    max-width: 400px;
}

.change_language_dialog .modal-body h3{
    margin-top: 50px;
}


.change_language_dialog ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
    margin-top: 40px;
}

.change_language_dialog ul li button{
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
    width: 100%;
}

.change_language_dialog ul li a.active_language_cta{
    background-color: #d2b887;
    color: #ffffff;
}

.change_language_dialog ul li a.active_language_cta:after {
    content: '';
    background-image: url(../images/icons/btn-right-light.svg);
    background-size: 10px;
    height: 16px;
    width: 25px;
    background-position: right;
    display: inline-block;
    background-repeat: no-repeat;
    border-left: 1px solid #ffffff;
    position: absolute;
    right: 18px;
    top: 13px;
    transition: .3s;
}

.change_language_dialog .modal-content{
    height: auto;
    padding-bottom: 40px;
}

.change_language_dialog a{
    display: block;
}

.change_language_dialog a img{
    width: 20px;
    padding: 0px;
    margin: 0px;
    position: absolute;
    left: 20px;
    margin-top: 10px;
}

.currency_price{
    font-size: 12px;
    font-weight: 400;
}

.currency_price.currency_price_custom1{
    margin-top: 1px;
    margin-left: 3px;
}


.developer_box{
    position: fixed;
    color: white;
    font-size: 12px;
    background-color: #252424;
    padding: 15px;
    z-index: 10000;
    bottom: 5px;
    left: 5px;
}

/* NEW */

.recipe_box .main_titles {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.recipe_box .main_titles li {
    margin-bottom: 10px;
}

.recipe_box h4 {
    font-size: 20px;
}

.recipe_box .main_bodies {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 30px;
}


.recipe_box .main_titles li a{
    color: #d2b887;
}

.desktop_img{
    display: block;
}

.mobile_img{
    display: none;
}


/*.free_badge_box{
    position: absolute;
    z-index: 1;
    background-color: #d2b887;
    color: #ffffff;
    font-size: 12px;
    height: 33px;
    line-height: 33px;
    padding: 0 15px;
    font-weight: 700;
    left: 0;
    text-transform: uppercase;
}

.best_seller_box{
    position: absolute;
    z-index: 1;
    background-color: #ffffff;
    color: #d2b887;
    font-size: 12px;
    height: 33px;
    line-height: 33px;
    padding: 0 15px;
    font-weight: 700;
    left: 0;
    margin: 4px;
    text-transform: uppercase;
}*/

.course_members{
    padding-top: 0px;
    margin-bottom: 45px;
}

.course_members h2 {
    margin-bottom: 50px;
}

.ribbon{
    font-size: 11px;
    background: #d2b887;
    color: #fff;
    text-align: center;
    padding: 6px 5px 7px 10px;
    display: inline-block;
    width: auto;
    text-transform: uppercase;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin-bottom: 3px;
    z-index: 11;
    position: absolute;
    margin-top: 8px;
    font-weight: 700;
}

.ribbon:before{
    content: "";
    position: absolute;
    display: block;
    top: -1px;
    border: 16px solid #fff;
    z-index: -1;
    right: -26px;
    border-left-width: 10px;
    border-right-color: transparent;
}

.ribbon:after{
    content: "";
    position: absolute;
    display: block;
    top: 0;
    border: 15px solid #d2b887;
    z-index: -1;
    right: -23px;
    border-left-width: 10px;
    border-right-color: transparent;
}


.course_single .course_price .ribbon{
    left: 0px;
    margin: 0;
    top: 10px;
}

.after_ribbon_text{
    margin-top: 15px;
}

.top_nav_promo{
    background-color: #d2b887;
    text-align: center;
    font-size: 13px;
    padding-top: 5px;
    padding-bottom: 3px;
    color: #ffffff;
    transition: .3s;
    z-index: 10;
    position: relative;
}

.top_nav_promo a{
    color: #ffffff;
}

.top_nav_promo a:hover{
    color: #ffffff;
    transition: .3s;
}


.slick-slide img{
    text-align: center;
    margin: 0 auto;
}

.close_top_nav{
    font-size: 20px;
    background: #d7b780;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    position: absolute;
    right: 20px;
    border: none;
    color: #ffffff;
}

.close_top_nav span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.logo_grill{
    max-width: 190px;
}

.header_grill{
    width: 50px;
}

.faq_grill_img{
    max-width: 80px;
    filter: invert(84%) sepia(29%) saturate(419%) hue-rotate(
        355deg
        ) brightness(86%) contrast(89%);
}

.modal_grill_img{
    max-width: 80px;
    filter: invert(84%) sepia(29%) saturate(419%) hue-rotate(
        355deg
        ) brightness(86%) contrast(89%);
}

.footer_grill_logo{
    max-width: 65px;
}

.subpage_grill_logo{
    width: 160px;
}

.grill_landing_header .right_half{
    background-blend-mode: multiply;
    background-color: #20201fc9 !Important;
}


.slick-track{
    min-width: 1200px !important;
}

.subpage_grill .subpage_header{
    background-blend-mode: multiply;
    background-color: #20201f6e !Important;
}

.grill_more_informations .right_half{
    background-blend-mode: multiply;
    background-color: #1717178f !Important;
}

.login_page.subpage_grill .left_half{
    background-blend-mode: multiply;
    background-color: #20201fc9 !important;
}

.pointer{
    cursor: pointer;
}


.auto_height_dialog .modal-content{
    height: auto;
}

.auto_height_dialog .modal-content .modal_step2 .modal-body{
    padding-bottom: 150px;
}

.slick-slide .ribbon{
    padding: 6px 5px 7px 10px;
}


.accordion.second_half .card-body .free_course_text{
    text-decoration: underline;
    text-align: right;
    margin-bottom: 10px;
    font-size: 14px;
    margin-top: -4px;
    color: #d2b887;
    font-weight: 700;
    cursor: pointer;
}


.recipe_content_wrapper{
    padding: 40px;
    background-color: #f1f1f1;
    margin-top: 30px;
}

.recipe_box .recipe_content_wrapper h4{
    font-size: 18px;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
}


.recipe_box .recipe_content_wrapper .course_card .content h4{
    font-weight: 300;
    font-size: 14px;
    font-weight: unset;
}


.book_card .img_wrapper .title{
    color: #ffffff;
    margin-left: 25px;
    font-size: 14px;
    margin-bottom: 10px;
}


.show_course_desktop_no{
    display: none;
}

.show_course_desktop_yes{
    display: block;
}

.show_course_min_body{
    display: none;
}

.show_course_min_body.show_course_desktop_yes{
    display: block;
}

.recipe_youtube{
    margin-top: 60px;
    margin-bottom: 50px;
}

.recipe_youtube iframe{
    width: 100%;
    height: 430px;
    border: none;
}


.add_to_cart_shine{

}



.add_to_cart_shine {
    display: inline-block;
    position: relative;
    overflow: hidden;
    transition: all 0.3s;
    height: 43px;
    padding: 0px 61px 0px 50px;
    line-height: 43px;
    background: none;
    font-weight: 300;
    font-size: 12px;
    letter-spacing: 0.75px;
    color: #292828;
    margin-top: 20px;
    border: 1px solid #d2b887;
    text-transform: uppercase;
}

.add_to_cart_shine .img_box {
    height: 16px;
    display: inline-block;
    position: absolute;
    border-left: 1px solid #292828;
    margin-top: 13px;
    vertical-align: top;
    margin-left: 19px;
}

.add_to_cart_shine .img_box img{
    vertical-align: top;
    margin-top: 3px;
    width: 11px;
    margin-left: 7px;
}

.shine-hope-anim:after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    animation: ShineAnim 5s ease infinite;
    animation-delay: 2s;
}

@keyframes ShineAnim {
    0% {
        left: -100%;
    }
    10% {
        left: 100%;
    }
    100% {
        left: 100%;
    }
}

.installment_purchase_box{
    color: #ffffff;
    font-size: 12px;
    margin-top: 10px;
}

.popover_wrapper {
    position: relative;
    display: inline-block;
}

.popover_wrapper .installments_price .from_price{
    font-family: 'Playfair Display', serif;
    color: #d2b887;
    font-size: 50px;
    font-weight: 700;
    margin-right: 9px;
}

.popover_wrapper .installments_price .from_text{
    font-size: 20px;
    margin-bottom: -19px;
}

.popover_wrapper .installments_price .from_unit{
    font-family: 'Playfair Display', serif;
    color: #d2b887;
    font-size: 26px;
    font-weight: 700;
}

.course_single .course_price .installments_basic_price h3{
    font-size: 27px;
    margin-bottom: 32px;
}

.course_single .course_price .installments_basic_price h4{
    font-size: 16px;
}

.popover_title {
    font-size: 12px;
    color: #ffffff;
    font-weight: 400;
    text-decoration: underline;
    display: block;
    cursor: pointer;
}
.popover_content {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    transform: translate(0, 10px);
    background-color: #ffffff;
    padding: 20px;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 26%);
    width: 300px;
    z-index: 10;
    left: 50%;
    margin-left: -150px;
    color: #292828;
}
.popover_content:before {
    position: absolute;
    z-index: -1;
    content: "";
    right: calc(50% - 10px);
    top: -8px;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #ffffff transparent;
    transition-duration: 0.3s;
    transition-property: transform;
}

.popover_content ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
    margin-bottom: 20px;
    font-size: 14px;
}

.popover_content .title {
    font-size: 16px;
    font-weight: 700;
}

.popover_content .bottom {
    text-align: left;
    font-size: 10px;
}

.popover_content .bottom a{
    display: block;
    text-decoration: underline;
}


.popover_wrapper:hover .popover_content {
    z-index: 10;
    opacity: 1;
    visibility: visible;
    transform: translate(0, -20px);
    transition: all 0.5s cubic-bezier(0.75, -0.02, 0.2, 0.97);
}

.installments_basic_option{
    font-size: 20px;
    margin-top: 14px;
    margin-bottom: 5px;
}


.price_game_page{

}

.price_game_page h1{
    font-size: 36px;
    padding-top: 25vh;
}

.price_game_page h1 span{
    background-color: #d2b887;
    padding: 0px 10px;
}

.code_page.price_game_page .body{
    padding-top: 50px;
    font-weight: 300;
}

.code_page.price_game_page .video_box{

}

.dropzone {
    background-image: url(../images/icons/upload.svg);
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: center 40px;
    border: 1px solid #dddddd;
}

.price_game_page .dropzone{
    margin-bottom: 30px;
}

.price_game_page .upload_box{
    margin-top: 60px;
}

.price_game_page .btn-secondary{
    background-color: #292f32;
    border: 1px solid #292f32;
    margin: 0 auto;
    margin-top: 0px;
    display: block;
}

.select2{
    width: 100%;
}

.step1_select{
    margin-bottom: 15px;
}

.step1_select label{
    display: inline-block;
    color: #292828;
    font-size: 14px;
    background-color: #ffffff;
    position: absolute;
    z-index: 1;
    margin-left: 20px;
    margin-top: -10px;
    padding: 0 2px;
}

.step1_select .select2-container .select2-selection--single{
    height: 45px;
}

.step1_select .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #555;
    line-height: 45px;
    font-size: 13px;
    border: 1px solid #dddddd;
    padding-left: 21px;
}

.step1_select .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 45px;
    position: absolute;
    top: 1px;
    right: 4px;
    width: 20px;
}

.step1_select .select2-container .select2-selection--single {
    height: 45px;
    border: none;
}

.step1_select.requiredSelect2 .select2-container--default .select2-selection--single .select2-selection__rendered{
    border: 2px solid #ff6d6d;
}

.price_game_page .video_box{
    margin-top: -100px;
}

.price_game_page .video_box video{
    height: auto;
    width: 100%;
}

.price_game_page .btn-secondary.waiting_btn{
    opacity: 0.3;
    cursor: not-allowed;
}


.price_game_page .modal_question_feedback{
    display: block;
    padding: 30px;
    text-align: center;
    border: 1px solid #dddddd;
    margin-top: 60px;
}

.price_game_page .modal_question_feedback h3{
    font-size: 24px;
    font-family: 'Playfair Display', serif;
    margin-bottom: 15px;
    font-weight: 700;
}


.price_game_page .modal_question_feedback img {
    padding-top: 50px;
    margin-bottom: 25px;
}

.price_game_page .modal_question_feedback{
    display: none;
}


.winner_box{
    margin-top: -100px;
    background: #f1f1f1;
    padding: 25px;
}

.winner_box h3{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}


.winner_box .body{
    font-size: 12px;
    font-weight: 400;
}

.winner_box .body .text{
    margin-bottom: 20px;
    padding: 0px 20px;
}

.code_page.price_game_page .winner_box .body{
    padding-top: 12px;
}

.winner_box .body .points{
    font-weight: 700;
    font-size: 14px;
}

.winner_box .body .date{
    margin-top: 9px;
}

.winner_box .bg_wrapper{
    height: 255px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #818080;
    background-blend-mode: multiply;
}

.winner_box .bg{
    height: 255px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.winner_box .body .points{
    margin-top: 7px;
}

.winner_box .body .points img{
    width: 28px;
    vertical-align: top;
    margin-top: -5px;
    margin-right: 5px;
}

.winner_box .body .author{
    width: fit-content;
    height: 34px;
    background-color: #292828;
    text-align: center;
    color: #ffffff;
    max-width: 100%;
    padding: 0 30px;
    line-height: 34px;
    margin-left: auto;
}


.price_game_page .main_price_title{
    font-weight: 700;
    font-size: 24px;
    margin-top: 75px;
}

.price_game_page .active_month{
    margin-top: 75px;
}

.price_game_page .active_month h2{
    font-weight: 700;
    font-size: 24px;
}

.price_game_page .active_month h3{
    font-weight: 700;
    font-size: 14px;
    margin-top: 22px;
    margin-bottom: 10px;
}

.price_game_page .active_month h3 span{
    text-transform: lowercase;
}

.price_game_page .active_month .all_participants{
    margin: 0px;
    padding: 0px;
    list-style: none;
    margin-top: 20px;
}

.price_game_page .active_month .all_participants li{
    width: 77px;
    height: 77px;
    background-color: #d8d8d8;
    display: inline-block;
    margin-right: 6px;
    margin-bottom: 5px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.price_game_page .active_month .all_participants li:hover{
    opacity: 0.7;
    cursor: pointer;
}


.price_game_page .top_participants{
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.price_game_page .top_participants li{
    background: #f1f1f1;
    padding: 20px;
    font-size: 14px;
    margin-bottom: 10px;
}

.price_game_page .top_participants li .number{
    text-align: center;
    display: inline-block;
    width: 15%;
    vertical-align: top;
    margin-top: 15px;
    font-size: 14px;
    font-weight: 700;
}

.price_game_page .top_participants li .bg{
    display: inline-block;
    width: 36%;
    vertical-align: top;
}

.price_game_page .top_participants li .bg .img{
    max-width: 100%;
    display: inline-block;
    background: white;
    width: 76.7px;
    height: 49px;
    margin-right: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.price_game_page .top_participants li .bg .author{
    display: inline-block;
    vertical-align: top;
    margin-top: 15px;
}

.price_game_page .top_participants li .points{
    display: inline-block;
    width: 22%;
    vertical-align: top;
    font-weight: 700;
    margin-top: 15px;
}

.price_game_page .top_participants li .action{
    text-align: center;
    display: inline-block;
    width: 22%;
    margin-top: 0px;
    vertical-align: top;
}

.price_game_page .top_participants li .action img{
    width: 28px;
    transition: .3s;
}


.price_game_page .top_participants li .action:hover img{
    filter: invert(35%) sepia(76%) saturate(1379%) hue-rotate(328deg) brightness(118%) contrast(95%);
    cursor: pointer;
}


.price_game_page .top_participants li .action div {
    font-weight: 700;
    text-transform: uppercase;
}


#ParticiantContentBox video{
    height: auto;
    max-height: 400px; 
    width: auto; 
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

.winner_box.select_participant_box .body .points img{
    margin: 0px;
    padding: 0px;
    vertical-align: top;
    margin-top: -4px;
}


#PriceGameModal .modal-body{
    width: 100%;
}

.winner_box.select_participant_box{
    margin: 0px;
    padding: 0px;
    padding-bottom: 20px
}

.winner_box.select_participant_box .video_box{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #818080;
    background-blend-mode: multiply;
    position: relative;
    margin-bottom: 20px;
}

.winner_box.select_participant_box .video_box img{
    height: 450px;
    max-width: 100%;
    width: auto;
    display: block;
    margin: 0 auto;
    padding: 0px;
}

.add_new_vote {
    border: 1px solid #f9585f;
    font-weight: 700;
    text-transform: uppercase;
    height: 37px;
    padding: 0px 20px;
    margin-top: 30px;
}

.add_new_vote img{
    width: 20px;
    padding: 0px;
    display: inline-block;
    margin: 0px;
    margin-right: 10px;
    vertical-align: top;
    margin-top: -1px;
}

.select_participant_course{
    padding: 30px;
    font-size: 14px;
}

.select_participant_course .btn-primary {
    display: inline-block;
    margin-bottom: 20px;
    background-color: #d11149;
    color: #ffffff;
    border-color: #d11149;
}

/*.btn-primary:after{
    border-left: 1px solid #ffffff;
}*/


.select_participant_course .back{
    display: block;
    margin: 0 auto;
    border: none;
    background: none;
}

.price_url img{
    max-width: 100%;
}

.participantStatusBox{
    display: none;
    padding: 20px;
    margin-top: 20px;
}


.participantStatusBox .btn-secondary{
    background-color: #292828;
    border: 1px solid #292828;
    margin-top: 10px;
}


.price_game_redirect_box{
    margin-top: 50px;
    text-align: center;
    padding: 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-color: #20201f91;
}

.price_game_redirect_box .logo{
    display: block;
    margin: 0 auto;
    margin-top: 25px;
}

.price_game_redirect_box .second_logo{
    width: 75px;
    margin-top: 18px;
}

.price_game_redirect_box h3{
    font-family: 'Playfair Display';
    color: #ffffff;
    font-size: 32px;
    font-weight: 700;
    margin-top: 20px;
}


.price_game_redirect_box a{
    height: 43px;
    padding: 0px 61px 0px 50px;
    line-height: 43px;
    background-color: #d2b887;
    font-weight: 300;
    font-size: 12px;
    display: table;
    letter-spacing: 0.75px;
    color: #ffffff;
    margin: 0 auto;
    margin-top: 50px;
    border: 1px solid #d2b887;
    position: relative;
    text-transform: uppercase;
}

.price_game_redirect_box a:after {
    content: '';
    background-image: url(../images/icons/btn-right-light.svg);
    background-size: 10px;
    height: 16px;
    width: 25px;
    background-position: right;
    display: inline-block;
    background-repeat: no-repeat;
    border-left: 1px solid #ffffff;
    position: absolute;
    right: 18px;
    top: 13px;
    transition: .3s;
}

.price_game_redirect_box a:hover:after{
    right: 13px;
    width: 30px;
}



.price_textarea_box{
    margin-top: 25px;
}

.price_textarea_box label{
    position: absolute;
    font-size: 14px;
    margin-left: 17px;
    margin-top: -10px;
    background-color: #ffffff;
    padding: 0 6px;
}

.price_textarea_box textarea{
    width: 100%;
    border: 1px solid #dddddd;
    resize: none;
    min-height: 100px;
    padding: 20px;
    font-size: 16px;
}


.btn_price_game{
    height: 43px;
    padding: 0px 61px 0px 50px;
    line-height: 43px;
    background-color: transparent;
    font-weight: 300;
    font-size: 12px;
    display: table;
    letter-spacing: 0.75px;
    color: #ffffff;
    margin: 0 auto;
    margin-top: 50px;
    border: 1px solid #d2b887;
    position: relative;
    text-transform: uppercase;
}

.btn_price_game:after{
    content: '';
    background-image: url(../images/icons/btn-right-light.svg);
    background-size: 10px;
    height: 16px;
    width: 25px;
    background-position: right;
    display: inline-block;
    background-repeat: no-repeat;
    border-left: 1px solid #ffffff;
    position: absolute;
    right: 18px;
    top: 13px;
    transition: .3s;
}

.btn_price_game:hover{
    color: #ffffff;
}

.btn_price_game:hover:after{
    right: 13px;
    width: 30px;
}


#UploadStart{
    margin-top: -60px;
    position: absolute;
}


.video_box .previous_btn{
    border-radius: 50%;
    height: 40px;
    width: 40px;
    border: none;
    background-color: #ffffff;
    position: absolute;
    top: 50%;
    left: 3px;
    cursor: pointer;
    margin-top: -20px;
}

.winner_box.select_participant_box .video_box .previous_btn img {
    width: 15px;
    height: 20px;
    filter: invert(1);
    transform: rotate(180deg);
}

.video_box .next_btn{
    border-radius: 50%;
    height: 40px;
    width: 40px;
    border: none;
    background-color: #ffffff;
    position: absolute;
    top: 50%;
    right: 3px;
    cursor: pointer;
    margin-top: -20px;
}

.winner_box.select_participant_box .video_box .next_btn img{
    width: 15px;
    height: 20px;
    filter: invert(1);
}


.modal_step2.courses_thanks .modal-body{
    border: 1px solid #e8dbc3;
    width: 50%;
    padding-bottom: 40px;
}

.modal_step2.courses_thanks .modal-body img{
    padding-top: 50px;
}

.modal_step2.courses_thanks .btn-primary{
    color: #292828;
}

/* PRODUCT PAGE NEW LANDING */
.course_video_wrapper{
    margin: 0 auto;
/*    display: table;*/
    margin-top: -30vh;
    border-radius: 59px;
    background-color: #292828;
    padding: 50px;
    color: #ffffff;
}
.course_video_wrapper h2{
    text-align: center;
    line-height: 1.28;
    margin-bottom: 20px;
}

.course_video_wrapper .course_text{
    font-weight: 300;
    font-size: 18px;
    text-align: center;
    margin-bottom: 35px;
}

.number_of_users{
    font-weight: 300;
    position: absolute;
    top: -20px;
    left: -10px;
    background-color: #cab180;
    color: #292f32;
    height: 80px;
    width: 80px;
    border-radius: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 1;
}
.number_of_users .number{
    font-size: 16px;
    font-weight: 700;
}
.number_of_users .num_users{
    font-size: 12px;
}
.pricing{
    text-align: center;
    margin-top: 40px;
    font-size: 20px;
    color: #d2b887;
}
.pricing span.price_text{
    font-size: 20px;
}
.pricing span.price{
    font-size: 36px;
    font-weight: 700;
}
.pricing .price_basic{
    color: #ffffff;
    font-size: 18px;
    opacity: 0.5;
    text-decoration: line-through;
}

.pricing .instalment_text{
    font-size: 12px;
}
.course_video_wrapper .button_wrapper{
    position: absolute;
    bottom: -60px;
    text-align: center;
    left: 50%;
    transform: translate(-50%, 0%);
}
.btn-new{
    height: 60px;
    padding: 0px 61px 0px 20px;
    line-height: 16px;
    background-color: #c8e28d;
    font-weight: 300;
    font-size: 16px;
    display: inline-block;
    letter-spacing: 0.75px;
    color: #292828;
    margin-top: 20px;
    border: solid 1px #c8e28d;
    position: relative;
}
.btn-new:after{
    content: '';
    background-image: url(../images/icons/black_arrow.svg);
    background-size: 10px;
    height: 16px;
    width: 25px;
    background-position: right;
    display: inline-block;
    background-repeat: no-repeat;
    border-left: 1px solid #292828;
    position: absolute;
    right: 18px;
    top: 22px;
    transition: .3s;
}
.btn-new:hover{
    border: 1px solid #d1e5a1;
    color: #292828;
    background-color: #d1e5a1;
}
.btn-new:active{
    background-color: #d1e5a1 !Important;
    border: none !Important;
    outline: none !Important;
}

.btn-new:hover:after{
    right: 13px;
    width: 30px;
}
.btn-new span{
    font-weight: 700;
}

.course_learn{
    margin-top: 100px;
}
.learn_card{
    padding: 40px 10px;
}
.learn_card .icon{
    text-align: center;
    margin-bottom: 25px;
}
.learn_card .icon img{
    height: 60px;
}
.learn_text{
    font-size: 17px;
    text-align: center;
}
.learn_text h4{
    font-weight: 700;
    line-height: 1.56;
    font-size: 18px;
}
.learn_text p{
    font-weight: 300;
    margin-top: 0;
}

.about_course{
    background-color: #d2b887;
    color: #292f32;
    padding: 60px 0px;
}
.about_course_img_wrapper{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    overflow: hidden;
}
.about_course_img{
    height: 580px;
}

.about_course_text{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 18px;
}

.about_course2{
    margin-top: 150px;
}
.about_course2_img_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    overflow: hidden;
}
.about_course2_img{
    height: 350px;
}
.about_course2_text{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 18px;
}

.cta-course{
    margin-top: 110px;
    margin-bottom: 60px;
}
.course_cta_card{
    background-color: #f1f1f1;
    height: 400px
}
.course_image{
    height: 400px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
    
.cta_action{
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.cta_action .text{
    text-align: center;
    color: #070c10;
    line-height: 1.3;
}
.cta_action .text .text_price{
    font-size: 20px;
}
.cta_action .text .price span{
    font-size: 36px;
    color: #cab180;
}
.cta_action .text .price_basic{
    color: #000000;
    font-size: 18px;
    opacity: 0.3;
    text-decoration: line-through;
    margin-top: 3px;
}
.cta_action .text .instalment_text{
    font-size: 12px;
}

.course_offer{
    background-color: #d2b887;
    padding: 60px 0px;
}
.offer_card{
    margin-top: 60px;
    font-weight: 300;
}
.offer_card .image{
    height: 200px;
    text-align: center;
    margin-bottom: 30px;
}
.offer_card .image img{
    height: 100%;
    width: auto; 
    max-width: 100%;
}
.offer_card .title{
    font-size: 18px;
    padding-left: 35px;
    
    font-weight: 700;
    margin-bottom: 10px;
}
.offer_card .text .additional_info{
    list-style: none;
    padding-left: 35px;
    font-size: 18px;
}
.offer_card .text .additional_info li{
    margin-bottom: 25px;
}

.offer_card .text .additional_info li:before{
    content: '';
    background-image: url('../images/icons/checkmark_new.svg');
    position: absolute;
    left: 15px;
    background-size: 25px;
    height: 25px;
    width: 25px;
    background-position: center;
    background-repeat: no-repeat;
}

.about_course3{
    color: #292f32;
    padding-top: 60px;
    padding-bottom: 80px;
}
.about_course3_img_wrapper{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    overflow: hidden;
}
.about_course3_img{
    height: 520px;
}
.about_course3_text{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 18px;
}

.about_chef{
    background-color: #d2b887;
    padding: 80px 0;
    color: #292f32;
    margin-bottom: 110px;
}
.chef_text{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 18px;
}
.about_chef .chef_img_box{
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.about_chef .chef_img_box .chef_img_wrapper{
    height: 450px;
    border-radius: 50%;
    overflow: hidden;
}
.about_chef .chef_img_wrapper .chef_img{
    height: 100%;
    width: 100%;
    border-radius: 50%;
}

.faq_new{
    padding-top: 100px;
    background-color: #f1f1f1;
    padding-bottom: 50px;
}

.faq_new h2{
    margin-bottom: 60px;
}

.faq_new .btn-primary{
    display: table;
    margin-left: auto;
}

.faq_new img.faq_video_image{
    margin-top: -3px;
    height: 16px;
    margin-right: 5px;
}

.faq_new .card-body .faq_youtube{
    margin-top: 20px;
    margin-bottom: 20px;
}

.faq_new .card-body .faq_youtube iframe{
    width: 100%;
    height: 350px;
    border: none;
}

.faq_new .card-body .faq_youtube_small iframe{
    width: 100%;
    height: 260px;
    border: none;
}

.course_comments_wrapper_new{
    margin-top: 40px;
    padding-top: 60px;
    background-color: #f1f1f1;
}

.course_comments_wrapper_new .comments_overview_new{
/*    border: 1px solid #d2b887;*/  
    background-color: #ffffff;
    padding: 30px;
    margin-top: 50px;
}

.comments_overview_new ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
    font-weight: 700;
    color: #292f32;
}

.comments_overview_new .btn-primary{
    margin-top: 40px;
}

.comments_overview_new ul li span{
    margin-top: 1px;
    display: inline-block;
    vertical-align: top;
    margin-right: 4px;
}

.comments_overview_new .stars_wrapper{
    margin: 0 auto;
    margin-bottom: 10px;
}

.comments_overview_new .stars_wrapper li{
    margin-right: 5px;
}

.comments_overview_new .stars_wrapper li img{
    width: 21px;
}

.comments_overview_new .total_stars{
    font-size: 18px;
    font-weight: 700;
    text-transform: lowercase;
}

.comments_overview_new .total_recommendations{
    font-weight: 300;
}

.course_comments_new{
    margin-top: 50px;
}

.course_comments_new .comments_card_new{
    padding-bottom: 20px;
    margin-bottom: 30px;
    padding-top: 15px;
    padding-left: 25px;
    font-weight: 300;
    background-color: #ffffff;
}

.course_comments_new .comments_card_new .stars_wrapper{
    margin-left: 0px;
    margin-bottom: 3px;
}

.course_comments_new .comments_card_new h3{
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 20px;
}

.course_comments_new .comments_card_new h4{
    font-size: 13px;
}

.course_comments_new .comments_card_new p{
    font-size: 16px;
}
.avatar_box{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.avatar_img{
    height: 60px;
    width: 60px;
}
.avatar_text{
    padding-left: 10px;
}
.more_comments{
    display: none;
}
.cta_more{
    font-weight: 700;
    text-decoration: underline;
    cursor: pointer;
}
.cta_more:hover{
    opacity: 0.8;
}
.guaranteeText{
    margin-top: 10px;
    color: #292828;
    font-weight: 400;
    font-size: 14px;
}
.guaranteeText img{
    height: 25px;
    margin-right: 10px;
}

.reason_accordion .card{
    margin-bottom: 5px;
    border: none;
}

.reason_accordion .card .card-header {
    border: 0;
    background-color: #cab180;
    padding: 0;
    outline: none;
    transition: .3s;
}


.reason_accordion .card .card-header:focus {
    outline:0 !important;
}


.reason_accordion .card-body{
    padding-top: 10px;
    font-size: 16px;
    font-weight: 300;
    color: #292828;
    background-color: #cab180;
    text-align: justify;
}


.reason_accordion .card .card-header .btn-header-link {
    color: #292828;
    display: block;
    text-align: left;
    padding: 20px;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 16px;
    border: none;
    outline:0 !important;
    transition: .3s;
}

.reason_accordion .card .card-header .btn-header-link:after {
    content: "";
    background-image: url('../images/icons/down-arrow-dark.svg');
    font-weight: 900;
    height: 20px;
    width: 50px;
    background-size: 10px;
    background-position: center;
    float: right;
    background-repeat: no-repeat;
    position: absolute;
    right: 0px;
    top: 24px;
}

.reason_accordion .card .card-header .btn-header-link.collapsed:after {
    content: "";
    background-image: url('../images/icons/right-arrow-dark.svg');
    font-weight: 900;
    height: 20px;
    width: 50px;
    background-size: 10px;
    background-position: center;
    float: right;
    background-repeat: no-repeat;
    position: absolute;
    right: 0px;
    top: 24px;
}

.image.offerImg{
    height: 160px;
    text-align: center;
    margin-bottom: 30px;
}
.image.offerImg img{
    height: 100%;
    width: auto; 
    max-width: 100%;
}

.new_design strong{
    font-weight: 700;
}
/*END OF PRODUCT PAGE NEW LANDING*/

.course_card_box .course_card{
    position: relative;
}

.course_landing_slider{
    margin-left: 5px;
}

.course_landing_slider .course_card_box .course_card{
    max-width: 100%;
}

.course_card_box .add_to_cart{
    
}


.course_card_box .add_to_cart{
    border: none;
    background-color: #d2b887;
    border-radius: 50%;
    height: 37px;
    width: 37px;
    display: block;
    bottom: 80px;
    position: relative;
    z-index: 1;
    margin-left: auto;
    margin-right: 30px;
}

.course_card_box .add_to_cart img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.course_card_box .add_to_cart:hover{
    opacity: 0.8;
}

.course_landing_slider .course_card_box .course_card_box{
    margin-right: 40px;
}


/* COOKIES */

.cc-window .cc-window-message{
    padding:  0px !important;
}

.cc-window .cc-window-message p{
    font-size: 9px !Important;
}



.cc-modal-window .cc-window-settings-buttons, .cc-window .cc-window-buttons{
    padding: 0px !important;
    text-align: center;
    margin-top: 20px;
}

.cc-modal-window .cc-modal-content h2{
    font-size: 12px !important;
}

.cc-window .cc-window-buttons button.cc-btn-info{
    margin-top: 0px !important;
}

.cc-window .cc-window-buttons button.cc-btn-accept{
    margin-top: 0px !important;
}


.cc-window .cc-window-buttons button.cc-btn-accept{
    background-color: #cab180 ! Important;
    color: #000000;
    border-radius: 6px;
    text-transform: uppercase;
    padding: 10px 20px;
    font-weight: 800;
    font-size: 13px;
}



#cc-window-settings .cc-window-settings-cookie .cc-window-settings-cookie-desc p{
    font-size: 12px;
}

#cc-btn-dismiss.cc-pos-bottom-left, .cc-window.cc-pos-bottom-left {
    left: var(--windowMarginLeft, 10px) !Important;
}

#cc-window-settings .cc-window-settings-header{
    margin-bottom: 0px !Important;
}

#cc-window-settings .cc-window-settings-cookie .cc-window-settings-cookie-title-dropdown{
    margin-top: 6px !Important;
}

.cc-modal-content{
    margin-top: 0px Important;
}

.cc-window .cc-window-message p{
    display: inline !Important;
}


.cc-window .cc-window-message a, .cc-window .cc-window-message a:hover, .cc-window .cc-window-message a:visited{
    font-size: 9px !Important;
    color: #dbb470 !Important;
}


.cc-window.cc-animation-in.cc-pos-bottom, .cc-window.cc-animation-in.cc-pos-bottom-center, .cc-window.cc-animation-in.cc-pos-bottom-left, .cc-window.cc-animation-in.cc-pos-bottom-right{
    background-repeat: no-repeat;
    background-image: url(../images/cookies-banner.png);
    background-size: contain;
    background-position: top;
    padding-top: 70px;
    text-align: center;
    width: var(--windowWidth, 400px);
    padding-left: 10px;
    padding-right: 10px;
        box-shadow: 0px 4px 20px 0px #00000040;
}

.cc-window .cc-window-title{
    font-weight: 700;
    margin: 0px;
    padding: 0px;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 7px;
}

/* END OF COOKIES */