/*
Theme Name: Theme Asia Garden
Version: 1.0
Text Domain: themeasiagarden
*/
img{outline: none;max-width: 100%;height: auto}
input:focus,button:focus,select:focus,textarea:focus{outline: none}
iframe{margin-left: auto;margin-right: auto;max-width: 100%}



@font-face {
    font-family: 'Mulish Black';
    src:url('assets/fonts/Mulish-Black_0.ttf')
}

@font-face {
    font-family: 'Mulish BlackItalic';
    src:url('assets/fonts/Mulish-BlackItalic_0.ttf')
}

@font-face {
    font-family: 'Mulish Bold';
    src:url('assets/fonts/Mulish-Bold_0.ttf')
}

@font-face {
    font-family: 'Mulish BoldItalic';
    src:url('assets/fonts/Mulish-BoldItalic_0.ttf')
}

@font-face {
    font-family: 'Mulish ExtraBold';
    src:url('assets/fonts/Mulish-ExtraBold_0.ttf')
}

@font-face {
    font-family: 'Mulish ExtraBoldItalic';
    src:url('assets/fonts/Mulish-ExtraBoldItalic_0.ttf')
}

@font-face {
    font-family: 'Mulish ExtraLight';
    src:url('assets/fonts/Mulish-ExtraLight_0.ttf')
}

@font-face {
    font-family: 'Mulish ExtraLightItalic';
    src:url('assets/fonts/Mulish-ExtraLightItalic_0.ttf')
}

@font-face {
    font-family: 'Mulish Italic';
    src:url('assets/fonts/Mulish-Italic_0.ttf')
}

@font-face {
    font-family: 'Mulish Light';
    src:url('assets/fonts/Mulish-Light_0.ttf')
}

@font-face {
    font-family: 'Mulish LightItalic';
    src:url('assets/fonts/Mulish-LightItalic_0.ttf')
}

@font-face {
    font-family: 'Mulish Medium';
    src:url('assets/fonts/Mulish-Medium_0.ttf')
}

@font-face {
    font-family: 'Mulish MediumItalic';
    src:url('assets/fonts/Mulish-MediumItalic_0.ttf')
}

@font-face {
    font-family: 'Mulish Regular';
    src:url('assets/fonts/Mulish-Regular_0.ttf')
}

@font-face {
    font-family: 'Mulish SemiBold';
    src:url('assets/fonts/Mulish-SemiBold_0.ttf')
}

@font-face {
    font-family: 'Mulish Medium';
    src:url('assets/fonts/Oswald-Medium.ttf')
}
@font-face {
    font-family: 'Oswald Regular';
    src:url('assets/fonts/Oswald-Regular.ttf')
}
@font-face {
    font-family: 'Oswald ExtraLight';
    src:url('assets/fonts/Oswald-ExtraLight.ttf')
}
ul {margin:0;padding:0;list-style: none;}
a{text-decoration: none !important;}
body{
    color: #333333;
    font-size: 15px;
    font-family: 'Oswald Regular' !important;
}
.container{
    max-width: 1200px;
}
/* header desktop*/
.header-desktop{
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 10;
    display: block;
    background: none;
}
.header-mobile{
    display: none;
}
.main-menu-mobile{
    display: none;
}
.inner-header{
    display: flex;
    justify-content: space-between;
}
.header-logo{
    display: flex;
}
.header-logo a{
    padding-top: 10px;
}
.header-logo a img  {
    width: 60px;
    height: auto;
}
.content-logo{
    padding: 17px 10px;
}
.content-logo p{
    font-weight: 600;
    font-size: 24px;
    line-height: 1.4;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: Oswald Regular;
    margin: 0;
    color: #fff;
}
.content-logo span{
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0px;
    color: #fff;
    text-transform: uppercase;
}
.nav-primary{
    display: flex;
    grid-gap: 34px;
}
.nav-primary >li{
    position: relative;
}
.nav-primary >li >a{
    text-decoration: none;
    padding: 40px 8px;
    text-transform: uppercase;
    font-size: 16px;
    border-radius: 5px;
    display: block;
    letter-spacing: .6px;
    line-height: 21px;
    font-family: Oswald Regular;
    font-weight: 500;
    color: #fff;
}
.nav-primary >li >a:hover{
    color: rgb(219, 26, 42) !important;
}
.nav-primary >li >.sub-menu{
    background: #1b1f28;
    position: absolute;
    top: 80%;
    min-width: 200px;
    left: 0;
    text-align: left;
    display: none;
}
.nav-primary >li >span{
    color: #fff;
    position: absolute;
    top: 37px;
    right: -7px;
}
.nav-primary >li >.sub-menu >li >a{
    font-size: 14px;
    line-height: 23px;
    padding: 5px 20px;
    position: relative;
    display: block;
    transition: none;
    color: #fff;
}
.header-menu {
    display: flex;
}
.header-menu .booking-food{
    padding: 28px 20px;
    text-decoration: none;
}
.header-menu .booking-food p{

    background: #db1a2a;
    padding: 10px 28px;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    border-radius: 5px;
    display: block;
    letter-spacing: .6px;
    line-height: 21px;
    margin: 0;
}



