/*
 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: 0px 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;
}

#secondary img, article img, figure, img, img.wp-post-image {
    max-width: 100%;
    height: auto;
}

/* 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;
}

.product_meta .tagged_as {
    display: none;
}

.woocommerce-NoticeGroup-checkout .dismiss_error {
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 5px;
    font-size: 19px;
    background-color: white;
    border: 1px solid;
    padding: 5px;
    font-size: 18px;
    line-height: 0px;
}

.woocommerce-checkout .woocommerce-error li {
    padding-right: 15px !important;
}

.woocommerce-lost-password .woocommerce-NoticeGroup-checkout,
.woocommerce-message {
    position: relative !important;
}

.woocommerce-lost-password .woocommerce-message .custom-message .error-image {
    display: inline-block;
}

.woocommerce-lost-password .woocommerce-message .custom-message div {
    display: inline-block;
}

.woocommerce-lost-password .woocommerce-message {
    display: inline-flex;
}

#account_password_field {
    border: 1px solid rgba(51, 51, 51, 0.15);
    padding: 15px;
    border-radius: 10px;
}

@media all and (max-width: 768px) {
    #review_list_container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .recenzii_container {
        padding: 50px 0;
    }

    .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;
}

.product_list .btn-primary-slide i {
    margin-left: 0px;
}

.product__details .btn-primary-slide i {
    margin-left: 0px;
}

.product_box .btn-primary-slide i {
    margin-left: 0px;
}

#account_password_field {
    border: 1px solid rgba(51, 51, 51, 0.15);
    padding: 15px;
    border-radius: 10px;
}

.added_to_cart {
    display: none !important;
}

.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 0s 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;
}

.woocommerce div.product p.price {
    font-size: 2.25em;
}

.woocommerce div.product p.price del .amount {
    font-size: 40px !important;
}

.woocommerce div.product p.price ins {
    text-decoration: none;
}

.woocommerce-order-overview__delivery_hour_time {
    width: 100% !important;
    text-align: center;
}

.woocommerce-order-overview__delivery_hour_time strong {
    float: unset !important;
    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, .header .main-header .header_action ul li svg {
    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: unset;
    height: 65px;
}

.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: 17px 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) {
    .breadcrumbs_section input {
        width: 90% !important;
    }

    .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;
    }
}

#galerie_foto_home .col-sm-4 {
    margin-top: 15px;
    margin-bottom: 15px;
    overflow: hidden;
    border-radius: 10px;
}

#galerie_foto_home img {
    max-width: 100%;
    object-fit: cover;
}

/* Product Listing */
#meniul-nostru,
#recomandate-section {
    padding: 70px 0;
    background: #17191C;
}


body#light #galerie_foto_home {
    background-color: #fff;
}

#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;
}

.single-product .summary .price del {
    text-decoration: none !important;
    opacity: 1 !important;
}

.single-product .summary .price * {
    position: relative;
}

.single-product .summary .price del span.woocommerce-Price-amount.amount::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 2px; /* Adjust the thickness of the line */
    background-color: #939495; /* Matches the color of the text */
    bottom: 40%; /* Positioning the line below the text */
}

.single-product .summary .price del .woocommerce-Price-amount.amount {
    line-height: 30px;
}

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;
    padding-right: 10px;
}

.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;
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.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: 4;
}

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 {
    width: 100%;
    padding: 20px;
    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;
    padding-left: 0px;
    padding-right: 0px;
}

.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;
}

#main .page-header {
    display: none;
}

.page-template-blog-template .tags-links {
    display: none;
}

.page-template-blog-template.tags-links {
    display: none !important;
}

.page-template-blog-template #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;
}

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

.custom_template .category__title {
    background: transparent;
}

.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%;
    text-align: center;
}

.custom_template .category__image a img {
    height: 240px;
    width: 100%;
    max-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;
}

