/*------------slider--------------*/
#slider img {
    width: 100%;
}
#slider {
    position: relative;
    top: 0;
    width: 100%;
}
.slider-main-heading,.slider-color-text {
    font-size: 42px;
    color:var(--white);
    font-weight: 600;
    font-family: var(--font-livvic);
}
.slider-color-text
{
    color: var(--cream);
    font-size: 44px;
}
#slider .carousel-caption {
    top: 40%;
}
.prop_desc {
    font-size: 13px;
    line-height: 28px;
    color:var(--white);
    font-weight: 400;
    max-width: 566px;
    font-family: var(--font-livvic);
    margin: 0 auto;
}
.slider-button2,.read-more,#book-online-truck input[type="submit"] {
    font-size: 17px;
    color: #f5f4f2;
    font-weight: 600;
    font-family: var(--font-livvic);
    padding: 9px 18px;
    border-radius: 5px;
    border: 1px solid white;
}
.read-more,#book-online-truck input[type="submit"] {
    background: var(--cream);
    border: unset;
    padding: 10px 18px;
}
#slider .carousel-control-prev-icon,#joinus .carousel-control-prev-icon {
    color: white;
    position: absolute;
    left: 4%;
    border: 1px solid white;
    border-radius: 50%;
    padding: 5px 8px;
    width: 35px;
    height: 35px;
}
#slider .carousel-control-prev-icon:hover,#joinus .carousel-control-prev-icon:hover,#slider .carousel-control-next-icon:hover,#joinus .carousel-control-next-icon:hover
{
  background: var(--cream);
  border:1px solid transparent;
}
#slider .carousel-control-next-icon,#joinus .carousel-control-next-icon
{
     right: 4% ;
     position: absolute;
    border-radius: 50%;
   padding: 6px 10px;
    width: 35px;
    height: 35px;
     color: white;
     border: 1px solid white;
    border-radius: 50%;
}
#slider .slide_nav,#joinus .slide_nav {
    position: absolute;
    bottom: 45%;
    left: 0;
    right: 0;
    z-index: 9;
}
.slider-button2:hover,.read-more:hover,#slider .carousel-next-button,.read-more-join-us:hover,#joinus .carousel-next-button
{
    color: white !important;
}


/*---------------my schedule-------------*/

#Myschedule .left-box,#Myschedule .right-box {
    display: none;
}
.card.left-box,.card.right-box {
    filter: drop-shadow(0 0 30px rgba(0,0,0,0.09));
    border-radius: 20px;
    background-size: contain;
    background-repeat: no-repeat;

    border-bottom: 4px solid transparent;
}
.left-box-text,.right-box-text {
    font-size: 18px;
    color: var(--cream);
    font-weight: 500;
    font-family: var(--font-livvic);
}
.left_card_head, .right_card_head {
    font-size: 17px;
    font-weight: 600;
}
.left_card_uni,.right_card_uni {
    font-size: 16px;
    color: #212121;
    font-weight: 500;
    font-family: var(--font-livvic);
}
.left_card_text,.right_card_text {
    color: #121619;
    font-size: 13px;
    margin-top: -10px;
}
.Myscheduleleft,.Myscheduleright {
    position: relative;
}
.icon-left-box i,.icon-right-box i {
    position: absolute;
    color: var(--white);
    padding: 14px 15px;
    border-radius: 50%;
    font-size: 14px;
    cursor: pointer;
    background: var(--cream);
    animation: zoomIn 1s infinite;
    margin-top: -12%;
}
.card.left-box:hover,.card.right-box:hover{
    border-bottom-color: #34b3f1;
}
/*----------Newsletter------------*/
.newsletter-box span {
    font-size: 16px;
    color: var(--white);
    font-weight: 400;
    font-family: var(--font-livvic);
}
.newsletter-box #firstWord
{
        font-size: 45px;
    line-height: 54px;
    margin: 0 auto;
    max-width: 443px;
}
#newsletter {
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
#newsletter input[type="email"] {
    border: unset;
    padding: 7px;
    position: relative;
    z-index: 2;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
