/*
 Theme Name:   Horeka Theme Child
 Theme URI:    https://horeka.ro/
 Description:  Horeka Theme Child
 Author:       Horeka Team
 Author URI:   https://horeka.ro/
 Template:     understrap
 Version:      0.7.1
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  understrap-child
 Tags: one-column, custom-menu, featured-images, theme-options, translation-ready
 GitHub Theme URI: holger1411/understrap-child
*/

body{
    color: #333;
    background: #1F2326;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 1.5;
    font-size: 16px;
    margin: 0;
    padding: 0;
    min-height: 100%;
    overflow-x: hidden;
    overflow-y: visible;
}
article{
	display: block;
	width: 100%;
}
a{
	color: #FF4E00;
	transition: color 0.3s ease;
}
a:hover,
a:focus{
	text-decoration: none;
}

body#light {
    background: #fff;
}
body#light article p{
	color: #333;
}
body article p{
	color: #fff;
}
.more_space{
	padding-left: 6px;
}
.wpcf7{
	max-width: 100% !important;
}
body.tax-product_cat .wrapper{
	padding: 80px 0 60px;
	/*background: url('/wp-content/uploads/2021/04/rezervare-section.png');*/
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
.woocommerce a.added_to_cart {
	display: none !important;
}
body.single-product .wrapper{
	padding: 80px 0 60px; 
}
body.single-product .product .summary .product_title{
	display: none;
}
body.term-meniu #woocommerce-wrapper,
body.page-template-parent-categories .cat_parent_section{
	background-image: url('/wp-content/uploads/2021/07/meniu-white-bgv2.png');
	background-repeat: no-repeat;
	background-position: center center;
}

.cat_parent_section{
	padding: 80px 0 60px;
}


.lost_reset_password p{
	color: #17191C;
}

/* 404 */
body.error404 .site-main{
	padding-top: 60px;
	padding-bottom: 60px;
}
.error-404{
	color: #fff;
}
body#light .error-404{
	color: #17191C;
}

/* Mod Mentenanta */
.mod-mentenanta{
	background: #17191C;
	min-height: 100%;
}
.mod-mentenanta .heading_section{
	padding-top: 100px;
}
.mod-mentenanta h4{
	color: #fff;
	font-weight: normal;
}
.mod-mentenanta a,
.mod-mentenanta a:hover{
	color: #29d687;
	text-decoration: none;
}

@media all and (max-width: 768px){
	.mod-mentenanta h4{
		font-size: 18px;
	}
}

/* Buttons */
/* Slide Buttons */
.btn-primary-slide{
	padding: 12px 20px;
	display: inline-block;
	color: #fff !important;
	background: #FF4E00;
	border-radius: 10px;
}
.btn-primary-slide:hover{
	color: #fff;
	box-shadow: 0px 10px 25px rgba(255, 78, 0, 0.25);
}
.btn-primary-slide i{
	margin-left: 20px;
}
.btn-primary-add_to_cart{
	padding: 10px 20px;
	display: inline-block;
	color: #fff;
	border: 0;
	background: #FF4E00;
	border-radius: 10px;
}
.btn-primary-add_to_cart:hover{
	background: #FF4E00;
	transition: all 0.3s ease;
	box-shadow: 0px 10px 25px rgba(255, 78, 0, 0.25);
}
/* Menu Box Button */
.btn-outline-menu-white{
	color: #fff;
    display: inline-block;
    padding: 12px 30px;
    border: 1px solid #fff;
    border-radius: 10px;
    transition: all 0.3s ease;
}
.btn-outline-menu-white:hover{
	color: #fff;
	background: #FF4E00;
	border-color: #FF4E00;
	transition: all 0.3s ease;
	box-shadow: 0px 10px 25px rgba(255, 78, 0, 0.25);
}
/* Button General Outline White */
.btn-outline-white{
	color: #fff;
	display: inline-block;
	padding: 12px 30px;
	border: 1px solid #fff;
	border-radius: 10px;
	transition: all 0.3s ease;
}
.btn-outline-white.csm-padding{
	padding: 11px 22px;
}
body#light .btn-outline-white{
	color: #17191C;
	border-color: #17191C;
}
.btn-outline-white:hover{
	color: #fff;
	background: #FF4E00;
	border-color: #FF4E00;
	transition: all 0.3s ease;
	box-shadow: 0px 10px 25px rgba(255, 78, 0, 0.25);
}
body#light .btn-outline-white:hover{
	color: #fff;
	border-color: #FF4E00;
}
.btn-outline-primary{
	border: 0;
    padding: 10px 25px;
    transition: all 0.3s ease;
    width: auto;
    color: #fff;
    background: #FF4E00;
    border-radius: 10px;
    line-height: normal;
}
.btn-outline-primary:hover,
.btn-outline-primary:focus{
	color: #fff;
    background: #FF4E00;
	box-shadow: 0px 10px 25px rgb(255 78 0 / 25%);
}
.btn-outline-primary:not(:disabled):not(.disabled).active, 
.btn-outline-primary:not(:disabled):not(.disabled):active, 
.show>.btn-outline-primary.dropdown-toggle, 
.wpcf7 .show>input.dropdown-toggle[type=submit], 
.wpcf7 input:not(:disabled):not(.disabled).active[type=submit], 
.wpcf7 input:not(:disabled):not(.disabled):active[type=submit]{
	color: #fff;
    background: #FF4E00;
    border-color: transparent;
}

@media all and (max-width: 1199px){
	.btn-primary-slide{
		padding: 10px 15px;
		font-size: 15px;
		line-height: 20px;
	}
	.btn-outline-white,
	.btn-outline-white.csm-padding{
		padding: 10px 15px;
		font-size: 15px;
		line-height: 20px;
	}
}

.d-inline-block {
	display: inline-block!important;
}

.header .top-header{
	padding: 15px 0;
	color: #fff;
	font-weight: 700;
	background: #1F2326;
	position: relative;
	z-index: 5;
}
.header .top-header a{
	color: #fff;
	font-weight: 700;
	transition: all 0.3s ease;
}
.header .main-header{
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	z-index: 5;
	padding: 30px 0;
	transition: all 0.3s ease;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
}
.header .main-header .navigation ul.menu,
.header .main-header .header_action ul.menu{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
}
.header .main-header .navigation ul li a{
	color: #fff;
	font-weight: 700;
	padding: 20px 30px;
	font-size: 16px;
	line-height: 19px;
	text-transform: uppercase;
	transition: all 0.3s ease;
}
.header .main-header .header_action ul li:not(:last-child){
	padding-right: 20px;
}
.header .main-header .navigation ul li:hover a,
.header .top-header a:hover,
.header .main-header .header_action ul li:hover i{
	color: #FF4E00;
	transition: all 0.3s ease;
}
.header .main-header .header_action ul li i{
	color: #fff;
	cursor: pointer;
	font-size: 20px;
	transition: all 0.3s ease;
}
.header .close-mini-cart{
	text-align: right;
	margin-bottom: 20px;
}
.header .close-mini-cart i{
	font-size: 26px;
	cursor: pointer;
	color: #fff;
}
.header .main-header .navigation .menu-primary-menu-container ul li.menu-item-has-children{
	position: relative;
}
.header .main-header .navigation .menu-primary-menu-container ul ul.sub-menu{
	position: absolute;
	list-style: none;
	margin: 0;
	padding: 10px 0;
	left: 0;
	top: 40px;
	background-color: white;
	opacity: 0;
	min-width: 150px;
	visibility: hidden;
	text-align: left;
	transition: 0.3s ease;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
.header .main-header .navigation .menu-primary-menu-container ul ul.sub-menu li{
	padding: 0;
	float: none;
	display: block;
}
.header .main-header .navigation .menu-primary-menu-container ul li.menu-item-has-children:hover ul.sub-menu{
	opacity: 1;
	visibility: visible;
}
.header .main-header .navigation .menu-primary-menu-container ul ul.sub-menu li a{
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 11px;
	line-height: 19px;
	font-size: 0.84615em;
	white-space: nowrap;
	letter-spacing: 1px;
	padding: 8px 25px;
	color: #77828b;
	transition: all 0.3s ease;
}
.header .main-header .navigation .menu-primary-menu-container ul ul.sub-menu li:hover a{
	background: #FF4E00;
	color: #fff;
	transition: all 0.3s ease;
}


/* Scroll Navbar */
body.logged-in .main-header.navbar-fixed-top{
	top: 32px;
}
.main-header.navbar-fixed-top{
	top: 0;
	position: fixed;
	width: 100%;
	z-index: 6;
	padding: 15px 0px;
	background: #17191C;
	transition: all 0.3s ease;
}
.main-header.navbar-fixed-top .logo a img{
	max-width: 60px;
	height: auto;
}
.main-header .logo .dark_logo{
	display: block;
}
.main-header.navbar-fixed-top .logo .dark_logo{
	display: none;
}
.main-header .logo .fixed_logo{
	display: none;
}
.main-header.navbar-fixed-top .logo .fixed_logo{
	display: block;
}
.header .main-header.navbar-fixed-top .navigation ul li a{
	color: #fff;
	transition: all 0.3s ease;
}
.header .main-header.navbar-fixed-top .navigation ul li:hover a,
.header .main-header.navbar-fixed-top .header_action ul li:hover i{
	color: #FF4E00;
	transition: all 0.3s ease;
}
.header .main-header.navbar-fixed-top .header_action ul li i{
	color: #fff;
	transition: all 0.3s ease;
}
body#light .main-header.navbar-fixed-top{
	top: 0;
	position: fixed;
	width: 100%;
	z-index: 6;
	padding: 15px 0px;
	background: #fff;
	transition: all 0.3s ease;
	box-shadow: 2px 5px 10px 0 rgb(0 0 0 / 8%);
}
body#light .header .main-header.navbar-fixed-top .navigation ul li a{
	color: #17191C;
	transition: all 0.3s ease;
}
body#light .header .main-header.navbar-fixed-top .navigation ul li:hover a,
body#light .header .main-header.navbar-fixed-top .header_action ul li:hover i{
	color: #FF4E00;
	transition: all 0.3s ease;
}

body#light .header .main-header.navbar-fixed-top .navigation ul li:hover a{
	color: #17191C;
}

body#light .header .main-header.navbar-fixed-top .navigation ul li:hover .sub-menu a:hover{
	color: #ffffff;
}

body#light .header .main-header.navbar-fixed-top .header_action ul li i{
	color: #17191C;
	transition: all 0.3s ease;
}

.heading_section{
	background: #17191C;
	padding: 130px 0 15px;
}
.heading_section h1{
	font-family: 'Amatic SC', sans-serif;
	font-style: normal;
	margin: 0;
	color: #fff;
	font-weight: bold;
	font-size: 55px;
    line-height: 60px;
}
.breadcrumbs_section .breadcrumbs{
	font-family: 'Amatic SC';
	font-size: 30px;
    color: rgba(255,255,255,.8);
    font-weight: 700;
    margin-bottom: 10px;
}
.breadcrumbs_section .breadcrumbs a{
	color: rgba(255,255,255,.8);
}
.category_description{
	max-width: 65%;
	margin: 0 auto;
}
.category_description p{
	font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0;
    color: #adadad;
    margin-bottom: 5px;
}
body.term-meniu .category_description{
	display: none;
}

