.gdlr-core-page-builder-body img[src$=".svg"] { width: 100%; height: auto; }
.gdlr-core-page-builder-body img[src$=".svg"].style-svg { width: 0; }
.gdlr-core-page-builder-body .gdlr-core-page-builder-item-container-preview img[src$=".svg"].style-svg { width: 100%; height: auto; }
.gdlr-core-page-builder-body svg.replaced-svg { width: 100%; height: auto;  }
/* DISPLAY RESULT */
.bieres_results {
box-sizing: border-box;
}

.bieres_results div.card_result {
float: left;
background: #fff;
width: calc((100% - 40px) / 3);
height: 400px;
background-color: rgb(255, 255, 255);
position: relative;
box-shadow: rgba(82, 82, 82, 0.2) 0px 1px 6px 0px;
padding: 0;
transition: all 0.3s ease 0s;
border-radius: 0px;
overflow: hidden;
margin: 15px 10px;
}

.bieres_results div.card_result .price-container > span {
    display: inline-block;
    padding: 4px 0;
    border-radius: 0px;
}

.card_result .link-container {
width: 100%;
height: 100%;
left: 0;
position: absolute;
top: 0;
}

.card_result .link-container a {
display: inline-block;
width: 100%;
height: 100%;
}

.bieres_results div.card_result:nth-child(3n+1), .bieres_results div.card_result:first-child{
margin-left:0px;
}

.bieres_results div.card_result:nth-child(3n){
margin-right:0px;
}


.bieres_results div.card_result .img-container {
width:100%;
text-align: center;
height: 200px;
overflow: hidden;
}


.bieres_results div.card_result .img-container img {
width: auto;
max-height: 200px;
margin: 0 auto;
}

.bieres_results div.card_result .title-container h2 {
    position: relative;
    max-width: 100%;
    color: #fff;
    font-size: 17px;
    font-family: "Roboto";
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0 20px;
    text-align: center;
}

.bieres_results div.card_result .title-container {
    background: rgb(30 30 30 / 0.9);
    position: absolute;
    width: 100%;
    border-radius: 0;
}

.bieres_results div.card_result .title-container span {
    color: rgb(112, 112, 112) !important;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 18px;
    width: 100%;
    display: inline-block;
}

.sotheme-single-product .price-container.on_sale .regular_price span.woocommerce-Price-amount.amount {
    font-size: 21px !important;
}

.bieres_results .price-container.on_sale .regular_price .woocommerce-Price-amount.amount {
    font-size: 21px !important;
}

.bieres_results div.card_result .price-container.on_sale span {
    font-weight: 500;
}

.bieres_results div.card_result .attributes-container {
    margin: 0 0 5px 0;
}

.bieres_results div.card_result .attributes-container ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    overflow: hidden;
    max-height: 25px;
}

.bieres_results div.card_result .attributes-container ul li{
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-family: "Roboto";
    font-size: 13px;
    line-height: 15px;
    overflow: hidden;
    padding: 0px 3%;
    background: transparent;
    border-left: 1px solid #666;
    border-top: 0px solid rgb(225, 220, 210);
    border-bottom: 0px solid rgb(225, 220, 210);
    margin-right: 0;
    height: auto;
    color: #ddd;
}

.bieres_results_title span {
    display: block;
    line-height: 17px;
    text-transform: none;
    color: #444;
    font-weight: 500;
    font-size: 16px;
    margin: 0;
    padding: 1px 0 0 0;
}

.card_result .title-container a:hover span {
    text-decoration: underline !important;
    }

.bieres_results div.card_result .attributes-container ul li:first-child{
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-left:0px;
}

.bieres_results div.card_result .price-container {
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 45px;
    background: rgb(0 0 0 / 0.55);
    display: inline-block;
}

.bieres_results div.card_result .price-container span {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 22px !important;
    line-height: 25px;
    font-weight: 300;
    text-align: center;
    color: #fff;
}

.bieres_results div.card_result .price-container.on_sale span.regular_price span {
    color: #aaa;
    font-weight: 300;
}