#newsletter input[type="submit"] {
    background: #34b3f1;
    position: relative;
    color: white;
    font-weight: 600;
    z-index: 1;
    left: -14px;
    border-radius: 6px;
    border: unset;
    padding: 7px 15px;
    margin-left: 6px;

}
#newsletter .invalid input[type="submit"]
{
  margin: 0 auto;
  display: block;
}
#newsletter .wpcf7-response-output {
    color: white;
    font-family: var(--font-livvic);
    border-color:var(--cream) !important;
}
/*---------- Book Truck Online-----------*/
.read-more-book_truck,.read-more-trending {
    font-size: 17px;
    color: #f5f4f2;
    font-weight: 600;
    font-family: var(--font-livvic);
    background: #34b3f1;
    padding: 11px 14px;
    border-radius: 6px;
    border: unset;
}
.read-more-book_truck i {
    margin: 0 8px 0 5px;
}
#book-online-truck input[type="email"], #book-online-truck input[type="email"], #book-online-truck input[type="text"], #book-online-truck select, #book-online-truck input[type="date"] {
    padding: 7px;
    width: 100%;
    margin-bottom: 12px;
    border: 1px solid #9d9b9b6b;
    background: white;
    font-size: 16px;
    font-family: 'Livvic';
    color: #919191;
    font-weight: 400;
    border-radius: 6px;
}
#book-online-truck input[type="submit"] {
    padding: 10px 30px;
    margin-top: 8px;
}
.read-more-book_truck:hover,.read-more-trending:hover
{
    color: white;
}
/*----------------- Gallery--------*/
#tg_gallery .tg_gallery_front li {
    position: relative;
    padding: 1px !important;
}
.tg_gallery_front img {
    width: 100%;
    height: auto;
}
.our-gallery-sub-heading
{
  max-width: unset;
}
/*----------------- Join us --------------*/
#joinus img {
    width: 100%;
}
.joinus-main-heading {
    color: var(--white);
    font-weight: 600;
    font-size: 34px;
}
#joinus .prop_desc p {
    line-height: 24px;
    margin: 0 auto;
}
#joinus .prop_desc
{
   max-width: 708px;
}
#joinus .carousel-caption {
    top: 20%;
}
.read-more-join-us {
    background: #34b3f1;
    color: white;
    font-size: 17px;
    font-family: var(--font-livvic);
    font-weight: 600;
    padding: 9px 24px;
}
#joinus .slide_nav
{
    bottom: 55%;
}
/*---------------- Testimonial---------------*/
.testimonial-img img {
    height: 93px;
    width: 93px !important;
}
.testimonial-box1 {
    background: #34b3f1;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    position: relative !important;
    margin-top: 31px;
    z-index: 1;
    margin-right: 27px;
    margin-left: 25px;
    color: white;
    padding-left: 28px;
}
.testimonial-img img {
    height: 93px;
    width: 93px !important;
    position: absolute;
    z-index: 99999;
    right: 6px;
    top: 0px;
}
.testimonial-right {
    height: 511px;
    display: block;
    margin: 32px auto;
}
#testimonial {
    background-repeat: no-repeat;
    background-size: cover;
    height: 542px;
}
.testimonial-box-text p {
    font-size: 13px;
    max-width: 408px;
    line-height: 22px;
    margin-top: 34px;
}
.testimonial_name a {
    color: white;
    font-weight: 600;
    font-size: 19px;
}
#testimonial .owl-dot,#trending-recipies .owl-dot {
    width: 11px;
    margin: 5px;
    height: 11px;
    border-radius: 50%;
    border: unset;
}
#testimonial .owl-dot.active
{
    opacity: 0.5;
}
#testimonial .owl-dots {
    position: absolute;
    top: 81%;
    right: 67px;
}
#trending-recipies .owl-dot.active
{
    background: var(--cream);
}
.testimonial-para {
    font-size: 14px;
}
/*-------------- Special Dishes--------------*/
.our-dishes-boxes {
    background: #fff7f7;
    border-radius: 10px;
    padding: 12px;
}
.our-dishes-img img {
    width: 185px !important;
    height: 185px;
    margin: 0 auto;
}
.Our-dishes-title a {
    font-size: 21px;
    color: #212121;
    font-weight: 600;
    font-family: var(--font-livvic);
}
.dishes-meta-box {
    padding: 0 7px;
}
.post-description {
    font-size: 14px;
    color: #979797;
    font-weight: 400;
    font-family: var(--font-livvic);
}
/*-------------- Special Menus------------*/
.custom_cart a {
    font-size: 14px;
    color: #212121;
    font-weight: 500;
    font-family: var(--font-livvic);
    position: relative;
    top: -2px;
}
.custom_cart {
    float: right;
    margin-top: -25px;
    /* background: #ffb1b1; */
    padding: 3px 13px;
    border-radius: 6px;
    margin-right: 18px;
}
.custom_cart:after {
    content: '+';
    color: #212121;
    font-size: 21px;
    font-weight: 700;
    position: relative;
    top: -1px;
    margin-left: 3px;
}
.prodimg_box img {
    margin: 0 auto;
    width: 153px !important;
    height: 153px;
    border-radius: 50%;
}
.product_head {
    font-size:17px;
    color: #212121;
    font-weight: 600;
    font-family: var(--font-livvic);
    text-align: center;
        margin-top: 18px;
}
#men_product .inner_product {
    background: #fff7f7;
    padding: 6px 0 39px 0;
    border-radius: 10px;
    height: 333px;
}
.text_box del {
    display: none;
}
.text_box ins {
    font-size: 17px;
    color: #212121;
    font-weight: 600;
    font-family: var(--font-livvic);
    text-decoration: none;
        position: relative;
    top: 5px;
}
.rating_comment {
    margin-bottom: 15px !important;
}
.text_box .prices {
    margin-left: 25px;
}
#men_product .yith-wcwl-wishlistexistsbrowse img {
    width: 21px !important;
    float: right;
    margin-right: 11px;
}
#men_product .yith-wcwl-wishlistaddedbrowse i {
    float: right;
    color: var(--cream);
}
#men_product .yith-wcwl-add-to-wishlist .feedback .yith-wcwl-icon {
    margin-right: 8px;
    font-size: 19px;
}
#men_product .feedback {
    font-family: 'Livvic';
    font-size: 14px;
    margin-left: 10px;
}
#men_product .yith-wcwl-wishlistaddedbrowse a,.yith-wcwl-wishlistexistsbrowse a {
    color: #34b3f1;
    font-family: 'Livvic';
    font-size: 15px;
    margin-left: 10px;
}
#men_product .added_to_cart {
    display: block;
    height: 8px;
}
#men_product .inner_product:hover .custom_cart,#men_product .inner_product:hover .custom_cart a
{
  background: var(--cream);
  color: white;
}
#men_product .inner_product:hover .custom_cart:after
{
    background: unset;
    color: white;
}
#men_product {
    background-repeat: no-repeat;
    background-size: cover;
}
.read-more-special-menus {
    background: #34b3f1;
    color: white;
    /*padding: 11px 15px;*/
    font-family: 'Livvic';
    font-weight: 600;
    border-radius: 6px;
    font-size: 16px;
    border: unset;
}
.read-more-special-menus:hover
{
    color: white;
}
/*-------video recipes---------------*/

