@import url('https://fonts.googleapis.com/css2?family=Dancing+Script&display=swap');

h3 {
    font-size: 1.3rem;
}

@media screen and (max-width: 1000px) {
    .image-corner {
        display: none;
    }
}

section {
    overflow: hidden;
}

/*HEADER*/
/*CSS TRANS*/
.lang {
    /*margin-left: 20px;*/
}

.lang a {
    padding: 0 5px;
}

.goog-te-gadget span {
    display: none;
}

.skiptranslate.goog-te-gadget div {
    width: 20px;
}

.goog-te-gadget {
    height: 15px;
    width: 15px;
    overflow: hidden;
    border-radius: 50%;
    display: flex;
    align-items: center;
    text-align: center;
}

select.goog-te-combo {
    margin: 4px 0;
    width: 18px;
}

button.btn-minus_item,
button.btn-add_item {
    padding: 0 5px;
    border-radius: 3px;
    background-color: #f08b18;
    color: #fff;
    font-size: 19px;
    line-height: 20px;
    height: 20px;
    width: 20px;
}

/*Webkit bar*/

.goog-te-combo::-webkit-scrollbar,
.popup-sidedish .modal-body::-webkit-scrollbar {
    width: 5px;
}

.goog-te-combo::-webkit-scrollbar-track,
.popup-sidedish .modal-body::-webkit-scrollbar-track {
    background-color: #000000;
}

.goog-te-combo::-webkit-scrollbar-thumb,
.popup-sidedish .modal-body::-webkit-scrollbar-thumb {
    background-color: var(--primary-yellow);
    border-radius: 2px;
}

.goog-te-combo::-webkit-scrollbar-corner,
.popup-sidedish .modal-body::-webkit-scrollbar-corner {
    background-color: #00000042;
    border-radius: 10px;
}

/*End Webkit bar*/


.nav-item svg {
    width: 28px;
    height: 28px;
    color: #fff !important;
}

.text-cart {
    font-size: 12px;
    font-weight: 700;
    line-height: 29px;
    text-transform: uppercase;
    color: var(--primary) !important;
    transition: 400ms ease;
    transition-property: color;
}

.main-nav .cart-product-svg {
    color: var(--primary);
}

/*End CSS TRANS*/
/*End HEADER*/

.main-content-wrapper {
    padding-top: 53px;
    background-color: #DDD6C5;
}

/*CSS MENU*/

.sub-menu {
    /* sub menu */
    margin: 0;
    padding: 10px 0 10px;
    display: block;
    position: absolute;
    top: auto;
    left: auto;
    background: #373737;
    min-width: 150px;
    visibility: hidden;
    opacity: 0;
    transition: 400ms ease;
    transition-property: opacity, visibility;
}

.sub-menu li {
    width: 15rem;
}

ul.sub-menu .sub-menu {
    /* second level sub menu */
    left: 100%;
    padding-top: 10px;
}

.nav-item a {
    font-size: 12px;
    font-weight: 700;
    line-height: 29px;
    text-transform: uppercase;
    color: rgb(102 102 102) !important;
    transition: 400ms ease;
    transition-property: color;
}

.list-menu-child {
    padding-left: 20px;
}

/*mobile*/