.bieres_results div.card_result .attributes-container ul li:last-child{
    border-right: 0px solid rgb(225, 220, 210);
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.bieres_results .price-container span sup {
    top: -7px;
    margin-left: 4px;
    color: #fff;
    font-weight: 500;
    font-size: 12px;
}

.bieres_results div.card_result .cart-container button {
    font-size: 17px;
    line-height: 21px;
    text-transform: uppercase;
    cursor: pointer;
    font-family: "Roboto Condensed", sans-serif;
    background-color: #222;
    color: #fff;
    border-radius: 0 0 4px 4px;
    font-weight: 500;
    padding: 12px 25px;
    border: none;
    outline: none;
    transition: all 0.3s ease;
    display: block;
    width: 100%;
}

.bieres_results div.card_result .cart-container {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0px;
}

.bieres_results div.card_result .title-container a {
text-align: center;
color: #ddd;
font-size: 13px;
}

.bieres_results div.card_result .cart-container button:hover {
    background-color: #333;
}

.bieres_results div.card_result .title-container a:hover, .bieres_results div.card_result .title-container a:hover h2, .bieres_results div.card_result .title-container a:hover span{
text-decoration: underline;
}

.bieres_results_title {
display: inline-block;
width: 60%;
font-family: "Roboto";
color: #000;
font-weight: 600;
font-size: 24px;
line-height: 27px;
margin-bottom: 0px;
text-transform: uppercase;
}


.bieres_results_title span a {
display: inline-block;
background: #dea446;
border-radius: 50%;
width: 20px;
height: 20px;
text-align: center;
line-height: 20px;
color: #fff;
font-size: 12px;
margin-left: 3px;
transition: all 0.3s ease;
top: -2px;
position: relative;
}

.bieres_results_title span a:hover {
text-decoration: none;
background: rgb(250, 189, 15);
color: #fff;
}


.bieres_results_count {
display: inline-block;
width: 39%;
text-align: right;
font-family: "Roboto";
color: #393950;
font-size: 17px;
line-height: 51px;
padding-top: 3px;
}

@media only screen and (max-width: 769px){
    body div#container-results {
        width: 100% !important;
    }
    body div#col-filter {
        display: none;
    }

    body div.no-margin-ipad {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    body div.bieres_results_header {
        margin: 0 -15px;
    }

    body div.bieres_results div.card_result {
        width: 48%;
        margin: 5px 1%;
        height: 350px;
        padding: 0px;
        border-radius: 0;
        box-shadow: none;
    }

    body .bieres_results div.card_result .img-container img {
        max-height: 150px;
    }

    body .bieres_results div.card_result .img-container {
        height: 150px;
    }

    body div div.bieres_results_title {
        line-height: 27px;
        width: 100%;
        margin-left: 5%;
        color: #000;
        font-weight: 500;
        font-size: 20px;
        margin-bottom: 0px;
    }

    body div.search-filter-results {
        margin: 0 -20px;
    }

    body .bieres_results div.card_result .title-container h2 {
        font-size: 15px;
        line-height: 16px;
    }

    body .bieres_results div.card_result .title-container span {
        font-size: 13px;
    }

    body .bieres_results div.card_result .attributes-container {
        margin: 0 0 5px 0;
    }

    body .bieres_results div.card_result .attributes-container ul li {
        font-size: 12px;
        padding: 0px 5px;
    }

    body .bieres_results div.card_result .title-container h2 {
        margin-top: 8px;
    }

    body div.bieres_results div.card_result:nth-child(3n+1), div.card_result:first-child{
        margin-left:1%;
    }

    body div.bieres_results div.card_result:nth-child(3n){
        margin-right:1%;
    }

    body div div.bieres_results_count {
        width: 100%;
        text-align: left;
        margin-left: 5%;
        color: #444;
        font-size: 15px;
        line-height: 16px;
        padding-top: 0;
        margin-bottom: 10px;
    }

    body .page.edit-address .adress-box { 
        height: auto;
        width: 340px;
        margin-bottom: 15px;
        background: #ffffff;
        padding: 15px 0px;
        border: 1px solid #fff;
    }

    body.infinite-body .page.edit-address .adress-box label.sowoo-form-field-select {
        left:0;
    }
    

    div.bieres_results div.card_result .attributes-container ul {
        max-height: 20px;
    }

    body div.sowoo-widget-checkout-cart .widget-content .widget-price-unitaire,
    body div.sowoo-widget-side-cart .widget-content .widget-price-unitaire {
        margin: 0px 8px;
    }

    body div.sowoo-widget-checkout-cart .widget-content .widget-price-total .woocommerce-Price-amount.amount {
        font-size: 18px;
    }

    /* Cart */
    body .cbp-spmenu-vertical {
        width: 100%;
    }

    body div.sowoo-widget-side-cart .widget-footer {
        position: relative;
    }

    body div.sowoo-widget-side-cart .widget-container {
        height: calc(100% - 250px);
    }

    /*form.searchandfilter {
        display: none;
    }*/

    div.bieres_results.single div.card_result {
        width: 48%;
        float:left;
    }

    div.bieres_results.single div.card_result:nth-child(3n+1), div.bieres_results.single div.card_result:first-child {
        margin-left: 1%;
    }

    div.bieres_results.single div.card_result:nth-child(3n) {
        margin-right: 1%;
    }

    body div.single-product-card {
        padding: 15px 15px;
        border-radius: 0;
    }

    body .gdlr-core-pbf-wrapper-container.clearfix.gdlr-core-container.single-bloc-promo .gdlr-core-pbf-background-wrap {
        margin: 15px 20%;
    }

    body .gdlr-core-pbf-wrapper-container.clearfix.gdlr-core-container.single-bloc-promo .gdlr-core-sync-height-content {
        padding: 10px;
    }

    /*#single-product.gdlr-core-pbf-wrapper > .gdlr-core-pbf-background-wrap > .gdlr-core-pbf-background {
        background-image: url(http://biere.sowapp.fr/wp-content/uploads/2019/11/header.png) !important;
    }*/

    body div#single-product-back a {
        margin-top: -60px;
        margin-bottom: 60px;
        display: inline-block;
    }

    body div.sowoo-widget-checkout-cart,
    body div.sowoo-checkout-billing,
    body div.sowoo-checkout-order-review {
        position: relative;
        background-color: rgb(255, 255, 255);
        box-shadow: none;
        padding: 24px;
        border-radius: 0px;
        margin: 0 -30px;
    }

    body div.sowoo-checkout-billing {
        margin-top: 1px;
    }

    body div.sowoo-checkout-coupon {
        position: relative;
        box-shadow: none;
        margin: 0 -30px;
        border-radius: 0px;
        border-top: 1px solid #f5f5f5;
        background: #f8f8f8;
    }

    body div.sowoo-checkout-delivery {
        position: relative;
        box-shadow: none;
        border-radius: 0px;
        margin: 0px -30px;
    }

    body.infinite-body label.sowoo-form-field-select.country,
    body.infinite-body label.sowoo-form-field.country {
        right: 0px;
        left: 23px;
        top: 85px;
        width: calc(100% - 48px);
    }

    body div div.sowoo-checkout-billing div.header {
        margin-bottom: 60px !important;
    }

    body.infinite-body label.sowoo-form-field {
        width: 100% !important;
        max-width: 100% !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    body div.sowoo-checkout-account label.sowoo-form-field div.field-spinner {
        padding: 4px 2px !important;
    }

    body div.sowoo-checkout-delivery .line-delivery label {
        padding: 12px 12px 5px 42px;
        color: #1d1d1b;
        font-weight: 400;
        font-size: 15px;
    }
    
    body div.woocommerce-checkout-payment .line-payment label {
        padding: 12px 12px 5px 10px;
        color: #1d1d1b;
        font-weight: 400;
        font-size: 15px;
    }

    body .gdlr-core-pbf-element .woocommerce .woocommerce-error, .gdlr-core-pbf-element .woocommerce .woocommerce-message {
        background-color: #ffffff;
        border-left: 5px solid #F44336;
        border-radius: 0;
        box-shadow: none;
        margin: 0;
    }

    body div.sowoo-checkout-thankyou-account {
        display:none;
    }

    body div.sowoo-checkout-thankyou {
        position: relative;
        box-shadow: none;
        padding: 24px;
        border-radius: 0px;
        margin: 20px -30px;
        border: 0;
    }

    body div.thankyou-message {
        font-size: 25px;
    }

    body div.thankyou-message p {
        line-height: 30px;
    }

    body div.thankyou-message i {
        font-size: 50px;
        margin-bottom: 5px;
        margin-top: 15px;
    }

    body div.sowoo-checkout-thankyou-order-items .item-product img {
        padding: 5px;
        margin: 0;
    }

    body div.sowoo-checkout-thankyou-order-items .item-product .name {
        width: 49%;
        font-size: 16px;
        font-weight: 500;
    }

    body div.sowoo-checkout-thankyou-order-items .item-product .price {
        width: 20%;
    }

    body div.sowoo-checkout-thankyou .content h4 {
        margin: 30px 0 -5px 0;;
        border-bottom: 0;
    }

    body .infinite-footer-container div.infinite-footer-column.infinite-item-pdlr.infinite-column-15:nth-child(1), .infinite-footer-container div.infinite-footer-column.infinite-item-pdlr.infinite-column-15:nth-child(2) {
        display: none !important;
    }

    body .infinite-footer-column {
        margin-bottom: 30px !important;
    }

    body div.infinite-footer-wrapper {
        padding-top: 30px;
    }

    body div.infinite-footer-wrapper {
        padding-bottom: 0px;
    }

    body div.infinite-copyright-wrapper {
        background-color: #222;
    }

    body li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-212 {
        display: none !important;
    }

    body div.infinite-body .infinite-copyright-left {
        text-transform: none;
        text-align: center;
        font-size: 12px !important;
        letter-spacing: 0;
        font-weight: 400;
        color: #ddd;
    }

    body div ul#menu-footer-conditions {
        margin: 15px 0 0px -20px;
    }

    body div #menu-footer-conditions a {
        padding-bottom: 2px;
        border-bottom: 1px solid transparent;
        font-size: 12px;
        color: #777;
    }

    body div.sowoo-widget-checkout-cart .widget-row {
        padding: 15px 0;
    }

    body div.header-icon-badge {
        top:11px;
    }
body div.header-icon-badge span {
	width: 23px;
    height: 23px;
}

    body .page.account .box-small.grey p {
        line-height: 23px;
    }
    
    body .page.account,
    body .page.edit-account,
    body .page.edit-address,
    body .page.order-list {
        margin: 0 -45px;
    }

    body ul.footer_links {
        text-align: center;
        margin: 0 -60px;
    }

}

.msearch .searchandfilter > ul > li {
    box-shadow: none !important;
}

img.avatar.avatar-24.photo {
    border-radius: 50%;
    margin: 0 5px 0 0;
}


div.sowoo-widget-checkout-cart .widget-thumb,
div.sowoo-widget-side-cart .widget-thumb {
overflow:hidden !important;
}

/* FILTER BIERES */
.searchandfilter > ul > li:not(.sf-field-reset) {
background: #fff;
margin-left: -35px;
padding: 0;
box-shadow: rgba(82, 82, 82, 0.2) 0px 1px 6px 0px;
border-radius: 3px;
margin-bottom: 30px;
}

.searchandfilter > ul > li.sf-field-reset {
margin-left: -35px;
padding: 15px 15px 10px 0px;
margin-bottom: 20px;
position: relative;
}

.searchandfilter > ul > li:not(.sf-field-reset) h4 {
font-family: "Roboto";
font-size: 15px;
line-height: 15px;
color: #fff;
font-weight: 500;
margin: 0;
text-transform: none;
position: relative;
transition: all 0.6s ease 0s;
cursor: pointer;
background: #222;
padding: 12px;
}

.searchandfilter > ul > li:not(.sf-field-reset) h4.panel-close {
    margin: 0 !important;
}

.searchandfilter > ul > li.sf-field-reset h4 {
    font-family: "Roboto";
    font-size: 20px;
    line-height: 12px;
    color: #000;
    font-weight: 600;
    margin: 0 0 5px 0;
    position: relative;
    text-transform: uppercase;
}

.searchandfilter > ul > li.sf-field-reset a {
    position: absolute;
    right: 1px;
    top: 13px;
    background: transparent;
    font-family: "Roboto";
    font-size: 12px;
    padding: 3px 11px;
    border-radius: 4px;
    color: #000;
    border: 2px solid #000;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
}

.searchandfilter > ul > li.sf-field-reset a:hover {
    text-decoration: none;
    background: #222;
    color: #fff;
}

.searchandfilter > ul > li:not(.sf-field-reset):not(.sf-field-search) h4::before {
content: '\f077';
height: 25px;
width: 25px;
color: #bbb;
display: none;
position: absolute;
font-family: "FontAwesome";
right: -12px;
top: 2px;
font-size: 13px;
}

.searchandfilter > ul > li:not(.sf-field-reset):not(.sf-field-search) h4.panel-close::before {
color: rgb(0, 0, 0);
content: '\f078';
transition: all 0.6s ease 0s;
}

form.searchandfilter li.sf-field-sort_order select.sf-input-select {
width: 92% !important;
margin: 10px !important;
}

.sf-meta-range.sf-meta-range-slider {
padding: 15px 20px;
}

.searchandfilter ul li ul {
max-height: 255px;
overflow-x: hidden;
overflow-y: auto;
transition: all 0.6s ease 0s;
padding: 0 10px;

}
.searchandfilter ul li ul li {
position: relative !important;
/*border-top: 1px solid #DFE3EB;*/
padding: 2px 0px 2px 10px ;
}

.searchandfilter ul li ul li input.sf-input-checkbox {
    display:none !important;
}

.searchandfilter ul li ul li label.sf-label-checkbox {
padding: 4px 0 0 19px;
display: inline-block;
line-height: 21px;
color: #000;
font-size: 14px;
font-weight: 400;
cursor: pointer;
}