/* home-page */
#myBtn{
    display: block;
    position: fixed;
    bottom: 110px;
    right: 25px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid #333;
    opacity: 0.6;
    z-index: 10;
    background: #fff;
}
.section-1{
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 130vh;
    background-attachment: fixed;
    text-align: center;
}
.inner-section-banner{
    padding-top: 310px;
    position: relative;
}
.inner-section-banner .inner-section-banner--text-1{
    font-size: 30px;
    line-height: 45px;
    color: white;
    text-transform: uppercase;
}
.inner-section-banner .inner-section-banner--text-2{
    font-size: 71px;
    line-height: 90px;
    color: white;
}
.inner-section-banner .inner-section-banner--text-3{
    font-size: 18px;
    line-height: 27px;
    color: white;
}
.inner-section-banner .inner-section-banner--text-4 .phone-order{
    color: #ffffff;
    background-color: #db1a2a;
    border-color: #db1a2a;
    font-size: 17px;
    padding: 16px 15px;
    min-width: 180px;
    border-radius: 4px;
    display: inline-block;
    margin: 0 10px;
    text-transform: uppercase;
}
.inner-section-banner .inner-section-banner--text-4 .order-online{
    color: black;
    background-color: white;
    border-color: white;
    font-size: 17px;
    padding: 16px 15px;
    min-width: 180px;
    border-radius: 4px;
    display: inline-block;
    margin: 0 10px;
    text-transform: uppercase;
}
.section-2{
    margin-top: -85px;
    z-index: 9;
    padding-bottom: 125px;
}
.content-home-service{
    display: flex;
    text-align: center;
    height: 140px;
    flex-direction: row;
    justify-content: center;
    grid-gap: 46px;
    max-width: 800px;
    margin: 0 auto;
    background: white;
    position: relative;
    padding: 35px 60px;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 60px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0 0 60px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 60px rgb(0 0 0 / 20%);
}
.content-home-service .item-service .box-img-service img{
    height: auto;
    width: 50px;
    filter: grayscale(100%);
    margin: 0 0 15px 0;
}
.content-home-service .item-service:hover .box-img-service img{
    filter: grayscale(0%);
}
.content-home-service .item-service .info-service a{
    color: #333333;
}
.content-home-service .item-service:hover .info-service a{
    color: #db1a2a;
}
.section-3{
    padding: 0 0 125px 0;
    background-repeat: no-repeat;
    background-size: 100%;
}
.home-about{
    display: flex;
    max-width: 100%;
    grid-gap: 110px;
}
.home-about .image-home-about{
    width: 50%;
}
.home-about .image-home-about img{
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.home-about .content-home-about{
    width: 50%;
    margin-top: 80px;

}
.home-about .content-home-about .content-home-about-head{
    font-family: 'Mulish Medium';
}
.home-about .content-home-about .content-home-about-head h2{
    font-weight: 500;
    font-size: 24px;
    margin: 0 0 10px 0;

}
.home-about .content-home-about .content-home-about-head h4{
    font-size: 16px;
    font-weight: 500;
    color: #db1a2a;
}
.home-about .content-home-about .content-home-about-infor {
    font-weight: 400;
    color: #212529;
    text-align: left;
    line-height: 24px;
    font-size: 14px;
    padding-top: 20px;
}
.home-about .content-home-about .content-home-about-infor p{
    margin: 0 0 15px 0;
}
.home-about .content-home-about .content-home-about-infor ul{
    list-style: disc;
    padding-left: 25px;
}
.home-about .content-home-about .content-home-about-infor ul li{
    padding: 10px;
}


.section-4{
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.section-4 .inner-section-home-order{
    background: linear-gradient(to right, rgba(255, 255, 255, 0.9) 0%, rgba(237, 241, 244, 0.6) 50%, rgba(11, 17, 33, 0) 50%, black 50%, rgba(0, 0, 0, 0.71) 100%);
}
.content-home-order{
    display: flex;
    width: 100%;
}
.content-home-order .content-left-order{
    width: 50%;
    padding: 120px 65px 120px 0;
}
.content-left-order-header{
    margin: 0 0 60px 0;
}
.content-left-order-header h1{
    font-weight: 500;
    font-size: 24px;
    margin: 0 0 10px 0;
    clear: both;
    color: #333333;
    text-transform: uppercase;
}
.content-left-order-header h3{
    font-size: 16px;
    font-weight: 500;
    color: #db1a2a;
    text-transform: uppercase;
}
.menu-today .item-menu-today{
    display: flex;
    grid-gap: 20px;
    align-items: center;
    width: 100%;
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
    border-bottom: 1px dashed gray;
}
.menu-today .item-menu-today .image-item-menu-today{
    width: 20%;
    height: auto;
}
.menu-today .item-menu-today .image-item-menu-today a img{
    border-radius: 10px;
}
.menu-today .item-menu-today .content-item-menu-today{
    width: 100%;
    height: auto;
}
.menu-today .item-menu-today .content-item-menu-today .content-item-menu-today-1{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 0 0 5px 0;
}
.menu-today .item-menu-today .content-item-menu-today .content-item-menu-today-1 a{
    font-weight: 500;
    font-size: 18px;
    color: #333333;
    text-transform: uppercase;
}
.menu-today .item-menu-today .content-item-menu-today .content-item-menu-today-1 .content-item-menu-today-price{
    display: flex;
    flex-direction: row-reverse;
    grid-gap: 10px;
    font-size: 14px;
}
.menu-today .item-menu-today .content-item-menu-today .content-item-menu-today-1 .content-item-menu-today-price >span >bdi{
    color: #db1a2a;
    font-weight: 500;
    font-size: 16px;
}
.menu-today .item-menu-today .content-item-menu-today .content-item-menu-today-1 .content-item-menu-today-price >ins{
    color: #db1a2a;
    font-weight: 500;
    font-size: 16px;
    text-decoration: none;
}
.view-order-menu-today{
    margin: 60px 0 0 0;
    text-align: left!important;
}
.view-order-menu-today a{
    background: #db1a2a;
    color: white;
    border-radius: 30px;
    padding: 11px 50px;
    font-size: 14px;
    min-width: 170px;
    font-weight: 500;
}
.content-right-order{
    width: 50%;
    padding: 120px 0 120px 65px;
    color: white;
}
.content-right-order .content-right-order-header{
    margin: 0 0 60px 0;
}
.content-right-order .content-right-order-header h1{
    font-weight: 500;
    font-size: 24px;
    margin: 0 0 10px 0;
    text-transform: uppercase;
}
.content-right-order .content-right-order-header h3{
    font-size: 16px;
    font-weight: 500;
    color: #db1a2a;
    text-transform: uppercase;
}
.content-right-order .content-info p{
    margin: 0 0 25px 0;
}
.time-work{
    display: flex;
    grid-gap: 20px;
}
.box-img-time-work{
    width: 80px;
    height: 80px;
    background: white;
    border-radius: 100%;
    padding: 15px;
}
.box-time-work h4{
    color: #db1a2a;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    font-size: 16px;
}
.outer-info-time{
    display: flex;
    grid-gap: 15px;
    font-size: 14px;
}
.outer-info-time .info-time{
    display: flex;
    flex-direction: column;
}
.phone-order-today{
    margin: 45px 0 0 0;
    width: 100%;
    text-align: left!important;
}
.phone-order-today a{
    background: #db1a2a;
    color: white;
    border-radius: 30px;
    padding: 11px 50px;
    font-size: 14px;
    min-width: 170px;
    font-weight: 500;
    text-transform: uppercase;
}
.section-5{
    padding: 100px 0;
}
.cooking-recipe{
    text-align: -webkit-center;
}
.cooking-recipe-content{
    column-count: 2;
    max-width: 900px;
    text-align: center;
}
.cooking-recipe-head{
    text-align: left;
    margin: 0 0 100px 7px;
    text-transform: uppercase;
}
.cooking-recipe-head h2{
    font-weight: 500;
    font-size: 24px;
    margin: 0 0 10px 0;
}
.cooking-recipe-head h4{
    font-size: 16px;
    font-weight: 500;
    color: #db1a2a;
}
.item-cooking-recipe-content{
    position: relative;
    overflow: hidden;
    margin: 0 7px 40px 7px;
    border-radius: 10px;
}
.item-cooking-recipe-content a img{
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.item-cooking-recipe-content:hover .link-cooking-recipe-info{
    visibility: visible;
    background: rgba(16, 13, 34, 0.8);
    transition: 0.4s;
}
.item-cooking-recipe-content .link-cooking-recipe-info{
    border-radius: 10px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    visibility: hidden;
    transition: 0.02s;
}
.item-cooking-recipe-content .link-cooking-recipe-info .cooking-recipe-info{
    text-align: left;
    position: absolute;
    width: 85%;
    bottom: 18px;
    left: 22px;
    color: white;
}
.item-cooking-recipe-content .link-cooking-recipe-info .cooking-recipe-info .list-rating{
    color: #d97c4f;
}
.description-cooking-recipe{
    text-align: left;
}
.description-cooking-recipe .view-more-text{
    color: #db1a2a;
    text-decoration: underline;
    margin-top: 22px;
}

.section-6{
    text-align: -webkit-center;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0 0 100px 0;
    position: relative;
    margin: 50px 0px;
}
.section-6::after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.7);
    top: 0;
    z-index: 1;
}
.slider-comment-customer{
    display: flex;
    box-shadow: 0 0 60px rgb(0 0 0 / 20%);
    background: white;
    border-radius: 20px;
    top: -50px;
    position: relative;
    overflow: hidden;
    padding: 120px 97px;
    margin: 0 0 50px 0;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    grid-gap: 40px;
    z-index: 2;
}

.item-slider-comment-customer{
    display: flex !important;
    grid-gap: 35px;
}
.image-item-slider-comment{
    width: 20%;
}
.image-item-slider-comment img{
    width: 100%;
    text-align: center;
    margin: auto;
    overflow: hidden;
    height: auto;
}
.content-item-slider-comment{
    text-align: left;
}
.feedback-customer i{
    margin: 0 0 15px 0;
    font-size: 35px;
}
.feedback-customer p{
    line-height: 24px;
    font-size: 14px;
}
.info-comment-customer{
    display: flex;
    margin: 0 0 15px 0;
}
.info-comment-customer h4{
    font-weight: 500;
    color: #db1a2a;
    margin: 0 20px 0 0;
    font-size: 16px;
}
.info-comment-customer span{
    font-size: 14px;
}
.list-rating-comment-customer i{
    font-size: 100%;
    color: #d97c4f;
    font-family: 'FontAwesome';
    font-weight: 900;
}
.slider-comment-customer #next{
    font-size: 25px;
}
.slider-comment-customer #prev{
    font-size: 25px;
}
.inner-row-bellow-customer{
    display: flex;
    background: none;
    justify-content: center;
}
.item-bellow-customer{
    display: flex;
    z-index: 2;
    height: auto;
    align-items: center;
    margin: 0 60px;
    grid-gap: 20px;
}
.box-img-bellow-customer img{
    width: 80px;
    height: auto;
}
.box-info-bellow-customer h4{
    color: white;
    font-size: 28px;
    font-weight: 500;
}
.box-info-bellow-customer p{
    margin: 0;
    color: #db1a2a;
    text-transform: uppercase;
    min-width: max-content;
}

