#clockdiv div > span {
    background-color: var(--color_secondary) !important;
    color: #fff;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
    }
     
    .video-container iframe,
    .video-container object,
    .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    }
.poppins {
	font-family: 'poppins', sans-serif!important;
}

.edit_filters .top_banner {
    background: var(--color_secondary) !important;
}

.shopcustomsvg svg {
    position: absolute;
    z-index: 9;
    top: 0;
  	-webkit-filter: drop-shadow( 0px 3px 6px rgba(0, 0, 0, .16));
  	filter: drop-shadow( 0px 3px 6px rgba(0, 0, 0, .16));
}

.shopcustomsvg svg path{
    fill:#fff;
}

.video-hero {
    padding: 200px 0;
    background: #444 url();
    overflow: hidden;
    position: relative;
  }
  .video-hero .video {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    width: 100%;
    transform: translate(-50%, -50%);
    opacity: 0.5;
  }
  
  @media (max-width: 768px) {
    .video-hero {
    	padding: 160px 0 0 0px;
    }  
  }
  .video_header_title h1{
      font-size: 70px;
      line-height: 67px;
  }

.video-hero .video_header_title a.new_button_square_big {
    border-radius: 50px;
    border: 2px solid;
    font-family: 'poppins', sans-serif!important;
    font-weight: 700;
    text-transform: uppercase;
    padding: 12px 57px;
    font-size: 16px;
  	transition: all 0.3s;
  	background: var(--color_primary);
  	color: white!important;
}

.video-hero .video_header_title a.new_button_square_big:hover {
    background: transparent;
  	color: var(--color_primary)!important;
  	transition: all 0.3s;
  	border: 2px solid;
  	box-shadow: 0 14px 26px -12px var(--color_primary), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(var(--color_primary_rgb), 0.2);
}

.video_header_title h2{
  	font-weight: 400;
	font-size: 50px;
}

.video_header_title p{
  	font-size: 24px;
    line-height: normal;
}

.howitworks-section aside {
  display: block;
  position: relative;
  margin: 40px 0;
}

.howitworks-section aside h3 {
  font: bold 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  background: #369;
  color: var(--color_primary);
  padding: 5px 10px;
  margin: 0 0 10px 0;
  line-height: 24px;
}

.howitworks-section aside {
  border-left: 34px solid #fff;
  padding-left: 0px;
  width: fit-content;
  margin: 0 auto;
}
.howitworks-section aside h3 {
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  transform-origin: 0 0;
  transform: rotate(90deg);
}

.howitworks-section .howitworks-custom img {   
    width: 296px;
    height: 315px;
    object-fit: cover;
    border-radius: 15px;
}

.howitworks-section .howitworks-custom .howitworks-card p {
    width: 330px;
    margin: 0px auto;
    padding-left: 34px;
  	font-family: 'poppins', sans-serif!important;
  	color:#030403;
}

.howitworks-section .howitworks-custom .howitworks-card aside h3 {
    font-size: 24px
  	font-family: 'poppins', sans-serif!important;
}


.order-type-custom .order-type-custom-card {
	height: auto;
    width: 313px;
    border-radius: 15px;
    padding: 28px;
    margin: 0 auto;
  	opacity: 0.5;
  	transition: all 1s;
}

.order-type-custom .order-type-custom-card img {
	width: 100%;
    height: 269px;
    border-radius: 15px;
    object-position: center center;
    object-fit: cover;
}

.order-type-custom .order-type-custom-card h3 {
	font-size: 24px
  	font-family: 'poppins', sans-serif!important;
  	color:#030403;
  	transition: all 0.8s;
}

.order-type-custom .order-type-custom-card p {
	font-size: 16px;
  	font-family: 'poppins', sans-serif!important;
  	color:#030403;
  	transition: all 0.8s;
}

.order-type-custom .order-type-custom-card:hover{
	background: var(--color_primary);
  	opacity: 1;
  	transition: all 1s;
}

.order-type-custom .order-type-custom-card.back_change:hover {
	background: var(--color_secondary);
  	opacity: 1;
  	transition: all 1s;
}

.order-type-custom .order-type-custom-card:hover h3{
  	color:#fff;
  	transition: all 0.8s;
}