.searchandfilter span.sf-count {
    color: #666;
}

.searchandfilter ul li ul li label.sf-label-checkbox::before {
content: '';
height: 20px;
width: 20px;
border: 1px solid #DFE3EB;
display: inline-block;
position: absolute;
background: #ffffff;
font-family: "FontAwesome";
top: 6px;
left: 0px;
font-size: 13px;
padding: 1px 0px 0px 3px;
border-radius: 2px;
}

div.card_result .title-container a:hover, div.card_result .title-container a:hover h2 {
text-decoration: none !important;
}

div.card_result .title-container .attributes-container a:hover {
text-decoration: underline !important;
}

.searchandfilter ul li ul li [type=checkbox]:checked + label.sf-label-checkbox::before {
    content: '\f00c';
    line-height: 16px;
    background: #fff;
    border: 1px solid #000;
    color: #222;
}

.searchandfilter ul li ul::-webkit-scrollbar-trac {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 0px;
    background-color: #ccc;
}

.searchandfilter ul li ul::-webkit-scrollbar{
    width: 8px;
    background-color: #eee;
}

.searchandfilter ul li ul::-webkit-scrollbar-thumb{
    border-radius: 0px;
    background-color: #ccc;
}


.sotheme-single-product .description::-webkit-scrollbar-trac {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 0px;
    background-color: #222;
}

.sotheme-single-product .description::-webkit-scrollbar{
    width: 8px;
    background-color: #222;
}

.sotheme-single-product .description::-webkit-scrollbar-thumb{
    border-radius: 4px;
    background-color: #777;
}

.searchandfilter .meta-slider {
    margin-top: 15px !important;
    margin-bottom: 10px !important;
    height: 16px !important;
    max-width: 93% !important;
}

.searchandfilter .noUi-connect {
    background-color: #eee !important;
}

.searchandfilter .noUi-handle {
    border-color: #555 !important;
}

.noUi-handle {
    border: 1px solid #555 !important;
    border-radius: 3px;
    background: #555 !important;
    cursor: default;
    box-shadow:none !important;
}

.noUi-handle:after, .noUi-handle:before {
    background: #fff !important;
}

input.sf-input-range-number.sf-range-min.sf-input-number {
    color: #000;
    border: 2px solid #ddd;
    padding: 2px 10px;
    border-radius: 5px;
    margin-right: 5px;
    width: 150px;
    margin-left: 12px;
}

input.sf-input-range-number.sf-range-max.sf-input-number {
    color: #000;
    border: 2px solid #ddd;
    padding: 2px 10px;
    border-radius: 5px;
    margin-left: 5px;
    width: 150px;
}

.searchandfilter ul li.sf-field-search {
position: relative;
padding: 0px 0px 75px 0px;
}

.searchandfilter ul li.sf-field-search h4 {
    margin: 0px !important;
}

.searchandfilter ul li.sf-field-search label {
    width: 91%;
    position: absolute;
    border: 1px solid #cfcfcf;
    padding: 5px 8px 8px 15px;
    border-radius: 4px;
    margin: 10px;
}

.searchandfilter ul li.sf-field-search label::after {
content: attr(data-fa-icon);
font-family: "FontAwesome";
position: absolute;
right: 9px;
font-size: 18px;
top: -2px;
cursor: pointer;
padding: 8px;
font-weight: 500;
transition: all 0.6s ease 0s;
}

.searchandfilter ul li.sf-field-search input {
    font-weight: 400;
    width: 85%;
    border: none;
    font-size: 14px;
    line-height: 20px;
}

.searchandfilter input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.searchandfilter input[type="number"] {
    -moz-appearance: textfield;
}

.sf-meta-range.sf-meta-range-slider > label {
    position: relative;
}
.sf-meta-range.sf-meta-range-slider > label::before {
    position: absolute;
    content: '€';
    height: 25px;
    width: 25px;
    font-family: "Roboto";
    right: -2px;
    top: 3px;
    font-size: 18px;
    font-weight: 500;
    color: #777;
}

/* PAGINATION */
div.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 0px 0;
    border-radius: 0;
    width: 100%;
}

.wp-pagenavi span.pages {
    display: none;
}

.wp-pagenavi {
    text-align: center;
    margin: 40px 0 0 0;
    line-height: 28px;
}

.wp-pagenavi span.current {
    background: #ddd;
    border-color: #ddd !important;
    color: #000;
    padding: 0px;
    width: 34px;
    height: 34px;
    line-height: 28px;
    border-radius: 2px;
    display: inline-block;
    margin: 2px 4px;
    border-radius:50%;
}

a.page.larger, .wp-pagenavi a.nextpostslink, a.page.smaller, .wp-pagenavi a.previouspostslink {
    background: #fff;
    color: #000;
    padding: 0;
    width: auto;
    height: 34px;
    line-height: 28px;
    margin: 2px 4px;
    text-decoration: none;
    border-radius: 50%;
    display: inline-block;
}

a.page.larger:hover, .wp-pagenavi a.nextpostslink:hover, a.page.smaller:hover, .wp-pagenavi a.previouspostslink:hover {
    border-color: #ddd !important;
    text-decoration: none;
}

.img-100 img {
width: 100px;
height: 100px;
}
/* PROMO FOOTER */
.infinite-body footer {
background: #1d1d1b;
}
.infinite-body .promo-footer {
padding: 45px 0;
background: transparent;
color: #fff;
max-width: 1110px;
border-bottom: 1px solid #222;
border-top: 0px solid #fff;
margin: 0px auto 0 auto;
}

.infinite-body .promo-footer .fl {
float: left;
text-align: left;
}

.infinite-body .promo-footer img {
margin: 0px 15px;
}

.infinite-body .promo-footer h5 {
padding: 0;
margin: 0;
color: #ffd047;
font-weight: 500;
font-size: 19px;
}

.infinite-body .promo-footer span {
color: #eee;
font-size: 15px;
border-bottom: 1px solid transparent;
transition: color 100ms,border-color 100ms;
text-decoration: none;
}

.infinite-body .promo-footer a:hover span {
color: #ffd047;
border-color: #ffd047;
}

/* COPYRIGHT FOOTER */
.infinite-body .infinite-copyright-left {
text-transform: none;
text-align: center;
font-size: 13px;
letter-spacing: 0;
font-weight: 400;
color: #ddd;
}

.infinite-body .infinite-copyright-container a {
color: #eee;
letter-spacing: 0px;
}

.infinite-body .infinite-copyright-container a:hover {
color: #f7a929;
text-decoration: none;
}

.infinite-body .infinite-footer-wrapper .infinite-widget-title {
font-size: 16px;
text-transform: none;
letter-spacing: 0px;
margin-bottom: 20px;
font-weight: 400;
}

.infinite-footer-back-to-top-button#infinite-footer-back-to-top-button {
    background-color: #ddd;
}

.infinite-copyright-container.infinite-container.clearfix {
    padding-left: 0px;
    padding-right: 0px;
}

footer span.infinite-widget-head-text {
    font-size: 20px;
    font-weight: 500;
}

div.infinite-footer-column .widget_nav_menu ul li {
    font-size: 15px;
    margin-bottom: 0px;
    padding-left: 20px;
    line-height: 20px;
    padding-bottom: 11px;
    border-bottom-width: 0;
    border-bottom-style: solid;
}

div.infinite-footer-column .widget_nav_menu ul li:before {
    content: "\f10c";
    margin-top: 0px;
    color: #fff;
    font-size: 9px;
    left: -4px;
}

div.infinite-footer-column .widget_nav_menu ul li a {
    display: inline-block;
    color:#eee;
    border-bottom: 1px solid transparent;
    transition: color 100ms,border-color 100ms;
}

div.infinite-footer-column .widget_nav_menu ul li a:hover {
    text-decoration: none;
    border-bottom: 1px solid #eee;
}

.infinite-footer-wrapper div.infinite-footer-column .widget {
    margin-bottom: 30px;
}

.infinite-footer-wrapper .textwidget p {
    margin-bottom: 10px;
}

.social ul,
footer .textwidget ul {
    list-style: none;
    margin: 0px;
    padding: 0;
}

.social ul li,
footer .textwidget ul li{
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
}
/* FOOTER SOCIAL */
.social ul.biere-social li,
footer .textwidget ul.biere-social li {
    display: inline-block;
    font-size: 18px !important;
    background: transparent;
    border-radius: 50%;
    width: 41px;
    text-align: center;
    height: 40px;
    line-height: 35px;
    margin: 0 12px 0 0;
    transition: all 100ms;
    cursor: pointer;
    border: 2px solid #eee;
}

.social.black ul.biere-social li {
    border: 2px solid #ddd;
}

.social ul.biere-social li:hover,
footer .textwidget ul.biere-social li:hover {
    border-color:#ffd047;
    color:#ffd047;
}

.social ul.biere-social li a,
footer .textwidget ul.biere-social li a, ul.biere-social li a:hover {
    color:#fff;
    padding: 5px 5px;
}

.social.black ul.biere-social li a {
    color: #1d1d1d;
}