.best_selling_custom .product_box .featured_image img {
    width: 100%;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.best_selling_custom .product_box .product_title a {
    color: #17191C;
}

.best_selling_custom .product_box .product_title {
    color: #17191c;
    text-align: left;
    background-color: white;
    width: 100%;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 0;
    margin-bottom: 0rem !important;
    border-right: 2px solid #cecece;
    border-left: 2px solid #cecece;
    border-top: 2px solid #cecece;
    height: auto;
    overflow: hidden;
}

.single-product .related .type-product h2 {
    padding-right: 5px;
}

.single-product .related .type-product .product__details {
    padding-right: 5px;
}

.product_box .product_title a {
    padding-top: 15px;
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;

}

.best_selling_custom .product_box .inner-menu-box .price {
    width: 40%;
    display: flex;
    height: 90px;
    align-content: center;
    flex-direction: column;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.best_selling_custom .btn_order_now {
    width: auto;
    display: block;
    /* text-align: right; */
}

.best_selling_custom .btn_order_now a {
    padding: 12px 15px;
    border: 1px solid #fff !important;
}

.best_selling_custom .btn_order_now a:hover {
    color: #17191C !important;
    border: 1px solid #17191C !important;
    background: transparent;
}


.price del {
    display: flex !important;
}

.product_box .inner-menu-box .price * {
    text-decoration: none !important;
    position: relative;
}

.product_box .inner-menu-box .price del span.woocommerce-Price-amount.amount::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 2px; /* Adjust the thickness of the line */
    background-color: #939495; /* Matches the color of the text */
    bottom: 43%; /* Positioning the line below the text */
}

del span.woocommerce-Price-amount.amount bdi {
    color: #939495 !important;
    font-size: 20px;
}

.single-product .summary .price del .woocommerce-Price-amount.amount bdi .woocommerce-Price-currencySymbol {
    color: #939495 !important;
}


.best_selling_custom .inner-menu-box {
    border-right: 2px solid #cecece;
    border-left: 2px solid #cecece;
    border-bottom: 2px solid #cecece;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    position: absolute;
    display: inline-block;
    position: relative;
    max-width: 100%;
    top: unset;
    background-color: #fff;
    padding-top: 0px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    text-align: left;
    min-height: 164px;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
}

.detalii_adresa {
    width: 47%;
    display: inline-block;
}

.woocommerce-checkout-review-order-table .ts-product-image {
    display: inline-block;
}

.wrapper.order-details .cart_item .product-name .product-quantity {
    display: inline-block;
}

.woocommerce-checkout-review-order-table .ts-product-image {
    display: inline-block;
}

.product_name_checkout {
    padding: 0px;
    width: 55%;
    display: inline-block;
    list-style: none;

}

.wrapper.order-details .cart_item .product-name .product-quantity {
    display: inline-block;
}

.modal-checkout {
    height: 400px;
    overflow: auto;
}

#produseGratuiteModal .modal-dialog {
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    margin: 0 auto;
}

#produseGratuiteModal .modal-body,
#produseGratuiteModal .modal-header {
    padding: 10px;
}

#produseGratuiteModal .modal-header .close {
    padding: 0px;
    margin-top: 3px;
    margin: 4px 1rem -1rem auto;
}

#produseGratuiteModal img {
    border-radius: 50px;
    width: 100px;
    height: 100px;
    object-fit: cover;
    margin-bottom: 10px;
}

#produseGratuiteModal .headline {
    font-size: 15px;
}

#produseGratuiteModal .btn-primary-slide {
    padding: 3px 16px;
    width: 100%;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 10px;
}

#produseGratuiteModal .col-product-offer {
    text-align: center;
}

/* Recenzii Section */
.recenzii_container {
    background: #F7F7F7;
    padding: 80px 0;
}

.recenzii_container .reviews_list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.recenzii_container .review-box {
    background: #FFFFFF;
    padding: 20px;
    margin-bottom: 30px;
    box-shadow: 0px 0px 25px rgb(0 0 0 / 5%);
    border-radius: 10px;
}

.recenzii_container .review-box .person_title {
    color: rgba(31, 35, 38, 0.6);
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
    display: block;
}

.recenzii_container .review-box .person_review ul {
    list-style-type: none;
    margin: 0 0 15px 0;
    padding: 0;
}

.recenzii_container .review-box .person_review ul li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    justify-content: space-between;
}

.recenzii_container .review-box .person_review ul li > span {
    display: block;
}

.recenzii_container .review-box .person_review ul li span.review_row {
    color: #1F2326;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    margin-top: 2px;
}

.recenzii_container .review-box .person_review ul li span.nota {
    margin-top: 2px;
    font-weight: 600;
}

.recenzii_container .review-box .comment_person {
    font-size: 16px;
    line-height: 22px;
    color: rgba(31, 35, 38, 0.8);
}

.recenzii_container .review-box .person_review .stars-inner i.fa-star {
    color: #f3b736;
}

#review_list_container #pagination .page-numbers {
    border: 1px solid #8d1738;
    display: inline-block;
    text-align: center;
    padding: 2.5px 10px;
    font-weight: 500;
    border: 1px solid #8d1738;
}

#review_list_container #pagination .page-numbers.current {
    background-color: #8d1738;
    color: #fff;
}


.cookie-alert {
    position: fixed;
    bottom: 15px;
    left: 15px;
    width: 320px;
    margin: 0 !important;
    z-index: 999;
    opacity: 0;
    transform: translateY(100%);
    transition: all 500ms ease-out;
}

.cookie-alert.show {
    opacity: 1;
    transform: translateY(0%);
    transition-delay: 1000ms;
}


@media all and (max-width: 1200px) {
    .best_selling_custom .inner-menu-box {
        top: unset !important;
    }

    .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) {
    .detalii_adresa {
        width: 47%;
        display: inline-block;
    }

    #produseGratuiteModal .btn-primary-slide {
        width: 50%;
        display: block;
        margin: auto;
    }

    .product_name_checkout {
        margin: auto;
        vertical-align: bottom;
    }

    .woocommerce-checkout-review-order-table .variation {
        padding-top: 15px;
    }

    .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: auto !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);
}

#despre_noi_home .content p {
    color: rgba(255, 255, 255, 0.8);
}

#rezervare-section .content .btn-outline-white {
    margin-top: 15px;
}

#despre_noi_home {
    background-position: center center;
    background-size: cover;
    padding: 80px 0;
    background-repeat: no-repeat;
}