.show-sm .box-lang-infor {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.show-sm .box-lang-infor ul.navbar-nav {
    display: inline-block;
}

.show-sm .box-lang-infor ul.navbar-nav li.nav-item {
    display: flex;
    float: left;
}

.show-sm .box-lang-infor ul.navbar-nav li {
    margin: 0 5px;
    padding-top: 0px !important;
    height: 0;
}

.show-sm .box-lang-infor ul.navbar-nav li a {
    display: flex;
}

@media screen and (min-width: 768px) {

    li:hover>.sub-menu {
        opacity: 1;
        visibility: visible;
    }

    .navbar-expand-md .navbar-collapse {
        margin: 0;
        padding: 0;
        display: block !important;
        float: right;
    }

    .nav-item a {
        padding: 11px 18px;
    }

    .rdd-menu>ul {
        float: right;
    }
}

ul.sub-menu a {
    line-height: normal;
    width: 100%;
    display: block;
    padding: 5px 20px;
}

@media screen and (max-width: 767px) {

    li.nav-item>.sub-menu.ul-open,
    li.nav-item ul .sub-menu.ul-open {
        position: static;
        z-index: 999;
        color: #fff;
        opacity: 1;
        visibility: unset;
    }

    ul.sub-menu a {
        width: auto;
    }

    .nav-link {
        padding: 0;
    }

    .modal {
        z-index: 1000000;
    }

    .modal-backdrop.show {
        z-index: 999999;
    }
}

/*end CSS MENU*/

/*Icon fixed, Popup Event, icon Cart, icon Search*/

.search-btn {
    border: none;
}

.event_popup {
    text-align: center;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.image-event .owl-item {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-event img {
    width: auto !important;
}

.event_popup .owl-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.popup-event,
.col-search {
    background-color: #fff;
    height: 50px;
    width: 50px;
    line-height: 55px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    margin-right: 28px;
    box-shadow: 0 0 14px var(--primary);
    position: fixed;
    bottom: 90px;
    cursor: pointer;
    position: fixed;
    right: 12px;
    text-align: center;
    z-index: 3;
}

.col-cart {
    display: flex;
    bottom: 150px;
    -moz-transition: all .5s ease;
    margin-right: 28px;
    cursor: pointer;
    position: fixed;
    right: 25px;
    text-align: center;
    z-index: 5;
}

.popup-event i {
    font-size: 25px;
    color: #fe0000;
    -webkit-animation: rotate 2s infinite;
    -webkit-animation-iteration-count: infinite;
}

.popup-event .nml-alo-ph-circle {
    margin-top: 100px;
}

.popup-event .nml-alo-ph-circle-fill {
    bottom: -10px;
    background-color: var(--primary-opacity);
}

.search-icon {
    background-color: unset;
}

.search-icon i {
    font-size: 20px;
}

ul.breadcrumb {
    background: unset;
}

/*CSS NAME MODULE*/

.section-name h2 {
    color: var(--primary-yellow) !important;
    font-size: 45px;
    line-height: 1;
    font-family: IBM Plex Sans;
    font-weight: normal;
    padding: 0;
    margin-bottom: 20px;
    text-transform: none;
    text-align: center;
}

.section-title,
.section-title h2 {
    color: var(--white);
    font-family: inherit;
    font-size: 50px;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    display: block;
    font-family: 'Montserrat', sans-serif;
    margin: 0 0 70px 0;
    text-align: center;
}

.section-title:before {
    content: "";
    position: absolute;
    max-width: 171px;
    width: 171px;
    display: block;
    height: 21px;
    background: url(../image/heading-element.png) no-repeat;
    margin: 0 auto;
    margin-top: 10px;
    left: 0;
    right: 0;
    top: 100%;
}

@media screen and (max-width: 767px) {

    body {
        font-size: 15px;
    }

    .container {
        /*max-width: 80%;*/
    }

    .main-content-wrapper section:not(.home-slider):not(.banner-section) {
        padding-top: 50px 0;
    }

    .section-title,
    .section-title h2 {
        margin: 0 0 50px 0;
        font-size: 25px;
        line-height: 30px;
    }

    .section-title:before {
        width: auto;
        background-size: contain;
    }

    .section-title h2 {
        margin: 0 0 50px 0;
    }

    .section-name h2 {
        font-size: 30px;
        margin-bottom: 10px;
    }

    /*CSS CTA FORM*/

    .g-recaptcha {
        margin-bottom: 15px;
    }

    /*End CSS CTA FORM*/

    /*CSS FOOTER*/

    .widget_media_image {
        margin-bottom: 30px;
    }

    div#text-2 p {
        margin-bottom: 30px;
    }

    h3.widget-title {
        margin-top: 20px;
        margin-bottom: 15px;
    }

    /*End CSS FOOTER*/
}

@media screen and (max-width: 567px) {
    .container {
        max-width: 90%;
    }

    .banner-section {
        display: none !important;
    }

    .category-section {
        margin-top: 30px !important;
    }
}

/*End CSS NAME MODULE*/

/*CSS ARCHIVE*/
.product-img img {
    width: 100%;
}

.list-product {
    margin-bottom: 50px;
}

.mirora-product {
    margin-top: 30px;
}

/*End CSS ARCHIVE*/

@media screen and (min-width: 695px) and (max-width: 767px) {
    /*.product-action a.add_cart {
        width: 100%;
    }
    
    .buy-now-product {
        margin-top: 10px;
    }*/
}

/*End CSS SEARCH PAGE*/

/*CSS SLIDER*/
.home-slider .owl-dots {
    bottom: 70px;
}

.slider-text {
    position: relative;
}

.slider-text h2 {
    color: var(--primary-yellow);
    font-size: 60px;
    line-height: 1;
    font-family: 'Dancing Script', cursive;
    font-weight: normal;
    padding: 0;
    margin-bottom: 20px;
    text-transform: none;
}

.slider-text h2:before {
    content: "";
    position: absolute;
    max-width: 141px;
    width: 141px;
    display: block;
    height: 21px;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -40px;
    bottom: 0;
    background: url(../image/slider-caption-top.png);
}

.slider-text h1 {
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 85px;
    line-height: 85px;
    position: relative;
    margin: 0;
}

.slider-text p {
    width: 80%;
    margin: 1% auto;
    font-family: inherit;
    font-size: 15px;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 27px;
    margin-bottom: 30px;
    letter-spacing: 4px;
    color: white;

    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.slider-text .theme-btn:hover {
    background-color: var(--primary-yellow);
    color: var(--white) !important;
}

@media screen and (max-width: 767px) {

    .slider-text h1 {
        font-size: 20px;
        line-height: 25px;
    }

    .slider-text h2,
    .section-name h2 {
        font-size: 30px;
    }

    .slider-text p {
        font-size: 10px;
        line-height: 17px;
    }
}

@media screen and (max-width: 567px) {
    .slider-text p {
        -webkit-line-clamp: 3;
    }

    .home-slider .owl-dots {
        bottom: 45px;
    }
}
@media screen and (max-width: 475px) {
    .card-img-top{
        height: 170px !important;
    }
}
/*End CSS SLIDER*/

/*Contact page*/

.form-control,
.form-control:focus {
    /*background-color: var(--primary-background);
    color: var(--primary);*/
}

.form-control:focus {
    border-color: #ccc;
    outline: 0;
    box-shadow: unset;
}

.map iframe {
    height: 600px !important;
    width: 100%;
}

.site-contact {
    /*overflow:hidden;*/
    position: relative;
    float: left;
    width: 100%;
}


.site-contact-main {
    float: left;
    width: 100%;
    padding: 0;
    position: relative;
}

.site-contact .site-contact-box {
    float: left;
    width: 100%;
    padding: 0;
    margin: 30px 0;
    background-color: var(--primary-background);
    border: var(--background-black-1) solid 20px;

    -webkit-box-shadow: 0px 0px 62px -14px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 0px 62px -14px rgba(0, 0, 0, 1);
    box-shadow: 0px 0px 62px -14px rgba(0, 0, 0, 1);
}

.site-contact .inner {
    float: left;
    width: 100%;
    padding: 40px;
}

.site-contact .inner h4 {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 18px;
    font-weight: 700;
    color: #deb150;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 20px;
    padding: 0;
}

.site-contact .time-row {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    border-bottom: #3a3b3e dotted 4px;
}

.site-contact .time-row.bottom-space {
    margin-bottom: 60px;
    padding-bottom: 10px;
}

.site-contact .time-row p {
    float: left;
    padding: 0;
    font-size: 16px;
    font-weight: 700;
    color: #c0bebf;
    text-align: left;
    line-height: 1.2;
}

.site-contact .time-row .time {
    float: right;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    color: #c0bebf;
    text-align: right;
    line-height: 1.2;
}

.site-contact .contact-row {
    float: left;
    width: 100%;
    padding: 0 0 10px 0;
    margin-bottom: 20px;
    border-bottom: #3a3b3e dotted 4px;
}

.site-contact .contact-row .fa {
    color: #deb150;
    padding-right: 10px;
}

.site-contact .contact-row p {
    float: left;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    color: var(--primary);
    text-align: left;
    line-height: 1.2;
}

.site-contact .site-google-map {
    /* google map container */
    background: grey;
    min-height: 620px;
    position: relative;
}

@media screen and (max-width: 991px) {

    .site-contact .site-google-map:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        z-index: 1;
        background: none;
    }

    .site-contact .site-contact-box {
        width: 90%;
        margin-left: 5%;
    }

    .site-contact .inner {
        padding: 30px 10px;
    }

    .site-contact .inner h4 {
        text-align: center;
    }

    .site-contact .time-row p {
        text-align: center;
        width: 100%;
        line-height: 2;
    }

    .site-contact .time-row .time {
        text-align: center;
        width: 100%;
        padding-bottom: 15px;
    }

    .site-contact .contact-row p {
        text-align: center;
        width: 100%;
    }

    .site-contact .contact-row .fa {
        text-align: center;
        width: 100%;
        padding-bottom: 5px;
    }

}

.contact-element-1 {
    position: absolute;
    z-index: -1;
    left: -230px;
    top: -20px;
}

.contact-element-2 {
    position: absolute;
    z-index: -1;
    right: -150px;
    top: 400px;
}

/*CSS ABOUT*/
.about-area h2 {
    color: var(--primary-yellow);
}

/*End CSS ABOUT*/

/*CSS CONTENT SESION*/

.section-content .desc p {
    line-height: 25px;
}

@media screen and (max-width: 767px) {
    .section-content .desc {
        /*margin-top: 50px;*/
    }
}

/*End CSS CONTENT SESION*/

/*CSS PRICE*/

.price-section {
    background: url(../images/popular-menu-bg.jpg) center center no-repeat;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
}

.site-popularmenu-main {
    float: left;
    width: 100%;
}

.price-section .popularmenu-box {
    width: 92%;
    background: #deb150;
    margin: auto;
    overflow: hidden;
}

.price-section .popularmenu-box:before {
    border: 2px solid #000000;
    content: "";
    position: absolute;
    top: 20px;
    bottom: 23px;
    left: 35px;
    right: 35px;
}

.price-section .popularmenu-box figure {
    float: left;
    width: 100%;

    -webkit-box-shadow: 0px 15px 45px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 15px 45px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 15px 45px 0px rgba(0, 0, 0, 0.35);
}


.price-section .popularmenu-box figure img {
    float: left;
    width: 100%;
}


.price-section .popularmenu-box .content {
    float: left;
    width: 100%;
    padding: 0 25px;
    position: relative;
    margin-top: -23px;
    min-height: 330px;
    z-index: 1000;
}

.price-section .popularmenu-box .content h6 {
    margin: 0 auto;
    margin-top: 0;
    max-width: 80%;
    font-size: 25px;
    font-weight: 700;
    text-align: center;
    color: #FFFFFF;
    background: #18191e;
    padding: 0;
    line-height: 1.5;
}

.price-section .popularmenu-box .content h6 span {
    font-size: 20px;
}

.price-section .popularmenu-box .content h4 {
    position: relative;
    float: left;
    width: 100%;
    font-size: 21px;
    color: #000000;
    text-align: center;
    font-weight: 700;
    line-height: 1.5;
    padding: 20px 0 0 0;
    margin: 0;
    text-transform: uppercase;
}

.price-section .popularmenu-box .content h4:before {
    /* H1 horizontal line */
    content: "";
    position: absolute;
    max-width: 105px;
    width: 105px;
    display: block;
    height: 13px;
    background: url(../image/heading-element2.png) no-repeat;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 60px;
    bottom: 0;
}

.price-section .popularmenu-box .content p {
    float: left;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #000000;
    text-align: center;
    font-weight: 400;
    line-height: 1.5;
    padding: 50px 0 30px 0;
    margin: 0;
    text-transform: capitalize;
}

.price-section .popularmenu-box .corner-icon {
    position: absolute;
    bottom: 22px;
    left: 25px;
    opacity: .3;
    z-index: 0;
}

.price-section .popularmenu-box .theme-btn {
    margin: 0 auto;
    border: var(--background-black-1) solid 1px;
    color: var(--background-black-1);
}

.price-section .popularmenu-box:hover .theme-btn {
    border: var(--background-black-1) solid 1px;
    background: var(--background-black-1);
    color: #FFFFFF;
}

.theme-btn,
.btn {
    /* a tag */
    border: 1px solid #deb150;
    color: #deb150;
    font-size: 13px;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
    text-align: left;
    padding: 12px 40px 12px 40px;
    position: relative;
    overflow: hidden;
    transition: 400ms ease;
    transition-property: color, background;
    cursor: pointer;
    z-index: 10;
    display: inline-block;
    background: unset;
}

@media screen and (max-width: 567px) {
    .price-section .popularmenu-box {
        max-width: 100%;
    }

    .price-section .popularmenu-box:before {
        left: 25px;
        right: 25px;
    }

    .price-section .popularmenu-box .content h6 span {
        font-size: 15px;
    }

    .price-section .popularmenu-box .content h6 {
        font-size: 20px;
    }
}

@media screen and (max-width: 420px) {

    .price-section .popularmenu-box .content h4 {
        font-size: 18px;
    }

    .price-section .popularmenu-box .content p {
        padding: 5px 5px 10px 5px;
        font-size: 15px;
    }

    .price-section .popularmenu-box .content h4:before {
        display: none;
    }
}

/*End CSS PRICE*/

/*CSS FEATURE*/

.feature-section {
    position: relative;
    max-width: 100%;
    padding-bottom: 0;
}

.feature-section,
.feature-box-main {
    background-color: unset !important;
}

.about-element-1 {
    position: absolute;
    z-index: -1;
    left: -100px;
    top: 20px;
}

.about-element-2 {
    position: absolute;
    left: 50px;
    bottom: 90px;
}

.about-element-3 {
    position: absolute;
    right: 0px;
    top: 140px;
}

.about-element-4 {
    position: absolute;
    right: 200px;
    bottom: 150px;
    right: 50px;
}

.feature-section p {
    float: left;
    width: 100%;
    font-size: 16px;
    color: #c0bebf;
    text-align: center;
    font-weight: 400;
    line-height: 1.7;
    padding: 20px 0 40px 0;
}


.feature-box-main {
    float: left;
    margin: 0;
    padding: 0px;
    display: block;
    width: 100%;
    clear: both;
    text-align: center;
    z-index: 10;

}

.feature-box-main .align-center {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 0;
}


.feature-box-main a {
    width: 190px;
    background-color: #FFFFFF;
    position: relative;
    transition: 300ms linear;
    transition-property: background;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 30px;
}

.feature-box-main a:before {
    border: 2px solid rgba(255, 255, 255, 0.2);
    content: "";
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
}

.feature-box-main .btn-active {
    margin: 0;
}

.feature-box-main .btn-active a {
    width: auto;
    margin: 0;
    background: #000;
}

.feature-box-main .btn-active a:hover {
    background: var(--primary-yellow);
}

.feature-box-main .btn-active a::before {
    content: unset;
}

.feature-icon:hover h5 {
    background: #18191e;
    color: #deb150;
    transition: all ease .5s;
}

.feature-icon:hover i.fa {
    color: #FFFFFF;
}


.feature-box-main figure {
    /* Image */
    float: left;
    width: 100%;
    text-align: center;
    background: var(--background-black-1);
    padding: 60px 0px 40px 0px;
    margin: 0;

    -webkit-box-shadow: 0px 15px 45px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 15px 45px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 15px 45px 0px rgba(0, 0, 0, 0.35);
}

.feature-box-main i.fa,
.feature-box-main span,
.feature-box-main img {
    /* Icons */
    color: #59687c;
    font-family: FontAwesome, serif;
    font-size: 2.9375rem;
    display: inline-block;
    font-weight: 400;
    line-height: 5.625rem;
    vertical-align: middle;
}

.feature-box-main i.fa.adjust {
    font-size: 1.875rem;
    position: relative;
    right: 0;
}

.feature-box-main img {
    position: relative;
    right: 0;
}

.feature-box-main h5 {
    /* Typography */
    width: 100%;
    color: #1d252f;
    font-weight: 700;
    line-height: 1.2;
    font-size: 20px;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    display: block;
    padding: 20px 15px 40px 15px;
    background: #deb150;
    clear: both;
    white-space: pre-line;
}

@media screen and (max-width: 767px) {
    .feature-box-main a {
        width: 100%;
    }

    .feature-section .desc-section {
        margin-top: 0;
    }

    .feature-section .desc-section p {
        padding-bottom: 0;
    }

    .feature-section .container {
        max-width: 100%;
    }
}

@media screen and (max-width: 567px) {

    .feature-section .container {
        max-width: 90%;
    }

    .feature-box-main a {
        margin-left: 0;
        margin-right: 0;
    }
}

@media screen and (max-width: 567px) {

    .slider-text h2,
    .section-name h2 {
        font-size: 20px;
    }

    .slider-text p {
        line-height: 15px;
    }

    .home-slider .owl-dots {
        bottom: 30px;
    }

    .home-slider.owl-theme .owl-dots span {
        width: 13px;
        height: 13px;
    }

    .slider-text h1,
    .section-title,
    .section-title h2 {
        font-size: 17px;
        line-height: 20px;
    }

    footer {
        padding: 0;
    }
}

/*End CSS FEATURE*/

/*CSS MENU CAT*/
.tab-section {
    position: relative;
    /* background-color: unset !important; */
}

.menu-element-1 {
    position: absolute;
    z-index: 0;
    left: 0px;
    top: 20px;
}

.menu-element-4 {
    position: absolute;
    z-index: 0;
    right: 0px;
    bottom: 100px;
    right: -150px;
}

.resp-tab-item:hover {
    color: #000 !important;
    background-color: var(--primary-yellow) !important;
    transition: all 0.3s ease-in;
}

ul.resp-tabs-list,
p {
    margin: 0px;
    padding: 7px;
}

.resp-tabs-list li {
    font-weight: 500;
    font-size: 18px;
    padding: 8px 30px;
    margin: 0 4px 7px 0;
    list-style: none;
    cursor: pointer;
    /* float: left; */
    text-transform: uppercase;
    background: #181818;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0;
    color: #9a9da5;
}

.resp-tab-active {
    background: var(--primary-yellow) !important;
    color: #000000 !important;
}

.resp-tabs-container {
    padding: 0px;
    clear: left;
    padding-top: 30px;
}

.resp-tab-content {
    /* padding-top: 50px; */
    /*display: none;*/
    /* padding: 15px; */
}

.resp-tab-content-active {
    display: block;
}

h2.resp-accordion {
    display: none;
}

.tab-section .blog-bottom h3 {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 20px;
}

.menu-right-colom {
    width: 100%;
}

.tab-section .menu-left-colom figure {
    -webkit-box-shadow: 1px 1px 65px #00000052;
    -moz-box-shadow: 1px 1px 65px #00000052;
    box-shadow: 1px 1px 65px #00000052;
    position: relative;
}

.tab-section .menu-left-colom figure:before {
    border: 2px solid rgba(255, 255, 255, 0.2);
    content: "";
    position: absolute;
    top: 20px;
    bottom: 20px;
    left: 20px;
    right: 20px;
    z-index: 1;
}

.tab-section .menu-right-colom .menu-row {
    float: left;
    width: 100%;
    position: relative;
    /* border-top: 1px solid gray; */
    border-bottom: none;
    margin: 0;
    padding: 15px 0;
}

.menu-row>.card:hover {
    box-shadow: 3px 5px 8px #00000029 !important;
}

.item-cat:hover {
    border: 2px solid red;
    cursor: pointer;
}

.item-cat-active {
    border: 2px solid red;
}

@media screen and (min-width: 210px) {
    .menu-row {
        /* padding: unset !important; */
        width: 50% !important;
    }
}

@media screen and (min-width: 600px) {
    .menu-row {
        /* padding: unset !important; */
        width: 50% !important;
    }
}

@media screen and (min-width: 800px) {
    .menu-row {
        /* padding: unset !important; */
        width: 33.3333333% !important;
    }
}

@media screen and (min-width: 1000px) {
    .menu-row {
        width: 20% !important;
    }
}

.tab-section .menu-right-colom .menu-row.avatar-categories {
    border-top: none;
    padding: 0;
}

.tab-section .menu-right-colom .menu-row.avatar-categories img {
    width: 100%;
}

.tab-section .menu-right-colom .menu-row>div {
    padding: 0;
}

/* .title-categories {
    padding: 10px;
} */

.tab-section .name-menu {
    /*background-color: var(--primary-yellow);*/
    color: #4c4c4c;
    text-transform: uppercase;
    font-weight: bold;
    /*font-size: 24px;*/
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tab-section .menu-right-colom .menu-row figure {
    /*position: absolute;*/
    /*height: 80px;*/
    width: 80px;
    /*overflow: hidden;*/
    display: flex;
    align-items: center;
    justify-content: center;
    /*border-radius: 50%;*/
    margin: 0;
    /*border: 1px solid var(--primary);*/
    /*box-shadow: 1px 1px 10px #dba54b9c;*/
    float: left;
    margin-right: 20px;
}

.tab-section .menu-right-colom .menu-row figure img {
    /*border-radius: 50%;
    max-height: 100%;
    max-width: inherit;*/
}

.tab-section .image {
    /*max-width: 100px;
    max-height: 100px;
    width: 100px !important;*/
}

.tab-section .image a {
    max-height: 100px;
    display: flex;
}

.tab-section .menu-right-colom .menu-row .menu-row-inner {
    position: relative;
    float: left;
    width: 100%;
    display: flex;
    /*padding-left: 30px;*/
}

.tab-section .menu-right-colom .menu-row .menu-row-inner h4 {
    float: left;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    line-height: 1.2;
    color: #4c4c4c;
}

.tab-section .menu-right-colom .menu-row .menu-row-inner .price {
    float: right;
    font-size: 16px;
    font-weight: 700;
    text-align: right;
    color: var(--primary-yellow);
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    line-height: 1.2;
}

.tab-section .menu-right-colom .menu-row .menu-row-inner .price .price-old {
    text-decoration: line-through;
    color: #b7b7b7;
    margin-right: 5px;
    font-weight: normal;
}

.tab-section .menu-right-colom .menu-row .menu-row-inner p {
    float: left;
    font-size: 12px;
    font-weight: 400;
    text-align: left;
    color: #666666;
    text-transform: capitalize;
    padding: 5px 0 0 0;
    margin: 0;
    clear: both;
    margin-left: 15px;
    margin-top: 0 !important;
    margin-left: 0;
    text-align: left !important;
}

.tab-section .post-content {
    display: inline-block;
    height: auto;
    float: left;
}

.tab-section .post-content p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.phone-agency+.email-agency {
    padding-left: 15px !important;
    position: relative;
}

.phone-agency+.email-agency:before {
    position: absolute;
    content: '';
    border: 1px solid var(--primary-opacity);
    height: 15px;
    bottom: 0;
    top: 3px;
    left: 7px;
}

.tab-section .show-popup-add_cart {
    cursor: pointer;
}

.tab-section .show-popup-add_cart .buy-now-product {
    border-radius: 50%;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.tab-section .show-popup-add_cart svg {
    height: 20px !important;
    width: 20px !important;
}

.dropdown-list-sidedishes {
    float: right;
    text-transform: capitalize;
    font-size: 17px;
    cursor: pointer;
}

.row-total-price-js {
    color: #000;
    font-size: 15px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-name-js {
    color: #000;
    margin: 15px 0;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
}

.product-price-js {
    color: #000;
    font-size: 17px;
    float: right;
    font-weight: bold;
}

.product-total-price-js {
    /*font-size: 20px;*/
    float: right;
    font-weight: bold;
}

.list-sidedishes {
    /*width: 90%;*/
    /*margin: auto;*/
    padding: 0;
}

.qty-product-js {
    color: #000;
    margin-top: 5px;
}

.qty-product-js .box-qty {
    align-items: center;
}

.qty-product-js .btn-rm,
.qty-product-js .btn-add {
    padding: 0px 8px;
    background-color: var(--primary-yellow);
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    line-height: 25px;
    min-height: auto;
}

.qty-product-js .txt-qty {
    margin-right: 20px;
}

.qty-product-js input,
.qty-product-js .form-control:focus {
    background-color: unset;
    box-shadow: unset;
    color: #000;
    margin: 0 10px;
    width: 100%;
    background-color: #fff;
}

.add-to-cart-js:hover,
.add-to-cart-js:focus {
    background-color: var(--primary-yellow) !important;
    border: none;
    box-shadow: unset !important;
}

.modal.popup-sidedish {
    padding-right: 0 !important;
    overflow-y: hidden;
}

.modal.popup-sidedish .modal-dialog {
    margin-top: 0;
}

.modal.popup-sidedish .modal-footer {
    justify-content: space-between;
    background-color: #f08b18;
    color: #fff;
    padding: 0 1rem;
    height: 62px;
    border-bottom-left-radius: .3rem;
    border-bottom-right-radius: .3rem;
}

.modal.popup-sidedish .modal-footer .add-to-cart.add-to-cart-js {
    border: none;
    padding-top: 0;
    padding-bottom: 0;
}

.popup-sidedish .list-sidedishes {
    margin-bottom: 0;
}

.popup-sidedish .modal-body {
    background-color: #f7f7f7;
}

.popup-sidedish .title-sidedishes {
    padding: 10px;
    margin-top: 10px;
    border: 1px solid #ccc;
    position: relative;
    overflow: hidden;
}

.popup-sidedish .title-sidedishes .text {
    width: 88%;
    float: left;
}

.popup-sidedish .dropdown-sidedishes {
    position: absolute;
    right: 0px;
    padding: 10px;
    top: 0;
    border-left: 1px solid #ccc;
    background-color: #eaeaea;
    bottom: 0;
    display: flex;
    align-items: center;
}

.popup-sidedish .list-sidedishes li {
    padding: 10px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-top: none;
}

.popup-sidedish .list-sidedishes li label.item-sidedishes {
    border-bottom: unset;
    margin: 0;
    display: flex;
    align-items: center;
    padding-bottom: 0;
}

.popup-sidedish .list-sidedishes .price {
    font-size: 12px;
    margin-bottom: 0;
}

.popup-sidedish .list-sidedishes .name {
    width: 75%;
    float: left;
}

.popup-sidedish .item-sidedishes input {
    float: left;
}

.popup-sidedish .box-note {
    margin-top: 10px;
    color: #000;
}

.popup-sidedish #order_note_popup {
    padding: 10px;
    background-color: #fff;
    border-color: #ccc;
    color: var(--primary-second);
    /*margin-top: 10px;*/
}

/*Webkit bar*/

.tab-section .menu-right-colom::-webkit-scrollbar {
    width: 5px;
}

.tab-section .menu-right-colom::-webkit-scrollbar-track {
    background-color: #000000;
}

.tab-section .menu-right-colom::-webkit-scrollbar-thumb {
    background-color: var(--primary-yellow);
    border-radius: 2px;
}

.tab-section .menu-right-colom:-webkit-scrollbar-corner {
    background-color: #00000042;
    border-radius: 10px;
}

/*End Webkit bar*/

@media screen and (max-width: 1000px) {
    .list-tab {
        margin-bottom: 0px !important;
    }

    .menu-left-colom {
        margin-bottom: 10px;
    }
}

@media screen and (min-width: 1000px) {
    .resp-tabs-list li {
        display: inline-block;
    }
}

@media screen and (max-width: 767px) {

    svg#icon-menu {
        display: none;
    }

    .img-lang.mr-2 {
        margin: 0 !important;
        display: flex;
    }

    .cart-search {
        margin: 0 3%;
    }

    .show-sm .box-lang-infor ul.navbar-nav li {
        margin: 0 3px;
    }

    /* .tab-section .container {
        max-width: 100%;
    } */

    .resp-tabs-container {
        padding-top: 0px;
    }

    .tab-section .title-categories {
        width: 100%;
        padding: .8em;
        color: #4c4c4c;
        font-weight: 700;
        text-align: left;
        /*text-transform: uppercase;*/
        margin-bottom: 0;
        border-bottom: 1px solid #ccc;
        background-color: rgba(240, 240, 240, .9);
        -webkit-transition: background-color .2s linear !important;
        transition: background-color .2s linear !important;
    }

    .agency-section .section-title {
        margin-bottom: 50px;
    }

    .list-menu {
        margin-bottom: 0px !important;
        padding: 0;
    }

    .tab-section .name-menu {
        font-size: 14px;
        text-align: left;
        overflow: hidden;
        display: block;
        margin-bottom: 0;
    }

    .tab-section .menu-right-colom .menu-row .menu-row-inner h4 {
        text-transform: unset;
        width: 75%;
        display: inline-block;
        padding-bottom: 5px;
    }

    .tab-section .post-content h4 {
        /*margin-left: 10px !important;*/
    }

    .resp-tab-content {
        padding-top: 0;
        padding-bottom: 0;
    }

    .resp-tab-content.is-open-child .description-cat {
        display: none;
    }

    .resp-tab-content .col-xs-12 {
        padding: 0;
    }

    .menu-right-colom {
        width: 100%;
        padding: 0 25px;
    }

    .tab-section .menu-right-colom .menu-row .menu-row-inner .price {
        font-size: 15px;
        /*margin-top: 5px;*/
        /*width: 100%;*/
        text-align: left;
        display: inline-block;
        float: left;
        width: 20%;
    }

    .tab-section .menu-right-colom .menu-row {
        border-top: 1px solid #dbdbdb;
    }

    .tab-section .menu-right-colom .menu-row:last-child {
        border-bottom: 1px solid #dbdbdb;
    }

    .resp-tab-item {
        position: relative;
        display: none;
    }

    .resp-tab-item.resp-tab-active {
        display: inline-block !important;
    }

    .down-svg-tab {
        position: absolute;
        bottom: 13px;
        right: 10px;
    }

    .down-svg-tab.open {
        transform: rotate(180deg);
    }

    .tab-section .show-popup-add_cart .buy-now-product {
        margin-top: 0 !important;
    }

    .tab-section .post-content {
        align-items: center;
    }

    .tab-section .menu-right-colom .menu-row figure {
        width: 20%;
        /*display: inline-block;*/
        float: left;
        margin-right: 10px;
    }

    .tab-section .menu-right-colom .menu-row .menu-row-inner p {
        float: left;
        /*display: inline-block;*/
        clear: unset;
        width: 75%;
        margin-top: 0 !important;
        padding: 0;
        /*margin-left: 5%;*/
    }

    .tab-section .menu-right-colom div {
        padding: 0;
    }

    .modal.popup-sidedish .modal-dialog {
        margin: -1px;
    }
}

@media screen and (max-width: 567px) {
    .tab-section .menu-right-colom .menu-row {
        display: block;
    }

    .tab-section .menu-right-colom .menu-row .menu-row-inner {
        padding: 0;
        /*margin-top: 10px;*/
    }

    .tab-section .menu-right-colom .menu-row .menu-row-inner>.flex.align-item-center {
        display: block;
        overflow: hidden;
    }

    .tab-section .menu-right-colom .menu-row .menu-row-inner .price {
        justify-content: space-between;
    }

    /*.tab-section .menu-right-colom .menu-row figure {
        width: 50%;
        margin: auto;
        float: unset;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .tab-section .menu-right-colom .menu-row .menu-row-inner p {
        width: 100%;
        margin: 0;
        margin-top: 5px !important;
    }*/
}

/*End CSS MENU CAT*/

/*CSS AGENCY*/
.agency-section .site-blog-main {
    float: left;
    width: 100%;
}

.agency-section .blog-box {
    float: left;
    width: 100%;
    background: var(--primary-yellow);
    text-align: left;
    position: relative;
    padding-bottom: 35px;
    text-align: center;
}

.agency-section .blog-box:before {
    border: 2px solid rgba(24, 25, 30, 0.9);
    content: "";
    position: absolute;
    top: 20px;
    bottom: 20px;
    left: 20px;
    right: 20px;
    z-index: 1;
}

.agency-section .blog-box figure {
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
    -webkit-box-shadow: 0px 15px 45px 0px rgb(0 0 0 / 35%);
    -moz-box-shadow: 0px 15px 45px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 15px 45px 0px rgb(0 0 0 / 35%);
}

.agency-section .blog-box h3 {
    float: left;
    width: 100%;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    text-align: center;
    padding: 15px 25px;
    margin: 0;
    position: relative;
    z-index: 100;
}

.agency-section .blog-box h3 a {
    color: var(--color-second) !important;
}

.agency-section .blog-box ul {
    float: left;
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0 0 20px 0;
}

.agency-section .blog-box ul li {
    float: left;
    width: 100%;
    text-align: center;
    list-style: none;
    color: var(--color-second);
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
}

/*End CSS AGENCY*/

/*DETAIL PRODUCT*/

section.mirora-single-product.product-detail {
    padding: 2rem !important;
    margin-top: 50px;
}

.list-sidedishes .price {
    position: absolute;
    right: 0;
}

.list-sidedishes .name {
    position: relative;
}

.dropdown-sidedishes:hover {
    cursor: pointer;
}

.mirora-single-product.product-detail .total-price {
    font-size: 2rem;
    color: var(--primary-yellow);
    padding-left: 20px;
}

label.item-sidedishes {
    width: 100%;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 3px;
}

span.border-bottom {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
}

.product-details-content .eye-product {
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-details-availability {
    margin-top: 5px;
}

@media screen and (max-width: 567px) {
    .section.mirora-single-product.product-detail {
        padding: 1rem !important;
    }

    .list-sidedishes {
        padding: 0;
    }

    .list-sidedishes .name {
        font-size: 14px;
    }
}

/*-----------------------------------------------------------------------------------

 Team (section)

 # team container
 # carousel slider wrapper
 # thumbnail
 # image
 # typography
 # progress bar
 # social icons
 # slider slides
 # slider navigation

-----------------------------------------------------------------------------------*/
/* Team container */
.col-md-pull-10 {
    /*right: 83.33333333%;*/
}

.col-md-push-2 {
    /*left: 16.66666667%;*/
}

.site-team {
    margin: 0;
    display: block;
    width: 100%;
    clear: both;
    position: relative;
    padding-bottom: 160px;
}

.site-team .swiper-wrapper {
    /* Slider wrapper */
    text-align: left;
    padding-top: 0;
    padding-bottom: 20px;

}

.site-team .thumbnail {
    /* Thumbnail */
    display: block;
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    max-height: 480px;
    overflow: hidden;
    margin: 0 auto;
    padding: 0 10px 0 0;
}

.site-team .thumbnail .swiper-slide-active:after {
    /* Active thumbnail */
    opacity: 0;
}

.site-team .thumbnail ul {
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
    clear: both;
}

.site-team .thumbnail li {
    width: 118px;
    height: 139px;
    box-shadow: 0 0 3px rgba(2, 3, 3, 0.2);
    display: block;
    cursor: pointer;
    margin: 10px;
    clear: both;
    float: left;
    position: relative;
    overflow: hidden;
    background: no-repeat center;
    background-size: cover;
}

.site-team .thumbnail li:hover:after {
    opacity: 0.3;
}

.site-team .thumbnail li:after {
    /* Thumbnail overlay */
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: #000000;
    opacity: .7;
    transition: 400ms ease;
    transition-property: opacity;
}

.site-team figure {
    /* image */
    max-width: 356px;
    width: 100%;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
    background: grey;
    position: relative;
}


.site-team figure:before {
    border: 2px solid rgba(255, 255, 255, 0.2);
    content: "";
    position: absolute;
    top: 20px;
    bottom: 20px;
    left: 35px;
    right: 35px;
}

.site-team h4 {
    /* H4 heading */
    color: #FFFFFF;
    font-size: 25px;
    font-weight: 700;
    line-height: 25px;
    text-transform: uppercase;
    padding: 0;
    display: block;
    width: 100%;
    clear: both;
    margin: 0 0 4px;
}

.site-team h5 {
    /* H5 heading */
    color: #caccd3;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    text-transform: capitalize;
    padding: 0;
    display: block;
    width: 100%;
    clear: both;
    margin: 0 0 30px;
}

.site-team p {
    /* Paragraph */
    color: #c0bebf;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    width: 100%;
    display: block;
    clear: both;
}

.site-team h6 {
    /* H6 heading */
    color: #1a1e2a;
    font-family: inherit;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    text-transform: uppercase;
    width: 100%;
    display: block;
    clear: both;
    margin: 40px 0 10px;
}

.site-team .site-team-progress {
    /* Progress bar */
    width: 100%;
    display: block;
    clear: both;
}

.site-team .site-team-progress span {
    color: #959595;
    font-family: inherit;
    font-size: 13px;
    font-weight: 700;
    line-height: 14px;
    width: 100%;
    clear: both;
    display: block;
    padding-top: 22px;
    padding-bottom: 10px;
}

.site-team .site-team-progress label {
    max-width: 540px;
    width: 100%;
    height: 4px;
    background-color: #dbdbdb;
    display: block;
    overflow: hidden;
    clear: both;
}

.site-team .site-team-progress label span {
    width: 100%;
    background: #deb150;
    height: 4px;
    display: block;
}

.site-team .site-team-social {
    /* Social icons */
    width: 100%;
    display: block;
    clear: both;
    margin-top: 40px;
}

.site-team .site-team-social a {
    display: inline-block;
    position: relative;
    z-index: 1;
    transition: 400ms ease;
    transition-property: background;
    overflow: hidden;
    border: #c0bebf solid 1px;
    border-radius: 100px;
}

.site-team .site-team-social a:hover {
    background: #deb150;
    border: #c0bebf solid 1px;
}

.site-team .site-team-social i.fa {
    /* Font awesome icon */
    width: 45px;
    height: 45px;
    line-height: 43px;
    display: inline-block;
    text-align: center;
    color: #deb150;
    font-family: FontAwesome, serif;
    font-size: 17px;
    font-weight: 400;
}

.site-team .team-section-slider {
    /* Slides */
    padding-left: 10px;
    padding-right: 10px;
}

.site-team .team-section-arrow {
    /* Arrows container */
    position: absolute;
    top: auto;
    bottom: auto;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 160px;
    margin: 70px auto 0;
    display: block;
    z-index: 100;
}

.swiper-button-prev,
.swiper-button-next {
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: block;
    background: white none;
    text-align: center;
    transition: 400ms ease;
    transition-property: background-color;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: 10px;
    overflow: hidden;
    border-radius: 2px;
}

.site-team .swiper-button-prev,
.site-team .swiper-button-next {
    /* Prev navigation button */
    background: none;
}

.swiper-button-next {
    right: 10px;
    left: auto;
}

.site-team .swiper-button-prev:hover:before,
.site-team .swiper-button-next:hover:before {
    color: #deb150;
}

.site-team .swiper-button-prev:before,
.site-team .swiper-button-next:before {
    content: "\e905";
    font-family: 'icomoon', serif;
    display: block;
    color: #a5a7ab;
    transition: 400ms ease;
    transition-property: color;
}

.site-team .swiper-button-next {
    /* Next navigation button */
}

.site-team .swiper-button-next:before {
    content: "\e906";
}

/* Team section element ****/
.team-element-1 {
    position: absolute;
    z-index: -1;
    left: 30px;
    top: 20px;
}

.team-element-2 {
    position: absolute;
    z-index: -1;
    left: 120px;
    top: 20px;
}

.team-element-3 {
    position: absolute;
    z-index: -1;
    right: 90px;
    bottom: 30px;
}

@media screen and (max-width:1199px) {
    .team-element-3 {
        right: 0px;
        bottom: 0px;
    }
}

@media screen and (max-width: 1000px) {
    .personnel-section .btn-active {
        margin-top: 30px;
    }
}

@media screen and (max-width: 991px) {

    .team-element-1,
    .team-element-2,
    .team-element-3 {
        display: none;
    }

    .site-team {
        padding-top: 50px;
    }

    .site-team .thumbnail {
        width: 100%;
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .site-team .team-section-arrow {
        margin-top: 0px;
    }

    .site-team figure {
        margin: 0 auto;
        max-width: inherit;
    }

    .site-team figure img {
        width: 100%;
    }

    .site-team .site-team-progress label {
        margin: 0 auto;
        max-width: 400px;
    }

    .site-team h4 {
        padding-top: 50px;
    }

    .site-team {
        padding-bottom: 130px;
    }

    .site-team .swiper-wrapper {
        text-align: center;
        padding-top: 0px;
    }
}

/*Customer*/

.customer-section .owl-stage-outer {
    padding: 60px 0px;
}

.customer-section .owl-item {
    background: var(--background-black-1);
    padding: 15px;
}

.customer-section .owl-item .feedback-item {
    /* slider slides inner */
    background-color: #18191e;
    border-radius: 0;
    padding: 0 30px 30px 30px;
    border: #33343c solid 2px;

}

.customer-section p {
    color: #c0bebf;
    font-family: inherit;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    display: block;
    width: 100%;
    clear: both;
    margin: 0;
    letter-spacing: 1px;
}

.customer-section h5 {
    /* h5 heading */
    color: #FFFFFF;
    font-family: inherit;
    font-size: 21px;
    font-weight: 700;
    line-height: 20px;
    padding: 0;
    display: block;
    width: 100%;
    clear: both;
    margin: 0 0 6px;
    text-transform: uppercase;
}

.customer-section h6 {
    /* h6 heading */
    color: #c0bebf;
    font-family: inherit;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    padding: 0;
    display: block;
    width: 100%;
    clear: both;
    margin: 15px 0;
}

.customer-section figure {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    margin-top: -60px;
    background-color: white;
    border-radius: 200px;
    overflow: hidden;
}

.customer-section p.customer-text {
    padding: 15px 0;
}

.customer-section .client-details {
    text-align: center;
}

@media screen and (max-width: 767px) {
    .customer-section .owl-stage-outer {
        padding: 0;
    }

    .customer-section .owl-item {
        margin-top: 60px;
        text-align: center;
    }

    .customer-section .section-heading {
        margin-bottom: 0 !important;
    }

    .feedback-slider {
        margin: auto;
    }
}

@media screen and (max-width: 567px) {
    .customer-section h5 {
        font-size: 17px;
        line-height: 20px;
    }

    .customer-section .client-details svg {
        height: 15px;
        width: 15px;
    }
}

/*CSS STATISTIC*/

.counter-area {
    position: relative;
    background-color: unset !important;
}

.stats-element-1 {
    position: absolute;
    z-index: 0;
    left: 70px;
    top: 70px;
}

.stats-element-3 {
    position: absolute;
    z-index: 0;
    right: 100px;
    top: 20px;
}

.stats-element-4 {
    position: absolute;
    z-index: 0;
    right: 0px;
    bottom: 20px;
}

.counter-item {
    width: 100%;
    margin-right: 2%;
    margin-left: 2%;
    position: relative;
    padding: 0 10px;
    margin-bottom: 30px;
    display: block;
    text-align: center;
    white-space: nowrap;
    float: left;
    font-family: 'Montserrat', sans-serif;
}

.fun_text {
    float: left;
    width: 100%;
}

.counter-item figure {
    line-height: 1.5;
    margin: auto 0;
    color: var(--white);
    padding-bottom: 25px;
}

.counter-item figure i {
    font-size: 40px;
    line-height: 1.5;
}

.counter-item h3 {
    color: var(--primary-yellow);
    font-family: inherit;
    font-size: 70px;
    font-weight: normal;
    line-height: 1;
    padding: 0;
    margin: 0;
}

.counter-item p {
    color: var(--white);
    font-size: 21px;
    font-weight: 700;
    line-height: 1.5;
    text-transform: uppercase;
    margin: 0;
    padding: 35px 0 0 0;
    text-align: center;
}

/*End CSS STATISTIC*/

/*CSS GALLERy*/

.gallery-section .owl-dots {
    margin-top: 20px;
}

.blog-item {
    margin-bottom: 30px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 20px 0 hsl(0deg 0% 87% / 42%);
    border-radius: 5px;
    overflow: hidden;
}

.gallery-thumb-block {
    position: relative;
    overflow: hidden;
}

a.fancybox-thumb,
a.fancybox-media {
    display: unset;
}

.gallery-thumb {
    /*height: 390px;*/
    object-fit: cover;
}

.meta-gallery-block {
    padding: 10px 15px;
    background: var(--background-black-1);
}

.meta-gallery-block:hover {
    -webkit-box-shadow: 0 0 15px rgb(171 188 246 / 33%);
    -moz-box-shadow: 0 0 15px rgb(171 188 246 / 33%);
    -ms-box-shadow: 0 0 15px rgb(171 188 246 / 33%);
    -o-box-shadow: 0 0 15px rgb(171 188 246 / 33%);
    box-shadow: 0 0 15px rgb(171 188 246 / 33%);
    z-index: 3;
}

.meta-gallery {
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
}

.meta-gallery .date-time {
    text-align: left;
    font-size: 13px;
    /*width: 50%;*/
}

.meta-gallery .data-seeding {
    display: flex;
    justify-content: flex-end;
    text-align: right;
}

.data-rate {
    margin-right: 5px;
}

.data-view {
    font-size: 13px;
    line-height: 23px;
}

span.text-view {
    margin-right: 5px;
}

.meta-gallery i {
    font-size: 13px;
    margin-right: 2px;
}

.gallery-hover {
    padding: 53% 15px 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 34, 73, 0.4);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    /* z-index: 5; */
    /* padding: 20px; */
    opacity: 0;
}

.slide-item:hover .gallery-hover {
    background: #000000b0;
    padding-top: 35%;
    /*bottom: 0;*/
    opacity: 1;
    border: 10px solid var(--primary-yellow);
}

.gallery-sapo {
    position: absolute;
    bottom: 16%;
    left: 5%;
    right: 5%;
}

.date-time {
    position: absolute;
    bottom: 5%;
    right: 5%;
}

.gallery-search,
.gallery-video-play {
    position: absolute;
    left: 30%;
}

.gallery-link,
.gallery-video-link {
    margin-left: 10px;
    position: absolute;
    right: 30%;
}

.gallery-search,
.gallery-link,
.gallery-video-play,
.gallery-video-link {
    bottom: 40%;
    background-color: var(--primary-yellow);
    border-radius: 50%;
    height: 50px;
    width: 50px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.gallery-search svg,
.gallery-link svg,
.gallery-video-play svg,
.gallery-video-link svg {
    height: 30px;
    width: 30px;
    overflow: hidden;
    color: var(--white);
}

svg.search-gallery-svg:hover,
svg.play-gallery-svg:hover,
svg.link-gallery-svg:hover {}

/*End CSS GAllery*/

/*CSS Detail GAllerry*/
.blog-area .title {
    margin-top: 10px;
}

.item-gallery-detail {
    margin-top: 30px;
}

.item-gallery-detail:nth-child(1),
.item-gallery-detail:nth-child(2),
.item-gallery-detail:nth-child(3) {
    margin-top: 45px;
}

.post-content {
    padding: 0 !important;
}

/*End CSS Detail GAlerry*/

/*CSS POST*/

article.blog-item {
    position: relative;
}

.list-badge {
    position: absolute;
    z-index: 1;
}

.list-badge .badge {
    padding: 10px 15px;
    background: #fff;
    margin: 5px;
    color: #0046c0;
}

.rating-view {
    position: absolute;
    bottom: 0;
    color: #fff;
    padding: 10px;
    background: #000000a6;
    opacity: 0;
    border-top-right-radius: 5px;
    right: 0;
    left: 0;
}

.rating {
    margin-right: 20px;
    color: #edc400;
}

.view i {
    font-size: 20px;
    margin-right: 5px;
}

.blog-item:hover .rating-view {
    opacity: 1;
    animation: all .5s;
}

.blog-top .rating-view i {
    color: var(--white) !important;
}

.blog-item .blog-bottom {
    padding: 25px 20px;
    background-color: var(--primary-background);
}

.blog-item .blog-bottom p {
    color: var(--primary);
    margin-bottom: 20px;
    padding-bottom: 0;
    font-size: 15px;
}

.blog-item .blog-bottom ul {
    margin: 0;
    padding: 20px 0 0;
    border-top: 1px solid var(--primary-opacity);
}

.blog-item .blog-bottom ul li {
    display: inline-block;
    list-style-type: none;
    font-weight: 500;
    font-size: 14px;
}

.blog-item .blog-bottom ul li:last-child {
    float: right;
    color: var(--primary);
}

/*End CSS POST*/

/*CTA FORM*/

.cta_form-section {
    position: relative;
}

.book-table-element-1 {
    position: absolute;
    z-index: 0;
    left: 0px;
    top: 20px;
}

.book-table-element-3 {
    position: absolute;
    z-index: 0;
    right: 0px;
    top: 100px;
}

.cta_form-section .form--contact {
    position: relative;
    padding: 5%;
    z-index: 1;
    margin: auto;
}

.cta_form-section .form--contact:before {
    position: absolute;
    content: '';
    top: 4%;
    bottom: 4%;
    left: 2%;
    right: 2%;
    border: 1px solid #ccc;
}

.form--contact:after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background-color: var(--primary-yellow);
}

.cta_form-section .form--contact input,
.cta_form-section .form--contact textarea {
    background-color: unset !important;
}

.cta_form-section .form--contact input:focus,
.cta_form-section .form--contact textarea:focus {
    border-color: #ced4da;
    box-shadow: 0px 0px 0px 2px rgb(206 212 218 / 61%);
}

button.btn.appointment-btn {
    margin: 0 auto;
    border: 1px solid #000;
    color: var(--background-black-1);
    background: none;
}

button.btn.appointment-btn:hover {
    border: var(--background-black-1) solid 1px;
    background: var(--background-black-1);
    color: #FFFFFF;
}

@media screen and (max-width: 767px) {

    .cta_form-section .section-title {
        margin-bottom: 50px;
    }

    .cta_form-section .form--contact {
        padding: 10%;
    }

    .cta_form-section .form--contact:before {
        left: 5%;
        right: 5%;
    }
}

/*End CTA FORM*/

/*CSS COMMENT FB*/
.product-details-tab .footer-meta {
    padding: 3rem 3rem 0;
}

/*End COMMENT FB*/