div#text-6 {
    margin-bottom: 35px;
}

ul#menu-footer-conditions {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
}

#menu-footer-conditions li {
    display: inline-block;
    text-transform: none;
    margin: 0 0 0 15px;
    font-size: 13px;
    line-height: 15px;
}

#menu-footer-conditions a {
    padding-bottom: 2px;
    border-bottom: 1px solid transparent;
    font-size: 13px;
    color: #ddd;
}

#menu-footer-conditions a:hover {
    border-bottom: 1px solid #eee;
    color: #eee;
    transition: color 100ms,border-color 100ms;
}

/* MOBILE */
.infinite-mobile-button-hamburger:before, .infinite-mobile-button-hamburger:after, .infinite-mobile-button-hamburger span, .infinite-mobile-button-hamburger-small:before, .infinite-mobile-button-hamburger-small:after, .infinite-mobile-button-hamburger-small span {
    background: #fff !important;
}

div.mm-panels>.mm-panel.mm-hasnavbar {
    padding-top: 25px;
}

div.mm-panels>.mm-panel {
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 10px;
}

div ul.mm-listview li a, div ul.mm-listview li span.infinite-mm-menu-blank {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0px;
    padding: 12px 0px;
}

.infinite-mobile-header-container div.infinite-mobile-menu-right {
    right: 20px;
    margin-top: -15px;
}

.infinite-mobile-header-container div.header-cart-icon {
    position: absolute;
    width: 34px;
    height: 60px;
    display: block;
    top: -2px;
    right: 65px;
}

.infinite-mobile-header-container div.header-search-icon {
    position: absolute;
    width: 34px;
    height: 60px;
    display: block;
    top: -2px;
    right: 110px;
}

.infinite-mobile-header-container div.header-search-icon img{
cursor: pointer;
}

#recherche-mobile .searchandfilter ul li.sf-field-search {
background: transparent;
border-color: transparent;
box-shadow: none;
}

#recherche-mobile .searchandfilter ul li.sf-field-search label {
background: #fff;
}

#recherche-mobile input[type="color"],
#recherche-mobile input[type="date"],
#recherche-mobile input[type="datetime"],
#recherche-mobile input[type="datetime-local"],
#recherche-mobile input[type="email"],
#recherche-mobile input[type="month"],
#recherche-mobile input[type="number"],
#recherche-mobile input[type="password"],
#recherche-mobile input[type="search"],
#recherche-mobile input[type="tel"],
#recherche-mobile input[type="text"],
#recherche-mobile input[type="time"],
#recherche-mobile input[type="url"],
#recherche-mobile input[type="week"],
#recherche-mobile select:focus,
#recherche-mobile textarea {
font-size: 16px !important;
}


.woocommerce-account  .infinite-content-area {
    padding-top: 0px;
    padding-bottom: 30px;
}

a.link_description {
    display: block;
    background: transparent;
    width: 150px;
    color: #fff!important;
    padding: 7px 15px;
    font-weight: 500;
    border-radius: 4px;
    text-align: center;
    margin: 15px 0 0 0;
    border: 2px solid #fff;
    text-decoration: none;
}

a.link_description:hover {
    color: #eee !important;
    border: 2px solid #eee;
}

span.red-sell {
text-align: center;
display: inline-block;
width: 100%;
color: #F44336;
font-weight: 500;
line-height: 15px;
padding: 15px 5px;
margin-bottom: -8px;
background: rgba(29, 29, 27, 0.9);
}

* {
    -webkit-overflow-scrolling: touch;
}

body.disable-scroll {
   overflow: hidden !important;  
}
div.infinite-navigation-bar-wrap .infinite-navigation-background {
    top: -1px;
}

.bordered-container .gdlr-core-pbf-background-wrap {
    border-bottom-color: #ffb43a !important;
}

.title-b h2 {
     border-bottom: 12px solid #ffd047;
}

.infinite-navigation .infinite-navigation-slide-bar-style-2 {
    border-bottom-width: 5px !important;
    margin-top: -26px !important;
}

.form-space {
    padding-top: 10px;
    padding-bottom: 10px;
}

.wpcf7-form-control:focus {
    border-color: #1d1d1b;
}

.wpcf7-form-control.wpcf7-select, .wpcf7 input {
    width: 100%;
    border: 1px solid #d7d7d7;
    padding: 12px 20px !important;
    color: #1d1d1b !important;
    font-size: 15px !important;
    outline: none;
    border-radius: 3px;
    font-family: "Roboto";
    font-weight: 600;
}

.wpcf7 input::-webkit-input-placeholder, .wpcf7 textarea::-webkit-input-placeholder { /* Edge */
    color: #999;
    font-weight: 400;
}

.wpcf7-form-control.wpcf7-select {
    background-position: calc(100% - 15px) 14px !important;   
}

.wpcf7-form-control-wrap .wpcf7-form-indicator {
    display: none;
}

.wpcf7 textarea {
     width: 100%;
    color: #1d1d1b !important;
    border: 1px solid #161616;
    font-size: 15px !important;
    border-radius: 3px;
    font-family: "Roboto";
    outline: none;
    font-weight:600;
}

.wpcf7 span.label {
    color: #1d1d1b;
    padding: 0;
    font-size: 15px;
    font-weight: 400;
}

.wpcf7-form-control.wpcf7-submit.btn-ts {
    font-size: 16px !important;
    font-weight: 600;
    letter-spacing: 0px;
    color: #1d1d1b !important;
    padding: 12px 25px 12px 25px !important;
    text-transform: none;
    border-radius: 4px !important;
    background: #fff;
    border: 2px solid #1d1d1b !important;
    margin-top:-20px;
}

.wpcf7-form-control.wpcf7-submit.btn-ts:hover {
    border: 2px solid #444 !important;
    color: #444 !important;
}

span.wpcf7-not-valid-tip {
    color: #F44336!important;
    margin: 0;
    padding: 4px 0 0 0;
    font-style: italic;
    font-size: 13px;
    margin-bottom: 0px !important;
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    text-align: center;
    border: 1px solid #dfe3eb;
    font-weight: 600;
    background: #fff;
    border-radius: 3px;
    color: #F44336;
    font-size: 15px !important;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #ffb900;
    background: #ffb900;
    color: #fff;
}

.wpgmp_iw_content {
    color: #1d1d1b;
    font-size: 15px;
    line-height: 21px;
    padding: 10px 15px;
    font-weight: 400;
}

.map .gdlr-core-item-pdlr {
    padding-left: 0;
    padding-right: 0;
}


div.single-product-card {
    background: #fff;
    width: 100%;
    background-color: transparent;
    position: relative;
    padding: 20px 10%;
    transition: all 0.3s ease 0s;
    border-radius: 4px;
    overflow: hidden;
}

div.single-product-card h2,
div.single-product-card h1 {
    position: relative;
    max-width: 100%;
    color: #ffffff;
    font-family: "Roboto Condensed";
    font-weight: 500;
    margin: 0px 0px 10px 0;
    font-size: 30px;
    line-height: 36px;
    text-transform: none;
    background: #1d1d1b;
    padding: 8px;
    border-radius: 4px;
}

div.single-product-card .header span {
    color: rgb(112, 112, 112) !important;
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 18px;
    width: 100%;
    display: inline-block;
}

div.single-product-card .attributes-container {
  margin: 20px 0 10px 0;
}
div.single-product-card .attributes-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-align:center;
}

div.single-product-card ul li{
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-family: "Roboto";
    font-size: 14px;
    line-height: 27px;
    color: #000;
    overflow: hidden;
    padding: 0px 5%;
    background: #ffd047;
    border-left: 1px solid rgb(255, 255, 255);
    border-top: 1px solid rgb(255, 255, 255);
    border-bottom: 1px solid rgb(255, 255, 255);
    border-right: 1px solid rgb(255, 255, 255);
    margin-right: 0;
    height: 28px;
    border-radius: 15px;
}

.single-product-card .price-container {
    text-align: center;
}

.single-product-card .cart-container {
    text-align: center;
}

div.single-product-card .price-container > span {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 600;
    text-align: center;
    display: inline-block;
    margin-top: 25px;
    background: #ffd047;
    padding: 1px 20px;
    border-radius: 70px;
}
div.single-product-card .price-container span {
    color: #1d1d1b;
    font-size: 28px;
    line-height: 42px;
}

div.cart-container .stock {
    color: rgb(0, 0, 0);
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    text-align:left;
}

div.cart-container .stock:before {
    content: '\f111';
    font-family: "FontAwesome";
    color: #f5f5f5;
    display: inline-block;
    margin-right: 8px;
}

div.cart-container .stock.in:before {
    color: #4CAF50;
 }


div.cart-container .stock.out:before {
   color: #ff5722;
}

div.cart-container .stock.warning:before {
   color: #ffc107;
}

.single-product-card .header h2,
.single-product-card .header h1 {
    text-align: center;
}

.single-product-card .attributes-container ul li a {
    color: #000;
    font-weight: 500;
}
   
