/*FEATURED PRODUCTS SECTION*/
.title_homepage {
    height: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 60px;
    justify-content: center;
}

.homepage_title {
    font: normal normal normal 16px/22px "Montserrat", sans-serif;
    letter-spacing: 3.2px;
    color: #5C2C47;
    text-transform: uppercase;
    opacity: 1;
    margin: 0 22px;
    font-size: 16px;
}

.homepage_title_line {
    width: 455px;
    height: 0px;
    /* UI Properties */
    border: 1px solid #51223E;
    opacity: 0.5;
    flex: 1;
}

.hp_banner {
    max-width: 1164px;
    height: 280px;
    background-position: center;
    background-size: cover;
    box-shadow: 0px 0px 20px #00000055;
    border-radius: 20px;
    opacity: 1;
    padding: 72px;
    display: flex;
    flex-direction: column;
    margin-bottom: 80px;
}

.hp_banner.featured {
    background-image: linear-gradient(93deg, #1F1A1C9D 0%, #1F1A1C00 100%), url('../img/wines_bottles.jpg');
}

.hp_banner.bio {
    background-image: linear-gradient(93deg, #1F1A1C9D 0%, #1F1A1C00 100%), url('../img/wines_bio.jpg');
}

.hp_banner.liquor {
    background-image: linear-gradient(93deg, #1F1A1C9D 0%, #1F1A1C00 100%), url('../img/wines_liquor.jpg');
}

.hp_banner_title {
    text-align: left;
    font: normal normal normal 20px/27px "Montserrat", sans-serif;
    letter-spacing: 4px;
    color: #FFFFFF;
    text-transform: uppercase;
    opacity: 1;
    margin-bottom: 12px;
}

.hp_banner_subtitle {
    text-align: left;
    font: normal normal bold 40px/48px "Montserrat", sans-serif;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: uppercase;
    opacity: 1;
    max-width: 520px;
}

/* END FEATURED PRODUCTS SECTION*/
/* REASSURANCE*/
#hp_reassurance_holder {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin: 70px 0 120px 0;
}

.hp_reassurance_element_holder {
    display: flex;
    flex-direction: column;
    max-width: 150px;
}

.hp_reassurance_img {
    margin: 21px auto;
    max-width: 92px;
}

.hp_reassurance_txt {
    text-align: center;
    font: normal normal 600 18px/26px "Montserrat", sans-serif;
    letter-spacing: 0px;
    color: #48433A;
    opacity: 1;
}

/* END REASSURANCE */
/* WINES CATEGORY*/
.hp_category_holder {
    display: flex;
    /*flex-direction: row;*/
    justify-content: space-between;
}

.hp_category_original {
    background: transparent url('../img/wines_original.jpg') 0% 0% no-repeat padding-box;
}

.hp_category_strong {
    background: transparent url('../img/wines_strong.jpg') 0% 0% no-repeat padding-box;
}

.hp_category_fruit {
    background: transparent url('../img/wines_fruit.jpg') 0% 0% no-repeat padding-box;
}

.hp_category_sparkling {
    background: transparent url('../img/wines_sparkling.jpg') 0% 0% no-repeat padding-box;
}

.hp_category_white {
    background: transparent url('../img/wines_white.jpg') 0% 0% no-repeat padding-box;
}

.hp_category_sweet {
    background: transparent url('../img/wines_sweet.jpg') 0% 0% no-repeat padding-box;
}

.hp_category_element {
    width: 344px;
    height: 490px;
    padding-top: 280px;
    position: relative;
    background-position: top;
    background-size: cover;
    box-shadow: 0px 0px 20px #00000055;
    border-radius: 20px;
    background-position-y: -40px;
    margin: 32px 28px;
}

.hp_banner,
.hp_category_element {
    -webkit-transition: background-position-y 2s ease, transform 0.5s ease;
    -moz-transition: background-position-y 2s ease, transform 0.5s ease;
    -o-transition: background-position-y 2s ease, transform 0.5s ease;
    transition: background-position-y 2s ease, transform 0.5s ease;
}

.hp_category_element:hover {
    background-position-y: -60px;
    cursor: pointer;
}

.hp_banner.bio:hover,
.hp_banner.liquor:hover {
    background-position-y: -160px;
    cursor: pointer;
}

.hp_category_element.continent,
.hp_category_element.others {
    background-color: #2E272A;
    height: 210px;
    padding: 88px 60px;
}

.hp_category_element.continent:hover,
.hp_category_element.others:hover {
    transform: scale(1.05);
}

.hp_category_element.continent.europe {
    background: transparent url('../img/hp_europe.png') 0% 0% no-repeat padding-box;
    background-size: cover;
}

.hp_category_element.continent.oceanie {
    background: transparent url('../img/hp_oceanie.png') 0% 0% no-repeat padding-box;
    background-size: cover;
}

.hp_category_element.continent.afrique {
    background: transparent url('../img/hp_afrique.png') 0% 0% no-repeat padding-box;
    background-size: cover;
}

.hp_category_element.continent.asie {
    background: transparent url('../img/hp_asie.png') 0% 0% no-repeat padding-box;
    background-size: cover;
}

.hp_category_element.continent.amerique_sud {
    background: transparent url('../img/hp_am_sud.png') 0% 0% no-repeat padding-box;
    background-size: cover;
}

.hp_category_element.continent.amerique_nord {
    background: transparent url('../img/hp_am_nord.png') 0% 0% no-repeat padding-box;
    background-size: cover;
}

.hp_category_titles {
    display: flex;
    flex-direction: column;
}

.hp_category_title {
    text-align: center;
    font: normal normal 600 16px/22px "Montserrat", sans-serif;
    letter-spacing: 3.2px;
    color: #FFFFFF;
    text-transform: uppercase;
    opacity: 1;
}

.hp_category_element.continent .hp_category_title {
    font: normal normal bold 28px/34px "Montserrat", sans-serif;
}

.hp_category_subtitle {
    text-align: center;
    font: normal normal bold 40px/46px "Montserrat", sans-serif;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: uppercase;
    opacity: 1;
}

.hp_category_cta {
    background: #2E272A 0% 0% no-repeat padding-box;
    border-radius: 5px;
    opacity: 1;
    color: #FFFFFF;
    padding: 14px 0px;
    text-align: center;
    font: normal normal bold 14px/19px "Montserrat", sans-serif;
    letter-spacing: 0px;
    text-transform: uppercase;
    position: absolute;
    width: 280px;
    height: 47px;
    left: 32px;
    bottom: 32px;
}

.hp_about_cta {
    background: #2e272a99 0% 0% no-repeat padding-box;
    border-radius: 5px;
    padding: 14px 70px;
    text-align: center;
    font: normal normal bold 14px/19px "Montserrat", sans-serif;
    letter-spacing: 0px;
    color: #fff;
    text-transform: uppercase;
    opacity: 1;
    width: 280px;
    height: 47px;
    margin-top: 27px;
    display: block;
}

.hp_category_element .hp_category_cta:hover,
.hp_category_element.others .hp_category_cta:hover,
.hp_about_cta:hover {
    background: #DBD1C0 0% 0% no-repeat padding-box;
    border-radius: 5px;
    opacity: 1;
    cursor: pointer;
    color: #515151;
}

.hp_dark {
    background-color: #1F1A1C
}

.hp_dark .homepage_title {
    color: #DBD1C0;
}

.hp_dark .title_homepage .homepage_title_line {
    border: 1px solid #DBD1C0;
}

.hp_world_categories .title_homepage,
.hp_others .title_homepage {
    margin-bottom: 20px;
}

.hp_world_categories,
.hp_bio {
    padding-top: 90px;
}

.hp_category_element.new_product {
    background: transparent url('../img/wines_new_products.jpg') 0% 0% no-repeat padding-box;
    background-size: cover;
}

.hp_category_element.featured {
    background: transparent url('../img/wines_featured.jpg') 0% 0% no-repeat padding-box;
    background-size: cover;
}

.hp_category_element.sale {
    background: transparent url('../img/wines_sale.jpg') 0% 0% no-repeat padding-box;
    background-size: cover;
}

.hp_category_element.others .hp_category_cta {
    background-color: #2e272a99;
}

.hp_category_element_about {
    background: transparent url('../img/wines_about.jpg') 0% 0% no-repeat padding-box;
    background-size: cover;
    height: 485px;
    position: relative;
    background-position: top;
    box-shadow: 0px 0px 20px #00000055;
    border-radius: 20px;
}

.hp_category_element_about_holder {
    padding-right: 90px;
}

.hp_about_title {
    text-align: center;
    font: normal normal 600 16px/22px "Montserrat", sans-serif;
    letter-spacing: 3.2px;
    color: #602A40;
    text-transform: uppercase;
    opacity: 1;
}

.hp_about_subtitle {
    text-align: left;
    font: normal normal 600 24px/34px "Montserrat", sans-serif;
    letter-spacing: 0px;
    color: #48433A;
    opacity: 1;
    margin-bottom: 27px;
    margin-top: 19px;
}

.hp_about_text {
    text-align: left;
    font: normal normal normal 18px/34px "Montserrat", sans-serif;
    letter-spacing: 0px;
    color: #48433A;
    opacity: 1;
}

.hp_about_holder {
    margin-top: 120px;
}

.hp_testimonials_holder {
    padding: 196px 180px 146px 180px;
    background: #F8F8F8 0% 0% no-repeat padding-box;
    border-radius: 20px;
    opacity: 1;
    margin-top: 64px;
    margin-bottom: 64px;
}

.hp_testimonial_element {
    text-align: center;
}

.hp_testimonial_name {
    text-align: center;
    font: normal normal 600 24px/45px "Montserrat", sans-serif;
    letter-spacing: 0px;
    color: #48433A;
    opacity: 1;
}

.hp_testimonial_txt {
    margin-top: 20px;
    text-align: center;
    font: italic normal normal 18px/34px "Montserrat", sans-serif;
    letter-spacing: 0px;
    color: #48433A;
    opacity: 1;
    display: block;
}

.hp_testimonial_rating i {
    color: #DAD0BF;
    font-size: 18px
}

.hp_wine_black {
    background: linear-gradient(180deg, #FFFFFF 50%, #1F1A1C 50%);
}

.continent_img_holder {
    display: none;
}

.footer_info_holder {
    display: flex;
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
    .hp_category_element {
        width: 262px;
        height: 400px;
        padding-top: 230px;
    }

    .hp_category_subtitle {
        font: normal normal bold 20px/46px "Montserrat", sans-serif;
    }

    .hp_category_cta {
        width: 200px;
        left: 30px;
    }
}

@media screen and (max-width: 767px) {
    .hp_category_element {
        margin: 32px auto;
    }

    .hp_banner_title {
        font: normal normal normal 12px/17px "Montserrat", sans-serif;
        letter-spacing: 2.4px;
        color: #FFFFFF;
        text-transform: uppercase;
        text-align: center;
    }

    .hp_banner_subtitle {
        text-align: center;
        font: normal normal bold 24px/30px "Montserrat", sans-serif;
        letter-spacing: 0px;
        color: #FFFFFF;
        text-transform: uppercase;
    }

    .hp_banner {
        height: 200px;
        padding: 55px 42px;
    }

    .hp_reassurance_element_holder {
        flex-direction: row;
        max-width: 100%;
    }

    #hp_reassurance_holder {
        flex-direction: column;
        margin: 30px 0 60px 0;
    }

    .hp_reassurance_txt {
        text-align: left;
        font: normal normal 600 18px/26px "Montserrat", sans-serif;
        letter-spacing: 0px;
        color: #48433A;
        opacity: 1;
        flex: 1 0 auto;
        padding-top: 40px;
        margin-bottom: 30px;
        border-bottom: 1px solid #eee;
        max-width: 200px;
        margin-right: 40px;
    }

    .hp_category_element.category .hp_category_cta {
        display: none;
    }

    .hp_reassurance_img {
        flex: 1 0 auto;
        margin-right: 20px;
    }

    .hp_category_element.category {
        max-width: 360px;
        margin: 32px;
        height: 200px;
        padding-top: 75px;
        background-position-y: -300px;
        display: block;
    }

    .hp_category_subtitle {
        font: normal normal bold 30px/36px "Montserrat", sans-serif;
    }

    .hp_category_holder .hp_category_element.category:first-child {
        margin-top: 0px;
    }

    .hp_wine_black {
        background-color: #1F1A1C;
        background-image: none;
    }

    .hp_wine_white {
        background: linear-gradient(180deg, #FFFFFF 15%, #1F1A1C 15%);
    }

    .continent_img_holder {
        display: block;
    }

    .hp_category_element.continent.europe,
    .hp_category_element.continent.oceanie,
    .hp_category_element.continent.afrique,
    .hp_category_element.continent.asie,
    .hp_category_element.continent.amerique_sud,
    .hp_category_element.continent.amerique_nord {
        background: none;
    }

    .hp_category_element.continent {
        box-shadow: none;
        border-radius: 0;
        display: flex;
        flex-direction: row;
        justify-content: left;
        padding: 10px 0;
        border-top: 1px solid rgba(112, 112, 112, 0.5);
        border-bottom: 1px solid rgba(112, 112, 112, 0.5);
        height: 80px;
        margin: 0 auto;
    }

    .hp_category_element.continent .hp_category_title {
        text-align: left;
        font: normal normal bold 18px/34px "Montserrat", sans-serif;
        letter-spacing: 0px;
        color: #FFFFFF;
        text-transform: uppercase;
    }

    .continent_img_holder img {
        width: 50px;
    }

    .continent_img_holder,
    .hp_category_element.continent .hp_category_titles {
        text-align: left;
    }

    .hp_category_element.continent .hp_category_titles {
        flex: 1 0 auto;
        margin-left: 32px;
    }

    .hp_category_element.continent .hp_category_title {
        line-height: 50px;
    }

    .hp_category_holder.continent {
        margin-top: 36px;
    }

    .hp_banner.bio {
        padding: 55px 32px;
    }

    .hp_category_element_about_holder {
        padding: 0;
    }

    .hp_category_element_about {
        box-shadow: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        height: 290px;
        margin-bottom: 32px;
    }

    .hp_about_txt_holder {
        padding: 0 32px;
    }

    .hp_testimonials_holder {
        padding: 32px;
    }

    #footer_logo {
        left: -80px;
    }

    .footer-container #footer {
        padding-top: 60px;
    }

    .cat-title:after {
        top: 0px !important;
    }
}

/* END WINES CATEGORY*/

/* My New CSS start */
html {
    overflow-x: hidden;
}

/* banner section start  */
#wrapper {
    background-color: #fff !important;
}

