@font-face {
    font-family: Lora;
    src: url(../font/Lora-VariableFont_wght.ttf);
}
:root {
    --bs-charroa:#429244;
    --bs-charroa-hover:#285829;
    /*--bs-charroa:#9a6ee2;*/
}
body {
    font-family: "Lora",serif;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: .5rem;
    font-family: "Lora",serif;
    font-weight: 600;
    line-height: 1.1;
}
a {
    color: rgba(0,0,0,0.65);
    text-decoration: none;
}
a:hover {
    color: var(--bs-charroa-hover) !important;
    text-decoration: none;
}
.img-logoHeader {
    max-width: 170px;
    transition: all .1s ease;
}
.navbar .container-fluid {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
    transition: all .1s ease;
}
.navbar.fixed-top {
    box-shadow: 2px 2px 2px rgba(0,0,0,0.1);
    background-color: #fff;
    transition: all .1s ease;
}
/*.navbar.fixed-top .img-logoHeader {
    max-width: 140px;
    transition: all .1s ease;
}*/
.navbar.fixed-top .container-fluid {
    -ms-flex-align: center !important;
    align-items: center !important;
    transition: all .1s ease;
}
.badge-success2 {
    color: #fff;
    background-color: #28a745;
}
.no-display {
    display: none;
}

#preLoad {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.8);
    z-index: 99;
}

#preLoad p {
    font-size: 26px;
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #aaa;
}

.block-header.selected {
    position: relative;
}

.block-header.selected::after {
    position: absolute;
    content: "\f058";
    color: #000;
    top: 50%;
    z-index: 1;
    font-size: 30px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    transform: translateY(-50%);
    right: 18px;
    text-shadow: 3px 2px 3px #999;
}

h1, .h1 {
    font-size: 2.05rem;
}
a.image {
    display: inline-block;
    overflow: hidden;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
a.image img {
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
a.image:hover img {
    transform: scale(1.05);
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.product-slider.owl-theme .owl-nav {
    z-index: -9;
}
.owl-carousel.product-slider .owl-nav button.owl-prev, .owl-carousel.product-slider .owl-nav button.owl-next, .owl-carousel.product-slider button.owl-dot {
    background: rgba(0,0,0,.8) !important;
    /*padding: .2rem !important;*/
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #fff !important;
    text-align: center;
    opacity: .5 !important;
}
.product-slider.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -20px;
}
.product-slider.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -20px;
}
.product-slider.owl-carousel .owl-nav button span {
    font-size: 22px !important;
    line-height: 22px;
    position: absolute;
    top: 2px;
    left: 10px;
}
@media (max-width: 768px){
    .product-slider.owl-carousel .owl-nav button.owl-prev,
    .product-slider.owl-carousel .owl-nav button.owl-next {
        display: none;
    }
    .img-logoHeader {
        max-width: 100px;
        transition: all .1s ease;
    }
    .navbar .container-fluid {
        -ms-flex-align: center !important;
        align-items: center !important;
        transition: all .1s ease;
    }
    .navbar.fixed-top {
        box-shadow: 2px 2px 2px rgba(0,0,0,0.1);
        background-color: #fff;
        transition: all .1s ease;
    }
    .navbar.fixed-top .img-logoHeader {
        max-width: 100px;
        transition: all .1s ease;
    }
    .navbar.fixed-top .container-fluid {
        -ms-flex-align: center !important;
        align-items: center !important;
        transition: all .1s ease;
    }
}

.top-bar {
    color: #495057;
    background: #fff;
    padding: 5px;
    font-weight: 300;
}
#myAcountBox {
    font-size: 11px;
    padding: 15px 10px;
    z-index: 99;
}
#myAcountBox:hover {
    cursor: pointer;
}
#myAcountBox i {
    margin-left: 8px;
}
#btnMenuXs {
    margin-right: 52px;
}

@media (min-width: 768px){

    #myAcountBox {
        padding: 7px 10px;
        position: absolute;
        top: 0;
        right: 30px;
    }
}

.home-slider a, .home-slider a img {
    width: 100%;
    height: auto;
}

.menu-navigation ul {
    overflow: auto;
    white-space: nowrap;
    padding: 0;
    list-style: none;

    /* -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     margin: 0;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-box-pack: space-evenly;
     -ms-flex-pack: space-evenly;
     justify-content: space-evenly;
     list-style: none;
     padding: 0;
     display: -webkit-box;
     display: -ms-flexbox;*/
    display: flex;
}
.menu-navigation ul li {
    text-align: center;
    margin: 0 5px;
}