div.single-product-card button {
    font-size: 17px;
    line-height: 21px;
    text-transform: uppercase;
    cursor: pointer;
    font-family: "Roboto Condensed", sans-serif;
    background-color: #1d1d1b;
    color: #fff;
    border-radius: 4px;
    font-weight: 500;
    padding: 12px 30px;
    margin: 15px 0;
    border: none;
    outline: none;
}

div.single-product-card button:hover {
  background-color: #000;
}

table.single-product-table {
    border: 0px solid #e1dcd2;
    margin: 0 0 0;
    border-spacing: 0px;
    padding-right: 20px;
}

table.single-product-table th {
   width: 170px;
   background:#fff;
   color:#1d1d1b;
   padding: 0 10px;
   border-bottom:1px solid #e1dcd2;
   font-weight:600;
   text-align:left;
   font-size: 15px;
   text-transform:uppercase;
}

table.single-product-table td {
   background:#fff;
   color:#1d1d1b;
   padding: 10px;
   border-left:0px solid #e1dcd2;
   border-bottom:1px solid #e1dcd2;
   font-weight:400;
   text-align:left;
   font-size: 15px;
   line-height:18px;
}

.single-product.woocommerce .infinite-page-wrapper {
    border-top-width: 0px;
}

.single-product-img img {
   max-height:500px;
   width:auto;
}

.bieres_results.single div.card_result {
   width: calc((100% - 80px) / 4);
}

.bieres_results.single div.card_result:nth-child(3n+1), .bieres_results.single div.card_result:first-child {
    margin-left: 10px; 
}

.bieres_results.single div.card_result:nth-child(3n) {
    margin-right: 10px;
}

.woocommerce a.button, .woocommerce a.button:hover {
    background-color: #ffb43a;
    border-radius: 45px;
    color: #1d1d1b !important;
    font-size: 15px;
    padding: 15px 25px;
}  

.gdlr-core-page-builder-body .woocommerce p {
    color: #1d1d1b;
}

.wp-pagenavi a, .wp-pagenavi span {
    border: 1px solid #BFBFBF;
    background: #f4f4f4;
    border-color: #f4f4f4 !important;
    color: #000;
    padding: 5px 10px 5px 10px;
    min-width: 25px;
    margin: 2px 4px;
    font-weight: 500;
}

.wp-pagenavi a.last,
.wp-pagenavi a.first {
    display: none;
}

body a.page.larger, body .wp-pagenavi a.nextpostslink, body a.page.smaller, body .wp-pagenavi a.previouspostslink {
    border-color: #fff !important;
}

.gdlr-core-pbf-column-content-margin.gdlr-core-js.card-home {
    transition: all .25s ease-in-out;
    text-decoration:none !important;
}

.gdlr-core-pbf-column-content-margin.gdlr-core-js.card-home:hover {
    margin-top: 15px !important;
}

.promo-box .gdlr-core-title-item-left-image.gdlr-core-media-image img {
    max-width: 70px;
}

a.link-filter-page {
    position: absolute;
    right: 8px;
    top: -20px;
    background: #111;
    color: #fff !important;
    font-family: "Roboto";
    font-weight: 500;
    font-size: 14px;
    padding: 5px 15px;
    border-radius: 3px;
    text-decoration: none;
    cursor: pointer;
}

.sowoo-widget-side-filter a.search-filter-reset {
    position: absolute;
    left: 75px;
    top: 7px;
    background: #dea446;
    color: #fff;
    font-family: "Roboto" !important;
    font-weight: 500;
    font-size: 14px;
    padding: 3px 11px;
    border-radius: 20px;
}

a.link-filter-page:hover {
   text-decoration: none;
   color: #fff;
}

ul.mm-listview li span.infinite-mm-menu-blank {
    font-size: 14px !important;
    text-transform: none !important;
    font-weight: 400 !important;
    letter-spacing: 0px !important;
    padding: 0 0 10px 0px !important;
    color: #1d1d1b !important;
}

div ul.mm-listview li a {
    text-transform: none !important;
    font-size: 14px !important;
}

div#menu-mobile-menu ul.mm-listview li:last-child a {
    background: #ffd047;
    padding: 10px 15px;
    margin: 30px 0 0 0;
    border-radius: 4px;
    text-align: center;
}

div#menu-mobile-menu ul.mm-listview li:last-child {
    border-bottom:none;
}

#catapult-cookie-bar {
 width: 320px !important;
 font-size:14px;
  line-height:16px;
}

#catapult-cookie-bar a {
    display: block;
    margin-top: 3px;
    text-decoration: underline;
}

button#catapultCookie {
    padding: 9px !important;
    border-radius: 4px !important;
    width: 100% !important;
    font-size: 16px !important;
    font-weight: 400;
    border:none !important;
    outline: none !important;
}
#catapult-cookie-bar h3 {
     font-size: 21px  !important;
     font-weight:500;
}

.cookie-bar-block #catapult-cookie-bar span {
    font-weight: 300;
}


.gdlr-core-tab-style2-horizontal .gdlr-core-tab-item-title {
    margin-left: -1px;
    padding: 18px 28px 14px;
    border-width: 1px 1px 0px;
    border-style: solid;
    border-color: #fff;
    display: inline-block;
    letter-spacing: 0;
    font-size: 14px;
    color: #000;
}

.legal h2, .legal h4 {
   color: #1d1d1b !important;
   margin: 30px 0 15px 0; 
   letter-spacing:0;
}

.legal h2 {
   font-size: 32px !important;
}
.legal h4 {
   font-size: 21px !important;
}

.gdlr-core-column-service-item.gdlr-core-item-pdb.gdlr-core-left-align.gdlr-core-column-service-icon-left.gdlr-core-no-caption.gdlr-core-item-pdlr {
    border-left: 6px solid #ffd047 !important;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 5px 10px 0 rgba(82,82,82,.05);
}

.gdlr-core-column-service-content p {
    color: #1d1d1b !important;
}

.gdlr-core-column-service-content a {
    background: #ffd047;
    color: #1d1d1b;
    padding: 4px 19px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 13px !important;
}

ul.mm-listview li.menu-item-has-children span.infinite-mm-menu-blank {
    font-weight: 600 !important;
    letter-spacing: 0px !important;
    padding: 12px 0px !important;
}

.menu div.line {
    display: flex;
    align-items: baseline;
}

.menu div.line h2 {
    font-size: 14px !important;
    text-transform: uppercase !important;
    font-weight: 500 !important;
    color: #f0f0f0 !important;
   width: 100%;
   line-height: 14px !important;
   margin: 10px 0 !important;
}

.menu div.line span {
    color: #f7a827 !important;
    line-height: 14px !important;
    width: 60px;
    display: inline-block;
    text-align: right;
}

.menu-line {
    background: #312c2c !important;
    padding: 10px 10px !important;
    margin:1px 15px 1px 15px !important;
}

.menu-title {
    padding: 8px 15px !important;
}

.menu-line div span {
    color: #f7a827 !important;
    float: right !important;
    display: inline-block !important;
    width: 80px;
    text-align: right;
}

.menu-line .gdlr-core-title-item-title.gdlr-core-skin-title.gdlr-core-title-font {
    line-height:8px;
    width: 100%;
}

.carte-label > div {
    background: #312c2c;
    padding: 15px 15px 15px 15px;
    line-height: 15px;
    margin-bottom: 20px;
}
.carte-label p {
   margin-bottom: 0px;
}

div.wpcf7-mail-sent-ok {
    color: #4CAF50;
    font-weight: 600;
    border: 0px solid #398f14;
    background: #2d2d2b;
    border-radius: 4px;
}

.age-gate-heading.age-gate-logo img {
    max-width: 40%;
}

.age-gate-form {
    margin: 0 auto;
    max-width: 600px;
    width: 100%;
    background: #fff;
    padding: 20px 35px;
    position: relative;
    border: 0px solid #000;
    border-radius: 0px;
    background-color: rgba(0, 0, 0, 0.85) !important;
    font-family: "Roboto" !important;
}

.age-gate-form h2 {
    color: #fff;
    font-family: "Roboto";
    font-size: 25px;
}
p.age-gate-challenge {
    color: #ddd;
    font-family: "Roboto";
    font-size: 17px;
    margin: 20px 0;
}

button.age-gate-submit-yes, button.age-gate-submit-no {
    font-family: "Roboto";
    font-size: 21px;
    padding: 10px 30px;
    text-transform: uppercase;
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    margin: 10px 20px;
    cursor: pointer;
    outline: none !important;
}

button.age-gate-submit-yes:hover {
    border: 2px solid #8BC34A;
    color: #8BC34A;
}

button.age-gate-submit-no:hover {
    border: 2px solid #FF5722;
    color: #FF5722;
}

.age-gate-error-message {
    color: #FF5722;
    margin: 0;
    font-weight: 500;
    font-size: 20px;
    padding: 10px 0 20px 0;
    display: block;
}

.gdlr-core-privacy-box-wrap.gdlr-core-pos-bottom-bar {
    padding: 20px 31px !important;
}

.ut-menu-standard .menu-items-container .menu-item .beer .beer-details .container-list div.conatiner-item div.container-row span.price {
    width: 50px;
}