#despre_noi_home .justify-content-md-center {
    max-width: 1140px;
    margin: auto;
    align-items: center;
}

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)
}

body#light #despre_noi_home .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;
    }

    ul.products .product .image_inner img {
        width: 80px;
        height: 80px;
        object-fit: cover;
    }

    #galerie_foto_home {
        padding-top: 70px;
        padding-bottom: 70px;
        background: #17191C;
    }
}

/* 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);
}

#despre-section .inner-image {
    position: relative;
    overflow: hidden;
    display: block;
}

#despre-section .inner-image img {
    object-fit: cover;
    position: relative;
    max-width: 100%;
    width: 100%;
}


.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;
}

.product__details .price .amount {
    white-space: nowrap;
}

.product_box .inner-menu-box .price {
    white-space: nowrap;
}

.product_list .price {
    white-space: nowrap;
}

.delivery_method .blue-cards {
    display: contents;
}

.payment_method .blue-cards {
    display: contents;
}

.product_cat-meniul-zilei .related {
    display: none !important;
}

.related .product__excerpt {
    display: none !important;
}

.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;
}


.wpcf7-list-item {
    display: inline-block;
    margin: 0px;
}

.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-billing-fields span.woocommerce-input-wrapper {
    width: 100%;
}

.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 {
    display: none !important;
}

/* 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;

}

.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 ul.woocommerce-mini-cart .woocommerce-mini-cart-item a {
    color: #000;
}

body#light .woocommerce ul.product_list_widget,
.woocommerce-mini-cart {
    border-color: rgba(204, 204, 204, 0);
}

/* 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 0px;
}

div#copyright-section {
    padding: 10px 0;
}

.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;
}

#light .footer address .contact-item .social-icon i {
    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;
    }

    footer .info_box .row {
        display: flex;
        align-content: center;
    }
}

/* 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%;
}

.video-popup .close-btn {
    float: right;
    border: 0px;
    border-radius: 5px;
    margin: 5px;
}

.popup-btn {
    cursor: pointer;
}

.video-popup {
    display: none;
    width: 100%;
    height: 100vh;
    margin: auto;
    position: fixed;
    top: 0;
    boxshadow: 10px 10px 10px 10px black;
}

.popup-bg {
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100vh;
    position: absolute;
}

.popup-content {
    background: black;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 800px;
    height: auto;
}

.popup-title {
    padding: 30px;
    margin: 0 auto;
    color: red;
    text-transform: uppercase;
}

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


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

@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 .variation {
    margin-top: -15px !important;
    margin-left: 80px;
}

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

.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;
    max-height: 45px;
}

.product-name dt {
    display: none !important;
}

.woocommerce-checkout-review-order-table .variation dd p::before {
    content: " - ";
}

.woocommerce-checkout-review-order-table .variation dd p {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #333333;
    margin-left: 5px;

    display: inline-block;
}

.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;
}

footer .copy_content {
    text-align: left;
    width: 50%;
    display: inline-block;
    padding-left: 15px;
}

.anpc_footer {
    float: right;
    width: 50%;
    text-align: right;
}

.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;
}


.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: unset;
    display: inline-block;
    width: 48%;
}

.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;
}

.backend-login-horeka .woocommerce form.login {
    border-radius: 10px;
}

.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;
    text-align: center;
}

.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;
    }
}

.swiper-button-next, .swiper-button-prev {
    z-index: 5 !important;
}

@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: 90%;
        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: 11;
        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: 130px 0px 10px;
    }

    .woocommerce-checkout .heading_section {
        padding: 80px 0px 10px !important;
    }

    .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) {
    footer .copy_content {
        width: 100%;
        padding-left: 0px;
        text-align: center;
    }

    .anpc_footer {
        margin-top: 15px !important;
        width: 100%;
        padding-left: 0px;
        text-align: center;
    }

    .anpc_footer a img {
        margin-left: 20px;
        margin-bottom: 5px;
    }

    #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: 20px 0;
    }

    #despre-section .inner-content h2,
    body#light #despre-section .inner-content h2 {
        font-size: 40px;
        line-height: 40px;
    }

    #despre-section {
        padding-top: 40px;
    }

    div#copyright-section p {
        padding: 0;
        margin: 0;
    }

    #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;
    }

    body.tax-product_cat .products .product-category {
        justify-content: center;
    }

    .swiper-container .swiper-slide h2 {
        font-size: 40px;
        line-height: 48px;
        margin-bottom: 20px;
    }

    .swiper-container .swiper-slide {
        height: 80vh;
    }

    .archive .col.product__details, .single-product .related .type-product .product__details {
        width: 300px;
    }


}

@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;
    }

    .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;
    }

}


.tax-product_cat .custom_box .row {
    display: block;
    margin-right: unset;
    margin-left: unset;
    position: relative;

}

#billing_country {
    display: none;
}

.tax-product_cat .custom_box {
    padding-left: 15px;
    padding-right: 15px;
}

.tax-product_cat .custom_box img {
    max-width: 100% !important;
    width: 100% !important;
    border-radius: 10px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    min-height: 360px;
    max-height: 360px;
    height: 360px;
    object-fit: cover;
}


.tax-product_cat .custom_box .image_inner a {
    display: inline-block;
    width: unset !important;
    height: unset !important;
}

.tax-product_cat .custom_box .image_inner a:before {
    display: none !important;
}

.tax-product_cat .custom_box .image_inner {
    width: unset !important;
    height: unset !important;
}

.tax-product_cat .custom_box .col-auto {
    padding: 0px !important;
}

.tax-product_cat .custom_box .btn-primary-slide {
    float: right;
}

.tax-product_cat .custom_box .product__details {
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.75);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    position: absolute;
    display: inline-block;
    position: relative;
    max-width: 100%;
    top: unset;
    background-color: #fff;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    text-align: left;
    margin-bottom: 40px;

}

.tax-product_cat .custom_box .product__details .price .amount {
    font-size: 30px;
    line-height: 38px;
    font-weight: bold;
    padding-top: 5px;
    display: inline-block;
}

/*@media all and (max-width: 991px){*/
.header .mobile-header .navigation > div {
    background: #fff;
}