.menu-navigation ul li > .item {
    word-wrap: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    margin: 0;
    font-size: 10px;
}

.menu-navigation ul li > .item img {
    margin: 0 auto;
    max-width: 55px;
    width: 55px;
    height: 55px;
}
.menu-navigation a {
    color: #444;
    font-size: 10px;
}

.product-image {
    position: relative !important;
    overflow: hidden !important;
    white-space: nowrap;
}
.product-image:hover {
    cursor: pointer;
}
.product-image .visible-img {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 3 !important;
    -webkit-transition: all .5s ease .1s;
    transition: all .5s ease .1s;
}

.product-image .hidden-img {
    position: absolute !important;
    left: 0 !important;
    top: 0;
    width: 100% !important;
    z-index: 2 !important;
    -webkit-transform: translateX(100%) !important;
    transform: translateX(100%) !important;
    -webkit-transition: all .5s ease .1s;
    transition: all .5s ease .1s;

}
.product-image:hover .visible-img {
    -webkit-transform: translateX(-100%) !important;
    transform: translateX(-100%) !important;
    z-index: 4 !important;

}

.product-image:hover .hidden-img {
    -webkit-transform: translateX(0) !important;
    transform: translateX(0) !important;
}

#cartXsBox {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: -100%;
    background-color: #fff;
    z-index: 1040;  
    display: none;
}

#topCartXs {
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
}
#topCartXs span {
    line-height: 36px;
}



.col-sobrenos {
    padding: 45px;
    padding-right: 50%;
    padding-left: 100px;
}
.img-sobrenos {
    position: absolute;
    top: -20px;
    right: 20%;
    width: 350px;
}


.title-sobrenos {
    padding-left: 85px;
    margin-bottom: 0;
    font-size: 40px;
}

.btnCartAdd {
    font-size: 10px;
}

#accountBox {
    display: none;
    position: absolute;
    top: 47px;
    right: 30px;
    border: 1px solid rgba(0,0,0,0.65);
    z-index: 9;
    background-color: #fff;
}

#accountBox .accountList {
    padding: 8px 15px;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    border: 1px solid rgba(0,0,0,0.65);
}
.product-grid-header {
    justify-content: end !important;
}
h3.shopnow {
    border-top: 1px solid;
    padding-top: 50px;
}
.product-image {
    border-bottom: none;
}
.product-image:hover {
    border-bottom: none;
}
.text-parcelado {
    opacity: 0.7;
}
@media (max-width: 768px){
    .product-grid-header {
        justify-content: space-around !important;
    }
    #filtrosBox {
        display: none;
    }
    .p-xs-0 {
        padding: 0 !important;
    }
    .img-sobrenos {
        position: absolute;
        top: -20px;
        right: 50%;
        width: 288px;
        transform: translateX(-50%);
        left: 50%;
    }
    .col-sobrenos-title {
        position: absolute;
        top: 282px;
        z-index: 9;
        padding-left: 40px;
    }
    .title-sobrenos {
        padding-left: 0;
    }
    .col-sobrenos {
        padding: 40px;
        padding-top: 350px;
    }
    .textSorting {
        display: none !important;
    }
}

.menu-navigation ul.simples {
    justify-content: space-around;
}

#filterCatDialog {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(28,28,28,0.5);
    z-index: 9999;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#filterContentDialog {
    position: absolute;
    width: 288px;
    height: 100%;
    background-color: #fff;
    top: 0;
    bottom: 0;
    right: -288px;
    padding-top: 34px;
    padding-bottom: 60px;
    overflow: auto;
}

.mt70 {
    margin-top: 70px;
}

.corCharroa {
    color: var(--bs-charroa);
}

.bgCharroa {
    background-color: var(--bs-charroa);
}

.borderCharroa {
    border-color: var(--bs-charroa);
}
.truncate {

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.menuCloseBox {
    display: block;
    width: 100%;
    height: 40px;
}

.closeMenuXs {

}
#closeMenuXs .svg-icon {
    width: 40px;
    height: 40px;
    --layer1: var(--bs-charroa);
}
#menuXsBox {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    background-color: #fff;
    z-index: 1040;  
    display: none; 
    overflow: hidden;
}
#menuXsBox ul {
    padding: 22px !important;
    list-style: none;
    border-bottom: 1px solid #000000;
}