@media all and (max-width: 991px){
	.category_description{
		max-width: 100%;
	}
}

.rtb-booking-form .button-wrapper{
	text-align: right;
}
.rtb-booking-form legend p{
	color: rgba(23, 25, 28, 0.5);
	font-size: 16px;
	margin-top: 5px;
	font-weight: 400;
	line-height: 20px;
}

/* Pagination */
.woocommerce nav.woocommerce-pagination ul{
	border: 0;
	border-right: 0;
	margin: 0;
}
.woocommerce nav.woocommerce-pagination ul li{
	margin: 0 4px;
	border: 0;
}
.woocommerce nav.woocommerce-pagination ul li a.next,
.woocommerce nav.woocommerce-pagination ul li a.prev{
	line-height: 10px;
}
.woocommerce nav.woocommerce-pagination ul li a, 
.woocommerce nav.woocommerce-pagination ul li span{
	width: 30px;
	height: 30px;
	line-height: 1;
	text-align: center;
	border-radius: 50px;
	border: 1px solid #eee;
	background: #fff;
	color: #FF4E00;
	transition: all 0.3s ease;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, 
.woocommerce nav.woocommerce-pagination ul li a:hover{
	background: #FF4E00;
	border: 1px solid #FF4E00;
	color: #fff;
}
.woocommerce nav.woocommerce-pagination ul li span.current{
	background: #FF4E00;
	border: 1px solid #FF4E00;
	color: #fff;
}

/* Search Container */
.search-form-box{
	background-color: white;
	display: -ms-flexbox;
	display: flex;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 110%;
	left: 0;
	transition: .3s ease;
	border-top: 5px solid #ff4e00;
	border-top-color: #ff4e00;
	z-index: 999;
}
.search-form-box.active{
	top: 0;
	z-index: 99999999 !important;
}
.main-search-form .search-form-box .close_btn {
    font-size: 36px;
    font-size: 2.76923em;
    position: absolute;
    top: 100px;
    right: 100px;
    transition: 0.3s cubic-bezier(0.92, -0.03, 1, 0.69);
    transition-delay: .5s;
    -ms-transform: scale(0);
    transform: scale(0);
}
.main-search-form .search-form-box.active .close_btn {
    top: 50px;
    margin-left: auto;
    margin-right: auto;
	font-size: 2.76923em;
    left: 0;
    right: 0;
    text-align: center;
	-ms-transform: scale(1);
    transform: scale(1);
}
.main-search-form .search-form-box.active .close_btn i{
	color: #ff4e00;

}
.main-search-form .search-form-box form {
    width: 50%;
    margin: auto;
}
.main-search-form .search-form-box form input {
    font-size: 64px;
    font-size: 4.92308em;
    width: 100%;
    display: block;
    border: none;
    padding-left: 0 !important;
    transition-delay: .3s;
}
.main-search-form .search-form-box.active form input, 
.main-search-form .search-form-box.active form span {
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.main-search-form .search-form-box form input:focus{
	outline: none;
	box-shadow: none;
}

.image_inner{
    width: 100px;
    height: 100px;
}
.image_inner a img{
    border-radius: 50px;
}

.product_box{
	position: relative;
	margin-bottom: 40px;
}
.product_box .featured_image img{
	max-width: 100%;
	width: 90%;
	min-height: 360px;
	max-height: 360px;
	object-fit: cover;
	border-radius: 10px;
}
.product_box .inner-menu-box{
	padding-top: 30px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 35px;
	background-color: rgba(31,35,38,0.7);
	text-align: center;
	border-radius: 10px;
	width: 100%;
	max-width: 300px;
	width: 100%;
	position: absolute;
	display: flex;
	flex-direction: column;
	right: 0px;
	left: auto;
	top: 45px;
	z-index: 5;
}
.product_box .inner-menu-box .price{
	font-size: 30px;
	line-height: 38px;
	font-weight: bold;
	color: #FF4E00;
}
.product_box .inner-menu-box .product_title,
.product_box .inner-menu-box .product_title a{
	font-size: 24px;
	line-height: 30px;
	font-weight: 500;
	color: #fff;
}
.product_box .inner-menu-box .short_description{
	font-size: 18px;
	line-height: 24px;
	color: rgba(255,255,255,0.8);
}
.custom_box:nth-child(odd) .product_box{
	text-align: right;
}
.custom_box:nth-child(odd) .product_box .inner-menu-box{
	right: auto;
	left: 0;
}

/* Slider */
.swiper-button-prev, 
.swiper-button-next{
	color: #fff !important;
}
.swiper-button-next, 
.swiper-container-rtl .swiper-button-prev{
	right: 5% !important;
}
.swiper-button-prev, 
.swiper-container-rtl .swiper-button-next{
	left: 5% !important;
}
.swiper-container .slider_overlay{
	background: rgba(0,0,0,0.2);
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
}
.swiper-container .swiper-slide{
	height: 100vh;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.swiper-container .swiper-slide .inner_slide{
	position: relative;
	z-index: 5;
}
.swiper-container .swiper-slide h2{
	color: #fff;
	font-family: 'Amatic SC', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 120px;
	line-height: 100px;
	margin-bottom: 40px;
}
.swiper-container .swiper-slide .inner_slide p{
	font-size: 20px;
	line-height: 28px;
	color: #fff;
	margin-bottom: 30px;
}

@media all and (max-width: 568px){
	.swiper-container .swiper-slide .inner_slide{
		padding: 0 35px;
	}
}

/* Product Listing */
#meniul-nostru,
#recomandate-section{
	padding: 70px 0;
	background: #17191C;
}
#recomandate-section{
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
body#light #recomandate-section{
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
body#light #meniul-nostru{
	background-color: #fff;
}
#meniul-nostru h2,
#recomandate-section h2{
	font-family: 'Amatic SC', sans-serif;
	position: relative;
	color: #fff;
	font-size: 80px;
	line-height: 80px;
	padding-bottom: 20px;
	margin-bottom: 60px;
	font-weight: bold;
}
body#light #meniul-nostru h2,
body#light #recomandate-section h2{
	color: #17191C;
}
#meniul-nostru h2:after,
#recomandate-section h2:after{
	content: '';
	width: 60px;
	height: 4px;
	background: #FF4E00;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0px;
	margin: 0 auto;
}
.product_list .featured_image img{
	width: 100px;
	height: 100px;
	object-fit: cover;
	border-radius: 50px;
}
.product_list .product_title{
	font-size: 24px;
	line-height: 30px;
	font-weight: 500;
}
.product_list .product_title a{
	color: #fff;
}
.product_list .short_description{
	color: rgba(255,255,255,0.8);
}
.product_list .price{
	color: #FF4E00;
	font-size: 24px;
	line-height: 30px;
	font-weight: 500;
}
/* Body Light */
body#light .product_list .product_title{
	font-size: 24px;
	line-height: 30px;
	font-weight: 500;
}
body#light .product_list .product_title a{
	color: #17191C;
}
body#light .product_list .short_description{
	color: #17191C;
}

/* Woocommerce General */
.toggle_actions_account .button__login{
	width: 50%;
	text-align: center;
}
.toggle_actions_account .button__login .nav-link{
	font-size: 16px;
	line-height: 19px;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	border-radius: 10px 0 0 10px !important;
}
.toggle_actions_account .nav-item .nav-link{
	padding-top: 15px;
	padding-bottom: 15px;
	color: #17191C;
	transition: none;
}
.toggle_actions_account .button__login .nav-link.active{
	color: #fff;
	background: #FF4E00 !important;
}
.toggle_actions_account .button__register{
	width: 50%;
	text-align: center;
}
.toggle_actions_account .button__register .nav-link{
	font-size: 16px;
	line-height: 19px;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	border-radius: 0 10px 10px 0 !important;
}
.toggle_actions_account .button__register .nav-link.active{
	color: #fff;
	background: #FF4E00 !important;
}
.forms__account h2{
	font-size: 28px;
	line-height: 32px;
	font-weight: 700;
}
.forms__account h2 svg{
	position: relative;
    top: -2px;
	margin-right: 15px;
	vertical-align: sub;
}
.forms__account form{
	margin-top: 30px !important;
	margin-bottom: 0px !important;
}
.forms__account .btn-outline-primary{
	margin-top: 30px;
	padding-top: 16px;
	padding-bottom: 16px;
	width: 100%;
	font-weight: 700;
	font-size: 16px;
	line-height: 16px;
}
.forms__account .lost_password{
	width: 100%;
	margin-top: 35px;
	margin-bottom: 0px;
	text-align: center;
}
.forms__account .lost_password a{
	font-size: 16px;
	line-height: 16px;
	font-weight: 700;
	color: #17191C;
}

.woocommerce form .password-input, 
.woocommerce-page form .password-input{
	width: 100%;
}
.woocommerce form .form-row label, 
.woocommerce-form-register p{
	display: block;
	width: 100%;
}
.woocommerce form .form-row input.input-text, 
.woocommerce form .form-row textarea{
	padding:  8px 12px;
	min-height: 48px;
	border: 1px solid rgba(51,51,51,0.15) !important;
	border-radius: 10px;
}
.woocommerce form .form-row label,
.woocommerce-form-register p{
	color: #17191C;
}
.woocommerce form .form-row .woocommerce-input-wrapper label{
	cursor: pointer;
}
.woocommerce .woocommerce-MyAccount-content form .form-row label, 
.woocommerce-page .woocommerce-MyAccount-content form .form-row label,
.woocommerce .woocommerce-MyAccount-content form .password-input, 
.woocommerce-page .woocommerce-MyAccount-content form .password-input,
#customer_login form .password-input,
#customer_login form .woocommerce-form-login__rememberme{
	width: 100%;
}
.woocommerce-MyAccount-navigation .list-group a.dashboard::before{
	content: '\f3fd';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin-right: 5px;
}
.woocommerce-MyAccount-navigation .list-group a.orders::before{
	content: '\f291';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin-right: 5px;
}
.woocommerce-MyAccount-navigation .list-group a.edit-account::before{
	content: '\f4ff';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin-right: 5px;
}
.woocommerce-MyAccount-navigation .list-group a.customer-logout::before{
	content: '\f2f5';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin-right: 5px;
}