.header .mobile-header .navigation ul {
    margin: 0;
    padding: 0;
}

.header .mobile-header .navigation > div > ul > li:not(:first-child) {
    border-top: 1px solid #ddd;
}

.header .mobile-header .navigation > div > ul > li {
    cursor: pointer;
}

.header .mobile-header .navigation > div > ul > li.menu-item-has-children {
    position: relative;
    width: 100%;
}

.header .mobile-header .navigation > div > 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 .navigation > div > 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 .navigation > div > ul > li > a {
    padding: 10px 50px 10px 15px;
    color: #17191C;
    display: inline-block;
    width: auto;
    transition: all 0.3s ease;
}

.header .mobile-header .navigation > div > ul > li:hover,
.header .mobile-header .navigation ul ul.sub-menu li:hover {
    background: #cc0d00;
    color: #fff;
    transition: all 0.3s ease;
}

.header .mobile-header .navigation ul li.current-menu-item {
    background: #f7f7f7;
}

.header .mobile-header .navigation ul li.current-menu-item a {
    color: #17191C !important;
}

.header .mobile-header .navigation ul li.current-menu-item a:active {
    color: #fff !important;
}

.header .mobile-header .navigation ul li.current-menu-item a:hover {
    color: #fff !important;
}

.header .mobile-header .navigation > div > ul > li:hover a,
.header .mobile-header .navigation ul ul.sub-menu li:hover a,
.header .mobile-header .navigation ul li.current-menu-item:hover a {
    color: #fff;
}

.header .mobile-header .navigation ul ul.sub-menu {
    background: #f7f7f7;
    display: none;
}

.header .mobile-header .navigation ul ul.sub-menu li {
    border-top: 1px solid #ddd;
    padding-left: 10px;
}

.header .mobile-header .navigation ul ul.sub-menu li a {
    padding: 10px 15px;
    display: block;
    color: #17191C;
}

/*.header .mobile-header .navigation ul ul.sub-menu li.current-menu-item {*/
/*    background: #cc0d00;*/
/*}*/

.header .mobile-header .navigation ul ul.sub-menu li.current-menu-item a {
    color: #fff;
}

body .custom_template .category__image a img {
    height: unset !important;
}

@media (max-width: 960px) {
    body .custom_template .category__image a img {
        height: unset !important;
    }
}

.wpcf7 .wpcf7-form p {
    min-height: 50px !important;
}


@media (min-width: 769px) {
    body .rtb-booking-form .rtb-error {
        top: -30px;
    }
}

/* end various adjustments to help with multilanguage  */

/*reservations page content jumping fix*/

body {
    overflow-y: visible !important;
    padding-right: 0 !important;
}


.picker--opened .picker__holder {
    width: calc(100% + 20px) !important;
}

/*END reservations page content jumping fix*/

/*product category box with description on frontpage*/
.rdp-short-description {
    color: white;
    min-height: 100px;
}

.rdp-short-description img {
    display: none !important;
}


.product_box .inner-menu-box .product_title {
    min-height: 60px;
}

.product_box .inner-menu-box .product_title a {
    padding-top: 0 !important;
}

/*end product box with description on frontpage*/
/*start select oprions button on product page*/
div.rwb-content-link {
    cursor: pointer;
}

@media only screen and (max-width: 768px) {
    div.rwb-content-link {
        display: none;
    }
}

/*end select oprions button on product page*/

body#light .mini-cart-header {
    -webkit-box-shadow: 0px -4px 16px -5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px -4px 16px -5px rgba(0, 0, 0, 0.75);
    box-shadow: 0px -4px 16px -5px rgba(0, 0, 0, 0.75);
}

.total__amount {
    position: fixed;
    bottom: 75px;
    width: 377px;
    background-color: #fff;
    padding-bottom: 15px;
    padding-top: 10px;
    border-top: 1px solid rgba(204, 204, 204, 0.5);
    z-index: 11;
}

.woocommerce-mini-cart__buttons {
    padding-top: 0px;
    position: fixed;
    width: 377px;
    background-color: #fff;
    margin-bottom: 0px;
    padding-top: 0px;
    position: fixed;
    bottom: 55px;
    padding-bottom: 5px !important;
    z-index: 11;

}