.page-index .container {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
}

.homeslider-container {
    margin-bottom: 40px !important;
}

.homeslider-container img {
    max-width: 100%;
    position: relative;
    top: -82px;
}

.homeslider-container img:hover {
    border: none;
}

#homepage-slider .homeslider-container .homeslider-description {
    position: absolute;
    top: 54%;
    left: 48.1%;
    transform: translate(-50%, -50%);
}

/* #homepage-slider .homeslider-container .homeslider-description a:{
    margin-top: -2px;
    display: inline-block;
} */
.homeslider-description .home-slider-title {
    text-align: left;
    font: normal normal normal 20px / 27px "Montserrat", sans-serif;
    letter-spacing: 4px;
    color: #DBD1C0;
    text-transform: uppercase;
}

.homeslider-description p {
    max-width: 506px;
    /* margin-top: 2px; */
}

.homeslider-description p a {
    text-align: left;
    font: normal normal bold 40px / 48px "Montserrat", sans-serif;
    color: #FFFFFF;
    text-transform: uppercase;
    display: inline-block;
    margin: 10px 0;
}

.homeslider-description p a:hover {
    background-color: transparent;
}

.homeslider-description p .hp_banner_cta {
    background: #DBD1C0 0 0 no-repeat padding-box;
    border-radius: 5px;
    padding: 10px;
    text-align: center;
    width: 120px;
    font: normal normal bold 14px / 19px "Montserrat", sans-serif;
    letter-spacing: 0;
    color: #602A40;
    text-transform: uppercase;
}