.section-7{
    padding: 100px 0;
}
.title-header-section-7{
    margin: 0 0 40px 0;
    text-transform: uppercase;
}
.title-header-section-7 h2{
    font-weight: 600;
    font-size: 24px;
    margin: 0 0 10px 0;
}
.title-header-section-7 h4{
    font-size: 16px;
    font-weight: 500;
    color: #db1a2a;
}
.content-section-7 {
    display: flex;
    grid-gap: 21px;
}
.item-content-section-7{
    margin: 0 10px;
}
.item-content-section-7:hover .image-item-content-section-7 a img{
    transform: scale(1.2);
    transition: 0.5s;
}
.image-item-content-section-7 a img{
    transition: 0.5s;
}
.image-item-content-section-7{
    margin: 0 0 15px 0;
    position: relative;
    overflow: hidden;

}
.time-article{
    background: #db1a2a;
    color: white;
    position: absolute;
    top: 0;
    left: 0;
    padding: 15px 15px 20px 10px;
    border-radius: 0 0 35px 0;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
}
.time-article p{
    display: block;
    font-size: 13px;
    font-weight: 500;
}
.infor-item-content-section-7{
    position: relative;
    top: -50px;
    background: white;
    max-width: 90%;
    margin: 0 auto;
    padding: 15px;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}
.infor-item-content-section-7 .name-article{
    margin: 0 0 10px 0;
    line-height: 1.6;
    overflow: hidden;
}
.infor-item-content-section-7 .name-article a{
    color: #333333;
    font-weight: 600;
    font-size: 15px;
}
.infor-item-content-section-7 .des-article {
    margin-bottom: 10px;
    line-height: 24px;
    font-size: 14px;
}
.view-more-article{
    text-align: right;
}
.view-more-article a{
    text-decoration: underline;
    color: #db1a2a;
}
.view-all-blog{
    text-align: center;
}
.view-all-blog a{
    background: #db1a2a;
    color: white;
    border-radius: 30px;
    padding: 11px 50px;
    font-size: 14px;
    min-width: 170px;
    font-weight: 500;
    cursor: pointer;
}