.sml p {
    line-height: 26px;
}

.sml p span {
    margin-bottom: 15px;
    display: inline-block;
    font-size: 22px;
}

.sowoo-widget-checkout-cart .widget-container {
    max-height: 505px;
    overflow-y: auto;
}

.searchandfilter li.sf-field-sort_order label {
    display: inline-block;
    width: 100%;
}

.searchandfilter li.sf-field-sort_order select.sf-input-select {
    width: 100% !important;
    padding: 5px 15px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #1d1d1b;
    background: url(https://pickingbeers.com/wp-content/uploads/2020/10/dropdown-arrow.jpg) white no-repeat calc(100% - 10px) 8px !important;
}

option.sf-level-0.sf-item-0 {
    color: #aaa !important;
}

div.card_result .title-container a:hover h2 {
    text-decoration: underline !important;
}

p.message-error {
    display: block;
    text-align: center;
    width: 100%;
    color: #ef1620;
    padding: 15px 30px;
    line-height: 21px;
    font-size: 16px;
    font-weight: 500;
}

p.message-error strong {
    font-size: 22px;
    line-height: 40px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.thank-you-wrapper.error p.message-error {
    font-size: 25px;
    line-height: 30px;
    margin: 50px 0;
    padding: 0;
    text-align: center;
    display: inline-block;
    width: 100%;
    max-width: 100%;
}

.thank-you-back a.link {
    display: block;
    margin: 20px 0;
    text-decoration: underline;
    color: #434955;
    font-weight: 500;
    font-size: 16px;
    outline: none;
    transition: all 0.2s ease;
}

.thank-you-back a.link:hover {
    text-decoration: underline;
    color: #ffd047;
}

ul.c-breadcrumb {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.c-breadcrumb li {
    display: inline-block;
    padding: 0px 20px 0 0;
    color: #2c2c3a;
    font-size: 15px;
    font-weight: 400;
    position: relative;
}

ul.c-breadcrumb li:after {
    content: '\f054';
    font-family: 'FontAwesome';
    margin: 0px 10px 0 10px;
    font-size: 9px;
    color: #2c2c3a;
    line-height: 7px;
    position: absolute;
    right: -6px;
    top: 8px;
}

ul.c-breadcrumb li:last-child:after {
    display:none;
}

ul.c-breadcrumb li a {
    color: #000;
    font-weight: 500;
    cursor: pointer;
    text-transform: none;
}

ul.c-breadcrumb li a:hover {
    color: #444;
}

.infinite-navigation .sf-menu > li > a {
    padding-top: 15px;
}

.infinite-navigation-background {
    border-top: 0px solid #2a2a2a;
}

.t-white a {
    color: #fff !important;
    font-weight:500 !important;
}

#gdlr-core-column-18374 {
    height:700px;
    background: #fff;
}

.single-product-card span.red-sell {
    background: transparent;
}

a.link-yellow {
    font-size: 14px;
    color: #ffd047 !important;
    letter-spacing: normal;
}

a.link-yellow:hover {
    color: #ffd047 !important;
}

a.link-yellow i {
    padding-right: 5px;
}

.infinite-navigation .sf-menu > li.current-menu-item a, .infinite-navigation .sf-menu > li a:hover {
    background: transparent;
    color: #fff !important;
    border: 2px solid #fff;
}

ul.sf-menu li:first-child a i{
    margin-right: 0px !important;
}

.infinite-navigation .sf-menu > li {
    padding-left: 2px  !important;
    padding-right: 2px !important;
    padding-top: 15px !important;
    padding-bottom: 20px !important;
    transition: all 0.2s linear !important;
}

.infinite-navigation .sf-menu > li a {
    padding: 2px 7px 1px 7px !important;
    border-radius: 5px !important;
    border: 2px solid transparent;
}
small.includes_tax {
    display: none !important;
}

div.sowoo-account-edit-address-container div.address-container {
    min-height: 60px;
}

.searchandfilter > ul > li:not(.sf-field-reset) h4 {
    border-radius: 0;
}

.searchandfilter > ul > li:not(.sf-field-reset) h4.panel-close {
   border-radius: 0px;
}

span.sm-t {
    display: block;
    font-size: 14px;
    color: #555;
    margin: 0;
    padding: 0;
    font-style: italic;
    font-weight: 400;
    text-transform: none;
}

.btn_add_to_cart {
   position:relative;
}

.button-loading {
    margin: -12px 0 0 -14px;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.button-loading b {
    background: #fff;
    border-radius: 50%;
    display: inline-block;
    height: 8px;
    width: 8px;
    -webkit-animation: button-loading 1.4s infinite ease-in-out;
    animation: button-loading 1.4s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.button-loading .bounce1 {
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s;
}

.button-loading .bounce2 {
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s;
}

.button-loading .bounce3 {
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
}

.button-loading b:not(:first-child) {
    margin-left: 3px;
}

@-webkit-keyframes button-loading {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes button-loading {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

div.single-product-card .price-container.on_sale span.regular_price,
div.card_result .price-container.on_sale span.regular_price {
    border-radius: 70px 0 0 70px;
    padding: 1px 10px 1px 20px;
    text-decoration-line: line-through;
    -webkit-text-decoration-line: line-through;
    text-decoration-color: #777;
    -webkit-text-decoration-color: #777;
}

div.card_result .price-container.on_sale span.regular_price {
    padding: 3px 10px 3px 15px;
}

div.single-product-card .price-container.on_sale span.onsale_price,
div.card_result .price-container.on_sale span.onsale_price {
    border-radius: 0 70px 70px 0;
    padding: 1px 20px 1px 0;
    margin-left: -5px;
}

div.card_result .price-container.on_sale span.onsale_price {
    padding: 3px 15px 3px 0;
}

div.single-product-card .price-container.on_sale span.onsale_price .woocommerce-Price-amount.amount, div.single-product-card .price-container.on_sale span.onsale_price .woocommerce-Price-currencySymbol {
    color: #222 !important;
    font-weight: 500;
}

div.card_result .price-container.on_sale span.onsale_price .woocommerce-Price-amount.amount,  div.card_result .price-container.on_sale span.onsale_price .woocommerce-Price-currencySymbol {
    color: #fff !important;
    font-weight: 300;
}

.container-round_on_sale {
    position: absolute;
    top: 180px;
    right: 25%;
    background: #f4f4f4;
    width: 85px;
    height: 85px;
    border-radius: 50%;
    font-size: 30px;
    color: #000;
    line-height: 85px;
    text-align: center;
    font-weight: 500;
}

.card_result .container-round_on_sale sup,
.container-round_on_sale sup {
    top: -8px;
    font-size: 65%;
}

.card_result .container-round_on_sale {
    top: 38%;
    right: 15%;
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 28px;
    font-weight: 600;
}

.card_result .title-container .brasserie a:hover {
    text-decoration: underline !important;
}

.card_result .title-container .brasserie {
    text-align: center;
    margin: -1px 0 -10px 0;
}

.card_result .title-container .brasserie a {
    text-transform: none;
    color: #ddd !important;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 0;
    padding: 0px 15px;
    width: 100%;
    height: 20px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.home_img img {
   width:280px !important;
}

.gdlr-core-image-item.liv_img {
    width: 85px !important;
}

@media screen and (max-width: 1024px){
    div#home_nav .gdlr-core-pbf-column-content-margin {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 15px !important;
    }
    div#home_nav .gdlr-core-container,
    div#home_link .gdlr-core-container{
    padding-left: 0;
    padding-right: 0;
    }
    .infinite-mobile-header-container div.header-search-icon,
    .infinite-mobile-header-container div.header-cart-icon {
      top: 28px !important;
    }
    .infinite-navigation .sf-menu > li {
    padding-left: 0px !important;
    padding-right: 0px !important;
    }
    .infinite-navigation .sf-menu > li a {
       padding: 3px 6px !important;
       font-size: 13px !important;
    }
    div.sowoo-checkout-billing div.header h1 {
    font-size:21px;
    } 

}
div div.menu-cart-icon {
    right: 15px;
}

img.qty-minus, img.qty-plus{
    width: 24px !important;
}

.mm-panel.mm-hasnavbar .mm-navbar {
    margin: 0px 25px 15px;
}

div.mm-panels>.mm-panel.mm-hasnavbar {
    padding-top:0px !important;
}

.ribbon {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    overflow: hidden;
    width: 100%;
    text-align: right;
    height: 100%;
    top: 60px;
    background: rgb(50 50 50 / 0.5);
}
.ribbon span {
    font-size: 27px;
    font-weight: 300;
    color: #eee;
    text-transform: uppercase;
    width: 100%;
    display: block;
    position: absolute;
    text-align: center;
    padding-top: 40%;
    padding-left: 40px;
    padding-right: 40px;
    line-height: 34px;
}

a.btn-back {
    background: #ffd047;
    color: #1d1d1b !important;
    padding: 8px 20px;
    border-radius: 40px;
    font-weight: 600;
}

div.sowoo-checkout-order-review .order-line-content {
line-height: 16px;
}

.order-line-header span {
    font-size: 14px;
}

.single-product.woocommerce .infinite-page-wrapper {
    border-top-width: 0px !important;
    border-top-style: solid;
}

.sotheme-single-product .breadcrumb {
    background: #f4f4f4;
    margin: 0 0 20px 0;
    padding: 12px 0;
}

.sotheme-single-product .single-content h1 {
    text-transform: uppercase;
    color: #000;
    font-size: 30px;
    font-weight: 800;
    display: block;
    margin: 0 0 15px 0;
    padding: 0;
    line-height: 30px;
}

.sotheme-single-product .single-content h2 {
    color: #fff;
    text-transform: uppercase;
    display: block;
    margin-top: -5px;
    font-size: 30px;
}

.sotheme-single-product .separator {
    width: 100%;
    padding: 250px 0 0 0;
    background: #222;
}

.sotheme-single-product .single-content {
    margin-bottom: -220px;
}

.single .sotheme-single-product .single-content .col-md-12.description {
    max-height: 205px;
    overflow-y: auto;
}

.sotheme-single-product .detail-wrapper {
    height: 480px;
    overflow: hidden;
}

.sotheme-single-product .description p {
    color: #fff;
    line-height: 20px;
    font-weight: 300;
    font-size: 16px;
    margin: 0;
    padding: 0;
}

.sotheme-single-product .price-container.on_sale {
    text-align: right;
    width: 100%;
    display: block;
}

.sotheme-single-product span.woocommerce-Price-amount.amount {
    color: #000;
    font-weight: 600;
    font-size: 30px !important;
}

.sotheme-single-product button.btn_add_to_cart.btn-loading:focus,
.sotheme-single-product button.btn_add_to_cart.btn-loading {
    background: #000;
    border: none !important;
    padding: 12px 0px !important;
    color: #fff;
    border-radius: 5px;
    width: 100%;
    outline: none !important;
    text-transform: uppercase;
    font-size: 16px !important;
    font-weight: 500;
}

.sotheme-single-product .price-container.on_sale .regular_price .woocommerce-Price-amount.amount {
    font-size: 18px !important;
    color: #ddd;
    font-weight: 300;
    text-decoration: line-through;
}

.sotheme-single-product .price-container sup {
    top: -12px;
    margin-left: 5px;
    color: #888;
    font-weight: 500;
}

.sotheme-single-product .cart-container-detail {
    background: #f5f5f5;
    padding: 8px 10px;
    margin: 5px 0 10px 0;
    border-radius: 3px;
    border: 1px solid #e6e6e6;
}

.sotheme-single-product .cart-container-detail ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sotheme-single-product .cart-container-detail ul li {
    color: #393950;
    font-size: 14px;
    line-height: 19px;
}

.sotheme-single-product .single-other h3 {
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 6px solid #000;
    font-family: "Roboto Condensed";
    font-size: 30px;
    display: inline-block;
    margin-top: 15px;
}

.sotheme-single-product .image-wrapper div.img-product {
    height: 700px;
}

.sotheme-single-product ol.carousel-indicators li {
    margin: 0 4px;
}

.sotheme-single-product .carousel-indicators .active {
    margin: 0 4px;
    background-color: #aaa;
    border-color: #fff;
}

.sotheme-single-product .carousel-indicators li {
    width: 14px;
    height: 14px;
    border: 2px solid #fff;
}

.sotheme-single-product .cart-container-detail.nologin p {
    font-size: 13px;
    line-height: 17px;
    color: #444;
    font-weight: 400;
    font-family: "Roboto";
    padding: 0 5px;
    margin: 0;
    font-style: italic;
}

.sotheme-single-product .cart-container-detail.nologin i {
    color: #000;
    margin: 0 5px 0 0;
}

.sotheme-single-product a.nologin {
    display: block;
    width: 100%;
    text-align: center;
    border: 2px solid #000;
    color: #000;
    font-weight: 600;
    border-radius: 4px;
    padding: 6px 0;
    font-size: 15px;
    text-decoration: none;
    transition: 0.1s all ease-in;
}

.sotheme-single-product a.nologin:hover {
    color: #444;
    border: 2px solid #444;
}

.cart-container-thumb.nologin p {
    color: #eee;
    font-size: 13px;
    margin: 0;
    padding: 0;
    line-height: 16px;
    text-align: center;
    font-style: italic;
}

.cart-container-thumb.nologin {
    position: absolute;
    bottom: 0;
    background: rgb(34 34 34 / 0.7);
    padding: 12px 5px;
}

.cart-container-thumb.nologin a {
    color: #ddd;
    text-decoration: underline;
}

.cart-container-thumb.nologin a:hover {
    color: #fff;
}

@media screen and (max-width: 767px){
    body.disable-scroll {
        height: 100% !important; 
        overflow: hidden !important;  
        width: 100% !important; 
     }
     .sowoo-account div.sowoo-account-navigation {
        display:none;
     }
     
     .sowoo-account div.sowoo-account-content {
         width: 100%;
         min-height: 300px;
         margin-left: 0px;
     }
     
     .sowoo-account-dashboard-wrapper h1 {
         font-size: 26px !important;
         line-height: 32px !important;
         padding-left: 15px !important;
         padding-right: 15px !important;
     }
     
     body div.sowoo-checkout-account, body div.sowoo-lost-password, body div.sowoo-login-container, body div.sowoo-register-container, body div.sowoo-registration-container, body div.sowoo-reset-password {
         position: relative;
         box-shadow: none;
         border-radius: 0;
         margin: 0;
         padding: 24px;
         width: 100%;
         border: 0px solid #ddd;
     }
     
     div.sowoo-login-container {
        padding: 0px !important;
     }
     
     .hidden-mobile p {
        display:none;
     }
     
     label.sowoo-form-field div.field-icon {
       display:none;
     }
     
     .infinite-body .sowoo-account-dashboard-wrapper a {
         padding: 10px 24px;
         font-size: 15px;
         border-radius: 4px;
     }
     
     .wpcf7-form-control.wpcf7-submit.btn-ts {
        width:100%;
     }
     
     body div div.sowoo-login-container, body div div.sowoo-register-container {
         float: none;
         margin: 0 0 0px 0;
         width: 100%;
     }
     
     .woocommerce-account div#infinite-page-wrapper {
        background: #fff;
     }
     
     body  div.sowoo-account-register {
         margin: 8% 0;
     }
     
     body div div.sowoo-registration-container, body div.sowoo-reset-password {
         width: 100%;
     }
     
     form.searchandfilter {
         display: block !important; 
     }
     
     .sowoo-account {
          margin: 20px -15px;
     }
     
     .woocommerce-account .infinite-content-area {
         padding-top: 0px;
         padding-bottom: 0px !important;
     }
     
     div.sowoo-account-dashboard {
         border-radius: 0px;
     }
     
     .sowoo-account .sowoo-account-content label.sowoo-form-field {
         margin-left: 5% !important;
         margin-right: 5% !important;
         width:90% !important;
     }
     
     div.sowoo-account-edit-address-container .content button.btn-account-validation.edit-account,div.sowoo-account-edit-container .content button.btn-account-validation.edit-account {
         margin-top: 20px;
         margin-right: 5%;
         margin-bottom: 40px;
         width: 100%;
     }
     
     div.sowoo-account-edit-container .content {
         padding: 0px;
     }
     
     .infinite-body label.sowoo-form-field {
         background: #fff;
     }
     
     #catapult-cookie-bar {
         width: 100% !important;
         bottom: 0px !important;
         left:0px !important;
         right:0px !important;
         border-radius: 0px !important;
     }
     
     button#catapultCookie {
        padding: 15px 0px !important;
     }
     
     div.sowoo-widget-checkout-cart .widget-content .widget-price-unitaire {
     margin: 0px 5px;
     }
     
     .menu-line {
         margin:1px 15px !important;
     }
     
     .accueil-title span.gdlr-core-title-item-caption.gdlr-core-info-font.gdlr-core-skin-caption {
         line-height: 35px;
         font-size: 30px !important;
         margin-top: 10px !important;
         display: inline-block;
     }
     
     .cbp-spmenu-right {
         right: -800px;
     }
     
     .sowoo-widget-checkout-cart .widget-container {
         max-height: 100%;
         overflow-y: auto;
     }
     
     body.infinite-body-front .gdlr-core-container {
         padding-left: 5px;
         padding-right: 5px;
     }
     body.infinite-body .sowoo-checkout-billing label.sowoo-form-field-old:nth-child(3), body.infinite-body .sowoo-checkout-billing label.sowoo-form-field-old:nth-child(4), body.infinite-body .sowoo-checkout-billing label.sowoo-form-field-old:nth-child(5), body.infinite-body .sowoo-checkout-billing label.sowoo-form-field-old:nth-child(6), body.infinite-body .sowoo-checkout-billing label.sowoo-form-field-old:nth-child(10), body.infinite-body .sowoo-checkout-billing label.sowoo-form-field-old:nth-child(5), body.infinite-body .sowoo-checkout-billing label.sowoo-form-field-old:nth-child(7), body.infinite-body .sowoo-checkout-billing label.sowoo-form-field-old:nth-child(11), body.infinite-body .sowoo-checkout-billing label.sowoo-form-field-old:nth-child(12),
     body.infinite-body .sowoo-checkout-billing label.sowoo-form-field-old:nth-child(13)  {
        width:100%;
         margin-right: 0;
       margin-left: 0;
     }
     
     
     
     #gdlr-core-column-18374 {
         height: 600px;
     }
     
     span.red-sell {
         padding: 5px 5px 14px 5px !important;
     }
     
     
     div.single-product-card h2,
     div.single-product-card h1 {
        font-size:22px;
     }
     
     .home_img img {
         width: 230px !important;
     }
     
      .infinite-mobile-header-container div.header-search-icon,
         .infinite-mobile-header-container div.header-cart-icon {
           top: 11px !important;
         }
     
     #delivery p {
         line-height: 26px;
         margin: 25px 25px;
     }
     
     #delivery img {
         display: none;
     }
     
     .ribbon {
         position: absolute;
         left: -63px;
         bottom: -45px;
         z-index: 1;
         overflow: hidden;
         width: 200px;
         text-align: right;
         height: 150px;
     }
     .ribbon span {
         font-size: 13px;
         font-weight: 900;
         color: #1d1d1b;
         text-transform: uppercase;
         text-align: left;
         padding-left: 59px;
         line-height: 35px;
         transform: rotate(43deg);
         -webkit-transform: rotate(43deg);
         width: 200px;
         display: block;
         margin-top: 55px;
         height: 35px;
         background: #ffd047;
         box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
         position: absolute;
     }

     .bieres_results div.card_result .cart-container button {
        font-size: 15px;
        padding: 12px 0;
    }

    .single.single-product .infinite-page-title-wrap {
        height: 0px;
    }

    .sotheme-single-product .price-container.on_sale,
    .single-content .price-container {
        text-align: center;
        padding-left: 50px;
    }

    .col-md-12.description {
        margin-top: 100px;
    }

    .sotheme-single-product .single-content h1 {
        text-align: center;
        margin: 15px 0;
    }

    body .sowoo-account-registration .register-wrapper {
        padding: 0 0px;
    }

    body.infinite-body .registration_billing_form label.sowoo-form-field-select.country {
        left: 0;
    }
    
    body.woocommerce-js.infinite-body .sowoo-account-registration ul.woocommerce-error {
        margin-left: 0px !important;
    }

    body.woocommerce-account.woocommerce-page:not(.woocommerce-lost-password) ul.woocommerce-error {
        max-width: 100% !important;
        margin: 20px 0 0 0 !important;
    }
}