.homeslider-description p .hp_banner_cta:hover {
    opacity: 0.75 !important;
    background: #DBD1C0 0 0 no-repeat padding-box !important;
}

/* banner section end */
/* featured-products section start */
.featured-products {
    float: left;
    width: 100%;
    position: static;
}

.featured-products .title_homepage {
    max-width: 1164px;
    position: static;
    margin-left: auto;
    margin-right: auto;
}

.featured-products .hp_banner {
    margin: 0 auto 80px;
}

.featured-products .products {
    max-width: 1164px;
    margin: 0 auto;
}

.products.homefeatured {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

a.thumbnail:hover {
    border-color: #ddd !important;
}

.products .product-miniature .product-description {
    padding: 0 10px;
}

.product-miniature .thumbnail-container:hover .product-description::after {
    position: static;
    border-top: none;
}

.products .product-miniature .product-title {
    margin-top: 20px;
}

.products .product-miniature .product-title a {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

.products .product-price-and-shipping .price {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin: 5px 0 40px;
    display: inline-block;
}

.featured-products .products .product-price-and-shipping .price {
    font: 600 18px / 32px "Open Sans", sans-serif !important;
    color: #000 !important;
}

#searchbox {
    background: rgba(243, 242, 242, 0.3) !important;
}

#search_widget input::placeholder {
    color: #989697 !important;
}