/* Page gioi thieu*/
.breadcrums-introduce{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 60vh;
    text-align: center;
}
.breadcrums-introduce span{
    color: #ffffff;
    font-size: 70px;
    line-height: 1.3;
    letter-spacing: 1px;
    font-weight: 300;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    padding-top: 230px;
    font-family: 'Oswald ExtraLight';
}
.introduce-section-1{
    display: flex;
}
.introduce-section-1-image{
    width: 43%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.introduce-section-1-content{
    width: 53%;
    padding: 7%;
    font-family: 'Oswald ExtraLight';
}
.introduce-section-1-content span{
    font-size: 44px;
    line-height: 1.2;
    font-weight: 300;
    margin: 0 0 20px 0;
}
.description-section-1{
    padding-top: 30px;
}
.description-section-1 p{
    font-size: 16px;
    line-height: 24px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    margin: 0 0 20px 0;
    text-align: justify;
    color: #8d8383;
}
.introduce-section-2{
    padding: 100px 0;
    background: #f2f2f2;
}
.title-introduce-section-2{
    display: flex;
    justify-content: center;
    margin: 0 0 80px 0;
}
.title-introduce-section-2 img{
    width: 50px;
}
.main-title-about{
    padding: 0 0 0 18px;
    border-left: 2px solid #db1a2a;
    margin: 0 0 0 18px;
}
.main-title-about h2{
    font-weight: 500;
    font-size: 24px;
    text-transform: uppercase;
}
.main-title-about h4{
    font-size: 16px;
    font-weight: 500;
    color: #db1a2a;
    text-transform: uppercase;
}
.content-introduce-section-2{
    display: flex;
    grid-gap: 40px;
}
.item-introduce-section-2-image{
    background: white;
    width: 120px;
    height: 120px;
    border-radius: 100%;
    opacity: 0.8;
    margin: 0 auto 30px auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.item-introduce-section-2-image img{
    padding: 10%;
}
.box-introduce-section-2{
    text-align: center;
}
.box-introduce-section-2 h4{
    position: relative;
    padding: 0 0 13px 0;
    margin: 0 0 13px 0;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 20px;
}
.box-introduce-section-2 h4::after{
    content: "";
    width: 40px;
    display: inline-block;
    height: 1px;
    background: black;
    position: absolute;
    bottom: 0;
    left: calc(50% - 20px);
}
.box-introduce-section-2 p{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    text-align: justify;
    font-size: 16px;
    line-height: 24px;
    color: #8d8787;
}
.introduce-section-3{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    background-attachment: fixed;
    text-align: -webkit-center;
}
.title-introduce-section-3{
    text-align: center;
    max-width: 780px;
    padding-top: 200px;
}
.title-introduce-section-3 h3{
    font-size: 50px;
    line-height: 70px;
    color: white;
    margin: 0 0 30px 0;
    font-weight: 300;
}
.title-introduce-section-3 h4{
    font-size: 18px;
    line-height: 27px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-style: italic;
    color: white;
    margin: 0 0 30px 0;
}
.inner-introduce-section-3 .phone-order{
    color: #ffffff;
    background-color: #db1a2a;
    border-color: #db1a2a;
    font-size: 17px;
    padding: 16px 15px;
    min-width: 180px;
    border-radius: 4px;
    display: inline-block;
    margin: 0 10px;
    text-transform: uppercase;
}
.inner-introduce-section-3 .order-online{
    color: black;
    background-color: white;
    border-color: white;
    font-size: 17px;
    padding: 16px 15px;
    min-width: 180px;
    border-radius: 4px;
    display: inline-block;
    margin: 0 10px;
    text-transform: uppercase;
}
.inner-introduce-section-3 a:hover{
    background: black;
    color: white;
    transition: 0.7s;
}

    /* page archive post*/

.blog{
    padding: 40px 0;
}
.news-latest{
    margin: 0 0 30px;
    position: relative;
    padding: 20px;
    border: 1px solid #e3e5ec;
}
.news-latest-title h2{
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #000;
    text-align: center;
}
.item-news-latest{
    display: flex;
    width: 100%;
    grid-gap: 15px;
    border-bottom: 1px #efefef dotted;
    padding: 15px 0;
    margin: 0;
}
.item-news-latest >a{
    width: 100px;
}
.content-item-news-latest{
    display: flex;
    flex-direction: column;
}
.content-item-news-latest a{
    color: #333333;
    font-size: 14px;
    margin: 0 0 5px;
}
.content-item-news-latest span{
    font-size: 12px;
}
.menu-sidebar{
    margin: 0 0 30px;
    position: relative;
    padding: 20px;
    border: 1px solid #e3e5ec;
}
.menu-sidebar-title h2{
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #000;
    text-align: center;
}
.nav-sidebar >li{
    position: relative;
}
.nav-sidebar >li >span{
    position: absolute;
    top: 0px;
    left: 76px;
    width: 30px;
    height: 30px;
    padding: 2px 7px;
}
.nav-sidebar >li >span i{
    font-size: 10px;
}
.nav-sidebar >li >a{
    text-decoration: none;
    color: #333333;
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 1px;
}
.nav-sidebar >li >.sub-menu{
    padding-left: 15px;
display: none;
}
.nav-sidebar >li >.sub-menu >li >a{
    padding: 5px 5px 5px 0;
    color: #666;
    line-height: 26px;
    font-size: 12px;
}
.header-blog h2{
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 30px;
}
.item-blog-content{
    display: flex;
    grid-gap: 25px;
    margin-bottom: 25px;
}
.image-item-blog-content{
    width: 33%;
    overflow: hidden;
}
.image-item-blog-content a img{
    transition: 0.5s;
}
.image-item-blog-content a img:hover{
    transform: scale(1.5);
    transition: 0.9s;
}
.content-item-blog{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.content-item-blog a{
    margin-bottom: 10px;
    font-size: 16px;
    text-transform: none;
    letter-spacing: 0;
    color: #333333;
}
.content-item-blog a:hover{
    color: #c4152b;
}
.content-item-blog span{
    margin-bottom: 15px;
    color: #999;
}
.content-item-blog p{
    margin-bottom: 10px;
    line-height: 24px;
    font-size: 13px;
}

    /* page single posts*/
.content-single-post{
    padding: 40px 0;
}

.single-content h1{
    margin: 20px 0;
    font-size: 24px;
}
.single-content span{
    opacity: 0.85;
    display: inline-block;
    margin-right: 10px;
    font-size: 14px;
    font-weight: 500;
}


    /* comment */
.info-box-comment{
    margin: 40px 0px;
}
.comment-meta{
    display: flex;
}
.comment-meta .comment-metadata{
    padding-left: 15px;
}
.comment-meta em{
    display: none;
}
.reply{
    margin-top: 15px;
}
.reply a{
    color: #7a7373;
}
#reply-title{
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 30px;
}
#reply-title::after{
    content: "";
    display: block;
    margin-top: 25px;
    width: 30px;
    height: 3px;
    background: #252a2b;
}
.form-comment{
    display: flex;
    grid-gap: 40px;
}
.form-comment p{
    width: 50%;
}
.form-comment p input{
    padding: 0 20px;
    height: 55px;
    box-shadow: none;
    background: #ededed;
    color: #333333;
    border: 0;
    border-radius: 0;
}
.comment-form-comment textarea{
    padding: 20px;
    resize: none;
    box-shadow: none;
    background: #ededed;
    color: #333333;
    border: 0;
    border-radius: 0;
}
.logged-in-as >.aut{
    color: #333333;
}
.logged-in-as a{
    color: #5791e7;
}
.comment-form-cookies-consent{
    display: flex;
    grid-gap: 10px;
}
.comment-form-cookies-consent label{
    font-size: 13px;
}
.form-submit input{
    background: #db1a2a !important;
    height: 55px;
    display: inline-block;
    padding: 0 30px !important;;
    text-transform: uppercase;
    font-weight: 500 !important;;
    font-size: 15px !important;;
}

    /* page lien he */
.layout-pageContact{
    display: flex;
    flex-wrap: wrap;
}
.box-map{
    width: 50%;
    height: 100%;
    position: sticky;
    top: 28px;
}
.box-map iframe{
    width: 100%;
    height: 95vh;
}
.content-page-contact{
    width: 50%;
    padding: 50px;
}
.content-page-contact h1{
    font-size: 30px;
    font-weight: 500;
    margin: 0px 0;
}
.content-page-contact h1::after{
    content: "";
    display: block;
    width: 50px;
    height: 4px;
    margin-top: 30px;
    background: #252a2b;
    margin-bottom: 50px;
}
.box-info-contact{
    padding-left: 15px;
}
.info{
    margin-bottom: 30px;
}
.info span{
    margin-bottom: 0;
    color: #666;
    font-weight: 500;
    line-height: 24px;
}
.info p{
    font-weight: 500;
    color: #333333;
    line-height: 24px;
}
.box-send-contact h2{
    font-weight: 500;
    font-size: 25px;
    margin: 40px 0 35px;
}
.box-send-contact h2::after{
    content: "";
    display: block;
    margin-top: 25px;
    width: 30px;
    height: 3px;
    background: #252a2b;
}
.input-name input{
    border: 1px solid #e7e7e7;
    box-shadow: none;
    height: 45px;
    font-weight: 500;
    padding: 0 20px;
    background: #fbfbfb;
    color: #333333;
    width: 100% !important;
    margin-bottom: 20px;
}
.input-group{
    display: flex;
    flex-wrap: wrap;
    grid-gap: 18px;
    margin-bottom: 20px;
}
.input-group span{
    width: 49%;
}
.input-group .form-email{
    border: 1px solid #e7e7e7;
    box-shadow: none;
    height: 45px;
    font-weight: 500;
    padding: 0 20px;
    background: #fbfbfb;
    color: #333333;
    width: 100% !important;
}
.input-group .form-phone{
    border: 1px solid #e7e7e7;
    box-shadow: none;
    height: 45px;
    font-weight: 500;
    padding: 0 20px;
    background: #fbfbfb;
    color: #333333;
    width: 100% !important;
}
.input-content textarea{
    height: 130px;
    padding: 20px 20px;
    border: 1px solid #e7e7e7;
    box-shadow: none;
    font-weight: 500;
    background: #fbfbfb;
    color: #333333;
    width: 100% !important;
}
.submit-form-contact{
    height: 55px;
    line-height: 55px;
    padding: 0 30px;
    border-radius: 0;
    font-weight: 500;
    text-transform: uppercase;
    background: #db1a2a;
    color: white;
    font-size: 14px;
    min-width: 170px;
    cursor: pointer;
    border: none;
    margin-top: 20px;
}

    /* page archive product*/
.products >a {
    display: none !important;
}
.het-mon{
    margin-top: 20px;
}
.het-mon span{
    background: #e7e7e7;
    color: gray;
    padding: 8px 10px;
    border-radius: 4px;
    line-height: 14px;

}

.layout-archive-product{
    padding-top: 100px;
}
.list-collection-sidebar{
    height: 100%;
}
.collection-sidebar-sticky{
    position: sticky;
    top: 133px;
    margin-bottom: 60px;
    transition: 0.6s;
}
.sidebar-group{
    border: 1px solid #e3e5ec;
    padding: 20px;
    margin-bottom: 30px;
}
.menuList-links >li{
    border-bottom: 1px dashed #e7e7e7;
}
.menuList-links >li:last-child{
    border-bottom: none;
}
.menuList-links >li a{
    padding: 12px 0;
    font-weight: 500;
    font-size: 15px;
    color: #333333;
    position: relative;
    display: block;
}
.products{
    display: flex;
    flex-wrap: wrap;
    grid-gap: 30px;
    padding-bottom: 60px;
}
.products::before{
    content: none !important;
}
.products >li{
     margin: 0 !important;
    padding: 0;
    position: relative ;
    width: 31% !important;
}
.products >li >a >.onsale{
    position: absolute;
    z-index: 8;
    top: 15px !important;
    left: 8px !important;
    padding: 0;
    background: #db1a2a;
    color: #fff;
    height: 36px;
    width: 36px;
    line-height: 34px;
    border-radius: 50%;
    font-size: 12px;
    text-align: center;
}
.products >li >a h2{
    color: #333333;
    font-weight: 500;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    height: 45px;
}
.box-pro-prices{
    display: flex;
    justify-content: space-between;
}
.pro-price{
    padding-top: 22px;
}
.pro-price >.price{
    display: flex !important;
    flex-direction: row-reverse;
    grid-gap: 5px;
}
.pro-price >.price >del{
    font-size: 13px;
    color: gray !important;
    margin-left: 6px;
    font-weight: 600;
    padding-top: 3px;
}
.pro-price >.price >ins{
    font-size: 16px;
    color: red;
    opacity: 0.92;
    text-decoration: none;
}
.price >span >bdi{
    font-size: 16px;
    color: red ;
    opacity: 0.92;
    font-weight: 600;
    text-decoration: none;
}
.pro-button .added{
    display: none !important;
}
.pro-button a:last-child{
    font-size: 14px;
    padding: 10px 18px;
    text-align: center;
    color: #db1a2a;
    background: #ffffff;
    border: 1px solid #db1a2a;
    font-weight: 400;
    border-radius: 2px;
    display: flex;
    grid-gap: 10px;
}
.pro-button a:last-child:hover{
    text-decoration: none;
    background: #db1a2a;
    color: #fff;
}
.pro-button a:last-child:hover span .fa-chevron-right{
    display: block;
}
.pro-button a:last-child:hover span .fa-plus{
    display: none;
}
.pro-button a:last-child span i{
    font-size: 12px;
}
.pro-button a:last-child span .fa-chevron-right{
    display: none;
    padding-top: 3px;
}
.woocommerce-pagination{
    padding: 20px;
}
.page-numbers li a{
  color: #333333;
    font-size: 15px;
}

    /* page single product*/
.product{
    padding: 50px 0px;
}
#primary .product{
    padding-top: 50px;
}
.mobile-image-single-product{
    display: none;
}