/* Single Products */
.woocommerce .single-product .related{
	color: #fff;
	clear: both;
}
.product_meta span{
	display: block;
	color: #fff;
	margin-bottom: 5px;
}
.product_meta span a{
	color: #fff;
}
.woocommerce-product-details__short-description p{
	color: #fff;
}
.woocommerce div.product div.images img{
	border-radius: 10px;
}
.wc-pao-addon-container .wc-pao-addon-name{
	font-weight: 600;
	display:block;
	color: #fff;
}
.wc-pao-addon-container .wc-pao-addon-name .required{
	color: red;
}
.wc-pao-addon-container{
	margin-top: 10px;
}
.wc-pao-addon-select{
	padding: 10px;
	border-radius: 10px;
}
body.single-product .wc-pao-addon-container .form-row,
body.single-product .wc-pao-addon-container .form-row label{
	color: #fff;
	margin-bottom: 0px;
}
#product-addons-total{
	color: #fff;
}
#product-addons-total ul li.wc-pao-subtotal-line .price{
	color: #fff;
}
body#light #product-addons-total,
body#light #product-addons-total ul li.wc-pao-subtotal-line .price{
	color: #17191C;
}
body#light .wc-pao-addon-container .form-row,
body#light .wc-pao-addon-container .form-row label{
	color: #17191C;
}
body#light .wc-pao-addon-container .wc-pao-addon-name{
	font-weight: 600;
	color: #17191C;
}


body#light .product_meta span a,
body#light .product_meta span,
body#light .woocommerce-product-details__short-description p,
body#light .related.products > h2,
body#light .woocommerce div.product p.price{
	color: #17191C;
}
.single-product .summary .price .woocommerce-Price-amount.amount{
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #fff;
	font-size: 58px;
	line-height: 80px;
}
body#light .summary .price .woocommerce-Price-amount.amount{
	color: #17191C;
}

.single-product .summary .price .woocommerce-Price-amount.amount .woocommerce-Price-currencySymbol{
	color: #FF4E00;
}
.woocommerce .cart .single_add_to_cart_button{
	background-color: #FF4E00 !important;
	font-weight: 500;
	padding: 14px 25px;
	border-radius: 10px;
	transition: all 0.3s ease;
}
.woocommerce .cart .single_add_to_cart_button:hover{
	transition: all 0.3s ease;
	box-shadow: 0px 10px 25px rgba(255, 78, 0, 0.25);
}
.woocommerce .summary .cart .quantity input{
	background: transparent;
	color: #fff;
	text-align: left;
	border: 1px solid #fff;
	padding: 7px 15px;
	width: 100%;
	max-width: 100px;
	border-radius: 10px;
	margin-right: 15px;
}
.woocommerce .summary .cart .quantity input:focus{
	outline: none;
}
body.woocommerce-cart .woocommerce{
	background: #fff;
	padding: 30px;
	border-radius: 10px;
}
body#light .summary .cart .quantity input{
	border: 1px solid #17191C;
	color: #17191C;
}
.product__excerpt p{
	color: rgba(255,255,255,0.8);
	font-size: 16px;
	line-height: 22px;
}
.product__details a h2{
	font-size: 24px;
	line-height: 30px;
	color: #fff;
}
.product__details a {
	color: #fff;
}
.product__details .price .amount{
	font-size: 24px;
	line-height: 30px;
	font-weight: 500;
	color: #FF4E00;
}

body#light .product__details a h2,
body#light .product__details a,
body#light .product__excerpt p{
	color: #17191C;
} 
body.woocommerce-account .woocommerce-MyAccount-content p{
	color: #17191C;
}
.woocommerce-MyAccount-content .woocommerce-error li, 
.woocommerce-MyAccount-content .woocommerce-message{
	flex-direction: column;
}
.woocommerce-MyAccount-content .woocommerce-message > a.btn{
	margin-bottom: 10px;
}
body.logged-in.woocommerce-account .woocommerce{
    max-width: 80%;
    margin: 0 auto;
    padding: 30px;
    width: 100%;
    background: #fff;
    box-shadow: 0px 0px 25px rgb(0 0 0 / 5%);
    border-radius: 10px;
}
body.woocommerce-account .woocommerce .form_login_register{
    max-width: 80%;
    margin: 0 auto;
    padding: 30px;
    width: 100%;
	max-width: 430px;
    background: #fff;
    box-shadow: 0px 0px 25px rgb(0 0 0 / 5%);
    border-radius: 10px;
}
body.woocommerce-account .woocommerce form.login,
body.woocommerce-account .woocommerce form.register{
	border: 0;
	padding: 0;
	border-radius: 0;
}
body.woocommerce-account .woocommerce form.login label,
body.woocommerce-account .woocommerce form.register label{
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
}
body.woocommerce-account .toggle_actions_account{
	background: #f7f7f7;
	margin-bottom: 40px;
	border-radius: 10px;
}
.woocommerce-privacy-policy-text p{
	margin-bottom: 0px;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
}
.woocommerce-info{
	border-top-color: #FF4E00;
}
.woocommerce-info:before{
	color: #FF4E00;
}

/* Icon Hover Product */
ul.products .product .image_inner{
	position: relative;
}
ul.products .product .image_inner a{
	display: inline-block;
	width: 100px;
	height: 100px;
}
ul.products .product .image_inner a:before{
	content: "+";
	width: 100px;
	height: 100px;
	font-size: 60px;
	line-height: 100px;
	color: #fff;
	position: absolute;
	text-align: center;
	background: #FF4E00;
	opacity: 0;
	border-radius: 50px;
	transition: opacity 0.3s ease;
}
ul.products .product .image_inner a:hover:before{
	opacity: 1;
	transition: opacity 0.3s ease;
}
ul.products .product .image_inner img{
	border-radius: 50px;
}
.related.products{
	clear: both;
	margin-top: 50px;
	display: inline-block;
	width: 100%;
}
.related.products > h2{
	position: relative;
	text-align: center;
	color: #fff;
	font-family: Amatic SC;
	font-style: normal;
	font-weight: bold;
	font-size: 80px;
	line-height: 80px;
	margin-bottom: 60px;
	padding-bottom: 20px;
}
.related.products > h2:after{
	content: '';
	width: 60px;
	height: 4px;
	background: #FF4E00;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0px;
	margin: 0 auto;
}

/* Category Listing */
body.tax-product_cat .products .product-category:nth-child(even) .category-inner .category__image,
body.page-template-parent-categories .product-category:nth-child(even) .category-inner .category__image{
	text-align: right;
}
body.tax-product_cat .products .product-category:nth-child(even) .category-inner .category__title,
body.page-template-parent-categories .product-category:nth-child(even) .category-inner .category__title{
	position: absolute;
	left: 0;
	right: auto;
	top: auto;
	bottom: -30px;
	z-index: 5;
}
body.tax-product_cat .products .product-category:nth-child(odd) .category-inner .category__title,
body.page-template-parent-categories .product-category:nth-child(odd) .category-inner .category__title{
	position: absolute;
	left: auto;
	right: 0;
	top: auto;
	bottom: -30px;
	z-index: 5;
}
body.tax-product_cat .products .product-category,
body.page-template-parent-categories .product-category{
	margin-bottom: 60px;
}
.category-inner{
	position: relative;
}
.category-inner .category__image a img{
	height: 350px;
	width: 100%;
	max-width: 90%;
	object-fit: cover;
	border-radius: 10px;
}
.category-inner .category__title{
	max-width: 90%;
    width: 100%;
    padding: 30px;
    text-align: left;
    background: rgba(23, 25, 28, 0.7);
    color: #fff;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 10px;
}
.category-inner .category__title h2{
	margin-bottom: auto;
    font-size: 22px;
    line-height: 28px;
}

body.page-template-parent-categories .custom_template .product-category:nth-child(odd) .category-inner .category__title {
	position: relative;
	min-height: fit-content;
	text-align: center;
	left: unset;
	right: unset;
	bottom: unset;
	top: unset;
	display: block;
	max-width: 100%;
	padding: 0px;
	background: unset;
}

body.page-template-parent-categories .custom_template .product-category:nth-child(even) .category-inner .category__title {
	position: relative;
	min-height: fit-content;
	text-align: center;
	left: unset;
	right: unset;
	bottom: unset;
	top: unset;
	display: block;
	max-width: 100%;
	padding: 0px;
	background: unset;
}

body.tax-product_cat .products .product-category:nth-child(odd) .custom_template .category__title{
	position: relative;
	min-height: fit-content;
	text-align: center;
	left: unset;
	right: unset;
	bottom: unset;
	top: unset;
	display: block;
	max-width: 100%;
	padding: 0px;
	background: unset;
}

body.tax-product_cat .products .product-category:nth-child(even) .custom_template .category__title {
	position: relative;
	min-height: fit-content;
	text-align: center;
	left: unset;
	right: unset;
	bottom: unset;
	top: unset;
	display: block;
	max-width: 100%;
	padding: 0px;
	background: unset;
}

.custom_template .category-inner .category__image {
	text-align: center !important;
}

.custom_template .category-inner{
	padding-left: 40px;
	padding-right: 40px;
}

.custom_template{
	padding-left: 40px;
	padding-right: 40px;
}

.custom_template .category__image{
	text-align: center !important;
}
.custom_template  .category__title h2{
	color: #1F2326;
	padding-top: 20px;
	padding-bottom: 10px;
}
.custom_template .category-inner .category__title h2{
	color: #1F2326;
	padding-top: 20px;
	padding-bottom: 10px;
}

.custom_template .btn-outline-menu-white{
	color: #1F2326;
	border: 1px solid #1F2326;
	width: 100%;
}

.custom_template .category__image a img {
	height: 240px;
	width: 100%;
	object-fit: cover;
	border-radius: 10px;
}
.custom_template .category-inner .category__image a img {
	height: 240px;
	width: 100%;
	object-fit: cover;
	border-radius: 10px;
}

.hide_show_more_buttom .btn-outline-menu-white{
	display: none;
}

.default_template .woocommerce-loop-category__title{
	color: #ffffff;
}

.default_template .category__title a {
	margin-bottom: auto;
}

@media all and (max-width: 1200px) {
	.custom_template .category-inner {
			padding-left: 20px;
			padding-right: 20px;
	}
	.custom_template {
		padding-left: 10px;
		padding-right: 10px;
	}
	.custom_template .category-inner .category__image a img {
		height: 130px;
	}

}
@media all and (max-width: 960px){
	.category-inner .category__title h2{
		font-size: 22px;
		overflow: visible;
		text-overflow: unset;
		white-space: normal;
	}
	.custom_template .category-inner {
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.custom_template {
		padding-left: 0px;
		padding-right: 0px;
	}
	.custom_template .category__image a img {
		height: 130px !important;
	}
	
	.custom_template .category-inner .category__image a img {
		height: 130px;
	}
}

#rezervare-section{
	background-position: center center;
	background-size: cover;
	padding: 80px 0;
	background-repeat: no-repeat;
}
#rezervare-section .content{
	max-width: 570px;
	width: 100%;
	color: #fff;
	font-size: 18px;
	line-height: 24px;
}
#rezervare-section .rezervare-image{
	padding-right: 3rem;
}
#rezervare-section .content h2{
	font-family: 'Amatic SC', sans-serif;
	position: relative;
	color: #fff;
	font-size: 80px;
	line-height: 80px;
	margin-bottom: 20px;
	font-weight: bold;
}
#rezervare-section .content p{
	color: rgba(255,255,255,0.8);
}
#rezervare-section .content .btn-outline-white{
	margin-top: 15px;
}