/* ------------ Video Popup ----------------- */

/* The Modal (background) */
.modal-new {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999999999999;
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: hidden; /* Enable scroll if needed */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  padding-top: 100px;
}
/* Modal Content */
.modal-contents {
  background-color: #fff;
  margin: auto;
  padding: 6px 20px 40px;
  width: 60%;
  transition: 2s;
  border-radius: 10px;
}
/* The Close Button */
.close-one,.close {
  color: #fff;
  float: right;
  font-size: 25px;
  font-weight: bold;
  padding: 0px 10px;
  cursor: pointer;
  margin-bottom: 7px;
  background: var(--cream);
  border: unset;
  height: 38px;
    width: 38px;
}
/*---------------*/
.modal-new,.modal-new{
  display: none;
}
#abt-video-sec {
    background-size: cover;
}
.abt-video-box {
    text-align: center;
    position: relative;
}
.video-content-box {
    position: absolute;
    top: 35%;
    left: 0;
    right: 0;
}
.abt-video-box i {
    position: absolute;
    color: var(--cream);
    width: 95px;
    height: 95px;
    border-radius: 50px;
    padding: 36px 16px;
    left: 0;
    right: 0;
    margin: 0 auto;
    filter: drop-shadow(0 0 29.5px rgba(255,255,255,0.88));
    background-color: #ffffff59;
    font-size: 27px;
   }
