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

:root {
    --main-color: #ac2254;
    --sub-color: #1f1f1f
}

body {
    font-family: 'Lora', serif
}

.header_top {
    background: var(--sub-color)
}

.contact {
    position: fixed;
    bottom: 100px;
    left: 30px;
    z-index: 9999 !important
}

.call {
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: var(--main-color);
    font-size: 30px;
    border-radius: 50%;
    color: white;
    text-align: center;
    padding: 10px
}

.zalo:hover {
    background-color: var(--main-color)
}

.call:hover {
    background-color: var(--main-color)
}

.zalo {
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: var(--main-color);
    font-size: 30px;
    border-radius: 50%;
    color: white;
    text-align: center;
    padding: 10px;
    bottom: 25px
}

.gif-home {
    width: 40px !important;
    height: 40px;
    position: absolute;
    bottom: 12px;
    right: 18px
}

.text__content-area {
    font-family: 'Inter', sans-serif;
    line-height: 26px
}

.text__content-area h1,
h2,
h3,
h4,
h5,
h6 {
    color: #555;
    margin-bottom: .5em;
    margin-top: 0;
    text-rendering: optimizeSpeed;
    width: 100%
}

.text__content-area p {
    color: #2d2b2b;
    font-weight: 400;
    line-height: 26px;
    font-size: 16px
}

.text__content-area h2 {
    font-family: 'Lora', sans-serif !important;
    font-weight: 900;
    line-height: 33px;
    font-size: 26px
}

.text__content-area h3 {
    font-family: 'Lora', sans-serif !important;
    font-weight: 900;
    line-height: 33px;
    font-size: 24px
}

.text__content-area ul {
    list-style-type: circle;
    padding: 10px 0 10px 17px
}

.text__content-area ul li {
    font-family: 'Inter', sans-serif;
    padding: 3px 0
}

.text__content-area ol {
    padding: 10px 0 10px 17px
}

.text__content-area ol li {
    font-family: 'Inter', sans-serif;
    padding: 3px 0
}

.text__content-area img {
    max-width: 100%;
    width: 100%
}

.text__content-area a {
    color: #006ad8;
    font-family: 'Inter', sans-serif
}

.buffer-nav-bottom {
    width: 100%;
    height: 83px;
    background-color: #1f1f1f
}

.category-wine {
    text-align: center;
    border: 1px solid var(--main-color);
    color: var(--main-color);
    padding: 10px 5px;
    font-weight: 700;
    margin-right: 30px
}

.category-wine:hover {
    color: white;
    background-color: var(--main-color)
}

.category-wine a:hover {
    color: white
}

.hidden-mobile {
    display: block
}

.dis-flex {
    display: flex
}

.footer-direct {
    padding: 10px;
    position: sticky
}

.fex-dh-mv {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    width: 100%
}

.fex-dh-mh {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    width: 100%
}

.width-d50-m100 {
    width: 50%
}

.block {
    border: 1px solid red;
    background-color: green
}

.banner_imgcont {
    height: 400px;
    margin-bottom: 30px
}

.banner_imgcont_oneline {
    height: 150px;
    margin-bottom: 30px
}

.banner_imagebg {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    z-index: 1
}

.banner_overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    color: white;
    background-color: #1a1919e8
}

.banner_content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
    color: white;
    padding: 60px 0
}

.banner_content .banner_content-text {
    color: white
}

.banner_content .banner_content-text h3 {
    font-size: 16px;
    margin: 0 0 30px 0 !important;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: 400;
    color: white
}

.banner_content .banner_content-text h1 {
    font-size: 35px;
    margin: 40px 0 !important;
    text-transform: uppercase;
    font-weight: 600
}

.banner_content a:hover {
    color: var(--main-color)
}

.p-blog-list {
    margin-bottom: 50px;
    text-align: center
}

.p-blog-list h2 {
    font-size: 21px;
    line-height: 31px;
    padding: 10px 0;
    font-weight: 700
}