body#light #rezervare-section .content,
body#light #rezervare-section .content h2{
	color: #17191C;
}
body#light #rezervare-section .content p{
	color: rgba(31, 35, 38, 0.8)
}

#meniu-listare{
	background: #1F2326;
}

/* Rezervare Form */
.reservation .rtb-text.date,
.reservation .rtb-text.time{
	max-width: 33.33% !important;
	width: 100%;
	padding-right: 15px;
	margin-right: 0px !important;
}
.reservation .rtb-text.date input{
	background: url('/wp-content/themes/understrap-child-master/images/date.svg') no-repeat;
	background-position: 96% 50%;
}
.reservation .rtb-text.time input{
	background: url('/wp-content/themes/understrap-child-master/images/ora.svg') no-repeat;
	background-position: 96% 50%;
}
.reservation .rtb-select.party{
	max-width: 33.33% !important;
	width: 100%;
	margin-right: 0px !important;
	padding-right: 0;
}
.reservation .rtb-select.party select{
	width: 100%;
	padding: 10px 15px;
	border: 1px solid rgba(51, 51, 51, 0.15);
	background: #fff url('/wp-content/uploads/2021/07/chevron-down-solid.png') 94% 50% no-repeat;
	background-size: 10px;
	border-radius: 10px;
	-moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
}
.rtb-booking-form .rtb-message p{
	margin: 0;
	color: #333;
}
.rtb-booking-form input{
	padding: 10px 15px;
	border: 1px solid rgba(51, 51, 51, 0.15);
    border-radius: 10px;
}
.rtb-text.name, .rtb-text.email, .rtb-text.phone{
	margin-right: 0px !important;
}
.rtb-text.name, .rtb-text.email{
	padding-right: 15px;
}
.rtb-booking-form .message textarea{
	padding: 15px 20px;
    max-width: 100%;
    min-height: 150px;
    border: 1px solid rgba(51, 51, 51, 0.15);
    border-radius: 10px;
}
.rtb-booking-form button{
	color: #fff;
	background: #FF4E00;
	border: 0;
	padding: 10px 25px;
	transition: all 0.3s ease;
	border-radius: 10px;
}

@media all and (max-width: 991px){
	.rtb-booking-form label{
		font-size: 14px;
	}
}

@media all and (max-width: 768px){
	.reservation .rtb-select.party{
		padding-right: 15px;
	}
}

/* Despre noi */
#despre-section{
	padding-top: 80px;
	padding-bottom: 40px;
}
#despre-section .inner-content{
	padding-right: 50px;
}
#despre-section .flex-row-reverse .inner-content{
	padding-left: 50px;
}
#despre-section .inner-content h2{
	color: #fff;
	font-family: 'Amatic SC', sans-serif;
	font-style: normal;
	font-weight: bold;
	margin-bottom: 25px;
	font-size: 80px;
	line-height: 80px;
}
#despre-section .inner-content p{
	font-size: 18px;
	line-height: 24px;
	color: rgba(255,255,255,0.8);
}
#despre-section .inner-image{
	position: relative;
}
#despre-section .inner-image:before{
	content: " ";
	width: 100px;
	height: 2px;
	background-color: #ff4e00;
	position: absolute;
	top: 50px;
	left: -50px;
}
#despre-section .flex-row-reverse .inner-image:before{
	left: auto;
	right: -50px;
}
#despre-section .inner-image:after{
	content: " ";
	width: 90%;
	height: 90%;
	border: 2px solid rgba(255, 255, 255, 0.4);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 1;
}
body#light #despre-section .inner-content h2{
	color: #17191C;
	font-family: 'Amatic SC', sans-serif;
	font-style: normal;
	font-weight: bold;
	margin-bottom: 25px;
	font-size: 80px;
	line-height: 80px;
}
body#light #despre-section .inner-content p{
	font-size: 18px;
	line-height: 24px;
	color: rgba(31, 35, 38, 0.8);
}
.rtb-booking-form{
	max-width: 70%;
	width: 100%;
	background: #fff;
	padding: 30px;
	margin: 0 auto;
	box-shadow: 0px 0px 25px rgb(0 0 0 / 5%);
	border-radius: 10px;
}

/* Product Listing */
.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product{
	float: none;
	margin: 0;
	padding: 0 15px;
	width: auto;
	margin-left: auto;
}
ul.products li.product .woocommerce-loop-product__link .image_inner{
	width: 100px;
	height: 100px;
}
ul.products li.product .woocommerce-loop-product__link .image_inner img{
	border-radius: 50px;
}

.orange-bullet {
    position: fixed;
    top: 50px;
    right: 30px;
    text-align: center;
    background-color: #ff4e00;
    padding: 0;
    z-index: 10;
    width: 100px;
    border-radius: 100px;
}
.orange-bullet .daily-menu {
    display: block;
    color: #fff;	
    font-weight: 400;
    font-size: 22px;
    line-height: 25px;
    padding: 27px 0 23px 0;
}

/* Contact */
#contact-section{
	padding: 80px 0;
}
.contact-info-block{
	max-width: 80%;
	margin: 0 auto;
	padding: 30px;
	width: 100%;
	background: #fff;
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.05);
	border-radius: 10px;
}
.contact-info-block.construction{
	max-width: 65%;
}
.contact-info-block.construction .locatie-section .more_space_constructie{
	padding-left: 35px;
}

.contact-info-block .telefon-section i,
.contact-info-block .locatie-section i{
	color: #FF4E00;
	font-size: 24px;
	margin-right: 10px;
}
.contact-info-block .telefon-section div.d-flex p,
.contact-info-block .locatie-section div.d-flex p{
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 20px;
	color: #1F2326;
}
.contact-info-block .telefon-section .details{
	padding-left: 35px;
}
.contact-info-block .locatie-section .details{
	padding-left: 30px;
}
.contact-info-block .locatie-section .details.more_space_content{
	padding-left: 34px;
}
.contact-info-block .telefon-section .details > p,
.contact-info-block .locatie-section .details > p{
	color: rgba(31, 35, 38, 0.5);
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
}
.contact-info-block .telefon-section .details .call_action,
.contact-info-block .locatie-section .details .call_action{
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	color: #FF4E00;
}
.contact-info-block .form-block{
	margin-top: 30px;
}
.contact-info-block .form-block form input:not([type="submit"]),
.contact-info-block .form-block form textarea{
	width: 100%;
	margin-top: 5px;
	border: 1px solid rgba(51,51,51,0.15);
	min-height: 46px;
	padding: 10px;
	border-radius: 10px;
	transition: border-color 0.3s ease;
}
.contact-info-block .form-block form input:not([type="submit"]):focus,
.contact-info-block .form-block form textarea:focus{
	border-color: #FF4E00;
	outline: none;
	transition: border-color 0.3s ease;
}
.contact-info-block .form-block form textarea{
	max-height: 100px;
	width: 100%;
}
.contact-info-block .form-block form label{
	font-family: 'Roboto', sans-serif;
	width: 100%;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	color: #17191C;
}
.contact-info-block .form-block form input[type="submit"]{
	border: 0;
	float: right;
	padding: 10px 25px;
	transition: all 0.3s ease;
	width: auto;
	color: #fff;
	background: #FF4E00;
	border-radius: 10px;
	line-height: normal;
}
.contact-info-block .form-block form input[type="submit"]:focus,
.contact-info-block .form-block form input[type="submit"]:active{
	background: #FF4E00;
}

@media all and (max-width: 991px){
	.contact-info-block.construction{
		max-width: 100%;
		padding: 30px;
	}
	.contact-info-block.construction .telefon-section{
		margin-bottom: 30px;
	}
}

/* Gallery Product */
.woocommerce div.product div.images img{
	border-radius: 10px 10px 0 0 !important;
}
.woocommerce div.product div.images .flex-control-thumbs{
	padding: 25px 15px;
	background: #F6F6F6;
	border-radius: 0 0 20px 20px;
}
.woocommerce div.product div.images .flex-control-thumbs li{
	padding: 0 10px;
}
.woocommerce div.product div.images .flex-control-thumbs li img{
	border-radius: 10px !important;
}

/* Checkout */

.woocommerce-checkout .added_to_cart{
	display: none !important;
}
.woocommerce-checkout .swiper-slide {
	background: rgb(255, 255, 255);
	border: 1px solid rgba(41, 45, 51, 0.2);
	padding: 15px;
	margin-bottom: 50px;
}

.crossSell_title_container{
	width: 100%;
	text-align: center;
	font-size: 30px;
	margin-bottom: 25px;
}
.crossSell_thumbnail{
	width: 28%;
	display: inline-block;
	margin-bottom: 15px;
}

.crossSell_details{
	width: 68%;
	display: inline-block !important;
	vertical-align: top;
	margin-left: 2%;
}

.crossSell_details .crossSell_title{
	width: 100%;
	display: block;
	color: #444444;
	font-size: 18px;
}

.crossSell_details .woocommerce-Price-amount {
	width: 100%;
	display: block;
}

.crossSell_addToCart{
	width: 100%;
	color: #fff !important;
}

.crossSell_addToCart .fa-shopping-cart {
	font-size: 14px;
	margin-right: 5px;
}

form.checkout{
	max-width: 750px;
	margin: 0 auto;
}
form.checkout .delivery_info_checkout,
form.checkout .delivery_info_personal,
form.checkout .delivery_info_schedule{
	padding: 40px;
	background: #fff;
	margin-bottom: 30px;
	display: inline-block;
	width: 100%;
	border-radius: 10px;
}
form.checkout .delivery_info_checkout h3,
form.checkout .delivery_info_personal h3,
form.checkout .delivery_info_schedule h3{
	font-size: 24px;
	line-height: 28px;
	font-weight: 900;
	margin-bottom: 25px;
	color: #17191C;
}
form.checkout .delivery_info_checkout h3 span,
form.checkout .delivery_info_personal h3 span,
form.checkout .delivery_info_schedule h3 span{
	display: inline-block;
	width: 48px;
	height: 48px;
	background: #FF4E00;
	color: #fff;
	font-size: 24px;
	line-height: 48px;
	text-align: center;
	font-weight: 500;
	margin-right: 20px;
	border-radius: 50px;
}
form.checkout label{
	color: #17191C;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px !important;
}
.woocommerce form.checkout .form-row{
	margin: 0 0 15px;
}
.woocommerce form.checkout input:not([type="submit"]),
.woocommerce form.checkout textarea{
	padding: 8px 12px;
	min-height: 48px;
}
.woocommerce form.checkout textarea{
	min-height: 80px;
}
.form-control:focus,
.wpcf7 .wpcf7-validation-errors:focus, 
.wpcf7 input:focus[type="color"], 
.wpcf7 input:focus[type="date"], 
.wpcf7 input:focus[type="datetime-local"], 
.wpcf7 input:focus[type="datetime"], 
.wpcf7 input:focus[type="email"], 
.wpcf7 input:focus[type="file"], 
.wpcf7 input:focus[type="month"], 
.wpcf7 input:focus[type="number"], 
.wpcf7 input:focus[type="range"], 
.wpcf7 input:focus[type="search"],
.wpcf7 input:focus[type="submit"], 
.wpcf7 input:focus[type="tel"], 
.wpcf7 input:focus[type="text"], 
.wpcf7 input:focus[type="time"], 
.wpcf7 input:focus[type="url"], 
.wpcf7 input:focus[type="week"], 
.wpcf7 select:focus, 
.wpcf7 textarea:focus{
	border-color: #FF4E00 !important;
	box-shadow: none !important;
}