.image-single-product{
    display: flex;
    grid-gap: 60px;
}
.option-image{
    width: 10%;
}
.list-option-image{
    position: sticky;
    top: 130px;
    transition: 0.7s;
}
.list-option-image >.active >img{
    border: 1px solid #808284;
}
.list-option-image >a >img{
    margin-bottom: 10px;
}
.list-image-single-product{
    width: 90%;
    position: relative;
}
.list-image-single-product img{
    margin-bottom: 20px;
}
.zoom-image{
    text-align: center;
    width: 30px;
    height: 30px;
    overflow: visible;
    cursor: pointer;
    top: auto;
    bottom: -47px;
    right: 0;
    left: 0;
    margin: auto;
    position: absolute;
    z-index: 6;
}
.zoom-image >a >i{
    font-size: 25px;
    color: #a0a4a9;
}

.summary{
    width: 100% !important;
    position: sticky;
    top: 130px;
    transition: 0.7s;
}
.summary h1{
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 5px;
    line-height: initial;
    padding: 0 0 10px !important;
    border-bottom: 1px dotted #dfe0e1;
}
.summary .price{
    padding: 10px 0px;
    border-bottom: 1px dotted #dfe0e1;
    margin: 0 0 20px 0;
}
.summary .price {
    display: flex !important;
    flex-direction: row-reverse;
    grid-gap: 15px;
    justify-content: flex-end;
}
.summary >.price >del {
    font-size: 13px;
    color: gray !important;
    margin-left: 6px;
    font-weight: 600;
    padding-top: 3px;
}
.summary >.price >ins {
    font-size: 16px;
    color: red;
    opacity: 0.92;
    text-decoration: none;
}
.summary .cart >button{
    font-weight: 500;
    text-transform: uppercase;
    box-shadow: none;
    padding: 14px 35px;
    line-height: 22px;
    width: 100%;
    border-radius: 0;
    font-size: 16px;
    background: #db1a2a !important;;
    color: white !important;
}
.reset_variations{
    display: none !important;
}
.summary .single_add_to_cart_button{
    font-weight: 500 !important;
    text-transform: uppercase;
    box-shadow: none;
    padding: 14px 35px !important;
    line-height: 22px;
    width: 100%;
    border-radius: 0;
    font-size: 16px;
    background: #db1a2a !important;
    color: white !important;
}
.variations tr{
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
    width: 100%;
    float: left;
    border-bottom: 1px dotted #dfe0e1;
}
.variations td{
padding-top: 10px;
}
.variations ul li::before{
    display: none !important;
}
.variations ul li::after{
    display: none !important;
}
.quantity-input{
    display: flex;
    margin-bottom: 15px;
    padding-top: 10px;
}
.quantity-input .minus{
    float: left;
    background: #f5f5f5;
    border: solid 1px #f5f5f5;
    cursor: pointer;
    font-weight: 500;
    font-size: 20px;
    outline: none;
    height: 32px;
    width: 32px;
    text-align: center;
    border-radius: 0;
}
.quantity-input input{
    background: #fff;
    font-weight: 500;
    height: 32px;
    padding: 0;
    text-align: center;
    width: 70px;
    border: 1px solid #f5f5f5;
    border-left: none;
    border-right: none;
    border-radius: 1px;
    float: left;
    -webkit-appearance: none;
}
.quantity-input .pluss{
    float: left;
    background: #f5f5f5;
    border: solid 1px #f5f5f5;
    cursor: pointer;
    font-weight: 500;
    font-size: 21px;
    outline: none;
    height: 32px;
    width: 32px;
    text-align: center;
    border-radius: 0;

}
.posted_in {
    font-family: 'Oswald Regular';
}
.posted_in a{
    display: inline-block;
    background: #e2e2e2;
    border-left: 3px solid #3bafda;
    color: #333;
    padding: 4px 9px;
    position: relative;
    margin: 5px;
    font-size: 12px;
    text-decoration: none;
}
.title-bl h1 ,h2 ,h3  {
    font-size: 14px;
    font-weight: 600;
    font-family: 'Oswald Regular';
}
.description-content {
    margin-bottom: 10px;
    line-height: 24px;
    font-family: 'Oswald Regular';
    font-size: 13px;
}
.woocommerce-product-gallery__trigger{
    display: none;
}
.woocommerce-tabs{
    display: none;
}
.title-related{
    width: 100%;
    text-align: center;
}
.related >.title-related h2{
    text-transform: uppercase;
    margin: 60px 0 20px;
    font-size: 20px;
}
.related .products{
    width: 100%;
}
.related .products >li {
    width: 23% !important;
}






    /* page cart*/