.woocommerce-mini-cart__buttons a.button {
    margin-bottom: 0px;
}

ul.woocommerce-mini-cart .header_mini_cart {
    position: fixed;
    background-color: #fff;
    width: 377px;
    margin-top: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    top: 0px;
    z-index: 11;
}

.active .close-mini-cart {
    text-align: right;
    margin-bottom: 0px;
    position: fixed;
    padding-right: 50px;
    top: 0px;
    padding-top: 10px;
    z-index: 12;
}


.mini-cart-header {
    padding-top: 50px;
    padding-bottom: 100px;
    z-index: 11;
}

.mini-cart-header .back-to-shopping {
    bottom: 0px;
    margin-bottom: 0px !important;
    padding-bottom: 10px !important;
    padding-top: 5px !important
}

@media only screen and (max-width: 600px) {
    .col-mobile-footer {
        width: 49% !important;
    }

    .woocommerce-checkout .heading_section {
        padding: 80px 15px 10px !important;
    }

    .header .close-mini-cart {
        padding-right: 30px;
    }

    .woocommerce-mini-cart__buttons,
    .total__amount {
        width: 84%;
    }

}

.heading_section h1 {
    max-width: 700px;
    margin: auto;
}

.woocommerce-mini-cart-item .product_name_checkout {
    width: 95%;
}

.woocommerce-mini-cart-item .ts-product-image {
    display: none !important;
}

.woocommerce-checkout .header .main-header {
    background: linear-gradient(180deg, rgb(255 255 255) 0%, rgb(255 255 255) 100%);
}

.woocommerce-checkout .header .main-header .navigation ul li a {
    color: #000;
}

.woocommerce-checkout .header .main-header .header_action ul li i, .woocommerce-checkout .header .main-header .header_action ul li svg {
    color: #000;
}

.woocommerce-checkout .header .main-header {
    padding: 10px 0;
}

.woocommerce-checkout .heading_section {
    display: none;
}

.header .mobile-header .navigation > div > ul > li > a {
    width: 90% !important;
}

.woocommerce-checkout .logo img {
    max-width: 60px;
    height: auto;
}

.woocommerce-checkout .woocommerce {
    margin-top: 60px;
}

@media only screen and (max-width: 760px) {
    .woocommerce-checkout .header .mobile-header .header_action ul li i {
        color: #000 !important;
    }

    .woocommerce-checkout .header .mobile-header {
        background: linear-gradient(180deg, rgb(255 255 255) 0%, rgb(255 255 255) 100%);
    }

    .woocommerce-checkout .header .mobile-header .mobile-trigger i {
        color: #000;
    }

    .woocommerce-checkout .header .mobile-header {
        padding: 10px 0;
    }

    .woocommerce-checkout .woocommerce {
        margin-top: 85px;
    }

    .woocommerce-checkout .header .mobile-header .menu-primary-menu-container ul {
        border-top: 1px solid #d4d3d3 !important;
    }

}

img[data-lazyloaded] {
    opacity: 0;
}

img.litespeed-loaded {
    -webkit-transition: opacity .5s linear 0.2s;
    -moz-transition: opacity .5s linear 0.2s;
    transition: opacity .5s linear 0.2s;
    opacity: 1;
}

/* Notification design Contact and Reservation Page */
.wpcf7 form .wpcf7-response-output:before {
    background-image: url('/wp-content/plugins/horeka-core/assets/images/alert.svg');
    background-size: 24px 22px;
    display: inline-block;
    width: 30px;
    height: 24px;
    content: "";
    background-repeat: no-repeat;
    vertical-align: bottom;
}