#menuXsBox ul li {
    padding: 10px 0;
    text-transform: uppercase;
}

#menuXsBox ul li ul {
    display: none;
}

.cartXsVazio {
    position: relative;
    text-align: center;
    top: calc(50% - 60px);
    transform: translateY(-50%);
}

.cartXsVazio .svg-icon {
    width: 60px;
    height: 60px;
}

#filtersXsBtns {
    position: fixed;
    width: 288px;
    height: 60px;
    padding: 10px 0;
    bottom: 0;    
    background-color: #fff;
    border-top: 1px solid #e9ecef;
    z-index: 99;
}
.tooglePassView {
    position: absolute;
    top: 44px;
    right: 13px;
}

.formRelative {
    position: relative;
}

.tooglePassView:hover {
    cursor: pointer;
}
.validate {
    display: none;
    color: red;
    margin: 0;
    font-weight: 400;
    font-size: 13px;
}

.php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
    text-align: center;
}

.php-email-form .error-message br + br {
    margin-top: 25px;
}

.php-email-form .sent-message {
    display: none;
    color: #fff;
    background: var(--bs-charroa);
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}

.php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid var(--bs-charroa);
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
}

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.text-uppercase {
    text-transform: uppercase;
}

.contact-icon {
    font-size: 3rem;
}

.customerlogged {
    position: absolute;
    width: 150px;
    top:0;
    right:150px;
}
.customerlogged .customer-image {
    width: 30px;
    float: left;
}
.customerlogged h5 {
    font-size: 12px;
    padding: 7px 10px;
}

.qrCodeImage {
    max-width: 280px;
}
.configSelect {
    list-style: none;
    padding: 0;
    display: flex;

}


.configSelect li {
    display: inline;
    font-family: "Lora",serif;
    padding: 1rem;
    border: 1px solid #ccc;
    margin-left: 3px;
}
.configSelect li:first-child {
    margin-left: 0;
}
.configSelect li:hover {
    cursor: pointer;
    background-color: #eee;
}
.configSelect li.selected {
    background-color: #343a40;
    color: #fff;
}

.configSelect li.blocked {
    background-color: red;
    color: #fff;
} 
.list-colours {
    list-style: none;
    padding: 0;
    margin: auto;
    width: max-content;
}
.btn-colours {
    position: relative;
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-left: 3px;
    margin-bottom: 0;
    border-radius: 50%;
    box-shadow: inset 0 0 0 5px #fff,0 0 0 1px #ced4da;
    background-position: center;
    background-size: cover;
    cursor: pointer;
    transition: border-color .1s;
}

#dlgModal .modal-dialog {
    top: 50%;
    transform: translateY(-50%);
}

#dlgModal .modal-content {
    box-shadow: 3px 3px 9px #ccc;
}
#dlgWaitModal {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99;
}
#dlgWaitModal .modal-dialog {
    top: 50%;
    transform: translateY(-50%);
    width: 150px;
    box-shadow: 3px 3px 9px #ccc;
    background-color: #fff;
}

#cartQTd:empty {
    display:none;
}

.btn-primary {
    color: #fff;
    background-color: var(--bs-charroa);;
    border-color: var(--bs-charroa);;
}

.btn-primary:hover {
    color: #fff;
    background-color: var(--bs-charroa-hover);
    border-color: var(--bs-charroa-hover);
}

#menuXsBox a:hover {
    color: #000000 !important;
}

.devLogo {
    height: 14px;
}
.devSpan {
    font-size: 10px;
}

.btn-outline-dark:hover {
    color: #fff !important;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-secondary:hover {
    color: #fff !important;
    background-color: #727b84;
    border-color: #6c757d;
}

.btn-dark:hover {
    color: #fff !important;
    background-color: #23272b;
    border-color: #1d2124;
}

#btnPillsEnd:hover, #btnPillsEnv:hover, #btnPillsPag:hover, #btnPillsRev:hover {
    color: #495057 !important;
    background-color: #f8f9fa !important;
    cursor: default !important;
}

#btnPillsEnd.active:hover, #btnPillsEnv.active:hover, #btnPillsPag.active:hover, #btnPillsRev.active:hover {
    background: #495057 !important;
    color: #fff !important;
    cursor: default !important;
}