#video-recipes {
    background-size: cover;
    background-repeat: no-repeat;
}
.video-img {
    width: 83px;
    border-radius:5px;
}
.video_recipes_title a,.trending_recipes_title a {
    font-size: 19px;
    color: var(--lightbrown);
    font-weight: 600;
    font-family: var(--font-livvic);
}
.videos-main-contents p {
    font-size: 16px;
    color: var(--lightbrown);
    font-weight: 400;
    font-family: var(--font-livvic);
    margin-top: -13px;
}
.our_video_recipes_col {
    padding-bottom: 12px;
}
.abt-video-box img {
    width: 93%;
}
.read-more-video_recipies {
    font-size: 16px;
    color: #f5f4f2;
    font-weight: 600;
    font-family: var(--font-livvic);
    text-align: center;
    background: var(--cream);
    padding: 12px 25px;
    border-radius: 6px;
    line-height: 53px;
}
.read-more-about:hover,.read-more-video_recipies:hover
{
    color: white;
}
.modal-dialog {
    padding-top: 100px;
}
.modal-header
{
    display: block;
    padding: 0;
}
.close {
    margin-top: 8px;
    margin-right: 16px;
}
.custom_video_url {
    font-family: 'Livvic';
    text-decoration: underline;
    font-size: 13px;
    color: #34b3f1;
    cursor: pointer;
}
.custom_video_url i {
        border-radius: 50%;
    color: #34b3f1;
    border: 2px solid #34b3f1;
    height: 17px;
    width: 17px;
    padding: 4px 5px;
    font-size: 6px;
    margin-right: 9px;
}
#trending-recipies .owl-dots {
    text-align: center;
}
.trending_recipes_title {
    margin-top: 20px;
    text-align: center;
}
.trending_main_box img {
    position: relative;
    border-radius: 6px;
}
.trending_recipes-content {
    background: #34b3f1;
    padding: 10px;
    position: absolute;
    top: 67%;
    width: 100%;
    height: 25%;
    border-radius: 6px;
    opacity: 0;
        transition: all 0.5s ease-in-out;
}
.trending_recipes_title a
{
    color: white;
}
.trending_main_box:hover .trending_recipes-content
{
  opacity: 1;
}
.copyright {
    padding: 1px;
}
#trending-recipies .owl-dot
{
    width: 13px;
    height: 13px;
}
.newsletter-box h5 {
    color: white;
}

.btn{
    position: relative;
    z-index: 1;
    transition: all 0.4s ease 0s;
}
.btn:focus{
    color: #fff;
    border: unset;
 }
.btn:hover{
    color: #fff;
    box-shadow: 0 0 10px -3px rgba(0,0,0,0.5);
}
.btn:before,
.btn:after{
    content: '';
        background-image: linear-gradient(
-225deg, #000000 0%, #f85285 0%, #f8a556 67%, #ff7162 100% );
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: scaleX(0);
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transition: all 0.3s ease-in 0s;
}
.btn:after{
    background-color: #34b3f1;
    border-radius: 0;
    transform: scaleX(1);
}
.btn:hover:before{
    border-radius: 6px;
    opacity: 1;
    transform: scaleX(1);
}
.btn:hover:after{
    border-radius: 50%;
    opacity: 1;
    transform: scaleX(0);
}
.slider-button2:hover,.read-more-about:hover,.read-more-book_truck:hover,.read-more-special-menus:hover {
    border: unset;
}
.custom_cart,#newsletter input[type="submit"],#book-online-truck input[type="submit"],.read-more-video_recipies,.read-more-join-us,.read-more-trending{
    /* background-image: linear-gradient( -225deg, #000000 0%, #f85285 0%, #f8a556 67%, #ff7162 100% ); */
    background-size: 0 0;
    transition: .8s;
    background-repeat: no-repeat;
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

#men_product .inner_product:hover .custom_cart,#newsletter input[type="submit"]:hover,#book-online-truck input[type="submit"]:hover,.read-more-video_recipies:hover,.read-more-join-us:hover,.read-more-trending:hover{
    background-size: 100% 100%;
    color: #fff !important;
    box-shadow: 4px 2px 12px 1px #ccc;
}