.p-blog-list .title_blog {
    font-size: 21px;
    line-height: 31px;
    padding: 10px 0;
    font-weight: 700
}

.p-blog-list a:hover {
    color: black;
    opacity: .8
}

#article-exp {
    max-height: 0;
    overflow: hidden;
    transition: max-height .9s ease;
    position: relative
}

.blog-blur {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-image: linear-gradient(to bottom, transparent, rgba(255, 255, 255, .5));
    height: 50px;
    z-index: 10
}

#article-exp.expanded {
    max-height: none
}

.btn-view-more {
    text-align: center;
    margin: 10px 0
}

.btn-web {
    background-color: #ac2254;
    border: none;
    color: white;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    cursor: pointer;
    border-radius: 4px
}

.btn-web:hover {
    opacity: .5;
    ;
    color: white
}

.full-width {
    width: 100%
}

.paging-cus {
    margin: 10px 0 20px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around
}

.flash-sale-label-one {
    position: fixed;
    top: 0;
    left: 0;
    transform: rotate(-45deg);
    background-color: #ff0000;
    color: #fff;
    padding: 10px 20px
}

.flash-sale-label-ver {
    position: absolute;
    top: 10px;
    left: 10px;
    border-radius: 3px;
    background-color: #ac2254;
    color: white;
    z-index: 99;
    padding: 2px 5px
}

.mb-mobile-10 {
    margin-bottom: 0
}

.navbar-bottom {
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    background-color: #dcb758;
    color: white;
    font-size: 15px;
    border: 1px solid rgb(205, 205, 205);
    z-index: 999
}

.navitems-bottom span {
    margin-left: 10px
}

.navbar-bottom a:hover {
    opacity: .7;
    color: white
}

.navitems-bottom svg {
    width: 20px;
    height: 20px
}

.navitems-bottom {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    border-left: 1px solid rgb(255, 255, 255);
    border-right: 1px solid rgb(255, 255, 255)
}

#confirm-age {
    width: 100%;
    height: 100vh;
    margin: 0;
    position: fixed;
    top: 0;
    z-index: 9999;
    display: none
}

#confirm-age .conage__layout {
    width: 100%;
    height: 100vh;
    background-color: black;
    opacity: .9;
    position: fixed;
    top: 0
}

#confirm-age .conage__content {
    background-color: white;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    padding: 40px;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

#confirm-age .conage-content__btn {
    padding: 10px;
    border: 1px solid black;
    width: 100%;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer
}

#confirm-age .conage-content__btn:hover {
    background-color: var(--main-color);
    color: white;
    border: 1px solid rgb(137, 6, 6)
}

#confirm-age .conage-content__notice {
    color: red;
    font-weight: bold;
    margin-top: 20px;
    display: none
}

#confirm-age .conage-content__intro {
    font-size: 12px;
    font-style: italic;
    margin-top: 30px
}

#confirm-age .conage-content__ques {
    font-size: 23px;
    font-weight: 900;
    margin: 25px 0;
    color: var(--main-color)
}

.mucluc {
    width: 70%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    border: 1px solid rgb(190, 190, 190);
    background-color: #eeeeee;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 20px;
    position: relative
}

.mucluc svg {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 20px
}

.mucluc strong {
    margin: 5px 0;
    font-family: 'Lora', sans-serif !important;
    font-weight: 900;
    line-height: 33px;
    font-size: 17px
}

.mucluc a {
    margin: 2px 10px
}

.mucluc a:hover {
    color: var(--main-color);
    font-style: italic
}

.mucluc .mucluc-h3 {
    padding-left: 15px
}

.font-de-mb-h1 {
    font-size: 40px
}

.blog_meta h1 {
    font-size: 28px;
    margin-bottom: 20px
}


.label_wine {
    font-weight: 600;
    text-transform: uppercase;
}