.wpcf7 form .wpcf7-response-output:after {
    font-family: "Font Awesome 5 Free";
    content: "\f00d";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    position: absolute;
    top: 10px;
    right: 5px;
    font-size: 19px;
    background-color: white;
    border: 1px solid;
    padding: 5px;
    font-size: 18px;
    line-height: 0px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.wpcf7 form .wpcf7-response-output {
    position: fixed;
    bottom: 50px;
    z-index: 99;
    width: 100%;
    text-align: left;
    border: 0px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 25px rgb(14 10 10 / 48%);
    box-shadow: 0px 0px 25px rgb(30 24 24 / 48%);
    padding: 15px;
    margin: 0 auto 0px !important;
    max-width: 695px;
    border-radius: 10px;
    left: 50%;
    transform: translate(-50%, 50%);
}

.wpcf7-not-valid {
    background: rgba(255, 65, 65, 0.05) !important;
}

.wpcf7 .wpcf7-not-valid-tip {
    display: none !important;
}

.rtb-booking-form .rtb-error {
    display: none !important;
}

.rpd-reservation-error {
    max-width: 700px;
    border: 0 !important;
    background-color: #fff;
    border-radius: 10px;
    padding-bottom: 7px !important;
}

.rpd-reservation-error ul {
    max-width: 700px;
    border: 0 !important;
    background-color: #fff;
    padding: 0px !important;
    margin: 0px !important;
}

.rpd-reservation-error li {
    padding-bottom: 8px;
}

.rpd-reservation-error:before {
    display: none !important;

}

.rpd-reservation-error li img {
    max-width: 24px !important;
    margin-right: 5px;
    position: relative;
    top: 0;
}

.rpd-reservation-error li div {
    display: inline-block;
    font-size: 16px !important;
    font-weight: 500;
    color: #17191C !important;
    line-height: 24px;
}

.rpd-reservation-error:after {
    cursor: pointer;
    font-family: "Font Awesome 5 Free";
    content: "\f00d";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    position: absolute;
    top: 10px;
    right: 5px;
    font-size: 19px;
    background-color: white;
    border: 1px solid;
    padding: 5px;
    font-size: 18px;
    line-height: 0px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.custom_template .category__title a {
    width: 100%;
    text-align: center;
}

@media all and (max-width: 780px) {
    .wpcf7 form .wpcf7-response-output {
        padding-right: 30px !important;
    }

}

.btn-primary-slide,
#place_order,
.btn-primary-add_to_cart,
.woocommerce-mini-cart__buttons a.button,
.wrapper.login .woocommerce-info .showlogin,
.rtb-booking-form button,
.contact-info-block .form-block form input[type="submit"] {
    border: 1px solid transparent;
}

.slide_button .btn-primary-slide {
    border: 1px solid transparent !important;
}

.contact-info-block .form-block form input[type="submit"] {
    height: 45.6px;
}

#place_order:hover {
    color: #17191C !important;
    border: 1px solid #17191C !important;
    background: transparent;
}

.btn-primary-slide:hover {
    color: #17191C !important;
    border: 1px solid #17191C !important;
    background: transparent;
}

.contact-info-block .form-block form input[type="submit"]:hover {
    color: #17191C !important;
    border: 1px solid #17191C !important;
    background: transparent !important;
}

.rtb-booking-form button:hover {
    color: #17191C !important;
    border: 1px solid #17191C !important;
    background: transparent !important;
}

.woocommerce-mini-cart__buttons a.button:hover {
    color: #17191C !important;
    border: 1px solid #17191C !important;
    background: transparent !important;
}

.wrapper.login .woocommerce-info .showlogin:hover {
    color: #17191C !important;
    border: 1px solid #17191C !important;
    background: transparent !important;
}

.btn-primary-add_to_cart:hover {
    color: #17191C !important;
    border: 1px solid #17191C !important;
    background: transparent !important;
}

.slide_button .btn-primary-slide:hover {
    color: #17191C !important;
    border: 1px solid #fff !important;
    background: #fff !important;
}

.custom_template .category__title a {
    width: 100%;
    text-align: center;
}

.footer .ads_ue {
    padding-top: 0px !important;
}

.footer .ads_ue img {
    max-width: 70%;
}

.footer .active_ue_ads {
    padding-bottom: 20px !important;
}

.btn-primary-slide,
#place_order,
.btn-primary-add_to_cart,
.woocommerce-mini-cart__buttons a.button,
.wrapper.login .woocommerce-info .showlogin,
.rtb-booking-form button,
.contact-info-block .form-block form input[type="submit"] {
    border: 1px solid transparent;
}

.slide_button .btn-primary-slide {
    border: 1px solid transparent !important;
}

.contact-info-block .form-block form input[type="submit"] {
    height: 45.6px;
}

#place_order:hover {
    color: #17191C !important;
    border: 1px solid #17191C !important;
    background: transparent;
}

.btn-primary-slide:hover {
    color: #17191C !important;
    border: 1px solid #17191C !important;
    background: #fff;
}

.contact-info-block .form-block form input[type="submit"]:hover {
    color: #17191C !important;
    border: 1px solid #17191C !important;
    background: transparent !important;
}

.rtb-booking-form button:hover {
    color: #17191C !important;
    border: 1px solid #17191C !important;
    background: transparent !important;
}

.woocommerce-mini-cart__buttons a.button:hover {
    color: #17191C !important;
    border: 1px solid #17191C !important;
    background: transparent !important;
}

.wrapper.login .woocommerce-info .showlogin:hover {
    color: #17191C !important;
    border: 1px solid #17191C !important;
    background: transparent !important;
}

.btn-primary-add_to_cart:hover {
    color: #17191C !important;
    border: 1px solid #17191C !important;
    background: transparent !important;
}

.slide_button .btn-primary-slide:hover {
    color: #17191C !important;
    border: 1px solid #fff !important;
    background: #fff !important;
}

.woocommerce-mini-cart-item .product_name_checkout {
    width: 95%;
}

.woocommerce-mini-cart-item .ts-product-image {
    display: none !important;
}

.min-cart-safari .total__amount {
    position: relative !important;
    bottom: unset !important;
    width: 100%;
    background-color: #fff;
    padding-bottom: 0px;
    padding-top: unset;
    border-top: 0px solid rgba(204, 204, 204, 0.5);
    z-index: 11;
    -webkit-transform: translateZ(0);
}

.min-cart-safari .woocommerce-mini-cart__buttons {
    position: relative !important;
    bottom: 0px !important;
    width: 100% !important;
}

.min-cart-safari {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}