/* Booking */
.rtb-booking-form label{
	font-weight: 700;
}
.rtb-booking-form legend{
	font-size: 24px;
	line-height: 28px;
	font-weight: 900;
}
.rtb-booking-form .subtitle_book{
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	color: rgba(23, 25, 28, 0.5);
}

/* Mini Cart */
.mini-cart-header{
	position: fixed;
	right: -100%;
	width: 450px;
	background: #1F2326;
	height: 100%;
	overflow-y: scroll;
	top: 0;
	z-index: 0;
	padding: 60px 30px 30px;
	color: #fff;
	transition: right 0.3s ease;
}
.mini-cart-header.active{
	right: 0;
	z-index: 9998;
	transition: right 0.3s ease;
}
.mini-cart-header .inner-cart .variation{
    padding-left: 0;
    border-left: 0;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #fff;
}
body#light .mini-cart-header .inner-cart .variation{
	border-bottom: 1px solid #ccc;
}
.mini-cart-header .inner-cart .variation dd{
	margin-bottom: .25em;
}
.woocommerce-mini-cart__buttons a.button{
	width: 100%;
	display: inline-block;
	padding: 12px 20px;
	text-align: center;
	margin-bottom: 20px;
	border-radius: 10px;
	transition: all 0.3s ease-in-out;
}
.woocommerce-mini-cart__buttons a.button{
	background: #FF4E00;
	color: #fff;
}
.woocommerce-mini-cart__buttons a.button:not(.checkout){
	border: 1px solid #fff;
	color: #fff;
	background: transparent;
}
.woocommerce-mini-cart__buttons a.button.checkout:hover{
	background: #FF4E00;
	color: #fff;
	box-shadow: 0px 10px 25px rgba(255, 78, 0, 0.25);
}
.woocommerce ul.product_list_widget,
.woocommerce-mini-cart{
	list-style-type: none;
	margin: 0 0 20px;
	padding: 0 0 20px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.woocommerce ul.product_list_widget li img,
ul.woocommerce-mini-cart .woocommerce-mini-cart-item a img{
	width: 80px;
	height: 80px;
	float: none;
	margin-left: 0px;
	margin-right: 15px;
	object-fit: cover;
	position: absolute;
	left: 20px;
	border-radius: 10px;
}
.woocommerce ul.product_list_widget li a{
	color: #fff;
	font-size: 16px;
	line-height: 20px;
}
.mini-cart-header .woocommerce ul.product_list_widget li a{
	padding-right: 15px;
}
.woocommerce ul.product_list_widget li,
ul.woocommerce-mini-cart .woocommerce-mini-cart-item{
	padding: 20px 20px 20px 115px;
	margin-bottom: 20px;
	position: relative;
	background: rgba(255,255,255,0.05);
	min-height: 120px;
	border-radius: 10px;
}
.quantity-container{
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
}

@media all and (max-width: 768px){
	.quantity-container{
		display: block;
	}
}

.woocommerce ul.product_list_widget li .quantity,
ul.woocommerce-mini-cart .woocommerce-mini-cart-item .quantity{
	display: block;
}
.woocommerce-mini-cart h4{
	color: #fff;
}
.woocommerce-mini-cart .woocommerce-mini-cart-item .remove__icon,
ul.woocommerce-mini-cart .woocommerce-mini-cart-item .remove__icon{
	clear:both;
}
.woocommerce-mini-cart .woocommerce-mini-cart-item .remove__icon a.remove,
ul.woocommerce-mini-cart .woocommerce-mini-cart-item .remove__icon a.remove{
	position: absolute;
	top: 20px;
	right: 10px;
	cursor: pointer;
	font-size: 30px;
	line-height: 15px;
	color: #BABABA !important;
	font-weight: 400;
	z-index: 5;
	transition: all 0.3s ease;
}
.woocommerce-mini-cart .woocommerce-mini-cart-item .remove__icon a.remove:hover,
ul.woocommerce-mini-cart .woocommerce-mini-cart-item .remove__icon a.remove:hover{
	background: none;
	color: #FF4E00;
	transition: all 0.3s ease;
}
.woocommerce-mini-cart .quantity{
	text-align: right;
}
.woocommerce-mini-cart .quantity .woocommerce-Price-amount{
	font-weight: 800;
}
.woocommerce-mini-cart .quantity-plus-minus{
	display: block;
}
.woocommerce-mini-cart .quantity-plus-minus .btnMinus,
.woocommerce-mini-cart .quantity-plus-minus .btnPlus{
    width: 24px;
    height: 24px;
    color: #FF4E00;
    line-height: 24px;
    text-align: center;
    border-radius: 5px;
    background: rgba(255, 78, 0, 0.4);
}
.woocommerce-mini-cart .quantity-plus-minus input.qty{
    display: inline-block;
	text-align: center;
	margin: 0 5px;
	max-width: 24px;
	background: transparent;
    color: #fff;
    font-weight: 600;
}
body#light .woocommerce-mini-cart .quantity-plus-minus input.qty{
	color: #17191C;
}
.widget.widget_shopping_cart .product_list_widget a{
	color: #adadad;
}
.woocommerce-mini-cart .quantity-plus-minus a {
    font-size: 20px;
    cursor: pointer;
	display: inline-block!important;
}
.woocommerce-mini-cart .quantity-plus-minus a.btnMinus,
.woocommerce-mini-cart .quantity-plus-minus a.btnPlus{
	margin-bottom: 0;
	padding-bottom: 0;
}
.widget ul.product_list_widget li a,
ul.woocommerce-mini-cart .woocommerce-mini-cart-item a{
    display: block;
    padding: 0 0 5px;
    color: #adadad;
}
ul.woocommerce-mini-cart .header_mini_cart{
	margin-bottom: 20px;
	margin-top: 20px;
	position: relative;
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
ul.woocommerce-mini-cart .header_mini_cart h4{
	margin-bottom: 0px;
}
ul.woocommerce-mini-cart .header_mini_cart .close-trigger i.fa-times-circle{
	font-size: 26px;
	color: #fff;
	cursor: pointer;
}
.woocommerce-mini-cart__buttons{
	padding-top: 20px;
}
body#light .mini-cart-header{
	background: #fff;
	color: #17191C;
}
body#light .header .close-mini-cart i{
	color: #17191C;
}
body#light .woocommerce-mini-cart h4{
	color: #17191C;
	font-weight: 900;
	font-size: 18px;
	line-height: 24px;
}
body#light .woocommerce ul.product_list_widget li, 
body#light ul.woocommerce-mini-cart .woocommerce-mini-cart-item{
	border: 1px solid rgba(204,204,204,0.5);
}
body#light .widget ul.product_list_widget li a, 
body#light ul.woocommerce-mini-cart .woocommerce-mini-cart-item a{
	color: #17191C;
	font-weight: 700;
}
body#light .woocommerce ul.product_list_widget, 
.woocommerce-mini-cart{
	border-color: rgba(204,204,204,0.5);
}

/* footer */
.footer {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	background: #1F2326;
	color: #fff;
}
.footer h3{
	font-size: 18px;
	line-height: 28px;
	padding: 5px 0;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.footer h3 span{
	padding-bottom: 5px;
}

.footer .main-footer{
	padding: 80px 0 60px;
}
.footer .copyright{
	padding: 20px 0px 40px;
}
.footer .copyright .copy_content a{
	color: rgba(255,255,255,0.8);
}
.footer .copyright .copy_content a img{
	position: relative;
	bottom: 0;
	max-width: 130px;
	height: auto;
	margin-left: 15px;
	vertical-align: middle;
}
.footer .footer-menu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.footer .footer-menu ul li{
	padding-top: 10px;
	padding-bottom: 15px;
}
.footer .footer-menu ul li:first-child{
	padding-top: 0;
}
.footer .footer-menu ul li a{
	color: #ffffff;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 0.92308em;
	transition-duration: 0.3s;
}
.footer .footer-menu ul li a:hover{
	color: #ff4e00;
}
.footer address a{
	color: #fff;
}
.footer .adress-complete{
	margin-top: 15px;
	padding-left: 20px;
	color: rgba(255, 255, 255, 0.8);
}
.footer address .contact-item{
	margin-bottom: 20px;
}
.footer address .contact-item i{
	font-size: 14px;
	margin-right: 5px;
}
.footer address .contact-item .social-icon i{
	font-size: 22px;
	margin-right: 10px;
	color: #ff4e00;
}
.footer address .contact-item .social-icon:hover{
	color: #fff;
}
.footer .program_lucru,
.footer .program_livrari{
	margin-bottom: 25px;
}
.custom-footer {
   	position:relative;
}
.custom-footer #backtotop {
	cursor: pointer;
	position: fixed;
	right: 20px;
	bottom: 30px;
	padding: 5px;
	color: #fff;
	font-size: 22px;
	z-index: 1000;
	width: 42px;
	height: 42px;
	border-radius: 10px;
	background: #FF4E00;
	text-align: center;
	line-height: 26px;
	transition: opacity 0.3s ease;
}
.custom-footer #backtotop:hover{
	filter : alpha(opacity=90);
	-khtml-opacity : 0.9;
	-moz-opacity : 0.9;
	opacity : 0.9;
	transition: opacity 0.3s ease;
}

@media all and (max-width: 991px){
	.footer .main-footer .menu_footer{
		padding-left: 0;
	}
}

@media all and (max-width: 768px){
	.menu_footer{
		text-align: center;
	}
	.menu-footer .footer-menu ul li{
		padding-bottom: 5px;
	}
}

/* Mini cart overlay */
.mini-cart-overlay{
	content: " ";
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(255, 255, 255, 0.8);
	transition: .3s ease;
	z-index: -3;
	visibility: hidden;
	opacity: 0;
}
body.mini-cart-active .mini-cart-overlay{
	z-index: 999;
	visibility: visible;
	opacity: 1;
}

.mini-cart-header .inner-cart {
	position: relative;
}

.close-mini-cart {
	position: absolute;
	right: 0;
	z-index: 9;
}

.woocommerce-mini-cart-item > a {
	min-height: 35px;
    padding: 0 15px 0 0 !important;
    margin: 0 0 7px 0 !important;
}

.mini_cart_item > a {
	float: left;
	width: 100%;
}
.mini_cart_item.active:after{
    content: "";
    background: rgba(255,255,255,0.3);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 98;
    bottom: 0;
    border-radius: 10px;
    right: 0;
    height: 100%;
}
body#light .mini_cart_item.active:after{
    content: "";
    background: rgba(0,0,0,0.15);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 98;
    bottom: 0;
    border-radius: 10px;
    right: 0;
    height: 100%;
}