.layer-page{
    background: #f5f5f5;
}
.layer-page .section-content{
    padding: 40px 10px;
}
.orders-cate-top{
    float: left;
    width: calc(100% / 3 - 15px);
    margin-right: 15px;
    height: 100%;
}
.orders-cate-top ul{
    background: #fff;
    box-shadow: 3px 3px 6px 0 #e5e5e5;
    padding: 20px;
    position: sticky;
    top: 130px;
    transition: 0.7s;
}
.orders-cate-top ul li{
    margin-bottom: 5px;

}
.orders-cate-top ul li .active{
    color: #db1a2a;
    border-bottom: 1px dashed #db1a2a;
    font-weight: 500;
}
.orders-cate-top ul li a {
    display: block;
    padding: 10px 0;
    line-height: 1.2;
    color: #999;
    padding-bottom: 15px;
    border-bottom: 1px dashed #959595;
}
.orders-cate-top ul li:last-child{
    border-bottom: none;
}
.orders-product{
    float: left;
    width: 66.66%;
    height: 100%;
    margin-bottom: 30px;
}
.form-search{
    position: relative;
}
.form-search input{
    width: 100%;
    padding: 0 10px 0 40px;
    line-height: 40px;
    background: #fff;
    color: #333;
    border: 1px solid #7f7f7f;
    transition: 0.2s ease-in-out;
}
.form-search label{
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.orders-block label{
    line-height: 19px;
    margin: 20px 0 0 0;
    background: #3f393a;
    width: 100%;
    padding: 10px;
    color: #ffffff;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    border-bottom: 2px solid #db1a2a;
}
.orders-block >ul{
    background: #fff;
    box-shadow: 3px 3px 6px 0 #e5e5e5;
}
.orders-block >ul >li{
    display: flex;
    grid-gap: 20px;
    padding: 12px;
    background: #fff;
    position: relative;
}
.orders-block >ul >li >a{
    width: 110px;
}
.orders-block >ul >li >a img{
    border: 1px solid #d3d3d3;
}
.orders-block >ul >li >.info-product{
    width: 75%;
}
.orders-block >ul >li >.info-product >a{
    font-size: 16px;
    line-height: 21px;
    margin: 0 0 5px 0;
    font-weight: 500;
    color: #333333;
}
.orders-block >ul >li >.info-product >a:hover{
    color: #c4152b;
}
.orders-block >ul >li >.info-product >.price{
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    grid-gap: 15px;
    font-weight: 500;
    color: #db1a2a;
    font-size: 16px;
}
.orders-block >ul >li >.info-product >.desc-product{
    font-size: 12px;
    line-height: 1.4;
    color: #8d8383;
    margin: 0 0 5px 0;
    font-weight: 300;
    letter-spacing: 0.5px;
}
.orders-block >ul >li >.info-product >.price >del{
    font-size: 14px;
    color: gray;
}
.orders-block >ul >li >.info-product >.price >ins{
    font-weight: 600;
    color: #db1a2a;
    text-decoration: none;
}
.content{
    height: 100%;

}
.content .woocommerce{
    position: sticky;
    top: 130px;
    background: #fff;
    padding: 20px;
    box-shadow: 3px 3px 6px 0 #e5e5e5;
    transition: 0.7s;
}
.cart_totals {
    width: 100% !important;
}
.wc-proceed-to-checkout a{
    background-color: #db1a2a !important;
    color: #ffffff;
    padding: 0 30px !important;;
    text-align: center;
    font-size: 16px  !important;;
    line-height: 40px  !important;;
    font-weight: 500  !important;;
    display: inline-block;
    text-transform: uppercase;
    -webkit-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
    display: block;
    width: 100%;
}
.return-to-shop a{
    border: 1px solid !important;
    background: #333 !important;
    color: #fff !important;
}
.return-to-shop a:hover{
    background: #fff !important;
    color: #333 !important;
}
.woocommerce a.remove:hover {
    background: none;
}
.product-thumbnail a img{
    max-width: 30%;
}
.woocommerce-message{
    font-size: 13px;
    border-top-color: #333;
}
.woocommerce-message a{
    background: #fff !important;
    border: 1px solid !important;
}
.woocommerce-message a:hover{
    background: #333333;
    color: #fff;
}
.woocommerce-message::before{
    color: #333 !important;
}
.layer-page{
    padding-top: 45px;
}
.woocommerce-cart-form >td{
    border-bottom: 1px solid rgba(0,0,0,.1);
    padding: 10px;
    text-align: center;
    font-size: 16px;
}
.cart-subtotal th{
    padding: 13px 20px;
    color: #333333;
    font-size: 12px;
}
.cart-subtotal td{
    text-align: end;
}
.order-total th{
    padding: 13px 20px;
    color: #333333;
}
.order-total td{
    text-align: end;
}

.product-quantity .quantity label{
    display: none;
}
.product-quantity .quantity .quantity-input{
    text-align: center !important;
}
.product-quantity .quantity .quantity-input .minus{
    background: #EEE;
    border: solid 1px #E5E5E5;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    outline: none;
    height: 37px;
    width: 37px;
    text-align: center;
    border-radius: 0;
    padding: 6px;
    display: none;

}
.product-quantity .quantity .quantity-input input{
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    border-radius: 4px;
    width: 100px;
    border: 1px solid #ddd;
    padding-right: 0;
    margin: auto;
    text-align: center;
}
.product-quantity .quantity .quantity-input .pluss{
    background: #EEE;
    border: solid 1px #E5E5E5;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    outline: none;
    height: 37px;
    width: 37px;
    text-align: center;
    border-radius: 0;
    padding: 6px;
    display: none;
}
.shop_table >thead >tr >th{
    border-right: 1px solid rgba(0,0,0,.1);
    padding: 9px 12px;
    vertical-align: middle;
    line-height: 1.5em;
}
.product-name{
    text-align: start !important;
}
.product-name a{
    font-size: 16px;
    text-decoration: none;
    color: #706969;
    font-weight: 400;

}
.product-price bdi{
    color: #e20004;
    font-size: 16px;
    font-weight: 400;
}
.product-subtotal bdi{
    color: #e20004;
    font-size: 16px;
    font-weight: 400;
}
.product-remove a i{
    color: #5e5a5a;
}
.coupon{
    display: flex;
    grid-gap: 5px;
}
.coupon input{
    box-shadow: 0 0 0 1px #d9d9d9;
    color: #333333;
    border-radius: 4px;
    display: block;
    box-sizing: border-box;
    border: 1px solid #ddd;
    padding: 6px;
    font-size: 14px;
    width: 124px !important;
}
.coupon button{
    border: 0px;
    background: #333 !important;
    color: #fff !important;
    font-size: 13px !important;
    text-transform: uppercase;
    padding: 5px 7px !important;
    position: relative;
    text-decoration: none;
    width: 120px;
    height: 38px;
    font-weight: 500 !important;

}
.actions >button{
    border: 0px;
    background: #333 !important;
    color: #fff !important;
    font-size: 13px !important;
    text-transform: uppercase;
    padding: 5px 7px !important;
    position: relative;
    text-decoration: none;
    width: 159px;
    height: 38px;
    font-weight: 500 !important;
}
.cart_totals h2{
    color: #333333;
    font-family: Helvetica Neue, sans-serif;
    font-size: 20px;
    font-weight: 500;
}


.shipping{
    font-size: 13px;
}
.woocommerce-shipping-calculator a{
    color: #2672b3;
}
.title-cart{
    background: #ff5495;
    color: #fff;
    padding: 0 20px;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
    height: 50px;
    display: none;
}
.title-cart >h2{
    font-weight: 500;
    text-align: center;
    font-size: 19px;
    line-height: 48px;
}
.quickview{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
    width: 30px;
    height: 30px;
}
.quickview i{
    color: #ef505d;
    font-size: 20px;
}
.modal-content{
    top: 75px;
}
.modal-dialog{
    max-width: 45%;
}
.thumbnail-quick-view{
    display: flex;
    padding: 15px 30px;
    border-bottom: 1px solid #e5e5e5;
    grid-gap: 15px;
}
.thumbnail-quick-view img{
    width: 80px;
}
.thumbnail-quick-view h2{
    font-size: 16px;
    line-height: 21px;
    margin: 0;
    font-weight: 500;
}
.content-quick-view .description-quick-view{
    font-size: 16px;
    line-height: 1.4;
    color: #191919;
    padding: 13px 30px 35px;
    font-weight: 300;
    position: relative;
    overflow: hidden;
    max-height: 100%;
    border-bottom: 1px solid #e5e5e5;
}
.content-quick-view .description-quick-view:after{
    content: '';
    transition-property: top;
    transition-duration: 300ms;
    display: none;
    transition-timing-function: ease-in-out;
    background-image: linear-gradient(rgba(255, 255, 255, 0), #fff 100%);
    position: absolute;
    top: calc(100% - 6.25em);
    left: 0;
    height: 6.25em;
    width: 100%;
}

.quick-view-add-to-cart{
    padding: 15px 30px;
}
.quick-view-add-to-cart a{
    float: right;
    padding: 0 30px;
    background: #db1a2a;
    color: #fff;
    font-size: 0.875rem;
    line-height: 38px;
    border: 1px solid #db1a2a;
    text-transform: uppercase;
    font-weight: 500;
}
.modal-header {
    border: none;
}
.price-quick-view >del{
    display: none;
}
.price-quick-view >ins{
    text-decoration: none;
    padding-left: 10px;
}
.content-quick-view >a{
    color: #000000;
    background: #fff;
    border-radius: 0px;
    font-weight: 400;
    display: inline-block;
    outline: none;
    padding: 15px 0px;
    width: 100%;
}
.quick-view-add-to-cart{
    display: flex;
    justify-content: space-between;
}
.quantity-quick-view{
    display: flex;
}
.quantity-quick-view button{
    background: transparent;
    border: 1px solid;
    color: #db1a2a;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    box-shadow: none;
}
.quantity-quick-view input{
    border: 0;
    width: 40px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    padding: 5px;
}
.price-quick-view {
    padding-left: 15px;
}









    /* Page Checkout*/
.cart-subtotal th{
    border: 1px solid #ddd;
}
.cart-subtotal td{
    border: 1px solid #ddd;
}
#order_review .cart_item td{
    border: 1px solid #ddd;
}
#order_review .shop_table >thead >tr >th {
    border: 1px solid #ddd;
}
#order_review .cart_item td a img{
    height: auto;
    max-width: 35%;
}
.woocommerce-info {
    font-size: 15px;
    border-top-color: #333333 !important;
    margin-top: 15px;
}
.woocommerce-info::before{
    color: #333333;
}
.woocommerce-info a{
    text-decoration: none;
    color: #338dbc;
}
.woocommerce-billing-fields h3{
    font-size: 20px;
}
#order_review_heading{
    font-size: 20px;
}
.woocommerce-billing-fields__field-wrapper >p >span >input{
    box-shadow: 0 0 0 1px #d9d9d9;
    background-color: white;
    color: #333333;
    border-radius: 4px;
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 10px 5px;
    font-size: 15px;
    word-break: normal;
    border: 1px solid #ddd;
}
.woocommerce-billing-fields__field-wrapper p{
    padding: 0;
    margin: 16px 0 6px;
}
.woocommerce-billing-fields__field-wrapper p label{
    color: #333;
    font-size: 15px;
    padding: 6px 0px;
    font-weight: 600;
}
.selection >span >span{
    box-shadow: 0 0 0 1px #d9d9d9;
    background-color: white;
    color: #333333;
    border-radius: 4px;
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 3px 5px;
    font-size: 15px;
    word-break: normal;
    border: 1px solid #ddd;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}


.place-order button{
    display: inline-block;
    border-radius: 4px;
    font-weight: 500;
    padding: 1.4em 1.7em !important;;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out !important;;
    position: relative;
    background: #338dbc !important;
    color: white !important;;
}
.woocommerce-additional-fields h3{
    display: none;
}
.woocommerce-additional-fields label{
    color: #333;
    font-size: 13px;
    padding: 6px 0px;
    font-weight: 600;
}
.woocommerce-additional-fields textarea{
    box-shadow: 0 0 0 1px #d9d9d9;
    background-color: white;
    color: #333333;
    border-radius: 4px;
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 10px 5px;
    font-size: 15px;
    word-break: normal;
    border: 1px solid #ddd;
}
#payment ul{
    list-style: none;
}
#payment >ul >li{
    color: #5e5959;
    font-size: 15px;
    font-weight: 500;
    padding-bottom: 5px;
}
.woocommerce-privacy-policy-text p{
    color: #817d7d;
    font-weight: 500;
    font-size: 13px;
}
.woocommerce-privacy-policy-text p a{
    text-decoration: none;
    color: #338dbc;
}
#order_review td{
    text-transform: lowercase;
    font-size: 15px;
    color: #6a6666;
    font-weight: 500;
}
#order_review td span bdi{
    color: #e20004;
}