.min-cart-safari .close-mini-cart {
    text-align: right;
    margin-bottom: 20px;
    position: absolute;
    right: 0;
    z-index: 44 !important;
    padding-right: 10px;
}

.min-cart-safari .header_mini_cart {
    position: relative !important;
    margin-bottom: 10px !important;
    margin-top: 20px !important;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.min-cart-safari .back-to-shopping {
    width: 100% !important;
    bottom: unset !important;

}

.picker--opened .picker__holder {
    width: calc(100% + 0px) !important;
}

.custom_template .category__image a img {
    max-width: 100%;
}

.default_template .category__title {
    padding-left: 30px;
    width: 90%;
}

.woocommerce div.product .out-of-stock {
    width: fit-content;
    color: #FF5757;
    background-color: #FFE4E4;
    border: 1px solid #FF57578F;
    padding: 8px 12px 8px 12px;
    border-radius: 10px;
}

p.stock.out-of-stock {
    display: none;
}

.contact-info-block .form-block form input:not([type="submit"]), .contact-info-block .form-block form textarea {
    width: 100%;
    font-size: 14px;
    line-height: 20px !important;
    margin-top: 5px;
    border: 1px solid rgba(51, 51, 51, 0.15) !important;
    min-height: 48px;
    padding: 8px 12px;
    border-radius: 10px;
    transition: border-color 0.3s ease;
}

.contact-info-block .form-block form input:not([type="submit"])::placeholder,
.contact-info-block .form-block form textarea::placeholder,
.woocommerce form.checkout input:not([type="submit"])::placeholder,
.woocommerce form.checkout textarea::placeholder {
    color: #c2c2c2;
}


.rdp-short-description {
    display: none !important;
    color: white;
    min-height: 100px;
}

.featured_image a {
    width: 100%;
    height: auto;
    display: block;
}

.wpcf7-form-control-wrap input[type=checkbox] {
    width: auto !important;
    vertical-align: middle;
    margin: 5px !important;
}

.crossSell_details .crossSell_title {
    height: 50px;
}

.accept-cookies {
    border: 0px !important;
}


.up-sells {
    clear: both;
    margin-top: 50px;
    display: inline-block;
    width: 100%;
}

.up-sells > h2 {
    position: relative;
    text-align: center;
    font-family: Amatic SC;
    font-style: normal;
    font-weight: bold;
    font-size: 80px;
    line-height: 80px;
    margin-bottom: 60px;
    padding-bottom: 20px;
}

.woocommerce-checkout .header .main-header {
    background: #fff;
}


.rwb-content-link-outOfStock {
    background-color: #CACACA !important;
    margin-bottom: 15px;
    pointer-events: none !important;
}

@media (max-width: 768px) {

    .up-sells > h2 {
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 40px;
    }
}


.custom-footer-widget .widget-title {
    border-bottom: 4px solid #dd0d0d;
    width: fit-content;
}

#info-text {
    padding-top: 54px;
    background-color: #f3f3f3;
    border-top: 1px solid darkgrey;
}

#info-text .categories {
    display: flex;
    margin: 30px 0;
}

#info-text .categories h3 {
    flex: 1;
    text-align: center;
    margin: 0;
}

#info-text p {
    line-height: 2;
}

#info-text .categories h3 a {
    max-width: 95%;
    margin: auto;
    color: #fff;
    display: block;
    font-size: 15px;
    line-height: 40px;
    border-radius: 10px;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    #info-text .categories {
        display: block;

    }

    #info-text .categories h3 {
        margin-bottom: 15px;
    }

}

.home_links {
    display: inline-block;
}

.descriere_h3 p {
    margin-bottom: 0px;
    display: inline-block;
}

.descriere_h3 a {
    color: #000;
}

.descriere_h3 span:last-child {
/*     display: none !important; */
}


.woocommerce div.product {
    margin-bottom: 0;
    position: relative;
    display: inline-flex;
    flex-wrap: wrap;
    align-content: space-around;
    align-items: center;
    justify-content: space-between;
}

body.tax-product_cat .products .product-category {
    align-items: center;
    justify-content: center;
}

.breadcrumbs_section input {
    width: 50%;
    padding: 5px;
    border-radius: 5px;
}


#clearSearch {
    background: transparent;
    border: 0px;
    position: absolute;
    margin-left: -30px;
    margin-top: 5px;
}


.wrapper.order-details ul.woocommerce-thankyou-order-details li.with-order-notes {

    border-bottom: none;

}

.main-header.navbar-fixed-top .logo a img {
    max-width: unset;
    height: 65px;
}

body#light .main-header.navbar-fixed-top {
    padding: 17px 0px;
}

body#light .mini-cart-header {
    -webkit-box-shadow: 0px -4px 16px -5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px -4px 16px -5px rgba(0, 0, 0, 0.75);
    box-shadow: 0px -4px 16px -5px rgba(0, 0, 0, 0.75);
}

.total__amount {
    position: fixed;
    bottom: 75px;
    width: 377px;
    background-color: #fff;
    padding-bottom: 15px;
    padding-top: 10px;
    border-top: 1px solid rgba(204, 204, 204, 0.5);
    z-index: 11;
}