.products .product-miniature .button-container {
    justify-content: space-around;
}

.products .product-miniature .button-container .add-to-cart {
    color: #000 !important;
    text-transform: revert !important;
    padding: 7px 12px 7px;
}

.products .product-miniature .button-container .disabled {
    color: #000;
    border: none;
    background: #e1c36f;
    font-weight: 700;
    text-align: center;
    opacity: 0.3;
    text-transform: capitalize;
}

.products .product-miniature .button-container .add-to-cart.active,
.products .product-miniature .button-container .add-to-cart:focus {
    background-color: #000 !important;
}

.products .product-miniature .button-container .add-to-cart:disabled {
    background-color: #000 !important;
    color: #fff !important;
    opacity: 1;
}

.products .product-miniature .button-container .add-to-cart:hover {
    background-color: #66334b;
    color: #fff !important;
}

/*.products .product-miniature .button-container span {
    padding: 4px 12px 2px;
}*/
.products .product-miniature .button-container span:hover {
    background-color: #66334b;
    color: #fff !important;
}

#hp_reassurances {
    float: left;
    width: 100%;
}

.hp_reassurance_homepage {
    max-width: 1164px;
    margin: 0 auto;
}

/* featured-products section end */
/* wines card section start */
.hp_wine_white {
    max-width: 1164px !important;
    margin: 0 auto;
}