.mini_cart_item .quantity-plus-minus, 
.mini_cart_item .quantity {
	float: left;
	width: 50%;
}

.terms-popup {
	text-align: center;
}

.blank-template {
	background: #fff;
    padding: 30px;
}

@media all and (max-width: 768px){
	.mini_cart_item .quantity-plus-minus, 
	.mini_cart_item .quantity{
		width: 100%;
	}
	.woocommerce-mini-cart .quantity{
		text-align: left;
		margin-top: 10px;
	}
}

.mini_cart_item .quantity-plus-minus input {
	border: none;
    padding: 0;
}
.woocommerce-table .woocommerce-table__product-name .wc-item-meta{
	padding-left: 20px;
}
.woocommerce-order-details__title,
.woocommerce-column__title{
	font-size: 22px;
	font-weight: 600;
	text-transform: uppercase;
}

.header_mini_cart h4 {
	text-transform: uppercase;
}

.quantity-plus-minus input::-webkit-outer-spin-button,
.quantity-plus-minus input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quantity-plus-minus input[type=number] {
  -moz-appearance: textfield;
}

.logo img {
	max-width: 120px;
}

.mini-cart-header .wc-forward.disabled {
	pointer-events: none;
	color: #FFF!important;
}

.woocommerce-checkout .blockUI.blockOverlay::before {
	top: initial!important;
	bottom: 78px!important;
}

.woocommerce-checkout-review-order-table .product-name{
	display: inline-flex;
	align-content: center;
	align-items: center;
	flex-direction: row;
}

.woocommerce-checkout-review-order-table .ts-product-image {
	margin-left: 12px;
	margin-right: 5px;
}

.woocommerce-checkout-review-order-table .ts-product-image img {
	border-radius: 10px;
}

.cart_trigger {
	position: relative;
}

.cart_trigger .counter {
	position: absolute;
    top: -10px;
    right: -10px;
    font-size: 13px;
    line-height: 13px;
    background: #ff4e00;
    color: #ffffff;
    padding: 2px 4.85px;
    border-radius: 100%;
	cursor: pointer;
}

.mod-mentenanta .horeka-logo img{
	max-width: 300px;
	margin: 0 0 30px;
}

.mod-mentenanta .contact-info-block .telefon-section i,.mod-mentenanta .contact-info-block .locatie-section i {
	color: #29d687;
}

.mod-mentenanta .contact-info-block .telefon-section .details .call_action,.mod-mentenanta  .contact-info-block .locatie-section .details .call_action {
	color: #29d687;
}

.product_meta .sku_wrapper {
	display: none;
}

.summary.entry-summary > form.cart {
	display: none;
}

.variations-addons-section .single_variation_wrap {
	float: left;
    width: 100%;
}

.variations-addons-section .woocommerce-variation {
	display: none!important;
}

.variations-addons-section .variations tr {
	margin: 0 0 5px;
	display: block;
}

.variations-addons-section .variations tr:last-child {
	margin: 0;
}

.variations td.label {
	width: 100px;
}

.variations td.label label{
	margin: 0;
	line-height: 48px;
}

.variations td.value select {
	min-width: 255px!important;
	padding: 12.5px 10px;
	border-radius: 10px;
	border: 1px solid #BABABA;
}

.variations-addons-section .single_variation_wrap .wc-pao-addon-container {
	float: left;
    width: 49%;
}

.variations-addons-section .single_variation_wrap .wc-pao-addon-container:nth-child(odd) {
	margin-left: 1%
}

.variations-addons-section .single_variation_wrap .wc-pao-addon-container:nth-child(even) {
	margin-right: 1%
}

.variations-addons-section .wc-pao-addon-container .wc-pao-addon-name {
	margin: 0 0 20px
}

.variations-addons-section #product-addons-total {
	float: left;
	width: 100%;	
}

.variations-addons-section .woocommerce-variation-add-to-cart {
	float: left;
	width: 100%;
}

.variations-addons-section .wc-pao-addons-container {
	border: 1px solid #BABABA;
	border-radius: 10px;
	padding: 15px 10px;
}

.variations-addons-section .wc-pao-addons-wrapper {
    height: 300px;
	overflow-y: scroll;
	padding: 0 15px;
}

.variations-addons-section .wc-pao-addons-wrapper::-webkit-scrollbar {
	width: 4px;
}

.variations-addons-section .wc-pao-addons-wrapper::-webkit-scrollbar-track {
	background: #ffffff;
}

.variations-addons-section .wc-pao-addons-wrapper::-webkit-scrollbar-thumb {
	background: #BABABA;
	border-radius: 20px;
	height: 84px;
}

.variations-addons-section .wc-pao-addons-wrapper::-webkit-scrollbar-thumb:hover {
	background: #555;
}

.variations-addons-section .wc-pao-addons-wrapper > p {
	padding: 10px 0;
    border-bottom: 1px solid rgba(23, 25, 28, 0.2);
}

.variations-addons-section .wc-pao-addons-wrapper .wc-pao-addon-wrap:last-child {
	border-bottom: none;
}

.variations-addons-section .wc-pao-addons-wrapper .wc-pao-addon-wrap label {
	font-size: 18px;
	line-height: 24px;
	color: #17191C;
}

.variations-addons-section .wc-pao-addons-wrapper .wc-pao-addon-wrap label input {
	margin-right: 7px;
}

.variations-addons-section .wc-pao-addons-wrapper .wc-pao-addon-wrap label .addon-price {
	float: right;
	color: #9E9E9E;
	font-weight: 500;
}

#product-addons-total {
	margin: 20px 0;
}

div.product-addon-totals {
	padding: 30px;
	margin: 0;
	border: 1px solid #BABABA;
	border-radius: 10px;
}

div.product-addon-totals ul{
	padding: 0;
}

div.product-addon-totals ul .wc-pao-col1 span{
	color: #FF4E00;
}	

div.product-addon-totals .wc-pao-subtotal-line {
	display: block;
	padding: 20px 0 10px;
}

div.product-addon-totals .wc-pao-subtotal-line .price {
	font-weight: 900;
	font-size: 18px!important;
	line-height: 22px;
	color: #333333!important;
}

div.product-addon-totals .wc-pao-subtotal-line .price .amount {
	float: right;
}

.woocommerce-variation-add-to-cart input{
	min-width: 150px;
    padding: 11px!important;
	border-radius: 10px;
    border: 1px solid #17191C;
	margin-right: 20px;
}

.woocommerce-variation-add-to-cart button {
	border: none;
	padding: 12px 25px!important;
}

.variations-addons-section .woocommerce-variation-add-to-cart .product_meta {
	margin: 30px 0 0;
}

body.single-product.woocommerce .summary .cart .quantity input {
	padding: 11px 15px;
}

body.single-product.woocommerce .summary .cart .btn-primary-add_to_cart {
	padding: 14.5px 25px;
}

.variations-addons-section .woocommerce-variation-add-to-cart .product_meta {
	display: none;
}

.add_to_cart_button:hover, .woocommerce-mini-cart__buttons:hover, .btn-primary-add_to_cart:hover, #place_order:hover{
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.woocommerce-mini-cart-item.mini_cart_item > .woocommerce-placeholder.wp-post-image {
	width: 80px;
	height: 80px;
	float: none;
	margin-left: 0px;
	margin-right: 15px;
	object-fit: cover;
	position: absolute;
	left: 20px;
	border-radius: 10px;
}

#index-wrapper #main, #single-wrapper #main{
    max-width: 695px;
    margin: 0 auto 30px;
    width: 100%;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 0px 25px rgb(0, 0, 0, .05);
    box-shadow: 0px 0px 25px rgb(0, 0, 0, .05);
    border-radius: 10px;
    padding: 30px;
}

.main-image span {
	display: block;
	min-height: 240px;
	border-radius: 10px;
	margin: 0 0 15px;
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
}

.custom-blog-article {
	border-bottom: 1px solid rgba(23, 25, 28, 0.2);
	padding-bottom: 30px;
    margin-bottom: 15px;
}

.custom-blog-article:last-child {
	padding: 0;
	margin: 0;
}

.custom-blog-article .main-image {
	margin: 30px 0 0;
}

.custom-blog-article:first-child .main-image {
	margin: 0;
}

.custom-blog-article:last-child {
	border: none;
}

.custom-blog-article .entry-title, #single-wrapper .entry-title{
	margin: 0 0 10px;
}

.custom-blog-article .entry-title a, #single-wrapper .entry-title a{
	font-weight: 900;
	font-size: 24px;
	line-height: 32px;
	color: #17191C;
}

.custom-blog-article .entry-meta, #single-wrapper .entry-meta {
	font-weight: 500;
	font-size: 18px;
	line-height: 30px;
	color: #9E9E9E;
	margin: 0 0 15px;
}

.custom-blog-article .entry-meta a, #single-wrapper .entry-meta a {
	color: #FF4E00;
	font-weight: 500;
}

.custom-blog-article .entry-content, .custom-blog-article .entry-content p, #single-wrapper .entry-content, #single-wrapper .entry-content p {
	font-size: 18px;
	line-height: 24px;
	color: #9E9E9E!important;
}

.custom-blog-article .entry-content p:nth-child(2) {
	display: inline-block;
	margin-right: 17px;
	margin-bottom: 0;
}

.custom-blog-article .entry-content p:nth-child(2) a {
	background: #FF4E00;
	border-radius: 10px;
	font-weight: bold;
	font-size: 16px;
	line-height: 16px;
	color: #FFFFFF;
	border: 0;
	padding: 16px 22px;
}

.custom-blog-article .comments-link a {
	border: 1px solid #17191C;
	box-sizing: border-box;
	border-radius: 10px;
	font-size: 16px;
	line-height: 16px;
	color: #17191C;
	font-weight: bold;
	padding: 13.5px 13px;
}

.custom-blog-article .byline .author a:hover, #single-wrapper .byline .author a:hover {
	color: #FF4E00;
}

.custom-blog-article .byline .author a, #single-wrapper .byline .author a {
	cursor: default;
}

#index-wrapper nav .pagination {
	align-items: center;
    justify-content: center;
}

#index-wrapper .page-link {
	color: #FF4E00;
}

#index-wrapper .page-item.active .page-link {
	color: #FFF;
}

#index-wrapper .page-item.active .page-link {
	background-color: #FF4E00;
	border-color: #FF4E00;
}

#single-wrapper .post-navigation {
	display: none;
}

#single-wrapper #main > article {
	border-bottom: 1px solid rgba(23, 25, 28, 0.2);
	padding-bottom: 15px;
	margin-bottom: 15px;
}


#single-wrapper .comments-title {
	font-weight: 900;
	font-size: 24px;
	line-height: 32px;
	color: #17191C;
}

.comments-area .comment-list {
	list-style-type: none;
	padding: 20px;
	background: #F7F7F7;
	border-radius: 10px;
}

.comments-area .comment-list .children{
	list-style-type: none;
	margin: 10px 0 0;
}