/* footer*/
.footer{
    background: #1b1f28;
    padding: 50px 0 30px;
    color: white;
}
.footer-logo{
    display: flex;
}
.footer-logo a img  {
    width: 70px;
    height: auto;
}
.footer-logo .content-logo{
    padding: 17px 10px;
}
.footer-logo .content-logo p{
    font-weight: 500;
    font-size: 24px;
    line-height: 1.4;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: Oswald Regular;
    margin: 0;
    color: #fff !important;
}
.footer-logo .content-logo span{
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0px;
    color: #fff !important;
    text-transform: uppercase;
}
.priority{
    color: #707070;
    margin-bottom: 10px;
    line-height: 24px;
    font-size: 14px;
}
.image-bct{
    max-width: 160px;
}
.footer-accordion-item{
    padding-top: 15px;
}
.footer-accordion-item h3{
    color: white;
    font-weight: 500;
    margin: 0 0 20px 0;
    line-height: 1.5;
    font-size: 18px;
}
.footer-content{
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
}
.footer-content a{
    color: #707070;
    margin-bottom: 10px;
    line-height: 24px;
    font-size: 15px;
    text-transform: uppercase;
}
.footer-content a:hover{
    color: #c4152b;
}
.footer-facebook #u_0_4_uw {
    display: none !important;
}









/* Responsive */
@media (max-width: 1600px){
}
@media (max-width: 1440px){
}
@media (max-width: 1366px){
    .slider-comment-customer .slick-dots{
        display: none !important;
    }
    .content-section-7 .slick-dots{
        display: none !important;
    }
}
@media (max-width: 1024px) {
    .nav-primary {
        display: flex;
        grid-gap: 15px;
    }
    .slider-comment-customer {
        padding: 60px 97px;
    }
    .footer-facebook >span{
        width: 100% !important;
    }
    .inner-section-banner {
        padding-top: 165px;
        position: relative;
    }
/*    page gioi thieu*/
    .introduce-section-1-image {
        width: 50%;
        height: 110vh;
    }
    .introduce-section-1-content {
        width: 50%;
        padding: 5%;
    }
    .breadcrums-introduce span {
        font-size: 44px;
    }
/* page lien he */
    .input-group {
        grid-gap: 25px;
    }
    .input-group span {
        width: 47%;
    }
/* archive product*/
    .products >li {
        width: 30% !important;
    }
    .modal-dialog {
        max-width: 90%;
    }



/*    archive post*/
    .list-news-latest{
        display: block;
    }
    .menu-sidebar-content{
        display: block;
    }
    .related .products >li {
        width: 22% !important;
    }
    /* page cart*/
    .content {
        height: auto;
        position: fixed;
        bottom: 0;
        width: 94%;
        z-index: 100;
    }
    .title-cart {
        background: #ff5495;
        color: #fff;
        padding: 0 20px;
        text-transform: uppercase;
        cursor: pointer;
        text-align: center;
        height: 50px;
        display: block;
    }
    .content .woocommerce {
        /* position: sticky; */
        top: 15px;
        background: #fff;
        padding: 20px;
        box-shadow: 3px 3px 6px 0 #e5e5e5;
        overflow: scroll;
        height: 376px;
        display: none;
    }
    .orders-cate-top ul {
        top: 100px;
    }



}
@media (max-width: 991px){
    #desktop-header{display: none}
    .mobile-header{display: block}
    #wpadminbar{display: none;visibility: hidden}
    .nav-primary {
        display: flex;
        grid-gap: 10px;
    }

/* archive product*/
    .products >li {
        width: 47% !important;
    }
    .content .woocommerce {
    display: block;
    }
    .orders-block >ul >li >.info-product {
        width: 55%;
    }

    .content .woocommerce {
        display: none;
    }



}
@media (min-width: 768px){
}
@media (max-width: 767px){
}
@media (max-width: 598px){
    .blog .row {
        flex-direction: column-reverse;
    }
}
@media (max-width: 480px){
}
@media (max-width: 425px){

}
@media (max-width: 414px){
    .header-mobile{
        display: flex;
    }
    .header-desktop{
        display: none;
    }
    .main-menu-mobile{
        display: block;
    }
    .header-menu-mobile{
        display: flex;
        justify-content: space-between;
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .header-logo-mobile{
        display: flex;
        grid-gap: 20px;
    }
    .header-logo-mobile a img{
        width: 45px;
        height: auto;
    }
.content-logo-mobile{
    padding-top: 10px;
    position: relative;
}
.content-logo-mobile p{
    font-weight: 600;
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: Oswald Regular;
    margin: 0;
    color: #333333;
}
    .content-logo-mobile span{
        font-family: 'Roboto', sans-serif;
        font-weight: 600;
        font-size: 10px;
        /* line-height: 1.5; */
        letter-spacing: 0px;
        color: #333333;
        text-transform: uppercase;
        position: absolute;
        min-width: max-content;
    }
    .icon-menu {
        border-radius: 4px;
        position: relative;
        cursor: pointer;
        background: #db1a2a;
        border: none;
        outline: none;
        box-shadow: none;
        margin: 0 0 0 10px;
        padding: 6px 4px;
        width: 34px;
        height: 34px;
        margin-top: 12px;
    }
    .icon-menu span{
        display: block;
        width: 20px;
        height: 2px;
        overflow: hidden;
        border-radius: 4px;
        transition: all 0.3s;
        margin: 4px 3px;
    }
    .icon-menu span::before{
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        background: white;
    }
    .main-menu-mobile{
        position: fixed;
        background: #fff;
        width: 290px;
        height: 100%;
        z-index: 9;
        top: 0;
        left: -100%;

    }
    .main-menu-mobile-header a{
        background: #db1a2a;
        color: white;
        padding: 10px 16px;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        text-decoration: none;
        justify-content: center;
        margin: 0 0 15px 0;
        text-transform: uppercase;
    }
    .main-menu-mobile-header a i{
        padding-left: 8px;
        font-size: 20px;
    }
    .nav_mobile >li{
        position: relative;
    }
    .nav_mobile >li >span{
        position: absolute;
        top: 0;
        right: 0px;
        width: 54px;
        height: 45px;
        padding: 8px 20px;
    }
    .nav_mobile >li >span i{
        font-size: 12px;
    }
    .nav_mobile >li >a{
        padding: 10px 19px;
        display: inline-block;
        text-transform: uppercase;
        color: #333333;
    }

    .nav_mobile >li .sub-menu{
        padding-left: 15px;
        display: none;
    }
    .nav_mobile >li .sub-menu >li >a{
        padding: 10px 19px;
        display: inline-block;
        text-transform: uppercase;
        color: #333333;
    }
    .backgroud-close{
        background: rgba(0, 0, 0, 0.5);
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 2;
        top: 0;
        display: none;
    }

        /* homepage*/

    .section-1 {
        height: auto;
        background-attachment: inherit;
    }
    .inner-section-banner {
        padding-top: 140px;
        position: relative;
        padding-bottom: 100px;
    }
    .inner-section-banner--text-1 p{
        font-size: 18px;
    }
    .inner-section-banner--text-2 p{
        font-size: 34px;
        line-height: 19px;
        color: white;
    }
    .inner-section-banner--text-3 p{
        font-size: 14px;
    }
    .inner-section-banner--text-4{
        display: flex;
        justify-content: center;
    }

    .inner-section-banner .inner-section-banner--text-4 .phone-order {
        min-width: 160px;
    }
    .inner-section-banner .inner-section-banner--text-4 .order-online {
        min-width: 160px;
    }
    .inner-section-banner .inner-section-banner--text-4 a:hover{
        color: #fff;
        background-color: black;
        transition: 0.7s;
    }
    .section-2 {
        margin-top: 21px;
        z-index: 9;
        padding-bottom: 60px;
    }

    .content-home-service {
        display: grid;
        grid-template-columns: 1fr 1fr;
        height: auto;
        padding: 0;
        border-radius: unset;
        box-shadow: none;
    }
    .section-3{
        padding: 0 0 60px 0;
    }
    .home-about {
        display: flex;
        max-width: 100%;
        grid-gap: 100px;
        flex-wrap: wrap;
    }
    .home-about .image-home-about {
        width: 100%;
    }
    .home-about .content-home-about {
        width: 100%;
        margin-top: -48px;
    }
    .section-4 {
         background-image: none !important;
    }
    .content-home-order {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        flex-direction: column;
        grid-gap: 0px;
    }
    .content-home-order .content-left-order {
        width: 100%;
        padding: 0;
        color: #1c1b1b;
        background: #edf1f4;
        padding: 40px 10px;
    }
    .content-right-order {
        width: 100%;
        padding: 0;
        color: white;
        background: black;
        padding: 40px 10px;
    }
    .section-4 .inner-section-home-order {
        background: none;
        padding: 35px 0px;
    }
    .slider-comment-customer {
        display: flex;
        box-shadow: 0 0 60px rgb(0 0 0 / 20%);
        background: white;
        border-radius: 6px;
        top: 40px;
        position: relative;
        overflow: hidden;
        padding: 20px 5px;
        margin: 0 0 50px 0;
        align-items: center;
        grid-gap: 39px;
        z-index: 2;
    }
    .image-item-slider-comment {
        width: 38%;
    }
    .feedback-customer i {
        margin: 0 0 5px 0;
        font-size: 20px;
    }
    .item-slider-comment-customer {
        display: flex !important;
        grid-gap: 5px;
        flex-direction: column;
        align-items: center;
    }
    .slider-comment-customer #next {
        display: none !important;
    }
    .slider-comment-customer #prev {
        display: none !important;
    }
    .inner-row-bellow-customer {
        display: flex;
        background: none;
        flex-direction: column;
        text-align: left;
        grid-gap: 20px;
        padding-top: 50px;
    }
    .item-bellow-customer {
         margin: 0 ;
    }
    .box-img-bellow-customer img {
        width: 60px;
        height: auto;
    }
    .menu-today .item-menu-today .image-item-menu-today {
        width: 30%;
        height: auto;
    }
    .section-5 {
        padding: 40px 0;
    }
    .item-cooking-recipe-content {
        position: relative;
        overflow: hidden;
        margin: 0 0px 25px 0px;
        border-radius: 5px;
    }
    .section-6 {
        margin: 30px 0px;
    }
    .item-cooking-recipe-content .link-cooking-recipe-info .cooking-recipe-info {
        text-align: left;
        position: absolute;
        width: 85%;
        bottom: 5px;
        left: 22px;
        color: white;
    }
    .section-7 {
        padding: 45px 0;
    }