.woocommerce-mini-cart__buttons {
    padding-top: 0px;
    position: fixed;
    width: 377px;
    background-color: #fff;
    margin-bottom: 0px;
    padding-top: 0px;
    position: fixed;
    bottom: 55px;
    padding-bottom: 5px !important;
    z-index: 11;

}

.woocommerce-mini-cart__buttons a.button {
    margin-bottom: 0px;
}

ul.woocommerce-mini-cart .header_mini_cart {
    position: fixed;
    background-color: #fff;
    width: 377px;
    margin-top: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    top: 0px;
    z-index: 11;
}

.active .close-mini-cart {
    text-align: right;
    margin-bottom: 0px;
    position: fixed;
    padding-right: 50px;
    top: 0px;
    padding-top: 10px;
    z-index: 12;
}


.mini-cart-header {
    padding-top: 50px;
    padding-bottom: 100px;
    z-index: 11;
}

.mini-cart-header .back-to-shopping {
    bottom: 0px;
    margin-bottom: 0px !important;
    padding-bottom: 10px !important;
    padding-top: 5px !important
}

@media only screen and (max-width: 600px) {
    .woocommerce-checkout .heading_section {
        padding: 80px 15px 10px !important;
    }

    .header .close-mini-cart {
        padding-right: 30px;
    }

    .woocommerce-mini-cart__buttons,
    .total__amount {
        width: 84%;
    }

}

.slick-active button:focus, .slick-active button:focus-visible {
    outline: none;
}

.woocommerce-checkout .header .main-header {
    background: linear-gradient(180deg, rgb(255 255 255) 0%, rgb(255 255 255) 100%);
}

.woocommerce-checkout .header .main-header .navigation ul li a {
    color: #000;
}

.woocommerce-checkout .header .main-header .header_action ul li i, .woocommerce-checkout .header .main-header .header_action ul li svg {
    color: #000;
}

.woocommerce-checkout .header .main-header {
    padding: 10px 0;
}

.woocommerce-checkout .heading_section {
    display: none;
}

.header .mobile-header .navigation > div > ul > li > a {
    width: 90% !important;
}

.woocommerce-checkout .logo img {
    max-width: 60px;
    height: auto;
}

a.navbar-brand.custom-logo-link img {
    max-height: 130px;
    width: auto;
}

.woocommerce-checkout .woocommerce {
    margin-top: 60px;
}

#order_comments_field span.woocommerce-input-wrapper {
    width: 100%;
}

@media only screen and (max-width: 760px) {
    .woocommerce-checkout .header .mobile-header .header_action ul li i {
        color: #000 !important;
    }

    .woocommerce-checkout .header .mobile-header {
        background: linear-gradient(180deg, rgb(255 255 255) 0%, rgb(255 255 255) 100%);
    }

    .woocommerce-checkout .header .mobile-header .mobile-trigger i {
        color: #000;
    }

    .woocommerce-checkout .header .mobile-header {
        padding: 10px 0;
    }

    .woocommerce-checkout .woocommerce {
        margin-top: 85px;
    }

    .woocommerce-checkout .header .mobile-header .menu-primary-menu-container ul {
        border-top: 1px solid #d4d3d3 !important;
    }

    .main-footer img.ourLocationFooter {
        max-width: 150px;
    }

    .main-footer .col-12.col-md-3.mb-3.mb-md-0, .footer .col-12.col-md-4.mb-3.mb-md-0 {
        text-align: center;
        padding: 0 5vw;
    }

    .woocommerce div.product {
        align-items: center;
        justify-content: space-around;
    }

    #customer_details .tooltip-text {
        width: 80vw;
        bottom: 70px;
        left: 50vw;
        transform: translateX(-50vw);
        transition: opacity .3s;
    }

    a.navbar-brand.custom-logo-link img {
        max-height: 50px;
    }

}


/* Change my account settings and add API endpoint */

.woocommerce-edit-account .custom-message {
    display: flex;
}

.toggle_actions_account .button__register {
    width: 50%;
    text-align: center;
    display: none !important;
}

.toggle_actions_account .button__login {
    width: 100%;
}

.toggle_actions_account .button__login .nav-link {
    border-radius: 10px !important;
}


.woocommerce div.product .out-of-stock {
    width: fit-content;
    color: #FF5757;
    background-color: #FFE4E4;
    border: 1px solid #FF57578F;
    padding: 8px 12px 8px 12px;
    border-radius: 10px;
}


.rwb-content-link-outOfStock {
    background-color: #CACACA !important;
    margin-bottom: 15px;
    pointer-events: none !important;
}

/*tr.woocommerce-shipping-totals.shipping {*/
/*    display: none;*/
/*}*/

.footer .main-footer .info_box .col {
    flex-basis: 0;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 250px;
    min-width: 50px;
}

img, .slick-slide, .navigation-section img.img-fluid {
    border-radius: 10px;
}

.prod-slider img {
    max-width: 350px;
}

.woocommerce-billing-fields__field-wrapper span.woocommerce-input-wrapper {
    width: 100%;
}

.woocommerce-checkout .cky-consent-container {
    display: none;
}

.rc-anchor-normal{
    max-width: 290px;
}