.hp_wine_black .container,
.hp_wine_pink .container,
.hp_dark .container {
    max-width: 1164px;
    margin: 0 auto;
}

.hp_dark .hp_others {
    max-width: 1440px;
    margin: 0 auto;
}

.hp_category_holder {
    display: inline-block;
}

.hp_category_holder .hp_category_element {
    width: 342px;
}

.hp_about_holder {
    max-width: 1440px !important;
    margin: 60px auto !important;
}

.hp_testimonials_holder {
    max-width: 1440px !important;
    margin: 0 auto 40px !important;
    background-color: #f6f6f6;
}

/* wines card section end */
/* media query start */
@media only screen and (max-width: 1500px) {
    #homepage-slider .homeslider-container .homeslider-description {
        bottom: -90px !important;
    }
}

@media (max-width: 1280px) {
    body .hp_others .hp_category_element.others {
        height: 200px !important;
    }
}

@media only screen and (max-width: 1200px) {
    .page-index .container {
        max-width: 100% !important;
    }

    .products .product-miniature .product-title a {
        font-size: 14px;
    }

    #homepage-slider .homeslider-container .homeslider-description {
        bottom: -270px !important;
    }

    #homepage-slider #homeslider {
        margin-top: 0;
        margin-bottom: 0;
    }

    .page-index .col-xs-12 {
        padding: 0;
    }

    .homeslider-container img {
        top: -170px;
    }

    .container {
        max-width: 1140px !important;
    }

    .homepage_title_line {
        width: 100%;
    }
}

@media (max-width: 1150px) and (min-width: 992px) {
    .page-index .products .product-miniature .product-info-left {
        min-height: 42px;
    }
}

@media (min-width: 991px) and (max-width: 1200px) {
    .hp_wine_white .hp_category_holder {
        float: left;
        width: 100%;
        margin: 0 auto;
    }

    body .hp_category_holder.row {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .products .product-miniature .button-container {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
}

@media only screen and (max-width: 1100px) {
    .featured-products .products {
        justify-content: center;
        gap: 30px;
    }
}

@media only screen and (max-width: 1024px) {
    #homepage-slider .homeslider-container .homeslider-description {
        bottom: -290px !important;
    }

    .products .product-miniature .button-container {
        justify-content: center;
        gap: 10px;
    }

    .homeslider-container {
        margin-bottom: -40px !important;
    }
}

@media (max-width: 992px) {
    .container {
        max-width: 960px !important;
    }

    .hp_about_holder .hp_category_holder .hp_category_element_about {
        display: none;
    }

    .hp_about_holder .hp_category_holder .hp_category_element_about_holder {
        display: none;
    }

    .hp_about_holder .hp_category_holder .col-md-6 {
        width: 100%;
    }

    .products.homefeatured {
        grid-template-columns: repeat(3, 1fr);
    }

    #homepage-slider .homeslider-container .homeslider-description {
        width: 100%;
        display: flex;
        flex-direction: column;
        padding-left: 60px;
    }

    #homepage-slider .homeslider-container .homeslider-description p a {
        margin: 5px 0 0;
    }
}