.select_wine {
    width: 99%;
    padding: 4px 7px;
    border: 1px solid #afafaf;
    color: #565656;
    font-size: 15px;
    border-radius: 5px;
    margin-left: 3px;
}

.container2 {
    max-width: 100vw;
    margin: 20px;
}


.blog_sidebar_widget {
    position: sticky;
    top: 100px;
}

.single_product:hover {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;

}

#show_content {
    display: none;
    transition: display 0.5s;
}

.filter-pannel {
    position: fixed;
    top: 0px;
    right: 0px;
    width: 300px;
    background-color: white;
    height: 100vh;
    display: none;
    z-index: 99999;
    
}

.filter-pannel .filter-pannel-midle{
    height: 100%;
    overflow-y: auto;
    padding-bottom: 100px;
}
.filter-pannel .filter-pannel-bottom {
    position: fixed;
    bottom: 0px;
    width: inherit;
}


.filter-pannel .close-pannel {
    margin: 5px 5px 0px 0px;
    display: flex;
    justify-content: flex-end;
    cursor: pointer;

}
.filter-pannel .prop-row {
    margin-bottom: 13px;
}
.filter-pannel .prop-name {
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    padding: 0px 0px 1px 10px;
    display: flex;
    justify-content: space-between;
}

.filter-list{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.filter-list button{
margin-top: 10px;
}
.filter-list a {
    margin-top: 10px;
}


.filter-list .btn-filter {
    display: flex;
    background-color: white;
    color: #ac2254;
    border: 1px solid #ac2254;
    margin-right: 20px;
}

.filter-list .btn-filter svg {
    color: #ac2254;
}


.filter-pannel .clear-filter {
    width: 100%;    
    padding: 10px 10px;
    border-radius: 0px;
}

.filter-background{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    background-color: black;
    opacity: 0.9;
    z-index: 99998;
    display: none;
}

.btn-wine{
    background-color: #ac2254;
    color: white;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    cursor: pointer;
    border: 1px solid #ac2254;
    border-radius: 5px;
}

.filter-not-found
{
        font-size: 20px;
        margin: 20px;
        text-align: center;
        font-weight: 700;
}

.btn-ml{
    margin-right: 10px;
}

.btn-wine:hover {
    color: white;
    opacity: 0.8;
}


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

    .btn-mb-100{
        width: 45%;
    }
    .filter-pannel{
        width: 100%;
    }
    .label_wine {
        margin: 10px 0px 2px 0px;
    }

    .select_wine {
        height: 30px;
        padding: 3px;
        font-size: 14px;
    }


    .container2 {
        margin: 10px;
    }


    .font-de-mb-h1 {
        font-size: 17px
    }

    .hidden-mobile {
        display: none
    }

    .mb-mobile-10 {
        margin-bottom: 10px
    }

    .fex-dh-mv {
        flex-direction: column
    }

    .width-d50-m100 {
        width: 100%
    }

    .p-blog-list h2 {
        font-size: 19px;
        line-height: 31px;
        padding: 10px 5px
    }

    .p-blog-list .title_blog {
        font-size: 19px;
        line-height: 31px;
        padding: 10px 5px
    }

    .row {
        margin: 0
    }

    .col,
    .col-1,
    .col-10,
    .col-11,
    .col-12,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-auto,
    .col-lg,
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-auto,
    .col-md,
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-auto,
    .col-sm,
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-auto,
    .col-xl,
    .col-xl-1,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-auto {
        padding: 0
    }

    .banner_content .banner_content-text h1 {
        margin: 10px 0 !important
    }

    .banner_content {
        padding: 32px 0 !important
    }

    .navbar-bottom {
        padding: 10px 0
    }

    .buffer-nav-bottom {
        height: 50px
    }

    #confirm-age .conage__content {
        width: 90%
    }

    .banner_imgcont {
        height: 450px
    }

    .mucluc {
        width: 100%
    }
}