.comments-area .comment-list .comment-author .avatar {
	display: none;
}

.comments-area .comment-list .comment-author b a{
	font-size: 18px;
	line-height: 30px;
	color: #17191C;
}

.comments-area .comment-list .comment-metadata a {
	font-weight: 500;
	font-size: 16px;
	line-height: 30px;
	color: #FF4E00;
	margin: 0 0 5px;
    display: block;
}

.comments-area .comment-list .comment-meta em {
	font-size: 13px;
    line-height: 13px;
	color: #9E9E9E;
    margin: 0 0 10px;
    display: block;
}

.comments-area .comment-list .comment-content p {
	font-size: 16px;
	line-height: 22px;
	color: #9E9E9E!important;
}

.comments-area .comment-list .reply a {
	font-weight: 800;
	font-size: 16px;
	line-height: 22px;
	color: #FF4E00;
}

#reply-title {
	font-weight: 900;
	font-size: 24px;
	line-height: 32px;
	color: #17191C;
}

.comment-notes {
	font-weight: 500;
	font-size: 18px;
	line-height: 30px;
	color: #9E9E9E;
}

#commentform textearea, #commentform input[type='text'], #commentform input[type='url'], #commentform input[type='email'] {
	background: #FFFFFF;
	border: 1px solid rgba( 51, 51, 51, .15 );
	box-sizing: border-box;
	border-radius: 10px;
}

#commentform label {
	font-size: 14px;
	line-height: 20px;
	color: #17191C;
	font-weight: bold;
}

#commentform .form-submit #submit {
	background: #FF4E00;
	border-radius: 10px;
	padding: 13px 30px;
	font-weight: 800;
	font-size: 16px;
	line-height: 22px;
	color: #FFFFFF;
	border: none;
	margin: 10px 0 0;
}

#cancel-comment-reply-link {
	font-size: 14px;
    margin-left: 12px;
}

#commentform p.form-submit {
	margin: 0;
}

ul.woocommerce-mini-cart .woocommerce-mini-cart-item > img {
	width: 80px;
    height: 80px;
    float: none;
    margin-left: 0;
    margin-right: 15px;
    object-fit: cover;
    position: absolute;
    left: 20px;
    border-radius: 10px;
}

/* Woocommerce General */
.toggle_actions_account .button__login{
	width: 50%;
	text-align: center;
}
.toggle_actions_account .button__login .nav-link{
	font-size: 16px;
	line-height: 19px;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	border-radius: 10px 0 0 10px !important;
}
.toggle_actions_account .nav-item .nav-link{
	padding-top: 15px;
	padding-bottom: 15px;
	color: #17191C;
	transition: none;
}
.toggle_actions_account .button__login .nav-link.active{
	color: #fff;
	background: #FF4E00 !important;
}
.toggle_actions_account .button__register{
	width: 50%;
	text-align: center;
}
.toggle_actions_account .button__register .nav-link{
	font-size: 16px;
	line-height: 19px;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	border-radius: 0 10px 10px 0 !important;
}
.toggle_actions_account .button__register .nav-link.active{
	color: #fff;
	background: #FF4E00 !important;
}
.forms__account h2{
	font-size: 28px;
	line-height: 32px;
	font-weight: 700;
}
.forms__account h2 img{
	margin-right: 15px;
	vertical-align: sub;
}
.forms__account form{
	margin-top: 30px !important;
	margin-bottom: 0px !important;
}
.forms__account .btn-outline-primary{
	margin-top: 30px;
	padding-top: 16px;
	padding-bottom: 16px;
	width: 100%;
	font-weight: 700;
	font-size: 16px;
	line-height: 16px;
}
.forms__account .lost_password{
	width: 100%;
	margin-top: 35px;
	margin-bottom: 0px;
	text-align: center;
}
.forms__account .lost_password a{
	font-size: 16px;
	line-height: 16px;
	font-weight: 700;
	color: #17191C;
}


body.logged-in.woocommerce-account .woocommerce{
    max-width: 80%;
    margin: 0 auto;
    padding: 30px;
    width: 100%;
    background: #fff;
    box-shadow: 0px 0px 25px rgb(0 0 0 / 5%);
    border-radius: 10px;
}
body.woocommerce-account .woocommerce .form_login_register{
    max-width: 80%;
    margin: 0 auto;
    padding: 30px;
    width: 100%;
	max-width: 430px;
    background: #fff;
    box-shadow: 0px 0px 25px rgb(0 0 0 / 5%);
    border-radius: 10px;
}
body.woocommerce-account .woocommerce form.login,
body.woocommerce-account .woocommerce form.register{
	border: 0;
	padding: 0;
	border-radius: 0;
}
body.woocommerce-account .woocommerce form.login label,
body.woocommerce-account .woocommerce form.register label{
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
}
body.woocommerce-account .toggle_actions_account{
	background: #f7f7f7;
	margin-bottom: 40px;
	border-radius: 10px;
}

body.woocommerce-account .woocommerce-error {
	max-width: 695px;
    margin: 0 auto 30px;
    background: #fff !important;
    -webkit-box-shadow: 0px 0px 25px rgb(0 0 0 / 5%);
    box-shadow: 0px 0px 25px rgb(0 0 0 / 5%);
    border-radius: 10px;
    padding: 30px;
    border: none;
}

body.woocommerce-account .woocommerce-error::before {
	display: none;
}

body.woocommerce-account .woocommerce-error li .error-login-wrapper{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 16px !important;
    font-weight: 500;
    color: #17191C !important;
    line-height: 24px;
    text-align: left;
    padding: 0;
}

body.woocommerce-account .woocommerce-error .error-image {
	max-width: 24px !important;
    margin-right: 5px;
    position: relative;
    top: 0;
}

body.page-id-255 #main-content {
	background: #F7F7F7;
}

.thank-you-page {
	max-width: 63%;
    margin: 0 auto;
    padding: 40px 30px;
    width: 100%;
    background: #fff;
    box-shadow: 0px 0px 25px rgb(0 0 0 / 5%);
    border-radius: 10px;
}

.thank-you-page h4 {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 40px;
	line-height: 47px;
	color: #1F2326;
}

.thank-you-page p {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 28px;
	color: rgba(31, 35, 38, 0.5);
}

/* Mobile Responsive */
@media all and (min-width: 992px){
	.header .main-header{
		display: block;
	}
	.header .mobile-header{
		display: none;
	}
	body.tax-product_cat .products .product-category, 
	body.page-template-parent-categories .product-category, 
	body.archive div.product,
	body.single-product .related.products div.product {
		max-width: 49.95%!important;
	}
}

@media all and (max-width:  1024px){
	.swiper-container .swiper-slide{
		height: 90vh;
	}
	.swiper-container .swiper-slide h2,
	.heading_section h1{
		font-size: 80px;
		line-height: 80px;
	}
	#meniul-nostru h2, 
	#recomandate-section h2,
	#rezervare-section .content h2,
	#despre-section .inner-content h2,
	.related.products > h2{
		font-size: 60px;
		line-height: 60px;
	}
	.product__details a h2{
		font-size: 20px;
		line-height: 26px;
		margin: 0;
	}
}

@media all and (max-width: 991px){
	.header .mobile-header .menu-primary-menu-container{
		background: #fff;
	}
	.header .mobile-header .menu-primary-menu-container ul{
		margin: 0;
		padding: 0;
	}
	.header .mobile-header .menu-primary-menu-container > ul > li:not(:first-child){
		border-top: 1px solid #ddd;
	}
	.header .mobile-header .menu-primary-menu-container > ul > li{
		cursor: pointer;
	}
	.header .mobile-header .menu-primary-menu-container > ul > li.menu-item-has-children{
		position: relative;
		width: 100%;
	}
	.header .mobile-header .menu-primary-menu-container > ul > li.menu-item-has-children .submenu-trigger{
		position: absolute;
		right: 15px;
		top: 12px;
		width: 30px;
		text-align: center;
		z-index: 9;
	}
	.header .mobile-header .menu-primary-menu-container > ul > li.menu-item-has-children .submenu-trigger a, .header .mobile-header .menu-primary-menu-container > ul > li.menu-item-has-children .submenu-trigger i{
		color: #17191C;
	}
	.header .mobile-header .menu-primary-menu-container > ul > li > a{
		padding: 10px 50px 10px 15px;
		color: #17191C;
		display: inline-block;
		width: auto;
		transition: all 0.3s ease;
	}
	.header .mobile-header .menu-primary-menu-container > ul > li:hover,
	.header .mobile-header .menu-primary-menu-container ul ul.sub-menu li:hover{
		background: #FF4E00;
		color: #fff;
		transition: all 0.3s ease;
	}
	.header .mobile-header .menu-primary-menu-container ul li.current-menu-item{
		background: #f7f7f7;
	}
	.header .mobile-header .menu-primary-menu-container ul li.current-menu-item a{
		color: #17191C!important;
	}
	.header .mobile-header .menu-primary-menu-container > ul > li:hover a,
	.header .mobile-header .menu-primary-menu-container ul ul.sub-menu li:hover a,
	.header .mobile-header .menu-primary-menu-container ul li.current-menu-item:hover a{
		color: #fff;
	}
	.header .mobile-header .menu-primary-menu-container ul ul.sub-menu{
		background: #f7f7f7;
		display: none;
	}
	.header .mobile-header .menu-primary-menu-container ul ul.sub-menu li{
		border-top: 1px solid #ddd;
		padding-left: 10px;
	}
	.header .mobile-header .menu-primary-menu-container ul ul.sub-menu li a{
		padding: 10px 15px;
		display: block;
		color: #17191C;
	}
	.header .mobile-header .menu-primary-menu-container ul ul.sub-menu li.current-menu-item{
		background: #FF4E00;
	}
	.header .mobile-header .menu-primary-menu-container ul ul.sub-menu li.current-menu-item a{
		color: #fff;
	}
	.header .main-header{
		display: none;
	}
	.header .mobile-header{
		display:  block;
		position: absolute;
		width: 100%;
		left: 0;
		right: 0;
		z-index: 6;
		padding: 20px 0;
		transition: all 0.3s ease;
		background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
	}
	.mini-cart-header{
		max-width: 450px;
		width: 100%;
	}
	.header .mobile-header .header_action ul {
	    margin: 0;
	    padding: 0;
	    list-style-type: none;
	    display: flex;
	    justify-content: end;
	}
	.header .mobile-header .header_action ul li:not(:last-child) {
    	padding-right: 20px;
	}
	.header .mobile-header .header_action ul li i {
	    color: #fff;
	    cursor: pointer;
	    font-size: 20px;
	}
	.header .mobile-header .mobile-trigger i{
		color: #fff;
	   	cursor: pointer;
	   	font-size: 22px;
	}
	.header .mobile-header.navbar-fixed-top .header_action ul li i {
		color: #17191C;
		cursor: pointer;
		font-size: 20px;
	}
	.header .mobile-header.navbar-fixed-top .mobile-trigger i{
		color: #17191C;
	  	cursor: pointer;
	  	font-size: 22px;
	}
	.header .mobile-header .logo a img{
		width: auto;
		max-height: 80px;
	}
	.header .mobile-header .logo .navbar-brand{
		margin-right: 0;
	}
	.main-search-form .search-form-box form input{
		font-size:  2rem;
	}
	.mobile-header.navbar-fixed-top{
		top: 0;
		position: fixed;
		width: 100%;
		z-index: 6;
		padding: 15px 0px;
		background: #fff;
		transition: all 0.3s ease;
	}
	.mobile-header.navbar-fixed-top .logo a img{
		max-width: 60px;
		height: auto;
	}
	.mobile-header .logo .dark_logo{
		display: block;
	}
	.mobile-header.navbar-fixed-top .logo .dark_logo{
		display: none;
	}
	.mobile-header .logo .fixed_logo{
		display: none;
	}
	.mobile-header.navbar-fixed-top .logo .fixed_logo{
		display: block;
	}
	.swiper-container .swiper-slide h2{
		font-size: 80px;
		line-height: 90px;
		margin-bottom: 20px;
	}
	.swiper-container .swiper-slide{
		height: 60vh;
	}
	#meniul-nostru h2, 
	#recomandate-section h2{
		font-size: 40px;
		line-height: 40px;
		margin-bottom: 40px;
	}
	.product_box .featured_image img {
	  max-width: 100%;
	  width: 100%;
	  min-height: 250px;
	  max-height: 250px;
	}
	.product_box .inner-menu-box{
		top: 100px;
		right: 0;
		left: 0;
		margin: 0 auto;
	}
	#meniul-nostru, 
	#recomandate-section{
		padding: 40px 0;
	}
	.custom_box:nth-child(2n+1) .product_box .inner-menu-box{
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	#rezervare-section .content h2{
		font-size: 40px;
		line-height: 40px;
	}
	#rezervare-section .content p{
		font-size: 16px;
		line-height: 22px;
	}
	#rezervare-section{
		padding: 80px 15px;
	}
	#rezervare-section .rezervare-image{
		padding-right: 0rem;
		margin-bottom: 20px;
	}
	#rezervare-section .rezervare-image img{
		border-radius: 8px;
	}
	.product_list .product_title{
		font-size: 18px;
		line-height: 24px;
		margin: 0;
	}
	.product_list .featured_image img{
		width: 80px;
		height: 80px;
	}
	.product_list .price{
		font-size: 20px;
		line-height: 26px;
	}
	.product_list .short_description{
		font-size: 15px;
		line-height: 19px;
		margin-top: 5px;
	}
	.heading_section{
		padding: 140px 0px 10px;
	}
	.heading_section h1{
		font-size: 30px;
		line-height: 35px;
	}
	.single-product .summary .price .woocommerce-Price-amount.amount{
		font-size: 48px;
		line-height: 56px;
	}
	.product_box{
		min-height: 360px;
	}
	.footer h4{
		font-size: 18px;
		line-height: 26px;
	}
	.category-inner .category__image a img{
		height: 250px;
	}
	.breadcrumbs_section .breadcrumbs{
		font-size: 1.5em;
	}

	.footer .main-footer{
		padding: 40px 0;
	}

}