@media screen and (min-width: 768px) {
    .carousel-indicators {
        bottom: -70px;
    }
}


.gdlr-core-accordion-style-background-title .gdlr-core-active .gdlr-core-accordion-item-title {
    border-bottom: 0px solid #fff;
    background:transparent;
}
.gdlr-core-accordion-style-background-title .gdlr-core-accordion-item-title {
    background:transparent;
    border-bottom: 0px solid #D5DAE5;
}

.gdlr-core-accordion-style-background-title .gdlr-core-accordion-item-content {
    padding: 5px 20px;
    border-bottom: 0px solid #D5DAE5;
}

h4.gdlr-core-accordion-item-title.gdlr-core-js.gdlr-core-skin-e-background.gdlr-core-skin-e-content {
    color: #1d1d1b;
    padding: 15px 15px 15px 15px;
    text-transform: none;
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    background: #f5f5f5;
    position: relative;
    transition: all 0.5s ease;
    letter-spacing:-0.3px;
}

.gdlr-core-active h4.gdlr-core-accordion-item-title.gdlr-core-js.gdlr-core-skin-e-background.gdlr-core-skin-e-content:after {
     content: '\f00d';
    font-family: FontAwesome;
    position: absolute;
    right: 10px;
    top: 15px;
    color: #1d1d1b;
    font-size: 24px;
    -webkit-text-stroke: 3px #f5f5f5;
} 