.order-type-custom .order-type-custom-card:hover p{
  	color:#fff;
  	transition: all 0.8s;
}





.order-type-custom .order-type-custom-card .button-type {
    position: absolute;
    height: 269px;
    width: 257px;
    margin-top: 28px;
    border-radius: 15px;
    box-shadow: inset 0 0 0 1000px rgba(0,0,0,.3);
    top: 0;
    text-align: center;
    opacity: 0;
    transition: opacity .35s ease;
}

.order-type-custom .order-type-custom-card .button-type .hover_btn_type {
  	position: relative;
    width: 200px;
    top: 120px;
    padding: 7px 48px;
    text-align: center;
    color: white;
  	border-radius: 50px;
    border: solid 2px white;
    z-index: 1;
  	font-family: 'poppins', sans-serif!important;
  	letter-spacing: 3px;
    font-size: 19px;
    font-weight: 400;
  	text-transform: uppercase;
}

.order-type-custom .order-type-custom-card:hover .button-type {
	opacity: 1;	
}

.currentmenu-custom .card-odd {
	background: var(--color_primary);
  	border-radius: 15px;
}

.currentmenu-custom .card-even {
	background: var(--color_secondary);
  	border-radius: 15px;
}

.currentmenu-custom .currentmenu .card-odd .custom_svg_menu path {
    fill: var(--color_primary);
}

.currentmenu-custom .currentmenu .card-even .custom_svg_menu path {
    fill: var(--color_secondary);
}

.currentmenu-custom .card-meal-footer .card-kcal {
	color: white;
}

.currentmenu-custom .currentmenu .slick-slide img {
    display: block;
    width: 100%;
    height: 265px;
    object-fit: cover;
    object-position: center center;
}

.currentmenu-custom .currentmenu .meal_card_wrapper .meal-button .new_button_square_small{
	margin-top: 0;
    border-radius: 50px;
    font-size: 11px;
}

.currentmenu-custom .currentmenu .meal_card_wrapper .meal-title h2{
	color: white;
  	font-family: 'poppins', sans-serif!important;
  	font-weight: 400;
    margin-bottom: 10px;
}

.currentmenu-custom .currentmenu #menu-slider .card .overlay {
	display:none;
}

.currentmenu-custom .currentmenu .card-even .meal_card_wrapper .meal-button .new_button_square_small{
  	background-color: var(--color_secondary)!important;
}

.currentmenu-custom .currentmenu .card-odd .meal_card_wrapper .meal-button .new_button_square_small{
	background-color: var(--color_primary)!important;
}

.custom_section_client {
    background: rgba(var(--color_primary_rgb), 0.05);
    padding-top: 50px;
    padding-bottom: 50px;
}

.currentmenu-custom .currentmenu.card-menus-wrapper {
	padding-right: 100px;
    padding-left: 100px;
}

.currentmenu-custom .currentmenu.card-menus-wrapper .slick-next:before {
    color: var(--color_secondary);
    position: absolute;
    bottom: 220px;
  	right: -80px;
}

.currentmenu-custom .currentmenu.card-menus-wrapper .slick-prev:before {
    color: var(--color_primary);
    position: absolute;
    bottom: 220px;
	left: -80px;
}

.currentmenu-custom .currentmenu.card-menus-wrapper .slick-prev:before {
    content: '\f137';
  	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
  	font-size: 45px;
}

.currentmenu-custom .currentmenu.card-menus-wrapper .slick-next:before {
    content: '\f138';
  	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
  	font-size: 45px;
}

@media (max-width: 480px) {
	.currentmenu-custom .currentmenu.card-menus-wrapper {
		padding-right: 0;
		padding-left: 0;
	}
}


.reviews-2 #testim-content:before {
    color: var(--color_primary);
  	opacity: 0.3;
}

.reviews-2 #testim-content:after {
    color: var(--color_primary);
 	content: "\f005\00a0\f005\00a0\f005\00a0\f005\00a0\f005";
  	font-family: "Font Awesome 5 Free";
  	font-weight: 900;
    position: absolute;
    top: 15px;
    left: 89px;
    font-size: 15px;
}

.reviews-2.testim .cont div bold {
    font-weight: 200;
}

------------------------------