@media all and (max-width: 768px) {

	#main-content > .container {
		padding: 15px!important;
	}

	.rtb-booking-form {
		max-width: 100%!important;
	}

	.footer .info_box,
	.footer h4{
		text-align: center;
	}
	.footer .info_box .row{
		flex-direction: column;
	}
	.footer .info_box .ourLocationFooter{
		margin-bottom: 20px;
	}
	.footer .adress-complete{
		margin-top: 5px;
	}
	.footer address .contact-item .social-icon i.fa-instagram{
		margin-right: 0;
	}
	.footer .payment_logo{
		text-align: center;
	}
	.program_lucru p.zile,
	.program_livrari p.zile{
		font-weight: 500;
	}
	.program_lucru p.ore{
		color: rgba(255,255,255,0.8);
	}
	.footer .copyright{
		padding: 0 0 40px;
	}
	#despre-section .inner-content h2, body#light #despre-section .inner-content h2{
		font-size: 40px;
		line-height: 40px;
	}
	#despre-section{
		padding-top: 40px;
	}
	#despre-section .inner-content p{
		font-size: 16px;
		line-height: 22px;
	}
	#despre-section .inner-image:before{
		display: none;
	}
	#despre-section .flex-row-reverse .inner-content{
		padding-left: 0px;
	}
	#despre-section .inner-content{
		padding-right: 0px;
	}
	.rtb-booking-form{
		max-width: 85%;
		padding: 20px;
	}
	.reservation .rtb-text.date, 
	.reservation .rtb-text.time,
	.reservation .rtb-select.party,
	.rtb-booking-form input{
		max-width: 100% !important;
	}
	.contact-info-block{
		max-width: 85%;
		padding: 20px;
	}
	.product__details a h2{
		font-size: 18px;
		line-height: 24px;
		margin: 0;
	}
	.product__details .price .amount{
		font-size: 20px;
		line-height: 26px;
	}
	.product__excerpt p{
		font-size: 15px;
		line-height: 19px;
		margin-top: 5px;
	}
	ul.products .product .image_inner a:before {
	    width: 80px;
	    height: 80px;
	    font-size: 40px;
	    line-height: 80px;
	}
	ul.products .product .image_inner a,
	.image_inner{
		width: 80px;
		height: 80px;
	}
	.related.products > h2{
		font-size: 40px;
		line-height: 40px;
		margin-bottom: 40px;
	}
	.single-product .summary .price .woocommerce-Price-amount.amount{
		font-size: 48px;
	}
	body.single-product .wrapper {
	    padding: 40px 0;
	}

	.reservation .rtb-select.party select {
		padding: 10px 15px;
	}

	.reservation .rtb-text.date, .reservation .rtb-text.time, .rtb-text.name, .rtb-text.email, .reservation .rtb-select.party {
		padding-right: 0!important;
	}

	.woocommerce-checkout .blockUI.blockOverlay::before {
		bottom: 25px!important;
	}

	.orange-bullet {
		width: 80px;
		top: initial;
		right: initial;
		bottom: 20px;
		left: 20px;
	}

	.orange-bullet .daily-menu {
		font-size: 16px;
		line-height: 20px;
		padding: 22px 15px 18px;
	}

	.single-product .product-type-variable .summary .price .woocommerce-Price-amount.amount {
		font-size: 30px;
	}

	.variations-addons-section .single_variation_wrap .wc-pao-addon-container {
		width: 100%;
		margin: 0 0 20px!important;
	}

	.variations-addons-section .wc-pao-addons-container {
		padding: 10px;
	}

	.variations-addons-section .wc-pao-addons-wrapper {
		max-height: 300px;
		height: auto;
		padding: 0 10px;
	}

	body#light .wc-pao-addon-container .wc-pao-addon-name {
		font-size: 18px;
    	font-weight: 500;
	}

	.variations-addons-section .wc-pao-addons-wrapper .wc-pao-addon-wrap label {
		font-size: 16px;
		line-height: 22px;
	}

	.variations-addons-section .variations_form {
		margin-bottom: 0!important;
	}

	div.product-addon-totals {
		padding: 15px 20px;
	}

	.wrapper#index-wrapper, .wrapper#single-wrapper {
		padding: 15px 0;
	}

	#index-wrapper #main, #single-wrapper #main {
		padding: 15px;
	}

	.main-image span {
		min-height: 200px;
	}

	.custom-blog-article .entry-title a, #single-wrapper .entry-title a, #single-wrapper .entry-title {
		font-size: 20px;
		line-height: 24px;
		font-weight: 500;
	}

	.custom-blog-article .entry-meta, #single-wrapper .entry-meta {
		font-size: 14px;
		line-height: 20px;
		font-weight: 400;
	}

	.custom-blog-article .entry-content, .custom-blog-article .entry-content p, #single-wrapper .entry-content, #single-wrapper .entry-content p {
		font-size: 16px;
		line-height: 22px;
		font-weight: 400;
	}

	.custom-blog-article .entry-content p:nth-child(2) {
		margin-right: 5px;
	}

	.custom-blog-article .entry-content p:nth-child(2) a {
		padding: 13px;
		font-size: 14px;
    	line-height: 14px;
	}

	.comments-link {
		display: inline-block;
	}

	.custom-blog-article .comments-link a {
		font-size: 14px;
		line-height: 14px;
		padding: 10.5px 10px;
	}

	#single-wrapper .comments-title, #reply-title {
		font-size: 20px;
		line-height: 26px;
	}

	#single-wrapper .entry-content p {
		margin: 0 0 5px;
	}

	.comment-notes {
		font-size: 16px;
    	line-height: 20px;
	}

	#commentform .form-submit #submit {
		font-size: 14px;
    	line-height: 14px;
	}

	#reply-title {
		font-size: 16px;
    	line-height: 20px;
		margin: 20px 0 0;
	}

	.comment-notes {
		font-size: 12px;
		line-height: 16px;
		margin: 5px 0;
	}

	.comments-area .comment-list .comment-content p {
		margin: 0 0 5px;
	}

	.custom-blog-article .entry-title, #single-wrapper .entry-title {
		line-height: 20px;
	}

	.thank-you-page {
		max-width: 100%;
	}

	.thank-you-page h4{
		font-size: 28px;
		line-height: 33px;
	}

	.thank-you-page p{
		font-size: 18px;
		line-height: 24px;
	}

}

@media all and (max-width: 568px){
	.product_box{
		min-height: 360px;
	}
	.category-inner .category__image a img{
		height: 250px;
		max-width: 100%;
	}
	body.tax-product_cat .products .product-category:nth-child(2n+1) .category-inner .category__title,
	body.tax-product_cat .products .product-category:nth-child(2n) .category-inner .category__title,
	body.page-template-parent-categories .product-category:nth-child(2n+1) .category-inner .category__title,
	body.page-template-parent-categories .product-category:nth-child(2n) .category-inner .category__title{
		margin: 0 auto;
		right: 0;
		left: 0;
	}
	body.tax-product_cat .wrapper{
		padding: 60px 0 40px;
	}
	body.tax-product_cat .products .product-category,
	body.page-template-parent-categories .product-category{
		margin-bottom: 70px;
	}
	.swiper-container .swiper-slide h2{
		font-size: 40px;
		line-height: 48px;
		margin-bottom: 20px;
	}
	.swiper-container .swiper-slide{
		height: 80vh;
	}
}

@media all and (max-width: 480px) {

	body.home .inner-menu-box .row > .col-auto.px-2 a{
		padding: 9px 5px;
	}
	body.home .inner-menu-box .row > .col-auto > a {
		font-size: 14px;
	}

	.mod-mentenanta .horeka-logo img{
		max-width: 180px;
	}

}

@media all and (max-width: 480px) { 
	
	.main-image span {
		min-height: 140px;
	}

	.custom-blog-article .entry-content p:nth-child(2) a, .custom-blog-article .comments-link a {
		font-size: 12px;
		line-height: 12px;
	}	

}