h4.gdlr-core-accordion-item-title.gdlr-core-js.gdlr-core-skin-e-background.gdlr-core-skin-e-content:after {
     content: '\f067';
    font-family: FontAwesome;
    position: absolute;
    right: 10px;
    top: 15px;
    color: #000;
    font-size: 24px;
    -webkit-text-stroke: 3px #f5f5f5;
}

h4.gdlr-core-accordion-item-title.gdlr-core-js.gdlr-core-skin-e-background.gdlr-core-skin-e-content span {
   color: #FCCE0F;
}

.gdlr-core-accordion-item-content {
    color: #1d1d1b;
}



.single.single-product .infinite-page-title-wrap {
    background-color: rgb(0 0 0 / 0);
    background-position: top;
}

.single.single-product .infinite-page-title-wrap .infinite-page-title-overlay {
    opacity: 0.45;
}

body.single.single-product .infinite-header-background-transparent {
    background-color: rgb(0 0 0 / 0);
}

/* Blog */

.relative {
    position:relative !important;
  }
  
  .quote-top {
      position: absolute;
      top: -25%;
      left: 0;
  }
  
  .quote-top.white svg {
      fill: #fff;
  }
  
  .quote-bottom {
      position: absolute;
      right: 0;
      bottom: 1%;
  }
  
  .quote-bottom.white svg {
      fill: #fff;
  }
  
  .zoomIn .quote-bottom {
      left: 280px !important;
      right: auto;
  }
  
  .title-subcat h3 {
      border-bottom: 1px solid #D5D5D5;
      padding-bottom: 15px;
      width: 100%;
  }
  
  ul.cat-univers {
      margin: 0;
      padding: 0;
  }
  
  ul.cat-univers li {
      list-style: none;
  }
  
  ul.cat-univers li a {
      color: #1d1d1b;
      text-transform: uppercase;
      font-size: 16px;
      font-weight: 800;
      letter-spacing: 2.4px;
      padding: 5px 0 10px 0;
      display: inline-block;
  }
  
  ul.cat-univers li a:after {
      content: '';
      display: block;
      height: 2px;
      width: 0px;
      background: #1d1d1b;
      margin: 0 1px;
      transition: width 0.2s ease-in-out;
  }
  
  ul.cat-univers li a.active:after, ul.cat-univers li a:hover:after {
      width: 22px;
  }

  ul.cat-univers li a:hover {
      text-decoration: none;
  }
  
  .liste-publications h2 {
      position: relative;
      width: 100%;
  }
  
  .liste-publications h2 span {
      display: inline-block;
      position: absolute;
      right: 0;
      font-weight: 500;
      font-size: 14px;
      top: 6px;
  }
  
  .liste-publications h2 span i {
      margin: 0 10px !important;
      padding: 0;
      width: 15px;
  }
  
  .wp-pagenavi span.pages {
      display: none;
  }
  
  .wp-pagenavi {
      text-align: center;
  }
  
  .wp-pagenavi a, .wp-pagenavi span {
      border: none;
      color: #1d1d1f !important;
      padding: 3px 10px !important;
      font-size: 19px !important;
  }
  
  a.post_link {
      color: #1d1d1f;
      border-bottom: 1px solid transparent;
      transition: all 0.3s ease;
  }
  
  a.post_link:hover {
      color: #000;
      border-bottom: 1px solid #1d1d1f;
      text-decoration: none;
  }
  
  ul.category-thumbs {
      margin: 0;
      padding: 0;
  }
  
  ul.category-thumbs li {
      list-style: none;
      display: inline-block;
      width: 30%;
      overflow: hidden;
      margin: 5px 1.5%;
  }
  
  ul.category-thumbs li img {
      transform: scale(1.2);
      overflow: hidden;
      transition: all .5s;
  }
  
  ul li .category-thumb-img-wrapper {
      position: relative;
      overflow: hidden;
  }
  
  ul.category-thumbs a {
      display: inline-block;
  }
  
  ul li .category-thumb-img-wrapper {
      position: relative;
      overflow: hidden;
  }
  
  ul li .category-thumb-img-wrapper:hover img {
      transform: scale(1);
      opacity: 0.7;
  }
  
  ul li .category-thumb-img-wrapper:hover button {
      opacity: 1;
  }
  
  ul li .category-thumb-img-wrapper button {
    position: absolute;
    left: 25%;
    top: 40%;
    width: 160px;
    opacity: 0;
    transition: opacity 0.5s ease-out;
  }
  
  ul.category-thumbs p {
      text-transform: uppercase;
      color: #000;
      font-weight: 800;
      letter-spacing: 1.5px;
  }

  .btn-archi {
    width: 180px;
    height: 40px;
    line-height: 41px;
    padding: 0;
    border: none;
}

.custom-btn {
    padding: 0px 25px;
    font-weight: 500;
    background: #000;
    outline: none !important;
    border: none !important;
    cursor: pointer !important;
    transition: all 0.3s ease;
    position: relative;
    color: #fff !important;
    display: inline-block;
}