@media (min-width: 816px) and (max-width: 900px) {
    .hp_wine_white .hp_category_element {
        height: 390px !important;
    }
}

@media (max-width: 820px) {
    #homepage-slider .homeslider-container .homeslider-description {
        bottom: 0 !important;
        margin-top: 10px;
        top: 70px;
    }
}

@media (min-width: 768px) and (max-width: 815px) {
    .hp_wine_white .hp_category_element {
        height: 340px !important;
    }
}

@media (max-width: 768px) {
    .container {
        max-width: 720px !important;
    }

    /* featured-products section start */
    .featured-products .title_homepage {
        margin: 0 auto 60px;
    }

    /* featured-products section end */
}

@media (max-width: 767px) {
    .featured-products .title_homepage {
        margin: 60px auto;
    }

    .featured-products .home-featured-img-title {
        align-items: center;
    }

    .featured-products.hp_banner_title {
        font: normal normal normal 12px / 17px "Montserrat", sans-serif;
    }

    .featured-products .hp_banner_subtitle {
        font: normal normal bold 24px / 30px "Montserrat", sans-serif;
    }

    .products.homefeatured {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 0) and (max-width: 600px) {
    body #hp_reassurance_holder .hp_reassurance_element_holder .hp_reassurance_txt {
        max-width: 100% !important;
        min-width: auto !important;
    }

    body #hp_reassurances .hp_reassurance_homepage {
        padding: 0 15px;
    }

    #hp_reassurance_holder .mention {
        text-align: center;
    }
}

@media (max-width: 576px) {
    .container {
        max-width: 540px !important;
    }

    .hp_about_holder .hp_category_holder {
        padding: 0 15px !important;
    }
}

@media (max-width: 480px) {
    .products.homefeatured {
        grid-template-columns: repeat(1, 1fr);
    }
}

.js-footer .footer_info_holder .footer_info_element {
    margin: 30px 5px 0 5px !important;
    min-width: 178px;
}

.js-footer .footer_info_holder .footer_info_element .footer_info_element_value a {
    word-break: keep-all !important;
}

.block-social #footer_sub_menu_2 .instagram {
    background-color: #fff0;
    font-weight: 600;
    background-size: 18px;
    line-height: 21px;
}

.block-social #footer_sub_menu_2 .instagram a {
    line-height: 2px;
}
#footer .custom-wines-footer .block-social #footer_sub_menu_2{
    flex-direction: column;
}

@media only screen and (max-width: 1200px) {
    .js-footer .footer_info_holder .footer_info_element {
        min-width: 178px !important;
    }
}

@media only screen and (max-width: 1024px) {
    .js-footer .footer_info_holder .footer_info_element {
        margin: 8px 5px 0 5px !important;
    }
}

@media only screen and (max-width: 992px) {
    .js-footer .footer_info_holder .footer_info_element {
        min-width: auto !important;
    }
}

@media only screen and (max-width: 767px) {
    #module-prestablog-blog .blogsoc-buttons {
        flex-wrap: nowrap !important;
    }

    #module-prestablog-blog .blogsoc-buttons li {
        width: 24.5% !important;
        height: 61.25px !important;
    }

    #module-prestablog-blog .blogsoc-buttons li .blogsec-title {
        display: none;
    }

    #module-prestablog-blog .blogsoc-buttons .blogsoc-email .blogsoc-icon {
        padding-right: 42px !important;
    }

    #module-prestablog-blog .blogsoc-buttons .blogsoc-email svg {
        margin-top: 5px;
    }

    #module-prestablog-blog .blogsoc-buttons .blogsoc-email a,
    #module-prestablog-blog .blogsoc-buttons .blogsoc-linkedin a,
    #module-prestablog-blog .blogsoc-buttons .blogsoc-twitter a,
    #module-prestablog-blog .blogsoc-buttons .blogsoc-icon-container a {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }
    #footer .custom-wines-footer .block-social #footer_sub_menu_2{
    flex-direction: row;
}
    .block-social #footer_sub_menu_2 .instagram {
        width: 100%;
    }
    .block-social #footer_sub_menu_2 .instagram a{
        width: 0;
    }
      
}