/*    page giơi thieu*/
    .breadcrums-introduce {
        height: 200px;
    }
    .breadcrums-introduce span {
        font-size: 24px;
        padding-top: 60px;
    }
    .introduce-section-1 {
        flex-wrap: wrap;
        flex-direction: column;
        padding: 10px;
    }
    .introduce-section-1-image {
        width: 100%;
        height: 400px;
    }
    .introduce-section-1-content {
        width: 100%;
        padding: 20px 0px;
    }
    .introduce-section-1-content span {
        font-size: 24px;
        line-height: 34px;
    }
    .title-introduce-section-2 {
        margin: 0 0 30px 0;
    }
    .content-introduce-section-2 {
        flex-direction: column;
    }
    .title-introduce-section-3 {
        padding-top: 45px;
    }
    .title-introduce-section-3 h3 {
        font-size: 34px;
        line-height: 35px;
        margin: 0px 0 20px 0;
    }
    .title-introduce-section-3 h4 {
        font-size: 16px;
        line-height: 27px;
    }
    .introduce-section-3 {
        height: 48vh;
        background-attachment: initial;
    }
    .form-comment {
        display: flex;
        grid-gap: 0px;
        flex-wrap: wrap;
    }
    .form-comment p {
        width: 100%;
    }
/* page lien he*/
    .box-map {
        width: 100%;
        position: inherit;
    }
    .box-map iframe {
        height: 50vh;
    }
    .content-page-contact {
        width: 100%;
        padding: 45px 15px;
    }
    .input-group span {
        width: 100%;
    }
    .input-name input {
        margin-bottom: 5px;
    }

/*    archive product*/
    .layout-archive-product {
        padding-top: 20px;
    }
    .layout-archive-product .row{
        flex-direction: column-reverse;
    }
    .products {
        grid-gap: 23px;
    }
    .pro-price {
        padding-top: 0px;
    }
    .pro-button a:last-child {
        display: none;
    }
    .related .products >li {
        width: 47% !important;
    }

/* archive post*/
    .blog .row{
        flex-direction: column-reverse;
    }
    .header-blog{
        text-align: center;
    }
    .item-blog-content {
        flex-wrap: wrap;
    }
    .image-item-blog-content {
        width: 100%;
        overflow: hidden;
    }
    .list-news-latest{
        display: none;
    }
    .menu-sidebar-content{
        display: none;
    }
    .mobile-image-single-product{
        display: block;
        padding: 20px 0px 55px 0px;
    }
    .image-single-product{
    display: none;
}
    .content-single-post .sidebar-blog{
        display: none;
    }
/*    page cart*/
    .layer-page .section-content {
         padding: 0px;
    }
    .content {
        height: auto;
        position: fixed;
        bottom: 0;
        width: 94%;
        z-index: 100;
    }
    .content .woocommerce {
        /* position: sticky; */
        top: 15px;
        background: #fff;
        padding: 20px;
        box-shadow: 3px 3px 6px 0 #e5e5e5;
        overflow: scroll;
        height: 376px;
        display: none;
    }
    .title-cart{
        display: block;
    }
    .orders-cate-top {
        width: 100%;
        margin-right: 0;
        height: auto;
    }
    .orders-product {
        width: 100%;
        height: auto;
        margin: 40px 0px;
    }
    .product {
        padding: 0px 0px;
    }
    .modal-dialog {
        max-width: 100%;
    }
    .modal-content {
        top: 50px;
    }


}
@media (max-width: 380px){
}
@media (max-width: 375px){
/*    home page*/
    .cooking-recipe-head h2 {
        font-weight: 500;
        font-size: 20px;
        margin: 0 0 10px 0;
    }
/*    page gioi thieu*/

    .inner-introduce-section-3 .phone-order {
        min-width: 166px;
    }
    .inner-introduce-section-3 .order-online {
        min-width: 165px;
    }
/*    archive product*/
    .products {
        grid-gap: 28px;
    }
    .related .products {
        grid-gap: 20px;
    }


}
@media (max-width: 360px){
}
@media (max-width: 320px){
}
@media (max-width: 240px){
}